#quality-desc {
    width: 100%;
    height: auto;
    margin: auto;
    position: absolute;
    border-left: 1px solid #cf9e65;
    border-right: 1px solid #cf9e65;
    border-bottom: 1px solid #cf9e65 ;
	padding-bottom: 25px;
}


 #section3.cd-section .carousel-bg1{
      background:url(../img/IMG_8572_2.jpg);
      background-size: cover;
      width: auto;
      height: 80vh;
    }
.section3-container{
	height:200px;
}
#quality-desc h1{
font-size: 48px;
padding: 15px;
font-family: "roboto_slablight";
padding-left: 50px;
   color:#cf9e65;
   width: 100%;
}
#quality-desc p{
	font-size: 15px;
text-align: left;
margin-left: 49px;
line-height:20px;
}
#logo-small-img{
	float: right;
	margin-top: 15px;
	padding-right: 0px;
    padding-left: 0px;
}
.slider-holder
        {
            width: 800px;
            height: 400px;
            background-color: yellow;
            margin-left: auto;
            margin-right: auto;
            margin-top: 0px;
            text-align: center;
            overflow: hidden;
        }
       
        .image-holder
        {
            width: 2400px;
            background-color: red;
            height: 400px;
            clear: both;
            position: relative;
           
            -webkit-transition: left 2s;
            -moz-transition: left 2s;
            -o-transition: left 2s;
            transition: left 2s;
        }
       
        .slider-image
        {
            float: left;
            margin: 0px;
            padding: 0px;
            position: relative;
        }
       
        #slider-image-1:target ~ .image-holder
        {
            left: 0px;
        }
       
        #slider-image-2:target ~ .image-holder
        {
            left: -800px;
        }
       
        #slider-image-3:target ~ .image-holder
        {
            left: -1600px;
        }
       
        .button-holder
        {
            position: relative;
            top: -20px;
        }
       
        .slider-change
        {
            display: inline-block;
            height: 10px;
            width: 10px;
            border-radius: 5px;
            background-color: brown;
        }
@media only screen and (max-width: 576px){
	.text-only{
		font-size:12px!important;
		width: 99%;
	}
#quality-desc{
	width: 95%;
	padding:0
	margin:0;
}
/*.section3-container{
	height:300px;
}
*/
#quality-desc h1{
	font-size: 30px;
text-align:center;
padding-left: 0;
}
#quality-desc p{
font-size: 9px;
text-align: center;
margin-left: 0px;
line-height: 20px
}
#logo-small-img{
	padding:0;
}
.container_slider{
	/* height:250px; */
}
.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev {
	top:15%!important;
}
/* .ms-slide-bgcont img{ */
	/* height:250px !important; */
	
/* } */
.ms-slide img{
	/* height:250px!important; */
	margin-top:0px!important;
}
.ms-slide-bgcont{
	height:100% !important;
	z-index:100;
}
.control_next i,.control_prev i{
	font-size: 90px !important;
    color: white !important;
    font-weight: normal;
}
#slider {
  position: relative;
  overflow: hidden;
  margin:  0 auto;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 85vh;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 35%;
  z-index: 999;
  display: block;
  margin-right:10px;
  margin-left:10px;
  width: auto;
  height: auto;
  color: black;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}
#slider ul li img{width:100%;}
#slider {
  height: 75vh !important;
}
.logo4 img{
	margin-top:10px;
}