.testimonials {
  background-color: #f33f02;
  position: relative;
  padding-top: 80px;
}
.testimonials:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #ddd;
}
.copyright-text a{
	color:#fff !important;
}

#customers-testimonials .item-details {
  background-color: #333333;
  color: #fff;
  padding: 20px 10px;
  text-align: left;
}
#customers-testimonials .item-details h5 {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 18px;
}
#customers-testimonials .item-details h5 span {
  color: red;
  float: right;
  padding-right: 20px;
}
#customers-testimonials .item-details p {
  font-size: 14px;
}
#customers-testimonials .item {
  text-align: center;
  margin-bottom: 80px;
}

.owl-carousel .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}

.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  font-size: 20px;
  color: #fff;
  border: 1px solid #ddd;
  text-align: center;
}

.owl-carousel .owl-prev {
  left: -70px;
}

.owl-carousel .owl-next {
  right: -70px;
}


/* whatsapp and pnone number */

.whats-app {
	    position: fixed;
    width: 48px;
    height: 48px;
    bottom: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 32px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    left: 5px;
  }
  .whats-app1 {
	    position: fixed;
    width: 48px;
    height: 48px;
    bottom: 40px;
    background-color: #004aad;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 32px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    right: 5px;
  }
  .my-float {
	margin-top: 11px;
  }
  @media only screen and (min-width: 651px) {
	.down_enquiry.visible-xs.dontdisplaylg {
	  display: none;
	}
  }
  @media only screen and (max-width: 650px) {
	  .owl-carousel .owl-nav [class*='owl-'] {
    transition: all .3s ease;
    display: none;
}
	.whats-app {
	  position: fixed;
	  width: 46px;
	  height: 46px;
	  bottom: 40px;
	  background-color: #25d366;
	  color: #fff;
	  border-radius: 50px;
	  text-align: center;
	  font-size: 30px;
	  box-shadow: 2px 2px 3px #999;
	  z-index: 100;
	  left: 5px;
	}
	.whats-app1 {
	  position: fixed;
	  width: 45px;
	  height: 45px;
	  bottom: 40px;
	  background-color: #004aad;
	  color: #fff;
	  border-radius: 50px;
	  text-align: center;
	  font-size: 30px;
	  box-shadow: 2px 2px 3px #999;
	  z-index: 100;
	  right: 5px;
	}
	.down_enquiry {
	  background: #ffa500 repeat scroll 0 0;
	  bottom: 0;
	  position: fixed;
	  width: 100%;
	  z-index: 9;
	}
	.down_enquiry ul {
	  list-style-type: none;
	  margin: 0;
	  padding: 0;
	}
	.down_enquiry ul li {
	  float: left;
	  text-align: center;
	  width: 50%;
	  border-right: 1px solid #000;
	}
	li#t1 {
	  background: #25d366;
	}
	.down_enquiry ul li a {
	  color: #fff;
	  display: block;
	  font-size: 12px;
	  text-decoration: none;
	  font-weight: bold;
	  padding: 10px 0;
	}
  }