@media (max-width: 990px) {
	.header-links{
		display: none;
	}
	.nav-burger{
		display: block;
	}
	.testimonial .container-fluid {
		width: 100% !important;
	}

	

/* 	footer section */
footer{
    background-color: var(--footer-bg);
    border-top: 3px solid var(--footer-bd);
    display: flex;
    flex-direction: column !important;
    gap: 10px;
     text-align: center;
     justify-content: center;
}
}

@media(max-width: 768px){
	.copyright{
    font-size: 14px;
    color: var(--white-color);
    
    padding: 10px 0px;
    background-color: var(--footer-bg);
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
}

}

@media (max-width: 550px) {
	header .logo img{
		width: 4rem;
	}
	.intro .content{
		display: flex;
		flex-wrap: wrap !important;
		gap: 1rem;
	}
	.intro .content img{
		width: 75%;
		margin: auto;
	}
	
	


/* 	about page */
.about-hgl .body{
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
}