/**
	Creator: Marsus.com
**/
header {
    margin-bottom: 0;
}

.section-header {
    text-align: center;
    max-width: 667px;
    margin: 0 auto 75px auto;
}

.section-header .title {
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.section-header .title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 2px;
    width: 20%;
    background: #faa61a;
}


/* Services CSS */
.services.view {
    margin-bottom: 100px;
    padding-top: 0;
}

.services.view .block {
    margin-top: 75px;
    text-align: center;
}

.services.view .block .item .inner {
    display: block;
    height: 100%;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    padding: 75px 0;

    -moz-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
    -webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
    box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
}

.services.view .block .item:hover .inner {
    background: #ff053d;
}

.services.view .block .item:hover svg * {
    fill: #fff !important;
}

.services.view .block .item:hover * {
    color: #fff !important;
}

.services.view .block .item .inner .icon {
    margin-bottom: 50px;
}

.services.view .block .item .inner .icon img,
.services.view .block .item .inner .icon svg {
    width: auto;
    height: 61px;
}

.services.view .block .item .inner .icon svg * {
    fill: #ff053d;
}

.services.view .block .item .title {
    font-size: 18px;
    margin-bottom: 30px;
}


/* service */
.service.view {
    padding: 0;
}

.service.view .head {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 558px;
    margin-bottom: 50px;
}

.service.view .head:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.service.view .head .container {
    position: relative;
    z-index: 2;
}

.service.view .head .left .title {
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 20px;
    text-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
    position: relative;
}

.service.view .head .left .title:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background: #ff053d;
    top: -15px;
}

.service.view .head .left .description {
    color: rgba(255, 255, 255, 0.73);
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 25px;
    margin-bottom: 20px;
}

.service.view .head .right .inner {
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 35px 20px;
    z-index: 2;
}

.service.view .head .right:before {
    content: "";
    background: #ff053d;
    position: absolute;
    top: 20px;
    left: -10px;
    right: -10px;
    height: 80px;
    z-index: 1;
    border-radius: 5px;
    /*padding-left: 20px;
    padding-top: 25px;
    font-size: 20px;
    font-weight: 300;
    color: #e50d3e;*/
}

.service.view .head .right .inner .icons {
    margin-bottom: 20px;
    padding-left: 20px;
}

.service.view .head .right .inner .icons img,
.service.view .head .right .inner .icons svg {
    width: auto;
    height: 48px;
}

.service.view .head .right .inner svg * {
    fill: #ff053d;
}

.service.view .head .right .inner li {
    color: #949494;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #eaeaea;
    padding: 15px 5px;
    cursor: pointer;
}

.service.view .head .right .inner li:hover {
    color: #000;
    padding-left: 10px;
}

.service.view .head .right .inner li:last-child {
    border: none;
}

.service.view .top-features {
    margin-top: 75px;
    text-align: center;
}

.service.view .top-features .item .inner {
    background: #fff;
    cursor: pointer;
    position: relative;
    padding: 100px 0;
    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);
}

.service.view .top-features .item.active .inner {
    background: #ff053d;
}

.service.view .top-features .item.active .inner .icon svg * {
    fill: #fff;
}

.service.view .top-features .item:not(.active) .inner:hover .icon svg * {
    fill: #ff053d;
}

.service.view .top-features .item.active .title {
    color: #fff;
}

.service.view .top-features .item .title {
    font-size: 15px;
    font-weight: 600;
}

.service.view .top-features .item .inner .icon {
    margin-bottom: 30px;
}

.service.view .top-features .item .inner .icon img,
.service.view .top-features .item .inner .icon svg {
    width: auto;
    height: 61px;
}

.service.view .top-features .item .inner .icon svg * {
    fill: #b7b7b7;
}

.service.view .top-features .item .description {
    color: #959595;
    padding: 0 20px;
    margin-top: 30px;
    line-height: 25px;
}

.service.view .top-features .item:not(:first-child) .description {
    display: none;
}

.service.view .projects {
    margin-bottom: 50px;
    background: #fff;
    padding: 50px 0;
}

.service.view .process {
    margin-top: 25px;
}

.service.view .process .owl-dots {
    padding-bottom: 25px;
}

.service.view .process .section-header {
    margin-bottom: 0;
}

.service.view .process .steps .step {
    position: relative;
}

.service.view .process .steps .item {
    padding: 150px 0 175px 0;
}

.service.view .process .steps .step .inner {
    position: relative;
    cursor: pointer;
    text-align: center;
    background: #fff;
    padding: 40px 0;
    margin: 0 20px;
    border-radius: 3px;
    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);
}

.service.view .process .steps .step .order {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    font-size: 120px;
    font-weight: 300;
    z-index: 1;
    text-align: center;
    color: #ccc;
}

.service.view .process .steps .step:first-child {
    margin-left: 0;
}

.service.view .process .steps .step:last-child {
    margin-right: 0;
}

.service.view .process .steps .step .icon {
    padding: 60px 0;
    border-bottom: 2px solid #fafafa;
    margin-bottom: 40px;
}

.service.view .process .steps .step .icon img,
.service.view .process .steps .step .icon svg {
    width: auto;
    height: 64px;
}

.service.view .process .steps .step .icon svg * {
    fill: #ff053d;
}

.service.view .process .steps .step.active {
    margin-top: -20px;
}

.service.view .process .steps .step.active .inner {
    background: #ff053d;
}

.service.view .process .steps .step.active .order {
    top: -160px;
}

.service.view .process .steps .step.active .icon {
    border-color: #f70539;
}

.service.view .process .steps .step.active .icon svg * {
    fill: #fff;
}

.service.view .process .steps .step.active .label {
    color: #fff;
}

.service.view .process .steps .step.active .description {
    bottom: inherit;
    top: 100%;
    opacity: 1;
    margin-top: 30px;
}

.service.view .process .steps .step .label {
    font-size: 17px;
    font-weight: 400;
}

.service.view .process .steps .step .description {
    color: #959595;
    padding: 0 20px 0 20px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.service.view .features {
}

.service.view .features .section-header {
    margin-bottom: 75px;
}

.service.view .features .container {
    width: 991px;
}

.service.view .features .item {
    margin-bottom: 50px;
}

.service.view .features .text .title {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    color: #000;
}

.service.view .features .text .title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 2px;
    width: 20%;
    background: #faa61a;
}

.service.view .features .text .description {
    font-weight: 500;
    line-height: 25px;
}

.service.view .features .image img {
    max-width: 370px;
}

.bottom-contact {
    margin-top: 0;
}

.estimate-cta {
    margin-top: 0;
}



@media (max-width: 1600px) {

    /*.service.view .process .steps .step {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }*/

}

@media (max-width: 1200px) {

    /*.service.view .process .steps .step {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }*/

}

@media (max-width: 991px) {

    .services.view .block .item .title {
        font-size: 17px;
        padding: 0 30px;
    }

    .services.view .main-service .right > .title:before {
        display: none;
    }

    .service.view .top-features .item {
        margin-bottom: 25px;
    }

    .service.view .top-features .item .description {
        display: block !important;
        margin-top: 15px;
    }

    .service.view .top-features .item .inner {
        padding: 60px 0;
    }

    .service.view .top-features .item .inner .icon svg * {
        fill: #ff053d;
    }

    .service.view .features .container {
        width: 100%;
    }

}

@media (max-width: 767px) {

    .services.view .block-title {
        margin-bottom: 25px;
    }

    .service.view .section-header .title {
        margin-bottom: 40px;
    }

    .service.view .section-header .title:before {
        left: 50%;
        margin-left: -10%;
        bottom: -20px;
    }

    .service.view .features .item {
        text-align: center;
    }

    .service.view .features .image {
        margin-bottom: 25px;
    }

    .service.view .features .image img {
        max-width: 270px;
    }

    .service.view .features .text .title {
        margin-bottom: 40px;
        font-size: 20px;
    }

    .service.view .features .text .title:before {
        left: 50%;
        margin-left: -10%;
        bottom: -20px;
    }

    .service.view .estimate {
        text-align: center;
    }

}

@media (max-width: 576px) {

    .service.view .top-features .item .inner {
        margin: 0 40px;
    }

}

@media (min-width: 480px) {

    .service.view .process .steps .step:hover {
        margin-top: -20px;
    }

    .service.view .process .steps .step:hover .inner {
        background: #ff053d;
    }

    .service.view .process .steps .step:hover .order {
        top: -160px;
    }

    .service.view .process .steps .step:hover .icon {
        border-color: #f70539;
    }

    .service.view .process .steps .step:hover .icon svg * {
        fill: #fff;
    }

    .service.view .process .steps .step:hover .label {
        color: #fff;
    }

    .service.view .process .steps .step:hover .description {
        bottom: inherit;
        top: 100%;
        opacity: 1;
        margin-top: 30px;
    }

}

@media (max-width: 480px) {

    .service.view .process .steps .step {
        margin-top: -20px;
    }

    .service.view .process .steps .item {
        padding-bottom: 150px;
    }

    .service.view .process .steps .step .description {
        bottom: inherit;
        top: 100%;
        opacity: 1;
        margin-top: 30px;
    }

    .service.view .process .steps .step .order {
        top: -160px;
    }

}