@import url("https://fonts.googleapis.com/css2?family=Poppins&family=Roboto&display=swap");
* {
  font-family: 'Poppins', sans-serif;
}

html {
  scroll-behavior: smooth !important;
}

.navbar {
  background-color: #212529;
}

.navbar .nav-item .nav-link {
  color: #fafafa;
}

header .container {
  position: relative;
  z-index: 2;
}

/*header .overlay {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  height: 75%;*/
/*  width: 100%;*/
/*  background-color: black;*/
/*  opacity: 0.5;*/
/*  z-index: 1;*/
/*}*/

header .navbar {
  position: absolute;
  width: 100%;
  z-index: 3;
}

.jumbotron {
  position: relative;
  padding: 10rem 2rem 0 2rem;
}

header {
  background-image: url("../../assets/images/forest.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 75vh;
  min-height: 20rem;
}

h2 {
  letter-spacing: -.03em;
  font-size: calc(1.325rem + .9vw);
  font-weight: 700 !important;
}

.contact {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  background-color: rgba(0, 0, 0, 0.03) !important;
}

.form-label {
  color: #101729;
}

.card .card-body .submit {
  font-size: .875rem !important;
  background-color: #3b82f6 !important;
  padding: .85rem 1.5rem !important;
}

.card .card-body .text-muted {
  font-size: .8rem;
}

.card-title {
  font-size: 1.25rem;
  font-weight: 600 !important;
}

.text-center h2 {
  font-size: 1.5rem !important;
}

.text-center .text-muted {
  color: #869ab8 !important;
  font-size: 1.0625rem !important;
  margin-bottom: 2rem !important;
}

.location {
  padding-bottom: 1.75rem !important;
  padding-top: 1.75rem !important;
}

.location .card, .location .card .card-header {
  border: 0 !important;
}

.location {
  padding-bottom: 1.75rem !important;
  padding-top: 1.75rem !important;
}

.location .card:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.location .card .card-body {
  font-weight: 600 !important;
}

.location .card .card-header, .location .card .card-body {
  background-color: #f9fbff !important;
}

.location-btn {
  padding: .85rem 1.5rem;
}

.iconbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  vertical-align: middle;
  width: 4rem;
  height: 4rem;
  background-color: #bef7b9 !important;
  color: #01245e !important;
  border-radius: 50% !important;
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.map {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.footer {
  background-color: #c25929 !important;
  color: white !important;
  padding: 2rem !important;
}

.footer-item {
  list-style: none !important;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.85;
}

.footer-item:hover {
  color: black !important;
  cursor: pointer !important;
}

.footer-list {
  -webkit-padding-start: 0% !important;
          padding-inline-start: 0% !important;
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

/*********** Scroll Top ***********/
#myBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: #5D8220;
  /* Set a background color */
  color: #fafafa;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 10px;
  /* Some padding */
  border-radius: 10px;
  /* Rounded corners */
  font-size: 18px;
  /* Increase font size */
}

@media screen and (min-width: 1200px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .nav-link {
    color: #fff;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
  .navbar .nav-item:hover .dropdown-menu1 {
    display: none;
  }
  .navbar .dropend:hover .dropdown-menu1 {
    display: block;
  }
  .navbar .nav-item .dropdown-menu, .drop {
    font-size: .9rem !important;
  }
  .dropdown-menu1 {
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    -webkit-transform: translate(110px, 0px);
            transform: translate(110px, 0px);
    left: 15%;
    z-index: 2;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: .9rem !important;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem;
  }
  .navbar {
    background-color: transparent !important;
  }
  .navbar-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .navbar-nav .nav-item .nav-link {
    color: white !important;
    font-size: .9rem !important;
    font-weight: lighter;
  }
  .jumbotron {
    position: relative;
    padding: 15rem 2rem 0 2rem !important;
  }
  .contact .container .card {
    width: 40rem !important;
    border: 0 !important;
  }
}
/*# sourceMappingURL=contact.css.map */