@font-face {
  font-family: kufi;
  src: url('font/CaviarDreams_Bold.ttf');
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);

}
#menu1 {
  
  width: auto;
  
  border-radius: 25px;
  background-color:#DBDBDB;
  border: 2px solid #DBDBDB;
  padding: 20px;
  transition:all 0.3s ease;
  display: inline-block; 
  margin:10px;
  font-family: "kufi";
  font-size: 20px;
  opacity: 0.9;
  filter: alpha(opacity=30); 
  
  -webkit-animation-name: example; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 30s; /* Chrome, Safari, Opera */
    animation-name: example;
    animation-duration: 30s;

  
}
@-webkit-keyframes example {
    0%   { right:30px; top:0px;}
    25%  { left:0px; top:100px;}
   
}

/* Standard syntax */
@keyframes example {
    0%   { left:30px; top:0px;}
    25%  { left:30px; top:200px;}
    
}


.show
{
	
	border-radius: 25px;
    border: 2px solid #DBDBDB;
    padding: 20px;
    width: 200px;
    height: 150px;
	transition:all 0.3s ease;
	display: inline-block; 
	margin:10px;
	font-family: "kufi";
	font-size: 15px;
}
.show:hover
{
	
	background-color:#E6E6E6;
	-webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.showS
{
	
	border-radius: 25px;
    padding: 20px;
    width: 200px;
    height: 150px;
	transition:all 0.3s ease;
	display: inline-block; 
	margin:10px;
	font-family: "kufi";
	font-size: 16px;
		background-color:#839DEB;


}




.showAll
{
	
	border-radius: 25px;
    border: 2px solid #DBDBDB;
    padding: 20px;
    width: 170px;
    height: 200px;
	transition:all 0.3s ease;
	display: inline-block; 
	margin:10px;
	font-family: "kufi";
	font-size: 15px;
}

.showCCTV
{
	
	border-radius: 25px;
    border: 2px solid #DBDBDB;
    padding: 20px;
    width: 1200px;
    height: auto;
	transition:all 0.3s ease;
	display: inline-block; 
	margin:10px;
	font-family: "kufi";
	font-size: 15px;
}
.whoweare
{
	
	
    padding: 5%;
    width: auto;
    height: auto;
	transition:all 0.3s ease;
	display: inline-block; 
	margin:5px;
	font-family: "kufi";
	font-size: 15px;
	    text-align: justify;


}
a {
	
	    text-decoration: none;
		color: black;

	
}
#menu {
  position: fixed;
  right: 0;
  top: 50%;
  width: 8em;
  margin-top: -2.5em;
  
  border-radius: 25px;
  background-color:#DBDBDB;
  border: 2px solid #DBDBDB;
  padding: 20px;
  width: 100px;
  height: 50px;
  transition:all 0.3s ease;
  display: inline-block; 
  margin:10px;
  font-family: "kufi";
  font-size: 20px;
  opacity: 0.3;
  filter: alpha(opacity=30); 

  
}

#menu1 {
  
  width: auto;
  
  border-radius: 25px;
  background-color:#DBDBDB;
  border: 2px solid #DBDBDB;
  padding: 20px;
  transition:all 0.3s ease;
  display: inline-block; 
  margin:10px;
  font-family: "kufi";
  font-size: 20px;
  opacity: 0.9;
  filter: alpha(opacity=30); 

  
}


.computers
{
	
	
    padding: 5%;
    width: auto;
    height: auto;
	transition:all 0.3s ease;
	display: inline-block; 
	margin:5px;
	font-family: "kufi";
	font-size: 15px;
	
	
}
.computersM
{
	


     padding: 5%;
    width: auto;
    height: auto;
	transition:all 0.3s ease;
	display: inline-block; 
	margin:5px;
	font-family: "kufi";
	font-size: 15px;
	text-align: justify;

}

.mobileM
{
	
	background-image: url("../img/mobile/main.jpg");
	background-repeat: no-repeat;


    padding: 20px;
    width: auto;
    height: auto;
	transition:all 0.3s ease;
	display: inline-block; 
	margin:5px;
	font-family: "kufi";
	font-size: 23px;

}

.electronicP
{
	
	background-image: url("../img/PCB.jpg");
	background-repeat: no-repeat;


    padding: 20px;
    width: auto;
    height: auto;
	transition:all 0.3s ease;
	display: inline-block; 
	margin:5px;
	font-family: "kufi";
	font-size: 15px;

}

.top {
	
	
	background-color: black;
	height:50px;
	color: white;
	font-family: "kufi";
	font-size: 15px;
	

}
.buttom {
	
	
	background-color: black;
	height:50px;
	color: white;
	font-family: "kufi";
	font-size: 15px;
	

}

.buttom_on {
	
	
background-image: url(../img/blue.jpg);
	height:auto;
	width: auto%;

	

}

.iconic
{
	

 
	font-family: "kufi";
	font-size: 12px;


}

.showbuttom
{
	

    padding: 20px;
    width: 80%;
	
	font-family: "kufi";
	font-size: 12px;
	color:white;


}

.help1{
	
	
	font-family: "kufi";
	font-family: "kufi";
	font-size:15px;
	
	
}







body {

  background-color: white;
  color: #222;
  
  
  
  
  
}

  

