/*
Theme Name: Republik
Theme URI: http://demo.wphash.com/republik/
Author: WPHash
Author URI: http://wphash.com/
Description: Government and Municipal Portal WordPress Theme
Requires at least: 5.0
Requires PHP: 7.3
Version: 1.3.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: republik
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
WPHash is based on WPHash Starter theme http://wphash.com/.

-----------------------------------------------------------------------------------
  100%
  CSS INDEX
  ===================
    
    1. Theme Default
    2. Page Header
    3. Our Blog Area
    4. About area
    5. Running project area
    6. Our story area
    7. Our counterUp area
    8. Portfolio section
    9. Our recent event area
    10. Contact us
    11. Footer
    
    
-----------------------------------------------------------------------------------*/

html {
    font-family: 'Open Sans', sans-serif;
    -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;
}
a,
img,
input {
    transition: all 0.3s ease 0s;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    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;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
h1 {
    font-size: 40px;
    margin: 25px 0;
}
h2 {
    font-size: 30px;
    margin: 25px 0;
}
h3 {
    font-size: 22px;
    margin: 25px 0;
}
h4 {
    font-size: 20px;
    margin: 25px 0;
}
h5 {
    font-size: 18px;
    margin: 25px 0;
}
h6 {
    font-size: 16px;
    margin: 36px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 600;
    line-height: 1.3;
	word-break: break-word;
}
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: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. */
}
figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}
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, .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: 3px;
    padding: 3px;
}
select {
    border: 1px solid #ccc;
    height: 36px;
    width: 100%;
}
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;
}
textarea {
    padding: 10px;
    width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #555;
}
a:visited {
    color: #555;
}
a:hover,
a:focus,
a:active {
    color: #03A9F4;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation li:hover > a,
.main-navigation ul ul:hover > a,
.main-navigation ul ul a:hover,
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}
/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.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%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
    margin: 0 !important;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */

.widget select {
    height: 36px;
    width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/*--------------------------------------------------------------
# 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;
}
/* 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;
}
/*=========== Default CSS =============*/
/*--------------------------------------------------------------
# Transition 
--------------------------------------------------------------*/

a,
img,
.img,
.btn,
input,
select,
textarea {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
/*--------------------------------------------------------------
# Selection
--------------------------------------------------------------*/

*::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
/*--------------------------------------------------------------
# Placeholder
--------------------------------------------------------------*/

*::-moz-placeholder {
    color: #444;
}
::-moz-placeholder {
    color: #444;
}
::placeholder {
    color: #444;
}
/*--------------------------------------------------------------
# Browser Upgrade
--------------------------------------------------------------*/

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/*--------------------------------------------------------------
1. Theme Default
--------------------------------------------------------------*/

html,
body {
    height: 100%;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
}
a {
    text-decoration: none;
}
a:hover,
a:active {
    color: #B7985B;
    text-decoration: none;
    outline: 0 none;
}
a:focus {
    outline: none !important
}
ul,
ol {
    margin: 0;
    padding: 0
}
p {
    margin: 0 0 15px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}
/*--------------------------------------------------------------
2. Page Header
--------------------------------------------------------------*/

.page-header {
    margin: 0 0 20px;
}
/*--------------------------------------------------------------
# Helper css
--------------------------------------------------------------*/

.clear {
    clear: both
}
.fix {
    overflow: hidden;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}
.aligncenter {
    display: block;
    margin: 0 auto 15px
}
.uppercase {
    text-transform: uppercase
}
.capitalize {
    text-transform: capitalize
}
img,
.img {
    max-width: 100%;
    height: auto;
}
.mark,
mark {
    background: #4fc1f0 none repeat scroll 0 0;
    color: #ffffff;
}
/* ------------------------------------------------------------------------------------

NOTE: This is Header style file. All Header related style included in this file.

--------------------------------------------------------------------------------------*/
/*-------------------------------- 
# Top bar menu
----------------------------------*/

.header-top-area {
    padding: 15px 0;
    background: #444 none repeat scroll 0 0;
}
.header-info span {
    font-weight: 500;
}
.top-bar-left-content a,
.header-info a {
    color: #fff;
}
.header-info span {
    position: relative;
}
.header-info span + span {
    margin-left: 8px;
    padding-left: 8px;
}
.header-info span + span::before {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: -2px;
    position: absolute;
    top: 0;
    width: 1px;
}
/*-------------------------------- 
# Top bar left side menu
----------------------------------*/

.top-bar-left-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-bar-left-menu ul li {
    display: inline-block;
}
.top-bar-left-menu ul li a {
    padding: 5px 10px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
}
.top-bar-left-content a:hover,
.header-info a:hover,
.header-social ul li a:hover,
.top-bar-left-menu ul li a:hover {
    color: #03a9f4;
}
.top-bar-left-content {
    color: #fff;
}
.top-bar-left-content p {
    margin-bottom: 0;
}
/*-------------------------------- 
# Header Top Social icons
----------------------------------*/

.header-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-social ul li {
    display: inline-block;
}
.header-social ul li a {
    color: #fff;
    font-size: 16px;
}
.header-social.text-white > a {
    color: #fff;
}
.menu-middle-area {
    border-top: 1px solid #ddd;
}
.header-social ul li + li {
    margin-left: 15px;
}
/*-------------------------------- 
# Header Search
----------------------------------*/

.header-search {
    margin: 29px 0;
}
.header-search form {
    display: block;
    position: relative;
}
.header-search form input {
    border: 1px solid #ddd;
    height: 40px;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    width: 250px;
}
.header-search form button {
    background-color: transparent;
    border: 0 none;
    color: #999;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 40px;
}
.header-search form button i {
    display: block;
    line-height: 38px;
}
.header-search form button:hover {
    color: #B7985B;
}
/*================= Header Style One ===============*/

.site-title a {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}
.header-menu-wrap {
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.header-menu-wrap.logo-left {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}
.header-menu-wrap.logo-center {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}
.header-menu-wrap.logo-center > div:nth-child(2) {
    -ms-align-self: flex-start;
    align-self: flex-start;
}
.header-menu-wrap.logo-right {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.header-menu-wrap.logo-left-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.header-menu-wrap.logo-center-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}
.header-menu-wrap.logo-right-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-end;
    align-items: flex-end;
}
.header-menu-wrap.logo-center,
.header-menu-wrap.logo-left-top,
.header-menu-wrap.logo-center-top,
.header-menu-wrap.logo-right-top {
    padding-top: 15px;
}
.primary-nav-wrap ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.mainmenu__nav ul,
.primary-nav-wrap ul li {
    list-style: outside none none;
}
.primary-nav-wrap ul li + li {
    margin-left: 40px;
}
.primary-nav-wrap ul li a {
    display: block;
    height: 85px;
    line-height: 85px;
    transition: 0.3s;
}
.primary-nav-wrap ul li a {
    color: #464646;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    text-decoration: none;
    transition: 0.3s;
}
.primary-nav-wrap.nav-effect-1 > nav > ul > li > a::before {
    background-color: #B7985B;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    transform: scaleX(0);
    transition: all 0.3s ease 0s;
}
.primary-nav-wrap.nav-effect-1 > nav > ul > li > a::before {
    bottom: 0;
}
.primary-nav-wrap.nav-effect-1 > nav > ul > li:hover > a::before,
.primary-nav-wrap.nav-effect-1 > nav > ul > li.active > a::before,
.primary-nav-wrap.nav-effect-1 > nav > ul > li.current_page_item > a::before {
    transform: scaleX(1);
}
.primary-nav-wrap > nav > ul > li:hover > a,
.primary-nav-wrap > nav > ul > li.current_page_item > a {
    color: #B7985B;
}
/*================ Header Style Two ======================*/

.header-style-2 .header-menu-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.header-style-2 .header-menu-wrap > div {
    width: 100%;
}
.header-style-2 .primary-nav-wrap ul li a {
    display: block;
    height: 60px;
    line-height: 60px;
    transition: 0.3s;
}
.header-style-2 .primary-nav-wrap ul li a {
    display: block;
    height: 60px;
    line-height: 60px;
    transition: 0.3s;
}
.header-style-2 .header-menu-wrap .site-title {
    padding-top: 20px;
    padding-bottom: 20px;
}
.header-mid-inner.logo-left-search-right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
.header-menu-wrap .site-description {
    line-height: 1;
    margin: 0;
    transition: 0.3s;
}
.header-menu-wrap .site-title h3 {
    line-height: 1;
    margin-bottom: 7px;
    margin-top: 0;
    transition: all 0.3s ease 0s;
}
/* Separetor */

.hr-style-1 {
    border-bottom: 1px solid #e7e7e7;
}
/* Header Transparent */

.header-area.header-transparent {
    background: transparent none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 32px;
    width: 100%;
    z-index: 9999;
}
.header-area.header-transparent {
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0);
}
/* stiky */

.header-area {
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.1);
}
.header-area.sticky {
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.1);
}
.logged-in .header-area.sticky {
    top: 32px;
}
.header-area.header-style-2.header-sticky.sticky {
    left: inherit;
    position: static;
    top: inherit;
    width: auto;
}
.header-area.header-style-2.header-sticky.sticky .header-buttom {
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.1);
}
.logged-in .header-area.header-style-2.header-sticky.sticky .header-buttom {
    top: 32px;
}
.header-area.header-style-2.header-sticky.sticky .header-buttom .site-title.hidden {
    display: block !important;
}
.header-area.header-style-2.header-sticky.sticky .header-buttom .sticky_menu_logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
}
.sticky_menu_logo .site-title.hidden {
    padding: 0;
    padding-right: 50px;
}
/* Header Menu Style */

.primary-nav-wrap .sub-menu {
    background: #ffffff none repeat scroll 0 0;
    height: auto;
    left: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    width: 250px;
    opacity: 0;
    visibility: hidden;
}
.primary-nav-wrap ul > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 550;
}
.primary-nav-wrap ul li {
    position: relative;
}
.primary-nav-wrap .sub-menu > li {
    display: block;
    margin: 0;
    width: 100% !important;
}
.primary-nav-wrap ul.sub-menu {
    display: block;
}
.primary-nav-wrap ul.sub-menu li {
    display: block;
}
.primary-nav-wrap .sub-menu > li > a {
    height: 36px;
    line-height: 34px;
    padding: 0 15px;
    text-transform: capitalize;
}
.primary-nav-wrap .sub-menu > li:hover > a {
    background-color: #B7985B;
    color: #fff;
}
.primary-nav-wrap ul.sub-menu li .sub-menu {
    left: 100%;
    top: 5px !important;
}
.primary-nav-wrap ul > li.last-elements ul.sub-menu li .sub-menu {
    left: auto;
    right: 100%;
    top: 0 !important;
}
/*-- Mobile Menu --*/

.mean-bar {
    background-color: transparent;
    min-height: auto;
    padding: 0;
    z-index: 9;
}
/*-- Menu Open/Close Button --*/

a.meanmenu-reveal {
    height: auto;
    line-height: 1;
    padding: 0;
    top: -54px;
    width: auto;
}
a.meanmenu-reveal:hover,
a.meanmenu-reveal:focus {
    color: #B7985B;
    outline: medium none;
}
a.meanmenu-reveal i {
    display: block;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
}
/*-- Mobile Menu Nav --*/

.mean-nav {
    background-color: transparent;
    margin: 0;
}
.mean-nav a.mean-expand {
    color: #fff !important;
    font-size: 18px !important;
    height: 36px;
    padding: 0 !important;
    text-align: center;
    width: 30px !important;
}
.mean-nav a.mean-expand:hover {
    color: #fff !important;
}
.mean-nav a.mean-clicked {
    font-size: 22px !important;
}
.mean-nav > ul {
    float: left;
    padding: 15px 0;
}
.mean-nav > ul > li > a {
    border-color: #eee;
    color: #464646;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    padding: 6px 30px 6px 0;
}
.mean-nav > ul > li > a:hover,
.mean-nav > ul > li.current_page_item > a {
    color: #B7985B;
}
/*-- Mobile Sub & Mega menu --*/

.mean-nav .sub-menu,
.mean-nav .mega-menu {
    box-shadow: none;
    float: left;
    opacity: 1;
    position: static;
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    visibility: visible;
    z-index: 1;
}
.mean-nav ul li li {
    margin: 0;
    padding: 0;
}
.mean-nav ul li li a {
    border-color: #eee;
    color: #464646;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    opacity: 1;
    padding: 6px 30px 6px 15px;
    text-transform: uppercase;
    width: 100% !important;
}
.mean-nav .sub-menu li.current_page_item:hover > a {
    color: #B7985B;
}
.mean-nav ul li li.current_page_item > a,
.mean-nav ul li li > a:hover,
.mean-nav .sub-menu li > a:hover {
    color: #B7985B;
}
.mean-nav ul li li li a {
    padding: 6px 30px 6px 25px;
}
.mean-nav ul li li li li a {
    padding: 6px 30px 6px 35px;
}
.mean-nav ul li li li li li a {
    padding: 6px 30px 6px 45px;
}
.mean-nav ul li li li li li li a {
    padding: 6px 30px 6px 55px;
}
/*-------------------------------- 
3. Our Blog Area
----------------------------------*/

.our-blog-area {
    padding: 80px 0;
}
.single-blog {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.bolg-img a {
    position: relative;
    display: block;
}
.bolg-img a::before {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.single-blog:hover .bolg-img a::before {
    opacity: 1;
}
.blog-text {
    padding: 25px;
}
.blog-date {
    margin: 15px 0;
}
.blog-text h2 {
    margin-bottom: 10px;
    margin-top: 0;
}
.blog-text h2 a {
    color: #666;
    font-size: 28px;
    transition: all 0.3s ease 0s;
}
.blog-text h4 a:hover {
    color: #03A9F4;
}
.blog-date span {
    color: #666;
    font-size: 14px;
    margin-right: 10px;
    text-transform: uppercase;
}
.blog-date span i {
    font-size: 14px;
    margin-right: 8px;
}
.blog-text p {
    color: #666;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 30px;
    margin-bottom: 12px;
    margin-top: 6px;
	word-break: break-word;
}
.blog-text a:hover {
    color: #B7985B;
}
.blog-text ol,
.blog-text ul {
    padding-left: 15px;
    list-style: none;
}
.blog-text .blog-read-more {
    border: 1px solid #e5e5e5;
    color: #666;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
    padding: 12px 35px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}
.single-blog {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
/*-----------blog-story-area--------------- */

.post-breadcrumb-banner-area {
    background-image: url('images/breacrumb-bg.jpg');
    padding: 100px 0;
}
.bg-opacity {
    position: relative;
}
.bg-opacity::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.breadcrumb-text {
    position: relative;
    z-index: 1;
    text-align: center;
}
.breadcrumb-text h1 {
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 38px;
    margin: 0;
    text-transform: uppercase;
}
.post-breadcrumb-banner-area h3 {
    color: #fefefe;
}
.breadcrumb-menu ul li {
    display: inline-block;
    padding: 0 5px;
    text-transform: capitalize;
}
.breadcrumb-menu ul li::after {
    color: #fff;
    content: "/";
    display: inline-block;
    float: right;
    position: relative;
    right: -6px;
    top: 2px;
}
.breadcrumb-menu ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
/*--------  Breadcrumb style default  -----------*/

.breadcrumbs-area {
    background-color: #5f5f5f;
    padding: 100px 0;
}
.breadcrumbs-area-default .breadcrumbs ul li a:hover {
    color: #B7985B;
}
.breadcrumbs-area-default .breadcrumbs ul li,
.breadcrumbs ul li {
    padding-left: 5px;
    padding-right: 5px;
}
.breadcrumbs-area-default .breadcrumbs ul li:last-child,
.breadcrumbs ul li:last-child {
    padding-right: 0px;
}
.breadcrumbs-area-default .breadcrumbs ul li:first-child,
.breadcrumbs ul li:first-child {
    padding-left: 0px;
}
.page-title-search-box.search-left {
    float: left;
}
.page-title-bar {
    overflow: hidden;
    text-align: center;
}
.page-title-bar.right-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}
.page-title-bar.left-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.breadcrumbs h1.page-title {
    color: #fff;
    font-weight: 600;
    line-height: 38px;
    font-size: 30px;
    margin: 0 0 10px;
    text-align: center;
}
.page-title-bar-center h2.page-title {
    margin-bottom: 20px;
}
.breadcrumbs ul {
    color: #333;
}
.breadcrumbs li {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
}
.breadcrumbs ul,
.breadcrumbs ul li a,
.breadcrumbs ul li {
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
	word-break: break-word;
}
.breadcrumbs ul li:last-child {
    color: #B7985B;
}
.breadcrumbs ul li a:hover {
    color: #B7985B;
}
.breadcrumbs ul li a.active::after {
    color: #B7985B;
}
.page-title-bar-center .page-title {
    float: inherit;
}
.page-title-bar-center .page-title-search-box > form {
    margin: auto;
}
.pattern-bread h2.page-title {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    margin-top: 0;
}
.pattern-bread .breadcrumbs > ul {
    display: inline-block;
    float: right;
    margin-top: 5px;
    color: #fff;
}
.border-bread {
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}
.bg-2.bread-bg {
    background-attachment: fixed;
    background-position: center center;
}
.breadcrumbs-img h2.page-title {
    color: #000;
}
.breadcrumbs-img .breadcrumbs > ul li a {
    color: #fff;
}
.breadcrumbs-img .breadcrumbs > ul li {
    color: #fff;
}
.breadcrumbs-img .breadcrumbs ul li a::after {
    background-color: #000;
}
.page-title-bar.right-title .page-title-search-box,
.page-title-bar.right-title ul {
    float: left;
}
.page-title-search-box button {
    background-color: #B7985B;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    height: 100%;
    line-height: 15px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 40px;
}
.page-title-search-box > form {
    width: 250px;
    position: relative;
}
.page-title-search-box input {
    border: 0 none;
    height: 35px;
    padding: 0 10px;
    width: 100%;
}
/* Overlay */

section.breadcrumbs-area {
    position: relative;
    z-index: 1;
}
section.breadcrumbs-area::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.breadcrumbs {
    align-items: center;
    word-wrap: break-word;
    justify-content: space-between;
}
.breadcrumbs.breadcrumbs-title-left {
    float: left;
}
.breadcrumbs.breadcrumbs-title-right {
    float: right;
}
.breadcrumbs.breadcrumbs-title-center {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.breadcrumbs-title-center .page-title-search-box {
    margin-top: 10px;
}
.page-area {
    padding-top: 100px;
    padding-bottom: 50px;
}
.home .page-area {
  padding-bottom: 0;
  padding-top: 0;
}
.blog-story-area {
    padding: 80px 0;
}
.blog-img-2 {
    margin-bottom: 30px;
}
.blog-header h1 {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 20px;
}
.entry-content a:not(.button) ,
.story-hbtitle a:not(.button) ,
.copy a:not(.button){
    text-decoration: underline;
}
.story-hbtitle .user-info span a ,
.story-hbtitle .next-prev a ,
.entry-content .project a ,
.entry-content .meet-all a ,
.comment-text .comment-meta.commentmetadata a {
    text-decoration: none;
}
.story-hbtitle blockquote ,
.entry-content blockquote {
    background: #eee none repeat scroll 0 0;
    border-left: 2px solid #b7985b;
    font-size: 14px;
    margin: 10px 0 10px 55px;
    padding: 20px 30px;
}
.tab-info p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
}
.meta-info {
    background-color: #ededed;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}
.meta-info span {
    margin-left: 5px;
}
.meta-info span:first-child {
    margin-left: 0;
}
.meta-item i {
    margin-right: 5px;
}
.contact-form p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
.contact-form label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
}
.contact-form textarea {
    border: 1px solid #e8e8e8;
    font-size: 12px;
    font-weight: 500;
    height: 168px;
    margin-bottom: 20px;
    padding: 8px 15px;
    width: 100%;
}
.btn {
    background: #03a9f4 none repeat scroll 0 0;
}
.contact-form input {
    border: 1px solid #e8e8e8;
    color: #8f8f8f;
    font-size: 12px;
    font-weight: 500;
    height: 36px;
    margin-bottom: 15px;
    padding: 8px 15px;
    width: 100%;
}
.contact-form button {
    background: #B7985B none repeat scroll 0 0;
    border: 1px solid #B7985B;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    text-transform: uppercase;
    transition: all .5s ease 0s;
}
.contact-form button:hover {
    background: #26ccff none repeat scroll 0 0;
    border-color: #26ccff;
}
.post-pagination .pagination {
    margin: 0;
}
.post-pagination ul {
    border-radius: 4px;
    display: inline-block;
}
.post-pagination ul li {
    display: inline;
}
.post-pagination ul li {
    background-color: #fff;
    color: #666666;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    position: relative;
    text-decoration: none;
}
.pagination .post-page-numbers,
.post-pagination ul li a {
    display: block;
    color: #666666;
    padding: 0 15px;
    border: 1px solid #ddd;
}
.pagination .post-page-numbers{
    display: inline-block;
    padding: 7px 15px;
}
.post-pagination ul li .current {
    cursor: no-drop;
    display: block;
    padding: 0 15px;
    border: 1px solid #ddd;
}
.pagination .post-page-numbers:hover,
.post-pagination ul li:hover a,
.post-pagination ul li .current {
    background: #B7985B;
    color: #fff;
    border: 1px solid #B7985B;
}
.page-links span ,
.page-links a span:hover{
    border: 1px solid #B7985B;
    height: 35px;
    width: 35px;
    background: #B7985B;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    color: #fff;
}
.page-links a span {
    border: 1px solid #ddd;
    height: 35px;
    width: 35px;
    background: transparent;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    color: #666;
    margin: 10px 5px 0 5px;
    transition: .3s;
}
.page-links span.page-links-title {
    height: auto;
    background: transparent;
    width: auto;
    border: none;
    color: #666;
    margin: 0;
}
/*---blog commnet---*/

.comment-list {
    list-style: none;
}
.author-top {
    display: block;
    margin-bottom: 15px;
    position: relative;
}
.author-top .author-comment {
    overflow: hidden;
    padding: 5px 0;
}
.author-top .author-comment .author-name {
    display: block;
    font-weight: 700;
}
.comment-list .author-img {
    float: left;
    margin-right: 10px;
    max-width: 64px;
}
.copy.small a:hover {
    color: #404040;
}
.copy.small a {
    color: #B7985B;
    text-decoration: underline;
}
.comment-list .author-comment a {
    margin-right: 5px;
    color: #000;
}
.comment-list .children {
    list-style: none;
}
.comment-list .children {
    margin-left: 35px;
}
.no-comments {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 5px 10px;
}
/* Unit test*/

article.sticky,
article.tag-sticky-2 {
    border: 1px solid #B7985B;
}
.story-hbtitle li {
    margin-bottom: 10px;
}
table {
    border: 2px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    overflow: hidden;
    vertical-align: top;
    width: 100%;
}
table th {
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    border-right: 2px solid rgba(0, 0, 0, 0.08);
    color: #454545;
    font-weight: 700;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
}
table td {
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    border-right: 2px solid rgba(0, 0, 0, 0.08);
    padding: 10px;
    vertical-align: top;
    text-align: center;
}
table th a,
table th a:hover {
    text-decoration: underline;
}
.post-password-form input[type="submit"] {
    background: #B7985B none repeat scroll 0 0;
    border: 1px solid #B7985B;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding: 5px 10px;
}
.post-password-form input[type="submit"]:hover {
    background: transparent none repeat scroll 0 0;
    color: #B7985B;
}
.post-password-form input[type="password"] {
    border-radius: 0;
}
#wp-calendar tbody tr td {
    border-right: 1px solid #ebebeb;
}
#wp-calendar tbody tr td#today {
    background: #B7985B none repeat scroll 0 0;
    color: #fff;
}
.copy ul li {
    list-style: outside none disc;
    margin: 0 0 6px 30px;
}
.copy ul {
    list-style: outside none disc;
    margin: 0 0 26px;
}
.copy ol {
    list-style: outside none decimal;
    margin: 0 0 26px;
}
.copy ol li {
    list-style: outside none decimal;
    margin: 0 0 6px 30px;
}
.copy ul ul,
.copy ul ol,
.copy ol ol,
.copy ol ul {
    margin-bottom: 0;
}
.wp-audio-shortcode {
    margin-bottom: 15px;
}
.story-hbtitle ol li {
    list-style: outside none decimal;
    margin: 0 0 6px;
}
.story-hbtitle ol {
    list-style: outside none decimal;
    margin: 0 0 26px 35px;
}
.story-hbtitle ul {
    list-style: outside none disc;
    margin: 0 0 26px 35px;
}
.story-hbtitle ol ul li {
    list-style: outside none decimal;
}
.story-hbtitle ul li {
    list-style: outside none disc;
    margin: 0 0 6px;
}
.story-hbtitle ul ul,
.story-hbtitle ul ol,
.story-hbtitle ol ol,
.story-hbtitle ol ul {
    margin-bottom: 0;
}
.entry-content ul,
.entry-content ol {
    margin: 0 0 26px 35px;
}
.entry-content ul ul,
.entry-content ol ul {
    margin-bottom: 0;
}
.entry-content ol li,
.entry-content ul li {
    margin: 0 0 6px;
}
.entry-content ol ol {
    margin-bottom: 0;
}
.story-hbtitle ul ol li {
    list-style: outside none decimal;
}
.footer-area table {
    border: 2px solid #fff;
}
.footer-area caption {
    color: #fff;
}
.footer-area table th {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    color: #fff;
}
.footer-area table td {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.footer-area table#wp-calendar a {
    color: #fff;
}
.shopping-button button[type="submit"] {
    background: #B7985B none repeat scroll 0 0;
    border: 1px solid #B7985B;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    padding: 8px 14px;
    transition: all 0.3s ease 0s;
}
.shopping-button button[type="submit"]:hover {
    background: transparent none repeat scroll 0 0;
    color: #B7985B;
}
/* Heading font size */

.contact-form h1,
.contact-form h2,
.contact-form h3,
.contact-form h4,
.contact-form h5,
.contact-form h6,
.story-hbtitle h1,
.story-hbtitle h2,
.story-hbtitle h3,
.story-hbtitle h4,
.story-hbtitle h5,
.story-hbtitle h6 {
    font-weight: 600;
    margin-bottom: 25px;
}
.page-not-found-wrap {
    height: 750px;
    width: 100%;
    background: #f1f1f1;
}
.page-not-found-wrap .container,
.page-not-found-wrap .container .row,
.page-not-found-wrap .container .pnf-inner-wrap,
.page-not-found-wrap .container [class*="col-"] {
    height: 100%;
}
.page-not-found-wrap .container .pnf-inner-wrap {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.pnf-inner img {
    max-height: 350px;
    margin-bottom: 30px;
}
.pnf-inner > h1 {
    color: #333;
    font-size: 150px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.pnf-inner > h2 {
    color: #333;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
}
.pnf-inner > p {
    color: #333;
    font-size: 24px;
    line-height: 1.4;
    margin: 0;
}
.pnf-inner a.btn {
    color: #fff;
    height: 50px;
    line-height: 50px;
    margin-top: 50px;
    padding: 0 30px;
    text-transform: uppercase;
}
.blog-title {
    margin-bottom: 50px;
}
.blog-title > h3 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
}
.blog-meta > span {
    color: #666666;
    font-family: dosis;
    letter-spacing: 4px;
}
.date {
    padding-right: 20px;
}
.workstation {
    padding-left: 23px;
}
.blog-meta {
    margin-top: 20px;
}
.owl-carousel .owl-nav div {
    background: #fff none repeat scroll 0 0;
    bottom: 20px;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    opacity: 1;
    position: absolute;
    right: 20px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 45px;
    border-radius: 5px;
    color: #000000;
}
.owl-carousel .owl-nav div:hover {
    background: #ddd none repeat scroll 0 0;
    color: #000000;
}
.owl-carousel .owl-nav div i {
    line-height: 45px;
}
.owl-carousel .owl-nav div.owl-prev {
    right: 85px;
}
/* Blog details page */
.wp-block-button .wp-block-button__link{
    text-decoration: none !important
}
.blog-slider {
    margin: 0 0 40px;
}
.blog-info-dec > p {
    line-height: 30px;
}
.blog-info-dec span {
    display: inline-block;
    float: left;
    font-size: 60px;
    line-height: 1;
    margin: 0 5px 0 0;
}
blockquote {
    border-left: 5px solid #4b4a4a;
    color: #666666;
    font-style: italic;
    font-weight: bold;
    line-height: 30px;
    margin: 52px 0 54px 70px;
    padding: 0 70px 0 26px;
}
.blog-info > p {
    line-height: 1.5;
	word-break: break-word;
}
.blog-info > ul > li ,
.blog-info > ol > li {
    color: #666666;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
}
.blog-info li:last-child {
    margin-bottom: 0px;
}
.pagination {
    display: block;
}
.blog-img {
    margin: 50px 0;
}
.user-text {
    color: #666;
    display: inline-block;
    float: left;
}
.user-share {
    display: inline-block;
    float: right;
}
.user-info {
    display: block;
    margin: 47px 0 53px;
    overflow: hidden;
}
.user-name {
    padding-right: 47px;
}
.user-share > ul {
    display: inline-block;
    margin: 0;
}
.user-share > span {
    color: #666666;
    display: inline-block;
    float: left;
    font-family: dosis;
    letter-spacing: 3px;
    margin-right: 14px;
}
.user-share > ul > li {
    display: inline-block;
    float: left;
    margin-left: 20px;
}
.user-share > ul > li:first-child {
    margin-left: 0px;
}
.user-share a {
    color: #666666;
}
.user-share a:hover {
    color: #222;
}
.next-prev {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    padding: 20px 0;
}
.next-prev a {
    background-color: #f6f6f6;
    border-radius: 5px;
    color: #666;
    display: inline-block;
    font-size: 14px;
    padding: 8px 20px;
    text-transform: capitalize;
}
.next-prev a i {
    color: #666;
    transition: all .3s ease 0s;
}
.next-prev a.prev-btn i {
    padding-right: 5px;
}
.next-prev a.next-btn i {
    padding-left: 5px;
}
.next-prev a:hover {
    background-color: #B7985B;
    color: #fff;
}
.next-prev a:hover i {
    color: #fff;
}
a.next-btn {
    float: right;
}
.author-box.author {
    align-items: flex-start;
    display: flex;
    justify-content: initial;
    margin: 100px 0;
    overflow: hidden;
}
.author-img {
    display: inline-block;
    float: left;
}
.author-info {
    float: right;
    padding-left: 30px;
    text-align: left;
    width: calc(100% - 120px);
}
.author-info > h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}
.author-info > h4 a {
    color: #666666;
}
.author-info > h4 a:hover {
    color: #000;
}
.author-info > h4 a span {
    color: #999999;
    font-size: 14px;
    margin-left: 7px;
}
.author-info > p {
    line-height: 25px;
    margin-bottom: 0;
}
.single-related-post img {
  margin-bottom: 20px;
}
.related-post {
    display: block;
    margin-top: 30px;
    overflow: hidden;
}
.related-post-title > h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top: 0;
    word-wrap: break-word;
}
.related-post-title > h3 a {
    color: #202020;
}
.related-post-title > h3 a:hover {
    color: #666;
}
.related-post-title > span {
    color: #636363;
    font-size: 13px;
}
.single-comment {
    position: relative;
}
.comment-img {
    display: inline-block;
    float: left;
}
.comment-text.pingback-text {
    padding-left: 0;
}
.comment-text a.url {
    padding-right: 40px;
}
.comment-text {
    padding-left: 150px;
}
.comment-text > p {
    margin-bottom: 0;
}
.comment-text .author-name,
.comment-text a.url {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}
.bypostauthor .comment-text a.url::after {
    content: "\f2c0 ";
    font-family: fontawesome;
    font-size: 90%;
    left: 3px;
    opacity: 0.5;
    position: relative;
    top: 0;
}
.comment-text > p {
    color: #525252;
    letter-spacing: 1px;
    padding-right: 25px;
    word-break: break-word;	
}
.comment-border {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.single-comment.comment-border:last-child {
    margin-bottom: 0px;
}
.parent-comment {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}
.comment-text .reply a {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 50px;
    bottom: -16px;
    color: #4c4c4c;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 7px 20px 6px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    text-decoration: none;
}
.comment-text .reply a:hover {
    background-color: #B7985B;
    color: #fff;
}
.replay-comment {
    margin-left: 150px;
}
.leave-comment h3.leave__comment--title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 11px;
    text-transform: uppercase;
}
.leave-comment > p {
    color: #000000;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}
.leave-comment-form {
    margin-top: 40px;
}
.comment-respond h3.comment-reply-title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 11px;
}
.comment-form > p {
    margin: 0;
}
.comment-form > p.comment-notes {
    color: #000000;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}
.form-submit .submit {
    margin-bottom: 0;
}
.input_half {
    width: 50%;
    float: left;
}
.input_half.left {
    padding-right: 15px;
}
.input_half.right {
    padding-left: 15px;
}
.leave-comment-form form textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #666666;
    font-size: 14px;
    height: 178px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    margin-top: 40px;
    padding: 30px;
}
.leave-comment-form form input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #666;
    font-size: 14px;
    height: 48px;
    letter-spacing: 1px;
    padding: 2px 30px;
    width: 100%;
    margin-bottom: 30px;
}
.leave-comment-form form input[type="checkbox"] {
    width: inherit;
    height: inherit;
    margin-right: 10px;
}
.leave-comment-form form input::-webkit-input-placeholder,
.leave-comment-form form textarea::-webkit-input-placeholder {
    /* Chrome */
    
    color: #666;
    opacity: 1;
}
.leave-comment-form form input::-moz-placeholder,
.leave-comment-form form textarea::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #666;
    opacity: 1;
}
.leave-comment-form .submit {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 11px 28px 12px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.leave-comment-form .submit:hover {
    background-color: #fff;
    color: #666;
    border: 1px solid #dddddd;
}
.blog-comment,
.leave-comment {
    margin-top: 50px;
}
.comment-respond {
    margin-bottom: 50px;
    margin-top: 50px;
}
.comment-text .comment-meta.commentmetadata a {
    display: inline-block;
}
.comment-meta.commentmetadata {
    position: relative;
}
.edit--btn {
    position: absolute;
    right: 0;
    top: 0;
}
.comment-meta.commentmetadata {
    margin-bottom: 10px;
}
.comment--date--time {
    margin-top: 5px;
}
.comment-reply-title small {
    float: right;
}
.comment-reply-title small a#cancel-comment-reply-link {
    height: 25px;
    width: 25px;
    font-size: 0;
}
.comment-reply-title small a#cancel-comment-reply-link::after {
    content: "\f00d";
    font-size: 25px;
    position: relative;
    top: 0px;
    right: 0;
    font-family: FontAwesome;
}
.comment-reply-title small a#cancel-comment-reply-link:focus {
    text-decoration: none;
    outline: none;
}
.no-comments {
    padding: 10px 15px;
}
.related-post .row {
    display: flex;
    flex-flow: wrap;
}
.related-post .row div[class*="col-"] {
    margin-top: 30px;
}
.related-post .sidebar-title {
    margin-bottom: 34px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .comment-list .children {
        margin-left: 30px;
    }
    .comment-author.comment-img {
        width: 100px;
    }
    .comment-text {
        padding-left: 120px;
    }
}
@media ( max-width: 767px) {
    .comment-list .children {
        margin-left: 0px;
    }
    .comment-author.comment-img {
        float: none;
        width: 60px;
    }
    .comment-text {
        padding-left: 0;
        padding-top: 20px;
    }
    .comment-respond h3.comment-reply-title {
        font-size: 16px;
        letter-spacing: 0;
    }
    .input_half {
        float: none;
        width: 100%;
    }
    .input_half.left {
        padding-right: 0;
    }
    .input_half.right {
        padding-left: 0;
    }
    .leave-comment-form form textarea {
        height: 120px;
        letter-spacing: 0px;
        padding: 15px;
        margin-bottom: 20px;
    }
    .leave-comment-form form input {
        letter-spacing: 0px;
        margin-bottom: 20px;
        padding: 2px 15px;
    }
    .comment-title.sidebar-title {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 28px;
    }
}
/* Author Informations */

.sidebar-widget .author--info--wrap img {
    width: 100%;
}
.video-img > img {
    width: 100%;
}
.self-info {
    padding: 37px 35px 50px;
    background-color: #f6f6f6;
}
.self-info > h3 {
    color: #000;
    font-family: open sans;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.self-info > p {
    color: #000;
    margin: 0;
}
.self-info > p span {
    font-weight: bold;
}
.sidebar-widget .blog-social {
    margin-top: 43px;
}
.sidebar-widget .blog-social > h4 {
    color: #363535;
    font-family: open sans;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 39px;
    position: relative;
}
.sidebar-widget .blog-social ul li {
    display: inline-block;
    margin: 0 5px;
}
.sidebar-widget .blog-social ul li a {
    border: 1px solid #d9d9d9;
    border-radius: 50px;
    color: #999999;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
    width: 40px;
}
.sidebar-widget .blog-social ul li a:hover {
    color: #fff;
    background-color: #232323;
    border: 1px solid #232323;
}
.sidebar-widget .blog-social h4::before {
    background-color: #565252;
    bottom: -13px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 50px;
}
.sidebar-banner img {
    max-width: 100%;
    width: 100%;
}
.sidebar-banner a {
    display: block;
}
/* Video popup */

.video-img {
    position: relative;
}
.video-img a {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    font-size: 24px;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    color: #000;
}
.video-img a:hover {
    background: #666 none repeat scroll 0 0;
    color: #fff;
}
.video-title h5 {
    color: #1c1c1c;
    font-family: open sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 8px;
}
.video-title h5 a {
    color: #1c1c1c;
    margin-bottom: 8px;
}
.video-title h5 a:hover {
    color: #555;
}
.video-title > span {
    color: #979797;
    font-weight: 600;
}
.video-title {
    margin-top: 23px;
}
.sidebar-title {
    border-bottom: 1px solid #5b5b5b;
    color: #444;
    display: inline-block;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.sidebar-widget {
    margin-bottom: 55px;
}
/* Recent post */

.post-img {
    display: inline-block;
    float: left;
    width: 80px;
}
.sidebar-post > li {
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}
.sidebar-post > li:last-child {
    margin-bottom: 0px;
}
.post-text {
    padding-left: 95px;
}
.sidebar-widget .post-text > h4 {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: capitalize;
}
.post-text > h4 a {
    color: #2a2a2a;
    font-size: 15px;
}
.post-text > h4 a:hover {
    color: #555;
}
.post-text > span {
    color: #000;
    font-size: 12px;
    display: block;
}
/* Search Form */

.blog-search form input {
    background: #f6f6f6 none repeat scroll 0 0;
    border: medium none;
    color: #989797;
    font-size: 16px;
    font-weight: 300;
    height: 60px;
    margin-bottom: 0;
    padding: 2px 82px 2px 30px;
    width: 100%;
}
.blog-search form input::-webkit-input-placeholder {
    /* Chrome */
    
    color: #989797;
    opacity: 1;
}
.blog-search form input::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #989797;
    opacity: 1;
}
.blog-search form {
    position: relative;
    background-color: #f6f6f6;
}
.blog-search form button {
    background-color: transparent;
    border: medium none;
    color: #bbbbbb;
    font-size: 20px;
    height: 60px;
    padding: 0 23px;
    position: absolute;
    right: 0px;
    transition: all .3s ease 0s;
    top: 0;
}
.blog-search form button:hover {
    color: #000;
}
.blog-search > form {
    position: relative;
}
.blog-search input[type="text"] {
    background-color: #fff;
    border: 1px solid #d3d3d3;
    color: #666666;
    height: 40px;
    line-height: 28.8px;
    margin: 0;
    border-radius: 0;
    outline: medium none;
    padding: 5px 47px 5px 15px;
    position: relative;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.blog-search button.submit {
    background-color: #b7985b;
    border: 1px solid #b7985b;
    color: #fff;
    font-size: 17px;
    height: 40px;
    line-height: 37px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 45px;
}
.blog-search button.submit:hover {
    background-color: #444;
    border: 1px solid #444;
    color: #fff;
}
.blog-search input::-moz-placeholder {
    color: #666666;
}
/* Side bar Menu */

.widget-area .sidebar-widget ul li {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding-bottom: 11px;
    text-align: left;
	word-break: break-word;
}
.widget-area .sidebar-widget ul li a {
    display: block;
    text-align: left;
}
.sidebar-widget ul {
    list-style: outside none none;
}
.widget-area .sidebar-widget ul li a {
    display: block;
    float: left;
    text-align: left;
}
.widget-area .sidebar-widget.widget_pages ul li a {
    float: none;
}
.widget-area .sidebar-widget.widget_nav_menu ul li a {
    float: none;
}
.sidebar-widget ul li {
    margin-bottom: 12px;
}
.sidebar-widget ul li a {
    color: #666666;
    display: inline-block;
    font-size: 14px;
    transition: all 0.3s ease 0s;
}
.footer-title a {
    color: #fff;
}
.single-footer.widget_nav_menu ul li a {
    color: #fff;
}
.widget-area .sidebar-widget ul li ul li a {
    color: #666666;
}
.widget-area .sidebar-widget ul li ul li a:hover {
    color: #b7985b;
}
.widget-area .sidebar-widget ul li ul li:first-child {
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 10px;
}
.widget-area .sidebar-widget ul li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/* Tag cloud */
.tagcloud {
    margin-left: -6px;
    margin-right: -6px;
}
.tagcloud a {
    border: 1px solid #ddd;
    color: #666;
    display: inline-block;
    font-size: 14px !important;
    margin-bottom: 20px;
    margin-right: 14px;
    padding: 6px 15px;
    transition: all 0.4s ease 0s;
}
.tagcloud a:hover {
    background-color: #b7985b;
    border: 1px solid #b7985b;
    color: #fff;
}
.single-footer .tagcloud a:hover {
    background: #ddd none repeat scroll 0 0;
    color: #333;
}
.single-footer .tagcloud a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #fff;
}
/*-----------------------------
-------   Theme css   ------
--------------------------------*/

.blog-area-two .bg-cat-2 {
    background-color: #fafafa;
    margin-bottom: 15px;
}
.logged-in .transparent--header {
    top: 142px;
}
.logged-in .ml-header-top.scroll-header {
    top: 32px;
}
.section__title .title-desc {
    padding: 0 23%;
}
.about__thumb {
    display: flex;
    justify-content: center;
    position: relative;
}
.about__thumb::before {
    border: 7px solid #fff;
    content: "";
    height: 66%;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.about__thumb img {
    position: relative;
}
/*  Button  */

.app-text > h2 {
    font-size: 30px;
    margin: 3px 0 22px;
}
.app-text > h2,
.app-text > h3,
.app-text > p {
    color: #fff;
}
.download-links {
    line-height: 0;
}
.download-links a {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.download-links a.active {
    background-color: #b7985b;
    border: 1px solid #b7985b;
}
.download-links a i {
    color: #b7985b;
    display: block;
    float: left;
    font-size: 35px;
    line-height: 55px;
    padding: 0 8px 0 20px;
    transition: all 0.3s ease 0s;
}
.download-links a.active i {
    color: #fff;
}
.download-links a .text {
    display: block;
    float: left;
    padding: 12px 20px 15px 7px;
}
.download-links a .text h4 {
    color: #666666;
    display: block;
    float: left;
    font-size: 22px;
    font-weight: normal;
    line-height: 28px;
    margin: 0;
    transition: all 0.3s ease 0s;
}
.download-links a.active .text h4 {
    color: #fff;
}
.download-links {
    margin-top: 30px;
}
.download-links a:hover {
    background-color: #b7985b;
    border: 1px solid #b7985b;
}
.download-links a:hover i,
.download-links a:hover .text h4 {
    color: #fff;
}
.download-links a.active:hover {
    background-color: #fff;
    border: 1px solid #fff;
}
.download-links a.active:hover i {
    color: #b7985b;
}
.download-links a.active:hover .text h4 {
    color: #666666;
}
.app-text {
    padding-top: 112px;
    position: relative;
    z-index: 99;
}
.content-title {
    transition: all 0.3s ease 0s;
}
/*---------------------------------
  Slider Button Style
-----------------------------------*/

.slider__btn {
    text-align: center;
}
.link-video {
    background-color: #fff;
    display: inline-block;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    border-radius: 22px;
    text-transform: uppercase;
}
.link-video:hover {
    background-color: #f1f1f1;
}
.link-video:hover a.video-icon {
    background-color: #fff;
}
.link-video a {
    color: #444;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 31px;
    padding: 9px 18px;
    transition: all 0.3s ease 0s;
}
.link-video a:hover {
    color: #b7985b;
}
.link-video a.video-icon {
    background: #f1f1f1 none repeat scroll 0 0;
    color: #b7985b;
    font-size: 30px;
    padding: 7px 18px 8px;
    transition: all 0.3s ease 0s;
}
.link-video a.video-icon i {
    line-height: 34px;
}
.rp-btn.btn--transparent {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
}
.rp-btn.btn--transparent:hover {
    background: #b7985b none repeat scroll 0 0;
    border: 1px solid #b7985b;
    color: #fff !important;
}
/*---------------------------------------
 4. About area
----------------------------------------*/

.about__btn a.play-video {
    margin-left: 20px;
}
.rp-btn {
    background: #b7985b none repeat scroll 0 0;
    border: 1px solid #b7985b;
    border-radius: 22px;
    color: #fff !important;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 44px;
    line-height: 44px;
    padding: 0 30px;
    transition: all 0.3s ease 0s;
}
.rp-btn:hover {
    border: 1px solid #606063;
    background: transparent;
    color: #606063 !important;
}
.about__btn a {
    color: #b7985b;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}
.about__btn a:hover {
    color: #606063
}
.about__btn {
    margin-top: 20px;
}
.about__btn a.play-video {
    margin-left: 20px;
}
.about__btn a.play-video i {
    font-size: 18px;
    margin-right: 11px;
}
#about-button .about-image a::before {
    border-radius: 50px;
    color: #b7985b;
    content: "";
    font-family: "FontAwesome";
    font-size: 18px;
    height: 54px;
    left: 0;
    line-height: 23px;
    margin-left: -7px;
    margin-top: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 54px;
    z-index: 3;
}
/*---------------------------------------
  5. Running project area
----------------------------------------*/
/*-- Htc Hover Information ----*/

.project,
.portfolio,
.bg-cat-2 {
    position: relative;
    transition: all 0.3s ease 0s;
}
.project__inner,
.portfolio__inner,
.blog__inner {
    position: relative;
}
.htc__hover__fornt img {
    width: 100%;
}
.htc__hover__information::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}
.htc__hover__information {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.htc__hover__action {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.htc__hover__action a {
    border: 1px solid #fff;
    border-radius: 100%;
    display: block;
    height: 42px;
    line-height: 47px;
    opacity: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 42px;
}
.htc__hover__action a i {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}
.project:hover,
.portfolio:hover,
.bg-cat-2:hover {
    box-shadow: 0 8px 12px rgba(51, 51, 51, 0.30);
}
.project:hover .htc__hover__information::before,
.portfolio:hover .htc__hover__information::before,
.bg-cat-2:hover .htc__hover__information::before {
    opacity: 0.7;
    visibility: visible;
}
.project:hover .htc__hover__action a,
.portfolio:hover .htc__hover__action a,
.bg-cat-2:hover .htc__hover__action a {
    opacity: 1;
    visibility: visible;
}
.htc__hover__action a:hover {
    background: #b7985b none repeat scroll 0 0;
    border: 1px solid #b7985b;
    color: #fff !important;
}
.project__details h4 {
    color: #666666;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 0;
}
.project ul.time__like__list {
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    padding-bottom: 13px;
    margin: 0;
}
.project ul.time__like__list li {
    color: #999999;
    font-size: 14px;
    list-style: none;
}
.time__like__list li + li {
    margin-left: 25px;
}
.time__like__list li i {
    margin-right: 9px;
}
.project__post {
    display: flex;
    margin-top: 14px;
}
.project__details {
    background: #fafafa none repeat scroll 0 0;
    padding: 25px 17px 14px 20px;
}
.project__post__thumb img {
    border-radius: 100%;
}
.project__post__title {
    margin-left: 15px;
}
.project__post__title h4 {
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
}
/*---------------------------------------
  6. Our story area
----------------------------------------*/
/* Video popup */

.video-img {
    position: relative;
}
.video-img a {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    font-size: 24px;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    color: #000;
}
.video-img a:hover {
    background: #666 none repeat scroll 0 0;
    color: #fff;
}
.about-image a::before {
    border-radius: 50px;
    color: #ffffff;
    content: "\f01d";
    font-family: "FontAwesome";
    font-size: 18px;
    height: 54px;
    left: 50%;
    line-height: 54px;
    margin-left: -27px;
    margin-top: -27px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 54px;
    z-index: 3;
    transition: all 0.3s ease 0s;
}
.about-image a::after {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    left: 15px;
    opacity: 0.4;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 2;
}
.video-title h5 {
    color: #1c1c1c;
    font-family: open sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 8px;
}
.video-title h5 a {
    color: #1c1c1c;
    margin-bottom: 8px;
}
.video-title h5 a:hover {
    color: #555;
}
.video-title > span {
    color: #979797;
    font-weight: 600;
}
.video-title {
    margin-top: 23px;
}
.story {
    padding-right: 50px;
    padding-top: 120px;
}
.story h4 {
    font-size: 14px;
    font-weight: 400;
}
.text-theme {
    color: #b7985b;
}
.story h2 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 6px;
    text-transform: capitalize;
}
.story__btn {
    margin-top: 11px;
}
.project__post__title h4 {
    margin-bottom: 0;
    margin-top: 0;
}
.rp-btn.btn--transparent {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
}
.rp-btn {
    line-height: 39px;
}
.rp-btn.btn--transparent:hover {
    background: #b7985b none repeat scroll 0 0;
    border: 1px solid #b7985b;
    color: #fff;
}
/*---------------------------------------
  7. Our counterUp area
----------------------------------------*/

.counterup__container {
    padding: 45px 38px;
    padding-bottom: 47px;
}
.counterup__inner h2 {
    color: #fff;
}
.counterup__inner p {
    color: #fff;
    margin-top: 10px;
    padding-right: 30%;
}
.funfact-area {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.fact-count span {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease 0s;
}
.fact-title h2 {
    color: #fff;
    font-size: 18px;
    margin-top: 4px;
}
.fact-count span::after {
    content: "+";
    position: absolute;
    right: -28px;
    top: 7px;
}
.portfolio {
    margin-top: 30px;
}
.funfact-count-inner .counterup {
    position: relative;
}
.funfact-count-inner .counterup::after {
    color: #ffffff;
    content: "+";
    font-size: 30px;
    left: 27%;
    position: absolute;
    top: -2px;
}
/*---------------------------------------
  8. Portfolio section
----------------------------------------*/

.gallery-area .title-desc {
    width: 100%;
}
.gallery-area .section__title .title-desc {
    padding: 0 33%;
}
.tf-port-filter-nav {
    display: flex;
    justify-content: center;
}
.tf-port-filter-nav li {
    border: 1px solid #B7985B;
    color: #303030;
    cursor: pointer;
    font-size: 12px;
    height: 29px;
    line-height: 29px;
    margin: 0 10px;
    padding: 0 14px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    font-weight: 400;
    text-transform: uppercase;
}
.tf-port-filter-nav {
    margin-top: 0px;
}
.Portfolio-area .tf-port-filter-nav {
    margin-bottom: 43px;
}
.tf-port-filter-nav li+li {
    margin-left: 0;
}
.tf-port-filter-nav li:hover,
.tf-port-filter-nav li.is-checked {
    background: #B7985B none repeat scroll 0 0;
    border-color: #B7985B;
    color: #fff;
}
.portfolio {
    margin-top: 30px;
}
.project__inner,
.portfolio__inner,
.blog__inner {
    position: relative;
}
.htc__hover__information {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.htc__hover__action {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.htc__hover__fornt img {
    width: 100%;
}
.htc__hover__action a {
    border: 1px solid #fff;
    border-radius: 100%;
    display: block;
    height: 42px;
    line-height: 44px;
    opacity: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 42px;
}
.htc__hover__action a i {
    color: #fff;
    font-size: 14px;
}
/*---------------------------------------
  Our blog area
----------------------------------------*/

.bg-cat-2 {
    background-color: #fafafa;
}
.blog__details h2 {
    border-bottom: 1px solid #dfe5e8;
    font-size: 18px;
    margin: 0;
    padding-bottom: 17px;
}
.blog__details {
    padding: 20px;
}
.bg-cat-2 {
    padding: 10px;
}
.blog__details p {
    align-items: center;
    color: #999999;
    display: flex;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 0;
    margin-top: 18px;
}
.blog__details p i {
    color: #999999;
    font-size: 20px;
    margin-right: 10px;
}
.single-blog {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.hentry {
    margin-bottom: 25px;
}
.our-blog-area .page-header h1.page-title {
    color: #666;
    font-size: 40px;
    margin: 0 0 15px;
    text-transform: capitalize;
}
/*---------------------------------------
  9. Our recent event area
----------------------------------------*/

.recent__event {
    border: 1px solid #eeeeee;
    display: flex;
}
.event__time {
    border-right: 1px solid #eeeeee;
    padding: 60px 38px 0;
    text-align: center;
}
.event__time span {
    color: #888888;
    font-size: 18px;
}
.event__time span.event--year {
    color: #343434;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
}
.event__information {
    padding: 25px 10px 20px 23px;
}
.event__information h4 {
    font-size: 18px;
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 10px;
    margin-top: 0;
}
.event__information p {
    color: #666;
    margin-bottom: 7px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
.event__post__btn {
    display: flex;
}
.event__post__btn p i {
    color: #b7985b;
    font-size: 16px;
    margin-right: 7px;
}
.event__post__btn a {
    color: #b7985b;
    font-size: 14px;
    margin-left: 40px;
    text-transform: capitalize;
}
.recent__event {
    margin-bottom: 20px;
}
.recent__enent__wrap {
    margin-top: -20px;
}
.recent__event:hover {
    box-shadow: 0 8px 12px rgba(51, 51, 51, 0.3);
}
.recent__event {
    transition: 0.4s;
}
.single-event-date {
    margin-left: 30px;
}
/*----------------------------------------
  Menu basic style
------------------------------------------*/

.header {
    z-index: 10;
    position: relative;
}
ul.main__menu {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-left: -15px;
}
.main__menu > li > a {
    color: #121212;
    display: block;
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s !important;
}
.main__menu li {
    position: relative;
    list-style: none;
}
.main__menu li.active a {
    background: #b7985b;
    color: #fff;
}
.main__menu > li:hover > a,
.main__menu > li:focus > a,
.main__menu > li:active > a,
.main__menu > li.current > a {
    color: #b7985b;
}
.main__menu a:hover {
    background: #b7985b;
    color: #fff;
}
.mainmenu-content ul > li > ul {
    background: #fff none repeat scroll 0 0;
    border-bottom: 2px solid #b7985b;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: 0;
    margin-left: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 230px;
    z-index: 999;
    transform-origin: center top 0;
    transform: rotateX(90deg);
}
.mainmenu-content ul > li > ul li ul {
    left: 100%;
    position: absolute;
    top: 8px !important;
}
.mainmenu-content ul > li:hover > ul {
    transform: rotateX(0deg);
    visibility: visible;
}
.mainmenu-content ul > li > ul > li:first-child {
    margin-left: 0;
}
.mainmenu-content ul > li > ul > li {
    display: block;
    margin-left: 0;
}
.mainmenu-content ul > li > ul > li a {
    color: #313131;
    display: block;
    padding: 10px;
    text-transform: capitalize;
}
.logo a {
    display: block;
}
.header__wrap {
    display: flex;
    flex-flow: row wrap;
    height: 60px;
    margin: 0 15px;
}
header.header {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99999;
}
.header__wrap div[class*="col-"] {
    align-self: center;
}
/*-------------------
  Header Top
--------------------------*/

.header__top {
    align-items: center;
    display: flex;
    padding: 30px 0;
}
.htc__address {
    display: flex;
    justify-content: flex-end;
}
.address__icon i {
    font-size: 30px;
}
.address__icon {
    align-items: center;
    display: flex;
    margin-right: 15px;
}
.address p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}
.address a {
    font-size: 16px;
}
.ft__address p span.dis--block {
    color: #cccccc;
    font-size: 14px;
    margin-right: 0;
}
/*-----------------------------------------
        Sticky  For  Header
-------------------------------------------*/

.ml-header-top.scroll-header,
.mobile-menu-area.scroll-header {
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
.header-sticky-topbar.scroll-header .header__wrap {
    box-shadow: none;
}
.header-sticky-topbar.scroll-header .header__wrap {
    height: 100px;
}
.fluid-container.mobile-menu-container {
    position: relative;
}
.mobile-logo {
    align-items: center;
    display: flex;
    height: 52px;
    left: 0;
    padding-left: 15px;
    position: absolute;
    top: 0;
    z-index: 2147483647;
}
.mobile-logo img {
    max-height: 25px;
}
.transparent--header {
    left: 0;
    position: absolute;
    top: 110px;
    width: 100%;
    z-index: 99999999;
}
/*-------------------------------------------------
  Dropdown Menu
----------------------------------------------------*/

.main__menu li.drop {
    position: relative;
}
.main__menu li.drop ul.dropdown {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 120%;
    transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
    width: 220px;
    z-index: 999;
}
.scroll-header .main__menu li.drop ul.dropdown {
    top: 120%;
}
.scroll-header .main__menu li.drop:hover ul.dropdown {
    top: 100%;
}
.main__menu li.drop:hover ul.dropdown {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.main__menu ul.dropdown li {
    border-bottom: 1px solid #f4f4f4;
    display: block;
}
.main__menu ul.dropdown li a {
    background: #ffffff none repeat scroll 0 0;
    color: #999999;
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    padding: 12px 20px 12px 25px;
    transition: 0.3s;
}
.main__menu li.drop ul.dropdown li:hover > a {
    background: #fafafa none repeat scroll 0 0;
    color: #222222;
}
/*-----------------------------------------
      SUB MENU
---------------------------------------*/

.main__menu li.drop ul.dropdown li.drop::after {
    color: #999;
    content: "";
    font-family: "Material-Design-Iconic-Font";
    font-size: 13px;
    position: absolute;
    right: 20px;
    top: 12px;
    transition: all 0.2s ease-in-out 0s;
}
.main__menu li.drop ul.dropdown li.drop {
    position: relative;
}
.main__menu li.drop ul.dropdown li.drop ul.dropdown.smright {
    border: medium none;
    right: 100%;
    top: 0;
    transition: all 0.3s ease 0s;
}
.main__menu li.drop ul.dropdown li.drop ul.dropdown.level2 {
    border: medium none;
    left: 100%;
    top: 20%;
    transition: all 0.3s ease 0s;
}
.main__menu li.drop ul.dropdown li.drop ul.dropdown.level2 {
    opacity: 0;
    visibility: hidden;
}
.main__menu li.drop ul.dropdown li.drop:hover ul.dropdown.level2 {
    opacity: 1;
    visibility: visible;
    top: 0;
}
.main__menu li.drop ul.dropdown li.drop ul.dropdown.smright {
    opacity: 0;
    visibility: hidden;
}
.main__menu li.drop ul.dropdown li.drop ul.dropdown.smright {
    background: #ffffff none repeat scroll 0 0;
    left: -100%;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 20%;
    transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
    width: 220px;
    z-index: 999;
}
.main__menu li.drop ul.dropdown li.drop:hover ul.dropdown.smright {
    left: -100%;
    opacity: 1;
    visibility: visible;
    top: 0;
}
.theme-color .cd-words-wrapper {
    padding: 0px !important;
}
.main__menu li ul li {
    margin: 0;
}
.main__menu li ul li:first-child {
    margin: 0;
}

.main__menu li.current-menu-item > a:hover {
    background-color: #B7985B;
    color: #fff;
}
/*-----------------------------------------------
      Toggle Menu
-------------------------------------------------*/

.icon-reorder::before {
    content: "";
    font-family: Material-Design-Iconic-Font;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
}
.htc__toggle__search {
    display: flex;
    justify-content: flex-end;
    margin-right: -15px;
}
.cart__search__list li + li {
    margin-left: 40px;
}
.cart__search__list li {
    position: relative;
    list-style: none;
}
.badge--cart {
    background: #b7985b none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -6px;
    width: 15px;
}
.cart__search__list li a i {
    color: #606060;
    font-size: 24px;
}
.search-dropdown {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 120%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}
li.search__open:hover .search-dropdown {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.input-outer input[type="text"],
.input-outer input[type="email"],
.input-outer input[type="password"] {
    border: 1px solid #ddd;
    color: #606060;
    padding: 0 20px;
    width: 200px;
}
.toggle-menu i {
    cursor: pointer;
    font-size: 24px;
}
.toggle-wrap {
    display: flex;
}
.toggle-dropdown-menu li h4.megamenu__subtitle span {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 3px;
    padding-bottom: 16px;
    position: relative;
    text-transform: capitalize;
}
.toggle-dropdown-menu li h4.megamenu__subtitle span::before {
    background: #b7985b none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
.toggle-dropdown-menu li a {
    color: #444;
    display: block;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    text-transform: capitalize;
}
.toggle-dropdown-menu li {
    border-bottom: 1px solid #f1f1f1;
}
.site-info-wrap {
    width: 870px;
}
.toggle-dropdown-menu {
    padding: 20px 20px 0;
    width: 34%;
}
.toggle-wrap ul + ul {
    margin-left: 30px;
}
.toggle-dropdown-menu li:last-child {
    border-bottom: 1px solid transparent;
}
.toggle-dropdown-menu li:first-child {
    border-bottom: 1px solid transparent;
}
.toggle-dropdown-menu li:hover a {
    background: #f7f7f7 none repeat scroll 0 0;
}
.toggle-dropdown-menu li {
    display: block;
}
.toggle-dropdown-menu li a img {
    margin-right: 10px;
}
/*--------------------------------------
      New code
--------------------------------------*/

.site-info-wrap {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #f1f1f1;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.08);
    display: none;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 999;
}
.site-info-wrap p {
    margin-bottom: 20px;
}
.header__wrap .col-md-1 {
    position: initial;
}
.header__wrap {
    background: #fff none repeat scroll 0 0;
    position: relative;
}
em.color.main-font {
    color: #b7985b;
    font-size: 18px;
}
.li-col-full {
    padding-left: 18px;
}
/*-------------------------------------
      Search area
-----------------------------------------*/

.search__area {
    background: #bea87d none repeat scroll 0 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(-200%);
    transition: all 300ms ease 0s;
    z-index: 2147483647;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.08);
}
.search__area .search__inner {
    position: relative;
}
.search__area .search__inner form {
    margin: 4em 0;
    padding: 0 40px 0 0;
    position: relative;
    text-align: center;
}
.search__area .search__inner form input[type="text"] {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #333;
    font-size: 25px;
    font-weight: 300;
    height: 60px;
    line-height: 60px;
    padding: 0 70px 0 20px;
    text-align: left;
    width: 100%;
}
.search__area .search__inner form input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #333;
    font-size: 25px;
    font-weight: 300;
}
.search__area .search__inner form input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #333;
    font-size: 25px;
    font-weight: 300;
}
.search__area .search__inner form input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #333;
    font-size: 25px;
    font-weight: 300;
}
.search__area .search__inner form input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    
    color: #333;
    font-size: 25px;
    font-weight: 300;
}
.search__area .search__inner form button::before {
    color: #333;
    content: "\f002";
    display: block;
    font-family: fontawesome;
    font-size: 21px;
    transition: color 300ms ease 0s;
}
.search__area .search__inner form button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    height: 60px;
    line-height: 48px;
    position: absolute;
    right: 40px;
    top: 0;
    width: 60px;
    transition: 0.3s;
}
.search__area .search__inner form button:hover {
    background: #b7985b none repeat scroll 0 0;
}
.search__area .search__inner form button:hover::before {
    color: #fff;
}
.search__area .search__inner .search__close__btn {
    cursor: pointer;
    display: block;
    font-size: 1.5em;
    line-height: 58px;
    position: absolute;
    right: 0;
    top: 0;
}
.search__close__btn .search__close__btn_icon i {
    transition: all 0.3s ease 0s;
    transform: scale(1) rotate(0deg);
}
.search__close__btn .search__close__btn_icon:hover i {
    transform: scale(1.5) rotate(180deg);
    ;
    color: red;
}
.search__box__show__hide .search__area {
    transform: translateY(0px);
    transition: all 300ms ease 0s;
}
.cart__search ul.cart__search__list li a i {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    transition: all 0.3s ease 0s;
}
.cart__search ul.cart__search__list li a:hover i {
    background: #b7985b none repeat scroll 0 0;
}
.cart__search__list li a:hover i {
    color: #fff;
    transition: 0.3s;
}
.toggle-menu:hover i {
    color: #fff;
}
.toggle-menu:hover i {
    background: #b7985b none repeat scroll 0 0;
    color: #fff;
}
.toggle-menu.active i {
    background: #b7985b none repeat scroll 0 0;
    color: #fff;
}
.toggle-menu i {
    background: #fff none repeat scroll 0 0;
}
.toggle-menu i {
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 63px;
}
.search.search__open a {
    display: block;
}
.bg-cat-1 {
    background-color: #19172b;
    color: #fff;
}
/* hide the link until viewport size is reached */

a.meanmenu-reveal {
    display: none;
}
/* when under viewport size, .mean-container is added to body */

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: #b7985b;
    padding: 4px 0;
    min-height: 42px;
    z-index: 999999;
}
.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 17px 13px 11px 13px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px;
}
.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #0c1923;
    margin-top: 44px;
}
.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}
.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
}
.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-transform: uppercase;
}
.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 0.75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, 0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.4) !important;
    border-image: none !important;
    border-style: none none solid solid !important;
    border-width: medium medium 1px 1px !important;
    font-weight: 700;
    height: 29px;
    margin-top: 1px;
    padding: 12px 12px 9px !important;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 26px;
    z-index: 2;
}
.mean-container .mean-nav ul li ul.sub-menu li a.mean-expand {
    height: 27px;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
    background: #b7985b;
}
.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}
.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}
/* Fix for box sizing on Foundation Framework etc. */

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.mean-remove {
    display: none !important;
}
/*---------------------
  10. Contact us
-------------------------*/

.contact-from {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 50px 50px 45px;
}
.contact-from input {
    background-color: #fff;
    border: medium none;
    color: #aaaaaa;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 18px;
    padding: 16px 20px;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.contact-from input:focus {
    outline: medium none;
}
.contact-from textarea {
    background-color: #fff;
    border: medium none;
    color: #aaaaaa;
    font-size: 14px;
    font-weight: normal;
    height: 100px;
    padding: 16px 20px;
    transition: all 0.3s ease 0s;
    width: 100%;
}
input.submit {
    background-color: #b7985b;
    border: 1px solid #b7985b;
    color: #fff;
    margin-bottom: 0;
    margin-top: 20px;
    transition: all 0.3s ease 0s;
    padding: 16px 20px;
    font-size: 14px;
    width: 100%;
}
input.submit:hover {
    background-color: #333;
    border: 1px solid #333;
}
.contact-from input::-moz-placeholder,
.contact-from textarea::-moz-placeholder {
    color: #666666;
}
.contact-from input::-webkit-input-placeholder,
.contact-from textarea::-webkit-input-placeholder {
    color: #666666;
    opacity: 1;
}
.contact-from p.form-messege {
    margin: 0;
}
#hastech {
    height: 400px;
    width: 100%;
}
.communication {
    padding: 41px 50px;
}
.single-communication {
    display: block;
    margin-bottom: 24px;
    overflow: hidden;
}
.communication-icon {
    display: inline-block;
    float: left;
}
.communication-icon i {
    border: 1px solid #b7985b;
    border-radius: 50%;
    color: #b7985b;
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 64px;
}
.communication-text {
    padding-left: 87px;
    padding-top: 9px;
}
.communication-text > h3 {
    color: #b7985b;
    font-size: 15px;
    font-weight: normal;
}
.communication-text > p,
.communication-text > p a {
    color: #333;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0;
    transition: all 0.3s ease 0s;
}
.communication-text > p a:hover {
    color: #b7985b;
}
.single-communication:last-child {
    margin-bottom: 0;
}
/*---------------------
  11. Footer
-------------------------*/

.footer-top-area {
    background: #252830;
    position: relative;
    z-index: 1;
}
.footer-top-area::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.single-footer {
    color: #fff;
    margin: 50px 0;
}
.footer-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #fff;
}
.single-footer .footer-social {
    list-style: none;
    margin: 0;
    padding: 0;
}
.single-footer .footer-social li {
    display: inline-block;
}
.single-footer .footer-social li a {
    border-radius: 50%;
    color: #adadad;
    display: block;
    font-size: 18px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
}
.single-footer ul {
    padding: 0;
    list-style: none;
}
.single-footer ul li {
    font-size: 16px;
	word-break: break-word;
}
.single-footer ul li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.single-footer ul li a:hover {
    color: #B7985B;
}
.single-footer .footer-social {
    float: left;
}
.single-footer input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #999999;
    font-size: 13px;
    height: 40px;
    padding-left: 20px;
    width: 100%;
    margin-bottom: 15px;
}
.single-footer textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #999999;
    font-size: 13px;
    padding-left: 20px;
    width: 100%;
    height: 80px;
}
.single-footer .submit-btn-1 {
    font-size: 14px;
    margin-top: 10px;
    padding: 12px 15px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    transition: all 0.5s ease 0s;
    width: inherit;
}
.single-footer .submit-btn-1:hover {
    color: #ff0300;
    border: 1px solid#ff0300;
}

/*=============================
* Footer Bottom area
=========================*/
.footer-bottom {
    background: #1e2127 none repeat scroll 0 0;
    padding: 20px 0;
}
.copyright-text {
    margin-top: 6px;
}
.copyright-text p {
    color: #fff;
    margin-bottom: 0;
}
.copyright-text a {
    color: #fff;
}
.footer-social {
    float: right;
}
.footer-bottom ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-bottom ul li {
    display: inline-block;
}
.footer-bottom ul li a {
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    color: #fff;
    transition: all .5s ease 0s;
}
.footer-bottom ul li a:hover {
    color: #ff0300;
}
.footer-bottom .col-sm-6:first-child .copyright-text,
.footer-bottom .col-sm-6:first-child .footer-social {
    float: left;
}
.footer-bottom .col-sm-6:last-child .copyright-text,
.footer-bottom .col-sm-6:last-child .footer-copyright-menu,
.footer-bottom .col-sm-6:last-child .footer-social {
    float: right;
}
.footer-all .footer-icon {
    margin-bottom: 40px;
}
/*=============== 
soical share link widget 
===================*/

.solical-links {
    display: block;
}
.solical-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.solical-links ul li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 10px;
}
.solical-links ul li a {
    display: block;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid;
    text-align: center;
}
.footer-bottom .footer-social ul li a:hover {
    color: #B7985B;
}
/*************************************
 Custom-content all   
**************************************/

.site-wrapper.boxed-layout {
    box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
    margin: auto;
    position: relative;
    max-width: 1240px;
    width: 100%;
    background: #fff;
}
.boxed-layout .sticky {
    left: auto;
    margin: auto;
    width: 1240px;
}
.boxed-layout .header-area,
.boxed-layout .header-bottom {
    left: auto;
    max-width: 1240px;
    right: auto;
    width: 100%;
    z-index: 9999999;
}
/*---------scroll button----------*/
/*  footer css  */

.news__letter {
    align-items: center;
    border-bottom: 1px solid #444444;
    display: flex;
    height: 170px;
    justify-content: center;
}
.news__letter__title {
    margin-right: 60px;
}
.news__letter__btn {
    position: relative;
}
.send__btn {
    position: absolute;
    right: 0;
    top: 0;
}
.footer-brief {
    margin: 25px 0 35px;
}
.send__btn a i {
    background: #b7985b none repeat scroll 0 0;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 70px;
}
.send__btn a {
    display: block;
}
.send__btn a:hover i {
    color: #fff;
}
.news__letter__title h2 {
    color: #fff;
}
.news__letter__title p {
    color: #fff;
    font-size: 14px;
}
.footer__widget__wrap {
    padding: 60px 0;
}
.single-footer p {
    color: #cccccc;
}
.ftr--logo {
    margin-bottom: 23px;
}
.social__icon {
    display: flex;
}
.social__icon li a i {
    color: #adadad;
    font-size: 18px;
    transition: all 0.3s ease 0s;
}
.social__icon li + li {
    margin-left: 30px;
}
.news__letter__btn input[type="text"],
.news__letter__btn input[type="email"],
.news__letter__btn input[type="password"] {
    background: #393939 none repeat scroll 0 0;
    border: 1px solid #393939;
    height: 50px;
    padding-left: 30px;
    padding-right: 82px;
    position: relative;
    width: 100%;
}
.news__letter__btn input[type="email"] {
    color: #fff;
}
.news__letter__btn input[type="email"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #fff;
}
.news__letter__btn input[type="email"]::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #fff;
    opacity: 1;
}
.news__letter__btn input[type="email"]:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #fff;
}
.news__letter__btn input[type="email"]:-moz-placeholder {
    /* Firefox 18- */
    
    color: #fff;
    opacity: 1;
}
.send__btn input {
    background: #b7985b url("images/1.png") no-repeat scroll center center;
    border: medium none;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-indent: -9999px;
    width: 70px;
}
*::-moz-placeholder {
    color: #fff;
    opacity: 0.9;
}
.send__btn input:hover {
    background: #ac7e24 url("images/1.png") no-repeat scroll center center;
}
.mc-form .mc-news {
    left: -5000px;
    position: absolute;
}
.mc-form .clear {
    bottom: 0;
    display: inline-block;
    position: absolute;
    right: 0;
}
.ft-dtl {
    margin-bottom: 33px;
}
.footer__title {
    color: #f1f1f1;
    font-size: 30px;
    font-weight: 400;
    text-transform: capitalize;
}
.footer--display {
    display: flex;
}
.footer__menu li a {
    color: #cccccc;
    display: inline-block;
    font-size: 16px;
    padding: 5px 0;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
.footer--display ul + ul {
    margin-left: 69px;
}
.footer__inner {
    margin-top: 20px;
}
.footer__menu li a:hover {
    color: #b7985b;
}
.ft__address p span {
    color: #f1f1f1;
    float: left;
    font-size: 16px;
    font-weight: 700;
    margin-right: 24px;
}
.ft__address p a {
    color: #cccccc;
    display: block;
    font-size: 16px;
}
.ft__address p a + a {
    padding-left: 82px;
}
.footer__inner .ft__address + .ft__address {
    margin-top: 15px;
}
.cpoyright__content {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: center;
}
.copyright__inner p {
    color: #adadad;
    font-size: 14px;
    text-transform: capitalize;
}
.copyright__inner p a {
    color: #b7985b;
}
.ft__address p a:hover {
    color: #b7985b;
}
.social__icon li a:hover i {
    color: #b7985b;
}
.footer-area .single-footer.widget ul li a {
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    padding: 5px 0;
    transition: all 0.3s ease 0s;
}
.widget_nav_menu ul li a:hover {
    color: #b7985b;
}
a#scrollUp {
    background-color: #B7985B;
    border: 1px solid #B7985B;
    bottom: 30px;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    right: 30px;
    text-align: center;
    width: 40px;
}
/*---------------------------------------
    5. Slider area
----------------------------------------*/

.slide-all {
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
h3.title5 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Lora', serif;
}
h3.title5.moment {
    color: #fff;
}
h1.title6 {
    color: #fff;
    font-family: Nunito Sans;
    font-size: 65px;
    font-weight: 700;
    line-height: 60px;
}
a.min1 {
    border: 1px solid #fff;
    color: #fff;
    font-family: "Lora", serif;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 24px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}
a.min1:hover {
    color: #fff;
    border: 1px solid #b7985b;
    background-color: #b7985b;
}
.layer-3 {
    margin-top: 38px;
}
.slider-main-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: #000;
    opacity: .1;
}
.slider-main-area {
    position: relative;
    clear: both;
}
.nivo-caption {
    z-index: 999;
}
.nivo-directionNav a {
    z-index: 99999;
}
.nivo-controlNav {
    display: none;
}
/* service area */

.offer-icon {
    float: left;
    margin-right: 30px;
}
.offer-text {
    overflow: hidden;
}
.offer-icon i {
    color: #b7985b;
    font-size: 36px;
    line-height: 36px;
}
.offer-text > h3 {
    color: #333333;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 32px;
    margin-top: 0;
    position: relative;
}
.offer-text > h3::before {
    background: #eaeaea none repeat scroll 0 0;
    bottom: -19px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 50px;
}
.offer-text > p {
    line-height: 24px;
    margin-bottom: 0;
}
.service-area-all {
    margin-bottom: 30px;
}
.counter-area2 {
    position: relative;
}
.counter-bottom2 {
    z-index: 99;
    position: relative;
}
.counter.cnt-two {
    color: #333;
    font-family: "Lora", sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 40px;
}
.counter-next2 > h2 {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}
.counter-next2 {
    margin-top: 18px;
}
/*----------------------------------------
    10. Timeline area
----------------------------------------*/

.what-top.line {
    margin-bottom: 36px;
}
.timeline-wraper {
    width: 100%;
    position: relative;
}
.timeline-wraper::before {
    background: #dedede none repeat scroll 0 0;
    content: "";
    height: 95%;
    left: 50%;
    margin-left: -0.5px;
    position: absolute;
    top: 0;
    width: 1px;
}
.sin-timeline {
    float: right;
    z-index: 9;
}
.sin-timeline:hover {
    z-index: 8;
}
.sin-timeline:nth-child(2n) {
    margin-top: 259px;
    margin-bottom: 70px;
}
.sin-timeline::before {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d2d2d2;
    border-radius: 50px;
    content: "";
    height: 11px;
    left: -6px;
    position: absolute;
    right: auto;
    top: 89px;
    width: 11px;
}
.sin-timeline:hover::before {
    background: #b7985b none repeat scroll 0 0;
    border: 1px solid #b7985b;
}
.sin-timeline:nth-child(2n)::before {
    right: -5px;
    left: auto;
}
.sin-timeline::after {
    background: #b7985b none repeat scroll 0 0;
    bottom: 51%;
    content: "";
    height: 10000%;
    left: -0.5px;
    opacity: 0;
    position: absolute;
    width: 1px;
}
.sin-timeline:nth-child(2n)::after {
    left: auto;
    right: -0.5px;
}
.sin-timeline:hover::after {
    opacity: 1;
}
.timeline-date {
    color: #727272;
    display: block;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 14px;
    position: absolute;
    top: 87px;
}
.sin-timeline:hover .timeline-date {
    color: #b7985b;
}
.timeline-content {
    border: 1px solid #e7e7e7;
    display: block;
    min-height: 192px;
    width: 100%;
}
.sin-timeline:nth-child(2n) .timeline-date {
    right: -100px;
}
.sin-timeline:nth-child(2n+1) .timeline-date {
    left: -100px;
}
.timeline-img {
    display: block;
    float: left;
    position: relative;
    width: 220px;
}
.timeline-img::before {
    border-color: transparent #333 transparent transparent;
    border-style: solid;
    border-width: 9px;
    content: "";
    height: 0;
    left: -18px;
    position: absolute;
    top: 84px;
}
.sin-timeline:nth-child(2n) .timeline-img::before {
    right: -18px;
    left: auto;
    border-left: 9px solid #333;
    border-right: 9px solid transparent;
}
.timeline-text > h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 19px;
    margin-top: 0;
}
.timeline-text > h3 a {
    color: #333333;
}
.timeline-text {
    overflow: hidden;
    padding: 20px 20px 15px;
    text-align: center;
}
.sin-timeline:nth-child(2n) .timeline-img {
    float: right;
}
.sin-timeline:nth-child(2n) {
    padding-right: 35px;
}
.sin-timeline:nth-child(2n+1) {
    padding-left: 35px;
}
.timeline-text > p {
    color: #727272;
    line-height: 24px;
    font-size: 13px;
}
.timeline-text a.read-more {
    color: #333333;
    font-size: 13px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.timeline-text a.read-more:hover {
    color: #b7985b;
}
.timeline-img > img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.sin-timeline:hover .timeline-img > img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.read-icon {
    bottom: 0;
    display: inline-block;
    left: 47%;
    position: absolute;
    z-index: 999;
}
.re-icon {
    display: block;
    margin-left: 30px;
    font-size: 13px;
    color: #666;
}
.read-icon > a {
    color: #666;
    font-size: 13px;
}
/*----------------------------------------
    9. Team area
----------------------------------------*/

.meet-all {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    position: relative;
}
.meet-text-all {
    bottom: -24%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 100%;
    z-index: 9999;
}
.meet-all:hover .meet-text-all {
    bottom: 87px;
    opacity: 1;
}
.meet-icon-all {
    bottom: -30px;
    box-sizing: border-box;
    left: 0;
    opacity: 0;
    padding: 10px 0 4px;
    position: absolute;
    transition: all 0.3s ease-out 0s;
    width: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}
.meet-all:hover .meet-icon-all {
    bottom: 0px;
    opacity: 1;
}
.product-content {
    background-color: #fff;
}
.meet-img,
.meet-img-four {
    position: relative;
    overflow: hidden;
}
.meet-img > a::before,
.meet-img-four > a::before {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}
.meet-all:hover a::before,
.meet-all-four:hover a::before {
    opacity: 0.3;
    visibility: visible;
}
.meet-img a img {
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    
    filter: grayscale(100%);
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.meet-all:hover .meet-img a img {
    -webkit-filter: grayscale(0%);
    /* Chrome, Safari, Opera */
    
    filter: grayscale(0%);
}
.product-content {
    padding: 19px 0 15px;
}
.product-content > h3 {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: capitalize;
}
.product-content > p {
    font-size: 13px;
    margin: 0;
}
.meet-text > h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.meet-text > p {
    color: #fff;
    font-size: 13px;
}
.meet-icon {
    text-align: center;
    display: inline-block;
}
.meet-icon ul li {
    float: left;
    list-style: outside none none;
}
.meet-icon ul li a {
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    margin-left: 10px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    background-color: transparent;
}
.meet-icon ul li a:hover {
    background-color: #fff;
    color: #b7985b;
}
.slider-active .col-md-3 {
    width: 100%;
    position: relative;
}
.slider-active.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev {
    right: 101.5%;
}
.indicator-style.owl-theme .owl-controls .owl-buttons div {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #aaa;
    border-radius: 100%;
    color: #aaa;
    font-size: 18px;
    height: 44px;
    line-height: 42px;
    opacity: 0;
    position: absolute;
    right: -76px;
    text-align: center;
    top: 50%;
    transition: all 0.9s ease 0s;
    width: 44px;
    transform: translateY(-50%);
}
.slider-active.indicator-style.owl-theme:hover .owl-controls .owl-buttons div {
    opacity: 1;
}
.indicator-style.owl-theme .owl-controls .owl-buttons div:hover {
    color: #b7985b;
    border: 1px solid #b7985b;
}
.owl-theme .owl-controls {
    margin-top: 0;
}
/*--- 26. Team details page   ---*/

.team-details-text h1 {
    color: #333;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.team-details-text > h3 {
    color: #b7985b;
    font-size: 18px;
    font-weight: normal;
    margin: 14px 0 20px;
}
.team-details-text > p {
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 20px;
}
.team-details-text > p span {
    color: #333;
}
.team-icon > ul {
    background: #fff none repeat scroll 0 0;
    float: right;
    overflow: hidden;
    position: relative;
    z-index: 9999;
}
.team-icon li {
    display: inline-block;
}
.team-icon a {
    color: #9a9a9a;
    font-size: 18px;
    padding-left: 30px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.team-icon a:hover {
    color: #b7985b;
}
.team-icon {
    display: block;
    overflow: hidden;
    position: relative;
}
.team-icon::before {
    background: #eaeaea none repeat scroll 0 0;
    bottom: 12px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.team-details-top .event-list {
    border: medium none;
    margin-top: 27px;
    padding: 0;
}
.team-details-text > p.stone {
    margin-bottom: 24px;
}
.three-tab2 .col-md-3 {
    width: 100%;
}
.three-tab2 .meet-all:hover .product-content {
    opacity: 1;
}
.three-tab2 {
    margin-top: 30px;
}
.three-tab2.indicator-style.owl-theme:hover .owl-controls .owl-buttons div {
    opacity: 1;
}
.three-tab2.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev {
    right: 101.5%;
}
.three-tab2.indicator-style.owl-theme .owl-controls .owl-buttons div {
    top: 49%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.team-details-top .event-list li i.ex {
    padding-left: 0;
}
.team-details-area a.meet-all6 .meet-img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.team-details-area a.meet-all6:hover .meet-img img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.meet-all6 {
    border: 1px solid #f0f0f0;
    display: block;
    margin-bottom: 1px;
}
.tab-img2 {
    display: inline-block;
    float: left;
    margin-right: 40px;
    overflow: hidden;
    width: 470px;
}
/*---------------   19. Events details page   ----------------*/

.owl-theme .owl-controls .owl-page span {
    height: 7px;
    opacity: 1;
    width: 20px;
}
.events-details-ara {
    clear: both;
}
#googleMap {
    width: 100%;
    height: 330px;
}
.events-details-text h1 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin: 26px 0 14px;
}
.events-details-text > p {
    font-size: 13px;
    margin-bottom: 25px;
}
.feature-item li {
    font-size: 13px;
    line-height: 24px;
}
.feature-item > p {
    font-size: 13px;
    margin: 25px 0 0;
}
.feature-item {
    margin-top: 24px;
}
.event-list li i {
    color: #b7985b;
    font-size: 14px;
    padding-right: 10px;
}
.event-list span {
    color: #333333;
    font-size: 13px;
    font-weight: 600;
    padding-right: 5px;
}
.event-list li,
.event-list li a {
    color: #333333;
    font-size: 13px;
    font-weight: normal;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 20px;
}
.event-list li a:hover {
    color: #b7985b;
}
.event-list {
    padding: 28px 20px 16px;
    border: 1px solid #ddd;
}
.event-list li i.ex {
    padding-left: 3px;
}
/* update css */

.preview-2 .slider__btn {
    text-align: inherit;
}
.preview-2 .nivo-directionNav a.nivo-prevNav:hover::before,
.preview-2 .nivo-directionNav a.nivo-nextNav:hover::before {
    background: #b7985b none repeat scroll 0 0;
    border: 1px solid #b7985b;
    color: #fff;
}
#service-area h2.kc_title,
#timeline h2.kc_title {
    margin-top: 0;
}
.counter-next2 > h2 {
    margin: 0;
}
.team-details-area {
    padding: 100px 0;
}
#team h2.kc_title {
    margin-top: 0;
}

.blog-slider {
    margin: 0 0 20px;
}
.sidebar-widget:last-child {
    margin: 0;
}
.meet-icon > ul {
    margin: 0;
}
/* give plugin */

.give-btn.give-default-level,
.give-btn:hover {
    background: #b7985b none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #b7985b;
}
#give-recurring-form .form-row-first,
#give-recurring-form .form-row-last,
form.give-form .form-row-first,
form.give-form .form-row-last,
form[id*="give-form"] .form-row-first,
form[id*="give-form"] .form-row-last {
    float: none;
    width: 100%;
}
.give-input {
    height: 40px;
    width: 100%;
}
#give-recurring-form .form-row label,
form.give-form .form-row label,
form[id*="give-form"] .form-row label {
    line-height: 1;
    margin-bottom: 5px;
}
#give-recurring-form .form-row-one-third,
form.give-form .form-row-one-third,
form[id*="give-form"] .form-row-one-third {
    line-height: 1;
    margin: 0;
    width: 100%;
}
#give-final-total-wrap {
    margin-bottom: 0 !important;
}
#give-final-total-wrap br {
    display: none;
}
.give-modal .mfp-content {
    margin: 100px auto;
    max-height: 600px;
    overflow-y: auto;
    padding: 30px;
}
#give_purchase_submit {
    margin-bottom: 30px;
}
.give-form.give-form-type-multi {
    text-align: center;
}
.mfp-container .give-form.give-form-type-multi {
    text-align: left;
}
.give-form.give-form-type-multi .give-donation-amount {
    display: inline-block !important;
}
.give-donation-levels-wrap li {
    display: inline-block !important;
    float: none !important;
}
.give-donation-levels-wrap li button {
    margin-bottom: 0 !important;
}
.give-form.give-form-type-multi br {
    display: none !important;
}
.give-submit.give-btn {
    border: 1px solid #b7985b;
    font-size: 14px;
    padding: 10px;
}
#give-donation-level-button-wrap > li {
    margin: 0 15px 5px 0;
}
.give-display-modal[id*="give-form"] .give-btn,
.give-display-reveal[id*="give-form"] .give-btn {
    margin: 0;
}
.give-btn {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
    transition: all 0.3s ease 0s;
}
form[id*="give-form"] .give-donation-amount #give-amount,
form[id*="give-form"] .give-donation-amount #give-amount-text,
form[id*="give-form"] .give-donation-amount .give-currency-symbol {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    height: 40px;
    line-height: 40px;
}
form[id*="give-form"] .give-donation-amount {
    margin: 0 0 20px;
}
.give-btn.give-btn-modal {
    margin-top: 20px !important;
}
.give-form-title {
    display: none;
}
.give-submit-button-wrap {
    margin-top: 20px;
}
.comments-area .comment-respond {
    margin: 0;
}
.blog__wrap .row {
    display: flex;
    flex-wrap: wrap;
}
.project {
    margin-bottom: 30px;
}
.blog-text a.blog-read-more:hover {
    background: #b7985b none repeat scroll 0 0;
    border-color: #b7985b;
    color: #fff;
}
#today a:hover{
	color: #fff;
}
.widget-area .sidebar-widget ul li.recentcomments a {
    display: inline-block;
    float: inherit;
    text-align: inherit;
}
.single-footer ul.sub-menu li {
    margin-right: 2px;
}
li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1em;
}
.blog-text h2 {
    word-wrap: break-word;
}
.widget-area .sidebar-widget ul li a.rsswidget {
    float: inherit;
	margin-bottom: 5px;
}
.widget-area .sidebar-widget ul li .rssSummary ,
.footer-area .single-footer ul li .rssSummary{
	margin: 5px 0px;
}
.footer-area .single-footer.widget ul li a.rsswidget {
    padding-bottom: 5px;
    padding-top: 0;
    display: block;
}
.footer-area .single-footer.widget_rss ul li{
	margin-bottom: 20px;
}
.footer-area .single-footer.widget_rss ul li:last-child{
	margin-bottom: 0;
}
.footer-area .single-footer.widget_rss ul li span.rss-date ,
.footer-area .single-footer.widget_rss ul li cite {
    font-size: 14px;
}
.footer-area .single-footer.widget_rss ul li .rssSummary{
    font-size: 15px;
}
.wp-block-button__link {
    margin: 0 0 15px 0;
}

/*unit test*/
ul.wp-block-categories.wp-block-categories-list a,
ul.wp-block-archives.wp-block-archives-list a{
    text-decoration: none;
}
.wp-block-group__inner-container {
    padding: 20px;
    margin-bottom: 20px;
}
/*end*/