@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800&display=swap');
:root{
  --dark: #212529;
  --primary:rgba(4, 28, 51, 1);
  --light:#ffffff
}
@-moz-keyframes spin {
  100% {
      -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
      -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
* {
	font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none;
}
html{-webkit-font-smoothing:antialiased}
body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header_p {
  transition: all 0.5s;
  background-color: rgba(4, 28, 51, 1);
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 20px;
  z-index: 4;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  border-bottom: 4px solid rgba(108, 117, 125, 1);
  margin: 0 auto;
}
.nav2 {
  right: 12px;
  height: 30px;
  position: absolute;
  top: 0px;
}
.nav2 li {
  height: 30px;
  overflow: hidden;
}
.nav2 li a {
  height: 30px;
  margin-top: -5px;
}
.header_p ul.nav1 {
  height: 30px;
  position: relative;
  bottom: -33px;
}
.header_p ul.nav1 li {
  position: relative;
}
.header_p ul li a {
  vertical-align: -webkit-baseline-middle;
}
.header_p ul.nav1 li a {
  display: block;
  color: #fff;
}
.header_p ul.nav1 li a:hover {
  color: #fff;
  background-color: rgba(108, 117, 125, 1);
}
.header_p ul.nav1 li a.active {
  background-color: rgba(108, 117, 125, 1);
  box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  height: 100%;
}
.header_p ul {
}

.dil {
  height: 20px;
  position: absolute;
  right: 30px;
  top: 10px;
  margin: 0px !important;
  height: 25px !important;
}
.dil li {
  padding: 0px;
  height: 25px !important;
}
.dropdown-menu {
  font-size: 14px;
  border-radius: 0px;
  display: none;
  opacity: 0;
  transition: opacity 1s;
  border: none;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  padding-bottom: 0px;
}
.dropdown-menu.show {
  display: block;
  opacity: 1;
}
.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  animation: fadeIn 1 forwards;
}
.dropdown:hover .dropdown-item:hover {
  color: #fff !important;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.header_p.sticky {
  transition: all 0.5s;
  position: fixed;
  top: 0;
  width: 100%!important;
  max-width: 100%!important;
  min-width: 100%!important;
}
.swiper {
  width: 100%;
}
.swiper img {
  width: 100%;
}

.slider-f1 {
  font-size: 46px;
}

.slider-f2 {
  font-size: 52px;
}

.slider-f3 {
  font-size: 2.5rem;
}

#masterslider {
  color: #fff;
}
.btn.bg-primary:hover {
  background-color: rgba(108, 117, 125, 1) !important;
}
.nav1 .dropdown .dropdown-item {
  padding: 10px;
}
.swiper-container {
	width: 100%;
	padding: 20px 0;
}
.sd {
	border-radius: 6px;
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 200px;
	max-height: 350px;
	box-sizing: border-box;
  background-color:rgba(108, 117, 125, 1);
	position: relative;
	overflow: hidden;
}
.sd h4 {
	display: block;
	position: absolute;
	z-index: 4;
	bottom: -10px;
	width: 100%;
	padding: 15px;
  background-color: rgba(55, 73, 87, 1);
	color: #fff;
	text-align: center;
	font-size: 1.1em;
  left: 0;
}
.sd span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: calc(100%);
	background: rgba(108,117,125, 0.9);
	color: #fff;
	opacity: 0;
	transition: opacity 0.3s ease, transform 0.3s ease;
	padding: 25px;
	box-sizing: border-box;
	text-align: center;
	z-index: 3;
}
.sd:hover span {
	opacity: 1;
}
.btn-ileri{
	position: absolute;
	right: 5px;
	bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	z-index: 5;
	display: block;
	font-size: 1.5em;
	color: #fff;
}
.btn-ileri:hover{
	color: #fff;
	background: rgba(108,117,125, 0.9);
}

.bg-giris{
  background-color: rgba(4, 28, 51, 1);
}
.header_p ul.nav3 {
  position: relative;
  top: 27px;
  right: 8px;
}
.header_p ul.nav3 li {
  position: relative;
}
.container2 {
	max-width: 1320px;
}
.container3 {
	max-width: 1320px;
  overflow: hidden;
}
.wlc h1 {
	font-weight: bold;
}
.wlc p {
	font-size: 1.2em;
}
.overlay {
  position: relative;
}
.overlay:before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: var(--dark);
  opacity: 0;
  pointer-events: none;
  transition: ease opacity 300ms 100ms;
}
.z-index-3 {
  z-index: 3 !important;
}
.bottom-10 {
  bottom: 10px !important;
}
.right-0 {
  right: 0 !important;
}
.custom-date-style-1 {
  position: relative;
  transition: ease transform 300ms;
  background-color: rgba(0, 0, 0, 0.5);
}
.custom-date-style-1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  opacity: 0.7;
  transform: translate3d(5px, 5px, 0);
  transition: ease transform 300ms;
  z-index: 0;
}
.custom-link-hover-effects:hover .custom-date-style-1 {
  transform: translate3d(2.5px, 2.5px, 0);
}

.custom-link-hover-effects:hover .custom-date-style-1:before {
  transform: translate3d(0, 0, 0);
}
.font-weight-semibold, .font-weight-semi-bold {
  font-weight: 600 !important;
}
.line-height-2 {
  line-height: 1.2 !important;
}
.text-5-6, .text-5-5 {
  font-size: 1.65em !important;
}
.bg-color-primary, .bg-primary {
  background-color: var(--primary) !important;
}
.text-color-light, .text-light {
  color: #fff !important;
}
.custom-font-size-1 {
  font-size: 0.6em;
}
.positive-ls-2 {
  letter-spacing: 2px !important;
}
.ms-skin-default {
  width: 100%;
  overflow-x: hidden;
}

#footer {
  background: var(--dark);
  border-top: 4px solid var(--dark);
  font-size: .9em;
  margin-top: 50px;
  padding: 0;
  position: relative;
  clear: both;
}
.social-icons {
  margin: 0;
  padding: 0;
  width: auto;
}
#footer p, #footer li, #footer a:not(.btn):not(.no-footer-css), #footer span {
  color: #999;
}
.social-icons li {
  display: inline-block;
  margin: -1px 1px 0 0;
  padding: 0;
  border-radius: 100%;
  overflow: visible;
}
.social-icons.social-icons-clean-with-border li a {
  background: 0 0;
  color: var(--light) !important;
  border: 1px solid rgba(255, 255, 255, .1);
}
.social-icons.social-icons-medium li a, .social-icons.social-icons-md li a {
  height: 33px;
  line-height: 33px;
  width: 33px;
  font-size: 14.4px;
  font-size: .9rem;
}
.social-icons li a {
  transition: all .2s ease;
  border-radius: 100%;
  display: block;
  height: 28px;
  line-height: 28px;
  width: 28px;
  text-align: center;
  color: var(--dark--200) !important;
  text-decoration: none;
  font-size: 12.8px;
  font-size: .8rem;
}
.list.list-icons {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}
.list.list-icons.list-icons-lg li {
  padding-top: 5px;
  padding-left: 27px;
}
.list.list-icons li {
  position: relative;
  padding-left: 25px;
}
.list li {
  margin-bottom: 13px;
}
.opacity-1 {
  opacity: .1 !important;
}
.bg-color-light, .bg-light {
  background-color: var(--light) !important;
}
hr {
  background: rgba(0, 0, 0, .06);
  border: 0;
  height: 1px;
  margin: 22px 0;
  opacity: 1;
}
.google-map {
  background: #e5e3df;
  height: 400px;
  margin: -35px 0 30px;
  width: 100%;
}
.custom-btn-style-1 {
  background-color: rgba(108, 117, 125, 1);
  border:0px;
  border-radius:0px;
  position: relative;
  transition: ease transform 300ms;
}
.navgt{
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 2em!important;
}

.custom-heading {
  position: relative;
  width: 100%;
  display: block;
  padding-bottom: 17px;
  font-weight: bold!important;
  color: rgba(4, 28, 51, 1);
}
.page-content {
  color: #444!important;
}
.custom-heading::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 14px;
  background-color: rgba(4, 28, 51, 0.1);
}
.p {
  line-height: 22px;
}
.custom-bkg.bkg-light-blue {
  background-color: #f4fcfc;
}
.page-content.custom-bkg {
  padding-top: 70px;
}
.mb-70 {
  margin-bottom: 70px;
}

.pt-bkg02 {
  background-image: url(../images/header-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.pt-bkg03 {
  background-image: url(../images/header-2.jpg);
  background-position: right;
}
.pt-bkg04 {
  background-image: url(../images/header-3.jpg);
  background-position: left;
}
.pt-bkg05 {
  background-image: url(../images/header-4.jpg);
  background-position: left;
}
.pt-bkg06 {
  background-image: url(../images/header-5.jpg);
  background-position: left;
}
.pt-bkg07 {
  background-image: url(../images/header-6.jpg);
  background-position: right;
}
.pt-bkg08 {
  background-image: url(../images/header-7.jpg);
  background-position: center;
}
.page-title-negative-top {
  margin-top: 0 !important;
  padding-top: 185px;
}
.page-title-style01 {
  padding-top: 180px;
  padding-bottom: 70px;
  margin-bottom: 70px;
}
.page-title-style01 h1 {
  color: #fff;
  text-align: left;
}
.breadcrumb-container {
  width: 100%;
  float: left;
}
.breadcrumb {
  margin-top: -30px;
}
.breadcrumb li {
  list-style: none;
  float: left;
  padding: 0 0px 0 3px;
  color: #000;
}
.breadcrumb li:nth-child(2)::before {
  color: transparent;
}
.breadcrumb li + li::before {
  font-size: 12px;
  content: '/';
  color: #000!important;
  padding: 0 8px;
}
.breadcrumb li a {
  color: #000;
}
.breadcom{
  color: #212529;
}
.breadcom a {
  color: #212529!important;
}
.carousel-container2{
  overflow: hidden;
}
.slfx img {
  width: 50%;
  filter: grayscale(100%);
  transition: all 0.2s;
}
.slfx img:hover{
  filter: grayscale(0%);
}
.kl {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.kl li{
  margin: 0;
  padding: 0;
}
.pgcard .card{
  border-radius: 0;
  border: none;
}
.card:hover{
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .06);
}
.ftext{
  font-weight: normal;
  text-align: center;
}
.card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 4px solid #eee;
}

.card-text {
  margin-bottom: 20px; /* Adjust this margin if needed */
}

.card-body img {
  margin-top: auto;
  height: auto;
  width: 100%;
  object-fit: cover; /* Ensures the image covers the container */
}


.sidebar-menu {
  background-color: #f7f7f7; /* Sidebar background */
  padding: 20px; /* Padding for space around the menu */
  border-radius: 5px; /* Optional: rounded corners */
}

.widget_nav_menu ul li{
  background-position: right center;
  padding-left: 0;
  border-bottom: 1px dotted #ddd;
}

.widget_nav_menu ul li:last-child{
  border-bottom: none;
}

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu li {
}

.menu li a {
  display: block;
  padding: 10px 0px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  transition: all 0.2s;
}

.menu li a:hover {
  background-color: rgba(4, 28, 51, 0.7);
  padding-left: 15px;
  color: #fff;
}

@media (max-width: 768px) {
  .sidebar-menu {
      margin-bottom: 20px;
  }
}


.aside-widgets > li{
  list-style: none;
}

.widget{
  display: block;
  width: 100%;
  margin-bottom: 45px;
  margin-left: 0px;
  padding: 0px;
}

.widget .title h3{
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}

.widget ul > li{
  background-image: url('../images/arrow.png');
  background-repeat: no-repeat;
  background-position: 0 right;
  list-style: none;
}

a.download-link{
  width: 100%;
  display: block;
  margin-bottom: 5px;
  color: #333;
  font-size: 12px;
}


a.download-link span {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

a.download-link span i{
  padding-right: 5px;
}
a.download-link:hover{
  color: #007bff;
}
.krm{
  border-radius: 4px;
}
.current-menu-item a{
  color: rgba(4, 28, 51, 1)!important;
  font-weight: bold;
}

.team-list li{
  list-style: none;
  width: 100%;
  margin-bottom: 30px;
  float: left;
}

.team-list li:last-child{
  margin-bottom: 0;
}

.team-list li img{
  float: left;
}

.team-list li .team-details-container{
  padding-left: 320px;
}

.team-list li .team-details{
  margin-bottom: 20px;
}

.col-md-3 .team-list li img,
.col-md-4 .team-list li img{
  float: none;
  display: table;
  margin: 0 auto 20px;
  width: 100%;
}

.col-md-3 .team-list li .team-details-container,
.col-md-4 .team-list li .team-details-container{
  padding-left: 0;
}


.store-carousel{
  overflow: hidden;
  margin-bottom: 14px
}

.wpcf7 fieldset{
  margin-bottom: 15px;
}

.wpcf7 label{
  width: 100%;
  padding-bottom: 10px;
}

.wpcf7 .form-control {
  border-radius: 0px;
}
.wpcf7 .btn {
  border-radius: 0px;
  font-weight: bold;
  color: #fff;
}

#map{
  width: 100%;
  height: 450px;
  margin-bottom: 20px;
}

#map img{
  max-width: none;
}
.loading {
  width: 100%;
  height: 100%;
  background: #FFF;
  position: fixed;
  z-index: 9999999;
}

.loading img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(50% - 27.5px);
  animation: spin 4s linear infinite;
}
.text-primary2{
  color: rgba(4, 28, 51, 1);
}
.text-primary3{
  color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
}

.blog-posts.post-list .blog-post{
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #ddd;
}

.post-list .blog-post .post-date,
.post-single .blog-post .post-date{
  width: 100px;
  float: left;
}

.post-list .blog-post .post-date .day,
.post-single .blog-post .post-date .day{
  background-color: #fcfcfc;
  font-size: 36px;
  line-height: 36px;
  color: #333;
  font-weight: 800;
  text-align: center;
  padding: 20px 30px;
}

.post-list .blog-post .post-date .month,
.post-single .blog-post .post-date .month{
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #006db7;
}

.post-list .blog-post .post-body, 
.post-single .blog-post .post-body{
  padding-left: 130px;
}

.post-list .blog-post .post-body h3{
  font-size: 18px;

  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.ls-none{
  list-style: none;
}
.txt1 {
  text-align: center;
  font-weight: 900;
  flex-grow: 1; /* Ensures the text block takes up remaining space */
  display: flex;
  flex-direction: column;
}

.car9 {
  display: block;
  border: 4.5px solid rgba(0, 37, 99, 1);
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  transition: all 0.2s;
}

.car9:hover {
  border-color: rgba(130, 175, 32, 1);
}

.car9 img {
  width: 100%;
  height: auto;
}
.rowhr hr:nth-child(odd) {
  border-bottom: 4px solid rgba(130, 175, 32, 1);
}

.rowhr hr:nth-child(even) {
  border-bottom: 4px solid rgba(0, 37, 99, 1);
}

.pi-caption01{
  left: 40px;
  top: 170px;
}
.pi-caption02{
  left: 40px;
  top: 260px;
}
.pi-caption03{
  left: 40px;
  top: 350px;
}
.pi-caption04{
  width:800px;
  top: 430px;
  left:40px
}
.pi-caption05{
  width:200px;
  bottom:40px;
  left:40px;
}
.pi-caption06{
  left: 40px;
  top: 200px;
}
.pi-caption07{
  left:40px;
  width:800px;
  top:290px;
}

.breadcrumb .dropdown-menu {
  display: none; /* Hide the dropdown menu initially */
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
}

.breadcrumb .dropdown:hover .dropdown-menu {
  display: block; /* Show the dropdown menu on hover */
}
.breadcrumb .dropdown-menu li + li::before {
  content: '';
  display: none;
}
.breadcrumb .dropdown-menu li{
  width: 100%;
  font-weight: bold;
  padding: 0px;
  border-bottom: 1px solid #eee;
}
.breadcrumb .dropdown-menu li a:hover{
  background-color: #006db7;
}
.breadcrumb .dropdown-menu li:last-child{
  border-bottom: none;
}

.page-title-style01 h1 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
}
.onnet{
	display: block;
	width:79px;
	height:20px;
	background:url(../images/onnet.png);
	opacity:0.5;
}
.onnet a{display:block;width:100%;height:100%;}
.onnet:hover{opacity:1;}


#onnetcookie-root{position:relative;z-index:2147483000;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
#onnetcookie-box{position:fixed;left:16px;right:16px;bottom:16px;background:#fff;color:#111;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 10px 30px rgba(0,0,0,.08);display:none}
#onnetcookie-box .onnetcookie-inner{padding:16px;display:flex;flex-wrap:wrap;gap:12px;align-items:center}
#onnetcookie-box h3{margin:0 0 6px;font-size:18px}
#onnetcookie-box p{margin:0;font-size:14px;line-height:1.5;color:#374151}
#onnetcookie-box a{color:#0ea5e9;text-decoration:none}
#onnetcookie-box a:hover{text-decoration:underline}
#onnetcookie-box .onnetcookie-actions{display:flex;align-items:center;gap:8px;margin-left:auto}
#onnetcookie-toggle{position:fixed;inset:0;background:rgba(17,24,39,.45);display:none;align-items:center;justify-content:center;padding:16px}
#onnetcookie-toggle .onnetcookie-panel{width:min(720px,100%);background:#fff;color:#111;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 12px 40px rgba(0,0,0,.15);padding:20px}
.onnetcookie-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid #f1f5f9}
.onnetcookie-row:last-of-type{border-bottom:0}
.onnetcookie-row .left p{margin:6px 0 0;color:#4b5563;font-size:14px}
.onnetcookie-panel-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}
.footer-links{list-style:none;margin:0;padding:0;display:inline-flex;gap:16px;align-items:center;justify-content:center;flex-wrap:wrap}
.footer-links li{display:inline-block}
.footer-links a{color:#334155;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s,text-decoration .2s}
.footer-links a:hover{color:#0ea5e9;text-decoration:underline}
@media (prefers-color-scheme: dark){
  .footer-legal{background:#0f172a}
  .footer-links a{color:#e2e8f0}
  .footer-links a:hover{color:#38bdf8}
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch span {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}
.switch span:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.switch input:checked + span {
  background-color: #0ea5e9;
}
.switch input:checked + span:before {
  transform: translateX(22px);
}
/* Disabled switch */
.switch.disabled span {
  background-color: #e5e7eb;
  cursor: not-allowed;
}
.switch.disabled span:before {
  background-color: #f9fafb;
}