﻿body {
    font-family: 'Rajdhani', sans-serif;
    background-image: url("../img/bg.jpg");
    background-repeat: repeat-y;
   
}

.bgShadow {
    -webkit-box-shadow: 0 5px 10px 0 rgba(50, 50, 50, .3);
    -moz-box-shadow: 0 5px 10px 0 rgba(50, 50, 50, .3);
    box-shadow: 0 5px 10px 0 rgba(50, 50, 50, .3);
    background-color: white;
}

.loader.yuklendi {
    display: none;
}

.loader {
    background: #fff;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    text-align: center;
}

    .loader .loader_content img {
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

@media(max-width:767px) {
    .loader .loader_content img {
        width: 50%;
    }

 
}

@media(min-width:1200px) {
    .loader .loader_content img {
        width: 20%;
    }
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #FAFAFA;
}

::-webkit-scrollbar-thumb {
    background: #c00a27;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #e31444;
    }

.hakkimizdaBaslikText {
    padding-top: 70px;
}

.footer {
    background-color: #881818;
    color:white;
}

#owl-cozum-ortaklari
{
    margin-bottom:30px;
}

.owlCozumBox {
    -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);
    border-radius: 15px 15px 15px 15px;
    height: 150px;
    background-color:white;
    padding:20px 20px 20px 20px;
}

.owlCozumOrtaklari {
    height: 90px;
    margin:0 auto;
}
    .cell {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    background-color: #222;
}

.hrefBilgi {
    border: 1px solid white;
    color: white;
    display: inline-block;
    margin-top: 20px;
    padding: 0px 10px 0px 10px;
    border-radius: 10px 10px 10px 10px;
    font-size: 14px;
}

    .hrefBilgi:hover
    {
        cursor:pointer;
        color:white;
        font-weight:bold;
    }

    .qYorum {
        color: #c8c8c8;
    }



.ulText {
    margin-top: 10px;
}

    .ulText li {
        font-size: 15px !important;
    }

.textHeader {
    font-size: 20px;
    color: #881818;
    letter-spacing: -0.5px;
    margin-left: 20px;
    display: inline-block;
    height: 45px;
    line-height: 30px;
}

.anasayfaBaslik {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    color: white;
    padding-right: 20px;
    padding-top: 25px;
    letter-spacing:-1px;
    margin-bottom: 10px;
}

.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;
}

.dropdown-menu {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.navbar {
    background-color: transparent !important;
    border: none !important;
}

.navbar-nav > li > a {

    font-size: 18px !important;
}

.dropdown-menu > li > a {
    font-size: 18px !important;
}

.addWhite {
    color: white !important;
}

.addBlack
{
    color:black !important;
}

.addBlackBg {
    background-color: black !important;
}

.header {
    position: fixed;
    z-index: 555;
    padding-top: 15px;
    padding-bottom:15px;
    width: 100%;
}

#big-slider {
    width: 100%;
    height: 100%;
}

.big-slide {
    width: 100%;
    height: 650px;
    background-size: cover;
    background-position: 50% 50%;
}

.owl-dots {
    position: absolute;
    top: 250px;
    right: -67px;
    transform: rotate(-270deg);
    text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
}

button.owl-dot {
    width: 30px !important;
    height: 30px !important;
    border: 3px solid white !important;
    margin-right: 5px;
    border-radius: 30px;
    outline: 0 !important;
}

    button.owl-dot span {
        display: inline-block !important;
        margin-top: 3px !important;
        width: 18px !important;
        height: 18px !important;
        border-radius: 18px !important;
        background-color: white !important;
    }

    button.owl-dot.active {
        width: 30px !important;
        height: 30px !important;
        border: 3px solid #ff6c00 !important;
        margin-right: 5px;
        border-radius: 30px;
        outline: 0 !important;
    }

        button.owl-dot.active span {
            display: inline-block !important;
            margin-top: 3px !important;
            width: 18px !important;
            height: 18px !important;
            border-radius: 18px !important;
            background-color: #ff6c00 !important;
        }

.cloud-bg {
    display: inline-block !important;
    width: 100% !important;
    height: 100% !important;
}


.imgSlogan {
    display: inline-block !important;
    position: absolute !important;
    margin-top: 170px !important;
    color: white !important;
    font-family: 'Rajdhani', sans-serif;
    font-size: 70px !important;
    right: 150px !important;
    font-weight: bold !important;
    text-align: center !important;
    line-height: 80px !important;
    padding: 30px 30px 30px 30px !important;
}

.imgSloganBorderTopLeft {
    width: 3px;
    height: 70px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #fff;
}

.imgSloganBorderTopTop {
    width: 70px;
    height: 3px;
    position: absolute;
    top: 0px;
    left: 3px;
    background-color: #fff;
}

.imgSloganBorderBottomRight {
    width: 3px;
    height: 70px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #fff;
}


.imgSloganBorderBottomTop {
    width: 70px;
    height: 3px;
    position: absolute;
    bottom: 0px;
    right: 3px;
    background-color: #fff;
}


.leftLine {
    height: 300px;
    width: 6px;
    background-color: #881818;
    position: absolute;
    z-index: 10;
    top: 120px;
    left: 0px;
}

.aciklamaDivHakkimizda {
    background-image: url('../img/about_bg.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 250px;
    padding: 50px 0 20px;
    color: white;
    font-size: 25px;
    line-height: 35px;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    font-family: 'Rajdhani', sans-serif;
}

.fontAciklama {
    padding-left: 10px;
    padding-right: 10px;
}



.svgDiv {
    position: absolute;
    top: 582px;
    z-index: 551;
    width: 100%;
}

.svgDivFooter {
   background-color:white;
   width: 100%;
}

.svgAralikFooter
{
   position:relative;
   bottom:-6px;
}


.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;
    background-image: url('../img/isolation.jpg');
    background-repeat: no-repeat;
    background-position: right center;
}

    .hizmetlerBox.is-selected {
        opacity: 1;
    }

.flickityHizmetler {
    margin-bottom: 20px;
}

.text {
    font-size: 16px;
    line-height: 26px;
    color: #5e5d6c;
    margin-top: 16px;
    margin-bottom: 34px;
    font-family: 'Rajdhani', sans-serif;
}




@media only screen and (max-width: 768px) {

    .hakkimizdaBaslikText {
        padding-top: 10px;
    }

    .aciklamaDivHakkimizda {
        padding: 22px 0 20px;
    }

    .owl-dots {
        top: 180px !important;
    }



    .aciklamaDivHakkimizda {
        height: 300px;
    }


    .hizmetlerBox {
        padding: 14px 15px 30px !important;
        width: 85% !important;
        margin-right: 20px !important;
    }

    .text {
        font-size: 15px !important;
        line-height: 23px !important;
    }



    .svgDiv {
        top: 380px !important;
    }

    .big-slide {
        height: 450px !important;
    }


    .leftLine {
        height: 250px;
        width: 6px;
        background-color: #881818;
        position: absolute;
        z-index: 10;
        top: 100px;
        left: 0px;
    }


    .imgSlogan {
        display: inline-block !important;
        position: absolute !important;
        margin-top: 100px !important;
        padding: 10px 10px 10px 10px !important;
        color: white !important;
        font-family: 'Rajdhani', sans-serif;
        font-size: 35px !important;
        top: 60px !important;
        width: 290px !important;
        left: 15% !important;
        line-height: 45px !important;
    }
}


.fleft {
    float: left;
}

.fright {
    float: right;
}

.clear {
    clear: both;
}
