@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap");
body {
  font-family: 'Montserrat', sans-serif; }

.bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700 !important; }

.black {
  font-family: 'Montserrat', sans-serif; }

.upper {
  text-transform: uppercase; }

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.pt-50 {
  padding-top: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.pt-100 {
  padding-top: 100px; }

.pb-100 {
  padding-bottom: 100px; }

.btn-outline-primary {
  border-color: #fdad34 !important; }
  .btn-outline-primary:hover {
    background: #fdad34 !important; }

.b-0 {
  border: none !important; }

.btn-primary {
  background: #fdad34 !important;
  border: unset !important; }

a {
  text-decoration: none !important; }

.text-primary {
  color: #fdad34 !important; }

.loader {
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  width: 100%;
  height: 100vh;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .loader img {
    max-width: 350px; }

html {
  scroll-behavior: smooth; }

nav {
  background: #fdad34; }
  nav .light {
    font-weight: 400 !important;
    font-size: .8em; }
  nav .container-fluid {
    height: 120px;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    nav .container-fluid div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #fdad34;
      font-weight: 700; }
      nav .container-fluid div a {
        color: #fdad34; }
      nav .container-fluid div .material-icons {
        font-size: 2.5em;
        color: #fdad34; }
      nav .container-fluid div#nav_logo_div img {
        height: 110px; }
      nav .container-fluid div #facebook {
        width: 40px; }
  nav .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: 60px; }
    nav .container img {
      max-height: 60px; }
    nav .container ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0;
      list-style: none; }
      nav .container ul li {
        margin-right: 45px; }
        nav .container ul li a {
          color: white;
          font-weight: 700; }
        nav .container ul li .btn-outline-primary {
          border-color: white !important;
          color: white !important; }
          nav .container ul li .btn-outline-primary:hover {
            background: transparent !important; }

#header {
  height: 55vh;
  background-image: url(../img/header_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right; }

#about img {
  border-radius: 15px; }

#faq .card {
  margin-bottom: 2px !important;
  border: none !important; }
  #faq .card .card-link {
    color: #fdad34 !important; }
  #faq .card .card-header {
    cursor: pointer; }

#app_links_container {
  border-top: 3px solid #fdad34; }
  #app_links_container img {
    cursor: pointer; }

#contact {
  background: #f3f3f3; }
  #contact .material-icons {
    color: #fdad34 !important; }
  #contact a {
    display: block;
    margin-bottom: 10px;
    color: #fdad34 !important; }
  #contact #form label {
    font-weight: 700 !important;
    position: relative;
    top: 6px;
    font-size: .8em; }
  #contact #form .form-group {
    margin-bottom: 5px !important; }
    #contact #form .form-group .form-control {
      border-radius: 0 !important; }
      #contact #form .form-group .form-control:focus {
        -webkit-box-shadow: unset !important;
                box-shadow: unset !important;
        border: 1px solid #fdad34 !important; }

#whatsapp {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 50px; }

a.nav-link {
  color: #fdad34 !important; }
  a.nav-link.active {
    background: #fdad34 !important;
    color: white !important; }

@media only screen and (max-width: 768px) {
  nav {
    background: #fdad34; }
    nav .container-fluid {
      display: none !important; }
    nav .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }

  #nav_items {
    display: none; }

  #toggle {
    cursor: pointer;
    background: white;
    padding: 8px;
    border-radius: 4px;
    color: #fdad34; }

  #mobile_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
    width: 100%;
    height: 100%;
    background: #fdad34;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
    #mobile_nav.active {
      -webkit-transform: translate(0);
              transform: translate(0); }
    #mobile_nav .material-icons {
      color: white !important; }
    #mobile_nav ul {
      list-style: none;
      text-align: center;
      margin-left: 0;
      margin-left: -35px !important; }
      #mobile_nav ul a {
        color: white;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
        padding: 20px; }
    #mobile_nav .inner {
      position: relative;
      height: 100%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #mobile_nav .inner .btn-outline-primary {
        border: 1px solid white !important;
        margin-top: 30px; }
    #mobile_nav #mobile_closer {
      position: absolute;
      top: 45px;
      left: 50%; }

  #mobile-nav-info .top {
    background-color: #e8e8e8;
    padding: 18px; }
    #mobile-nav-info .top .item {
      padding: 5px;
      font-size: .9em;
      color: #404040;
      text-align: center; }
      #mobile-nav-info .top .item i {
        font-size: 1.2em; }
  #mobile-nav-info .center {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #mobile-nav-info .center img {
      max-width: 120px; }
  #mobile-nav-info hr {
    margin: 0;
    width: 90%;
    position: relative;
    left: 5%; }
  #mobile-nav-info .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .85em;
    padding: 15px; }
    #mobile-nav-info .bottom .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #mobile-nav-info .bottom .item i {
        color: #fdad34;
        font-size: 2em;
        margin-right: 10px; }
      #mobile-nav-info .bottom .item span {
        display: inline-block; }
  #mobile-nav-info a {
    color: #404040;
    text-decoration: none; }

  #slider {
    display: none; }

  #sign_up_btn {
    margin-bottom: 10px; }

  #contact .col-md-5,
  #contact .col-md-3 {
    margin-top: 50px; }

  #contact .col-md-4 hr,
  #contact .col-md-5 hr,
  #contact .col-md-3 hr {
    margin-bottom: 5px !important;
    margin-top: 5px !important; } }
@media only screen and (min-width: 769px) {
  #toggle,
  #mobile_nav,
  #mobile_slider,
  #mobile-nav-info {
    display: none; } }
