@charset "UTF-8";
/*
Theme Name: MAT 4Site
Author: GeekPower Web Design
Author URI: http://www.in-toronto-web-design.ca;
Description: Custom theme built by GeekPower Web Design
Version: 1.0
Text Domain: mat4site
*/
.custom-theme-comments-file {
  display: block;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.rotator-loading {
  position: absolute;
  color: rgba(255, 255, 255, 0.25);
  top: calc(50% - 22px);
  z-index: 60;
  left: calc(50% - 22px);
  font-size: 35px;
}
.rotator {
  height: 650px;
  width: 100%;
  position: relative;
  /*background: @rotatorBackground;*/
  background-color: #000000 !important;
  margin-bottom: 18px;
}
.rotator::after {
  top: 100%;
  left: 0;
  width: 100%;
  height: 18px;
  background: #900028;
  content: '';
  position: absolute;
}
.rotator .rotator-arrows {
  visibility: hidden;
  z-index: 60;
  height: 650px;
}
.rotator #next,
.rotator #prev {
  visibility: visible !important;
  position: absolute;
  z-index: 60;
  top: 50%;
  margin-top: -35px;
  display: block;
  font-size: 70px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  -ms-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
}
.rotator #next:hover,
.rotator #prev:hover {
  color: #ffffff;
}
.rotator #prev {
  left: 20px;
}
.rotator #next {
  right: 20px;
}
.rotator .slide {
  width: 100%;
  position: absolute;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  height: 650px;
  display: none;
}
.rotator .slide .container {
  height: 650px;
  position: relative;
}
.rotator .slide .container .text {
  text-shadow: 2px 2px #000000;
  max-width: 700px;
  position: absolute;
  left: 50%;
  color: #ffffff;
  width: calc(100% - 120px);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}
.rotator .slide .container h1 {
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 325;
  margin-bottom: 20px;
}
.rotator .slide .container p {
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 30px;
  font-weight: 350;
}
.rotator .slide.active {
  z-index: 10;
}
.rotator .slide-controls {
  cursor: default;
  text-align: right;
  width: 100%;
  max-width: 1200px;
  left: 50%;
  padding: 0 20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  text-decoration: none;
  bottom: 25px;
  z-index: 60;
}
.rotator .slide-controls li {
  display: inline-block;
  padding: 5px;
  position: relative;
  cursor: pointer;
}
.rotator .slide-controls li span {
  height: 16px;
  width: 16px;
  border: solid 1px #ffffff;
  display: block;
  -ms-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
}
.rotator .slide-controls li:hover span,
.rotator .slide-controls li.active span {
  background: #ffffff;
}
@media screen and (max-width: 1200px) {
  .rotator {
    height: 520px;
  }
  .rotator .slide .container {
    height: 520px;
  }
  .rotator .rotator-arrows {
    height: 520px;
  }
  .rotator .slide {
    height: 520px;
  }
}
@media screen and (max-width: 1024px) {
  .rotator {
    width: 100%;
    position: relative;
    background: #000000;
  }
  .rotator .slide .container .text {
    width: calc(100% - 60px);
  }
  .rotator .slide .container h1 {
    font-size: 32px;
  }
  .rotator .slide .container p {
    font-size: 18px;
    line-height: 1.7em;
  }
  .rotator .rotator-arrows {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .rotator {
    width: 100%;
    position: relative;
    background: #000000;
  }
  .rotator .slide .container .text {
    width: calc(100% - 60px);
  }
  .rotator .slide .container h1 {
    font-size: 26px;
  }
  .rotator .slide .container p {
    font-size: 16px;
    line-height: 1.7em;
  }
  .rotator .rotator-arrows {
    display: none;
  }
  .rotator .slide-controls {
    cursor: default;
    text-align: right;
    width: 100%;
    max-width: 1200px;
    left: 50%;
    padding: 0 20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    text-decoration: none;
    bottom: 25px;
    z-index: 60;
  }
  .rotator .slide-controls li {
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    cursor: pointer;
  }
  .rotator .slide-controls li span {
    height: 16px;
    width: 16px;
    border: solid 1px #ffffff;
    display: block;
    -ms-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
  }
  .rotator .slide-controls li:hover span,
  .rotator .slide-controls li.active span {
    background: #ffffff;
  }
}
#what-we-can-offer > div > div {
  text-align: left;
  width: 70%;
  margin: auto;
}
.tax-project_cat .internal-content .category-list li {
  background-color: #4d4d4d !important;
}
.button.static {
  text-shadow: 0px 0px;
}
.box-container {
  display: flex;
}
.left-box {
  padding: 3.5%;
}
.right-box {
  padding: 3.5%;
}
@media screen and (max-width: 620px) {
  .box-container {
    display: block;
  }
}
body > main > article > section.internal-content > div > main > article > section.internal-header > div > h1 {
  text-shadow: 0px 0px;
}
.mask {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 80px 0;
  z-index: 200;
}
.internal-header {
  width: 100%;
  background: no-repeat center center;
  border-bottom: solid 14px #900028;
  z-index: 200;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.internal-header .container {
  position: relative;
}
.internal-header h1 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.6em;
  text-shadow: 2px 2px #000000;
}
.pagination .page-numbers {
  text-decoration: none;
  color: #ffffff;
  background: #900028;
  padding: 3px 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination .page-numbers:hover {
  background: #530017;
}
.pagination .page-numbers.current {
  background: #e0e0e0;
  color: #333333;
}
.pagination .page-numbers.current:hover {
  background: #e0e0e0;
}
.internal-content {
  padding: 60px 0;
}
.internal-content .gallery {
  text-align: center;
}
.internal-content .gallery .gallery-item {
  display: inline-block;
  margin: 10px;
}
.internal-content h1,
.internal-content h2,
.internal-content h3,
.internal-content h4,
.internal-content h5,
.internal-content h6 {
  font-weight: 400;
  color: #333333;
  lin-height: 1.6em;
  margin-bottom: 30px;
}
.internal-content h1 {
  font-size: 32px;
  font-weight: 300;
  color: #900028;
}
.internal-content h2 {
  font-size: 18px;
}
.internal-content h3 {
  font-size: 16px;
}
.internal-content h4 {
  font-size: 16px;
}
.internal-content h5 {
  font-size: 16px;
}
.internal-content h6 {
  font-size: 12px;
}
.internal-content p {
  margin-bottom: 20px;
  line-height: 1.6em;
  font-size: 16px;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
.internal-content p:last-child {
  margin-bottom: 0;
}
.internal-content ul,
.internal-content ol {
  margin-left: 20px;
  margin-bottom: 20px;
}
.internal-content ul li,
.internal-content ol li {
  font-size: 16px;
  line-height: 1.6em;
}
.internal-content img {
  max-width: 100%;
  height: auto;
}
.internal-content a {
  color: #900028;
  text-decoration: none;
}
.internal-content a:hover {
  text-decoration: underline;
}
.internal-content form.wpcf7-form label,
.internal-content form.wpcf7-form .wpcf7-quiz-label {
  display: block;
  margin-top: 20px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}
.internal-content form.wpcf7-form .input-wrapper {
  margin-top: 20px;
}
.internal-content form.wpcf7-form input[type="text"],
.internal-content form.wpcf7-form input[type="email"] {
  -webkit-appearance: none;
  padding: 8px;
  font-size: 16px;
  border: solid 1px #aaaaaa;
  background: #ffffff;
  width: 100%;
  color: #333333;
  font-weight: 400;
}
.internal-content form.wpcf7-form input[type="text"]:focus,
.internal-content form.wpcf7-form input[type="email"]:focus {
  outline: solid 1px #900028;
}
.internal-content form.wpcf7-form textarea {
  padding: 8px;
  font-size: 16px;
  border: solid 1px #aaaaaa;
  background: #ffffff;
  width: 100%;
  color: #333333;
  font-weight: 400;
  min-height: 120px;
  max-width: 100%;
}
.internal-content form.wpcf7-form textarea:focus {
  outline: solid 1px #900028;
}
.internal-content form.wpcf7-form button,
.internal-content form.wpcf7-form input[type="submit"] {
  background: #ffffff;
  margin-top: 10px;
  color: #900028;
  padding: 12px 35px;
  border: none;
  -webkit-appearance: none;
  font-size: 18px;
  margin-top: 30px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  border: solid 1px #900028;
}
.internal-content form.wpcf7-form button:hover,
.internal-content form.wpcf7-form input[type="submit"]:hover {
  background: #900028;
  color: #ffffff;
}
.internal-content form.wpcf7-form button:focus,
.internal-content form.wpcf7-form input[type="submit"]:focus {
  outline: none;
}
.internal-content form.wpcf7-form .wpcf7-not-valid-tip {
  color: #b94a48;
  font-weight: 400;
  font-size: 14px;
}
.internal-content form.wpcf7-form .wpcf7-validation-errors,
.internal-content form.wpcf7-form .wpcf7-mail-sent-ng {
  padding: 1em;
  margin-bottom: 30px;
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
}
.internal-content form.wpcf7-form .wpcf7-mail-sent-ok {
  color: #468847;
  background: #dff0d8;
  border: 1px solid #d6e9c6;
  padding: 1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 780px) {
  .internal-header {
    padding: 60px 0;
  }
  .internal-header h1 {
    font-size: 36px;
  }
  .internal-content h1,
  .internal-content h2,
  .internal-content h3,
  .internal-content h4,
  .internal-content h5,
  .internal-content h6 {
    font-weight: 400;
    color: #333333;
    lin-height: 1.6em;
    margin-bottom: 30px;
  }
  .internal-content h1 {
    font-size: 26px;
  }
  .internal-content h2 {
    font-size: 18px;
  }
  .internal-content h3 {
    font-size: 16px;
  }
  .internal-content h4 {
    font-size: 20px;
  }
  .internal-content h5 {
    font-size: 16px;
  }
  .internal-content h6 {
    font-size: 12px;
  }
  .internal-content p {
    line-height: 1.6em;
    font-size: 16px;
  }
  .internal-content ul li,
  .internal-content ol li {
    font-size: 16px;
  }
  .internal-content img {
    display: block;
    margin: 0 auto;
  }
}
#moby-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
#moby-overlay.dark {
  background: rgba(0, 0, 0, 0.85);
}
#moby-overlay.light {
  background: rgba(255, 255, 255, 0.65);
}
#moby-overlay.moby-overlay-active {
  visibility: visible !important;
  opacity: 1 !important;
}
.moby-body-fixed {
  overflow: hidden !important;
}
#moby {
  background: #f2f2f2;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  padding: 20px;
  overflow: auto;
}
#moby.right-side {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  right: -300px;
  width: 280px;
  border-left: solid 1px rgba(0, 0, 0, 0.08);
}
#moby.right-side.moby-active {
  right: 0 !important;
}
#moby.fade {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
#moby.fade.moby-active {
  opacity: 1 !important;
  visibility: visible !important;
}
#moby.left-side {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: -300px;
  width: 280px;
  border-right: solid 1px rgba(0, 0, 0, 0.2);
}
#moby.left-side.moby-active {
  left: 0 !important;
}
#moby.top-full {
  position: fixed;
  z-index: 3000;
  top: -100%;
  height: 100%;
  left: 0px;
  width: 100%;
}
#moby.top-full.moby-active {
  top: 0 !important;
}
#moby.bottom-full {
  position: fixed;
  z-index: 3000;
  bottom: -100%;
  height: 100%;
  left: 0px;
  width: 100%;
}
#moby.bottom-full.moby-active {
  bottom: 0 !important;
}
#moby.grow-out {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  visibility: hidden;
  opacity: 0;
}
#moby.grow-out.moby-active {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
#moby.shrink-in {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  visibility: hidden;
  opacity: 0;
}
#moby.shrink-in.moby-active {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
#moby ul {
  list-style: none;
}
#moby ul ul {
  display: none;
}
#moby ul li ul a {
  padding: 10px 60px 10px 20px;
}
#moby ul li a {
  border-bottom: solid 1px #e3e3e3;
  position: relative;
  color: #4d4d4d;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  padding: 10px 60px 10px 0;
}
#moby ul li a .moby-expand {
  position: absolute;
  background: #900028;
  width: 40px;
  text-align: center;
  top: 0;
  right: 0;
  height: 100%;
  padding: 10px;
  color: #ffffff;
}
#moby ul li a .moby-expand span {
  font-size: 12px;
}
#moby ul li a .moby-expand i,
#moby ul li a .moby-expand span {
  width: 40px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-tranform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#moby #moby-close {
  color: #4d4d4d;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 0;
  margin-bottom: 20px;
}
#moby #moby-close span {
  font-weight: bold;
  margin-right: 10px;
}
#moby #moby-close i {
  margin-right: 10px;
  font-size: 18px;
  position: relative;
  top: 0px;
}
#moby #moby-before {
  text-align: center;
  margin: 40px 0;
}
#moby #moby-before img {
  width: 120px;
  height: 56px;
  display: inline-block;
}
#moby #moby-after ul {
  margin-top: 40px;
  text-align: center;
}
#moby #moby-after ul li {
  display: inline-block;
}
#moby #moby-after ul li a {
  border-bottom: none;
  position: relative;
  color: #900028;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  display: block;
  padding: 10px;
}
#moby #moby-after ul li a .moby-expand {
  position: absolute;
  background: #e3e3e3;
  width: 40px;
  text-align: center;
  top: 0;
  right: 0;
  height: 100%;
  padding: 10px;
}
#moby #moby-after ul li a .moby-expand span {
  font-size: 12px;
}
#moby #moby-after ul li a .moby-expand i,
#moby #moby-after ul li a .moby-expand span {
  width: 40px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-tranform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.container-1600 {
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
.team-container {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.team-container .single-member {
  width: 33%;
  padding: 0 25px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.team-container .single-member .member-img .member-img-inner {
  border-bottom: 20px solid #900028;
  width: 150px;
  background: no-repeat center center / cover;
  position: relative;
}
.team-container .single-member .member-img .member-img-inner:after {
  position: absolute;
  content: "";
  bottom: -40px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #900028;
}
.team-container .single-member .member-img .member-img-inner img {
  display: block;
  max-width: 100%;
}
.team-container .single-member .member-content {
  width: calc(100% - 150px);
  padding-left: 20px;
}
.team-container .single-member .member-content h3 {
  color: #9e3c46;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.team-container .single-member .member-content h4 {
  color: #900028;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (max-width: 1441px) {
  .team-container .single-member {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .team-container .single-member {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .team-container .single-member {
    padding: 0 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .team-container .single-member .member-img {
    margin: 0 auto 30px;
  }
  .team-container .single-member .member-content {
    width: 100%;
    text-align: center;
    padding-left: 0px;
  }
}
#home-contact form .input-wrapper {
  padding: 10px 0 !important;
}
#home-contact form .input-wrapper label {
  position: relative !important;
  top: unset !important;
  color: white !important;
  height: unset !important;
}
#home-contact form .input-wrapper.button-wrapper {
  top: 20px !important;
}
#home-contact .wpcf7-validation-errors,
#home-contact #home-contact .wpcf7-mail-sent-ng {
  color: #900028 !important;
  background-color: #FFFFFF !important;
}
body :focus {
  outline: 2px solid #000000 !important;
  position: relative;
}
.internal-content form.wpcf7-form .wpcf7-validation-errors,
.internal-content form.wpcf7-form .wpcf7-mail-sent-ng {
  color: #900028 !important;
  background-color: #FFFFFF !important;
  border: 1px solid #900028 !important;
}
footer ul li a:hover {
  color: white !important;
}
header #main-nav ul li a::before {
  display: none !important;
}
#what-we-can-offer {
  position: relative;
}
#what-we-can-offer .container {
  z-index: 9;
}
#what-we-can-offer:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.rotator .slide:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.rotator #next,
.rotator #prev {
  color: white;
}
.tax-project_cat .internal-content .category-list li.background_image {
  position: relative;
}
.tax-project_cat .internal-content .category-list li.background_image:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
.tax-project_cat .internal-content .category-list li.background_image a {
  z-index: 1;
  position: relative;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
hr,
input,
textarea,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
main,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'Lato', sans-serif;
}
main {
  display: block;
}
#what-we-can-offer > div > div {
  width: 90% !important;
}
body > main > article > section.internal-content > div > div.category-list.mat-projects > ul > li:nth-child(2) > a {
  background-color: #900028 !important;
}
body > main > article > section.internal-content > div > div.category-list.mat-projects > ul > li {
  background-color: #900028 !important;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.clear-float {
  clear: both;
  width: 100%;
  height: 0.001em;
}
.button {
  display: inline-block;
  text-decoration: none !important;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  padding: 12px 32px;
  border: solid 1px;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.button.white {
  border-color: #ffffff;
  color: #ffffff;
}
.button.white:hover {
  background: #ffffff;
  color: #4d4d4d;
}
.button.red {
  border-color: #900028;
  color: #900028;
}
.button.red:hover {
  background: #900028;
  color: #ffffff;
}
.button.small {
  padding: 7px 20px;
  text-transform: none;
  font-size: 16px;
}
.button.static {
  background: #900028;
  color: #ffffff;
  border: 1px solid transparent;
}
.button.static:hover {
  background: #ffffff;
  color: #900028;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
.small-container {
  max-width: 960px;
}
a,
a img,
img {
  outline: none;
  border: 0;
}
body {
  color: #212121;
}
header .logo {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .logo img {
  width: 146px;
  height: 69px;
}
header #main-nav {
  float: right;
}
header #main-nav ul {
  list-style: none;
}
header #main-nav > ul > li {
  float: left;
  position: relative;
}
header #main-nav > ul > li.current-menu-item > a {
  color: #900028;
}
header #main-nav > ul > li.current-menu-item > a::before {
  top: -2px;
  opacity: 1;
}
header #main-nav > ul > li:hover > a {
  color: #900028;
}
header #main-nav > ul > li:hover > a::before {
  top: -2px;
  opacity: 1;
}
header #main-nav > ul > li:hover ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
header #main-nav > ul > li > a {
  padding: 45px 20px;
  display: block;
  font-size: 16px;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  text-transform: uppercase;
  color: #4d4d4d;
  font-weight: 400;
  letter-spacing: 0.075em;
  text-decoration: none;
  position: relative;
}
header #main-nav > ul > li > a::before {
  content: '';
  display: block;
  width: 100%;
  position: relative;
  height: 2px;
  top: -8px;
  opacity: 0;
  background: #900028;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header #main-nav > ul > li ul {
  position: absolute;
  left: 0;
  top: calc(100% + 20px);
  z-index: 100;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 200px;
  padding: 8px 0px;
}
header #main-nav > ul > li ul li a {
  padding: 8px 20px;
  display: block;
  font-size: 16px;
  lkine-height: 1.2em;
  font-weight: 400;
  text-decoration: none;
  color: #4d4d4d;
  text-transform: uppercase;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
header #main-nav > ul > li ul li a:hover {
  background: #900028;
  color: #ffffff;
}
header #moby-button {
  margin-top: 44px;
  float: right;
  cursor: pointer;
  margin-left: 20px;
  display: none;
}
header #moby-button .bars {
  height: 4px;
  background: #900028;
  display: block;
  width: 32px;
}
header #moby-button .bars:not(:last-child) {
  margin-bottom: 6px;
}
header .social {
  float: right;
  margin-left: 40px;
  list-style: none;
  font-size: 16px;
}
header .social li {
  float: left;
}
header .social li a {
  display: block;
  color: #900028;
  text-decoration: none;
  padding: 45px 10px;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
}
header .social li a:hover {
  color: #440013;
}
#home-action-items {
  padding: 9% 0;
}
#home-action-items .container {
  max-width: 1000px;
}
#home-action-items .container::after {
  width: 100%;
  height: 0.01em;
  clear: both;
  display: block;
  content: '';
}
#home-action-items ul {
  list-style: none;
}
#home-action-items ul li {
  float: left;
  width: 33.33333%;
  text-align: center;
}
#home-action-items ul li img {
  margin-bottom: 25px;
  max-width: 100%;
  display: inline-block;
}
#home-action-items ul li h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 15px;
}
#home-action-items ul li p {
  max-width: 180px;
  font-weight: 300;
  margin: 0 auto;
  font-size: 16px;
}
#home-contact {
  background: #900028;
  color: #ffffff;
  padding: 30px 0;
}
#home-contact .wpcf7-not-valid-tip {
  color: #e0e0e0;
  font-weight: 300;
  font-size: 14px;
}
#home-contact .wpcf7-validation-errors,
#home-contact .wpcf7-mail-sent-ng {
  padding: 1em;
  margin-bottom: 30px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
}
#home-contact .wpcf7-mail-sent-ok {
  color: #468847;
  background: #dff0d8;
  border: 1px solid #d6e9c6;
  padding: 1em;
  margin-bottom: 30px;
}
#home-contact .container {
  max-width: 880px;
}
#home-contact h1 {
  text-align: center;
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 0.075em;
  margin-bottom: 20px;
  line-height: 1.3em;
}
#home-contact form .left {
  width: 50%;
  float: left;
  padding-right: 30px;
}
#home-contact form .right {
  width: 50%;
  float: left;
  padding-left: 30px;
}
#home-contact form .input-wrapper {
  position: relative;
  padding: 20px 0;
}
#home-contact form .input-wrapper input[type="text"],
#home-contact form .input-wrapper input[type="email"] {
  font-size: 16px;
  width: 100%;
  padding: 10px 8px;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
#home-contact form .input-wrapper input[type="text"]:focus,
#home-contact form .input-wrapper input[type="email"]:focus {
  outline: none;
}
#home-contact form .input-wrapper input[type="submit"] {
  -webkit-appearance: none;
  display: inline-block;
  text-decoration: none !important;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  padding: 12px 32px;
  border: solid 1px;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  border-color: #ffffff;
  color: #ffffff;
  padding: 7px 20px;
  text-transform: none;
  font-size: 16px;
  cursor: pointer;
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
#home-contact form .input-wrapper input[type="submit"].white {
  border-color: #ffffff;
  color: #ffffff;
}
#home-contact form .input-wrapper input[type="submit"].white:hover {
  background: #ffffff;
  color: #4d4d4d;
}
#home-contact form .input-wrapper input[type="submit"].red {
  border-color: #900028;
  color: #900028;
}
#home-contact form .input-wrapper input[type="submit"].red:hover {
  background: #900028;
  color: #ffffff;
}
#home-contact form .input-wrapper input[type="submit"].small {
  padding: 7px 20px;
  text-transform: none;
  font-size: 16px;
}
#home-contact form .input-wrapper input[type="submit"].static {
  background: #900028;
  color: #ffffff;
  border: 1px solid transparent;
}
#home-contact form .input-wrapper input[type="submit"].static:hover {
  background: #ffffff;
  color: #900028;
}
#home-contact form .input-wrapper input[type="submit"]:hover {
  background: #ffffff;
  color: #4d4d4d;
}
#home-contact form .input-wrapper input[type="submit"]:focus {
  outline: none;
}
#home-contact form .input-wrapper label {
  position: absolute;
  top: 20px;
  z-index: 10;
  cursor: text;
  width: 100%;
  padding-left: 8px;
  line-height: 39px;
  height: 39px;
  color: #900028;
  font-size: 16px;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#home-contact form .input-wrapper label.active {
  top: -14px;
  font-size: 14px;
  color: #ffffff;
  padding: 0;
}
#advantage {
  background: #f2f2f2;
}
#advantage .container {
  position: relative;
  max-width: 960px;
}
#advantage .images {
  height: 100%;
  position: absolute;
  left: 20px;
  top: 0;
  width: 225px;
}
#advantage .images .image {
  width: 100%;
  height: calc(100% / 3);
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
#advantage .text {
  padding: 90px 0 90px 285px;
}
#advantage .text h1 {
  font-size: 40px;
  font-weight: 300;
  color: #900028;
  line-height: 1.3em;
  margin-bottom: 20px;
}
#advantage .text p {
  font-size: 17px;
  line-height: 2em;
  font-weight: 300;
}
#advantage .text .button {
  margin-top: 30px;
}
#bottom-social {
  padding: 90px 0;
  background: #ffffff;
}
#bottom-social .container {
  position: relative;
  max-width: 1000px;
  padding: 0 10px;
  text-align: justify;
}
#bottom-social .container::after {
  content: '';
  display: inline-block;
  width: 100%;
}
#bottom-social .third {
  vertical-align: top;
  width: 270px;
  display: inline-block;
  margin: 0 10px;
  text-align: left;
}
#bottom-social .third h2 {
  font-size: 17px;
  margin-bottom: 20px;
  padding-bottom: 7px;
  color: #212121;
  border-bottom: solid 2px #900028;
}
#bottom-social .third h2 i {
  color: #900028;
  font-size: 20px;
  margin-right: 10px;
}
#bottom-social .bottom-blog a {
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
  color: #900028;
}
#bottom-social .bottom-blog a:hover {
  text-decoration: underline;
}
#bottom-social .bottom-blog-item p {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5em;
}
#bottom-social .bottom-blog-item .bottom-blog-item-bottom {
  padding-bottom: 12px;
  border-bottom: solid 1px #900028;
  margin-bottom: 12px;
}
#bottom-social .bottom-blog-item .bottom-blog-item-bottom .date,
#bottom-social .bottom-blog-item .bottom-blog-item-bottom a {
  font-size: 12px;
  line-height: 1.5em;
  color: #900028;
}
#bottom-social .bottom-blog-item .bottom-blog-item-bottom a {
  text-decoration: none;
  float: right;
}
#bottom-social .bottom-blog-item .bottom-blog-item-bottom a:hover {
  text-decoration: underline;
}
#bottom-social .bottom-twitter a {
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
  color: #900028;
}
#bottom-social .bottom-twitter a:hover {
  text-decoration: underline;
}
#bottom-social .bottom-twitter .tweet {
  padding-bottom: 12px;
  border-bottom: solid 1px #900028;
  margin-bottom: 12px;
}
#bottom-social .bottom-twitter .tweet .user {
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 600;
}
#bottom-social .bottom-twitter .tweet p,
#bottom-social .bottom-twitter .tweet datetime {
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 600;
}
#bottom-social .bottom-twitter .tweet p a,
#bottom-social .bottom-twitter .tweet datetime a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  color: #900028;
}
#bottom-social .bottom-twitter .tweet p a:hover,
#bottom-social .bottom-twitter .tweet datetime a:hover {
  text-decoration: underline;
}
#what-we-can-offer {
  padding: 80px 0;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  color: #ffffff;
  text-align: center;
}
#what-we-can-offer .container::after {
  content: '';
  display: block;
  width: 100%;
  height: 0.01em;
  clear: both;
}
#what-we-can-offer h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.3em;
  margin-bottom: 20px;
}
#what-we-can-offer p {
  font-size: 18px;
  font-weight: 300;
  max-width: 780px;
  margin: 0 auto;
  line-height: 1.7em;
  margin-bottom: 20px;
}
#what-we-can-offer ul {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding-top: 60px;
  text-align: left;
  margin-left: 0;
  padding-left: 0;
  padding-right: 100px;
}
#what-we-can-offer ul li {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.2em;
  letter-spacing: 0.075em;
  position: relative;
  padding-left: 35px;
}
#what-we-can-offer ul li::before {
  content: "\f0a9";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 3px;
  color: #ffffff;
}
footer {
  background: #900028;
  color: #ffffff;
  padding: 40px 0;
  height: 250px;
}
footer ul {
  list-style: none;
  margin-bottom: 30px;
}
footer ul li {
  display: inline-block;
}
footer ul li:first-child a {
  padding-left: 0;
}
footer ul li a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-size: 16px;
  padding: 5px 10px;
  font-weight: 400;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
}
footer ul li a:hover {
  color: #530017;
}
footer .copyright span,
footer .copyright a {
  font-size: 11px;
  line-height: 1.9em;
  display: block;
  text-decoration: none;
  color: #ffffff;
}
footer .copyright a {
  display: inline-block;
}
footer .footer-right {
  position: absolute;
  top: 0;
  right: 20px;
}
footer .footer-right ul {
  text-align: right;
  margin-bottom: 20px;
}
footer .footer-right ul li:last-child a {
  padding-left: 0;
}
footer .footer-right ul li a {
  font-size: 24px;
  padding: 5px;
}
.sticky {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.contact-content .container {
  max-width: 800px;
}
.blog-item:not(:last-child) {
  padding-bottom: 60px;
  border-bottom: solid 1px #aaaaaa;
  margin-bottom: 60px;
}
.blog-item h2 {
  font-size: 24px;
}
.blog-item h2 a {
  text-decoration: none;
}
.blog-item h2 a:hover {
  text-decoration: underline;
}
.blog-item a.button {
  margin-top: 20px;
}
.tax-project_cat .internal-content {
  padding-bottom: 0px;
}
.tax-project_cat .internal-content .category-list li {
  float: left;
  list-style-type: none;
  border: 1px solid #ffffff;
  width: 19.5%;
  background-size: cover;
  background-position: center center;
  background-color: #4d4d4d;
}
.tax-project_cat .internal-content .category-list li :hover {
  background-color: #900028;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
}
.tax-project_cat .internal-content .category-list li a {
  line-height: normal;
  display: block;
  height: 100%;
  text-align: center;
  padding-top: 45%;
  padding-left: 5px;
  padding-right: 5px;
  color: #ffffff;
  text-decoration: none!important;
}
.single-gp_project .image-gallery {
  text-align: center;
}
.single-gp_project .image-gallery a {
  display: inline-block;
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position: center center;
}
.tos-wrapper .tos-pagination:after,
.tos-wrapper .tos-pagination:before {
  width: 0;
}
@media screen and (min-width: 1200px) {
  #home-action-items {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1040px) {
  header #main-nav {
    display: none;
  }
  header #moby-button {
    display: block;
  }
  header .social li a {
    font-size: 20px;
  }
  header .social li a i {
    position: relative;
    top: -2px;
  }
}
.tablet header #main-nav {
  display: none;
}
.tablet header #moby-button {
  display: block;
}
.tablet header .social li a {
  font-size: 20px;
}
.tablet header .social li a i {
  position: relative;
  top: -2px;
}
@media screen and (max-width: 900px) {
  #bottom-social {
    padding: 20px 0;
  }
  #bottom-social .container {
    position: relative;
    max-width: 1000px;
    padding: 0 0px;
    text-align: center;
  }
  #bottom-social .container::after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  #bottom-social .third {
    vertical-align: top;
    width: 340px;
    display: block;
    margin: 60px auto;
    text-align: left;
  }
}
@media screen and (max-width: 860px) {
  #advantage .container {
    padding: 0;
  }
  #advantage .images {
    width: 100%;
    position: relative;
    left: 0px;
    top: 0;
    height: auto;
  }
  #advantage .images::after {
    content: '';
    display: block;
    clear: both;
    height: 0.01em;
    width: 100%;
  }
  #advantage .images .image {
    width: calc(100% / 3);
    float: left;
    height: auto;
    padding-top: 23%;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }
  #advantage .text {
    padding: 80px 20px 80px 20px;
  }
  .tax-project_cat .internal-content {
    padding-bottom: 0px;
  }
  .tax-project_cat .internal-content .category-list li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 800px) {
  #what-we-can-offer p {
    margin-bottom: 80px;
  }
  #what-we-can-offer ul {
    display: block;
    margin: 0 auto;
    width: 340px;
    vertical-align: top;
    list-style: none;
    padding-top: 0px;
    text-align: left;
    padding-left: 0;
    padding-right: 0px;
  }
}
@media screen and (max-width: 780px) {
  #home-action-items {
    padding: 70px 0;
  }
  header .logo img {
    width: 110px;
    height: 52px;
  }
  header .social li a {
    padding: 30px 10px;
  }
  header #moby-button {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .tax-project_cat .internal-content {
    padding-bottom: 0px;
  }
  .tax-project_cat .internal-content .category-list li {
    width: 48%;
  }
  .tax-project_cat .internal-content .category-list li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 720px) {
  footer {
    background: #900028;
    text-align: center;
    color: #ffffff;
    padding: 60px 0;
    height: auto;
  }
  footer ul {
    display: none;
  }
  footer .copyright {
    padding-top: 40px;
  }
  footer .copyright span,
  footer .copyright a {
    font-size: 11px;
    line-height: 1.9em;
    display: block;
    text-decoration: none;
    color: #ffffff;
  }
  footer .copyright a {
    display: inline-block;
  }
  footer .footer-right {
    position: static;
    top: 0;
    right: 20px;
  }
  footer .footer-right ul {
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }
  footer .footer-right ul li:first-child a {
    padding-left: 5px;
  }
  footer .footer-right ul li:last-child a {
    padding-left: 5px;
  }
  footer .footer-right ul li a {
    font-size: 24px;
    padding: 5px;
  }
}
@media screen and (max-width: 680px) {
  #home-action-items ul {
    list-style: none;
  }
  #home-action-items ul li {
    float: none;
    width: 100%;
    text-align: center;
  }
  #home-action-items ul li:not(:last-child) {
    margin-bottom: 80px;
  }
  #home-action-items ul li img {
    margin-bottom: 25px;
    max-width: 100%;
    display: inline-block;
  }
  #home-action-items ul li h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 15px;
  }
  #home-action-items ul li p {
    max-width: 180px;
    font-weight: 300;
    margin: 0 auto;
    font-size: 16px;
  }
  #home-contact h1 {
    font-size: 24px;
    letter-spacing: 0.05em;
  }
  #home-contact form .left {
    width: 100%;
    float: none;
    padding-right: 0px;
  }
  #home-contact form .right {
    width: 100%;
    float: none;
    padding-left: 0px;
  }
}
@media screen and (max-width: 620px) {
  #bottom-social {
    padding: 20px 0;
  }
  #bottom-social .container {
    position: relative;
    max-width: 1000px;
    padding: 0 0px;
    text-align: center;
  }
  #bottom-social .container::after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  #bottom-social .third {
    vertical-align: top;
    width: 270px;
    display: block;
    margin: 60px auto;
    text-align: left;
  }
}
@media screen and (max-width: 520px) {
  #what-we-can-offer h1 {
    font-size: 6.2vw;
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 20px;
  }
  #what-we-can-offer p {
    font-size: 16px;
    font-weight: 300;
    max-width: 780px;
    margin: 0 auto;
    line-height: 1.7em;
    margin-bottom: 80px;
  }
  #what-we-can-offer ul {
    width: 100%;
  }
  #what-we-can-offer ul li {
    font-size: 16px;
  }
  #advantage .images .image {
    padding-top: 33%;
  }
  #advantage .text h1 {
    font-size: 7vw;
    font-weight: 300;
    color: #900028;
    line-height: 1.3em;
    margin-bottom: 20px;
  }
  #advantage .text p {
    font-size: 16px;
    line-height: 2em;
    font-weight: 300;
  }
  #advantage .text .button {
    margin-top: 30px;
  }
  #home-contact {
    background: #900028;
    color: #ffffff;
    padding: 30px 0;
  }
  #home-contact .container {
    max-width: 880px;
  }
  #home-contact h1 {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    line-height: 1.3em;
  }
  header .logo img {
    width: 80px;
    height: 38px;
  }
  header .social li a {
    font-size: 18px;
  }
  header #moby-button {
    margin-top: 32px;
    float: right;
    cursor: pointer;
    margin-left: 20px;
  }
  header #moby-button .bars {
    height: 3px;
    background: #900028;
    display: block;
    width: 32px;
  }
  header #moby-button .bars:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .tax-project_cat .internal-content {
    padding-bottom: 0px;
  }
  .tax-project_cat .internal-content .category-list li {
    border-width: 2px;
  }
  .tax-project_cat .internal-content .category-list li a {
    padding-right: 6px;
    padding-left: 6px;
    padding-top: 35%;
    font-size: 12px!important;
  }
}
@media screen and (max-width: 360px) {
  .single-gp_project .image-gallery a {
    width: 48%;
  }
}
.nnn {
  padding: 0px;
}
