/*  FactoryHub - Industry, Factory, Engineering & All Industrial Business HTML Theme */


/************ TABLE OF CONTENTS ***************

1. Fonts
2. Reset
3. Global Settings
4. Typography Style
6. all Elements Design
7. page Header
8. Main Navigations
9. Page Conents
10.services Section
11.Projects Section
13.Back To Top
14.Comments Style
15.Sidebar Widgets
16.Sidebar Services
19.Footer
20.Boxed body
21.Carousel
22.Tab Design


**********************************************/


/*** 

====================================================================
	Fonts
====================================================================

 ***/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i;display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i;display=swap');

/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*** 

====================================================================
	Global Settings
====================================================================

 ***/

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;
}

[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;
    margin: 0px;
}

hr {
    -moz-box-sizing: content-box;
    -webkit-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"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
}


/*** 

====================================================================
	Typography Style
====================================================================

 ***/

body {
    color: #848484;
    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 {
    -webkit-transition: 0.5s;
    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;
}


/*** 

====================================================================
	All Elements Design
====================================================================

 ***/

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;
    }
}

@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 {
    -webkit-animation: fadeIn 1 1s ease;
    animation: fadeIn 1 1s ease;
    display: block;
}

.socials a {
    display: inline-block;
    padding: 0 15px;
    font-size: 18px;
    color: #848484;
    -webkit-transition: 0.5s;
    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 {
    -webkit-transition: 0.3s !important;
    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;
}

.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;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    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;
}

.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;
}


/*** 

====================================================================
	page Header
====================================================================

 ***/

.site-header {
    background-color: #fff;
}

.site-contact {
    padding: 10px 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 18px;
}

.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;
    -webkit-border-radius: 40px;
    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;
    -webkit-transition: 0.5s;
    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%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-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;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -9999;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    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;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    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: none;
    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;
    background-size: cover;
    background-position: center center;
}

.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;
    -webkit-transition: 0.5s;
    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: 0px;
}

.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;
    -webkit-border-radius: 55px;
    border-radius: 55px;
    display: inline-block;
    font-weight: 700;
    -webkit-transition: 0.5s;
    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;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
}

.header-sticky.admin-bar .site-header.minimized .site-menu {
    top: 32px;
}

.header-sticky.header-v2 .site-header.minimized .site-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    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-v4 .topbar {
    background-color: #04192b;
}

.header-v4 .topbar .topbar-socials {
    padding-top: 11px;
}

.panel-title {
    position: relative;
}

.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;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    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-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;
    -webkit-transition: 0.5s;
    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;
}


/*** 

====================================================================
	Main 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 {
    -webkit-transition: top 0.3s ease 0s, opacity 0.3s;
    transition: top 0.3s ease 0s, opacity 0.3s;
    position: absolute;
    top: 80%;
    left: 8px;
    width: 250px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    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 {
    -webkit-transition: left 0.3s ease 0s, opacity 0.3s;
    transition: left 0.3s ease 0s, opacity 0.3s;
    left: 115%;
    top: 0;
    -webkit-box-shadow: none;
    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%;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.main-nav li li {
    padding: 14px 20px;
    display: block;
    line-height: 1;
    -webkit-transition: all 0.5s;
    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: #6b6b6b;
    padding-left: 20px;
    position: relative;
    display: block;
}

.main-nav li li a:after {
    content: '';
    background-color: #3b3b3b;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.main-nav li li a:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #3b3b3b;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.5s;
    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;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: 0.5s;
    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: -webkit-calc(100% + 10px);
    left: calc(100% + 10px);
}

.main-nav ul.menu > li {
    position: relative;
    text-align: left;
    padding: 0 6px;
}

.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 15px 19px 15px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.main-nav ul.menu > li > a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 5px;
    background-color: #ffc811;
    bottom: 0;
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.main-nav ul.menu > li > a {
    position: relative;
    padding-right: 25px;
}

.main-nav ul.menu > li > a:after {
    content: '\f107';
    font-family: Fontawesome;
    position: absolute;
    top: 48%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    display: none;
}

.main-nav ul.menu > li > a.dropdown-toggle:after {
    display: block;
}

.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;
    -webkit-transition: 0.5s;
    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;
    -webkit-transition: 0.5s;
    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;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: 0.5s;
    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: 40px;
}

.header-v1 .menu-item-text .extra-text {
    margin-left: 55px;
}

.header-v1 .menu-item-text p {
    line-height: 1;
    margin-bottom: 5px;
}

.header-v1 .menu-item-text p.number {
    font-size: 24px;
    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 11px;
}

.header-v2 .main-nav ul.menu > li:before,
.header-v2 .main-nav ul.menu > li:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-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: -webkit-calc(100% + 10px);
    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-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;
    -webkit-border-radius: 40px;
    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;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background-color: #f7f7f7;
    display: inline-block;
    margin: 0 3px;
    -webkit-transition: 0.5s;
    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;
    -webkit-transition: 0.5s;
    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;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 0 20px;
    background-color: #fff;
    text-transform: none;
    border: 2px solid #f7f7f7;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.project-nav-ajax .numeric-navigation .page-numbers.next span {
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #ffc811;
}

.project-nav-ajax .numeric-navigation .page-numbers.next .factoryhub-loading {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    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;
    -webkit-box-shadow: none;
    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 {
    -webkit-transition: 0.4s;
    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;
    -webkit-transition: 0.4s;
    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;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.35s;
    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 {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    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%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-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 30px;
}

.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;
}

.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;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 0 20px;
    background-color: #ffc811;
    text-transform: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-btn:hover,
.fh-btn:focus {
    color: #fff;
    border: 0;
    -webkit-box-shadow: none;
    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;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 20px;
    background-color: #ffc811;
    text-transform: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-btn-2:hover,
.fh-btn-2:focus {
    color: #fff;
    border: 0;
    -webkit-box-shadow: none;
    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;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 20px;
    background-color: #f7f7f7;
    text-transform: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-btn-3:hover,
.fh-btn-3:focus {
    color: #252525;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-color: #f7f7f7;
}


/*** 

====================================================================
	Page Conents
====================================================================

 ***/

.site-content {
    padding-top: 0px;
    padding-bottom: 0px;
}

.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: 0px;
    padding-bottom: 0px;
}

.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;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: none;
}

.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: none;
    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: none;
}

.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: -webkit-calc(100% - 30px);
    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;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-wrapper .entry-thumbnail a i {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background-color: #ffc811;
    font-size: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: 0.5s;
    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-thumbnail img {
    width: 100%;
}

.blog-classic .blog-wrapper .entry-thumbnail a {
    display: block;
}

.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 {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.blog-classic .blog-wrapper .entry-footer .post-author-info {
    margin-left: 65px;
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
}

.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;
    -webkit-transition: 0.5s;
    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;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.socials-share a:hover {
    background-color: #ffc811;
    color: #fff;
}


/*** 

====================================================================
	services Section
====================================================================

 ***/

.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;
    -webkit-transition: 0.5s;
    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;
    -webkit-transition: 0.5s;
    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;
}


/*** 

====================================================================
	Projects Section
====================================================================

 ***/

.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 .item img {
    width: 100%;
}

.single-project .entry-thumbnail .owl-controls .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.single-project .entry-thumbnail .owl-controls .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border: 4px solid #fff;
    background-color: transparent;
}

.single-project .entry-thumbnail .owl-controls .owl-dots .owl-dot:hover span,
.single-project .entry-thumbnail .owl-controls .owl-dots .owl-dot.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: none;
}

.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%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-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 {
    -webkit-transition: all 0.5s;
    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;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
}

.project-inner .project-summary {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 27px 20px;
    text-align: center;
    z-index: 99;
    background-color: #ffc811;
}

.project-inner .project-summary h2 {
    font-size: 18px;
    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: 16px;
    font-weight: 300;
}

.project-inner .project-icon {
    position: absolute;
    width: 65px;
    height: 65px;
    line-height: 65px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background-color: #ffc811;
    font-size: 20px;
    text-align: center;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: 0.5s;
    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;
}



/*** 

====================================================================
	Back To Top
====================================================================

 ***/

.backtotop {
    display: inline-block;
    position: fixed;
    bottom: 60px;
    right: 60px;
    width: 60px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #ffc811;
    color: #ffc811;
    font-size: 30px;
    background-color: #160f09;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 9999;
}

.backtotop .fa {
    color: #ffc811;
}

.scroll-to-top {
    display: inline-block;
    position: fixed;
    bottom: 60px;
    right: 20px;
    width: 60px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #ffc811;
    color: #ffc811;
    font-size: 30px;
    background-color: #160f09;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 9999;
}

.scroll-to-top .span {
    color: #ffc811;
}

.scroll-to-top:hover {
    color: #ffc811;
}

.backtotop:hover {
    color: #ffc811;
}

.backtotop:hover .fa {
    color: #ffc811;
}

.backtotop.show-scroll {
    opacity: 1;
}

/*** 

====================================================================
	Sidebar 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: none;
    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;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.widget_recent_comments li > a,
.widget_rss li > a {
    color: #848484;
    padding-left: 0;
    position: relative;
    -webkit-transition: all 0.5s;
    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;
    -webkit-transition: all 0.5s;
    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;
    -webkit-transition: all 0.5s;
    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;
    -webkit-transition: all 0.5s;
    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;
    -webkit-transition: all 0.5s;
    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: none;
    margin: 0;
}

.popular-posts-widget span a {
    color: #848484;
    padding-left: 5px;
    text-transform: none;
}

.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;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    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;
}


/*** 

====================================================================
	Sidebar Services
====================================================================

 ***/

.service-sidebar .services-menu-widget li {
    margin-bottom: 5px;
    border: 1px solid #f4f4f4;
    background-color: #fff;
    padding: 15px 30px;
    position: relative;
    -webkit-transition: 0.5s;
    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;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.service-sidebar .services-menu-widget li a:after {
    content: '';
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #f4f4f4;
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.5s;
    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;
}

/*** 

====================================================================
	Footer
====================================================================

 ***/

.site-footer {
    padding: 30px 0;
    background-color: #212121;
    border-top: 1px solid #0a253d;
    color: #04192b;
    font-weight: 300;
}

.site-footer {
    background-color: #04192b;
}

.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;
    -webkit-transition: 0.5s;
    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;
    -webkit-box-shadow: none;
    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;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    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;
    -webkit-transition: 0.5s;
    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;
}


/*** 

====================================================================
	Boxed body
====================================================================

 ***/

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;
}


.stripse1 {
    background: url(../images/bg/text-bg-2.jpg) center center fixed;
}

.stripse1 p {
    color: #04192b;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    width: 74%;
    margin: 0 auto;
}

.stripse2 {
    background: url(../images/bg/banner-2.jpg) center center fixed;
}

.stripse2 p {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    width: 74%;
    margin: 0 auto;
}

.stripse2 p a {
    text-decoration: underline;
    color: #fff;
}

.panel-heading .accordion-toggle:after {
    font-family: FontAwesome;
    content: "\f107";
    float: right;
    color: grey;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\f105";
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #f0f0f0;
}

.aboutus1 .fh-section-title {
    margin-bottom: 50px;
}

