/* Kaydırma Çaubuğu */
::-webkit-scrollbar {
    width: 8px;
    background-color: #F2F2F2;
}

::-webkit-scrollbar-thumb {
    background-color: #D6D6D6;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #A5A5A5;
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: #A5A5A5;
    }

a {
    text-decoration: none;
    color: #3a3a3a;
}

    a:hover, a:focus, a:active {
        text-decoration: none;
        color: #1492e6;
    }

body {
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 300;
}

h1 {
    font-size: 24px;
}

p {
    font-size: 16px;
}

a {
    text-decoration: none;
    color: #333;
}

    a:hover, a:active, a:focus {
        text-decoration: none;
    }

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}

.no-gutters {
    padding: 0;
}

.fancy img {
    width: 500px;
}


header
{
    position: relative;
    margin:0;
    padding: 0px;
}

.banner
{
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.anasld .carousel-caption
{
    position: absolute;
    left: 15%;
    right:0;
    top:46%;
    width: auto;
    text-align: left;
}

.anasld .carousel-caption h5
{
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}

.anasld .carousel-caption p
{
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    position: relative;
}

.anasld .carousel-caption .dtybtn
{
    color: #fff;
    background-color: #E5702C;
    border-radius: 5px;
    padding: 10px 15px;
    width: auto;
    text-transform: uppercase;
    transition: .5s;
}

.anasld .carousel-caption .dtybtn:hover
{
    color: #fff;
    background-color: #bb5921;
    border-radius: 5px;
    padding: 10px 15px;
    width: auto;
    transition: .5s;
}



.menubg
{
  position: relative;
  width: 100%;
  transition: .5s;
  background-color: #fff;
}

.menubg .sosyal i
{
  color:#fff;
  font-size:15px;
  margin-right: 10px;
}
.menubg .btn-urun
{
  padding: 0px 15px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
}

.menubg .btn-urun:hover
{
  color:#ccc;
}
.menubg .btn-en
{
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 15px;
}


.menubg .navbar-nav .nav-item .nav-link
{
  color:#000;
}

.menubg .btn-en:hover
{
  color:#ccc;
}


.menubg .navbar.header {
  background-color: #fff;
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  z-index: 99;
  top: 0px;
  border-bottom: 1px solid #ccc;
}

@media(max-width:768px){

  .menubg .btn-urun {

    padding: 4px;
    font-size: 12px;
}
  .menubg .btn-uye {
    padding: 4px;
    font-size: 12px;
}

}

/*menu alanı*/

.searchbtn
{
  color:#333;
}

.menubg .navbar{
  left: 0;
  width: 100%;
  z-index: 9;
  transition: all .5s;
}
.menubg .navbar.header{
  background-color: #fff;
  padding-top: 5px!important;
  padding-bottom: 5px!important;
  z-index: 99;
  top: 0px;
  position: fixed;
}

.menubg .navbar.header .navbar-collapse{
  transition: ease-in-out .3s;
}
.menubg .navbar.header .navbar-nav .nav-item .nav-link {
  color: #000;
}

.menubg .navbar .navbar-brand {
  transition: ease-in-out .3s;
  white-space: inherit;
}

.menubg .navbar .navbar-brand img{
  transition: all .5s;
}
.menubg .navbar.header .navbar-brand{
  margin-bottom: 0px;
}

.menubg .navbar .navbar-nav .nav-item:last-child{
  margin:0px;
}
.menubg .navbar .navbar-nav li a{
  font-size: 18px;
  color: #333;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  position: relative;
}

.menubg .navbar .navbar-nav .nav-item .nav-link {
	padding: 15px;  
}

.menubg .navbar .navbar-nav .nav-item .nav-link:hover {
	transition: transform .3s;
  color:#281477;
}


.menubg .navbar-nav .nav-item.dropdown .dropdown-menu{
  background-color: #281477;
  display: block;
  visibility: hidden;
  opacity: 0;
  padding: 0px 0px;
  box-shadow: none;
  border-radius: 0;
}

.menubg .navbar-nav .nav-item.dropdown .dropdown-menu::after{
  content: "";
  position: absolute;
  top: -20px;
  height: 20px;
  width: 100%;
  left: 0;
  background-color: transparent;
}
.menubg .navbar-nav .nav-item.dropdown .dropdown-menu li{
  padding: 5px 0px;
  border-bottom: 1px solid #fff;
}
.menubg .navbar-nav .nav-item.dropdown .dropdown-menu li:nth-last-child(1){
  border: 0;
}
.menubg .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item{
  color: #fff;
  text-align: left;
  padding: 0px;
  font-size: 15px;
  font-weight: 400;
  transition: ease-in-out .5s;
  padding: 3px 10px;
}
.menubg .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item:focus{
  background: transparent;
}
.menubg .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item:hover{
  background-color: transparent;
  transform: translateX(5px);
}
.menubg .navbar-nav .nav-item.dropdown:hover .dropdown-menu{
  visibility: visible;
  opacity: 1;
}
.navbar .langs .dropdown-menu{
  width: 20px;
  top: 30px;
  min-width: 3.5rem;
}
.navbar .langs .dropdown-menu::after {
  content: "";
  position: absolute;
  top: -11px;
  height: 10px;
  width: 100%;
  background: transparent;
}
.navbar .langs .nav-link{
  padding: 0;
}

.navbar .dropdown-menu {
  width: 345px;
  top: 70px;
  left: -50%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  display: block;
  box-shadow: 0 1px 2px rgb(86 86 90 / 50%);
  padding: 0px;
}
.navbar .dropdown-menu::after {
  content: "";
  position: absolute;
  top: -22px;
  height: 20px;
  width: 100%;
  background: #ffffff;
}
.navbar .nav-item.dropdown:hover .dropdown-menu {
  transform: scale(1);
  visibility: visible;
  display: block;
}
.navbar .dropdown-menu .dropdown-item {
  /* padding: 7px 0px 7px 15px; */
  display: block;
}
.sticky 
{
  border-bottom: 1px solid #ccc;
-webkit-box-shadow:0px 6px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:0px 6px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:0px 6px 5px 0px rgb(142, 142, 142);
}


/*arama btn*/


.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.input,
.buttonn {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: normal;
  border: none;
  outline: none;
  max-width: 100%;
 
}

.fill-currentcolor {
  fill: currentcolor;
  color: #fff;
}

.fill-none {
  fill: none;
}


.buttonn {
  cursor: pointer;
}
.buttonn-open {
  justify-content: center;
  align-items: center;
  align-content: center;
}
.buttonn-open1 {
  justify-content: center;
  align-items: center;
  align-content: center;
}
.buttonn-close {
  position: absolute;
  top: 7.5vw;
  right: 7.5vw;
  padding: 0;
  background-color: transparent;
}
.buttonn-close2 {
  position: absolute;
  top: 7.5vw;
  right: 7.5vw;
  padding: 0;
  background-color: transparent;
}
.buttonn-search {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 25px 16px 21px;
}
@media (min-width: 768px) {
  .buttonn-search {
      padding: 30px 48px;
  }
}
.form-search {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .form-search {
      max-width: 720px;
  }
}
.input-search {
  padding: 26px 16px 25px;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #4c4c4c;
  background-color: #fff;
  box-shadow: 0 0px 0px rgba(160, 160, 160, 0.6), 0 3px 3px rgba(125, 125, 125, 0.4), 0 4px 9px rgba(142, 142, 142, 0.3);
}
@media (min-width: 768px) {
  .input-search {
      padding: 29px 80px 29px 48px;
      font-size: 32px;
  }
}
.input-search::placeholder {
  color: #BFBFBF;
}
.overlay {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  position: fixed;
  z-index: 3;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(242,242,242,0.8155637254901961) 100%);
  z-index: 99;
}
.overlay {
    align-items: center;
    align-content: center;
}
.overlay button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
.hiding {
  max-height: 0;
  opacity: 0;
  bottom: 0;
  transition: max-height 0.3s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s ease-out;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
  .hiding .buttonn-search,
  .hiding .input-search {
      opacity: 0;
  }

  .hiding .button-search {
      transform: translate3d(0, 33%, 0);
  }

  .hiding .input-search {
      transform: translate3d(0, 50%, 0);
  }

.showing {
  max-height: 100vh;
  top: 0;
  transition: max-height 0.4s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s ease-out;
}

.buttonn-search {
  transition: .4s .6s ease-out;
}

.input-search {
  transition: .8s .3s ease-out;
}

.perde {
  background: transparent;
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
}

.menubg .container-navs{
  max-width: 1500px;
}


.menubg .logo-two {
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: ease-in-out .3s;
}
.menubg .logo-one {
  transition: ease-in-out .3s
}

/*arama btn*/

/*/-/-/-/-/-//Mobil-Menu/-/-/-/-/-//*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #0B124D;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
}

.sidebar_active {
    width: 450px;
}
.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(1) {
    animation-delay: .5s;
}
.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(2) {
    animation-delay: .7s;
}
.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(3) {
    animation-delay: .9s;
}
.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(4) {
    animation-delay: 1.1s;
}
.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(5) {
    animation-delay: 1.2s;
}
.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(6) {
    animation-delay: 1.3s;
}
.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(7) {
    animation-delay: 1.4s;
}
.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(8) {
    animation-delay: 1.5s;
}
#dismiss_mobil {
    position: absolute;
    top: 20px;
    right: 5%;
    font-size: 25px;
    color:#ffffff;
    cursor:pointer;
}
.accordion-menu {
    width: 100%;
    border-radius: 4px;
}
.mobil_dropdown_content .dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: transparent;
}
.dropdownlink {
    cursor: pointer;
    display: block;
    font-size: 18px;
    color: #ffffff;
    font-weight:700;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    padding:5px;
}
.dropdownlink i {
    position: absolute;
    top: 6px;
    left: 16px;
}
.dropdownlink .fa-chevron-down {
    right: 10px;
    left: auto;
}
.submenuItems {
    display: none;
}
.submenuItems a {
    display: block;
    color: #727272;
    padding: 12px 12px 12px 45px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.mobil_dropdown_content{
    padding-top:20px;
}
.submenuItems a:hover {
    color: #fff;
}
.sidenav_ul ul {
    margin-bottom: 0px;
}
.sidenav_ul ul li {
    padding: 5px 5px;
}
.sidenav_ul ul li a {
  padding: 5px;
  text-decoration: none !important;
  font-size: 15px;
  color: #ffffff;
  display: block;
  transition: .3s;
  position: relative;
  transition: ease-in-out .5s;
  border-left: 2px solid transparent;
}
ul.submenuItems {
    margin-top: 15px;
}
.nav_mobil_bg .accordion-menu {
    background: transparent;
}
.sidenav_ul ul li .mobil_link {
    white-space: nowrap
}
.sidenav_ul ul li a::after {
    display: none;
}
.sidenav_ul .dropdown-menu {
    width: 100%;
    box-shadow: none;
    border: none;
}

.sidenav_ul .dropdown-menu li a{
  color: #008000;
  font-size: 20px;
}
.sidenav_ul .dropdown-menu.show{
  position: relative !important;
  transform: translate3d(0px, 0px, 0px) !important;
}
.accordion-menu ul li {
    padding: 5px;
}
.mobil_social li {
    display: inline-block;
    padding: 5px !important;
    border-bottom: none !important;
}
.sidenav_ul ul li .mobil_link span {
    font-size: 18px;
    font-weight: 500;
    padding-left: 5px;
}
.overlay_mobil_bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    display: none;
    transition: all 0.5s ease-in-out;
    top: 0;
}
.overlay_mobil_bg_active {
    display: block;
    opacity: 1;
}
.wrapper-menu {
  width: 30px;
  height: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: transform 330ms ease-out;
}
.wrapper-menu.open {
  transform: rotate(-45deg);  
}
.line-menu {
  background-color: #333;
  border-radius: 5px;
  width: 100%;
  height: 4px;
}
.line-menu.half {
  width: 50%;
}
.line-menu.start {
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: right;
}

.wrapper-menu .txt {
    margin-top: -30px;
    margin-left: -14px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}
.open .line-menu.start {
  transform: rotate(-90deg) translateX(3px);
}
.line-menu.end {
  align-self: flex-end;
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: left;
}
.menubg .navbar.header .menu-navs{
  transition: ease-in-out .3s;
  display: flex;
    justify-content: end;
}

.menubg .navbar.header .navbar-brand {
  transform: translate(0px, -5%);
}
.menubg .navbar.header .line-menu {
  background-color: #333;
  border-radius: 5px;
  width: 100%;
  height: 4px;
}
.menubg .navbar.header .line-menu.half {
  width: 50%;
}
.menubg .navbar.header .line-menu.start {
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: right;
}
.menubg .navbar.header .open .line-menu.start {
  transform: rotate(-90deg) translateX(3px);
}
.menubg .navbar.header .line-menu.end {
  align-self: flex-end;
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: left;
}

.mobil_menu .menu_lang {
    animation-delay: .5s;
    display: inline-block;
    margin-bottom: 0;
}
.mobil_social {
    animation-delay: 1.5s;
}
.mobil_social li,
.mobil_menu .menu_lang li {
    display: inline-block;
    padding: 5px;
}
.navbar_mobil_bg{
    display:none;
}
#mobil_btn{
    display:none
}


@media(max-width:1024px){
  #mobil_btn {
    display: block;
  }
 .menubg .navbar-collapse{
    display: none !important;
  }
}
@media(max-width:565px){
  .sidebar_active {
      width: 320px;
  }

}

.btn-siparis
{
    color: #fff;
    font-size:15px ;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #E5702C;
    margin-top: 7px;
}

.sanbg
{
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    background-color: rgb(207 207 207 / 65%);
    position: absolute;
    right: 0;
    top: 35%;
    width: auto;
    padding: 30px 10px 30px 50px;
    z-index: 100;
}


.sanbg .sanbg-tt
{
    font-size: 32px;
    color: #000;
    font-weight: bold;
    margin-bottom:15px ;
}

.sanbg .sanbg-btn
{
    border-radius: 10px;
    padding: 10px 15px;
    background-color: #0B124D;
    color: #fff;
}

@media(max-width:992px){
    .sanbg
    {
        display: none;
    }
}


/*Ürün Avantaj*/

.urun-avantaj
{
    position: relative;
    padding: 100px 0;
    margin: 0;
}

.urun-avantaj .avantaj-tt
{
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 25px;
    text-transform: uppercase;
    text-align: center;
}

.avantajboxsm
{
    background-color: #fff;
    width: 80%;
    height: 175px;
    padding: 20px 10px;
    text-align: center;
    margin-top: 15px;
}

.avantajboxsm img 
{
    margin:5px auto;
    max-width: 100px;
}

.avantajboxsm .txtboxsm
{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-top: 10px;
    text-transform: uppercase;
}


.avantajboxlg
{
    background-color: #fff;
    width: 90%;
    height: 200px;
    padding: 20px 25px;
    text-align: center;

}

.avantajboxlg img 
{
    margin:10px auto;
    max-width: 100px;
}

.avantajboxlg .txtboxlg
{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-top: 10px;
    text-transform: uppercase;
}

/*Galeri Alanı*/

.galeribg
{
    position: relative;
    padding: 100px 0;
    margin: 0;
}

.galeribg::before
{
    content:"";
    position: absolute;
    background-color: #E5322C;
    width: 40%;
    min-height: 720px;
    z-index: -1;
}

.galeribg .galeri-tt
{
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 25px;
    text-transform: uppercase;
    text-align: center;
}

.glbtn
{
    color: #000;
    background-color: #fff;
    border-radius: 21px;
    text-align: center;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 400;
    border:1px solid #0B124D;
}

/*Bayilikler*/

.bayibg
{
    position: relative;
    padding: 100px 0;
    margin:0px;
}

.bayibg .bayi-tt
{
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 25px;
    text-transform: uppercase;
    text-align: center;
}

/*kartela*/


.kartela
{
    position: relative;
    padding: 100px 0;
    margin:0px;
}

.kartela .kartela-tt
{
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 25px;
    text-transform: uppercase;
    text-align: center;
}

.kartela .swiper {
    width: 100%;
    height: 100%;
  }

  .kartela .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .kartela .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hepbtn
  {
    color: #000;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 400;
    border:1px solid #0B124D;
    margin-top: 25px;
  }

  /*Referanslar*/


  .referans
{
    position: relative;
    padding: 50px 0;
    margin:0px;
}

    .referans .referans-tt {
        color: #0C144E;
        font-weight: 500;
        font-size: 30px;
        text-transform: uppercase;
        text-align: center;
    }

.referans .swiper {
    width: 100%;
    height: 100%;
  }

  .referans .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .referans .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /*İletişim Hattı*/
  .iletisimhat
  {
    background-color: #303A93;
    position: relative;
    padding: 50px 100px;
    margin: 80px 0;
  }

  .iletisimhat .hat-tt
  {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .iletisimhat .hat-txt
  {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
  }

  .iletisimhat .iletisimbtn
  {
    background-color: #02913F;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    padding: 10px 15px;
    transition: .5s;
  }

  .iletisimhat .iletisimbtn:hover
  {
    background-color: #045E2A;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    padding: 10px 15px;
    transition: .5s;
  }

  /*footer alan*/


  /*İç sayfa cssler*/


  .alts-menubg{
    position: absolute;
    top: 0px;
    z-index: 999;
    width: 100%;
    background-color: #ffffff;
    transition: .5s;
    height: 123px;
  }
  .alts-menubg .sfs-ust-menu li a{
    color: #000;
  }
  
  .alt-sfs-nav  {
    background-color: #fff;
  }
  .alt-sfs-nav  .navbar-nav .nav-item .nav-link{
    color: #000;
  }
  
  .alt-banner{
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 300px;
    max-height: 300px;
    display: flex;
    align-items: flex-end;
  }
  
  .alt-banner::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, .35);
  }
    .alt-banner .title {
        font-size: 24px;
        font-weight: 400;
        color: #fff;
        position: relative;
        z-index: 9;
        margin-bottom: 40px;
        text-align: center;
        background-color: #0B0146;
        padding:5px 15px;
        display:inline-block;
    }

  
  .hk-kps{
    margin-top: 50px;
    margin-bottom: 100px;
  }
  
  .hk-kps .menu-bgx{
    padding-right: 5%;
    margin-left: 10%;
  }
  
  .solmenu p{
    margin: 0;
  }
  .solmenu .menu1 {
   padding: 15px 15px;
   font-size: 18px;
   color: #979797;
   font-weight: 400;
   border-bottom: 1px solid #DCDCDC;
   transition: ease-in-out .3s;
   position: relative;
  }

  .solmenu .menu1 i
  {
    position: absolute;
    right: 15px;
    top: 20px;
    color: #000;
  }
  
  .solmenu .menu1:hover {
   color: #ccc;
  
  }

    .solmenu .menu1:hover i {
         color: #ccc;
    }

.solmenu .active {
    font-weight: 600;
    color: #000;
}

.solmenu-baslik {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 15px 15px;
    margin: 0;
    background-color: #0C144E;
}
  .solmenu-baslik p{
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    padding: 5px 10px;
  }
  .hakk-icerik .baslix-bg{
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    font-family: 'Roboto', 'sans-serif';
    padding-bottom: 25px;
    padding-top: 25px;
  }
  
  
  .ks-menu{
    position: relative;
    width: 100%;
    min-height: 60px;
    z-index: 19;
    margin: auto;
    background-color: #f7f7f7;
  }
  
  .ks-menu .menu-xxx {
    padding: 18px 0;
  }
  .ks-menu .menu-xxx ul{
    margin:  0px;
  }
  .ks-menu .menu-xxx li{
    display: inline-block;
  }
  .ks-menu .menu-xxx li a{
    color: #A3A3A3;
    font-size: 16px;
    font-weight: 300;
    padding: 5px;
  }
  .ks-menu .menu-xxx li a:hover{
    background-color: #ececec;
  }
    .ks-menu .menu-xxx .activation a {
        color: #0C144E;
    }
  .ks-menu .menu-xxx li i{
    color: #A3A3A3;
    font-size: 16px;
  }
  
  
  @media screen and (max-width: 1366px){
    .solmenu-baslik p {
      font-size: 20px;
    }
  }
  
  @media screen and (max-width: 991px){
    .menu-bgx{
     margin-bottom: 20px;
    }
    .mobil-hakkimizda {
      margin-top: 15px;
    }
    .mobil-hakkimizda .dropdown .btn.btn-success {
  
      margin: 0px 0px 25px 0px;
      width: 100%;
      font-size: 20px;
    }
    .mobil-hakkimizda .dropdown-menu {
      position: initial !important;
      transform: translate3d(0px, 0px, 0px)!important;
      border: none;
    }
    .mobil-hakkimizda .dropdown-menu.show {
      width: 100%;
    }
    
    .mobil-hakkimizda .dropdown-menu li {
    
      font-size: 16px;
      color: #333333;
      font-weight: 400;
      border-bottom: 1px solid #DCDCDC;
      transition: ease-in-out .3s;
    }
    .mobil-hakkimizda .dropdown-menu li a{
      width: 100%;
      display: block;
      padding: 10px;
    }
  }
  @media screen and (min-width: 992px){
    .mobil-hakkimizda {
        display: none;
      }
  }
  
  
  .hk-kps .ser-img{
    margin-bottom: 20px;
    text-align: center;
  }






  @media(max-width:992px){
    .urun-kat .urun-kat-tt {
        font-size: 17px;
    }

    .urun-avantaj {
        padding: 40px 0;
    }
    .urun-avantaj .avantaj-tt {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .galeribg {
        padding:40px 0;
    }

    .galeribg .galeri-tt {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .glbtn {
        padding: 5px 10px;
        font-size: 15px;
    }

    .galeribg::before {
        width: 30%;
        min-height: 600px;
    }

    .bayibg {
        padding: 40px 0;
    }

    .bayibg .bayi-tt {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .kartela {
        padding: 40px 0;
    }

    .kartela .kartela-tt {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .referans {
        padding: 40px 0;
    }

    .referans .referans-tt {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .iletisimhat {
        background-color: #303A93;
        position: relative;
        padding: 20px 40px;
        margin: 30px 0;
    }

    .iletisimhat .hat-tt {
        font-size: 20px;
    }

    .iletisimhat .iletisimbtn {
        font-size: 15px;
        padding: 5px;
    }

    .iletisimhat .iletisimbtn:hover {
        font-size: 15px;
        padding: 5px ;
    }

    .btn-siparis {
        font-size: 14px;
        padding: 5px 10px;
        margin-top: 0px;
    }
  }



  /*Yeni CSSLER*/
  .ustmenuback
  {
    position: relative;
    background-color: #F9F9F9;
    padding: 10px 0;
    margin: 0;
    font-size: 15px;
  }

  .ustmenuback i
  {
    background-color: #0B0146;
    border-radius: 50%;
    padding: 8px;
    color: #fff;
    font-size: 14px;
    margin-right:5px;
    margin-left: 5px;
  }

  .ustmenuback .headmenu
  {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
  }

  .ustmenuback .headmenu .headmenu-li
  {
    display: inline-block;
    padding: 5px 10px;
    border-right: 1px solid #000;
  }

  .ustmenuback .headmenu .headmenu-li .headmenu-link
{
  color: #000;
  font-size: 17px;
  font-weight: 600;
}


.searchbar {
  font-size: 15px;
  width: 100%;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 10rem;
  padding: 10px;
  position: relative;
  transition: all .2s;
  transition-delay: .1s;
  margin-top: 5px;
  margin-left: 30px;
}

.searchbar:hover {
  width: 100%;
}

.button {
  height: 20px;
  position: absolute;
  top: 9px;
  right: 0px;
  transition: all .2s;
  transition-delay: .1s;
}

.button:hover {
  cursor: pointer;
}


.searchbar::placeholder {
  opacity: .5;
}


.leftnav-social
{
    position:absolute;
    left:0px;
    top:20%;
    width:3%;
    z-index:99;
}

.leftnav-social .phone-social
{
    background-color:#FF0001;
    width:100%;
    padding:10px;
    color:#fff;
    font-size:15px;
    text-align:center;
}

.leftnav-social .mail-social
{
    background-color:#2D16B7;
    width:100%;
    padding:10px;    
    color:#fff;
    font-size:15px;
    text-align:center;
}

.aboutbg {
    position: relative;
    padding: 50px 0;
    margin: 0;
    background-color: #0C144E;
    color:#fff;
}

    .aboutbg .about-tt
    {
        color:#fff;
        font-size:30px;
        font-weight:600;
        margin-bottom:15px;
    }

    .aboutbg .about-txt {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 15px;
    }


.ortakbg
{
    background-position:center top;
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
    padding:40px 0;
}

.ortakbg .ortak-tt
{
    color:#1D4281;
    font-size:30px;
    font-weight:600;
    margin-bottom:15px;
    text-transform:uppercase;
}

    .ortakbg .ortak-txt {
        color: #000;
        font-size: 18px;
        font-weight: 400;
    }

    .ortakbg .btn-ortak {
        background-color: #A90D0E;
        color:#fff;
        padding:10px 15px;
        text-align:center;
        margin-top:20px;
    }

    .ortakbg img
    {
        max-width:460px;
    }

.ortakbaslik {
    color: #1D4281;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: end;
}


.urunlerbg {
    position: relative;
    padding: 100px 0;
    margin: 0;
}

    .urunlerbg .urun-tt {
        color: #1D4281;
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 15px;
        text-transform: uppercase;
        text-align:center;
    }

.urunbox {
    background-color: #1D4281;
    padding: 75px;
    height: 100%;
}

.urunbox .urun-title {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

    .urunbox .urun-ul
    {
        position:relative;
        margin:10px 0;
        padding:0;
    }

    .urunbox .urun-ul li
    {
        padding:3px 0;
        color:#fff;
    }

    
    .urunbox .urun-ul li a 
    {
        color:#fff;
        font-size: 20px;
        font-weight: 600;
        text-transform:uppercase;
    }

    .urunbox .urun-ul li a i
    {
        color:#fff;
        font-size:14px;
        margin-right:5px;
    }

.urunbox-gri {
    background-color: #C0C0C0;
    padding: 75px;
    height: 100%;
}


    .urunbox-gri .urun-title {
        color: #1D4281;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .urunbox-gri .urun-ul {
        position: relative;
        margin: 10px 0;
        padding: 0;
    }

        .urunbox-gri .urun-ul li {
            padding: 3px 0;
            color: #1D4281;
        }


            .urunbox-gri .urun-ul li a {
                color: #1D4281;
                font-size: 20px;
                font-weight: 600;
                text-transform: uppercase;
            }

                .urunbox-gri .urun-ul li a i {
                    color: #1D4281;
                    font-size: 14px;
                    margin-right: 5px;
                }


.urunbox .urun-dtybtn {
    background-color: #707070;
    padding:10px 15px;
    color:#fff;
    border-radius:0px;
    margin-top:15px;
}

.urunbox .urun-dtybtn i
{
    font-size:14px;
    margin-right:5px;
}

.urunbox-gri .urun-dtybtn {
    background-color: #1D4281;
    padding: 10px 15px;
    color: #fff;
    border-radius: 0px;
    margin-top: 15px;
}

.urunbox-gri .urun-dtybtn i
{
    font-size:14px;
    margin-right:5px;
}

.haberbg
{
    position:relative;
    padding:100px 0;
    margin:0;
}

    .haberbg .haber-tt
    {
        font-size:36px;
        color:#1D4281;
        font-weight:bold;
        text-transform:uppercase;
        position:relative;
        width:auto;
    }

    .haberbg .haber-tt:before
    {
        content:"";
        position:absolute;
        bottom:0px;
        width:13%;
        height:3px;
        background-color:#DA2125;
    }


.haber-box
{
    border:1px solid #000;
    position:relative;
    padding:20px;
    display:block;
    width:100%;
    min-height:390px;
}

.haber-box img
{
    position:relative;
    margin-bottom:15px;
}

    .haber-box .haber-txt
    {
        font-size:18px;
        color:#000;
        margin-bottom:10px;
    }

    .haber-box .hbrdty {
        color: #919191;
        font-size:15px;
    }

    .tumhbr
    {
        border:1px solid #f00;
        padding:10px 15px;
        position:relative;
        border-radius:0px;
    }






    .footerust
    {
        background-color:#0C144E;
        position:relative;
        padding:20px 0;
    }

    .footerust .foot-tt
    {
        color:#fff;
        font-size:30px;
        font-weight:bold;
        text-transform:uppercase;
    }

.footerust .btn-contact
{
    border:1px solid #fff;
    padding:10px 15px;
    text-align:center;
    color:#fff;
    font-size:18px;
    border-radius:0px;
}


footer .foot-txt
{
    text-transform:uppercase;
    font-size:18px;
    margin-bottom:15px;
}


footer .foot-ul
{
  padding:0px;
  margin:0;
}

footer .foot-li
{
  padding:3px 0;
  margin:0;
  font-size:16px;
}


footer img
{
    margin-bottom:40px;
    margin-top:20px;
}


.foot-link i {
    color: #B7B7B7;
    font-size: 14px;
}

.contbox
{
    padding:5px;
    position:relative;
    border:1px solid #f7f7f7;
}

.ilet-tt
{
    margin-bottom:10px;
    text-transform:uppercase;
    font-size:20px;
}

.footeric
{
    background-color:#0C144E;
    padding:10px;
}

.copitxt
{
    color:#fff;
    font-size:14px;
}

.ilet-tt
{
    font-size:18px;
    font-weight:600;
    color:#000;
    text-transform:uppercase;
}






@media(max-width:992px) {
    .leftnav-social {
        position: absolute;
        left: 0px;
        top: 20%;
        width: 7%;
        z-index: 99;
    }

    .anasld .carousel-caption {
        position: absolute;
        left: 10%;
        right: 0;
        top: 25%;
        width: auto;
        text-align: left;
    }

        .anasld .carousel-caption h5 {
            color: #fff;
            font-size: 22px;
            text-transform: uppercase;
        }

        .anasld .carousel-caption p {
            color: #fff;
            font-size: 14px;
            font-weight: medium;
            position: relative;
        }

    .ustmenuback .headmenu .headmenu-li .headmenu-link {
        color: #000;
        font-size: 15px;
        font-weight: 600;
    }

    footer img {
        margin-bottom: 15px;
        margin-top: 10px;
    }

    footer {
      padding:10px 15px;
    }

    .haberbg {
        position: relative;
        padding: 30px 0;
        margin: 0;
    }

    .urunlerbg {
        position: relative;
        padding: 20px 0;
        margin: 0;
    }

    .aboutbg .about-txt {
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 15px;
    }
}

.tablo1{
    position:relative;
    margin-bottom:15px;
}

    .tablo1 tr:nth-child(odd) {
        background-color: azure;
    }

    .tablo1 tr:nth-child(even) {
        background-color: #f7f7f7;
    }


.tablo2 {
    position: relative;
    margin-bottom: 15px;
}

    .tablo2 tr:nth-child(odd) {
        background-color: #97ccf9;
    }

    .tablo2 tr:nth-child(even) {
        background-color: #f7f7f7;
    }


.tablo3 {
    position: relative;
    margin-bottom: 15px;
}

    .tablo3 tr:nth-child(odd) {
        background-color: #2f3a70;
        color: #fff !important;
    }

    .tablo3 tr:nth-child(even) {
        background-color: #f7f7f7;
    }



.tablo4 {
    position: relative;
    margin-bottom: 15px;
}

    .tablo4 tr:nth-child(odd) {
        background-color: #00e7ff21;
    }

    .tablo4 tr:nth-child(even) {
        background-color: #f7f7f7;
    }

.minibaslik {
    color: #0C144E;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}


.content {
    /*   width:100%; */
    height: 165px;
    padding: 25px 10px;
    position: relative;
    overflow: hidden;
    border: 1px solid #f7f7f7;
    border-radius: 5px;
    margin-bottom: 30px;
    transition: .5s;
}

    .content:hover
    {
        height:100%;
        transition:.5s;
    }

    .content .contimg {
        filter: grayscale(1);
        transition: .5s;
    }

    .content:hover .contimg {
        filter: grayscale(0);
        transition: .5s;
    }


    .content.all {
        height: auto;
        transition: .5s;
    }


    .content p
    {
        text-align:left;
    }
    
    
    .selected {
        overflow: hidden;
        mix-blend-mode: hard-light;
        text-align: left;
    }


    .selected.more:after {
        position: absolute;
        content: "";
        left: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
    }

.more-btn {
    position: absolute;
    bottom: 12px;
    right: 5px;
    background-color: #0b0146;
    color: #fff;
    padding: 2px 5px;
    font-size: 15px;
}


    .more-btn:hover {
        position: absolute;
        bottom: 12px;
        right: 5px;
        background-color: #0b0146;
        color: #fff;
        padding: 2px 5px;
        font-size: 15px;
    }

.sld-img {
    filter: grayscale(1);
    transition: .5s;
}


.sld-img:hover {
    filter: grayscale(0);
    transition: .5s;
}


.boxb
{
    position:relative;
    width:100%;
    padding:10px;
    margin:0px;
    transition:.5s;
    border:2px solid #ededed;
    border-radius:15px;
}

    .boxb:hover {
        transition: .5s;
        transform: translate(0px,-10px);
        background-color: #0b0146;
    }

    .boxb:hover img{
        transition: .5s;
        background-color: #fff;
        border-radius:5px;
    }

        .boxb:hover .box-tt {
            color: #fff;
            font-size: 17px;
            font-weight: 600;
            text-align: center;
            margin-bottom: 0px;
            margin-top: 10px;
        }

        .box-tt {
            font-size: 17px;
            font-weight: 600;
            text-align: center;
            margin-bottom: 0px;
            margin-top: 10px;
        }


.boxb-ic {
    position: relative;
    padding: 0px 0 10px 0;
    margin: 0px;
    transition: .5s;
    border: 2px solid #ededed;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    cursor: pointer;
}


    .boxb-ic img {
        transition: .5s;
        border-radius: 5px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }


        .boxb-ic:hover img {
            transition: .5s;
            border-radius: 5px;
        }

    .boxb-ic .box-tt {
        font-size: 15px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 20px;
    }





.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}



.boxb-ic:hover .child, .boxb-ic:focus .child {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

    .boxb-ic:hover .child:before, .boxb-ic:focus .child:before {
        display: block;
    }

