footer.PageFooter1 {
    padding-top: 115px;
    padding-bottom: 40px;
	position: relative;
}
.container {
    margin-left: 14.28571%;
}
footer.PageFooter1 .col-md-6 {
    width: 50%;
    float: left;
    display: contents;
}
p.PageFooter-copyright {
    line-height: 28px;
}
img.OWLFooter {
    width: 17%;
}
#theend{
    font-size: 200px;
    line-height: 200px;
    width: 100%;
    text-align: right;
    display: block;
    letter-spacing: -0.07em;
}
ul.social {
    margin-top: 25px;
    margin-bottom: 25px;
}
ul.social li {
    display: inline-block;
    font-size: 50px;
    margin-right: 23px;
}
footer.PageFooter1 .col-md-12 {
    width: 100%;
    display: inline-block;
}
footer.PageFooter1 .col-md-4 {
    width: 32%;
    float: left;
    padding-right: 15px;
}
footer.PageFooter1 h3 {
    margin-bottom: 55px;
    font-size: 28px;
    line-height: 0px;
    margin-top: 35px;
}
footer.PageFooter1 .col-md-3 {
    width: 20%;
    float: left;
    padding-right: 15px;
}
ul.footerlinks li {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 0px;
}
ul.conatc li {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 0px;
    display: inline-block;
    margin-right: 56px;
}
p.address {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 27px;
}


/* 1. Ensure this sits above everything when visible */
.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  fill: currentcolor;
}
.modal {
    position: fixed;
    z-index: 111111111;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    margin: 0px auto;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
    margin: 0px auto;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: relative;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 25em;
    margin-left: 0;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
    margin: 30px auto;
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

.formbold-mb-5 {
    margin-bottom: 20px;
  }
  .formbold-pt-3 {
    padding-top: 12px;
  }
  .formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px;
  }

  .formbold-form-wrapper {
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
    background: white;
  }
  .formbold-form-label {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #07074d;
    margin-bottom: 12px;
  }
  .formbold-form-label-2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .formbold-form-input {
    width: 100%;
    padding: 8px 15px;
    border-radius: 6px;
    border: 1px solid #00215e;
    background: white;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    outline: none;
    resize: none;
  }
  .formbold-form-input:focus {
    border-color: #6a64f1;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }

  .formbold-btn {
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    padding: 8px 26px;
    border: none;
    font-weight: 600;
    background-color: #00215e;
    color: white;
    cursor: pointer;
  }
  .formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }

  .formbold--mx-3 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .formbold-px-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .flex {
    display: flex;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .w-full {
    width: 100%;
  }
  @media (min-width: 540px) {
    .sm\:w-half {
      width: 50%;
    }
  }
  
  @media (min-width: 1024px) and (max-width: 1365px)  {
	 .container {
    margin-left: 23.28571%;
}
ul.footerlinks li {
    margin-bottom: 19px;
    font-size: 16px;
    line-height: 24px;
} 
  }
  @media (min-width: 240px) and (max-width: 599px){
	 #theend {
    font-size: 142px;
    line-height: 130px;
} 
footer.PageFooter1 .col-md-4 {
    width: 100%;
    float: left;
    padding-right: 0;
}
footer.PageFooter1 .col-md-3 {
    width: 100%;
    float: left;
    padding-right: 0px;
    margin-bottom: 30px;
}
ul.footerlinks {
    width: 85%;
}
ul.footerlinks li {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 23px;
}
footer.PageFooter1 h3 {
    margin-bottom: 34px;
    font-size: 28px;
    line-height: 0px;
    margin-top: 35px;
}
ul.conatc li {
    display: inline-block;
    margin-right: 56px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 23px;
}
p.address {
    width: 85%;
}
.gmap {
    width: 85%;
}

    .PageFooter-copyright {
        font-size: 18px;
        text-align: center;
        width: 85%;
        margin-top: 16%;
    }
  }