*, *:before, *:after {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 19.5px;
  background-color: white;
  color: black;
  scroll-behavior: smooth;
}

/*----- \standard animation keyframe -----*/
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*----- /standard animation keyframe -----*/

::selection      {color:#fff;background:rgba(21,21,21,0.75);}
::-moz-selection {color:#fff;background:rgba(21,21,21,0.75);}

.feather {
  height: 1em;
  margin-top: -4px;
  pointer-events: none;
  vertical-align: middle;
  width: 1em;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

/* .lg-icon */

a:link:not(.btn):not(.nav-link):not(.dropdown-item):not(.lg-icon),
a:visited:not(.btn):not(.nav-link):not(.dropdown-item):not(.lg-icon) {
  color: #48788c;
  background-color: transparent;
  border-radius: 2px;
  padding: 1px 5px 1px 1px;
  margin-left: 0px;

  -webkit-transition: all 200ms ease-out 0s;
  transition: all 0.20s ease-out 0s;
}

a:active:not(.btn):not(.nav-link):not(.dropdown-item):not(.lg-icon),
a:hover:not(.btn):not(.nav-link):not(.dropdown-item):not(.lg-icon) {
  color: rgba(255,255,255,1);
  background-color: #48788c;
}

.colour-link:link:not(.btn):not(.nav-link):not(.dropdown-item),
.colour-link:visited:not(.btn):not(.nav-link):not(.dropdown-item) {
  color: rgba(235,110,31,1)!important;
  background-color: transparent!important;
  border-radius: 0!important;
  padding: 0!important;

  -webkit-transition: all 200ms ease-out 0s;
  transition: all 0.20s ease-out 0s;
}

.colour-link:hover:not(.btn):not(.nav-link):not(.dropdown-item),
.colour-link:active:not(.btn):not(.nav-link):not(.dropdown-item) {
  opacity: 0.65!important;
  color: rgba(235,110,31,1)!important;
  background-color: transparent!important;
}

.fade-link:link:not(.btn):not(.nav-link):not(.dropdown-item),
.fade-link:visited:not(.btn):not(.nav-link):not(.dropdown-item) {
  color: inherit!important;
  background-color: transparent!important;
  border-radius: 0;
  padding: 0;

  -webkit-transition: all 200ms ease-out 0s;
  transition: all 0.20s ease-out 0s;
}

.fade-link:hover:not(.btn):not(.nav-link):not(.dropdown-item),
.fade-link:active:not(.btn):not(.nav-link):not(.dropdown-item) {
  color: inherit!important;
  opacity: 0.7;
  background-color: transparent;
}

.no-link-style:link, .no-link-style:visited, .no-link-style:hover, .no-link-style:active {
  color: inherit!important;
  background: none!important;
  text-decoration: none!important;
  border-bottom: none!important;
  border-radius: 0!important;
  text-shadow: none!important;
  padding: 0!important;

  -webkit-transition: none;
  transition: none;
}

h4 {
  font-size: 25px;
}

.body-top {
  margin-top: -15px;
  background: url(../images/structure/body-top.png) no-repeat ;
  height: 195px;
  padding: 100px 0px 0px 55px;
  font-weight: bold;
  font-family: 'Kaushan Script', cursive;
  font-size: 30px;
  color: black;
}

.body-main {
  margin-top: -25px;
  margin-bottom: 0px;
  padding: 0px 70px 8px 70px;
  color: black;
  font-family: 'Lato', serif !important;
  font-size: 20px;
  line-height: 110%;
}


.body-bottom {
  background: url(../images/structure/body-bottom.png) no-repeat;
  height: 167px;
  margin-top: 0px;
}

.date {
  font-size: 18px;
  line-height: 100%;
}

.margin-right {
  background-color: #c6d5db;
  padding: 0px 0px 0px 0px;
}

.margin-header {
  background-color: #1e3b47;
  padding: 10px 0px 10px 10px;
  color: #c6d5db;
  font-weight: bold;
  font-family: 'lato', serif;
  font-size: 23px;
  margin-top: 30px;
}

.dropbtn {
  background-color: #b7b2a6;
  color: #524d43;
  padding: 8px;
  font-size: 20px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  margin: auto;
  width: 100%;
  text-align: left;
  margin-top: 0px;

}


.dropbtn2 {
  background-color: #b7b2a6;
  color: #524d43;
  padding: 8px;
  font-size: 20px;
  border: none;
  cursor: pointer;
  margin: auto;
  width: 100%;
  text-align: left;
  margin-top: 0px;

}


.dropbtn:hover, .dropbtn:focus {
  background-color: #a29c8e;
}

.dropbtn2:hover, .dropbtn:focus {
  background-color: #a29c8e;
}

.dropdown {
  margin-top: 15px;
  z-index: 1000;
}

.dropdown2 {
  padding-top: 15px;
  padding-left: 10px;
  font-size: 17px;
  line-height: 110%;
  color: #1e3b47;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #c2bfb7;
  min-width: 100%;
  border-bottom: 1px #524d43 solid;
  overflow: auto;
/*  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
  right: 0;
  z-index: 1;

}

.dropdown-content a {
  color: black;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  background-color: #ddd;

}

.show {display: block;}

.toolbar1 {
  display: none;
  z-index: 100;
  position: absolute;
  background: pink;
}

.toolbar2 {
  display: inline-block;
  width: 100% !important; */
  margin-bottom: 15px;
}

.divider-line {
  height: 15px;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px #462717 solid;
}

.margin-line {
  height: 20px;
  width: 100%;
  margin-bottom: 16px;
  border-bottom: 1px #524d43 solid;
}

.margin-line2 {
  height: 25px;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px #524d43 solid;
}

.margin-line-footer {
  height: 40px;
  width: 100%;
  margin-bottom: 40px !important;
  border-bottom: 1px #acacac solid;
}

.icon-select {
  height: 25px;
  margin-top: -5px;
  padding: 0px 5px 0px 5px;
}

.icon-calendar {
  height: 25px;
  margin-top: -5px;
  padding: 0px 5px 0px 50px;
}

.icon-religion {
  height: 25px;
  margin-top: -5px;
  padding: 0px 5px 0px 50px;
}

.icon-party {
  height: 25px;
  margin-top: -5px;
  padding: 0px 5px 0px 50px;
}

.icon-home {
  height: 25px;
  margin-top: -5px;
  padding: 0px 5px 0px 50px;
}

.icon-items {
  height: 25px;
  margin-top: -5px;
  padding: 0px 5px 0px 50px;
}

.icon-game1 {
  height: 25px;
  margin-top: -5px;
  padding: 0px 5px 0px 50px;
}

.sub-nav {
  margin: 25px 0px 0px 0px;
  width: 350px;
}

.legal-notice {
  font-family: 'lato', serif !important;
  font-size: 14px !important;
  margin-top: 20px !important;
}

.photo {
  width: 200px;
  padding: 0px 0px 15px 0px;
}

/*----- \nav -----*/

nav.navbar {
  background-color: #fff;
  position: sticky;
  top:0;
  z-index: 1000;
}

.nav-item .nav-link.active {
  color: #eb6e1f!important;
}

@media screen and (min-width: 992px) {
  .navbar .container {
    align-items: center;
  }

  .nav-item .nav-link.active {
    color: inherit!important;
    border: none;
    border-radius: 0;
  }

  .nav-item .nav-link {
    position: relative;
    font-size: 18px;
    padding: 0 0.9rem!important;
  }

  .nav-item .nav-link.active::after {
    content: '';
    position: absolute;
    left:50%;bottom:-5px;
    width: calc(100% - 1.8rem);
    transform: skewX(-20deg) translateX(-50%);
    border-bottom: 4px solid #eb6e1f;

    -webkit-transition: all 200ms ease 0s;
    transition: all 0.20s ease 0s;
  }

  .nav-item .nav-link.active:hover::after {
    opacity: 0.7;
  }

  .nav-item:not(:last-of-type) .nav-link {
    /* padding: 0 0.9rem!important; */
  }

  .nav-item:last-of-type {
    border-right: none;
  }

  .navbar-light .navbar-nav .nav-link {
    color: rgba(58,58,58,1);

    -webkit-transition: all 100ms ease-out 0s;
    transition: all 0.10s ease-out 0s;
  }

  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(58,58,58,0.7);
  }
}

.navbar-brand {
  display: flex;
  align-items: center;
  flex: 1 1 0;
}

@media screen and (min-width: 768px) {
  #brand {
    width: 60%;
    /* max-width: 250px; */
    -webkit-transition: all 270ms ease-out 0s;
    transition: all 0.27s ease-out 0s;
  }
}

#brand {
  width: 100%;
  max-width: 188px;
}

#brand.home {
  width: 100%;
  max-width: 300px;
}

@media screen and (max-width: 444px) {
  #brand {
    width: 100%;
    max-width: 250px;
  }
}

@media screen and (max-width: 393px) {
  #brand {
    width: 100%;
    max-width: 188px;
  }
}
@media screen and (max-width: 340px) {
  #brand {
    width: 100%;
    max-width: 170px;
  }
}

.pre-nav {
  background-color: #e9e9e9;
}

.pre-nav .nav-link {
  padding: 0;
  color: rgba(128,128,128,1);
  font-size: 14px;
  line-height: 0.7rem;

  -webkit-transition: all 100ms ease-out 0s;
  transition: all 0.10s ease-out 0s;
}

.pre-nav .nav-link:hover {
  color: rgba(128,128,128,0.7);
}

.pre-nav .nav-link:not(:last-of-type) {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  border-right: 1px solid #acacac;
}

@media screen and (min-width: 992px) {
  .dropdown-menu {
    top: auto;
    margin-top: 25px;
  }
}

.megamenu-li {
	position: static;
}

.megamenu {
	position: absolute;
  max-width: 1140px;
	width: 100%;
	left: 50%;
  transform: translateX(-50%);
	right: 0;
	padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.016) 0px 4.5px 3.6px,
   rgba(0, 0, 0, 0.02) 0px 12.5px 10px,
   rgba(0, 0, 0, 0.027) 0px 30.1px 24.1px;
}

.megamenu-proj:hover .megamenu-proj-img {
  opacity: 0.7;
}

.megamenu-proj:hover h4 {
  padding-left: 5px;
  border-left: 2px solid rgba(0,0,0,0.1);
}

.megamenu-proj-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 66.67%;
  margin-bottom: 0.5rem;

  -webkit-transition: all 150ms ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.megamenu-proj h4 {
  font-size: 1rem;
  border-left: 0 solid rgba(0,0,0,0);

  -webkit-transition: all 150ms ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.megamenu-proj h6 {
  font-size: 0.6rem;
  opacity: 0.5;
  text-transform: uppercase;
  margin-bottom: 0.1rem;
}

.megamenu-proj p {
  font-size: 0.6rem;
  margin-bottom: 0.5rem;
}

.megamenu-proj p span {
  display: block;
  font-size: 0.8rem;
}

.megamenu-all-proj {
  display: flex;
  border: 1px solid rgba(235,110,31,1);
  color: rgba(235,110,31,1)!important;
  background-color: rgba(255,255,255,1)!important;
  justify-content: center;
  align-items: center;
}

.megamenu-all-proj:hover {
  background-color: rgba(235,110,31,1)!important;
  color: rgba(255,255,255,1)!important;
  opacity: 1!important;
}

/*----- /nav -----*/


/*------------------------- PAGE SPECIFIC STYLES -----*/

/*-- \home --*/

.hero-container {
  overflow: hidden;
  border-bottom: 38px solid #8d0000;
}

header.hero {
  position: relative;
  background-color: #151515;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.superslides-container {
  margin: 0px 0 0 0;
  overflow: visible;
  height: 500px;
	width: 100%;
}

.cover {
	position: absolute;
	margin-top: -400px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    min-height: 10em;
    z-index: 10;
}

.main_logo {
		width: 500px;
		margin-top: 325px;
}

.topbar {
  height: 38px;
  width: 100%;
  background-color: #315f72;
}


@media screen and (min-width: 768px) {
  header.hero::after {
    transform: translateX(10px) rotate(15deg);
    animation: header-hero-spin 1.5s ease 0s forwards;
  }
}

@keyframes header-hero-spin {
  0% {
    opacity: 0.9;
    transform: translateX(10px) rotate(15deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(20deg);
  }
}

@media screen and (max-width: 767px) {
  header.hero::after {
    content: '';
    position: absolute;
    top:0;bottom:0;left:0;right:0;
    background-color: rgba(235,110,31,0.9);
    transform: rotate(0);
  }
}

header.hero .row {
  min-height: 500px;
}

@media screen and (max-width: 767px) {
  header.hero .row {
    min-height: inherit;
  }
}

.hero-slug {
  color: #fff;
  position: relative;
  z-index: 1;
  max-width: 300px;
}

.hero-slug h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2.35rem;
  margin-bottom: 1rem;
}

.hero-slug h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.hero-slug p {
  font-size: 0.85rem;
  margin-bottom: 1rem;
}

.btn-hero {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border: 1px solid #fff;
  background-color: rgba(255,255,255,0.2);
  border-radius: 13px;
  text-shadow: none!important;
}

.btn-hero:hover {
  color: rgba(235,110,31,1);
  background-color: rgba(255,255,255,1);
}

main {
  overflow: hidden;
}

.lead-copy p:first-of-type {
  font-size: 1.15rem;
  margin-top: 0px;
}

.home-aside {
  background-color: rgba(183,178,166,1);
}


.office-icon-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.office-icon-container img {
  width: 1.9rem;
}

.home-office-location {
  border-left: 4px solid rgba(235,110,31,1);
  padding-left: 10px;
  margin: 0 5px 15px;
}

.home-office-location:last-of-type {
  margin-bottom: 0;
}

.home-office-location h6 {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.22em;
  margin: 0 0 0.1rem 0;
}

.home-office-location p {
  font-size: 0.725rem;
  line-height: 1.22em;
  margin: 0;
}

.home-project-container {
  position: relative;
  background-color: #151515;
  background-image: url('../images/structure/home/projects-splash.jpg');
  background-position: 10%;
  background-size: cover;
}

.home-project-container::after {
  content: '';
  position: absolute;
  top:0;bottom:0;left:0;right:0;
  background: linear-gradient(90deg, rgba(21,21,21,0.5),rgba(0,0,0,0) 75%);
  opacity: 0;
}

.home-project-container[data-emergence=visible]::after {
  animation: fade-in 2s ease 0.0s forwards;
}

.home-project-container .d-flex {
  height: 300px;
}

.home-project-slug {
  position: relative;
  color: #fff;
  max-width: 420px;
  width: 100%;
  margin-bottom: 2.5rem;
  z-index: 666;
  opacity: 0;
  transform: translateX(-30px);
}

.home-project-container[data-emergence=visible] .home-project-slug {
  animation: home-project-slug-fade-in-left 2s ease 0.0s forwards;
}

@keyframes home-project-slug-fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

.home-project-slug p {
  font-family: 'Roboto Slab', serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  text-shadow:
    0 0 15px rgba(0,0,0,1),
    0 0 45px rgba(0,0,0,0.5);
}

.home-western-services-overflow {
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
}

.home-western-services-icon::after {
  content: '';
  position: absolute;
  top:0;bottom:0;left:-9999%;right:100%;
  background-color: rgba(235,110,31,1);
  z-index: -1;
}

.home-western-services-icon {
  position: relative!important;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: rgba(235,110,31,1);
  z-index: 1;
  padding: 1.5rem;
}

.home-western-services-icon h4 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}

.home-western-services-icon::before {
  content: '';
  position: absolute;
  top:-100px;bottom:0;left:-100%;right:0;
  background-color: rgba(235,110,31,1);
  transform-origin: bottom right;
  transform: rotate(20deg);
  z-index: -1;
}

@media screen and (min-width: 992px) {
  .home-western-services-icon[data-emergence=hidden]::before {
    transform: rotate(15deg);
  }
  .home-western-services-icon[data-emergence=visible]::before {
    transform: rotate(15deg);
    animation: home-western-services-icon-spin 3s ease 0s forwards;
  }
}

@keyframes home-western-services-icon-spin {
  0% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(20deg);
  }
}

@media screen and (max-width: 991px) {
  .home-western-services-icon {
    padding: 0.75rem;
  }

  .home-western-services-icon::before {
    position: absolute;
    top:0;bottom:0;left:100%;right:-9999%;
    background-color: rgba(235,110,31,1);
    transform: rotate(0deg);
    z-index: -1;
  }
}

#western-services {
  display: block;
  width: 70px;
  height: 76px;
  margin-bottom: 5px;
}

.home-service-icon {
  opacity: 0;
  transform: translateX(7px);
}

.home-service-icon:nth-child(1)[data-emergence=visible] { animation: home-service-icon-fade-in-right 1.2s ease 0.0s forwards; }
.home-service-icon:nth-child(2)[data-emergence=visible] { animation: home-service-icon-fade-in-right 1.2s ease 0.1s forwards; }
.home-service-icon:nth-child(3)[data-emergence=visible] { animation: home-service-icon-fade-in-right 1.2s ease 0.2s forwards; }
.home-service-icon:nth-child(4)[data-emergence=visible] { animation: home-service-icon-fade-in-right 1.2s ease 0.3s forwards; }
.home-service-icon:nth-child(5)[data-emergence=visible] { animation: home-service-icon-fade-in-right 1.2s ease 0.4s forwards; }

@keyframes home-service-icon-fade-in-right {
  0% {
    opacity: 0;
    transform: translateX(7px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

.home-service-icon div {
  padding: 15px 10px;
  border-radius: 15px;
  /* border: 1px solid transparent; */

  -webkit-transition: all 100ms ease 0s;
  transition: all 0.10s ease 0s;
}

.home-service-icon div:hover {
  /* border: 1px solid rgba(244,244,244,1); */
  transform: translateY(-7px);
  box-shadow:
  0 -0.6px 0.6px rgba(250,250,250,0.008),
  0 -1.3px 1.3px rgba(250,250,250,0.012),
  0 -2.5px 2.5px rgba(250,250,250,0.015),
  0 -4.5px 4.5px rgba(250,250,250,0.018),
  0 -8.4px 8.4px rgba(250,250,250,0.022),
  0 -20px 20px rgba(250,250,250,0.03),
  0 0.6px 0.6px rgba(0,0,0,0.008),
  0 1.3px 1.3px rgba(0,0,0,0.012),
  0 2.5px 2.5px rgba(0,0,0,0.015),
  0 4.5px 4.5px rgba(0,0,0,0.018),
  0 8.4px 8.4px rgba(0,0,0,0.022),
  0 20px 20px rgba(0,0,0,0.03);
}

@media screen and (max-width: 575px) {
  .home-service-icon div {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #eee;
  }

  .home-service-icon:last-of-type div {
    border-bottom: none;
  }
}

.home-service-icon img {
  width: 70px;
  margin-bottom: 0.4rem;
}

.home-service-icon h6 {
  font-size: 0.9rem;
  color: rgba(235,110,31,1);
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .home-service-icon img {
    width: 55px;
    /* margin-right: 30px; */
  }

  .home-service-icon h6 {
    font-size: 0.87rem;
  }
}

@media screen and (max-width: 575px) {
  .home-service-icon img {
    width: 75px;
    margin-right: 10px;
    margin-bottom: 0;
  }

  .home-service-icon h6 {
    font-size: 1.3rem;
    margin-left: 30px;
  }
}












/*-- /home --*/


/*-- \footer --*/

footer {
  position: relative;
  background-color: #222222;
  color: #bdbdbd;
  border-top: 25px solid #000;
  z-index: 1;
}


footer img {
  width: 218px;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 480px) {
  footer img {
    width: 100%;
  }
}

.footer-overflow {
  overflow: hidden;
}

.footer-nav-office {
  padding: 25px 0px 20px 0px;
  margin-bottom: 20px !important;
  font-family: 'Lato';
  font-size: 55px;
  color: #acacac;
  background-color: transparent;
}

.footer-random {
  margin: 25px 0px 0px 0px !important;
}



.footer-nav-office:last-of-type {
  margin-bottom: 0;
}

.footer-nav-office[data-emergence=visible] > *:not(h5) {
  animation: fade-in 1.75s ease 0.25s forwards;
}

.footer-nav-office2[data-emergence=visible] > *:not(h5) {
  animation: fade-in 1.75s ease 0.25s forwards;
}

.footer-nav-office[data-emergence=visible]:nth-child(2) > *:not(h5) { animation-delay:0.2s; }
.footer-nav-office[data-emergence=visible]:nth-child(3) > *:not(h5) { animation-delay:0.4s; }

.footer-nav-office2[data-emergence=visible]:nth-child(2) > *:not(h5) { animation-delay:0.2s; }
.footer-nav-office2[data-emergence=visible]:nth-child(3) > *:not(h5) { animation-delay:0.4s; }


.footer-nav-office h5 {
  position: relative;

  font-family: 'Kaushan Script', cursive;
  font-size: 30px;
  color: #acacac;
  font-weight: 600;
  padding: 0.3rem 5px 20px 5px;
  margin: 0.5rem -10px;
  line-height: 0.7em;
  transform: translateX(40px);
  opacity: 0;
}

.footer-nav-office[data-emergence=visible] > h5 {
  animation: footer-nav-office-h5-fade-in-right 1.0s ease 0.0s forwards;
}

.footer-nav-office[data-emergence=visible]:nth-child(2) > h5 { animation-delay:0.1s;}
.footer-nav-office[data-emergence=visible]:nth-child(3) > h5 { animation-delay:0.2s;}

@keyframes footer-nav-office-h5-fade-in-right {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}



.footer-nav-office h5::after {
  content: '';
  position: absolute;

  top:0;bottom:0;left:100%;right:-9999px;
}

.footer-nav-office h5 span {
  display: inline-block;
  transform: translateY(-0.07rem);
  font-size: 1.63rem;
}

.footer-nav-office h6 {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.22em;
  margin: 0 0 0.1rem 0;
  opacity: 0;
}

.footer-nav-office p {
  font-family: 'Lato', cursive;
  font-size: 17px;
  color: acacac;
  line-height: 1.22em;
  margin: 0;
  opacity: 0;
}

.footer-nav-office a {
  font-size: 0.625rem;
  /* text-decoration: underline; */
  margin: 0;
}

nav.footer-nav {
  background-color: transparent;
  color: rgba(255,255,255,1);
  font-size: 0.8rem;
  opacity: 0;
}

nav.footer-nav[data-emergence=visible] {
  animation: footer-nav-fade-in-left 2.0s ease 0.0s forwards;
}

@keyframes footer-nav-fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@media screen and (max-width: 1199px) {
  nav.footer-nav {
    font-size: 0.7rem;
  }
}

@media screen and (max-width: 991px) {
  nav.footer-nav {
    font-size: 0.85rem;
  }
}

@media screen and (max-width: 767px) {
  nav.footer-nav {
    display: none;
  }
}

nav.footer-nav .footer-nav-level {
  position: relative;
  border-top: 1px solid #bdbdbd;
  padding: 7px 0;
}

nav.footer-nav .footer-nav-level::before {
  content: '';
  position: absolute;
  top:-1px;
  bottom:-1px;
  left:-999px;
  right:100%;
  background-color: #4e4e4e;
  border-top: 1px solid #bdbdbd;
}



nav.footer-nav .footer-nav-level:last-of-type::before {
  border-bottom: 1px solid #bdbdbd;
}

nav.footer-nav .footer-nav-level:last-of-type {
  border-bottom: 1px solid #bdbdbd;
}

nav.footer-nav .footer-nav-level > a {
  padding: 0 7px!important;

  -webkit-transition: all 200ms ease-out 0s;
  transition: all 0.20s ease-out 0s;
}

nav.footer-nav .footer-nav-level > a:hover {
  color: rgba(255,255,255,0.7)!important;
}

nav.footer-nav .footer-nav-level > a:not(:last-of-type) {
  border-right: 1px solid #bdbdbd;
}

.sub-footer {
  background-color: #000;
  color: #a3a3a3;
  font-size: 0.75rem;
}

.sub-footer .back-to-top {
  background-color: #000;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}

/*-- /footer --*/


/*-- \contact form --*/

#internalUseOnly {
  display: none;
}

.frmerror {
  display: none!important;
  font-size: 14px;
  color: rgba(255,50,50,1)!important;
  margin: 0!important;
}

.loading {
  display: inline-block;
  color: #fff;
  opacity: 0.8;
}

.loading img {
  height: 29px;
  width: 29px;
  margin: 0 4px 0 4px;
  transform: translateY(-2px);
  animation: loading-spin 1.2s linear infinite;
  -webkit-animation: loading-spin 1.2s linear infinite;
}

@keyframes loading-spin {
  0%   { transform: translateY(-2px) rotate(0deg);   }
  100% { transform: translateY(-2px) rotate(360deg); }
}

.form-control.error,
.form-control.error,
.form-control.error {
  border: 2px solid rgba(255,70,70,1) !important;
}

/*-- /contact form --*/


/*-- \sub --*/

header.hero.sub .row {
  min-height: 200px;
}

header.hero.sub.services { background-image:url('../images/structure/sub/header-images/services.jpg'); }
header.hero.sub.projects { background-image:url('../images/structure/sub/header-images/projects.jpg'); }
header.hero.sub.about    { background-image:url('../images/structure/sub/header-images/about-us.jpg'); }
header.hero.sub.team     { background-image:url('../images/structure/sub/header-images/team.jpg'); }
header.hero.sub.safety   { background-image:url('../images/structure/sub/header-images/safety.jpg'); }
header.hero.sub.contact  { background-image:url('../images/structure/sub/header-images/contact.jpg'); }

.hero.sub .hero-slug {
  animation: hero-slug-sub-slide-right 1.5s ease 0.0s forwards;
}

@keyframes hero-slug-sub-slide-right {
  0% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0px);
  }
}

@media screen and (min-width: 768px) {
  .fake-sub-offset {
    margin-left: 13%;
  }
}

.sub-aside {
  background-color: rgba(245,245,245,1);
  padding: 0;
}

.sub-aside::after {
  content: '';
  position: absolute;
  top:0;bottom:0;left:100%;right:-9999%;
  background-color: rgba(245,245,245,1);
}

.sub-aside .sub-aside-img {
  margin-left: -1.25rem;
  max-width: calc(100% + 1.25rem);
  height: auto;
}

@media screen and (max-width: 991px) {
  .sub-aside .sub-aside-img {
    margin: 0;
    max-width: 100%;
  }
}

.sub-aside .office-icon-container {
  justify-content: center;
  border-bottom: 3px solid #737373;
  padding: 1rem 0.25rem 0.75rem 0.25rem;
  margin: 0 0.5rem 0 0.5rem;
}

.sub-aside .office-icon-container img {
  width: 2.2rem;
}

.sub-aside .office-icon-container h5 {
  font-family: 'Roboto Slab', serif;
  color: #151515;
  font-size: 1.1rem;
}

.sub-service-icon div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;

  -webkit-transition: all 200ms ease 0s;
  transition: all 0.20s ease 0s;
}

.sub-service-icon div:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1199px) {
  .sub-service-icon div {
    margin-left: -1.25rem;
    max-width: calc(100% + 1.25rem);
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .sub-service-icon div {
    max-width: 1px;
  }
}

.sub-service-icon img {
  width: 38px;
  height: 38px;
  margin-right: 0.5rem;
}

@media screen and (max-width: 1199px) {
  .sub-service-icon img {
    background-color: rgba(245,245,245,1);
    border-radius: 100%;
    width: 52px;
    height: 52px;
    padding: 6px;
  }
}

.sub-service-icon h6 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #eb6e1f;
  margin-bottom: 0;
}

.aside-feature-project h5 {
  background-color: #eb6e1f;
  color: #fff;
  margin: 1rem 0 6px -1.25rem;
  max-width: calc(100% + 1.25rem);
  height: auto;
  padding: 0.3rem 0.6rem;
}

.aside-feature-project img {
  margin-left: -1.25rem;
  max-width: calc(100% + 1.25rem);
  height: auto;
  margin-bottom: 15px;
}

.aside-feature-project h6,
.aside-feature-project p {
  font-size: 0.8rem;
  line-height: 1.1rem;
  padding: 0 0.5rem;
  margin-bottom: 0;
}

.aside-feature-project h6 {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.aside-feature-project a {
  color: #eb6e1f!important;
}

blockquote {
  /* background-color: #eb6e1f; */
  color: #fff;
  position: relative;
  float: left;
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
  margin: 0 1rem 1rem calc(-8.333333% - 49px);
  padding: 1.4rem 1.12rem;
  max-width: 55%;
  z-index: 1;
  transform: translateX(-40px);
}

@media screen and (max-width: 767px) {
  blockquote {
    margin: 0 15px 15px -1.12rem;
    max-width: 48%;

  }



}

@media screen and (max-width: 480px) {
  blockquote {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 15px 15px 15px 0;
  }
}

blockquote::after {
  content: '';
  position: absolute;
  background-color: #eb6e1f;
  top:0;bottom:0;left:-9999px;right:0;
  transform: skewX(-20deg);
  z-index: -1;
}

blockquote[data-emergence=visible] {
  animation: blockquote-slide-from-left 1.3s ease-out 0.0s forwards;
}

@keyframes blockquote-slide-from-left {
  0% {
    transform: translateX(-40px);
  }
  100% {
    transform: translateX(0px);
  }
}

blockquote[data-emergence=visible]::after {
  animation: blockquote-fade-in-left 1.3s ease-out 0.0s forwards;
}

@keyframes blockquote-fade-in-left {
  0% {
    transform: skewX(-20deg);
  }
  100% {
    transform: skewX(0deg);
  }
}

.learn-more {
  border: 1px solid #eb6e1f;
  margin-top: 1.5rem;
}

.learn-more__header {
  display: flex;
  align-items: center;
  min-height: 38px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eb6e1f;
}

.learn-more__header img {
  width: 23px;
  min-height: 100%;
  margin: 0 9px;
}

.learn-more__header h6 {
  border-left: 1px solid #eb6e1f;
  margin-bottom: 0;
  padding: 0.4rem 10px;
}

.learn-more__content {
  font-size: 0.9rem;
  padding: 10px 16px;
}

.learn-more__content p {
  font-size: 0.9rem!important;
}

.project-lead {
  max-width: 320px;
  float: left;
  margin: 0 1.5rem 1.5rem -15%;
}

.project-lead img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .project-lead {
    max-width: 50%;
    margin: 0 15px 15px -15px;
  }
}

@media screen and (max-width: 480px) {
  .project-lead {
    display: none;
  }
}

.project-aside h6 {
  color: #eb6e1f;
}

.project-aside p {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  padding-left: 14px;
  border-left: 3px solid rgba(0,0,0,0.1);
}

.project-carousel__container {
  margin: 0.5rem -5px 0;
}

.project-carousel {
  display: flex;
  /* justify-content: space-between; */
  flex-flow: row wrap;
}

.project-carousel img {
  /* height: 110px; */
  padding: 5px;

  -webkit-transition: all 200ms ease 0s;
  transition: all 0.20s ease 0s;
}

@media screen and (max-width: 480px) {
  .project-carousel a {
    width: 33.333334%;
  }
  .project-carousel img {
    width: 100%;
  }
}

.project-carousel img:hover {
  opacity: 0.7;
}

ul.reset,
ul.reset > li {
  margin:0;
  padding: 0;
  text-indent: 0;
  list-style-type: none
}

.inter-proj-nav {
  margin-top: 2rem;
  padding: 0.5rem 0 0.5rem 0.5rem;
  border-top: 3px solid rgba(0,0,0,0.1);
  border-left: 3px solid rgba(0,0,0,0.1);
}

.inter-proj-nav h6 {
  font-size: 0.7rem;
  font-weight: bold;
  color: #232323!important;
  margin-bottom: 0.75rem;
}

.inter-proj-nav {
  font-size: 0.8rem;
}

/* .inter-proj-nav > ul > li:first-of-type {
  font-size: 0.9rem;
  margin-bottom: 0.5rem!important;
} */

.inter-proj-nav > ul > li {
  margin-bottom: 0.1rem!important;
}

.inter-proj-nav > ul > li > ul {
  padding: 0 6px;
  margin: 5px 0;
  font-size: 0.83rem;
  line-height: 1.15rem;
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.inter-proj-nav > ul > li > ul > li:first-of-type {
  margin-top: 6px;
}
.inter-proj-nav > ul > li > ul > li:last-of-type {
  margin-bottom: 6px;
}

.team-card {
  border: 1px solid #eb6e1f;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding-right: 0.75rem;
  margin-bottom: 3rem;

  -webkit-transition: all 250ms ease 0s;
  transition: all 0.25s ease 0s;
}

.team-card:hover {
  background-color: #eb6e1f;
  color: #fff;
  transform: translateX(4px);
}

.team-card:hover img {
  transform: translateX(-4px);
}

.team-card img {
  float: left;
  max-width: 110px;
  margin: -30px 0.75rem -5px -1px;

  -webkit-transition: all 250ms ease 0s;
  transition: all 0.25s ease 0s;
}

.team-card h5 {
  font-size: 1.12rem;
  margin-bottom: 0.25rem;
}

.team-card h6 {
  font-size: 0.8rem;
  margin-bottom: 0;
  opacity: 0.74;
}

.team-creds {
  font-size: 0.8rem;
  margin-bottom: 0;
}

.services-page-icon {
  background-color: rgba(245,245,245,1);
  border-radius: 100%;
  width: 75px;
  height: 75px;
  padding: 14px;
  margin: 2rem 0 0.5rem;
}

.services-page-icon img {

}



/*-- /sub --*/

/*---------- TABLET LANDSCAPE ------------------------------------------------------------------------------ */
@media screen and (max-width: 1199px) {

  .dropbtn {
    padding: 8px;
    font-size: 18px;
  }

  .dropbtn2 {
    padding: 8px;
    font-size: 18px;
  }

  .dropdown-content a {
    font-size: 16px;
  }

}


/*---------- TABLET PORTRAIT ------------------------------------------------------------------------------ */

@media screen and (max-width: 991px) {

  .margin-header {
    padding: 10px 0px 10px 10px;
    font-size: 17px;
    margin-top: 25px;
  }

  .dropbtn {
    padding: 4px;
    font-size: 14px;
  }

  .dropbtn2 {
    padding: 4px;
    font-size: 14px;
  }

  .dropdown-content a {
    font-size: 13px;
  }

  .icon-select {
    height: 20px;
    margin-top: -3px;
    padding: 0px 3px 0px 3px;
  }

  .icon-calendar {
    height: 20px;
    margin-top: -3px;
    padding: 0px 3px 0px 3px;
  }

  .icon-religion {
    height: 20px;
    margin-top: -3px;
    padding: 0px 3px 0px 3px;
  }

  .icon-party {
    height: 20px;
    margin-top: -3px;
    padding: 0px 3px 0px 3px;
  }

  .icon-home {
    height: 20px;
    margin-top: -3px;
    padding: 0px 3px 0px 3px;
  }

  .icon-game1 {
    height: 20px;
    margin-top: -3px;
    padding: 0px 3px 0px 3px;
  }

  .margin-line {
    height: 10px;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px #524d43 solid;
  }

  .margin-line2 {
    height: 15px;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px #524d43 solid;
  }

  .dropdown2 {
    padding-top: 15px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 110%;
  }

  .body-main {
      margin-top: -25px;
      margin-bottom: 0px;
      padding: 0px 70px 8px 70px;
      font-size: 17px;
      line-height: 110%;
    }

  .body-top {
    margin-top: -15px;
    background: url(../images/structure/body-top.png) no-repeat ;
    height: 195px;
    padding: 100px 0px 0px 55px;
    font-size: 23px;
  }


  }

}

/*---------------------------------------------------------------------------------------------- */
/*---------- SMARTPHONE LANDSCAPE ------------------------------------------------------------------------------ */

@media screen and (max-width: 767px) {



  .superslides-container {
    height: 350px;
  }

  .main_logo {
  		width: 154px;
  		margin-top: 100px;
  }

  .logo_main {
    text-align: center;
  }

  .margin-header {
    width: 430px !important;
    padding: 10px 0px 10px 10px;
    font-size: 17px;
    margin-top: 0px;
  }

  .body-top {
    margin-top: -15px;
    padding: 120px 0px 0px 45px;
    font-size: 23px;
  }

  .body-main {
    margin-top: -10px;
    margin-bottom: 0px;
    padding: 0px 8px 8px 50px;
    font-family: 'Lato' !important;
    font-size: 230px;

  }

  .date {
    font-size: 15px;
    line-height: 100%;
  }

.li-padding {
  padding-bottom: 10px !important;
}

}

/*---------------------------------------------------------------------------------------------- */
/*---------- SMARTPHONE PORTRAIT ------------------------------------------------------------------------------ */

@media screen and (max-width: 576px) {


  .main_logo {
  		width: 370px;
  		margin-top: 360px;
      margin-left: 5px;
  }

  .body-top {
      margin-top: -15px;
      background: url(../images/structure/body-top.png) no-repeat ;
      height: 195px;
      padding: 70px 0px 0px 5px;
      font-size: 23px;
    }

  .body-main {
    margin-top: -60px;
    margin-bottom: 0px;
    padding: 0px 0px 8px 15px;
    font-size: 19px;
    line-height: 110%;
    font-family: 'Lato', serif !important;

  }

  .margin-header {
    width: 100% !important;
    padding: 10px 0px 10px 10px;
    font-size: 17px;
    margin-top: 0px;
    text-align: center;
  }

  .dropdown2 {
    padding-top: 15px;
    padding-left: 0px;
    font-size: 17px;
    line-height: 110%;
    text-align: center;
  }



}
