.section_1{
  padding:50px 0;
}

.section_2{
  padding:50px 0;
  background-image:none;
}

.font1{
   font-size:15px;
   margin:0;
   font-family: 'Lora', serif;
   font-weight:normal;
}

.font2{
   font-size:28px;
   margin:0;
   font-family: 'Lora', serif;
   font-weight:normal;
}

.font3{
   font-size:15px;
   line-height:30px;
   font-family: 'Lora', serif;
}

.font4{
   font-size:12px;
   letter-spacing:2px;
   margin-bottom:30px;

}


.font5{
   font-size:20px;
   letter-spacing:2px;
   margin:20px 0;

}


.colx2{
}

.txt-content1{
  padding:10%;
  background-color:#f7f7f7;

}


.txt-content2{
  padding:10%;
  background-color:#f7f7f7;

}



.btnx1{
   padding:15px 30px;
   width:150px;
   background:#fff;
   color:#D3AE64 !important;;
   border:1px solid #fff;
   font-size:12px;
   letter-spacing:1px;
   transition:Ease-in-out 0.3s;
   text-align:center;
   margin-top:0px;
   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(0.9, 0.9, 1);
		  transform: scale3d(0.9, 0.9, 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:#D3AE64;
        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: #D3AE64;
		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 {
   background: #fff !important;
}

/*
.form_nav_search input.nav_search {
    font-size: 0;
}
*/