.p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 25px;
}
.paragraph {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 25px;
}
strong {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: rgb(0, 57, 127);
}
.paragraph a {
  color: rgb(0, 57, 127) !important;
}
.p a {
  color: rgb(0, 57, 127) !important;
}
.w-nav-link.w--current {
    color: #fff !important;
}
.footer-links a {
  color: #fff !important;
  text-decoration: none !important;
}
.footer strong {
  color: #fff !important;
}
.top-nav-links strong {
  color: #fff !important
}

.circle-icon-box-home a {
  text-decoration: none;
}
@media (max-width: 768px) {
    .alert-banner {
        margin-top: 0px;
}
}
.alert-banner {
    padding-left: 10px;
    padding-right: 10px;
}
@media (min-width: 480px) and (max-width: 996px) {
    .navbar-3 {
        margin-top: 0 !important;
        height: auto !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        
    }
    .alert-banner {
        margin-top: 30px !important;
    }
    .dropdown-toggle-3 {
        color: #000 !important;
    }
    .menu-button-2.w--open {
        color: #fff !important;
    }
    .section-5 img {
        max-width: 161px;
    }
    .nav-open {
        padding-top: 20px;
    }
}
.section-5 img {
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
}
.alert-banner, .section-navbar, .top-nav-links {
     -webkit-transition: all 1.5s;
    transition: all 1.5s;
}
.navbar-3 {
  -webkit-transition: all 1.5s;
    transition: all 1.5s;
   
}
.section-5 {
     -webkit-transition: all 1.5s;
    transition: all 1.5s;
}
@media screen and (max-width: 767px) {
    .navbar-3 {
       margin-top: 0 !important;
    }
        .nav-open {
         z-index: 9999999999;
         overflow-y: scroll !important;
        }
        .section-5 img {
        max-width: 161px;
    }
}