:root{
    --blueColor:#0e87cd;
    --darkBlueColor:#3c4393;
    --greenColor:#1b7845;
    --whiteColor:#ffffff;
    --darkColor:#000000;
}

.topHead {
    display: flex;
    height: 2.5rem;
    background:var(--blueColor);
    font-size: 0.8rem;
}

.topHead i,
.topHead a{
    color:var(--whiteColor);
    text-decoration: none;
}

.socials a:not(:last-child){
    margin-right: 0.8rem;
}

.navbar .nav-link{
    height: 70px;
    line-height: 70px;
    width: 120px;
    text-align: center;
    padding: 0;
    font-weight: 500;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .nav-link.active,
.navbar .nav-link:hover{
    background:var(--blueColor);
    color: var(--whiteColor);
}

.welcome-section .item img{
    height: 300px;
    object-fit: cover;
}

.welcome-section .item .title {
    bottom:0;
    background: var(--greenColor);
}

.welcome-section .item .title a{
    font-size: 1rem;
    text-decoration: none;
}

.welcome-section .item .title a i{
    font-size: 1.5rem;
}

.welcome-section .item .title a:hover{
    text-decoration: underline;
}

.site-footer{
	background: var(--blueColor)
}
.site-footer a{
    text-decoration: none;
}
.site-footer a,
.site-footer p{
    font-size: 0.9rem;
}
footer .navbar-nav li a:hover, 
footer .navbar-nav li.current-menu-item > a,
footer .navbar-nav li a{
	padding:0;
	margin-bottom:8px;
	color:var(--whiteColor);
	background:none;
}

.innerBanner {
    height: 300px;
    background-image: url('../images/page-title-background.jpg');
    color: var(--whiteColor);
}

.categoryList ul{
    list-style: none;
}

.categoryList ul li a{
    text-decoration: none;
    color: var(--darkColor);
}

.categoryList ul li{
    margin-bottom: 10px;
}

.categoryList ul li a:hover,
.categoryList ul li a.active{
    color: var(--blueColor);
}