/****************************************** navbar ******************************************/

.navigation_checkbox {
  display: none; }

.navigation_button {
  background-color: #B4E1FA;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: fixed;
  top: 4rem;
  right: 4.4rem;
  z-index: 2000;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  text-align: center; 
  cursor: pointer; }
  @media (max-width: 56.25em) {
    .navigation_button {
      height: 40px;
      width: 40px;
      top: 4rem;
      right: 4rem; } }
  @media (max-width: 37.5em) {
    .navigation_button {
      height: 40px;
      width: 40px;
      top: 3rem;
      right: 3rem; } }

.navigation_background {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  position: fixed;
  top: 4.1rem;
  right: 4.4rem;
  background-image: radial-gradient(#007cba, #0274be);
  z-index: 1000;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1); 
}
  @media (max-width: 56.25em) {
    .navigation_background {
      height: 38px;
      width: 38px;
      top: 4.1rem;
      right: 4.1rem; } }
  @media (max-width: 37.5em) {
    .navigation_background {
      height: 38px;
      width: 38px;
      top: 3.2rem;
      right: 3.1rem; } }

.navigation_nav {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
  opacity: 0;
  width: 0;
  transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55); 
}

.navigation_list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  width: 100%; 
  padding: 0;
}

.navigation_item {
  margin: 1rem;
  overflow: hidden;
}

.navigation_link:link, .navigation_link:visited {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 3rem;
  padding: 1rem 2rem;
  background-size: 220%;
  background-image: linear-gradient(100deg, transparent 0%, transparent 50%, #fff 50%);
  transition: all .4s; }
  .navigation_link:link span, .navigation_link:visited span {
    display: inline-block;
    margin-right: 1.5rem; }

.navigation_link:hover, .navigation_link:active {
  transform: translateX(1rem);
  color: #0274be;
  background-position: 100%; 
}
@media (max-width: 992px) {
 .navigation_link:link, .navigation_link:visited{
      font-size: 3rem;
    } }
  @media (max-width: 425px) {
   .navigation_link:link, .navigation_link:visited  {
     font-size: 2.5rem; }}
.navigation_checkbox:checked ~ .navigation_background {
  transform: scale(80); }

.navigation_checkbox:checked ~ .navigation_nav {
  opacity: 1;
  width: 100%;
}

.navigation_icon {
  position: relative;
  margin-top: 25px; 
  color:#55AAD6;
}
@media (max-width: 56.25em) {
  .navigation_icon{
    margin-top:20px;
  }
}
   @media (max-width: 37.5em) {
    .navigation_icon{
      margin-top:20px;
    }
  }
 .navigation_checkbox:checked ~ .navigation_background {
   transform: scale(200); }
  .navigation_icon, .navigation_icon::before, .navigation_icon::after {
    height: 2px;
    width: 23px;
    display: inline-block;
    background-color: #333; }
  .navigation_icon::after, .navigation_icon::before {
    content: "";
    position: absolute;
    left: 0;
    transition: all .2s; }
  .navigation_icon::before {
    top: -9px; }
  .navigation_icon::after {
    top: 9px; }
    .navigation_button:hover .navigation_icon::before {
      top: -7px; }
    
    .navigation_button:hover .navigation_icon::after {
      top: 7px; }
    @media (max-width: 56.25em) {
      .navigation_icon, .navigation_icon::before, .navigation_icon::after{
        width: 20px;
      }
      .navigation_icon::before {
        top: -7px; }
      .navigation_icon::after {
        top: 7px; }
        .navigation_button:hover .navigation_icon::before {
          top: -5px; }
        
        .navigation_button:hover .navigation_icon::after {
          top: 5px; }
    }
       @media (max-width: 37.5em) {
        .navigation_icon, .navigation_icon::before, .navigation_icon::after{
          width: 20px;
        }
        .navigation_icon::before {
          top: -7px; }
        .navigation_icon::after {
          top: 7px; }
          .navigation_button:hover .navigation_icon::before {
            top: -5px; }
          
          .navigation_button:hover .navigation_icon::after {
            top: 5px; }
      }


.navigation_checkbox:checked + .navigation_button .navigation_icon {
  background-color: transparent; }

.navigation_checkbox:checked + .navigation_button .navigation_icon::before {
  top: 0;
  transform: rotate(135deg);
}

.navigation_checkbox:checked + .navigation_button .navigation_icon::after {
  top: 0;
  transform: rotate(-135deg); }
  
/* footer */
.footer{
  padding: 5rem 4rem !important;
}
.footerLeft{
  margin-bottom: 50px;
}
.footer h2{
  font-weight: 750;
  font-size: 4rem;
  color: rgb(0,62,107);
  margin-top: 0;
  margin-bottom: 20px;
}
.footer .col-xs-6{
  padding: 0;
}
.footerLeft p{
  font-size: 1.5rem;
  color: rgb(0,62,107);
  padding: 0 !important;
}
.footerRight h4{
  font-size: 2rem;
  font-weight: 700;
  color: rgb(0, 62, 107);
  margin-top: 0;
}
.footerRight a{
    font-size: 1.5rem;
    color: rgb(0, 62, 107);
}
.footerLinks{
  line-height: 30px !important;
}
.col-xs-6 i{
  color:  rgb(0, 62, 107);
  font-size: 2.2rem;
  padding-right: 10px;
  line-height: 50px !important;
} 
@media only screen and (max-width:768px){
  .col-xs-6 i{
    line-height: 30px !important;
  }
}