/*
Theme Name: Drubo
Theme URI: http://example.com/drubo
Author: Devitems
Author URI: http://example.com/
Description: Business / Corporate WordPress Theme
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: drubo
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.
Drubo is based on WPHash Starter theme http://example.com/

*/
/*---------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
    ##) Default Css
    1. Home One Css
        1.1  About Area
        1.2  About Video Area
        1.3  Service Area
        1.4  Portfolio css
        1.5  Blog Area
        1.6  Client Testimonial 
        1.7  Pricing Table 
        1.8  Brand Area 
        1.9  Form Contact
        1.10 Footer Bottom 
    2. Home Two Css
        2.1  About Us 
        2.2  Our Successful
        2.3  Our Service
        2.4  Team See Our Portfolio
        2.5  Latest Shot/Portfolio Css
        2.6  Our Team
        2.7  Skill Progress
        2.8  Our pricing table
        2.9  Blog Style
        2.10 Our Client
        2.11 Footer Style Two
    3. About Us Page
    4. Contact Us Page
    5. Portfolio Details Page
    6. Pagination Count css
    7. Blog Details Page
    8. 404 Page
    9. Scroll Up
    10. Style Customizer css
    
    
-----------------------------------------------------------------------------------*/
/*--------------------------------------------------------------
# Defalut Css
--------------------------------------------------------------*/

html {
    font-family: 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: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
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.3em;
}
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;
    width: 1px;
    overflow: hidden;
    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;
}
.hentry {
    margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 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%;
    margin: 0;
    padding: 2px;
}
.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;
}
/*--------------------------------------------------------------
# Theme Default
--------------------------------------------------------------*/

html,
body {
    height: 100%;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
}
a {
    text-decoration: none;
}
a:hover,
a:active {
    color: #42B5BB;
    text-decoration: none;
    outline: 0 none;
}
a:focus {
    outline: none !important
}
ul,
ol {
    margin: 0;
    padding: 0
}
p {
    margin: 0 0 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}
/*--------------------------------------------------------------
# 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
----------------------------------*/
.search.search-results .blog-text h2 {
  margin-top: 0;
}
.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: #26c7cc;
}
/*=============================
    Header Style One
===============================*/

.site-title a {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    display: block;
}
.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;
}
.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: #26c7cc;
    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: #26c7cc;
}
.header-menu-wrap .primary-nav-wrap .sub-menu > li > a,
.header-menu-wrap .primary-nav-wrap ul li a {
    visibility: inherit;
    transition: .3s;
}
/*==========================
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 ul.sub-menu li a {
    display: block;
    height: 35px;
    line-height: 35px;
    transition: 0.3s;
}
.header-style-2 .primary-nav-wrap ul > li:hover > .sub-menu {
    top: 100%;
}
.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: 0 0 7px 0;
    transition: 0.3s;
}
/* 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: 9999;
    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: #ddd 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;
    top: 85px;
}
.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;
    box-shadow: 2px 0 7px 0 rgba(0, 0, 0, 0.13);
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    padding: 15px 5px;
    visibility: hidden;
    top: 100px;
}
.primary-nav-wrap ul.sub-menu li {
    display: block;
}
.primary-nav-wrap .sub-menu > li > a {
    height: 36px;
    line-height: 34px;
    padding: 0 15px;
}
.primary-nav-wrap .sub-menu > li:hover > a {
    background-color: #ffffff;
    color: #14b1bb;
}
.primary-nav-wrap ul.sub-menu li .sub-menu {
    left: 100%;
    top: 5px !important;
}
.primary-nav-wrap ul > li.last-menu-item 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: #26c7cc;
    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 {
    border: medium none !important;
    color: #464646 !important;
    font-size: 18px !important;
    height: 36px;
    line-height: 36px;
    padding: 0 !important;
    text-align: center;
    width: 30px !important;
}
.mean-nav a.mean-expand:hover {
    color: #26c7cc !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: #26c7cc;
}
/*-- 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:hover > a {
    color: #464646;
}
.mean-nav .sub-menu li.current_page_item:hover > a {
    color: #26c7cc;
}
.mean-nav ul li li.current_page_item > a,
.mean-nav ul li li > a:hover,
.mean-nav .sub-menu li > a:hover {
    color: #26c7cc;
}
.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;
}
/*-------------- #)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 15px;
}
.blog-text h2 a {
    color: #333333;
    font-size: 30px;
    transition: .3s;
}
.blog-text h4 a:hover {
    color: #03A9F4;
}
.blog-date span {
    font-size: 12px;
    margin-right: 10px;
}
.blog-date span i {
    font-size: 14px;
    margin-right: 8px;
}
.blog-text p {
    margin-bottom: 12px;
    margin-top: 6px;
}
.blog-text a:hover {
    color: #14b1bb;
}
.blog-text ol,
.blog-text ul {
    padding-left: 15px;
}
.blog-text > .blog-read-more {
    border: 1px solid #e5e5e5;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
    padding: 8px 30px;
    transition: all 0.4s ease 0s;
    text-transform: uppercase;
}
.single-blog {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.single-blog.style-two .blog-img {
    margin-bottom: 28px;
}
/*-----------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 {
    padding: 100px 0;
    background-color: #444;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.breadcrumbs-area-default .breadcrumbs .page-title,
.breadcrumbs-area-default .breadcrumbs ul,
.breadcrumbs-area-default .breadcrumbs ul li,
.breadcrumbs-area-default .breadcrumbs ul li a {
    color: #fff;
}
.breadcrumbs-area-default .breadcrumbs ul li a:hover {
    color: #26c7cc;
}
.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;
}
.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 h2.page-title {
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 38px;
    margin: 0;
    word-break: break-word;
}
.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 li a {
    color: inherit;
}
.breadcrumbs ul li a:hover,
.breadcrumbs ul li {
    color: #03a9f4;
}
.breadcrumbs ul li a.active::after {
    color: #03a9f4;
}
.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: #14b1bb;
    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 */

.breadcrumbs-area {
    position: relative;
    z-index: 1;
}
.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 {
    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;
}
.breadcrumbs.breadcrumbs-title-left {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}
.breadcrumbs.breadcrumbs-title-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;
}
.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,
.breadcrumbs-title-center .page-title-bar {
    padding: 5px 0;
}
.breadcrumbs-title-center .page-title-search-box {
    margin-top: 10px;
}
.page-area {
    padding: 80px 0;
    background: #f5f5f5;
    overflow: hidden;
}
.home .page-area {
    padding: 0px 0;
}
.blog-story-area {
    padding: 80px 0;
    background: #f5f5f5;
}
.blog-img-2 {
    margin-bottom: 30px;
}
.blog-header h1 {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 20px;
}
.story-hbtitle p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
.story-hbtitle blockquote {
    background: #eee none repeat scroll 0 0;
    border-left: 2px solid #14b1bb;
    font-size: 14px;
    margin: 10px 0 10px 55px;
}
.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: #14b1bb 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: #14b1bb none repeat scroll 0 0;
    border: 1px solid #14b1bb;
    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;
}
.post-pagination ul li a {
    display: block;
    color: #337ab7;
    border: 1px solid #ddd;
}
.post-pagination ul li .current {
    cursor: no-drop;
    display: block;
    padding: 0 15px;
    border: 1px solid #ddd;
}
.post-pagination ul li:hover a,
.post-pagination ul li .current {
    background: #14b1bb;
    color: #fff;
    border: 1px solid #14b1bb;
}
/*---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: #14b1bb;
    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;
}
/*------------blog sidebar------------*/
/* blog-left-area */

.sidebar-widget {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 30px;
}
aside.widget-area .sidebar-widget:last-child {
    margin-bottom: 0px
}
.sidebar-widget a {
    color: #606060;
    font-family: lato;
    text-transform: capitalize;
}
.sidebar-widget li a:hover {
    color: #14b1bb;
}
form#search {
    position: relative;
}
form#search input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    box-shadow: none;
    color: #626262;
    font-size: 14px;
    height: 45px;
    padding-left: 10px;
    width: 100%;
}
.single-footer form#search input {
    color: #ddd;
}
form#search button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: currentcolor currentcolor currentcolor #eeeeee;
    border-image: none;
    border-style: none none none solid;
    border-width: 0 0 0 1px;
    color: #999;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}
form#search button:hover {
    background: transparent none repeat scroll 0 0;
    color: #14b1bb;
}
#search input::placeholder {
    color: #999;
}
.blog-search button:hover {
    background: #26CCFF;
    border-color: #26CCFF;
    color: #999;
}
.sidebar-title {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 30px;
    padding-bottom: 13px;
    position: relative;
    word-break: break-word;
    margin-top: 0;
}
.sidebar-widget ul li {
    border-top: 1px solid #eee;
    padding: 10px 0;
    margin-bottom: 0;
	word-break: break-word;
}
.sidebar-widget ul li:first-child {
    border-top: 0;
    padding-top: 0;
}
ul.sidebar-link li:last-child {
    margin-bottom: 0
}
ul.sidebar-link li a {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 300;
    position: relative;
}
ul.sidebar-link li a:hover {
    color: #14b1bb
}
.Tags {
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 17px;
    padding-bottom: 13px;
    padding-top: 40px;
    text-transform: capitalize;
    position: relative;
}
.Tags::before {
    background: #03a9f4 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50%;
}
ul.tag li {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 8px;
}
ul.tag li a {
    border: 1px solid #e8e8e8;
    color: #333333;
    display: inline-block;
    font-size: 13px;
    padding: 3px 17px;
    text-align: center;
    transition: .3s;
}
.sidebar-widget .product-item {
    overflow: hidden;
}
.sidebar-widget .product-img {
    float: left;
    margin-right: 15px;
}
.sidebar-widget h6.product-title {
    font-size: 16px;
}
.sidebar-widget .product-info > p {
    margin: 0;
}
.sidebar-widget .product-item {
    overflow: hidden;
}
.product-item .product-img {
    float: left;
    margin-right: 15px;
    width: 80px;
}
.product-item .product-info {
    overflow: hidden;
}
.widget_drubo_recent_post .product-item + .product-item {
    margin-top: 15px;
}
.sidebar-widget h6.product-title {
    font-size: 16px;
}
.sidebar-widget .product-info > p {
    margin: 0 0 5px;
}
.sidebar-widget .product-info > p:last-child {
    margin: 0;
}
.product-item .product-img a {
    display: block;
}
/*========================================*/
/*  Footer Top area
/*========================================*/

.footer-top-area {
    background: #252830;
    position: relative;
    z-index: 1;
}
.footer-top-area::before {
    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: 1px solid;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
}
.single-footer ul {
    list-style: none;
}
.single-footer ul li {
    margin-right: 5px;
}
.single-footer ul li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.single-footer ul li a:hover {
    color: #14b1bb;
}
.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;
}
/*=============================
  1.10 Footer Bottom
=========================*/

.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: #14b1bb;
}
/*************************************
 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;
}
.boxed-layout .header-area,
.boxed-layout .header-bottom {
    left: auto;
    max-width: 1240px;
    right: auto;
    width: 100%;
    z-index: 9999999;
}
/*-------------------------
    9. Scroll Up
---------------------------*/

a#scrollUp {
    background-color: #14b1bb;
    border: 1px solid #14b1bb;
    bottom: 30px;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    right: 30px;
    text-align: center;
    width: 40px;
}
/*-------------------------
    ##) Unit Test
---------------------------*/

.sidebar-widget ul li ul.children li:first-child,
.sidebar-widget ul li ul.sub-menu li:first-child {
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding-top: 10px;
}
.tag-sticky-2 .blog-post {
    border: 1px solid #14b1bb;
}
.story-hbtitle li {
    margin-bottom: 10px;
}
table {
    border: 2px solid #ddd;
    margin-bottom: 20px;
    vertical-align: top;
    width: 100%;
}
table th {
    border-bottom: 2px solid #ddd;
    border-right: 2px solid #ddd;
    color: #454545;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}
table td {
    border-bottom: 2px solid #ddd;
    border-right: 2px solid #ddd;
    padding: 10px 9px;
    vertical-align: top;
}
table th a,
table th a:hover {
    text-decoration: underline;
}
.story-hbtitle a:not(.button) ,
.entry-content a:not(.button),
.copy a:not(.button) {
    text-decoration: underline;
}
.post-password-form input[type="submit"] {
    background: #14b1bb none repeat scroll 0 0;
    border: 1px solid #14b1bb;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding: 5px 10px;
    width: 80px;
}
.post-password-form input[type="submit"]:hover {
    background: transparent none repeat scroll 0 0;
    color: #14b1bb;
}
.post-password-form input[type="password"] {
    border-radius: 0;
}
#wp-calendar tbody tr td {
    border-right: 2px solid #ddd;
    text-align: center;
}
#wp-calendar tbody tr td#today {
    background: #14b1bb 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 20px;
}
.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 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 0 35px;
}
.entry-content ol li {
    list-style: outside none decimal;
    margin: 0 0 6px;
}
.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;
}
.single-footer .tagcloud a:hover {
    background: #45c0c8 none repeat scroll 0 0;
	border-color: #45c0c8;
}
.single-footer .tagcloud a {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #eeeeee;
  color: #fff;
}
.shopping-button button[type="submit"] {
    background: #14b1bb none repeat scroll 0 0;
    border: 1px solid #14b1bb;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 14px;
    transition: all 0.3s ease 0s;
    width: 100%;
    text-transform: uppercase;
    font-family: lato;
}
.shopping-button button[type="submit"]:hover {
    background: transparent none repeat scroll 0 0;
    color: #14b1bb;
}
/* 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;
}
/*KC plugin padding fix*/

.kc-row-container.kc-container {
    padding: 0;
}
.page-template-page-full-width .kc-row-container.kc-container {
    padding: 0 15px 0 15px;
}
/* ------------------------------
  1. Home One Css
---------------------------------*/
/* -------------------------
  1.1 About Area
-----------------------------*/

.mobile-menu-area {
    display: none;
}
.icon-titel {
    display: block;
    margin-bottom: 13px;
    overflow: hidden;
}
.icon-titel i {
    color: #666666;
    float: left;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    margin: 15px 0 15px 15px;
    position: relative;
    text-align: center;
    width: 50px;
    z-index: 111;
    transition: .3s;
}
.icon-titel i::after {
    border: 1px solid #ddd;
    border-radius: 5px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(-45deg);
    width: 100%;
    z-index: -9999;
    transition: .3s;
}
.icon-titel h6 {
    display: inline-block;
    font-weight: 700;
    margin: 0;
    overflow: hidden;
    padding-left: 25px;
    padding-top: 34px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    font-size: 14px;
}
.specialty-single:hover .icon-titel h6,
.ourservice-single:hover .srvc-content h6 {
    color: #14b1bb;
}
.specialty-single:hover .icon-titel i,
.ourservice-single:hover .srvc-icon a i {
    color: #fff;
}
.specialty-single:hover .icon-titel i::after,
.social-rotate ul li a:hover,
.ourservice-single:hover .srvc-icon a {
    background: #14b1bb;
    border-color: #14b1bb;
}
.specialty-image {
    margin-top: 10%;
    padding-left: 40px;
}
.spe-discribe > p {
    margin: 0;
}
.text-titel {
    font-family: raleway;
    font-size: 50px;
    font-weight: 800;
    line-height: 80px;
    letter-spacing: 2px;
}
.social-rotate ul li,
.wework-social ul li,
.portfolio-content ul li {
    display: inline-block;
    list-style: none;
}
/* -------------------------
  1.2 About Video Area
-----------------------------*/

.video-area .img {
    display: block;
    overflow: hidden;
    position: relative;
}
.popup-youtube {
    color: #fff;
    display: block;
    font-size: 60px;
    height: 70px;
    left: 0;
    line-height: 70px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 35%;
    width: 70px;
}
.social-rotate ul {
    margin: 0;
}
.social-rotate ul li a {
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #666666;
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
    text-align: center;
    transform: rotate(-45deg);
    width: 30px;
    transition: .3s;
}
.header-area-2 .social-rotate ul li a {
    margin-right: 8px;
}
.social-rotate ul li a:hover {
    color: #fff;
}
.social-rotate ul li a i {
    transform: rotate(45deg);
}
/* --------------------------
  1.3 Service Area
-----------------------------*/

.service-single {
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 218px;
    padding-top: 16%;
    position: relative;
}
.srvc-icon i {
    color: #666666;
    font-size: 36px;
}
.service-hover {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 2px 2px 10px 2px #ddd;
    display: block;
    height: 250px;
    left: -5px;
    opacity: 0;
    overflow: hidden;
    padding: 35px 15px 3px;
    position: absolute;
    top: -13px;
    transform: scale(0);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 366px;
}
.service-single:hover .service-hover {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.hvr-icon {
    margin-top: 5px;
}
.hvr-icon i {
    color: #14b1bb;
    font-size: 36px;
    margin-bottom: 10px;
}
.hvr-icon > h6 {
    color: #14b1bb;
    margin-bottom: 20px;
}
.wework-social {
    padding-left: 20px;
    padding-right: 20px;
}
.wework-social ul li {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    height: 115px;
    margin-right: 126px;
    transform: rotate(45deg);
    width: 115px;
    transition: .3s;
}
.wework-social ul li:last-child {
    margin-right: 0;
}
.wework-social ul li:hover {
    background: #14b1bb;
}
.wework-social ul li:hover a i,
.wework-social ul li:hover a span {
    color: #fff;
}
.wework-social ul li a {
    display: block;
    height: 100%;
    padding: 25%;
    transform: rotate(315deg);
    width: 100%;
}
.wework-social ul li a i {
    color: #666666;
    display: block;
    font-size: 30px;
    margin-bottom: 5px;
    text-align: center;
    transition: .5s;
}
.wework-social ul li a span {
    color: #383838;
    display: block;
    font-family: raleway;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    transition: .5s;
}
.service-single .srvc-titel h6,
.hvr-icon > h6 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.hvr-icon > h6 {
    margin: 0 0 20px 0;
}
/* --------------------------
  1.4 Portfolio css
-----------------------------*/

.portfolio-menu li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd navy #ddd #ddd;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    color: #383838;
    cursor: pointer;
    font-family: raleway;
    font-size: 14px;
    font-weight: 700;
    margin-left: -4px;
    padding: 10px 25px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}
.portfolio-menu li:last-child {
    border-right: 1px solid #ddd;
}
.portfolio-menu li.active,
.portfolio-menu li:hover {
    background: #14b1bb none repeat scroll 0 0;
    border-color: #14b1bb;
    color: #fff;
}
.image-box::after {
    background: #14b1bb none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0px;
    transform: rotate(90deg);
    transition: all 0.4s ease 0s;
}
.image-box > a {
    color: #fff;
    font-size: 70px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: 1;
}
.image-box > a:hover {
    color: #fff;
}
.image-box:hover:after {
    opacity: 0.7;
    transform: rotate(0deg)
}
.image-box:hover a {
    visibility: visible;
    opacity: 1;
}
.image-box {
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.single-portfolio {
    overflow: inherit !important;
}
.portfoio-boxall {
    margin: 0 -5px;
}
.text-content h6 {
    margin-bottom: 0;
}
.socialbar {
    margin-top: 30px;
}
.portfolio-box .grid-item {
    width: 20%;
}
.latestshot-area .container-fluid,
.map-area-main .container-fluid,
.specialty-area .container-fluid,
.successful-area .container-fluid,
.latestshot-area .container-fluid {
    padding: 0;
}
.latestshot-menu li:last-child {
    border-right: 1px solid #eee;
}
/* -------------------------
   1.5 Blog Area
----------------------------*/

.blog-content > h6 {
    margin-bottom: 15px;
}
.blog-content a {
    transition: all 0.4s ease 0s;
    color: #444;
}
.post-info {
    color: #777;
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
}
.post-date > a,
.favorite-comment > a,
.favorite > a {
    color: #777;
}
.post-date > a:hover,
.favorite-comment > a:hover,
.favorite > a:hover {
    color: #14b1bb;
}
.post-date i,
.favorite-comment i {
    color: #777;
    margin-right: 4px;
}
.favorite {
    float: left;
    margin-right: 23px;
}
.blog-img::before,
.blog-img::after {
    background: #14b1bb none repeat scroll 0 0;
    content: "";
    height: 200%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all 0.6s ease 0s;
    width: 400%;
}
.blog-img::before {
    transform: skew(45deg) translateX(100%);
    z-index: 9;
}
.blog-img::after {
    transform: skew(45deg) translateX(-100%);
}
.blog-img {
    overflow: hidden;
    position: relative;
    display: block;
}
.blog-img a::before {
    color: #fff;
    content: "";
    font-family: material-design-iconic-font;
    font-size: 70px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 30%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 9;
}
.single-blog:hover .blog-img::before,
.single-blog:hover .blog-img::after {
    cursor: pointer;
    transform: skew(45deg) translateX(0px);
    opacity: 0.5;
}
.single-blog:hover .blog-img a::before {
    opacity: 1;
    top: 50%;
}
/* -------------------------
   1.6 Client Testimonial
----------------------------*/

.ct-cp {
    float: left;
}
.client-say {
    display: block;
    overflow: hidden;
    padding: 82px 100px 73px 60px;
}
.client-info > h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1px;
}
.client-info > p,
.client-adrs > p {
    color: #b9b9b9;
    font-family: raleway;
    font-style: italic;
    font-weight: 400;
    margin: 0;
    padding-bottom: 6px;
    position: relative;
}
.client-info > p::after {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 90px;
}
.client-testimonial-area .owl-theme .owl-controls {
    margin-top: 68px;
    text-align: center;
}
.client-testimonial-area .owl-theme .owl-controls .owl-buttons div {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin: 0 23px 0 0;
    opacity: 1;
    padding: 0;
    text-align: center;
    transform: rotate(45deg);
    width: 40px;
    transition: .3s;
}
.client-testimonial-area .owl-theme .owl-controls .owl-buttons div:hover {
    color: #14b1bb;
}
.client-testimonial-area .owl-theme .owl-controls .owl-buttons div.owl-prev::after {
    content: "";
    font-family: material-design-iconic-font;
    font-size: 30px;
    height: 100%;
    left: 0;
    margin-top: 4px;
    position: absolute;
    right: 0;
    transform: rotate(495deg);
    width: 100%;
}
.client-testimonial-area .owl-theme .owl-controls .owl-buttons div.owl-next::before {
    content: "";
    font-family: material-design-iconic-font;
    font-size: 30px;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    transform: rotate(675deg);
    width: 100%;
    margin-top: -1px;
}
.client-testimonial-area .owl-theme .owl-prev i,
.client-testimonial-area .owl-theme .owl-next i {
    display: none;
}
/* -------------------------
   1.7 Pricing Table
----------------------------*/

.pricing-table-single {
    border: 1px solid #ddd;
    transition: .3s;
}
.pricing-table-single:hover {
    box-shadow: 2px 2px 15px 5px #ddd;
}
.table-category {
    padding-bottom: 45px;
    padding-top: 45px;
    border-bottom: 1px solid #14b1bb;
}
.table-category h1 {
    color: #14b1bb;
    font-family: lato;
    font-size: 48px;
    font-weight: 900;
    margin: 20px 0 0;
}
.table-category h1 span {
    color: #999999;
    font-size: 12px;
    font-weight: 900;
    margin-left: 8px;
    text-transform: uppercase;
}
.pricing-list > ul {
    padding-bottom: 50px;
    padding-top: 50px;
    margin: 0px;
}
.pricing-list > ul li {
    display: block;
    padding: 12px 0;
}
.pricing-list.text-center li:first-child {
    padding-top: 0;
}
.pricing-list.text-center li:last-child {
    padding-bottom: 0;
}
.pricing-list > ul li {
    color: #606060;
    font-family: lato;
    font-size: 14px;
    font-weight: 400;
    cursor: unset;
}
.order-button > a {
    border-top: 1px solid #ddd;
    color: #14b1bb;
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 15px 0;
    transition: .3s;
}
.order-button > a:hover {
    background: #14b1bb;
    color: #fff;
    border-color: #14b1bb;
}
/* -------------------------
   1.8 Brand Area
----------------------------*/

.brand-single .item > a {
    display: block;
    margin-bottom: 1px;
    transition: all 0.3s ease 0s;
    border: 2px solid #ddd;
    border-radius: 5px;
    text-align: center;
}
.brand-single .item > a:hover {
    border-color: #14b1bb;
}
.single-brand {
    margin-bottom: 1px;
}
/* -------------------------
   1.9 Form Contact
----------------------------*/

.map-area-main {
    position: relative;
}
.help-contact-area {
    margin-top: -5.8%;
    width: 100%;
}
.form-group {
    margin-bottom: 0;
    padding-left: 170px;
    padding-right: 170px;
    padding-top: 35px;
}
.shadow {
    box-shadow: 2px 2px 15px 5px #ddd;
    position: relative;
}
.form-single input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    float: left;
    height: 40px;
    margin-bottom: 25px;
    font-family: raleway;
    padding-left: 10px;
}
.form-textarea textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 25px;
    font-family: raleway;
    padding-left: 10px;
    height: 140px;
}
.form-button input[type="submit"] {
    background: #14b1bb none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    overflow: hidden;
    text-transform: uppercase;
    width: 100%;
}
.form-button .contact-submit.contact-samll {
    width: 40%;
    margin: 0 auto;
}
.form-control:focus {
    border-color: #14b1bb;
    box-shadow: none;
    outline: 0 none;
}
.form-textarea {
    clear: both;
}
/* -------------------------
   11. Footer Bottom
----------------------------*/

.footer-area .social-rotate ul li a {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 24px;
    height: 45px;
    line-height: 45px;
    margin-right: 40px;
    text-align: center;
    transform: rotate(-45deg);
    transition: all 0.3s ease 0s;
    width: 45px;
    padding: 0px;
}
.footer-area .social-rotate ul li a:hover {
    background: #14b1bb none repeat scroll 0 0;
    border-color: #14b1bb;
    color: #fff;
}
.fotter-copyright p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0
}
.fotter-copyright p a {
    color: #14b1bb;
    margin: 0 3px 0 3px;
}
/* -------------------------
   2. Home Two Css
----------------------------*/
/* -------------------------
   2.1 About Us
----------------------------*/

.specialty-single.two {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    float: left;
    padding: 80px 60px;
    width: 25%;
}
.specialty-single.two .icon-titel i {
    margin: 15px 0 15px 10px;
}
.read-more-btn > a {
    background: #14b1bb none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 25px;
    text-transform: uppercase;
    transition: .3s;
}
.read-more-btn > a:hover,
.newsletter-form > input[type="submit"]:hover,
.contact-button input[type="submit"]:hover,
.form-button input[type="submit"]:hover {
    background: #45C0C8
}
/* -------------------------
   2.2 Our Successful
----------------------------*/

.successful-area {
    padding-left: 115px;
    padding-right: 100px;
}
.successful-single {
    float: none;
    width: auto;
    display: inline-block;
}
.sucs-count {
    display: inline-block;
    overflow: hidden;
    float: left;
}
.sucs-count h3 {
    color: #fff;
    font-family: raleway;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.sucs-count h3 span {
    color: #14b1bb;
    display: block;
    font-family: lato;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}
.sucs-icon {
    float: left;
}
.sucs-icon a {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    display: block;
    float: left;
    height: 72px;
    line-height: 72px;
    margin-right: 40px;
    overflow: hidden;
    transform: rotate(45deg);
    width: 72px;
    transition: .3s;
}
.sucs-icon a i {
    color: #666666;
    font-size: 35px;
    height: 100%;
    line-height: 75px;
    padding: 0;
    text-align: center;
    transform: rotate(315deg);
    width: 100%;
    transition: .3s;
}
.successful-single:hover .sucs-icon a {
    background: #14b1bb;
}
.successful-single:hover .sucs-icon a i {
    color: #fff;
}
/* -------------------------
   2.3 Our Service
----------------------------*/

.srvc-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
.srvc-content > h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    transition: .3s;
    text-transform: uppercase;
}
.srvc-content > p {
    margin: 0;
}
.ourservice-single a {
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    height: 72px;
    line-height: 72px;
    margin: 0 auto;
    text-align: center;
    transform: rotate(45deg);
    width: 72px;
    transition: .3s;
}
.ourservice-single a i {
    color: #666666;
    font-size: 35px;
    height: 100%;
    line-height: 75px;
    padding: 0;
    text-align: center;
    transform: rotate(315deg);
    transition: all 0.3s ease 0s;
    width: 100%;
}
/* -------------------------
   2.4 Team See Our Portfolio
----------------------------*/

.team-our-portfolio h4 {
    color: #fff;
    font-size: 24px;
    margin: 0;
}
.teambutton-one {
    display: inline-block;
    margin-right: 30px;
    margin-top: 35px;
}
.teambutton-one > a {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    overflow: hidden;
    padding: 10px 20px;
    transition: .3s;
}
.teambutton-one > a:hover {
    background: #fff;
    color: #757575;
}
/* -------------------------
   2.5 Latest Shot/Portfolio Css
----------------------------*/

.latestshot-menu li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee navy #eee #eee;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 2px medium 2px 2px;
    color: #383838;
    cursor: pointer;
    font-family: raleway;
    font-size: 14px;
    font-weight: 700;
    margin-left: -4px;
    padding: 10px 25px;
    text-transform: uppercase;
    transition: .3s;
}
.latestshot-menu li.active,
.latestshot-menu li:hover {
    border-top: 2px solid #14b1bb;
    border-bottom: 2px solid #14b1bb;
}
.latestshot-content .grid-sizer,
.latestshot-content .grid-item {
    width: 25%;
}
/* Massonary 2 columns */

.latestshot-content .grid-item--width2 {
    width: 50%;
}
.portfolio-image > a,
.single-portfolio,
.effect-titel {
    display: block;
    overflow: hidden;
    position: relative;
}
.effect-titel {
    cursor: pointer;
    left: 0;
    opacity: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-30%);
    transition: all 0.4s ease 0s;
    visibility: hidden;
    width: 100%;
}
.effect-titel.two {
    padding-top: 15%;
}
.effect-titel.three {
    padding-top: 15%;
}
.effect-titel > a {
    background: #14b1bb none repeat scroll 0 0;
    border-radius: 5px;
    display: block;
    height: 45px;
    line-height: 45px;
    margin: 0 auto 22px;
    transform: rotate(45deg);
    width: 45px;
}
.effect-titel a i {
    color: #fff;
    font-size: 25px;
    padding: 10px;
    transform: rotate(138deg);
}
.effect-titel h2 {
    color: #383838;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
.effect-titel > p {
    color: #383838;
    font-family: raleway;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
}
.image-effect:hover .effect-titel {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
}
.portfolio-image > a::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.image-effect:hover .portfolio-image > a::before {
    opacity: .5;
}
/* -------------------------
   2.6 Our Team
----------------------------*/

.team-single {
    display: block;
    position: relative;
}
.team-details {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border: 1px solid #14b1bb;
    height: 100%;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    width: 100%;
    transform: scale(0);
    cursor: pointer;
}
.team-adrs h5 {
    color: #14b1bb;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.team-adrs > p {
    color: #383838;
    margin: 0;
}
.team-socaladrs ul li a {
    color: #666666;
    font-size: 16px;
    padding: 5px;
}
.team-socaladrs ul li a:hover {
    color: #14b1bb;
}
.team-single:hover .team-details {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
/* -------------------------
   2.7 Skill Progress
----------------------------*/

.skill-area > h4 {
    color: #383838;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.skill-content {
    overflow: hidden;
    padding-top: 40px;
}
.skill .progress-bar {
    background-color: #14b1bb;
    box-shadow: none;
    position: relative;
}
.skill .progress .lead {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    position: absolute;
    text-transform: uppercase;
    top: -25px;
    width: 100%;
    z-index: 99;
}
.skill .progress .lead span {
    float: right;
    text-align: right;
}
.skill .progress {
    background-color: #eeeeee;
    border-radius: 0;
    box-shadow: none;
    height: 10px;
    overflow: visible;
    position: relative;
}
.skill .progress-bar::after {
    background: #fff none repeat scroll 0 0;
    border: 3px solid #14b1bb;
    border-radius: 30px;
    content: "";
    height: 25px;
    position: absolute;
    right: -5px;
    top: -8px;
    width: 25px;
}
.skill .progress-bar > span {
    color: #767676;
    float: right;
    font-family: lato;
    font-size: 14px;
    margin-top: -25px;
    position: relative;
}
.single-skill {
    width: 100%;
}
.skill-titel p {
    margin-bottom: 0;
    margin-top: -29%;
}
/* -------------------------
   2.8 Our pricing table
----------------------------*/

.pricing-table-single.two {
    display: block;
    overflow: hidden;
    transition: .3s;
    background: #14b1bb;
}
.table-content {
    margin-bottom: 30px;
    margin-right: 30px;
    padding: 60px;
}
.pricing-table-single.two h6 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 25px 0 25px 60px;
}
.table-content {
    background: #fff none repeat scroll 0 0;
    transition: .4s;
}
.price-category h1 {
    color: #14b1bb;
    font-family: lato;
    font-size: 48px;
    font-weight: 900;
    margin: 0;
}
.price-category h1 span {
    color: #999999;
    font-size: 12px;
    font-weight: 900;
    margin-left: 8px;
    text-transform: uppercase;
}
.price-list > ul {
    padding-bottom: 45px;
    padding-top: 50px;
    margin: 0;
}
.price-list li:first-child {
    padding-top: 0;
}
.price-list > ul li {
    display: block;
    padding: 12px 0;
}
.price-list > ul li a {
    color: #606060;
    cursor: unset;
    font-family: lato;
    font-size: 14px;
    font-weight: 400;
}
.price-list > ul li a i {
    margin-right: 10px;
}
.two .order-button > a {
    border: 1px solid #ddd;
    background: #fff;
}
.pricing-table-single.two:hover {
    background: #fff;
    box-shadow: none;
}
.pricing-table-single.two:hover .table-content {
    box-shadow: 2px 2px 4px 2px #ddd;
}
.pricing-table-single.two:hover h6 {
    color: #14b1bb;
}
.pricing-table-single.two:hover .table-content {
    background: #14b1bb;
    color: #fff;
    border-color: #14b1bb;
}
.pricing-table-single.two:hover .price-category h1,
.pricing-table-single.two:hover .price-category h1 span,
.pricing-table-single.two:hover .price-list > ul li a {
    color: #fff;
}
.two .order-button > a:hover {
    background: #14b1bb;
    color: #fff;
    border-color: #fff;
}
/* -------------------------
   2.9 Blog Style
----------------------------*/

.style-two .blog-content {
    border: none;
}
.style-two > h3 {
    margin-bottom: 25px;
    margin-left: 20px;
    margin-top: 25px;
    font-size: 14px;
    font-weight: 700;
}
.post-content > p {
    display: block;
    margin: 20px 0;
    overflow: hidden;
}
.post-content {
    margin: 20px 0;
}
.post-btn a {
    color: #14b1bb;
    font-size: 14px;
}
.post-btn a:hover {
    color: #999;
}
.post-btn a i {
    margin-left: 5px;
}
/* -------------------------
   2.10 Our Client
----------------------------*/

.client-content {
    border-radius: 5px;
    display: block;
    margin-bottom: 60px;
    overflow: unset;
    padding: 58px 100px 100px;
}
.client-content span i {
    font-size: 50px;
    margin-bottom: 17px;
}
.client-content > p {
    margin-bottom: 26px;
    padding: 0 7%;
}
.client-adrs > h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.client-adrs > p {
    color: #fff;
}
.client-img {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
}
.our-client .owl-theme .owl-controls {
    margin-top: 55px;
    text-align: center;
}
.our-client .owl-theme .owl-controls .owl-page span {
    background: #869791 none repeat scroll 0 0;
    border-radius: 0;
    display: block;
    height: 3px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 40px;
    margin-bottom: 0;
}
.our-client .owl-theme .owl-controls .owl-page.active span,
.our-client .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #14b1bb none repeat scroll 0 0;
    opacity: 1;
}
.our-client-single {
    padding-left: 15px;
    padding-right: 15px;
}
/* -------------------------
   2.11 Footer Style Two
----------------------------*/

.footer-menu h6 {
    color: #fff;
    display: block;
    font-size: 18px;
    margin-bottom: 18px;
    overflow: hidden;
}
.contact-details ul li {
    margin-bottom: 20px;
}
.contact-details ul li:last-child,
.recent-post ul li:last-child,
.quick-link ul li,
.project-information ul li:last-child {
    margin: 0;
}
.contact-details ul li a {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
    margin-top: 10px;
    text-align: center;
    transform: rotate(-45deg);
    transition: all 0.3s ease 0s;
    width: 30px;
}
.contact-details ul li a i {
    transform: rotate(45deg);
}
.contact-details ul li:hover a {
    background: #fff none repeat scroll 0 0;
    color: #14b1bb;
}
.contact-details p {
    color: #cccbcb;
    display: block;
    margin: 0;
    overflow: hidden;
}
.recent-post img {
    float: left;
    margin-right: 15px;
}
.recent-post ul li {
    padding: 10px 0;
    width: 100%;
}
.recent-post ul li h5 {
    color: #cccccc;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
}
.footer-copyright > p a {
    color: #14b1bb;
}
.recent-post ul li span {
    color: #cccccc;
    font-family: lato;
    font-size: 14px;
}
.recent-post ul li h5 a {
    color: #606060;
}
.quick-link ul li {
    display: block;
    padding-bottom: 0px;
}
.single-footer:not(.widget_rss):not(.widget_recent_comments) ul li a, .quick-link ul li a {
    color: #cccccc;
    font-family: lato;
    padding-left: 20px;
    position: relative;
}
.quick-link ul li a:hover {
    color: #14b1bb;
}
.single-footer:not(.widget_rss):not(.widget_recent_comments) ul li a::after, .quick-link ul li a::after {
    background: #cccccc none repeat scroll 0 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 5px;
}
.single-footer:not(.widget_rss):not(.widget_recent_comments) ul li a:hover:after,.quick-link ul li a:hover:after {
    color: #14b1bb;
    background: #14b1bb;
}
/* News Letter Form*/

.newsletter-text {
    color: #cccccc;
    font-family: lato;
    margin-bottom: 20px;
}
.newsletter-form input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    box-shadow: none;
    color: #999999;
    font-family: lato;
    font-size: 12px;
    height: 40px;
    padding-left: 20px;
    width: 100%;
    margin-bottom: 20px;
}
.newsletter-form input:focus {
    color: #999999;
    background: #fff;
    border: 0;
}
.newsletter-form > input[type="submit"] {
    background: #14b1bb none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 15px 30px;
    text-transform: uppercase;
    width: 160px;
}
.footer-copyright > p {
    font-family: lato;
    font-size: 13px;
    margin: 0;
}
/*Mail Chimp */

.mailchimp-alerts {
    padding: 10px 0;
}
.mailchimp-submitting {
    color: #31708f
}
.mailchimp-success {
    color: #3c763d;
}
.mailchimp-error {
    color: #a94442;
}
/* -------------------------
   3. About Us Page
----------------------------*/

.breadcrumb-list ul li.active {
    color: #14b1bb;
}
.breadcrumb-list .divider {
    padding: 0 5px;
}
.video-content.two > h6 {
    font-size: 20px;
}
.video-content.two > h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
.mission-vission .video-content h6 {
    font-size: 24px;
}
.about-menu ul li {
    display: block;
    overflow: hidden;
    padding-bottom: 5px;
    padding-left: 15px;
    position: relative;
}
.about-menu ul li::after {
    border: 1px solid #999999;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 5px;
}
.choose-us .icon-titel h6 {
    padding-top: 6%;
    padding-left: 4%;
}
.choose-us .spe-discribe > p {
    padding-right: 32%;
}
.two .help-contact-area {
    margin-top: -18.8%;
    width: 100%;
}
.two .section-title h1 {
    text-transform: capitalize;
    font-size: 24px;
}
.two .form-group {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 35px;
}
.contact-button button {
    background: #14b1bb none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    left: 0;
    margin: 0 auto;
    padding: 12px 40px;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    display: block;
}
/* -------------------------
   4. Contact Us Page
----------------------------*/

.cntct-right-adrs .section-title h4::before,
.comments-box .section-title h4::before {
    left: 0;
    right: 0;
    margin: 0;
}
.cntct-right-adrs .section-title h4::after,
.comments-box .section-title h4::after {
    left: 15px;
    right: 0;
    margin: 0;
}
.adrs-details ul li {
    margin-bottom: 30px;
    width: 100%;
}
.adrs-details ul li a {
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #666666;
    display: inline-block;
    float: left;
    font-size: 20px;
    height: 38px;
    line-height: 38px;
    margin-right: 20px;
    margin-top: 10px;
    text-align: center;
    transform: rotate(-45deg);
    transition: all 0.3s ease 0s;
    width: 38px;
}
.adrs-details ul li:hover a {
    background: #14b1bb none repeat scroll 0 0;
    color: #fff;
    border-color: #14b1bb;
}
.adrs-details ul li a i {
    transform: rotate(45deg);
}
.adrs-details p {
    color: #606060;
    display: block;
    line-height: 24px;
    margin: 0;
    overflow: hidden;
    padding-right: 55%;
}
p.form-messege {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 0;
    margin: 0;
}
p.success {
    color: green;
}
p.error {
    color: red;
}
/* -------------------------
   5. Portfolio Details Page
----------------------------*/

.portfolio-titel h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
.project-details {
    float: left;
    padding: 100px 70px 100px 100px;
    width: 50%;
}
.project-details > h5 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 20px;
}
.project-information ul li {
    display: block;
    font-family: lato;
    font-weight: 400;
    margin-bottom: 24.5px;
}
.project-information ul li span {
    font-size: 14px;
    font-weight: 600;
}
.develope-menu ul li a {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 5px;
    color: #383838;
    display: block;
    font-family: Montserrat;
    font-size: 18px;
    margin-right: 5px;
    padding: 10px 20px;
}
.develope-menu ul li.active a,
.develope-menu ul li a:hover {
    background: #14b1bb none repeat scroll 0 0;
    color: #fff;
}
.project-develope {
    padding: 100px 100px 0 100px
}
.project-area {
    display: flex;
    overflow: hidden;
    width: 100%;
    flex: wrap;
}
.tab-dicrib {
    float: left;
    padding-right: 30px;
    width: 50%;
}
/* -------------------------
   6. Pagination Count css
----------------------------*/

.pagination-count ul li a {
    border: 1px solid #ddd;
    color: #666666;
    display: block;
    font-family: lato;
    font-size: 13px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.pagination-count ul li {
    padding-right: 5px;
}
.pagination-count ul li.page-numbers {
    width: 30px;
    height: 30px;
    line-height: 30;
}
.pagination-count ul li:last-child {
    padding: 0;
}
.pagination-count ul li a i {
    font-size: 16px;
    font-weight: bold;
}
.pagination-count ul li a:hover {
    background: #14b1bb;
    color: #fff;
    border-color: #14b1bb;
}
/* -------------------------
   7. Blog Details Page
----------------------------*/

.blogdetails-titel {
    height: 90px;
    padding-left: 100px;
    display: flex;
}
.blogdetails-titel > span {
    background: #14b1bb none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-family: lato;
    font-size: 18px;
    font-weight: 900;
    height: 100%;
    line-height: 90px;
    margin-right: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
}
.blogdetails-titel > h4 {
    color: #383838;
    font-size: 24px;
    font-weight: 700;
    line-height: 90px;
    text-transform: uppercase;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.blog-discribe-area {
    padding: 0 100px 100px;
}
.dicrobe-content {
    box-shadow: 0px 2px 8px 8px #ddd;
    padding: 40px 70px 40px 90px;
}
.dicrobe-content blockquote {
    background: #fbfbfb none repeat scroll 0 0;
    border-left: 0 none;
    font-size: 17.5px;
    margin: 37px 0;
    padding: 35px 40px;
}
.dicrobe-content blockquote p {
    color: #666666;
    font-family: raleway;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}
.dicrobe-content blockquote p i {
    color: #14b1bb;
    padding: 0 10px;
}
/*Blog Social*/

.blog-social {
    margin-top: 30px;
    margin-bottom: 30px;
}
.blog-social > p {
    display: inline-block;
    float: left;
    line-height: 20px;
    margin-top: 10px;
    text-align: left;
}
.blog-social > ul {
    line-height: 50px;
    text-align: right;
}
.blog-social ul li a {
    color: #666666;
    font-size: 10px;
    padding: 16px 5px;
}
.blog-social ul li a:hover {
    color: #14b1bb;
}
.comments-box.two .section-title h4,
.comments-box.three .section-title h4 {
    font-family: lato;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}
/* Comment Author */

.comment-pic {
    display: inline-block;
    float: left;
    margin-right: 30px;
    overflow: hidden;
}
.comment-author {
    display: block;
    overflow: hidden;
}
.comment-author h3 {
    color: #383838;
    font-family: raleway;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 2px;
    text-transform: uppercase;
    line-height: 24px;
}
.comment-author > p {
    color: #999999;
    float: left;
    font-size: 12px;
    margin: 0 0 8px;
}
.comment-author > a {
    background: #14b1bb none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    float: right;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-top: -12px;
    text-align: center;
    width: 30px;
}
.comment-dis {
    display: block;
    margin: 0 0 10px;
    overflow: hidden;
}
.three .form-group {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
}
/* -------------------------
   8. 404 Page
----------------------------*/

.four-zero-content h2 {
    color: #333333;
    font-size: 70px;
    font-weight: 800;
    text-transform: uppercase;
}
.four-zero-content h2 span {
    color: #14b1bb;
}
.four-zero-content a {
    background: #333333 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    padding: 12px 30px;
    text-transform: uppercase;
}
.four-zero-content a:hover {
    background: #14b1bb none repeat scroll 0 0;
    color: #fff;
}
/* -------------------------
   30. ScrollUp
----------------------------*/

#scrollUp {
    background: #14b1bb none repeat scroll 0 0;
    border-radius: 5px;
    bottom: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 28px;
    height: 40px;
    line-height: 35px;
    position: fixed;
    right: 15px;
    text-align: center;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
    width: 40px;
    z-index: 200;
}
#scrollUp i {
    transform: rotate(-45deg);
}
#scrollUp:hover {
    background: #45c0c8;
}
/* -------------------------
   10. Style Customizer css
----------------------------*/

.boxed-layout.wrapper {
    background-color: #fff;
    box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
    margin: auto;
    position: relative;
    max-width: 1240px;
    width: 100%;
}
.boxed-layout .sticky,
.box-layout .sticky {
    left: auto;
    margin: auto;
}
/*Background Patterns*/

.pattern-1 {
    background-image: url("images/customizer/pattern/1.png");
}
.pattern-2 {
    background-image: url("images/customizer/pattern/2.png");
}
.pattern-3 {
    background-image: url("images/customizer/pattern/3.png");
}
.pattern-4 {
    background-image: url("images/customizer/pattern/4.png");
}
.pattern-5 {
    background-image: url("images/customizer/pattern/5.png");
}
.pattern-6 {
    background-image: url("images/customizer/pattern/6.png");
}
.pattern-7 {
    background-image: url("images/customizer/pattern/7.png");
}
.pattern-8 {
    background-image: url("images/customizer/pattern/8.png");
}
/*Background Images*/

.main-bg-1,
.main-bg-2,
.main-bg-3,
.main-bg-4,
.main-bg-5,
.main-bg-6,
.main-bg-7,
.main-bg-8 {
    background-image: url("images/customizer/bodybg/01.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.main-bg-2 {
    background-image: url("images/customizer/bodybg/02.jpg");
}
.main-bg-3 {
    background-image: url("images/customizer/bodybg/03.jpg");
}
.main-bg-4 {
    background-image: url("images/customizer/bodybg/04.jpg");
}
.main-bg-5 {
    background-image: url("images/customizer/bodybg/05.jpg");
}
.main-bg-6 {
    background-image: url("images/customizer/bodybg/06.jpg");
}
.main-bg-7 {
    background-image: url("images/customizer/bodybg/07.jpg");
}
.main-bg-8 {
    background-image: url("images/customizer/bodybg/08.jpg");
}
/*--------------------------------------------------------------
## Custom Css
--------------------------------------------------------------*/

.footer-social.fln {
    float: none;
}
.footer-bottom.footer_copy_2 {
    padding: 20px 0;
}
.social-rotate.social__2 ul li a {
    margin-right: 12px;
}
.primary-nav-wrap .sub-menu > li > a {
    transition: .3s;
}
.header-info span a {
    margin-left: 5px;
}
.animate-slider .slide-text .text-titel span {
    font-size: 50px;
    font-weight: 700;
}
.latestshot-menu.mb-60,
.portfolio-menu {
    margin-bottom: 60px !important;
}
.blog-social p a,
.sidebar-widget .recent-post ul li span,
.sidebar-widget .recent-post ul li h5 {
    color: #606060;
}
.sidebar-widget.widget_archive ul li,
.sidebar-widget.widget_categories ul li,
.sidebar-widget.widget_meta ul li {
    display: block;
}
div.wpcf7-response-output {
    margin: -1em 10.5em 0em;
    padding: 0.2em 1em;
}
div.wpcf7-validation-errors {
    border: 2px solid #45C0C8;
}
span.wpcf7-not-valid-tip {
    color: #45C0C8;
}
#wpcf7-f234-p34-o1 div.wpcf7-response-output {
    margin: 0em -0.5em 7em;
    padding: 0.2em 1em;
}
.page-title-bar ul li {
    margin-right: 10px;
}
header.header-transparent {
    position: absolute;
    width: 100%;
    z-index: 9;
    opacity: .9;
}
.footer-top-area .menu-quick-links-container ul li {
    display: block;
}
.footer-top-area .menu-quick-links-container ul li + li {
    margin-top: 10px;
}
.cd-headline.loading-bar b {
    font-size: 50px;
}
.cd-words-wrapper {
    margin-top: 20px;
}
header.header-transparent .slider-2 .nivo-caption {
    top: 42% !important;
}
.drubo_blog_img .blog-img a::before {
    top: calc(25% - 5px);
}
.drubo_blog_img_twocol .blog-img a::before {
    top: 15%;
}
/*---------------------
  mega-menu 
-----------------------*/

.primary-nav-wrap ul.menu li .mega-menu {
    background: #ffffff none repeat scroll 0 0;
    opacity: 0;
    position: absolute;
    top: 130%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: -99;
}
.primary-nav-wrap ul.menu li:hover .mega-menu {
    margin-top: 0;
    opacity: 1;
    top: 100%;
    z-index: 999;
    visibility: visible
}
.primary-nav-wrap ul.menu li .mega-menu .single:last-child {
    border: none;
    border-bottom: 0
}
.primary-nav-wrap ul.menu li .mega-menu .single li > a:last-child {
    border-bottom: 0
}
.primary-nav-wrap ul.menu li .mega-menu .single > li> a:hover {
    color: #14b1bb;
}
.primary-nav-wrap ul.menu li .mega-menu {
    left: auto;
    right: 0;
}
.primary-nav-wrap .four.mega-menu > li > ul {
    display: block;
}
.primary-nav-wrap ul.menu li .mega-menu.four > li,
.primary-nav-wrap ul.menu li .mega-menu.three > li,
.primary-nav-wrap ul.menu li .mega-menu.two > li {
    border-right: 1px solid #eee;
    float: left;
    margin-bottom: 25px;
    margin-top: 25px;
    width: 25%;
    margin-left: 0;
    padding-left: 20px;
}
.primary-nav-wrap ul.menu li .mega-menu.two > li {
    width: 50%;
}
.primary-nav-wrap ul.menu li .mega-menu.three > li {
    width: 33.33%;
}
.primary-nav-wrap ul.menu li .mega-menu.four > li:last-child {
    border: none;
    border-bottom: 0;
}
.primary-nav-wrap ul.menu li .mega-menu.four > li ul {
    padding: 0;
    margin: 0;
}
.primary-nav-wrap ul.menu li .mega-menu.four > li ul li {
    width: 100%;
    padding: 0;
    margin: 0;
}
.primary-nav-wrap ul.menu li .mega-menu > li a {
    color: #888888;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    margin: 0;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
    height: inherit;
}
.latestshot-content .single-portfolio {
    overflow: hidden !important;
}
.mega-parent-menu {
    position: static !important;
}
.header-menu-wrap {
    position: relative;
}
/*---------------------
  Theme Unit Test 
-----------------------*/

aside.widget-area li {
    list-style: none;
    overflow: hidden;
}
.single-footer ul li {
    margin: 5px 0;
	word-break: break-word;
}
.footer-area .textwidget p {
    color: #ccc;
}
.single-footer.widget_rss li {
    margin: 30px 0;
}
.blog-story-area {
    font-family: lato;
}
.comment-respond {
    margin-top: 35px;
}
.discribe-text ol {
    list-style: outside none decimal;
    margin: 0 0 0 35px;
}
.discribe-text ul {
    list-style: outside none disc;
    margin: 0 0 0 35px;
}
.primary-nav-wrap ul li a {
    font-family: Raleway;
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    color: #303030;
    font-size: 14px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.primary-nav-wrap .sub-menu > li > a {
    font-family: Raleway;
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    color: #303030;
    font-size: 12px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.primary-nav-wrap .sub-menu {
    background-color: #ffffff;
}
.discribe-text a {
    text-decoration: underline;
}
.page-title-bar li {
    display: inline-block;
	word-break: break-word;
    font-size: 16px;	
}
.comments-area .section-title h4::before,
.comments-area .section-title h4::after {
    margin: 0;
}
.drubo-about-area .kc_title {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
}
.drubo-carousel .owl-item .item {
    width: 165px;
    margin-bottom: 2px;
}
.drubo-carousel .owl-item {
    margin-right: 5px;
}
.latest-content ul li,
.team-socaladrs ul li,
.develope-menu ul li,
.blog-social ul li,
.adrs-details ul li {
    list-style: none;
    display: inline-block;
}
.team-socaladrs ul,
.about-menu ul,
.develope-menu ul,
.blog-social ul,
.adrs-details ul {
    margin: 0 0 0 0;
}
.single-blog.style-two h6 {
    margin-left: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.single-footer .contact-details ul li {
    margin: 20px 0;
}
.footer-top-area .single-footer .recent-post ul li {
    clear: both;
}
.blog-social > p {
    margin-right: 50px;
}
.page-area .hentry {
    margin: 0;
}
.footer-top-area .single-footer .recent-post ul li:last-child .pull-left,
.newsletter-form input[type="submit"] {
    margin-bottom: 0;
}
a.popup-youtube:visited {
    color: #fff;
}
a.popup-youtube:hover {
    color: #14b1bb;
}
.video-area.drubo_vid_imgt .popup-youtube {
    top: 40%;
}
/*---------------------
  Blog List
-----------------------*/

.blog-post {
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.06);
    background: #fff;
}
.blog-quote a blockquote {
    background: #f05b64 none repeat scroll 0 0;
    border: 0 none;
    margin: 0;
    padding: 70px 50px;
    transition: all 0.3s ease-out 0s;
}
.blog-quote a blockquote p {
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
}
.blog-quote a blockquote p::before {
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-size: 24px;
    margin: 0 0 15px;
}
.blog-quote a blockquote footer {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.blog-content {
    padding: 35px 40px;
}
.blog-content p {
    color: #666;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
	word-break: break-word;
}
.post-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5em;
    margin: 0 0 0.4em;
    overflow-wrap: break-word;
}
.blog-meta {
    margin-bottom: 15px;
}
.blog-meta span {
    color: #777;
    font-size: 12px;
    font-weight: 600;
    margin-right: 15px;
    position: relative;
    font-family: lato;
}
.blog-meta span::before {
    background: #777 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: -12px;
    position: absolute;
    top: 6px;
    width: 5px;
}
.blog-meta span:first-child:before {
    display: none
}
.blog-meta a {
    color: #777;
}
.blog-content.story-hbtitle .blog-meta span a ,
.blog-content.story-hbtitle .blog-social a ,
.story-hbtitle .next-prev a ,
.blog-content.story-hbtitle .related-post-title a {
  text-decoration: none;
}
.read-more {
    margin-top: 30px;
}
.read-more a {
    border: 1px solid #ddd;
    color: #000;
    display: inline-block;
    font-weight: 600;
    padding: 12px 35px;
    text-transform: uppercase;
}
.read-more a:hover {
    background: #14b1bb;
    color: #fff;
    border-color: #14b1bb
}
/* sidebar */

.search-form {
    position: relative
}
.search-form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #eeeeee;
    box-shadow: none;
    color: #626262;
    font-size: 14px;
    height: 45px;
    padding-left: 10px;
    width: 100%;
}
.search-form button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: currentcolor currentcolor currentcolor #eeeeee;
    border-image: none;
    border-style: none none none solid;
    border-width: 0 0 0 2px;
    color: #999;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}
.widget {
    margin-bottom: 30px;
}
.sidebar-title {
    color: #444;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
}
.sidebar-title::before {
    border-bottom: 2px solid #eeeeee;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
}
.sidebar-title::after {
    border-bottom: 2px solid #222;
    content: "";
    display: block;
    position: relative;
    width: 35px;
    z-index: 1;
    top: 13px;
}
.recent-posts > li {
    border-top: 1px solid #eee;
    overflow: hidden;
    padding: 10px 0;
}
.recent-posts > li:first-child {
    border: 0 none;
    padding-top: 0;
}
.widget-posts-image {
    float: left;
    width: 80px;
}
.widget-posts-body {
    margin-left: 95px;
}
.widget-posts-title {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    margin: 2px 0;
}
.widget-posts-meta {
    font-size: 13px;
    margin-top: 5px;
    opacity: 0.7;
}
.tagcloud a {
    background: #f7f7f7 none repeat scroll 0 0;
    border-radius: 2px;
    color: #777777;
    display: inline-block;
    font-size: 14px !important;
    margin: 0 2px 6px;
    padding: 8px 12px;
}
.blog-column .read-more {
    margin-top: 20px;
}
.blog-column .read-more a {
    border: 0 none;
    color: #444;
    font-weight: 600;
    padding: 0;
    background: none
}
.blog-column .read-more a i {
    margin-left: 5px;
}
.blog-column .read-more a:hover {
    color: #14b1bb;
}
.blog-column .blog-content p {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.blog-column .post-title {
    font-size: 18px;
}
.blog-column .blog-content {
    padding: 20px;
}
.blog-gallery .owl-nav div {
    background: #fff none repeat scroll 0 0;
    bottom: 10px;
    font-size: 20px;
    height: 40px;
    line-height: 36px;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 40px;
}
.blog-gallery .owl-nav div.owl-prev {
    right: 60px;
}
.drubo_blog_img_twocol .post-title {
    font-size: 20px;
}
.recent-post ul li {
    display: flex;
    justify-content: flex-start;
}
.recent-post ul li .pull-left:first-child {
    height: auto;
    margin-right: 20px;
    width: 70px;
    min-width: 70px;
}
.recent-post ul li .pull-left:last-child {
    width: 100%;
}
/*---------------------
  Blog Details
-----------------------*/

.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 50px;
    padding: 0 65px 0 22px;
}
.blog-info > p {
    line-height: 26px;
}
.blog-info > ul > li {
    color: #666666;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
}
.blog-info li:last-child {
    margin-bottom: 0px;
}
.blog-info > ul,
.blog-info > ol {
    margin: 0 0 0 50px;
}
.blog-info > ol {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
.blog-img {
    margin: 50px 0;
}
.user-text {
    color: #666;
    display: inline-block;
    float: left;
    font-family: dosis;
    letter-spacing: 2px;
}
.user-share {
    display: inline-block;
    float: left;
}
.user-info {
    display: block;
    margin: 30px 0 30px;
    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,
.blog-social p a:hover,
.single-footer .recent-post ul li h5 a:hover {
    color: #14b1bb;
}
.next-prev {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    overflow: hidden;
    padding: 20px 0;
}
.next-prev a {
    background-color: #f6f6f6;
    border-radius: 5px;
    color: #666;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 20px;
}
.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: #14b1bb;
    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: 50px 0;
    overflow: hidden;
    background: #f6f6f6;
    padding: 30px;
}
.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: 10px;
    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;
}
.related-post {
    display: block;
    margin-top: 50px;
    overflow: hidden;
}
.single-related-post a {
    display: block;
}
.related-post-title > h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0px;
    margin-top: 0;
    text-transform: uppercase;
}
.single-related-post img {
    margin-bottom: 15px;
}
.related-post-title > h3 a {
    color: #202020;
}
.related-post-title > h3 a:hover {
    color: #14B1BB;
}
.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;
}
.story-hbtitle ol.comment-list li.comment {
  list-style: outside none none;
}
.comment-text {
    padding-left: 110px;
}
.comment-text > p {
    margin-bottom: 0;
}
.comment-text.pingback-text > p {
    padding-right: 0;
}
.comment-text .author-name,
.comment-text a.url {
    color: #333;
    font-size: 14px;
    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;
    padding-right: 25px;
}
.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-decoration: none;
  text-transform: uppercase;
}
.comment-text .reply a:hover {
    background-color: #14B1BB;
    color: #fff;
}
.replay-comment {
    margin-left: 150px;
}
.leave-comment h3.leave__comment--title {
    color: #222222;
    font-family: dosis;
    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 {
    color: #444;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .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::-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: #14b1bb;
    border: 1px solid #14b1bb;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 11px 28px 12px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    font-family: lato;
    font-weight: 500;
}
.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: 20px;
    margin-top: 50px;
}
.comment-text .comment-meta.commentmetadata a {
  display: inline-block;
  text-decoration: none;
}
.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: 15px;
    margin-top: 0;
}
@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: 10px;
    }
    .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: 16px;
        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;
}
.single-footer a.rsswidget {
    color: #fff;
}
.tagcloud a:hover {
    background-color: #14b1bb;
    color: #fff;
}
.blog-meta .user-name {
    padding-right: 0px;
}
.blog-info h4 {
    margin-bottom: 15px;
}
.comment-title.sidebar-title {
    font-family: lato;
}
input:focus,
textarea:focus {
    outline: none;
}
.sidebar-widget.widget_categories ul li:last-child,
.sidebar-widget.widget_recent_comments ul li:last-child,
.sidebar-widget.widget_archive ul li:last-child,
.sidebar-widget.widget_meta ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.single-footer .recent-post ul li h5 a {
    color: #cccccc;
}
.mc4wp-form .mc4wp-success p {
    color: #ccc;
    margin-top: 10px;
}
.contact-upper {
    z-index: 9999;
    position: relative;
}
.header-style-3 .header-area {
    background: #fff;
}
.header-style-3 .primary-nav-wrap ul.menu > li + li {
    margin-left: 30px;
}
.single .blog-title h3 {
    margin: 0;
    padding: 15px 40px;
}
.wework-social > ul > li > a, .blog-post a {
  text-decoration: none !important;
}
.widget.widget_rss ul li a.rsswidget {
    display: block;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
}
.widget.widget_rss ul li .rssSummary {
    padding: 8px 0;
}
.single-footer.widget_rss li:last-child {
    margin-bottom: 0;
}
.kc_col-sm-3 .service-hover {
    width: 280px;
    height: 242px;
	padding: 15px 15px 3px;
}