/* Home section */

#home {
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

#home .gradient-overlay {
    background: #c21500;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #fabf2c, #212529);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #fabf2c, #212529);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: 2;
    position: absolute;
    top: 0;
    width: 100%;
    height: 1000vh;
}

#home .btn {
    background: transparent;
    border: 3px solid #ffffff;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 13px 30px;
    margin-top: 34px;
    text-transform: uppercase;
}

.navbar-nav .nav-link.active {
    border-bottom: 1px solid #ffc109 !important;
    font-weight: bold;
}

.nav-link:hover {
    border-bottom: 1px solid #ced4da !important;
}

.parallax-section {
    background-attachment: fixed !important;
    background-size: cover !important;
}

h1,
h2,
h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 999;
    /* letter-spacing: 1px; */
}

h1 {
    font-weight: bold;
    font-size: 100px;
}

@media (max-width: 900px) {
    h1 {
        font-size: 70px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 45px;
    }
}

.featurette .btn:hover {
    margin-left: 5px;
}


/* Activities Section */

.bullet-line-list {
    padding-left: 30px;
    position: relative;
    list-style-type: none;
    margin-bottom: 0;
}

.rtl .bullet-line-list {
    padding-left: unset;
    padding-right: 30px;
}

.bullet-line-list li {
    position: relative;
    padding-bottom: 10px;
}

.bullet-line-list li:last-child {
    padding-bottom: 0;
}

.bullet-line-list li:before {
    width: 13px;
    height: 13px;
    left: -28px;
    top: 6px;
    border: 4px solid #E9EDFB;
    margin-right: 15px;
    z-index: 2;
    background: #1F3BB3;
}

.rtl .bullet-line-list li:before {
    left: unset;
    right: -45px;
}

.bullet-line-list li:before {
    content: "";
    position: absolute;
    border-radius: 100%;
}

.bullet-line-list:after {
    content: "";
    border: 1px solid #dee2e6;
    position: absolute;
    top: 3px;
    bottom: 0;
    left: 7px;
}

.rtl .bullet-line-list:after {
    left: unset;
    right: 7px;
}

.bullet-line-list:last-child:after {
    display: none;
}


/* ==== Data table  = Start ===== */

.data_table {
    background: #fff;
    padding: 15px;
    box-shadow: 1px 3px 5px #aaa;
    border-radius: 5px;
}

.data_table .btn {
    padding: 5px 10px;
    margin: 10px 3px 10px 0;
}


/* ==== Data table  = End  ===== */


/* Style for home page */



.lux-bg {
    background-color: #ed2939 !important;
}

.lux-color {
    color: #ed2939 !important;
}

.btn-lux,
li .paginate_item .page-item .active {
    background-color: #00ADEF !important;
}

.lux-color2 {
    color: #00adef !important;
}


/* Style for home ends */
