body {
  font-family: 'Raleway', sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif; }

.afterline {
  position: relative;
  margin: 0 auto 60px; }
  .afterline:after {
    content: "";
    background: #718079;
    width: 90px;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -25px; }

.w100 {
	width: 100%;
}

img {
	max-width: 100%;
    height: auto;
}

.spacer {
  clear: both;
  width: 100%; }

.spacer-single {
  clear: both;
  width: 100%;
  height: 5px; }

.spacer-double {
  clear: both;
  width: 100%;
  height: 20px; }
  
.spacer-quad {
  clear: both;
  width: 100%;
  height: 40px; }

.padclear {
  padding: 0 !important; }

hr.star-light,
hr.star-dark {
  max-width: 15rem;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 0.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto; }

hr.star-light:after,
hr.star-dark:after {
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 0.25em;
  content: '\f005';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2em; }

hr.star-light {
  border-color: #fff; }

hr.star-light:after {
  color: #fff;
  background-color: #095d40; }

hr.star-dark {
  border-color: #111d28; }

hr.star-dark:after {
  color: #111d28;
  background-color: white; }

section {
  padding: 6rem 0; }
  section h2 {
    font-size: 2.25rem;
    line-height: 2rem; }
  @media (min-width: 992px) {
    section h2 {
      font-size: 3rem;
      line-height: 2.5rem; } }

.btn-xl {
  padding: 1rem 1.75rem;
  font-size: 1.25rem; }

.btn-social {
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.25rem;
  line-height: 2rem; }

.scroll-to-top {
  z-index: 1042;
  right: 1rem;
  bottom: 1rem;
  display: none; }
  .scroll-to-top a {
    width: 3.5rem;
    height: 3.5rem;
    background-color: rgba(33, 37, 41, 0.5);
    line-height: 3.1rem; }

.img-circle-primary {
  background: #095d40;
  display: inline-block;
  width: 120px;
  height: 120px;
  text-align: center;
  padding: 20px;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  position: relative; }
  .img-circle-primary img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

.prefooter {
  padding: 1.8em 0; }
  .prefooter p {
    font-size: 2em;
    color: #fff;
    margin: 0;
    padding: 0; }
  .prefooter .btn-outline {
    color: #fff;
    display: inline-block;
    border: 2px solid #fff;
    padding: 12px 45px;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    @media screen and (max-width: 768px) {
      .prefooter .btn-outline {
        margin-top: 20px; } }
    .prefooter .btn-outline:hover {
      color: #095d40;
      background: #fff;
      text-decoration: none; }

#mainNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #fff;
  font-family: 'Raleway', sans-serif; }
  #mainNav .navbar-brand {
    color: #fff; }
  #mainNav .navbar-nav {
    margin-top: 1rem;
    letter-spacing: 0.0625rem; }
    #mainNav .navbar-nav li.nav-item a.nav-link {
      font-size: 0.8em;
      -webkit-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      -ms-transition: all 250ms ease-in-out;
      -o-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out;
      color: #111d28; }
      #mainNav .navbar-nav li.nav-item a.nav-link:hover {
        color: #095d40; }
      #mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
        color: #095d40; }
      #mainNav .navbar-nav li.nav-item a.nav-link.active {
        color: #095d40; }
  #mainNav .navbar-toggler {
    font-size: 80%;
    padding: 0.8rem; }

@media (min-width: 992px) {
  #mainNav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s; }
    #mainNav .navbar-brand {
      font-size: 2em;
      -webkit-transition: font-size 0.3s;
      -moz-transition: font-size 0.3s;
      transition: font-size 0.3s; }
    #mainNav .navbar-nav {
      margin-top: 0; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
      color: #fff;
      background: #095d40; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
        color: #fff;
        background: #095d40; }

  #mainNav.navbar-shrink {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    #mainNav.navbar-shrink .navbar-brand {
      font-size: 1.5em; } }
header.masthead {
  padding-top: 6em;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden; }
  header.masthead h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-transform: none !important;
    position: relative; }
  header.masthead h2 {
    font-size: 1.3rem;
    font-family: 'Raleway', sans-serif; }
  header.masthead a {
    margin: 0 10px; }
  header.masthead p {
    font-size: 1.2em;
    color: #fff; }
  header.masthead .bg {
    background: url(/img/banner.jpg) center center;
    background-size: auto;
    background-attachment: fixed;
    background-repeat: repeat;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 100%;
    height: 100%; }
    header.masthead .bg:before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5); }
    header.masthead .bg.animation {
      -webkit-animation: zoomin 30s ease-in infinite;
      animation: zoomin 30s ease-in infinite;
      transition: all .5s ease-in-out; }
  header.masthead.slim {
    padding: 6em 0 4em; }
  header.masthead video {
    position: absolute;
    width: 100%;
    height: 140%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    margin: 0; }

@media (min-width: 992px) {
  header.masthead {
  	padding-top: 13rem;
    padding-bottom: 12rem;
  }
  header.masthead.xmas {
  	padding: 0;
  }
  header.masthead.xmas .container {
  	padding-top: 13rem;
    padding-bottom: 12rem;
    }
    header.masthead h1 {
      font-size: 2.5em;
      line-height: 3rem; }
    header.masthead h2 {
      font-size: 1.75em; } }
/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }
@keyframes zoomin {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }
/*End of Zoom in Keyframes */
.home-services {
  background: #f5f5f5; }
  .home-services h2 {
    margin: 0 auto;
    text-align: center; }
  .home-services .title {
    color: #095d40;
    background: #fff;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 1.4em;
    text-transform: uppercase; }
  .home-services .text {
    padding: 20px;
    background: #fff; }

.boxes {
  overflow: hidden; }

.infobox {
  padding: 40px;
  background: #fff;
  padding: 60px 40px; }
  @media (min-width: 992px) {
    .infobox {
      padding: 100px 120px; } }
  .infobox.home {
    background: #f5f5f5; }
    .infobox.home h3 {
      margin-bottom: 50px; }
  .infobox h3 {
    position: relative;
    color: #095d40; }
    .infobox h3:after {
      content: "";
      background: #718079;
      width: 70px;
      height: 4px;
      position: absolute;
      left: 0;
      margin: 0;
      bottom: -25px; }

@media screen and (max-width: 768px) {
  .imgbox {
    min-height: 350px; } }

.home-gallery h2 {
  text-align: center;
  margin: 0 auto;
  color: #095d40;
  margin-bottom: 80px; }

.home-accreditations {
  padding-top: 10px;
  text-align: center; }
  .home-accreditations h2 {
    text-align: center;
    margin: 0 auto;
    color: #095d40;
    margin-bottom: 80px; }
  .home-accreditations img {
    text-align: center;
    margin: 0 auto;
    height: 70px; }
    @media screen and (max-width: 768px) {
      .home-accreditations img {
        margin: 20px auto; } }

.testimonials-pane {
  padding: 40px 0;
  background: #d1e1f1; }
  .testimonials-pane strong, .testimonials-pane p {
    display: block;
    margin: 0;
    color: #111d28; }
  .testimonials-pane .lead-in {
    padding-right: 20px;
    border-right: 1px solid #095d40; }

.home-style {
  background: #fff; }
  @media screen and (max-width: 767px) {
    .home-style {
      overflow: hidden;
      padding-bottom: 0; } }
  .home-style h2 {
    text-align: center;
    margin: 0 auto;
    color: #095d40;
    margin-bottom: 80px; }
  .home-style .text-right,
  .home-style .text-left,
  .home-style .col-sm-10 {
    text-align: center !important; }
  .home-style #myTab .nav-link {
    background: #095d40;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin: 0 1px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    font-family: 'Raleway', sans-serif;
    width: 120px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer; }
    .home-style #myTab .nav-link:hover {
      background: #053524; }
    .home-style #myTab .nav-link.active {
      background: #053524; }
  .home-style #myTab .nav-item:first-child .nav-link {
    -webkit-border-radius: 1px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius: 1px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-radius: 1px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .home-style #myTab .nav-item:last-child .nav-link {
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 1px;
    -moz-border-radius-bottomleft: 1px;
    border-radius: 5px;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px; }
  .home-style .centerPane {
    position: relative; }
  .home-style #myTabContent {
    margin-top: 4em; }
    .home-style #myTabContent .style-element {
      margin: 100px 0; }
      .home-style #myTabContent .style-element h4 {
        color: #095d40; }
    .home-style #myTabContent .style-tooltip {
      background: #095d40;
      display: block;
      width: 40px;
      height: 40px;
      border-radius: 500px;
      -webkit-border-radius: 500px;
      text-align: center;
      padding-top: 3px;
      font-size: 1.4em;
      color: #fff;
      position: absolute;
      cursor: pointer; }
      .home-style #myTabContent .style-tooltip.first {
        left: 45px;
        top: 30px; }
      .home-style #myTabContent .style-tooltip.second {
        right: 153px;
        top: 170px; }
      .home-style #myTabContent .style-tooltip.third {
        right: 90px;
        top: 270px; }
      .home-style #myTabContent .style-tooltip.fourth {
        left: 80px;
        top: 280px; }
      .home-style #myTabContent .style-tooltip.fifth {
        right: 150px;
        bottom: 80px; }

.tooltip-inner {
  background-color: #fff;
  color: #000;
  padding: 20px;
  border-radius: 0;
  -webkit-border-radius: 0; }
  .tooltip-inner p {
    margin: 0; }

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #fff; }

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #fff; }

.home-map {
  width: 100%;
  height: 600px;
  border: 0;
  margin: 0 0 -6px 0; }

.generic-intro {
  background: #f5f5f5; }

.generic-ico-cols h5 {
  font-weight: bold;
  margin: 30px 0 20px; }
.generic-ico-cols .img-circle {
  border-radius: 500px;
  -webkit-border-radius: 500px; }

.testimonial {
  padding: 5em 0; }
  .testimonial p {
    margin: 0;
    font-size: 1.2em; }
    .testimonial p.name {
      color: #095d40;
      font-weight: bold;
      margin-top: 20px;
      font-size: 1.2em !important; }
  .testimonial.standout p {
    font-size: 3.4em;
    color: #095d40; }

.casestudy {
  padding: 3.5em 0; }
  .casestudy h3 {
    margin-top: 10px; }
  .casestudy p {
    margin: 20px 0;
    font-size: 1.2em; }
  .casestudy a {
    font-weight: bold;
    font-size: 1.2em; }

.faqaccordion {
  padding: 0 0 60px; }
  .faqaccordion #accordion {
    width: 100%;
    background: #fff;
    padding: 0 40px 40px; }
  .faqaccordion .card {
    border: none; }
  @media (min-width: 991px) {
    .faqaccordion .card-body {
      padding: 2rem; } }
  .faqaccordion .card-header {
    border-color: #095d40;
    background: #fff; }
    .faqaccordion .card-header h5 {
      color: #095d40; }
      .faqaccordion .card-header h5 a {
        padding: 1.75rem 1.25rem;
        padding-right: 4.25rem;
        display: block;
        position: relative; }
        .faqaccordion .card-header h5 a:hover {
          text-decoration: none; }
        .faqaccordion .card-header h5 a:after {
          content: "\f054";
          /* fa-chevron-down */
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          font-size: 0.8em;
          position: absolute;
          right: 0;
          color: #095d40;
          border: 2px solid #095d40;
          border-radius: 500px;
          -webkit-border-radius: 500px;
          display: inline-block;
          width: 30px;
          height: 30px;
          text-align: center;
          padding: 4px 0 0 3px;
          top: 38px; }
      .faqaccordion .card-header h5 a[aria-expanded="true"]:after {
        content: "\f078";
        padding: 4px 0 0 2px; }

.contact.section {
  padding: 6em 0; }
  .contact.section i {
    color: #095d40;
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 2px solid #095d40;
    border-radius: 500px;
    -wekbit-border-radius: 500px;
    padding: 16px 18px;
    font-size: 1.5em; }
  .contact.section p {
    margin-bottom: 30px; }
  .contact.section h5 {
    font-weight: bold;
    text-transform: uppercase; }
  .contact.section .contactform input {
    margin-bottom: 20px; }
  .contact.section .contactform button {
    background: #095d40;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    margin-top: 20px;
    padding: 5px 50px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    .contact.section .contactform button:hover {
      background: #053524; }

#googlemap {
  border: 0;
  width: 100%;
  height: 600px;
  margin-bottom: -7px; }

.projects {
  text-align: center;
  padding: 60px 0; }
  .projects h3 {
    margin: 0 auto 60px; }

.genericbrochuresec .col-md-8 {
  padding-right: 40px; }
.genericbrochuresec h2 {
  position: relative;
  color: #095d40;
  margin: 30px 0 60px; }
  .genericbrochuresec h2:after {
    content: "";
    background: #718079;
    width: 70px;
    height: 4px;
    position: absolute;
    left: 0;
    margin: 0;
    bottom: -25px; }
.genericbrochuresec .btn {
  margin-top: 15px; }

.news article {
  padding: 40px 0;
  border-bottom: 1px solid #e9e9e9; }
  .news.entry article a {
  	text-decoration: underline; }
  .news article a:hover {
    text-decoration: none; }
    .news article a:hover h5 {
      text-decoration: none; }
  .news article h2 {
    margin: 30px 0 40px; }
  @media (min-width: 768px) {
    .news article .date {
      text-align: center; } }
  .news article .date p {
    font-weight: bold;
    color: #000;
    margin: 0; }
  .news article .date .number {
    font-size: 55px; }
.news .sidebar h4 {
  color: #095d40;
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px; }
.news .sidebar a {
  color: #898989;
  font-size: 18px;
  display: block;
  margin-bottom: 10px; }
.news .sidebar select {
  width: 100%;
  padding: 10px 5px; }
.news.entry article {
  border: none; }
.news.entry p {
  margin-bottom: 30px; }
.news.entry .bigquote {
  background: #f5f5f5;
  border-left: 10px solid #095d40;
  display: block;
  margin: 20px 0 30px;
  padding: 20px;
  font-size: 24px; }
  @media (min-width: 768px) {
    .news.entry .bigquote {
      margin: 20px 60px 30px; } }
  .news.entry .bigquote:before {
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #095d40;
    margin-right: 10px; }
  .news.entry .bigquote:after {
    content: "\f10e";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #095d40;
    margin-left: 10px; }
.news.entry .date {
  text-align: left; }

a.invertbtn {
  background: transparent;
  color: #095d40;
  padding: 10px 35px;
  border-radius: 25px;
  -wekbit-border-radius: 25px;
  margin-top: 15px; }

.designdooriframe {
  width: 100%;
  height: 600px; }

.gallery-filter {
  margin: 40px 0; }
  .gallery-filter button {
    background: #095d40;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    outline: none;
    padding: 10px 25px;
    margin: 0;
    color: #fff; }
    .gallery-filter button:hover {
      background: #053524;
      color: #fff; }
    .gallery-filter button:active, .gallery-filter button:focus {
      outline: none; }
  .gallery-filter.trans button {
    background: transparent;
    border: 1px solid #868d93;
    color: #868d93; }

.gallery {
  overflow-x: hidden; }
  .gallery img {
    width: 100%;
    object-fit: cover; }
  .gallery.about img, .gallery.about .tile {
    margin-bottom: 20px; }
  .gallery.about .bg-primary {
    min-height: 100%; }
  .gallery.about .tile {
    position: relative;
    text-align: center; }
    .gallery.about .tile .inner {
      margin: 0 auto;
      position: absolute;
      text-align: center;
      left: 0;
      right: 0;
      top: 60%;
      transform: translateY(-60%); }
      .gallery.about .tile .inner h5 {
        color: #fff;
        font-weight: bold; }
      .gallery.about .tile .inner p {
        color: #fff; }

.calendar .scroller-wrapper {
  overflow: hidden;
  position: relative; }

.calendar .content {
  position: relative;
  width: 100%; }

.calendar h3 {
  font-size: 14px;
  line-height: 30px;
  text-align: center; }

.calendar table {
  font-size: 11px;
  margin-bottom: 0;
  width: 100%; }

.calendar th,
.calendar td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 1.6;
  padding: 5px; }

.calendar th {
  border-width: 0 0 1px;
  font-size: 13px; }

.calendar td:first-child {
  border-left: none; }

.calendar td:last-child {
  border-right: none; }

.calendar tr:last-child td {
  border-bottom: none; }

.calendar table a {
  border: none;
  display: block;
  padding: 0;
  color: #095d40 !important;
  font-weight: bold;
  margin: 0 !important;
  line-height: 1.6 !important; }

.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000;
  color: #fff; }
  .footer ul {
    margin: 0.75em 0;
    padding: 0 1em;
    list-style: none; }
    .footer ul li {
      margin: 5px 0; }
      .footer ul li a {
        color: #fff; }
      .footer ul li:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f105";
        color: #fff;
        display: block;
        height: 0;
        width: 0;
        left: -1em;
        top: 0;
        position: relative; }
  .footer .footerform input {
    margin-bottom: 1em; }
  .footer .footerform button {
    padding: 5px 25px; }

.copyright {
  background-color: #222; }
  .copyright p, .copyright a {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
    color: #fff; }
  .copyright a {
    margin-left: 20px; }

a {
  color: #095d40; }
  a:focus, a:hover, a:active {
    color: #053524; }

p {
  color: #343a40; }

h2 {
  font-size: 2.25em !important; }

.btn {
  border-width: 2px; }

.bg-primary {
  background-color: #095d40 !important; }

.bg-secondary {
  background-color: #111d28 !important; }

.bg-grey {
  background-color: #f5f5f5 !important; }

.text-primary {
  color: #095d40 !important; }

.text-secondary {
  color: #111d28 !important; }

.btn-primary {
  background-color: #095d40;
  border-color: #095d40; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #053524;
    border-color: #053524; }

.btn-secondary {
  background-color: #111d28;
  border-color: #111d28; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background-color: #020304;
    border-color: #020304; }

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #000; }
  .btn-white:hover, .btn-white:focus, .btn-white:active {
    background-color: #053524;
    border-color: #053524; }

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-5ths {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-5ths {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-5ths {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-5ths {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    float: left; } }
@media (min-width: 768px) {
  .navbar-nav li:hover > .dropdown-menu {
    display: block; } }
@media (min-width: 991px) {
  .navbar {
    padding: 0 !important; }
    .navbar .nav-link {
      padding-top: 3.1rem;
      padding-bottom: 3.1rem;
      border-radius: 0 !important;
      -webkit-border-radius: 0 !important; }
      .navbar .nav-link.active {
        background: white !important;
        color: #000 !important; } }
      @media (min-width: 991px) and (min-width: 991px) {
        .navbar .nav-link.active {
          border-bottom: 3px solid #095d40; } }

.navbar.navbar-shrink .nav-link {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem; }
.navbar.navbar-shrink .dropdown-menu {
  top: 97%; }
.navbar .dropdown-toggle::after {
  content: none; }
.navbar .dropdown-menu {
  min-width: 18rem;
  border: none;
  top: 98%;
  border-bottom: 4px solid #095d40; }
  @media (min-width: 991px) {
    .navbar .dropdown-menu {
      -webkit-border-radius: 0 0 3px 3px;
      padding: 5px 20px 20px;
      border-radius: 0 0 3px 3px;
      box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1), -2px 2px 3px rgba(0, 0, 0, 0.1); } }
  @media screen and (max-width: 991px) {
    .navbar .dropdown-menu {
      margin-bottom: 20px;
      padding-bottom: 10px; } }
  .navbar .dropdown-menu a {
    color: #000;
    font-size: 0.8rem;
    border-bottom: 1px solid #eee;
    display: block;
    padding: 5px 0;
    margin: 5px 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    .navbar .dropdown-menu a:hover {
      border-bottom: 1px solid #244e79;
      text-decoration: none; }

.dropdown.show .nav-link {
  color: #095d40; }
  
figure.snip0016 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: left;
  margin: 0 !important;
}
figure.snip0016 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip0016 img {
  max-width: 100%;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip0016 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 90px 3em;
  width: 100%;
  height: 100%;
}
figure.snip0016 figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 100%;
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0016 h2,
figure.snip0016 p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
figure.snip0016 h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(30%, 0%, 0);
  transform: translate3d(30%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip0016 h2 span {
  font-weight: 800;
}
figure.snip0016 p {
  font-weight: 200;
  -webkit-transform: translate3d(0%, 30%, 0);
  transform: translate3d(0%, 30%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip0016 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.snip0016:hover img {
  opacity: 0.3;
}
figure.snip0016:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
figure.snip0016:hover figcaption p {
  opacity: 0.9;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0016:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  left: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.prehead {
	background: #111d28;
    padding: 10px 0;
}

.prehead ul {
	margin: 0;
    line-height: 2.2;
}

.prehead ul a {
	color: white;
    margin: 0 5px;
}

.prehead ul p.large {
	color: white;
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 0;
    padding-bottom: 0;
}

@media screen and (max-width:768px) {
	.prehead ul a {
    	font-size: 1.2rem;
    }
}

.prehead ul a.active {
	text-decoration: underline;
}

.prehead i {
	font-size: 1.2rem;
    margin-left: 10px;
}

.prehead .btn-social {
	display: inline-block;
    text-align: center;
    width: 29px;
    height: 29px;
    background: white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-top: 3px;
}

.prehead .btn-social i {
	color: #111d28;
    font-size: 1.1rem;
    margin: 0;
}

@media screen and (max-width: 768px) {
	.prehead .col-xs-12 {
    	text-align: center !important;
    }
    .navbar-brand {
    	width: 150px;
    }
}

.thanks.container {
    padding: 60px 0;
}

.book-a-visit {
	background: url(/img/bookavisitbg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 20px 0;
}

.book-a-visit:before {
	content: "";
    position: absolute;
    background: rgba(0,0,0,0.6);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bookvisitform {
	background: white;
    padding: 40px 25px;
    -webkit-border-radius: 10px;
	border-radius: 10px;
}

.bookvisitform p {
	color: #a7a4a4 !important;
    font-size: 12px !important;
}

.bookvisitform label {
	font-weight: bold;
}

.bookvisitform input {
	margin-bottom: 20px;
}

.bookvisitform button {
	width: 100%;
    margin-top: 20px;
}

.bookvisitform p {
	margin-top: 20px;
}

.book-a-visit h1, .book-a-visit p, .book-a-visit ul {
	color: white;
}

.book-a-visit h1 {
	margin: 30px 0;
}

.datacollect {
	font-size: 12px;
    position: absolute;
    bottom: 0;
}

@media screen and (max-width:768px) {
	.datacollect {
    	position: relative;
    }
}

.datacollect ul {
	padding-left: 15px;
}

.error {
	margin: 0 auto;
}

.project-more {
	width: 100%;
}

footer p {
	color: #6c757d;
}

.screen-reader {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
}

#mainNav .navbar-brand img {
	width: 135px;
}

#mainNav.navbar-shrink .navbar-brand img {
	width: 110px;
}

.masthead .container {
	position: relative;
}

header.masthead .ny {
	background: url(/img/2020calendar.png) no-repeat center center / 80%;
    position: absolute;
    top: -50px;
    right: 0;
    width: 100%;
    padding: 200px 80px 90px 260px;
    text-align: left;
}

header.masthead .ny strong {
	font-size: 20px !important;
}

header.masthead .ny p {
	font-size: 20px !important;
    color: #4e5761 !important;
}

header.masthead .ny a,
.ny-banner a {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: white;
    padding: 10px 25px;
    margin-top: 10px;
}

header.masthead .ny a {
	margin: 0 !important;
}

.ny-banner a {
	background: #fff;
    color: #095d40;
}

header.masthead .ny a:hover,
.ny-banner a:hover {
    text-decoration: none;
}

.ny-banner {
	background: url(/img/ny-banner.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding: 15px 0;
}

.ny-banner p {
	font-size: 18px !important;
    color: white;
    padding: 0;
    margin: 8px 0 0 0;
    display: inline-block;
}

.ny-banner a {
	display: inline-block;
    margin: 0 !important;
}

@media (max-width: 991px) {
	header.masthead .ny {
    	display: none;
    }
}

@media screen and (max-width: 768px) {
    .ny-banner {
    	text-align: center;
    }
    .ny-banner a {
    	margin-top: 10px !important;
    }
}

.box-img-slider .slick-slide img {
	width: 100%;
}

.form-container {
	background: white;
    width: 100%;
    padding: 3rem 2rem;
    -webkit-box-shadow: 0px 0px 61px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 0px 61px 0px rgba(0,0,0,0.38);
    box-shadow: 0px 0px 61px 0px rgba(0,0,0,0.38);
    color: black;
}

.form-container p {
	color: black;
}


.doorform input, .doorform textarea {
	background: #f7f7f7;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin-bottom: 1rem;
    height: auto;
    padding: .75rem .5rem
}

.doorform .btn {
	background: #095d40;
    color: #000;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 0.88rem 2rem;
    cursor: pointer;
}

.privacy-radio {
	display: flex;
}

.privacy-radio input {
	margin: .25rem .5rem 0 0;
}

.doorform p {
	display: block;
	margin-top: 1rem;
}

.doorform p, .privacy-radio label {
	font-weight: bold !important;
}

.doorform button[type="submit"] {
	margin-top: 1rem;
}

.doorform .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}

.doorform .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.navbar .btn {
	display: inline;
    cursor: pointer;
    padding: 1rem;
    line-height: .8;
    font-weight: bold;
    letter-spacing: 1px;
}

.privacy {
	padding: 4rem 0;
    overflow-x: hidden;
}

.privacy h3 {
	margin: 3rem 0 1.5rem;
}

.design-door {
	padding: 1rem 0 3rem;
}

/*# sourceMappingURL=freelancer.css.map */