*{
	margin: 0;
	padding: 0;
	
}

body {
	
	
}

/* header area starts from here */
.header-menu {
	height: 250px;
	background: url(images/titlebar.jpg);
	background-color: #D7E9F4;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: 970px 250px;

	
}


.header-menu:after {
	content:'';
	display: block;
	clear: both;
}


.header-menu ul{
	width: 970px;
	margin: 0 auto;
	padding-top: 90px;
	list-style: none;
}

.header-menu ul li {
	float: left;
	margin-left: 5px;
	font-size: 16px;
	
}


.header-menu ul li a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 2px 10px;
	font-family: tahoma;
	border-radius: 5px;
	transition: 1s;
	
}




.header-menu ul li:hover a{
	background: #9b59b6;
	color: #FFFFFF;
	
}

img {
  max-width: 100%;
} 

.overly {
	margin-bottom: 150px;
	padding-top: 25 px; 
 	position: relative;

	}
	
.sticky-container {
padding: 0px;
margin-right: 10px;
margin-top: 30px;
position: fixed;
left: 10px;
top: 250px;
width: 47px !important;
}


	

/* text area start form here */

.container {
	width: 80%; 
	margin: auto;
}


li  {
	line-height: 1.6em;
	margin-left: 4em;
		}
	
.text-field {
	padding-top: 90px;
	max-width: 970px;
    margin: auto;
	
}



.text-field 
	p  {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin-bottom: 1em;
	font-size: 100%;
	color: 00;
	p::first-letter {
    font-size: 200%;
	}
 
	li  {
	line-height: 1.6em;
		}
	
	
} 

.text-field h3{	
line-height: 2em;
}

.text-field h4{	
}


.text-field a{
	}

.right {
float: right;
margin-left: 10px;}


img.medium {
width: px;
height: px;}

/* READ table area starts from here */

.read {
	text-align: center;
	
	margin-top: 120px

}



.read  h2{
	font-family: tahoma;
	background-color: #16a085;
	color: #000000;
	display: inline-block;
	padding: 18px 50px;
	border-radius: 7px;
}


.table-area {
	margin-top: 30px;
	margin-bottom: 40px;
	/*  overflow: hidden; */
	clear: both;
}

.table {
	background-color: #f0f0f0;
	border: 1px solid #7f8c8d;
	float: left;
	margin-bottom: 50px;
	margin-left: 33px;
	margin-top: 50px;
	padding-bottom: 65px;

	text-align: center;
	transition: all 1s ease 0s;
	width: 30%;
	
}

.table:hover {
	background-color: #ffffe0;
	transform: scale(1.1);
	box-shadow: 5px 2px 6px 1px rgba(149, 165, 166,1.0);
}

.table h3{
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 70px;
	font-family: tahoma;
	font-weight: normal;
	border-bottom: 1px solid #7f8c8d;
	color: #000000; 
	background-color: #ffffe0; none repeat scroll 0 0;
	transition: 1s;
}


.table p{
	text-align: center;
	line-height: 35px;
	
}



.table  a{
	color: #000000;
	padding-bottom: 30px;
}

.table:hover  h3{
	background-color: #16a085;
	
}

.table p:hover a{
	color: rgba(192, 57, 43,1.0);
	transition: 1s;
}




/* footer area start from here */

.footer{
	clear: both;
	/* overflow: hidden; */
	padding:60px;
	background: rgba(22, 160, 133,1.0);
	
}

.antispam { display:none;
}

input, textarea {
	padding: 10px;
	border: 1px solid #E5E5E5;
	width: 150px;
	height: 1em;
	font-size: 16px;
	color: #999999;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}

textarea {
	width: 200px;
	height: 100px;
	max-width: 400px;
	line-height: 16px;
}

.submit input {
	width: 100px; 
	height: 40px;
	background-color: #474E69; 
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;		
}


.form label {
	margin-left: 10px;
	color: #ffffff;
}

.footer p{
	
	text-align: center;
	line-height: 2em;
	padding-bottom: 10px;
	color: FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

body {
margin: 0;
white-space: inherit;
background-color: #D7E9F4;
font: 16px/19px Arial, Helvetica, sans-serif;
overflow-x: hidden;
overflow-y: scroll;
-webkit-backface-visibility: hidden; /* Chrome and Safari */
-moz-backface-visibility: hidden; /* Firefox */
-ms-backface-visibility: hidden; /* Internet Explorer */
backface-visibility: hidden;
/*-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);*/
}

#wrapper, #links {
position: relative;
margin: auto;
width: 900px;
}

h1 {
margin-top: 80px;
padding: 50px 0;
}

a {
color: #A82582;
text-decoration: underline;
}

a:hover {
color: #A82582;

text-decoration: underline;
}

.elements {
top: 0;
left: 0;
position: fixed;
width: 100%;
height: 100%;
box-sizing: border-box;
}


pre {
overflow: auto;
width: 100%;
font: 1rgba(127, 140, 141,1.0)px/14px 'Ubuntu Mono', sans-serif;
background: rgba(255,255,255,.5);
margin: 0;
padding: 0;
}


@media screen and (max-width: 1160px) {
	.header-menu ul {
    width: 85%;
	}

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.sticky-container {
		left: 0px;
	}
	
	.container {
	width: 80%; 
	margin-left: 130px;
	}
		
	}
@media screen and (max-width: 767px) {
	.overly {
	position: relative;
}
	
	
	.sticky-container {
	position: absolute;
    bottom: -200px;
    top: initial;
	
	}

}


@media screen and (max-width: 890px) {



.table p {
    font-size: 14px;
	}
	
	
.table h3 {
    
    font-size: 15px;
	}

}


@media screen and (max-width: 743px) {
	
	.table {
	width: 30%;
	}
}

@media screen and (max-width: 736px) {
	
	.table {
	
	width: 100%;
	
	}
	
.table p {
    font-size: 20px;
	}
	
	
.table h3 {
    
    font-size: 30px;
  
	}
}

 /* menu responsive css */
 


@media screen and (max-width: 955px) {
	.header-menu ul {
    width: 100%;
	}

	
}


@media screen and (max-width: 813px) {
	
	.header-menu ul li {
		width: 25%;
	}
	.header-menu ul {
    padding-top: 75px;
    }
		
	.header-menu ul li a {
		padding: 2px 10px;
		margin-bottom: 13px;
	}
}


@media screen and (max-width: 418px) {
	
	.header-menu {
    background: rgba(22, 160, 133,1.0);
     height: 402px;
	}
	.header-menu ul li {
		text-align: center;
		width: 100%;
	}
	
	

}
/* footer area responsive */

@media screen and (max-width: 418px) {
	
	
	.footer p {
		font-size: 12px;
	}


}




@media screen and (max-width: 445px) {
	
.table p {
    font-size: 17;
	}
	
	
.table h3 {
    font-size: 25;
	}
	
	

}


@media screen and (max-width: 388px) {
	
.logo-text h1 {

    font-size: 14px;
    
}
.table p {
    font-size: 14;
	}

.table h3 {
    
    font-size: 15;
  
	}
	

}


@media screen and (max-width: 335px) {
	
.logo-text h1 {
	margin-left: 10px;
    font-size: 12px;
    
}
.table p {
    font-size: 14;
	}

.table h3 {
    
    font-size: 15;
  
	}
	
	

}







