<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, a:hover {
  text-decoration: none;
}

body {
    font-family: 'Kanit', sans-serif;
}

html {
  scroll-behavior: smooth;
}

.row {
	margin: 0;
	padding: 0;
}

.container-fluid {
	padding-right: 50px;
	padding-left: 50px;
}

.divider {
  height: 200px;
  width: 100%;
}

.divider50 {
	height: 50px;
	width: 100%;
}


.centered {
  display: flex;
  justify-content: center;
}

.centeredHr {
	display: flex;
	align-items: center;
}

.mobileShow {
	display: none;
}




/*
  font-family: 'Dancing Script', cursive;
*/


.navbar-brand img {
  width: 180px;
}

.navbar-toggler:focus {
  outline: none !important;
}

.navbar-toggler-icon {
  color: #ff9600;
}

/* mobile menu toggle */

#nav-icon3 {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 10px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/*mobile menu toggle*/


/* -------------- INDEX -------------- */


/* MenÃ¼ */

.languageMain {
	margin-left: 30px;
}

.languageMain select, .languageMain select option {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 2px solid #004e9e;
	background-color: #fff;
	color: #004e9e;
}

.menu-left-item {
	display: flex;
	align-items: center;
}

.menu-left-item a img {
	position: relative;
	left: 10px;
	width: 250px;
}

.lang-top {
	margin-left: 30px;
}

header {
	height: 80px;
	display: flex !important;
	align-items: center;
	background-color: #fff;
	position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}

.carousel-indicators {
	margin-left: 50px;
	justify-content: left;
}

.carousel-indicators li {
	width: 10px;
	height: 10px;
	background-color: #ec2552;
}

main {
  min-width: 200px;
  max-width: 800px;
  margin: 80px auto;
  padding: 10px;
}
main .wrap {
  padding: 40px 20px;
  background-color: #fff;
}
main .title {
  font-size: 2em;
  text-align: center;
  margin: 20px auto 40px;
  text-transform: uppercase;
}

header nav {
  background-color: rgba(0 78 158 / 86%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	z-index: 999;
	overflow: auto;
	display: flex;
}
header nav .main-menu-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 170px;
  -webkit-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header nav .main-menu-ul li {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
header nav .main-menu-ul li a {
  display: block;
  font-size: 2em;
  text-decoration: none;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
header nav .main-menu-ul li a:hover {
  color: #69788c;
}

.main-menu-ul .social-media a i {
	margin-right: 0px;
	margin: 1vh;
}

.toggle-btn {
  display: block;
  position: absolute;
  z-index: 10;
  right: 10px;
  cursor: pointer;
	z-index: 1000;
}
.toggle-btn .bar {
  width: 30px;
  height: 2px;
  margin: 7px auto;
  background-color: #004e9e;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
}
.toggle-btn .bar:nth-child(2) {
  width: 20px;
}

#toggle:checked ~ nav {
  opacity: 1;
  visibility: visible;
}
#toggle:checked ~ nav ul {
  /*top: 10%;*/
}
#toggle:checked ~ nav ul li {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
#toggle:checked ~ nav ul li:nth-child(1) {
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.1s;
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.1s;
}
#toggle:checked ~ nav ul li:nth-child(2) {
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.2s;
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.2s;
}
#toggle:checked ~ nav ul li:nth-child(3) {
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.3s;
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.3s;
}
#toggle:checked ~ nav ul li:nth-child(4) {
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.4s;
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.4s;
}

#toggle:checked ~ nav ul li:nth-child(7) {
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.4s;
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.4s;
}

#toggle:checked ~ nav ul li:nth-child(6) {
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.2s;
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.2s;
}

#toggle:checked + label.toggle-btn .bar {
  background-color: #eee;
}
#toggle:checked + label.toggle-btn .bar:nth-child(2) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
}

#toggle:checked + label.toggle-btn .bar:nth-child(6) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
}

#toggle:checked + label.toggle-btn .bar:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}
#toggle:checked + label.toggle-btn .bar:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

#toggle:checked + label.toggle-btn .bar:nth-child(4) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

#toggle:checked + label.toggle-btn .bar:nth-child(5) {
	-webkit-transform: translateY(80px) rotate(45deg);
          transform: translateY(80px) rotate(45deg);
}

#toggle:checked ~ nav ul li:nth-child(5) {
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.1s;
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.1s;
}

#dropdown-custom ul {
	z-index: 1000;
	position: relative;
	overflow: hidden;
	height: 0px;
	top: 0px !important;
	transition-timing-function: ease-out;
	transition: 0.25s;
	transform: translateY(0);
}

#dropdown-custom ul li a {
	font-size: 18px;
	font-weight: 300 !important;
}

#dropdown-custom:hover ul, #dropdown-custom:active ul, #dropdown-custom:focus ul, #dropdown-custom:visited ul {
	height: fit-content;
	transition-timing-function: ease-out;
	transition: 0.25s;
	transform: translateY(0);
	margin-bottom: 30px;
}

/* carousel */

.carousel-indicators {
	bottom: 50px;
}

.slider-content {
	position: absolute;
	top: 250px;
}

.slider-content h1 {
	font-size: 70px;
	font-weight: 700;
	color: #004e9e;
	margin-bottom: 30px;
}

.slider-content H3 {
	font-size: 40px;
	font-weight: 700;
	color: #004e9e;
}

.slider-content-projects h3 {
  display: inline-block;
  width: 50%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.slider-content p {
	font-size: 1em !important;
	max-width: 40%;
	line-height: 1.4em !important;
	color: #69788c;
	opacity: 0.8;
	margin-bottom: 30px;
	font-weight: 300;
}

.red-link {
	color: #ec2552;
	font-size: 1em !important;
	font-weight: 300;
}

.red-link-bg:hover {
	color: #fff;
}

.ermakina-tanitim h2 {
	font-size: 1.5em !important;
	line-height: 1.5em;
	color: #004e9e;
	font-weight: 700;
	font-size: 25px;
}

.ermakina-tanitim h2 span {
	color: #ec2552;
	font-size: 2em;
	padding-left: 10px;
	line-height: 0px;
}

.ermakina-tanitim {
	margin-bottom: 30px;
	margin-top: 30px;
	display: flex;
	align-items: baseline;
}

.ermakina-tanitim p {
	font-size: 1em;
	line-height: 1.5em;
	color: #69788c;
	font-weight: 300;
	margin-right: 10%;
	margin-bottom: 20px;
}


.ermakina-tanitim a ul li {
	color: #69788c;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 5px;
	font-weight: 300;
	display: flex;
	align-items: baseline;
}

.ermakina-tanitim a ul li:before {
	content: '.';
	color: #ec2552;
	font-size: 5em;
	padding-right: 10px;
	line-height: 0px;
}

#ee {
	background-color: #fff;
	transition: .3s;
	padding: 10px;
}

#ee:hover {
	background-color: #004e9e;
	transition: .3s;
}

#ee:hover h2 {
	color: #fff;
	transition: .3s;
}

#ee:hover ul li {
	color: #fff;
	transition: .3s;
}

.erm-card {
	margin-bottom: 50px;
	cursor: default;
	transition: .3s;
}

.erm-card:hover {
	background-color: #004e9e;
	transition: .3s;
}

.erm-card:hover h2 {
	color: #fff;
}

.erm-card:hover p {
	color: #fff;
}

.erm-card img {
	width: 100%;
	padding: 10px;
}

.ermakina-tanitim-card {
	display: flex;
	flex-direction: column;
}

.ermakina-tanitim-card h2 {
	margin-bottom: 20px;
	margin-top: 10px;
}

.card-content {
	padding: 0px 10px 20px 10px;
}

.card-content h2 {
	font-size: 1.5em !important;
}

.card-content .red-link:hover {
	transition: .3s;
	color: #fff;
	text-decoration: underline;
}


.card-content p {
	font-size: 1em;
	line-height: 1.3em;
	margin-top: 20px;
	height: 90px;
}

.card-content-project h2 {
	height: 140px;
}

/* footer */

.font-weight-400 {
	font-weight: 400;
	font-size: 1.5em;
}

.sosyal-medya {
	display: flex;
	flex-direction: row;
	font-family: 'fontawesome';
	font-size: 30px;
	justify-content: space-between;
	max-width: 250px;
	margin-top: 30px;
}

.sosyal-medya a:hover {
	color: #fff;
	opacity: 0.8;
}

.page-footer {
	background-color: #fff;
	color: #004e9e;
}

.list-unstyled li {
	margin-bottom: 15px;
	margin-left: 0;
	transition: .3s;
	font-weight: 200;
	font-size: 1em;
}

.list-unstyled li a {
	font-weight: 300 !important;
	color: #69788c;
}

.list-unstyled li:hover {
	margin-left: 15px;
}

.list-unstyled li a:hover {
	transition: .3s;
}

footer ul {
	font-size: 18px;
}

.list-unstyled span {
	font-weight: 400;
	text-decoration: underline;
}

.adres {
	padding-bottom: 30px;
}

.adres p {
	line-height: 22px;
}

.list-unstyled p {
	margin-top: 5px;
	font-weight: 300;
	font-size: 0.8em;
	margin-bottom: 15px;
	color: #69788c;
}

.list-unstyled {
	margin-bottom: 50px;
}

footer h3 {
	padding-top: 50px;
}

.dil {
	font-size: 25px;
	border-right: 1px solid #004e9e;
	width: 40px;
	margin-right: 15px;
}

.select select {
	background-color: #fff;
	border: 1px solid #fff;
	color: #004e9e;
	font-size: 18px;
  font-weight: 400;
}

hr {
	margin: 0px 0px !important;
}

.icm {
	float: right;
}

.icm img {
	width: 60px;
}

.footer-top {
	min-height: 80px;
	display: flex;
	align-items: center;
}

.social-media {
	float: right;
	/*min-height: 65px;*/
	border-bottom: 2px solid #004e9e;
	width: 95%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.social-media a i {
	font-size: 25px;
	margin-right: 15px;
}

.footer-top div a img {
	width: 200px;
}

/* ----------- KURUMSAL ---------- */

.paragraphDiv {
	margin-top: 50px;
	overflow: hidden;
}

.paragraphDiv p {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
	font-size: 1em;
}

.paragraphDiv span {
	font-weight: 700;
	color: #004e9e;
}

.paragraphDiv ul li {
	font-weight: 300;
	font-size: 1em;
	margin-bottom: 10px;
	list-style: inside;
}

.paragraphDiv ul {
	margin-bottom: 30px;
}

.paragraphDiv h6 {
	font-size: 1.5em;
	margin-bottom: 20px;
	line-height: 1.5em;
	color: #004e9e;
}

.paragraphDivList {
	margin-top: 50px;
	margin-bottom: 100px;
	display: flex;
	flex-direction: row;
	overflow: hidden;
}

.paragraphDivList p {
	margin-bottom: 20px;
	padding-right: 50px;
	font-size: 15px;
	line-height: 25px;
	padding-left: 20px;
}

.paragraphDivList span {
	font-weight: 700;
	color: #004e9e;
}

.paragraphDivList p i {
	color: #004e9e;
	margin-right: 10px;
}


.contact-form {
	background-color: #ebf2f7;
}

.contact-detail {
	color: #004e9e;
}

.contact-detail ul li strong {
	font-weight: 500;
	line-height: 30px;
	font-size: 18px;
}

.contact-detail ul li p {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 5px;
}

.contact-detail ul li p a {
	color: #004e9e;
}



.contact-detail ul li {
	border-bottom: 2px solid #004e9e;
	margin-right: 20px;
	margin-bottom: 25px;
	padding-bottom: 5px;
}

.contact-detail ul li:last-child {
	border-bottom: none;
}

.contact-form {
	padding: 20px;
}

.contact-form p {
	font-weight: 600;
	color: #004e9e;
	padding-bottom: 30px;
}

.info input {
	margin-right: 16px;
	border: 2px solid #004e9e;
	width: 200px;
	padding: 5px 15px;
}

.info textarea {
	border: 2px solid #004e9e;
	width: 100%;
	min-height: 200px;
	margin-top: 30px;
}

.info input[type="submit"] {
	background-color: #fff;
	padding: 5px 7px;
	margin-top: 10px;
	transition: .3s;
}

.info input[type="submit"]:hover {
	background-color: #004e9e;
	color: #fff;
	transition: .3s;
}

.iletisimSubmit {
	display: flex;
	justify-content: center;
}

.slider-content-banner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	top: 0 !important;
	height: 100%;
}

.breadcrumb-banner {
	margin-top: 20px;
	font-weight: 300;
}

.project-page-img {
	margin-right: 30px;
}

.project-page-img img {
	width: 100%;
}

.pr-page-row {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.projects-iframe {
	padding: 10px;
}
</pre></body></html>