@import "custom.css";
.iconColor {
  color: black !important;
}
.sidenav {
  height: 100%;
  width: 70%;
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  overflow-x: hidden;
  text-align: center;
  background-image: linear-gradient(to bottom right, #ffffff, rgba(255, 255, 255, 0.8));
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -ms-transition-property: -ms-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .sidenav {
    padding-top: 40px;
  }
}
.sidenav a {
  padding: 15px 0 15px 25px;
  text-align: left;
  text-decoration: none;
  font-weight: 600;
  color: #091e5f;
  text-transform: uppercase;
  display: block;
  transition: 0.3s;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .sidenav a {
    padding: 30px 0 30px 45px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .sidenav a i {
    font-size: 40px;
  }
}
.sidenav a span {
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.1em;
  font-weight: 400;
  color: #091e5f;
  padding-top: 2px;
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .sidenav a span {
    font-size: 1.5em;
  }
}
.sidenav a .barH5Mobile {
  height: 10px;
  width: 10px;
  background: #626262;
  margin-right: 23px;
  border-radius: 50px;
}
.sidenav a:hover {
  color: #a3a2a5;
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .sidenav .logoMobile {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .sidenav .logoMobile {
    width: 80%;
    margin-top: 40px;
  }
}
.sidenav .bordMobile {
  border-bottom: solid 1px #ccc;
  margin: 50px 0;
}
.sidenav .closebtn {
  position: absolute;
  top: 2px;
  right: 20px;
  font-size: 36px;
  margin-left: 50px;
}
@media only screen and (min-width: 992px) {
  .sidenav {
    display: none;
  }
}
.sidenav.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 2px 0 20px rgba(0, 0, 0, 0.4);
}
.menuBtn {
  z-index: 600;
  cursor: pointer;
  position: fixed;
  right: 15px;
  top: 42px;
}
@media only screen and (min-width: 992px) {
  .menuBtn {
    display: none;
  }
}
.menuBtn i {
  background-color: white;
  border-radius: 2px;
  color: #091e5f;
  transition: 0.3s;
}
@media only screen and (max-width: 480px) {
  .menuBtn i {
    font-size: 30px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .menuBtn i {
    font-size: 40px;
  }
}
/*# sourceMappingURL=mobileMenu.css.map */