/**	Creator: Marsus**//* Home CSS */
header {
    margin-bottom: 0;
}

.home.view {
    padding: 0;
}

/* Slider */
.home.view .slider {
    position: relative;
    text-align: center;
    height: 767px;
}

.home.view .slider .item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.home.view .slider .container {
    position: relative;
    z-index: 2;
    height: 767px;
}

.home.view .slider .item {
    background-position: center center;
    background-size: cover;
}

.home.view .slider .container .first {
    color: #ffffff;
    font-size: 17px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}

.home.view .slider .container .second,
.home.view .slider .container h1 {
    color: #ffffff;
    font-size: 54px;
    line-height: 61px;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 30px;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

.home.view .slider .container .third {
    color: #ffffff;
    font-size: 19px;
    letter-spacing: 0.5px;
    margin-bottom: 90px;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}

.home.view .slider .container .button {
    box-shadow: 0 10px 50px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 10px 50px 0px rgba(0, 0, 0, 0.1);
}

.home.view .control {
    position: absolute;
    top: 50%;
    z-index: 9;
    background: none;
    border: none;
    cursor: pointer;
    width: 108px;
    height: 554px;
    margin-top: -277px;
    opacity: 0.8;
}

.home.view .control:hover {
    opacity: 1;
}

.home.view .control.prev:hover {
    margin-left: -5px;
}

.home.view .control.prev:active {
    margin-left: -10px;
}

.home.view .control.next:hover {
    margin-right: -5px;
}

.home.view .control.next:active {
    margin-right: -10px;
}

.home.view .control svg {
    position: relative;
    width: 54px;
    height: auto;
}

.home.view .control.prev {
    left: 3%;
}

.home.view .control.next {
    right: 3%;
}

/* services */
.home.view .services {
    background: #fff;
}

.home.view .services .heading {
    padding: 70px 0 50px 0;
}

.home.view .services svg,
.home.view .services img {
    width: auto;
    height: 61px;
}

.home.view .services .inner {
    text-align: center;
    padding-bottom: 50px;
    position: relative;
    height: 100%;
}

.home.view .services .inner .title {
    color: #000;
    margin: 40px 0 20px 0;
    font-size: 20px;
    font-weight: 600;
}

.home.view .services .inner ul li {
    margin-bottom: 10px;
}

.home.view .services .inner ul a {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    color: #808080;
}

/* stories */
.home.view .stories {
    padding-bottom: 50px;
}

.home.view .stories .heading {
    padding: 75px 0 50px 0;
}

.home.view .stories .left .inner {
    position: relative;
    margin: 25px 75px 75px 25px;
}

.home.view .stories .left .inner:before {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    top: 50%;
    bottom: -25px;
    background: #ffffff;
    border-radius: 0 0 10px 10px;
    z-index: 2;
    box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.03);
}

.home.view .stories .left .inner:after {
    content: "";
    position: absolute;
    left: 20%;
    right: 20%;
    top: 50%;
    bottom: -50px;
    background: #ffffff;
    border-radius: 0 0 10px 10px;
    z-index: 1;
    box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.04);
}

.home.view .stories .left .inner img {
    position: relative;
    z-index: 3;
    border-radius: 10px;
    box-shadow: 0 10px 20px 10px rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0 10px 20px 10px rgba(0, 0, 0, 0.02);
}

.home.view .stories .right {
    padding-top: 40px;
    font-weight: 600;
}

.home.view .stories .right .title {
    font-size: 24px;
    margin-bottom: 7px;
    color: #000;
}

.home.view .stories .right .service {
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    font-weight: 400;
    font-size: 13px;
}

.home.view .stories .right .desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 40px;
    color: #222;
}

.home.view .stories .right .stats {
    text-align: center;
}

.home.view .stories .right .stats > div {
    padding-top: 5px;
    padding-bottom: 5px;
}

.home.view .stories .right .stats > div:not(:last-child) {
    border-right: 1px solid #eaeaea;
}

.home.view .stories .right .stats .value {
    font-size: 22px;
    margin-bottom: 5px;
}

.home.view .stories .right .stats .label {
    color: #000000;
}

.home.view .stories .control svg {
    width: 54px;
}

.home.view .stories .control path {
    fill: #d2d2d2;
}

.home.view .scores {
    background: #fff;
    text-align: center;
    padding-top: 50px;
}

.home.view .scores .item {
    cursor: default;
    padding-bottom: 50px;
}

.home.view .scores img, .home.view .scores svg {
    margin-bottom: 25px;
    height: 48px;
    width: auto;
}

.home.view .scores .value {
    font-size: 40px;
    margin-bottom: 15px;
    letter-spacing: 2px;
    font-weight: 600;
}

.home.view .scores .label {
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    letter-spacing: 0.5px;
}

.home.view .testimonials {
    position: relative;
    padding: 75px 0 50px 0;
    margin-bottom: 100px;
}

.home.view .testimonials .heading {
    margin-bottom: 50px;
}

.home.view .testimonials .carousel {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.home.view .testimonials .carousel .photo {
    width: 100px;
    display: inline-block;
    margin: 20px 0;
}

.home.view .testimonials .carousel .photo img {
    border-radius: 50%;
    -webkit-box-shadow: 0 15px 50px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 50px 3px rgba(0, 0, 0, 0.1);
}

.home.view .testimonials .carousel .name {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
}

.home.view .testimonials .carousel .customer {
    margin-bottom: 40px;
}

.home.view .testimonials .carousel .company {
    font-weight: 500;
}

.home.view .testimonials .carousel .comment {
    font-size: 16px;
    line-height: 1.875rem;
    font-weight: 500;
    margin-bottom: 30px;
    color: #333;
}

.home.view .testimonials .carousel .href {
    margin-bottom: 40px;
}

.home.view .testimonials .carousel .href a {
    position: relative;
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 10px;
}

.home.view .testimonials .carousel .href a:hover:after {
    width: 60px;
    margin-left: -30px;
}

.home.view .testimonials .carousel .href a:after {
    content: "";
    left: 50%;
    bottom: 0;
    width: 40px;
    margin-left: -20px;
    position: absolute;
    height: 1px;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}

.home.view .testimonials .dots {
    text-align: center;
    margin-top: 25px;
    cursor: default;
}

.home.view .testimonials .dots button {
    display: inline-block;
    border: none;
    padding: 5px 8px;
    cursor: pointer;
    background: none;
}

.home.view .testimonials .dots button span {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e2d7d8;
}

.home.view .testimonials img[class^=face] {
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 750ms ease-out;
    -moz-transition: all 750ms ease-out;
    -ms-transition: all 750ms ease-out;
    -o-transition: all 750ms ease-out;
    transition: all 750ms ease-out;
    -webkit-box-shadow: 0 15px 50px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 50px 3px rgba(0, 0, 0, 0.1);
}

.home.view .testimonials img[class^=face]:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    -webkit-box-shadow: 0 30px 60px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 30px 60px 15px rgba(0, 0, 0, 0.1);
}

.home.view .testimonials img[class^=face].hover {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
}

.home.view .testimonials .face-0 {
    display: none;
}

.home.view .testimonials .face-1 {
    top: 20%;
    left: 5%;
    width: 60px;
}

.home.view .testimonials .face-2 {
    top: 45%;
    left: 15%;
    width: 80px;
}

.home.view .testimonials .face-3 {
    bottom: 5%;
    left: 2%;
    width: 100px;
}

.home.view .testimonials .face-4 {
    bottom: 15%;
    left: 20%;
    width: 60px;
}

/* right side */
.home.view .testimonials .face-5 {
    top: 25%;
    right: 20%;
    width: 70px;
}

.home.view .testimonials .face-6 {
    top: 40%;
    right: 2%;
    width: 70px;
}

.home.view .testimonials .face-7 {
    bottom: 20%;
    right: 10%;
    width: 100px;
}

.home.view .testimonials .face-8 {
    bottom: 0%;
    right: 25%;
    width: 80px;
}

.home.view .brands {
    background: #fff;
    position: relative;
    padding: 75px 0 50px 0;
    text-align: center;
}

.home.view .brands .container {
    max-width: 1440px;
}

.home.view .brands .heading {
    margin-bottom: 40px;
}

.home.view .brands .owl-dots {
    margin-top: 30px !important;
}

.home.view .brands .carousel .owl-stage {
    display: -ms-flexbox !important;
    display: flex !important;

    -ms-flex-align: center !important;
    align-items: center !important;
}

.home.view .brands .carousel .item {
    padding: 0 10px;
}

.home.view .brands .carousel img,
.home.view .brands .carousel svg {
    display: inline-block !important;
    width: 200px !important;
    max-width: 100%;
}

.home.view .brands .carousel svg {
    max-height: 80px;
    max-width: 160px;
}

/*.home.view .brands .carousel path,
.home.view .brands .carousel polygon,
.home.view .brands .carousel circle {
    fill: #bababa !important;
}

.home.view .brands .carousel line {
    stroke: #bababa !important;
}

.home.view .brands .carousel svg:hover path,
.home.view .brands .carousel svg:hover polygon,
.home.view .brands .carousel svg:hover circle {
    fill: #868686 !important;
}

.home.view .brands .carousel svg:hover line {
    stroke: #bababa !important;
}*/

/* projects */
.list-of-projects {
    padding-top: 50px;
}

/* bottom contact */
.bottom-contact {
    margin-top: 50px;
}


/* RESPONSIVE */
@media (max-width: 1600px) {
}

@media (max-width: 1400px) {

    .home.view .stories .control svg {
        width: 42px;
    }

    .home.view .control.prev {
        text-align: left;
    }

    .home.view .control.next {
        text-align: right;
    }

}

@media (max-width: 1100px) {

    .home.view .stories .control {
        display: none;
    }

}

@media (min-width: 991px) {

    /*.home.view .services .inner:hover {
        box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.08);
    }*/

}

@media (max-width: 991px) {

    .home.view .stories {
        text-align: center;
    }

    .home.view .stories .heading {
        padding-bottom: 50px;
    }

    .home.view .stories .left .inner {
        margin: 0 0 50px 0;
    }

    .home.view .stories .left .inner img {
        display: inline-block;
        max-width: 450px;
    }

    .home.view .stories .left .inner:before {
        left: 15%;
        right: 15%;
    }

    .home.view .testimonials .carousel {
        width: 100%;
    }

    .home.view .testimonials img[class^=face] {
        display: none !important;
    }

    .home.view .testimonials .dots {
        display: none;
    }

    .home.view .testimonials {
        margin-bottom: 0;
    }

}

@media (max-width: 767px) {

    .home.view .slider {
        height: 667px;
    }

    .home.view .slider .container {
        height: 667px;
    }

    .home.view .slider .container .second,
    .home.view .slider .container .second h1 {
        font-size: 35px;
        line-height: 40px;
    }

    .home.view .slider .container .button {
        font-size: 14px;
        padding: 10px 30px;
    }

    .home.view .control {
        display: none;
    }

    .home.view .stories .right {
        padding-top: 10px;
    }

}

@media (max-width: 544px) {

    .home.view .stories .left .inner img {
        max-width: 85%;
    }

    .home.view .stories .left .inner:before {
        bottom: -15px;
    }

    .home.view .stories .left .inner:after {
        bottom: -30px;
    }

}

@media (max-width: 360px) {
}