.title_proj_bold,.title_proj{
    text-transform: uppercase;
}

.glyphicon,.glyphicon:active{
    color: white;
}

.web_design{
    width: 100%;
    padding-top: 20px;
    background-color: white;
    padding-bottom: 20px;
    margin-top: 50px;
}

.responsive_design{
    width: 100%;
    margin-top: 80px;
}

.management{
    width: 100%;
    margin-top: 80px;
}

@media only screen and (max-width: 767px) {
    .management {
        width: 90%;
        margin-left: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 992px) {
    .management {
        width: 88%;
        margin-top: 50px;
        margin-left: 55px;
    }
}

@media only screen and (min-width: 992px){
    .management {
        width: 88%;
        margin-left: 120px;
    }
}

.client_description {
    font-weight: 600;
}
.logo_mojo {
    width: 45%;
    display: block;
    margin: auto;
}

@media only screen and (max-width: 768px) {
    .logo_mojo{
        margin-top: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .logo_mojo{
        width: 75%;
    }
}

.logo_description{
    width: 45%;
}

.logoo_desc{
    width: 45%;
    display: block;
    margin: auto;
}





.carousel_projects{
    /*margin-top: 100px;*/
}

.back_to_gallery {
    text-align: center;
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 3%;
    font-size: 2em;
}

/*owl carousel part*/
.outLeafLeft{
    background: url("../../../img/projects/SarePipersiSuflet/leaf_portofolioLeft.png");
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: 100%;
    width: 350px;
    height: 350px;
    overflow: hidden;
    display: inline-flex;
    outline: none;
}

.outLeafRight{
    background: url("../../../img/projects/SarePipersiSuflet/leaf_portofolioRight.png");
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: 100%;
    width: 350px;
    height: 350px;
    overflow: hidden;
    display: inline-flex;
    outline: none;
}

.insideLeaf{
    width: 98% !important;
    padding-bottom: 1px;
    outline: none;
}

.insideLeaf:visited{
    outline: none;
}

.owl-item{
    text-align: center;
    outline: none;
}

@media only screen and (max-width: 1439px){
    .outLeafLeft,.outLeafRight{
        width: 250px;
        height: 250px;
    }
}

@media only screen and (max-width: 991px){
    .outLeafLeft,.outLeafRight{
        width: 175px;
        height: 175px;
    }
}

@media only screen and (max-width: 767px){
    .outLeafLeft,.outLeafRight{
        width: 150px;
        height: 150px;
    }
}

@media only screen and (max-width: 767px){
    .outLeafLeft,.outLeafRight{
        width: 150px;
        height: 150px;
    }
}
/*end owl carousel part*/



/*edge check*/
@supports (-ms-ime-align:auto) {
    .insideLeaf {
        height: 87%;
    }
}
/*edge check*/