@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Calligraffitti&family=Dosis:wght@200&family=Lato:wght@300&family=Merriweather:wght@300&family=Playfair+Display:ital,wght@1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Merriweather:wght@300&family=Playfair+Display&display=swap');
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Poppins',sans-serif;
}
img[src*="https://cdn.000webhost.com/000webhost/logo/footer-powered-by-000webhost-white2.png"]{
    display: none;
}
header{
    width: 100%;
    z-index: 999;
}
.navbar-brand img{
	width: 50%;
}

.navbar{
	background-color: white !important;
	padding: 0;
}
.collapse{
	justify-content: end;
}
.nav-link{
    color: #1f3b64 !important;
    font-size: 11pt;
    font-weight: 500;
    text-transform: uppercase;
    filter: blur(.3px);
}
.nav-item{
	padding-right: 1rem;
}
.active{
	position: relative;
}
.active:before{
	content: "";
    position: absolute;
    width: 80%;
    height: 4px;
    bottom: 0;
    background: #33d1cb;
}

footer{
    padding: 3rem 0;
	background-image: url('./images/footer-background-01.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
footer h6{
	color: #ffffffde !important;
	margin-bottom: 1rem;
}
footer p{
	margin-bottom: 0;
	color: rgb(241, 238, 238);
	font-size: 10pt;
}
.widgettitle{
	font-size: 15pt;
    color: #ffffffde !important;
}
footer li{
	list-style: none;
    font-weight: 600;
    margin-bottom: .5rem;
}
footer ul{
	padding-left: .5rem;
	padding-top: .5rem;
}
footer a{
	text-decoration: none;
    color: rgb(241, 238, 238);
	font-size: .9rem;
}
footer a:hover{
	color: rgb(211, 208, 208);
}
footer .copyright{
	text-align: center;
	margin-top: 2rem;
	font-size: 9pt;
}
footer .col-lg-3{
	margin-bottom: 2rem;
}
@media (max-width: 991px){
	.navbar-nav{
	    padding-top: 3rem;
    	padding-bottom: 3rem;
	}
	.nav-link{
		margin-bottom: .5rem;
	}
	.active:before {
	    content: "";
	    position: absolute;
	    width: 20%;
	    height: 4px;
	    bottom: 0;
	    background: #33d1cb;
	}
	.navbar-toggler {
   		border: none;
   		outline: none;
	}
	footer{
	    padding-left: 0.5rem;
	}
}


.about-hero-bg {
  background: linear-gradient(135deg, #e0f7fa 0%, #f3e5f5 100%);
  min-height: 350px;
}
.about-img {
  border-radius: 18px;
  box-shadow: 0 4px 24px 0 rgba(31,59,100,0.10);
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .about-img {
    margin-bottom: 1.2rem;
    max-height: 220px;
  }
}

/* --- About Page Content Font Size --- */
.about-hero-bg .lead,
.about-hero-bg p,
.about-details-content,
.about-details-content p {
  font-size: 0.98rem !important;
}
.about-details-content {
  color: #333;
}
@media (max-width: 767px) {
  .about-hero-bg .lead,
  .about-hero-bg p,
  .about-details-content,
  .about-details-content p {
    font-size: 0.93rem !important;
  }
}


@media (max-width: 450px){
	.footer{
		text-align: center;
	}
	.logo img{
		padding-bottom:50px ;
	}
}