﻿.btn-home-apply {
    color: #dc9a46 !important;
    background: #fceebd !important;
    font-size: 12px !important;
    border-radius: 0;
}

.btn-home-apply:hover {
    color: #dc9a46 !important;
    background: #fff !important;
    font-size: 12px !important;
    border-radius: 0;
}

.btn-link {
    color: #fff
}

    .btn-link:hover {
        color: #fff;
        text-decoration: underline;
    }

.top-background:hover {
    background: #13819F;
}

/* mobile side nav */

.sidenav-nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav-na a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav-nav a:hover {
    color: #f1f1f1;
}

.sidenav-nav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* end  */

/*#carousel_se_03_carousel .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 20px;
    height: 20px;
    margin: 5px;
    border-radius: 50%;
    background: rgb(132 159 219);
    position: relative;
}*/

#carousel_se_03_carousel .owl-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    margin: 5px;
    border-radius: 50%;
    background: rgb(132 159 219);
    position: relative;
}

    #carousel_se_03_carousel .owl-carousel .owl-dots .owl-dot.active {
        background: #0338ad;
        height: 20px;
        width: 20px;
    }

#carousel_se_03_carousel .owl-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    margin: 5px;
    border-radius: 50%;
    background: rgb(132 159 219);
    position: relative;
}

#carousel_se_03_carousel .owl-dots {
    display: contents;
}

div#carousel_se_03_carousel {
    text-align: center;
}

