@font-face {
    font-family: 'Righteous';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Righteous.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/*html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}
*/

html, body, .container {
    height: 100%;
}

.navbar {
    background: #6B6B6B;
}

.navbar-light .navbar-nav .nav-link {
    color: #F29524;
    font-size: 1.5rem;
}

    .navbar-light .navbar-nav .nav-link.active {
        color: #F2C838;
    }

    .navbar-light .navbar-nav .nav-link:hover {
        color: #F2C838;
    }

/*a.nav-item {
    color: #F29524 !important;
    font-weight: bold !important;
    font-size: 1.5rem;
}
*/


.bannerSection {
    background-image: url(../img/logo_main.webp);
    /*background-size: cover;*/
    min-height: 25vh;
    color: white;
    text-shadow: 2px 2px 2px rgba(0,0,0,.2);
    /*height: 400px;*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /*margin: 15px 110px;*/
}


.bannerOverlay {
    /*position:absolute;*/
    width: 100%;
    height: 25vh;
    /*background-color: rgba(0,0,0,0.2)*/
}

.itemIcon {
    font-size: 50px;
}

.makeMoney {
    font-size: 90px;
    color: #E5E6E6;
}

.mobNumber {
    max-width: 220px;
    text-align: center;
}

.logoW {
    width: 80px;
}

.item {
    margin-bottom: 3px;
}

    .item a img {
        max-height: 390px;
    }

.itemX a img {
    display: none;
}

.scrollToTop {
    padding: 10px 12px;
    position: fixed;
    bottom: 8px;
    right: 8px;
    display: none;
    background: #0086dc;
    z-index: 999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header_section {
    width: 100%;
    float: left;
    background-image: url(../img/title.jpg);
    height: auto;
    background-size: 100%;
    padding: 0px 0px 20px 0px;
    margin-bottom: 50px;
}

.service-item {
    text-align: center;
    min-height: 0px;
}

.banner_taital {
    /*width: 100%;*/
    /*float: left;*/
    color: #F29524;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    /*font-family: 'Righteous', Regular;*/
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    margin-top: 1rem;
}

.captionContainer {
    padding-left: 0px;
    margin-left: 0px;
}


.banner_text {
    width: 63%;
    margin: 0 auto;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.banner_section {
    width: 100%;
    float: left;
    padding-bottom: 305px;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
    height: 730px;
}


@media (min-width: 768px) {

    .bannerSection {
        min-height: 90vh;
        /*margin: 30px 200px;*/
    }

    .banner_taital {
        font-size: 80px;
        margin-top: 20rem;
    }

    .service-item {
        min-height: 444px;
    }
}


.container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
}

.days{
    font-weight:bold;
    color:red;
    font-size:4rem;
}