:root {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

body, html {
  overflow-x: hidden;
  background-color: #efefee;
  scroll-behavior: smooth;
  padding-right: 0 !important;
}

h1 {
  font-size: 5rem;
  font-weight: bolder;
  color: white;
}

h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #575656;
}

h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #575656;
}

h4 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #009ee2;
}

h5 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #575656;
}

p {
  font-size: 1.25rem;
  font-weight: normal;
  color: rgba(87, 86, 86, 0.6);
}

ul {
  list-style: none;
}

ul li {
  font-size: 1.25rem;
  font-weight: normal;
  color: rgba(87, 86, 86, 0.6);
}

ol li {
  font-size: 1.25rem;
  font-weight: normal;
  color: rgba(87, 86, 86, 0.6);
}

/* ---------- Bootstrap CSS Overrides ----------*/
.btn {
  border-radius: 0;
  font-size: 1.25rem;
  background-color: #009ee2;
  color: white !important;
  font-weight: bolder;
  border: 1px solid white;
}

.card {
  border-radius: 0 !important;
}

@media (min-width: 991.98px) {
  .w-md-50 {
    width: 50%;
  }
}

/** --------- Custom CSS --------- **/
.background-white {
  background-color: white;
}

.name-plate {
  color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0em, #009ee2), color-stop(0.8em, #009ee2), color-stop(0.8em, #646464));
  background: linear-gradient(90deg, #009ee2 0em, #009ee2 0.8em, #646464 0.8em);
}

/* ---------- Info Bar ---------*/
.info-bar {
  background-color: #575656;
  color: white;
  position: relative;
}

.info-bar div {
  color: white;
}

.info-content i {
  color: white !important;
}

.fa {
  color: black;
  font-size: 1.25rem;
}

/* ---------- Navbar ----------*/
.navbar-custom {
  background-color: #efefee;
  border-bottom: 4px solid #009ee2;
}

.navbar-custom .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #009ee2;
}

.navbar-custom .navbar-collapse .navbar-nav .nav-item:hover .nav-link:hover {
  color: white;
}

.nav-link {
  font-weight: bolder;
  font-size: 1.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-link:hover {
  text-shadow: 1px 1px 5px black;
}

.nav-item.active .nav-link, .nav-item:hover .nav-link {
  color: white;
}

.custom-toggler span i {
  color: #124591 !important;
}

.custom-nav-item a {
  color: #124591 !important;
}

.custom-nav-item a:hover {
  color: white !important;
}

@media (max-width: 991.98px) {
  .custom-nav-item a:hover {
    color: #124591 !important;
  }
  .nav-item.active .nav-link, .nav-item:hover .nav-link {
    color: #009ee2 !important;
  }
}

.service-nav {
  border-bottom: 4px solid #009ee2;
  height: 80px;
}

/* ---------- Hero ----------*/
main {
  margin-top: -7em !important;
}

.hero {
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 80vh;
}

.affix {
  background-color: #eee;
  -webkit-transition: padding 0.2s ease-out;
  transition: padding 0.2s ease-out;
}

.hero-content h1 {
  text-shadow: 2px 2px 5px black;
}

.hero-about {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(210, 210, 210, 0.7)), color-stop(40%, rgba(210, 210, 210, 0.2))), url(/templates/page/images/shutterstock_187920503.jpg);
  background-image: linear-gradient(rgba(210, 210, 210, 0.7) 0%, rgba(210, 210, 210, 0.2) 40%), url(/templates/page/images/shutterstock_187920503.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 70vh;
}

/* ---------- Content ----------*/
.btn-full {
  width: 100%;
}

.separator {
  width: 0px;
  border-bottom: 4px solid #009ee2;
  border-radius: 25px;
  -webkit-transition: width 1s linear;
  transition: width 1s linear;
}

.separator.spread {
  width: 75px;
}

#experience {
  background-color: #efefee;
  margin-bottom: -1px;
}

.experience-list ul li {
  color: rgba(87, 86, 86, 0.6);
  list-style: none;
}

.parallax {
  background-color: black;
  opacity: 0.2;
  min-height: 450px;
}

.card-container .card {
  position: relative;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  height: 350px;
  border-radius: 0;
  border: none;
  will-change: transform;
}

.card-container .card .card-title {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.card-container .card .card-content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 2em;
  padding-right: 2em;
  background-color: rgba(54, 54, 54, 0.1);
  -webkit-transform: rotateY(-180deg) translateZ(1px);
          transform: rotateY(-180deg) translateZ(1px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.card-container:hover .card {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.card-container:hover .card .card-title {
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px);
}

.crop-circle {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

/* ---------- Footer ----------*/
footer {
  background-color: #818080;
}

footer p {
  color: rgba(239, 239, 238, 0.972);
}

.footer-bar {
  margin: 0;
  padding: 0;
}

.footer-bar .footer-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-bar .footer-item .footer-link {
  color: #EFEFEE;
}

.footer-bar .footer-item .active {
  color: #689CC0;
}

.footer-bar .footer-item a {
  font-size: 1.5rem;
}

.footer-contact p {
  color: rgba(239, 239, 238, 0.972);
}

.footer-contact p a {
  color: rgba(239, 239, 238, 0.972);
}

.copyright {
  background-color: #4e4d4d;
}

.copyright p {
  color: #efefee;
}

.copyright a {
  color: #efefee;
}
/*# sourceMappingURL=style_2020.css.map */