.show-read-more .more-text{
	
	display: none;
}
div {
	word-wrap: break-word;
}
.qi-inner-heading{
	color:#fff;
}
.border-size{
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
.card-body{
	background-color: #01488d;
	color: #fff;
}

.btn{
	white-space: normal;
}


/* Button 4c */
.btn-4c:before {
	left: 70%;
	opacity: 0;
	top: 0;
}

.btn-4c:hover:before {
	left: 80%;
	opacity: 1;
}
.image {
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);			
}
.info-content{
	margin:0px auto;
	margin-top: 50px;
	text-align:center;
}
.boxShadow {
	-webkit-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75);
}
.summary{
	font-size: 16px;
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
	margin-top: 0px;
	text-align: left;
	word-wrap: break-word;
}
.spacer{
	padding:5px;
	margin:2px;
}

.qi-sub-heading{
	font-size:2.5vw;
	font-weight:900;
	text-align:center 
}


.qi-image{
	width:150px;
	height:150px;
}

.footerFixed {
	position: fixed;
	right:5px;
	bottom: 5px;
	
	padding: 10px;
	
	font-size: 14px; 
	text-align: center;
	z-index: 1;
	min-width:200px;
	width: 20%;
	background: #fff;
	background-color: rgb(255, 255, 255);
}

/*** spacer Class***/
.spacer5{
	
	display:block;
	width:100%;
	height:5px;
	clear:both;
	
}
.spacer10{
	
	display:block;
	width:100%;
	height:10px;
	clear:both;
	
}

.spacer20{
	display:block;
	width:100%;
	height:20px;
	clear:both;
}
.spacer30{
	display:block;
	width:100%;
	height:30px;
	clear:both;
}
.spacer50{
	
	display:block;
	width:100%;
	height:50px;
	clear:both;
	
}
.spacer70{
	
	display:block;
	width:100%;
	height:70px;
	clear:both;
	
}
.spacer100{
	
	display:block;
	width:100%;
	height:100px;
	clear:both;
	
}		
.badge-content{
	font-size:14px;
}

.badge-content::first-letter{ 
	text-transform: uppercase;
}
.display-5 {
	font-size: 2.5rem;
	font-weight: 250;
	line-height: 1.2;
}
.display-6 {
	font-size: 1.5rem;
	font-weight: 200;
	line-height: 1.2;
}
/* General button style (reset) */
.btn-contact {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 80px;
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-contact:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn-contact:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

/* Button 4 */
.btn-4 {
	border-radius: 50px;
	border: 3px solid #fff;
	color: #fff;
	overflow: hidden;
	background: brown;
}

.btn-4:active {
	border-color: #fff;
	color: #fff;
}

a.btn-4:hover {
	transition: background-color .1s linear;
	/* multiple transitions */
	transition: color  .1s ease, font-size .1s linear;
	transition: background-color  1s linear,
	left  1s ease-out  1s,
	transform  1s steps(3, start);
	background: #24b662;
	color:#fff;
}

.btn-4:before {
	position: absolute;
	height: 100%;
	font-size: 125%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-4:active:before {
	color: #17954c;
}
/* Button 4a */
.btn-4a:before {
	left: 130%;
	top: 0;
}

.btn-4a:hover:before {
	left: 80%;
}

blockquote {
	border-radius: 3px;
	position: relative; 
	font-style: italic;
	text-align: center;
	padding: 1rem 1.2rem;
	width: 80%;  /* create space for the quotes */
	color: #4a4a4a;
	margin: 1rem auto 2rem;
	color: #4a4a4a;
	background: #E8E8E8;
}
blockquote:before,
blockquote:after{
	font-family: FontAwesome;
	position: absolute;
	/* -- inside the relative position of blockquote -- */
	top: 13px;
	color: #E8E8E8;
	font-size: 34px;
}  

.ovelay {
	position: fixed;
	display:block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	z-index: 9999999;
}

.ovelay-center >img {
	animation: bounce 0.25s infinite alternate;
}
.ovelay-center {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	background-color: transparent;
	opacity: 1;
	font-size:22px;
	color: #fff;
	padding:5px;
	width:100%;
	text-align:center;
}

@keyframes bounce {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-15px);
	}
}
@-webkit-keyframes bounce {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-15px);
	}
} 
#footer section  h4{
	padding-bottom: 6px;
	border-bottom: 1px solid aliceblue;
	margin-bottom: 10px;
}
.nav-link{
	font-size:15px !important;
}
.thumbnaillayer {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%,-50%);
	z-index:-1;
	filter: blur(2.5px);
	-webkit-filter: blur(2.5px); 
	height: 100%;
	
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.quickInfoBg #shortbio1{
	background-color:#000;
	opacity:0.7;
	padding:20px;
	border-radius:10px;
}



.quickeeDiv-bg-layer{
	position:fixed; 
	width:100vw;
	height:100vh;
	top:0;
	left:0;
	background-color:#000;
	opacity:0.6;
	z-index:9998; 
	display:none;
}

.quickeeDiv{
	position:fixed;
	overflow:auto;
	width:35vw;
	height:100vh;
	top:0;
	left:0;
	background-color:#fff;
	z-index:9999;
	display:none;
	overflow:hidden;
	
}

.quickeeDiv-align-top { 
	position:absolute;
	top:0;
	left:0;
	width:100%; 
	background-color:#fff; 
	z-index:100;
}

.quickeeDiv-align-bottom {
	position:absolute; 
	bottom:0;
	left:0;
	width:100%; 
	background-color:#fff;
	z-index:100;
}

.quickeeDiv-body{
	overflow:auto;
}


.blogDiv-bg-layer{
	position:fixed; 
	width:100vw;
	height:100vh;
	top:0;
	left:0;
	background-color:#000;
	opacity:0.6;
	z-index:9998; 
	display:none;
}


.blogDiv-body{
	overflow:auto;
}

.blogDiv{
	position:fixed;
	overflow:auto;
	width:35vw;
	height:100vh;
	top:0;
	right:0;
	background-color:#fff;
	z-index:9999;
	display:none;
	overflow:hidden;
}

.blogDiv-align-top { 
	position:absolute;
	top:0;
	left:0;
	width:100%; 
	background-color:#fff; 
	z-index:100;
}

.blogDiv-align-bottom {
	position:absolute; 
	bottom:0;
	left:0;
	width:100%; 
	background-color:#fff;
	z-index:100;
}


@media screen and (max-width:  768px) {
	.qi-sub-heading{
		font-size:5vw;
	}
	
	.blogDiv{
		width:100%;
	}
	
	.quickeeDiv{
		width:100%;
	}
	
}