/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/* @font-face {
	font-family: 'Kollektif-Regular';
	src: url('assets/fonts/Kollektif.eot');
	src: local('☺'), url('assets/fonts/Kollektif.woff') format('woff'), 
	url('assets/fonts/Kollektif.ttf') format('truetype'), 
	url('assets/fonts/Kollektif.svg') format('svg');
	font-weight: normal;
	font-style: normal;
} */

body{font-size: 16px;/* font-family: 'Kollektif-Regular'; */color: #000;}


*{line-height: normal;}
h1, h2, h3, h4, h5, h6, p, a{line-height: normal;}
p {margin-bottom: 15px;}
a{outline: none;color: #003883;}
a:hover, a:focus{color: #1d9f9e;outline: none;}
button,
button:focus{outline: none;}
br{line-height: 0;}

img{
	width:100%;
	height:auto;
}

/*<============== css start ==============>*/


/*blog-box-css*/
.search_header{
    text-align:center;
    margin-bottom:30px;
}
.blog_box{
	border: 2px solid #14AE5C;
	border-radius: 42px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	transition: 0.3s;
	margin-bottom: 30px;
	height: 100%;
	overflow: hidden;
}
.blog_box .blog_wrap{
	padding:15px 15px 20px 15px;
}
.blog_box .blog_header .blog_title a{
    display:inline-block;
    width:100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    color:#14AE5C;
}
.blog_box .blog_header .blog_title a:hover{
	text-decoration:none;
}
.blog_box .blog_content{
	height: 86px;
    overflow: hidden;
}
.blog_box .blog_content p:empty{
	display:none;
}
.blog_box .blog_btn{
	color: #fff;
    display:inline-block;
    margin-top:20px;
    transition:0.5s;
	border-radius: 52px;
	background-color: #14AE5C;
	border: 2px solid #14AE5C;
	font-weight: 700;
	font-size: 16px;
	padding: 12px 32px;
	text-transform: capitalize;
	
}
.blog_box .blog_btn:hover {
	text-decoration: none;
	color: #14AE5C;
	background-color: transparent;
	border: 2px solid #14AE5C;
}
/*blog-box-css-end*/

/*404-page*/
.faq-header{
	display:none;
}
.img-404{
	text-align:center;
	display:inline-block;
	width:100%;
}
.img-404 img{
    width:100%;
    max-width:420px;
    height:auto;
    margin:0px auto;
    display:inline-block;
}
.btn-home-404{
	display:inline-block;
	font-size:18px;
	background-color:green;
	color:white;
	border-radius:5px;
	border:1px solid green;
	padding:5px 20px 8px 20px;
	transition:0.5s;
}
.btn-home-404:hover{
	background-color:transparent;
	color:green;
	text-decoration:none;
}
.text-404 p{
    color:red;
    font-size: 24px;
	margin-top: 28px;
	margin-bottom: 27px;
}
/*404-page-end*/

/*blog-single-page*/
.related_post .titleh4{
	text-align:center;
	font-size:28px;
	margin-bottom:30px;
}
/*blog-single-page-end*/

/*comment*/
.comments-area{
	margin-bottom:50px;
}
.comments-area .comment-respond{
    width:100%;
    max-width:500px;
    /*margin:0px auto;*/
}
.comments-area label{
	display:block;
	width:100%;
	font-size:17px;
	font-weight:600;
}
.comments-area input{
	width: 100%;
	border: 1px solid #b1b1b1;
	padding: 7px 10px;
}
.comments-area .comment-form-cookies-consent{
   position:relative;
}
.comments-area .comment-form-cookies-consent input{
   position:absolute;
   top:0px;
   left:0px;
   right:0px;
   bottom:0px;
   z-index:5;
   opacity:0.000000000001;
}
.comments-area .comment-form-cookies-consent label{
   padding-left:26px;
   position:relative;
   font-weight:normal;
}
.comments-area .comment-form-cookies-consent label:before{
	content:"";
	position:absolute;
	left:0px;
	top:3px;
	border:1px solid black;
	width:16px;
	height:16px;
}
.comments-area .comment-form-cookies-consent label:after{
	content:"";
	position:absolute;
	left:3px;
	top:7px;
	border-bottom:1px solid black;
	border-left:1px solid black;
	width: 10px;
	height: 5px;
	transform: rotate(-47deg);
	display:none;
}
.comments-area .comment-form-cookies-consent input:checked + label:after{
	display:block;
}
.comments-area .comment-form-comment textarea{
    width:100%;
    height:100px;
    border: 1px solid #b1b1b1;
    padding: 7px 10px;
}
.comments-area .form-submit input{
    width:100%;
    max-width:200px;
    background-color:black;
    color:white;
    border:1px solid black;
    transition:0.5s;
    margin-top:20px;
}
.comments-area .form-submit input:hover{
	cursor:pointer;
	background-color:transparent;
	color:black;
	border:1px solid black;
}
.comments-area .comment-list .comment-author img{
    width:45px;
    height:45px;
}
.comments-area .comment-list{
	padding-left:0px;
	list-style:none;
}
.comments-area .comment-list > .comment{
	background-color: #f6f6f6;
	padding:1px 15px 25px 15px;
	border-radius:5px;
	margin-bottom:20px;
}
.comments-area .comment-body{
	margin-top:20px;
}
.comments-area .comment-body .comment-author img{
    border-radius:50%;
}
.comments-area .comment-body .comment-author .says{
	display:none;
}
.comments-area .comment-body .comment-author .fn{
	display:inline-block;
	margin-left:8px;
	text-transform:capitalize;
	position: relative;
    top: -8px;
}
.comments-area .comment-body .comment-author .fn a{
	color:black;
}
.comments-area .comment-body .comment-author .fn a:hover{
    color:black;
    text-decoration:none;	
}
.comments-area .comment-body .comment-metadata{
	padding-left:57px;
	margin-top:-23px;
}
.comments-area .comment-body .comment-metadata a{
	color:#606060;
}
.comments-area .comment-body .comment-metadata a:hover{
	text-decoration:none;
}
.comments-area .comment-body .comment-awaiting-moderation{
    padding-left:58px;
    display:none;
}
.comments-area .comment-body .comment-content{
    padding-left:58px;
    margin-top:7px;
}
.comments-area .comment-body .reply{
	padding-left:57px;
}
.comments-area .comment-body .reply .comment-reply-link{
    padding:3px 18px 5px 18px;
    background-color:grey;
    color:white;
    border-radius:5px;
    transition:0.5s;
    font-size:14px;
}
.comments-area .comment-body .reply .comment-reply-link:hover{
	text-decoration:none;
	background-color:#686868;
}
.comments-area .children{
	list-style:none;
}
/*comment-end*/

/* Error and search Page Start */
.error404 .not-found{
	margin-top: 130px;
	margin-bottom: 50px;
}
.btn-home-404 {
	font-size: 16px;
	padding: 8px 26px;
	background-color: #14AE5C;
	border: 2px solid #14AE5C;
	color: #fff;
	border-radius: 52px;
	transition: 0.3s;
	font-weight: 700;
}
.btn-home-404:hover {
	background-color: transparent;
	color: #14AE5C;
	text-decoration: none;
}
body.search{
	padding-top: 130px;
}
.search .page-title {
	font-size: 45px;
	font-weight: 600;
	color: #585858;
	text-align: center;
}
.search_header .page-title span {
	color: #14AE5C;
}
.search-results .site-footer{
	margin-top: 30px;
}
.search .no-results .page-title{
	margin-bottom: 30px;
}
.search .no-results {
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 30px;
}
.search .search-field {
	background-color: #fff;
	font-size: 18px;
	color: #555555;
	width: 100%;
	padding: 11px 15px;
	border-radius: 7px;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	display: block;
	line-height: 1.5;
}
.search .search-field:focus {
	border-color: #14ae5c;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(174, 222, 157, 0.5);
	color: #14ae5c;
}
.search .search-submit {
	display: inline-block;
	width: auto;
	padding: 12px 30px;
	background-color: #14AE5C;
	border: 2px solid #14AE5C;
	color: #fff;
	border-radius: 52px;
	transition: 0.3s;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	margin-left: 10px;
}
.search .search-submit:hover {
	background-color: transparent;
	color: #14AE5C;
}
.search .search-submit:focus-visible{
	outline: 0;
}
/* Error and search Page End */

/*archive-page*/
/*archive-page-end*/


@media(max-width: 992px){
	.search-results .row .col-md-4 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	body.search {
		padding-top: 80px;
	}
	.search .page-title{
		font-size: 30px;
	}
}
@media(max-width: 767px){
	.search-results .row .col-md-4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}