* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* navigation*/

.navbar {
    border-bottom: 1px solid grey;
    height: 62px;

}

.container-fluid a img {
    margin-top: -8%;
    margin-left: 5%;

}

.nav-link {
    margin-left: -15%;
    width: 100%;
}


.navbar-brand {
    font-weight: bolder;
}

.nav-item {
    padding-left: 1rem;
}



.navbar ul li a {
    color: black;
    padding: 10px;
    padding-top: 5%;
}

.nav ul li {
    display: inline;
    padding-right: 10%;
}

.menu {
    color: black !important;

}

.color {
    padding-top: 1%;
}

.form-control {
    background-color: rgb(224, 186, 186);
    border: 1px solid rgba(255, 255, 255, .5);
    ;
    border-radius: 0;
    opacity: 1;
}

.form-control .form-inline {
    width: 200px;
}


.form-control:focus {
    color: black;
    background-color: #fff;
    border-color: #a75470;
    box-shadow: none;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, .5);
}

.btn {
    color: #fff;
    background-color: #a56177;
    border-color: rgb(224, 186, 186);
    border-radius: 0;
    height: 38px;
}

.btn:hover,
.btn:focus {
    color: #fff;
    box-shadow: 0 0 0 0.2rem #a56177;
}

.dropdown-menu {
    padding: 0;
    border-radius: 0;
    background-color: rgb(223, 197, 197);

}

.dropdown-item {
    color: rgba(255, 255, 255, .5);

}

.dropdown-item:hover {
    background-color: rgb(224, 186, 186);
    color: white;
}

/* banner */
.ban{
    background-image: url(./contactusban.webp);
    background-position: 100%;
    background-repeat: no-repeat;
    height: 80vh;
}

/* text */
.text p {
width: 80%;
margin-left: 15.2%;
margin-top: 5%;
}

/* map */
.map {
    margin-left: 28%;
    margin-top: 4%;
    
}

/* detail */
.detail{
    margin-top: 4%;
    margin-left: 25%;
}
.detail p{
    width: 65%;
    margin-top: 2%;
}

.icons{
    margin-left: 25%;
}
/* social */
.social{
    margin-top: 4%;
    margin-left: 25%;
}

/* icons */
.icon2{
     margin-top: -1%; 
    width: 80%;
  margin-left: -10.2%;
  text-align: center;
  /* border: 1px solid grey; */
  }
  .icon2 i{
    font-size: 15px;
    /* padding-left: 25px; */
    /* padding-right: 25px; */
    margin-top: 2%;
    /* border: 1px solid grey;
    border-radius: 50%; */
    padding: 1%; 
  }



  /* map2 */
.map2 {
    margin-left: 28%;
    margin-top: 4%;
    
}

/* detail */
.detail2{
    margin-top: 4%;
    margin-left: 25%;
}
.detail2 p{
    width: 65%;
    margin-top: 2%;
}

.icons3{
    margin-left: 25%;
}

/* social */
.social2{
    margin-top: 4%;
    margin-left: 25%;
}

/* icons */
.icon4{
     margin-top: -1%; 
    width: 80%;
  margin-left: -10.2%;
  text-align: center;
  }
  .icon4 i{
    font-size: 15px;
    margin-top: 2%;
    padding: 1%; 
  }

/* footer */
  .footer-container {
    display: flex;
    justify-content: space-around;
    /* background-color: rgba(128, 128, 128, 0.121);  */
    padding: 20px;
    flex-wrap: wrap;
    padding-top: 2%;
    margin-top: 3%;
    border-top: 1px solid black;
  }
  
  .footer-section {
    margin: 10px;
  }
  
  .footer-section h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  
  .footer-section p, .footer-section a {
    color: black;
    text-decoration: none;
    margin: 5px 0;
  }
  .footer-section p{
    font-size: 14px;
  }
  .footer-section a:hover {
    text-decoration: underline;
  }
  
  .footerphoto h4{
    font-size: 1.1rem;
  }
  .footerphoto img{
    margin-top: 2%;
  }
  
  .footer-bottom {
    text-align: center;
    padding: 10px;
    background-color: #22222231;
    /* color: #ccc; */
  }