.post-item .post__body {
    margin-top:25px !important;
}

.header-topbar a {
    color: #ffffff !important;
}

.header-topbar .social-icons li a i {
    background-color: #ffffff;
}

.social-icons li{
    line-height: 1;
}

.footer .footer-primary {
    padding-bottom: 0px;
}

#scrollTopBtn {
    border-radius: 50%;
    margin-bottom: 20px;
    width: 50px;
    height: 50px;
}

.fnp_box {
    min-height: 100px;
    background: #ffffff;
    display: block;
    width: 100%;
}

.slider .slick-dots {
    text-align: right !important;
    width: 20px !important;
    right: 40px !important;
}

.slick-dots li button {
    width: 20px;
    height: 20px;
}

.slick-dots li {
    width: 25px;
    height: 25px;
}

.color-white {
    color: #ffffff !important;
}

.mb15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.fnp_slick {
    margin: 23px 20px;
}

.slick-arrow {
    top: 35% !important;
    transform: translateY(-50%);
    height: max-content!important;
}

.feature-layout1 .slick-dots {
    padding: 36px 0 !important;
}

.feature__body {
    text-align: center;
}
.feature__body img {
    max-width: 40%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
}
.feature-item .feature__title {
    color: #e30613;
}
.feature__title {
    min-height: 50px;
}
.feature__desc {
    min-height: 140px;
}

.btn__link.btn__secondary .icon-outlined {
    color: #000000;
}

.widget-services ul li a {
    padding: 14px 30px;
}

.fnp_bg {
    opacity: 0.95;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #E30613), color-stop(71%, #980810));
    background-image: linear-gradient(180deg, #E30613 19%, #980810 71%);
}

.fnp_content h1, .fnp_content h2, .fnp_content h3, .fnp_content h4, .fnp_content h5 {
    font-size: 30px !important;
    margin-bottom: 0px !important;
    font-weight: 800;
}

.pagetitle__heading {
    font-weight: 800 !important;
    font-size: 44px !important;
}

.btn__link:hover i{
    background-color: #efefef !important;
    border-color: #efefef !important;
    color: #000000 !important;
}
.btn__link:hover {
    color: #efefef !important;
}

.iletisim .feature__title {
    min-height: 27px !important;
}
.iletisim .feature__desc {
    min-height: 60px !important;
}

.blog-single .post-item .post__title {
    font-size: 30px;
}

.page-title-layout1, .page-title-layout2 {
    padding-top: 100px;
}


.floating_btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.elyazisi {
    cursor:pointer;
    font-size: 20px;
    font-family: 'Freehand', cursive !important;

}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size:30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}



.text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
}

.fnp_imza:hover {
    color: #efefef !important;
}

.accordion-item {
    border: 1px solid #e7ebef !important;
}

.process-item .process__title {
    margin-bottom: 0px !important;
    padding-bottom: 30px !important;
}

.fnp_imza {
    color: #ffffff !important;
}
.process_desc p{
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 14px;
}

.fnp_content .accordion-item {
    margin-bottom: 5px;
}

.fnp_cozum {
    background-color: #ffffff;
}
.accordion-item {
    padding: 16px 30px !important;
}
@media (min-width: 1200px){
    .container {
        max-width: 1480px !important;
    }
}
.overlay_fnp{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition:opacity 0.3s ease-in-out;
    background-color: rgb(217 14 20);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.overlay_fnp p{
    font-size: 1.0rem;
    margin-bottom: 0;
    text-align: center;
}

.process__icon{
    position: relative;
    display: flex;
    justify-content: center;
}
.process__icon h1{
    color: black;
    position: absolute;
    bottom:0;
    font-size: 28px;

}
.process__icon:hover .overlay_fnp {
    opacity: 1;
}
.process__icon:hover h1{
    display: none;
    transition:opacity 0.5s ease-in-out;
}

.overlay-text{
    color: white;
    padding: 30px 30px;
}

.overlay_fnp h1{
    font-size: 34px;
}

.content_slider{
    padding: 30px 15px;
}
.content_slider button{
 bottom: 51%!important;
}

.slick-arrow.slick-prev{
    position: absolute;
    bottom: 0;
}
.slick-arrow.slick-next:before, .slick-arrow.slick-prev:before {
    font-size: 46px!important;
    top: 50%!important;
}
.content_slider .slick-arrow.slick-prev{
    left: -18px!important;
}
.content_slider .slick-arrow.slick-next{
    right: -18px!important;
}

.feature-carousel .slick-arrow.slick-prev{
    left: -5% !important;
    color: #efefef!important;
}

.feature-carousel .slick-arrow.slick-next {
    right: -5% !important;
    color: #efefef!important;
}

.sidebar.has-marign-right{
    margin-right: 0!important;
}

.slider_picture.slick-slide{
    transition: transform 0.3s ease-in-out , opacity 0.3s ease-in-out;
}

.slider_picture.slick-slide.slick-active:not(.slick-center){
    transform: scale(0.9);
    opacity: 0.4;
}

.content_slider .slick-current.slick-center{
    transform: scale(1.1);
}

.project_card{
    padding: 15px;
    border-radius: 15px;
}

.project_card .card-img{
    text-align: center;
}

.project_card .card-img img{
    /*max-height: 110px;*/
    border-radius: 15px;
}

.project_card .card-body{
    padding: 0;
}

.project_card .card-body a{
    font-weight: 900;
}

.project_slider .slick-slide img{
    border-radius: 15px;
}

.project_slider .slick-dots{
    margin-top: 10px;
}

.project_slider .slick-dots li button{
    height: 15px;
    width: 15px;
}

.project_card .card-title{
    margin-top: 20px;
}

.project_card .card-title h5{
    font-size: 18px;
    margin-bottom: 0;
}

.line{
    width: 100%;
    height: 1px;
    background: #efefef;
    margin-bottom: 15px;
}

.iletisim .feature-item{
    min-height: 280px;
}

.iletisim .feature__desc{
    min-height: 1px!important;
}

.fixed_buttons{
    display: none;
}

@media screen and (max-width: 768px){
    .slider .slick-arrow{
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    .slider .slick-arrow.slick-prev{
        left: -7px!important;
    }

    .slider .slick-arrow.slick-next{
        right: -3px!important;
    }

    .slider .slick-arrow.slick-next:before, .slider .slick-arrow.slick-prev:before{
        font-size: 40px!important;
    }

    .slick-dots li button{
        width: 15px!important;
        height: 15px!important;
    }

    .slick-dots li{
        margin: 0!important;
    }

    .slick-arrow.slick-next:before, .slick-arrow.slick-prev:before{
        font-size: 30px!important;
    }

    .slide-item{
        height: 100% !important;
        background-size: cover!important;
        background-position: center top!important;
        background-repeat: no-repeat!important;
    }
    .slider .slide-item{
        height: 350px!important;
    }

    .feature-layout1{
        background-size: cover!important;
        background-repeat: no-repeat;
    }

    .feature-layout1 .feature-item:hover .feature__body{
        transform: translateY(-100%);
    }

    .page-title-layout2.page-title-light.bg-overlay.bg-parallax.bg-img{
        background-size: auto!important;
        background-repeat: no-repeat!important;
    }

    .fixed_buttons{
        position: fixed;
        bottom: 0;
        width: 100%;
        background: black;
        display: flex;
        align-items: center;
        z-index: 9999;
    }

    .fixed_buttons a{
        width: 100%;
        display: block;
        text-align: center;
        color: #fff;
        padding: 10px;
        font-size: 20px;
    }

    .fixed_buttons a:nth-child(2){
        background: #42da86;
        font-size: 25px;
    }

    .floating_btn{
        display: none;
    }

    .fancyboxs-layout3 .fancybox-item.fancybox-item-custom{
        margin-top: 30px;
    }

    .widget:after{
        top: 0!important;
    }

    .footer .footer-widget-contact{
        padding: 0;
    }

    .footer-widget-contact img{
        max-width: 140px!important;
    }

    .navbar-brand img{
        max-width: 120px!important;
    }

    .slider .slick-dots{
        width: auto!important;
        right: 50% !important;
        transform: translateX(50%);
    }
}