@charset "UTF-8";
/* CSS Document */

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

.fs-38 {
  font-size: 2.0rem;
  line-height: 2.0rem;
}

.slider-heading {
	font-size: 3.5rem;
	line-height: 3.75rem;
}

.btn.btn-extra-large {
    font-size: 16px;
    padding: 16px 38px;
}

.one-half-screen-50 {
  height: 50vh !important;
}

.one-half-screen-65 {
  height: 65vh !important;
}

.one-half-screen-70 {
  height: 70vh !important;
}

.bg-gradient-fast-black-red {
  background-image: linear-gradient(to right top, #ec1f27, #BC242A, #772427, #3F1E20, #131112);
}

.bg-gradient-fast-red {
  background-image: linear-gradient(to right top, #ec1f27, #A01419, #610f0a);
}

.feature-box-home {
  line-height: 25px;
  height: 410px !important;
}

.feature-box {
	justify-content: flex-start !important;
}

@media (max-width: 767px) {
	.feature-box-home {
	 	height: 100% !important;
	}
}

.page-title-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.contact-us {
	font-size: 16px !important;
    line-height: 25px !important;
}