@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
html {
  position: relative;
  min-height: 100%;
}
html, body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #222222;
}
body a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 {
  color: #e32726;
  font-size: 48px;
  padding-bottom: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
h2 {
  font-size: 36px;
  color: #e32726;
  font-weight: bold;
  padding-bottom: 30px;
}
h3 {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 0px;
}
h4 {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  padding-bottom: 15px;
}
ul, ol {
  padding-left: 20px;
  margin-bottom: 0px;
}
.light-grey {
  background-color: #f3f3f3;
}
.red {
  background-color: #e32726;
}
.red h1, .red h2, .red h3, .cta-fireworks h3, .cta-fireworks h2, .cta-fireworks h1, .cta-blastmitigation h1, .cta-blastmitigation h2, .cta-blastmitigation h3, .cta-uxo h1, .cta-uxo h2, .cta-uxo h3, .cta-eod h1, .cta-eod h2, .cta-eod h3, .cta-services h1, .cta-services h2, .cta-services h3, .cta-home h2 {
  color: #ffffff;
}
.black {
  background-color: #000;
}
.dark-grey {
  background-color: #222222;
}
.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.form-row div.col-12 {
  padding-bottom: 30px;
}
input[type=text], input[type=email], textarea.form-control {
  background-color: #f3f5fa;
  border: 0;
  padding: 30px 20px;
  width: 100%;
  border-radius: 0px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
textarea.form-control {
  min-height: 185px;
}
[type=submit] {
  background: #e32726;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  padding: 15px 30px;
  border: 0px;
  margin: 0px 5px;
}
.topbar {
  background-color: #222222;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  min-height: 50px;
  z-index: 2;
  overflow: hidden;
}
.topbar a {
  color: #ffffff;
}
.topbar div {
  min-height: 50px;
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.topbar .emi {
  margin-right: 20px;
}
.topbar .emi:before {
  content: url(../img/icons/email.svg);
  width: 16px;
  height: auto;
  position: relative;
  top: 3px;
  margin-right: 10px;
  display: inline-flex;
}
.topbar .phonei {
  border-left: 1px solid #4e4e4e;
  display: inline-flex;
  align-items: center;
  height: 50px;
}
.topbar .phonei:before {
  content: url("../img/icons/phone.svg");
  width: 14px;
  height: auto;
  display: inline-flex;
  margin-right: 10px;
  margin-left: 20px;
}
.topbar .socialIcons, .topbar div:last-child {
  background-color: #e32726;
  text-align: right;
}
.topbar .socialIcons {
  justify-content: flex-end;
}
.topbar .socialIcons:before {
  height: 100%;
  width: 100%;
  background-color: #e32726;
  position: absolute;
  content: "";
  left: -50%;
  transform: rotate(-45deg);
}
.topbar .socialIcons a {
  z-index: 1;
  padding: 5px 7px;
}
.topbar .socialIcons a:last-of-type {
  padding-right: 0px;
}
.topbar .socialIcons img {
  height: 14px;
  width: auto;
}
.navbar {
  z-index: 1;
  background: none !important;
  padding: 0px;
  margin-top: 12px;
}
.navctn {
  z-index: 9999;
}
.fixedheader {
  background-color: #222222 !important;
  z-index: 9999;
  margin-top: 0px;
  padding: 0px 0px 12px 0px;
  transition: 0.5s ease;
  top: 0px;
  position: fixed;
}
.navbar-dark .navbar-toggler {
  color: #fff;
  border: none;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-expand-lg .navbar-nav .nav-link {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  padding-left: 20px;
}
.dropdown-item {
  color: #222222;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  padding-left: 20px;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #acacac;
  background: none;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0px;
}
.dropdown-toggle {
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 5px;
  color: #ffffff;
}
.dropdown-toggle-hover, .dropdown-toggle:hover {
  color: rgba(255, 255, 255, .75);
  text-decoration: none;
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link, .dropdown-toggle-active, .active > .dropdown-toggle:hover {
  color: #e22726;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-decoration: none;
}
.dropdown-menu {
  background-color: #ffffff;
  z-index: 2;
  -webkit-box-shadow: -3px 3px 8px 3px rgba(0, 0, 0, 0.7);
  box-shadow: -3px 3px 8px 3px rgba(0, 0, 0, 0.7);
  border: 0px;
  border-radius: 0px;
  margin: 0px;
}
li.dropdown {
  padding-right: 12px;
}
.dropdown-toggle::after {
  content: " ";
  border: none;
  vertical-align: 0;
  margin-left: 0;
  position: relative;
  left: 3px;
  bottom: 1px;
}
.dropdown-item.active, .dropdown-item:active {
  background: none;
  color: #e22726;
}
.mainbCtn {
  position: relative;
  width: 100%;
  z-index: 0;
  margin-top: -52px;
}
.carousel-item {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 475px;
}
.carousel-item.slide1 {
  background-image: url("../img/slider-UXO-risk-mitigation.jpg");
}
.carousel-item.slide2 {
  background-image: url("../img/slider-explosive-ordnance-disposal.jpg");
}
.carousel-item.slide3 {
  background-image: url("../img/slider-pyrotechnic-effect.jpg");
}
.carousel-item.slide4 {
  background-image: url("../img/slider-blast-mitgation-and-protection.jpg");
}
.carousel-caption {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  right: inherit;
  left: inherit;
  width: 100%;
  height: 100%;
}
.carousel-caption h5 {
  font-size: 66px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  top: 40%;
  position: relative;
}
.carousel-indicators {
  margin-bottom: 0;
  bottom: -37px;
	display: table;
    border-collapse: separate;
    border-spacing: 5px;
}
.carousel-indicators li {
  background-color: #d5d5d5;
  text-indent: 0;
  opacity: 1;
  width: 254px;
  height: auto;
  padding: 10px 20px;
  font-size: 14px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
	    display: table-cell;
    vertical-align: middle;
}
.carousel-indicators .active {
  background-color: #e32726;
  color: #ffffff;
}
.card {
  border: 0px;
  border-radius: 0;
  font-size: 14px;
}
.card .card-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.card-img-top {
  border-radius: 0;
  padding: 10px;
}
.card a {
  color: #e32726;
  font-size: 14px;
  align-self: flex-end;
  font-weight: 500;
  margin: 0 auto;
}
.owl-carousel .owl-item {
  padding-left: 7px;
  padding-right: 7px;
}
.owl-carousel .owl-item img {
  width: auto !important;
  height: 100px;
  margin: 0 auto;
  padding-bottom: 17px;
}
.owl-carousel {
  color: #ffffff;
}
.owl-carousel .title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 30px;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  width: 60px;
  opacity: 0.3;
  transition: 0.5s ease;
  position: absolute;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
  opacity: 1;
  transition: 0.5s ease;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -170px;
  top: 25%;
}
.owl-carousel .owl-nav button.owl-next {
  right: -170px;
  top: 25%;
}
.card-columns {
  column-count: 2;
}
.card-columns .card {
  min-width: unset;
}
.card-columns .card .card-img-top {
  padding: 0px;
}
.cta-home {
  background-image: url("../img/contact-us-cta.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  font-weight: bold;
  background-position: center;
}
.cta-fireworks {
  background-image: url("../img/contact-us.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  font-weight: bold;
  background-position: center;
}
.primary-btn {
  color: #ffffff;
  background-color: #e32726;
  font-weight: normal;
  padding: 15px 30px;
  transition: 0.5s ease;
}
.primary-btn:hover {
  color: #e32726;
  text-decoration: none;
  background-color: #ffffff;
  transition: 0.5s ease;
}
.footer {
  font-size: 14px;
  color: #666666;
  width: 100%;
  position: absolute;
  bottom: 0px;
}
.footer .row div {
  padding: 0px 15px;
}
.footer .row div:first-child {
  padding-left: 0px !important;
}
.footer .row div:last-child {
  padding-right: 0px !important;
}
.footer .socialIcons a {
  padding: 5px 7px;
}
.footer .socialIcons a:first-of-type, .footer .socialIcons a:nth-of-type(5) {
  padding-left: 0px !important;
}
.footer a, .sitemap a {
  color: #e32726;
}
.footer a:hover, .sitemap a:hover {
  text-decoration: underline;
}
.footer h3 {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
}
.footer img {
  height: 14px;
  width: auto;
}
.submaps {
  margin-left: 15px;
}
.abt-banner {
  background-image: url("../img/about-us.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6em 0em;
  background-position: center;
}
.jumbotron {
  border-radius: 0px;
}
.jumbotron h1 {
  color: #ffffff;
  font-size: 66px;
}
.certsawards .card {
  min-width: 210px;
  max-width: 210px;
}
.certsawards .card-body {
  padding: 20px 0px;
}
.certsawards .card-img-top {
  border: 1px solid #d7d7d7;
  padding: 0px;
}
.certsawards .modal-dialog {
  max-width: unset;
  display: inline-flex;
}
.certsawards .modal-content button {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
}
.certsawards .modal-dialog img {
  height: 70vh;
  object-fit: cover;
}
.certsawards .modal-body {
  margin-top: 30px;
}
.services-banner {
  background-image: url("../img/services-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6em 0em;
  background-position: center;
}
.cta-services {
  background-image: url("../img/cta-services.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  font-weight: bold;
  background-position: center;
}
.cta-uxo {
  background-image: url("../img/cta-uxo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  font-weight: bold;
  background-position: center;
}
.cta-eod {
  background-image: url("../img/cta-eod.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  font-weight: bold;
  background-position: center;
}
.blastmitigation-banner {
  background-image: url("../img/blast-mitigation.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6em 0em;
  background-position: center;
}
.cta-blastmitigation {
  background-image: url("../img/../img/blast-mitigation-cta.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  font-weight: bold;
  background-position: center;
}
.fireworks-banner {
  background-image: url("../img/fireworks-pyrotechnics-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6em 0em;
  background-position: center;
}
.fireworks-carousel .owl-dots, .blastmitigation-carousel .owl-dots {
  display: none;
}
.fireworks-carousel .owl-carousel .owl-item, .blastmitigation-carousel .owl-carousel .owl-item {
  padding-left: 7px;
  padding-right: 7px;
}
.fireworks-carousel .owl-carousel .owl-item img, .blastmitigation-carousel .owl-carousel .owl-item img {
  width: 100% !important;
  height: auto;
  margin: 0 auto;
  padding-bottom: 0px;
}
.fireworks-carousel .owl-stage, .fireworks-carousel .owl-carousel .owl-item, .blastmitigation-carousel .owl-stage, .blastmitigation-carousel .owl-carousel .owl-item {
  padding-left: 0px !important;
}
.fireworks-carousel .owl-carousel, .blastmitigation-carousel .owl-carousel {
  color: #222222;
}
.fireworks-carousel .owl-carousel .title, .blastmitigation-carousel .owl-carousel .title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 30px;
}
.fireworks-carousel .owl-carousel .owl-nav button.owl-prev, .blastmitigation-carousel .owl-carousel .owl-nav button.owl-prev {
  left: 0px;
  top: 0%;
  height: 100%;
  background: rgba(0, 0, 0, 0.30);
  opacity: 1.0;
}
.fireworks-carousel .owl-carousel .owl-nav button.owl-next, .blastmitigation-carousel .owl-carousel .owl-nav button.owl-next {
  right: 0px;
  top: 0%;
  height: 100%;
  background: rgba(0, 0, 0, 0.30);
  opacity: 1.0;
}
.fireworks-carousel .owl-carousel .owl-nav button.owl-next img, .fireworks-carousel .owl-carousel .owl-nav button.owl-prev img, .blastmitigation-carousel .owl-carousel .owl-nav button.owl-next img, .blastmitigation-carousel .owl-carousel .owl-nav button.owl-prev img {
  opacity: 0.3;
  transition: 0.5s ease;
}
.fireworks-carousel .owl-carousel .owl-nav button.owl-next:hover img, .fireworks-carousel .owl-carousel .owl-nav button.owl-prev:hover img, .blastmitigation-carousel .owl-carousel .owl-nav button.owl-next:hover img, .blastmitigation-carousel .owl-carousel .owl-nav button.owl-prev:hover img {
  opacity: 1.0;
}
.contact-banner {
  background-image: url("../img/contact-us-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6em 0em;
  background-position: center;
}
.google-map iframe {
  width: 100%;
  height: 100%;
  min-height: 450px;
}
.contact-icon {
  background-color: #e32726;
  width: 45px;
  height: 45px;
  max-width: unset;
  flex: none;
  padding: 8px 10px 10px;
}
.contact-details img {
  width: 100%;
  height: auto;
}
.contact-details h4 {
  padding-bottom: 8px;
  margin-bottom: 0px;
}
.contact-details a {
  color: #222222;
}
.media-banner {
  background-image: url("../img/media-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6em 0em;
  background-position: center;
}
.brochure-btn {
  background-color: #e32726;
  padding: 13px 45px 13px 15px !important
}
.brochure-btn::after {
  content: url("../img/icons/download-white.svg");
  position: absolute;
  top: 25%;
  right: 15px;
  width: 28px;
  height: 28px;
}
.brochure-btn h4 {
  color: #ffffff;
  padding: 0px;
  margin: 0px;
}
.brochure-btn h5 {
  font-size: 12px;
  color: #ffffff;
  padding: 0px;
  margin: 0px;
}
.brochure-ctn a {
  text-decoration: none;
}
.brochure-btn:hover h4, .brochure-btn:hover h5 {
  color: rgba(255, 255, 255, 0.75);
}
.brochure-btn:hover::after {
  opacity: 0.75;
}
.uxo-banner {
  background-image: url("../img/uxo-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6em 0em;
  background-position: center;
}
.eod-banner {
  background-image: url("../img/eod-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6em 0em;
  background-position: center;
}
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #222222;
}
@media only screen and (min-width:1441px) {
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
/*** LAPTOPS ***/
@media only screen and (max-width: 1440px) {
  .card {
    min-width: unset;
  }
}
/*** IPAD PRO ***/
@media only screen and (max-width: 1366px) {
  .carousel-caption {
    bottom:0;
	  padding:10px;
  }
  .certsawards .card {
    min-width: unset;
    max-width: none;
  }
}
/*** IPAD ***/
@media only screen and (max-width: 1024px) {
  .carousel-caption h5 {
    font-size: 36px;
  }
  .carousel-caption {
    font-size: 20px;
  }
  .carousel-indicators {
    margin-right: 5%;
    margin-left: 5%;
  }
  .navbar {
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .card {
    min-width: unset;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: -100px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: -100px;
  }
}
/*** Tablets ***/
@media only screen and (max-width: 768px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: -50px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: -50px;
  }
}
/*** Mobile ***/
@media only screen and (max-width: 500px) {
  ul.mobile-center {
    list-style: none;
    list-style-type: none;
    padding: 0px;
  }
  ul.mobile-center li {
    margin-bottom: 40px;
  }
  ul.mobile-center li::after {
    content: "";
    width: 10vw;
    height: 1px;
    border-bottom: dashed 1px #cccccc;
    padding: 20px 0px;
    margin: 0 auto;
    position: absolute;
    left: 25%;
    right: 25%;
  }
  li.mobile-end {
    margin-bottom: 0px !important;
  }
  li.mobile-end::after {
    border: none !important;
  }
  .topbar {
    font-size: 12px;
  }
  .topbar .socialIcons {
    justify-content: flex-start;
  }
  .topbar .socialIcons:before {
    display: none;
  }
  .topbar .socialIcons img {
    padding-left: 0px;
    padding-right: 15px;
  }
  .topbar div {
    padding: 0px 15px !important;
  }
  .carousel-indicators li {
    width: 20px;
    height: 20px;
    font-size: 12px;
    overflow: hidden;
    text-indent: -9999px;
  }
  .carousel-indicators .active {
    width: 100%;
	  height:auto;
    text-indent: 0px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: 0px;
  }
  .footer {
    text-align: center !important;
  }
  .footer .row div, .footer .row div:first-child, .footer .row div:last-child {
    padding: 15px !important;
  }
  .footer .row div:nth-last-child(-n + 2) {
    padding-top: 30px !important;
  }
  .certsawards .card {
    min-width: unset;
    max-width: none;
  }
  .abt-banner {
    background-position: center center;
  }
  .jumbotron h1 {
    font-size: 48px
  }
  .fireworks-carousel .owl-stage, .fireworks-carousel .owl-carousel .owl-item, .blastmitigation-carousel .owl-stage, .blastmitigation-carousel .owl-carousel .owl-item {
    padding-right: 0px !important;
  }
}
/** iphone 5/SE **/
@media only screen and (max-width: 320px) {
  .contact-icon {
    width: 35px;
    height: 35px;
    padding: 6px 6px 6px 7px;
  }
}

.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #cc1616;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
