@charset "utf-8";
/* CSS Document */
/*Start Footer Iconds*/
.footer-nav{
	
	width:100%;
	height:100px;
	margin-top:50px;
	padding:0;
	background:url(../img/social.jpg);

}
	.footer-nav ul{
		display:flex;
		text-align:center;
		position:relative;
		top:50%;
		right:-50%;
		transform:translate(-50%,-50%);
	}
.footer-nav ul li
{
	background:#000;
	margin:10px;
	list-style:none;
	font-size:24px;
	transition:.5s;
}
.footer-nav ul li a
{

	width:60px;
	padding:8px 0;
	display:block;
	color:#fff;
}
.footer-nav ul li:nth-child(1)
{
	background:#3869EF;
	border-top-left-radius:50px;
	border-top-right-radius:50px;
	border-bottom-left-radius:50px;
	border-bottom-right-radius:50px;
}
.footer-nav ul li:nth-child(2)
{
	background:#0B3501;
	border-top-left-radius:50px;
	border-top-right-radius:50px;
	border-bottom-left-radius:50px;
	border-bottom-right-radius:50px;
}
.footer-nav ul li:nth-child(3)
{
	background:#252424;
	border-top-left-radius:50px;
	border-top-right-radius:50px;
	border-bottom-left-radius:50px;
	border-bottom-right-radius:50px;	
}
.footer-nav ul li:nth-child(4)
{
	background:#3869EF;
	border-top-left-radius:50px;
	border-top-right-radius:50px;
	border-bottom-left-radius:50px;
	border-bottom-right-radius:50px;	
}
.footer-nav ul li:nth-child(5)
{
	background:#B88246;
	border-top-left-radius:50px;
	border-top-right-radius:50px;
	border-bottom-left-radius:50px;
	border-bottom-right-radius:50px;	
}
.footer-nav ul li:nth-child(6)
{
	background:#700001;
	border-top-left-radius:50px;
	border-top-right-radius:50px;
	border-bottom-left-radius:50px;
	border-bottom-right-radius:50px;	
}
.footer-nav ul li:hover{
	transform:translateY(-20px);
	box-shadow:0 10px rgba(211,208,208,.5);
	
	
}
/*End Footer Iconds*/

/*ABOUT US */
	.contentmod{
		text-align:center;
	}
	.title2{
		font:bold;
		color:D0CCCC;
		font-size:20px;
		font-family:Courier New;
	}
		.title3{
			font:bold;
		color:D0CCCC;
		font-size:20px;
		font-family:Courier New;
	}
			.title4{
			font:bold;
		color:#D0CCCC;
		font-size:20px;
		font-family:Courier New;
	}
			.title5{
			font:bold;
		color:#D0CCCC;
		font-size:20px;
		font-family:Courier New;
	}
	.contentmod .fa-desktop
	{
		color:#197E0A;
	}
		.contentmod .fa-shield
	{
		color:#770001;
	}
		.contentmod .fa-bolt
	{
		color:#9B9596;
	}
		.contentmod .fa-handshake-o
	{
		color:#3A6FE9;
	}
	.link2 a{
		color:white;
		font-family:'';
		
	}
.link2 a:hover{
	color:red;

}
/*END about Us*/

/*Start first table*/		
.table1{
	border:1px solid #DBDBDB;
	top:10px;
	margin-top:10px;
	margin-bottom:2px;
	width:90%;
	height:150px;
	margin-left:5%;
	background:url(../img/sliders.jpg);

	
	
}
	/*End first table*/	
		
	/*Start footer*/
.footer {
	width:100%;
	margin-top: -50px;

}
.copyright {
	text-align: center;
	/*background-image:url(../img/social.jpg);*/
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-size: 18px;
	font-family:Courier New;
	text-shadow: 20px 10px 35px rgba(0,0,0,9);
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
		/*End footer*/
		
	.title6{
		margin-top:20px;
		margin-left:100px;
			font:bold;
		color:#DBDBDB;
		font-size:20px;
		font-family:Courier New;
	}
	.pageheader{
		
		margin-top:20px;
		margin-left:50px;
		color:#DBDBDB;
		font-size:30px;
		font-family:Courier New;
	}
		
		
				.aboutus_175{
			color:white;
			font-family:Courier New;
			font-size:20px;
			margin-left:80px;
			margin-top:50px;
			
		}
		.aboutus{
			color:white;
			font-family:Courier New;
			font-size:20px;
			margin-left:80px;
			
		}
		.aboutus:hover{
			color:red;
		}
		.word-font{
			margin-top:5px;
			font-size:14px;
			font-family:Courier New;
			color:#ACA8A8;
			margin-left:100px;
			margin-bottom:8px;
			width:500px;
		}
		
		
		
		
		
		
/*Start to Top Button*/
		
	a.back-to-top {
		position:fixed;
		bottom:20px;
		right:20px;
		background-color:rgba(70,182,223,.16);
		border:1px solid #EFDF0E;
		border-radius:10px;
		padding:10px;
		color:#fff;
		

		
	}
	a.back-to-top:hover {
	background-color:#169EE0;
}
/*End of Top Button*/

/*START EMAIL ICON IN RIGHT SIDE PAGE*/

.email ul{
		position:fixed;
		bottom:180px;
		padding:10px;
		float:left;
		left:90%;
		text-align:center
	}
	.email ul li{ 
		list-style:none;
		margin: 0 15px;
	}
	.email ul li a{
		position:relative;
		display:block;
		width:40px;
		height:40px;
		text-align:center;
		line-height:40px;
		border-radius:50%;
		font-size:20px;
		color:#666;
		transition:.5s;
	}
	.email ul li a:before{
		content:'';
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		border-radius:50%;
		/*background:#fff;*/
		background:rgba(70,182,223,.16);
		transition:.5s;
		transform:scale(.9);
		z-index:-1;
	}
	.email ul li a:hover:before {
		transform:scale(1,1);
		box-shadow:0 0 15px #ffee10;

}
.email ul li a:hover{
	color:#ffee10;
	box-shadow:0 0 5px #ffee10;
	text-shadow:0 0 5px #ffee10;
	
}
@media screen and (max-width: 625px){
.copyright{font-size: 10px; }
}

/*END EMAIL ICON IN RIGHT SIDE PAGE*/