/********************** Font Face ************************/
/********************** Font Face ************************/
@font-face {
    font-family: 'AkzidenzGroteskBQLight';
    src: url('fonts/AkzidenzGroteskBQLight/fonts/AkzidenzGroteskBQLight.eot');
    src: url('fonts/AkzidenzGroteskBQLight/fonts/AkzidenzGroteskBQLight.eot') format('embedded-opentype'),
         url('fonts/AkzidenzGroteskBQLight/fonts/AkzidenzGroteskBQLight.woff2') format('woff2'),
         url('fonts/AkzidenzGroteskBQLight/fonts/AkzidenzGroteskBQLight.woff') format('woff'),
         url('fonts/AkzidenzGroteskBQLight/fonts/AkzidenzGroteskBQLight.ttf') format('truetype'),
         url('fonts/AkzidenzGroteskBQLight/fonts/AkzidenzGroteskBQLight.svg#AkzidenzGroteskBQLight') format('svg');
}
@font-face {
    font-family: 'AkzidenzGroteskBQRegular';
    src: url('fonts/AkzidenzGroteskBQRegular/fonts/AkzidenzGroteskBQRegular.eot');
    src: url('fonts/AkzidenzGroteskBQRegular/fonts/AkzidenzGroteskBQRegular.eot') format('embedded-opentype'),
         url('fonts/AkzidenzGroteskBQRegular/fonts/AkzidenzGroteskBQRegular.woff2') format('woff2'),
         url('fonts/AkzidenzGroteskBQRegular/fonts/AkzidenzGroteskBQRegular.woff') format('woff'),
         url('fonts/AkzidenzGroteskBQRegular/fonts/AkzidenzGroteskBQRegular.ttf') format('truetype'),
         url('fonts/AkzidenzGroteskBQRegular/fonts/AkzidenzGroteskBQRegular.svg#AkzidenzGroteskBQRegular') format('svg');
}
/********************** Font Face ************************/
/********************** Font Face ************************/
body{
	font-family: 'AkzidenzGroteskBQLight';
	font-size: 16px;
	color: #ffffff;
	background-color: #000000;
}
a{
	color: #ef4d00;
}
a:hover{
	color: #ef4d00;
}
h1,h2,h3,h4,h5,h6{
	color: #ef4d00;
	font-family: 'AkzidenzGroteskBQLight';
}
.wrapper-website{
	float: left;
	width: 100%;
	border-top: 6px solid #ef4d00;
}
.wrapper-website img{
	max-width: 100%;
}
.wrapper-header{
	float: left;
	width: 100%;
	background-color: #000000;
	background-image: url('images/bg-header.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}
#main-menu{
	margin-top: 10px;
	padding: 3px;
}
#main-menu.bg-light{
	background: #9c3707 !important;
}
#main-menu.navbar-light .nav-link{
	font-family: 'AkzidenzGroteskBQLight';
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
}
#main-menu.navbar-light .active .nav-link,
#main-menu.navbar-light .nav-link:hover, 
#main-menu.navbar-light .nav-link:active, 
#main-menu.navbar-light .nav-link.show, 
#main-menu.navbar-light .show > .nav-link{
	background-color: #52555c;	
}
#main-menu.navbar-light .dropdown-menu{
	top: 95%;
	background-color: #9c3707;
}
#main-menu.navbar-light .dropdown-menu .dropdown-item{
	color: #ffffff;
}
#main-menu.navbar-light .dropdown-menu .dropdown-item:hover,
#main-menu.navbar-light .dropdown-menu .active .dropdown-item{
	background-color: #52555c;
}
#main-menu.navbar-light .navbar-toggler{
	background-color: #ffffff;
}
#main-menu.navbar-light .navbar-toggler span{
	width: 24px;
	height: 24px;
}
.wrapper-content{
	float: left;
	width: 100%;
}
.wrapper-footer{
	float: left;
	width: 100%;
	padding: 40px 0px;
	color: #fff;
	border-top: 10px solid #9c3707;
	background-color: #000000;
	background-image: url('images/bg-header.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}
.wrapper-footer a{
	color: #fff;
}
.wrapper-section{
	float: left;
	width: 100%;
}
.wrapper-slider{
	float: left;
	width: 100%;
}
.cycle-slideshow{
	float: left;
	width: 100%;
}
.cycle-slideshow .item-slider{
	position: relative;
	float: left;
	width: 100%;
}
.cycle-slideshow .item-slider img{
	float: left;
	width: 100%;
}
.cycle-slideshow .item-slider .slider-description{
	position: absolute;
	bottom: 30px;
	left: 70px;
}
.slider-description-title{
	display: inline-block;
	padding: 5px 15px 3px 15px;
	margin-bottom: 15px;
	font-size: 36px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #f14e00;
}
.slider-description-text{
	font-size: 30px;
	color: #ffffff;
	background-color: #000000;
	display: inline-block;
	padding: 5px 15px 3px 15px;
	margin-bottom: 15px;
}
.slider-description-text p{
	margin-bottom: 0px;
}
.slider-link{
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	background-color: #9c3707;
	padding: 5px 18px;
}
.slider-link:hover,
.slider-link:active{
	color: #ffffff;
}
.slider-separator{
	display: block;
	height: 1px;
}
.menu-slider-bottom{
	float: left;
	width: 100%;
	padding: 10px 15px;
	background-color: #16181c;
}
.menu-slide{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
.menu-slide li{
	display: inline-block;
	background-image: url('images/menu-slide-separator.png');
	background-position: center right;
	background-repeat: no-repeat;
	padding: 1px 16px 1px 10px;
}
.menu-slide li:first-child{
	padding-left: 0px;
}
.menu-slide li:last-child{
	padding-right: 0px;
	background-image: none;
}
.menu-slide li a{
	color: #ef4d00;
	font-size: 15px;
	text-transform: uppercase;
}
.main-content-box{
	float: left;
	width: 100%;
	padding-top: 25px;
}
#secondary{
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.widget{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.widget .widget-title{
	font-size: 24px;
	color: #ef4d00;
	margin-bottom: 15px;
}
.widget.widget-form .widget-title{
	color: #ffffff;
}
.widget-form{
	padding: 20px;
	background-color: #9c3707;
}
.widget-form a{
	color: #ffffff;
	font-weight: bold;
	box-shadow: none !important;
	margin-left: 5px;
}
.widget-form a:hover{
	color: #ffffff;
}
.widget-form label{
	color: #ffffff;
	font-size: 16px;
}
.widget-form input[type="submit"]{
	font-size: 18px;
	color: #ffffff;
	background-color: #000000;
	border: 0px;
	text-align: center;
	width: 100%;
	padding: 5px 10px;
	cursor: pointer;
}
.widget-form textarea{
	height: 150px;
}
.menu-footer{
	margin: 0px;
	margin-bottom: 30px;
	padding: 0px;
	display: block;
	list-style: none;
}
.menu-footer li{
	margin: 1px 8px;
	display: inline-block;
}
.menu-footer li:first-child{
	margin-left: 0px;
}
.menu-footer li:last-child{
	margin-right: 0px;
}
.menu-footer li a{
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}
.copyright{
	margin-bottom: 0px;
}
.phone-footer{
	display: inline-block;
	width: 254px;
	height: 73px;
	font-size: 22px;
	font-style: italic;
	padding-left: 72px;
	padding-top: 20px;
	background-image: url('images/phone-footer.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%
}
.phone-header{
	display: inline-block;
	width: 254px;
	height: 73px;
	font-size: 22px;
	font-style: italic;
	color: #ffffff;
	padding-right: 72px;
	padding-top: 20px;
	margin-top: 35px;
	background-image: url('images/phone-header.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.phone-header:hover{
	color: #ffffff;
}
.wrapper-clients{
	margin-top: 30px;
	float: left;
	width: 100%;
}
.clients-box{
	float: left;
	width: 100%;
	border-top: 6px solid #9c3707;
	padding: 30px 0px;
}
.our-clients{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
.our-clients li{
	display: inline-block;
	margin: 5px 6px;
}
.our-clients li a{
	display: block;
}
.our-clients li a img{
	max-width: 150px;
}
.item-testimonial{
	float: left;
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
}
.testimonial-description{
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.testimonial-description-content{
	float: left;
	width: 100%;
	background-color: #e5e5e5;
	color: #333333;
	padding: 15px;
	border-radius: 2px;
}
.testimonial-description-detail{
	float: left;
	width: 100%;
	height: 10px;

	background-image: url('images/testimonial-detail-arrow.png');
	background-position: center;
	background-repeat: no-repeat;
}
.testimonial-name{
	text-transform: uppercase;
	font-size: 18px;
	float: left;
	width: 100%;
}
.testimonial-title{
	color: #e5e5e5;
	font-size: 16px;
	font-style: italic;
	float: left;
	width: 100%;
}
.solutions-box{
	float: left;
	width: 100%;
}
.solution-item{
	float: left;
	width: 100%;
	padding: 20px;
	margin-bottom: 15px;
	border-radius: 2px;
	color: #ffffff;
	background-color: #9c3707;
}
.solution-item h1,
.solution-item h2,
.solution-item h3,
.solution-item h4,
.solution-item h5,
.solution-item h6{
	color: #ffffff;
}
.solution-title{
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
}
.img-solution{
	width: 100%;
	margin-bottom: 10px;
}
.solution-item ul{
	padding-left: 20px;
}
.solution-item a{
	color: #ffffff;
}
.solution-view-more{
	display: inline-block;
	color: #ffffff;
	background-color: #000000;
	padding: 5px 15px;
}
.main-content-box ul{
	padding-left: 30px;
}
.banner-box{
	position: relative;
	float: left;
	width: 100%;
}
.banner-box img{
	float: left;
	width: 100%;
}
.banner-box .banner-text{
	position: absolute;
	left: 30px;
	bottom: 30px;
	display: inline-block;
	padding: 5px 15px 3px 15px;
	margin-bottom: 15px;
	font-size: 34px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #f14e00;

	z-index: 100;
}
.main-content-box textarea{
	height: 150px;
}
.main-content-box input[type="submit"]{
	font-size: 18px;
	color: #ffffff;
	background-color: #9c3707;
	border: 0px;
	text-align: center;
	padding: 8px 25px;
	cursor: pointer;
}
div.wpcf7-response-output{
	margin: 5px;
}
.main-content-box input[type="text"],
.main-content-box input[type="email"],
.main-content-box textarea{
	border: 2px solid #ef4d00;
}
.header-phone-align{
	text-align: right;
}