/*
Theme Name: Skyhead
Theme URI: http://themeinwp.com/theme/skyhead
Author: ThemeInWP
Author URI: http://themeinwp.com
Description: Skyhead is an advanced, and powerful WordPress theme suited to promote web apps, mobile apps and all kind of marketing and startup websites. It’s fully responsive, flexible, clean, with a professional design, Search Engine Optimized and uses customizer API with tons of powerful and flexible theme options in order to make your life easier and build your site very quickly. Some of the best features are featured post slider, social icons, custom logo, translation ready (compatible with Popular plugin) and many more. Check out Theme Support at http://www.themeinwp.com/support/ and Demo at http://demo.themeinwp.com/skyhead
Version: 1.0.6
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: skyhead
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, full-width-template, custom-header, sticky-post, translation-ready, theme-options, threaded-comments, footer-widgets

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Links
# Typography
# Elements
# Forms
# Navigation
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ##search
    ##Admin only visible css
    ##Social Icon
    ##Slider
    ## Homepage
	## Posts and pages
# Footer
    ##Backtotop
# Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
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-color: 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 {
    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-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;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #00b5ec;
    text-decoration: none;
}

a:visited {
    color: #000;
}

a:hover, a:focus, a:active {
    color: #2196F3;
    text-decoration: none;
}

a:focus {
    outline: 0;
}

a:hover, a:active {
    outline: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    -moz-osx-font-smoothing: grayscale;
}

body,
button,
input,
select,
textarea {
    color: #333;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 0.6px;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: 600;
}

h1, h2, h3 {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
}

h4, h5, h6 {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
}

p {
    margin-bottom: 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
    quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

.twp-btn-primary {
    background: #18aacf;
    color: #fff;
    border-radius: 25px;
    padding: 10px 20px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    outline: 0;
}

input[type="text"]:focus, input[type="text"]:hover,
input[type="email"]:focus,
input[type="email"]:hover,
input[type="url"]:focus,
input[type="url"]:hover,
input[type="password"]:focus,
input[type="password"]:hover,
input[type="search"]:focus,
input[type="search"]:hover,
input[type="number"]:focus,
input[type="number"]:hover,
input[type="tel"]:focus,
input[type="tel"]:hover,
input[type="range"]:focus,
input[type="range"]:hover,
input[type="date"]:focus,
input[type="date"]:hover,
input[type="month"]:focus,
input[type="month"]:hover,
input[type="week"]:focus,
input[type="week"]:hover,
input[type="time"]:focus,
input[type="time"]:hover,
input[type="datetime"]:focus,
input[type="datetime"]:hover,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:hover,
input[type="color"]:focus,
input[type="color"]:hover,
textarea:focus,
textarea:hover {
    color: #111;
    outline: 0;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*------------------------------------------------------------
* ## Menus
*------------------------------------------------------------
*/
.top-bar {
    background: #f3f3f3;
}

.top-bar .top-bar-info ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

.top-bar .top-bar-info ul li {
    display: inline-block;
    line-height: 55px;
    margin-right: 15px;
}

.top-bar .top-bar-info ul li a {
    color: #434343;
    font-size: 13.6px;
    font-size: 0.85rem;
}

.top-bar .top-bar-info ul li a:hover, .top-bar .top-bar-info ul li a:focus {
    color: #00b5ec;
}

.top-bar .top-bar-info ul .top-info:before {
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    font-size: 28px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}

.top-bar .top-bar-info ul .info-email:before {
    content: "\f423";
}

.top-bar .top-bar-info ul .info-tel:before {
    content: "\f4b9";
    margin-right: 3px;
}

#masthead {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
}

.boxed-layout .nav-affix .top-header {
    left: 55px;
    right: 55px;
}

.top-header {
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.nav-affix .top-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f4f4f4;
}

.site-branding {
    float: left;
    margin-top: 15px;
    line-height: 1;
}

.site-branding .site-title {
    display: block;
    font-size: 28px;
    font-weight: 700;
}

.site-branding .site-title a {
    color: #434343;
}

.site-branding .site-description {
    margin-bottom: 0;
}

.site-branding a[rel="home"] {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .site-branding {
        max-width: 50%;
        margin-top: 10px;
    }
}

.twp-nav {
    float: right;
    margin-right: 30px;
}

.navbar-extras {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

@media only screen and (min-width: 992px) {
    .navbar-extras {
        border-left: 1px solid #f3f3f3;
    }

    .twp-nav {
        margin-right: -15px;
    }

    .site-header.nav-affix .navbar-extras {
        border-left: 1px solid #eeeeee;
    }
}

@media only screen and (max-width: 767px) {
    .twp-nav {
        margin-right: 50px;
    }
}

.navbar-extras li a {
    display: block;
    padding: 25px 30px;
    color: #434343;
}

.search-button.active i:before {
    content: "\f404";
    font-size: 30px;
    line-height: 15px;
}

.navbar-extras li a:hover,
.navbar-extras li a:focus {
    filter: alpha(opacity=80);
    opacity: .8;
}

.menu {
    float: right;
    -webkit-transition: padding 0.4s;
    -moz-transition: padding 0.4s;
    -ms-transition: padding 0.4s;
    -o-transition: padding 0.4s;
    transition: padding 0.4s;
    -webkit-transform: translateZ(0);
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu li {
    position: relative;
}

.menu > ul > li {
    display: inline-block;
}

.menu > ul > li.current-menu-item a,
.menu > ul > li.menu-item-has-children a {
    color: #00b5ec;
}

.menu ul a {
    position: relative;
    display: block;
    padding: 25px 15px;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #434343;
}

.menu ul a:hover, .menu ul a:focus {
    color: #00b5ec;
}

.menu > ul > li.menu-item-has-children > a:after,
.menu ul a:hover:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent;
    content: '';
    z-index: -1;
}

.menu > ul > li.menu-item-has-children > a:after {
    border-bottom-color: #00b5ec;
}

.menu ul a:hover:after {
    border-bottom-color: #16bbed;
}

.menu ul ul li {
    width: 250px;
}

.menu ul ul a {
    padding: 15px 20px;
    color: #404040;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
}

.menu ul ul a:before {
    margin-right: 10px;
    font-family: 'FontAwesome';
    content: '\f105';
    color: #404040;
}

.menu ul ul a:hover {
    background-color: #161616;
}

.menu ul ul {
    position: absolute;
    text-align: left;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
    -moz-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
    -ms-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
    -o-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
    transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
}

.menu li:hover > ul {
    visibility: visible;
    filter: alpha(opacity=1);
    opacity: 1;
    -webkit-transition: opacity 0.4s, top 0.4s;
    -moz-transition: opacity 0.4s, top 0.4s;
    -ms-transition: opacity 0.4s, top 0.4s;
    -o-transition: opacity 0.4s, top 0.4s;
    transition: opacity 0.4s, top 0.4s;
}

.menu > ul > li > ul {
    top: 100%;
    left: 0;
    background-color: #161616;
}

.menu > ul > li:last-child > ul {
    left: auto;
    right: 0;
}

.menu > ul > li:hover > ul {
    top: 90%;
}

.menu ul ul ul {
    top: -20px;
    left: 100%;
    background-color: #BDC3C7;
}

.menu > ul > li:last-child ul ul,
.menu > ul > li:nth-last-child(2) ul ul {
    left: -100%;
}

.menu ul ul li:hover ul {
    top: 0;
}

.menu.mobile ul ul {
    display: none;
}

.menu i {
    color: inherit;
}

.menu > ul > li > a i {
    background-color: #161616;
    padding: 5px 7px;
}

@media only screen and (min-width: 992px) {
    #masthead.nav-affix .menu ul a {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

/*------------------------------------------------------------
 * ## Mobile Navigation
 *------------------------------------------------------------
 */
#nav-toggle {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 40px;
    width: 40px;
    height: 40px;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: top 0.6s, right 0.4s;
    -moz-transition: top 0.6s, right 0.4s;
    -ms-transition: top 0.6s, right 0.4s;
    -o-transition: top 0.6s, right 0.4s;
    transition: top 0.6s, right 0.4s;
}

.open #nav-toggle {
    right: 0;
    margin: 0 auto;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    background-color: #000;
    content: '';
    cursor: pointer;
}

.site-header.open #nav-toggle span:before,
.site-header.open #nav-toggle span:after {
    background-color: #fff;
}

#nav-toggle span {
    top: 19px;
    left: 10px;
}

#nav-toggle span:before {
    top: -6px;
}

#nav-toggle span:after {
    bottom: -6px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.open #nav-toggle span {
    background-color: transparent;
}

.open #nav-toggle span:before,
.open #nav-toggle span:after {
    top: 0;
}

.open #nav-toggle span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open #nav-toggle span:after {
    top: 5px;
    -webkit-transform: translateY(-5px) rotate(-45deg);
    -moz-transform: translateY(-5px) rotate(-45deg);
    -ms-transform: translateY(-5px) rotate(-45deg);
    -o-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg);
}

@media only screen and (max-width: 991px) {
    #nav-toggle,
    .menu > ul > li,
    .menu li.parent.show > ul {
        display: block;
        float: none;
    }

    .menu {
        position: fixed;
        top: 0;
        right: -280px;
        left: auto;
        padding: 40px;
        height: 100%;
        width: 280px;
        background-color: #222222;
        float: none;
        line-height: 1.5;
        text-align: left;
        overflow: hidden;
        overflow-y: auto;
        visibility: hidden;
        -webkit-transform: translateZ(0);
        -webkit-transition: right 0.4s, visibility 0s linear 0.4s;
        -moz-transition: right 0.4s, visibility 0s linear 0.4s;
        -ms-transition: right 0.4s, visibility 0s linear 0.4s;
        -o-transition: right 0.4s, visibility 0s linear 0.4s;
        transition: right 0.4s, visibility 0s linear 0.4s;
    }

    .open .menu {
        right: 0;
        padding-top: 40px;
        visibility: visible;
        -webkit-transition: right 0.4s;
        -moz-transition: right 0.4s;
        -ms-transition: right 0.4s;
        -o-transition: right 0.4s;
        transition: right 0.4s;
    }

    .menu ul ul li {
        margin-left: 20px;
    }

    .menu ul ul {
        position: static;
        visibility: visible;
        filter: alpha(opacity=1);
        opacity: 1;
        background-color: transparent !important;
        box-shadow: none;
    }

    .menu ul ul li {
        width: auto;
    }

    .menu li.parent {
        position: relative;
    }

    .menu li.parent:after {
        position: absolute;
        top: 15px;
        right: 10px;
        color: #fff;
        font-family: 'FontAwesome';
        font-size: 9px;
        font-weight: normal;
        content: '\f078';
    }

    .menu > ul > li.menu-item-has-children > a:after,
    .menu ul a:hover:after {
        display: none;
    }

    .menu ul a,
    .menu ul ul a {
        padding: 10px 15px;
    }

    #masthead .top-header .menu.mobile a {
        color: #fff;
    }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
##color and font
--------------------------------------------------------------*/
.primary-bgcolor {
    background: #161616;
}

.secondary-bgcolor {
    background: #18aacf;
}

.inner-heading,
.block-text {
    color: #434343;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    display: block;
}

.inner-heading a,
.block-text a {
    color: #161616;
}

.inner-heading a:hover, .inner-heading a:focus,
.block-text a:hover,
.block-text a:focus {
    color: #00b5ec;
}

.inner-heading {
    padding-top: 20px;
}

.block-text > span {
    font-size: 44.8px;
    font-size: 2rem;
    line-height: 1.5;
    border-bottom: solid 1px;
}

/*--------------------------------------------------------------
##search
--------------------------------------------------------------*/
.search-box {
    display: none;
    background: #f1f1f1;
    box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.15);
    padding: 20px 42px;
    text-align: center;
    position: relative;
    transition: background-color 500ms ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}

@media only screen and (min-width: 992px) {
    .search-box {
        z-index: 999;
    }
}

.search-box .search-form {
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
}

.search-box .search-form label {
    display: block;
    float: left;
    width: 100%;
}

@media (min-width: 768px) {
    .search-box .search-form label {
        width: 85%;
        width: calc(100% - 200px);
    }
}

.search-box .search-form label .search-field {
    width: 100%;
    background: transparent;
    border: 1px solid #e6e6e6;
    font-size: 20px;
    font-size: 1.25rem;
}

.search-box .search-form .search-submit {
    width: 190px;
    box-shadow: none;
}

.search-box .search-form label .search-field::-webkit-input-placeholder {
    color: #434343;
}

.search-box .search-form label .search-field:-moz-placeholder {
    color: #434343;
}

.search-box .search-form label .search-field::-moz-placeholder {
    color: #434343;
}

.search-box .search-form label .search-field:-ms-input-placeholder {
    color: #434343;
}

/*--------------------------------------------------------------
##Admin only visible css
--------------------------------------------------------------*/
.display-info {
    padding-top: 200px;
    padding-bottom: 200px;
}

.col-pad-0 [class*="col-"] {
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .pad0-lr {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.margin-0 {
    margin: 0 auto !important;
}

.home.blog .site-content,
.site-content {
    margin: 0 auto;
    padding: 45px 0 60px;
    width: 100%;
    max-width: 1170px;
}

.home .site-content {
    padding: 0;
    max-width: inherit;
}

.data-bg {
    background-size: cover;
    background-repeat: no-repeat;
}

.boxed-layout {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#primary,
#secondary {
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 992px) {
    #primary {
        width: 70%;
    }

    #secondary {
        width: 30%;
    }
}

body.left-sidebar #primary {
    float: right;
}

body.no-sidebar #primary {
    width: 100%;
}

body.no-sidebar #secondary {
    display: none !important;
    width: 0px;
    height: 0px;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
}

.section-block {
    clear: both;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-block:before,
.section-block:after {
    clear: both;
    content: "";
    display: table;
}

.section-bg {
    background: #f3f3f3;
}

.section-title {
    color: #434343;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1.2;
}

.section-title a {
    color: #434343;
}

.section-title span {
    font-size: 56px;
    line-height: 63px;
    text-transform: uppercase;
    position: relative;
    padding-right: 25px;
}

.section-title span:after {
    background: #434343;
    content: "";
    display: block;
    width: 4px;
    height: 30px;
    position: absolute;
    top: 33px;
    left: inherit;
    right: 0;
    margin-right: 10px;
    -webkit-transform: rotate(27deg);
    -moz-transform: rotate(27deg);
    -ms-transform: rotate(27deg);
    -o-transform: rotate(27deg);
    transform: rotate(27deg);
}

.section-title.solid-border {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: solid 8px #eee;
}

.section-bg .section-title.solid-border {
    border-color: #434343;
}

body .inner-banner {
    background-position: center center;
    padding: 110px 0;
    position: relative;
}

body .inner-banner-img {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.breadcrumbs {
    color: #fff;
    font-size: 11px;
    float: right;
    font-weight: 400;
    letter-spacing: 0.2em;
    padding: 5px 0;
    text-transform: uppercase;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.breadcrumbs ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.breadcrumbs ul li {
    display: inline;
}

.breadcrumbs ul .trail-item span {
    position: relative;
    padding-left: 7px;
    padding-right: 7px;
}

.breadcrumbs ul .trail-item.trail-begin span {
    padding-left: 0;
}

.breadcrumbs ul li span:before {
    background: rgba(255, 255, 255, 0.2);
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    position: absolute;
    top: 12px;
    left: 0;
    margin-top: -10px;
}

.breadcrumbs ul .trail-item.trail-begin span:before {
    content: none;
}

.inner-header-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.entry-meta {
    border: 1px solid #bac2cc;
    padding: 5px 5px;
    position: relative;
}

.meta-icon {
    margin-right: 5px;
}

.entry-header .entry-title {
    color: #fff;
    margin: 0 0 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    width: 100%;
}

.entry-header .entry-title span {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 15px;
}

.site-main .entry-title {
    border-bottom: 1px solid #ccc;
    color: #111;
    display: block;
    padding-bottom: 15px;
    position: relative;
    font-weight: 600;
}

.site-main .entry-title::after {
    content: '';
    display: block;
    width: 250px;
    height: 1px;
    background: #111;
    position: absolute;
    bottom: -1px;
    top: inherit;
    left: 0;
    right: 0;
    transition: width .3s;
}

.site-main .entry-title:hover::after {
    width: 100%;
}

.site-content .entry-content .twp-image-archive {
    width: 100%;
}

.site-content .entry-content .image-left {
    float: left;
}

.site-content .entry-content .image-right {
    float: right;
}

.site-content .entry-footer {
    border: 1px solid #ccc;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding: 5px 15px;
    margin: 15px auto 50px;
}

span.cat-links,
span.comments-link {
    margin-right: 10px;
}

@media only screen and (min-width: 768px) {
    .site-content .entry-content .image-left {
        margin-right: 3%;
    }

    .home.blog .site-content .entry-content .image-left,
    .archive .site-content .entry-content .image-left {
        width: 32%;
    }

    .site-content .entry-content .image-right {
        margin-left: 3%;
    }

    .home.blog .site-content .entry-content .image-right,
    .archive .site-content .entry-content .image-right {
        width: 32%;
    }

    .home.blog .site-content .entry-content.archive-image-full p,
    .archive .site-content .entry-content.archive-image-full p {
        width: 100%;
    }
}

.site-content .entry-content .image-full {
    text-align: center;
    margin: 0 auto 30px;
}

.site-content .entry-content .twp-image-archive {
    position: relative;
}

/*------------------------------------------------------------
 * ## Post-navigation
 *------------------------------------------------------------
 */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    border: 1px solid #bac2cc;
    overflow: hidden;
    margin: 0 0 1.5em;
    padding: 0;
    position: relative;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
    position: relative;
}

.nav-previous,
.nav-next {
    display: table;
    padding: 5px 5px;
}

.nav-previous:hover,
.nav-previous:focus,
.nav-next:hover,
.nav-next:focus {
    background: #e6e6e6;
}

.nav-previous:before,
.nav-next:after {
    content: "";
    display: table-cell;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav-previous:before {
    content: "\f3d2";
}

.nav-next:after {
    content: "\f3d3";
}

.nav-previous a,
.nav-next a {
    padding: 0 15px;
    display: table-cell;
    vertical-align: middle;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.site-main .comment-navigation:after,
.site-main .posts-navigation:after,
.site-main .post-navigation:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #bac2cc;
}

/*------------------------------------------------------------
 * ## Asides
 *------------------------------------------------------------
 */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

#secondary .widget {
    margin-bottom: 60px;
}

#secondary .widget:last-child {
    margin-bottom: 20px;
}

.widget ol,
.widget ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.widget ol li,
.widget ul li {
    margin-bottom: 10px;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

.widget-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #111;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.bordered-title {
    padding-bottom: 15px;
    position: relative;
}

.bordered-title:before {
    background: #111;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 90%;
    top: calc(100% - 5px);
    width: 10px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.bordered-title:after,
.widget-title:after {
    background: #111;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100px;
}

.search-form label .search-field {
    height: 45px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.search-form .search-submit {
    background: #161616;
    color: #fff;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/*------------------------------------------------------------
 * ## Comments
 *------------------------------------------------------------
 */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comments-area ul,
.comments-area ol {
    list-style: none;
}

.comments-area .comment-list {
    padding-left: 0;
    margin-left: 0;
}

.comment-meta {
    margin-bottom: 15px;
}

.comment-author .avatar {
    float: left;
    height: 32px;
    margin-right: 0.8em;
    width: 32px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
}

.comment-awaiting-moderation {
    margin-bottom: 10px;
    margin-top: 10px;
}

.comment-form label {
    color: #707070;
    font-size: 15px;
    font-weight: 700;
    display: block;
    line-height: 1.5;
    text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    border-color: #e4e4e4;
    width: 100%;
}

.comment-form-author,
.comment-form-email {
    width: 50%;
    float: left;
}

.comment-form-author {
    padding-right: 10px;
}

.comment-form-email {
    padding-left: 10px;
}

/*--------------------------------------------------------------
##Social Icon
--------------------------------------------------------------*/
body .social-section {
    background: #434343;
    padding: 0;
}

.social-icons {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.social-icons ul {
    display: inline-block;
    float: none;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.social-icons ul li {
    display: inline-block;
    margin: 0 -2px;
}

.social-icons ul a {
    position: relative;
    color: #fff;
}

.social-icons ul a span {
    display: none;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
}

.social-icons ul li a:after {
    background-color: #333333;
    color: #333;
    display: inline-block;
    font-weight: 400;
    height: 65px;
    margin: 0 auto;
    line-height: 65px;
    text-align: center;
    width: 60px;
    font-size: 28px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.top-bar .social-icons ul li a:after {
    background-color: transparent;
    line-height: 55px;
    height: 55px;
}

.social-icons.bordered-radius ul a:after {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.social-icons ul a:hover:after,
.social-icons ul a:focus:after,
.social-icons ul a:active:after {
    background: #ECE9E6;
}

.top-bar .social-icons ul a:hover:after,
.top-bar .social-icons ul a:focus:after,
.top-bar .social-icons ul a:active:after {
    background: #fff;
}

.social-icons ul a:after {
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    width: 46px;
    font-size: 20px;
    line-height: 46px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social-icons ul a[href*="dribbble.com"]:after {
    content: "\f22d";
}

.social-icons ul a[href*="facebook.com"]:after {
    content: "\f231";
}

.social-icons ul a[href*="twitter.com"]:after {
    content: "\f243";
}

.social-icons ul a[href*="linkedin.com"]:after {
    content: "\f239";
}

.social-icons ul a[href*="instagram.com"]:after {
    content: "\f351";
}

.social-icons ul a[href*="youtube.com"]:after {
    content: "\f24d";
}

.social-icons ul a[href*="vimeo.com"]:after {
    content: "\f245";
}

.social-icons ul a[href*="plus.google.com"]:after {
    content: "\f34f";
}

.social-icons ul a[href*="pinterest.com"]:after {
    content: "\f2b1";
}

.social-icons ul a[href*="tumblr.com"]:after {
    content: "\f241";
}

.social-icons ul a[href*="wordpress.org"]:after {
    content: "\f249";
}

.social-icons ul a[href*="whatsapp.com"]:after {
    content: "\f4f0";
}

.social-icons ul a:hover[href*="reddit.com"]:after {
    content: "\f23b";
}

.social-icons ul a[href*="facebook.com"]:after {
    color: #3C579E !important;
}

.social-icons ul a[href*="twitter.com"]:after {
    color: #01BBF6 !important;
}

.social-icons ul a[href*="linkedin.com"]:after {
    color: #1484C3 !important;
}

.social-icons ul a[href*="instagram.com"]:after {
    color: #2D6A93 !important;
}

.social-icons ul a[href*="youtube.com"]:after {
    color: #D62424 !important;
}

.social-icons ul a[href*="pinterest.com"]:after {
    color: #BD2126 !important;
}

.social-icons ul a[href*="plus.google.com"]:after {
    color: #D73D32 !important;
}

.social-icons ul a[href*="flickr.com"]:after {
    color: #FD0083 !important;
}

.social-icons ul a[href*="tumblr.com"]:after {
    color: #34465D !important;
}

.social-icons ul a[href*="wordpress.org"]:after {
    color: #3480A3 !important;
}

.social-icons ul a[href*="wordpress.com"]:after {
    color: #3480A4 !important;
}

.social-icons ul a[href*="soundcloud.com"]:after {
    color: #FF4E00 !important;
}

.social-icons ul a[href*="dribbble.com"]:after {
    color: #EE6D9E !important;
}

.social-icons ul a[href*="digg.com"]:after {
    color: #000 !important;
}

.social-icons ul a[href*="behance.net"]:after {
    color: #131418 !important;
}

.social-icons ul a[href*="vine.co"]:after {
    color: #00BF8F !important;
}

.social-icons ul a[href*="snapchat.com"]:after {
    color: #F50 !important;
}

.social-icons ul a[href*="reddit.com"]:after {
    color: #CEE3F8 !important;
}

.social-icons ul a[href*="medium.com"]:after {
    color: #02B875 !important;
}

.social-icons ul a[href*="whatsapp.com"]:after {
    color: #4EC65A !important;
}

.social-icons ul a[href*="slack.com"]:after {
    color: #56B68B !important;
}

.social-icons ul a[href*="vk.com"]:after {
    color: #537599 !important;
}

/*--------------------------------------------------------------
##Slider
--------------------------------------------------------------*/
.bg-image, .bg-parallax, .bg-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.intro-slider {
    overflow: hidden;
    color: #fff;
}

.carousel {
    position: relative;
}

.slide-item {
    height: 60vh;
}

.v-center {
    position: relative;
    top: 50%;
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.carousel .owl-item {
    overflow: hidden;
}

.carousel:hover .owl-buttons {
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
}

.owl-pagination {
    margin-top: 20px;
}

.owl-pagination .owl-page {
    display: inline-block;
    margin: 0px 6px;
}

.owl-pagination .owl-page span {
    display: inline-block;
    width: 7px;
    height: 7px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: #000000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}

.owl-pagination .owl-page.active span {
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: #e45b44;
}

.dark .owl-pagination .owl-page span {
    background-color: rgba(255, 255, 255, 0.4);
}

.owl-buttons {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: scaleX(0.9);
    -ms-transform: scaleX(0.9);
    -webkit-transform: scaleX(0.9);
    transform: scaleX(0.9);
    visibility: hidden;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.owl-buttons > div {
    position: absolute;
    width: 60px;
    height: 36px;
    text-align: center;
}

.owl-buttons > div {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.owl-buttons > div:hover, .owl-buttons > div:focus {
    filter: alpha(opacity=100);
    opacity: 1;
}

.owl-buttons > div:after, .owl-buttons > div:before {
    font-size: 26px;
    font-family: themify;
}

.owl-buttons .owl-prev {
    right: 100%;
}

.owl-buttons .owl-prev:before {
    content: "\e64a";
}

.owl-buttons .owl-next {
    left: 100%;
}

.owl-buttons .owl-next:before {
    content: "\e649";
}

.inner-controls > .owl-controls > .owl-pagination {
    text-align: right;
    position: absolute;
    bottom: 45px;
    right: 45px;
}

.inner-controls > .owl-controls > .owl-pagination .owl-page span {
    background-color: #fff;
}

.inner-controls .owl-buttons > *:after, .inner-controls .owl-buttons > *:before {
    position: relative;
}

.inner-controls .owl-buttons .owl-prev:before {
    left: 60px;
}

.inner-controls .owl-buttons .owl-next:before {
    right: 60px;
}

.dark .inner-controls .owl-buttons > *:after, .dark .inner-controls .owl-buttons > *:before {
    color: #fff;
}

.intro-slider {
    overflow: hidden;
}

.intro-slider .owl-item .layer {
    -moz-transition: all 1.5s ease-out 0.7s;
    -o-transition: all 1.5s ease-out 0.7s;
    -webkit-transition: all 1.5s ease-out;
    -webkit-transition-delay: 0.7s;
    transition: all 1.5s ease-out 0.7s;
}

.intro-slider .owl-item .layer-fadeIn {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

.intro-slider .owl-item .layer-fadeInRight {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
}

.intro-slider .owl-item .layer-fadeInLeft {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateX(30%);
    -ms-transform: translateX(30%);
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
}

.intro-slider .owl-item .layer-fadeInUp {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.intro-slider .owl-item .layer-fadeInDown {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.intro-slider .owl-item .layer-zoomOut {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -moz-transition: all 3s ease-out;
    -o-transition: all 3s ease-out;
    -webkit-transition: all 3s ease-out;
    transition: all 3s ease-out;
}

.intro-slider .owl-item .layer-zoomOutBg {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -moz-transition: all 3s ease-out;
    -o-transition: all 3s ease-out;
    -webkit-transition: all 3s ease-out;
    transition: all 3s ease-out;
}

.intro-slider .owl-item.active .layer-fadeIn {
    filter: alpha(opacity=100);
    opacity: 1;
}

.intro-slider .owl-item.active .layer-zoomOut, .intro-slider .owl-item.active .layer-zoomOutBg {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.intro-slider .owl-item.active .layer-fadeInRight, .intro-slider .owl-item.active .layer-fadeInLeft {
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.intro-slider .owl-item.active .layer-fadeInUp, .intro-slider .owl-item.active .layer-fadeInDown {
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

body .hero-slider {
    padding: 0;
}

.hero-slider .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: inherit;
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.09), 0 8px 17px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.09), 0 8px 17px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.09), 0 8px 17px 0 rgba(0, 0, 0, 0.08);
    z-index: 999;
}

.hero-slider .owl-nav > div {
    width: 45px;
    height: 60px;
    background: #18aacf;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    float: left;
    cursor: pointer;
}

.hero-slider .owl-nav > div.disabled {
    filter: alpha(opacity=60);
    background: #000;
    opacity: 0.6;
}

.hero-slider .owl-nav > div i {
    color: #fff;
}

.owl-dots {
    background: #18aacf;
    text-align: center;
    padding: 15px 20px 10px;
    width: 100%;
}

body .hero-slider .intro-slider .owl-dots {
    background: transparent;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: transparent;
    border: 1px solid #fff;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #fff;
}

body .hero-slider .intro-slider,
.inner-banner,
.twp-image-archive {
    width: 100%;
    background-repeat: repeat;
    background-color: #3f3f3f;
    background-attachment: scroll;
    background-size: inherit;
    background-image: url(images/preload_pattern.png);
    -webkit-animation-fill-mode: forwards;
    animation-name: preload-background;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    position: absolute;
    z-index: 20;
}

body .hero-slider {
    height: 60vh;
}

@-webkit-keyframes preload-background {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

@-moz-keyframes preload-background {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}

@keyframes preload-background {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}

.hero-slider.overlay .slide-item .bg-image:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.slide-title {
    color: #fff;
    font-size: 2.5em;
    line-height: 1.2;
}

.slide-title span {
    display: block;
}

.services-carousel .owl-controls,
.about-carousel .owl-controls {
    display: none;
    visibility: hidden;
    opacity: 0;
}

/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
.twp-service-icon {
    position: relative;
    width: 100px;
    height: 57.74px;
    background-color: #161616;
    color: #fff;
    text-align: center;
    margin: 28.87px 0;
}

.twp-service-icon i {
    font-size: 48px;
    font-size: 3rem;
    line-height: 57.74px;
}

.twp-service-icon:before,
.twp-service-icon:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}

.twp-service-icon:before {
    bottom: 100%;
    border-bottom: 28.87px solid #161616;
}

.twp-service-icon:after {
    top: 100%;
    width: 0;
    border-top: 28.87px solid #161616;
}

@media (max-width: 767px) {
    .services-carousel .owl-height {
        height: inherit !important;
    }

    .services-carousel .twp-service-icon {
        margin-left: auto;
        margin-right: auto;
    }

    .services-carousel .item article {
        text-align: center;
    }
}

.team-wrapper {
    border-bottom: 1px solid #f5f3f3;
    border-right: 1px solid #f5f3f3;
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.team-image {
    background: #27313e;
    margin: 0 auto;
}

.team-image img {
    opacity: 0.7;
    max-width: 100%;
}

.team-wrapper-right .team-title {
    font: bold 16px/18px "Poppins", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding-bottom: 26px;
}

.team-left-content {
    display: block;
    background: rgba(77, 76, 83, 0.2);
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.team-block-overlay {
    display: inline-block;
    background: #161616;
    padding: 20px;
    position: absolute;
    top: inherit;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: collapse;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    opacity: 0;
    height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team-wrapper:hover .team-block-overlay {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    height: 100%;
    top: 0;
}

.image-box {
    position: relative;
    overflow: hidden;
}

.image-box > .twp-sticky-btn {
    position: absolute;
    top: 0;
    left: 0;
    background: #18aacf;
    color: #fff;
    display: block;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding: 3px 20px;
    z-index: 9;
}

.image-box .image {
    background: #000000;
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative;
}

.image-box .image img {
    position: relative;
    -moz-transition: all 0.34s ease-out;
    -o-transition: all 0.34s ease-out;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
    width: 100%;
    z-index: 1;
}

.image-box .hover {
    position: absolute;
    top: 50%;
    left: 30px;
    right: 30px;
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    margin-top: 10px;
    color: #fff;
    z-index: 3;
}

.image-box .hover > span {
    display: block;
}

.image-box .title {
    padding: 30px 20px;
}

.image-box.image-hover .image img {
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.image-box.image-hover:hover .image img {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.image-box.image-hover:hover .image .hover ~ img, .image-box.image-hover:hover .image .hover ~ a > img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=45);
    opacity: 0.45;
}

.image-box.image-hover:hover .hover {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    margin-top: 0;
}

.image-box.inner-title .image:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.65));
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.65));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    content: ' ';
    z-index: 2;
}

.twp-postmeta {
    list-style: none;
    padding-left: 0;
    margin: 0 auto;
}

.twp-postmeta li {
    display: block;
    float: left;
    width: 50%;
}

.image-box.inner-title .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 3;
    padding: 0 15px;
}

.image-box.inner-title .title h3 {
    font-size: 24px;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 0;
    overflow: hidden;
}

.image-box.inner-title:hover .image:after {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

.image-box.inner-title:hover .title {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.section-cta {
    background-color: #000;
    color: #fff;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}

.section-cta .cta-overlay {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    opacity: .75;
    filter: alpha(opacity=75);
}

.section-cta h3, .section-cta p, .section-cta a {
    color: #fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    background-color: #333333;
    color: #fff;
}

.site-footer .footer-widgets {
    width: 100%;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
}

.site-footer .footer-widgets .widget {
    padding: 0.8em 0;
}

.site-footer .footer-widgets .widget .widget-title {
    text-transform: uppercase;
    color: #fff;
    border-color: #00b5ec;
}

.site-footer .footer-widgets .widget a,
.site-footer .footer-widgets .widget a:visited {
    color: #fff;
}

.site-footer .footer-widgets .widget a:hover,
.site-footer .footer-widgets .widget a:focus {
    color: #00b5ec;
}

.site-footer .footer-widgets .widget .widget-title:after {
    background: #fff;
}

.site-footer .footer-widgets .widget.simple-social-icons {
    padding: 0;
}

.simple-social-icons {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.simple-social-icons ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.simple-social-icons ul li {
    display: inline-block;
    margin: 12px 7px;
}

.simple-social-icons ul li a {
    display: block;
    color: #333;
    font-size: 28px;
    font-size: 1.75rem;
}

.simple-social-icons ul li a:hover, .simple-social-icons ul li a:focus {
    color: #c0c0c0;
}

.site-info {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    border-top: 1px solid #3c3c3c;
    padding-top: 4px;
}

.site-info:before {
    content: '';
    border-top: 1px solid #3c3c3c;
    display: block;
    width: 100%;
    clear: both;
}

.site-info .site-copyright {
    padding: 2.5em 1em 2.5em;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 1.3px;
    margin: 0 auto;
}

.site-info .site-copyright span:before {
    color: #ff5b5b;
    animation: heartify .5s infinite alternate;
    -webkit-animation: heartify .5s infinite alternate;
    -moz-animation: heartify .5s infinite alternate;
    -o-animation: heartify .5s infinite alternate;
    -ms-animation: heartify .5s infinite alternate;
}

@-webkit-keyframes heartify {
    from {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-moz-keyframes heartify {
    from {
        -moz-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes heartify {
    from {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        transform: scale(0.8);
    }
}

/*--------------------------------------------------------------
##Back to top
--------------------------------------------------------------*/
#scroll-up {
    position: fixed;
    z-index: 8000;
    bottom: 45px;
    right: 30px;
    display: none;
    width: 48px;
    height: 48px;
    border: 1px solid #333;
    background: #fff;
    border-radius: 100%;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#scroll-up i {
    color: #333;
}

#scroll-up:hover,
#scroll-up:focus {
    background-color: #161616;
    border-color: #161616;
    border-radius: 0 100% 100%;
    line-height: 45px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#scroll-up:hover i,
#scroll-up:focus i {
    color: #fff;
    display: block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 767px) {
    #scroll-up {
        right: 20px;
        bottom: 20px;
    }
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.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;
}

.sticky {
    display: block;
}

body .owl-height {
    height: inherit !important;
}