/* Add here all your CSS customizations */
/*
Lacivert : #ff0000
FooterGri : #c2c2c2
Menü arkaplan renki------------ #e6e6e6
Menü yazı rengi-----------------#3d3734

Kırmızı: #ff0000
Beyaz üzerindeki yazı: #676767;
Home section box bg: #3a3a3a;
Footer Color: #d9d9d9;
Bilgi sayfası logo altı: #d9d9d9;
*/
.text-color-black{
    color: #000!important;
}
p {
    color: #676767!important;
}
a:hover{
    text-decoration: none!important;
}
.body{
    background-color: #fff!important;
}

#header{
    position: absolute!important;
}
.header-logo{
    top: -70px;
    left: -60px;
    width: 380px!important;
    height: 165px!important;
    background-color: #000;
    border-radius: 10px;
    transform: rotateY(0deg) rotate(35deg);
    transition: transform 2s;
    justify-content: flex-end;
    padding: 20px!important;
}
.header-logo a {
    transform: rotateY(0deg) rotate(-35deg);
}
.header-logo img {
    width: 147px;
}
.ct-page-header{
    min-height: 160px;
    background-color: #ff0000;
}
/*MOBILE*/
@media screen and (max-width: 990px) {
    .header-logo{
        top: 0px;
        left: -10px;
        width: auto!important;
        height: 40px!important;
        background-color: unset;
        border-radius: 10px;
        transform: rotateY(0deg) rotate(0deg);
        transition: transform 2s;
        justify-content: flex-start;
        padding: 0px!important;
    }
    .header-logo a {
        transform: rotateY(0deg) rotate(0deg);
    }
    .header-logo img {
        width: 60px;
    }
    #header.header-effect-shrink .header-container {
        min-height: 70px!important;
    }
    .ct-page-header{
        min-height: 70px;
        background-color: #ff0000;
    }
}
/*MOBILE*/


#header .header-column {
    justify-content: space-around!important;
}
#header .header-nav.header-nav-links, #header .header-nav.header-nav-line {
    justify-content: space-around!important;
    align-self: center!important;
    border-bottom: 2px solid #ff0000;
    max-height: 147px;
    flex-direction: column;
}
#header .header-body{
    background-color: transparent!important;
}
#header .header-top {
    min-height: 30px!important;
    height: 30px!important;
    background-color: #ff0000!important;
}
#header .header-nav.header-nav-links nav > ul > li > a {
    color: #000!important;
    font-weight: 700!important;
    font-size: 11pt!important;
    min-height: 40px!important;
}

.ct-information-page #header .header-nav.header-nav-links nav > ul > li > a {
    color: #fff!important;
}

#header .header-nav-main nav > ul > li:last-child a {
    background-color: #ff0000!important;
    border-radius: 11px!important;
    padding: 0px 1.2rem!important;
    color: #fff!important;
}
#header .header-nav.header-nav-links nav > ul > li:last-child:hover > a {
    color: #fff!important;
}
.ct-information-page #header .header-nav.header-nav-links nav > ul > li:last-child:hover > a {
    color: #fff!important;
}

#header .header-nav-main nav > ul > li:last-child a:hover {
    background-color: #ff0000!important;
    border-radius: 11px!important;
    padding: 0px 1.2rem!important;
    color: #fff!important;
}

#header .header-nav.header-nav-links nav > ul > li:hover > a {
    color: #ff0000!important;
}

.ct-information-page #header .header-nav.header-nav-links nav > ul > li:hover > a {
    color: #fff!important;
}

/*MOBILE*/
@media screen and (max-width: 990px) {
    .ct-information-page #header .header-nav.header-nav-links nav > ul > li > a {
        color: #000!important;
    }
    .ct-information-page #header .header-nav.header-nav-links nav > ul > li:last-child:hover > a {
        color: #000!important;
    }
    .ct-information-page #header .header-nav.header-nav-links nav > ul > li:hover > a {
        color: #000!important;
    }
    #header .header-nav-main nav > ul > li:last-child a {
        background-color: #fff !important;
        padding: 7px 8px!important;
        color: #000!important;
    }
    #header .header-nav-main nav > ul > li:last-child a:hover {
        background-color: #fff !important;
        padding: 7px 8px!important;
        color: #000!important;
    }
    #header .header-nav.header-nav-links nav > ul > li:last-child:hover > a {
        color: #131212!important;
    }
    .home-section-area-2 .ct-column-2 {
        font-size: 2.0em!important;
        padding: 1em!important;
    }
    .home-section-area-4 .ct-column-2 {
        font-size: 2.0em!important;
        font-weight: 800!important;
        margin-bottom: 125px!important;
        padding: 2em!important;
    }
    .home-section-area-4 .ct-custom-text {
        line-height: 1.3em;
    }
    .home-section-area-4 {
        margin-top: 1rem!important;
    }
    .home-section-area-4 .text-color-light{
        text-align: center!important;
    }
}
/*MOBILE*/

.header-btn-collapse-nav{
    background-color: #ff0000!important;
}

#header .header-nav-features {
    padding-left: 0px!important;
    margin-left: 0px!important;
}
.header-top-custom-search{
    height: 40px;
    padding-top: 7px;
}
.header-top-custom-search .input-group-append .btn{
    padding: 2px 10px;
    background-color: #e6e6e6!important;
    border-radius: 0px 11px 11px 0px!important;
}
#headerSearch{
    background-color: #e6e6e6;
}
.header-top-custom-search .input-group-append .btn .header-nav-top-icon{

}
.header-top-custom-search #headerSearch{
    height: 25px!important;
}

.home-section-area-1 .ct-card{
    background-color: #3a3a3a;
}
.home-section-area-1 .ct-card .ct-card-title{
    color: #fff;
    font-size: 13pt;
    font-weight: 700;
    margin-top: 1.5rem;
}
.home-section-area-1 .ct-card .ct-card-body{
    color: #fff;
    font-size: 11pt;
    margin-top: 1rem;
    padding: 0px!important;
}
.home-section-area-1 .owl-dots{
    margin-top: 15px!important;
}

.home-section-area-2{
    background-color: #ff0000;
    margin-top: 12rem;
}
.home-section-area-2 img{
    margin-top: -10rem;
}
.home-section-area-2 .ct-column-2{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 2.3em;
    font-weight: 800;
}
.home-section-area-4{
    background-color: #ff0000;
    margin-top: 12rem;
}
.home-section-area-4 img{
    margin-top: -10rem;
}
.home-section-area-4 .ct-custom-text{
    font-size: 1.3em;
}
.home-section-area-4 .ct-custom-text span{
    color: transparent!important;
    -webkit-text-stroke: 1px #fff!important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .home-section-area-4 .ct-custom-text span{
        color: #fff!important;
    }
}
.home-section-area-4 .btn{
    background-color: #0a0a0a;
    color: #fff;
    border-radius: 0px;
    padding: 10px 20px;
    border: 0px!important;
    font-size: 0.7em;
}
.home-section-area-4 .ct-column-2{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 22pt;
    font-weight: 800;
}
.ct-home-title{
    color: #ff0000!important;
    font-weight: 700!important;
    font-size: 2.2em!important;
}
#newsletterForm .btn{
    background-color: #ff0000;
    color: #fff;
    border-radius: 0px;
    margin-top: 10px;
    padding: 5px 25px;
}
.form-control:not(.form-control-sm):not(.form-control-lg) {
    color: #c6c5c5!important;
}
#footer {
    margin-top: 0px!important;
    background: #000!important;
    border-top: 4px solid #000!important;
}
#footer h5 {
    color: #fff!important;
}
#footer h5 span{
    padding-bottom: 2px;
    border-bottom: 2px solid #ff0000!important;
}
#footer .footer-copyright {
    border-top: 2px solid #ff0000!important;
    background: #000!important;
}
#footer .footer-copyright p {
    color: #fff!important;
}
.divider-title{
    text-align: center;
}
.divider-title h3{
    text-transform: none!important;
    color: #c2c2c2!important;
    font-weight: 700;
}
.divider-title .divider{
    width: 50px!important;
}
.divider-title.divider.divider-secondary.divider-small hr {
    background: #ff0000!important;
}
.card-body {
    padding: 0rem!important;
}
.card-advert .card-body .card-body-text{
    padding: 50px 1px;
}
.card-advert .card-body .card-body-text h4{
    color: #ff0000!important;
}
.card-advert{
    border-radius: 0px!important;
    border: 0px!important;
}
.card-advert .card-title{
    color: #ff0000!important;
    font-weight: 700;
    font-size: 1.2em;
}
.card-advert .ct-card-footer a{
    color: #ff0000!important;
}
.card-advert .ct-card-footer a:hover{
    color: #ff0000!important;
}
.card-advert{
    border-radius: 0px!important;
    border: 1px solid #c2c2c2!important;
    padding: 10px;
}
.card-advert .propeties{
    color: #ff0000!important;
    font-weight: 600!important;
}
.card-advert .price{
    color: #ff0000!important;
    font-weight: 600!important;
}
.card-advert .card-btn{
    padding: 2px 10px!important;
}
ul.nav-list li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06)!important;
}
.overlay.overlay-op-5:hover:before, .overlay.overlay-op-5.overlay-show:before, .overlay.overlay-op-5.show:before {
    opacity: 0.1!important;
}

.social-icons li a {
    height: 22px!important;
    line-height: 22px!important;
    width: 22px!important;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 12px!important;
    height: 12px!important;
    margin: 5px 4px;
    border-radius: 0px!important;
}
.owl-carousel .owl-nav button[class*="owl-"] {
    background-color: #ff0000;
    border-color: #ff0000 #0088cc #006699;
    color: #ffffff;
}
.header-custom-border{
    border-bottom: 2px solid #ff0000!important;
    padding-bottom: 10px!important;
    color: #fff!important;
}

.custom-sidebar h5{
    background-color: #ff0000;
    color: #fff;
    margin: 0px;
    padding: 10px;
}
.custom-sidebar .nav{
    background-color: #fbfbfb;
    margin-bottom: 0px!important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.custom-sidebar ul.nav-list > li > a:hover {
    color: #ff0000;
    font-weight: 600;
}

.paging-button{
    padding: 10px 50px!important;
    margin: 0px 10px!important;
    background-color: #ff0000!important;
    text-transform: uppercase!important;
}

#contactForm .send-btn{
    background-color: #ff0000;
    border-color: #ff0000 #ff0000 #ff0000;
    color: #ffffff;
}

/* SEARCH */
#headerSearchResult{
    background-color: #c2c2c2!important;
    position: absolute;
    right: 0px;
    top: 25px;
    width: 100%;
    z-index: 999999999;
}

#headerSearchResult ul{
    position: unset!important;
    background-color: #c2c2c2!important;
    color: #000!important;
    list-style-type: none;
    padding: 5px 10px!important;
    font-size: 12px;
    width: 100%!important;
    margin: 0px!important;
}
#headerSearchResult ul li a{
    color: #575a5c!important;
}
#headerSearchResult ul a:hover {
    cursor: pointer!important;
}
.header-top-default{
    overflow: visible!important;
}
.img-fluid{
    width: 100%!important;
}
.rev_slider li.slide-overlay .slotholder:after {
    opacity: 0.5!important;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #ff0000!important;
}

.page-header.page-header-modern.page-header-background.page-header-background-md {
    padding: 0px 0!important;
    min-height: 160px!important;
}

.ct-info-header-title{
    background-color: #ddd;
    min-height: 100px;
    align-items: center;
    justify-content: space-around;
    display: flex;
    padding-top: 20px;
}

.ct-info-header-title h1{
    color: #000!important;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-top-color: #ff0000!important;
}