﻿
@font-face {
	src: url(../FONTS/DMSans_36pt-Regular.ttf);
	font-family: DM;
}
*{
	font-family:DM !important;
   
}

@font-face {
	src: url(../FONTS/Poppins-Regular.ttf);
	font-family:poppins;
}

a {
	text-decoration:none !important;
}

.menu-bar{float:left;}

ul{
	padding:0 !important;
	margin-top:revert !important;
}
li{list-style:none;}

.logo {float:left;}
.header-top {
	background-color:#293289;
	padding: 10px;
	font-size: 16px;
}

.header-top-lft {
	color:#888888;
}
.header-2 {
	padding:20px 0;
	display: flex;
	align-items: center;
	
}
ul.menu {
	display: flex;
	align-items: center;
	justify-content:space-between;
}
ul.menu > li{
	float:left;
	padding-left:57px;
}

ul.menu > li > a{color:#000000;font-weight:bold;font-family:poppins !important;text-align:center;display:block;height:20px;}
	ul.menu li a:hover {
		border-bottom:1px solid #0d1351;
		
	}
.slg{color:#fff;text-align:left;}
.title{text-align:left;float:left;}
.info{float:right;text-align:right;}
.info a{
	padding-left:5px;
	color:#fff;
}
.info span{
	padding-left:10px;
}
.d-block{
	height:100vh;
	background-size:cover;
	background-position:center;
}
.carousel-control-next, .carousel-control-prev {
	top: 50% !important;
	opacity: inherit !important;

}
.slider-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.slider-text {
	position: absolute;
	right:0;
	left:0;
	top: 30%;
	z-index: 9;
	color: #fff;
	margin:0 auto;
	width:100%;
	text-align:center;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	padding: 35px 15px 0 15px !important;
	border:2px solid #fff !important;
}
.relative {
	position: relative;
	left: 0;
	right: 0;
	width: 100%;
	margin-top: -50px;
	z-index:10;
}
	.relative .col-md-4 b {
		font-size: 23px;
		margin-top: 20px;
		display: block
	}

.hizmet-link {
	float: left;
	width: 100%;
	background-color:#293289;
	padding: 10px
}

.hizmetler .col-md-4:hover {
	transition: 1s;
	transform: scale(110%);
	cursor: pointer
}

.item:hover {
	cursor: pointer
}

.bilgi p {
	height: auto;
	font-size: 14px;
	padding: 25px;
	height:200px;
	
}

.hizmet-link a {
	color: #fff;
	text-decoration: none;
	padding: 10px
}
.relative {
	position: relative;
	left: 0;
	right: 0;
	width: 100%;
	margin-top: -80px
}

	.relative img {
		width: 100%;
		float: left;
		height:auto;
		
	}

	.relative .col-md-4 {
		float: left;
		padding: 25px
	}
.bilgi {
	background-color: #fff;
	float: left;
	text-align: center;
	width: 100%;
	box-shadow: rgba(50,50,93,0.25) 0 6px 12px -2px,rgba(0,0,0,0.3) 0 3px 7px -3px
}
.ates-grup {
	width:100%;
	height:auto;
	background-color:#f5f5f6;
}
.sectionClass {
	position: relative;
	display: block;
	float: left;
	width: 100%
}

.fullWidth {
	width: 100% !important;
	display: table;
	float: none;
	padding: 0;
	min-height: 1px;
	height: 100%;
	position: relative;
}

.sectiontitle h2 {
	font-size: 30px;
	color: #222;
	margin-bottom: 0;
	padding-right: 10px;
	padding-left: 10px
}

.headerLine {
	width: 160px;
	height: 2px;
	display: inline-block;
	background: #101F2E
}

.projectFactsWrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap
}

#projectFacts .fullWidth {
	padding: 0
}

.projectFactsWrap .item {
	width: 25%;
	height: 100%;
	padding: 50px 0;
	text-align: center
}

	.projectFactsWrap .item:nth-child(1) {
		background:#293289;
	}

	.projectFactsWrap .item:nth-child(2) {
		background: #293289e6;
	}

	.projectFactsWrap .item:nth-child(3) {
		background: #293289;
	}

	.projectFactsWrap .item:nth-child(4) {
		background: #293289e6;
	}

	.projectFactsWrap .item p.number {
		font-size: 40px;
		padding: 0;
		font-weight: 700
	}

	.projectFactsWrap .item p {
		color: rgba(255,255,255,0.8);
		font-size: 18px;
		margin: 0;
		padding: 10px
	}

	.projectFactsWrap .item span {
		width: 60px;
		background: rgba(255,255,255,0.8);
		height: 2px;
		display: block;
		margin: 0 auto
	}

	.projectFactsWrap .item i {
		vertical-align: middle;
		font-size: 50px;
		color: rgba(255,255,255,0.8)
	}

	.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p {
		color: #fff
	}

	.projectFactsWrap .item:hover span {
		background: #fff
	}

@media (max-width: 786px) {
	.projectFactsWrap .item {
		flex: 0 0 50%
	}
}
.slider-container {
	width: 100%;
	overflow: hidden; 
	padding: 20px 0;
}

.slider {
	display: flex;
	animation: slide 20s linear infinite;
}

	.slider img {
		width: 150px;
		height: auto;
		margin: 0 15px;
		transition: transform 0.3s;
	}

		.slider img:hover {
			transform: scale(1.1);
		}

@keyframes slide {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

.ates-grup-bilgi{
	float:left;
}
.ates-grup-photo{
	float:left;
}
	.ates-grup-photo img {
		width: 100%;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	}
.ates-grup-bilgi h1 {
	font-family: poppins !important;
	font-weight:bold;
	text-align:left;
}
.title-border{

   width:70px;
   height:10px;
   border-bottom:3px solid #000;
}
.ates{
	padding:95px 0 30px;
}
h1{
	font-size:30px !important;
}
.text p {
	color:#696b7e;
	font-weight:500;
	padding:15px 25px 40px 0px;
	line-height:32px;
}
.cozum{
   
	width:100%;
	height:auto;
	background-color:#fff;
	padding:90px;
}
.slider-container h2{

	font-size:35px;
	font-weight:bold;
	display:block;
	margin-bottom:60px;
}
.projeler{
	width:100%;
	background-image:url(/IMG/HIZMET/proje.jpg);
	float:left;
	height:700px;
	background-position:center;
	background-size:cover;

}
.projeler:before{
	background-color:#000;
	content:'';
	position:absolute;
	opacity:0.7;
	left:0;
	right:0;
	width:100%;
	height:inherit;
}
	.projeler h3 {
		font-weight: bold;
		font-size: 50px;
		color: #fff;
		text-align: center;
		letter-spacing: 3px;
		margin: 55px 0 45px;
	}
.projeler .col-md-12{position:relative;}

.slider-container {
	width:100%;
	overflow: hidden;
	position: relative;
}

.cardbox {
	display: flex;
	transition: transform 0.5s ease;
}

.card {
	flex: 0 0 26.33%;
	box-sizing: border-box;
	text-align: center;
	background-color: white;
	border: 1px solid #ddd;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	margin: 0 42px;
	border-radius: 10px;
	border:none !important;
	background-color:#fff;
	padding:20px;
}

.slider-controls {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
}

.control {
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	padding: 10px;
	cursor: pointer;
	border-radius: 50%;
}

	.control:hover {
		background-color: rgba(0, 0, 0, 0.8);
	}
	.kps{
		display:none;
	}
.mask {
	background-color: #000;
	opacity: 0.7;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 0px;
	z-index:2;
	width: 100%;
}
.prj-bilgi{
	position:absolute;
	z-index:3;
	color:#fff;
	text-align:center;
	top:30%;
	left:0;
	right:0;

}
.cardbox:hover .kps{
	display:block;
	cursor:pointer;
}
.prj-bilgi span{
	display:block;
}
.incele{
	display:block;
	padding:10px 60px;
	color:#fff;
	width:max-content;
	text-align:center;
	border:2px solid #fff;
	margin:0 auto;
	text-transform:uppercase;
}
.footer {
	background-color:#000325;
	width: 100%;
	text-align: left;
	opacity: 0.7;
	position: absolute;
	height:600px;
}
.t4{
	color:#fff;
	font-weight:bold;
	font-family:poppins !important;
}
.haberler {
   border-bottom:1px solid rgba(255,255,255,0.1);
	padding:10px;
}
.atesgrp {
   
	display:block;
	color:#fff;
	width:85%;
}
.fl{float:left;padding-left:20px;}
.urn1 >li> a {text-decoration:none;color:#fff;
}
.urnt {
	color: #fff;
	font-weight: bold;
	font-family: poppins !important;
	padding-left:4px;
	font-size:26px;
}
.urn1 > li{
	width:100%;
	display:block;
}
.footer-bottom {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	color: #fff;
	margin-top:50px;
}
.footer-bottom .container{

	border-top:1px solid #fff;
	padding:6px 0 0 0;
}



.t4{
	font-size:20px;
}
.rgh{
	text-align:right;
}
.rgh a {
	color:#fff;
}
.hk {
	background-image: url(../IMG/BANNER/hk.jpg);
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.mask1{
	position:absolute;
	background-color:#000;
	opacity:0.7;
	left:0;
	right:0;
	width:100%;
	height:300px;
}
.page-title{
	font-weight:bold;
	display:block;
	font-size:48px;
	color:#fff;
	
}
.page-title-box {
	position: absolute;
	z-index:2;
	left: 0;
	right: 0;
	margin-top:5%;
	text-align: center;
}
.link{
	color:#fff;
	font-size:20px;
	padding:10px;
}
.page-banner {
	float:left;
}
.page-text{
	float:right;
}
.hakkimizda {
	background-color:#dfdfdf00;
}
.page-banner img{
	width:100%;
	height:600px;
	background-size:100%;
	background-position:center;
}
.hk-page {
	border-bottom: 3px solid #0d1351;
}

.f {
	float:right;
}

.left-bar
{
	display:block;
	margin-left:14px;
	box-shadow: rgba(50, 50, 93, 0.25) 0 13px 27px -5px, rgba(0, 0, 0, 0.3) 0 8px 16px -8px;
}

.mt {
	margin: 60px 0
}

.hk-page b {
	font-size: 36px;
	margin-left: 20px
}

.left-bar li a {
	color: #1e1e1e;
	text-decoration: none
}

.left-bar li {
	border-bottom: 1px solid #0d1351;
	width: 100%;
	display: block;
	background-color: #fff;
}

.hk-full {
	background-color: #fff;
	width: 100%;
	padding: 40px 0 205px
}

.dty-bl:hover {
	color: #fff;
	background-color: #000;
	border: none
}

.hk-text {
	width: 100%
}

	.hk-text p {
		margin: 20px
	}

.left-bar li a {
	padding: 15px 12px;
	display: block
}

	.left-bar li a:hover {
		background-color: #000;
		color: #fff
	}
.message {
	background-color:#0d1351;
	width:100%;

}
.slider-container h2{

	margin-top:130px;
}

.cati-mail {
	display: flex;
	align-items: center;
	z-index: 9999;
	left: 0;
	right: 0;
	padding: 35px 0;
}
.cati-mail span{
	color:#fff;
	display:block;
}
.cati-t{
	font-size:32px;
	font-weight:bold;
}
.cati-t2{
	font-size:28px;
}
.text-mail{
	float:left;
	width:30%;
	border:none;
	background-color:#fff;
	height:40px;
	border-radius:6px;
	margin:10px;
	padding-left:8px;
}
.mail-btn {
	width: 20%;
	height: 40px;
	border: none;
	border-radius: 6px;
	background-color: #ff6700;
	color:#fff;
}
.d-flex{
	display:flex;
	align-items:center;
	justify-content:end;
}
.mail-btn:hover{
	transition:1s;
	background-color:#0d1351;
	color:#fff;
}
.cati-t3{
	color:#fff;
	font-size:26px;
}
.iletisim {
	background-color:#fff; /*#ddddddc2*/
	width: 100%;
	text-align: center;
	padding:12% 0 12% 0;
}
.iletisim-page {
	background-image: url(../IMG/PAGE-BANNER/iletisim.jpg);
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.map-contact{
	width:100%;
}
.ct-box {
	float: left;
	background-color: #fff;
	padding: 10px;
	display: inline-table;
	height: 220px;
	padding: 30px;
	margin-left: 50px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.ct-box:first-child{
	margin-left:0;
}
.contact-box {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	margin-top:-130px;
}
.rb{
	display:ruby;
}
.ilt-icn{
	background-color:#0d1351;
	padding:22px;
	display:block;
	border-radius:33px;
	text-align:center;
	margin:0 auto;
	width:fit-content;
}
.ilt-title{
	display:block;
	font-weight:bold;
	letter-spacing:1px;
}
.tel{
	display:block;
   
	margin-top:10px;
}
	.tel a {
		color: #0d1351;
	}
  .fl-ilt{
	  float:left;
  }
  .ilt-slogan{
	  font-size:34px;
  }
  .text-title{
	  display:block;
	  float:left;
	  letter-spacing:1px;
	  font-size:19px;
  }
  .text-box{
	  border:1px solid #888888;
	  width:100%;
	  padding:12px;

   
  }
  .ilt-box{
	  float:left;
	  width:100%;
  }
  .text{
	  float:left;
	  width:50%;
	  text-align:left;
	  padding:10px;
  }
  .text-df{
	  width:85%;
  }
  .text-message{
	  width:100%;
	  float:left;
	  padding:10px;

  }
.text-multi {
	width: 100%;
	border: 1px solid #888888;
	padding: 10px;
	height: 80px;
}
.btn-ilt{
	width:100%;
	text-align:left;
	float:left;
	padding:10px;

}
.btn-ilt-clck{
	padding:12px;
	border:none;
	background-color:#000;
	color:#fff;
	width:30%;
}
.urn li{
	color:#fff;
}
.urn-footer li a{
	line-height:40px;
	color:#fff;
}
.urn-footer li{
	color:#fff;
}
.footer-img{
	height:600px;
	width:100%;
	background-image:url(/IMG/HIZMET/footer-cati.jpg);
	display:flex;
	align-items:center;

}
	.ft {
		position: absolute;
		left: 0;
		right: 0;
	}
	.slg-sld{
		font-size:60px;
		font-weight:bold;
		font-family:poppins !important;
		display:block;
	}
	.slg-text{
		display:block;
		text-align:center;
		letter-spacing:2px;
		width:100%;
		margin-bottom:20px;
		font-size:32px;
	}
.slider-link a {
	display: block;
	padding: 12px 60px;
	width: max-content;
	background-color:#e65d00;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: 'poppins' !important;
	letter-spacing: 2px;
	border-radius:6px;
	margin:0 auto;
}
ul.acilir {
	position:absolute;
	z-index:99;
	background-color: #fff;
	margin-top:15px !important;
	display:none;
}
	ul.acilir > li {
		padding: 16px 26px 16px 26px;
		text-align: left;
		border-radius:5px;
	}
	ul.acilir > li > a{
		color:#000;
	}
	a#ac{
		display:block;
	}
	a#ac:after{
		content:'';
		height:70px;
		display:block;
	}

	a#ac:hover ul.acilir{
		display:block !important;
	}

ul.acilir {
	position: absolute;
	z-index: 99;
	background-color: #fff;
	margin-top: 0;
	display: none;
	min-width: 200px;
	border: 1px solid #ccc;
	padding: 5px 0;
}

	ul.acilir li {
		padding: 8px 12px;
	}

		ul.acilir li a {
			text-decoration: none;
			color: #333;
			display: block;
			padding: 8px 12px;
			text-transform:uppercase;
		}

			ul.acilir li a:hover {
				background-color: #f4f4f4;
			}

/* Hover ile açılan menü */
li:hover .acilir {
	display: block;
}
.urunler {
	width: 100%;
	text-align: center;
	background-color:#293289;
	margin: 0 auto;
}
ul.urn {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
ul.urn > li{
	display:flex;
	align-items:center;
}
	ul.urn > li > a {
		color: #fff;
		text-transform: uppercase;
	}
.mega-menu{
	background-color:#fff;
	position:absolute;
	left:0;
	right:0;
	z-index:9;
	top:25%;
	display:none;

}
.mega-menu2 {
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9;
	top: 25%;
	display: none;
}
ul.acilir1 {
	float: left;
	top: 25%;
	z-index: 9;
	padding: 6px 40px 0px 15px !important;
	background-color: #e3e3e3;
}
	ul.acilir1 > li > a {
		color: #fff;
		text-align: left;
		display: block;
		color: #000;
		text-transform: uppercase;
		padding: 10px 0;
	}
li#ac1:hover .mega-menu{
	display:block;
}
li#ac1:before{
	content:'';
	height:90px;
	width:80px;
	display:block;
	position:absolute;
	z-index:8;
	cursor:pointer;
}

ul.acilir2 {
	left: 13%;
	position: relative;
	float: left;
	top: 25%;
	z-index: 9;
	background-color: #fff;
	padding: 6px 40px 0px 15px !important;
}
	ul.acilir2 > li > a {
		color: #fff;
		text-align: left;
		display: block;
		color: #000;
		text-transform: uppercase;
		padding: 10px 0;
	}
li#ac2:hover .mega-menu2 {
	display: block;
}
.acilir1, .acilir2, .acilir3, .acilir4, .acilir5, .acilir6, .acilir7, .acilir8 {
	background-color: #e3e3e3 !important;
}
.mega-menu, .mega-menu2, .mega-menu3, .mega-menu4, .mega-menu5, .mega-menu6, .mega-menu7, .mega-menu8 {
	background-color: #e3e3e3 !important;
}

li#ac2:before, li#ac3:before, li#ac4:before, li#ac5:before, li#ac6:before, li#ac7:before, li#ac8:before{

	height:120px !important;


}






li#ac2:before {
	content: '';
	height: 90px;
	width: 80px;
	display: block;
	position: absolute;
	z-index: 8;
	cursor: pointer;
}
ul.acilir3 > li > a {
	color: #fff;
	text-align: left;
	display: block;
	color: #000;
	text-transform: uppercase;
	padding: 10px 0;
}
li#ac3:hover .mega-menu3 {
	display: block;
}
ul.acilir3 {
	left: 28%;
	position: relative;
	float: left;
	top: 25%;
	z-index: 9;
	background-color: #fff;
	padding: 6px 40px 0px 15px !important;
}

li#ac3:before {
	content: '';
	height: 90px;
	width: 80px;
	display: block;
	position: absolute;
	z-index: 8;
	cursor: pointer;
}

ul.acilir3 > li > a {
	color: #fff;
	text-align: left;
	display: block;
	color: #000;
	padding: 10px 0;
}

.mega-menu3 {
	background-color: #fff;
	position: absolute;
	text-align:center;
	margin:0 auto;
	left: 0;
	right: 0;
	z-index: 9;
	top: 25%;
	display: none;
}
.mega-menu4 {
	background-color: #fff;
	position: absolute;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 9;
	top: 25%;
	display: none;
}

li#ac4:hover .mega-menu4 {
	display: block;
}

ul.acilir4 {
	left: 28%;
	position: relative;
	float: left;
	top: 25%;
	z-index: 9;
	background-color: #fff;
	padding: 6px 40px 0px 15px !important;
}

li#ac4:before {
	content: '';
	height: 90px;
	width: 80px;
	display: block;
	position: absolute;
	z-index: 8;
	cursor: pointer;
}

ul.acilir4 > li > a {
	color: #fff;
	text-align: left;
	display: block;
	color: #000;
	padding: 10px 0;
}

/**/
.mega-menu5 {
	background-color: #fff;
	position: absolute;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 9;
	top: 25%;
	display: none;
}

li#ac5:hover .mega-menu5 {
	display: block;
}

ul.acilir5 {
	left: 28%;
	position: relative;
	float: left;
	top: 25%;
	z-index: 9;
	background-color: #fff;
	padding: 6px 40px 0px 15px !important;
}

li#ac5:before {
	content: '';
	height: 90px;
	width: 80px;
	display: block;
	position: absolute;
	z-index: 8;
	cursor: pointer;
}

ul.acilir5 > li > a {
	color: #fff;
	text-align: left;
	display: block;
	color: #000;
	padding: 10px 0;
}
/**/
.mega-menu6 {
	background-color: #fff;
	position: absolute;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 9;
	top: 25%;
	display: none;
}

li#ac6:hover .mega-menu6 {
	display: block;
}

ul.acilir6 {
	left: 28%;
	position: relative;
	float: left;
	top: 25%;
	z-index: 9;
	background-color: #fff;
	padding: 6px 40px 0px 15px !important;
}

li#ac6:before {
	content: '';
	height: 90px;
	width: 80px;
	display: block;
	position: absolute;
	z-index: 8;
	cursor: pointer;
}

ul.acilir6 > li > a {
	color: #fff;
	text-align: left;
	display: block;
	color: #000;
	padding: 10px 0;
}
/**/
.mega-menu7 {
	background-color: #fff;
	position: absolute;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 9;
	top: 25%;
	display: none;
}

li#ac7:hover .mega-menu7 {
	display: block;
}

ul.acilir7 {
	left: 28%;
	position: relative;
	float: left;
	top: 25%;
	z-index: 9;
	background-color: #fff;
	padding: 6px 40px 0px 15px !important;
}

li#ac7:before {
	content: '';
	height: 90px;
	width: 80px;
	display: block;
	position: absolute;
	z-index: 8;
	cursor: pointer;
}

ul.acilir7 > li > a {
	color: #fff;
	text-align: left;
	display: block;
	color: #000;
	padding: 10px 0;
}
/**/
.mega-menu8 {
	background-color: #fff;
	position: absolute;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 9;
	top: 25%;
	display: none;
}

li#ac8:hover .mega-menu8 {
	display: block;
}

ul.acilir8 {
	left: 28%;
	position: relative;
	float: left;
	top: 25%;
	z-index: 9;
	background-color: #fff;
	padding: 6px 40px 0px 15px !important;
}

li#ac8:before {
	content: '';
	height: 90px;
	width: 80px;
	display: block;
	position: absolute;
	z-index: 8;
	cursor: pointer;
}

ul.acilir8 > li > a {
	color: #fff;
	text-align: left;
	display: block;
	color: #000;
	padding: 10px 0;
}
.page-banner-p {
	width: 100%;
	background-color: #f9fafc;
	display: flex;
	align-items: center;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.page-banner-p b{
	text-align:left;
	font-size:34px;
}
.urn-picture{
	float:left;
}
.urn-picture img{
	width:60%;
}
.urn-text {
	text-align: center;
	float: left;

}
.urn-detay{

	text-align:center;
	padding-top:80px;
}
.urn-detay > .row >.col-md-12{

	display:flex;
	align-items:center;
	
}
.urn-text b {
	color:#293289;
	font-size:52px;
}
.urn-hd{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:20px !important;
}
.urn-info{
	width:60%;
	display:block;
	text-align:center;
	margin:0 auto;
	   
}
.avt{
	display:block;
	text-align:center;
	width:100%;
	font-size:36px;
	color:#293289;
	font-weight:bold;
}
.urn-avt span{
	font-weight:500;
	color:#000000;
}
.urn-avt p{
	text-align:left;
}
.ilt-page{
	display:flex;
	
	align-items:center;
	padding:50px;


}
.ilt-page a{
	padding:10px 30px;
	background-color:#0d1351;
	color:#fff;
	font-size:26px;
	font-weight:bold;
	border-radius:5px;
}
.ilt1{
	font-size:26px;
	padding-right:10px;
}
.header-banner{
	width:100%;
	background-image:url(../IMG/PAGE-BANNER/pg-banner.jpg);
	height:200px;
	background-size:contain;
	background-repeat:no-repeat;
	display:flex;
	align-items:center;
}
.header-banner b{
	display:flex;
	align-items:center;
	color:#0d1351;
	font-size:28px;
}
.hz-banner {
	float: left;
  
}
	.hz-banner img {
		width: 100%;
		height: 500px;
	}
.pg-st{
	display:flex;
	align-items:center;
}
.pg-mrg{
	margin-top:20px !important;
	margin-bottom:80px;
}

/**/

.gallery-section {
	max-width: 1200px;
	margin: auto;
	padding: 40px 20px;
}

h1 {
	text-align: center;
	font-size: 32px;
	margin-bottom: 30px;
	color: #222;
}

.filters {
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.filter-btn {
	background-color: #2e3192;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
	transition: background 0.3s ease;
}

	.filter-btn:hover,
	.filter-btn.active {
		background-color: #1b1f6b;
	}

.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
}

.gallery-item {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
   
	transition: transform 0.3s ease;
}

	.gallery-item img {
		width: 100%;
		height:300px;
		display: block;
		transition: transform 0.3s ease;
	}

	.gallery-item:hover img {
		transform: scale(1.05);
	}

.desc {
	padding: 10px;
	background-color: #2e3192;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.gallery-item.hidden {
	display: none;
}

/* Lightbox */
#lightbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.85);
	justify-content: center;
	align-items: center;
	z-index: 9999;
}
.gallery-item:hover{
	cursor:pointer;
}

	#lightbox img {
		max-width: 90%;
		max-height: 80%;
		border-radius: 10px;
	}

.close {
	position: absolute;
	top: 20px;
	right: 30px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	cursor: pointer;
}

.durum {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 35px;
	background-color:#0d1351;
	color:#fff;
	padding: 15px;
	font-weight: bold;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
	
	.title{
		float:none;
	}
	.info{
		float:none;
		text-align:left;
	}
	.info span{
		display:block;
		padding-left:0;
		text-align:left;
	}
}
@media screen and (min-width: 48px) and (max-width: 720px) {

	.title {
		float: none;
	}

	.info {
		float: none;
		text-align: left;
	}

		.info span {
			display: block;
			padding-left: 0;
			text-align: left;
		}
}