p{ margin-bottom: 20px;}
h3{ margin-top: 50px;}
.menu-item{
    padding: 5px;
}

.menu-item a{text-decoration: none;}

/*=========================
    Start Footer CSS
===========================*/
.footer{
    position:relative;
}
.footer .footer-top{
    padding:30px 0px;
    position:relative;
    background:#1A76D1;
}
.footer .footer-top:before{
    position:absolute;
    content:"";
    left:0;
    top:0;
    height:100%;
    width:100%;
    background:#000;
    opacity:0.1;
}
        
.footer .single-footer h2{
    color:#fff;
    font-size:20px;
    font-weight:600;
    text-transform:capitalize;
    margin-bottom:0px;
    padding-bottom:20px;
    text-transform:capitalize;
    position:relative;
}
.footer .single-footer h2::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    height: 3px;
    width: 50px;
    background: #fff;
}
        
.footer .single-footer p{
    color:#fff;
}
        
.footer .copyright{
    background:#1A76D1;
    padding:2px 0px 2px 0px;
    text-align:center;
}
.footer .copyright .copyright-content p{
    color:#fff;
    padding-top: 20px;
}
.footer .copyright .copyright-content p a{
    color:#fff;
    font-weight:400;
    text-decoration:underline;
    display:inline-block;
    margin-left:4px;
}
.ccpa-button {
	padding: 1em;
	border-radius: 0.2em;
	border: none;
	background: #007bff;
	color: #fff;
	cursor: pointer;
	text-align: center;
}

.ccpa-button:hover {
	background: #0069d9;
}
/*=========================
    End Footer CSS
===========================*/