
.part1{background-image: url("../images/bg2.jpg");text-align:right;background-size:cover;}


.part1 h2:nth-child(1) {
  font-family: fatfrank, sans-serif;
  font-size: 2.8rem;
	font-weight: bold;
}
.part1 .testDesc{
	font-size: 1.2rem;
	font-weight: 500;
	color: #fff;
	margin-bottom: 20px;
}
.part1 .author{
	font-size: 1.8rem;
}
.part1 h3:nth-child(3) {
font-family: fatfrank, sans-serif;
}
.owl-dots{
	display: flex;
    justify-content: center;
    align-items: center;
	position:absolute;
}
.owl-dot span {
    margin: 5px 7px;
    background: white;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease-in-out;
}
button.owl-dot.active span,
.owl-dot span:hover {
    background: #00aeef;
}


.owl-nav .disabled {
  display: none;
}
/***********************responsive***************************************/
@media (min-width: 1200px) and (max-width:4000px){
		.part1{width:50%;text-align:right;padding-right:50px;padding-left:90px;}
		.val2{display: table;
  width: 100%;height:100%;}
  .val3{
 display: table-cell;
 
  vertical-align: middle;}
		.part2{width:50%;}
		.part2-img{width:100%;}
		.slider2{display:flex;width:100%;margin:auto;}
		.part1 h2:nth-child(1) {margin-bottom:25px;}
		.part1 h2:nth-child(2) { margin-bottom:25px;}
		.owl-dots{margin: 55px 0 70px 0;bottom:-20px;left:55%;}
		.owl-dot span {width: 18px;height: 18px; border-radius: 30px;}
}
@media (min-width: 992px) and (max-width:1200px){
		.part1{width:50%;text-align:right;padding-right:50px;padding-left:90px;}
		.val2{display: table;
  width: 100%;height:100%;}
  .val3{
 display: table-cell;
 
  vertical-align: middle;}
		.part2{width:50%;}
		.part2-img{width:100%;}
		.slider2{display:flex;width:100%;margin:auto;}
		.part1 h2:nth-child(1) {margin-bottom:25px;}
		.part1 h2{font-size:20px !important}
		.part1 h2:nth-child(2) {margin-bottom:25px;}
		.owl-dots{margin: 55px 0 70px 0;bottom:-20px;left:55%;}
		.owl-dot span {width: 18px;height: 18px; border-radius: 30px;}
}
@media (min-width: 760px) and (max-width:992px){
		.part1{width:50%;text-align:right;padding-right:50px;padding-left:30px;}
		.val2{display: table;
  width: 100%;height:100%;}
  .val3{
 display: table-cell;
 
  vertical-align: middle;}
		.part2{width:50%;}
		.part2-img{width:100%;}
		.slider2{display:flex;width:100%;margin:auto;}
		.part1 h2:nth-child(1) {margin-bottom:25px;}
		.part1 h2{font-size:20px !important}
		.part1 h2:nth-child(2) {margin-bottom:25px;}
		.owl-dots{margin: 55px 0 70px 0;bottom:-20px;left:55%;}
		.owl-dot span {width: 18px;height: 18px; border-radius: 30px;}
}
@media (min-width: 576px) and (max-width:760px){
		.part1{width:50%;text-align:right;padding-right:20px;padding-left:10px;}
		.val2{display: table;
  width: 100%;height:100%;}
  .val3{
 display: table-cell;
 
  vertical-align: middle;}
		.part2{width:50%;}
		.part2-img{width:100%;}
		.slider2{display:flex;width:100%;margin:auto;}
		.part1 h2:nth-child(1) {margin-bottom:10px;}
		.part1 h2{font-size:15px !important}
		.part1 .testDesc {margin-bottom:25px;}
		.owl-dots{margin: 55px 0 70px 0;bottom:-20px;left:55%;}
		.owl-dot span {width: 18px;height: 18px; border-radius: 30px;}
}
@media (min-width: 0px) and (max-width:576px){
		.part1{width:100%;text-align:right;padding-right:20px;padding-left:10px;padding-top:30px;padding-bottom:50px;}
		.slider2{display:flex;width:100%;margin:auto;}
		.part1 h2:nth-child(1) {margin-bottom:10px;padding-top:10px;}
		.part1 h2{font-size:14px !important}
		.part1 .testDesc {margin-bottom:25px; font-size: 12px;}
		.owl-dots{margin: 55px 0 70px 0;bottom:-60px;left:43%;margin-top:30px;}
		.slider2-img img{display:none !important;}
		.owl-dot span {width: 10px;height: 10px; border-radius: 50%;}
		.captchaWrapper{
			flex-direction: column;
			align-items: flex-start;
		}
}

















