﻿.navbar-default .navbar-nav > li > a
{
    color:white !important;
}

.imgLogo {
    width: 160px;
}

.aMenu {
    font-family:'Titillium Web', sans-serif;
    font-size:17px;
    font-weight:600;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #0db47b !important;
}

.logoDiv {
    display: inline-block;
    padding: 20px 20px 20px 20px;
    background-color: white;
    box-shadow: 0 0 25px #9c9c9c;
    border-bottom-right-radius: 20px;
}


@media only screen and (max-width: 768px) {



    .hizmetlerBox {
        padding: 14px 15px 30px !important;
        width: 85% !important;
        margin-right: 20px !important;
    }

    .text {
        font-size: 15px !important;
        line-height: 23px !important;
    }



}




.hizmetlerBox {
    background-color: #fff;
    border-radius: 20px;
    padding: 14px 15px 30px;
    -webkit-box-shadow: 3px 0px 15px 0px rgba(204,204,204,1);
    -moz-box-shadow: 3px 0px 15px 0px rgba(204,204,204,1);
    box-shadow: 3px 0px 15px 0px rgba(204,204,204,1);
    margin-right: 1%;
    width: 33%;
    opacity: 0.5;
    border-left: 8px solid #8db1b6;
}

    .hizmetlerBox.is-selected {
        opacity: 1;
    }


.text {
    font-size: 16px;
    line-height: 26px;
    color: #5e5d6c;
    margin-top: 16px;
    margin-bottom: 34px;

}

.ulText {
    font-family: 'Titillium Web', sans-serif !important;
}

.haberImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 6px -6px 0 rgb(13,180,123) !important;
}

.haberRow {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
}

.haberBaslik {
    padding-top: 5px;
    font-size: 25px;
    color: #525252;
}

.haberKisa {
    margin-top: 10px;
    font-weight: 400;
}

.rightImg {
    height: 13px;
    margin-left: 10px;
}

.textHeader {
    font-size: 20px;
    color: #881818;
    letter-spacing: -0.5px;
    margin-left: 20px;
    display: inline-block;
    height: 45px;
    line-height: 30px;
    font-family: 'Titillium Web', sans-serif;
}

.navbar-toggler {
    cursor: pointer;
    background: none;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    z-index: 99999;
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    margin-top: 5px;
    outline: 0;
}

    .navbar-toggler > .icon {
        position: relative;
        display: block;
        height: 1px;
        width: 29px;
        margin: 7px 0;
        background: white;
        opacity: 1;
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-transition: all .3s cubic-bezier(.25,.8,.25,1);
        -o-transition: all .3s cubic-bezier(.25,.8,.25,1);
        -webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
        transition: all .3s cubic-bezier(.25,.8,.25,1);
    }


    .navbar-toggler.collapsed .icon:nth-of-type(2) {
        opacity: 1;
        filter: alpha(opacity=100);
    }


    .navbar-toggler .icon:nth-of-type(2) {
        opacity: 0;
        filter: alpha(opacity=0);
    }


    .navbar-toggler.collapsed .icon:nth-of-type(1), .navbar-toggler.collapsed .icon:nth-of-type(3) {
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    .navbar-toggler .icon:nth-of-type(1) {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -moz-transform-origin: 10% 10%;
        -ms-transform-origin: 10% 10%;
        -o-transform-origin: 10% 10%;
        -webkit-transform-origin: 10% 10%;
        transform-origin: 10% 10%;
    }

    .navbar-toggler .icon:nth-of-type(3) {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -moz-transform-origin: 10% 90%;
        -ms-transform-origin: 10% 90%;
        -o-transform-origin: 10% 90%;
        -webkit-transform-origin: 10% 90%;
        transform-origin: 10% 90%;
    }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #881818 !important;
}
