/* 

Foxecoach - Consulting and Coaching Template
Copyright 2019  www.mutationmedia.net 
Created by : mutationthemes  

*/

/* Table of Content ================================================== 

1.Preloader
2.Site wrapper
3.Hero
4.To the top
5.About
6.Consulting
7.Package
8.Faq
9.Stories
10.Courses
11.Contact
12.Miscellaneous
13.Mediaqueries


/*Preloader*/

.loader {
  background: #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.loader-inner {
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.loading-spinner {
  width: 6rem;
  height: 6rem;
  animation: spinner-rotate 2s ease-in-out infinite;
  -webkit-animation: spinner-rotate 2s ease-in-out infinite;
  -moz-animation: spinner-rotate 2s ease-in-out infinite;
  -ms-animation: spinner-rotate 2s ease-in-out infinite;
  -o-animation: spinner-rotate 2s ease-in-out infinite;
}

.spinner {
  animation: spinner-color 8s ease-in-out infinite,
    spinner-dash 2s ease-in-out infinite;
  -webkit-animation: spinner-color 8s ease-in-out infinite,
    spinner-dash 2s ease-in-out infinite;
  -moz-animation: spinner-color 8s ease-in-out infinite,
    spinner-dash 2s ease-in-out infinite;
  -ms-animation: spinner-color 8s ease-in-out infinite,
    spinner-dash 2s ease-in-out infinite;
  -o-animation: spinner-color 8s ease-in-out infinite,
    spinner-dash 2s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes spinner-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: trotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes spinner-color {
  0%,
  100% {
    stroke: #9f1b24;
  }
}
@keyframes spinner-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -125px;
  }
}

/*End preloader*/

/*Site wrapper*/

.wrapper {
  position: relative;
  background-color: #ffffff;
}

/*End site wrapper*/

/* Hero Section*/

.header {
  position: relative;
}
.navbar-expand-lg .navbar-logo {
  width: 12.5rem;
}

.header-navbar {
  padding: 0;
}

.header-navbar .navbar-brand {
  padding-top: 1.2em;
  padding-bottom: 1.2rem;
  padding-right: 1rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  position: relative;
  display: block;
  font-size: 1.1rem;
}

.header-navbar-nav .dropdown-menu {
  border: none;
  box-shadow: none;
  border-top: 0;
  font-size: 0.875rem;
  min-width: 14rem;
  border-radius: 0;
}
.header {
  background-color: #9f1b24;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
}

.badges-header li {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: 12px;
}

.badges-header .brasil,
.badges-header .eua {
  vertical-align: top;
}
.bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
  position: absolute;
}
.play-but:hover .play-icon:before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.play-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 4rem;
  height: 4rem;
}
.play-icon:before {
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 201, 167, 0.1);
  border-radius: 50%;
}
.play-icon-inner {
  color: #00c9a7 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1rem;
  line-height: 0;
}
.pattern-left {
  position: absolute;
  width: 1.8rem;
  top: -95px;
  left: -25px;
}
.pattern-middle {
  position: absolute;
  width: 1.6rem;
  right: 32%;
  transform: translateX(-50%);
  top: -50px;
}
.pattern-bottom-right {
  position: absolute;
  width: 2rem;
  right: 0;
  bottom: -20rem;
}
.pattern-bottom-left {
  position: absolute;
  width: 6rem;
  left: 0;
  bottom: -34rem;
}

/* End hero Section*/

/*To the top*/

.scroll-to-top:not(.active) {
  opacity: 0;
  pointer-events: none;
  color: #fff;
  background-color: #9f1b24;
  border-color: #9f1b24;
}
.scroll-to-top.active:hover {
  border-radius: 0.25rem;
  color: #ffffff;
}
.scroll-to-top {
  position: fixed;
  width: 3rem;
  height: 3rem;
  background-color: #9f1b24;
  border-color: #9f1b24;
  text-align: center;
  right: 2.875rem;
  bottom: 3.6875rem;
  padding-top: 0.65rem;
  z-index: 100;
  color: #ffffff;
  font-size: 0.85rem;
  border-radius: 0.25rem 0.25rem 1rem 0.25rem;
}

/*End to the top*/

/*About*/

.icon-check {
  width: 1.5rem;
  height: auto;
}

/*End about*/

/*Consulting*/

.number {
  font-size: 8rem;
  text-shadow: 2px 2px 41px rgba(0, 0, 0, 0.08);
  top: 0;
  right: 0;
  z-index: 0;
  font-weight: 700;
}

/*End consulting*/

/*Packages*/

.edge-shape-bottom {
  right: 0;
  bottom: 0;
  left: 0;
}
.edge-shape-bottom > * {
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

/*End packages*/

/*Faq*/

.accordion-header {
  padding: 0;
  background-color: transparent;
  transition: 0.3s ease-in-out;
  border: none;
}
.accordion-collapse-btn {
  padding: 1.2rem 1.5rem;
  white-space: inherit;
}
.accordion-body {
  color: #646f79;
  padding: 0 1.5rem 1.5rem 1.5rem;
}
.accordion-arrow {
  color: #163967;
  transition: 0.3s ease-in-out;
}
.accordion-arrow:hover {
  color: #163967;
  transition: 0.3s ease-in-out;
}
.accordion-arrow-inner {
  font-size: 0.875rem;
}
.collapsed .accordion-arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.card-collapse [data-toggle="collapse"][aria-expanded="true"],
.card-collapse [data-toggle="collapse"][aria-expanded="true"] .accordion-arrow {
  color: #00c9a7;
}

/*End faq*/

/*Stories*/

.vertical-line-divider {
  position: relative;
}
.vertical-line-divider:after {
  position: absolute;
  right: -0.9375rem;
  top: 50%;
  height: 4rem;
  border-left: 1px solid #e7eaf3;
  content: "";
  margin-top: -2rem;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  display: none;
}

.maps {
  width: 100%;
  height: 100%;
}

/*End stories*/

/*Courses*/

.badge-lg {
  padding: 1.25em;
  font-size: 1rem;
  border-radius: 1rem 0.25rem 1rem 0.25rem;
  bottom: -25px;
  right: 0;
  font-weight: 600;
}

/*End courses*/

/*Newsletter*/

.bg-checkerboard {
  background-image: url(../assets/img/checkerboard.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: auto;
  left: 0;
}

/*End newsletter*/

/*Contact*/

#contact .col-md-4.text-white a {
  text-decoration: underline;
  word-break: break-all;
}

#contact .col-md-4.text-white {
  font-size: 14px;
}
#contact .col-md-4 strong {
  font-weight: 700;
  color: #fff;
  line-height: 30px;
}

/*End contact*/

/*Miscellaneous*/

::-moz-selection {
  background: #00c9a7;
  color: #ffffff;
}
.bg-primary-2 ::-moz-selection {
  color: #00c9a7;
  background-color: #fff;
}
.max-width-2 {
  max-width: 2rem;
}
.max-width-5 {
  max-width: 5rem;
}
.max-width-7 {
  max-width: 7rem;
}
.avatar-sm {
  width: 2rem;
  height: 2rem;
}
.avatar-md {
  width: 3.125rem;
  height: 3.125rem;
}
a,
::before {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.shadow-lg {
  box-shadow: 0 0 40px rgba(38, 38, 38, 0.1) !important;
}
.font-size-10 {
  font-size: 0.625rem;
}
.font-size-12 {
  font-size: 0.75rem;
}
.font-size-13 {
  font-size: 0.8125rem;
}
.font-size-14 {
  font-size: 1.525rem;
}
.font-size-15 {
  font-size: 0.9375rem;
}
.font-size-16 {
  font-size: 1rem;
}
.font-size-24 {
  font-size: 1.5rem;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.btn-wide {
  min-width: 11rem;
}
a[data-toggle="tab"]:not([aria-selected="true"]) {
  color: #ffffff;
  background-color: transparent;
}
a[data-toggle="tab"] {
  color: #ffffff;
  border: none;
  background-color: transparent;
  border-radius: 0;
  font-weight: 700;
  font-size: 18px;
}
.social-icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 1rem;
  transition: 0.3s ease-in-out;
  line-height: 2.2;
  color: #ffffff;
  font-size: 1.125rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  opacity: 0.15;
}
.social-icon:hover {
  opacity: 0.7;
  color: #ffffff;
}
section,
.section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.spacer-lg-top {
  padding-top: 12rem;
}
.spacer-lg-bottom {
  padding-bottom: 12rem;
}
section.hero,
div[class*="col-"].hero {
  padding-top: 12rem;
  padding-bottom: 8rem;
}
div[class*="col-"].spacer-one-bottom-lg,
.spacer-one-bottom-lg {
  padding-bottom: 5rem;
}
div[class*="col-"].spacer-one-top-lg,
.spacer-one-top-lg {
  padding-top: 5rem;
}
div[class*="col-"].spacer-double-lg,
.spacer-double-lg {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
div[class*="col-"].spacer-one-bottom-md,
.spacer-one-bottom-md {
  padding-bottom: 6rem;
}
div[class*="col-"].spacer-one-top-md,
.spacer-one-top-md {
  padding-top: 6rem;
}
div[class*="col-"].spacer-double-md,
.spacer-double-md {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
div[class*="col-"].spacer-one-bottom-sm,
.spacer-one-bottom-sm {
  padding-bottom: 4rem;
}
div[class*="col-"].spacer-one-top-sm,
.spacer-one-top-sm {
  padding-top: 4rem;
}
div[class*="col-"].spacer-double-sm,
.spacer-double-sm {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
div[class*="col-"].spacer-one-bottom-xs,
.spacer-one-bottom-xs {
  padding-bottom: 2rem;
}
div[class*="col-"].spacer-one-top-xs,
.spacer-one-top-xs {
  padding-top: 2rem;
}
div[class*="col-"].spacer-double-xs,
.spacer-double-xs {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
div[class*="col-"].spacer-one-bottom-xxs,
.spacer-one-bottom-xxs {
  padding-bottom: 1.5rem;
}
div[class*="col-"].spacer-one-top-xxs,
.spacer-one-top-xxs {
  padding-top: 1.5rem;
}
div[class*="col-"].spacer-double-xxs,
.spacer-double-xxs {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.list-group {
  list-style: none;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h6 > a,
.h1 > a,
.h2 > a,
.h3 > a,
.h4 > a,
.h6 > a {
  color: #9f1b24;
}
h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover,
.h1 > a:hover,
.h2 > a:hover,
.h3 > a:hover,
.h4 > a:hover,
.h5 > a:hover,
.h6 > a:hover {
  color: #1ca766;
}
.textarea {
  resize: none;
}
.o-hidden {
  overflow: hidden;
}
.bg-white {
  background-color: #ffffff;
}
.bg-white-20 {
  background-color: rgba(255, 255, 255, 0.07);
}
p {
  color: #000;
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.ml-offset-1 {
  margin-left: -1rem;
}
.ml-offset-2 {
  margin-left: -0.7rem;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
.p-lg {
  padding: 4.5rem 3rem;
}
.mt-n {
  margin-top: -200px;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
.display-1,
.display-2,
.display-3,
.display-4,
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  letter-spacing: -0.025em;
}
ul.nav-tabs {
  border-radius: 0.3125rem;
}
ul.nav-tabs li:first-child a {
  border-radius: 0.3125rem 0 0 0.3125rem;
}
.radius-bottom-right {
  border-radius: 0.3125rem 0.3125rem 5rem 0.3125rem !important;
}
.radius-top-right {
  border-radius: 0.3125rem 5rem 0.3125rem 0.3125rem !important;
}
.radius-top-left {
  border-radius: 5rem 0.3125rem 0.3125rem 0.3125rem !important;
}
.btn-radius-bottom-right {
  border-radius: 10rem 2rem 10rem 10rem;
}
.btn-radius-bottom-left {
  border-radius: 2rem 10rem 10rem 10rem;
}
.svg-white {
  fill: #ffffff;
}
.svg-blue {
  fill: #163967;
}
.bg-soft-primary-2 {
  background: rgba(0, 201, 167, 0.1);
}
.shadow {
  box-shadow: 0 0.375rem 1.5rem 0 rgba(0, 0, 0, 0.07) !important;
}
.shadow-soft {
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.05) !important;
}
.text-white-70[href]:hover {
  color: #fff;
}
.text-white-70 {
  color: rgba(255, 255, 255, 0.7);
}
.custom-control-label:after {
  top: 0.6rem;
  left: -1.5rem;
}
.custom-checkbox .custom-control-label:before {
  border-radius: 0.125rem;
}
.custom-control-label:before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.custom-control-label:before {
  top: 0.6rem;
  left: -1.5rem;
  border: #e7eaf3 solid 1px;
  background-color: transparent;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.list-group-item-action {
  width: 100%;
  color: #ffffff;
  text-align: inherit;
}
.btn-soft-primary {
  color: #00c9a7;
  background: rgba(0, 201, 167, 0.1);
  border-color: transparent;
}
.btn-soft-primary:not(:disabled):not(.disabled):active,
.btn-soft-primary:not(:disabled):not(.disabled).active,
.show > .btn-soft-primary.dropdown-toggle {
  color: #fff;
  background-color: #00c9a7;
  border-color: transparent;
}
.btn-soft-primary:hover {
  border-radius: 12rem;
}
.icon-rounded-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.rounded-icon-size-1 {
  position: relative;
  line-height: 0;
  font-size: 1rem;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0;
  color: #ffffff;
}
.rounded-icon-size-2 {
  width: 1.8rem;
  height: 1.8rem;
  font-size: 0.75rem;
  position: relative;
  line-height: 0;
  padding: 0;
  color: #00c9a7;
}
.mt-n {
  margin-top: -1px;
}
.opacity-50 {
  opacity: 0.5;
}
.left {
  right: auto;
  left: 0;
}
.right {
  right: 0;
  left: auto;
}
.top {
  top: 0;
  bottom: auto;
}
.bottom {
  bottom: 0;
}
.vw-50 {
  width: 50vw !important;
}
.avatar-bordered {
  border: 2px solid #fff;
}
.hover-arrow:hover span {
  transform: translate3d(5px, 0, 0);
}
.hover-arrow span {
  display: inline-block;
  margin-left: 0.375rem;
  transition: transform 0.2s ease;
  font-size: 11px;
}
.edge-shape-left {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.edge-shape-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.edge-shape {
  position: absolute;
  pointer-events: none;
}
.edge-shape > * {
  width: auto;
  height: 100%;
}
.edge-shape.edge-shape-bottom > * {
  width: 100%;
}
.edge-shape-left > * {
  position: inherit;
  top: inherit;
  bottom: inherit;
  left: inherit;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.edge-shape > * {
  display: block;
}
.edge-shape-right > * {
  position: inherit;
  top: inherit;
  bottom: inherit;
  right: inherit;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.edge-shape.edge-nudge > * {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.icon-logo-svg {
  height: 1.59rem;
  opacity: 0.5;
}
.mn-lg-r {
  margin-right: -2.5rem !important;
  margin-top: -2.6rem !important;
}
.mn-lg-l {
  margin-left: -2.5rem !important;
  margin-top: -2.6rem !important;
}
.curved-shape {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scaleY(1.3);
  width: 100%;
}
.img-mobile {
  width: 100vw;
  height: auto;
  margin-left: calc(50% - 50vw);
}
.img-mobile.hero-img {
  margin-top: 4rem;
}

/*End Miscellaneous*/

/*Mediaqueries*/

.btn-navbar-toggler {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 10px 13px;
  color: #fff;
  font-size: 1rem;
}
@media (max-width: 991px) {
}

@media (max-width: 991.98px) {
  .header-navbar {
    padding: 0;
    max-height: 100vh;
    overflow-y: scroll;
  }
  .lead {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
  }
}

@media (min-width: 576px) {
}

@media (min-width: 992px) {
  section.hero,
  div[class*="col-"].hero {
    padding-top: 16rem;
    padding-bottom: 14rem;
  }

  div[class*="col-"].spacer-double-lg,
  .spacer-double-lg {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .vertical-line-divider:after {
    display: block;
  }
  .number {
    font-size: 10rem;
    top: -60px;
    right: 80px;
  }
  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1040;
    background-color: #9f1b24;
    transition: background-color 0.3s ease-in-out;
  }
  .header .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
  }
  .navbar-expand-lg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navbar-expand-lg .header-navbar-nav {
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
  }
  .navbar-expand-lg .header-navbar-nav .nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (max-width: 767.98px) {
  section.hero,
  div[class*="col-"].hero {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .btn {
    font-size: 1rem;
    padding: 0.725rem 1.5rem;
  }
  .btn-group-lg > .btn,
  .btn-lg,
  .btn-lg,
  .btn-group-lg > .btn,
  .form-control-lg {
    font-size: 1.1rem;
    padding: 0.925rem 1.5rem;
  }

  .max-width-5 {
    max-width: 4rem;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1rem;
  }
  .icon-logo-svg {
    height: 1.5rem;
  }

  #contact .row {
    gap: 30px;
  }
}

@media (min-width: 768px) {
}

@media (max-width: 575px) {
  section.hero,
  div[class*="col-"].hero {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .h1,
  h1 {
    font-size: 1.6875rem;
  }
  .h2,
  h2 {
    font-size: 1.5rem;
  }
  .h4,
  h4 {
    font-size: 1.284375rem;
  }
  .h5,
  h5 {
    font-size: 1.1875rem;
  }
  .display-1 {
    font-size: 4rem;
  }
  .display-3 {
    font-size: 2.4375rem;
  }
  .display-4 {
    font-size: 2.0625rem;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1rem;
  }
}

@media (max-width: 1200px) {
  .display-3 {
    font-size: 3.2rem;
  }
  .display-4 {
    font-size: 2.6rem;
  }
  .h1,
  h1 {
    font-size: 2.2rem;
  }
  .h2,
  h2 {
    font-size: 1.7rem;
  }
  .h3,
  h3 {
    font-size: 1.55rem;
  }
  .h4,
  h4 {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .mn-lg-r {
    margin-right: -2.5rem !important;
    margin-top: -2.6rem !important;
  }
  .mn-lg-l {
    margin-left: -2.5rem !important;
    margin-top: -2.6rem !important;
  }
  .mn-top {
    top: -0.25rem;
    position: relative;
  }
}

/*End mediaqueries*/
