body , html{
margin: 0;
padding: 0;
outline: none;
}
body{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    
}

h1, h2, h3, h4, h5, h6 {font-family: Arial ;}


/* Header */

header{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 130px;
    margin-bottom: 15px;
}
.nav{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    outline: none;
    text-align: center;
    height: 70px;
    line-height: 70px;
}
#son{
    width: 10px;
    float: right;
    height: 10px;
    margin-right: -40px !important;
}




.menu{
    margin: 0;
    padding: 0;
    outline: none;
    margin: 0 30px 0 0;
    margin-left: 120px;
}
.menu a{
    text-decoration: none;
    color: gray;
    margin: 0 5px;
    font-size: 14px;
    line-height: 70px;
    word-spacing: 2px;
}

label{
    margin: 0 40px 0 0;
    font-size: 26px;
    line-height: 70px;
    display: none;
}
#toggle{
    display: none;
}
@media only screen and (max-width:992px){

    label{
        width: 50px;
        height: 50px;
        position: fixed;
        display: block;
        cursor: pointer;
        bottom: 20px;
        right: -20px;
        z-index: 99;
        background-color: rgb(25, 25, 25);
        border-radius: 40px 40px 40px 40px;
        color: white;
        line-height: 50px;
        
    }
    .menu{
        position:fixed;
        text-align: center;
        height: 100%;
        margin: 0;
        display: none;
        width: 50%;
        background-color: black;
        opacity: 0.9;
        z-index: 9999;
        top: 0px;
        left: 0;

    }
    .menu  a{
        display: block;
        line-height: 0;
        text-align: left;
        padding: 15px;
        color: white;
    }
    .menu a:first-child{
        padding-top: 80%;
    }
    .menu  a:hover{
        padding-left: 20px;
        color: rgb(54, 54, 54);
        transition: all 0.5s;
    }
    #toggle:checked + .menu{
        display: block;
    }

    .logo .gl-logo{
        margin-left: -250px;  
    }
}
@media only screen and (max-width:992px){
    #son{
        display: block;
        float: left;
    }

}

@media only screen and (orientation: landscape) {
    .menu a:first-child{
        padding-top: 30%;
    }

    }
.top-menu{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 60px;
    max-height: 60px;
    min-height: 60px;
}
.logo{
    display: inline-block;
    width: calc(100% - 20%);
    height: 60px;
    margin: 0;
    padding: 0;
    float:left;
}
.gl-logo{
    width: 100%;
    line-height: 100px;
    text-align: center;
    padding-left: 260px;
}
@media screen and (max-width:480px) {
    .top-menu .logo .gl-logo{
        margin: 0;
        padding: 0;
        text-align: left;

    }
    .carousel-control-prev-icon, .carousel-control-next-icon {
        height: 10px;
        width: 10px;
        outline: black;
        background-color: black;
        background-size: 100%, 100%;
        border-radius: 30%;
        border: 1px solid black;
    }
}   
.top-menu > .logo > .gl-logo > img{
    width: 200px;
    max-width: 200px;
}
.social{
   margin-top: 5px;
   
}
.icon{
    width: 100%;
    height:100%;
    margin: 0 auto;
    line-height: 80px;
    text-align: center;
}
.icon > img{
    width: 26px;
    height: 22px;
    padding-left: 7px;
}

/* Main */




/*Ürünler*/
.ürünbuton{
    background-color: #F2B422;
    color: white;   
    border-radius: 30px; 
    padding: 10px 20px 10px 20px;
    font-size: 15px;

}

a:hover{
    text-decoration: none;
    color: black;
}


.teklifbuton{
    background-color: #0CA0AF;
    color: white;
    border-radius: 30px;
    padding: 7px 65px 7px 65px;
    font-size: 14px;
    border-style: none;
}


/*sertifika*/
#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    
    z-index:1032;
}
.carousel-control-prev-icon{
    position: absolute;
    left: 10px;
}
.carousel-control-next-icon{
    position: absolute;
    right: 10px;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 30px;
    width: 30px;
    outline: black;
    background-color: black;
    background-size: 100%, 100%;
    border-radius: 20%;
    border: 1px solid black;
}
.btn-info{

    position: absolute;
    left: -30px;
    bottom: -10px;
    color: white;
    
}
@media only screen and (max-width)