*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: 'Merriweather', serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #443344;
  
}
img{
  max-width: 100%;
}
a:hover, a{
  text-decoration: none;
  outline: none;
}
.text-underline:hover, .text-underline{
  text-decoration: underline;
}
.header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 99;
  transition: all .3s ease-in-out;
}
/*.header.active{
  background: rgba(0,0,0,.3);
}*/
.header .logo .site-title{
  font-weight: 900;
  font-size: 36px;
  line-height: 45px;
}
.header .logo .site-desc{
  font-weight: 900;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
}
.title{
  font-family: 'Dancing Script', cursive;;
  font-weight: 700;
  font-size: 42px;
  line-height: 63px;
}
.title-1{ 
  font-weight: 900;
  font-size: 30px;
  line-height: 38px;
  color: #000000;
}
.title-1.sub-title{ 
  font-size: 24px;
}
.banner-section{
  background: url("../images/home-banner.png");
  padding: 150px 0 250px;
  background-size: cover;
  background-position: center bottom; 
}
.passion-section {
    margin-top: -90px;
}
.banner-section .banner-circle p{
  font-family: Dancing Script;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}
.banner-section .banner-circle{
  background: #fff; 
  padding: 20px;
  border-radius: 100%;
  box-shadow: inset 3px 3px 20px rgba(0, 0, 0, 0.31);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
  position: relative;
}
.banner-section .banner-circle.circle1{
  width: 300px;
  height: 300px;
  background-image: url("../images/banner-circle1.png");
  background-position: 35px 110px;
}
.banner-section .banner-circle.circle2{
  width: 325px;
  height: 325px;
  background-image: url("../images/banner-circle2.png");
  background-position: 10px -45px;
  left: -50px;
  top: 40px;
}
.banner-section .banner-circle.circle3{
  width: 260px;
  height: 260px;
  background-image: url("../images/banner-circle3.png");
  background-position: 100px -13px;
  left: -115px;
  bottom: -150px;
  z-index: 4;
}
.banner-section .banner-circle.circle4{
  width: 260px;
  height: 260px;
  clear: left;
  left: 160px;
  top: 110px;
  z-index: 3;
}
.banner-section .banner-circle.circle5{
  width: 280px;
  height: 280px;
  background-image: url("../images/banner-circle5.png");
  background-position: 0 0;
  top: 45px;
  left: 135px;
  z-index: 2;
}
.banner-section .banner-circle.circle6{
  width: 300px;
  height: 300px;
  background-image: url("../images/banner-circle6.png");
  background-position: 0 0;
  right: -111px;
  top: 10px;
  z-index: 1;
}
.frame-imgs .img-frame {
  background: url("../images/frame.png");
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 320px;
  padding: 45px 65px 60px 65px;
}
.frame-imgs .img-frame-outer{
  margin-bottom: 20px;
}
.testimonials .single-testimonial-outer{
  margin-bottom: 40px;
}
.testimonials .single-testimonial{
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  height: 100%;
}
.testimonials .single-testimonial .testimonial-img img{
  border-radius: 10px 10px 0 0;
}
.testimonials .single-testimonial .testimonial-text{
  padding: 10px 15px 20px;
}
.testimonials .single-testimonial .testimonial-text .testimonial-title, .testimonials .single-testimonial .testimonial-text .name{
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
}
.testimonials .single-testimonial .testimonial-text .name{
  margin: 0 0 5px;
}
.testimonials .single-testimonial .testimonial-text p{
  font-weight: 300;
}
.testimonials .single-testimonial .testimonial-text .about{
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}
.footer {
  background: #FC4629;
  padding: 40px 0;
}
.footer .footer-desc{ 
  font-size: 18px;
  line-height: 23px;
  margin: 15px 0 0 0;
}
.footer .social-follow li{
  margin: 0 0 15px;
}
.footer .social-follow li img{
  margin: 0 10px 0 0;
  vertical-align: middle;
  max-width: 28px;
}
.footer .social-follow a{  
  font-size: 21px;
  line-height: 26px;
  color: #FFFFFF;
}
.enquire-buttons{
  margin: 0;
  position: fixed;
  right: -135px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  z-index: 90;
}
.enquire-buttons li{
  display: inline-block;
  margin: 0 40px 0 0;
}
.enquire-buttons li:last-child{
  margin: 0;
}
.enquire-buttons li a{  
  color: #4CAF50;
  background: #fff;
  padding: 10px 15px;
  border-radius: 10px 10px 0 0;
  display: block;
  position: relative;
}
.enquire-buttons li a img{
  top: -10px;
  left: -15px;
  position: absolute;
  transform: rotate(90deg);
}
.header.profile-header{
  background: url("../images/profile-banner.jpg");
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.certificate-section {
  background: #FEC070;
  padding: 30px 0;
}
.certified-text{
  font-style: italic;
  font-weight: 900;
  font-size: 18px;
  line-height: 27px;
  color: #FC4629; 
}
.photo-gallery .owl-carousel{ 
  padding: 0 50px;
}
.photo-gallery .owl-carousel .owl-nav .owl-prev, .photo-gallery .owl-carousel .owl-nav .owl-next{
  position: absolute;
  top: calc(50% - 30px);
  transform: translateY(-50%);
  margin: 0;
  outline: none;
}
.photo-gallery .owl-carousel .owl-nav .owl-prev:hover, .photo-gallery .owl-carousel .owl-nav .owl-next:hover{
  background: none;
  color: inherit;
  opacity:.6;
}
.photo-gallery .owl-carousel .owl-nav .owl-prev{
  left: 0;
}
.photo-gallery .owl-carousel .owl-nav .owl-next{
  right: 0;
}
.photo-gallery .owl-carousel .owl-nav .owl-prev span, .photo-gallery .owl-carousel .owl-nav .owl-next span{  
  font-size: 0;
  width: 15px;
  height: 15px;
  display: inline-block;
  border: 4px solid;
  border-right: transparent;
  border-bottom: transparent;
}
.photo-gallery .owl-carousel .owl-nav .owl-prev span{
  transform: rotate(-45deg);
}
.photo-gallery .owl-carousel .owl-nav .owl-next span{
  transform: rotate(135deg);
}
.beyond-logo img {
    max-width: 160px;
}

.owner-section{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  /* margin: 2rem 0; */

  
  
}

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

.owner-section-img{
  width: 27rem;
  height: 25rem;
  /* background-color: #4CAF50; */
 
}

.owner-section-img img{
  height: 100%;
  width: 100%;
  border-radius: 2rem;
  box-shadow: 0 4px 8px rgba(8, 0, 0, 0.752);
}

.creative-section{
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
}

.highlighter{
  background-color: #443344;
  color: white;
  padding: 2px;
  border-radius: 10%;
}

.btn-custom {
  background-color: #443344;
  color: white;
  border: none;
  padding: 1rem 1.5rem;
  transition: all 0.5s ease-in-out;
  font-size: larger;
  box-shadow: 0 4px 8px rgba(8, 0, 0, 0.752);
 


}
.btn-custom:hover {
  background-color: #362836;
  color: white;
  transform: scale(1.1);
}

.btn-container{
  width: 100%;
  text-align: center;
}

.blink{
  animation: animate  
  1.5s linear infinite; 
}


@keyframes animate { 
  0% { 
      opacity: 0.3; 
  } 

  50% { 
      opacity: 1; 
  } 

  100% { 
      opacity: 0.3; 
  } 
} 

.dark-bg{
  background-color: rgb(247, 243, 243);
  padding: 1rem;
}