

html,
body {
    font-family: 'rsu-regular';
    font-size: 16px;
    outline: none;
    color: #1c2e3f;
    height:100%;
}
.nav-top-menu a.nav-link {
    font-family: 'rsu-regular';
    font-size: 20px;
    color: #1c2e3f;
}

.nav-top-menu a.nav-link.active {
    color: #34bfdc;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #34bfdc;
}


.btn-outline-primary{
}

.btn-outline-primary {
    border-style: solid;
    border: 1px solid #34bfdc;
    color: #34bfdc;
}

.btn-primary {
    background-image: linear-gradient(to right, #4cccc6, #35bddf);
    border-style: solid;
    border-image: linear-gradient(to right, #4cccc6, #35bddf) 1;
}

.btn.btn-outline-primary:hover {
    background-color: #4cccc6 !important;
    border-color: #4cccc6 !important;
}


.bg-footer-green {
    background-color: #2e8681;
}

.dropdown-toggle::after {
    margin-top: 0.75rem;
}
.dropdown-toggle::after {
    margin-top: 0rem;
}
.dropdown-item {
    cursor: pointer;
}
.dropdown-menu .nav-link {
    padding: 0;
}

.dropdown-menu .nav-link a {
    padding: 0.5rem 1rem;
}

.dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #34bfdc;
}

.bootstrap-select 
.dropdown-item.active, .bootstrap-select  .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #2e8681;
    outline: none;
}

.top-banner {
    height: 600px;
    background-image: url('../../assets/images/top-banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.top-banner img {
    object-fit: cover;
    width: 100px;
    height: 100px;
}
.top-banner img {
    object-fit: cover;
    width: 100px;
    height: 100px;
}
.top-banner-2 {
    height: 380px;
}
.top-banner-2 img {
    object-fit: cover;
    width: 100px;
    height: 100px;
}

.nav-link {
    cursor: pointer;
}

@media (max-width: 991px) {
    .top-banner {
        height: 420px;
    }
    .top-banner-2 {
        height: 380px;
    }
}

@media (max-width: 767px) {
    .top-banner {
        height: 320px;
    }
    .top-banner-2 {
        height: 320px;
    }
}

@media (max-width: 575px) {
    .top-banner {
        height: 250px;
    }
    .top-banner-2 {
        height: 250px;
    }
}