>
    	@import url('https://fonts.googleapis.com/css?family=Caveat');
	@import url('https://fonts.googleapis.com/css?family=Montserrat|Roboto+Mono|Roboto+Slab|Russo+One');
	@import url('https://fonts.googleapis.com/css?family=Karla|Lato|Noto+Sans|Noto+Serif|Open+Sans|Roboto+Mono|Ubuntu');
		*{
			
			margin: 0;
			padding: 0;
			box-sizing: border-box;
			scroll-behavior: smooth;
			
		}
		.navbar{
				
				
				font-family: poppins;
				background:#fff;
				
	
	
	
		}.btn-outline-dark:hover{
			background:#00AFEF;
			
			border: 2px solid white;
		
		}.btn-outline-dark{
			border-radius:0;
			
			border: 2px solid white;
			
			color: white;
		
		}.btn-dark{
			border-radius:0;
			
			border: 2px solid black;
			
			color: black;
			background: white;
		
		}.btn-outline-warning{
			border-radius:0;
			
			border: 2px solid white;
			
			color: white;
		}.btn-outline-warning:hover{
			border-radius:0;
			
			border: 2px solid white;
			
			color: white;
			background:#00AFEF;
		}
		ul li a{
			margin-right: 30px;
		}
		@media screen and (max-width: 400px) {
	#carouselExampleFade .carousel-item{
	width: 100%;
	height: 400px;
	}
	#navigation img{
	margin-left: -50px;
	}
	}
	#line2:before{
	display: block;
		content: "";
		position: absolute;
		background:#3CB549;
		height: 4px;
		width: 60px;
		left:4px;
		top: 50px;
		
		}
			.btn-primary1{
	border-radius: 0;
	border: 3px solid  #3CB549;
	background: #3CB549;
	color: white;
	font-weight: bold;
	}.btn-primary1:hover{
	background:  #3CB549;
	border: 3px solid  #00AFEF;
	color: gray;
	}
		#book{
	background-image:linear-gradient(rgba(60, 181, 73,0.9),rgba(60, 181, 73,0.7)), url('../upload/image/22.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	height: 100%;
	}
		.bgc{
	background-image:linear-gradient(rgba(0, 175, 239,0.9),rgba(0, 175, 239,0.7)), url('111.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	height: 100%;
	}
	



	
.menu1:hover {
	color:black;
  
    background-color: yellow;
}


		.hovereffect {
		width: 100%;
		height: 100%;
		float: left;
		overflow: hidden;
		position: relative;
		text-align: center;
		cursor: default;
		}
		.hovereffect .overlay {
		width: 100%;
		height: 100%;
		position: absolute;
		overflow: hidden;
		top: 0;
		left: 0;
		opacity: 0;
		filter: alpha(opacity=0);
		background:rgba(0, 175, 239,0.9);
		-webkit-transition: all 0.4s ease-in-out ;
		
		}
		.hovereffect img {
		display: block;
		position: relative;
		transition: all 0.4s ease-in-out;
		}
		.hovereffect:hover img {
		-ms-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		transform:rotate(110deg);
		transition:.5s all ease-in-out;
		}
		.hovereffect:hover .overlay {
		opacity: 1;
		filter: alpha(opacity=100);
		}
		.hovereffect:hover h2,.hovereffect:hover a.info {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-transform: translatey(0);
		-webkit-transform: translatey(0);
		transform: translatey(0);
		}
		.hovereffect:hover a.info {
		-webkit-transition-delay: .2s;
		transition-delay: .2s;
		}





		
		 .containerr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}

     .lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid red;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
} .containerr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}

     .lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid red;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}