*{
	margin: 0;
	padding: 0;
	font-family: Century gothic;
}

header{
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../1.jpg);
	height: 50vh;
	background-size: cover;
	background-position: center;
	
}
ul{
	float: right;
	list-style: none;
	margin-top: 25px;
}
ul li{
	display: inline-block;
}
ul li a{
	text-decoration: none;
	color: #fff;
	padding: 5px 10px;
	border: 1px solid #transparent;
	transition: 0.6s ease;

}
ul li a:hover{
	background: #fff;
	color: #000;
}

ul li.active a{
	background-color: #fff;
	color: #000;
}
.logo img{
	float: left;
	width: 150px;
	height: auto;
	margin-top: 80px;
	margin-left: 120px;
}
.main{
	max-width: 1200px;
	margin: auto;
}

.title{
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.title h1{
	color: #fff;
	font-size: 50px;
}
.title h2{
	color: rgb(42,160,192);
	font-size: 30px;
}
.title h5{
	color: #fff;
	font-size: 15px;
}
.button{
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.btn{
	border: 1px solid #fff;
	padding: 5px 40px;
	color: #fff;
	text-decoration: none;
	transition: 0.6s ease;
}
.btn:hover{
	background: #fff;
	color: #000;
}
.container{
	width: 1000px;
	height:2500px;
	border: 2.5px solid #D7DBDD ;
	margin: 0 auto;
	background-color: #EBEDEF
}

.container .photo img{
	position: relative;

	height: 310px;
	width: 465px;
	padding: 15px;
	border-radius: 25px;
	
}

footer{
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(../3.jpg);
	height: 25vh;
	background-size: cover;
	background-position: center;
	position: relative;
}
.main-content{
	display: flex;
	color: #fff
}

.main-content .col{
	width: 400px; height: 50px; float: left;
	margin-left: 130px;
	margin-top: 5px;
	padding: 15px; 
	font-size: 15px;
	line-height: 25px;
}
.main-content .col ol a{
	color: #fff;
	transition: 0.3s ease;
}
.main-content .col ol a:hover{
	color: rgb(42,160,192);
}
.main-content .col ol .btn1{
	color: #fff;
	text-decoration: none;
}

.footer-bottom{
	background: #212f3c; 
	color: #686868;
	height: 25px;
	text-align: center;
	bottom: 0px;
	left: 0px;
	position: relative;
	font-size: 14px;
}

