@charset "utf-8";
/* CSS Document */
/*
font-family:'Avenir Next W01 Light', sans-serif;
font-family:'AvenirNextLTW01-Medium', sans-serif;
font-family:'Avenir Next LT W01 Demi', sans-serif;
font-family:'Avenir Next LT W01 Bold', sans-serif;
font-family:'AvenirNextLTW01-Regular', sans-serif;
font-family:'AvenirNextLTW01-Italic', sans-serif;

font-family: proxima-nova, sans-serif;
font-weight: 300;
font-style: normal;

font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;

font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: italic;

font-family: proxima-nova, sans-serif;
font-weight: 600;
font-style: normal;

font-family: proxima-nova, sans-serif;
font-weight: 700;
font-style: normal;
*/
.grecaptcha-badge {
  visibility: hidden;
}
html,
body {
  background-color: #000;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  scroll-behavior: smooth;
}
#page {
  overflow-x: hidden;
  max-width: 1920px;
  margin: 0 auto;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
}
.navbar-toggler {
  outline: none !important;
}
@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 50px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #0f203c;
    transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
#header-nav {
}
#mobile-nav {
  display: none;
}
/* Menu Icon */
#nav-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 4px 0 0 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  outline: none !important;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #d3531a;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  outline: none !important;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(2) {
  top: 8px;
}
#nav-icon span:nth-child(3) {
  top: 16px;
}
#nav-icon.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -30px;
}
#nav-icon.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
}
@media (max-width: 991px) {
  #header-nav {
    display: none;
  }
  .navbar-toggler {
    border: none;
  }
  .navbar-toggler i {
    color: #a87e22;
    font-size: 1.75rem;
  }
  #mobile-nav {
    display: block;
    background-color: #fff;
  }
  #mobile-nav .nav-item {
    font-size: 1.45rem;
  }
  #mobile-nav .nav-link {
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    padding: 0.65rem 0.5rem;
  }
  #mobile-nav #mobile-contact .nav-link {
    color: #03b0d8 !important;
  }
  #mobile-nav .navbar-nav {
    padding-top: 1rem;
  }
  .navbar-brand {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: 0 auto;
    width: 80px;
    text-align: center;
  }
  #navbar-phone {
    display: block;
    position: absolute;
    right: 45px;
    top: 0;
    width: 30px;
    padding: 11px 0;
    color: #a87e22;
    text-align: center;
    font-size: 20px;
  }
  #navbar-email {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    width: 30px;
    padding: 11px 0;
    color: #a87e22;
    text-align: center;
    font-size: 20px;
  }
}
.text-gold {
  color: #f9be2d;
}
#nav-brand {
  margin-left: 1.35rem;
}
body #nav-phone {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0;
  /* color: #bf1e24; */
  color: #fff;
  margin-right: 5px;
  font-size: 1rem;
}
body #nav-phone a {
  /* color: #bf1e24; */
  color: #fff;
  font-size: 1rem;
}
#primary-nav {
  position: relative;
  padding-right: 5px;
}
#primary-nav:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-position: 0 0;
  background-repeat: repeat-x;
  background-image: url("/img/dashed-border-yellow-01.svg");
}
#primary-nav a {
  /* color: #bf1e24; */
  color: #fff;
  padding: 1rem 0.75rem;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.95rem;
}
#header {
  position: relative;
  /* background-image: url("/img/home-hero-scaled.png"); */
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("/img/home-hero-scaled.png");
  /* background-attachment: fixed; */
  background-size: cover;
  /* background-size: 1920px 1109px; */
  background-position: top center;
  /* background: #fff; */
  border-bottom: 30px solid #efb025;
}
/* #header:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.7) 30%,
    rgba(0, 0, 0, 0.93) 71%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.7) 30%,
    rgba(0, 0, 0, 0.93) 71%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.7) 30%,
    rgba(0, 0, 0, 0.93) 71%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#800f203c', endColorstr='#0f203c', GradientType=0);
} */
#intro {
  padding: 250px 0;
}
@media (max-width: 1199px) {
  #intro {
    padding: 170px 0;
  }
}
@media (max-width: 1199px) {
  #intro.secondary-intro {
    padding: 110px 0;
  }
}
@media (max-width: 991px) {
  #intro {
    padding: 150px 0 100px 0;
  }
}
#intro h1 {
  text-transform: uppercase;
  color: #efb025;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.25rem;
}
#intro h2 {
  /* color: #efb025; */
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 5.25rem;
}
#about h2 {
  font-size: 4.5rem;
}
h2 {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 5.25rem;
}
#intro p {
  /* color: #efb025; */
  color: #fff;
  font-size: 1.375rem;
}
h3 {
  font-size: 2.35rem;
  color: #164676;
}
h3.job-board {
  font-size: 1.5rem !important;
  color: #164676;
  text-transform: uppercase;
}
h3 span {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #efb025;
  font-size: 1rem;
  text-transform: uppercase;
}
h3 strong {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: normal;
}
h4 {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.45rem;
  color: #0f203c;
  text-transform: uppercase;
}
p {
  font-size: 1.375rem;
  color: #5f6970;
}
.bg-gold {
  background-color: #efb025;
}
.border-gold {
  border: 10px solid #efb025;
}
@media (max-width: 1199px) {
  #intro h1 {
    font-size: 1.5rem;
  }
  #intro h2,
  #about h2 {
    font-size: 3.25rem;
  }
  #intro p {
    font-size: 1rem;
  }
  h3 {
    font-size: 2rem;
  }
  h3 span {
    font-size: 1rem;
  }
  h4 {
    font-size: 1.15rem;
  }
  p {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  #intro h1 {
    font-size: 1rem;
    text-align: center;
  }
  #intro h2 {
    font-size: 2.75rem;
    text-align: center;
  }
  #about h2 {
    font-size: 2.75rem;
  }
  #intro p {
    font-size: 1rem;
    text-align: center;
  }
  h3 {
    font-size: 1.5rem;
  }
  h3 span {
    font-size: 0.75rem;
    letter-spacing: 2px;
  }
  h4 {
    font-size: 1.15rem;
  }
  p {
    font-size: 1rem;
  }
}
#content {
  background-color: #fff;
  padding: 3rem 0;
}
h3.header {
  display: inline-block;
  width: auto;
  background-color: #fff;
  padding: 0.5rem 3.5rem 1.25rem 3.25rem;
  border-top-right-radius: 80px;
  box-shadow: 2px 2px 25px rgba(84, 129, 142, 0.3);
}
.quarter-circle-bottom-right {
  width: 700px;
  height: 700px;
  background: #fff;
  border-radius: 700px 0 0 0;
  -moz-border-radius: 700px 0 0 0;
  -webkit-border-radius: 700px 0 0 0;
  box-shadow: 2px 2px 25px rgba(84, 129, 142, 0.3);
}
.new-header {
  top: -40px;
  left: -10px;
  font-size: 3.5rem;
  background-color: white;
  padding: 0rem 1rem 0rem 0.5rem;
}
.quarter-circle-top-left {
  width: 600px;
  height: 600px;
  background: #efb025;
  border-radius: 0 0 600px 0;
  -moz-border-radius: 0 0 600px 0;
  -webkit-border-radius: 0 0 600px 0;
}
#training {
  position: relative;
}
#consulation {
  padding: 10rem 0;
  position: relative;
}
#consulation:before {
  content: "";
  position: absolute;
  margin: 0 auto;
  top: 33%;
  left: 0;
  right: 0;
  width: 160px;
  height: 160px;
  border-radius: 80px;
  background-color: #f4f8f9;
}
.contact-icon {
  position: relative;
}
.contact-icon:before {
  position: absolute;
  content: "";
  top: -65px;
  left: 0px;
  right: 0;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #efb025;
  background-image: url("/img/icon-speech-bubble-01.svg");
  background-size: 80px 80px;
  background-repeat: no-repeat;
  background-position: 0 0;
  box-shadow: 2px 2px 25px rgba(84, 129, 142, 0.3);
}
.text-yellow {
  color: #efb025 !important;
}
.text-orange {
  color: #ec6042 !important;
}
.text-red {
  color: #bf1e24 !important;
}
.text-dark-blue {
  color: #164676 !important;
}
.float-effect {
  animation: float 1.5s;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5);
  animation-iteration-count: infinite;
}
@keyframes float {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 15px, 0);
  }
}
.btn {
  border-radius: 4rem;
  padding: 1rem 2.65rem;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.btn-primary {
  border-radius: 4rem;
  padding: 1rem 2rem;
  text-transform: uppercase;
  background-color: #ec6042;
  border-color: #ec6042;
}
.btn-primary:hover {
  background-color: #03b0d8;
  border-color: #03b0d8;
}
.btn-secondary {
  border-radius: 4rem;
  padding: 1rem 2rem;
  text-transform: uppercase;
  background-color: #0f203c;
  border-color: #0f203c;
}
.btn-secondary:hover {
  background-color: #03b0d8;
  border-color: #03b0d8;
}
.text-link {
  font-size: 1rem;
}
.link-arrow {
  position: relative;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #efb025;
  text-transform: uppercase;
  transition: color ease-in-out 0.35s;
}
.link-arrow:before {
  font-family: "Material-Design-Iconic-Font";
  content: "\f301";
  position: absolute;
  top: -2.5px;
  right: -15px;
  display: inline-block;
  color: #efb025;
  transition: all ease-in-out 0.35s;
}
.link-arrow:hover {
  color: #03b0d8;
  text-decoration: none;
}
.link-arrow:hover:before {
  right: -25px;
  color: #03b0d8;
}
.square-marker {
  position: relative;
  padding-bottom: 2rem;
  xxxbackground-color: green;
  display: block;
}
.square-marker:before {
  position: absolute;
  content: "";
  top: 3px;
  left: -40px;
  width: 20px;
  height: 20px;
  background-color: #03b0d8;
  display: block;
}
@media (max-width: 1199px) {
  .square-marker:before {
    top: 0px;
  }
}
#sidebar-contact,
#service-nav {
  margin-top: 24rem;
}
#service-nav .nav-item {
}
#service-nav .nav-link {
  color: #5f6970;
}
#service-nav .nav-link:hover {
  background-color: #f8f9fa;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
@media (min-width: 1500px) {
  #sidebar-contact,
  #service-nav {
    margin-left: -8rem;
    margin-right: 2rem;
  }
}
@media (max-width: 1770px) {
  #sidebar-contact,
  #service-nav {
    margin-top: 16rem;
  }
}
@media (max-width: 1199px) {
  #sidebar-contact,
  #service-nav {
    margin-top: 10rem;
  }
}
@media (max-width: 991px) {
  #sidebar-contact,
  #service-nav {
    margin-top: 1rem;
  }
}
#footer-cta {
  background-color: #efb025;
  padding: 2rem 0;
}
#footer-cta h6 {
  font-size: 2.1rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #164676;
  text-align: center;
}
#footer-cta h6 a {
  color: #164676;
}
@media (max-width: 767px) {
  #footer-cta {
    padding: 1.5rem;
  }
  #footer-cta h6 {
    font-size: 1.25rem;
  }
}
#footer {
  padding: 4rem 0;
}
#footer .nav {
}
body #footer .nav li {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
#footer .nav .nav-item .nav-link {
  color: #bf1e24;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 0;
  text-transform: none;
}
.dashed-border-top {
  position: relative;
}
.dashed-border-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-position: 0 0;
  background-repeat: repeat-x;
  background-image: url("/img/dashed-border-yellow-01.svg");
}
@media (max-width: 767px) {
  #footer {
    padding: 50px 0;
  }
  #footer img {
    margin: 0 auto !important;
    display: block;
    padding-bottom: 3rem;
  }
}
.form-control {
  border-radius: 0;
  height: calc(2em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  border-color: #fff;
  background-color: #edf4f7;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow ease-in-out 0.35s, border-color ease-in-out 0.35s,
    background-color ease-in-out 0.35s;
}
.form-control:focus {
  color: #495057;
  border-color: #efb025;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(49, 68, 86, 0.15) !important;
}
.help-block {
  color: darkred;
  padding: 5px 7.5px;
  display: block;
  background-color: #efb025;
}
#footer .nav-link:focus,
#footer .nav-link:hover {
  text-decoration: underline;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(49, 68, 86, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(49, 68, 86, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(49, 68, 86, 0.175) !important;
}
.border-radius-sm {
  border-radius: 3px;
}
.border-radius {
  border-radius: 7px;
}
.border-radius-lg {
  border-radius: 14px;
}
.text-light-blue {
  color: #03b0d8 !important;
}
.p-6 {
  padding: 3.5rem !important;
}
.pt-6,
.py-6 {
  padding-top: 3.5rem !important;
}
.pr-6,
.px-6 {
  padding-right: 3.5rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 3.5rem !important;
}
.pl-6,
.px-6 {
  padding-left: 3.5rem !important;
}
.p-7 {
  padding: 4rem !important;
}
.pt-7,
.py-7 {
  padding-top: 4rem !important;
}
.pr-7,
.px-7 {
  padding-right: 4rem !important;
}
.pb-7,
.py-7 {
  padding-bottom: 4rem !important;
}
.pl-7,
.px-7 {
  padding-left: 4rem !important;
}
.p-8 {
  padding: 4.5rem !important;
}
.pt-8,
.py-8 {
  padding-top: 4.5rem !important;
}
.pr-8,
.px-8 {
  padding-right: 4.5rem !important;
}
.pb-8,
.py-8 {
  padding-bottom: 4.5rem !important;
}
.pl-8,
.px-8 {
  padding-left: 4.5rem !important;
}
.p-9 {
  padding: 5rem !important;
}
.pt-9,
.py-9 {
  padding-top: 5rem !important;
}
.pr-9,
.px-9 {
  padding-right: 5rem !important;
}
.pb-9,
.py-9 {
  padding-bottom: 5rem !important;
}
.pl-9,
.px-9 {
  padding-left: 5rem !important;
}
.m-6 {
  margin: 3.5rem !important;
}
.mt-6,
.my-6 {
  margin-top: 3.5rem !important;
}
.mr-6,
.mx-6 {
  margin-right: 3.5rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 3.5rem !important;
}
.ml-6,
.mx-6 {
  margin-left: 3.5rem !important;
}
.m-7 {
  margin: 4rem !important;
}
.mt-7,
.my-7 {
  margin-top: 4rem !important;
}
.mr-7,
.mx-7 {
  margin-right: 4rem !important;
}
.mb-7,
.my-7 {
  margin-bottom: 4rem !important;
}
.ml-7,
.mx-7 {
  margin-left: 4rem !important;
}
.m-8 {
  margin: 4.5rem !important;
}
.mt-8,
.my-8 {
  margin-top: 4.5rem !important;
}
.mr-8,
.px-8 {
  margin-right: 4.5rem !important;
}
.mb-8,
.my-8 {
  margin-bottom: 4.5rem !important;
}
.ml-8,
.mx-8 {
  margin-left: 4.5rem !important;
}
.m-9 {
  margin: 5rem !important;
}
.mt-9,
.my-9 {
  margin-top: 5rem !important;
}
.mr-9,
.mx-9 {
  margin-right: 5rem !important;
}
.mb-9,
.my-9 {
  margin-bottom: 5rem !important;
}
.ml-9,
.mx-9 {
  margin-left: 5rem !important;
}
.gallery-img {
  width: 100%;
  height: 100%;
  max-height: 246px;
  object-fit: cover;
  vertical-align: middle;
}
.g-3 > * {
  padding-left: 12px;
  padding-right: 12px;
}
