.services{
    text-align: center;
    background: #fff;
    display: inline-block;
}

.technologies{
    background: transparent;
    margin-bottom: 90px;
}

.services-bar{
    background: rgba(205,65,71,1);
    background: -moz-linear-gradient(45deg, rgba(205,65,71,1) 0%, rgba(148,89,149,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(205,65,71,1)), color-stop(100%, rgba(148,89,149,1)));
    background: -webkit-linear-gradient(45deg, rgba(205,65,71,1) 0%, rgba(148,89,149,1) 100%);
    background: -o-linear-gradient(45deg, rgba(205,65,71,1) 0%, rgba(148,89,149,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(205,65,71,1) 0%, rgba(148,89,149,1) 100%);
    background: linear-gradient(45deg, rgba(205,65,71,1) 0%, rgba(148,89,149,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd4147', endColorstr='#945995', GradientType=1 );
}

.portfolio-thumb .portfolio-item{
    cursor: default;
}

.services .portfolio-thumb{
    padding: 0;
    float: left;
    border-right: solid 1px #ccc;
}
.services .portfolio-thumb:nth-child(3n){
    border-right:none;
}

.services .portfolio-item{
    display: block;
    height: 675px;
}

.services .portfolio-item .title{
    background: #fff;
    color: #333;
    height: 370px;
    bottom: 0;
}

.services .portfolio-item .title:before{
    background: url(../images/services-over.png) right bottom no-repeat;
}

.services .portfolio-thumb h2{
    font-size: 30px;
    font-weight: 600;
    padding: 15px 0;
}
.services .portfolio-thumb p{
    margin-top: 10px;
    margin-bottom: 30px;
}
.services .portfolio-thumb:hover .title{
    height: 420px;
    padding-top: 30px;
}

.technologies .portfolio-thumb{
    margin-bottom: 30px;
}


/*responsive--------------------------------------------------*/


@media (max-width: 1300px){
    .services .portfolio-thumb h2{
        font-size: 27px;
        line-height: 34px;
    }
    .portfolio-item .title{
        padding: 0 40px;
    }
    .services .portfolio-item{
        height: 600px;
    }
    .services .portfolio-item .title{
        height: 330px;
    }
    .services .portfolio-thumb:hover .title {
        height: 380px;
    }
}

@media (max-width: 1260px){
    .services .portfolio-thumb h2 {
        font-size: 25px;
        line-height: 32px;
    }
    .services .portfolio-thumb p {
        margin-top: 2px;
    }
}


@media (max-width: 1200px){
    .portfolio-item .title {
        padding: 0 30px;
    }
}


@media (max-width: 1120px){
    .services .portfolio-item {
        height: 540px;
    }
    .services .portfolio-item .title{
        height: 330px;
    }
    .services .portfolio-thumb h2 {
        font-size: 23px;
        line-height: 29px;
    }
    .services .portfolio-thumb p{
        font-size: 15px;
    }
}


@media (max-width: 1000px){
    .services .portfolio-thumb h2 {
        font-size: 21px;
        line-height: 27px;
    }
    .services .portfolio-item{
        height: 520px;
    }
    .services .portfolio-item .title {
        height: 290px;
    }
    .services .portfolio-item:hover .title{
        height: 335px;
    }
}

@media(max-width: 950px){
    .services .portfolio-thumb h2 {
        font-size: 20px;
        line-height: 25px;
    }
    .services .portfolio-thumb p {
        font-size: 14px;
    }
    .services .portfolio-item .title {
        height: 290px;
    }
    .services .portfolio-item {
        height: 500px;
    }
}


@media(max-width: 900px){
    .portfolio-item .title {
        padding: 0 22px;
    }
    .services .portfolio-thumb h2 {
        font-size: 19px;
        line-height: 24px;
    }
    .services .portfolio-thumb p {
        margin-top: 0px;
        margin-bottom: 20px;
    }
}


@media(max-width: 850px){
    .services .portfolio-thumb h2 {
        font-size: 18px;
       line-height: 23px;
    }
}


@media(max-width: 800px){
    .services{
        margin: 0 auto;
        display: block;
        padding: 0 40px;
        background: transparent;
    }
    .services .portfolio-thumb{
        width: 100%;
        margin-bottom: 15px;
        text-align: left;
        border:none;
    }
    .services .portfolio-item{
        height: auto;
    }
    .services .portfolio-item img{
        width: 45%;
    }
    .services .portfolio-item .title,
    .services .portfolio-thumb:hover .title{
        padding-top: 0;
        width: 60%;
        left: 40%;
        height: 100%;
    }
    .services .portfolio-thumb p{
        margin-bottom: 15px;
    }

}


@media (max-width: 750px){
    .services .portfolio-thumb h2{
        padding-bottom: 10px;
    }
    .services .portfolio-item img {
        width: 50%;
    }
}

@media (max-width: 700px){
    .services{
        padding: 0 30px;
    }
    .services .portfolio-item img {
        width: 55%;
    }
}

@media (max-width: 650px){
    .services{
        padding: 0 25px;
    }
    .services .portfolio-item img {
        width: 60%;
    }
    .portfolio-item .title{
        padding: 0 20px;
    }
}


@media (max-width: 600px){
    .services{
        padding: 0 20px;
    }
    .services .portfolio-item img {
        width: 67%;
    }
    .services .portfolio-thumb p {
        margin-bottom: 14px;
    }
}

@media (max-width: 550px){
    .services{
        padding: 0;
    }
    .services .portfolio-thumb{
        margin-bottom: 0;
        border-bottom: solid 1px #ccc;
    }
}


@media (max-width: 500px){
    .services-heading h1,
    .services-heading p{
        max-width: 460px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .services{
        width: 100%;
        max-width: 460px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .services .portfolio-item img {
        width: 100%;
    }
    .services .portfolio-item .title{
        width: 100%;
        left: 0;
        height: 220px;
    }
    .services .portfolio-thumb:hover .title{
        left: 0;
        height: 280px;
        width: 100%;
        padding-top: 30px;
    }
    .services .portfolio-item {
        height: 500px;
    }

}


@media (max-width: 450px){
    .services .portfolio-item {
        height: 470px;
    }
}


@media (max-width: 400px){
    .services .portfolio-item {
        height: 440px;
    }
}


@media (max-width: 350px){
    .services .portfolio-item {
        height: 420px;
    }
    .services .portfolio-item .title{
        height: 235px;
    }
}