/*BISMILLAH*/
/* ==================================================================================  GRID 3  == */
.moduletable-grid3 {
	margin: 80px 80px;
	position: relative;
}
.moduletable-grid3 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px; 
	border: 0px solid #990000;
}
.moduletable-grid3 ul li {
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	border-bottom:10px solid #226c82;
	background: #f6f6f6;
}
.moduletable-grid3 ul li .boxContent {
}
.moduletable-grid3 ul li .boxContent-R {
	padding: 20px 30px;
}
.moduletable-grid3 .boxContent-R h2.moduleItemTitle {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	margin: 0px 0px 0px 0px;
}
.moduletable-grid3 .boxImage {
	margin: 0px 0px 0px 0px;
	border: 0px solid #990000;
	height: auto;
	overflow: hidden;
	width: 100%;
}
.moduletable-grid3 .boxImage img {
	object-fit: cover;
	height: 200px;
	width: 100%;
}
/* ==================================================================================  GRID 2  == */
.moduletable-grid2 {
	margin: 80px 80px;
	position: relative;
}
.moduletable-grid2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px; 
}
.moduletable-grid2 ul li {
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	border-bottom:10px solid #226c82;
	background: #fff;
}
.moduletable-grid2 ul li .boxContent {
}
.moduletable-grid2 ul li .boxContent-R {
	padding: 40px;
}
.moduletable-grid2 .boxContent-R h2.moduleItemTitle {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin: 0px 0px 20px 0px;
}
.moduletable-grid2 .moduleItemIntrotext {
	margin: 0px 0px 0px 0px;
	line-height: 1.6;
}
.moduletable-grid2 .boxImage {
	margin: 0px 0px 0px 0px;
	border: 0px solid #990000;
	height: auto;
	overflow: hidden;
	width: 100%;
}
.moduletable-grid2 .boxImage img {
	object-fit: cover;
	height: 200px;
	width: 100%;
}
/* ==================================================================================  more link  == */
a.moduleCustomLink {
	position: absolute;
	top:25px;
	right: 30px;
	display: inline-block;
	background: #000;
	padding: 8px 10px;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	color: #fff;
	margin: 0px 0px 0px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.moduleCustomLink:hover {
	color: #000;
	background: #fff;
}
/* ==================================================================================  ourServices  == */
.moduletable-grid3.-ourService ul li {
}

/* ================================================================================== feature library  == */
.moduletable-grid2.-library {
}

.moduletable-grid2.-library .boxImage img {
	height: 300px;
}
.moduletable-grid2.-library  ul li .boxContent-R {
	padding-top: 20px;
}
/* ================================================================================== news and event  == */
.moduletable-grid2.-news {
	margin-top: 400px;
}
.moduletable-grid2.-news > h3 {
	background: #0f518c;
}
.moduletable-grid2.-news ul li {
	border-bottom:6px solid #ebdd19;
}

/* ================================================================================== video  == */
.moduletable-grid3.-video {
	margin-top: 400px;
}
.moduletable-grid3.-video > h3 {
	background: #0f518c;
}
.moduletable-grid3.-video ul li {
	border-bottom:6px solid #0f518c;
}
.boxContent-R h2.moduleItemTitle {
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
	margin: 0px 0px 10px 0px;
}
/* ==================================================================================  h3 module home  == */
.moduletable-grid3 > h3,
.moduletable-grid2 > h3 {
	background: #226c82;
	color: #fff;
	margin: 0px 0px 20px 0;
	padding: 30px 30px;
	font-weight: 300;
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

/* ==================================================================================  populer  == */
.moduletable-populer {
	margin: 10px 10px 50px 10px;
	border: 0px solid #ccc;
	padding: 30px 40px;
	background: #226c82;
	width: 240px;
}
.moduletable-populer h3 {
	margin: 0 0 20px 0px;
	padding: 0 0 0px 0;
	font-weight: 300;
	font-size: 24px;
	text-transform: uppercase;
	border-bottom: 0px dashed #ccc;
	color: #eee;
}
.moduletable-populer h3:before {
	color: #fff;
	margin-right: 5px;
}
.moduletable-populer ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.moduletable-populer ul li {
	list-style: none;
	padding: 15px 0;
	margin: 0 0 0px 0;
	border-top: 1px dotted #eee;
}
.moduletable-populer .boxContent-R h2.moduleItemTitle {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin: 0px 0px 0px 0px;
}
.moduletable-populer .boxContent-R h2.moduleItemTitle a {color: #fff}
.moduletable-populer .boxContent-R h2.moduleItemTitle a:hover {color: #000}
.moduletable-populer .boxInfo {
	margin: 0px;
	font-size: 80%;
	color: #eee;
}
/* ==================================================================================  BOX INFO  == */
.boxInfo {
	font-size: 90%;
}
.itemInfo {
	display: inline-block;
	margin: 0px 10px 0px 0px;
}
.itemInfo a {color:#f00;}
.itemInfo a:hover {color:#333;}

/* ================================================================================== copyR  == */
.boxFoot {

}
.moduletable-copyR {
	margin: 0 0 0px 0;
	text-align: center;
	padding: 80px 0px;
}
.moduletable-copyR p {
	margin: 0;
}
/* ==================================================================================  menuFoot == */
.moduletable-menuFoot {
	border: 0px solid #f00;
	
}
ul.menu-menuFoot {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.menu-menuFoot li {
	padding:0px;
	margin:0px 0px;
	list-style: none;
	display: inline-block;
	font-size: 80%;
}

/* link */
ul.menu-menuFoot li a:link, ul.menu-menuFoot li a:visited {
	color: #fff;
}
/* active */
ul.menu-menuFoot li.active a {
	color: #999;
}
/* hover*/
ul.menu-menuFoot li a:hover, ul.menu-menuFoot li a:focus {
	color: #ccc;
	background:none ;
}
/* ================================================================================== findUs  == */
.moduletable-findUs {
	color: #fff;
	margin: 0 0 0px 0;
}
.moduletable-findUs ul {
	margin: 0px;
	padding: 0px;
	list-style: none;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;

}
.moduletable-findUs li {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	line-height:normal;
	list-style: none;
	width: 40px;
	height: 40px;
}

.moduletable-findUs li a {
	visibility: hidden;
	position: relative;
}
.moduletable-findUs li a:before {
	visibility: visible;
	position: absolute;
	top: 0;
	bottom:0px;
	right: 0px;
	left: 0;
	font-size: 28px !important;
	width: 28px;
	height: 28px;
	line-height: 28px;
	padding: 6px 6px;
	color: #000;

	background: #007dd4;
}
.moduletable-findUs li:hover a:before {
	color: #eee;
}

/* ALHAMDULILLAH */