@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400..600&display=swap');
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.container{
  max-width: 1050px;
}

.nopadding {
  padding: 0;
}

a {
    outline: 0 !important;
    text-decoration: none !important;
    color: #000 !important;
    font-weight: 400 !important;
}
a:hover {
    color: #8DD1FC!important;
    opacity: 0.7;
}
::selection {
    background: #000;
    /* WebKit/Blink Browsers */
    color: #fff;
}
::-moz-selection {
    background: #000;
    /* Gecko Browsers */
    color: #fff;
}
p {
    margin: 0 !important;
    line-height: 1.4;
}
p+p {
    margin-top: 10px !important;
}
ul li a {
    margin-bottom: -5px !important;
}
ul .children a {
    font-weight: 400 !important;
    margin-bottom: 30px !important;
}
ul .children {
    margin-bottom: 10px !important;
}
ul .children li {
    margin-left: -20px !important;
}
.spacer {
    margin-top: 15px !important;
}
.spacerS {
    margin-top: 30px !important;
}
.spacerM {
    margin-top: 60px !important;
}
.spacerMM {
    margin-top: 75px !important;
}
.spacerL {
    margin-top: 100px;
}
.spacerLL {
    margin-top: 150px;
}
.spacerXL {
    margin-top: 200px;
}

.mainBG {
    position: absolute;
    top: 0;
    left: 0;
}


.navlink a{
    font-size: 14px;
    padding-left: 5px !important;
    padding-right: 5px !important;

}
.menu-bar {
    border-top: 1px solid #8DD1FC;
    border-bottom: 1px solid #8DD1FC;
    display: flex !important;
    justify-content:space-evenly !important;
}
.menu-bar li {
  list-style: none;
  display:inline-block;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 10px;
  padding-bottom: 15px;

}
.menu-bar li a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 16px;
}
.menu li a:hover {
   color: #000;
   opacity: 1;
   font-size: 26px;
}

.active a {
    color: #8DD1FC !important;
    text-decoration:underline !important;
}

.footerBar {
   position: fixed;
   width: 100%;
   bottom: 0;
   background-color: #213A84;
   padding-top:10px;
   padding-bottom:10px;
}

/* Custom styles for the burger menu */
.navbar-inverse {
    background-color:#fff;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
 background-color: #213A84;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: unset;
}
.navbar-inverse .navbar-nav > li > a {
    font-size: 16px;
}
.navbarmob .navbar-toggle {
    border: none;
    background-color: #213A84;
    margin-top: 10px;
    float: unset;
}
.navbarmob .navbar-collapse {
    border-top: none;
}
.navbarmob .navbar-collapse.in {
    overflow-y: auto;
    max-height: 50vh; /* Max height for the expanded menu */
}
.navbarmob .navbar-nav {
    display: block;
    text-align: center;
}
.navbarmob .navbar-nav > li {
    display: block;
    margin-top: 10px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.navbarmob .navbar-nav > li > a {
    color: #fff;
}
input, textarea {
    font-size: 16px !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}
input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

