/* 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;
}

:root {
    --black: #202020;
    --white: #ffffff;
}

    a:hover,
    a:focus,
    a:active {
        text-decoration: none;
        color: #1492e6;
    }

body {
    background-color: #fff;
    font-family: 'Montserrat', sans-serif !important;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    overflow-x: hidden;
}



h1 {
    font-size: 24px;
}

p {
    font-size: 16px;
    font-weight: 500;
}

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;
}

.menubg {
    position: relative;
    top: 0px;
    z-index: 999;
    width: 100%;
    transition: .5s;
}

    .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;
        text-transform: uppercase;
        font-weight: 400;
    }



    .menubg .btn-en:hover {
        color: #ccc;
    }



    .menubg .navbar{
        position: relative;
        left: 0;
        width: 100%;
        z-index: 9;
        transition: all .5s;
      }
      .menubg .navbar.header{
        background-color: #fff;
        padding-top: 0px!important;
        padding-bottom: 0px!important;
        z-index: 99;
        top: 0px;
        height:85px;
        border-bottom: 1px solid #efefef;
        position:fixed;
      }
      
      .menubg .navbar.header .navbar-nav .nav-item .nav-link {
        color: #3a3a3a;
      }
      
      
      .menubg .navbar .navbar-brand img{
        transition: ease-in-out .5s;
        max-height:40px;
      }
      
      .menubg .navbar .navbar-nav .nav-item:last-child{
        margin:0px;
      }
          .menubg .navbar .navbar-nav li a {
              font-size: 16px;
              color: #3a3a3a;
              position: relative;
              font-family: 'Montserrat', sans-serif;
              font-weight: 700;
             
          }
      .menubg .navbar .navbar-nav .nav-item .nav-link {
          padding: 10px;  
      }

        .menubg .navbar .navbar-nav .nav-item .nav-link:hover {
            transition: transform .3s;
            color: #c82831;
            border-radius: 10px;
            text-decoration: none;
        }
      
      
      .menubg .navbar-nav .nav-item.dropdown .dropdown-menu{
        background-color: #0054A6;
        display: block;
        visibility: hidden;
        opacity: 0;
        padding: 0px 10px;
        border-radius: 5px;
      }
      
      .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: 3px 0px;
      }
      .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;
      }
      .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;
      }
       .lang_ul li{
        display: inline-block;
        margin: 0px 5px;
      }
       .lang_ul li a{
        color: #989898;
        font-size: 16px;
        font-weight: 500;
      }
      
       .lang_ul .active_tab a{
        color: #fff;
      }
      
      .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);
      }
      
      .menubar
      {
        padding: 0px 40px;
        position: relative;
      }
      
      /*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;
      }
      
      .icon {
        width: 24px;
        height: 24px;
        transition: .3s ease-out;
      }
      
      @media (min-width: 768px) {
        .icon {
            width: 32px;
            height: 32px;
        }
      }
      .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;
      }
      
      /*arama btn*/

/*/-/-/-/-/-//Mobil-Menu/-/-/-/-/-//*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #46697d;
    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 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    padding: 5px;
    white-space: nowrap
}
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;
}
.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: #46697d;
  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;
}
.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 .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:991px){
  #mobil_btn {
    display: block;
  }
  .deskop_menu .navbar .navbar-brand img {
    max-height: 60px;
  }
}
@media(max-width:565px){
  .sidebar_active {
      width: 70%;
  }
   .deskop_menu .navbar .navbar-brand img {
    max-height: 60px;
	position:absolute;
	left:10px;
	top:10px;
  }

}




.ustmenubar
{
    background-color: #006EC7;
    position: relative;
    padding: 0px 50px;
    width: 100%;
    color: #fff;
}

.ustmenubar a
{
    color: #fff;
    text-decoration: none;
}

.ustmenubar i
{
    margin:0 5px;
}

.bilgi-btn
{
    background-color: #053C84;
    padding: 10px 15px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
}

.carousel-caption-text {
    position: absolute;
    top: 30%;
    left: 35%;
    z-index: 99;
    background-color: #0000003b;
    padding: 20px;
    border-radius: 20px;
    text-align:center;
}

.carousel-caption-text h5
{
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 25px;
}

.carousel-caption-text .txt-sld
{
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}

.carousel-caption-text .dty-btn
{
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    background-color: #053C84;
    padding: 10px 15px;
    transition: .5s;
    margin-top: 20px;
}

.carousel-caption-text .dty-btn:hover
{
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    background-color: #05254e;
    padding: 10px 15px;
    transition: .5s;
}

.uretimtxt
{
  font-size: 30px;
  font-weight: 600;
  margin: 20px 0;
  color: #fff;
}

.uretimtt
{
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  border-left: 5px solid #0054A6;
  padding-left: 20px;
  margin: 15px 0;
  line-height: 30px;
}


.uretimsld
{
  position: relative;
  margin: 0;
  padding: 30px 20px;
}




.uretimsld .swiper {
  width: 100%;
  height: 100%;
}

.uretimsld .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.uretimsld .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uretimsld .swiper {
  margin-left: auto;
  margin-right: auto;
}


.home-txt
{
  font-size: 45px;
  font-weight: 600;
  color: #19192a;
  line-height: 50px;
  padding: 5%;
}


.container-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.w-container {
  margin: 75px auto;
  max-width: 940px;
}

.heading-2 {
  position: static;
  width: auto;
  max-width: none;
  min-width: auto;
  margin-top: 10px;
  margin-bottom: 40px;
  color: #000;
  font-size: 50px;
  line-height: 80%;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.heading-2.banner-2 {
  line-height: 95%;
  text-align: center;
  text-transform: uppercase;
  margin: 25px 0px;
  font-weight: 600;
}

.stick-header {
  display: block;
  width: 2px;
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0.5px none #000;
  background-color: #333;
  margin: 25px 0px;
}

.subtitle {
  color: #0089cf;
  font-size: 20px;
  line-height: 15px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  margin: 25px 0px;
}

.txt-tt
{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #282828;
    position: relative;
    border-left: 5px solid #0089cf;
    padding-left: 15px;
}


.txt-ic
{
  font-size: 16px;
  font-weight: 500;
  color: #222;
  line-height: 23px;
  text-align: justify;
}


.slideruretim .dswiper-button-next:after, .slideruretim .dswiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 30px;
  text-transform: none!important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  background-color: #ffffffc7;
  border-radius: 5px;
  color: #0089cf;
  padding: 10px 15px;
}




/*Footer*/

.footer_bg {
  margin-top: 10%!important;
}

.text_green {
  color: #0184c6;
}

.footer_bg {
  background: linear-gradient(to right, #0089cf, #0a4665);
  color: #fff;
}
.footer_top_bg {
  position: relative;
}
.footer_top {
  background-color: #F7F7F7;
  position: absolute;
  top: -170px;
  width:100%;
  color: #000;
  border-radius: 10px;
  border:1px solid #ededed;
}
.footer_top .footer_top_title{
  font-weight:500;
  font-size:35px;
}
.footer_top .footer_top_txt {
  font-weight: 400;
  font-size: 18px;
  margin-top:15px;
}
.footer_top form input{
  height:auto;
  border:none;
  box-shadow: 0px 0px 6px rgba(0,0,0,.15);
  background-color:#ffffff;
  padding:20px 30px;
  border-radius:0px;
}
.footer_top form input:focus{
  box-shadow: 0px 0px 6px rgba(0,0,0,.15);
  border:none;
}
.footer_top form button{
  height:auto;
  border:none;
  box-shadow: 0px 0px 6px rgba(0,0,0,.15);
  background-color:#075b86;
  padding:20px 30px;
  border-radius:0px;
  float:right;
}
.footer_top form button:hover,
.footer_top form button:focus{
  opacity:.9;
  background-color:#056698;
}
.footer_item .footer_title{
  color:#ffffff;
  font-size:20px;
  font-weight:500;
  margin-bottom:15px;
}

.footer_list
{
    padding-left:0px;
    position:relative;
}
.footer_item .footer_list li {
    margin: 10px 0px;
    transition: all .5s;
}
.footer_item .footer_list li:hover{
  padding-left:15px;
}
.footer_item .footer_list li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.footer_bottom {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}

.footer_bottom a{
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}

    .footer_bottom a:hover {
        color: #f7f7f7;
        font-size: 16px;
        font-weight: 300;
    }


.footer_bottom .footer_txt {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}
.cursor {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  z-index: 1; 
  box-shadow: 2px -3px 41px -1px rgba(250, 250, 250, 0.64);
  transition: all 0.1s linear;
  pointer-events: none;
}
 .titlediv {
  position: relative;
  color: #fff;
  transition: all 0.4s linear;
}
 .titlediv:hover {
  opacity: 1;

}
.titlediv:hover ~ .cursor {
  transform: scale(1.4);
  mix-blend-mode: difference;
  background: white;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}


/*effect*/

.pinned-image {
    display: flex;
    height: 100vh;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  .pinned-image--small {
    height: 65vh;
  }
  .pinned-image--light {
    color: #19192a;
  }
  .pinned-image--light .pinned-image__container-overlay {
  }
  .pinned-image__container {
    position: relative;
    transform: scale(0.75);
    width: 100%;
  }
  .pinned-image__container-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  .pinned-image__container img {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .pinned-image__quote {
    font-weight: 300;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -40%, 0);
    width: 85%;
  }
  .pinned-image__quote blockquote {
    margin-bottom: 75px;
  }
  .pinned-image__quote blockquote p {
    font-size: 26px;
    font-style: italic;
    line-height: 1.6;
    max-width: 800px;
  }

  .pinned-image__quote-author {
    font-size: 32px;
    font-weight: 700;
  }
  .pinned-image__quote-role {
    font-size: 18px;
    letter-spacing: 1px;
    margin-left: 20px;
    text-transform: uppercase;
  }




/*scroll*/
  .scrollFade {
    opacity: 1;
    pointer-events: all;
  }
  
  .scrollFade--hidden {
    opacity: 0;
    pointer-events: none;
  }
  
  .scrollFade--visible {
    opacity: 1;
    pointer-events: all;
  }
  
  .scrollFade--animate {
    transition: opacity 2s ease-in-out;
  }
  .urun-sld img {
    width: 400px;
    height: 400px;
  }

  .urun-sld {
    z-index: 1;
  }

  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
  body > div.container.my-5.p-5.titlediv.mt-5 > div.text-center.mb-5 > p {
    border:none;

  }
  .swiper-pagination {
    display: none;
  }
  #product-hover {
    transition: transform .2s;
  }
  #product-hover:hover {
    transform: scale(1.2);
  }

/*effect bitis*/

/*Product Slider*/
.centerx, .header__basic--black .header__img, .section__crazy__color .wrapper__color .wrapper__panel .color .color__el h3, .section__handsketch__color .wrapper__audrio .color .color__el h3, .section__handsketch__color .wrapper__audrio img, .section__woy__color .wrapper__audrio .color .color__el h3, .section__woy__color .wrapper__audrio img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.centery, .header__basic--studio .header__img, .section__404 .title__block, .section__jobs .jobs__ul .jobs__ul__li .jobs__ul__li__a i, .section__site .site__template .site__template__bar .template__button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.centerxy, .flux__el--twitter p, .job__title .close--profil i, .job__title .title__block, .loading .loading__elements #display, .loading .loading__elements #progress, .navigation__project .navigation__project__block .content__text, .navigation__project .navigation__project__block:nth-child(2) .link, .other__team .profil__team .profil__team__li a img, .section__404 .overlay__404, .section__about .background__about .play i, .section__customer .customers .customers__li img, .section__projets .awards .awards__li a img, .section__projets .swiper-projets .swiper-slide .swiper-slide-block-content .text__content, .section__team .swiper-slide .slide__img .overlay, nav .center__navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}



a {
  text-decoration: none;
  color: #21272b;
  cursor: pointer;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  background-color: transparent;
  padding: 0;
  transition: padding 0.3s ease-in-out;
}

.main__title {
  color: #f2f3f3;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  font-size: 2.6em;
  letter-spacing: 1px;
  margin: 0;
}

.main__title span {
  color: #ff2d71;
}

.main__subtitle {
  margin: 2px 0;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  font-size: 0.9em;
  color: #f2f3f3;
}

@media (min-width: 768px) {
  .main__subtitle {
    font-size: 1.1em;
  }
}
.main__subtitle span {
  font-family: "Patua One", cursive;
  color: #00a8af;
  font-style: italic;
}

.link {
  display: inline-block;
  width: auto;
  position: relative;
  text-decoration: none;
  color: #21272b;
  font-family: Montserrat, sans-serif;
  font-size: 0.7em;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #00a8af !important;
  transition: all 0.3s ease-in-out;
}

.link:hover {
  letter-spacing: 2px;
}

.link__apply {
  display: block;
  width: 150px;
  padding: 16px 12px;
  background-color: #00a8af;
  border: 2px solid #00a8af;
  border-radius: 1px;
  color: #f2f3f3;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  font-size: 0.813em;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.link__apply:hover {
  background-color: transparent;
  letter-spacing: 3px;
  border-radius: 1px;
}

.link__apply:active {
  background-color: transparent;
  letter-spacing: 3px;
  border-radius: 1px;
}

.link__apply:focus {
  background-color: transparent;
  letter-spacing: 3px;
  border-radius: 1px;
}

.swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
}

@media (min-width: 1200px) {
  .swiper-container {
  
  }
}
.swiper-button-next, .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-image: none;
  background-color: #e4e4e4;
  z-index: 2;
  cursor: pointer;
}

.swiper-button-next i, .swiper-button-prev i {
  position: relative;
  left: 50%;
  top: 50%;
  color: #21272b;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}

@keyframes arrowRight {
  0% {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  50% {
    -webkit-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
  }
  100% {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.swiper-button-next:hover i, .swiper-button-prev:hover i {
  -webkit-animation: arrowRight 1s infinite;
  animation: arrowRight 1s infinite;
}

.swiper-button-next {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}

@media (min-width: 1200px) {
  .swiper-button-next {
    right: 300px;
    background-color: #f2f3f3;
  }
}
.swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}

@media (min-width: 1200px) {
  .swiper-button-prev {
    bottom: 74px;
    background-color: #f2f3f3;
  }
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.swiper-slide__block {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  text-align: left;
}

.swiper-slide__block .swiper-slide__block__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.swiper-slide__block .swiper-slide__block__img a {
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .swiper-slide__block .swiper-slide__block__img {
    width: 65%;
    max-height: 476px;
    height: 476px;
    max-width: 735px;
    overflow: hidden;
    position: relative;
  }
}
.swiper-slide__block .swiper-slide__block__img img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1200px) {
  .swiper-slide__block .swiper-slide__block__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
  }
}
.swiper-slide__block .swiper-slide__block__img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

.swiper-slide__block .swiper-slide__block__text {
  width: 85%;
  height: auto;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
}

@media (min-width: 768px) {
  .swiper-slide__block .swiper-slide__block__text {
    margin-top: 100px;
  }
}
@media (min-width: 1200px) {
  .swiper-slide__block .swiper-slide__block__text {
    width: 40%;
    height: 100%;
    max-height: 476px;
    max-width: 400px;
    position: absolute;
    background-color: transparent;
    top: 0;
    right: 0;
    margin-top: 0;
    padding: 0;
  }

  .swiper-slide__block .swiper-slide__block__text:before {
    content: "";
    display: block;
    width: 200px;
    max-width: 408px;
    height: 100%;
    background-color: #e4e4e4;
    position: absolute;
    left: -100px;
  }
}
.swiper-slide__block .main__title {
  color: #f2f3f3;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  font-size: 2.6em;
  letter-spacing: 1px;
  margin: 0;
  text-shadow: 7px 7px 16px #d2d2d2;
}

.swiper-slide__block .main__title span {
  color: #ff2d71;
}

@media (min-width: 768px) {
  .swiper-slide__block .main__title {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .swiper-slide__block .main__title {
    margin-top: 70px;
  }
}
.swiper-slide__block .main__subtitle {
  margin: 2px 0;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  font-size: 0.9em;
  color: #f2f3f3;
}

@media (min-width: 768px) {
  .swiper-slide__block .main__subtitle {
    font-size: 0.9em;
  }
}
.swiper-slide__block .main__subtitle span {
  font-style: normal;
  color: #00a8af;
  letter-spacing: 1px;
}

.swiper-slide__block .main__subtitle, .swiper-slide__block .main__title, .swiper-slide__block .paragraphe {
  color: #21272b;
  z-index: 2;
  position: relative;
}

.swiper-slide__block .paragraphe {
    max-width: 413px;
    text-shadow: 7px 7px 16px #d2d2d2;
    margin-top: 20px;
    line-height: 28px;
    margin-right: 15px;
}

.swiper-slide__block .number {
  font-family: Montserrat, sans-serif;
  font-size: 12em;
  font-weight: 900;
  width: 100%;
  display: block;
  color: rgba(16, 47, 65, 0.04);
  position: relative;
  bottom: 100px;
  z-index: 1;
  text-align: right;
  margin: 0;
  line-height: 120px;
}

@media (min-width: 1200px) {
  .swiper-slide__block .number {
    margin-top: 100px;
    font-size: 15em;
  }
}
.loading {
  width: 100%;
  height: 100vh;
  background-color: #f8f8f8;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  overflow: hidden;
}

.loading .loading__elements {
  width: 100%;
  height: 50%;
}

.loading .loading__elements #progress {
  display: block;
  width: 300px;
  height: 30px;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

.loading .loading__elements #progress::-webkit-progress-bar {
  display: block;
  width: 100%;
  transition: all 0.3s;
}

.loading .loading__elements #progress::-webkit-progress-value {
  background-color: rgba(131, 201, 207, 0.8);
  background: -webkit-linear-gradient(#00a8af, #83c9cf);
}

.loading .loading__elements progress[value]::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 2px;
  box-shadow: none;
}

.loading .loading__elements #display {
  display: block;
  font-size: 5em;
  z-index: 2;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  text-align: center;
  margin-bottom: 50px;
  color: #21272b;
}

.section__slider {
  width: 100%;
  height: auto;
  background-color: #f2f3f3;
}

@media (min-width: 1200px) {
  .section__slider {
    padding: 150px 0;
  }
}
.section__slider .container__center {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .section__slider .container__center {
    max-width: 1200px;
    width: 85%;
  }

  .section__slider .container__center:after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: transparent;
  }
}
@media (min-width: 992px) {
  .section__slider .container__center {
    max-width: 1070px;
    width: 100%;
  }
}

/* Div Oluştur */


.hotspots--wrapper {
  position: relative;
  margin: auto;
  max-width: 960px;
  font-weight: 500;
}

.hotspots--figure {
  max-width: 100%;
}

.hotspot {
  position: absolute;
  display: block;
}


.hotspot--title__right {
  float: right;
  padding-right: 0;
  padding-left: 10px;
}

.hotspot--cta {
  position: relative;
  float: right;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #00d5ff;
  transition: all cubic-bezier(.8,0,.2,1) .4s;
}

.hotspot--cta::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  transition: opacity .6s;
  animation: pulse 1.5s cubic-bezier(.8,0,.2,1) 0s infinite;
}

.hotspot:hover .hotspot--cta {
  transform: scale(.6);
}

.hotspot:hover .hotspot--cta:after {
  opacity: 0;
}

@keyframes pulse {
  0% {transform: scale(0.4);}
  33% {transform: scale(1);}
  66% {transform: scale(0.4);}
  100% {transform: scale(0.4);}
}

.hotspot--iphone {
  top: 62%;
  right: 68%;
}

.hotspot--macbook {
  top: 22%;
  right: 48%;
}

.hotspot--watch {
  top: 72%;
  left: 45%;
}

@media screen and (max-width: 640px) {
  .hotspot--title {
    line-height: 40px;
    color: white;

    font-size: 10px;
  }
  .hotspot--cta {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 420px) {
  .hotspot--title {
    line-height: 30px;
    font-size: 9px;
  }
  .hotspot--cta {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 320px) {
  .hotspot--title {
    display: none;
  }
  
  .hotspot--cta {
    width: 20px;
    height: 20px;
  }
  .hotspot--cta::after {
    width: 5px;
    height: 5px;
  }
}

#m1, #m2, #m3 {
  display: none;
  color: black;
}
#m1, #m2, #m3 {
  padding: 20px;
  font-size: 20px;
  margin-top: 10px;
  
}
#m1 i, #m2 i, #m3 i {
  margin-bottom: 10px;
  margin-right: 10px;
  color: #00d5ff;
  font-size: 12px;
}
.pads {
  padding-left: 70px;
  margin-top: 150px;
}
.titles {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 10px;
}
.hotspot--title {
  color: white;
}

.tus {
    border-left: 5px solid #00d5ff;
    padding-left: 20px;
}

.banner-kurumsal {
  height: 300px;
  position: relative;
  overflow: hidden;
}

.kategori {
 position: relative;
 padding: 0;
 margin: 0;
}
.kategori img {
  width: 29%;
  height: 124px;
  border-radius: 55%;
  margin-top: 25px;
  transition: .5s;
}

.texts {
  z-index: -1;
  position: absolute;
  top: 51%;
  font-size: 23px;
  left: 130px;
  display: none;
  color: #000000ad;
  font-weight: bold;
}

.texts:hover {
  color: #000000c8;
}

.kategori:hover img {
  transform: rotate(280deg);
}
.kategori:hover .texts {
  display: block;
}


.ktgr-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 50px;
}

.ktgr-text {
  margin-top: 50px;
}

.ktgr-text > p {
  margin-bottom: 15px;
}
.pp {
  margin-top: 24px;
}


.content img {
  transition: transform .2s;

}
.content img:hover {
  transform: scale(0.95); 
  transition: transform .2s;
}

.ls li {
  margin-top: 10px;
}
.ls li i {
  margin-right: 15px;
  color: #00d5ff;
  font-size: 12px;
}

/*Contact*/
.contact {
}

.contact .heading h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  padding: 0;

}

.contact .heading h2 span {
  color: #ff9100;
}

.contact .heading p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #999999;
  margin: 20px 0 60px;
  padding: 0;
}

    .contact .form-control {
        padding: 15px 20px;
        font-size: 13px;
        margin-bottom: 10px;
        background: #f9f9f9;
        border-radius: 10px;
        border: 1px solid #ededed;
    }

.contact button.btn {
  padding: 10px;
  width: 100%;
  border-radius: 10px;
  font-size: 15px;
  background: #075b86;
  color: #ffffff;
}

.contact button.btn:hover {
  background-color: #0184C6;
}

.contact .title h3 {
  font-size: 18px;
  font-weight: 600;
}

.contact .title p {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 1.6;
  margin: 0 0 40px;
}

.contact .content .info {
  margin-top: 30px;
}
.contact .content .info i {
  font-size: 30px;
  padding: 0;
  margin: 0;
  color: #02434b;
  margin-right: 20px;
  text-align: center;
  width: 20px;
}
.contact .content .info h4 {
  font-size: 13px;
  line-height: 1.4;
}

.contact .content .info h4 span {
  font-size: 13px;
  font-weight: 300;
  color: #999999;
}
#contact > div > div.row > div.col-md-5 > div.content > div i  {
  color: #006EC7;
  font-size: 22px;
}

/* uretim */

.uretim {
  max-width: 700px;
  height: 500px;
  margin: 0 auto;
}

.active-product {
  width: 35%;
  height: 136px;
  border-radius: 55%;
  margin-top: 25px;
  transition: .1s;
}


.anm {
  animation: bs 1s ease-in-out infinite;
}

@keyframes bs {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.anm:hover {
  animation: st 1s ease-in-out infinite;
}

@keyframes st {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

/* iletişim */
.container-s {
  width: 75%;
  margin: 3rem auto;
}

.tab-slider--nav {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.tab-slider--tabs {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
  background: #fff;
  height: 44px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tab-slider--tabs:before {
  content: "";
  width: 50%;
  background: #f9f9f9;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 250ms ease-in-out;
}

.tab-slider--tabs:after {
  content: "";
  width: 50%;
  background: #075b86;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 250ms ease-in-out;
}
.tab-slider--tabs.slide:after {
  left: 50%;
}

.tab-slider--trigger {
  font-size: 17px;
  font-weight: bold;
  color: #075b86;
  text-transform: uppercase;
  text-align: center;
  padding: 12px 321px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  transition: color 250ms ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tab-slider--trigger.active {
  color: #fff;
}

.tab-slider--body {
  margin-bottom: 20px;
}

.head-page-top
{
    position:relative;
    width:100%;
    height:450px;
    padding:0px;
    margin:0px;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}



.ks-menu {
    position: relative;
    width: 100%;
    background-color: #009EE3;
    z-index: 19;
    margin: auto;
    padding:15px 0;
}

    .ks-menu .menu-xxx {
        position: relative;
        z-index: 19;
    }

        .ks-menu .menu-xxx ul {
        }

        .ks-menu .menu-xxx li {
            display: inline-block;
        }

            .ks-menu .menu-xxx li a {
                color: #fff;
                font-size: 18px;
                font-weight: 300;
                padding: 5px;
            }

                .ks-menu .menu-xxx li a:hover {
                    background-color: #1eaeed;
                }

        .ks-menu .menu-xxx .activation a {
            color: #fff;
        }

        .ks-menu .menu-xxx li i {
            color: #fff;
            font-size: 16px;
        }

.icpage
{
    position:relative;
    padding:5% 0;
    margin:0px;
    width:100%;
    height:auto;
}

    .icpage .syf-title {
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 40px;
        color: #21272b;
    }


    .icpage .menu-bgx {
        margin-bottom: 50px;
        max-width: 425px;
    }

    .icpage .solmenu-baslik {
        font-size: 18px;
        font-weight: 500;
        color: #090909;
        padding: 15px;
        margin: 0;
        background-color: #FFFFFF;
        box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
        margin-bottom: 10px;
    }

        .icpage .solmenu-baslik p {
            margin: 0;
            font-size: 22px;
            font-weight: 500;
            border-left: 6px solid #075b86;
            padding: 0px 20px;
        }


.solmenu .menu1
{
    color:#000;
    font-size:17px;
    font-weight:400;
    padding:10px 0;
    border-bottom:1px solid #ededed;
}

    .solmenu .menu1.active {
        color: #075b86;
        font-size: 17px;
        font-weight: 600;
        padding: 10px 0;
    }

    .solmenu .menu1.active i {
        color: #075b86;
        font-size: 13px;
        margin-right:10px;
    }

.activation
{
    font-size:16px;
    font-weight:bold;
    color:#fff;
}



.iletisimpage {
    position: relative;
    padding: 30px 0px;
    margin: 0;
}

    .iletisimpage .nav-pills .nav-link {
        background: 0 0;
        border: 0;
        border-radius: 0;
        width: 100%;
        background-color: #ededed;
        padding: 15px 0;
    }

        .iletisimpage .nav-pills .nav-link.active, .iletisimpage .nav-pills .show > .nav-link {
            color: #fff;
            background-color: #075b86;
            width: 100%;
            border: 0px;
            border-radius: 0;
            padding: 15px 0;
        }

.kartelabox {
    position: relative;
    transition: .5s;
}

.kartelabox:hover
{
    transform:translate(0px,-10px);
    transition:.5s;
}

.kartelabox .kartelatxt {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #075b86;
    padding: 10px 0px;
    background-color: #fff;
    transition: .5s;
}


.kartelabox:hover .kartelatxt {
    color: #fff;
    padding: 10px 0px;
    background-color: #075b86;
    transition: .5s;
}

.haberbox {
    position: relative;
    transition: .5s;
}

    .haberbox:hover {
        transform: translate(0px,-10px);
        transition: .5s;
    }

    .haberbox .habertxt {
        text-align: center;
        font-size: 17px;
        font-weight: bold;
        color: #075b86;
        padding: 10px 0px;
        background-color: #fff;
        transition: .5s;
    }


    .haberbox:hover .habertxt {
        color: #fff;
        padding: 10px 0px;
        background-color: #075b86;
        transition: .5s;
    }


.belgebox {
    position: relative;
    padding: 10px 15px;
    text-align: center;
    border: 2px solid #95d2f1;
    transition: .5s;
}

    .belgebox a i {
        color: #9f1616;
        font-size: 22px;
        margin-right: 10px;
      
    }

.belgebox a
{
    color:#0089cf;
    font-size:16px;
    font-weight:600;
}

    .belgebox:hover {
        background-color: #075b86;
        transition: .5s;
        border: 2px solid #075b86;
    }

    .belgebox:hover a
    {
        color:#fff;
    }

      .belgebox:hover a i
    {
        color:#fff;
    }

.homepage-title
{
    font-size:40px;
    font-weight:bold;
    color:#075b86;
}





.home-page-container {
    background-color: var(--black);
    margin: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.navigation-bar .navbar-brand,
.navigation-bar .navbar-brand:hover {
    font-size: 1.5rem;
    color: var(--white);
}

.swiper-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .swiper-container .swiper-slide {
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: white;
        position: relative;
        overflow: hidden;
    }

.photo-slider .img-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.text-slider .swiper-slide {
    padding: 2rem;
    background-color: var(--black);
}

.title {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.sub-title {
    margin-top: 10px;
    margin-bottom: -10px;
    text-transform: uppercase;
    font-size: 1.2rem;
    opacity: 0.65;
}

.description {
    text-align: justify;
}

.more {
    color: var(--white);
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-top: 10px;
}

    .more:hover {
        text-decoration: none;
        color: var(--white);
        opacity: 0.7;
    }

    .more .icon {
        display: inline-flex;
        height: 40px;
        width: 40px;
        background-color: var(--white);
        margin-left: 20px;
        border-radius: 500px;
        align-items: center;
        justify-content: center;
        color: var(--black);
        padding: 8px;
        font-size: 14px;
    }

.controls {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    padding: 20px 0px;
    position: relative;
}

    .controls .swiper-pagination {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .controls .swiper-pagination-bullet {
        background-color: var(--white);
        margin: 20px auto;
        height: 4px;
        width: 4px;
        border-radius: 4px;
        transition: all ease 0.75s;
    }

    .controls .arrow-btn {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .controls .ctrl-btn {
        height: 40px;
        width: 40px;
        display: inline-flex;
        margin: 4px auto;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        background-color: var(--black);
        border: 1px solid var(--white);
        color: var(--white);
        padding: 8px;
        outline: 0;
        font-size: 10px;
    }

.menu {
    display: flex;
    flex-direction: column;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .menu span {
        width: 70%;
        height: 2px;
        background-color: var(--white);
        margin: 2px 0;
    }


.uk-sld-tt {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.uk-sld-text {
    font-size: 19px;
    line-height: 30px;
}

#onload-modal img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    padding: 50px;
}

.hbrresim img {
    overflow: hidden;
    width: 100%;
    height: 300px;
    position: relative;
    object-fit: contain;
}

.uretimres img {
    overflow: hidden;
    width: 100%;
    height: 500px !important;
    position: relative;
    object-fit: contain !important;
}



@media all and (min-width: 992px) {
    .navbar .dropdown-menu-end {
        right: 0;
        left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
    }


    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
}


.cerez {
    position: fixed;
    bottom: 20px;
    right: 0px;
    z-index: 999;
    width: 40%;
}

    .cerez .alert-dismissible {
        position: relative;
        z-index: 999;
        width: 100%;
    }


.alert-dismissible .btn-close {
    position: absolute;
    top: 24px;
    right: 53px;
    z-index: 9999;
    padding: 5px;
    background-color: #fff;
}

.cerez p {
    font-size: 15px;
    line-height: 22px;
}

    .cerez p a {
        color: #000;
        text-decoration: underline;
    }


.icpage ul
{
    padding:0px;
    position:relative;
    margin:0px;
}



.icpage ul li{
    padding: 5px 0px;
    position: relative;
    margin: 0px;
    list-style:circle;
}