body{
	font-family: Comfortaa;
	font-size:14PX;
}
.navbar {
	background: #e1f5fe;
}
.home_nav{
	background-image: url(/assets/images/menu_back.jpg);
	padding: 15px 0;
}
.navbar img {
	width: 150px;
}
.navbar .nav-item {
	font-size: 24px;
	font-weight: 600;
}
.navbar-nav.header-links {
	margin-top: -12px;
	margin-bottom: -2px;
	display: inline-flex;
}
.navbar-nav.header-links a {
	font-size: 12px;
}
.navbar-nav.header-links a:hover {
	color: #000;
}
.header-links li:nth-child(1) a {
	color: #f90;
}
.header-links li:nth-child(2) a {
	color: #0cc;
}
.header-links li:nth-child(4) a {
	color: #ff7b19;
}
.header-links li:nth-child(3) a {
	color: #ff8080;
}
.nav-item .head_h1{
	font-size: 24px;
    font-weight: 600;
	margin-bottom: -10px;
}
.social_links.mx-auto {
	margin-right: 0px !important;
}
.home_sec{
    padding: 16px 24px;
}
.profile_pic img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
.custom-header {
	background: linear-gradient(217deg,#3660a9,rgba(255,0,0,0) 70.71%),linear-gradient(127deg,#31a0c7,rgb(105 132 171/73%) 70.71%),linear-gradient(336deg,#2f83bf,rgba(0,0,255,0) 70.71%);
	color: #fff;
	font-size: 18px;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.custom-body {
	padding: 0;
}
.custom-body ul li a {
	color: #004080;
	padding: 9px 0 0px 20px;
}
.custom-body ul li .fa{
	position: absolute;
	left: 0;
	margin-top: 6px;
}
.custom-body ul li a:hover{
color: #ff8080;
}
.head_h1 a:hover {
	color: #0072bc !important;
}
.cite_by a {
	text-decoration:underline !important;
}
.citation_head {
	background: #e1f5fe;
	padding: 8px 0;
	margin-bottom: 10px;
}
.citation_desc {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.citation_head .text-end,.citation_desc .text-end{
	display:block;
}
.profile_desc span {
	display: block;
}
.citation_desc a,.refered_link a{
	text-decoration: none;
	color: #004080;
}
.citation_desc a:hover,.refered_link a:hover {
	text-decoration: underline;
	color: #39a0c6;
}
.carousel-item img {
	height: 350px;
}
.citation_desc .gray {
	color: #777777;
}
.profile_desc .link a {
	color: #222;
}
.custom-body table {
	width: 88%;
	margin:18px;
}
.member_sec .card {
	margin-bottom: 12px;
	border-radius: 0px;
	box-shadow: 1px 1px 2px #ccc;
}
.member_sec .card img {
	border-radius: 50%;
	width: 86px;
	height: 86px;
}
.member_sec h2 {
	font-weight: 700;
	font-size: 30px;
	color:#4285f6;
	text-shadow: 0px 1px 2px #000;
}
.connect_sec h2 {
	font-weight: 700;
	font-size: 30px;
	color:#4285f6;
	text-shadow: 0px 1px 2px #000;
}
.member_sec .author {
	margin-top: 12px;
	font-weight: 700;
	font-size: 16px;
}
.author a:hover {
	color: #f13e32;
	text-decoration: underline !important;
}
.member_sec .author a{
text-decoration:none;
}
.member_sec .more_info {
    color:#fff;
	text-decoration: none;
	border: 1px solid #20b2b7;
	padding: 4px 15px;
	border-radius: 4px;
	margin-top: 18px;
	display: block;
	text-align: center;
	background:#4285f6

}
.connect_sec a:hover{
	color: #f13e32;
}
.more_info:hover {
	background: #ec4235;
	border-color: #ec4235;
}

.member_sec .card-text {
	margin-top: 10px;
	font-size: 13px;
	word-break: break-all;
	min-height: 58px;
}
.member_sec .card table {
	width: 100%;
	margin-bottom: 0;
	margin-top: 12px;
}
.member_sec .card table td {
	border: 1px solid #ccc;
	width: 50%;
	padding-left: 10px;
	font-size: 12px;
}
.custom-body table td {
	border: 1px solid #ccc;
	width: 50%;
	padding-left: 10px;
}
.connect_sec a {
	border: 1px solid #20b2b7;
	color: #20b2b7;
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-bottom: 18px;
	padding: 12px;
	margin-left: 6px;
	text-decoration: none;
	border-radius: 6px;
	font-size: 12px;
}
.sign {
	margin-top: -8px;
	margin-bottom: 10px;
	margin-left: -7px;

}
footer {
	background: #e1f5fe;
}
footer p{
padding-top: 10px;
}
footer a{
text-decoration:none;
color: #004080;
}
footer a:hover {
	color: #39a0c6;;
}
.sub_bottom_border {
	height: 3px;
	background: -webkit-linear-gradient(right,#3660a9,#31a0c7);
}
form .btn{
	position: absolute;
	right: 18px;
	border-left: 1px solid #ccc;
	border-radius: 0px;
}
form .btn:hover{
	border-left: 1px solid #ccc;
}
.refered_link {
	background-color: #fff;
	border-radius: 2px;
	border: 1px solid #ccc;
	line-height: 1.4;
	padding: 16px;
	border-bottom: 4px solid #31a0c7;
}
.refered_link p {
	margin: 0;
}
.custom-body .fa{
	font-size:9px;
}
.border-bottom-1.pb-2 {
	border-bottom: 1px solid #bdbdbd !important;
}
.head_bold{
	font-weight:600;
}
.bg-facebook {background-color: #3b5998 !important;}
.bg-linkedin {background-color: #0077b5 !important}
.bg-twitter  {background-color: #1da1f2 !important;}
.bg-instagram {background: linear-gradient(45deg,#405de6,#5851db,#833ab4,#c13584,#e1306c,#fd1d1d) !important;}
.social_links .fab {
	color: #fff;
	width: 2rem;
	padding: .6rem;
	text-align: center;
	height: 2rem;
	border-radius: 50%;
}
.social_links .nav-link {
	padding: 8px;
}
.img-text {
	position: absolute;
	left: 10%;
	top: 25%;
}
.img-text a {
	border-top-left-radius: 14px !important;
	border-bottom-right-radius: 14px !important;
	padding: 8px 18px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}
.img-text h3 {
	margin-top: 20px;
	color: #fff;
	font-size: 30px;
	text-shadow: 0px 2px 2px #000;
	font-weight: 700;
}
.more_info .fas{
	padding-left:6px;
}
.member_sec tbody tr:nth-child(1) {
	background: #e3928c;
}
.member_sec tbody tr:nth-child(2) {
	background: #ffe494;
}
.member_sec tbody tr:nth-child(3) {
	background: #77bd8b;;
}
.banner_head {
	background: #386e94;
	padding: 40px 0;
	margin-top: 1px;
}
.banner_head h3 {
	color: #fff;
	font-size: 30px;
	text-shadow: 0px 2px 2px #000;
	font-weight: 700;
	text-align: center;
}
@media only screen and (max-width: 991px) {
	
	.profile_desc {
		margin-left: 30px;
	}

}
@media only screen and (max-width: 767px) {
	.member_sec .author {
		margin-top: 6px;
		text-align: left !important;
	}
  }

@media only screen and (max-width: 575px) {
	
	.profile_desc {
		margin-left: 0px;
	}
	.img-text h3 {
		font-size: 18px;
		text-shadow: 0px 2px 2px #000;
	}
	.member_sec .card-text {
		min-height: 10px;
	}
	.img-text {
		left: 10px;
		right: 10px;
	}

}