
html {
    /* Adjust font size */
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
  }

body {
	font-family: 'Raleway', sans-serif;
	background-color: #fff;
	
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #eb6929;
}

::-webkit-scrollbar-thumb:hover {
  background: #1d1d1b;
}

a {
	color: #ea601c;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #ea601c;
	text-decoration: underline;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.bg-light {
	color: #fff !important;
	background-color: #fff;
	height: 250px !important;
}
.header-img {
	background-image: url(../../img/header-bg3.png);
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

.navbar-header {
    float: left;
    padding: 15px;
    text-align: center;
    width: 100%;
}
.navbar-header img{
    width: 300px;
}
.navbar-brand {
	float:none;
}

#blog {
	padding-bottom: 50px;
}

.text {
	margin-top: 30px;
    margin-bottom: 10px;
}

.text-baslik {
	font-size: 46px;
	font-weight: 900;
}
.text-baslik2 {
	font-size: 44px;
	font-weight: 400;
}
.text-detay {
	font-size: 18px;
    font-style: italic;
    margin-top: 0;
    color: #868e96;
}

.text-icerik {
	padding-top: 15px;
}

.footer {
	text-align: center;
	height: 100px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	font-size: 25px;
}
.footer a {
	color: #000;
	text-decoration: none;
}

.footer p{
	margin: 20px;
}
.copyright {
	font-size: 20px;
}
.footer .link{
	font-size: 17px;
	font-weight: 500;
}

mr-auto {
	margin-right: auto!important;
}

.hakkimda {
/*	position: absolute;
	right: 125px;
	top: 350px;
	width: 250px;
	margin-right: 0;*/
	width: 250px;
	float: right;
	margin: 20px;
	padding: 10px;
	border-width: 2px;
	border-style: solid;
	border-color: rgba(34,34,34,0.1);

}
.hakkimda h2{
	font-size: 18px;
	/*display: inline-block;
	padding-left: 40px;
	padding-right: 30px;*/
	background-color: #fff;
	margin-bottom: 10px;
}
.baslik {
	line-height: 1.25;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin-top: -40px;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	overflow: hidden;
}
.hak-img img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	position: relative;
	/*right: 20px;*/
}
.hak-detay {
	color: #777;
	font-size: 16px;
	line-height: 26px;
}
#contact {
    padding: 60px 0 60px 0;
	border-top: 1px solid #ccc;
}
#contact .form input[type="submit"] {
    background: #8E8D96;
    border: 0;
    border-radius: 3px;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
}
#contact .form input, #contact .form textarea {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
}
#contact .form #sendmessage {
    color: #fff;
    background-color: #000;
    border: 1px solid #8E8D96;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

@media screen and (max-width: 2560px) {
	.hakkimda {
		right: 600px;
	}
}
@media screen and (max-width: 1920px) {
	.hakkimda {
		right: 400px;
	}
}
@media screen and (max-width: 1440px) {
	.hakkimda {
		right: 200px;
	}
}
@media screen and (max-width: 1024px) {
	.hakkimda {
		right: 50px;
	}
}
@media screen and (max-width: 768px) {
	.hakkimda {
		width: 545px;
		position: relative;
		margin-right: auto !important;
		margin-left: auto !important;
		top: 50px;
	}
	.hakkimda h2{
		margin-left: 30%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.hak-img img{
		width: 230px;
		height: 230px;
		margin-left: 30%;
	}
	
	.text-baslik {
    	font-size: 40px;
    	font-weight: 900;
		line-height: 44px;
	}
	.text-baslik2 {
		padding-top: 10px;
		padding-bottom: 10px;
    	font-size: 36px;
    	font-weight: 400;
		line-height: 40px;
	}
	.text-icerik {
		font-size: 15px;
		line-height: 18px;
		
	}
	
}
@media screen and (max-width: 425px) {
	.hakkimda {
		width: 365px;
		left: 5px;
	}
	.hakkimda h2{
		margin-left: 20%;
	}
	.hak-img img{
		margin-left: 20%;
	}
}
@media screen and (max-width: 375px) {
	.hakkimda {
		width: 315px;
	}
}
@media screen and (max-width: 320px) {
	.hakkimda {
		width: 260px;
	}
	.hakkimda h2{
		margin-left: 10%;
	}
	.hak-img img{
		margin-left: 0;
	}
	.navbar-header img{
   		width: 280px;
	}
}