html,
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0 !important;
  font-family: "Work Sans", sans-serif !important;
}

.parenting .subinput {
  background: #e6e6e6;
  padding: 0px 10px 0px 10px;
  border: 0px;
  height: 50px;
  width: 300px;
}

.tpc {
  color: #c79c2d;
}

ol.breadcrumb li a {
  color: #c79c2d !important;
}

.bg-gold {
  background: #c79c2d !important;
}

.tg {
  color: #c79c2d !important;
}

#logo {
  width: 200px;
}

#sidebar-col > p > a,
.contactinfo div p a {
  text-decoration: none !important;
  color: inherit !important;
}

#logopic {
  width: 100px;
}

.section {
  padding: 50px 0px 50px 0px;
}
.floatFoot{
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.dots-bg {
  position: relative;
  height: 250px;
}
img#floatimg {
  position: absolute;
  bottom: 0;
  width: 12%;
}

.dots-bg::before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/goldicon.png);
  background-repeat: no-repeat;
  background-size: 140%;
  background-position: center;
  opacity: 0.1;
}

.header_logo_wrapper {
  width: 150px;
  padding: 5px 0px 5px 5px;
}

#headercara div.owl-stage-outer div.owl-stage div.item {
  height: 60vh;
  width: 100%;
}

.black-overlay {
  content: "";
  position: absolute;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#services li p {
  padding: 0;
  margin: 0;
}

.green-txt {
  font-size: 10vw;
  color: #fff;
  font-weight: 900;
}

.green-txt::after {
  content: "";
  position: relative;
  height: 10px;
  width: 20px;
}

.btn {
  background-image: linear-gradient(-45deg, white 65%, #c79c2d 35%);
  border: 0px !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
  transition: background 2s linear;
}

.btn:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
}

.hero-content {
  color: #fff;
  z-index: 999;
  margin: 0 auto;
}

.navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.4s ease;
}

.actvnavbar {
  background: #fff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.19);
  color: rgb(23, 46, 85) !important;
  z-index: 10000000000000000;
}

.header_icon,
.greyheader_icon {
  position: relative;
  margin-bottom: 40px;
}

.header_icon::after,
.greyheader_icon::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 20px;
  left: 0;
  bottom: -15px;
  background: #fff;
}

.header_icon::after,
.greyheader_icon::after {
  background: #fff;
}

.greyheader_icon::after {
  background: #eee;
}

.header_icon::before,
.greyheader_icon::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 20px;
  left: 30px;
  bottom: -15px;
}

.header_icon::before {
  background: #c79c2d;
}

.greyheader_icon::before {
  background: #c79c2d;
}

.bg-white {
  background-color: rgb(255, 255, 255);
}

.bg-lgt {
  background-color: rgb(248, 248, 248);
}

#hombreak {
  position: relative;
  width: 100%;
  padding: 50px 10px;
  background-image: url(../images/background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#hombreak::after {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

p i {
  display: inline-block;
  margin-right: 10px;
}

#hombreak > div:nth-child(2) {
  z-index: 99;
  position: relative;
}

.footer {
  background: url("../images/constr_Footer.jpg");
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  color: #fff;
}
.footer #footerlogopic {
  width: 65%;
}
.footer #footabout {
  font-size: 8px;
}
.footer .sitemap a {
  text-decoration: none;
  color: white;
}

.c2acrain {
  display: none;
}

.heading {
  position: relative;
  background: grey;
  height: 300px;
  overflow: hidden;
}

#services-bg {
  background: url(../images/p1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#supplies-bg {
  background: url(../images/p2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#about-bg {
  background: url(../images/p3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

#contact-bg {
  background: url(../images/p4.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.h_wrapper {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  z-index: 2;
}

.head_title {
  line-height: 200px;
  text-align: center;
  color: white;
  font-weight: 900;
}

div.card-custom {
  width: 18rem;
  display: inline-block;
  margin: 0 auto;
}

.services {
  padding: 0;
  background-color: red;
}
.services li {
  height: 50px;
  line-height: 50px;
  background: #fff;
  list-style-type: none;
  padding-left: 10px;
}
.services li:hover {
  cursor: pointer;
}

#navbarNav {
  color: #fff !important;
}

.imgservicewrap {
  position: relative;
  color: #fff;
  height: 400px;
  width: 100%;
  overflow: hidden;
}

.imgservicewrap div.wrapp {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  z-index: 9999;
  text-align: center;
}

.hide {
  opacity: 0;
  transition: 0.9s linear;
}

.imgservicewrap::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  z-index: 99;
}

#display_img {
  height: 100%;
  width: auto !important;
  position: absolute;
}

.see {
  opacity: 1;
}

.supplies-card {
  width: 15rem;
  height: 15rem;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

.supplies-card::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  z-index: 99;
}

.com-card {
  width: 5rem;
  height: 5rem;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

.com-card::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  z-index: 99;
}

.supplies-card::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  z-index: 99;
  transition: 0.3s linear;
}

.supplies-card:hover::before {
  background: rgb(0, 0, 0);
  height: 100%;
  transition: 0.3s linear;
}

.supplies-card h4 {
  z-index: 999;
}

.supplies-card:hover h4 {
  color: #c79c2d;
  transition: 0.2s linear;
}

#front_form {
  width: 300px;
  margin: 0 auto;
}

.card-ref {
  text-decoration: none;
  color: inherit;
}

.card-ref:hover {
  color: #c79c2d !important;
}

.conbtn input {
  color: #000;
}

#sidepicwrapper {
  display: none;
}

#wpadminbar {
  display: none;
}

.beinline {
  display: inline;
}
.beinline p {
  display: inline;
}/*# sourceMappingURL=style.css.map */