﻿
.sayfalama {
    margin-top: 30px;
    display: block;
    margin-bottom: 20PX;
    text-align: center;
}

    .sayfalama a {
        padding: 7px 15px;
        color: #666;
        background: #eeeeee;
        border: 1px solid #ddd;
        margin-left: 05px;
    }

        .sayfalama a:hover {
            background: #1d1d1d;
            color: #fff;
        }

        .sayfalama a.active {
            background: #1d1d1d;
            color: #fff;
        }



/*Loading start*/
.noclick {
    pointer-events: none;
}

.loadingrot {
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*Loading end*/


.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 500;
}



footer {
    background: #353535;
    position: relative;
}

.footer_ic {
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
}

.footer_copyright {
    background: #dadada;
    font-size: 13px;
    color: #666;
    padding: 15px 0px;
    text-align: center;
}


.footerdiv {
    margin-bottom: 20px;
}

.footer_logo {
    display: block;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 22px;
}

    .footer_logo img {
        max-width: 100%;
    }

.footer_iletdiv {
    background: #2c2c2c;
    padding: 35px 0px;
    margin-bottom: 0px;
}

    .footer_iletdiv span {
        color: #fff;
        font-weight: 400;
        font-size: 13px;
        display: inline-block;
    }

        .footer_iletdiv span b {
            color: #fff;
            font-weight: 700;
            font-size: 14px;
            display: block;
        }

    .footer_iletdiv .ii i {
        color: #fff;
        font-size: 35px;
        float: left;
        margin-right: 15px;
    }


.footerdiv .yazi {
    margin: 20px 0px;
    font-size: 13px;
}

.footerdiv h2 {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    margin: 0px;
    padding: 0px;
    display: block;
    margin-bottom: 23px;
}

    .footerdiv h2:after {
        width: 60px;
        content: "";
        height: 2px;
        background: #fcad18;
        margin: 0 auto;
        margin-top: 10px;
        display: none;
    }

.footerdiv:last-child h2:after {
}

.footerdiv h2 span {
    font-weight: 600;
    color: #fff;
}

.footer_menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .footer_menu li {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-bottom: 5px;
    }

        .footer_menu li a {
            position: relative;
            padding: 1px 0px;
            font-size: 14px;
            color: #fff;
            text-decoration: none;
            display: block;
            line-height: 1.7;
            transition: all 280ms ease-out;
        }

            .footer_menu li a i {
                font-size: 12px;
                margin-right: 5px;
                transition: all 280ms ease-out;
            }

            .footer_menu li a:hover {
                color: #fff;
                text-decoration: underline;
            }

                .footer_menu li a:hover i {
                    transform: rotate(360deg) scale(1.4);
                    color: #52c64e;
                }

.footer_sosyal_icon {
    display: inline-block;
}

    .footer_sosyal_icon a {
        text-decoration: none;
        color: #fff;
        font-size: 15px;
        padding: 0px 5px 0px 5px;
        display: inline-block;
        width: 27px;
        height: 27px;
        text-align: center;
        line-height: 1.9;
        transition: all 280ms ease-out;
        background: #2c2c2c;
    }

        .footer_sosyal_icon a:hover {
            color: #2c2c2c;
            background: #dadada;
        }

        .footer_sosyal_icon a:last-child {
            margin-right: 0px;
            padding: 0px 0px 0px 0px;
        }

.footer_tel {
    display: inline-block;
    margin: 0PX 0PX;
    margin-right: 30px;
}

    .footer_tel i {
        font-size: 30px;
        color: #98a2a5;
        display: inline-block;
        margin-right: 10px;
    }

    .footer_tel span {
        font-size: 13px;
        color: #98a2a5;
        font-weight: 500;
        display: inline-block;
        text-align: left;
    }

        .footer_tel span b {
            color: #242933;
            font-weight: 600;
            display: block;
        }


.footer_btn {
    margin-bottom: 15px;
    position: relative;
}

    .footer_btn a {
        display: block;
        background: #ffffff;
        color: #2a5564;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        position: relative;
        transition: all 0.4s;
        border-bottom-right-radius: 16px;
        border-top-right-radius: 16px;
        border-radius: 30px;
    }

        .footer_btn a:after {
            display: block;
            content: "";
            clear: both;
        }

        .footer_btn a span {
            display: inline-block;
            padding-top: 15px;
        }

        .footer_btn a i {
            padding: 13px 18px;
            background: #2ca3b9;
            color: #fff;
            font-size: 24px;
            display: inline-block;
            margin-right: 10px;
            float: left;
            transition: all 0.8s;
            border-radius: 30px;
        }

    .footer_btn:hover a {
        background: #edb260;
        color: #fff;
        border-bottom-right-radius: 30px;
        border-top-right-radius: 30px;
        border-radius: 30px;
    }

        .footer_btn:hover a i {
            background: #b68138;
            transform: rotate(360deg) scale(0.8);
            border-radius: 50%;
        }


#contact-form input {
    width: 100%;
}

#contact-form textarea {
   position: relative;
    width: 100%;
    /* height: 100px; */
    border-bottom: 1px solid #111;
    border-left: none;
    border-right: none;
    border-top: none;
    /* padding: 5px 5px; */
    background: none;
    margin-top: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    margin-left: 0;
}

.submit-button {
   font-weight: 700;
    padding: 7px 0 0 0;
    background:#121212;
 
}

.submit-button:hover {
    color: #121212;
    background: #f7db00;
}

.btn-default {
    margin: 5px;
    padding: 5px 20px;
    background-color: #121212;
    border-radius: 15px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
.btn-default:hover {
    margin: 5px;
    padding: 5px 20px;
    background-color: #f7db00;
    border-radius: 15px;
    display: inline-block;
    color: #121212;
    text-decoration: none;
}

.nav-button:hover {
    background-color: #f7db00;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


nav#home-navigation {
    width: 250px;
    left: 50%;
    margin-left: -125px;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 10px;
    background: #f7db00;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}