/* ----------------------------------------------------------------

	Custom CSS



	Add all your Custom Styled CSS here for New Styles or

	Overwriting Default Theme Styles for Better Handling Updates

-----------------------------------------------------------------*/

.poll-item {}

.poll-item .poll-question {
	color: #000;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	padding: 10px;
	padding-top: 0;
	display: block;
}

.poll-item .poll-answer {}

.poll-item .poll-submit {
	padding: 20px;
	display: block;
}

.answer-item {
	padding: 10px 10px;
}

.answer-item input[type=radio] {
	position: relative;
	width: auto;
	margin-right: 10px;
	float: left;
}

.answer-item label {
	float: left;
	padding-left: 5px;
	width: 90%;
}

.answer-progress {
	display: block;
	clear: both;
	width: 100%;
	height: 8px;
	background: #e3e3e3;
	margin-top: 5px;
}

.answer-progress .answer-progress-bar {
	height: 8px;
	background: #16348c;
	/* background: #c69021; */
}

#page-title.page-title-parallax h1 {
	font-size: 30px;
}

.customlist {
	margin: 0 30px;
	padding: 0px 0 20px 0;
}

.entry-content ul {
	margin-left: 30px;
}

#related-portfolio h3 {
	font-size: 16px;
	margin-bottom: 5px;
}

#related-portfolio span {
	font-size: 12.8px;
}

.tab-content small {}

.entry-image {
	margin-bottom: 10px;
}

.entry-content {
	margin-top: 10px;
}

.dark .entry-title h2 a:hover,
.dark .entry-title h3 a:hover,
.dark .entry-title h4 a:hover {
	color: #fff;
}

.thumbnail-container {}

.newsroom img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 400px;
	object-fit: cover;
}

.newsroom .thumbnail {
	height: 100%;
	cursor: pointer;
	position: relative;
}

.newsroom h4 {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 0px;
}

.newsroom span {
	font-weight: 300;
	font-size: 14px;
	color: #fff;
	padding-bottom: 10px;
	display: block;
}

.thumbnail .overlay {
	position: absolute;
	background-color: transparent;
	width: 100%;
	height: 100%;
	display: flex;
}

.thumbnail .overlay-inner {
	position: absolute;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.7));
	bottom: 0px;
	padding: 6px 20px 2px 20px;
	width: 100%;
	max-width: 100%;
}



@media (max-width: 767.98px) {
	.newsroom h4 {
		font-size: 18px;
	}

	.thumbnail .overlay-inner {
		position: absolute;
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.9));
		bottom: 0px;
		padding: 6px 20px 2px 20px;
		width: 100%;
		max-width: 100%;
	}
}

.title-hover {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.thumbnail:hover .overlay {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.7));
	cursor: pointer;
}

.thumbnail:hover .overlay-inner {
	background-color: rgba(0, 0, 0, 0);
}

.thumbnail:hover .title-hover {
	overflow: visible;
	-webkit-line-clamp: initial;
}

.thumbnail-small-container {}

.newsroom-small img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 185px;
	object-fit: cover;
}

.newsroom-small .thumbnail-small {
	height: 100%;
	cursor: pointer;
	position: relative;
}

.newsroom-small h4 {
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.newsroom-small span {
	font-weight: 300;
	color: #fff;
	padding-bottom: 5px;
	display: block;
}

.thumbnail-small .overlay {
	position: absolute;
	background-color: transparent;
	width: 100%;
	height: 100%;
	display: flex;
}

.thumbnail-small .overlay-inner {
	position: absolute;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.7));
	bottom: 0px;
	padding: 6px 20px 2px 20px;
	width: 100%;
	max-width: 100%;
}

.title-hover {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.thumbnail-small:hover .overlay {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.7));
	cursor: pointer;
}

.thumbnail-small:hover .overlay-inner {
	background-color: rgba(0, 0, 0, 0);
}

.thumbnail-small:hover .title-hover {
	overflow: visible;
	-webkit-line-clamp: initial;
}

#header {
	border-bottom: 0px solid #16348c;
}

#header-wrap {
	background-color: #16348c;
}

@media (min-width: 992px) {
	.sticky-header #header-wrap {
		position: fixed;
		top: 0;
		left: 0;
		background-color: #16348c;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}
}

@media (max-width: 991.98px) {
	.sub-menu-container .menu-item>.menu-link {
		color: #fff;
	}

	.sub-menu-container .menu-item.current>.menu-link {
		color: #16348c;
	}
}

.dark #footer,
#footer.dark {
	color: rgba(255, 255, 255, 0.75);
	background-color: #002a7e;
	border-top-color: rgba(255, 255, 255, 0.15);
}

.sidenav li.current a {
	background-color: #16348c;
}

.sidenav li.current a {
	color: #fff;
}

.menu-link {
	color: #fff;
}

.menu-item:hover>.menu-link,
.menu-item.current>.menu-link {
	background: #489de7;
	color: #fff;
}

.counter {
	font-size: 32px;
}

.counter+h5 {
	margin-bottom: 10px;
}

.col-padding {
	padding: 2rem;
}

ul.iconlist {
	margin-bottom: 0px;
}

.header-extras li .he-text {
	color: #16348c;
}

.i-plain {
	color: #16348c;
}

.form-control:focus {
	color: #fff;
}

.top-search-form input {
	color: #fff;
}

.header-misc-icon>a {
	color: #fff;
}

.top-search-form input::-moz-placeholder {
	color: #FFF;
	opacity: 1;
	text-transform: uppercase;
}

.top-search-form input:-ms-input-placeholder {
	color: #FFF;
	text-transform: uppercase;
}

.top-search-form input::-webkit-input-placeholder {
	color: #FFF;
	text-transform: uppercase;
}

.menu-item .sub-menu-trigger {
	color: #fff;
}

.svg-trigger path {
	stroke: #fff;
}

.sub-menu-container .menu-item>.menu-link {}

.primary-menu+.primary-menu,
.menu-item:not(:first-child),
.sub-menu-container,
.mega-menu-content,
.sub-menu-container .menu-item:not(:first-child) {
	border-top-color: hsl(0deg 0% 100% / 15%);
}

.team-title b {
	font-weight: bold;
	color: #333;
}

.title-bottom-border h1,
.title-bottom-border h2,
.title-bottom-border h3,
.title-bottom-border h4,
.title-bottom-border h5,
.title-bottom-border h6 {
	border-bottom: 1px solid #16348c;
}

.fancy-title {
	margin-bottom: 20px;
}

.multilinks {}


#fixed-menu {
	position: fixed;
	right: 20px;
	top: 45%;
	z-index: 99;
}

#fixed-menu li {
	background: #16348c;
	box-shadow: 0px 3px 6px #16348c;
	border-radius: 10px;
	margin-bottom: 10px;
	list-style-type: none;
}

#fixed-menu li a {
	display: block;
	padding: 10px 20px;
	color: #fff;
}

#fixed-menu li a span {
	color: #fff;
	opacity: 0.6;
	float: right;
	margin-left: 20px;
}

.modal {
	background-color: rgba(7, 36, 73, 0.6);
}

.modal-dialog {
	margin: 10% auto;
}

.fixed-modal .modal-body {
	padding-bottom: 50px;
}

.fixed-modal .modal-header {
	border: 0;
}

.fixed-modal .modal-header .close {
	padding: 20px 30px;
}

.modal .modal-soum-list li {
	float: left;
	list-style-type: none;
	margin: 10px 5px;

}

.modal .modal-soum-list li a {
	background-color: #16348c;
	color: #fff;
	padding: 5px 15px;
	border-radius: 20px;
	text-transform: uppercase;
}