@-webkit-keyframes sliderBack {
    0%,
    to {
        background-position-y: 100%
    }
    50% {
        background-position-y: 0
    }
}

@keyframes sliderBack {
    0%,
    to {
        background-position-y: 100%
    }
    50% {
        background-position-y: 0
    }
}

.slider {
    color: #fff;
    position: relative
}

@media (min-width:1200px) {
    .slider {
        margin-top: 102px
    }
}

.slider:hover .arrow img {
    opacity: .6
}

/* home slider */

.slide {
    display: none;
    padding: 50px 0 75px;
    background-size: cover;
    background-repeat: no-repeat;
    /* text-align: center; */
    background-position: center
}

@media (min-width:480px) {
    .slide {
        padding: 50px 0
    }
}

@media (min-width:1200px) {
    .slide {
        padding: 200px 0 52px;
        /* padding: 100px 0 52px */
    }
}
.slide--02 {
    background-image: url(../img/slider/royal_homes_remodeling_2.png);
    background-position: center
}

@media (min-width:321px) {
    .slide--02 {
        background-image: url(../img/slider/royal_homes_remodeling_2.png)
    }
}

@media (min-width:480px) {
    .slide--02 {
        background-image: url(../img/slider/royal_homes_remodeling_2.png)
    }
}

@media (min-width:768px) {
    .slide--02 {
        background-image: url(../img/slider/royal_homes_remodeling_2.png)
    }
}

@media (min-width:1024px) {
    .slide--02 {
        background-image: url(../img/slider/royal_homes_remodeling_2.png)
    }
}

@media (min-width:1200px) {
    .slide--02 {
        background-image: url(../img/slider/royal_homes_remodeling_2.png)
    }
}

.slide--01 {
    background-image: url(../img/slider/royal_homes_remodeling_1.png);
    background-position: center
}

@media (min-width:321px) {
    .slide--01 {
        background-image: url(../img/slider/royal_homes_remodeling_1.png)
    }
}

@media (min-width:480px) {
    .slide--01 {
        background-image: url(../img/slider/royal_homes_remodeling_1.png)
    }
    .slider__heading{
        font-size: 16px !important;
    }

}

@media (min-width:768px) {
    .slide--01 {
        background-image: url(../img/slider/royal_homes_remodeling_1.png)
    }
}

@media (min-width:1024px) {
    .slide--01 {
        background-image: url(../img/slider/royal_homes_remodeling_1.png)
    }
}

@media (min-width:1200px) {
    .slide--01 {
        background-image: url(../img/slider/royal_homes_remodeling_1.png)
    }
}

/* Commercial banner slider */
.slide--03 {
    background-image: url(../img/slider/royal_homes_remodeling_2.png);
    background-position: center
}

@media (min-width:321px) {
    .slide--03 {
        background-image: url(../img/slider/drywall_finishing.png)
    }
}

@media (min-width:480px) {
    .slide--03 {
        background-image: url(../img/slider/drywall_finishing.png)
    }
}

@media (min-width:768px) {
    .slide--03 {
        background-image: url(../img/slider/drywall_finishing.png)
    }
}

@media (min-width:1024px) {
    .slide--03 {
        background-image: url(../img/slider/drywall_finishing.png)
    }
}

@media (min-width:1200px) {
    .slide--03 {
        background-image: url(../img/slider/drywall_finishing.png)
    }
}

.slide--04 {
    background-image: url(../img/slider/sheetrock_finishing.png);
    background-position: center
}

@media (min-width:321px) {
    .slide--04 {
        background-image: url(../img/slider/sheetrock_finishing.png)
    }
}

@media (min-width:480px) {
    .slide--04 {
        background-image: url(../img/slider/sheetrock_finishing.png)
    }
    .slider__heading{
        font-size: 16px !important;
    }

}

@media (min-width:768px) {
    .slide--04 {
        background-image: url(../img/slider/sheetrock_finishing.png)
    }
}

@media (min-width:1024px) {
    .slide--04 {
        background-image: url(../img/slider/sheetrock_finishing.png)
    }
}

@media (min-width:1200px) {
    .slide--04 {
        background-image: url(../img/slider/sheetrock_finishing.png)
    }
}


.slide--active {
    display: block
}

.arrow {
    display: none;
    position: absolute;
    cursor: pointer
}

.arrow img {
    height: 40px;
    opacity: .2;
    -webkit-transition: all 1s;
    transition: all 1s
}

.arrow--left img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (min-width:768px) {
    .arrow {
        display: block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.arrow--left {
    left: 1%
}

.arrow--right {
    right: 1%
}

.slider__heading {
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 22px;
    margin: 0 auto 20px;
    text-shadow: 0 0 10px #000;
    padding: 12px;
    background: rgba(0, 0, 0, 0.5);
}

@media (min-width:480px) {
    .slider__heading {
        font-size: 26px
    }
   
}

@media (min-width:320px)  {
    .btn--prim {
        padding: 12px 17px 11px;
    } 
    .slider__heading {
        font-size: 16px;
    }
    .slide {
        padding: 125px 0 24px;
    }
    .commslide {
        padding: 125px 0 24px;
    }
}

@media only screen and (max-width: 480px) {
    .header__icons {
        display: none !important;
    }
}

.header__icons {
    display: block;
}

@media (min-width:768px) {
    .slider__heading {
        margin: 0 0 20px;
        font-size: 40px;
        line-height: 44px;
        text-align: left;
        width: 90%
    }
    .header__icons {
        display: none !important;
    }
}

@media (min-width:1024px) {
    .slider__heading {
        margin: 0 0 24px;
        font-size: 44px !important;
        line-height: 52px;
        margin-bottom: 120px;
    }
    .header__icons {
        display: block !important;
    }
}

.services__item p br,
.slider__heading .sod {
    display: none
}

@media (min-width:1200px) {
    .slider__heading .sod {
        display: initial
    }
}

.slider__text {
    color: #fff;
    margin-bottom: 30px;
    font-size: 18px;
    max-width: 960px;
    font-weight: 700;
    text-shadow: 0 0 10px #C1277F;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;

}

@media (min-width:768px) {
    .slider__text {
        font-size: 25px;
        font-weight: 700;
    }
}

@media (min-width:1024px) {
    .slider__text {
        margin-bottom: 80px
    }
}

.slider__btns {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .slider__btns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 260px;
        margin: 0
    }
}

.services {
    padding: 60px 0;
    background-color: #C1277F;
}

@media (min-width:768px) {
    .services {
        padding: 100px 0 0;
        background-color: #fff;
        position: relative
    }
    .services::after,
    .services::before {
        content: "";
        position: absolute;
        height: 500px;
        top: 0
    }
    .services::before {
        width: 100%;
        left: 0;
        background-color: #C1277F;
    }
    /* .services::after {
        width: 600px;
        right: 0;
        background-image: url(../img/bk-footer.png);
        background-size: cover
    } */
}

.services__item h3,
.services__title {
    font-family: "Rajdhani", Arial, Helvetica, sans-serif
}

.services__title {
    font-weight: 400;
    font-size: 44px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 60px;
    color: #fff;
    position: relative;
    z-index: 2
}

@media (min-width:768px) {
    .services__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.features .container,
.services__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.services__item {
    padding: 20px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    background-color: #fff;
    z-index: 2
}

@media (min-width:768px) {
    .services__item {
        width: 31%
    }
}

@media (min-width:1200px) {
    .services__item {
        -webkit-box-shadow: 2px 5px 25px 0 rgba(0, 0, 0, .55);
        box-shadow: 2px 5px 25px 0 rgba(0, 0, 0, .55)
    }
}

.services__item h3 {
    font-size: 24px;
    margin-bottom: 12px
}

.services__item h3 a {
    color: #000
}

.services__item p {
    color: #666
}

@media (min-width:1200px) {
    .services__item p br {
        display: initial
    }
}

.services__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 190px;
    background-size: 100%;
    background-position: center;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (min-width:768px) {
    .services__item::before {
        display: none
    }
}

@media (min-width:1024px) {
    .services__item::before {
        display: initial
    }
}

.services__item:hover::before {
    background-size: 110%
}

.services__item.services__item--res::before {
    background-image: url(./../img/residential_painting.png)
}

.services__item.services__item--com::before {
    background-image: url(./../img//home_painting_services.png)
}

.services__item.services__item--land::before {
    background-image: url(./../img/commercial_painting_new.jpg)
}

.services__item.services__item--mol::before {
    background-image: url(./../img/molding_installation_detailing.png)
}

.services__item.services__item--dry::before {
    background-image: url(./../img/drywall_service.png)
}

.services__item.services__item--shee::before {
    background-image: url(./../img/sheetrock_finishing_services.png)
}

.services__video {
    padding-top: 20px
}

.services__border {
    z-index: 2;
    padding: 140px 20px 40px;
    border: 1px solid #D59A0A ;
    position: relative
}

@media (min-width:768px) {
    .services__border {
        padding: 40px 20px
    }
}

@media (min-width:1024px) {
    .services__border {
        padding: 140px 20px 40px
    }
}

.services__icon {
    background-color:transparent ;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin: 0 auto 24px
}

.services__icon img {
    height: 50px
}

.about__title {
    text-transform: uppercase;
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 40px;
    text-align: center;
}

.about__wrap {
    padding-bottom: 40px
}

@media (min-width:768px) {
    .about__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:1200px) {
    .about__wrap {
        padding-bottom: 0
    }
}

@media (min-width:768px) {
    .about__txt {
        /* margin-right: 80px; */
        margin-left: 70px;

    }
}

.about__txt p {
    margin-bottom: 40px
}

.about__txt a.btn {
    display: inline-block
}

.about__img {
    position: relative;
    margin-top: 60px
}

.about__img::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    border-top: 15px solid #C1277F ;
    border-left: 15px solid #C1277F ;
    top: -15px;
    left: -15px
}

@media (min-width:768px) {
    .about__img::before {
        border-top: 30px solid #C1277F ;
        border-left: 30px solid #C1277F ;
        top: -30px;
        left: -30px
    }
    .about__img {
        margin-top: 0;
        min-width: 290px
    }
}

@media (min-width:1024px) {
    .about__img {
        min-width: 490px
    }
}

@media (min-width:1200px) {
    .about__img {
        min-width: 450px; /*650px*/
    }
}

.features {
    position: relative;
    background-color: #f5f5f5;
    padding: 0 0 40px
}

@media (min-width:768px) {
    .features {
        padding: 40px 0
    }
}

.features .container {
    padding-top: 40px
}



.testimonials {
    padding: 60px 0
}

.testimonials__title {
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
    font-size: 36px;
    margin-bottom: 24px;
    text-transform: uppercase
}

.testimonials__item {
    margin-bottom: 24px
}

.testimonials__text {
    border-left: 15px solid #C1277F ;
    padding-left: 20px;
    margin-bottom: 12px
}

@media (min-width:1024px) {
    .testimonials__text {
        margin-bottom: 0;
        border-left: 30px solid #C1277F;
    }
}

.testimonials__author {
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1;
    text-align: right
}
