.*{
	margin: 0px;
	padding: 0px;
}
.header i{
	margin-left: 20px;
	color: #008CBA;
}
.header img.logo {
	width: 100%;
}
.nav-link{
	margin-right: 30px;
	font-weight: bold;
	color: white;
}
.nav-link:hover{
	color: white;
}
.navbar-toggler{
	color: white;
}
.navbar-nav{
	background-color: #008CBA;
}
@media(max-width: 768px) {
	.navbar-nav .nav-item {
		width: 100%;
		display: block;
	}
}
.carousel1 .carousel-text {
	padding: 80px 0;
}
.carousel1 .carousel-item {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.carousel1 h2{
	color: white;
	font-weight: bold;
	font-size: 55px;
	margin-top: 70px;
}
.carousel1 p{
	color: white;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 20px;
}
.carousel1 button{
	color: white;
	background-color: #008CBA;
	border: none;
	padding: 12px;
	margin-right: 20px;
	margin-bottom: 60px;
	font-weight: bold;
	margin-top: 40px;
}
.carousel1 button:hover{
	color: #008CBA;
	background-color: white;
	border: 1px solid #008CBA;
	transition: 1s;
}
@media (max-width: 480px) {
	.carousel1{
		background-position: right;
	}
	.carousel1 .carousel-text {
		padding: 0px 0;
	}
}
.platform{
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}
.platform .box{
	padding: 10px;
	border-radius: 10px;
	margin-top: 20px;
}
.about-us{
	padding-top: 40px;
	padding-bottom: 40px;
}
.about-us img{
	width: 100%;
}
.about-us h4{
	font-weight: bold;
}
.about-us h2{
	font-size: 45px;
	font-weight: bold;
}
.about-us p{
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 1.7;
}
.about-us button{
	color: white;
	background-color: #008CBA;
	border: none;
	padding: 15px;
	margin-right: 20px;
	margin-bottom: 60px;
	font-weight: bold;
	border-radius: 10px;
}
.about-us button:hover{
	color: #008CBA;
	background-color: white;
	border: 1px solid #008CBA;
	padding: 15px;
	margin-right: 20px;
	margin-bottom: 60px;
	font-weight: bold;
	border-radius: 10px;
	transition: 1s;
}
.Facilities{
	background-image: url(../images/why_choose.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.Facilities h2{
	color: white;
	font-weight: bold;
	margin-left: 60px;
	margin-top: 70px;
	margin-bottom: 70px;
}
.Facilities img{
	position: absolute;
	margin-left: 30px;
	margin-bottom: 40px;
}
.Facilities h4{
	color: white;
	font-weight: bold;
	margin-left: 130px;
	margin-top: 20px;

}
.Facilities p{
	color: white;
	margin-left: 150px;
		margin-bottom: 40px;

}
.e-books{
	padding-top: 50px;
	padding-bottom: 50px;
	font-family: sans-serif;
	text-align: center;
}
.e-books h5{
	font-weight: bold;
}
.e-books h2{
	color: tomato;
	font-size: 45px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
.e-books h6{
	margin-top: 20px;
}
.e-books button{
	color: white;
	background-color: #008CBA;
	border: none;
	padding: 10px;
	font-weight: bold;
	border-radius: 10px;
}
.e-books button:hover{
	color: #008CBA;
	background-color: white;
	border: 1px solid #008CBA;
	transition: 1s;
}
.e-books span{
	margin: 0 auto 0;
}
.book1{
	background-color: white;
	padding: 20px;
}
.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: black;
    overflow: hidden;
}
.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 15px;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}
.z-index {
    z-index: 9;
}

.height-lg-100vh {
    min-height: 100vh;
}
@media (max-width: 576px){
    .height-lg-100vh {
        height: auto;
    }
}




.footer{
	padding-top: 40px;
	padding-bottom: 40px;
	color: white;
}
.footer img.logo {
	width: 70%;
	margin-bottom: 20px;
}
.footer h2{
	margin-bottom: 30px;
}
.footer p{
	line-height: 1.5;
}
.footer h5{
	margin-bottom: 30px;
}
.footer ul{
	line-height: 2;
	list-style-type:none;
	margin: 0;
	padding: 0;
}
.footer ul li{
	width: 46%;
	display: inline-block;
}
.footer ul li a{
	display: block;
	color: #fff;
	text-decoration: none;
	transition: .3s;
}
.footer ul li a:hover{
	text-decoration: underline;
	transition: .3s;
}
.footer .footer_contact {
	margin-bottom: 20px;
}
.footer .footer_contact p {
	display: block;
	margin-bottom: 10px;
}
.footer .footer_contact p i {
	display: inline-block;
    margin-right: 8px;
    width: 25px;
    height: 25px;
    border: 0px solid #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 22px;
}
.footer .social_links a i{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	margin-right: 8px;
	border: 1px solid white;
	border-radius: 50px;
	margin-bottom: 10px;
	color: #fff;
	transition: .3s;
}
.footer .social_links a:hover i{
	border: 1px solid #ff6347;
	color: #ff6347;
	transition: .3s;
}
.footer_bottom {
	color: #fff;;
	background-color: #008cba;
	text-align: center;
	padding: 10px 0;
}
.footer_bottom p {
	margin: 0;
	padding: 0;
    font-size: 14px;
    font-weight: 600;
}

.log-in form{
	text-align: center;
}
.log-in form h3{
	color: white;
	margin-top: 40px;
}
.log-in form h1{
	color: white;
}
.log-in form input{
	margin-top: 30px;
	margin-left: 50px;
	width: 300px;
}
.log-in button{
	color: white;
	background-color: #008CBA;
	padding: 10px 130px;
	margin-top: 20px;
	border: none;
	border-radius: 10px;
}
.log-in hr{
	background-color: white;
	margin-right: 30px;
	margin-left: 30px;
}
.log-in h6{
	color: white;
}

.register form{
	text-align: center;
}
.register form h3{
	color: white;
	margin-top: 10px;
}
.register form h1{
	color: white;
}
.register form input{
	margin-top: 30px;
	margin-left: 50px;
	width: 300px;
}
.register button{
	color: white;
	background-color: #008CBA;
	padding: 10px 130px;
	margin-top: 10px;
	border: none;
	border-radius: 10px;
}
.register hr{
	background-color: white;
	margin-right: 30px;
	margin-left: 30px;
}
.register h6{
	color: white;
}
.register label{
	color: white;
	background-color: #008CBA;
	padding: 10px 70px;
	margin-top: 20px;
	border-radius: 10px;
}
.contact-us{
	padding-top: 60px;
	padding-bottom: 100px;
}
.contact-us form{
	background-color: white;
	padding: 30px;
}
.contact-us h1{
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
.contact-us span{
		margin: 0 auto 0;

}
.contact-us input{
	margin-bottom: 20px;
	width: 315px;
	margin-right: 30px;
	border-radius: 10px;
	padding: 20px;
}
.contact-us button{
	color: white;
	background-color: #008CBA;
	padding: 15px 25px;
	margin-top: 10px;
	border: none;
	border-radius: 10px;
}
.contact-us .address{
	background-color: white;
}
.contact-us .address h4{
	font-weight: bold;
	margin-top: 40px;
	margin-left: 40px;
}
.contact-us .address p{
	margin-left: 40px;
	line-height: 2;
}
.contact-us .address i{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	background-color: white;
	border: 1px solid black;
	border-radius: 50px;
	margin: 10px 10px;
}
.about{
	padding-top: 60px;
	padding-bottom: 60px;
}
.about img{
	width: 100%;
}
.about h1{
	text-align: center;
}
.about span{
	margin: 0 auto 0;
    margin-bottom: 30px;

}
.about h2{
	font-size: 45px;
	font-weight: bold;
}
.about p{
	color: grey;
	line-height: 1.8;
}