
            @import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;900&display=swap');

body {
    
    font-family: 'Roboto Slab', serif;
}

button:focus,
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
.dropdown-item:hover {
      background-color: #17a2b8;
    }


.navbar {
      background-image: linear-gradient(90deg,  #0b9ab3, #4bc317d6, #0b9ab3);
      position: sticky;
  top: 0;
  left: 0;
  right: 0;
  
  z-index: 100;}

.navbar-brand {
    font-size: 22px;
    font-weight: 500;
    color: #0AEDED;
    -webkit-text-stroke: #fff 1px;

}

.navbar-nav .nav-item .nav-link:hover {
    color: #7fcde1;

}

.navbar-nav .nav-item {
    margin: 0 10px;
}

.navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
}

.dropdown-menu .dropdown-item {
    margin-bottom: 10px;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #008489;
    color: #fff;
}


.dropdown-mega .dropdown-menu {
    width: 100%;
    
}

.dropdown-mega h5 {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin: 0;
}

.list-group-item {
    font-size:14px;
    color: #3F3B51;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: 10px 0;
}

.list-group-item:hover {
    color: #008489;
}


/* Responsive */
@media(max-width: 991.5px) {
    .navbar-brand {
        font-size: 30px
    }

    .navbar-nav .nav-item {
        margin: 5px 10px;
    }

   
}

   
@import url('https://fonts.googleapis.com/css2?family=Agbalumo&display=swap');

.fonts{
  text-align: center;
  color:#ffff;
}
.fonts h1{
  font-family: 'Coiny';
}.header{
  background-image: linear-gradient(90deg, #0097b2, #7ed957);
  padding-bottom: 10px;
  display: flex;
  
  
 
  
}.imglogo{
  width: 100px;
  height: 80px;
  margin-right: 30px;
  margin-left: 50px;
  animation: im 2s cubic-bezier(0.075, 0.82, 0.165, 1)forwards;
  animation-delay: 0s;
  transform: translateY(200px) scale(0);
    opacity: 1 ;

}
@keyframes im{
  0%{
    transform: translateY(200px) scale(0);
    opacity: 0 ;

  }
  25%{
    transform: translateY(0px) scale(.6);
    opacity: 1;

  }
  50%{
    transform: translateY(00px) scale(0)rotate(180deg);
    opacity: 1;

  }100%{
    transform: translateY(0px) scale(1)rotate(0deg);
    opacity: 1;

  }
}
@media (max-width:426px){
  .imglogo{
  margin-left: 10px; 
  margin-right: 0px; 

}

}
@media (max-width:352px){

.imglogo{
  width: 80px;
  height: 65px;
}

}

@media (max-width:376px){
  .fonts{
    margin-top: 16px;
  }
.fonts p{
  font-size: 8px;
}

.fonts h1{
  
  font-size: 25px;
}
  .imglogo{
  margin-left: 10px; 
  margin-right: 0px; 

}
}
@media (max-width:375px){
    .navbar-brand { font-size: 16px;
    }

}


/*footer*/
.footer_section {
			background-image: url(footerbackground.gif);
			background-repeat: no-repeat;
			background-size: 100% 100%;
			
			
			padding: 75px 0 40px 0;
			text-align: center;
		  }
		  
		  .footer_section h4 {
			font-size: 28px;
		  }
		  
		  .footer_section h4,
		  .footer_section .footer-logo {
			font-weight: 600;
			margin-bottom: 20px;
			font-family: 'Dancing Script', cursive;
		  }
		  
		  .footer_section p {
			color: #0b0b0b;
			font-size: 18px;
		  }
		  
		  .footer_section .footer-col {
			margin-bottom: 30px;
		  }
		  
		  .footer_section .footer_contact .contact_link_box {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
				-ms-flex-direction: column;
					flex-direction: column;
		  }
		  
		  .footer_section .footer_contact .contact_link_box a {
			margin: 5px 0;
			color: #0e0d0d;
		  }
		  
		  .footer_section .footer_contact .contact_link_box a i {
			margin-right: 5px;
		  }
		  
		  .footer_section .footer_contact .contact_link_box a:hover {
			color: #ffbe33;
		  }
		  
		  .footer_section .footer-logo {
			display: block;
			font-weight: bold;
			font-size: 38px;
			line-height: 1;
			color: #141313;
		  }
		  
		  .footer_section .footer_social {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
				-ms-flex-pack: center;
					justify-content: center;
			margin-top: 20px;
			margin-bottom: 10px;
		  }
		  
		  .footer_section .footer_social a {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
				-ms-flex-pack: center;
					justify-content: center;
			-webkit-box-align: center;
				-ms-flex-align: center;
					align-items: center;
			color: #222831;
			width: 30px;
			height: 30px;
			border-radius: 100%;
			background-color: #090909;
			border-radius: 100%;
			margin: 0 2.5px;
			font-size: 18px;
		  }
		  
		  .footer_section .footer_social a:hover {
			color: #ffbe33;
		  }
		  
		  .footer_section .footer-info {
			text-align: center;
			margin-top: 25px;
		  }
		  
		  .footer_section .footer-info p {
			color: #0b0b0b;
			margin: 0;
		  }
		  
		  .footer_section .footer-info p a {
			color: inherit;
		  }
		  .useful a{display: block;
			color: #090909;

		  }



 




