.tekart-logo-area{
    width:210px;
    max-width: initial;
    margin-top: -10px;
}
.tp-slider-3-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.tpoffcanvas__contact-info ul li,
.tpoffcanvas__close-btn button {
    color: #000;
}
.breadcrumb__height{
    height: 380px;
}
.tp-main-menu-mobile ul li>a {
    color: #000;
}

.tpoffcanvas {
    background-color: #fff;
}

.tpoffcanvas__contact-title h5 {
    color: var(--tp-theme-1);
}

.tpoffcanvas__social .social-icon a {
    background-color: var(--tp-theme-1);
}

.tpoffcanvas__logo {
    margin-bottom: 20px;
    text-align: center;
}

.tpoffcanvas__logo img {
    width: 70%;
}

.tp-about-4-area img {
    width: 100%;
}

.tp-gallery-title {
    margin-bottom: 20px;
}

.tp-gallery-thumb img {
    height: 350px;
}

.flag {
    width: 22px;
}

.tp-main-menu-mobile ul li .flag {
    width: 22px;
}

.tp-project-details-area .image-area img {
    height: 220px;
    width: 100%;
}

.tp-header-menu>nav>ul>.has-dropdown-2:hover>a::after {
    background-color: transparent;
}

.tp-header-menu>nav>ul>.has-dropdown-2>.submenu>li>a::after {
    display: none
}
.tp-service-style-2 .tp-service-content{
    height:240px;
}
.tp-service-thumb .urun-img{
    height:410px;
}
.urun-detay-list{
    padding-left:40px;
}
.tp-service-2-area .ssh-title{
    color:#eb7c04;
}

@media screen and (max-width:1200px) {
    .tp-header-logo img {
        width: 70%;
    }

    tp-slider-2-content {
        margin-top: 30px;
    }

    .tp-about-4-area img {
        margin-bottom: 30px;
    }

    .tp-gallery-thumb img {
        height: 415px;
    }
    .tp-service-thumb .urun-img{
        height:370px;
    }
}
@media screen and (max-width:1070px) {
    .tp-service-thumb .urun-img{
        height:335px;
    }
}
@media screen and (max-width:991px) {
    .tp-service-thumb .urun-img{
        height:305px;
    }
    .tp-header-logo img {
        width: 50%;
    }
    .tp-service-style-2 .tp-service-content {
        height: 250px;
    }
}

@media screen and (max-width:767px) {
    .tp-slider-2-height {
        padding-bottom: 40px;
    }

    .tp-gallery-thumb img {
        height: auto;
    }
    .tp-service-thumb .urun-img{
        height:auto;
    }
    .tp-service-style-2 .tp-service-content {
        height: auto;
    }
}

@media screen and (max-width:576px) {
    .tp-project-details-area .image-area img {
        height: auto;
    }
    .tp-gallery-content{
        bottom:-61%;
        padding:15px 10px;
    }
    .tp-gallery-content .tp-btn-border-lg{
        height:40px;
        line-height:38px;
    }
    .tp-gallery-content .tp-gallery-title{
        margin-bottom:10px;
    }
}

@media screen and (max-width:414px) {
    .tp-header-logo img {
        width: 100%;
    }
}


#whatsapp .wtsapp {
  position: fixed;
  transform: all .5s ease;
  background-color: #25d366;
  display: block;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  border-right: none;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  bottom: 200px;
  right: 20px;
  border: 0;
  z-index: 9999;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

#whatsapp .wtsapp:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

#facebook .fcbk {
  position: fixed;
  transform: all .5s ease;
  background-color: #1877F2;
  display: block;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  border-right: none;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  bottom: 270px;
  right: 20px;
  border: 0;
  z-index: 9999;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

#facebook .fcbk:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background-color: #1877F2;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

#instagram .insta {
  position: fixed;
  transform: all .5s ease;
  background-color: #E1306C;
  display: block;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  border-right: none;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  bottom: 200px;
  right: 20px;
  border: 0;
  z-index: 9999;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

#instagram .insta:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background-color: #E1306C;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

#konum .phn {
  position: fixed;
  transform: all .5s ease;
  background-color: #fff;
  display: block;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  border-right: none;
  color: #000;
  font-weight: 700;
  font-size: 30px;
  bottom: 130px;
  right: 20px;
  border: 0;
  z-index: 9999;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

#konum .phn:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

#whatsapp .wtsapp:focus,
#konum .phn:focus {
  border: none;
  outline: none;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



