/* testimonials css*/

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap);
.body {
    padding-top: 50px;
    padding-bottom: 50px;
}
.primary-color {
    color: #e77c27;
}
.testimonial-view {
    max-width: 900px;
    /* padding: 50px 15px; */
    margin: 0 auto 0px auto;
    border-radius: 3px;
}
.testimonial-view.top-margin .testimonial-block_user {
    margin-top: -60px;
}
@media (min-width: 900px) {
    .testimonial-view.top-margin .testimonial-block_user {
        margin-top: -100px;
    }
}
.testimonial-view img.left-quote {
    opacity: 0.01;
    width: 20%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    left: 40%;
}
@media (min-width: 900px) {
    .testimonial-view .carousel-control-prev {
        left: -50px;
    }

    .testimonial-view .carousel-control-next {
        right: -50px;
    }

    .testimonial-view .carousel-control-next-icon,
    .testimonial-view .carousel-control-prev-icon {
        width: 40px;
        height: 40px;
    }
}
@media (min-width: 1000px) {
.carousel-control{
  flex: 0 0 auto;
}
}
.section-header,
.testimonial-block_user_info_name {
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}
.section-header:after,
.testimonial-block_user_info_name:after {
    content: "";
    height: 4px;
    width: 100px;
    background-color: #e77c27;
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
}
.testimonial-block {
    padding: 15px;
    margin: 50px 15px;
    background: #fff;
    color: #333;
    -webkit-box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.15);
}
@media (min-width: 900px) {
    .testimonial-block {
        padding-top: 20px;
        padding-left: 40px;
        padding-right: 40px;
        margin: 50px;
    }
}
.testimonial-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-items: center;
}
.testimonial-block .testimonial-block_user {
    margin-bottom: 30px;
    text-align: center;
}
.testimonial-block .testimonial-block_user .testimonial-block_user_image {
    position: relative;
    margin: 0px 0px 0px 0px;
}
.testimonial-block .testimonial-block_user .testimonial-block_user_image img {
    height: 450px;
    width: 350px;
    border: 7px solid #FFDFB8;
    border-radius: 20px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.testimonial-block .testimonial-block_user .testimonial-block_user_info .testimonial-block_user_info_name {
    margin-bottom: 10px;
}
.testimonial-block .testimonial-block_user .testimonial-block_user_info .testimonial-block_user_info_name:after {
    width: 50px;
    left: calc(50% - 25px);
}
.testimonial-block .testimonial-block_content {
    /* text-align: center; */
    font-size: 18px;
}
.top-margin .testimonial-block .row {
    place-items: normal;
}

.login-success{
    display: none;
    color: black;
    background-color: #e7fbe9;
    padding: 15px;
    border-radius: 12px;
}
@media (min-width: 900px) {
  .testimonial-view .carousel-control-prev {
      left: -50px;
  }

  .testimonial-view .carousel-control-next {
      right: -50px;
  }

  .testimonial-view .carousel-control-next-icon,
  .testimonial-view .carousel-control-prev-icon {
      width: 40px;
      height: 40px;
  }
}
.main-red-button-hover a {
  background-color: #ffffff;
  border: 1px solid #e77c27 !important;
  border-radius: 10px;
}
.footer-item .info span i {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background: rgb(255,104,95);
  background: linear-gradient(105deg, rgba(255,104,95,1) 0%, rgba(255,144,104,1) 100%);
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  margin-right: 15px;
}
.item .thumb img{
    height: 550px !important;
}
.ftco-animate {
  opacity: 0;
  visibility: hidden;
  display: flex !important;
}
.img{
    width: 100%;
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    
}
.text-h{
  background-color: #fff0f4;
  margin: 3px;
}
.card{
      box-shadow: 0 0px 9px rgba(0,0,0,0.35),0 5px 5px rgba(0,0,0,.22)!important;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
.errTxt{
  display: none;
  background-color: #ffdddcfa;
  color: red;
  padding: 10px;
  border-radius: 10px;
  font-style: italic;
  font-weight: 600;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.errbox{
  color: red;
  font-size: 14px;
  font-style:normal;
}
.popup{
    background-color: #787a77;
}
.popup-contect{
    background-image: url(/assets/images/popup.jpg);
    background-repeat: no-repeat;
    background-size: 729px 426px;
    padding: 0px; 
}
.popuplgn-contect{
    background-color: white;
    background-repeat: no-repeat;
    background-size: 729px 426px;
    padding: 0px; 
}
.form-popup{
    margin-left: 57px;
    width: 86% !important;
    border-radius: 8px;
    box-shadow: 0 0px 9px rgba(0,0,0,0.35),0 5px 5px rgba(0,0,0,.22)!important;
}
.form-control-box {
  border-top: white;
  border-left: white;
  border-right: white;
  background: transparent;
  box-shadow: none;
  outline: none;
  color: inherit;
  height: 40px
}
.formlgn-control {
  border-bottom: 1pxsolid #dfe7f1 !important;
  box-shadow: none;
  outline: none;
  color: inherit;
  height: 40px
}
.modal-heading{
  font-style:normal;
  text-align:center;
}
.attention-card{
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
  margin-top: 55px;
}
.attention-box img{
  width: 25% !important;
  border-radius: 20px;
}
.attention-box{
    text-align: center;
    padding: 30px;
    align-items: center;
    overflow: hidden;
    background: #fff;
} 
.attention-box h2{
  padding-top: 15px;
  /* text-align:center; */
  font-size: 20px;
}
.row-line{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 22px;
}
.col-lg-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-md-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-6 {
  flex: 0 0 auto;
  width: 25%;
}
.col-8 {
  flex: 0 0 auto;
  width: 33%;
}
.service-card:hover  {
  color: #e77c27!important;
  box-shadow: 0 0px 9px rgba(0,0,0,0.35),0 5px 5px rgba(0,0,0,.22)!important;
}
.login:hover{
  color: #e77c27 !important;
  border-bottom: 1px solid #e77c27 !important;
}
.login:hover::after{
  width: 100%;
}

.login::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #e77c27;
  transition: width 0.35s;
}

.login-btn{
  color: #e77c27 !important;
}
.form-radius{
  border-radius: 1.5rem;
}
.box-shadow{
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.05rem;
  box-shadow: 0 0px 9px rgba(0,0,0,0.35),0 5px 5px rgba(0,0,0,.22)!important;
}
.successtxt{
  color: black;
  background: #c5e8bb;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #b7c0b5; 
}
.icon-align{
  margin-right: 15px;
  font-size: 25px;
}
.signup-img {
  display: table-cell;
  width: auto;
  background: url(../images/img/coach-1.jpg);
  background-size: cover;
}
.errormsg{
  display: none;
  background-color: #ffdddcfa;
  color: red;
  padding: 10px;
  border-radius: 10px;
  font-style: italic;
  font-weight: 600;
}
.calendar{
  border-color: #fff !important;
  box-shadow: 3px 3px 6px rgb(0 0 0 / 20%);
  padding: 20px;
  width: auto !important;
}
.header-btn{   
    padding: 0px 10px;
    background: #e77c27;
    color: #fff !important;
    border-radius: 10px !important;
}
.header-btn:hover{
  background: #0d6efd !important;
  color: #fff !important;
}
.header-btn:active{
  background: #0d6efd !important;
  color: #fff !important;
}

.dropdown-btn:active {
  background-color: #fff !important;
}
.dropdown-btn:hover{
  color: #e77c27 !important;
  /* border-bottom: 1px solid #e77c27 !important; */
}
.dropdown-btn:hover::after{
  width: 100%;
}

.dropdown-btn::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  border-bottom: 1px solid #e77c27 !important;
  background: #e77c27;
  transition: width 0.35s;
}


.custom-popup{
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 50px;
}
@media (min-width: 423px) {
  .booking.btn {
    padding: 0px !important; 
}
}
 /* refund policy css */
.site-main{
  padding: 25px;
}
.entry-content {
  line-height: 1.7;
  word-wrap: break-word;
}
.page-entry-title {
  line-height: 1.2;
}
.enroll-btn{
  background-color: #e77c27 !important;
  border-color: #e77c27;
}
.enroll-btn:hover{
  background-color: #0d6efd !important;
  border-color: #0d6efd;
}
.main-banner .item h3 em {
  color: #0d6efd;
  font-style: normal;
}
.main-banner .item h3 span {
  color: #e77c27;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.animate-on-scroll.animate {
  opacity: 1;
  transform: translateY(0);
}

/* #about {
  opacity: 0;
}

#about .animated{
  opacity: 1;
} */
