/* Base style */
  /* @import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Source+Sans+Pro:wght@600;700&display=swap'); */
  @import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@400;500;600;700&family=Didact+Gothic&display=swap');
body {
  /* font-family: 'Lato', sans-serif; */
  font-family: 'Didact Gothic', sans-serif!important;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #707070;
  /* color: #000000; */
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /* font-family: 'Source Sans Pro', sans-serif; */
  font-family: 'Cormorant', serif !important;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:focus,
a:hover {
  text-decoration: none;
}

.btn,
.btn:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0);
}

button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-control:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
/* ----slider start ---- */
.primary-color{
  /* background-color:#014d4f !important; */
  background-color:#e6ecec !important;
}
.secondary-color{
  /* background-color: #DDAF43; */
  background-color: #a65519;
}
.tertiary-color{
  background-color: #b88f32;
}
.border-md-radius{
  border-radius: 10px;
}
.slider-bg{
  background: url(../images/slider.png)  top center no-repeat;
  height: 656px;
  background-size: cover;
}
/* .primary-text{
  color:#014d4f;
} */
.secondary-text{
  color: #000;
}
.big-heading{
  font-size: 70px;
  font-weight: 500;
  line-height: 61px;
  margin-bottom: 30px;
}
.btn-lg{
  padding: 3px 10px;
  border-radius: 6px;
}
.btn-width{
  height: 40px;
  min-width: 184px;
}
.slider-bg p{
  margin-bottom: 30px;
}
/* ----testimonial block --- */
.testimonial-block{
  background: url(https://wellpower.webwizardsusa.com/wp-content/themes/buddyboss-theme-child/assets/images/testimonial-bg.png) top center no-repeat ;
  position: relative;
  height: 100%;
  background-size: cover;
}
.section-padding{
  padding: 80px 0;
}
.overlay{
 position: absolute;
 width: 100%;
 top: 0;
 left: 0;
 height: 100%;
background:#b88f32c2;
}
.main-heading{
font-size: 42px;
font-weight: 600;
line-height: 53px;
}
.testimonial-box{
  padding: 32px;
  position: relative;
}
.profile-icon img{
  height: 70px;
  width: 70px !important;
  object-fit: cover;
  border: 3px solid #a65519;
}
.profile-icon h4{
font-size: 30px;
font-weight: 600;
line-height: 38px;
}
.review-start i{
  color: #DDAF43;
  margin-right: 3px;
}

.testimonial-block .owl-carousel .owl-dots.disabled{
  display: block;

}
.testimonial-block .owl-theme .owl-dots .owl-dot.active span{
  background: #FFFFFF !important;
  width: 20px;
}
.testimonial-block .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #646464 !important;
}
.testimonial-block .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 70px;
}
.quote{
  position: absolute;
  bottom: 30px;
  right: 30px;
}
/* .owl-theme .owl-dots .owl-dot:hover span */
.management-bg{
  background: url(https://wellpower.webwizardsusa.com/wp-content/themes/buddyboss-theme-child/assets/images/management-bg.png) top center no-repeat;
  position: relative;
  background-size: cover;
}
.management-bg .overlay{
  position: absolute;
  top: 0;
  left: 0;
  background: #a65519;
  opacity: 0.8;
}
.card-img-bg{
 height: 100px;
 width: 100px;
}
.card-img-bg img{
   width: 44px;
}
.management-bg .card{
  padding: 35px 40px;
}
.small-heading{
font-size: 35px;
font-weight: 600;
line-height: 44px;
}
.primary-footer{
background: url(https://wellpower.webwizardsusa.com/wp-content/themes/buddyboss-theme-child/assets/images/footer-bg.png) no-repeat top center;
background-size: cover;
padding: 50px 0 20px 0;
}
footer .h5,
footer li a{
  color: #FFFFFF;
}
footer li:last-child{
  margin-bottom: 45px !important;
}
.social-icons i{
  color: #ffffff;
  font-size: 20px;
}
.social-icons a{
  height: 40px;
  width:40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icons{
  display: flex;
}
/* .management-bg .secondary-color:hover{
  background: #024D4F;

} */
.slider-bg .bg-body:hover{
  color: #ffffff  ;
  background: #DDAF43 !important;

}
.slider-bg .secondary-color:hover{
background-color: #b88f32;
/* color: #024D4F !important; */
}
.slider-bg .tertiary-color:hover{
  background-color: #a65519;
}
.primary-footer li:hover a{
  color: #b88f32 !important;
}
.social-icons a:hover i{
  color: #fff;
}
.nav-item{
  padding: .5rem 1.5rem !important;
}
.nav-link {
  color: #707070;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  
}
.nav-link.active{
  color:#024D4F ;
border-bottom: 2px solid #024D4F ;
}
.nav-link:hover{
  color:#024D4F ;
border-bottom: 2px solid #024D4F ;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0;
  padding-left:0;
}


.hero-banner .big-heading{
  line-height: 70px;
  /* margin-bottom: 35px; */
}
.hero-banner .hero-banner-info{
  font-size: 26px;
  line-height: 35px;
  /* margin-bottom: 55px; */
  color: #000;
  font-family: Cormorant, serif;
}


.management-bg .card:hover a.tertiary-color{
  background-color: #a65519;
}