.project {
    width: 100%;
    background: #eeeeee;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Raleway', sans-serif;
    /*display: none;*/
}

.project_title {
    text-transform: uppercase;
    margin: auto;
    text-align: center;
    padding-top: 75px;
    font-size: 8vmin;
    width: 50%;
    font-weight: 600;
    margin-bottom: 20px;
}

.project_title span {
    font-weight: 900;
}

.project_description {
    width: 32%;
    margin: auto;
    margin-top: 1%;
    font-size: 1.6vmin;
    color: gray;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    /* justify-content: right; */
    /*text-align: justify;*/
    /*text-justify: inter-word;*/
}

.client_description {
    width: 54%;
    margin: auto;
    margin-top: auto;
    text-align: left;
    color: gray;
    margin-top: 20%;
    font-size: 18px;
}

.client_description span {
    margin-right: 20px;
}

.logo_steps{
    position: relative;
    margin: 10rem 0;
}

@media only screen and (max-width: 426px) {
    .logo_steps{
        position: relative;
        margin: 5rem 0;
    }
}

.logo_steps .icon{
    position: relative;
    width: 86px;
    height: 86px;
    margin: 10px auto 50px;
    line-height: 78px;
    text-align: center;
    border: 1px solid #FFC107;
    border-radius: 50%;
}

@media only screen and (max-width: 426px) {
    .logo_steps .icon {
        width: 60px;
        height: 60px;
        margin: 10px auto 50px;
    }
}

.logo_steps .icon::before{
    content: attr(data-step);
    position: absolute;
    top: -10px;
    left: 5px;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 38px;
    background-color: #1a365b;
    border-radius: 50%;
    font-size: 1.5em;
    font-family: "Give You Glory", cursive;
    font-weight: 700;
    color: #fff;
}

@media only screen and (max-width: 426px) {
    .logo_steps .icon::before {
        top: -7px;
        left: 5px;
        width: 21px;
        height: 21px;
        line-height: 25px;
        font-size: 1.0em;
    }
}

.logo_steps .icon i{
    vertical-align: middle;
    font-size: 2.5em;
}

@media only screen and (max-width: 426px) {
    .logo_steps .icon i {
        font-size: 1.5em;
        margin-bottom: 2rem;
    }
}

.logo_steps .paragraph{
    margin: auto;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.6vmin;
    color: gray;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    width: 60%;
}
@media only screen and (max-width: 768px) {
    .logo_steps .paragraph {
        font-size: 15px;
    }
}

@media only screen and (max-width: 426px) {
    .logo_steps .paragraph {
        font-size: 13px;
    }
}

.logo_steps .step1 .old_logo{
    margin: auto;
    display: block;
    margin: 90px 0;
    filter: grayscale(100%);
    transition: all 0.3s linear;
}

@media only screen and (max-width: 426px) {
    .logo_steps .step1 .old_logo {
        margin: 50px 0;
    }
}

.logo_steps .step1 .old_logo:hover{
    filter: grayscale(0%);
}

.logo_steps .step1 .old_logo img{
    width: 50%;
    height: auto;
    margin: auto;
    display: block;
}

@media only screen and (min-width: 2560px) {
    .logo_steps .step1 .old_logo img{
        width: 35%;
    }
}

@media only screen and (max-width: 426px) {
    .logo_steps .step1 .old_logo img{
        width: 60%;
    }
}

.logo_steps .arrow_dot .arrow_dotted {
    position: relative;
}

.logo_steps .arrow_dotted {
    position: absolute;
    top: -19rem;
    width: 25%;
    left: -5rem;
    transform: rotate(90deg);
}

@media only screen and (min-width: 2560px) {
    .logo_steps .arrow_dotted {
        top: -19rem;
        width: 20%;
        left: 15rem;
    }
}

@media only screen and (max-width: 768px) {
    .logo_steps .arrow_dotted {
        top: -19rem;
        width: 30%;
        left: 0rem;
    }
}

@media only screen and (max-width: 426px) {
    .logo_steps .arrow_dotted {
        display: none;
    }
}

.logo_steps .arrow {
    position: absolute;
    top: 93rem;
    width: 30%;
    right: -15rem;
    transform: rotate(90deg);
}
@media only screen and (min-width: 2560px) {
    .logo_steps .arrow {
        top: 110rem;
        width: 20%;
        right: -21rem;
    }
}

@media only screen and (max-width: 1024px) {
    .logo_steps .arrow {
        right: -16rem;
    }
}

@media only screen and (max-width: 768px) {
    .logo_steps .arrow {
        top: 135rem;
        width: 40%;
        right: -5rem;
    }
}

@media only screen and (max-width: 426px) {
    .logo_steps .arrow {
        display: none;
    }
}

.logo_steps .step3 {
    margin-top: 10rem;
}

.logo_steps .step3 .right{
    filter: grayscale(100%);
    transition: all 0.3s linear;
    background-size: cover;
    margin-left: 2rem;
    margin: 90px 0;
}

@media only screen and (max-width: 426px) {
    .logo_steps .step3 .right {
        margin: 50px 0;
    }
}

.logo_steps .step3 .right:hover{
    filter: grayscale(0%);
}

.logo_steps .step3 .right img{
    height: auto;
    width: 40%;
    margin: auto;
    display: block;
}
@media only screen and (max-width: 426px) {
    .logo_steps .step3 .right img {
        width: 30%;
    }
}

@media only screen and (max-width: 426px) {
    .logo_steps .step3 .right img {
        width: 60%;
    }
}

.slider {
    width: 90%;
    display: block;
    margin: auto;
    margin-left: 10%;
    margin-top: -30px;
}

.laptop_img {
    width: 100%;
}

.carousel_web {
    margin-top: -57.7%;
    width: 67%;
    margin-left: 16.7%;
}

@media only screen and (min-width: 1200px) {
    .laptop_img {
        width: 75%;
        display: block;
        margin: auto;
    }

    .carousel_web {
        margin-top: -43.2%;
        width: 50%;
        margin-left: 25%;
    }
}

@media only screen and (min-width: 2560px) {
    .laptop_img {
        width: 60%;
    }

    .carousel_web {
        margin-top: -34.6%;
        width: 40%;
        margin-left: 30%;
    }
}

.carousel-control.left,
.carousel-control.right {
    background-image: -webkit-linear-gradient(
            left,
            rgba(0, 0, 0, 0.5) 0,
            rgba(0, 0, 0, 0.0001) 100%
    );
    background-image: -o-linear-gradient(
            left,
            rgba(0, 0, 0, 0.5) 0,
            rgba(0, 0, 0, 0.0001) 100%
    );
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            from(rgba(0, 0, 0, 0.5)),
            to(rgba(0, 0, 0, 0.0001))
    );
    background-image: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.5) 0,
            rgba(0, 0, 0, 0.0001) 0%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.logo_mojo {
    width: 56%;
    display: block;
    margin: auto;
}

a:link {
    color: white;
}

.space15 {
    margin-top: 15%;
}

.carousel_projects {
    margin-top: 100px;
}

.owl-dots {
    display: none;
}

.back_to_gallery {
    text-align: center;
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 3%;
    font-size: 2em;
}

@media only screen and (max-width: 575px) {
    .back_to_gallery {
        font-size: 1.5em;
    }
}

/*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;
    height: 86%;
    margin-top: 23px;
    margin-left: 4px;
}

@media only screen and (min-width: 2560px) {

    .outLeafLeft, .outLeafRight {
        width: 500px;
        height: 500px;
    }

    .insideLeaf {
        margin-top: 33px;
        margin-left: 5px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1439px) {
    .insideLeaf {
        margin-top: 16px;
        margin-left: 2px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .insideLeaf {
        margin-top: 12px;
        margin-left: 1px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .insideLeaf {
        margin-top: 10px;
        margin-left: 3px;
    }

    .insideLeaf {
        width: 97% !important;
    }
}

@media only screen and (max-width: 575px) {
    .insideLeaf {
        margin-top: 10px;
        margin-left: 2px;
    }

    .insideLeaf {
        width: 97% !important;
    }
}

.owl-item {
    text-align: center;
}

@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*/

@media only screen and (max-width: 768px) {
    .logo_mojo {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .logo_mojo {
        width: 75%;
    }
}

@media only screen and (max-width: 1023px) {
    .webAllign {
        margin-bottom: 50px;
    }
}