@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap');

.main_content{
	
	font-family: 'Oswald', sans-serif;
}
.main_content .left {
	height: 100vh;

	background: #fff;
	font-size: 15px;
	min-width: 500px;
	position: relative;
	color: #19324f;
	background: url(../img/mosque_bg.png) bottom center no-repeat #fff;
	background-size: 100%;
	padding-bottom: 80px;
	

}
.main_content .left:after{
	content: "";
	position: absolute;
	right: -50px;
	top:0;
	bottom:0; 
	height: 100%;
	width: 50px;
	background: url(../img/minner.png) repeat-y;
}

.main_content th, .main_content td{
	color: #19324f;
	font-size: 20px;
	vertical-align: middle;

}
.main_content .time{
	color: #19324f;
	font-size: 30px;
	font-weight: 800;

}
.clock > p{
	display: inline-block;
	font-size: 70px;
	font-weight: 800;
	line-height: 50px;	
}
.clock > span{
	font-size: 70px;
	font-weight: 800;
	line-height: 50px;	
}
.left_top{
	text-align: center;
	padding: 10% 0;
}
#weather, .date{
	color: #4d93e3;
}
.main_content .right { 
	width: 100%;
	overflow-x: hidden;
}
.active{
	background: #4d93e3;
	border-radius: 10px;
}
.active th, .active td, .active .time{
	color: #fff;
}
.table td, .table th{
	padding: 8px 15px;
}

/*slider */
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: 100vh;
	float: left;
	width: 100%;
	border: 0;
}


/*right content*/
.ss_content1 , .ss_content2, .ss_content3{
	position: relative;
}
.ss_content1 .content, .ss_content2 .content, .ss_content3 .content{
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	bottom:0;
	top:0;
	color: #fff;
	background: rgba(16,39,66,.9);
	
}
.ss_content{
	display: flex;
	align-items: center;
}
.ss_content2 .content{
	background: rgba(45,13,73,.9);
	
}
.ss_content2 .content .left, .ss_content2 .content .left table td, .ss_content2 .content .left table th{
	color:#5c3983;
}
.ss_content2 .content .left table .active td, .ss_content2 .content .left table .active th{
	color: #fff;
}
.ss_content3 .content{
	background: rgba(35,114,41,.9);
	
}
.ss_content3 .content .left, .ss_content3 .content .left table td, .ss_content3 .content .left table th{
	color:#2a7730;
}
.ss_content3 .content .left table .active td, .ss_content3 .content .left table .active th{
	color: #fff;
}
.upcoming_namaz_time {
	padding-top: 50px;
	text-align: center;
	font-size: 50px;
	padding: 50px;
}
.upcoming_namaz_time h2 span{
	font-size: 100px;
}
.upcoming_namaz_time p{
	font-size: 16px;
	font-family: arial;
}
#timer {
	line-height: 40px;
	margin: auto;
	margin-bottom: 20px;
	overflow: hidden;
	width: 70%;
	max-width: 500px;
	margin-top: 50px;
}
#timer > div {
	display: inline-block;
	float: left;
	width: 30%;
	font-weight: bold;
	margin: 1.5%;
	line-height: 100px;
	background: rgba(255,255,255,.1);
	border-radius: 10px;
}
#timer > div span{
	font-size: 16px;
	display: block;
	border-radius: 5px;
	font-weight: normal; 
	background: #fff;
	color: #19324f;
	margin-top: 10px;
	line-height: 40px;
}
.info_list li{
	list-style-type: none;
	display: inline-block;
	padding: 10px;
	margin-right: 10px;
	font-size: 20px;
	color:#ccc;

}
.info_list li:nth-child(2n+1){
	color:#fff;
}