.scroll-down {
  font-size: 20px;
  width: 32px;
  height: 32px;
  background-color: rgba(255,255,255,.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  z-index: 50 !important;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -16px;
}
.scroll-down a {
  line-height: 36px;
  position: relative;
  z-index: 50 !important;
}
@-webkit-keyframes scroll-down-icon {
  0%{ bottom: 2px; }
  50%{ bottom: 7px; }
  100%{ bottom: 2px; }
}
@-moz-keyframes scroll-down-icon {
  0%{ bottom: 2px; }
  50%{ bottom: 7px; }
  100%{ bottom: 2px; }
}
@-o-keyframes scroll-down-icon {
  0%{ bottom: 2px; }
  50%{ bottom: 7px; }
  100%{ bottom: 2px; }
}
@keyframes scroll-down-icon {
  0%{ bottom: 2px; }
  50%{ bottom: 7px; }
  100%{ bottom: 2px; }
}
.scroll-down i {
  color: #fff;
  -webkit-animation: scroll-down-icon 1s infinite;
  -moz-animation: scroll-down-icon 1s infinite;
  -o-animation: scroll-down-icon 1s infinite;
  animation: scroll-down-icon 1s infinite;
  position: absolute;
  left: 10px;
}

.hero-message h1 span span {
  font-size: 100px;
}
.hero-subtitle {
    text-transform: capitalize;
}
.section-wrap.intro {
    padding: 25px 0;
}
.intro-heading {
    margin-bottom: 0;
}
.heading-frame {
    padding: 21px 50px;
}
.process h2 {
    font-size: 56px;
}
.section-wrap.process {
    padding: 0;
    position: relative;
}
#services iframe {
  width: 100%;
}
#services .row.heading {
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 0;
}
.work-img img{
  height: auto;
}
.logo-wrap img {
  width: auto;
}
#process{background-image: url(../img/Money_Shot_1920x1080px.jpg)}
.text-white{color: white;}
.text-black{color: black;}
.font-18{font-size: 18px;}
.bottom-70{bottom: 70px;}
.contact_font{font-family: Arial,helvetica neue,Helvetica,sans-serif;}
.footer_cont{font-size: 10px;max-width: 425px;margin: 0 auto 0;line-height: 1.3;padding-top: 7px;text-transform: uppercase;font-family: 'Montserrat', sans-serif;color: white;}
.playbtn{
    color: white;
    font-size: 50px;
    background-color: #89c540;
    border-radius: 100%;
    text-align: center;
    /*Tim Change*/
    width: 90px;
    height: 90px;
    /*END Tim Change*/
}
.playicon {
    position: relative;
    top: 40%;
    left: auto;
    right: auto;
    margin: 0 auto;
    text-align: center;
}
.playicon .hero-subtitle {
    font-size: 30px;
}
.services-container {
  height: 605px;
    position: relative;
}
#services {
  padding-top: 0;
    padding-bottom: 0;
}
#services h2 {
  margin-bottom: 0;
}
.graylay{
  background-color: rgba(40, 40, 40, 0.5);
  display: block;
  width: fit-content;
  padding: 0 10px;
}
/*Tim Change*/
#service_video .hero-subtitle {
  margin-top: 1px;
}
/*END Tim Change*/
/*.process .local-scroll .scroll-down {
    background-color: white;
    border: 1px solid black;
}
.process .local-scroll .scroll-down i {
    color: black;
    margin-left: -1px;
}*/
#portfolio h2{
  font-size: 24px;
  margin-bottom: 0;
}
.features li {
  font-size: 20px;
  text-transform: uppercase;
  color: black;
  font-weight: 700;
  list-style: disclosure-closed;
  list-style-position: inside;
  text-align: left;
}
#portfolio {
    padding-top: 35px;
    padding-bottom: 50px;
}
#portfolio .heading {
    padding-bottom: 35px;
    margin-bottom: 0;
}
.shonowbtn {
    margin: 20px auto;
}
.shonowbtn a {
    color: black;
    font-size: 28px;
    min-width: 442px;
}
.footer.minimal {
    padding: 30px 0;
}
.footer.minimal .copyright {
    margin-top: 10px;
}
.footercontent {
    max-width: 400px;
    margin: 0 auto 0;
    padding-top: 10px;
}
.footer {
    color: white;
}

.tablediv {
  display: table;
}
.tablediv i, .tablediv span {
  display: table-cell;
  vertical-align: middle;
}
.inlineblock {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.process h2.heading-frame {
    font-size: 22px;
    padding: 21px 20px;
}
#services h2.heading-frame, #portfolio h2.heading-frame {
  padding: 21px 20px;
}
.navigation-overlay.sticky .header-buynow {
  margin-top: 5px !important;
}
.navigation-overlay.sticky .btn.btn-lg.btn-color:hover {
  background-color: #89c540;
}
.features {
  font-family: "Montserrat", sans-serif;
  padding: 10px 0;
  margin-bottom: 20px;
  text-transform: capitalize;
  border: none;
}
.header-buynow a.btn:hover {
  background-color: #89c540;
}
.processrow {
  margin-top: 310px;
}
.header-buynow{padding-right: 15px;float: right;display: table;margin-top: 15px; color: white;}
.mt-30 {
  margin-top: 30px;
}
.header-buynow a.btn{border-radius: 4px;}

/**Tim changes**/
.hero-button .playbtn, #service_video .playbtn{
  background-color: black;
  color: white !important;
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.fa-play.playbtn::before {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding-left: 8px;
}
/**END Tim changes**/
@media only screen and (min-width: 768px){  
  /**Tim changes**/
  .hero-button {
    /*background-color: #89c540 !important;
    border-color: #89c540 !important;
    font-size: 20px;*/
  }
  .hero-message .scroll-down, .processscroll .scroll-down, .local-scroll .scroll-down {
    /**END Tim changes**/
    background-color: #89c540;
    font-size: 40px;
    width: 70px;
    height: 70px;
    line-height: 64px;
    margin-left: -34.5px;
  }
  /**Tim changes**/
  .hero-message .scroll-down i, .processscroll .scroll-down i, .local-scroll .scroll-down i {
  /**END Tim changes**/
    left: 22px;
    line-height: 55px;
    color: black;
  }
}
@media only screen and (max-width: 1302px){
.features li {
  font-size: 18px;
}
}
@media only screen and (min-width: 1350px){
  #process .container {
    width: 1320px;
  }
}
@media only screen and (max-width: 1199px){
.processrow{
  margin-top: 255px;
}
.process h2.heading-frame {
  font-size: 18px;
}
.process h2 {
  font-size: 49px;
  margin-bottom: 0;
  padding-top: 9px;
}
.features li {
  font-size: 18px;
}
}
@media only screen and (max-width: 1115px){
  .features li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px){
.header-buynow{margin-top: 5px;}
.shonowbtn a {
  font-size: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  min-width: 0;
}
.features {
  padding: 0;
}
.features li {
  font-size: 100%;
}
.hero-message.text-rotator h1 {
  font-size: 50px;
}
.hero-message h1 span span {
  font-size: 75px;
}
#process .container {
  width: 100%;
  max-width: 970px;
}
#services h2.heading-frame, #portfolio h2.heading-frame{
  font-size: 18px;
}
}
@media only screen and (max-width: 833px){
.process h2.heading-frame {
  font-size: 16px;
}
.process h2 {
  font-size: 44px;
}
}
@media only screen and (max-width: 767px){
  /*Tim change*/
  body .playbtn {
    width: 52px;
    height: 52px;
    padding: 0;
  }
  .fa-play.playbtn::before {
    padding-left: 3px;
  }
  /*END Tim change*/
  .header-buynow {
    margin-top: 7px;
  }
  .inlineblock {
    padding-left: 6px;
  }
  .header-buynow a.btn {
    padding: 13px 5px;
    font-size: 10px;
  }
  .processrow img {
    height: auto;
  }
  .hero-button {
    font-size: 0;
    border-radius: 100%;
    /*Tim Change*/
    padding: 0;
    /*END Tim Change*/
    border-color: #89c540 !important;
  }
  .hero-button i {
    font-size: 20px;
    border-radius: 100%;
    color: #89c540;
  }
.hero-wrap > .container, #process > .container, #services > .container{
    height: auto!important;
}
.playicon {
  position: sticky;
  top: 100%;
  padding-bottom: 20px;
}
.playbtn {
  font-size: 20px;
  /*Tim change*/
  padding: 16px 17px 16px 21px;
  /*END Tim change*/
}
#services h2 {
  margin-top: 10px;
}
#service_video {
  height: auto !important;
  min-height: 300px;
}
.hero-wrap {
    padding-top: 60px;
}
.hero-wrap > .container {
  position: relative;
}
.hero-wrap .local-scroll, #process .local-scroll, #services .local-scroll {
  display: none;
}
.hero-message h1 {
  margin-top: 15%;
}
.hero-message .buttons-holder{
  padding-bottom: 20%;
}
#intro {
  display: none;
}
#process {
  background: none;
}
#process .container {
  width: 100%;
  padding: 0;
}
/*#process .processrow > div:last-child {
  background-image: url(../img/Money_Shot_1920x1080px.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 276px;
  background-position: center;
}*/
.processrow {
    margin-top: 15px;
}
#process .processrow > div:last-child h2 {
  padding-top: 0;
  color: black !important;
  margin-bottom: 10px;
}
.process h2.heading-frame {
  margin-bottom: 10px;
  display: block;
  margin-left: 15px;
  margin-right: 15px;
}
.processrow > div {
  text-align: center;
}
.process h2 {
  text-align: center;
}
#services h2 {
  font-size: 16px;
}
#portfolio h2 {
  font-size: 16px;
  margin-top: 0;
}
#services .row.heading {
  padding: 15px 0;
}
#portfolio {
  padding-top: 15px;
  padding-bottom: 0;
}
#portfolio .heading {
  padding-bottom: 15px;
}
#services h2.heading-frame, #portfolio h2.heading-frame {
  font-size: 16px;
  display: block;
}
#services h2.heading-frame {
  margin-top: 0;
}
.shonowbtn {
  margin: 15px auto;
}
.features {
  margin-bottom: 15px;
}
}
@media only screen and (max-width: 600px){
  .hero-message h1 span span {
    font-size: 55px;
}
.hero-message.text-rotator h1 {
  font-size: 35px;
}
}
@media only screen and (max-width: 528px){
#services h2.heading-frame, #portfolio h2.heading-frame {
  padding: 21px 10px;
}
}
@media only screen and (max-width: 480px){
  .hero-message.text-rotator h1 {
    font-size: 28px;
  }
  .hero-message h1 span span {
    font-size: 44px;
  }  
  .hero-subtitle {
    font-size: 16px;
  }
  .process h2 {
    font-size: 40px;
  }
  h2.main {
    padding-left: 0;
    padding-right: 0;
  }
  .logo-container {
    padding-right: 0;
  }
}
@media only screen and (max-width: 365px){
  .logo-wrap img {
    height: 42px;
  }
}
@media only screen and (max-width: 350px){
  .navbar .logo-wrap img {
    height: 38px;
  }
}