﻿
.btn {
    border-width: 2px;
    border-radius: 30px;
    font-weight: 700; 
}

.form-control {
    border-width: 0;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1em;
    background: #eee;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
}

footer .form-control {
    border-width: 0;
    border-radius: 30px;
    font-weight: 600;
    background: white;
    font-size: 1em;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.12);
}
.h1, h1 {
    font-size: 2.25rem;
}

.owl-theme .owl-nav {
    margin-top: 0 !important;
    position: absolute;
    top: 45%;
    width: 100%;
    padding: 0 2em;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #000 !important;
    font-size: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 70px !important;
    height: 48px !important;
    width: 48px !important;
    line-height: 30px !important;
    border: 3px solid #000 !important;
    text-align: center;
}

.owl-theme .owl-nav [class*=owl-]:focus {
    outline: none !important;
}

.owl-theme .owl-nav [class*=owl-] span {
    display: inline-block;
    line-height: 36px !important;
    height: 44px !important;
    width: 44px !important;
}

.owl-theme .owl-nav .owl-next {
    float: right;
    color: #ffffff !important;
    border: 3px solid #ffffff !important;
}

.owl-theme .owl-nav .owl-prev {
    float: left;
    color: #ffffff !important;
    border: 3px solid #ffffff !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 16px !important;
    height: 16px !important;
    border: 3px solid white;
    margin: 2px !important;
    background: rgba(0, 0, 0, .2) !important;
}

.owl-theme .owl-dots .owl-dot.active:focus,
.owl-theme .owl-dots .owl-dot.active:focus span,
.owl-theme .owl-dots .owl-dot.active:active,
.owl-theme .owl-dots .owl-dot.active:active span,
.owl-theme .owl-dots .owl-dot.active:visited,
.owl-theme .owl-dots .owl-dot.active:visited span {
    outline: none !important;
    box-shadow: none !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: rgba(255, 255, 255, .8) !important;
    border: 3px solid rgba(0, 0, 0, .5);
    outline: none !important;
    box-shadow: none !important;
}

.overflow-hidden {
    overflow: hidden;
}
.bg-light {
    background-color: #f9fbfa !important;
}
.bg-primary {
    background-color: #164638 !important;
}

.bg-primary .text-muted {
    color: #c9d0cd !important;
}

.bg-secondary {
    background-color: #741d28 !important;
}

.bg-info {
    background-color: #eb840a !important;
}

.text-primary {
    color: #164638 !important;
}

.text-secondary {
    color: #741d28 !important;
}

.text-info {
    color: #eb840a !important;
}

.font-size-sm {
    font-size: 65% !important;
}

.btn.btn-success {
    background: linear-gradient(90deg, rgba(170, 64, 37, 1) 0%, rgba(236, 154, 28, 1) 100%);
    border: 0;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.18);
}

.btn.btn-success:hover {
    background: linear-gradient(90deg, rgba(170, 64, 37, 1) 0%, rgba(236, 154, 28, 1) 100%);
    border: 0;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.3);
}

.btn-outline-primary {
    color: #164638 !important;
    border-color: #164638 !important;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.18);
}
.btn-primary{
    border-color: #164638 !important;
    background: #164638 !important;
}
.btn-primary:hover{
    border-color: #164638 !important;
    background: #164638 !important;
}
.btn-outline-primary:hover {
    color: #fff !important;
    border-color: #164638 !important;
    background: #164638 !important;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.3);
}

.btn-outline-secondary {
    color: #741d28 !important;
    border-color: #741d28 !important;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.18);
}

.btn-outline-secondary:hover {
    color: #fff !important;
    border-color: #741d28 !important;
    background: #741d28 !important;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.3);
}

.btn-primary-soft {
    background: #164c4b24;
    color: #164638;
}

.btn-primary-soft:hover {
    background: #164c4b3b;
    color: #164638;
}

.btn-secondary-soft {
    background: #741d2824;
    color: #741d28;
}

.btn-secondary-soft:hover {
    background: #741d284a;
    color: #741d28;
}

.mt--5 {
    margin-top: -5em;
}


.circle {
    font-weight: bold;
    border-radius: 50%;
    background-color: #741d28;
    color: #fff;
    height: 50px;
    line-height: 50px;
    width: 50px;
    z-index: 2;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.3);
}

.how-it-works.row {
    display: flex;
}

.how-it-works.row .col-2 {
    display: inline-flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
}

.how-it-works.row .col-2::after {
    content: "";
    position: absolute;
    border-left: 3px solid #829f96;
    z-index: 1;
}

.how-it-works.row .col-2.bottom::after {
    height: 50%;
    left: 50%;
    top: 50%;
}

.how-it-works.row .col-2.full::after {
    height: 100%;
    left: 50%;
}

.how-it-works.row .col-2.full.full-left::after {
    height: 100%;
    left: calc(50% - 3px);
}

.how-it-works.row .col-2.top::after {
    height: 50%;
    left: 50%;
    top: 0;
}

.timeline div {
    padding: 0;
    height: 40px;
}

.timeline hr {
    border-top: 3px solid #829f96;
    margin: 0;
    top: 17px;
    position: relative;
}

.timeline .col-2 {
    display: flex;
    overflow: hidden;
}

.timeline .corner {
    border: 3px solid #829f96;
    width: 100%;
    position: relative;
    border-radius: 15px;
}

.timeline .top-right {
    left: 50%;
    top: -50%;
}

.timeline .left-bottom {
    left: -50%;
    top: calc(50% - 3px);
}

.timeline .top-left {
    left: -50%;
    top: -50%;
}

.timeline .right-bottom {
    left: 50%;
    top: calc(50% - 3px);
}


.preloaderBg {
    position: fixed;
    z-index: 101111111111;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; 
    background: #fff;
    width: 100%;
    height: 100vh;
    text-align: center;
}

.preloader {
    margin: auto;
    background: url("../img/preloader-logo.png") no-repeat center;
    background-size:  50px;
    width: 300px;
    height: 100vh;
}


.preloader2 {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #164638;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    animation: spin 1s ease-in-out infinite ;
    position: relative;
    margin: auto;
    top: calc(-50vh - 73px);
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
ul.checkmark   {
    margin: 0 0 1em;
    padding: 0;
}
ul.checkmark li { 
    margin-bottom: 1em;
    list-style: none;
    padding: 0;
    position: relative; 
}
ul.checkmark li .fa {
    color: #0b2e13;
    margin-right: 10px;
}

.fadeOut .item * {
    color: #fff !important;
    opacity: 0 !important;
}


.fadeOut{animation-name:fadeOut !important; }

.jvectormap-zoomin,.jvectormap-zoomout {
    display: none;
}
/*! SVG TÃ¼rkiye HaritasÄ± | CSS | MIT Lisans | dnomak.com */

.svg-turkiye-haritasi {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.svg-turkiye-haritasi svg {
    width: 100%;
    height: auto;
}
.il-isimleri {
    position: absolute;
    z-index: 2;
}
.il-isimleri div {
    font-family: 'Dax Bold Tr',sans-serif;
    display: inline-block;
    background: #fff;
    color: #6e162a;
    padding: 8px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#svg-turkiye-haritasi path {
    cursor: pointer;
    fill: #e6ecea;
}
#svg-turkiye-haritasi path:hover {
    fill: #d4e0dc;
}
#guney-kibris {
    pointer-events: none;
}
.open path {
    fill: #6e162a !important;
}
.open path:hover {
    fill: #164638 !important;
    opacity: .8;
}
.open.istanbul path {
    fill: #999 !important;
}
.open.istanbul path:hover {
    fill: #999 !important;
}
.open.izmir path {
    fill: #b54f23  !important;
}
.open.izmir path:hover {
    fill: #b54f23  !important;
}
.open.balkes path {
    fill: #751f2a   !important;
}
.open.balkes path:hover {
    fill: #751f2a   !important;
}

.open.manisa path {
    fill: #e69321   !important;
}
.open.manisa path:hover {
    fill: #e69321   !important;
}

.open.aydin path {
    fill: #333333   !important;
}
.open.aydin path:hover {
    fill: #164638   !important;
}

.open path {
    fill: #6e162a !important;
}
.open path:hover {
    fill: #164638 !important;
    opacity: .8;
}
.open.istanbul path {
    fill: #999 !important;
}
.open.istanbul path:hover {
    fill: #999 !important;
}
.open.izmir path {
    fill: #b54f23  !important;
}
.open.izmir path:hover {
    fill: #b54f23  !important;
}
.open.balkes path {
    fill: #751f2a   !important;
}
.open.balkes path:hover {
    fill: #751f2a   !important;
}

.open.manisa path {
    fill: #e69321   !important;
}
.open.manisa path:hover {
    fill: #e69321   !important;
}

.open.aydin path {
    fill: #164638   !important;
}
.open.aydin path:hover {
    fill: #164638   !important;
}
