/*
Theme Name: Corporate Hub
Theme URI: http://themeinwp.com/corporate-hub
Author: themeinwp.com
Author URI: http://themeinwp.com
Description: Corporate hub is clean multipurpose theme
Version: 0.6.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: corporate-hub
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Links
# Preloader
# Social Icons
# Header
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Asides
    ## Post-navigation
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
# Footer
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Cinzel:400,700);
/*------------------------------------------------------------
 * # 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;
}

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;
}

/*------------------------------------------------------------
 * # Typography
 *------------------------------------------------------------
 */

body,
button,
input,
select,
textarea {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;    
    color: #565656;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1a1a1a;
    clear: both;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1.alt-font,
.alt-font h1,
h2.alt-font,
.alt-font h2,
h3.alt-font,
.alt-font h3,
h4.alt-font,
.alt-font h4,
h5.alt-font,
.alt-font h5,
h6.alt-font,
.alt-font h6 {
    font-family: 'Roboto', sans-serif;
}


h1 {
    font-size: 3em;
    line-height: 1em;
    margin-bottom: .5em;
}

h2 {
    font-size: 2.25em;
    line-height: 1.33em;
    margin-bottom: .66em;
}

h3 {
    font-size: 1.5em;
    line-height: 1em;
    margin-bottom: 1em;
}

h4 {
    font-size: 1.3125em;
    line-height: 1.14em;
    margin-bottom: 1.14em;
}

h5 {
    font-size: 1.125em;
    line-height: 1.33em;
    margin-bottom: 1.33em;
}

h6 {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}


.primary-font {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.alt-font {
   font-family: 'Roboto', sans-serif;
}

.normal {
    font-weight: normal;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

blockquote p {
    margin-bottom: 1em;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.6;
}

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%;
}

.number {
    font: 600 70px/1.2 'Cinzel', serif;
}

/*------------------------------------------------------------
 * # Elements
 *------------------------------------------------------------
 */

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    background: #fff;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

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;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}

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: 0;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

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"] {
    outline: 0;
    padding: 10px 15px;
}

textarea {
    outline: 0;
    padding-left: 3px;
    width: 100%;
}

.middle-div {
    width: 100%;
    height: 100%;
    display: table;
    margin: 0;
    position: relative;
    z-index: 2;
}

.middle-div .inner {
    display: table-cell;
    vertical-align: middle;
}

.twp-block {
    display: table;
    float: left;
}

.twp-block > div {
    display: table-cell;
    vertical-align: middle;
}

.bg-fixed {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/*------------------------------------------------------------
 * # Links
 *------------------------------------------------------------
 */

a {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: inherit;
}

a:hover,
a:focus,
a:active {
    color: #333;
    text-decoration: none;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

/*Swatches Option*/
.primary-bg {
    background: #bca480;
    color: #fff;
}

.primary-bg a {
    color: #fff;
}

.primary-color,
.primary-color a {
    color: #bca480;
}

.secondary-bg {
    background: #bca480;
    color: #fff;
}

.secondary-bg a {
    color: #fff;
}

.secondary-color,
.secondary-color a {
    color: #bca480;
}

.elements-bg {
    background: #313131;
    color: #fff;
}

.elements-bg p,
.elements-bg span,
.elements-bg a {
    color: #fff;
}

.elements-color,
.elements-color a {
    color: #313131;
}

.twp-btn {
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    overflow: hidden;
    padding: 15px 40px;
    position: relative;
    -moz-border-radius: 44px;
    -webkit-border-radius: 44px;
    border-radius: 44px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-transform: perspective(0);
    -ms-transform: perspective(0);
    -webkit-transform: perspective(0);
    transform: perspective(0);
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.7s ease 0s;
}

.twp-btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #bca480;
    z-index: -1;
    -moz-transform: rotate(45deg) scaleY(0);
    -ms-transform: rotate(45deg) scaleY(0);
    -webkit-transform: rotate(45deg) scaleY(0);
    transform: rotate(45deg) scaleY(0);
    -moz-transition: -moz-transform 0.5s linear 0s;
    -o-transition: -o-transform 0.5s linear 0s;
    -webkit-transition: -webkit-transform 0.5s linear;
    -webkit-transition-delay: 0s;
    transition: transform 0.5s linear 0s;
}

.twp-btn:hover,
.twp-btn:focus {
    -moz-transform: perspective(400px);
    -ms-transform: perspective(400px);
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}

.twp-btn:hover:before,
.twp-btn:focus:before {
    -moz-transform: rotate(45deg) scaleY(5);
    -ms-transform: rotate(45deg) scaleY(5);
    -webkit-transform: rotate(45deg) scaleY(5);
    transform: rotate(45deg) scaleY(5);
}

.twp-btn.twp-btn-primary {
    background: #bca480;
    border: 0;
    color: #fff;
}

.twp-btn-primary:before {
    background: #bca480;
}

.twp-btn-primary:hover,
.twp-btn-primary:focus {
    color: #fff;
}

.twp-btn.twp-btn-secondary {
    background: #bca480;
    border: 0;
    color: #fff;
}

.twp-btn-secondary:before {
    background: #bca480;
}

.twp-btn-secondary:hover,
.twp-btn-secondary:focus {
    color: #fff;
}

.twp-btn.twp-btn-element {
    background: #353543;
    border: 0;
    color: #fff;
}

.twp-btn-element:before {
    background: #bca480;
}

.twp-btn-element:hover,
.twp-btn-element:focus {
    color: #fff;
}

.twp-btn-transparent {
    color: #fff;
    background: transparent;
}

.twp-btn-transparent:before {
    background: #bca480;
}

.twp-btn-transparent:hover,
.twp-btn-transparent:focus {
    color: #fff;
    border-color: #bca480;
}

.twp-pt-0 {
    padding-top: 0 !important;
}

.twp-pb-0 {
    padding-bottom: 0 !important;
}

.twp-pl-0 {
    padding-left: 0 !important;
}

.twp-pr-0 {
    padding-right: 0 !important;
}

.twp-plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.spacer-big {
    padding-top: 35px;
    padding-bottom: 35px;
}

.spacer-big:before,
.spacer-big:after{
    clear: both;
    content: "";
    display: table;
}
/*------------------------------------------------------------
 * # Preloader
 *------------------------------------------------------------
 */

.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 12;
}

.preloader .loader-inner {
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
    background: #353543;
    position: relative;
    overflow: hidden;
}

.preloader .bg-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.10);
    z-index: 1;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.preloader .bg-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.05);
    z-index: 1;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.page-loaded {
    margin: 0;
}

.page-loaded .bg-1 {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-delay: .5s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.page-loaded .bg-2 {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-delay: .9s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

.page-loaded .preloader {
    padding: 20px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    visibility: hidden;
}

.page-loaded .preloader .loader-inner {
    opacity: 0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-delay: 1.5s;
}

.page-loaded .preloader .inner .loader {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-delay: .2s;
    opacity: 0;
}

.loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 100001;
}

.loader.light {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.5);
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*------------------------------------------------------------
 * # Social Icons
 *------------------------------------------------------------
 */

.social-icons {
    width: 100%;
    float: left;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 60px;
}

.social-icons li {
    display: inline-block;
}

.social-icons li a {
    float: left;
    color: #fff;
    font-size: 12px;
}

.social-icons li a {
    width: 25px;
    height: 25px;
    line-height: 25px !important;
    position: relative;
    margin: 0 6px;
    text-align: center;
    display: inline-block;
    color: #111;
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.social-icons li i,
.social-icons li span {
    position: relative;
    top: 0;
    left: 0;
}

.social-icons li a:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #111;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);

}

.social-icons li a:hover {
    color: #fff;
}

.social-icons li a:hover:before {
    background: #111;
}

/*------------------------------------------------------------
 * # Header
 *------------------------------------------------------------
 */

#masthead {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
}

@media only screen and (min-width: 992px) {
    .nav-overlay #masthead {
        position: absolute;
    }

    .boxed-layout.nav-overlay #masthead {
        padding-left: 30px;
        padding-right: 30px;
    }

    .nav-overlay #masthead .top-header {
        background: transparent;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14902);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }

    .nav-overlay #masthead.sticky .top-header {
        background-color: #fff;
        border-bottom: 1px solid #d9d9d9;
    }

    .nav-overlay #masthead .top-header,
    .nav-overlay #masthead .top-header a {
        color: #fff;
    }
}

.boxed-layout .sticky .top-header {
    left: 30px;
    right: 30px;
}

.top-header {
    background: #fff;
    -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media only screen and (min-width: 992px) {
    /*Color Option*/
    .top-header,
    .top-header a,
    .nav-overlay #masthead.sticky .top-header,
    .nav-overlay #masthead.sticky .top-header a {
        color: #1a1a1a;
    }
}

.sticky .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-description {
    margin-bottom: 0;
}

.site-branding a[rel="home"]{
    text-transform: uppercase;
}

.twp-nav {
    float: right;
    margin-right: -15px;
}

.navbar-extras {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

@media only screen and (min-width: 992px) {
    .navbar-extras {
        border-left: 1px solid rgba(255, 255, 255, 0.14902);
    }

    #masthead.sticky .navbar-extras {
        border-left: 1px solid rgba(0, 0, 0, 0.14902);
    }
}

.navbar-extras li a {
    display: block;
    padding: 30px 30px;

}

.navbar-extras li a:hover,
.navbar-extras li a:focus {
    opacity: .8;
}

/* SEARCH BOX */
.search-box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

.search-box {
    opacity: 0;
    -webkit-transform: translateY(-101%);
    -moz-transform: translateY(-101%);
    -ms-transform: translateY(-101%);
    -o-transform: translateY(-101%);
    transform: translateY(-101%);
    transition: all 0.4s ease;
}

.search-box .middle-div {
    background: #fff;
    opacity: 0.95;
    filter: alpha(opacity=95);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    z-index: 0;
}

.search-box form {
    display: block;
    color: #fff;
}

.search-box h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
}

.search-box .close-search {
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 48px;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
    border-radius: 50%;
    margin-top: 40px;
    font-size: 18px;
    cursor: pointer;
}

.search-box.show-me {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}
@media only screen and (min-width: 992px) {
    #masthead.sticky .navbar-extras li a {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
/*------------------------------------------------------------
 * ## Menus
 *------------------------------------------------------------
 */

.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 a {
    position: relative;
    display: block;
    padding: 30px 15px;
    font: 400 12px/24px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.menu li.menu-item-has-children > a,
.menu ul a:hover {
    color: #ffffff;
}

.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: #BDC3C7;
}

.menu ul a:hover:after {
    border-bottom-color: #ffffff;
}

.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;
    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;
    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.sticky .menu ul a {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .menu ul > li > a:before {
        background: rgba(255, 255, 255, 0.2);
        content: "";
        display: block;
        width: 1px;
        height: 13.2px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -6.6px;
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    #masthead.sticky .menu ul > li > a:before {
        background: rgba(0, 0, 0, 0.5);
    }

    #masthead.sticky .menu ul > li:first-child > a:before,
    .menu ul > li:first-child > a:before {
        background: transparent;
    }
}

/*------------------------------------------------------------
 * ## 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;
}

#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;
        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;
        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. */
}

#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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    font-size: 15px;
    font-size: 0.938em;
    margin: 0 0 1.5em;
}

.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: 15px;
    position: relative;
    text-transform: uppercase;
}

.bordered-title {
    padding-bottom: 15px;
    position: relative;
}

.bordered-title:before,
.widget-title:before {
    background: #bca480;
    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: #bca480;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100px;
}

.search-form label .search-field {
    height: 45px;
    font-style: italic;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.search-form .search-submit {
    background: #333;
    color: #fff;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
    clear: both;
    position: relative;
}

.site:before,
.site:after {
    content: "";
    clear: both;
    display: table;
}

.boxed-layout {
    padding-left: 30px;
    padding-right: 30px;
}

.container-fluid {
    width: 100%;
}

.full-screen-layout .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

.twp-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.site-content {
    margin: 0 auto;
    padding-bottom: 60px;
    width: 100%;
}

.home .site-content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.data-bg {
    background-size: cover;
    background-repeat: no-repeat;
}

#primary,
#secondary {
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width: 992px) {
    #primary {
        width: 70%;
    }

    #secondary {
        width: 30%;
    }

    .full-screen-layout #primary {
        padding-left: 50px
    }

    .full-screen-layout #secondary {
        padding-right: 50px;
    }
}

.section-block {
    clear: both;
}

.section-block:before,
.section-block:after {
    clear: both;
    content: "";
    display: table;
}

.section-title {
    text-transform: uppercase;
    line-height: 1.4;
}

.alt-features-title {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 21px;
}

/*
*--------------------------------------------------------------
* Homepage Section
*--------------------------------------------------------------
*/
/* HOME SLIDER */
.hero-slider {
    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;
    height: calc(100vh - 120px);
}

.nav-overlay .hero-slider {
    height: 100vh;
}

@-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 .slider-item:before {
    background: url(images/overlay-pattern.png) center;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

/* HOME SERVICES */

.about-section .title-flip {
    float: left;
    margin: 0;
    font-size: 160px;
    line-height: 1.2;
    font-weight: 900;
    text-indent: 10px;
}

.about-section .side-title {
    height: 24px;
    float: right;
    font-size: 22px;
    color: #b5b5b5;
    font-weight: 900;
    margin: -60px -30px 0 0;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.about-section .content-box {
    width: 50%;
    margin: 30px auto;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.title-box:before,
.title-box:after{
    display: table;
    content: "";
    clear: both;
}

.icon-box {
    float: left;
    width: 60px;
    font-size: 25px;
    line-height: 50px;
    border: 1px solid #bca480;
    text-align: center;
    margin-right: 15px;
}

.title-box .alt-features-title{
    float: left;
    clear: none;
}
.about-section .content-box p {
    min-height: 140px;
}

.about-section-bottom-bg{
    padding-top: 50px;
    padding-bottom: 50px; 
}

/*--------------------------------------------------------------
 ##WHY CHOOSE US
--------------------------------------------------------------*/
.service-section-bg{
    padding-top: 50px;
    padding-bottom:  50px;

}
.about-section-bg{
     background: #ededed;  
}
.sec-choose {
  position: relative;
}

.sec-choose .choose-tab {
  background: #fff;
  position: relative;
  z-index: 99;
  margin-top: 100px;
}

.sec-choose .choose-tab .nav-tabs {
  border: none;
  margin: 0px;
  margin-top: 40px;
  display: inline-block;
  width: 100%;
  float: left;
}

.sec-choose .choose-tab h6 {
  color: #666666;
}

.sec-choose .choose-tab .nav-tabs > li {
  float: left;
  width: 50%;
  text-align: center;
  margin: 0px;
}

.sec-choose .choose-tab .nav-tabs li a {
  border: none;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 40px 0px;
  border-radius: 0px;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
}

.sec-choose .choose-tab .nav-tabs li:nth-child(1) a {
  border-left: none;
}

.sec-choose .choose-tab .nav-tabs li:nth-child(3) a {
  border-left: none;
}

.sec-choose .choose-tab .nav-tabs li.active a,
.sec-choose .choose-tab .nav-tabs > li > a:hover,
.sec-choose .choose-tab .nav-tabs > li > a:focus {
  background: #bca480;
  color: #fff;
}

.sec-choose .choose-tab .nav-tabs li i {
  font-size: 20px;
  display: inline-block;
  position: relative;
  right: 10px;
  top: 3px;
}

.sec-choose .detail-in {
  margin-left: -130px;
  position: relative;
}

.sec-choose .text-content {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 15px;
}

.sec-choose .text-content i {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .sec-choose .detail-in {
    margin-left: 0px;
  }

  .sec-choose .choose-tab {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .sec-choose .detail-in {
    margin-left: 0;
  }

  .sec-choose .choose-tab {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
  }

  .sec-choose .text-content {
    position: relative;
  }
}

/*
*--------------------------------------------------------------
* Showcase Section
*--------------------------------------------------------------
*/

.showcase-section {
    width: 100%;
    float: left;
}

.showcase-section .section-bg{
    background: #494a4e;
}

.showcase-section .left-side {
    width: 60%;
    float: left;
}

.showcase-section .left-side figure {
    float: left;
    margin: 0 auto;
}

.showcase-section .left-side figure img {
    width: 100%;
}

.showcase-section .right-side {
    width: 40%;
    float: left;
}

.showcase-section .right-side h2 {
    color: #f1f1f1;
    display: block;
    margin-top: 15%;
}

.showcase-section .right-side span {
    margin-left: 82px;
    font-size: 22px;
    color: #b5b5b5;
    padding-bottom: 30px;
}

@media screen and (min-width: 991px) {
    .showcase-section .right-side h2 {
        font-size: 100px;
        font-weight: 900;
    }
}

/*
*--------------------------------------------------------------
* Progress Section
*--------------------------------------------------------------
*/

.progress-section .description {
    margin-bottom: 80px;
    padding: 0 5%;
}

.progress-section .twp-counter {
    border: 3px solid #bca480;
    float: left;
    padding: 15px;
    width: 100%;
}

.progress-section .twp-counter .number {
    float: left;
}

.progress-section .twp-counter .number-type {
    display: block;
    font-size: 10px;
    font-size: 22px;
    color: #b5b5b5;
    font-weight: 900;
    font-style: normal;
    margin-bottom: 5px;
}

.progress-section .twp-counter .counter-item-detail {
    float: left;
    font-size: 21px;
    font-weight: normal;
    font-style: italic;
    color: #707070;
}

/*  Skills
------------------------------------------------*/  
.tpl-progress{
    margin-top: 10px;
    margin-bottom: 50px;
    font-weight: 400;
    text-transform: uppercase;
    overflow: visible;
    height: 2px;
    background: #f0f0f0;
    
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.tpl-progress .progress-bar{
    padding-top: 2px;
    position: relative;
    overflow: visible;
    background-color: #222;
    font-size: 11px;
    color: #000;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tpl-progress .progress-bar > span{
    display: inline-block;  
    min-width: 24px;
    height: 24px;
    padding: 0 3px;
    position: absolute;
    top: 0px;
    right: -5px;

    text-align: center;
    line-height: 23px;
    
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

}
.progress-color .progress-bar{
    background-color: #e41919;
    color: #e41919;
}
.progress-color .progress-bar > span{
    background-color: #e41919;
    color: #fff;
}

/*
*--------------------------------------------------------------
* Testmonial Section
*--------------------------------------------------------------
*/
.section-block.testmonial-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

/*
*--------------------------------------------------------------
* Team Section
*--------------------------------------------------------------
*/
.team-member, .team-member .team-img {
    position: relative;
}

.team-member {
    overflow: hidden;
}

.team-member, .team-member .team-img {
    position: relative;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.6);
    background-color: rgba(0,0,0,.75);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.team-member:hover .team-hover .team-description {
    top: 35%;
}

.team-member:hover .team-hover,
.team-member:hover .team-hover .team-description,
.team-member:hover .team-hover .social-link {
    opacity: 1;
}

.team-hover .team-description {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}

.team-description, .team-description h4, .team-hover .social-link a {
    text-align: center;
}

.team-member:hover .team-hover .social-link {
    bottom: 10%;
}

.team-member:hover .team-hover, .team-member:hover .team-hover .team-description,
.team-member:hover .team-hover .social-link {
    opacity: 1;
}

.team-hover .social-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}

.team-description, .team-description h4, .team-hover .social-link a {
    color: #fff;
}

.team-member .social-link a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}

.team-title {
    background: #ececec;
    padding: 10px 15px;
    position: static;
    display: inline-block;
    width: 100%;
}

/*-------------------------------------------------------------
 * Google Map Section
 *-------------------------------------------------------------
 */
.map-section {
    padding-bottom: 0;
}

.google-map {
    position: relative;
}

.map {
    width: 100%;
    height: 450px;
    z-index: 1;
}

.map-container {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 !important;
    background: rgba(0,0,0,.7);
    z-index: 2;
    cursor: pointer;

    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.map-container:hover {
    background: rgba(0,0,0,.5);
}

.map-toggle {
    width: 200px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -100px;
    color: #fff;
    text-align: center;
}

.map-toggle-icon {
    width: 27px;
    height: 27px;
    line-height: 27px;
    margin: 6px auto 25px;
    position: relative;
    color: #111;

    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.map-toggle-icon:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

}

.map-toggle-icon i,
.map-toggle-icon span {
    position: relative;
}

.map-toggle-info {
    margin-left: 12px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: rgba(255, 255, 255, .75);
}

.map-toggle-close {
    display: none;
}

.map-container.js-active {
    height: 50px;
    background: rgba(17, 17, 17, .75);
}

.map-container.js-active:hover {
    background: rgba(17, 17, 17, .85);
}

.map-container.js-active .map-toggle-icon {
    opacity: 0;
}

.map-container.js-active .map-toggle-info {
    position: relative;
    top: -20px;
}

/*
*--------------------------------------------------------------
* 404 Page
*--------------------------------------------------------------
*/
.error404 #primary,
.page404 #primary {
    width: 100%;
}

/*------------------------------------------------------------
 * ## Posts and pages
 *------------------------------------------------------------
 */

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.entry-meta {
    border: 1px solid #bac2cc;
    padding: 5px 5px;
    position: relative;
}

.entry-header .entry-title {
    z-index: 1;
    margin: 0 0 40px;
    padding: 0 0 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}

.entry-header .entry-title:after {
    right: 9px;
    bottom: 0;
    z-index: 2;
    content: '';
    width: 170px;
    height: 15px;
    position: absolute;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: skewX(43deg);
    -o-transform: skewX(43deg);
    -ms-transform: skewX(43deg);
    -moz-transform: skewX(43deg);
    -webkit-transform: skewX(43deg);
}

.entry-header .entry-title:before {
    right: 0;
    z-index: 3;
    content: '';
    bottom: 5px;
    position: absolute;
    border-top: 10px solid;
    border-left: 10px solid transparent !important;
}

/*------------------------------------------------------------
 * ## 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: 5px 5px;
    position: relative;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.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;
}

/*------------------------------------------------------------
 * ## 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;
}

/*------------------------------------------------------------
 * # Infinite scroll
 *------------------------------------------------------------
 */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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;
}

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;
}

/*------------------------------------------------------------
 * # Footer
 *------------------------------------------------------------
 */

.site-footer {
    background: #323232;
    float: left;
    padding-top: 60px;
    width: 100%;
}

.footer-social {
    text-align: center;
}

.social-title {
    display: block;
    font-size: 44px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 20px;
}

.copyright-area {
    text-align: center;
}

.site-info {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    max-width: 900px;
    padding: 40px 0;
    width: 100%;
}

/*Latest Blog*/
.twp-blogposts figure {
    width: 100%;
    float: left;
    margin: 0;
    background: #000;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.twp-blogposts figure .twp-img-hover {
    cursor: pointer;
    top: 70%;
    left: 70%;
    opacity: 0;
    z-index: 2;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 20px;
    visibility: hidden;
    position: absolute;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;

}

.twp-blogposts .twp-post figure:hover .twp-img-hover,
.twp-blogposts .twp-post figure:hover .twp-img-hover {
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
}

.twp-blogposts figure .twp-img-hover .twp-hover-box {
    width: 100%;
    height: 100%;
    padding: 20px;
    position: relative;
    background: rgba(0, 0, 0, 0.70);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

.twp-aurthor-btn {
    z-index: 3;
    padding: 0 20px;
    line-height: 37px;
    position: relative;
    margin: 0 0 20px -80px;
}

.twp-bordered{
    padding: 20px;
}

.twp-bordered > .section-title{
    border: 3px solid #bca480;
    height: 100%;
}