*{
	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;
        width: 100%;
	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:1000px;
	
	margin: 0 auto;
	background-color: #EBEDEF

}

.container .col{
	width: 415px; height: 300px; background color: white; float: left;
	
	padding: 20px; margin: 20px;
	background-color: #fff;
	border-radius: 10px;
}

.container .row{
	width: 915px; height: 520px; background color: white; float: left;
	
	padding: 20px; margin: 20px;
	background-color: #fff;
	border-radius: 10px;

}
.container .col .maindiv{
	width: 100%;
	height: 100%;
	position: absolute;
	margin: auto;
	background-image: url(../photo1.jpg);
	position: relative;
	background-size: 100% 100%;
	animation: slider 25s infinite linear;
	border-radius: 10px
	
}

 @keyframes slider{
 	0% {background-image: url(../sir1.JPG);  }
 	30% {background-image: url(../sir1.JPG);  }
 	31% { background-image: url(../home2.jpg); }
 	62% { background-image: url(../home2.jpg); }
 	65% { background-image: url(../home3.jpg); }
 	99% { background-image: url(../home3.jpg); }
}

.container .col li{
	
	margin-left: 20px;
	margin-top: 18px;
	font-size: 14px;
	line-height: 1.5px;
	text-align: justify;
}
.container .col ul p{
	text-align: justify;
	font-size: 14px;
}
.container .row .col1{
	width: 255px; height: 300px; background-color: #EBEDEF; float: left;
	margin-top: 25px;
	margin-left: 20px;
	
	padding: 2px 10px;
	color: black;
	text-decoration: none;
	border-radius: 10px;
	transition: 0.6s ease;
}

.container .row .col1 p{
	position: relative;
	margin-top:  10px;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 15px;
	line-height: 20px;	
}
.container .row .col1 .Author p{
	position: relative;
	margin-top:  10px;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 12px;
	line-height: 20px;
}
.container .row .btn2{
    border: 1px solid #212F3C; float: left;
    margin-left: 25px;
    margin-top: 25px;
	padding: 5px 10px;
	color: #212F3C;
	text-decoration: none;
	border-radius: 10px;
	transition: 0.6s ease;
}
.container .row .btn2:hover{
	color: black;
	background: #AEB6BF;
}

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;
}