 @import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700");
html {
	overflow-x: hidden !important;
}
body {
	background: #fff !important;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #abacae;
	line-height: 25px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow-x: hidden;
}
h1, h2, h3, h4 {
	font-size: 38px;
	color: #585b60;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}
a {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:hover {
	text-decoration: none;
}
a a:focus {
	outline: none;
}
.login-usr a {
	color: #f3f2f7;
	text-decoration: none !important;
	font-size: 13px;
	margin-top: 14px;
	line-height: 38px;
	font-weight: normal !important;
}
p {
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin: 0px;
	font-size: 14px;
}
ul, ol {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
ul li, ol li {
	list-style: none;
}
.section-title-header p {
	text-align:  text: center;
	font-weight: 400;
	line-height: 26px;
	padding-bottom: 36px;
}

#News .section-title {
	color: #fff;
}

section#News h3 {
    color: #fff;
}
.section-title {
	color: #585b60;
	font-size: 38px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 48px;
	padding: 0 10px;
	position: relative;
}
.padding-none {
	padding: 0px;
}
.btn {
	font-size: 14px;
	padding: 10px 30px;
	cursor: pointer;
	font-weight: 400;
	color: #fff;
	border-radius: 30px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	display: inline-block;
}
.btn:focus, .btn:active {
	box-shadow: none;
	outline: none;
	color: #fff;
}
.btn-common {
	background-color: #5f9323;
	position: relative;
	z-index: 1;
}
.btn-common:hover {
	color: #fff;
	background-color: #4297e0;
	box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}
.btn-border {
	color: #5f9323;
	background-color: transparent;
	border: 1px solid #5f9323;
}
.btn-border:hover {
	color: #fff;
	border-color: #5f9323;
	background-color: #5f9323;
}
.btn-border:focus {
	color: #fff;
	border-color: #5f9323;
	background-color: #5f9323;
}
.btn-lg {
	padding: 14px 33px;
	text-transform: uppercase;
	font-size: 16px;
}
.btn-rm {
	padding: 7px 18px;
	text-transform: capitalize;
}
button:focus {
	outline: none !important;
}
.icon-close, .icon-check {
	color: #5f9323;
}
.social-icon a {
	color: #666;
	background: #fff;
	width: 32px;
	height: 32px;
	line-height: 34px;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	font-size: 16px;
	margin: 15px 6px 12px 4px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.social-icon a:hover {
	color: #fff !important;
}
.social-icon .facebook:hover {
	background: #3b5999;
}
.social-icon .twitter:hover {
	background: #4A9CEC;
}
.social-icon .instagram:hover {
	background: #D6274D;
}
.social-icon .linkedin:hover {
	background: #1260A2;
}
.social-icon .google:hover {
	background: #CE332A;
}
/* ScrollToTop */
a.back-to-top {
	display: none;
	position: fixed;
	bottom: 18px;
	right: 15px;
	text-decoration: none;
}
a.back-to-top i {
	display: block;
	font-size: 22px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #5f9323;
	border-radius: 30px;
	text-align: center;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}
a.back-to-top:hover, a.back-to-top:focus {
	text-decoration: none;
}
/* Preloader */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9999999;
}
.loader {
	top: 50%;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	position: relative;
	margin: 0 auto;
}
#loader-1:before, #loader-1:after {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: 7px solid transparent;
	border-top-color: #5f9323;
}
#loader-1:before {
	z-index: 100;
	animation: spin 1s infinite;
}
#loader-1:after {
	border: 7px solid #f2f2f2;
}
 @keyframes spin {
 0% {
 -webkit-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -o-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
.section-padding {
	padding: 60px 0;
}
hr {
	border-top: 1px dotted #ddd;
}
#feature {
	background: #f8f9fb;
}
.text-wrapper {
	height: 100%;
	display: table;
	padding-left: 140px;
}
.text-wrapper > div {
	vertical-align: middle;
	display: table-cell;
}
.feature-thumb {
	margin-right: -60px;
}
.title-hl {
	font-size: 40px !important;
	margin-bottom: 30px !important;
}
.features-box {
	margin-top: 15px;
	margin-bottom: 15px;
}
.features-box .features-icon {
	margin-bottom: 15px;
}
.features-box .features-icon i {
	color: #5f9323;
	font-size: 30px;
}
.features-box .features-content h4 {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 5px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
#Public-deliverables {
	background: #ececec;
}
#Public-deliverables p, #Publications p {
	text-align: center;
	font-size: 24px;
	padding: 60px 0;
}
.client-item-wrapper {
	text-align: center;
	padding: 15px;
}
.client-item-wrapper img {
	opacity: 0.5;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: gray;
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
}
.client-item-wrapper:hover img {
	opacity: 1;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}
/* Services Item */
.services-item {
	padding: 15px;
	border-radius: 0;
	text-align: left;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	background: #fff;
	margin-top: 10px;
	min-height: 450px;
	margin: 15px 0;
}
.services-item .icon i {
	font-size: 42px;
	width: 42px;
	display: block;
	height: 42px;
	color: #5f9323;
}
.services-item .services-content h3 {
	margin-top: 10px;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 22px;
	font-size: 15px;
	display: inline-block;
	width: 90%;
	position: relative;
	text-align: left;
	color: #524094;
}
.services-content p {
	text-align: justify;
	line-height: 22px;
}
.services-item .services-content h3 img {
	float: left;
}
.services-item .services-content h3 a {
	font-size: 15px;
	text-transform: uppercase;
	color: #4b378f;
}
.services-item .services-content h3 a:hover {
	color: #5f9323;
}
.navbar-brand {
	position: relative;
	padding: 0px;
}
.top-nav-collapse {
	background: #fff;
	z-index: 999999;
	top: 0px !important;
	min-height: 58px;
	box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	background: #fff !important;
}
.top-nav-collapse .navbar-brand {
	top: 0px;
}
.top-nav-collapse .navbar-brand img {
	width: 65%;
}
.top-nav-collapse .navbar-nav .nav-link {
	color: #585b60 !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.top-nav-collapse .navbar-nav .nav-link:hover {
	cursor: pointer;
	color: #5f9323 !important;
}
.top-nav-collapse .navbar-nav li.active a.nav-link {
	color: #5f9323 !important;
}
.indigo {
	background: #fff;
}
.menu-bg {
	background: transparent;
}
.navbar-expand-lg .navbar-nav .nav-link i {
	font-size: 14px;
	margin-left: 5px;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-expand-lg .navbar-nav .nav-link {
	color: #585b60;
	font-weight: 400;
	padding: 5px 8px;
	margin-top: 25px;
	margin-bottom: 15px;
	line-height: 22px;
	cursor: pointer;
	background: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 14px;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
}
.navbar li.active a.nav-link::first-letter {
	color: #3d2886;
	font-weight: 500;
}
.navbar-expand-lg .navbar-nav li a:hover, .navbar-expand-lg .navbar-nav li .active > a, .navbar-expand-lg .navbar-nav li a:focus {
	color: #5f9323;
	outline: none;
}
.navbar-expand-lg .navbar-nav .active > .nav-link, .navbar-expand-lg .navbar-nav .nav-link.active, .navbar-expand-lg .navbar-nav .nav-link.open, .navbar-expand-lg .navbar-nav .open > .nav-link {
	color: #5f9323 !important;
}
.navbar-expand-lg .navbar-nav .nav-link:focus, .navbar-expand-lg .navbar-nav .nav-link:hover {
	color: #5f9323 !important;
}
.navbar {
	padding: 0;
}
.navbar li.active a.nav-link {
	color: #5f9323;
}
.dropdown-toggle::after {
	display: none;
}
.dropdown-menu {
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 99;
	min-width: 210px;
	background-color: #fff;
	white-space: nowrap;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	animation: fadeIn 0.4s;
	-webkit-animation: fadeIn 0.4s;
	-moz-animation: fadeIn 0.4s;
	-o-animation: fadeIn 0.4s;
	-ms-animation: fadeIn 0.4s;
}
.dropdown-menu:before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 100%;
	left: 20%;
	margin-left: -5px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #fff;
}
.dropdown:hover .dropdown-menu {
	display: block;
	position: absolute;
	text-align: left;
	top: 100%;
	border: none;
	animation: fadeIn 0.4s;
	-webkit-animation: fadeIn 0.4s;
	-moz-animation: fadeIn 0.4s;
	-o-animation: fadeIn 0.4s;
	-ms-animation: fadeIn 0.4s;
}
.dropdown .dropdown-menu .dropdown-item {
	width: 100%;
	padding: 12px 20px;
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #f1f1f1;
	text-decoration: none;
	display: inline-block;
	float: left;
	clear: both;
	position: relative;
	outline: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.dropdown .dropdown-menu .dropdown-item:last-child {
	border-bottom: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.dropdown .dropdown-menu .dropdown-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.dropdown .dropdown-item:focus, .dropdown .dropdown-item:hover, .dropdown .dropdown-item.active {
	color: #5f9323;
	background: #f7f7f7;
}
.dropdown-item.active, .dropdown-item:active {
	background: transparent;
}
.fadeInUpMenu {
	-webkit-animation-name: fadeInUpMenu;
	animation-name: fadeInUpMenu;
}
.slicknav_btn {
	border-color: #5f9323;
}
.slicknav_menu .slicknav_icon-bar {
	background: #5f9323;
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
#nav-main li a.nav-link {
	padding-top: 18px;
}
}
.navbar-toggler {
	display: none;
}
.mobile-menu {
	display: none;
}
.slicknav_menu {
	display: none;
}
/* ==========================================================================
3. Hero Area
========================================================================== */
#hero-area {
	color: #fff;
	overflow: hidden;
	position: relative;
	background: #d9a7c7;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #d3c8ff, #3d2a89);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #d3c8ff, #3d2a89);
}
#hero-area .contents {
	padding: 170px 0px 50px;
}
#hero-area .contents h5 {
	font-size: 50px;
}
#hero-area .contents .head-title {
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 30px;
	margin-top: 30px;
}
.sloder-img {
	background: #34363a;
}
/* Team Item */
.team-item:hover {
	box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.35);
}
.team-item {
	margin: 15px 0;
	border-radius: 0px;
	box-shadow: 0 10px 30px -7px rgba(0, 0, 0, 0.35);
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.team-item .team-img {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	border-radius: 0px;
}
.team-item .team-overlay {
	height: 100%;
	position: absolute;
	top: 0;
	background: rgba(255, 255, 255, 0.8);
	opacity: 0;
	width: 100%;
	border-radius: 0px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.team-item .overlay-social-icon {
	color: #fff;
	top: 45%;
	position: absolute;
	display: table-cell;
	margin: 0 auto;
	width: 100%;
}
.team-item .overlay-social-icon .social-icons {
	padding-left: 0;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.team-item .overlay-social-icon .social-icons li {
	display: inline-block;
	margin: 0 4px;
}
.team-item .overlay-social-icon .social-icons li a {
	letter-spacing: 0px;
	outline: 0 !important;
}
.team-item .overlay-social-icon .social-icons li a i {
	font-size: 20px;
	color: #fff;
	width: 36px;
	height: 36px;
	background: #5f9323;
	display: block;
	border-radius: 4px;
	line-height: 36px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.team-item .overlay-social-icon .social-icons li a:hover .lni-facebook-filled {
	background: #3B5998;
}
.team-item .overlay-social-icon .social-icons li a:hover .lni-twitter-filled {
	background: #00aced;
}
.team-item .overlay-social-icon .social-icons li a:hover .lni-instagram-filled {
	background: #fb3958;
}
.team-item .info-text {
	padding: 15px 20px;
	background: #fff;
}
.team-item .info-text h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 5px;
}
.team-item .info-text h3 a {
	color: #333;
}
.team-item .info-text h3 a:hover {
	color: #5f9323;
}
.team-item .info-text p {
	margin: 0;
	color: #888;
}
.team-item:hover .team-overlay {
	opacity: 1;
}
/* ==========================================================================
   Pricing Table Style
   ========================================================================== */
#pricing {
	text-align: center;
}
#pricing .title {
	padding-top: 25px;
	padding-bottom: 25px;
}
#pricing .title h3 {
	text-transform: uppercase;
	color: #5f9323;
	font-size: 15px;
	margin-bottom: 0px;
}
#pricing .table {
	margin-top: 30px;
	padding-bottom: 30px;
	border-radius: 4px;
	box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#pricing .table .icon {
	padding-top: 30px;
}
#pricing .table .icon i {
	color: #5f9323;
	font-size: 42px;
}
#pricing .table .pricing-header {
	position: relative;
	padding-bottom: 20px;
	text-align: center;
}
#pricing .table .pricing-header .price-value {
	font-size: 24px;
	color: #585b60;
	position: relative;
	text-align: center;
	font-weight: 700;
	line-height: 62px;
}
#pricing .table .pricing-header .price-value sup {
	font-size: 18px;
	font-weight: 500;
	top: -18px;
}
#pricing .table .pricing-header .price-value span {
	font-size: 14px;
	font-weight: 500;
}
#pricing .table .description {
	text-align: center;
	padding: 0px 50px;
	margin-bottom: 20px;
	height: 200px;
}
#pricing .table .description li {
	font-size: 14px;
	font-weight: 400;
	color: #abacae;
	padding-bottom: 15px;
}
#pricing .table:hover {
	background: #f8f9fb;
	box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
}
#pricing #active-tb {
	background: #f8f9fb;
	box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
}
#pricing .active {
	z-index: 99999;
}
.testimonial {
	background: #34363a;
}
.testimonial-item {
	padding: 40px;
	border-radius: 4px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.06);
}
.testimonial-item .img-thumb {
	position: relative;
	margin: 15px 15px 15px 0;
}
.testimonial-item .img-thumb img {
	border-radius: 50%;
	box-shadow: 0px 0px 7px rgba(255, 255, 255, 0.5);
	display: inline-block;
	width: inherit;
	padding: 7px;
}
.testimonial-item .content {
	overflow: hidden;
}
.testimonial-item .content .description {
	width: 100%;
}
.testimonial-item .info h2 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 30px;
	margin: 0;
}
.testimonial-item .info h2 a {
	color: #5f9323;
}
.testimonial-item .info h3 {
	margin: 0;
	clear: both;
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 10px;
}
.testimonial-item .info h3 a {
	color: #fff;
}
.testimonial-item .info .indicator {
	font-size: 26px;
	font-weight: 700;
	color: #5f9323;
}
.testimonial-item .icon-social {
	margin-top: 30px;
}
.testimonial-item .icon-social a {
	color: #666;
	background: #fff;
	width: 32px;
	height: 32px;
	line-height: 34px;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	font-size: 15px;
	margin: 15px 6px 12px 4px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.testimonial-item .icon-social a:hover {
	color: #fff;
}
.testimonial-item .icon-social .facebook:hover {
	background: #3b5999;
}
.testimonial-item .icon-social .twitter:hover {
	background: #4A9CEC;
}
.testimonial-item .icon-social .instagram:hover {
	background: #D6274D;
}
.testimonial-item .icon-social .linkedin:hover {
	background: #1260A2;
}
.testimonial-item .icon-social .google:hover {
	background: #CE332A;
}
.owl-pagination {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -40px;
}
.owl-carousel .owl-dots {
	text-align: center;
	margin-top: 20px;
}
.owl-carousel button.owl-dot {
	display: inline-block;
	zoom: 1;
	display: inline;
	text-align: center;
}
.owl-carousel button.owl-dot span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 2px 4px;
	filter: alpha(opacity=50);
	opacity: 1;
	border-radius: 30px;
	background: #fff;
	border: 2px solid #fff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.owl-carousel button.owl-dot.active span, .owl-carousel button.owl-dot.clickable, .owl-carousel button.owl-dot:hover span {
	background: #5f9323;
}
.slick-slider {
	padding: 80px 0;
}
.slider-center img {
	opacity: 0.7;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	padding: 63px 63px;
	position: relative;
	text-align: center;
}
.slider-center .slick-center img {
	-moz-transform: scale(1.9);
	-ms-transform: scale(1.9);
	-o-transform: scale(1.9);
	-webkit-transform: scale(1.9);
	opacity: 1;
	transform: scale(1.9);
}
.form-control {
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
	border-radius: 30px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	padding: 8px 20px;
	border: 1px solid #abacae;
}
.form-control:focus {
	border-color: #5f9323;
	box-shadow: none;
	outline: none;
}
textarea {
	border-radius: 4px !important;
}
.form-control:focus {
	box-shadow: none;
	outline: none;
}
.btn.disabled, .btn:disabled {
	opacity: 1;
}
.contact-form-area h2 {
	font-size: 18px;
	text-transform: uppercase;
}
.contact-right-area {
	margin-left: 50px;
}
.contact-right {
	padding: 4px;
}
.contact-right .single-contact {
	margin: 20px 0px;
	padding: 3px 55px;
	position: relative;
	color: #abacae;
}
.contact-right .single-contact p {
	margin-bottom: 5px;
}
.contact-right .single-contact p a {
	color: #abacae;
}
.contact-right .contact-icon {
	background: #5f9323;
	color: #fff;
	border-radius: 50%;
	font-size: 20px;
	height: 40px;
	left: 0;
	padding-top: 8px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
}
#contact {
	position: relative;
	overflow: hidden;
}
#contact #contactForm {
	margin-top: 30px;
}
.text-danger {
	font-size: 14px;
	margin-top: 10px;
}
.list-unstyled li {
	color: #d9534f;
}
#conatiner-map {
	margin-top: 30px;
	text-align: center;
	background-color: #fff;
	height: 480px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 101;
	width: 100%;
}
.h3 {
	font-size: 16px;
	margin-top: 26px;
}
.subscribes {
	background: #f8f9fb;
}
.subscribes h4 {
	text-align: center;
	font-size: 40px;
}
.subscribes p {
	font-size: 14px;
	text-align: center;
	margin-bottom: 30px;
}
.subscribe {
	margin-top: 5px;
	width: 100%;
	text-align: center;
}
.subscribe .form-control {
	width: 100%;
	border-radius: 50px;
	position: relative;
	height: 52px;
	border: 1px solid #5f9323;
}
.subscribe .btn-submit {
	border: none;
	cursor: pointer;
	background: transparent;
}
.subscribe .btn-submit i {
	width: 48px;
	height: 48px;
	background: #5f9323;
	cursor: pointer;
	display: block;
	color: #fff;
	line-height: 48px;
	border-radius: 50%;
}
/* Footer Area Start */
.footer-area {
	background: #34363a;
}
.footer-area .footer-titel {
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	padding-bottom: 10px;
	letter-spacing: 0.5px;
}
.footer-area ul li {
	margin-bottom: 10px;
}
.footer-area ul li a {
	color: #ccc;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}
.footer-area ul li a:hover {
	color: #5f9323;
}
.footer-area #subscribe-form {
	margin-top: 15px;
}
.footer-area #subscribe-form .form-group {
	position: relative;
}
.footer-area #subscribe-form .form-group .btn-common {
	position: absolute;
	top: 0;
	right: 0;
	padding: 7px 15px;
	height: 39px;
	border-radius: 0;
	background: transparent;
	color: #5f9323;
	border-left: 1px solid #ddd;
}
#copyright {
	background: #34363a;
	border-top: 2px dotted #3b3d42;
	padding: 10px;
}
#copyright p {
	line-height: 42px;
	color: #fff;
	text-align: center;
	margin: 0;
}
#copyright p a {
	color: #fff;
}
#copyright p a:hover {
	color: #5f9323;
}
.fixed-top {
	top: 40px;
}
.top-header {
	background: #3d2886;
	text-align: right;
}
section#services {
	background: #e4e4e4;
}
.footer-area p {
	font-size: 12px;
	text-align: justify;
	color: #fff;
}
img.logo-eng-footer {
	text-align: center;
	margin: 0 auto;
	display: block;
	position: absolute;
	right: 45%;
	bottom: 35px;
	left: 45%;
}
.container-logo-eu {
	padding: 3px;
	background: #fff;
	display: inline-block;
}
.container-logo-eu:after {
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 42px 0 0 30px;
	border-color: transparent transparent transparent #ffffff;
	position: relative;
	left: 33px;
}
.color-primary {
	color: #679830;
}
.color-secondary {
	color: #3d2886;
}
.font-100 {
	font-weight: 100;
	color: #679830;
}
.top-header p {
	line-height: 40px;
	font-size: 12px;
	color: #fff;
}
.vertical-tabs .nav.nav-tabs {
	float: left;
	display: block;
	margin-right: 20px;
	border-bottom: 0;
	border-right: 1px solid #ddd;
	padding-right: 15px;
}
.vertical-tabs .nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	background: #ccc;
}
.vertical-tabs .nav-tabs .nav-link.active {
	color: #495057;
	border-color: transparent !important;
}
.vertical-tabs .nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0rem!important;
	border-top-right-radius: 0rem!important;
	color: #495057;
	padding: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
	min-height: 105px;
	min-width: 105px;
	width: 200px;
	border: solid 1px #DCE1E5;
	border-radius: 0px;
	padding: 0;
}
.vertical-tabs .tab-content>.active {
	display: block;
	background: #ececec;
	min-height: 700px;
	text-align: left;
	color: #696969;
	padding-left: 215px;
	padding-right: 15px;
	padding-top: 15px;
}
.vertical-tabs .tab-content>.active {
	display: block;
	background: #ffffff;
	min-height: 700px;
	text-align: left;
	color: #696969;
	padding-left: 20px;
	padding-right: 40px;
	padding-top: 15px;
	font-size: 15px;
	line-height: 25px;
	border: 1px solid #dce1e6;
}
.aui ul {
	margin: 0;
}
.vertical-tabs .nav.nav-tabs {
	float: left;
	display: block;
	border-bottom: 0;
	border-right: 1px solid transparent;
	margin-right: 0px;
	padding: 0;
	height: 700px;
	overflow: auto;
}
.vertical-tabs img {
	width: 100%;
	text-align: center;
	display: block;
	margin: 0 auto;
}
section#box-about {
	background: #ddd;
}
.btn-partner {
	background: #619208;
	padding: 5px 30px;
	border-radius: 20px;
}
.role-project {
	background: #fff;
	padding: 5px;
	font-size: 12px;
	border: 2px solid #ddd;
}
.icon-pythia {
	position: absolute;
	background: #f5f5f5;
	height: 40px;
	width: 40px;
	text-align: center;
	top: 5px;
	right: 5px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 5px 0px rgba(212, 212, 212, 0.75);
	border-radius: 50%;
	line-height: 40px;
}
.services-item {
	position: relative;
	display: block;
	padding: 0.625rem 1.25rem;
	overflow: hidden;
}
.services-item:before {
	box-sizing: border-box;
	transform: translateX(100%);
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	border-bottom: 2px solid transparent;
	border-left: 2px solid transparent;
}
.services-item:after {
	box-sizing: border-box;
	transform: translateX(-100%);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	border-top: 2px solid transparent;
	border-right: 2px solid transparent;
}
.services-item:hover {
	color: inherit;
	text-decoration: none;
}
.services-item:hover:before {
	transition: .1s transform linear, .1s height linear .1s;
	transform: translateX(0);
	height: 100%;
	border-color: #5f9323;
}
.services-item:hover:after {
	transition: .1s transform linear .2s, .1s height linear .3s;
	transform: translateX(0);
	height: 100%;
	border-color: #5f9323;
}
.services-content p {
	color: #1f1f1f;
}
#Stakeholders #tabs {
	background: #fff;
	color: #000;
}
#tabs {
	background: #3d2886;
	color: #fff;
}
#tabs h6.section-title {
	color: #fff;
}
#Stakeholders #tabs h6.section-title {
	color: #000;
}
#Stakeholders #tabs .tab-content {
	text-align: left;
}
#tabs .section-title {
	color: #fff;
}
#Stakeholders #tabs .section-title {
	color: #3d2a89;
}
#Stakeholders #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #000;
}
#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #fff;
	background-color: transparent;
	border-color: transparent transparent #f3f3f3;
	border-bottom: 4px solid !important;
	font-size: 20px;
	font-weight: bold;
}
#tabs .nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	color: #eee;
	font-size: 20px;
}
.tab-content {
	text-align: left;
}
#Stakeholders #tabs .nav-tabs .nav-link {
	color: #619208;
}
body.slide-active {
	overflow-x: hidden
}
/*first child of #page-content so it doesn't shift around*/
.no-margin-top {
	margin-top: 0px!important
}
/*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
#page-content {
	position: relative;
	padding-top: 70px;
	left: 0;
}
#page-content.slide-active {
	padding-top: 0
}
/* put toggle bars on the left :: not using button */
#slide-nav .navbar-toggle {
	cursor: pointer;
	position: relative;
	line-height: 0;
	float: left;
	margin: 0;
	width: 30px;
	height: 40px;
	padding: 10px 0 0 0;
	border: 0;
	background: transparent;
}
/* icon bar prettyup - optional */
#slide-nav .navbar-toggle > .icon-bar {
	width: 100%;
	display: block;
	height: 3px;
	margin: 5px 0 0 0;
}
#slide-nav .navbar-toggle.slide-active .icon-bar {
	background: orange
}
.navbar-header {
	position: relative
}
/* un fix the navbar when active so that all the menu items are accessible */
.navbar.navbar-fixed-top.slide-active {
	position: relative
}

/* screw writing importants and shit, just stick it in max width since these classes are not shared between sizes */
@media (max-width:767px) {
#slide-nav .container {
	margin: 0;
	padding: 0!important;
}
#slide-nav .navbar-header {
	margin: 0 auto;
	padding: 0 15px;
}
#slide-nav .navbar.slide-active {
	position: absolute;
	width: 80%;
	top: -1px;
	z-index: 1000;
}
#slide-nav #slidemenu {
	background: #f7f7f7;
	left: -100%;
	width: 80%;
	min-width: 0;
	position: absolute;
	padding-left: 0;
	z-index: 2;
	top: -8px;
	margin: 0;
}
#slide-nav #slidemenu .navbar-nav {
	min-width: 0;
	width: 100%;
	margin: 0;
}
#slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
	min-width: 0;
	width: 80%;
	white-space: normal;
}
#slide-nav {
	border-top: 0
}
#slide-nav.navbar-inverse #slidemenu {
	background: #333
}
/* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
#slide-nav #navbar-height-col {
	position: fixed;
	top: 0;
	height: 100%;
	width: 80%;
	left: -80%;
	background: #eee;
}
#slide-nav.navbar-inverse #navbar-height-col {
	background: #333;
	z-index: 1;
	border: 0;
}
#slide-nav .navbar-form {
	width: 100%;
	margin: 8px 0;
	text-align: center;
	overflow: hidden;/*fast clearfixer*/
}
#slide-nav .navbar-form .form-control {
	text-align: center
}
#slide-nav .navbar-form .btn {
	width: 100%
}
}

@media (min-width:768px) {
#page-content {
	left: 0!important
}
.navbar.navbar-fixed-top.slide-active {
	position: fixed
}
.navbar-header {
	left: 0!important
}
}
#nav-tabContent .table-responsive {
	display: inline-table;
}
header.openness-page-header {
	display: none;
}
div#default-menu {
	display: none;
}
.wrapper {
	float: left;
	margin-top: 0;
	padding-top: 0;
	width: 100%;
}
.results-container {
	display: none;
}
.bread {
	display: none;
}
.aui div#openness-main-portal-container {
	width: 100%;
	padding-left: 0;
	max-width: 100%;
	padding: 0;
}
#p_p_id_aroundme_WAR_opennessframeworkportlet_ {
	display: none;
}
div#p_p_id_58_ {
	display: none;
}
div#layout-column_column-1 .portlet-topper {
	display: none;
}
.aui .container {
	margin-right: auto;
	margin-left: auto;
}
header.openness-page-header {
	position: initial;
	width: auto;
	height: inherit;
}
#top-header p {
	text-align: inherit;
}
header {
	position: inherit;
	width: inherit;
	height: inherit;
	border-bottom: none !important;
	background: none !important;
}
.aui .collapse {
	position: inherit;
	height: inherit;
	overflow: inherit;
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}
.aui .nav-tabs>li {
	float: initial;
}
div#About-the-project {
	background: #fff;
	padding-top: 0;
}
#the-Consortium p, #About-the-project p {
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin: 0 !important;
	font-size: 14px;
	line-height: 25px !important;
	color: #8a8a8a;
	text-align: justify;
}
#About-the-project .text-wrapper {
	height: 100%;
	display: table;
	padding-left: 100px;
	padding-right: 50px;
}
div#About-the-project .col-md-12.col-sm-12 {
	padding: 0;
}
#box-about .services-content p {
	color: #8b8b8b;
	font-size: 15px;
}
#the-Consortium h5 {
	font-size: 22px;
	margin-bottom: 15px;
	color: #6a9810;
}
#the-Consortium .btn-partner {
	background: #619208 !important;
	padding: 5px 30px !important;
	border-radius: 20px;
	font-size: 14px !important;
	/* padding: 10px 30px; */
	cursor: pointer;
	font-weight: 400;
	color: #fff !important;
	border-radius: 30px !important;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	display: inline-block;
	text-decoration: none !important;
	font-weight: normal;
	border: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	margin-top: 10px;
}
.role-project {
	background: #f1f1f1;
	padding: 5px;
	font-size: 12px;
	border: 2px solid #ddd;
	font-size: 14px;
	line-height: 25px;
}
section#Collective-Intelligence .tab-pane {
	font-size: 15px;
	line-height: 25px;
}
section#Stakeholders {
	background: #fff;
}
.blue section#Stakeholders tr {
	color: #424242!important;
}
.aui #footer {
	text-align: left;
}
div#p_p_id_1_WAR_limsportlet_ {
	display: none;
}
.aui.safari .row:before, .aui.safari .row:after {
	display: inline-block;
}


.p-news {
    font-size: 15px;
	line-height: 20px;
}

.p-news ul li {
    padding-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#news .journal-content-article a{
	text-decoration: none !important;
}

section#News {
    padding-bottom: 50px;
    background: #3d2886;
    color: #fff;
}

.nocopy {
    padding: 3px !important;
    background: #fff;
    margin-top: 40px;
    color: #000;
}

.nocopy .col-md-5 {
    padding-top: 15px;
}

.img-news {
    margin-top: 0;
    border: 5px solid white !important;
    padding: 5px;
}

section#News a {
    text-decoration: none;
}

.carousel-item .badge {
    padding: 3px 10px;
    margin-right: 3px;
    position: relative;
    top: -2px;
    background: #599411;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
}