.container {
    padding-left: 1px;
    padding-right: 1px;
    margin-left: 1px;
    margin-right: 1px;
}

@media (max-width: 768px) {
    .logo-wrapper img {
        filter: invert(1);
    }
}

@media (max-width: 1199px) {
    .container {
        padding-left: 1px;
        padding-right: 1px;
    }
}

@media (max-width: 991px) {
    .container {
        padding-left: 1px;
        padding-right: 1px;
    }
}

@media (max-width: 767px) {
    .container {
        padding-left: 1px;
        padding-right: 1px;
    }
}

.img-fluid {
    width: 100%;
    height: auto;
}

.container-title {
    margin-left: 0;
    margin-right: 0;
}



ul.menu-class>li
{
    margin:0px 10px !important;
}

@media (max-width: 1135px) and (min-width:1024px) {
    ul.menu-class > li {
        margin: 0px !important;
    }
}


a.logo-wrapper {
    width: 233px !important;
}

header.page-header.clearfix {
    display: flex;
    flex-direction: row !important;
    align-items: center !important;

    margin: 0px auto !important;
    justify-content: space-around !important;
}

.manu-wrapper ul li a
{
    font-size: 16px !important;
}

.manu-wrapper ul li:hover>ul>li>a {

    font-size: 13px !important;
}

@media only screen and (min-width: 1025px) {
    .manu-wrapper ul li:hover:after, .manu-wrapper ul li.active:after {
        opacity: 1;
        bottom: 20px !important;
    }
}

h2.title {
    text-align: center;
}



.title::after {
    content: "";
    border-left: 2px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    border-top: none;
    color: blue;
    font-size: 14px;
    display: block;
    text-align: center;
    height: 10px;
    margin: 0px -15px !important;

}

.container-title>div
{
    text-align: center !important;
}


.container-title>div>.title
{
    text-align: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}


.custom-margin1 {
    margin-bottom: 0px !important;
    margin-top: 15px !important;

}


/* Footer */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #363636 ;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: #363636  !important;
}
#footer h5{
    padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
    padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
    font-size:25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#footer ul.social li:hover a i {
    font-size:30px;
    margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
    color:#ffffff;
}
#footer ul.social li a:hover{
    color:#eeeeee;
}
#footer ul.quick-links li{
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#footer ul.quick-links li:hover{
    padding: 3px 0;
    margin-left:5px;
    font-weight:700;
}
#footer ul.quick-links li a i{
    margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}
#footer
{
    padding: 60px 0px  10px 0px !important;
}
.contact>li>span
{
    color:#fff !important;
}
.alt
{
    margin-bottom: 0px !important;
}


.slide-title>a>img
{

}

div#owl-demo1>.owl-wrapper-outer>.owl-wrapper>.owl-item
{
    padding: 10px !important;
}

div#owl-demo1>.owl-controls.clickable
{
    display: none !important;
}


a.btn.btn-primary.btn-xl.mx-auto.green {
    color: white;
    background-color: #363636 !important;
    font-size: 25px !important;
    padding: 10px 20px;
}


    .imgdetail {
        background-color: rgba(255, 255, 255, 1) !important;
        padding: 10px !important;
        position: relative !important;
        bottom: 82px !important;
        width: 200px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        height: 119px !important;
        box-shadow: 2px 2px beige !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: space-around !important;
        text-align: center !important;
    }

.manu-wrapper>ul>li:after
{
    border-top:none !important;
}

#bar
{
    background: #000000 !important;
}

.manu-wrapper>ul>li:after
{
    border: 2px solid;
}
.span12>div>.col-lg-3
{
    max-height: 430px !important;
}

p.copyrights {
    color: white !important;
}
a {
    text-decoration: none !important; /* Normal durumda altı çizgiyi kaldırır */
}

a:hover {
    text-decoration: none !important; /* Üzerine gelindiğinde de altı çizgiyi kaldırır */
}

div#rc-anchor-container {
    margin-top: 15px;
}


@media only screen and (max-width: 480px) {
    nav.manu-wrapper.open-menu {
        top: 0px !important;
    }
    .custom-margin
    {
        margin-bottom: 10px !important;
    }

    .custom-margin1
    {

        margin-bottom: 0px !important;
        margin-top: 15px !important;

    }

    .footer-logo
    {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .hizmet:last-child
    {
        margin-bottom: 2rem !important;
    }

    .g-recaptcha {
        margin-top: 1rem;
    }

    iframe {
        height: 100% !important;
    }

}

@media (max-width: 768px) {
    nav.manu-wrapper.open-menu {
        top: 0px !important;
    }
    .custom-margin
    {
        margin-bottom: 10px !important;
    }

    .custom-margin1 {
        margin-bottom: 0px !important;
        margin-top: 15px !important;

    }

    .footer-logo
    {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .hizmet:last-child
    {
        margin-bottom: 2rem !important;
    }

    .g-recaptcha {
        margin-top: 1rem;
    }

    iframe {
        height: 100% !important;
    }
    header.page-header.clearfix
    {
        justify-content: unset !important;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1300px) {
    .manu-wrapper ul li a {
        font-size: 12px !important;
    }
    body {
        overflow: unset !important;
    }
    .span12>div>.col-lg-3 {
        max-height: 370px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .custom-margin1 {
        margin-bottom: 0px !important;
        margin-top: 15px !important;
    }
}

@media (min-width: 992px) {
    .manu-wrapper ul li a {
        font-size: 12px !important;
    }
    body {
        overflow: unset !important;
    }
    .span12>div>.col-lg-3 {
        max-height: 370px !important;
    }

    .screen-header
    {
        background-color: #363636  !important;
    }
    header.page-header.clearfix
    {
        background-color: #363636  !important;
    }

    header.page-header.clearfix>a>img{

    }

    header.page-header.clearfix>nav.manu-wrapper>ul>li >a{
        color:#ffffff !important;
    }
    .manu-wrapper ul li a {
        font-size: 14px !important;
    }
    .manu-wrapper ul li:before
    {
        position: absolute;
        content: "";

        height: 50%;
        top:20px !important;
        border-right: 1px solid rgba(255,255,255,0.3)
    }

    .manu-wrapper ul li:last-child:before
    {

        border-right: unset !important;
    }
    .manu-wrapper ul li:first-child:before
    {
        position: absolute;
        content: "";

        height: 50%;
        top:20px !important;
        border-left: 0.2px solid rgba(255,255,255,0.3)
    }

    li.succes-buton>a {
        padding: 5px !important;
        margin: 0px !important;
        line-height: 40px !important;
        border-radius: 6px;
    }




}



@media only screen and (min-width: 1025px) {
    .manu-wrapper ul li:hover:after, .manu-wrapper ul li.active:after {

        color: white !important;
    }
}



@media only screen and (min-width: 1300px) {
    .screen-header
    {
        background-color: #363636  !important;
    }
    header.page-header.clearfix
    {
        background-color: #363636  !important;
    }
    header.page-header.clearfix>a>img{

    }
    header.page-header.clearfix>nav.manu-wrapper>ul>li >a{
        color:#ffffff !important;
    }

    .manu-wrapper ul li:before
    {
        position: absolute;
        content: "";

        height: 50%;
        top:20px !important;
        border-right: 1px solid rgba(255,255,255,0.3)
    }

    .manu-wrapper ul li:last-child:before
    {

        border-right: unset !important;
    }
    .manu-wrapper ul li:first-child:before
    {
        position: absolute;
        content: "";

        height: 50%;
        top:20px !important;
        border-left: 0.2px solid rgba(255,255,255,0.3)
    }

    li.succes-buton>a {
        padding: 5px !important;
        margin: 0px !important;
        line-height: 40px !important;
        border-radius: 6px;
    }

    .manu-wrapper>ul>li:after
    {
        content: none !important;
        position: unset !important;
    }



}
