.navbar-light .navbar-brand, .navbar-light .navbar-brand:hover {
    color: #000;
	font-size:25px;
}

@media only screen and (max-width: 991px) {
	.mobile-nav .logo {
	    color: #000;
	    font-size:25px;
	    top: 10px;
	}
}

.hidden {
    display: none;
}

.footer-widget a {
    display: inline-flex;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-decoration: none;
    overflow: hidden;
}

.footer-widget .footer-blog li a img {
    height: 60px;
    width: 60px;
    border-radius: 3px;
}

.inner-banner .inner-shape {
	display: block;
}

.text-white {
	color: #fff;
}

.pb-50 {
	padding-bottom: 50px;
}

.ptb-10 {
	padding-bottom: 10px;
	padding-top: 10px;
}

.ptb-20 {
	padding-bottom: 20px;
	padding-top: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.ptb-30 {
	padding-bottom: 30px;
	padding-top: 30px;
}

.ptb-40 {
	padding-bottom: 40px;
	padding-top: 40px;
}

.ptb-50 {
    padding-top: 50px!important;
    padding-bottom: 50px!important;
}

.ptb-60 {
	padding-bottom: 60px;
	padding-top: 60px;
}

blockquote::before {
	content: "''";
	font-weight: bold;
	font-size: 20px;
}

blockquote {
	margin-top: 15px;
    margin-left: 1rem;
    margin-bottom: 1rem;
    font-style: italic;
    max-width: 80%;
    font-family: Georgia, serif;
    font-size: 18px;
}