/*
Theme Name: Crobiz
Theme URI: http://demo.wphash.com/crobiz/
Author: Shopify-Themes
Author URI: https://hastech.company/
Description: Corporate WordPress Theme
Version: 2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: crobiz
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.
crobiz is based on crobiz Starter theme http://wphash.com/.
*/
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}
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,
a:focus {
    -webkit-outline: 0;
    outline: 0;
    text-decoration: none;
}
button{
    -webkit-outline: 0;
    outline: 0;
}
a,
img,
input {
    transition: all 0.3s ease 0s;
}
a:focus,
img:focus,
input:focus,
textarea:focus,
input[type="submit"]:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus{
	outline: none;
}
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-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Montserrat', sans-serif;
}
p {
    margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 10px;
    background: #eee none repeat scroll 0 0;
    border-left: 2px solid #4FC1F0;
    font-size: 14px;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    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: 'Open Sans', sans-serif;
    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 20px 14px;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */

    max-width: 100%;
    /* Adhere to container width. */
}
figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 13px;
    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%;
    padding-left: 5px;
    padding-right: 5px;
}
select option {
    padding-left: 7px;
    padding-right: 7px;
}
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: #4fc1f0;
}
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 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;
}
/* 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
--------------------------------------------------------------*/
/* Make sure select elements fit in widgets. */

.widget select {
    height: 36px;
    width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}
.blog .hentry,
.search .hentry,
.archive .hentry
{
    margin-bottom: 30px;
}
.hentry {
    margin-bottom: 0px;
}
.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: 20px 10px;
}
.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: #fc1f0445;
    text-decoration: none;
    outline: 0 none;
}
a:focus {
    outline: none !important
}
ul,
ol {
    padding: 0;
}
p {
    margin: 0 0 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
}
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: #fff;
}
.top-bar-left-content {
    color: #fff;
}
.top-bar-left-content p {
    margin-bottom: 0;
}
/*--------------------------------
# Header Top Social icons
----------------------------------*/
.header-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-social ul li {
    display: inline-block;
}
.header-social ul li a {
    color: #fff;
    font-size: 16px;
}
.header-social.text-white > a {
    color: #fff;
}
.menu-middle-area {
    border-top: 1px solid #ddd;
}
.header-social ul li + li {
    margin-left: 15px;
}
/*--------------------------------
# Header Search
----------------------------------*/
.header-search {
    margin: 29px 0;
}
.header-search form {
    display: block;
    position: relative;
}
.header-search form input {
    border: 1px solid #ddd;
    height: 40px;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    width: 250px;
}
.header-search form button {
    background-color: transparent;
    border: 0 none;
    color: #999;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 40px;
}
.header-search form button i {
    display: block;
    line-height: 38px;
}
.header-search form button:hover {
    color: #4FC1F0;
}
/*================= Header Style One ===============*/
.site-logo a {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}
.header-menu-wrap {
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.header-menu-wrap.logo-left {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}
.header-menu-wrap.logo-center {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}
.header-menu-wrap.logo-center > div:nth-child(2) {
    -ms-align-self: flex-start;
    align-self: flex-start;
}
.header-menu-wrap.logo-right {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.header-menu-wrap.logo-left-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.header-menu-wrap.logo-center-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}
.header-menu-wrap.logo-right-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-end;
    align-items: flex-end;
}
.header-menu-wrap.logo-center,
.header-menu-wrap.logo-left-top,
.header-menu-wrap.logo-center-top,
.header-menu-wrap.logo-right-top {
    padding-top: 15px;
}
.primary-nav-wrap ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-left: 0;
}
.primary-nav-wrap ul li {
    list-style: outside none none;
}
.primary-nav-wrap ul > li{
    margin-left: 20px;
    margin-right: 20px;
}
.primary-nav-wrap ul > li:last-child{
    margin-right: 0;
}
.primary-nav-wrap ul > li.last-elements ul.sub-menu li {
  text-align: right;
}
.primary-nav-wrap ul li a {
    display: block;
    height: 85px;
    line-height: 85px;
    color: #464646;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    transition: 0.3s !important;
}
/*--- Menu Effect --*/
.primary-nav-wrap.nav-effect-1 > nav > ul > li > a::before {
    background-color: #4FC1F0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    width: 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 {
    width: 100%;
}
.primary-nav-wrap > nav > ul > li:hover > a,
.primary-nav-wrap > nav > ul > li.current_page_item > a {
    color: #4FC1F0;
}
/*================ Header Style Two ======================*/
.header-style-2 .header-menu-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.header-style-2 .header-menu-wrap > div {
    width: 100%;
}
.header-style-2 .primary-nav-wrap ul li a {
    display: block;
    height: 60px;
    line-height: 60px;
    transition: 0.3s;
}
.header-style-2 .primary-nav-wrap ul li a {
    display: block;
    height: 60px;
    line-height: 60px;
    transition: 0.3s;
}
.header-style-2 .header-menu-wrap .site-logo {
    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-logo h3 {
    line-height: 1;
    margin-bottom: 7px;
    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: 10px;
    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: 400ms ease-in-out 0s normal none 1 running fadeInDown;
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.1);
}
.logged-in .header-area.sticky {
    top: 32px;
}
.header-area.header-style-2.header-sticky.sticky {
    left: inherit;
    position: static;
    top: inherit;
    width: auto;
}
.header-area.header-style-2.header-sticky.sticky .header-buttom {
    animation: 400ms 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-logo.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-logo.hidden {
    padding: 0;
    padding-right: 50px;
}
/* Header Menu Style */
.primary-nav-wrap .sub-menu {
    background: #fff;
    box-shadow: 0px 1px 5px #999999;
    border-top: 3px solid #4fc1f0;
    height: auto;
    left: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    width: 210px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: -1;
}
.primary-nav-wrap ul > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 550;
}
.primary-nav-wrap ul li {
    position: relative;
}
.primary-nav-wrap .sub-menu > li {
    display: block;
    margin: 0;
    width: 100% !important;
}
.primary-nav-wrap ul.sub-menu {
    display: block;
}
.primary-nav-wrap ul.sub-menu li {
    display: block;
}
.primary-nav-wrap ul.sub-menu li + li {
    border-top: 1px solid #ececec;
}
.primary-nav-wrap .sub-menu > li > a {
    line-height: 24px;
    padding: 7px 15px;
    height: auto;
}
.primary-nav-wrap .sub-menu li a {
    visibility: hidden !important;
}
.primary-nav-wrap ul li:hover a {
    visibility: visible !important;
}
.primary-nav-wrap .sub-menu > li:hover > a {
    color: #4fc1f0;
}
.primary-nav-wrap ul.sub-menu li .sub-menu {
    left: 100%;
    top: 0;
}
.primary-nav-wrap ul > li.last-elements ul.sub-menu li .sub-menu {
    left: auto;
    right: 100%;
    top: 0 !important;
}
.primary-nav-wrap ul > li.last-elements ul.sub-menu {
    left: auto;
    right: 0;
}
/*-- 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: -48px;
    width: auto;
}
a.meanmenu-reveal:hover,
a.meanmenu-reveal:focus {
    color: #4FC1F0;
    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: #4FC1F0 !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: #4FC1F0;
}
/*-- 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: #4FC1F0;
}
.mean-nav ul li li.current_page_item > a,
.mean-nav ul li li > a:hover,
.mean-nav .sub-menu li > a:hover {
    color: #4FC1F0;
}
.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;
}
/*-------------- 10. our-blog-area --------*/
.our-blog-area {
    padding: 80px 0;
}
.single-blog {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.bolg-img a {
    position: relative;
    display: block;
}
.bolg-img a::before {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.single-blog:hover .bolg-img a::before {
    opacity: 1;
}
.blog-text {
    padding: 25px 15px;
}
.blog-text h2 a {
    color: #3e3e3e;
    word-break: break-all;
    transition: .3s;
}
.blog-text h4 a:hover {
    color: #4fc1f0;
}
.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;
	word-break: break-word;
}
.blog-text a:hover {
    color: #4FC1F0;
}
.single-blog {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
/*-----------blog-story-area--------------- */
.post-breadcrumb-banner-area {
    background-image: url('image/1.jpg');
}
.bg-opacity {
    position: relative;
}
.bg-opacity::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.breadcrumb-text {
    position: relative;
    z-index: 1;
    padding: 80px 0;
    text-align: center;
}
.breadcrumb-text h1 {
    color: #fefefe;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    text-transform: uppercase;
    margin: 0;
}
.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-bg {
    background: url("image/1.jpg") repeat scroll 0 0;
}
.breadcrumbs-area {
    padding: 80px 0;
}
.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: #4FC1F0;
}
.breadcrumbs ul{
    margin: 0;
}
.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-size: 20px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 25px;
    margin: 0 15px 0 0;
    word-break: break-all;
}
.page-title-bar-center h2.page-title {
    margin-bottom: 20px;
}
.breadcrumbs ul {
    color: #fff;
}
.breadcrumbs li {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}
.breadcrumbs ul li a {
    color: #fff;
}
.breadcrumbs ul li {
    color: #fff;
	word-break: break-word;
}
.breadcrumbs ul li:last-child, .breadcrumbs ul li a:hover{
    color: #4FC1F0;
}
.breadcrumbs ul li a.active::after {
    color: #4fc1f0;
}
.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: #4FC1F0;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    height: 100%;
    line-height: 15px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 40px;
}
.page-title-search-box > form {
    width: 250px;
    position: relative;
}
.page-title-search-box input {
    border: 0 none;
    height: 35px;
    padding: 0 10px;
    width: 100%;
}
/* Overlay */
section.breadcrumbs-area {
    position: relative;
    z-index: 1;
}
section.breadcrumbs-area::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.breadcrumbs {
    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;
}
.blog-story-area {
    padding: 80px 0;
}
.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: 400;
	word-break: break-word;
    letter-spacing: 0.1px;
    line-height: 24px;
}
.story-hbtitle br {
    margin-bottom: 5px;
}
.story-hbtitle blockquote {
    background: #eee none repeat scroll 0 0;
    border-left: 2px solid #4FC1F0;
    font-size: 14px;
}
.tab-info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}
.meta-info {
    background-color: #f1f1f1;
    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: 400;
	word-break: break-word;
    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%;
}
.input_group {
    margin-bottom: 25px;
}
.input_group .wpcf7-form-control.wpcf7-submit:hover{
    background-color: #4FC1F0;
    border-color: #4FC1F0;
    color: #fff;
}
.btn {
    background: #4fc1f0 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: #4FC1F0 none repeat scroll 0 0;
    border: 1px solid #4FC1F0;
    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;
    margin: 0;
}
.post-pagination ul li {
    display: inline;
}
.post-pagination ul li {
    background-color: #fff;
    color: #337ab7;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    position: relative;
    text-decoration: none;
}
.page-links > span:not(.page-links-title) {
    display: inline-block;
    border: 1px solid #4FC1F0;
    height: 35px;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    line-height: 34px;
    margin: 15px 5px 0 5px;
    background: #4FC1F0;
}
.page-links a span:not(.screen-reader-text) {
    border: 1px solid #ddd;
    color: #333;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    transition: .3s;
    margin: 15px 5px 0 5px;
}
.page-links a:hover span {
    background: #4FC1F0;
    color: #fff;
    border: 1px solid #4FC1F0;
}
.post-pagination ul li a {
    display: block;
    color: #337ab7;
    padding: 0 15px;
    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: #4FC1F0;
    color: #fff;
    border: 1px solid #4FC1F0;
}
/*---blog commnet---*/
.comment-list {
    list-style: none;
    margin: 0;
}
.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: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.comment-list .author-img {
    float: left;
    margin-right: 10px;
    max-width: 64px;
}
.copy.small a:hover {
    color: #404040;
}
.copy.small a {
    color: #4FC1F0;
    text-decoration: underline;
}
.comment-list .author-comment a {
    margin-right: 5px;
    color: #000;
}
.comment-list .children {
    list-style: none;
}
.comment-list .children {
    margin-left: 30px;
}
.single-comment {
  background: #f7f7f7 none repeat scroll 0 0;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 15px;
}
/*------------blog sidebar------------*/
.sidebar-widget ul {
  list-style: outside none none;
  margin: 0;
}
.sidebar-widget ul li ul {
  margin: 0 0 0 10px;
}
/* blog-left-area */
.sidebar-widget {
    overflow: hidden;
    margin-bottom: 50px
}
aside.widget-area .sidebar-widget:last-child {
    margin-bottom: 0px
}
.sidebar-widget a {
    color: #3e3e3e;
}
.sidebar-widget li a:hover {
    color: #4FC1F0;
}
form#search {
    position: relative;
}
form#search input {
    border: 1px solid #e5e5e5;
    float: left;
    height: 36px;
    padding-left: 10px;
    width: 100%;
}
form#search button {
    background: #4FC1F0 none repeat scroll 0 0;
    border: 2px solid #4FC1F0;
    font-weight: 700;
    height: 36px;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    transition: .3s;
    text-transform: uppercase;
}
.blog-search button:hover {
    background: #26CCFF;
    border-color: #26CCFF;
    color: #999;
}
.sidebar-title {
    border-bottom: 1px solid #e5e5e5;
    color: #3e3e3e;
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 25px;
    padding-bottom: 13px;
    position: relative;
    text-transform: capitalize;
}
.single-footer ul li a,
.sidebar-widget ul li a {
    display: inline-block;
    padding: 5px 0;
}
div.widget_recent_comments{
    overflow: hidden;
}
.widget_recent_comments ul li a{
    display: inline;
}
.widget_recent_comments ul li {
    margin-bottom: 6px;
	word-break: break-word;
}
.widget_recent_comments ul li:last-child {
    margin-bottom: 0px;
}
ul.sidebar-link li a {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 300;
    position: relative;
}
ul.sidebar-link li a:hover {
    color: #4FC1F0
}
.Tags {
    border-bottom: 1px solid #e5e5e5;
    color: #3e3e3e;
    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: #4fc1f0 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: #3e3e3e;
    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_salim_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: #2a2a2a;
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 80px;
}
.footer-top-area::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.single-footer {
    color: #fff;
    overflow: auto;
    margin-bottom: 0px;
}
.news-letter .single-footer {
    margin-bottom: 20px;
}
.footer-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #fff;
}
.footer-top-area .col-xs-12:last-child .single-footer {
    margin-bottom: 0 !important;
}
.single-footer .footer-social {
    list-style: none;
    margin: 0;
    padding: 0;
}
.single-footer ul ul {
  margin-left: 10px;
}
.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;
    padding: 0;
}
.single-footer ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.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: #4fc1f0;
}
.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: #4FC1F0;
    border: 1px solid#4FC1F0;
}
.footer-top-area .row div[class*="col-"] .single-footer.widget + .single-footer.widget{
    margin-top: 50px;
}
/*=============================

* Footer Bottom area

=========================*/
.footer-bottom {
    background: #252424 none repeat scroll 0 0;
    padding: 25px 0;
}
.copyright-text {
    margin-top: 6px;
}
.copyright-text p {
    color: #fff;
    margin-bottom: 15px;
    font-size: 13px;
}
.copyright-text p:last-child {
    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: #4FC1F0;
}
.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: #4FC1F0;
}
/*************************************
 Custom-content all
**************************************/
.site-wrapper.boxed-layout {
    box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
    margin: auto;
    position: relative;
    max-width: 1240px;
    width: 100%;
    background: #fff;
}
.boxed-layout .sticky {
    left: auto;
    margin: auto;
    width: 1240px;
}
.boxed-layout .header-area,
.boxed-layout .header-bottom {
    left: auto;
    max-width: 1240px;
    right: auto;
    width: 100%;
    z-index: 9999999;
}
/*---------scroll button----------*/
a#scrollUp {
    background-color: #4FC1F0;
    border: 1px solid #4FC1F0;
    bottom: 30px;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    right: 30px;
    text-align: center;
    width: 40px;
}
/* Unit test by ashim */
.entry-content ul {
    list-style: outside none disc;
    margin: 0 0 26px 35px;
}
.entry-content ul li {
    list-style: outside none disc;
    margin: 0 0 6px;
}
.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ol,
.entry-content ol ul {
    margin-bottom: 0;
}
article.sticky,
article.tag-sticky-2 {
    border: 1px solid #4FC1F0;
}
.story-hbtitle li {
    margin-bottom: 10px;
}
table {
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    overflow: auto;
    vertical-align: top;
    width: 100%;
    margin-top: 10px;
}
table th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    color: #454545;
    font-weight: 700;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
}
table td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    padding: 9px;
    vertical-align: top;
    text-align: center;
}
table th a,
table th a:hover {
    text-decoration: underline;
}
.story-hbtitle a:not(.button) {
    text-decoration: underline;
}
.post-password-form input[type="submit"] {
    background: #4FC1F0 none repeat scroll 0 0;
    border: 1px solid #4FC1F0;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding: 5px 10px;
}
.post-password-form input[type="submit"]:hover {
    background: transparent none repeat scroll 0 0;
    color: #4FC1F0;
}
.post-password-form input[type="password"] {
    border-radius: 0;
}
#wp-calendar tbody tr td {
    border-right: 1px solid #ebebeb;
}
#wp-calendar tbody tr td#today {
    background: #4FC1F0 none repeat scroll 0 0;
    color: #fff;
}
#today > a {
    color: #ffffff;
}
.copy ul li,
.copy ol li {
    padding: 0;
}
.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 20px 15px;
}
.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 ol {
    list-style: outside none decimal;
    margin: 0 0 26px 35px;
}
.entry-content ol li {
    list-style: outside none decimal;
    margin: 0 0 6px;
}
.footer-area table {
    border: 1px solid #fff;
}
.footer-area caption {
    color: #fff;
}
.footer-area table th {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #fff;
}
.footer-area table td {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.footer-area table#wp-calendar a {
    color: #fff;
}
.footer-area .widget_tag_cloud .tagcloud a:hover {
    color: #4FC1F0;
}
.footer-area .widget_tag_cloud .tagcloud a {
    color: #fff;
}
.shopping-button button[type="submit"] {
    background: #4FC1F0 none repeat scroll 0 0;
    border: 1px solid #4FC1F0;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    padding: 12px 14px;
    transition: all 0.3s ease 0s;
}
.shopping-button button[type="submit"]:hover {
    background: transparent none repeat scroll 0 0;
    color: #4FC1F0;
}
.blog-text img {
    display: block;
}
/* 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: 20px;
}
.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: 40px;
    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;
}
/* customize style */
.page-area {
    padding-top: 80px;
    padding-bottom: 80px;
}
.progress-item span {
    padding-left: 0;
}
.our-team .content-image {
    margin: 0;
    padding: 20px;
}
.owl-carousel.owl-theme .owl-controls .owl-page span {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #bbbbbb;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 1;
    width: 12px;
}
.owl-carousel.owl-theme .owl-controls .owl-page.active span,
.owl-carousel.owl-theme .owl-controls .owl-page:hover span {
    background: #4FC1F0;
    border: 1px solid transparent;
}
.testiminial-area .kc_title span {
    text-transform: none;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0px;
}
div.contact-icon i {
    transition: all 0.3s ease 0s;
}
.contact-icon:hover i {
    box-shadow: 0 0 0 4px #4fc1f0;
}
.form-area {
    overflow: hidden;
}
div.wpcf7 span.ajax-loader,
.loading:after {
    animation: 1.1s linear 0s normal none infinite running loader;
    border-image: none;
    border-color: rgba(79, 193, 240, 0.2) rgba(79, 193, 240, 0.5) rgba(79, 193, 240, 0.7) rgba(79, 193, 240, 1);
    border-style: solid;
    border-width: 5px;
    border-radius: 50%;
    height: 30px;
    margin-left: 10px;
    width: 30px;
    background-image: none;
}
@keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.single-footer input[type=email],
.single-footer input[type=text] {
    background: #363636 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #cfcece;
    font-style: italic;
    padding: 0 10px;
    width: 83%;
    color: #fff;
    box-shadow: none;
    border: 0px solid transparent;
}
.single-footer input:focus {
    color: #fff;
    border: 0px solid transparent;
    box-shadow: none;
}
.single-footer input::-webkit-input-placeholder {
    color: #fff;
}
.single-footer input::-moz-placeholder {
    color: #fff;
}
.single-footer input:-ms-input-placeholder {
    color: #fff;
}
.single-footer input:-moz-placeholder {
    color: #fff;
}
.single-footer button {
    background: #4fc1f0;
    color: #fff;
    border: medium none;
    border-radius: 3px;
    margin-left: 5px;
    padding: 0px 15px;
    height: 40px;
    transition: all 0.3s ease 0s;
    margin-top: -.5px;
}
.single-footer button:hover {
    background: #3599C2;
}
.single-footer .tagcloud a {
    border: 1px solid #666;
    border-radius: 2px;
    color: #cfcece;
    display: inline-block;
    font-size: 13px !important;
    line-height: 26px;
    padding: 5px 15px;
}
.footer-area .widget_tag_cloud .tagcloud a:hover,
.footer-area .widget_tag_cloud .tagcloud a:focus,
.footer-area .widget_tag_cloud .tagcloud a:active {
    background: #4fc1f0 none repeat scroll 0 0;
    border-color: #4fc1f0;
    color: #ffffff;
}
.footer-brief {
    margin: 30px 0;
}
.footer-address .single-address-line:last-child p{
    margin-bottom: 0;
}
.single-address-line {
    border-top: 1px solid #38393d;
    overflow: hidden;
    padding:10px 0 0;
}
.single-address-line i {
    color: #ffffff;
    float: left;
    font-size: 22px;
    line-height: 28px;
    margin-right: 20px;
}
.single-address-line p {
    overflow: hidden;
}
.single-address-line p a {
    color: #fff;
}
.single-address-line p a:hover {
    opacity: 0.8;
}
.product-title.multi-line {
    margin: 0 0 10px;
}
.product-info > p {
    margin: 0 0 10px;
}
.product-info h6 a {
    color: #fff;
}
.product-info h6 a:hover{
    color: #4FC1F0;
}
.product-info p a {
    color: #4FC1F0;
}
.footer-social {
    border-top: 1px solid #cfcece;
    display: block;
    margin-top: 0 !important;
    overflow: hidden;
    padding-top: 20px !important;
    width: 100%;
}
.copyright-footer-social {
    text-align: right;
}
.entry-footer {
    padding: 15px 0;
}
/* portfolio css*/
.portfolio-area .portfolio-slice {
    display: none;
}
.loading .portfolio-slice,
.loading {
    position: relative;
}
.loading .portfolio-slice:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
    display: block;
    opacity: 0.85;
}
.loading:after {
    position: absolute;
    content: "";
    z-index: 9999;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 250px;
}
/* blog */
.blog-text h2 > a{
    font-size: 18px;
}
.meta-info {
    background-color: #f8f8f8;
}
.meta-info span {
    margin-left: 0;
    margin-right: 10px;
}
.author-top .author-comment {
    display: inline-block;
}
.comment-reply-link {
    float: right;
}
.comment-reply-link {
    margin-left: 10px;
}
.story-hbtitle {
    margin-bottom: 40px;
}
.category_and_share.fix {
    border-bottom: 1px solid #ececec;
    margin-bottom: 40px;
    padding: 15px 0px;
}
.related-tag .mr-10 {
    float: left;
    margin-right: 10px;
    font-weight: 600;
}
.social-links.pull-right > span {
    font-weight: 600;
}
.related-tag .post-categories {
    display: inline;
    margin-bottom: 0;
    margin-left: 0;
}
.related-tag .post-categories > li {
    display: inline-block;
}
.related-tag .post-categories > li:after {
    content: ",";
    margin-left: 6px;
}
.related-tag .post-categories > li:last-child:after {
    content: none;
}
.related-tag .post-categories a:hover {
    border-color: #4FC1F0;
}
.social-share > a {
    margin: 0 4px;
}
.author-img img {
    border-radius: 5px;
}
.blog-date span i {
    margin-right: 5px;
}
.blog-date {
    margin: 0 0 15px;
}
.entry-meta {
    margin: 0 0 15px;
}
.widget_recent_comments .recentcomments,
.widget_recent_comments .recentcomments span,
.widget_recent_comments .recentcomments span a {
    font-weight: bold;
}
.widget_recent_comments .recentcomments a {
    font-weight: normal;
}
.tagcloud a {
    margin-bottom: 10px;
    margin-right: 5px;
}
.sidebar-widget.widget_salim_recent_post .product-info h6 a {
    color: #3e3e3e;
    font-weight: normal;
    font-size: 15px;
    font-weight: 600;
}
.sidebar-widget.widget_salim_recent_post .product-info h6 a:hover {
    color: #4fc1f0;
}
.sidebar-widget .tagcloud a {
    border: 1px solid #dddddd;
    display: inline-block;
    font-size: 14px !important;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 5px 8px;
}
.sidebar-widget .tagcloud a:hover {
    background: #4FC1F0;
    color: #fff;
    border: 1px solid #4FC1F0;
}
.textwidget strong {
    display: inline-block;
    margin: 0 0 5px !important;
}
.widget.widget_rss ul li a.rsswidget {
    display: block;
    font-weight: 600;
}
.widget.widget_rss .rssSummary {
    padding: 6px 0;
}
.widget.widget_rss ul li {
    margin-bottom: 15px;
}
.widget.widget_rss ul li:last-child {
    margin-bottom: 0;
}
/* Slider Style */
.kc_wrap-video-bg {
    z-index: -1 !important;
}
/*-- Hero Slider Dots --*/
.hero-slider .slick-dots {
    height: 13px;
    left: auto;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}
.hero-slider .slick-dots li {
    display: inline-block;
    margin: 0 6px;
    vertical-align: top;
}
.hero-slider .slick-dots li button {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    height: 13px;
    line-height: 0;
    padding: 0;
    text-indent: -9999px;
    width: 13px;
}
.hero-slider .slick-dots li.slick-active button {
    background-color: #fff;
}
.hero-slider .kc_title {
    color: #ffffff;
    font-size: 59px;
    font-weight: bold;
    margin: 0 0 20px;
    text-transform: uppercase;
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -ms-animation-name: bounce;
    animation-name: bounce;
}
.hero-slider section[data-kc-fullheight]{
    height: 100vh;
}
.hero-slider p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 30px;
}
.slick-arrow {
    background: #ffffff;
    border: medium none;
    border-radius: 0;
    bottom: -0.5px;
    height: 50px;
    left: 0;
    margin: auto;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 50px;
    z-index: 11;
    transition: 0.3s;
}
.slick-prev {
    left: -50px;
}
.slick-next {
    right: -50px;
}
.slick-arrow i {
    display: block;
    font-size: 25px;
    line-height: 50px;
}
.slick-arrow:hover i {
    color: #4FC1F0;
}
.hero-single-slide {
    position: relative;
}
.hero-single-slide > section {
    padding: 250px 0;
}
.slick-active .slider-progress {
    position: absolute;
    background: rgba(79, 193, 240, 0.70);
    animation-name: timebartop;
    -o-animation-duration: 5s;
    -ms-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
}
.hero-single-slide .kc-elm * {
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -o-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slick-active .kc-elm .kc_title {
    -o-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -o-animation-delay: .5s;
    -ms-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.slick-active .kc-elm p {
    -o-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -o-animation-delay: .8s;
    -ms-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    padding-right: 20px;
}
.slick-active .kc-elm .kc_button {
    -o-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slick-active .kc-elm img {
    -o-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
/* bar left */
.slick-active .slider-progress.bar-left {
    left: 0;
    bottom: 0;
    width: 5px;
    -webkit-animation-name: timebarleft;
    -moz-animation-name: timebarleft;
    -ms-animation-name: timebarleft;
    animation-name: timebarleft;
}
@-webkit-keyframes timebarleft {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}
@keyframes timebarleft {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}
/* bar top */
.slick-active .slider-progress.bar-top {
    left: 0;
    top: 0;
    height: 5px;
    -webkit-animation-name: timebartop;
    -moz-animation-name: timebartop;
    -ms-animation-name: timebartop;
    animation-name: timebartop;
}
@-webkit-keyframes timebartop {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
@keyframes timebartop {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
/* bar bottom */
.slick-active .slider-progress.bar-bottom {
    left: 0;
    bottom: 0;
    height: 5px;
    -webkit-animation-name: timebarbottom;
    -moz-animation-name: timebarbottom;
    -ms-animation-name: timebarbottom;
    animation-name: timebarbottom;
}
@-webkit-keyframes timebarbottom {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
@keyframes timebarbottom {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
/* bar right */
.slick-active .slider-progress.bar-right {
    right: 0;
    bottom: 0;
    width: 5px;
    -webkit-animation-name: timebarright;
    -moz-animation-name: timebarright;
    -ms-animation-name: timebarright;
    animation-name: timebarright;
}
@-webkit-keyframes timebarright {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}
@keyframes timebarright {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}
/*-- Button --*/
.hero-slider .kc_button {
    background-color: #4fc1f0;
    border: 2px solid #4fc1f0;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}
/*-- Button Hover Animation --*/
@-webkit-keyframes btnAnimationIn {
    0% {
        -webkit-transform: scaleY(0.02);
        transform: scaleY(0.02);
    }
    50% {
        -webkit-transform: scaleY(0.02);
        transform: scaleY(0.02);
        width: 100%;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        width: 100%;
    }
}
@keyframes btnAnimationIn {
    0% {
        -webkit-transform: scaleY(0.02);
        transform: scaleY(0.02);
    }
    50% {
        -webkit-transform: scaleY(0.02);
        transform: scaleY(0.02);
        width: 100%;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        width: 100%;
    }
}
.transparent-breadcrump {
    margin-top: 70px;
}
/* header area */
.primary-nav-wrap ul{
    margin-bottom: 0;
}
.header-transparent .primary-nav-wrap ul > li > a {
    color: #fff;
}
.header-transparent .primary-nav-wrap ul > li > ul li a {
    color: #464646;
}
.header-area .primary-nav-wrap > nav > ul > li.menu-item-has-children > a i {
    margin-left: 4px;
}
.header-area .primary-nav-wrap > nav > ul > li.menu-item-has-children ul li.menu-item-has-children a i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.primary-nav-wrap ul.sub-menu li .sub-menu li .sub-menu {
    left: -100%;
}
.mobile-menu .mean-bar nav.mean-nav > ul > li a i {
    display: none;
}
.header-transparent .mean-bar a {
    color: #fff;
}
.header-transparent .mobile-menu ul li {
    background: #fff;
}
.header-transparent .mobile-menu ul li a {
    color: #464646;
}
.header-transparent .mobile-menu ul li {
    padding-left: 10px;
}
.header-transparent .mobile-menu ul > li {
    padding-right: 10px;
}
.logged-in .header-area.header-transparent {
    top: 50px;
}
/* search page */
.search .page-title {
    margin: 0;
}
.search .page-header {
    margin: 0 0 30px;
}
.search .entry-header h2 {
    font-size: 20px;
    margin: 0 0 15px;
}
.search .entry-footer span {
    margin-right: 20px;
}
.search-meta{
    background: #f8f8f8 none repeat scroll 0 0;
    padding: 5px 10px;
}
/* about author */
.about_author {
    border: 1px solid #ececec;
    margin: 0 0 40px;
    overflow: hidden;
    padding: 10px;
}
.author-gavater {
    border-right: 1px solid #ececec;
    float: left;
    margin-right: 20px;
    padding-right: 10px;
}
.author-info {
    overflow: hidden;
}
.author-info > strong {
    display: block;
    margin: 0 0 5px;
}
.kc_counter_box i.element-icon{
    margin-bottom: 0;
    margin-top: 10px;
}
.kc_progress_bars.about-progress-bar-wrapper .progress-item span.label {
  margin-bottom: 10px;
}
.kc-pricing-layout-4 .kc-pricing-price span.content-duration {
  color: #ffffff;
  font-weight: 400;
}
.owl-carousel .owl-pagination {
  line-height: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-page span {
  margin: 5px 7px 0;
}
.testiminial-area .kc_tabs.kc-tabs-slider {
  margin-bottom: 0;
}
.footer-all .footer-logo {
  margin-bottom: 20px;
}
.copyright-text > p > a:hover{
	color: #4FC1F0;
}
.product-info h6 {
  font-family: 'Open Sans', sans-serif;
}
.product-info h6 a {
  font-size: 15px;
  font-weight: 600;
}
.product-item {
  overflow: hidden;
}
.kc_progress_bars .progress-item span.label {
  margin-bottom: 8px;
}