body{
    margin: 0;
    padding: 0;
    /*background-image: url(../img/ayd2.jpg);*/
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.row{
    margin: 0;
    overflow: hidden;
}
.offset:before {
    height: 70px;
    margin-top: -70px;
    content: "";
    display: block;
}
#anasayfa{
    position: relative;
    height: 100vh;
}
#slider{
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    background-color: black;
}
#slider h1,#slider h2,#slider h3,#slider h4,#slider h5,#slider h6{
    font-weight: 700;
    font-size: 3vmax;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

#slider .owl-item div{
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}

#slider .owl-prev,#slider .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
    top: 45%;
}

i {
    font-size: 2.5rem;
    color: #cecece;
}

#slider .owl-prev {
    left: 5px;
}

#slider .owl-next {
    right: 5px;
}

#slider .owl-carousel .item .item-caption{
    position: absolute;
    top: 50%;
    color: white;
    z-index: auto;
    font-size: 36px;
    font-weight: bold;
}

.slider-text{
    position: absolute;
    z-index: 10;
    top: 45%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 1rem;
}
.slider-text p{
    font-size: 1.5vmax;
    color: #fff;
}
.slider-text a{
    text-decoration: none;
    text-transform: uppercase;
    background: #1b7b84;
    padding: 15px 25px;
    display: inline-block;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #fff;
    margin-top: 15px;
}

.hidden{
    display: none;
}

.container{
    max-width: 1400px!important;
}

hr{
    border-top: 4px solid rgba(0,0,0,.1)!important;
    max-width: 1400px;
}



/*navbar ve topbar başlangıç*/

.navbar .container{
    max-width: 1400px;
}
.form-inline i{
    position: relative;
    font-size: 20px;
    right: 55px;
    top: 1px;
}
.form-inline .form-control{
    border-radius: 50px;
}

.margin{
    margin-top: 40px;
}

.navbar {
    text-transform: uppercase;
    font-weight: 700;
    transition: background-color .5s ease 0s;
    padding: 0;
    height: 70px;
}

.logo{
    width: 200px;
    height: 70px;
    margin-left: 10px;
}

.logo-dark{
    width: 200px;
    height: 70px;
    margin-left: 10px;
}

.logo-footer{
    width: 200px;

}

.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: .9rem;
    padding-left: .9rem;
}

.navbar-nav .color .nav-link{
    color: gray;
    text-align: center;
    transition: background-color 1s ease 0s;

}

.navbar-nav .nav-link{
    color: white;
    text-align: center;
    align-items: center;
    height: 100%;

}
.navbar.solid .nav-link:focus, .navbar.solid .nav-link:hover,.navbar.solid .nav-link.active{
    color: #1b7b84!important;
}

.navbar.solid {
    background: rgba(255, 255, 255, 0.8901960784313725)!important;
    transition: all 1s ease 0s;
}

.navbar-toggler-icon i{
    font-size: 30px;
    color: #1b7b84;
}

#topbar{
    height: 40px;
    background-color: rgba(255, 255, 255, 0.8901960784313725)!important;
}
#topbar div{
    display: inline-block
}
#topbar i{
    color: gray;
    padding: .5rem;
    font-size: 12px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 1.3px;
}
.contact-top{
    margin: 0;
    float: left;
}
.social-top{
    margin: 0;
    float: right;
    overflow: inherit;
}

.top-social-icon{
    margin: 0;
    padding: 0;
    width: auto;
}

.top-social-icon li{
    display: inline-block;
    margin: -1px 1px 0 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
}

.top-social-icon li a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 100%;
    display: block;
    height: 28px;
    line-height: 28px;
    width: 28px;
    text-align: center;
    color: #333 !important;
    text-decoration: none;
    font-size: 0.8rem;
}

.top-social-icon li:hover a i {
    background: transparent;
    color: #FFF !important;
}

.top-social-icon li:hover.top-social-icon-twitter a {
    background: #1aa9e1;
}

.top-social-icon li:hover.top-social-icon-facebook a {
    background: #3b5a9a;
}

.top-social-icon li:hover.top-social-icon-linkedin a {
    background: #0073b2;
}

.top-social-icon li:hover.top-social-icon-pinterest a {
    background: #cc2127;
}

.top-social-icon li:hover.top-social-icon-youtube a {
    background: #c3191e;
}

.top-social-icon li:hover.top-social-icon-instagram a {
    background: #7c4a3a;
}

.h100{
    height: 100%;
}



/*navbar ve topbar bitiş*/
/* ozellikler başlar */

.ozellikler-icon{
    padding: 1rem!important;
}
.ozellikler-icon i{
    font-size: 45px;
    position: relative;
    color: gray;
    display: inline-block;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    background-color: darkgray;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .2s ease-in-out;
}
.ozellikler-icon i:before{
    position: relative;
    top: 27px;
}

#ozellikler {
    text-align: center;
    color: #1b7b84;
    font-weight: 700;
    padding: 5rem 0 2rem 0;
}

#ozellikler h1,#ozellikler h2{
    font-size: 50px;
    font-weight: 700;
}

#ozellikler .parallax{
    height: 20rem;
    display: block;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;

}
.bg-overlay:after{
    /*background: url(../img/overlay-pattern-1.png);*/
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
}

.p5rem{
    padding: 5rem!important;
}


#ozellikler .row [class*="col-"]:hover i{
    color: #ffffff;
    background-color: yellowgreen;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    transition: all .2s ease-in-out;

}

* {
    box-sizing: border-box;
}

.counterup{
    position: relative;
    bottom: 100px;
    height: auto;

}

/* Style the counter cards */

/*ozellikler biter*/


/* hizmetler başlar*/

.row [class*=col-].sayac {
    margin: auto;
    padding: 0 55px;
}

.row [class*=col-].img {
    background-position: center center;
    background-size: cover;
    height: 100vh;
}


.yapi p {
    font-size: 20px;
    text-align: left;
    font-weight: 500;
    color: gray;
    padding:5px 50px;
    line-height: 50px;
}
.color-dark{
    color: #fff!important;
}

.yapi h2,.yapi h3 {
    font-size: 70px;
    font-weight: 700;
    padding: 50px;
}

.yapi span{
    color: #1b7b84;
}

.yapi a{
    margin:5px 50px;
}

.ayrac{
    padding: 2rem;
    margin: 0;
    background-color: #1b7b84;
    color: #ffffff;
    justify-content: center;
}
.ayrac h2, .ayrac h3, .ayrac h4{
    text-transform: uppercase;
}


/* hizmetler biter*/

/* Portfolio başlar*/
#tesisimiz .row  [class*=col-]{
    padding: 0!important;
    overflow: hidden;
}

.overlay-image {
    position: relative;
    width: 100%;
}

.overlay-image .image {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .2s ease-in-out;
}
.overlay-image .text {
    color: #fff;
    font-size: 20px;
    line-height: 1.5em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transition: .5s ease;
    transform: translate3d(0px, -5%, 0px);
    width: 100%;
}

.overlay-image .hover {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    transition: all .2s ease-in-out;
    cursor: zoom-in;
}
.overlay-image:hover .hover {
    opacity: 1;
}
.overlay-image:hover .text{
    transform: translate3d(0px, -80%, 0px);
}

.overlay-image:hover .image {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    transition: all .2s ease-in-out;
}

.overlay-image .hover {
    background-color: rgba(0,0,0,0.5);


}
/* Portfolio biter*/

/* Hakkimizda başlar*/


/* Hakkimizda biter*/

#harita{
    width: 100%;
    height: 30rem;
    border: 0;
}

/* Footer başlar */

#footer {
    background-color: #fff;
    padding-top: 30px;
    color: gray;
}

.footer-copyright {
    background-color: #efeeec;
    padding: 3px 0 3px 0;
    text-align: center;
    padding-top: 15px;

}
.footer-copyright a{
    color: gray;
    font-size: 1rem;
    display: block;
}

.footer-copyright span a{
    display: inline-block;
}
.footer-copyright p {
    color: gray;
    margin: .7em;
}

.footer-copyright span{
    font-weight: 700;
    font-size: 30px;
    position: relative;
    top: 3px;
}

#footer{
    padding-bottom: 2rem!important;
}
#footer .navbar-brand {
    margin-top: 45px;
    height: 65px;
}



#footer ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#footer h3 ,#footer h4, #footer h5 {
    font-size: 18px;
    text-align: left;
    color: #1b7b84;
    font-weight: bold;
    margin-top: 30px;
}

#footer h2 a{
    font-size: 50px;
    text-align: left;
    color: #fff;
}

#footer a {
    position: relative;
    font-weight: 300;
    color: gray;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    left: 0;
}

#footer a:hover,
#footer a:focus {
    color: #1b7b84;
    left: 3px;
}

#footer .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 16px;
}

#footer .social-networks a {
    padding: 7px;
    transition: 0.2s;
}
#footer .social-networks i {
    font-size: 25px;
}

#footer .social-networks a:hover {
    text-decoration: none;
    left: 0;
}
.adres {
    font-weight: 300;
}

.adres i{
    width: 1.5em;
}

#footer i{
    transition: all .2s ease-in-out;
}

#footer .facebook:hover i{
    color: #0077e2;
}

#footer .twitter:hover i{
    color: #00aced;
}

#footer .youtube:hover i{
    color: #c3191e;
}

#footer .instagram:hover i{
    color: #7c4a3a;
}

#footer .linkedin:hover i{
    color: #0073b2;
}


#footer .btn {
    color: white;
    background-color: #1b7b84;
    border: none;
    width: 190px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
}



/* Footer biter */

/* Yorumlar başlar*/

#yorum img{
    width: 250px;
    height: 250px;
    margin: auto;
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.testimonial{
    background: #1b7b84;
    padding: 30px 40px 30px 90px;
    margin: 50px 20px 50px 100px;
    border-radius: 0 85px 85px 0;
    color: #fff;
    position: relative;
}
.testimonial .pic{
    width: 190px;
    height: 190px;
    line-height: 200px;
    border-radius: 50%;
    border: 14px solid gray;
    position: absolute;
    top: -15px;
    left: -100px;
    overflow: hidden;
}
.testimonial .testimonial-title{
    display: inline-block;
    width: 35%;
    float: left;
    font-size: 20px;
    font-weight: 700;
    color: #fff!important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 28px 20px;
    margin: 0;
    border-right: 1px solid rgba(255,255,255,0.5);
}
.testimonial .testimonial-title small{
    display: block;
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
}
.testimonial .description{
    display: inline-block;
    width: 65%;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    padding: 28px 0 28px 28px;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 20px;
    color: rgba(255,255,255,0.5);
}
.testimonial .description:after{
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: rgba(255,255,255,0.5);
    position: absolute;
    bottom: 5px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot span{
    width: 7px;
    height: 7px;
    background: white;
    border: 4px solid #1b7b84;
    box-sizing: content-box;
}
.owl-theme .owl-dots .owl-dot span{
    border: 4px solid transparent;
    background: #bcbcbc;
}




/* Yorumlar biter*/

/* Üste Git başlar*/

#basa-git {
    display: inline-block;
    background-color: #1b7b84;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#basa-git::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
    position: relative;
    top: -2px;
}
#basa-git:hover {
    cursor: pointer;
    background-color: gray;
}
#basa-git:active {
    background-color: gray;
}
#basa-git.show {
    opacity: 1;
    visibility: visible;
}

/* Üste Git biter */

.overdiv{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 2;
}
@media screen and (min-width: 992px) {
    .navbar-nav,.navbar-collapse{
        height: 100%;
    }
    .navbar .nav-item .nav-link{
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

@media screen and (max-width: 1400px){
    .ayrac *{
        text-align: center!important;
        justify-content: center;
        margin: auto;
    }

    .yapi h2, .yapi h3{
        font-size: 50px;
        padding: 20px;
    }

    .yapi p{
        font-size: 18px;
        padding: 5px 20px;
    }

    .yapi a{
        margin: 5px 20px 30px 20px;
    }

    .overlay-image .text {
        font-size: 15px!important;}
}

@media screen and (max-width: 1190px){
    .testimonial .description{ padding: 13px 0 28px 30px; }
    .testimonial .description:before{top:-15px}
    .testimonial .testimonial-title{padding: 25px 2px 0 5px;}

    .yapi h2, .yapi h3{
        font-size: 45px;
    }

    .row [class*=col-].sayac{
        padding: initial;
    }
}

@media screen and (max-width: 992px) {

    #slider h1,#slider h2,#slider h3,#slider h4,#slider h5,#slider h6{
        font-size: 3.8vmax;
        margin-bottom: 1.5rem;
    }

    .slider-text{
        top: 45%;
    }

    .slider-text p{
        font-size: 2.4vmax;
        padding: 0 2rem 0 2rem;
    }

    .navbar{
        background: rgba(255, 255, 255, 0.8901960784313725)!important;
    }
    #topbar{
    }

    .navbar-nav {
        background: #ffffffe3 !important;
        padding-bottom: 10px;
    }

    .navbar-nav .nav-link {
        color: gray;
    }

    .navbar-nav .nav-link {
        display: block;
        text-align: center;
        height: 100%;
    }

    .navbar-collapse{
        box-shadow: inset 0 0 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
        -webkit-box-shadow: inset 0 0 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
        -moz-box-shadow: inset 0 0 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    }
    .logo{
        display: none;
    }

    .logo-dark{
        display: inline-block;
    }

    .navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover,.nav-link.active{
        background-color: transparent!important;

    }

    .testimonial{
        border-radius: 40px;
        margin: 90px 15px 0;
        padding: 100px 40px 30px 40px;
    }
    .testimonial .pic{
        position: absolute;
        top: -85px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .testimonial .testimonial-title{
        width: 100%;
        float: none;
        border-right: none;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .testimonial .description{
        width: 100%;
    }
    .testimonial .description:before{
        top: 0;
    }

    .row [class*=col-].sayac{
        padding: 30px;
    }
}

@media screen and (max-width: 650px) {
    .phone{
        display: inherit;
    }
    .mail{
        display: none;
    }

    .yapi p, .yapi h2, .yapi h3 {
        padding: 10px!important;
    }

    .yapi h2, .yapi h3{
        font-size: 50px;
    }

    .row [class*=col-].sayac{
        padding: 25px 20px;
    }

    .sayac a{
        margin:10px ;
    }

}

@media screen and (max-width: 575px) {
    #footer {
        text-align: center;
    }
    #footer h5{
        text-align: center;
    }
}

@media screen and (max-width: 480px){
    .testimonial{ padding: 100px 30px 30px; }

    .row [class*=col-].sayac{
        padding: 25px 10px;
    }

    .sayac a{
        margin:10px ;
    }



}

@media screen and (max-width: 340px) {
    .social-top {
        visibility: hidden;
    }
    .contact-top {
        width: 100%;
        text-align: -webkit-center;
        margin: 5px;
    }
    .logo-dark {
        width: 150px;
        height: auto;
        margin: 8px 0 8px 15px;
    }
    .ayrac {
        padding: 0.2rem;

    }
    .ayrac h2 {
        font-size: 25px !important;
        padding: 10px !important;
    }
    .ayrac .container {
        padding: 0.2rem;
    }
    .ayrac .row [class*=col-] {
        padding: 0.2rem;
    }
    .yapi h2, .yapi h3 {
        font-size: 35px;
    }
    .yapi p {
        font-size: 15px;
        line-height: 25px;
    }
    #basa-git {
        right: 5px;
        width: 35px;
        height: 35px;
    }
    #basa-git:after {
        font-size: 1em;
        top: -10px;
    }
    .adres li {
        font-size: 10px;
    }

    #footer .social-networks i {
        font-size: 15px;
    }

    .slider-text p{
        font-size: 10px;
    }

    .overlay-image .text {
        font-size: 10px!important;
    }
}





















