*{
    margin: 0;
    padding: 0;
    box-sizing: border-box; font-family: sans-serif;
}
ul, ol { list-style: none}

#hamburger{display: none;}
.container{
    max-width: 1200px;
    width: 100%;
    padding: 20px 15px;
    margin: 0 auto;
}
.altli{
    display: flex;
    align-items: center;
}
.altli li{
    display: inline-block;
    margin: 5px;
}
.altli a{
    color: #fff;
    text-decoration: none;
}
/*Header Start*/
header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: all .5s;
}
header.sticky{
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(20px);
    width: 100%;
    padding: 10px 0;
}
header nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-bottom: 15px;
}
header nav:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    border: 1px solid #fff;
}
header nav .logo
{
    max-width: 125px;
    width: 100%;
    height: auto;
}
header nav ul{
    display: flex;
    align-items:center;
}
header nav ul li{
    display: inline-block;
    margin: 0 10px;
}
header nav ul li a{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
header nav ul li a:hover{
    color: #BD4F27;
}
header nav ul .social a{
    font-size: 15px;
}
.lang {text-transform: uppercase; color: #E7E7E2;}
.lang span{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
.lang-menu {display: none;background-color: #fff;position: absolute;padding: 10px;}
.lang-menu li {list-style: none;}
.lang-menu li a {color: #000}
.lang:hover .lang-menu{display: flex; z-index: 99999; flex-direction: column;}
/*Header End*/



/*Banner slider Start*/
#banner{
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#banner .swiper-slide{
    margin: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-text{
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.banner-text .start{
    text-align: start;
}
#banner .swiper-button-prev, .swiper-rtl .swiper-button-next ,
#banner .swiper-button-next, .swiper-rtl .swiper-button-prev{
    border: 1px solid #757575;
}
.banner-text h3{
    font-size: 42px;
    margin: 20px 0;
    color: #fff;
}
.banner-text button{
    background-color: #707070;
    border: none;
    outline: none;
    padding: 12px 25px;
    cursor: pointer;
    transition: 0.3s all;
    color: #fff;
}
.banner-text button:hover{
    background-color: #979797;
}

/*Banner End*/


/*Hakk Start*/
#hakk{
    background-position: center;
    background-size: cover;
    height: auto;
}
.hakk-row{
    height: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}
.hakk-text{
    max-width: 450px;
    width: 100%;
}
.hakk-text button{
    background-color: #707070;
    border: none;
    padding: 12px 15px;
    cursor: pointer;
    transition: all .5s;
}
.hakk-text button a{
    text-decoration: none;
    color: #fff;
}
.hakk-text button:hover{
    background-color: #979797;
}
.hakk-text h5{
    color: #fff;
    font-size: 16px;
    font-weight: 400
}
.hakk-text h3{
    color: #fff;
    font-size: 24px;
    margin: 10px 0;
    font-weight: 400;
}
.hakk-text p{
    color: #fff;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 12px;
    margin-bottom: 10px;
}
/*Hakk End*/

/*BademSlider Start*/
#bademslider{
    width: 100%;
    height: 100%;
    background-color: rgba(245, 245, 241, 1);
}
.bademrow{
    width: 100%;
    color: #707070;
}
.bademrow .badembas{
    margin: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bademrow .badembas h5{
    position: relative;
    padding: 5px 0;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}
.bademrow .badembas h5::after{
    content: '';
    position: absolute;
    bottom: 0;
    border: 1px solid #707070;
    width: 100%;
    left: 0;
}
.bademalt{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.bademrow .bademalt h3{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    font-size: 32px;
}
.bademalt h3{
    padding: 20px 0;
    font-weight: 400;
    font-size: 42px;
}
.bademrow .bademalt::after{
    content: '';
    position: absolute;
    bottom: 0;
    border: 1px solid #707070;
    width: 100%;
    left: 0;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    margin: 100px 0;
    color: #707070;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .badem-res{
    max-width: 450px;
    width: 100%;
    height: 450px;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: 45% !important;
    margin: 150px 0 !important;
    border: 1px solid black;
    padding: 20px;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev{
    left: 50% !important;
    margin: 150px 0 !important;
    border: 1px solid black;
    padding: 20px;
  }
  .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 18px !important;
    font-weight: 900;
    color: #707070 !important;
  }

  .slide-img{
    max-width: 450px;
    width: 100%;
  }
  .slide-img img{
    width: 100%;
    height: 100%;
  }
/*BademSlider End*/


/*Kurumsal Start*/
#kurumsal{
    width: 100%;
    padding: 10px 0;
}
#kurumsal .tabs{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px 0;
}
#kurumsal .tabs::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border: 1px solid #24231E;
    width: 100%;
}
#kurumsal .tabs ul{
    display: grid;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
}
#kurumsal .tabs ul li{
    margin: 0 10px;
    display: inline-block;
    text-align: center;
}
#kurumsal .tabs ul li a{
    text-decoration: none;
    color: #000;
    font-weight: 700;
    font-size: 22px;
    line-height: 10px;
}
.kurumsal-content{
    width: 100%;
    padding: 50px 0;
}
.kurumsal-text{
    padding: 30px 0;
}
.kurumsal-text h4{
    margin: 15px 0;

}
.kurumsal-text p{
    font-size: 18px;
     line-height: 200%; 
    color: #757575;
}
.kurumsal-text ul {     font-size: 18px;
     line-height: 200%; 
    color: #757575;}
/*Kurumsal End*/


/*Uretim Start*/
#uretim{
    width: 100%;
}
.uretim-row{
    display: flex;
    align-items: center;
    justify-content: center;
}
.uretimsol{
    width: 100%;
    position: relative;
}
.uretimm{
    width: 100%;
    height: 500px;
}
.uretimsol img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.uretimsag{
    width: 100%;
    position: relative;
}
.saguretim{
    width: 100%;
    height: 500px;
}
.uretimsag img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.uretim-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.uretim-text h3{
    font-size: 42px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    line-height: 1.5;
}
.uretim-text a{
    background-color: #707070;
    color: #fff;
    border: none;
    outline: none;
    padding: 12px 25px;
    cursor: pointer;
    transition: 0.3s all;
    text-transform: none ;
    text-decoration:none
}
.uretim-text a:hover{
    background-color: #979797;
}
/*Uretim End*/


/*İhracat Start*/
#ihracat{
    width: 100%;
    padding: 25px 0;
    background-color: rgba(245, 245, 241, 1);
}
.ihracat-row{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 3;
}
.ihracat-row h3{
    color: #707070;
    font-size: 28px;
    font-weight: 400;
}
.ihracat-img{
    width: 100%;
    max-width: 650px;
    margin: 25px 0;
}
.ihracat-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*İhracat End*/
/*Number Start*/
#number{
    width: 100%;
    height: 35vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.counter-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    height: 100%;
}
.counter-item {
    text-align: center;
    border-radius: 1rem;
    transition: all 0.5s ease-in-out;
    margin: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}
.cizgi{
    position: relative;
}
.cizgi::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #fff;
    right: -50px;
}
.counrow{
    display: flex;
    align-items: center;
    justify-content: center;
}
.counrow h1{
    margin: 0 2px;
}
/*Number End*/


/*Kalite  Start*/
#globalbanner{
    width: 100%;
    height: 50vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.kalitetxt{
    position: relative;
}
.kalitetxt h3{
    margin: 0;
}
.kalitetxt::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border: 1px solid #fff;
    width: 50%;
} 
/*Kalite  End*/



/*Fiziksel Start*/
#fiziksel{
    width: 100%;
    height: 50vh;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}
#fiziksel:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #FFFFFF -11.55%, rgba(254, 254, 254, 0.0705882) 20.02%);
}
.fizik-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fizik-text{
    width:calc(30% - 10px);
}
.fizik-text h1{
    position: relative;
    text-align: center;
    margin: 10px 0;
    padding: 5px 0;
    color: #707070;
}
.fizik-text p{
    color: #757575;
}
.fizik-text h1::after{
    content: '';
    position: absolute;
    border: 1px solid #707070;
    width: 100%;
    bottom: 0;
    left: 0;
}
/*Fiziksel End*/

/*Hakkimizda Start*/
#hakkimizda{
    width: 100%;
    height: 100%;
    background-color: rgba(245, 245, 241, 1);
}
.hakkimiz-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0;
    gap: 15px;
}
.hakkimiz-img{
    width: 100%;
    max-width: 450px;
    height: auto;
}
.hakkimiz-img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.hakkimiz-text{
    width: 100%;
    max-width: 600px;
    color: #707070;
}
.hakkimiz-text h2{
    font-weight: 400;
}
.hakkimiz-text p{
    padding: 10px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #707070;
}
#hakkimizda .right{
    text-align: end;
}
/*Hakkimizda End*/

/*Haberler Start*/
#haberler{
    width: 100%;
    height: 100%;
    padding: 50px 0;
    background-color: rgba(245, 245, 241, 1);
}
.news{
    position: relative;
    display: flex;
    align-items: center;
}
.news-text{
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 99;
    color: #fff;
    font-size: 42px;
}
.news::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #31302E 0%, rgba(117, 116, 115, 0.0313726) 100%);
}
.haber-row{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
.haber{
    margin: 20px 0;
    width: calc(100% - 10px);
}
.haber-img{
    width: 100%;
    height: 300px;
    border: 1px solid black;
    background-color: #757575;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}
.haber-img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    
}
.haber-img h1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    color: #FFFFFF;
    font-weight: 400;
    text-transform: uppercase;
}
.haber-text{
    color: #707070;
    padding: 10px 0;
}
.haber-text p{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}
/*Haberler End*/


/*Kariyer Start*/
#kariyer{
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    display: flex;
    align-items: center;
}
.kariyer-text .kalitetxt h3{
    font-size: 42px;
    color: #fff;
}
/*Kariyer End*/
/*Ürünler Start*/
.urun .blurr{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #31302E 0%, rgba(117, 116, 115, 0.0313726) 100%);
}
.bademalt h3{
    color: #757575;
    font-weight: 400;
    font-size: 31px;
    line-height: 38px;
    
}
#bademslider .swiper-slide h3{
    color: #BD4F27;
    font-weight: 400;
    font-size: 18px;
    line-height: 200%;
}

/*Ürünler End*/

/*Genel Başvuru Start*/
#genelbas{
    width: 100%;
    background: rgba(245, 245, 241, 1);
    padding: 50px 0;
}
#genelbas .text{
    text-align: center;
}
#genelbas .text h1{
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    color: #757575;
    margin: 20px 0;
}
#genelbas .text p{
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #707070;
}
#genelbas .form{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 50px 0;
}
.select-row{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}
#genelbas .form .custom-select{
    margin: 10px;
    width: 39%;
    position: relative;
}
#genelbas .form .custom-select select{
    width: 100%;
    padding: 10px;
    display: none;
    color: #000;
}
.select-selected {
    background-color: transparent;
  }
  /*style the arrow inside the select element:*/
  .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 20px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
  }
  
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 7px;
  }
  
  .select-items div,.select-selected {
    color: #000;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color:   rgba(75, 75, 75, 0.7) ;
    cursor: pointer;
    user-select: none;
  }
  
  /*style items (options):*/
  .select-items {
    position: absolute;
    background-color: rgba(75, 75, 75, 0.4);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  
  /*hide the items when the select box is closed:*/
  .select-hide {
    display: none;
  }
  
  .select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }
#genelbas .form textarea{
    margin: 10px;
    width: 39%;
    padding: 10px;
}
/*Genel Başvuru  End*/

/*İletişim Start*/
.ilet{
    position: relative;
}
.ilet h3{
    font-size: 48px;
    font-weight: 400;
}
.blur{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #31302E 0%, rgba(117, 116, 115, 0.0313726) 100%);
}
#iletisim{
    width: 100%;
    height: 100%;
    padding:50px 0;
    background: #E7E7E2;
}
#iletisim h1{
    text-align: center;
    font-size: 48px;
    font-weight: 400;
    font-size: 42px;
    line-height: 44px;
    color: #707070;
}
.iletisim-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.iletisim-bilgi{
    width: calc(45%);
    padding: 50px 0;
    color: #757575;
}
.iletisim-bilgi a{
    margin: 10px 0;
    text-decoration: none;
    color: #757575;
    font-size: 16px;
}
.iletisim-bilgi a:hover{
    color: #979797;
}
iframe{
    width: 100%;
    height: 500px;
}
/*İletişim End*/
/*İletişim  Formu Start*/
#iletisim-form{
    width: 100%;
    height: 100%;
    padding: 30px 0;
    background-color: rgba(245, 245, 241, 1);
}
#iletisim-form h1{
    text-align: center;
    font-size: 32px;
}
#iletisim-form .form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}
.form .row{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.form .row input{
    margin: 10px;
    width: 39%;
    padding: 10px;
}
.form textarea{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 10px 0;
}
.form button{
    width: 80%;
    padding: 10px;
    cursor: pointer;
}
.form p{
    width: 80%;
    margin: 10px 0;
    color: #757575;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
}
.form p a{
    text-decoration: none;
    color: #2E99E9;
}
#iletisim-form .form button{
    background: #707070;
    border: none;
    outline: none;
}
#iletisim-form textarea{
    padding: 10px ;
}
#iletisim-form .form button:hover{
    background: #979797;
}
/*İletişim  Formu End*/
footer{
    background-color: #24231E;
    width: 100%;
    padding: 50px 0;
}
.footer-row{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer{
    width: calc(30% - 10px);
}
.footer-left .social{
    margin: 15px 0;
}
.footer-left .social a{
    font-size: 24px;
    color: #fff;
    padding: 0 5px;
}
.footer-left .social a:hover{
    color: rgba(176, 86, 51, 1);
}
.footer-left .fot-text span a,
.footer-left .fot-text span{
    color: #fff;
    text-decoration: none; line-height: 200%;
}
.footer-left .fot-text span a:hover{
    color: #979797;
}
.footer-ort{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-ort h3{
    color: #fff;
    font-size: 24px; line-height: 200%;
}
.footer-ort ul li{
    display: block;
    margin: 10px 0;
}
.footer ul li a{
    font-size: 17px;
    color:#fff;
    text-decoration: none;  line-height: 200%;
}
.footer ul li a:hover{
    color: #979797;
}
.footer-right h3{
    color: #fff;
    font-size: 24px; line-height: 200%;
}
.footer-right .harita{
    width: 100%;
    max-width: 250px;
    height: 150px;
    margin: 30px 0 0 0;
}
.footer-right .harita iframe{
    width: 100%;
    height: 100%;
}




@media screen and (max-width:850px){
    header{
        position: relative;
        background-color: #000;
    }
    header ul{
        position: fixed;
        top: 70px;
        left: -100%;
        flex-direction: column;
        background: #000;
        width: 100%;
        height: 100%;
        z-index: 9999999999;
        display: flex;
        align-items: center;
        padding-top: 150px;
        transition: .7s all ease-in;
    }
    header ul li {
        padding: 10px;
    }
    header ul li a{
        color: #fff;
        font-size: 24px;
    }
    header ul.active{
        left: 0%;
    }
	nav ul .sarı a{
	color:#000;
	}
    #hamburger {
		display: flex;
		position: relative;
		width: 34px;
		height: 34px;
		transition: 0.3s ease-in-out;
        z-index: 99;
        border: 2px solid rgba(176, 86, 51, 1);
        border-radius: 50%;
	}
    #hamburger span {
		display: block;
		position: absolute;
		left: 5px;
		width: 70%;
		height: 3px;
		border-radius: 2px;
		background-color: rgba(176, 86, 51, 1);
		transition: 0.3s ease-in-out;
	}

	#hamburger .item01 {
		top: 10px;
	}
	#hamburger .item03 {
		top: 17px;
	}

	#hamburger.active .item01 {
		top: 15px;
		transform: rotate(135deg);
	}
	
	#hamburger.active .item02 {
		opacity: 0;
		left: -40px;
	}

	#hamburger.active .item03 {
		top: 15px;
		transform: rotate(-135deg);
	}
    .social li a{
        font-size: 24px;
    }
    header nav:after{
        display: none;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev{
        left: 55% !important;
    }
    .bademrow .badembas{
        margin: 15px;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next,
    .swiper-button-next, .swiper-rtl .swiper-button-prev{
        margin: 200px 0 !important;
    }
    .footer-row{
        gap: 20px;
    }
    .bademalt h3{
        font-size: 28px;
    }
}
@media screen and (max-width:600px){
    .ihracat-img{
        max-width: 350px;
    }
    #number{
        height: auto;
    }
    .counter-grid{
        flex-direction: column;
    }
    .counter-item{
        margin: 20px 0;
    }
    .cizgi::after{
        display: none;
    }
    .uretim-row{
        flex-direction: column;
    }
    .slide-img{
        max-width: 240px;
        width: 100%;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next, .swiper-button-next, .swiper-rtl .swiper-button-prev {
        margin: 125px 0 !important;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next{
        left: 35% !important;
    }
    .saguretim,
    .uretimm{
        height: 250px;
    }
    .kalitetxt::after{
        width: 100%;
    }
    #kurumsal .tabs ul{
        display: grid;
        grid-template-columns: repeat(2, minmax(50px, 1fr));
        gap: 10px ;
    }
    .footer-row{
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    .hakkimiz-row{
        flex-direction: column;
    }
    .reverse{
        flex-direction: column-reverse;
    }
    #hakkimizda .right{
        text-align: start;
    }
    .hakkimiz-img{
        max-width: 100%;
    }
    #fiziksel{
        height: auto;
    }
    .fizik-row{
        flex-direction: column;
    }
    .fizik-text{
        width: 100%;
    }
    .form .row{
        flex-direction: column;
    }
    .form .row input{
        width: 100%;
    }
    .select-row{
        flex-direction: column;
    }
    #genelbas .form .custom-select{
        width: 100%;
        margin: 0;
    }
    #genelbas .form textarea{
        width: 100%;
        margin: 10px 0;
    }
    .iletisim-row{
        flex-direction: column;
    }
    .iletisim-bilgi{
        width: 100%;
        padding: 20px 0;
    }
    .form textarea{
        width: 100%;
    }
    .banner-text{
        justify-content: center;
    }
    #iletisim{
        padding: 20px 0;
    }
    #iletisim-form .form{
        margin: 20px 0;
    }
    header.sticky{padding: 0;}
    .bademalt h3{
        line-height: 1;
        padding: 0;
    }
    #genelbas{
        padding: 0;
    }
    .select-items{
        background-color: rgba(75, 75, 75, 1);
    }
}