body {
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.nav-top-toolbar {
    width: 100%;
    height: 47px;
    background-color: #0068B3;
    box-shadow: -10px -10px 10px 10px rgb(0 0 0 / 30%);
}

.toolbar-contact ul{
    padding:0;
}

.toolbar-contact ul li {
    display: inline-block;
    margin-right: 20px;
    padding: 13px 20px 11px 0;
    color: #fff;
    font-size: 14px;
}

.toolbar-contact > ul > li > a {
    color: #FFF;
    transition:0.5s ease;
}

    .toolbar-contact > ul > li > a:hover {
        color: #F36F21;
    }

.toolbar-login ul{
    text-align:right;
}

.toolbar-login ul li {
    display: inline-block;
    font-size: 14px;
    padding: 0;
}

.btn-login {
    background-color: rgba(19,29,59,0.25);
    height: 47px;
    padding: 0 30px 0px 30px;
    font-size: 14px;
    border-radius: 0;
    transition: 0.5s ease;
}

    .btn-login:hover {
        background-color: rgba(19,29,59,1);
    }

/* Dropdown Language Button */

.btn-languages {
    height: 47px;
    padding: 0 20px 0px 20px;
    font-size: 14px;
    color:#FFF;
    transition: 0.5s ease;
    border-radius: 0;
}

    .btn-languages:hover {
        color: #F36F21;
    }

/*
.drop-language:hover .dropdown-menu {
    display: block;
    position: absolute;
    will-change: transform;
    top: -2px;
    left: 0px;
    transform: translate3d(219px, 54px, 0px);
}*/

.drop-language a {
    font-size: 13px;
    color: #333;
    transition: ease 0.5s;
    padding: 3px;
    padding-left: 10px;
}

    .drop-language a:hover {
        font-size: 13px;
        color: #FFF;
        background: #131D3B
    }

.drop-language > .dropdown-menu, .drop-logins {
    z-index: 99999 !important;
}



.m-active {
    background-color: red;
}

.canli-close{
    display:none !important;
}

input {
    width: 100%;
    border: 1px solid #DDDDDD;
    padding: 5px;
}

.h4 {
    font-size: 1.5rem;
}

.bg-black {
    background: #000000;
}

.bg-transparan-dark {
    background: rgba(0, 0, 0, 0.692);
}

.pl-6 {
    padding-left: 70px !important
}


.dots {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.cr-bdy {
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    padding-left: 15% !important
}

.cr-bdy-c {
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
    padding-left: 0% !important
}

.text-hover {
    border-left: 0px solid #DDDDDD;
    padding-left: 0px;
    display: block;
    border-radius: 5px;
    -webkit-transition: ease 0.5s all;
    -o-transition: ease 0.5s all;
    transition: ease 0.5s all;
}

    .text-hover:hover {
        background: rgba(235, 235, 235, 0.360);
        border-left: 10px solid #DDDDDD;
        padding-left: 6px;
    }

.mobile-btn {
    display: none;
}

.i-like {
    position: absolute;
    right: 15px;
    margin-top: -17px
}

/* Header */
header {
}

#fixed {
    z-index: 9999 !important;
    position: -webkit-sticky;
    position: sticky;
    padding: 0;
}

#dmenu-bg {
    width: 100%;
    height: 100vh !important;
    background: rgba(19, 29, 59, 0.900);
    z-index: 99;
    position: fixed;
    -webkit-transition: ease 1s;
    -o-transition: ease 1s;
    transition: ease 1s;
    display: none;
}

.no-gutters {
    margin-top: -25px;
}

.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #131D3B;
    padding-top: 15px;
    height: 70px;
    z-index: 9999;
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    -webkit-box-shadow: -15px -15px 15px 15px rgba(0, 0, 0, .75);
    box-shadow: -15px -15px 15px 15px rgba(0, 0, 0, .75);
}

.fixed-header-mobile {
    position: fixed;
    background: rgba(19, 29, 59, 0.900) !important;
    top: 0;
    z-index: 9999;
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    -webkit-box-shadow: -15px -15px 15px 15px rgba(0, 0, 0, .75);
    box-shadow: -15px -15px 15px 15px rgba(0, 0, 0, .75);
}

.sticky-header {
    display: none;
}


.fl-bg {
    background: rgb(19, 29, 59);
    background: -o-linear-gradient(left, rgba(19, 29, 59, 1) 0%, rgba(34, 47, 87, 1) 100%, rgba(0, 104, 179, 1) 100%) !important;
    background: -webkit-gradient(linear, left top, right top, from(rgba(19, 29, 59, 1)), color-stop(100%, rgba(34, 47, 87, 1)), to(rgba(0, 104, 179, 1))) !important;
    background: linear-gradient(90deg, rgba(19, 29, 59, 1) 0%, rgba(34, 47, 87, 1) 100%, rgba(0, 104, 179, 1) 100%) !important;
}

.fl-bor {
    border: none !important;
    width: 0 !important;
    height: 0 !important;
}

.fixed-lmenu {
    width: 310px;
    height: 100%;
    position: fixed;
    -webkit-transform: translateX(-295px);
    -ms-transform: translateX(-295px);
    transform: translateX(-295px);
    background: rgb(19, 29, 59);
    background: -o-linear-gradient(left, rgba(19, 29, 59, 1) 0%, rgba(34, 47, 87, 1) 90%, rgba(0, 104, 179, 1) 97%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(19, 29, 59, 1)), color-stop(90%, rgba(34, 47, 87, 1)), color-stop(97%, rgba(0, 104, 179, 1)));
    background: linear-gradient(90deg, rgba(19, 29, 59, 1) 0%, rgba(34, 47, 87, 1) 90%, rgba(0, 104, 179, 1) 97%);
    left: 0;
    top: 0;
    z-index: 999999;
    -webkit-box-shadow: -15px -15px 15px 15px rgba(0, 0, 0, .75);
    box-shadow: -15px -15px 15px 15px rgba(0, 0, 0, .75);
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    padding-right: 10px;
}

    .fixed-lmenu::before {
        position: fixed;
        z-index: 9999999;
        content: "";
        width: 40px;
        height: 40px;
        border-top: 1px solid currentColor;
        border-right: 1px solid currentColor;
        -webkit-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
        right: -12px;
        color: #fff;
        top: 46%;
        margin-top: 34px;
        animation: flmenu 1s linear 1s infinite alternate;
        -webkit-animation-delay: 4s;
        animation-delay: 4s;
        -webkit-animation: flmenu 1s linear 1s infinite alternate;
        -moz-animation: flmenu 1s linear 1s infinite alternate;
        -o-animation: flmenu 1s linear 1s infinite alternate;
        -ms-animation: flmenu 1s linear 1s infinite alternate;
        -webkit-animation-delay: 6s;
        -moz-animation-delay: 6s;
        -o-animation-delay: 6s;
    }

    .fixed-lmenu:hover:before {
        border-top: 0px;
        border-right: 0px;
        -webkit-animation-play-state: paused !important;
        animation-play-state: paused !important;
    }

    .fixed-lmenu::after {
        position: fixed;
        z-index: 99999;
        content: "";
        width: 40px;
        height: 40px;
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 40px solid #0068B3;
        left: 300px;
        top: 46%;
    }

    .fixed-lmenu:hover {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        background: rgb(19, 29, 59);
        background: -o-linear-gradient(left, rgba(19, 29, 59, 1) 0%, rgba(35, 48, 88, 1) 100%);
        background: -webkit-gradient(linear, left top, right top, from(rgba(19, 29, 59, 1)), to(rgba(35, 48, 88, 1)));
        background: linear-gradient(90deg, rgba(19, 29, 59, 1) 0%, rgba(35, 48, 88, 1) 100%);
    }

        .fixed-lmenu:hover:after {
            border-top: 0px solid transparent;
            border-bottom: 0px solid transparent;
            border-left: 0px solid #222F56 !important;
        }

.lmenu-hr {
    height: 1px;
    width: 100%;
    background: rgba(107, 107, 107, 0.5);
}

.lmenu-o {
    height: 70vh;
    width: 100%;
    overflow: auto;
}

.lmenu-pin {
    right: 20px !important;
    top: 10px !important;
    position: absolute !important;
    cursor: pointer
}

.lmenu-pin-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.fa-thumbtack {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #aaa;
}

.fa-thumbtack-r {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.fa-thumbtack:hover {
    color: #fff;
}

.unstyled {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

    .unstyled a {
        text-decoration: none;
    }

.list-inline {
    overflow: hidden;
}

    .list-inline li {
        float: left;
    }

.header {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 17.5em;
    background: #35302D;
}

.logo {
    text-align: center;
    padding: 0;
    margin: 0;
}

    .logo a {
        display: block;
        padding: 1em 0;
        color: #DFDBD9;
        text-decoration: none;
        -webkit-transition: .15s linear color;
        -o-transition: .15s linear color;
        transition: .15s linear color;
    }

        .logo a:hover {
            color: #fff;
        }

            .logo a:hover span {
                color: #DF4500;
            }

    .logo span {
        font-weight: 700;
        -webkit-transition: .15s linear color;
        -o-transition: .15s linear color;
        transition: .15s linear color;
    }

.main-nav ul {
    border-top: solid 1px #1b2a55;
}

.main-nav li {
    border-bottom: solid 1px #213775;
}

.main-nav a {
    padding: 1.1em 0;
    color: #DFDBD9;
}

    .main-nav a:hover {
        color: #fff;
    }

.social-links {
    border-bottom: solid 1px #1b2a55;
}

    .social-links li {
        width: 25%;
        border-left: solid 1px #1b2a55;
    }

        .social-links li:first-child {
            border: none;
        }

    .social-links a {
        display: block;
        height: 5.5em;
        text-align: center;
        color: #1b2a55;
        font: 0.75em/5.5em "Source Sans Pro", Helvetica, Arial, sans-serif;
    }

        .social-links a:hover {
            color: #DFDBD9;
        }

.list-hover-slide li {
    position: relative;
    overflow: hidden;
}

.list-hover-slide a {
    display: block;
    position: relative;
    z-index: 1;
    -webkit-transition: .35s ease color;
    -o-transition: .35s ease color;
    transition: .35s ease color;
}

    .list-hover-slide a:before {
        content: '';
        display: block;
        z-index: -1;
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        border-right: solid 5px #F36F21;
        background: #1b2a55;
        -webkit-transition: .35s ease left;
        -o-transition: .35s ease left;
        transition: .35s ease left;
    }

    .list-hover-slide a.is-current:before,
    .list-hover-slide a:hover:before {
        left: 0;
    }

@-webkit-keyframes flmenu {
    0% {
        color: #fff;
    }

    100% {
        border-top: 1px solid rgb(0, 74, 148);
        border-right: 1px solid #0068B3;
        color: #FF985C;
    }
}

@keyframes flmenu {
    0% {
        color: #fff;
    }

    100% {
        border-top: 1px solid rgb(0, 74, 148);
        border-right: 1px solid #0068B3;
        color: #FF985C;
    }
}



.header-body {
    /*background-image: url('../images/abb_background.jpeg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;*/
}

.nav-header {
    background: transparent -o-linear-gradient(271deg, #00000021 0%, #0068B300 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(179deg, #00000021 0%, #0068B300 100%) 0% 0% no-repeat padding-box;
}


.navbar-expand-lg,
.navbar-expand-xl {
    z-index: 100;
    height: 25px;
}

.navbar-nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

    .navbar-nav > li > a {
        font-weight: 600
    }

    .navbar-nav > .nav-item {
        height: 18px;
        line-height: 5px;
        /*     padding: 0px 18px 0px 18px;*/
        margin-top: 20px;
        text-align: center;
        position: inherit;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

.nav-item .nav-link {
    position: relative;
}

#navbarNav > ul > li {
    border: 0 !important;
    margin-top: 23px !important;
    padding-top: 22px !important;
    padding-bottom: 10px !important;
    height: 61px;
}

.nav-item.short {
    -webkit-box-flex: .75;
        -ms-flex: .75;
            flex: .75;
}

#navbarNav > ul > li > a {
    /*border-right: 1px solid #F5F5F5;*/
}

#navbarNav > ul > li:nth-last-child(2) a {
    border-right: none !important;
    position: relative;
}

#navbarNav .covid-item a.dropdown-toggle::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    background-color: #891619;
    z-index: -1;
    bottom: 5px;
    height: 150%;
    border-radius: 5px;
    -webkit-transition: .5s ease-in-out all;
    -o-transition: .5s ease-in-out all;
    transition: .5s ease-in-out all;
}


#navbarNav .enviroment-item a.nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    background-color: #22801c;
    z-index: -1;
    bottom: 5px;
    height: 150%;
    border-radius: 5px;
    -webkit-transition: .5s ease-in-out all;
    -o-transition: .5s ease-in-out all;
    transition: .5s ease-in-out all;
}

#navbarNav .online-item a.dropdown-toggle::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    background-color: #101b80;
    z-index: -1;
    bottom: 5px;
    height: 150%;
    border-radius: 5px;
    -webkit-transition: .5s ease-in-out all;
    -o-transition: .5s ease-in-out all;
    transition: .5s ease-in-out all;
}

.covid-item.nav-line-active .nav-link::before {
    background: #891619;
}

#navbarNav .covid-item:hover a.dropdown-toggle,
#navbarNav .enviroment-item:hover a.nav-link,
#navbarNav .online-item:hover a.dropdown-toggle {
    color: #fff !important;
}

#navbarNav .covid-item a.dropdown-toggle:hover::before {
    background-color: #dc3545;
}
#navbarNav .enviroment-item a.nav-link:hover::before {
    background-color: #1aaf19;
}
#navbarNav .online-item a.dropdown-toggle:hover::before {
    background-color: #1328e0;
}

.nav-item .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    height: 3px;
    top: -17px;
    background: #F36F21;
    -webkit-transition: .5s ease right;
    -o-transition: .5s ease right;
    transition: .5s ease right;
}

.nav-item .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    height: 3px;
    top: -17px;
    background: #F36F21;
    -webkit-transition: .5s ease right;
    -o-transition: .5s ease right;
    transition: .5s ease right;
}


.nav-item:hover .nav-link {
    color: #F36F21 !important;
}

.nav-item .nav-link:hover::before {
    right: 0%;
}

.nav-item.nav-line-active::before {
    display: none;
}

.navbar-nav .nav-item .nav-link {
    font-size: .95rem;
    -webkit-transition: 0.1s ease color;
    -o-transition: 0.1s ease color;
    transition: 0.1s ease color;
}



.nav-li-top-line {
    width: 100%;
    height: 3px;
    background: #F36F21;
    top: -14px;
    position: relative;
}

.nav-line-active > a {
    color: #FF985C !important;
    font-weight: 700;
}

.dropdown-menu {
    border: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none !important;
}

.dropdown-menu-title {
    margin-bottom: 40px;
}

    .dropdown-menu-title h3 {
        font-size: 21px;
        font-weight: 600;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        color: #041E32
    }


.dropdown-toggle::after {
    display: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    left: 0px;
    right: 0px;
    top: 45px;
    padding: 30px 15px;
    background: rgba(255, 255, 255, 1);
    border-radius: 0;
    margin:0;
}

.dropdown-menu-items {
    height: 100%
}

.dropdown-menu-item-column {
    border-right: 1px solid #fff;
}

.dropdown-menu-item-list {
    height: 100%;
    width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dropdown-menu-item-list {
    font-size: 15px;
    line-height: initial;
    margin-left: 5px;
}

    .dropdown-menu-item-list li {
        position: relative;
    }

        .dropdown-menu-item-list li a {
            background: none;
            color: #062136 !important;
            position: relative;
            font-weight: 400;
            display: block;
            -webkit-transition: ease 0.5s all;
            -o-transition: ease 0.5s all;
            transition: ease 0.5s all;
            padding-left: 15px !important;
        }

            .dropdown-menu-item-list li a:hover {
                text-decoration: none;
                color: #d9534f !important;
                border-left: 0px solid #fff !important;
                padding-left: 2em !important;
            }

.dropdown-menu-img > img {
    width: 80%;
}

.card-body {
}

    .card-body > small {
        font-size: 11px;
    }



.dropdown-menu-item-list li::after {
    content: "";
    position: absolute;
    width: 3px;
    top: 0;
    bottom: 0;
    left: 0;
    background: #062136;
}

.dropdown-menu-item-list li a:hover {
    color: #F36F21;
}

.drop-down-tumu {
    top: 10px;
}


.dropdown-menu-item-right,
#antalya,
#raporlar {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    left: -15px;
    background: none;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-animation-name: subMenuClosed;
    animation-name: subMenuClosed;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.20s;
    animation-duration: 0.20s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes subMenuOpened {
    0% {
        opacity: 0;
        -webkit-transform: translateX(1%);
        transform: translateX(1%);
    }


    100% {
        opacity: 1;
        -webkit-transform: translateX(9%);
        transform: translateX(9%);
    }
}

@keyframes subMenuOpened {
    0% {
        opacity: 0;
        -webkit-transform: translateX(1%);
        transform: translateX(1%);
    }


    100% {
        opacity: 1;
        -webkit-transform: translateX(9%);
        transform: translateX(9%);
    }
}



.dropdown-menu-item-right-open {
    display: block;
}

.drop-right-sub-ul {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    list-style: none;
    border-radius: 15px;
}
    .drop-right-sub-ul > li{
        padding-bottom:0px
    }

        .drop-right-sub-ul > li > a {
            background: none;
            width: 100%;
            text-decoration: none;
            color: #062136;
            font-size: 14px;
            font-weight: 400;
            display: inline-block;
            line-height:normal;
            -webkit-transition: ease 0.5s;
            -o-transition: ease 0.5s;
            transition: ease 0.5s;
        }

        .drop-right-sub-ul > li > a:hover {
            color: #F36F21
        }


.weather-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wheater-report {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .wheater-report a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .wheater-report a:hover {
            text-decoration: none;
        }

.wheater-img figure {
    margin: 0
}

.wheater-img > img {
    width: 42px
}

.weather-location {
    width: 100%;
    margin-left: 15px;
}

    .weather-location * {
        display: inline-block;
        line-height: normal;
        margin: 0
    }

.weather-num {
    margin: 0 5px;
}

.weather-views {
    color: #aaa;
}

.weather-num {
    color: #F47735;
}

.weather-location p:first-child {
    display: block;
    margin: 0
}

.weather-location p:last-child {
    color: #aaa;
}

.dropdown-btn-group {
    line-height: initial;
    width: 100%;
}


    .dropdown-btn-group a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 15px;
        border-radius: 30px;
        -webkit-box-shadow: 0 0 3px #333;
        box-shadow: 0 0 3px #333;
        color: #fff;
        font-weight: 600;
        margin: 15px 0;
    }

.dropdown-btn-red {
    background-color: #E20A17;
}


.dropdown-btn-green {
    background-color: #0AE27D;
}



.pos-f-t {
    display: none;
}

.search-top > input {
    background: #051F33 0% 0% no-repeat padding-box;
    border-radius: 30px;
    border: 0;
    width: 80%;
    height: 45px;
    opacity: 0.5;
    color: #f1f1f1 !important;
    padding-left: 20px;
    -webkit-transition: width .35s ease-in-out;
    -o-transition: width .35s ease-in-out;
    transition: width .35s ease-in-out;
}

    .search-top > input:focus {
        outline: none;
        width: 100%
    }

    .search-top > input:hover {
        outline: none;
        width: 100%
    }

    .search-top > input::-webkit-input-placeholder {
        color: #F5F5F5;
        font-weight: 350;
        font-size: 14px;
    }

    .search-top > input::-moz-placeholder {
        color: #F5F5F5;
        font-weight: 350;
        font-size: 14px;
    }

    .search-top > input:-ms-input-placeholder {
        color: #F5F5F5;
        font-weight: 350;
        font-size: 14px;
    }

    .search-top > input::-ms-input-placeholder {
        color: #F5F5F5;
        font-weight: 350;
        font-size: 14px;
    }

    .search-top > input::placeholder {
        color: #F5F5F5;
        font-weight: 350;
        font-size: 14px;
    }

.nav-top-line {
    width: 100%;
    height: 1px;
    opacity: 0.5;
    background: #F5F5F5
}

.nav-item-end {
    border-right: 0px !important
}

/* Header */

/* Slider */
.slider-img-left > img {
    width: 100%;
    background-size: cover;
    border: 2px solid #F5F5F5;
}

/* Slider Detail Button */
.slider-button-detail {
    position: absolute;
    background: #000000 !important;
    padding: 15px 30px 15px 30px;
    bottom: 0 !important;
    right: 0;
    border-radius: 0;
    font-size: 13px;
    font-weight: 400;
}

/* Slider Detail Button */

/* Slider Back and Next Buttons */
.slider-btn-back {
    position: absolute;
    color: #F5F5F5;
    left: -50px;
    top: 50px;
    opacity: 0.5;
}

    .slider-btn-back:hover {
        opacity: 1;
        cursor: pointer;
        -webkit-transition: ease 0.5s;
        -o-transition: ease 0.5s;
        transition: ease 0.5s;
    }

.slider-btn-next {
    position: absolute;
    color: #F5F5F5;
    right: -50px;
    top: 50px;
    opacity: 0.5;
}

    .slider-btn-next:hover {
        opacity: 1;
        cursor: pointer;
        -webkit-transition: ease 0.5s;
        -o-transition: ease 0.5s;
        transition: ease 0.5s;
    }

.slider-text-mb {
    display: none;
}

.fluid-space {
}

section.news-slider {
    z-index: 99;
    margin: 0 auto;
    width: 97.5%;
}

    section.news-slider img {
        /*background-color: rgba(0,0,0,0.100);
        padding: 2px;
        box-shadow: 0 0 1rem 0 rgba(0,0,0,0.5);*/
    }

    section.news-slider h1 {
        font-size: 30px;
        font-weight: bold;
    }

section .slider-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

section.news-slider p {
    font-size: 14px;
    color: #FFFFFF;
    text-align: justify;
}

section.news-slider .btn-line,
section.news-slider .btn-line a {
    text-align: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    background-color: #fff;
    font-weight: 600;
    border-top: 2px solid #e8e8e8;
    color: #d4d3d3;
    background-color: transparent;
}

section.news-slider .carousel-caption {
    position: absolute;
    right: 15%;
    left: 15%;
    z-index: 10;
    padding-top: 0 !important;
    padding-bottom: 0px !important;
    color: #fff;
    text-align: left;
}

/* Mobile Slider */
.bd-example {
    display: none;
}

/* Slider Back and Next Buttons */
/* Slider */

/* Body - Center */
.div-space {
    height: 30vh;
}

.container-fluid > .row > .col-xl-7 {
    background: #000000;
    height: 90px;
}

.container-fluid > .row > .col-xl-5 {
    background: rgba(0, 0, 0, 0.49);
    height: 90px;
}

.container-body {
    background: #ffffff;
}

/* Body - Center */

/* New Papers */
.new-paper {
    height: 70px;
    background: #1E1E1E
}

.text-size {
    font-size: 14px;
}



.text-rights {
    right: 8px;
    position: absolute;
}

.bg-dark-line {
    background: #333333;
    height: 1px;
}

.news-information-general .text-size {
    font-size: 12px;
}

/* Social Business */
#carouselExampleInterval > div > div > img {
}

/* Breadcrumb */
.breadcrumbs {
    background: rgba(206, 205, 205, 0.49);
}

    .breadcrumbs > ul > li > a {
        color: #041E32 !important;
        font-size: 13px;
    }



/* Other Pages */
.l-side-line {
    width: 32%;
    height: 3px;
    background: #041E32;
    margin-top: 20px;
}

.detail-hr {
    border: 1px solid #DDDDDD;
}

.other-card {
    background: #041E32 !important;
    border-radius: 0;
}

    .other-card > div > p {
        font-size: 12px;
    }

.hover-shadow-lg {
    -webkit-transition: ease 0.5s all;
    -o-transition: ease 0.5s all;
    transition: ease 0.5s all;
}

    .hover-shadow-lg:hover {
        -webkit-box-shadow: 0 1rem 1rem rgba(0, 0, 0, .15) !important;
        box-shadow: 0 1rem 1rem rgba(0, 0, 0, .15) !important;
    }


.card > img {
    max-width: 100%;
    height: 180px !important;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
}

.card-top {
    position: absolute;
    background: #f36f21;
    left: 0;
    color: cornsilk;
    padding: 2px 5px 2px 5px;
    margin-left: 0px;
    font-size: 13px;
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 9;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 24px;
    text-align: left;
    max-width: 100%;
}

.card-like {
    position: absolute;
    left: 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.600);
    top: 56px;
    padding: 7px;
    margin-left: 17px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 125px;
}

    .card-like > .card-like-item > a {
        color: #fff
    }

        .card-like > .card-like-item > a:hover {
            -webkit-transition: ease 0.5s;
            -o-transition: ease 0.5s;
            transition: ease 0.5s;
            color: #F36F21 !important
        }

.list-group-item-action {
   
    padding-left: .5em;
    -webkit-transition: ease 0.5s all;
    -o-transition: ease 0.5s all;
    transition: ease 0.5s all;
}

.index-fast-access .list-group-item-action {
    border-left: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item-action:hover {
    border-left: 10px solid #bebebe !important;
    padding-left: 10px;
    width: 100% !important;
    background: #041E32 !important;
    color: #ffffff !important;
}

.liactive {
    border-left: 10px solid #bebebe !important;
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    padding-left: 10px;
    width: 100% !important;
    background: #041E32 !important;
    color: #ffffff;
}
.liactiveAlt {
    border-left: 10px solid #bebebe !important;
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    padding-left: 10px;
    width: 100% !important;
    background: #052a46 !important;
    color: #ffffff;

}
.liactiveAlt:hover {
    background: #052a46 !important;
}
/* Text Detail Color*/
.text-color-orange {
    color: #F36F21;
}

.text-color-blue {
    color: #0068B3;
}


/* Detail LightBox Gallery */
.elem,
.elemGallery,
.elem * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 !important;
}

.elem,
.elemGallery {
    display: inline-block;
    font-size: 0;
    width: 100%;
    border: 1px solid transparent;
    border-bottom: none;
    background: #fff;
    padding: 5px;
    height: auto;
    background-clip: padding-box;
}

    .elem > span,
    .elemGallery > span {
        display: block;
        cursor: pointer;
        height: 0;
        padding-bottom: 70%;
        background-size: cover;
        background-position: center center;
    }

/* Callout */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-default {
    border-left-color: #777;
}

    .bs-callout-default h4 {
        color: #777;
    }

.bs-callout-primary {
    border-left-color: #428bca;
}

    .bs-callout-primary h4 {
        color: #428bca;
    }

.bs-callout-success {
    border-left-color: #5cb85c;
}

    .bs-callout-success h4 {
        color: #5cb85c;
    }

.bs-callout-danger {
    border-left-color: #d9534f;
}

    .bs-callout-danger h4 {
        color: #d9534f;
    }

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

    .bs-callout-warning h4 {
        color: #f0ad4e;
    }

.bs-callout-info {
    border-left-color: #5bc0de;
}

    .bs-callout-info h4 {
        color: #5bc0de;
    }


/* Left Mobile Menu */
#sideLeftMenu {
    display: none;
}

#sidebar {
    width: 300px;
    position: fixed;
    top: 0 !important;
    left: -301px;
    height: 100%;
    z-index: 999;
    background: #212121;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: auto;
    /*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);*/
}

    #sidebar.active {
        left: 0;
    }

#leftmenu-hmbgr {
    width: 30px;
    height: 30px;
    color: #f36f21;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    #leftmenu-hmbgr:hover {
        color: #0067b1;
    }

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .overlay.active {
        display: block;
        opacity: 1;
    }

#sidebar .sidebar-header {
    padding: 20px;
    background: #212121;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

    #sidebar ul li a:hover {
        color: #7386D5;
        background: #fff;
    }

#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #fff;
    background: #f36f21;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    -webkit-transform: translateY(40%);
    -ms-transform: translateY(40%);
    transform: translateY(40%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #f36f21;
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #0067b1 !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

/* Gallery Slider */

.gallery-header {
    background-image: url('../images/bg-img/gallery-bg.jpg');
}

.gallery-card-body {
    background-color: rgba(15, 37, 52, 0.8);
    position: absolute;
    left: 6px;
    right: 6px;
    bottom: 0;
    top: 50%;
    bottom: 5px;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}

.elem:hover .gallery-card-body,
.elemGallery:hover .gallery-card-body {
    left: 0;
    right: 0;
    bottom: 0;
}

.gallery-card .gallery-card-img {
    height: 400px !important;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: .5s ease filter;
    -o-transition: .5s ease filter;
    transition: .5s ease filter;
}


    .gallery-card .gallery-card-img:hover {
        -webkit-filter: grayscale(0%);
        /* Safari 6.0 - 9.0 */
        filter: grayscale(0%);
    }

.gallery-card-title {
    padding: 5px;
    margin: 0 !important;
    font-weight: 300;
    border-bottom: 1px solid #fff;
}

/* Gallery Page İnside */

.gallery-inside-card .gallery-inside-card-img {
    height: auto !important;
}

.gallery-card-body span {
    font-size: 13px;
}

.gallery-inside-card {
    overflow: hidden;
}



.m-mobile {
    background: rgba(255, 255, 255, 0.699) !important;
}

    .m-mobile > h1 {
        color: #041E32;
        top: 50px !important
    }

.m-mobile-item > a > img {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Footer */
/* İhale Sayfası */

.ihale-container {
    background: #fff;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .5s ease box-shadow;
    -o-transition: .5s ease box-shadow;
    transition: .5s ease box-shadow;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px #ddd;
            box-shadow: 0 0 5px #ddd;
}

    .ihale-container:hover {
        -webkit-box-shadow: 0 0 5px #aaa;
        box-shadow: 0 0 5px #aaa;
    }

.ihale-content {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.ihale-content-inside {
    overflow: hidden;
    width: 95%;
}

.ihale-content-title {
    font-size: 18px;
    color: #333;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ihale-top-container > a {
    text-decoration: none
}

.ihale-content-context {
    margin: 0;
    font-size: 13px;
    color: #aaa;
}

.ihale-date {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    background: #f36e22;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 25px;
    min-width: 90px;
    max-width: 130px;
}

.ihale-date-inside {
    width: 100%;
    text-align: center;
}

.ihale-date-day {
    margin: 0;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    line-height: unset;
}

.ihale-date-mounth {
    margin: 0;
    color: #fff;
}

.ihale-date-year {
    margin: 0px;
    color: #fff
}

.ihale-content::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 25px;
    bottom: 25px;
    width: 3px;
    background-color: #333;
}

/* Footer */
footer {
    background: #131D3B;
}

.f-hr {
    width: 50%;
    height: 2px;
    text-align: left;
    background: #FF4F01;
    opacity: 0.6;
    margin-bottom: 9px;
}

.f-b-hr {
    width: 100%;
    height: 1px;
    background: #303547;
    border-left: 40px solid #FF4F01;
    border-right: 40px solid #FF4F01;
}

.list-unstyled > li,
.list-unstyled > li > a {
    text-decoration: none;
    color: rgb(212, 212, 212) !important;
    -webkit-transition: ease 0.6s;
    -o-transition: ease 0.6s;
    transition: ease 0.6s;
}

    .list-unstyled > li > a:hover {
        color: #F36F21 !important;
    }

/* Useful links */




/* Full page Pop-up */


.full-page-popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 9999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    display: none
}

.pop-up-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.full-page-popup.open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: block;
}


.pop-img-bg {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-shadow: 11px 0px 5px -7px rgba(0, 0, 0, 0.15);
    box-shadow: 11px 0px 5px -7px rgba(0, 0, 0, 0.15);
}

.pop-content {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding: 75px;
    overflow: auto
}

.pop-up-content-title {
    width: 75%;
    margin: 0 auto;
}

.news-popUp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pop-up-content {
    width: 100%
}

.news-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pop-img-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}



.pop-up-content-title h2 {
    font-size: 23px;
    text-align: center;
}

.pop-up-page-title {
    padding: 70px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

    .pop-up-page-title > h4 {
        font-size: 35px
    }

.closed {
    position: absolute;
    background: #041E32;
    right: 20px;
    top: 15px;
    height: 3em;
    width: 3em;
    text-align: center;
    border-radius: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1em;
    color: #ffffff;
/*    -webkit-box-shadow: 0 0 5px 0px #aaa;
    box-shadow: 0 0 5px 0px #aaa;*/
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}

    .closed:hover {
        -webkit-box-shadow: 0 0 10px 3px #aaa;
        box-shadow: 0 0 10px 3px #aaa;
    }

/* Scroll */

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #f36f21;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover {
        background: #343a40;
    }

        #return-to-top:hover i {
            top: 10px;
        }


::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/* Useful links */
/* Useful links */
.useful-links {
    position: fixed;
    top: 40%;
    left: -150px;
    z-index: 99999;
    -webkit-box-shadow: 10px -1px 5px -6px rgba(0, 0, 0, 0.47);
    box-shadow: 10px -1px 5px -6px rgba(0, 0, 0, 0.212);
}

.useful-link-list {
    height: 100%;
}

    .useful-link-list ul {
        margin: 0;
        padding: 0;
    }

    .useful-link-list a {
        text-decoration: none;
        font-weight: 700;
    }

    .useful-link-list li {
        margin: 0;
        padding: 10px;
        -webkit-transition: .5s ease all;
        -o-transition: .5s ease all;
        transition: .5s ease all;
        width: 200px;
        position: relative;
        height: 42px;
    }

    .useful-link-list a:last-child li {
        border-bottom: 0;
    }


    .useful-link-list a:first-child li {
        background: -o-linear-gradient(#0ea700, #005323);
        background: -webkit-gradient(linear, left top, left bottom, from(#0ea700), to(#005323));
        background: linear-gradient(#0ea700, #005323);
        border-top-right-radius: 10px;
        list-style: none;
    }

    .useful-link-list a:nth-child(2) li {
        background: -o-linear-gradient(#0096d1, #004f6e);
        background: -webkit-gradient(linear, left top, left bottom, from(#0096d1), to(#004f6e));
        background: linear-gradient(#0096d1, #004f6e);
    }

    .useful-link-list a:nth-child(3) li {
        background: -o-linear-gradient(#ff9101, #b35000);
        background: -webkit-gradient(linear, left top, left bottom, from(#ff9101), to(#b35000));
        background: linear-gradient(#ff9101, #b35000);
    }

    .useful-link-list a:nth-child(4) li {
        background: -o-linear-gradient(#c401ff, #b300aa);
        background: -webkit-gradient(linear, left top, left bottom, from(#c401ff), to(#b300aa));
        background: linear-gradient(#c401ff, #b300aa);
    }

    .useful-link-list a:nth-child(5) li {
        background: -o-linear-gradient(#ff0101, #a10000);
        background: -webkit-gradient(linear, left top, left bottom, from(#ff0101), to(#a10000));
        background: linear-gradient(#ff0101, #a10000);
    }

    .useful-link-list a:nth-child(6) li {
        background: -o-linear-gradient(#f3f000, #FD8F01);
        background: -webkit-gradient(linear, left top, left bottom, from(#f3f000), to(#FD8F01));
        background: linear-gradient(#f3f000, #FD8F01);
        border-bottom-right-radius: 10px;
    }


    .useful-link-list a:nth-child(5) li figure {
        right: 0;
    }


    .useful-link-list span {
        font-size: 13px;
        color: #fff;
        text-decoration: none;
    }

    .useful-link-list a:hover li {
        -webkit-transform: translateX(150px);
        -ms-transform: translateX(150px);
        transform: translateX(150px);
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
    }

    .useful-link-list ul:first-child {
        border-top-right-radius: 10px;
    }

    .useful-link-list figure {
        margin: 0;
        position: absolute;
        right: 15px;
        top: 10px;
    }


/*Komisyon Page*/

.komisyon-title {
    width: 100%
}

    .komisyon-title h2 {
        color: #0068B3;
        font-size: 26px
    }

    .komisyon-title hr {
        background-color: #0068B3;
    }


.komisyon-card {
    margin-bottom: 25px;
}

.komisyon-general {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    min-height: 216px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
}

.ilce-belediye-baskan .komisyon-general {
    min-height: 350px
}

.komisyon-general {
    -webkit-box-shadow: 0px 6px 7px -1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 6px 7px -1px rgba(0, 0, 0, 0.15);
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}

    .komisyon-general:hover {
        -webkit-box-shadow: 0 0 6px #777;
        box-shadow: 0 0 6px #777
    }

    .komisyon-general a:hover {
        text-decoration: none;
    }

.komisyon-card-img {
    text-align: center;
    margin-bottom: 30px;
}


    .komisyon-card-img img {
        width: 100%;
    }

.komisyon-parti-isim {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    color: #707070;
}

.baskan-isim {
    font-size: 18px
}

.komisyon p {
    text-align: center;
    margin-bottom: 0;
    color: #707070;
    font-weight: 500;
}

.komisyon-title h2,
.komisyon-title hr {
    color: #212529;
}

/* Yol Yapım Duyuruları */
.accordion-road {
}





    .accordion-road .card {
        border-radius: 15px;
    }



.accordion-road {
    padding: 0;
}

    .accordion-road .card {
        border-radius: 15px;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .accordion-road .card-header {
        padding: 0;
    }



    .accordion-road .btn {
        padding: 0;
        text-decoration: none;
    }



    .accordion-road .btn-link:active {
        text-decoration: none;
    }





    .accordion-road .btn:active {
        text-decoration: none;
    }



.card-header .road-notification {
    width: 100% !important;
}



.road-notification-inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    border-radius: 15px !important
}

.road-notification-date-container {
    width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: #0068B3;
    border-radius: 10px;
    margin-right: 20px;
    padding: 10px 0;
    min-width: 90px;
}



.road-notification-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 15px;
    text-align: left;
}



    .road-notification-title h4 {
        font-size: 16px;
        color: #333;
        margin-bottom: 0;
    }



.road-notification-date {
    font-size: 21px;
    font-weight: 700;
    width: 100%;
}



.road-notification-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    bottom: 15px;
    width: 3px;
    background: #041E32;
}

/* Meclis Canlı Yayın */
.live-stream {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    right: 0;
    bottom: 64%;
    width: 230px;
    -webkit-transform: translateX(165px);
    -ms-transform: translateX(165px);
    transform: translateX(165px);
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    z-index: 999;
}


    .live-stream:hover {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }



    .live-stream a {
        width: 100%;
    }

        .live-stream a:hover {
            text-decoration: none;
        }


    .live-stream:hover .live-stream-arrow figure {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.live-stream-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 48px;
    background: #F36F21;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    animation: ani_meclis 1s linear 1s infinite alternate;
    animation-delay: 6s;
    -webkit-animation: ani_meclis 1s linear 1s infinite alternate;
    -moz-animation: ani_meclis 1s linear 1s infinite alternate;
    -o-animation: ani_meclis 1s linear 1s infinite alternate;
    -ms-animation: ani_meclis 1s linear 1s infinite alternate;
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
}


    .live-stream-body span {
        font-size: 13px;
        color: #fff;
        text-align: left;
    }

    .live-stream-body figure {
        margin: 0 40px 5px 5px;
    }

.live-stream-mobil {
    display: none;
}

@keyframes ani_meclis {
    0% {
        background: #F36F21
    }

    100% {
        background: #cc0000;
    }
}

@-webkit-keyframes ani_meclis {
    0% {
        background: #F36F21
    }

    100% {
        background: #cc0000;
    }
}

/* Header Social Media */

.social-media > a > div {
    background: rgba(0, 0, 0, 0.500);
    width: 36px;
    height: 36px;
    margin: 2px;
    padding: 1px;
    border-radius: 50%;
    color: #ffffff;
    float: left;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 36px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.social-media > a:nth-child(1):hover > div {
    background: #38569A;
    border-radius: 0;
}

.social-media > a:nth-child(2):hover > div {
    background: #35B4F8;
    border-radius: 0;
}

.social-media > a:nth-child(3):hover > div {
    background: #FF0000;
    border-radius: 0;
}

.social-media > a:nth-child(4):hover > div {
    background: #754698;
    border-radius: 0;
}
.social-media > a:nth-child(5):hover > div {
    /* background: #754698; */
    border-radius: 0;
}


/* başkan küçük slider */

.baskan-carousel-title-container {
    position: absolute;
    bottom: 0;
    top: 75%;
    background: #041e32c9;
    left: 0;
    right: 0;
}

    .baskan-carousel-title-container h3 {
        font-size: 16px;
        padding: 15px 55px;
        margin: 0;
        color: #fff;
        font-weight: 100;
    }

.baskan-social-media {
    padding: 15px 20px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

.baskan-social-media-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .baskan-social-media-container > a {
        color: #666;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
        font-size: 18px
    }

        .baskan-social-media-container > a:nth-child(1):hover {
            color: #38539B
        }

        .baskan-social-media-container > a:nth-child(2):hover {
            color: #2AA3DA
        }

        .baskan-social-media-container > a:nth-child(3):hover {
            color: #684DBB
        }

        .baskan-social-media-container > a:nth-child(4):hover {
            color: #F70000
        }

.baskan-slider-container {
    padding: 0;
}

.baskan-carousel-title-container a {
    position: absolute;
    right: 30px;
    top: 35px;
    color: #E4E4E4;
    font-size: 13px;
    opacity: .50;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    z-index: 9;
    font-weight: 600;
}


    .baskan-carousel-title-container a:hover {
        opacity: 1;
        text-decoration: none;
    }

.baskan-container-text p {
}


/* İletişim */
.content-contact {
    border-radius: 5px;
    background: #F5F5F5;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.20);
}
.content-contact.form-bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../images/form-bg-1.png);
    background-position: 50%;
}

    .content-contact > h5 {
        color: #0068B3;
    }

    .content-contact > h6 {
        color: #F36F21;
    }

.contact-inp::-webkit-input-placeholder {
    font-size: 13px;
}

.contact-inp::-moz-placeholder {
    font-size: 13px;
}

.contact-inp:-ms-input-placeholder {
    font-size: 13px;
}

.contact-inp::-ms-input-placeholder {
    font-size: 13px;
}

.contact-inp::placeholder {
    font-size: 13px;
}

.contact-info {
}

    .contact-info > img {
        float: left;
        margin: 5px;
    }

    .contact-info > p {
        color: #666666;
        font-weight: 600;
        margin-top: -15px;
    }

        .contact-info > p:nth-child(2) {
            font-weight: 100;
            font-size: 12px;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

.collapse-title {
    font-weight: 600 !important;
    color: #666666 !important;
}

/*Data Table */

.table {
    background: #fff;
}


/* Pagenation */
.pactive {
    background-color: #eee
}

/* Duyuru */

ul.marquee {
    /* required styles */
    display: block;
    padding: 0;
    margin: 0;
    top: 24%;
    list-style: none;
    line-height: 1;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 46px;
}

    ul.marquee li {
        position: absolute;
        top: -999em;
        left: 0;
        display: block;
        white-space: nowrap;
        font: 14px Arial, Helvetica, sans-serif;
        padding: 15px 0 15px 5px;
    }

.m-head-top {
    display: none;
}

.mb-search {
    display: none
}

.bg-trans {
    background: rgba(255, 255, 255, 0.95)
}

/* Aleft Hide */
.alert-hide {
    display: none;
}

.page-inside-link {
    color: #333
}

.text-space {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}


.m-top {
    padding-top: 10% !important
}

/* Header Scroll*/

.btn-scroll {
    position: relative;
    width: 80px;
    height: 80px;
    top: 65%;
    margin: 0 auto;
}

.border-s {
    /*width: 80px;
    height: 80px;
    padding-top:20px;
    border-radius:50%;
    border: 1px solid #ccc;
    -webkit-animation: 2.5s ease 1s normal none infinite running bounce;
    animation: 2.5s ease 1s normal none infinite running bounce;
    -webkit-transition: .3s;
    transition: .3s;*/
}

.header-scroll {
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    border-radius: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 30px;
    height: 50px;
    margin: 0 auto;
    border: 2px solid #fff;
    cursor: pointer;
    -webkit-animation: 2.5s ease 1s normal none infinite running bounce;
    animation: 2.5s ease 1s normal none infinite running bounce;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

    .header-scroll:before {
        content: "";
        position: absolute;
        top: 12px;
        right: 0;
        left: 50%;
        border-radius: 3px;
        width: 2px;
        height: 6px;
        background: #fff;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-animation: 2.5s ease 1s normal none infinite running mouse;
        animation: 2.5s ease 1s normal none infinite running mouse;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .header-scroll:hover {
        background: #fff;
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }

        .header-scroll:hover:before {
            background: #10304a;
        }

@-webkit-keyframes bounce {

    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes mouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0;
    }
}

@keyframes mouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0;
    }
}










.mouse-wrap {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*p {
    font-family: "Raleway", sans-serif;
    letter-spacing: 12px;
    font-size: 14px;
    color: #F36F21;
    animation: nudgeText 5.5s ease-out infinite;
    position: absolute;
    left: 50%;
    top: 90px;
    transform: translateX(-50%) translateY(0);
    margin-left: 6px;
}
*/
.mouse {
    top: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 32px;
    -webkit-animation: nudgeMouse 5.5s ease-out infinite;
    animation: nudgeMouse 5.5s ease-out infinite;
}

    .mouse:after {
        content: '';
        background-color: #ffffff;
        width: 3px;
        height: 10px;
        border-radius: 30%;
        -webkit-animation: trackBallSlide 5.5s linear infinite;
        animation: trackBallSlide 5.5s linear infinite;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    .mouse .frame {
        width: 100%;
        position: absolute;
        z-index: 1;
    }

        .mouse .frame path {
            fill: none;
            stroke: #ffffff;
            stroke-width: 3;
            opacity: 0.5;
        }

    .mouse .mouse-left,
    .mouse .mouse-right {
        width: 50%;
        position: absolute;
        z-index: 2;
    }

    .mouse .mouse-right {
        right: 0;
    }

    .mouse .Animate-Draw {
        fill: transparent;
        stroke: #ffffff;
        stroke-width: 3;
        fill-opacity: 0.5;
        -webkit-transition: .5s ease all;
        -o-transition: .5s ease all;
        transition: .5s ease all;
    }

    .mouse .mouse-left .Animate-Draw {
        -webkit-animation: DrawLine 5.5s ease-out infinite;
        animation: DrawLine 5.5s ease-out infinite;
    }

    .mouse .mouse-right .Animate-Draw {
        -webkit-animation: DrawLineBack 5.5s ease-out infinite;
        animation: DrawLineBack 5.5s ease-out infinite;
    }


/*Keyframes*/

@-webkit-keyframes DrawLine {
    0% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    22% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    38% {
        stroke-dashOffset: 125;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    38.1% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 0;
    }

    48% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    64% {
        stroke-dashOffset: 125;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    64.1% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 0;
    }

    74% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    90% {
        stroke-opacity: 1;
        stroke-dashOffset: 125;
        stroke-dasharray: 120;
    }

    90.1% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 0;
    }
}

@keyframes DrawLine {
    0% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    22% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    38% {
        stroke-dashOffset: 125;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    38.1% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 0;
    }

    48% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    64% {
        stroke-dashOffset: 125;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    64.1% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 0;
    }

    74% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    90% {
        stroke-opacity: 1;
        stroke-dashOffset: 125;
        stroke-dasharray: 120;
    }

    90.1% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 0;
    }
}

@-webkit-keyframes DrawLineBack {
    0% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    22% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    38% {
        stroke-dashOffset: -114;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    38.1% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 0;
    }

    48% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    64% {
        stroke-dashOffset: -114;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    64.1% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 0;
    }

    74% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    90% {
        stroke-opacity: 1;
        stroke-dashOffset: -114;
        stroke-dasharray: 120;
    }

    90.1% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 0;
    }
}

@keyframes DrawLineBack {
    0% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    22% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    38% {
        stroke-dashOffset: -114;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    38.1% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 0;
    }

    48% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    64% {
        stroke-dashOffset: -114;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    64.1% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 0;
    }

    74% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 1;
    }

    90% {
        stroke-opacity: 1;
        stroke-dashOffset: -114;
        stroke-dasharray: 120;
    }

    90.1% {
        stroke-dashOffset: 0;
        stroke-dasharray: 120;
        stroke-opacity: 0;
    }
}

@-webkit-keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%);
    }

    22% {
        -webkit-transform: translateY(0px) translateX(-50%);
        transform: translateY(0px) translateX(-50%);
    }

    38% {
        -webkit-transform: translateY(9px) translateX(-50%);
        transform: translateY(9px) translateX(-50%);
    }

    48% {
        -webkit-transform: translateY(0px) translateX(-50%);
        transform: translateY(0px) translateX(-50%);
    }

    64% {
        -webkit-transform: translateY(9px) translateX(-50%);
        transform: translateY(9px) translateX(-50%);
    }

    74% {
        -webkit-transform: translateY(0px) translateX(-50%);
        transform: translateY(0px) translateX(-50%);
    }

    90% {
        -webkit-transform: translateY(9px) translateX(-50%);
        transform: translateY(9px) translateX(-50%);
    }
}

@keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%);
    }

    22% {
        -webkit-transform: translateY(0px) translateX(-50%);
        transform: translateY(0px) translateX(-50%);
    }

    38% {
        -webkit-transform: translateY(9px) translateX(-50%);
        transform: translateY(9px) translateX(-50%);
    }

    48% {
        -webkit-transform: translateY(0px) translateX(-50%);
        transform: translateY(0px) translateX(-50%);
    }

    64% {
        -webkit-transform: translateY(9px) translateX(-50%);
        transform: translateY(9px) translateX(-50%);
    }

    74% {
        -webkit-transform: translateY(0px) translateX(-50%);
        transform: translateY(0px) translateX(-50%);
    }

    90% {
        -webkit-transform: translateY(9px) translateX(-50%);
        transform: translateY(9px) translateX(-50%);
    }
}


/*Text*/

@-webkit-keyframes nudgeText {
    0% {
        -webkit-transform: translateY(0) translateX(-50%) scaleY(1);
        transform: translateY(0) translateX(-50%) scaleY(1);
        opacity: 1;
    }

    22% {
        -webkit-transform: translateY(0px) translateX(-50%) scaleY(1);
        transform: translateY(0px) translateX(-50%) scaleY(1);
        opacity: 1;
    }

    38% {
        -webkit-transform: translateY(5px) translateX(-50%) scaleY(0.9);
        transform: translateY(5px) translateX(-50%) scaleY(0.9);
        opacity: 0.5;
    }

    48% {
        -webkit-transform: translateY(0px) translateX(-50%) scaleY(1);
        transform: translateY(0px) translateX(-50%) scaleY(1);
        opacity: 1;
    }

    64% {
        -webkit-transform: translateY(5px) translateX(-50%) scaleY(0.9);
        transform: translateY(5px) translateX(-50%) scaleY(0.9);
        opacity: 0.5;
    }

    74% {
        -webkit-transform: translateY(0px) translateX(-50%) scaleY(1);
        transform: translateY(0px) translateX(-50%) scaleY(1);
        opacity: 1;
    }

    90% {
        -webkit-transform: translateY(5px) translateX(-50%) scaleY(0.9);
        transform: translateY(5px) translateX(-50%) scaleY(0.9);
        opacity: 0.5;
    }
}

@keyframes nudgeText {
    0% {
        -webkit-transform: translateY(0) translateX(-50%) scaleY(1);
        transform: translateY(0) translateX(-50%) scaleY(1);
        opacity: 1;
    }

    22% {
        -webkit-transform: translateY(0px) translateX(-50%) scaleY(1);
        transform: translateY(0px) translateX(-50%) scaleY(1);
        opacity: 1;
    }

    38% {
        -webkit-transform: translateY(5px) translateX(-50%) scaleY(0.9);
        transform: translateY(5px) translateX(-50%) scaleY(0.9);
        opacity: 0.5;
    }

    48% {
        -webkit-transform: translateY(0px) translateX(-50%) scaleY(1);
        transform: translateY(0px) translateX(-50%) scaleY(1);
        opacity: 1;
    }

    64% {
        -webkit-transform: translateY(5px) translateX(-50%) scaleY(0.9);
        transform: translateY(5px) translateX(-50%) scaleY(0.9);
        opacity: 0.5;
    }

    74% {
        -webkit-transform: translateY(0px) translateX(-50%) scaleY(1);
        transform: translateY(0px) translateX(-50%) scaleY(1);
        opacity: 1;
    }

    90% {
        -webkit-transform: translateY(5px) translateX(-50%) scaleY(0.9);
        transform: translateY(5px) translateX(-50%) scaleY(0.9);
        opacity: 0.5;
    }
}




/*Mouse wheel*/
@-webkit-keyframes trackBallSlide {
    0% {
        -webkit-transform: translateY(20px) scale(1);
        transform: translateY(20px) scale(1);
        opacity: 1;
    }

    22% {
        -webkit-transform: translateY(20px) scale(1);
        transform: translateY(20px) scale(1);
        opacity: 1;
    }

    26% {
        -webkit-transform: translateY(30px) scale(0.9);
        transform: translateY(30px) scale(0.9);
        opacity: 1;
    }

    34% {
        -webkit-transform: translateY(55px) scale(0.1);
        transform: translateY(55px) scale(0.1);
        opacity: 0;
    }

    41% {
        -webkit-transform: translateY(30px) scale(0);
        transform: translateY(30px) scale(0);
        opacity: 0.3;
    }

    48% {
        -webkit-transform: translateY(20px) scale(1);
        transform: translateY(20px) scale(1);
        opacity: 1;
    }

    52% {
        -webkit-transform: translateY(30px) scale(0.9);
        transform: translateY(30px) scale(0.9);
        opacity: 1;
    }

    60% {
        -webkit-transform: translateY(55px) scale(0.1);
        transform: translateY(55px) scale(0.1);
        opacity: 0;
    }

    67% {
        -webkit-transform: translateY(30px) scale(0);
        transform: translateY(30px) scale(0);
        opacity: 0.3;
    }

    74% {
        -webkit-transform: translateY(20px) scale(1);
        transform: translateY(20px) scale(1);
        opacity: 1;
    }

    78% {
        -webkit-transform: translateY(30px) scale(0.9);
        transform: translateY(30px) scale(0.9);
        opacity: 1;
    }

    86% {
        -webkit-transform: translateY(55px) scale(0.1);
        transform: translateY(55px) scale(0.1);
        opacity: 0;
    }

    93% {
        -webkit-transform: translateY(30px) scale(0);
        transform: translateY(30px) scale(0);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: translateY(20px) scale(1);
        transform: translateY(20px) scale(1);
        opacity: 1;
    }
}

@keyframes trackBallSlide {
    0% {
        -webkit-transform: translateY(20px) scale(1);
        transform: translateY(20px) scale(1);
        opacity: 1;
    }

    22% {
        -webkit-transform: translateY(20px) scale(1);
        transform: translateY(20px) scale(1);
        opacity: 1;
    }

    26% {
        -webkit-transform: translateY(30px) scale(0.9);
        transform: translateY(30px) scale(0.9);
        opacity: 1;
    }

    34% {
        -webkit-transform: translateY(55px) scale(0.1);
        transform: translateY(55px) scale(0.1);
        opacity: 0;
    }

    41% {
        -webkit-transform: translateY(30px) scale(0);
        transform: translateY(30px) scale(0);
        opacity: 0.3;
    }

    48% {
        -webkit-transform: translateY(20px) scale(1);
        transform: translateY(20px) scale(1);
        opacity: 1;
    }

    52% {
        -webkit-transform: translateY(30px) scale(0.9);
        transform: translateY(30px) scale(0.9);
        opacity: 1;
    }

    60% {
        -webkit-transform: translateY(55px) scale(0.1);
        transform: translateY(55px) scale(0.1);
        opacity: 0;
    }

    67% {
        -webkit-transform: translateY(30px) scale(0);
        transform: translateY(30px) scale(0);
        opacity: 0.3;
    }

    74% {
        -webkit-transform: translateY(20px) scale(1);
        transform: translateY(20px) scale(1);
        opacity: 1;
    }

    78% {
        -webkit-transform: translateY(30px) scale(0.9);
        transform: translateY(30px) scale(0.9);
        opacity: 1;
    }

    86% {
        -webkit-transform: translateY(55px) scale(0.1);
        transform: translateY(55px) scale(0.1);
        opacity: 0;
    }

    93% {
        -webkit-transform: translateY(30px) scale(0);
        transform: translateY(30px) scale(0);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: translateY(20px) scale(1);
        transform: translateY(20px) scale(1);
        opacity: 1;
    }
}

.social-h > a > i:hover {
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    color: #fff !important;
}

.fixed-header .nav-item.fixed-logo {
    display: block
}

.nav-item.fixed-logo {
    position: absolute;
    left: -10%;
    right: 95%;
    bottom: -30%;
    display: none;
}

#navbarNav .nav-item.fixed-logo a {
    border-right: none;
}

    #navbarNav .nav-item.fixed-logo a img {
        width: 30%;
    }

.fixed-header .nav-item.fixed-ataturk-logo {
    display: block;
}

.nav-item.fixed-ataturk-logo {
    position: absolute;
    right: -7.5%;
    left: 97.5%;
    bottom: 5%;
    display: none;
}

.slider-img {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 290px;
}

/*Slider*/
#carouselExampleSlidesOnly {
    opacity: 1;
}

.fluid-space {
    padding: 0;
}

.slider-container {
    background-color: rgba(2, 17, 15, 0.33);
    height: 100%;
    width: 100%;
    margin: auto;
    display: block;
    /* position: absolute; */
    top: 17%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    left: 0;
    right: 0;
    -webkit-box-shadow: 5px 5px 35px 0px #cbcbcb;
    -o-box-shadow: 5px 5px 35px 0px #cbcbcb;
    box-shadow: 5px 5px 35px 0px rgba(2, 17, 15, 0.5);
    /* overflow: hidden; */
    -webkit-transition: .5s ease height;
    -o-transition: .5s ease height;
    transition: .5s ease height;
}

    .slider-container .wrapper {
        height: 100%;
        width: 100%;
        /* position: relative;*/
    }

        .slider-container .wrapper .slide {
            height: 100%;
            width: 50%;
            /* background-color: rgba(243, 111, 33, .5); */
            position: absolute;
            top: 0;
            bottom: 0;
            left: 35%;
            right: 0;
            border-radius: 10px;
        }

.slide.active {
    opacity: 1;
}

.slide {
    opacity: 0;
}

.slider-container .wrapper .slide .slide-img {
    width: 40%;
    float: left;
    position: relative;
    height: 65%;
    position: absolute;
    left: -25%;
    top: 15%;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}

    .slider-container .wrapper .slide .slide-img.active {
        opacity: 1;
    }

    .slider-container .wrapper .slide .slide-img:before {
        content: "";
        height: 0%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 5;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
    }

    .slider-container .wrapper .slide .slide-img.active:before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 5;
    }

    .slider-container .wrapper .slide .slide-img img {
        height: 100%;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        top: 0;
        bottom: 0;
    }

.slider-container .wrapper .slide .slide-content {
    width: 75%;
    /* float: left; */
    padding: 10% 8% 0em 8%;
    position: relative;
    height: 100%;
    margin: 0 auto;
}

    .slider-container .wrapper .slide .slide-content a {
        text-decoration: none;
    }

    .slider-container .wrapper .slide .slide-content h2 {
        position: relative;
        color: #fff;
        font-size: 2.3em;
        -webkit-transition: .5s ease all;
        -o-transition: .5s ease all;
        transition: .5s ease all;
        height: auto;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        transition: .5s ease all;
    }

        .slider-container .wrapper .slide .slide-content h2:before {
            content: "";
            height: 0%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            z-index: 5;
            -webkit-transition-delay: 1.5s;
            -o-transition-delay: 1.5s;
            transition-delay: 1.5s;
            -o-transition: all 1s linear;
            transition: all 1s linear;
            -ms-transition: all 1s linear;
            -moz-transition: all 1s linear;
            -webkit-transition: all 1s linear;
        }

        .slider-container .wrapper .slide .slide-content h2.active {
            height: 30px;
        }

            .slider-container .wrapper .slide .slide-content h2.active:before {
                content: "";
                height: 100%;
            }

    .slider-container .wrapper .slide .slide-content p {
        position: relative;
        color: #fff;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
    }

        .slider-container .wrapper .slide .slide-content p:before {
            content: "";
            height: 0%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            z-index: 5;
            -o-transition: all 0.1s linear;
            transition: all 0.1s linear;
            -ms-transition: all 0.1s linear;
            -moz-transition: all 0.1s linear;
            -webkit-transition: all 0.1s linear;
            -webkit-transition-delay: 0.1s;
            -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
        }

        .slider-container .wrapper .slide .slide-content p.active:before {
            content: "";
            height: 100%;
        }

    .slider-container .wrapper .slide .slide-content a {
        color: #da566f;
        font-size: 13px;
        text-decoration: none;
        font-weight: 600;
        display: inline-block;
        margin-top: 1em;
        position: relative;
        height: 23vh;
        overflow: hidden;
        -webkit-transition: .5s ease all;
        -o-transition: .5s ease all;
        transition: .5s ease all;
    }

        .slider-container .wrapper .slide .slide-content a:before {
            content: "";
            height: 0%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            z-index: 5;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -webkit-transition-delay: 0.5s;
            -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
        }




        .slider-container .wrapper .slide .slide-content a.active:before {
            content: "";
            height: 100%;
            opacity: 1;
        }

        .slider-container .wrapper .slide .slide-content a.active {
            height: 0;
        }


    .slider-container .wrapper .slide .slide-content .button {
        display: block;
        overflow: hidden;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        position: absolute;
        bottom: 0;
        left: -190%;
        right: -55%;
        top: 42.5%;
    }


        .slider-container .wrapper .slide .slide-content .button .inactive i {
            color: #ccc;
        }


            .slider-container .wrapper .slide .slide-content .button .inactive i:hover {
                color: #ccc;
            }


        .slider-container .wrapper .slide .slide-content .button .button-left {
            float: left;
            width: 50%;
        }


        .slider-container .wrapper .slide .slide-content .button .button-right {
            float: right;
            width: 50%;
            text-align: right;
        }


        .slider-container .wrapper .slide .slide-content .button i {
            font-size: 2.1em;
            cursor: pointer;
            color: #fff;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            -ms-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
        }


            .slider-container .wrapper .slide .slide-content .button i:hover {
                color: #000;
            }

.input-group-prepend ~ .iti--allow-dropdown {
    width: calc(100% - 42px);
}

@media only screen and (max-width: 1024px) {

    .slider-container {
        width: 100%;
    }
}

@media only screen and (max-width: 571px) {
    .elem,
.elemGallery {
    display: inline-block;
    font-size: 0;
    width: 100%;
    border: 1px solid transparent;
    border-bottom: none;
    background: #fff;
    padding: 5px;
    height: auto;
    background-clip: padding-box;
}

    .cookiealert{
        height:10rem;
    }
     
}

@media only screen and (max-width: 388px) {
    .cookiealert {
        height: 15rem;
    }
}

@media only screen and (max-width: 767px) {

    h2 {
        font-size: 1.5em;
    }


    .slider-container {
        width: 100%; /*93 değişen*/
        margin: 3% auto;
        height: 100%;
        position: relative;
        top: 0;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        overflow: inherit;
    }


        .slider-container .wrapper .slide .slide-img {
            width: 100%;
            height: 45%;
            left: 0;
            top: 0;
        }


        .slider-container .wrapper .slide .slide-content {
            width: 100%;
            padding: 1em;
            position: absolute;
            left: 0;
            bottom: 0;
        }

            .slider-container .wrapper .slide .slide-content a {
                position: absolute;
                bottom: -10px;
                left: 20px;
                right: 20px;
            }

        .slider-container .wrapper .slide {
            left: 0;
            width: 100%;
        }

            .slider-container .wrapper .slide .slide-content .button {
                margin-top: 2em;
            }

            .slider-container .wrapper .slide .slide-content .button {
                left: 0%;
                right: 0%;
            }

            .slider-container .wrapper .slide .slide-content h2 {
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
            }

            .slider-container .wrapper .slide .slide-content p {
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
            }

    .btn.button-left {
        text-align: left;
    }

    .slider-container .wrapper .slide .slide-content .button {
        top: initial;
        bottom: 0;
        z-index: 9;
    }
}

.slider-container .wrapper .slide .slide-content .button .btn.focus, .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.list-group a:hover {
    text-decoration: none;
    color: #fff;
}

.pop-content-general {
    max-width: 100%;
    width:100%;
}

.pop-content-inside {
    max-width: 100%
}

.pop-content-img {
    width: 100%;
}

.pop-content-inside .pop-content-img {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pop-content-inside p {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
    margin-left: 2em;
}

.rpr-img {
    max-height: 30vh
}
.gecici-mevzuat a{
    color:#333;
}
.gecici-mevzuat .p-block {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    height:100%;
}


.sss-column-nav-container .nav-pills {
    display: none;
}


#information-modal1 {
    display:none;
}
.swiper-container {
    width: 100%;
    height: auto;
}

#navbarNav .online-item a.dropdown-toggle::before {
    /* border-radius:0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; */
}

#navbarNav .enviroment-item a.nav-link::before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#navbarNav .covid-item a.dropdown-toggle::before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.search-local .btn {
    top: .3vw
}

.search-local .spinner-border {
    bottom: 1.75em;
}

.activites-margin {
    margin-right: 3rem;
    min-width: 200px !important;
}
.sirket-col a {
    transition:.33s ease all
}
.sirket-col a:hover {
    padding-left: 5px;
}

img {
    -webkit-touch-callout: none;
}

.is-mobile-h{
    height:100vh;
    overflow:auto;
}

/*.flex-control-nav{
    display:none;
}*/

/* Toast */
/*
 * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance,
 * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use,
 * make sure you copy the url from the website since the url may change between versions.
 * */
.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

    .toast-message a,
    .toast-message label {
        color: #FFF
    }

        .toast-message a:hover {
            color: #CCC;
            text-decoration: none
        }

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1
}

    .toast-close-button:focus,
    .toast-close-button:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40)
    }

.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    #toast-container > div {
        position: relative;
        pointer-events: auto;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999;
        -webkit-box-shadow: 0 0 12px #999;
        box-shadow: 0 0 12px #999;
        color: #FFF;
        opacity: .8;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80)
    }

        #toast-container > div.rtl {
            direction: rtl;
            padding: 15px 50px 15px 15px;
            background-position: right 15px center
        }

        #toast-container > div:hover {
            -moz-box-shadow: 0 0 12px #000;
            -webkit-box-shadow: 0 0 12px #000;
            box-shadow: 0 0 12px #000;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            filter: alpha(opacity=100);
            cursor: pointer
        }

    #toast-container > .toast-info {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important
    }

    #toast-container > .toast-error {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important
    }

    #toast-container > .toast-success {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important
    }

    #toast-container > .toast-warning {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important
    }

    #toast-container.toast-bottom-center > div,
    #toast-container.toast-top-center > div {
        width: 300px;
        margin-left: auto;
        margin-right: auto
    }

    #toast-container.toast-bottom-full-width > div,
    #toast-container.toast-top-full-width > div {
        width: 96%;
        margin-left: auto;
        margin-right: auto
    }

/*.toast {
    background-color: #030303
}*/

.toast-success {
    background-color: #51A351
}

.toast-error {
    background-color: #BD362F
}

/*.toast-info {
    background-color: #2F96B4
}*/

.toast-warning {
    background-color: #F89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

@media all and (max-width:240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }

        #toast-container > div.rtl {
            padding: 8px 50px 8px 8px
        }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width:241px) and (max-width:480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }

        #toast-container > div.rtl {
            padding: 8px 50px 8px 8px
        }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width:481px) and (max-width:768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }

        #toast-container > div.rtl {
            padding: 15px 50px 15px 15px
        }
}
/* Toast */

/* Login Css */
@media only screen and (max-width: 991px) {
    .toolbar-mobile-h{
        display:none;
    }

   

    .btn-login-tab > .nav-link > span {
        display: none;
    }

    .btn-login-tab > .nav-link {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

#loginModal{
    z-index:9999 !important;
}

.loginModal,.modal-body{
    min-height:25vh;
    /*max-height:75vh*/
   max-height:auto;
}


.login-loading-content {
    width: 320px;
    height: 140px;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -160px;
    margin-top: -70px;
}

.btn-login-orange {
    background-color: #f36f21;
}

.btn-edevlet {
    background-color: #0068B3;
    color:#FFF;
}

    .btn-edevlet:hover {
        background-color: #024D83;
        color: #FFF;
    }

.btn-edevlet-outline {
    border: 1px solid #0068B3;
    color: #0068B3;
}

.btn-edevlet-outline:hover {
    background-color:#0068B3;
    color: #FFF;
}

.drop-logins > .btn-light {
    background-color: #e2e6ea !important;
}

.btn-light-lg {
    background-color: #e2e6ea !important;
}

.lgn-tab-icon {
    margin-right:4px;
    fill: #A2A2A2;
}

.login-inp {
    height: 50px;
}

.btn-login-tab {
    border: 1px solid #D7D7D7;
    border-right:0;
}

    .btn-login-tab:last-child {
        border: 1px solid #D7D7D7;
        border-right: 1px solid #D7D7D7;
    }

    .btn-login-tab > .nav-link {
        border: 0px !important;
        color: #A2A2A2;
        height:50px;
        line-height:35px;
        padding-left:32px;
        padding-right:32px;
    }
        .btn-login-tab > .nav-link:hover {
            background-color: #FFF !important;
            color: #0068B3;
            transition: all .4s ease-in-out;
            box-shadow: 0 5px 20px #60B7F6;
            border: 0;
        }

        .btn-login-tab > .nav-link:hover > .lgn-tab-icon {
            fill: #FFF;
        }

        .btn-login-tab > .nav-link.active > .lgn-tab-icon {
            fill: #0068B3;
        }

        .btn-login-tab > .nav-link.active {
            background-color: #FFF;
            color: #0068B3;
            font-weight: bold;
            border-bottom: 2px solid #0068B3 !important;
        }

        .btn-login-tab > .nav-link.disabled {
            opacity:0.5
        }

        .login-img-disabled{
            opacity:0.5
        }
         

.login-general-tab {
    display: inline-flex;
}

.timer-count {
    width: 100px;
    height: 35px;
    line-height:35px;
    color: #FFF;
    background-color: #0068B3;
    margin:0 auto;
}

.lgn-hidden{
    display:none !important;
}

/* Login Css */

/* Profile */
input::placeholder, textarea::placeholder {
    font-size: 0.85rem;
}

.profile-card label{
    font-size:13px;
    font-weight:500;
}

.pass-validation-info > div {
    font-size: 13px;
}

.glyphicon-remove {
    color: #F64E60;
}

.glyphicon-ok {
    color: #1BC5BD;
}
/* Profile */

.flex-control-nav > li:hover {
    border: 3px solid #CCC;
    border-radius: 5px;
}