body {
    color: #333333;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
	background-color:#18181b;
	}

.section-title {
    margin-bottom: 40px;
}
.section-title p {
    color: #656565;
    font-size: 14px;
    margin: 20px 0;
    text-align: center;
}
.project {
    position: relative;
    display: block;
	visibility:visible;
	-webkit-transform: -webkit-translateY(0) scale(1);
	opacity: 1;
	-webkit-transition: -webkit-transform 2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 2s cubic besier(0.6, 0.2, 0.1, 1) 0s, cubic-bezier(0.6, 0.2, 0.1, 1) 0s,
}
.project-img1 {
    position: relative;
}
.project-img2 {
    position: relative;
}
.project-img3 {
    position: relative;
}
.project-img4 {
    position: relative;
}

.project-img1 img {
    width: 100%;
}
.project-img2 img {
    width: 100%;
}
.project-img3 img {
    width: 100%;
}
.project-img4 img {
    width: 100%;
}

.project-img1::before {
    background: #EDE8E9;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    position: absolute;
    transform: scale(0);
    -webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
    transition: all 0.4s ease 0s;
}
.project-img1:hover::before {
    transform: scale(1);
    opacity: 0.95;
    background-image:url(file:///C|/Users/Bh/Desktop/owl-basar%C4%B1l%C4%B1/ferda_piart/assets/images/piart-buton/yubuton01.jpg);
	background-repeat:no-repeat;
	background-position:center
}

.project-img2::before {
    background: #EDE8E9;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    position: absolute;
    transform: scale(0);
    -webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
    transition: all 0.4s ease 0s;
}

.project-img2:hover::before {
    transform: scale(1);
    opacity: 0.95;
	background-image:url(file:///C|/Users/Bh/Desktop/owl-basar%C4%B1l%C4%B1/ferda_piart/assets/images/piart-buton/yubuton02.jpg);
	background-repeat:no-repeat;
	background-position:center

}
.project-img3::before {
    background: #EDE8E9;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    position: absolute;
    transform: scale(0);
    -webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
    transition: all 0.4s ease 0s;
}
.project-img3:hover::before {
    transform: scale(1);
    opacity: 0.95;
	background-image:url(file:///C|/Users/Bh/Desktop/owl-basar%C4%B1l%C4%B1/ferda_piart/assets/images/piart-buton/yubuton03.jpg);
	background-repeat:no-repeat;
	background-position:center

}
.project-img4::before {
    background: #EDE8E9;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    position: absolute;
    transform: scale(0);
    -webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
    transition: all 0.4s ease 0s;
}
.project-img4:hover::before {
    transform: scale(1);
    opacity: 0.95;
	    background-image:url(file:///C|/Users/Bh/Desktop/owl-basar%C4%B1l%C4%B1/ferda_piart/assets/images/piart-buton/yubuton04.jpg);
	background-repeat:no-repeat;
	background-position:center

}


.project-title {
	display: block;
	margin-left: 100px;
}
.project-content .project-title h3 {
    color: #F9F4F4;
    display: block;
    font-family: "Merriweather", Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
}
.project-content .news-introtxt p {
	color: #7a7a7a;
	margin-bottom: 18px;
	padding: 0 11px;
	text-align: justify;
	font-size: 14px
}
.project-carousel.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    border: 1px solid #FAB207;
    border-radius: 0;
    color: #FAB207;
    font-size: 20px;
    left: -5%;
    padding: 6px 18px;
    position: absolute;
    top: 45%;
    -webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
    transition: all 0.3s ease 0s;
}
.project-carousel.owl-theme .owl-controls .owl-buttons div.owl-next {
    left: inherit;
    right: -5%;
}
.owl-theme .owl-controls .owl-buttons div:hover {
    background: #FAB207;
    border: 1px solid #FAB207;
    color: #fff;
}

.project-yeni {
	display: block;
	margin-left: 30px;
}
.project-content .project-yeni h3 {
    color: #F9F4F4;
    display: block;
    font-family: "Merriweather", Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
	text-align: center
}
.project-content .project-yeni h3:hover {
    color: #E9A12A;
}

.project-content .project-title h3:hover {
    color: #E9A12A;
}
.neden_piart {
	font-family: Arial;
	font-size: 15px;
}



