/* 

DİNveİNSAN

https://dinveinsan.com/

*/

* {
	scroll-behavior: smooth;
}

html {
	font-size: 10px;
	/* rem */
}

body {
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
	margin-bottom: 0px;
	font-size: 1.8rem;
	font-weight: 400;
	color: #212529;
	line-height: 30px;
}

a {
	text-decoration: none !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
}

blockquote{
	font-style: italic;
    border-left: 3px solid #b3b1b1;
	padding: 10px 5px 10px 50px;
}

.main-button button {
	display: inline-block;
	background-color: #2c8f54;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	padding: 12px 20px;
	text-transform: uppercase;
	transition: all .3s;
}

.main-button button:hover {
	background-color: #18743d;
}

.all-blog-posts .main-button a {
	display: block;
	background-color: #2c8f54;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	padding: 12px 20px;
	text-transform: uppercase;
	text-align: center;
	transition: all .3s;
}

.main-button a {
	display: inline-block;
	background-color: #2c8f54;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	padding: 12px 20px;
	text-transform: uppercase;
	transition: all .3s;
}

.main-button a:hover {
	background-color: #18743d;
}

.heading-page {
	padding-top: 110px;
}

.page-heading {
	margin: 0px 10px;
	padding: 80px 0px;
	text-align: left;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/56-564287_dirt-bike.jpg);
}

.page-heading .text-content h4 {
	color: #ffffff;
	font-size: 1.8rem;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
}

.page-heading .text-content h2 {
	color: #fff;
	font-size: 3.6rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

#preloader {
	overflow: hidden;
	background: #2c8f54;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: fixed;
	z-index: 9999999;
	color: #fff;
}

#preloader .jumper {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	position: absolute;
	margin: auto;
	width: 50px;
	height: 50px;
}

#preloader .jumper>div {
	background-color: #fff;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	position: absolute;
	opacity: 0;
	width: 50px;
	height: 50px;
	-webkit-animation: jumper 1s 0s linear infinite;
	animation: jumper 1s 0s linear infinite;
}

#preloader .jumper>div:nth-child(2) {
	-webkit-animation-delay: 0.33333s;
	animation-delay: 0.33333s;
}

#preloader .jumper>div:nth-child(3) {
	-webkit-animation-delay: 0.66666s;
	animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	5% {
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes jumper {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	5% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}


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



/* Header Style */
header {
	position: absolute;
	z-index: 99999;
	width: 100%;
	height: 100px;
	background-color: #f7f7f7;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

header .navbar {
	padding: 25px 0px;
}

.background-header .navbar {
	padding: 17px 0px;
}

.background-header {
	top: 0;
	height: 80px;
	position: fixed;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}

.background-header .navbar-brand h2 {
	color: #121212 !important;
}

.background-header .navbar-nav a.nav-link {
	color: #1e1e1e !important;
}

.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #2c8f54 !important;
	/* #f48840 */
}

.navbar .navbar-brand {
	float: left;
	margin-top: -12px;
	outline: none;
}

.navbar .navbar-brand h2 {
	color: #1e1e1e;
	font-size: 2.4rem;
	font-weight: 500;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.navbar .navbar-brand h2 em {
	font-size: 4.4rem;
	font-style: normal;
	color: #2c8f54;
}

#navbarResponsive {
	z-index: 999;
}

.navbar-collapse {
	text-align: center;
}

.navbar .navbar-nav .nav-item {
	margin: 0px 15px;
}

.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #1e1e1e;
	transition: all 0.3s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #2c8f54;
}

.navbar .navbar-toggler-icon {
	background-image: none;
}

.navbar .navbar-toggler {
	border-color: #fff;
	background-color: #2c8f54;
	height: 46px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	top: 6px;
}

.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #fff;
	font-size: 1.8rem;
	line-height: 30px;
	font-family: 'FontAwesome';
}

.navbar-nav .nav-category{
	background: #ffffff;
	height: auto;
	width: 12rem;
	position: absolute;
	top: 3rem;
	left: 0;
	visibility: hidden;
	transition: all 300ms ease;
	border: solid 0.5px rgba(121, 121, 121, 0.44);
	border-radius: 5px;
	overflow: hidden;
}

.nav-item:hover .nav-category{
	visibility: visible;
	opacity: 1;
	top: 4rem;
}

.navbar-nav .nav-category .category-list .category-link{
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	color: #42704d;
	line-height: 4rem;
}

.nav-category .category-list:hover{
	background: #168831;
}

.nav-category .category-list:hover .category-link{
	color: #f7f7f7;
}

.nav-category .category-list:not(:last-child){
	border-bottom: 0.2px solid rgb(121 121 121 / 41%);
}


/*"hello - Navbar Brand'ın altındaki çizgi için kullanıldı"*/
.hello {
	position: relative;
}

.hello::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 83%;
	transition: 400ms ease-in-out;
	background-color: #2c8f54;
	height: 2px;
	margin-left: 3%;
	margin-right: 5%;
}

.hello:hover::after {
	width: 0%;
}

.hello-out {
	position: relative;
}

.hello-out::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	transition: 400ms ease-in-out;
	background-color: #2c8f54;
	height: 2px;
	margin-left: 3%;
	margin-right: 5%;
}

.hello-out:hover::after {
	width: 83%;
}


/* Call To Action */

.call-to-action {
	position: relative;
}

.call-to-action .container-fluid{
	padding-top: 120px;
}

.call-to-action .main-content h1 {
	color: #f48840;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.call-to-action .main-content p {
	margin-bottom: 0px;
	margin-top: 2.5rem;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 400;
	letter-spacing: 0.25px;
}

.call-to-action .main-content .main-button {
	text-align: center;
	margin-top: 3.5rem;
}

.call-to-action .section-background {
	padding: 0;
	margin: 0;
	background: url(../images/anasayfa.jpg) center bottom no-repeat;
	background-size: cover;
	object-fit: cover;
	height: 60rem;
}

.call-to-action .translate-banner {
	transform: translateY(15rem);
}

.overlay0{
	position: relative;
}
/* .overlay0 > * {
	--z-index: 10;--
	position: relative;
} */

@media (max-width: 576px) {
	.call-to-action .section-background {
		height: 80vh;
	}
	.call-to-action .translate-banner {
		transform: translateY(15%);
	}
	.call-to-action .main-content p{
		font-size: 1.6rem;
	}
}


/* Blog Posts */

.blog-posts {
	padding-top: 120px;
}

.blog-post-section {
	padding-top: 120px;
} /* Single Post sayfasında karışıklık olduğu için yeni bir sınıf oluşturarak yeniden düzenleme yapıldı */


.blog-posts .blog-thumb {
	width: 30%;
	height: auto;
	overflow: clip;
}

.blog-posts .blog-thumb img {
	width: 100%;
	height: 17rem;
	object-fit: cover;
}

.blog-posts .down-content {
	padding: 20px 20px 20px 30px;
	flex: 0 0 auto;
	width: 75%;
}

.blog-posts .down-content span {
	font-size: 1.8rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 900;
	color: #2c8f54;
}

.blog-posts .down-content h3 {
	font-size: 2.15rem;
	letter-spacing: 0.6px;
	font-weight: 600;
	color: #20232e;
	margin: 5px 0px 8px 0px;
}

.blog-posts .down-content ul.post-info li {
	display: inline-block;
	margin-right: 8px;
}

.blog-posts .down-content ul.post-info li:after {
	content: '|';
	color: #aaa;
	margin-left: 8px;
}


.grid-system .down-content ul.post-info li {
	margin-right: 3px;
}

.grid-system .down-content ul.post-info li:after {
	margin-left: 5px;
}

.blog-posts .down-content ul.post-info li:last-child::after {
	display: none;
}

.blog-posts .down-content ul.post-info li a {
	font-size: 1.4rem;
	color: #6e6e6e;
	font-weight: 300;
	transition: all .3s;
}

.blog-posts .down-content ul.post-info li span {
	font-size: 1.4rem;
	color: #6e6e6e;
	font-weight: 300;
	cursor: default;
	transition: all .3s;
}

.blog-posts .down-content ul.post-info li a:hover {
	color: #2c8f54;
}

.blog-posts .down-content p {
	padding: 5px 0px;
	margin: 0px 0px;
	font-size: 1.5rem;
}

.blog-posts .down-content .post-options {
	margin-top: 30px;
}

.blog-posts .down-content ul.post-share {
	text-align: right;
}

.blog-posts .down-content ul.post-tags li,
.blog-posts .down-content ul.post-share li {
	display: inline-block;
}

.blog-posts .down-content ul.post-tags li:first-child i,
.blog-posts .down-content ul.post-share li:first-child i {
	color: #2c8f54;
	margin-right: 5px;
}

.blog-posts .down-content ul.post-tags li,
.blog-posts .down-content ul.post-share li {
	color: #6e6e6e;
}

.blog-posts .down-content ul.post-tags li a,
.blog-posts .down-content ul.post-share li a {
	font-size: 1.4rem;
	color: #6e6e6e;
	font-weight: 300;
	transition: all .3s;
}

.blog-posts .down-content ul.post-tags li a:hover,
.blog-posts .down-content ul.post-share li a:hover {
	color: #2c8f54;
}

.blog-posts .main-button button{
	height: 60px;
	line-height: 60px;
	padding: 0px;
	width: 100%;
	text-align: center;
}

ul.page-numbers {
	text-align: center;
}

ul.page-numbers li {
	display: inline-block;
	margin: 0px 5px;
}

ul.page-numbers li a {
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	font-size: 1.5rem;
	color: #7a7a7a;
	border: 1px solid #eee;
	font-weight: 500;
	transition: all 0.3s;
}

ul.page-numbers li.active a {
	background-color: #2c8f54;
	border-color: #2c8f54;
	color: #fff;
}

ul.page-numbers li a:hover {
	color: #2c8f54;
}

.blog-posts .sidebar-heading h2 {
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 3.5px;
	color: #20232e;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.sidebar-heading h2 {
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 2.5px;
	color: #20232e;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.blog-posts .comments {
	margin-top: 30px;
}

.blog-posts .comments ul li {
	display: inline-block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.blog-posts .comments ul li.replied {
	padding-left: 130px;
}

.blog-posts .comments ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.blog-posts .comments ul li .author-thumb {
	display: inline;
	float: left;
}

.blog-posts .comments ul li .author-thumb img {
	max-width: 100px;
	display: inline;
}

.blog-posts .comments ul li .right-content {
	margin-left: 130px;
}

.blog-posts .comments ul li .right-content h4 {
	color: #20232e;
	font-size: 1.9rem;
	font-weight: 900;
	letter-spacing: 0.5px;
}

.blog-posts .comments ul li .right-content h4 span {
	font-size: 1.4rem;
	color: #aaa;
	font-weight: 400;
	letter-spacing: 0.25px;
	margin-left: 20px;
}

.blog-posts .submit-comment {
	margin-top: 60px;
}

.blog-posts .submit-comment input {
	width: 100%;
	height: 46px;
	border: 1px solid #eee;
	font-size: 1.3rem;
	text-transform: uppercase;
	font-weight: 500;
	color: #7a7a7a;
	outline: none;
	padding: 0px 15px;
	margin-bottom: 30px;
}

.blog-posts .submit-comment textarea {
	width: 100%;
	height: 46px;
	border: 1px solid #eee;
	font-size: 1.3rem;
	text-transform: uppercase;
	font-weight: 500;
	color: #7a7a7a;
	outline: none;
	padding: 10px 15px;
	margin-bottom: 30px;
	height: 180px;
	max-height: 220px;
	max-width: 100%;
	min-width: 160px;
}

.blog-posts .submit-comment input::placeholder,
.blog-posts .submit-comment textarea::placeholder {
	color: #aaa;
}

.blog-posts .submit-comment button {
	display: inline-block;
	background-color: #2c8f54;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	padding: 12px 20px;
	text-transform: uppercase;
	transition: all .3s;
	border: none;
	outline: none;
}

.blog-posts .submit-comment button:hover {
	background-color: #fb9857;
}

#blog-post.container {
	padding-top: 30px;
}

.blog-posts .col-lg-4 {
	position: sticky;
}

.fixed {
	position: fixed;
}

/* Single Post */


.single-post {
	margin-bottom: 30px;
}

.single-post .blog-thumb {
	display: flex;
	flex: 0 0 auto;
	width: 80%;
	justify-content: center;
	margin: 7rem auto;
}

.single-post .blog-thumb img {
	width: 100%;
	overflow: hidden;
}

.single-post .down-content {
	padding: 2rem 0.75rem;
}

.single-post .down-content h1{
	margin-bottom: 20px;
	font-weight: 700;
}

.single-post .down-content span {
	font-size: 1.8rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 900;
	color: #2c8f54;
}

.single-post .down-content h2 {
	font-size: 2.4rem;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 700;
	color: #20232e;
	margin: 10px 0px 12px 0px;
}

.single-post .down-content .post-info{
	margin-bottom: 2rem;
}

.single-post .down-content ul.post-info li {
	display: inline-block;
	margin-right: 8px;
}

.single-post .down-content ul.post-info li:after {
	content: '|';
	color: #aaa;
	margin-left: 8px;
}

.single-post .down-content h3 {
	font-size: 2rem;
	letter-spacing: 0.25px;
}

.grid-system .down-content ul.post-info li {
	margin-right: 3px;
}

.grid-system .down-content ul.post-info li:after {
	margin-left: 5px;
}

.single-post .down-content ul.post-info li:last-child::after {
	display: none;
}

.single-post .down-content ul.post-info li a {
	font-size: 1.4rem;
	color: #6e6e6e;
	font-weight: 400;
	transition: all .3s;
}

.single-post .down-content ul.post-info li span {
	font-size: 1.4rem;
	color: #6e6e6e;
	font-weight: 400;
	cursor: default;
	transition: all .3s;
}

.single-post .down-content ul.post-info li a:hover {
	color: #2c8f54;
}

.single-post .down-content p {
	padding: 5px 0px 7px 0px;
	margin: 0px 0px;
	word-spacing: 1px;
	letter-spacing: 0.3px;
}

.single-post .down-content .post-options {
	margin-top: 50px;
}

.single-post .down-content ul.post-share {
	text-align: right;
}

.single-post .down-content ul.post-tags li,
.single-post .down-content ul.post-share li {
	display: inline-block;
}

.single-post .down-content ul.post-tags li:first-child i,
.single-post .down-content ul.post-share li:first-child i {
	color: #2c8f54;
	margin-right: 5px;
}

.single-post .down-content ul.post-tags li,
.single-post .down-content ul.post-share li {
	color: #6e6e6e;
}

.single-post .down-content ul.post-tags li a,
.single-post .down-content ul.post-share li a {
	font-size: 1.4rem;
	color: #6e6e6e;
	font-weight: 400;
	transition: all .3s;
}

.single-post .down-content ul.post-tags li a:hover,
.single-post .down-content ul.post-share li a:hover {
	color: #2c8f54;
}

.single-post .main-button button {
	height: 60px;
	line-height: 60px;
	padding: 0px;
	width: 100%;
	text-align: center;
}

ul.page-numbers {
	text-align: center;
}

ul.page-numbers li {
	display: inline-block;
	margin: 0px 5px;
}

ul.page-numbers li a {
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	font-size: 1.5rem;
	color: #7a7a7a;
	border: 1px solid #eee;
	font-weight: 500;
	transition: all 0.3s;
}

ul.page-numbers li.active a {
	background-color: #2c8f54;
	border-color: #2c8f54;
	color: #fff;
}

ul.page-numbers li a:hover {
	color: #2c8f54;
}

.single-post .sidebar-heading h2 {
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 3.5px;
	color: #20232e;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.single-post .sidebar-heading h2 {
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 2.5px;
	color: #20232e;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.single-post .comments {
	margin-top: 30px;
}

.single-post .comments ul li {
	display: inline-block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.single-post .comments ul li.replied {
	padding-left: 130px;
}

.single-post .comments ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.single-post .comments ul li .author-thumb {
	display: inline;
	float: left;
}

.single-post .comments ul li .author-thumb img {
	max-width: 100px;
	display: inline;
}

.single-post .comments ul li .right-content {
	margin-left: 130px;
}

.single-post .comments ul li .right-content h4 {
	color: #20232e;
	font-size: 1.9rem;
	font-weight: 900;
	letter-spacing: 0.5px;
}

.single-post .comments ul li .right-content h4 span {
	font-size: 1.4rem;
	color: #aaa;
	font-weight: 400;
	letter-spacing: 0.25px;
	margin-left: 20px;
}

.single-post .submit-comment {
	margin-top: 60px;
}

.single-post .submit-comment input {
	width: 100%;
	height: 46px;
	border: 1px solid #eee;
	font-size: 1.3rem;
	text-transform: uppercase;
	font-weight: 500;
	color: #7a7a7a;
	outline: none;
	padding: 0px 15px;
	margin-bottom: 30px;
}

.single-post .submit-comment textarea {
	width: 100%;
	height: 46px;
	border: 1px solid #eee;
	font-size: 1.3rem;
	text-transform: uppercase;
	font-weight: 500;
	color: #7a7a7a;
	outline: none;
	padding: 10px 15px;
	margin-bottom: 30px;
	height: 180px;
	max-height: 220px;
	max-width: 100%;
	min-width: 160px;
}

.single-post .submit-comment input::placeholder,
.single-post .submit-comment textarea::placeholder {
	color: #aaa;
}

.single-post .submit-comment button {
	display: inline-block;
	background-color: #2c8f54;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	padding: 12px 20px;
	text-transform: uppercase;
	transition: all .3s;
	border: none;
	outline: none;
}

.single-post .submit-comment button:hover {
	background-color: #fb9857;
}

#blog-post.container {
	padding-top: 30px;
}

.single-post .col-lg-4 {
	position: sticky;
}

.fixed {
	position: fixed;
}


/* -- Kategori -- */

.category-section{
	align-items: center;
	display: flex;
	padding: 14rem 0 10rem 0;
}
.category-section .list-group{
	font-size: 18px;
}

.category-section .list-group-item:not(:last-child){
	margin-bottom: 5px;
}

.category-section .down-content{
	padding: 40px;
    border: 1px solid #eee;
}
.category-section h4{
	font-size: 24px;
    letter-spacing: 0.25px;
	font-weight: 700;
	color: #18743d;
}
.category-section .categories{
	margin-bottom: 30px;
}
.category-section .category-thumb img{
	width: 100%;
    overflow: hidden;
}

.category-section .down-content-inside{
	display: flex;
	padding-bottom: 5px;
	border-bottom: 1px solid #e4e4e4;
}

.category-section .category-info span{
	font-size: 15px;
	font-weight: 300;
	color:#636363;
}
.category-section .down-content p{
	padding-top: 6px;
}

@media (max-width: 576px) {
	.category-section{
		padding-top: 10rem;
	}
	.category-section .down-content{
		padding: 15px;
	}
	.category-section h4{
		font-size: 20px;
		font-weight: 600;
	}
	.category-section .down-content-inside{
		border-bottom: none;
	}
}


/* Sidebar */

.sidebar {
	margin-left: 30px;
	padding: 2rem;
	position: relative;
}

.sidebar .sidebar-item {
	margin-top: 50px;
	margin-bottom: 30px;
}

.sidebar .search {
	margin-top: 0px;
}

.sidebar .sidebar-heading h2 {
	font-size: 1.8rem;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	color: #20232e;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.sidebar .search input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	font-size: 1.3rem;
	font-weight: 500;
	color: #7a7a7a;
	outline: none;
	padding: 0px 15px;
}

.sidebar .search input::placeholder {
	color: #aaa;
}

.sidebar .recent-posts ul li {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.sidebar .recent-posts ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.sidebar .recent-posts ul li h5 {
	font-size: 1.5rem;
	font-weight: 600;
	color: #20232e;
	line-height: 30px;
	transition: all 0.3s;
}

.sidebar .recent-posts ul li h5:hover {
	color: #18743d;
}

.sidebar .recent-posts ul li span {
	display: block;
	font-size: 1.4rem;
	color: #aaa;
	margin-top: 8px;
	cursor: default;
}

.sidebar .categories ul li {
	margin-bottom: 15px;
}

.sidebar .categories ul li:last-child {
	margin-bottom: 0px;
}

.sidebar .categories ul li a {
	font-size: 1.5rem;
	font-weight: 600;
	color: #20232e;
	transition: all .3s;
}

.sidebar .categories ul li a:hover {
	color: #18743d;
}

.sidebar .tags ul li {
	margin-right: 6px;
	display: inline-block;
}

.sidebar .tags ul li {
	margin-bottom: 10px;
}

.sidebar .tags ul li a {
	font-size: 1.5rem;
	font-weight: 500;
	color: #aaa;
	display: inline-block;
	border: 1px solid #eee;
	padding: 10px 18px;
	transition: all .3s;
}

.sidebar .tags ul li a:hover {
	background-color: #2c8f54;
	border-color: #29854d;
	color: #fff;
}

.sonuclar{
	position: absolute;
    z-index: 99999;
    width: 221.1px;
	font-size: 1.4rem;
}

@media (min-width: 1199.98px) {
	.sonuclar{
		width: 275.8px;
	}
}

/* Footer */

footer {
	margin-top: 100px;
	text-align: center;
	background-color: #20232e;
	padding: 60px 0px;
}

footer ul.social-icons {
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid rgba(250, 250, 250, 0.15);
}

footer ul.social-icons li {
	display: inline-block;
	margin-right: 30px;
}

footer ul.social-icons li:after {
	content: "|";
	color: #fff;
	margin-left: 30px;
}

footer ul.social-icons li:last-child {
	margin-right: 0px;
}

footer ul.social-icons li:last-child::after {
	display: none;
}

footer ul.social-icons li a {
	font-size: 1.4rem;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.25px;
	transition: all .3s;
}

footer ul.social-icons li a:hover {
	color: #2c8f54;
}

footer p {
	font-size: 1.3rem;
	text-transform: uppercase;
	color: #fff;
}

footer p a {
	color: #168831;
	text-transform: lowercase;
}

footer p a:hover {
	color: #14772b;
}


/* Contact Form */

.contact-us .down-contact,
.contact-us #map {
	margin-top: 80px;
}

.contact-us .sidebar-heading h2 {
	font-size: 1.8rem;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.5px;
	color: #20232e;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.contact-us .contact-form input {
	width: 100%;
	height: 46px;
	border: 1px solid #eee;
	font-size: 1.3rem;
	text-transform: uppercase;
	font-weight: 500;
	color: #7a7a7a;
	outline: none;
	padding: 0px 15px;
	margin-bottom: 30px;
}

.contact-us .contact-form textarea {
	width: 100%;
	height: 46px;
	border: 1px solid #eee;
	font-size: 1.3rem;
	text-transform: uppercase;
	font-weight: 500;
	color: #7a7a7a;
	outline: none;
	padding: 10px 15px;
	margin-bottom: 30px;
	height: 180px;
	max-height: 220px;
	max-width: 100%;
	min-width: 160px;
}

.contact-us .contact-form input::placeholder,
.contact-us .contact-form textarea::placeholder {
	color: #aaa;
}

.contact-us .contact-form button {
	display: inline-block;
	background-color: #2c8f54;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	padding: 12px 20px;
	text-transform: uppercase;
	transition: all .3s;
	border: none;
	outline: none;
}

.contact-us .contact-form button:hover {
	background-color: #fb9857;
}

.contact-us .contact-information {
	margin-left: 30px;
}

.contact-us .contact-information ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.contact-us .contact-information ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.contact-us .contact-information ul li h5 {
	font-size: 1.9rem;
	font-weight: 900;
	color: #20232e;
	line-height: 30px;
}

.contact-us .contact-information ul li span {
	display: block;
	font-size: 1.4rem;
	color: #aaa;
	margin-top: 8px;
}


/* About Us */

.about-us {
	padding-top: 120px;
	text-align: center;
}

.about-us img {
	width: 100%;
	overflow: hidden;
}

.about-us p {
	margin: 40px 0px;
	border-bottom: 1px solid #eee;
	padding-bottom: 40px;
}

.about-us ul li {
	display: inline-block;
	margin: 0px 5px;
}

.about-us ul li a {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	background-color: #212931;
	color: #fff;
	border-radius: 50%;
	transition: all .3s;
}

.about-us ul li a:hover {
	background-color: #2c8f54;
}


/* Responsive Style */

@media (min-width: 576px) and (max-width: 768px) {
	.container{
		max-width: 620px;
	}
}

@media (max-width: 768px){
	header{
		height: 63px;
	  }
	.background-header{
		height: 63px;
	}
	.navbar .navbar-toggler{
		top: 8px !important;
	}
}

@media (max-width: 992px) {

	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 15px;
	}

	.background-header .navbar-brand,
	.background-header .navbar-toggler {
		top: 15px;
	}

	.navbar .navbar-brand {
		width: auto;
	}

	.navbar:after {
		display: none;
	}

	#navbarResponsive {
		z-index: 99999;
		position: absolute;
		top: 80px;
		left: 0;
		width: 100%;
		text-align: center;
		background-color: #fff;
		box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
	}

	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}

	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}

	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #1e1e1e !important;
	}

	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.active,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #18743d !important;
		border-bottom: none !important;
		padding-bottom: 15px;
	}

	.nav-category{
		display: none;
	}

	.nav-item:hover .nav-category{
		display: none;
	}

	.call-to-action {
		text-align: center;
	}

	.call-to-action .container-fluid{
		padding-top: 80px;
	}

	.call-to-action .main-content .main-button {
		text-align: center;
		margin-top: 30px;
	}

	.sidebar {
		margin-left: 0px;
		margin-top: 60px;
		padding-top: 60px;
		border-top: 3px solid #f7f7f7;
	}

	.contact-us .contact-information {
		margin-left: 0px;
		margin-top: 60px;
	}

	html {
		font-size: 8.7px;
	}

	p{
		font-size: 2rem;
	}
	
	.blog-posts .container .col-lg-4 {
		display: none;
	}

	.blog-post-section .container .col-lg-4 {
		display: none;
	}

	.blog-posts .container .col-lg-4 {
		display: none;
	}

	.blog-post-section .container .col-lg-4 {
		display: none;
	}
	.category-section .container .col-lg-4 {
		display: none;
	}
/* Hide scrollbar for Chrome, Safari and Opera */
	::-webkit-scrollbar {
		display: none;
	  }
}

@media (min-width: 992px) {

	.blog-posts .container .col-lg-4 {
		padding-left: 0;
		padding-right: 3%;
	}

	.blog-posts .container .col-lg-8 {
		padding: 0 2rem 0 3rem ;
	}

	.blog-post-section .container .col-lg-4 {
		padding-left: 0;
		padding-right: 3%;
	}

	.blog-post-section .container .col-lg-8 {
		padding-right: 3rem;
		padding-left: 4rem;
	}
}

@media (max-width: 1150px) and (min-width: 992px){

	.blog-posts .container .col-lg-8 {
		padding-right: 5%;
	}

}



@media (max-width: 992px) and (min-width: 852px) {

	.blog-posts .container .col-lg-8 {
		padding-left: 7%;
		padding-right: 7%;
	}

	.blog-post-section .container .col-lg-8 {
		padding-left: 7%;
		padding-right: 7%;
	}

}

@media (max-width: 852px) and (min-width: 652px) {

	.blog-posts .container .col-lg-8 {
		padding-left: 5%;
		padding-right: 5%;
	}

	.blog-post-section .container .col-lg-8 {
		padding-left: 5%;
		padding-right: 5%;
	}

}

@media (max-width: 652px){
	.blog-posts .blog-thumb{
		display: none;
	}

	.blog-posts{
		padding-top: 50px;
	}

	.blog-posts .down-content {
    padding: 2rem 0.5rem;
    flex: 0 0 auto;
    width: 100%;
}
}

@media (max-width:992px) {
}

@media (max-width: 1195px) {
	.sidebar .recent-posts ul li h5 {
		font-size: 1.5rem;
	}
}

/* ----- header nav releasing ----- */

.scroll-down {
	transform: translate3d(0px, -100px, 0px);
}

.scroll-up {
	filter: drop-shadow(0 -10px 20px rgba(170, 170, 170, 1.0));
}

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

.overlay:before {
	content: '';
	background-color: rgba(255, 255, 255, 0.3);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.overlay0:before {
    content: '';
    position: absolute;
    display: block;
    background-color: rgba(0,0,0,0.6);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
	border: 1px solid rgb(0 0 0 / .2);
	border-radius: 2rem;    
}

/* .overlay0:before {
	content: '';
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
} */

/*.blog-posts .sidebar{background-color: powderblue;
	max-height: 100vh;
  overflow-y: auto;
  top: 80px;
  padding: 20px;
  margin-bottom: 20px;
  position: sticky;
}*/

/* -------- scrollBar ------------ */
::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background-color: transparent;
}

::-webkit-scrollbar-thumb {
	background-color: #88adbd;
}

::-webkit-scrollbar-thumb:hover {
	box-shadow: 0 0 30px 0 #000;
}

::-webkit-scrollbar-corner {
	background-color: red;
}

.scrollbar-hidden::-webkit-scrollbar {
	display: none;
  }

.disableThis{
	cursor: not-allowed;
	opacity: 0.8;
	pointer-events: none;
}