/*BISMILLAH*/

/*=============================================================================== logo */
.moduletable-logo {
	margin: 0px 0px;
	padding:5px 0 0px 0px;
	border: 0px solid #fc2e06;
}
.moduletable-logo p {
	margin: 0px 0px 0px 0;
}
.moduletable-logo img {
	width: auto;
	height: 22px;
}
/*=============================================================================== logoContact */
.moduletable-logoContact {
	margin: 0px 0px;
	padding:3px 30px;
	border: 0px solid #fc2e06;
	font-size: 80%;
	text-align: right;
	color: #fff;
}
.moduletable-logoContact ul {
	margin: 0px 0px 0px 0;
	padding: 0px;
	list-style: none;
}
.moduletable-logoContact li {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style: none;
	display: inline-block;
}
.moduletable-logoContact li:before {
	color:#007dd4;
	margin: 0 3px 0 0;
}
.item-page-contactUs ul.contactUs li:before {
	margin: 0 5px 0 0;
}
/* ==================================================================================  mainMenu == */
.moduletable-mainMenu {
	border: 0px solid #f00;
	margin: 0px;
}
ul.menu-mainMenu {
	margin: 0px;
	padding: 0px;
	list-style: none;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
ul.menu-mainMenu li {
	padding:5px 8px 5px 8px;
	margin:0px 0px 0px 20px;
	line-height:24px;
	list-style: none;

	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
}
ul.menu-mainMenu li:hover{
	background: #ededed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* link */
ul.menu-mainMenu li a:link, ul.menu-mainMenu li a:visited {
	color: #333;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height:24px;
	text-transform: uppercase;
}
/* active */
ul.menu-mainMenu li.active a:link, ul.menu-mainMenu li.active a:visited, ul.menu-mainMenu li.current {
	background: #ededed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* hover*/
ul.menu-mainMenu li a:hover,  ul.menu-mainMenu li a:active, ul.menu-mainMenu li a:focus {
	background: none;
}

/* ==================================================================================  slideHome == */
.moduletable-slideHome {
	border-bottom: 0px solid #333;
	margin: 0px;
}
.moduletable-slideHome div.cameraContent  {
	animation: fadein 5s;
	-moz-animation: fadein 5s; /* Firefox */
	-webkit-animation: fadein 5s; /* Safari and Chrome */
	-o-animation: fadein 5s; /* Opera */
}
.moduletable-slideHome .cameraContent {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#99000000',GradientType=0 );

}
.cameraSlide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.cameraContent {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.moduletable-slideHome .camera_caption {
}
.moduletable-slideHome .camera_caption {
	font-family: 'Oswald', sans-serif;

	border: 0px solid #fff;
	width: 100%;
	overflow: auto;
	margin: auto;
	position: absolute;
	left: 0; bottom: 150px; right: 0;

}
.moduletable-slideHome .camera_caption > div {
	position: relative;
	border: 0px solid #f00;
	display: table;
	margin: 0 auto;
	width: 75%;
	text-align: left;
	overflow:hidden;

}
.moduletable-slideHome .camera_caption > div {
	background: none !important;
	background: rgba(0, 0, 0, 0);
}
/*.moduletable-slideHome .camera_caption_title {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 220%;
	font-weight: 300;
	border: 0px solid #000;
}*/
.moduletable-slideHome .camera_caption_title span {
	color: #009bfe;
}
.moduletable-slideHome .camera_caption_desc {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-weight: 300;
	font-size: 42px;
	line-height: 42px;
}

.moduletable-slideHome .camera_caption_desc span {
	color: #009bfe;
}
.moduletable-slideHome .camera_caption_desc a {
	display: inline-block;
	margin-top: 20px;
}
.moduletable-slideHome .camera_caption_desc a:hover {
	display: inline-block;
	margin-top: 20px;
}
/* ==================================================================================  GRID 3  == */
.moduletable-grid3 {
	margin: 400px 50px 50px 50px;
	position: relative;
}
.moduletable-grid2 > h3,
.moduletable-grid3 > h3
{
	background: #3366cc;
	color: #fff;
	margin: 0px 0px 20px 0;
	padding: 50px 50px;
	font-weight: 300;
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.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 #3366cc;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.moduletable-grid3 ul li .boxContent {
}
.moduletable-grid3 ul li .boxContent-R {
	padding: 15px 20px 20px 20px;
}
.boxContent-R h2.moduleItemTitle {
	font-size: 18px;
	line-height: 1.6;
	font-weight: 600;
	margin: 0px 0px 0px 0px;
}
.moduletable-grid3 .boxImage {
	margin: 0px 0px 0px 0px;
	border: 0px solid #990000;
	height: auto;
	overflow: hidden;
	width: 100%;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.moduletable-grid3 .boxImage img {
	object-fit: cover;
	height: 200px;
	width: 100%;
}
/* ==================================================================================  GRID 2  == */
.moduletable-grid2 {
	margin: 50px 50px 50px 50px;
	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; 
	border: 0px solid #990000;
}
.moduletable-grid2 ul li {
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	border-bottom: 10px solid #3366cc;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.moduletable-grid2 ul li .boxContent {
}
.moduletable-grid2 ul li .boxContent-R {
	padding: 40px;
}
.moduletable-grid2 .boxContent-R h2.moduleItemTitle {
	font-size: 18px;
	line-height: 1.6;
	font-weight: 600;
	margin: 0px 0px 20px 0px;
}
.moduletable-grid2 .moduleItemIntrotext {
	margin: 0px 0px 20px 0px;
	line-height: 1.6;
}
.moduletable-grid2 .boxImage {
	margin: 0px 0px 0px 0px;
	border: 0px solid #990000;
	height: auto;
	overflow: hidden;
	width: 100%;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.moduletable-grid2 .boxImage img {
	object-fit: cover;
	height: 200px;
	width: 100%;
}
/* ==================================================================================  more link  == */
a.moduleCustomLink {
	position: absolute;
	top:50px;
	right: 50px;
	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:hover 
{
	background: #000;
}
.moduletable-grid3.-ourService .boxContent-R h2.moduleItemTitle a:hover,
.moduletable-grid3.-ourService ul li:hover a
{
	color: #fff;
}
/* ================================================================================== feature library  == */
.moduletable-grid2.-library {
	margin-top: 400px;
}
.moduletable-grid2.-library > h3 {
	background: #3366cc;
}
.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: #3366cc;
}
.moduletable-grid2.-news ul li {
	border-bottom:6px solid #ebdd19;
}

/* ================================================================================== video  == */
.moduletable-grid3.-video {
	margin-top: 400px;
}
.moduletable-grid3.-video > h3 {
	background: #3366cc;
}
.moduletable-grid3.-video ul li {
	border-bottom:6px solid #3366cc;
}
.boxContent-R h2.moduleItemTitle {
	font-size: 18px;
	line-height: 1.6;
	font-weight: 600;
	margin: 0px 0px 10px 0px;
}
/*  =========================================================================== BLOG WEBLINK */
.weblink-category-webLink {
	padding: 50px 30px;
	margin: 30px 0px;
}
.weblink-category-webLink h2{
	text-align: center;
	margin: 0px 0px 20px 0px;
	font-size: 26px;
	line-height: 32px;
	font-weight: 400;
}
.weblink-category-webLink .category-desc{
	text-align: center;
	margin: 0px 0px 30px 0px;
}
.weblink-category-webLink ul.category, .moduletable-featuredBlogs ul {
	margin: 0px;
	padding: 1px 0px 0px 0px;
	list-style: none;
	background: #fff;

	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 1px;
	grid-row-gap: 1px;
}
.weblink-category-webLink ul.category li, .moduletable-featuredBlogs li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.weblink-category-webLink .link-boxIn {
	margin: 0px 0 0px 0px;
}
.weblink-category-webLink .link-boxL, .moduletable-featuredBlogs .link-boxL {
	position:relative;
	border: 0px solid #f00;
}
.weblink-category-webLink .imgContent, .moduletable-featuredBlogs .imgContent {
	position: relative;
	overflow: hidden;
	height: 200px;
	border-bottom: 8px solid #222;
	object-fit: fill;
}
.weblink-category-webLink .imgContent img, .moduletable-featuredBlogs .imgContent img {
	max-width: 100%;
	width: 100%;
	height: auto;
	object-fit: fill;
}

.weblink-category-webLink .linkTitle h4, .moduletable-featuredBlogs .linkTitle h4{
	position: absolute;
	left:0px;
	bottom: 0px;
	margin:0px;
	font-size: 36px;
	line-height: 36px;
	font-weight: 300;
	text-transform:uppercase;
	color: #eee;
	background: #007dd4;
	padding: 5px 10px;
	font-family: 'Oswald', sans-serif;
}
/* ======================================================  featured Blogs  == */
.moduletable-featuredBlogs {
	position: relative;
	margin: 400px 50px 50px 50px;
	border:0px dashed #ccc;
	padding: 0;
}
.moduletable-featuredBlogs h3 {
	background: #3366cc;
	color: #fff;
	margin: 0px 0px 0px 0;
	padding: 20px 30px;
	font-weight: 300;
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
.moduletable-featuredBlogs .link-boxIn {
	margin: 0px 0px 0px 0px;
}
.moduletable-featuredBlogs .link-text, .weblink-category-webLink .link-text{
	background: #111;
	padding: 10px 15px;
	font-size:80%;
	color: #fff;
}
.moduletable-featuredBlogs .link-text a, .weblink-category-webLink .link-text a{
	color: #ccc;
}
.moduletable-featuredBlogs .link-text a:hover, .weblink-category-webLink .link-text a:hover{
	color: #fff;
}

/* ==================================================================================  populer  == */
.moduletable-populer {
	margin: 10px 10px 10px 10px;
	border: 0px solid #ccc;
	padding: 50px 50px;
	background: #3366cc;
	width: 240px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.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: 20px 0;
	margin: 0 0 0px 0;
	border-top: 1px dotted #eee;
}
.moduletable-populer .boxContent-R h2.moduleItemTitle {
	font-size: 16px;
	line-height: 1.6;
	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 {
	padding: 400px 30px 30px 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
.moduletable-copyR {
	color: #fff;
	margin: 0 0 0px 0;
	font-size: 90%;
}
.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 */