<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Document   : style
 Created on : Mar 23, 2014, 09:00 AM
 Author     : Mohamed Ashraf
 Description:
 Purpose of the stylesheet follows.
 */

/*
 TODO customize this sample style
 */
root {
	display: block;
}

@font-face {
	font-family: "milkrun.ttf";
	src: url("milkrun.ttf");
}
body {
	text-align: center;
	font-size: 15px;
	margin: 0;
	padding: 0;
	direction: ltr;
	font-family: Arial;
	background: #f6f6f6 url(../securit-bg.png) repeat-x;
	color: #a4a1a1;
}
#wrapper {
	margin: auto;
	width: 1145px;
	text-align: center;
	margin-top: 0;
	padding: 0;
}
img {
	border: 0;
	vertical-align: middle;
}
a {
	text-decoration: none;
	color: #7e7e7e;
	font-size: 75%;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0;
	padding: 0;
}
.seperator {
	clear: both;
	float: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#top {
	height: 115px;
	background: url(../topbg.png);
}
#toplogo {
	background: url(../toplogo.png) no-repeat center center;
	width: 377px;
	height: 104px;
	float: left;
	margin-left: 90px;
	margin-top: 5px;
}
#topright {
	float: right;
	margin-right: 98px;
}
.todo{
	color: #72a9bf;
}

#searchbg {
	background: url(../searchbg.png) no-repeat center center;
	width: 246px;
	height: 27px;
	margin-top: 30px;
	margin-left: 60px;
	position: relative;
}
#searchform {
	margin: 0;
	border: 0;
	padding: 0;
}
#searchform input[type="text"] {
	position: absolute;
	left: 3px;
	top: 3px;
	border: 0px none;
	width: 214px;
	height: 19px;
	font-size: 80%;
	padding-left: 6px;
	color: #c7c7c7;
}
#searchform input[type="image"] {
	position: absolute;
	top: 0;
	right: 0;
}
#slider_container {
	width: 100%;
	height: 352px;
	margin-top: 0px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#sliders {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 5000px;
}
.slider {
	width: 100%;
	height: 352px;
	position: relative;
}
.slider img {
	width: 100%;
	height: 100%;
}
.dataslider {
	position: absolute;
	bottom: 0px;
	left: 100%;
	background: #12a4dc;
	opacity: 0.6;
	max-width: 319px;
	max-height: 106px;
	padding: 23px;
	font-size: 135%;
	color: rgb(255, 255, 255);
	line-height: 24px;
	text-align: left;
	overflow: auto;
}
#next {
	position: absolute;
	right: 0;
	top: 170px;
	cursor: pointer;
	opacity: 0.5;
}
#next:hover {
	opacity: 2;
}
#prev {
	position: absolute;
	left: 0;
	top: 170px;
	cursor: pointer;
	opacity: 0.5;
}
#prev:hover {
	opacity: 2;
}
#flags {
	position: absolute;
	bottom: 15px;
	text-align: center;
	width: 100%;
	height: 32px;
	margin: 0;
	padding: 0;
	clear: both;
}
.flag {
	background: url(../off.png) no-repeat center center;
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
	padding: 0px;
}
.on {
	background: url(../on.png) no-repeat center center;
	width: 20px;
	height: 20px;
}
#menus {
	position: relative;
	width: 895px;
	margin: 0 auto;
	height: 61px;
	text-align: left;
	z-index: 5;
}
#menusdata {
	position: absolute;
	width: 100%;
	height: 76px;
	left: 0;
	top: 7px;
	background: url(../menubg.png);
}
.menu {
	display: inline-block;
	text-align: center;
	padding: 12px;
	padding-top: 9px;
	margin-right: 15px;
	margin-left: 30px;
	position: relative;
}
.menu_name {
	padding-top: 3px;
}
.menu a {
	color: #fff;
	font-size: 115%;
}
.menu a:hover {
	text-decoration: none;
	color: #BBCDD6;
}
.menu .menu_name &gt; .submenus {
	display: none;
}
.menu:hover &gt; .menu_name .submenus {
	display: block;
}

.submenus {
	position: absolute;
	top: 99%;
	left: 0;
	left: -6px;
	min-width: 147px;
	text-align: left;
	z-index: 8;
	margin: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}
.submenu {
	padding: 13px;
	margin: 0;
        min-width: 125px;
	position: relative;
	background: url(../menubg.png);
	border-bottom: 1px solid #fff;
}
.submenu a {
	font-size: 99%;
}
.submenu:hover a {
	background: none;
	color: #A9D7F7;
}
#container {
	width: 965px;
	margin: 0 auto;
	border: 1px solid #ededed;
	z-index: 1;
}
#index_abouts {
	width: 100%;
	margin-top: 15px;
	border-bottom: 1px solid #ededed;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: #fff;
	padding-bottom: 25px;
}
.indexabout {
	width: 285px;
	border-right: 2px dotted #c0c1c2;
	float: left;
	margin-right: 15px;
	margin-left: 30px;
}
.indexabout_table {

}
.indexabout_table p {
	color: #17a9e1;
	font-weight: bold;
	font-family: Georgia;
	font-size: 120%;
	text-align: left;
	padding-left: 5px;
}
.indexabout_data {
	text-align: left;
	padding-left: 30px;
	padding-top: 6px;
	line-height: 22px;
	color: #5a5a5a;
}
#readmore {
	text-align: left;
	margin-left: 30px;
	margin-top: 15px;
}
#latestsperator {
	background: url(../latesspertor.png) no-repeat center center;
	width: 100%;
	height: 29px;
}
#latestprojects_index {
	background: #fff;
}
#ourlatestpro {
	color: #000;
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 150%;
	font-family: Georgia;
	position: relative;
}
#latestpro_container {
	width: 95%;
	margin: 0 auto;
	position: relative;
	height: 185px;
	text-align: left;
	overflow: hidden;
}
#latestpro_slider {
	position: absolute;
	width: 5000px;
	top: 0;
	left: 0;/*-313px*/
	height: 100%;
}
.latestpro_div {
	float: left;
	width: 280px;
	height: 180px;
	margin-right: 30px;
	border: 2px solid #d2d2d2;
	color: #262626;
}
.latestpro_div:hover {
	border: 2px solid #a5d3e5;
	color: #72a9bf;
}
.todo{
	color: #72a9bf;
}
.latestpro_div table {
	width: 100%;
	text-align: center;
	font-size: 115%;
	font-family: Verdana;
}
.latestpro_div table img {
	width: 255px;
	height: 109px;
}
.latestpro_div table td {
	padding: 7px;
}
#contactus_form select {
	width: 288px;
	height: 28px;
	border: 1px solid #DCDCDC;
	background: #fff;
	padding: 4px;
	color: #767475;
	font-size: 85%;
}
#pronext {
	position: absolute;
	right: 5px;
	top: 128px;
	cursor: pointer;
}
#proprev {
	position: absolute;
	left: 5px;
	top: 128px;
	cursor: pointer;
}
#welcometoz {
	width: 100%;
	margin-top: 45px;
	margin-left: 25px;
	border-bottom: 1px solid #ededed;
	padding-bottom: 20px;
}
.welcomez {
	float: left;
	width: 280px;
	margin-right: 30px;
}
.welcomez_name {
	font-weight: bold;
	font-size: 115%;
}
.welcomez_name span {
	color: #12a4dc;
}
.welcomez_data {
	margin-top: 35px;
	text-align: left;
	position: relative;
}
.welcomez_data img {
	width: 100%;
	margin-bottom: 5px;
}
.welcomez_data p {
	color: #6f7071;
	padding-top: 5px;
	padding-left: 2px;
}
.welcomez_data a {
	color: #12a4dc;
	font-size: 95%;
}
.services_list {
	background: url(../serviceslist.png) no-repeat left 9px;
	margin-left: 5px;
}
.welcomez_data table {
	position: absolute;
	top: 0;
	left: -20px;
	width: 310px;
}
.welcomez_data table td p {
	font-size: 90%;
}
#ourclients {
	width: 100%;
	height: 196px;
	background: #f8f8f8;
	margin-top: 20px;
	background: url(../clients.png) no-repeat center center;
	margin-bottom: 30px;
	position: relative;
}
#clientsnext {
	position: absolute;
	top: 92px;
	right: 8px;
	cursor: pointer;
}
#clientsprev {
	position: absolute;
	top: 92px;
	left: 10px;
	cursor: pointer;
}
#clientsname {
	position: absolute;
	top: 36px;
	left: 37px;
	text-align: left;
	font-family: Georgia;
	font-size: 140%;
	color: #505050;
}
#clientsslider_container {
	position: absolute;
	height: 95px;
	width: 878px;
	top: 70px;
	left: 44px;
	overflow: hidden;
}
#cleints_sliders {
	position: absolute;
	top: 0;
	left: 0;/*-180px*/
	width: 5000px;
	height: 100%;
}
.cleints_slider img {
	width: 150px;
	height: 69px;
}
.cleints_slider {
	text-align: center;
	float: left;
	margin-right: 29px;
	width: 150px;
	height: 69px;
	padding-top: 10px;
}
#footer {
	background: #333333;
	padding-bottom: 15px;
}
#footerdata {
	width: 965px;
	margin: 0 auto;
	text-align: center;
	border: 0;
	padding: 0;
}
#afterfooter {
	background: #18aae2;
	height: 23px;
}
#footerssssdata {
	padding-top: 20px;
}
.fdata {
	float: left;
	width: auto;
	text-align: left;
}
.fdata_name {
	color: #fff;
	padding-bottom: 15px;
	font-size: 120%;
	font-family: Georgia;
font-weight: bold;
}
.f_first {
	width: auto;
	text-align: left;
	margin-left: 80px;
	margin-right: 90px;
}
.fdaat_links {
	padding: 3px;
}
.fdaat_links a {
	color: #d3d5ca;
}
.f_second {
	width: auto;
	margin-right: 80px;
}
.f_second table p {
	color: #d3d5ca;
	padding-top: 5px;
	font-size: 88%;
	padding-right: 5px;
}
#f_social {
	padding-top: 10px;
}
#f_social img {
	margin-right: 4px;
}
#rights {
	color: #fff;
	font-size: 80%;
	padding-top: 25px;
}
.sitedata {
	padding: 15px;
	padding-top: 20px;
	text-align: left;
}
.pagename {
	font-size: 130%;
	font-weight: bold;
	color: #12a4dc;
	font-family: Verdana;
	background: url(../icon_security.png) no-repeat left center;
	padding-left: 28px;
	font-family: Georgia;
}
.pagedata {
	margin-top: 15px;
	padding-left: 3px;
	color: #4B4B4B;
	z-index: 1;
font-weight: bold;
}
.pagedata p {
	line-height: 21px;
}
#ulaboutus li {
	list-style: square;
	margin-left: 20px;
	padding-top: 7px;
}
#maps {
	width: 100%;
	height: 225px;
	border: 1px dotted #868686;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#contactus_table {
	color: #727272;
}
#contactinformation_table {
	margin-top: 10px;
	width: 100%;
font-weight: bold;
	padding-right: 20px;
}
#contactinformation_table td {
	width: 280px;
}
#contactus_form {
	margin: 0;
	padding: 0;
	border: 0;
}
#contactinformation_table p {
	padding-bottom: 5px;
	padding-top: 7px;
	padding-left: 2px;
}
#contactinformation_table label {
	font-size: 93%;
	color: #313131;
}
#contactus_form input[type="text"], input[type="email"], input[type="tel"], input[type="date"] {
	width: 280px;
	height: 28px;
	border: 1px solid #DCDCDC;
}
#contactus_form input:focus {
	border-color: rgb(102, 175, 233);
	outline: 0px none;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}
#contactus_form textarea {
	width: 914px;
	height: 150px;
	border: 1px solid #DCDCDC;
}
#contactus_form textarea:focus {
	border-color: rgb(102, 175, 233);
	outline: 0px none;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}
#contactus_form input[type="submit"] {
	border: 0;
	width: 113px;
	height: 38px;
	background: #12a4dc;
	color: #fff;
	font-size: 95%;
	cursor: pointer;
	padding-bottom: 2px;
	font-weight: bold;
	margin-top: 8px;
}
#contactus_form input[type="submit"]:hover {
	background: none repeat scroll 0% 0% rgb(181, 181, 181);
}
#contactinfo_table {
	margin-top: 10px;
	font-size: 98%;
	color: #7C7C7C
}
#secprojects_table {
	margin-left: 25px;
	margin-top: 25px;
	text-align: center;
}
#secprojects_table img {
	width: 250px;
	height: 150px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transform: scale(1,1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1,1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}
#secprojects_table .secproj_container {
	border: 1px solid #d5d5d5;
	padding: 10px;
	margin-right: 15px;
	background: #F7F7F7;
	margin-bottom: 15px;
	cursor: pointer;
}
#secprojects_table .secproj_container:hover {
	border: 1px solid #12a4dc;
}
#secprojects_table .secproj_name {
	padding-top: 15px;
	padding-bottom: 5px;
}
#secprojects_table .secproj_name a {
	font-size: 105%;
	color: #2E2E2E;
}
#secprojects_table .secproj_name a:hover {
	color: #12a4dc;
}
#securitycustomers_table {
	margin-top: 20px;
}
#securitycustomers_table td {
}
#securitycustomers_table img {
	width: 211px;
	height: 131px;
	-webkit-transform: scale(1,1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1,1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}
#securitycustomers_table img:hover {
	-webkit-transform: scale(1.05,1.08);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1.05,1.08);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}
</pre></body></html>