/* #Table of Contents

1. Site Styles
2. Header
3. Navigation
4. Elements
5. Footer
6. Media Queries
7. Keyframes
================================================== */



/* ========================= Site Styles ========================= */

html {
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.25),
only screen and (min-device-pixel-ratio:1.25),
only screen and (min-resolution:200dpi),
only screen and (min-resolution:1.25dppx) {
	body {
		-webkit-font-smoothing: subpixel-antialiased;
	}
}


body {
	font-family: Poppins, Arial, sans-serif;
	color: #707070;
	font-size: 14px;
	line-height: 26px;
	font-weight: 300;
}

p {
	margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Montserrat, Arial, sans-serif;
	color: #202020;
	font-weight: 400;
	margin-top: 0px;
}

h1,
h2,
h3,
h4 {
	margin-bottom: 15px;
}

h5,
h6 {
	margin-bottom: 10px;
}

h1 {
	font-size: 42px;
	line-height: 52px;
}

h2 {
	font-size: 36px;
	line-height: 44px;
}

h3 {
	font-size: 30px;
	line-height: 38px;
}

h4 {
	font-size: 24px;
	line-height: 32px;
}

h5 {
	font-size: 18px;
	line-height: 24px;
}

h6 {
	font-size: 14px;
	line-height: 20px;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	color: #fc603b;
}

a,
a:visited {
	color: #fc603b;
	-webkit-transition: color .2s ease, background-color .2s ease, background .2s ease, border .2s ease, outline .2s ease, opacity .2s ease-in-out;
	transition: color .2s ease, background-color .2s ease, background .2s ease, border .2s ease, outline .2s ease, opacity .2s ease-in-out;
}

a:hover {
	color: #444;
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #202020;
}

a:focus {
	text-decoration: none;
}

ul li {
	line-height: inherit;
}

figure {
	margin: 0px;
}

figure img {
	width: 100%;
}

figure iframe {
	overflow: hidden;
	width: 100% !important;
	background-color: #f4f4f4;
	border: 0px;
}

video {
	width: 100%;
	height: auto;
}

.no-padding-top {
	padding-top: 0px !important;
}

.no-padding-right {
	padding-right: 0px !important;
}

.no-padding-bottom {
	padding-bottom: 0px !important;
}

.no-padding-left {
	padding-left: 0px !important;
}

.padding-top10,
.padding-top10-lg {
	padding-top: 10px !important;
}

.padding-top20,
.padding-top20-lg {
	padding-top: 20px !important;
}

.padding-top30,
.padding-top30-lg {
	padding-top: 30px !important;
}

.padding-top40,
.padding-top40-lg {
	padding-top: 40px !important;
}

.padding-top50,
.padding-top50-lg {
	padding-top: 50px !important;
}

.padding-top60,
.padding-top60-lg {
	padding-top: 60px !important;
}

.padding-top70,
.padding-top70-lg {
	padding-top: 70px !important;
}

.padding-top80,
.padding-top80-lg {
	padding-top: 80px !important;
}

.padding-bottom10,
.padding-bottom10-lg {
	padding-bottom: 10px !important;
}

.padding-bottom20,
.padding-bottom20-lg {
	padding-bottom: 20px !important;
}

.padding-bottom30,
.padding-bottom30-lg {
	padding-bottom: 30px !important;
}

.padding-bottom40,
.padding-bottom40-lg {
	padding-bottom: 40px !important;
}

.padding-bottom50,
.padding-bottom50-lg {
	padding-bottom: 50px !important;
}

.padding-bottom60,
.padding-bottom60-lg {
	padding-bottom: 60px !important;
}

.padding-bottom70,
.padding-bottom70-lg {
	padding-bottom: 70px !important;
}

.padding-bottom80,
.padding-bottom80-lg {
	padding-bottom: 80px !important;
}

.no-margin-top,
.no-margin-top-lg {
	margin-top: 0px !important;
}

.no-margin-right,
.no-margin-right-lg {
	margin-right: 0px !important;
}

.no-margin-bottom,
.no-margin-bottom-lg {
	margin-bottom: 0px !important;
}

.no-margin-left,
.no-margin-left-lg {
	margin-left: 0px !important;
}

.margin-top10,
.margin-top10-lg {
	margin-top: 10px !important;
}

.margin-top20,
.margin-top20-lg {
	margin-top: 20px !important;
}

.margin-top30,
.margin-top30-lg {
	margin-top: 30px !important;
}

.margin-top40,
.margin-top40-lg {
	margin-top: 40px !important;
}

.margin-top50,
.margin-top50-lg {
	margin-top: 50px !important;
}

.margin-top60,
.margin-top60-lg {
	margin-top: 60px !important;
}

.margin-top70,
.margin-top70-lg {
	margin-top: 70px !important;
}

.margin-top80,
.margin-top80-lg {
	margin-top: 80px !important;
}

.margin-bottom10,
.margin-bottom10-lg {
	margin-bottom: 10px !important;
}

.margin-bottom20,
.margin-bottom20-lg {
	margin-bottom: 20px !important;
}

.margin-bottom30,
.margin-bottom30-lg {
	margin-bottom: 30px !important;
}

.margin-bottom40,
.margin-bottom40-lg {
	margin-bottom: 40px !important;
}

.margin-bottom50,
.margin-bottom50-lg {
	margin-bottom: 50px !important;
}

.margin-bottom60,
.margin-bottom60-lg {
	margin-bottom: 60px !important;
}

.margin-bottom70,
.margin-bottom70-lg {
	margin-bottom: 70px !important;
}

.margin-bottom80,
.margin-bottom80-lg {
	margin-bottom: 80px !important;
}

.required {
	color: #ff3d3d;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
.ie input[type="range"],
.ie9 input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
	height: 54px;
	color: #555;
	font-size: 14px;
	font-weight: 300;
	background-color: #f6f6f6;
	padding: 0px 20px;
	border: 0px;
	outline: none !important;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, .05) inset;
	-webkit-transition: color .2s ease, background-color .2s ease, box-shadow .2s ease;
	transition: color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #555;
}

input[type="datetime"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #555;
}

input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #555;
}

input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #555;
}

.ie input[type="color"],
.ie input[type="date"],
.ie input[type="datetime"],
.ie input[type="datetime-local"],
.ie input[type="email"],
.ie input[type="month"],
.ie input[type="number"],
.ie input[type="password"],
.ie input[type="range"],
.ie input[type="search"],
.ie input[type="tel"],
.ie input[type="text"],
.ie input[type="time"],
.ie input[type="url"],
.ie input[type="week"] {
	line-height: 54px;
}

input[type="color"]::-webkit-color-swatch-wrapper {
	padding: 0px;
}

input[type="color"]::-webkit-color-swatch {
	border: 0px;
}

@-moz-document url-prefix() {
	input[type="color"] {
		height: 31px;
		padding: 0px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type="color"] {
		height: 31px;
		padding: 0px;
	}

	::i-block-chrome,
	input[type="color"] {
		height: 54px;
		padding: 0px 20px;
	}
}

input[type="date"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-inner-spin-button {
	display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="datetime-local"]::-webkit-calendar-picker-indicator,
input[type="month"]::-webkit-calendar-picker-indicator,
input[type="week"]::-webkit-calendar-picker-indicator {
	background: #e0e0e0;
	margin-left: 5px;
}

input[type="file"] {
	line-height: 1;
}

input[type="image"] {
	background: none;
}

input[type="number"]::-webkit-inner-spin-button {
	display: block;
	position: relative;
	width: 8px;
	color: #333;
	text-align: center;
	cursor: pointer;
	margin-right: -20px;
}

input[type="time"]::-webkit-inner-spin-button {
	margin: 14px 0px 0px 5px;
}

select,
textarea {
	height: auto;
	padding: 14.5px 16px;
}

::i-block-chrome,
select {
	padding: 10px 20px;
	-webkit-appearance: none;
}

textarea {
	padding-left: 20px;
	padding-right: 20px;
}

input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
.ie input[type="range"]:focus,
.ie9 input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
select:focus,
textarea:focus {
	background-color: #f0f0f0;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, .06) inset;
}

input[type="color"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="email"]:disabled,
input[type="month"]:disabled,
input[type="number"]:disabled,
input[type="password"]:disabled,
.ie input[type="range"]:disabled,
.ie9 input[type="range"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="text"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="week"]:disabled,
select:disabled,
textarea:disabled {
	color: #9a9a9a;
	background-color: #d0d0d0;
	box-shadow: none;
}

input[type="datetime"]:disabled::-webkit-input-placeholder,
input[type="email"]:disabled::-webkit-input-placeholder,
input[type="number"]:disabled::-webkit-input-placeholder,
input[type="password"]:disabled::-webkit-input-placeholder,
input[type="search"]:disabled::-webkit-input-placeholder,
input[type="tel"]:disabled::-webkit-input-placeholder,
input[type="text"]:disabled::-webkit-input-placeholder,
input[type="url"]:disabled::-webkit-input-placeholder,
textarea:disabled::-webkit-input-placeholder {
	color: #9a9a9a;
}

input[type="datetime"]:disabled:-moz-placeholder,
input[type="email"]:disabled:-moz-placeholder,
input[type="number"]:disabled:-moz-placeholder,
input[type="password"]:disabled:-moz-placeholder,
input[type="search"]:disabled:-moz-placeholder,
input[type="tel"]:disabled:-moz-placeholder,
input[type="text"]:disabled:-moz-placeholder,
input[type="url"]:disabled:-moz-placeholder,
textarea:disabled:-moz-placeholder {
	color: #9a9a9a;
}

input[type="datetime"]:disabled::-moz-placeholder,
input[type="email"]:disabled::-moz-placeholder,
input[type="number"]:disabled::-moz-placeholder,
input[type="password"]:disabled::-moz-placeholder,
input[type="search"]:disabled::-moz-placeholder,
input[type="tel"]:disabled::-moz-placeholder,
input[type="text"]:disabled::-moz-placeholder,
input[type="url"]:disabled::-moz-placeholder,
textarea:disabled::-moz-placeholder {
	color: #9a9a9a;
}

input[type="datetime"]:disabled:-ms-input-placeholder,
input[type="email"]:disabled:-ms-input-placeholder,
input[type="number"]:disabled:-ms-input-placeholder,
input[type="password"]:disabled:-ms-input-placeholder,
input[type="search"]:disabled:-ms-input-placeholder,
input[type="tel"]:disabled:-ms-input-placeholder,
input[type="text"]:disabled:-ms-input-placeholder,
input[type="url"]:disabled:-ms-input-placeholder,
textarea:disabled:-ms-input-placeholder {
	color: #9a9a9a;
}

.btn-custom,
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
	color: #FFF !important;
	font-size: 14px;
	line-height: 54px;
	text-align: left;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
	background-color: #fc603b;
	padding: 16px 30px 15px;
	border: 0px;
	outline: none !important;
	border-radius: 2px;
	-webkit-transition: color .2s ease, background-color .2s ease, background .2s ease;
	transition: color .2s ease, background-color .2s ease, background .2s ease;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
	line-height: 1;
	padding-top: 20px;
	padding-bottom: 20px;
}

.btn-custom.btn-blue,
input[type="button"].btn-blue,
input[type="submit"].btn-blue,
input[type="reset"].btn-blue,
button.btn-blue {
	background-color: #45aeff;
}

.btn-custom.btn-blue:hover,
input[type="button"].btn-blue:hover,
input[type="submit"].btn-blue:hover,
input[type="reset"].btn-blue:hover,
button.btn-blue:hover {
	background-color: #329cee;
}

.btn-custom.btn-green,
input[type="button"].btn-green,
input[type="submit"].btn-green,
input[type="reset"].btn-green,
button.btn-green {
	background-color: #4dce43;
}

.btn-custom.btn-green:hover,
input[type="button"].btn-green:hover,
input[type="submit"].btn-green:hover,
input[type="reset"].btn-green:hover,
button.btn-green:hover {
	background-color: #38b92e;
}

.btn-custom.btn-orange,
input[type="button"].btn-orange,
input[type="submit"].btn-orange,
input[type="reset"].btn-orange,
button.btn-orange {
	background-color: #fc603b;
}

.btn-custom:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.btn-custom.btn-orange:hover,
input[type="button"].btn-orange:hover,
input[type="submit"].btn-orange:hover,
input[type="reset"].btn-orange:hover,
button.btn-orange:hover {
	background-color: #ec502c;
}

.btn-custom.btn-pink,
input[type="button"].btn-pink,
input[type="submit"].btn-pink,
input[type="reset"].btn-pink,
button.btn-pink {
	background-color: #ff6c99;
}

.btn-custom.btn-pink:hover,
input[type="button"].btn-pink:hover,
input[type="submit"].btn-pink:hover,
input[type="reset"].btn-pink:hover,
button.btn-pink:hover {
	background-color: #eb5180;
}

.btn-custom.btn-purple,
input[type="button"].btn-purple,
input[type="submit"].btn-purple,
input[type="reset"].btn-purple,
button.btn-purple {
	background-color: #b865fe;
}

.btn-custom.btn-purple:hover,
input[type="button"].btn-purple:hover,
input[type="submit"].btn-purple:hover,
input[type="reset"].btn-purple:hover,
button.btn-purple:hover {
	background-color: #a14beb;
}

.btn-custom.btn-yellow,
input[type="button"].btn-yellow,
input[type="submit"].btn-yellow,
input[type="reset"].btn-yellow,
button.btn-yellow {
	background-color: #fab32b;
}

.btn-custom.btn-yellow:hover,
input[type="button"].btn-yellow:hover,
input[type="submit"].btn-yellow:hover,
input[type="reset"].btn-yellow:hover,
button.btn-yellow:hover {
	background-color: #e59f17;
}

.btn-custom.disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled,
button:disabled,
.btn-custom.disabled:hover,
input[type="button"]:disabled:hover,
input[type="submit"]:disabled:hover,
input[type="reset"]:disabled:hover,
button:disabled:hover {
	color: #9a9a9a !important;
	background: #d0d0d0;
	cursor: default;
}

.btn-play {
	display: inline-block;
	width: 120px;
	height: 120px;
	font-size: 0px;
	text-indent: -99999px;
	background: url(../images/btn-play.png) no-repeat center center;
	padding: 0px;
	border-radius: 50%;
	-webkit-transition: background-color .2s ease;
	transition: background-color .2s ease;
}

.btn-play:hover {
	background-color: rgba(252, 96, 59, .1);
}

button.close {
	font-family: Arial, Helvetica, sans-serif;
	color: #404040 !important;
	font-size: 20px;
	margin: 0px;
	border-radius: 0px;
	box-shadow: none;
}

button.close:hover {
	color: #111;
	background: none;
	border: 0px;
}

.aligncenter {
	display: block;
	margin: 0px auto 20px;
}

.alignright {
	float: right;
	margin: 10px 0px 10px 10px;
}

.alignleft {
	float: left;
	margin: 10px 10px 10px 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}

.textleft {
	text-align: left;
}

.img-style-left {
	box-shadow: 1px 2px 2px rgba(0, 0, 0, .25);
}

.img-style-right {
	box-shadow: -1px 2px 2px rgba(0, 0, 0, .25);
}

.img-hover {
	overflow: hidden;
	position: relative;
}

.img-hover .img-hover-masked {
	visibility: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(255, 255, 255, .25);
	opacity: 0;
	-webkit-transition: visibility .2s ease-in-out, opacity .2s ease-in-out;
	transition: visibility .2s ease-in-out, opacity .2s ease-in-out;
}

.ie .img-hover .img-hover-masked {
	background: url(../images/ie-bg-img-hover-masked.png) repeat top left;
}

.img-hover:hover .img-hover-masked {
	visibility: visible;
	opacity: 1;
}

.img-overlay {
	overflow: hidden;
	position: relative;
}

.img-overlay img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.img-overlay:hover img {
	transform: scale(1.2) rotate(3deg);
}

.img-overlay .overlay-masked-wrap {
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.img-overlay .overlay-masked {
	color: #FFF;
	background-color: rgba(0, 0, 0, .7);
	padding: 20px;
}

.ie .img-overlay .overlay-masked {
	background: url(../images/ie-bg-img-overlay-masked.png) repeat top left;
}

.img-overlay .overlay-masked h1,
.img-overlay .overlay-masked h2,
.img-overlay .overlay-masked h3,
.img-overlay .overlay-masked h4,
.img-overlay .overlay-masked h5,
.img-overlay .overlay-masked h6,
.img-overlay .overlay-masked p {
	color: #FFF;
	margin: 0px;
}

.img-overlay .overlay-masked h4 {
	font-size: 20px;
	line-height: 28px;
}

.img-overlay .overlay-masked p {
	font-size: 16px;
	line-height: 22px;
	margin-top: 5px;
}

.carousel-slider.slick-slider {
	margin-bottom: 0px;
}

.carousel-slider .slick-prev,
.carousel-slider .slick-next {
	width: 32px;
	height: 40px;
	text-align: center;
	background-color: rgba(0, 0, 0, .4);
	margin-top: -20px;
	z-index: 100;
	border-radius: 0px;
	box-shadow: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.ie .carousel-slider .slick-prev,
.ie .carousel-slider .slick-next {
	background: url(../images/ie-bg-carousel-slider-nav.png) repeat top left;
}

.carousel-slider .slick-prev.slick-disabled,
.carousel-slider .slick-next.slick-disabled {
	cursor: default;
}

.carousel-slider .slick-prev:hover,
.carousel-slider .slick-next:hover {
	background-color: rgba(0, 0, 0, .8);
}

.ie .carousel-slider .slick-prev:hover,
.ie .carousel-slider .slick-next:hover {
	background: url(../images/ie-bg-carousel-slider-nav-hover.png) repeat top left;
}

.carousel-slider .slick-prev.slick-disabled:hover,
.carousel-slider .slick-next.slick-disabled:hover {
	background-color: rgba(0, 0, 0, .4);
}

.ie .carousel-slider .slick-prev.slick-disabled:hover,
.ie .carousel-slider .slick-next.slick-disabled:hover {
	background: url(../images/ie-bg-carousel-slider-nav.png) repeat top left;
}

.carousel-slider .slick-prev {
	left: 0px;
	border-radius: 0px 3px 3px 0px;
}

.carousel-slider .slick-next {
	right: 0px;
	border-radius: 3px 0px 0px 3px;
}

.carousel-slider .slick-prev:before,
.carousel-slider .slick-next:before {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	font: normal normal normal 20px/40px FontAwesome;
	color: #FFF;
	text-align: center;
	text-rendering: auto;
	background-color: transparent;
	content: '\f104';
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.carousel-slider .slick-next:before {
	content: '\f105';
}

.carousel-slider .slick-dots {
	right: 0px;
	bottom: 20px;
	left: 0px;
	line-height: 1;
	margin-bottom: 0px;
}

.carousel-slider .slick-dots li {
	width: auto;
	height: auto;
	margin: 0px;
}

.carousel-slider .slick-dots li button {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #b0b0b0;
	padding: 0px;
	margin: 0px 10px;
	border-radius: 50%;
	box-shadow: none;
}

.carousel-slider .slick-dots li button:before {
	display: none;
}

.carousel-slider .slick-dots li button:hover,
.carousel-slider .slick-dots li.slick-active button {
	background: #fc603b;
}

.carousel-slider .slick-slide,
.carousel-slider .slick-slide a {
	outline: none;
}

.carousel-slider img {
	width: 100%;
}

.alert h4 {
	margin-bottom: 10px;
}

.tooltip {
	font-family: Poppins, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 300;
	text-transform: lowercase;
}

.tooltip-inner {
	padding: 6px 10px 4px;
}

.wrap-container20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.wrap-container40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.wrap-container60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.wrap-container80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.wrap-container100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.wrap-container120 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.wrap-container6020 {
	padding-top: 60px;
	padding-bottom: 20px;
}

.wrap-container8040 {
	padding-top: 80px;
	padding-bottom: 40px;
}

.wrap-container8060 {
	padding-top: 80px;
	padding-bottom: 60px;
}

.bg-grey {
	background-color: #f9f9f9;
}

.bg-dark {
	background-color: #333;
}

.bg-dark,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark a,
.bg-parallax,
.bg-parallax h1,
.bg-parallax h2,
.bg-parallax h3,
.bg-parallax h4,
.bg-parallax h5,
.bg-parallax h6,
.bg-parallax a {
	color: #FFF;
}

.bg-parallax .bg-overlay40 {
	background-color: rgba(0, 0, 0, .4);
}

.ie .bg-parallax .bg-overlay40 {
	background: url(../images/ie-bg-overlay40.png) repeat top left;
}

.bg-parallax .bg-overlay70 {
	background-color: rgba(0, 0, 0, .7);
}

.ie .bg-parallax .bg-overlay70 {
	background: url(../images/ie-bg-overlay70.png) repeat top left;
}

ul.list-icon {
	padding: 0px;
	margin: 20px 0px;
}

ul.list-icon li {
	list-style-type: none;
	position: relative;
	padding-left: 25px;
	margin-bottom: 8px;
}

ul.list-icon li:last-child {
	margin-bottom: 0px;
}

ul.list-icon li .fa {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #202020;
	line-height: 24px;
}

.bg-dark ul.list-icon li .fa,
.bg-parallax ul.list-icon li .fa {
	color: #FFF;
}

.list-row {
	margin: 0px -10px;
}

.list-row:before,
.list-row:after {
	display: table;
	content: '';
}

.list-row:after {
	clear: both;
}

.list-row .list-col {
	float: left;
	width: 50%;
	padding: 0px 10px;
}

.post-heading-left,
.post-heading-center {
	margin-bottom: 40px;
}

.post-heading-center {
	text-align: center;
	padding: 0px 140px;
}

.post-heading-left h2,
.post-heading-center h2 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	margin: 0px;
}

.post-heading-center h2 {
	font-size: 34px;
	line-height: 40px;
}

.post-heading-left h2:after,
.post-heading-center h2:after {
	display: block;
	width: 40px;
	height: 2px;
	background-color: #fc603b;
	content: '';
	margin-top: 8px;
}

.post-heading-center h2:after {
	margin-right: auto;
	margin-left: auto;
}

.bg-dark .post-heading-left h2:after,
.bg-dark .post-heading-center h2:after,
.bg-parallax .post-heading-left h2:after,
.bg-parallax .post-heading-center h2:after {
	background-color: #FFF;
}

.post-heading-left p,
.post-heading-center p {
	color: #202020;
	font-size: 18px;
	line-height: 26px;
	margin: 25px 0px 0px;
}

.bg-dark .post-heading-left p,
.bg-dark .post-heading-center p,
.bg-parallax .post-heading-left p,
.bg-parallax .post-heading-center p {
	color: #FFF;
}

.post-heading-center p {
	font-size: 20px;
	line-height: 34px;
}

.post-heading-left p,
.post-heading-center p {
	margin-top: 30px;
}

.sep-border {
	height: 1px;
	background-color: #e9e9e9;
}

.bg-dark .sep-border,
.bg-parallax .sep-border {
	background-color: #2a2a2a;
}

.text-info {
	color: #444;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
}

.bg-dark .text-info,
.bg-parallax .text-info {
	color: #FFF;
}

.affa-form-contact {
	position: relative;
}

.affa-form-contact .submit-status {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	font-weight: 400;
	background-color: rgba(255, 255, 255, .5);
	z-index: 400;
}

.ie .affa-form-contact .submit-status {
	background: url(../images/ie-bg-submit-status.png) repeat top left;
}

.affa-form-contact .submit-status .submit-status-text {
	position: absolute;
	top: 50%;
	right: 0px;
	left: 0px;
	padding: 0px 15px;
	margin-top: -25px;
}

.affa-form-contact .submit-status span {
	display: inline-block;
	background-color: #FFF;
	padding: 14px 15px;
	border: 1px solid #FFF;
	border-radius: 3px;
}

.affa-form-contact .submit-status span.error {
	color: #d86c6c;
	background-color: #f6caca;
	border-color: #e9b8b8;
}

.affa-form-contact .submit-status span.success {
	color: #529552;
	background-color: #b9edb9;
	border-color: #a5dda5;
}

.affa-form-contact .submit-status span .fa {
	margin-right: 5px;
}

.affa-form-contact input[type="text"],
.affa-form-contact input[type="email"],
.affa-form-contact textarea {
	width: 100%;
	margin-bottom: 20px;
}

.affa-form-contact textarea {
	height: 140px;
	margin-bottom: 12px;
}

.affa-form-contact input[type="text"].error,
.affa-form-contact input[type="email"].error,
.affa-form-contact textarea.error {
	background-color: #f9e4e4;
}

.scrollup {
	visibility: hidden;
	position: fixed;
	right: 15px;
	bottom: 0px;
	width: 48px;
	height: 48px;
	font-size: 0px;
	text-indent: -99999px;
	background: #202020 url('../images/icon-scrollup.png') no-repeat center center;
	z-index: 1000;
	opacity: 0;
	border-radius: 4px;
	-webkit-transition: visibility .2s, bottom .2s, opacity .2s;
	transition: visibility .2s, bottom .2s, opacity .2s;
}

.scrollup.visible {
	visibility: visible;
	bottom: 15px;
	opacity: .5;
}

.scrollup:hover {
	opacity: 1;
}

img.parallax-slider,
img.sp-image {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility .3s, opacity .3s;
	transition: visibility .3s, opacity .3s;
}

img.parallax-slider.loaded,
.ie img.parallax-slider,
.ie9 img.parallax-slider,
img.sp-image.loaded,
.ie img.sp-image,
.ie9 img.sp-image {
	visibility: visible;
	opacity: 1;
}



/* ========================= Header ========================= */

#header {
	position: relative;
	background-color: #333;
}

#header.page-header {
	background-color: transparent;
	padding-bottom: 0px;
	margin: 0px;
	border-bottom: 0px;
}

/* Navigation Menu */
#header .navbar {
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	min-height: 0px;
	font-family: Montserrat, Arial, serif;
	color: #FFF;
	padding: 20px 0px;
	margin: 0px;
	border: 0px;
	z-index: 1001;
	border-radius: 0px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	background-color: black;
}

#header .navbar.affix {
	background-color: rgba(20, 20, 20, .95);
	padding: 15px 0px;
	z-index: 1000;
}

.ie #header .navbar.affix {
	background: url(../images/ie-bg-navigation-affix.png) repeat top left;
}

#header .navbar-brand {
	height: auto;
	color: #FFF;
	padding: 0px;
}

#header .navbar>.container .navbar-brand {
	margin: 0px;
}

#header .navbar-brand img {
	height: 60px;
}

#header .nav {
	overflow: hidden;
	float: right;
	height: 40px;
}

#header .nav>li {
	padding: 10px 25px 3px;
}

#header .nav>li:last-child {
	padding-right: 0px;
}

#header .nav>li.menu-btn {
	padding-top: 3px;
	padding-bottom: 3px;
}

#header .nav>li>a {
	float: left;
	color: #FFF;
	font-size: 15px;
	line-height: 20px;
	background: none !important;
	padding: 0px;
}

#header .navbar.affix .nav>li>a {
	color: #a9a9a9;
}

#header .navbar.affix .nav>li>a:hover,
#header .navbar.affix .nav>li.active>a {
	color: #FFF;
}

#header .nav>li>a:after {
	display: block;
	width: 0px;
	height: 2px;
	background-color: #fc603b;
	content: '';
	margin: 5px auto 0px;
	-webkit-transition: width .2s ease;
	transition: width .2s ease;
}

#header .nav>li>a:hover:after,
#header .nav>li.active>a:after {
	width: 25px;
}

#header .navbar.affix .nav>li>a:after {
	display: none;
}

#header .nav>li.menu-btn>a {
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
	background-color: #fc603b !important;
	padding: 11px 15px;
	border-radius: 2px;
}

#header .nav>li.menu-btn>a:hover,
#header .nav>li.menu-btn.active>a {
	background-color: #ec502c !important;
}

#header .navbar.affix .nav>li.menu-btn>a {
	color: #FFF;
}

#header .nav>li.menu-btn>a:after {
	display: none;
}

#header .navbar-nav {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Navigation Mobile */
#navigation_mobile {
	display: none;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}

#navigation_mobile .nav-menu-links {
	display: none;
	background-color: #2a2a2a;
}

#navigation_mobile ul {
	padding: 30px 100px;
	margin: 0px;
}

#navigation_mobile ul li {
	list-style-type: none;
	padding: 11px 0px;
}

#navigation_mobile ul li a {
	display: block;
	color: #a9a9a9;
}

#navigation_mobile ul li a:hover {
	color: #FFF;
}

#navigation_mobile .nav-menu-button {
	background-color: #202020;
	padding: 15px 0px 14px;
}

#navigation_mobile .nav-menu-button button.nav-menu-toggle {
	color: #a9a9a9 !important;
	font-size: 24px;
	line-height: 1;
	background: none;
	padding: 0px;
	border: 0px;
	border-radius: 0px;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}

#navigation_mobile .nav-menu-button button.nav-menu-toggle:hover {
	color: #FFF !important;
}

/* Header Text */
#header .header-overlay {
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	color: #FFF;
	background-color: rgba(0, 0, 0, .8);
	padding-top: 120px;
}

#header .header-overlay1 {
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	color: #FFF;
	padding-top: 120px;
}

.ie #header .header-overlay {
	background: url(../images/ie-bg-header-overlay.png) repeat top left;
}

#header .header-overlay.header-overlay40 {
	background-color: rgba(0, 0, 0, .4);
}

.ie #header .header-overlay.header-overlay40 {
	background: url(../images/ie-bg-header-overlay40.png) repeat top left;
}

#header .header-overlay.header-overlay60 {
	background-color: rgba(0, 0, 0, .6);
}

.ie #header .header-overlay.header-overlay60 {
	background: url(../images/ie-bg-header-overlay60.png) repeat top left;
}

#header .header-overlay h1,
#header .header-overlay h2,
#header .header-overlay h3,
#header .header-overlay h4,
#header .header-overlay h5,
#header .header-overlay h6,
#header .header-overlay a {
	color: #FFF;
}

#header .header-text-left,
#header .header-text-center,
#header .header-text-right {
	padding-top: 18%;
}

#header .slider-pro .header-text-left,
#header .slider-pro .header-text-center,
#header .slider-pro .header-text-right {
	padding-top: 15%;
}

#header .header-text-center {
	text-align: center;
}

#header .header-text-right {
	padding-left: 40%;
}

#header .header-text-left h1,
#header .header-text-center h1,
#header .header-text-right h1 {
	font-size: 54px;
	line-height: 72px;
	font-weight: 700;
	margin: 0px;
}

#header .header-text-left p {
	font-size: 20px;
	line-height: 32px;
	margin: 40px 0px 0px;
}

#header .header-text-left .btn-section {
	margin-top: 40px;
}

#header .header-text-center h3 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 30px 0px 0px;
}

#header .header-text-center h4 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 25px;
}

#header .header-text-center .btn-section {
	position: absolute;
	right: 0px;
	bottom: 60px;
	left: 0px;
	animation: bounce 2s infinite;
}

#header .header-text-right p {
	font-size: 24px;
	line-height: 36px;
	margin: 40px 0px 0px;
}

#header .page-header-overlay {
	color: #FFF;
	background-color: rgba(0, 0, 0, .8);
	padding: 200px 0px 100px;
}

.ie #header .page-header-overlay {
	background: url(../images/ie-bg-header-overlay.png) repeat top left;
}

#header .page-header-overlay.header-overlay40 {
	background-color: rgba(0, 0, 0, .4);
}

.ie #header .page-header-overlay.header-overlay40 {
	background: url(../images/ie-bg-header-overlay40.png) repeat top left;
}

#header .page-header-overlay.header-overlay60 {
	background-color: rgba(0, 0, 0, .6);
}

.ie #header .page-header-overlay.header-overlay60 {
	background: url(../images/ie-bg-header-overlay60.png) repeat top left;
}

#header .page-header-overlay h1,
#header .page-header-overlay h2,
#header .page-header-overlay h3,
#header .page-header-overlay h4,
#header .page-header-overlay h5,
#header .page-header-overlay h6,
#header .page-header-overlay a {
	color: #FFF;
}

#header .page-header-text h1 {
	font-size: 48px;
	line-height: 60px;
	font-weight: 700;
	margin: 0px;
}

#header .page-header-text p {
	font-size: 20px;
	line-height: 32px;
	margin: 20px 0px 0px;
}

/* Header Slider */
#header .slider-pro {
	overflow: hidden;
}

#header .sp-slide .sp-layer {
	position: static;
}

#header .sp-slide .header-text-left .sp-layer.sp-layer-2,
#header .sp-slide .header-text-left .sp-layer.sp-layer-3,
#header .sp-slide .header-text-right .sp-layer.sp-layer-1,
#header .sp-slide .header-text-right .sp-layer.sp-layer-2 {
	margin-top: 40px;
}

#header .sp-slide .header-text-center .sp-layer.sp-layer-1 {
	margin-bottom: 25px;
}

#header .sp-slide .header-text-center .sp-layer.sp-layer-3 {
	margin-top: 30px;
}

#header .sp-slide .header-text-center .sp-layer.sp-layer-4 {
	position: absolute;
	top: auto !important;
	right: 0px;
	bottom: 60px;
}

#header .sp-slide.sp-selected .header-text-center .sp-layer.sp-layer-4 {
	animation: bounce 2s infinite;
	animation-delay: 1.5s;
}

#header .sp-horizontal .sp-arrows {
	margin-top: -30px;
}

#header .slider-pro .btn-custom {
	-webkit-transition: color .2s ease, background-color .2s ease, background .2s ease !important;
	transition: color .2s ease, background-color .2s ease, background .2s ease !important;
}

#header .slider-pro .sp-arrow {
	width: 50px;
	height: 60px;
	text-align: center;
	background-color: rgba(255, 255, 255, .4);
	-webkit-transition: background-color .2s ease, background .2s ease;
	transition: background-color .2s ease, background .2s ease;
}

.ie #header .slider-pro .sp-arrow {
	background: url(../images/ie-bg-slider-pro-arrow.png) repeat top left;
}

#header .slider-pro .sp-arrow:hover {
	background-color: rgba(255, 255, 255, .8);
}

.ie #header .slider-pro .sp-arrow:hover {
	background: url(../images/ie-bg-slider-pro-arrow-hover.png) repeat top left;
}

#header .slider-pro .sp-arrow:before {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	font: normal normal normal 36px/60px FontAwesome;
	color: #101010;
	text-align: center;
	text-rendering: auto;
	background-color: transparent;
	content: '\f104';
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#header .slider-pro .sp-arrow:after {
	display: none;
}

#header .sp-horizontal .sp-previous-arrow {
	left: 0px;
	border-radius: 0px 4px 4px 0px;
}

#header .sp-horizontal .sp-next-arrow {
	right: 0px;
	border-radius: 4px 0px 0px 4px;
}

#header .sp-horizontal.ie8 .sp-previous-arrow,
#header .sp-horizontal.ie8 .sp-next-arrow {
	border: 0px;
}

#header .sp-horizontal .sp-arrow.sp-next-arrow:before {
	content: '\f105';
}



/* ========================= Elements ========================= */

.affa-feature-icon {
	margin-bottom: 40px;
}

.affa-feature-icon img {
	height: 70px;
	margin-bottom: 25px;
}

.affa-feature-icon h4 {
	font-size: 22px;
	line-height: 30px;
	margin: 0px;
}

.affa-feature-icon p {
	margin: 15px 0px 0px;
}

.affa-feature-icon .btn-section,
.affa-feature-text .btn-section {
	margin-top: 20px;
}

.affa-feature-icon .btn-custom,
.affa-feature-text .btn-custom {
	font-size: 12px;
	line-height: 40px;
	padding: 11px 20px 10px;
}

.affa-feature-icon-left {
	position: relative;
	min-height: 68px;
	padding-left: 90px;
	margin-bottom: 40px;
}

.affa-feature-icon-left img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 68px;
}

.affa-feature-icon-left h4 {
	font-size: 20px;
	line-height: 28px;
	margin: 0px;
}

.affa-feature-icon-left p {
	margin: 15px 0px 0px;
}

.affa-feature-icon-center {
	text-align: center;
	margin-bottom: 40px;
}

.affa-feature-icon-center .fa {
	color: #fc603b;
	font-size: 60px;
	margin-bottom: 25px;
}

.bg-dark .affa-feature-icon-center .fa,
.bg-parallax .affa-feature-icon-center .fa {
	color: #FFF;
}

.affa-feature-icon-center h4 {
	font-size: 22px;
	line-height: 30px;
	margin: 0px;
}

.affa-feature-icon-center p {
	margin: 15px 0px 0px;
}

.affa-feature-icon-center .btn-custom {
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	padding: 14.5px 20px 13.5px;
	margin-top: 20px;
}

.affa-feature-text {
	position: relative;
	min-height: 48px;
	padding: 25px 0px 0px 20px;
	margin-bottom: 40px;
}

.affa-feature-text .feature-text-number {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #EEE;
	font-size: 48px;
	line-height: 1;
	font-weight: 700;
}

.bg-dark .affa-feature-text .feature-text-number,
.bg-parallax .affa-feature-text .feature-text-number {
	color: #4a4a4a;
}

.affa-feature-text h4 {
	position: relative;
	font-size: 20px;
	line-height: 28px;
	min-height: 63px;
	padding-bottom: 7px;
	margin: 0px;
	z-index: 100;
}

.affa-feature-text h4:after {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 25px;
	height: 2px;
	background-color: #fc603b;
	content: '';
}

.bg-dark .affa-feature-text h4:after,
.bg-parallax .affa-feature-text h4:after {
	background-color: #FFF;
}

.affa-feature-text p {
	margin: 25px 0px 0px;
}

.affa-quote {
	text-align: center;
	padding: 0px 200px;
}

.affa-quote h4 {
	font-size: 30px;
	line-height: 38px;
	margin: 0px;
}

.affa-quote p {
	font-size: 20px;
	line-height: 28px;
	margin: 20px 0px 0px;
}

.affa-counter {
	position: relative;
	min-height: 76px;
	padding-left: 70px;
	margin-bottom: 40px;
}

.affa-counter .fa {
	position: absolute;
	top: 20px;
	left: 0px;
	color: #fc603b;
	font-size: 36px;
}

.affa-counter h4 {
	font-size: 40px;
	line-height: 46px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px;
}

.affa-counter h4 span {
	color: #202020;
}

.bg-dark .affa-counter h4 span,
.bg-parallax .affa-counter h4 span {
	color: #FFF;
}

.affa-counter p {
	font-size: 20px;
	line-height: 28px;
	margin: 5px 0px 0px;
}

.affa-skill {
	position: relative;
	margin-bottom: 40px;
}

.affa-skill h4 {
	font-family: Poppins, Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	padding-right: 30px;
	margin-bottom: 11px;
}

.affa-skill .skill-number {
	position: absolute;
	top: 0px;
	right: 0px;
	font-family: Montserrat, Arial, sans-serif;
	color: #e4e4e4;
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	margin: 0px;
}

.bg-dark .affa-skill .skill-number,
.bg-parallax .affa-skill .skill-number {
	color: #5a5a5a;
}

.affa-skill .skill-bar {
	position: relative;
	height: 5px;
	font-size: 0px;
	font-weight: 700;
	text-indent: -99999px;
	background-color: #DDD;
}

.bg-dark .affa-skill .skill-bar,
.bg-parallax .affa-skill .skill-bar {
	background-color: #555;
}

.affa-skill .skill-bar .skill-bar-process {
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: 0px;
	background-color: #fc603b;
}

.teams-row {
	overflow: hidden;
	padding: 0px 15px;
}

.carousel-slider.teams-row .slick-arrow {
	opacity: 0;
}

.carousel-slider.teams-row:hover .slick-arrow {
	opacity: 1;
}

.carousel-slider.teams-row .slick-prev,
.carousel-slider.teams-row .slick-next {
	width: 40px;
	background-color: #fc603b;
	border-radius: 50%;
}

.carousel-slider.teams-row .slick-prev:hover,
.carousel-slider.teams-row .slick-next:hover {
	background-color: #202020;
}

.carousel-slider.teams-row .slick-prev {
	left: 10px;
}

.carousel-slider.teams-row .slick-next {
	right: 10px;
}

.teams-row .affa-team-col {
	float: left;
	width: 25%;
	padding: 0px 15px;
}

.affa-team-profile {
	text-align: center;
	background-color: #FFF;
	margin-bottom: 40px;
	border: 1px solid #e9e9e9;
}

.teams-row .affa-team-profile {
	margin-bottom: 0px;
}

.affa-team-profile img {
	width: 120px;
	height: 120px;
	margin: 30px auto 0px;
	border-radius: 50%;
}

.affa-team-profile .team-profile-name {
	padding: 15px 10px 0px;
}

.affa-team-profile .team-profile-name h4 {
	font-size: 20px;
	line-height: 28px;
	margin: 0px;
}

.bg-dark .affa-team-profile .team-profile-name h4,
.bg-parallax .affa-team-profile .team-profile-name h4 {
	color: #202020;
}

.affa-team-profile .team-profile-name p {
	color: #fc603b;
	font-size: 15px;
	line-height: 22px;
	margin: 4px 0px 0px;
}

.affa-team-profile .team-profile-socials {
	overflow: hidden;
	background-color: #EEE;
	padding: 8px 0px;
	margin-top: 30px;
}

.affa-team-profile .team-profile-socials span {
	float: left;
	width: 20%;
	padding-top: 2px;
	border-right: 1px solid #e0e0e0;
}

.affa-team-profile .team-profile-socials span:last-child {
	border-right: 0px;
}

.affa-team-profile .team-profile-socials a {
	display: inline-block;
	color: #a9a9a9;
	font-size: 18px;
	line-height: 0;
}

.affa-team-profile .team-profile-socials a:hover {
	color: #fc603b;
}

.testimonials-container {
	width: 940px;
	margin: 0px auto;
}

.testimonials-wrap {
	color: #444;
	background-color: rgba(255, 255, 255, .7);
	padding: 80px 150px;
	border-radius: 6px;
}

.ie .testimonials-wrap {
	background: url(../images/ie-bg-testimonials-wrap.png) repeat top left;
}

.testimonials-wrap h1,
.testimonials-wrap h2,
.testimonials-wrap h3,
.testimonials-wrap h4,
.testimonials-wrap h5,
.testimonials-wrap h6 {
	color: #202020;
}

.affa-testimonials-avatars {
	text-align: center;
	margin-bottom: 40px;
}

.affa-testimonials-avatars .avatar-item {
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 86px;
	height: 86px;
	margin: 7px -20px;
	z-index: 100;
	border-radius: 50%;
}

.affa-testimonials-avatars .avatar-item.active {
	width: 100px;
	height: 100px;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 200;
	box-shadow: 1px 2px 1px rgba(0, 0, 0, .1);
}

.affa-testimonials-avatars .avatar-item .avatar-item-overlay {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(255, 255, 255, .5);
	-webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
	transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
}

.ie .affa-testimonials-avatars .avatar-item .avatar-item-overlay {
	background: url(../images/ie-bg-avatar-item-overlay.png) repeat top left;
}

.affa-testimonials-avatars .avatar-item.active .avatar-item-overlay {
	visibility: hidden;
	opacity: 0;
}

.affa-testimonials-avatars img {
	width: 100%;
}

.carousel-slider.affa-testimonials-carousel {
	padding-bottom: 60px;
}

.carousel-slider.affa-testimonials-carousel .slick-dots {
	bottom: 0px;
}

.testimonial-item {
	text-align: center;
}

.testimonial-item .testimonial-text {
	font-size: 26px;
	line-height: 38px;
}

.testimonial-item .testimonial-author {
	margin-top: 25px;
}

.testimonial-item .testimonial-author h4 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	margin: 0px;
}

.testimonial-item .testimonial-author p {
	color: #707070;
	font-size: 18px;
	line-height: 24px;
	margin: 5px 0px 0px;
}

.affa-faq {
	margin-bottom: 40px;
}

.affa-faq h4 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 20px;
}

.call-action {
	position: relative;
	min-height: 54px;
	padding-right: 220px;
}

.call-action h4 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 0px;
}

.call-action p {
	margin: 10px 0px 0px;
}

.call-action .btn-section {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	text-align: right;
}

.clients-row {
	overflow: hidden;
}

.affa-client-logo {
	position: relative;
	text-align: center;
	padding: 20px;
}

.clients-row .affa-client-logo {
	float: left;
	width: 33.33%;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}

.clients-row .affa-client-logo.no-border-right,
.clients-row .affa-client-logo.no-border-right-sm {
	border-right: 0px;
}

.clients-row .affa-client-logo.no-border-bottom,
.clients-row .affa-client-logo.no-border-bottom-sm {
	border-bottom: 0px;
}

.affa-client-logo .logo-overlay {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(255, 255, 255, .75);
	-webkit-transition: visibility .2s ease-in-out, opacity .2s ease-in-out;
	transition: visibility .2s ease-in-out, opacity .2s ease-in-out;
}

.ie .affa-client-logo .logo-overlay {
	background: url(../images/ie-bg-client-logo-overlay.png) repeat top left;
}

.affa-client-logo:hover .logo-overlay {
	visibility: hidden;
	opacity: 0;
}

.affa-client-logo img {
	max-width: 100%;
}

.isotope-menu {
	text-align: center;
	margin-bottom: 30px;
}

.isotope-menu a {
	display: inline-block;
	color: #202020;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	margin: 0px 30px 10px;
}

.bg-dark .isotope-menu a,
.bg-parallax .isotope-menu a {
	color: #FFF;
}

.isotope-menu a:hover,
.isotope-menu a.active {
	color: #fc603b;
}

.bg-dark .isotope-menu a:hover,
.bg-dark .isotope-menu a.active,
.bg-parallax .isotope-menu a:hover,
.bg-parallax .isotope-menu a.active {
	color: #FFF;
}

.isotope-menu a:after {
	display: block;
	width: 0px;
	height: 2px;
	background-color: #fc603b;
	content: '';
	margin: 5px auto 0px;
	-webkit-transition: width .2s ease;
	transition: width .2s ease;
}

.bg-dark .isotope-menu a:after,
.bg-parallax .isotope-menu a:after {
	background-color: #FFF;
}

.isotope-menu a.active:after {
	width: 25px;
}

.isotope-row {
	-webkit-transition: width .4s ease, height .4s ease;
	transition: width .4s ease, height .4s ease;
}

.ie .isotope-row {
	margin-right: -1px;
	margin-left: -1px;
}

.isotope-row:before,
.isotope-row:after {
	display: table;
	content: '';
}

.isotope-row:after {
	clear: both;
}

.isotope-row .item {
	float: left;
	width: 25%;
	z-index: 2;
}

.isotope-row .item.isotope-hidden {
	pointer-events: none;
	z-index: 1;
}

.embed-map {
	height: 340px;
	background-color: #f4f4f4;
}

.map-address {
	font-family: Montserrat, Arial, sans-serif;
	color: #ec502c;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	font-weight: 400;
	margin: 5px 0px 0px;
}



/* ========================= Footer ========================= */

#footer {
	color: #FFF;
	background-color: #333;
	padding-top: 80px;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer a {
	color: #FFF;
}

#footer a:hover {
	color: #a9a9a9;
}

#footer .widget {
	margin-bottom: 40px;
}

#footer .widget .widget-title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}

#footer .widget ul {
	padding-left: 0px;
}

#footer .widget ul li {
	list-style-type: none;
}

#footer .widget .footer-logo {
	max-height: 40px;
	margin-bottom: 14px;
}

#footer .widget .footer-socials a {
	font-size: 20px;
	line-height: 38px;
	margin-right: 25px;
}

#footer .widget .footer-socials a:hover {
	color: #a9a9a9;
}

#footer .footer-copyright {
	text-align: center;
	background-color: #202020;
	padding: 25px 0px;
}

#footer .footer-copyright p {
	margin: 0px;
}

#footer .footer-copyright a {
	color: #fc603b;
	font-weight: 600;
}

#footer .footer-copyright a:hover {
	color: #FFF;
}



/* ========================= Media Queries ========================= */

@media (min-width: 1440px) and (max-width: 1679px) {

	#header .header-text-left,
	#header .header-text-center,
	#header .header-text-right {
		padding-top: 16%;
	}

}

@media (min-width: 1200px) and (max-width: 1439px) {

	#header .header-text-left,
	#header .header-text-center,
	#header .header-text-right {
		padding-top: 10%;
	}

	#header .slider-pro .header-text-left,
	#header .slider-pro .header-text-center,
	#header .slider-pro .header-text-right {
		padding-top: 12%;
	}

	#header .header-text-left h1,
	#header .header-text-center h1,
	#header .header-text-right h1 {
		font-size: 48px;
		line-height: 64px;
	}

}

@media (min-width: 992px) and (max-width: 1199px) {

	.no-padding-top-md {
		padding-top: 0px !important;
	}

	.no-padding-right-md {
		padding-right: 0px !important;
	}

	.no-padding-bottom-md {
		padding-bottom: 0px !important;
	}

	.no-padding-left-md {
		padding-left: 0px !important;
	}

	.padding-top10-md {
		padding-top: 20px !important;
	}

	.padding-top20-md {
		padding-top: 20px !important;
	}

	.padding-top30-md {
		padding-top: 30px !important;
	}

	.padding-top40-md {
		padding-top: 40px !important;
	}

	.padding-top50-md {
		padding-top: 50px !important;
	}

	.padding-top60-md {
		padding-top: 60px !important;
	}

	.padding-top70-md {
		padding-top: 70px !important;
	}

	.padding-top80-md {
		padding-top: 80px !important;
	}

	.padding-bottom10-md {
		padding-bottom: 20px !important;
	}

	.padding-bottom20-md {
		padding-bottom: 20px !important;
	}

	.padding-bottom30-md {
		padding-bottom: 30px !important;
	}

	.padding-bottom40-md {
		padding-bottom: 40px !important;
	}

	.padding-bottom50-md {
		padding-bottom: 50px !important;
	}

	.padding-bottom60-md {
		padding-bottom: 60px !important;
	}

	.padding-bottom70-md {
		padding-bottom: 70px !important;
	}

	.padding-bottom80-md {
		padding-bottom: 80px !important;
	}

	.no-margin-top-md {
		margin-top: 0px !important;
	}

	.no-margin-right-md {
		margin-right: 0px !important;
	}

	.no-margin-bottom-md {
		margin-bottom: 0px !important;
	}

	.no-margin-left-md {
		margin-left: 0px !important;
	}

	.margin-top10-md {
		margin-top: 20px !important;
	}

	.margin-top20-md {
		margin-top: 20px !important;
	}

	.margin-top30-md {
		margin-top: 30px !important;
	}

	.margin-top40-md {
		margin-top: 40px !important;
	}

	.margin-top50-md {
		margin-top: 50px !important;
	}

	.margin-top60-md {
		margin-top: 60px !important;
	}

	.margin-top70-md {
		margin-top: 70px !important;
	}

	.margin-top80-md {
		margin-top: 80px !important;
	}

	.margin-bottom10-md {
		margin-bottom: 20px !important;
	}

	.margin-bottom20-md {
		margin-bottom: 20px !important;
	}

	.margin-bottom30-md {
		margin-bottom: 30px !important;
	}

	.margin-bottom40-md {
		margin-bottom: 40px !important;
	}

	.margin-bottom50-md {
		margin-bottom: 50px !important;
	}

	.margin-bottom60-md {
		margin-bottom: 60px !important;
	}

	.margin-bottom70-md {
		margin-bottom: 70px !important;
	}

	.margin-bottom80-md {
		margin-bottom: 80px !important;
	}

	.img-overlay .overlay-masked {
		padding: 15px;
	}

	.img-overlay .overlay-masked h4 {
		font-size: 18px;
		line-height: 24px;
	}

	.img-overlay .overlay-masked p {
		font-size: 14px;
		line-height: 20px;
	}

	.post-heading-center {
		padding: 0px 60px;
	}

	#header .nav>li {
		padding-left: 15px;
		padding-right: 15px;
	}

	#header .nav>li.menu-btn>a {
		padding-right: 12px;
		padding-left: 12px;
	}

	#header .header-text-left,
	#header .header-text-center,
	#header .header-text-right {
		padding-top: 6%;
	}

	#header .slider-pro .header-text-left,
	#header .slider-pro .header-text-center,
	#header .slider-pro .header-text-right {
		padding-top: 10%;
	}

	#header .header-text-right {
		padding-left: 35%;
	}

	#header .header-text-left h1,
	#header .header-text-center h1,
	#header .header-text-right h1 {
		font-size: 44px;
		line-height: 60px;
	}

	#header .header-text-left p {
		font-size: 18px;
		line-height: 28px;
		margin-top: 35px;
	}

	#header .header-text-left .btn-section {
		margin-top: 35px;
	}

	#header .header-text-center h3 {
		font-size: 22px;
		line-height: 30px;
		margin-top: 25px;
	}

	#header .header-text-center h4 {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 20px;
	}

	#header .header-text-center .btn-section {
		bottom: 50px;
	}

	#header .header-text-right p {
		font-size: 22px;
		line-height: 32px;
		margin-top: 35px;
	}

	#header .page-header-overlay {
		padding: 160px 0px 80px;
	}

	#header .page-header-text h1 {
		font-size: 42px;
		line-height: 54px;
	}

	#header .page-header-text p {
		font-size: 18px;
		line-height: 28px;
	}

	#header .sp-slide .header-text-left .sp-layer.sp-layer-2,
	#header .sp-slide .header-text-left .sp-layer.sp-layer-3,
	#header .sp-slide .header-text-right .sp-layer.sp-layer-1,
	#header .sp-slide .header-text-right .sp-layer.sp-layer-2 {
		margin-top: 35px;
	}

	#header .sp-slide .header-text-center .sp-layer.sp-layer-1 {
		margin-bottom: 20px;
	}

	#header .sp-slide .header-text-center .sp-layer.sp-layer-3 {
		margin-top: 25px;
	}

	#header .sp-slide .header-text-center .sp-layer.sp-layer-4 {
		bottom: 50px;
	}

	.affa-quote {
		padding: 0px 100px;
	}

	.affa-counter {
		padding-left: 60px;
	}

	.affa-skill h4 {
		text-align: left;
		padding: 0px;
	}

	.isotope-menu a {
		margin-right: 20px;
		margin-left: 20px;
	}

}

@media (min-width: 768px) and (max-width: 991px) {

	.no-padding-top-sm {
		padding-top: 0px !important;
	}

	.no-padding-right-sm {
		padding-right: 0px !important;
	}

	.no-padding-bottom-sm {
		padding-bottom: 0px !important;
	}

	.no-padding-left-sm {
		padding-left: 0px !important;
	}

	.padding-top10-sm {
		padding-top: 10px !important;
	}

	.padding-top20-sm {
		padding-top: 20px !important;
	}

	.padding-top30-sm {
		padding-top: 30px !important;
	}

	.padding-top40-sm {
		padding-top: 40px !important;
	}

	.padding-top50-sm {
		padding-top: 50px !important;
	}

	.padding-top60-sm {
		padding-top: 60px !important;
	}

	.padding-top70-sm {
		padding-top: 70px !important;
	}

	.padding-top80-sm {
		padding-top: 80px !important;
	}

	.padding-bottom10-sm {
		padding-bottom: 10px !important;
	}

	.padding-bottom20-sm {
		padding-bottom: 20px !important;
	}

	.padding-bottom30-sm {
		padding-bottom: 30px !important;
	}

	.padding-bottom40-sm {
		padding-bottom: 40px !important;
	}

	.padding-bottom50-sm {
		padding-bottom: 50px !important;
	}

	.padding-bottom60-sm {
		padding-bottom: 60px !important;
	}

	.padding-bottom70-sm {
		padding-bottom: 70px !important;
	}

	.padding-bottom80-sm {
		padding-bottom: 80px !important;
	}

	.no-margin-top-sm {
		margin-top: 0px !important;
	}

	.no-margin-right-sm {
		margin-right: 0px !important;
	}

	.no-margin-bottom-sm {
		margin-bottom: 0px !important;
	}

	.no-margin-left-sm {
		margin-left: 0px !important;
	}

	.margin-top10-sm {
		margin-top: 10px !important;
	}

	.margin-top20-sm {
		margin-top: 20px !important;
	}

	.margin-top30-sm {
		margin-top: 30px !important;
	}

	.margin-top40-sm {
		margin-top: 40px !important;
	}

	.margin-top50-sm {
		margin-top: 50px !important;
	}

	.margin-top60-sm {
		margin-top: 60px !important;
	}

	.margin-top70-sm {
		margin-top: 70px !important;
	}

	.margin-top80-sm {
		margin-top: 80px !important;
	}

	.margin-bottom10-sm {
		margin-bottom: 10px !important;
	}

	.margin-bottom20-sm {
		margin-bottom: 20px !important;
	}

	.margin-bottom30-sm {
		margin-bottom: 30px !important;
	}

	.margin-bottom40-sm {
		margin-bottom: 40px !important;
	}

	.margin-bottom50-sm {
		margin-bottom: 50px !important;
	}

	.margin-bottom60-sm {
		margin-bottom: 60px !important;
	}

	.margin-bottom70-sm {
		margin-bottom: 70px !important;
	}

	.margin-bottom80-sm {
		margin-bottom: 80px !important;
	}

	.img-overlay .overlay-masked {
		padding: 15px;
	}

	.img-overlay .overlay-masked h4 {
		font-size: 16px;
		line-height: 22px;
	}

	.img-overlay .overlay-masked p {
		display: none;
	}

	.post-heading-center {
		padding: 0px;
	}

	#header .nav>li {
		padding-left: 5px;
		padding-right: 5px;
	}

	#header .nav>li.menu-btn>a {
		padding-right: 8px;
		padding-left: 8px;
	}

	#header .header-text-left,
	#header .header-text-center,
	#header .header-text-right {
		padding-top: 2%;
	}

	#header .slider-pro .header-text-left,
	#header .slider-pro .header-text-center,
	#header .slider-pro .header-text-right {
		padding-top: 7%;
	}

	#header .header-text-right {
		padding-left: 30%;
	}

	#header .header-text-left h1,
	#header .header-text-center h1,
	#header .header-text-right h1 {
		font-size: 38px;
		line-height: 52px;
	}

	#header .header-text-left p {
		font-size: 16px;
		line-height: 24px;
		margin-top: 30px;
	}

	#header .header-text-left .btn-section {
		margin-top: 30px;
	}

	#header .header-text-center h3 {
		font-size: 20px;
		line-height: 28px;
		margin-top: 20px;
	}

	#header .header-text-center h4 {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 15px;
	}

	#header .header-text-center .btn-section {
		bottom: 40px;
	}

	#header .header-text-right p {
		font-size: 20px;
		line-height: 30px;
		margin-top: 30px;
	}

	#header .page-header-overlay {
		padding: 140px 0px 60px;
	}

	#header .page-header-text h1 {
		font-size: 36px;
		line-height: 46px;
	}

	#header .page-header-text p {
		font-size: 16px;
		line-height: 26px;
	}

	#header .sp-slide .header-text-left .sp-layer.sp-layer-2,
	#header .sp-slide .header-text-left .sp-layer.sp-layer-3,
	#header .sp-slide .header-text-right .sp-layer.sp-layer-1,
	#header .sp-slide .header-text-right .sp-layer.sp-layer-2 {
		margin-top: 30px;
	}

	#header .sp-slide .header-text-center .sp-layer.sp-layer-1 {
		margin-bottom: 15px;
	}

	#header .sp-slide .header-text-center .sp-layer.sp-layer-3 {
		margin-top: 20px;
	}

	#header .sp-slide .header-text-center .sp-layer.sp-layer-4 {
		bottom: 40px;
	}

	.affa-feature-icon-left {
		min-height: 54px;
		padding-left: 70px;
	}

	.affa-feature-icon-left img {
		width: 54px;
	}

	.affa-quote {
		padding: 0px;
	}

	.affa-counter {
		position: static;
		min-height: 0px;
		text-align: center;
		padding-left: 0px;
	}

	.affa-counter .fa {
		position: static;
		top: auto;
		left: auto;
		font-size: 48px;
		margin-bottom: 20px;
	}

	.affa-skill h4 {
		text-align: left;
		padding: 0px;
	}

	.testimonials-container {
		width: 720px;
	}

	.testimonials-wrap {
		padding: 60px 40px;
	}

	.isotope-menu a {
		margin-right: 10px;
		margin-left: 10px;
	}

}

@media (max-width: 767px) {

	.no-padding-top-xs {
		padding-top: 0px !important;
	}

	.no-padding-right-xs {
		padding-right: 0px !important;
	}

	.no-padding-bottom-xs {
		padding-bottom: 0px !important;
	}

	.no-padding-left-xs {
		padding-left: 0px !important;
	}

	.padding-top10-xs {
		padding-top: 10px !important;
	}

	.padding-top20-xs {
		padding-top: 20px !important;
	}

	.padding-top30-xs {
		padding-top: 30px !important;
	}

	.padding-top40-xs {
		padding-top: 40px !important;
	}

	.padding-top50-xs {
		padding-top: 50px !important;
	}

	.padding-top60-xs {
		padding-top: 60px !important;
	}

	.padding-top70-xs {
		padding-top: 70px !important;
	}

	.padding-top80-xs {
		padding-top: 80px !important;
	}

	.padding-bottom10-xs {
		padding-bottom: 10px !important;
	}

	.padding-bottom20-xs {
		padding-bottom: 20px !important;
	}

	.padding-bottom30-xs {
		padding-bottom: 30px !important;
	}

	.padding-bottom40-xs {
		padding-bottom: 40px !important;
	}

	.padding-bottom50-xs {
		padding-bottom: 50px !important;
	}

	.padding-bottom60-xs {
		padding-bottom: 60px !important;
	}

	.padding-bottom70-xs {
		padding-bottom: 70px !important;
	}

	.padding-bottom80-xs {
		padding-bottom: 80px !important;
	}

	.no-margin-top-xs {
		margin-top: 0px !important;
	}

	.no-margin-right-xs {
		margin-right: 0px !important;
	}

	.no-margin-bottom-xs {
		margin-bottom: 0px !important;
	}

	.no-margin-left-xs {
		margin-left: 0px !important;
	}

	.margin-top10-xs {
		margin-top: 10px !important;
	}

	.margin-top20-xs {
		margin-top: 20px !important;
	}

	.margin-top30-xs {
		margin-top: 30px !important;
	}

	.margin-top40-xs {
		margin-top: 40px !important;
	}

	.margin-top50-xs {
		margin-top: 50px !important;
	}

	.margin-top60-xs {
		margin-top: 60px !important;
	}

	.margin-top70-xs {
		margin-top: 70px !important;
	}

	.margin-top80-xs {
		margin-top: 80px !important;
	}

	.margin-bottom10-xs {
		margin-bottom: 10px !important;
	}

	.margin-bottom20-xs {
		margin-bottom: 20px !important;
	}

	.margin-bottom30-xs {
		margin-bottom: 30px !important;
	}

	.margin-bottom40-xs {
		margin-bottom: 40px !important;
	}

	.margin-bottom50-xs {
		margin-bottom: 50px !important;
	}

	.margin-bottom60-xs {
		margin-bottom: 60px !important;
	}

	.margin-bottom70-xs {
		margin-bottom: 70px !important;
	}

	.margin-bottom80-xs {
		margin-bottom: 80px !important;
	}

	.img-overlay .overlay-masked {
		padding: 15px;
	}

	.img-overlay .overlay-masked h4 {
		font-size: 18px;
		line-height: 24px;
	}

	.img-overlay .overlay-masked p {
		font-size: 14px;
		line-height: 20px;
	}

	.post-heading-center {
		padding: 0px;
	}

	#header .navbar {
		display: none;
	}

	#navigation_mobile {
		display: block;
	}

	#header .header-overlay {
		padding-top: 8%;
	}

	#header .slider-pro .header-overlay {
		padding-top: 14%;
	}

	#header .header-text-left,
	#header .header-text-center,
	#header .header-text-right,
	#header .slider-pro .header-text-left,
	#header .slider-pro .header-text-center,
	#header .slider-pro .header-text-right {
		padding-top: 0px;
	}

	#header .header-text-right {
		padding-left: 25%;
	}

	#header .header-text-left h1,
	#header .header-text-center h1,
	#header .header-text-right h1 {
		font-size: 24px;
		line-height: 34px;
	}

	#header .header-text-left p {
		font-size: 14px;
		line-height: 22px;
		margin-top: 25px;
	}

	#header .header-text-left .btn-section {
		margin-top: 25px;
	}

	#header .header-text-center h3 {
		font-size: 16px;
		line-height: 24px;
		margin-top: 15px;
	}

	#header .header-text-center h4 {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	#header .header-text-center .btn-section {
		bottom: 30px;
	}

	#header .header-text-right p {
		font-size: 16px;
		line-height: 24px;
		margin-top: 25px;
	}

	#header .page-header-overlay {
		padding: 60px 0px;
	}

	#header .page-header-text h1 {
		font-size: 34px;
		line-height: 44px;
	}

	#header .page-header-text p {
		font-size: 15px;
		line-height: 24px;
	}

	#header .sp-slide .header-text-left .sp-layer.sp-layer-2,
	#header .sp-slide .header-text-left .sp-layer.sp-layer-3,
	#header .sp-slide .header-text-right .sp-layer.sp-layer-1,
	#header .sp-slide .header-text-right .sp-layer.sp-layer-2 {
		margin-top: 25px;
	}

	#header .sp-slide .header-text-center .sp-layer.sp-layer-1 {
		margin-bottom: 10px;
	}

	#header .sp-slide .header-text-center .sp-layer.sp-layer-3 {
		margin-top: 15px;
	}

	#header .sp-slide .header-text-center .sp-layer.sp-layer-4 {
		bottom: 30px;
	}

	#header .slider-pro .sp-arrow {
		display: none;
	}

	.affa-feature-icon img {
		width: 68px;
		height: auto;
	}

	.affa-feature-text h4 {
		min-height: 0px;
	}

	.affa-quote {
		padding: 0px;
	}

	.affa-counter {
		position: static;
		min-height: 0px;
		text-align: center;
		padding-left: 0px;
	}

	.affa-counter .fa {
		position: static;
		top: auto;
		left: auto;
		font-size: 48px;
		margin-bottom: 20px;
	}

	.teams-row {
		padding: 0px;
	}

	.carousel-slider.teams-row .slick-prev {
		left: 5px;
	}

	.carousel-slider.teams-row .slick-next {
		right: 5px;
	}

	.testimonials-container {
		width: 100%;
		padding: 0px 15px;
	}

	.testimonials-wrap {
		padding: 60px 40px;
	}

	.call-action {
		position: static;
		min-height: 0px;
		text-align: center;
		padding-right: 0px;
	}

	.call-action .btn-section {
		position: static;
		top: auto;
		right: auto;
		width: auto;
		text-align: center;
		margin-top: 20px;
	}

	.clients-row .affa-client-logo {
		width: 50%;
	}

	.clients-row .affa-client-logo.no-border-right-sm {
		border-right: 1px solid #f0f0f0;
	}

	.clients-row .affa-client-logo.no-border-bottom-sm {
		border-bottom: 1px solid #f0f0f0;
	}

	.clients-row .affa-client-logo.no-border-right-xs {
		border-right: 0px;
	}

	.clients-row .affa-client-logo.no-border-bottom-xs {
		border-bottom: 0px;
	}

	.isotope-menu a {
		display: block;
		margin-right: 0px;
		margin-left: 0px;
	}

	.isotope-row .item {
		width: 50%;
	}

}

@media (max-width: 600px) {

	#header .header-overlay {
		padding-top: 5%;
	}

	#header .slider-pro .header-overlay {
		padding-top: 10%;
	}

	#header .header-text-right {
		padding-left: 20%;
	}

	.testimonial-item .testimonial-text {
		font-size: 22px;
		line-height: 34px;
	}

	.testimonial-item .testimonial-author h4 {
		font-size: 18px;
		line-height: 26px;
	}

	.testimonial-item .testimonial-author p {
		font-size: 16px;
		line-height: 22px;
	}

}

@media (max-width: 480px) {

	.btn-play {
		width: 80px;
		height: 80px;
		background-image: url(../images/btn-play-mobile.png);
	}

	#navigation_mobile ul {
		padding-left: 15px;
		padding-right: 15px;
	}

	#header .header-overlay {
		padding-top: 3%;
	}

	#header .slider-pro .header-overlay {
		padding-top: 8%;
	}

	#header .header-text-right {
		padding-left: 10%;
	}

	#header .header-text-left p,
	#header .header-text-left .btn-section,
	#header .header-text-right p,
	#header .sp-slide .header-text-left .sp-layer.sp-layer-2,
	#header .sp-slide .header-text-left .sp-layer.sp-layer-3,
	#header .sp-slide .header-text-right .sp-layer.sp-layer-1,
	#header .sp-slide .header-text-right .sp-layer.sp-layer-2 {
		margin-top: 20px;
	}

	#header .header-text-center h3,
	#header .sp-slide .header-text-center .sp-layer.sp-layer-3 {
		margin-top: 10px;
	}

	#header .header-text-center .btn-section,
	#header .sp-slide .header-text-center .sp-layer.sp-layer-4 {
		bottom: 20px;
	}

	#header .page-header-text h1 {
		font-size: 26px;
		line-height: 34px;
	}

	#header .page-header-text p {
		font-size: 14px;
		line-height: 22px;
	}

	.affa-quote h4 {
		font-size: 24px;
		line-height: 32px;
	}

	.affa-quote p {
		font-size: 18px;
		line-height: 26px;
	}

	.affa-testimonials-avatars {
		margin-bottom: 25px;
	}

	.affa-testimonials-avatars .avatar-item {
		width: 64px;
		height: 64px;
		margin: 8px -15px;
	}

	.affa-testimonials-avatars .avatar-item.active {
		width: 80px;
		height: 80px;
	}

	.carousel-slider.affa-testimonials-carousel {
		padding-bottom: 40px;
	}

	.testimonials-wrap {
		padding: 40px 20px;
	}

	.testimonial-item .testimonial-text {
		font-size: 18px;
		line-height: 28px;
	}

	.testimonial-item .testimonial-author h4 {
		font-size: 16px;
		line-height: 24px;
	}

	.testimonial-item .testimonial-author p {
		font-size: 15px;
		line-height: 22px;
	}

	.isotope-row .item {
		width: 100%;
	}

}

@media (max-width: 400px) {

	.list-row {
		margin: 0px;
	}

	.list-row .list-col {
		float: none;
		width: auto;
		padding: 0px;
	}

	#header .header-overlay {
		padding-top: 2%;
	}

	#header .slider-pro .header-overlay {
		padding-top: 5%;
	}

	#header .header-text-right {
		padding-left: 0px;
	}

	.affa-feature-icon {
		text-align: center;
	}

	.affa-feature-icon-left {
		position: static;
		min-height: 0px;
		text-align: center;
		padding-left: 0px;
	}

	.affa-feature-icon-left img {
		position: static;
		top: auto;
		left: auto;
		margin-bottom: 25px;
	}

	.affa-skill h4 {
		text-align: left;
		padding: 0px;
	}

	.clients-row .affa-client-logo {
		width: 100%;
		border: 0px;
	}

	.clients-row .affa-client-logo:first-child {
		padding-top: 0px;
	}

	.clients-row .affa-client-logo:last-child {
		padding-bottom: 0px;
	}

	.clients-row .affa-client-logo.no-border-right-sm,
	.clients-row .affa-client-logo.no-border-bottom-sm {
		border: 0px;
	}

}

@media (max-width: 360px) {

	#header .header-text-left h1,
	#header .header-text-center h1,
	#header .header-text-right h1 {
		font-size: 20px;
		line-height: 28px;
	}

	#header .header-text-left p,
	#header .header-text-center h4 {
		font-size: 13px;
		line-height: 20px;
	}

	#header .header-text-center h3,
	#header .header-text-right p {
		font-size: 14px;
		line-height: 22px;
	}

}



/* ========================= Keyframes ========================= */

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}




/* ========================= Murilo ========================= */
/* ========================= Menu Soluções ========================= */

.erp-box {
	background-color: #f6fff7;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}

.erp-section-title {
	font-weight: bold;
	color: #fc603b;
	margin-bottom: 15px;
}

.erp-feature {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	text-align: left;

}

.erp-feature p {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

.erp-feature i {
	color: #fc603b;
	max-height: 20px;
	max-width: 20px;
	width: auto;
	height: auto;
}

.erp-feature span {
	color: #333;
	margin-bottom: 6px;
	font-weight: 600;
	font-size: 16px;
}

.erp-feature small {
	color: #333;
	font-size: 13px;
}


a.fundo1 .erp-feature {
	transition: background 0.2s, box-shadow 0.2s;
	border-radius: 10px;
	align-items: initial;
}

a.fundo1:hover .erp-feature {
	background: #fff3ed;
}

#backdrop {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(6px);
	z-index: 1000;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
}

#backdrop.active {
	opacity: 1;
	pointer-events: all;
}

.erp-box-container {
	position: absolute;
	top: 120px;
	left: 50%;
	transform: translate(-50%, -10px);
	width: 80vw;
	max-width: 1000px;
	background: #f6fff7;
	border: 1px solid #ccc;
	z-index: 1001;
	padding: 20px;
	border-radius: 14px;
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.10);
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s cubic-bezier(.6, .3, 0, 1);
}

.erp-box-container.show {
	opacity: 1;
	transform: translate(-50%, 0);
	pointer-events: auto;
}

.pointer {
	cursor: pointer;
}

#menuPlataforma {
	pointer-events: none;
	opacity: 0;
	transform: translate(-50%, -30px);
	transition:
		opacity 0.3s cubic-bezier(.6, .3, 0, 1),
		transform 0.3s cubic-bezier(.6, .3, 0, 1);
}

#menuPlataforma.open {
	pointer-events: auto;
	opacity: 1;
	transform: translate(-50%, 0);
	z-index: 1002;
}


#navigation_mobile {
	width: 100%;
	background-color: #fff;
	z-index: 1000;
	position: relative;
}

.dropdown .dropdown-content.open {
	display: block;
	margin-top: 15px;

}

.nav-menu-links ul {
	list-style: none;
	padding: 0;
}

.nav-menu-links ul li {
	padding: 10px 0;
	font-size: 18px;
}

.nav-menu-links ul li a {
	text-decoration: none;
	color: #333;
}


.nav-menu-links span {
	font-weight: 600;
	font-size: 14px;
}

.nav-menu-links small {
	font-weight: 500;
	font-size: 10px;
	line-height: 1px;
}

.dropdown .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	z-index: 1;
	left: 0;
	top: 30px;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
	padding: 10px;
}


.dropdown-content ul {
	list-style: none;
	padding: 0;
}

.dropdown-content ul li {
	padding: 10px 0;
}

.dropdown-content ul li:hover {
	background-color: #f1f1f1;
}

.dropdown-content ul li i {
	margin-right: 8px;
}

.nav-menu-button {
	display: none;
}


.erp-feature .fundo {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	border-radius: 10px;
	background-color: #fcb29f;
}

@media (max-width: 768px) {
	.nav-menu-button {
		display: block;
	}

	.nav-menu-links {
		display: none;
		flex-direction: column;
	}

	.nav-menu-links.open {
		display: flex;
	}

	.nav-menu-links ul li {
		text-align: center;
	}

	.dropdown-content {
		left: auto;
		right: 0;
		top: 0;
	}
}

/* ========================= Soluções ========================= */

.sp-buttons {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.sp-button {
	width: 16px;
	height: 16px;
	background: #ececec;
	border-radius: 50%;
	border: 2px solid transparent;
	display: inline-block;
	cursor: pointer;
	transition: border-color 0.3s, background 0.3s;
}

.sp-selected-button {
	background: #ffffff !important;
	border-color: #000000 !important;

}


.header-slide-left {
	display: flex;
	align-items: center;
	height: 100%;
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 47.43%, transparent),
		linear-gradient(91deg,
			rgba(0, 0, 0, 0.81) 36%,
			rgba(0, 0, 0, 0.60) 46%,
			rgba(0, 0, 0, 0.45) 56%,
			rgba(0, 0, 0, 0.28) 66%,
			rgba(0, 0, 0, 0.10) 80%,
			transparent 96%);
}

#header .header-overlay2 {
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	color: #FFF;
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 47.43%, transparent),
		linear-gradient(91deg,
			rgba(0, 0, 0, 0.81) 36%,
			rgba(0, 0, 0, 0.60) 46%,
			rgba(0, 0, 0, 0.45) 56%,
			rgba(0, 0, 0, 0.28) 66%,
			rgba(0, 0, 0, 0.10) 80%,
			transparent 96%);
	padding-top: 120px;
}

.header-overlay2 .cw {
	color: white;
}

.carousel-left-content {
	color: #fff;
	max-width: 800px;
	padding: 60px 40px 60px 0;
	text-align: left;
}

.slide-title {
	font-size: 4.6rem !important;
	font-weight: 700 !important;
	margin-bottom: 22px !important;
	color: #fff !important;
	line-height: 1.18 !important;
	letter-spacing: -1px !important;
}

.slide-subtitle {
	font-size: 2.5rem !important;
	font-weight: 600 !important;
	color: white !important;
	margin-bottom: 16px !important;
	max-width: 600px !important;
}

.slide-description {
	font-size: 1.40rem;
	color: #fff;
	opacity: 0.92;
	max-width: 520px;
}


.vantagens-visy {
	padding: 48px 0;
	background: #fff;
	text-align: center;
}

.vantagens-titulo {
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 36px;
}

.vantagens-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 28px;
}

.vantagem-card {
	background: #f8f8f8;
	border-radius: 14px;
	box-shadow: 0 3px 16px rgba(0, 0, 0, 0.05);
	padding: 22px 20px 24px 20px;
	max-width: 272px;
	min-width: 220px;
	flex: 1 1 220px;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: box-shadow .2s;
}

.vantagem-card:hover {
	box-shadow: 0 6px 22px rgba(0, 0, 0, 0.10);
}

.vantagem-card img {
	width: 190px;
	height: 190px;
	object-fit: cover;
	border-radius: 10px;
	margin-bottom: 18px;
}

.vantagem-card h3 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 10px;
	color: #232323;
}

.vantagem-card p {
	font-size: 1.30rem;
	color: #555;
	line-height: 1.5;
	font-weight: 500;
}


.beneficio-visy {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 0;
	gap: 48px;
	background: #fff;
	flex-wrap: wrap;
}

.beneficio-conteudo {
	flex: 1 1 420px;
	max-width: 520px;
}

.beneficio-label {
	font-size: 1.2rem;
	color: #606060;
	font-weight: 500;
}

.beneficio-conteudo h2 {
	font-size: 3.5rem;
	font-weight: 800;
	margin: 22px 0 18px 0;
	line-height: 1.1;
}

.beneficio-conteudo p {
	font-size: 1.5rem;
	color: #222;
	margin-bottom: 40px;
	line-height: 1.45;
	font-weight: 500;
}

.beneficio-metricas {
	display: flex;
	gap: 52px;
	margin-top: 16px;
}

.beneficio-metricas strong {
	font-size: 3rem;
	font-weight: 800;
	display: block;
	color: #232323;
}

.beneficio-metricas span {
	font-size: 1.3rem;
	color: #505050;
	margin-top: 6px;
	display: block;
	font-weight: 500;
}

.beneficio-img {
	flex: 1 1 370px;
	position: relative;
	min-width: 320px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.beneficio-img img {
	width: 400px;
	height: 400px;
	border-radius: 16px;
	object-fit: cover;
	z-index: 1;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.11);
}


.d-flex {
	display: flex;
}

.bloco {
	margin-top: 40px;
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 47.43%, transparent),
		linear-gradient(91deg,
			rgba(0, 0, 0, 0.81) 36%,
			rgba(0, 0, 0, 0.60) 46%,
			rgba(0, 0, 0, 0.45) 56%,
			rgba(0, 0, 0, 0.28) 66%,
			rgba(0, 0, 0, 0.10) 80%,
			transparent 96%);
}

.container-front1 {
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: center;
	justify-content: space-between;
}

.conteudo {
	z-index: 2;
	max-width: 1400px;
	padding: 48px 0;
	align-items: center;
	margin: auto;
}

.bloco .conteudo p {
	color: white;
	max-width: 520px;
}

.bloco .conteudo h2 {
	color: white;
	font-weight: 600;
}
.img1 {
	max-width: 500px;

	opacity: 0.9;
	z-index: 1;
	pointer-events: none;
}

@media (max-width: 1100px) {
	.img1 {
		height: 65%;
		max-width: 60vw;
		opacity: 0.85;
	}

	.conteudo {
		max-width: 420px;
	}
}

@media (max-width: 750px) {
	.bloco {
		flex-direction: column;
		padding: 0 0 0 0;
		min-height: 340px;
		background: black;
	}

	.img1 {
		position: static;
		transform: none;
		width: 100vw;
		height: auto;
		max-width: 100vw;
		margin-top: -32px;
		opacity: 0.82;
		z-index: 0;
		display: block;
	}

	.conteudo {
		max-width: 97vw;
		padding: 32px 7vw 24px 7vw;
		text-align: left;
	}
}

@media (max-width: 900px) {

	.header-slide-left,
	#header .header-overlay2 {
		align-items: flex-start;
		padding-top: 60px !important;
		padding-bottom: 30px !important;
		min-height: 0 !important;
		height: auto !important;
		background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 37.43%, transparent),
			linear-gradient(91deg,
				rgba(0, 0, 0, 0.81) 26%,
				rgba(0, 0, 0, 0.60) 46%,
				rgba(0, 0, 0, 0.35) 66%,
				transparent 96%);
	}

	.carousel-left-content {
		padding: 22px 7vw 22px 5vw;
		max-width: 99vw;
		box-sizing: border-box;
	}

	.slide-title {
		font-size: 1.7rem !important;
		margin-bottom: 12px !important;
	}

	.slide-subtitle {
		font-size: 1.12rem !important;
		margin-bottom: 8px !important;
		max-width: 92vw !important;
	}

	.slide-description {
		font-size: 0.98rem !important;
		max-width: 92vw;
	}

	.sp-slide img.sp-image {
		min-height: 220px !important;
		object-fit: cover;
		width: 100vw !important;
		max-width: 100vw !important;
	}
}

@media (max-width: 600px) {
	.slide-title {
		font-size: 1.22rem !important;
	}

	.slide-subtitle {
		font-size: 0.99rem !important;
	}

	.slide-description {
		font-size: 0.89rem !important;
	}

	.carousel-left-content {
		padding: 13px 4vw 18px 3vw;
	}
}

@media (max-width: 950px) {
	.beneficio-visy {
		flex-direction: column;
		gap: 28px;
	}

	.beneficio-conteudo {
		padding: 0 16px;
		max-width: 98vw;
	}

	.beneficio-img {
		min-width: 220px;
	}

	.beneficio-img img {
		width: 98vw;
		max-width: 330px;
	}

}

@media (max-width: 900px) {
	.vantagens-grid {
		flex-direction: column;
		gap: 20px;
	}

	.vantagem-card {
		max-width: 95%;
	}
}


.front-loja-fisica {
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 47.43%, transparent),
	linear-gradient(-89deg,
		rgba(0, 0, 0, 0.81) 36%,
		rgba(0, 0, 0, 0.60) 46%,
		rgba(0, 0, 0, 0.45) 56%,
		rgba(0, 0, 0, 0.28) 66%,
		rgba(0, 0, 0, 0.10) 80%,
		transparent 96%);
	color: white;
	padding: 60px 20px;
	margin-top: 100px;
}

@media (max-width:770px){
	.front-loja-fisica{
		margin-top: 0px;
		background: black;
	}
	.front-conteudo h1 {
		color: white !important;
	}
	.front-subtexto{
		color: white !important;
	}
}

.container-front {
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: center;
	justify-content: space-between;
}

.front-conteudo {
	flex: 1 1 500px;
}

.front-tag {
	background-color: rgb(0, 0, 0);
	color: #ffffff;
	display: inline-block;
	padding: 6px 16px;
	border-radius: 20px;
	font-weight: 600;
	margin-bottom: 16px;
}

.front-conteudo h1 {
	font-size: 3rem;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 20px;
	color: black;
}

.front-subtexto {
	font-size: 1.5rem;
	margin-bottom: 30px;
	color: #000000;
	font-weight: 500;
}

.front-botoes a {
	text-decoration: none;
	padding: 12px 24px;
	border-radius: 25px;
	font-weight: bold;
	transition: background 0.3s;
}

.front-imagem {
	flex: 1 1 400px;
	position: relative;
}

.front-imagem img {
	width: 100%;
	border-radius: 16px;
	object-fit: cover;
}
