/* 

Theme Name: KCB Grup
Theme URI: https://www.teknoritim.com
Author: Selehattin İnan
Description: KCB Grup için TeknoRitim tarafından hazırlanmıştır.
Version: 1.0
Text Domain: kcbgrup

*/
 
 
input.tp-btn {
    display: inline-block;
    font-family: var(--tp-ff-heading);
    font-weight: 600;
    font-size: 16px;
    background-image: var(--tp-gradient-primary);
    color: var(--tp-common-white);
    padding: 16px 44px;
    border-radius: 45px;
    transition: all 0.4s ease-in;
    background-size: 200% auto;
    overflow: hidden;
}
.tp-contact-breadcrumb-content input, .tp-contact-breadcrumb-content textarea {
    margin-bottom: 0px !important;
}
.tp-contact-input-i p{
    margin-bottom: 20px !important;
}

.nav-menufooter li{
    padding-left:0px !important;
    margin-left: 0px !important;
}

.anasayfa-iletisim input.form-control{
    border: 1px solid #fff;
    border-radius: 5px;
    height: 62px;
    background: var(--tp-common-white);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}


.anasayfa-iletisim input.tp-btn{
    width: 100%;
    border-radius: 5px;
    padding: 18px 0;
}









        .phone-call {
    width: 50px;
    height: 50px;
    left: 20px;
    bottom: 65px;
    background: #10b418;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
  display: inline-block;
  line-height: 45px;
}

.phone-call:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.6);
        opacity: .6;
    }
    75% {
        -webkit-transform: scale(0.9);
        opacity: .3;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    25% {
        transform: scale(0.3);
        opacity: 1;
    }
    50% {
        transform: scale(0.6);
        opacity: .6;
    }
    75% {
        transform: scale(0.9);
        opacity: .3;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}



.tp-service-item-2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: auto;
  top: 0;
  border-radius: 5px;
  background: var(--tp-theme-secondary);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  z-index: -1;
}



.tp-service-area-2 .sektor:nth-child(1) .tp-service-item-2::after{

    background: #ca2d24 !important;

}

.tp-service-area-2 .sektor:nth-child(2) .tp-service-item-2::after{

    background: #005d4b !important;

}

.tp-service-area-2 .sektor:nth-child(3) .tp-service-item-2::after{

    background: #0034a1 !important;

}

 







