.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;*/
}

.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.intro {
    position: relative;
}

.intro .numbers .items{
    display: block;
    margin: auto;
}

.intro .numbers .items .item{
    text-align: center;
}

.intro .numbers .items .item img{
    width: 25%;
    /* margin: auto; */
    text-align: center;
    opacity: 0.5;
}

.intro .title {
    text-transform: uppercase;
    margin: auto;
    text-align: center;
    padding-top: 75px;
    font-size: 70px;
    width: 49%;
    font-weight: 800;
    position: absolute;
    top: 19%;
    left: 25%;
    color: #2eb9b6;
}

.intro .description {
    width: 25%;

    margin: auto;
    margin-top: 4%;
    font-size: 18px;
    color: gray;
    text-align: center;
    justify-content: right;
    text-align: justify;
    text-justify: inter-word;
    position: absolute;
    top: 34%;
    left: 42%;
    font-weight: 600;
    color: #2eb9b6;
}

.intro img {
    width: 100%;
}

.project_title {
    /*text-transform: uppercase;*/
    /*margin: auto;*/
    /*text-align: center;*/
    /*padding-top: 75px;*/
    /*font-size: 70px;*/
    /*width: 100%;*/
    /*font-weight: 600;*/

    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 150px;
    margin-bottom: 20px;
    font-size: 8vmin;
}

.project_title span {
    font-weight: 900;
}

.project_description {
    /*width: 90%;*/
    /*margin: auto;*/
    /*margin-top: 10%;*/
    /*font-size: 18px;*/
    /*color: gray;*/
    /*text-align: center;*/
    /*!* justify-content: right; *!*/
    /*text-align: justify;*/
    /*text-justify: inter-word;*/
    /*font-weight: 600;*/

    width: 75%;
    margin: auto;
    margin-top: 30px;
    font-size: 1.6vmin;
    color: gray;
    /* justify-content: right; */
    text-align: justify;
    text-justify: inter-word;
    font-family: 'Open Sans', sans-serif;
}
.logo_section{
    position: relative;
}

.logo_section .logo{
    position: relative;
}

.logo_section .logo .first{
    padding-top: 5rem;
    text-align: center;
}

.logo_section .logo .first img{
    width: 55%;
    text-align: center;
}

.logo_section .logo .second{
    position: relative;
    text-align: center;
}

.logo_section .logo .second img{
    width: 100%;
    text-align: center;
}

/*.logo_section .logo .second .newLogo{*/
    /*margin-top: 20rem;*/
/*}*/
@media only screen and (min-width:480px) and (max-width:991px) {
    .logo_section .logo .first img {
        width: 42%;
    }

    .logo_section .logo .second {
        height: 30vh;
        padding-top: 6rem;
    }

    .logo_section .logo .second img {
        width: 82%;
    }
}

@media only screen and (max-width:426px) {
    .logo_section .logo{
        height: 50vh;
    }
}

@media only screen and (max-width:376px) {
    .logo_section .logo{
        height: 50vh;
    }
}
@media only screen and (max-width:321px) {
    .logo_section .logo{
        height: 47vh;
    }
}


.logo_section .container .logo .arrow{
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0.6;
}

@media only screen and (max-width: 991px) {
    .logo_section .container .logo .arrow {
         left: 0rem;
        top: 70rem;
        transform: rotate(90deg);
    }
}

@media only screen and (max-width: 768px) {
    .logo_section .container .logo .arrow {
        left: 0rem;
        top: 70rem;
        transform: rotate(90deg);
    }
}

@media only screen and (max-width: 705px) {
    .logo_section .container .logo .arrow {
        left: 0rem;
        top: 65rem;
        transform: rotate(90deg);
    }
}

@media only screen and (max-width: 695px) {
    .logo_section .container .logo .arrow {
        left: 0rem;
        top: 65rem;
        transform: rotate(90deg);
    }
}

@media only screen and (max-width: 650px) {
    .logo_section .container .logo .arrow {
        left: 0rem;
        top: 60rem;
        transform: rotate(90deg);
    }
}

@media only screen and (max-width: 580px) {
    .logo_section .container .logo .arrow {
        left: 0rem;
        top: 55rem;
        transform: rotate(90deg);
    }
}

@media only screen and (max-width: 470px) {
    .logo_section .container .logo .arrow {
        left: 0rem;
        top: 49rem;
        transform: rotate(90deg);
    }
}

@media only screen and (max-width: 426px) {
    .logo_section .container .logo .arrow {
        left: 0rem;
        top: 44rem;
    }
}

@media only screen and (max-width: 376px) {
    .logo_section .container .logo .arrow {
        left: 0rem;
        top: 40rem;
    }
}

@media only screen and (max-width: 321px) {
    .logo_section .container .logo .arrow {
        left: 0rem;
        top: 35rem;
        transform: rotate(90deg);
    }
}

.logo_section .container .logo .arrow img{
    width: 12%;
}

@media only screen and (max-width: 768px) {
    .logo_section .container .logo .arrow img{
        width: 10%;
    }
}

@media only screen and (max-width: 426px) {
    .logo_section .container .logo .arrow img{
        width: 15%;
    }
}

@media only screen and (min-width: 2560px) {
    .logo_section .container .logo .arrow{
        left: 50%;
    }

    .logo_section .container .logo .arrow img{
        width: 8%;
    }
}

/*.logo_section img {*/
    /*display: block;*/
    /*width: 55%;*/
    /*margin: auto;*/
/*}*/

.logo .project_description {
    width: 80%;
}

.logo_section .logo_position {
    position: relative;
    margin-top: 12rem;
    width: 55%;
}


@media only screen and (max-width: 769px) {
    .logo_section .logo_position {
        /*margin-left: 15rem;*/
        margin-top: 9rem;
    }
}
@media only screen and (max-width: 426px) {
    .logo_section .logo_position {
        margin-left: -2rem;
    }
}

@media only screen and (max-width: 376px) {
    .logo_section .logo_position {
        margin-left: -2rem;
    }
}

@media only screen and (max-width: 321px) {
    .logo_section .logo_position {
        margin-left: -1rem;
    }
}

.logo_section .logo_position #logo_part1, #logo_part2, #logo_part3, #logo_part4{
    position: absolute;
}



/*.web_design .project_title {*/
    /*margin-top: 15%;*/
/*}*/

.web_design img {
    width: 100%;
}

.web_design .laptop {
    width: 100%;
}

.web_design .carousel {
    width: 66.5%;
    margin-top: -57.7%;
    margin-left: 17%;

}

.web_design .laptop_arrange {
    width: 70%;
    margin-top: -58%;
    margin-bottom: 13%;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 0%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 0%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.client_description {
    width: 54%;
    margin: auto;
    margin-left: 31%;
    text-align: left;
    color: gray;
    /*margin-top: 20%;*/
    font-size: 18px;
    font-weight: 600;
}

.client_description span {
    margin-right: 20px;
}

.logo_mojo {
    width: 45%;
    display: block;
    margin: auto;
}

.responsiveAllign {
    margin-top: 35px;
}

.responsive_image {
    margin-top: 50px;
    width: 100%;
}

@media only screen and (max-width: 1023px) {
    .project {
        padding-top: 25px;
    }

    /*.logo_section img {*/
        /*width: 98%;*/
    /*}*/
}

@media only screen and (max-width: 991px) {
    .project_title {
        font-size: 4em;
    }

    /*.logo_section img {*/
        /*width: 75%;*/
        /*!*margin-top: 8%;*!*/
        /*!*margin-left: 11%;*!*/
    /*}*/

    .web_design .project_title {
        margin-top: 40%;
    }

    .logo_section {
        width: 100%;
    }

    .intro {
        overflow: hidden;
    }

    .intro img {
        width: 150%;
        margin-left: -23%;
    }
}

@media only screen and (max-width: 768px) {
    .project_title {
        font-size: 3em;
    }

    .project_description {
        font-size: 1.2em;
    }

    /*.logo_section img {*/
        /*width: 45%;*/
        /*!*margin-top: 10%;*!*/
        /*!*margin-left: 27%;*!*/
    /*}*/

    .intro img {
        width: 192%;
        margin-left: -45%;
    }

    .client_description {
        width: 85%;
        margin-left: 15%;
    }

    .logo_mojo {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .client_description {
        width: 85%;
        text-align: left;
        font-size: 1em;
    }

    .back_to_gallery {
        font-size: 1.5em !important;
    }

    .logo_mojo {
        width: 75%;
    }
}

/*@media only screen and (max-width: 376px) {*/
    /*.logo_section img {*/
        /*width: 55%;*/
        /*!*margin-top: 10%;*!*/
        /*!*margin-left: 20%;*!*/
    /*}*/
/*}*/

/*@media only screen and (max-width: 321px) {*/
    /*.logo_section img {*/
        /*width: 55%;*/
        /*!*margin-top: 10%;*!*/
        /*!*margin-left: 20%;*!*/
    /*}*/
/*}*/

/*owl carousel part*/

.carousel_projects {
    margin-top: 75px;
}

.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;
}

.back_to_gallery:nth-child(3) {
    padding-bottom: 75px;
}

.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;
    outline: none;
}

@media only screen and (min-width: 2560px) {
    .project_description {
        margin-top: 3%;
        width: 60%;
        font-size: 2em;
    }

    /*web design description*/
    .project_description:nth-child(2) {
        margin-top: 3%;
        width: 60%;
    }

    /* end web design description*/
    /*.logo_section img {*/
        /*width: 50%;*/
    /*}*/

    .client_description {
        font-size: 2em;
        margin-left: 33%;
    }

    .outLeafLeft, .outLeafRight {
        width: 500px;
        height: 500px;
    }

    .insideLeaf {
        margin-top: 33px;
        margin-left: 5px;
    }

    .back_to_gallery:nth-child(3){
        margin-top: 3%;
    }

    .logo_mojo {
        width: 36%;
    }

    .back_to_gallery{
        font-size: 2.5em;
    }

}

@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;
    }
}

.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*/