/* Transition */
body.about section.testimonial .testimonialContent .carousel-content {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  display: flex;
}

body.about section.aboutBanner {
  height: calc(100% - 70px);
  min-height: 400px;
  position: relative;
  background: #F0F1F6 url("../../images/finalImages/About/Hero.jpg") no-repeat scroll 550px center;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

@media screen and (min-width: 1935px) {
  body.about section.aboutBanner {
    background-position: right center;
    background-size: auto 100%;
  }
}

@media screen and (max-width: 991px) {
  body.about section.aboutBanner {
    background-size: 1000px auto;
    background-position: bottom center;
    max-height: 900px;
  }
}

@media screen and (max-width: 600px) {
  body.about section.aboutBanner {
    background-size: 100% auto;
    background-position: center bottom;
    height: auto;
    max-height: 600px;
  }
}

body.about section.aboutBanner h1 {
  margin-top: 380px;
  padding-left: 78px;
  line-height: 50px;
  text-transform: uppercase;
  position: relative;
}

@media screen and (max-width: 991px) {
  body.about section.aboutBanner h1 {
    margin-top: 30px;
    padding-left: 15px;
    line-height: normal;
  }
  body.about section.aboutBanner h1 br {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  body.about section.aboutBanner h1 {
    text-align: center;
    width: 100%;
    padding: 0;
    margin-bottom: 95%;
  }
}

body.about section.mainDescription {
  height: auto;
  padding: 80px 0px 80px 30px;
  background: #fff url("../../images/chartTopper.png") no-repeat scroll 95% bottom;
  -webkit-background-size: initial;
  -moz-background-size: initial;
  -o-background-size: initial;
  background-size: initial;
}

@media screen and (max-width: 767.5px) {
  body.about section.mainDescription {
    background-position: 90% bottom;
    background-size: 310px;
    padding: 40px 0 310px;
  }
}

@media screen and (max-width: 600px) {
  body.about section.mainDescription {
    padding: 40px 0 280px;
  }
}

@media screen and (max-width: 400px) {
  body.about section.mainDescription {
    background-position: 90% bottom;
    background-size: 250px;
    padding: 40px 0 280px;
  }
}

body.about section.mainDescription .content {
  max-width: 1000px;
  margin: 0 auto;
}

body.about section.mainDescription .content h3 {
  color: #93C83E;
}

body.about section.mainDescription .content p {
  font-size: 24px;
  line-height: auto;
}

@media screen and (max-width: 767.5px) {
  body.about section.mainDescription .content p {
    font-size: 14px;
  }
}

body.about section.testimonial {
  background-color: #93C83E;
}

body.about section.testimonial .testimonialContent {
  overflow: hidden;
  height: 400px;
  position: relative;
}

@media (max-width: 991px) {
  body.about section.testimonial .testimonialContent {
    height: 300px;
  }
}

@media (max-width: 600px) {
  body.about section.testimonial .testimonialContent {
    min-height: 300px;
    height: auto;
  }
}

body.about section.testimonial .testimonialContent .carousel-content {
  height: 400px;
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  body.about section.testimonial .testimonialContent .carousel-content {
    height: 300px;
  }
}

@media (max-width: 600px) {
  body.about section.testimonial .testimonialContent .carousel-content {
    width: 90%;
    min-height: 300px;
    height: auto;
    padding: 20px 0;
  }
}

body.about section.testimonial .testimonialContent h3, body.about section.testimonial .testimonialContent p {
  color: #fff;
}

body.about section.testimonial .testimonialContent .carousel-control {
  background: transparent;
}

body.about section.ourTeam {
  padding: 80px 0 80px;
}

@media screen and (max-width: 767.5px) {
  body.about section.ourTeam {
    padding: 40px 0 40px;
  }
}

body.about section.ourTeam h3 {
  color: #93C83E;
  text-align: left;
}

@media screen and (max-width: 767.5px) {
  body.about section.ourTeam h3 {
    text-align: center;
  }
}

body.about section.ourTeam .profileWrapper {
  display: inline-block;
  width: 304px;
  margin: 5px;
}

body.about section.ourTeam center{
  max-width: 1900px;
  margin: 0 auto;
}

body.about section.ourTeam .profile {
  height: 275px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

body.about section.ourTeam .profile.rob {
  background: #fff url("../../images/finalImages/About/rob.jpg") no-repeat scroll center 18%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.about section.ourTeam .profile.greg {
  background: #fff url("../../images/finalImages/About/greg.jpg") no-repeat scroll center 30%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.about section.ourTeam .profile.craig {
  background: #fff url("../../images/finalImages/About/craig.jpg") no-repeat scroll center 30%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.about section.ourTeam .profile.grant {
  background: #fff url("../../images/finalImages/About/grant.jpg") no-repeat scroll center 30%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.about section.ourTeam .profile.johnC {
  background: #fff url("../../images/finalImages/About/johnC.jpg") no-repeat scroll center 30%;
  -webkit-background-size: 110% auto;
  -moz-background-size: 110% auto;
  -o-background-size: 110% auto;
  background-size: 110% auto;
}

body.about section.ourTeam .profile.cjohnson {
  background: #fff url("../../images/finalImages/About/johnson.jpg") no-repeat scroll center 45%;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

body.about section.ourTeam .profile.bezzant {
  background: #fff url("../../images/finalImages/About/bezzant.jpg") no-repeat scroll center 30%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.about section.ourTeam .profile.seamons {
  background: #fff url("../../images/finalImages/About/seamons.jpg") no-repeat scroll center 30%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.about section.ourTeam .profile.darcie {
  background: #fff url("../../images/finalImages/About/darcie.jpg") no-repeat scroll center 30%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.about section.ourTeam .profile.moni {
  background: #fff url("../../images/finalImages/About/moni.jpg") no-repeat scroll center 30%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.about section.ourTeam .profile.ben {
  background: #fff url("../../images/finalImages/About/ben.jpg") no-repeat scroll center 30%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.about section.ourTeam .profile.liz {
  background: #fff url("../../images/finalImages/About/liz.jpg") no-repeat scroll center 30%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.about section.ourTeam .profile.bobby {
  background: #fff url("../../images/finalImages/About/bobby.jpg") no-repeat scroll center 30%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.about section.ourTeam .profile .overlay {
  background-color: transparent;
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

body.about section.ourTeam .profile .overlay .info {
  display: none;
  position: absolute;
  left: 10px;
  bottom: 20px;
  font-size: 22px;
}

body.about section.ourTeam .profile .overlay .info span {
  color: #fff;
  line-height: 10px;
  text-align: left;
  display: block;
}

body.about section.ourTeam .profile .overlay .info span.title {
  font-family: "Conv_GOTHMLIG";
  font-size: 20px;
  margin-top: -18px;
}

body.about section.ourTeam .profile .overlay:hover {
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
}

body.about section.ourTeam .profile .overlay:hover .info {
  display: inline-block;
}

body.about section.contactUs {
  padding: 80px 0;
  background: #f7fbe8;
}

body.about section.contactUs .contactDeets {
  width: 260px;
  margin: 0 auto;
  padding-left: 20px;
}

body.about section.contactUs .contactDeets p {
  margin-bottom: 20px;
}

body.about section.contactUs .contactDeets ul.socialIcons li {
  display: inline-block;
  margin-right: 5px;
}

body.about section.contactUs .contactDeets ul.socialIcons li a {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
  color: white;
  background-color: #93C83E;
}

body.about section.contactUs .contactDeets ul.socialIcons li a i {
  line-height: inherit;
}

@media (max-width: 767.5px) {
  body.about section.contactUs .contactDeets ul.socialIcons li a {
    -webkit-background-size: 20px auto;
    -moz-background-size: 20px auto;
    -o-background-size: 20px auto;
    background-size: 20px auto;
    width: 20px;
    height: 20px;
  }
}

body.about section.contactUs form {
  width: 420px;
  margin: 0 auto;
}

body.about section.contactUs form input, body.about section.contactUs form textarea {
  padding-left: 7px;
  margin-bottom: 10px;
  width: 425px;
  height: 55px;
  border: none;
}

body.about section.contactUs form textarea {
  height: 170px;
  padding-top: 7px;
}

body.about section.contactUs form button {
  font-family: "Conv_GOTHMLIG";
}

@media screen and (max-width: 600px) {
  body.about section.contactUs form {
    width: 80%;
    max-width: 420px;
  }
  body.about section.contactUs form input, body.about section.contactUs form textarea {
    width: 100%;
  }
}

@media screen and (max-width: 767.5px) {
  body.about section.contactUs {
    padding: 40px 0;
  }
  body.about section.contactUs .contactDeets, body.about section.contactUs form {
    max-width: 420px;
    width: 100%;
    padding: 20px 0;
  }
}

body.about section.CTA {
  padding: 80px 0;
}

@media screen and (max-width: 767.5px) {
  body.about section.CTA {
    padding: 40px 0;
  }
}

body.about section.CTA .smContent img {
  margin-bottom: 40px;
}

body.about section.CTA .smContent h3 {
  margin-bottom: 35px;
  color: #F26722;
  text-transform: uppercase;
  margin-bottom: 15px;
}

body.about section.CTA .smContent p {
  margin: 0 auto 50px;
  max-width: 560px;
  font-size: 22px;
}

@media screen and (max-width: 767.5px) {
  body.about section.CTA .smContent p {
    font-size: 14px;
  }
}

body.about section.CTA .smContent .btn {
  margin: 0 5px;
}
