@media(min-width: 992px) and (max-width: 1199px){
.frame-imgs .img-frame {
  padding: 60px;
min-height: 250px;
}
.footer .social-follow a {
  font-size: 18px;
}
}
@media(min-width: 768px) and (max-width: 991px){
.banner-section{
  padding: 150px 0;
}
.passion-section {
    margin-top: -150px;
}
.frame-imgs .img-frame {
  padding: 40px;
min-height: 175px
}
.footer .social-follow a{
  font-size: 13px;
  line-height: 20px;
}
.footer .social-follow li img{
  margin: 0 3px 0 0;
  max-width: 20px;
}
}
@media(max-width:991px){
.testimonials {
  flex-wrap: nowrap;
  overflow-x: scroll;  
  -webkit-overflow-scrolling: touch;
  width: auto;
}
.testimonials .single-testimonial-outer{
  max-width: 350px;
  flex-basis: auto;
}
.banner-section .banner-circle{
  clear: none !important;
}
.banner-circles-outer{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-section .banner-circle.circle3{    
  left: 80px;
  top: -25px;
}
.banner-section .banner-circle.circle4{    
  left: 80px;
  top: 20px;
  z-index: 4;
  order: 6;
}
.banner-section .banner-circle.circle5{    
  left: 45px;
  top: 0;
}
.banner-section .banner-circle.circle6{    
  left: 130px;
  top: -85px;
}
}
@media(max-width:767px){
.footer .social-follow a {
  font-size: 18px;
}
.frame-imgs .img-frame {
    padding: 45px 55px 60px 55px;
    min-height: 275px;
    max-width: 240px;
    margin: 0;
}
.frame-imgs{
  flex-wrap: nowrap;
  overflow-x: scroll;  
  -webkit-overflow-scrolling: touch;
  width: auto;
}
.frame-imgs .img-frame-outer{
  max-width: 250px;
  
  flex-basis: auto;
  background: #fff;
}
.passion-section{
  margin-top: -165px;
}
.banner-circles-outer{
  max-width: 500px;
  margin: 0 auto -180px; 
  
}
.banner-section .banner-circle{
  width: 250px !important;
  height: 250px !important;
}
.banner-section{
  padding: 110px 0 0;
}
.banner-section .banner-circle.circle1{    
  left: -65px;
  background-position: 50px -80px;
  background-image: url("../images/banner-circle1-mobile.png");
}
.banner-section .banner-circle.circle2{    
  left: 30px;
  top: -85px;
  width: 290px !important;
  height: 290px !important;
}
.banner-section .banner-circle.circle3{    
  left: -60px;
  top: -155px;
}
.banner-section .banner-circle.circle4{    
  left: 60px;
  top: -350px;
  order: 6;
  z-index: 0;
}
.banner-section .banner-circle.circle5{    
  left: 40px;
  top: -230px;
}
.banner-section .banner-circle.circle6{    
  left: -60px;
  top: -310px;
  width: 290px !important;
  height: 290px !important;
}
.header .logo .site-title {
  font-size: 26px;
  margin:0;
}
.header .logo .site-desc {
    font-size: 18px;
}
.header {
    padding: 10px 0;
}
.certificate-section {
    padding: 0;
}
.photo-gallery .owl-carousel .owl-nav .owl-next {
    right: 25px;
}
.photo-gallery .owl-carousel .owl-nav .owl-prev {
    left: 25px;
}
.beyond-logo img {
    max-width: 140px;
}

.testimonial-text .img-desc {
    display: grid;
    grid-template-columns: 100px 1fr;
    column-gap: .75rem;
	position: absolute;
top: 230px;
}
.testimonial-text .img-wrapper {
    display: block;
}
.testimonial-text .img-wrapper img {
    border-radius: 10px;
}
.single-testimonial {
    margin-top: 10px;
}
.testimonials-popup .modal-body {
    padding-top: 5px;
}
.testimonials-popup .close {
    text-align: right;
    margin: 0px 8px 0 0;
}
.testimonials .single-testimonial .testimonial-text {
    padding: 10px 15px 5px;
	position: relative;
	min-height: 380px;
}
.testimonials-popup .testimonial-text .img-desc {
    position: initial;
    top: auto;
}

.owner-section{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.owner-section-img{
  width: 100%;
  height: 20rem;
  /* background-color: #4CAF50; */
}

.owner-section-content{
  width: 100%;
  /* height: 25rem; */
  /* background: red; */
  line-height: 2rem;
  margin-left: 1rem;
  margin-top:1rem ;
}

}