*{
    padding: 0;
    margin: 0;
}
.container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
#header {
    background: url(../images/bg.gif) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    display: table;
    height: calc(100vh - 40px);
    /* height: 100vh; */
    width: 100%;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

.header-wrapper .header-overlay {
    height: calc(100vh - 40px);
    /* height: 100vh; */
    min-width: 100vw;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.header-wrapper .header-wrapper-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.header-wrapper .header-wrapper-inner .welcome-speech {
	/* margin-top: 3em; */
}

.header-wrapper .header-wrapper-inner .welcome-speech h1 {
	color: #ffffff;
    font-size: 120px;
    font-weight: bold;
    letter-spacing: 6px;
    margin-bottom: 70px;
    margin-top: 0;
    text-transform: uppercase;
}

.header-wrapper .header-wrapper-inner .welcome-speech p {
	color: #ffffff;
    font-size: 20px;
    letter-spacing: 1px;
}
/*  */
footer {
	background-color: #313131;
	color: #fff;
	font-size: 12px;
	padding: 50px 0px 10px;
}

footer h4 {
	margin-top: 0px;
	margin-bottom: 30px;
}

footer .footer-links {
	padding: 0px;
}

footer .input-group {
	margin-right: 40px;
}

footer .input-group .form-control {
	font-size: 12px;
	padding: 5px 10px;
}

footer .input-group span.input-group-addon {
    border-radius: 0px;
    color: #fff;
    background-color: #000;
    padding: 5px 10px;
    border: 0px;
}

.footer-links li {
	margin-bottom: 13px;
	font-size: 16px;
}
.footer-links #one li:nth-child(1){
	margin-bottom: 16px;
}
.footer-links li a {
	color: #969595;
	    text-decoration: none;
}

.footer-links li:hover a {
	color: #ffffff;
}

.footer-links li .a:before {
	color: #fff;
	font-family: 'FontAwesome';
	content: "\f101";
	margin-right: 10px;
}

.footer-news {
	margin-bottom: 35px;
}

.footer-news p {
	margin-bottom: 5px;
	margin-top: -4px;
	line-height: 1.45em;
}

.footer-news p a {
	color: #ffffff;
}

.footer-news p.news-date {
	color: #969595;
	font-size: 10px;
	margin-top: -2px;
}

.footer-address p {
    color: #fff;
    font-size: 12px;
}

.footer-share-button {
    padding: 0px;
}

.footer-share-button li {
    display: inline-block;
}

.footer-share-button li a i {
	background-color: #4a4a4a;
	border-radius: 0px;
	color: #6b6b6b;
	font-size: 12px;
	font-weight: 600;
	height: 30px;
	line-height: 28px;
	text-align: center;
	width: 30px;
}

.footer-share-button li a i:hover {
	background-color: #ffffff;
	color: #000000;
}

.footer-nav {
	background-color: #313131;
	border-radius: 0px;
	margin-bottom: 0px;
}

.footer-nav li a {
    color: #6b6b6b;
    font-size: 12px;
}

.footer-nav li a:hover {
    background-color: transparent;
    color: #fff;
}

.footer-nav .navbar-brand a {
    font-size: 12px;
    color: #6b6b6b;
}

@media (max-width: 991px) {
	footer h4 {
		margin-bottom: 20px;
	}
}

@media (max-width: 550px) {
	.footer-widget {
		width: 100%;
	}
}
.article-summary {
    margin: 40px 0px;
}

.article-summary p span {
    color: #000000;
    font-size: 50px;
    position: absolute;
    margin: 20px 0px 20px -50px;
}

.article-conclusion {
    margin-top: 1.3em;
}

.article-conclusion strong {
    color: #000000;
}

.article-conclusion strong em {
    font-weight: 600;
}

.article-conclusion a {
    color: red;
}
.blog-item {
	padding: 1.7129em 0;
}

.blog-heading {
    margin-bottom: 15px;
}

.blog-heading h3 {
    margin-bottom: 5px;
    font-weight: 300;
    margin-top: 20px;
}

.blog-heading span {
    color: #969595;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-heading span.date {
    margin-right: 12px;
}

.blog-item p {
    text-align: justify;
}

#multiple-blog-page blockquote {
    background-color: #000;
}

#multiple-blog-page blockquote p {
    color: #fff;
    font-size: 13px;
    line-height: 28px;
    word-spacing: 1px;
}

#multiple-blog-page blockquote footer {
    color: #ffffff;
}