.rs-testimonial__slider .rs-testimonial-slider-item .rs-content p {
    padding-bottom: 30px;
    border-bottom: 1px solid #DBDEE3;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #0000001a;
}
.mt-10 {
    margin-top: 0px;
}
.pd_cls
{
	padding: 20px;
}
.rs-testimonial__slider .rs-testimonial-slider-item .rs-icon {
    height: 50px;
    width: 50px;
    background: #ea913b;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 15px;
    top: 15px;
}
    .clr_wit h2
    {
        color: #fff;
    }
    .clr_wit p
    {
        color: #fff;
        margin-bottom: 15px;
    }
    .rs-about, .rs-work-progress, .rs-why-choose, .rs-service, .rs-faq, .rs-testimonial
    {
        padding: 40px 0px;
    }
    .rs-about img
    {
            border-radius: 15px;
    }
    .pt-170 {
    padding-top: 100px;
}
@media only screen and (max-width: 767px) {
	.pt-170 {
    padding-top: 0px;
}
    .rs-banner {

        padding-bottom: 0px;
    }
    .rs-banner__content
    {
    	    margin-bottom: 30px;
    }
        .rs-about__content {
        padding-top: 15px;
    }
    .pd_mo
    {
    	padding-top: 0px;
    }
}
.rs-service {
    background-repeat: inherit;
}
.row
 {

   align-items: center;
}
.rs-service__slider .owl-dots {
    text-align: center;
    margin-top: 0px;
}

@keyframes slides {
  from {
    transform: translateX(100);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before, .logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}



.logo_items {
  display: inline-block;
  animation: 10s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img{
    width: 144px;
  height: 60px;
  margin-left: 15px;
}
.pd_btm_0
{
    padding-bottom: 0px;
}
.img_w_91 img
{
    width: 91%;
}
img
{
    width: 100%;
}
.bg_wh
{
    background: #fff;
}
.home_cls_ss h4
{
    color: #d57d27;
}
.home_cls_ss h2
{
    margin-bottom: 15px; 
    margin-top: 0px;
}
.home_cls_ss p
{
    margin-bottom: 15px;
}
.rs-why-choose
{
    padding:0px;
}
.h4_pd h4
{
    color: #fff; 
    line-height: 34px;
}
.rs-about__content .title
 {
    font-size: 36px !important;
    line-height: 50px;
    margin-top: 0px !important;
    margin-bottom: 25px !important;
}