/*
| Template created by Kadir Hanoglu
| Author: Kadir Hanoglu
| URL: https://dortbilisim.com
| Create Date: 17.11.2018
| Last Update: 20.06.2021
| File: content.css
*/

.layout-header {
	background: linear-gradient(to bottom,rgba(0,0,0,1) 0,rgba(0,0,0,0) 100%);
	padding-bottom: 60px;
}

.content {
	background-color: #f8f8f8;
	padding: 0 0 20px 0;
}

.static-page-content {
	padding: 25px 0 75px 0;
}

/* Content Header Start */

.content-top {
	padding: 200px 0 50px 0;
	position: relative;
}

.content-top .container {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 1;
}

.content-top h1, .content-top h2, .content-top h3 {
	position: relative;
	color: #fff;
	font-size: 2.2em;
	font-weight: 100;
	margin: 10px 0;
	text-shadow: 0 3px 3px #000;
}

.content-top img {
	background-color: #fff;
	position: absolute;
	padding: 10px;
	height: 130px;
	border-radius: 4px;
	top: -20px;
	right: 50px;
}

.content-header-description {
	position: relative;
	margin: 60px 0;
	text-align: center;
}

.content-header-description h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	position: relative;
	font-size: 2.8em;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

.content-header-description h2:before {
	content: "";
	position: relative;
	display: block;
	width: 30px;
	height: 6px;
	right: -10px;
}

/* Content Header End */

/* Blog Start */

.blog-article {
	position: relative;
    margin: 60px 25px;
}

.blog-article:first-child {
	margin: 0 25px 60px 25px;
}

.blog-article > div {
    background-color: #fff;
    position: relative;
    z-index: 2;
	transition: .3s all ease;
	border-radius: 7px;
}

.blog-article:hover > div {
	box-shadow: 0 5px 30px rgba(0,0,0,0.1);
	transition: .3s all ease;
}

.blog-article:after {
	content: "";
	position: absolute;
	display: block;
	width: 90%;
	height: 30px;
	margin: -30px 5% 0 5%;
	border-radius: 100%;
	transition: .3s all ease;
}

.blog-article:hover:after {
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
	transition: .5s all ease;
}

.blog-picture, .blog-picture-with-text {
	position: relative;
    width: 100%;
    height: 320px;
    border: 5px solid #f0f2f5;
    overflow: hidden;
}

.blog-picture-with-text {
	position: relative;
	height: 360px;
}

.blog-picture img, .blog-picture-with-text img {
	width: 100%;
	transition: .7s all ease;
}

.blog-article:hover .blog-picture img, .blog-article:hover .blog-picture-with-text img {
	transform: rotate(-3deg) scale(1.2);
	transition: .3s all ease;
}

.blog-article header {
	padding-top: 15px;
}

.blog-article header > h3 {
    font-size: 1.8em;
    padding: 10px 35px;
}

.blog-picture-with-text header {
    position: absolute;
    top: 25%;
    width: 100%;
    text-align: center;
}

.blog-picture-with-text header > h3 a {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 1.3em;
	letter-spacing: 0.05em;
    text-shadow: 0 1px 5px rgba(0,0,0,0.3);
}

.blog-content {
	color: #555;
	font-size: 1em;
	line-height: 2em;
    padding: 10px 35px 35px 35px;
}

.blog-bottom {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 1em;
	margin: 0 20px;
	padding: 30px 10px;
	border-top: 1px solid #f7f7f7;
}

.blog-bottom > div {
	float: left;
	margin: 0 5px;
	padding: 5px 10px;
}

.blog-bottom > div i {
	margin-right: 4px;
}

.blog-bottom > div:last-child {
	background-color: transparent;
	font-weight: 400;
	float: right;
}

.blog-bottom > div:last-child a {
	text-transform: uppercase;
}

.blog-page-article {
	background-color: #fff;
    line-height: 2.3em;
    margin: 0 25px 80px 25px;
    padding: 30px 50px 0 50px;
}

.blog-page-article ul li {
	margin: 15px 0;
}

.blog-page-picture {
	position: relative;
	text-align: center;
}

.blog-page-picture img {
	max-width: 100%;
	min-height: 300px;
	max-height: 500px;
}

.blog-page-article header > h3 {
	font-family: 'Quicksand', sans-serif;
	font-size: 2em;
	text-align: center;
	margin: 50px 0;
}

.blog-page-content {
	color: #333;
    line-height: 2em;
}

.blog-page-video {
	margin: 30px 0;
	text-align: center;
}

.blog-page-bottom {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	padding: 30px 10px;
	border-top: 1px solid #f7f7f7;
}

.blog-page-bottom > div {
	float: left;
	letter-spacing: 0.03em;
	margin: 0 5px;
	padding: 5px 10px;
}

.blog-page-bottom > div i {
	margin-right: 4px;
}

.relation-articles {
    display: block;
    width: 100%;
    margin: 50px 0;
}

.relation-articles > span {
	font-size: 1.25em;
	font-weight: 500;
}

.relation-articles > ul {
	margin: 15px 0;
	padding: 0;
}

.relation-articles > ul > li {
	list-style: none;
	margin: 0;
}

.relation-articles > ul > li:before {
	content: "\f105";
	font-family: 'Font Awesome 5 Pro';
	margin-right: 10px;
}

/* Comments Start */

.comments-block {
	margin: 15px 0 50px 0;
}

/* Comments End */

/* Blog End */

/* News Start */

.news-article {
	position: relative;
    float: left;
    width: 48%;
    margin: 25px 1%;
}

.news-article > div {
    background-color: #fff;
    position: relative;
	padding: 0 0 10px 0;
    z-index: 2;
	transition: .3s all ease;
}

.news-article:hover > div {
	box-shadow: 0 5px 30px rgba(0,0,0,0.1);
	transition: .3s all ease;
}

.news-article:after {
	content: "";
	position: absolute;
	display: block;
	width: 90%;
	height: 30px;
	margin: -30px 5% 0 5%;
	border-radius: 100%;
	transition: .3s all ease;
}

.news-article:hover:after {
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
	transition: .5s all ease;
}

.news-picture, .news-picture-with-text {
	position: relative;
    width: 100%;
    height: 320px;
    border: 5px solid #f5f5f5;
    overflow: hidden;
}

.news-picture img, .news-picture-with-text img {
	width: 100%;
	transition: .7s all ease;
}

.news-article:hover .news-picture img, .news-article:hover .news-picture-with-text img {
	transform: rotate(-5deg) scale(1.2);
	transition: .3s all ease;
}

.news-article > div > header {
	padding-top: 15px;
}

.news-picture ~ header {
	padding-top: 0 !important;
}

.news-article header > h3 {
    font-size: 1.2em;
    text-align: center;
    line-height: 1.6em;
    height: 50px;
}

.news-picture-with-text header {
    position: absolute;
    top: 25%;
    width: 100%;
    text-align: center;
}

.news-picture-with-text header > h3 a {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 1.5em;
	letter-spacing: 0.05em;
    text-shadow: 0 1px 5px rgba(0,0,0,0.3);
}

.news-content {
    min-height: 100px;
    margin: 20px 0;
    padding: 15px;
    color: #555;
    text-align: center;
    font-size: 1em;
    line-height: 2em;
}

.news-picture ~ .news-content {
	margin: 0;
	padding: 0 15px;
}

.news-picture-with-text ~ .news-content {
	padding: 30px 15px;
}

.news-bottom {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 0.95em;
	margin: 0 20px;
	padding: 20px 10px;
	border-top: 1px solid #f7f7f7;
}

.news-bottom > div {
	float: left;
	margin: 0 5px;
	padding: 5px 10px;
}

.news-bottom > div i {
	margin-right: 4px;
}

.news-bottom > div:last-child {
	background-color: transparent;
    font-weight: 600;
	float: right;
}

.news-bottom > div:last-child a {
	text-transform: uppercase;
}

/* News End */

/* Contact Page Start */

.contact-page {
	background-color: #fff;
}

.contactForm {
	margin: 30px 0;
}

.contact-page .content-page-header {
	margin: 50px 15px 0 15px;
}

.contact-page .content-page-header h1 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
	font-size: 1.8em;
	display: block;
	margin: 25px 0;
}

#map {
    width: 100%;
    height: 640px;
}

.contact-box {
	border-bottom: 1px solid #f0f2f5;
	padding: 15px;
	margin: 15px 0;
}

.contact-box-icon {
	color: #60656b;
	font-size: 2em;
	margin: 10px 0;
}

.contact-box-icon .fa-phone {
	transform: rotate(90deg);
}

.contact-box-content > strong {
	font-size: 1.25em;
	font-weight: 600;
	font-family: 'Quicksand', cursive;
	display: block;
	margin: 0 0 10px 0;
}

.contact-box-content > a, .contact-box-content > span, .contact-box-content > p {
	font-family: 'Quicksand', cursive;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.1em;
}

/* Contact Page End */

/* Sidebar Start */

.sidebar-item {
    background-color: #fff;
    margin: 0 0 30px 0;
}

.sidebar-item.left-shadow {
    box-shadow: -15px 0px 25px 0px rgba(0,0,0,0.07);
}

.sidebar-item.right-shadow {
    box-shadow: 15px 0px 25px 0px rgba(0,0,0,0.07);
}

.sidebar-item > h4 {
	background-color: #fff;
	position: relative;
	display: block;
	padding: 25px 20px;
	margin: 0;
	font-family: 'Quicksand', sans-serif;
	font-size: 1.2em;
	z-index: 1;
	box-shadow: 0 10px 25px -20px rgba(0,0,0,0.2);
}

.sidebar-item > div {
	background-color: #fff;
	padding: 15px 10px;
}

.sidebar-item > ul {
	padding: 0 0 10px 0;
}

.sidebar-item > ul > li a {
	display: flex;
    align-items: center;
    padding: 20px 0 20px 40px;
	border-bottom: 1px solid rgba(0,0,0,0.03);
	color: #555;
}

.sidebar-item > ul > li a:hover {
	background-color: #f0f2f5;
	border-bottom: 1px solid #f0f2f5;
	color: #000;
}

/* Sidebar End */

/* Content Social Share Start */

.social-share {
    margin: 15px;
}

.social-share ul {
	float: right;
	margin: 0;
	padding: 0;
}

.social-share ul li {
	list-style: none;
	float: left;
}

.social-share > ul > li:first-child {
	color: #ccc;
	font-size: 1.2em;
	margin: 4px;
	padding: 4px 10px;
	cursor: pointer;
}

.social-share li > a {
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	display: inline-block;
	padding: 8px;
	margin: 2px;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 1.2em;
	border-radius: 40px;
}

.facebook-icon {
	color: #4267B2;
}

.twitter-icon {
	color: #00ACED;
}

.google-icon {
	color: #DD5044;
}

.linkedin-icon {
	color: #0073B0;
}

.pinterest-icon {
	color: #BD081C;
}

/* Content Social Share End */

/* Sidebar End */


.page-loading {
    display: block;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    color: #555;
    visibility: hidden;
	height: 0;
    opacity: 0;
    margin: 0;
    transition: .5s all ease;
}

.pager-is-loading.page-loading {
    visibility: visible;
    opacity: 1;
	height: auto;
    margin: 5%;
    transition: .5s all ease;
}

.page-loading:before {
	content: "\f110";
	font-family: 'Font Awesome 5 Pro';
	font-size: 2.5em;
	font-weight: 100;
	letter-spacing: 0.2em;
	display: block;
	width: 62px;
	height: 60px;
	padding: 0 2px 0 8px;
	margin: 20px auto;
	animation: spin 0.9s infinite linear;
}

/* Content Details End */

.text-loading {
    display: block;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    color: #000;
    visibility: hidden;
    opacity: 0;
    transition: .5s all ease;
}

.pager-is-loading .text-loading {
    visibility: visible;
    opacity: 1;
    transition: .5s all ease;
}

.text-loading:before {
	content: "\f110";
	font-family: 'Font Awesome 5 Pro';
	font-size: 2.25em;
	font-weight: 100;
	letter-spacing: 0.2em;
	display: block;
	width: 62px;
	height: 60px;
	padding: 0 2px 0 8px;
	margin: 20px auto;
	animation: spin 0.7s infinite linear;
}

/* Responsive Start */

@media screen and (max-width: 480px){
    
    /* Content Header Start */
    
    .content-top {
    	padding: 140px 0 30px 0 !important;
	    background-position: 50% -260px !important;
    }


	/* Content Details Start */
	
    /* Blog Start */
    
    .blog-article {
        width: 90%;
        margin: 60px 5%;
    }
        
    .blog-picture {
        width: 100%;
        height: auto;
    }
    
    .blog-article header > h3 {
        height: auto;
        font-size: 1.5em;
    }
    
    .blog-content {
        text-align: center;
        padding: 15px 0;
        height: auto;
    }
    
    /* Blog End */
	
    /* News Start */
    
    .news-article {
        float: none;
        width: 90%;
        margin: 60px 5%;
    }
        
    .news-picture {
        width: 100%;
        height: 280px;
    }
    
    .news-article header > h3 {
        height: auto;
    }
    
    .news-content {
        text-align: center;
        padding: 15px 0;
        height: auto;
    }
    
    /* News End */
    
    .blog-article:after, .news-article:after {
    	width: 90%;
    	margin: -22px 0 0 0;
    }
    
    /* Contact Page Start */
    
    #map {
        width: 100%;
        height: 320px;
    }
    
	.contact-social {
		float: none;
		margin-top: 0;
	}

	.contact-social a {
		padding: 10px;
		font-size: 1.8em;
	}
    
    /* Contact Page End */


}

@media screen and (min-width: 481px) and (max-width: 768px){



}

@media screen and (min-width: 769px) and (max-width: 1024px){



}

@media screen and (min-width: 1025px) and (max-width: 1280px){
	
	.scroll-thumbs {
		height: 520px;
	}

}

@media screen and (min-width: 1281px) and (max-width: 1366px){

    .scroll-thumbs {
        height: 570px;
    }
	
	/* Blog Page Content Start */

	.blog-page-picture:hover {
		height: 520px;
	}

	.blog-page-picture:hover:before {
		height: 520px;
	}

	.blog-page-article header > h3 {
		font-size: 1.8em;
		margin: 40px 0;
	}

	/* Blog Page Content End */

}

@media screen and (min-width: 1367px) and (max-width: 1440px){
	
	/* Blog Page Content Start */

	.blog-page-picture:hover {
		height: 580px;
	}

	.blog-page-picture:hover:before {
		height: 580px;
	}

	.blog-page-article header > h3 {
		font-size: 1.8em;
		margin: 40px 0;
	}

	/* Blog Page Content End */
	

}

@media screen and (min-width: 1441px) and (max-width: 1600px){

	/* Blog Page Content Start */

	.blog-page-picture:hover {
		height: 500px;
	}

	.blog-page-picture:hover:before {
		height: 500px;
	}

	.blog-page-article header > h3 {
		font-size: 1.8em;
		margin: 40px 0;
	}

	/* Blog Page Content End */

}

@media screen and (min-width: 1601px) and (max-width: 1920px){

	

}