@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@500&amp;family=Roboto&amp;display=swap');

:root {
	--primary_font: 'Maven Pro', sans-serif;
	--secondary_font: 'Roboto', sans-serif;
	--primary_color: #49CEA4;
	--primary_blue: #355396;
	--dark_color: #333333;
	--grey_color: #A8A8A8;
	--grey_color_alt: #979797;
	--letter_spacing: 3.36px;
	--alt_blue: #000D29;
}

body {
	background: #F9F9F9;
	margin: 0;
    overflow-x: hidden;
}

a:focus,
input:focus,
button:focus {
	outline: none;
}

a,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
article {
	color: inherit;
}

p{
	font-size: 18px;
	font-family: var(--secondary_font) !important;
}
span{
	font-size: 18px;
	font-family: var(--secondary_font) !important;
}
h1{
	font-size: 32px;
	font-family: var(--primary_font);
}
h2{
	font-size: 28px;
	font-family: var(--primary_font);
}
h3{
	font-size: 24px;
	font-family: var(--primary_font);
}
h4{
	font-size: 22px;
	font-family: var(--primary_font);
}

section,
main {
	position: relative;
}

.k_btn {
	padding: 12px 38px;
	font-weight: 600 !important;
	color: #fff;
	text-decoration: none;
	background: var(--primary_color) !important;
	font-size: 15px;
	border-radius: 0;
	border: none;
	box-shadow: 0px 3px 6px #00000029;
	opacity: 1;
	border-radius: 20px;
	transition: 0.4s ease-in-out;
	text-transform: uppercase;
}

.k_btn:hover,
.k_btn:focus {
	outline: none;
	opacity: 0.7;
	color: #fff;
	text-decoration: none;
}

.menu-item{

	color: var(--grey_color_alt);
	outline: none;
	font-weight: 500;
	font-size: 20px;
	transition: all 0.5s ease-in-out;
	margin: 0 10px;
	font-family: var(--primary_font);
	list-style: none;
}

.navbar {
	background: rgba(255, 255, 255);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}

.navbar .navbar-brand img {
	width: 200px;
	height: 64px;
	object-fit: contain;
	margin-left: -10px;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: var(--grey_color_alt);
	outline: none;
	font-weight: 500;
	font-size: 16px;
	padding: 10px 20px;
	transition: all 0.5s ease-in-out;
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: #000;
}

.navbar-toggler img {
	width: 34px;
}

.carousel-wrap {
	margin: 10px auto;
	position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
	position: relative;
	z-index: 100;
	-webkit-backface-visibility: hidden;
}


/* end fix */


@media screen and (max-width: 764px) {
	.navbar .navbar-brand img {
		width: 150px;
	}

	.navbar-dark .navbar-nav .k_btn {
		margin: 1.8rem 0;
	}

	.social a {
		display: inline;
	}
}

/* Content */

.k_hero {
	min-height: 100vh;
	padding-top: 1rem;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.k_hero.isSmall {
	min-height: 50vh;
	justify-content: center;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.k_hero.isSmall.alt {
	align-items: flex-end;
}

.slider_nav {
	min-height: 50px;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.k_hero .content {
	padding-top: 1rem;
}

.k_hero .content h1 {
	color: #fff;
	font-size: 36px;
	font-weight: 900;
}

.k_hero .content p {
	font-size: 18px;
	color: #fff;
}

.avatar_area {
	margin-top: 3.5rem;
}

.avatar_area img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.avatar_area .name {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: var(--letter-spacing);
}

.slider_nav .customNextBtn,
.slider_nav .customPreviousBtn {
	background: rgba(255, 255, 255, 0.5);
	color: #fff;
	padding: 10px;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	font-size: 0.6rem;
	font-weight: bold;
}

.floating_card {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #C1C1C1;
	border-radius: 5px;
	opacity: 1;
	min-height: 200px;
	margin: 5rem auto;
}

.floating_card a {
	text-decoration: none;
}

.floating_card.right {
	position: absolute;
	right: 0;
	top: 30%;
}

.floating_card.left {
	position: absolute;
	left: 0;
	bottom: 50%;
}

.floating_card .heading {
	margin-top: -3rem;
}

.floating_card .heading h4 {
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;

}

.floating_card .title {
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	margin-top: 1rem;
}

.floating_card .heading img {
	width: 50%;
	display: block;
	margin: 10px auto;

}

@media screen and (max-width: 768px) {
	.floating_card.right {
		position: relative;
		right: unset;
		top: unset;
	}

	.floating_card.left {
		position: relative;
		left: unset;
		bottom: unset;
	}
}

.slider_nav .customNextBtn {
	margin-left: 2px;
}

.slider_nav .tags span {
	font-size: 0.6rem;
	background: var(--grey_color);
	letter-spacing: 3.53px;
	color: #FFFFFF;
	text-shadow: 0px 3px 6px #00000029;
	padding: 10px;
	font-weight: 600;


}

.slider_nav .tags span.active {
	background: rgba(73, 206, 164, 0.5);
}

.k_hero .slider .content {
	color: #fff;
}

.k_hero .slider .content h1 {
	font-size: 32px;
	font-weight: 900;
	color: #fff;
}

.k_hero .slider .content .info {
	display: flex;
	align-items: center;
	min-height: 30px;
	margin-top: 2rem;
}

.k_hero .slider .content .info img {
	width: 50px;
	height: 50px;
	object-fit: contain;
	border-radius: 50%;
}

.k_hero .slider .content .info .name {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	padding: 10px 14px;
	border-right: 1px solid #fff;
	letter-spacing: 3.86px;
}

.k_hero .slider .content .info .date {
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	color: var(--grey_color);
	letter-spacing: 3.86px;
	text-shadow: 0px 3px 6px #00000029;
	padding: 10px 14px;
}

@media screen and (max-width: 1112px) {
	.k_hero {
		padding-top: 5rem;
	}

	.slider_nav {
		display: block;
		justify-content: unset;
	}

	.slider_nav .tags span {
		display: inline-block;
		margin-top: 10px;
	}

	.slider_nav .customNextBtn,
	.slider_nav .customPreviousBtn {
		margin-top: 1rem;
	}

	.k_hero .slider .content .info {
		display: block;
		margin-top: 0.6rem;
	}

	.k_hero .slider .content .info .name,
	.k_hero .slider .content .info .date {
		font-size: 14px;
		margin: 5px 0 !important;
		border: none;
	}
}

.k_hero_form {
	-webkit-box-shadow: -1px -1px 0px 34px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: -1px -1px 0px 34px rgba(255, 255, 255, 0.5);
	box-shadow: -1px -1px 0px 30px rgba(255, 255, 255, 0.5);
	padding: 0;
	width: 95%;
	margin: 0 auto;
}

.k_hero_form form {
	/*height: 500px;*/
	background: #fff 0% 0% no-repeat padding-box;
	box-shadow: 0px 4px 6px #00000029;
	margin-top: 0;
	margin-bottom: -20rem;
	overflow-y: auto;
	padding: 3rem 2rem;
	z-index: 99;
	border-bottom: 2px solid #49cea4;
}

.k_hero_form_footer form {
	background: #fff 0% 0% no-repeat padding-box;
	box-shadow: 0px 4px 6px #00000029;
	margin-bottom: 50px;
	margin-top: 0rem;
	overflow-y: auto;
	padding: 3rem 2rem;
	z-index: 99;
	border-bottom: 2px solid #49cea4;
}

.h_line {
	height: 6px;
	width: 70px;
	margin: 10px auto;
	background: var(--primary_color);
}

.h_line.alt2 {
	margin: 10px 0;
}

.h_line.alt {
	background: #fff;
	margin: 10px 0;
}

.k_hero_form form .form_title {
	font-size: 24px;
	font-weight: 600;
}

.k_hero_form form .form_desc {
	font-size: 16px;
}

.k_field {
	padding: 14px;
	border: 2px solid var(--primary_color);
	color: var(--grey_color);
	height: 60px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 0;
}


.k_field.alt {
	background: rgba(255, 255, 255, 0.3);
	color: #fff;
	border: none;
}

.k_field.alt::-webkit-input-placeholder {
	color: #fff;
}

.k_field.alt:-ms-input-placeholder {
	color: #fff;
}

.k_field.alt::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.k_field.alt:-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.k_field.isCenter {
	text-align: center;
}

.k_field:focus {
	box-shadow: none;
	border-color: var(--primary_color);
}

@media screen and (max-width: 1112px) {
	.k_hero_form form {
		padding: 1rem 1rem;
		margin-top: 1rem;
		margin-bottom: -4rem;
	}
}

.k_section {
	min-height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: initial;
	padding: 3rem 0;
}

.k_section.mt-match {
	margin-top: 5rem;
}

@media screen and (max-width: 950px) {
	.k_section.mt-match {
		margin-top: 6rem;
	}

}

.k_header {
	border-bottom: 8px solid var(--primary_color);
	padding: 3px 0;
	min-height: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.k_header.fluid {
	justify-content: center;
}

.k_header.nB {
	border: none;
}

.k_header .heading h3 {
	color: inherit;
	font-size: 28px;
	font-weight: bolder;
}

/*.author .bb {
	border-bottom: 1px solid var(--grey_color);
	}*/

	.author .author_bio {
		padding: 1rem 0;
	}

	.author .author_bio p {
		font-size: 16px;
		font-weight: 400;
	}

	.author .author_img_area img {
		width: 100px;
		height: auto;
		align-items: center;
		display: block;
		margin: auto;
		border-radius: 50%;
	}

	@media only screen and (min-width : 320px) and (max-width : 1024px) {
		.author .author_img_area img {
			width: 100px;
			height: auto;
			align-items: center;
			display: block;
			margin: auto;
			border-radius: 50%;
		}
	}

	.link a {
		font-size: 18px;
		font-weight: 600;
		color: var(--primary_blue);
		letter-spacing: 3.53px;
		transition: 0.4s ease-in-out;
		text-decoration: none;
		text-transform: uppercase;
	}

	.text-is-primary {
		color: var(--primary_color) !important;
	}

	.article_card {
		padding: 10px;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		box-shadow: 0px 6px 25px #00000029;
		opacity: 1;
		min-height: 300px;
		margin: 1rem auto;
	}

	.article_card .body {
		display: flex;
		min-height: 200px;
		justify-content: space-between;
	}

	.article_card .body.alt {
		justify-content: unset;
	}

	.a-p {
		padding: 1rem;
	}

	.pagination .page-numbers {
		margin: 0 6px;
		border: 2px solid #A8A8A8;
		border-radius: 6px;
		font-size: 14px;
		font-weight: bold;
		color: var(--grey_color);
		position: relative;
		display: block;
		padding: .5rem .75rem;
	}

	@media screen and (max-width: 768px) {
		.pagination .page-numbers {
			margin: 0 1px;
			font-size: 12px;
		}

		.a-p {
			padding: 0;
		}
	}

	.page-numbers.current {
		background: var(--primary_blue);
		color: #fff;
		border-color: var(--primary_blue);
	}

	.article_card .body .img img {
		height: 200px;
		width: 170px;
		object-fit: contain;
	}

	.article_card .body .info {
		padding: 10px;
	}

	.article_card .body .info .title {
		/*font-size: 18px;*/
		font-weight: 900;
		margin-top: 0;
	}

	.article_card .body .info .desc {
		font-size: 16px;
		font-weight: normal;
	}

	.article_card .body .info .author {
		display: flex;
		min-height: 50px;
		align-items: center;
	}

	.article_card .body .info .author img {
		width: 50px;
		height: 50px;
		border-radius: 50%;
	}

	.article_card .body .info .author .name {
		display: inline-block;
		font-size: 14px;
		font-weight: 600;
		margin-top: 1rem;
		margin-left: 10px;
		letter-spacing: var(--letter_spacing);
	}

	.article_card .footer {
		display: flex;
		min-height: 30px;
		align-items: center;
		justify-content: space-between;
		margin-top: 5px;
	}

	.article_card .footer .text p {
		font-size: 12px;
		color: var(--grey_color_alt);
		font-weight: 600;
		margin-top: 12px;
		letter-spacing: var(--letter_spacing);
	}

	.article_card .footer .link a {
		font-size: 12px;
		display: inline-block;
		color: #49CEA4;
	}

	@media screen and (max-width: 950px) {

		.article_card .body,
		.article_card .footer {
			display: block;
		}

		.article_card .body .img img {
			height: 150px;
			width: 100%;
			object-fit: cover;
		}

		.article_card .footer .text p {
			margin: 0;
		}
	}

	.cta {
		background: var(--alt_blue);
	}

	.cta .content h3 {
		color: #fff;
		font-weight: bolder;
	}

	.cta .content h3 em {
		color: var(--primary_color);
	}

	.cta .content p {
		font-size: 16px;
		color: #fff;
	}

	.subscribe.k_section {
		background: linear-gradient(to bottom, rgba(53, 84, 150, 0.5), rgba(53, 84, 150, 0.5)),
		url(../png/hero_bg-2.png) !important;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 4rem 0;
	}

	.subscribe .k_hero_form {
		width: 90%;
	}

	.subscribe .k_hero_form form {
		margin-top: 0;
		margin-bottom: 0;
	}

	.subscribe .content {
		display: flex;
		min-height: 420px;
		align-items: center;
	}

	.subscribe .content h1 {
		color: #fff;
		font-weight: bolder;
		font-size: 40px;
	}

	.subscribe .content p {
		color: #fff;
		font-size: 16px;
		font-weight: normal;
	}

	@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) and (orientation : portrait) {
		.subscribe .content {
			display: flex;
			min-height: auto;
			align-items: center;
		}
	}


	.info_card {
		background: #FFFFFF 0% 0% no-repeat padding-box;
		box-shadow: 0px 6px 25px #00000029;
		opacity: 1;
		padding: 20px;
		min-height: 200px;
		text-align: center;
		margin: 2rem auto;
	}

	.zoom {
		overflow: hidden;
		padding: 0;
		width: 200px;
		height: 150px;
		border-radius: 1rem;
		background: #355396;
		margin: -4rem auto 1rem auto;
	}

	.zoom img {
		transition-duration: 0.4s;
		margin: 0 auto;
		display: block;
		border-radius: 1rem;
		width: 100%;
	}

	.info_card:hover .zoom img {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		z-index: 0;
		border-radius: 1rem;
	}

	.info_card a {
		text-decoration: none;
	}



	.info_card .title {
		font-size: 18px;
		font-weight: 900;
		margin-top: 1.5rem;
	}

	.info_card.bb_primary {
		border-bottom: 5px solid #27AB81;
	}

	.info_card.bb_blue {
		border-bottom: 5px solid #355396;
	}

	.info_card.bb_purple {
		border-bottom: 5px solid #AB27AB;
	}

	.info_card .desc {
		font-size: 14px;
		font-weight: 400;
	}

	.k_footer {
		padding-top: 4rem;
		background: url(../jpg/bg-home-footer.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
	}

	.k_footer .footer_content {
		padding: 10px 0;
	}

	.k_footer .footer_content .title {
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 1.45rem;
		color: #fff;

	}

	.article_area {
		background: #FFFFFF 0% 0% no-repeat padding-box;
		opacity: 1;
		margin-top: -5rem;
		padding: 3rem 6rem;
		position: relative;
	}
	.article_area a {
		color: #49cea4;
	}


	.social_share {
		padding: 10px 15px;
		border: 1px solid #E6E6E6;
		border-radius: 23px;
		display: inline-block;
		position: absolute;
		top: 5rem;
		left: 3rem;
	}

	.social_share ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.social_share ul li {
		margin: 10px auto;
	}



	.social_share ul li a {
		color: inherit;
		text-decoration: none;
	}

	.social_share ul li a i.ti-twitter {
		color: #0096E3;
	}

	.social_share ul li a i.ti-facebook {
		color: #355396;
	}

	.social_share ul li a i.ti-linkedin {
		color: #207BD6;
	}

	.social_share ul li a i.ti-link {
		color: #000000;
	}

	.social_share ul li a i.ti-email {
		color: #49CEA4;
	}

	.a_paragraph {
		margin: 1rem auto;
		padding: 1rem;
	}

	.article_area .a_paragraph_link {
		color: var(--primary_color);
		font-weight: 600;

	}

	.article_area .article_image img {
		width: 100%;
		object-fit: contain;
	}

	@media screen and (max-width: 768px) {
		.social_share ul li {
			display: inline;
			position: relative;
			margin: 10px 8px;
		}
	}

	@media screen and (max-width: 768px) {
		.social_share {
			position: relative;
			top: 0;
			left: 0;

		}

		.social_share ul li {
			display: inline;
			top: 0;
		}

		.article_area {
			padding: 3rem 1rem;
		}

		.a_paragraph {
			margin: 1rem auto;
			padding: 0;
		}
	}

	.k_footer .footer_content .footer_links {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.k_footer .footer_content .footer_links .link_item .link {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
}

	.k_footer .footer_content .footer_links .link_item .link:hover {
		text-decoration: none;
	}

	.k_footer .footer_content .footer_links .link_item .link:before {
		content: "";
		display: block;
		position: absolute;
		width: 0;
		bottom: -2px;
		left: 0;
		border-bottom: 2px solid #fff;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		margin-top: 4px;

	}

	.k_footer .footer_content .footer_links .link_item .link:hover:before {
		width: 100%;
	}

	.k_footer .footer_content .social a {
		color: #fff;
		display: inline-block;
		margin: 0 10px;
		font-size: 17px;
		text-decoration: none;
	}

	.k_footer .copyright {
		font-size: 16px;
		color: #fff;
		font-weight: 400;
		margin-top: 2rem;
	}
/*.top-100{
	top:90px;
}
@media screen and (max-width: 450px) {

	.navbar {
		background: rgba(255, 255, 255, 0.9);
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 999;
	}

	}*/
	.admin-bar .navbar{
		top: 32px;
	}
	li.widget_text{
		list-style: none;
	}
	.alignleft, img.alignleft {
		margin-right: 1.5em;
		display: inline;
		float: left;
	}
	.alignright, img.alignright {
		margin-left: 1.5em;
		display: inline;
		float: right;
	}
	.aligncenter, img.aligncenter {
		margin-right: auto;
		margin-left: auto;
		display: block;
		clear: both;
	}
	.wp-caption {
		margin-bottom: 1.5em;
		text-align: center;
		padding-top: 5px;
	}
	.wp-caption img {
		border: 0 none;
		padding: 0;
		margin: 0;
	}
	.wp-caption p.wp-caption-text {
		line-height: 1.5;
		font-size: 10px;
		margin: 0;
	}
	.wp-smiley {
		margin: 0 !important;
		max-height: 1em;
	}
	blockquote.left {
		margin-right: 20px;
		text-align: right;
		margin-left: 0;
		width: 33%;
		float: left;
	}
	blockquote.right {
		margin-left: 20px;
		text-align: left;
		margin-right: 0;
		width: 33%;
		float: right;
	}
	.gallery dl {}
	.gallery dt {}
	.gallery dd {}
	.gallery dl a {}
	.gallery dl img {}
	.gallery-caption {}

	.size-full {}
	.size-large {}
	.size-medium {}
	.size-thumbnail {}
	.comment-author img{
		border-radius: 50%;
	}
	.comment-author .says{
		display: none;
	}
	.comment-author .fn{
		text-transform: capitalize;
		font-weight: 400;
	}
	.comment-list{
		list-style: none;
	}
	.comment-body{
		margin: 20px;
	}
	ol.children{
		list-style: none;
	}
	.comment-form-comment{
		display: grid;
	}
	.comment-form-author{
		display: grid;
		width: 200px;
	}
	.comment-form-email{
		display: grid;
		width: 200px;
	}
	textarea#comment{
		height: 100px;
		border-radius: 20px;
		padding: 5px 10px;
	}
	textarea#comment:focus{
		border:inherit;
	}
	input#author{
		border-radius: 20px;
		padding: 5px 10px;
	}
	input#email{
		border-radius: 20px;
		padding: 5px 10px;
	}
	input#submit{
		padding: 12px 38px;
		font-weight: 600 !important;
		color: #fff;
		text-decoration: none;
		background: var(--primary_color) !important;
		font-size: 15px;
		border-radius: 0;
		border: none;
		box-shadow: 0px 3px 6px #00000029;
		opacity: 1;
		border-radius: 20px;
		transition: 0.4s ease-in-out;
		text-transform: uppercase;
	}
	.main-nav ul ul {
		display: none;
	}
	.main-nav ul li:hover > ul {
		display: block;
	}
	.main-nav li {
		position: relative;
	}
	.main-nav ul ul {
		display: none;
		position: absolute;
		background: #eaecf1;
		padding: 20px 10px;
		z-index: 99999;
		width: 150px;
	}
	@media screen and (max-width: 768px) {

		.main-nav ul ul {
			display: none;
			position: relative;
			background: #ffffff;
			padding: 10px 10px;
			z-index: 99999;
			width: 150px;
		}

	}
	@media screen and (max-width: 600px){
		#wpadminbar {
			position: fixed;
		}
		.article_card .body .info {
			padding: 20px;
		}
		.k_hero_form_footer form {
			margin-bottom: 50px !important;
			margin-top: 5rem !important;
		}
	}
	.cta-tx h1{
		color: white;
	}
	.cta-tx p{
		color: white;
	}
	.btn-search{
		background: transparent;
		border: transparent;
		color: #49cea4;
		margin-left: 40px;
		font-weight: 800;
		font-size: 20px;
	}
	.overlay {
		height: 100%;
		width: 100%;
		display: none;
		position: fixed;
		z-index: 1;
		top: 0;
		left: 0;
		background-color: rgb(0,0,0);
		background-color: rgba(0,0,0, 0.9);
	}

	.overlay-content {
		position: relative;
		top: 46%;
		width: 80%;
		left: 5%;
		text-align: center;
		margin-top: 30px;
		margin: auto;
	}

	.overlay .closebtn {
		position: absolute;
		top: 30%;
		right: 20%;
		width: 40px;
		font-size: 22px;
		cursor: pointer;
		background: white;
		border-radius: 20px;
		height: 40px;
		text-align: center;
		padding-top: 5px;
	}

	.overlay .closebtn:hover {
		color: #ccc;
	}

	.overlay input[type=text] {
		padding: 15px;
		font-size: 17px;
		border: none;
		float: left;
		width: 80%;
		background: white;
	}

	.overlay input[type=text]:hover {
		background: #f1f1f1;
	}

	.overlay button {
		float: left;
		width: 20%;
		padding: 15px;
		background: #ddd;
		font-size: 17px;
		border: none;
		cursor: pointer;
	}

	.overlay button:hover {
		background: #bbb;
	}
	.menu-item a{
		color: #49CEA4 !important;
	}
	.menu-item a:focus{
		color: #49CEA4 !important;
		text-decoration: none;
	}
	.title a{
		font-weight: 900;
	    margin-top: 0;
	    color: #49CEA4 !important;

	}
.article_area a span {
    color: #49cea4;
}