/*
  Theme Name: BizPage
  Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #010c35;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #18d26e;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2 {
}
h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
.ex-highlight {
  color: #11A787;
}
.visuallyHidden {
  position: absolute;
  width: 0;
  height: 0;
  left: -999px;
  top: -999px;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  width: 52px;
  right: 15px;
  bottom: 15px;
  z-index: 11;
  text-align: center;
  line-height: 1;
  font-size: 16px;
}
.back-to-top a.top-btn  {
  background: #CF6B16;
  border: 2px solid #CF6B16;
  color: #fff;
  margin-top: 8px;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0.7;
}
.back-to-top a.top-btn i {
  padding-top: 14px;
  color: #fff;
  transition: all 0.3s;
}

.back-to-top a.top-btn:hover {
  opacity: 1;
  background: #fff;
  color: #CF6B16;
  transition: all 0.3s;
}
.back-to-top a.top-btn:hover i {
  color: #CF6B16;
  transition: all 0.3s;
}
.back-to-top a.lightmode-btn  {
  background: rgba(255,255,255,0.3);
  border: 2px solid #fff;
  color: #fff;
  margin-top: 8px;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0.7;
}
.back-to-top a.lightmode-btn i {
  padding-top: 14px;
  color: #fff;
  transition: all 0.3s;
}
.back-to-top a.lightmode-btn:hover {
  opacity: 1;
  background: #fff;
  border-color: #283859;
  color: #283859;
  transition: all 0.3s;
}
.back-to-top  a.lightmode-btn:hover i {
  color: #283859;
  transition: all 0.3s;
}
.back-to-top a.darkmode-btn  {
  background: #283859;
  border: 2px solid #283859;
  color: #fff;
  margin-top: 8px;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0.7;
}
.back-to-top a.darkmode-btn i {
  padding-top: 14px;
  color: #fff;
  transition: all 0.3s;
}
.back-to-top a.darkmode-btn:hover {
  opacity: 1;
  background: #fff;
  transition: all 0.3s;
}
.back-to-top a.darkmode-btn:hover i {
  color: #283859;
  transition: all 0.3s;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled {
  background: rgba(13, 18, 28, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #18d26e;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 50px;
  position: relative;
  top: -28px;
  opacity: 0;
  transition: all 0.5s;
}
#header.header-scrolled #logo img {
  opacity: 1;
  top: -8px;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-content {
  text-align: center;
  width: 80%;
}

#intro .intro-logo-wrapper {
  display: block;
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase; /* added JB */
}
/*.logo-test-wrapper {
  display: block;
}
.logo-test {
  position: relative;
  top: 0;
  height: 50px;
  display: inline-block;
  margin: 50px;
  transition: all 0.2s ease-in-out;
}
.logo-test:hover {
  cursor: pointer;
  top: -4px;
  transition: all 0.2s ease-in-out;
}*/
.intro-logo {
  width: 250px;
  position: absolute;
  margin-left: -125px;
  margin-top: 0;
  top: 0;
  left: 50%;
}
.intro-logo-transition-0 {
  -webkit-animation: intro-logo-transition-0 20s ease-in-out infinite;
  -moz-animation: intro-logo-transition-0 20s ease-in-out infinite;
  -o-animation: intro-logo-transition-0 20s ease-in-out infinite;
  animation: intro-logo-transition-0 20s ease-in-out infinite;
}
.intro-logo-transition-1 {
  -webkit-animation: intro-logo-transition-1 20s ease-in-out infinite;
  -moz-animation: intro-logo-transition-1 20s ease-in-out infinite;
  -o-animation: intro-logo-transition-1 20s ease-in-out infinite;
  animation: intro-logo-transition-1 20s ease-in-out infinite;
}
.intro-logo-transition-2 {
  -webkit-animation: intro-logo-transition-2 20s ease-in-out infinite;
  -moz-animation: intro-logo-transition-2 20s ease-in-out infinite;
  -o-animation: intro-logo-transition-2 20s ease-in-out infinite;
  animation: intro-logo-transition-2 20s ease-in-out infinite;
}
.intro-logo-transition-3 {
  -webkit-animation: intro-logo-transition-3 20s ease-in-out infinite;
  -moz-animation: intro-logo-transition-3 20s ease-in-out infinite;
  -o-animation: intro-logo-transition-3 20s ease-in-out infinite;
  animation: intro-logo-transition-3 20s ease-in-out infinite;
}
@-webkit-keyframes intro-logo-transition-0 {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes intro-logo-transition-0 {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes intro-logo-transition-0 {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes intro-logo-transition-0 {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes intro-logo-transition-1 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes intro-logo-transition-1 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes intro-logo-transition-1 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes intro-logo-transition-1 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes intro-logo-transition-2 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes intro-logo-transition-2 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes intro-logo-transition-2 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes intro-logo-transition-2 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes intro-logo-transition-3 {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes intro-logo-transition-3 {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes intro-logo-transition-3 {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes intro-logo-transition-3 {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#intro .sub-heading {
  font-size: 24px;
  margin: 0 auto 30px auto;
  color: #fff;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 6px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  border: 2px solid #11a787;
  background: #11a787;
  transition: 0.3s;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #11a787;
  transition: 0.3s;
}

#intro .aoc-wrapper {
  position: absolute;
  padding: 0 20% 50px;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
}
#intro .aoc {
  margin: 0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #11a787;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 14px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #18d26e;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #18d26e;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #18d26e;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header {
  max-width: 700px;
  margin: 0 auto;
}
.section-header h3 {
  font-size: 32px;
  /*color: #111;*/
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #fff;
  bottom: 1px;
  left: calc(50% - 60px);
}

/*.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #18d26e;
  bottom: 0;
  left: calc(50% - 20px);
}*/
.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 12px solid rgb(17,167,135);
  border-right: 8px solid rgba(0,0,0,0);
  border-bottom: 0px transparent;
  border-left: 8px solid rgba(0,0,0,0);
  bottom: -5px;
  left: calc(50% - 8px);
}

.section-header .sub-heading {
    font-size: 1.25rem;
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  /*color: #333;*/
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}

/*Reduced width section*/
.reduced-width-700 {
  max-width: 700px;
  margin: auto;
  text-align: center;
}
.reduced-width-820 {
  max-width: 820px;
  margin: auto;
  text-align: center;
}

/* Explain Section
--------------------------------*/
#explain {
  background: url("../img/aboutus.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#explain::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 9, 27, 0.8);
  z-index: 9;
}

#explain .container {
  position: relative;
  z-index: 10;
}

#explain .icon-image {
    display: block;
    font-size: 2.5rem;
}


/* Explore Section
--------------------------------*/
#explore {
  background: #05352b;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#explore .divider div {
  width: 30%;
  margin: 40px auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}

#explore .explore-questions {
  text-align: center;
}

#explore .icon {
  float: left;
}

#explore .icon i {
  color: #18d26e;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#explore .question {
  /*margin-left: 60px;*/
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 36px;
}

#explore .answer {
  /*font-size: 14px;*/
  /*margin-left: 60px;*/
  line-height: 24px;
  margin-bottom: 0;
}


/* Example Section
--------------------------------*/
#example {
  background: url("../img/example.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#example::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(6, 15, 9, 0.8);
  z-index: 9;
}

#example .container {
  position: relative;
  z-index: 10;
}

#example .divider div {
  width: 30%;
  margin: 40px auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}

#example .icon {
  float: left;
}

#example .icon i {
  color: #18d26e;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#example .clients-list {
  background: rgba(0,0,0,0.5);
  border-radius: 18px;
  margin: 40px auto;
  padding: 1.5rem;
  border: 1px solid #fff;
}

#example h5 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 36px;
}

#example .client {
  line-height: 24px;
  margin: 10px;
}


/* Expertise Section
--------------------------------*/
#expertise {
  background: #004256;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#expertise hr {
  margin: 40px 15px;
  width: 100%;
}

#expertise .box {
  margin-bottom: 30px;
}

#expertise .icon {
  float: left;
  text-align: center;
  width: 50px;
}

#expertise .icon i {
  color: #42A4B2;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#expertise .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 36px;
}

#expertise .title a {
  color: #111;
}

#expertise .box:hover .title a {
  color: #18d26e;
}

#expertise .description {
  /*font-size: 14px;*/
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}

/* Expect Section
--------------------------------*/
#expect {
  background: #05352b;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#expect hr {
  margin: 40px 15px;
  width: 100%;
}

#expect .box {
  margin-bottom: 30px;
}

#expect .icon {
  float: left;
  text-align: center;
  width: 50px;
}

#expect .icon i {
  color: #11A787;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#expect .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 36px;
}

#expect .title a {
  color: #111;
}

#expect .box:hover .title a {
  color: #18d26e;
}

#expect .description {
  /*font-size: 14px;*/
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}

/*Experience Section*/
#experience {
  background: url("../img/experience.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#experience::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(19, 46, 70, 0.8);
  z-index: 9;
}

#experience .container {
  position: relative;
  z-index: 10;
}

#experience .about-col {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 4px;
  /*overflow: hidden;*/
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#experience .about-col .img-fluid {
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  transition: 0.3s;
  background-position-x: 75%;
  border-radius: 4px 4px 0 0;
}

#experience .about-col:hover .img-fluid {
  cursor: pointer;
}

#experience .about-col .profile-jordanburnett {
  background-image: url(../img/jordan-burnett-500-monotone.jpg);
}
#experience .about-col[name="jordanburnett"]:hover .profile-jordanburnett, #experience .about-col[name="jordanburnett"].active-profile .profile-jordanburnett {
  background-image: url(../img/jordan-burnett-500.jpg);
}

#experience .about-col .profile-johncatford {
  background-image: url(../img/john-catford-500-monotone.jpg);
}
#experience .about-col[name="johncatford"]:hover .profile-johncatford, #experience .about-col[name="johncatford"].active-profile .profile-johncatford {
  background-image: url(../img/john-catford-500.jpg);
}

#experience .about-col .profile-susanhunt {
  background-image: url(../img/susan-hunt-500-monotone.jpg);
}
#experience .about-col[name="susanhunt"]:hover .profile-susanhunt, #experience .about-col[name="susanhunt"].active-profile .profile-susanhunt {
  background-image: url(../img/susan-hunt-500.jpg);
}

#experience .about-col .profile-janekiddell {
  background-image: url(../img/jane-kiddell-500-monotone.jpg);
}
#experience .about-col[name="janekiddell"]:hover .profile-janekiddell, #experience .about-col[name="janekiddell"].active-profile .profile-janekiddell {
  background-image: url(../img/jane-kiddell-500.jpg);
}

#experience .about-col .profile-maritamccabe {
  background-image: url(../img/marita-mccabe-500-monotone.jpg);
}
#experience .about-col[name="maritamccabe"]:hover .profile-maritamccabe, #experience .about-col[name="maritamccabe"].active-profile .profile-maritamccabe {
  background-image: url(../img/marita-mccabe-500.jpg);
}

#experience .about-col .profile-bevoconnell {
  background-image: url(../img/bev-oconnell-500-monotone.jpg);
}
#experience .about-col[name="bevoconnell"]:hover .profile-bevoconnell, #experience .about-col[name="bevoconnell"].active-profile .profile-bevoconnell {
  background-image: url(../img/bev-oconnell-500.jpg);
}

#experience .about-col .profile-jamesquealy {
  background-image: url(../img/james-quealy-500-monotone.jpg);
}
#experience .about-col[name="jamesquealy"]:hover .profile-jamesquealy, #experience .about-col[name="jamesquealy"].active-profile .profile-jamesquealy {
  background-image: url(../img/james-quealy-500.jpg);
}

#experience .about-col .profile-alantaylor {
  background-image: url(../img/alan-taylor-500-monotone.jpg);
}
#experience .about-col[name="alantaylor"]:hover .profile-alantaylor, #experience .about-col[name="alantaylor"].active-profile .profile-alantaylor {
  background-image: url(../img/alan-taylor-500.jpg);
}

#experience .about-col.active-profile:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -20px;
    width: 20px;
    height: 20px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #fff;
    left: 50%;
    margin-left: -10px;
}

#experience .about-col .img {
  position: relative;
}

#experience .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#experience .about-col .icon {
  width: 64px;
  height: 64px;
  /*padding-top: 8px;*/
  text-align: center;
  position: absolute;
  background-color: #18d26e;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#experience .about-col[name="jordanburnett"] .icon {
  background-color: #42A4B2;
}

#experience .about-col[name="johncatford"] .icon {
  background-color: #DA4518;
}

#experience .about-col[name="susanhunt"] .icon {
  background-color: #11A787;
}

#experience .about-col[name="janekiddell"] .icon {
  background-color: #176FB2;
}

#experience .about-col[name="maritamccabe"] .icon {
  background-color: #42A4B2;
}

#experience .about-col[name="bevoconnell"] .icon {
  background-color: #DA4518;
}
#experience .about-col[name="jamesquealy"] .icon {
  background-color: #11A787;
}

#experience .about-col[name="alantaylor"] .icon {
  background-color: #176FB2;
}

#experience .about-col i {
  font-size: 28px;
  line-height: 1;
  width: 56px;
  height: 56px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  transition: 0.3s;
}

/*#experience .about-col:hover .icon {
  background-color: #fff;
}

#experience .about-col:hover i {
  color: #18d26e;
}*/

#experience .about-col h2 {
  color: #283859;
  text-align: center;
  font-weight: 700;
  /*font-size: 20px;*/
  font-size: 1rem;
  padding: 0 0 20px 0;
  margin: 40px 0 0 0;
}

#experience .about-col h2 a {
  color: #000;
}

#experience .about-col h2 a:hover {
  color: #18d26e;
}

#experience .about-col .sub-title {
  text-align: center;
  /*font-size: 1.125rem;*/
  font-size: .8rem;
  line-height: 1.25rem;
  padding: 0 10px 10px 10px;
}

#experience .about-col p {
  /*font-size: 14px;*/
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

#experience .about-descriptions {
  position: relative;
  height: 0;
  overflow: hidden;
}

#experience .profile-description {
  position: absolute;
  /*background: #fff;*/
  margin: 15px;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

#experience .profile-description .sub-title {
  font-size: 1.25rem;
}

#experience .profile-description p:last-child {
  margin-bottom: 0;
}


/* Exactly Section
--------------------------------*/
#exactly {
  background: #0e1a28;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#exactly hr {
  margin: 40px 15px;
  width: 100%;
}

#exactly .box {
  margin-bottom: 30px;
}

#exactly .icon {
  float: left;
  text-align: center;
  width: 50px;
}

#exactly .icon i {
  color: #5e8bc0;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#exactly .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 36px;
}

#exactly .title a {
  color: #111;
}

#exactly .box:hover .title a {
  color: #18d26e;
}

#exactly .description {
  /*font-size: 14px;*/
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}


/* Call To Action Section
--------------------------------*/
#contact-us {
  background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/contactus.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}

#contact-us::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(9, 82, 67, 0.8);
  z-index: 9;
}

#contact-us .container {
  position: relative;
  z-index: 10;
}

/*#contact-us .contact-col {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin: 40px 0 20px;
}

#contact-us .contact-col .img {
  position: relative;
}

#contact-us .contact-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #18d26e;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#contact-us .contact-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}*/

/*#contact-us h3 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding: 0 0 15px;
}*/

/*#contact-us .contact-col h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
  padding: 40px 0 15px;
  text-transform: uppercase;
}*/

#contact-us p {
  margin-bottom: 15px;
}

#contact-us .divider div {
  width: 30%;
  margin: 40px auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#contact-us address {
  /*font-size: 14px;*/
  text-align: center;
  line-height: 24px;
  /*color: #333;*/
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

#contact-us .cta-btn {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#contact-us .cta-btn:hover {
  background: #18d26e;
  border: 2px solid #18d26e;
}

/*Added JB*/
#contact-us .contact-col {
  text-align: center;
}
#contact-us .btn-contact {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 6px;
  transition: 0.5s;
  /*margin: 10px;*/
  color: #fff;
  border: 2px solid #11a787;
  background: #11a787;
  transition: 0.3s;
}
#contact-us .btn-contact:hover {
  background: #fff;
  color: #11a787;
  transition: 0.3s;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #151e2e;
  padding: 0 0 30px 0;
  color: #eee;
  /*font-size: 14px;*/
}

#footer .footer-top {
  /*background: #000;*/
  padding: 60px 0 30px 0;
}
#footer .details-cols {
  margin: 30px auto 0;
  font-size: 10px;
  max-width: 700px;
}

#footer .details-cols .icon i {
  color: #11A787;
  font-size: 24px;
  line-height: 1;
  transition: 0.5s;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #18d26e;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #18d26e;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #18d26e;
  width: 60px;
}

#footer .footer-top .footer-links {
  /*margin-bottom: 30px;*/
  font-size: 10px;
  margin: 30px auto 0;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  /*border-bottom: 1px solid #333;*/
  padding: 10px 0;
  display: inline-block;
  margin: 0 30px;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover, #footer .footer-top .footer-links ul a:hover i {
  color: #11A787;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #18d26e;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

/*--------------------------------------------------------------
# Image Pre Loader
--------------------------------------------------------------*/
.image-preloader {
  position: absolute;
  overflow: hidden;
  left: -9999px;
  bottom: 9999px;
  width: 0;
  height: 0;
}


/*MEDIA QUERIES*/

@media (min-width: 576px) {
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
  #nav-menu-container {
    display: none;
  }
  .back-to-top {
    bottom: 15px;
  }
  #intro h2 {
    font-size: 28px;
  }
  #explain .about-col .img-fluid {
    height: 400px;
  }
  #contact-us .btn-contact {
    font-size: 14px;
    padding: 8px 16px;
  }
  #explain .about-col[name="johncatford"] .profile-johncatford {
    background-image: url(../img/john-catford-500.jpg);
  }
  #explain .about-col[name="jamesquealy"] .profile-jamesquealy {
    background-image: url(../img/james-quealy-500.jpg);
  }
  #explain .about-col[name="alantaylor"] .profile-alantaylor {
    background-image: url(../img/alan-taylor-500.jpg);
  }
  #explain .about-col[name="jordanburnett"] .profile-jordanburnett {
    background-image: url(../img/jordan-burnett-500.jpg);
  }
  #intro .aoc {
    font-size: 0.75rem;
  }
  #experience .about-col h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  #experience .about-col .sub-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .about-cols .col-lg-3 {
    padding-right: 5px;
    padding-left: 5px;
    width: 20%;
    max-width: 20%;
  }
  #explain .profile-description {
    margin-right: 5px;
    margin-left: 5px;
  }
  #experience .about-col .img-fluid {
    height: 180px;
  }
  #experience .about-col .sub-title {
    display: none;
  }
}

@media (min-width: 992px) {
  .about-cols .col-lg-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
  #explain .profile-description {
    margin-right: 15px;
    margin-left: 15px;
  }
  #experience .about-col .img-fluid {
    height: 180px;
  }
  #experience .about-col .sub-title {
    display: block;
    height: 120px;
  }
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }
  #nav-menu-container {
    padding-right: 60px;
  }
  #intro p {
    /*width: 60%;*/
  }
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
  .about-cols .col-lg-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1200px) {
  #experience .about-col .sub-title {
    height: 100px;
  }
}