

.section_1{
  padding:0;
}

.section_2{
  padding:80px 0;
  background-image:none;
}

.font1{
   font-size:20px;
   margin:0;
   font-weight:normal;
}

.font2 {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 34px;
}

.font3{
   font-size:16px;
   line-height:32px;
}


.width-9{
  width:80% !important;;
  margin:0 10%;
}

.imgx1{
  max-width:550px;
    width:auto;
}


.imgx2{
  max-width:550px;
    width:auto;
}


.iconx1{
   width:50px;
   margin:0 auto;

}

.txt-content1{
  margin-left:20%;
  padding:10%;
  background-color:#f7f7f7;
  height:300px;

}


.txt-content2{
  margin-right:20%;
  padding:10%;
  background-color:#f7f7f7;
  height:300px;

}



.btnx1{
   padding:15px 30px;
   width:300px;
   background:#fff;
   color:#D3AE64 !important;;
   border:1px solid #fff;
   font-size:20px;
   letter-spacing:1px;
   transition:Ease-in-out 0.3s;
   text-align:center;
   margin-top:50px;
  display: inline-block;
  position: relative;

}

.btnx1:hover{

   background:rgb(0,0,0,0);
   color:#fff !important;

}


.btnx2{

   color:#999 !important;;
   border:1px solid #fff;
   transition:Ease-in-out 0.3s;
   font-size:15px;
   margin-top:20px;
   display: inline-block;
   position: relative;


}

.btnx2:hover{

   color:#222 !important;
   margin-left:20px;
   text-decoration:none;

}


/*testimonial slider*/
.shadow-effect {
		    text-align: center;
		    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}

.testimonial-name {
		    margin: 15px auto;
		    display: table;
		    width: auto;
		    text-align: center;
		    color: #333;
                    font-size:20px;

}
#customers-testimonials .item {
		    text-align: center;
		    padding: 0px;
		    opacity: .4;
		    -webkit-transform: scale3d( 1, 1, 1);
		    transform: scale3d( 1, 1, 1);
		    -webkit-transition: all 0.3s ease-in-out;
		    -moz-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
		    opacity: 1;
		    -webkit-transform: scale3d(1.0, 1.0, 1);
		    transform: scale3d(1.0, 1.0, 1);
}


#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
		    background:#000;
		    transform: translate3d(0px, -50%, 0px) scale(0.7);
                    border-radius:20px;
}

#customers-testimonials.owl-carousel .owl-dots{
	display: inline-block;
	width: 100%;
	text-align: center;
        margin-top:20px;
        

}

#customers-testimonials.owl-carousel .owl-dots .owl-dot{
	display: inline-block;

}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
		    background: #000;
		    display: inline-block;
		    height: 20px;
		    margin: 0 2px 5px;
		    transform: translate3d(0px, -50%, 0px) scale(0.3);
		    transform-origin: 50% 50% 0;
		    transition: all 250ms ease-out 0s;
		    width: 20px;
                    border-radius:20px;
}

/*testimonial slider*/


.intro {
    padding: 0px !important;
}