.aboutus-area-actor{
  background: url(../img/about-bg-text.png);
    background-repeat: no-repeat;
    background-position: center;
}
.our-services{
  background: url(../img/services-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.our-services .newletter-top-title{
  padding-bottom: 50px;
}
.our-services .servce-icon i,
.our-services .service-details h4 {
    color: #fff;
}
.our-services .service-details > p {
    color: #fff;
}
.our-services .service-single {
    box-shadow: 1px 1px 5px 1px #dddddd;
    margin-bottom: 32px;
    background: #00000073;
}
.our-services .service-single a.readmore {
    color: #fff;
    font-size: 14px;
    padding-top: 18px;
    display: block;
}
.our-work {
  padding: 80px 0 0;
  min-height: 100%;
}
.our-work .grid-item {
    margin-bottom: 30px;
    position: inherit !important;
    background: #fff;
}
.our-work .head,
.testimonial-area .head{
  text-align: center;
}



@media (max-width: 900px){
    .our-work {
    padding: 80px 0 0;
    min-height: 380px;
}
}



@media (max-width: 768px){

.our-work {
    padding: 80px 0 0;
    height: 100%;
    min-height: 100%;
}
.our-work .grid-item {
    margin-bottom: 30px;
    position: inherit !important;
}

}