/*
Theme Name: Masjid Theme
Theme URI: https://zoomdigital.net.au
Author: Muhammad Kamrul Hasan
Author URI: https://thezoomit.com
Description: The theme is designed for Corporate, Multinational, Organization websites.
Version: 1.0.0
*/

*{
	margin: 0px;
	padding: 0px;
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #222;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	margin-top: 0;
	font-weight: 700;
}
a{
	color: #111;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
a:hover{
	color: #115F37;
}
a, a:hover, a:focus{
	text-decoration: none;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
.text-green{
	color: #1e9920;
}
.text-white {
	color: #fff;
}
.fix{
	display: block;
	overflow: hidden;
}
/*===Button Effect===*/
.button{
	display: inline-block;
	color: #115F37;
	line-height: 35px;
	padding: 0 20px;
	border: 1px solid #115F37;
	font-size: 14px;
	position: relative;
	z-index: 0;
	border-left-width: 5px;
}
.button, .button:after{
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.button:hover{
	color: #fff;
}
.button:after{
	content: "";
	position: absolute;
	top: 0%;
	left: 0%;
	bottom: 0%;
	right: 100%;
	background-color: #115F37;
	z-index: -1
}
.button:hover:after{
	background-color: #115F37;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
/*===Gallery carousel===*/
#homeCarousel {
	position: relative;
}
#homeCarousel::before {
	position: absolute;
	content: '';
	left: -500%;
	top: 0;
	width: 500%;
	background: #fff;
	opacity: 0.7;
	height: 100%;
	z-index: 1;
}
#homeCarousel::after {
	position: absolute;
	content: '';
	right: -500%;
	top: 0;
	left: auto;
	width: 500%;
	background: #fff;
	opacity: 0.7;
	height: 100%;
	z-index: 1;
}
#homeCarousel .owl-nav div {
  position: absolute;
  top: 50%;
  background: #115F37;
  color: rgba(255, 255, 255, 1);
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  line-height: 41px;
}
#homeCarousel .owl-nav .owl-prev {
  position: absolute;
  left: 14px;
}
#homeCarousel .owl-nav .owl-next {
  position: absolute;
  left: auto;
  right: 14px;
}
#homeCarousel .owl-stage-outer {
	overflow: inherit;
}
#homeCarousel .owl-item img {
	height: auto;
}
.slider-area.homeCarouselWrapper {
	overflow: hidden;
}
/*
=========================================
			Top Bar CSS
=========================================
*/
.topbar {
	color: #fff;
	padding: 8px 0;
	background: #115F37;
	background: -moz-linear-gradient(left, #115F37 0%,#0E5C35 62%,#4E852B 62%,#A7C11B 100%);
	background: -webkit-linear-gradient(left, #115F37 0%,#0E5C35 62%,#4E852B 62%,#A7C11B 100%);
	background: linear-gradient(to right, #115F37 0%,#0E5C35 62%,#4E852B 62%,#A7C11B 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#115F37', endColorstr='#7db9e8',GradientType=1 );
}
.slogan {
	margin-left: 119px;
}
.slogan span {
	font-size: 14px;
	font-weight: 800;
}
.social{
	float: right;
}
.social ul{
	margin: 0;
	padding: 0;
}
.social ul li{
	list-style: none;
	float: left;
	margin-left: 8px;
}
.social ul li.contact-f{
	margin-left: 30px;
}
.social ul li img{}

/*
=========================================
			Header CSS
=========================================
*/
.header-area {
	border-bottom: 4px solid #115F37;
	height: 97px;
}
.logo{}
.logo img {
	width: 116px;
	border-radius: 50%;
	box-shadow: 0px 0px 8px #333;
	position: absolute;
	top: -29px;
	z-index: 9;
}

.mainmenu {
}
.mainmenu ul{
	margin: 0;
	padding: 0;	
}
.mainmenu ul li{
	list-style: none;
	float: left;
}
.mainmenu ul li a {
	display: block;
	padding: 16px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}
.mainmenu ul li a:hover, .current-menu-item a, .current_page_item a{
	color: #115F37;
}
.mainmenu-area {
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.right-head {
	float: right;
	position: relative;
	display: block;
	z-index: 12;
	width: 351px;
	text-align: right;
	padding: 17px 0 5px 0;
	font-weight: 500;
}
.right-head::after {
	position: absolute;
	content: '';
	background: #eee;
	width: 100%;
	height: 93px;
	top: 0px;
	right: -30px;
	z-index: -12;
	-ms-transform: skewX(20deg);
	transform: skewX(20deg);
}
.right-head h3 {
	font-size: 16px;
	margin-bottom: 2px;
}
/*
=========================================
			SLider CSS
=========================================
*/
.slider-area{}
.carousel-item{
	position: relative;
}
.slide-content {
	position: absolute;
	left: 10%;
	top: 32%;
}
.slide-content h2 {
	background: rgba(0,0,0,.5);
	display: inline-block;
	padding: 13px 20px;
	color: #fff;
	font-size: 22px;
	border-left: 2px solid #115F37;
}
.slide-content p {
	background: rgba(40, 34, 90, 0.7);
	color: #fff;
	padding: 8px;
	width: 333px;
	font-size: 16px;
	border-left: 2px solid #115F37;
}
.carousel-item h2 {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	margin: 0;
	padding: 22px;
	font-size: 22px;
	display: inline;
	z-index: 10;
}
.carousel-item h2::before {
	position: absolute;
	content: '';
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.85) 100%);
	width: 100%;
	height: 153%;
	left: 0;
	bottom: 0;
	z-index: -10;
}
.carousel-item h2 a {
	color: #fff;
}
/*
=========================================
			About Us CSS
=========================================
*/
.about-us-area, .order-area, .footer-top-area{
	padding: 80px 0 120px 0;
}
.about-header, .rmc-header, .order-header {
	text-align: left;
	padding-bottom: 40px;
	display: block;
	overflow: hidden;
}
.about-header .inner-text{}
.inner-text h2 {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 0;
}
.inner-text h2 span.text-color {
	color: #115F37;
	font-size: 25px;
}
.inner-text {
	border-left: 5px solid #357135;
	padding-left: 15px;
}
.inner-text img {
	display: block;
	margin: 0 auto;
	height: 3px;
}
.inner-text span {
	font-size: 13px;
}
.about-us-content{}
.about-left{}
.about-left img {
	max-width: 100%;
	height: auto;
}
.about-right{}
.about-right h3 {
	margin-top: 0;
	font-size: 21px;
	font-weight: 600;
	text-transform: uppercase;
	color: #115F37;
}
.about-right p {
	text-align: justify;
	margin-bottom: 12px;
	font-size: 16px;
}
.about-link{}
.about-link a{}


/*
=========================================
			RMC Product CSS
=========================================
*/
.rmc-area {
	padding: 80px 0 120px 0;
	min-height: 500px;
	background: url('images/bg2.jpg');
	background-size: cover;
	background-position: center;
}
.about-right ul li {
	background: rgba(0,0,0,0.2);
	padding: 5px 5px 5px 12px;
	margin-bottom: 9px;
	border-left: 3px solid rgba(255,255,255,0.5);
	font-size: 16px;
}
.rmc-header .inner-text h2 {
	color: #fff;
}
.rmc-header .inner-text h2 span.text-color {
	color: #fff;
}
.rmc-header .inner-text span {
	color: #fff;
}
.rmc-content{}
.productBox {
	background: #fff;
	border: 1px solid #115F37;
	padding: 32px;
	position: relative;
	border-bottom-width: 3px;
}
.pro-thumb {
	margin-top: -63px;
}
.pro-thumb img {
	max-width: 100%;
	height: auto;
}
.pro-info{}
.pro-info h3 {
	font-size: 17px;
	text-align: center;
	margin-top: 12px;
	padding: 0 31px;
}
.pro-info p {
	font-size: 13px;
	text-align: center;
}
.pro-more {
	position: absolute;
	left: 29%;
	bottom: -17px;
	text-align: center;
}
.pro-more a {
	background: #115F37;
	color: #fff;
	width: 153px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
}

/*
=========================================
			Order CSS
=========================================
*/
.order-area{}
.order-header{}
.order-box {
	text-align: center;
	padding: 15px;
	position: relative;
}
.order-box::after {
	position: absolute;
	content: '\f197';
	right: -29px;
	top: 37px;
	color: #333;
	font-family: FontAwesome;
	font-size: 21px;
}
.last-child:after {
	content: '';
}
.order-box .icon {
	width: 70px;
	height: 70px;
	margin: 0 auto 20px auto;
	border-radius: 50%;
	border: 2px solid #ff0101;
}
.order-box .icon i {
	color: #ff0101;
	padding: 11px;
	line-height: 46px;
	font-size: 20px;
}
.icon-text {
	font-size: 13px;
	color: #000;
}

/*
=========================================
			Why RMC
=========================================
*/
.why-us-area {
	padding: 100px 0;
	background: url('images/ibg.jpg');
	border-top: 1px solid #ddd;
}
.why-features-content h2 span {
	background: #20A8E0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
}
.why-features-content h2 {
	font-size: 20px;
	margin-bottom: 6px;
	color: #115F37;
}
.why-features-content p {
	text-align: justify;
	color: #111;
}
.why-icon {
	float: left;
	width: 44px;
	margin-right: 10px;
}
.why-features {
	min-height: 90px;
}
.why-features-content {
	float: left;
	width: 85%;
	color: #ddd;
}
.why-icon .fa {
	border-radius: 100%;
	line-height: 41px;
	font-size: 18px;
	background: #115F37;
	width: 40px;
	height: 41px;
	text-align: center;
	color: #fff;
}

/*
=========================================
			Testimonial CSS
=========================================
*/
.testimonial-area, .faq-area, .blog-area{
	padding: 100px 0;
}
.why-us-header, .testimonial-header, .faq-header, .blog-header {
	text-align: left;
	padding-bottom: 40px;
	display: block;
	overflow: hidden;
}
.testimonial-area {
	background: url(images/why-bg.jpg) repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
.testimonial-header {
}
.testimonial-header .inner-text h2, .testimonial-header .inner-text span {
	color: #fff;
}
.testimonial-item {
	border: 2px solid #ddd;
	padding: 15px;
	min-height: 218px;
	padding-top: 25px;
	position: relative;
	background: #fff;
}
.testimonial-item::before {
	position: absolute;
	content: '\f10d';
	font-size: 26px;
	color: #115F37;
	left: 0px;
	top: -9px;
	font-family: fontAwesome;
}
.testimonial-item h3 {
	font-size: 16px;
	font-weight: 600;
}
.testimonial-item h3 {
	font-size: 16px;
	font-weight: 600;
}
/*==Testimonial Carousel ==*/
#testimonialCarousel {
	position: relative;
}
#testimonialCarousel .owl-nav div {
	position: absolute;
	top: 50%;
	background: #fff;
	color: #115F37;
	width: 40px;
	height: 40px;
	transform: translateY(-50%);
	border-radius: 50%;
	font-size: 20px;
	text-align: center;
	line-height: 41px;
}
#testimonialCarousel .owl-nav .owl-prev {
	position: absolute;
	left: -48px;
}
#testimonialCarousel .owl-nav .owl-next {
	position: absolute;
	left: auto;
	right: -48px;
}



/*
=========================================
			FAQ CSS
=========================================
*/
.faq-area {
	background: url('images/dust_scratches.png');
}

.faq-header {
}

.faq-section {
}

.faq-left {
}

.faq-accordion {
}
.more-faq{
	text-align: center;
	margin-top: 70px ;
}
.more-faq a {
	color: #115F37;
	padding: 11px 5px;
	width: 160px;
	display: inline-block;
	text-align: center;
	border-radius: 61px;
	border: 2px solid #115F37;
	font-weight: 700;
}
.more-faq a:hover{
	background: #115F37;
	color:#fff;
}
.faq-accordion .panel-body {
	font-size: 13px;
}
.faq-left img {
	max-width: 100%;
	height: auto;
}
.facilities-mark ul li {
	font-size: 18px;
	margin-bottom: 15px;
	float: left;
	width: 45%;
	margin-right: 5%;
	min-height: 56px;
}
/*
=========================================
			Blog CSS
=========================================
*/
.blog-area {
}

.single-post {
	margin-bottom: 20px;
}
.single-post:hover {
	box-shadow: 0px 0px 15px #ddd;
}
.post-content {
	border: 1px solid #ddd;
	padding: 20px;
}
.post-content h3 {
	font-size: 17px;
}
.post-content a.button {
	font-weight: 700;
}
.post-content p {
	text-align: justify;
}
/*
=========================================
			Footer CSS
=========================================
*/
.footer-area {
	background: url('images/footer-bg.jpg');
	background-size: contain;
}
.footer-top {
	padding: 80px 0 40px 0;
	color: #fff;
}
.footer-bottom {
	background: rgba(0,0,0,0.5);
}
.copyright {
	color: #fff;
	padding: 8px 0;
}
.copyright p {
	margin: 0;
	font-size: 14px;
}
.copyright p i{
	color: #92278F;
}
.copyright a {
	color: #fff;
	font-weight: 800;
}

.widget p {
	font-size: 16px;
}
.widget ul li {
	margin-bottom: 10px;
}
.widget a {
	color: #ddd;
}
.content-area {
	padding: 60px 0;
}
.page-breadcrumb-area {
	background: url('images/footer-bg.jpg') repeat;
	padding: 20px 0;
	background-size: contain;
}
.page-breadcrumb h3 {
	color: #fff;
	font-size: 19px;
	margin-bottom: 0;
	padding: 15px;
	text-align: center;
}
#accept_paypal_payment_form input, #accept_paypal_payment_form select {
	border: 1px solid #ddd;
	padding: 7px;
}
.wpapp_other_amt_input {
	color: #222;
}
.minar img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 170px;
    margin-bottom: -35px;
}
.minar {
    position: relative;
}
.social .fa {
	color: #fff;
	margin-left: 4px;
	text-shadow: 1px 1px rgba(0,0,0,0.3);
}
/*======================================
Quote Area
========================================*/
.facilities-mark{
	padding: 15px;
	background: #115F37;
	background: -moz-linear-gradient(left, #115F37 0%,#0E5C35 62%,#4E852B 62%,#A7C11B 100%);
	background: -webkit-linear-gradient(left, #115F37 0%,#0E5C35 62%,#4E852B 62%,#A7C11B 100%);
	background: linear-gradient(to right, #115F37 0%,#0E5C35 62%,#4E852B 62%,#A7C11B 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#115F37', endColorstr='#7db9e8',GradientType=1 );
}
.facilities-mark blockquote {
	background: url('images/dust_scratches.png');
	font-style: italic;
	padding: 44px;
	border: 0px solid;
	font-size: 25px;
	position: relative;
	margin: 0;
}
.facilities-mark blockquote::before {
	position: absolute;
	content: '\f10d';
	left: 5px;
	top: 4px;
	font-size: 36px;
	color: #6F9B25;
	font-family: fontAwesome;
}