body, h1, h2, h5, h6, p, li, a, strong {
        font-family: Arial, sans-serif;
		}
		
		.social-media-icons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    justify-items: center;
}

.social-icon  {
    font-size: 30px;
    transition: transform 0.3s ease;
}

.social-icon:hover  {
    transform: scale(1.1);
}

.image-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 300px; /* Slider yüksekliği */
}

.slide-track {
    display: flex;
    width: calc(100% * 12); /* Görsellerin sayısını iki katına çıkarıyoruz */
    animation: scroll 20s linear infinite;
}

.slide {
    width: calc(100% / 12); /* Her bir slide'ın genişliği, toplam slide sayısına bölünür */
    flex-shrink: 0;
    height: 100%;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-100% / 2)); } /* Son slide'ı gördükten sonra ilk slide'a geri döner */
}

		
h3, h4 {
		color:blue !important;
}
.py-30{
	  padding: 30px 0;
	}
	.main-wrapper{
	width:600px;margin:0 auto;	}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li a {
    display: block;
    text-align: center;
    border: 2px solid #000;
    border-radius: 12px;
    padding: 5px 0;
    margin: 20px 0px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 24px;
}

ul li a:hover {
    background: #0ff;
    text-decoration: none;
    color: #000;
}

ul li a.yellowbutton {
    background: #ff0;
}

ul li a.yellowbutton:hover {
    background: #0ff;
}

@media only screen and (max-width: 768px) {
    ul li a.yellowbutton {
        font-size: 14px; 
		padding:11px;
    }
}

	  .image-slider {
  width: 100%;
  overflow: hidden;
}

.slide-track {
  display: flex;
  width: calc(600px * 12);
  animation: scroll 40s linear infinite; 
}

.slide {
  width: 600px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-600px * 6));
  }
}

.phone{font-size:27px;color:#000000;text-align:center; font-family: arial;margin: 25px 0 0px 0;}
.phone a{color:#000000;text-decoration:none;}
.email{text-align:center;margin: 0px 0 25px 0;}
.email a{font-size:27px;color:#000000;text-decoration:none;}
.list{padding-bottom:25px;}
.list ul{padding-left:40px;}
.list ul li{
list-style:disc;font-size: 20px;line-height: 150%;font-family:Arial, Helvetica, sans-serif;}
main p{font-size: 20px;color: rgb(0, 0, 0);font-family: Arial, Helvetica, sans-serif;text-align:center;}
.social-area {text-align:center;}
.social-area div{margin: 20px;}
.title{color: rgb(209, 72, 65);font-family: Arial, Helvetica, sans-serif;font-size: 20px; text-align:center;}
.sub-title{color: rgb(0, 0, 0);font-family: Arial, Helvetica, sans-serif;font-size: 20px; text-align:center;}
	@media only screen and (max-width: 600px) {.main-wrapper{
	width:100%;margin:0 auto;}
	.email a{font-size: 23px;color: #000000;text-decoration:none;text-align: center; margin: 0px 0 25px 0;}
.phone{font-size:23px;color:#000000;text-align:center;font-family: arial;margin: 25px 0 0px 0;}
	ul li a{font-size:18px;}
	.widSSP{width:100%!important;}
	}
	.img-fluid{max-width:100%;height:auto;}
	.pt-4{padding-top:15px;}
	.py-2{padding:0 10px;}
	.pt-3{padding-top:12px;}
	.pb-2{padding-bottom:15px;}
.py-2{padding:0 10px;}
	.px-2{padding:10px 0;}
	.pt-3{padding-top:12px;}
	.pb-2{padding-bottom:15px;}
form{padding:20px;}
.focused {background-color: #fff7c0;}
.form-group {margin-bottom: 1rem;overflow:hidden;}
.text-danger{color:red;}
label{font-family: "Lucida Grande","Lucida Sans Unicode", Tahoma, sans-serif;font-size: 13px;}
.form-control {display: block;width: 96%;padding: 0.375rem 1px;font-size: 1rem;line-height: 1.5;color: #495057;background-color: #fff;background-clip: padding-box;
    border: 1px solid #ced4da;border-radius: 0.25rem;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-check {position: relative;display: block;}
.container2 span label{
        margin: 0;padding-top: 3px;clear: both;font-size: 85%;line-height: 160%;color: #444;display: block;text-align:center;padding-right: 12px;}
.container2 span {
    margin: 0 0.3em 0 0;padding: 0;float: left; color: #444;}
.container2 span input{width: 65%;padding: 5px;}
	.container2 span select{width: 100%;padding: 5px;}
	.submit-btn{
	display: inline-block;font-weight: 400;text-align: center;white-space: nowrap;vertical-align: middle;
    -webkit-user-select: none;-moz-user-select: none;
    -ms-user-select: none;user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	color: #fff;
    background-color: #0000FF;
    border-color: #0000FF;
	cursor:pointer;
	}
	.img-news{text-align:center; max-width:400px; margin:0 auto;}
	.img-news p{text-align:left;}
	.text-center{text-align:center;}
	.text-left{text-align:left;line-height: 150%;}
	.slider{overflow:hidden;}
	p em{font-size: 16px;font-family: Arial, sans-serif;}
	.pt-0{padding-top:0;}
	.padd{padding:0 40px;}
	.padd1{padding: 50px 0;}
	#CDSWIDSSP{margin:0 auto!important;}
	ul li span a{display:inline;}
	#success{color:#218714;}
	.blue-title{line-height: 150%;font-family: Arial, sans-serif;color: rgb(41, 105, 176);}
		.footer{margin:30px 0;}
		@media only screen and (max-width: 600px) {
  .check-box-size{width:48px;height:48px;
    position: relative;
    top: 12px;}.check-box-label{    font-size: 19px;
    }
}
