* {
	scroll-behavior: smooth;
}
#navy {
	background-color: #292525;
	font-weight: 700;
	letter-spacing: 1px;
	opacity: 0.9;
}
.navbar-brand {
	color: #acaaa6 !important;
}
.navbar-brand:hover {
	transition: 0.3s all;
	color: white !important;
}
.navbar-nav a {
	color: #acaaa6 !important;
}
.navbar-nav a.active {
	color: white !important;
}
.navbar-nav a:hover {
	transition: 0.3s all;
	color: white !important;
}
.head {
	padding: 200px 0px;
	background: url(../img/header.jpg) no-repeat;
	background-size: cover;
}
.head h1 {
	font-size: 50px;
	font-weight: 600;
}
.head hr {
	max-width: 100px;
	border-width: 5px;
	border-color: #F05F40;
}
.head p {
	color: #BCC0C4;
	font-size: 20px;
}
.head .btn-warning {
	background-color: #F05F40 !important;
	border-color: #F05F40 !important;
	color: white !important;
	border-radius: 50px;
	font-size: 15px !important;
	padding: 13px 20px;
	font-weight: 700;
}
.head .btn-warning:hover {
	background-color: #EE4B28 !important;
}
.bg-warning {
	background-color: #F05F40 !important;
}

/*#about {
	padding: 100px 0px;
}*/
#about hr {
	max-width: 60px;
	border-width: 3px;
	border-color: white;
}
#about p {
	font-size: 17px;
	color: #FBCCAE;
}
#about .btn-white {
	border-radius: 50px;
	font-size: 15px !important;
	padding: 13px 20px;
	font-weight: 700;
}
#about .btn-white:hover {
	background-color: #E2E6EA !important;
}
/*==========================*/
#service hr {
	max-width: 60px;
	border-width: 3px;
	border-color: #F05F40;
}
#service p {
	font-weight: 350;
	font-size: 17px;
}
#service .sil {
	font-weight: 350;
}
#portfolio .caption {
	position: relative;
	display: block;
	max-width: 650px;
	margin: 0 auto;
}
#portfolio .caption .caption_inside {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	bottom: 0;
	color: #fff;
	background-color: rgba(240, 95, 64, 0.9);
	transition: all 0.2s;
	opacity: 0;
	text-align: center;
}
#portfolio .caption:hover .caption_inside {
	opacity: 1;
}
#portfolio .caption .caption_inside h2 {
	font-size: 20px;
	color: #FAD1C8;
	margin-top: 20%;
}
.col-lg-4, .col-sm-6 {
	margin: 0px !important;
	padding: 0px !important;
}
.btn-white {
	border-radius: 50px;
	font-size: 15px !important;
	padding: 13px 20px;
	font-weight: 700;
	background-color: white;
}
.btn-white:hover {
	background-color: #E2E6EA !important;
}
/*============================*/
#contact hr {
	max-width: 60px;
	border-width: 3px;
	border-color: #F05F40;
}
#contact p {
	font-weight: 350;
	font-size: 17px;
}
.pad {
	padding: 100px;
}
@media only screen and (max-width: 767px) {
	.pad {
		padding: 100px 50px;
	}
}
@media only screen and (max-width: 576px) {
	.pad {
		padding: 100px 10px;
	}
	.head h1 {
		font-size: 25px;
	}
	.head {
		padding: 100px 15px;
	}
}
