


#p1{
text-align:center;
font-size:22px;
font-family:bookman old style;
font-weight:bold;
margin-top:30px;
COLOR:black;
}
#p2{
text-align:center;
font-size:18px;
font-family:bookman old style;
font-weight:bold;
color:black;
}
#p3{
color:yellow;
text-align:center;
margin-top:20px;
font-size:15px;
font-family:arial;
font-weight:bold;
}
b{
color:white;	
	
}
#ab{
color:black;
border-radius:27px;
text-align:center;
padding:15px;
border:solid #4BB9DD 5px;

width:160px;
font-size:18px;
font-weight:bold;
margin-top:10px;
}
#log{
border-radius:35px;
color:green;
font-weight:bold;
border:solid lightgreen 5px;
padding:10px;
text-align:center;

width:170px;
}
#log:hover{
	cursor:pointer;
}
#side{
color:white;

font-size:15px;
font-weight:bold;
}
#side:hover{
color:red;
cursor:pointer;
}
#new{
text-align:center;
font-size:15px;
font-family:bookman old style;
font-weight:bold;
margin-top:12px;
}
#new:hover{
	cursor:pointer;
	color:red;
}

#img1:hover{
transform:scale(1.1);
}
.pic{
height:210px;
width:230px;
background:#110D8F;
position:relative;
overflow:hidden;
margin-top:10px;
}



#pic1{
transition:0.5s;
transform:scale(1);
position:absolute;
left:-40px;
top:-40px;
}

#picset{
transition:0.5s;
transform:scale(1);
width:230px;
height:210px;

}

.pic:hover #picset{

transform:scale(1.3);

}
.pic:hover #pic1{

transform:scale(1.1);

}




#picset1{
transition:0.5s;
transform:scale(1);
position:absolute;
opacity:0;
left:-20px;
top:-45px;

}
.pic:hover #picset1{
opacity:1;
transform:scale(1);
}


.demo{
	border:solid green 3px;
	border-radius:50px;
}
.demo:hover{
	border-color:red;
}
.picture{
	border-bottom:solid green 3px;
}
#cgisit{
	height:100px;
	width:100px;
    border-radius:100px;	
}

#address{
	color:white;
	font-size:20px;
	
}
p{
color:white;	
text-align:center;	
}

#contact{
color:white;	
font-size:20px;
	
}
.last1{
	height:60px;
	width:60px;
	border-radius:80%;
	overflow:hidden;
}
#last{
margin-top:-65px;
border-radius:5px;
}
.last1:hover #last{
	margin-top:0;
	
}
.text{
	background:darkred;
	text-align:center;
	color:white;
	margin-top:35px;
	margin-bottom:35px;
	font-size:14px;
}
#text1{
	
	color:lightgreen;
	
}
#text1:hover{
	color:yellow;
	text-decoration:underline;
}
.logobac{
height:140px;
width:140px;
background-size:cover;
background-position:center;
background-image:url("../images/logod.png");
animation:animate 10s linear infinite;
position:relative;
margin-top:20px;
margin-left:20px;
z-index:1;
}
@keyframes animate{
	0%{transform:rotate(0deg);}
	100%{transform:rotate(360deg);}
}
.logo1{
	height:140px;
    width:140px;
background:url("../images/dcit1.png");	
background-size:cover;
background-position:center;
position:relative;
margin-top:-140px;
z-index:2;
margin-left:20px;
}

