a, h1, h2, h3, h4, h5, h6, span, body, input, button, textarea, select, ul, li, table, td, th {
	font-family: 'Poppins', sans-serif;
}
html {
	scroll-behavior: smooth;
}
a:hover {
	text-decoration: none;
}
button, select, input, textarea {
	outline: none;
}
h1 {
	font-size: 60px;
	line-height: 67px
}
h2 {
	font-weight: bold;
	font-size: 50px;
	line-height: 53px;
	color: #003764;
	position: relative;
	padding-left: 0;
}
h2:before {
	content: "";
	background-image: url("../img/h2-cizgi-mavi.png");
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -35px;
	top: 15px;
}
h3 {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
}
h4 {
	font-size: 25px;
	line-height: 25px;
}
h5 {
	font-size: 20px;
	line-height: 25px;
}
h6 {
	font-size: 18px;
	line-height: 27px;
}
p {
	font-size: 16px;
	line-height: 24px;
}
.main-header {

background: #ffffff;

height: 80px;

line-height: 80px;

transition: 0.5s;

position: relative;
}
.header-logo {

display: inline-block;

/* width: 19%; */
}
.header-logo img {

	transition: 0.5s;
	width: 90%;
}
.header-link {

display: inline-block;

/* width: 70%; */
}
.header-link ul {

	padding-left: 0;
}
.header-link ul li {

display: inline-block;

margin: 0px 35px 0px 0px;

position: relative;
}
.header-link ul li a {

	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	color: #5B5B5B;
	cursor: pointer;
}
.header-link ul li a:hover {
	padding-bottom: 5px;
	transition: 0.5s;
}
.header-link ul li input {

border-bottom: 1px solid #003764;

border-top: none;

border-right: none;

border-left: none;

height: 20px;

width: 200px;

font-weight: 300;

font-size: 15px;

color: #003764;
}
.header-diller {

display: inline-block;

/* width: 10%; */
}
.header-arama-icon {

position: absolute;

right: 0;

top: 0;

z-index: 1;

height: 30px;

line-height: 115px;
}
.header-arama-icon img {

	width: 15px;
}

/*-------*/

.dropdown-dil-sec {
	position: relative;
	display: inline-block;
}

.dropdown-content-dil-sec {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 100%;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 10px 16px;
	z-index: 1;
	top: 70px;
	height: 50%;
	line-height: 35px;
}

.dropdown-dil-sec:hover .dropdown-content-dil-sec {
	display: block;
	height: 55px;
}

.dropdown-dil-sec img {

	margin-right: 5px;
	margin-left: 5px;
}
.dropdown-dil-sec span {

	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #5B5B5B;
}
.dropdown-content-dil-sec a {

	color: #6f6060;
	font-size: 16px;
}

/*-------*/

.main-page-slider {

	position: relative;
	overflow: hidden;
}
.main-page-slider-part {

}
.main-page-slider-part img {
	transform: translateY(-500px);
	width: 100%;
}
.main-slider-part-btn {
	margin-top: 1%;
}
.buton {

	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	align-items: center;
	color: #FAFAFA;
	border: 1px solid #FAFAFA;
	border-radius: 30px;
	padding: 10px 35px;
	transition: 0.5s;
}
.buton:hover {

	border: 1px solid transparent;
	background: #fff;
	transition: 0.5s;
	color: #003764;
}
.main-page-slider-desc {
	position: absolute;
	bottom: 27%;
	z-index: 5;
}
.main-page-slider-desc p {
	font-weight: normal;
	color: #FFFFFF;
	transform: translateX(-400px);
	font-size: 18px;
}
.main-page-slider-desc h1 {
	font-weight: bold;
	color: #FFFFFF;
	width: 50%;
	margin-bottom: 30px;
	transform: translatex(-700px);
	font-size: 55px;
	line-height: 62px;
}
.main-page-slider-desc h1:before {
	content: "";
	background: #fff;
	height: 2px;
	width: 10%;
	display: block;
	margin-bottom: 20px;
}
.main-page-slider-desc h6 {
	font-weight: 300;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	height: 100px;
	transform: translatex(-700px);
	width: 50%;
}

h6 {
}
.main-page-slider-logo-list {

	position: relative;
	height: 80px;
	line-height: 80px;
}
.main-page-slider-logo-list ul {

	padding-left: 0;
	margin-bottom: 0;
	text-align: center;
}
.main-page-slider-logo-list ul li {

	display: inline-block;
	margin: 0px 0px 0px 0px;
	border-left: 1px solid #00376436;
	padding: 0px 30px 0px 30px;
	cursor: pointer;
}
.main-page-slider-logo-list ul li:last-child {

	border-right: 1px solid #00376436;
}
.main-page-slider-logo-list ul li img {
	width: 80px;
	height: 50px;
	object-fit: contain;
	opacity: 0.5;
	transition: 0.5s;
	filter: grayscale(1);
}

.main-hakkinda {
	position: relative;
	overflow: hidden;
	padding-top: 3%;
	padding-bottom: 4%;
}
.main-hakkinda img {

	width: 100%;
}
.main-hakkinda h6 {

font-weight: 200;

letter-spacing: 0.02em;

color: #000;

margin-top: 5%;
}
.main-hak-buton {

	margin-top: 10%;
}
.main-hak-buton a {

	color: #5E5E5E;
	border: 1px solid #5E5E5E;
}
.main-hak-buton a:hover {

	border: 1px solid #003764;
	color: #fff;
	background: #003764;
}
.main-hak-pad-left-right {

	padding-left: 10%;
	padding-right: 8%;
}
.main-faaliyetalani-pad-left-right {

	padding-left: 10%;
	padding-right: 4%;
}
.footer {

	position: relative;
	padding-top: 5%;
	padding-bottom: 5%;
}
.footer-logo {

	display: inline-block;
	width: 27%;
}
.footer-logo .footer-logo-image {
	width: 50%;
}
.footer-logo p {

	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: #003764;
	margin-top: 5%;
	width: 80%;
}
.footer-logo h4 {

	font-weight: 600;
	color: #003764;
	margin-top: 8%;
}
.footer-logo ul {

	padding-left: 0;
	margin-bottom: 0;
	margin-top: 5%;
}
.footer-logo ul li {

	display: inline-block;
	margin: 0px 20px 0px 0px;
}
.footer-logo ul li img {
	width: 30px;
}
.footer-linkler {

	display: inline-block;
	margin-top: 2%;
}
.footer-linkler h5 {

	font-weight: 600;
	color: #003764;
	margin-bottom: 30px;
}
.footer-linkler ul {

	padding-left: 0;
}
.footer-linkler ul li {
	list-style: none;
}
.footer-linkler ul li a {
	font-weight: 300;
	font-size: 14px;
	line-height: 180%;
	position: relative;
	color: #003764;
}
.footer-linkler ul li a:hover {

}
.footer-linkler p {

font-weight: 300;

font-size: 14px;

line-height: 180%;

color: #003764;
}
.footer-linkler .footer-iletisim-part-list {

	margin-bottom: 0;
	margin-top: 10%;
}
.footer-linkler .footer-iletisim-part-list li {

	margin-bottom: 20px;
}
.footer-linkler .footer-iletisim-part-list li img {
	margin-right: 10px;
	width: 25px;
}
.footer-linkler .footer-iletisim-part-list li a {

font-weight: normal;
}
.footer-linkler .footer-iletisim-part-list li a:hover {

}
.foot-w-14 {
	width: 14%;
}
.foot-w-23 {
	width: 23%;
}
.foot-w-22 {
	width: 22%;
}
.footer-alt {

	background: #404040;
	height: 70px;
}
.footer-copyright {

	display: inline-block;
	width: 49%;
	padding-top: 25px;
}
.footer-copyright p {

	font-weight: normal;
	font-size: 12px;
	line-height: 180%;
	color: #FAFAFA;
	margin-bottom: 0;
}
.footer-design {

	display: inline-block;
	width: 49%;
	text-align: right;
	padding-top: 25px;
}
.footer-design p {

	font-weight: 200;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	margin-bottom: 0;
}
.footer-design p a {

	font-weight: 600;
	color: #FFFFFF;
}
.footer-design p a:hover {

}
.bize-ulasin-main-part {

	overflow: hidden;
	background: #003764;
	position: relative;
	padding-top: 5%;
	padding-bottom: 5%;
}
.cassas-bize-ulas-bg {

	position: absolute;
	width: 100%;
	left: 0;
	top: 40px;
}
.cassas-bize-ulas-bg img {

	width: 100%;
	height: 280px;
	object-fit: contain;
}
.bize-ulasin-main-part h2 {

	color: #fff;
}
.bize-ulasin-main-part h2:before {

	background-image: url(../img/h2-cizgi-beyaz.png);
}
.bizeulas-rows {

	margin-top: 7%;
}
.bizeulas-rows input {

	font-weight: normal;
	font-size: 18px;
	line-height: 114%;
	color: #FFFFFF;
	background: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #fff;
	width: 100%;
	margin-bottom: 50px;
	height: 40px;
}
.bizeulas-rows select{
	font-weight: normal;
	font-size: 18px;
	line-height: 114%;
	color: #FFFFFF;
	background: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #fff;
	width: 100%;
	margin-bottom: 50px;
	height: 40px;
}
.bizeulas-rows input::placeholder {
	font-size: 18px;
	color: #fff;
}
.bizeulas-rows textarea {

	font-weight: normal;
	font-size: 18px;
	line-height: 114%;
	color: #FFFFFF;
	background: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #fff;
	width: 100%;
	margin-bottom: 30px;
	height: 130px;
	resize: none;
}
.bizeulas-rows textarea::placeholder {
	font-size: 18px;
	color: #fff;
}
.bize-ulasin-gonder-btn {

	float: right;
}
.bize-ulasin-gonder-btn button {

	border: 1px solid #fff;
	color: #fff;
	background: transparent;
}
.bize-ulasin-gonder-btn button:hover {

}
.mar-bottom-faaliyet-part {
	padding-bottom: 8%;
}
.faaliyet-alani-owl-desc {

	position: absolute;
	bottom: 15%;
	left: 0%;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
}
.faaliyet-alani-owl-desc .faaliyet-owl-logo-img {

	width: auto !important;
	margin-bottom: 30px;
}
.faaliyet-alani-owl-desc .faaliyet-owl-sayi {

	display: inline-block;
	font-weight: 400;
	font-size: 100px;
	line-height: 107%;
	color: #003764;
}
.faaliyet-alani-owl-desc .faaliyet-owl-baslik {

	font-weight: 600;
	font-size: 60px;
	line-height: 107%;
	color: #003764;
	margin-left: 20px;
}
.faaliyet-alani-owl-desc h6 {

	font-weight: bold;
	color: #003764;
	width: 70%;
	margin-top: 0;
}
.faaliyet-alani-owl {
	padding-right: 10%;
}
.faaliyet-alani-owl .owl-nav {
	display: block !important;
	text-align: left !important;
	padding: 20px 10px 10px 20px;
	background: #fff;
	width: 210px;
	bottom: -40px;
	position: absolute;
}
.sliderok-hover {
	transition: 0.5s;
	display: none;
}
.sliderok-normal {
	transition: 0.5s;
	display: inline;
}
.sliderok:hover .sliderok-normal {
	transition: 0.5s;
	display: none;
}
.sliderok:hover .sliderok-hover {
	transition: 0.5s;
	display: inline;
}
.zaman-tuneli {

	background: #003764;
	position: relative;
	padding-top: 5%;
	padding-bottom: 5%;
}
.zaman-tuneli h2 {

	color: #fff;
}
.zaman-tuneli h2:before {

	background-image: url(../img/h2-cizgi-beyaz.png);
}
.zaman-tuneli-slider {

	margin-top: 5%;
}
.zamantuneliowl {

}
.zamantuneliowl .item {
	margin: 5%;
}
.zaman-tuneli-card {

	width: 100%;
	/* opacity: 0.7; */

	transition: 0.5s;
	cursor: pointer;
}
.center .zaman-tuneli-card {
	opacity: 1;
	transition: 0.5s;
}
.center .zaman-tuneli-card span {
	font-weight: bold;
}
.center .zaman-tuneli-card  img {
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
	transition: 0.5s;
}
.zaman-tuneli-card img {

clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);

transition: 0.5s;
}
.zaman-tuneli-card span {

	font-weight: 300;
	font-size: 60px;
	line-height: 107%;
	color: #FFFFFF;
	display: block;
	margin-top: 30px;
	margin-bottom: 10px;
}
.zaman-tuneli-card h6 {

font-weight: 200;

letter-spacing: 0.02em;

color: #FFFFFF;
}
.zaman-tuneli-beyaz-cizgi {

	position: absolute;
	top: 34%;
	z-index: 0;
}
.zaman-tuneli-beyaz-cizgi img {

	width: 90%;
}
.bizden-haberler {

	padding-top: 5%;
	padding-bottom: 5%;
}
.bizden-haberler-part {

	padding-top: 5%;
}
.bizdenhaber-big-card {

	background: #FFFFFF;
	border: 1px solid #E2E2E2;
	box-sizing: border-box;
	box-shadow: 0px 5px 4px rgba(221, 221, 221, 0.25);
	border-radius: 5px;
}
.bizdenhaber-big-left {

	padding: 20px 100px 20px 100px;
	margin-top: auto;
	margin-bottom: auto;
}
.bizdenhaber-big-left h3 {

	color: #003764;
	height: 60px;
}
.bizdenhaber-big-left p {

	font-style: normal;
	font-weight: normal;
	color: #5E5E5E;
	margin-bottom: 0;
	height: 150px;
}
.big-card-tarih-btn {

}
.card-tarih-big {

	display: inline-block;
	width: 49%;
}
.card-tarih-big span {

	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #5E5E5E;
	padding-left: 15px;
}
.card-butonu-big {

	display: inline-block;
	width: 49%;
	text-align: right;
}
.card-butonu-big a {
	font-weight: bold;
	position: relative;
	font-size: 14px;
	line-height: 21px;
	color: #003764;
}
.card-butonu-big a:hover {

}
.bizdenhaber-big-card .col-lg-6 {
	overflow: hidden;
}
.bizdenhaber-big-card .col-lg-6 img {

	transition: 0.5s;
}
.bizdenhaber-big-card:hover .col-lg-6 img {
	transition: 0.5s;
	transform: scale(1.1);
}
.bizdenhaber-smallcard-rows {

	margin-top: 4%;
}
.bizden-haber-smallcard {

	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(192, 189, 189, 0.25);
	border-radius: 5px;
}
.bizden-haber-smallcard:hover img {
	transition: 0.5s;
	transform: scale(1.1);
}
.bizden-haber-smallcard img {
	transition: 0.5s;
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.bizden-haber-smallcard .card-body {
	padding: 30px;
}
.bizden-haber-smallcard .card-body h3 {

	color: #003764;
	height: 80px;
}
.bizden-haber-smallcard .card-body p {
	font-weight: normal;
	color: #5E5E5E;
	margin-bottom: 0;
	height: 150px;
}
.smallcard-tarih {
	display: inline-block;
	width: 100%;
	padding-left: 15px;
}
.smallcard-tarih span {

	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #5E5E5E;
}
.smallcard-btn {
	display: inline-block;
	width: 90%;
	text-align: right;
}
.smallcard-btn a {
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	color: #003764;
	position: relative;
}
.smallcard-btn a:hover {

}
.tumunu-gor-bizden-haberler {

	margin-top: 5%;
	text-align: center;
}
.tumunu-gor-bizden-haberler .buton {

	letter-spacing: 0.02em;
	color: #5E5E5E;
	border: 1px solid #5E5E5E;
}
.tumunu-gor-bizden-haberler .buton:hover {
	background: #5E5E5E;
	color: #fff;
	-webkit-box-shadow: 5px 5px 5px 0px rgb(94 94 94);
	-moz-box-shadow: 10px 10px 5px 0px rgba(94,94,94,1);
	box-shadow: 5px 5px 5px 0px rgb(94 94 94);
}
.banner {

	position: relative;
	overflow: hidden;
}
.banner .banner-image {

	width: 100%;
}
.hakkinda-tab-menu {

	background: #003764;
	position: absolute;
	width: 100%;
	bottom: 0;
}
.hakkinda-tab-menu ul {

padding-left: 0;

margin-bottom: 0;

text-align: center;

height: 170px;
}
.hakkinda-tab-menu ul li {
	display: inline-block;
	cursor: pointer;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	text-align: center;
}
.hakkinda-tab-menu ul li img {

	width: 60px;
	height: 60px;
	object-fit: contain;
	margin-bottom: 15px;
	transition: 0.5s;
}
.hakkinda-tab-menu ul li .hak-tab-normal-image {

	display: inline;
}
.hakkinda-tab-menu ul li .hak-tab-aktif-image {

	display: none;
	transition: 0.5s;
}
.hakkinda-tab-menu ul li h5 {
	font-weight: 300;
	text-align: center;
	color: #FFFFFF;
	height: 50px;
	width: 99%;
}
.hak-tab-menu.active-hak-tab-menu {

	background: #fff;
}
.hak-tab-menu.active-hak-tab-menu .hak-tab-normal-image {
	display: none;
}
.hak-tab-menu.active-hak-tab-menu .hak-tab-aktif-image {
	display: inline;
	transition: 0.5s;
}
.hak-tab-menu.active-hak-tab-menu h5 {
	font-weight: bold;
	color: #003764;
}
.hakkimizda-etik-degerler {

	background: #003764;
	padding-top: 5%;
	padding-bottom: 5%;
}
.hakkimizda-etik-degerler h2 {

	color: #fff;
}
.hakkimizda-etik-degerler h2:before {

	background-image: url(../img/h2-cizgi-beyaz.png);
}
.hak-etik-rows {

	margin-top: 5%;
}
.hak-etik-cards {

	text-align: center;
	margin-bottom: 50px;
}
.hak-etik-cards img {

	width: 90px;
	height: 90px;
	object-fit: contain;
}
.hak-etik-cards h3 {

color: #FFFFFF;

margin-top: 30px;

height: 110px;

line-height: 35px;

font-weight: 300;
}
.hakkimizda-kalite-politikasi {

	padding-top: 5%;
	padding-bottom: 5%;
	overflow: hidden;
	position: relative;
}
.hakkimizda-kalite-politikasi h2 {

	margin-bottom: 40px;
}
.hakkimizda-kalite-politikasi h6 {

	font-weight: 300;
	letter-spacing: 0.02em;
	color: #5E5E5E;
}
.kalite-politikasi-pad-r-l {

	margin-top: auto;
	margin-bottom: auto;
	padding-left: 5%;
	padding-right: 10%;
}
.zamantuneliowl .owl-nav {
	display: block !important;
	margin-top: 2%;
}
.zamantuneliowl .owl-next {
	margin-left: 1%;
}
.zamantuneliowl .owl-prev {
}
.banner-for-logo {

	position: absolute;
	bottom: 27%;
}
.banner-for-logo h1 {
	font-weight: bold;
	/* or 57px */
	color: #FFFFFF;
}
.banner-for-logo:after {
	content: "";
	background-image: url("../img/banner-logo-down-arrow.png");
	background-repeat: no-repeat;
	display: block;
	width: 70px;
	height: 70px;
	background-size: contain;
	margin-top: 50px;
	transform: translateY(0px);
	animation: zip 2s linear 1;
	animation-fill-mode: both;
}
@media(min-width:700px){

@keyframes zip{

to {
	transform: translateY(50px);
}
}
}
@media(max-width:700px){

@keyframes zip{

to {
	transform: translateY(20px);
}
}
}
.banner-for-logo img {

	width: 100%;
	/* height: 100px; */

	object-fit: contain;
}
.web-sitesini-ziyaret-btn {
	margin-top: 10%;
}
.web-sitesini-ziyaret-btn a {

	font-weight: bold;
	background: #003764;
}
.web-sitesini-ziyaret-btn a:hover {
	border: 1px solid #003764;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(94,94,94,1);
	-moz-box-shadow: 10px 10px 5px 0px rgba(94,94,94,1);
	box-shadow: 10px 10px 5px 0px rgba(94,94,94,1);
}
.left-rigth-divs-gray-films {

	background: #FBFBFB;
	position: absolute;
	width: 100%;
	top: 0;
	height: 85%;
}
.web-site-icsayfa-harita {

	padding-bottom: 5%;
	position: relative;
	overflow: hidden;
	margin-top: 5%;
}
.web-ic-sayfa-map-wh {

}

.web-ic-sayfa-desc {

	padding-left: 5%;
	padding-right: 8%;
	margin-top: auto;
	margin-bottom: auto;
}
.web-ic-sayfa-desc h2 {

	margin-bottom: 40px;
}
.web-ic-sayfa-desc h6 {

	font-weight: 300;
	letter-spacing: 0.02em;
	color: #5E5E5E;
}
.web-ic-sayfa-desc ul {

	padding-left: 0;
	margin-top: 5%;
}
.web-ic-sayfa-desc ul li {

	list-style: none;
	line-height: 50px;
	position: relative;
}
.web-ic-sayfa-desc ul li span {

	font-weight: bold;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: #003764;
	display: inline-block;
}
.web-ic-sayfa-desc ul li p {

	font-weight: 300;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: #686868;
	margin-bottom: 0;
	display: inline-block;
}
.web-ic-sayfa-desc ul li a {

	font-weight: 300;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: #858585;
}
.web-ic-sayfa-desc ul li a:hover {

}
.web-ic-sayfa-desc ul li .web-siteye-git-linki {
	font-weight: bold;
	color: #003764;
	padding-left: 70px;
	position: relative;
}
.web-ic-sayfa-desc ul li .web-siteye-git-linki:before {
	content: "";
	background-image: url("../img/web-siteye-git-linki.png");
	display: inline-block;
	width: 50px;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 40%;
	left: 0;
}
.iletisim-sayfasi-web-ic-pad-l-r {
	padding-left: 10%;
	padding-right: 5%
}
.haber-ic {

	position: relative;
	padding-top: 5%;
	padding-bottom: 5%;
}
.haber-ic h2 {

	margin-bottom: 30px;
	margin-top: 30px;
}
.haber-ic h6 {

	font-weight: normal;
	color: #5E5E5E;
}
.haber-ic-image {

	margin-top: 2%;
	margin-bottom: 2%;
	width: 100%;
}
.haber-ic-sosyal-medya {

	margin-top: 5%;
	border-top: 1px solid #727272;
}
.haber-ic-sosyal-medya ul {

	padding-left: 0;
	text-align: right;
	margin-bottom: 0;
	padding-top: 2%;
}
.haber-ic-sosyal-medya ul li {

	display: inline-block;
	margin: 0px 0px 0px 20px;
}
.haber-ic-sosyal-medya ul li img {

}
.haber-sayfasi-left-right-pad-lr {

	padding-left: 5%;
	padding-right: 10%;
}
.diger-blog-yazilari {

	padding-top: 5%;
	padding-bottom: 5%;
	overflow: hidden;
	position: relative;
}
.diger-blog-title {

	width: 70%;
}
.diger-blog-title:after {
	content: "";
	background: #727272;
	display: block;
	width: 70%;
	height: 1px;
	float: right;
}

.diger-blog-title h2 {

}
.diger-blog-select {

	width: 30%;
	margin-top: auto;
}
.diger-blog-select select {

font-weight: 600;

font-size: 16px;

line-height: 24px;

letter-spacing: 0.02em;

color: #5E5E5E;

border: 1px solid #003764;

border-radius: 30px;

width: 40%;

display: inline-block;

padding: 8px 26px;

margin-left: 20px;

transition: 0.5s;

cursor: pointer;

background: url("../img/diger-blog-yazilari-asagi-ok-mavi.png") no-repeat 86% 14px;

-moz-appearance: none;

-webkit-appearance: none;

appearance: none;

padding-right: 11%;
}
.diger-blog-select select:hover {
	transition: 0.5s;
	color: #fff;
	background: url("../img/diger-blog-yazilari-asagi-ok-beyaz.png") no-repeat 86% 14px #003764;
}
.diger-blog-owl {

	margin-top: 5%;
	margin-left: 8%;
}
.diger-blog-owl .owl-nav {
	display: block !important;
	text-align: left !important;
	margin-top: 3% !important;
}
.bizdenhaber-title:after {
	width: 60%;
}
.bizdenhaberlerpad-bot-zero {
	padding-bottom: 0%;
}
.bzdnhbr-pad-top-zero {
	padding-top: 4%;
}
.bzndhabersayfacard-rows .bizden-haber-smallcard {
	margin-bottom: 30px;
}
.bizden-haberler-owl .owl-nav {
	display: block !important;
	text-align: left !important;
}
.habericleft-right-titles h2 {
	margin: 0;
}
.galeri-video-title-list {

	padding-left: 0;
	margin-bottom: 0;
}
.galeri-video-title-list li {

	display: inline-block;
	margin: 0px 40px 0px 0px;
	cursor: pointer;
}
.galeri-video-rows {
	margin-top: 5%;
}
.galeri-video-rows .col-lg-8, .galeri-video-rows .col-lg-4 {

	margin-bottom: 30px;
}
.galeri-video-rows img {
	height: 420px;
	object-fit: cover;
}
.galeri-video-title-list li h2 {
	opacity: 0.4;
}
.galeri-video-title-list li.active-galeri-video-tab h2 {
	opacity: 1;
}
.hakkinda-sayfasi-icin-zamantuneli {

}
.hakkinda-sayfasi-icin-zamantuneli .zaman-tuneli {
	background: #fff;
}
.hakkinda-sayfasi-icin-zamantuneli .zaman-tuneli-card span {
	color: #003764;
}
.hakkinda-sayfasi-icin-zamantuneli .zaman-tuneli-card h6 {
	color: #333;
	width: 80%;
}
.hakkinda-sayfasi-icin-zamantunel .zaman-tuneli-beyaz-cizgi {

	top: 30%;
}
.zamantuneliowlhakkinda .owl-nav {
	display: block !important;
	margin-top: 2%;
}
.zamantuneliowlhakkinda .owl-next {

	margin-left: 1%;
}
.zamantuneliowlhakkinda .owl-prev {

}
.hak-rakamlar-slider {
	position: relative;
	overflow: hidden;
}
.hak-sayi-owl {

	margin-top: 2%;
	margin-left: 10%;
}
.hak-sayi-card {
	position: relative;
}
.hak-sayi-card:before {
	content: "";
	background: #003764;
	height: 1px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 20%;
}
.hak-sayi-card span {

	font-weight: bold;
	font-size: 180px;
	line-height: 107%;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #00376459;
	transition: 0.5s;
}
.hak-sayi-card h3 {

	font-weight: 300;
	letter-spacing: 0.02em;
	color: #6B6B6B;
	margin-top: 5%;
	transition: 0.5s;
	opacity: 0; 
}
.hak-sayi-owl .center .hak-sayi-card span {

	-webkit-text-stroke-color: #003764;
	-webkit-text-fill-color: #003764;
	transition: 0.5s;
}
.hak-sayi-owl .center .hak-sayi-card h3 {
	transition: 0.5s;
	opacity: 1;
}
.hak-sayi-owl .owl-nav {
	display: block !important;
	text-align: right !important;
	margin-top: 2% !important;
	margin-right: 15% !important;
}
.ik-casas-calisma-hayati {
	padding-top: 5%;
}
.ik-casas-calisma-hayati h6 {

	font-weight: 300;
	letter-spacing: 0.02em;
	color: #5E5E5E;
}
.calisma-hayati-main-image {

	padding: 4% 0% 4% 9%;
}
.calisma-hayati-main-image img {

	width: 100%;
}
.cassas-kariyer {
	position: relative;
	overflow: hidden;
	padding-top: 5%;
	padding-bottom: 5%;
}
.kariyer-owl {

	margin-left: 9%;
	margin-top: 4%;
}
.kariyer-card {
	width: 90%;
	position: relative;
	text-align: center;
	border: 1px solid #003764;
	box-sizing: border-box;
	padding: 10px 30px 40px 30px;
	transition: 0.5s;
	height: 60vh;
}
.kariyer-card:hover {
	background: #003764;
	transition: 0.5s;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
}
.kariyer-card:hover .kar-normal {
	display: none !important;
	transition: 0.5;
}
.kariyer-card:hover .kar-hover {
	display: inline !important;
	transition: 0.5;
}
.kariyer-card:hover h3, .kariyer-card:hover h6 {
	color: #fff;
	transition: 0.5;
}
.kariyer-card:hover ul li, .kariyer-card:hover h6 {
	color: #fff;
	transition: 0.5;
}
.kariyer-card ul {
	height: 150px;
	overflow: auto;
	width: 100%;
	padding-left: 20px;
}
.kariyer-card ul li {
	text-align: left;
	padding: 10px 0px;
}
.kariyer-card img {
	width: 100px !important;
	height: 110px;
	object-fit: contain;
}
.kariyer-card .kar-normal {
	display: inline !important;
	transition: 0.5s;
}
.kariyer-card .kar-hover {
	display: none !important;
	transition: 0.5s;
}
.kariyer-card h3 {
	color: #003764;
	height: 80px;
	margin-top: 40px;
	transition: 0.5s;
}
.kariyer-card h6 {

	font-weight: 300;
	transition: 0.5s;
	letter-spacing: 0.02em;
	color: #5E5E5E;
	height: 120px;
}
.kariyer-owl .owl-nav {
	text-align: left !important;
	margin-top: 3% !important;
}

/*----*/
.cv-yukle-btn {
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	align-items: center;
	color: #FAFAFA;
	border: 1px solid #FAFAFA;
	border-radius: 30px;
	padding: 10px 35px;
	transition: 0.5s;
	margin-right: 15px;
}
.cv-yukle-btn:hover {
	background: #fff;
	color: #003764;
	border: 1px solid transparent;
}
.cv-icon-normal {
	display: inline;
	transition: 0.5s;
}
.cv-icon-hover {
	display: none;
	transition: 0.5s;
}
.cv-yukle-btn:hover .cv-icon-hover {
	display: inline;
	transition: 0.5s;
}
.cv-yukle-btn:hover .cv-icon-normal {
	display: none;
	transition: 0.5s;
}
.cv-yukle-btn label img {
	margin-right: 10px;
}
label {
	cursor: pointer;
	margin-bottom: 0;
}

#upload-photo {
	opacity: 0;
	position: absolute;
	z-index: -1;
}

/*----*/

.cassasta-staj {

	position: relative;
	overflow: hidden;
	padding-top: 5%;
	padding-bottom: 5%;
}
.staj-desc-col {
	padding-right: 10%;
}
.cassasta-staj h2 {

	margin-bottom: 50px;
}
.cassasta-staj h6 {

	font-weight: 300;
	letter-spacing: 0.02em;
}
.stajolanaklari-cards .kariyer-card {

	margin-bottom: 30px;
	padding: 30px;
}
.stajolanaklari-cards .kariyer-card h3 {

	color: #A4A4A4;
}
.stajolanaklari-cards .kariyer-card:hover h3 {
	color: #fff;
}
.insankaynaklari-departmani {

	padding-top: 7%;
	padding-bottom: 5%;
	background-image: url('../img/insankaynakdepbg.jpg');
}
.ins-kay-dep-rows {

	margin-top: 7%;
}
.ins-kay-dep-desc {
	margin-bottom: 100px;
}
.ins-kay-dep-desc img {

	width: 105px;
	height: 105px;
	object-fit: contain;
	display: inline-block;
}
.inskay-tel-mail {

display: inline-block;

margin-left: 30px;

vertical-align: middle;

width: 75%;
}
.inskay-tel-mail a {

	font-weight: normal;
	font-size: 30px;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: #777777;
}
.inskay-tel-mail p {

	font-weight: normal;
	font-size: 30px;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: #777777;
	margin-bottom: 0;
}
.inskay-tel-mail a span {

	color: #003764;
	font-size: 40px;
	display: block;
	font-weight: bold;
}
.inskay-tel-mail p span {

	color: #003764;
	font-size: 40px;
	display: block;
	font-weight: bold;
}
.inskay-tel-mail a:hover {

}
.surdurulebilirlik {

padding-top: 5%;

padding-bottom: 5%;

position: relative;
}
.surdurulebilirlik h6 {

	font-weight: 300;
	letter-spacing: 0.02em;
	color: #5E5E5E;
}
.surdurulebilirlik-image-right {

	padding: 4% 10% 4% 10%;
}
.surdurulebilirlik-image-right img {

	width: 100%;
}
.sur-kalite-yaklasimi {

	padding-top: 5%;
	padding-bottom: 15%;
	position: relative;
}
.sur-kalite-yaklasimi h2 {
	margin-bottom: 40px;
}
.sur-kalite-yaklasimi h6 {
}
.sur-kalite-yaklasimi img {
	position: absolute;
	top: 0;
	right: 0;
	width: 55%;
}
.sur-enerji-stratejisi {

padding-top: 10%;

padding-bottom: 5%;
}
.sur-enerji-stratejisi h2 {

	margin-bottom: 40px;
}
.pad-left-enerji-strat {
	padding-left: 5%;
}
.sur-cevre-poltikasi {

	padding-top: 2%;
	padding-bottom: 0;
	position: relative;
	overflow: hidden;
}
.cevre-pol-owl {

	margin-top: 5%;
	margin-left: 9%;
}
.cevre-pol-owl .kariyer-card {

	text-align: left;
}
.cevre-pol-owl .owl-nav {
	display: block !important;
	text-align: left !important;
	margin-top: 3% !important;
}

/*--------*/

#backtotop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
	background: transparent;
}

#backtotop:hover {
}
#backtotop img {
	width: 100%;
	background: #003764;
	border-radius: 50%;
	padding: 20px 30px;
	border: 1px solid #fff;
}

/*--------*/

.dropbtn {
	cursor: pointer;
}
.dropdown {
	height: 120px;
}
.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {
}

.dropdown:hover .dropdown-content {
	/*display: block;*/
	/*opacity: 1;*/
}

.dropdown-content {
	position: fixed;
	right: 0;
	left: 0;
	padding-bottom: 0;
	transition: opacity 0.5s ease-in-out, top 0.3s ease-in-out, margin-top 0.3s ease-in-out;
	/*opacity: 0;*/
	overflow: hidden;
	height: 600px;
	width: 100%;
	z-index: 99999999;
	display: none;
	background: #ffffff;
	overflow: hidden;
	/* border-top: 1px solid #E0E0E0; */
	top: 70px;
}
.dropdown a {
	color: #fff;
}

/*-------*/

.open-menu-list {

	height: 600px;
	padding-left: 27%;
}
.open-menu-list ul {

	padding-top: 10%;
}
.open-menu-list ul li {

	display: block;
	margin: 0px 0px 0px 0px;
	position: relative;
	line-height: 30px;
	margin-bottom: 20px;
	cursor: pointer;
	transition: 0.5s;
}
.open-menu-list ul li.active-open-menu-tab svg {
	opacity: 1;
	transition: 250ms all ease;
}
.open-menu-list ul li.active-open-menu-tab svg path {
	d: path( "M0 9.35772H50.9956L44.2001 2.29941L46.4134 0L57 11L46.4134 22L44.2001 19.7006L50.9956 12.6423H0V9.35772Z" );
}
.open-menu-list ul li a {

	display: inline-block;
	font-weight: normal;
	font-size: 24px;
	color: #565656 !important;
	padding: 0;
}
.open-menu-list ul li a:hover {
	border: none;
	padding-bottom: 0;
}
.open-menu-list ul li img {
	display: none;
	position: absolute;
	right: 0;
	top: 10px;
	transition: 1s;
	transform: translateX(40px);
}

.open-menu-right-side {

	height: 600px;
	padding-top: 10%;
	clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
	background: #003764;
	padding-left: 25%;
	padding-right: 25%;
}
.open-menu-right-side h2 {

	color: #fff;
	height: 100px;
}
.open-menu-right-side h2:before {

	background-image: url(../img/h2-cizgi-beyaz.png);
}
.open-menu-right-side p {

	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	margin-bottom: 0;
	height: 150px;
}
.open-menu-buton {

}
.open-menu-buton a {

	border: 1px solid #FFFFFF;
	width: 230px;
	position: relative;
	height: 55px;
	border-bottom: 1px solid #fff !important;
}
.open-menu-buton a:hover {
	transition: 0.5s;
	background: #404040;
}
.open-menu-buton a:hover .omb-img  .omb-ilk {

	transition: 0.5s;
	right: 30px;
}
.open-menu-buton a:hover .omb-img  .omb-son {

	transition: 0.5s;
	right: -60px;
}
.omb-text {

	font-size: 16px !important;
	letter-spacing: 0.02em;
	color: #fff;
	display: inline-block;
	width: 60%;
	overflow: hidden;
}
.omb-img {

	display: inline-block;
	width: 38%;
	overflow: hidden;
	height: 55px;
	position: absolute;
	top: 0;
	right: 0;
}
.omb-img .omb-ilk {

	position: absolute;
	top: 18px;
	right: 130px;
	transition: 0.5s;
}
.omb-img .omb-son {

	position: absolute;
	top: 18px;
	right: 30px;
	transition: 0.5s;
}
.open-menu-list ul li:before {
	content: "";
	background: #003057;
	height: 1px;
	position: absolute;
	bottom: 0;
	width: 0;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .3s;
	transition-duration: .5s;
	left: 0;
}
.open-menu-list ul li:hover:before {
	width: 100%;
}
.open-menu-list ul li.active-open-menu-tab:before {
	width: 100%;
}
.navbar-takip {
	position: fixed;
	width: 100%;
	z-index: 9999;
	transition: 0.5s;
	height: 80px;
	line-height: 80px;
	border-bottom: 2px solid #003764;
}
.navbar-takip .dropdown-content {

	top: 80px;
}

/*--------*/

.dropbtn-sur {
	cursor: pointer;
}
.dropdown-sur {
	height: 120px;
}
.dropdown-content-sur a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content-sur a:hover {
}

.dropdown-sur:hover .dropdown-content-sur {
	display: block;
	/*opacity: 1;*/
}

.dropdown-content-sur {
	position: fixed;
	right: 0;
	left: 0;
	padding-bottom: 0;
	transition: opacity 0.5s ease-in-out, top 0.3s ease-in-out, margin-top 0.3s ease-in-out;
	/*opacity: 0;*/
	overflow: hidden;
	height: 60px;
	width: 100%;
	z-index: 99999999;
	display: none;
	background: #003764;
	overflow: hidden;
	/* border-top: 1px solid #E0E0E0; */
	top: 100px;
}
.dropdown-sur a {
	color: #fff;
}

/*-------*/

.open-sur-ustmenu {

	background: #003764;
	transition: 0.5s;
}
.open-sur-ustmenu ul {

	height: 60px;
	line-height: 70px;
	margin-bottom: 0;
	padding-left: 0;
}
.open-sur-ustmenu ul li {

	margin: 0px 10px 0px 0px;
	display: inline-block;
}
.open-sur-ustmenu ul li span {

	font-weight: 300;
	font-size: 15px;
	line-height: 30px;
	color: #FFFFFF;
}
.open-sur-ustmenu ul li a {

	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	opacity: 0.5;
	transition: 0.5s;
	padding: 0;
}
.open-sur-ustmenu ul li a:hover {

	color: #FFFFFF;
	opacity: 1;
	font-weight: bold;
	transition: 0.5s;
}
.navbar-takip .dropdown-content-sur {
	top: 80px;
}
.aktif-hakkinda {
	background: #fff;
}
.hakkinda-tab-menu ul li.aktif-hakkinda .hak-tab-normal-image {
	display: none;
}
.hakkinda-tab-menu ul li.aktif-hakkinda .hak-tab-aktif-image {
	display: inline;
}
.hakkinda-tab-menu ul li.aktif-hakkinda h5 {
	font-weight: bold;
	color: #003764;
	width: 99%;
}

/*----*/
/* width */
::-webkit-scrollbar {
	width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #003764;
	border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #0037649e;
}

/*----*/

.sur-bant-takip {

	position: fixed;
	width: 100%;
	z-index: 111;
	top: 80px;
	transition: 0.5s;
}
.aktifslider .main-page-slider-desc p {
	transform: translateX(0px);
	transition: 1.5s;
	transition-delay: 0.5s;
}
.aktifslider .main-page-slider-desc h1 {
	transform: translatex(0px);
	transition: 1.3s;
	transition-delay: 0.5s;
}
.aktifslider .main-page-slider-desc h6 {
	transform: translatex(0px);
	transition: 1.3s;
	transition-delay: 0.5s;
}
.aktifslider .main-page-slider-desc h6 {
	transform: translatex(0px);
	transition: 1.3s;
	transition-delay: 0.5s;
}
.aktifslider img {
	transition: 0.5s;
	transform: translateY(0px);
}

.overver {
	overflow: hidden;
}
.open-menu-list ul li:hover img {
	display: inline-block;
	right: 0;
	transition: 1s;
	transform: translateX(0px);
}
.galeri-video-rows-filtre img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.open-menu-list ul li a svg {
	height: 22px;
	width: 60px;
	opacity: 0;
	transition: 250ms all ease;
	cursor: pointer;
	display: inline-block;
	align-items: center;
	position: absolute;
	right: 0px;
}

path {
	transition: 250ms all ease;
	height: 100%;
}
.open-menu-list ul li:hover svg {
	opacity: 1;
}

.open-menu-list ul li:hover svg#right path {
	d: path(
	"M0 9.35772H50.9956L44.2001 2.29941L46.4134 0L57 11L46.4134 22L44.2001 19.7006L50.9956 12.6423H0V9.35772Z"
	);
	d: "M0 9.35772H50.9956L44.2001 2.29941L46.4134 0L57 11L46.4134 22L44.2001 19.7006L50.9956 12.6423H0V9.35772Z";
}

.main-slider-tab.active-main-slider-tab img {
	opacity: 1;
	transition: 0.5s;
	
	transform: scale(1.4);
	/* transform: translateY(10px) scale(1.3); */
	filter: grayscale(0);
}

.imagebt2 {
}
.imagebt2:before, .imagebt2:after {
	content: "";
	position: absolute;
	width: 91px;
	height: 91px;
	top: 10px;
	left: 9px;
	background-color: #003764bf;
	opacity: 0;
	border-radius: inherit;
	border-radius: 50%;
}
.imagebt2:hover:before {
	z-index: -2;
	animation: beat-before 2s ease 100ms infinite;
	transition: 1s;
}
.imagebt2:hover:after {
	z-index: -1;
	animation: beat-after 2s ease 200ms infinite;
	transition: 1s
}
.imagebt2:hover:before, .imagebt2:hover:after {
	opacity: 0.4;
}

@keyframes beat {
0% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
}

@keyframes beat-before {
0% {
transform: scale(1);
}
50% {
transform: scale(1.15);
}
}

@keyframes beat-after {
0% {
transform: scale(1);
}
50% {
transform: scale(1.3);
}
}

.card-butonu-big a::after {
	content: "";
	background: #003057;
	height: 1px;
	position: absolute;
	bottom: -5px;
	width: 0;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .3s;
	transition-duration: .5s;
	left: 0;
}
.card-butonu-big a:hover::after {
	width: 100%;
}
.smallcard-btn a::after {
	content: "";
	background: #003057;
	height: 1px;
	position: absolute;
	bottom: -5px;
	width: 0;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .3s;
	transition-duration: .5s;
	left: 0;
}
.smallcard-btn a:hover::after {
	width: 100%;
}
.footer-linkler ul li a::after {
	content: "";
	background: #5E5E5E;
	height: 1px;
	position: absolute;
	bottom: -3px;
	width: 0;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .3s;
	transition-duration: .5s;
	left: 0;
}
.footer-linkler ul li a:hover::after {
	width: 100%;
}
.aramasonuclaripad {
	padding-top: 4%;
	padding-bottom: 4%;
	border-bottom: 2px solid #003764;
	border-top: 2px solid #003764;
}
.aramasonuclaripad h6 {

}
.aramasonuclaripad ul {

}
.aramasonuclaripad ul li {
	width: 40%;
}
.aramasonuclaripad ul li a:after {
	display: block;
	content: '';
	border-bottom: solid 1px #003764;
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
}
.aramasonuclaripad ul li a:hover:after {
	transform: scaleX(1);
}
.aramasonuclaripad ul li a {
	color: #333;
}
.main-header.navbar-takip .dropdown {
	height: 80px;
}
.web-ic-sayfa-desc ul li .web-siteye-git-linki::after {
	content: "";
	background: #5E5E5E;
	height: 1px;
	position: absolute;
	bottom: -3px;
	width: 0;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .3s;
	transition-duration: .5s;
	left: 0;
}
.web-ic-sayfa-desc ul li .web-siteye-git-linki:hover::after {
	width: 100%;
}
.hover-alti-ciz-menu-icin {
	position: relative;
}
.hover-alti-ciz-menu-icin::after {
	content: "";
	background: #5E5E5E;
	height: 1px;
	position: absolute;
	bottom: -3px;
	width: 0;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .3s;
	transition-duration: .5s;
	left: 0;
}
.hover-alti-ciz-menu-icin:hover::after {
	width: 100%;
}

.main-page-slider-logo-list ul li:nth-child(1) {
	display: none;
}
.hak-rakamlar-slider h3 {
	font-size: 20px;
}
.new-faaliyet-logo-sol-ust {

	position: absolute;
	top: 10%;
	padding-left: 5%;
	padding-right: 5%;
}
.sirketlertoplulugu-title span{
	font-weight: 200;
}


@-moz-document url-prefix() { 
  .header-link ul li {
    
    margin: 0px 30px 0px 0px;
    
}
}

.navbar-takip .header-arama-icon {
   
line-height: 75px;
}

input {
    -webkit-user-select: text; /* Chrome, Opera, Safari */
    -moz-user-select: text; /* Firefox 2+ */
    -ms-user-select: text; /* IE 10+ */
    user-select: text; /* Standard syntax */
}

.aktif-surdur-link{
	    opacity: 1 !important;
	    font-weight: bold !important;
}

.main-hak-pad-left-right h3 strong{
    font-weight:400;
    }
    
    .mobileslideranasayfagorsel{
            height: 330px;
            object-fit: cover;
        }
        

.medica-menu-ozel-film {

	position: fixed;
	width: 100%;
	height: 100%;
       background: #003764b0;
	z-index: 11;
	top: 15%;
	display: none;
}