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


Theme Name: AJ Scott Construction
Description:
Version: 1
Author: Meta Digital
Author URI: http://metadigital.co.nz/
*/
/*========== Variables ============*/
/* Sticky Footer
==============================*/
html {
  height: 100%;
  overflow-x: hidden;
  font-size: 62.5%;
}
body {
  height: 100%;
  min-height: 100%;
  height: auto!important;
  display: flex;
  flex-direction: column;
  position: relative;
  font-size: 1.6rem;
  font-family: 'Raleway', sans-serif;
}
#wrap {
  flex: 1 0 0;
  -ms-flex: 1 0 0;
  position: relative;
  right: 0;
  -webkit-transition: right .5s;
  -moz-transition: right .5s;
  -o-transition: right .5s;
  transition: right .5s;
}
/* Global Styles
==============================*/
h1 {
  font-size: 36px;
  color: #262626;
  font-weight: 600;
}
h2 {
  font-size: 36px;
  color: #262626;
  font-weight: 600;
}
h3 {
  font-size: 36px;
  color: #262626;
  font-weight: 600;
}
h4 {
  font-size: 25px;
  color: #262626;
  font-weight: 600;
}
h5 {
  font-size: 20px;
  color: #262626;
  font-weight: 600;
}
p {
  font-size: 18px;
}
strong {
  font-weight: bold;
}
* {
  outline: none!important;
}
a {
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:visited {
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: underline;
}
.clear {
  clear: both;
}
.image-responsive img {
  max-width: 100%;
  height: auto;
}
.padded-large {
  padding: 100px 0px;
}
.padded {
  padding: 50px 0px;
}
.padded-top {
  padding-top: 50px;
}
.padded-bottom {
  padding-bottom: 50px;
}
.padded-right {
  padding-right: 50px;
}
.spacing-large {
  padding-bottom: 100px;
}
.spacing-medium {
  padding-bottom: 50px;
}
.spacing-small {
  padding-bottom: 25px;
}
.bread-crumbs {
  padding: 25px 0px;
}
.bread-crumbs #breadcrumbs span {
  color: #ee4136;
  font-size: 16px;
  font-weight: 600;
}
.bread-crumbs #breadcrumbs a {
  color: #ee4136;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.alignright,
img.alignright {
  float: right;
  margin: 0 0 15px 30px;
}
.alignleft,
img.alignleft {
  float: left;
  margin: 0 30px 15px 0;
}
a.button-red {
  color: #ffffff;
  font-size: 14px;
  transition: 0s;
  font-weight: 600;
  background-color: #ee4136;
  padding: 12.5px 35px;
  text-decoration: none;
  border: 3px solid #ee4136;
}
a.button-red:hover {
  transition: 0s;
  border-color: #262626;
  background-color: #262626;
}
a.button-clear {
  color: #ee4136;
  font-size: 14px;
  transition: 0s;
  font-weight: 600;
  background-color: transparent;
  padding: 12.5px 35px;
  text-decoration: none;
  border: 3px solid #ee4136;
}
a.button-clear:hover {
  transition: 0s;
  color: #ffffff;
  background-color: #ee4136;
}
/* Mobile Nav
==============================*/
#mobileNav {
  margin: 0px;
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: -50%;
  overflow-x: hidden;
  background-color: #ffffff;
  border-left: 2px solid #262626;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#mobileNav ul {
  margin: 0px;
  padding: 0px;
}
#mobileNav ul.sub-menu {
  display: none;
  position: relative;
  white-space: nowrap;
  top: 100%;
  left: 0;
  z-index: 99999;
  text-align: left;
  overflow: hidden;
  padding: 0;
}
#mobileNav ul.sub-menu li a:before {
  content: '- ';
}
#mobileNav ul li.current-menu-item {
  background: #262626;
  transition: 0s;
}
#mobileNav ul li.current-menu-item a {
  transition: 0s;
  color: #ffffff;
}
#mobileNav ul li.current-menu-item .menu-drop {
  color: #ffffff;
}
#mobileNav ul li.current-menu-item ul.sub-menu li:hover a {
  color: #fff!important;
}
#mobileNav ul li.current-menu-item ul.sub-menu li:hover .menu-drop {
  color: #ffffff;
}
#mobileNav ul li.current-menu-item ul.sub-menu li a {
  background-color: #262626 !important;
  color: #ffffff !important;
}
#mobileNav ul li.current-menu-item ul.sub-menu li.current-menu-item a {
  background-color: #262626 !important;
  color: #ffffff !important;
}
#mobileNav ul li {
  list-style-type: none;
  position: relative;
  padding-bottom: 0px;
}
#mobileNav ul li .menu-drop {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 3;
  color: #252525;
  width: 50px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#mobileNav ul li .menu-drop.sub-menu-active {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#mobileNav ul li a {
  font-size: 18px;
  padding-bottom: 39px;
  transition: 0s;
  color: #262626;
  font-weight: 600;
  padding: 10px 40px 10px 15px;
  display: block;
  border-bottom: 2px solid #262626;
  text-decoration: none;
}
#mobileNav ul li a:hover {
  background-color: #262626 !important;
  transition: 0s;
  color: #ffffff;
}
#wrap.menuOpenWrap {
  right: 50%;
  pointer-events: none;
}
#mobileNav.menuOpen {
  right: 0;
}
.mobileNav-overlay.menuOpen {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: transparent;
  z-index: 1;
}
.mobileNav-header {
  background: #ee4136;
  padding: 15px 15px;
  border-bottom: 2px solid #262626;
}
.mobileNav-header a.close i.fa-times {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}
.mobileNav-header a.close svg.fa-times {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}
/* Header
==============================*/
header .logo-col img {
  padding: 12px 0px;
}
header .menu-col .navToggle .fa-bars {
  padding: 31px 0px;
  font-size: 30px;
  color: #262626;
}
nav.main-menu ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
}
nav.main-menu ul a {
  color: #808285;
  transition: 0s;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
nav.main-menu ul li {
  display: inline-block;
  padding: 30px 15px 34px 15px;
  margin-right: 0px;
  transition: 0s;
  position: relative;
  border-top: 4px solid transparent;
}
nav.main-menu ul li:hover {
  border-color: #ee4136;
  transition: 0s;
}
nav.main-menu ul li:hover a {
  color: #ee4136;
  font-weight: 600;
  transition: 0s;
}
nav.main-menu ul li.current-menu-item {
  border-color: #ee4136;
  transition: 0s;
}
nav.main-menu ul li.current-menu-item a {
  color: #ee4136;
  font-weight: 600;
  transition: 0s;
}
nav.main-menu ul li.menu-btn {
  margin-right: 0px;
  margin-left: 15px;
  border-top-color: transparent;
}
nav.main-menu ul li.menu-btn a {
  color: #ee4136;
  font-size: 16px;
  font-weight: 600;
  padding: 12.5px 30px;
  border: 3px solid #ee4136;
}
nav.main-menu ul li.menu-btn:hover {
  border-top-color: transparent;
}
nav.main-menu ul li.menu-btn:hover a {
  color: #ffffff;
  transition: 0s;
  background-color: #ee4136;
}
nav.main-menu ul li.menu-bt.current-menu-item {
  border-top-color: transparent;
}
nav.main-menu ul li.menu-bt.current-menu-item a {
  color: #ffffff;
  transition: 0s;
  background-color: #ee4136;
}
nav.main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: 10px;
}
nav.main-menu ul li.sub-menu-active.menu-item-has-children > a:after {
  content: "\f106";
}
nav.main-menu ul ul.sub-menu {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 100%;
  left: 0;
  z-index: 999;
  text-align: left;
  overflow: hidden;
  padding: 0;
}
nav.main-menu ul ul.sub-menu li {
  line-height: 1;
  display: block;
  background: #fff;
  min-width: 300px;
  padding: 10px 15px 10px 15px;
  border-bottom: 2px solid #ee4136;
  border-top: 0px;
}
nav.main-menu ul ul.sub-menu li a {
  color: #808285;
}
nav.main-menu ul ul.sub-menu li:hover {
  transition: 0s;
  background-color: #ee4136;
}
nav.main-menu ul ul.sub-menu li:hover a {
  color: #ffffff;
  transition: 0s;
}
nav.main-menu ul ul.sub-menu li.current-menu-item {
  transition: 0s;
  border-color: #ffffff;
  background-color: #ee4136;
}
nav.main-menu ul ul.sub-menu li.current-menu-item a {
  color: #ffffff;
  transition: 0s;
}
.data-box {
  overflow: hidden;
}
.data-box .data-inner {
  max-width: 322px;
  z-index: 99;
  position: relative;
  background: #262626;
  padding: 50px 30px 30px 30px;
}
.data-box .data-inner .data-col {
  position: relative;
  z-index: 999;
  padding-bottom: 30px;
}
.data-box .data-inner .data-col h5 {
  color: #ffffff;
}
.data-box .data-inner .data-col p {
  color: #ffffff;
}
.data-box .data-inner .data-col .awards {
  margin-top: 15px;
}
.data-box .data-inner .data-col .awards .awards-inner .award-row {
  padding-bottom: 15px;
}
.data-box .data-inner .data-col .awards .awards-inner .award-row .award-col {
  color: #ffffff;
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
  font-weight: 600;
}
.data-box .data-inner .data-col .awards .awards-inner .award-row:last-child {
  padding-bottom: 0px!important;
}
.data-box img.ribbon {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}
#project-slider .project-slider-inner #carouselExampleIndicators .carousel-inner .carousel-item {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
  margin: 0;
  padding: 0px;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center center !important;
  position: relative;
  overflow: hidden;
}
#project-slider .project-slider-inner #carouselExampleIndicators .carousel-inner .carousel-item .carousel-item-inner img {
  width: 100%;
  height: auto;
}
#project-slider .project-slider-inner #carouselExampleIndicators .carousel-indicators {
  bottom: 30px;
}
#project-slider .project-slider-inner #carouselExampleIndicators .carousel-indicators li {
  width: 60px;
  height: 5px;
  margin: 0px;
}
#cat-boxes .heading h3 {
  margin-bottom: 30px;
}
#cat-boxes .cat-boxes-row #cat-box-default.cat-box .cat-box-image .cat-box-inner a .credit p {
  color: #ffffff;
  font-weight: 400;
}
#cat-boxes .cat-boxes-row .cat-box {
  padding-bottom: 30px;
}
#cat-boxes .cat-boxes-row .cat-box .cat-box-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
  margin: 0;
  padding: 0px;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center center !important;
  position: relative;
  overflow: hidden;
}
#cat-boxes .cat-boxes-row .cat-box .cat-box-image .cat-box-inner {
  z-index: 99;
  position: relative;
  padding: 175px 25px 25px 25px;
}
#cat-boxes .cat-boxes-row .cat-box .cat-box-image .cat-box-inner a {
  text-decoration: none;
}
#cat-boxes .cat-boxes-row .cat-box .cat-box-image .cat-box-inner a .heading h5 {
  color: #ffffff;
  margin-bottom: 5px;
}
#cat-boxes .cat-boxes-row .cat-box .cat-box-image .cat-box-inner a .credit p {
  color: #808285;
  font-weight: 600;
  margin: 0px;
}
#cat-boxes .cat-boxes-row .cat-box .cat-box-image .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.82816877) 0%, transparent 100%);
}
#cat-boxes .cat-boxes-row .cat-box .block-box {
  background-color: #ee4136;
}
#cat-boxes .cat-boxes-row .cat-box .block-box .block-box-inner {
  padding: 85px;
}
#cat-boxes .cat-boxes-row .cat-box .block-box .block-box-inner a {
  text-decoration: none;
}
#cat-boxes .cat-boxes-row .cat-box .block-box .block-box-inner a .heading h3 {
  color: #ffffff;
  margin: 0px;
}
#cat-boxes .cat-boxes-row .cat-box .block-box:hover {
  background-color: #262626;
  transition: 0s;
}
#cat-boxes .cat-boxes-row .cat-box:hover .cat-box-image .cat-box-inner a .credit p {
  color: #ffffff;
  transition: 0s;
}
#cat-boxes .cat-boxes-row .cat-box:hover .cat-box-image .overlay {
  background: #ee4136;
}
#content-default .content-inner .heading {
  padding-bottom: 20px;
}
#default-banner .default-banner-inner img {
  width: 100%;
  height: auto;
}
#home-banner {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
  margin: 0;
  padding: 0px;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center center !important;
  position: relative;
  overflow: hidden;
}
#home-banner .banner-col {
  position: relative;
  z-index: 99;
}
#home-banner .banner-col .banner-inner .heading {
  padding: 300px 0px 100px 0px;
}
#home-banner .banner-col .banner-inner .heading h2 {
  color: #ffffff;
  font-size: 72px;
  line-height: 1;
  text-transform: uppercase;
}
#home-banner .banner-col .banner-inner .heading h1 {
  color: #ffffff;
  font-size: 72px;
  line-height: 1;
  text-transform: uppercase;
}
#home-banner .banner-col .banner-inner .credit-box {
  position: relative;
  padding: 50px 50px 50px 0;
  background: #ffffff;
}
#home-banner .banner-col .banner-inner .credit-box .credit-box-inner {
  position: relative;
}
#home-banner .banner-col .banner-inner .credit-box .credit-box-inner .title p {
  font-weight: 500;
  font-size: 18px;
  color: #262626;
  margin: 0px;
}
#home-banner .banner-col .banner-inner .credit-box .credit-box-inner .link a {
  text-decoration: none;
  font-weight: 600;
  color: #808285;
}
#home-banner .banner-col .banner-inner .credit-box .credit-box-inner img.icon {
  position: absolute;
  top: 10px;
  left: -35px;
}
#home-banner .banner-col .banner-inner .credit-box:before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 3000px;
  height: 100%;
  top: 0;
  right: 100%;
}
#home-banner .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.82816877) 0%, transparent 100%);
}
#home-banner .overlay-home {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}
#home-banner img.ribbon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#pag .pag-inner .pag-row .pag-col {
  position: relative;
  padding: 35px 0px;
}
#pag .pag-inner .pag-row .pag-col a {
  transition: 0s;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  color: #262626;
}
#pag .pag-inner .pag-row .pag-col a:hover {
  color: #ee4136;
  transition: 0s;
}
#pag .pag-inner .pag-row .pag-col-left img.icon {
  position: absolute;
  top: 30px;
  left: -35px;
  z-index: 99;
}
#pag .pag-inner .pag-row .pag-col-right {
  background-color: #ebebeb;
}
#pag .pag-inner .pag-row .pag-col-right img.icon {
  position: absolute;
  top: 30px;
  right: -35px;
  z-index: 99;
}
#pag .pag-inner .pag-row .pag-col-right:after {
  content: "";
  position: absolute;
  background-color: #ebebeb;
  width: 3000px;
  height: 100%;
  top: 0;
  left: 100%;
}
#introduction-project .introduction-project-inner .introduction-col .data-inner .heading h1 {
  text-transform: uppercase!important;
}
#introduction-project .introduction-project-inner .introduction-col .data-inner .cats {
  padding-top: 5px;
}
#introduction-project .introduction-project-inner .introduction-col .data-inner .cats h5 {
  color: #808285;
  line-height: 1.4;
}
#introduction-project .introduction-project-inner .introduction-col .data-inner .cats span:last-of-type {
  display: none!important;
}
#introduction-project .introduction-project-inner .introduction-col .data-inner .content {
  padding: 40px 0px;
}
#introduction-project .introduction-project-inner .introduction-col .data-inner .social .social-inner {
  border-top: 1px solid #808285;
  padding-top: 30px;
}
#introduction-project .introduction-project-inner .introduction-col .data-inner .social .social-inner .social-row .social-col .social-col-inner .share-icons span {
  padding-right: 10px;
}
#introduction-project .introduction-project-inner .introduction-col .data-inner .social .social-inner .social-row .social-col .social-col-inner h5.social-heading {
  color: #808285;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
#introduction-project .introduction-project-inner .introduction-col .data-inner .social .social-inner .social-row .social-col .social-col-inner a {
  color: #ee4136;
  font-size: 14px;
  text-decoration: underline;
}
#introduction-project .introduction-project-inner .introduction-col .data-inner .social .social-inner .social-row .social-col .social-col-inner i {
  color: #ee4136;
  font-size: 35px;
}
#introduction-project .introduction-project-inner .introduction-col .data-inner .social .social-inner .social-row .social-col .social-col-inner svg {
  color: #ee4136;
  font-size: 35px;
}
#introduction-home .introduction-home-inner .quote h4 {
  font-size: 36px;
}
#introduction-home .introduction-home-inner .data-col .data-inner .subheading {
  padding-bottom: 20px;
}
#introduction-home .introduction-home-inner .data-col .data-inner .content {
  padding-bottom: 40px;
}
#introduction-home .introduction-home-inner .data-col .data-inner .buttons a {
  display: block;
}
#slider .row-bottom {
  position: relative;
  margin-top: -150px;
}
#slider .slider-controls {
  position: absolute;
  left: 0;
  top: 200px;
}
#slider .slider-controls a {
  display: inline-block;
  background-color: transparent;
  width: 50px;
  height: 50px;
  color: #ee4136;
  line-height: 45px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  border: 3px solid #ee4136;
  transition: 0s;
}
#slider .slider-controls a:hover {
  background: #ee4136;
  color: #ffffff;
  transition: 0s;
}
#slider .slider-controls a.slider-next {
  margin-left: 5px;
}
#slider .slider-content {
  position: relative;
  z-index: 10;
}
#slider .slider-content .slider-text {
  padding: 50px;
  background-color: #ffffff;
}
#slider .slider-content .slider-text .testimonial p {
  font-size: 24px;
  font-weight: 600;
}
#slider .slider-content .slider-text .client {
  padding-top: 30px;
}
#slider .slider-content .slider-text .client h5 {
  color: #808285;
  font-size: 24px;
  line-height: 1.4;
}
#slider .slider-content .slider-text h5 {
  margin: 0 0 30px;
}
#slider .slider-content .slider-text h3 {
  margin: 0 0 30px;
}
#slider .slider-content .slider-text ul {
  margin: 0;
  padding: 0;
}
#slider .slider-content .slider-text ul li {
  display: block;
  text-decoration: none;
  margin: 0 0 3px 0;
  background-image: url('images/header/leftArrow.png');
  background-position: left top 8px;
  padding-left: 20px;
  background-size: 6.5px;
  background-repeat: no-repeat;
}
#slider .slider-content .slider-text .arrow-btn {
  margin-top: 50px;
}
#gallery {
  padding-top: 120px;
}
#gallery .gallery-row .gallery-box .gallery-box-image .gallery-image {
  position: relative;
}
#gallery .gallery-row .gallery-box .gallery-box-image .gallery-image .gallery-image-label .gallery-image-label-inner {
  position: absolute;
  bottom: 0;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.75);
}
#gallery .gallery-row .gallery-box .gallery-box-image .gallery-image .gallery-image-label .gallery-image-label-inner h5 {
  color: #ffffff;
  margin: 0px;
}
#gallery .gallery-row .gallery-box .gallery-box-image img {
  margin-top: -120px;
}
#gallery .gallery-row .gallery-box.gallery-box-left {
  padding-top: 150px;
}
#promo-boxes.cat-quote .promo-boxes-inner .promo-box:last-child {
  padding-bottom: 0px;
}
#promo-boxes.team-boxes .promo-boxes-inner .promo-box .promo-box-content .promo-box-text {
  margin-top: -150px;
  padding: 35px;
  background-color: #ffffff;
}
#promo-boxes.team-boxes .promo-boxes-inner .promo-box .promo-box-content .promo-box-text .heading {
  padding-bottom: 0px;
}
#promo-boxes.team-boxes .promo-boxes-inner .promo-box .promo-box-content .promo-box-text .heading h3 {
  font-size: 30px;
}
#promo-boxes.team-boxes .promo-boxes-inner .promo-box .promo-box-content .promo-box-text .role h5 {
  color: #808285;
  font-size: 18px;
}
#promo-boxes.team-boxes .promo-boxes-inner .promo-box .promo-box-content .promo-box-text .body {
  padding: 20px 0px;
}
#promo-boxes.team-boxes .promo-boxes-inner .promo-box .promo-box-content .promo-box-text .contact a {
  color: #262626;
  font-weight: 600;
  font-size: 14px;
}
#promo-boxes.team-boxes .promo-boxes-inner .promo-box .promo-box-content .promo-box-text .contact a i {
  color: #ee4136;
  margin-right: 10px;
}
#promo-boxes.team-boxes .promo-boxes-inner .promo-box .promo-box-content .promo-box-text .contact a svg {
  color: #ee4136;
  margin-right: 10px;
}
#promo-boxes.team-boxes .promo-boxes-inner .promo-box:last-child {
  padding-bottom: 0px;
}
#promo-boxes .promo-boxes-inner .promo-box .promo-box-content .promo-box-text {
  margin-top: -150px;
  padding: 50px;
  background-color: #ffffff;
}
#promo-boxes .promo-boxes-inner .promo-box .promo-box-content .promo-box-text .heading {
  padding-bottom: 20px;
}
#promo-boxes .promo-boxes-inner .promo-box .promo-box-content .promo-box-text .button {
  padding-top: 35px;
}
#promo-boxes .promo-boxes-inner .promo-box:last-child {
  padding-bottom: 0px;
}
#content-careers .careers-inner .introduction-col .data-inner .heading h4 {
  margin-bottom: 20px;
}
#content-careers .careers-inner .introduction-col .data-inner .description {
  padding-bottom: 30px;
}
form#gform_2 .gform_body input#input_2_1 {
  width: 100%!important;
}
form#gform_2 .gform_body input#input_2_3 {
  width: 100%!important;
}
form#gform_2 .gform_body input#input_2_2 {
  width: 100%!important;
}
form .gform_body .gfield_label {
  margin: 0px;
}
form .gform_body select {
  width: 100%;
  border: 3px solid #262626 !important;
  color: #555555;
  background-color: transparent!important;
  padding: 5px 5px!important;
}
form .gform_body input {
  border: 0px;
  border-bottom: 3px solid #262626 !important;
  padding: 5px 7.5px;
  background: transparent;
}
form .gform_body textarea {
  border: 3px solid #262626;
  padding: 5px 7.5px;
  background: transparent;
}
form .gform_footer input.gform_button {
  color: #ee4136;
  font-size: 14px!important;
  transition: 0s;
  font-weight: 600;
  background-color: transparent;
  padding: 12.5px 35px;
  text-decoration: none;
  border: 3px solid #ee4136;
  line-height: 1;
}
form .gform_footer input.gform_button:hover {
  background: #ee4136;
  color: #ffffff;
  transition: 0s;
}
.gform_wrapper .gfield_required {
  color: #ee4136 !important;
}
.gform_wrapper .gfield_label {
  color: #262626 !important;
}
.gform_wrapper .validation_message {
  color: #808285 !important;
  letter-spacing: 2px;
}
.gform_wrapper .field_description_below .gfield_description {
  padding-top: 10px!important;
}
.gform_wrapper div.validation_error {
  display: none!important;
}
.gform_wrapper li.gfield.gfield_error {
  padding: 0px;
  background-color: transparent!important;
  border-top: none!important;
  border-bottom: none!important;
}
.gform_wrapper li.gfield_error textarea {
  border: 3px solid #ee4136 !important;
}
.gform_wrapper li.gfield_error input {
  border-bottom: 3px solid #ee4136 !important;
  border-top: 0px!important;
  border-left: 0px!important;
  border-right: 0px!important;
}
#cta {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
  margin: 0;
  padding: 0px;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center center !important;
  position: relative;
  overflow: hidden;
}
#cta .cta-inner {
  position: relative;
  z-index: 99;
}
#cta .cta-inner .heading {
  padding-bottom: 40px;
}
#cta .cta-inner .heading h3 {
  color: #ffffff;
  font-size: 50px;
}
#cta img.ribbon {
  position: absolute;
  top: -50px;
  right: 0;
}
#cta .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}
footer {
  background-color: #262626;
}
footer .footer-inner .footer-bottom-row .footer-col.footer-col-two {
  padding: 0px 50px 0px 75px;
}
footer .footer-inner .footer-bottom-row .footer-col.footer-col-three {
  padding: 0px 30px 0px 50px;
}
footer .footer-inner .footer-bottom-row .footer-col.footer-col-four {
  position: relative;
}
footer .footer-inner .footer-bottom-row .footer-col.footer-col-four .sm-icons span {
  padding-left: 10px;
}
footer .footer-inner .footer-bottom-row .footer-col.footer-col-four .sm-icons span i {
  color: #808285;
  font-size: 30px;
}
footer .footer-inner .footer-bottom-row .footer-col.footer-col-four .sm-icons span svg {
  color: #808285;
  font-size: 30px;
}
footer .footer-inner .footer-bottom-row .footer-col.footer-col-four .sm-icons span i:hover {
  color: #ffffff;
  transition: 0s;
}
footer .footer-inner .footer-bottom-row .footer-col.footer-col-four .sm-icons span svg:hover {
  color: #ffffff;
  transition: 0s;
}
footer .footer-inner .footer-bottom-row .footer-col.footer-col-four .credit {
  position: absolute;
  bottom: 0;
  right: 15px;
}
footer .footer-inner .footer-bottom-row .footer-col.footer-col-four .credit p {
  margin: 0px;
  color: #808285;
  font-size: 14px;
}
footer .footer-inner .footer-bottom-row .footer-col.footer-col-four .credit a {
  margin: 0px;
  color: #808285;
  font-size: 14px;
  text-decoration: none;
}
footer .footer-inner .footer-bottom-row .footer-col.footer-col-four .credit a:hover {
  color: #ffffff;
  transition: 0s;
}
footer .footer-inner .footer-bottom-row .footer-col .heading h5 {
  color: #808285;
  margin-bottom: 15px;
}
footer .footer-inner .footer-bottom-row .footer-col .data ul {
  padding-left: 0px;
}
footer .footer-inner .footer-bottom-row .footer-col .data ul li {
  padding-bottom: 10px;
}
footer .footer-inner .footer-bottom-row .footer-col .data ul li a {
  font-size: 14px;
  color: #ffffff;
  transition: 0s;
  text-decoration: none;
}
footer .footer-inner .footer-bottom-row .footer-col .data ul li a:hover {
  color: #ee4136;
  transition: 0s;
}
footer .footer-inner .footer-bottom-row .footer-col .data .phone {
  position: relative;
  padding-bottom: 10px;
}
footer .footer-inner .footer-bottom-row .footer-col .data .phone i {
  top: 5px;
  left: 0px;
  position: absolute;
  font-size: 16px;
}
footer .footer-inner .footer-bottom-row .footer-col .data .phone svg {
  top: 5px;
  left: 0px;
  position: absolute;
  font-size: 16px;
}
footer .footer-inner .footer-bottom-row .footer-col .data .phone a {
  font-size: 14px;
  padding-left: 30px;
  text-decoration: none;
}
footer .footer-inner .footer-bottom-row .footer-col .data .phone:hover a {
  color: #ee4136;
  transition: 0s;
}
footer .footer-inner .footer-bottom-row .footer-col .data .phone:hover i {
  color: #ee4136;
  transition: 0s;
}
footer .footer-inner .footer-bottom-row .footer-col .data .phone:hover svg {
  color: #ee4136;
  transition: 0s;
}
footer .footer-inner .footer-bottom-row .footer-col .data .address {
  color: #ffffff;
  padding-left: 30px;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.8;
}
footer .footer-inner .footer-bottom-row .footer-col .data .address i {
  top: 5px;
  left: 0px;
  position: absolute;
  font-size: 16px;
}
footer .footer-inner .footer-bottom-row .footer-col .data .address svg {
  top: 5px;
  left: 0px;
  position: absolute;
  font-size: 16px;
}
footer .footer-inner .footer-bottom-row .footer-col .data p {
  color: #ffffff;
}
footer .footer-inner .footer-bottom-row .footer-col .data a {
  color: #ffffff;
}
footer .footer-inner .footer-bottom-row .footer-col .data svg {
  color: #ffffff;
}
footer .footer-inner .footer-bottom-row .footer-col .data i {
  color: #ffffff;
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  /* Menu */
  #mobileNav {
    width: 100%;
    right: -100%;
  }
  #wrap.menuOpenWrap {
    right: 100%;
  }
  .padded-left {
    padding-left: 15px;
  }
  .padded-right {
    padding-right: 15px;
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 30px;
  }
  .padded-large {
    padding: 75px 0px;
  }
  #content-default .content-container .col-12 {
    padding: 0px;
  }
  #home-banner .banner-col .banner-inner .credit-box .credit-box-inner img.icon {
    left: unset;
    right: -30px;
  }
  #home-banner .banner-col .banner-inner .credit-box:after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 3000px;
    height: 100%;
    top: 0;
    left: 100%;
  }
  #introduction-home .introduction-home-inner .data-col .data-inner .buttons .button-right {
    margin-top: 10px;
  }
  #pag .pag-inner .pag-row {
    margin: 0px;
  }
  #pag .pag-inner .pag-row .pag-col {
    padding: 35px 15px;
  }
  #pag .pag-inner .pag-row .pag-col-left img.icon {
    right: 15px;
    left: unset;
  }
  #pag .pag-inner .pag-row .pag-col-right {
    text-align: left!important;
  }
  #pag .pag-inner .pag-row .pag-col-right img.icon {
    right: 15px;
  }
  #pag .container {
    padding: 0px;
  }
  #project-slider .project-slider-inner #carouselExampleIndicators .carousel-indicators {
    bottom: 15px;
  }
  #slider .carousel-inner {
    padding: 0px;
  }
  #slider .slider-content .slider-text {
    padding: 0px 0px 50px 0px;
  }
  #slider .row-bottom {
    margin-top: 0px;
  }
  #slider .slider-controls {
    position: relative;
    top: unset;
    left: 15px;
    padding-bottom: 30px;
  }
  #promo-boxes .promo-boxes-container {
    padding: 0px;
  }
  #cta .cta-inner .heading h3 {
    font-size: 32px;
  }
  #introduction-home .introduction-home-inner .quote-col.quote {
    padding-bottom: 0px;
  }
  #introduction-home .introduction-home-inner .quote-col.quote h4 {
    font-size: 30px;
  }
  #gallery {
    padding-top: 0px;
  }
  #gallery .gallery-row {
    margin: 0px;
  }
  #gallery .gallery-row .gallery-box .gallery-box-image img {
    margin-top: 0px;
  }
  #gallery .gallery-row .gallery-box.gallery-box-left {
    padding: 0px 0px 30px 0px;
  }
  #gallery .gallery-row .gallery-box.gallery-box-right {
    padding: 0px 0px 30px 0px;
  }
  .data-box .data-inner {
    margin-bottom: 50px;
  }
  #promo-boxes.team-boxes .promo-boxes-inner .promo-box .promo-box-content .promo-box-text {
    margin-top: -50px;
  }
  body.page-template-page-careers .data-box {
    margin-bottom: 50px;
  }
  body.page-template-page-careers .data-box .data-inner {
    margin-bottom: 0px;
  }
  #introduction-project .introduction-project-inner .introduction-col .data-inner .social .social-inner .social-row .social-col .social-col-inner.text-right {
    text-align: left!important;
    padding-top: 30px;
  }
  #promo-boxes .promo-boxes-inner .promo-box .promo-box-content .promo-box-text {
    margin-top: 0px;
    padding: 50px 0px;
  }
  #home-banner .banner-col {
    padding: 0px;
  }
  #home-banner .banner-col .banner-inner .credit-box {
    padding: 30px 30px 30px 0;
  }
  #home-banner .banner-col .banner-inner .heading {
    padding: 150px 0px 50px 0px;
  }
  #home-banner .banner-col .banner-inner .heading h2 {
    font-size: 50px;
  }
  #cat-boxes .cat-boxes-row .cat-box .block-box .block-box-inner a .heading h3 {
    font-size: 30px;
  }
  footer .footer-inner .footer-top-row .footer-logo {
    padding: 0px;
  }
  footer .footer-inner .footer-top-row .footer-logo img {
    max-width: 200px;
    height: auto;
  }
  footer .footer-inner .footer-bottom-row .footer-col {
    margin-bottom: 30px;
  }
  footer .footer-inner .footer-bottom-row .footer-col .data ul {
    margin-bottom: 0px!important;
  }
  footer .footer-inner .footer-bottom-row .footer-col .data .phone a {
    padding-left: 25px;
  }
  footer .footer-inner .footer-bottom-row .footer-col .data .address {
    padding-left: 25px;
  }
  footer .footer-inner .footer-bottom-row .footer-col.footer-col-two {
    padding: 0px 15px;
  }
  footer .footer-inner .footer-bottom-row .footer-col.footer-col-three {
    padding: 0px 15px;
  }
  footer .footer-inner .footer-bottom-row .footer-col-four {
    margin-bottom: 0px!important;
  }
  footer .footer-inner .footer-bottom-row .footer-col-four .footer-col-inner.text-right {
    text-align: left!important;
  }
  footer .footer-inner .footer-bottom-row .footer-col-four .sm-icons {
    padding-bottom: 10px;
  }
  footer .footer-inner .footer-bottom-row .footer-col-four .sm-icons span {
    padding-left: 0px!important;
    padding-right: 10px;
  }
  footer .footer-inner .footer-bottom-row .footer-col-four .credit {
    position: relative!important;
    bottom: unset!important;
    right: unset!important;
  }
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Menu */
  #mobileNav {
    width: 100%;
    right: -100%;
  }
  #wrap.menuOpenWrap {
    right: 100%;
  }
  .padded-left {
    padding-left: 15px;
  }
  .padded-right {
    padding-right: 15px;
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 30px;
  }
  .padded-large {
    padding: 75px 0px;
  }
  #content-default .content-container {
    padding: 0px;
  }
  #content-default .content-container .col-12 {
    padding: 0px;
  }
  #home-banner .banner-col .banner-inner .credit-box .credit-box-inner img.icon {
    left: unset;
    right: 0;
  }
  #introduction-home .introduction-home-inner .data-col .data-inner .buttons .button-right {
    margin-top: 10px;
  }
  #pag .pag-inner .pag-row {
    margin: 0px;
  }
  #pag .pag-inner .pag-row .pag-col {
    padding: 35px 15px;
  }
  #pag .pag-inner .pag-row .pag-col-left img.icon {
    right: 15px;
    left: unset;
  }
  #pag .pag-inner .pag-row .pag-col-right {
    text-align: left!important;
  }
  #pag .pag-inner .pag-row .pag-col-right img.icon {
    right: 15px;
  }
  #pag .container {
    padding: 0px;
  }
  #project-slider .project-slider-inner #carouselExampleIndicators .carousel-indicators {
    bottom: 15px;
  }
  #slider .carousel-inner {
    padding: 0px;
  }
  #slider .slider-content .slider-text {
    padding: 0px 0px 50px 0px;
  }
  #slider .row-bottom {
    margin-top: 0px;
  }
  #slider .slider-controls {
    position: relative;
    top: unset;
    left: 15px;
    padding-bottom: 30px;
  }
  #promo-boxes .promo-boxes-container {
    padding: 0px;
  }
  #cta .cta-inner .heading h3 {
    font-size: 32px;
  }
  #introduction-home .introduction-home-inner .quote-col.quote {
    padding-bottom: 0px;
  }
  #introduction-home .introduction-home-inner .quote-col.quote h4 {
    font-size: 30px;
  }
  #gallery {
    padding-top: 0px;
  }
  #gallery .gallery-row {
    margin: 0px;
  }
  #gallery .gallery-row .gallery-box .gallery-box-image img {
    margin-top: 0px;
  }
  #gallery .gallery-row .gallery-box.gallery-box-left {
    padding: 0px 0px 30px 0px;
  }
  #gallery .gallery-row .gallery-box.gallery-box-right {
    padding: 0px 0px 30px 0px;
  }
  .data-box .data-inner {
    margin-bottom: 50px;
  }
  body.page-template-page-careers .data-box {
    margin-bottom: 50px;
  }
  body.page-template-page-careers .data-box .data-inner {
    margin-bottom: 0px;
  }
  #promo-boxes.team-boxes .promo-boxes-inner .promo-box .promo-box-content .promo-box-text {
    margin-top: -50px;
  }
  #introduction-project .introduction-project-inner .introduction-col .data-inner .social .social-inner .social-row .social-col .social-col-inner.text-right {
    text-align: left!important;
    padding-top: 30px;
  }
  #promo-boxes .promo-boxes-inner .promo-box .promo-box-content .promo-box-text {
    margin-top: 0px;
    padding: 50px 0px;
  }
  #home-banner .banner-col {
    padding: 0px;
  }
  #home-banner .banner-col .banner-inner .credit-box {
    padding: 30px 30px 30px 0;
  }
  #home-banner .banner-col .banner-inner .heading {
    padding: 150px 0px 50px 0px;
  }
  #home-banner .banner-col .banner-inner .heading h2 {
    font-size: 50px;
  }
  #cat-boxes .cat-boxes-row .cat-box .block-box .block-box-inner a .heading h3 {
    font-size: 30px;
  }
  footer .footer-inner .footer-top-row .footer-logo {
    padding: 0px;
  }
  footer .footer-inner .footer-top-row .footer-logo img {
    max-width: 200px;
    height: auto;
  }
  footer .footer-inner .footer-bottom-row .footer-col {
    margin-bottom: 30px;
  }
  footer .footer-inner .footer-bottom-row .footer-col .data ul {
    margin-bottom: 0px!important;
  }
  footer .footer-inner .footer-bottom-row .footer-col .data .phone a {
    padding-left: 25px;
  }
  footer .footer-inner .footer-bottom-row .footer-col .data .address {
    padding-left: 25px;
  }
  footer .footer-inner .footer-bottom-row .footer-col.footer-col-two {
    padding: 0px 15px;
  }
  footer .footer-inner .footer-bottom-row .footer-col.footer-col-three {
    padding: 0px 15px;
  }
  footer .footer-inner .footer-bottom-row .footer-col-four {
    margin-bottom: 0px!important;
  }
  footer .footer-inner .footer-bottom-row .footer-col-four .footer-col-inner.text-right {
    text-align: left!important;
  }
  footer .footer-inner .footer-bottom-row .footer-col-four .sm-icons {
    padding-bottom: 10px;
  }
  footer .footer-inner .footer-bottom-row .footer-col-four .sm-icons span {
    padding-left: 0px!important;
    padding-right: 10px;
  }
  footer .footer-inner .footer-bottom-row .footer-col-four .credit {
    position: relative!important;
    bottom: unset!important;
    right: unset!important;
  }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .padded-left {
    padding-left: 15px;
  }
  .padded-right {
    padding-right: 15px;
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 30px;
  }
  .padded-large {
    padding: 75px 0px;
  }
  #content-default .content-container {
    padding: 0px;
  }
  #content-default .content-container .col-12 {
    padding: 0px;
  }
  #home-banner .banner-col .banner-inner .credit-box .credit-box-inner img.icon {
    left: unset;
    right: 0;
  }
  #introduction-home .introduction-home-inner .data-col .data-inner .buttons .button-right {
    margin-top: 10px;
  }
  #pag .pag-inner .pag-row {
    margin: 0px;
  }
  #pag .pag-inner .pag-row .pag-col {
    padding: 35px 15px;
  }
  #pag .pag-inner .pag-row .pag-col-left img.icon {
    right: 15px;
    left: unset;
  }
  #pag .pag-inner .pag-row .pag-col-right {
    text-align: left!important;
  }
  #pag .pag-inner .pag-row .pag-col-right img.icon {
    right: 15px;
  }
  #pag .container {
    padding: 0px;
  }
  #project-slider .project-slider-inner #carouselExampleIndicators .carousel-indicators {
    bottom: 15px;
  }
  #slider .carousel-inner {
    padding: 0px;
  }
  #slider .slider-content .slider-text {
    padding: 0px 0px 50px 0px;
  }
  #slider .row-bottom {
    margin-top: 0px;
  }
  #slider .slider-controls {
    position: relative;
    top: unset;
    left: 15px;
    padding-bottom: 30px;
  }
  #promo-boxes .promo-boxes-container {
    padding: 0px;
  }
  #gallery {
    padding-top: 70px;
  }
  #gallery .gallery-row .gallery-box .gallery-box-image img {
    margin-top: -70px;
  }
  #gallery .gallery-row .gallery-box.gallery-box-left {
    padding-top: 100px;
  }
  #cta .cta-inner .heading h3 {
    font-size: 32px;
  }
  #introduction-home .introduction-home-inner .quote-col.quote {
    padding-bottom: 0px;
  }
  #introduction-home .introduction-home-inner .quote-col.quote h4 {
    font-size: 30px;
  }
  .data-box .data-inner {
    margin-bottom: 50px;
  }
  body.page-template-page-careers .data-box {
    margin-bottom: 50px;
  }
  body.page-template-page-careers .data-box .data-inner {
    margin-bottom: 0px;
  }
  #introduction-project .introduction-project-inner .introduction-col .data-inner .social .social-inner .social-row .social-col .social-col-inner.text-right {
    text-align: left!important;
    padding-top: 30px;
  }
  #promo-boxes .promo-boxes-inner .promo-box .promo-box-content .promo-box-text {
    margin-top: 0px;
    padding: 50px 0px;
  }
  #home-banner .banner-col {
    padding: 0px;
  }
  #home-banner .banner-col .banner-inner .credit-box {
    padding: 30px 30px 30px 0;
  }
  #home-banner .banner-col .banner-inner .heading {
    padding: 200px 0px 75px 0px;
  }
  #home-banner .banner-col .banner-inner .heading h2 {
    font-size: 50px;
  }
  #cat-boxes .cat-boxes-row .cat-box .block-box .block-box-inner {
    padding: 105px;
  }
  #cat-boxes .cat-boxes-row .cat-box .block-box .block-box-inner a .heading h3 {
    font-size: 30px;
  }
  footer .footer-inner .footer-top-row .footer-logo {
    padding: 0px;
  }
  footer .footer-inner .footer-top-row .footer-logo img {
    max-width: 200px;
    height: auto;
  }
  footer .footer-inner .footer-bottom-row .footer-col {
    margin-bottom: 30px;
  }
  footer .footer-inner .footer-bottom-row .footer-col .data ul {
    margin-bottom: 0px!important;
  }
  footer .footer-inner .footer-bottom-row .footer-col .data .phone a {
    padding-left: 25px;
  }
  footer .footer-inner .footer-bottom-row .footer-col .data .address {
    padding-left: 25px;
  }
  footer .footer-inner .footer-bottom-row .footer-col.footer-col-two {
    padding: 0px 15px;
  }
  footer .footer-inner .footer-bottom-row .footer-col.footer-col-three {
    padding: 0px 15px;
  }
  footer .footer-inner .footer-bottom-row .footer-col-four {
    margin-bottom: 0px!important;
  }
  footer .footer-inner .footer-bottom-row .footer-col-four .footer-col-inner.text-right {
    text-align: left!important;
  }
  footer .footer-inner .footer-bottom-row .footer-col-four .sm-icons {
    padding-bottom: 10px;
  }
  footer .footer-inner .footer-bottom-row .footer-col-four .sm-icons span {
    padding-left: 0px!important;
    padding-right: 10px;
  }
  footer .footer-inner .footer-bottom-row .footer-col-four .credit {
    position: relative!important;
    bottom: unset!important;
    right: unset!important;
  }
  footer .footer-inner .footer-bottom-row .footer-col.footer-col-one {
    padding-bottom: 30px;
  }
  footer .footer-inner .footer-bottom-row .footer-col.footer-col-two {
    padding: 0px 15px 0px 15px;
  }
  footer .footer-inner .footer-bottom-row .footer-col.footer-col-three {
    padding: 0px 15px 0px 15px;
  }
  footer .footer-inner .footer-bottom-row .footer-col.footer-col-four {
    padding-top: 30px;
    height: 115px;
  }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  #home-banner .banner-col .banner-inner .heading {
    padding: 250px 0px 75px 0px;
  }
  nav.main-menu ul li {
    padding: 30px 10px 34px 10px;
  }
  nav.main-menu ul li.menu-btn {
    margin-left: 0px;
  }
  nav.main-menu ul li.menu-btn a {
    padding: 12.5px 15px;
  }
  footer .footer-inner .footer-bottom-row .footer-col.footer-col-one {
    padding-bottom: 30px;
  }
  footer .footer-inner .footer-bottom-row .footer-col.footer-col-two {
    padding: 0px 15px 0px 15px;
  }
  footer .footer-inner .footer-bottom-row .footer-col.footer-col-three {
    padding: 0px 15px 0px 15px;
  }
  footer .footer-inner .footer-bottom-row .footer-col.footer-col-four {
    padding-top: 30px;
    height: 115px;
  }
  footer .footer-inner .footer-bottom-row .footer-col.footer-col-four .footer-col-inner.text-right {
    text-align: left !important;
  }
  footer .footer-inner .footer-bottom-row .footer-col.footer-col-four .sm-icons span {
    padding-left: 0px!important;
    padding-right: 10px;
  }
  footer .footer-inner .footer-bottom-row .footer-col.footer-col-four .credit {
    right: unset;
    left: 15px;
  }
}
/* Extra large devices (large desktops, 1200px and up)*/
/* Chrome and Safari specific css */
/* IE 10+ Specific css */
