@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Satisfy&display=swap");
body, html {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Montserrat", sans-serif !important;
  background: white;
  box-sizing: border-box;
}

.navbar .navbar-brand {
  font-size: 16px;
  font-weight: 500;
}

.navbar .navbar-brand img{
height: auto;
width: 70px;
} 

.navbar .nav-link {
  font-size: 14px;
  font-weight: 500;

}
.navbar .dropdown-item {
  font-size: 14px;
  font-weight: 500;

}

.banner {
  background-image: url("./images/ff.png");
  height: 700px;
  width: 100%;
  padding: 0;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.banner__content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}
.banner__title {
  text-align: center;
  font-weight: 700;
  display: inline-block;
  color: white;
  padding: 3px 10px;
  font-size: 40px;
}
@media only screen and (max-width: 768px) {
  .banner__title {
    font-size: 25px;
  }
}
.banner__logo {
  width: 210px;
  height: auto;
  margin: 40px 0;
  padding: 3px 10px;
   height: 90px;
  width: 90px;
}
.banner__logo1 {
  width: 210px;
  height: auto;
  margin: 40px 0;
  padding: 3px 10px;
   height: 90px;
  width: 90px;
}
.banner__address {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-top: 70px;
  color: white;
}

.info__title {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
  color: #333333;
  margin-top: 50px;
 
}

.info__title4 {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
  color: #333333;

 
}

.info__title3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333333;
  margin-top: 10px;
 
}

.info__title1 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333333;
  margin-top: 10px;
 
} 
.info__title2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1px;
  color: #333333;
  margin-top: 10px;
}
.info__text {
  color: #333333;
  font-size: 16px;
   margin-top: 10px;
}
.info__text a {
  color: #082673;
  font-weight: 500;
  text-decoration: underline;
}
.info .table tr td {
  font-size: 15px;
  color: #333333;
  font-weight: 500;
margin-top: 10px;
}
.info__list li a {
  color:#082673;
  font-weight: 700;
  font-size: 16px;

}
.info__list2 {
  padding: 5px 15px;
  color: #666666;
}
.info__list2 li {
  font-size: 12px;
}
.info__slogan {
  font-family: "Satisfy", cursive !important;
  font-size: 35px;
  color: rgba(51, 51, 51, 0.8);
}
.info__price .table tr {
  border: none !important;
}
.info__price .table tr th {
  text-align: center;
  background: #082673;
  font-weight: 600;
  color: white;
  padding: 10px 0;
  margin-bottom: 0;
  font-size: 13px;
  border: none !important;
}
.info__price .table tr td {
  border: none !important;
  text-align: center;
}

.info__text-bottom {
  font-size: 15px;
  line-height: 2.8;
  color: #333333;
  margin-top: 10px;

}

.partners__flex {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
    height: auto;

}

.partners__flex1 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
    height: auto;
    margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .partners__flex {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .partners__flex1 {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.partners__flex img {
  width: 15%;
  height: auto;
}

.partners__flex1 img {
  width: 40%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .partners__flex img {
    width: 35%;
  }

  .partners__flex1 img {
    width: 80%;
  }
}

.border-line {
  border-left: 7px solid #082673;
  padding-left: 15px;
}

.text-small {
  font-size: 14px !important;
}

.table-responsive{
  display: flex;
  flex-direction: column;
}

.profile-container {
    display: flex;
    justify-content: center;
    height: 100%;
    margin: 0 30px;
}

.profile-card {
    max-height: 100%;
    padding: 20px 60px;
    display: flex;
    flex-direction: column;
    align-items: center; 
    width: 100%;
}

.profile-icon {
    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 50%;
}

.profile-name {
    font-size: 20px;
    font-weight: bold;
    margin: 25px 0 10px 0;
    text-align: center;
    width: 100%;
}

.profile-position {
    font-size: 14px;
    color: #777;
    text-align: center;
    width: 100%;
}

.button {
    margin: 40px 0 0 0;
    padding: 10px 30px;
    color: #999;
    text-decoration: none;
    border: 1px solid #999;
    border-radius: 4px;
}



@media screen and (max-width: 1000px) {
  .profile-name {
      font-size: 18px;
  }
}

@media screen and (max-width: 800px) {
  .profile-card {
      padding: 20px 15px;
  }

  .profile-name {
      font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .profile-container{
    flex-direction: column;
  }
}

/*# sourceMappingURL=style.css.map */
