﻿body {
    overflow-x: hidden;
    font-family: 'Varela Round', sans-serif !important;
    background: no-repeat center center fixed url(../img/bg.jpg) #0196da;
    background-size: cover;
    padding-bottom:80px;
}

.wrap {
    max-width: 1200px;
    padding: 30px;
    margin: auto;
}

.main-navigation nav a {
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 50px !important;
    margin: 0 10px;
    color: #fff;
    font-weight: bold;
    background-image: -moz-linear-gradient( 0deg, rgb(203,141,22) 0%, rgb(245,238,160) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(203,141,22) 0%, rgb(245,238,160) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(203,141,22) 0%, rgb(245,238,160) 100%);
}

.aktiff {
    color: #261f64 !important;
}

.main-navigation .nav-justified .nav-item {
    -ms-flex-preferred-size: initial !important;
    flex-basis: initial !important;
    -ms-flex-positive: initial !important;
    flex-grow: initial !important;
}

.cekilis-form .form-control {
    color: #004a7c !important;
    font-size: 18px;
    height: 50px;
    font-weight: bold;
    border-radius: 20px;
}

.cekilis-form ::placeholder {
    color: #004a7c;
    opacity: 1; /* Firefox */
}

.cekilis-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #004a7c;
}

.cekilis-form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #004a7c;
}

.btn-green {
    font-size: 22px;
    border-radius: 20px;
    background: #2968a0;
    border: 3px solid #fff;
    padding: 8px 20px;
}

.checkler label {
    font-size: 18px;
    color: #fff !important;
    padding-left: 10px;
}

.checkler input {
    width: 20px;
    height: 20px;
    top: -2px;
}

.checkler a {
    color: #fff;
}

.visible-mobile {
    display: none;
}

.sss-box a {
    font-weight: bold;
    color: #004a7c !important;
    font-size: 16px;
}

.sss-box {
    border-radius: 40px;
}

.card {
    border: none !important;
}

.hover5, .hover4, .hover3, .hover2, .hover1 {
    transition: .5s;
}

    .hover5 img:last-child {
        display: none;
    }

    .hover5:hover img:last-child {
        display: block;
    }

    .hover5:hover img:first-child {
        display: none;
    }

    .hover4 img:last-child {
        display: none;
    }

    .hover4:hover img:last-child {
        display: block;
    }

    .hover4:hover img:first-child {
        display: none;
    }

    .hover3 img:last-child {
        display: none;
    }

    .hover3:hover img:last-child {
        display: block;
    }

    .hover3:hover img:first-child {
        display: none;
    }

    .hover2 img:last-child {
        display: none;
    }

    .hover2:hover img:last-child {
        display: block;
    }

    .hover2:hover img:first-child {
        display: none;
    }

    .hover1 img:last-child {
        display: none;
    }

    .hover1:hover img:last-child {
        display: block;
    }

    .hover1:hover img:first-child {
        display: none;
    }

.transform {
    -webkit-transform: rotate( 90deg );
    -moz-transform: rotate(90deg);
    transform: rotate( 90deg );
}
