body{
    padding-top: 40px;
    color:#202426;
	
	background-image: url(/images/bg.png);
	background-size: 80% auto;
	background-repeat: repeat-y;
	background-position: center center;
}

.grecaptcha-badge { opacity:0;}

p{
    font-size:18px;
    line-height: 28px;
    font-weight: 300;
    display:block;
    margin-bottom: 30px;
}
p:last-child, p:last-of-type{
    margin-bottom: 0;
}
header{
    height:120px;
    width:100%;
    position: fixed;
    top:0;
    left:0;
    transition: all ease 0.3s;
    z-index: 102;
}
.header_ust{
    width:100%;
    height:40px;
    display:flex;
    align-items: center;
    background:#28c9ab;
}
.header_alt{
    width:100%;
}
.header_alt > div > figure{
	width: 180px;
}
.header_alt > div{
    width:1200px;
    margin:auto;
    height:120px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.header_alt > div > div > nav > ul{
    display:flex;	
}
.header_alt > div > div > nav > ul > li{
    position: relative;
    height:40px;
	border-radius: 10px 10px 0 0;
	transition: all 0.3s;
	margin-right: 25px;
	display: flex;
    align-items: center;
}
.header_alt > div > div > nav > ul > li > ul > li{
    position: relative;
    height:40px;
}
.header_alt > div > div > nav > ul > li > ul{
    position: absolute;
    left:0;
	top: 80px;
	visibility: hidden;
    width:250px;
    background:#28c9ab;
	border-radius: 0 10px 10px 10px;
	transition: all 0.3s;
}
.header_alt > div > div > nav > ul > li > ul > li > ul{
    position: absolute;
    left:-250px;
    display:none;
    top:0;
    width:250px;
    background:#28c9ab;
	border-radius: 10px 0 10px 10px;
	transition: all 0.3s;
}
.header_alt > div > div > nav > ul > li > a{
    color: #000;
    display: block;
    line-height: 19px;
    font-size: 14px;
    font-weight: bold;
	text-align: center;
	transition: all 0.4S;
}
.header_alt > div > div > nav > ul > li > a:hover{
	color: #ff6fb8;
}

.header-in {
    padding: 10px;
    background: #094063;
    width: 40px;
    height: 40px;
    display: flex;
	color:#fff;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
    border-radius: 12px;
}

.header-in:hover {
	opacity:0.8;
	transition: all 0.3s;
}

.page-select{
	color: #ff6fb8!important;
}
.header_alt > div > div > nav > ul > li > ul > li{
    width:100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.header_alt > div > div > nav > ul > li > ul > li > ul > li{
    width:100%;
	position: relative;
    height: 40px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.header_alt > div > div > nav > ul > li > ul > li > a{
    display:block;
    padding:10px 30px;
    font-weight: 600;
    font-size:14px;
    color:#fff;
}
.header_alt > div > div > nav > ul > li > ul > li > ul > li > a{
    display:block;
    padding:10px 30px;
    font-weight: 600;
    font-size:14px;
    color:#fff;
}
.swiper-pagination-bullet{
    background:#fff!important;
}
.slider-text{
    width:1200px;
    margin:auto;
    display:flex;
    align-items: center;
    height:100%;
}
.slider-text h1{
    font-weight: 500;
    color:#28c9ab;
    font-size:35px;
}
.anasayfaHakkimizda{
    width:100%;
	overflow: hidden;
}
.anasayfaHakkimizda > div{
    background: rgba(40,201,171,0.3);
    padding:90px 60px;
    width:1200px;
    margin:auto;
    display:flex;
    align-items: center;
}
.anasayfaHakkimizda h2{
    max-width: 50%;
    min-width: 50%;
    font-weight: bold;
    font-size: 36px;
    padding-right: 90px;
}
.anasayfaHakkimizda h2 strong{
    display:block;
    color:#28c9ab;
    font-size:14px;
}
.hbg{
    background:#fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
footer{
    width:100%;
    background:url(../images/footerbg.png);
    background-size: cover;
    background-position: center;
	padding: 30px 0;
}
footer a{
	color: #fff;
}
footer > div{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
footer ul{
	display: flex;
    justify-content: center;
    align-items: center;
}
footer > div > ul > li:first-child{
	position: relative;
	margin-right: 20px;
}
footer > div > div > ul > li{
	margin-right: 10px;
}
footer > div > div > ul > li > a{
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s;
	font-weight: bold;
}
footer > div > div > ul > li > a:hover{
	background: #ffa800;
}
footer > div > div > ul > li:last-child{
	margin-right: 0;
}
footer > div > div > ul{
	margin: 15px 0;
}
footer > div > ul > li:first-child:before{
	content: "";
	position: absolute;
	right: -10px;
	width: 1px;
	height: 80%;
	top: 5%;
	background: #fff;
}
.slider_text-icerik{
	padding: 40px 60px;
	background-color: rgba(255,255,255,0.8);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.btn-sagbuyume{
	margin-right: 10px;
}
.slider_text-icerik > div{
	width: 100%;
	margin-top: 20px;
}
.whatsappHatti{
	display: none;
    position: fixed;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    bottom: 60px;
    right: 30px;
    background: #0ec153;
    z-index: 15;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    color: #fff;
    font-size: 16px;
}
.whatsappHatti a{
	color: #fff;
}
.whatsappHatti i{
	float: right;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    color: #fff;
}
header{
	background-color: #fff!important;
}
main{
	padding-top: 80px;
}
#slider{
	height: calc(100vh - 120px);
}
.header-dil{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right:20px;
}
.header_alt > div > div{
	display: flex;
	align-items:center;
}
.header-dil > ul{
	display: flex;
}
.header-dil > ul > li > a{
	color: #ff6fb8;
	font-size: 13px;
	font-weight:500;
}
.header-dil .dil-secili{
	font-weight: bold;
}
.header-dil > ul > li:first-child{
	margin-right: 10px;
	position: relative;
}
.header-dil > ul > li:first-child:before{
	content: "";
	position: absolute;
	width: 1px;
	height: 80%;
	top: 15%;
	right: -6px;
	background: #ff6fb8;
}
.px1200{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.sayfa-baslik{
	font-size: 72px;
	background-image: linear-gradient(90deg, #5ca2bd, #5955c7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'Filson Pro', sans-serif;
	font-weight: 500;
	padding:30px 0px;
}
.sayfa-baslik span{
	display: block;
}
/*02a49b*/
.anasyafa_yatırım{
	overflow: hidden;
}
.anasyafa_yatırım-icerik{
	display: flex;
	position: relative;
	z-index: 1;
	padding: 30px 0;
	margin-top: 30px;
}
.anasyafa_yatırım-icerik:before{
	content: "";
    width: calc(100% + 1000px);
    height: 100%;
    background: #02a49bbf;
    position: absolute;
    left: -500px;
    top: 0;
    z-index: -1;
}
.anasyafa_yatırım-icerik > li{
	flex: 1;
}
.anasyafa_yatırım-box h3{
	font-size: 33px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	font-family: 'Filson Pro', sans-serif;
	margin-top: 30px;
}
.anasyafa_yatırım-box > div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.anasayfa_ilgiAlanlari ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 40px 0;
}
.anasayfa_ilgiAlanlari ul li{
	display: flex;
	flex: 25%;
	justify-content: center;
	align-items: center;
}
.anasayfa_ilgiAlanlari ul li:first-child{
	justify-content: end;
}
.anasayfa_ilgiAlanlari ul li:nth-child(3){
	justify-content: start;
}
.anasayfa_ilgiAlanlari ul li:nth-child(-n + 3){
	flex: 33.3%;
	margin-bottom: 40px;
}
.anasayfa_ilgiAlanlari ul li div div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all 0.4s;
	padding: 20px 30px;
}
.anasayfa_ilgiAlanlari-box:hover{
	background-color: rgba(255,255,255,0.8);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.anasayfa_ilgiAlanlari h2{
	font-size: 35px;
	font-family: 'Filson Pro', sans-serif;
	color: #01aea4;
	text-align: center;
}
.anasayfa_ilgiAlanlari{
	padding: 40px 0 60px 0;
}
.anasayfa_ilgiAlanlari > div{
	border-bottom: 5px solid #ffa800;
}
.anasayfa_ilgiAlanlari-box h3{
	font-family: 'Filson Pro', sans-serif;
	font-size: 30px;
	color: #768081;
	max-width: 180px;
	text-align: center;
	margin-top: 30px;
}
.anasayfa_portfoy{
	padding: 40px 0;
}
.anasayfa_portfoy-icerik{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	padding-bottom: 60px;
	width: 100%;
	border-bottom: 5px solid #ffa800;
	padding: 0 40px 60px 40px;
}
.anasayfa_portfoy-icerik li{
	padding: 30px 15px;
	text-align:Center;
	background: #dbdbdb;
	transition: all 0.3s;
	margin: 0 20px;
}
.anasayfa_portfoy-icerik li:hover{	
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.anasayfa_portfoy-box ul{
	display: flex;
	margin: 25px 0;
}
.anasayfa_portfoy-box ul li{
	color: #666666;
	font-size: 12px;
	font-weight: 600;
}

.anasayfa_portfoy-box figure {
	margin:auto;
	text-align:center;
	height: 120px;
}

.anasayfa_portfoy-box figure img {
	margin:auto;
}

.anasayfa_portfoy-box ul li:first-child{
	margin-right: 25px;
	position: relative;
}
.anasayfa_portfoy-box ul li:first-child:before{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #666666;
	right: -15px;
	top: 5px;
}
.anasayfa_portfoy-box h3{
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: 30px;
	margin-top:30px;
	height: 58px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.anasayfa_portfoy-box a{
	font-size: 14px;
	color: #0099cc;
	font-weight: 600;
	position: relative;
}
.anasayfa_portfoy-box a:before{
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 2px;
	bottom: -5px;
	background: #5955c7;
	transition: all 0.4s;
}
.anasayfa_portfoy-box a:hover:before{
	width: 100%;
}
.anasayfa_haberler-icerik{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	padding-bottom: 60px;
    width: 100%;
    border-bottom: 5px solid #ffa800;
}
.anasayfa_haberler-icerik > div{
	width: 43%;
	position: relative;
}
.anasayfa_haberler-sol:before{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	right: -16%;
	background: #dbe0e4;
}
.anasayfa_haberler-sol figure{
	width: 220px;
	margin-bottom: 30px;
}
.anasayfa_haberler-sol p{
	font-weight: 500;
	font-size: 21px;
	margin-bottom: 15px;
	margin-left:30px;
}

.anasayfa_haberler-sol a {
	margin-left:30px;
}

.anasayfa_haberler-sol h3{
	font-weight: bold;
	font-size: 34px;
	padding-left: 30px;
	position: relative;
	margin-bottom: 15px;
}
.anasayfa_haberler-sol h3:before{
	content: "";
	position: absolute;
	left: 0;
	top: 10%;
	width: 3px;
	height: 80%;
	background: #ffa800;
}
.dvm-btn{
	font-weight: bold;
	font-size: 12px;
	color: #0099cc;
	position: relative;
}
.dvm-btn:before{
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 2px;
	bottom: -5px;
	background: #5955c7;
	transition: all 0.4s;
}
.dvm-btn:hover:before{
	width: 100%;
}
.anasayfa_haberler-ust{
	padding: 25px 20px;
	border: 1px solid #bfbfbf;
}
.haber-time{
	display: flex;
}
.haber-time li{
	color: #666666;
	font-size: 12px;
	font-weight: 600;
}
.haber-time li:first-child{
	margin-right: 25px;
	position: relative;
}
.haber-time li:first-child:before{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #666666;
	right: -15px;
	top: 5px;
}
.anasayfa_haberler-ust figure{
	margin-bottom: 15px;
}
.anasayfa_haberler-ust h3{
	margin: 15px 0;
	font-size: 24px;
	font-weight: bold;
}
.anasayfa_haberler-alt > ul{
	display: flex;
	border: 1px solid #bfbfbf;
	border-left: 3px solid #ffa800;
}
.anasayfa_haberler-alt > ul > li{
	width: 50%;
	padding: 20px;
}
.anasayfa_haberler-alt > ul > li:first-child{
	border-right: 1px solid #bfbfbf;
}
.anasayfa_haberler-alt{
	margin-top: 25px;
}
.anasayfa_haberler-alt h3{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 10px 0;
}
.anasayfa_referans{
	overflow: hidden;
	margin: 60px 0;
}
.anasayfa_referans-list{
	display: flex!important;
	background: #e2e3e4;
	margin-bottom: 20px;
	position: relative;
	padding: 20px 0;
}
.anasayfa_referans-list:before{
	content: "";
	position: absolute;
	width: 1000px;
	height: 100%;
	top: 0;
	left: -1000px;
	background: #e2e3e4;
}
.anasayfa_referans-list:after{
	content: "";
	position: absolute;
	width: 1000px;
	height: 100%;
	top: 0;
	right: -1000px;
	background: #e2e3e4;
}
.anasayfa_referans-list li{
	margin-right: 24px;
	position: relative;
	padding: 25px;
	transition: all 0.4s;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width:220px;
}

.anasayfa_referans-list li a {
	cursor:auto;
}

.anasayfa_referans-list li a img{
	transition: all 0.4s;
	max-height: 150px;
}
.anasayfa_referans-list li figure img{
	transition: all 0.4s;
	max-height: 150px;
}

.anasayfa_referans-list li:before{
	content: "";
	position: absolute;
	right: -12px;
	top: 15%;
	width: 1px;
	height: 70%;
	background: #a8b4bb;
}
.anasayfa_referans-list li:last-child{
	margin-right: 0;
}
.anasayfa_referans-list li:last-child:before{
	content: none;
}
.anasayfa_referans div ul:last-child{
	margin-bottom: 0;
}
.iletisim_map{
	height: 740px;
	background: url(../images/anasayfa-iletisimbg.png);
	background-position: bottom center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
}
.iletisim_map > .px1200{
	display: flex;
	justify-content: center;
	align-items: center;
}
.iletisim_map-sosyal{
	background: linear-gradient(90deg, #5ca2bd, #5955c7);
	display: flex;
    justify-content: end;
    align-items: center;
    padding: 40px;
    height: 120px;
    width: 28%;
	z-index:999;
	margin-top: -60px;
}
.iletisim_map-sosyal ul{
	display: flex;
}
.iletisim_map-sosyal ul li{
	margin-right: 15px;
}
.iletisim_map-sosyal ul li a{
	font-size: 23px;
	color: #fff;
	transition: all 0.4s;
}
.iletisim_map-sosyal ul li a:hover{
	color: #ffa800;
}
.iletisim_map-sosyal ul li:last-child{
	margin-right: 0;
}
@media screen and (max-width:1700px) {
	.iletisim_map-sosyal{
		width: 20%;
	}
}
.iletisim_map-iframe{
	width: 100%;
	height: 555px;
}
.iletisim_main{
	margin: 60px 0;
}
.iletisim_main h2{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
.iletisim_main h2:before{
	content: "";
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: -15px;
	background: #ffa800;
}
.iletisim_main > div{
	display: flex;
	flex-wrap: wrap;
}
.iletisim-text{
	width: 50%;
	padding-right: 70px;
}
.iletisim-form{
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: start;
}

.iletisim-form strong {
	display:none;
}

.iletisim-form input{
	width: 100%;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 10px 15px;
}
.iletisim-form textarea{
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #d5d5d5;
	border-radius: 7px;
	margin-bottom: 10px;
	resize: none;
	height: 130px;
	font-family: 'Montserrat', sans-serif;
}
.iletisim-form button{
	padding: 10px;
	font-weight: bold;
	color: #fff;
	background: #ffa800;
	font-family: 'Filson Pro', sans-serif;
    font-weight: 500;
	font-size: 22px;
	transition: all 0.4s;
	position: relative;
	z-index: 1;
}
.iletisim-form button:before{
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	background: linear-gradient(90deg, #5ca2bd, #5955c7);
	transition: all 0.4s;
}
.iletisim-form button:hover:before{
	width: 100%;
}
.iletisim-text p{
	color: #000;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 50px;
}
.iletisim-text a{
	color: #000;
	font-size: 20px;
	font-weight: 500;
	position: relative;
}
.iletisim-text a:before{
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	background: #ffa800;
	left: 0;
	bottom: -7px;
	transition: all 0.4s;
}
.iletisim-text a:hover:before{
	width: 100%;
}
.hakkimizda-ust{
	background: url(../images/hakkimizdabg.png);
	background-size: cover;
	background-position: right bottom;
	padding: 60px 0;
}
.hakkimizda-ust h2{
	font-size: 56px;
	font-weight: 500;
	color: #fff;
	font-family: 'Filson Pro', sans-serif;
}
.hakkimizda-ust h2 b{
	display: block;
	font-weight: bold;
	font-family: 'Filson Pro', sans-serif;
}
.hakkimizda-ust-text{
	position: relative;
	padding-left: 100px;
	margin-top: 60px;
}
.hakkimizda-ust-text:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 5px;
	background: url(../images/text-img1.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.hakkimizda-ust-text p{
	color: #fff;
	width: 590px;
	margin-bottom: 30px;
}

.anasayfa_haberler{
	overflow: hidden;
}














































.hakkimizda-alt{
	background: url(../images/hakkimizdabg2.png);
	background-size: cover;
	background-position: right bottom;
	padding: 60px 0;
}
.hakkimizda-alt h2{
	font-size: 56px;
	font-weight: 500;
	color: #fff;
	font-family: 'Filson Pro', sans-serif;
}
.hakkimizda-alt h2 b{
	display: block;
	font-weight: bold;
	font-family: 'Filson Pro', sans-serif;
}
.hakkimizda-alt-text{
	position: relative;
	padding-left: 180px;
	margin-top: 60px;
}
.hakkimizda-alt-text:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/text-img2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.hakkimizda-alt-text p{
	color: #7c8089;
	width: 590px;
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 20px;
	min-height: 80px;
}
.px950{
	width: 950px;
	margin: auto;
}
.yatirim-portfoy{
	padding: 60px 0;
	background-image: url(../images/yatirimbg.png);
	background-color: #e1e1e1;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.yatirim-portfoy-box{
	display: flex;
	justify-content: space-between;
}
.yatirim-portfoy-img{
	width: 40%;
	background: #fff;
	display: flex;
    justify-content: center;
    align-items: center;
}
.yatirim-portfoy-text{
	width: 59%;
	background: #fff;
	padding: 15px 20px;
}
.yatirim-portfoy-text-ust p{
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}
.yatirim-portfoy-text-ust ul{
	display: flex;
}
.yatirim-portfoy-text-ust ul li:first-child{
	position: relative;
	margin-right: 25px;
	display: flex;
	align-items: center;
}
.yatirim-portfoy-text-ust ul li:first-child:before{
	position: absolute;
	content: "";
	right: -15px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	border: 1px solid #666666;
}
.yatirim-portfoy-text-orta p{
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
	line-height: 21px;
}
.yatirim-portfoy-text-orta p:last-child{
	margin-bottom: 0;
}
.yatirim-portfoy-text-orta{
	margin: 20px 0 60px 0;
}
.yatirim-portfoy-text-alt p{
	font-size: 14px;
	color: #666;
	line-height: 21px;
}
.yatirim-portfoy-text-alt p b{
	font-weight: bold;
}
.yatirim-portfoy-text-alt ul li{
	margin-bottom: 10px;
}
.yatirim-portfoy-text-alt ul li:last-child{
	margin-bottom: 0;
}
.yatirim-portfoy-text-alt{
	display: flex;
	flex-direction: column;
}
.yatirim-portfoy-text-alt > a{
	color: #ffa800;
	margin-top: 20px;
	font-weight: 500;
	display: flex;
	align-items: center;
}
.yatirim-portfoy-text-alt > a > i{
	margin-left: 10px;
}
.yatirim-portfoy-text-alt > a > span{
	position: relative;
}
.yatirim-portfoy-text-alt > a > span:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	height: 2px;
	width: 0;
	transition: all 0.4s;
	background: #ffa800;
}
.yatirim-portfoy-text-alt > a:hover > span:before{
	width: 100%;
}
.yatirim-portfoy-icerik > div{
	margin-bottom: 30px;
}
.yatirim-portfoy-icerik > div:last-child{
	margin-bottom: 0;
}
.yatirim-portfoy-icerik > div:nth-child(2n){
	flex-direction: row-reverse;
}
.yatirim-komitesi{
	padding-top: 60px;
}
.uyeler-list{
	padding-left: 60px;
}
.uyeler-list ul{
	display: flex;
	justify-content: center;
	margin: 40px 0;
}
.uyeler-list ul li{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 24%;
}
.uyeler-list ul li figure img{
	border: 6px solid #000;
	border-radius: 100%;
	margin-bottom: 25px;
	transition: all 0.4s;
	filter: grayscale(1);
}
.uyeler-list ul li:hover figure img{
	border-color: #ff6fb8!important;
	filter:none;
	transition: all 0.4s;
}
.uyeler-list ul li h3{
	font-size: 21px;
	font-weight: 500;
	color: #768081;
	font-family: 'Filson Pro', sans-serif;
	margin-bottom: 5px;
}
.uyeler-list ul li span{
	font-size: 16px;
	font-weight: 500;
	color: #768081;
	font-family: 'Filson Pro', sans-serif;
	text-align: center;
    width: 190px;
}

.haberler{
	padding: 60px 0;
}
.haberler{
	padding: 60px 0;
}
.haberler-list{
	display: flex;
	flex-wrap: wrap;
	padding: 0 60px;
	margin-top: 30px;
}
.haberler-list li{
	margin-right: 2%;
	margin-bottom: 25px;
	padding: 20px;
	width: 49%;
	border: 2px solid #ebebeb;
	background: rgba(255,255,255,0.5);
}
.haberler-list li:nth-child(2n){
	margin-right: 0;
}
.haberler-baslik h2{
	font-size: 24px;
	font-weight: 500;
}
.haberler-baslik h2 b{
	display: block;
	font-weight: bold;
}
.haberler-baslik{
	padding-left: 40px;
	border-left: 3px solid #ffa800;
}
.haberler-list-box h3{
	font-size: 24px;
	font-weight: bold;
	margin-top: 15px;
}
.haberler-list-box p{
	font-size: 13px;
	color: #000;
	font-weight: 500;
	margin: 15px 0 30px 0;
	line-height: 19px;
}
.haberler-list-box a{
	font-size: 14px;
	font-weight: bold;
	color: #ffa800;
	border: 1px solid #7e7e7e;
	border-radius: 22px;
	padding: 5px 10px;
	transition: all 0.4s;
	background: transparent;
}
.haberler-list-box a:hover{
	background: #ffa800;
	color: #fff;
	border-color: #ffa800;
}
.haber_detay-icerik{
	width: 750px;
}
.haber_detay{
	padding: 90px 0;
}
.haber-detay-baslik span{
	font-size: 14px;
	color: #ff6fb8;
	font-weight: bold;
}
.haber-detay-baslik h2{
	color: #ffa800;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	margin-top: 15px;
}
.haber_detay-text p{
		font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
	color:#000;
}
.haber_detay-text p:last-child{
	margin-bottom: 0;
}
.haber_detay-text{
	margin-top: 30px;
}
.haber_detay > div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: start;
}
.haber-detay-baslik{
	width: 100%;
	margin-bottom: 30px;
}
.diger_haberler{
	width: 340px;
	display: flex;
	flex-direction: column;
	position: relative;
}
.diger_haberler-box{
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	transition: all 0.4s;
	padding: 10px;
    border-radius: 10px;
}
.diger_haberler-box:hover{
	box-shadow: 5px 5px 15px 5px rgb(34 44 87 / 11%);
}

.diger_haberler-slider h1{
	color: #ff6fb8;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
	font-style:italic;
}

.diger_haberler-box a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.diger_haberler-box img{
	width: 100%;
	border-radius: 5px;
}
.diger_haberler-box span{
	font-size: 14px;
	color: #ff6fb8;
	font-weight: 500;
}
.diger_haberler-box h3{
	color: #000;
	font-weight: 500;
	margin-top: 5px;
	font-size: 16px;
}
.diger_haberler-box figure{
	margin-bottom: 10px;
}
.diger_haberler-slider{
	position: relative;
}
.diger_haberler-slider .slick-dots{
	display: flex;
	min-height: 30px;
	justify-content: center;
}
.diger_haberler-slider .slick-dots li{
	display: flex;
	justify-content: center;
	align-items: center;
}
.diger_haberler-slider .slick-dots li:last-child{
	margin-right: 0;
}
.diger_haberler-slider .slick-dots li button{
	background: transparent;
	font-size: 18px;
	color: #000;
	font-weight: 500;
}
.diger_haberler-slider .slick-dots .slick-active button{
	font-size: 24px;
	color: #5ca2bd;
	font-weight: 600;
}
.slick-prev-diger-haberler{
	position: absolute;
	bottom: 0;
	left: 55px;
	font-size: 17px;
	color: #5ca2bd;
	padding: 10px;
	background: #e1e1e1;
	border-radius: 10px;
	transition: all 0.4s;
}
.slick-next-diger-haberler{
	position: absolute;
	bottom: 0;
	right: 55px;
	font-size: 17px;
	color: #5ca2bd;
	padding: 10px;
	background: #e1e1e1;
	border-radius: 10px;
	transition: all 0.4s;
}
.slick-prev-diger-haberler:hover{
	color: #fff;
	background: #ffa800;
	cursor: pointer;
}
.slick-next-diger-haberler:hover{	
	color: #fff;
	background: #ffa800;
	cursor: pointer;
}
.haber_detay-text p a{
	font-weight: bold;
	color: #ffa800;
}
.iletisim .iletisim_map{
	background: #e1e1e1ad;
}
.iletisim{
	background-color: #fff;
	padding-bottom: 60px;
	background-image: url(../images/iletisimbg.png);
	background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.iletisim .iletisim_main{
	margin: 60px 0 0 0;
}
.slider-mobil-gizle{
	display: block;
}
.slider-mobil-goster{
	display: none!important;
}
.portfoy-slider-button {
	padding: 10px;
	color: #fff;
	background: #ffa800;
	position: absolute;
	top: 60%;
	transition: all 0.4s;
}
.portfoy-slider-button:hover {
	cursor: pointer;
	background: #5ca2bd;
}
.slick-prev-portfoy{
	left: -20px;
}
.slick-next-portfoy{
	right: -20px;
}















