/*

Theme Name: FactoryHub

Theme URI: http://steelthemes.com/factoryhub

Author: SteelThemes

Author URI: http://steelthemes.com

Description: Industry / Factory / Engineering and Construction Business WordPress Theme

Version: 1.0.0

License: GNU General Public License v2+

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: factoryhub

Domain Path: /lang/

Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready

*/

/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

1.0 - Normalize

2.0 - Typography

3.0 - Elements

	3.1 - Common Elements

	3.2 - WordPress Elements

	3.3 - Theme's Elements

4.0 - Header

5.0 - Navigations

6.0 - Content

	6.1 - Posts and pages

	5.2 - Comments

7.0 - Widgets

8.0 - Footer

9.0 - Media Queries

--------------------------------------------------------------*/

/*--------------------------------------------------------------

1.0 - Normalize

--------------------------------------------------------------*/

* {

  box-sizing: border-box;

}

html {

  font-family: sans-serif;

  -ms-text-size-adjust: 100%;

  -webkit-text-size-adjust: 100%;

}

body {

  margin: 0;

}

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

main,

nav,

section,

summary {

  display: block;

}

audio,

canvas,

progress,

video {

  display: inline-block;

  vertical-align: baseline;

}

audio:not([controls]) {

  display: none;

  height: 0;

}

@font-face {

    font-family: 'Open Sans';

    src: local('Open Sans'), local('OpenSans'), url('./fonts/opensans.woff') format('woff'), url('./fonts/opensans.ttf') format('truetype');

    font-weight: 400;

    font-style: normal;

}

@font-face {

    font-family: 'Montserrat';

    src: local('Montserrat'), local('Montserrat'), url('./fonts/montserrat.woff') format('woff'), url('./fonts/montserrat.ttf') format('truetype');

    font-weight: 400;

    font-style: normal;

}

@font-face {

    font-family: 'Roboto';

    src: local('Roboto'), local('Roboto'), url('./fonts/Roboto.woff') format('woff'), url('./fonts/Roboto.ttf') format('truetype');

    font-weight: 400;

    font-style: normal;

}

[hidden],

template {

  display: none;

}

a {

  background: transparent;

}

a:active,

a:hover {

  outline: 0;

}

abbr[title] {

  border-bottom: 1px dotted;

}

b,

strong {

  font-weight: bold;

}

dfn {

  font-style: italic;

}

h1 {

  font-size: 2em;

  margin: 0.67em 0;

}

mark {

  background: #ff0;

  color: #000;

}

small {

  font-size: 80%;

}

sub,

sup {

  font-size: 75%;

  line-height: 0;

  position: relative;

  vertical-align: baseline;

}

sup {

  top: -0.5em;

}

sub {

  bottom: -0.25em;

}

img {

  border: 0;

}

svg:not(:root) {

  overflow: hidden;

}

figure {

  margin: 1em 40px;

}

hr {

  -moz-box-sizing: content-box;

  box-sizing: content-box;

  height: 0;

}

pre {

  overflow: auto;

}

code,

kbd,

pre,

samp {

  font-family: monospace, monospace;

  font-size: 1em;

}

button,

input,

optgroup,

select,

textarea {

  color: inherit;

  font: inherit;

  margin: 0;

}

button {

  overflow: visible;

}

button,

select {

  text-transform: none;

}

button,

html input[type="button"],

input[type="reset"],

input[type="submit"] {

  -webkit-appearance: button;

  cursor: pointer;

}

button[disabled],

html input[disabled] {

  cursor: default;

}

button::-moz-focus-inner,

input::-moz-focus-inner {

  border: 0;

  padding: 0;

}

input {

  line-height: normal;

}

input[type="checkbox"],

input[type="radio"] {

  box-sizing: border-box;

  padding: 0;

}

input[type="number"]::-webkit-inner-spin-button,

input[type="number"]::-webkit-outer-spin-button {

  height: auto;

}

input[type="search"] {

  -webkit-appearance: textfield;

  -moz-box-sizing: content-box;

  -webkit-box-sizing: content-box;

  box-sizing: content-box;

}

input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-decoration {

  -webkit-appearance: none;

}

fieldset {

  border: 1px solid #c0c0c0;

  margin: 0 2px;

  padding: 0.35em 0.625em 0.75em;

}

legend {

  border: 0;

  padding: 0;

}

textarea {

  overflow: auto;

}

optgroup {

  font-weight: bold;

}

table {

  border-collapse: collapse;

  border-spacing: 0;

}

td,

th {

  padding: 0;

}

/*--------------------------------------------------------------

2.0 - Typography

--------------------------------------------------------------*/

body {

  color: #474747;

  font-size: 16px;

  font-family: 'Roboto', sans-serif;

  line-height: 1.6;

  background: #fff;

  word-wrap: break-word;

  overflow-x: hidden;

  font-weight: 300;

}

a {

  transition: 0.5s;

  color: #222222;

  text-decoration: none;

}

a:hover,

a:focus {

  text-decoration: none;

  color: #222222;

}

a img {

  border: none;

}

h1,

h2,

h3,

h4,

h5,

h6 {

  font-weight: 600;

  font-family: 'Open Sans', sans-serif;

  line-height: 1.6;

  color: #222222;

}

h1 {

  font-size: 41px;

}

h2 {

  font-size: 34px;

}

h3 {

  font-size: 28px;

}

h4 {

  font-size: 20px;

}

h5 {

  font-size: 16px;

}

h6 {

  font-size: 14px;

}

/*--------------------------------------------------------------

3.0 - Elements

--------------------------------------------------------------*/

/**

 * 3.1 - Common Elements

 */

img {

  max-width: 100%;

  height: auto;

}

input[type=text],

textarea {

  border: 1px solid #555;

  background: #fff;

}

blockquote {

  font-size: 16px;

  font-style: italic;

  border-left: 3px solid #ffc811;

  padding: 15px 0 15px 20px;

  margin: 35px 0 35px 40px;

  line-height: 2;

}

table {

  text-align: left;

}

table tr {

  border: 1px solid #ececec;

  border-bottom-width: 0;

  padding: 5px;

}

table tr td,

table tr th {

  padding: 5px;

  border-bottom: 1px solid #ececec;

  border-left: 1px solid #ececec;

}

.clearfix {

  zoom: 1;

}

.clearfix:before,

.clearfix:after {

  content: "";

  display: table;

}

.clearfix:after {

  clear: both;

}

@-webkit-keyframes fadeIn {

  from {

    opacity: 0;

  }

  to {

    opacity: 1;

  }

}

@-moz-keyframes fadeIn {

  from {

    opacity: 0;

  }

  to {

    opacity: 1;

  }

}

@keyframes fadeIn {

  from {

    opacity: 0;

  }

  to {

    opacity: 1;

  }

}

.tabs .tabs-nav {

  margin: 0;

  padding: 0;

  overflow: hidden;

  list-style-type: none;

}

.tabs .tabs-nav li {

  float: left;

}

.tabs .tabs-nav a {

  display: block;

}

.tabs .tabs-panel {

  clear: both;

  display: none;

}

.tabs .tabs-panel.active {

  animation: fadeIn 1 1s ease;

  display: block;

}

.socials a {

  display: inline-block;

  padding: 0 15px;

  font-size: 18px;

  color: #848484;

  transition: 0.5s;

}

.socials a:last-child {

  padding-right: 0;

}

.socials a:first-child {

  padding-left: 0;

}

.socials a:hover {

  color: #ffc811;

}

.main-color {

  color: #ffc811;

}

.main-background-color {

  background-color: #ffc811;

}

.owl-carousel div.owl-item img {

  max-width: 100%;

  width: inherit;

}

.fh_button,

.tp-caption.fh_button {

  transition: 0.3s !important;

}

.fh_button:hover,

.tp-caption.fh_button:hover {

  border-color: #ffc811 !important;

  background-color: #ffc811 !important;

}

.fh-form p:before,

.fh-form p:after {

  content: '';

  display: table;

}

.fh-form p:after {

  clear: both;

}

.fh-form .single-field {

  clear: both;

}

.fh-form .field {

  margin-bottom: 20px;

}

.fh-form .field.submit {

  margin-bottom: 0;

}

.fh-form input[type="submit"]:focus {

  outline: none;

}

.fh-form textarea,

.fh-form input[type="text"],

.fh-form input[type="email"],

.fh-form select {

  width: 100%;

  border: 1px solid #eaeaea;

  padding-left: 15px;

  color: #848484;

  background-color: #fff;

}

.fh-form textarea:focus,

.fh-form input[type="text"]:focus,

.fh-form input[type="email"]:focus,

.fh-form select:focus {

  outline: none;

}

.fh-form textarea {

  height: 150px;

  padding: 10px;

}

.fh-form input[type="text"],

.fh-form input[type="email"],

.fh-form select {

  font-size: 16px;

  font-weight: 400;

  height: 50px;

  line-height: 50px;

}

.fh-form .first-row,

.fh-form .last-row {

  width: 50%;

  padding: 0 10px;

}

.fh-form .first-row {

  float: left;

  padding-left: 0;

  clear: both;

}

.fh-form .last-row {

  float: right;

  padding-right: 0;

}

.fh-form-1 textarea {

  height: 260px;

}

.fh-form-1 .submit {

  text-align: center;

  margin-top: 10px;

}

.fh-form-2 textarea,

.fh-form-2 input[type="text"],

.fh-form-2 input[type="email"],

.fh-form-2 select {

  border-color: #f1f1f1;

  font-weight: 300;

}

.fh-form-2 ::-webkit-input-placeholder {

  color: #c4c4c4;

}

.fh-form-2 ::-moz-placeholder {

  color: #c4c4c4;

}

.fh-form-2 :-ms-input-placeholder {

  color: #c4c4c4;

}

.fh-form-2 :-moz-placeholder {

  color: #c4c4c4;

}

.fh-form-2 select {

  color: #c4c4c4;

}

.fh-form-2 .field {

  margin-bottom: 30px;

}

.fh-form-2 .first-row,

.fh-form-2 .last-row {

  padding: 0 15px;

}

.fh-form-2 .first-row {

  float: left;

  padding-left: 0;

}

.fh-form-2 .last-row {

  float: right;

  padding-right: 0;

}

.fh-form-2 textarea {

  height: 130px;

}

/**

 * 3.2 - WordPress Elements

 */

.alignnone {

  margin: 0;

}

.aligncenter,

div.aligncenter,

.aligncenter img {

  display: block;

  margin: 1em auto;

}

.alignright {

  float: right;

  margin: 5px 0 20px 20px;

}

.alignleft {

  float: left;

  margin: 5px 20px 20px 0;

}

.wp-caption {

  background: #fff;

  border: 1px solid #555;

  padding: 5px;

  max-width: 100%;

  text-align: center;

}

.wp-caption img {

  display: block;

  width: 100%;

  height: auto;

  margin: 0;

}

.wp-caption-text {

  font-size: small;

  margin: 0;

  padding: 5px 0 0;

}

.gallery-caption {

  display: block;

}

.bypostauthor {

  display: block;

}

.sticky {

  display: block;

}

.screen-reader-text {

  clip: rect(1px, 1px, 1px, 1px);

  position: absolute !important;

  height: 1px;

  width: 1px;

  overflow: hidden;

}

.screen-reader-text:focus {

  background-color: #f1f1f1;

  border-radius: 3px;

  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

  clip: auto !important;

  color: #21759b;

  display: block;

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: bold;

  height: auto;

  left: 5px;

  line-height: normal;

  padding: 15px 23px 14px;

  text-decoration: none;

  top: 5px;

  width: auto;

  z-index: 100000;

  /* Above WP toolbar. */

}

.gallery {

  margin-bottom: 1.5em;

}

.gallery-item {

  display: inline-block;

  text-align: center;

  vertical-align: top;

  width: 100%;

}

.gallery-columns-2 .gallery-item {

  max-width: 50%;

}

.gallery-columns-3 .gallery-item {

  max-width: 33.33%;

}

.gallery-columns-4 .gallery-item {

  max-width: 25%;

}

.gallery-columns-5 .gallery-item {

  max-width: 20%;

}

.gallery-columns-6 .gallery-item {

  max-width: 16.66%;

}

.gallery-columns-7 .gallery-item {

  max-width: 14.28%;

}

.gallery-columns-8 .gallery-item {

  max-width: 12.5%;

}

.gallery-columns-9 .gallery-item {

  max-width: 11.11%;

}

.gallery-caption {

  display: block;

}

/*--------------------------------------------------------------

4.0 - Header

--------------------------------------------------------------*/

.site-header {

  background-color: #fff;

}

.site-contact {

  padding: 27px 0;

}

.site-logo h1,

.site-logo h2,

.site-logo p {

  margin: 0;

  line-height: 0;

  text-indent: -9999px;

}

.site-logo .hide-logo {

  display: none;

}

.site-logo .show-logo {

  display: inline-block;

}

.topbar {

  background-color: #f7f7f7;

  position: relative;

  z-index: 200;

}

.topbar .topbar-widgets {

  padding-top: 9px;

  padding-bottom: 9px;

}

.topbar .widget {

  font-size: 15px;

  font-weight: 300;

  margin-bottom: 0;

  display: inline-block;

  color: #9e9e9e;

  padding: 0 20px;

}

.topbar .widget:first-child {

  padding-left: 0;

}

.topbar .widget:last-child {

  padding-right: 0;

}

.topbar .topbar-left {

  line-height: 42px;

}

.topbar .topbar-left i {

  padding-right: 10px;

  color: #ffc811;

  font-size: 18px;

}

.topbar .topbar-left i:before {

  font-size: 18px;

}

.topbar .widget .search-form {

  padding: 0;

  font-family: 'Open Sans', sans-serif;

  font-size: 14px;

  font-weight: 400;

  border: 1px solid #e8e8e8;

  border-radius: 40px;

}

.topbar .widget .search-form ::-webkit-input-placeholder {

  color: #9e9e9e;

}

.topbar .widget .search-form :-moz-placeholder {

  color: #9e9e9e;

}

.topbar .widget .search-form ::-moz-placeholder {

  color: #9e9e9e;

}

.topbar .widget .search-form :-ms-input-placeholder {

  color: #9e9e9e;

}

.topbar .widget .search-form:after {

  display: none;

}

.topbar .widget .search-form:before {

  font-size: 14px;

  color: #1d1d1d;

  right: 13px;

}

.topbar .widget .search-form .search-field {

  height: 40px;

  line-height: 40px;

  padding-right: 28px;

  background-color: transparent;

  color: #9e9e9e;

  width: initial;

}

.topbar .widget .search-form .search-submit {

  right: 0;

  width: 35px;

  height: 35px;

}

.topbar .topbar-socials {

  display: inline-block;

  padding: 0;

  margin: 0;

}

.topbar .topbar-socials li {

  display: inline-block;

  padding: 0 10px;

}

.topbar .topbar-socials li a {

  color: #9e9e9e;

  transition: 0.5s;

}

.topbar .topbar-socials li:hover a {

  color: #ffc811;

}

.topbar .widget_icl_lang_sel_widget ul.lang_sel {

  padding: 15px 20px 15px 0;

  position: relative;

}

.topbar .widget_icl_lang_sel_widget ul.lang_sel:after {

  content: '\f107';

  font-family: FontAwesome;

  position: absolute;

  right: 0;

  top: 50%;

  transform: translateY(-50%);

  color: #fff;

}

.topbar .widget_icl_lang_sel_widget ul.lang_sel a {

  color: #fff;

  font-size: 14px;

  font-weight: 400;

}

.topbar .widget_icl_lang_sel_widget ul.lang_sel a img {

  margin-right: 10px;

}

.topbar .widget_icl_lang_sel_widget ul.lang_sel a:hover {

  color: #fff;

}

.topbar .widget_icl_lang_sel_widget ul.lang_sel ul {

  position: absolute;

  background-color: #f4f4f4;

  width: 100%;

  text-align: left;

  padding-left: 20px;

  opacity: 0;

  top: 53px;

  transition: 0.5s;

  z-index: -9999;

  transform: scaleX(0);

}

.topbar .widget_icl_lang_sel_widget ul.lang_sel ul a {

  color: #272727;

}

.topbar .widget_icl_lang_sel_widget ul.lang_sel ul a:hover {

  color: #272727;

}

.topbar .widget_icl_lang_sel_widget ul.lang_sel ul:before {

  content: '';

  width: 100%;

  height: 5px;

  background-color: transparent;

  top: -4px;

  left: 0;

}

.topbar .widget_icl_lang_sel_widget ul.lang_sel ul li {

  padding: 10px 10px 10px 0;

}

.topbar .widget_icl_lang_sel_widget ul.lang_sel:hover ul {

  opacity: 1;

  z-index: 9999;

  transform: scaleX(1);

}

.topbar .intro-text {

  color: #d8d8d8;

}

.page-header {

  margin: 0;

  padding-bottom: 0;

  border: none;

  background-color: #030303;

}

.page-header h1 {

  color: #fff;

  text-transform: capitalize;

  font-weight: 700;

  margin: 0;

  font-size: 50px;

  font-family: 'Roboto', sans-serif;

  line-height: 1.2;

  position: relative;

  z-index: 999;

}

.page-header .header-title {

  padding: 130px 0;

  text-align: center;

  background-attachment: fixed;

  position: relative;

}

.page-header .header-title:before {

  content: '';

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.5);

  z-index: 98;

}

.page-header .breadcrumb-area {

  background-color: #fff;

  padding: 22px 0;

  border-bottom: 1px solid #f4f4f4;

  font-size: 14px;

  font-weight: 300;

}

.page-header .breadcrumb-area nav {

  background-color: transparent;

  text-align: left;

  padding: 0;

  margin: 0;

  color: #222222;

  line-height: 20px;

}

.page-header .breadcrumb-area nav a,

.page-header .breadcrumb-area nav span {

  color: #222222;

}

.page-header .breadcrumb-area nav .fa {

  padding: 0 5px;

}

.page-header .breadcrumb-area .share {

  position: relative;

  text-align: right;

  color: #222;

  font-weight: 300;

}

.page-header .breadcrumb-area .share .socials-share {

  margin-left: 0;

  position: absolute;

  top: -8px;

  right: 100px;

  opacity: 0;

  transition: 0.5s;

}

.page-header .breadcrumb-area .share .share-title {

  cursor: pointer;

}

.page-header .breadcrumb-area .share .share-title .fa {

  padding-right: 5px;

}

.page-header .breadcrumb-area .share:hover .socials-share {

  opacity: 1;

}

.page-header.style-2 .header-title {

  text-align: left;

  padding: 70px 0;

}

.page-header.style-2 h1 {

  line-height: 1.2;

  padding-bottom: 30px;

}

.page-header.style-2 .subtitle {

  font-size: 24px;

  font-weight: 300;

  color: #ffc811;

  padding-bottom: 10px;

  position: relative;

  z-index: 99;

}

.page-header.style-2 .page-button-link {

  position: relative;

  z-index: 99;

}

.page-header.style-2 .page-button-link a {

  min-width: 230px;

  min-height: 55px;

  line-height: 50px;

  text-align: center;

  font-size: 16px;

  color: #fff;

  border: 2px solid #fff;

  border-radius: 55px;

  display: inline-block;

  font-weight: 700;

  transition: 0.5s;

}

.page-header.style-2 .page-button-link a:hover {

  background-color: #ffc811;

  border-color: #ffc811;

}

.header-sticky .site-header.minimized .site-menu {

  position: fixed;

  top: 0;

  width: 100%;

  z-index: 9999;

  transition: top 0.5s;

}

.header-sticky.admin-bar .site-header.minimized .site-menu {

  top: 32px;

}

.header-sticky.header-v2 .site-header.minimized .site-menu {

  transform: translateY(0);

}

.header-sticky.header-v3 .site-header.minimized .header-main {

  position: fixed;

  top: 0;

  width: 100%;

  z-index: 9999;

  background-color: #04192b;

  padding-top: 7px;

}

.header-sticky.header-v3 .site-header.minimized .site-menu {

  position: static;

  top: inherit;

  width: inherit;

}

.header-sticky.header-v3.admin-bar .site-header.minimized .header-main {

  top: 32px;

}

.header-sticky.header-v3.admin-bar .site-header.minimized .site-menu {

  top: inherit;

}

.header-sticky.header-v4 .site-header.minimized .site-menu {

  background-color: #fff;

  border-bottom: 1px solid #f2f2f2;

}

.header-transparent .topbar,

.header-transparent .site-header {

  position: absolute;

  width: 100%;

  z-index: 9999;

  background-color: transparent;

}

.header-transparent .topbar {

  top: 10px;

}

.header-transparent .topbar .widget {

  color: #fff;

}

.header-transparent .topbar .widget .search-form {

  border-color: rgba(232, 232, 232, 0.1);

  color: #fff;

}

.header-transparent .topbar .widget .search-form:before {

  color: #fff;

}

.header-transparent .topbar .widget .search-form ::-webkit-input-placeholder {

  color: #fff;

}

.header-transparent .topbar .widget .search-form :-moz-placeholder {

  color: #fff;

}

.header-transparent .topbar .widget .search-form ::-moz-placeholder {

  color: #fff;

}

.header-transparent .topbar .widget .search-form :-ms-input-placeholder {

  color: #fff;

}

.header-transparent .topbar .widget .search-form .search-field {

  color: #fff;

}

.header-transparent .page-header .header-title {

  padding-top: 230px;

}

.header-transparent .site-header {

  top: 80px;

}

.header-transparent.admin-bar .topbar {

  top: 42px;

}

.header-transparent.admin-bar .site-header {

  top: 112px;

}

.header-v1 .site-menu {

  background-color: #04192b;

}

.header-v1 .site-extra-text .style-1 {

  display: none;

}

.header-v2 .site-header {

  z-index: 999;

  position: relative;

}

.header-v2 .site-contact {

  padding-top: 30px;

  padding-bottom: 0;

}

.header-v2 .site-menu {

  background-color: transparent;

  transform: translateY(50%);

}

.header-v2 .site-menu .main-nav {

  background-color: #04192b;

}

.header-v2 .header-main {

  background-color: #fff;

}

.header-v2 .page-header .header-title {

  padding-top: 154px;

}

.header-v2 .page-header.style-2 .header-title {

  padding-top: 94px;

}

.header-v2 .site-extra-text .style-2 {

  display: none;

}

.header-v4 .site-contact {

  border-bottom: 1px solid #f7f7f7;

}

.header-v4 .site-extra-text .style-1 {

  display: none;

}

.header-v4 .extra-text-right {

  text-align: right;

}

.site-extra-text {

  text-align: right;

}

.site-extra-text .extra-item {

  margin: 0;

  padding: 0;

  list-style: none;

}

.site-extra-text .item-text {

  padding-top: 13px;

}

.site-extra-text .item-text a {

  display: inline-block;

  padding: 0 10px;

  color: #9f9f9f;

  transition: 0.5s;

}

.site-extra-text .item-text a:first-child {

  padding-left: 0;

}

.site-extra-text .item-text a:last-child {

  padding-right: 0;

}

.site-extra-text .item-text a:hover {

  color: #ffc811;

}

.site-extra-text .item,

.site-extra-text .item-2 {

  display: inline-block;

  padding-right: 30px;

  text-align: left;

}

.site-extra-text .item i,

.site-extra-text .item-2 i {

  float: left;

  color: #222222;

  margin-top: 8px;

  font-size: 20px;

  font-weight: 600;

}

.site-extra-text .item div,

.site-extra-text .item-2 div {

  margin-left: 30px;

  font-size: 16px;

  font-weight: 300;

  padding-left: 10px;

  border-left: 1px solid #f4f4f4;

}

.site-extra-text .item span,

.site-extra-text .item-2 span {

  display: block;

  color: #222222;

  line-height: 16px;

  font-weight: 600;

}

.site-extra-text .item-2 div {

  border: 0;

}

.site-extra-text .item-2 i {

  color: #ffc811;

  font-weight: 400;

  margin-top: 0;

  font-size: 28px;

}

.site-extra-text .item-2 i:before {

  font-size: 28px;

}

.site-extra-text .item-button,

.site-extra-text .social {

  display: inline-block;

  float: right;

}

.site-extra-text .item-button {

  margin-top: -8px;

}

.site-extra-text .item-button a,

.site-extra-text .item-button a:hover {

  color: #fff;

}

.site-extra-text .social {

  padding-top: 7px;

  padding-left: 50px;

}

.site-extra-text .social a {

  color: #04192b;

}

.site-extra-text .social a:hover {

  color: #ffc811;

}

.fh-header-minimized {

  display: none;

}

.fh-header-minimized.minimized {

  display: block;

}

.off-canvas-layer {

  position: fixed;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  z-index: 999;

  cursor: pointer;

  display: none;

  background-color: rgba(0, 0, 0, 0.5);

}

.display-mobile-menu .off-canvas-layer {

  display: block;

}

/*--------------------------------------------------------------

5.0 - Navigations

--------------------------------------------------------------*/

.main-nav {

  line-height: 41px;

}

.main-nav a {

  font-weight: 700;

  font-size: 16px;

  color: #fff;

  display: block;

}

.main-nav ul {

  list-style: none;

  padding-left: 0;

  margin-bottom: 0;

}

.main-nav ul ul {

  transition: top 0.3s ease 0s, opacity 0.3s;

  position: absolute;

  top: 80%;

  left: 8px;

  width: 300px;

  transform: scaleX(0);

  background-color: #212121;

  margin-top: 31px;

}

.main-nav ul ul:before {

  content: '';

  width: 100%;

  height: 5px;

  position: absolute;

  background-color: transparent;

  left: 0;

  top: -5px;

}

.main-nav ul ul ul {

  transition: left 0.3s ease 0s, opacity 0.3s;

  left: 115%;

  top: 0;

  box-shadow: none;

  margin-top: 0;

  border-top: 2px solid #ffc811;

}

.main-nav ul ul ul:before {

  content: '';

  width: 10px;

  height: 100%;

  position: absolute;

  background-color: transparent;

  top: 0;

  left: -10px;

}

.main-nav li {

  display: inline-block;

  position: relative;

}

.main-nav li:hover > ul {

  opacity: 1;

  z-index: 9999;

  top: 59%;

  transform: scaleX(1);

}

.main-nav li li {

  padding: 14px 20px;

  display: block;

  line-height: 1;

  transition: all 0.5s;

  border-bottom: 1px solid #2a2a2a;

  position: relative;

}

.main-nav li li:last-child {

  border-bottom: 0;

}

.main-nav li li a {

  font-size: 16px;

  font-weight: 300;

  color: #a8a8a8;

  padding-left: 20px;

  position: relative;

  display: block;

}

.main-nav li li a:after {

  content: '';

  background-color: #3b3b3b;

  width: 4px;

  height: 4px;

  border-radius: 50%;

  position: absolute;

  top: 50%;

  left: 3px;

  transform: translateY(-50%);

  transition: 0.5s;

}

.main-nav li li a:before {

  content: '';

  width: 10px;

  height: 10px;

  border: 1px solid #3b3b3b;

  border-radius: 50%;

  position: absolute;

  top: 50%;

  left: 0;

  transform: translateY(-50%);

  transition: 0.5s;

}

.main-nav li li.menu-item-has-children:after {

  content: '\f105';

  color: #3b3b3b;

  font-family: Fontawesome;

  position: absolute;

  top: 50%;

  right: 20px;

  transform: translateY(-50%);

  font-size: 16px;

  font-weight: 400;

  transition: 0.5s;

}

.main-nav li li:hover.menu-item-has-children:after {

  color: #ffc811;

}

.main-nav li li:hover > a {

  color: #ffc811;

}

.main-nav li li:hover > a:before {

  border-color: #ffc811;

}

.main-nav li li:hover > a:after {

  background-color: #ffc811;

}

.main-nav li li:hover > ul {

  top: 0;

  left: calc(100% + 10px);

}

.main-nav ul.menu > li {

  position: relative;

  text-align: left;

  padding: 0 0px;

}

.main-nav ul.menu > li:first-child {

  padding-left: 0;

}

.main-nav ul.menu > li:first-child > ul {

  left: 0;

}

.main-nav ul.menu > li:last-child {

  padding-right: 0;

}

.main-nav ul.menu > li > a {

  padding: 15px 5px 19px 5px;

  position: relative;

  transition: 0.5s;

}

.main-nav ul.menu > li > a:before {

  content: '';

  position: absolute;

  width: 0;

  height: 5px;

  background-color: #ffc811;

  bottom: 0;

  right: 0;

  transition: 0.5s;

}

.main-nav ul.menu > li.menu-item-has-children > a {

  position: relative;

  padding-right: 25px;

}

.main-nav ul.menu > li.menu-item-has-children > a:after {

  content: '\f107';

  font-family: Fontawesome;

  position: absolute;

  top: 48%;

  right: 8px;

  transform: translateY(-50%);

  font-size: 16px;

  font-weight: 400;

  transition: 0.5s;

  color: #fff;

}

.main-nav ul.menu > li.current-menu-item > a,

.main-nav ul.menu > li.current-menu-parent > a,

.main-nav ul.menu > li:hover > a {

  color: #ffc811;

}

.main-nav ul.menu > li.current-menu-item > a:before,

.main-nav ul.menu > li.current-menu-parent > a:before,

.main-nav ul.menu > li:hover > a:before {

  width: 100%;

  left: 0;

}

.main-nav ul.menu > li.current-menu-item > a:after,

.main-nav ul.menu > li.current-menu-parent > a:after,

.main-nav ul.menu > li:hover > a:after {

  color: #ffc811;

}

.main-nav div.menu > ul > li {

  position: relative;

  text-align: left;

  padding: 0 8px;

}

.main-nav div.menu > ul > li:first-child {

  padding-left: 0;

}

.main-nav div.menu > ul > li:first-child > ul {

  left: 0;

}

.main-nav div.menu > ul > li:last-child {

  padding-right: 0;

}

.main-nav div.menu > ul > li > a {

  padding: 15px 15px 19px 15px;

  position: relative;

  transition: 0.5s;

}

.main-nav div.menu > ul > li > a:before {

  content: '';

  position: absolute;

  width: 0;

  height: 5px;

  background-color: #ffc811;

  bottom: 0;

  right: 0;

  transition: 0.5s;

}

.main-nav div.menu > ul > li.page_item_has_children > a {

  position: relative;

  padding-right: 25px;

}

.main-nav div.menu > ul > li.page_item_has_children > a:after {

  content: '\f107';

  font-family: Fontawesome;

  position: absolute;

  top: 48%;

  right: 8px;

  transform: translateY(-50%);

  font-size: 16px;

  font-weight: 400;

  transition: 0.5s;

  color: #fff;

}

.main-nav div.menu > ul > li.current_page_item > a,

.main-nav div.menu > ul > li:hover > a {

  color: #ffc811;

}

.main-nav div.menu > ul > li.current_page_item > a:before,

.main-nav div.menu > ul > li:hover > a:before {

  width: 100%;

  left: 0;

}

.main-nav div.menu > ul > li.current_page_item > a:after,

.main-nav div.menu > ul > li:hover > a:after {

  color: #ffc811;

}

.header-v1 .menu-item-text {

  font-size: 16px;

  font-weight: 700;

  color: #fff;

  padding-top: 16px;



}

.header-v1 .menu-item-text i {

  color: #ffc811;

  margin-top: -10px;

  font-size: 40px;

  float: left;

}

.header-v1 .menu-item-text i:before {

  font-size: 33px;

}

.header-v1 .menu-item-text .extra-text {

  margin-left: 48px;

}

.header-v1 .menu-item-text p {

  line-height: 1;

  margin-bottom: 5px;

}

.header-v1 .menu-item-text p.number {

  font-size: 15px;

  margin-bottom: 0;

}

.header-v2 .main-nav a {

  font-size: 14px;

}

.header-v2 .main-nav ul ul {

  top: 79%;

  left: 0;

}

.header-v2 .main-nav ul ul ul {

  left: 110%;

  top: 0;

}

.header-v2 .main-nav ul.menu {

  zoom: 1;

}

.header-v2 .main-nav ul.menu:before,

.header-v2 .main-nav ul.menu:after {

  content: "";

  display: table;

}

.header-v2 .main-nav ul.menu:after {

  clear: both;

}

.header-v2 .main-nav ul.menu:before,

.header-v2 .main-nav ul.menu:after {

  content: "";

  display: table;

}

.header-v2 .main-nav ul.menu:after {

  clear: both;

}

.header-v2 .main-nav ul.menu > li {

  display: block;

  float: left;

  position: relative;

  padding: 13px;

}

.header-v2 .main-nav ul.menu > li:before,

.header-v2 .main-nav ul.menu > li:after {

  content: '';

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  width: 1px;

  height: 30px;

}

.header-v2 .main-nav ul.menu > li:before {

  left: 0;

  background-color: rgba(255, 255, 255, 0.08);

}

.header-v2 .main-nav ul.menu > li:after {

  right: 0;

  background-color: rgba(0, 0, 0, 0.4);

}

.header-v2 .main-nav ul.menu > li:first-child:before {

  display: none;

}

.header-v2 .main-nav ul.menu > li:last-child:after {

  display: none;

}

.header-v2 .main-nav ul.menu > li > a {

  text-transform: uppercase;

  padding-top: 0;

  padding-bottom: 0;

}

.header-v2 .main-nav ul.menu > li > a:before {

  display: none;

}

.header-v2 .main-nav ul.menu li:hover > ul {

  top: 54%;

}

.header-v2 .main-nav ul.menu li li:hover > ul {

  top: 0;

  left: calc(100% + 10px);

}

.header-v2 .menu-item-button-link {

  background-color: #ffc811;

  text-align: center;

}

.header-v2 .menu-item-button-link a {

  font-size: 16px;

  font-weight: 700;

  color: #fff;

  display: block;

  padding: 21px 10px;

}

.header-v2 .menu-item-button-link a:hover {

  color: #fff;

}

.header-transparent .main-nav {

  text-align: right;

}

.header-transparent .main-nav a {

  font-size: 14px;

}

.header-transparent .main-nav li li a {

  font-size: 16px;

}

.header-transparent .main-nav ul.menu > li > a {

  text-transform: uppercase;

  padding-left: 10px;

  padding-right: 20px;

}

.header-transparent .main-nav ul.menu > li > a:before {

  display: none;

}

.header-transparent .main-nav ul.menu > li > a:after {

  right: 6px;

  top: 47%;

}

.header-transparent .main-nav ul.menu > li:hover > a {

  color: #ffc811;

}

.header-transparent .main-nav ul.menu > li:hover > a:after {

  color: #ffc811;

}

.header-transparent .main-nav .extra-menu-item {

  float: none;

}

.header-v4 .main-nav ul.menu > li > a {

  color: #222222;

}

.header-v4 .main-nav ul.menu > li > a:after {

  color: #222222;

}

.header-v4 .main-nav ul.menu > li:hover > a {

  color: #ffc811;

}

.header-v4 .main-nav ul.menu > li:hover > a:after {

  color: #ffc811;

}

.header-v4 .menu-item-search {

  padding-top: 16px;

}

.header-v4 .menu-item-search .search-form {

  position: relative;

  min-width: 270px;

  border: 1px solid #e8e8e8;

  border-radius: 40px;

  padding: 8px 15px 4px 15px;

  color: #848484;

}

.header-v4 .menu-item-search .search-form .fa {

  font-size: 14px;

  font-weight: 400;

  position: absolute;

  bottom: 14px;

  right: 10px;

}

.header-v4 .menu-item-search .search-form .search-field {

  width: 100%;

  border: none;

  padding-left: 0;

  padding-bottom: 7px;

  background-color: transparent;

}

.header-v4 .menu-item-search .search-form .search-field:focus {

  outline: none;

}

.header-v4 .menu-item-search .search-form .search-submit {

  opacity: 0;

  width: 40px;

  height: 40px;

  position: absolute;

  bottom: 3px;

  right: 3px;

  z-index: 999;

}

.post-navigation {

  float: right;

}

.post-navigation .nav-previous,

.post-navigation .nav-next {

  display: inline-block;

  padding: 5px 0;

}

.post-navigation .nav-previous {

  padding-right: 10px;

  border-right: 0.5px solid #f4f4f4;

}

.post-navigation .nav-previous .meta-nav {

  padding-right: 12px;

}

.post-navigation .nav-next {

  padding-left: 10px;

  border-left: 0.5px solid #f4f4f4;

}

.post-navigation .nav-next .meta-nav {

  padding-left: 12px;

}

.post-navigation a:hover {

  color: #ffc811;

}

.numeric-navigation {

  clear: both;

  display: block;

  text-align: center;

  float: none;

  padding-top: 0;

}

.numeric-navigation .page-numbers {

  color: #292929;

  font-weight: 600;

  font-size: 18px;

  width: 52px;

  height: 52px;

  line-height: 52px;

  border-radius: 50%;

  text-align: center;

  background-color: #f7f7f7;

  display: inline-block;

  margin: 0 3px;

  transition: 0.5s;

}

.numeric-navigation .page-numbers:first-child {

  margin-left: 0;

}

.numeric-navigation .page-numbers:last-child {

  margin-right: 0;

}

.numeric-navigation .page-numbers:hover,

.numeric-navigation .page-numbers.current {

  color: #fff;

  background-color: #ffc811;

}

.portfolio-navigation {

  border-top: 1px solid #f4f4f4;

  border-bottom: 1px solid #f4f4f4;

  padding-bottom: 20px;

  padding-top: 21px;

  text-align: center;

}

.portfolio-navigation .nav-previous,

.portfolio-navigation .nav-next {

  padding-top: 7px;

}

.portfolio-navigation .nav-previous a,

.portfolio-navigation .nav-next a {

  font-size: 16px;

  font-weight: 700;

  text-transform: uppercase;

  font-family: 'Open Sans', sans-serif;

  transition: 0.5s;

}

.portfolio-navigation .nav-previous a:hover,

.portfolio-navigation .nav-next a:hover {

  color: #ffc811;

}

.portfolio-navigation .nav-previous .meta-nav.left,

.portfolio-navigation .nav-next .meta-nav.left {

  padding-right: 10px;

}

.portfolio-navigation .nav-previous .meta-nav.right,

.portfolio-navigation .nav-next .meta-nav.right {

  padding-left: 10px;

}

.portfolio-navigation .portfolio-link {

  font-size: 24px;

}

.portfolio-navigation .nav-previous {

  float: left;

}

.portfolio-navigation .nav-next {

  float: right;

}

.all-project .numeric-navigation {

  margin-top: 0;

  padding-top: 60px;

}

.all-service .numeric-navigation {

  margin-top: 0;

  padding-top: 20px;

}

.project-nav-ajax .numeric-navigation .page-numbers {

  display: none;

}

.project-nav-ajax .numeric-navigation .page-numbers.next {

  font-size: 16px;

  font-weight: 700;

  color: #ffc811;

  text-align: center;

  display: inline-block;

  position: relative;

  min-width: 160px;

  min-height: 50px;

  line-height: 49px;

  border-radius: 50px;

  padding: 0 20px;

  background-color: #fff;

  text-transform: capitalize;

  border: 2px solid #f7f7f7;

  box-shadow: none;

  font-family: 'Open Sans', sans-serif;

  transition: 0.5s;

}

.project-nav-ajax .numeric-navigation .page-numbers.next span {

  display: block;

  transition: 0.5s;

  color: #ffc811;

}

.project-nav-ajax .numeric-navigation .page-numbers.next .factoryhub-loading {

  position: absolute;

  left: 50%;

  top: 0;

  transform: translateX(-50%);

  opacity: 0;

  width: 100%;

}

.project-nav-ajax .numeric-navigation .page-numbers.next.loading .factoryhub-loading {

  opacity: 1;

}

.project-nav-ajax .numeric-navigation .page-numbers.next.loading .load-more {

  opacity: 0;

}

.project-nav-ajax .numeric-navigation .page-numbers.next:hover,

.project-nav-ajax .numeric-navigation .page-numbers.next:focus {

  color: #fff;

  border-color: #ffc811;

  box-shadow: none;

  outline: none;

  background-color: #ffc811;

}

.project-nav-ajax .numeric-navigation .page-numbers.next:hover span,

.project-nav-ajax .numeric-navigation .page-numbers.next:focus span {

  color: #fff;

}

.header-transparent .navbars-icon i {

  color: #fff;

}

.navbars-icon {

  transition: 0.4s;

  display: inline-block;

  position: relative;

}

.navbars-icon i {

  color: #222222;

  font-size: 26px;

}

.admin-bar .primary-mobile-nav {

  top: 32px;

}

.primary-mobile-nav {

  width: 340px;

  transition: 0.4s;

  background-color: #fff;

  position: fixed;

  top: 0;

  right: -340px;

  height: 100%;

  overflow-x: hidden;

  overflow-y: auto;

  color: #848484;

  z-index: -999999;

  border: 1px solid #f4f4f4;

}

.primary-mobile-nav .close-canvas-mobile-panel {

  padding: 20px;

  display: inline-block;

  font-size: 46px;

}

.primary-mobile-nav ul {

  list-style: none;

  padding-left: 0;

}

.primary-mobile-nav ul.menu {

  padding-bottom: 30px;

}

.primary-mobile-nav ul.menu.over-submenu {

  height: 0;

  overflow: hidden;

  padding-bottom: 0;

}

.primary-mobile-nav ul.menu li {

  padding: 15px 20px;

  position: static;

}

.primary-mobile-nav ul.menu li .toggle-children {

  float: right;

  position: relative;

}

.primary-mobile-nav ul.menu li .toggle-children i {

  position: absolute;

  width: 50px;

  height: 50px;

  text-align: center;

  line-height: 50px;

  right: -20px;

  top: -12px;

  font-size: 22px;

}

.primary-mobile-nav ul.menu li > ul {

  position: absolute;

  float: left;

  right: 0;

  top: 0;

  visibility: visible;

  display: inline-block;

  width: 100% !important;

  z-index: 10;

  margin-top: 0;

  transform: translateX(100%);

  transition: 0.35s;

  background-color: #fff;

  overflow-y: auto;

  overflow-x: hidden;

  height: 100%;

}

.primary-mobile-nav ul.menu li > ul .menu-parent-items {

  background-color: #f4f4f4;

  color: #222222;

  text-transform: uppercase;

}

.primary-mobile-nav ul.menu li.over-menu > ul {

  transform: translateX(0);

}

.primary-mobile-nav ul.menu li.menu-back {

  padding-left: 40px;

  position: relative;

}

.primary-mobile-nav ul.menu li.menu-back:before {

  content: '\f104';

  font-family: Fontawesome;

  font-size: 22px;

  position: absolute;

  left: 20px;

  top: 50%;

  transform: translateY(-50%);

}

.primary-mobile-nav ul.menu li.extra-menu-item {

  margin-top: 40px;

}

.primary-mobile-nav ul.menu li.current-menu-item > a {

  color: #ffc811;

}

.primary-mobile-nav .extra-item {

  padding: 0 20px;

}

.primary-mobile-nav .menu-item-text {

  color: #222;

}

.primary-mobile-nav .menu-item-button-link {

  background-color: transparent;

}

.primary-mobile-nav .menu-item-button-link a {

  background-color: #ffc811;

}

.display-mobile-menu .primary-mobile-nav {

  right: 0;

  z-index: 99999;

}

/*--------------------------------------------------------------

6.0 - Content

--------------------------------------------------------------*/

.fh-btn {

  font-size: 16px;

  font-weight: 700;

  color: #fff;

  text-align: center;

  display: inline-block;

  min-width: 160px;

  min-height: 50px;

  line-height: 50px;

  border-radius: 50px;

  padding: 0 20px;

  background-color: #ffc811;

  text-transform: capitalize;

  border: 0;

  box-shadow: none;

  font-family: 'Open Sans', sans-serif;

  transition: 0.5s;

}

.fh-btn:hover,

.fh-btn:focus {

  color: #fff;

  border: 0;

  box-shadow: none;

  outline: none;

  background-color: #ffc811;

}

.fh-btn-2 {

  font-size: 16px;

  font-weight: 700;

  color: #fff;

  text-align: center;

  display: inline-block;

  min-width: 170px;

  min-height: 50px;

  line-height: 50px;

  border-radius: 0;

  padding: 0 20px;

  background-color: #ffc811;

  text-transform: capitalize;

  border: 0;

  box-shadow: none;

  font-family: 'Open Sans', sans-serif;

  transition: 0.5s;

}

.fh-btn-2:hover,

.fh-btn-2:focus {

  color: #fff;

  border: 0;

  box-shadow: none;

  outline: none;

  background-color: #ffc811;

}

.fh-btn-3 {

  font-size: 16px;

  font-weight: 700;

  color: #252525;

  text-align: center;

  display: inline-block;

  min-width: 170px;

  min-height: 50px;

  line-height: 50px;

  border-radius: 0;

  padding: 0 20px;

  background-color: #f7f7f7;

  text-transform: capitalize;

  border: 0;

  box-shadow: none;

  font-family: 'Open Sans', sans-serif;

  transition: 0.5s;

}

.fh-btn-3:hover,

.fh-btn-3:focus {

  color: #252525;

  border: 0;

  box-shadow: none;

  outline: none;

  background-color: #f7f7f7;

}

/**

 * 6.1 Posts and Pages

 */

.site-content {

  padding-top: 80px;

  padding-bottom: 80px;

}

.container {

  padding-left: 0;

  padding-right: 0;

}

.container .container {

  width: 100%;

}

.single-right .site-content,

.single-left .site-content {

  padding-top: 0;

  padding-bottom: 0;

}

.single-right .content-area,

.single-left .content-area,

.single-right .blog-sidebar .factoryhub-widget,

.single-left .blog-sidebar .factoryhub-widget,

.single-right .project-sidebar .factoryhub-widget,

.single-left .project-sidebar .factoryhub-widget {

  padding-top: 80px;

  padding-bottom: 80px;

}

.page-template-template-homepage .site-content,

.page-template-template-fullwidth .site-content {

  padding-top: 0;

  padding-bottom: 0;

}

.single-left .primary-sidebar {

  float: left;

}

.single-left .content-area {

  float: right;

}

.single-left.single-post .site-main,

.single-left.blog-classic .site-main {

  padding-left: 10px;

}

.single-right .primary-sidebar {

  float: right;

}

.single-right .content-area {

  float: left;

}

.single-right.single-post .site-main,

.single-right.blog-classic .site-main {

  padding-right: 10px;

}

.entry-thumbnail {

  margin-bottom: 20px;

  position: relative;

}

.entry-meta {

  padding-bottom: 10px;

}

.entry-meta a {

  color: #848484;

  font-weight: 400;

}

.entry-meta a:hover {

  color: #ffc811;

}

.entry-meta .meta {

  display: inline-block;

  padding-right: 20px;

}

.entry-meta .meta:last-child {

  padding-right: 0;

}

.entry-meta .meta.views {

  cursor: pointer;

  transition: 0.5s;

  text-transform: capitalize;

}

.entry-meta .meta.views:hover {

  color: #ffc811;

}

.entry-meta .fa {

  padding-right: 10px;

  color: #ffc811;

  font-size: 15px;

}

.entry-title {

  font-size: 26px;

  font-weight: 600;

  margin: 0;

}

.post-author {

  margin-top: 70px;

}

.post-author .box-title {

  text-transform: capitalize;

  font-size: 30px;

  font-weight: 400;

  margin: 0 0 40px;

  padding-bottom: 15px;

  position: relative;

}

.post-author .box-title:after {

  content: '';

  position: absolute;

  height: 1px;

  width: 50px;

  background-color: #ffc811;

  left: 0;

  bottom: 0;

}

.post-author .post-author-box {

  background-color: #f7f7f7;

  padding: 30px;

}

.post-author .post-author-box .post-author-avatar {

  float: left;

  padding-right: 30px;

}

.post-author .post-author-box .author-name {

  margin: 0;

  font-weight: 600;

  font-size: 20px;

  color: #222;

  text-transform: capitalize;

}

.post-author .post-author-box .post-author-info p {

  font-size: 16px;

  margin-top: 10px;

  font-weight: 300;

  margin-bottom: 0;

}

.single .entry-content {

  padding-bottom: 25px;

}

.single .entry-content.no-title {

  padding-top: 10px;

}

.format-audio iframe {

  width: calc(100% - 30px);

  height: 75px;

  position: absolute;

  left: 15px;

  bottom: 0;

}

.format-video iframe {

  width: 100%;

}

.single-post .hentry {

  border: 1px solid #f4f4f4;

}

.single-post .entry-header .entry-meta,

.single-post .entry-content,

.single-post .entry-footer {

  margin-left: 30px;

  margin-right: 30px;

}

.single-post .entry-title {

  display: none;

}

.single-post.no-sidebar .entry-thumbnail {

  text-align: center;

}

.single-post .no-thumb {

  padding-top: 30px;

}

.single-post .post-password-required .post-password-form input[type="password"] {

  outline: none;

  border: 2px solid #f4f4f4;

  height: 40px;

  padding: 0 10px;

}

.single-post .post-password-required .post-password-form input[type="password"]:focus {

  outline: none;

}

.single-post .post-password-required .post-password-form input[type="submit"] {

  outline: none;

  background-color: #f7f7f7;

  border: none;

  height: 40px;

  line-height: 40px;

  padding: 0 10px;

}

.single-post .post-password-required .post-password-form input[type="submit"]:focus {

  outline: none;

}

.no-thumb .entry-thumbnail {

  margin: 0;

  display: none;

}

.no-thumb .entry-thumbnail i {

  display: none;

}

.entry-content {

  padding-bottom: 0;

}

.entry-footer {

  padding: 20px 0;

  border-top: 1px solid #f4f4f4;

}

.blog-wrapper {

  border: 1px solid #f4f4f4;

  padding-bottom: 35px;

  margin-bottom: 60px;

}

.blog-wrapper .entry-thumbnail a {

  display: inline-block;

  position: relative;

}

.blog-wrapper .entry-thumbnail a:before {

  content: '';

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: #04192b;

  opacity: 0;

  transition: 0.5s;

}

.blog-wrapper .entry-thumbnail a i {

  color: #fff;

  width: 50px;

  height: 50px;

  line-height: 50px;

  border-radius: 50%;

  text-align: center;

  background-color: #ffc811;

  font-size: 18px;

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  opacity: 0;

  transition: 0.5s;

}

.blog-wrapper.no-thumb {

  padding-top: 45px;

}

.blog-wrapper:hover .entry-thumbnail a:before {

  opacity: 0.77;

}

.blog-wrapper:hover .entry-thumbnail a i {

  opacity: 1;

}

.blog-wrapper.sticky .entry-title {

  position: relative;

}

.blog-wrapper.sticky .entry-title:before {

  content: '\f02e';

  font-family: FontAweSome;

  color: #ffc811;

  position: absolute;

  top: 3px;

  left: -23px;

  font-size: 22px;

}

.blog-classic .blog-wrapper .entry-thumbnail {

  margin-bottom: 30px;

}

.blog-classic .blog-wrapper .entry-meta {

  padding-bottom: 20px;

}

.blog-classic .blog-wrapper .entry-header,

.blog-classic .blog-wrapper .entry-content,

.blog-classic .blog-wrapper .entry-footer {

  margin-left: 30px;

  margin-right: 30px;

}

.blog-classic .blog-wrapper .entry-content {

  padding-bottom: 20px;

}

.blog-classic .blog-wrapper .entry-footer {

  padding-bottom: 0;

  position: relative;

}

.blog-classic .blog-wrapper .entry-footer:before {

  content: '';

  position: absolute;

  left: 0;

  top: -1px;

  width: 50px;

  height: 1px;

  background-color: #ffc811;

}

.blog-classic .blog-wrapper .entry-footer .post-author-avatar {

  float: left;

}

.blog-classic .blog-wrapper .entry-footer .post-author-avatar img {

  border-radius: 50%;

}

.blog-classic .blog-wrapper .entry-footer .post-author-info {

  margin-left: 65px;

  font-size: 20px;

  font-weight: 600;

  text-transform: capitalize;

}

.blog-classic .blog-wrapper .entry-footer .post-author-info h3 {

  margin: 0;

}

.blog-grid .blog-wrapper {

  padding-bottom: 0;

  margin-bottom: 50px;

  border: 0;

}

.blog-grid .blog-wrapper .entry-title {

  font-size: 24px;

}

.blog-grid .blog-wrapper .comments-link,

.blog-grid .blog-wrapper .entry-content {

  display: none;

}

.blog-grid .blog-wrapper .entry-footer {

  border-bottom: 2px solid #f4f4f4;

  border-top: 0;

  padding-top: 0;

  padding-bottom: 10px;

  transition: 0.5s;

}

.blog-grid .blog-wrapper.col-md-6:nth-child(2n+1) {

  clear: left;

}

.blog-grid .blog-wrapper.col-md-4:nth-child(3n+1) {

  clear: left;

}

.blog-grid .blog-wrapper.col-md-3:nth-child(4n+1) {

  clear: left;

}

.blog-grid .blog-wrapper:hover .entry-footer {

  border-bottom-color: #ffc811;

}

.blog-grid .blog-wrapper.col-3 .entry-title {

  font-size: 20px;

}

.blog-grid .blog-wrapper.col-3 .views {

  display: none;

}

.blog-grid .blog-wrapper.col-4 .entry-title {

  font-size: 20px;

}

.blog-grid .blog-wrapper.col-4 .views,

.blog-grid .blog-wrapper.col-4 .cat-link {

  display: none;

}

.blog-grid .blog-wrapper.col-4 .posted-on a {

  color: #ffc811;

}

.blog-grid.single .cat-link,

.blog-grid.single .comments-link {

  display: inline-block;

}

.socials-share {

  margin-left: 20px;

  margin-bottom: 0;

  padding-left: 0;

  list-style: none;

  display: inline-block;

}

.socials-share li {

  display: inline-block;

  padding: 0 5px;

}

.socials-share li:first-child {

  padding-left: 0;

}

.socials-share li:last-child {

  padding-right: 0;

}

.socials-share a {

  color: #a5a5a5;

  font-size: 14px;

  display: inline-block;

  width: 39px;

  height: 38px;

  line-height: 38px;

  text-align: center;

  background-color: #f4f4f4;

  border-radius: 50%;

  transition: 0.5s;

}

.socials-share a:hover {

  background-color: #ffc811;

  color: #fff;

}

.tax-service_category .site-content,

.post-type-archive-service .site-content,

.single-service .site-content {

  padding-top: 80px;

  padding-bottom: 80px;

}

.service .service-inner {

  margin-bottom: 40px;

  padding-bottom: 35px;

  border-bottom: 2px solid #f4f4f4;

  transition: 0.5s;

}

.service .service-summary {

  margin-bottom: 0;

  text-align: center;

}

.service .service-summary h2 {

  font-size: 20px;

  font-weight: 600;

  margin-top: 0;

  margin-bottom: 5px;

}

.service .service-summary p {

  margin-bottom: 0;

}

.service .service-thumbnail {

  margin-bottom: 15px;

}

.service .service-thumbnail a {

  position: relative;

  display: block;

}

.service .service-thumbnail a:before {

  content: '';

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: #ffc811;

  opacity: 0;

  transition: 0.5s;

}

.service:hover .service-thumbnail a:before {

  opacity: 0.8;

}

.service:hover .service-inner {

  border-color: #ffc811;

}

.post-type-archive-service .site-content .content-area,

.single-service .site-content .content-area,

.tax-service_category .site-content .content-area {

  padding-top: 0;

  padding-bottom: 0;

}

.single-service .aligncenter {

  display: none;

}

.single-service blockquote {

  padding: 20px 75px;

  background-color: #f4f4f4;

  border-left: 1px solid #ffc811;

  position: relative;

}

.single-service blockquote:before {

  content: '';

  position: absolute;

  width: 1px;

  height: 92%;

  left: 3px;

  top: 0;

  background-color: #ffc811;

}

.single-service blockquote:after {

  content: '\e914';

  font-family: 'factoryhub';

  position: absolute;

  top: 22px;

  left: 22px;

  color: #e6e6e6;

  font-style: normal;

  font-size: 32px;

}

.single-service cite {

  display: block;

  font-size: 16px;

  font-style: normal;

  padding-top: 10px;

  color: #222222;

}

.single-service cite span {

  color: #ffc811;

}

.project .entry-thumbnail {

  margin-bottom: 0;

}

.project .project-content {

  margin-top: 60px;

}

.project cite {

  display: block;

  font-size: 16px;

  font-style: normal;

  padding-top: 10px;

  color: #222222;

}

.project cite span {

  color: #ffc811;

}

.single-project .single-project {

  padding-bottom: 80px;

}

.single-project .entry-thumbnail {

  margin-bottom: 25px;

  position: relative;

}

.single-project .entry-thumbnail .owl-controls .owl-pagination {

  position: absolute;

  bottom: 25px;

  left: 50%;

  transform: translateX(-50%);

}

.single-project .entry-thumbnail .owl-controls .owl-pagination .owl-page span {

  width: 12px;

  height: 12px;

  border: 4px solid #fff;

  background-color: transparent;

}

.single-project .entry-thumbnail .owl-controls .owl-pagination .owl-page:hover span,

.single-project .entry-thumbnail .owl-controls .owl-pagination .owl-page.active span {

  border-color: #ffc811;

}

.single-project .entry-content {

  padding-right: 30px;

  border-right: 1px solid #f4f4f4;

}

.single-project .single-project-title {

  font-size: 36px;

  font-weight: 400;

  padding-bottom: 15px;

  margin-bottom: 35px;

  margin-top: 0;

  position: relative;

  text-transform: capitalize;

}

.single-project .single-project-title:before {

  content: '';

  position: absolute;

  bottom: 0;

  left: 0;

  width: 50px;

  height: 1px;

  background-color: #ffc811;

}

.single-project .project-socials {

  padding-top: 20px;

}

.metas {

  padding-left: 30px;

}

.metas h4 {

  font-size: 16px;

  font-weight: 600;

  margin: 0;

  line-height: 1;

  display: inline-block;

  padding-right: 15px;

}

.metas a,

.metas p {

  color: #848484;

  font-size: 16px;

  margin-bottom: 0;

  font-weight: 300;

}

.metas .meta {

  padding-bottom: 19px;

}

.metas .meta:last-child {

  padding-bottom: 0;

}

.metas i {

  font-size: 14px;

  color: #ffc811;

}

.all-project ul.filter {

  padding: 0 10px;

  margin-bottom: 60px;

  list-style: none;

  text-align: center;

  display: inline-block;

  position: relative;

  left: 50%;

  transform: translateX(-50%);

  background-color: #f4f4f4;

}

.all-project ul.filter li {

  font-size: 14px;

  color: #848484;

  font-family: 'Open Sans', sans-serif;

  display: inline-block;

  padding: 12px 10px 13px 10px;

  margin: 0 10px;

  cursor: pointer;

  position: relative;

}

.all-project ul.filter li a {

  color: #848484;

}

.all-project ul.filter li:after {

  transition: all 0.5s;

  content: '';

  position: absolute;

  right: 0;

  bottom: 0;

  width: 0;

  height: 3px;

  background-color: #ffc811;

}

.all-project ul.filter li.active:after,

.all-project ul.filter li:hover:after {

  left: 0;

  width: 100%;

  background-color: #ffc811;

}

.all-project ul.filter li:first-child {

  margin-left: 0;

}

.all-project ul.filter li:last-child {

  margin-right: 0;

}

.all-project .project-inner {

  display: inline-block;

}

.project-wrapper {

  margin-bottom: 30px;

}

.project-inner {

  position: relative;

  display: inline-block;

}

.project-inner .pro-link {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 999;

  background-color: transparent;

}

.project-inner:before {

  content: '';

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: #02111e;

  opacity: 0;

  transition: 0.5s;

  z-index: 1;

}

.project-inner .project-summary {

  color: #fff;

  font-size: 16px;

  font-weight: 400;

  opacity: 0;

  transition: 0.5s;

  position: absolute;

  bottom: 20px;

  left: 50%;

  width: calc(100% - 40px);

  transform: translateX(-50%);

  padding: 27px 20px;

  text-align: center;

  z-index: 9999;

  background-color: #ffc811;

}

.project-inner .project-summary h2 {

  font-size: 24px;

  margin-top: 0;

  margin-bottom: 0;

  font-weight: 600;

  line-height: 1;

}

.project-inner .project-summary h2 a {

  color: #fff;

}

.project-inner .project-summary .project-cat a {

  color: #fff;

  font-size: 18px;

  font-weight: 300;

}

.project-inner .project-icon {

  position: absolute;

  width: 65px;

  height: 65px;

  line-height: 65px;

  border-radius: 50%;

  color: #fff;

  background-color: #ffc811;

  font-size: 20px;

  text-align: center;

  top: 40%;

  left: 50%;

  transform: translate(-50%, -50%);

  opacity: 0;

  transition: 0.5s;

}

.project-inner:hover:before {

  opacity: 0.8;

}

.project-inner:hover .project-summary,

.project-inner:hover .project-icon {

  opacity: 1;

}

.post-type-archive-project.project-grid .project-wrapper.col-3 .project-inner .project-summary,

.tax-project_category.project-grid .project-wrapper.col-3 .project-inner .project-summary,

.post-type-archive-project.project-grid .project-wrapper.col-4 .project-inner .project-summary,

.tax-project_category.project-grid .project-wrapper.col-4 .project-inner .project-summary {

  padding: 20px;

}

.post-type-archive-project.project-grid .project-wrapper.col-3 .project-inner .project-summary h2,

.tax-project_category.project-grid .project-wrapper.col-3 .project-inner .project-summary h2,

.post-type-archive-project.project-grid .project-wrapper.col-4 .project-inner .project-summary h2,

.tax-project_category.project-grid .project-wrapper.col-4 .project-inner .project-summary h2 {

  font-size: 20px;

}

.post-type-archive-project.project-grid .project-wrapper.col-3 .project-inner .project-summary .project-cat a,

.tax-project_category.project-grid .project-wrapper.col-3 .project-inner .project-summary .project-cat a,

.post-type-archive-project.project-grid .project-wrapper.col-4 .project-inner .project-summary .project-cat a,

.tax-project_category.project-grid .project-wrapper.col-4 .project-inner .project-summary .project-cat a {

  font-size: 16px;

}

.post-type-archive-project.project-grid .project-wrapper.col-3 .project-icon,

.tax-project_category.project-grid .project-wrapper.col-3 .project-icon,

.post-type-archive-project.project-grid .project-wrapper.col-4 .project-icon,

.tax-project_category.project-grid .project-wrapper.col-4 .project-icon {

  display: none;

}

.project-grid .list-project {

  margin-left: -15px;

  margin-right: -15px;

}

.project-full_width .project-wrapper {

  padding: 0;

  margin-bottom: 0;

}

.search-no-results .no-results .page-header {

  background-color: transparent;

}

.search-no-results .no-results h2 {

  margin-bottom: 30px;

  color: #222;

}

.search-no-results .no-results .search-form {

  font-size: 16px;

  position: relative;

  color: #222222;

  padding: 0 5px;

  border: 1px solid #f4f4f4;

  margin-top: 20px;

  border-radius: 50px;

}

.search-no-results .no-results .search-form:before {

  content: '\f002';

  position: absolute;

  top: 50%;

  right: 16px;

  color: #222;

  font-family: FontAwesome;

  font-size: 14px;

  z-index: 99;

  transform: translateY(-50%);

}

.search-no-results .no-results .search-form .screen-reader-text {

  display: none;

}

.search-no-results .no-results .search-form ::-webkit-input-placeholder {

  color: #9e9e9e;

}

.search-no-results .no-results .search-form :-moz-placeholder {

  color: #9e9e9e;

}

.search-no-results .no-results .search-form ::-moz-placeholder {

  color: #9e9e9e;

}

.search-no-results .no-results .search-form :-ms-input-placeholder {

  color: #9e9e9e;

}

.search-no-results .no-results .search-form .search-submit {

  position: absolute;

  top: 0;

  right: 0;

  width: 50px;

  height: 50px;

  opacity: 0;

  z-index: 9999;

}

.search-no-results .no-results .search-form label {

  width: 100%;

  margin-bottom: 0;

}

.search-no-results .no-results .search-form label input {

  height: 50px;

  line-height: 50px;

  width: 100%;

  padding: 0 0 0 15px;

  border: 0;

  background-color: transparent;

}

.search-no-results .no-results .search-form label input:focus {

  outline: none;

}

.error404 .site-content {

  padding-top: 130px;

  padding-bottom: 130px;

  background-color: rgba(255, 200, 17, 0.8);

}

.error404 .error-404 {

  text-align: center;

  color: #fff;

}

.error404 .error-404 .page-header {

  margin-top: 0;

  padding-bottom: 0;

  margin-bottom: 45px;

  border: 0;

  background-color: transparent;

}

.error404 .error-404 .page-header p {

  font-weight: 400;

  line-height: 1;

}

.error404 .error-404 .page-header p.line-1 {

  font-size: 20px;

  text-transform: uppercase;

  padding-bottom: 15px;

}

.error404 .error-404 .page-header p.line-2 {

  font-size: 16px;

  font-weight: 300;

}

.error404 .error-404 h1 {

  font-size: 150px;

  font-weight: 700;

  color: #fff;

  margin: 0;

  line-height: 1;

  padding-bottom: 15px;

}

.error404 .error-404 .search-field {

  background-color: #eee6cf;

  font-weight: 400;

  border: none;

}

.error404 .error-404 .search-form {

  font-size: 16px;

  position: relative;

  color: #848484;

  padding: 0 5px;

  width: 430px;

  margin: 0 auto;

}

.error404 .error-404 .search-form:before {

  content: '\f002';

  position: absolute;

  top: 50%;

  right: 7px;

  color: #fff;

  font-family: FontAwesome;

  font-size: 14px;

  z-index: 99;

  transform: translateY(-50%);

}

.error404 .error-404 .search-form:after {

  content: '';

  position: absolute;

  top: 0px;

  right: -11px;

  width: 50px;

  height: 50px;

  background-color: #04192b;

  z-index: 9;

}

.error404 .error-404 .search-form .screen-reader-text {

  display: none;

}

.error404 .error-404 .search-form ::-webkit-input-placeholder {

  color: #9e9e9e;

}

.error404 .error-404 .search-form :-moz-placeholder {

  color: #9e9e9e;

}

.error404 .error-404 .search-form ::-moz-placeholder {

  color: #9e9e9e;

}

.error404 .error-404 .search-form :-ms-input-placeholder {

  color: #9e9e9e;

}

.error404 .error-404 .search-form .search-submit {

  position: absolute;

  top: 1px;

  right: -10px;

  width: 50px;

  height: 50px;

  opacity: 0;

  z-index: 9999;

}

.error404 .error-404 .search-form label {

  width: 100%;

  margin-bottom: 0;

}

.error404 .error-404 .search-form label input {

  height: 50px;

  line-height: 50px;

  width: 100%;

  padding: 0 0 0 15px;

}

.error404 .error-404 .search-form label input:focus {

  outline: none;

}

.error404 .error-404 .back-home {

  margin-top: 25px;

}

.error404 .error-404 .back-home a {

  color: #fff;

  font-size: 16px;

  font-weight: 600;

  font-family: 'Open Sans', sans-serif;

  text-transform: uppercase;

}

.modal {

  background-color: rgba(0, 0, 0, 0.9);

}

.modal.in {

  opacity: 1;

}

.modal .woocommerce-review-link,

.modal .woocommerce-comment-link {

  display: none;

}

.modal-header {

  text-align: center;

}

.modal-dialog {

  width: 70%;

}

.backtotop {

  display: inline-block;

  position: fixed;

  bottom: 60px;

  right: 60px;

  width: 60px;

  height: 60px;

  line-height: 50px;

  text-align: center;

  border-radius: 50%;

  border: 3px solid #ffc811;

  color: #ffc811;

  font-size: 30px;

  background-color: #160f09;

  opacity: 0;

  transition: 0.5s;

  z-index: 9999;

}

.backtotop .fa {

  color: #ffc811;

}

.backtotop:hover {

  color: #ffc811;

}

.backtotop:hover .fa {

  color: #ffc811;

}

.backtotop.show-scroll {

  opacity: 1;

}

/**

 * 6.3 Comments

 */

.bypostauthor {

  display: block;

}

.comments-area {

  clear: both;

  margin-top: 80px;

}

.comments-title,

.comment-reply-title {

  text-transform: capitalize;

  font-size: 30px;

  font-weight: 400;

  margin: 0 0 20px;

  padding-bottom: 15px;

  position: relative;

}

.comments-title:after,

.comment-reply-title:after {

  content: '';

  position: absolute;

  height: 1px;

  width: 50px;

  background-color: #ffc811;

  left: 0;

  bottom: 0;

}

.comment-reply-title {

  margin-bottom: 30px;

}

.comment-list {

  list-style: none;

  margin: 0;

  padding: 0;

}

.comment-list .children {

  list-style: none;

  padding: 0 0 0 80px;

}

.comment-list .children:last-child {

  margin-bottom: 0;

}

.comment-list > .comment:first-child article {

  border: none;

}

.comment {

  zoom: 1;

  float: left;

  clear: both;

  width: 100%;

}

.comment:before,

.comment:after {

  content: "";

  display: table;

}

.comment:after {

  clear: both;

}

.comment:before,

.comment:after {

  content: "";

  display: table;

}

.comment:after {

  clear: both;

}

.comment article {

  padding: 23px 0;

  border-top: 1px solid #f4f4f4;

  overflow: hidden;

}

.comment .comment-author {

  float: left;

}

.comment .comment-edit-link {

  float: right;

  margin-right: 20px;

}

.comment .comment-meta {

  margin-left: 130px;

}

.comment .author-name {

  font-size: 20px;

  font-family: 'Open Sans', sans-serif;

  color: #222222;

  font-weight: 600;

  text-transform: capitalize;

  font-style: normal;

  padding-bottom: 10px;

}

.comment .comment-reply-link {

  font-size: 16px;

  font-weight: 700;

  text-transform: capitalize;

  position: relative;

  font-family: 'Open Sans', sans-serif;

}

.comment .comment-reply-link:hover {

  color: #ffc811;

}

.comment-respond {

  margin-top: 50px;

}

.comment-respond .comment-notes {

  font-size: 16px;

  font-weight: 400;

  color: #222222;

  padding-bottom: 5px;

}

.comment-respond ::-webkit-input-placeholder {

  color: #9f9f9f;

  font-size: 16px;

}

.comment-respond .required {

  display: none;

}

.comment-respond textarea {

  width: 100%;

  padding: 10px 15px;

  border-color: #f4f4f4;

  outline: none;

  color: #222222;

}

.comment-respond .comment-form-comment {

  margin-bottom: 30px;

  margin-top: 20px;

}

.comment-respond .comment-form-email input {

  border: 1px solid #f4f4f4;

}

.comment-respond .comment-form-author,

.comment-respond .comment-form-email,

.comment-respond .comment-form-url,

.comment-respond .comment-form-phone {

  width: 50%;

  float: left;

  padding: 0 15px;

}

.comment-respond .comment-form-author input,

.comment-respond .comment-form-email input,

.comment-respond .comment-form-url input,

.comment-respond .comment-form-phone input {

  width: 100%;

  padding-left: 15px;

  height: 50px;

  border-color: #f4f4f4;

  outline: none;

  color: #222222;

}

.comment-respond .comment-form-author,

.comment-respond .comment-form-url {

  padding-left: 0;

}

.comment-respond .comment-form-email,

.comment-respond .comment-form-phone {

  padding-right: 0;

}

.comment-respond .form-submit {

  clear: both;

  margin-top: 40px;

}

.comment-respond .form-submit .submit {

  font-size: 16px;

  font-weight: 700;

  color: #fff;

  text-align: center;

  display: inline-block;

  min-width: 160px;

  min-height: 50px;

  line-height: 50px;

  border-radius: 50px;

  padding: 0 20px;

  background-color: #ffc811;

  text-transform: capitalize;

  border: 0;

  box-shadow: none;

  font-family: 'Open Sans', sans-serif;

  transition: 0.5s;

}

.comment-respond .form-submit .submit:hover,

.comment-respond .form-submit .submit:focus {

  color: #fff;

  border: 0;

  box-shadow: none;

  outline: none;

  background-color: #ffc811;

}

.comment-content {

  word-break: break-all;

  padding-bottom: 20px;

  font-weight: 300;

}

.comment-content a {

  word-wrap: break-word;

}

.comment-awaiting-moderation {

  display: block;

}

/*--------------------------------------------------------------

7.0 - Widgets

--------------------------------------------------------------*/

.single-right .blog-sidebar .factoryhub-widget,

.single-right .project-sidebar .factoryhub-widget {

  border-left: 1px solid #f4f4f4;

  padding-left: 40px;

}

.single-left .blog-sidebar .factoryhub-widget,

.single-left .project-sidebar .factoryhub-widget {

  border-right: 1px solid #f4f4f4;

  padding-right: 40px;

}

.widget {

  margin-bottom: 50px;

}

.widget:last-child {

  margin-bottom: 0;

}

.widget .widget-title {

  text-transform: capitalize;

  font-size: 24px;

  font-weight: 400;

  margin: 0 0 20px;

  padding-bottom: 15px;

  position: relative;

}

.widget .widget-title:after {

  content: '';

  position: absolute;

  height: 1px;

  width: 50px;

  background-color: #ffc811;

  left: 0;

  bottom: 0;

}

.widget ul {

  margin: 0;

  padding: 0;

}

.widget ul li {

  list-style: none;

}

.widget table,

.widget select {

  width: 100%;

}

.widget select {

  color: #9e9e9e;

  border: 1px solid #f4f4f4;

  height: 50px;

  padding-left: 15px;

  background-color: transparent;

}

.widget select:focus {

  outline: none;

}

.widget select option {

  color: #555;

}

.widget table {

  text-align: left;

  width: 100%;

}

.widget table caption {

  border: 1px solid #f4f4f4;

  border-bottom-width: 0;

  text-align: center;

}

.widget table tr {

  border: 1px solid #f4f4f4;

  border-bottom-width: 0;

  padding: 3px 0;

}

.widget table tr td,

.widget table tr th {

  padding: 0 5px;

  border-bottom: 1px solid #f4f4f4;

  border-left: 1px solid #f4f4f4;

}

.widget_calendar {

  line-height: 26px;

}

.widget_recent_comments li,

.widget_rss li {

  border-bottom: solid 1px #f4f4f4;

  padding: 15px 0;

  position: relative;

  transition: all 0.5s;

}

.widget_recent_comments li > a,

.widget_rss li > a {

  color: #848484;

  padding-left: 0;

  position: relative;

  transition: all 0.5s;

}

.widget_recent_comments li:hover > a,

.widget_rss li:hover > a {

  color: #ffc811;

}

.widget_recent_comments li:last-child,

.widget_rss li:last-child {

  border-bottom: 0;

  padding-bottom: 0;

}

.widget_recent_comments li ul,

.widget_rss li ul {

  margin-top: 15px;

  border-top: solid 1px #f4f4f4;

}

.widget_recent_comments .children,

.widget_rss .children {

  border-top: 1px solid #f4f4f4;

  margin-top: 15px;

  margin-left: 15px;

}

.widget_recent_comments .children li:first-child,

.widget_rss .children li:first-child {

  padding-top: 15px;

}

.widget_recent_comments .children li:last-child,

.widget_rss .children li:last-child {

  padding-bottom: 0;

  border-bottom: none;

}

.widget_categories .widget-title,

.widget_pages .widget-title,

.widget_archive .widget-title,

.widget_nav_menu .widget-title,

.widget_recent_entries .widget-title,

.widget_meta .widget-title,

ul.service-menu .widget-title {

  margin-bottom: 20px;

}

.widget_categories li,

.widget_pages li,

.widget_archive li,

.widget_nav_menu li,

.widget_recent_entries li,

.widget_meta li,

ul.service-menu li {

  border-bottom: solid 1px #f4f4f4;

  padding: 15px 0;

  position: relative;

  transition: all 0.5s;

}

.widget_categories li > a,

.widget_pages li > a,

.widget_archive li > a,

.widget_nav_menu li > a,

.widget_recent_entries li > a,

.widget_meta li > a,

ul.service-menu li > a {

  color: #848484;

  padding-left: 35px;

  padding-right: 15px;

  position: relative;

  transition: all 0.5s;

  display: block;

}

.widget_categories li > a:before,

.widget_pages li > a:before,

.widget_archive li > a:before,

.widget_nav_menu li > a:before,

.widget_recent_entries li > a:before,

.widget_meta li > a:before,

ul.service-menu li > a:before {

  color: #848484;

  content: '\f114';

  position: absolute;

  top: 0;

  left: 0;

  font-size: 16px;

  font-family: FontAweSome;

  transition: all 0.5s;

}

.widget_categories li:before,

.widget_pages li:before,

.widget_archive li:before,

.widget_nav_menu li:before,

.widget_recent_entries li:before,

.widget_meta li:before,

ul.service-menu li:before {

  color: #848484;

  content: '\f105';

  position: absolute;

  top: 15px;

  right: 0;

  font-size: 16px;

  font-family: FontAweSome;

  transition: all 0.5s;

}

.widget_categories li:hover,

.widget_pages li:hover,

.widget_archive li:hover,

.widget_nav_menu li:hover,

.widget_recent_entries li:hover,

.widget_meta li:hover,

ul.service-menu li:hover {

  color: #ffc811;

}

.widget_categories li:hover:before,

.widget_pages li:hover:before,

.widget_archive li:hover:before,

.widget_nav_menu li:hover:before,

.widget_recent_entries li:hover:before,

.widget_meta li:hover:before,

ul.service-menu li:hover:before {

  color: #ffc811;

}

.widget_categories li:hover > a,

.widget_pages li:hover > a,

.widget_archive li:hover > a,

.widget_nav_menu li:hover > a,

.widget_recent_entries li:hover > a,

.widget_meta li:hover > a,

ul.service-menu li:hover > a {

  color: #ffc811;

}

.widget_categories li:hover > a:before,

.widget_pages li:hover > a:before,

.widget_archive li:hover > a:before,

.widget_nav_menu li:hover > a:before,

.widget_recent_entries li:hover > a:before,

.widget_meta li:hover > a:before,

ul.service-menu li:hover > a:before {

  color: #ffc811;

}

.widget_categories li ul,

.widget_pages li ul,

.widget_archive li ul,

.widget_nav_menu li ul,

.widget_recent_entries li ul,

.widget_meta li ul,

ul.service-menu li ul {

  margin-top: 15px;

  border-top: solid 1px #f4f4f4;

}

.widget_categories li ul li:last-child,

.widget_pages li ul li:last-child,

.widget_archive li ul li:last-child,

.widget_nav_menu li ul li:last-child,

.widget_recent_entries li ul li:last-child,

.widget_meta li ul li:last-child,

ul.service-menu li ul li:last-child {

  border-bottom: 0;

  padding-bottom: 0;

}

.widget_categories .children,

.widget_pages .children,

.widget_archive .children,

.widget_nav_menu .children,

.widget_recent_entries .children,

.widget_meta .children,

ul.service-menu .children {

  border-top: 1px solid #f4f4f4;

  margin-top: 15px;

  margin-left: 15px;

}

.widget_categories .children li:first-child,

.widget_pages .children li:first-child,

.widget_archive .children li:first-child,

.widget_nav_menu .children li:first-child,

.widget_recent_entries .children li:first-child,

.widget_meta .children li:first-child,

ul.service-menu .children li:first-child {

  padding-top: 15px;

}

.widget_categories .children li:last-child,

.widget_pages .children li:last-child,

.widget_archive .children li:last-child,

.widget_nav_menu .children li:last-child,

.widget_recent_entries .children li:last-child,

.widget_meta .children li:last-child,

ul.service-menu .children li:last-child {

  padding-bottom: 0;

  border-bottom: none;

}

.widget_tag_cloud a {

  margin-bottom: 10px;

  margin-right: 10px;

  display: inline-block;

  font-size: 16px !important;

  font-weight: 300;

  border: 1px solid #f4f4f4;

  color: #848484;

  padding: 5px 18px;

}

.widget_tag_cloud a:hover {

  color: #222;

  text-decoration: none;

  border-color: #f7f7f7;

  background-color: #f7f7f7;

}

.popular-posts-widget .popular-post {

  margin-bottom: 30px;

  border: 0;

  padding: 0;

}

.popular-posts-widget .widget-thumb {

  float: left;

}

.popular-posts-widget .mini-widget-title {

  margin-left: 100px;

}

.popular-posts-widget .mini-widget-title h4 {

  font-size: 16px;

  font-weight: 400;

  line-height: 26px;

  text-transform: capitalize;

  margin: 0;

}

.popular-posts-widget span a {

  color: #848484;

  padding-left: 5px;

  text-transform: capitalize;

}

.widget-about img {

  margin-bottom: 25px;

}

.widget-about a {

  font-size: 14px;

  font-weight: 700;

  text-transform: uppercase;

  display: block;

  margin-top: 20px;

}

.widget-about a .fa {

  padding-left: 5px;

}

.widget-about a:hover {

  color: #ffc811;

}

.tabs-widget .tabs-nav li {

  width: 33%;

  border-bottom: none;

  padding-bottom: 0;

}

.tabs-widget .tabs-nav li:last-child {

  width: 34%;

}

.tabs-widget .tabs-nav li:before {

  display: none;

}

.tabs-widget .tabs-nav li a {

  background: #555;

  border: 1px solid #ccc;

  color: #646464;

  padding: 8px 0;

  text-align: center;

  text-transform: uppercase;

  font-size: 12px;

  font-weight: 700;

  font-family: 'Open Sans', sans-serif;

}

.tabs-widget .tabs-nav li a.active {

  color: #fff;

  text-decoration: none;

  border-color: transparent;

  background: #ffc811;

}

.tabs-widget .tabs-nav li a:hover {

  text-decoration: none;

}

.tabs-widget .tabs-panel {

  margin-top: -1px;

  padding: 15px 0 20px;

}

.tabs-widget .tab-comments .comment {

  border-bottom: solid 1px #ccc;

  padding: 10px 0;

  overflow: hidden;

}

.tabs-widget .tab-comments .comment-summary {

  font-style: italic;

  margin-bottom: 5px;

}

.related-post,

.popular-post {

  border-bottom: 1px solid #f4f4f4;

  padding: 25px 0;

  overflow: hidden;

}

.related-post:last-child,

.popular-post:last-child {

  border-bottom: none;

  padding-bottom: 0;

}

.related-post .widget-thumb,

.popular-post .widget-thumb {

  float: left;

}

.related-post .post-text,

.popular-post .post-text {

  margin-left: 95px;

  font-weight: 300;

  color: #848484;

  font-size: 16px;

}

.related-post .post-text .post-title,

.popular-post .post-text .post-title {

  color: #212121;

  display: block;

  padding-bottom: 5px;

}

.related-post .post-text .post-date i,

.popular-post .post-text .post-date i {

  font-size: 14px;

  padding-right: 10px;

  color: #ffc811;

}

.related-post .post-text .post-comments,

.popular-post .post-text .post-comments {

  display: block;

}

.related-post .post-text .read-more,

.popular-post .post-text .read-more {

  line-height: 2;

}

.related-post.no-thumbnail .post-text,

.popular-post.no-thumbnail .post-text {

  margin-left: 0;

  margin-top: 0;

}

.widget-recent-comments li {

  padding: 20px 0;

  color: #ccc;

}

.widget-recent-comments li a,

.widget-recent-comments li p {

  color: #555;

}

.widget_search .search-field {

  background-color: transparent;

  font-weight: 400;

  border-width: 0;

}

.widget_search .search-form {

  font-size: 16px;

  position: relative;

  color: #222222;

  padding: 0 5px;

  border: 1px solid #f4f4f4;

}

.widget_search .search-form:before {

  content: '\f002';

  position: absolute;

  top: 50%;

  right: 16px;

  color: #222;

  font-family: FontAwesome;

  font-size: 14px;

  z-index: 99;

  transform: translateY(-50%);

}

.widget_search .search-form:after {

  content: '';

  position: absolute;

  top: -1px;

  right: -1px;

  width: 50px;

  height: 52px;

  background-color: #f4f4f4;

  border: 1px solid #f4f4f4;

  z-index: 9;

}

.widget_search .search-form .screen-reader-text {

  display: none;

}

.widget_search .search-form ::-webkit-input-placeholder {

  color: #9e9e9e;

}

.widget_search .search-form :-moz-placeholder {

  color: #9e9e9e;

}

.widget_search .search-form ::-moz-placeholder {

  color: #9e9e9e;

}

.widget_search .search-form :-ms-input-placeholder {

  color: #9e9e9e;

}

.widget_search .search-form .search-submit {

  position: absolute;

  top: 0;

  right: 0;

  width: 50px;

  height: 50px;

  opacity: 0;

  z-index: 9999;

}

.widget_search .search-form label {

  width: 100%;

  margin-bottom: 0;

}

.widget_search .search-form label input {

  height: 50px;

  line-height: 50px;

  width: 100%;

  padding: 0 0 0 15px;

}

.widget_search .search-form label input:focus {

  outline: none;

}

.service-sidebar .services-menu-widget li {

  margin-bottom: 5px;

  border: 1px solid #f4f4f4;

  background-color: #fff;

  padding: 15px 30px;

  position: relative;

  transition: 0.5s;

}

.service-sidebar .services-menu-widget li:after,

.service-sidebar .services-menu-widget li:before {

  display: none;

}

.service-sidebar .services-menu-widget li a {

  display: block;

  color: #222222;

  font-family: 'Open Sans', sans-serif;

  font-size: 16px;

  padding-left: 0;

  font-weight: 400;

  position: relative;

  transition: 0.5s;

}

.service-sidebar .services-menu-widget li a:after {

  content: '';

  width: 8px;

  height: 8px;

  border-radius: 50%;

  border: 1px solid #f4f4f4;

  position: absolute;

  top: 50%;

  right: -10px;

  transform: translateY(-50%);

  transition: 0.5s;

}

.service-sidebar .services-menu-widget li a:before {

  display: none;

}

.service-sidebar .services-menu-widget li:hover,

.service-sidebar .services-menu-widget li.current-menu-item {

  background-color: #04192b;

}

.service-sidebar .services-menu-widget li:hover:before,

.service-sidebar .services-menu-widget li.current-menu-item:before {

  opacity: 1;

}

.service-sidebar .services-menu-widget li:hover a,

.service-sidebar .services-menu-widget li.current-menu-item a {

  color: #ffc811;

}

.service-sidebar .services-menu-widget li:hover a:after,

.service-sidebar .services-menu-widget li.current-menu-item a:after {

  border-color: #ffc811;

}

.service-sidebar .download .item-download {

  background-color: #f7f7f7;

  margin-bottom: 5px;

  position: relative;

}

.service-sidebar .download .item-download a {

  display: block;

  padding: 20px;

  font-family: 'Open Sans', sans-serif;

  font-weight: 400;

}

.service-sidebar .download .item-download .fa {

  color: #222222;

  font-size: 18px;

  padding-right: 20px;

}

.service-sidebar .side-contact {

  border: 1px solid #f7f7f7;

}

.service-sidebar .side-contact h3 {

  background-color: #f7f7f7;

  margin: 0;

  padding: 15px 20px;

  font-size: 22px;

}

.service-sidebar .side-contact .side-info {

  padding: 25px 20px;

}

.service-sidebar .side-contact .fa {

  color: #ffc811;

  padding-right: 10px;

}

.service-sidebar .side-contact p {

  font-style: italic;

}

/*banner main*/

.main-banner {

	height:70vh;

	max-height: 800px;

	width: 100%;

	position: relative;

    display: flex;

    flex-direction: column;

}

.main-banner .bann-img {

	background-repeat: no-repeat; 

	background-image: url(https://energox.com.ua/wp-content/uploads/2017/07/slide-11.jpg);

	background-size: cover; 

	background-position: center center; 

	width: 100%; 

	height: 100%; 

	opacity: 1; 

	visibility: inherit; 

	z-index: 20;

}

.bann-text {

	margin: 0 auto;

    position: absolute;

    top: 0px;

    left: 0px;

    width: 100%;

    height: 100%;

    backface-visibility: hidden;

    transform: translate3d(0px, 0px, 0px);

    visibility: inherit;

    opacity: 1;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    z-index: 20;

    padding: 0px 20px;

}



@-webkit-keyframes fadeInLeft {

    from {

        opacity:0;

        -webkit-transform: translatex(-10px);

        -moz-transform: translatex(-10px);

        -o-transform: translatex(-10px);

        transform: translatex(-10px);

    }

    to {

        opacity:1;

        -webkit-transform: translatex(0);

        -moz-transform: translatex(0);

        -o-transform: translatex(0);

        transform: translatex(0);

    }

}

@-moz-keyframes fadeInLeft {

    from {

        opacity:0;

        -webkit-transform: translatex(-10px);

        -moz-transform: translatex(-10px);

        -o-transform: translatex(-10px);

        transform: translatex(-10px);

    }

    to {

        opacity:1;

        -webkit-transform: translatex(0);

        -moz-transform: translatex(0);

        -o-transform: translatex(0);

        transform: translatex(0);

    }

}

@keyframes fadeInLeft {

    from {

        opacity:0;

        -webkit-transform: translatex(-100px);

        -moz-transform: translatex(-100px);

        -o-transform: translatex(-100px);

        transform: translatex(-100px);

    }

    to {

        opacity:1;

        -webkit-transform: translatex(0);

        -moz-transform: translatex(0);

        -o-transform: translatex(0);

        transform: translatex(0);

    }

}

.bann-text .main-text {

	letter-spacing: 0px;

    font-size: 70px;

    color: #fff;

    line-height: 80px;

    white-space: nowrap;

    font-weight: 800;

    min-height: 0px;

    min-width: 0px;

    max-height: none;

    max-width: none;

    opacity: 1;

    -webkit-animation-name: fadeInLeft;

    -moz-animation-name: fadeInLeft;

    -o-animation-name: fadeInLeft;

    animation-name: fadeInLeft;

    -webkit-animation-fill-mode: both;

    -moz-animation-fill-mode: both;

    -o-animation-fill-mode: both;

    animation-fill-mode: both;

    -webkit-animation-duration: 1s;

    -moz-animation-duration: 1s;

    -o-animation-duration: 1s;

    animation-duration: 1s;

    -webkit-animation-delay: 1s;

    -moz-animation-delay: 1s;

    -o-animation-duration:1s;

    animation-delay: 1s;

}

.bann-text .second-text {

	line-height: 36px;

    letter-spacing: 0px;

    font-weight: 400;

    font-size: 24px;

    color: rgb(255, 200, 17);

    opacity: 1;

    -webkit-animation-name: fadeInLeft;

    -moz-animation-name: fadeInLeft;

    -o-animation-name: fadeInLeft;

    animation-name: fadeInLeft;

    -webkit-animation-fill-mode: both;

    -moz-animation-fill-mode: both;

    -o-animation-fill-mode: both;

    animation-fill-mode: both;

    -webkit-animation-duration: 1s;

    -moz-animation-duration: 1s;

    -o-animation-duration: 1s;

    animation-duration: 1s;

    -webkit-animation-delay: 1s;

    -moz-animation-delay: 1s;

    -o-animation-duration:1s;

    animation-delay: 1s;

}

@keyframes fadein {

    from { opacity: 0; }

    to   { opacity: 1; }

}



/* Firefox < 16 */

@-moz-keyframes fadein {

    from { opacity: 0; }

    to   { opacity: 1; }

}



/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {

    from { opacity: 0; }

    to   { opacity: 1; }

}



/* Internet Explorer */

@-ms-keyframes fadein {

    from { opacity: 0; }

    to   { opacity: 1; }

}



/* Opera < 12.1 */

@-o-keyframes fadein {

    from { opacity: 0; }

    to   { opacity: 1; }

}

.bann-text .link-text {

	z-index: 9;

    white-space: nowrap;

    border-color: rgb(255, 255, 255);

    outline: none;

    box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;

    box-sizing: border-box;

    cursor: pointer;

    line-height: 16px;

    margin: 0px;

    padding: 12px 35px;

    letter-spacing: 0px;

    font-weight: 700;

    font-size: 16px;

    opacity: 1;

    color: rgb(255, 255, 255);

    border-radius: 30px;

    border: 3px solid;

    margin-top: 34px;

    -webkit-animation: fadein; /* Safari, Chrome and Opera > 12.1 */

       -moz-animation: fadein; /* Firefox < 16 */

        -ms-animation: fadein; /* Internet Explorer */

         -o-animation: fadein; /* Opera < 12.1 */

            animation: fadein;

            -webkit-animation-fill-mode: both;

    -moz-animation-fill-mode: both;

    -o-animation-fill-mode: both;

    animation-fill-mode: both;

    -webkit-animation-duration: 1s;

    -moz-animation-duration: 1s;

    -o-animation-duration: 1s;

    animation-duration: 1s;

    -webkit-animation-delay: 1s;

    -moz-animation-delay: 1s;

    -o-animation-duration:1s;

    animation-delay: 1s;

}

.bann-text .link-text:hover {

	border-color: #ffc811;

    background-color: #ffc811;

}

@media (max-width: 980px) {

.bann-text {

	align-items: flex-start;

}

.bann-text .main-text{

	font-size: 40px;

	line-height: 40px;

}

}

@media (max-width: 650px) {

.bann-text .main-text{

	font-size: 30px;

	line-height: 40px;

}

}

@media (max-width: 480px) {

.bann-text {

    align-items: flex-start;

    padding: 0px 10px;

}	

.bann-text .main-text {

    font-size: 24px;

    line-height: 30px;

}

.bann-text .second-text {

	line-height: 23px;

    letter-spacing: 0px;

    font-weight: 400;

    font-size: 15px;

    color: rgb(255, 200, 17);

    opacity: 1;

}

.bann-text .link-text {

	z-index: 9;

    white-space: nowrap;

    border-color: rgb(255, 255, 255);

    outline: none;

    box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;

    box-sizing: border-box;

    cursor: pointer;

    line-height: 16px;

    margin: 0px;

    padding: 12px 35px;

    letter-spacing: 0px;

    font-weight: 700;

    font-size: 15px;

    opacity: 1;

    color: rgb(255, 255, 255);

    border-radius: 30px;

    border: 3px solid;

    margin-top: 34px;

}

}

@media (max-width: 352px) {

.bann-text .main-text {

    font-size: 21px;

    line-height: 30px;

}

}

/* end banner main*/

/*--------------------------------------------------------------

8.0 - Footer

--------------------------------------------------------------*/

.site-footer {

  padding: 30px 0;

  background-color: #212121;

  border-top: 1px solid #0a253d;

  color: #04192b;

  font-weight: 300;

}

.site-footer .footer-copyright {

  font-size: 16px;

  color: #848484;

}

.site-footer .footer-copyright a {

  color: #ffc811;

}

.footer-widgets {

  background-color: #04192b;

  color: #c8c8c8;

  padding-top: 80px;

  padding-bottom: 60px;

}

.footer-widgets .widget {

  margin-bottom: 0;

}

.footer-widgets .widget-title {

  font-size: 18px;

  font-weight: 600;

  color: #ffc811;

  padding-bottom: 0;

  padding-top: 20px;

  margin-bottom: 30px;

  text-transform: uppercase;

}

.footer-widgets .widget-title:after {

  display: none;

}

.footer-widgets .widget-title a {

  color: #fff;

}

.footer-widgets .menu li {

  padding: 5px 0;

  border: 0;

}

.footer-widgets .menu li:before,

.footer-widgets .menu li:after {

  display: none;

}

.footer-widgets .menu li a {

  color: #d8d8d8;

  padding-left: 25px;

}

.footer-widgets .menu li a:before {

  content: '\f05d';

  color: #ffc811;

  font-size: 14px;

  padding-top: 3px;

}

.footer-widgets .menu li:hover a {

  color: #ffc811;

}

.footer-widgets .footer-widget-socials {

  margin-top: 30px;

}

.footer-widgets .footer-widget-socials li {

  display: inline-block;

  padding: 0 10px;

}

.footer-widgets .footer-widget-socials li:first-child {

  padding-left: 0;

}

.footer-widgets .footer-widget-socials li a {

  color: #d8d8d8;

  transition: 0.5s;

}

.footer-widgets .footer-widget-socials li:hover a {

  color: #ffc811;

}

.footer-widgets .fh-form-field {

  margin-bottom: 15px;

}

.footer-widgets .fh-form-field .subscribe {

  margin-top: 25px;

  position: relative;

  border: 1px solid #0a253d;

}

.footer-widgets .fh-form-field .subscribe ::-webkit-input-placeholder {

  color: #f7f7f7;

}

.footer-widgets .fh-form-field .subscribe ::-moz-placeholder {

  color: #f7f7f7;

}

.footer-widgets .fh-form-field .subscribe :-ms-input-placeholder {

  color: #f7f7f7;

}

.footer-widgets .fh-form-field .subscribe :-moz-placeholder {

  color: #f7f7f7;

}

.footer-widgets .fh-form-field .subscribe input[type="email"] {

  width: 100%;

  background-color: transparent;

  color: #f7f7f7;

  padding-left: 10px;

  padding-right: 60px;

  border: 0;

  box-shadow: none;

  height: 50px;

  line-height: 50px;

}

.footer-widgets .fh-form-field .subscribe input[type="email"]:focus {

  outline: none;

}

.footer-widgets .fh-form-field .subscribe input[type="submit"] {

  position: absolute;

  width: 50px;

  height: 50px;

  right: 0;

  top: 0;

  opacity: 0;

  background-color: transparent;

  z-index: 9999;

}

.footer-widgets .fh-form-field .subscribe .fa {

  color: #fff;

  font-size: 18px;

  position: absolute;

  top: 50%;

  right: 15px;

  transform: translateY(-50%);

  z-index: 99;

}

.footer-widgets .fh-form-field .subscribe:after {

  content: '';

  position: absolute;

  width: 50px;

  height: 50px;

  right: 0;

  top: 0;

  background-color: #ffc811;

  z-index: 9;

}

.footer-widgets .footer-logo {

  display: block;

  margin-bottom: 30px;

}

.latest-post {

  padding: 22px 0;

  border-bottom: 1px solid #0a253d;

}

.latest-post:first-child {

  padding-top: 0;

}

.latest-post:last-child {

  padding-bottom: 0;

  border-bottom: 0;

}

.latest-post .post-date {

  display: block;

  color: #ffc811;

  font-weight: 300;

}

.latest-post a {

  display: block;

  color: #d8d8d8;

  font-weight: 300;

  font-family: 'Open Sans', sans-serif;

}

.footer-social a {

  color: #d8d8d8;

  display: inline-block;

  padding: 0 12px;

  font-size: 16px;

  transition: 0.5s;

}

.footer-social a:last-child {

  padding-right: 0;

}

.footer-social a:first-child {

  padding-left: 0;

}

.footer-social a:hover {

  color: #ffc811;

}

/*--------------------------------------------------------------

8.0 - Boxed

--------------------------------------------------------------*/

body.boxed {

  background-repeat: no-repeat;

  background-position: center top;

  background-attachment: fixed;

}

.boxed .site {

  max-width: 1270px;

  margin: 0 auto;

  position: relative;

  background-color: transparent;

  overflow: hidden;

}

.boxed .site-content {

  background-color: #fff;

}

.boxed.header-sticky.header-v7 .site-header.minimized.minimizing {

  background-color: #002a52;

}

.boxed.header-sticky.header-v7 .site-header.minimized.minimizing .main-nav ul.menu:after {

  display: none;

}

.boxed .factoryhub-arrow,

.boxed .fh-project-carousel .owl-controls .owl-buttons div {

  display: none;

}

/*--------------------------------------------------------------

9.0 - Media Queries

--------------------------------------------------------------*/

@media (max-width: 1366px) {

  a.backtotop {

    right: 20px;

  }

}

@media (max-width: 1199px) {

  .hide-topbar-mobile .topbar {

    display: none;

  }

  .site-header .site-menu .extra-item {

    display: none;

  }

  .site-header .site-menu .site-nav {

    width: 100%;

  }

  .site-header .extra-item {

    text-align: left;

  }

  .site-header .extra-item .item-button {

    display: none;

  }

  .site-header .extra-item .social {

    padding-left: 20px;

  }

  .header-transparent .main-nav {

    text-align: left;

  }

  .header-transparent .main-nav ul.menu > li > a {

    padding-left: 0;

    padding-right: 15px;

  }

  .header-transparent .main-nav ul.menu > li > a:after {

    right: 0;

  }

  .header-transparent.hide-topbar-mobile .page-header .header-title {

    padding-top: 170px;

  }

  .page-header .breadcrumb-area .share .socials-share {

    opacity: 1;

  }

  .topbar .topbar-widgets {

    width: 100%;

    text-align: center;

  }

  .project-wrapper.col-4 {

    width: 50%;

  }

  .project-inner .project-summary {

    padding: 5px 20px;

    width: 100%;

    bottom: 0;

    opacity: 1;

  }

  .project-inner .project-icon,

  .project-inner:before {

    display: none;

  }

  body .fh-service .owl-pagination,

  body .fh-latest-post .owl-pagination,

  body .fh-testimonials .owl-pagination {

    right: 50%;

    top: inherit;

    bottom: -50px;

    transform: translateX(50%);

    width: 100%;

  }

  body .fh-service.service-carousel {

    padding-bottom: 30px;

  }

  body .fh-latest-post,

  body .fh-testimonials {

    padding-bottom: 30px;

  }

  body .project-inner .project-summary h2 {

    font-size: 20px;

  }

  body .project-inner .project-cat a {

    font-size: 16px;

  }

  .woocommerce .widget_price_filter .price_slider_amount .button,

  .woocommerce .widget_price_filter .price_slider_amount .price_label {

    float: none;

  }

  div.vc-form-email {

    margin-bottom: 50px;

    background-color: rgba(0, 0, 0, 0.95);

    padding-top: 30px;

    padding-bottom: 30px;

  }

  div.no-background-img {

    background-image: none !important;

  }

}

@media (max-width: 1024px) {

  .container {

    padding-left: 15px;

    padding-right: 15px;

  }

  .main-nav {

    display: none;

  }

  .navbar-toggle {

    display: inline-block;

    margin: 0;

    padding: 43px 0 0 0;

  }

  .header-sticky .site-header.minimized {

    position: fixed;

    top: 0;

    width: 100%;

    z-index: 9999;

    transition: top 0.5s;

    border-bottom: 1px solid #f2f2f2;

  }

  .header-sticky .site-header.minimized .site-menu {

    position: static;

    top: inherit;

    width: 50%;

  }

  .header-sticky.admin-bar .site-header.minimized {

    top: 32px;

  }

  .header-sticky.admin-bar .site-header.minimized .site-menu {

    top: inherit;

  }

  .header-sticky.header-v2 .site-header.minimized .site-menu {

    transform: translate(0);

  }

  .header-sticky.header-v3 .site-header.minimized {

    border: none;

  }

  .header-sticky.header-v3 .site-header.minimized .header-main {

    padding: 20px 0;

  }

  .header-sticky.header-v3 .site-header.minimized .header-main .site-logo,

  .header-sticky.header-v3 .site-header.minimized .header-main .site-menu {

    width: 50%;

  }

  .header-sticky.header-v3 .site-header.minimized .site-menu {

    position: static;

    top: inherit;

    width: inherit;

  }

  .header-sticky.header-v3.admin-bar .site-header.minimized .header-main {

    top: 32px;

  }

  .header-sticky.header-v3.admin-bar .site-header.minimized .site-menu {

    top: inherit;

  }

  .header-sticky.header-v4 .site-header.minimized {

    border-bottom: 1px solid #f2f2f2;

  }

  .header-sticky.header-v4 .site-header.minimized .site-menu {

    border: none;

  }

  .header-v1 .site-header .site-contact,

  .header-v2 .site-header .site-contact,

  .header-v4 .site-header .site-contact,

  .header-v1 .site-header .site-menu,

  .header-v2 .site-header .site-menu,

  .header-v4 .site-header .site-menu {

    width: 50%;

  }

  .header-v1 .site-header .site-contact .container,

  .header-v2 .site-header .site-contact .container,

  .header-v4 .site-header .site-contact .container,

  .header-v1 .site-header .site-menu .container,

  .header-v2 .site-header .site-menu .container,

  .header-v4 .site-header .site-menu .container {

    width: 100%;

  }

  .header-v1 .site-header .site-logo,

  .header-v2 .site-header .site-logo,

  .header-v4 .site-header .site-logo {

    width: 100%;

  }

  .header-v1 .site-header .site-contact,

  .header-v2 .site-header .site-contact,

  .header-v4 .site-header .site-contact {

    float: left;

    padding: 27px 0;

  }

  .header-v1 .site-header .site-contact .site-extra-text,

  .header-v2 .site-header .site-contact .site-extra-text,

  .header-v4 .site-header .site-contact .site-extra-text {

    display: none;

  }

  .header-v1 .site-header .site-menu,

  .header-v2 .site-header .site-menu,

  .header-v4 .site-header .site-menu {

    background-color: #fff;

    float: right;

  }

  .header-v2 .site-header .site-menu {

    transform: translateY(0);

  }

  .header-v2 .page-header .header-title {

    padding-top: 130px;

  }

  .header-v3 .navbar-toggle {

    padding: 15px 0 0 0;

  }

  .header-v3.hide-topbar-mobile .page-header .header-title {

    padding-top: 170px;

  }

  .service-sidebar .download .item-download span {

    font-size: 10px;

  }

  .service-sidebar .download .item-download a {

    font-size: 12px;

  }

  .project .entry-thumbnail {

    width: 100%;

    text-align: center;

    margin-bottom: 30px;

  }

  .project .entry-info {

    width: 100%;

  }

  .service .service-thumbnail a:before,

  .service .service-thumbnail a:after,

  .service .service-thumbnail a i {

    display: none;

  }

  div.no-background-img {

    background-image: none !important;

  }

  div.no-background-img .fh-form-2 {

    margin-top: 50px;

  }

  div.el-margin {

    margin-right: 0 !important;

  }

  .fh-testimonials-2.style-1.img-no-margin div.owl-pagination {

    top: inherit;

    right: inherit;

  }

  .fh-testimonials-2 .owl-carousel .owl-item {

    text-align: left;

  }

  .fh-service-2 div.overlay {

    opacity: 1;

  }

  .fh-service-2 .item-service {

    display: inline-block;

  }

  .fh-service-2 div.service-content {

    text-align: center;

    padding-top: 60px;

  }

  .fh-service-2 div.service-content h1 {

    transform: translateY(0);

  }

  .fh-service-2 div.service-content a,

  .fh-service-2 div.service-content a.readmore {

    opacity: 1;

  }

  .fh-service .entry-thumbnail .overlay,

  .fh-service .entry-thumbnail i,

  .fh-service .entry-thumbnail:after {

    display: none;

  }

  div.fh-service-3 a {

    background-color: #222222;

  }

  div.fh-latest-project .item-project .project-summary {

    top: auto !important;

    bottom: 0;

    transform: translate(0, 0) !important;

    background-color: #ffc811;

    opacity: 1;

  }

  div.fh-latest-project .item-project .project-summary h3 {

    font-size: 18px;

    margin-bottom: 0;

  }

  div.fh-latest-project .item-project:after,

  div.fh-latest-project .item-project i,

  div.fh-latest-project .item-project .overlay {

    display: none;

  }

  div.fh-latest-project.style-1 .item-project .project-summary {

    padding: 5px;

  }

  div.fh-latest-project.style-2 .item-project .project-summary {

    padding: 10px 5px;

  }

  div.fh-latest-project.style-2 .item-project .project-summary p {

    display: none;

  }

  .fh-team div.team-member .overlay {

    display: none;

  }

  .fh-team div.team-member .phone:after,

  .fh-team div.team-member .phone .number:after {

    display: none;

  }

  .fh-team div.team-member .phone i {

    opacity: 1;

    bottom: 5px;

    font-size: 20px;

  }

  .fh-team div.team-member .phone .number {

    opacity: 1;

    bottom: 0;

    left: 50%;

    transform: translateX(-50%);

    width: 100%;

    text-align: center;

  }

  .fh-team div.team-member ul {

    opacity: 1;

    transform: translateY(0);

    top: auto;

    bottom: 35px;

  }

  .fh-team div.team-member ul li a {

    color: #ffc811;

    background-color: #fff;

  }

  div.fh-phone a,

  div.fh-phone .hotline {

    float: none;

  }

  .backtotop {

    width: 40px;

    height: 40px;

    line-height: 34px;

    font-size: 24px;

    border-width: 2px;

  }

  body .fh-testimonials.grid div[class*="col-md-4"]:nth-child( 3n+1 ) {

    clear: left;

  }

}

@media (max-width: 991px) {

  .single-right .blog-sidebar .factoryhub-widget,

  .single-left .blog-sidebar .factoryhub-widget {

    padding-right: 0;

    padding-left: 0;

    padding-top: 0;

    border: none;

  }

  .single-right.single-post .site-main,

  .single-right.blog-classic .site-main {

    padding-left: 0;

    padding-right: 0;

  }

  .blog-grid .blog-wrapper.col-md-4:nth-child(3n+1) {

    clear: none;

  }

  .metas {

    padding-left: 15px;

  }

  .single-project .entry-content {

    padding-right: 15px;

    border: 0;

  }

  .project-wrapper {

    text-align: center;

  }

  .project-wrapper.col-4 {

    width: 100%;

  }

  body .fh-form {

    margin-top: 30px;

  }

  body .fh_vc_list-service .vc_column-inner {

    border: none !important;

    margin-bottom: 40px;

  }

  body .fh-testimonials.grid div[class*="col-md-4"]:nth-child( 3n+1 ) {

    clear: none;

  }

  .service-sidebar {

    margin-top: 50px;

  }

  .service-sidebar .download .item-download span {

    font-size: 14px;

  }

  .service-sidebar .download .item-download a {

    font-size: 16px;

  }

  .single-project .entry-thumbnail {

    margin-bottom: 25px;

  }

  .single-project .info-left,

  .single-project .info-right {

    width: 50%;

  }

  .single-project .info-left {

    float: left;

  }

  .single-project .info-right {

    float: right;

  }

  .footer-widgets .footer-3 {

    clear: left;

  }

  .site-footer .footer-text,

  .site-footer .footer-copyright,

  .site-footer div[class*="col-"] {

    text-align: center;

  }

  .woocommerce ul.products li.product.first {

    clear: none;

  }

  .woocommerce ul.products li.product .product-inner {

    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);

  }

  .woocommerce ul.products li.product .product-inner img {

    border-color: transparent;

  }

  .woocommerce ul.products li.product .product-inner .product-quick-view {

    opacity: 1;

  }

  .woocommerce ul.products li.product .product-inner:hover img {

    border-color: transparent;

  }

  .woocommerce ul.products li.product .product-header::after {

    display: none;

  }

  .woocommerce ul.products li.product .product-header img {

    width: 100%;

  }

  .woocommerce ul.products li.product .add_to_cart_button,

  .woocommerce ul.products li.product .added_to_cart {

    opacity: 1;

    color: #ffc811;

    border-color: #ffc811;

  }

  .woocommerce table.shop_table.wishlist_table .product-stock-status,

  .woocommerce table.shop_table.wishlist_table .product-stock-stauts {

    display: none;

  }

  .woocommerce .shop-sidebar {

    padding-top: 50px;

  }

  .service.col-md-4:nth-child( 3n+1 ) {

    clear: none;

  }

  .service.col-sm-6:nth-child( 2n+1 ) {

    clear: left;

  }

  .latest-project-widget .latest-project {

    text-align: center;

  }

  .latest-project-widget .latest-project a:before {

    display: none;

  }

  .latest-project-widget .latest-project a i {

    opacity: 1;

  }

  .footer-social {

    padding-top: 20px;

  }

  .footer-widgets {

    padding-bottom: 15px;

  }

  .footer-sidebar {

    padding-bottom: 30px;

  }

  .owl-carousel .owl-item {

    text-align: center;

  }

  .fh-project-carousel .project-thumb .overlay,

  .fh-project-carousel .project-thumb i,

  .fh-project-carousel .project-thumb:after {

    display: none;

  }

  div.fh-service .item-service.col-md-4:nth-child( 3n + 1 ),

  div.fh-service .item-service.col-md-6:nth-child( 2n + 1 ) {

    clear: none;

  }

  .fh-service .item-service.col-sm-6:nth-child(2n+1),

  .fh-service .item-service.col-xs-6:nth-child(2n+1) {

    clear: left;

  }

}

@media (max-width: 782px) {

  .header-transparent.admin-bar .site-header {

    padding-top: 10px;

  }

  .admin-bar .primary-mobile-nav {

    top: 46px;

    padding-bottom: 60px;

  }

}

@media (max-width: 767px) {

  .page-header .breadcrumb-area nav {

    padding-bottom: 20px;

    text-align: center;

  }

  .page-header .breadcrumb-area .share {

    text-align: center;

  }

  .page-header .breadcrumb-area .share .socials-share {

    position: static;

    padding-top: 15px;

  }

  .all-service .service {

    text-align: center;

  }

  .owl-carousel .owl-item {

    text-align: left;

  }

  .fh-related-project .owl-carousel .owl-item,

  .fh-testimonials .owl-carousel .owl-item,

  .fh-project-carousel .owl-carousel .owl-item {

    text-align: center;

  }

  .modal {

    display: none;

  }

  .woocommerce .shop-toolbar div[class*="col-"] {

    text-align: center;

  }

  .woocommerce .shop-toolbar form {

    display: inline-block;

  }

  .woocommerce ul.products li.product .product-inner .product-quick-view {

    display: none;

  }

  .woocommerce form.checkout table.shop_table thead th,

  .woocommerce form.checkout table.shop_table thead td {

    padding: 10px 15px;

  }

  .woocommerce form.checkout table.shop_table td,

  .woocommerce form.checkout table.shop_table th {

    padding: 15px 10px;

  }

  .woocommerce form.checkout table.shop_table td span.amount,

  .woocommerce form.checkout table.shop_table th span.amount {

    font-size: 14px;

  }

  .woocommerce form.checkout table.shop_table .cart_item td,

  .woocommerce form.checkout table.shop_table tfoot th:first-child {

    font-size: 14px;

  }

  .woocommerce ul#shipping_method li label {

    font-size: 14px;

  }

  .woocommerce-checkout .woocommerce-info {

    font-size: 14px;

  }

  .woocommerce-checkout .woocommerce-info a {

    font-size: 12px;

  }

  .fh-form {

    margin-top: 30px;

  }

  .fh-team {

    margin-bottom: 15px;

  }

  div.no-padding-top {

    padding-top: 0 !important;

  }

}

@media (max-width: 667px) {

  .single-post .entry-footer {

    text-align: center;

  }

  .single-post .entry-footer .post-navigation {

    float: none;

    margin-top: 15px;

  }

  .woocommerce form.checkout #payment,

  .woocommerce form.checkout table.shop_table {

    width: 100%;

    float: none;

    margin-left: 0;

    margin-right: 0;

  }

  .page-header .header-title {

    padding: 80px 0;

  }

  .page-header .header-title h1 {

    font-size: 32px;

  }

  .header-v3.hide-topbar-mobile .page-header .header-title {

    padding-top: 130px;

  }

  .blog-wrapper .cat-link,

  .blog-wrapper .comments-link {

    display: none;

  }

  .woocommerce table.shop_table .product-price {

    display: none;

  }

  .woocommerce table.shop_table thead th {

    font-size: 16px;

  }

  .woocommerce table.shop_table tr th,

  .woocommerce table.shop_table tr td {

    padding: 10px 15px;

  }

  .woocommerce table.shop_table td img,

  .woocommerce table.shop_table td a img {

    width: 45px;

  }

  .woocommerce table.shop_table td.product-name a {

    font-size: 12px;

  }

  .woocommerce table.shop_table td.product-subtotal {

    font-size: 14px;

  }

  .woocommerce table.shop_table.wishlist_table .product-price {

    display: table-cell;

  }

  .woocommerce-cart a.remove {

    font-size: 14px;

  }

  .woocommerce-cart a.remove .fa {

    font-size: 12px;

    margin-right: 5px;

  }

}

@media (max-width: 600px) {

  .topbar .widget {

    margin-bottom: 10px;

  }

  .header-sticky.admin-bar .site-header.minimized {

    top: 0;

  }

  .header-sticky.header-v3.admin-bar .site-header.minimized .header-main {

    top: 0;

  }

  .header-sticky.header-v3.admin-bar .site-header.minimized .site-menu {

    top: inherit;

  }

  .entry-title {

    line-height: 1.2;

    padding-bottom: 10px;

  }

  .single-project .entry-thumbnail .owl-controls .owl-pagination {

    bottom: 10px;

  }

  .comment-list .children {

    padding-left: 0;

  }

  .error404 .error-404 .search-form {

    max-width: 300px;

  }

  .error404 .error-404 .search-form label input {

    padding: 0;

  }

  .error404 .error-404 .search-form:after,

  .error404 .error-404 .search-form .search-submit {

    right: 5px;

  }

  .error404 .error-404 .search-form:before {

    right: 22px;

  }

  .woocommerce div.product .images-product,

  .woocommerce div.product div.summary {

    float: none;

    width: 100%;

    padding-left: 0;

    padding-right: 0;

  }

  .woocommerce div.product .images-product {

    text-align: center;

  }

  .woocommerce table.shop_table.wishlist_table .product-price {

    display: table-cell;

  }

  .woocommerce table.shop_table.wishlist_table thead th {

    font-size: 14px;

  }

  .woocommerce table.shop_table.wishlist_table .product-price > span {

    font-size: 14px;

  }

  .woocommerce table.shop_table.wishlist_table .product-add-to-cart a {

    font-size: 12px;

    min-height: 40px;

    line-height: 40px;

    width: 100px;

    padding: 0;

  }

  .woocommerce-account .woocommerce-MyAccount-navigation,

  .woocommerce-account .woocommerce-MyAccount-content {

    width: 100%;

    float: none;

    padding-left: 0;

    padding-right: 0;

  }

  .woocommerce-account .woocommerce-MyAccount-navigation {

    margin-bottom: 40px;

  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul li {

    display: inline-block;

    padding-right: 10px;

  }

  div.fh-testimonials .owl-carousel .owl-item {

    text-align: center;

  }

  div.el-padding {

    padding: 30px !important;

  }

}

@media (max-width: 480px) {

  .header-v1 .site-header,

  .header-v2 .site-header,

  .header-v4 .site-header {

    padding: 15px 0;

  }

  .header-v1 .site-header .site-contact,

  .header-v2 .site-header .site-contact,

  .header-v4 .site-header .site-contact {

    padding: 0;

  }

  .header-v4 .navbar-toggle,

  .header-v3 .navbar-toggle,

  .header-v2 .navbar-toggle,

  .header-v1 .navbar-toggle {

    padding-top: 13px;

  }

  .woocommerce ul.products li.product {

    width: 100%;

  }

  .page-header .header-title h1,

  div.fh-section-title h2,

  div.fh-testimonials h3 {

    font-size: 26px;

  }

  .fh-service .item-service {

    width: 100%;

  }

  .fh-service-2 div[class*="col-"] {

    width: 100%;

  }

  .fh-latest-post .item-latest-post,

  .fh-latest-project .project {

    width: 100%;

  }

  .all-project .project-wrapper {

    width: 100%;

  }

  body .fh-testimonials.grid .testi-item {

    width: 100%;

  }

}

@media (max-width: 414px) {

  .topbar .topbar-left .widget {

    border: 0;

    padding-right: 0;

  }

  .topbar .topbar-right .widget {

    padding-left: 0;

    padding-right: 0;

  }

  .site-header {

    padding-top: 22px;

    padding-bottom: 23px;

  }

  .single-project .single-project-title {

    font-size: 28px;

    line-height: 1.2;

  }

  .single-post .cat-link,

  .single-post .comments-link {

    display: none;

  }

  .single-post .entry-footer .share-title {

    display: block;

  }

  .single-post .socials-share {

    margin-left: 0;

  }

  .blog-list .blog-wrapper {

    padding-bottom: 25px;

    padding-top: 30px;

  }

  .blog-list .blog-wrapper .entry-thumbnail {

    float: none;

    margin-bottom: 15px;

  }

  .blog-list .blog-wrapper .entry-header,

  .blog-list .blog-wrapper .entry-content,

  .blog-list .blog-wrapper .read-more {

    margin-left: 0;

  }

  .comment .comment-author {

    float: none;

  }

  .comment .comment-meta {

    margin-left: 0;

    margin-top: 15px;

  }

  .all-project ul.filter,

  div.fh-latest-project ul.filter {

    display: block;

  }

  .all-project ul.filter li,

  div.fh-latest-project ul.filter li {

    display: block;

    margin: 0 auto;

    width: 60%;

    padding-left: 0;

    padding-right: 0;

  }

  .all-project ul.filter li:first-child,

  div.fh-latest-project ul.filter li:first-child {

    margin-left: auto;

  }

  .all-project ul.filter li:last-child,

  div.fh-latest-project ul.filter li:last-child {

    margin-right: auto;

  }

  .woocommerce table.shop_table tr th,

  .woocommerce table.shop_table tr td {

    padding: 10px;

  }

  .woocommerce table.shop_table td.product-name a {

    font-size: 0;

  }

  .woocommerce div.product div.summary .product-share a {

    margin-bottom: 10px;

  }

  .woocommerce form.checkout table.shop_table,

  .woocommerce form.checkout #payment {

    float: none;

    width: 100%;

    margin-left: 0;

    margin-right: 0;

  }

  .woocommerce form.checkout .form-row-first,

  .woocommerce form.checkout .form-row-last {

    float: none;

    width: 100%;

    padding-left: 0;

    padding-right: 0;

  }

  .woocommerce table.shop_table.wishlist_table .product-name {

    display: none;

  }

  .woocommerce-checkout .woocommerce-login-form,

  .woocommerce-checkout .woocommerce-coupon-form {

    float: none;

    width: 100%;

    padding: 0;

  }

  .woocommerce-cart a.remove {

    font-size: 0;

  }

  .woocommerce-cart table.cart td.actions .coupon .input-text,

  .woocommerce-cart table.cart td.actions .coupon .button {

    float: none;

    width: 100%;

    margin-bottom: 15px;

  }

  .woocommerce-cart table.cart td.actions .update-cart {

    float: none;

    width: 100%;

  }

  div.fh-image .img-item {

    float: none;

    width: 100%;

    padding: 0 0 10px 0;

  }

  div.fh-form .first-row,

  div.fh-form .last-row {

    float: none;

    width: 100%;

    padding: 0;

  }

  div.fh-form-email {

    padding: 15px;

  }

  .wpb_wrapper .fh-icon-box:first-child,

  .wpb_wrapper .fh-icon-box:last-child {

    float: none;

    width: 100%;

  }

  div.fh-testimonials-3 img {

    float: none;

    margin-bottom: 10px;

  }

  div.fh-testimonials-3 .testi-item {

    padding: 15px;

  }

  div.fh-testimonials-3 .testi-content {

    margin-right: 0;

  }

  div.fh-phone a,

  div.fh-phone .hotline {

    float: none;

  }

  div.fh-related-project .owl-controls .owl-buttons div,

  .related .products .owl-controls .owl-buttons div {

    display: none;

  }

}

@media (max-width: 375px) {

  .primary-mobile-nav {

    width: 280px;

    right: -280px;

  }

  div.el-padding {

    padding: 10px !important;

  }

  .woocommerce div.product form.cart .qty-label {

    display: none;

  }

  .woocommerce div.product form.cart div.quantity {

    margin-right: 15px;

  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {

    padding: 10px 20px;

  }

  .woocommerce table.shop_table.wishlist_table .product-add-to-cart a {

    min-width: 100px;

    width: 100px;

  }

  .woocommerce form.checkout table.shop_table tfoot th,

  .woocommerce form.checkout table.shop_table tfoot td {

    padding: 10px;

  }

}

/*--------------------------------------------------------------

10.0 - Carousel

--------------------------------------------------------------*/

/*

 * OwlCarousel

 */

/* clearfix */

.owl-carousel .owl-wrapper:after {

  content: ".";

  display: block;

  clear: both;

  visibility: hidden;

  line-height: 0;

  height: 0;

}

/* display none until init */

.owl-carousel {

  display: none;

  position: relative;

  -ms-touch-action: pan-y;

}

.owl-carousel .owl-wrapper {

  display: none;

  position: relative;

  -webkit-transform: translate3d(0px, 0px, 0px);

}

.owl-carousel .owl-wrapper-outer {

  overflow: hidden;

  position: relative;

  width: 100%;

}

.owl-carousel .owl-wrapper-outer.autoHeight {

  -webkit-transition: height 500ms ease-in-out;

  -moz-transition: height 500ms ease-in-out;

  -ms-transition: height 500ms ease-in-out;

  -o-transition: height 500ms ease-in-out;

  transition: height 500ms ease-in-out;

}

.owl-carousel .owl-item {

  float: left;

}

.owl-controls .owl-page,

.owl-controls .owl-buttons div {

  cursor: pointer;

}

.owl-controls {

  -webkit-user-select: none;

  -khtml-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

/* fix */

.owl-carousel .owl-wrapper,

.owl-carousel .owl-item {

  -webkit-backface-visibility: hidden;

  -moz-backface-visibility: hidden;

  -ms-backface-visibility: hidden;

  -webkit-transform: translate3d(0, 0, 0);

  -moz-transform: translate3d(0, 0, 0);

  -ms-transform: translate3d(0, 0, 0);

}

.owl-controls {

  text-align: center;

}

/* Styling Next and Prev buttons */

.owl-controls .owl-buttons div {

  margin-top: -20px;

  height: 50px;

  width: 50px;

  display: inline-block;

  position: absolute;

  top: 50%;

  z-index: 999;

  text-align: center;

  line-height: 50px;

  color: #fff;

  font-size: 26px;

  border-radius: 50%;

  background-color: transparent;

}

.owl-controls .owl-buttons div:hover {

  background-color: #ffc811;

}

.owl-controls .owl-prev {

  left: -60px;

}

.owl-controls .owl-next {

  right: -60px;

}

/* Styling Pagination*/

.owl-controls .owl-page {

  display: inline-block;

  zoom: 1;

  *display: inline;

  /*IE7 life-saver */

}

.owl-controls .owl-page span {

  display: block;

  width: 8px;

  height: 8px;

  margin: 0 7px;

  -webkit-border-radius: 20px;

  -moz-border-radius: 20px;

  border-radius: 20px;

  background-color: transparent;

  border: 1px solid #fff;

}

.owl-controls .owl-page.active span,

.owl-controls.clickable .owl-page:hover span {

  background-color: #fff;

}

/* If PaginationNumbers is true */

.owl-controls .owl-page span.owl-numbers {

  height: auto;

  width: auto;

  color: #FFF;

  padding: 2px 10px;

  font-size: 12px;

  -webkit-border-radius: 30px;

  -moz-border-radius: 30px;

  border-radius: 30px;

}





.table_blur {

  /* background: #f5ffff;*/

  background: #e8eaea;

  border-collapse: collapse;

  text-align: left;

  width: 100%;

}

.table_blur caption {
	text-align: center;
	color: black;
}

.table_blur th {

  /* border-top: 1px solid #777777; */

  /* border-bottom: 1px solid #777777; */

  /* box-shadow: inset 0 1px 0 #999999, inset 0 -1px 0 #999999; */

  /* background: linear-gradient(#9595b6, #5a567f);*/

  /* background: #e5f9f9; */

  background: #ffc811;

  text-align: center;

  color: white;

  padding: 10px 15px;

  position: relative;

}

.table_blur th:after {

  content: "";

  display: block;

  position: absolute;

  left: 0;

  top: 25%;

  height: 25%;

  width: 100%;

  /* background: linear-gradient(rgba(255, 255, 255, 0), rgba(255,255,255,.08)); */

}

.table_blur tr:nth-child(odd) {

  /*background: #ebf3f9;*/

  background: whitesmoke;

}

.table_blur th:first-child {

  /* border-left: 1px solid #777777; */

  /* border-bottom:  1px solid #777777; */

  /* box-shadow: inset 1px 1px 0 #999999, inset 0 -1px 0 #999999; */

}

.table_blur th:last-child {

  /* border-right: 1px solid #777777; */

  /* border-bottom:  1px solid #777777; */

  /* box-shadow: inset -1px 1px 0 #999999, inset 0 -1px 0 #999999; */

}

.table_blur td {

  border: 1px solid #e3eef7;

  padding: 10px 15px;

  position: relative;

  transition: all 0.5s ease;

}

.table_blur tbody:hover td {

  color: transparent;

  text-shadow: 0 0 3px #a09f9d;

}

.table_blur tbody:hover tr:hover td {

  color: #444444;

  text-shadow: none;

}

.table_condensed {

  border: none;

}

.table_condensed td {

  padding: 5px;

}

.no_margin {

  margin: 0;

}





.fh-btn {

  font-size: 16px;

  font-weight: 700;

  color: #fff;

  text-align: center;

  display: inline-block;

  min-width: 160px;

  min-height: 50px;

  line-height: 50px;

  border-radius: 50px;

  padding: 0 20px;

  background-color: #ffc811;

  text-transform: capitalize;

  border: 0;

  box-shadow: none;

  font-family: 'Open Sans', sans-serif;

  transition: 0.5s;

}

.fh-btn:hover,

.fh-btn:focus {

  color: #fff;

  border: 0;

  box-shadow: none;

  outline: none;

  background-color: #ffc811;

}

.fh-btn-2 {

  font-size: 16px;

  font-weight: 700;

  color: #fff;

  text-align: center;

  display: inline-block;

  min-width: 170px;

  min-height: 50px;

  line-height: 50px;

  border-radius: 0;

  padding: 0 20px;

  background-color: #ffc811;

  text-transform: capitalize;

  border: 0;

  box-shadow: none;

  font-family: 'Open Sans', sans-serif;

  transition: 0.5s;

}

.fh-btn-2:hover,

.fh-btn-2:focus {

  color: #fff;

  border: 0;

  box-shadow: none;

  outline: none;

  background-color: #ffc811;

}

.fh-btn-3 {

  font-size: 16px;

  font-weight: 700;

  color: #252525;

  text-align: center;

  display: inline-block;

  min-width: 170px;

  min-height: 50px;

  line-height: 50px;

  border-radius: 0;

  padding: 0 20px;

  background-color: #f7f7f7;

  text-transform: capitalize;

  border: 0;

  box-shadow: none;

  font-family: 'Open Sans', sans-serif;

  transition: 0.5s;

}

.fh-btn-3:hover,

.fh-btn-3:focus {

  color: #252525;

  border: 0;

  box-shadow: none;

  outline: none;

  background-color: #f7f7f7;

}

.main-color {

  color: #ffc811;

}

.main-background-color {

  background-color: #ffc811;

}

.vc_row.vc_row-fluid {

  margin-bottom: 0;

  margin-left: 0;

  margin-right: 0;

}

.vc_row.parallax {

  background-attachment: fixed;

  background-position: 50% 50%;

}

.vc_row.overlay-enable {

  position: relative;

}

.vc_row .overlay {

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: 0;

}

.vc_row.vc_inner {

  margin-left: -15px;

  margin-right: -15px;

}

.vc_row > .container-fluid {

  padding-left: 15px;

  padding-right: 15px;

}

.vc_row .wpb_content_element {

  margin-bottom: 0;

}

.vc_column-inner {

  padding-top: 0 !important;

}

.fh-section-title h2 {

  font-size: 30px;

  font-weight: 400;

  padding-bottom: 15px;

  margin-bottom: 0;

  margin-top: 0;

  position: relative;

  text-transform: capitalize;

}

.fh-section-title h2:before {

  content: '';

  position: absolute;

  bottom: 0;

  left: 0;

  width: 50px;

  height: 1px;

  background-color: #ffc811;

}

.fh-section-title.text-center h2:before {

  left: 50%;

  transform: translateX(-50%);

}

.fh-section-title.style-2 h2 {

  color: #fff;

}

.fh-contact-box {

  border: 1px solid #f4f4f4;

}

.fh-contact-box .contact-box-title {

  background-color: #ffc811;

  padding: 10px 30px;

  text-transform: capitalize;

}

.fh-contact-box h3 {

  margin: 0;

  padding: 0;

  color: #fff;

  font-size: 18px;

  font-weight: 600;

}

.fh-contact-box .info {

  background-color: #f7f7f7;

  padding: 22px 30px;

}

.fh-contact-box .info p {

  margin-bottom: 5px;

}

.fh-contact-box .info p:last-child {

  margin-bottom: 0;

}

.fh-contact-box .info .info-title {

  color: #04192b;

  font-weight: 600;

  font-family: 'Open Sans', sans-serif;

}

.fh-about-desc {

  position: relative;

}

.fh-about-desc .fh-about-logo {

  opacity: 0.06;

  position: absolute;

  bottom: 0;

  right: 100px;

}

.fh-latest-project h2 {

  font-size: 30px;

  color: #fff;

  font-weight: 700;

  text-transform: uppercase;

  margin-top: 0;

  margin-bottom: 45px;

  text-align: center;

}

.fh-latest-project .item-project {

  position: relative;

  margin-bottom: 30px;

  overflow: hidden;

  display: inline-block;

}

.fh-latest-project .item-project .pro-link {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 9999;

  background-color: transparent;

}

.fh-latest-project .item-project .overlay {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  opacity: 0;

  transition: 0.5s;

}

.fh-latest-project .item-project:after {

  content: '';

  position: absolute;

  bottom: 0;

  left: 0;

  border-left: 32px solid #222;

  border-right: 32px solid transparent;

  border-bottom: 32px solid #222;

  border-top: 32px solid transparent;

  z-index: 9;

  opacity: 0;

  transition: 0.5s;

}

.fh-latest-project .item-project .project-summary {

  color: #fff;

  font-size: 16px;

  font-weight: 400;

  position: absolute;

  top: 35px;

  left: 20px;

  opacity: 0;

  transition: 0.5s;

}

.fh-latest-project .item-project .project-summary h3 {

  font-size: 20px;

  margin-top: 0;

  margin-bottom: 10px;

  font-weight: 400;

}

.fh-latest-project .item-project .project-summary h3 a {

  color: #fff;

}

.fh-latest-project .item-project i {

  color: #fff;

  font-size: 20px;

  display: inline-block;

  position: absolute;

  left: 10px;

  bottom: 10px;

  z-index: 99;

  opacity: 0;

  transition: 0.5s;

}

.fh-latest-project .item-project:hover:after,

.fh-latest-project .item-project:hover .project-summary,

.fh-latest-project .item-project:hover i {

  opacity: 1;

}

.fh-latest-project .item-project:hover .overlay {

  opacity: 0.9;

}

.fh-latest-project ul.filter {

  padding: 0 10px;

  margin-bottom: 60px;

  list-style: none;

  text-align: center;

  display: inline-block;

  position: relative;

  left: 50%;

  transform: translateX(-50%);

  background-color: #222;

}

.fh-latest-project ul.filter li {

  font-size: 14px;

  font-family: 'Open Sans', sans-serif;

  display: inline-block;

  padding: 12px 10px 13px 10px;

  margin: 0 10px;

  cursor: pointer;

  position: relative;

}

.fh-latest-project ul.filter li a {

  color: #848484;

}

.fh-latest-project ul.filter li:after {

  transition: all 0.5s;

  content: '';

  position: absolute;

  right: 0;

  bottom: 0;

  width: 0;

  height: 3px;

  background-color: #ffc811;

}

.fh-latest-project ul.filter li.active:after,

.fh-latest-project ul.filter li:hover:after {

  left: 0;

  width: 100%;

  background-color: #ffc811;

}

.fh-latest-project ul.filter li:first-child {

  margin-left: 0;

}

.fh-latest-project ul.filter li:last-child {

  margin-right: 0;

}

.fh-latest-project.style-2 .project-summary {

  top: 50%;

  left: 0;

  transform: translateY(-50%);

  text-align: center;

  width: 100%;

}

.fh-latest-project.light-version h2 {

  color: #222;

}

.fh-latest-project.light-version ul.filter {

  background-color: #f7f7f7;

}

.fh-latest-project.light-version ul.filter li {

  color: #848484;

}

.fh-latest-project.light-version ul.filter li a {

  color: #848484;

}

.fh-latest-project.light-version ul.filter li:after {

  background-color: #ffc811;

}

.fh-latest-project.light-version ul.filter li.active:after,

.fh-latest-project.light-version ul.filter li:hover:after {

  background-color: #ffc811;

}

.fh-project-carousel .item-project {

  display: inline-block;

  text-align: center;

}

.fh-project-carousel .item-project:hover .overlay {

  opacity: 1;

}

.fh-project-carousel .overlay {

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  opacity: 0;

  transition: 0.5s;

  z-index: 9;

}

.fh-project-carousel .project-inner:before {

  display: none;

}

.fh-project-carousel .project-inner .project-summary {

  padding: 15px;

}

.fh-project-carousel .link {

  display: block;

  text-align: center;

  color: #ffc811;

  font-size: 16px;

  font-weight: 700;

  font-family: 'Open Sans', sans-serif;

  padding-top: 40px;

}

.fh-project-carousel .link i {

  padding-left: 10px;

}

.fh-project-carousel .owl-controls .owl-buttons div {

  border-radius: 0;

  width: 35px;

  height: 100px;

  line-height: 100px;

  background-color: rgba(0, 0, 0, 0.85);

  font-size: 22px;

  transition: 0.5s;

  top: 50%;

  color: #fff;

  transform: translateY(-50%);

  margin-top: 0;

}

.fh-project-carousel .owl-controls .owl-buttons div:hover {

  background-color: #ffc811;

}

.fh-project-carousel .owl-controls .owl-next {

  right: 0;

}

.fh-project-carousel .owl-controls .owl-prev {

  left: 0;

}

.fh-latest-post .item-latest-post {

  transition: 0.5s;

}

.fh-latest-post .item-latest-post .entry-header,

.fh-latest-post .item-latest-post .entry-content {

  margin-left: 0;

}

.fh-latest-post .item-latest-post .entry-header {

  padding-bottom: 25px;

}

.fh-latest-post .item-latest-post .line {

  border-bottom: 2px solid #f7f7f7;

  transition: 0.5s;

}

.fh-latest-post .item-latest-post .entry-title {

  line-height: 1.2;

}

.fh-latest-post .item-latest-post .entry-title a {

  font-size: 20px;

  font-weight: 600;

}

.fh-latest-post .item-latest-post .entry-meta {

  padding-bottom: 0;

}

.fh-latest-post .item-latest-post .entry-meta a {

  font-weight: 300;

  color: #ffc811;

}

.fh-latest-post .item-latest-post .entry-meta i {

  display: none;

}

.fh-latest-post .item-latest-post .entry-thumbnail {

  margin-bottom: 25px;

}

.fh-latest-post .item-latest-post .entry-thumbnail a {

  display: inline-block;

  position: relative;

}

.fh-latest-post .item-latest-post .entry-thumbnail a:before {

  content: '';

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(4, 35, 43, 0.77);

  opacity: 0;

  transition: 0.5s;

}

.fh-latest-post .item-latest-post .entry-thumbnail a i {

  position: absolute;

  opacity: 0;

  transition: 0.5s;

  color: #fff;

  width: 50px;

  height: 50px;

  line-height: 50px;

  border-radius: 50%;

  text-align: center;

  background-color: #ffc811;

  font-size: 16px;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

}

.fh-latest-post .item-latest-post:hover .line {

  border-color: #ffc811;

}

.fh-latest-post .item-latest-post:hover a:before {

  opacity: 0.8;

}

.fh-latest-post .item-latest-post:hover a i {

  opacity: 1;

}

.fh-latest-post .owl-carousel {

  margin-left: -15px;

  margin-right: -15px;

}

.fh-latest-post .owl-carousel .item-latest-post {

  padding: 0 15px;

}

.fh-latest-post .owl-pagination {

  position: absolute;

  right: 8px;

  top: -90px;

}

.fh-latest-post .owl-pagination .owl-page span {

  width: 10px;

  height: 10px;

  border: 1px solid #ffc811;

  border-radius: 50%;

  transition: 0.5s;

  background-color: transparent !important;

}

.fh-latest-post .owl-pagination .owl-page.active span,

.fh-latest-post .owl-pagination .owl-page:hover span {

  background-color: #ffc811 !important;

}

.fh-icon-box,

.fh-icon-box-2,

.fh-icon-box-4,

.fh-icon-box-5,

.fh-icon-box-6 {

  margin-bottom: 30px;

}

.fh-icon-box {

  font-size: 16px;

  padding: 25px 15px 25px 78px;

  border: 3px solid #f7f7f7;

  position: relative;

  transition: 0.5s;

}

.fh-icon-box .fh-icon {

  font-size: 24px;

  color: #ffc811;

  width: 60px;

  height: 60px;

  line-height: 60px;

  text-align: center;

  display: inline-block;

  position: absolute;

  left: 0;

  top: 50%;

  transform: translateY(-50%);

  background-color: #f7f7f7;

  transition: 0.5s;

}

.fh-icon-box .fh-icon i:before {

  font-size: 24px;

}

.fh-icon-box h4 {

  font-size: 20px;

  font-weight: 400;

  margin: 0;

  padding-bottom: 15px;

}

.fh-icon-box:hover {

  border-color: #ffc811;

}

.fh-icon-box:hover .fh-icon {

  background-color: #ffc811;

  color: #04192b;

}

.fh-icon-box.icon-top {

  padding-top: 0;

  padding-bottom: 20px;

  border: none;

}

.fh-icon-box.icon-top .fh-icon {

  top: 0;

  transform: translateY(0);

}

.fh-icon-box-2 h4 {

  font-size: 20px;

  font-weight: 600;

  margin: 0;

  padding-bottom: 0;

  color: #222;

}

.fh-icon-box-2 .sub-title {

  font-size: 16px;

  font-weight: 300;

  color: #ffc811;

  padding-bottom: 10px;

}

.fh-icon-box-2 h4,

.fh-icon-box-2 p,

.fh-icon-box-2 .sub-title {

  margin-left: 70px;

}

.fh-icon-box-2 .fh-icon {

  float: left;

  font-size: 45px;

  color: #ffc811;

}

.fh-icon-box-2 .fh-icon i:before {

  font-size: 45px;

}

.fh-icon-box-2.light-version h4 {

  color: #fff;

}

.fh-icon-box-2.light-version .desc {

  color: #d8d8d8;

}

.fh-icon-box-3 {

  text-align: center;

  color: #fff;

  padding: 75px 40px;

  position: relative;

  background-position: center;

}

.fh-icon-box-3 .overlay {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  transition: 0.5s;

  z-index: 1;

}

.fh-icon-box-3 .desc,

.fh-icon-box-3 .fh-icon,

.fh-icon-box-3 h4 {

  position: relative;

  z-index: 9;

}

.fh-icon-box-3 .fh-icon {

  color: #ffc811;

  font-size: 45px;

}

.fh-icon-box-3 .fh-icon i:before {

  font-size: 45px;

}

.fh-icon-box-3 h4 {

  color: #fff;

  font-size: 20px;

  font-weight: 600;

  margin-top: 5px;

  margin-bottom: 15px;

}

.fh-icon-box-4 {

  text-align: center;

  color: #fff;

  position: relative;

}

.fh-icon-box-4 h4 {

  margin-top: 0;

  margin-bottom: 30px;

  padding-bottom: 15px;

  font-size: 20px;

  font-weight: 600;

  position: relative;

  color: #fff;

}

.fh-icon-box-4 h4:after {

  content: '';

  position: absolute;

  bottom: 0;

  left: 50%;

  transform: translateX(-50%);

  width: 50px;

  height: 1px;

  background-color: #ffc811;

}

.fh-icon-box-4 .fh-icon {

  color: #ffc811;

  font-size: 64px;

}

.fh-icon-box-4 .fh-icon i:before {

  font-size: 64px;

}

.fh-icon-box-4 .desc {

  margin-bottom: 25px;

}

.fh-icon-box-4 .icon-box-link {

  display: block;

  text-align: center;

  color: #ffc811;

  font-size: 16px;

  font-weight: 700;

  font-family: 'Open Sans', sans-serif;

  transition: 0.5s;

}

.fh-icon-box-4 .icon-box-link i {

  padding-left: 10px;

}

.fh-icon-box-5 .fh-icon {

  float: left;

  width: 70px;

  height: 70px;

  line-height: 70px;

  border-radius: 50%;

  text-align: center;

  display: block;

  color: #fff;

  font-size: 30px;

  background-color: #ffc811;

}

.fh-icon-box-5 .fh-icon i:before {

  font-size: 30px;

}

.fh-icon-box-5 h4,

.fh-icon-box-5 .desc {

  padding-left: 100px;

}

.fh-icon-box-5 h4 {

  margin: 0;

  font-size: 20px;

  font-weight: 600;

  padding-bottom: 10px;

}

.fh-icon-box-6 .fh-icon {

  float: left;

  display: block;

  color: #ffc811;

  font-size: 40px;

}

.fh-icon-box-6 .fh-icon i:before {

  font-size: 40px;

}

.fh-icon-box-6 h4,

.fh-icon-box-6 .desc {

  margin-left: 60px;

}

.fh-icon-box-6 h4 {

  margin-bottom: 25px;

  margin-top: 0;

  font-size: 20px;

  font-weight: 600;

  padding-bottom: 10px;

  position: relative;

}

.fh-icon-box-6 h4:after {

  position: absolute;

  content: '';

  width: 50px;

  height: 1px;

  background-color: #ffc811;

  bottom: 0;

  left: 0;

}

.fh-icon-box-6 ul {

  padding: 0;

  margin: 0;

  list-style: none;

}

.fh-icon-box-6 ul li {

  position: relative;

  padding-left: 25px;

  padding-bottom: 10px;

}

.fh-icon-box-6 ul li:last-child {

  padding-bottom: 0;

}

.fh-icon-box-6 ul li:before {

  position: absolute;

  content: '';

  width: 10px;

  height: 10px;

  border: 1px solid #ffc811;

  border-radius: 50%;

  left: 0;

  top: 7px;

}

.fh-counter {

  color: #222222;

  padding: 25px;

  margin-bottom: 10px;

  border: 1px solid #f4f4f4;

  position: relative;

}

.fh-counter .counter {

  font-size: 36px;

  font-weight: 700;

  line-height: 1;

  padding-bottom: 10px;

  margin-left: 70px;

}

.fh-counter .counter .value,

.fh-counter .counter span {

  display: inline-block;

}

.fh-counter .counter span {

  margin-left: -5px;

}

.fh-counter h4 {

  color: #222222;

  font-size: 16px;

  font-weight: 300;

  font-family: 'Roboto', sans-serif;

  margin: 0 0 0 70px;

}

.fh-counter .fh-icon {

  color: #ffc811;

  font-size: 50px;

  float: left;

}

.fh-counter .fh-icon i:before {

  font-size: 50px;

}

.fh-counter.style-2 {

  background-color: transparent;

  padding: 5px 0 10px 100px;

}

.fh-counter.style-2 .fh-icon {

  right: auto;

  left: 0;

  opacity: 1;

  color: #ffc811;

}

.fh-testimonials .testi-content {

  padding: 30px 20px;

  position: relative;

  font-size: 16px;

  border: 3px solid rgba(247, 247, 247, 0.11);

  color: #fff;

  transition: 0.5s;

}

.fh-testimonials .testi-content:hover {

  border-color: #ffc811;

}

.fh-testimonials .testi-content:hover i {

  color: #ffc811;

}

.fh-testimonials .testi-des {

  padding-right: 10px;

}

.fh-testimonials .info {

  margin-bottom: 15px;

}

.fh-testimonials i {

  color: rgba(247, 247, 247, 0.11);

  font-size: 24px;

  transition: 0.5s;

  position: absolute;

  bottom: 8px;

  right: 10px;

}

.fh-testimonials img {

  float: left;

  border-radius: 50%;

}

.fh-testimonials .testi-name,

.fh-testimonials .testi-job {

  margin-left: 110px;

}

.fh-testimonials .testi-name {

  color: #fff;

  font-size: 20px;

  font-weight: 600;

  margin-bottom: 0;

}

.fh-testimonials .testi-job {

  display: block;

  color: #ffc811;

}

.fh-testimonials .owl-carousel .owl-item {

  padding: 0 15px;

}

.fh-testimonials .owl-carousel .owl-item:first-child {

  padding-left: 0;

}

.fh-testimonials .owl-carousel .owl-item:last-child {

  padding-right: 0;

}

.fh-testimonials .owl-pagination {

  position: absolute;

  right: 0;

  top: -100px;

}

.fh-testimonials .owl-pagination .owl-page span {

  width: 10px;

  height: 10px;

  border: 1px solid #ffc811;

  border-radius: 50%;

  transition: 0.5s;

  background-color: transparent !important;

}

.fh-testimonials .owl-pagination .owl-page.active span,

.fh-testimonials .owl-pagination .owl-page:hover span {

  background-color: #ffc811 !important;

}

.fh-testimonials.style-2 .testi-content {

  color: #848484;

  border-color: #f7f7f7;

}

.fh-testimonials.style-2 .testi-content:hover {

  border-color: #ffc811;

}

.fh-testimonials.style-2 .testi-name {

  color: #222;

}

.fh-testimonials.style-2 i {

  color: #f7f7f7;

}

.fh-testimonials.grid .testi-item {

  margin-bottom: 40px;

}

.fh-testimonials-2 .testi-des {

  position: relative;

  margin-bottom: 15px;

  font-style: italic;

  font-size: 18px;

  padding: 50px 0 0 1px;

  border: 0;

  color: #d8d8d8;

  font-weight: 300;

}

.fh-testimonials-2 .testi-des h2 {

  font-size: 20px;

  color: #fff;

  font-style: normal;

  margin-top: 0;

  margin-bottom: 15px;

  font-weight: 400;

}

.fh-testimonials-2 .testi-des i {

  color: #fff;

  position: absolute;

  font-size: 32px;

  z-index: 99;

  top: 0;

  left: 2px;

}

.fh-testimonials-2 h4,

.fh-testimonials-2 .testi-job {

  margin-left: 100px;

  display: block;

}

.fh-testimonials-2 img {

  float: left;

  margin-left: 0;

  border-radius: 50%;

}

.fh-testimonials-2 .testi-name {

  color: #fff;

  margin-bottom: 0;

  margin-top: 10px;

  font-size: 20px;

  font-weight: 600;

}

.fh-testimonials-2 .testi-job {

  font-size: 16px;

  font-weight: 300;

  color: #ffc811;

}

.fh-testimonials-2 .owl-pagination {

  text-align: left;

  margin-top: 30px;

}

.fh-testimonials-2 .owl-pagination .owl-page span {

  width: 12px;

  height: 12px;

  border-color: #363636;

  border-radius: 50%;

  transition: 0.5s;

  background-color: #363636 !important;

}

.fh-testimonials-2 .owl-pagination .owl-page.active span,

.fh-testimonials-2 .owl-pagination .owl-page:hover span {

  border-color: #ffc811;

  background-color: #ffc811 !important;

}

.fh-testimonials-2.style-2 .testi-des {

  color: #848484;

}

.fh-testimonials-2.style-2 .testi-name,

.fh-testimonials-2.style-2 .testi-feedback,

.fh-testimonials-2.style-2 i {

  color: #222;

}

.fh-testimonials-3 {

  text-align: center;

  position: relative;

}

.fh-testimonials-3 .testi-des {

  margin-bottom: 25px;

  font-size: 24px;

  color: #eaeaea;

  font-weight: 300;

  font-style: italic;

}

.fh-testimonials-3 .testi-name,

.fh-testimonials-3 .testi-job {

  font-size: 18px;

  font-style: italic;

  display: inline-block;

  padding-bottom: 10px;

}

.fh-testimonials-3 .testi-name {

  color: #fff;

  font-weight: 400;

  font-family: 'Open Sans', sans-serif;

}

.fh-testimonials-3 .testi-job {

  color: #ffc811;

  font-size: 16px;

}

.fh-testimonials-3 .testi-star .fa {

  padding: 0 2px;

  font-size: 14px;

  color: #ffc811;

}

.fh-testimonials-3 .owl-pagination {

  margin-top: 20px;

}

.fh-testimonials-3 .owl-pagination .owl-page span {

  width: 10px;

  height: 10px;

  border-color: #ffc811;

  transition: 0.5s;

}

.fh-testimonials-3 .owl-pagination .owl-page.active span,

.fh-testimonials-3 .owl-pagination .owl-page:hover span {

  background-color: #ffc811;

}

.fh-price-table {

  text-align: center;

  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.09);

  text-shadow: 0 0 5px rgba(0, 0, 0, 0.09);

  border-radius: 10px;

  margin-bottom: 40px;

}

.fh-price-table .table-header {

  background-color: #424242;

  color: #a3a3a3;

  padding-top: 25px;

  padding-bottom: 35px;

  padding-right: 17.5%;

  padding-left: 17.5%;

  border-top-left-radius: 10px;

  border-top-right-radius: 10px;

  transition: 0.5s;

}

.fh-price-table .plan-name {

  margin: 0;

  font-size: 20px;

  font-weight: 600;

  color: #fff;

  text-transform: uppercase;

  padding-bottom: 10px;

}

.fh-price-table .price-box {

  font-size: 100px;

  font-weight: 700;

  line-height: 1;

  color: #fff;

  position: relative;

  font-family: 'Open Sans', sans-serif;

  margin-bottom: 10px;

  display: inline-block;

}

.fh-price-table .price-box .currency {

  font-size: 18px;

  font-weight: 300;

  color: #a3a3a3;

  font-family: 'Roboto', sans-serif;

  position: absolute;

  top: 17px;

  left: -12px;

  transition: 0.5s;

}

.fh-price-table .price-box .unit {

  font-size: 12px;

  font-weight: 300;

  font-style: italic;

  position: absolute;

  width: 100%;

  bottom: 10px;

  left: 85%;

  color: #a3a3a3;

  font-family: 'Roboto', sans-serif;

  transition: 0.5s;

}

.fh-price-table .table-content {

  padding-top: 10px;

  padding-bottom: 40px;

  border: 2px solid transparent;

  transition: 0.5s;

  border-top: 0;

  border-bottom-left-radius: 10px;

  border-bottom-right-radius: 10px;

}

.fh-price-table .table-content a {

  margin-top: 40px;

  border: 2px solid #f7f7f7;

  background-color: transparent;

  color: #ffc811;

  transition: 0.5s;

}

.fh-price-table ul {

  padding: 0;

  margin: 0;

  list-style: none;

}

.fh-price-table ul li {

  padding: 15px 0;

  border-bottom: 1px solid #f4f4f4;

}

.fh-price-table.promoted .table-header,

.fh-price-table:hover .table-header {

  color: #fff;

  background-color: #ffc811;

}

.fh-price-table.promoted .price-box .currency,

.fh-price-table:hover .price-box .currency,

.fh-price-table.promoted .price-box .unit,

.fh-price-table:hover .price-box .unit {

  color: #fff;

}

.fh-price-table.promoted .table-content,

.fh-price-table:hover .table-content {

  border-color: #ffc811;

}

.fh-price-table.promoted .table-content a,

.fh-price-table:hover .table-content a {

  border-color: #ffc811;

  background-color: #ffc811;

  color: #fff;

}

.fh-partner .list-item {

  margin-left: -15px;

  margin-right: -15px;

}

.fh-partner .partner-item {

  width: 100%;

  padding: 0 15px;

  text-align: center;

}

.fh-partner .partner-item .partner-content {

  border: 3px solid #f7f7f7;

  min-height: 90px;

  line-height: 82px;

}

.fh-partner .partner-item a {

  height: 100%;

  display: block;

}

.partner-dark .fh-partner .partner-content {

  border: 1px solid #ebebeb;

}

.fh-service .entry-title {

  font-size: 20px;

  padding-bottom: 5px;

}

.fh-service .entry-thumbnail {

  margin-bottom: 15px;

  position: relative;

  display: inline-block;

}

.fh-service .entry-thumbnail a {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 9999;

  background-color: transparent;

}

.fh-service .entry-thumbnail .overlay {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  opacity: 0;

  transition: 0.5s;

}

.fh-service .service-content {

  padding-bottom: 20px;

  border-bottom: 3px solid #f7f7f7;

  transition: 0.5s;

}

.fh-service .service-content:hover {

  border-color: #ffc811;

}

.fh-service .service-content:hover .entry-thumbnail .overlay {

  opacity: 1;

}

.fh-service.service-grid .service-content {

  border: none;

  padding-bottom: 30px;

}

.fh-service .owl-carousel {

  margin-left: -15px;

  margin-bottom: -15px;

}

.fh-service .owl-carousel .item-service {

  padding: 0 15px;

}

.fh-service .owl-pagination {

  position: absolute;

  right: 8px;

  top: -90px;

}

.fh-service .owl-pagination .owl-page span {

  width: 10px;

  height: 10px;

  border: 1px solid #ffc811;

  border-radius: 50%;

  transition: 0.5s;

  background-color: transparent !important;

}

.fh-service .owl-pagination .owl-page.active span,

.fh-service .owl-pagination .owl-page:hover span {

  background-color: #ffc811 !important;

}

.fh-service-3 {

  padding-top: 50px;

  color: #fff;

  text-align: center;

}

.fh-service-3 .fh-icon {

  font-size: 40px;

}

.fh-service-3 h2 {

  position: relative;

  font-size: 20px;

  font-weight: 400;

  color: #fff;

  margin-top: 0;

  padding-bottom: 18px;

  margin-bottom: 40px;

}

.fh-service-3 h2:after {

  content: '';

  position: absolute;

  bottom: 0;

  left: 50%;

  transform: translateX(-50%);

  width: 70px;

  height: 2px;

  background-color: #fff;

}

.fh-service-3 a {

  font-size: 14px;

  font-weight: 600;

  text-transform: uppercase;

  font-family: 'Open Sans', sans-serif;

  color: #fff;

  display: inline-block;

  padding: 10px 20px;

  transition: 0.5s;

}

.fh-service-3 a i {

  padding-left: 8px;

}

.fh-service-3 a:hover {

  background-color: #222;

}

.fh-service-3.dark {

  background-color: rgba(0, 0, 0, 0.1);

}

.fh-service-list ul {

  list-style: none;

  padding: 0;

  margin: 0;

}

.fh-service-list ul li {

  padding: 10px 0;

  border-bottom: 1px solid #f4f4f4;

}

.fh-service-list ul li i {

  color: #ffc811;

  padding-right: 15px;

}

.fh-service-list ul li a {

  display: block;

  color: #848484;

}

.fh-team {

  margin-bottom: 55px;

}

.fh-team .team-member {

  margin-bottom: 10px;

  position: relative;

  display: inline-block;

}

.fh-team .team-member .number {

  padding: 2px 10px;

  position: absolute;

  bottom: 35px;

  left: 45px;

  background-color: #222;

  color: #fff;

  opacity: 0;

  transition: 0.5s;

}

.fh-team .team-member .number:after {

  position: absolute;

  content: '';

  bottom: -10px;

  left: 0;

  border-left: 5px solid #222;

  border-right: 5px solid transparent;

  border-bottom: 5px solid transparent;

  border-top: 5px solid #222;

  z-index: 998;

}

.fh-team .team-member .overlay {

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

}

.fh-team .team-member .overlay {

  opacity: 0;

  transition: 0.5s;

}

.fh-team:hover .team-member .overlay {

  opacity: 1;

}

.fh-team ul {

  list-style: none;

  padding: 0;

  margin: 0;

}

.fh-team ul li {

  display: inline-block;

  padding-right: 15px;

  padding-left: 15px;

}

.fh-team ul li:first-child {

  padding-left: 0;

}

.fh-team ul li:last-child {

  padding-right: 0;

}

.fh-team ul li a {

  display: block;

  text-align: center;

  color: #b4b4b4;

  transition: 0.5s;

  font-size: 16px;

}

.fh-team ul li:hover a {

  color: #ffc811;

}

.fh-team .info p {

  margin-bottom: 15px;

}

.fh-team h4 {

  font-size: 20px;

  margin-bottom: 0;

  margin-top: 0;

  font-weight: 600;

}

.fh-team .job {

  color: #ffc811;

  font-size: 16px;

  font-weight: 300;

  display: block;

  margin-bottom: 10px;

}

.fh-team.style-2 {

  text-align: center;

}

.fh-team.style-2 .team-member {

  margin-bottom: 20px;

}

.fh-team.style-2 .socials {

  position: relative;

  padding-top: 20px;

}

.fh-team.style-2 .socials:before {

  content: '';

  position: absolute;

  top: 0;

  left: 50%;

  transform: translateX(-50%);

  height: 1px;

  width: 26%;

  background-color: #f4f4f4;

  transition: 0.5s;

}

.fh-team.style-2:hover .socials:before {

  width: 65%;

  background-color: #ffc811;

}

.fh-accordion.vc_tta-accordion .vc_tta-panel-heading {

  border-radius: 0 !important;

}

.fh-accordion.vc_tta-accordion .vc_tta-panel-title a {

  color: #222 !important;

  padding: 20px !important;

  background-color: #f7f7f7 !important;

  cursor: pointer;

  transition: 0.5s !important;

}

.fh-accordion.vc_tta-accordion .vc_tta-panel-title a i {

  font-size: 18px !important;

  position: absolute;

  right: 15px;

  margin-left: 0;

  top: 30px;

}

.fh-accordion.vc_tta-accordion .vc_tta-panel-title a span {

  margin-left: 0 !important;

}

.fh-accordion.vc_tta-accordion .vc_tta-panel-body {

  background-color: #fff !important;

  padding: 25px 20px !important;

  border-radius: 0 !important;

}

.fh-accordion.style-2.vc_tta-accordion .vc_tta-panel-title a {

  color: #222 !important;

  padding: 18px 20px !important;

  background-color: #fff !important;

}

.fh-accordion.style-2.vc_tta-accordion .vc_tta-panel-title a i {

  font-size: 18px !important;

  position: absolute;

  right: 15px;

  margin-left: 0;

  top: 30px;

}

.fh-accordion.style-2.vc_tta-accordion .vc_tta-panel-title a:hover {

  color: #ffc811 !important;

}

.fh-accordion.style-2.vc_tta-accordion .vc_tta-panel-body {

  background-color: #fff !important;

  padding: 5px 20px 10px 20px !important;

  border-top: 0 !important;

}

div.fh-button {

  margin-bottom: 0;

}

div.fh-button .vc_btn3.vc_btn3-style-custom {

  background: none;

}

div.fh-button .vc_btn3.vc_btn3-style-custom.vc_btn3-size-md {

  padding: 0;

  font-size: 16px;

  font-weight: 700;

  font-family: 'Open Sans', sans-serif;

}

div.fh-button .vc_btn3.vc_btn3-style-custom.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {

  padding-right: 0;

}

div.fh-button .vc_btn3.vc_btn3-style-custom.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {

  right: -13px;

  font-weight: 700;

}

div.fh-button .vc_btn3.vc_btn3-style-custom:hover,

div.fh-button .vc_btn3.vc_btn3-style-custom:focus,

div.fh-button .vc_btn3.vc_btn3-style-custom:active,

div.fh-button .vc_btn3.vc_btn3-style-custom:visited {

  background: none;

}

.about-btn a {

  background-image: none !important;

  background-color: transparent !important;

  border: 2px solid #f7f7f7 !important;

  color: #ffc811 !important;

  font-weight: 700;

  font-family: 'Open Sans', sans-serif;

  min-width: 160px;

  min-height: 50px;

  line-height: 50px;

  border-radius: 50px !important;

}

.service-tabs .vc_tta-tabs-container {

  margin: 0 !important;

}

.service-tabs .vc_tta-tabs-list {

  background-color: #04192b;

}

.service-tabs .vc_tta-tabs-list li,

.service-tabs .vc_tta-tabs-list li a {

  background-color: transparent !important;

  border-radius: 0 !important;

  border: 0 !important;

}

.service-tabs .vc_tta-tabs-list li {

  padding: 15px 0 !important;

}

.service-tabs .vc_tta-tabs-list li a {

  color: #fff !important;

  padding-top: 0 !important;

  padding-bottom: 0 !important;

  border-right: 1px solid rgba(255, 255, 255, 0.25) !important;

}

.service-tabs .vc_tta-tabs-list li:hover a,

.service-tabs .vc_tta-tabs-list li.vc_active a {

  color: #ffc811 !important;

  border-color: #ffc811;

}

.service-tabs .vc_tta-tabs-list li:last-child a {

  border: 0 !important;

}

div.wpcf7 {

	margin: 0;

	padding: 0;

}



div.wpcf7-response-output {

	margin: 2em 0.5em 1em;

	padding: 0.2em 1em;

}



div.wpcf7 .screen-reader-response {

	position: absolute;

	overflow: hidden;

	clip: rect(1px, 1px, 1px, 1px);

	height: 1px;

	width: 1px;

	margin: 0;

	padding: 0;

	border: 0;

}



div.wpcf7-mail-sent-ok {

	border: 2px solid #398f14;

}



div.wpcf7-mail-sent-ng {

	border: 2px solid #ff0000;

}



div.wpcf7-spam-blocked {

	border: 2px solid #ffa500;

}



div.wpcf7-validation-errors {

	border: 2px solid #f7e700;

}



.wpcf7-form-control-wrap {

	position: relative;

}



span.wpcf7-not-valid-tip {

	color: #f00;

	font-size: 1em;

	font-weight: normal;

	display: block;

}



.use-floating-validation-tip span.wpcf7-not-valid-tip {

	position: absolute;

	top: 20%;

	left: 20%;

	z-index: 100;

	border: 1px solid #ff0000;

	background: #fff;

	padding: .2em .8em;

}



span.wpcf7-list-item {

	display: inline-block;

	margin: 0 0 0 1em;

}



span.wpcf7-list-item-label::before,

span.wpcf7-list-item-label::after {

	content: " ";

}



.wpcf7-display-none {

	display: none;

}



div.wpcf7 .ajax-loader {

	visibility: hidden;

	display: inline-block;

	background-image: url('./img/ajax-loader.gif');

	width: 16px;

	height: 16px;

	border: none;

	padding: 0;

	margin: 0 0 0 4px;

	vertical-align: middle;

}



div.wpcf7 .ajax-loader.is-active {

	visibility: visible;

}



div.wpcf7 div.ajax-error {

	display: none;

}



div.wpcf7 .placeheld {

	color: #888;

}



div.wpcf7 .wpcf7-recaptcha iframe {

	margin-bottom: 0;

}



div.wpcf7 input[type="file"] {

	cursor: pointer;

}



div.wpcf7 input[type="file"]:disabled {

	cursor: default;

}

@font-face {

    font-family: "Flaticon";

    src: url("./fonts/Flaticon.eot");

    src: url("./fonts/Flaticon.eot?#iefix") format("embedded-opentype"),

    url("./fonts/Flaticon.woff") format("woff"),

    url("./fonts/Flaticon.ttf") format("truetype"),

    url("./fonts/Flaticon.svg#Flaticon") format("svg");

    font-weight: normal;

    font-style: normal;

}



[class^="flaticon-"]:before, [class*=" flaticon-"]:before,

[class^="flaticon-"]:after, [class*=" flaticon-"]:after {

    font-family: Flaticon;

    font-size: 20px;

    font-style: normal;

}



.flaticon-technology-2:before { content: "\f100"; }

.flaticon-clock:before { content: "\f101"; }

.flaticon-music:before { content: "\f102"; }

.flaticon-road:before { content: "\f103"; }

.flaticon-multiply:before { content: "\f104"; }

.flaticon-nature:before { content: "\f105"; }

.flaticon-piston:before { content: "\f106"; }

.flaticon-drawing:before { content: "\f107"; }

.flaticon-wind:before { content: "\f108"; }

.flaticon-folder:before { content: "\f109"; }

.flaticon-tool:before { content: "\f10a"; }

.flaticon-box:before { content: "\f10b"; }

.flaticon-mark:before { content: "\f10c"; }

.flaticon-avatar:before { content: "\f10d"; }

.flaticon-pencil:before { content: "\f10e"; }

.flaticon-wrench:before { content: "\f10f"; }

.flaticon-check:before { content: "\f110"; }

.flaticon-interface:before { content: "\f111"; }

.flaticon-globe:before { content: "\f112"; }

.flaticon-global:before { content: "\f113"; }

.flaticon-science-1:before { content: "\f114"; }

.flaticon-mathematics:before { content: "\f115"; }

.flaticon-science:before { content: "\f116"; }

.flaticon-business:before { content: "\f117"; }

.flaticon-web:before { content: "\f118"; }

.flaticon-technology-1:before { content: "\f119"; }

.flaticon-technology:before { content: "\f11a"; }

.flaticon-gps:before { content: "\f11b"; }

.flaticon-pin:before { content: "\f11c"; }

.flaticon-signs:before { content: "\f11d"; }

@font-face {



  font-family: 'factoryplus';



  src:  url('./fonts/factoryplus.eot?eh9c5e');



  src:  url('./fonts/factoryplus.eot?eh9c5e#iefix') format('embedded-opentype'),



  url('./fonts/factoryplus.ttf?eh9c5e') format('truetype'),



  url('./fonts/factoryplus.woff?eh9c5e') format('woff'),



  url('./fonts/factoryplus.svg?eh9c5e#factoryplus') format('svg');



  font-weight: normal;



  font-style: normal;



}







[class^="factory-"], [class*=" factory-"] {



  /* use !important to prevent issues with browser extensions that change fonts */



  font-family: 'factoryplus' !important;



  speak: none;



  font-style: normal;



  font-weight: normal;



  font-variant: normal;



  text-transform: none;



  line-height: 1;







  /* Better Font Rendering =========== */



  -webkit-font-smoothing: antialiased;



  -moz-osx-font-smoothing: grayscale;



}







.factory-cogs-on-wheels-interface-symbol-for-settings-edition-button:before {



  content: "\e91a";



}



.factory-folder:before {



  content: "\e91b";



}



.factory-interface:before {



  content: "\e91c";



}



.factory-mill:before {



  content: "\e91d";



}



.factory-nature:before {



  content: "\e91e";



}



.factory-left-quotes-sign:before {



  content: "\e914";



}



.factory-mechanic:before {



  content: "\e915";



}



.factory-quality:before {



  content: "\e916";



}



.factory-science:before {



  content: "\e917";



}



.factory-tool:before {



  content: "\e918";



}



.factory-wrench:before {



  content: "\e919";



}



.factory-badge:before {



  content: "\e900";



}



.factory-business:before {



  content: "\e901";



}



.factory-check:before {



  content: "\e902";



}



.factory-cogwheel:before {



  content: "\e903";



}



.factory-internet:before {



  content: "\e904";



}



.factory-layers:before {



  content: "\e905";



}



.factory-leaf:before {



  content: "\e906";



}



.factory-link:before {



  content: "\e907";



}



.factory-motor:before {



  content: "\e908";



}



.factory-people:before {



  content: "\e909";



}



.factory-people-1:before {



  content: "\e90a";



}



.factory-power:before {



  content: "\e90b";



}



.factory-science2:before {



  content: "\e90c";



}



.factory-technology:before {



  content: "\e90d";



}



.factory-technology-1:before {



  content: "\e90e";



}



.factory-technology-2:before {



  content: "\e90f";



}



.factory-text:before {



  content: "\e910";



}



.factory-tool2:before {



  content: "\e911";



}



.factory-travel:before {



  content: "\e912";



}



.factory-wall-clock:before {



  content: "\e913";



}

@font-face {

    font-family: "Flaticon";

    src: url("./fonts/Flaticon.eot");

    src: url("./fonts/Flaticon.eot?#iefix") format("embedded-opentype"),

    url("./fonts/Flaticon.woff") format("woff"),

    url("./fonts/Flaticon.ttf") format("truetype"),

    url("./fonts/Flaticon.svg#Flaticon") format("svg");

    font-weight: normal;

    font-style: normal;

}



[class^="flaticon-"]:before, [class*=" flaticon-"]:before,

[class^="flaticon-"]:after, [class*=" flaticon-"]:after {

    font-family: Flaticon;

    font-size: 20px;

    font-style: normal;

}



.flaticon-technology-2:before { content: "\f100"; }

.flaticon-clock:before { content: "\f101"; }

.flaticon-music:before { content: "\f102"; }

.flaticon-road:before { content: "\f103"; }

.flaticon-multiply:before { content: "\f104"; }

.flaticon-nature:before { content: "\f105"; }

.flaticon-piston:before { content: "\f106"; }

.flaticon-drawing:before { content: "\f107"; }

.flaticon-wind:before { content: "\f108"; }

.flaticon-folder:before { content: "\f109"; }

.flaticon-tool:before { content: "\f10a"; }

.flaticon-box:before { content: "\f10b"; }

.flaticon-mark:before { content: "\f10c"; }

.flaticon-avatar:before { content: "\f10d"; }

.flaticon-pencil:before { content: "\f10e"; }

.flaticon-wrench:before { content: "\f10f"; }

.flaticon-check:before { content: "\f110"; }

.flaticon-interface:before { content: "\f111"; }

.flaticon-globe:before { content: "\f112"; }

.flaticon-global:before { content: "\f113"; }

.flaticon-science-1:before { content: "\f114"; }

.flaticon-mathematics:before { content: "\f115"; }

.flaticon-science:before { content: "\f116"; }

.flaticon-business:before { content: "\f117"; }

.flaticon-web:before { content: "\f118"; }

.flaticon-technology-1:before { content: "\f119"; }

.flaticon-technology:before { content: "\f11a"; }

.flaticon-gps:before { content: "\f11b"; }

.flaticon-pin:before { content: "\f11c"; }

.flaticon-signs:before { content: "\f11d"; }

/*!

 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome

 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)

 */

/* FONT PATH

 * -------------------------- */

@font-face {

  font-family: 'FontAwesome';

  src: url('./fonts/fontawesome-webfont.eot?v=4.4.0');

  src: url('./fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('./fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('./fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('./fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('./fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');

  font-weight: normal;

  font-style: normal;

}

.fa {

  display: inline-block;

  font: normal normal normal 14px/1 FontAwesome;

  font-size: inherit;

  text-rendering: auto;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}

/* makes the font 33% larger relative to the icon container */

.fa-lg {

  font-size: 1.33333333em;

  line-height: 0.75em;

  vertical-align: -15%;

}

.fa-2x {

  font-size: 2em;

}

.fa-3x {

  font-size: 3em;

}

.fa-4x {

  font-size: 4em;

}

.fa-5x {

  font-size: 5em;

}

.fa-fw {

  width: 1.28571429em;

  text-align: center;

}

.fa-ul {

  padding-left: 0;

  margin-left: 2.14285714em;

  list-style-type: none;

}

.fa-ul > li {

  position: relative;

}

.fa-li {

  position: absolute;

  left: -2.14285714em;

  width: 2.14285714em;

  top: 0.14285714em;

  text-align: center;

}

.fa-li.fa-lg {

  left: -1.85714286em;

}

.fa-border {

  padding: .2em .25em .15em;

  border: solid 0.08em #eeeeee;

  border-radius: .1em;

}

.fa-pull-left {

  float: left;

}

.fa-pull-right {

  float: right;

}

.fa.fa-pull-left {

  margin-right: .3em;

}

.fa.fa-pull-right {

  margin-left: .3em;

}

/* Deprecated as of 4.4.0 */

.pull-right {

  float: right;

}

.pull-left {

  float: left;

}

.fa.pull-left {

  margin-right: .3em;

}

.fa.pull-right {

  margin-left: .3em;

}

.fa-spin {

  -webkit-animation: fa-spin 2s infinite linear;

  animation: fa-spin 2s infinite linear;

}

.fa-pulse {

  -webkit-animation: fa-spin 1s infinite steps(8);

  animation: fa-spin 1s infinite steps(8);

}

@-webkit-keyframes fa-spin {

  0% {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(359deg);

    transform: rotate(359deg);

  }

}

@keyframes fa-spin {

  0% {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(359deg);

    transform: rotate(359deg);

  }

}

.fa-rotate-90 {

  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);

  -webkit-transform: rotate(90deg);

  -ms-transform: rotate(90deg);

  transform: rotate(90deg);

}

.fa-rotate-180 {

  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);

  -webkit-transform: rotate(180deg);

  -ms-transform: rotate(180deg);

  transform: rotate(180deg);

}

.fa-rotate-270 {

  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

  -webkit-transform: rotate(270deg);

  -ms-transform: rotate(270deg);

  transform: rotate(270deg);

}

.fa-flip-horizontal {

  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);

  -webkit-transform: scale(-1, 1);

  -ms-transform: scale(-1, 1);

  transform: scale(-1, 1);

}

.fa-flip-vertical {

  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);

  -webkit-transform: scale(1, -1);

  -ms-transform: scale(1, -1);

  transform: scale(1, -1);

}

:root .fa-rotate-90,

:root .fa-rotate-180,

:root .fa-rotate-270,

:root .fa-flip-horizontal,

:root .fa-flip-vertical {

  filter: none;

}

.fa-stack {

  position: relative;

  display: inline-block;

  width: 2em;

  height: 2em;

  line-height: 2em;

  vertical-align: middle;

}

.fa-stack-1x,

.fa-stack-2x {

  position: absolute;

  left: 0;

  width: 100%;

  text-align: center;

}

.fa-stack-1x {

  line-height: inherit;

}

.fa-stack-2x {

  font-size: 2em;

}

.fa-inverse {

  color: #ffffff;

}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen

   readers do not read off random characters that represent icons */

.fa-glass:before {

  content: "\f000";

}

.fa-music:before {

  content: "\f001";

}

.fa-search:before {

  content: "\f002";

}

.fa-envelope-o:before {

  content: "\f003";

}

.fa-heart:before {

  content: "\f004";

}

.fa-star:before {

  content: "\f005";

}

.fa-star-o:before {

  content: "\f006";

}

.fa-user:before {

  content: "\f007";

}

.fa-film:before {

  content: "\f008";

}

.fa-th-large:before {

  content: "\f009";

}

.fa-th:before {

  content: "\f00a";

}

.fa-th-list:before {

  content: "\f00b";

}

.fa-check:before {

  content: "\f00c";

}

.fa-remove:before,

.fa-close:before,

.fa-times:before {

  content: "\f00d";

}

.fa-search-plus:before {

  content: "\f00e";

}

.fa-search-minus:before {

  content: "\f010";

}

.fa-power-off:before {

  content: "\f011";

}

.fa-signal:before {

  content: "\f012";

}

.fa-gear:before,

.fa-cog:before {

  content: "\f013";

}

.fa-trash-o:before {

  content: "\f014";

}

.fa-home:before {

  content: "\f015";

}

.fa-file-o:before {

  content: "\f016";

}

.fa-clock-o:before {

  content: "\f017";

}

.fa-road:before {

  content: "\f018";

}

.fa-download:before {

  content: "\f019";

}

.fa-arrow-circle-o-down:before {

  content: "\f01a";

}

.fa-arrow-circle-o-up:before {

  content: "\f01b";

}

.fa-inbox:before {

  content: "\f01c";

}

.fa-play-circle-o:before {

  content: "\f01d";

}

.fa-rotate-right:before,

.fa-repeat:before {

  content: "\f01e";

}

.fa-refresh:before {

  content: "\f021";

}

.fa-list-alt:before {

  content: "\f022";

}

.fa-lock:before {

  content: "\f023";

}

.fa-flag:before {

  content: "\f024";

}

.fa-headphones:before {

  content: "\f025";

}

.fa-volume-off:before {

  content: "\f026";

}

.fa-volume-down:before {

  content: "\f027";

}

.fa-volume-up:before {

  content: "\f028";

}

.fa-qrcode:before {

  content: "\f029";

}

.fa-barcode:before {

  content: "\f02a";

}

.fa-tag:before {

  content: "\f02b";

}

.fa-tags:before {

  content: "\f02c";

}

.fa-book:before {

  content: "\f02d";

}

.fa-bookmark:before {

  content: "\f02e";

}

.fa-print:before {

  content: "\f02f";

}

.fa-camera:before {

  content: "\f030";

}

.fa-font:before {

  content: "\f031";

}

.fa-bold:before {

  content: "\f032";

}

.fa-italic:before {

  content: "\f033";

}

.fa-text-height:before {

  content: "\f034";

}

.fa-text-width:before {

  content: "\f035";

}

.fa-align-left:before {

  content: "\f036";

}

.fa-align-center:before {

  content: "\f037";

}

.fa-align-right:before {

  content: "\f038";

}

.fa-align-justify:before {

  content: "\f039";

}

.fa-list:before {

  content: "\f03a";

}

.fa-dedent:before,

.fa-outdent:before {

  content: "\f03b";

}

.fa-indent:before {

  content: "\f03c";

}

.fa-video-camera:before {

  content: "\f03d";

}

.fa-photo:before,

.fa-image:before,

.fa-picture-o:before {

  content: "\f03e";

}

.fa-pencil:before {

  content: "\f040";

}

.fa-map-marker:before {

  content: "\f041";

}

.fa-adjust:before {

  content: "\f042";

}

.fa-tint:before {

  content: "\f043";

}

.fa-edit:before,

.fa-pencil-square-o:before {

  content: "\f044";

}

.fa-share-square-o:before {

  content: "\f045";

}

.fa-check-square-o:before {

  content: "\f046";

}

.fa-arrows:before {

  content: "\f047";

}

.fa-step-backward:before {

  content: "\f048";

}

.fa-fast-backward:before {

  content: "\f049";

}

.fa-backward:before {

  content: "\f04a";

}

.fa-play:before {

  content: "\f04b";

}

.fa-pause:before {

  content: "\f04c";

}

.fa-stop:before {

  content: "\f04d";

}

.fa-forward:before {

  content: "\f04e";

}

.fa-fast-forward:before {

  content: "\f050";

}

.fa-step-forward:before {

  content: "\f051";

}

.fa-eject:before {

  content: "\f052";

}

.fa-chevron-left:before {

  content: "\f053";

}

.fa-chevron-right:before {

  content: "\f054";

}

.fa-plus-circle:before {

  content: "\f055";

}

.fa-minus-circle:before {

  content: "\f056";

}

.fa-times-circle:before {

  content: "\f057";

}

.fa-check-circle:before {

  content: "\f058";

}

.fa-question-circle:before {

  content: "\f059";

}

.fa-info-circle:before {

  content: "\f05a";

}

.fa-crosshairs:before {

  content: "\f05b";

}

.fa-times-circle-o:before {

  content: "\f05c";

}

.fa-check-circle-o:before {

  content: "\f05d";

}

.fa-ban:before {

  content: "\f05e";

}

.fa-arrow-left:before {

  content: "\f060";

}

.fa-arrow-right:before {

  content: "\f061";

}

.fa-arrow-up:before {

  content: "\f062";

}

.fa-arrow-down:before {

  content: "\f063";

}

.fa-mail-forward:before,

.fa-share:before {

  content: "\f064";

}

.fa-expand:before {

  content: "\f065";

}

.fa-compress:before {

  content: "\f066";

}

.fa-plus:before {

  content: "\f067";

}

.fa-minus:before {

  content: "\f068";

}

.fa-asterisk:before {

  content: "\f069";

}

.fa-exclamation-circle:before {

  content: "\f06a";

}

.fa-gift:before {

  content: "\f06b";

}

.fa-leaf:before {

  content: "\f06c";

}

.fa-fire:before {

  content: "\f06d";

}

.fa-eye:before {

  content: "\f06e";

}

.fa-eye-slash:before {

  content: "\f070";

}

.fa-warning:before,

.fa-exclamation-triangle:before {

  content: "\f071";

}

.fa-plane:before {

  content: "\f072";

}

.fa-calendar:before {

  content: "\f073";

}

.fa-random:before {

  content: "\f074";

}

.fa-comment:before {

  content: "\f075";

}

.fa-magnet:before {

  content: "\f076";

}

.fa-chevron-up:before {

  content: "\f077";

}

.fa-chevron-down:before {

  content: "\f078";

}

.fa-retweet:before {

  content: "\f079";

}

.fa-shopping-cart:before {

  content: "\f07a";

}

.fa-folder:before {

  content: "\f07b";

}

.fa-folder-open:before {

  content: "\f07c";

}

.fa-arrows-v:before {

  content: "\f07d";

}

.fa-arrows-h:before {

  content: "\f07e";

}

.fa-bar-chart-o:before,

.fa-bar-chart:before {

  content: "\f080";

}

.fa-twitter-square:before {

  content: "\f081";

}

.fa-facebook-square:before {

  content: "\f082";

}

.fa-camera-retro:before {

  content: "\f083";

}

.fa-key:before {

  content: "\f084";

}

.fa-gears:before,

.fa-cogs:before {

  content: "\f085";

}

.fa-comments:before {

  content: "\f086";

}

.fa-thumbs-o-up:before {

  content: "\f087";

}

.fa-thumbs-o-down:before {

  content: "\f088";

}

.fa-star-half:before {

  content: "\f089";

}

.fa-heart-o:before {

  content: "\f08a";

}

.fa-sign-out:before {

  content: "\f08b";

}

.fa-linkedin-square:before {

  content: "\f08c";

}

.fa-thumb-tack:before {

  content: "\f08d";

}

.fa-external-link:before {

  content: "\f08e";

}

.fa-sign-in:before {

  content: "\f090";

}

.fa-trophy:before {

  content: "\f091";

}

.fa-github-square:before {

  content: "\f092";

}

.fa-upload:before {

  content: "\f093";

}

.fa-lemon-o:before {

  content: "\f094";

}

.fa-phone:before {

  content: "\f095";

}

.fa-square-o:before {

  content: "\f096";

}

.fa-bookmark-o:before {

  content: "\f097";

}

.fa-phone-square:before {

  content: "\f098";

}

.fa-twitter:before {

  content: "\f099";

}

.fa-facebook-f:before,

.fa-facebook:before {

  content: "\f09a";

}

.fa-github:before {

  content: "\f09b";

}

.fa-unlock:before {

  content: "\f09c";

}

.fa-credit-card:before {

  content: "\f09d";

}

.fa-feed:before,

.fa-rss:before {

  content: "\f09e";

}

.fa-hdd-o:before {

  content: "\f0a0";

}

.fa-bullhorn:before {

  content: "\f0a1";

}

.fa-bell:before {

  content: "\f0f3";

}

.fa-certificate:before {

  content: "\f0a3";

}

.fa-hand-o-right:before {

  content: "\f0a4";

}

.fa-hand-o-left:before {

  content: "\f0a5";

}

.fa-hand-o-up:before {

  content: "\f0a6";

}

.fa-hand-o-down:before {

  content: "\f0a7";

}

.fa-arrow-circle-left:before {

  content: "\f0a8";

}

.fa-arrow-circle-right:before {

  content: "\f0a9";

}

.fa-arrow-circle-up:before {

  content: "\f0aa";

}

.fa-arrow-circle-down:before {

  content: "\f0ab";

}

.fa-globe:before {

  content: "\f0ac";

}

.fa-wrench:before {

  content: "\f0ad";

}

.fa-tasks:before {

  content: "\f0ae";

}

.fa-filter:before {

  content: "\f0b0";

}

.fa-briefcase:before {

  content: "\f0b1";

}

.fa-arrows-alt:before {

  content: "\f0b2";

}

.fa-group:before,

.fa-users:before {

  content: "\f0c0";

}

.fa-chain:before,

.fa-link:before {

  content: "\f0c1";

}

.fa-cloud:before {

  content: "\f0c2";

}

.fa-flask:before {

  content: "\f0c3";

}

.fa-cut:before,

.fa-scissors:before {

  content: "\f0c4";

}

.fa-copy:before,

.fa-files-o:before {

  content: "\f0c5";

}

.fa-paperclip:before {

  content: "\f0c6";

}

.fa-save:before,

.fa-floppy-o:before {

  content: "\f0c7";

}

.fa-square:before {

  content: "\f0c8";

}

.fa-navicon:before,

.fa-reorder:before,

.fa-bars:before {

  content: "\f0c9";

}

.fa-list-ul:before {

  content: "\f0ca";

}

.fa-list-ol:before {

  content: "\f0cb";

}

.fa-strikethrough:before {

  content: "\f0cc";

}

.fa-underline:before {

  content: "\f0cd";

}

.fa-table:before {

  content: "\f0ce";

}

.fa-magic:before {

  content: "\f0d0";

}

.fa-truck:before {

  content: "\f0d1";

}

.fa-pinterest:before {

  content: "\f0d2";

}

.fa-pinterest-square:before {

  content: "\f0d3";

}

.fa-google-plus-square:before {

  content: "\f0d4";

}

.fa-google-plus:before {

  content: "\f0d5";

}

.fa-money:before {

  content: "\f0d6";

}

.fa-caret-down:before {

  content: "\f0d7";

}

.fa-caret-up:before {

  content: "\f0d8";

}

.fa-caret-left:before {

  content: "\f0d9";

}

.fa-caret-right:before {

  content: "\f0da";

}

.fa-columns:before {

  content: "\f0db";

}

.fa-unsorted:before,

.fa-sort:before {

  content: "\f0dc";

}

.fa-sort-down:before,

.fa-sort-desc:before {

  content: "\f0dd";

}

.fa-sort-up:before,

.fa-sort-asc:before {

  content: "\f0de";

}

.fa-envelope:before {

  content: "\f0e0";

}

.fa-linkedin:before {

  content: "\f0e1";

}

.fa-rotate-left:before,

.fa-undo:before {

  content: "\f0e2";

}

.fa-legal:before,

.fa-gavel:before {

  content: "\f0e3";

}

.fa-dashboard:before,

.fa-tachometer:before {

  content: "\f0e4";

}

.fa-comment-o:before {

  content: "\f0e5";

}

.fa-comments-o:before {

  content: "\f0e6";

}

.fa-flash:before,

.fa-bolt:before {

  content: "\f0e7";

}

.fa-sitemap:before {

  content: "\f0e8";

}

.fa-umbrella:before {

  content: "\f0e9";

}

.fa-paste:before,

.fa-clipboard:before {

  content: "\f0ea";

}

.fa-lightbulb-o:before {

  content: "\f0eb";

}

.fa-exchange:before {

  content: "\f0ec";

}

.fa-cloud-download:before {

  content: "\f0ed";

}

.fa-cloud-upload:before {

  content: "\f0ee";

}

.fa-user-md:before {

  content: "\f0f0";

}

.fa-stethoscope:before {

  content: "\f0f1";

}

.fa-suitcase:before {

  content: "\f0f2";

}

.fa-bell-o:before {

  content: "\f0a2";

}

.fa-coffee:before {

  content: "\f0f4";

}

.fa-cutlery:before {

  content: "\f0f5";

}

.fa-file-text-o:before {

  content: "\f0f6";

}

.fa-building-o:before {

  content: "\f0f7";

}

.fa-hospital-o:before {

  content: "\f0f8";

}

.fa-ambulance:before {

  content: "\f0f9";

}

.fa-medkit:before {

  content: "\f0fa";

}

.fa-fighter-jet:before {

  content: "\f0fb";

}

.fa-beer:before {

  content: "\f0fc";

}

.fa-h-square:before {

  content: "\f0fd";

}

.fa-plus-square:before {

  content: "\f0fe";

}

.fa-angle-double-left:before {

  content: "\f100";

}

.fa-angle-double-right:before {

  content: "\f101";

}

.fa-angle-double-up:before {

  content: "\f102";

}

.fa-angle-double-down:before {

  content: "\f103";

}

.fa-angle-left:before {

  content: "\f104";

}

.fa-angle-right:before {

  content: "\f105";

}

.fa-angle-up:before {

  content: "\f106";

}

.fa-angle-down:before {

  content: "\f107";

}

.fa-desktop:before {

  content: "\f108";

}

.fa-laptop:before {

  content: "\f109";

}

.fa-tablet:before {

  content: "\f10a";

}

.fa-mobile-phone:before,

.fa-mobile:before {

  content: "\f10b";

}

.fa-circle-o:before {

  content: "\f10c";

}

.fa-quote-left:before {

  content: "\f10d";

}

.fa-quote-right:before {

  content: "\f10e";

}

.fa-spinner:before {

  content: "\f110";

}

.fa-circle:before {

  content: "\f111";

}

.fa-mail-reply:before,

.fa-reply:before {

  content: "\f112";

}

.fa-github-alt:before {

  content: "\f113";

}

.fa-folder-o:before {

  content: "\f114";

}

.fa-folder-open-o:before {

  content: "\f115";

}

.fa-smile-o:before {

  content: "\f118";

}

.fa-frown-o:before {

  content: "\f119";

}

.fa-meh-o:before {

  content: "\f11a";

}

.fa-gamepad:before {

  content: "\f11b";

}

.fa-keyboard-o:before {

  content: "\f11c";

}

.fa-flag-o:before {

  content: "\f11d";

}

.fa-flag-checkered:before {

  content: "\f11e";

}

.fa-terminal:before {

  content: "\f120";

}

.fa-code:before {

  content: "\f121";

}

.fa-mail-reply-all:before,

.fa-reply-all:before {

  content: "\f122";

}

.fa-star-half-empty:before,

.fa-star-half-full:before,

.fa-star-half-o:before {

  content: "\f123";

}

.fa-location-arrow:before {

  content: "\f124";

}

.fa-crop:before {

  content: "\f125";

}

.fa-code-fork:before {

  content: "\f126";

}

.fa-unlink:before,

.fa-chain-broken:before {

  content: "\f127";

}

.fa-question:before {

  content: "\f128";

}

.fa-info:before {

  content: "\f129";

}

.fa-exclamation:before {

  content: "\f12a";

}

.fa-superscript:before {

  content: "\f12b";

}

.fa-subscript:before {

  content: "\f12c";

}

.fa-eraser:before {

  content: "\f12d";

}

.fa-puzzle-piece:before {

  content: "\f12e";

}

.fa-microphone:before {

  content: "\f130";

}

.fa-microphone-slash:before {

  content: "\f131";

}

.fa-shield:before {

  content: "\f132";

}

.fa-calendar-o:before {

  content: "\f133";

}

.fa-fire-extinguisher:before {

  content: "\f134";

}

.fa-rocket:before {

  content: "\f135";

}

.fa-maxcdn:before {

  content: "\f136";

}

.fa-chevron-circle-left:before {

  content: "\f137";

}

.fa-chevron-circle-right:before {

  content: "\f138";

}

.fa-chevron-circle-up:before {

  content: "\f139";

}

.fa-chevron-circle-down:before {

  content: "\f13a";

}

.fa-html5:before {

  content: "\f13b";

}

.fa-css3:before {

  content: "\f13c";

}

.fa-anchor:before {

  content: "\f13d";

}

.fa-unlock-alt:before {

  content: "\f13e";

}

.fa-bullseye:before {

  content: "\f140";

}

.fa-ellipsis-h:before {

  content: "\f141";

}

.fa-ellipsis-v:before {

  content: "\f142";

}

.fa-rss-square:before {

  content: "\f143";

}

.fa-play-circle:before {

  content: "\f144";

}

.fa-ticket:before {

  content: "\f145";

}

.fa-minus-square:before {

  content: "\f146";

}

.fa-minus-square-o:before {

  content: "\f147";

}

.fa-level-up:before {

  content: "\f148";

}

.fa-level-down:before {

  content: "\f149";

}

.fa-check-square:before {

  content: "\f14a";

}

.fa-pencil-square:before {

  content: "\f14b";

}

.fa-external-link-square:before {

  content: "\f14c";

}

.fa-share-square:before {

  content: "\f14d";

}

.fa-compass:before {

  content: "\f14e";

}

.fa-toggle-down:before,

.fa-caret-square-o-down:before {

  content: "\f150";

}

.fa-toggle-up:before,

.fa-caret-square-o-up:before {

  content: "\f151";

}

.fa-toggle-right:before,

.fa-caret-square-o-right:before {

  content: "\f152";

}

.fa-euro:before,

.fa-eur:before {

  content: "\f153";

}

.fa-gbp:before {

  content: "\f154";

}

.fa-dollar:before,

.fa-usd:before {

  content: "\f155";

}

.fa-rupee:before,

.fa-inr:before {

  content: "\f156";

}

.fa-cny:before,

.fa-rmb:before,

.fa-yen:before,

.fa-jpy:before {

  content: "\f157";

}

.fa-ruble:before,

.fa-rouble:before,

.fa-rub:before {

  content: "\f158";

}

.fa-won:before,

.fa-krw:before {

  content: "\f159";

}

.fa-bitcoin:before,

.fa-btc:before {

  content: "\f15a";

}

.fa-file:before {

  content: "\f15b";

}

.fa-file-text:before {

  content: "\f15c";

}

.fa-sort-alpha-asc:before {

  content: "\f15d";

}

.fa-sort-alpha-desc:before {

  content: "\f15e";

}

.fa-sort-amount-asc:before {

  content: "\f160";

}

.fa-sort-amount-desc:before {

  content: "\f161";

}

.fa-sort-numeric-asc:before {

  content: "\f162";

}

.fa-sort-numeric-desc:before {

  content: "\f163";

}

.fa-thumbs-up:before {

  content: "\f164";

}

.fa-thumbs-down:before {

  content: "\f165";

}

.fa-youtube-square:before {

  content: "\f166";

}

.fa-youtube:before {

  content: "\f167";

}

.fa-xing:before {

  content: "\f168";

}

.fa-xing-square:before {

  content: "\f169";

}

.fa-youtube-play:before {

  content: "\f16a";

}

.fa-dropbox:before {

  content: "\f16b";

}

.fa-stack-overflow:before {

  content: "\f16c";

}

.fa-instagram:before {

  content: "\f16d";

}

.fa-flickr:before {

  content: "\f16e";

}

.fa-adn:before {

  content: "\f170";

}

.fa-bitbucket:before {

  content: "\f171";

}

.fa-bitbucket-square:before {

  content: "\f172";

}

.fa-tumblr:before {

  content: "\f173";

}

.fa-tumblr-square:before {

  content: "\f174";

}

.fa-long-arrow-down:before {

  content: "\f175";

}

.fa-long-arrow-up:before {

  content: "\f176";

}

.fa-long-arrow-left:before {

  content: "\f177";

}

.fa-long-arrow-right:before {

  content: "\f178";

}

.fa-apple:before {

  content: "\f179";

}

.fa-windows:before {

  content: "\f17a";

}

.fa-android:before {

  content: "\f17b";

}

.fa-linux:before {

  content: "\f17c";

}

.fa-dribbble:before {

  content: "\f17d";

}

.fa-skype:before {

  content: "\f17e";

}

.fa-foursquare:before {

  content: "\f180";

}

.fa-trello:before {

  content: "\f181";

}

.fa-female:before {

  content: "\f182";

}

.fa-male:before {

  content: "\f183";

}

.fa-gittip:before,

.fa-gratipay:before {

  content: "\f184";

}

.fa-sun-o:before {

  content: "\f185";

}

.fa-moon-o:before {

  content: "\f186";

}

.fa-archive:before {

  content: "\f187";

}

.fa-bug:before {

  content: "\f188";

}

.fa-vk:before {

  content: "\f189";

}

.fa-weibo:before {

  content: "\f18a";

}

.fa-renren:before {

  content: "\f18b";

}

.fa-pagelines:before {

  content: "\f18c";

}

.fa-stack-exchange:before {

  content: "\f18d";

}

.fa-arrow-circle-o-right:before {

  content: "\f18e";

}

.fa-arrow-circle-o-left:before {

  content: "\f190";

}

.fa-toggle-left:before,

.fa-caret-square-o-left:before {

  content: "\f191";

}

.fa-dot-circle-o:before {

  content: "\f192";

}

.fa-wheelchair:before {

  content: "\f193";

}

.fa-vimeo-square:before {

  content: "\f194";

}

.fa-turkish-lira:before,

.fa-try:before {

  content: "\f195";

}

.fa-plus-square-o:before {

  content: "\f196";

}

.fa-space-shuttle:before {

  content: "\f197";

}

.fa-slack:before {

  content: "\f198";

}

.fa-envelope-square:before {

  content: "\f199";

}

.fa-wordpress:before {

  content: "\f19a";

}

.fa-openid:before {

  content: "\f19b";

}

.fa-institution:before,

.fa-bank:before,

.fa-university:before {

  content: "\f19c";

}

.fa-mortar-board:before,

.fa-graduation-cap:before {

  content: "\f19d";

}

.fa-yahoo:before {

  content: "\f19e";

}

.fa-google:before {

  content: "\f1a0";

}

.fa-reddit:before {

  content: "\f1a1";

}

.fa-reddit-square:before {

  content: "\f1a2";

}

.fa-stumbleupon-circle:before {

  content: "\f1a3";

}

.fa-stumbleupon:before {

  content: "\f1a4";

}

.fa-delicious:before {

  content: "\f1a5";

}

.fa-digg:before {

  content: "\f1a6";

}

.fa-pied-piper:before {

  content: "\f1a7";

}

.fa-pied-piper-alt:before {

  content: "\f1a8";

}

.fa-drupal:before {

  content: "\f1a9";

}

.fa-joomla:before {

  content: "\f1aa";

}

.fa-language:before {

  content: "\f1ab";

}

.fa-fax:before {

  content: "\f1ac";

}

.fa-building:before {

  content: "\f1ad";

}

.fa-child:before {

  content: "\f1ae";

}

.fa-paw:before {

  content: "\f1b0";

}

.fa-spoon:before {

  content: "\f1b1";

}

.fa-cube:before {

  content: "\f1b2";

}

.fa-cubes:before {

  content: "\f1b3";

}

.fa-behance:before {

  content: "\f1b4";

}

.fa-behance-square:before {

  content: "\f1b5";

}

.fa-steam:before {

  content: "\f1b6";

}

.fa-steam-square:before {

  content: "\f1b7";

}

.fa-recycle:before {

  content: "\f1b8";

}

.fa-automobile:before,

.fa-car:before {

  content: "\f1b9";

}

.fa-cab:before,

.fa-taxi:before {

  content: "\f1ba";

}

.fa-tree:before {

  content: "\f1bb";

}

.fa-spotify:before {

  content: "\f1bc";

}

.fa-deviantart:before {

  content: "\f1bd";

}

.fa-soundcloud:before {

  content: "\f1be";

}

.fa-database:before {

  content: "\f1c0";

}

.fa-file-pdf-o:before {

  content: "\f1c1";

}

.fa-file-word-o:before {

  content: "\f1c2";

}

.fa-file-excel-o:before {

  content: "\f1c3";

}

.fa-file-powerpoint-o:before {

  content: "\f1c4";

}

.fa-file-photo-o:before,

.fa-file-picture-o:before,

.fa-file-image-o:before {

  content: "\f1c5";

}

.fa-file-zip-o:before,

.fa-file-archive-o:before {

  content: "\f1c6";

}

.fa-file-sound-o:before,

.fa-file-audio-o:before {

  content: "\f1c7";

}

.fa-file-movie-o:before,

.fa-file-video-o:before {

  content: "\f1c8";

}

.fa-file-code-o:before {

  content: "\f1c9";

}

.fa-vine:before {

  content: "\f1ca";

}

.fa-codepen:before {

  content: "\f1cb";

}

.fa-jsfiddle:before {

  content: "\f1cc";

}

.fa-life-bouy:before,

.fa-life-buoy:before,

.fa-life-saver:before,

.fa-support:before,

.fa-life-ring:before {

  content: "\f1cd";

}

.fa-circle-o-notch:before {

  content: "\f1ce";

}

.fa-ra:before,

.fa-rebel:before {

  content: "\f1d0";

}

.fa-ge:before,

.fa-empire:before {

  content: "\f1d1";

}

.fa-git-square:before {

  content: "\f1d2";

}

.fa-git:before {

  content: "\f1d3";

}

.fa-y-combinator-square:before,

.fa-yc-square:before,

.fa-hacker-news:before {

  content: "\f1d4";

}

.fa-tencent-weibo:before {

  content: "\f1d5";

}

.fa-qq:before {

  content: "\f1d6";

}

.fa-wechat:before,

.fa-weixin:before {

  content: "\f1d7";

}

.fa-send:before,

.fa-paper-plane:before {

  content: "\f1d8";

}

.fa-send-o:before,

.fa-paper-plane-o:before {

  content: "\f1d9";

}

.fa-history:before {

  content: "\f1da";

}

.fa-circle-thin:before {

  content: "\f1db";

}

.fa-header:before {

  content: "\f1dc";

}

.fa-paragraph:before {

  content: "\f1dd";

}

.fa-sliders:before {

  content: "\f1de";

}

.fa-share-alt:before {

  content: "\f1e0";

}

.fa-share-alt-square:before {

  content: "\f1e1";

}

.fa-bomb:before {

  content: "\f1e2";

}

.fa-soccer-ball-o:before,

.fa-futbol-o:before {

  content: "\f1e3";

}

.fa-tty:before {

  content: "\f1e4";

}

.fa-binoculars:before {

  content: "\f1e5";

}

.fa-plug:before {

  content: "\f1e6";

}

.fa-slideshare:before {

  content: "\f1e7";

}

.fa-twitch:before {

  content: "\f1e8";

}

.fa-yelp:before {

  content: "\f1e9";

}

.fa-newspaper-o:before {

  content: "\f1ea";

}

.fa-wifi:before {

  content: "\f1eb";

}

.fa-calculator:before {

  content: "\f1ec";

}

.fa-paypal:before {

  content: "\f1ed";

}

.fa-google-wallet:before {

  content: "\f1ee";

}

.fa-cc-visa:before {

  content: "\f1f0";

}

.fa-cc-mastercard:before {

  content: "\f1f1";

}

.fa-cc-discover:before {

  content: "\f1f2";

}

.fa-cc-amex:before {

  content: "\f1f3";

}

.fa-cc-paypal:before {

  content: "\f1f4";

}

.fa-cc-stripe:before {

  content: "\f1f5";

}

.fa-bell-slash:before {

  content: "\f1f6";

}

.fa-bell-slash-o:before {

  content: "\f1f7";

}

.fa-trash:before {

  content: "\f1f8";

}

.fa-copyright:before {

  content: "\f1f9";

}

.fa-at:before {

  content: "\f1fa";

}

.fa-eyedropper:before {

  content: "\f1fb";

}

.fa-paint-brush:before {

  content: "\f1fc";

}

.fa-birthday-cake:before {

  content: "\f1fd";

}

.fa-area-chart:before {

  content: "\f1fe";

}

.fa-pie-chart:before {

  content: "\f200";

}

.fa-line-chart:before {

  content: "\f201";

}

.fa-lastfm:before {

  content: "\f202";

}

.fa-lastfm-square:before {

  content: "\f203";

}

.fa-toggle-off:before {

  content: "\f204";

}

.fa-toggle-on:before {

  content: "\f205";

}

.fa-bicycle:before {

  content: "\f206";

}

.fa-bus:before {

  content: "\f207";

}

.fa-ioxhost:before {

  content: "\f208";

}

.fa-angellist:before {

  content: "\f209";

}

.fa-cc:before {

  content: "\f20a";

}

.fa-shekel:before,

.fa-sheqel:before,

.fa-ils:before {

  content: "\f20b";

}

.fa-meanpath:before {

  content: "\f20c";

}

.fa-buysellads:before {

  content: "\f20d";

}

.fa-connectdevelop:before {

  content: "\f20e";

}

.fa-dashcube:before {

  content: "\f210";

}

.fa-forumbee:before {

  content: "\f211";

}

.fa-leanpub:before {

  content: "\f212";

}

.fa-sellsy:before {

  content: "\f213";

}

.fa-shirtsinbulk:before {

  content: "\f214";

}

.fa-simplybuilt:before {

  content: "\f215";

}

.fa-skyatlas:before {

  content: "\f216";

}

.fa-cart-plus:before {

  content: "\f217";

}

.fa-cart-arrow-down:before {

  content: "\f218";

}

.fa-diamond:before {

  content: "\f219";

}

.fa-ship:before {

  content: "\f21a";

}

.fa-user-secret:before {

  content: "\f21b";

}

.fa-motorcycle:before {

  content: "\f21c";

}

.fa-street-view:before {

  content: "\f21d";

}

.fa-heartbeat:before {

  content: "\f21e";

}

.fa-venus:before {

  content: "\f221";

}

.fa-mars:before {

  content: "\f222";

}

.fa-mercury:before {

  content: "\f223";

}

.fa-intersex:before,

.fa-transgender:before {

  content: "\f224";

}

.fa-transgender-alt:before {

  content: "\f225";

}

.fa-venus-double:before {

  content: "\f226";

}

.fa-mars-double:before {

  content: "\f227";

}

.fa-venus-mars:before {

  content: "\f228";

}

.fa-mars-stroke:before {

  content: "\f229";

}

.fa-mars-stroke-v:before {

  content: "\f22a";

}

.fa-mars-stroke-h:before {

  content: "\f22b";

}

.fa-neuter:before {

  content: "\f22c";

}

.fa-genderless:before {

  content: "\f22d";

}

.fa-facebook-official:before {

  content: "\f230";

}

.fa-pinterest-p:before {

  content: "\f231";

}

.fa-whatsapp:before {

  content: "\f232";

}

.fa-server:before {

  content: "\f233";

}

.fa-user-plus:before {

  content: "\f234";

}

.fa-user-times:before {

  content: "\f235";

}

.fa-hotel:before,

.fa-bed:before {

  content: "\f236";

}

.fa-viacoin:before {

  content: "\f237";

}

.fa-train:before {

  content: "\f238";

}

.fa-subway:before {

  content: "\f239";

}

.fa-medium:before {

  content: "\f23a";

}

.fa-yc:before,

.fa-y-combinator:before {

  content: "\f23b";

}

.fa-optin-monster:before {

  content: "\f23c";

}

.fa-opencart:before {

  content: "\f23d";

}

.fa-expeditedssl:before {

  content: "\f23e";

}

.fa-battery-4:before,

.fa-battery-full:before {

  content: "\f240";

}

.fa-battery-3:before,

.fa-battery-three-quarters:before {

  content: "\f241";

}

.fa-battery-2:before,

.fa-battery-half:before {

  content: "\f242";

}

.fa-battery-1:before,

.fa-battery-quarter:before {

  content: "\f243";

}

.fa-battery-0:before,

.fa-battery-empty:before {

  content: "\f244";

}

.fa-mouse-pointer:before {

  content: "\f245";

}

.fa-i-cursor:before {

  content: "\f246";

}

.fa-object-group:before {

  content: "\f247";

}

.fa-object-ungroup:before {

  content: "\f248";

}

.fa-sticky-note:before {

  content: "\f249";

}

.fa-sticky-note-o:before {

  content: "\f24a";

}

.fa-cc-jcb:before {

  content: "\f24b";

}

.fa-cc-diners-club:before {

  content: "\f24c";

}

.fa-clone:before {

  content: "\f24d";

}

.fa-balance-scale:before {

  content: "\f24e";

}

.fa-hourglass-o:before {

  content: "\f250";

}

.fa-hourglass-1:before,

.fa-hourglass-start:before {

  content: "\f251";

}

.fa-hourglass-2:before,

.fa-hourglass-half:before {

  content: "\f252";

}

.fa-hourglass-3:before,

.fa-hourglass-end:before {

  content: "\f253";

}

.fa-hourglass:before {

  content: "\f254";

}

.fa-hand-grab-o:before,

.fa-hand-rock-o:before {

  content: "\f255";

}

.fa-hand-stop-o:before,

.fa-hand-paper-o:before {

  content: "\f256";

}

.fa-hand-scissors-o:before {

  content: "\f257";

}

.fa-hand-lizard-o:before {

  content: "\f258";

}

.fa-hand-spock-o:before {

  content: "\f259";

}

.fa-hand-pointer-o:before {

  content: "\f25a";

}

.fa-hand-peace-o:before {

  content: "\f25b";

}

.fa-trademark:before {

  content: "\f25c";

}

.fa-registered:before {

  content: "\f25d";

}

.fa-creative-commons:before {

  content: "\f25e";

}

.fa-gg:before {

  content: "\f260";

}

.fa-gg-circle:before {

  content: "\f261";

}

.fa-tripadvisor:before {

  content: "\f262";

}

.fa-odnoklassniki:before {

  content: "\f263";

}

.fa-odnoklassniki-square:before {

  content: "\f264";

}

.fa-get-pocket:before {

  content: "\f265";

}

.fa-wikipedia-w:before {

  content: "\f266";

}

.fa-safari:before {

  content: "\f267";

}

.fa-chrome:before {

  content: "\f268";

}

.fa-firefox:before {

  content: "\f269";

}

.fa-opera:before {

  content: "\f26a";

}

.fa-internet-explorer:before {

  content: "\f26b";

}

.fa-tv:before,

.fa-television:before {

  content: "\f26c";

}

.fa-contao:before {

  content: "\f26d";

}

.fa-500px:before {

  content: "\f26e";

}

.fa-amazon:before {

  content: "\f270";

}

.fa-calendar-plus-o:before {

  content: "\f271";

}

.fa-calendar-minus-o:before {

  content: "\f272";

}

.fa-calendar-times-o:before {

  content: "\f273";

}

.fa-calendar-check-o:before {

  content: "\f274";

}

.fa-industry:before {

  content: "\f275";

}

.fa-map-pin:before {

  content: "\f276";

}

.fa-map-signs:before {

  content: "\f277";

}

.fa-map-o:before {

  content: "\f278";

}

.fa-map:before {

  content: "\f279";

}

.fa-commenting:before {

  content: "\f27a";

}

.fa-commenting-o:before {

  content: "\f27b";

}

.fa-houzz:before {

  content: "\f27c";

}

.fa-vimeo:before {

  content: "\f27d";

}

.fa-black-tie:before {

  content: "\f27e";

}

.fa-fonticons:before {

  content: "\f280";

}



/*-----------------------------------------------------------------------------



-	Revolution Slider 5.0 Default Style Settings -



Screen Stylesheet



version:   	5.4.5

date:      	15/05/17

author:		themepunch

email:     	info@themepunch.com

website:   	http://www.themepunch.com

-----------------------------------------------------------------------------*/

#debungcontrolls,.debugtimeline{width:100%;box-sizing:border-box}.rev_column,.rev_column .tp-parallax-wrap,.tp-svg-layer svg{vertical-align:top}#debungcontrolls{z-index:100000;position:fixed;bottom:0;height:auto;background:rgba(0,0,0,.6);padding:10px}.debugtimeline{height:10px;position:relative;margin-bottom:3px;display:none;white-space:nowrap}.debugtimeline:hover{height:15px}.the_timeline_tester{background:#e74c3c;position:absolute;top:0;left:0;height:100%;width:0}.rs-go-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:9999999!important;background:#fff!important}.debugtimeline.tl_slide .the_timeline_tester{background:#f39c12}.debugtimeline.tl_frame .the_timeline_tester{background:#3498db}.debugtimline_txt{color:#fff;font-weight:400;font-size:7px;position:absolute;left:10px;top:0;white-space:nowrap;line-height:10px}.rtl{direction:rtl}@font-face{font-family:revicons;src:url(../fonts/revicons/revicons.eot?5510888);src:url(../fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),url(../fonts/revicons/revicons.woff?5510888) format('woff'),url(../fonts/revicons/revicons.ttf?5510888) format('truetype'),url(../fonts/revicons/revicons.svg?5510888#revicons) format('svg');font-weight:400;font-style:normal}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.rev_slider_wrapper{position:relative;z-index:0;width:100%}.rev_slider{position:relative;overflow:visible}.entry-content .rev_slider a,.rev_slider a{box-shadow:none}.tp-overflow-hidden{overflow:hidden!important}.group_ov_hidden{overflow:hidden}.rev_slider img,.tp-simpleresponsive img{max-width:none!important;transition:none;margin:0;padding:0;border:none}.rev_slider .no-slides-text{font-weight:700;text-align:center;padding-top:80px}.rev_slider>ul,.rev_slider>ul>li,.rev_slider>ul>li:before,.rev_slider_wrapper>ul,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{list-style:none!important;position:absolute;margin:0!important;padding:0!important;overflow-x:visible;overflow-y:visible;background-image:none;background-position:0 0;text-indent:0;top:0;left:0}.rev_slider>ul>li,.rev_slider>ul>li:before,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{visibility:hidden}.tp-revslider-mainul,.tp-revslider-slidesli{padding:0!important;margin:0!important;list-style:none!important}.fullscreen-container,.fullwidthbanner-container{padding:0;position:relative}.rev_slider li.tp-revslider-slidesli{position:absolute!important}.tp-caption .rs-untoggled-content{display:block}.tp-caption .rs-toggled-content{display:none}.rs-toggle-content-active.tp-caption .rs-toggled-content{display:block}.rs-toggle-content-active.tp-caption .rs-untoggled-content{display:none}.rev_slider .caption,.rev_slider .tp-caption{position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;z-index:1}.rev_slider .caption,.rev_slider .tp-caption,.tp-simpleresponsive img{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.rev_slider .tp-mask-wrap .tp-caption,.rev_slider .tp-mask-wrap :last-child,.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,.wpb_text_column .rev_slider .tp-mask-wrap :last-child{margin-bottom:0}.tp-svg-layer svg{width:100%;height:100%;position:relative}.tp-carousel-wrapper{cursor:url(openhand.cur),move}.tp-carousel-wrapper.dragged{cursor:url(closedhand.cur),move}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.tp-caption.tp-layer-selectable{-moz-user-select:all;-khtml-user-select:all;-webkit-user-select:all;-o-user-select:all}.tp-caption.tp-hidden-caption,.tp-forcenotvisible,.tp-hide-revslider,.tp-parallax-wrap.tp-hidden-caption{visibility:hidden!important;display:none!important}.rev_slider audio,.rev_slider embed,.rev_slider iframe,.rev_slider object,.rev_slider video{max-width:none!important}.tp-element-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}.tp-parallax-wrap{transform-style:preserve-3d}.rev_row_zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0}.rev_column_inner,.rev_slider .tp-caption.rev_row{position:relative;width:100%!important;box-sizing:border-box}.rev_row_zone_top{top:0}.rev_row_zone_middle{top:50%;transform:translateY(-50%)}.rev_row_zone_bottom{bottom:0}.rev_slider .tp-caption.rev_row{display:table;table-layout:fixed;vertical-align:top;height:auto!important;font-size:0}.rev_column{display:table-cell;position:relative;height:auto;box-sizing:border-box;font-size:0}.rev_column_inner{display:block;height:auto!important;white-space:normal!important}.rev_column_bg{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;box-sizing:border-box;background-clip:content-box;border:0 solid transparent}.tp-caption .backcorner,.tp-caption .backcornertop,.tp-caption .frontcorner,.tp-caption .frontcornertop{height:0;top:0;width:0;position:absolute}.rev_column_inner .tp-loop-wrap,.rev_column_inner .tp-mask-wrap,.rev_column_inner .tp-parallax-wrap{text-align:inherit}.rev_column_inner .tp-mask-wrap{display:inline-block}.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}.tp-video-play-button,.tp-video-play-button i{line-height:50px!important;vertical-align:top;text-align:center}.rev_column_inner .rev_layer_in_column,.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns .tp-parallax-wrap.rev_column{display:block!important;width:100%!important}.fullwidthbanner-container{overflow:hidden}.fullwidthbanner-container .fullwidthabanner{width:100%;position:relative}.tp-static-layers{position:absolute;z-index:101;top:0;left:0}.tp-caption .frontcorner{border-left:40px solid transparent;border-right:0 solid transparent;border-top:40px solid #00A8FF;left:-40px}.tp-caption .backcorner{border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00A8FF;right:0}.tp-caption .frontcornertop{border-left:40px solid transparent;border-right:0 solid transparent;border-bottom:40px solid #00A8FF;left:-40px}.tp-caption .backcornertop{border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00A8FF;right:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.caption.fullscreenvideo,.rs-background-video-layer,.tp-caption.coverscreenvideo,.tp-caption.fullscreenvideo{width:100%;height:100%;top:0;left:0;position:absolute}.noFilterClass{filter:none!important}.rs-background-video-layer{visibility:hidden;z-index:0}.caption.fullscreenvideo audio,.caption.fullscreenvideo iframe,.caption.fullscreenvideo video,.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe audio,.tp-caption.fullscreenvideo iframe video{width:100%!important;height:100%!important;display:none}.fullcoveredvideo audio,.fullscreenvideo audio .fullcoveredvideo video,.fullscreenvideo video{background:#000}.fullcoveredvideo .tp-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid .tp-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#FFF;margin-top:-25px;margin-left:-25px;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.tp-audio-html5 .tp-video-play-button,.tp-hiddenaudio{display:none!important}.tp-caption .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;font-size:40px!important}.rs-fullvideo-cover,.tp-dottedoverlay,.tp-shadowcover{height:100%;top:0;left:0;position:absolute}.tp-caption:hover .tp-video-play-button{opacity:1;display:block}.tp-caption .tp-revstop{display:none;border-left:5px solid #fff!important;border-right:5px solid #fff!important;margin-top:15px!important;line-height:20px!important;vertical-align:top;font-size:25px!important}.tp-seek-bar,.tp-video-button,.tp-volume-bar{outline:0;line-height:12px;margin:0;cursor:pointer}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:inline-block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.fullscreenvideo .fullscreenvideo audio,.fullscreenvideo .fullscreenvideo video{object-fit:contain!important}.fullscreenvideo .fullcoveredvideo audio,.fullscreenvideo .fullcoveredvideo video{object-fit:cover!important}.tp-video-controls{position:absolute;bottom:0;left:0;right:0;padding:5px;opacity:0;transition:opacity .3s;background-image:linear-gradient(to bottom,#000 13%,#323232 100%);display:table;max-width:100%;overflow:hidden;box-sizing:border-box}.rev-btn.rev-hiddenicon i,.rev-btn.rev-withicon i{transition:all .2s ease-out!important;font-size:15px}.tp-caption:hover .tp-video-controls{opacity:.9}.tp-video-button{background:rgba(0,0,0,.5);border:0;border-radius:3px;font-size:12px;color:#fff;padding:0}.tp-video-button:hover{cursor:pointer}.tp-video-button-wrap,.tp-video-seek-bar-wrap,.tp-video-vol-bar-wrap{padding:0 5px;display:table-cell;vertical-align:middle}.tp-video-seek-bar-wrap{width:80%}.tp-video-vol-bar-wrap{width:20%}.tp-seek-bar,.tp-volume-bar{width:100%;padding:0}.rs-fullvideo-cover{width:100%;background:0 0;z-index:5}.disabled_lc .tp-video-play-button,.rs-background-video-layer audio::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls-start-playback-button{display:none!important}.tp-audio-html5 .tp-video-controls{opacity:1!important;visibility:visible!important}.tp-dottedoverlay{background-repeat:repeat;width:100%;z-index:3}.tp-dottedoverlay.twoxtwo{background:url(../assets/gridtile.png)}.tp-dottedoverlay.twoxtwowhite{background:url(../assets/gridtile_white.png)}.tp-dottedoverlay.threexthree{background:url(../assets/gridtile_3x3.png)}.tp-dottedoverlay.threexthreewhite{background:url(../assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;background:#fff;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.tp-button{padding:6px 13px 5px;border-radius:3px;height:30px;cursor:pointer;color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.6)!important;font-size:15px;line-height:45px!important;font-family:arial,sans-serif;font-weight:700;letter-spacing:-1px;text-decoration:none}.tp-button.big{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.6);font-weight:700;padding:9px 20px;font-size:19px;line-height:57px!important}.purchase:hover,.tp-button.big:hover,.tp-button:hover{background-position:bottom,15px 11px}.purchase.green,.purchase:hover.green,.tp-button.green,.tp-button:hover.green{background-color:#21a117;box-shadow:0 3px 0 0 #104d0b}.purchase.blue,.purchase:hover.blue,.tp-button.blue,.tp-button:hover.blue{background-color:#1d78cb;box-shadow:0 3px 0 0 #0f3e68}.purchase.red,.purchase:hover.red,.tp-button.red,.tp-button:hover.red{background-color:#cb1d1d;box-shadow:0 3px 0 0 #7c1212}.purchase.orange,.purchase:hover.orange,.tp-button.orange,.tp-button:hover.orange{background-color:#f70;box-shadow:0 3px 0 0 #a34c00}.purchase.darkgrey,.purchase:hover.darkgrey,.tp-button.darkgrey,.tp-button.grey,.tp-button:hover.darkgrey,.tp-button:hover.grey{background-color:#555;box-shadow:0 3px 0 0 #222}.purchase.lightgrey,.purchase:hover.lightgrey,.tp-button.lightgrey,.tp-button:hover.lightgrey{background-color:#888;box-shadow:0 3px 0 0 #555}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none!important;text-decoration:none!important;line-height:44px;font-size:17px;font-weight:500;padding:12px 35px;box-sizing:border-box;font-family:Roboto,sans-serif;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase;letter-spacing:1px;font-size:15px;font-weight:900}.rev-btn.rev-withicon i{font-weight:400;position:relative;top:0;margin-left:10px!important}.rev-btn.rev-hiddenicon i{font-weight:400;position:relative;top:0;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-btn.rev-medium,.rev-btn.rev-medium:visited{line-height:36px;font-size:14px;padding:10px 30px}.rev-btn.rev-medium.rev-hiddenicon i,.rev-btn.rev-medium.rev-withicon i{font-size:14px;top:0}.rev-btn.rev-small,.rev-btn.rev-small:visited{line-height:28px;font-size:12px;padding:7px 20px}.rev-btn.rev-small.rev-hiddenicon i,.rev-btn.rev-small.rev-withicon i{font-size:12px;top:0}.rev-maxround{border-radius:30px}.rev-minround{border-radius:3px}.rev-burger{position:relative;width:60px;height:60px;box-sizing:border-box;padding:22px 0 0 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger.revb-white span,.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child{transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2){transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-burger.revb-darknoborder,.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span,.rev-scroll-btn.revs-fullwhite{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{opacity:.8}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span,.tp-bullet{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#fff;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite}.rev-scroll-btn.revs-dark{border-color:#333}.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#FFF;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr,.rev-cbutton-light-sr{border-radius:3px}.rev-cbutton-light,.rev-cbutton-light-sr{color:#333;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3B5998}.rev-sbutton-lightblue{background-color:#00A0D1}.rev-sbutton-red{background-color:#DD4B39}.tp-bannertimer{visibility:hidden;width:100%;height:5px;background:#000;background:rgba(0,0,0,.15);position:absolute;z-index:200;top:0}.tp-bannertimer.tp-bottom{top:auto;bottom:0!important;height:5px}.tp-caption img{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);zoom:1}.caption.slidelink a div,.tp-caption.slidelink a div{width:3000px;height:1500px;background:url(../assets/coloredbg.png)}.tp-caption.slidelink a span{background:url(../assets/coloredbg.png)}.tp-loader.spinner0,.tp-loader.spinner5{background-image:url(./img/loader.gif);background-repeat:no-repeat}.tp-shape{width:100%;height:100%}.tp-caption .rs-starring{display:inline-block}.tp-caption .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#FFC321!important}.tp-caption .rs-starring .star-rating,.tp-caption .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.tp-loader.spinner0,.tp-loader.spinner1{width:40px;height:40px;margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;background-color:#fff;border-radius:3px;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-caption .rs-starring .star-rating:before,.tp-caption .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#E0DADF;float:left;top:0;left:0;position:absolute}.tp-caption .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.tp-caption .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.tp-loader{top:50%;left:50%;z-index:10000;position:absolute}.tp-loader.spinner0{background-position:center center}.tp-loader.spinner5{background-position:10px 10px;background-color:#fff;margin:-22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.tp-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.tp-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}.tp-loader.spinner3 .bounce1,.tp-loader.spinner3 .bounce2,.tp-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}.tp-loader.spinner3 .bounce1{animation-delay:-.32s}.tp-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.tp-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}.tp-loader.spinner4 .dot1,.tp-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,.tp-videoposter{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.tp-tab.selected,.tp-tab:hover,.tp-thumb.selected,.tp-thumb:hover{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.selected,.tp-bullet:hover{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows:hover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.hginfo,.hglayerinfo{font-size:12px;font-weight:600}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}body.rtl .tp-kbimg{left:0!important}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.hglayerinfo{position:fixed;bottom:0;left:0;color:#FFF;line-height:20px;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.helpgrid,.hginfo{position:absolute}.hginfo{top:-2px;left:-2px;color:#e74c3c;background:#000;padding:2px 5px}.indebugmode .tp-caption:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}.tp-kbimg-wrap:after,.tp-kbimg-wrap:before{height:500%;width:500%}

/*-----------------------------------------------------------------------------
Roman`s buttons
-----------------------------------------------------------------------------*/

.adminActions {
  position: fixed;
  right: 35px; 
  bottom: 50%;
  z-index: 333;
}

.adminButton {
    height: 60px;
    width: 60px;
    background-color: #f58700;
    border-radius: 50%;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.adminButtons i {
      font-size: 26px;
}

.adminButton i {
      font-size: 32px;
}

.adminButtons {
    position: absolute;
    width: 100%;
    bottom: 120%;
    text-align: center;
}

.adminButtons a {
      display: block;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      text-decoration: none;
      margin: 10px auto 0;
      line-height: 1.15;
      color: #fff;
      opacity: 0;
      visibility: hidden;
      position: relative;
      box-shadow: 0 0 5px 1px rgba(51, 51, 51, .3);
}

.adminButtons a:hover {
        transform: scale(1.05);
}

.adminButtons a:nth-child(1) {background-color: #db1d99; transition: opacity .2s ease-in-out .3s, transform .15s ease-in-out;}
.adminButtons a:nth-child(2) {background-color: #03a9f4; transition: opacity .2s ease-in-out .25s, transform .15s ease-in-out;}
.adminButtons a:nth-child(3) {background-color: #ff0000; transition: opacity .2s ease-in-out .2s, transform .15s ease-in-out;}
.adminButtons a:nth-child(4) {background-color: #000000; transition: opacity .2s ease-in-out .2s, transform .15s ease-in-out;}

.adminActions a i {
        position: absolute;
        top: 50%; left: 50%;
        transform: translate(-50%, -50%);
}

.adminToggle {
    -webkit-appearance: none;
    position: absolute;
    border-radius: 50%;
    top: 0; left: 0;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none !important;
    z-index: 2;
    transition: box-shadow .2s ease-in-out;
    box-shadow: 0 3px 5px 1px rgba(51, 51, 51, .3);
}

.adminToggle:hover {
      box-shadow: 0 3px 6px 2px rgba(51, 51, 51, .3);
}

.adminToggle:checked ~ .adminButtons a {
      opacity: 1;
      visibility: visible;
}












