@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(../icons/bootstrap-icons.css);

::-webkit-scrollbar {width: 5px;}
::-webkit-scrollbar-thumb {background: #888;}
::-webkit-scrollbar-thumb:hover {background: #000000;}
::-webkit-scrollbar-track {background: #ffffff;}


#header {
    position: relative;
    z-index: 999;
    width: 100%;
    background: #ffff;
}
#header .headertop{
    position: relative;
    background-color: #191919;
    padding: 15px;
}
#header .headerbody{
    position: relative;
    background: #ffffff;
	
    -webkit-box-shadow: 0 0 15px -9px #24292d;
    -moz-box-shadow: 0 0 15px -9px #24292d;
    box-shadow: 0 0 15px -9px #24292d;
}
#header .logo {
    position: relative;
    display: block;
    padding: 20px 0;
}
#header .logo img {

    height: 110px;
}

#header .contactinfo, #header .contactinfo .itembox {
    display: flex;
    align-items: center;
    position: relative;
    float: right;
}
#header .contactinfo .itembox {
    margin-left: 50px;
}
#header .contactinfo .itembox:first-child{
    margin-left: 0;
}
#header .contactinfo .itembox i {
    font-size: 40px;
    margin-right: 10px;
    color: #b70000;
}
#header .contactinfo .itembox .itemboxcontetn a {
    display: block;
    font-size: 15px;
    color: #11161e;
    font-weight: 500;
}
#header .contactinfo .itembox .itemboxcontetn a:hover {
    color: #11161e;
}
#header .contactinfo .itembox .itemboxcontetn span {
font-size: 18px;
    color: #120600;
    font-weight: 400;
}
.mobilemenu {
position: relative;
    cursor: pointer;
    display: block;
    width: 65px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    border-left: 1px solid #dee2e6;
    padding-left: 15px;
    margin-left: 15px;
}
.mobilemenu span {
	position: relative;
    display: block;
    height: 6px;
    border-radius: 10px;
    background: #1d1d1b;
    float: left;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.mobilemenu span:nth-child(1) {width: 50%;margin-bottom: 7px;}
.mobilemenu span:nth-child(2) {width: 100%; margin-bottom: 7px;}
.mobilemenu span:nth-child(3) {width: 75%;}


.mobilemenu:hover span:nth-child(1){width: 100%;}
.mobilemenu:hover span:nth-child(2){width: 75%;}
.mobilemenu:hover span:nth-child(3){width: 100%;}
.mobilemenu.menuacik span:nth-child(1){width: 100%;}
.mobilemenu.menuacik span:nth-child(2){width: 75%;}
.mobilemenu.menuacik span:nth-child(3){width: 100%;}




#header .hdrmenu {
    position: relative;
    background: #b70000;
    display: block;
}
#header ul.menuok {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#header ul.menuok li a {
    display: inline-block;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 500;
    margin-right: 20px;
    padding: 20px 0;
    font-size: 17px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;

}
#header ul.menuok li.catalog{
margin-left: auto;
    background: #ffffff;
}
#header ul.menuok li.catalog a{
    color: #191919;
    padding-left: 25px;
    margin-right: 0;
    padding-right: 25px;
}
@media (max-width:992px){
#header .hdrmenu {

    display: none;
}
#header .contactinfo .itembox {

    display: none;
}
.mobilemenu {
    bottom: -8px;
    border-left: 0px solid #dee2e6;
}
	
}




#panelmenuoverlay{
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #191919;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in;
}
#panelmenuoverlay.menuacik{
	opacity: .7;
    visibility: visible;
}




#panelmenu{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    z-index: 9999;
    background: #fff;
    padding: 30px 30px 30px;
    left: -450px;
	
    opacity: 0;
    visibility: hidden;
	
    transition: all 0.3s ease-in;

}
#panelmenu.menuacik{
	opacity: 1;
    visibility: visible;
    left: 0;
}

#panelmenu .panelmenutop{
	border-bottom: 1px solid #e5e5e5;
    padding-bottom: 35px;
    margin-bottom: 30px;
}
#panelmenu .panelmenutop .logo {
    width: 150px;
}
#panelmenu .panelmenutop .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain
}
#panelmenu .panelmenutop .panelmenukapat{
    position: relative;
    top: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#panelmenu .panelmenutop .panelmenukapat i{
    font-size: 30px;
    color: #191919;
}
#panelmenu .panelmenutop .panelmenukapat:hover i{
    color: #de2021;
}
 
#panelmenu .panelmenubody{
	    overflow: auto;
    width: 100%;
    height: 100%;
}

#panelmenu .panelmenubody .pamenu{
    margin-bottom: 30px;
    display: block;
}

#panelmenu .panelmenubody .pamenu a {
    font-size: 17px;
    font-weight: 600;
    color: #191919;
    position: relative;
    display: block;
    margin-bottom: 10px;transition: 0.3s;
}
#panelmenu .panelmenubody .pamenu a:hover {
    margin-left: 10px;
}
#panelmenu .panelmenubody .pamenu a:hover:before {
    visibility: visible;
    opacity: 1;
}
#panelmenu .panelmenubody .pamenu a:before {
    position: absolute;
    content: "";
    background: #de2021;
    width: 5px;
    height: 2px;
    left: -10px;
    right: 0;
    top: 10px;
    visibility: hidden;
    opacity: 0;
}
#panelmenu .panelmenubody .pamenu .pamenudropdown{
    position: relative;
    width: 100%;
    padding: 0;
    background: #fff;
    display: none;
    visibility: hidden;
    opacity: 0;
    border-left: 1px solid #e5e5e5;
    padding-left: 15px;
}
#panelmenu .panelmenubody .pamenu .pamenudropdown.menuacik{
     visibility: visible;
    opacity: 1;
	display:block;
}


#panelmenu .panelmenubody .pailetisim{

    margin-bottom: 30px;
    display: block;
}
#panelmenu .panelmenubody .pailetisim a{
font-size: 20px;
    color: #191919;
    margin-bottom: 5px;
    display: block;
}
#panelmenu .panelmenubody .pailetisim a:hover{
    color: #de2021;
}


#panelmenu .panelmenubody .paharita{
	margin-bottom:30px;
	padding-bottom:125px;
    display: block;
}
#panelmenu .panelmenubody .paharita iframe{
	
    width: 100% !important;
    height: 200px !important;
}

		.social-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 22px;
  text-decoration: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.social-btn:hover {
  transform: scale(1.1);
  opacity: 0.85;
}

.whatsapp  { background-color: #25D366; }
.telegram  { background-color: #0088cc; }
.instagram { background-color: #C13584; }
.facebook  { background-color: #3b5998; }
.twitter   { background-color: #000000; }
.threads   { background-color: #000000; }
.tiktok    { background-color: #010101; }
.youtube   { background-color: #FF0000; }
.linkedin  { background-color: #0077b5; }


.slidermanset{
    display: block;
    padding: 25px;
    margin-bottom: 30px;
}
.slidermanset .owl-stage-outer{}
.slidermanset .owl-nav{
	opacity: 0;
    visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.slidermanset:hover .owl-nav{
  opacity: 1;
  visibility: visible;
}
.slidermanset .owl-nav .owl-prev, .slidermanset .owl-nav .owl-next{
	position: absolute;
    top: 45%;
	width: 75px;
    height: 75px;
    font-size: 25px !important;
    line-height: 75px !important;
    text-align: center;
    background: #ffffff !important;
    color: #000000 !important;
    border-radius: 50%;
}
.slidermanset .owl-nav .owl-prev{
	    left: 65px;
}
.slidermanset .owl-nav .owl-next{
	    right: 65px;
}

.slidermanset .owl-item img {
    border-radius: 25px;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.bilgilendirmewidget{
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}
.bilgilendirmewidget .bilgiitem{
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}





.bilgilendirmewidget .bilgiitem i {
     position: relative;
    font-size: 75px;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    color: #333;
    border-radius: 12px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    line-height: 80px;
}

.bilgilendirmewidget .bilgiitem:hover i {
    color: #b70000;
    transform: scale(0.9) rotate(-2deg);
    text-shadow: 0 2px 10px rgba(183, 0, 0, 0.4);
}






.bilgilendirmewidget .bilgiitem h4{
    font-size: 17px;
    color: #010101;
    font-weight: 600;
    margin-bottom: 5px;
}
.bilgilendirmewidget .bilgiitem p{
	font-size: 15px;
    color: #6c757d;
    font-weight: 400;
}



.bilgilendirmewidget2{
}
.bilgilendirmewidget2 .bilgilendirmewidget2body{
    background: #b70000;
    width: 100%;
    padding: 150px 30px;
}
/* Ana metin kutusu */
.bilgilendirmewidget2 .bilgilendirmewidget2body .bilgilendirmewidget2bodytext {
    position: sticky;
    top: 50px;
    text-align: right;
    margin-right: 40px;
    padding-right: 40px;
    border-right: 3px solid #ffffff;
}

/* Başlık */
.bilgilendirmewidget2 .bilgilendirmewidget2body .bilgilendirmewidget2bodytext h1 {
    color: #ffffff;
    font-size: clamp(36px, 7vw, 75px); /* min:36px - ideal: 7vw - max:75px */
    font-weight: 600;
    line-height: clamp(42px, 8vw, 80px);
    margin-bottom: 15px;
}

/* Paragraf */
.bilgilendirmewidget2 .bilgilendirmewidget2body .bilgilendirmewidget2bodytext p {
    font-size: clamp(16px, 2.2vw, 20px); /* min:16px - ideal:2.2vw - max:20px */
    font-weight: 400;
    color: #ffffff;
}

/* Tablet ve altı ekranlar için */
@media (max-width: 768px) {
    .bilgilendirmewidget2 .bilgilendirmewidget2body .bilgilendirmewidget2bodytext {
        text-align: center;
        margin: 0 auto;
        padding: 20px;
        border: none;
    }
}

/* Telefonlar için */
@media (max-width: 480px) {
    .bilgilendirmewidget2 .bilgilendirmewidget2body .bilgilendirmewidget2bodytext {
        top: 20px;
    }
}




.bilgilendirmewidget2 .bilgilendirmewidget2body .bilgilendirmewidget2bodyitem{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: .5;
    margin-bottom: 30px;    color: #ffffff;
}
.bilgilendirmewidget2 .bilgilendirmewidget2body .bilgilendirmewidget2bodyitem.active{
	    opacity: 1;
}

.bilgilendirmewidget2 .bilgilendirmewidget2body .bilgilendirmewidget2bodyitem i{
font-size: 55px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: -25px;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bilgilendirmewidget2 .bilgilendirmewidget2body .bilgilendirmewidget2bodyitem.active i {
    font-size: 75px;
}
.bilgilendirmewidget2 .bilgilendirmewidget2body .bilgilendirmewidget2bodyitem span{
	font-size: 25px;
    position: relative;
    display: block;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bilgilendirmewidget2 .bilgilendirmewidget2body .bilgilendirmewidget2bodyitem.active span{
	font-size: 35px;
}
.bilgilendirmewidget2 .bilgilendirmewidget2body .bilgilendirmewidget2bodyitem p{
		font-size: 15px;
    position: relative;
    display: block;
}



/* İçerik Box */
.contentbox {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.contentbox .image {
    width: 100%;
    height: 250px;
    display: block;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
}
.contentbox .image img {
    width: 100%;
    height: 100%;
    padding: 10px;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.contentbox:hover .image img {
    transform: scale(1.05);
}
.contentbox .title {
    width: 100%;
    text-align: center;
    font-weight: 400;
    position: relative;
    z-index: 999;
}
.contentbox .title a {
    color: #000000;
    position: relative;
    z-index: 999;
    text-decoration: none;
    transition: color 0.3s ease;
}
.contentbox:hover .title a {
    color: #b70000;
}


/* İçerik Box */






#pagewidget{
	position: relative;
    display: block;
    padding: 75px 0;
}
#pagewidget .widgettitle{
	position: relative;
    display: block;
    margin-bottom: 30px;
}
#pagewidget .widgettitle .widgettitlecontetnt{
    position: relative;
    z-index: 1;
    text-align: center;
}
#pagewidget .widgettitle .widgettitlecontetnt h4{
font-size: 15px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: #b70000;
}
#pagewidget .widgettitle .widgettitlecontetnt h4:before,
#pagewidget .widgettitle .widgettitlecontetnt h4:after{
	content: '/';
    display: inline-block;
}
#pagewidget .widgettitle .widgettitlecontetnt h2{
    font-size: 30px;
    font-weight: 600;
    color: black;
}

.widgetbutton{
    position: relative;
    display: block;
    margin-top: 30px;
    text-align: center;
}
.widgetbutton a {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 4px;
  font-weight: 600;
  color: black;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: linear-gradient(to right, #b70000 50%, #181818 50%);
  background-size: 200% 100%;
  background-position: right;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 0.3s linear;
}
.widgetbutton a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background-color: #181818;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widgetbutton a::before {
  position: absolute;
  content: "";
  left: 0;
  width: 0;
  bottom: 0;
  height: 2px;
  background-color: #b70000;
  transition: width 0.3s linear;
  z-index: 1;
}
.widgetbutton a:hover {
  background-position: left;
}
.widgetbutton a:hover::before {
  width: 100%;
}






#pagetitle {
    text-align: center;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #ececec;
}
#pagetitle ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    display: flex;
}

#pagetitle ul li {
	    font-size: 14px;
    font-weight: 400;
    color: #030304;
    text-transform: uppercase;
}
#pagetitle ul li:after {
    content: '/';
    color: #030304;
    font-size: 7px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    top: -3px;
}
#pagetitle ul li:last-child:after {
    display:none
}
#pagetitle ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #030304;
    text-transform: uppercase;
}
#pagetitle ul li a:hover {
    color: #b70000;
}


















#pagekeywords {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
	overflow-x: hidden;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    text-align: center;
}



#pagebody {
    position: relative;
    display: block;
    width: 100%;
}

.pagebodycontenttitle {
font-size: clamp(24px, 5vw, 40px);
    color: #030304;
    font-weight: 600;
    display: block;
    margin-bottom: 30px;
    margin-top: 30px;
}

.pagebodycontenttitle:after {
    content: "";
    display: block;
    position: relative;
    background: #c70013;
    width: 75px;
    height: 3px;
    margin: 20px 0;
}
.pagebodycontentgalery {
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pagebodycontentgalery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.pagebodycontentgalery:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.pagebodycontentgalery:hover img {
    transform: scale(1.05);
}


#pagebody .stkiyimage{
    position: sticky;
    margin-bottom: 30px;
	top:10px;
}
#pagebody .pageimg{
    display: block;
    width: 100%;
    height: 450px;
    margin-bottom: 20px
}
#pagebody .pageimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #dddddd;
    padding: 5px;
    border-radius: 20px;
}
@media screen and (max-width: 770px) {
#pagebody .pageimg {
        width:100%;
    }
}










#footer{
    position: relative;
    width: 100%;
    padding-bottom: 30px;
    background: #fff;
    border-top: 2px solid #fff;    
	margin-top: 80px;
}
#footer:after {
    content: '';
    height: 3px;
    width: 50%;
    position: absolute;
    top: -25px;
    left: 0;
    background: #b70000;
}
#footer .footerlogo{
	    position: relative;
    display: block;
    width: 225px;
    margin: 30px auto;
}
#footer .footerlogo img{
    width: 100%;
}



#footer .footermenu {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
    list-style: none;
    padding: 0;
}

#footer .footermenu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 15px;
}

#footer .footermenu li {
    display: inline-block;
}

#footer .footermenu a {
    color: #010101;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    transition: color 0.3s ease;
}

#footer .footermenu a:hover {
    color: #d60000; /* hover rengi isteğe göre */
}



#footer p.copyright{
    text-align: center;
    color: #010101;
    font-size: 15px;
    font-weight: 400;
}





.icerikbulunamadi{
	display: block;
    width: 100%;
    background: #fff3cd;
    padding: 15px;
    margin: 50px 0 !important;
    text-align: center;
}
.icerikbulunamadi p{
	font-size: 16px;
    font-weight: 400;
    color: #6c757d;
}


.telegramwhatspp {
    position:fixed;
    bottom:15px;
    left:15px;
    z-index:99
}
.telegramwhatspp a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 25px;
    display: block;
    margin-bottom: 5px;
    border-radius: 50%;
}
.telegramwhatspp a i{

color: #ffffff;
}
.telegramwhatspp a.whatsapp{
color: #ffffff;
    background: #008069;
}
.telegramwhatspp a.telegram{
color: #ffffff;
    background: #4097ed;
}
.telegramwhatspp a.phone{
color: #ffffff;
    background: #1c4281;
}
.telegramwhatspp a.envelope{
color: #ffffff;
    background: #9076ff;
}

.yukaricikbutton {
	position: fixed;
    right: 50px;
    bottom: 50px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.yukaricikbutton.activeyukaricikbutton {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.yukaricikbutton::after {
position: absolute;
    content: "\f148";
    font-family: bootstrap-icons !important;
    font-weight: 300;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #ffffff;
    left: 2px;
    top: 2px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.yukaricikbutton svg path {

    fill: #b70000;
}
.yukaricikbutton svg.pbmit-progress-circle path {
stroke:#000000;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}


.hatasayfasi{
	text-align: center;
    width: 100%;
    display: block;
}
.hatasayfasi .row{
    width: 100%;
    height: 100vh;
}
.hatasayfasi .desigicon{
	    font-size: 80px;
    color: #b70000;
    margin-bottom: 20px;
}
.hatasayfasi .desigicon i{
    color: #b70000;
}
.hatasayfasi h1{
	font-size: 50px;
    margin-bottom: 20px;
    color: #010101;
}
.hatasayfasi p{
	    font-size: 18px;
    margin-bottom: 30px;
    color: #010101;
}

.hatasayfasi a {
    font-size: 18px;
    margin-bottom: 30px;
    color: #b70000;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease, transform 0.3s ease;
}

.hatasayfasi a:hover {
    color: #b70000;
    transform: translateY(-3px);
}

.hatasayfasi a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #b70000;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
}

.hatasayfasi a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}






.contactbox{
	    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 30px;
}
.contactbox h6{
color: #b70000;
    font-weight: 600;
    font-size: 25px;
}
.contactbox a{
	    color: #030304;
    font-size: 20px;
    font-weight: 400;
    display: block;
    line-height: 30px;
}
.contactbox p{    color: #030304;
    font-size: 20px;
    font-weight: 400;
}
.mapscontent {
    width: 100%;
    display: block;
    position: relative;
}
.mapscontent iframe {
    width:100% !important;
    height:520px !important;
    display:block;
    border:none
}
.referansitem{
	width: 100%;
    height: 100px;
    border-radius: 10px;
    border: 1px solid #ececec;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.referansitem:hover { -webkit-transform: translateY(-4px); -moz-transform: translateY(-4px); -ms-transform: translateY(-4px); -o-transform: translateY(-4px); transform: translateY(-4px); -webkit-box-shadow: 0 15px 25px rgba(81, 97, 157, 0.08), 0 25px 30px -25px rgba(0, 0, 0, 0.5); box-shadow: 0 15px 25px rgba(81, 97, 157, 0.08), 0 25px 30px -25px rgba(0, 0, 0, 0.5); }
.referansitem img{
	width: 100%;
    height: 100%;
    object-fit: contain;
	padding:10px;
}

.makalepage{
}
.makalepage h2{
	font-size: 35px;
    font-weight: 600;
    color: #000000;
    text-align: center;
	margin-bottom: 20px;
}
.makalepage .makalecontent {
	position: relative;
    display: block;
    width: 100%;
    height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 15px;
    border: 1px solid #ececec;
    background: #ffffff;
}
.makalepage .makalecontent p{

}