/*==================================================================================
    Custom Stylesheet (Any custom styling you want to apply should be defined here).
====================================================================================*/

@media (max-width:768px){
  .tp-fullwidth-forcer,
.rev_slider_wrapper {

    height: 627px !important;
}
}

.carousel-item{
  transform: scale(1);
  max-height: 100vh;
  min-height: calc(100vh-180px);
  overflow: hidden;

}
.sliderTitle{
  font-family: Roboto;
  font-size: 50px;
  display: none;
  top: 50vh;
  left: -10vw;
  color:white;
  position: absolute;
  transition: all 0.5s;
  background-color: rgba(0,0,0,0.3);
    z-index: 1;
  padding: 5px 15px;
}
.active .sliderTitle{
  display: block;
  top: 50vh;
  left: 10vw;
}
.sliderSubtitle{
  display: none;
  top: 50vh;
  left: -10vw;
  color:white;
  position: absolute;
  transition: all 0.5s;
  background-color: rgba(0,0,0,0.3);
    margin-top: 100px;
  padding: 5px 15px;
    z-index: 1;
}


.slaytimg {
    display: none;
    top: 30vh;
    right: -10vw;
    color: white;
    position: absolute;
    transition: all 0.5s;
    z-index: 1;
}
.active .sliderSubtitle{
  display: block;
  top: 50vh;
  margin-top: 100px;
  left: 10vw;
}
.active .slaytimg {
    display: block;
    top: 5vh;
    right: -5vw;
}
#carouselExampleIndicators{
  position: relative;
  min-height: 100vh;

}
.containerVideobg {
  background-color:#EF8428;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -2;
  padding: 0 !important;
  max-height: 100vh;
  overflow: hidden;
}
.videoSliderBackground{
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  min-width: 100vh;
  min-height: 100vh;
}
.videoSlider{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  width: 100%;
  transition: all 0.5s;
  border: none;
  background-color: #EF8428;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
  position: relative;
  height: 100%;

}
.elimg{

    height: 100vh;
    width: 100%;

    
}
.elVideo{
  width: 100%;
  height: 100%;

}
.active {
  
}
.active .videoSlider{
  margin-top: 0;
  width: 100%;
  border: none;
  box-shadow: none;
    height: 100%;
}
.slideImg{
position:absolute;
  left:0;
  top:0;
  width:100%;
 height:100%;
}
@media (max-width:768px){
  .videoSliderBackground,
  #carouselExampleIndicators{
      min-height: 24vh;
  }
  .containerVideobg,
  .carousel-item {
    transform: scale(1);
    max-height: 26vh;
  }
  .col-lg-3.text-right,
  .subscription-heading{
  text-align:center !important;
  }
}
.ColorSwitcher{
display:none !important;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.kat-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 34%;
    left: 2%;
    font-size: 24px !important;
    background: #eee !important;
    padding: 5px !important;
}
.kat-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 34%;
    right: 2%;
    font-size: 24px !important;
    background: #eee !important;
    padding: 5px !important;
}
.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../img/preloader.svg);}


/* Home
-------------------------*/

#home {
    height: 100%;
    width: 100%;
    font-family: inherit;
    font-size: 1em;
    min-height: 100vh;
}

#home .home-banner .bg1 {
    background-image: url("../img/04-bannerBg.jpg");
}

#home .slideshow-home .bg1 {
    background-image: url("../img/04-bannerBg.jpg");
}

#home .parallax {
    font-family: inherit;
    font-size: 1em;
}

#home .title {
    margin: 10px 0 0;
    font-size: 2em;
}

@media (min-width: 768px) {
    #home .title {
        font-size: 3em;
    }
}

#home .title .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

#home .lead {
    font-size: 2em;
}

#home .lead.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

#home .home-btn-continue {
    position: absolute;
    z-index: 3;
    bottom: 5%;
    width: 100%;
    font-size: 1.2em;
    text-align: center;
}

#home .home-btn-continue .animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@media (min-width: 768px) {
    #home .home-btn-continue {
        bottom: 10%;
    }
}

#home .btn-light {
    margin: 0 10px;
}

#home .bx-viewport {
    position: absolute !important;

}

#home .bx-controls {
    width: 100%;
}

#home .bx-controls .bx-controls-direction {
    margin: 0;
}

#home .bx-controls .bx-controls-direction a {
    z-index: 2;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    padding: 0;
    color: #fff;
}

#home .bx-controls .bx-controls-direction a.bx-prev {
    left: 30px;
}

#home .bx-controls .bx-controls-direction a.bx-next {
    right: 30px;
}

#home .bx-controls .bx-controls-direction a.disabled {
    opacity: 0.2;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    cursor: default;
    color: #fff;
}

#home .slideshow-home {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
    padding: 0;
    list-style: none;
    margin: 0;
}

#home .slideshow-home .container {
    max-width: 75%;
}

#home .slideshow-home li {
    height: 100%;
    width: 100%;
}

#home .site-title {
    font-size: 2em;
    color: #fff;
    font-weight: bold;
}

@media (min-width: 768px) {
    #home .site-title {
        font-size: 4em;
    }
}
.wrapper {
    display: table;
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.wrapper .inner {
    display: table-cell;
    vertical-align: middle;
}

.wrapper .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.logo {

    width: 150px;
    float: none;
    position: relative;
        margin: 0 auto;
}

.centerContent {
    content: " ";
    display: table;
    /*margin-bottom: 40px;*/
    margin-left: 0;
    margin-right: auto;
    padding-top: 2em;
    position: relative;
    width: auto;
}

.message {
    float: left;
    height: 100%;
    position: relative;
    text-align: left;
    left: 55px;
}

.message h1 {
    font-size: 50px;
        margin: 15px 0;
        line-height: 70px;
        text-transform: none;
        width: 645px;

}
.message h1 span{

    color: #000;
}

@media (max-width: 1000px) {
    #home {
        min-height: 480px
    }

    #home .slideshow-home {
        min-height: 480px
    }

    .message h1 {
        width: 550px;
    }

    .message h1 {
        font-size: 52px;
        line-height: 79px;
    }

    .message h3 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #home {
        min-height: 700px
    }

    #home .slideshow-home {
        min-height: 700px
    }

    #home .slideshow-home .container {
        max-width: 95%;
    }

    .logo {
        float: none;
        display: inline-block;
    }

    .message {
        float: none;
        display: block;
        text-align: center;
        width: 100%
    }

    .message h1 {
        width: auto;
    }

    .message h1 {
        font-size: 48px;
        line-height: 71px;
    }

    .message h3 {
        font-size: 22px;
    }

}

@media only screen and (max-width: 479px) {
    #home .slideshow-home .container {
        max-width: 95%;
    }

    .logo {
        float: none;
        display: inline-block;
    }

    .message {
        float: none;
        display: inline-block;
        text-align: left;
        width: 100%;
        left: 27px;
    }

    .message h1 {
        width: 100%;
    }

    .message h1 {
        font-size: 18px;
        line-height: 30px;
    }

    .message h3 {
        font-size: 18px;
    }
}

.message h3 {
    margin: 5px 0;
    line-height: normal;
}

.messageHeader {
    color: #FFFFFF;
}

.messageHeader span.purple {
    padding: 0 20px;
    background:#ffac00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    animation: 20s linear 0s normal none infinite A;
    -webkit-animation: 20s linear 0s normal none infinite A;
    -moz-animation: 20s linear 0s normal none infinite A;
    -o-animation: 20s linear 0s normal none infinite A;
    background-image: url("../img/05_bgpattern.png");
    color: #000;
}

.messageHeader span.purple:hover {
    background-image: none;
}

.float {
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;

    -webkit-animation-name: floating;
    -moz-animation-name: floating;
    -o-animation-name: floating;
    -ms-animation-name: floating;
    animation-name: floating;

    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
}

@-moz-keyframes floating {
    0% {
        transform: translate(-10px, 0px);
        -webkit-transform: translate(-10px, 0px);
        -moz-transform: translate(-10px, 0px);
        -o-transform: translate(-10px, 0px);
        -ms-transform: translate(-10px, 0px);
    }

    50% {
        transform: translate(10px, 0px);
        -webkit-transform: translate(10px, 0px);
        -moz-transform: translate(10px, 0px);
        -o-transform: translate(10px, 0px);
        -ms-transform: translate(10px, 0px);
    }

    100% {
        transform: translate(-10px, 0px);
        -webkit-transform: translate(-10px, 0px);
        -moz-transform: translate(-10px, 0px);
        -o-transform: translate(-10px, 0px);
        -ms-transform: translate(-10px, 0px);
    }
}

@-webkit-keyframes floating {
    0% {
        transform: translate(-10px, 0px);
        -webkit-transform: translate(-10px, 0px);
        -moz-transform: translate(-10px, 0px);
        -o-transform: translate(-10px, 0px);
    }

    50% {
        transform: translate(10px, 0px);
        -webkit-transform: translate(10px, 0px);
        -moz-transform: translate(10px, 0px);
        -o-transform: translate(10px, 0px);
    }

    100% {
        transform: translate(-10px, 0px);
        -webkit-transform: translate(-10px, 0px);
        -moz-transform: translate(-10px, 0px);
        -o-transform: translate(-10px, 0px);
    }
}

@keyframes floating {
    0% {
        transform: translate(-10px, 0px);
        -webkit-transform: translate(-10px, 0px);
        -moz-transform: translate(-10px, 0px);
        -o-transform: translate(-10px, 0px);
    }

    50% {
        transform: translate(10px, 0px);
        -webkit-transform: translate(10px, 0px);
        -moz-transform: translate(10px, 0px);
        -o-transform: translate(10px, 0px);
    }

    100% {
        transform: translate(-10px, 0px);
        -webkit-transform: translate(-10px, 0px);
        -moz-transform: translate(-10px, 0px);
        -o-transform: translate(-10px, 0px);
    }
}
/* Parallax
-------------------------*/
.parallax {
    padding: 0;
    font-size: 2em;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 5px 20px rgba(0, 0, 0, 0.3);
    background-attachment: fixed;
    background-position: 50% 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) {
    .parallax {
        background-attachment: scroll !important;
        background-position: center top !important;
    }
}

.parallax .container {
    position: relative;
    z-index: 2;
    /* above overlay */

    margin: 0 auto;
    padding: 0px 0;
    z-index: 1;
}

@media (min-width: 768px) {
    .parallax .container {
        padding: 0;
    }
}

.parallax:after {
    position: absolute;
    top: 0%;
    margin-top: 10%;
    right: 10%;
    content: "";
    font-family: FontAwesome;
    font-size: 300px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.parallax .bx-wrapper .bx-controls .bx-pager {
    top: 20px;
}

.background-overlay {
    opacity: .3;
    -webkit-opacity: .3;
    -moz-opacity: .3;
    filter: alpha(opacity=30);
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
    background-image: url("../img/11-pricingpattern.png");
    background-repeat: repeat;
}
.logo.float{

        position: absolute;
            right: 20%;
            top: 38%;
            width: auto;
}

.thread {
    background: none repeat scroll 0 0 #FFFFFF;
        height: 1000%;
        left: 49%;
        position: absolute;
        width: 2px;
        z-index: 999;
        bottom: 100%;
}
.logo.float img{
        transform: rotate(38deg);
        position: relative;
        z-index: 11111;
}




.logo1.float {

    position: absolute;
    right: 10%;
    top: 20%;
    width: auto;
}

.thread1 {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 650%;
    left: 49%;
    position: absolute;
    width: 2px;
    z-index: 999;
    bottom: 100%;
}

.logo1.float img {
    transform: rotate(20deg);
    position: relative;
    z-index: 11111;
}
#home .go {
    position: relative;
    transition: all 0.3s ease 0s;
    z-index: 9999;
    height: 100px;
    width: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: rgba(115, 224, 184, 0.9);
    margin: 15px auto;
}

#home .go i {
    font-size: 28px;
    color: #fff;
    line-height: 100px;
    width: 100px;
    height: 100px;
}

#home .go a {
    color: #fff;
}

#home .go:hover {
    top: 0;
    z-index: 22;
    opacity: 0.85;
    -webkit-opacity: 0.85;
    -moz-opacity: 0.85;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* Navigation
-------------------------*/

@media (min-width: 768px){

 .header-transparent {
    position: absolute;
    z-index: 9;
    width: 100%;
    background: transparent;
}
.header-transparent .main-header {
    background-color: transparent !important;
    text-align: center;
     border-bottom: 1px solid rgba(255, 255, 255, 0.21961);
     background: rgba(255, 255, 255, .1);

 }
 .header-transparent .main-header.stuck {
     background-color:transparent !important;
 }
.header-black.header-transparent .main-header.stuck {
     background-color: #fff !important;
 }
}

.flat-title-section {
    overflow: hidden;
    position: relative;
    padding: 2px 0;
    font-size: 36px;
    color: #000;
}



.flat-title-section:after {
    content: "";
    position: relative;
    display: inline-block;
    background: url(../img/bg-heading.svg);
    width: 200%;
    height: 16px;
    margin: 0 -200% 0 25px;
}
.neden-notte{

    width: 100%;
    display: block;
    min-height: 100vh;
    background-color:#3a4b55;
}

.neden-notte h1.title {

    font-size: 48px;
    color:#222;
}
.neden-notte ul {
    display: flex;
    flex-wrap: wrap;
            align-items: center;
}
.neden-notte ul li {
    width: 50%;
    flex: 0 0 50%;
    margin-bottom: 15px;
        display: flex;
            align-items: center;
}

.neden-notte ul li img {
-webkit-transition: background 0.7s ease;
    -moz-transition: background 0.7s ease;
    -ms-transition: background 0.7s ease;
    -o-transition: background 0.7s ease;
    transition: background 0.7s ease;
    background: transparent;
    border: 2px solid transparent;
    border-radius: 3px;
    display: block;
    padding: 0;
    position: relative;
    float: left;
    width: 115px;
        border-radius: 50%;
}

.neden-notte ul li .conection {
    overflow: hidden;
    padding-left: 16px;
}

.neden-notte ul li h3 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 10px 0;
    text-transform: uppercase;
}
.neden-notte .row{
    align-items: center;
}
.neden-notte p {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    margin-bottom: 5px;
}
.neden-notte-img img{
z-index: 1;
    position: relative;
    border-radius: 12px;

}
.neden-notte-img{

    display: table;
    vertical-align: middle;
position: relative;

}

.neden-notte-img:before{
 /*   content: "";*/
position: absolute;
width: 500px;
height: 500px;
top: 0;
left: 0;
background-image: url(../img/anabg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.anakategori{
    background-color: #fff;
}

.urun-item{
        display: block;
        position: relative;
        padding: 5px 10px;
        background: #fff;
        box-shadow: 0 0 9px -2px rgba(0, 0, 0, .3);
        height: 100%;
}
.urun-item .item-image{
        position: relative;
        min-height: 145px;
        padding: 0;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        height: 182px;
        max-height: 182px;
        background-color: #fff;
        text-align: center;
        border: none;
            transition: border-color .5s ease-in-out;
        width: 100%;
        display: table;
            border-radius: 0;

}
.urun-item:hover .item-image{

    border-color:#ffac00;
}
.urun-item .item-image a{
    width: 100%;
        display: table;
        height: 182px;
        width: 100%;
        display: table-cell;
        vertical-align: middle;
        text-align: center;

}

.urun-item .item-image a img{
    max-width: 100%;
    width: auto;
    display: block;
    max-height: 100%;
    margin: 0 auto;
    position: relative;
        transition: opacity .5s ease-in-out;
            transform: translateZ(0);
}

.urun-item .item-image a img.img2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}
.urun-item:hover .item-image a img.img1 {
    opacity: 0;
}
.urun-item:hover .item-image a img.img2 {
    opacity: 1;
}
.urun-item .item-content h3{
    margin: 5px 0;
        font-size: 14px;
        font-weight: 600;
        color: #333333;
        text-transform: uppercase;
}
.urun-item .item-content h4 {
    font-size: 12px;
    font-weight: 500;
    color: #777;
    text-transform: uppercase;
}
.urun-item.kat-items .item-image a,
.urun-item.kat-items .item-image {
max-height: 225px;
    height: 225px;
}
.footer-menu{

    display: block;
    margin: 15px 0;
}
.footer-menu ul{

    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-menu ul li a{
font-size: 13px;
    font-weight: 500;
    color: #333;

}
.footer-menu ul li a:hover{

color: #ffac00;
}
.footer-menu ul li{
font-size:13px;
font-weight: 500;
color: #333;
margin-bottom: 5px;
}
.footer-menu ul li span{
    font-size: 16px;
    font-weight: 600;
    color: #888;
    margin-right: 5px;
}


.iletisim-menu ul {

    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.iletisim-menu ul li a {
    font-size: 13px;
    font-weight: 500;
    color: #fff;

}

.iletisim-menu ul li {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}

.iletisim-menu ul li span {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-right: 5px;
}
footer{

    display: block;
    position: relative;
}








.kurumsal-zimaro {

    width: 100%;
    display: block;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
   
}

.kurumsal-zimaro h1.title {

    font-size: 48px;
    color: #ffac00;
}

.kurumsal-zimaro ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.kurumsal-zimaro ul li {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.kurumsal-zimaro ul li img {
    -webkit-transition: background 0.7s ease;
    -moz-transition: background 0.7s ease;
    -ms-transition: background 0.7s ease;
    -o-transition: background 0.7s ease;
    transition: background 0.7s ease;
    background: transparent;
    border: 2px solid transparent;
    border-radius: 3px;
    display: block;
    padding: 0;
    position: relative;
    float: left;
    width: 115px;
}

.kurumsal-zimaro ul li .conection {
    overflow: hidden;
    padding-left: 16px;
}

.kurumsal-zimaro ul li h3 {
    font-size: 16px;
    font-weight: 600;
    color: #ffac00;
    margin: 5px 0;
}

.kurumsal-zimaro .row {
    align-items: center;
}

.kurumsal-zimaro p {
    font-size: 14px;
    color: #fff;
    line-height: 14px;
}

.kurumsal-zimaro-img img {
    z-index: 1;
    position: relative;

}

.kurumsal-zimaro-img {

    display: table;
    vertical-align: middle;
    position: relative;

}

.kurumsal-zimaro-img:before {
    /*   content: "";*/
    position: absolute;
    width: 500px;
    height: 500px;
    top: 0;
    left: 0;
    background-image: url(../img/anabg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.urun-detay{

    background-color: #fff;
}
.urun_image-list{

    background-color: #eee;
    padding: 30px 20px;
    height: 100%;
}
.urun_home-image{
    display: block;
    position: relative;
    background-color: #fff;
    border-radius: 12px;
}

.urun_home-image i{
position: absolute;
bottom: 20px;
right: 20px;
font-size: 16px;
color: #333;
}

.urun_detay-image{
        display: block;
        position: relative;
        background-color: transparent;
        border: 1px solid #ddd;
        border-radius: 12px;
    }
        .fancybox-image{

            background-color: #fff;
        }

        .urun-title{

            color: #ffac00;
            font-weight: 600;
        }
        .urun-adi span{

            margin-right: 5px;
        }
                .kullanim-btn {
        transition: all 0.5s;
                    color: #fff;
                    background-color: #ffac00;
                    border-radius: 36px;
                    padding: 20px 30px;
                    line-height: 50px;
                    position: relative;
               
                }
.kullanim-btn i {

    width: 40px;
    color: #000;

    height: 40px;
    line-height: 40px;
    text-align: center;

    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 10px;
    padding-right: 10px;
}

.kullanim-btn:hover {

    background-color: #3a4b55;
color: #fff;
}

.kullanim-btn:hover i {

    color: #fff;
}
.urun-tab{
margin-top: 40px;
display: block;
position: relative;

}

.urun-tab {
    margin-top: 50px;
    display: block;
    position: relative;

}
.urun-tab .nav-tabs{
  border: none;

}
.urun-tab .nav-tabs li{
 margin-right: 10px;
}

.urun-tab .nav-tabs li button{
border: none;
background-color: #eee;
color: #000;
font-size: 20px;
border-radius: 25px;
cursor: pointer;
padding: 10px 15px;
}
.urun-tab .nav-tabs li button:hover,
.urun-tab .nav-tabs li button.active {
    border: none;
    background-color: #ffac00;
    color: #fff;
 
}
.urun-tab .tab-content{
        border: 1px solid #dfdfdf;
        background: #f6f6f6;
        padding: 20px;
        border-radius: 12px;
        margin-top: 30px;
}

.urun-tab .tab-content .urun-tab_content{

        display: block;
           height: 400px;
        
            overflow-y: auto;
}

.urun-tab .tab-content .urun-tab_content::-webkit-scrollbar {
    width: 0;
    border-radius: 100px;
}

ul.kullanim-list{

    display: flex;
    align-items: center;
    flex-wrap: wrap;
}



ul.kullanim-list li {
    width: 33.33333%;
        flex: 0 0 33.33333%;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
}

ul.kullanim-list li img {
    -webkit-transition: background 0.7s ease;
    -moz-transition: background 0.7s ease;
    -ms-transition: background 0.7s ease;
    -o-transition: background 0.7s ease;
    transition: background 0.7s ease;
    background: transparent;
    border:none;
    border-radius: 3px;
    display: block;
    padding: 0;
    position: relative;
    float: left;
    width: 160px;
        padding: 0;
            background: transparent;
            border-radius: 12px;

            height: 90px;
}

ul.kullanim-list li .conection {
    overflow: hidden;

}

ul.kullanim-list li h3 {
    font-size: 14px;
        font-weight: 600;
        color: #222;
        margin: 5px 0;
        line-height: 20px;
}


ul.kullanim-list li p {
font-size: 16px;
    color: #444;
    line-height: 20px;
    margin: 0;
}

.iletisim-page-menu{

    display: block;
    border: 1px solid transparent;
        background: transparent;
        padding: 0;
        border-radius: 12px;
        margin-top: 30px;
}

.iletisim-page-menu ul {

    margin: 0;
    padding: 0;
    list-style: none;
        -webkit-columns: 2;
            -moz-columns: 2;
            columns: 2;
}

.iletisim-page-menu ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #aaa;

}

.iletisim-page-menu ul li {
    font-size: 14px;
    font-weight: 500;
    color: #aaa;
    margin-bottom: 5px;
}

.iletisim-page-menu ul li span {
    font-size: 16px;
    font-weight: 600;
    color: #ffac00;
    margin-right: 5px;
}
.foto-item{

    display: block;
    position: relative;
}

.foto-item:before {
position: absolute;
content: "";
height: 0;
width: 100%;
bottom: 0;
left: 0;
-webkit-transition: height 0.7s ease;
    -moz-transition: height 0.7s ease;
    -ms-transition: height 0.7s ease;
    -o-transition: height 0.7s ease;
    transition: height 0.7s ease;
    background: rgb(0, 0, 0);
        background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.22452731092436973) 55%);
        background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.22452731092436973) 55%);
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.22452731092436973) 55%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
.foto-item:hover:before {

    height: 100%;
}


.carousel-control-prev,
.carousel-control-next{

-webkit-transition: .2s;
    transition: .2s;
    background: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    position: absolute;
        top: 50%;


}
.carousel-control-prev{

    left:5%;
}
.carousel-control-next {

    right: 5%;
}
@media (max-width:768px){
.elimg {
        height: 26vh;
        width: 100%;
    }
        .active .slaytimg {
            
            top: 4vh;
            right: 0;
            height: 140px;
        }
                .sliderTitle{

                    font-size: 18px;
                    padding: 0;
                        background-color: transparent;
                }
                                .sliderSubtitle {

                                    font-size: 13px;
                                    padding: 0;
                                    background-color: transparent;
                                    max-width: 261px;
                                }
  .active .sliderTitle{
    display: block;
        top: 5vh;
    
        left: 5vw;

  }
                .active .sliderSubtitle {
                    display: block;
                    top: 5vh;
                    margin-top: 40px;
                    left: 5vw;
                }
                
.logo1.float {
    position: absolute;
    right: 0%;
    top: 10%;
    width: auto;
}
.logo1.float img {
    width: 180px;
}
.logo.float img {
    transform: rotate(22deg);
    width: 180px;
}

.thread {
    left: 35%;

}
.logo.float {
    right: auto;
    top: 15%;
    left: 0;
}
.kat-ana .item-content{

    padding: 20px;
}
.neden-zimaro ul li {
    width: 100%;
    flex: 0 0 100%;
}
.neden-zimaro h1.title {
    font-size: 28px;

}
.iletisim-menu ul,
.footer-widget h3.iletisim {
    text-align: left;
}
.iletisim-menu ul li span {
    font-size: 14px;
}
.about-content img{

    max-width: 100% !important;
}
.urun-tab .nav-tabs li button {

    padding: 5px 10px;
    margin-bottom: 10px;
}
.flat-title-section {
    font-size: 24px;

}
ul.kullanim-list li{

        width: 33.33333%;
            flex: 0 0 33.33333%;
}
ul.kullanim-list li h3{

    font-size: 14px;
}

}

.video-abouts {
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

.video-abouts video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 0;
    max-height: 100%;
    object-fit: cover;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video-abouts .parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    opacity: 0.4;

        background-color: rgba(0, 0, 0, 1);
            background-image: url(../img/11-pricingpattern.png);
            background-repeat: repeat;
}

.belge-item {
    position: relative;
    display: flex;
    flex-direction: column;
height: 100%;
    background-color: #f5f5f5;
    border: none;
    width: 100%;
    height: auto;
    align-items: center;
    padding-top: 40px;
}

.belge-item .belge-image {
    width: 90%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #fff;
}

.belge-item .belge-image img {
    transition: all .3s linear;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.belge-item .belge-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    height: 30%;
    padding-bottom: 20px;
}

.belge-item .belge-content h3 {
    color: #000000;
        font-size: 13px;
        line-height: 18px;
        font-weight: 600;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 12px;
        margin-top: 12px;
        text-transform: uppercase;
}

.belge-item .download-btn {

    display: inline-flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 102px;
    border-radius: 8px;

    height: 36px;
    background-color: #ffac00;
    border: 1px solid #ffac00;
    transition: all .3s linear;
    color: #000;
}
.belge-item .download-btn::before,
.belge-item .download-btn::after{

    display: none;
}
.belge-item .download-btn i {
    font-size: 16px;
    margin-right: 5px;
}

.belge-item .download-btn span {

    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
}

.belge-item .download-btn:hover {

    background-color: transparent;
    color: #ffac00;
}





.belge_urun-item {
    position: relative;
    display: flex;
    flex-direction: column;

    background-color: #fff;
    border: none;
    width: 100%;
    height: auto;
    align-items: center;
    padding-top: 10px;
}

.belge_urun-item .belge-image {
    width: 90%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.belge_urun-item .belge-image img {
    transition: all .3s linear;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.belge_urun-item .belge-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    height: 30%;
    padding-bottom: 20px;
}

.belge_urun-item .belge-content h3 {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.belge_urun-item .download-btn {

    display: inline-flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 102px;
    border-radius: 8px;
    height: 35px;
    background-color: #ffac00;
    border: 1px solid #ffac00;
    transition: all .3s linear;
    color: #fff;

}

.belge_urun-item .download-btn::before,
.belge_urun-item .download-btn::after {

    display: none;
}

.belge_urun-item .download-btn i {
    font-size: 16px;
    margin-right: 5px;
}

.belge_urun-item .download-btn span {

    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
}

.belge_urun-item .download-btn:hover {

    background-color: transparent;
    color: #ffac00;
}



.home-slider1 * {
    box-sizing: inherit;
}

.home-carousel {
    padding: 0;
    margin: 0;
}

.carousel-slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

.carousel-slide {
    will-change: auto;
    height: auto;
    display: flex;
}

.hero {
    position: relative;
    min-height: calc(100vh);
    height: calc(100vh);
    display: flex;
    align-items: center;
    background: #fff;
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
}




@media screen and (min-width: 576px) {
    .hero {
        padding-left: calc(20px + 80 * (100vw - 576px) / 624);
        padding-right: calc(20px + 80 * (100vw - 576px) / 624);
    }

}

@media screen and (min-width: 1200px) {
    .hero {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media screen and (min-width: 576px) {
    .hero {
        padding-top: calc(50px + 20 * (100vw - 576px) / 624);
    }
}

@media screen and (min-width: 1200px) {
    .hero {
        padding-top: 0;
    }
}



.hero-inner {
    position: relative;
    z-index: 4;
    color: #fff;
    padding: 90px 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media (min-width: 992px) {
    .hero-inner {
        max-width: 70%;
    }
}
@media (min-width: 1600px) {
    .hero-inner {
        max-width: 50%;
        padding-left: 50px;
    }
}

.hero-title,
.heroProduct-title,
.timeline-itemYear,
.sectionTitle {
    text-transform: uppercase;
    font-size: 0.875rem;
    margin: 0 0 15px;
    letter-spacing: .05em;
}

.hero-title {
    opacity: 0;
    display: block;
}

.home-carousel .owl-item .hero-title {
    -webkit-animation: none;
    animation: none;
}

.hero-title,
.home-carousel .owl-item.active .hero-title {
    -webkit-animation: slideInLeft10 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation: slideInLeft10 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}


.hero-title::before,
.heroProduct-title::before,
.timeline-itemYear::before,
.sectionTitle::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 4px;
    background: #ffac00;
    vertical-align: 0.15em;
}

.hero-title::before,
.heroProduct-title::before,
.timeline-itemYear::before,
.sectionTitle::before {
    margin-right: 15px;
}

.hero-heading {
    opacity: 0;
}

.home-carousel .owl-item .hero-heading {
    -webkit-animation: none;
    animation: none;
}

.hero-heading,
.home-carousel .owl-item.active .hero-heading {
    -webkit-animation: slideInLeft10 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.15s;
    animation: slideInLeft10 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.15s;
}

.hero-heading {
    margin: 0 0 15px;
    letter-spacing: 0;
    line-height: 65px;
    font-weight: 700;
    font-size: 65px;
    color: #fff;
}

.hero-desc {
    font-size: 15px;
    position: relative;
    -webkit-mask-image: linear-gradient(black 33.33%, transparent 66.66%);
    mask-image: linear-gradient(black 33.33%, transparent 66.66%);
    -webkit-mask-position: 0 100%;
    mask-position: 0 100%;
    -webkit-mask-size: 100% 300%;
    mask-size: 100% 300%;
    color: #fff;
    padding-left: 100px;
}

.hero-desc p{

    font-size: 15px;
line-height: 20px;
    font-weight: 500;
 
}
.hero-desc,
.home-carousel .owl-item.active .hero-desc {
    -webkit-animation: wipe .7s ease forwards .2s;
    animation: wipe .7s ease forwards .2s;
}

@media (min-width: 992px) {

    .hero-desc {
        max-width: 83.33333%;
    }
}

.home-carousel .owl-item .hero-desc {
    -webkit-animation: none;
    animation: none;
}

.hero-img {
    z-index: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hero-img::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: linear-gradient(to right, rgba(25, 41, 72, 0.7), rgba(25, 41, 72, 0.3));
    display: none;
}

.hero-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    font-family: "object-fit:cover";
    object-fit: cover;
    display: block;
    position: relative;
}

@-webkit-keyframes slideInLeft10 {
    0% {
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInLeft10 {
    0% {
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes wipe {
    0% {
        -webkit-mask-position: 0 100%;
        mask-position: 0 100%;
        -webkit-transform: translateY(20%);
        transform: translateY(20%);
    }

    100% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes wipe {
    0% {
        -webkit-mask-position: 0 100%;
        mask-position: 0 100%;
        -webkit-transform: translateY(20%);
        transform: translateY(20%);
    }

    100% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}


.home-carousel.owl-nav-style-two .owl-controls {
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.btn-one {
    display: table;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    transition: all .3s ease;
    line-height: 20px;
    position: relative;
    color: #fff;
}
.btn-one i{
transition: all .3s ease;
    margin-left: 5px;
}
.btn-one:hover{

    color: #fff;
}
.btn-one:hover i {

    margin-left: 10px;
}



.header-transparent .logo-black {

    display: none;
}

.header-transparent .logo-white {

    display: block;
}
.header-black.header-transparent .logo-black{

    display: block;
}
.header-black.header-transparent .logo-white {

    display: none;
}

.header-page.header-transparent .logo-black {

    display: block;
}

.header-page.header-transparent .logo-white {

    display: none;
}
.header-black.header-transparent{

    background-color: #fff;
}
.header-black.header-transparent .header-menu-settings>li i,
.header-black.header-transparent .header-menu-settings>li>a,
.header-black.header-transparent .header-menu-settings>li>span,
.header-black.header-transparent .header-menu>ul>li>a{

    color:#161616;
}

.header-page.header-transparent {

    background-color: #fff;
}

.header-page.header-transparent .header-menu-settings>li i,
.header-page.header-transparent .header-menu-settings>li>a,
.header-page.header-transparent .header-menu-settings>li>span,
.header-page.header-transparent .header-menu>ul>li>a {

    color: #161616;
}
.header-menu>ul>li.mega-menu-item{

    position: static;
}
.mega-menu {

    position: absolute;
    top: 77px;
    left: -30px;
        background-color: #fff;
        width: 1300px;
        height: 0;
    -webkit-transition: height ease-in-out 0.5s;
    -o-transition: height ease-in-out 0.5s;
    transition: height ease-in-out 0.5s;
    overflow: hidden;
}
.mega-menu .mega-menu-content{

    position: relative;
    display: block;
  width: 100%;
margin: 50px 0 50px;
}
.mega-menu .mega-menu-content  .menu-kat-carousel{

    max-width: 1000px;
    margin: 0 auto;
}
.mega-menu-item:hover .mega-menu {
    height: 450px;
padding:0 50px;

}
.menu-kat-item{

    display: block;
    width: 100%;
    position: relative;
    padding: 20px;
}
.menu-kat-item img{

    width: 100%;
}
.menu-kat-item h2 {
    position: relative;
    color: #000;
    margin-top: 15px;
    font-size: 24px;
    line-height: 1;
    text-align: center;
}
.menu-kat-item::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.menu-kat-item:hover::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    margin: 20px 0;
    cursor: pointer;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
        color: #000;
            font-size: 24px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -100px;
}

.owl-carousel .owl-nav button.owl-next{

    right: -100px;
}
.header-menu ul li .menu-btn{
margin-top: 40px;
    display: inline-block;
    padding: 10px 20px;
    background-color: transparent;
    border: 2px solid #3a4b55;
    color: #3a4b55;
    text-transform: uppercase;
}
.header-menu ul li .menu-btn:hover {


    background-color: #3a4b55;
    border: 2px solid #3a4b55;
    color: #fff;
}

.home-slider1 .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 60px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}



.home-slider1 .owl-dots button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 10px;
    height: 10px;
    background-color: transparent;
    margin-right: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.home-slider1 .owl-dots button.active {
    background-color: #fff;
}

.home-slider1 .owl-nav button.owl-prev,
.home-slider1 .owl-nav button.owl-next {
    position: absolute;
    bottom: 25px;
    top: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    margin: 0 20px;
    cursor: pointer;
    color: #fff;
    border:none;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.home-slider1 .owl-nav button.owl-next {
    right: 40% !important;
}

.home-slider1 .owl-nav button.owl-prev {
    left: 40% !important;
}
 .slide-social {
    position: absolute;
    bottom: 45px;
    right: 100px;
    z-index: 1;
 }
  .slide-social ul{
        display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 0;
            margin: 0;
            list-style: none;
}
.slide-social ul li {

        margin-right: 10px;
    

}
.slide-social ul li a{
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
display: block;
width: 37px;
height: 37px;
line-height: 37px;
font-size: 14px;
text-align: center;
color: #fff;
    -webkit-transition: all ease-in-out .2s;
        -o-transition: all ease-in-out .2s;
        transition: all ease-in-out .2s;
}
.slide-social ul li a:hover {


    background-color: #fff;
    color: #000;
}
.about-image{
height: 100vh;
    padding:0;
}
.about-content{
position: relative;
    padding: 110px 30px 30px 75px;
background:#3a4b55;

}
.section-title-left-part {
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
}
.section-title-left-part:before {
    content: "";
    position: absolute;
    background: #ffac00;
    height: 100%;
    width: 8px;
    top: 0;
    left: 0;
}
.section-title-left-part .sub-title {
    margin-bottom: 5px;
    font-size: 16px;
    color: #fff;
}
.section-title-left-part h2 {
    font-size: 42px;
    line-height: 48px;
       color: #fff;
}
.section-title-left-part .text{

        font-size: 14px;
            color: #fff;
            line-height: 14px;
}
.about-content p {
    font-size: 16px;
    line-height: 20px;
    color: #ccc;
}
.blog-section{

    position: relative;
}

.blog-section:before{
content:"";
    position: absolute;
    top: 0;
    left: 0;
    height: 76px;
    width: 100%;
    background-color: #3a4b55;
}

.blog-section .section-title-left-part .sub-title,
.blog-section .section-title-left-part h2 {

    color: #3a4b55;
}
footer{

    background-color: #f3f3f3;
}
footer .logo{

    margin: 0;
}
footer .footer-destek {

    padding: 30px 0;
    border-bottom: 2px solid #ccc;
}
footer .foot-destek {
    display: flex;
    align-items: center;
        margin-bottom: 10px;
}
footer .foot-destek i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #231f1f;
    background-color: #ffac00;
    margin-right: 5px;
    font-size: 34px;
    border-radius: 50%;
    margin-right: 10px;
}
footer .foot-destek .destek-content {
    text-align: left;
}
footer .foot-destek .destek-content h4 {

    font-size: 24px;
    margin: 5px 0;
    line-height: 26px;
    font-weight: 700;
    color: #000;
}

footer .foot-destek .destek-content p {

    font-size: 24px;
    margin: 5px 0;
    line-height: 26px;
    font-weight: 400;
    color: #000;
}
.footer-widget .menu-wrap .menu a{

    text-transform: uppercase;
}
.about-image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
    width: 100%;
    -o-object-position: bottom !important;
    object-position: bottom !important;
}
.header.header-sticky {

    display: none !important;
}
@media (max-width:768px){
    .header-page.header-transparent .header-menu-settings>li i,
        .header-page.header-transparent .header-menu-settings>li>a,
        .header-page.header-transparent .header-menu-settings>li>span
     {
            color: #fff;
        }
.header-page.header-transparent .logo-white {
        display: block;
    }
        .header-page.header-transparent .logo-black {
            display: none;
        }
    .header-search .form-group .form-control {
            height: 75px;
            font-size: 16px;
    }
        .header-search .form-group button{

            height: 75px;
        }
header .sticky-wrapper{

    height: 100px !important;
}
    .main-header.stuck{

        position: relative;
        background-color: #3a4b55;
    }
        .header-search{

            height: 200px;
        }
        .header-black.header-transparent .main-header.stuck {

                background-color: #231f1f;
            }
        .header-menu>ul {
            min-width: 320px;
        }
        .hidden-xs{
            display: none !important;
        }
                .hero-inner {
                    max-width: 70%;
                }
                                .hero{

                                    align-items: baseline;
                                    padding-top: 0;
                                }
                                  .hero-heading {
                
                            line-height: 30px;
                     
                               font-size: 30px;
                     
                             }
   .hero-desc{

  padding-left: 20px;
   }
   #wrap section.rev_slider_wrapper{

    height: 85vh !important;
     }
         .about-image,
                #wrap section{
        
                    height: auto !important;
                }
#wrap section.kategori-section .kategori-col{

    height: 38vh !important;
    border:none;
    border-bottom: 1px solid #ffac00;
}
         .slide-social {
             bottom: 90px;
             right: auto;
             left: 25px;
         }
                 .hero-img img{

                    object-position: right;
                 }
                          .home-slider1 .owl-nav button.owl-prev {
                              left: 0% !important;
                              bottom:13%;
                          }
  .home-slider1 .owl-nav button.owl-next {
   right: 0% !important;
  bottom: 13%;
  }
  .home-slider1 .owl-dots{

    bottom: 18%;
  }
  .about-content {
      padding: 20px;
  }
  #wrap section .pin-link .pin-content{

    margin: 0 15px;
        width: 220px;
        padding: 10px 15px;
        min-height: 98px;
  }
  #wrap section .pin-link .pin-content h2 {
      margin-bottom: 5px;
      line-height: 26px;
      font-size: 24px;
  }
  #wrap section .pin-link .pin-content .btn-one{

    font-size: 14px;
  }
  #wrap section .pin-link img {
      -o-object-position: right !important;
      object-position: right !important;
  }
  .section-title-left-part h2 {
      font-size: 34px;
      line-height: 38px;
  }
  .neden-notte ul li {
      width: 100%;
      flex: 0 0 100%;

  }
.footer-widget .menu li {
    font-size: 11px;
}

}
.section-title-left-part.black .text,
.section-title-left-part.black h2,
.section-title-left-part.black .sub-title {
color: #333;
}
.referans-item{

    padding: 15px;
    background-color: #f3f3f3;
}
.katalog-item {
    position: relative;
        display: block;
        padding: 15px 15px 40px;
        border: 3px solid #3a4b55;
}

.katalog-item .katalog-nav {

    position: absolute;
    bottom: -30px;
    background-color: transparent;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.katalog-item .katalog-content {

display: inline-block;
    padding: 10px 15px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    border: 3px solid #3a4b55;
}
.katalog-item .katalog-content a{
display: block;
    color: #3a4b55;
}
.katalog-item .katalog-content:hover{
background-color: #3a4b55;

}
.katalog-item .katalog-content:hover a {
    color: #fff;
    text-decoration: underline;
}
.katalog-item .katalog-content:hover a i{
  margin-left: 5px;
}
.contact-content {
    position: relative;
    padding: 50px 30px 30px 50px;
    background: #3a4b55;
}
.contact-image {
    padding: 0;
}
.contact-content form textarea{

    border-radius: 0;
        background: #3a4b55;
        border: 2px solid #556269;
        color: #aaa;
}
.contact-content form input{

    border-radius: 0;
        height: 45px;
        background: #3a4b55;
        border: 2px solid #556269;
        color: #aaa;
}
.contact-content form textarea:focus,
.contact-content form input:focus {
    border-color: #ffac00;
    background-color: #3a4b55;
        color: #aaa;
}
.urun-bilgi table td,
.urun-bilgi table th{

    padding: 5px;
        vertical-align: middle;
}

.urun-bilgi table p {
margin:0;
}

.blog-single-share {
    position: static;
    background-color: transparent !important;
    padding: 0;
    text-align: left;
}
.blog-single-share>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog-single-share>ul>li {
    display: inline-block;
    margin: 0 3px;
}
.bss-text {
    font-size: inherit;
}
.blog-single-share>ul>li>a {
    padding: 0 !important;
    text-align: center;
    position: relative;
    z-index: 9;
    border: 2px solid rgba(0, 0, 0, 0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 5px 0;
    width: 35px;
    display: block;
    height: 35px;
    line-height: 33px;
    font-size: 14px;
}
/* Button facebook */
.btn-facebook {
    background-color: #3b5998;
    color: #fff;
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
}

/* Button twitter */
.btn-twitter {
    background-color: #55acee;
    color: #fff;
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open>.dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #2795e9;
}
.btn-linkedin {
    background-color: #007bb6;
    color: #fff;
}

.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open>.dropdown-toggle.btn-linkedin {
    color: #fff;
    background-color: #005983;
}
@media (max-width:768px){
.contact-image iframe{
    margin-bottom: -10px;
}
.kat2-carousel .owl-nav button.owl-prev,
.kat2-carousel .owl-nav button.owl-next {
        position: absolute;
        bottom: -35px;
        top: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 40px;
        height: 40px;
        margin: 0 20px;
        cursor: pointer;
        color: #333;
        border: none;
        -webkit-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
        transition: all ease-in-out .3s;
    }

   .kat2-carousel .owl-nav button.owl-next {
        right: 30% !important;
    }

 .kat2-carousel .owl-nav button.owl-prev {
        left: 30% !important;
    }
    .kategori-section2{

        border-top: 8px solid #ffac00;
    }
.kategori-section2 .kat-content {
        width: 215px;
        margin-left: 0;
        margin-right: 0;
        padding: 15px;
        min-height: auto;
        background: #3a4b55f0;
        text-align: right;
    }
     
.kategori-section2 .kat-content h2 {

    line-height: 34px;
    font-size: 34px;

}
.kategori-section2 .kat-content:before{

    left: auto;
    right: 0;
}
.kategori-section2 .kategori-content{

    position: absolute;
    right: 0;
    top: 0;
}
.kategori-section2 .kategori-content .btn-one {

    float: right;
}
.kategori-section2 .order-lg-2 .kategori-content {

    position: absolute;
    right: auto;
    left: 0;
    top: 0;
}
.kategori-section2 .order-lg-2 .kat-content{
text-align: left;
 
}
.kategori-section2 .order-lg-2 .kat-content:before {

right: auto;
    left: 0;
}
.kategori-section2 .order-lg-2 .kategori-content .btn-one {

    float: none;
}
.urun-item .item-image a,
.urun-item .item-image{

    min-height: 102px;
    max-height: 102px;
    height: 102px;
}
.urun-col{

        padding-right: 5px;
            padding-left: 5px;
}
.urun-item .item-content h3{

    font-size: 12px;
}
.urun-item .item-content h4 {
    font-size: 10px;
}
.urun-bilgi{
margin-top: 30px;

}
    .contact-content {
            padding: 50px 20px 20px 20px;
        }

                .contact-image > iframe{
                height: 300px;
                }
}
.urun-renk-item{

    display: block;
    width: 100%;
    height: 70px;
    position: relative;
}
.urun-renk-item img{

    width: 100%;
    height: 100%;
}
.lang-dropdown{

    position: relative;
}
.lang-dropdown .lang-menu{

    position: absolute;
        top: 60px;
        right: -15px;
        border-top: none !important;
        border-radius: 0 0 0px 0px;
        z-index: 99999;
        background: #231f1f;
        border-top: 1px solid #eee;
        width: max-content;
 
}

.lang-dropdown .lang-menu li {
    display: block;
        border-top: 1px solid #4a4a4a;
        position: relative;
        text-align: left;
}
.lang-dropdown .lang-menu li a{

    display: block;
        color: #fff;
        font-size: 12px;
        padding: 5px 10px;
        font-weight: 500;
            -webkit-transition: all ease-in-out .2s;
                -o-transition: all ease-in-out .2s;
                transition: all ease-in-out .2s;

}
.lang-dropdown .lang-menu li a  img{

  margin-right: 5px;
border-radius: 3px;
}
.lang-dropdown .lang-menu li a:hover{
        background: #ffac00;
        color:#231f1f;
        }

                .ara-search {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
         
                    width: 100%;
                    height: 509px;
                    background-color: #f3f3f3;
                    color: #fff;
                    padding: 60px 0;
             
                    border-top: 2px solid #f5f5f5;
                    -webkit-transition: all ease-in-out 1s;
                    -o-transition: all ease-in-out 1s;
                    transition: all ease-in-out 1s;
                    z-index: 11;
                }
        
       
        
                .ara-search .form-group {
                    position: relative;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    width: 100%;
                    margin-bottom: 0;
                    -webkit-transition: all ease-in-out .6s;
                    -o-transition: all ease-in-out .6s;
                    transition: all ease-in-out .6s;
                }
        
                .ara-search .form-group .form-control {
                    width: 100% !important;
                    height: 115px;
                    background-color: transparent;
                    padding: 0 65px 0 0;
                    font-size: 50px;
                    font-weight: 800;
                    border-top: 0;
                    border-left: 0;
                    border-right: 0;
                    border-bottom: 1px solid #000;
                    border-radius: 0;
                }
        
                .ara-search .form-group button {
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    position: absolute;
                    top: 50%;
                    right: 10px;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    width: 75px;
                    height: 115px;
                    padding: 0;
                    background-color: transparent;
                    border: 0;
                    border-radius: 0;
                    -webkit-transition: all ease .2s;
                    -o-transition: all ease .2s;
                    transition: all ease .2s;
                    cursor: pointer;
                    text-align: center;
                }
        
        
        
        
                .ara-search .form-group button i {
                    color: #000;
                    -webkit-transition: all ease .2s;
                    -o-transition: all ease .2s;
                    transition: all ease .2s;
                    font-size: 34px;
                }
        
                .ara-search .form-group button:hover i {
                    fill: #fff;
                }

                                @media (max-width: 768px){
                                     .ara-search {
                                    height: 200px;
                                }
                                                                .ara-search .form-group button i {
                                                              
                                                                    font-size: 24px;
                                                                }
                                                                .ara-search .form-group .form-control {
                                                                    height: 75px;
                                                                    font-size: 16px;
                                                                    padding-right: 65px;
                                                                }
                                                                                                                                .ara-search .form-group button {
                                                                                                                                    height: 75px;
                                                                                                                                    width: 65px;
                                                                                                                                    right: 0;
                                                                                                                                }
                                }