<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 767px) {
    #header .navbar-nav &gt; .open {
        background-color: transparent !important;
        color: #fff !important;
    }

    #header .navbar-nav &gt; .open &gt; a {
        color: #333 !important;
    }

    #header .navbar-nav &gt; .open li a {
        color: #fff !important;
    }

    #header .dropdown-menu {
        margin-right: 10px;
        background-color: transparent;
        padding: 2px 5px;
        margin-right: 0px;
        margin-top: 0px;
        overflow: visible;
        border: 0px;
        color: #fff;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-border-radius: 0px 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
        left: 50%;
        right: auto;
        text-align: center;
        transform: translate(-50%, 0);
    }

    #header .dropdown-menu li a {
        background-color: #49ccd4;
        padding: 5px 25px 2px 25px !important;
        border: 0px !important;
        margin: 0px;
        margin-bottom: 2px;
        line-height: 25px;
    }

    #header .dropdown-menu li:first-child a {
        margin-top: 2px;
    }

    #header .dropdown-menu li {
        padding: 0px;
        margin: 0px !important;
    }

    #header .navbar-nav .dropdown-menu li:hover a {
        border: 0px;
        color: #fff !important;
        background-image: none !important;
        background-color: #083570 !important;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #header ul.nav li:hover &gt; ul.dropdown-menu {
        display: block;
    }
}

@media (min-width: 991px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    #leftBefore {
        padding-right: 0px;
    }

    #rightAfter {
        padding-left: 0px;
    }

    #rightAfter {
        position: relative;
    }

    #rightAfter:after {
        content: "";
        position: absolute;
        width: 367px;
        height: 56px;
        top: -1px;
        margin-right: 15px;
        right: -367px;
        background-color: #e5e5e5;
        background-repeat: no-repeat;
    }

    #leftBefore {
        position: relative;
    }

    #leftBefore:before {
        content: "";
        position: absolute;
        width: 367px;
        height: 56px;
        top: -1px;
        left: -367px;
        margin-left: 15px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
}

@media (min-width: 1300px) {
    .headerPattern {
        width: 1300px;
        margin-left: calc(50% - 650px);
    }
}

@media (max-width: 991px) {
    .fullHarita {
        height: 400px;
        margin: 0px;
    }

    .middleLeft {
        text-align: center;
    }

    .sabitMiddle img {
        margin-top: 20px;
    }

    .sabitMiddleB {
        border: 0px;
        border-top: 1px solid #fff;
    }

    .sabitMiddleB:first-child {
        border: 0px;
    }

    .box4lu {
        margin: 10px 0px 20px 0px !important;
    }
}
</pre></body></html>