@import url("https://fonts.googleapis.com/css?family=Fjalla+One&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:400,600&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro&amp;display=swap");
body {
  background: #fff;
  scroll-snap-type: y manadtory;
  overflow-y: scroll; }

.background-color-0 {
  background-color: transparent !important; }

.btn-colR {
  background-color: #00a0e3;
  border: #00a0e3; }

.btn-colY {
  background-color: #93c444;
  border: #93c444; }

.bg-gray {
  background-color: #fff;
  margin-top: 40px; }

html,
body,
ul,
ol {
  margin: 0;
  padding: 0; }

body {
  font: 16px/26px "Source Sans Pro", sans-serif;
  color: #777;
  /*position: relative;*/ }

.navigation li, .tleft_ul li, .tright_ul li {
  display: inline-block;
  position: relative; }

a:hover {
  text-decoration: none; }

/*
=============================================
	padding top bottom
============================================== 
*/
.padding_10 {
  padding: 10px 0px !important; }

.padding_20 {
  padding: 20px 0px !important; }

.padding_30 {
  padding: 30px 0px !important; }

.padding_40 {
  padding: 40px 0px !important; }

.padding_50 {
  padding: 50px 0px !important; }

.padding_60 {
  padding: 60px 0px !important; }

.padding_70 {
  padding: 70px 0px !important; }

.padding_80 {
  padding: 80px 0px !important; }

/*
=============================================
	padding top 
============================================== 
*/
.padding_t10 {
  padding-top: 10px !important; }

.padding_t20 {
  padding-top: 20px !important; }

.padding_t30 {
  padding-top: 30px !important; }

.padding_t40 {
  padding-top: 40px !important; }

.padding_t50 {
  padding-top: 50px !important; }

.padding_t60 {
  padding-top: 60px !important; }

.padding_t70 {
  padding-top: 70px !important; }

.padding_t80 {
  padding-top: 80px !important; }

/*
=============================================
	padding bottom 
============================================== 
*/
.padding_b10 {
  padding-bottom: 10px !important; }

.padding_b20 {
  padding-bottom: 20px !important; }

.padding_b30 {
  padding-bottom: 30px !important; }

.padding_b40 {
  padding-bottom: 40px !important; }

.padding_b50 {
  padding-bottom: 50px !important; }

.padding_b60 {
  padding-bottom: 60px !important; }

.padding_b70 {
  padding-bottom: 70px !important; }

.padding_b80 {
  padding-bottom: 80px !important; }

/*
=============================================
	Button 
============================================== 
*/
.btnstyle1 {
  border: 1px solid #f9b809;
  line-height: 24px;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  background: #f9b809;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  transition: all 0.3s ease 0s; }

.btnstyle1:hover {
  color: #ffffff; }

/*
=============================================
	Headings 
============================================== 
*/
.heading1 {
  font-size: 36px !important;
  font-weight: 700;
  position: relative; }

.heading_section {
  width: 100%;
  float: left;
  margin-bottom: 20px; }

.heading1 span {
  font-weight: 400;
  font-size: 16px;
  display: block;
  color: #8d8d8d; }

.heading1::before {
  position: absolute;
  content: '';
  background: #f9b809;
  height: 2px;
  width: 120px;
  left: 0%;
  bottom: -10px;
  transform: translate(0%, 0%); }

.heading1::after {
  position: absolute;
  content: '';
  background: #333;
  height: 2px;
  width: 60px;
  left: 0%;
  bottom: -10px;
  transform: translate(0%, 0%); }

.heading_4 {
  color: #283897;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 24px;
  line-height: 37px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: none;
  border-left: 4px solid #fdcd42;
  padding-left: 10px;
  margin-bottom: 10px; }

.page-section-bg {
  background: #f9f9f9; }

.services .service-title {
  font-family: 'Poppins', sans-serif;
  color: #000; }

.services .secvice-item:before {
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 20px;
  line-height: 18px;
  font-family: 'FontAwesome';
  background: #955492;
  background: -moz-linear-gradient(left top, #e883ae 0%, #e883ae 35%, #955492 75%, #955492 100%);
  background: -webkit-linear-gradient(left top, #e883ae 0%, #e883ae 35%, #955492 75%, #955492 100%);
  background: linear-gradient(to right, #e883ae 0%, #e883ae 35%, #955492 75%, #955492 100%);
  border: -moz-linear-gradient(left top, #e883ae 0%, #e883ae 35%, #955492 75%, #955492 100%);
  border: -webkit-linear-gradient(left top, #e883ae 0%, #e883ae 35%, #955492 75%, #955492 100%);
  border: linear-gradient(to right, #e883ae 0%, #e883ae 35%, #955492 75%, #955492 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: initial;
  border: 1px solid #955492;
  border-radius: 50%;
  padding: 5px;
  width: 30px;
  height: 30px; }

.align-center {
  text-align: center; }

.services p {
  padding: 0;
  font-weight: 300;
  letter-spacing: 0.3px; }

.services .secvice-item {
  padding-left: 50px;
  position: relative; }

.heading_services:after {
  content: "";
  display: block;
  margin-top: 10px;
  left: 38%;
  position: relative;
  height: 1px;
  background: #078255;
  text-align: center;
  width: 250px; }

.text_line:before {
  content: "";
  display: block;
  margin-top: 1px;
  margin-bottom: 12px;
  left: 36%;
  position: relative;
  height: 1px;
  background: #078255;
  text-align: center;
  width: 300px; }

.text_line {
  font-size: 25px !important; }

.sec_services h2 {
  font-family: "Fjalla One", arial, sans-serif; }

.happiness {
  background: #fff !important;
  border-radius: 50% !important;
  width: 250px;
  height: 250px;
  position: absolute;
  top: -220px;
  z-index: 99999;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.happiness h2 {
  color: #e4107f;
  margin-top: 74px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 3px 3px 0px rgba(255, 255, 255, 0.5);
  font-family: "Fjalla One", arial, sans-serif; }

.heading2_inner {
  font-size: 32px;
  text-align: center;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  font-family: "Fjalla One", arial, sans-serif;
  font-weight: 400;
  color: #1b1b1b;
  text-transform: uppercase; }

.box_heading_h3 {
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.25;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center; }

.boxdesigncenter p {
  text-align: center; }

.boximage {
  width: 100%;
  margin-bottom: 10px; }

.space20 {
  padding: 20px 0px; }

.headingh5 {
  font-family: "Fjalla One", arial, sans-serif;
  color: #079f7a; }

/*
=============================================
	Navigation Starts from here
============================================== 
*/
@media (min-width: 768px) {
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999; } }
.navigation {
  float: left;
  width: calc(100% - 0px);
  background: rgba(7, 159, 122, 0.7);
  z-index: 100; }

.navigation ul {
  float: right; }

.navigation li a {
  color: #fff;
  display: block;
  font-size: 19px;
  font-weight: 700;
  padding: 13px 22px;
  transition: 0.3s linear;
  font-family: 'Josefin Sans', sans-serif; }

.navigation ul li:hover {
  background-image: url(../images/border_bottom.png);
  background-repeat: repeat-x; }

.navigation ul li:hover a {
  color: #fff; }

.navigation ul li ul {
  border-bottom: 5px solid #fdcd42;
  display: none;
  position: absolute;
  z-index: 9999;
  width: 250px; }

.navigation ul li ul li {
  border-top: 1px solid #444;
  display: block; }

.navigation ul li ul li:first-child {
  border-top: none; }

.navigation ul li ul li a {
  background: rgba(25, 29, 43, 0.8);
  display: block;
  font-size: 16px;
  font-weight: 400 !important;
  padding: 10px 14px;
  font-family: "Source Sans Pro", sans-serif; }

.navigation ul li ul li a:hover {
  background: rgba(7, 159, 122, 0.7); }

.navigation .fa.fa-angle-down {
  margin-left: 6px; }

.navigation .active {
  background-image: url(../images/border_bottom.png);
  background-repeat: repeat-x; }

/*
=============================================
		banner strats from here
============================================== 
*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0; }

.callbacks_container {
  position: relative;
  float: left;
  width: 100%; }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0; }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0; }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  width: 45%;
  left: 15%;
  right: 0;
  bottom: 36%;
  padding: 10px 20px;
  margin: 0;
  max-width: none; }

.caption h2 {
  font-size: 2.1em; }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 99990;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px; }

.callbacks_nav:active {
  opacity: 1.0; }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0; }

.fl0 {
  margin-left: 0px; }

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: .5; }

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none; }

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: .5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1; }

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.html) no-repeat center center; }

.accordion-container {
  position: relative;
  max-width: 100%;
  width: 100%;
  float: left; }

.accordion-container > h2 {
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff; }

.set {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f1f5f7;
  box-shadow: 0 5px 1px -3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 1px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 1px -3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 1px -3px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px; }

.set > a {
  display: block;
  font-size: 18px;
  padding: 18px 30px;
  font-family: "Fjalla One", arial, sans-serif;
  text-decoration: none;
  color: #282828;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.set > a i {
  float: right;
  margin-top: 2px; }

.set > a.active {
  background: linear-gradient(to right, #03826a 0, #025243 100%);
  color: #fff; }

.set .content {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display: none; }

.set .content p {
  padding: 10px 15px;
  margin: 0;
  color: #333; }

.classtime {
  padding: 3px 10px;
  background-color: #e9e9e9;
  margin-left: 10px; }

.set .contents {
  padding: 20px 30px 20px 0px;
  text-align: justify; }

.set .contents p {
  text-align: justify; }

.w100 {
  width: 100%; }

.subheading {
  font-family: "Fjalla One", arial, sans-serif;
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  margin-top: 20px;
  color: #000;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  font-family: "Fjalla One", arial, sans-serif; }

.boxp p {
  margin-bottom: 2px;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 4px;
  line-height: 19px;
  color: #000;
  margin-top: 10px; }

.boxp {
  padding-bottom: 15px;
  padding-top: 15px; }

.boxp img {
  border: 4px solid #dddddd;
  -webkit-box-shadow: 2px 4px 5px -3px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 2px 4px 5px -3px rgba(0, 0, 0, 0.61);
  box-shadow: 2px 4px 5px -3px rgba(0, 0, 0, 0.61); }

/**/
.publicaciones-blog-home {
  padding-bottom: 30px;
  background: url("") no-repeat fixed center center;
  background-size: 100% auto;
  background-color: #f1f1f1;
  margin-top: 4%; }

.publicaciones-blog-home h2 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 44px;
  margin-top: 70px; }

.publicaciones-blog-home h2 b {
  color: #2BBCDE; }

.publicaciones-blog-home .fondo-publicacion-home {
  background: #ffffff;
  border-radius: 3px;
  overflow: hidden;
  height: 400px;
  margin-bottom: 35px;
  display: block;
  color: inherit;
  text-decoration: none;
  position: relative; }

.publicaciones-blog-home .fondo-publicacion-home:hover h3 {
  color: #2BBCDE;
  /*    box-shadow: 0px 4px 3px 3px rgba(0, 0, 0, 0.08);*/ }

.publicaciones-blog-home .fondo-publicacion-home:hover .mascara-enlace-blog-home {
  height: 400px;
  width: 100%;
  color: #aaa;
  background-color: rgba(7, 159, 122, 0.7);
  position: absolute;
  top: 0;
  opacity: 0.95;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s; }

.publicaciones-blog-home .black {
  background: rgba(7, 159, 122, 0.7);
  margin-top: 35px; }

.publicaciones-blog-home .fondo-publicacion-home .img-publicacion-principal-home {
  display: inline-block;
  width: 50%;
  overflow: hidden;
  height: 100%; }

.publicaciones-blog-home .fondo-publicacion-home .img-publicacion-principal-home img {
  height: 100%;
  width: auto; }

.publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding: 0 10px; }

.publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home h3 {
  color: #fff;
  font-family: "Fjalla One", arial, sans-serif;
  text-transform: uppercase;
  font-size: 30px; }

.publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home p {
  color: #ffffff;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300; }

.publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-home {
  padding: 0 10px; }

.publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-home h3 {
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase; }

.publicaciones-blog-home .fondo-publicacion-home .img-publicacion-home {
  overflow: hidden;
  max-height: 180px; }

.mascara-enlace-blog-home {
  height: 400px;
  width: 0%;
  color: #aaa;
  background-color: rgba(7, 159, 122, 0.7);
  position: absolute;
  top: 0;
  font-family: "Source Sans Pro", sans-serif;
  opacity: 0.0;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  text-align: center;
  padding-top: 180px; }

.mascara-enlace-blog-home span {
  text-align: center;
  max-height: 400px;
  border: 1px solid #fff;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 3px;
  color: #fff;
  font-weight: 900;
  font-size: 16px; }

.publicaciones-blog-home .todas-las-publicaciones-home {
  background: #2BBCDE;
  height: 400px;
  width: 100%;
  display: inline-block;
  padding: 20px;
  text-decoration: none;
  border-radius: 3px; }

.publicaciones-blog-home .todas-las-publicaciones-home span {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 26px; }

@media (max-width: 768px) {
  .publicaciones-blog-home h2 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 34px;
    margin-top: 70px; }

  .publicaciones-blog-home .fondo-publicacion-home {
    background: #ffffff;
    border-radius: 3px;
    overflow: hidden;
    height: inherit;
    margin-bottom: 20px;
    display: block;
    color: inherit;
    text-decoration: none;
    position: relative; }

  .publicaciones-blog-home .fondo-publicacion-home .img-publicacion-principal-home {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    height: auto; }

  .publicaciones-blog-home .fondo-publicacion-home .img-publicacion-principal-home img {
    height: auto;
    width: 100%; }

  .publicaciones-blog-home .black {
    background: #fff; }

  .publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 10px; }

  .publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home h3 {
    font-weight: 900;
    color: #333;
    text-transform: uppercase;
    font-size: 20px; }

  .publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home p {
    color: #333;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: 400; }

  .contenido-publicacion-principal-home p b {
    color: #ddd;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: 700 !important; }

  .publicaciones-blog-home .todas-las-publicaciones-home {
    background: #2BBCDE;
    height: 100%;
    width: 100%;
    display: inline-block;
    padding: 20px;
    text-decoration: none;
    border-radius: 3px; } }
.top-section {
  background: #191d2b;
  min-height: 50px;
  width: 100%;
  float: left; }

.tleft_ul {
  float: left; }

.tleft_ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 11px 8px;
  transition: 0.3s linear;
  font-family: "Source Sans Pro", sans-serif; }

.tright_ul {
  float: right;
  background: #1b8f00; }

.tright_ul li {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 12px 15px;
  transition: 0.3s linear;
  font-weight: 700; }

.tright_ul li span {
  font-weight: 400; }

.logo {
  float: left;
  position: absolute;
  z-index: 9;
  font-size: 19px;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 50px;
  padding-left: 12px;
  font-weight: 700; }

.contact-info p {
  font-family: "Source Sans Pro", sans-serif; }

header {
  z-index: 9999; }

.theme-main-menu {
  z-index: 9999;
  position: relative; }

.banner {
  float: left;
  width: 100%;
  margin-top: -52px;
  position: relative;
  z-index: 1;
  height: 70vh;
  overflow: hidden;
  margin-top: -52px; }

.about_home {
  height: 100vh;
  scroll-snap-align: start; }

.form_home {
  z-index: 999;
  width: 350px;
  margin-top: -140px;
  position: relative;
  right: 2%;
  background-color: rgba(45, 62, 80, 0.95);
  padding: 20px;
  min-height: 469px;
  border-radius: 10px; }

.form_home h3 {
  background: url(../images/line2.jpg) left bottom no-repeat rgba(0, 0, 0, 0);
  font-size: 32px;
  line-height: 35px;
  margin-bottom: 0;
  font-weight: 300;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 0px !important; }

.form_home h3 span {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px; }

.font-form {
  padding-top: 10px;
  margin-bottom: 0px;
  color: #fff; }

@media (max-width: 768px) {
  .form_home {
    margin-top: 10px; } }
.bggreen {
  background-color: #46b19d;
  background-image: url(../img/480x338_bg1.jpg); }

.bgpurple {
  background-color: #744974;
  background-image: url(../img/480x338_bg2.jpg); }

.bgpink {
  background-color: #d0769d;
  background-image: url(../img/480x338_bg3.jpg); }

.bgblue {
  background-color: #d0769d;
  background-image: url(../img/480x338_bg4.jpg); }

.boxdesign_home {
  min-height: 250px;
  padding: 40px 20px 10px; }

.box-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 15px;
  background: #fff;
  opacity: .5;
  -webkit-transition: all .45s ease;
  -o-transition: all .45s ease;
  transition: all .45s ease; }

.box-title {
  position: relative;
  padding-left: 20px;
  -webkit-transition: all .45s ease;
  -o-transition: all .45s ease;
  transition: all .45s ease;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px; }

.box-title a {
  color: #fff; }

.box-title a:hover {
  text-decoration: none; }

.btns {
  padding: 5px 15px 4px;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 15px;
  text-transform: uppercase;
  border-radius: 30px;
  background: #cecece;
  color: #333;
  font-weight: normal;
  text-align: center;
  line-height: 26px;
  letter-spacing: 0.8px;
  font-family: "Source Sans Pro", sans-serif; }

.boxdesign_home p {
  color: #FFF; }

.section-title {
  font-family: "Fjalla One", arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: 300;
  color: #ff0096; }

[class*="page-section"] {
  padding: 60px 0;
  position: relative; }

.bg-grey {
  background: #f9f9f9;
  padding: 120px 0; }

.content-element5:not(:last-child) {
  margin-bottom: 50px; }

.content-element5 h3 {
  font-family: 'Poppins', sans-serif;
  color: #333;
  font-weight: normal;
  letter-spacing: -0.1px; }

/*=========================
  Icons
 ================= */
/* footer social icons */
ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0; }

ul.social-network li {
  display: inline;
  margin: 0 5px; }

.ptbsmll {
  padding: 50px 0 30px 0;
  z-index: 99; }

.wpb_wrapper h1 {
  color: #079f7a !important;
  font-family: "Fjalla One", arial, sans-serif;
  font-size: 40px;
  line-height: 37px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 2px; }

.wpb_wrapper h2 {
  color: #1b1b1b;
  font-family: "Fjalla One", arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.125;
  text-transform: none; }

.fitness_course_area {
  display: block;
  overflow: hidden;
  background: url(../img/fitness-course-bg.jpg) no-repeat fixed center 0;
  background-size: cover;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 95px 0 80px; }

.fitness_course_area .fitness_course_row h2 {
  font-family: "Fjalla One", arial, sans-serif;
  color: #fff;
  display: inline-block;
  position: relative; }

.fitness_course_area .fitness_course_row p {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  text-align: center;
  max-width: 660px;
  font-size: 27px;
  display: table;
  line-height: 35px;
  padding: 22px 0 27px;
  margin: 0 auto !important; }

.get_btn {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  width: 225px;
  line-height: 45px;
  background-color: #079f7a !important;
  text-align: center;
  padding: 0;
  display: table;
  margin: 0 auto !important;
  border-radius: 30px; }

.b-0 {
  bottom: 0; }

.bg-shadow {
  background: rgba(76, 76, 76, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
  background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 ); }

.top-indicator {
  right: 0;
  top: 1rem;
  bottom: inherit;
  left: inherit;
  margin-right: 1rem; }

.overflow {
  position: relative;
  overflow: hidden; }

.zoom img {
  transition: all 0.2s linear; }

.zoom:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #1b8f00; }

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; }

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }
@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }
.animate-border.border-white:after {
  border-color: #fff; }

.animate-border.border-yellow:after {
  border-color: #F5B02E; }

.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff; }

.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF; }

.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8; }

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%; }
  50% {
    width: 90%; }
  100% {
    width: 10%; } }
@keyframes primary-long {
  0% {
    width: 80%; }
  50% {
    width: 0%; }
  100% {
    width: 80%; } }
.dk-footer {
  padding: 75px 0 0;
  background-color: #151414;
  position: relative;
  z-index: 2; }

.dk-footer .contact-us {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 80px; }

.dk-footer .contact-us .contact-info {
  margin-left: 50px; }

.dk-footer .contact-us.contact-us-last {
  margin-left: -80px; }

.dk-footer .contact-icon i {
  font-size: 24px;
  top: -15px;
  position: relative;
  color: #1b8f00; }

.dk-footer-box-info {
  position: absolute;
  top: -122px;
  background: #202020;
  padding: 40px;
  z-index: 2; }

.dk-footer-box-info .footer-social-link h3 {
  color: #fff;
  font-size: 24px;
  font-family: "Fjalla One", arial, sans-serif;
  margin-bottom: 25px; }

.dk-footer-box-info .footer-social-link ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.dk-footer-box-info .footer-social-link li {
  display: inline-block; }

.dk-footer-box-info .footer-social-link a i {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: #000;
  margin-right: 5px;
  color: #fff; }

.dk-footer-box-info .footer-social-link a i.fa-facebook {
  background-color: #3B5998; }

.dk-footer-box-info .footer-social-link a i.fa-twitter {
  background-color: #55ACEE; }

.dk-footer-box-info .footer-social-link a i.fa-google-plus {
  background-color: #DD4B39; }

.dk-footer-box-info .footer-social-link a i.fa-linkedin {
  background-color: #0976B4; }

.dk-footer-box-info .footer-social-link a i.fa-instagram {
  background-color: #B7242A; }

.footer-awarad {
  margin-top: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.footer-awarad p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-left: 20px;
  padding-top: 15px;
  font-family: "Source Sans Pro", sans-serif; }

.footer-info-text {
  margin: 26px 0 32px;
  font-family: "Source Sans Pro", sans-serif; }

.footer-left-widget {
  padding-left: 80px; }

.footer-widget .section-heading {
  margin-bottom: 35px; }

.footer-widget h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-family: "Fjalla One", arial, sans-serif; }

.footer-widget ul {
  width: 50%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-widget li {
  margin-bottom: 8px; }

.footer-widget p {
  margin-bottom: 27px;
  font-family: "Source Sans Pro", sans-serif; }

.footer-widget a {
  color: #878787;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Source Sans Pro", sans-serif; }

.footer-widget a:hover {
  color: #007bff; }

.footer-widget:after {
  content: "";
  display: block;
  clear: both; }

.dk-footer-form {
  position: relative; }

.dk-footer-form input[type=email] {
  padding: 14px 28px;
  border-radius: 50px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E; }

.dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
  color: #878787;
  font-size: 14px; }

.dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
  color: #878787;
  font-size: 14px; }

.dk-footer-form button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 24px 12px 17px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 1px solid #1b8f00;
  background: #1b8f00;
  color: #fff; }

.dk-footer-form button:hover {
  cursor: pointer; }

/* ==========================

    Contact

=============================*/
.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contact-icon {
  position: absolute; }

.contact-icon i {
  font-size: 36px;
  top: -5px;
  position: relative;
  color: #007bff; }

.contact-info {
  margin-left: 75px;
  color: #fff; }

.contact-info h3 {
  font-size: 20px;
  color: #fff;
  font-family: "Fjalla One", arial, sans-serif;
  margin-bottom: 0; }

.copyright {
  padding: 28px 0;
  margin-top: 25px;
  background-color: #202020; }

.copyright span,
.copyright a {
  color: #878787;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.copyright a:hover {
  color: #007bff; }

.copyright-menu ul {
  text-align: right;
  margin: 0; }

.copyright-menu li {
  display: inline-block;
  padding-left: 20px; }

.back-to-top {
  position: relative;
  z-index: 2; }

.back-to-top .btn-dark {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #2e2e2e;
  border-color: #2e2e2e;
  display: none;
  z-index: 999;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.back-to-top .btn-dark:hover {
  cursor: pointer;
  background: #FA6742;
  border-color: #FA6742; }

/* CSS Document */
.social-icons-ql {
  padding-top: 0px; }

.social-icons-ql li {
  list-style: none;
  float: left;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #000;
  text-align: center;
  margin: 5px 5px; }

.social-icons-ql li:nth-child(1) {
  width: 35px;
  height: 35px;
  line-height: 37px;
  margin: 6px 5px;
  background: #34558E; }

.social-icons-ql li:nth-child(2) {
  background: #25B8E6; }

.social-icons-ql li:nth-child(3) {
  background: #007ab5; }

.social-icons-ql li:nth-child(4) {
  background: #DC4A38; }

.social-icons-ql li:nth-child(5) {
  background: #CC2028; }

.social-icons-ql li:nth-child(6) {
  background: #E05929; }

.social-icons-ql li:nth-child(7) {
  background: #EB4924; }

.social-icons-ql li i {
  color: #fff;
  font-size: 16px; }

.demo {
  background: #f8f7f6; }

#testimonial-slider {
  padding: 50px 20px 35px 20px;
  background: rgba(255, 255, 255, 0);
  text-align: center;
  /*box-shadow: 0 0 115px 19px rgba(236, 236, 236, 1);*/ }

.testimonial .description {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  text-indent: 30px;
  position: relative;
  font-family: "Source Sans Pro", sans-serif; }

.testimonial .description:before {
  content: "\f10d";
  font-family: 'FontAwesome';
  font-weight: 900;
  position: absolute;
  top: 0;
  left: -15px; }

.testimonial .title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  font-family: "Fjalla One", arial, sans-serif;
  text-transform: capitalize;
  margin: 0; }

.testimonial .post {
  display: block;
  font-size: 15px;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif; }

.owl-buttons {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 40%;
  left: 0; }

.owl-prev,
.owl-next {
  position: absolute;
  left: 0;
  transition: all 0.4s ease-in-out 0s; }

.owl-next {
  left: auto;
  right: 0; }

.owl-buttons .owl-prev:before,
.owl-buttons .owl-next:before {
  content: "\f104";
  font-family: 'FontAwesome';
  font-weight: 900;
  font-size: 60px;
  font-weight: 900;
  color: #cacaca;
  line-height: 20px;
  opacity: 0.8; }

.owl-buttons .owl-next:before {
  content: "\f105"; }

.owl-buttons .owl-prev:hover:before,
.owl-buttons .owl-next:hover:before {
  opacity: 1; }

.owl-theme .owl-controls .owl-buttons div {
  background: transparent; }

.owl-theme .owl-controls {
  margin-top: 40px; }

.owl-theme .owl-controls .owl-page span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 4px solid #ccc;
  background: url("../img/img-1.jpg") no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in-out 0s; }

.owl-theme .owl-controls .owl-page:nth-child(2) span {
  background: url("../img/img-2.jpg") no-repeat;
  background-size: cover; }

.owl-theme .owl-controls .owl-page:nth-child(3) span {
  background: url("../img/img-3.jpg") no-repeat;
  background-size: cover; }

.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 0.5; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active:hover span {
  border-color: #d133ff;
  opacity: 1; }

@media only screen and (max-width: 479px) {
  .owl-buttons {
    bottom: 30%; } }
/*******************************  $Trainers  *******************************/
.trainers h2 {
  color: #211d1e;
  font-size: 2.3em;
  font-weight: 400;
  font-family: "Fjalla One", arial, sans-serif;
  margin-bottom: 30px; }

.trainers {
  margin: 30px 0 30px; }

.trainers-home-item {
  display: inline-block;
  margin: 20px 0; }

.trainers-home-item:hover figcaption i {
  color: rgba(255, 255, 255, 0.5); }

.trainers-home-item:hover figcaption span {
  color: rgba(255, 255, 255, 0.5); }

.trainers-home-item figcaption {
  background-color: #333;
  padding: 20px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.trainers-home-item figcaption h4 {
  color: #fff;
  font-size: 1.3em;
  margin: 0 0 5px 0;
  font-family: "Fjalla One", arial, sans-serif;
  text-transform: uppercase; }

.icon-user:before {
  content: "\f007";
  font-family: 'FontAwesome'; }

.trainers-home-item figcaption i {
  background-color: #333;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 1.3em;
  height: 55px;
  line-height: 51px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -20px;
  font-style: normal;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 55px; }

.trainers-home-item figcaption span {
  display: block;
  color: #a2a2a2;
  font-family: "Source Sans Pro", sans-serif; }

.trainers-mini {
  margin: 0 -10px; }

.trainers-mini-item {
  float: left;
  margin: 20px 10px;
  min-height: 100px;
  padding: 0 0 0 110px;
  position: relative;
  width: 265px; }

.trainers-mini-item h4 {
  font-weight: 700;
  margin: 0 0 5px 0;
  text-transform: uppercase; }

.trainers-mini-item figure {
  left: 0;
  position: absolute;
  top: 0;
  width: 100px; }

.trainers-mini-item .social {
  float: left; }

.trainers-mini-item .social li a {
  color: #000;
  line-height: 30px;
  padding: 0; }

.trainers-item {
  border: 1px solid #e1e1e1;
  display: block;
  margin: 0 0 30px 0;
  padding: 0 0 20px 0; }

.trainers-item.image-hover figure {
  margin: 0;
  width: 100%; }

.trainers-item h3 {
  font-size: 1.3em;
  margin: 15px 0 5px 0;
  text-align: center; }

.trainers-item h3 a {
  color: #000; }

.trainers-item p {
  text-align: center; }

.trainers-item .social {
  float: none;
  text-align: center; }

.trainers-item .social a {
  color: #000;
  line-height: 30px;
  padding: 0; }

.trainers-single .social {
  float: left; }

.trainers-single .social li a {
  color: #000;
  line-height: 30px;
  padding: 0; }

.trainers-single .row {
  margin-bottom: 50px; }

.progress-bar-title {
  font-size: 1.1em; }

.btn.btn-all {
  background-color: #999;
  color: #fff;
  float: right;
  margin-top: 5px;
  font-family: "Source Sans Pro", sans-serif; }

/*img {
    width: 100%;
}*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 99999; }

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../img/logo.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */ }

/*breadcrumb*/
.page-title {
  text-align: center;
  padding: 9rem 0 5.5rem 0;
  box-shadow: inset 0px -2px 3px 0px rgba(0, 0, 0, 0.03);
  margin-bottom: 3.5rem;
  background-size: cover;
  background-repeat: no-repeat; }

.breadcrumb-item a {
  color: #fff; }

.page-title h1 {
  margin-bottom: 0;
  letter-spacing: 1px;
  font-size: 2.5rem;
  line-height: 1;
  font-family: "Fjalla One", arial, sans-serif; }

.breadcrumb {
  background: transparent;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  padding-left: 0px;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center; }

.breadcrumb-item.active {
  color: #dedede;
  font-family: "Source Sans Pro", sans-serif; }

.page-title .breadcrumb {
  text-align: inherit;
  font-family: "Source Sans Pro", sans-serif; }

.breadcrumb-item {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 1px; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }

.breadcrumb-item {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 1px; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #fff;
  content: "/"; }

/*breadcrumb*/
/*===================================*
  13. START ELEMENT DESIGN
*===================================*/
.box_shadow4 {
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1); }

.icon_box {
  margin-bottom: 0px;
  padding: 20px;
  position: relative; }

.icon_box_style1,
.icon_box_style2 {
  background-color: #fff; }

.icon_box_style1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0px;
  width: 0px;
  opacity: 0;
  visibility: hidden;
  border-top: 2px solid #F32B56;
  border-left: 2px solid #F32B56;
  transition: all 0.5s ease-in-out; }

.icon_box_style1::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 0px;
  width: 0px;
  opacity: 0;
  visibility: hidden;
  border-right: 2px solid #F32B56;
  border-bottom: 2px solid #F32B56;
  transition: all 0.5s ease-in-out; }

.icon_box_style1:hover:before,
.icon_box_style1:hover:after {
  height: 30px;
  width: 30px;
  opacity: 1;
  visibility: visible; }

.icon_box_style2 .box_icon {
  float: left;
  margin-right: 15px; }

.icon_box_style2 .intro_desc {
  overflow: hidden; }

.icon_box.icon_box_style3 {
  position: relative;
  text-align: center;
  padding: 0; }

.icon_box_style3 .box_icon {
  border-radius: 100%;
  background-color: #fff;
  display: table;
  margin: 0 auto 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center; }

.icon_box_style3:hover .box_icon {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.box_icon {
  margin-bottom: 15px; }

.icon_box i {
  font-size: 30px;
  display: block;
  color: #1f927e; }

.heading_s1, .heading_s2 {
  margin-bottom: 0px;
  position: relative; }

.btn-white, .sub_heading, .text_default, .btn-outline-default {
  color: #F32B56 !important; }

.sub_heading {
  color: rgba(7, 159, 122, 0.7) !important;
  padding-bottom: 10px;
  display: block;
  font-size: 32px;
  padding-top: 12px;
  text-transform: capitalize; }

.heading_s1 h2, .heading_s2 h2, .heading_s3 h2 {
  font-size: 40px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700; }

.intro_desc h5 {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  color: #000;
  font-weight: 700; }

.heading_sinner p {
  margin-bottom: .5rem; }

.white {
  color: #fff !important; }

.mt {
  float: left;
  margin-top: -20px;
  padding-top: 20px; }

.bg-blue-ui {
  background-color: #708198 !important; }

figure img {
  width: 300px; }

#blogCarousel {
  padding-bottom: 100px; }

.blog .carousel-indicators {
  left: 0;
  bottom: -210px;
  height: 50%; }

/* The colour of the indicators */
.blog .carousel-indicators li {
  background: #708198;
  border-radius: 50%;
  width: 20px !important;
  height: 0px !important; }

.blog .carousel-indicators .active {
  background: #0fc9af; }

.item-carousel-blog-block {
  outline: medium none;
  padding: 15px; }

.item-box-blog {
  border: 1px solid #dadada;
  text-align: center;
  z-index: 4;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff !important; }

.item-box-blog-image {
  position: relative; }

.item-box-blog-image figure img {
  width: 100%;
  height: auto; }

.item-box-blog-date {
  position: absolute;
  z-index: 5;
  display: none;
  padding: 3px 10px;
  font-family: 'Poppins', sans-serif;
  top: -12px;
  right: 8px;
  font-size: 11px !important;
  background-color: #41cb52; }

.item-box-blog-date span {
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1.2; }

.item-box-blog-date span.mon {
  font-size: 15px; }

.item-box-blog-date span.day {
  font-size: 16px; }

.item-box-blog-body {
  padding: 10px; }

.item-heading-blog a h5 {
  margin: 0;
  line-height: 1;
  text-decoration: none;
  transition: color 0.3s; }

.item-box-blog-heading a {
  text-decoration: none; }

.item-box-blog-data p {
  font-size: 13px; }

.item-box-blog-data p i {
  font-size: 12px; }

.item-box-blog-text {
  max-height: 210px;
  overflow: hidden; }

.mt-10 {
  float: left;
  margin-top: -10px;
  padding-top: 10px; }

.btn.bg-blue-ui.white.read {
  cursor: pointer;
  padding: 4px 20px;
  float: left;
  border-radius: 0px !important;
  margin-top: 10px; }

.btn.bg-blue-ui.white.read:hover {
  box-shadow: 0px 5px 15px inset #4d5f77; }

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover; }

.item-box-blog-heading a {
  color: #000;
  font-size: 16px !important;
  font-family: 'Josefin Sans', sans-serif; }

.section-pre-title {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 1px;
  padding-left: 60px; }

.section-pre-title:before {
  content: '';
  left: 0;
  top: 50%;
  background: #baa5ba;
  height: 1px;
  width: 40px;
  position: absolute;
  display: block; }

.content-element4 {
  margin-bottom: 30px; }

.section-title2 {
  font-size: 38px;
  line-height: 40px;
  color: #fff;
  font-weight: 700 !important;
  margin-bottom: 10px;
  letter-spacing: -0.1px;
  font-family: 'Poppins', sans-serif; }

.list {
  list-style-type: none;
  margin-bottom: 10px; }

.list li {
  font-weight: 400 !important;
  font-family: 'Poppins', sans-serif;
  color: #777; }

.list li:before {
  content: "\f101";
  color: #079f7a;
  font-family: 'FontAwesome'; }

.colg h5 {
  color: #0b765c !important; }

.colg {
  color: #0b765c !important; }

.colg p {
  color: #000 !important; }

.btn-style_new {
  background-color: #f32b56;
  color: #fff;
  padding: 5px 10px; }

.boxcen {
  width: 85%;
  margin: 0 auto !important;
  padding-bottom: 80px;
  padding-top: 50px; }

.about_home2 {
  background: #f7f7f7;
  padding: 0px 0px 0px 0px !important;
  max-height: 420px;
  background-repeat: no-repeat;
  background-position: right center; }

.bg1s {
  background-color: #161616;
  width: 50%;
  float: left;
  padding-left: 9%;
  min-height: 420px;
  padding-right: 40px;
  padding-top: 32px; }

.bg2s {
  background-image: url(../images/1bg.jpg);
  width: 50%;
  float: left;
  min-height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.bg3s {
  background-color: #f2f2f2;
  width: 50%;
  float: left;
  padding-left: 9%;
  min-height: 420px;
  padding-right: 40px;
  padding-top: 32px; }

.bg3ss {
  background-color: #f2f2f2;
  width: 50%;
  float: left;
  padding-left: 3%;
  min-height: 420px;
  padding-right: 40px;
  padding-top: 32px; }

.bg4s {
  background-image: url(../images/2bg.jpg);
  width: 50%;
  float: left;
  min-height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.bg5s {
  background-image: url(../images/3bg.jpg);
  width: 50%;
  float: left;
  min-height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.bg6s {
  background-image: url(../images/4bg.jpg);
  width: 50%;
  float: left;
  min-height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.colpink {
  color: #f11286; }

.border_top_bottom {
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede; }

.border_bottom {
  border-bottom: 1px solid #dedede; }

.border_right {
  border-right: 1px solid #dedede; }

.about_home2 h4 {
  font-size: 28px;
  color: #f7f7f7;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  overflow-wrap: break-word; }

.space20 {
  float: left;
  width: 100%;
  height: 30px;
  padding: 0px !important; }

.about_home2 p {
  font-size: 16px;
  color: #a4a4a4;
  font-family: "Source Sans Pro", sans-serif; }

.about_inner2 p {
  font-size: 16px;
  color: black !important;
  font-family: "Source Sans Pro", sans-serif; }

.ul_services {
  margin-left: 0px;
  margin-top: 15px;
  list-style-type: none; }

.ul_services li {
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif; }

.ul_services li:before {
  content: "\f101";
  color: #fc00a1;
  font-family: 'FontAwesome';
  margin-right: 8px; }

.bgc {
  background-image: url(../images/1s.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.bgc:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  width: 100%;
  height: 88vh;
  display: block;
  position: absolute; }

.classtime {
  padding: 3px 10px;
  background-color: #e9e9e9;
  margin-left: 10px; }

.song {
  margin-left: 15px;
  list-style-type: none; }

.song b {
  color: #035f4e !important;
  width: 10px;
  margin-right: 5px;
  display: -webkit-inline-box; }

.song li {
  color: #000; }

.get-in-touch {
  max-width: 800px;
  margin: 50px auto;
  position: relative; }

.get-in-touch .title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 3.2em;
  line-height: 48px;
  padding-bottom: 48px;
  color: #5543ca;
  background: #5543ca;
  background: -moz-linear-gradient(left, #f4524d 0%, #5543ca 100%) !important;
  background: -webkit-linear-gradient(left, #f4524d 0%, #5543ca 100%) !important;
  background: linear-gradient(to right, #f4524d 0%, #5543ca 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important; }

.contact-form .form-field {
  position: relative;
  margin: 32px 0; }

.contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 2px 0;
  border-color: #025243;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400; }

.contact-form .input-text:focus {
  outline: none; }

.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
  -webkit-transform: translateY(-24px);
  transform: translateY(-24px); }

.contact-form .label {
  position: absolute;
  left: 20px;
  bottom: 11px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
  cursor: text;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out,  -webkit-transform .2s ease-in-out; }

.contact-form .submit-btn {
  display: inline-block;
  background-color: #000;
  background-image: linear-gradient(125deg, #0a7763, #025243);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  padding: 8px 16px;
  border: none;
  width: 200px;
  cursor: pointer; }

.innerpage p {
  font-family: "Source Sans Pro", sans-serif; }

.modal-title {
  font-family: "Fjalla One", arial, sans-serif; }

.highlights {
  background-color: #f2f2f2;
  padding: 20px;
  font-size: 18px; }

.modal-title {
  font-size: 32px;
  text-align: center;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  font-family: "Fjalla One", arial, sans-serif;
  font-weight: 400 !important;
  color: #000;
  text-transform: uppercase; }

.modal {
  z-index: 99999; }

.modal-body {
  font-family: "Source Sans Pro", sans-serif;
  z-index: 99999; }

.modal-dialog {
  max-width: 650px; }

.modal-content p {
  font-family: "Source Sans Pro", sans-serif; }

.modal-content b {
  text-transform: uppercase;
  color: #079f7a; }

.btn-center {
  display: table;
  margin: 0 auto;
  background: #05a589;
  color: #fff;
  padding: .20rem .75rem !important; }

.btn-center:hover {
  background: #00806a;
  color: #fff; }

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #fff; }

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none; }

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s; }

.tab button:hover {
  background-color: rgba(7, 159, 122, 0.7);
  color: #fff !important; }

.tab .tablinks {
  font-size: 18px;
  color: #1f927e !important; }

.tab .active {
  background-color: rgba(7, 159, 122, 0.7);
  color: #fff !important;
  font-size: 18px; }

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none; }

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%; }

td, th {
  border: 1px solid #dddddd;
  padding: 8px;
  text-align: center; }

/*Change color to gray*/
tr:nth-child(even) {
  background-color: #dddddd; }

.actived a {
  color: green; }

.actived a:hover {
  font-weight: bold; }

.deactivated a {
  color: red; }

.deactivated a:hover {
  font-weight: bold; }

.available {
  color: green; }

.disable {
  color: red;
  font-weight: bold; }

.intraining {
  color: blue;
  font-weight: bold; }

.vacation {
  font-weight: bold; }

.wpb_wrapper h3 {
  color: #1b1b1b;
  font-size: 20px; }

/*# sourceMappingURL=theme.css.map */
