
#gray-scale{
	
	width:100%;
	height: auto; 
	margin:50px auto;
	box-shadow: 0 5px 5px black;
	overflow: hidden;
}


#gray-scale img{
	width:inherit;
	height: auto;
	transition: all 0.5s;
	filter: grayscale(100%);
}




#gray-scale:hover img{
	transform:scale(1.2,1.2);
	filter: grayscale(0%);
}

.box{
	background-color: #d29c56;
	width:auto;
	height:auto;
	text-align:center;
	color:white;
	font-size:20px;
	font-weight:bold;
	padding:15px;
	margin:auto;
}
#boxp
{
	font-size:15px;
}
.whiitebox
{
	background-color:white;
	
	text-align:center;
	color:#d29c57;
	font-size:20px;
	font-weight:bold;
	padding:20px;
	margin:auto;
	
}

/* LOGIN CSS*/
.left {
    min-height: 350px;
    background: rgba(252,204,142,1);
    background: -moz-linear-gradient(left, rgba(252,204,142,1) 0%, rgba(212,149,67,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,204,142,1)), color-stop(100%, rgba(212,149,67,1)));
    background: -webkit-linear-gradient(left, rgba(252,204,142,1) 0%, rgba(212,149,67,1) 100%);
    background: -o-linear-gradient(left, rgba(252,204,142,1) 0%, rgba(212,149,67,1) 100%);
    background: -ms-linear-gradient(left, rgba(252,204,142,1) 0%, rgba(212,149,67,1) 100%);
    background: linear-gradient(to right, rgba(252,204,142,1) 0%, rgba(212,149,67,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fccc8e', endColorstr='#d49543', GradientType=1 );
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px 0;
}
 .right {
	  min-height: 350px;
	   border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
	 display: block;
}

.right .login-head {
    text-align: center;
    letter-spacing: .5px;
    margin: 0 0 30px 0;
    color: #333;
    font-weight: normal;
    line-height: 1.5;
    font-size: 20px;
}


/* Home page clint say css*/

 @media screen and (max-width: 640px) {
  .modal {
   z-index:9999;
	
  }
  
}
  </style>
 
  
    <style>
	.testimonials {
  overflow: hidden;
  position: relative;
  max-height: 300px;
}

.testimonials {
  background:black;
}

.one-slide,
.testimonial,
.message {
  border: none !important;
  outline: none !important;
}

.icon-overlay {
  position: absolute;
  opacity: 0.3;
  right: 10%;
  top: 0;
  height: auto;
  width: 100%;
  max-width: 400px;
}

.carousel-controls .control {
  position: absolute;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 1;
  margin-top: 23px;
}

.prev {
  left: -2.25rem;
}

.next {
  right: -2.25rem;
}
.px-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important;
}

@media (min-width: 768px)
.px-md-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important;
}

.py-5 {
   padding-top: 2rem!important;
    padding-bottom: 2rem!important;
}

@media screen and (max-width: 768px) {
  .testimonials {
    max-height: 700px;
  }
  .icon-overlay {
    height: 300px;
    top: calc(50% - 150px);
  }
  .carousel-controls .control {
	 
    width: 25px;
    height: 25px;
    top: inherit;
  }
  .prev {
    left: 0;
  }
  .next {
    right: 0;
  }
  .control i {
    font-size: .7rem;
  }
  .testimonials .message {
    font-size: 1rem;
  }
  .testimonials h2 {
    font-size: 1.5rem;
  }
  
}
.text-center
{
	color:#b28e60;
	}
	.blockquote-footer {
	margin-top:10px;
    display: block;
    font-size: 18px;
    
}
.blockquote
{
	font-size: 20px;
	
}
.ion-chevron-left
{
	font-size:29px;
	color:white;
	margin-left:9px;
}
.ion-chevron-right
{
	font-size:29px;
	color:white;
	margin-left:11px;
}

	
	
