.img-box {
    margin-top: 50px;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    transition: 0.4s;
    cursor: pointer;
}
.img-box:hover {
    transform: scale(1.1);
}
.img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sticky_logo img {
    width: 150px;
    height: 100px;
}

.f-widget img {
    width: 100%;
    height: 100px;
}

.stick__top {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    background-color: black;
}
.stick__top .stick__Box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    align-items: center;
}
.stick__top .stick__Box .left {
    background-color: black;
    color: white;
    transition: 0.5s;
    font-size: 16px;
    display: flex;
}
.stick__top .stick__Box .left .email {
    transition: 0.5s;
    display: flex;
    align-items: center;
}
.stick__top .stick__Box .left .email i {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: white;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stick__top .stick__Box .left .email a {
    color: white !important;
    margin-left: 5px;
}
.stick__top .stick__Box .left .email:hover {
    transform: scale(1.1);
}
.stick__top .stick__Box .left .phone {
    margin-left: 20px;
    transition: 0.5s;
    display: flex;
    align-items: center;
}
.stick__top .stick__Box .left .phone i {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: white;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stick__top .stick__Box .left .phone a {
    color: white !important;
    margin-left: 5px;
}
.stick__top .stick__Box .left .phone:hover {
    transform: scale(1.1);
}
.stick__top .stick__Box .right {
    transition: 0.4s;
    position: relative;
    z-index: 99999;
}
.stick__top .stick__Box .right:hover {
    transform: scale(1.1);
}
.stick__top .stick__Box .right .lang {
    display: flex;
    align-items: center;
    height: 50px;
}
.stick__top .stick__Box .right .header-country {
    display: flex;
    align-items: center;
}
.stick__top .stick__Box .right .header-country .fi {
    margin-right: 10px;
}
.stick__top .stick__Box .right .header-country .fi img {
    width: 40px;
    height: 30px;
}
.stick__top .stick__Box .right .selected_lang {
    display: flex;
    align-items: center;
    height: 100%;
}
.stick__top .stick__Box .right .selected_lang .fi {
    margin-right: 10px;
}
.stick__top .stick__Box .right .selected_lang .fi img {
    width: 40px;
    height: 30px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .stick__top .stick__Box .right .selected_lang .fi {
        width: 50px !important;
        height: 20px !important;
    }
}
.stick__top .stick__Box .right .selected_lang .country-name {
    color: white !important;
}
.stick__top .stick__Box .right .form-select .country-image__one {
    background-image: url("..img/tr.png");
}

#preloader #ctn-preloader .round_spinner .text img {
    height: 100px !important;
}

.svg-turkiye-haritasi {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
}

.svg-turkiye-haritasi svg {
    width: 100%;
    height: auto;
}

.il-isimleri {
    position: absolute;
    z-index: 2;
}

.il-isimleri div {
    font-family: "Open Sans";
    display: inline-block;
    background: #222;
    color: #fff;
    padding: 8px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#svg-turkiye-haritasi path {
    cursor: pointer;
}

#svg-turkiye-haritasi path:hover {
    fill: #666;
}

#bolge-1 g path {
    fill: #87cdde;
}

#bolge-2 g path {
    fill: #ac93a7;
}

#bolge-3 g path {
    fill: #ffb380;
}

#bolge-4 g path {
    fill: #cccccc;
}

#bolge-5 g path {
    fill: #decd87;
}

#bolge-6 g path {
    fill: #de8787;
}

#bolge-7 g path {
    background-color: #aade87 !important;
    fill: #aade87;
}

.bolge-name {
    display: flex;
    justify-content: space-evenly;
}
@media only screen and (max-width: 768px) {
    .bolge-name {
        display: none;
    }
}
.bolge-name .bolge-id {
    display: flex;
    align-items: center;
    line-height: 1.1;
}
.bolge-name p {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100%;
    margin-right: 10px;
}

.map-info .map-title {
    font-size: 26px;
    color: #87cdde;
    font-weight: 600;
    display: flex;
    justify-content: left;
}
.map-info .map-detail {
    display: flex;
    justify-content: left;
    font-weight: 600;
}
.map-info .map-detail a:hover {
    color: #87cdde;
}

.map {
    width: 100%;
    display: flex;
    overflow: hidden;
}
@media only screen and (max-width: 768px) and (min-width: 486px) {
    .map {
        flex-direction: column;
    }
    .map .right {
        margin-top: -150px;
    }
}
@media only screen and (max-width: 486px) {
    .map {
        flex-direction: column;
    }
    .map .right {
        margin-top: -75px;
    }
}
.map .left {
    width: 100%;
}
.map #detail_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 200px !important;
    height: 100px;
    padding-bottom: 20px;
    text-align: left;
    background-color: #87cdde;
    border-radius: 10px;
    padding-inline: 20px;
    padding-block: 50px;
}
.map #detail_box .city-name {
    font-weight: 600;
}
@media only screen and (max-width: 768px) and (min-width: 487px) {
    .map #detail_box {
        width: 100% !important;
        height: 50px;
        padding-block: 30px;
        margin-bottom: 20px;
        margin-top: 20px;
        border-radius: 5px;
    }
    .map #detail_box .city-name {
        font-size: 20px;
        line-height: 1.2;
    }
    .map #detail_box .city-info_box {
        display: flex;
    }
    .map #detail_box .city-info_box :last-child {
        margin-left: 20px;
    }
    .map #detail_box .city-info {
        font-size: 12px;
        display: flex;
    }
}
@media only screen and (max-width: 486px) {
    .map #detail_box {
        width: 100% !important;
        height: 50px;
        padding-block: 30px;
        margin-bottom: 20px;
        border-radius: 5px;
    }
    .map #detail_box .city-name {
        font-size: 20px;
        line-height: 1.2;
    }
    .map #detail_box .city-info_box {
        display: flex;
    }
    .map #detail_box .city-info_box :last-child {
        margin-left: 20px;
    }
    .map #detail_box .city-info {
        font-size: 12px;
        display: flex;
    }
}
.map .detail-samsun {
    display: none;
}
.map .detail-samsun .city-name {
    font-size: 26px;
    color: white;
}
.map .detail-samsun .city-info {
    font-size: 16px;
    color: white;
}
.map .detail-ankara {
    display: none;
}
.map .detail-ankara .city-name {
    font-size: 26px;
    color: white;
}
.map .detail-ankara .city-info {
    font-size: 16px;
    color: white;
}

.f-link {
    position: fixed;
    z-index: 1;
    bottom: 90px;
    right: 30px;
    width: 50px;
    height: 100%;
}
.f-link .f-link_box {
    position: fixed;
    bottom: 90px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: rgba(220, 220, 220, 0.8);
    border-radius: 4px;
}
.f-link .f-link_box .right {
    transition: 0.4s;
    position: relative;
    z-index: 10;
    height: 100%;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f-link .f-link_box .right:hover {
    transform: scale(1.1);
}
.f-link .f-link_box .right .lang {
    display: flex;
    align-items: center;
    height: 50px;
}
.f-link .f-link_box .right .header-country {
    display: flex;
    align-items: center;
}
.f-link .f-link_box .right .header-country .fi i {
    display: none;
}
.f-link .f-link_box .right .header-country .fi img {
    width: 40px;
    height: 30px;
    margin-right: 20px;
}
.f-link .f-link_box .right .selected_lang {
    display: flex;
    align-items: center;
    height: 100%;
}
.f-link .f-link_box .right .selected_lang .fi i {
    display: block !important;
}
.f-link .f-link_box .right .selected_lang .fi img {
    width: 40px;
    height: 30px;
    display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .f-link .f-link_box .right .selected_lang .fi {
        width: 50px !important;
        height: 20px !important;
    }
}
.f-link .f-link_box .right .selected_lang .country-name {
    color: white !important;
    display: none;
}
.f-link .f-link_box .right .form-select .country-image__one {
    background-image: url("..img/tr.png");
}
.f-link .f-link_box a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f-link .f-link_box a i {
    color: white;
}

/*# sourceMappingURL=revize.css.map */
