@font-face {
  font-family: 'Reman';
  src: url('/fonts/Reman.ttf');
}
@font-face {
  font-family: 'Visual Hollow Script';
  src: url('/fonts/Visual Hollow Script.ttf');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
  margin: 0;
  font-size: 18px;
  overflow-x: hidden;
}

/* ****************************************** */
/* ****************************************** */
/* | company clients */
/* ****************************************** */

.client-logo {
  margin: 7px;
  width: 150px;
  height: auto;
}

/* ****************************************** */
/* ****************************************** */
/* | hero slide */
/* ****************************************** */
.mySlides {
  display: none;
  height: 95vh;
  background-color: rgba(0, 0, 0, 0.808);
  
}
.main-logo {
  width: 250px;
  padding-top: 55%;
}
/* Slideshow container */
.slideshow-container {
  width: 100%;
  height: 95vh;
  position: relative;
  margin: auto;
}
.mySlides img {
  /* vertical-align: middle; */
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: opacity(80%);
}
/* Caption text */
.text {
  color: #f2f2f2;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 60%;
  margin: 17% 7% 7% 20%;
  text-align: center;
}
.text2 {
  color: #f2f2f2;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 60%;
  margin: 12% 7% 15% 20%;
  text-align: center;
}

.text2 p {
  margin: 20px 20px 50px 0px;
}
.text p {
  margin: 20px 20px 50px 0px;
  text-shadow: 1px 1px 2px #222222;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
  user-select: none;
  background-color: rgba(24, 24, 24, 0.329);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.director{
  font-family: 'Visual Hollow Script';
  font-size: 50px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: rgba(26, 26, 26, 0.397);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* .active, */
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
/* ****************************************** */

/* ****************************************** */
/* | Slider of testimonial */
/* ****************************************** */
@import url(https://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext);

/* * {
  margin:0;
  padding:0;
} */

.slider {
  height: auto;
  padding: 20px;
  color: #575757;
  position: relative;
   background-color: white;
}

.wrapper {
  width: 100%;
  height: 100%;

}

/* slide module wrapper */
.testimonial {
  top: 10%;
  /* background-color: white; */
  /* transform: translateY(-20%); */
}

.testimonial .testimonial-ul {
  height: 300px;
  list-style: none;
  margin: 0 auto;
  width: 50%;
  position: relative;
  /*border-top:5px solid #ffffff;*/
  border-bottom: 5px solid #575757;
  overflow: hidden;
}

/* slides */
.testimonial-slide {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}

.testimonial-slide.active {
  z-index: 2;
  opacity: 1;
  transition: opacity 1s ease-in-out;
  -webkit-backface-visibility: hidden;
}

/******* text  ***/
.testimonial p {
  font-family: 'lato';
  text-align: center;
  font-size: 18px;
  padding: 15px 0;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

/******* quotes  ***/
.testimonial:before {
  content: '\201C';
  display: block;
  font-size: 150px;
  line-height: 0;
  text-align: center;
  position: absolute;
  left: 0;
  top: 35px;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}

.top-left {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 5px;
  width: 44%;
  background: #575757;
  margin-right: 10px;
}

.top-right {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 5px;
  width: 44%;
  background: #575757;
  margin-left: 10px;
}

/********* dots */
.dots-wrapper {
  margin-top: 20px;
  width: 100%;
  display: inline-block;
  list-style: none;
  text-align: center;
}

.dots-wrapper li {
  position: relative;
  width: 14px;
  height: 14px;
  background: #131313;
  border-radius: 100%;
  display: inline-block;
  margin-right: 7px;
  cursor: pointer;
  overflow: hidden;
}

.dots-wrapper li:last-child {
  margin-right: 0;
}

.dots-wrapper li:hover {
  background: #bdc3c7;
}

.dots-wrapper li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #646464;
  top: 0;
  left: 0;
  /*opacity:0;
  transition: all .15s ease-in-out;*/
  /*zoom in*/
  /*
  transform:scale(0);
  transition:all .3s ease-in-out;
  */
  /*slide up*/
  transform: translateY(15px);
  transition: all 0.1s ease-out;
  -webkit-backface-visibility: hidden;
}

.dots-wrapper li.active:after {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  /*opacity:1;*/
  /*zoom in*/
  /*transform:scale(1);*/
  /*slide up*/
  transform: translateY(0px);
}

/******* transitions */
.js-reset-left {
  left: auto;
}

.testimonial-slide.left {
  left: -100%;
  right: auto;
}

.testimonial-slide.right {
  right: -100%;
  left: auto;
}

.transition .testimonial-slide.left {
  left: 0%;
}
.transition .testimonial-slide.right {
  right: 0%;
}

.transition .testimonial-slide.shift-right {
  right: 100%;
  left: auto;
}
.transition .testimonial-slide.shift-left {
  left: 100%;
  right: auto;
}

.transition .testimonial-slide {
  transition-property: right, left, margin;
}

/********* media queries ******/

/***** mobile */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .testimonial p {
    font-size: 0.8em;
  }
  .testimonial .testimonial-ul {
    width: 93%;
  }
  .top-left {
    width: 30%;
  }
  .top-right {
    width: 30%;
  }
  .map {
    padding: 15px;
    width: 100%;
  }
  .form-container {
    padding: 15px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #ffff;
  }
  .testimonial .testimonial-ul {
    height: 380px;
    list-style: none;
    margin: 0 auto;
    width: 100%;
    position: relative;
    /*border-top:5px solid #ffffff;*/
    border-bottom: 5px solid #575757;
    overflow: hidden;
  }
}

/***** tablet */
@media only screen and (min-width: 481px) and (max-width: 1024px) {
  .testimonial p {
    font-size: 1.2em;
  }
  .testimonial .testimonial-ul {
    width: 80%;
  }
  .top-left {
    width: 40%;
  }
  .top-right {
    width: 40%;
  }
  .testimonial:before {
    font-size: 150px;
  }
  .map {
    padding: 15px;
    width: 50%;
  }
  .form-container {
    padding: 15px;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    background-color: #ffff;
  }
  .text {
    color: #f2f2f2;
    padding: 8px 12px;
    position: absolute;
    /* bottom: 8px; */
    width: 60%;
    /* margin: 17% 0% 15% 20%; */
    text-align: center;
  }
}
/* ****************************************** */

/* ****************************************** */
/* | Common*/
/* ****************************************** */

.border-line{
border-bottom: 2px solid #117e5a;
}

:root {
  --prgc-main: #117e5a;
  --prgc-arrow: #117e5a;
  --prgc-arrow2: rgb(128, 128, 128);
  --prgc-line: rgb(128 128 128 / 30%);
}

h1 {
  font-size: 45px;
    line-height: 38px;
    font-weight: 400;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.623);
}
h1 span {
  font-family: 'Reman';
  font-size: 60px;
  margin: 20px 0px 0px -95px;

}

h2 {
  font-size: 35px;
  margin: 20px 20px 20px 00px;
}
h3 {
  font-size: 25px;
}
.overlay {
  width: 100%;
  height: 85vh;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  position: absolute;
  top: 0;
}

.left-align {
  text-align: left;
}
.container {
  width: 100%;
  padding: 20px;
}
.container80 {
  width: 80%;
}
.container90 {
  width: 90%;
  /* background-color: aqua; */
}
.col-2 {
  width: 50%;
  padding: 10px;
}
.col-2 img {
  width: 100%;
  height: auto;
}
.col-2 ul li {
  margin-left: 2rem;
}
.col-3 {
  width: 33%;
  padding: 10px;
}
.col-4 {
  width: 25%;
  padding: 10px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row {
  display: flex;
  flex-wrap: wrap;
}

.space {
  margin-top: 1rem;
}

.row2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.y-video {
  width: 320px;
  height: 225px;
  margin: 10px;
}

.fitness h4 {
  margin-bottom: -10px;
}
.justify {
  display: flex;
  justify-content: space-evenly;
}
.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.centered-text {
  text-align: center;
}
.breaker {
  margin-top: 3rem;
}
.std-btn {
  text-decoration: none;
  padding: 10px;
  margin-top: 100px;
  border-radius: 2px;
  color: white;
  background-color: var(--prgc-arrow);
}

/* !back to top  */

.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 80px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--prgc-line);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  content: '🡡';
  text-align: center;
  line-height: 46px;
  color: var(--prgc-main);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::after {
  opacity: 0;
}
.progress-wrap::before {
  position: absolute;
  content: '🡡';
  text-align: center;
  line-height: 46px;
  opacity: 0;
  background-image: linear-gradient(
    298deg,
    var(--prgc-arrow),
    var(--prgc-arrow2)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--prgc-main);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
/* !back to top End  */
/* ****************************************** */

/* ****************************************** */
/*  | Index */
/* ****************************************** */
.service-card {
  width: 180px;
  margin: 10px;
  border-radius: 5px;
  box-shadow: 0px 2px 2px #1c1c1d33;
  padding-bottom: 5px;
  transition: ease-in-out 0.2s;
}

.service-card:hover {
  box-shadow: 0px 3px 4px #13141852;
}

.service-card img {
  width: 100%;
  height: auto;
  border-radius: 5px 5px 0px 0px;
}


.event-body{
    width: 100%;
    /* height: 100vh; */
    display: flex;
    flex-wrap: wrap;
    justify-content:space-evenly;
    align-items: center;

}

.event-card{
    height: 300px;
    width: 340px;
     margin: 20px;
    color: white;
    background-image: url("https://images.unsplash.com/flagged/photo-1559717865-a99cac1c95d8?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1502&q=80");
    background-size: cover;
    display: flex;
  position: relative;
    cursor: pointer;
    text-align: center;
}

.overlay-it{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(31, 31, 31, 0.85);
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease;
}

.overlay-it *{
    transform: translateY(-70%);
    transition: all 0.3s ease;
    opacity: 0;
}

.overlay-it h2{
    font-size: 35px;
    margin: 15px;
    font-weight: 700;
}

.overlay-it h3{
    font-size: 23px;
    text-transform: uppercase;
}

.event-card:hover .overlay-it{
    opacity: 1;
}

.event-card:hover .overlay-it *{
    opacity: 1;
    transform: translateY(0);
}

/* ****************************************** */
/* ****************************************** */
/* | About Us */
/* ****************************************** */
.about-banner {
  background-image: url('/img/finance.png');
}
.intro {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.description {
  min-height: 200px;
  width: 100%;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.description2 {
  width: 95%;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #3b3b3b;
}
.description p {
  margin-top: 20px;
  color: #3b3b3b;
}
.left {
  width: 50%;
  height: 500px;
  max-width: 450px;
  min-width: 350px;
  background-color: rgb(129, 3, 77);
  border-radius: 8px;
}

.right {
  width: 50%;
  height: 600px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -100px;
  padding: 10px;
}

.side-text {
  color: white;
  font-size: 120px;
  margin: 240px -10px 0px 50px;
  transform: rotate(-90deg);
}
.right img {
  height: 100%;
  min-width: 350px;
  box-shadow: 3px 5px 8px rgba(87, 87, 87, 0.685);
}
/* ****************** */
.left2 {
  width: 60%;
  height: 450px;
  background: url('https://images.pexels.com/photos/3094230/pexels-photo-3094230.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1') no-repeat center / cover;
  border-radius: 8px;
}

.right2 {
  width: 45%;
  height: auto;
  background-color: #f7f7f7;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  margin-left: -150px;
  padding: 30px;
  color: rgb(39, 39, 39);
  box-shadow: 1px 2px 8px #777;
}
.right2 p {
  color: #3b3b3b;
  margin: 20px 0px 20px;
}

.about-anita {
  width: 100%;
  min-height: 515px;
}

/* **************** */

.left3 {
  width: 40%;
  height: 500px;
  background: url('/img/Family_Constellation.jpg') no-repeat center / cover;
  border-radius: 8px;
}

.right3 {
  width: 50%;
  height: auto;
  background-color: #f7f7f7;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  margin-left: -70px;
  padding: 30px;
  color: rgb(39, 39, 39);
  box-shadow: 1px 2px 8px #777;
}
.right3 p {
  color: #3b3b3b;
  margin: 20px 0px 20px;
}
.up4 {
  margin-top: 8%;
}
.up2 {
  margin-top: 2%;
}
.up1 {
  margin-top: 1.5%;
}

.left4 {
  width: 50%;
  height: 480px;
  background: url('https://images.pexels.com/photos/8134006/pexels-photo-8134006.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1') no-repeat center / cover;
  border-radius: 8px;
}

.right4 {
  width: 45%;
  height: auto;
  background-color: #f7f7f7;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  margin-left: -150px;
  padding: 35px;
  color: rgba(39, 39, 39, 0.822);
  box-shadow: 1px 2px 8px #777;
}

.right4 p {
  color: #3b3b3b;
  margin: 20px 0px 20px;
}

.left5 img {
  width: 100%;
  min-height: 440px;
  max-height: 540px;
  border-radius: 8px;
}

.right5 {
  width: 50%;
  height: auto;
  max-height: 450px;
  background-color: #f7f7f7;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  margin-left: -180px;
  padding: 30px;
  color: rgb(39, 39, 39);
  box-shadow: 1px 2px 8px #777;
}

.right5 p {
  color: #3b3b3b;
  margin: 20px 0px 20px;
}

.background {
  height: 85vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* ****************************************** */
/********************************************************/
/* | Fitness page */
/********************************************************/

.card-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-evenly;
  -webkit-justify-content: center;
}

.card--4 .card__img,
.card--4 .card__img--hover {
  background-image: url('https://images.pexels.com/photos/5439469/pexels-photo-5439469.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
}

.card--5 .card__img,
.card--5 .card__img--hover {
  background-image: url('https://images.pexels.com/photos/8134073/pexels-photo-8134073.jpeg?auto=compress&cs=tinysrgb&w=600&lazy=load');
}

.card--6 .card__img,
.card--6 .card__img--hover {
  background-image: url('https://images.pexels.com/photos/7691721/pexels-photo-7691721.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
}

.card--7 .card__img,
.card--7 .card__img--hover {
  background-image: url('https://images.pexels.com/photos/5685977/pexels-photo-5685977.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
}

.card--8 .card__img,
.card--8 .card__img--hover {
  background-image: url('/img/Core.jpg');
}

.card--9 .card__img,
.card--9 .card__img--hover {
  background-image: url('/img/Yoga.jpg');
}
/* ************************** */
/* zumba pole & areal */

.card--1 .card__img,
.card--1 .card__img--hover {
  background-image: url('https://images.pexels.com/photos/810775/pexels-photo-810775.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
}

.card--2 .card__img,
.card--2 .card__img--hover {
  background-image: url('https://images.pexels.com/photos/3758056/pexels-photo-3758056.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
}

.card--3 .card__img,
.card--3 .card__img--hover {
  background-image: url('https://images.pexels.com/photos/3759657/pexels-photo-3759657.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
}

/* ************************** */
.card__like {
  width: 18px;
}

.card__clock {
  width: 15px;
  vertical-align: middle;
  fill: #ad7d52;
}
.card__time {
  font-size: 12px;
  color: #ad7d52;
  vertical-align: middle;
  margin-left: 5px;
}

.card__clock-info {
  float: right;
}

.card__img {
  visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 130px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.card__info-hover {
  position: absolute;
  padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0;
}

.card__img--hover {
  transition: 0.2s all ease-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 130px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  top: 0;
}
.mini-card {
  margin: 8px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #fff;
  min-width: 180px;
  height: 190px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.1);
}
.mini-card:hover {
  box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
  transform: scale(1.1, 1.1);
}

.card__info {
  z-index: 2;
  background-color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 5px 5px 14px 20px;
  transition: 0.3s ease-in-out;
}

.card__category {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #868686;
}

.card__by {
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.card__author {
  font-weight: 600;
  text-decoration: none;
  color: #ad7d52;
}

.mini-card:hover .card__img--hover {
  height: 100%;
  opacity: 0.3;
}

.mini-card:hover .card__info {
  background-color: transparent;
  position: relative;
  margin-top: -30px;
  transition: 0.3s ease-in-out;
}

.mini-card:hover .card__info-hover {
  opacity: 1;
}
/********************************************************/
/* | Contact Page */
/* ****************************************** */
/* ! Contact Page */
/* ! Contact Page */
.contact-container h2 {
  text-align: center;
  margin-top: 4rem;
}
.contact-wrapper {
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
}
.form-container {
  padding: 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: #ffff;
}
.map {
  padding: 15px;
  width: 100%;
}
.company-map {
  width: 100%;
  height: 480px;
}

form {
  width: 70%;
  padding: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form-container .single-form {
  position: relative;
  margin-bottom: 25px;
  width: 100%;
}
.form-container .single-form input,
.form-container .single-form textarea {
  width: 100%;
  padding: 10px;
  outline: none;
  border: 0.11px solid grey;
  border-radius: 4px;
}

.form-container .single-form input:focus + label,
.form-container .single-form input:valid + label,
.form-container .single-form textarea:focus + label,
.form-container .single-form textarea:valid + label {
  color: var(--prgc-main);
  font-size: 0.9rem;
  font-weight: bold;
  top: -10px;
}

.form-container .single-form input:focus + label:after,
.form-container .single-form input:valid + label:after,
.form-container .single-form textarea:focus + label:after,
.form-container .single-form textarea:valid + label:after {
  content: ':';
}
.form-container .single-form textarea {
  height: 120px;
}

.form-container label {
  position: absolute;
  top: 12px;
  left: 10px;
  color: #777;
  font-size: 0.9rem;
  background: #fff;
  transition: ease-in-out 0.2s;
}

input[id='submit'] {
  position: relative;
  padding: 8px 16px;
  background: var(--prgc-main);
  border: none;
  outline: none;
  border-radius: 2px;
  cursor: pointer;
  margin-top: 1.5rem;
}
input[id='submit']:active {
  position: relative;
  padding: 8px 16px;
  background: var(--prgc-main);
  border: none;
  outline: none;
  border-radius: 2px;
  cursor: pointer;
}

button[id='submit'] {
  position: relative;
  padding: 8px 16px;
  background: var(--prgc-main);
  border: none;
  outline: none;
  border-radius: 2px;
  cursor: pointer;
  margin-top: 1.5rem;
}
button[id='submit']:active {
  position: relative;
  padding: 8px 16px;
  background: var(--prgc-main);
  border: none;
  outline: none;
  border-radius: 2px;
  cursor: pointer;
}
.btn__text {
  font: bold;
  color: white;
  transition: all 0.2s;
}
.file-upload {
  background-color: F5F5F5;
  border: 0.11px solid rgb(161, 161, 161);
  border-radius: 4px;
  margin: -0.5px;
  width: 100%;
  color: black;
}
.form-control {
  color: black;
  width: 100%;
  border: 0.11px solid grey;
}

.alert {
  width: 100%;
  text-align: center;
  padding: 10px;
  background: var(--prgc-main);
  color: white;
  margin-bottom: 10px;
  display: none;
}
/* ! contact Page End*/
/*! form container*/

.contactForm .col-lg-2 {
  width: 50%;
  padding: 25px;
}

.contactForm {
  padding-top: 6.625rem;
  padding-bottom: 5.625rem;
  background-color: #fbfbfb;
  /* z-index: -10; */
  position: relative;
  z-index: 10;
}

.contactForm h2 {
  margin-bottom: 1.375rem;
}

a {
  color: #787976;
  text-decoration: underline;
}

.form-group {
  position: relative;
  margin-bottom: 1.25rem;
}
.contactForm .list-unstyled {
  margin-bottom: 2.25rem;
  font-size: 1rem;
  line-height: 1.625rem;
}

.form-group.has-error.has-danger {
  margin-bottom: 0.625rem;
}

.form-group.has-error.has-danger .help-block.with-errors ul {
  margin-top: 0.375rem;
}

.label-control {
  position: absolute;
  top: 0.8125rem;
  left: 1.375rem;
  color: #787976;
  opacity: 1;
  font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
  cursor: text;
  transition: all 0.2s ease;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .label-control {
    top: 0.9375rem;
  }
}

.form-control-input:focus + .label-control,
.form-control-input.notEmpty + .label-control,
.form-control-textarea:focus + .label-control,
.form-control-textarea.notEmpty + .label-control {
  top: 0.125rem;
  opacity: 1;
  font-size: 0.75rem;
  font-weight: 500;
}

.form-control-input,
.form-control-select {
  display: block; /* needed for proper display of the label in Firefox, IE, Edge */
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.3125rem;
  border: 1px solid #dadada;
  border-radius: 0.25rem;
  background-color: #fff;
  color: #787976;
  font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
  transition: all 0.2s;
  -webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
  /* z-index: -10; */
}

.form-control-select {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  height: 3rem;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .form-control-input {
    padding-top: 1.25rem;
    padding-bottom: 0.75rem;
    line-height: 1.75rem;
  }

  .form-control-select {
    padding-top: 0.875rem;
    padding-bottom: 0.75rem;
    height: 3.125rem;
    line-height: 2.125rem;
  }
}

select {
  /* you should keep these first rules in place to maintain cross-browser behavior */
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url("../images/down-arrow.png");
  background-position: 96% 50%;
  background-repeat: no-repeat;
  outline: none;
}

select::-ms-expand {
  display: none; /* removes the ugly default down arrow on select form field in IE11 */
}

.form-control-textarea {
  display: block; /* used to eliminate a bottom gap difference between Chrome and IE/FF */
  width: 100%;
  height: 8rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
  padding-top: 1.25rem;
  padding-left: 1.3125rem;
  border: 1px solid #dadada;
  border-radius: 0.25rem;
  background-color: #fff;
  color: #787976;
  font: 400 1rem/1.5625rem "Open Sans", sans-serif;
  transition: all 0.2s;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
  border: 1px solid #a1a1a1;
  outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
  border: 1px solid #a1a1a1;
}

.checkbox {
  font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
}

input[type="checkbox"] {
  vertical-align: -15%;
  margin-right: 0.375rem;
}

/* IE10+ hack to raise checkbox field position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  input[type="checkbox"] {
    vertical-align: -9%;
  }
}

.form-control-submit-button {
  display: inline-block;
  width: 100%;
  height: 3.125rem;
  border: 0.125rem solid var(--prgc-main);
  border-radius: 0.25rem;
  background-color: var(--prgc-main);
  color: #fff;
  font: 700 0.75rem/1.75rem "Montserrat", sans-serif;
  cursor: pointer;
  transition: all 0.2s;
}

.form-control-submit-button:hover {
  background-color: transparent;
  color: var(--prgc-main);
}

/* Form Success And Error Message Formatting */

#msgSubmit.h3.text-center.tada.animated,
#msgSubmit.h3.text-center {
  display: block;
  margin-bottom: 0;
  color: var(--text-color);
  font: 400 1.125rem/1rem "Open Sans", sans-serif;
}

.help-block.with-errors .list-unstyled {
  color: #787976;
  font-size: 0.75rem;
  line-height: 1.125rem;
  text-align: left;
}
.text-center {
  text-align: center !important;
}

[hidden] {
  display: none !important;
}

.help-block.with-errors ul {
  margin-bottom: 0;
}
/* end of form success and error message formatting */

/* Form Success And Error Message Animation - Animate.css */
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* end of form success and error message animation - Animate.css */

/**********************/

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 700px) {
  .column {
    float: left;
    width: 100%;
    margin-top: 6px;
    padding: 20px;
    font-family: "Itim", cursive;
  }
  .deckA {
    width: 100%;
    text-align: center;
  }
  .deckB {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
  }
  .decks {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    margin: 4%;
  }
  .addy {
    width: 90%;
    margin: 1%;
  }
  .map {
    width: 100%;
    height: 100%;
  }
}
/* @media screen and (min-width: 700px) {} */
/* @media screen and (min-width: 700px) {} */


/* ****************************************** */
/* ****************************************** */
/* ****************************************** */

.mid-section {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.section {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.section p {
  color: #3b3b3b;
}
.col-2 p {
  color: #3b3b3b;
  margin-top: 15px;
}
/********************************************************/
/* | Footer */
/********************************************************/
.foot-border {
  border-bottom: 3px solid var(--prgc-main);
  width: 100%;
  margin-bottom: 2px;
  margin-top: 4rem;
}

footer {
  background-color: rgb(37, 37, 37);
  padding: 2rem 0 2rem 0;
  color: white;
}

footer .row,
.col-3 .row {
  justify-content: space-evenly;
  text-align: center;
}

footer ul li {
  list-style: none;
  line-height: 23px;
}

.justify {
  justify-content: space-evenly;
}

footer ul li a {
  text-decoration: none;
  color: #adadad;
}

footer ul li a:hover {
  text-decoration: none;
  text-shadow: 1px 2px 2px black;
}

.developer {
  margin: 20px 0 10px 0;
}

.developer a {
  text-decoration: none;
  color: white;
}

.developer a:hover {
  text-decoration: none;
  color: white;
  text-shadow: 1px 2px 2px black;
}

.col-3 ul li a img {
  height: 40px;
}
.col-3 h3 {
  margin-bottom: 1rem;
  font-weight: 300;
}
.col-3 ul li a:hover {
  color: var(--prgc-arrow);
  transition: ease-in-out 0.2s;
}
.developer p a:hover {
  color: var(--prgc-main);
  transition: ease-in-out 0.2s;
}

/* !fOOTER eND */
/********************************************************/
/* On smaller screens, decrease text size */
/* @media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
} */

@media only screen and (max-width: 760px) {
  body {
    margin: 0;
    overflow-x: hidden;
  }
  h1 {
    font-size: 30px;
  }

  .mySlides {
    display: none;
    height: 50vh;
    background-color: black;
  }

  /* Slideshow container */
  .slideshow-container {
    width: 100%;
    height: 50vh;
    position: relative;
    margin: auto;
  }

  .text {
    color: #f2f2f2;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 95%;
    margin: 5% 0% 7% 5%;
    /* text-align: center; */
  }
  .container80 {
    width: 100%;
    padding: 5px;
  }
  .container90 {
    width: 100%;
    padding: 5px;
  }
  .description {
    min-height: 200px;
    width: 100%;
    margin-top: 8px;
    align-items: center;
    justify-content: center;
    /* background-color: aquamarine; */
    padding: 5px;
  }
  .intro {
    flex-direction: column;
  }
  .left {
    width: 100%;
    height: 400px;
    background: url('/img/Pattern.png') no-repeat center / cover;
    border-radius: 8px;
  }

  .right {
    width: 100%;
    height: auto;
    /* background: url('') no-repeat center / cover; */
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    margin-top: -450px;
    padding: 10px;
  }

  .right img {
    height: 100%;
    max-width: 355px;
    min-width: 350px;
    box-shadow: 3px 5px 8px rgba(87, 87, 87, 0.685);
  }
  .side-text {
    color: white;
    font-size: 120px;
    margin: 230px -30px 0px 180px;
    transform: rotate(-90deg);
  }

  .left2 {
    width: 100%;
    height: 350px;
    background: url('/img/Specialised_Kinesiology.jpg') no-repeat center / cover;
    border-radius: 8px;
  }

  .right2 {
    width: 95%;
    height: auto;
    background-color: #f7f7f7;
    border-radius: 8px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    margin: 5px;
    margin-top: -150px;
    padding: 10px;
    color: rgb(39, 39, 39);
    box-shadow: 1px 2px 8px #777;
  }
  .right2 p {
    color: #3b3b3b;
    margin: 20px 0px 20px;
  }
  .left3 {
    width: 100%;
    height: 500px;
    background: url('/img/Family_Constellation.jpg') no-repeat center / cover;
    border-radius: 8px;
  }

  .right3 {
    width: 95%;
    height: auto;
    background-color: #f7f7f7;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    margin: 5px;
    margin-top: -150px;
    padding: 10px;
    color: rgb(39, 39, 39);
    box-shadow: 1px 2px 8px #777;
  }
  .right3 p {
    color: #3b3b3b;
    margin: 20px 0px 20px;
  }
  .left4 {
    width: 100%;
    height: 350px;
    background: url('/img/Specialised_Kinesiology.jpg') no-repeat center / cover;
    border-radius: 8px;
  }

  .right4 {
    width: 95%;
    height: auto;
    background-color: #f7f7f7;
    border-radius: 8px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    margin: 5px;
    margin-top: -150px;
    padding: 10px;
    color: rgb(39, 39, 39);
    box-shadow: 1px 2px 8px #777;
  }
  .left5 {
    width: 100%;
    height: 350px;
    background: url('/img/virtual.png') no-repeat center / cover;
    border-radius: 8px;
  }

  .right5 {
    width: 95%;
    height: auto;
    background-color: #f7f7f7;
    border-radius: 8px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    margin: 5px;
    margin-top: -150px;
    padding: 10px;
    color: rgb(39, 39, 39);
    box-shadow: 1px 2px 8px #777;
  }

  .right2 p {
    color: #3b3b3b;
    margin: 20px 0px 20px;
  }

  .container {
    width: 100%;
    padding: 5px;
  }

  .col-3 {
    width: 100%;
    padding: 5px;
  }
  .col-4 {
    width: 100%;
    padding: 5px;
  }

  .nav .logo {
    width: 300px;
    padding-top: auto;
  }
  .main-logo {
    width: 250px;
    padding-top: 15%;
  }
  .map {
    padding: 15px;
    width: 100%;
  }
  .form-container {
    padding: 15px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #ffff;
  }
}

@media only screen and (max-width: 1250px) {
  .col-2 {
    width: 100%;
    max-width: 734px;
    padding: 5px;
  }
}
@media only screen and (min-width: 1920px) {
  .side-text {
    color: white;
    font-size: 120px;
    margin: 230px -10px 0px 180px;
    transform: rotate(-90deg);
  }
}

.mid-section {
  max-width: 1600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.float-logo {
  position: fixed;
  /* margin: bottom -5px; */
  width: 140px;
  max-height: 80px;
  bottom: 140px;
  right: 0px;
  background-color: #fff;
  border-radius: 30px 0px 0px 30px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
}

.my-logo {
  width: 100%;
  margin-top: -0px;
}
