/*
      ___        ___      ___        ___
     /\__\      /\  \    /\  \      /\  \
    /::|  |    /::\  \   \:\  \    /::\  \
   /:|:|  |   /:/\:\  \   \:\  \  /:/\:\  \
  /:/|:|__|__/::\~\:\  \  /::\  \/::\~\:\  \    ___  _ ____ _ ___ ____ _
 /:/ |::::\__\/\:\ \:\__\/:/\:\__\/\:\ \:\__\   |__> | |__, |  |  |--| |___
 \/__/~~/:/  /\~\:\ \/__/:/  \/__/__\:\/:/  /   .co.nz
       /:/  /\:\ \:\__\/:/  /        \::/  /
      /:/  /  \:\ \/__/\/__/         /:/  /
     /:/  /    \:\__\               /:/  /
     \/__/      \/__/               \/__/


Theme Name: ENGEO Incorporated
Description: ENGEO Incorporated Theme
Version: 1
Author: Meta Digital
Author URI: http://metadigital.co.nz/
*/
/*========== Variables ============*/
/*============Sticky Footer============*/
html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: hidden;
}
body {
  height: 100%;
  min-height: 100%;
  height: auto!important;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
}
#wrap {
  flex: 1 0 0;
  -ms-flex: 1 0 0;
  position: relative;
  right: 0;
  z-index: 2;
  -webkit-transition: right 0.5s;
  -moz-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
}
.clear {
  clear: both;
}
.alignright,
img.alignright {
  float: right;
  margin: 0 0 15px 30px;
}
img.alignleft,
.alignleft {
  float: left;
  margin: 0 30px 15px 0;
}
* {
  outline: none!important;
}
@media (min-width: 1330px) {
  .container {
    max-width: 1270px;
  }
}
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #0054a4;
}
::selection {
  color: #ffffff;
  background: #0054a4;
}
/*==========Fonts & Headings===========*/
body {
  font-family: 'Lato', sans-serif;
  color: #363636;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #e9eef3;
}
h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 100px;
  font-size: 10rem;
  font-weight: 600;
  color: #252525;
  margin: 10px 0 40px 0;
}
h2,
#person-intro h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.8px;
  font-size: 4.8rem;
  font-weight: 600;
  color: #252525;
  margin: 10px 0 20px 0;
}
h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  color: #252525;
  margin: 10px 0 20px 0;
}
h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #252525;
  margin: 10px 0 20px 0;
}
h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #0054a4;
  margin: 10px 0 20px 0;
}
p {
  margin: 0 0 20px;
}
strong {
  font-weight: bold;
}
a,
a:visited {
  color: #0054a4;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover,
a:active {
  text-decoration: underline;
  color: #00aeef;
}
.white-btn,
.white-btn:visited {
  border: 1px solid #fff;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 30px;
  text-align: center;
}
.white-btn:hover,
.white-btn:visited:hover {
  background-color: #fff;
  color: #585b5d;
  text-decoration: none;
}
.blue-btn,
.blue-btn:visited {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 30px;
  background-color: #0054a4;
  text-align: center;
}
.blue-btn:hover,
.blue-btn:visited:hover {
  background-color: #252525;
  color: #fff;
  text-decoration: none;
}
.grey-btn,
.grey-btn:visited {
  border: 1px solid #585b5d;
  font-size: 14px;
  font-size: 1.4rem;
  color: #585b5d;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 30px;
  text-align: center;
}
.grey-btn:hover,
.grey-btn:visited:hover {
  background-color: #585b5d;
  color: #fff;
  text-decoration: none;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
iframe {
  width: 100%;
  border: none;
}
blockquote {
  padding-left: 30px!important;
  font-style: italic;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h1 {
    font-size: 45px;
    font-size: 4.5rem;
  }
  h2,
  #person-intro h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  h4 {
    font-size: 20px;
    font-size: 2rem;
  }
}
/* Search Nav
==============================*/
#searchNav {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #0054a4;
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#searchNav.menuOpen {
  z-index: 1000;
  opacity: 1;
}
#searchNav .searchToggle {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  font-size: 35px;
  color: #fff;
  padding: 34px 45px;
  cursor: pointer;
}
.admin-bar #searchNav {
  top: 32px;
}
#searchNav-body {
  margin-top: 90px;
}
#searchNav-body h2 {
  color: #fff;
}
#searchNav-body input {
  border: 1px solid #585b5d;
  padding: 12px 24px;
  font-size: 20px;
  font-size: 2rem;
  width: 90%;
  float: left;
}
#searchNav-body button {
  border: 1px solid #585b5d;
  background-color: #e1e1e1;
  width: 10%;
  border: none;
  top: 1px;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  padding: 12px 0;
}
/* Mobile Nav
==============================*/
#mobileNav {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #0054a4;
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#mobileNav.menuOpen {
  z-index: 1000;
  opacity: 1;
}
#mobileNav .navToggle {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  font-size: 35px;
  color: #fff;
  padding: 34px 45px;
  cursor: pointer;
}
#mobileNav .country-menu-new {
  display: none;
  float: none;
  margin: 20px 0 60px 0;
  padding: 0;
}
#mobileNav .country-menu-new .country {
  margin: 0 20px 0 0;
}
.admin-bar #mobileNav {
  top: 32px;
}
.mobileNav-overlay.menuOpen {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: transparent;
  z-index: 1;
}
#mobileNav-social {
  position: fixed;
  right: 0;
  top: 0;
  width: 8.3333%;
  height: 100%;
  background-color: #252525;
  text-align: center;
}
#mobileNav-social ul {
  margin: 0;
  padding: 130px 0 0 0;
}
#mobileNav-social ul li {
  list-style-type: none;
  margin-bottom: 30px;
}
#mobileNav-social ul li svg {
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
}
#mobileNav-social ul li.facebook:hover svg {
  color: #3b5898;
}
#mobileNav-social ul li.twitter:hover svg {
  color: #00aced;
}
#mobileNav-social ul li.instagram:hover svg {
  color: #305676;
}
#mobileNav-social ul li.linkedin:hover svg {
  color: #4875b4;
}
#mobileNav-social ul li.youtube:hover svg {
  color: #c5312c;
}
#mobileNav-social ul li.spotify:hover svg {
  color: #1DB954;
}
#mobileNav-social ul li.google-music:hover svg {
  color: #F4B400;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #mobileNav .navToggle {
    padding: 3px 16px;
  }
  #mobileNav .country-menu-new {
    display: block;
  }
  #mobileNav-social {
    width: 16.66666%;
  }
  #mobileNav-social ul {
    padding: 60px 0 0 0;
  }
}
/* Nav
==============================*/
#mobileNav nav {
  margin: 90px 0;
}
#mobileNav nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  display: inline-block;
  position: relative;
}
#mobileNav nav ul li {
  margin: 0 0 15px 0;
  list-style-type: none;
  width: 100%;
  position: relative;
}
#mobileNav nav ul li a {
  font-family: 'Montserrat', sans-serif;
  padding: 0 48px 0 0;
  font-size: 3.2px;
  font-size: 3.2rem;
  font-weight: 600;
  color: #fff;
  display: block;
}
#mobileNav nav ul li .menu-drop {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 600;
  color: #fff;
  -webkit-transition: right 0.5s;
  -moz-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
}
#mobileNav nav ul li.sub-menu-active a,
#mobileNav nav ul li:hover a,
#mobileNav nav ul li.sub-menu-active .menu-drop,
#mobileNav nav ul li:hover .menu-drop {
  color: #252525;
  text-decoration: none;
}
#mobileNav nav ul li.sub-menu-active .menu-drop {
  color: #fff;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#mobileNav nav ul.sub-menu {
  display: block;
  padding: 0;
  clear: both;
}
#mobileNav nav ul.sub-menu li {
  width: auto;
  margin: 15px 2% 5px 0;
  display: inline-block;
  border: none;
  vertical-align: top;
}
#mobileNav nav ul.sub-menu li a {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  color: #fff;
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#mobileNav nav ul.sub-menu li a:hover {
  color: #252525;
}
#mobileNav nav ul.sub-menu li .menu-drop {
  display: none;
}
#mobileNav nav ul.sub-menu .sub-menu {
  display: block!important;
  margin-top: 20px;
}
#mobileNav nav ul.sub-menu .sub-menu li {
  width: 100%;
  margin: 0 0 5px 0;
  display: inline-block;
  border: none;
  vertical-align: top;
}
#mobileNav nav ul.sub-menu .sub-menu li a {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  border-bottom: none;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #mobileNav nav {
    margin: 60px 0 0 0;
  }
  #mobileNav nav ul li {
    margin: 0 0 20px 0;
  }
  #mobileNav nav ul li a {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 0 24px 0 0;
  }
  #mobileNav nav ul li .menu-drop {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #mobileNav nav ul.sub-menu li {
    width: 100%;
    margin: 20px 0 20px 0;
    padding: 0;
  }
  #mobileNav nav ul.sub-menu li a {
    font-size: 20px;
    font-size: 2rem;
  }
  #mobileNav nav ul.sub-menu .sub-menu li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* Header
==============================*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header .col-12 {
  padding: 0;
}
#header .header-left {
  float: left;
}
#header .header-left .navToggle {
  background-color: #0054a4;
  display: inline-block;
  float: left;
  font-size: 40px;
  color: #fff;
  padding: 31.5px 22.5px 31.5px 45px;
  cursor: pointer;
}
#header .header-left .searchToggle {
  background-color: #0054a4;
  display: inline-block;
  float: left;
  font-size: 32px;
  color: #fff;
  padding: 37.5px 45px 37.5px 22.5px;
  cursor: pointer;
}
#header .header-left .header-logo {
  background-color: #fff;
  display: inline-block;
  padding: 42px 60px 38px 60px;
}
#header .header-left .header-logo img {
  max-width: 180px;
  height: auto;
}
#header.scroll-header {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
}
#header.scroll-header .country-menu-new .country {
  color: #0054a4;
}
#header.scroll-header .country-menu-new .country img {
  background-color: rgba(0, 0, 0, 0.2);
}
#header.scroll-header .country-menu-new .country.active img,
#header.scroll-header .country-menu-new .country:hover img {
  background-color: #919295;
}
.country-menu-new {
  float: right;
  padding: 47px 15px 0 0;
}
.country-menu-new .country {
  display: inline-block;
  margin-left: 20px;
  color: #fff;
}
.country-menu-new .country span {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.country-menu-new .country img {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px;
}
.country-menu-new .country:hover img,
.country-menu-new .country.active img {
  background-color: #fff;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #header {
    position: relative;
  }
  #header .header-left {
    width: 100%;
    float: none;
  }
  #header .header-left .searchToggle {
    width: 15%;
    color: #fff;
    padding: 9px 0;
    text-align: center;
  }
  #header .header-left .navToggle {
    width: 15%;
    color: #fff;
    padding: 3px 0;
    text-align: center;
  }
  #header .header-left .header-logo {
    width: 70%;
    padding: 11.5px 15px 11.5px 15px;
    text-align: right;
  }
  #header .country-menu-new {
    display: none;
  }
}
/* Banner
==============================*/
.blog .banner .banner-sub-heading {
  max-width: 680px;
}
.blog .banner .banner-sub-heading h3 {
  display: inline-block;
  padding-left: 15px;
}
.blog .banner .banner-sub-heading .banner-buttons {
  float: right;
  padding: 0px;
}
.no-banner {
  background-color: #363636;
  height: 260px;
}
.blog-banner {
  background-color: #363636;
  height: 360px;
  background-size: cover;
  background-position: center center;
}
.banner {
  position: relative;
  background-size: cover;
  background-position: center center;
  padding: 0!important;
  height: auto!important;
}
.banner .container {
  padding-top: 225px;
  padding-bottom: 230px;
  position: relative;
  z-index: 20;
}
.banner .container h1 {
  color: #fff;
}
.banner .container h1.logo-heading img {
  position: relative;
  top: -8px;
  max-width: 300px;
}
.banner .container h3 {
  color: #fff;
}
.banner .container .banner-buttons {
  padding: 20px 0 0 0;
}
.banner .container .banner-buttons .white-btn {
  float: left;
  padding: 15px 15px;
  margin-bottom: 15px;
}
.banner .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.home .banner .container {
  padding-top: 330px;
}
.lity-youtube .lity-container {
  max-width: 90%!important;
}
.page-id-15923 .banner h1,
.page-template-home-page .banner h1 {
  padding-right: 130px;
  position: relative;
  display: inline-block;
}
.page-id-15923 .banner .bcorp,
.page-template-home-page .banner .bcorp {
  position: absolute;
  right: 0;
  top: 0;
  filter: invert(100%);
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog .banner .banner-sub-heading h3 {
    padding: 0;
  }
  .blog .banner .banner-sub-heading .banner-buttons {
    float: none;
  }
  .no-banner {
    height: 0;
  }
  .banner .container {
    padding-top: 80px;
    padding-bottom: 180px;
  }
  .banner .container h1.logo-heading img {
    top: 0;
    margin-top: 10px;
    max-width: 200px;
    display: block;
  }
  .banner .container .banner-buttons {
    padding: 20px 15px 0;
  }
  .home .banner .container {
    padding-top: 80px;
  }
  .page-id-15923 .banner h1,
  .page-template-home-page .banner h1 {
    padding-right: 80px;
  }
  .page-id-15923 .banner .bcorp,
  .page-template-home-page .banner .bcorp {
    width: 80px;
  }
}
/* Content Areas
==============================*/
#popup .modal-content {
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
}
#popup .modal-content img {
  margin-bottom: 10px;
}
#popup .modal-content .modal-footer {
  justify-content: center;
}
.breadcrumbs {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.breadcrumbs a {
  margin: 0 10px;
  color: #fff;
  border-bottom: 8px solid transparent;
  display: inline-block;
}
.breadcrumbs a.home {
  margin: 0 10px 0 0;
}
.breadcrumbs a.home .fa-home {
  margin-right: 5px;
}
.breadcrumbs a.current-item {
  border-color: #fff;
}
.breadcrumbs a:hover {
  text-decoration: none;
  color: #0054a4;
}
.letter {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  display: block;
  z-index: 1;
  height: 400px;
  width: 450px;
  font-size: 500px;
  font-size: 50rem;
}
.letter.letter-w svg {
  width: 150%;
  left: -25%;
}
.letter svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.intro-box {
  position: relative;
  margin-top: -120px;
}
.intro-box .content-box p,
.intro-box .content-box li {
  font-size: 18px;
  font-size: 1.8rem;
}
.intro-box .content-box ul {
  margin-bottom: 20px;
}
.intro-box .content-box ul li {
  margin-bottom: 5px;
}
.intro-box .content-box .grey-btn {
  margin-top: 20px;
}
.intro-box.no-pad {
  margin-top: -29px;
}
.intro-box.no-pad .content-box {
  padding: 0;
}
.content-box {
  background-color: #fff;
  padding: 40px 120px 60px;
  position: relative;
  z-index: 1;
}
.content-box h2 {
  margin-bottom: 30px;
}
.content-box h2,
.content-box h3,
.content-box h5 {
  position: relative;
  z-index: 10;
}
.content-box ul {
  margin-bottom: 20px;
}
.content-box ul li {
  margin-bottom: 5px;
}
.content-box .padded-content {
  margin-left: 90px;
  max-width: 830px;
  position: relative;
  z-index: 10;
}
.content-box .padded-content img {
  max-width: 100%;
  height: auto;
}
.content-box .padded-content .gallery {
  margin-bottom: 20px!important;
}
.content-box .padded-content .grey-btn {
  margin-right: 20px;
}
.bg-image-content-area .bg-image {
  position: relative;
  right: 260px;
}
.bg-image-content-area .bg-image img {
  max-width: 100%;
}
.bg-image-content-area .letter {
  top: -220px;
  right: 0px;
}
.bg-image-content-area .content-box {
  margin-top: -200px;
}
.grid-box {
  display: block;
  margin-top: 30px;
  position: relative;
}
.grid-box h4 {
  color: #d7d7d7;
  position: absolute;
  bottom: 0;
  padding: 10%;
  z-index: 3;
}
.grid-box .grid-box-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.grid-box img {
  width: 100%;
  height: auto;
}
.grid-box:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
}
.grid-box:hover h4 {
  color: #fff;
}
.grid-box:hover .grid-box-overlay {
  background-color: #0054a4;
}
@media (min-width: 768px) and (max-width: 991px) {
  .letter {
    font-size: 400px;
    font-size: 40rem;
  }
  .content-box {
    padding: 80px 80px 120px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .breadcrumbs {
    padding: 0 15px;
  }
  .bg-image-content-area .bg-image {
    position: relative;
    right: 30px;
  }
  .bg-image-content-area .content-box {
    margin-top: -30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .letter {
    display: none;
  }
  .content-box {
    padding: 40px 40px 60px;
  }
  .content-box .padded-content {
    margin-left: 30px;
  }
}
@media (max-width: 575px) {
  .letter {
    display: none;
  }
  .content-box {
    padding: 25px 25px 60px;
  }
  .content-box .padded-content {
    margin-left: 25px;
  }
}
/* Home
==============================*/
#home-intro {
  position: relative;
}
#home-intro .letter {
  height: 620px;
  width: 580px;
  top: -10%;
  right: -35%;
  font-size: 800px;
  font-size: 80rem;
}
#home-capabilities {
  margin-top: 60px;
}
#home-capabilities .bg-image {
  position: relative;
  left: 260px;
}
#home-capabilities .bg-image img {
  max-width: 100%;
}
#home-capabilities .letter {
  top: -320px;
  left: -80px;
}
#home-capabilities .content-box {
  margin-top: -200px;
}
.link-boxes {
  max-width: 1600px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.link-boxes .cap-grid {
  display: block;
  max-width: 360px;
  margin: 0 auto 30px auto;
  position: relative;
}
.link-boxes .cap-grid img {
  width: 100%;
  height: auto;
}
.link-boxes .cap-grid .grid-content {
  position: absolute;
  z-index: 10;
  bottom: 0;
  height: auto;
  width: 100%;
  padding: 13%;
  -webkit-transition: right 0.5s;
  -moz-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
}
.link-boxes .cap-grid .grid-content h4 {
  color: #d7d7d7;
  margin: 0;
}
.link-boxes .cap-grid .grid-content h4 svg {
  display: none;
}
.link-boxes .cap-grid .grid-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.link-boxes .cap-grid:hover .grid-content {
  height: 100%;
  background-color: #0054a4;
}
.link-boxes .cap-grid:hover .grid-content h4 {
  color: #fff;
}
.link-boxes .cap-grid:hover .grid-content h4 svg {
  display: inline-block;
}
.video-block {
  margin-top: 60px;
  margin-bottom: 60px;
}
.video-block .video-content {
  position: relative;
  margin-left: -8.4%;
  margin-top: 120px;
  z-index: 10;
}
.video-block .video-content .embed-container {
  z-index: 20;
}
.video-block .letter {
  top: 20%;
  left: -120px;
  z-index: 30;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #home-intro .letter {
    top: -15%;
    font-size: 600px;
    font-size: 60rem;
  }
  .video-block .video-content {
    margin-top: -60px;
    margin-left: 8.33333%;
  }
  .video-block .letter {
    top: auto;
    bottom: 80px;
    right: -120px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #home-capabilities .bg-image {
    position: relative;
    left: 30px;
  }
  #home-capabilities .content-box {
    margin-top: -30px;
  }
}
/* Default Page
==============================*/
#default-intro {
  position: relative;
  z-index: 20;
  margin-bottom: 60px;
}
#default-intro .letter {
  right: 85%;
  top: 0px;
}
#default-intro.no-pad .letter {
  display: none;
}
#blank-page {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
#blank-page .letter {
  right: 85%;
  top: 0px;
}
.leftright-content-area {
  margin-bottom: 60px;
}
.leftright-content-area .bg-image {
  position: relative;
}
.leftright-content-area .bg-image img {
  max-width: 100%;
  height: auto;
}
.leftright-content-area .leftright-content {
  margin-top: 60px;
  position: relative;
  z-index: 2;
  margin-left: -25%;
}
.leftright-content-area .leftright-content .content-box .letter {
  left: -300px;
  top: 30px;
}
.leftright-content-area.even-row .leftright-content {
  margin-left: 0;
  margin-right: -25%;
}
.leftright-content-area.even-row .leftright-content .content-box .letter {
  left: auto;
  right: -300px;
}
.image-top-content-area {
  margin-bottom: 60px;
}
.image-top-content-area .bg-image {
  position: relative;
  left: 260px;
  min-height: 200px;
}
.image-top-content-area .bg-image img {
  max-width: 100%;
}
.image-top-content-area .bg-image.even-row {
  right: 260px;
  left: auto;
}
.image-top-content-area .letter {
  top: -320px;
  left: -80px;
}
.image-top-content-area .content-box {
  margin-top: -200px;
}
.gallery-block {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
.gallery-block .col-6 {
  padding: 0;
}
.gallery-block img {
  width: 100%;
  height: auto;
}
.benefits-block {
  text-align: center;
  background-color: #0054a4;
  color: #fff;
  padding: 20px 0 60px 0;
  margin: 60px 0;
}
.benefits-block .benefit-section-header h3 {
  color: #fff;
  margin: 40px 0 0 0;
}
.benefits-block .benefits-row {
  margin-top: 40px;
}
.benefits-block .benefit-section-content p {
  margin: 0 0 5px 0;
}
.benefits-block .white-btn {
  margin-top: 40px;
  width: 100%;
  max-width: 300px;
}
.text-area {
  margin-bottom: 60px;
}
.text-area .content-box .padded-content {
  max-width: 100%;
}
.dl-file {
  display: block;
  color: #363636;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  padding-bottom: 3px;
  border-bottom: 1px solid #c7c7c7;
}
.dl-file img {
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
}
.dl-file span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
}
.dl-file:hover {
  color: #0054a4;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .leftright-content-area .leftright-content {
    margin: -60px auto 0 auto;
  }
  .leftright-content-area .leftright-content .content-box {
    min-height: 87%;
  }
  .leftright-content-area .leftright-content .content-box .letter {
    left: auto;
    right: -100px;
    top: -200px;
  }
  .leftright-content-area.even-row .leftright-content {
    margin-right: 0;
  }
  .leftright-content-area.even-row .leftright-content .content-box .letter {
    left: auto;
    right: -100px;
    top: -200px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .image-top-content-area .bg-image {
    position: relative;
    left: 30px;
  }
  .image-top-content-area .bg-image.even-row {
    right: 30px;
    left: auto;
  }
  .image-top-content-area .content-box {
    margin-top: -30px;
  }
}
@media (max-width: 575px) {
  .leftright-content-area .leftright-content {
    margin: 0px auto 0 auto;
  }
}
/* Project Archive
==============================*/
#project-archive {
  margin-bottom: 60px;
}
.project-filter-group {
  margin: 0 0 20px 0;
}
.project-filter-group .blue-btn {
  margin-top: 27px;
  width: 100%;
}
.project-filter-group h5 {
  display: block;
  text-align: right;
  margin: 0 0 5px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.project-filter-group .project-filter-wrap {
  display: inline-block;
  padding: 0;
  margin: 0 0 15px;
  border: 2px solid #0054a4;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  background-image: url("images/arrow-down.png");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 15px auto;
}
.project-filter-group .project-filter-wrap select {
  padding: 10px 100px 10px 15px;
  width: 120%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.project-filter-group .project-filter-wrap select:focus {
  outline: none;
}
.project-box {
  -webkit-transition: right 0.5s;
  -moz-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-filter-group {
    margin: 0 0 20px 0;
    float: none;
    width: 100%;
  }
  .project-filter-group .project-filter-wrap {
    width: 100%;
  }
}
/* Single Project
==============================*/
#projects-intro {
  padding: 0;
  position: relative;
  z-index: 5;
}
#projects-intro .projects-sidebar {
  position: absolute;
  background-color: #363636;
  top: 120px;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 80px 0 40px 0;
}
#projects-intro .projects-sidebar .projects-sidebar-content {
  padding: 0px 35px 20px 50px;
}
#projects-intro .projects-sidebar .projects-sidebar-content h5 {
  color: #919194;
  margin: 0 0 10px 0;
}
#projects-intro .projects-sidebar .projects-sidebar-content p {
  color: #fff;
}
#projects-intro .projects-sidebar .projects-sidebar-content p a,
#projects-intro .projects-sidebar .projects-sidebar-content p span {
  display: block;
  color: #fff;
}
#projects-intro .projects-content {
  padding: 0;
}
#projects-intro .projects-content .content-box h5 {
  position: relative;
}
#projects-intro .projects-content .content-box .padded-content,
#projects-intro .projects-content .content-box h2 {
  max-width: 850px;
}
#projects-intro .projects-content .location-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
#projects-intro .projects-content .location-icon img {
  max-width: 100%;
  height: auto;
}
#double-slider {
  margin-top: -60px;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
#double-slider .container {
  position: relative;
}
#double-slider .carousel-inner {
  overflow: initial;
}
#double-slider .carousel-inner .small-image {
  position: relative;
  z-index: 2;
  margin-left: -120px;
}
#double-slider .carousel-inner .small-image img {
  max-width: 100%;
  height: auto;
}
#double-slider .carousel-inner .big-image {
  position: relative;
  margin-left: 120px;
  margin-top: -120px;
}
#double-slider .carousel-inner .big-image img {
  width: 100%;
}
#double-slider .slider-controls {
  position: absolute;
  z-index: 10;
  top: 145px;
  right: 15px;
}
#double-slider .slider-controls .carousel-control-next,
#double-slider .slider-controls .carousel-control-prev {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: auto;
  opacity: 1;
  color: #252525;
  font-size: 32px;
  font-size: 3.2rem;
  display: inline-block;
  padding: 0px 18px;
  border: 1px solid #252525;
}
#double-slider .slider-controls .carousel-control-next:hover,
#double-slider .slider-controls .carousel-control-prev:hover {
  background-color: #fff;
}
#double-slider .slider-controls .carousel-control-next {
  border-left: none;
  margin-left: -3px;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
.people-block {
  margin-bottom: 60px;
}
.people-block .content-box {
  position: relative;
  z-index: 1;
}
.people-block .content-box .letter {
  top: -80px;
  right: -80px;
}
.people-block .people-grid-container {
  margin-left: -8.3333%;
  margin-top: 120px;
  position: relative;
  z-index: 2;
}
.people-block .people-grid-container .people-grid {
  padding: 0;
}
.people-block .people-grid-container .people-grid img {
  width: 100%;
  height: auto;
}
.single-projects #contact-block {
  margin-top: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #double-slider {
    margin-top: -30px;
  }
  #double-slider .carousel-inner .small-image {
    margin-left: -60px;
  }
  #double-slider .slider-controls {
    top: 35px;
  }
  .people-block .people-grid-container {
    margin-left: 8.3333%;
    margin-top: -60px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #projects-intro .projects-sidebar {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
  #projects-intro .projects-content {
    padding: 0 15px;
  }
  #projects-intro .projects-content .location-icon {
    display: none;
  }
  #double-slider {
    margin-top: 15px;
  }
  #double-slider .carousel-inner .small-image {
    display: none;
  }
  #double-slider .carousel-inner .big-image {
    position: relative;
    margin-left: 0;
    margin-top: 15px;
  }
  #double-slider .slider-controls {
    position: relative;
    top: auto;
    width: 100%;
    text-align: right;
  }
  .people-block .content-box .letter {
    top: -80px;
    right: -80px;
  }
  .people-block .people-grid-container {
    margin-left: 8.3333%;
    margin-top: -30px;
  }
}
/* Services Archive
==============================*/
#services-archive {
  padding-top: 30px;
}
#services-archive .service-box {
  margin: 0 0 30px 0;
  padding-left: 30px;
}
#services-archive .service-box.odd-row {
  margin-top: -60px;
  padding-left: 15px;
  padding-right: 30px;
}
#services-archive .service-box .service-box-image {
  background-color: #0054a4;
  background-size: cover;
  background-position: center;
  min-height: 360px;
}
#services-archive .service-box .service-box-content {
  background-color: #fff;
  padding: 50px 30px;
}
#services-archive .service-box .service-box-content h4 {
  margin: 0;
}
#services-archive .service-box .service-box-content h5 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
#services-archive .service-box .service-box-content .service-box-content-inner {
  padding: 25px 0 0 25px;
}
#services-archive .service-box .service-box-content .service-box-content-inner a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 40px;
  color: #585b5d;
}
#services-archive .service-box .service-box-content .service-box-content-inner a:hover {
  color: #0054a4;
  text-decoration: none;
}
#services-archive .service-box .service-box-content .service-box-content-inner a .fa-long-arrow-alt-right {
  margin-left: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  top: 0.5px;
}
.wp-pagenavi {
  display: block;
  margin: 40px auto 60px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #services-archive .service-box {
    padding: 0 30px;
  }
  #services-archive .service-box.odd-row {
    margin-top: 0px;
    padding-left: 30px;
  }
}
/* Team
==============================*/
.team-group {
  margin-bottom: 60px;
}
.team-group .team-group-people {
  margin-top: -30px;
  position: relative;
  z-index: 2;
}
.team-group .team-group-people a {
  display: block;
  padding: 0;
  position: relative;
  background-color: #0054a4;
}
.team-group .team-group-people a .team-group-info {
  position: absolute;
  z-index: 10;
  bottom: 0%;
  left: 0%;
  width: 100%;
  background-color: #0054a4;
  padding: 15px 15px 15px 15px;
  min-height: 90px;
}
.team-group .team-group-people a .team-group-info h5 {
  margin: 0;
  color: #fff;
}
.team-group .team-group-people a .team-group-info p {
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}
.team-group .team-group-people a:hover .team-group-info {
  background-color: #0054a4;
}
.team-group .team-group-people .team-group-people-inner {
  padding-bottom: 80px;
}
.team-group .team-group-people .team-group-people-inner:hover {
  opacity: 0.7;
}
.team-group .team-group-people img {
  width: 100%;
  height: auto;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-group .team-group-people {
    margin-top: -30px;
  }
  .team-group .team-group-info {
    min-height: 105px;
  }
}
/* Single Person
==============================*/
#person-intro {
  margin-bottom: 60px;
}
.person-sidebar {
  z-index: 5;
  margin-top: 160px;
  padding: 0;
  margin-left: -8.4%;
}
.person-sidebar .person-sidebar-content {
  width: 100%;
  padding: 0 0 0;
  max-width: 360px;
}
.person-sidebar .person-sidebar-content img {
  width: 100%;
}
.person-sidebar .person-sidebar-content ul {
  margin: 0;
  padding: 15px 15px ;
  background-color: #0054a4;
}
.person-sidebar .person-sidebar-content ul li {
  list-style-type: none;
  margin-bottom: 5px;
  color: #fff;
}
.person-sidebar .person-sidebar-content ul li a {
  color: #fff;
}
.person-sidebar .person-sidebar-content ul li svg {
  margin-right: 10px;
}
.person-content {
  margin-left: -8.3333%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  #person-intro {
    margin-top: -60px;
  }
  .person-sidebar {
    margin-top: -60px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #person-intro {
    margin-top: 30px;
  }
  .person-sidebar {
    margin-top: auto;
    padding: 0 15px;
  }
}
/* Locations
==============================*/
.location-group {
  margin-bottom: 60px;
}
.location-group.first {
  margin-top: -120px;
}
.location-group .location-groups {
  margin-top: -60px;
  z-index: 10;
}
.location-group .location-groups .location-group-inner {
  display: block;
  padding: 0;
  position: relative;
  background-color: #0054a4;
}
.location-group .location-groups .location-group-inner .location-group-info {
  padding: 15px 15px 15px 15px;
}
.location-group .location-groups .location-group-inner .location-group-info h5 {
  margin: 0 0 20px 0;
  color: #fff;
}
.location-group .location-groups .location-group-inner .location-group-info p {
  margin: 0 0 20px 0;
  color: #fff;
}
.location-group .location-groups .location-group-inner img {
  width: 100%;
  height: auto;
}
.newsletter-group .location-groups .location-group-inner:hover {
  background-color: #252525;
  text-decoration: none!important;
}
.newsletter-group .location-groups .location-group-inner .location-group-info h5 {
  margin: 0 0 0 0;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .location-group .location-groups {
    margin-top: -30px;
  }
  .location-group .location-group-info {
    min-height: 105px;
  }
}
/* Gallery
==============================*/
.gallery-item {
  margin-top: 0px!important;
  margin-bottom: 0rem!important;
}
.gallery-item img {
  border: 0px solid #ffffff !important;
  width: 100%;
  height: auto;
}
.content-box.imagegridcontent {
  padding: 80px 80px;
}
.content-box.imagegridcontent .grid-image {
  display: inline-block;
}
.content-box.imagegridcontent .grid-image img {
  max-width: 100%;
  height: auto;
}
/* Password Protect
==============================*/
.protected-post-form input {
  border: 1px solid #c1c1c1;
  padding: 5px 3px;
  margin-top: 10px;
  float: left;
}
.protected-post-form input:focus {
  border-color: #0054a4;
}
.protected-post-form input.button {
  background-color: #0054a4;
  color: #fff;
  padding: 5px 15px;
  border-color: #0054a4;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .protected-post-form input {
    margin-top: 0px;
    float: none;
    width: 100%;
  }
}
/* Gravity Forms
==============================*/
.gform_wrapper .gfield {
  margin-top: 10px!important;
}
.gform_wrapper .gfield .gfield_label {
  font-weight: 400;
  margin: 0;
}
.gform_wrapper .gfield .ginput_container {
  margin-top: 5px!important;
}
.gform_wrapper .gfield .ginput_container input,
.gform_wrapper .gfield .ginput_container select,
.gform_wrapper .gfield .ginput_container textarea {
  border: 1px solid #c1c1c1;
}
.gform_wrapper .gfield .ginput_container input:focus,
.gform_wrapper .gfield .ginput_container select:focus,
.gform_wrapper .gfield .ginput_container textarea:focus {
  border-color: #00aeef;
}
.gform_wrapper .gform_footer .button {
  border: 1px solid #585b5d;
  font-size: 14px;
  font-size: 1.4rem !important;
  color: #585b5d;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 30px;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
}
.gform_wrapper .gform_footer .button:hover {
  background-color: #585b5d;
  color: #fff;
  text-decoration: none;
}
/* Search
==============================*/
.search-results .padded-content {
  max-width: 100%!important;
}
.search-results .search-result {
  display: block;
  margin: 60px 0 60px 0;
}
.search-results .search-result .search-content {
  position: relative;
  padding: 0 30px 10px 0;
  border-bottom: 1px solid #e1e1e1;
}
.search-results .search-result .search-content h4 {
  margin: 0;
}
.search-results .search-result .search-content p {
  margin: 0;
}
.search-results .search-result .search-content svg {
  font-size: 30px;
  font-size: 3rem;
  position: absolute;
  top: 5px;
  right: 0;
}
.search-results .search-result:hover {
  text-decoration: none;
}
.search-results .search-result:hover .search-content h4 {
  color: #0054a4;
}
.search-results .navigation a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 30px;
  background-color: #0054a4;
  text-align: center;
}
.search-results .navigation a:hover {
  background-color: #252525;
  color: #fff;
  text-decoration: none;
}
/* 404
==============================*/
#four0four {
  margin-bottom: 60px;
}
/* Footer
==============================*/
#contact-block #contact-bg {
  background-size: cover;
  background-position: center;
}
#contact-block #contact-content {
  padding: 0;
}
#contact-block #contact-content .content-box h2 {
  max-width: 630px;
}
#contact-block #contact-content .letter {
  top: 50%;
  transform: translateY(-50%);
  left: -200px;
}
footer {
  position: relative;
  z-index: 5;
}
footer #footer-newsletter {
  background-color: #252525;
  padding: 40px 0;
}
footer #footer-newsletter .newsletter {
  padding-left: 70px;
  position: relative;
}
footer #footer-newsletter .newsletter h3 {
  margin: 0 0 5px 0;
  color: #fff;
}
footer #footer-newsletter .newsletter p {
  color: #fff;
  margin: 0;
}
footer #footer-newsletter .newsletter .fa-envelope-open {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 50px;
  font-size: 5rem;
  color: #fff;
}
footer #footer-newsletter .newsletter-btn {
  text-align: right;
  padding-top: 10px;
}
footer #footer-social {
  background-color: #e9eef3;
}
footer #footer-social .container-fluid {
  padding-right: 0;
}
footer #footer-social .terms-conditions {
  padding: 0 0 0 15px;
}
footer #footer-social .terms-conditions ul {
  padding: 0 60px 0 0;
  margin: 0;
  display: inline-block;
  position: relative;
}
footer #footer-social .terms-conditions ul li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #585b5d;
  text-transform: uppercase;
  margin: 25px 0;
}
footer #footer-social .terms-conditions ul li a {
  color: #585b5d;
}
footer #footer-social .terms-conditions ul li a.footer-corp {
  position: absolute;
  right: 0;
  top: 7px;
}
footer #footer-social .terms-conditions ul li a.footer-corp img {
  max-width: 45px;
}
footer #footer-social .terms-conditions ul span {
  position: relative;
  display: inline-block;
  top: 3px;
  width: 1px;
  height: 15px;
  margin: 0 5px;
  background-color: #585b5d;
}
footer #footer-social .terms-conditions p {
  display: none;
}
footer #footer-social p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #585b5d;
  text-transform: uppercase;
  margin: 25px 0;
  display: inline-block;
}
footer #footer-social p a {
  color: #588f3d;
}
footer #footer-social .social-list {
  padding: 0 15px 0 0;
  text-align: right;
}
footer #footer-social .social-list ul {
  padding: 0;
  margin: 0 0 0 20px;
  float: right;
}
footer #footer-social .social-list ul li {
  float: left;
  list-style-type: none;
  width: 60px;
  height: 71px;
  line-height: 70px;
  text-align: center;
  background-color: #585b5d;
  vertical-align: middle;
  overflow: hidden;
}
footer #footer-social .social-list ul li a {
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  display: block;
}
footer #footer-social .social-list ul li.facebook {
  background-color: #3b5898;
}
footer #footer-social .social-list ul li.twitter {
  background-color: #00aced;
}
footer #footer-social .social-list ul li.instagram {
  background-color: #305676;
}
footer #footer-social .social-list ul li.linkedin {
  background-color: #4875b4;
}
footer #footer-social .social-list ul li.youtube {
  background-color: #c5312c;
}
footer #footer-social .social-list ul li.spotify {
  background-color: #1DB954;
}
footer #footer-social .social-list ul li.google-music {
  background-color: #F4B400;
}
footer #footer-social .social-list ul li:hover {
  background-color: #585b5d;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer #footer-social .terms-conditions ul li {
    font-size: 11px;
    font-size: 1.1rem;
    margin: 20px 0;
  }
  footer #footer-social .terms-conditions ul span {
    margin: 0 2px;
  }
  footer #footer-social p {
    font-size: 11px;
    font-size: 1.1rem;
    margin: 20px 0;
  }
  footer #footer-social .social-list ul li {
    float: left;
    list-style-type: none;
    width: 45px;
    height: 56px;
    line-height: 56px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #contact-block #contact-content {
    padding: 0 15px;
  }
  #contact-block #contact-bg {
    min-height: 300px;
  }
  footer #footer-newsletter {
    background-color: #252525;
    padding: 40px 0;
  }
  footer #footer-newsletter .newsletter {
    text-align: center;
    padding: 0 15px;
    position: relative;
  }
  footer #footer-newsletter .newsletter .fa-envelope-open {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 10px;
  }
  footer #footer-newsletter .newsletter-btn {
    margin-top: 10px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  footer #footer-social .terms-conditions {
    text-align: center;
  }
  footer #footer-social .terms-conditions ul li {
    margin: 5px 0;
    width: 100%;
  }
  footer #footer-social .terms-conditions ul span {
    display: none;
  }
  footer #footer-social .terms-conditions p {
    display: block;
  }
  footer #footer-social .social-list {
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
  }
  footer #footer-social .social-list p {
    display: none;
  }
  footer #footer-social .social-list ul {
    padding: 0;
    margin: 0;
    float: none;
  }
  footer #footer-social .social-list ul li {
    width: 14.28%;
  }
}
