*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  list-style: none;	  
}

.africabar{
	max-width: 100%;
	height: 40px;
	background-image: url(link/afbar.jpg);
	display: flex;
	justify-content: space-around;
	align-items: center;
	opacity: 1;
}

.body{
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: space-around;
	align-ites: center;
	background-image: url(images/main.jpg);
	background-position: center;
	background-size: cover;
}




.background-image3{
	width: 100%;
	height: 100vh;	
	display: flex;
	background-image:url('link/cjr-1.jpg');
	background-size: cover; 
}

.blinks{
	animation: blink 1s infinite;
}

	
.blink{
	animation: blink 3s infinite;
}

@keyframes blink {
	0% {
		opacity: 1;
	}	
	100% {
		opacity:	.3;
	}
}

.container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0px 50px 0 50px;
}

.container .galleryheading{
  width: 50%;
  padding-bottom: 50px;
}
.container .galleryheading h3{
  font-size: 3em;
  font-weight: bolder;
  padding-bottom: 10px;
  border-bottom: 3px solid #222;
}

.container .galleryheading h3 span{
  font-weight: 100;
}
.container .box{
 display: flex;
 flex-direction: row;
 justify-content: space-between;
}

.container .box .dream{
  display: flex;
  flex-direction: column;
  width: 32.5%;
}

.container .box .dream img{
  width: 100%;
  padding-bottom: 15px;
  border-radius: 0px;
}

.container .btn{
  margin: 40px 0 70px 0;
  background: #222;
  padding: 15px 40px ;
  border-radius: 5px;
}

.container .btn a{
 color: #fff;
 font-size: 1.2em;
 text-decoration: none;
 font-weight: bolder;
 letter-spacing: 3px;
}


.background-image3 .btn a{
 color: #FDFEFF;
 text-decoration: none;
 font-weight: bolder;
 border-radius: 5px;
 margin: 40px 0 70px 0;
}	

}


@media only screen and (max-width: 769px){
    .container .box{
   flex-direction: column;
  }

.container .box .dream{
  width: 100%;
}

}

@media only screen and (max-width: 643px){
.container .heading{
  width: 100%;
}
.container .heading h3{
  font-size: 2em;

}

}

.des{
	padding: 15px;
	font-size: 25px;
	text-align: center;
	position: relative;
}
			
.explore a{
	text-decoration: none;
	color: #fff;
	font-size: 35px;
}

.explore a:hover{
	color: #fff;
	text-shadow: -1px 1px 20px #ffc, 1px -1px 8px #fff;
}


.gallery{
	border:1px solid #ccc;
}
	
.gallery img{
	width: 100%;
	height: auto;
}

.gallery img:hover { 
  outline: 3px solid #ccc; 
} 

.heading{
	width:100%;
	text-align: center;
	inline-size: 400px;
	overflow-wrap: break-word;
	margin-top: 220px; 
	color: #fff;
	font-size: 25px;
}


h1{
	position: relative;
}

.marquee{
	width: 100%
	padding: 10px 0;
	font-family: sans-serif;
	border-radius: 5px;
}

@media only screen and (max-width:769px){     .heading{
   flex-direction: column;
  }
}

@media only screen and (max-width: 643px){
.heading{
  width: 100%;
  }
}

@media only screen and (max-width: 700px){
.responsive{
	width: 50%;
	margin: 6px 0;
	}
}
		
@media only screen and (max-width: 500px){
.responsive{
	width: 100%;
	
	}
}

.menu ul{
	display: flex;
	align-items: center;
}
.menu ul li a{
	text-decoration: none;
	color: #000;
	padding: 5px 9px;
	letter-spacing: 2px;
	font-size: 22px;
}
.menu ul li a:hover{
	border-bottom: 4px solid #000;
	transition: .2s;
} 

.navbar{
	width: 100%;
	height: 80px;
	background-color: #ffebcd;
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #000;
}

.navbar2{
	width: 100%;
	height: 80px;
	background-image: url(images/img4.jpg);
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #000;
}
.pagetitle{
	padding-top: 20px;
	margin-bottom: 20px;
	color: beige;
}

.pagetitle2{
	padding-top: 20px;
	margin-bottom: 20px;
	color: #FFFDD0;
	font-size: 25px;
}

.responsive2{
	padding: 0 6px;
	float:left;
	width: 25%
}

.responsive{
	padding: 0 6px;
	float:left;
	width: 20%
}


ul.social {
    list-style: none;
    position: fixed;
    top: 75%;
    left: 0;
    transform: translateY(-50%);
}
ul li{
    margin: 20px 0;
}
ul li a{
    text-decoration: none;
    color: #fff;
    height: 60px;
    line-height: 60px;
    display: flex;
}



/*NEWS BOX CODE*/

.recentNews {
    background-color: rgb(20, 117, 175); 
}
.recentNews .news-title {
    text-align:center;
    pading-top:20px;
    padding-bottom:20px;
    font-family: 'nimbus-sans-condensed',  
    sans-serif;
    font-size:45px;
    font-weight:bold;
    color: #fff;
}
.recentNews .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.recentNews .ct-blog {
    margin-bottom: 30px;
}
.ct-blog .inner {
    background-color: #FFF;
    padding: 10px;
    transition: all 0.2s ease-in-out 0s;
    cursor: pointer;
    height: 100%;
}
.ct-blog .inner:hover {
    background-color: #e6e6e6;
}
.ct-blog .fauxcrop {
    height: 180px;
    overflow: hidden;
	 text-align: center;
}
.ct-blog .fauxcrop img {
    width: 60%;
}
.ct-blog-content {
    display: table;
    padding: 30px 0 28px;
}
.ct-blog-content .ct-blog-date {
    border-right: 1px solid #95A5A6;
    display: table-cell;
    font-family: "Lato", sans-serif;
    padding: 0px 18px 0px 15px;
    text-align: center;
}
.ct-blog-content .ct-blog-date span {
    font-size: 16px;
    color: rgb(20, 117, 175);  
    font-weight: 700;
    display: block;
    line-height: 1;
}
.ct-blog-content .ct-blog-date strong {
    font-size: 25px;
    color: rgb(20, 117, 175);  
}
.ct-blog-content .ct-blog-header {
    color: #000;
    display: table-cell;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.1;
    padding: 0 20px;
    vertical-align: top;
}
.btn-news {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 30px;
    text-align: center;
}
.btn-news.btn-contests a {
    color: #fff;
    font-family: 'nimbus-sans-condensed', sans-serif;
    font-size: 24px;
    transition: all 0.2s ease-in-out 0s;
}
.btn-news.btn-contests a:hover {
    color: #000;
	 text-decoration: none;
}
.text-overlay h3{
  	position: relative;
  	width: 300px;
  	height: auto;
  	margin-left: auto;
  	margin-right: auto;
}
