*{
    margin:0;
    padding:0;
}
body{
    font-family: 'Times New Roman', serif;
}
p {
    margin-top: 0;
    margin-bottom: 15px;
}

nav.navbar.navbar-expand-lg.bg-body-tertiary {
    background: #feeb29 !important;
        padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-nav a{
    color: #000;
    font-size:18px;
    margin-left: 10px;
    margin-right: 2px;
}
a.nav-link.active {
    color: #000!important;
      font-size:18px;
}
.navbar-nav a:hover{
    color:#C9CAAC;
    
}
a.nav-link.active:hover {
    color: #C9CAAC!important;
    
}
div#navbarNavAltMarkup {
    justify-content: center;
}
a.btn.btn-primary {
    border: 1px solid #fff;
    background: #000;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
}
a.btn.btn-primary:hover{
    background: #a0a0a0;
    color:#feeb29;
}
a.navbar-brand {
    width: 25%;
}
a.navbar-brand img {
    width: 40%;
    height: 50%;
}

.banner{
    background-image: url(assest/img/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: right;
    padding-top: 10%;
    padding-bottom: 3%;

}
.text {
    font-size: 33px;
    color: #fff;
    padding-bottom: 20px;
    line-height: 50px;
    
}
.banner-text p {
    font-size: 18px;
    color: #fff;
    padding-bottom: 20px;
    
}
a.btn.btn-secondary {
    background: #feeb29;
    color: #000;
    font-size: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #fff;
    border-radius: 25px;
}
section.about {
    padding-top: 50px;
    padding-bottom: 50px;
   
}
.about-text h1 {
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 10px;
     text-align: center;
}
.about-text p{
    font-size: 18px;
    text-align: center;
}
section.service {
    padding-top: 50px;
    padding-bottom: 50px;
   
}
.service-text h2 {
    font-size: 32px;
    font-weight: 500;
    padding-bottom: 10px;
     text-align: justify;
}
.service-text p{
    font-size: 18px;
    text-align: justify;
}
.list-text li{
    
    font-size: 18px;
    font-weight: 500;
}
section.service {
    background: #f4f1ed;
}

section.mission {
    padding-top: 50px;
    padding-bottom: 50px;
   
}
.mission-text h3 {
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 10px;
     text-align: justify;
}
.mission-text p{
    font-size: 18px;
    text-align: justify;
}
.list-text li{
    
    font-size: 18px;
    font-weight: 500;
}
footer {
    background: #feeb29b5;
    padding-top: 5%;
    padding-bottom: 5%;
}

.footer-text {
    padding-left: 20px;
}
.Quick{
	padding-left: 20px;
}
.Quick h4{
    text-align: left;
    padding-bottom: 15px;
      font-weight: 600;
}
.Quick p{
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    
}
.footer-text h4{
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 15px;
}
.footer-text p{
    font-size: 18px;
	text-align: justify;
}
.contact {
	padding-left: 20px;
}
.contact h4{
     font-size: 30px;
    font-weight: 600;
    padding-bottom: 15px;
}
.contact p{
    font-size: 18px;
}
.social{
	padding-left: 20px;
}
i.bi.bi-facebook {
   
    padding-right: 10px;
    font-size: 20px;
}
i.bi.bi-whatsapp{
     padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
}
i.bi.bi-instagram{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;

}
 i.bi.bi-twitter-x {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;

} 
section.copyright {
    background: #fff;
    color: #000;
    padding-top: 15px;
    padding-bottom: 5px;
}

.copyright p{
    text-align: center;
    font-size: 16px;
}


    