.navbar .nav__item .nav__item-link {
    font-size: 15px !important;
}


.logo-dark{
    max-height:70px!important;
    max-width: max-content!important;
}


.fixed-navbar .logo-dark, .fixed-navbar .logo-light {
    max-height: 60px !important;
}

@media screen and (min-width: 768px){
    .slider .slide-item{
        height: 75vh;
    }

    .slide__content{
        position: absolute;
        bottom: 25%;
        width: 100%;
        text-align: center;
    }
}

.owl-dots{
    text-align: center;
}

.fancybox-item.card{
    position: relative;
    border-radius: 0;
}

.fancybox-item.card .overlay-about{
    position: absolute;
    right: -40%;
    top: 0;
    opacity: 0.1;
}

.bg-custom{
    background: #fd6503;
}

.teklifiste:hover {
    background-color: #ff6503;
    color: #efefef !important;
}

.heading__desc p {
    line-height: 28px;
}

.heading__desc h3{
    color: white;
    font-weight: 400;
}

.heading__desc ul{
    padding-left: 20px;
}

.heading__desc ul li{
    list-style: disc;
    font-weight: 400;
}

.blog__img a, .blog__img a img{
    width: 100% !important;
}

.teklifiste {
    position: fixed;
    left: 36px;
    bottom: 36px;
    display: block;
    width: auto;
    font-weight: 600;
    font-size: 16px;
    height: 40px;
    background: #24af3a;
    color: #ffffff;
    text-align: center;
    z-index: 999;
    border-radius: 20px;
    line-height: 40px;
    padding: 0px 15px;
}

.slider .slide__title {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 22px;
    background: rgba(0,0,0,0.2);
    padding: 20px 25px;
}

.popup-box {
    width: 30%;
    height: max-content!important;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    display: inline-block;
    margin: 10px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.box-2{
}

.box-1{
}

.popup-box a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

#popup-container {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 99999;
}

#close-popup {
    cursor: pointer;
    position: fixed;
    right: 10px;
    top: 10px;
    padding: 10px 15px;
    background: #fd6502;
    color: #fff;
    font-size: 15px;
}

.right-menu{
    border: 1px solid #efefef;
}

.right-menu .right-item{
    border-bottom: 1px solid #efefef;
}

.right-menu .right-item .open{
    background: #fd6502;
    color: #fff;
}

.right-menu .right-item:last-child{
    border-bottom: 0;
}

.right-menu .right-item a{
    padding: 15px 20px;
    display: block;
}

.right-contact{
    padding: 25px;
    background: url('/Files/right-contact.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.right-contact:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(253, 101, 2, 0.56);
    left: 0;
    top:0;
}

.right-contact h5{
    position: relative;
    z-index: 1;
}

.text-black{
    color: black;
}

.widget-posts .widget-post-item .widget__post-img{
    margin-bottom: 0;
}

.right-contact-btn{
    color: white;
    display: block;
    text-align: center;
    padding: 10px;
    border: 1px solid #fff;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    transition: 0.3s ease-in-out;
}

.right-contact-btn:hover{
    background: #fff;
    color: #FF7E00;
}

.work-detail{
    padding: 35px 25px;
    background: #fd6502;
}

.work-detail li{
    color: white;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}

.work-detail li span{
    float:right;
    font-weight: 400;
}

@media screen and (min-width: 1400px){
    .banner-1 .inner-padding{
        padding: 56px 120px!important;
    }
}

@media screen and (min-width: 768px){
    .ilan-sec{
        margin-top: -150px;
        z-index: 9;
        
    }
}

.bg-img{
    background-repeat:no-repeat;
}

.fix-btn{
    display: none;
}

@media screen and (max-width: 768px) {
    .slider .slide__title {
        font-size: 20px;
        padding: 10px 15px;
    }
    .bg-img{
        background-repeat:no-repeat;
        background-size:auto 100%!important;
        
    }

    .fix-btn{
        position: fixed;
        bottom: 0;
        width: 100%;
        display: block;
        background: black;
    }

    .fix-btn ul{
        display: flex;
        justify-content: space-between;
    }

    .fix-btn ul li{
        width: 100%;
        text-align: center;
    }

    .fix-btn ul li a{
        padding: 10px;
        width: 100%;
        display: block;
        color: whitesmoke;
        font-size: 20px;
        border-right: 1px solid #efefef;
    }

    .fix-btn ul li a:nth-child(4){
        border-right: 0;
    }

    .floating_btn {
        display: none;
    }

    .m-text-center {
        text-align: center;
    }

    .teklifiste {
        display: none;
    }

    .footer-bottom .social__icons {
        justify-content: center !important;
    }

    .m-mt-3{
        margin-top: 30px;
    }

    .m-column-reverse {
        flex-direction: column-reverse;
    }

    .m-mb-0 {
        margin-bottom: 0 !important;
    }

    .navbar .nav__item [data-toggle=dropdown]{
        font-size: 25px;
    }
    
    .sidebar{
        margin-right:0!important;
    }

    .popup-box{
        width: 50% !important;
        height: max-content!important;
    }
}

.blog-grid-layout2 .blog-item-wide .blog__content{
    padding: 15px 50px 30px;
}

.blog-grid-layout2 .blog-item .blog__title{
    font-size: 18px;
}
.ozel_logo{
    display: block;
}

.ozel_logo p{
    text-decoration: #fd7e14;
    font-weight: 600;
}

.ozel_logo img{
    width: 80px;
}

.header_ozel_logo{
    margin-left:20%;
}

.header_ozel_logo img{
    width: 75px;
}

.fixed-navbar .header_ozel_logo{
    display: none!important;
}

@media screen and (max-width: 1199px) {
    .header_ozel_logo{
        margin-left:10%;
    }
}

@media screen and (max-width: 1024px) and (max-width: 1199px) {
    .header_ozel_logo{
        margin-left:5%;
    }
}

@media screen and (max-width: 1024px){
    .header_ozel_logo{
        display: none!important;
    }
}