@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@500;600;700;800;900&family=Open+Sans:wght@400;500;600;700&display=swap");
a:hover {
  color: #61e59c;
}
a:hover i {
  background-color: #165397;
  color: #FFF;
}

header {
  position: absolute;
  width: 100%;
  z-index: 1;
}
header .d_logo {
  width: 275px;
  margin-left: 18px;
  margin-top: 3px;
}
header .navbar-nav .nav-item .nav-link {
  border-left: 1px solid rgba(225, 225, 225, 0.8);
  padding: 0.5rem 1.4rem;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  transition: 0.3s all;
}
header .navbar-nav .nav-item .nav-link:hover {
  color: #61e59c;
}
header .navbar-nav .nav-item .nav-link:hover::after {
  width: 100%;
  transition: width 0.3;
}
header .navbar-nav .nav-item .nav-link::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #61e59c;
  transition: width 0.3s;
}

.sticky {
  position: fixed;
  background-color: white;
  box-shadow: 10px -27px 26px 8px black;
}

@media screen and (max-width: 767px) {
  header {
    background-color: white;
  }
  header .d_logo {
    width: 230px;
  }
}
footer {
  background-color: #f9fafb;
  border-bottom: 1px solid #f8f8f8;
  background-image: url("../images/backgrounds/footer.png");
  background-repeat: no-repeat;
}
footer .Quick .logo-dark {
  padding-top: 45%;
  padding-right: 20px;
}
footer .Quick h4 {
  color: #61e59c;
  font-weight: bold;
  font-size: 20px;
  padding: 50px 0px 30px 0px;
}
footer .Quick ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .Quick ul li {
  font-family: "Open Sans", sans-serif;
}
footer .Quick ul li:hover a {
  color: #61e59c;
}
footer .Quick ul li:hover a::after {
  width: 15%;
  transition: width 0.3;
}
footer .Quick ul li:hover a i {
  background-color: #4545a5;
  color: white;
}
footer .Quick ul li a {
  text-decoration: none;
  color: #191824;
  line-height: 42px;
  font-size: 16px;
}
footer .Quick ul li a i {
  width: 30px;
  height: 50px;
  font-size: 20px;
  font: bold;
  padding: 10px;
  background-color: gainsboro;
}
footer .Quick ul li a::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #61e59c;
  transition: width 0.3s;
}

.Right {
  background-color: #f9fafb;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 2rem;
  }
  footer .Quick .logo-dark {
    padding-top: 1%;
    padding-right: 0px;
  }
}
.home-img {
  background-image: url("../images/backgrounds/top-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0px;
}

.baner-text {
  padding-top: 160px;
}
.baner-text h1 {
  font-weight: bold;
  font-size: 45px;
  color: #61e59c;
}
.baner-text p {
  padding: 10px 0px;
}

@media screen and (max-width: 767px) {
  section {
    padding: 2rem;
  }

  .home-img {
    padding: 65px 0px;
  }
  .home-img .dr-img {
    padding: 2rem;
  }

  .baner-text {
    padding-top: 1px;
    padding: 2rem;
  }
  .baner-text h1 {
    font-size: 35px;
  }
  .baner-text p {
    padding: 5px 0px;
  }
  .baner-text .button {
    margin-bottom: 0;
    margin-top: 15px;
  }
}
.member {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.member h4 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0px;
}

.about-him {
  padding-top: 52px;
}
.about-him h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: 0px;
  font-family: "Open Sans", sans-serif;
}
.about-him h2 span {
  color: #61e59c;
}
.about-him p {
  padding: 10px 0px;
}

.gallery {
  text-align: center;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
.gallery h2 {
  margin: 60px 0px 15px 0px;
  font-size: 42px;
  line-height: 42px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.gallery p {
  background-color: #f8f8f8;
  padding: 20px;
  font-size: 14px;
}

.hobbies {
  background-image: url("../images/backgrounds/firm2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hobbies .hobbies-img {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.hobbies .hobbies-img h4 {
  font-family: "Open Sans", sans-serif;
  padding: 30px 0px;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0px;
}
.hobbies .hobbies-img .img-wrap {
  overflow: hidden;
}
.hobbies .hobbies-img .img-wrap img:hover {
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
}
.hobbies h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 42px;
  line-height: 42px;
  font-weight: bold;
}
.hobbies .arrow-style {
  font-size: 30px;
  padding: 25px;
  color: white;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.hobbies .arrow-style i {
  margin: -22px -9px;
}

.home-img {
  background-image: url("../images/backgrounds/top-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0px;
}

.baner-text {
  padding-top: 160px;
}
.baner-text h1 {
  font-weight: bold;
  font-size: 45px;
  color: #61e59c;
}
.baner-text p {
  padding: 10px 0px;
}

@media screen and (max-width: 767px) {
  section {
    padding: 2rem;
  }

  .home-img {
    padding: 65px 0px;
  }
  .home-img .dr-img {
    padding: 2rem;
  }

  .baner-text {
    padding-top: 1px;
    padding: 2rem;
  }
  .baner-text h1 {
    font-size: 35px;
  }
  .baner-text p {
    padding: 5px 0px;
  }
  .baner-text .button {
    margin-bottom: 0;
    margin-top: 15px;
  }
}
.page-header {
  background-image: url("../images/backgrounds/education.png");
  min-height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.page-header h1 {
  font-size: 50px;
  font-weight: bold;
}
.page-header h1 span {
  color: #61e59c;
}
.page-header p {
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.detail {
  padding-top: 20%;
  font-family: "Open Sans", sans-serif;
}
.detail h2 {
  font-size: 30px;
  font-weight: bold;
}

.university {
  font-family: "Open Sans", sans-serif;
  padding-top: 25px;
}
.university h2 {
  font-size: 30px;
  font-weight: bold;
}

.icon-box {
  display: flex;
}
.icon-box .icon img {
  width: 60px;
}
.icon-box .box-detail {
  padding-left: 30px;
  font-family: "Open Sans", sans-serif;
}
.icon-box .box-detail h3 {
  font-size: 21px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .page-header p {
    font-size: 15px;
  }
}
.details {
  padding: 50px 0px;
}
.details h4 {
  font-size: larger;
  font-weight: bold;
}
.details ul {
  line-height: 40px;
}

.c-icon-box {
  display: flex;
}
.c-icon-box .icon {
  flex-basis: 20%;
  padding-right: 1rem;
}

.contact-box {
  display: flex;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  border-radius: 0.4rem;
  min-height: 150px;
}
.contact-box .icon {
  padding-right: 1rem;
}
.contact-box .icon span {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #61e59c;
  color: #FFF;
  font-size: 2.4rem;
  border-radius: 50%;
}

.map iframe {
  border-radius: 0.5rem;
}

.button {
  display: inline-block;
  vertical-align: middle;
  border: none;
  text-align: center;
  transition: all 0.4s ease-in-out;
  border: 1px solid transparent;
  font-size: 1rem;
  font-weight: 600;
  padding: 10px 35px;
  border-radius: 50px;
}
.button.hover-on-dark:hover {
  color: #FFF;
  border-color: #FFF;
}

.button-long {
  min-width: 130px;
}

.button-dark {
  background-color: #191824;
  color: #FFF;
}
.button-dark:hover {
  background-color: transparent;
  border-color: #191824;
  color: #191824;
}

.button-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 0.6rem 0.6rem 1.3rem;
  white-space: nowrap;
}
.button-icon span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.button-icon.icon-right span {
  margin-left: 0.8rem;
}
.button-icon.icon-left {
  flex-direction: row-reverse;
  justify-content: center;
  padding: 0.6rem 1rem 0.6rem 1rem;
}
.button-icon.icon-left span,
.button-icon.icon-left i {
  margin-left: 0;
  margin-right: 0.4rem;
}
.button-icon.button-dark span {
  background-color: #61e59c;
  color: #191824;
}

.button-white {
  background-color: #edeaea;
  box-shadow: 0 3px 20px #0000000b;
  color: #000;
}
.button-white:hover {
  background-color: #ffffff;
}

.button-green {
  background-color: #61e59c;
  color: #FFFFFF;
  border-radius: 50%;
  background: #61e59c;
  border: 1px solid transparent;
  border-radius: 52px;
}
.button-green:hover {
  background-color: transparent;
  border-color: #61e59c;
  color: #61e59c;
}

.button-red {
  background-color: #E21213;
  color: #FFFFFF;
  border-radius: 50%;
  background: #E21213;
  border: 1px solid transparent;
  border-radius: 52px;
}
.button-red:hover {
  background-color: transparent;
  border-color: #E21213;
  color: #E21213;
}

.button-blue {
  background-color: #165397;
  color: #FFFFFF;
  border-radius: 50%;
  background: #165397;
  border: 1px solid transparent;
  border-radius: 52px;
}
.button-blue:hover {
  background-color: transparent;
  border-color: #165397;
  color: #165397;
}

.button-pink {
  background-color: #61e59c;
  color: #FFFFFF;
  border-radius: 50%;
  background: #61e59c;
  border: 1px solid transparent;
  border-radius: 52px;
}
.button-pink:hover {
  background-color: transparent;
  border-color: #61e59c;
  color: #61e59c;
}

.button-darkgreen {
  background-color: #35C5BE;
  color: #FFFFFF;
  border-radius: 50%;
  background: #35C5BE;
  border: 1px solid transparent;
  border-radius: 52px;
}
.button-darkgreen:hover {
  background-color: transparent;
  border-color: #35C5BE;
  color: #35C5BE;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.button-purple {
  background-color: #7F56D9;
  color: #FFF;
  font-weight: bold;
  border: 1px solid transparent;
}
.button-purple:hover {
  background-color: transparent;
  border-color: #7F56D9;
  color: #7F56D9;
  opacity: 1;
}

.button-primary {
  background-color: #61e59c;
  color: #FFF;
  font-weight: bold;
}
.button-primary:hover {
  background-color: transparent;
  border-color: #61e59c;
  color: #61e59c;
  opacity: 1;
}

.button-outline-secondary {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.button-outline-secondary:hover {
  color: #FFF;
  background-color: #FFFFFF;
}

.button-outline-primary {
  border-color: #61e59c;
  color: #61e59c;
  background-color: transparent;
}
.button-outline-primary:hover {
  color: #FFF;
  background-color: #61e59c;
}

.button-fb {
  background-color: #3C5A9A;
  color: #FFF;
  font-weight: bold;
}
.button-fb:hover {
  background-color: transparent;
  border-color: #3C5A9A;
  color: #3C5A9A;
  opacity: 1;
}

.button-success {
  background-color: #61e59c;
  color: #FFF;
}
.button-success:hover {
  color: #FFF;
  opacity: 0.8;
}

.button-danger {
  background-color: #E21213;
  color: #FFF;
}
.button-danger:hover {
  color: #FFF;
  opacity: 0.8;
}

.button-round {
  border-radius: 0.4rem;
}

.button-block {
  width: 100%;
  display: block;
}

.button-outline-gray {
  background-color: #F5F5F5;
  border: 1px solid #707070;
  color: #292724;
  font-weight: bold;
}
.button-outline-gray:hover {
  color: #292724;
  background-color: #FFF;
}

.button-large-icon {
  display: flex;
  flex-direction: column;
  line-height: 3rem;
}
.button-large-icon .icon {
  font-size: 3rem;
}
.button-large-icon .label {
  font-size: 1.5rem;
}

.details ul li {
  line-height: 22px;
  margin-bottom: 14px;
}

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