
/* ================================= */
/* ------------ GENERAL ------------ */
/* ================================= */

/* Fonts styles
=============== */

/*FONTS */
@font-face {
	font-family: 'robotobold';
	src: url('../fonts/roboto-bold-webfont.eot');
	src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-bold-webfont.woff2') format('woff2'), url('../fonts/roboto-bold-webfont.woff') format('woff'), url('../fonts/roboto-bold-webfont.ttf') format('truetype'), url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotolight';
	src: url('../fonts/roboto-light-webfont.eot');
	src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-light-webfont.woff2') format('woff2'), url('../fonts/roboto-light-webfont.woff') format('woff'), url('../fonts/roboto-light-webfont.ttf') format('truetype'), url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotoregular';
	src: url('../fonts/roboto-regular-webfont.eot');
	src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/roboto-regular-webfont.woff') format('woff'), url('../fonts/roboto-regular-webfont.ttf') format('truetype'), url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Global styles
================= */
body {
	font-family: 'robotoregular';
	margin: 0;
	font-size: 16px;
	padding: 0;
	color: #6D6D6D;
}
ol, ul, dl {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a {
	text-decoration: none!important;
}
a:focus {
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #222222;
}
h1 {
	font-size:50px;
	font-family: 'robotobold';
}
h2 {
	font-size: 35px;
	font-family: 'robotoregular';
}
h3 {
	font-size: 25px;
	font-family: 'robotobold';
}
h4 {
	line-height: 25px;
	font-size: 18px;
}
h5 {
	line-height: 25px;
	font-weight: 600;
	font-size:16px;
}
.section-header .section-title {
	color: #272727;
	margin: 0 0 20px;
	padding-bottom: 20px;
	position: relative;
	text-transform: uppercase;
}
.section-header .section-title::before {
	background: #222222;
	bottom: 0;
	content: "";
	height: 1px;
	left: 47%;
	margin-left: -85px;
	position: absolute;
	width: 250px;
}
.section-header .section-title::after {
	background: #984806;
	border: 5px solid #fff;
	border-radius: 20px;
	bottom: -11px;
	content: "";
	height: 24px;
	left: 50%;
	margin-left: -12px;
	position: absolute;
	width: 24px;
}
.section-header {
	margin-bottom: 50px;
}
.section_padding {
	padding: 0;
/*	
	padding: 10px 0;

margin-top: -20px;*/
}
.padding-top-90 {
	padding-top: 90px;
}
.padding-bottom-90 {
	padding-bottom: 90px;
}
.padding-40 {
  padding: 40px 0;
}
.column-title::after {
	border-bottom: 5px solid #984806;
	bottom: -3px;
	content: " ";
	left: 0;
	position: absolute;
	width: 28%;
}
.column-title {
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	margin-top: 0;
	padding-bottom: 15px;
	position: relative;
}
/* Menu Button Effects */
.hvr-underline-from-center {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
.hvr-underline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #984806;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
	left: 0;
	right: 0;
}
/* Bounce To Bottom */
.hvr-bounce-to-bottom {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #1b1d1f;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom.active:hover {
	color: #fff;
	border: 1px solid #1b1d1f !important;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.back-to-top {
	position: fixed;
	bottom: 0;
	right: 1%;
	width: 42px;
	height: 42px;
	z-index: 1000;
	display: none;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	background: #984806;
	padding: 8px;
}
/* ================================= */
/* ------------ loader ------------- */
/* ================================= */
/* -------------- loader7 -------------- */
#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1200;
}
#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius:100%;
	border: 3px solid transparent;
	border-top-color: #fff;
	-webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
	z-index: 1001;
}
#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius:100%;
	border: 3px solid transparent;
	border-top-color: #e74c3c;
	-webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius:100%;
	border: 3px solid transparent;
	border-top-color: #984806;
	-webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 @-webkit-keyframes spin {
 0% {
 -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
 transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
}
 100% {
 -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
 transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
}
}
@keyframes spin {
 0% {
 -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
 transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
}
 100% {
 -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
 transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
}
}
#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	background: #222222;
	z-index: 1000;
	-webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
	transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}
#loader-wrapper .loader-section.section-left {
	left: 0;
}
#loader-wrapper .loader-section.section-right {
	right: 0;
}
/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
	transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
	transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
	visibility: hidden;
	-webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
	transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
	transition: all 0.3s 1s ease-out;
}
/* JavaScript Turned Off */
.no-js #loader-wrapper {
	display: none;
}
/* ================================= */
/* ------------ Header ------------- */
/* ================================= */
.top-social {
	background: #444444;
}
.padding-0 {
	padding: 0;
}
.address {
	margin-left: 0;
}
.address ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.address ul li {
	color: #fff;
	display: inline;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}
.address ul li .fa {
	color: #fff;
	font-size: 16px;
	line-height: 41px;
	margin-right: 8px;
}
.address ul .addrs {
	margin-right: 20px;
}
.social-icon {
	position: relative;
}
.social-icon ul li {
	display: inline;
	text-align: center;
}
.social-icon ul li a {
	color: #fff;
	font-size: 16px;
	padding: 10px 20px;
	line-height: 41px;
	text-align: center;
	background: #984806;
}
.social-icon ul li a .fa {
	margin-left: 10px;
}
/* --------Booking Button  --------- */
.estimate-toggle > button {
	background: #984806;
	padding: 10px 18px;
	border: none;
	font-size: 15px;
	color: #fff;
}
.estimate-toggle > button .fa {
	margin-left: 10px;
	font-size: 16px;
}
/* --------Booking popup  --------- */
.form {
	background: rgba(19, 35, 47, 0.9);
	padding: 40px;
	max-width: 600px;
	margin: 60px auto;
	border-radius: 4px;
	box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}
.tab-group {
	list-style: none;
	padding: 0;
	margin: 0 0 40px 0;
}
.tab-group:after {
	content: "";
	display: table;
	clear: both;
}
.tab-group li a {
	display: block;
	text-decoration: none;
	padding: 15px;
	background: rgba(160, 179, 176, 0.25) !important;
	color: #a0b3b0;
	font-size: 20px;
	float: left;
	width: 50%;
	text-align: center;
	cursor: pointer;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.tab-group li a:hover {
	background: #179b77;
	color: #ffffff;
}
.tab-group .active a {
	background: #984806 !important;
	color: #ffffff;
}
.tab-content > div:last-child {
	display: none;
}
h1 {
	text-align: center;
/*	color: #ffffff;*/
color: yellow;
	font-weight: 300;
	margin: 0 0 40px;
}
label {
	position: absolute;
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	left: 13px;
	color: rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-backface-visibility: hidden;
	pointer-events: none;
	font-size: 16px;
	font-weight: normal;
}
label .req {
	margin: 2px;
	color: #984806;
}
label.active {
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	left: 2px;
	font-size: 14px;
}
label.active .req {
	opacity: 0;
}
label.highlight {
	color: #ffffff;
}
input, textarea {
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 10px;
	background: none;
	background-image: none;
	border: 1px solid #a0b3b0;
	color: #ffffff;
	border-radius: 0;
	-webkit-transition: border-color .25s ease, box-shadow .25s ease;
	transition: border-color .25s ease, box-shadow .25s ease;
}
.form-control {
	font-size: 16px;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 10px;
	background: none;
	background-image: none;
	border: 1px solid #a0b3b0;
	color: rgba(255, 255, 255, 0.5);
	border-radius: 0;
	-webkit-transition: border-color .25s ease, box-shadow .25s ease;
	transition: border-color .25s ease, box-shadow .25s ease;
}
.form-control:focus, textarea:focus {
	border-color: #984806;
}
input:focus, textarea:focus {
	outline: 0;
	border-color: #984806;
}
textarea {
	border: 2px solid #a0b3b0;
	resize: vertical;
}
.field-wrap {
	position: relative;
	margin-bottom: 15px;
}
.top-row:after {
	content: "";
	display: table;
	clear: both;
}
.top-row > div {
	float: left;
	width: 48%;
	margin-right: 4%;
}
.top-row > div:last-child {
	margin: 0;
}
.button {
	border: 1px solid #222222;
	outline: none;
	border-radius: 0;
	padding: 15px 0;
	font-size: 2rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .1em;
	background: #984806;
	color: #ffffff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-appearance: none;
}
.button-block {
	display: block;
	width: 100%;
}
.forgot {
	margin-top: -20px;
	text-align: right;
}
/************/

header {
	border-bottom: 1px solid #eee;
	z-index: 999;
	background: #fff;
}
.float-right {
	float: right;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
}
.navbar-inverse {
	background: rgba(0, 0, 0, 0)!important;
}
.navbar {
	border: medium none !important;
	padding: 0;
}
.navbar-brand {
/*	margin-top: 10px;	*/
	padding: 0;
}
.marginBottom-0 {
	margin-bottom: 0;
}
.navbar-inverse .navbar-nav > li > a {
	margin: 0 15px;
	padding: 30px 0 0;
	text-transform: uppercase !important;
}
.navbar-inverse .navbar-nav > li > a {
	color: #242121;
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 30px !important;
	text-transform: uppercase;
}
.dropdown-menu {
	list-style: outside none none;
	padding: 0;
	border-radius:0;
}
.dropdown-menu li a {
	color: #222222;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform: capitalize;
	border-bottom:1px solid #984806;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color: #984806;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background-color: #984806;
	color: #fff;
	text-decoration: none;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	color: #222222;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	background-color: #fff;
	color: #222222;
}
.navbar-toggle {
	background: #222;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  background-color:transparent;
  color: #984806;
}
/* ================================= */
/* ------------ Slider ------------- */
/* ================================= */
.tp-caption.title {
	margin-bottom: 20px;
	font-size: 20px !important;
	/* color: #fff; */
	color: yellow;
}
#main-slider h2.tp-caption {
	font-size: 58px;
	margin-bottom: 60px;
	color: #fff;
	line-height: 35px;
}
#main-slider h2.tp-caption > span {
	display: block;
}
#main-slider .tp-caption a {
	margin: 5px;
	color: #fff;
}
#main-slider .tp-caption a.bounce-top-black:hover, #main-slider .tp-caption a.bounce-top-black:focus {
	color: #000;
}
.tp-bannertimer {
	background: rgba(0, 0, 0, 0) url("../images/timer.png") repeat scroll 0 0;
	height: 10px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 200;
}
/* ================================= */
/* ---------- Our Feature ---------- */
/* ================================= */
#feature_work {
	background: #f5f5f5;
}
.feature_bg .col-md-4 {
	padding: 0;
}
.feature_bg {
	background: #fff;
	border: 1px solid #e6e6e6;
	box-shadow: 0 0 1px 0 #e6e6e6;
	margin-top: -100px;
	padding: 15px 25px 5px;
	position: relative;
	z-index: 980;
}
.feature_bg .comercial {
	background: #222222;
	color: #fff;
	border: 10px solid #fff;
	margin: 15px;
	box-shadow: 0px 0px 1px 2px #e6e6e6;
	padding: 5px 10px 0px 10px;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .4s ease-out;
}
.feature_bg .comercial:hover {
	background: #984806;
	color: #fff;
	border: 10px solid #fff;
}
.feature_bg .industrial {
	background: #984806;
	color: #fff;
	border: 10px solid #fff;
	margin: 15px;
	box-shadow: 0px 0px 1px 2px #e6e6e6;
	padding: 5px 10px 0px 10px;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .4s ease-out;
}
.feature_bg .industrial:hover {
	background: #222222;
	color: #fff;
	border: 10px solid #fff;
}
.feature_bg .comercial a, .industrial a {
	color: #fff;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 2.5px;
}
.feature_bg .comercial p, .industrial p {
	font-size: 12px;
}
.feature_bg #feature-demo .item {
	margin: 13px;
}
.feature_bg #feature-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}
.feature_bg h2 span {
	font-family: 'robotobold';
	color: #984806;
}
#feature-demo h3 {
	font-size: 18px;
}
#feature-demo .owl-buttons .owl-prev {
	border: 1px solid #222222;
	border-radius: 100%;
	color: #222222;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin: 0 5px;
	width: 20px;
	padding: 0 7px 0 0;
}
#feature-demo .owl-buttons .owl-next {
	border: 1px solid #222222;
	border-radius: 100%;
	color: #222222;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin: 0 5px;
	width: 20px;
	padding: 0 4px 0 0;
}
#feature-demo .owl-buttons {
	text-align: right;
	padding: 21px 0 9px;
}
#feature-demo .owl-buttons i {
	font-size: 18px;
}
#feature-demo .owl-controls.clickable {
	border-bottom: 1px solid #000;
	display: inline-block;
	float: right;
	margin-right: 15px;
}
#feature-demo .owl-controls .owl-buttons .owl-next:hover {
	color: #984806;
	text-decoration: none;
	border: 1px solid #984806;
}
#feature-demo .owl-controls .owl-buttons .owl-prev:hover {
	color: #984806;
	text-decoration: none;
	border: 1px solid #984806;
}
/* CSS3 Right Effect */
article.css3-3 {
	right: -400px;
	top: 0;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	width: 100%;
}
.text a.css3-3 {
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .4s ease-out;
}
.text a.css3-3:hover {
	color: #984806;
	text-decoration: none;
}
.feature_hvr:hover article.css3-3 {
	right: 0;
}
.single-set {
	overflow: hidden;
	padding: 30px 10px 15px 10px;
}
.feature_hvr {
	border: 10px solid #fff;
	position: relative;
	overflow: hidden;
	height: 100%;
	-webkit-box-shadow: 0 0 3px #000;
	-moz-box-shadow: 0 0 3px #000;
	box-shadow: 0 0 3px #000;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.feature_hvr:hover {
	cursor: pointer;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}
.text {
	background: rgba(0,0,0,0.8);
	color: #fff;
	height: auto;
	width: inherit;
	position: absolute;
}
.text a {
	color: #fff;
	display: block;
	padding: 0 0 10px 20px;
	font-size: 16px;
	font-weight: normal;
	text-shadow: none;
	text-decoration: none;
	width: 400px;
}
.feature_hvr > h4 span {
	font-size: 12px;
	color: #984806;
	border-bottom: 1px solid #222222;
	margin: 0 0 0 50px;
}
.feature_hvr > h4 {
	font-size: 16px;
	color: #222;
}
.feature_hvr > p {
	font-size: 12px;
	color: #6d6d6d;
}
/* CSS3 Left Effect */
article.css3-4 {
	left: -400px;
	bottom: 86px;
	;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	width: 400px;
}
.text a.css3-4 {
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .4s ease-out;
}
.text a.css3-4:hover {
	color: #984806;
	text-decoration: none;
}
.feature_hvr:hover article.css3-4 {
	left: 0;
}


/* ================================= */
/* ------------   why    ----------- */
/* ================================= */
#why {
	padding: 0;
	padding-top: 70px;

/*	background:  url("../images/c.jpg") repeat scroll 0 0;	*/
}


/* ================================= */
/* ------------ About Us ----------- */
/* ================================= */
#about_us {
	padding: 0;
	padding-top: 70px;

/*	background:  url("../images/c.jpg") repeat scroll 0 0;	*/
}
#about_us .media.service-box:first-child {
	margin-top: 40px;
}
#services {
	padding: 100px 0 75px;
}
.service-box h4 {
	border-bottom: 1px solid #984806;
	display: inline-block;
	padding-bottom: 6px;
}
.media .service-box {
	margin: 25px 0;
}
.service-box .media-body p {
	font-size: 12px;
}
.service-box .media-left, .media > .pull-left {
	margin-right: 3px;
}
.media.service-box .pull-left > i {
	font-size: 24px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	width: 64px;
	border-radius: 100%;
	color: #984806;
	box-shadow: inset 0 0 0 1px #984806;
	-webkit-box-shadow: inset 0 0 0 1px #984806;
	transition: background-color 400ms, background-color 400ms;
	position: relative;
	transition: all 0.5s ease 0s;
}
.media.service-box .pull-left > i:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	right: -10px;
	border: 4px solid #fff;
	border-radius: 20px;
	background: #984806;
	transition: all 0.5s ease 0s;
}
.media.service-box:hover .pull-left > i {
	background-image: -moz-linear-gradient(90deg, #222222 0%, #222222 100%);
	background-image: -webkit-linear-gradient(90deg, #222222 0%, #222222 100%);
	background-image: -ms-linear-gradient(90deg, #222222 0%, #222222 100%);
	color: #fff;
	box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
	transform: scale(0.8);
}
/* ================================= */
/* --------- Tab / Progress -------- */
/* ================================= */
.sonny_progressbar {
	margin-bottom: 20px;
}
.sonny_progressbar p.title {
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	line-height: 18px;
	margin: 0;
	padding: 5px 0;
}
.sonny_progressbar .bar-container {
	position: relative;
	height: 40px;
}
.sonny_progressbar .bar-container.shadow {
	-moz-box-shadow: 0px 5px 7px -3px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 5px 7px -3px rgba(0,0,0,.5);
	box-shadow: 0px 5px 7px -3px rgba(0,0,0,.5);
}
.sonny_progressbar .backgroundBar {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}
.sonny_progressbar .bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.sonny_progressbar .targetBar {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	-webkit-animation: AnimationB 4s infinite ease-in-out;
	-moz-animation: AnimationB 4s infinite ease-in-out;
	animation: AnimationB 4s infinite ease-in-out;
	background-image: url(../images/animated-overlay.gif);
}
.sonny_progressbar .targetBar.loader {
	-webkit-animation: AnimationB 4s infinite ease-in-out;
	-moz-animation: AnimationB 4s infinite ease-in-out;
	animation: AnimationB 4s infinite ease-in-out;
	background-image: url(../images/animated-overlay.gif);
}
.sonny_progressbar .bar-container.border .bar, .sonny_progressbar .bar-container.border .targetBar, .sonny_progressbar .bar-container.border .backgroundBar {
	border-bottom: 3px solid rgba(0,0,0,.2);
}
.sonny_progressbar .progress-percent {
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	position: absolute;
	right: 15px;
}
 @keyframes Animation {
 0% {
opacity:.4;
}
 50% {
opacity:1;
}
 100% {
opacity:.4;
}
}
@-moz-keyframes Animation {
 0% {
opacity:.4;
}
 50% {
opacity:1;
}
 100% {
opacity:.4;
}
}
@-webkit-keyframes Animation {
 0% {
opacity:.4;
}
 50% {
opacity:1;
}
 100% {
opacity:.4;
}
}
@keyframes AnimationB {
 0% {
opacity:.01;
}
 50% {
opacity:.1;
}
 100% {
opacity:.01;
}
}
@-moz-keyframes AnimationB {
 0% {
opacity:.01;
}
 50% {
opacity:.1;
}
 100% {
opacity:.01;
}
}
@-webkit-keyframes AnimationB {
 0% {
opacity:.01;
}
 50% {
opacity:.1;
}
 100% {
opacity:.01;
}
}
/* --------- Tab -------- */
.nav.main-tab {
	background: #eee;
	border-bottom: 3px solid #222534;
	border-radius: 3px 3px 0 0;
	margin-top: 42px;
}
.nav.main-tab > li > a {
	color: #272727;
}
.nav.main-tab > li.active > a {
	background: #222534;
	color: #fff;
}
.nav.main-tab > li:first-child > a {
	border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
	border-radius: 0 3px 0 0;
}
#tab-content {
	border: 1px solid #eee;
	border-top: 0;
	padding: 20px 20px 10px;
	border-radius: 0 0 3px 3px;
}
.panel-default {
	border-color: #eee;
}
.panel-default > .panel-heading {
	background-color: #fff;
	border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
	font-size: 14px;
	font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #eee;
}
/* ================================= */
/* --------------- Cta ------------- */
/* ================================= */
#cta {
	padding: 50px 0;
	background-color: #eeeeee;
}
#cta h2 {
	margin-top: 0;
}
#cta .btn {
	margin-bottom: 0;
}
#cta2 {
	background: #242a33 url(../images/cta2/cta2-bg.jpg) no-repeat 50% 50%;
	background-size: cover;
	color: #fff;
	padding-top: 70px;
}
#cta2 .btn {
	margin-top: 10px;
}
#cta2 h2 {
	color: #fff;
	line-height: 1;
}
#cta2 h2 > span {
	color: #984806;
}
#cta2 .cta2_btn {
	background: #984806;
	padding: 10px 20px;
	border: 1px solid #222222;
	color: #fff;
	margin: 20px 0;
}
/* ================================= */
/* ------------ Portfolio ------------- */
/* ================================= */
#portfolio {
	padding: 0;
	padding-top: 70px;
	background: #f5f5f5;
}
#portfolio .portfolio-filter {
	list-style: none;
	padding: 0;
	margin: 0 0 50px;
	display: inline-block;
}
#portfolio .portfolio-filter > li {
	float: left;
	display: block;
}
#portfolio .portfolio-filter > li a {
	display: block;
	padding: 7px 10px;
	background: #222222;
	color: #fff;
	position: relative;
}
#portfolio .portfolio-filter > li a:hover, #portfolio .portfolio-filter > li a.active {
	background: #984806;
	color: #fff;
	box-shadow: 0 -3px 0 0 #eba308 inset;
	-webkit-box-shadow: 0 -3px 0 0 #eba308 inset;
}
#portfolio .portfolio-filter > li a.active:after {
	content: " ";
	position: absolute;
	bottom: -17px;
	left: 50%;
	margin-left: -10px;
	border-width: 10px;
	border-style: solid;
	border-color: #eba308 transparent transparent transparent;
}
#portfolio .portfolio-filter > li:first-child a {
	border-radius: 4px 0 0 4px;
}
#portfolio .portfolio-filter > li:last-child a {
	border-radius: 0 4px 4px 0;
}
#portfolio .portfolio-items {
}
#portfolio .portfolio-item {
	width: 24.9%;
	float: left;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.portfolio-info > p {
	color: #fff;
	font-size: 12px;
}
#portfolio .portfolio-item .portfolio-item-inner {
	position: relative;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
	opacity: 0;
	transition: opacity 400ms;
	-webkit-transition: opacity 400ms;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 8px 0 0 10px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
	font-size: 16px;
	line-height: 1;
	margin: 0;
	color: #fff;
	font-weight: bold;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .fancybox {
	position: absolute;
	top: -18px;
	right: 12px;
	border-radius: 50%;
	background-image: -moz-linear-gradient(90deg, #984806 0%, #984806 100%);
	background-image: -webkit-linear-gradient(90deg, #984806 0%, #984806 100%);
	background-image: -ms-linear-gradient(90deg, #984806 0%, #984806 100%);
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	box-shadow: 0 0 0 2px #fff;
	-webkit-box-shadow: 0 0 0 2px #fff;
}
#portfolio .portfolio-item:hover .portfolio-info {
	opacity: 1;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/* ================================= */
/* ------------ OUR SKILLS ------------ */
/* ================================= */
.our-skills {
	background: url("../images/bg.png") no-repeat center center;
}
.process {
	cursor: default;
	margin: 3em auto;
	width: 1170px;
	max-width:100%;
}
audio, canvas, progress, video {
	max-width:100%;
}
.process-items {
	color: #fff;
	display: table;
	font-size: 18px;
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 60px;
	padding: 0;
	text-align: center;
}
.process-items li {
	display: table-cell;
	transform: scale(0.65) translateY(40px);
	transform-origin: center bottom 0;
	transition: transform 0.5s ease 0s;
	vertical-align: bottom;
	width: 234px;
}
.process-items li img {
	display: inline-block;
	margin-bottom: 5px;
}
img, img:hover, img:focus {
	border: medium none !important;
}
.process-items em {
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}
/* ================================= */
/* ------------ Our EXPERTS ------------ */
/* ================================= */
#team {
	padding-bottom: 0;
}
#team_slider .item {
	margin: 3px;
}
#team_slider .item img {
	display: block;
	width: 100%;
	height: auto;
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
	background: #ccc none repeat scroll 0 0;
	display: block;
	height: 5px;
	margin-right: 7px;
	margin-top: 30px;
	opacity: 1;
	width: 35px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #984806 none repeat scroll 0 0;
	opacity: 1;
}
.content-team-big::before {
	border-bottom: 50px solid #222222;
	border-left: 279px solid transparent;
	border-right: 0 none;
	content: "";
	cursor: pointer;
	height: auto;
	left: 0;
	position: absolute;
	top: -50px;
	transition: all 0.3s ease-in 0s;
	width: auto;
}
.content-team-big {
	background: #222222;
	bottom: -79px;
	margin: -90px 0 0;
	padding: 10px 30px 18px;
	position: relative;
	text-align: center;
	transition: all 0.5s ease 0s;
}
.content-team-big h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 14px;
	text-transform: uppercase;
}
.content-team-big p {
	color: #fff;
	margin-bottom: 7px;
}
.team-big-image:hover .content-team-big {
	bottom: 0;
}
.social-agents li {
	display: inline;
}
.social-agents li a {
	color: #fff;
	margin-right: 5px;
	text-align: center;
}
.social-agents li a:hover {
	color: #984806;
}
/* ================================= */
/* ------------ Partner ------------ */
/* ================================= */
#partner {
	color: #6d6d6d;
	text-align: center;
}
#partner h2, #partner h3 {
	color: #222222;
}
#partner_owl-demo .item img{
	max-width:100%;
	padding:15px;
}
#partner_owl-demo .item {
	display: block;
	padding: 10px 0px;
	margin: 5px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
#partner_owl-demo .owl-buttons {
	padding: 5px 9px;
}
#partner_owl-demo .owl-buttons i {
	margin-top: 2px;
}
#partner_owl-demo .owl-prev {
	left: -45px;
	top: 33px;
}
#partner_owl-demo .owl-next {
	right: -45px;
	top: 33px;
}
#partner_owl-demo .owl-buttons .owl-prev {
	background: #984806;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	margin: 0;
	padding: 7px 14px;
	border: 1px solid transparent;
	position: absolute;
}
#partner_owl-demo .owl-buttons .owl-next {
	background: #984806;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	margin: 0;
	padding: 7px 14px;
	border: 1px solid transparent;
	position: absolute;
}
#partner_owl-demo .owl-buttons:hover {
	opacity: 0.6;
}

/* ================================= */
/* ----------- contacto ------------ */
/* ================================= */
#contacto {
	padding: 0;
	padding-top: 70px;
	background: url("../images/mapa-del-mundo,-fondo-azul-202580.jpg") no-repeat scroll center center;

}

/* ================================= */
/* ------------ Footer ------------- */
/* ================================= */
.footer {
	float: left;
	width: 100%;
	padding: 35px 0px 0px 0px;
	background: #303030 url(../images/footer-graph2.png) no-repeat right bottom;
	color: #A5A5A5;
}
footer h3 {
	color: #fff;
}
/* Footer Top */
.top_footer {
	background: #984806;
	padding: 40px 0;
	margin-bottom: 90px;
}
.top_footer .newsletter .new-btn {
	background: transparent;
	padding: 10px 50px;
	border: 1px solid #222222;
	color: #222222;
}
.top_footer .newsletter .new-btn:hover {
	color: #fff;
}
.top_footer .newsletter input.email {
	border-top:none;
	border-left:none;
	border-right:none;
	border-color:#222222 !important;
	padding: 9px 0 12px 0px;
}
/* Address */
ul.faddress {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.faddress li {
	padding:8px 0px;
	margin: 0px;
}
.faddress li a {
	color: #727272;
	transition: all 0.3s ease;
}
.faddress li .fa {
	color: #984806;
	margin-right:15px;
}
.faddress li a:hover {
	color: #984806;
}
/* flickr */
footer #flickr_badge_wrapper h3 {
	color: #fff;
}
#flickr_badge_wrapper .col-md-4 {
	padding-bottom:10px;
	padding-right: 0;
}
#flickr_badge_wrapper {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#flickr_badge_wrapper img {
	width:100%;
	height:100%;
	border: 0px solid #999 !important;
	transition: all 0.5s ease 0s;
}
#flickr_badge_wrapper img:hover {
	transform: scale(0.8);
}
#flickr_www {
	display:block;
	padding:0 10px 0 10px !important;
}
#flickr_badge_uber_wrapper a:hover, #flickr_badge_uber_wrapper a:link, #flickr_badge_uber_wrapper a:active, #flickr_badge_uber_wrapper a:visited {
	text-decoration:none !important;
	background:inherit !important;
	color:#3993ff;
}
#flickr_badge_wrapper {
	margin-top: 25px;
}
#flickr_badge_source {
	padding:0 !important;
}
/* quick links */
footer .qlinks h3 {
	color: #fff;
}
.qlinks {
	float: left;
	width: 100%;
}
.qlinks ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.qlinks li {
	padding: 4px 0px;
	margin: 0px;
}
.qlinks li .fa {
	color: #984806;
}
.qlinks li a {
	color: #727272;
	transition: all 0.3s ease;
}
.qlinks li a:hover {
	color: #984806;
}
.qlinks li a i {
	margin-right: 3px;
}
.img-logo {
	margin-top: -12px;
}
/* copyrights */
.copyright_info {
	float: left;
	padding: 30px 0px 25px 0px;
	margin: 70px 0px 0px 0px;
	width: 100%;
	color: #727272;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background: rgba(255, 255, 255, 0.05);
}
.copyright_info a {
	margin-top: 10px;
	font-size: 12px;
	color: #984806;
	text-align: right;
	transition: all 0.3s ease;
}
.copyright_info a:hover {
	color: #984806;
}
.copyright_info.two {
	background: #fff;
	color: #999;
}
.copyright_info.two a {
	color: #999;
}
.copyright_info.two a:hover {
	color: #984806;
}
.copyright_info.three {
	background: rgba(255, 255, 255, 0.45);
	color: #999;
}
.copyright_info.three a {
	color: #999;
}
.copyright_info.three a:hover {
	color: #984806;
}
.copyright_info.four {
	background: #e54c4c;
	color: #fff;
	border-top: 3px double rgba(0, 0, 0, 0.12);
}
.copyright_info.four a {
	color: #fff;
}
.copyright_info.four a:hover {
	color: #984806;
	text-decoration: underline;
}
.copyright_info.five {
	background: none;
	color: #999;
	margin-top: 0px;
}
.copyright_info.five a {
	color: #999;
}
.copyright_info.five a:hover {
	color: #984806;
}
.copy-right {
	padding: 15px 0;
	color: #A5A5A5;
}
/* footer social links */
ul.footer_social_links {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.footer_social_links li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
}
.footer_social_links li a i {
	width:40px;
	height:40px;
	text-align: center;
	border-radius: 100%;
	line-height:40px;
	vertical-align: middle;
	background-color: #333;
	color: #999;
	transition: all 0.3s ease;
}
.footer_social_links li a i:hover {
	color: #fff;
	background-color: #984806;
}
.footer_social_links.two li a i {
	background-color: #ccc;
	color: #fff;
}
.footer_social_links.two li a i:hover {
	color: #fff;
	background-color: #984806;
}
.footer_social_links.three li a i {
	background-color: #ccc;
	color: #fff;
}
.footer_social_links.three li a i:hover {
	color: #fff;
	background-color: #984806;
}
.footer_social_links.four li a i {
	background-color: rgba(0, 0, 0, 0.12);
	color: #fff;
}
.footer_social_links.four li a i:hover {
	color: #fff;
	background-color:#984806;
}
/* ================================= */
/* --------- ABOUT US PAGE --------- */
/* ================================= */
#inner_banner {
	background: url(../images/inner_banner.jpg);
	background-size: cover;
	padding: 50px 0;
}
.inner_banner_text {
	background: rgba(0, 0, 0, 1);
	border: 1px solid #fff;
	color: #fff;
	height: 260px;
	margin: 0 auto;
	padding:30px 0 0;
	text-align: center;
	width: 500px;
	text-transform: uppercase;
}
.inner_banner_text h2 span {
	color: #984806;
	font-size: 18px;
}
.inner_banner_text p span {
	color: #984806;
}
.inner_banner_text h2 {
	color: #fff;
	text-transform: uppercase;
	line-height: 50px;
}
.inner_banner_text a {
	color: #fff;
	text-transform: uppercase;
}
.inner_banner_text a:hover {
	color: #984806;
}
.about_banner {
	float: left;
	width: 100%;
}
.mission {
	float: left;
	width: 100%;
}
.blue_box {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.blue_box_top {
	background: #984806;
	font-size: 17px;
	padding: 0 20px;
	text-transform: uppercase;
	line-height: 52px;
	color: #fff;
	float: left;
	width: 100%;
}
.blue_box_bottom {
	border: 1px solid #dfdfdf;
	border-top: none;
	float: left;
	color: #8d8d8d;
	font-size: 13px;
	line-height: 25px;
	padding: 15px 20px 10px;
	width: 100%;
}
.hs_16balck {
	font-size: 16px;
	margin: 0 0 3px;
	padding: 0;
	color: #00000c;
}
.general_btn {
	background: #c30001;
	border: none;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	display: inline-block;
	padding: 0 10px;
}
.general_btn:hover {
	background: #d21011;
}
.top-banner {
	margin-bottom: 20px;
}
/* ================================= */
/* ------- Services Page ------- */
/* ================================= */

.Services_page {
	margin-bottom: 30px;
	text-align: center;
}
.Services_page * {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.Services_page .fa {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	width: 96px;
	height: 96px;
	line-height: 94px;
	font-size: 32px;
	margin: 0 auto 30px;
	color: #984806;
	border: solid 1px #984806;
	transition: all 0.5s ease 0s;
}
.Services_page .title {
	margin-bottom: 30px;
}
.Services_page .description {
	margin-bottom: 30px;
}
.Services_page:hover .fa {
	color: #984806;
	background: #222222;
	transform: scale(0.8);
}
.Services_page:hover .title {
	color: #984806;
}
.more-services {
	margin-bottom: 30px;
}
.more-services .media-left {
	padding-top: 25px;
	padding-left: 1px;
}
.more-services .fa {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size: 32px;
	margin-right: 15px;
	transition: all 0.5s ease 0s;
}
.more-services .title {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-bottom: 10px;
	transition: all 0.5s ease 0s;
}
.more-services .description {
	margin-bottom: 10px;
}
.more-services:hover .fa {
	color: #984806;
	transform: scale(0.8);
}
.more-services:hover .title {
	color: #984806;
}
.panel {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	margin-top: 0;
}
.panel + .panel {
	margin-top: 0 !important;
}
.panel .panel-heading {
	padding: 0;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.panel .panel-heading .panel-title a {
	display: block;
	padding: 10px 15px;
}
.panel .panel-heading .panel-title a .collapse-icon {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	float: right;
}
.panel .panel-heading .panel-title a.collapsed .collapse-icon {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.panel.panel-theme {
	border: solid 1px #eee;
}
.panel.panel-theme + .panel-theme {
	border-top: none;
}
.panel.panel-theme .panel-heading {
	border: none;
}
.panel.panel-theme .panel-heading:hover {
	background: #984806;
	color: #fff;
}
.panel.panel-theme .panel-heading a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: 300 !important;
}
.panel.panel-theme .panel-heading a:not(.collapsed) {
	color: #fff;
	background: #984806;
}
.panel.panel-theme .panel-body {
	border-top: solid 1px #eee !important;
}
.panel:last-child .panel-heading {
	border-bottom-width: 1px;
}
/* ================================= */
/* ------- Services Details -------- */
/* ================================= */
#sync1 .item {
	background: #984806;
	margin: 5px;
	text-align: center;
}
#sync2 .item {
	background: #fff;
	margin: 5px;
	text-align: center;
	cursor: pointer;
}
#sync2 .synced .item {
	background: #984806;
	padding: 0 0 4px;
}
.services_button {
	margin: 20px 0 0;
	text-align: center;
}
.services_button > a {
	background: #984806;
	color: #fff;
	display: inline-block;
	padding: 15px 60px;
	border: 1px solid #222;
}
/* ================================= */
/* ---------- Projects-1 ----------- */
/* ================================= */
.recent-work-inner > h2 {
	color: #fff;
}
.fancybox-effects-c:hover {
	color: #fff;
}
#our-work {
	background: #f4f4f4;
}
#filters {
	margin-bottom:5%;
	padding: 0;
	list-style: none;
	background: #222222;
	display: inline-block;
}
#filters li {
	float: left;
	border-right: 1px solid #984806;
}
#filters li span {
	display: block;
	padding: 15px 25px;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}
#filters li span.active {
	background: #984806;
	color: #fff;
}
#portfoliolist .portfolio-1 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 48%;
	margin: 1%;
	display: none;
	float: left;
	overflow: hidden;
}
.portfolio-wrapper {
	overflow: hidden;
	position: relative !important;
}
.portfolio-1 img {
	max-width: 100%;
	position: relative;
}
.gallery-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 0;
	background: #222222;
	color: #984806;
	vertical-align: middle;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	padding: 25px 18px;
}
.gallery-wrap .overlay .preview {
	bottom: 0;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border-radius: 0;
	background: transparent;
	text-align: center;
	color: #984806;
}
.gallery-wrap:hover .overlay {
	opacity: 1;
}
.gallery-inner {
	background: transparent;
	border: 2px solid #984806;
	border-radius: 0;
	margin-top: 0;
	opacity: 1;
	padding: 10% 33px 0;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
}
.gallery-inner h3 {
	color: #fff;
	text-transform: uppercase;
	border-bottom: 2px solid #984806;
	display: inline-block;
	padding-bottom: 10px;
}
.gallery-wrap a {
	background: #984806;
	color: #fff;
	padding: 8px 20px;
	border: 1px solid #984806;
}
.gallery-wrap a:hover {
	color: #984806;
	border: 1px solid #984806;
}
/* ================================= */
/* ---------- Projects-2 ----------- */
/* ================================= */
#our-projects-2 {
	background: #e5e5e5;
}
#portfoliolist .portfolio-2 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 31%;
	margin: 1%;
	display: none;
	float: left;
	overflow: hidden;
}
.portfolio-2 img {
	max-width: 100%;
	position: relative;
}
/* ================================= */
/* ---------- Projects-1 ----------- */
/* ================================= */
#our-projects-3 {
	background: #e5e5e5;
}
#portfoliolist .portfolio-3 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 23%;
	margin: 1%;
	display: none;
	float: left;
	overflow: hidden;
}
.portfolio-3 img {
	max-width: 100%;
	position: relative;
}
.portfolio-3 .gallery-wrap a {
	background: #984806;
	color: #fff;
	padding: 1.5px 10px;
	border: 1px solid #984806;
}
/* ================================= */
/* --------- Projects-Full --------- */
/* ================================= */
#our-projects-4 {
	background: #e5e5e5;
}
#portfoliolist .portfolio-4 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 24.8%;
	margin: 1.3px;
	display: none;
	float: left;
	overflow: hidden;
}
.portfolio-4 img {
	max-width: 100%;
	position: relative;
}
.portfolio-4 .gallery-wrap a {
	background: #984806;
	color: #fff;
	padding: 1.5px 10px;
	border: 1px solid #984806;
}
/* ================================= */
/* ------- Projects Details -------- */
/* ================================= */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.pro-image {
	margin-right: 15px;
}
.pro-image img {
	max-width: 100%;
}
.pro-imagee img {
	max-width: 100%;
}
.pro-content h4 {
	font-weight: normal;
	margin: 0;
}
.pro-content h4:hover {
	color: #984806;
}
/* ================================= */
/* ------- Product-Full  Page -------*/
/* ================================= */
.background-color-yelo {
	background-color: #e5e5e5;
}
.show-result {
	border-bottom: 1px solid #cecece;
	margin-bottom: 54px;
}
.padding-top-50 {
	padding-top: 50px;
}
.padding-bottom-50 {
	padding-bottom: 50px;
}
.padding-0 {
	padding: 0;
}
.show-result p {
	margin-bottom: 0;
	margin-top: 8px;
}
.show-result select {
	background: #fff;
	border: medium none;
	color: #242121;
	font-size: 15px;
	font-weight: normal;
	padding: 10px 18px;
	width: 100%;
}
.margin-left-33 {
	margin-left: -30px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.product-onee {
	padding: 0 0 0 30px;
}
.product-details {
	background: #984806;
}
.product-details {
	padding-bottom: 35px;
	padding-top: 60px;
	position: relative;
	text-align: center;
}
.product-price {
	background: #242121 none repeat scroll 0 0;
	height: 36px;
	left: 0;
	line-height: 36px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: -18px;
	width: 133px;
}
.product-price h5 {
	color: #fff;
	line-height: 36px;
	margin: 0;
}
.product-details h5 {
	color: #fff;
	font-weight: 400;
	margin: 0;
}
.product-details a {
	border: 1px solid #222;
	color: #222;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	margin-top: 40px;
	padding: 8px 25px;
	text-transform: uppercase;
}
.margin-left-33 {
	margin-left: -30px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}
#projects-1column .load-more {
	margin-top: 20px !important;
}
.load-more {
	margin-top: 50px;
	text-align: center;
}
.load-more i {
	background: #fff;
	border-radius: 100%;
	font-size: 20px;
	height: 62px;
	line-height: 62px;
	margin-bottom: 10px;
	text-align: center;
	width: 62px;
	color: #984806;
}
.load-more p {
	margin: 0;
}
/* ================================= */
/* ------- Product-Full  Page -------*/
/* ================================= */
.padding-right-0 {
	padding-right: 0;
}
.sidebar-widget {
	background: #fff;
	padding: 0 22px 60px;
}
#shop-sidebar .sidebar-widget h3 {
	font-size: 23px;
	margin-top: 0;
	padding-top: 28px;
}
.sidebar-widget h3 {
	font-weight: normal;
	margin-bottom: 20px;
	padding-top: 20px;
	text-transform: uppercase;
}
.margin-bottom-40 {
	margin-bottom: 40px;
}
.sidebar-widget ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.sidebar-widget ul li {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.sidebar-widget ul li a {
	color: #3a3a3a;
	font-size: 14px;
	font-weight: normal;
}
.sidebar-widget ul li a:hover {
	color: #984806;
}
#shop-news-widget p:hover {
	cursor: pointer;
	color: #984806;
}
.range-left {
	border: 2px solid #b9b9b9;
	height: 12px;
	width: 12px;
}
#shop-news-widget .old-price span {
	color: #969696;
	font-weight: 400;
	text-decoration: line-through;
}
.range-center {
	background: #dddddd;
	height: 3px;
	margin-top: 4px;
	width: 148px;
}
.range-left {
	border: 2px solid #b9b9b9;
	height: 12px;
	width: 12px;
}
.range-last {
	height: 3px;
	margin-top: 4px;
	width: 42px;
	background: #f4bc16;
}
.price_range p {
	margin-bottom: 0;
	margin-top: 10px;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.news-widget img {
	margin-right: 18px;
}
#shop-news-widget p {
	font-size: 14px;
	line-height: 20px;
}
.news-widget p {
	margin: 0;
}
#shop-news-widget .old-price {
	color: #242121;
	font-weight: 700;
}
#shop-news-widget p i {
	color: #b0b0b0;
	font-size: 12px;
}
/* ================================= */
/* --------- Shope Details ----------*/
/* ================================= */
.rating span {
	margin-right: 5px;
}
.rating span .fa-star {
	color: #f09101;
}
.add-to-cart {
	border-top: 1px solid #8a8a8a;
}
.add-to-cart select {
	margin-right: 7px;
}
.add-to-cart select {
	background: #f9f9f9 none repeat scroll 0 0;
	border: 1px solid #8a8a8a;
	height: 41px;
	padding-left: 10px;
	width: 100px;
}
.add-to-cart a {
	border: 1px solid #656565;
	color: #656565;
	display: inline-block;
	padding: 8px 27px;
	text-transform: uppercase;
	margin-top: -4px;
}
.cate-name {
	margin: 38px 0;
	color:#984806;
}
.cate-name span {
	color: #242121;
	font-weight: 700;
	margin-right: 5px;
}
.product-reviews-des #tabs li {
	display: inline;
}
.product-reviews-des #tabs .active a {
	background-color: #f4bc16 !important;
}
.product-reviews-des #tabs li a {
	background: #242121 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	padding: 8px 25px;
}
.tab-content > .active {
	display: block;
}
.padding-right-0 {
	padding-right: 0;
}
.padding-left-0 {
	padding-left: 0;
}
.products-description {
	border: 1px solid #d8d8d8;
	padding: 70px 28px;
}
.products-description h4 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0;
}
.margin-top-40 {
	margin-top: 40px;
}
.padding-top-40 {
	padding-top: 40px;
}
/* ================================= */
/* --------- Blog-1  Page -----------*/
/* ================================= */
.page-content {
	background-color: #faf9fb;
}
#sidebar-content #content {
}
.pad-top-80 {
	padding-top: 80px;
}
#sidebar .widget {
	background-color: #fff;
	border-top: 2px solid #984806;
	margin-bottom: 30px;
	padding: 30px;
}
#sidebar .widget .widget-title {
	border-bottom: 1px solid #f8f8f8;
	margin: 0 -30px 30px;
	padding: 0 30px 30px;
}
#sidebar .widget ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
#sidebar .widget ul li {
	border-bottom: 1px solid #f8f8f8;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#sidebar .widget ul li a {
	color: #6f6f6f;
}
.recent-post-content h4 a {
	color: #984806 !important;
}
#sidebar .widget ul li a:hover {
	color: #984806;
}
#sidebar .recent-posts ul li .recent-post-image {
	float: left;
	width: 60px;
}
#sidebar .recent-posts ul li .recent-post-image img {
	height: auto;
	width: 100%;
}
#sidebar .recent-posts ul li .recent-post-content {
	padding-left: 80px;
}
.entry-item {
	margin-bottom: 40px;
}
.entry-item .entry-wrap-content {
	background-color: #fff;
	padding: 40px;
}
.entry-item .entry-title {
	margin-bottom: 0;
	font-size: 25px;
	color: #984806;
}
.entry-item h2.entry-title a {
	color: #984806;
}
.entry-item .entry-info {
	font-size: 13px;
	margin-bottom: 20px;
}
.entry-item .entry-meta {
	border-top: 1px solid #eee;
	font-size: 13px;
	margin-top: 30px;
	padding-top: 30px;
}
.entry-item .entry-info span.title {
	font-size: 13px;
	color: #6f6f6f;
}
.entry-item .entry-meta span.title, .entry-item .entry-info span.title {
	font-weight: 700;
	font-size: 13px;
	color: #6f6f6f;
}
.entry-item .entry-meta span.title, .entry-item .entry-info span.title .fa {
	color: #984806;
}
.desc > a {
	color: #6f6f6f;
}
span.title .btn-slide {
	background: #984806 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	padding: 8px 30px;
	margin: -8px 0;
	border: 1px solid #984806;
}
.entry-item .entry-media iframe {
	height: 400px;
	width: 100%;
}
.entry-item.quotes-format .quotes-info {
	background-color: #222;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 27px;
	padding: 60px;
}
.top-60 {
	margin-top: 60px;
}
.pagenavi ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.pagenavi ul li {
	display: inline-block;
	margin: 0 5px;
}
.pagenavi ul li a, .pagenavi ul li span {
	background-color: #222;
	border-radius: 50%;
	color: #fff;
	display: block;
	min-height: 50px;
	min-width: 50px;
	padding: 12px 0 0;
	text-align: center;
	line-height: 27px;
}
.pagenavi ul li span {
	background-color: #984806;
}
.pagenavi ul li.next a, .pagenavi ul li.prev a {
	border-radius: 50px;
	padding: 12px 25px 0;
}
.pad-bot-80 {
	padding-bottom: 80px;
}
/* ================================= */
/* --------- Blog-2  Page -----------*/
/* ================================= */

.entry-item .entry-wrap-content {
	background-color: #fff;
	padding: 40px;
}
.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}
/* ================================= */
/* ------- Blog-single-1  Page ------*/
/* ================================= */
.comment .avatar {
	float: left;
	width: 70px;
}
.comment .comment-text {
	background: #fff none repeat scroll 0 0;
	margin: 0 0 0 90px;
	padding: 30px;
	position: relative;
}
.comment ul {
	list-style: outside none none;
	margin: 30px 0;
	padding: 0 0 0 90px;
}
.entry-author {
	background-color: #222;
	color: #eee;
	margin-top: -40px;
	padding: 40px;
}
.entry-author .entry-author-avatar {
	float: left;
	height: 100px;
	width: 100px;
}
.entry-author .entry-author-content {
	padding-left: 120px;
}
.comment .comment-text .author {
	margin-bottom: 5px;
	margin-top: 1px;
}
.comment .comment-text .author span {
	display: block;
	line-height: 0.6;
	margin-bottom: 5px;
}
.comment .comment-text .author time, .comment .comment-text .author time a {
	color: #bebebe;
	font-size: 12px;
}
.comment .comment-text {
	background: #fff none repeat scroll 0 0;
	margin: 0 0 0 90px;
	padding: 30px;
	position: relative;
}
.comment .comment-text .author time a::before {
	color: #bebebe !important;
	content: "•";
	margin: 0 5px;
}
.comment .comment-text .author {
	margin-bottom: 5px !important;
	margin-top: 1px !important;
}
.entry-author-content > h3 {
	color: #fff;
	margin-bottom: 15px;
}
/* ================================= */
/* --------- Contact-1 Page -----------*/
/* ================================= */
.contact-us {
	background: url("../images/contact_bg.jpg") no-repeat scroll center center;
	padding: 91px 0 166px 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
.get-in-touch {
	padding-top: 0;
}
.heading {
	padding-bottom: 50px;
}
.contact-us h2 {
	color: #fff !important;
}
.contact-us p {
	color: #fff;
	text-align: center;
}
.contact-info {
	text-align: center;
}
.contact-info a:hover {
	color: #984806;
}
.contact-icon {
	display: block;
	height: 83px;
	width: 83px;
	margin: 0 auto 20px;
	border: 1px solid #fff;
	border-radius: 83px;
	color: #fff;
}
.contact-icon i {
	line-height: 83px;
	font-size: 24px;
}
.contact-text {
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 1px;
}
.get-in-touch {
	background: #f5f5f5;
	position: relative;
}
.heading h2 {
/*  padding-bottom: 50px;*/
}
.necessary-info input[type="text"], #email, #email1 {
	display: block;
	height: 46px;
	width: 100%;
	font-size: 14px;
	padding: 0 15px;
	border: 1px solid #e5e5e5;
	color: #878787;
	background: transparent;
	-webkit-appearance: none;
	border-radius: 0;
}
.necessary-info input[type="text"]:focus, .message-send textarea:focus, #email:focus, #email1:focus {
	border: 1px solid #984806;
}
.message-send textarea {
	width: 100%;
	height: 204px;
	font-size: 14px;
	padding: 15px;
	border: 1px solid #e5e5e5;
	color: #878787;
	background: #ffffff;
	-webkit-appearance: none;
	border-radius: 0;
}
.form-area-wrap {
	background: #ffffff;
}
.form-area {
	overflow: hidden;
	padding: 90px 0;
}
.submit-btn .btn-slide {
	background: #984806;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 22px;
	padding: 6px 56px;
	border: 1px solid #222;
}
.submit-btn {
	text-align: center;
	margin-top: 50px;
}
/* ================================= */
/* ------ Contact us-2 page css -----*/
/* ================================= */
.contact-heading h4 strong {
	color: #984806;
	display: block;
	font-size: 42px;
	font-weight: 800;
	line-height: 0.9;
}
.contact-heading h4 {
	color: #747474;
	font-size: 24px;
	margin-bottom: 0;
}
.bottom-40 {
	margin-bottom: 40px;
}
.top-40 {
	margin-top: 40px;
}
.subheading {
	font-style: italic;
}
.address-group ul li {
	border-bottom: 1px solid #f8f8f8;
	padding-bottom: 10px;
}
.address-group ul li i {
	color: #984806;
	display: inline-block;
	margin-right: 10px;
}
.address-group {
	margin-left: 30%;
}
.address-group h3 {
	margin-bottom: 15px;
}
/* ================================= */
/* ------- Responsive Layout ------- */
/* ================================= */
@media only screen and ( max-width: 1024px) {
h1 {
	font-size: 36px;
	margin-top: 30px;
}
#main-slider .carousel .carousel-content p {
	font-size: 16px;
	margin: 3% 15%;
}
.advisor {
	margin-bottom: 30px;
}
.advisor a {
	margin-bottom: 20px;
}
.attorneys-wrap {
	margin-bottom: 20px;
}
#footer-top .footer-box {
	margin-bottom: 50px;
}
.content-team-big::before {
	border: medium none !important;
}
.masonry-blog {
	height: auto !important;
}
.entry-item.column {
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
}
.product-onee {
	margin-bottom: 30px;
	padding: 0 !important;
}
.margin-left-33 {
	margin-left: 0;
}
.product-onee img {
	width: 100%;
}
}
@media only screen and ( max-width: 767px) {
.nav-collapse {
	width: 100%;
	float: left;
}
.nav-collapse li {
	width: 100%;
	margin: 10px 0;
}
#main-slider .carousel .carousel-content h1 {
	display: none;
}
#main-slider .carousel .carousel-content p {
	display: none;
}
.speciality-detail {
	margin-bottom: 30px;
	padding-bottom: 20px;
}
#portfoliolist .portfolio {
	width: 48%;
	margin: 1%;
}
#ads {
	display: none;
}
#newsletter .form-inline .form-group {
	width: 100%;
}
.nospace {
	padding-left: 15px;
}
h1 {
	font-size: 28px;
}
.green-btn {
	padding: 10px 30px;
	font-size: 16px;
}
.advisor a {
	margin-bottom: 30px;
}
#attorney P {
	padding: 0;
}
#portfolio .portfolio-item {
	box-sizing: border-box;
	width: 100%;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 0;
}
.inner_banner_text {
	height: auto;
	width: 100%;
}
.masonry-blog {
	height: auto !important;
}
.entry-item.column {
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
}
.product-onee {
	margin-bottom: 30px;
	padding: 0 !important;
}
.margin-left-33 {
	margin-left: 0;
}
.product-onee img {
	width: 100%;
}
}
 @media all and (max-width: 700px) {
#navigation {
	position: static;
	margin-top: 20px;
}
#menu-toggle {
	display: block;
}
#main-menu {
	display: none;
	float: none;
}
#main-menu li {
	display: block;
	margin: 0;
	padding: 0;
}
#main-menu > li {
	margin-top: -1px;
}
#main-menu > li:first-child {
	margin-top: 0;
}
#main-menu > li > a {
	background-color: #333;
	border: 1px solid #444;
	color: #bbb;
	display: block;
	font-size: 14px;
	padding: 12px !important;
	padding: 0;
}
#main-menu li > a:hover {
	background-color: #444;
}
#main-menu > li.parent {
	background: none !important;
	padding: 0;
}
#main-menu > li:hover > a, #main-menu > li.current-menu-item > a {
	border: 1px solid #444 !important;
	color: #fff !important;
}
ul.sub-menu {
	display: block;
	margin-top: -1px;
	margin-left: 20px;
	position: static;
	padding: 0;
	width: inherit;
}
ul.sub-menu > li:first-child {
	border-top: 1px solid #444 !important;
}
ul.sub-menu > li > a.parent {
	background: #333 !important;
}
.content-team-big::before {
	border: medium none !important;
}
#portfolio .portfolio-item {
	box-sizing: border-box;
	width: 100%;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 0;
}
.inner_banner_text {
	height: auto;
	width: 100%;
}
.masonry-blog {
	height: auto !important;
}
.entry-item.column {
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
}
.product-onee {
	margin-bottom: 30px;
	padding: 0 !important;
}
.margin-left-33 {
	margin-left: 0;
}
.product-onee img {
	width: 100%;
}
}
 @media only screen and ( max-width: 640px) {
#what_we_do .vertical-tabs .tab-content .portfolio .item .info {
	width: 100%;
	height: 47px;
	left: 0;
	right: 0;
}
#what_we_do .vertical-tabs .tab-content .portfolio .item {
	padding: 0;
}
.width_0 {
	width: 0;
}
.content-team-big::before {
	border: medium none !important;
}
#portfolio .portfolio-item {
	box-sizing: border-box;
	width: 100%;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 0;
}
.float-right {
	float: none;
}
.nav.navbar-nav > li a {
	display: inline-block;
}
.navbar-brand {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle {
	margin-top: 15px;
}
#partner_owl-demo .owl-next {
	right: 0;
}
#partner_owl-demo .owl-prev {
	left: 0;
}
.inner_banner_text {
	height: auto;
	width: 100%;
}
.masonry-blog {
	height: auto !important;
}
.entry-item.column {
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
}
.product-onee {
	margin-bottom: 30px;
	padding: 0 !important;
}
.margin-left-33 {
	margin-left: 0;
}
.product-onee img {
	width: 100%;
}
}

#gesam, #calidad, #procert, #estha, #sso{
	padding-top:150px;
	margin-top:-100px;
	}


			.btn-flotante {
				font-size: 16px; /* Cambiar el tamaÃ±o de la tipografia */
				text-transform: uppercase; /* Texto en mayusculas */
				font-weight: bold; /* Fuente en negrita o bold */
				color: #ffffff; /* Color del texto */
				border-radius: 50%; /* Borde del boton */
				letter-spacing: 2px; /* Espacio entre letras */
				background: #25d366 url(/css/whatsapp.webp) no-repeat 1em center;
				padding: 10px;
				position: fixed;
				bottom: 60px;
				right: 60px;
				transition: all 300ms ease 0ms;
				box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
				z-index: 99;
				display: block;
				width: 70px;
				height: 70px;
			}
			.btn-flotante:hover {
				background-color: #d3252d; /* Color de fondo al pasar el cursor */
				box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
				transform: translateY(-7px);
			}
			@media only screen and (max-width: 600px) {
				.btn-flotante {
					font-size: 14px;
					padding: 10px;
					bottom: 30px;
					right: 30px;
				}
			}	