@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
body {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #222;
	float: left;
	width: 100%;
}
ul {
	padding: 0px;
	margin: 0px;
}
ul, li {
	display: block;
}
a, li, i, img, button, input, textarea {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	text-decoration: none;
}
input, textarea, select {
	border: 1px #ddd solid;
	padding: 8px 11px;
	background: none;
}
input:focus, textarea:focus {
	border-color: #999 !important;
}
button:hover, a:hover {
	text-decoration: none;
	cursor:pointer;
}
a:focus {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-weight: normal;
	float: left;
	width: 100%;
}
p {
	float: left;
	width: 100%;
	line-height: 26px;
}
strong {
	font-weight: bold;
}
header, section, footer {
	float: left;
	width: 100%;
}
.gold-btn {
	float: right !important;
	font-size: 14px;
	background: #b89b5f;
	color: #fff;
	padding: 9px 20px;
	border: none;
	text-transform: uppercase;
}
.gold-btn:hover {
	color: #fff;
	background: #333;
}
.gold-btn:focus {
	background: #b89b5f;
	color: #fff;
}
/*header*/
.header {
	position:relative;
}
.menus {
	position: absolute;
	z-index: 2;
}
.logo-xs {
	display:none;
}
/*end*/

/*banner*/
.banner {
	background: #333;
	position: relative;
}
#m-slider .b-pat {
	position: absolute;
	width: 100%;
	min-height: 900px;
	top: 0;
	left: 0;
	background: url(data:img/pat;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC) repeat;
	opacity: 0.5;
	content: "";
	z-index: 1;
	overflow:hidden;
}
.b-heading {
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	-moz-transition: none !important;
}
.b-caption {
	animation-delay: 1.4s;
	-webkit-animation-delay: 1.4s;
	-moz-animation-delay: 1.4s;
	-o-animation-delay: 1.4s;
}
.b-btns {
	display:table;
	margin:0 auto;
}
.b-btns .gold-btn {
	float:none;
}
.b-btns a:last-child {
	font-size: 14px;
	background: none;
	border:1px #fff solid;
	color: #fff;
	padding: 8px 20px;
	text-transform: uppercase;
	margin:0 12px;
}
/*.carousel-item img {
	-webkit-animation-name: b-zoom;
	animation-name: b-zoom;
	-webkit-animation-duration: 10000ms;
	animation-duration: 10000ms;
	transform: scale(1);
}
@-webkit-keyframes b-zoom {
0% {
 transform: scale(1);
}
100% {
 transform: scale(1.2);
}
}
@keyframes b-zoom {
0% {
 transform: scale(1);
}
100% {
 transform: scale(1.2);
}
}*/
.c-c-2 {
	text-align:left;
	top: 280px;
}
.c-c-2 .b-btns {
	display: table;
	margin: 0 auto;
	float:left;
}
/*end*/

/*about*/
.about {
	padding-bottom: 50px;
}
.m-heading {
	float: left;
	width: 100%;
	font-size: 34px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 25px;
}
.m-heading span {
	float: left;
	width: 100%;
	font-size: 18px;
	margin: 3px 0px 0px 0px;
	color: #b89b5f;
}
.m-heading img {
	display: table;
	margin: 0px auto 8px auto;
}
.about-content {
	float: left;
	width: 100%;
	text-align: center;
}
.about-content p:first-child {
	font-size: 19px;
}
.about-content p i {
	color: #b89b5f;
	margin: 0px 7px;
}
.about-content a {
	float:none;
	display:table;
	margin:0 auto;
}
/*end*/

/*services*/
.services {
	background-attachment: fixed;
	background-image: url(../img/s-bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	padding:50px 0px;
}
.service-slider {
	float: left;
	width: 100%;
	text-align: center;
}
.s-type {
	float: left;
	width: 100%;
	background:#fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	cursor:pointer;
}
.s-type:hover .s-img img {
	transform: scale(1.06);
	filter: brightness(80%);
}
.s-content {
	float: left;
	width: 100%;
	padding: 20px 15px;
}
.s-content h2 {
	float: left;
	width: 100%;
	font-size: 24px;
	color: #b89b5f;
	margin-bottom: 13px;
}
.s-content h2 span {
	display: block;
	font-size: 16px;
	color: #222;
	margin-top: 5px;
}
.s-content a {
	display:table;
	margin:0 auto;
	float:none;
	padding: 6px 17px;
}
.s-img {
	float: left;
	width: 100%;
	overflow:hidden;
}
.s-img img {
	float: left;
	width: 100%;
	transform: scale(1);
}
.service-slider .owl-nav.disabled {
	display: block !important;
}
/*end*/

/*testimonials*/
.testimonials {
	padding-bottom:50px;
}
.test-slider {
	float:left;
	width:100%;
	margin-top:10px;
}
.test-types {
	float:left;
	width:100%;
	text-align:center;
}
.test-img {
	display: table;
	margin: 0 auto;
	border: 1px #ccc solid;
	padding: 3px;
}
.test-types h3 {
	float: left;
	width: 100%;
	font-size: 20px;
	margin: 16px 0px 18px 0px;
}
.test-types h3 span {
	display:block;
	font-size:16px;
	color: #b89b5f;
}
.test-types p {
	display: table;
	margin: 0 auto;
	width: 80%;
	float: none;
}
.test-types p i {
	color: #b89b5f;
	margin: 0px 7px;
}
.test-slider .owl-nav {
	display: block !important;
}
.test-slider .owl-dots {
	float: none;
	display: table;
	margin: 18px auto 0 auto;
}
.test-slider .owl-dot {
	background: #c0c0c0;
	width: 8px;
	height: 8px;
	border-radius: 50px;
	display: inline-block;
	margin: 0px 4px;
}
.test-slider .owl-dot.active {
	background: #b89b5f;
}
.test-slider .owl-prev {
	position: absolute;
	top: 9%;
	background: none;
	padding: 0px;
	box-shadow: none;
	left: 40%;
	font-size: 35px;
}
.test-slider .owl-next {
	position: absolute;
	top: 9%;
	background: none;
	padding: 0px;
	box-shadow: none;
	right: 40%;
	font-size: 35px;
}
/*end*/

/*footer*/
.f-contact {
	background:#b89b5f;
	color:#fff;
	padding:20px 0px;
}
.f-contact ul {
	float:left;
	width:100%;
}
.f-contact ul li {
	float: left;
	width: 26%;
}
.f-contact ul li:first-child {
	width: 42%;
}
.f-contact ul li i {
	float: left;
	font-size: 30px;
	vertical-align: middle;
	padding-top: 7px;
	margin-right: 12px;
}
.f-contact ul li span {
	float: left;
	width: 83%;
}
.f-links {
	text-align:center;
}
.f-links ul {
	float: left;
	width: 100%;
	text-align: center;
	margin: 25px 0px;
}
.f-links ul li {
	display: inline-block;
}
.f-links ul li::after {
	content: "|";
	margin: 0 15px;
	color:#999;
}
.f-links ul li:last-child::after {
	content:normal;
}
.f-links ul li a {
	color:#222;
}
.f-links ul li a:hover {
	color: #b89b5f;
}
.copy {
	background:#e8e8e8;
	text-align:center;
}
.copy p {
	margin: 0px;
	font-size: 14px;
	padding: 8px 0px;
}
.copy p a {
	color: #b89b5f;
}
/*end*/

/*inner-page*/
.inner-page {
	margin-bottom:50px;
}
.i-banner {
	position: relative;
	color:#fff;
	background-attachment: scroll;
	background-image: url(../img/i-banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding:50px 0px;
}
.i-banner h1 {
	float: right;
	font-size: 34px;
	text-align: right;
	width: 100%;
	margin-top: 50px;
	text-shadow: 0px 0px 24px rgba(0, 0, 0, 1);
}
.i-banner h1 span {
	display:block;
	font-size: 16px;
}
.i-heading {
	float: left;
	width: 100%;
	font-size: 30px;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 15px;
}
.i-heading span {
	float: left;
	width: 100%;
	font-size: 16px;
	margin: 3px 0px 0px 0px;
	color: #b89b5f;
}
.i-s-img {
	float: left;
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	border: 1px #ccc solid;
	padding:5px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.i-s-img:hover {
	border: 1px #fff solid;
}
.i-s-img:hover img {
	transform: scale(1.03);
	cursor:pointer;
	filter: brightness(80%);
}
.s-form {
	float: left;
	width: 100%;
	background: #333;
	padding: 20px 30px 30px 30px;
	margin-top: 40px;
}
.s-form .i-heading {
	color:#fff;
	margin-top:0px;
}
.s-form form {
	float: left;
	width: 100%;
}
.s-form form input {
	float: left;
	width: 21%;
	margin-right:10px;
	background:#fff;
	border:none;
}
.s-form form button {
	float:right;
	border: none;
	padding: 8px 14px;
	background: #b89b5f;
	color: #fff;
	text-transform: uppercase;
}
.c-form {
	float: left;
	width: 100%;
	margin-top: 6px;
}
.c-form input, .c-form select, .c-form textarea {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.c-form label {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.c-form label input {
	width: auto;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-right: 9px;
}
.c-form label a:hover {
	text-decoration:underline;
	color: #dd2323;
}
.c-icons {
	float: left;
	width: 100%;
	margin-bottom:25px;
}
.c-icons li {
	float: left;
	width: 100%;
	margin-bottom:9px;
}
.c-icons li i {
	float: left;
	width: 30px;
	color: #fff;
	margin-top: 5px;
	text-align: center;
	background: #b89b5f;
	height: 30px;
	padding-top: 7px;
}
.c-icons li span {
	float: left;
	width: 90%;
	margin-left: 10px;
	padding-top: 7px;
}
.c-icons li:first-child span {
	padding-top: 0px;
}
.test-grid {
	float: left;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
	margin-top: 17px;
}
.test-grid .test-types {
	/*text-align: left;*/
	background: #fff;
	padding: 20px 20px 20px 25px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.test-grid .test-types:hover {
	/*-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);*/
	background:#f1f1f1;
	cursor:pointer;
}
.test-grid .test-types p {
	width: 100%;
	float: left;
	margin-top: 15px;
}
.test-grid .test-img {
	/*float: left;
	width: 65px;*/
}
.test-grid .test-types h3 {
	/*float: left;
	width: auto;*/
	font-size: 20px;
	/*margin: 8px 0px 9px 15px;*/
}
.news {
	float: left;
	width: 100%;
	margin-top: 15px;
}
.news-type {
	float: left;
	width: 100%;
	background: #f1f1f1;
	padding: 20px 20px 30px 25px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	margin-bottom: 27px;
}
.news-type p {
	margin-bottom:0px;
}
.news-type p strong {
	float:left;
	width:100%;
}
.news-type ul {
	float: left;
	width: 100%;
	margin-top: 14px;
}
.news-type ul li {
	float:left;
	width:15%;
	margin-right:10px;
	border: 1px #ccc solid;
	padding: 3px;
}
/*end*/
