@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;300;500;700&family=Barlow:wght@100;300;500;700&display=swap');

body {
	background-color: #dfdfdf;
	font-family: 'Barlow', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
}

h1,h2,h3,h4,h5 {
	font-family: 'Barlow Condensed', sans-serif;
}

.pd-0 {
	padding: 0;
}

.pd-30 {
	padding: 30px;
}

.colored {
	color: #8486a8 !important;
}

#main {
	background-image:url(../images/slider/slide.jpg);
    background-repeat: no-repeat;
    background-size: 100% cover;
}

#inner-page {
	background-image:url(../images/page-breadcrumb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.nigbas-box {
	margin-bottom: 30px;
}

.news-page {
	background-image:url(../images/news-breadcrumb.jpg) !important;
}

.faaliyet-alanlari {
	background-image:url(../images/faaliyet-alanlari-breadcrumb.jpg) !important;
}

.iletisim {
	background-image:url(../images/iletisim-breadcrumb.jpg) !important;
}

#inner-page .page-title {
	text-align: center;
	padding: 50px 0;
	color: #fff;
}

#inner-page .page-title h2 {
	font-weight: bold;
	font-size:47px;
	color: #fff;
}

#inner-page .page-title a {
	color: #fff;
}

.sub-menu a {
	color: #c0c0c5;
	text-decoration: none;
}

.head {
	padding-top: 20px;
}

.head .sub-menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	list-style: none;
	color: #c0c0c5;
	font-weight: bold;
	font-size: 14px;
}

.head .sub-menu li {
	margin-left: 10px;
}

.head .lang {
	background: #383a57;
	padding: 7px;
}

.head .lang img {
	margin-left:5px;
}

.menu-bar  {
	margin: 15px 0;
	background: #25273d;
	padding: 40px 0;
}

@media screen and (max-width:1000px){
	.menu-bar{
		display: none;
	}

	#info-area .activity .activity-area {
		display: flex;
		overflow: hidden;
		flex-wrap: wrap;
		/* background: no-repeat; */
	}

	#info-area .activity .activity-area .activity-item {
		width: 50% !important;
		height: 382px;
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
		padding: 30px;
		color: #fff;
		font-weight: bold;
		font-family: 'Barlow Condensed', sans-serif;
		font-size: 30px;
	}
}

.menu-bar nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	display: flex;
	justify-content: space-around;
	align-items: center;
	align-content: center;
}

.menu-bar nav ul a{
	color:white;
	o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
.menu-bar nav ul a:hover{
	color:#e77171;
	text-decoration: none;
}

.slider-area {
	padding: 100px 0;
}

.slider-area h2 {
	font-weight: bold;
	color: #e77171;
	font-size: 34px;
}

.slider-area h1 {
	font-weight: bold;
	color: #fff;
	font-size: 47px;
}

.slider-area .link {
	margin: 20px 0;
	width: 220px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.slider-area .link .a-10 {
	width: 35%;
	background: #db5757;
	position: relative;
	height: 100%;
}

.slider-area .link .slider-progress {
	width: 100%;
	height: 10px;
	background: #626488;
	margin-right: 10px;
}

.slider-area  a {
	color: #fff;
	font-size: 17px;
	text-decoration: none;
	o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.slider-area  a:hover {
	color: #db5757;
}

.arrows {
	display: flex;
}

.arrows .arrow {
	background: #bdc3c7;
	height: 40px;
	width: 40px;
	margin-right: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	font-size: 19px;
	color: #333536;
}

#info-area {
	margin: 100px 0;
}

#info-area .news {
	background: #cdd2e5;
	padding: 40px 30px;
}

#info-area .news p {
	font-weight: bold;
	color: #151a26;
	font-size: 20px;
}

.news-redirect {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;

}

#info-area .news a {
	font-weight: bold;
	color: #c0392b;
	text-decoration: none;
}

#info-area .news .dot {
	width: 10px;
	height: 10px;
	background: red;
	margin-right: 10px;
}

#info-area .about-nigbas {
	background: #25273d;
	padding: 40px 30px 40px 30px;
}

#info-area .about-nigbas h1 {
	font-weight: bold;
	font-size: 34px;
	color: #fff;
}

#info-area .about-nigbas .about-img {
	margin-top: -180px;
}

#info-area .about-nigbas p {
	color: #fff;
	font-weight: 300;
	font-size: 15px;
	margin: 27px 0;
}

#info-area .about-nigbas ul {
    padding: 0;
    /* color: red; */
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    font-weight: bold;
}

#info-area .about-nigbas ul li a {
	color: #faf4dc;
	text-decoration:none;
	o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

#info-area .about-nigbas ul li a:hover {
	color: #c0392b;
}

#info-area .activity {
	padding: 0;
}

#info-area .activity .activity-area {
	display: flex;
	overflow: hidden;
}

#info-area .activity .activity-area .activity-item {
	width: 100%;
	height: 382px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	padding: 30px;
	color: #fff;
	font-weight: bold;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 30px;
}

#info-area .activity .activity-area .grc {
	background: url(../images/grc.jpg) ;
	/* width: 100%; */
	background-size: 100% 100%;
	/* background-repeat: no-repeat; */
}

#info-area .activity .activity-area .elektrik {
	background: url(../images/elektrik.jpg);
	/* width: 100%; */
	background-size: 100% 100%;
}

#info-area .activity .activity-area .yapi {
	background: url(../images/yapi.jpg);
	/* width: 100%; */
	background-size: 100% 100%;
}

#info-area .activity .activity-area .yurt {
	background: url(../images/yurt.jpg);
	/* width: 100%; */
	background-size: 100% 100%;
}

#info-area .activity .activity-area .gm {
	background: url(../images/gayrimenkul.jpg);
	/* width: 100%; */
	background-size: 100% 100%;
}

#investor-releations {
	margin: 100px 0;
}

#investor-releations .investor-links {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

#investor-releations .investor-links .investor {
	background: url(../images/home-yatirimci-iliskileri.jpg);
	color: #fff;
	padding: 50px 30px;
	width: 480px;
	height: 288px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

#investor-releations .investor-links .investor h2 {
	font-weight: bold;
	font-size: 30px;
}

#investor-releations .investor-links .investor a {
	border: solid 1px #fff;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	width: auto;
	padding: 5px;
	font-weight: 300;
	width: 150px;
	text-align: center;
	o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

#investor-releations .investor-links .investor a:hover {
	background: #e77171;
	border-color: #e77171;
}

#investor-releations .investor-links .investor-redirects {
	width: 100%;
	height: 100%;
	background: #f2f4f9;
}

#investor-releations .investor-links .investor-redirects span {
	margin-right: 15px;
}

#investor-releations .investor-links .investor-redirects ul {
	margin: 0;
	padding: 50px;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	align-content: center;
	flex-direction: column;
	list-style: none;
	height: 100%;
}

#investor-releations .investor-links .investor-redirects ul li a {
	color: #272728;
	text-decoration: none;
	o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

#investor-releations .investor-links .investor-redirects ul li a:hover {
	color: #e77171;
}

#investor-releations .hr {
	background: url(../images/hr-bg.jpg);
	padding: 50px 30px;
	height: 100%;
	background-size: 100% 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: center;
	flex-direction: column;
}

#investor-releations .hr h2 {
	font-weight: bold;
	font-size: 30px;
	color: #fff;
}

#investor-releations .hr a {
	border: solid 1px #fff;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	width: auto;
	padding: 5px;
	font-weight: 300;
	width: 150px;
	text-align: center;
	o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

#investor-releations .hr a:hover {
	background: #e77171;
	border-color: #e77171;
}

#corporate {
	margin: 100px 0;
}

#corporate .side-bar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: #e9e9e9;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: center;
	flex-direction: column;
}


#corporate .side-bar ul a {
	border-left: solid 20px #e9e9e9;
	padding: 20px;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	width: 100%;
	font-weight: bold;
	color: #252525;
	text-decoration: none;
	o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}

#corporate .side-bar ul a:hover {
	background: #25273d;
	color: #fff;
	border-color: #e77171;
}

#corporate .side-bar ul .active {
	background: #25273d;
	color: #fff;
	border-color: #e77171;
}

#corporate .page-title-img {
	background: url(../images/corporate-img.jpg); no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	margin: 0;
	padding: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: center;
	flex-direction: column;
}

#corporate .page-title-img span {
	font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
	font-size: 40px;
	font-weight: 300;
	background: #e77171;
	width: auto;
	margin-bottom: 3px;
	padding: 0 7px;
}

#corporate .inner-text {
	background: #fff;
	margin: 0;
	padding: 70px 50px;
	color: #656565;
	font-weight: 500;
	margin-bottom: 30px;
}

#corporate .inner-text p {
	margin-bottom: 30px;
}

#corporate .inner-text h2 {
	font-weight: bold;
	font-size: 30px;
	color: #25273d;
}

#corporate .inner-text h3 {
	font-weight: 300;
		color: #25273d;
}

#corporate .inner-text-next {
	margin-top: 50px;
	background: #fff;
	padding: 50px;
}

.inner-text-next h2 {
	font-size: 16px;
	color: #c44b4b;
	margin-left: 60px;
	font-weight: bold;
	margin-bottom: 10px;
}

.inner-text-next h2:before {
    content: "";
    width: 40px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 13px;
    top: 11px;
    display: block;
}

.inner-text-next h1 {
	font-weight: bold;
	color: #000;
	font-size: 45px;
	margin: 10px 0,
}

.inner-text-next p {
	font-family: 'Barlow Condensed', sans-serif;
	color: #5e5f60;
	font-size: 16.5px;
	margin: 20px 0;
}

.inner-text-next .corp-redirect {
	display: flex;
	justify-content: space-around;
	margin-top: 40px;
}

.inner-text-next .corp-redirect .item {
	border: solid 1px #acacac;
	background: #eeeded;
	width: 140px;
	height: 140px;
	color: #25273d;
	font-weight: bold;
	font-size: 16px;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	padding-right: 15px;
	padding-bottom: 15px;
}

#faaliyet-alanlari {
	margin: 100px 0;
}

#faaliyet-alanlari .ref-area {
	background: #fff;
	padding: 50px 50px 20px 50px;
}

#faaliyet-alanlari .ref-area span {
    font-family: 'Barlow Condensed', sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    background: #e77171;
    width: auto;
		line-height: 35px;
    padding: 0 7px;
}

#faaliyet-alanlari .ref-area p {
	color: #393c58;
	font-weight: 500;
	font-size: 15px;
	margin-top: 60px;
}

.grc .ref-area p {
	color: #393c58;
	font-weight: 500;
	font-size: 15px;
	margin-top: 10px !important;
}

.grc ul {
	margin: 0;
	padding: 15px;
}

#faaliyet-alanlari .ref-area .gray-box {
	background: #e0e0e0;
	height: 284px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
}

#faaliyet-alanlari .ref-area .col-lg-3 {
		margin-bottom: 40px;
}

#faaliyet-alanlari .ref-area a {
	text-decoration: none;
}

#faaliyet-alanlari .ref-area .gray-box h2 {
	text-align: center;
	color: #25273d;
	font-weight: bold;
	font-size: 25px;
	margin-top: 25px;
}

#faaliyet-alanlari .ref-box {
	border: solid 3px #161722;
	text-align: right;
	padding: 50px 25px;
	height: auto;
}

#faaliyet-alanlari .ref-box  h3 {
	color: #e77171;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 35px;
}

#faaliyet-alanlari .ref-box p {
	margin: 0;
	margin-bottom: 25px;
}

#faaliyet-alanlari .ref-box a {
	font-weight: bold;
	background: #393c58;
	font-size: 20px;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

#faaliyet-alanlari .ref-box a:hover {
	background: #e77171;
}

#tabs .nav-tabs {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
}

@media screen and (max-width:768px){
	 #nav-tab {
		display: flex;
		justify-content: space-between;
		align-items: center;
		align-content: center;
		flex-direction: row;
		flex-wrap: wrap !important;
	}

}

#tabs .nav-tabs .nav-link{
	border-radius: 0;
	border: none;
	width: 100%;
	padding: 40px 20px;
	font-size: 14px;
	color: #3c3c3c;
	border-right: solid 1px #dfdfdf;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background: #b6b6b6;
	color: #fff !important;
}

#gallery {
	background: #fff;
	padding: 50px 0;
}

#contact {
	margin: 100px 0;
}

#contact .contact-box {
	background: #fff;
	height: 100%;
	border: solid 1px #5f61b5;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;

}

#contact .contact-box .contact-items {
	text-align: center;
}

#contact .contact-box h2 {
	color: #343b84;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 35px;
}

#contact .contact-box .bubble {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #d8d8d8;
	margin: 30px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	font-size: 40px;
	color: #e77171;
}

#contact .contact-box .purple {
	background: #545994;
	color: #fff;
}

#contact .contact-box .contact-items {
	margin-bottom: 40px;
	color: #494949;
	font-size: 17px;
}

#contact .contact-box .contact-items a {
	color: #494949;
	text-decoration:none;
	o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
		font-size: 17px;
}

#contact .contact-box .contact-items a:hover {
	color: #e77171;
}


#hr-area {
	background: url(../images/hr-area.jpg) fixed !important;
	padding: 100px 0;
}

.hr-head {
	text-align: center;
}

.hr-head h1 {
	font-size: 58px;
	font-weight: bold;
	color: #032856;
	padding: 0;
	margin: 0;
	margin-top: 40px;
}

.hr-head p {
	font-weight: 300;
	font-size: 19.5px;
}

.hr-text-p {
	font-weight: 300;
	text-align: center;
	font-size: 14px;
}

.hr-head .error-info {
	margin-top: 40px;
	font-size: 12px;
	letter-spacing: .5px;
}

.hr-head .error-info span {
	color: red;
}

.hr-form {
	padding: 30px;
	-webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.14);
	-moz-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.14);
	box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.14);
	background: #fff;
}

.hr-form form .must {
	position: absolute;
	right: 15px;
	bottom: 20px;
	color: red;
}

.hr-form h2 {
	font-weight: bold;
	font-size: 17px;
	color: #032856;
	margin-bottom: 30px;
}


.hr-form  .form-field {
  position: relative;
  margin: 32px 0;
}
.hr-form  .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 .5px 0;
  border-color: #89969f;
  font-size: 16px;
  line-height: 26px;
  color: #4c4c4c;
  font-weight: 400;
}
.hr-form .input-text:focus {
  outline: none;
}
.hr-form .input-text:focus + .label, .contact-form .input-text.not-empty + .label {
  transform: translateY(-13px);
  font-weight: bold;
  font-size: 10px;
}
.hr-form  .label {
  position: absolute;
  bottom: 11px;
  font-size: 13px;
  line-height: 3px;
  font-weight: 400;
  color: #89969f;
  cursor: text;
  transition: transform 0.2s ease-in-out;
}
.hr-form .submit-btn {
  display: inline-block;
  background-color: #032856;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  padding: 11px 16px;
  border: none;
  cursor: pointer;
}

#news-page {
	margin: 100px 0;
}

#news-page .news-item {
	border-bottom: solid 1px rgb(0 0 0 / 23%);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#news-page .news-item h2 {
	font-weight: bold;
	color: #c0392b;
}

#news-page .news-item .read-more {
	font-size: 13px;
}

#news-page .news-item .read-more span {
	margin-left: 5px;
}

.accordion {
  max-width: 100%*;
  margin: 0 auto 100px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.accordion li {
  position: relative;
}
a:not([href]):not([tabindex]) {
	background: #25273c;
	color: #fff;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: #e77171;
}
.accordion li p {
  display: none;
  padding: 30px;
  color: #656565;
	font-size: 15px;
  margin-bottom: 0;
  border: solid 1px #25273c;
}
.accordion a {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  line-height: 3;
  font-size: 14px;
  text-indent: 31px;
  font-size: 17px;
  user-select: none;
}
.accordion a:after {
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 30px;
  content: " ";
  top: 17px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion p {
  font-size: 13px;
  line-height: 2;
  padding: 10px;
}

a.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#main-page {
	padding: 100px 0;
}

.yatirimci-iliskileri h1 {
	color: #074564;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 15px;
}

.faaliyet-raporlari td:first-child{
	font-weight: bold;
	padding-left: 18px;
	color: #660c08;
}

.faaliyet-raporlari td:last-child {
	float: right;
	padding-right: 18px;
}

.kurumsal-bilgiler {
	width: 100%;
	height: 461px;
	background: url(../images/kurumsal-bilgiler-bg.jpg);
	background-repeat: no-repeat;
	border-right: solid 20px #dfdfdf;
}

.kurumsal-bilgiler a {
	color: #fff;
	text-decoration: none;
	padding-left: 5px;
}

.kurumsal-yonetim {
	width: 100%;
	height: 461px;
	background: url(../images/kurumsal-yonetim.jpg);
	background-repeat: no-repeat;
}

.kurumsal-yonetim a {
	color: #2d2f48;
	text-decoration: none;
	padding-left: 5px;
}

.corp-box {
	padding: 40px 0px 0 40px;
}

.corp-box h1 {
	font-weight: bold;
	font-size: 29px;
	color: #fff;
}

.kurumsal-yonetim h1 {
	color: #2d2f48;
}

.corp-box ul {
	padding: 15px;
	list-style: square;
}

.corp-box ul li {
	font-weight: 500;
	font-size: 17px;
	color: #000;
	margin-bottom: 15px;
}

.corp-box li::before {
  content: "";
  color: #8a1f1a; /* or whatever color you prefer */
	margin-left: -15px;
	padding-right: 7px;
}

.sub-faaliyet-raporlari {
	margin-top: 40px;
	background: #f1f1f1;
	border-right: 20px solid #dfdfdf;
}

.kurumsal-bilgiler-area h2 {
	font-weight: bold;
	color: #c0392b;
	margin-bottom: 15px;
	font-size: 29px;
}

.sub-faaliyet-raporlari h2 {
	color: #09488e;
}

.kurumsal-bilgiler-area a {
	font-family: 'Barlow Semi Condensed', sans-serif;
	padding: 10px;
	background: #c0392b;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 14.5px;
	o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
}

.kurumsal-bilgiler-area a:hover {
	background: #98291d;
}
.sub-faaliyet-raporlari a {
	background: #09488e;
}

.sub-ozel-durum {
	margin-top: 40px;
	border-left: solid 20px #fff;
}

.ozel-durum-aciklamalari {
	background: #f1f1f1;
}


.logo-slider {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
}

.grup-sirket {
	border: 7px solid #f6f6f6;
	padding: 10px;
	text-align: center;
	margin: 15px 55px 15px 0;
}

.redirect {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.redirect img {
	margin-bottom: 10px;
}

.download {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	width: 360px;
	height: 50px;
	border:  solid 1px #b9b5b5;
	margin-bottom: 15px;
}

.download .icon {
	width:50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: solid 1px #b9b5b5;
}

.download .text {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 100%;
	text-align: center;
	font-size: 14px;
}

.download .text a {
	color: #000;
	text-decoration: none;
}

.download .word {
	background: #3498db;
	color: #fff;
}

.download .excel {
	background: #2ecc71;
	color: #fff;
}

.download .pdf {
	background: #c0392b;
	color: #fff;
}

.dergi-area {
	display: flex;
	flex-wrap: wrap;
}

.dergi-area .dergi-item {
	width: 30%;
	margin: 10px;
}

/* DROPDOWN */

.sidebar-menu {
cursor: pointer;
padding: 17px;
background: #f7f7f7;
position: relative;
color: #252525;
border-bottom: 1px solid #fff;
font-size: 14px;
font-weight: bold;
padding-right: 50px;
}
.sidebar-menu:before, .sidebar-menu:after {
content: "";
width: 1px;
height: 15px;
background: #000;
border-radius: 3px;
position: absolute;
right: 22px;
top: calc(28.7px - 7.5px);
transition: all .2s ease;
}
.sidebar-menu:after {
transform: rotate(90deg);
}

.open:before {
animation: turn-plus;
animation-duration: .3s;
animation-fill-mode: forwards;
}

.open:after {
animation: turn-crossbar;
animation-duration: .3s;
animation-fill-mode: forwards;
}

@keyframes turn-plus {
0% {
transform: translate(0, 0);
}
50% {
transform: rotate(0deg);
}
100% {
transform: rotate(90deg);
}
}
@keyframes turn-crossbar {
0% {
transform: none;
transform: rotate(90deg);
}
50% {
transform: rotate(0deg);
}
100% {
transform: rotate(90deg);
}
}
.sidebar-menu:hover {
background: #f2f2f2;
color: #000 !important;
}

.s-menu .sub-menu {
color: #3f5b6f;
border-bottom: 1px solid #dedede;
font-size: 1em;
display: none;
}
.s-menu .sub-menu:last-child {
border-bottom: 0;
}

.s-menu .sub-menu li:hover {
background: #cccccc;
cursor: pointer;
}

.s-menu .sub-menu li {
padding: 10px;
background: #f3f3f3;
border-bottom: 1px solid #f3f3f3;
text-align: left;
padding-left: 69px;
color: #505050;
}
.s-menu .sub-menu li:last-child {
border-bottom: 0;
}

.s-menu .sub-menu ul a {
color: #505050;
text-decoration: none;
}

.s-menu .sub-menu ul {
list-style-type: none;
margin: 0;
padding: 0 !important;
}

@media (max-width: 540px) {
.sidebar-menu {
font-size: 1em;
font-weight: 400;
}

.sub-menu {
font-weight: 400;
}

.sidebar-1 {
margin: 0;
width: 100%;
}

.sidebar-menu:after, .sidebar-menu:before {
top: calc(23.5px - 12.5px);
}
}


.yonetim-first {
	display: flex;
	align-items: center;
	align-content: center;
}

.yonetim-title {
	margin-left: 20px;
}


.yonetim-title h3 {
	font-weight: bold !important;
	font-size: 20px;
	margin-bottom: 0 !important;
	margin: 0;
	padding: 0;
	border: none !important;
	padding-left: 0 !important;
}

.yonetim-title h4{
	font-weight: 300;
	font-size: 18px;
	color: #074564;
	margin: 0;
	padding: 0;
}

.ref-box {
	border: 7px solid #f6f6f6;
	padding: 10px;
	text-align: center;
	margin: 15px;
}


/* COLLAPSE */

.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  background: #eee;
	text-decoration: none;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: -70px;
  right: 27px;
  font-size: 34px;
  color: #767474;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
  padding: 0;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.panel-body {
	padding: 10px 0 20px 0;
}


.s-menu .s-menu-title {
	width: 80%;
	padding: 17px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #000;
	font-size: 14px;
}

.s-menu .item {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	background: #f7f7f7;
	padding: 17pX;
	font-size: 14px;
  font-weight: bold;
  padding-right: 50px;
	border-bottom: 1px solid #fff;
}

.s-menu .active {
	background: #0680bd;
	color: #fff !important;
}

.s-menu .active>a {
	color: #fff !important;
}

.s-menu .item a {
	color: #000;
	text-decoration: none;
}

/* DROPDOWN */

/* FOOTER */

footer {
	background: #161a27;
	padding: 40px 0 30px 0;
}

footer hr {
	background: #393c46;
}

footer .sep {
	width: 1px;
	height: 100%;
	background:  #393c46;
	margin: 0 auto;
}

footer nav ul  {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

footer nav ul li a {
	color: #8b8c8e;
	text-decoration: none;
	o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

footer nav ul li a:hover {
	color: #faf4dc;
	text-decoration: none;
}

footer .copyright {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: center;
	flex-direction: row;
}

footer .copyright p {
	margin-left: 15px;
	color: #8b8c8e;
	font-size: 14px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
}

footer .copyright a {
	color: #8b8c8e;
	text-decoration: none;
	o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
		margin: 0 5px;
}

footer .copyright a:hover {
	color: #faf4dc;
	text-decoration: none;
}

footer .footer-interdi-logo{

	justify-content: flex-end;
}




@media screen and (max-width:1000px){
	#menu-bar{
		display:none;
	}
}

@media screen and (max-width:410px){
	#faaliyet-alanlari .ref-box h3 {
		color: #e77171;
		font-weight: bold;
		margin-bottom: 15px;
		font-size: 20px;
	}
}

@media screen and (max-width:334px){
	.copyright p {
		margin-left: 15px;
		color: #8b8c8e;
		font-size: 8px !important;
		height: 42px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media screen and (max-width:1200px){
	footer .copyright {
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-direction: row;
		flex-wrap: wrap;
	}

	#info-area .about-nigbas ul {
		padding: 0;
		margin: 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		flex-direction: column;
		font-size: 15px;
		font-weight: bold;
	}

	 footer .footer-interdi-logo{

		 justify-content: center;
	 }
}

@media screen and (max-width:1200px){
nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
}

}
