/*Main Style*/
html{
	color: #36474f;
}
body{
	font-family: 'Lato', sans-serif;
}
h1{
	font-weight: 600;
}
header{
	background-color: #f8f8f8;
	height: auto;
	padding: 12px 40px;
	margin-bottom: 0!important;
}
.row{
	max-width: 1360px!important;
}
.show{
	display: block!important;
}
.noscroll-y{
	overflow-y: hidden;
}
.fullscreen-video{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 1000;
	top: 0;
	left: 0;
	display: none;
	padding: 60px 120px;
}
.close-icon{
	position: absolute;
	top: 40px;
	right: 40px;
}
.close-icon i{
	color: #ffffff;
	font-size: 34px;
}
.social{
	text-align: right;
}
.social-header li .material-icons{
	font-size: 20px;
}
.social-header li{
	display: inline-block;
	margin-right: 6px;
	transition: .3s ease;
	width: 36px;
	height: 36px;
	border: 1px solid #36474f;
	border-radius: 2px;
	padding: 7px;
}
.social-header li:hover{
	background-color: #36474f;
}
.social-header li:hover i{
	color: #ffffff;
}
.search-cont{
	cursor: pointer;
	position: relative;
}
.search-field{
	position: absolute;
	left: 0;
	top: -4px;
	color: #ffffff;
	padding: 0 15px!important;
	width: 90%!important;
	height: 2.5rem!important;
}
.searchable{
	width: 300px!important;
	background-color: #36474f!important;
}
.social-header li i{
	font-size: 18px;
	color: #36474f;
}

.footer-social li{
	border: 1px solid #ffffff;
}

.footer-social li:hover{
	background-color: #ffffff;
}
.footer-social li:hover i{
	color: #b71c1c;
}
.footer-social li i{
	color: #ffffff;
}

.nopadding{
	padding: 0!important;
}
.abs-icon{
	position: absolute;
	right: 18px;
	top: 11px;
}
.mt0{
	margin-top: 0px!important;
}
.mt10{
	margin-top: 10px!important;
}
.mt20{
	margin-top: 20px!important;
}
.mt60{
	margin-top: 60px!important;
}
.mb10{
	margin-bottom: 10px!important;
}
.mb20{
	margin-bottom: 20px!important;
}

.mb30{
	margin-bottom: 30px!important;
}
.ml30{
	margin-left: 30px!important;
}
.menu-links ul .link{
	display: inline-block;
	margin-right: 30px;
}
.menu-links ul li a{
	color: #b71c1c;
	font-size: 16px;
}
.menu-links ul li a i{
	vertical-align: bottom;
}
.hero-section{
	width: 100%;
	height: 460px;
	background-image: url('../img/hero-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.hero-section h1{
	font-size: 32px;
	margin: 0;
	line-height: 1.4;
}
.hero-text{
	width: 60%;
	margin: 0 auto;
	text-align: center;
	padding: 65px 0;

}
.play{
	margin: 0 auto;
	width: 100px;
}
.play-button{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #b71c1c;
	margin: 0 auto;
	text-align: center;
	padding: 15px;
	transition: .3s ease;
	cursor: pointer;
}
.play-button i{
	font-size: 50px;
	color: #ffffff;
	cursor: pointer;
	transition: .3s ease;
}
.play .sub-text{
	color: #ffffff;
	font-weight: 300;
	text-align: center;
	margin-top: 10px;
}
.play-button:hover{
	background-color: #ffffff;
}
.play-button:hover i{
	color: #b71c1c;
}
.news{
	padding: 40px 30px!important;
	background-color: #f9f9f9;
}
.headline h3{
	font-size: 22px;
	color: #b71c1c;
	margin: 0;
	margin: 30px 20px;
	display: inline-block;
}
.headline h3:after{
	content: " ";
	height: 1px;
	width: 100%;
	background-color: #b71c1c;
	display: block;
	margin-top: 6px;

}

.sidebar img{
	max-width: 100%;
}
.sidebar .title{
	font-size: 16px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 6px;
	line-height: 1.3;
	color: rgba(0, 0, 0, 0.8);
	transition: .3s ease;
}
.sidebar .date{
	color: rgba(0, 0, 0, 0.36);
	margin: 0;
	font-size: 14px;
}

.title:hover{
	color: #b71c1c;
}
.investor{
	padding: 40px 30px;
}

.tabs .tab a.active{
	color: #e9e9e9;
	background-color: #36474f;
	border-radius: 4px 4px 0px 0px;

}

.tabs .tab a{
	color: #36474f;
	background-color: #e9e9e9;
	border-radius: 4px 4px 0px 0px;
	width: 98%;
}

.tabs .tab a:hover{
	color: #e9e9e9;
	background-color: #36474f;
}

.tabs .indicator{
	background-color: #b71c1c;
}
.tab-container{
	border: 1px solid #36474f;
	height: 324px;
	overflow: hidden;
	position: relative;
}

.light-text{
	font-weight: 300;
}

.data-table th{
	padding: 5px 30px;
	font-size: 14px;
}
.data-table td{
	padding: 15px 30px;
}
.data-table tr{
	cursor: pointer;
}

.right-container{
	border: 1px solid #36474f;
	height: 324px;
	background-color: #e9e9e9;
	padding: 20px 40px!important;
}
.right-container p{
	font-size: 16px;
}
.tabs-parent{
	padding-right: 0!important;
}

.tab-container > div.ps-scrollbar-y-rail > div{
	background-color: #36474f!important;
	width: 4px!important;
}
.table-img{
	max-width: 70px;
	vertical-align: middle;
	margin-right: 20px;
}
.articles{
	padding: 40px 30px;
}

.single-article .image-frame{
	max-height: 180px;
	overflow: hidden;
	position: relative;
}
.single-article img{
	width: 100%;
	transition: .3s ease;
}
.single-article a{
	color: #36474f;
	transition: .3s ease;
}
.single-article a:hover{
	color: #b71c1c;
}

.img-link:hover img{
	transform: scale(1.2);
}
.article-date{
	width: 40px;
	height: 40px;
	border-radius: 4px;
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	bottom: 6px;
	left: 6px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	line-height: 1.1;
	padding: 5px;
	color: rgba(0, 0, 0, 0.61);
}
.article-cat{
	position: absolute;
	bottom: 0;
	right: 0;
    background-color: rgba(183, 28, 28, 0.86);
    color: #ffffff;
	padding: 4px 8px;
	font-weight: 600;
}
.article-title{
	font-size: 18px;
	line-height: 1.4;
	font-weight: 600;
}
.article-desc{
	margin-top: 0;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.45);
}

.directory{
	padding: 40px 30px!important;
	background-color: #f9f9f9;
}

.carousel .carousel-item{
	opacity: 1!important;
}

.carousel .indicators .indicator-item.active{
	background-color: #36474f;
}

.carousel .indicators .indicator-item{
	background-color: rgba(54, 71, 79, 0.51);
}

.carousel-title{
	font-size: 16px;
	color: #36474f;
	text-align: center;
}

.sukuk-chart{
	padding: 40px 30px!important;
}
.ess-section{
	padding: 40px 30px!important;	
}
.bank-chart{
	padding: 40px 30px!important;
	background-color: #f9f9f9;
	margin-bottom: 0px!important;
}

.icons-sidebar .title, .icons-sidebar .date{
	padding-left: 20px;
	position: relative;
}

.icons-sidebar .title:before{
	content: " ";
	width: 10px;
	height: 10px;
	position: absolute;
	left: -2px;
	top: 7px;
	border:2px solid rgba(54, 71, 79, 0.46);
	border-radius: 50%;
}

footer.page-footer{
	margin-top: 0;
	background-color: #b71c1c;
}


/*News List*/
.page-title{
	height: 140px;
	background-image: url('../img/page-title.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.page-title .overlay{
	background-color: rgba(183, 28, 28, 0.86);
	width: 100%;
	height: 140px;
	padding: 30px 60px;
}
.page-title .overlay h4{
	margin: 0;
	font-size: 2rem;
}
.breadCrumbs{
	padding-left: 20px!important;
}
.breadCrumbs li{
	margin-right: 10px;
	display: inline-block;
	color: #ffffff;
}
.breadCrumbs li a{
	color: #ffffff;
}
.breadCrumbs li a:hover{
	text-decoration: underline;
}
.breadCrumbs li:after
{
  content: ' /';
  margin-left: 10px;
}
.breadCrumbs li:last-child:after
{
  content: '';
}
.single-article{
	margin-bottom: 20px;
}
.single-article .reference{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 10px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.15);
	padding: 2px 4px;
	color: #fff;
}

.news-filters ul li{
	display: inline-block;
	margin-right: 20px;
	padding: 8px 16px;
	background-color: #000000;
	color: #ffffff;	
	cursor: pointer;
	transition: .3s ease;
}
.news-filters ul li a{
	color: #ffffff;
}
.news-filters{
	text-align: center;
	margin-bottom: 40px;
}
.news-filters ul li:hover{
	background-color: #b71c1c;
}
.news-filters ul .current{
	background-color: #b71c1c;
}

.pagination li.active{
	background-color: #b71c1c;	
}

.details-title{
	line-height: 1.5;
}

.details-image{
	max-width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.tags{
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
}
.tags i{
	font-size: 20px;
	vertical-align: middle;
	margin-right: 10px;
	color: rgba(0, 0, 0, 0.41);
}
.tags span{
	margin-right: 10px;
	color: rgba(0, 0, 0, 0.41);
}

.details-date{
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

.details-date{
	color: rgba(0, 0, 0, 0.41);
}

.details-date i{
	font-size: 20px;
	vertical-align: middle;
	margin-right: 10px;
	color: rgba(0, 0, 0, 0.41);
}
.details-text{
	font-size: 18px;
	color: rgba(0, 0, 0, 0.41);
	line-height: 1.9;
	padding: 10px 20px;
}
.details-video{
	padding: 20px 100px!important;
}

.ess-carousel .carousel-item{
	width: 280px;
}
.ess-carousel .carousel-item .article-cat{
	width: 100%;
	left: 0;
}
/*Small screens are defined as having a max-width of 600px 
Medium screens are defined as having a max-width of 992px 
Large screen are defined as having a min-width of 993px*/

@media screen and (max-width: 600px){

	header{
		padding: 20px 0;
	}
	.hero-text{
		width: 80%;
		padding: 38px 0;
	}
	.hero-section h1{
		font-size: 22px;
	}
	.news{
		padding: 20px 0px!important;
	}
	.investor {
	    padding: 20px 0px;
	}
	.articles {
	    padding: 20px 0px;
	}
	.directory{
		padding: 20px 0px!important;
	}
	.sukuk-chart{
		padding: 20px 0px!important;
	}
	.bank-chart{
		padding: 20px 0px!important;
	}
	.tabs-parent{
		padding-left: 0!important;
	}
	.right-container{
		margin-top: 0!important;
		padding: 10px 20px!important;
	}
	.logo{
		text-align: center;
	}
	.logo img{
		max-width: 66%;
	}
	.tabs .tab a{
		font-size: 10px;
		padding: 0 5px;
	}
	#bank-container{
		margin-bottom: 30px;
	}
	.social{
		text-align: center!important;
	}
	.page-title .overlay{
		padding: 30px 24px;
	}
	.news-filters ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.responsive-menu{
		position: absolute;
		left: 28px;
		top: 48px;
	}
}

@media screen and (max-width: 992px){
	.menu-links{
		display: none;
	}
	.responsive-menu{
		position: absolute;
		left: 18px;
		top: 42px;
		color: #000000;
	}
	.responsive-menu i{
			font-size: 28px;
		}
}

@media screen and (min-width: 993px){
	
	.right-container{
		border-left: 0;
	}	
}