@charset "utf-8";
.fasiclate_bg {
    width: 100%;
    float: left;
    background-color:#FFF;
     border-radius: 15px 15px 15px 15px;
    /*background: url(images/bg01.jpg) no-repeat fixed 0 0 / cover rgba(0, 0, 0, 0);*/
}
.facilate {
    margin-bottom: 39px;
}
.facilitate_bx {
    
    margin-right: 12px;
    margin-left: 47px;
    min-height: 270px;
    min-width: 310px;
    border-radius: 15px 15px 15px 15px;
    border-style:outset;
	
}
.facilitate_bx h3 {
    font-size: 24px;
    font-family: 'robotobold';
   
    padding-bottom: 12px;
	padding-top:12px;
    text-transform: uppercase;
    text-align: center;
}
.facilitate_bx p {
    font-size: 16px;
    font-family: "robotoregular";
   
    padding-left: 18px;
    padding-right: 18px;
    text-align: center;
}
.facilate h2 {
    font-size: 24px;
    font-family: 'robotobold';
   
    margin-top: 48px;
    padding-bottom: 28px;
    text-align: center;
}
.test_bg {
    width: 100%;
    float: left;
   /* background-color: #1c3f95;*/
	background: url(../images/bg03.jpg) no-repeat fixed ;
}
.testi_box {
    background-color: white;
    margin-bottom: 34px;
	margin-right: 12px;
    margin-left: 47px;
	max-width: 330px;
	height: 355px;
    border-radius: 15px 15px 15px 15px;
}
.comma_img {
    float: left;
    margin-left: 10px;
    margin-top: -25px;
}
.comma_imgs {
    float: left;
    margin-left: 120px;
    margin-top: 10px;
	margin-bottom:20px;
}
.testi_box p {
    font-size: 16px;
    font-family: 'robotolight';
    color: #363636;
    text-align: left;
	margin-left:20px;
	
	

}
.testimonials2 {
    margin-top: 12px;
    margin-bottom: 44px;
}
.testimonials2 h2 {
    font-size: 24px;
    font-family: 'robotobold';
    color: white !important;
    margin-top: 48px;
    padding-bottom: 48px;
    text-align: center !important;
}
.testimonials2 h3 {
    font-size: 20px;
    font-family: "robotoregular";
    color: #363636;
    padding-bottom: 28px;
    text-align: center;
}
 .video {
    width:520px;
	height:300px;
	
  }
@media (max-width: 767px) {
  .video {
    width:400px;
	height:300px;
	margin-right:20px;
  }
  .facilitate_bx {
   border-radius: 15px 15px 15px 15px;
    border-style:outset;
    margin-right: 12px;
    margin-left: 3px;
    min-height: 200px;
    min-width: 310px;
}
.testi_box {
    background-color: white;
    margin-bottom: 34px;
	margin-right: 12px;
    margin-left: 3px;
	min-width: 310px;
    border-radius: 15px 15px 15px 15px;

}
}

