﻿.errortype {
    color: #D05454;
    font-weight: 600;
}

    .errortype:before {
        content: "\f071";
        display: inline-block;
        font-family: FontAwesome;
        margin-right: 4px;
    }


/* ++ Header ++ */

#header #logo img {
    max-height: 50px;
}

/* -- Header -- */


/* ++ Slider ++ */

.banner-area {
    background: url(../img/header/header_1.jpg) center;
    background-size: cover;
}
/* -- Slider -- */


/* ++ About ++ */

.home-about-area .home-about-right {
    background: none;
}

#about .home-about-right img {
    max-width: 100%;
}

.home-about-area .home-about-left ul {
    margin-bottom: 40px;
}

    .home-about-area .home-about-left ul li {
        list-style-type: disc;
    }

        .home-about-area .home-about-left ul li::marker {
            color: var(--site_red);
        }

/* -- About -- */


/* ++ Service ++ */

.single-service .thumb img {
    width: 100%;
    /*max-width: 100%;
    max-height: 190px;*/
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* -- Service -- */


/* ++ Faq ++ */

.faq-area {
    background: url(../img/genel/7.jpg) center;
    background-size: cover;
}

/* -- Faq -- */


/* ++ Ref ++ */

.single-ref .thumb {
    overflow: hidden;
}

    .single-ref .thumb img {
        width: 100%;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

.single-ref:hover .thumb img {
    transform: scale(1.1) rotate(-2deg);
}

/* -- Ref -- */


/* ++ Footer ++ */

footer .single-footer-widget img {
    max-height: 100px;
}

.footer-area h6 {
    color: #000000;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
}

.footer-area p {
    color: #303030;
    font-weight: 400;
    font-size: 14px;
}

.footer-area ul li {
    color: #303030;
    font-weight: 400;
    font-size: 14px;
}

    .footer-area ul li a {
        color: #303030;
        font-weight: 400;
        font-size: 14px;
    }

        .footer-area ul li a:hover {
            color: #000;
        }

/* -- Footer -- */


.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.nav-pills {
    background-color: #f7f6f6;
}

    .nav-pills .nav-link {
        background: 0 0;
        border: 0;
        border-radius: 2px;
        padding: 10px 20px;
        font-weight: 600;
        color:#303030;
    }

        .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
            color: #fff;
            background-color: var(--site_red);
            border: none;
            font-weight: 600;
        }

    .tab-pane img {
        width: 100%;
    }

.tab-content {
    width: 100%;
    padding-left: 40px;
}

.vw_sonuc {
    text-align: center;
}

.vw_sonuc i {
    font-size: 70px;
    color: #339609;
}

.vw_sonuc h4 {
    margin-top: 20px;
    font-size: 20px;
}