@charset "utf-8";
body{ margin-left:0;
margin-right:0;
margin-top:0;
margin-bottom:0;
background: url(images/bg.jpg)fixed center top ;
color:#00000;
}




@keyframes body {
from{opacity:0;}
to{opacity:100;}
}


#wrapper{ width:100%;	
margin-left:auto;
margin-right:auto;}



#main{width:100%;
height:auto;
}
#totalmain{width:98%;
height:auto;

margin-left:1%;
float:left;
}


#top{ width:100%;
height:auto;
float:left;
}

#top1{ width:25%;
height:auto;
float:left;
}

#top2{ width:50%;
height:auto;
float:left;
padding-top:20px;
}

#top3{ width:24.4%;
height:auto;
float:left;
padding-top:20px;
}

#top3-3{ width:100%;
height:auto;
float:left;
background-color:#000;
border:#CCCCCC solid 2px ;
border-radius:4px;
text-align:center;
padding-top:5px;
padding-bottom:5px;
}


#totalmenu{ width:100%;
height: auto;
float:left;
margin-top:2%;}


#menu{ float:right;animation:rotateInRight 2s;}
@keyframes rotateInRight {
from {
     transform-origin: 0% 0%;
     transform: rotateX(100deg);
	 opacity:0;
     }
to {
   transform-origin: 0% 0%;
   transform: rotateX(0deg);
   }
   }



#banner{ width:100%;
height:auto;
float:left;
background-color:rgba(135,80,118,0.7);
}



#banner1{ width:98%;
padding:1%;
float:left;
}
.ban{width:100%; float:left;}

#content{ width:100%;
height:auto;
float:left;
background-color:#FFFFFF}

#content1{ width:98%;
padding:1%;
float:left;
}
.comman{ width:100%;
height:auto;
float:left;}


#addbanner{ width:100%;
float:left;

border-radius:0 0 4px 4px;
 background: -webkit-linear-gradient(#fefefe, #e8e8e8); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#fefefe, #e8e8e8); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#fefefe, #e8e8e8); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#fefefe, #e8e8e8); /* Standard syntax */

}


#addbanner1{ width:100%;
float:left;
height:auto;}



.box{ width:25%;
float:left;
height:auto;
}



.box1{ width:100%;
float:left;
}
.box2{ width:98%;
float:left;
padding:1%;}

.space{ margin-top:3%;}
.box3{width:25%; height:auto; float:left; background-color:#6c064b; border-radius:3px;}
.box4{width:73%; height:auto; float:left; padding-left:2%;}
.box5{width:25%; height:auto; float:left;}
.box6{width:50%; height:auto; float:left;}



.emailbox{ font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFFFFF;
text-decoration:none;
}


.emailbox:hover{ font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#cccccc;
}

.heading{ font-family:Arial, Helvetica, sans-serif;
font-size:17px;
color:#6c064b;
font-weight:bold;}
.services-text{ font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#6c064b;
line-height:20px;
padding:10px;
}

.services-text1{ font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
line-height:20px;
padding:10px;
}

.text{ font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #333333;
line-height:25px;}
.readmore{ font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
 width:30%;
 height:auto;
 float:left;
 background:#6c064b;
 margin-left:35%;
 text-align:center;
 cursor:pointer;
 border-radius:4px;
 padding:4px;}
 .readmore:hover{ font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#6c064b;
 width:30%;
 height:auto;
 float:left;
 background:#ccc;
 margin-left:35%;
 text-align:center;
 cursor:pointer;
 border-radius:4px;
 padding:4px;
 -webkit-transition: all 2s; /* Safari */
    transition: all 2s;}
	
.head1{ font-family:Arial, Helvetica, sans-serif;
	font-size:22px; 
	color:#FF9900;
	font-weight:400;
	padding:5px;}
	
	
	.footertext{ font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:15px;
	text-decoration:none;}
	
	
	
	
	.mail{ font-family:Arial, Helvetica, sans-serif;
font-size:17px;
color:#6c064b;
font-weight:bold;
text-decoration:none}



.mail:hover{ font-family:Arial, Helvetica, sans-serif;
font-size:17px;
color: #FF9900;
font-weight:bold;}

.submit{
color:#fff!important;
height:30px!important;
background: none repeat scroll 0 0 #ae4b7a !important;
border-radius:5px!important;
cursor:pointer!important;
}

.submit:hover{
background-color: #a5af0b;
color:#fff;
height:30px;
border-radius:5px;
cursor:pointer;
 -webkit-transition: all; /* Safari */
 transition:all;

}