/* From http://codex.wordpress.org/CSS */
@font-face {
  font-family: "Helvetica Now Display";
  src: local("Helvetica Now Display Regular"),
    local("Helvetica-Now-Display-Regular"),
    url("../fonts/HelveticaNowDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Now Display Extra";
  src: local("Helvetica Now Display Ext Blk"),
    local("Helvetica-Now-Display-Ext-Blk"),
    url("../fonts/HelveticaNowDisplay-ExtBlk.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

:root{
  --blue:     #063478;
  --gold:     #063478;
}


body {
  font-family: "Helvetica Now Display";
}

.relative {
  position: relative;
}

.families-carousel {
  margin-left: -12px;
  margin-right: -12px;
}

.family-slide {
  padding: 0 12px;
}

.family-slide img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

@media (min-width: 1280px) {
  .family-slide img {
    height: 312px;
  }
}

.families-carousel-prev,
.families-carousel-next {
  position: absolute;
  top: calc(50% - 17px);
}

.families-carousel-prev {
  left: -40px;
}

.families-carousel-next {
  right: -40px;
}

/*#navbar { width:70%; } */
#navbar .col-sm-12 {
  height: 25px;
  text-align: right;
}

#navbar .top-text {
  border-bottom: 1px solid #ffffff82;
}

.navbar-brand a {
  opacity: 0.9 !important;
}

#navbar .top-menu ul li:not(:last-child) {
  border-right: 2px solid #ffffff82;
}

#navbar .top-menu ul li {
  margin-top: 2px;
  padding-left: 15px;
}

.top-text p {
  text-align: right;
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Helvetica Now Display";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
}

.top-text {
  text-transform: uppercase;
}

a {
  font-size: 14px !important;
  text-transform: uppercase;
  color: #fff !important;
  font-family: "Helvetica Now Display";
  letter-spacing: 2px;
  text-decoration: none !important;
}

.navbar-brand img {
  height: auto !important;
  padding-right: 60px;
}

header p {
  color: #fff;
}

header {
  height: 900px !important;
  background-repeat: no-repeat;
  background-size: 100%;
}

#training {
  background-repeat: no-repeat;
  background-size: 100%;
}

#navbar ul {
  display: inline-flex;
  list-style: none;
  padding-left: 0;
  padding-top: 10px;
}

h1 {
  color: #fff;

  font-family: "Helvetica Now Display";
  font-style: normal;
  font-weight: 800;
  font-size: 56px !important;
  line-height: 63px !important;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold !important;
  letter-spacing: 2px;
}

.btn-primary {
  border: 1px solid #000 !important;
  padding: 15px !important;
  border-radius: 0 !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    #25292c !important;
}

.btn-primary:hover,
.wpcf7-submit:hover {
  /*color: #000 !important;
    border: 1px solid #000 !important;
    background: #fff !important; */
}

.btn-white:hover {
  /*	color: #fff !important;
    border: 1px solid #000 !important;
    background: #000 !important;*/
}

p {
  font-family: "Helvetica Now Display";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
}

.sub-title {
  text-align: center;
  font-family: "Helvetica Now Display";
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 33px;
  margin-top: 50px;
}

header {
  position: relative;
}

header .header-info {
  position: absolute;
  bottom: 260px;
  z-index: 1;
}

h2 {
  color: #fff;
  text-align: center;
  font-family: "Helvetica Now Display Extra";
  font-style: normal;
  font-weight: 900 !important;
  font-size: 60px !important;
  line-height: 65px !important;
  text-transform: uppercase;
}

h1 span {
  text-shadow: none;
}

h2 span {
  text-shadow: none;
  font-style: normal;
  font-weight: 900 !important;
  font-size: 60px !important;
  line-height: 65px !important;
  color: var(--blue);
  text-transform: uppercase;
}

#benefit {
  background-color: #f9f4f4;
}

#benefit p {
  text-align: center;
  color: #000;
}

#owner p {
  text-align: left;
  color: #000;
}

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

#main {
  margin-top: 0 !important;
}

section h1,
section h2 {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
}

#owner h2,
.middle-text h2 {
  text-align: left;
}

#owner h2 span,
.middle-text h2 span {
  display: block;
}

h1 span,
h2 span,
h3 span,
h4 span {
  -webkit-text-stroke-width: 0px;
  color: var(--blue);
  letter-spacing: 2px;
}

h1,
h2,
h3,
h4 {
  letter-spacing: 2px;
}

.btn-white {
  background-color: #fff !important;
  color: #000 !important;
  padding: 15px !important;
  border-radius: 0 !important;
  border: 1px solid #000 !important;
  margin-left: 30px;
}

.about h3 {
  writing-mode: tb-rl;
  /* -webkit-transform: rotate(90deg); */
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(180deg);
  white-space: nowrap;
  font-family: "Helvetica Now Display Extra";
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 88px;

  align-items: center;
  border-left: 2px solid #a19e9e;
  text-transform: uppercase;
  padding: 30px 0;
}

.about {
  padding-top: 0px;
}

.about .row {
  align-items: center;
}

.about .about-text-box {
  z-index: 9999;
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 40px;
  margin-left: -30px;
}

.about .col-sm-2 {
  padding-top: 50px;
  padding-left: 50px;
}

.about img {
  margin-left: -50px;
  z-index: -1;
}

.about.inverted {
}
.about.inverted .container {
}
.about.inverted .row {
  flex-direction: row-reverse;
  padding-bottom: 0;
}
.about.inverted img {
  margin-left: 50px;
  z-index: -1;
}
.about.inverted h3 {
  transform: rotate(360deg);

  margin: 0 50px 8px 10px;
  font-size: 60px;
}
.about.inverted .about-text-box {
  text-align: right;
}
@media (max-width: 1400px) and (min-width: 1025px) {
  .about.inverted .about-text-box {
    width: 43.666%;
    margin-left: -3%;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.about.inverted .col-sm-2 {
  padding-top: 50px;
  padding-left: 12px;
  padding-right: 50px;
}
@media (max-width: 1024px) {
  .about.inverted .col-sm-2 {
    padding-top: 0;
  }
  .about h3 {
    padding: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .about.inverted .about-text-box {
    width: 100%;
    text-align: left;
    padding-top: 0;
    margin-left: 0;
  }
  .about.inverted img {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .about.inverted h3 {
    font-size: 24px;
    line-height: 40px;
  }
}

#star h2 span {
  font-size: 40px !important;
  display: block;
  line-height: 20px !important;
}

#star img {
  width: 100%;
}

#star h2 {
  text-align: left;
  font-size: 40px !important;
}

#star .container {
  border-top: 1px solid #000;
  padding-top: 20px;
}

.image-box {
  padding: 10px;
  background: #ffffff;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
}
.image-box figure {
  position: relative;
  margin: 0;
  width: 100%;
  height: 0;
  padding-top: 95%;
}
.image-box figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-title-box {
  padding: 15px;
  text-align: center;
  font-family: "Helvetica Now Display";
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
  color: #333333;

  margin: 0 auto;
}

#families h2 {
  text-align: left;
}

#families .only-border {
  height: 120px;
  border-bottom: 5px solid var(--blue);
}

.img-padd {
  padding-bottom: 20px;
}

#class_schedule h2 {
  font-size: 40px !important;
  text-align: left;
}

#class_schedule .col-sm-2 {
  text-align: right;
  /* vertical-align: middle; */
  padding-top: 20px;
}

#class_schedule p {
  font-size: 18px;
  font-style: italic;
}

#class_schedule h2 span {
  display: block;
  font-size: 40px !important;
  text-align: left;
  line-height: 40px !important;
}

#hear_what_he_said p {
  color: #808080;
}

#hear_what_he_said h3 {
  color: var(--blue);
  font-family: "Helvetica Now Display Extra";
  font-style: normal;
  font-weight: 900 !important;
  font-size: 36px !important;
  line-height: 65px !important;

  text-align: center !important;
  text-transform: uppercase;
}

#hear_what_he_said .row {
  align-items: center;
}

.play-icon {
  position: relative;
  position: absolute;
  top: 120px;
  left: 250px;
  z-index: 3;
  border-radius: 50px;
}

.video {
  position: relative;
  text-align: center;
}

#training h2 {
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  text-shadow: none;
  font-size: 70px !important;
  letter-spacing: -2px;
}

#training h2 span {
  display: block;
  color: #fff;
}

.wpcf7-form-control {
  margin-bottom: 20px !important;
}

.wpcf7 label {
  width: 100% !important;
}

.wpcf7-form-control {
  width: 100%;
}

#contact_us a {
  color: rgba(69, 69, 69, 0.45) !important;
  padding-left: 28px;
}

.contact-list {
  margin-bottom: 20px;
}

.contact-list span {
  font-size: 20px;
  color: var(--blue);
  letter-spacing: 2px;
  font-weight: bold;
}

.padding-bottom {
  padding-bottom: 50px;
}

.wpcf7-form-control {
  border: 1px solid lightgrey;
  border-radius: 0;
  padding: 10px;
}

.padding-left {
  padding-left: 30px !important;
}

.contact_form_subtitle {
  font-family: "Helvetica Now Display Extra";
  font-style: normal;
  font-weight: 800 !important;
  font-size: 28px !important;
  line-height: 50px !important;
}

.wpcf7-submit {
  padding: 15px !important;
  border-radius: 0 !important;
  border: 1px solid #000 !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    #25292c !important;
  color: #fff;
  text-transform: uppercase;
}

#footer {
  background-color: #25292c !important;
  color: #fff;
  text-align: center;
  padding-top: 40px;
}

#footer ul li:not(:last-child) {
  padding-right: 20px;
}

#footer ul {
  padding-top: 25px;
  padding-left: 0;
  list-style: none;
  display: inline-flex;
}

#footer li a img {
  width: 10px;
}

.copyright {
  border-top: 1px solid #ffffff82;
}

.copyright p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #d3d3d3;
  padding-top: 10px;
}

header {
  width: 100%;
  height: 900px !important;
  max-width: 1920px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
}
.portfolio-container {
}

.portfolio-item .portfolio-img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 71%;
  margin-top: 25px;
}

.portfolio-item.portfolio-item--larger .portfolio-img {
  padding-top: calc(71% + 71% + 25px);
}

.portfolio-item .portfolio-img img {
  margin-top: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1921px) {
  header {
    height: 1050px !important;
    max-width: 2420px;
  }
}

header .top-text p:before {
  content: "";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-size: 20px;
  padding-right: 20px;
  background-image: url(../img/call.svg);
  background-position: left;
  height: 20px;
  background-repeat: no-repeat;
  margin-right: 15px;
}

.btn-primary:before {
  content: "";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-size: 20px;
  padding-right: 20px;
  background-image: url(../img/call.svg);
  background-position: left;
  height: 20px;
  background-repeat: no-repeat;
  margin-right: 15px;
}

.btn-white:before {
  content: "";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-size: 20px;
  padding-right: 20px;
  background-image: url(../img/message.svg);
  background-position: left;
  height: 20px;
  background-repeat: no-repeat;
  margin-right: 15px;
}

.carousel {
  text-align: center;
}

.carousel .fa {
  color: #3568bc;
  font-size: 80px;
}

/**/
#families_slider .fa {
  color: #000;
  font-size: 30px;
  border: 2px solid #000;
  border-radius: 50px;
  height: 36px;
  width: 36px;
}

#families_slider .carousel-control-prev {
  margin-left: -40px;
}

#families_slider .carousel-control-next {
  margin-right: -40px;
}

#families_slider .carousel-control-next {
  justify-content: end;
}

#families_slider .carousel-control-prev {
  justify-content: left;
}

section .row:first-child {
  padding-bottom: 30px;
}

#benefit .carousel-control-next,
#benefit .carousel-control-prev {
  top: 25%;
  opacity: 1;
}

.mobile {
  display: none;
}

.desktop-item {
  display: flex !important;
}

.mobile-item {
  display: none !important;
}

.hear_what_he_said_name_designation {
  font-style: italic;
  color: #808080;
  font-family: "Helvetica Now Display";
  font-size: 20px;
  line-height: 40px;
}

.hear_what_he_said_name {
  color: #808080;
  font-size: 20px;
  line-height: 33px;
  font-family: "Helvetica Now Display";
  font-weight: 700;
}

#training,
#hear_what_he_said {
  display: none;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1 !important;
  top: -40px !important;
}

@media (min-width: 1281px) {
  .navbar-expand-md .navbar-collapse {
    -ms-flex-preferred-size: auto;
    display: block !important;
  }
}

.portfolio-img img {
  margin-top: 25px;
}

#families_slider {
  margin-top: 25px;
}

#training .video iframe {
  width: 600px;
  height: 340px;
}

#hear_what_he_said .video iframe {
  width: 400px;
  height: 240px;
}

textarea {
  resize: none !important;
}

@media (max-width: 1024px) {
  #families_slider .carousel-control-next,
  #families_slider .carousel-control-prev {
    opacity: 1 !important;
    top: -65px !important;
  }

  #families .row:first-child {
    padding-bottom: 0;
  }

  #star h2 span {
    font-size: 40px !important;
    display: unset;
    line-height: 20px !important;
  }

  #star .star-title {
    width: 100%;
    margin-bottom: 15px;
  }

  #star .star-first,
  #star .star-second,
  #star .star-third {
    width: 33.3%;
  }

  .home #owner .container {
    padding: 0;
  }

  #owner .spacingFix .col-sm-7 {
    padding: 30px;
  }

  .about .about-text-box {
    margin-left: 0;
  }

  .navbar-toggler {
    color: rgb(255 255 255) !important;
  }

  .about .container-fluid {
    padding: 30px;
  }

  .about img,
  #benefit img {
    text-align: center;
  }

  .about h3 {
    writing-mode: unset;
    /* -webkit-transform: rotate(90deg); */
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: none;
    white-space: unset;
    font-family: "Helvetica Now Display Extra";
    font-style: normal;

    border-left: 0;
  }

  #owner .col-sm-5,
  #owner .col-sm-7 {
    width: 100%;
  }

  .about .col-sm-5 {
    width: 100%;
  }

  #owner .col-sm-5 {
    text-align: center;
  }

  .about .about-text-box {
    z-index: 9999;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about .col-sm-2 {
    padding-top: 0;
    padding-left: 15px;
    width: 100%;
  }

  #benefit .carousel-control-next,
  #benefit .carousel-control-prev {
    top: 20% !important;
    opacity: 1 !important;
  }

  .navbar-brand img {
    height: auto !important;
    text-align: right;
    padding-left: 207px;
    margin: 0 auto;
  }

  #navbar {
    z-index: 100;
  }

  .navbar-expand-md .navbar-collapse {
    width: 86%;
    position: absolute;
    height: 0;
    margin-top: 100px;
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
  }

  header .header-info {
    position: absolute;
    bottom: 360px;
    z-index: 1;
  }

  h1 {
    color: #fff;
    font-family: "Helvetica Now Display";
    font-style: normal;
    font-weight: 800;
    font-size: 10px !important;
    line-height: 20px !important;
  }

  /*old*/
  #navbar ul {
    display: block;
    list-style: none;
  }

  #navbar ul {
    padding-left: 0;
    padding-top: 40px;
  }

  #navbar .mobile {
    width: 100%;
    margin-left: 10px;
    border-radius: 10px;
  }

  #navbar ul li {
    padding-bottom: 30px;
    padding-left: 20px;
  }

  #navbar ul {
    display: block;
    list-style: none;
  }

  #navbar .col-sm-12 {
    height: 25px;
    text-align: right;
  }

  .about img {
    margin-left: 0;
    z-index: -1;
    width: 100%;
  }

  #training {
    background-repeat: repeat-y;
    background-size: 100%;
  }

  .btn-white {
    background-color: #fff !important;
    color: #000 !important;
    padding: 15px !important;
    border-radius: 0 !important;
    border: 1px solid #000 !important;
    margin-left: 40 !important;
    margin-top: 0px !important;
  }

  #hear_what_he_said .video iframe {
    width: 330px;
    height: 240px;
  }

  .mobile {
    display: unset;
    background-color: #fff;
  }

  .desktop {
    display: none;
  }

  h2 span {
    font-size: 40px !important;
    line-height: 65px !important;
  }

  h2 {
    font-size: 40px !important;
    line-height: 65px !important;
  }

  header .mobile ul li a {
    font-size: 18px !important;
    color: #000 !important;
  }

  .header-info {
    width: 80% !important;
  }

  .navbar-toggler-icon {
    background-image: url(../img/menu.svg) !important;
  }

  .navbar-expand-md .navbar-toggler {
    display: block !important;
  }

  h1 {
    font-size: 30px !important;
    line-height: 50px !important;
  }

  header .header-info {
    position: absolute;
    bottom: 80px;
    z-index: 1;
  }

  header {
    height: 540px !important;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .image-title-box {
    padding: 8px;
    text-align: center;
    font-family: "Helvetica Now Display";
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    color: #333333;
    margin: 0 auto;
    font-size: 12px;
  }

  .contact-map iframe {
    height: 170px;
  }
}

@media (max-width: 575px) {
  #contact_us .padding-left {
    padding-left: 15px !important;
  }

  .wpcf7-submit {
    content: "";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;

    padding-right: 20px !important;
    /* background-image: url(../img/form-submit.svg) !important; */
    background-position: 62% 50% !important;

    background-repeat: no-repeat !important;
  }

  .star-first,
  .star-second,
  .star-third {
    width: 50% !important;
  }

  .star-third {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-title-box {
    padding: 10px;
    font-size: 12px;
  }

  #training {
    background-repeat: repeat-y;
    background-size: 100%;
  }

  .mobile-item img {
    vertical-align: super;
  }

  .btn-white {
    background-color: #fff !important;
    color: #000 !important;
    padding: 15px !important;
    border-radius: 0 !important;
    border: 1px solid #000 !important;
    margin-left: 5px;
  }

  #training .video iframe {
    width: 100%;
    height: 340px;
  }

  #hear_what_he_said .video iframe {
    width: 100%;
    height: 240px;
  }

  .hear_what_he_said_name {
    padding-top: 20px;
    color: #808080;
    font-size: 16px;
    line-height: 33px;
  }

  .hear_what_he_said_name_designation {
    font-style: italic;
    line-height: 33px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .navbar-brand img {
    height: 50px !important;
    text-align: right;
    padding-left: 98px;
    margin: 0 auto;
  }

  .desktop {
    display: none;
  }

  #navbar {
    width: 100%;
    position: absolute;
    height: 0;
    margin-top: 100px;
  }

  #navbar ul li {
    padding-bottom: 8px;
    padding-left: 16px;
  }

  #navbar ul {
    display: block;
    list-style: none;
  }

  .desktop-item {
    display: none !important;
  }

  .mobile-item {
    display: flex !important;
  }

  .mobile {
    display: unset;
    background-color: #fff;
  }

  .mobile .navbar-brand {
    color: #000 !important;
  }

  #navbar {
    z-index: 100;
  }

  header .header-info {
    position: relative;
    bottom: 10px;
    padding-top: 30px;
    margin-bottom: 0;
    margin-top: 50px;
  }

  header {
    height: auto !important;
    background-size: cover;
  }

  h1 {
    font-size: 18px !important;
    line-height: 30px !important;
  }

  .carousel-item img {
    /* display: none; */
    display: block;
    width: 65%;
    margin: 0 auto;
  }

  h2 span {
    font-size: 24px !important;
    line-height: 41px !important;
  }

  h2 {
    font-size: 24px !important;
    line-height: 41px !important;
  }

  #benefit {
    background-color: #fff;
    padding-bottom: 0;

    background-color: #fff;
  }

  .sub-title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 48px;
    margin-top: 0;
  }

  #benefit .carousel-control-next,
  #benefit .carousel-control-prev {
    top: 0;
    opacity: 1;
  }

  section {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 20px;
  }

  section .row:first-child {
    padding-bottom: 15px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }

  #benefit p {
    text-align: center;
    color: #000;
    width: 50%;
    margin: 0 auto;
  }

  #owner .row {
    flex-direction: column-reverse;
  }

  .navbar-toggler-icon {
    background-image: url(../img/menu.svg) !important;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em;
  }

  .navbar-toggler:focus {
    -webkit-box-shadow: 0 !important;
  }

  #owner h2 span {
    display: block;
    font-size: 24px !important;
  }

  #owner h2 {
    font-size: 24px !important;
  }

  #contact_us a {
    font-size: 12px !important;
    padding-left: 0;
  }

  #families_slider .carousel-control-next {
    margin-right: 0;
  }

  #class_schedule .col-sm-2 {
    text-align: center;
    vertical-align: middle;
    padding-top: 20px;
  }

  #families_slider .carousel-control-next {
    justify-content: unset;
  }

  .btn-primary,
  .btn-white {
    padding: 5px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  header .header-info p {
    width: 80%;
  }

  .title-border {
    border-bottom: 3px solid #d3d3d3;
    width: 80%;
    margin-bottom: 15px;
  }

  .about .title-border {
    width: 30%;
  }

  a {
    font-size: 10px !important;
  }

  #owner a {
    font-size: 8px !important;
  }

  .about h3 {
    writing-mode: unset;
    /* -webkit-transform: rotate(90deg); */
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: none;
    white-space: unset;
    font-family: "Helvetica Now Display Extra";
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 40px;
    align-items: center;
    border-left: 0;
  }

  .about .about-text-box {
    z-index: 9999;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-left: 0;
  }

  .about img {
    margin-left: 0px;
    z-index: -1;
  }

  .about {
    padding-top: 0px;
    margin-top: -50px;
  }

  .about .col-sm-2 {
    padding-top: 0;
    padding-left: 15px;
  }

  #star h2 {
    text-align: center;
    font-size: 24px !important;
  }

  #families .only-border {
    height: 25px;
    border-bottom: 5px solid var(--blue);
  }

  #families .col-sm-7,
  #families .col-sm-5 {
    width: 49%;
  }

  #families .col-sm-6,
  #families .col-sm-3 {
    width: 50%;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 0;
  }
  #families :is(.col-sm-6, .col-sm-3) figure {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 90%;
  }
  #families :is(.col-sm-6, .col-sm-3) figure.larger {
    padding-top: calc(180% + 1rem);
  }
  #families :is(.col-sm-6, .col-sm-3) figure img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #families h2 {
    text-align: right;
    line-height: 20px !important;
  }

  #families_slider {
    display: none;
  }

  .play-icon {
    position: relative;
    position: absolute;
    top: 95px;
    left: 160px;
    z-index: 3;
    border-radius: 50px;
  }

  #hear_what_he_said h3 {
    color: var(--blue);
    font-family: "Helvetica Now Display Extra";
    font-style: normal;
    font-weight: 900 !important;
    font-size: 18px !important;
    line-height: 20px !important;
    text-align: center !important;
    text-transform: uppercase;
  }

  .hear_what_he_said_box {
    flex-direction: column-reverse;
  }

  #training h2 {
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
    text-shadow: none;
    font-size: 24px !important;
    letter-spacing: -2px;
    line-height: 24px !important;
  }

  #training .row:first-child {
    padding-bottom: 0px;
  }

  #class_schedule h2 {
    font-size: 24px !important;
    text-align: left;
    line-height: 24px !important;
  }

  #class_schedule p {
    font-size: 15px;
    font-style: italic;
  }

  #class_schedule .col-sm-4 {
    width: 70%;
  }

  #class_schedule .col-sm-2 {
    width: 30%;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
  }

  #class_schedule h2 span {
    display: block;
    font-size: 24px !important;
    text-align: left;
    line-height: 25px !important;
  }

  #owner .col-sm-5 img {
    padding-top: 30px;
  }

  #star h2 span {
    font-size: 24px !important;
    display: unset;
    line-height: 20px !important;
  }

  .navbar-toggler {
    color: rgb(255 255 255) !important;
  }

  #navbar .mobile {
    width: 90%;
    margin-left: 10px;
    border-radius: 10px;
  }

  #star .container {
    border-top: 0px solid #000;
    padding-top: 0;
  }

  #contact_us .row:first-child {
    padding-bottom: 0;
  }
}

@media (max-width: 1401px) {
  .about .col-sm-2 {
    padding-left: 0;
  }
  .about .col-sm-2 h3 {
    margin-left: 14%;
  }
}

@media (max-width: 380px) {
  a {
    font-size: 8px !important;
  }

  .navbar-brand img {
    height: 50px !important;
    text-align: right;
    padding-left: 70px;
    margin: 0 auto;
  }
}

/***/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.bypostauthor {
  font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* single page styles */

.single.single-post #owner .spacingFix .col-12,
.single.single-post .middle-text .col-12 {
  padding: 30px;
}

.single.single-post .middle-text {
  padding-top: 76px;
}

.single.single-post .header-info h1 {
  max-width: 560px;
}

.single.single-post ul li {
  font-size: 20px;
}

.single.single-post .button-group {
  margin-top: 71px;
}

.single.single-post .overlap-card {
  height: 480px;
  display: flex;
  align-items: center;
}

.single.single-post .custom-card-pr {
  padding-right: 50px;
}

.single.single-post .custom-card-pl {
  padding-left: 50px;
}

.single.single-post .custom-card img {
  height: 537px;
  object-fit: cover;
}

.single.single-post section .row:first-child {
  padding-bottom: 0;
}

@media (max-width: 992px) {
  .single.single-post section {
    padding-bottom: 0;
  }
  .single.single-post .middle-text .col-12 {
    padding: 0 15px;
  }
}

@media (max-width: 575px) {
  .single.single-post ul li {
    font-size: 14px;
  }
  .single.single-post .middle-text {
    padding-top: 26px;
  }
  .single.single-post .middle-text .col-12 {
    padding-block: 0;
  }
  .single.single-post #owner h2,
  .single.single-post .middle-text h2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 1430px) {
  .single.single-post .overlap-card {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .single.single-post .custom-card-pr {
    padding-right: 20px;
  }

  .single.single-post .custom-card-pl {
    padding-left: 20px;
  }

  .single.single-post .custom-card img {
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 1200px){
  .navbar-brand img{
    padding-left: 0 !important;
  }
}
body.home .carlson-rebuild-nav .nav-link{
  border-bottom: 2px solid transparent;
}
body.home .carlson-rebuild-nav .nav-link:hover{
  border-color: var(--blue);
}
#navbar .carlson-rebuild-nav .nav-item.dropdown > .dropdown-menu{
  min-width: 220px;
    background: #060a14;
    border: 1px solid #063478;
    padding: 8px 0;
    padding-top: 16px;
    border-radius: 0;
}
#navbar .carlson-rebuild-nav .dropdown-menu li{
  padding-left: 0;
  border: 0 !important;
}
html body .carlson-rebuild-nav .dropdown-item:hover{
  background: #063478 !important;
  color: #FFF !important;
}

@media (min-width: 1281px) {
  .navbar-expand-lg .navbar-collapse {
      -ms-flex-preferred-size: auto;
      display: block !important;
  }
}
@media (min-width: 992px) {
  html body .navbar-expand-lg .navbar-collapse {
      -ms-flex-preferred-size: auto;
      display: block !important;
  }
}

@media(max-width: 1200px){
  .navbar-nav.carlson-rebuild-nav{
    padding-bottom: 20px;
  }
}
body.home .carlson-rebuild-nav .nav-link{
  text-shadow: none !important;
}
#navbar .mobile{
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2) !important;
}

@media (max-width: 575px){
  .navbar-brand img{
    padding-left: 0 !important;
  }
}
body.home .carlson-rebuild-nav .nav-link{
  border-bottom: 2px solid transparent;
}
body.home .carlson-rebuild-nav .nav-link:hover{
  border-color: var(--blue);
}
#navbar .carlson-rebuild-nav .nav-item.dropdown > .dropdown-menu{
  min-width: 220px;
    background: #060a14;
    border: 1px solid #063478;
    padding: 8px 0;
    padding-top: 16px;
    border-radius: 0;
}
#navbar .carlson-rebuild-nav .dropdown-menu li{
  padding-left: 0;
  border: 0 !important;
}
html body .carlson-rebuild-nav .dropdown-item:hover{
  background: #063478 !important;
  color: #FFF !important;
}


/* SECTION IMAGE CONTENT ROW */
.section--image-content-row {
  padding-top: 0;
  margin-top: 50px;
}

.section--image-content-row .row {
  align-items: center;
}

.section--image-content-row .image-content-row--main-title{
  text-align: center;
  margin-bottom: 25px;
}

.section--image-content-row .image-content-row--content-box {
  z-index: 9999;
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 40px;
  margin-left: -30px;
}

.section--image-content-row .image-content-row--side-title {
  padding-top: 0;
  padding-left: 15px;
}

.section--image-content-row img {
  margin-left: -50px;
  z-index: -1;

  width: 100%;
  max-width: 500px;
  aspect-ratio: 1 / 1.1;
  object-fit: cover;
}

.section--image-content-row .image-content-row--main-title h3 {
  font-family: "Helvetica Now Display Extra";
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  line-height: 1.2;
  align-items: center;
  /* border-left: 2px solid #a19e9e; */
  text-transform: uppercase;
  color: var(--blue);
}
.section--image-content-row .image-content-row--main-title h2 span{
  color: var(--blue);
}
.section--image-content-row .image-content-row--main-title h2,
.section--image-content-row h3  
{
  font-family: "Helvetica Now Display Extra";
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.6;
  border-left: 0;
}
.section--image-content-row .image-content-row--side-title h3 {
  writing-mode: unset;
  transform: none;
  white-space: unset;
}

.section--image-content-row .title-border {
  width: 30%;
}

/* Inverted */
.section--image-content-row.inverted .row {
  flex-direction: row-reverse;
  padding-bottom: 0;
}

.section--image-content-row.inverted img {
  margin-left: 50px;
}

.section--image-content-row.inverted h3 {
  transform: rotate(360deg);
  margin: 0 50px 8px 10px;
  font-size: 60px;
}

.section--image-content-row.inverted .image-content-row--content-box {
  text-align: right;
}

.section--image-content-row.inverted .image-content-row--side-title {
  padding-right: 50px;
}

/* Responsive */
@media (max-width: 1401px) {
  .section--image-content-row .image-content-row--side-title {
    padding-left: 0;
  }

  .section--image-content-row .image-content-row--side-title h3 {
    margin-left: 14%;
  }
}

@media (max-width: 1400px) and (min-width: 1025px) {
  .section--image-content-row.inverted .image-content-row--content-box {
    width: 43.666%;
    margin-left: -3%;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  .section--image-content-row :is(h3, h2) {
    margin-left: 0 !important;
    margin-right: 0 !important;

    font-size: 24px !important;
    line-height: 1.4 !important;
    margin: 0;
  }

  .section--image-content-row.inverted .image-content-row--side-title {
    padding-top: 0;
  }

  .section--image-content-row.inverted .image-content-row--content-box,
  .section--image-content-row .image-content-row--content-box {
    width: 100%;
    text-align: left;
    padding-top: 0;
    margin-left: 0;
  }

  .section--image-content-row.inverted img {
    margin: 0;
  }
  .section--image-content-row .image-content-row--content-box,
  .section--image-content-row img{
    margin-left: 0;
  }

  .section--image-content-row{
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  
}



.kr-numbered-list {
  padding-left: 0;
}

.kr-numbered-list li {
}
.kr-numbered-list li::before{
  color: var(--blue) !important;
}
html body .kr-check-list{
  padding-left: 0;
}
html body .kr-check-list li{
  font-family: "Helvetica Now Display";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
}

button.forminator-button{
  background: var(--blue) !important;
}
button.forminator-button:hover{
  background: #25292c !important;
}
@media (max-width: 1024px){
  body.home #main{
    margin-top: 50px !important;
  }
  .section--image-content-row .image-content-row--content-box{
    padding-bottom: 20px;
  }
}
@media (max-width: 767px){
  html body .kr-check-list li{
    font-size: 14px !important;
  }
  html body .kr-numbered-list li{
    font-size: 14px !important;
  }
  
  section {
      padding-top: 10px;
      padding-bottom: 10px;
      margin-top: 10px;
  }
  
  .section--image-content-row.inverted h3 {
    font-size: 24px;
    line-height: 1.6;
  }
}

html body .kr-numbered-list li{
  display: block;
  padding-left: 52px;
  position: relative;
}
html body .kr-numbered-list li::before{

  left: 0;
  top: 45%;
  transform: translateY(-50%);
  position: absolute;
}
@media (max-width: 767px){

  html body .kr-numbered-list li{
    padding-left: 42px;
  }
  
}

section#owner{
  overflow: hidden;
}

section#owner img.img-fluid{
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  object-fit: cover;
  float: right;
  filter: brightness(0.9);
}
@media (max-width: 1024px){
  section#owner img.img-fluid{
    float: initial;
  }
}
@media (max-width: 767px){
  section#owner img.img-fluid{
    width: 100%;
    max-width: initial;
  }
}