.no-scroll {
  overflow: hidden;
}

.navbar-right {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.navbar {
  position: absolute !important;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  transition: transform .3s ease-out, background-color .3s ease-out;
  transition: transform .3s ease-out, background-color .3s ease-out, -webkit-transform .3s ease-out;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 56px;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}

.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.navbar>.container, .navbar>.container-fluid {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer !important;
}

.navbar-light .navbar-toggler, .navbar-stick-light.stick .navbar-toggler {
    color:#fff !important;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

.navbar-toggler {
    margin-right: 1rem !important;
    border: none !important;
    font-size: 2rem !important;
  display: inline-block !important;
    padding: .25rem .75rem !important;
    line-height: 1 !important;
    background-color: transparent !important;
    border-radius: .25rem !important;
    top: 50%;
    position: relative;
    transform: translate(0,-50%);
}

button {
  text-transform: none;
  overflow: visible;
margin: 0;
font-family: inherit;
}

.navbar-brand {
    display: -webkit-inline-box;
    display: none;
    -webkit-box-align: center;
    align-items: center;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1rem;
    font-size: 1.0625rem;
    line-height: inherit;
    white-space: nowrap;
}

#main_nav .navbar a {
    transition: .2s linear;
    text-decoration: none;
    background-color: transparent;
    color: #333333;
    text-overflow: inherit !important;
    font-weight: 700;  
    font-size: 1.3rem;
    min-width: 200px;
    padding: 10px 0;
    overflow: auto;
}



.navbar-expand-lg .navbar-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 300px;
    position: fixed;
    top: 0;
    right: -300px;
    bottom: 0;
    padding: 20px;
    margin-top: -10px;
    margin-bottom: -10px;
    background-color: #fff;
    height: 101vh;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    z-index: 1002;
}

.navbar-mobile {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}

.navbar-mobile .nav ul li:last-child {
  text-align: center;
  border-radius: 10px;
  border: 2px solid #333333;
  transition: .2s linear;
  padding-top: 2px;
  padding-bottom: 0;
  margin-top: 25px;
}

.navbar-mobile .nav ul li:last-child:hover {
  background-color: #00aeef;
  color: white !important;
  border: 2px solid #00aeef;
  margin-top: 25px;
}

.navbar-mobile .nav ul li:last-child a:hover {
  background-color: #00aeef;
  color: white !important;
}

.navbar-light .navbar-divider, .navbar-stick-light.stick .navbar-divider {
    background-color: rgba(255,255,255,0.65);
}

.navbar-expand-lg .nav-navbar div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
}

.navbar-expand-lg .navbar-mobile>* {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-navbar div {
    position: relative;
}

.nav div {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav ul {
    list-style: none;
  text-align: left;
}

.nav ul li a:hover {
 color: #00aeef !important;
}

.navbar-open .navbar-mobile {
    right: 0 !important;
    -webkit-box-shadow: -2px 0 9px rgba(0,0,0,0.05);
    box-shadow: -2px 0 9px rgba(0,0,0,0.05);
}

.nav-navbar div .nav-item {
    position: relative;
}

.backdrop-navbar {
    background-color: rgba(0,0,0,0.7);
    z-index: 1001;
}
.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    cursor: pointer;
}

.nav ul li {
    min-height: inherit;
    line-height: inherit;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    width: 100%;
}

@media only screen and (min-width: 1200px) {
  #navbar_container {
    max-width: 1550px;
  }
}

@media only screen and (max-width: 1200px) {
  #navbar_container {
    max-width: 1200px;
  }
}

#navbar_container ul {
      font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    padding: 15px 15px;
    letter-spacing: 1px;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    webkit-transition: color .1s 0s ease-in-out;
    -moz-transition: color .1s 0s ease-in-out;
    -ms-transition: color .1s 0s ease-in-out;
    -o-transition: color .1s 0s ease-in-out;
    transition: color .1s 0s ease-in-out;
  width: 100%;
}

.body-scrolled[data-navbar="sticky"] {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.header-scrolled[data-navbar="sticky"] {
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background-color: rgba(0,0,0,.9);
    -webkit-box-shadow: 0 1px 9px rgba(0,0,0,0.05);
    box-shadow: 0 1px 9px rgba(0,0,0,0.05);
}

.navbar-scrolled[data-navbar="sticky"] {
    position: fixed !important;
}

.cta_button.navbar-cta {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 700;
    transition: .3s linear;
    text-decoration: none;
    color: #fff !important;
    padding: 0.7rem 2.5rem;
    border: 1px solid #fff;
    border-radius: 7px;
}

.cta_button.navbar-cta:hover {
  background-color: #00aeef;
  text-decoration: none;
  color: #fff !important;
  border: 1px solid #00aeef;
  transition: .3s linear;
}

@media only screen and (max-width: 768px) {
  .cta_button.navbar-cta {
    display: none;
  }
}