/* New CSS Start */

:root {
    --theme-bg-color: #fff;
    --theme-text-color: #f3d69e;
    --black: #222;
    --yellow: rgb(255, 186, 66);
    --pink: #ff7d7b;
    --white: #fff;
    --primary-color: #e8c27a;
    --golden: #b59856;
    --lighter: #fdfbf9;
}

.bg-primary{
    background-color: var(--primary-color) !important;
}
.border-gold{
    border: solid 1px var(--golden);
}

.border-light{
    border: solid 1px var(--white);
}

@font-face {
    font-family: 'Quicksand-Bold';
    src: url(css/fonts/Quicksand-Bold.ttf);
}

@font-face {
    font-family: 'Quicksand-Medium';
    src: url(css/fonts/Quicksand-Medium.ttf);
}

#news .section-content-holder {
    background: var(--theme-text-color);
}

/*.section-title-holder img {
    max-height: unset !important;
}*/

/* .section-title-holder img {
    /* width: 250px !important;
    height: 370px !important; */
    /* object-fit: cover; */

}*/

.bg-image1 {
    background-color: transparent !important;
    background-image: url(minaret-imgs/slider-phone-1.png);
    background-size: 100%;
}


/* mobile mockup */
.mobile-container {
    width: 245px;
    height: 300px;
    background: #000;
    margin-left: 4px;
    background-position: top;
    transition: ease-in-out 1s;
}

/* service */
.mobile-container.service-img {
    background: url(minaret-imgs/slider-phone-1.png);
    background-size: cover;
}

.mobile-container.service-img:hover {
    background-position: bottom;
}

/* portfolio */
.mobile-container.portfolio-img {
    background: url(minaret-imgs/slider-phone-2.png);
    background-size: cover;
}

.mobile-container.portfolio-img:hover {
    background-position: bottom;
}

/* about */
.mobile-container.about-img {
    background: url(minaret-imgs/slider-phone-3.png);
    background-size: cover;
}
.slick-slide{
    
}
.mobile-container.about-img:hover {
    background-position: bottom;
}


/* news */
.mobile-container.news-img {
    background: url(minaret-imgs/slider-phone-4.png);
    background-size: cover;
}

.mobile-container.news-img:hover {
    background-position: bottom;
}

.bg-dark {
    background-color: #34322d!important;
}
.btn-theme{
    background-color: #e8c27a;
    border-color: #e8c27a;
}
.btn-theme:hover {
    background-color: #f9fafb;
    border-color: #f9fafb;
}
.carousel_text_next {
    background-image: url(minaret-imgs/chevron-right.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.intro-page {
    /* background-image: url(minaret-imgs/banner-bg.jpg); */
    background-position: bottom;
    height: 100vh;
}

.banner-bg .row {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-bold{
    font-weight: 600;
}

.image-slider-wrapper.service a.image_slider_next {
    background-image: url(minaret-imgs/chevron-right.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

a.image_slider_next:hover,
.carousel_text_next:hover,
.carousel_fw_next:hover {
    background-position: 0;
}

.minaret-home {
    display: flex;
    padding: 35px 0;
    border-bottom: 2px solid #f4f4f4;
    margin-bottom: 20px;
    border-radius: 5px;
}

/*
.minaret-home .info-left {
    width: 40%;
}
*/
.minaret-home .info-left h5 {
    padding: 0;
}
/*
.minaret-home .info.right {
    width: 80%;
}
*/
.big-title {
    background: 50% 100% / 50% 50% no-repeat radial-gradient(ellipse at bottom, #fff, transparent, transparent);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 10vw;
    font-family: "Source Sans Pro", sans-serif;
    animation: reveal 3000ms ease-in-out forwards 200ms,
        glow 2500ms linear 2000ms;
}

@keyframes reveal {
    80% {
        letter-spacing: 8px;
    }

    100% {
        background-size: 300% 300%;
    }
}

@keyframes glow {
    40% {
        text-shadow: 0 0 8px #fff;
    }
}

.contact {
    height: 20px !important;
    padding-right: 10px;
    vertical-align: middle;
}

.contact-form input,
.contact-form textarea {
    background: transparent;
}

.contact-form textarea {
    padding-top: 0 !important;
}

.mb-cont {
    position: relative;
}


.mb-cont .mobile {
    position: absolute;
    top: 20%;
    /* left: 20%; */
    width: 250px;
    height: 300px;
    z-index: 2;
}

.mb-cont .mobile .bg-img {
    position: absolute;
    height: 275px;
    top: 25px;
    left: 13px;
    width: 225px;
    z-index: -1;
    background: url(minaret-imgs/slider-phone-1.png);
    background-position: top;
    background-size: 100%;
    transition: 5s;
}

.mb-cont .mobile:hover .bg-img {
    background-position: bottom
}

.service-holder.detail-image img {
    width: 100% !important;
}

.service-content {
    padding: 10px 30px;
}

.image-holder {
    height: 200px;
}

.image-holder img {
    width: 100% !important;
    /* object-fit: cover; */
}
/*
.section-title-holder img {
    width: inherit !important;
}
*/
.image-slider-wrapper.team .image_slider_next {
    background-image: url(minaret-imgs/chevron-right.svg);
    background-size: 100%;
}

.caroufredsel_wrapper {
    height: 300px !important;
}
.btn img.app-store,
.btn img.google-play{
    height: 50px;
}
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.slick-slider {
    overflow: hidden;
    /* background-image: url(minaret-imgs/s1.png); */
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* height: 400px; 
    
    padding-left: 125px !important;*/
    padding-top: 7px !important;
    margin-top: 50px;
    margin-bottom: 100px;
    z-index: 9;
}

.slick-slide h5.top{
    padding: 0;
    margin-bottom: -50px;
}
.slick-slide h5.bottom{
    padding: 0;
    margin-top: -20px;
    word-wrap: break-word;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    text-align: justify;
}
.flex-control-nav {
    bottom: 0px !important;
    z-index: 2;
    position: sticky !important;
}

.slick-slide img {
    height: 100%;
    width: 100%;
    z-index: -1;
}

.slick-slider .slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.image-slider-wrapper.team .image_slider_next {
    right: -10px !important;
    bottom: -40px !important;
    width: 30px;
    height: 30px;
}

.image-slider {
margin-top: 60px;
}

.top-heading h1 {
    text-align: center;
    font-size: 45px;
    position: relative;
    width: fit-content;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.top-heading h1::before{
    content: '';
    width: 100%;
    height: 10px;
    background-color: var(--primary-color);
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: -1;    
}

.info-left{
    background: var(--white);
    padding: 20px;
    text-align: center;
    margin-right: 20px;
    color: var(--black);
    width: 250px;
    height: 200px;
}
.info-left h6{
    font-size: 24px;
}
.img-holder1{
    width: 100%;
    height: 300px;
    position: relative;
}
.img-holder1:hover .overlay{
    position: absolute;
    background-color: rgba(0,0,0,0.50);
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    filter: blur(4px);
}
.img-holder1 img{
    height: 100% !important;
    width: 100% !important;
}
#minaret-home .section-content-holder{
    padding: 0;
    background-color: transparent;
}
.home-content{
    padding-right: 30px;
    margin-top: auto;
    margin-bottom: auto;
}
.home-content h6{
    color: #fff;
}
.home-content p{
    color: var(--white);
}
.home-content.dark h6{
    color: #000;
}
.home-content.dark p{
    color: var(--black);
}
.new-class:hover .home-content h6{
    color: var(--golden);
}
.new-class:hover .home-content p{
    color: var(--golden);
}
.left-cont{
    padding-left: 30px;
}
.slick-next.slick-arrow,
.flex-direction-nav,
.slick-dots{
    display: none !important;
}

 #minaret-home{
    background-image: linear-gradient(90deg, rgb(255 229 179), rgba(203, 221, 231, 0), #f9e6c3), url(minaret-imgs/minaret_image_42.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 1px;
}

#minaret-masjid{
    background-image: linear-gradient(90deg, rgb(255 229 179), rgba(203, 221, 231, 0), #f9e6c3), url(minaret-imgs/minaret-right-2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
/* #minaret-home .main-overlay{
    background-color: #E8E8E8; #505050
    opacity: 0.92;
    position: absolute;
    width: 100%;
    height: 100%;
}  */


.icon-card{
    margin: 20px;
    background-color: var(--primary-color);
    padding: 30px;
    color: var(--black);
    border-radius: 40px;
    border: 1px solid var(--black);
}

#about .section-content-holder{
    background-image: url('minaret-imgs/pattern6.webp');
    background-size: 100%;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#about .icon-div{
    width: 30px;
    margin: 0 auto;
}
.icon-card h4{
    font-size: 20px;
    padding: 5px;
    text-align: center;
}
.middle-content{
    text-align: left;
    margin-left: 20px;
}
.middle-content h4{
    text-align: center;
}

#minaret-masjid .section-content-holder{
    background-color: transparent;
}
#minaret-masjid .section-content-holder .content-wrapper{
    color: var(--black);
}
#about .section-content-holder{
    background-color: transparent;
}
.middle-content{
    color: var(--black);
}
.sticky-wrapper{
    height: 0 !important;
}

 #about {  /* footer*/
    background-image: linear-gradient(90deg, rgb(255 229 179), rgba(203, 221, 231, 0), #f9e6c3);
}

#contact .section-title-holder{
    margin-top: 20px;
}

#minaret-home .img-holder{
    width: 475px;
    float: inherit;
    /* right: 0; */
}

.terms-header{
    background-color: var(--primary-color) !important;
}
.terms{
    margin-top: 80px;
    margin-bottom: 40px;
}

.terms h1{
    text-align: center;
}
.terms ul{
    list-style: disc;
    list-style-position: inside;
}
.terms a{
    font-weight: bold;
    font-size: 18px;
}

#minaret-home .section-title-holder{
    z-index: 1;
}
#minaret-home .section-content-holder{
    z-index: -1;
}
.new-class.row{
    height: 100%;
    margin: 0 !important;
}
.img-holder .row {
    height: 100%;
}
.section-content-holder .img-holder{
    
    height: 300px;
    margin-bottom: 25px;
    width: auto !important;
    background-color: white;
}
.bg-cover{
    background-size: cover;
}
.pr-5{
    padding-right: 3rem!important;
}
.pr-4{
    padding-right: 2rem!important;
}
.pl-5{
    padding-left: 3rem!important;
}
.pl-4{
    padding-left: 2rem!important;
}
.holder,
.holder{
    background-position: top;
    height: inherit;
    border: white solid 22px;
    border-radius: 25px;
    background-size: cover;
    /*margin-left: 12px;*/
}

.img-holder.dark .holder{
    border: #34322d solid 22px;
}
.img-holder.dark {
    background-color: #34322d;
}
.holder-1{
    background-image:
    linear-gradient(to right, rgba(255,0,0,0), rgb(104, 79, 3, 0.77) ),
    url('minaret-imgs/azan.jpg');
    
    
}
.holder-2{
    background-image:
    linear-gradient(to right, rgba(255,0,0,0), rgba(52, 50, 45,1)),
    url('minaret-imgs/mh3.webp');
    
}
.holder-3{
    background-image:
    linear-gradient(90deg, rgba(255,255,255,0.12) 0%, rgba(48,48,48,0.21) 0%, rgb(104, 79, 3, 0.77) 100%),
    url('minaret-imgs/connect-1.webp');
    
}
.holder-4{
    background-image:
    linear-gradient(90deg, rgba(255,255,255,0.12) 0%, rgba(239, 235, 235 , 0.21) 0%, rgb(104, 79, 3, 0.77) 100%),
    url('minaret-imgs/mh5.webp');
    
}
.holder-5{
    background-image:
    linear-gradient(90deg, rgba(255,255,255,0.12) 0%, rgba(48,48,48,0.21) 0%, rgba(0,0,0,1) 100%),
    url('minaret-imgs/clock.webp');
    
}
.holder-6{
    background-image:
    linear-gradient(90deg, rgba(255,255,255,0.12) 0%, rgba(239, 235, 235 , 0.21) 0%, rgb(233, 169, 50, 0.38) 100%),
    url('minaret-imgs/mh7-1.webp');
    
}
/****************************************************** New CSS End ******************************************/


body {
    font-family: 'Quicksand-Medium';
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
   
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quicksand-Bold';
}

body a {
    text-decoration: none;
    color: #23214c;
    transition: color .2s linear;
}

body a:hover {
    color: #dc3545;
}

.doc-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: var(--black);
}

.doc-loader td {
    text-align: center;
    vertical-align: middle;
}

.doc-loader img {
    width: 120px;
    height: 120px;
}

.content-1170 {
    width: 1170px;
}

.content-1170 embed,
.content-1170 img {
    max-height: 65vh;
    width: auto;
    height: auto;
    float: revert;
    z-index: 2;
    
}

.full-width {
    line-height: 0;
}



/* TOP MENU */

.menu-wrapper {
    transition: background-color .2s linear;
    z-index: 99 !important;
    background-color: transparent;
    width: 100% !important;
    top: 0;
    position: fixed;
}

.menu-wrapper.is-sticky {
    background-color: var(--primary-color) !important;
    box-shadow: 0px -5px 30px var(--golden);
}
.is-sticky .sm-clean li a:after{
    content: "";
    border-bottom: 2px solid var(--black);
    position: absolute;
    width: 0%;
    left: 50%;
    margin-bottom: -3px;
}
.is-sticky .sm-clean li.active a:after{
    width: 80%;
    left: 10%;
}
#header-main-menu {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
}

.main-menu.sm-clean {
    background-color: transparent;
}

.main-menu.sm-clean a {
    font-size: 20px;
    line-height: 40px;
    color: var(--white) !important;
    font-weight: 400;
    transition: color .2s linear;
    text-transform: uppercase;
    letter-spacing: 0.03cm;
}

.main-menu.sm-clean .sub-menu a {
    font-size: 11px;
    line-height: 20px;
}

.sm-clean .current_page_item a {
    color: var(--theme-text-color) !important;
}

.main-menu.sm-clean a:hover {
    color: #ffffff !important;
}

.sm-clean li.active a {
    color: var(--black) !important;
}

.mob-menu {
    display: none;
    font-weight: 700;
    font-size: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: color .2s linear;
    color: white;
}

/* END TOP MENU */



/* GENERAL SECTION */

.section {
    position: relative;
    z-index: 4;
}

.section-num {
    overflow: hidden;
    margin-top: 40px;
}

.section-title-holder {
    background-color: transparent;
    width: 370px;
    height: 370px;
    z-index: 2;
    text-align: center;
}

.section-num span {
    margin-left: -64px;
    color: #55B286;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 700;
    font-size: 180px;
    line-height: 100%;
    letter-spacing: -5px;
}

.section-title-holder h2 {
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 700;
    font-size: 109px;
    width: 245px;
    word-break: break-all;
    line-height: 83px;
    margin-top: 10px;
    color: #292727;
    margin-left: 115px;
    text-transform: uppercase;
    letter-spacing: -3px;
    padding: 0;
}

.section-content-holder {
    
    width: 800px;
    padding: 60px 0;
    position: relative;
}

.bg-lighter{
    background-color: var(--lighter);
}
/*
.service-container {
    background: url(minaret-imgs/bg-img.jpeg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.service-container .overlay {
    background: #979594;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.8;
}
*/
.section-content-holder .content-wrapper {
    padding: 0 60px;
}

.section-content-holder.right {
    margin-left: 370px;
}
.wrapped,
.section-title-holder.right img{
    transform: translateX(-20%);
    -webkit-transform:translateX(-20%);
-moz-transform:translateX(-20%);
-ms-transform:translateX(-20%);
-o-transform:translateX(-20%);

}


.section-content-holder.left {
    margin-top: 370px;
}

.section-content-holder .content-title-holder {
   /* overflow: hidden;
    height: 100px;*/
    margin-top: -260px;
    padding-bottom: 30px;
}

.section-content-holder .content-title {
    font-family: 'Montserrat';
    font-weight: 700;
    text-align: center;
    font-size: 7rem;
    line-height: 100%;
    /*text-transform: uppercase;
    margin-top: -75px;*/
    color: #202020;
    margin-bottom: 50px;
}
.section-content-holder .content-title div,
.section-content-holder .content-title span{
    text-transform: unset;
    font-size: 2.5rem;
    line-height: 0.75;
    text-shadow: 4px 0px 10px #f9fafb, 0px 4px 10px #f9fafb, -4px 0px 10px #f9fafb, 0px -4px 10px #f9fafb;
    line-height: 1;
}
.section-content-holder .content-title img{
    width: 40%;
}

.extra-content-left {
    width: 800px;
    color: var(--theme-text-color);
    padding: 100px 0;
}

.extra-content-right {
    width: 800px;
    margin-left: 370px;
    color: var(--theme-text-color);
    padding: 100px 0;
}

.extra-content-full-width {
    padding: 100px 0;
}

.section:last-of-type .extra-content-left,
.section:last-of-type .extra-content-right,
.section:last-of-type .extra-content-full-width {
    padding-bottom: 0;
}

/* END GENERAL SECTION */



/* HOME SECTION */

.intro-page {
    /* padding-bottom: 170px; */
    /* min-height: calc(100vh - 170px); */
    background-color: var(--theme-bg-color);
    /* background-image:url(demo-images/background_img_01b.jpg);  */
    background-repeat: repeat;
    background-position: center top;
    background-size: cover;
    z-index: 10;
}

.top-logo {
    /* width: 160px !important;     */
    padding-top: 150px;
}

h1.big-title {
    font-family: 'Quicksand-Bold';
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    padding-top: 100px;
    color: var(--white);
    letter-spacing: -1px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.big-title span {
    display: block;
}

.title-desc {
    font-family: 'PT Serif', serif;
    font-size: 22px;
    line-height: 26px;
    max-width: 333px;
    margin: 0 auto;
    color: var(--white);
}

.page-template-page-home .intro-page footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* END HOME SECTION */



/* SERVICE SECTION */

#services {
    background-color: var(--theme-bg-color);
    /* background: url(minaret-imgs/pattern4.png); */
    z-index: 9;
}


#services .section-title-holder {
    background-color: var(--primary-color)
}

#services .section-title-holder span {
    color: #55B286;
}

.service-holder {
    display: inline-block;
    width: 335px;
}

.service-holder img {
    display: inline-block;
    width: 30px !important;
    vertical-align: top;
}

.service-content-holder {
    display: inline-block;
    width: 240px;
    margin-bottom: 80px;
    margin-left: 5px;
}

.service-title {
    /* font-family: 'Montserrat', sans-serif;  */
    font-size: 24px;
    padding-bottom: 10px;
}

/* END SERVICE SECTION */



/* PORTFOLIO SECTION */

#portfolio {
    /* background-color: var(--theme-bg-color);  */
    background-image: url(minaret-imgs/pattern6.webp);
    /* background-repeat: no-repeat; 
    background-position: center top; 
    background-size: auto; */
    z-index: 8;
}

/* #portfolio::before{
    content: '';
    background-color: #e0aa3e87;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
} */


#portfolio .section-title-holder {
    background-color: var(--primary-color);
}

#portfolio .section-title-holder span {
    color: #e3a436;
}

.page-template-page-portfolio .section {
    padding-top: 100px;
}

.section-content-holder.portfolio-holder {
    background-color: transparent;
    width: 800px;
    padding: 0;
}

.portfolio-holder .portfolio-load-more-holder {
    /* font-family: 'Montserrat', sans-serif;     */
    font-weight: 700;
    font-size: 20px;
    width: 430px;
    background-color: #E74C78;
    text-align: center;
}

.portfolio-holder .portfolio-load-more-holder img {
    padding-bottom: 15px;
}

.portfolio-holder .portfolio-load-more-holder a {
    color: var(--theme-text-color);
    padding-top: 30px;
    padding-bottom: 15px;
}

.portfolio-holder .portfolio-load-more-holder {
    margin-right: 0;
    margin-left: auto;
}

.more-posts {
    display: block;
}

.more-posts:hover {
    cursor: pointer;
}

.grid {
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: block;
}

.grid-item {
    float: left;
    font-size: 0;
    line-height: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.grid-item img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
}

.grid-sizer,
.grid-item {
    width: 400px;
}

.grid-item.p_one_half {
    width: 400px;
}

.grid-item.p_one {
    width: 800px;
}

.portfolio-text-holder {
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    font-size: 20px;
    background-color: white;
    text-align: center;
    display: none;
}

.portfolio-text-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.portfolio-type {
    line-height: 100%;
    font-size: 11px;
    color: #9a9a9a;
    padding-bottom: 20px;
}

.portfolio-type img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.portfolio-text {
    /* font-family: 'Montserrat', sans-serif;     */
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

.portfolio-sec-text {
    /* font-family: 'Montserrat', sans-serif;     */
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #8e8da9;
}

.grid-item a:hover {
    color: #191919;
}

.more-posts-portfolio img {
    transition: all .2s linear;
    width: 100px;
    height: 100px;
}

.more-posts-portfolio img:hover {
    cursor: pointer;
    transform: scale(0.9);
    -webkit-transform:scale(0.9);
-moz-transform:scale(0.9);
-ms-transform:scale(0.9);
-o-transform:scale(0.9);

}

div.pp_default .pp_loaderIcon {
    display: none !important;
}

/* END PORTFOLIO SECTION*/



/* ABOUT SECTION */

#about {
    background-color: var(--theme-bg-color);
    /* background-image: url("demo-images/background_img_03.jpg");  */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 3;
}

#about .section-title-holder {
    background-color: transparent;
    /* height: auto !important; */
}

#about .section-title-holder span {
    color: #b24564;
}

#about .section-content-holder {
    padding-bottom: 0;
}

.member-content-holder {
    width: 330px;
    padding: 90px 50px 50px 50px;
    float: left;
}

.member-image-holder {
    width: 370px;
    float: right;
    height: 400px;
}

.member-image-holder img {
    width: 100% !important;
    height: 100% !important;
}

.member-name {
    line-height: 26px;
    font-size: 22px;
    font-weight: 700;
    padding: 0;
}

.member-position {
    line-height: 16px;
    font-size: 14px;
    padding-bottom: 50px;
    color: #ee87a4;
    letter-spacing: 4px;
}

.member-content {
    line-height: 26px;
}

.image-slider-wrapper.img .image-slider li img {
    width: 100%;
}

/* END ABOUT SECTION */


/* NEWS SECTION */

#news {
    background-color: var(--theme-bg-color);
    /* background-image: url("demo-images/background_img_04.jpg");  */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 6;
}

.blog-item-holder {
    padding: 35px 0;
    border-bottom: 2px solid #f4f4f4;
}

.blog-item-holder:last-of-type {
    border: none;
}

.blog-item-holder .num {
    display: inline-block;
    width: 110px;
    font-size: 48px;
    font-weight: 900;
    color: #32db89;
}

.blog-item-holder .info {
    display: inline-block;
    width: 235px;
}

.blog-item-holder .info .cat-links a {
    color: #ee87a4;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.blog-item-holder .entry-title {
    display: inline-block;
    width: 325px;
    padding: 0;
    vertical-align: top;
    line-height: 0;
}

.blog-holder .entry-title a {
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;
    display: block;
    line-height: 20px;
}

.latest-post-bottom-text {
    text-align: center;
    margin-top: 25px;
}

.latest-post-bottom-text a {
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #32db89;
    letter-spacing: 5px;
    border-bottom: 2px solid;
    padding-left: 5px;
    padding-bottom: 5px;
}

.testimonial-slider-holder {
    max-width: 500px;
    padding-left: 50px;
}

.testimonial-text {
    font-size: 22px;
    line-height: 40px;
}

.testimonial-author {
    padding-top: 90px;
    font-size: 16px;
    letter-spacing: 3px;
}

/* END NEWS SECTION */



/* VIDEO SECTION */

#video {
    background-color: var(--theme-bg-color);
    /* background-image: url("demo-images/background_img_06.jpg");  */
    background-repeat: repeat-x;
    background-position: center center;
    background-size: auto;
    z-index: 5;
}

#video .section-title-holder {
    background-color: var(--yellow);
}

#video .section-title-holder span {
    color: #e3a436;
}

#video .section-content-holder {
    padding-bottom: 0;
}

a.video-popup-holder {
    position: relative;
    display: block;
}

a.video-popup-holder .thumb {
    width: 100%;
}

img.popup-play {
    position: absolute;
    top: 50%;
    left: 50%;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    opacity: 0.7;
    transition: opacity .2s linear;
}

a.video-popup-holder:hover img.popup-play {
    opacity: 1;
}

/* END VIDEO SECTION */





/* SKILLS SECTION */


#skills {
    background-color: var(--theme-bg-color);
    /* background-image: url("demo-images/item_background_01.jpg");  */
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    z-index: 4;
}

.progress_bar {
    margin-bottom: 15px;
}

.progress_bar_field_holder {
    height: 59px;
    position: relative;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
}

.progress_bar_field_holder:hover .progress_bar_title {
    left: 10px;
    color: var(--theme-text-color) !important;
}

.progress_bar_field_holder:hover .progress_bar_percent_text {
    right: 10px;
    color: var(--theme-text-color) !important;
}

.progress_bar_title {
    position: absolute;
    top: 8px;
    z-index: 2;
    left: -11px;
    font-weight: bold;
    color: white;
    font-size: 45px;
    line-height: 100%;
    transition: color .2s linear, left .2s linear;
}

.progress_bar_percent_text {
    position: absolute;
    right: -35px;
    top: 15px;
    z-index: 2;
    font-weight: bold;
    color: white;
    font-size: 35px;
    line-height: 100%;
    transition: color .2s linear, right .2s linear;
}

.progress_bar_field_perecent {
    height: 59px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/* END SKILLS SECTION */

.section-info h1{
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 3rem;
    line-height: 100%;
}
.section-info h2{
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 100%;
}


/* CONTACT SECTION */

#contact {
    background-color: var(--primary-color);
    /* background-image: url("demo-images/background_img_05b.jpg");  */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
    z-index: 2;
}

#contact .section-title-holder {
    background-color: transparent;
}

#contact .section-title-holder span {
    color: #b24564;
}

#contact .section-content-holder {
    padding-bottom: 0;
}
#contact .content-wrapper {
    /*margin-left: 50px;*/

}
.map {
    height: 400px;
}

.map img {
    max-width: none;
    max-height: none;
}

.contact-form {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    font-size: 22px;
    color: #9a9a9a;
    padding: 5%;
}

p.custom-text-class {
    display: inline-block;
    padding-right: 45px;
    vertical-align: top;
}

p.custom-field-class {
    display: inline-block;
    margin-bottom: 60px;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
    color: #23214c;
    border: 0;
    border-bottom: 1px solid #1c1c1c;
    height: 28px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    line-height: 25px;
    padding: 0;
}

.contact-form input[type=text]::-webkit-input-placeholder,
.contact-form input[type=email]::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
    font-family: 'Roboto', sans-serif;
    color: #23214c;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

.contact-form input[type=text]::-moz-placeholder,
.contact-form input[type=email]::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    color: #23214c;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    opacity: 1;
}

.contact-form input[type=text]:-ms-input-placeholder,
.contact-form input[type=email]:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
    font-family: 'Roboto', sans-serif;
    color: #23214c;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

.contact-form input[type=text]:-moz-placeholder,
.contact-form input[type=email]:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    color: #23214c;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    opacity: 1;
}

.contact-form input[type=text],
.contact-form input[type=email] {
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.contact-form textarea {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding-top: 13px;
    overflow: hidden;
    padding-bottom: 5px;
}

.contact-form textarea:focus {
    height: 150px;
    overflow: auto;
}

.contact-form input[name="your-name"] {
    margin-top: 0;
    padding-top: 0;
}

.contact-form input[type=submit] {
    color: var(--black);
    display: inline-block;
    border: 2px solid var(--black);
    text-align: center;
    padding: 12px 0px;
    cursor: pointer;
    margin-top: 30px;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    transition: all .2s linear;
}

.contact-form input[type=submit]:hover {
    color: white;
    background-color: #e8c27a;
}

div.contact-form-response-output {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

span.contact-form-not-valid-tip {
    font-size: 10px;
}

/* END CONTACT SECTION */


/* FOOTER */

footer {
    background-color: var(--black);
}

.footer {
    font-size: 16px;
    line-height: 36px;
    clear: both;
    color: var(--white);
    text-align: center;
    padding: 75px 0;
}

.footer-left,
.footer-right {
    width: 810px;
}

.footer-right {
    margin-left: 370px;
}

.footer a {
    color:var(--white);
}
.footer a:hover{
    color: var(--theme-text-color);
}

.social-footer a {
    margin: 0 10px;
    font-size: 20px;
}

/* END FOOTER */



/* SINGLE PORTFOLIO PAGE */

#portfolio-1 {
    background-color: var(--theme-bg-color);
    /* background-image:url("demo-images/background_img_05b.jpg");  */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
}

#portfolio-2 {

    background-color: var(--theme-bg-color);
    /* background-image: url(demo-images/item_background_01.jpg); */
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
}

.single-portfolio .menu-wrapper {
    display: none !important;
}

.single-portfolio article {
    padding-top: 230px;
}

.single-portfolio article .entry-content {
    background-color: var(--theme-text-color);
    padding-bottom: 50px;
    font-size: 18px;
    line-height: 30px;
}

.single-portfolio .x-close {
    top: -60px;
    right: -60px;
    background-color: #26276d;
    line-height: 0;
    font-size: 0;
    width: 60px;
    height: 60px
}

.single-portfolio .x-close img {
    opacity: 0.4;
    transition: opacity .2s linear;
    width: 30px;
    height: 30px;
    padding-top: 15px;
    padding-left: 15px;
}

.single-portfolio .x-close:hover img {
    opacity: 1;
}

.single-portfolio .entry-content .one {
    padding-left: 100px;
    padding-right: 100px;
}

.single-portfolio .entry-content .one_half {
    width: 435px;
    padding-left: 100px;
}

.single-portfolio .entry-content .one_half.last {
    padding-left: 0;
    padding-right: 100px;
}

.single-portfolio .entry-content h1 {
    padding: 0;
    font-size: 20px;
    line-height: 30px;
}

/* END SINGLE PORTFOLIO */

.one_half {
    width: 40%;
}
/* RESPONSIVE PART */

@media screen and (max-width: 1270px) {

    
    .content-1170 {
        width: 960px;
    }

    .one_half {
        margin-right: 8%;
        float: left;
        position: relative;
        margin-bottom: 37px;
    }

    .one_half {
        width: 40%;
    }

    .section-title-holder {
        width: 250px;
        height: 250px;
    }

    .section-num {
        margin-top: 20px;
    }

    .section-num span {
        margin-left: -35px;
        font-size: 100px;
    }

    .section-title-holder h2 {
        font-size: 80px;
        width: 177px;
        line-height: 66px;
        margin-top: 25px;
        margin-left: 75px;
    }

    .section-content-holder.right {
        margin-left: 250px;
    }

    .section-content-holder.left {
        margin-top: 250px;
    }

    .section-content-holder {
        width: 710px;
    }

    .extra-content-left,
    .extra-content-right {
        width: 710px;
    }

    .extra-content-right {
        margin-left: 250px;
    }

    .service-holder {
        width: 290px;
    }

    .section-content-holder.portfolio-holder {
        width: 710px;
    }

    .grid-item.p_one,
    .grid {
        width: 710px;
    }

    .grid-sizer,
    .grid-item,
    .grid-item.p_one_half {
        width: 355px;
    }

    .portfolio-holder .portfolio-load-more-holder {
        width: 460px;
    }

    .section-content-holder .content-title {
        font-size: 6rem;
        margin-top: 35px;
    }

    .member-content-holder {
        width: 275px;
        padding: 30px;
    }

    .member-image-holder {
        width: 300px;
    }

    .image-slider-wrapper.team .image_slider_next {
        right: 310px;
    }

    .blog-item-holder .entry-title {
        width: 240px;
    }

    .single-portfolio .entry-content .one {
        padding-left: 5%;
        padding-right: 5%;
    }

    .single-portfolio .entry-content .one_half {
        width: 40%;
        padding-left: 5%;
        margin-right: 10%;
    }

    .single-portfolio .entry-content .one_half.last {
        padding-left: 0;
        padding-right: 5%;
    }

}

@media screen and (max-width: 1100px) {

    .single-portfolio .x-close {
        right: 50%;
        right: calc(50% - 30px);
    }

}

@media screen and (max-width: 1024px) {
    .content-1170 embed, .content-1170 img {
        max-width: 100%;
    }
.wrapped{
    margin-left: auto;
    margin-right: auto;
}
.wrapped,
.section-title-holder.right img{
    transform: translateX(0%);
    -webkit-transform:translateX(0%);
-moz-transform:translateX(0%);
-ms-transform:translateX(0%);
-o-transform:translateX(0%);

}
    .section-title-holder.mobile-frame{
        overflow: hidden;
    }
    .section-title-holder.mobile-frame svg.scale {
        margin-top: -0px;
    }
    #minaret-home .section-content-holder{
        z-index: auto;
    }
    #minaret-home {
        background-attachment: fixed;
        background-position: center;
    }
    .section-title-holder.mobile-frame.is_stuck svg.scale,
    .section-title-holder.mobile-frame:hover svg.scale {
        transform: translateX(0px) rotateY(-30deg) rotateX(-15deg) rotateZ(10deg) scale(1.75) !important;
        -webkit-transform:translateX(0px) rotateY(-30deg) rotateX(-15deg) rotateZ(10deg) scale(1.75) !important;
-moz-transform:translateX(0px) rotateY(-30deg) rotateX(-15deg) rotateZ(10deg) scale(1.75) !important;
-ms-transform:translateX(0px) rotateY(-30deg) rotateX(-15deg) rotateZ(10deg) scale(1.75) !important;
-o-transform:translateX(0px) rotateY(-30deg) rotateX(-15deg) rotateZ(10deg) scale(1.75) !important;

    }
    
    .content-1170 {
        width: 100%;
    }

    .extra-content-left,
    .extra-content-right {
        width: 100%;
        margin-left: 0;
    }

    .single-portfolio article {
        padding-top: 140px;
    }

    .one_half {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
    }

    .single-portfolio .entry-content .one_half {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        margin-right: 0;
    }

    .single-portfolio .entry-content .one_half.last {
        padding-left: 5%;
        padding-right: 5%;
    }

    .site-content .one_half,
    .single-portfolio .entry-content div {
        text-align: left;
    }

    .image-slider-wrapper.service a.image_slider_next {
        top: -89px;
        right: 0;
    }

    .section {
        /*padding-bottom: 150px;*/
    }

    .section-content-holder.right {
        margin-left: 0;
    }

    .section-content-holder.left {
        margin-top: 0;
    }

    .section-num {
        display: inline-block;
        margin-top: 10px;
    }

    .section-num span {
        font-size: 50px;
        margin-left: -15px;
    }

    .section-title-holder {
        width: 100%;
        height: auto;
        position: relative !important;
        top: 0 !important;
    }

    .section-title-holder h2 {
        display: inline-block;
        width: auto;
        margin: 0;
        vertical-align: top;
        margin-top: 10px;
        font-size: 50px;
        line-height: 100%;
    }

    .section-content-holder {
        width: 100%;
        padding: 30px 0;
    }

    .section-content-holder .content-wrapper {
        padding: 0 5%;
    }

    .service-holder {
        width: 100%;
        display: block;
    }

    .service-content-holder {
        width: 100%;
        width: calc(100% - 75px);
        margin-bottom: 30px;
    }

    .section-content-holder.portfolio-holder {
        width: 100%;
    }

    .grid-item.p_one,
    .grid {
        width: 100%;
    }

    .grid-sizer,
    .grid-item,
    .grid-item.p_one_half {
        width: 50%;
    }

    .portfolio-holder .portfolio-load-more-holder {
        width: 100%;
    }

    .member-content-holder {
        width: 40%;
        padding: 10% 5% 5% 5%;
    }

    .member-image-holder {
        width: 50%;
    }

    .image-slider-wrapper.team .image_slider_next {
        right: 40%;
    }

    .blog-item-holder .entry-title {
        width: 100%;
        display: block;
        padding-top: 20px;
    }

    .blog-item-holder .info {
        width: auto;
    }

    .section-content-holder .content-title-holder {
        overflow: visible;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .section-content-holder .content-title {
        font-size: 12vw;
        margin-top: 0;
    }

    .testimonial-slider-holder {
        width: 90%;
        padding-left: 5%;
    }
}

@media screen and (min-width: 925px) {
    .main-menu {
        display: block !important;
    }
    
}

@media screen and (max-width: 925px) {

    .intro-page {
        min-height: 0;
    }

    .section {
        position: static !important;
        z-index: 0 !important;
    }

    h1.big-title {
        font-size: 40px;
        padding-top: 0;
    }

    h1.big-title span {
        display: inline;
    }

    .title-desc {
        font-size: 19px;
        line-height: 23px;
    }

    .mob-menu {
        display: block;
    }
    .logo{
display: none;
    }

    .mob-menu:hover {
        cursor: pointer;
    }

    .portfolio-text-holder {
        display: none !important;
        opacity: 0 !important;
    }

    .main-menu {
        float: none;
        margin: 0 auto;
        text-align: center;
        max-width: 300px;
        width: 100%;
        position: relative;
        z-index: 9999;
        display: none;
        background-color: var(--primary-color) !important;
    }

    .main-menu ul {
        width: 12em;
        /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
    }

    .sm-clean a,
    .sm-clean a:hover,
    .sm-clean a:focus,
    .sm-clean a:active {
        padding-right: 0;
        padding-left: 0;
    }

    .main-menu.sm-clean a {
        line-height: 24px;
    }

    .main-menu.sm-clean .sub-menu a {
        font-size: 16px;
        line-height: 25px;
        text-align: center;
    }

    .carousel_fw_next {
        display: block !important;
    }

    .fw_carousel_pagination {
        display: none !important;
    }
    .menu-wrapper{
        height: 40px;
    }
    .caption-content{
        background-position: center 80px !important;
        background-size: 100px !important;
    }

}

@media screen and (max-width: 805px) {

    .contact-form input[type=text],
    .contact-form input[type=email],
    .contact-form textarea,
    p.custom-field-class,
    #commentform #email,
    #commentform #author,
    #commentform #comment {
        width: 100% !important;
    }

    #minaret-home .img-holder {
        width: auto;

    }
    .titan-title-size-4 {
        letter-spacing: 4px !important;
        font-weight: 400 !important;
        font-size: 56px !important;
        line-height: 1;
    }

}


@media screen and (max-width: 650px) {

    .section-content-holder .img-holder{
        height: auto;
    }
    .holder{
        height: 225px;
    }
    .member-content-holder {
        width: 90%;
        float: none;
    }

    .member-image-holder {
        width: 100%;
        float: none;
    }

    .image-slider-wrapper.team .image_slider_next {
        right: auto;
        left: 30px;
    }
    .info-left h6{
        font-size: 20px;
    }
    .icon-card{
        width: 90%;
    }
    .middle-content{
        margin-left: 0;
    }
    .home-content{
        padding-left: 30px;
        padding-bottom: 30px;
        margin-left: 0;
    }
}
@media screen and (max-width: 550px) {
    .titan-title-size-4 {
        letter-spacing: 0px !important;
        font-size: 40px !important;
    }
}
@media screen and (max-width: 425px) {
    .intro-page {
        height: 700px !important;
    }
    .flex-control-nav {
        
    }
    .titan-title-size-4 {
        letter-spacing:-2px !important;
    }
}

@media screen and (max-width: 350px) {

    .section-num {
        margin-top: 9px;
    }
    .caption-content {

        padding: 130px 15px 0 15px !important;
    }
    .section-num span {
        font-size: 35px;
        margin-left: -10px;
    }

    .section-title-holder h2 {
        margin-top: 9px;
        font-size: 35px;
    }

    .image-slider-wrapper.service a.image_slider_next {
        top: -84px;
    }
    .info-left h6{
        font-size: 20px;
    }
    .icon-card{
        width: 90%;
    }
    .middle-content{
        margin-left: 0;
    }
}






.doc-loader{
    width: 100%;
    height: 100%;
    background: var(--black);
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999999;
  }
  .doc-loader img {
    position: fixed;
    /* color: #ff5e31;
    font-size: 24px; */
  }
  .loader {
    width: 8em;
    height: 8em;
    font-size: 22px;
    box-sizing: border-box;
    border-top: 0.3em solid #505050;
    border-radius: 50%;
    position: relative;
    animation: rotating 2s ease-in-out infinite;
    --direction: 1;
  }
  .loader span {
    position: absolute;
    color: var(--golden);
    width: inherit;
    height: inherit;
    text-align: center;
    line-height: 10em;
    font-family: sans-serif;
    animation: rotating 2s linear infinite;
  }
  .loader::before,
  .loader::after {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    box-sizing: border-box;
    top: -0.2em;
  }
  .loader::before {
    border-top: 0.3em solid var(--primary-color);
    transform: rotate(120deg);
    -webkit-transform:rotate(120deg);
-moz-transform:rotate(120deg);
-ms-transform:rotate(120deg);
-o-transform:rotate(120deg);

  }
  .loader::after {
    border-top: 0.3em solid var(--golden);
    transform: rotate(240deg);
    -webkit-transform: rotate(240deg);
-moz-transform: rotate(240deg);
-ms-transform: rotate(240deg);
-o-transform: rotate(240deg);

  }
  @keyframes rotating {
    50% {
      transform: rotate(calc(180deg));
      -webkit-transform:rotate(calc(180deg));
-moz-transform:rotate(calc(180deg));
-ms-transform:rotate(calc(180deg));
-o-transform:rotate(calc(180deg));

    }
    100% {
      transform: rotate(calc(360deg));
      -webkit-transform: rotate(calc(360deg));
-moz-transform: rotate(calc(360deg));
-ms-transform: rotate(calc(360deg));
-o-transform: rotate(calc(360deg));

    }
  }


.dark .wrapper:before{
    border: var(--bw) solid white;
}
.wrapper .card{
    border-radius: 5px;
}
article.minaret-home:hover .wrapper .card{
    border-radius: 0px !important;
}
  
  .masjid-data{
    background-color: white;
  }
  .masjid-data.dark{
    background-color: #34322d;
  }
  .masjid-data1{
    background-image:
    linear-gradient(90deg, rgba(0,0,0,0.41) 0%, rgba(0,0,0,0.52) 0%, rgba(0,0,0,0.60) 100%),
    url(minaret-imgs/service4.webp);
    background-size: 100%;
    background-position: bottom;
  }
  .masjid-data2{
    background-image:
    linear-gradient(90deg, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.22) 0%, rgba(0,0,0,0.40) 100%),
    url(minaret-imgs/notif.webp);
    background-size: 100%;
    background-position: bottom;
  }
  .masjid-data3{
    background-image:
    linear-gradient(90deg, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.22) 0%, rgba(0,0,0,0.40) 100%),
    url(minaret-imgs/ma-7.webp);
    background-size: 100%;
    background-position: center;
  }
  .masjid-data4{
    background-image:
    linear-gradient(90deg, rgba(0,0,0,0.31) 0%, rgba(0,0,0,0.42) 0%, rgba(0,0,0,0.50) 100%),
    url(minaret-imgs/ma-4.webp);
    background-size: 100%;
    background-position: center;
  }
  .masjid-data5{
    background-image:
    linear-gradient(90deg, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.22) 0%, rgba(0,0,0,0.40) 100%),
    url(minaret-imgs/times.jpg);
    background-size: 100%;
    background-position: center;
  }
  
 .info.right{
    padding-left: 35px;
    padding-right: 35px;
    margin: auto;
}

.info.right{
    color: #fff;
    font-size: 1.5rem;
  }

  .wrapper {
    position: relative;
    perspective: 40em;
    display: grid;
    transform-style: preserve-3d;
    margin-left: 35px;
    margin-right: 35px;
    flex: 0 0 auto;
    height: 160px;
    width: 200px;
  }
  @media screen and (max-width: 576px) {
  .minaret-home.masjid-data
  {
    flex-flow: column;
  }
}
  
  .card {
    grid-area: 1 / 1;
    height: 160px;
    width: 200px;
    transform: translateX(10px) rotateY(25deg) rotateX(10deg);
    -webkit-transform:translateX(10px) rotateY(25deg) rotateX(10deg);
-moz-transform:translateX(10px) rotateY(25deg) rotateX(10deg);
-ms-transform:translateX(10px) rotateY(25deg) rotateX(10deg);
-o-transform:translateX(10px) rotateY(25deg) rotateX(10deg);

    background: var(--primary-color);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    color: #000;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 900;
    backface-visibility: hidden;
    box-shadow: 0 10px 30px -3px rgba(0,0,0,.1);
  }
  
  .card h1 {
    font-size: 23px;
    font-weight: 900;
  }
  
  .card .enclosed {
    background: #000;
    line-height: 1;
    color: var(--primary-color);
    padding: 0 5px;
    display: inline-block;
    /*transform: translate(-1px, 1px) scale(0.75);*/
    transform-origin: right center;
    -webkit-transform-origin: right center;
-moz-transform-origin: right center;
-ms-transform-origin: right center;
-o-transform-origin: right center;

  }
  
  .wrapper:before {
    --bw: 9px;
    grid-area: 1 / 1;
    content: '';
    backface-visibility: hidden;
    height: 100%;
    width: 100%;
    margin-top: calc(-1 * var(--bw));
    margin-left: calc(-1 * var(--bw));
    background: transparent;
    transform: translateX(-30px) rotateY(-30deg) rotateX(15deg) scale(1.03);
    -webkit-transform:translateX(-30px) rotateY(-30deg) rotateX(15deg) scale(1.03);
-moz-transform:translateX(-30px) rotateY(-30deg) rotateX(15deg) scale(1.03);
-ms-transform:translateX(-30px) rotateY(-30deg) rotateX(15deg) scale(1.03);
-o-transform:translateX(-30px) rotateY(-30deg) rotateX(15deg) scale(1.03);

    pointer-events: none;
    border: var(--bw) solid #000;
    box-sizing: content-box;
  }
  
  article.minaret-home:hover .wrapper > div,
  article.minaret-home:hover .wrapper:before,
  .wrapper:hover > div,
  .wrapper:hover:before {
    transform: none;
    -webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
-o-transform:none;

    border-radius: 10px;
  }
  
  
  .wrapper > div,
  .wrapper:before {
    will-change: transform;
    transition: .3s transform cubic-bezier(.25,.46,.45,1);
  }
  
  
  
 
/* SHero Slider of Flexslider **/

.home-section {
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    z-index: 0;
    background-size: cover;
    display: block;
    overflow: hidden;
}
.flex-active-slide .caption-content{
    background-position-y: 60px !important;
}
.caption-content{
    background-position-y: 200px;
}
.caption-content {
    
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: white;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3;
    padding: 115px 30px 0 30px;
    text-shadow: 0px 0px 15px #00374f73;

    background-image: url(minaret-imgs/logo.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 125px;
    transition: ease-in-out .5s all;

}

.hero-slider {
    height: 100% !important;
    width: 100%;
    padding: 0;
    margin: 0 !important;
}

.hero-slider .slides {
    height: 100% !important;
    transition-delay: 1s;
}

.titan-caption {
    position: relative;
    display: table;
    height: 100%;
    /* width: 100%; */
    margin: 0 auto;
}
.bg-dark-30:before {
    position: absolute;
    background: linear-gradient(#cbdde7e6, #005ea533, #cbdde7b3);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.titan-title-size-1 {
    letter-spacing: 4px;
    font-size: 20px;
    text-shadow: 0px 0px 10px #0000009e;
}

.mb-30 {
    margin-bottom: 30px;
}

.titan-title-size-4 {
    letter-spacing: 10px;
    font-weight: 400;
    font-size: 56px;
    text-shadow: 0px 0px 10px #0000009e;
}
.mb-40 {
    margin-bottom: 40px;
}
.flex-active-slide .btn.rtl, .flex-active-slide .btn.ltr {
    transform: none;
    -webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
-o-transform:none;

}


.hero-slider .slides li {
    background-position: center center;
    background-repeat: no-repeat;
    height: 100% !important;
    width: 100%;
    padding: 0;
    margin: 0;
}
.intro-page {
    /*padding-bottom: 25px;*/
    height: 100vh;
    z-index: 10;
    min-height: 510px;
}
.hero-slider .slides li {
    background-size: 200% auto;
    -webkit-background-size: 200% auto;
    -moz-background-size: 200% auto;
    -o-background-size: 200% auto;
    transition: background-size linear 2s !important;
}
.hero-slider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.hero-slider .slides li.flex-active-slide.portrait {
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}
.hero-slider .slides li.portrait {
    background-size: auto 200%;
    -webkit-background-size: auto 200%;
    -moz-background-size: auto 200%;
    -o-background-size: auto 200%;
}
.no-slider .hero-slider .slides li.flex-active-slide.portrait {
    -webkit-background-size: auto 250%, auto 100%;
    -moz-background-size: auto 250%, auto 100%;
    -o-background-size: auto 250%, auto 100%;
    background-size: auto 250%, auto 100%;
}
.no-slider .hero-slider .slides li.portrait {
    background-size: auto 250%, auto 200%;
    -webkit-background-size: auto 250%, auto 200%;
    -moz-background-size: auto 250%, auto 200%;
    -o-background-size: auto 250%, auto 200%;
}

.no-slider li.flex-active-slide {

    -webkit-background-size: 165%, 100% auto;
    -moz-background-size: 165%, 100% auto;
    -o-background-size: 165%, 100% auto;
    background-size: 165%, 100% auto;
}
.hero-slider .slides li.flex-active-slide {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-position: top;
}

.blog-holder.block li:before {
    content:"\f005";
    color: #e8c27a;
    font-family:'FontAwesome';
    text-indent: 4px !important;
    text-align: start !important;
    text-align-last: start !important;
}

.sm-clean a:after {
    content: "";
    border-bottom: solid #b59856 2px;
    width: 0%;
    position: absolute;
    left: 0;
    transition: all .3s;
    bottom: 10px;
}
.sm-clean a:hover:after {
    width: 100%;
}
.is-sticky .sm-clean a:after{
    content: unset;
    border : none;
}
.section-main {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;
    align-items: center;*/
  }
.wrap {
    margin: 2rem;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
            -moz-transform:preserve-3d;
-ms-transform:preserve-3d;
-o-transform:preserve-3d;
    -webkit-transform: perspective(100rem);
            transform: perspective(100rem);
            -moz-transform:perspective(100rem);
-ms-transform:perspective(100rem);
-o-transform:perspective(100rem);
            
  }
  .wrapped {
    perspective: 100em;
    /*transform-style: preserve-3d;*/
        z-index: 1;
}
.tilted {
    transform: translateX(0px) rotateY(-30deg) rotateX(-15deg) rotateZ(10deg) scale(1);
    -webkit-transform:translateX(0px) rotateY(-30deg) rotateX(-15deg) rotateZ(10deg) scale(1);
-moz-transform:translateX(0px) rotateY(-30deg) rotateX(-15deg) rotateZ(10deg) scale(1);
-ms-transform:translateX(0px) rotateY(-30deg) rotateX(-15deg) rotateZ(10deg) scale(1);
-o-transform:translateX(0px) rotateY(-30deg) rotateX(-15deg) rotateZ(10deg) scale(1);


}
.tilt {
    
    --rX: -25.56;
    --rY: 19.67;

    position: relative;
    -webkit-transform: scale(var(--scale)) rotateX(calc(var(--rX) * 1deg)) rotateY(calc(var(--rY) * 1deg));
            transform: scale(var(--scale)) rotateX(calc(var(--rX) * 1deg)) rotateY(calc(var(--rY) * 1deg));
            -moz-transform:scale(var(--scale)) rotateX(calc(var(--rX) * 1deg)) rotateY(calc(var(--rY) * 1deg));
            -ms-transform:scale(var(--scale)) rotateX(calc(var(--rX) * 1deg)) rotateY(calc(var(--rY) * 1deg));
            -o-transform:scale(var(--scale)) rotateX(calc(var(--rX) * 1deg)) rotateY(calc(var(--rY) * 1deg));
            
    transition: -webkit-transform .6s 1s;
    transition: transform .6s 1s;
    transition: transform .6s 1s, -webkit-transform .6s 1s;
      
}
.contact-mail{
    margin-top: -20em;
    display: block;
    margin-left: 27px;
    color: #007aff;
    font-size: 15.5px;
}
.developer-url{
    margin-top: 1.45em;
    display: block;
    margin-left: 27px;
    color: #007aff;
    font-size: 15.5px;
}

.section-title-holder.mobile-frame svg.scale {

    margin-top: 0px;
}

.section-title-holder.mobile-frame.section-main.is_stuck svg.scale,
.section-title-holder.mobile-frame.section-main:hover svg.scale{
    transform: translateX(50px) rotateY(-30deg) rotateX(-15deg) rotateZ(10deg) scale(1.5);
    -webkit-transform:translateX(50px) rotateY(-30deg) rotateX(-15deg) rotateZ(10deg) scale(1.5);
-moz-transform:translateX(50px) rotateY(-30deg) rotateX(-15deg) rotateZ(10deg) scale(1.5);
-ms-transform:translateX(50px) rotateY(-30deg) rotateX(-15deg) rotateZ(10deg) scale(1.5);
-o-transform:translateX(50px) rotateY(-30deg) rotateX(-15deg) rotateZ(10deg) scale(1.5);

}

.section-title-holder.mobile-frame.section-main svg.scale,
.section-title-holder.mobile-frame.section-main.is_stuck svg.scale{
transition: all .3s;
}
.logo {
    position: absolute;
    padding: 10px;
    box-sizing: content-box;
    margin: 5px;
    border-radius: 0 0 0 0;
    transition: all .3s;
    width: 0px;
    height: 0px;
    opacity: 0;
}
.slide-logo {
    position: absolute;
    padding: 10px;
    margin: 5px;
    transition: all .3s;
    width: 40px;
    height: 40px;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform:translateX(-50%);
-moz-transform:translateX(-50%);
-ms-transform:translateX(-50%);
-o-transform:translateX(-50%);

    z-index: 999;
}
.is-sticky .logo {
    width: 90px;
    height: 90px;
    background-color: #f9fafb;
    border-radius: 10px 50% 50% 50%;
    box-shadow: 0px 0px 20px -5px #e8c27a;
    opacity: 1;
    
}
.slide-logo img,
.mobile-logo img,
.logo img {
    height: inherit;
}
.mobile-logo{
    padding: 5px;
    box-sizing: content-box;
    margin: auto;
    border-radius: 0 0 0 0;
    transition: all .3s;
    width: 50px;
    height: 50px;
    border-radius:  10px 50% 50% 50%;
    margin-top: -10px;
    border: solid 5px var(--white);
    background-color: #e7c17a;
}
.mobile-logo.active{
    border-radius:  50% 50% 10px 50%;
}
.is-sticky .mobile-logo.active{
    border-radius:  50% 50% 10px 50%;
}
.is-sticky .mobile-logo{
    padding: 5px;
    box-sizing: content-box;
    transition: all .3s;
    width: 50px;
    height: 50px;
    margin-top: -10px;
    background-color: var(--white);
    box-shadow: 0px 0px 15px -5px #e8c27a;
    border-radius: 10px 50% 50% 50%;
}

.section-content-holder p > span{
    font-weight: bold;
    font-size: 20px;
}
.contact-form p span {
    font-size: .7rem;
}

.pp_content,
.pp_content a{
    color: #e8c27a;
    font-size: 1rem;;
}
div.pp_default .pp_description{
    text-align: right;
    margin: 5px 10px !important;
}
div.pp_default .pp_close{
    display: none;
}
.pp_content a:hover{
    color: white;
}
i.fa{
    transition: all .3s;
}
.caption-content a:hover i.fa{
    color: #e8c27a !important;
    transform: translateY(5px);
}