.testimonial-bg {
    font-family: Open Sans;
    padding: 35px 70px;
    text-align: center;
    position: relative;
    box-shadow: 4px 14px 24px 0px #06497C0A;
    width: 50%;
    margin: 0 auto;
    background-color: #fff;

  }
footer .col-lg-3:last-child {
/*     visibility: hidden; */
}
  .testimonial-bg:before {
    content: url("../images/quote.png");
    font-family: "fontawesome";
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 50px;
    color: #00457B;;
    position: absolute;
    top: -40px;
    left: -10%;
  }
  .testimonial-bg .owl-carousel .owl-nav button.owl-prev, .testimonial-bg .owl-carousel .owl-nav button.owl-next{
    padding: 5px 20px !important;
}
.testimonial-bg .owl-prev{
	position: absolute;
	left: -31%;
	top: 50%;
	color: #0973C5 !important;
	border-top: 1px solid !important;
	border-bottom: 1px solid !important;
	border-left: 1px solid !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.testimonial-bg .owl-next{
    position: absolute;
    right: -31%;
    top: 50%;
    color: #0973C5 !important;
	border-top: 1px solid !important;
	border-bottom: 1px solid !important;
	border-right: 1px solid !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;  }
  .testimonial-bg .owl-prev:hover, .testimonial-bg .owl-next:hover{
    background-color: #0973C5 !important;
    color: #fff !important;
  } 
  .testimonial-bg .owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: 0 auto;
}
  .testimonial {
    padding: 0 15px;
  }
  .testimonial .description {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    padding: 20px 0;
  }
  
  .testimonial .pic {
    width: 100px;
    height: 100px;
    margin: 25px auto;
    overflow: hidden;
  }
  .testimonial .pic img {
    width: 100%;
    height: auto;
  }
  .testimonial .title {
    font-family: Open Sans;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
  }
  .testimonial .post {
    font-family: Open Sans;
    display: inline-block;
    font-size: 20px;
    color: #848484;
  }
.testimonial .profile_name {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    color: #0973C5;
    padding-top: 10px;
}
.testimonial .profile_describe {
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	color: #1E1E1E99;
}
.testimonial .pic1 img {
	width: 60px;
	height: 60px;
	border-radius: 50px;
	object-fit: cover;
}
.awards-logo {
    margin-top: -48px;
}
@media(min-width: 991px) {
	.breadcumb-section {
		padding: 10px 60px 90px 60px;
	}
}
  @media only screen and (min-width: 768px) and (max-width: 998px) {
    .testimonial-bg {
        width: 75%;
        margin: 0 auto;
  }
	  .feautered_section > div:last-child{
		  padding: 20px;
		  height: 500px;
		  border-bottom: 1px solid  rgba(0, 0, 0, 0.20);

	  }
	  .feautered_section > div:first-child{
		  padding: 20px;
		  height: 500px;
	  }
}
  @media only screen and (max-width: 767px) {
    .testimonial-bg {
      padding: 50px 40px;
    }
    .owl-theme .owl-controls {
      bottom: -22%;
    }
    .testimonial-bg {
        width: 95%;
        margin: 0 auto;
  }
  .testimonial-bg .owl-prev{
    left: -10%;
}
.testimonial-bg .owl-next{
    right: -10%;
}
.feautered_section > div:last-child{
    padding: 20px;
}
.feautered_section > div:first-child{
    padding: 20px;
}
  }
  @media only screen and (max-width: 480px) {
	  .testimonial-bg:before {
		  width: 55px;
		  height: 55px;
		  line-height: 55px;
		  font-size: 40px;
	  }
	  .testimonial-bg {
		  padding: 30px 10px;
	  }
	  .owl-theme .owl-controls {
		  bottom: -15%;
	  }
	  .banner-contact-form.active {
		  margin-top: 136px;
	  }
	  .awards-logo {
		  margin-top: -65px;
	  }
	  .awards-logo .image-fluid {
		  max-width: 140px;
	  }
  }
  @media only screen and (max-width: 360px) {
    .testimonial .title,
    .testimonial .post {
      font-size: 16px;
    }
    .owl-theme .owl-controls {
      bottom: -12%;
    }
  }

