@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Poppins', sans-serif;
    color: #4b4b4b;
    font-size: 15px;
    font-weight: 400;
}
.header-top {
    padding: 15px 0;
}
body.down #menu-fixed.clone.mainmenu-area a.logo-menu img {
    padding-top: 0px;
}
#menu-fixed.clone {
	padding: 10px 0;
	top: -89px;
}
.slider-overlay {
    background: transparent;
    opacity: .5;
}
.header-top-right {
    float: right;
    margin-top: 10px;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
}
.breadcrumb-section {
	background: url(../../image/breadcumb.jpg);
}
.button {
    font-size: 17px;
    display: inline-block;
    color: #fff;
    padding: 13px 19px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 1px;
    outline: none;
    transition: .3s;
}
.btn-two:hover {
	color: #fff;
}
.helping-section .section-heading p {
    width: 85%;
    margin: 0;
}
.footer-logo {
    margin-bottom: 29px;
    margin-top: 0;
}
iframe{
	width: 100%
}
.mx-auto{
	margin-left: auto!important;
	margin-right: auto!important;
}
.mt-1{
	margin-top: 10px
}
.mt-2{
	margin-top: 20px
}
.mt-3{
	margin-top: 30px
}
.mt-4{
	margin-top: 40px
}
.mt-5{
	margin-top: 50px
}
.mb-1{
	margin-bottom: 10px
}
.mb-2{
	margin-bottom: 20px
}
.mb-3{
	margin-bottom: 30px
}
.mb-4{
	margin-bottom: 40px
}
.mb-5{
	margin-bottom: 50px
}
.breadcrumb-ul li {
    display: inline;
    padding: 0 8px 0 0;
    position: relative;
}
.member-info h4 {
    font-weight: 600;
    font-size: 17px;
}
.member-info h5 {
	font-size: 14px;
}
.helping-description h4 {
    margin-bottom: 10px;
}
.helping-description p {
    margin-bottom: 15px;
    line-height: 25px;
}
.single-member {
    text-align: left;
    border: none;
    padding-bottom: 30px;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    padding: 25px;
}
.member-image {
    overflow: hidden;
    border-radius: 0 100% 100% 100%;
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
    -webkit-transition: .3s;
    transition: .3s;
    transform: scale(1);
}
.volunteer-section, .blog-section{
	background: #FAFAFA;
}
.event-section-two {
	background: #fff;
}
.member-details p {
    color: #696969;
    line-height: 28px;
    margin-bottom: 15px;
}
.single-member:hover {
    background: rgb(139 60 69 / 5%);
    border-color: transparent;
}
.banka {
    float: left!important;
    margin-left: 0!important;
	display: inline-block!important;
	
}
.kurumsal-bg{
	background: url(../../image/kurumsal.jpg)!important;
}
.kurullar-bg{
	background: url(../../image/kurullar.jpg)!important;
}
.haberler-bg{
	background: url(../../image/haberler.jpg)!important;
}
.iletisim-bg{
	background: url(../../image/iletisim.jpg)!important;
}



/*** MODAL BOX **/
@media (min-width: 768px){

	.modal-dialog {
		width: 1000px;
        margin: 3rem auto;
	}
}

.modal-content {
	background-color: transparent!important;
    border: none!important;	
}
.modal-header{
    padding: 10px 15px;
	border-bottom: none;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
}
.modal-body {
    padding: 0;
}
.modal-header .close {
	padding: 0;}
	
button.close {
    opacity: 1;
    background-color: #d90202;
    color: #fff;
    }

.close-area {
	font-size: 1rem;
	letter-spacing: 1px;
	font-weight: 500;
	text-shadow: none;
	position: absolute;
	right: 0;
	display: inline-block;
	padding: 10px 15px!important;
	bottom: 30%;
	z-index: 999;
}
.close-area:hover {
	background-color: #fff!important;
	color: #000!important;
}
.close-area-2 {
    right: 0;
    bottom: 30%;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}



@media (max-width: 576px){
	.modal.show .modal-dialog {
		margin-top: 25%;
	}
}