﻿:root {
  --renk1: #000;
  --renk2: #f18f08;
}

.slider {
  display:flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider .slidertable{
  position: relative;
  height: 100%;
  display: table;
  width: 100%;
  z-index: 5;
}
.slider .slidertablecell{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  z-index: 10;
  position: relative;
} 

.slider .container{
  z-index: 5;
}

.sliderbox {
  width: auto;
  display: inline-block;
  padding: 0px 0px;
  margin-bottom: 20px;
}


.sliderbox h1{
  padding: 0px;
  margin: 0px;
  position: relative;
  font-size: 65px;
  color: #fff;
  font-weight: 700;
}
.sliderbox h1:after{
  content: "";
  display: block;
  margin-top: 15px;
  width: 90px;
  height: 4px;
  background: var(--renk2);
  border-radius: 3px;
}
.sliderbox2 {
  width: 100%;
  display: block;
  padding: 11px 0px;
  margin-bottom: 15px;

}
.sliderbox2 p{
  padding: 0px;
  margin: 0px;
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

.slidercontent {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 680px;
  max-width: 100%;
  margin-top: 60px;
}
.slidercontent .btns {
  position: relative;
  font-size: 15px;
  padding: 15px 31px;
  transition: all 350ms ease-out;
  color: #fff;
  text-align: center;
  background: var(--renk2);
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 5px;
}
.slidercontent .btns:hover {
  color: #fff;
  background: var(--renk1);
}


.sliderbgcolor {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 1;
  background: #04092b;
  background: linear-gradient(90deg, #000 0%, rgba(252,70,70,0) 100%);
  opacity: 0.8;
}
.slideritem {
  height: 100%;
}
.slideritemimgabbs {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 0;
}
.slideritem img, .slideritem video, .slideritem iframe{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.slider .owl-stage-outer {
  height: 100% !important;
}
.slider .owl-item {
  height: 100% !important;
}
.slider .owl-stage {
  height: 100% !important;
}
.slider .owl-dots {
  bottom: 30px;
  position: absolute;
  width: 100%;
}
.slider .owl-nav {
  position: absolute;
  top: 45%;
  display: block;
  z-index: 2;
  width: 100%;
}
.slider .owl-nav .owl-next, .slider .owl-nav .owl-prev {
  position: absolute;
  background: rgba(0 0 0 / 20%);
  color:#fff;
  margin:0px;
  border-radius:0px;
  padding:6px 10px;
}
.slider .owl-nav .owl-next {
  right: 0px;
}
.slider .owl-nav .owl-prev {
  left: 0px;
}
.slider .owl-nav .owl-next:hover, .slider .owl-nav .owl-prev:hover {
  background: rgba(0 0 0 / 20%);
  opacity: 0.8;
  color:#fff;
}
.slider .owl-nav .owl-next:after {
  font-family: 'Font Awesome 6 Pro';
  content: "\f054";
  font-size:14px;
  font-weight: 900;
}
.slider .owl-nav .owl-prev:after {
  font-family: 'Font Awesome 6 Pro';
  content: "\f053";
  font-size:14px;
  font-weight: 900;
}
.slider .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 4px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.slider .owl-dots .owl-dot.active span {
  background: var(--renk2);
}
.owl-dots .owl-dot img {
  width: 60px;
  height: 40px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 5px;
  cursor: pointer;
}

.owl-dots .owl-dot.active img {
  border-color: #ff6600; /* Aktif olan dot'un rengi */
}



body {
  margin:0;
  padding:0;
  font-family: "Rubik", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-size:14px;
  color:#000;
  height:100%;
  box-sizing: border-box;
  display: block;
}

html {
  height:100%;
}

a, a:hover, a:focus {
  text-decoration: none;
  color: inherit;
}

.container {
  width: 1400px;
}
.maxwidth100 {
  max-width: 100%;
}
.row:after {
  content: "";
  clear: both;
}
.flexrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flexrow2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.flexrow3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.flexrow4 {
  display: flex;
  flex-wrap: wrap;
}
.dflexspacediv {
  display: flex;
  justify-content: space-between;
  align-items: top;

}
.row7-5 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.col7-5 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.text-left { text-align: left !important; }
.heightauto { height: auto !important; }
.text-white {color: #fff !important;}

.maxw100 {max-width: 100% !important;}
.w100 {width: 100% !important;}
.h100 {height: 100% !important;}
.hauto {height: auto !important;}
.mb0{margin-bottom: 0px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb50{ margin-bottom: 50px !important;}
.mr5{ margin-right: 5px !important;}
.mr10{ margin-right: 10px !important;}
.mt10{ margin-top: 10px !important;}

header{
  position: absolute;   
  z-index: 2;
  width:100%;   
  padding:0px;
  margin:0px;
  box-sizing:border-box;
  background: #000;
}
.header_in {
  padding: 19px 0px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  background: #f9f9f9;
}
.header_top .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_top .container:before, .header_top .container:after {
  content: inherit;
}


.logobg {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  top: 10px;
  left: 0px;
}

.logodiv {
  display: block;
  position: relative;
  z-index: 1000;
}


.logo_img {
  position: relative;
  border: 0px;
  max-width: 100%;
  margin-top: 0;
  transition: all 350ms ease-out;
  z-index: 10;
}


.menu_btn {
  position: relative;
  z-index: 5;
  display: none;
  align-items: center;
  justify-content: center;
  margin-left: 7px;
  cursor: pointer;
}
.menu_btn i {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  background: var(--renk2);
  padding: 10px 12px;
  border-radius: 3px;
}
.menu_close {
  color:#fff;    

  font-size:30px;
  float:left;
  padding:0px;
}
.menu_close:hover {
  color:var(--renk1);
}
.mobil_menu_link_close {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100%;
  z-index: 10;
  cursor: pointer;
  background: #000;
  display: none;
  opacity: 0.8;
}
.mobil_menu {
  display:none;
  width: 80%;
  right: -350px;
  top: 0px;
  position: fixed;
  z-index: 10000;
  padding: 15px;
  height: 100vh;
  transition: all 350ms ease-out;
  background: var(--renk1);
  overflow-y: auto;
}

.mobil_menu_title {
 color:#fff;
 font-size:16px;
 font-weight:700;
 float:right;
 padding-top:12px;
}
.mobil_menu_title img{
  width: 70px;
}
.menu_cizgi {
 height:1px;
 background:rgba(255 255 255 / 10%);
 margin-top:10px;
 margin-bottom:15px;
}
.mobil_menu_list {
  margin:0px;
  padding:0px;
  list-style:none;
}

.mobil_menu_list li{
  margin:0px;
  padding:0px;
  list-style:none;
}
.mobil_menu_list li a{
  display:block;
  font-size:15px;
  color:#fff;
  text-decoration:none;
  padding:12px 0px;
  border-bottom:1px solid rgba(255 255 255 / 10%);
  transition: all 250ms ease-out;
  font-weight:500;
  cursor: pointer;
}
.mobil_menu_list li a:hover {
  background:rgba(0 0 0 / 50%);
  padding-left:7px;
  color:#fff;
}
.mobil_menu_list li a i{
  margin-right: 7px;
}

.mobil_menu_list ul {
  position:relative;
  z-index:5;
  display:none;
  padding:0px;
  margin:0px;
  padding:7px 7px 7px 15px;
}
.mobil_menu_list ul li a{
  font-weight:300;
}
.header_menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display:flex;
  position: relative;
}
.header_menu li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: none;
  display: inline-block;
  position: relative;
}
.header_menu ul li{
 margin: 0px;
 padding: 0px 0px;
 list-style: none;
 display:block;    

}

.header_menu ul {
  background: #222;
  position:absolute;
  z-index:10;
  display:none;
  width:250px;
  left: 0px;
  padding: 0px 0px;
  margin:0px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.22);
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.22);
  height: auto;
}

.header_menu li > a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  font-size: 15px;
  gap: 5px;
  font-weight: 600;
  padding: 15px 10px;
  position:relative;
  color: #fff;
  text-decoration: none;
  transition: all 150ms ease-out;
  cursor:pointer;
}

.header_menu li:hover > a {
  background: rgba(255 255 255 / 20%);
  color: #fff;
}
.header_menu li:hover > a i{
  color: #fff;
}
.header_menu li:hover > ul{
  display: block;
}
.header_menu li ul li a{
  font-size:14px;
  font-weight:400;
  padding:10px 10px 10px 10px;
  color:#fff;
  text-align:left;
  text-decoration:none;
  border-top:0px solid #704794 !important;
  border-bottom:1px solid rgba(255 255 255 / 10%);
  transition: all 250ms ease-out;
  display:block;
  border-radius: 0px;
  border-right:0px;
  text-shadow: 0px 0px 0px #333;
}
.header_menu li ul li a i{
  color: #fff;
  font-size: 14px;
  margin-right: 7px;
}
.header_menu li ul li a:hover{ 
  background: var(--renk1);
  color: #fff;
  border-bottom:1px solid rgba(255 255 255 / 10%);
}
.header_menu li ul li a:hover i{ 
}


.top_menu {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 10px;
  z-index: 10;
  position: relative;
}

.top_menu li {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
  padding: 2px 10px 0px 0px;
  color: #222;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  transition: all 150ms ease-out;
}

.top_menu li a {
  color: #222;
  text-decoration: none;
}

.top_menu li i {
  margin-right: 4px;
  font-size: 14px;
  vertical-align: inherit;
  color: #222;
}


.sosyal_icon {
  display:inline-flex;
  position: relative;
  z-index: 10;
}
.sosyal_icon a{
  text-decoration:none;
  color: #333;
  font-size:15px;
  padding:0px 6px 0px 6px;
  display:inline-block;
}
.sosyal_icon a:hover {
  opacity: 0.8;
}
.sosyal_icon a:last-child {
  margin-right:0px;
  padding:0px 0px 0px 5px;
}




.topbtn {
  padding: 0px;
  margin: 0px;
  margin-top: 0px;
  font-size: 15px;
  font-weight: 500;
  text-shadow: 0px 0px 0px #000;
  color: #fff;
  padding: 14px 18px;
  background: var(--renk2);
  transition: all 250ms ease-out;
  display: inline-flex;
  gap: 7px;
  align-items: center;
  border-radius: 0px;
  position: relative;
  z-index: 10;
}

.topbtn:hover {
  color: #fff;
  background: var(--renk1);
}

.textas {
  color: #000;
  font-weight:400;
  font-size:15px;
  line-height: 1.8;
  padding: 0px;
  margin: 0px;
}
.texthome {
  color: #a7a7a7;
  line-height: 1.8;
  font-size: 15px;
  font-weight: 400;
}

.content {
  margin: 60px auto 60px auto;
}
.content2 {
  margin: 50px auto 50px auto;
  min-height: 300px;
}

.blog_box {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0 0 0 / 7%);
  padding-bottom: 15px;
}
.blog_box h2 {
  margin:0px;
  padding: 0px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.blog_box p {
  margin:0px;
  padding: 0px;
  font-size: 15px;
  font-weight: 400;
}

.dvltimg {
  width: 750px;
  max-width: 100%;
  margin-top: 5px;
}


.hizbox {
  margin-bottom: 20px;
}
.hizbox_ {

}
.hizbox_img {
  overflow: hidden;
}
.hizbox_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hizbox_text {
  position: relative;
  width: 100%;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
}
.hizbox_text h3{
  margin:0px;
  padding: 0px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.hizbox_text i{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 15px;
  border-radius: 50%;
  background: var(--renk2);
  color: #fff;
  flex: none;
}
.hizbox_:hover .hizbox_text i{
  background: #333;
}

.hmulli {
  margin:0px; padding: 0px; list-style: none;
}
.hmulli li{
  margin:0px; padding: 0px; list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.hmulli li i {
  color: var(--renk2);
}


.m_galeri_l { 
  padding:15px;
  display:inline-block;
  overflow:hidden;
  border-bottom:0px solid #CCC;

}
.m_galeri_l:hover .m_galeri_img

{ 

 transform: scale(1.2) rotate(0deg); 
 z-index:3;
 box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.m_galeri_img {
  height:100%;
  width:100%;
  object-fit: cover;
  transition: all 300ms ease-out;
  vertical-align:text-bottom;
}

.m_galeri_a {
  height:220px;
  width:100%;
  overflow:hidden;
  text-decoration:none;
  display:block;
  position:relative;
  box-sizing:border-box;
  border-radius:5px;
}
.m_galeri_efekt{

 overflow:hidden;
 position:absolute;
 bottom:0px;
 left:0px;
 height:100%;
 width:100%;
 opacity:0;
 background: rgba(0,0,0,0.1);
 transition: all 200ms ease-out;
 text-align:center;
}
.m_galeri_efekt i {
  font-size:250px;
  color:#ffffff;
  margin-top:25%;
  opacity:0;
  transition: all 400ms ease-out;
}

.m_galeri_l:hover .m_galeri_efekt i{
  transform:rotate(360deg);
  font-size:40px;
  opacity:1;
}

.m_galeri_l:hover .m_galeri_efekt{
  width:100%;
  z-index:5;
  opacity:1;
}



.pageulli {
  margin:0px; padding: 10px 0px; list-style: none;
}
.pageulli li{
  margin:0px; padding: 0px; list-style: none;

}


.homebgabout {
  padding: 30px;
  background: #000;
}


.hominff {
  margin-top: 20px;
}
.hominff .item{
  margin-bottom: 15px;
  display: flex;
  align-items: start;
  gap: 20px;
}
.hominffimg {
  width: 57px;
  height: 57px;
}
.hominffimg img {

}
.hominfftext {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hominfftext b{
  font-size: 20px;
  font-weight: 600;
  color: var(--renk1);
}
.hominfftext span{
  font-size: 15px;
  color: #787878;
  line-height: 1.6;
}

.homebox001 {
  padding: 60px 0px;
  background: url(../img/homebox001.jpg) top no-repeat #fff;
}

.servicesbox {
  margin-bottom: 20px;
}
.servicesbox a{
  display: flex;
  flex-direction: column;

}
.servicesbox a{
  display: flex;
  flex-direction: row;
  position: relative;
  border-radius: 0px;
  overflow: hidden;

}
.servicesboximg img{
  max-width: 100%;
  transition: all 350ms ease-out;
}
.servicesbox_text {
  position: absolute;
  z-index: 3;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding:0px 40px 40px 40px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.servicesbox_text h3{
  margin:0px;
  padding: 0px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.servicesbox_text i{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 18px;
  border-radius: 50%;
  background: var(--renk2);
  color: #fff;
}
.servicesbox_hr {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  position: absolute;
  top: 15px;
  left: 15px;
  border: 1px solid #fff;
  opacity: 0.5;
  border-radius: 0px;
  z-index: 3;
}

.servicesbox_bg {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 2;
  background: #000;
  background: linear-gradient(0deg, #000 0%, rgba(252,70,70,0) 100%);
  opacity: 0.7;
}
.servicesbox a:hover .servicesboximg img{
  transform: scale(1.1);
}


.tab_list {
  display: flex;
  gap: 5px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
  border: 0px;
  text-align: center;
  background-color: #e9e9e9;
  border:0px solid #e8e8e8;
  margin-top:30px; 
  background: none;
}


.tab_list li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-radius: 0px;
  margin-bottom: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.tab_list li.active a {
  color: var(--renk1);
  background: #fff;
  border-radius: 0px;
  margin-right: 0px;
  border: 0px;
  border-bottom:0px;
  margin-bottom: 0px;
  margin-top:0px;
  border-bottom: 2px solid var(--renk1);
}

.tab_list li a {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: var(--renk2);
  background: #fff;
  padding: 12px 20px;
  border-radius: 0px;
  margin-right: 0px;
  border: 0px solid #ddd;
  border-bottom:0px;
  margin-bottom: 0px;
  margin-top:0px;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}
.tab_list li:last-child a {
  margin-right: 0px;
}

.tab_list li a:hover {
  background: none;
  color: var(--renk1);
  background: #fff;
  margin-right: 0px;
  border: 0px;
  border-bottom:0px;
  margin-bottom: 0px;
  margin-top:0px;
  border-bottom: 2px solid var(--renk1);

}

.tab_list li.active a:hover {
  margin-right: 0px;
  color: var(--renk1);
  background: #fff;
  border-radius: 0px;
  border: 0px;
  border-bottom:0px; 
  margin-bottom: 0px;
  margin-top:0px;
  border-bottom: 2px solid var(--renk1);
}

.tab_list li.active a:focus, .tab_list li.active a:focus span {
  margin-right: 0px;
  color: var(--renk1);
  background: #fff;
  border-radius: 0px;
  border: 0px;
  border-bottom:0px;
  margin-bottom: 0px;
  margin-top:0px;
  border-bottom: 2px solid var(--renk1);
}
.tabdiv {
  padding: 20px 0px;
}

.tabdiv .textas{
  font-size: 14px;
  color: #333;
}

.btn100 {
  position: relative;
  font-size: 15px;
  padding: 14px 26px;
  transition: all 350ms ease-out;
  color: #fff;
  text-align: center;
  background: var(--renk1);
  overflow: hidden;
  display: inline-block;
  border-radius: 5px;
}
.btn100:hover, .btn100:focus {
  color: #fff;
  background: var(--renk2);
}
.btn100:active {
  color: #fff;
  background: #666;
}
.btn100:active:not(:hover), .btn100:focus:not(:hover){
  color: #fff;
  background: var(--renk1);
}
.btn100:before {
  transition: all 350ms ease-out;
  content: "";
  position: absolute;
  left: -16px;
  top: -16px;
  width: 15px;
  height: 15px;
  background: #fff;
  opacity: 0.7;
  border-radius: 50%;
  z-index: 1;
}
.btn100:after {
  transition: all 350ms ease-out;
  content: "";
  position: absolute;
  right: -16px;
  bottom: -16px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #000;
  opacity: 0.3;
  z-index: 1;
}
.btn100:hover:after {
  height: 100px;
  width: 100px;
  opacity: 0.0;
}
.btn100:hover:before {
 height: 100px;
 width: 100px;
 opacity: 0.0;
}

.Social_Links {
  position: absolute;
  display: inline-flex;
  flex-direction: column;
  bottom: 230px;
  left: 10px;
  z-index: 2;
}
.Social_Links a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  text-align: center;
  transition: all 180ms ease-out;
  border:1px solid transparent;
}

.Social_Links a:hover {
  border:1px solid rgba(255 255 255 / 0%);
  background: var(--renk1);
}

.Social_Links a:last-child {
  margin-right: 0px;
  padding: 0px 0px 0px 0px;
}

.csstable {
  border: 0px solid #e9e9e9;
  background: #fff;
  box-shadow: 0px 0px 0px rgba(0 0 0 / 5%);
  border-spacing: 0;
}
.csstable table {
  margin-bottom: 0px;
}
.csstable > table > thead {
  background: #fff;
  border: 0px solid #f9f9f9;
  border-bottom: 1px solid #ccc;
  border-top: 0px solid #ccc;
}
.csstable > table > thead > tr > th {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  padding: 12px 10px;
  position: relative;
}
.csstable > table > thead > tr > th:after {
}
.csstable > table > tbody > tr > td {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  padding: 15px 10px;
  
  border-top: 1px solid #eeeeee;
  position:relative;
}
.csstable > table > tbody > tr > td b{
  font-weight: 500;
}
.csstable > table > tbody > tr:hover td {

}
.pageboxbg {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 200PX 0PX 30PX 0PX;
  border-bottom: 1px solid #eee;
  z-index: 0;
  background:url(../img/pagebg.jpg);
}
.pageboxbg .container:after, .pageboxbg .container:before{
  content: none;
}
.pageboxbg .container{
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pageboxbg h3
{   
  padding:0px; 
  margin:0px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.main_title {
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
.main_title h2{
  margin:0px;
  padding: 0px;
  font-size: 34px;
  font-weight: 700;
  color: var(--renk2);
  position: relative;


}
.main_title h2 span{
  color: var(--renk1);
}
.main_title h2 span.byz{
  color: #fff;
}
.main_title:after {
  content: "";
  display: block;
  margin-top: 10px;
  width: 75px;
  height: 2px;
  background: var(--renk2);
  border-radius: 3px;
}
.main_title10 {
  margin:0px; padding: 0px;
  margin-bottom: 15px;
  font-size: 24px;
  font-style:italic;
  color: #fff;
}

.pagenum {
  margin-top:30px;
  display:block;
  margin-bottom: 20PX;
  text-align: left;
}
.pagenum a{
  padding:8px 12px;
  color:#333;
  font-size:14px;
  background:#fff;
  border:1px solid #ccc;
  font-weight:400;
  display: inline-block;
  margin-bottom: 2px;
}
.pagenum a:hover{
  background:var(--renk1);
  color:#fff;
  border:1px solid transparent;
}
.pagenum a.active{
  background:var(--renk1);
  color:#fff;
  border:1px solid transparent;
}
.pagetitle {
  margin-bottom: 25px;
}
.pagetitle h2{
  margin:0px;
  padding: 0px;
  font-size: 24px;
  font-weight: 600;
  color: var(--renk2);
}


.hmfrmbg {
  background: #eee;
  padding: 45px 30px;
}
.contact_form {
}

.contact_form label{
  font-weight:444;
  color:#333;
  font-size:14px;
}
.contact_form .radio-inline{
  font-weight:500;
  color:#333;
  font-size:14px;
  padding-top:10px;
}

.contact_form .btn {
 background: var(--renk2);
 color:#fff;
 border:0px;
 font-weight:500;
 padding:12px 38px;
 transition: all 150ms ease-out;
 margin-bottom:0px;
 border-radius:5px;
 font-size: 15px;
}

.contact_form .btn:hover, .contact_form .btn:focus {
  color: #fff;
  background: var(--renk1);
  outline: none;
}
.contact_form .btn:focus:not(:hover):not(:active) {
  background: var(--renk2);
  color:#fff;
}

.contact_form .form-control {
  font-size: 14px;
  color: #222;
  height:50px;
  border:0px;
  border-radius:5px;
  background:#fff;
  box-shadow: 0 0px 10px rgba(0 0 0 /0%);
  padding-left: 30PX;
  border:1px solid #e9e9e9;
}
.contact_form2 .form-control {
  padding-left: 15px;
  height: 40px;
}
.contact_form  .form-control::-webkit-input-placeholder  {
  color: #666;
}
.contact_form2 .form-control {
  padding-left:15px;
  height: 40px;
}

.inputdivi {
  position: relative;
}
.inputdivi i{
  position: absolute;
  left: 0px;
  top: 17px;
  font-size: 14px;
  margin-left: 10px;
  color: #999;
}

.contact_form .dropdown {
  padding:7px 12px;
}
.contact_form .textrea {
  height:110px;
}
.contact_form .form-group {
}
.contact_form_bg {
  background: #eee;
  padding: 25px;
  padding-bottom: 10px;
  height: 100%;
  border-radius: 10px;

}
.contact_form_bg2 {
 background: #fff;
 padding: 25px;
 padding-bottom: 10px;
 height: 100%;
 border-radius: 10px;
 border: 1px solid #ccc;
}

.cont_title {    
  margin-bottom: 35px;
}

.cont_title h2{
  padding: 0px;
  margin: 0px;
  font-size: 24px;
  color:var(--renk2);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 15px;
}
.cont_title h2 i{
  font-size: 30px;
  color: #ccc;
}

.contact_list {
  padding:0;
  margin:0;
  list-style:none;
}

.contact_list li{
  padding:0;
  margin:0;
  list-style:none;
  padding:10px 5px 10px 5px;
  border-bottom: 1px solid rgba(0 0 0 / 10%);
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: start;
  line-height: 1.9;
  color: #000;
  font-size: 15px;
  background: #fff;
}
.contact_list li a:hover{
  color: var(--renk1);
}
.contact_list li i{
  margin-right:10px;
  color:var(--renk1);
  font-size: 18px;
  width: 30px;
  height: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px solid var(--renk1);
}

.contact_social_icon {
  display:block;
  margin-bottom:0px;
  padding: 10px 0px 30px 0px;

}

.contact_social_icon a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  width: 35px;
  height: 35px;
  border-radius: 0px;
  text-align: center;
  transition: all 180ms ease-out;
  background: var(--renk1);
}

.contact_social_icon a:hover {
  color: #fff;
  background: var(--renk2);

}

.filter {
  margin-bottom: 0px;
  text-align: center;
}

.filter_productdetails {
 text-align: right;

}

.filter a {
  float: none;
  display: inline-block;
  padding: 1px 4px 1px 0px;
  line-height: 14px;
  border-left: 1px solid rgba(255 255 255 / 20%);
  color: #666;
  line-height: 1.2;
  text-decoration: none;
  font-size: 13px;
}
.filter a i{
  font-size: 13px;
  margin-right: 1px;
}
.filter a:after {
  font-family: 'Font Awesome 6 Pro'; 
  content: "\f105";
  font-size: 13px;
  margin-left: 7px;
}

.filter a:first-child {
  border-left: 0px;
  padding-left: 0px;
}
.filter a:last-child:after {
  content:none;
}



.HomeCategory {
  margin-bottom: 30px;
}
.HomeCategory_ {
  background: #f7f7f7;
  padding: 0px;
  border-radius: 0px;
  transition: all 250ms ease-out;
  border:1px solid #e9e9e9;
}

.HomeCategory:hover .HomeCategory_{
  background: #fff;
}
.HomeCategory:hover .HomeCategory_text{
  background: #fff;
  color: #111;
}
.HomeCategory_img {
  padding: 10px;
  text-align: center;
}
.HomeCategory_img img{
  max-width: 100%;
  border-radius: 0px;
  display: inline-block !important;
  width: auto !important;
}
.HomeCategory_text {
  background: #eee;
  text-align: center;
  padding: 12px 3px;
  transition: all 250ms ease-out;
  color: #111;
}
.HomeCategory_text span{
  font-size: 14px;
  display: block;
  font-weight: 500; 

}




footer {
  background:url(../img/footer_bg.jpg) top center no-repeat #000000;
  position: relative;
  margin-top: 160px;
  padding-top: 140px;
  border-top: 7px solid var(--renk2);
}
.footer_logo_icon {
  position: absolute;
  top: -89px;
  width: 100%;
  left: 0px;
  text-align: center;
}
.footer_logo_icon {
  max-width: 100%;
}
.footer_in {
  position: relative;
  z-index: 1;
}
.footer_in:after, .footer_in:before{
  content: none;
}

.footer_copyright {
  font-size: 14px;
  font-weight: 300;
  color: #ccc;
  background:#1c1c1c;
  padding: 10px 0px;
  margin-top: 55px;
  position: relative;
  z-index: 1;
}

.footer_copyright .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_copyright .container:after, .footer_copyright .container:before{
  content: none;
}

.footerdiv {
  margin-top: 40px;
}
.footerdivpad {
  padding-left: 30px;
}

.footer_logo {
  display: block;
  margin-bottom: 30px;
}
.footer_logo img {
  max-width: 100%;
}

.footerdiv h2 {
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  margin: 0px;
  padding: 0px;
  display: block;
  margin-bottom: 22px;
}
.footerdiv h2:after {
  content: "";
  display: block;
  margin-top: 8px;
  width: 45px;
  height: 4px;
  background: var(--renk2);
}

.footerbox {
  margin-bottom: 5px;
  margin-top: 5px;
}
.footerbox_ {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.footerbox_ i{
  margin-right: 15px;
  font-size: 16px;
  color: #d9d9d9;
}
.footerbox_ span{
  font-size: 15px;
  color: #dbdbdb;
}


.footer_menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;


}

.footer_menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;

}

.footer_menu li a {
  position: relative;
  padding: 4px 0px;
  font-size: 15px;
  color: #dbdbdb;
  text-decoration: none;
  display: block;
  transition: all 80ms ease-out;
}


.footer_menu li a i {
  font-size: 12px;
  margin-right: 5px;
  transition: all 800ms ease-out;
}

.footer_menu li a:hover {
  color: #fff;
  text-decoration:underline;
}

.Footer_Social_Links {
  display: block;
  margin-top: 20PX;
}
.Footer_Social_Links a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  width: 35px;
  height: 35px;
  background: var(--renk2);
  border-radius: 4px;
  text-align: center;
  transition: all 180ms ease-out;
}

.Footer_Social_Links a:hover {
  background: var(--renk1);
}

.Footer_Social_Links a:last-child {
  margin-right: 0px;
  padding: 0px 0px 0px 0px;
}
.footer_text {
  color: #cfcfcf;
  font-size: 13px;
  margin-bottom: 30px;
  line-height: 1.6;
  width: 80%;
}

.owl-stage {
}
.owl-stage-outer {

}

.owl-item {
  height: 100%;
}

.owl-item .item{
  height: 100%;
}
.owlstyle .owl-nav {
  position: absolute;
  top:-95px;
  right: 0px;
}



.owlstyle .owl-nav .owl-next, .owlstyle .owl-nav .owl-prev {
  border-radius: 0px;
  background: none;
  padding: 5px 12px;
  border-radius: 0px;
  color: #fff;
  font-size: 17px;
  background: var(--renk2);
}

.owlstyle .owl-nav .owl-next {
  border-radius: 0px;
  background: none;
  padding: 5px 12px;
  border-radius: 0px;
  color: #fff;
  font-size: 17px;
  background: var(--renk1);
}

.owlstyle .owl-nav .owl-next {

}
.owlstyle .owl-nav .owl-prev {
}



.owlstyle .owl-nav .owl-next:hover, .owlstyle .owl-nav .owl-prev:hover {
  background: #666;
  color: #fff;

}
.owlstyle .owl-nav .owl-next.disabled, .owlstyle .owl-nav .owl-prev.disabled:hover {
  background: var(--renk1);
  color: #fff;
}

.owlstyle .owl-nav .owl-next:after {
  font-family: 'Font Awesome 6 Pro'; 
  content: "\f054";

  font-weight: 900;

}
.owlstyle .owl-nav .owl-prev:after {
  font-family: 'Font Awesome 6 Pro'; 
  content: "\f053";

  font-weight: 900;
}

.owlstyle .owl-nav .owl-next:before {
}
.owlstyle .owl-nav [class*=owl-] {
  margin: 0px;
  margin-left: 8px;
}

@keyframes moveUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}


@media (min-width: 1200px) and (max-width: 1500px) { 
  .container {
    width: 1170px;
  }
  .header_menu li > a {
    font-size: 13px;
    padding: 15px 5px;
  }
  .topbtn {
    font-size: 13px;
    padding: 10px 10px;
  }

}

@media (min-width: 992px) and (max-width: 1200px) { 
  .container {
    width: 970px;
  }
  .header_menu li > a {
    font-size: 13px;
    padding: 15px 7px;
  }
  .header_menu li > a i{
    display: none;
  }

}

@media (min-width: 768px) and (max-width: 992px) {
  .container {
    width: 750px;
  }
  .header_menu {
    display: none;
  }

  .menu_btn {
    display: flex;
  }



}



@media (max-width: 768px){
  .container {
    width: 100%;
  }
  header {
    padding-top: 15px;
  }
  .logodiv img {
   max-width: 80px;
 }
 .header_in {
  justify-content:end;
}
.header_menu {
  display: none;
}

.menu_btn {
  display: flex;
}
.topbtn { 
  padding: 10px 10px;
  font-size: 12px;
}
.pageboxbg {
  padding: 140px 0px 20px 0px;
  height: auto;
}
.pageboxbg h3{
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}

.footer_social_icon a {
  font-size: 15px;
}
.footerdiv {
  width: 100%;
  text-align: center;
}

.dblock-xs {
  display: block !important;
}
.dflexspacediv-xs {
  display: flex;
  justify-content: space-between;
  align-items: top;
}

.main_title {
  text-align: left;
}
.main_title h2 {
  font-size: 18px;
}
.pagetitle h2 {
  font-size: 18px;
}
.main_title10 {
  font-size: 18px;
}
.hominfftext b {
  font-size: 16px;
  
}
.servicesbox_text h3 {
  font-size: 18px;
  flex: 1;
}
.servicesbox_text i {
  width: 28px;
  height: 28px;
  font-size: 14px;
}
.servicesbox_text {
  padding: 0px 25px 25px 25px;
}
.cont_title h2 {

  font-size: 18px;
}

.hmulli li {

  font-size: 14px;

}

.slider {
  height: 500px;
}
.slidercontent {
  width: 85%;
  border-left: 0px;
  padding-left: 0px;  
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 30px;
}
.sliderbox h1 {
  font-size: 22px;
  font-weight: 700;
}
.sliderbox2 p {
  font-size: 16px;
  font-weight: 400;
}
.slidercontent .btn_s {
  font-size: 15px;
  padding: 7px 22px;
}
.slider .owl-dots {
  bottom: 15px;
}

.owlstyle .owl-nav {
  top: -80px;
}
.owlstyle .owl-nav .owl-next, .owlstyle .owl-nav .owl-prev {
  border-radius: 0px;
  padding: 2px 7px;
  font-size: 14px !important;
}
.owlstyle .owl-nav [class*=owl-] {
  margin: 0px;
  margin-left: 3px;
}
.filter a { 
  font-size: 12px;
}
.text-left-xs{
  text-align: left !important;
}
.text-center-xs{
  text-align: center !important;
}
.xs-row7-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.xs-col7-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.footer_copyright .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.footer_logo {
  padding-left: 5%;
}
.footer_logo img {
  width: 230px;
}
.footerbox_ {
 justify-content: center;
}

.pagenum a {
  padding: 5px 10px;
  font-size: 14px;
}
.footerbackgorund {
  display: none;
}
.footer_text {
  width: 100%;
}
.m_galeri_a {

  height:95px;

}

.xsmb20 {
  margin-bottom: 20px;
}



}


@media (min-width: 480px) and (max-width: 768px) {
  .m_galeri_a {
    height: 199px;
  }
}