@CHARSET "ISO-8859-1";

#sg-carousel {
	position: relative;
	height: 550px;
	margin-top: -35px;
}

#sg-carousel .carousel-inner .item {
	height: 550px;
}

.carousel-caption {
	top: 50%;
}

.carousel-caption h1 {
	font-size: 6em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#sg-carousel .carousel-control.left {
	top: 65%;
}

#sg-carousel .carousel-control.right {
	top: 65%;
}

.uppr-txt {
	text-transform: uppercase;
	color: #fff;
	font-size: 35px;
}

#sg-carousel .carousel-control.left, #sg-carousel .carousel-control.right
	{
	background-image: none;
	background-repeat: no-repeat;
	opacity: 0;
	text-shadow: none;
	transition: all 0.8s ease 0s;
}

.carousel-control {
	bottom: 0;
	color: #fff;
	font-size: 20px;
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	top: 0;
	width: auto;
	transition: all 0.8s ease 0s;
}

.carousel-inner {
	box-shadow: 2px 6px 21px;
}

.fa-angle-right, .fa-angle-left {
	font-size: 80px;
}

#sg-carousel:hover .carousel-control.left {
	left: 38px;
	transition: all .2s ease 0;
}

#sg-carousel:hover .carousel-control.right {
	right: 38px;
	transition: all .2s ease 0;
}

#sg-carousel:hover .carousel-control.left, #sg-carousel:hover .carousel-control.right
	{
	opacity: 1;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive,
	.thumbnail a>img, .thumbnail>img {
	display: block;
	height: 550px;
	max-width: 100%;
	width: 100%;
}

.item.active img {
	transition: transform 5000ms linear 0s;
	transform: scale(1.05, 1.05);
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right
	{
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
	font-size: 80px;
}

.carousel-caption {
	left: 0%;
	padding-bottom: 5%;
	right: 0;
	text-align: center;
	top: 65%;
}

.carousel-caption h1 {
	font-family: raavi;
	font-size: 48px;
	font-weight: 600;
	line-height: 18px;
}

.carousel-caption>p {
	font-size: 18px;
	color: #fff;
}

.carousel-caption>a {
	text-transform: uppercase;
	color: #fff;
	background: #041132;
	padding: 6px 12px;
}

.button--tamaya {
	border: 2px solid #23aa41 !important;
	border-radius: 5px;
	color: #7986cb;
	min-width: 180px;
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}

.button--border-thick {
	border: 3px solid;
}

.button {
	/* 	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
 */
	border: medium none;
	color: inherit;
	display: block;
	/* float: right; */
	/* 	max-width: 250px;
	min-width: 199px; */
	padding: 1em 0em;
	position: relative;
	vertical-align: middle;
	z-index: 1;
	margin-left: 143px;
}

.button--tamaya::before {
	padding-top: 1em;
	top: 0;
}

.button--tamaya::before, .button--tamaya::after {
	background: #40a304;
	color: #fff;
	content: attr(data-text);
	height: 50%;
	left: 0;
	overflow: hidden;
	position: absolute;
	transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
	width: 100%;
}

.button--tamaya::after {
	bottom: 0;
	line-height: 0;
}

.button--tamaya:hover::before {
	transform: translate3d(0px, -100%, 0px);
}

.button--tamaya:hover::after {
	transform: translate3d(0px, 100%, 0px);
	color: #40a304;
}

.button--tamaya:hover {
	color: #40a304;
	font-weight: 600;
}

.carousel-indicators li {
	background-color: #b3b5b9;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	margin: 1px;
	text-indent: -999px;
	width: 12px;
	border: 0;
}

.carousel-indicators .active {
	background-color: #041132;
	height: 12px;
	margin: 0;
	width: 12px;
	border: 0;
}

#sg-carousel h1 {
	animation-delay: 1s;
	margin-bottom: 25px;
}

#sg-carousel p {
	animation-delay: 2s;
}

#sg-carousel button {
	animation-delay: 3s;
	margin-top: 25px;
}

@media all and (transform-3d) , ( -webkit-transform-3d ) {
	.carousel-fade .carousel-inner>.item.next, .carousel-fade .carousel-inner>.item.active.right
		{
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner>.item.prev, .carousel-fade .carousel-inner>.item.active.left
		{
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner>.item.next.left, .carousel-fade .carousel-inner>.item.prev.right,
		.carousel-fade .carousel-inner>.item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

/* Image effect section 2 */
.image {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
	height: 330px;
}

.middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.container:hover .image {
	opacity: 0.3;
}

.container:hover .middle {
	opacity: 1;
}

.text {
	background-color: #4CAF50;
	color: white;
	font-size: 16px;
	padding: 16px 32px;
}

/* marley image effect */
.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	/* min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%; */
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption, .grid figure figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption>a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2, .grid figure p {
	margin: 0;
}

.grid figure p {
	/* 	letter-spacing: 1px;
	font-size: 68.5%; */
	font-size: 18px;
	text-transform: none;
}

/*---------------*/
/***** Marley *****/
/*---------------*/
figure.effect-marley figcaption {
	text-align: center;
}

figure.effect-marley h2, figure.effect-marley p {
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
}

figure.effect-marley p {
	bottom: 30px;
	line-height: 1.5;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

figure.effect-marley h2 {
	top: 100px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}

figure.effect-marley:hover h2 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.effect-marley h2::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	/* background: #fff; */
	content: '';
	-webkit-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
}

figure.effect-marley h2::after, figure.effect-marley p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after, figure.effect-marley:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* search */
#imaginary_container {
	margin-top: 6px; /* Don't copy this */
}

.stylish-input-group .input-group-addon {
	background: white !important;
}

.stylish-input-group .form-control {
	border-right: 0;
	box-shadow: 0 0 0;
	border-color: #ccc;
}

.stylish-input-group button {
	border: 0;
	background: transparent;
}

.work_top {
	margin-top: -40px;
	margin-left: 0px;
}

.works_txt {
	margin-top: 13px;
	width: 220px;
	margin-left: 10px;
	text-align: justify;
}

/* Media Query for responsive design */
@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
	.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive,
		.thumbnail a>img, .thumbnail>img {
		display: block;
		height: 200px;
		max-width: 100%;
		width: 100%;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
	.carousel-caption>p {
		font-size: 10px;
		color: #fff;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
	.carousel-caption h1 {
		font-family: raavi;
		font-size: 22px;
		font-weight: 600;
		line-height: 18px;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
	.carousel-caption {
		left: 0%;
		padding-bottom: 3%;
		right: 0;
		text-align: center;
		top: 173% !important;
		margin-top: -317px;
		height: 135px;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
	#sg-carousel {
		position: relative;
		height: 230px;
		margin-top: 25px;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
	#sg-carousel .carousel-control.left {
		top: 0%;
		font-size: 18px;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
	#sg-carousel .carousel-control.right {
		top: 0%;
		font-size: 18px;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
	section {
		padding: 50px 0;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
	figure.effect-marley h2 {
		top: 25px;
		font-size: 22px;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
	#sg-carousel .carousel-inner .item {
		height: 200px;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
	button--tamaya {
		border: 2px solid #23aa41 !important;
		border-radius: 5px;
		color: #7986cb;
		min-width: 120px;
		overflow: hidden;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 14px;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
	.button {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		border: medium none;
		color: inherit;
		display: block;
		float: right;
		max-width: 250px;
		min-width: 199px;
		padding: 1em 0em;
		position: relative;
		vertical-align: middle;
		z-index: 1;
		margin-left: 20px;
		margin-top: 24px;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
	section h2.section-heading {
		font-size: 40px;
		margin-top: 35px !important;
		margin-bottom: 15px;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
	.work_top {
		margin-top: 0px;
		margin-left: 30px;
	}
}

.contact_head {
	margin-top: -125px !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
	.contact_head {
		margin-top: 115px !important;
	}
}

.verify_search {
	height: 60px;
	margin-left: -126px;
	width: 650px !important;
	border: 3px solid #d4d4d4;
}

@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
	.verify_search {
		height: 50px;
		margin-left: 3px;
		width: 247px !important;
		border: 3px solid #d4d4d4;
	}
}

@media only screen and (min-device-width : 360px) and (max-device-width
	: 480px) {
	.verify_search {
		height: 50px;
		margin-left: 3px;
		width: 286px !important;
		border: 3px solid #d4d4d4;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
	.input-group-addon {
		padding: 0px 0px;
	}
}

.verify_heading {
	text-transform: uppercase;
	color: white !important;
	margin-left: -25px;
	font-size: 36px;
}

@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
	.verify_heading {
		text-transform: uppercase;
		color: white;
		margin-left: 0px;
		font-size: 36px;
	}
}

.verify_row {
	padding-bottom: 0px;
}

@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
	.verify_row {
		padding-bottom: 100px;
	}
}

.contact_address {
	width: 557px;
	height: 67px;
}

@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
	.contact_address {
		width: 288px;
		height: 67px !important;
	}
}

@media only screen and (min-device-width : 360px) and (max-device-width
	: 480px) {
	.contact_address {
		width: 326px;
		height: 67px !important;
	}
}

.menu-head {
	width: 100%;
	line-height: 2.5;
	overflow-x: hidden;
}

@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
	.menu-head {
		width: 232px;
		line-height: 2.5;
		overflow-x: hidden;
	}
}

.modal_image {
	height: 300px;
	width: 400px;
}

@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
	.modal_image {
		height: 200px;
		width: 250px;
	}
}

.modal-width {
	width: 1300px;
}

@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
	.modal-width {
		width: 300px;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
	.btn-xl {
		font-size: 15px;
		padding: 4px 6px;
		margin-top: -590px;
		margin-left: 150px;
	}
}

@media only screen and (min-device-width : 360px) and (max-device-width
	: 480px) {
	.btn-xl {
		font-size: 15px;
		padding: 4px 6px;
		margin-top: -590px;
		margin-left: 185px;
	}
}

.submit_btn {
	margin-left: 330px;
}

@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
	.submit_btn {
		margin-left: 0px;
	}
}

@media only screen and (device-width: 768px) and (device-height: 1024px)
	and (orientation : landscape) {
	.contact_address {
		height: 100px;
		width: 456px;
	}
}

.contact_us_desc {
	color: white;
	margin-top: -23px;
}

@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
	.contact_us_desc {
		color: white;
		margin-top: 59px;
	}
}

.logo-align {
	margin-top: -50px;
}

@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
	.logo-align {
		margin-top: -22px;
	}
}

@media only screen and (min-device-width : 360px) and (max-device-width
	: 480px) {
	.logo-align {
		margin-top: -22px;
	}
}

.verify_container {
	margin-top: -80px;
	margin-bottom: 0px;
}

@media only screen and (min-device-width: 320px) and (max-device-width:
	480px) {
	.verify_container {
		margin-top: -55px !important;
		margin-bottom: 52px;
	}
}

.verify_textbox {
	height: 60px;
	margin-left: 266px;
	width: 650px;
border: 3px solid #15a261;
border-radius: 6px;
}

@media only screen and (min-device-width: 320px) and (max-device-width:
	480px) {
	.verify_textbox {
			height: 40px;
margin-left: 50px;
width: 232px;
border: 3px solid #15a261;
border-radius: 7px;
margin-top: 145px;
	}
}

.search_verify {
	height: 60px;
margin-left: 517px;
margin-top: 0px;
text-align: center;
border-radius: 22px;
}

@media only screen and (min-device-width: 320px) and (max-device-width:
	480px) {
	.search_verify {
		/* height: 41px;
		margin-left: 187px;
		margin-top: -63px; */
		height: 41px;
margin-left: 123px;
margin-top: 0px;
text-align: center;
	}
}

.search_txt {
	font-size: 22px;
}

.verify_heading {
	text-transform: uppercase;
	color: white;
	margin-left: -25px;
	font-size: 36px;
}

@media only screen and (min-device-width: 320px) and (max-device-width:
	480px) {
	.verify_heading {
		text-transform: uppercase;
		color: white;
		margin-left: -6px;
		font-size: 36px;
	}
}

.contact_msg {
	width: 557px !important;
	height: 67px !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width:
	480px) {
	.contact_msg {
		width: 290px !important;
		height: 67px !important;
	}
}

.masjid_logo {
	margin-top: -50px;
}

@media only screen and (min-device-width: 320px) and (max-device-width:
	480px) {
	.masjid_logo {
		margin-top: -21px;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width:
	480px) {
	.carousel-indicators {
		top: 174px;
	}
}
#about{
	padding: 100px 0 !important;
}
@media only screen and (min-device-width: 320px) and (max-device-width:
	480px) {
#about{
	padding: 0px 0 !important;
}
}
@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
.msg_btn{

 margin-left: -240px !important;
margin-top: -590px;
height: 60px;
width: 199px !important;
}
}
.msg_btn{
	margin-left: 0px;
	width:20%;
	font-size: 18px;
padding: 20px 40px;
	
}
.contact{
	color: white; margin-top: -23px;
}
@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
	.contact{
	color: white; margin-top: 70px;
}
}
#mainNav {
    background-color: white;
}
@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
.navbar-nav > li > a{
	line-height: 2.0;
}
}
.verify_head_bg{
	margin-top: 0px !important;
	background-color: #edbc2e;
}
@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
.verify_head_bg{
	margin-top: 23px !important;
	background-color: #edbc2e;
}
}
.scheme_menu_bg{
	background-color: #edbc2e !important;
}

.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #070708 !important;
}
.nav-pills > li.active > a{
	 background-color: #070708 !important;
}
.desc_width{
	margin-left: 0px;
	width: 900px;
}
@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
	.desc_width{
	margin-left: 22px;
	width: 275px;
}
}