@charset "UTF-8";
/* CSS Document */

.btn-primary{
color: #fff;
background-color: #D35F55;
border-color: #D35F55;
border-radius: 100px;
}
.btn-primary:hover {
background-color: red;
border-color: red;
border-radius: 100px;
}
header.masthead .masthead-heading {
font-size: 4.5rem;
font-weight: 700;
line-height: 3.25rem;
margin-bottom: 2rem;
font-family:gravitas one;
}
header.masthead .masthead-subheading {
font-size: 3.25rem;
font-weight: 700;
line-height: 3.25rem;
margin-bottom: 2rem;
font-family:open sans;
font-style: italic;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
color: #ffffff;
margin-bottom: 0.5rem;
text-shadow: 1px 1px #000000;
font-family: Gravitas One;
font-weight: 700;
line-height: 1.2;
}
.page-section {
	background-color: none;
}
.content-section {
	background-color: #000000;
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
padding-left: 0;
margin-left: -30%;
text-align: center;
list-style: none;
}
ol, ul {
margin-top: 0;
margin-bottom: 10px;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 5px;
text-indent: -999px;
cursor: pointer;
background-color: #000\9;
background-color: rgba(0,0,0,0);
border: 1px solid #fff;
border-radius: 10px;
}
.carousel-indicators .active {
width: 12px;
height: 12px;
margin: 5px;
background-color: #fff;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
User Agent Style Sheetol {
display: block;
list-style-type: decimal;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
padding-inline-start: 40px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
line-height: 1;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
display: block;
max-width: 100%;
height: auto;
}
.carousel-caption h2{
	font-size: 3rem;
}
img {
vertical-align: middle;
}
div.col-lg-4.col-sm-6.mb-4.mb-lg-0 {
padding-bottom: 25px;
}
body { 
  background-color: #000000;
  margin: 0;
  padding: 0;
}
#client-testimonial-carousel {
	min-height: 200px;
}
.mb-2, .my-2 {
margin-bottom: 0.5rem !important;
}
.mt-2, .my-2 {
margin-top: 0.5rem !important;
}
.form-inline {
display: flex;
flex-flow: row wrap;
align-items: center;
}

.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}

.mr-sm-2, .mx-sm-2 {
margin-right: 0.5rem !important;
}

.form-control {
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

[type=search] {
outline-offset: -2px;
-webkit-appearance: none;
}

.btn-success {
color: #fff;
background-color: #D35F55;
border-color: #D35F55;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  display: flex;
  margin: auto;
  text-align: center;
  font-family: arial;
  
}

.price {
  color: #d35f55;
  font-size: 22px;
  text-shadow: none;
}

.card button {
  border: none;
  outline: 0;
  padding: 3px;
  color: white;
  background-color: #d35f55;
  text-align: center;
  cursor: pointer;
  width: 50%;
  border-radius: 100px;
  font-size: 18px;
}

.card button:hover {
  opacity: 0.7;
}
.card h3 {
	color: #fff;
	padding-top: 15px;
	text-shadow: none;
}
.text {
	color: #fff;
	text-shadow: none;
}
section#contact .section-subheading {
	color: #000;
	text-shadow: 1px 1px #fff;
	font-size: 1.4rem !important;
}
.blockquote {
	border-left: 5px none;
}
section#background {
	background-image: url("../assets/img/bg.jpg");
}
section#gallery {
	background-color: #000;
}
section#services {
	background-color: #000;
}
section#team {
	background-color: #000;
}
section#testimonial1 {
	background-color: #000;
}