/* @import "animate.css"; */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,800);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #ffffff;
  color: #555555;
  font: 400 14px/22px 'Open Sans', sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  color: #27344c;
}

h1 {
  font-size: 22px;
  line-height: 44px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h2 {
  font-size: 46px;
  letter-spacing: 4px;
  line-height: 50px;
  margin-bottom: 30px;
  padding-top: 30px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1199px) and (min-width: 768px) {
  h2 {
    padding-top: 50px;
    font-size: 40px;
    line-height: 40px;
  }

  .bounceInLeft {
    height: 280px !important;
  }
}

@media (max-width: 767px) {
  h2 {
    padding-top: 50px;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2px;
  }
}

h3 {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 1.8px;
  color: #2abdf0;
  text-align: center;
}

h4 {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 1px;
}

h4 a:hover {
  color: #2abdf0;
}

p a:hover,
.addr a:hover,
section a:hover,
section a[href^="tel:"]:hover {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

section a,
section a[href^="tel:"] {
  text-decoration: underline;
}

a:focus {
  outline: none;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}

.page {
  overflow: hidden;
  min-height: 500px;
  position: relative;
}

.lt-ie9 .page {
  min-width: 1200px;
}

/*=======================================================
                       Main Layout
=========================================================*/
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}

.brand_name {
  overflow: hidden;
}

.brand_name img {
  max-width: inherit;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-size: 20px;
  line-height: 49px;
  height: 49px;
  padding: 0 30px;
  font-weight: 800;
  letter-spacing: 1px;
  background: #2abdf0;
  color: #fff;
  border: 0;
  outline: 0;
}

.btn:hover {
  background: #27344c;
}

.link01 {
  display: inline-block;
  font-size: 16px;
  line-height: 23px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #2abdf0;
}

.link01:hover {
  color: #27344c;
}

p+.link01 {
  margin-top: 15px;
}

/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}

.box:after {
  clear: both;
}

.box_aside {
  float: left;
}

.box_cnt__no-flow {
  overflow: hidden;
}

.box01 {
  margin-bottom: 40px;
}

.box01:before,
.box01:after {
  content: " ";
  display: table;
}

.box01:after {
  clear: both;
}

.box01_aside {
  float: left;
  margin-right: 25px;
}

@media (max-width: 979px) {
  .box01_aside {
    float: none;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .box01_aside {
    text-align: center;
  }
}

.box01_cnt__no-flow {
  overflow: hidden;
}

.box02 {
  text-align: center;
  margin-bottom: 40px;
}

.box02 h4 {
  margin-bottom: 5px;
}

.box02_bottom {
  margin-top: 3px;
  background: #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.box02_img {
  position: relative;
}

.box02 img {
  width: 100%;
}

.box02 .img-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #27344c;
  opacity: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lt-ie9 .box02 .img-cover {
  filter: alpha(opacity=0);
}

.box02 a {
  display: block;
  margin-top: 7px;
}

.box02 a:hover .box02_bottom {
  background: #2abdf0;
}

.box02 a:hover .date {
  color: #fff;
}

.box02 a:hover .img-cover {
  opacity: 0.5;
}

.lt-ie9 .box02 a:hover .img-cover {
  filter: alpha(opacity=50);
}

.box03 {
  margin-bottom: 40px;
}

.box03:before,
.box03:after {
  content: " ";
  display: table;
}

.box03:after {
  clear: both;
}

@media (max-width: 767px) {
  .box03 {
    text-align: center;
  }
}

.box03_aside {
  float: left;
  margin-right: 30px;
}

.box03_aside img {
  margin-top: 5px;
}

@media (max-width: 1199px) {
  .box03_aside {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.box03_cnt__no-flow {
  overflow: hidden;
}

.box04 {
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}

.box04:before {
  content: '\f0a9';
  position: absolute;
  left: 0;
  top: 0;
  color: #27344c;
  font-family: 'FontAwesome';
  font-size: 24px;
  line-height: 24px;
}

.box04 h4 {
  margin-bottom: 5px;
}

.box05 {
  margin-bottom: 35px;
  padding-left: 50px;
  position: relative;
}

.box05 .num02 {
  position: absolute;
  left: 0;
  top: 0;
  color: #27344c;
  font-size: 38px;
  line-height: 32px;
  font-weight: 800;
  letter-spacing: 2px;
}

/*========================   Menu   ==========================*/
.sf-menu {
  font-size: 14px;
  display: inline-block;
}

.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}

.sf-menu:after {
  clear: both;
}

.sf-menu>li {
  position: relative;
  float: left;
}

.sf-menu>li+li {
  margin-left: 10px;
}

.sf-menu a {
  display: block;
}

.sf-menu>li>a {
  color: #222222;
  font-weight: 600;
  padding: 0 15px;
  line-height: 32px;
}

@media (max-width: 1199px) and (min-width: 980px) {
  .sf-menu>li>a {
    padding: 0 15px;
  }
}

.sf-menu>li.sfHover>a,
.sf-menu>li>a:hover {
  color: #fff;
  background: #27344c;
}

.sf-menu>li.active>a {
  color: #fff;
  background: #27344c;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 100px;
  margin-top: 40px;
  padding: 20px 10px 5px;
  background: #27344c;
  z-index: 2;
  text-align: center;
  line-height: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul>li {
  position: relative;
  margin-bottom: 15px;
}

.sf-menu ul>li>a {
  color: #FFF;
}

.sf-menu ul>li.sfHover>a,
.sf-menu ul>li>a:hover {
  color: #2abdf0;
}

.sf-menu ul ul {
  position: absolute;
  top: -10px;
  left: 100%;
  min-width: 100px;
  margin-top: 0;
  padding: 15px 10px 5px;
  z-index: 4;
}

.sf-menu ul ul>li>a {
  color: #FFF;
}

.sf-menu ul ul>li.sfHover>a,
.sf-menu ul ul>li>a:hover {
  color: #2abdf0;
}

.sf-menu>li>.sf-with-ul {
  position: relative;
}

.sf-menu>li>.sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -6px;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
}

@media (max-width: 767px) {
  header .brand {
    margin-bottom: 10px;
  }

  .sf-menu {
    display: block;
  }

  .sf-menu>li {
    float: none;
    margin-bottom: 1px;
  }

  .sf-menu>li>a {
    padding: 4px 0px;
    background: #bbb;
  }

  .sf-menu>li+li {
    margin-left: 0px;
  }
}

/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  border: 2px solid #27344c;
  background: #ffffff url('../images/select.png') no-repeat right center;
  overflow: hidden;
}

.select-menu .select {
  width: 440px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px 'Open Sans', sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}

.select-menu .select::-ms-expand {
  display: none;
}

@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}

@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }

  .select-menu .select {
    width: 290px;
  }
}

/*==================  Stuck menu  ======================*/
.stuck_container {
  padding: 15px 0;
}

.isStuck {
  background: #ffffff;
  z-index: 999;
  border-bottom: 1px solid #eaeaea;
  padding-top: 5px;
  padding-bottom: 5px;
}

.isStuck .sf-menu ul {
  margin-top: 15px;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}

/*==================     ToTop     ======================*/
.toTop {
  width: 44px;
  height: 44px;
  /* background: url('../images/totop-icon.png') no-repeat 0 0; */
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  z-index: 20;
  -moz-transition: 0;
  -o-transition: 0;
  -webkit-transition: 0;
  transition: 0;
}

.toTop:hover {
  background-position: 0 -46px;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 50px;
}

.parallax_image,
.parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}

.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.parallax_pattern {
  background-repeat: repeat;
}

.parallax_cnt {
  position: relative;
}

.parallax h2 {
  color: #fff;
  padding-top: 55px;
  margin-bottom: 25px;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #ffffff;
}

header .brand {
  float: left;
}

header .nav {
  float: right;
  margin-top: 6px;
}

@media (max-width: 979px) {
  header {
    text-align: center;
  }

  header .brand,
  header .nav {
    float: none;
  }

  header .brand {
    margin-bottom: 20px;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #f4f4f4;
}

.date {
  font-size: 34px;
  line-height: 70px;
  font-weight: 800;
  letter-spacing: 3px;
  color: #27344c;
}

@media (max-width: 1199px) {
  .date {
    font-size: 26px;
    line-height: 60px;
    letter-spacing: 1px;
  }
}

.num {
  display: inline-block;
  font-size: 34px;
  line-height: 70px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #27344c;
  padding: 0 14px;
  background: #fff;
  margin-bottom: 20px;
}

.list-iconed {
  text-align: center;
  margin-top: 80px;
}

@media (max-width: 1199px) {
  .list-iconed {
    margin-top: 0;
  }
}

.list-iconed li {
  display: inline-block;
}

.list-iconed li+li {
  margin-left: 30px;
}

.item-iconed {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 190px;
  height: 175px;
  background: rgba(255, 255, 255, 0.4);
}

@media (max-width: 1199px) {
  .item-iconed {
    width: 120px;
    height: 110px;
  }
}

.item-iconed .icon {
  left: 5%;
  margin-left: 0px;
  margin-top: 0px;
  position: absolute;
  top: 6%;
}

.item-iconed a {
  display: block;
  height: 100%;
}

.item-iconed a:hover {
  background: #2abdf0;
}

.item-iconed .fa {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  display: block;
  width: 100%;
  font-size: 38px;
  text-align: center;
  color: #fff;
}

.item-iconed span {
  font-size: 14px;
  text-align: center;
  color: #fff;
  position: relative;
  top: 130px;
}

.lh {
  line-height: 28px;
}

img+h4 {
  margin-top: 20px;
}

.mb01 {
  margin-bottom: 85px;
}

.mt01 {
  margin-top: 7px;
}

.primary {
  color: #2abdf0;
}

.color1 {
  color: #fff;
}

.list01 li {
  position: relative;
  margin-left: 18px;
  margin-bottom: 6px;
}

.list01 li:before {
  content: '\f0a9';
  position: absolute;
  top: 0;
  left: -18px;
  font-family: 'FontAwesome';
  font-size: 14px;
  line-height: px;
  color: #27344c;
}

.addr {
  font-size: 16px;
  line-height: 27px;
  font-weight: 600;
  color: #27344c;
  letter-spacing: 1px;
  margin-top: 30px;
}

.addr dl {
  display: table;
}

.addr dt,
.addr dd {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .list-iconed {
    /*display: none;*/
  }

  .item-iconed .icon {
    position: relative;
    top: 0;
    left: 0;
  }
}

@media (max-width: 979px) and (min-width: 768px) {

  .addr dt,
  .addr dd {
    display: block;
    text-align: center;
  }
}

.addr dd {
  padding-left: 30px;
}

@media (max-width: 979px) and (min-width: 768px) {
  .addr dd {
    margin-top: 30px;
    padding: 0;
  }
}

.addr .fa {
  color: #2abdf0;
  line-height: 70px;
}

.addr .fa-envelope {
  font-size: 66px;
}

.addr .fa-mobile {
  font-size: 86px;
}

.addr .fa-map-marker {
  font-size: 79px;
}

.terms h4 {
  margin-bottom: 20px;
}

.terms p {
  margin-bottom: 30px;
}

/*==================      Well     ======================*/
.well01 {
  padding-bottom: 45px;
}

.well02 {
  padding-bottom: 65px;
}

.well03 {
  padding-top: 25px;
  padding-bottom: 85px;
}

.well04 {
  padding-bottom: 25px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #ffffff;
  text-align: center;
  color: #fff;
  padding: 25px 0;
}

footer .menu {
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  float: right;
}

footer .menu a:hover,
footer .menu a.act {
  color: #ff0000;
  text-decoration: none;
}

footer .copy {
  font-size: 14px;
  line-height: 20px;
  float: left;
}

footer .copy a {
  white-space: nowrap;
}

footer .copy a:hover {
  color: #ff0000;
}

footer.bg01 {
  background: url('../images/bg01.jpg') no-repeat bottom center;
  padding-top: 20px;
  padding-bottom: 20px;
}

footer.parallax {
  padding: 20px 0;
  background: #27344C;
}

/*========================================================
                     CUSTOM  Styles
=========================================================*/
.maxheight1 {
  overflow: hidden;
  padding-bottom: 20px;
}

.contact_bg {
  /* background: url('../images/contact_bg.jpg') no-repeat center; */
  background-size: cover;
}

iframe {
  width: 485px;
  height: 315px;
  border: none;
  overflow: hidden;
}

.mail-icon {
  /* background: url('../images/contact-icons.png') no-repeat; */
  padding: 15px 0 15px 75px;
  display: block;
}

.mobile-icon {
  /* background: url('../images/contact-icons.png') no-repeat; */
  background-position: 0 -57px;
  padding: 16px 0 20px 75px;
  display: block;
}

.adr-icon {
  /* background: url('../images/contact-icons.png') no-repeat; */
  background-position: 0 -122px;
  padding: 15px 0 8px 55px;
  display: block;
}

.testimonials h3 {
  margin: 10px 0 5px;
  text-align: right;
}

.testimonials h4 {
  text-align: right;
}

.box03_aside img {
  background: #27344c;
}

h2.sub-title {
  font-size: 28px;
  letter-spacing: 4px;
  line-height: 40px;
}

#help_business,
#drug_testing,
#hearing_testing {
  padding-top: 30px;
}

/**** Responsive styles ***/
@media (min-width: 980px) and (max-width: 1024px) {
  iframe {
    width: 460px;
  }

  li.item-iconed img {
    max-width: 90%;
  }

}

@media (min-width: 768px) and (max-width: 979px) {
  iframe {
    width: 364px;
  }

  li.item-iconed img {
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  .sf-menu>li>a {
    line-height: 24px;
  }

  .page {
    padding: 0 10px;
  }

  section {
    padding: 0 10px;
  }

  .mobile-icon {
    padding: 16px 0 20px 75px;
  }

  .adr-icon {
    padding: 23px 0 23px 75px;
  }

  .lft_img,
  rgt_img {
    text-align: center;
  }

  footer.parallax {
    padding: 20px 10px;
  }

  footer .menu,
  footer .copy {
    float: none;
    text-align: center;
  }

  iframe {
    max-width: 727px;
    width: 100%;
  }

}

/**************************************/
.registration-form {
  float: left;
  width: 100%;
}

.registration-form small {
  font-size: 12px;
  font-style: italic;
}

.registration-form input {
  width: 100%;
  padding: 5px;
  border: none;
  background: #fff;
  margin-bottom: 10px;
}

.registration-form input[type="file"] {
  background: transparent;
}

.registration-form table,
.registration-form tr,
.registration-form td {
  padding: 10px;
  border: 1px solid #e1e1e1;
  border-collapse: collapse;
}

.registration-form table {
  margin-bottom: 25px;
}

.registration-form td input {
  margin: 3px;
  width: auto;
  vertical-align: middle;
}

.tnc {
  float: left;
  width: 100%;
}

.tnc input,
.tnc small {
  float: left;
  margin-right: 10px;
  display: inline-block;
  width: auto;
}

.aftervalid {
  float: left;
  width: 100%;
}

.aftervalid .grid6 {
  width: 48%;
  margin: 1%;
  float: left;
}

.aftervalid .grid6 iframe {
  width: 100%;
  height: 350px;
}

.dates {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.today {
  font-weight: bold;
  padding: 15px;
  border-radius: 10px;
  background: green;
  color: #fff;
  font-size: 18px;
  width: auto;
  float: left;
}

.expiry {
  font-weight: bold;
  padding: 15px;
  border-radius: 10px;
  background: red;
  color: #fff;
  font-size: 18px;
  width: auto;
  float: right;
}


/****************************/

.customerdetails table {
  width: 100%;
  margin: 0 auto;
}

.customerdetails table,
.customerdetails tr,
.customerdetails td,
.customerdetails th {
  padding: 5px;
  border: 1px solid #333;
  border-collapse: collapse;
}

.customerdetails th {
  font-weight: bold;
  background: #27344C;
  color: #fff;
}

.modal {
  display: none;
}

.modal {
  position: absolute;
  bottom: 70px;
  left: 15%;
  background: #fff;
  height: 325px;
  width: 345px;
  border-radius: 15px 15px 0 0;
}

#fpass.modal {
  height: 400px;
}

.modal-header h2,
.modal-header span,
.modal-header h3 {
  display: inline;
}

.modal-header {
  padding: 10px;
  position: relative;
}

#myBtn1 {
  cursor: pointer;
}

.modal-header .close {
  font-weight: bold;
  position: absolute;
  cursor: pointer;
  text-align: center;
  font-size: 28px;
  border: 2px solid;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 1;
  left: 300px;
}

.modal-body .contact-form {
  padding: 11px;
}

.modal-content {
  width: 100%;
}

.modal-body input[type="text"],
.modal-body input[type="password"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 400 16px 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 24px;
  padding: 12.5px 0 12.5px;
  color: #000000;
  background-color: transparent;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  height: 49px;
  margin: 0 0 20px 0;
}

.for-pass .grid_6 {
  margin: 0 auto;
  display: block;
  float: none;
}

.for-pass .box03_aside {
  width: 100%;
}

#myModal .pop-btn {
  text-decoration: underline;
  cursor: pointer;
  background: transparent;
  border: none;
  color: #2abdf0;
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  margin-top: 30px;
}

#lblStatus {
  color: red;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.contact-form .btn {
  cursor: pointer;
}

@media (max-width: 767px) {
  .modal {
    bottom: 100px;
  }

  .bounceInLeft {
    height: 300px !important;
  }

  .bounceInLeft {
    height: 250px !important;
  }
}

@media (max-width: 639px) {

  .list-iconed li,
  .list-iconed li+li {
    display: block;
    margin: 15px auto;
  }
}

@media (max-width: 479px) {
  .modal {
    bottom: 120px;
    left: 12px;
    width: 297px;
  }

  .modal-header .close {
    left: 260px;
  }
}

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}