﻿.kontorluyazi {
    /*color: black;*/
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.mobilbar {
    position: fixed;
    width: 100%;
    height: 55px;
    bottom: 0px;
    right: 0px;
    z-index: 100;
    /*background-color: #163163;*/
    background-color: #bb0b0b;
}

.arala {
    height: 50px;
}

/* Masaüstünde yapılacak işler */
@media (min-width:500px) {
    .showMobile {
        display: none;
    }

    .kolon-4 {
        flex: 0 0 auto;
        width: 32%;
    }

    body .modal.show .modal-dialog {
        max-width: 70%;
    }
}

/* Mobilde yapılacak işler */
@media (max-width:499px) {
    .showDesktop {
        display: none;
    }

    .kolon-4 {
        flex: 0 0 auto;
        width: 95%;
    }

    .rs-slider .nivo-directionNav > a.nivo-nextNav {
        top: 85%;
        /*transform: translateY(-50%);*/
        right: 30px;
        left: unset;
    }

    .rs-slider .nivo-directionNav > a.nivo-prevNav {
        top: 85%;
    }

    body .modal.show .modal-dialog {
        width: 100%;
        max-width: 100%;
    }
}

.overlay-10 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 1;
    background-color: rgba(0,0,0,0.1);
}

.overlay-20 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 1;
    background-color: rgba(0,0,0,0.2);
}

.overlay-30 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 1;
    background-color: rgba(0,0,0,0.3);
}

.overlay-40 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 1;
    background-color: rgba(0,0,0,0.4);
}

.overlay-50 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 1;
    background-color: rgba(0,0,0,0.5);
}

.overlay-60 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 1;
    background-color: rgba(0,0,0,0.6);
}

.overlay-70 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 1;
    background-color: rgba(0,0,0,0.7);
}

.overlay-image {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 1;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #2d2d2d);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#2d2d2d));
}

/* kutu alt kısmı bordo çizgili */
.hizmetler {
    border-style: solid;
    border-color: #BB0B0B;
}

.siyah {
    color: black;
}

.beyaz {
    color: white;
}

.bordo {
    color: darkred;
}

.koyuyesil {
    color: darkgreen;
}

.lacivert {
    color: darkblue;
}

.mor {
    color: purple;
}

.line-height-15 {
    line-height: 1.5;
}

.line-height-16 {
    line-height: 1.6;
}

.line-height-17 {
    line-height: 1.7;
}

.line-height-18 {
    line-height: 1.8;
}

.line-height-19 {
    line-height: 1.9;
}

.line-height-20 {
    line-height: 2.0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-inline {
    display: inline;
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
}

.text-left {
    text-align: left;
}

.hizmetler-container {
    z-index: 2;
    position: relative;
    color: #fff;
    padding: 240px 10px 10px 20px;
    background-size: cover !important;
    background-position: center !important;
    margin-bottom: 30px;
}

.hr-bar {
    height: 6px;
    width: 200px;
    background: rgba(251, 129, 34, 0.42);
    margin: 20px auto;
    position: relative;
}

.hr-bar::before {
    content: '';
    position: absolute;
    left: 45%;
    top: -3px;
    height: 12px;
    width: 10px;
    background: #EE7200;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding: 30px;
}

.padding-40 {
    padding: 40px;
}

.readon.slide-btn4 {
    padding: 17px 33px 14px 33px;
    border-radius: 5px 5px 5px 5px;
}

.readon.slide-btn4 span {
    position: relative;
    z-index: 9;
    color: #ffffff;
}

.readon.slide-btn4:hover span {
    color: #ffffff;
}

.readon.slide-btn4:hover:before {
    right: 65%;
}

.rs-slider.rs-slider-style2.rs-slider-style3 .slider-bottom .slide-btn4 {
    display: inline-block !important;
}

.text-1 {
    font-size: 8pt;
}

.text-1-5 {
    font-size: 9pt;
}

.text-2 {
    font-size: 10pt;
}

.text-2-5 {
    font-size: 11pt;
}

.text-3 {
    font-size: 12pt;
}

.text-3-5 {
    font-size: 13pt;
}

.text-4 {
    font-size: 14pt;
}

.text-4-5 {
    font-size: 15pt;
}

.text-5 {
    font-size: 16pt;
}

.text-5-5 {
    font-size: 17pt;
}

.text-6 {
    font-size: 18pt;
}

.text-6-5 {
    font-size: 19pt;
}

.text-justify {
    text-align: justify
}