/*************************************************
Theme Name: Shout Web Solutions
Template: divi
Version: 1.2
*************************************************/
/* Typekit - Flash Of Unstyled Text - Fix */
.wf-loading {
  /* styles to use when web fonts are loading */
  display: none;
  visibility: hidden;
}

.wf-active {
  /* styles to use when web fonts are active */
  display: block;
  visibility: visible;
}

.wf-inactive {
  /* styles to use when web fonts are inactive */
  visibility: hidden;
}

/* Global Colours - stick you primary 5 colours here */
/* Global Fonts - load your chosen fonts in here */
/* Base font size */
/* Global Box Sizing Parameters, flex-box, box-shadow, transitions, border-radius, align & justify */
/* Display and other attribute classes */
.hide {
  display: none;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

/*************************************************
Set Typography Styling here
*************************************************/
*, p, span {
  font-family: mr-eaves-modern, sans-serif;
  font-size: 18px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: none !important;
}

h1, h1 a, h1 a span, h1 span, .h1, .h1 a, .h1 a span, .h1 span, .entry-content h1 {
  font-family: mr-eaves-modern, sans-serif;
  font-size: 60px;
  color: #3D3B39;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
}
@media (max-width: 980px) {
  h1, h1 a, h1 a span, h1 span, .h1, .h1 a, .h1 a span, .h1 span, .entry-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  h1, h1 a, h1 a span, h1 span, .h1, .h1 a, .h1 a span, .h1 span, .entry-content h1 {
    font-size: 40px;
  }
}

h2, h2 a, h2 a span, h2 span, .h2, .h2 a, .h2 a span, .h2 span, .entry-content h2 {
  font-family: mr-eaves-modern, sans-serif;
  font-size: 69px;
  font-weight: 300;
  color: #3D3B39;
}
@media (max-width: 980px) {
  h2, h2 a, h2 a span, h2 span, .h2, .h2 a, .h2 a span, .h2 span, .entry-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h2, h2 a, h2 a span, h2 span, .h2, .h2 a, .h2 a span, .h2 span, .entry-content h2 {
    font-size: 32px;
  }
}

h3, h3 a, h3 a span, h3 span, .h3, .h3 a, .h3 a span, .h3 span, .entry-content h3 {
  font-family: mr-eaves-modern, sans-serif;
  font-size: 34px;
  font-weight: 300;
  color: #3D3B39;
}
@media (max-width: 980px) {
  h3, h3 a, h3 a span, h3 span, .h3, .h3 a, .h3 a span, .h3 span, .entry-content h3 {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  h3, h3 a, h3 a span, h3 span, .h3, .h3 a, .h3 a span, .h3 span, .entry-content h3 {
    font-size: 32px;
  }
}

h4, h4 a, h4 a span, h4 span, .h4, .h4 a, .h4 a span, .h4 span, .entry-content h4 {
  font-family: mr-eaves-modern, sans-serif;
  font-size: 30px;
  color: #3D3B39;
}
@media (max-width: 980px) {
  h4, h4 a, h4 a span, h4 span, .h4, .h4 a, .h4 a span, .h4 span, .entry-content h4 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  h4, h4 a, h4 a span, h4 span, .h4, .h4 a, .h4 a span, .h4 span, .entry-content h4 {
    font-size: 20px;
  }
}

h5, h5 a, h5 a span, h5 span, .h5, .h5 a, .h5 a span, .h5 span, .entry-content h5 {
  font-family: mr-eaves-modern, sans-serif;
  font-size: 24px;
  color: #3D3B39;
}
@media (max-width: 980px) {
  h5, h5 a, h5 a span, h5 span, .h5, .h5 a, .h5 a span, .h5 span, .entry-content h5 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  h5, h5 a, h5 a span, h5 span, .h5, .h5 a, .h5 a span, .h5 span, .entry-content h5 {
    font-size: 20px;
  }
}

p, p span, .p, .p span, ul, ul li,
.et_pb_module, .et_pb_module p, .et_pb_module p span, .et_pb_module span,
input[type=text], input[type=password], input[type=tel], input[type=email],
input.text, input.title, textarea, select,
table, table tr, table tr th, table tr td, .left {
  font-family: mr-eaves-modern, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 38px;
}
p strong, p span strong, .p strong, .p span strong, ul strong, ul li strong,
.et_pb_module strong, .et_pb_module p strong, .et_pb_module p span strong, .et_pb_module span strong,
input[type=text] strong, input[type=password] strong, input[type=tel] strong, input[type=email] strong,
input.text strong, input.title strong, textarea strong, select strong,
table strong, table tr strong, table tr th strong, table tr td strong, .left strong {
  font-weight: 600;
}
@media (max-width: 980px) {
  p, p span, .p, .p span, ul, ul li,
  .et_pb_module, .et_pb_module p, .et_pb_module p span, .et_pb_module span,
  input[type=text], input[type=password], input[type=tel], input[type=email],
  input.text, input.title, textarea, select,
  table, table tr, table tr th, table tr td, .left {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  p, p span, .p, .p span, ul, ul li,
  .et_pb_module, .et_pb_module p, .et_pb_module p span, .et_pb_module span,
  input[type=text], input[type=password], input[type=tel], input[type=email],
  input.text, input.title, textarea, select,
  table, table tr, table tr th, table tr td, .left {
    font-size: 20px;
  }
}

/* List Styling */
.et_pb_module ul li {
  font-family: mr-eaves-modern, sans-serif;
  font-size: 18px;
  list-style-type: none;
  position: relative;
}
.et_pb_module ul li:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 7px;
  position: absolute;
  left: -15px;
  top: 0;
}
.et_pb_module ul li h3 {
  padding-top: 0;
  padding-bottom: 15px;
  line-height: 35px;
  font-size: 32px;
}

.et_pb_module.list-services ul li:before {
  top: 2px;
}

/* Blockquote */
blockquote {
  color: #878787;
}

.small-h3 h3 {
  padding-top: 15px;
}

.bold-h3 h3 {
  font-weight: 600;
}
.bold-h3 h4 {
  font-size: 34px;
  font-weight: 600;
}

.small-h2 h2 {
  font-size: 38px;
}

.large-p-text p {
  font-size: 34px;
  font-weight: 300;
  line-height: 38px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 980px) {
  .large-p-text p {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .large-p-text p {
    text-align: center;
  }
}

/*************************************************
Header CSS Styling here.
*************************************************/
header#main-header .container {
  max-width: 100%;
  padding-top: 12px;
  width: 94%;
}
header#main-header .container #logo {
  max-height: 67%;
}
header#main-header .container .et_pb_button_wrapper {
  position: absolute;
  top: 49px;
  right: 0;
  width: 145px;
}
header#main-header .container .et_pb_button_wrapper .et_pb_button {
  background: white;
  border: white;
  padding: 0.82em 1.2em 0.73em !important;
  border-radius: 33px;
  font-size: 18px;
  text-transform: uppercase;
}
header#main-header .container .et_pb_button_wrapper .et_pb_button:after {
  display: none;
}
header#main-header .container .et_pb_button_wrapper .et_pb_button:hover {
  padding: 0.82em 1.2em 0.73em !important;
  border-radius: 33px;
}
header#main-header .container .et_pb_button_wrapper .et_pb_button:hover:after {
  display: none;
}
header#main-header .container #top-menu li li {
  margin: 0;
  padding: 0;
  border-bottom: 0px solid #636468;
}
header#main-header .container #et-top-navigation {
  padding-top: 47px;
  padding-bottom: 10px;
  padding-right: 15%;
  width: 100%;
  padding-left: 342px !important;
}
header#main-header .container #et-top-navigation nav {
  width: 100%;
}
header#main-header .container #et-top-navigation nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}
header#main-header .container #et-top-navigation nav ul li {
  padding-left: 0;
  padding-right: 0;
}
header#main-header .container #et-top-navigation nav ul li a {
  font-weight: bolder;
  font-size: 21px;
}
header#main-header .container #et-top-navigation nav ul li:hover a {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header#main-header .container #et-top-navigation nav ul li:hover .sub-menu {
  display: block;
  width: 100%;
  /* max-width: 100%; */
  min-width: 320px;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  /* display: flex; */
  position: absolute;
  padding-left: 0;
  background: #3D3B39;
  padding-bottom: 8px;
  left: -30px;
  padding-top: 20px;
}
header#main-header .container #et-top-navigation nav ul li:hover .sub-menu li {
  margin: 0;
  padding: 0;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-bottom: 0px solid #636468;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header#main-header .container #et-top-navigation nav ul li:hover .sub-menu li a {
  font-size: 20px !important;
  padding-left: 30px;
  opacity: 1;
  padding-bottom: 19px;
}
header#main-header .container #et-top-navigation nav ul li:hover .sub-menu li .sub-menu {
  left: unset;
  right: -319px;
}
header#main-header .container #et-top-navigation nav ul li:hover .sub-menu li:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header#main-header .container #et-top-navigation nav ul li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 300;
  color: white;
}
header#main-header .container #et-top-navigation nav ul li ul.sub-menu {
  display: block;
  width: 100%;
  /* max-width: 100%; */
  min-width: 320px;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  /* display: flex; */
  position: absolute;
  left: -40px;
  padding-left: 20px;
  background: #3D3B39;
  padding-bottom: 8px;
  padding-top: 8px;
}
header#main-header .container #et-top-navigation nav ul li ul.sub-menu li {
  width: 100%;
}
header#main-header .container #et-top-navigation nav ul li ul.sub-menu li a {
  width: 100%;
}
header#main-header .container #et-top-navigation nav ul li ul.sub-menu li a:hover {
  background: transparent !important;
}
header#main-header.et-fixed-header {
  background: #3D3B39;
}
header#main-header.et-fixed-header .container {
  padding-top: 3px;
}
header#main-header.et-fixed-header .container #et-top-navigation {
  padding-top: 29px;
}
header#main-header.et-fixed-header .container #et-top-navigation ul li a {
  padding-bottom: 19px;
}
header#main-header.et-fixed-header .container #et-top-navigation ul li ul.sub-menu {
  padding-top: 20px;
}
header#main-header.et-fixed-header .container .et_pb_button_wrapper {
  top: 23px;
}

@media (max-width: 1250px) {
  header#main-header .container #et-top-navigation {
    padding-right: 156px;
    padding-left: 255px !important;
  }
  header#main-header .container #et-top-navigation ul li a {
    font-size: 18px !important;
  }
  #logo {
    max-width: 230px;
    margin-top: -8px;
  }
}
@media (max-width: 1085px) {
  #et-secondary-nav .menu-item-has-children > a:first-child:after, #top-menu .menu-item-has-children > a:first-child:after {
    font-size: 34px;
    right: -14px !important;
    top: -2px;
  }
  #logo {
    max-width: 230px;
    margin-top: -8px;
  }
}
@media (max-width: 980px) {
  header#main-header .container .logo_container {
    padding-top: 7px;
  }
  header#main-header .container .logo_container img#logo {
    min-height: 53px;
  }
  header#main-header .container #et-top-navigation {
    padding-top: 21px;
  }
  header#main-header .container #et-top-navigation nav {
    display: none !important;
  }
  header#main-header .container .et_pb_button_wrapper .et_pb_button {
    display: none !important;
  }
  header#main-header .container button.hamburger {
    right: 0;
    position: absolute;
    top: 9px;
    opacity: 0.9;
  }
  header#main-header .container button.hamburger .hamburger-inner, header#main-header .container button.hamburger .hamburger-inner::before, header#main-header .container button.hamburger .hamburger-inner::after {
    background-color: white;
  }
  footer#main-footer {
    z-index: 9999;
  }
}
body .custom-mobile-menu {
  background: #3C3B39;
  top: 0;
  margin-top: 0;
  padding-top: 15px;
  right: 0;
  width: 3px;
}
body .custom-mobile-menu:before {
  content: " ";
  background: url("/wp-content/themes/ece-planning/images/menu-bg.png");
  display: block;
  position: absolute;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  opacity: 0.8;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body .custom-mobile-menu.custom-mobile-menu-left {
  z-index: 10;
  width: 100%;
}
body .custom-mobile-menu #top-menu-nav {
  z-index: 10000000000000000000000000000 !important;
  position: absolute;
  top: 50%;
  left: 40px;
  right: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body .custom-mobile-menu ul li a {
  font-size: 6vh !important;
  line-height: 6vh !important;
}
body #page-container {
  right: 0 !important;
}
body #page-container.custom-mobile-menu-left {
  right: 0 !important;
}

#et-secondary-nav .menu-item-has-children > a:first-child:after, #top-menu .menu-item-has-children > a:first-child:after {
  position: absolute;
  bottom: 1px;
  right: -33px;
  font-family: ETmodules;
  font-size: 42px;
  font-weight: lighter;
  content: "3";
}

/*************************************************
Footer CSS Styling here.
*************************************************/
#main-content {
  margin-bottom: 348px;
}

footer#main-footer {
  height: 348px;
  width: 100%;
  position: fixed;
  z-index: -1;
  bottom: 0;
}

footer#main-footer {
  background: #3D3B39 !important;
  background-color: #3D3B39 !important;
}
footer#main-footer #c-footer {
  padding-top: 0;
  padding-bottom: 0;
  background: #3D3B39 !important;
  background-color: #3D3B39 !important;
}
footer#main-footer #c-footer .et_pb_row {
  max-width: 100%;
  width: 92%;
  padding-top: 10px;
}
footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(1) img {
  padding-top: 31px;
}
footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(2) #custom-footer-menu {
  margin-bottom: 55px;
  text-align: center;
}
footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(2) #custom-footer-menu .et_pb_widget {
  margin-bottom: 0 !important;
  width: 100%;
}
footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(2) #custom-footer-menu .et_pb_widget h4 {
  display: none;
}
footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(2) #custom-footer-menu .et_pb_widget div ul li {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(2) #custom-footer-menu .et_pb_widget div ul li:before {
  content: "~";
  font-family: monospace !important;
  font-size: 27px;
  left: unset;
  right: -10.5px;
  text-align: center;
  top: -1px;
}
footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(2) #custom-footer-menu .et_pb_widget div ul li a {
  color: #E9E9E9;
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
}
footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(2) #custom-footer-menu .et_pb_widget div ul li a:hover {
  opacity: 0.8;
}
footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(2) #custom-footer-menu .et_pb_widget div ul li:last-of-type:before {
  display: none !important;
}
footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(2) #custom-footer-info {
  text-align: center;
  margin-bottom: 30px !important;
}
footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(2) #custom-footer-info table {
  color: #E9E9E9;
  margin-left: 50%;
  min-width: 490px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(2) #custom-footer-info table tbody tr th {
  font-size: 20px;
  text-align: left;
  font-weight: 200;
  letter-spacing: 1px;
}
footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(2) #custom-footer-info table tbody tr th:nth-child(1) {
  min-width: 140px;
  text-transform: capitalize;
  font-weight: 300;
}
footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(2) #custom-footer-info table a {
  color: #E9E9E9;
  font-weight: 300;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
}
footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(2) #custom-footer-info table a:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(2) #custom-copyright {
  text-align: center;
  color: #E9E9E9;
  opacity: 0.7;
}
footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(2) #custom-copyright p {
  font-size: 20px;
  letter-spacing: 1px;
}
footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(2) #custom-copyright p a {
  font-size: 20px;
  color: #E9E9E9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(2) #custom-copyright p a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(3) .custom-social-icons {
  padding-top: 100px;
  text-align: right;
  padding-right: 30px;
}
footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(3) .custom-social-icons a i {
  font-size: 30px;
  margin-left: 20px;
}
footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(3) .custom-social-icons a i:before {
  color: #E9E9E9;
}

@media (max-width: 980px) {
  #main-content {
    margin-bottom: 0px;
  }
  footer#main-footer {
    height: unset !important;
    width: 100%;
    position: relative;
    z-index: 8;
  }
  footer#main-footer .et_pb_column {
    margin-bottom: 0;
  }
  footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(2) #custom-footer-info table {
    min-width: 500px;
  }
  footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(3) .custom-social-icons {
    padding-top: 25px;
    text-align: center;
    padding-right: 0;
  }
}
@media (max-width: 520px) {
  footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(2) #custom-footer-info table {
    min-width: 100%;
  }
  #custom-footer-menu {
    display: none !important;
  }
  footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(2) #custom-footer-info table tbody tr th:nth-child(1),
  footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(2) #custom-footer-info table tbody tr th {
    width: 100%;
    min-width: 100%;
    display: block;
    text-align: center;
  }
}
/*************************************************
Set button Styling here
*************************************************/
/* Custom Button */
.button {
  padding: 0.3em 1em !important;
  color: #fff;
  font-family: mr-eaves-modern, sans-serif;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 700;
  background-color: #878787;
  height: 50px;
  border-radius: 33px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button:after {
  display: none;
}
.button:hover {
  background-color: #f07e31;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0.3em 1em !important;
}
.button:hover:after {
  display: none;
}

/* Divi default button override */
.et_pb_button_module_wrapper {
  text-align: center;
}
.et_pb_button_module_wrapper .et_pb_button {
  padding: 0.5em 1.2em 0.4em !important;
  color: #3D3B39 !important;
  font-family: mr-eaves-modern, sans-serif;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid #3D3B39;
  border-radius: 33px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.et_pb_button_module_wrapper .et_pb_button:after {
  display: none;
}
.et_pb_button_module_wrapper .et_pb_button:hover {
  background-color: #3D3B39;
  border: 1px solid #3D3B39;
  color: white !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0.5em 1.2em 0.4em !important;
}
.et_pb_button_module_wrapper .et_pb_button:hover:after {
  display: none;
}

.white.et_pb_button {
  background-color: #3D3B39;
  border: 1px solid #3D3B39;
  color: white !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0.5em 1.2em 0.4em !important;
}
.white.et_pb_button:hover {
  background-color: white;
  border: 1px solid white;
  color: #3D3B39 !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0.5em 1.2em 0.4em !important;
}

/* START of THEME CSS */
.grey-line-on-left {
  padding-left: 35px;
}
.grey-line-on-left:before {
  content: " ";
  display: block;
  width: 1px;
  min-height: 235px;
  background: #D6D6D7;
  position: absolute;
  left: -25px;
  top: 0;
}

.top-triangle-light-white:before,
.top-triangle-white:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-left: 57px solid transparent;
  border-right: 57px solid transparent;
  border-top: 30px solid #ffffff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#custom-wonder-slider.top-triangle-white {
  padding-top: 50px;
}

.top-triangle-light-grey:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-left: 57px solid transparent;
  border-right: 57px solid transparent;
  border-top: 30px solid #EAEAEA;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top-triangle-light-grey:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-left: 57px solid transparent;
  border-right: 57px solid transparent;
  border-top: 30px solid #EAEAEA;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top-triangle-dark-grey:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-left: 57px solid transparent;
  border-right: 57px solid transparent;
  border-top: 30px solid #5B5C60;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.et_pb_fullwidth_header.et_pb_fullscreen {
  height: 100vh;
}
.et_pb_fullwidth_header.et_pb_fullscreen .header-content {
  margin-right: 0 !important;
  position: relative;
}
.et_pb_fullwidth_header.et_pb_fullscreen .header-content h1 {
  text-align: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  line-height: 70px;
  -webkit-transform: translateY(-90%);
  transform: translateY(-90%);
  /*position: absolute;
  left: 50%;
  top:50%;
  @include transform (translateY(-90%, -50%));*/
  -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */ /* Firefox < 16 */ /* Internet Explorer */ /* Opera < 12.1 */
  animation: fadein 4s;
}
.et_pb_fullwidth_header.et_pb_fullscreen .et_pb_fullwidth_header_scroll {
  min-height: 38vh;
}
.et_pb_fullwidth_header.et_pb_fullscreen .et_pb_fullwidth_header_scroll a span.scroll-down {
  font-size: 0;
}
.et_pb_fullwidth_header.et_pb_fullscreen .et_pb_fullwidth_header_scroll a span.scroll-down:after {
  font-family: FontAwesome !important;
  content: "\f078";
  font-size: 25px;
  border-radius: 63px;
  background: #E7E7E7;
  color: #7C7B79;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 10px;
  padding-bottom: 8px;
  margin-left: -20.5px;
  margin-top: -6px;
}

#half-height-header .et_pb_fullwidth_header {
  height: 75vh;
  min-height: unset !important;
}
#half-height-header .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
  height: 60vh;
  min-height: unset !important;
}
#half-height-header .et_pb_fullwidth_header .header-content {
  margin-right: 0 !important;
  display: -ms-grid;
  display: grid;
  /*@include transform (translateY(-120%));*/
}
#half-height-header .et_pb_fullwidth_header .header-content h1 {
  text-align: center;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#half-height-header .et_pb_fullwidth_header .header-content span {
  text-align: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 48px;
  font-weight: 300;
  padding-bottom: 10px;
}
#half-height-header .et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
  min-height: 25vh;
}
#half-height-header .et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a span.scroll-down {
  font-size: 0;
}
#half-height-header .et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a span.scroll-down:after {
  font-family: FontAwesome !important;
  content: "\f078";
  font-size: 25px;
  border-radius: 63px;
  background: #E7E7E7;
  color: #7C7B79;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 10px;
  padding-bottom: 8px;
  margin-left: -20.5px;
  margin-top: -6px;
}

#half-height-header-serviceschild .et_pb_fullwidth_header.et_pb_fullscreen {
  height: 97vh;
}
#half-height-header-serviceschild .et_pb_fullwidth_header {
  height: 75vh;
  min-height: unset !important;
}
#half-height-header-serviceschild .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
  height: 60vh;
  min-height: unset !important;
}
#half-height-header-serviceschild .et_pb_fullwidth_header .header-content {
  margin-right: 0 !important;
  display: -ms-grid;
  display: grid;
}
#half-height-header-serviceschild .et_pb_fullwidth_header .header-content h1 {
  text-align: center;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#half-height-header-serviceschild .et_pb_fullwidth_header .header-content span {
  text-align: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 48px;
  font-weight: 300;
  padding-bottom: 10px;
}
#half-height-header-serviceschild .et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
  min-height: 25vh;
}
#half-height-header-serviceschild .et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a span.scroll-down {
  font-size: 0;
}
#half-height-header-serviceschild .et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a span.scroll-down:after {
  font-family: FontAwesome !important;
  content: "\f078";
  font-size: 25px;
  border-radius: 63px;
  background: #E7E7E7;
  color: #7C7B79;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 10px;
  padding-bottom: 8px;
  margin-left: -20.5px;
  margin-top: -6px;
}

.et_pb_section.black:before {
  background: black;
  opacity: 0.4;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: " ";
}

#c-breadcrumbs {
  background: #EAEAEA;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
}
#c-breadcrumbs .et_pb_code_inner {
  width: 80%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 22px;
  padding-top: 17px;
  color: #3D3B39;
  font-weight: 400;
}
#c-breadcrumbs .et_pb_code_inner #breadcrumbs {
  display: inline-block;
  color: #3D3B39;
  font-size: 22px;
  font-weight: 300;
}
#c-breadcrumbs .et_pb_code_inner #breadcrumbs span {
  color: #3D3B39;
  font-size: 22px;
  font-weight: 300;
}
#c-breadcrumbs .et_pb_code_inner #breadcrumbs span a {
  color: #3D3B39;
  font-size: 22px;
  font-weight: 300;
  position: relative;
}
#c-breadcrumbs .et_pb_code_inner #breadcrumbs span a:before {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  content: " ";
  background: #3D3B39;
  height: 1px;
  z-index: 99999 !important;
}

#c-testimonial-slider {
  padding-bottom: 6vh;
  padding-top: 11vh;
}
#c-testimonial-slider h2, #c-testimonial-slider h3 {
  text-transform: uppercase;
  font-size: 45px;
}
#c-testimonial-slider h2, #c-testimonial-slider h3, #c-testimonial-slider p {
  color: white;
}
#c-testimonial-slider .et_pb_slider .et_pb_slide {
  background-color: transparent !important;
  background: transparent !important;
}
#c-testimonial-slider .et_pb_slider .et_pb_slide .et_pb_container {
  height: unset !important;
}
#c-testimonial-slider .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_description {
  padding: 0% 8% 7.25%;
  display: -ms-grid;
  display: grid;
}
#c-testimonial-slider .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_description h2 {
  text-transform: uppercase;
}
#c-testimonial-slider .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_description h3 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 25px;
  padding-top: 30px;
  text-transform: capitalize;
}
#c-testimonial-slider .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_description p {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 32px;
  line-height: 32px;
  font-weight: 100;
  padding-bottom: 10px;
}

.et_pb_filterable_portfolio, .et_portfolio_image {
  -webkit-animation: none !important;
  animation: none !important;
}

.et_pb_filterable_portfolio {
  margin-top: 80px;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -10px;
  width: auto;
  min-width: 542px;
  margin-left: auto;
  margin-right: auto;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters ul li a {
  border: 1px solid #3D3B39;
  background: white !important;
  color: #3D3B39 !important;
  font-size: 20px;
  font-weight: 300;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters ul li a.active {
  background: #3D3B39 !important;
  color: white !important;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters ul li:before {
  display: none !important;
}
.et_pb_filterable_portfolio h2 {
  font-weight: 300;
  line-height: 0;
  margin-top: 10px !important;
  padding-bottom: 17px;
}
.et_pb_filterable_portfolio h2 a {
  font-size: 25px;
  line-height: 25px;
}
.et_pb_filterable_portfolio .et_portfolio_image img {
  max-height: 210px;
  min-height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}
.et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item {
  display: inline-block;
  margin-right: 5%;
  width: 30%;
  float: left;
  vertical-align: top;
  margin-bottom: 10px;
}
.et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item .post-meta {
  margin-top: -23px;
  margin-bottom: 20px;
}
.et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item .post-meta a {
  color: #666;
  font-size: 20px;
  font-weight: 300;
}
.et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item:nth-child(3n+3) {
  margin-right: 0 !important;
}
.et_pb_filterable_portfolio.bottom-of-child-pages {
  margin-bottom: -50px !important;
}
.et_pb_filterable_portfolio.bottom-of-child-pages .et_pb_portfolio_filters {
  display: none !important;
}
.et_pb_filterable_portfolio.bottom-of-child-pages .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item {
  display: inline-block;
  margin-right: 5%;
  width: 30%;
  float: left;
}
.et_pb_filterable_portfolio.bottom-of-child-pages .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item .post-meta a {
  font-size: 18px;
}
.et_pb_filterable_portfolio.bottom-of-child-pages .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item:nth-child(3) {
  margin-right: 0 !important;
}
.et_pb_filterable_portfolio.bottom-of-child-pages .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item:nth-child(1n+4) {
  display: none !important;
}

.c-author-box {
  padding-top: 26px;
}
.c-author-box:before {
  content: "Written By";
  font-size: 18px;
  display: block;
  position: absolute;
  top: 0;
  left: 60px;
}
.c-author-box .et_pb_main_blurb_image {
  width: 45px;
}
.c-author-box .et_pb_main_blurb_image img {
  margin-top: -12px;
  border-radius: 100px;
}

.et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item {
  min-height: 350px;
}

.sectors-choose-project .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item {
  min-height: unset !important;
}

.et_pb_gallery .et_pb_gallery_item {
  width: 23.1% !important;
  margin-right: 2.5% !important;
  margin-bottom: 2.5% !important;
}
.et_pb_gallery .et_pb_gallery_item:nth-child(4n) {
  margin-right: 0 !important;
}
.et_pb_gallery .et_pb_gallery_item .et_pb_gallery_image a img {
  min-height: 270px;
  max-height: 270px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.et_pb_gallery .et_pb_gallery_item .et_pb_gallery_title {
  display: none !important;
}
.et_pb_gallery .et_overlay {
  background: rgba(255, 255, 255, 0.45);
}

.et_pb_gallery_fullwidth .et_pb_gallery_items .et_pb_gallery_item {
  width: 100% !important;
  margin-right: auto !important;
  margin-bottom: 0 !important;
  margin-left: auto !important;
  padding-left: 10%;
  padding-right: 10%;
}
.et_pb_gallery_fullwidth .et_pb_gallery_items .et_pb_gallery_item a img {
  min-height: unset;
  max-height: unset;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}
.et_pb_gallery_fullwidth .et-pb-slider-arrows .et-pb-arrow-prev:before {
  content: url("/wp-content/uploads/2019/05/ece-planning-home-29-04-19_03-1-left.png");
  text-align: right;
}
.et_pb_gallery_fullwidth .et-pb-slider-arrows .et-pb-arrow-next:before {
  content: url("/wp-content/uploads/2019/05/ece-planning-home-29-04-19_03-1.png");
}
.et_pb_gallery_fullwidth .et-pb-controllers {
  display: none;
}

.c-projects-half-section .et_pb_column:nth-child(1) {
  padding-right: 40px;
}
.c-projects-half-section .et_pb_column:nth-child(1):before {
  height: 370px;
  width: 1px;
  position: absolute;
  top: 0;
  right: -40px;
  background: #eaeaea;
}
.c-projects-half-section .et_pb_column:nth-child(2) {
  padding-left: 50px;
}
.c-projects-half-section .et_pb_column:nth-child(1) .et_pb_module ul li {
  font-size: 28px;
}
.c-projects-half-section .et_pb_column:nth-child(2) .et_pb_module p {
  padding-bottom: 0;
}

.sectors-choose-project .et_pb_image {
  position: relative;
  margin-bottom: 10px !important;
}
.sectors-choose-project h2 {
  position: absolute;
  background: rgba(61, 59, 57, 0.46);
  margin: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
}
.sectors-choose-project .et_pb_text {
  position: relative;
  margin-bottom: 0 !important;
}
.sectors-choose-project .et_pb_text .et_pb_text_inner {
  position: absolute;
  background: rgba(255, 255, 255, 0.85);
  z-index: 999;
  bottom: 38px;
  left: 30px;
  z-index: 999;
  padding-top: 11px;
  padding-left: 15px;
  padding-right: 15px;
}
.sectors-choose-project .et_pb_text .et_pb_text_inner h3, .sectors-choose-project .et_pb_text .et_pb_text_inner h4 {
  display: inline-block;
}
.sectors-choose-project .et_pb_row {
  max-width: 92%;
  width: 100%;
}
.sectors-choose-project .et_pb_column_2_3 {
  width: 67.667%;
  margin-right: 1%;
}
.sectors-choose-project .et_pb_column_2_3 img {
  max-height: 515px;
  height: 515px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sectors-choose-project .et_pb_column_1_3 img {
  max-height: 250px;
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sectors-choose-project .et_pb_filterable_portfolio {
  margin-top: -40px;
}
.sectors-choose-project .et_pb_filterable_portfolio .et_pb_portfolio_filters {
  display: none !important;
}
.sectors-choose-project .et_pb_filterable_portfolio .et_pb_portfolio_item {
  float: left;
}
.sectors-choose-project .et_pb_filterable_portfolio .et_pb_portfolio_item:nth-child(12n+1) {
  width: 66.3% !important;
  margin-right: 1%;
}
.sectors-choose-project .et_pb_filterable_portfolio .et_pb_portfolio_item:nth-child(12n+1) .et_portfolio_image img {
  max-height: 515px;
  height: 515px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sectors-choose-project .et_pb_filterable_portfolio .et_pb_portfolio_item:nth-child(12n+2) {
  width: 32.7%;
  margin-right: 0 !important;
  margin-bottom: 15px;
}
.sectors-choose-project .et_pb_filterable_portfolio .et_pb_portfolio_item:nth-child(12n+2) .et_portfolio_image img {
  max-height: 250px;
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sectors-choose-project .et_pb_filterable_portfolio .et_pb_portfolio_item:nth-child(12n+3) {
  width: 32.7%;
  margin-right: 0;
}
.sectors-choose-project .et_pb_filterable_portfolio .et_pb_portfolio_item:nth-child(12n+3) .et_portfolio_image img {
  max-height: 250px;
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sectors-choose-project .et_pb_filterable_portfolio .et_pb_portfolio_item h2 {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sectors-choose-project .et_pb_filterable_portfolio .et_pb_portfolio_item:hover h2 {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sectors-choose-project .et_pb_filterable_portfolio .et_pb_portfolio_item:nth-child(1n+4) {
  margin-right: 1%;
  width: 32.65%;
}
.sectors-choose-project .et_pb_filterable_portfolio .et_pb_portfolio_item h2 {
  position: absolute;
  background: rgba(44, 42, 42, 0.85);
  z-index: 999;
  bottom: 30px;
  left: 28px;
  padding-top: 12px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 7px;
}
.sectors-choose-project .et_pb_filterable_portfolio .et_pb_portfolio_item h2 a {
  font-size: 32px;
  text-transform: capitalize !important;
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1em;
  display: block;
  text-align: center;
}
.sectors-choose-project .et_pb_filterable_portfolio .et_pb_portfolio_pagination {
  border-top: 0px solid #e2e2e2;
  display: none;
}
.sectors-choose-project .et_pb_filterable_portfolio .et_pb_portfolio_pagination ul li a {
  font-size: 20px;
}
.sectors-choose-project .et_pb_filterable_portfolio .et_pb_portfolio_pagination ul li:before {
  display: none !important;
}

#custom-career-form {
  background: #EAEAEA;
  padding-bottom: 1vh;
  padding-top: 7vh;
}
#custom-career-form:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-left: 57px solid transparent;
  border-right: 57px solid transparent;
  border-top: 30px solid #ffffff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#custom-career-form .et_pb_row .et_pb_column .et_pb_code form {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
#custom-career-form .et_pb_row .et_pb_column .et_pb_code form div span {
  width: 100%;
}
#custom-career-form .et_pb_row .et_pb_column .et_pb_code form div span input {
  max-width: 100%;
  width: 100%;
  border: 0px solid white;
  background: white;
  color: #3D3B39;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  padding-top: 9px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
}
#custom-career-form .et_pb_row .et_pb_column .et_pb_code .surround {
  padding-bottom: 0px;
  min-height: 73px;
}
#custom-career-form .et_pb_row .et_pb_column .et_pb_code .surround .third {
  float: left;
  width: 29.3%;
  margin-right: 5%;
}
#custom-career-form .et_pb_row .et_pb_column .et_pb_code .surround .third.last-upload {
  background: #3D3B39;
  margin-right: 0;
  position: relative;
  min-height: 44px;
}
#custom-career-form .et_pb_row .et_pb_column .et_pb_code .surround .third.last-upload input {
  color: transparent;
  opacity: 0;
  padding-bottom: 17px;
}
#custom-career-form .et_pb_row .et_pb_column .et_pb_code .surround .third.last-upload:before {
  content: "Upload CV";
  position: absolute;
  top: 10px;
  left: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  font-size: 16px;
}
#custom-career-form .et_pb_row .et_pb_column .et_pb_code .surround .two-third {
  float: left;
  width: 63.7%;
  margin-right: 5%;
}
#custom-career-form .et_pb_row .et_pb_column .et_pb_code .surround .last {
  margin-right: 0;
}
#custom-career-form .et_pb_row .et_pb_column .et_pb_code .full input {
  background: transparent;
  border: #3D3B39;
  padding: 0.5em 2.4em 0.4em !important;
  text-transform: uppercase;
  position: relative;
  border: 1px solid;
  border-radius: 50px !important;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.7em !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#custom-career-form .et_pb_row .et_pb_column .et_pb_code .full input:hover {
  background: #3D3B39;
  border: 1px solid #3D3B39 !important;
  color: white;
}
#custom-career-form div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  color: #398f14;
  text-align: center;
}

.selected-projects-heading h2 {
  font-size: 46px;
  letter-spacing: 0;
  font-weight: 300;
}

body.single-project h3:first-of-type {
  font-weight: 600;
}
body.single-project h2:last-of-type {
  line-height: 40px;
  font-size: 46px;
  letter-spacing: 0;
  font-weight: 300;
  padding-bottom: 0;
  padding-top: 30px;
}
body.single-project #c-testimonial-slider:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-left: 57px solid transparent;
  border-right: 57px solid transparent;
  border-top: 30px solid #5B5C60;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
}
body.single-project .et_pb_filterable_portfolio h2 {
  line-height: unset;
  font-size: unset;
  letter-spacing: unset;
  font-weight: unset;
  margin-top: unset !important;
  padding-bottom: 17px;
  padding-top: 0;
}
body.single-project .et_pb_filterable_portfolio h2:last-of-type {
  line-height: unset;
  font-size: unset;
  letter-spacing: unset;
  font-weight: unset;
  margin-top: unset !important;
  padding-bottom: 17px;
  padding-top: 0;
}

body.page-id-202 h2 {
  font-size: 42px;
}

#c-contact-bits .et_pb_text_inner p {
  font-size: 22px !important;
}
#c-contact-bits .et_pb_text_inner p strong {
  font-size: 29px !important;
}

.gdpr-box label {
  padding-left: 25px;
}
.gdpr-box label input {
  position: absolute;
  top: 13px;
  left: 0;
}
.et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item {
  margin-bottom: 15px;
}

#projectpageonly.sectors-choose-project .c-gallery-container {
  display: none !important;
}
#projectpageonly.sectors-choose-project .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item:nth-child(12n+7) {
  width: 32.7%;
  margin-right: 1%;
}
#projectpageonly.sectors-choose-project .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item:nth-child(12n+7) span.et_portfolio_image img {
  max-height: 250px;
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#projectpageonly.sectors-choose-project .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item:nth-child(12n+8) {
  width: 66.3% !important;
  margin-right: 0;
}
#projectpageonly.sectors-choose-project .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item:nth-child(12n+8) a span.et_portfolio_image img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 515px;
  height: 515px;
  width: 100%;
  object-fit: cover;
}
#projectpageonly.sectors-choose-project .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item:nth-child(12n+9) {
  width: 32.7%;
  margin-right: 1%;
  margin-top: -265px;
}
#projectpageonly.sectors-choose-project .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item:nth-child(12n+9) span.et_portfolio_image img {
  max-height: 250px;
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#projectpageonly.sectors-choose-project .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item:nth-child(6n+4) a span.et_portfolio_image img, #projectpageonly.sectors-choose-project .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item:nth-child(6n+5) a span.et_portfolio_image img, #projectpageonly.sectors-choose-project .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item:nth-child(6n+6) a span.et_portfolio_image img {
  max-height: 250px;
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-us-grey-background article {
  background: #EAEAEA !important;
}

.white-text p {
  color: white !important;
}

#boklob-banner:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: black;
  z-index: 1;
  opacity: 0.25;
}
#boklob-banner .et_pb_fullwidth_header_scroll {
  display: none !important;
}
#boklob-banner .et_pb_fullwidth_header.et_pb_fullscreen .header-content h1,
#boklob-banner h1 {
  margin-top: -80px !important;
}

.c-row-surround {
  padding-bottom: 0 !important;
}
.c-row-surround .et_pb_row {
  padding-bottom: 0 !important;
}
.c-row-surround .first-column {
  background-color: #3D82A1;
  padding-left: 65px;
  padding-right: 65px;
  padding-bottom: 65px;
  padding-top: 60px;
}
/*body{
  header#main-header{
    display:none !important;
  }
}*/
body.page-id-3875 header#main-header {
  display: none !important;
}
body.page-id-3875 #main-content {
  margin-bottom: 0 !important;
}
body.page-id-3875 #main-footer {
  display: none !important;
}

.custom-menu-portflio-surround {
  padding-bottom: 0 !important;
}
.custom-menu-portflio-surround .et_pb_widget {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
}
.custom-menu-portflio-surround .et_pb_widget .widgettitle {
  text-align: center;
  padding-bottom: 35px;
}
.custom-menu-portflio-surround .et_pb_widget div {
  margin-bottom: 0 !important;
}
.custom-menu-portflio-surround .et_pb_widget div ul {
  padding-left: 0 !important;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.custom-menu-portflio-surround .et_pb_widget div ul li {
  list-style-type: none !important;
  display: inline-block !important;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
  border: 2px solid #eee;
  padding-top: 25px;
  padding-bottom: 15px;
  padding-left: 2vw;
  padding-right: 2vw;
}
.custom-menu-portflio-surround .et_pb_widget div ul li:hover {
  border: 2px solid #dedede;
}
.custom-menu-portflio-surround .et_pb_widget div ul li.current-menu-item {
  border: 2px solid #dedede;
}
.custom-menu-portflio-surround .et_pb_widget div ul li.current-menu-item:hover {
  border: 2px solid #eee;
}
.custom-menu-portflio-surround .et_pb_widget div ul li:before {
  display: none;
}
.custom-menu-portflio-surround .et_pb_widget div ul li:last-of-type:after {
  display: none !important;
}
.custom-menu-portflio-surround .et_pb_widget div ul li a:before {
  background-image: url("/wp-content/themes/ece-planning/images/icon/all.png");
  content: " ";
  height: 50px;
  width: 50px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}
.custom-menu-portflio-surround .et_pb_widget div ul li:nth-child(1) a:before {
  background-image: url("/wp-content/themes/ece-planning/images/icon/all.png");
}
.custom-menu-portflio-surround .et_pb_widget div ul li:nth-child(2) a:before {
  background-image: url("/wp-content/themes/ece-planning/images/icon/residential.png");
}
.custom-menu-portflio-surround .et_pb_widget div ul li:nth-child(3) a:before {
  background-image: url("/wp-content/themes/ece-planning/images/icon/educational.png");
}
.custom-menu-portflio-surround .et_pb_widget div ul li:nth-child(4) a:before {
  background-image: url("/wp-content/themes/ece-planning/images/icon/commercial.png");
}
.custom-menu-portflio-surround .et_pb_widget div ul li:nth-child(5) a:before {
  background-image: url("/wp-content/themes/ece-planning/images/icon/leisure.png");
}
.custom-menu-portflio-surround .et_pb_widget div ul li:nth-child(6) a:before {
  background-image: url("/wp-content/themes/ece-planning/images/icon/mixed-use.png");
}

.service-n-section .et_pb_toggle_content {
  padding-top: 0 !important;
}
.service-n-section h5.et_pb_toggle_title:before {
  display: none !important;
}

#page-container {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

#page-container .et_pb_section:first-child .et_pb_fullwidth_header {
  /*  min-height: 100vh!important;*/
  padding-top: 0 !important;
}

.project-button-surrounds {
  margin-left: auto;
  margin-right: auto;
  display: block;
  /*position: relative;*/
  text-align: center;
}
.project-button-surrounds a {
  color: #666;
  font-size: 18px;
  text-align: center;
  list-style-type: none !important;
  display: inline-block !important;
  margin-left: 10px;
  border: 2px solid #eee;
  padding-top: 25px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 145px;
  margin-bottom: 15px;
}
.project-button-surrounds a.selected {
  border: 2px solid #3D3B39 !important;
}
.project-button-surrounds a img {
  height: 50px;
  width: 50px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}
.project-button-surrounds a:hover {
  border: 2px solid #dedede;
}

#c-custom-testimonials-aug .et_pb_text {
  font-size: 18px !important;
}
#c-custom-testimonials-aug .et_pb_text p {
  font-size: 22px !important;
}
#c-custom-testimonials-aug .et_pb_module_header {
  padding-bottom: 2px !important;
}
#c-custom-testimonials-aug .et_pb_blurb_container span {
  font-size: 24px !important;
  line-height: 28px !important;
}
#c-custom-testimonials-aug .et_pb_blurb_description {
  font-size: 24px !important;
  line-height: 28px !important;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
/* Opera < 12.1 */
.amazingcarousel-list-wrapper {
  overflow: hidden;
  width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
}

/* END of THEME CSS */
#custom-wonder-slider {
  background: #EAEAEA;
}
#custom-wonder-slider h2 {
  font-size: 38px;
}

#custom-wonder-slider {
  padding-top: 15px;
  padding-bottom: 60px !important;
}
#custom-wonder-slider .et_pb_module ul li:before {
  display: none !important;
}
#custom-wonder-slider .et_pb_row {
  width: 100% !important;
  padding-bottom: 0 !important;
  max-width: 100% !important;
}
#custom-wonder-slider .et_pb_row .et_pb_column .et_pb_code .et_pb_module ul li:before {
  display: none !important;
  opacity: 0;
}
#custom-wonder-slider .et_pb_row .et_pb_column .et_pb_code .amazingcarousel-item-container {
  position: relative;
  padding: 0 !important;
  border: 0px solid transparent !important;
}
#custom-wonder-slider .et_pb_row .et_pb_column .et_pb_code .amazingcarousel-item-container .amazingcarousel-image {
  position: relative;
  height: 300px;
  border-left: 12px solid #eaeaea;
  border-right: 12px solid #eaeaea;
}
#custom-wonder-slider .et_pb_row .et_pb_column .et_pb_code .amazingcarousel-item-container .amazingcarousel-image a {
  min-height: inherit;
}
#custom-wonder-slider .et_pb_row .et_pb_column .et_pb_code .amazingcarousel-item-container .amazingcarousel-image a .amazingcarousel-image-fix-wrapper {
  min-height: inherit;
}
#custom-wonder-slider .et_pb_row .et_pb_column .et_pb_code .amazingcarousel-item-container .amazingcarousel-image a .amazingcarousel-image-fix-wrapper:before {
  content: " ";
  background-image: url(/wp-content/uploads/2019/05/hover-png-arrow-1.png) !important;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100000000000000000000000000;
}
#custom-wonder-slider .et_pb_row .et_pb_column .et_pb_code .amazingcarousel-item-container .amazingcarousel-image img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: inherit;
  margin-top: 0 !important;
}
#custom-wonder-slider .et_pb_row .et_pb_column .et_pb_code .amazingcarousel-item-container .amazingcarousel-title {
  text-align: left;
  position: absolute;
  top: 30px;
  right: 30px;
  left: 30%;
  bottom: 33px;
  height: 240px;
  margin: 0;
  background: rgba(255, 255, 255, 0.875);
  padding-top: 100px;
  padding-left: 55px;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 44px;
  letter-spacing: -3px;
}
#custom-wonder-slider .et_pb_row .et_pb_column .et_pb_code .amazingcarousel-item-container .amazingcarousel-description {
  position: absolute;
  top: 170px;
  font-size: 22px;
  left: 30%;
  padding-left: 55px;
  margin: 0;
}
#custom-wonder-slider .et_pb_row .et_pb_column .et_pb_code .amazingcarousel-item-container .amazingcarousel-hover-effect {
  z-index: 99999999;
  display: none;
  background-image: url("/wp-content/uploads/2019/05/hover-png-arrow-1.png") !important;
}
#custom-wonder-slider .et_pb_row .et_pb_column .et_pb_code .amazingcarousel-nav {
  opacity: 0;
  display: none;
}
#custom-wonder-slider .et_pb_row .et_pb_column .et_pb_code .wonderplugincarousel-container {
  margin-top: -35px;
}
#custom-wonder-slider .et_pb_row .et_pb_column .et_pb_code .wonderplugincarousel-container .amazingcarousel-title a {
  opacity: 1;
}
#custom-wonder-slider .et_pb_row .et_pb_column .et_pb_code .wonderplugincarousel-container .amazingcarousel-title a:hover {
  opacity: 0.8;
}
#custom-wonder-slider .et_pb_row .et_pb_column .et_pb_code .amazingcarousel-prev {
  top: -18.5% !important;
  margin-top: 0 !important;
  left: 10%;
  background: unset !important;
  display: none !important;
}
#custom-wonder-slider .et_pb_row .et_pb_column .et_pb_code .amazingcarousel-prev:before {
  content: "<";
  display: block;
  font-family: monospace;
  font-size: 40px;
  color: #3D3B39;
}
#custom-wonder-slider .et_pb_row .et_pb_column .et_pb_code .amazingcarousel-next {
  top: -18.5% !important;
  margin-top: 0 !important;
  right: 10%;
  background: unset !important;
  display: none !important;
}
#custom-wonder-slider .et_pb_row .et_pb_column .et_pb_code .amazingcarousel-next:before {
  content: ">";
  display: block;
  font-family: monospace;
  font-size: 40px;
  color: #3D3B39;
}
#custom-wonder-slider.no-black-background {
  border-top: 10px solid black;
  padding-bottom: 45px !important;
}
#custom-wonder-slider.no-black-background:before {
  display: none !important;
}
#custom-wonder-slider.on-homepage .et_pb_row .et_pb_column .et_pb_code .amazingcarousel-item-container .amazingcarousel-title {
  letter-spacing: 0 !important;
}

#custom-wonder-slider.services-pages-big-titles h2 {
  line-height: 40px;
  /* padding-bottom: 32px; */
  /* padding-right: 110px; */
  font-size: 46px;
  letter-spacing: 0;
  font-weight: 300;
  margin-top: 25px;
}
#custom-wonder-slider.services-pages-big-titles .amazingcarousel-description {
  /* position: relative; */
  /* font: 12px "Open Sans", sans-serif; */
  /* color: #333333; */
  /* margin: 6px; */
  /* text-align: left; */
  /* line-height: 14px; */
  /* height: 28px; */
  /* overflow: hidden; */
  background: rgba(255, 255, 255, 0.875) !important;
  position: absolute !important;
  font-size: 0 !important;
  /* top: 170px; */
  /* font-size: 22px; */
  /* left: 30%; */
  /* padding-left: 55px; */
  /* margin: 0; */
  top: 30px !important;
  right: 30px !important;
  left: 30% !important;
  bottom: 33px !important;
  height: auto;
}
#custom-wonder-slider.services-pages-big-titles .amazingcarousel-title {
  /* padding-left: 45px !important; */
  font-weight: 100 !important;
  line-height: 40px !important;
  /* padding-right: 110px; */
  text-transform: unset !important;
  /* vertical-align: middle; */
  /* top: 25px; */
  /* right: 33px; */
  /* padding-top: 65px !important; */
  z-index: 200000 !important;
  position: absolute !important;
  top: 47% !important;
  left: 30% !important;
  bottom: unset !important;
  padding-top: 0 !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  float: unset !important;
  height: unset !important;
  text-align: left !important;
  position: absolute !important;
  /* top: 28px; */
  /* right: 30px; */
  /* left: 30%; */
  /* bottom: 33px; */
  /* height: 240px; */
  /* margin: 0; */
  /* background: rgba(255, 255, 255, 0.875); */
  /* padding-top: 100px; */
  /* padding-left: 55px; */
  font-weight: 100 !important;
  font-size: 44px !important;
  letter-spacing: -1px !important;
  padding-right: 110px !important;
  background: transparent !important;
  font-size: 32px !important;
  text-transform: none !important;
}

.wonder-slider-random-missing-spacing h2 {
  padding-bottom: 38px;
}

#the-timeline {
  padding-bottom: 90px;
}
#the-timeline .et_pb_row {
  position: relative;
}
#the-timeline .et_pb_row:nth-child(1) {
  min-height: 180px;
  padding-top: 70px;
  padding-bottom: 20px;
}
#the-timeline .et_pb_row:nth-child(1):before {
  position: absolute;
  top: 10px;
  left: 0;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: " ";
  display: block;
  background: #636468;
  width: 11px;
  height: 200px;
}
#the-timeline .et_pb_row:nth-child(1):after {
  content: " ";
  display: block;
  border: 8px solid #636468;
  border-radius: 50px;
  background: white;
  height: 25px;
  width: 25px;
  z-index: 1;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#the-timeline .et_pb_row:last-of-type {
  min-height: 180px;
  padding-top: 40px;
  padding-bottom: 196px;
}
#the-timeline .et_pb_row:last-of-type:before {
  position: absolute;
  bottom: 10px;
  left: 0;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: " ";
  display: block;
  background: #636468;
  width: 11px;
  height: 200px;
}
#the-timeline .et_pb_row:last-of-type:after {
  content: " ";
  display: block;
  border: 8px solid #636468;
  border-radius: 50px;
  background: white;
  height: 25px;
  width: 25px;
  z-index: 1;
  visibility: visible;
  position: absolute;
  bottom: -4px;
  left: 0;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#the-timeline .et_pb_row:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: " ";
  display: block;
  background: #636468;
  width: 11px;
  height: auto;
  top: 0;
}
#the-timeline .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container h4 {
  position: absolute;
  top: 20%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: white;
  z-index: 1;
  padding-top: 13px;
  font-size: 21px;
  padding-bottom: 11px;
}
#the-timeline .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container h3 {
  font-size: 26px;
  text-align: center;
}
#the-timeline .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container p {
  text-align: center;
}
#the-timeline .et_pb_row .et_pb_column:nth-child(1) .et_pb_blurb .et_pb_blurb_container h4 {
  right: -16.5%;
  min-width: 22px;
  text-align: center;
}
#the-timeline .et_pb_row .et_pb_column:nth-child(1) .et_pb_divider {
  display: block;
  height: 10px;
}
#the-timeline .et_pb_row .et_pb_column:nth-child(2) .et_pb_blurb .et_pb_blurb_container h4 {
  left: -16.5%;
  min-width: 22px;
  text-align: center;
}
#the-timeline .et_pb_row .et_pb_column:nth-child(2) .et_pb_divider {
  display: block;
  height: 10px;
}

/* Testimonial Colours */
/* Testimonials */
#c-custom-testimonials .et_pb_column {
  /* Column 1 and 3 */
  /* Column 2 */
}
#c-custom-testimonials .et_pb_column .et_pb_testimonial {
  margin-bottom: 35px !important;
}
#c-custom-testimonials .et_pb_column .et_pb_testimonial:before {
  display: none;
  visibility: hidden;
}
#c-custom-testimonials .et_pb_column .et_pb_testimonial .et_pb_testimonial_description {
  padding-top: 110px;
  padding-bottom: 20px;
}
#c-custom-testimonials .et_pb_column .et_pb_testimonial .et_pb_testimonial_description:after {
  display: block;
  content: url("/wp-content/themes/ece-planning/images/icon-testimonial.png");
  position: absolute;
  height: 50px;
  width: 50px;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-34px);
  transform: translateX(-34px);
}
#c-custom-testimonials .et_pb_column .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner p {
  color: #fff;
  text-align: center;
  padding-bottom: 5px;
}
#c-custom-testimonials .et_pb_column .et_pb_testimonial .et_pb_testimonial_author {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 5px;
}
#c-custom-testimonials .et_pb_column:nth-child(odd) .et_pb_testimonial:nth-child(odd) {
  background-color: #626468 !important;
}
#c-custom-testimonials .et_pb_column:nth-child(odd) .et_pb_testimonial:nth-child(even) {
  background-color: #3D3B39 !important;
}
#c-custom-testimonials .et_pb_column:nth-child(even) .et_pb_testimonial:nth-child(odd) {
  background-color: #3D3B39 !important;
}
#c-custom-testimonials .et_pb_column:nth-child(even) .et_pb_testimonial:nth-child(even) {
  background-color: #626468 !important;
}

#custom-meet-the-team .et_pb_row .et_pb_column {
  width: 33.333%;
  margin-right: 0;
}
#custom-meet-the-team .et_pb_row .et_pb_column .et_pb_image {
  margin-bottom: 30px;
}
#custom-meet-the-team .et_pb_row .et_pb_column .et_pb_image img {
  max-height: 289px !important;
  min-height: 289px !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1300px) {
  #custom-meet-the-team .et_pb_row .et_pb_column .et_pb_image img {
    max-height: 233px !important;
    min-height: 233px !important;
  }
}
#custom-meet-the-team .et_pb_row .et_pb_column .et_pb_text {
  margin-bottom: 0px;
  padding-right: 75px;
}
#custom-meet-the-team .et_pb_row .et_pb_column .et_pb_text h2 {
  padding-bottom: 0;
}
#custom-meet-the-team .et_pb_row .et_pb_column .et_pb_text h3 {
  padding-bottom: 5px;
  font-size: 20px;
  padding-top: 10px;
}
#custom-meet-the-team .et_pb_row .et_pb_column .et_pb_text h3 b {
  font-size: 16px;
}
#custom-meet-the-team .et_pb_row .et_pb_column .et_pb_toggle {
  padding-right: 75px !important;
}
#custom-meet-the-team .et_pb_text {
  font-family: mr-eaves-modern, sans-serif !important;
  font-size: 18px;
  color: #3D3B39;
  padding-right: 0;
  line-height: 24px;
}
#custom-meet-the-team .et_pb_text p {
  font-family: mr-eaves-modern, sans-serif !important;
  font-size: 18px;
  color: #3D3B39;
  padding-right: 0;
  line-height: 24px;
}

.custom-meet-the-team-aug-new {
  padding: 0 !important;
  border: 0px solid white;
  background: transparent !important;
  display: -ms-grid;
  display: grid;
}
.custom-meet-the-team-aug-new h5.et_pb_toggle_title {
  padding-top: 10px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 18px;
  content: "Read More";
  color: #3D3B39 !important;
  font-family: mr-eaves-modern, sans-serif !important;
}
.custom-meet-the-team-aug-new .et_pb_toggle_content {
  padding-right: 75px;
  padding-top: 0 !important;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-family: mr-eaves-modern, sans-serif !important;
  font-size: 18px;
  color: #3D3B39;
  padding-right: 0;
  line-height: 24px;
}
.custom-meet-the-team-aug-new .et_pb_toggle_content p {
  font-family: mr-eaves-modern, sans-serif !important;
  font-size: 18px;
  color: #3D3B39;
  padding-right: 0;
  line-height: 24px;
}

.custom-meet-the-team-aug-new.et_pb_toggle_close h5.et_pb_toggle_title:before {
  display: none;
}

.custom-meet-the-team-aug-new {
  padding-top: 5px;
}
.custom-meet-the-team-aug-new.et_pb_toggle_close h5.et_pb_toggle_title {
  color: pink;
}
.custom-meet-the-team-aug-new.et_pb_toggle_close h5.et_pb_toggle_title:after {
  content: "more";
  color: #3D3B39;
  display: inline-block !important;
  font-family: mr-eaves-modern, sans-serif !important;
}
.custom-meet-the-team-aug-new.et_pb_toggle_open h5.et_pb_toggle_title:after {
  content: "less";
  color: #3D3B39;
  font-family: mr-eaves-modern, sans-serif !important;
  display: inline-block !important;
}
.custom-meet-the-team-aug-new.et_pb_toggle_open h5.et_pb_toggle_title:before {
  display: none;
}

.et_pb_toggle.custom-meet-the-team {
  border: 1px solid transparent !important;
  padding: 0px !important;
  background-color: transparent !important;
  padding-bottom: 45px !important;
}
.et_pb_toggle.custom-meet-the-team h5.et_pb_toggle_title {
  position: inherit;
}
.et_pb_toggle.custom-meet-the-team h5.et_pb_toggle_title:before {
  top: unset;
  bottom: -20px;
  margin-top: 0;
  color: #3D3B39 !important;
  font-family: mr-eaves-modern, sans-serif !important;
  z-index: 999;
  left: 0;
  right: unset;
}
.et_pb_toggle.custom-meet-the-team h5.et_pb_toggle_title {
  font-family: mr-eaves-modern, sans-serif !important;
  font-size: 18px;
  color: #3D3B39;
  padding-right: 0;
  line-height: 24px;
}
.et_pb_toggle.custom-meet-the-team .et_pb_toggle_content p,
.et_pb_toggle.custom-meet-the-team .et_pb_toggle_content {
  font-family: mr-eaves-modern, sans-serif !important;
  font-size: 18px;
  color: #3D3B39;
  line-height: 24px;
}

/* JOBS styling */
/* Main Page */
body.page-id-230 #et-main-area .sjb-page .sjb-archive-page h3,
body.post-type-archive-jobpost #et-main-area .sjb-page .sjb-archive-page h3 {
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
}
body.page-id-230 #et-main-area .sjb-page .sjb-archive-page h3 span.job-title,
body.post-type-archive-jobpost #et-main-area .sjb-page .sjb-archive-page h3 span.job-title {
  font-size: 0 !important;
  color: #3D3B39;
  letter-spacing: -2.2px;
  padding-bottom: 0;
  margin-bottom: 30px;
}
body.page-id-230 #et-main-area .sjb-page .sjb-archive-page h3 span.job-title:before,
body.post-type-archive-jobpost #et-main-area .sjb-page .sjb-archive-page h3 span.job-title:before {
  position: absolute;
  top: -85px;
  content: "Vacancies";
  display: inline-block;
  font-size: 52px;
  color: #3D3B39;
  letter-spacing: -2.2px;
  padding-bottom: 0;
  margin-bottom: 30px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.page-id-230 #et-main-area .sjb-page .sjb-filters,
body.post-type-archive-jobpost #et-main-area .sjb-page .sjb-filters {
  margin-top: 0px;
}
body.page-id-230 #et-main-area .sjb-page .sjb-filters .form-group select,
body.post-type-archive-jobpost #et-main-area .sjb-page .sjb-filters .form-group select {
  padding-top: 9px;
}
body.page-id-230 #et-main-area .sjb-page .sjb-filters .btn-search,
body.post-type-archive-jobpost #et-main-area .sjb-page .sjb-filters .btn-search {
  background: #3D3B39;
  color: white !important;
  font-family: mr-eaves-modern, sans-serif sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #3D3B39 !important;
  border-radius: 33px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body.page-id-230 #et-main-area .sjb-page .sjb-filters .btn-search:hover,
body.post-type-archive-jobpost #et-main-area .sjb-page .sjb-filters .btn-search:hover {
  background: white !important;
  border: 1px solid #3D3B39 !important;
  color: #3D3B39 !important;
}
body.page-id-230 #et-main-area .sjb-page .sjb-listing,
body.post-type-archive-jobpost #et-main-area .sjb-page .sjb-listing {
  margin-bottom: 30px;
}
body.page-id-230 #et-main-area .sjb-page .sjb-listing .list-view .list-data,
body.post-type-archive-jobpost #et-main-area .sjb-page .sjb-listing .list-view .list-data {
  padding: 15px 21px 10px;
}
body.page-id-230 #et-main-area .sjb-page .sjb-listing .list-view .list-data header .row .col-md-1:first-of-type,
body.post-type-archive-jobpost #et-main-area .sjb-page .sjb-listing .list-view .list-data header .row .col-md-1:first-of-type {
  display: none;
}
body.page-id-230 #et-main-area .sjb-page .sjb-listing .list-view .list-data header .row .col-md-11,
body.post-type-archive-jobpost #et-main-area .sjb-page .sjb-listing .list-view .list-data header .row .col-md-11 {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  /* Remove last item */
}
body.page-id-230 #et-main-area .sjb-page .sjb-listing .list-view .list-data header .row .col-md-11 .job-info h4 a span.job-title,
body.post-type-archive-jobpost #et-main-area .sjb-page .sjb-listing .list-view .list-data header .row .col-md-11 .job-info h4 a span.job-title {
  color: #3D3B39;
  font-size: 1.5em;
  line-height: 2em;
  letter-spacing: -2px;
}
body.page-id-230 #et-main-area .sjb-page .sjb-listing .list-view .list-data header .row .col-md-11 .job-type,
body.post-type-archive-jobpost #et-main-area .sjb-page .sjb-listing .list-view .list-data header .row .col-md-11 .job-type {
  color: #3D3B39;
  font-size: 1.1em;
  line-height: 2.5em;
  letter-spacing: -1px;
  text-align: right;
}
body.page-id-230 #et-main-area .sjb-page .sjb-listing .list-view .list-data header .row .col-md-11 .job-type i,
body.post-type-archive-jobpost #et-main-area .sjb-page .sjb-listing .list-view .list-data header .row .col-md-11 .job-type i {
  font-size: 20px;
  margin-right: 10px;
  color: #3D3B39;
}
body.page-id-230 #et-main-area .sjb-page .sjb-listing .list-view .list-data header .row .col-md-11 .job-location,
body.post-type-archive-jobpost #et-main-area .sjb-page .sjb-listing .list-view .list-data header .row .col-md-11 .job-location {
  color: #3D3B39;
  font-size: 1.1em;
  line-height: 2.5em;
  letter-spacing: -1px;
  text-align: right;
}
body.page-id-230 #et-main-area .sjb-page .sjb-listing .list-view .list-data header .row .col-md-11 .job-location i,
body.post-type-archive-jobpost #et-main-area .sjb-page .sjb-listing .list-view .list-data header .row .col-md-11 .job-location i {
  font-size: 20px;
  margin-right: 10px;
  color: #3D3B39;
}
body.page-id-230 #et-main-area .sjb-page .sjb-listing .list-view .list-data header .row .col-md-11 .job-date,
body.post-type-archive-jobpost #et-main-area .sjb-page .sjb-listing .list-view .list-data header .row .col-md-11 .job-date {
  color: #3D3B39;
  font-size: 1.1em;
  line-height: 2.5em;
  letter-spacing: -1px;
  text-align: right;
  padding-right: 5px;
}
body.page-id-230 #et-main-area .sjb-page .sjb-listing .list-view .list-data header .row .col-md-11 .job-date i,
body.post-type-archive-jobpost #et-main-area .sjb-page .sjb-listing .list-view .list-data header .row .col-md-11 .job-date i {
  font-size: 0px;
  margin-right: 10px;
  color: #3D3B39;
}
body.page-id-230 #et-main-area .sjb-page .sjb-listing .list-view .list-data .job-description ul li,
body.post-type-archive-jobpost #et-main-area .sjb-page .sjb-listing .list-view .list-data .job-description ul li {
  list-style-type: none !important;
}
body.page-id-230 #et-main-area .sjb-page .sjb-listing .list-view .list-data .job-description p,
body.post-type-archive-jobpost #et-main-area .sjb-page .sjb-listing .list-view .list-data .job-description p {
  color: #3D3B39;
}
body.page-id-230 #et-main-area .sjb-page .sjb-listing .list-view .list-data .job-description p:nth-child(1),
body.post-type-archive-jobpost #et-main-area .sjb-page .sjb-listing .list-view .list-data .job-description p:nth-child(1) {
  padding-bottom: 5px;
}
body.page-id-230 #et-main-area .sjb-page .sjb-listing .list-view .list-data .job-description .btn-primary,
body.post-type-archive-jobpost #et-main-area .sjb-page .sjb-listing .list-view .list-data .job-description .btn-primary {
  padding: 0.5em 1.2em 0.4em !important;
  color: #3D3B39 !important;
  font-family: "source-sans-pro", sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid #3D3B39;
  border-radius: 33px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body.page-id-230 #et-main-area .sjb-page .sjb-listing .list-view .list-data .job-description .btn-primary:hover,
body.post-type-archive-jobpost #et-main-area .sjb-page .sjb-listing .list-view .list-data .job-description .btn-primary:hover {
  background-color: #3D3B39;
  border: 1px solid #3D3B39;
  color: white !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0.5em 1.2em 0.4em !important;
  font-size: 14px;
}

/* Advert Page */
body.single-jobpost #et-main-area #main-content .container {
  padding-top: 97px !important;
}
body.single-jobpost #et-main-area #main-content .container:before {
  display: none !important;
}
body.single-jobpost #et-main-area #main-content .container #sidebar {
  display: none;
}
body.single-jobpost #et-main-area #main-content .container #left-area {
  width: 100%;
}
body.single-jobpost #et-main-area #main-content .container #left-area article {
  margin-top: -37px;
}
body.single-jobpost #et-main-area #main-content .container #left-area article .et_post_meta_wrapper {
  display: none !important;
}
body.single-jobpost #et-main-area #main-content .container #left-area article .entry-content {
  padding-top: 0;
}
body.single-jobpost #et-main-area #main-content .container #left-area article .col-md-1 {
  display: none;
}
body.single-jobpost #et-main-area #main-content .container #left-area article .col-md-11.header-margin-top {
  margin-bottom: 75px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-top: 0;
}
body.single-jobpost #et-main-area #main-content .container #left-area article .col-md-11.header-margin-top .row {
  padding-top: 15px;
}
body.single-jobpost #et-main-area #main-content .container #left-area article .col-md-11.header-margin-top .row div {
  width: 33.332%;
}
body.single-jobpost #et-main-area #main-content .container #left-area article .col-md-11.header-margin-top .row div .job-type, body.single-jobpost #et-main-area #main-content .container #left-area article .col-md-11.header-margin-top .row div .job-location, body.single-jobpost #et-main-area #main-content .container #left-area article .col-md-11.header-margin-top .row div .job-date {
  color: #3D3B39;
  font-size: 1.1em;
  line-height: 2.5em;
  letter-spacing: -1px;
  width: 100%;
  padding-left: 0;
}
body.single-jobpost #et-main-area #main-content .container #left-area article .col-md-11.header-margin-top .row div .job-type i, body.single-jobpost #et-main-area #main-content .container #left-area article .col-md-11.header-margin-top .row div .job-location i, body.single-jobpost #et-main-area #main-content .container #left-area article .col-md-11.header-margin-top .row div .job-date i {
  margin-right: 5px;
}
body.single-jobpost #et-main-area #main-content .container #left-area article .col-md-11.header-margin-top .row div .job-type {
  text-align: left;
}
body.single-jobpost #et-main-area #main-content .container #left-area article .col-md-11.header-margin-top .row div .job-location {
  text-align: center;
}
body.single-jobpost #et-main-area #main-content .container #left-area article .col-md-11.header-margin-top .row div .job-date {
  text-align: right;
}
body.single-jobpost #et-main-area #main-content .container #left-area article .col-md-11.header-margin-top .row .col-md-5 {
  display: none;
}
body.single-jobpost #et-main-area #main-content .container #left-area article .col-md-11.header-margin-top .row .col-md-2.col-sm-4,
body.single-jobpost #et-main-area #main-content .container #left-area article .col-md-11.header-margin-top .row .col-md-3.col-sm-4 {
  min-width: 250px;
}
body.single-jobpost #et-main-area #main-content .container #left-area article .col-md-11.header-margin-top .row .col-md-2.col-sm-4 div,
body.single-jobpost #et-main-area #main-content .container #left-area article .col-md-11.header-margin-top .row .col-md-3.col-sm-4 div {
  font-size: 20px;
}
body.single-jobpost #et-main-area #main-content .container #left-area article .col-md-11.header-margin-top .row .col-md-2.col-sm-4 div i,
body.single-jobpost #et-main-area #main-content .container #left-area article .col-md-11.header-margin-top .row .col-md-3.col-sm-4 div i {
  margin-right: 10px;
}
body.single-jobpost #et-main-area #main-content .container #left-area article .col-md-11.header-margin-top .row .col-md-2.col-sm-4:last-of-type,
body.single-jobpost #et-main-area #main-content .container #left-area article .col-md-11.header-margin-top .row .col-md-3.col-sm-4:last-of-type {
  border: 0px solid #3D3B39;
}
body.single-jobpost #et-main-area #main-content .container #left-area ul {
  list-style-type: none !important;
}
body.single-jobpost #et-main-area #main-content .container #left-area ul li {
  list-style-type: none !important;
}
body.single-jobpost #et-main-area #main-content .container #left-area form.jobpost-form h3 {
  color: #006699;
  font-size: 2em;
  letter-spacing: -2px;
}
body.single-jobpost #et-main-area #main-content .container #left-area form.jobpost-form input {
  padding-top: 11px;
}
body.single-jobpost #et-main-area #main-content .container #left-area form.jobpost-form label {
  padding-top: 14px;
}
body.single-jobpost #et-main-area #main-content .container #left-area .file {
  height: 45px;
  line-height: 0.7;
}
body.single-jobpost #et-main-area #main-content .container #left-area .file span {
  top: 18px;
  left: 17px;
  position: absolute;
  font-size: 18px;
}
body.single-jobpost #et-main-area #main-content .container #left-area .file div {
  padding: 0.5em 1.2em 0.4em !important;
  color: white !important;
  font-family: "source-sans-pro", sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 500;
  background-color: #3D3B39;
  border: 1px solid #3D3B39;
  border-radius: 33px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 1.15;
}
body.single-jobpost #et-main-area #main-content .container #left-area .file div:hover {
  color: #3D3B39 !important;
  background: white !important;
  border-color: #3D3B39 !important;
  font-size: 16px;
}
body.single-jobpost #et-main-area #main-content .container #left-area .file input {
  height: 45px;
}
body.single-jobpost #et-main-area #main-content .container #left-area .app-submit {
  padding: 0.5em 1.2em 0.4em !important;
  color: #3D3B39 !important;
  font-family: "source-sans-pro", sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid #3D3B39;
  border-radius: 33px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body.single-jobpost #et-main-area #main-content .container #left-area .app-submit:hover {
  background-color: #3D3B39;
  border: 1px solid #3D3B39;
  color: white !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0.5em 1.2em 0.4em !important;
}
body.single-jobpost .job-description ul li {
  font-size: 18px !important;
}
body.single-jobpost .job-description ul li:before {
  font-size: 9px !important;
  left: 3px !important;
  content: "\f054" !important;
  color: #3D3B39 !important;
}
body.single-jobpost .job-description p {
  font-size: 18px !important;
}
body.single-jobpost table tr td {
  font-size: 18px !important;
}
body.single-jobpost h3 {
  font-size: 30px !important;
  color: #3D3B39 !important;
}
body.single-jobpost label {
  font-size: 18px !important;
}

.no-job-listing .btn-primary {
  padding: 0.5em 1.2em 0.4em !important;
  color: #3D3B39 !important;
  font-family: "source-sans-pro", sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
  background-color: white !important;
  border: 1px solid #3D3B39;
  border-radius: 33px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.no-job-listing .btn-primary:hover {
  background-color: #3D3B39 !important;
  border: 1px solid #3D3B39 !important;
  color: white !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0.5em 1.2em 0.4em !important;
}

a.custom-breadcrumb-blog-post {
  position: relative;
}
a.custom-breadcrumb-blog-post:before {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  content: " ";
  background: #3D3B39;
  height: 1px;
  z-index: 99999 !important;
}

.et_pb_blog_grid_wrapper .et_pb_blog_grid div.column article {
  font-size: 0 !important;
  width: 100%;
  margin-right: 5.5%;
  position: relative;
  display: inline-block;
  float: left;
  margin-bottom: 0 !important;
  border: 0px solid #d8d8d8 !important;
}
.et_pb_blog_grid_wrapper .et_pb_blog_grid div.column article:nth-child(3n+3) {
  margin-right: 0 !important;
}
.et_pb_blog_grid_wrapper .et_pb_blog_grid div.column article .et_pb_image_container {
  margin-bottom: 0 !important;
}
.et_pb_blog_grid_wrapper .et_pb_blog_grid div.column article .et_pb_image_container a {
  margin-bottom: 0 !important;
}
.et_pb_blog_grid_wrapper .et_pb_blog_grid div.column article .et_pb_image_container a img {
  margin-bottom: 0 !important;
  height: auto;
  min-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0px solid #d8d8d8 !important;
}
.et_pb_blog_grid_wrapper .et_pb_blog_grid div.column article h2 {
  min-height: 63px;
  font-size: 22px;
  color: white;
  z-index: 9;
  left: 0;
  right: 0;
  width: 100%;
  padding-right: 25px;
  padding-top: 19px;
  overflow: hidden;
  padding-bottom: 16px;
  margin-left: -18px;
}
.et_pb_blog_grid_wrapper .et_pb_blog_grid div.column article h2 a {
  font-weight: 300;
  font-size: 22px;
  width: 100%;
}
.et_pb_blog_grid_wrapper .et_pb_blog_grid div.column article .post-content {
  display: none !important;
}
.et_pb_blog_grid_wrapper .et_pb_blog_grid div.column article:hover {
  cursor: pointer;
}

body.single-post #main-content .et_pb_fullwidth_section:nth-child(1) .et_pb_fullwidth_header {
  padding-top: 17vh !important;
  padding-bottom: 15vh;
}
body.single-post .category-blog .et_post_meta_wrapper {
  display: none !important;
}
body.single-post .category-blog .et_section_specialty > .et_pb_row > .et_pb_column.et_pb_column_single {
  border: 0px solid #626468;
}
body.single-post .category-blog .et_section_specialty > .et_pb_row > .et_pb_column.et_pb_column_single .et_pb_module {
  border: 0px solid #626468;
}
body.single-post .category-blog .et_section_specialty > .et_pb_row > .et_pb_column.et_pb_column_single h4 {
  padding-bottom: 15px;
  font-size: 34px;
}
body.single-post .category-blog .et_section_specialty > .et_pb_row > .et_pb_column.et_pb_column_single ul li {
  padding-left: 30px;
  line-height: 30px;
  color: #3D3B39;
  font-size: 22px;
  font-weight: 300;
}
body.single-post .category-blog .et_section_specialty > .et_pb_row > .et_pb_column.et_pb_column_single ul li a {
  color: #3D3B39;
  font-size: 22px;
  font-weight: 300;
}
body.single-post .category-blog .et_section_specialty > .et_pb_row > .et_pb_column.et_pb_column_single ul li:before {
  font-size: 9px !important;
  left: 12px !important;
  content: "\f054" !important;
  color: #3D3B39 !important;
}
body.single-post .category-blog .et_section_specialty .et_pb_row_inner {
  padding-bottom: 0;
}
body.single-post #left-area {
  padding-bottom: 0;
}
/* Contact Us */
/* Contact Form - Enquiry Form Submission */
#c-d-contact-form form {
  width: 100%;
}
#c-d-contact-form form .gdpr-bit .right {
  max-width: 73%;
}
#c-d-contact-form form .gdpr-bit .right label span {
  width: 89% !important;
  display: inline-block !important;
}
#c-d-contact-form form .gdpr-bit .right label span a {
  display: inline-block !important;
}
#c-d-contact-form form .gdpr span,
#c-d-contact-form form .opt-in-part span {
  margin-left: 0;
  padding-left: 1px;
  display: inline-block;
}
#c-d-contact-form form .gdpr a,
#c-d-contact-form form .gdpr .wpcf7-list-item-label,
#c-d-contact-form form .gdpr input[type=checkbox],
#c-d-contact-form form .opt-in-part a,
#c-d-contact-form form .opt-in-part .wpcf7-list-item-label,
#c-d-contact-form form .opt-in-part input[type=checkbox] {
  display: inline-block;
  width: auto !important;
}
#c-d-contact-form form .left, #c-d-contact-form form .right {
  display: inline-block;
  vertical-align: top;
}
#c-d-contact-form form .left {
  padding-top: 14px;
  width: 20%;
}
@media (max-width: 1600px) {
  #c-d-contact-form form .left {
    width: 20%;
  }
}
@media (max-width: 1350px) {
  #c-d-contact-form form .left {
    width: 30%;
  }
}
@media (max-width: 960px) {
  #c-d-contact-form form .left {
    width: 100%;
  }
}
#c-d-contact-form form .media {
  padding-top: 14px;
  padding-bottom: 11px;
}
#c-d-contact-form form .media span {
  width: auto;
}
#c-d-contact-form form .media .wpcf7-list-item {
  width: auto;
  padding-left: 5px;
  margin-left: 0;
}
#c-d-contact-form form .media .wpcf7-list-item input {
  width: auto;
  display: inline-block;
  min-width: 30px;
  max-width: 40px;
}
#c-d-contact-form form .media .wpcf7-list-item span {
  width: auto;
  display: inline-block;
}
#c-d-contact-form form .right {
  width: auto;
  min-width: 79%;
  margin-bottom: 10px;
  max-width: 79%;
}
#c-d-contact-form form .right.small-textarea textarea {
  height: auto !important;
  min-height: 130px;
  max-height: 170px;
}
#c-d-contact-form form .right select {
  background: #EBEAEA;
  border: 1px solid #EBEAEA !important;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  padding-right: 10px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 1600px) {
  #c-d-contact-form form .right {
    width: 79%;
    min-width: 79%;
  }
}
@media (max-width: 1350px) {
  #c-d-contact-form form .right {
    width: 69%;
    min-width: 69%;
  }
}
@media (max-width: 960px) {
  #c-d-contact-form form .right {
    width: 100%;
    min-width: 100%;
  }
}
#c-d-contact-form form .right span {
  width: 100%;
}
#c-d-contact-form form .right span input, #c-d-contact-form form .right span textarea {
  background: #EBEAEA;
  border: 1px solid #EBEAEA !important;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  padding-right: 10px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
#c-d-contact-form form .right span select,
#c-d-contact-form form .right span input {
  margin-bottom: 11px;
}
#c-d-contact-form form .right span textarea {
  min-height: 250px;
  height: 250px;
  max-height: 750px;
  max-width: 665px !important;
}
#c-d-contact-form form .right span input[type=checkbox] {
  width: auto !important;
  min-width: 20px;
  max-width: 20px;
}
#c-d-contact-form form .right .wpcf7-textarea {
  height: 275px;
  max-width: 100%;
  width: 100%;
}
#c-d-contact-form form .wpcf7-form-control-wrap.checkbox-231 {
  display: inline-block;
  width: auto !important;
  margin-right: 4px;
}
#c-d-contact-form form .wpcf7-form-control-wrap.checkbox-231 .wpcf7-list-item {
  margin: 0 0 0 0em !important;
}
#c-d-contact-form form a {
  display: inline-block;
}
#c-d-contact-form form .button, #c-d-contact-form form .wpcf7-submit {
  border-radius: 50px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  padding: 0.5em 1.2em 0.4em !important;
  color: #3D3B39 !important;
  font-family: mr-eaves-sans, sans-serif;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid #3D3B39;
  border-radius: 33px;
}
#c-d-contact-form form .button:hover, #c-d-contact-form form .wpcf7-submit:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: #3D3B39;
  border: 1px solid #3D3B39;
  color: white !important;
  padding: 0.5em 1.2em 0.4em !important;
}
#c-d-contact-form.media-enquiry {
  padding-top: 45px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

/*************************************************
Set resonpsive CSS Styling here.
*************************************************/
@media (max-width: 1300px) {
  #et-secondary-nav .menu-item-has-children > a:first-child:after, #top-menu .menu-item-has-children > a:first-child:after {
    font-size: 34px;
    right: -25px;
  }
}
@media (max-width: 1300px) {
  #c-breadcrumbs .et_pb_code_inner {
    max-width: 90%;
  }
}
@media (max-width: 1112px) {
  .et_pb_fullwidth_header.et_pb_fullscreen .header-content h1 {
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
  }
  .et_pb_fullwidth_header.et_pb_fullscreen .header-content h1 {
    max-width: 100%;
  }
}
#menu-item-480 {
  display: none !important;
}

@media (max-width: 980px) {
  #custom-about-header .et_pb_fullwidth_header.et_pb_fullscreen {
    height: 60vh;
    min-height: unset !important;
  }
  #custom-about-header .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    min-height: 60vh !important;
  }
  #custom-about-header .et_pb_fullwidth_header.et_pb_fullscreen .et_pb_fullwidth_header_scroll {
    display: none !important;
  }
  body.single-project #c-footer {
    margin-top: -27px !important;
  }
  .et_pb_gallery .et_pb_gallery_item {
    width: 31.6% !important;
  }
  .et_pb_gallery .et_pb_gallery_item:nth-child(3n+3) {
    margin-right: 0 !important;
  }
  .et_pb_gallery .et_pb_gallery_item:nth-child(4n) {
    margin-right: 2.5% !important;
  }
  .et_pb_gallery .et_pb_gallery_item .et_pb_gallery_image a img {
    min-height: 180px;
    max-height: 180px;
  }
  .sectors-choose-project .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item:nth-child(odd) {
    margin-right: 0 !important;
  }
  .sectors-choose-project .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item {
    width: 100%;
  }
  .sectors-choose-project .et_pb_filterable_portfolio .et_pb_portfolio_item:nth-child(1) .et_portfolio_image img,
  .sectors-choose-project .et_pb_filterable_portfolio .et_portfolio_image img {
    max-height: 210px !important;
    min-height: 210px !important;
  }
  #half-height-header .et_pb_fullwidth_header .header-content span {
    font-size: 38px;
  }
  .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item {
    margin-right: 6%;
    width: 47%;
  }
  .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item:nth-child(odd) {
    margin-right: 6% !important;
  }
  .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item:nth-child(3n+3) {
    margin-right: unset;
  }
  .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item:nth-child(2n+2) {
    margin-right: 0;
  }
  img#logo {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .et_pb_fullwidth_header.et_pb_fullscreen .header-content h1 {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  #half-height-header .et_pb_fullwidth_header .header-content {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
  .et_pb_fullwidth_header.et_pb_fullscreen .et_pb_fullwidth_header_scroll {
    min-height: 30vh;
  }
  .hamburger {
    opacity: 1 !important;
  }
  #custom-career-form {
    padding-bottom: 0vh;
    padding-top: 6vh;
  }
  #custom-career-form .et_pb_row .et_pb_column .et_pb_code .surround .third {
    float: unset;
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  #custom-career-form .et_pb_row .et_pb_column .et_pb_code .surround .two-third {
    float: unset;
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  #menu-item-480 {
    display: inline-block !important;
  }
  .grey-line-on-left:before {
    display: none !important;
  }
  #custom-wonder-slider .et_pb_row .et_pb_column .et_pb_code .amazingcarousel-next {
    top: -12.5% !important;
    right: 0%;
  }
  #custom-wonder-slider .et_pb_row .et_pb_column .et_pb_code .amazingcarousel-prev {
    top: -12.5% !important;
    left: 0%;
    margin-right: 0;
    text-align: right;
  }
  .sectors-choose-project .et_pb_row {
    width: 80%;
    max-width: 1080px !important;
  }
  .sectors-choose-project .et_pb_column {
    width: 100% !important;
    margin-bottom: 0px !important;
  }
  .sectors-choose-project .et_pb_column_2_3 img {
    max-height: 250px;
    height: 250px;
  }
}
#custom-wonder-slider .et_pb_row .et_pb_column .et_pb_code .amazingcarousel-item-container .amazingcarousel-image a .amazingcarousel-image-fix-wrapper:before {
  background-size: cover;
}

@media (max-width: 768px) {
  .custom-mobile-menu #top-menu-nav ul li.menu-item-480 {
    margin-top: 0;
  }
  #c-breadcrumbs .et_pb_code_inner {
    max-width: 80%;
  }
  #c-d-contact-form form .left {
    padding-top: 0;
  }
  .et_pb_filterable_portfolio .et_pb_portfolio_filters ul {
    min-width: unset;
  }
  .et_pb_gallery .et_pb_gallery_item {
    width: 48% !important;
    margin-bottom: 20px !important;
    margin-right: 4% !important;
  }
  .et_pb_gallery .et_pb_gallery_item:nth-child(3n+3) {
    margin-right: 4% !important;
  }
  .et_pb_gallery .et_pb_gallery_item:nth-child(even) {
    margin-right: 0 !important;
  }
  #custom-wonder-slider.services-pages-big-titles .amazingcarousel-description {
    right: 30px !important;
    left: 30px !important;
    top: 20px !important;
    bottom: 18px !important;
  }
  #custom-wonder-slider.services-pages-big-titles .amazingcarousel-title {
    left: 30px !important;
  }
  #c-testimonial-slider h2, #c-testimonial-slider h3, #custom-wonder-slider h2 {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .et_pb_filterable_portfolio {
    margin-top: 0;
  }
  .et_pb_filterable_portfolio .et_pb_portfolio_filters {
    padding-left: 15%;
    padding-right: 15%;
  }
  .et_pb_filterable_portfolio ul {
    position: relative !important;
  }
  .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
    width: 100%;
    text-align: center;
  }
  footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(2) #custom-footer-info table tbody tr:nth-child(2) th:nth-child(1), footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(2) #custom-footer-info table tbody tr:nth-child(3) th:nth-child(1) {
    margin-top: 25px;
  }
  footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(2) #custom-footer-info table tbody tr th {
    display: block;
    text-align: center;
  }
  footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(2) #custom-footer-info table tbody tr th a {
    display: block;
    text-align: center;
  }
  footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(2) #custom-footer-info table tbody tr th:nth-child(2) {
    font-size: 0;
    line-height: 14px;
  }
  footer#main-footer #c-footer .et_pb_row .et_pb_column:nth-child(2) #custom-footer-menu {
    display: none;
  }
  .selected-projects-heading h2,
  #c-testimonial-slider h2,
  #c-testimonial-slider h3,
  #custom-wonder-slider h2 {
    font-size: 32px;
  }
  #c-testimonial-slider .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_description h3 {
    padding-bottom: 50px;
  }
  #custom-wonder-slider .et_pb_row .et_pb_column .et_pb_code .amazingcarousel-next,
  #custom-wonder-slider .et_pb_row .et_pb_column .et_pb_code .amazingcarousel-prev {
    display: none !important;
  }
  #custom-wonder-slider .et_pb_row .et_pb_column .et_pb_code .amazingcarousel-item-container .amazingcarousel-image a .amazingcarousel-image-fix-wrapper:before {
    background-size: contain;
    background-position: center center;
  }
  .amazingcarousel-image {
    min-height: 300px;
  }
  #custom-wonder-slider .et_pb_row .et_pb_column .et_pb_code .amazingcarousel-item-container .amazingcarousel-title {
    left: 30px;
  }
  #custom-wonder-slider .et_pb_row .et_pb_column .et_pb_code .amazingcarousel-item-container .amazingcarousel-description {
    left: 30px;
  }
  #c-testimonial-slider .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_description {
    padding: 0% 0% 12.25%;
  }
  #c-testimonial-slider .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_description p {
    font-size: 26px;
  }
  .dont-show-on-mobile {
    display: none !important;
  }
  .left {
    font-size: 20px;
  }
  #custom-meet-the-team .et_pb_row .et_pb_column {
    width: 100% !important;
  }
}
@media (max-width: 615px) {
  .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item {
    width: 100% !important;
    margin-right: 0 !important;
    min-height: unset !important;
  }
}
@media (max-width: 500px) {
  #custom-about-header .et_pb_fullwidth_header.et_pb_fullscreen {
    height: 55vh;
    min-height: unset !important;
  }
  #custom-about-header .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    min-height: 45vh !important;
  }
  #custom-about-header .et_pb_fullwidth_header.et_pb_fullscreen .et_pb_fullwidth_header_scroll {
    display: none !important;
  }
  .et_pb_gallery .et_pb_gallery_item .et_pb_gallery_image a img {
    min-height: 150px;
    max-height: 150px;
  }
  #custom-wonder-slider .et_pb_row .et_pb_column .et_pb_code .amazingcarousel-item-container .amazingcarousel-title {
    font-size: 32px;
    padding-top: 111px;
    top: 20px;
    bottom: 18px;
  }
  #custom-wonder-slider .et_pb_row .et_pb_column .et_pb_code .amazingcarousel-item-container .amazingcarousel-description {
    font-size: 18px;
  }
  .et_pb_fullwidth_header.et_pb_fullscreen .header-content h1 {
    -webkit-transform: translateY(-9%);
    transform: translateY(-9%);
    line-height: 40px !important;
  }
  .et_pb_fullwidth_header.et_pb_fullscreen .et_pb_fullwidth_header_scroll {
    min-height: 28vh;
  }
  .et_pb_button_module_wrapper {
    text-align: center !important;
  }
  #c-breadcrumbs {
    height: auto;
  }
  #c-breadcrumbs .et_pb_code_inner {
    padding-bottom: 15px;
  }
  .c-projects-half-section .et_pb_column:nth-child(1) {
    padding-right: 0;
  }
  .c-projects-half-section .et_pb_column:nth-child(2) {
    padding-left: 0;
  }
  .c-projects-half-section .et_pb_column:nth-child(2) .et_pb_module ul li {
    text-align: left !important;
  }
  .et_pb_gallery_fullwidth {
    overflow: visible;
  }
  .et_pb_gallery_fullwidth .et_pb_gallery_items .et_pb_gallery_item {
    min-width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .et_pb_gallery_fullwidth .et-pb-slider-arrows {
    position: relative;
    margin-top: 35px;
  }
  .et_pb_module ul li h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .custom-mobile-menu {
    width: 100% !important;
  }
}
body.error404 #et-main-area {
  border-top: 140px black solid;
}
body.error404 #main-content > .container {
  padding-top: 45px !important;
}