/* GREEN #63cb3a*/
@font-face {
  font-family: 'diamonds';
  src: url(fonts/DiamondsBlack.otf); }
/*
 @font-face {
     font-family: 'BebasBook';
     src: url(fonts/BebasNeueBook.otf);
 }
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  border: none;
  font-family: diamonds;
  color: #2d2d2d;
  font-weight: normal;
  z-index: 1;
  transition: 100ms ease all;
  box-sizing: border-box; }

body {
  background-color: #f4f4f4;
  height: 100vh; }
  body .contact-sect .contact-cont {
    display: block;
    width: 1200px;
    max-width: 100%;
    margin: 0px auto; }
    @media only screen and (min-width: 768px) {
      body .contact-sect .contact-cont {
        display: flex; } }
    body .contact-sect .contact-cont h4 {
      color: #2d2d2d;
      font-family: open sans;
      font-weight: bold;
      font-size: 20px;
      padding: 20px 0 20px 0; }
    body .contact-sect .contact-cont .deets-sect {
      flex: 1;
      padding: 20px;
      max-width: 100%; }
      @media only screen and (min-width: 768px) {
        body .contact-sect .contact-cont .deets-sect {
          max-width: 35%; } }
      body .contact-sect .contact-cont .deets-sect ul li {
        font-family: open sans;
        color: #2d2d2d;
        margin: 2px 0;
        display: block; }
        body .contact-sect .contact-cont .deets-sect ul li p {
          color: #2d2d2d; }
          body .contact-sect .contact-cont .deets-sect ul li p a:hover {
            text-decoration: underline; }
      body .contact-sect .contact-cont .deets-sect iframe {
        margin-top: 30px;
        max-width: 100%; }
    body .contact-sect .contact-cont .form-sect {
      padding: 20px;
      flex: 1;
      max-width: 100%; }
      @media only screen and (min-width: 768px) {
        body .contact-sect .contact-cont .form-sect {
          max-width: 35%; } }
      body .contact-sect .contact-cont .form-sect form.send-message {
        width: 400px;
        max-width: 100%; }
        body .contact-sect .contact-cont .form-sect form.send-message p {
          margin-bottom: 15px; }
          body .contact-sect .contact-cont .form-sect form.send-message p label {
            font-family: open sans;
            display: block;
            font-size: 14px;
            color: #2d2d2d;
            margin-bottom: 5px; }
          body .contact-sect .contact-cont .form-sect form.send-message p span {
            font-size: 12px;
            margin-right: 10px;
            color: #2d2d2d;
            font-weight: 400; }
            body .contact-sect .contact-cont .form-sect form.send-message p span label {
              display: inline-flex;
              margin-top: 10px; }
        body .contact-sect .contact-cont .form-sect form.send-message input[type="radio"] {
          margin-right: 5px; }
        body .contact-sect .contact-cont .form-sect form.send-message input[type="text"],
        body .contact-sect .contact-cont .form-sect form.send-message input[type="number"],
        body .contact-sect .contact-cont .form-sect form.send-message input[type="email"],
        body .contact-sect .contact-cont .form-sect form.send-message textarea {
          display: block;
          padding: 5px 10px;
          font-size: 14px;
          width: 100%;
          border: 1px solid #272727;
          margin: 2px 0 3px 0; }
        body .contact-sect .contact-cont .form-sect form.send-message textarea {
          max-width: 100%; }
        body .contact-sect .contact-cont .form-sect form.send-message input[type="submit"] {
          border-radius: 0;
          padding: 12px 20px 14px 20px;
          border: 2px solid white;
          text-transform: uppercase;
          font-weight: bold;
          cursor: pointer;
          margin-bottom: 0;
          font-size: 16px;
          letter-spacing: 0.1em;
          width: 100%;
          background-color: #2d2d2d;
          font-family: open sans;
          color: white;
          border: 2px solid #2d2d2d;
          font-weight: bold; }
          body .contact-sect .contact-cont .form-sect form.send-message input[type="submit"]:hover {
            background-color: #2d2d2d;
            color: white; }

#home {
  /*     background-image: url("pics/bg.jpg");*/ }

.pointer {
  cursor: pointer; }

li {
  list-style-type: none;
  display: inline-block; }

p {
  font-weight: 100;
  font-family: open sans; }

a,
a * {
  text-decoration: none;
  cursor: pointer;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit; 
  color: #63cb3a;    }

.mob {
  display: block; }
  @media only screen and (min-width: 768px) {
    .mob {
      display: none !important; } }

.desk {
  display: none; }
  @media only screen and (min-width: 768px) {
    .desk {
      display: block; } }

span {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit; }

.active-link > a {
  text-decoration: underline; }

.center {
  margin: 0px auto; }

.block {
  display: block; }

.hide {
  display: none; }

.inline-block {
  display: inline-block; }

.fullWidth {
  width: 100%; }

.TAcenter {
  text-align: center; }

.TAleft {
  text-align: left; }

.bold {
  font-weight: bold; }

.underline {
  text-decoration: underline; }

.green {
  color: #63cb3a; }

/*HOME PAGE*/
#home-top {
  height: 100vh;
  width: 100%;
  background-image: url(pics/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  #home-top header.header-sect {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 2; }
    #home-top header.header-sect .header-cont {
      margin: 0px auto;
      display: flex;
      justify-content: center; }
      #home-top header.header-sect .header-cont #home-nav-ul {
        margin: 0px auto; }

.nav-scroll {
  background-color: #ffffff; }
  .nav-scroll ul li h2 {
    color: #000000; }

header.header-sect {
  padding: 0 10px;
  box-shadow: 0 0px 8px 2px rgba(0, 0, 0, 0.1);
  min-height: 80px; }
  header.header-sect .header-cont {
    min-height: 80px;
    align-items: center;
    height: 100%;
    display: flex;
    margin: 0px auto;
    width: 1200px;
    max-width: 100%;
    justify-content: space-between; }
    header.header-sect .header-cont ul {
      display: flex;
      align-items: center; }
      header.header-sect .header-cont ul li {
        margin: 0 20px;
        cursor: pointer; }
        header.header-sect .header-cont ul li h2 {
          font-size: 20px;
          color: white; }
          header.header-sect .header-cont ul li h2:hover {
            opacity: 0.5; }
    header.header-sect .header-cont #menu-btn {
      display: none; }
      ul.sub-menu {
    position: absolute;
    top: 52px;
}
ul.sub-menu li {
    display: none;
}
ul#home-nav-ul li:hover ul.sub-menu li, ul#nav-ul li:hover ul.sub-menu li, ul#nav-ul-cont li:hover ul.sub-menu li {
    display: block;
}
header.header-sect .header-cont ul.sub-menu {
    display: block;
}
.mobile-menu-two {
    display: none;
}
.deets-sect ul li svg {
    padding-top: 4px;
}
#front-cont {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 300px;
  text-align: center;
  height: 400px; }
  #front-cont #logo-cont {
    background-image: url(pics/logo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 300px; }
  #front-cont #quote {
    cursor: pointer;
    padding: 10px 15px;
    background-color: #63cb3a;
    border-radius: 5px;
    font-size: 15px;
    margin: 10px auto 0px auto; }
    #front-cont #quote:hover {
      color: white; }
  #front-cont .phone {
    background-color: transparent;
    display: block;
    color: white;
    text-align: center;
    margin: 20px auto 0;
    font-size: 16px;
    cursor: pointer;
    outline: none; }

/*CONTACT MODAL*/
.modal {
  display: none;
  position: fixed;
  z-index: 2;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); }
  .modal .modal-content {
    background-color: #fefefe;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 13%;
    margin: auto;
    width: 70vw;
    height: 400px;
    padding: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 10px; }
    .modal .modal-content .close {
      color: #aaaaaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
      cursor: pointer; }
      .modal .modal-content .close:hover {
        color: #000; }
    .modal .modal-content .modal-header {
      margin: 30px auto;
      font-size: 30px; }
    .modal .modal-content .form {
      display: inline-block;
      max-width: 100%; }
      .modal .modal-content .form table,
      .modal .modal-content .form tbody {
        max-width: 100%; }
      .modal .modal-content .form table tbody tr th {
        max-width: 100%;
        text-align: left; }
      .modal .modal-content .form input,
      .modal .modal-content .form textarea {
        border: 1px solid #000000;
        text-align: left;
        padding: 5px 10px;
        width: 250px;
        font-size: 18px;
        margin-left: 20px; }
        .modal .modal-content .form input:focus,
        .modal .modal-content .form textarea:focus {
          box-shadow: 0 0 5px #63cbee;
          padding: 3px 0px 3px 3px;
          margin: 5px 1px 3px 0px;
          border: 1px solid #51cbee; }
    .modal .modal-content .submit-btn {
      border: 1px solid #000000;
      text-align: left;
      padding: 5px 10px;
      width: 250px;
      font-size: 18px;
      margin-left: 20px;
      background-color: #63cb3a;
      padding: 10px 10px;
      border: none;
      width: 272px;
      text-align: center;
      color: white;
      border: 2px solid #63cb3a; }
      .modal .modal-content .submit-btn:hover {
        border: 2px solid #63cb3a;
        color: #63cb3a;
        background-color: white; }

/*NON INDEX PAGES*/
.non-index header.header-sect {
  background-color: white; }
  .non-index header.header-sect img {
    margin: 10px;
    height: 50px;
    cursor: pointer; }
  .non-index header.header-sect ul li h2 {
    color: #63cb3a; }

/*NAV MODAL*/
#nav-modal {
  display: none;
  margin: 0px;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 2;
  background-color: #ffffff;
  color: #51b960;
  margin: auto;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 200;
  justify-content: center;
  align-items: center; }
  #nav-modal ul li {
    display: block;
    font-size: 25px;
    margin: 20px 10px;
    cursor: pointer; }
    #nav-modal ul li:last-child {
      margin-bottom: 0px; }
  #nav-modal .nav-close {
    float: none;
    height: 70px; }

/*SERVICES*/
#serv-cont {
  padding: 50px 10px;
  width: 1200px;
  max-width: 100%;
  margin: 0px auto; }
  #serv-cont article {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    width: 250px;
    background-color: white;
    display: inline-block;
    margin: 10px;
    vertical-align: top;
    padding: 20px 20px 0 20px;
    border-radius: 10px;
    margin-bottom: 20px; }
    #serv-cont article .img-sect {
      width: 100%; }
      #serv-cont article .img-sect .img-cont {
        background-position: center;
        background-size: cover;
        position: relative;
        height: 150px; }
        #serv-cont article .img-sect .img-cont h3 {
          width: 100%;
          font-size: 17px;
          padding: 10px 10px 10px 10px;
          background-color: rgba(0, 0, 0, 0.5);
          position: absolute;
          bottom: 0px;
          color: white; }
    #serv-cont article .serv-desc {
      width: 100%;
      font-size: 12px;
      padding: 20px 10px 20px 10px; }

#mad {
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: gainsboro; }

@media (max-width: 700px) {
  header.header-sect .header-cont #home-nav-ul {
    text-align: center;
    padding: 30px 0px; }
    header.header-sect .header-cont #home-nav-ul li {
      /*        width: 25%;*/
      text-align: center; }
      header.header-sect .header-cont #home-nav-ul li:last-child {
        margin-right: 0px; }
  header.header-sect .header-cont #menu-btn {
    display: block;
    float: right;
    margin-right: 20px; }
    
ul.sub-menu {
    position: unset;
}
.mobile-menu-two {
    display: block;
}
.home .header-sect {
    display: none;
}
.mobile-menu-two .header-cont {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}
header.header-sect1.mobile-menu-two img {
    margin: 10px;
    height: 50px;
    cursor: pointer;
}
  #front-cont {
    top: 10vh; }

  #serv-cont {
    width: 100%;
    text-align: center; }
    #serv-cont article {
      width: 70%;
      margin: 0px auto;
      margin-bottom: 20px; }

  .modal-content .form input,
  .modal-content .form textarea {
    width: 150px; }
  .modal-content .submit-btn {
    width: 172px; }

  #nav-modal {
    display: none; }

  #home-top {
    background-image: url(pics/bg-mob.png); }
    
}
