/* BASE */
body {
  margin: 0;
  color: #464646;
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  position: relative;
}

a {
  text-decoration: none;
  color: #db0101;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #db0101;
}

h1 {
  font-weight: 300;
  font-family: acumin-pro, sans-serif;
  margin-bottom: 20px;
}

img {
  max-width: 100%;
  height: auto;
}

.bg-image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.bg-image h3 {
  font-style: italic;
  color: #ffffff;
  padding: 16% 20%;
  font-size: 18px;
}
.bg-image .contact-info {
  list-style: none;
  margin-top: 25px;
  padding: 0 0 0 12px;
}
.bg-image .contact-info li {
  margin-top: 5px;
  font-size: 16px;
}
.bg-image .contact-info li a {
  color: #ffffff;
}
.bg-image .contact-info li a:hover {
  color: #ffffff;
}
.bg-image .contact-info li .btn-custom {
  color: #ffffff;
}
.bg-image .contact-info li .btn-custom:hover {
  color: #ffffff;
}
.bg-image .red-stripe {
  width: 25%;
  height: 100%;
  right: 0;
  background-color: #db0101;
  position: absolute;
}
.bg-image .red-stripe .img-wrapper {
  width: 100%;
  height: 80%;
  position: relative;
}
.bg-image .red-stripe .img-wrapper img {
  position: absolute;
  bottom: 150px;
  margin-left: 25%;
}
.bg-image .img-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bgc-grey {
  background-color: #a9a6a6;
}

.btn-custom {
  background-color: #db0101;
  color: #ffffff;
  border-radius: 7px;
  padding: 7px 15px;
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}

.btn-custom:hover {
  background-color: #464646;
  color: #ffffff;
}

article {
  position: relative;
  overflow: hidden;
  min-height: 750px;
}
article h1 {
  color: #000000;
  font-size: 30px;
  font-family: lato, sans-serif;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 22px;
}
article h2 {
  font-size: 24px;
  color: #000000;
  font-family: lato, sans-serif;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px;
}
article h3 {
  font-family: lato, sans-serif;
  font-size: 20px;
  font-style: italic;
  color: #db0101;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px;
}
article p, article li {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  line-height: 24px;
}
article .banner {
  height: 300px;
  width: 100%;
  margin-left: 0;
}
article .banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
article .icon-lg {
  font-size: 60px !important;
}
article .text-content {
  margin-top: 20px;
  margin-bottom: 20px;
}
article .mh-750 {
  min-height: 750px;
}
article .services-imgs {
  list-style: none;
  padding: 0;
  margin-left: -20px;
  margin-right: -20px;
}
article .services-imgs li {
  text-align: center;
  width: calc(33% - 30px);
  position: relative;
  float: left;
  margin: 15px;
}
article .services-imgs li img {
  object-fit: cover;
  width: 100%;
}
article .services-imgs li h3 {
  position: absolute;
  bottom: 65px;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0px 0px 7px #000000;
  font-size: 20px;
  width: 100%;
  text-align: center;
}
article .services-imgs .btn-custom {
  color: #ffffff;
  margin-top: 10px;
}
article .services-imgs .btn-custom:hover {
  color: #ffffff;
}
article .services-icons {
  list-style: none;
  padding: 0;
  margin-left: -20px;
  margin-right: -20px;
}
article .services-icons li {
  text-align: center;
  width: calc(33% - 30px);
  position: relative;
  float: left;
  margin: 15px;
}
article .services-icons li img {
  width: 60px;
  vertical-align: text-bottom;
}
article .services-icons li h3 {
  font-weight: 300;
  color: #a9a6a6;
  font-size: 26px;
  width: 100%;
  text-align: center;
  margin: 15px 0;
}
article .services-icons li a {
  color: #a9a6a6;
}
article .services-icons li i {
  display: block;
}
article .contact h1 {
  color: #000000;
}
article .contact h5 {
  color: #a9a6a6;
  font-weight: 300;
}
article .contact label {
  color: #a9a6a6;
}
article .contact a {
  color: #db0101;
}

.services-list .card {
  margin-bottom: 75px;
  border: 0;
  background: transparent;
}
.services-list .card h5 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  border-radius: 10px;
  background: #db0101;
  padding: 3px;
}
.services-list .card .card-img {
  border-radius: 30px;
  -webkit-box-shadow: 0px 24px 10px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 24px 10px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 24px 10px -5px rgba(0, 0, 0, 0.75);
}
.services-list a.card {
  color: #ffffff;
}
.services-list a.card:hover {
  color: #000000;
}

.bb-red:before {
  content: "";
  position: absolute;
  left: 15%;
  bottom: 0;
  height: 1px;
  width: 70%;
  border-bottom: solid 3px #db0101;
}

.br-red {
  border-right: solid 2px #db0101;
}

.iso {
  text-align: center;
  width: 100%;
  margin-bottom: 100px;
}
.iso img {
  max-width: 100px;
}

.contact input, .contact textarea {
  width: 100%;
  background-color: #EDEAEB;
  padding: 10px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 7px 0;
  max-width: 300px;
}
.contact input[type=submit] {
  background-color: #FF0000;
  color: #ffffff;
  width: 100px;
  padding: 7px 10px;
  margin-top: 0;
}
.contact h3 {
  color: #484848;
  font-family: lato, sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1px;
  padding: 0px 0px 14px;
}

strong {
  font-weight: 600;
}

.services-image {
  width: 287px;
}

.service-item ul {
  list-style: none;
}
.service-item ul li {
  margin: 0;
  margin-bottom: 1em;
  padding-left: 1.5em;
  position: relative;
}
.service-item ul li:after {
  content: "";
  height: 0.4em;
  width: 0.4em;
  background: #db0500;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 0.5em;
  left: 0;
}

.controlPanel img {
  width: 16px;
}

a.Edit-Data-Item {
  display: inherit;
  padding-top: 15px;
}

.edititem {
  display: inline-table;
}

.ModEditButton, .ModDeleteButton, .ModAddButtonTop {
  max-width: 24px !important;
  width: 24px !important;
  height: 24px !important;
  padding: 0px !important;
}

.modedit a img {
  max-width: 24px !important;
  width: 24px !important;
  height: 24px !important;
  padding: 0px !important;
}

.banner .edititem {
  height: 300px;
}
.banner .edititem a.Edit-Data-Item {
  top: 10px !important;
  z-index: 800;
  position: absolute;
  padding-top: 0;
}
.banner .edititem a.Delete-Data-Item {
  top: 10px !important;
  left: 28px;
  z-index: 800;
  position: absolute;
}
.banner .edititem a.Add-Data-Item {
  top: 10px !important;
  left: 56px;
  z-index: 800;
  position: absolute;
}

.services-list a.Add-Data-Item {
  left: 0;
  z-index: 1000;
  position: absolute;
}

.services-list a.Edit-Data-Item {
  left: 20px;
  z-index: 1000;
  position: absolute;
}

.services-list a.Delete-Data-Item {
  left: 40px;
  z-index: 1000;
  position: absolute;
}

.red-stripe .edititem {
  position: relative;
  z-index: 200;
}

/* LAYOUTS */
.navbar-collapse {
  padding: 0;
}

.navbar {
  background-color: transparent;
}
.navbar .navbar-nav {
  text-align: center;
}
.navbar .navbar-nav li {
  background: transparent;
  transition: all 0.1s ease-in-out;
  padding: 0 28px;
  text-align: center;
  float: none;
  border-right: solid 1px white;
}
.navbar .navbar-nav li a {
  font-family: lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
.navbar .navbar-nav li:last-of-type {
  border-right: none;
}
.navbar .navbar-nav li:hover {
  background: transparent;
}
.navbar .navbar-nav li:hover a {
  color: #db0101;
}
.navbar .navbar-nav li.active a {
  color: #db0101;
}
.navbar .navbar-nav li .active {
  color: #db0101 !important;
}
.navbar .navbar-nav .dropdown-menu {
  background: #a9a6a6;
  border: 0;
  left: 0;
  margin-top: -5px;
}
.navbar .navbar-nav .dropdown-menu li a {
  color: #ffffff;
}
.navbar .navbar-nav .dropdown-menu li:hover a {
  background: transparent;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item.active {
  background: transparent;
  color: #464646;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  color: #ffffff;
}
.navbar .navbar-nav .dropdown-item:focus, .navbar .navbar-nav .dropdown-item:hover {
  color: #db0101;
  background-color: transparent;
}
.navbar .navbar-nav .dropdown:hover > .dropdown-menu {
  display: block;
}
.navbar .nav-item.dropdown {
  z-index: 10000;
}
.navbar .nav-item.dropdown li {
  border-right: solid 1px #DADADA;
  background: transparent;
  transition: all 0.1s ease-in-out;
  padding: 7px 20px;
}
.navbar .nav-item.dropdown li a {
  font-family: acumin-pro, sans-serif;
  font-size: 18px;
  color: #a9a6a6;
}
.navbar .nav-item.dropdown li:hover a {
  color: #a9a6a6;
}

.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #444;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

footer {
  position: relative;
  background-color: #D0CCCC;
  padding: 30px 0;
}
footer p {
  margin-top: 25px;
  line-height: 14px;
  font-family: lato, sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #464646;
}
footer p a {
  color: #464646;
}
footer p a:hover {
  color: #db0101;
  text-decoration: none;
}
footer .social {
  list-style: none;
  padding: 0;
}
footer .social li {
  display: inline;
}
footer .social li a:hover {
  text-decoration: none;
}
footer .social li:first-child a {
  color: #2E3192;
}
footer .social li:nth-child(2) a {
  color: #db0101;
}
footer h2 {
  font-size: 40px;
  background-color: transparent;
  color: #464646;
  font-family: lato, sans-serif;
  font-weight: 400;
  margin-top: -10px;
}
footer h3 {
  border-bottom: solid #ffffff 1px;
  color: #464646;
  line-height: 22px;
  font-family: lato, sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin-top: 30px;
  padding-bottom: 7px;
}
footer h4 {
  color: #464646;
  line-height: 17px;
  font-family: lato, sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-top: 0;
}
footer .links i {
  position: absolute;
  left: -25px;
  font-size: 30px;
  color: #ffffff;
}
footer .links h3 {
  color: #db0101;
  line-height: 17px;
  font-family: lato, sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-top: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
footer .links ul {
  list-style: none;
  padding: 0;
}
footer .links ul li {
  padding: 0;
  margin: 0;
}
footer .links ul li a {
  font-weight: 300;
  color: #464646;
  line-height: 10px;
  font-size: 12px;
  font-family: ubuntu;
}
footer .links ul li a:hover {
  color: #db0101;
  text-decoration: none;
}

header {
  position: relative;
}
header h3.top-strapline {
  color: #db0500;
  text-align: right;
  padding-top: 50px;
  font-style: italic;
}
header img {
  margin: 20px 10px 30px 0;
  width: 300px;
}

.carousel .carousel-control {
  width: 8%;
}
.carousel .carousel-inner {
  height: 350px;
  background-color: #464646;
}
.carousel .carousel-inner .carousel-item {
  height: 350px;
}
.carousel .carousel-inner .carousel-item img {
  height: 100%;
  margin: auto;
  object-fit: cover;
  width: 100%;
}
.carousel .carousel-inner .carousel-item .carousel-caption {
  left: 15%;
  top: 7%;
  text-align: left;
}
.carousel .carousel-inner .carousel-item .carousel-caption h1 {
  opacity: 1;
  color: #ffffff;
  font-size: 46px;
  font-weight: 300;
  font-style: italic;
}
.carousel .carousel-inner .carousel-item .carousel-caption h1, .carousel .carousel-inner .carousel-item .carousel-caption h2, .carousel .carousel-inner .carousel-item .carousel-caption h3 {
  font-family: lato, sans-serif;
}
.carousel .carousel-inner .carousel-item .carousel-caption h4 {
  font-family: acumin-pro, sans-serif;
  font-size: 24px;
  font-weight: 300;
}
.carousel #slider-thumbs {
  display: none;
}

@media (max-width: 1200px) {
  .bg-image h3 {
    padding: 16% 35px;
  }
}
@media (max-width: 991px) {
  .container {
    width: 100%;
    margin: 0;
    max-width: none;
  }
  .navbar .navbar-nav li {
    border-right: 0;
    border-bottom: solid 1px #DADADA;
    padding: 15px 20px;
  }
  .navbar .navbar-nav li a {
    display: block;
  }
  .navbar .navbar-nav li:last-child {
    border-bottom: 0;
  }
  .navbar .navbar-nav .dropdown {
    padding: 0;
    border-bottom: 0;
  }
  .navbar .navbar-nav .dropdown a {
    border-bottom: solid 1px #DADADA;
    padding: 20px 40px;
  }
  .navbar .navbar-nav .dropdown .dropdown-toggle:after {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }
  .navbar .navbar-nav .dropdown-menu {
    display: block;
    border: 0;
    padding: 0;
    background-color: transparent;
  }
  .navbar .navbar-nav .dropdown-menu a {
    border-bottom: solid 1px #DADADA;
    padding: 20px 40px;
  }
  header h3.top-strapline {
    padding-top: 0;
  }
  header .contact-info {
    text-align: left;
  }
  header .bg-image h3 {
    padding: 16% 20px;
  }
}
@media (max-width: 785px) {
  .carousel .carousel-inner .carousel-item .carousel-caption {
    bottom: 220px;
  }
  .carousel .carousel-inner .carousel-item .carousel-caption h1 {
    font-size: 24px;
  }
  .carousel .carousel-inner .carousel-item .carousel-caption h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  footer .navigation li {
    display: inline-block;
    margin-right: 10px;
  }
  article .services-imgs, article .services-icons {
    margin-left: 0;
    margin-right: 0;
  }
  article .services-imgs li, article .services-icons li {
    width: 100%;
    margin: 15px 0;
  }
}
.projects {
  text-align: center;
  margin: 0 -15px;
}
.projects ul {
  margin: 0;
  padding: 0;
}
.projects ul li {
  overflow: hidden;
  margin: 10px;
  padding: 0;
  list-style: none;
  display: inline-block;
  border: 0;
  position: relative;
  background-color: #111111;
  float: left;
  width: 31.2%;
  height: 400px;
}
.projects ul li .caption, .projects ul li .description {
  position: absolute;
  z-index: 50;
  color: white;
  font-family: lato, sans-serif;
  width: 100%;
  left: 0;
  line-height: 22px;
  text-align: center;
  bottom: 50%;
  -webkit-transition: bottom 0.5s;
  transition: bottom 0.5s;
}
.projects ul li .caption {
  margin-bottom: 26px;
  letter-spacing: 6px;
  font-size: 24px;
}
.projects ul li .description {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
.projects ul li a {
  height: 400px;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.projects ul li a img {
  max-height: 100%;
  max-width: inherit;
  position: relative;
  opacity: 0.5;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.projects ul li a .caption {
  position: absolute;
  z-index: 50;
  color: white;
  font-family: lato, sans-serif;
  width: 100%;
  text-align: center;
  bottom: 50%;
  -webkit-transition: bottom 0.5s;
  transition: bottom 0.5s;
}
.projects ul li:hover img {
  transform: scale(1.2);
  opacity: 1;
}
.projects ul li:hover span {
  bottom: -400px;
}
.projects .gallerynodisplay {
  display: none;
}

@media (max-width: 991px) {
  .projects ul li {
    width: 47%;
  }
  .projects ul li .caption {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .projects ul li {
    width: 100%;
    margin: 5px 0;
    height: 250px;
    background-color: black;
  }
  .projects ul li a {
    height: 250px;
  }
  .projects ul li a img {
    max-height: inherit;
    max-width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */