body {
    font-family: "poppins", sans-serif;
    overflow-x: hidden !important;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
.header-contact-wraper {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.header-navbar {
    border-bottom: 2px solid #fff;
}
.header-contact-wraper {
    padding: 0px 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* background-image: url(../images/slider-background.jpg) !important; */
    padding: 0px 0px;
}
.header-main-wraper {
    background: #fff;
}
.navbar-brand {
    width: 45% !important;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    cursor: pointer;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}
#navbarSupportedContent {
    width: 117%;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, 0.9);
    padding: 10px 15px;
    font-weight: bolder;
}
.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    padding: 10px 9px;
    font-size: 14px;
    font-weight: bolder;
    /* margin-left: 10px; */
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #028ecc !important;
    border-bottom: 2px solid #028ecc !important;
    border-radius: 0px !important;
}
.navbar .nav-item .dropdown-menu {
    margin-top: 0;
    background: #fff;
    margin-top: -8px;
    border: none;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.navbar .nav-item .dropdown-menu a {
    color: #003478;
    padding: 7px 18px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.img-fluid {
    max-width: 74%;
    height: auto;
}

.rev-footer-wrapper {
    color: #fff;
    /* margin-top: 100px; */
    /* background-image: url(../images/footer-background.png); */
    background-repeat: no-repeat;
    background-size: cover;
    padding: 64px 0;
    padding-bottom: 30px;
    background: #1b1f52;
}
.footer-about img {
    background: white;
    border-radius: 6px;
    width: 140px;
    margin-bottom: 16px;
}
.footer-details-box h5 {
    margin-bottom: 41px;
    font-weight: bold;
    font-size: 20px;
}
.footer-details-box ul {
    padding: 0;
    margin: 0;
}
.footer-details-box li {
    list-style: none;
    margin-bottom: 16px;
}
.footer-details-box a {
    color: #fff;
}

.footer-details-box h5 {
    margin-bottom: 41px;
    font-weight: bold;
    font-size: 20px;
}
.footer-social-media-icons a.facebook {
    background: #0069f7;
    border-color: #0069f7;
}
.footer-social-media-icons a.twitter {
    background: #00c6f7;
    border-color: #00c6f7;
}
.footer-social-media-icons a.linkedin {
    background: #0e72a3;
    border-color: #0e72a3;
}
.footer-copy-right-box {
    text-align: center;
    margin-top: 37px;
    border-top: 1px solid #fff;
    padding-top: 36px;
    font-size: 14px;
}
.footer-copy-right-box a {
    color: #fff;
}
.footer-social-media-icons a {
    color: #fff;
    font-size: 16px;
    border: 1px solid #cacaca;
    border-radius: 12px;
    margin: 0 2px;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
}
.error {
    font-size: small;
    color: red !important;
}