@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/



body{
	font-family: 'bebas_neue_regularregular';
}

a,
input,
button,
textarea { outline: none !important; }

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}


ul,
ol,
li { list-style: none; }

.col-centered {
	float:none;
	margin:0 auto;	
}

.padding {
	padding:0;
}

.pad-left {
	padding-left:0 !important;
}

.pad-right {
	padding-right:0 !important;
}

*:focus {
	border:none;	
}

/* 1. Global Styles */

/* 2. ========== Bootstrap Class Overwrite Start ==========*/

/* 2.1. ========== Home Navigation Start ==========*/


/*==================================================================*/
/*========== Bootstrap Class Overwrite Start ==========*/
/*==================================================================*/
.header {
	background:url(../images/header-bg.jpg) repeat;
	padding:14px 0 19px 0;
	-webkit-box-shadow: 0px 7px 13px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 7px 13px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 7px 13px 0px rgba(0,0,0,0.75);
	position:relative;
    z-index: 99;
}

.header .logo {
	float:left;	
}

.header .header-right {
	float:right;
}

.header .header-right .number {
    float: right;
    padding-bottom: 32px;
}

.header .header-right .number img {
	margin-right:12px;
	margin-top:-9px;	
}

.header .header-right .number h2 {
	font-size:40px;
	line-height:40px;
	color:#c79b3e;
	font-family: 'bebas_neue_regularregular';	
}


/*========== Header End ==========*/

/*========== Slider Start ==========*/

.slider {
	background:url(../images/slider-bg.png) top center no-repeat;
	background-size:cover;
	background-attachment:fixed;
}

.carousel {
	-webkit-box-shadow: 0 0 8px 1px rgba(21,44,4,.58);
	-moz-box-shadow: 0 0 8px 1px rgba(21,44,4,.58);
	box-shadow: 0 0 8px 1px rgba(21,44,4,.58);	
}

.carousel-caption {
	bottom:auto;
	left:auto;
	right:62px;
	top:37%;
	padding:0;	
}

.carousel-caption h2 {
	margin:0;
	font-family: 'bebas_neue_regularregular';
	font-size:49px;
	line-height:39px;
	color:#251f11;
	text-transform:uppercase;
	position:relative;
	box-shadow:none;
	letter-spacing:2px;
	font-weight:bold;
	text-shadow:none;
}

.carousel-caption h2 span {
	display:block;
	font-size:30px;
	font-weight:normal;
	box-shadow:none;
}


.caption-detail {
	background:url(../images/slider-caption-bg.png) no-repeat;
	background-size:100% 100%;
	padding:32px 33px 28px 40px;
	text-align:right;		
}


/*========== Slider End ==========*/

/*========== Content Start ==========*/
.content .content-title {
	background:url(../images/title-bg.jpg) repeat;
	padding:28px 0 30px 0;
	text-align:center;	
}


.content .content-title h1 {
	font-family: 'bebas_neue_regularregular';
	font-size:60px;
	line-height:60px;
	color:#ffffff;
	text-transform:uppercase;
	margin:0;
	padding:0 0 9px 0;	
	letter-spacing:1px;
}

.content .content-title h4 {
	font-family: 'bebas_neue_regularregular';
	font-size:28px;
	line-height:28px;
	color:#c79b3e;
	text-align:center;
	text-transform:uppercase;
	margin:0;
	padding:0;
	letter-spacing:1px;
}

.content .content-detail {
	background-color:#fff;
	padding:44px 0 40px 0;	
}

.content .detail-title {
	position:relative;
}

.content .detail-title:before {
	position:absolute;
	bottom:-10px;
	left:0;
	width:39px;
	height:1px;
	background-color:#c89b41;
	content:"";
}


.content .detail-title h3 {
	font-family: 'bebas_neue_regularregular';
	font-size:28px;
	line-height:28px;
	color:#251f11;
	letter-spacing: 1px;
	padding:0;
	margin:0 0 30px 0;
}

.service-block { padding:0 10px 0 0; }

.content .services p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:30px;
	color:#251f11;	
}

.content .brand-logos {
	padding:50px 0 0 0;	
}

.content .brand-logos ul {
	margin:0;
	padding:0;
	display:block;
}

.content .brand-logos ul li {
	display:inline-block;
	text-align:center;
	width:19%;
}

.content .brand-logos ul li img {
	display:inline-block;	
}


/*========== Content End ==========*/

/*========== welcome section Start ==========*/
.welcome {
	background:url(../images/bg-img.jpg) top center no-repeat;
	background-attachment:fixed;
	background-size:cover;
	padding:47px 0 35px 0;	
}

.welcome .welcome-block {
	padding:0 3px 0 46px;
}

.welcome .title {
	padding-bottom:30px;	
}

.welcome .title h2 {
	font-family: 'bebas_neue_regularregular';
	font-size:40px;
	line-height:40px;
	color:#fff;
	text-transform:uppercase;
	float:left;
	margin:0;
	padding:0;
	letter-spacing: 1px;
}

.welcome .title ul {
	float:left;
	margin:0;
	padding:0;
}

.welcome .title ul li {
	display:inline-block;
	padding:0 0 0 30px;	
}

.welcome p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#ffffff;
	margin:0 0 19px 0;
	padding:0;
	clear:both;	
}


/*========== welcome section End ==========*/

/*========== articles Section Start ==========*/
.banner img {
	width:100%;
}

.articles .articles-block {
	border-bottom:4px solid #f5f5f5;
	margin-bottom: 30px;
}

.articles .articles-block p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:30px;
	color:#251f11;
	margin-bottom:30px;	
}
.text-content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:30px;
	color:#251f11;
	margin-bottom:30px;	
}

.articles .articles-block h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	line-height:16px;
	color:#251f11;
	margin-bottom: 15px;	
}

.pagination {
	float:right;	
}

.pagination > li {
	display:inline-block;
	line-height: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:20px;
	
	font-weight:bold;
	text-transform:uppercase;
}

.pagination > li > a, .pagination > li > span {
	border:none;
	padding:0 4px;
	color:#251f11;
	margin:0 6px;	
}

.pagination > li.active > a {
	border-bottom:2px solid #251f11;
	background-color:transparent;
	color:#251f11;

}

.pagination > li > a:hover {
	background-color:transparent;
	color:#251f11;
}


.pagination > .active > a:hover {
	background-color:transparent;
	color:#251f11;
}


.pagination > li.prev {
	border-right:1px solid #251f11;	
}

/*========== articles Section End ==========*/



/*========== Photovideo Section Start ==========*/

.photovideo .pad-con {
	margin:0 0 0 -24px;	
}

.photovideo ul {
	margin:0;
	padding:0;
	display:block;	
}

.photovideo .photovideo-block {
	margin-bottom:30px;
	border-bottom:4px solid #f5f5f5;	
}

.photovideo li {
	display:inline-block;
	padding:0 0 37px 24px;
	float:left;
	list-style: none;
}

.photovideo li img {

}


.photovideo li .img img {
	width:100%;
	height: 248px;
    object-fit: cover;
}

.photovideo li .img iframe {
	width: 100% !important;
}

.photovideo li h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:16px;
	color:#251f11;
	font-weight:bold;
}




/*========== Photovideo Section End ==========*/




/*==================================================================*/
/*========== Bootstrap Class Overwrite Class End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/

.footer {
	float:left;
	width:100%;
	background-color:#251f11;
	padding:4px 0 5px 0;
	border-top:2px solid #1b1911;
}

.footer .f-left {
	padding:11px 0 0 0;
	float:left;	
}

.footer .f-left ul {
	display:block;
	float:left;
	margin:0;
	padding:0;	
}

.footer .f-left ul li {
	font-family: 'bebas_neue_regularregular';
	font-size:16px;
	line-height:16px;
	color:#fff;
	text-transform:uppercase;
	padding:0 6px 0 0;
	margin:0 6px 0 0;
	border-right:1px solid #fff;
	display:inline-block;
	letter-spacing:1px;	
}

.footer .f-left ul li:last-child {
	margin:0;
	padding:0;
	border:none;	
}

.footer .f-left ul li a{
	font-family: 'bebas_neue_regularregular';
	font-size:16px;
	line-height:16px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
}

.footer .f-right {
	float:right;
}

.footer .f-right ul {
	float:right;
	display:block;
	margin:0;
	padding:0;
}

.footer .f-right ul li {
	float:left;
	display:inline-block;
	padding:0 0 0 30px;	
}




/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/
/*update navigation */
.navigation {
	float:right;
	clear:both;	
}

.sm-simple {
	border:none !important;
	box-shadow:none !important;
	background:none !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	-ms-box-shadow:none !important;
	-o-box-shadow:none !important;
	float:right !important;
}
.sm-simple a {
	font-family: 'bebas_neue_regularregular' !important;
	font-weight:bold !important;
	font-size:20px !important;
	line-height:20px !important;
	color:#fff !important;
	text-transform:uppercase !important;
	padding:0 0 7px 0 !important;
	border-bottom:1px solid transparent !important;
	font-weight:normal !important;
	letter-spacing:1px;
}

.sm-simple ul {
	background:url(../images/header-bg.jpg) repeat !important;
	border:none !important;
	width:100%;
}

.sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
	background-color:transparent !important;
	padding:0 0 7px 0 !important;
}

.sm-simple > li {
	padding:0 7px !important;	
}

.sm-simple > li.active a {
	border-bottom:1px solid #c89b41 !important;	
}

.sm-simple > li.menu-item-has-children {
	position: relative !important;
}

.sm-simple > li.menu-item-has-children a {
	padding-right: 8px !important;
}


.sm-simple > li.menu-item-has-children:after {
	content: "\f078";
    font-family: FontAwesome;
    right: 8px;
    position: absolute;
    top: 6px;
    color: #fff;
    font-size: 8px;
}

.sm-simple > li.menu-item-has-children ul {
	width: 100% !important;
}

.custom-tel{
    color: #c79b3e;
}
.custom-tel:hover{
    color: #c79b3e;
    text-decoration: none;
}

a.btn:link, a.btn:visited
	{background: #c79b3e none repeat scroll 0 0;
    line-height: 20px;
    margin-bottom: 15px;
    padding: 10px 15px;
	color: white;
	font-weight: bold;
	}
	
a.btn:hover
	{background: #deab3f none repeat scroll 0 0;
  }