 
.menu2 {
  position: absolute;
  right: 0;
  cursor: pointer;
}
.menu{
  cursor: pointer;
}
.page3.page {
    overflow: hidden !important;
}
.carousel-indicators > li,
.carousel-indicators > li.active{
  text-indent: 0;
  height: 69px;
  padding-left: 30px;
  background: transparent;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding-right: 30px;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 100%;
  background-color: #fff;
  overflow-x: hidden;
  /*transition: 0.5s;*/
  padding-top: 60px;
}



#slides{
  position: relative;

  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.slide{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.slide .oklar-slide{
  opacity: 0 !important;
}

.showing .oklar-slide{
  opacity: 1; 
}

.slide img{

width: 100%;

height: 94vh;

object-fit: cover;
}

.showing{
  opacity: 1;
  z-index: 2;
}
.slide{
  font-size: 40px;
  box-sizing: border-box;
  background: #333;
  color: #fff;
  width: 100%;
}

.controls{

position: absolute;

right: 0;

top: 0;

z-index: 99;

cursor: pointer;
}
.controls img{width: 50px;}

.slide-h{
  /* width: 200px; */
  /* display: inline-block; */
  /* border-bottom: 5px solid #e66207; */
  /* margin: 15px; */
  /* padding-left: 30px; */
  /* padding-right: 30px; */
  /* font-size: 18px; */
  /* font-weight: 500; */
  color: #fff;
  cursor: pointer;
  margin-bottom: 0;
}
.sl-txt {
  position: absolute;
  left: 0;
  top: 90vh;
  z-index: 999999999999999;
}

.slide-h.active{
  /* border-bottom: 5px solid #1e74b5; */
}

h1 {
  font-size: 18px;
  font-weight: 600;
}

h2 {
  font-size: 18px;
  margin-top: 50px;
  margin-bottom: 17px;
}

p {
  font-size: 15px;
}




.zoom {
  transform: scale(1);
  transition: all 1s, filter .5s ease-out;
}

.ani {
  transform: scale(1.1);  

}

.scale-up-center {
  -webkit-animation: scale-up-center 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: scale-up-center 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.scale-up-center2 {
  -webkit-animation: scale-up-center2 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: scale-up-center2 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


.scale-up-center3 {
  -webkit-animation: scale-up-center3 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: scale-up-center3 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


.scale-up-center0 {
  -webkit-animation: scale-up-center0 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: scale-up-center0 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

/* ----------------------------------------------
* Generated by Animista on 2019-10-18 11:45:10
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */

/**
* ----------------------------------------
* animation scale-up-center
* ----------------------------------------
*/
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity:0.8;
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);

  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity:0.8;
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);

  }
}


@-webkit-keyframes scale-up-center2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity:0.4;
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);

  }
}
@keyframes scale-up-center2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity:0.4;
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);

  }
}



@-webkit-keyframes scale-up-center3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity:0.4;
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);

  }
}
@keyframes scale-up-center2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity:0.4;
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);

  }
}


@-webkit-keyframes scale-up-center0 {
  0% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);

  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);

  }
}
@keyframes scale-up-center0 {
  0% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);

  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);

  }
}


.video {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
  display: none;
  background: #565656;
  height: 100vh;
}
video {
  width: 90%;
  margin: 0% 5%;
}
.hidee{
  display: none !important;
}
.two-sl{
  display: none;
  position: absolute;
}
.two-sl img{
  width: 100%;
  height: 104vh;
  object-fit: cover;
}
.close img {
  width: 20px;
}


#bars {
  height: 30px;
  right: -28px;
  position: relative;
  width: 40px;
  top: -45px;
}

.bar {
  background: #c4e15e;
  bottom: 1px;
  height: 3px;
  position: absolute;
  width: 3px;
  animation: sound 0ms -800ms linear infinite alternate;
}

@keyframes sound {
  0% {
   opacity: .35;
   height: 3px; 
 }
 100% {
  opacity: 1;       
  height: 20px;        
}
}

.bar:nth-child(1)  { left: 1px; animation-duration: 474ms; }
.bar:nth-child(2)  { left: 5px; animation-duration: 433ms; }
.bar:nth-child(3)  { left: 9px; animation-duration: 407ms; }

.mute,.mute2 {
  margin-left: 10px;
  width: 50px;
}

.bt,.bt2{
  display: none;
  position: absolute;
  z-index: 999;
  width: 30px;
  top: 0;
  right: 0;
  cursor: pointer;
}
#pause {
  /* right: 30px; */
}
.hide {
  margin-right: 30px !important;
}
.araba {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 100px;
}

.slide-left {
  -webkit-animation: slide-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation-delay: 1s;
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-350px);
    transform: translateX(-350px);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-350px);
    transform: translateX(-350px);
  }
}


.w25{
  width: 350px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 99;
  overflow: hidden;

}





.mr25{
  margin-right: 350px !important;
}

.arrow{
  position: absolute;
  transform: translate(-50%,-50%);
}
.arrow span{
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 5px solid #e66207;
  border-right: 5px solid #e66207;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}
.arrow span:nth-child(2){
  animation-delay: -0.2s;
}
.arrow span:nth-child(3){
  animation-delay: -0.4s;
}
@keyframes animate {
  0%{
    opacity: 0;
    transform: rotate(45deg) translate(-20px,-20px);
  }
  50%{
    opacity: 1;
  }
  100%{
    opacity: 0;
    transform: rotate(45deg) translate(20px,20px);
  }
}



.arrow1{
  top: 39%;
  left: 38%;
}
.arrow1 p {
  margin-top: -109px;
  margin-left: -50px;
  font-size: 18px;
  color: #fff;
}
.arrow2 {
  top: 52%;
  left: 55%;
}

.arrow2 p{
  margin-top: -109px;
  margin-left: -95px;
  font-size: 18px;
  color: #fff;
}
.arrow3 {
  top: 60%;
  left: 47%;
}

.arrow3 p{
  margin-top: -109px;
  margin-left: -68px;
  font-size: 18px;
  color: #fff;
}

.slide-ok1 {
  top: -70vh;
  left: 35%;
  position: absolute;
}

.slide-ok1 p{
  margin-top: -109px;
  margin-left: -90px;
  font-size: 18px;
  color: #fff;
}


.slide-ok2 {
  top: -77vh;
  left: 50%;
  position: absolute;
}

.slide-ok2 p{
  margin-top: -109px;
  margin-left: -106px;
  font-size: 18px;
  color: #fff;
  font-family: Montserrat;
}

.slide-ok3 {
  top: -79vh;
  left: 76%;
  position: absolute;
}

.slide-ok3 p{
  margin-top: -109px;
  margin-left: -98px;
  font-size: 18px;
  color: #fff;
}

.oklar-slide {
  position: relative;
}

#page2{
  font-family: 'Montserrat Alternates', sans-serif;
  background: #95a7b5;
  transition: all 1s;
  transition-delay: 1s;
  margin:0;
  overflow: hidden;
}
#page2 header{
  /* background-color: #8495a5; */
}
.line{
  background-image: url(../img/line.png);
  background-size: cover;
  width: 100%;
  height: 90px;
  margin-top: 20px;
  background-color: #8495a5;
}
.alt-menu {
  position: absolute;
}

.va{
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.box-rnk {
  padding: 5px 10% !important;
}

.grd {
  margin: 0;
  padding: 0px;
  float: left;
  border: 2px solid #95a7b5;
  cursor: pointer;
}
.box-rnk p {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  float: right;
  max-width: 50%;
  margin: 0;
}
.box-rnk img {
  margin-right: 50px;
}
.ust-menu {
}
.ust-menu p {
    padding: 15px 20px;
    margin: 0;
    border: 1px solid;
    border-image: linear-gradient(to top, #256597 0%,#5c7081 100%);
    border-image-slice: 1;
    border-width: 2px;
    position: relative;
    margin-right: 3px;
    margin-bottom: 0;
    background: #0066b2;
}
.ust-menu p.menu-active{
    padding: 15px 30px;
    margin: 0;
    border: 1px solid;
    border-image: linear-gradient(to bottom, #c58659 0%,#0a68ad 100%);
    border-image-slice: 1;
    border-width: 2px;
    position: relative;
    margin-right: 5px;
    margin-bottom: 0;
    }
.ust-menu p a {
    color: #fff;
    font-weight: 600;
    position: absolute;
    display: contents;
}
/*
.ust-menu p:nth-child(1){
      background: linear-gradient(45deg, #3a6587,#506577);
      margin-left: -1px;
}

.ust-menu p:nth-child(2){
      background: linear-gradient(45deg, #4b657a,#696463);
}
.ust-menu p:nth-child(3){
      background: linear-gradient(45deg, #656466,#836451);
}
.ust-menu p:nth-child(4){
      background: linear-gradient(45deg, #816453,#926446);
}
.ust-menu p:nth-child(5){
      background: linear-gradient(45deg, #8f6448,#ad6332);
}*/
 canvas {
    width: 100%;
    width: 100%;
    padding: 0 2px;
}

.detay h1 {
    font-size: 30px;
    color: #fff;
}

.detay-box {
    max-width: 37%;
    font-size: 11px;
    font-weight: 600;
    padding: 20px 15px;
    background: #0000001f;
    border-radius: 10px;
    line-height: 1.95;
}

.detay {
    position: absolute;
    bottom: 80px;
    right: 30px;
    position: absolute;
    text-align: center;
}
.urun-baslik h1 {
    font-size: 30px;
    color: #fff;
}

.urun-baslik {
    margin-left: 30px;
    position: absolute;
    bottom: 130px;
}
.detay img {
    text-align: center;
    align-items: center;
    display: initial;
}
.urun-detay{
  position: relative;
  padding-top: 120px;
}
.detay p {
    width: 100%;
    display: block;
    text-align: center;
    cursor: pointer;
}
 
small {
    font-weight: 600;
}
.araba-gizli{
  margin: 0 2px;
  display: none;
  overflow: hidden;
}

.detay-box.slide-top{
            animation-delay: 2s;
            opacity: 0

}

.slide-top {
  -webkit-animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
            opacity: 1
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
             opacity: 1
  }
}
.urun-gorsel {
    /* min-height: 680px; */
    border: 2px solid transparent;
    border-top: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #95a7b5;
}


.tracking-in-expand-fwd {
  -webkit-animation: tracking-in-expand-fwd 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
          animation: tracking-in-expand-fwd 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
          animation-delay: 2s
}

@-webkit-keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
            transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
            transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

 


.slide-bottom {
  -webkit-animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;

 }
 
@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}




.text-hover:hover {
  -webkit-animation: text-hover 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: text-hover  0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
 }
 
.ust-menu .text-hover:hover {
   -webkit-animation: text-hover2 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: text-hover2  0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@-webkit-keyframes text-hover {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes text-hover {
    0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}





@-webkit-keyframes text-hover2 {
  0% {
  padding-bottom:15px;
  padding-top:15px;
  }
  100% {
padding-bottom: 20px;
    padding-top: 10px;  }
}
@keyframes text-hover2 {
  0% {
  padding-bottom:15px;
  padding-top:15px;
  }
  100% {
padding-bottom: 20px;
    padding-top: 10px;  }
}




.araba-gizli img {
    height: -webkit-fill-available;
}


.fade-in {
  -webkit-animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
          animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
}

.fade-in2 {
  -webkit-animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
          animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


 
 #page{
  background: #95a7b5;
 }
 .arrow p{
  font-family: Montserrat;
  background-color: #0066b263;
  padding: 5px;
  border: solid 1px #e66207;
 }
 a:hover {
     text-decoration: none !important;
}
.grd.active{border-bottom: 2px solid #e66207;}
.li-active{background: #e66207 !important;}
.btn-primary:hover {
    color: #fff;
    background-color: #95a7b5;
    border-color: #95a7b5;
}
.page3{
  background-color: #fff !important;
  overflow: auto !important;
}
.bg-light {
    background-color: #f1f5fa;
}

.page3 .header {
    
    position: sticky;
}
.top-sosyal a {
    margin: 0px 6px;
}
.brand {
    background: #f1f5fa;
    padding: 6px 0;
}

.brand nav {
    float: right;
    display: flex;
    align-items: center;
   
}
 
.breadcrumb-item.active {
    color: #253241;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #253241;
}
.brand .breadcrumb{
  padding: 0;
  margin: 0; 
}
.b-title-page__wrap{
  min-height: 350px
}
.brand a {
    color: #253241;
}
.brand .active {
    color: #e66207;
}
.footer-logo {
    margin-bottom: 30px;
}
.page3 .header{
 
/* border-bottom: 5px solid #e66207; */
}
.btn-head a {
    color: #fff;
}

.btn-head h3 {
    margin: 0;
    margin-top: 25px;
}
.btn-head{
  margin-top: 30px;
  display: none;
}
.btn-primary:hover {
    color: #fff;
    background-color: #e66207;
    border-color: #e66207;
}
.trf{
  text-transform: inherit;
}
.footer-link{
  float: right;
}
.footer-contacts .footer-section__title {
    margin-top: 3px;
}
.weeb img {
    width: 60px;
    
}
.txt-center{
  text-align: center;
}
.form-control{
      text-transform: capitalize;
}
ul{/* margin-left: 20px; */}
.bg-primary {
    background-color: #0066b2 !important;
}
.b-contacts .ic { 
    background-color: #0066b2;
}
.b-contacts__info a {
    color: #555;
}

.b-contacts__info a:hover {
    color: #e66207;
}
.b-contacts__info a b {
    color: #afcee4;
    padding-top: 5px;
    display: block;
}
.post-date  .entry-date{
  width: 75px
}
.customers .b-goods-f:not(.b-goods-f_row) .b-goods-f__media{
  width: 100%;
  overflow: hidden;
 }

.cert .customers .b-goods-f:not(.b-goods-f_row) .b-goods-f__media{ 
  border: 5px solid #34404e;
}
.customers .b-goods-f:not(.b-goods-f_row) .b-goods-f__main {
    width: 100%;
    height: auto;
    min-height: auto;
}
.customers{
  display: block;
  margin-bottom: 30px;
    cursor: pointer;

}
.customers .img-scale{
  transition: all 1s
}
.customers:hover .img-scale{
  transform: scale(1.3);
}


@keyframes rotate {
   100% {
     transform: rotate(1turn);
  }
}
 .rainbow {
   position: relative;
   z-index: 0;
   width: 100%;
   overflow: hidden;
   padding: 6px;
}
 .rainbow::before {
   content: '';
   position: absolute;
   z-index: -2;
   left: -50%;
   top: -50%;
   width: 200%;
   height: 200%;
   background-color: #e66207;
   background-repeat: no-repeat;
   background-size: 50% 50%, 50% 50%;
   background-position: 0 0, 100% 0, 100% 100%, 0 100%;
   background-image: linear-gradient(#0066b2, #0066b2), linear-gradient(#e66207, #e66207);
   animation: rotate 10s linear infinite;
}
 .rainbow::after {
   content: '';
   position: absolute;
   z-index: -1;
   left: 6px;
   top: 6px;
   width: calc(100% - 12px);
   height: calc(100% - 12px);
   background: white;
}
.cst .customers .img-scale{
  filter: grayscale(1);
}
.cst .customers:hover .img-scale{
  filter: none;
}
.btm {
    position: absolute;
    display: flex;
    bottom: 20px;
    clear: both;
    text-align: center;
    width: 100%;
    left: 0;
    text-align: center;
}
.btm b {
    text-align: center;
    width: 100%;
}



 
header:after {
content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 7px;
    width: 100%;
    background: linear-gradient(60deg, #0066b2,#6198bf, #e66207,#eaad82);
     -webkit-animation: animatedgradient 4s ease alternate infinite;
    animation: animatedgradient 4s ease alternate infinite;
    background-size: 300% 300%;
}


@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.widget-title{
  cursor: pointer;
}
.widget-title:hover{
  background-image: url(../img/car.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 91.5%;
 }
.widget-title:hover .flaticon-car-4{
  opacity: 0
}

.menu-active {
    border-bottom: 4px solid #0066b2;
}

.nav-link {
    padding: 14px 50px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
 


 
 .search-box {
   transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
   width: 25px;
   border: none;
   cursor: pointer;
   background: transparent;
}
 box-shadow: 0 0 0 5px #3d4752;
}
 .search-box:hover + label .search-icon {
   color: white;
}
 .search-box:focus {
   transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
   border: none;
   outline: none;
   box-shadow: none;
   padding-left: 15px;
   cursor: text;
   width: 150px; 
   color: #e66207;
      border-bottom: 2px solid #e66207

}
 .search-box:focus + label .search-icon {
   color: #fff;
}
 .search-box:not(:focus) {
   text-indent: -5000px;
}
 #search-submit {
   position: relative;
   left: -5000px;
}
 .search-icon {
   position: relative;
   left: -30px;
   color: white;
   cursor: pointer;
}
.tm2 {width: 100%;z-index: 999;margin-top: 10px;}
.tm2 .breadcrumb-item {
    color: #fff;
    display: block;
    width: 100%;
    font-size: 20px
}
.tm2 .breadcrumb-item:bofore{
  display: none;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item::before { 
   display: none;
}
li.breadcrumb-item.active {
    font-size: 40px;
}
.btm2{
  margin-bottom: 30px;
  display: block;
}
.bg-wh h2,.bg-bl h2{
  margin-top: 0 !important
}
.bg-bl h2{
  color: #fff;
  margin-bottom: 35px;
}
.bg-wh {
    background: #fff;
    box-shadow: 0 0 15px 5px #0000002e;
    padding: 80px;
    margin-top: -250px;
    z-index: 99999;
}

.bg-bl {
    background: #0066b2;
    padding: 80px;
    margin-top: -250px;
    z-index: 99999;
    color: #fff;
    position: relative;
}


.bg-bl:after {
    content : "";
    display: block;
    position: absolute;
    bottom: -80px;
    right: 40px;
    background-image: url(../img/logo-1.png);
    background-size: 300px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0.09;
    z-index: -1;
    background-position: bottom right;
    transform: rotateZ(-15deg);
}


.bg-bl a,.bg-bl  .b-contacts__info{ 
    color: #fff
}

.bg-bl i {
    font-size: 20px;
    display: block;
    margin-top: 5px;
    color: #afcee4;
} 
.menu2 {
  position: absolute;
  right: 0;
  cursor: pointer;
}
.menu{
  cursor: pointer;
}

.carousel-indicators > li,
.carousel-indicators > li.active{
  text-indent: 0;
  height: 69px;
  padding-left: 30px;
  background: transparent;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding-right: 30px;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 100%;
  background-color: #fff;
  overflow-x: hidden;
  /*transition: 0.5s;*/
  padding-top: 60px;
}



#slides{
  position: relative;

  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.slide{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.slide .oklar-slide{
  opacity: 0 !important;
}

.showing .oklar-slide{
  opacity: 1; 
}

.slide img{

width: 100%;

height: 94vh;

object-fit: cover;
}

.showing{
  opacity: 1;
  z-index: 2;
}
.slide{
  font-size: 40px;
  box-sizing: border-box;
  background: #333;
  color: #fff;
  width: 100%;
}

.controls{

position: absolute;

right: 0;

top: 0;

z-index: 99;

cursor: pointer;
}
.controls img{width: 50px;}

.slide-h{
  /* width: 200px; */
  /* display: inline-block; */
  /* border-bottom: 5px solid #e66207; */
  /* margin: 15px; */
  /* padding-left: 30px; */
  /* padding-right: 30px; */
  /* font-size: 18px; */
  /* font-weight: 500; */
  color: #fff;
  cursor: pointer;
  margin-bottom: 0;
}
.sl-txt {
  position: absolute;
  left: 0;
  top: 90vh;
  z-index: 999999999999999;
}

.slide-h.active{
  /* border-bottom: 5px solid #1e74b5; */
}

h1 {
  font-size: 18px;
  font-weight: 600;
}

h2 {
  font-size: 18px;
  margin-top: 50px;
  margin-bottom: 17px;
}

p {
  font-size: 15px;
}




.zoom {
  transform: scale(1);
  transition: all 1s, filter .5s ease-out;
}

.ani {
  transform: scale(1.1);  

}

.scale-up-center {
  -webkit-animation: scale-up-center 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: scale-up-center 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.scale-up-center2 {
  -webkit-animation: scale-up-center2 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: scale-up-center2 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


.scale-up-center3 {
  -webkit-animation: scale-up-center3 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: scale-up-center3 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


.scale-up-center0 {
  -webkit-animation: scale-up-center0 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: scale-up-center0 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

/* ----------------------------------------------
* Generated by Animista on 2019-10-18 11:45:10
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */

/**
* ----------------------------------------
* animation scale-up-center
* ----------------------------------------
*/
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity:0.8;
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);

  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity:0.8;
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);

  }
}


@-webkit-keyframes scale-up-center2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity:0.4;
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);

  }
}
@keyframes scale-up-center2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity:0.4;
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);

  }
}



@-webkit-keyframes scale-up-center3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity:0.4;
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);

  }
}
@keyframes scale-up-center2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity:0.4;
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);

  }
}


@-webkit-keyframes scale-up-center0 {
  0% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);

  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);

  }
}
@keyframes scale-up-center0 {
  0% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);

  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);

  }
}


.video {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
  display: none;
  background: #565656;
  height: 100vh;
}
video {
  width: 90%;
  margin: 0% 5%;
}
.hidee{
  display: none !important;
}
.two-sl{
  display: none;
  position: absolute;
}
.two-sl img{
  width: 100%;
  height: 104vh;
  object-fit: cover;
}
.close img {
  width: 20px;
}


#bars {
  height: 30px;
  right: -28px;
  position: relative;
  width: 40px;
  top: -45px;
}

.bar {
  background: #c4e15e;
  bottom: 1px;
  height: 3px;
  position: absolute;
  width: 3px;
  animation: sound 0ms -800ms linear infinite alternate;
}

@keyframes sound {
  0% {
   opacity: .35;
   height: 3px; 
 }
 100% {
  opacity: 1;       
  height: 20px;        
}
}

.bar:nth-child(1)  { left: 1px; animation-duration: 474ms; }
.bar:nth-child(2)  { left: 5px; animation-duration: 433ms; }
.bar:nth-child(3)  { left: 9px; animation-duration: 407ms; }

.mute,.mute2 {
  margin-left: 10px;
  width: 50px;
}

.bt,.bt2{
  display: none;
  position: absolute;
  z-index: 999;
  width: 30px;
  top: 0;
  right: 0;
  cursor: pointer;
}
#pause {
  /* right: 30px; */
}
.hide {
  margin-right: 30px !important;
}
.araba {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 100px;
}

.slide-left {
  -webkit-animation: slide-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation-delay: 1s;
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-350px);
    transform: translateX(-350px);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-350px);
    transform: translateX(-350px);
  }
}


.w25{
  width: 350px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 99;
  overflow: hidden;

}





.mr25{
  margin-right: 350px !important;
}

.arrow{
  position: absolute;
  transform: translate(-50%,-50%);
}
.arrow span{
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 5px solid #e66207;
  border-right: 5px solid #e66207;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}
.arrow span:nth-child(2){
  animation-delay: -0.2s;
}
.arrow span:nth-child(3){
  animation-delay: -0.4s;
}
@keyframes animate {
  0%{
    opacity: 0;
    transform: rotate(45deg) translate(-20px,-20px);
  }
  50%{
    opacity: 1;
  }
  100%{
    opacity: 0;
    transform: rotate(45deg) translate(20px,20px);
  }
}



.arrow1{
  top: 39%;
  left: 38%;
}
.arrow1 p {
  margin-top: -109px;
  margin-left: -50px;
  font-size: 18px;
  color: #fff;
}
.arrow2 {
  top: 52%;
  left: 55%;
}

.arrow2 p{
  margin-top: -109px;
  margin-left: -95px;
  font-size: 18px;
  color: #fff;
}
.arrow3 {
  top: 60%;
  left: 47%;
}

.arrow3 p{
  margin-top: -109px;
  margin-left: -68px;
  font-size: 18px;
  color: #fff;
}

.slide-ok1 {
  top: -70vh;
  left: 35%;
  position: absolute;
}

.slide-ok1 p{
  margin-top: -109px;
  margin-left: -90px;
  font-size: 18px;
  color: #fff;
}


.slide-ok2 {
  top: -77vh;
  left: 50%;
  position: absolute;
}

.slide-ok2 p{
  margin-top: -109px;
  margin-left: -106px;
  font-size: 18px;
  color: #fff;
  font-family: Montserrat;
}

.slide-ok3 {
  top: -79vh;
  left: 76%;
  position: absolute;
}

.slide-ok3 p{
  margin-top: -109px;
  margin-left: -98px;
  font-size: 18px;
  color: #fff;
}

.oklar-slide {
  position: relative;
}

#page2{
  font-family: 'Montserrat Alternates', sans-serif;
  background: #95a7b5;
  transition: all 1s;
  transition-delay: 1s;
  margin:0;
  overflow: hidden;
}
#page2 header{
  /* background-color: #8495a5; */
}
.line{
  background-image: url(../img/line.png);
  background-size: cover;
  width: 100%;
  height: 90px;
  margin-top: 20px;
  background-color: #8495a5;
}
.alt-menu {
  width: 100%;
  background: #768a99;
  z-index: 99;
  border: 0;
  bottom: 0;
}

.va{
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.box-rnk {
  padding: 5px 10% !important;
}

.grd {
  margin: 0;
  padding: 0px;
  float: left;
  border: 2px solid #eaece9;
  cursor: pointer;
}
.box-rnk p {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  float: right;
  max-width: 100%;
  margin: 0;
}
.box-rnk img {
  margin-right: 50px;
}
.ust-menu {
    width: 100%;
    z-index: 9;
    opacity: 0;
    position: absolute;
    margin-bottom: 82px;
    bottom: 0;
    visibility: hidden;
}
.ust-menu p {
    padding: 15px 20px;
    margin: 0;
    border: 1px solid;
    border-image: linear-gradient(to top, #256597 0%,#5c7081 100%);
    border-image-slice: 1;
    border-width: 2px;
    position: relative;
    margin-right: 3px;
    margin-bottom: 0;
    background: #0066b2;
}
.ust-menu p.menu-active{
    padding: 15px 30px;
    margin: 0;
    border: 1px solid;
    border-image: linear-gradient(to bottom, #c58659 0%,#0a68ad 100%);
    border-image-slice: 1;
    border-width: 2px;
    position: relative;
    margin-right: 5px;
    margin-bottom: 0;
    }
.ust-menu p a {
    color: #fff;
    font-weight: 600;
    position: absolute;
    display: contents;
}
/*
.ust-menu p:nth-child(1){
      background: linear-gradient(45deg, #3a6587,#506577);
      margin-left: -1px;
}

.ust-menu p:nth-child(2){
      background: linear-gradient(45deg, #4b657a,#696463);
}
.ust-menu p:nth-child(3){
      background: linear-gradient(45deg, #656466,#836451);
}
.ust-menu p:nth-child(4){
      background: linear-gradient(45deg, #816453,#926446);
}
.ust-menu p:nth-child(5){
      background: linear-gradient(45deg, #8f6448,#ad6332);
}*/
 canvas {
    width: 100%;
    width: 100%;
    padding: 0;
}

.detay h1 {
    font-size: 30px;
    color: #fff;
}

.detay-box {
    max-width: 37%;
    font-size: 11px;
    font-weight: 600;
    padding: 20px 15px;
    background: #0000001f;
    border-radius: 10px;
    line-height: 1.95;
}

.detay {
    position: absolute;
    bottom: 80px;
    right: 30px;
    position: absolute;
    text-align: center;
}
.urun-baslik h1 {
    font-size: 30px;
    color: #fff;
}

.urun-baslik {
    margin-left: 30px;
    position: absolute;
    bottom: 130px;
}
.detay img {
    text-align: center;
    align-items: center;
    display: initial;
}
.urun-detay{
  position: relative;
  padding-top: 120px;
  height: 100%;
  display: contents;
}
.detay p {
    width: 100%;
    display: block;
    text-align: center;
    cursor: pointer;
}
 
small {
    font-weight: 600;
}
.araba-gizli{
  margin: 0 2px;
  display: none;
  overflow: hidden;
}

.detay-box.slide-top{
            animation-delay: 2s;
            opacity: 0

}

.slide-top {
  -webkit-animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  visibility: visible;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
            opacity: 1
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
             opacity: 1
  }
}
.urun-gorsel {
    /* min-height: 680px; */
    border: 0;
    border-top: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: linear-gradient(90deg, #dfdfdf, #f2f2f2);
    height: auto !important;
}


.tracking-in-expand-fwd {
  -webkit-animation: tracking-in-expand-fwd 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
          animation: tracking-in-expand-fwd 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
          animation-delay: 2s
}

@-webkit-keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
            transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
            transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

 


.slide-bottom {
  -webkit-animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;

 }
 
@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}




.text-hover:hover {
  -webkit-animation: text-hover 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: text-hover  0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
 }
 
.ust-menu .text-hover:hover {
   -webkit-animation: text-hover2 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: text-hover2  0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@-webkit-keyframes text-hover {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes text-hover {
    0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}





@-webkit-keyframes text-hover2 {
  0% {
  padding-bottom:15px;
  padding-top:15px;
  }
  100% {
padding-bottom: 20px;
    padding-top: 10px;  }
}
@keyframes text-hover2 {
  0% {
  padding-bottom:15px;
  padding-top:15px;
  }
  100% {
padding-bottom: 20px;
    padding-top: 10px;  }
}




.araba-gizli img {
    height: -webkit-fill-available;
}


.fade-in {
  -webkit-animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
          animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
}

.fade-in2 {
  -webkit-animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
          animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


 
 #page{
  background: #51aaef !important;
 }
 .arrow p{
  font-family: Montserrat;
  background-color: #0066b263;
  padding: 5px;
  border: solid 1px #e66207;
 }
 a:hover {
     text-decoration: none !important;
}
.grd.active{border-bottom: 2px solid #e66207;}
.li-active{background: #e66207 !important;}
.btn-primary:hover {
    color: #fff;
    background-color: #95a7b5;
    border-color: #95a7b5;
}
.page3{
  background-color: #fff !important;
  overflow: auto !important;
}
.bg-light {
    background-color: #f1f5fa;
}

.page3 .header {
    
    position: sticky;
}
.top-sosyal a {
    margin: 0px 6px;
}
.brand {
    background: #f1f5fa;
    padding: 6px 0;
}

.brand nav {
    float: right;
    display: flex;
    align-items: center;
   
}
 
.breadcrumb-item.active {
    color: #253241;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #253241;
}
.brand .breadcrumb{
  padding: 0;
  margin: 0; 
}
.b-title-page__wrap{
  min-height: 350px
}
.brand a {
    color: #253241;
}
.brand .active {
    color: #e66207;
}
.footer-logo {
    margin-bottom: 30px;
}
.page3 .header{
 
/* border-bottom: 5px solid #e66207; */
}
.btn-head a {
    color: #fff;
}

.btn-head h3 {
    margin: 0;
    margin-top: 25px;
}
.btn-head{
  margin-top: 30px;
  display: none;
}
.btn-primary:hover {
    color: #fff;
    background-color: #e66207;
    border-color: #e66207;
}
.trf{
  text-transform: inherit;
}
.footer-link{
  float: right;
}
.footer-contacts .footer-section__title {
    margin-top: 3px;
}
.weeb img {
    width: 60px;
    
}
.txt-center{
  text-align: center;
}
.form-control{
      text-transform: capitalize;
}
ul{/* margin-left: 20px; */}
.bg-primary {
    background-color: #0066b2 !important;
}
.b-contacts .ic { 
    background-color: #0066b2;
}
.b-contacts__info a {
    color: #555;
}

.b-contacts__info a:hover {
    color: #e66207;
}
.b-contacts__info a b {
    color: #e66207;
    padding-top: 5px;
    display: block;
}
.post-date  .entry-date{
  width: 75px
}
.customers .b-goods-f:not(.b-goods-f_row) .b-goods-f__media{
  width: 100%;
  overflow: hidden;
 }

.cert .customers .b-goods-f:not(.b-goods-f_row) .b-goods-f__media{ 
  border: 5px solid #34404e;
}
.customers .b-goods-f:not(.b-goods-f_row) .b-goods-f__main {
    width: 100%;
    height: auto;
    min-height: auto;
}
.customers{
  display: block;
  margin-bottom: 30px;
    cursor: pointer;

}
.customers .img-scale{
  transition: all 1s
}
.customers:hover .img-scale{
  transform: scale(1.3);
}


@keyframes rotate {
   100% {
     transform: rotate(1turn);
  }
}
 .rainbow {
   position: relative;
   z-index: 0;
   width: 100%;
   overflow: hidden;
   padding: 6px;
}
 .rainbow::before {
   content: '';
   position: absolute;
   z-index: -2;
   left: -50%;
   top: -50%;
   width: 200%;
   height: 200%;
   background-color: #e66207;
   background-repeat: no-repeat;
   background-size: 50% 50%, 50% 50%;
   background-position: 0 0, 100% 0, 100% 100%, 0 100%;
   background-image: linear-gradient(#0066b2, #0066b2), linear-gradient(#e66207, #e66207);
   animation: rotate 10s linear infinite;
}
 .rainbow::after {
   content: '';
   position: absolute;
   z-index: -1;
   left: 6px;
   top: 6px;
   width: calc(100% - 12px);
   height: calc(100% - 12px);
   background: white;
}
.cst .customers .img-scale{
  filter: grayscale(1);
  transform: scale(0.7);
}
.cst .customers:hover .img-scale{
  filter: none;
  transform: scale(1);
}
.btm {
    position: absolute;
    display: flex;
    bottom: 20px;
    clear: both;
    text-align: center;
    width: 100%;
    left: 0;
    text-align: center;
}
.btm b {
    text-align: center;
    width: 100%;
}



 
header:after {
content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 7px;
    width: 100%;
    background: linear-gradient(60deg, #0066b2,#6198bf, #e66207,#eaad82);
     -webkit-animation: animatedgradient 4s ease alternate infinite;
    animation: animatedgradient 4s ease alternate infinite;
    background-size: 300% 300%;
}


@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.widget-title{
  cursor: pointer;
}
.widget-title:hover{
  background-image: url(../img/car.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 91.5%;
 }
.widget-title:hover .flaticon-car-4{
  opacity: 0
}

.menu-active {
    border-bottom: 4px solid #0066b2;
}

.nav-link {
    padding: 14px 50px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
 


 
 .search-box {
   transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
   width: 25px;
   border: none;
   cursor: pointer;
   background: transparent;
}
 box-shadow: 0 0 0 5px #3d4752;
}
 .search-box:hover + label .search-icon {
   color: white;
}
 .search-box:focus {
   transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
   border: none;
   outline: none;
   box-shadow: none;
   padding-left: 15px;
   cursor: text;
   width: 150px; 
   color: #e66207;
      border-bottom: 2px solid #e66207

}
 .search-box:focus + label .search-icon {
   color: #fff;
}
 .search-box:not(:focus) {
   text-indent: -5000px;
}
 #search-submit {
   position: relative;
   left: -5000px;
}
 .search-icon {
   position: relative;
   left: -30px;
   color: white;
   cursor: pointer;
}
.tm2 {width: 100%;z-index: 999;margin-top: 10px;}
.tm2 .breadcrumb-item {
    color: #fff;
    display: block;
    width: 100%;
    font-size: 20px
}
.tm2 .breadcrumb-item:bofore{
  display: none;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item::before { 
   display: none;
}
li.breadcrumb-item.active {
    font-size: 40px;
}
.btm2{
  margin-bottom: 30px;
  display: block;
}
.bg-wh h2,.bg-bl h2{
  margin-top: 0 !important
}
.bg-bl h2{
  color: #fff;
  margin-bottom: 35px;
}
.bg-wh {
    background: #fff;
    box-shadow: 0 0 15px 5px #0000002e;
    padding: 80px;
    margin-top: -250px;
    z-index: 99999;
}

.bg-bl {
    background: #121820;
    padding: 80px;
    margin-top: -250px;
    z-index: 99999;
    color: #fff;
    position: relative;
}


.bg-bl:after {
    content : "";
    display: block;
    position: absolute;
    bottom: -80px;
    right: 40px;
    background-image: url(../img/logo-1.png);
    background-size: 280px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    z-index: -1;
    background-position: bottom right;
    transform: rotateZ(-15deg);
}


.bg-bl a,.bg-bl  .b-contacts__info{ 
    color: #fff
}

.bg-bl i {
    font-size: 20px;
    display: block;
    margin-top: 5px;
    color: #e66207;
}
.iletisim2{
  margin-bottom: 100px
}

.logo-tr, .logo-bl, .logo-txt{
  position: absolute;
}
.logo-txt{
  margin-left: -5px;
  width: 250px;
  margin-top: 21px;
}





.navbar-brand:hover .logo-tr {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform-origin: center;
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
    transition: transform 2.0s ease all;
    -moz-transition: -moz-transform 2.0s ease all;
    -webkit-transition: -webkit-transform 2.0s ease all;
}
.navbar-brand:hover .logo-tr  {
    transition: 2.0s ease all;
    -moz-transition: 2.0s ease all;
    -webkit-transition: 2.0s ease all;
}
.logo-tr {
    transition: 1.0s ease all;
    -moz-transition: 1.0s ease all;
    -webkit-transition: 1.0s ease all;
}

.navbar-brand:hover .logo-bl {
    transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform-origin: center;
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
    transition: transform 2.0s ease all;
    -moz-transition: -moz-transform 2.0s ease all;
    -webkit-transition: -webkit-transform 2.0s ease all;
}
.navbar-brand:hover .logo-bl  {
    transition: 2.0s ease all;
    -moz-transition: 2.0s ease all;
    -webkit-transition: 2.0s ease all;
}
.logo-bl {
    transition: 1.0s ease all;
    -moz-transition: 1.0s ease all;
    -webkit-transition: 1.0s ease all;
}
.mfp-wrap {
    z-index: 9999999;
}

.mfp-bg {
    z-index: 9999999;
}
.cst .b-goods-f__media {
    border: inset 6px #0066b2;
}

a.top-bar__link .icon-envelope ,a.top-bar__link .icon-phone{
    position: absolute;
    width: 50px !important;
    top: 8px;
    margin-left: -25px;
}
.top-bar__link{
  margin-left: 15px;
}