/* ------------------------------------------------------------------
General Styles
------------------------------------------------------------------- */


html, body {
	height: 100%;
	scroll-behavior: smooth;
}

body {
	font-family: 'Red Hat Display', sans-serif;
	color:#000;
	font-size:18px;
}

p {line-height:30px; margin:0;}

h1 {font-size:48px; padding:0; margin:0; line-height:1.2;}
h2 {font-size:36px; font-weight: 700;  padding:0; margin:0; line-height:1.4;}
h3 {font-size:24px; padding:0; margin:0; line-height:1; font-weight: 700;}

.small-text {font-size:15px; letter-spacing: 1px;}
.smaller-text {font-size:14px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color:#ec3237;}

.bold-text {font-weight: 700;}
.black-text {color:#000;}
.red-text {color:#ec3237;}


.v-pad {padding-top:15px; padding-bottom:15px;}

.btn {
	width: 150px;
	height: 50px;
	text-align: center;
	color:#fff;
	font-weight: 700;
	font-size: 16px;
	background: #a61014;
	border: 1px solid #a61014;
	border-radius: 0;
	padding-top: 12px;
	transition: 0.3s;
}

.btn:hover {
	background: #fff;
	color:#a61014;
}

a {color: inherit;}
a:hover {text-decoration:none; color: inherit;}
a:focus {outline: none !important; text-decoration:none;}

section {padding:90px 0; position: relative;}  

img {max-width:100%;}


input, textarea {
	-webkit-appearance: none;
	-webkit-border-radius:10px;
	border-radius: 0 !important; 
	border: none;
	box-sizing: border-box; 
	padding-left:20px;
	padding-right:20px;
	height: 50px;
}

textarea {padding-top: 12px;}

textarea:focus, input:focus {
    outline: none;
}

button {
	outline: none !important;
	appearance: none !important;
	cursor: pointer;
}

::placeholder { color: #999;}
:-ms-input-placeholder {color: #999;}
::-ms-input-placeholder {color: #999;}


footer {
	background-image: linear-gradient(to right, #ec3237 , #292828);
	padding:30px 0;
	text-align: center;
	color:#fff;
}

footer a {color:#fff; transition: 0.3s;}
footer a:hover {text-decoration: underline;}

.fa-ul {margin-bottom: 0;}
.fa-li {left:-3em;}
.fa-li i {color:#F8CF40;}

/* ------------------------------------------------------------------
Navigation
------------------------------------------------------------------- */

header {
	width: 100%;
	position: fixed;
	transition: 0.8s;
	z-index: 1000;
	text-align: center;
}

.top-header {
	height: 150px;
	padding-top: 10px;
	background: #fff;
	transition: 0.8s;
}

.top-header-small {
	height: 95px;
	padding-top: 0;
}

.bottom-header {
	width: 100%;
	height: 50px;
	background-image: linear-gradient(to right, #ec3237 , #292828);
	transition: 0.8s;
}

.blank-header {
	height: 200px;
	width: 100%;
} 

#logo {
	width:350px;
	height: 130px;
	transition:0.8s;
	background: url(img/logo.png) no-repeat;
	background-size: cover;
	display: inline-block;
}

.logo-small {
	height: 90px !important;
	transition:0.8s;
}

ul#menu {
	margin:0px; padding:0px;
	box-sizing:border-box;
	transition: 0.3s;
	margin-top: 10px;
	display: inline-block;
}

ul#menu li {
  display: inline-block;
	margin-left:25px;
	margin-right: 25px;
}

ul#menu li a {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff;
}

ul#menu li a:hover {
	border-bottom:3px solid #fff;
	padding-bottom:12px;
}

/* ------------------------------------------------------------------
About
------------------------------------------------------------------- */

.home-banner {
	min-height: 700px;
	background: url(img/main1.jpg) no-repeat center;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 30px;
}

#about {
	height: 144px;
	width:100%;
	margin-top:-144px;
}

.red-bar {
	height:170px;
	width:100%;
	background:#ec3237;
	position: absolute;
	bottom: 0;
	z-index: -1;
}

.about-icon {
	background: #fff;
	padding:25px 0;
	text-align: center;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.about-icon img {max-width: 125px;}

/* ------------------------------------------------------------------
Services
------------------------------------------------------------------- */

#services {
	height: 144px;
	width:100%;
	margin-top:-144px;
}

.services-col {
	width: 50%;
	float:left;
}

.services-bg {
	background: url(img/img-service.jpg) no-repeat center;
	background-size: cover;
	height: 900px;
}

.services-info {
	padding:60px 80px;
}

.panel {
  background: none;
	box-shadow: none;
	margin-bottom: 40px;
}

.panel-heading {
	padding: 0;
}

.panel-title a {
  display: block;
	padding: 15px 0;
	padding-right: 30px;
  position: relative;
  font-size: 24px;
	font-weight: 700;
	border-top:1px solid #eee;
}

.panel-title a:hover {text-decoration:none;}
.panel-title a:focus {text-decoration:none;}
.panel-title a.active {text-decoration:none;}

.panel-body {
	padding:0;
	padding-bottom:60px;
}

.panel-specs {
	color:#666666;
	font-size:16px;
	padding:12px 0;
	border-top:1px solid #eeeeee;
}

.panel-heading a:before {
  content: '\e5cc';
  font-size: 36px;
  position: absolute;
  font-family: 'Material Icons';
  right: 12px;
  top: 15px;
  transform: rotate(0deg);
  transition: all 0.5s;
  color:#333;
}

.panel-heading.active a:before {
  transform: rotate(90deg);
  transition: all 0.5s;
   color:#ec3237;
}

.panel-heading.active {
	color:#ec3237;
	border-top:1px solid #ec3237;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {border-top:none;}

ul.services {
	list-style: none;
	padding-left: 20px;
}

ul.services li::before {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

ul.services li {margin:10px 0;}

.service-quote {
	width: 100%;
	padding:30px;
	background-image: linear-gradient(to right, #f2f2f2 , transparent);
	font-size: 24px;
	font-style: italic;
	color:#999999;
	position: relative;
}

.red-quote {
	width: 33px;
	height: 27px;
	background: url(img/quote.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -15px;
	left: 30px;
}

/* ------------------------------------------------------------------
Project, clients, contact
------------------------------------------------------------------- */

#project {
	height: 144px;
	width:100%;
	margin-top:-144px;
}

.project-item {
	width: 100%;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.project-name {
	width:100%;
	font-weight: 700;
	background: #fff;
	padding:15px;
}

#clients {
	height: 144px;
	width:100%;
	margin-top:-144px;
}

.clients-sec {
	background: url(img/bg-client.jpg) no-repeat center;
	background-size: cover;
}

.clients-sec h2 {line-height: 45px;}
.clients-sec img {box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);}

#team {
	height: 144px;
	width:100%;
	margin-top:-144px;
}

.team-sec {
	padding-bottom: 0;
	text-align: center;
}

.team-col {
	width:20%;
	float:left;
}

.team-col img  {width: 100%;}

.team-info {
	padding-top: 20px;
	padding-bottom: 30px;
	background: #f5f5f5;
}

.team-btn {
	background:#000; 
	border: 1px solid #000;
	height: 35px;
	font-size: 12px;
	width: 120px;
	padding-top: 9px;
	margin-top: 10px;
}

.team-btn:hover {background:#fff; color: #000;}
.team-btn:focus {color:#fff;}

.team-darker {background: #efefef;}

#contact {
	height: 144px;
	width:100%;
	margin-top:-144px;
}

.contact-sec {
	padding:100px 0;
	background: url(img/bg-contact.jpg) no-repeat center;
	background-size: cover;
}

.contact-info {
	background: rgba(255,255,255,0.8);
	padding:50px 90px;
}

.contact-info a {color:#ec3237;}
.contact-info a:hover {color:#000;}

.contact-info li {padding:15px 0;}

.fa-ul {margin-bottom: 0;}
.fa-li {left:-3em;}
.fa-li i {color:#ec3237;}


