/*
:root {
    --red: #c9252c;
    --dark-gray:#252525;
    --light-gray:#a7b0b5;
    --red-transparent:rgba(201, 37, 44, 0.80);
}
*/
body{
  font-family: 'Didact Gothic', sans-serif;
  color:#252525;
}

.red-location-text {
    color: #c9252c;
}

h1,h2,h3,h4,h5,h6,.font-open{
  font-family: 'Open Sans', sans-serif;
}
h1{
  font-weight: 800;
  margin-bottom: 1rem;
  font-size: 2.3rem;
}

.italic-quote {
	font-style: italic;
	text-align: center;
}

a:hover {
    color: #c9252c;
    text-decoration: none;
}

a {
    color: #252525;
}

.box-shadow{
  -webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 5px -2px rgba(0,0,0,1);
  box-shadow: 0px 0px 5px -2px rgba(0,0,0,1);
}

.text-red{
  color:#c9252c;
}

.logo img{
  width:180px;
}
.font-weight-bolder {
    font-weight: 800;
}
.small, small {
    font-size: 90%;
    line-height: 1.3;
}
.border-left {
    border-left: 3px solid #a7b0b5!important;
}

.btn-outline-red{
  color:#c9252c;
  border-color: #c9252c;
  background-color: transparent;
}
.btn-outline-red:hover {
    color: #fff;
    background-color: #c9252c;
    border-color: #c9252c;
}
.btn-outline-red:not(:disabled):not(.disabled).active, .btn-outline-red:not(:disabled):not(.disabled):active, .show>.btn-outline-red.dropdown-toggle {
    color: #fff;
    background-color: #c9252c;
    border-color: #c9252c;
}

.btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding: .475rem 1rem;
    font-size: 1rem;
    text-transform: uppercase;
    border-radius: 1.25rem;
	z-index: 9999;
}

.project-img{
  height: 5rem;
}

.navigation .nav-link{
  padding: .45rem 2rem;
  color: white;
  text-transform: uppercase;
}

.navigation .nav-link.active{
  background-color: #a7b0b5;
}
.activeheader{
  background-color: #a7b0b5;
}


.bg-dark{
  color:#252525!important;
}
.bg-red{
  background-color: #c9252c;
}

.carousel-caption {
    position: absolute;
    right: auto;
    bottom: 20px;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 43%;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.carousel-indicators {
    position: unset;
    right: 0;
    top: 0;
    bottom: 0px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: left;
    padding-left: 0;
    margin: 12px 0;
    list-style: none;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: white;
}
.carousel-indicators .active {
    background-color: #a7b0b5;
}

.translate-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    width:75%;
}
.sub-heading{
  font-size: 1.3rem;
}

.overlay{
  position: absolute;
  top: 0;
  left:0;
  right:0;
  bottom: 0;
  background-color: rgba(201, 37, 44, 0.80);
  text-align: center;
  display: none;
}

.hover-effect:hover .overlay,.hover-effect:focus .overlay{
  display: block;
}
.hover-effect:hover .service-title,.hover-effect:focus .service-title{
  color:#c9252c;
}

.bg-featured{
  background-image: url("../img/red-banner.jpg");
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
.bg-featured-cover{
  background-image: url("../img/red-banner.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.border-white {
    border:4px solid;
}
.translate-img{
  transform: translateX(-3%) translateY(5%);
  -webkit-transform: translateX(-3%) translateY(5%);
}
.translate-img-up{
  transform: translateX(-3%) translateY(-5%);
  -webkit-transform: translateX(-3%) translateY(-5%);
}
.bg-black {
    background-color: #191919;
}
footer .nav-fill .nav-item {
    margin: .5rem 0;
    border-right: 1px #fff solid;
}
footer .nav-fill .nav-link {
    color:white;
    text-transform:uppercase;
    padding: 0 1rem;
}
footer .nav-fill .nav-item:hover .nav-link{
    color:#a7b0b5;
}
footer .nav-fill .nav-item:last-child {
    border-right: 0px #fff solid;
}
.show-on-mobile{
  display: none;
}
.bg-dark{
  background-color: #252525!important;
}
.arrow-right {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #c9252c;
    position: absolute;
    right: -15px;
    top: 45%;
}
.caption-text{
  padding-left: 10%;
}
.btn-outline-light {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
}
.btn-outline-light:hover {
    color: #c9252c;
    background-color: #fff;
    border-color: #fff;
}
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: #c9252c;
    background-color: #fff;
    border-color: #fff;
}
.border-gray{
  border: 4px solid #a7b0b5;
}

.services-tab .nav-link{
  background-color: #a7b0b5;
  color:#fff;
}
.services-tab .nav-link.active{
  background-color: #c9252c;
}
.modal-dialog {
    max-width: 570px;
}
.form-control {
    border: 1px solid #252525;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #252525;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #252525;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #252525;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #252525;
}

.testimonial .carousel-indicators li {
    background-color: #a7b0b5;
}
.testimonial .carousel-indicators {
    /* text-align: center; */
    justify-content: center;
    margin: 1.5rem 0;
}
.testimonial .carousel-indicators .active {
    background-color:#ffdd00;
}
.bg-404{
  height: 100vh;
  background-image: url("../img/404/404-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.right-bottom{
  position: absolute;
  right:3rem;
  bottom: 3rem;
}
.sub-menu .nav-link{
  padding:0 1rem;
}
a.carousel-control-prev,
a.carousel-control-next {
	width: 100px !important;
/*	border: dashed 1px white;*/
}


@media (max-width: 1350.98px){
  .caption-text{
    width:80%;
  }
}
@media (max-width: 1150.98px){
  .carousel-caption {
      width: 60%;
  }
  .carousel-item img{
    height: 300px;
    object-fit: cover;
  }
  .caption-text{
    padding-left: 0px;
  }
  	a.carousel-control-prev,
	a.carousel-control-next {
		width: 50px !important;	
	}
}
@media (min-width: 991.99px) {
	.hide-on-desktop {
		display: none !important;
	}
    
}
@media (max-width: 991.98px) {
  .hide-on-mobile{
    display: none !important;
  }
  .mobile-top-nav{
    display: block!important;
    text-align: right;
  }
  .logo img {
    width: 150px;
  }
  .show-on-mobile{
    display: inline;
  }
  .navigation .nav-link {
    padding: .45rem .5rem;
    color: white;
    text-transform: uppercase;
}
.caption-text {
    width: 90%;
}
h1 {
    font-weight: 800;
    margin-bottom: .5rem;
    font-size: 2rem;
    line-height: 1;
}
.carousel-indicators {
    margin: 0px;
}
.sub-heading {
    font-size: 1rem;
    margin-bottom: .5rem;
}
	a.carousel-control-prev,
	a.carousel-control-next {
		width: 30px !important;	
/*        display: none !important;*/
	}
    ol.carousel-indicators {
        display: none;
    }
	.carousel-caption {
		margin-left: 45px;
		padding: 15px 0px;
	}
}

@media (max-width: 767.98px) {
  .bg-featured {
      background-image: url(../img/red-banner-mobile.jpg);
      background-position: top;
      background-size: contain;
      background-repeat: no-repeat;
  }
	.bg-featured-cover{
	  background-image: url("../img/red-banner-mobile.jpg");
	  background-position: center;
	  background-size: cover;
	  background-repeat: no-repeat;
	}
	footer ul.nav {
		display: block;
		text-align: center;
	}
	footer li.nav-item { 
		border-right: none !important;
		display: block;
	}
	footer .nav-fill .nav-item:hover .nav-link {
    	color:#c9252c;
	}
	li.nav-item.foot-mb {
		display: inline-block;
	}
	li.nav-item.foot-mb:last-of-type {
		border-left: solid 1px #fff;
	}
}


@media (max-width: 575.98px) {
  .logo img {
    width: 120px;
  }

  .small .btn {
      font-size: .8rem;
  }
  .carousel-caption {
    width: 65%;
}
.clients .col-2{
  padding:0;
}
footer .nav-fill .nav-item {
    margin: .3rem 0;
    border-right: 0px;
}
footer .nav-fill .nav-link {
    color: white;
    text-transform: uppercase;
    padding: 0rem;
}
}
/**/
ul.nav li.nav-item:hover {
	background-color: #a7b0b5;
}
ul.nav.sitemap li.nav-item:hover {
	background-color: #fff; !important;
}
ul.nav.sitemap li.nav-item a:hover {
	text-decoration: underline;
	background: none;
}
@media screen and (max-width: 991.98px) {
	ul.services-tab {
		display: block;
	}
	ul.services-tab li.nav-item {
		display: none;
	}
	ul.services-tab li.nav-item a {
		color: #fff;
		padding-top: 5px;
		padding-bottom: 5px;
		display: block;
	}
	ul.services-tab li.nav-item:first-of-type {
		display: block;
	}
	.bg-black {
		background-color: #000;
		color: #fff;
		padding: 5px 0px;
	}
	.bg-black:hover,
	.bg-black a:hover {
		color: #fff;
	}
    .carousel-caption.bg-red {
        background-color: unset;
    }
    .carousel-caption .arrow-right {
        display: none;
    }
}
footer ul li.nav-item.foot:hover,
footer ul li.nav-item.foot a.nav-link:hover {
	background: none !important;
}
.arrow-up {
	width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #191919;
    position: absolute;
    left: 48%;
    bottom: 0;
    margin-left: -8px;
}
.mb-30 {
    margin-bottom: 30px;
}
button.close {
    position: absolute;
    right: 20px;
	font-size: 2.5rem !important;
}