/* My Class */
.overflow 											{ overflow: hidden }
.clear 												{ clear: both }
.underline 											{ text-decoration: underline }
.black 												{ color: black }
.white 												{ color: white }
.red 												{ color: #c11208 }
.yellow												{ color: #faec21 }
.gray 												{ color: #333333 }
.bold												{ font-weight: bold }
.italic												{ font-style: italic }
.center 											{ text-align: center }
.visible 											{ visibility: visible }
.invisible 											{ visibility: hidden }
.display,.block										{ display: block }
.none	 											{ display: none }
.uppercase 											{ text-transform: uppercase }
.lowercase 											{ text-transform: lowercase }
.capitalize											{ text-transform: capitalize }

/* General Tag */
body												{ font-family: 'Sintony', sans-serif; }
h1													{ font-size: 70px }
h2													{ font-size: 40px } 
h3													{ font-size: 30px }
h4													{ font-size: 20px }
h5													{ font-size: 16px }
h6													{ font-size: 14px }
p 													{ font-size: 14px; line-height: 20px; margin: 10px 0; color: #666666;}
a 													{ text-decoration: none;}
a:hover												{ color: #545454; font-weight:bold;}
small 												{ font-size: 11px }
strong,b 											{ font-weight: 700 }
em,i 												{ font-style: italic }

/* Common Layout */

/*======== Header =========*/
#header {
	width:1000px;
	margin:0 auto;
	background:#ffffff;
}

#header img {
	margin:25px 5px;
}

.contact-side {
	float:right;
	margin-top:25px;
}

.contact-side h5{
	font-size:18px;
	color:#5e5e5e;
}

.contact-side p {
	font-size:18px;
	font-weight:700;
	color:#c03b26;
}

#nav-bg {
	width:100%;
	background:#c03b26;	
}

.nav {
	width:1000px;
	margin:0 auto;
}

.nav ul {
	overflow: hidden;	
}

.nav ul li{
	float:left;
	font-size:15px;
	font-weight:700;
	color:#ffffff;
}

.nav ul li a{
	color:#ffffff;
	padding:15px 25px;
	display:block;
}

.nav ul li:hover {
	background:#545454;
	
}

.nav ul ul{
	background:#c03b26;	
	width:100px;
	display:none;
}

.nav ul ul li {
	float:none; 
	right:100px;
}

.nav ul li:hover ul{
	display:block;
}

#dropdown {
	z-index:100;
	position:absolute;
	width: auto;
}

#dropdown2 tr td{
	 border: 1px solid white;
	 height:55px;
	 font-size:14px;
	 font-weight:700;
}

#dropdown2 tr td a{
	 color:#ffffff;
}

#dropdown2 tr td:hover {
	background:#545454;
}

#cidb {
	display:block;
	width:160px;
	margin:20px 0 50px;
	padding:10px 0;
	font-size:14px;
	font-weight:700;
	text-align: center;
	color:#ffffff;
	background:#c03b26;
}
/*======== Header =========*/





/*======== side menu =========*/
.sidenav {
	margin:0 auto;
}

.sidenav ul {
	overflow: hidden;
}

.sidenav ul li{
	padding:15px 25px;
	font-size:15px;
	font-weight:700;
	color:#c03b26;
}

.sidenav ul li:hover {
	background:#545454;
}

/*======== side menu =========*/




/*======== Body bg =========*/
#body-bg {
	width:100%;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 15%, rgba(193,193,193,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,rgba(255,255,255,1)), color-stop(100%,rgba(193,193,193,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 15%,rgba(193,193,193,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 15%,rgba(193,193,193,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 15%,rgba(193,193,193,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 15%,rgba(193,193,193,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c1c1c1',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
}

#wrapper {
	width:1000px;
	margin:0 auto;
}
/*======== Body bg =========*/




/*======== Home content =========*/
.top-column {
	width:1000px;
	margin:40px 0;
	background:#ffffff;
	-webkit-border-radius: 10px;
    border-radius: 10px; /** round corner **/
    -webkit-box-shadow:  0px 2px 6px 2px rgba(0, 0, 0, 0.3);
    box-shadow:  0px 2px 6px 2px rgba(0, 0, 0, 0.3); /** box shadow **/
}

.top-column h3 {
	font-size:26px;
	font-weight:700;
	color:#444444;
}

.top-column a {
	display:block;
	width:80px;
	margin:20px 0 50px;
	padding:10px 0;
	font-size:14px;
	font-weight:700;
	text-align: center;
	color:#ffffff;
	background:#c03b26;
}

.top-column a:hover {
	background:#545454;
}

.content {
	margin-top:35px;
}

.home-news {
	padding:12px 0 10px 30px;
	font-size:22px;
	font-weight:700;
	color:#ffffff;
	background:#c03b26;;
}

.home-news-left h4 {
	font-size:20px;
	font-weight:700;
	color:#444444;
}

.home-news-left p {
	font-size:13px;
	color:#5e5e5e;
}	

.home-contact {
	width:220px;
	padding:12px 0 10px 30px;
	background:#ffffff;
}

.home-contact h4 {
	display:inline;
	font-size:22px;
	font-weight:700;
	padding-left: 10px;
	color:#c03b26;
}

.home-contact-right p {
	font-size: 13px;
	line-height: 1.3;
	color:#ffffff;
}

.home-contact-right span {
	font-size:18px;
	font-weight:700;
}

.home-contact-right a {
	display:block;
	width:100px;
	margin:40px 0 0 25px;
	padding:10px 25px;
	font-size:18px;
	font-weight:700;
	color:#c03b26;
	background:#ffffff;
}

.home-contact-right a:hover{
	color:#ffffff;
	background:#545454;
}

.table-bordered, .table-bordered th, .table-bordered td {
	border: 1px solid #607d8b;
}

.table-bordered th, .table-bordered td {
	padding: .75rem;
	text-align: center;
}

table thead td {
	font-weight: bold;
}

#reg-form h3 {
	border-bottom: 1px solid #607d8b;
}

#reg-form span {
	color: red;
}

#reg-form input, #reg-form select {
	width: 50%;
}

#reg-form .bold {
	font-weight: bold;
}

/*======== Home content =========*/






/*======== About Page =========*/
.about-left h4 {
	font-size:20px;
	font-weight:700;
	color:#444444;
}

.about-left ol {
	list-style:disc ;
	margin-left:40px;
}

.about-left ol li {
	font-size:13px;
	font-weight: 700;
	line-height: 20px;
	color:#5e5e5e;
	margin:5px 0;
}
/*======== About Page =========*/







/*======== Services Page =========*/
.title-h3 {
	font-size:32px;
	font-weight:700;
	color:#c03b26;
}

.title-h4 {
	font-size:24px;
	font-weight:700;
	color:#c03b26;
}

.services-left h4 {
	font-size:20px;
	font-weight:700;
	color:#444444;
}

.services-left p {
	font-size:13px;
	color:#424242;
}

.services-left a {
	display:block;
	width:95px;
	margin-top:20px;
	padding:10px 0 10px 25px;
	font-size:14px;
	font-weight:700;
	color:#ffffff;
	background:#c03b26;
}

.services-left li a {
	display: inline;	
	background: none;
	margin-top:0px;
	padding:0;
	color: blue;
	
}

.services-left li a:hover{
	background: none;
	color:#545454;
	
}

.services-left a:hover {
	background:#545454;
}


/*======== Services Page =========*/








/*======== Services Halal Pages =========*/
.starz2 li {
	list-style:disc ;

}


/*======== Services Halal Pages =========*/







/*======== Services_ISO 9001 Page =========*/
.services-left ul {
	list-style: disc;
	margin-left:40px;
}

.services-left ul li {
	font-size:13px;
	font-weight: 700;
	line-height: 20px;
	color:#5e5e5e;
}

.services-left ol {
	list-style-type: upper-hexadecimal;
	margin-left:40px;
}

.services-left ol li {
	font-size:13px;
	font-weight: 700;
	line-height: 20px;
	color:#5e5e5e;
}

.back-link {
	display:block;
	width:60px;
	margin-top:20px;
	padding:10px 0 10px 25px;
	font-size:14px;
	font-weight:700;
	color:#ffffff;
	background:#c03b26;
}

.back-link:hover {
	background:#545454;
	color:#ffffff;
}


/*======== Services_ISO 9001 Page =========*/





/*======== Contact page =========*/
.contact-table h6 {
	margin:15px 0;
	font-size:18px;
	color:#5e5e5e;
}

.input-text {
	padding:0 5px;
	width:490px;
	height:25px;
	font-size: 15px;
	border:none;
	color:#5e5e5e;
	border:1px solid #999999;
}

.contact-checkbox {
	font-size:15px;
	color:#5e5e5e;
	margin:15px 0;
}

.contact-table textarea {
	padding:5px 5px;
	margin:15px 0;
	width:490px;
	font-size: 15px;
	color:#5e5e5e;
}

.submit {
	margin-top:25px;
	margin-right:25px;
	padding:5px 20px;
	font-family: 'Sintony', sans-serif;
	font-size:15px;
	font-weight:700;
	background:#ffffff;
	color:#c03b26;
	border:none;
}

.submit:hover {
	cursor: pointer;
	color:#ffffff;
	background:#c03b26;
}

#map {
	height:350px;
	margin-bottom:80px;
}

/*======== Contact page =========*/





/*======== Footer =========*/
#footer-bg {
	width:100%;
	background:#c03b26;
}

#footer {
	width:1000px;
	margin:0 auto;
}

#footer span {
	float: left;
	margin:0;
	padding:20px 0;
	font-size:11px;
	color:#ffffff;
}

#footer ul{
	float:right;
	overflow: hidden;
	
}

#footer ul li{
	float:left;
}

#footer ul li a {
	display: inline-block;
	padding:20px 15px;
	font-size:14px;
	color:#ffffff;
}

#footer ul li a:hover {
	text-decoration: underline;
}

/*======== Footer =========*/

