/* FLEX BOX STARTS */
/* FLEX BOX ENDS */
html {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
body {
  color: #3a4d69;
  overflow-x: hidden;
}
body.menuopen {
  overflow: hidden;
}
a {
  color: #00a86b;
}
a:hover {
  color: #e58300;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
h1 a {
  color: #999;
}
p {
  font-weight: 300;
  font-size: 16px;
}
@media only screen and (min-width:48em) {
  p {
    font-size: 18px;
  }
}
p.intro {
  font-size: 24px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3em;
}
@media only screen and (min-width:48em) {
  p.intro {
    font-size: 26px;
  }
}
@media only screen and (max-width:30em) {
  p.intro {
    font-size: 22px;
  }
}
/* SHARED */
.red_tab:before {
  padding-left: 5px;
  content: '';
  background: #c4161c;
  display: inline-block;
  margin-right: 10px;
  height: 17px;
}
#map_canvas {
  height: 400px;
  width: 100%;
  position: relative;
  z-index: 1;
  vertical-align: middle;
}
@media only screen and (min-width:62em) {
  #map_canvas {
    height: 650px;
  }
}
ul.fancy {
  margin: 15px 0;
}
ul.fancy li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 10px;
  font-weight: 300;
}
ul.fancy li::before {
  content: '\f111';
  position: absolute;
  top: 0px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  color: #00a86b;
  font-size: 9px;
}
ul.fancy.fancy2 li::before {
  content: '\f054';
}
ul.fancy ul {
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 300;
}
ul.fancy ul li::before {
  content: '\f105';
}
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border: 0;
  border: 2px solid #00a86b;
  height: 41px;
  line-height: 40px;
  font-size: 13px;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  letter-spacing: 1px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.btn:hover {
  background: #00a86b;
  color: #fff;
}
.btn.brand {
  border-color: #00a86b;
  background: #00a86b;
  border-color: #fff;
  background: transparent;
  color: #ffffff;
  height: 39px;
  line-height: 38px;
}
.btn.brand:hover {
  background: #fff;
  color: #00a86b;
}
.btn.white {
  border-color: #fff;
  background: transparent;
  color: #ffffff;
  height: 39px;
  line-height: 38px;
}
.btn.white:hover {
  background: #fff;
  color: #00a86b;
}
.btn.nowidth {
  width: auto;
  background: #2aa9df;
  border-bottom: 4px solid #2590be;
}
.btn.fullwidth {
  width: 100%;
  padding: 0;
}
.btn.blue {
  background: #4ba3da;
  border-color: #58bfff;
  border-color: #fff;
  background: transparent;
  color: #ffffff;
  height: 39px;
  line-height: 38px;
}
.btn.blue:hover {
  background: #58bfff;
}
.btn.orange {
  background: #f27225;
  border-color: #ff873b;
  border-color: #fff;
  background: transparent;
  color: #ffffff;
  height: 39px;
  line-height: 38px;
}
.btn.orange:hover {
  background: #ff873b;
}
.btn.purple {
  background: #ad4dd5;
  border-color: #cf5cff;
  border-color: #fff;
  background: transparent;
  color: #ffffff;
  height: 39px;
  line-height: 38px;
}
.btn.purple:hover {
  background: #cf5cff;
}
@media only screen and (min-width:48em) {
  .btn {
    height: 57px;
    line-height: 55px;
    font-size: 15px;
    padding: 0 45px;
  }
}
.smalltext {
  font-size: 12px;
}
.hide {
  display: none;
}
.orange {
  color: #00a86b;
}
.green {
  color: #8dc63f;
}
.red {
  color: #dc4623;
}
.optin input[type=checkbox] {
  width: auto !important;
  vertical-align: middle !important;
  margin-top: -4px !important;
  margin-right: 7px !important;
  margin-bottom: 0 !important;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  height: auto !important;
}
.optin label {
  font-size: 13px !important;
  font-weight: 300 !important;
  font-family: inherit !important;
  display: inline-block !important;
  margin-right: 10px;
  margin-top: -7px;
  margin-bottom: 23px;
}
.optin p {
  margin-top: 0 !important;
  font-size: 13px !important;
}
.optin p label {
  margin-bottom: -10px !important;
}
.cookie_table {
  margin: 20px 0;
}
.cookie_table td,
.cookie_table th {
  padding: 8px 8px;
  border: 1px solid #ccc;
  background: #fff;
  text-align: left;
  font-size: 14px;
}
.cookie_table th {
  color: #ffffff;
  font-weight: 700;
  border: 0;
  background: #666;
  text-align: left;
}
.policies h3 {
  font-size: 23px;
  padding-bottom: 0;
}
label.error,
p.error {
  position: relative !important;
  margin-top: -10px !important;
  text-transform: none;
  font-size: 14px;
  display: block;
}
.cont_form label.error,
.cont_form p.error {
  text-align: center;
}
label.error:before {
  content: 'i';
  background: #c30;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  color: #fff;
  display: inline-block;
  text-transform: none;
  text-align: center;
  line-height: 15px;
  font-size: 14px;
  margin-right: 5px;
}
/* SITE WIDE */
.header {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 6px 4px -8px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 102;
  position: fixed;
  width: 100%;
  height: 90px;
}
.header img {
  vertical-align: middle;
}
.header .row .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.header .wrap {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 100%;
}
.header .menu h5 {
  text-transform: uppercase;
  color: #787878;
  display: none;
  margin-left: 10px;
  letter-spacing: 2px;
  font-size: 12px;
}
@media only screen and (min-width:75em) {
  .header .menu h5 {
    margin-left: 40px;
  }
}
@media only screen and (min-width:90em) {
  .header .menu h5 {
    font-size: 17px;
  }
}
@media only screen and (min-width:62em) {
  .header .menu h5 {
    font-size: 14px;
  }
}
@media only screen and (min-width:48em) {
  .header .menu h5 {
    display: inline-block;
  }
}
.header .logomid {
  text-align: left;
}
@media only screen and (min-width:48em) {
  .header .logomid {
    text-align: center;
  }
}
.header .topnav {
  position: relative;
  right: 0;
}
@media only screen and (min-width:48em) {
  .header .topnav {
    right: auto;
  }
}
.header .topnav.righthd {
  display: none;
}
@media only screen and (min-width:48em) {
  .header .topnav.righthd {
    display: block;
  }
}
.header .topnav ul {
  padding-top: 5px;
}
.header .topnav ul.mainnav li:first-child {
  display: none;
}
@media only screen and (min-width:62em) {
  .header .topnav ul.mainnav li:first-child {
    display: initial;
  }
}
.header .topnav ul li {
  padding-bottom: 0;
  text-transform: uppercase;
  font-size: 16px;
  margin-left: 15px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  color: #787878;
  letter-spacing: 1px;
}
@media only screen and (min-width:62em) {
  .header .topnav ul li {
    margin-left: 15px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .header .topnav ul li {
    margin-left: 0;
  }
}
.header .topnav ul li a {
  color: #787878;
  letter-spacing: 1px;
}
.header .topnav ul li a i {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header .topnav ul li a.soclnk {
  margin-left: 10px;
}
@media only screen and (min-width:62em) {
  .header .topnav ul li a.soclnk {
    margin-left: 0;
  }
}
.header .topnav ul li a.soclnk:hover i {
  color: #787878;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header .topnav a {
  color: #787878;
}
.header .topnav a:hover,
.header .topnav a.onstate {
  color: #00a86b;
}
.header .topnav .comp-det {
  padding-bottom: 5px;
  color: #787878;
}
.header .topnav .comp-det li {
  font-size: 13px;
  text-transform: none;
  position: absolute;
  right: 15px;
}
@media only screen and (min-width:62em) {
  .header .topnav .comp-det li {
    position: relative;
    right: 0;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .header .topnav .comp-det li {
    left: 15px;
    right: auto;
    position: relative;
  }
}
.header .topnav .comp-det li i {
  color: #00a86b;
}
.header .topnav .comp-det .toggle a {
  color: #202026;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  top: 0;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
}
.header .topnav .comp-det .toggle i {
  color: #00a86b;
  font-size: 32px;
  text-align: center;
  vertical-align: middle;
  margin-top: -6px;
  margin-right: 8px;
}
.header .topnav .comp-det .toggle a:hover {
  opacity: 0.7;
}
.header .mainnav a {
  display: block;
  height: 45px;
}
.top_feature {
  position: relative;
}
.top_feature h1 {
  color: #ffffff;
}
.top_feature h5 {
  color: #ffffff;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (min-width:48em) {
  .top_feature h5 {
    font-size: 22px;
  }
}
.top_feature li {
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100% !important;
  position: relative;
  z-index: 2;
  height: 400px !important;
  /*@media @lg { height: calc(100vh + 90px) !important; }*/
}
@media only screen and (min-width:48em) {
  .top_feature li {
    height: 900px !important;
  }
}
@media only screen and (min-width:75em) {
  .top_feature li {
    height: 900px!important;
  }
}
@media only screen and (max-width:30em) {
  .top_feature li {
    height: 500px !important;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .top_feature li {
    height: 500px!important;
  }
}
.top_feature li:nth-child(1) {
  background-image: url("/images/mobile-slider-image1.jpg");
  background-position: top right;
}
@media only screen and (min-width:62em) {
  .top_feature li:nth-child(1) {
    background-image: url("/images/slider-image1.jpg");
    background-position: bottom right;
  }
}
@media only screen and (max-width:30em) {
  .top_feature li:nth-child(1) {
    background-image: url("/images/small-slider-image1.webp");
    background-position: top right;
  }
}
.top_feature li:nth-child(2) {
  background-image: url("/images/mobile-slider-image2.jpg");
  background-position: top right;
}
@media only screen and (min-width:62em) {
  .top_feature li:nth-child(2) {
    background-image: url("/images/slider-image2.jpg");
    background-position: bottom right;
  }
}
@media only screen and (max-width:30em) {
  .top_feature li:nth-child(2) {
    background-image: url("/images/small-slider-image2.webp");
    background-position: top right;
  }
}
.top_feature li:nth-child(3) {
  background-image: url("/images/mobile-slider-image3.jpg");
  background-position: top right;
}
@media only screen and (min-width:62em) {
  .top_feature li:nth-child(3) {
    background-image: url("/images/slider-image3.jpg");
    background-position: bottom right;
  }
}
@media only screen and (max-width:30em) {
  .top_feature li:nth-child(3) {
    background-image: url("/images/small-slider-image3.webp");
    background-position: top right;
  }
}
.top_feature li:nth-child(4) {
  background-image: url("/images/mobile-slider-image4.jpg");
  background-position: top right;
}
@media only screen and (min-width:62em) {
  .top_feature li:nth-child(4) {
    background-image: url("/images/slider-image4.jpg");
    background-position: bottom right;
  }
}
@media only screen and (max-width:30em) {
  .top_feature li:nth-child(4) {
    background-image: url("/images/small-slider-image4.webp");
    background-position: top right;
  }
}
.top_feature .subline {
  position: relative;
}
.top_feature .subline h2 {
  position: absolute;
  bottom: -295px;
  right: 15px;
}
.top_feature .bx-wrapper .bx-pager {
  text-align: right;
  position: relative;
  right: 0;
  bottom: 40px;
  width: 100%;
  display: none;
  margin: 0 auto;
  max-width: 1920px;
}
@media only screen and (min-width:75em) {
  .top_feature .bx-wrapper .bx-pager {
    right: 15px;
    bottom: 70px;
  }
}
@media only screen and (min-width:48em) {
  .top_feature .bx-wrapper .bx-pager {
    right: 25px;
    display: block;
  }
}
@media only screen and (max-width:30em) {
  .top_feature .bx-wrapper .bx-pager {
    bottom: 40px;
  }
}
.top_feature .bx-wrapper .bx-pager a {
  margin-right: 15px;
  margin-left: 15px;
}
@media only screen and (min-width:48em) {
  .top_feature .bx-wrapper .bx-pager a {
    margin-left: 30px;
    margin-right: 0;
  }
}
.top_feature .bx-wrapper .bx-viewport {
  height: 500px !important;
}
@media only screen and (min-width:48em) {
  .top_feature .bx-wrapper .bx-viewport {
    height: 900px !important;
  }
}
@media only screen and (min-width:75em) {
  .top_feature .bx-wrapper .bx-viewport {
    height: 100vh !important;
  }
}
@media only screen and (max-width:30em) {
  .top_feature .bx-wrapper .bx-viewport {
    height: 500px !important;
  }
}
@media only screen and (max-height:42em) {
  .top_feature .bx-wrapper .bx-viewport {
    height: 500px!important;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .top_feature .bx-wrapper .bx-viewport {
    height: 500px!important;
  }
}
.top_feature.feature_static {
  position: relative;
  background-position: 80% 0;
  background-size: cover !important;
}
@media only screen and (min-width:48em) {
  .top_feature.feature_static {
    background-position: center;
  }
}
.top_feature.feature_static .row {
  height: 300px !important;
  margin-top: 90px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width:62em) {
  .top_feature.feature_static .row {
    height: 440px !important;
  }
}
@media only screen and (max-width:30em) {
  .top_feature.feature_static .row {
    height: 200px !important;
  }
}
@media only screen and (max-height:42em) {
  .top_feature.feature_static .row {
    height: 260px !important;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .top_feature.feature_static .row {
    height: 300px !important;
  }
}
.top_feature.feature_static#new-build {
  background-image: url("/images/mobile-new-build-header01.jpg");
}
@media only screen and (min-width:62em) {
  .top_feature.feature_static#new-build {
    background-image: url("/images/new-build-header01.jpg");
  }
}
@media only screen and (max-width:30em) {
  .top_feature.feature_static#new-build {
    background-image: url("/images/small-new-build-header01.jpg");
  }
}
.top_feature.feature_static#design-and-build {
  background-image: url("/images/design-build-header.jpg");
}
.top_feature.feature_static#extensions {
  background-image: url("/images/mobile-extensions-header.jpg");
}
@media only screen and (min-width:62em) {
  .top_feature.feature_static#extensions {
    background-image: url("/images/extensions-header.jpg");
  }
}
@media only screen and (max-width:30em) {
  .top_feature.feature_static#extensions {
    background-image: url("/images/small-extensions-header.jpg");
  }
}
.top_feature.feature_static#renovations-and-refurbishments {
  background-image: url("/images/mobile-renovations-header.jpg");
}
@media only screen and (min-width:62em) {
  .top_feature.feature_static#renovations-and-refurbishments {
    background-image: url("/images/renovations-header.jpg");
  }
}
@media only screen and (max-width:30em) {
  .top_feature.feature_static#renovations-and-refurbishments {
    background-image: url("/images/small-renovations-header.jpg");
  }
}
.top_feature.feature_static#commercial-and-industrial {
  background-image: url("/images/mobile-commercial-header.jpg");
}
@media only screen and (min-width:62em) {
  .top_feature.feature_static#commercial-and-industrial {
    background-image: url("/images/commercial-header.jpg");
  }
}
@media only screen and (max-width:30em) {
  .top_feature.feature_static#commercial-and-industrial {
    background-image: url("/images/small-commercial-header.jpg");
  }
}
.top_feature.feature_static#about {
  background-image: url("/images/mobile-about-header.jpg");
}
@media only screen and (min-width:62em) {
  .top_feature.feature_static#about {
    background-image: url("/images/about-header.jpg");
  }
}
@media only screen and (max-width:30em) {
  .top_feature.feature_static#about {
    background-image: url("/images/small-about-header.jpg");
  }
}
.top_feature.feature_static#gallery {
  background-image: url("/images/gallery-header.jpg");
}
.top_feature.feature_static#contact {
  background-image: url("/images/mobile-contact-header.jpg");
}
@media only screen and (min-width:62em) {
  .top_feature.feature_static#contact {
    background-image: url("/images/contact-header.jpg");
  }
}
@media only screen and (max-width:30em) {
  .top_feature.feature_static#contact {
    background-image: url("/images/small-contact-header.jpg");
  }
}
.top_feature.feature_static#projects {
  background-image: url("/images/mobile-project-header.jpg");
}
@media only screen and (min-width:62em) {
  .top_feature.feature_static#projects {
    background-image: url("/images/project-header.jpg");
  }
}
@media only screen and (max-width:30em) {
  .top_feature.feature_static#projects {
    background-image: url("/images/small-project-header.jpg");
  }
}
.top_feature.feature_static#news {
  background-image: url("/images/news-header.jpg");
}
.top_feature.feature_static#north-ferriby-project {
  background-image: url("/images/new-build-header.jpg");
}
.top_feature.feature_static#sps-technical {
  background-image: url("/images/new-build-header.jpg");
}
.top_feature.feature_static#kirk-ella-project {
  background-image: url("/images/new-build-header.jpg");
}
.top_feature.feature_static#news-one {
  background-image: url("/images/new-build-header.jpg");
}
.top_feature.feature_static#men-in-black {
  background-image: url("/images/new-build-header.jpg");
}
.top_feature.feature_static#kirk-ella {
  background-image: url("/uploads/projects/mobile-kirk-ella-header.jpg");
}
@media only screen and (min-width:62em) {
  .top_feature.feature_static#kirk-ella {
    background-image: url("/uploads/projects/kirk-ella-header.jpg");
  }
}
@media only screen and (max-width:30em) {
  .top_feature.feature_static#kirk-ella {
    background-image: url("/uploads/projects/small-kirk-ella-header.jpg");
  }
}
.top_feature.feature_static#a-and-a-motors {
  background-image: url("/uploads/projects/mboile-andamotor-header.jpg");
}
@media only screen and (min-width:62em) {
  .top_feature.feature_static#a-and-a-motors {
    background-image: url("/uploads/projects/andamotor-header.jpg");
  }
}
@media only screen and (max-width:30em) {
  .top_feature.feature_static#a-and-a-motors {
    background-image: url("/uploads/projects/small-andamotor-header.jpg");
  }
}
.top_feature.feature_static#mill-lane {
  background-image: url("/uploads/projects/mobile-mill-lane-header.jpg");
}
@media only screen and (min-width:62em) {
  .top_feature.feature_static#mill-lane {
    background-image: url("/uploads/projects/mill-lane-header.jpg");
  }
}
@media only screen and (max-width:30em) {
  .top_feature.feature_static#mill-lane {
    background-image: url("/uploads/projects/small-mill-lane-header.jpg");
  }
}
.top_feature.feature_static#st-andrews-mount {
  background-image: url("/uploads/projects/mobile-st-andrews-mount-header.jpg");
}
@media only screen and (min-width:62em) {
  .top_feature.feature_static#st-andrews-mount {
    background-image: url("/uploads/projects/st-andrews-mount-header.jpg");
  }
}
@media only screen and (max-width:30em) {
  .top_feature.feature_static#st-andrews-mount {
    background-image: url("/uploads/projects/small-st-andrews-mount-header.jpg");
  }
}
.top_feature.feature_static#walkington {
  background-image: url("/uploads/projects/mobile-walkington-header.jpg");
}
@media only screen and (min-width:62em) {
  .top_feature.feature_static#walkington {
    background-image: url("/uploads/projects/walkington-header.jpg");
  }
}
@media only screen and (max-width:30em) {
  .top_feature.feature_static#walkington {
    background-image: url("/uploads/projects/small-walkington-header.jpg");
  }
}
.top_feature.feature_static#linley-and-simpson {
  background-image: url("/uploads/projects/mobile-linley-header.jpg");
}
@media only screen and (min-width:62em) {
  .top_feature.feature_static#linley-and-simpson {
    background-image: url("/uploads/projects/linley-header.jpg");
  }
}
@media only screen and (max-width:30em) {
  .top_feature.feature_static#linley-and-simpson {
    background-image: url("/uploads/projects/small-linley-header.jpg");
  }
}
.top_feature.feature_static::after {
  content: '';
  background-image: linear-gradient(to top, #202026, rgba(32, 32, 38, 0));
  height: 180px;
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
}
@media only screen and (min-width:62em) {
  .top_feature.feature_static::after {
    display: block;
  }
}
@media only screen and (max-height:42em) {
  .top_feature.feature_static::after {
    height: 100px;
  }
}
.top_feature.feature_static::before {
  background: rgba(37, 37, 44, 0.5);
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}
.top_feature.feature_static h1 {
  text-transform: uppercase;
  font-size: 35px;
  letter-spacing: 2px;
  position: relative;
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding-bottom: 10px;
}
@media only screen and (min-width:48em) {
  .top_feature.feature_static h1 {
    font-size: 45px;
  }
}
.top_feature .down {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 44px;
  font-size: 23px;
  margin-left: -22.5px;
  cursor: pointer;
  z-index: 101;
}
.top_feature .down a {
  color: #37373c;
}
@media only screen and (min-width:90em) {
  .top_feature .down {
    display: block;
  }
}
.top_feature .top_content {
  position: relative;
  z-index: 100;
  height: 25%;
  bottom: 0;
  color: #fff;
  max-width: 100%;
  background: #202026;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width:62em) {
  .top_feature .top_content {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    position: absolute;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .top_feature .top_content {
    position: relative;
  }
}
@media only screen and (max-height:42em) {
  .top_feature .top_content {
    position: relative;
  }
}
.top_feature .top_content::before {
  content: '';
  background-image: linear-gradient(to top, #202026, rgba(32, 32, 38, 0));
  height: 300px;
  position: absolute;
  z-index: 99;
  top: -300px;
  left: 0;
  width: 100%;
}
.top_feature .top_content::after {
  content: '';
  height: 140px;
  width: 2px;
  margin-left: -1px;
  background: #37373c;
  position: absolute;
  top: 40px;
  left: 50%;
  display: none;
}
@media only screen and (min-width:75em) {
  .top_feature .top_content::after {
    display: block;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .top_feature .top_content::after {
    display: none;
  }
}
.top_feature .top_content h1 {
  font-size: 36px;
  position: relative;
  line-height: 1.1em;
}
@media only screen and (min-width:48em) {
  .top_feature .top_content h1 {
    font-size: 46px;
    line-height: 1.1em;
  }
}
.top_feature .top_content h3 {
  font-size: 22px;
  text-transform: uppercase;
  color: #00a86b;
  letter-spacing: 1px;
}
.top_feature .top_content .row {
  height: 100%;
  max-width: 1410px;
  margin: auto;
}
.quote-banner {
  padding: 40px 0;
}
.quote-banner h2 {
  font-size: 4vw;
  font-weight: 500;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  padding: 0;
}
@media only screen and (min-width:48em) {
  .quote-banner h2 {
    font-size: 2.9vw;
  }
}
@media only screen and (min-width:75em) {
  .quote-banner h2 {
    font-size: 44px;
  }
}
@media only screen and (max-width:30em) {
  .quote-banner h2 {
    font-size: 24px;
  }
}
.quote-banner h2 .left40px {
  display: block;
  width: 200px;
  margin: 20px auto 0 !important;
}
@media only screen and (min-width:48em) {
  .quote-banner h2 .left40px {
    margin: 0 0 0 40px !important;
    display: inline-block;
    width: auto;
  }
}
.body-text {
  background: #f4f4f4;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width:62em) {
  .body-text {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width:75em) {
  .body-text {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.body-text h3 {
  padding-top: 10px;
}
.body-text img {
  position: relative;
}
.body-text .bigpara {
  font-size: 22px;
}
.body-text .news-banner {
  padding: 0;
}
.body-text .news-banner .news-block {
  margin-top: 40px;
  margin-bottom: 0;
}
.body-text .news-banner p a.btn {
  margin-top: 15px;
}
.body-text .archive li {
  padding: 20px 0 15px 25px;
  position: relative;
  border-bottom: 1px solid #d8d8d8;
}
.body-text .archive li::before {
  content: '\f15c';
  position: absolute;
  font-weight: 700;
  top: 20px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
}
.body-text .archive li:last-child {
  border-bottom: 0;
}
.body-text .quotehere p:not(:last-child) {
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (min-width:48em) {
  .body-text .quotehere p:not(:last-child) {
    font-size: 24px;
  }
}
.body-text .vidwatch {
  margin-top: 40px;
}
@media only screen and (min-width:48em) {
  .body-text .vidwatch {
    margin-top: 80px;
  }
}
.body-text .screen {
  background-image: url("/images/video-screen.png");
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  margin: 0 20px;
}
.body-text .screen a {
  display: block;
}
@media only screen and (min-width:48em) {
  .body-text .screen {
    background-size: auto;
    margin: 0;
  }
}
.body-text .screen img:first-child {
  visibility: hidden;
}
.body-text .screen img:last-child {
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  bottom: 0;
  margin: auto;
  width: 30%;
  transform: scale(0.8);
}
@media only screen and (min-width:48em) {
  .body-text .screen img:last-child {
    top: -25px;
    width: auto;
  }
}
.body-text .screen img:last-child:hover {
  transform: scale(1);
}
.body-text .result_inner {
  background: #f2844c;
  padding: 10px 30px;
  margin-top: 20px;
  color: #ffffff;
}
.body-text .result_inner.good {
  background: #58be58;
}
.body-text .result_inner a {
  color: #ffffff;
  font-weight: 700;
}
@media only screen and (min-width:62em) {
  .body-text .result_inner {
    margin-top: 0;
  }
}
.home-points {
  color: #ffffff;
  background: #202026;
  position: relative;
}
.home-points .row {
  height: auto;
}
@media only screen and (min-width:62em) {
  .home-points .row {
    height: 100vh;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .home-points .row {
    height: auto;
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.home-points::after {
  content: '';
  position: absolute;
  width: 80%;
  height: 93vh;
  border: 3px solid #37373c;
  border-bottom: 0;
  display: block;
  right: -1px;
  bottom: -1px;
  display: none;
}
@media only screen and (min-width:62em) {
  .home-points::after {
    display: block;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .home-points::after {
    display: none;
  }
}
.home-points p.intro {
  margin-top: 30px;
}
@media only screen and (min-width:62em) {
  .home-points p.intro {
    margin-top: 0;
  }
}
.grid-block {
  padding: 0px 30px 35px 30px;
}
@media only screen and (min-width:48em) {
  .grid-block {
    padding: 0;
  }
}
.grid-block .row {
  position: relative;
}
.grid-block .grid-thumb1,
.grid-block .grid-thumb2 {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width:48em) {
  .grid-block .grid-thumb1,
  .grid-block .grid-thumb2 {
    min-height: 400px;
    margin: 0;
  }
  .grid-block .grid-thumb1 img,
  .grid-block .grid-thumb2 img {
    width: 100%;
  }
  .grid-block .grid-thumb1 .holder,
  .grid-block .grid-thumb2 .holder {
    visibility: hidden;
  }
  .grid-block .grid-thumb1 .fader,
  .grid-block .grid-thumb2 .fader {
    background: #202026;
  }
}
@media only screen and (min-width:48em) and only screen and (min-width:62em) {
  .grid-block .grid-thumb1 img,
  .grid-block .grid-thumb2 img {
    width: 100vw;
  }
}
@media only screen and (min-width:48em) and only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .grid-block .grid-thumb1 img,
  .grid-block .grid-thumb2 img {
    width: 100%;
  }
}
.grid-block .grid-text {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width:48em) {
  .grid-block .grid-text {
    max-width: 1410px;
    position: relative;
    width: 100%;
    left: 50%;
    margin-left: 0;
    transform: translate(-50%, 0%) !important;
    padding-left: 25px;
    padding-right: 15px;
    margin-top: 40px;
  }
  .grid-block .grid-text p,
  .grid-block .grid-text ul {
    width: 100%;
    padding: 0 15px 0 15px;
    left: 0%;
    position: relative;
    margin-left: 0;
  }
}
@media only screen and (min-width:75em) {
  .grid-block .grid-text {
    position: absolute;
    padding-left: 25px;
    padding-right: 15px;
  }
  .grid-block .grid-text p,
  .grid-block .grid-text ul {
    width: 40%;
    left: 50%;
    margin-left: 8.33333333%;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .grid-block .grid-text {
    position: relative;
    margin-top: 40px;
    padding-left: 25px;
    padding-right: 15px;
  }
  .grid-block .grid-text p,
  .grid-block .grid-text ul {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.service-panel {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
@media only screen and (min-width:62em) {
  .service-panel {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width:62em) and only screen and (min-width:62em) {
  .service-panel {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width:62em) and only screen and (min-width:75em) {
  .service-panel {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.service-panel .row.middle-xs {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width:90em) {
  .service-panel .row.middle-xs {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.service-panel h2 {
  text-transform: uppercase;
  display: block;
  width: 100%;
  letter-spacing: 1px;
  font-size: 32px;
}
@media only screen and (min-width:48em) {
  .service-panel h2 {
    font-size: 44px;
  }
}
.service-panel .bx-wrapper {
  width: 100%;
}
.service-panel .bx-wrapper .bx-viewport {
  margin-bottom: 0px;
  margin-top: 40px;
  min-height: 495px;
}
@media only screen and (min-width:48em) {
  .service-panel .bx-wrapper .bx-viewport {
    min-height: auto;
  }
}
@media only screen and (min-width:75em) {
  .service-panel .bx-wrapper .bx-viewport {
    margin-bottom: 40px;
    min-height: 805px;
  }
}
.service-panel .bx-wrapper li {
  width: 100% !important;
}
@media only screen and (min-width:62em) {
  .service-panel .bx-wrapper li {
    padding: 0;
  }
}
.service-panel .bx-wrapper li .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width:62em) {
  .service-panel .bx-wrapper li .col-xs-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.service-panel .bx-wrapper img {
  max-width: 100%;
}
.service-panel .bx-wrapper p,
.service-panel .bx-wrapper h4 {
  padding: 0;
  margin: 10px 0;
}
@media only screen and (min-width:62em) {
  .service-panel .bx-wrapper p,
  .service-panel .bx-wrapper h4 {
    padding: 0;
    margin: 0;
  }
}
.service-panel .bx-wrapper h4 {
  margin-bottom: 15px;
}
@media only screen and (min-width:75em) {
  .service-panel .bx-wrapper h4 {
    margin-bottom: 0;
  }
}
.service-panel .bx-wrapper .top40px {
  margin-top: 10px!important;
}
@media only screen and (min-width:62em) {
  .service-panel .bx-wrapper .top40px {
    margin-top: 40px !important;
  }
}
.service-panel .bx-pager {
  width: 100%;
  padding: 0 15px;
}
.service-panel .bx-pager ul {
  text-align: center;
}
@media only screen and (min-width:62em) {
  .service-panel .bx-pager ul {
    text-align: left;
  }
}
.service-panel .bx-pager ul li {
  display: block;
  width: 100%;
  align-items: center;
  flex: 1 1 auto;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}
@media only screen and (min-width:62em) {
  .service-panel .bx-pager ul li {
    justify-content: space-between;
    display: flex;
    padding-bottom: 0.273em;
    width: auto;
  }
}
.service-panel .bx-pager ul li a {
  color: #202026;
}
.service-panel .bx-pager ul li a:hover,
.service-panel .bx-pager ul li a.active {
  color: #00a86b;
}
.service-panel .bx-pager ul li:not(:last-child)::after {
  content: '|';
  position: absolute;
  top: 0;
  right: 0;
  color: #00a86b;
  margin: 0 15px;
  display: none;
}
@media only screen and (min-width:62em) {
  .service-panel .bx-pager ul li:not(:last-child)::after {
    position: relative;
    margin: auto;
    display: block;
  }
}
.service-panel .bx-pager ul li:last-child {
  flex: 0 0 auto;
}
.case-studies {
  background-image: url("/images/case-studies-bg.jpg");
  background-size: cover;
  color: #ffffff;
  padding: 60px 0 80px 0;
}
@media only screen and (min-width:62em) {
  .case-studies {
    padding: 0;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .case-studies {
    padding: 10px 0 60px 0;
  }
}
.case-studies .wrap {
  height: 400px;
  position: relative;
}
@media only screen and (min-width:62em) {
  .case-studies .wrap {
    height: 100vh;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .case-studies .wrap {
    height: 400px;
  }
}
.case-studies .row {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.case-studies .bx-wrapper .bx-viewport {
  margin-bottom: 40px;
  min-height: 100%;
}
@media only screen and (min-width:48em) {
  .case-studies .bx-wrapper .bx-viewport {
    min-height: 350px;
  }
}
@media only screen and (min-width:62em) {
  .case-studies .bx-wrapper .bx-viewport {
    min-height: 395px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .case-studies .bx-wrapper .bx-viewport {
    min-height: auto;
  }
}
.case-studies .bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 15px;
  background: transparent;
  border: 2px solid #fff;
}
.case-studies .bx-wrapper .bx-pager.bx-default-pager a:hover,
.case-studies .bx-wrapper .bx-pager.bx-default-pager a.active {
  border: 2px solid #00a86b;
}
@media only screen and (max-width:30em) {
  .case-studies .bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 9px;
  }
}
.case-studies li {
  width: 100% !important;
}
.case-studies li figure {
  background: #fff;
  width: 165px;
  height: 165px;
  line-height: 165px;
  border-radius: 50%;
  text-align: center;
  display: block;
  margin: auto;
}
.case-studies li figure img {
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.case-studies li p:first-of-type {
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
}
@media only screen and (min-width:48em) {
  .case-studies li p:first-of-type {
    font-size: 30px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .case-studies li p:first-of-type {
    font-size: 20px;
  }
}
.case-studies li p:last-child {
  text-transform: uppercase;
  color: #00a86b;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 30px;
}
.news-banner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width:62em) {
  .news-banner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width:75em) {
  .news-banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.news-banner img {
  margin-bottom: 0;
}
.news-banner h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 30px;
}
@media only screen and (min-width:48em) {
  .news-banner h2 {
    font-size: 44px;
  }
}
.news-banner figure {
  position: relative;
  margin-bottom: 30px;
}
.news-banner figure img {
  vertical-align: middle;
  width: 100vw;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0.3;
}
.news-banner figure .service-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: -13px;
  z-index: 10;
  width: 80%;
  max-width: 540px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.news-banner figure h3 {
  font-size: 5vw;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
  font-weight: 700;
  padding-top: 0;
}
@media only screen and (min-width:48em) {
  .news-banner figure h3 {
    font-size: 2.7vw;
  }
}
@media only screen and (min-width:90em) {
  .news-banner figure h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width:30em) {
  .news-banner figure h3 {
    font-size: 20px;
  }
}
.news-banner figure p {
  opacity: 0;
  margin-bottom: 25px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width:48em) {
  .news-banner figure p {
    font-size: 1.2vw;
  }
}
@media only screen and (min-width:90em) {
  .news-banner figure p {
    font-size: 18px;
  }
}
@media only screen and (max-width:30em) {
  .news-banner figure p {
    font-size: 28px;
  }
}
.news-banner figure span {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #00a86b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
}
.news-banner figure a {
  display: block;
  color: #fff;
  position: relative;
  background: #111112;
}
.news-banner figure a::after {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width:48em) {
  .news-banner figure a img {
    opacity: 0.7;
  }
  .news-banner figure a:hover::after {
    opacity: 1;
  }
  .news-banner figure a:hover .service-text {
    position: absolute;
    top: 40%;
    margin-top: -27px;
  }
  .news-banner figure a:hover .service-text.half-block {
    top: 35%;
  }
  .news-banner figure a:hover h3,
  .news-banner figure a:hover p,
  .news-banner figure a:hover span {
    opacity: 1;
  }
  .news-banner figure a:hover img {
    opacity: 0.1;
  }
}
.case-block .alink {
  position: relative;
  width: 100%;
  padding-bottom: 70%;
  display: block;
  margin-bottom: 15px;
}
.case-block .alink figure {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #d4d4d4;
  text-align: center;
  margin-bottom: 15px;
}
.case-block .alink figure img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 330px;
  width: 80%;
}
.case-block p a {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
.contact-block {
  background: #00a86b;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.contact-block .form {
  padding-top: 60px;
  padding-bottom: 60px;
}
.contact-block .form ::placeholder {
  color: #ffffff;
  opacity: 1;
}
.contact-block .form ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.contact-block .form ::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.contact-block .form :-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.contact-block .form :-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.contact-block .form .input {
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  height: 40px;
  font-size: 14px;
}
.contact-block .form h2 {
  text-transform: uppercase;
  font-size: 32px;
}
.contact-block .form a {
  font-weight: 700;
  color: #ffffff;
}
.contact-block .form a:hover {
  opacity: 0.8;
}
.contact-block .form .enqbox ul,
.contact-block .form .enqbox li,
.contact-block .form .enqbox textarea {
  height: calc(100% - 5px);
}
.contact-block .form .enqbox textarea {
  padding-top: 10px;
}
.contact-block .form .btn {
  padding: 0;
  width: 100%;
}
.service-body {
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #202026;
  position: relative;
}
@media only screen and (min-width:62em) {
  .service-body {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width:75em) {
  .service-body {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.service-body::after {
  content: '';
  position: absolute;
  width: 97%;
  height: 980px;
  border: 3px solid #37373c;
  display: none;
  left: -3px;
  top: 190px;
}
@media only screen and (min-width:62em) {
  .service-body::after {
    display: block;
  }
}
@media only screen and (max-height:42em) {
  .service-body::after {
    display: none;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .service-body::after {
    display: none;
  }
}
.service-body .row {
  position: relative;
  z-index: 1;
}
.service-body .row.top100px {
  margin-top: 40px!important;
}
@media only screen and (min-width:62em) {
  .service-body .row.top100px {
    margin-top: 100px!important;
  }
}
.service-body img {
  margin-top: 15px;
  width: 100%;
}
@media only screen and (min-width:62em) {
  .service-body img {
    margin-top: 0;
    width: auto;
  }
}
.gallery-grid img {
  vertical-align: middle;
  width: 100vw;
}
.gallery-grid.innerpg {
  position: relative;
  z-index: 150;
}
.address i {
  width: 20px;
}
.address i.fa-mobile-alt {
  position: relative;
  left: 3px;
}
.address .cont_fb {
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  color: #3a5999;
  background-color: #fff;
  margin-right: 10px;
}
.address .cont_li {
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  color: #007ab9;
  background-color: #fff;
}
.styled-select {
  display: block;
  position: relative;
}
.styled-select select {
  margin-bottom: 10px;
  width: 100%;
  height: 58px;
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 0 20px;
  font-size: 15px;
  color: #5d5d5d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
}
.styled-select::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  height: inherit;
  font-size: 17px;
  padding: 17px 18px;
  color: #5d5d5d;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.team-block {
  background: #00a86b;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width:62em) {
  .team-block {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width:75em) {
  .team-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.team-block h2,
.team-block h3,
.team-block h4 {
  color: #ffffff;
}
.team-block h3 {
  font-size: 24px;
}
.team-block h4 {
  font-size: 20px;
  font-style: italic;
  margin-top: -22px;
}
body.residential .offer-banner {
  background-color: #f2834c;
}
body.residential ul.fancy li::before {
  color: #f2834c;
}
.animated {
  background-color: rgba(233, 158, 47, 0.98) !important;
}
.close-animatedModal {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ffffff;
  z-index: 10;
}
.modal-content {
  position: relative;
  top: 5%;
  padding-bottom: 30px;
  color: #fff;
  width: 80%;
  max-width: 768px;
  margin: auto;
}
@media only screen and (min-width:48em) {
  .modal-content {
    top: 45%;
    transform: translate(0%, -50%);
  }
}
.modal-content p {
  font-size: 16px;
}
@media only screen and (min-width:48em) {
  .modal-content p {
    font-size: 18px;
  }
}
.modal-content h2 {
  margin-bottom: 10px;
}
@media only screen and (max-width:30em) {
  .modal-content h2 {
    font-size: 22px;
  }
}
.modal-content img {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width:48em) {
  .modal-content img {
    margin: 10px 0 10px 20px;
  }
}
.modal-content a {
  color: #ffffff;
}
.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #202026;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
@media only screen and (min-width:62em) {
  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width:62em) and only screen and (min-width:62em) {
  .footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width:62em) and only screen and (min-width:62em) {
  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width:62em) and only screen and (min-width:75em) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.footer a {
  color: #ffffff;
}
.footer .arrival {
  margin: 0 0 0 3px;
  vertical-align: baseline;
  max-width: 6px;
}
.footer li {
  padding-bottom: 5px;
  padding-top: 5px;
  display: initial;
  width: auto;
  padding: 0 5px;
}
@media only screen and (min-width:62em) {
  .footer li {
    padding: 0 10px;
  }
}
.footer .social li {
  display: inline-block;
  width: auto;
}
@media only screen and (max-width:30em) {
  .footer .social li {
    margin-top: 10px;
  }
}
.footer .social li:last-child {
  margin-left: 40px;
}
@media only screen and (max-width:30em) {
  .footer .social li:last-child {
    margin-left: 20px;
    margin-top: 0;
  }
  .footer .social li:last-child img {
    vertical-align: middle;
  }
}
.footer [class^="icon_"] {
  display: block;
  margin-left: 10px;
}
@media only screen and (max-width:30em) {
  .footer [class^="icon_"] {
    margin: 0 5px;
  }
}
.footer .icon_fb {
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  color: #3a5999;
  background-color: #fff;
}
.footer .icon_tw {
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  color: #007ab9;
  background-color: #fff;
}
.footer .icon_gp {
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  color: #f41717;
  background-color: #fff;
}
.footer .icon_yt {
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  color: #f41717;
  background-color: #fff;
}
.footer .row .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media only screen and (min-width:120em) {
  .footer .row .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
@media only screen and (max-width:30em) {
  .footer .row .row {
    display: block;
  }
}
.gallery-grid.fullgal a img {
  transition: transform 0.2s;
  filter: grayscale(0%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  object-fit: cover;
  width: 620px;
  height: 620px;
}
@media only screen and (min-width:48em) {
  .gallery-grid.fullgal a img {
    object-fit: cover;
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width:30em) {
  .gallery-grid.fullgal a img {
    width: 420px;
    height: 420px;
  }
}
.gallery-grid.fullgal a:hover img {
  transform: scale(1.1);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery-grid.fullgal .no-gutter {
  position: relative;
  overflow: hidden;
}
