@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Raleway:wght@400;500;600;700;800&display=swap");
.animated-effect, .contact, .vision, .main, header.page-header .navbar .navbar-nav .nav-item .nav-link {
  transition: 0.1s ease all;
}

.animated-long-effect {
  transition: 0.25s ease all;
}

.active-effect, .btn.btn-link:active, .btn.btn-outline-dark:active, .btn.btn-outline-light:active, .btn.btn-outline-primary:active, .btn.btn-dark:active, .btn.btn-light:active, .btn.btn-primary:active {
  transform-origin: center;
  transform: scale(0.975);
}

.disable-selection {
  user-select: none;
}

.disable-clicks {
  pointer-events: none;
}

.text-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html, body {
  font-family: "Raleway", sans-serif;
  position: relative;
  scroll-behavior: smooth;
}

@media (min-width: 1920px) {
  .container {
    max-width: 980px;
  }
}
@media (min-width: 1200px) and (max-width: 1919.9px) {
  .container {
    max-width: 980px;
  }
}
header.page-header {
  padding: 0.5rem;
}
header.page-header .navbar-brand img {
  width: 6rem;
}
header.page-header .navbar {
  padding: 1rem;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link {
  color: #000;
  font-weight: 700;
  font-size: 0.8em;
  margin-left: 1rem;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:hover, header.page-header .navbar .navbar-nav .nav-item .nav-link:focus {
  color: #a6a6a6;
  cursor: pointer;
}
header.page-header .navbar .navbar-toggler {
  border: none;
}
header.page-header .navbar .navbar-toggler:focus {
  box-shadow: none;
}

.animated-effect, .contact, .vision, .main, header.page-header .navbar .navbar-nav .nav-item .nav-link {
  transition: 0.1s ease all;
}

.animated-long-effect {
  transition: 0.25s ease all;
}

.active-effect, .btn.btn-link:active, .btn.btn-outline-dark:active, .btn.btn-outline-light:active, .btn.btn-outline-primary:active, .btn.btn-dark:active, .btn.btn-light:active, .btn.btn-primary:active {
  transform-origin: center;
  transform: scale(0.975);
}

.disable-selection {
  user-select: none;
}

.disable-clicks {
  pointer-events: none;
}

.text-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

footer.page-footer {
  padding: 1rem 0;
}
footer.page-footer h3 {
  font-weight: bold;
}
footer.page-footer a {
  text-decoration: none;
  color: #000;
  font-size: 0.85rem;
}
footer.page-footer p {
  font-size: 0.9rem;
  padding: 1.5rem 0 1rem 0;
  text-align: center;
}
@media (max-width: 767.9px) {
  footer.page-footer {
    text-align: center;
  }
}
footer.page-footer .social-links li a img {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
}
.btn {
  font-weight: 700;
  border-radius: 0.25rem;
}
.btn.btn-primary {
  margin-top: 1rem;
  background: none;
  border: none;
  border-color: unset;
  border-radius: 0;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #ccc;
  border: none;
  border-color: #1a1a1a;
}
.btn.btn-primary:active {
  background: rgba(211, 211, 211, 0.4);
  border: none;
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #1f1f1f;
}
.btn.btn-dark {
  background: #1f1f1f;
  border-color: #1f1f1f;
  color: #1f1f1f;
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
  background: #222;
  border-color: #222;
  color: #fff;
}
.btn.btn-dark:active {
  background: #444;
  border-color: #444;
  color: #fff;
}
.btn.btn-outline-primary {
  border-color: #000;
  color: #000;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #000;
  border-color: #000;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: #2e2e2e;
  border-color: #2e2e2e;
  color: #fff;
}
.btn.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus {
  background: #fff;
  border-color: #fff;
  color: #1f1f1f;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.btn.btn-outline-dark {
  border-color: #1f1f1f;
  color: #1f1f1f;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #1f1f1f;
  border-color: #1f1f1f;
  color: #fff;
}
.btn.btn-outline-dark:active {
  background: #333;
  border-color: #333;
  color: #fff;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:not(:disabled):not(.disabled):active {
  background: transparent;
  border: transparent;
  box-shadow: none;
  color: #262626;
}
.animated-effect, .contact, .vision, .main, header.page-header .navbar .navbar-nav .nav-item .nav-link {
  transition: 0.1s ease all;
}

.animated-long-effect {
  transition: 0.25s ease all;
}

.active-effect, .btn.btn-primary:active, .btn.btn-light:active, .btn.btn-dark:active, .btn.btn-outline-primary:active, .btn.btn-outline-light:active, .btn.btn-outline-dark:active, .btn.btn-link:active {
  transform-origin: center;
  transform: scale(0.975);
}

.disable-selection {
  user-select: none;
}

.disable-clicks {
  pointer-events: none;
}

.text-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.form-label {
  font-size: 0.8rem;
  margin-bottom: 0;
  font-weight: 600;
}

.form-control {
  height: auto;
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #fff;
  font-size: 0.9rem;
  font-style: italic;
  color: #fff !important;
}
.form-control:focus {
  border: none;
  background: none;
  border-bottom: 2px solid #1a2df3;
  box-shadow: none;
}

textarea {
  margin-top: 0.5rem;
}
@media (max-width: 767.9px) {
  textarea {
    max-height: 100px;
  }
}

.main {
  padding: 6rem 0 5rem 0;
  background: url("../img/bg.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 767.9px) {
  .main {
    padding: 6rem 1rem 5rem 1rem;
  }
}
.main h1 {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 400;
}
.main h1 span {
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .main h1 {
    margin: 0;
  }
}
.main img {
  margin-top: 10rem;
  margin-bottom: 12rem;
  width: 450px;
  object-fit: cover;
}
@media (max-width: 767.9px) {
  .main img {
    width: 15rem;
    margin-top: 5rem;
    margin-bottom: 7rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main img {
    width: 20rem;
    margin-top: 7rem;
    margin-bottom: 9rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main img {
    width: 20rem;
    margin-top: 7rem;
    margin-bottom: 9rem;
  }
}

.specialty {
  position: relative;
}
.specialty:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc((100% - 980px)/2 + 12px);
  overflow: hidden;
  height: 100%;
  background: rgba(211, 211, 211, 0.4);
}
@media (max-width: 767.9px) {
  .specialty:before {
    width: 100%;
    height: 11rem;
    z-index: -1;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .specialty:before {
    width: calc((100% - 720px)/2 + 12px);
    height: 100%;
    z-index: -1;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .specialty:before {
    width: calc((100% - 960px)/2 + 12px);
    height: 100%;
    z-index: -1;
  }
}
.specialty h1 {
  font-size: 2.5rem;
  font-weight: 300;
}
.specialty h1 span {
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .specialty h1 {
    font-size: 2rem;
  }
}
.specialty .side-box {
  background: rgba(211, 211, 211, 0.4);
  height: 100%;
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .specialty .side-box {
    padding: 2rem 1rem;
    background: transparent;
  }
}
.specialty .content-box {
  padding: 5rem 0 3rem 0;
}
.specialty .content-box li {
  font-family: "Open Sans", sans-serif;
  list-style: circle;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
  padding-right: 3rem;
}
.specialty .content-box li h5 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.specialty .content-box li p {
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 500;
}
@media (max-width: 767.9px) {
  .specialty .content-box {
    padding: 3rem 1rem;
  }
}

.vision {
  padding: 5rem 0;
  background: url("../img/bg1.jpg") center no-repeat;
  background-size: cover;
  color: #fff;
}
@media (max-width: 767.9px) {
  .vision {
    padding: 3rem 0;
  }
}
.vision .text {
  width: 20rem;
  margin: auto;
  text-align: justify;
}
@media (max-width: 767.9px) {
  .vision .text {
    padding: 2rem;
    width: auto;
  }
}
.vision h1 {
  text-align: center;
}
.vision hr {
  width: 50%;
  height: 0.1rem;
  color: #fff;
  opacity: 1;
  margin: 3rem auto;
  font-weight: bold;
}
.vision p {
  font-size: 0.9rem;
}

.team {
  padding: 5rem 0;
}
.team h1 {
  margin-bottom: 5rem;
  font-weight: 400;
}
.team img {
  width: 12rem;
  margin-bottom: 2rem;
}
.team h5, .team h6 {
  font-family: "Open Sans", sans-serif;
}
.team p {
  font-family: "Open Sans", sans-serif;
  font-size: 0.8rem;
}
.team .team-member {
  border-bottom: 1px solid #000;
}
@media (max-width: 767.9px) {
  .team .team-member {
    border-bottom: none;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.9px) {
  .team {
    padding-bottom: 3rem;
  }
}

.contact {
  padding: 5rem 0;
  background: url("../img/bg2.jpg") center no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}
@media (max-width: 767.9px) {
  .contact {
    padding: 3rem 1rem;
  }
}
.contact:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.contact .container {
  position: relative;
  z-index: 1;
}
.contact h1 {
  font-size: 2.5rem;
  font-weight: 300;
  margin: 0;
}
.contact h1 span {
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .contact h1:last-of-type {
    margin-bottom: 3rem;
  }
}
.contact h5 {
  margin-bottom: 2rem;
}
@media (max-width: 767.9px) {
  .contact h5 {
    margin-bottom: 1rem;
  }
}
.contact .contact-section {
  margin-bottom: 2rem;
}
.contact .contact-section p {
  margin: 0;
}
.contact .contact-section a {
  text-decoration: none;
  color: #fff;
}
.contact .contact-section b a {
  text-decoration: underline;
}
@media (max-width: 767.9px) {
  .contact .contact-section {
    margin-bottom: 1rem;
  }
}
.contact .contact-form .item {
  margin-bottom: 0.5rem;
  color: #fff;
}
.contact .contact-form button {
  width: 100%;
}

.scroll {
  padding: 1rem 0;
  background: #000;
  color: #fff;
}
.scroll h5 {
  font-weight: 300;
  font-size: 1rem;
}
.scroll img {
  width: 30px;
  margin-bottom: 0.25rem;
  opacity: 0.7;
}
.scroll .move:hover {
  cursor: pointer;
}

.content {
  background: #eaf4f6;
  height: 100%;
  padding: 7rem 0 5rem 0;
  color: #00305b;
}
.content h1 {
  font-weight: 400;
  margin-bottom: 2rem;
}
.content h5 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.content p, .content li, .content a {
  font-family: "Open Sans", sans-serif;
}
.content a {
  color: #00305b;
}

.blue {
  background: #eaf4f6;
}

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