/* CUSTOM CLASSES */
.heading_title {
  /* background: red; */
  color: #e6302d;
  text-align: center;
  /* color: #fff; */
  font-size: 2.4em;
  font-weight: bold;
  font-family: Helvetica;
  padding: 10px;
}
.text-white {
  color: #ffff;
}
.font_16px {
  font-size: 16px;
}
.dashed_border_red {
  border: 3px dashed black;
  border-radius: 20px;
  padding: 10px;
}

.header_title_2 {
  -webkit-text-fill-color: transparent;
  color: #e6302d !important;
  -webkit-text-stroke-width: 3px;
  letter-spacing: 0.1em;
}
.w-100 {
  width: 100%;
}

/* FOOTER */
.footer-area {
  margin-top: 0px !important;
  background: #e6302d;
}
.footer-logo img {
  border-radius: 20px;
  background: white;
}
.footer-area .industry-info p {
  text-align: justify;
  font-size: 16px;
}
.footer-area .quick-links i {
  color: #fff;
  margin-right: 10px;
}

.footer-area .contact-address i {
  color: #fff;
  font-size: 25px;
}
.footer-area .content-holder p {
  color: white !important;
}
.footer-menu li a {
  padding: 7px;
  background: #e6302d;
  border: 1px solid white;
}

/* Index Page */
.our_services {
  padding: 20px 0 20px 0;
}
.our_services img {
  margin-bottom: 20px;
}

/* Home page services list */
.home_page.services-area .single-service-item {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  padding-bottom: 0px;
  margin-bottom: 15px;
  border-radius: 10px;
}
.home_page.services-area .single-service-item img {
  height: 300px;
}

.home_page.services-area .single-service-item .text-holder .text {
  padding-left: unset;
}

.home_page.services-area .single-service-item .text-holder {
  padding: 0;
  padding-top: 0;
}

.home_page.services-area .single-service-item .text-holder .text h3 {
  text-align: center;
  background: #e6302d;
  padding: 10px;
  color: white;
}
.home_page.services-area .single-service-item .text-holder .text p {
  text-align: justify;
  font-size: 17px;
  padding: 20px;
  padding-top: 5px;
}

.home_page.services-area {
  padding-top: 40px;
}
.home_page.services-area .single-service-item h3 .thm-btn {
  font-size: 23px;
}

/* Home Page Location List */
.home_page .single-latest-project {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  margin-bottom: 15px;
}

.home_page .single-latest-project .title-holder h4 {
  font-weight: bold;
}

.home_page .single-latest-project .title-holder {
  margin-top: 0px;
}

/* header menu items */
.main-menu .navigation li:not(:last-child) {
  border-right: 1px solid white;
}
@media only screen and (min-width: 425px) and (max-width: 767px) {
  .main-menu {
    margin-top: 6px !important;
  }
}
.top-info marquee {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.top-info .call_button a {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.9;
    color: black;
  }
}

#second-menu {
  /* background-image: linear-gradient(#ff9100, #ff9100); */
  background: #e6302d;
  width: 100%;
  /* background-image:url("assets/img/star.gif"); */
}
