/* Enter Your Custom CSS Here */
nav {
  background: #000!important;
  font-family: 'Barlow', sans-serif;
  font-weight: 700!important;
}

.site-title {
  font-family: 'Barlow', sans-serif;
  font-weight: 700!important;
  color: #efefef;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Barlow', sans-serif;
  font-weight: 700!important;
}

.widget-title {
  font-family: 'Barlow', sans-serif!important;
  font-weight: 700!important;
}

p {
  font-family: 'Average', serif;
  font-size: 1.8rem;
  line-height: 1.6
}

.col-md-8.col-md-offset-2.col-sm-10.col-sm-offset-1.text-center {
    text-align: left;
}

@media (min-width: 992px) {
.col-md-offset-2 {
    margin-left: 8.33333333%;
}
}

.main-navigation .menu li a {
  color: #efefef;
}

.page-id-50 .post-title {
  display: none;
}

.page-id-50 .entry-meta {
  display: none;
}

.page-id-50 .bg-secondary {
  background-color: #fff;
}

.page-id-50 .page-title-section {
  background-color: #ecbe4d!important;
  display: none;
}

.page-id-50 section, footer {
  padding: 50px 0px;
}

.page-id-50 .content-area {
  padding-top: 0px;
}

@media (min-width: 992px) {
.page-id-50 .col-md-offset-1 {
  margin-left: 6%;
}
}

.widget.widget_nav_menu > div ul li, .widget.widget_nav_menu ul li {
  padding-bottom: 13px;
  margin-bottom: 13px;
}

.footer-credits {
  display: none;
}

.contact-widget {
    display: none;
    min-width: 205px;
    height: 208px;
    right: -151px;
    top: 45%;
    float: right;
    overflow-x: hidden;
    overflow-y: hidden;
    position: fixed;
    background: rgba(9, 8, 15, 0.9);
    z-index: 2;
    transition-property: all;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(-1, 1, 0, 1);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 2px 1px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 1px rgba(0,0,0,0.15);
    font-family: 'Barlow', sans-serif!important;
}

.contact-widget:hover {
    right: 0;
    background-color: rgba(9, 8, 15, 1);
    opacity: 1;
}

.contact-widget img {
    margin: 10px 20px 10px 18px;
    opacity: 1;
}

.contact-widget a {
  font-family: 'Barlow', sans-serif;
  font-weight: 700!important;
}

#videoDiv {width: 100%; height: 100vh; position: relative;}
#videoBlock {width: 100%; height: 100%;  display: flex;  justify-content: center; align-items: center;}
#videoMessage {width: 100%; height:100%; position: absolute; top: 25%; left: 0;}
#videoMessage p {color: #efefef;}
.videoClick {text-align:center}
.videoClick a{color:white;background-color:rgba(241, 241, 241, 0.25);font-size: 1.7em;cursor:pointer;cursor:hand}

.textwidget p {
  font-size: 1.4rem;
}

.page-title-section {
  background-color: #0a0a0a;
  background-size: cover;
}

.page-title {
  color: #efefef!important;
}

.page-id-50 .content-area {
  padding-bottom: 0px;
}

.page-id-50 .post-content {
  margin-bottom: 0px;
}

.btn-filled:hover, .btn:visited:hover {
    background: #2caee0;
    border-color: #299dca;
}

.btn-white:visited:hover {
    color: #fff;
}

.page-id-14 .contact-section {
  padding: 15px 0;
}

.page-id-14 .post-title {
  display: none;
}

.page-id-14 .entry-meta {
  display: none;
}

.page-id-141 .contact-section {
  padding: 15px 0;
}

.page-id-141 .post-title {
  display: none;
}

.page-id-141 .entry-meta {
  display: none;
}

.page-id-141 select {
  background: #f5f5f5;
    border: 1px solid transparent;
    width: 98%;
    height: 50px;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    border-radius: 0;
}

@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.hvr-pulse {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.wp-video .mejs-container .mejs-controls {
    visibility: hidden;
}

.wp-video .mejs-container {
  background-color: #fff;
}

.mejs-overlay-button {
  background-color: rgba(255, 210, 2, 0.82)!important;
}

@media screen and (min-width: 601px) {
.margin75 {
  margin-top: 75px; 
  margin-bottom: 75px;
}
.padding-left80 {
  padding-left: 80px;
}
  
.padding-right80 {
  padding-right: 80px;
}
.contact-widget {
    display: block!important;
  }
.mobilepadding {
    padding: 0px!important;
    text-align: left!important;
  }
.arrowcenter {
    text-align: left!important;
  }
  .inline-block {
  display: inline-block!important;
  font-family: 'Average', serif;
}
}

.mobilepadding {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }

.margin75 {
  margin-left: 20px; 
  margin-right: 20px;
  margin-bottom: 75px;
}

.two_fifth {
  float: right;
}

.two_fifth .last_column {
  float: left;
}

@-webkit-keyframes hvr-pulse-home {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse-home {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.hvr-pulse-home {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.arrowcenter {
  text-align: center;
}

.btn-filled-blue {
      background: #98cef0!important;
    border: 2px solid#98cef0!important;
  color: #fff!important;
}

.btn-filled-blue:hover {
      background: #2caee0!important;
    border: 2px solid#299dca!important;
  color: #fff!important;
}

.page-id-14 .page-title-section {
  display: none;
}

.page-id-141 .page-title-section {
  display: none;
}

.page-id-21 .page-title-section {
  display: none;
}

.inline-block {
  display: none;
  font-family: 'Average', serif;
}

.page-id-196 .content-area {
  padding-bottom: 0px;
}

.page-id-196 .post-content {
  margin-bottom: 0px;
}

.page-id-196 .post-title {
  display: none;
}

.page-id-196 .entry-meta {
  display: none;
}

.page-id-196 .bg-secondary {
  background-color: #fff;
}

.page-id-196 .page-title-section {
  background-color: #ecbe4d!important;
  display: none;
}

.page-id-196 section, footer {
  padding: 50px 0px;
}

.page-id-50 .content-area {
  padding-top: 0px;
}

.page-id-196 .content-area {
  padding-top: 0px;
}

.page-id-268 .page-title-section {
  display: none;
}

.page-id-268 .contact-section {
  padding: 15px 0;
}

.page-id-268 .post-title {
  display: none;
}

.page-id-268 .entry-meta {
  display: none;
}

.page-id-268 select {
  background: #f5f5f5;
    border: 1px solid transparent;
    width: 98%;
    height: 50px;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    border-radius: 0;
}

.page-id-238 .page-title-section {
  background-color: #ecbe4d!important;
  display: none;
}

.page-id-238 section, footer {
  padding: 50px 0px;
}

.page-id-229 .page-title-section {
  background-color: #ecbe4d!important;
  display: none;
}

.page-id-229 section, footer {
  padding: 50px 0px;
}

.page-id-248 .page-title-section {
  background-color: #ecbe4d!important;
  display: none;
}

.page-id-248 section, footer {
  padding: 50px 0px;
}

.feature {
  padding: 20px;
  background-color: #f7f7f7;
  height: 400px;
}

.customfeaturebox {
  height: 108px;
  background-color: #fff;
  width: 100%;
  border-radius: 68px 0px 0px 68px;
  text-align: center;
  color: #222;
  border: 4px solid #30363d12;
}

.customfeaturebox p {
  font-family: 'Barlow', sans-serif;
    font-size: 1.8rem;
    line-height: 1.6;
  padding-top: 5px;
}

.customfeaturebox h4 {
  color:#fff;
}

.featureline {
  height: 2px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    display: block;
    margin-bottom: 20px;
}

/*.bg-purple {
    color: #fff;
    background: -webkit-linear-gradient(110deg, #e4b229 40%, rgba(0, 0, 0, 0) 30%), -webkit-radial-gradient(farthest-corner at 0% 0%, #eab832 70%, #e8bf50 70%);
    background: -o-linear-gradient(110deg, #e4b229 40%, rgba(0, 0, 0, 0) 30%), -o-radial-gradient(farthest-corner at 0% 0%, #eab832 70%, #e8bf50 70%);
    background: -moz-linear-gradient(110deg, #e4b229 40%, rgba(0, 0, 0, 0) 30%), -moz-radial-gradient(farthest-corner at 0% 0%, #eab832 70%, #e8bf50 70%);
    background: linear-gradient(110deg, #e4b229 40%, rgba(0, 0, 0, 0) 30%), radial-gradient(farthest-corner at 0% 0%, #eab832 70%, #e8bf50 70%);
}*/

.bg-purple {
  background: -webkit-linear-gradient(110deg, #24282d 40%, rgba(0, 0, 0, 0) 30%), -webkit-radial-gradient(farthest-corner at 0% 0%, #202227 70%, #30363d 70%);
  background: -o-linear-gradient(110deg, #24282d 40%, rgba(0, 0, 0, 0) 30%), -o-radial-gradient(farthest-corner at 0% 0%, #202227 70%, #30363d 70%);
  background: -moz-linear-gradient(110deg, #24282d 40%, rgba(0, 0, 0, 0) 30%), -moz-radial-gradient(farthest-corner at 0% 0%, #202227 70%, #30363d 70%);
  background: linear-gradient(110deg, #24282d 40%, rgba(0, 0, 0, 0) 30%), radial-gradient(farthest-corner at 0% 0%, #202227 70%, #30363d 70%);
}
  

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.corecycle p {
  font-family: 'Average', serif;
    font-size: 1.8rem;
    line-height: 1.6;
  color: #efefef;
}

.corecycle h4 {
  color:#ffd102!important;
}

#shapely_home_parallax-16 {
  background: -webkit-linear-gradient(110deg, #fdfdfd 40%, rgba(0, 0, 0, 0) 30%), -webkit-radial-gradient(farthest-corner at 0% 0%, #f9f9f9 70%, #fdfdfd 70%);
    background: -o-linear-gradient(110deg, #fdfdfd 40%, rgba(0, 0, 0, 0) 30%), -o-radial-gradient(farthest-corner at 0% 0%, #f9f9f9 70%, #fdfdfd 70%);
    background: -moz-linear-gradient(110deg, #fdfdfd 40%, rgba(0, 0, 0, 0) 30%), -moz-radial-gradient(farthest-corner at 0% 0%, #f9f9f9 70%, #fdfdfd 70%);
  background: linear-gradient(110deg, #fdfdfd 40%, rgba(0, 0, 0, 0) 30%), radial-gradient(farthest-corner at 0% 0%, #f9f9f9 70%, #fdfdfd 70%);
}

.bg-secondary {
  background-color: #fff!important;
}

.logo-carousel img {
    max-height: 120px;
}

#shapely_home_clients-2 section {
  padding: 0px;
}

@keyframes pulse1 {
  0%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90%, 100% {
    transform: scale3d(1, 1, 1);
  }

  10% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

.pulse1 {
  animation-name: pulse1;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

@keyframes pulse2 {
  0%, 10%, 30% {
    transform: scale3d(1, 1, 1);
  }

  20% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  40%, 50%, 60%, 70%, 80%, 90%, 100% {
    transform: scale3d(1, 1, 1);
  }
}

.pulse2 {
  animation-name: pulse2;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

@keyframes pulse3 {
  0%, 10%, 20%, 50%, 40% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  60%, 70%, 80%, 90%, 100% {
    transform: scale3d(1, 1, 1);
  }
}

.pulse3 {
  animation-name: pulse3;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

@keyframes pulse4 {
  0%, 10%, 20%, 30%, 70%, 50%, 60% {
    transform: scale3d(1, 1, 1);
  }

  40% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  80%, 90%, 100% {
    transform: scale3d(1, 1, 1);
  }
}

.pulse4 {
  animation-name: pulse4;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.pulseanimated {-webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.pulseanimated:hover {
  text-decoration: underline;
}

@keyframes pulse5 {
  0%, 10%, 20%, 30%, 40%, 90%, 60%, 70%, 80% {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.pulse5 {
  animation-name: pulse5;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

#shapely_home_parallax-18 {
  background-color: #fff!important;
}

div#shapely_home_clients-2 {
    margin-bottom: 110px;
    margin-top: 0px;
}

#shapely_home_clients-2 h3 {
    margin-bottom: 10px;
    color: #adadad;
    font-weight: 400!important;
    font-size: 17px;
}

#shapely_home_parallax-17 section {
  padding-bottom: 35px;
}

#shapely_home_parallax-17 h3 {
  padding-top: 20px;
}

select {
    background: #f5f5f5;
    border: 1px solid transparent;
    width: 98%;
    height: 50px;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    border-radius: 0;
}

.contact-section {
  background: -webkit-linear-gradient(110deg, #24282d 40%, rgba(0, 0, 0, 0) 30%), -webkit-radial-gradient(farthest-corner at 0% 0%, #202227 70%, #30363d 70%);
  background: -o-linear-gradient(110deg, #24282d 40%, rgba(0, 0, 0, 0) 30%), -o-radial-gradient(farthest-corner at 0% 0%, #202227 70%, #30363d 70%);
  background: -moz-linear-gradient(110deg, #24282d 40%, rgba(0, 0, 0, 0) 30%), -moz-radial-gradient(farthest-corner at 0% 0%, #202227 70%, #30363d 70%);
  background: linear-gradient(110deg, #24282d 40%, rgba(0, 0, 0, 0) 30%), radial-gradient(farthest-corner at 0% 0%, #202227 70%, #30363d 70%);
}

.contact-section h1 {
  color: #fff;
}

.contact-section p {
  color: #efefef;
}

#text-9 {
  background: -webkit-linear-gradient(110deg, #fcb913 40%, rgba(0, 0, 0, 0) 30%), -webkit-radial-gradient(farthest-corner at 0% 0%, #202227 70%, #30363d 70%);
  background: -o-linear-gradient(110deg, #fcb913 40%, rgba(0, 0, 0, 0) 30%), -o-radial-gradient(farthest-corner at 0% 0%, #202227 70%, #30363d 70%);
  background: -moz-linear-gradient(110deg, #fcb913 40%, rgba(0, 0, 0, 0) 30%), -moz-radial-gradient(farthest-corner at 0% 0%, #202227 70%, #30363d 70%);
  background: linear-gradient(110deg, #fcb913 40%, rgba(0, 0, 0, 0) 30%), radial-gradient(farthest-corner at 0% 0%, #202227 70%, #30363d 70%);
}