@charset "UTF-8";
/*! Global */

body {
    font-family: 'Titillium Web', sans-serif;
    color:rgba(27, 27, 27, 0.877)
}

h3::after {
    content: " ";
    display: block;
    border-bottom: 4px solid #c9c9c9;
    width: 50px;
    margin-top: 0px;
    padding-top: 8px;
    padding-bottom: 0px;
    margin-bottom: 2px;
    margin: auto;
}

.nav-bg {
    background: #F5B059;
}

.nav-bg-1 {
    background: #f59f59;
}

.nav-bg-2 {
    background: #FE956C;
}

.nav-bg-3 {
    background: #FFC07D;
}

.nav-bg-4 {
    background: #8F7CB0;
}

.svr-bg {
    background: rgba(253, 178, 1, 0.2);
}

.max-blu-gre {
    background-color: #62BEC1 FDCA40 fdc140 dd5050f1;
}

.badge-conform {
    width: 70%;
    font-size: 1.4rem;
    color: #ffffff;
    background-color: #7eccf0; 
    padding: .6rem 1.5rem;
    text-align: center;
}

.ft-bg {
    background: rgba(13, 26, 41, 0.351);
}

a:link {
    text-decoration: none;
}

a {
    color: inherit;
}

.mb-a {
    margin-bottom: 5rem;
}

.logo-res {
    width: 100%;
    height: auto;
    padding: 0px 0px;
}

.mt-a {
    margin-top: .5rem;
}

.navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    justify-content: space-between;
    padding-top: 0rem;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    padding-bottom: 0rem;
}

.navbar-nav {
    margin: auto;
    }

.nav-link {
	padding: .5rem .1rem;
	display: block;	
}

.nav-item {
	font-family: 'Titillium Web';
	font-size: 15px;
	padding-left: 6px;
	padding-right: 6px;
	font-weight: 600;
	letter-spacing: 0.05em;
} 

li.nav-item.active {
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: .5em;
}

.fixed-txt-11 {
    font-size: 11px;
    font-weight: 400;
}

.lead-txt-wd {
    width: 75%;
}

.lt {
    font-size: 13px;
}

.j-text-shadow {
    text-shadow: 2px 2px 5px black;
}

.k-text-shadow {
    text-shadow: 2px 1px 1px rgb(34, 34, 34);
}

.rd-corner {
    border-radius: 18px;
}

/*! Background Jumbo Images */

.jumbo-1 {
    background-image: url(../images/cover-sketch-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 420px;
    padding-top: 200px;
}

/*! Card Customised */
.c-card {
    background-color: #fff;
    background-clip: border-box;
    border: 4px solid rgba(0,0,0,.125);
    border-radius: .75rem;
    margin: 1.5rem;
}

/*! Login Button */
.bt-renew {
    margin-right: 1.2rem;
    font-size: 14px;
    border-radius: 22px;
} 


/*! about-card */

.abt-cd-1 {
    display: block;
    background-color:rgba(171, 182, 218, 0.781);
    font-size: 1.6rem;
    color: #ffffff;
    padding: 1.4rem;
    height: auto;
    line-height: 2rem;
    font-weight: 600;
    border-radius: 12px;
}

.abt-cd-2 {
    display: block;
    background-color:rgba(170, 126, 212, 0.404);
    font-size: 1.6rem;
    color: #ffffff;
    padding: 1.4rem;
    height: auto;
    line-height: 2rem;
    font-weight: 600;
    border-radius: 12px;
}

.abt-cd-3 {
    display: block;
    background-color:rgba(124, 196, 146, 0.451);
    font-size: 1.6rem;
    color: #ffffff;
    padding: 1.4rem;
    height: auto;
    line-height: 2rem;
    font-weight: 600;
    border-radius: 12px;
}

/* Servcies Card */
.card-border {
    border-radius: 1rem;
}

.ct-color {
    color: #6cbdf3;
}


    
/* Footer items */



/*! ------------------------------------- Media Queries ---------------------------------------------- */

@media (max-width: 992px) {

    .logo-res {
        width: 100%;
        height: auto;
    }

    .badge-conform {
        width: 100%;
        font-size: .9rem;
        color: #ffffff;
        background-color: #6cbdf3; 
        padding: .4rem .6rem;
        text-align: center;
    }

    .jumbo-1 {
        background-image: url(../images/cover-sketch-1.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 420px;
        padding-top: 200px;
    }

}

@media (max-width: 769px) {
    .lead-txt-wd {
        width: 100%;
    }

    .jumbo-1 {
        height: 380px;
        padding-top: 168px;
    }

    .logo-res {
        width: 100%;
        height: auto;
    }    
    
}

@media (max-width: 480px) {

    .logo-res {
        width: 90%;
        height: auto;
        margin: 10px 0px;
    }    

}

@media (max-width: 320px) {
    
    .logo-res {
        width: 80%;
        height: auto;
    }  

    .fixed-size {
        width: 100%;
        height: 46px;
        padding-top: 7px;
        padding-bottom: 3px;
        border-radius: 8px;
    } 

}





    
