/**
Theme Name: Hmend
Theme URI: http://demo.wphash.com/hmend/
Author: ThemesHub
Author URI: http://http://example.com/
Description: Repair Service WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hmend
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.
Hmend is based on WPHash Starter theme

*/
/* 
    CSS INDEX
    ===================
    
    1. Top bar menu
    2. Top bar left side menu
    3. Header Top Social icons
    4. Header Search
    5. Header Style One
    6. Header Style Two
    7. Breadcrumb
    8. Blog comment
    9. Footer Top area
    10.  Footer Bottom area
    11. Section title
    12. Button
    13. Slider area
    14. what-we-do Tab area
    15. Testimonial
    16. Home service
    17. Service
    18. Service style - 2
    19. Service Details
    20. Counter Up
    21. Gallery section
    22. Gallery Details
    23. Team
    24. Book appoinment
    25. Call to action
    26. About us
    27. Brand
    28. Contact page contact form
    29. Header style 4
    30. Header style 5
    31. Header transparent
    32. Blog addon

 */

html {
    font-family: 'Poppins', 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: #444444;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
}
h1 {
  font-size: 36px;
  margin: 28px 0;
}
h2 {
  font-size: 30px;
  margin: 25px 0;
}
h3 {
  font-size: 22px;
  margin: 22px 0;
}
h4 {
  font-size: 20px;
  margin: 20px 0;
}
h5 {
  font-size: 18px;
  margin: 18px 0;
}
h6 {
  font-size: 16px;
  margin: 18px 0;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 600;
  line-height: 1.3;
  font-family: 'Montserrat', sans-serif;
}
p {
    margin-bottom: 1.5em;
    color: #3a3a3a;
    font-size: 14px;
    line-height: 25px;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
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 {
    box-sizing: inherit;
}
body {
    background: #fff;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul {
    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;
    max-width: 100%;
}
figure {
    margin: 1em 0;
}
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;
    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%;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #383838;
}
a:visited {
   
}
a:hover,
a:focus,
a:active {
    color: #FF6600;
}
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
--------------------------------------------------------------*/
.hmend-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%;
}
.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 {
    font-family: 'Poppins', sans-serif;
    height: 100%;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
}
a {
    text-decoration: none;
}
a:hover,
a:active {
    color: #ff6600;
    text-decoration: none;
    outline: 0 none;
}
a:focus {
    outline: none !important;
}
ul,
ol {
    padding: 0;
}
p {
    margin: 0 0 15px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
select option {
  font-size: 13px;
  padding: 3px 10px;
}
/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

.page-header {
    margin: 0 0 20px;
}
.page-header > .page-title {
    margin-top: 0;
}
/*--------------------------------------------------------------
# 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 Hmend style file.

---------------------------------------*/

/*-------------------------------- 
    1. Top bar menu
----------------------------------*/
.header-top-area {
  background-color: #FF6600;
  height: 60px;
  line-height: 60px;
}
.top-bar-left-content a {
  background: #ff6600 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  line-height: 60px;
  padding: 0 30px;
}
.header-info span {
    font-weight: 500;
}
.top-bar-left-content,
.top-bar-left-content a,
.header-info a {
    color: #fff;
}
.header-info a {
    color: #fff;
}
.header-info span {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  position: relative;
}
.header-info span + span {
    margin-left: 8px;
    padding-left: 8px;
}
.header-info i {
  margin-right: 10px;
}
/*-------------------------------- 
    2. 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;
}
.header-info a:hover,
.header-social ul li a:hover,
.top-bar-left-menu ul li a:hover {
    color: #EEE;
}
.top-bar-left-content {
    color: #fff;
}
.top-bar-left-content p {
    margin-bottom: 0;
}
/*-------------------------------- 
    3. 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 {
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 30px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 30px;
}
.header-social ul li a i {
  display: block;
  line-height: 30px;
}
.header-social.text-white > a {
    color: #fff;
}
.header-social ul li a:hover{background:#fff;color:#ff6600;}
.menu-middle-area {
    border-top: 1px solid #ddd;
}
.header-social ul li + li {
    margin-left: 15px;
}
/*-------------------------------- 
    4. 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: #ff6600;
}
/*-------------------------------- 
   5. 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.menu {
  margin-bottom: 0;
}
.primary-nav-wrap ul li {
    list-style: outside none none;
    display: inline-block;
}
.primary-nav-wrap ul li + li {
    margin-left: 35px;
}
.primary-nav-wrap ul li a {
  color: #666666;
  display: block;
  font-family: 'montserrat';
  font-size: 14px;
  font-weight: 400;
  height: 110px;
  line-height: 110px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.header-style-4 .primary-nav-wrap ul li a {
  font-size: 15px;
}
.primary-nav-wrap > nav > ul > li:hover > a, 
.primary-nav-wrap > nav > ul > li.current_page_item > a {
  color: #ff6600;
}
/*-------------------------------- 
   6. 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 nav > 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;
  margin-top: 0;
  transition: all 0.3s ease 0s;
}
/* Separetor */
.hr-style-1 {
    border-bottom: 1px solid #e7e7e7;
}
/* Header Transparent */
.header-area.header-transparent {
  background: transparent none repeat scroll 0 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.header-area.header-transparent {
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0);
}
.header-top-area + .header-transparent {
    margin-top: 60px;
}
.header-top-area + .header-transparent.hmend-sticky {
  margin-top: 0;
}
.logged-in .header-area.header-transparent {
    top: 32px;
}
.logged-in .header-area.header-transparent.hmend-sticky {
    top: 0;
}
/* stiky */
.header-area {
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.1);
}
.header-sticky.hmend-sticky {
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.1);
}
.logged-in .header-sticky.hmend-sticky {
    margin-top: 32px;
}
.header-area.header-style-2.header-sticky.hmend-sticky {
    left: inherit;
    position: static;
    top: inherit;
    width: auto;
}
.header-area.header-style-2.header-sticky.hmend-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.hmend-sticky .header-buttom{
    top: 32px;
}
.header-area.header-style-2.header-sticky.hmend-sticky .header-buttom .site-logo.hidden {
    display: block !important;
}
.header-area.header-style-2.header-sticky.hmend-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;
}
.hmend-sticky .primary-nav-wrap nav > ul > li > a {
  height: 80px;
  line-height: 80px;
}
/* Header Menu Style */
.primary-nav-wrap .sub-menu {
  background: #ffffff none repeat scroll 0 0;
  border-top: 3px solid #ff6600;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 0;
  margin-left: 0;
  opacity: 0;
  position: absolute;
  top: 120%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 230px;
  z-index: 9;
}
.primary-nav-wrap ul > li:hover > .sub-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.primary-nav-wrap ul > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 550;
}
.primary-nav-wrap ul li {
    position: relative;
}
.primary-nav-wrap .sub-menu > li {
    display: block;
    margin: 0;
    width: 100% !important;
}
.primary-nav-wrap ul.sub-menu {
    display: block;
}
.primary-nav-wrap ul.sub-menu li {
    display: block;
}
.primary-nav-wrap .sub-menu > li > a {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  height: inherit;
  line-height: inherit;
  margin: 0;
  padding: 13px 20px;
}
.primary-nav-wrap .sub-menu > li:hover > a {
    background-color: #ff6600;
    color: #fff;
}
.primary-nav-wrap ul.sub-menu li .sub-menu {
    left: -100%;
    top: 5px !important;
}

.primary-nav-wrap ul > li.last-elements ul.sub-menu li .sub-menu {
    left: auto;
    right: 100%;
    top: 0 !important;
}
/*-- Mobile Menu --*/
.mean-bar {
    background-color: transparent;
    min-height: auto;
    padding: 0;
    z-index: 9;
}
/*-- Menu Open/Close Button --*/
a.meanmenu-reveal {
    height: auto;
    line-height: 1;
    padding: 0;
    top: -48px;
    width: auto;
}
a.meanmenu-reveal:hover,
a.meanmenu-reveal:focus {
    color: #ff6600;
    outline: medium none;
}
a.meanmenu-reveal i {
    display: block;
    font-size: 28px;
    line-height: 28px;
    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: #ff6600 !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-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: #ff6600;
}
.header-style-6 .mean-bar {
  background-color: #fff;
  padding: 0px 10px;
}
/*-- 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-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: #ff6600;
}
.mean-nav ul li li.current_page_item > a,
.mean-nav ul li li > a:hover,
.mean-nav .sub-menu li > a:hover {
    color: #ff6600;
}
.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-text p {
  color: #262626;
  line-height: 28px;
  margin-bottom: 0;
}
.blog-text a:hover {
    color: #ff6600;
}
.blog-text ol,
.blog-text ul{
    padding-left: 15px;
}
.blog-text > .blog-read-more {
  border: 1px solid #9f9f9f;
  color: #191919;
  display: inline-block;
  font-weight: 500;
  margin-top: 30px;
  padding: 13px 40px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.blog-text > .blog-read-more:hover {
    background-color: #ff6600;
    border-color: #ff6600;
    color: #fff;
}
.pagination {
  display: block;
}
/*----------- Blog details--------------- */
.blog-details-content {
    padding-top: 36px;
}
/*-------------------------------- 
   7. Breadcrumb
----------------------------------*/
.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 h2,
.breadcrumb-text h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.breadcrumb-text h2 {
    margin: 0 0 180px;
    font-size: 48px;
}
.breadcrumb-text h3 {
    margin: 0;
}
.post-breadcrumb-banner-area h3 {
    color: #fff;
}
.breadcrumb-menu ul li {
    color: #fff;
    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  -----------*/
.single .breadcrumbs-area {
    padding-top: 120px;
    padding-bottom: 120px;
}
.breadcrumbs-area {
  background-color: #ededed;
  padding: 80px 0 50px;
  position: relative;
}
.breadcrumbs-area::before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
}
.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: #ff6600;
}
.breadcrumbs-area-default .breadcrumbs ul li,
.breadcrumbs ul li {
    padding-left: 5px;
    padding-right: 5px;
}
.breadcrumbs-area-default .breadcrumbs ul li:last-child,
.breadcrumbs ul li:last-child {
    padding-right: 0px;
}
.breadcrumbs-area-default .breadcrumbs ul li:first-child,
.breadcrumbs ul li:first-child {
    padding-left: 0px;
}
.page-title-search-box.search-left {
    float: left;
}
.page-title-bar {
  overflow: hidden;
  text-align: center;
}
.page-title-bar h2 {
    color: #fff;
    font-size: 48px;
    margin-top: 0;
    margin-bottom: 70px;
}
.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: 36px;
  font-weight: 700;
  margin: 0 0 10px;
  text-align: center;
  text-transform: uppercase;
}
.single-post .breadcrumbs h2.page-title,
.single-post .breadcrumbs-area-default .breadcrumbs ul li, 
.single-post .breadcrumbs ul li {
    text-transform: capitalize;
}
.page-title-bar-center h2.page-title {
    margin-bottom: 20px;
}
.breadcrumbs ul {
    color: #333;
    margin-bottom: 0;
}
.breadcrumbs li {
    display: inline-block;
}
.breadcrumbs ul li a {
    color: inherit;
}
.breadcrumbs ul li {
    color: #fff;
    font-size: 17px;
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
}
.breadcrumbs ul li a:hover {
    color: #ff6600;
}
.breadcrumbs ul li a.active::after {
    color: #ff6600;
}
.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: #ff6600;
    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-color: #1a1d26;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.breadcrumbs {
    align-items: center;
    justify-content: space-between;
    display: flex;
}
.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: 120px 0;
}
.blog-story-area {
    padding: 120px 0;
}
.blog-img-2 {
    margin-bottom: 30px;
}
.blog-header h1 {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 20px;
}
.story-hbtitle p {
    font-size: 15px;
    line-height: 28px;
}
.story-hbtitle blockquote {
    border-left: none;
    font-size: 14px;
    margin: 20px 0 35px 0px;
    position: relative;
    padding: 25px 20px 10px 35px;
}
.story-hbtitle blockquote:before {
    position: absolute;
    content: "\f10d";
    left: 0;
    font-family: fontawesome;
    top: 0;
    font-size: 30px;
    color: #FF761D;
}
.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: #ff6600 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: #ff6600 none repeat scroll 0 0;
    border: 1px solid #ff6600;
    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;
}
/*-------------------------------- 
   8. Blog comment
----------------------------------*/
.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: #ff6600;
  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;
}
/*========================================
    9. Footer Top area
========================================*/
.footer-top-area {
  background-color: #1a1a1a;
  position: relative;
  z-index: 1;
}
.footer-top-area {
  padding-bottom: 40px;
  padding-top: 80px;
}
.footer-top-area::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.single-footer {
    margin-bottom: 60px;
}
.footer-title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.single-footer p {
    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 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single-footer ul li {
    margin-right: 5px;
}
.single-footer ul li a {
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.single-footer ul li,
.single-footer ul li a{
    color: #d4d4d4;

}
.single-footer ul li a:hover {
    color: #ff6600;
}
.single-footer li > ul, 
.single-footer li > ol {
    margin-left: 1.5em;
}
.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;
}
.single-footer .footer-link li {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 14px;
  padding: 0;
}
.footer-link li i {
  color: #fff;
  margin-right: 10px;
  margin-top: 3px;
  width: 15px;
}
/* =============================
  10.  Footer Bottom area
============================= */
.footer-bottom {
    background: #111111 none repeat scroll 0 0;
    padding: 20px 0;
}
.copyright-text {
    margin-top: 6px;
}
.footer-bottom p {
  color: #fff;
}
.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: #d4d4d4;
    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 {
  margin: auto;
  width: calc(100% - 30%);
}
.footer-all .footer-icon {
  margin-bottom: 25px;
}
.footer-logo.logo {
  padding: 20px 0;
}
/* 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: #ff6600;
}
/* *************************************
 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 .hmend-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----------*/
#scrollUp {
    background-color: #666666;
    bottom: 30px;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    right: 30px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 50px;
}
#scrollUp:hover {
    background: #ff6600;
    color: #fff;
}
/* Unit test*/
article.sticky , article.tag-sticky-2 {
  border: 1px solid #ff6600;
}
.story-hbtitle li {
  margin-bottom: 10px;
}
table {
  border: 2px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  vertical-align: top;
  width: 100%;
}
table th {
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  border-right: 2px solid rgba(0, 0, 0, 0.08);
  color: #454545;
  font-weight: 700;
  padding: 10px;
  text-align: left;
  text-transform: uppercase;
  vertical-align: middle;
}
table td {
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  border-right: 2px solid rgba(0, 0, 0, 0.08);
  padding: 10px;
  vertical-align: top;
  text-align: center;
}
table th a , table th a:hover{
  text-decoration: underline;
}
.story-hbtitle a:not(.button) ,
.entry-content a:not(.button) ,
.copy a:not(.button){
  text-decoration: underline;
}
.comment-text.copy .reply .comment-reply-link {
  text-decoration: none;
}
.post-password-form input[type="submit"] {
  background: #ff6600 none repeat scroll 0 0;
  border: 1px solid #ff6600;
  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: #ff6600;
}
.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: #ff6600 none repeat scroll 0 0;
  color: #fff;
}
#wp-calendar tbody tr td#today a {
  color: #fff;
}
.copy ul li {
  list-style: outside none disc;
  margin: 0 0 6px 30px;
}
.copy ul {
  list-style: outside none disc;
  margin: 0 0 26px;
}
.copy ol {
  list-style: outside none decimal;
  margin: 0 0 26px;
}
.copy ol li {
  list-style: outside none decimal;
  margin: 0 0 6px 30px;
}
.copy ul ul, .copy ul ol, .copy ol ol, .copy ol ul {
  margin-bottom: 0;
}
.wp-audio-shortcode {
  margin-bottom: 15px;
}
.story-hbtitle ol li {
  list-style: outside none decimal;
  margin: 0 0 6px;
}
.story-hbtitle ol {
  list-style: outside none decimal;
  margin: 0 0 0 35px;
}
.story-hbtitle ul {
  list-style: outside none disc;
  margin: 0 0 0 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,
.entry-content ul ul,
.entry-content ol ol {
  transition: .3s;
}
.entry-content ul,
.entry-content ol {
  margin: 0 0 0 35px;
}
.entry-content ol li , .entry-content ul li {
  margin: 0 0 6px;
}
.footer-area table {
  border: 2px solid #fff;
}
.footer-area caption {
  color: #d4d4d4;
}
.footer-area table th {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  color: #d4d4d4;
}
.footer-area table td {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  color: #d4d4d4;
}
.footer-area table#wp-calendar a {
  color: #d4d4d4;
}
.shopping-button button[type="submit"] {
  background: #ff6600 none repeat scroll 0 0;
  border: 1px solid #ff6600;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
  padding: 8px 14px;
  transition: all 0.3s ease 0s;
}
.shopping-button button[type="submit"]:hover {
  background: transparent none repeat scroll 0 0;
  color: #ff6600;
}
/* 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;
}
.pnf-inner a.btn:hover {
    background-color: #343434;
}
.no-results .page-title {
  margin-top: 0;
}
/* Hmend body */
.container,
.kc-container {
    width: 1200px;
}
/*---kc container---*/
.kc-row-container.kc-container {
    padding: 0;
}
/*owl-dots*/
.owl-dots {
  text-align: center;
  width: 100%;
}
.owl-dot {
  background: #ff6600 none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  width: 10px;
}
/* -----------------------------------
    11. Section title
----------------------------------- */
.section-title-area,
.section-title-2-area {
  margin-bottom: 62px;
}
.section-title {
  padding-top: 10px;
  position: relative;
}
.section-title,
.section-title-2 {
  display: inline-block;
  width: 50%;
}
.section-title h4, 
.section-title h2 {
  line-height: 1.2;
  margin-top: 0;
}
.section-title h4 {
  color: #ff6600;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.section-title h2,
.section-title-2 h2 {
  font-size: 36px;
  font-weight: 700;
}
.section-title h2 {
  color: #363636;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
}
.section-title::before {
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 0;
}
.section-title p,
.section-title-2 p {
  color: #3f3f3f;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 10px;
}
/* section-title-2-area */
.section-title-2 h2 {
  color: #1d2736;
  margin-bottom: 0;
  margin-top: 0;
}
.section-title-2 p {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.section-title-2 h2 + p {
    margin-top: 10px;
}
/* -----------------------------------
    12. Button
----------------------------------- */
.hmend-button a {
  background: #ff6600 none repeat scroll 0 0;
  border-radius: 7px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 17px 24px 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.hmend-button a:hover {
  background: #3f3f3f none repeat scroll 0 0;
}

/* -----------------------------------
    13. Slider area
----------------------------------- */
.hmend-ani-heading {
  color: #3f3f3f;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 1.3;
  margin-bottom: 15px;
  margin-top: 0;
}
.hmend-ani-heading.cd-headline .cd-words-wrapper b {
  color: #ff6600;
}
.hmend-ani-heading.cd-headline .cd-words-wrapper::after {
    background: #ff6600 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transition: width 0.3s ease -0.1s;
    width: 0;
    z-index: 2;
}
.hmend-ani-heading.cd-headline span {
    display: inline-block;
    padding: 0;
}
.hmend-ani-heading b i {
    font-style: normal;
}
.hmend-ani-heading b {
    font-weight: inherit;
}
.slider-full-carousel.owl-theme .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 0;
    font-size: 30px;
    height: 50px;
    left: -56px;
    line-height: 48px;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.4s ease 0s;
    width: 50px;
    z-index: 999;
}
.slider-full-carousel.owl-theme .owl-controls .owl-buttons div.owl-next {
    left: auto;
    right: -56px;
}
.slider-full-carousel.owl-theme:hover .owl-controls .owl-buttons div {
    left: 10px;
}
.slider-full-carousel.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
    left: auto;
    right: 10px;
}
.slider-full-carousel.owl-theme .owl-controls .owl-buttons div:hover {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
}
.kc_wrap-video-bg {
    z-index: -1;
}
.owl-carousel .owl-item img {
  margin: 0 auto;
  width: auto;
}

/* -----------------------------------
    13.1 Addon Slider area
----------------------------------- */
.animate-slider .slide-text .text-titel span {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 13px;
}
.animate-slider.three .slide-text .text-titel span {
  margin-bottom: 15px;
  margin-top: 0;
}
.animate-slider.two .slide-text .text-titel span.cd-words-wrapper {
  margin-bottom: 0;
  margin-top: 13px;
}
/*owl-nav*/
.slider-full-carousel.owl-carousel .owl-nav div {
  background: #FF6600;
  border-radius: 0;
  color: #fff;
  font-size: 25px;
  height: 60px;
  left: 0;
  line-height: 60px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  opacity: 0;
  visibility: hidden;
}
.slider-full-carousel.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 0;
}

.slider-full-carousel.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.slider-full-carousel.owl-carousel:hover .owl-nav div {
  left: 50px;
}
.slider-full-carousel.owl-carousel:hover .owl-nav div.owl-next {
  left: auto;
  right: 50px;
}
/*owl-dots*/
.slider-full-carousel.owl-carousel .owl-dots {
  bottom: 50px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slider-full-carousel.owl-carousel .owl-dot {
  background: #fff none repeat scroll 0 0;
  border-radius: 0 5px;
  display: inline-block;
  height: 8px;
  margin: 0 5px;
  width: 20px;
}
.slider-full-carousel.owl-carousel .owl-dot:hover,
.slider-full-carousel.owl-carousel .owl-dot.active {
  background: #FF6600;
}
.slider-full-carousel .hmend__button .htc__btn {
  font-size: 18px;
  padding: 9px 35px;
}
.slider-full-carousel .hmend__button .htc__btn:hover {
  border-color: #fff;
  color: #fff;
}
.slider-info p {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}
/* -----------------------------------
    14. what-we-do Tab area
----------------------------------- */
.what-we-do-area {
  padding-bottom: 120px;
  padding-top: 120px;
}
.offer-tab {
  margin-top: 36px;
}
.offer-tab li {
  border-bottom: 1px solid #929292;
  list-style: outside none none;
}
.offer-tab li.active .offer-icon {
  background: #ff6600 none repeat scroll 0 0;
}
.offer-tab li:last-child{border-bottom:none;}
.offer-list {
  background: #1d2736 none repeat scroll 0 0;
  overflow: hidden;
}
.offer-tab li.active .offer-list{background:none;
box-shadow:0 0 13px 0.7px rgba(0, 0, 0, 0.1);
}
.offer-icon {
  float: left;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
}
.offer-tab li.active .offer-icon i{
  color: #fff;
}
.offer-icon i {
  color: #929292;
  font-size: 44px;
}
.offer-text {
  overflow: hidden;
  position: relative;
}
.offer-text::before {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 40px;
  position: absolute;
  top: 31px;
  width: 1px;
} 
.offer-text span {
    color: #d5d5d5;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-left: 30px;
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 40px;
    text-transform: uppercase;
}
.offer-tab li.active .offer-text > span{color:#ff6600;}
.offer-wrapper.ptb-100 {
  background-size: cover;
}
.offer-wrapper {
  background-position: right bottom;
  background-repeat: no-repeat;
  box-shadow: 0 0 13px 0.7px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.tab-menu li {
  color: #303030;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 14px;
  position: relative;
}
.tab-menu ul li {
  list-style: outside none none;
}
.tab-menu li:last-child{margin-bottom:0 !important;}
.tab-menu li:first-child{margin-top:0 !important;}
.tab-menu ul li::before {
  color: #ff6600;
  content: "";
  font-family: Material-Design-Iconic-Font;
  font-size: 16px;
  margin-right: 15px;
}
.tab-menu ol {
  padding-left: 20px;
}
.tab-menu ol li {
  padding-left: 5px;
}
.offer-content {
  padding: 40px 25px 60px 35px;
}
.offer-content p {
  color: #3a3a3a;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 36px;
}
.offer-content a.tab-button {
  color: #ff6600;
  display: inline-block;
  font-family: Montserrat;
  font-size: 14px;
  margin-top: 25px;
  padding-bottom: 5px;
  text-transform: uppercase;
  position:relative;
  transition:.3s;
}
.offer-content a.tab-button::after {
  background: #666666 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  transition: all 0.5s ease 0s;
}
.offer-content a.tab-button::after{width:0;background:#ff6600;}
.offer-content a.tab-button:hover:after{width:100%;}
.offer-content a.tab-button:hover{color:#ff6600;}
.what-we-do .p-r {
  padding-right: 0;
}
.what-we-do .p-l {
  padding-left: 0;
}
.offer-wrapper {
  position: relative;
}
.offer-wrapper::before {
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: -1;
}
.offer-content img {
  margin-bottom: 0;
}
/* ------------------------------------------------
    15. Testimonial
----------------------------------------------- */
.testimonial-area {
  background: #f5f5f5 none repeat scroll 0 0;
  padding-bottom: 70px;
  padding-top: 105px;
}
.testimonial-single {
  margin-bottom: 30px;
  padding: 0 15px;
  text-align: center;
}
.testimonial-image {
  margin-bottom: -74px;
}
.testimonial-image img {
  border: 2px solid #848484;
  border-radius: 100%;
  height: 100px;
  transition: all 0.3s ease 0s;
  width: 100px;
}
.testimonial-active.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.testimonial-person-details {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5%;
  box-shadow: 0 8px 21px 0 rgba(0, 0, 0, 0.1);
  margin-top: 21px;
  padding: 70px 25px 0;
}
.testimonial-person-details p {
  color: #5b5b5b;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
.persn-info h5 {
  color: #5b5b5b;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 35px;
  margin-top: 15px;
}
.testimonial-single:hover .testimonial-image img {
  border-color: #ff6600;
}
/* owl-nav */
.testimonial-active .owl-nav div {
  background: #ff6600 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 30px;
}
.testimonial-active .owl-nav div i {
  line-height: inherit;
}
/* owl-dots */
.testimonial-active .owl-dots {
  display: block;
  left: 0;
  line-height: 0;
  margin-top: 30px;
  right: 0;
  text-align: center;
  z-index: 99;
}
.testimonial-active .owl-dot {
  background: #e3e3e3 none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  width: 12px;
}
.testimonial-active .owl-dot:hover,
.testimonial-active .owl-dot.active {
  background: #ff6600 none repeat scroll 0 0;
}
/* -----------------------------------
    16. Home service
----------------------------------- */
/* home-service-area */
.home-service-area {
  overflow: hidden;
}
.home-service-wrapper {
  background-color: #f5f5f5;
  background-position: center center;
  background-size: cover;
  padding: 120px 0;
}
.home-content {
  background: #ff6600 none repeat scroll 0 0;
  margin: auto;
  padding: 62px 40px;
  width: 420px;
}
.home-content h3 {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 0;
  padding-bottom: 21px;
}
.home-content .content {
  margin-top: 27px;
}
.home-content .content h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}
.home-content .content p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 11px;
}
.home-area-right {
  padding: 112px 207px 93px 70px;
}
.home-section > h3 {
  color: #363636;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 34px;
  padding-right: 129px;
}
.homes-info p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #3a3a3a;
  margin-bottom: 0;
}
.homes-info {
  margin-bottom: 28px;
  padding-right: 47px;
}
.home-text p {
  color: #3a3a3a;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
}
.home-text {
  border-left: 2px solid #ff6600;
  color: #3a3a3a;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
  padding-left: 10px;
}
@media (max-width: 767px) { 
    .home-content {
      width: 90%;
    }
    .home-content h3 {
      font-size: 18px;
      line-height: 1.5;
    }
    .home-content .content h4 {
      font-size: 15px;
    }
    .home-content .content p {
      font-size: 13px;
    }
}
/* -----------------------------------
    17. Service
----------------------------------- */
.hmend-service-area {
  padding-bottom: 90px;
  padding-top: 115px;
}
.section-title {
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 8px;
}
.section-title h2 {
  color: #363636;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.section-title h4 {
  color: #ff6600;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}
.service-wrapper {
  box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.service-img > img {
  width: 100%;
}
.service-icon-img {
  background: #5f5f5f none repeat scroll 0 0;
  border-radius: 100%;
  box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
  height: 60px;
  left: 0;
  line-height: 57px;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  top: -30px;
  transition: all 0.3s ease 0s;
  width: 60px;
}
.text-left .service-icon-img {
  margin-left: 20px;
}
.text-right .service-icon-img {
  margin-left: auto;
  margin-right: 20px;
}
.service-wrapper:hover .service-icon-img {
    background:#ff6600;
}
.service-text {
  margin-top: 30px;
  padding: 45px 25px 40px;
  position: relative;
}
.service-img + .service-text {
  margin-top: 0;
}
.service-text h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  transition:.3s;
  margin-top: 0;
}
.service-text h2 a:hover{color:#ff6600;}
.service-text p {
  margin-bottom: 0;
}
.service-text p + a.service-btn {
    margin-top: 20px;
}
.service-text a.service-btn {
  color: #5f5f5f;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 5px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  position:relative;
}
.service-text a.service-btn::after {
  background: #5f5f5f none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 0;
  transition: all 0.5s ease 0s;
}
.service-text a.service-btn:hover::after {
  width: 100%;
}
.service-wrapper:hover .service-text a.service-btn {
    color:#ff6600;
}
.service-wrapper:hover .service-text a.service-btn:after {
   background: #ff6600 none repeat scroll 0 0;   
}
.service-content {
  padding: 40px 30px;
}
.service-content h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  transition:.3s;
}
.service-content h2 a{
    color: #1d2736;
    transition:.3s;
}
.service-content h2 a:hover{color: #ff6600;}
.service-content p {
  color: #5c5c5c;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
}
.service-content>a {
  color: #3f3f3f;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.service-content a:hover{color:#ff6600;}
.deatils-menu li {
  color: #5b5b5b;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  list-style: outside none none;
  margin-bottom: 14px;
}
.deatils-menu li::before {
  color: #ff6600;
  content: "";
  font-family: Material-Design-Iconic-Font;
  font-size: 16px;
  margin-right: 18px;
}
/* -----------------------------------
    18. Service style - 2
----------------------------------- */
.services-wrapper-2 {
  margin-bottom: 50px;
  margin-top: 2px;
}
.our-services-icon {
  background: #eff2f7 none repeat scroll 0 0;
  border: 10px solid #ffffff;
  border-radius: 100%;
  box-shadow: 0 0 0 2px #eff2f7;
  height: 112px;
  line-height: 93px;
  margin: auto auto 25px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 112px;
  font-size: 35px;
}

.services-wrapper-2:hover .our-services-icon{background:#ff6600;box-shadow:0 0 0 2px #ff6600; color:#fff;}
.our-services-text > h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 11px;
  padding-bottom: 18px;
  position: relative;
  text-transform: uppercase;
  transition:.3s;
}
.our-services-text > h3 a{color:#5f5f5f;}
.our-services-text > h3 a:hover{color:#ff6600;}
.our-services-text > h3::before {
  background: #ff6600 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 33px;
}
.our-services-text > p {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  color: #5b5b5b;
  margin-bottom: 0;
}
/* -----------------------------------
    19. Service Details
----------------------------------- */
.deatils-menu {
  display: inline-block;
}
.deatils-menu li {
  color: #5b5b5b;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 14px;
}
.deatils-menu li::before {
  color: #ff6600;
  content: "";
  font-family: Material-Design-Iconic-Font;
  font-size: 16px;
  margin-right: 18px;
}
.list-items {
  display: inline-block;
}
.list-items li {
  color: #5b5b5b;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  list-style: none;
}
.list-items li::before {
  color: #ff6600;
  content: "";
  font-family: Material-Design-Iconic-Font;
  font-size: 16px;
  margin-right: 18px;
}
/* -----------------------------------
    20. Counter Up
----------------------------------- */
.counter-up-area {
  padding-bottom: 85px;
  padding-top: 120px;
}
.counter-wrapper {
  margin-bottom: 30px;
}
.counter-img {
  float: left;
  margin-right: 13px;
}
.counter-text {
  overflow: hidden;
}
.counter-text h2 {
  color: #363636;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-top: 0;
}
.counter-name {
  color: #363636;
  font-family: Montserrat;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
}
/* -----------------------------------
    21. Gallery section
----------------------------------- */
.hmend-our-project-area {
  padding-bottom: 120px;
  padding-top: 120px;
}
.portfolio-item a {
    display: block;
    position: relative;
}
.portfolio-item.no-padding {
    padding: 0;
}
.portfolio-item.yes-padding {
    padding-top: 15px;
    padding-bottom: 15px;
}
.portfolio-grid.yes-padding-wrap {
    margin-left: -10px;
    margin-right: -10px;
}
.portfolio-item a::before {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 75%, rgba(0, 0, 0, 0.9) 100%) repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.portfolio-item.gradient-bg a::before {
    background: #ed562d;
    background: -webkit-gradient(linear, left bottom, left top, from(#ed562d), to(#2d3e50));
    background: -webkit-linear-gradient(bottom, #ed562d 0%, #2d3e50 100%);
    background: -o-linear-gradient(bottom, #ed562d 0%, #2d3e50 100%);
    background: linear-gradient(0deg, #ed562d 0%, #2d3e50 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ed562d', endColorstr='#2d3e50', GradientType=1);
    transition: all 0.3s ease 0s;
}
.portfolio-item a:hover::before {
    opacity: 0.8;
  transform: scale(1);
}
.portfolio-item a > img {
    width: 100%;
}
.portfolio-item a .port_content {
  bottom: 0;
  left: 0;
  padding-bottom: 20px;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  z-index: 5;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.portfolio-item a:hover .port_content {
   padding-left: 20px;
    opacity: 1;
    visibility: visible;
}
.portfolio-item a .port_content h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
  transition: all 0.3s ease 0s;
}
.portfolio-item a .port_content h4:hover {
  color: #FF6600;
}
.portfolio-item a .port_content span {
  color: #ffffff;
  display: inline-block;
}
/*gallery popup icon*/
.portfolio-item a .port_content i {
    color: #fff;
    font-size: 25px;
    line-height: 1;
    opacity: 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}
.portfolio-item a:hover .port_content i {
    opacity: 1;
    visibility: visible;
}
.portfolio-item a .port_content i:hover {
    color: #F36371;
}
/*gallery popup image*/
.portfolio-item a .port_content img {
    color: #fff;
    font-size: 25px;
    line-height: 1;
    opacity: 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}
.portfolio-item a:hover .port_content img {
    opacity: 1;
    visibility: visible;
}
/*-- Portfolio Image --*/
.portfolio-image img {
    width: 100%;
}
/*-- Portfolio Content --*/
.portfolio-content {
    margin-top: 30px;
    padding-left: 70px;
}
.portfolio-content .title {
    color: #595959;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.portfolio-content h4 {
    color: #828282;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 13px;
}
.portfolio-content p {
    color: #8f8f8f;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}
/*-- Portfolio Details --*/

.portfolio-content ul {
    display: block;
    float: left;
    margin-bottom: 40px;
    margin-top: 25px;
    width: 100%;
}
.portfolio-content ul li {
    color: #616161;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}
.portfolio-content ul li a {
    color: inherit;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
}
.portfolio-content ul li a:hover {
    color: #ed562d;
}
/*-- Portfolio Share --*/
.portfolio-content .share span {
    color: #616161;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    margin-right: 15px;
}
.portfolio-content .share a {
    color: #616161;
    display: inline-block;
    margin-right: 15px;
    padding: 0 3px;
}
.portfolio-content .share a:hover {
    color: #ed562d;
}
.portfolio-content .share a i {
    display: block;
    font-size: 13px;
    line-height: 25px;
}
.portfolio-section .portfolio-filter {
    margin-left: 0;
    margin-bottom: 25px;
}
.portfolio-filter li {
    color: #686868;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    font-family: montserrat;
    list-style: outside none none;
    padding: 6px 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.portfolio-filter li + li {
    margin-left: 35px;
}
.portfolio-filter li:hover {
    color: #ff6600;
}
.portfolio-filter li.active {
    border-bottom: 2px solid #ff6600;
    color: #ff6600;
}

/*slick-arrow*/
.portfolio-slider .slick-arrow {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ff8c58;
  border-radius: 50%;
  color: #ff8c58;
  font-size: 36px;
  height: 48px;
  left: 0;
  line-height: 48px;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 48px;
  z-index: 99;
}
.portfolio-slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.portfolio-slider:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.portfolio-slider .slick-arrow:hover {
  background: #ff6600 none repeat scroll 0 0;
  border: medium none #fff;
  color: #fff;
}
/* -----------------------------------
    22. Gallery Details
----------------------------------- */
.section-info h2 {
  color: #1d2736;
  font-size: 36px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.section-info p {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.work-wrapper .work-img {
  position: relative;
}
.work-wrapper .work-img img {
  width: 100%;
}
.work-wrapper .work-img .work-text {
  bottom: 0;
  left: 0;
  opacity: 0;
  padding-bottom: 20px;
  position: absolute;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  z-index: 99;
}
.work-wrapper .work-img .work-text h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
  z-index: 99;
}
.work-wrapper .work-img .work-text h3 a {
  color: inherit;
}
.work-wrapper .work-img .work-text h3 a:hover {
  color: #FF6600;
}
.work-wrapper .work-img .work-text span {
    color: #ffffff;
    display: inline-block;
}
.work-wrapper .work-img::before {
  background: #4a4b4c none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.work-wrapper .work-img:hover::before {
  opacity: 0.8;
  transform: scale(1);
}
.work-wrapper .work-img:hover .work-text {
  opacity: 1;
  padding-left: 20px;
  visibility: visible;
}
/* works-active */
.works-active:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.works-active .owl-nav div {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ff8c58;
  border-radius: 100%;
  color: #ff8c58;
  display: block;
  font-size: 36px;
  height: 48px;
  left: 0;
  line-height: 48px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 48px;
  z-index: 99;
}
.works-active .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.works-active .owl-nav div:hover {
  background: #ff6600 none repeat scroll 0 0;
  border: medium none #fff;
  color: #fff;
}
.works-active .owl-dots {
  margin-top: 30px;
}
/* hmend-gallery-details-slider */
.hmend-gallery-details-slider .owl-theme .owl-controls .owl-buttons div {
  font-size: 0;
  left: -25px;
  padding: 0;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.hmend-gallery-details-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
  left: auto;
  right: 25px;
}
.hmend-gallery-details-slider .owl-theme .owl-controls .owl-buttons div.owl-prev::before,
.hmend-gallery-details-slider .owl-theme .owl-controls .owl-buttons div.owl-next::before {
  background: #fff;
  border: 1px solid #ff8c58;
  border-radius: 50%;
  color: #ff8c58;
  font-family: fontawesome;
  font-size: 40px;
  height: 50px;
  line-height: 48px;
  position: absolute;
  text-align: center;
  width: 50px;
  transition: all 0.3s ease 0s;
}
.hmend-gallery-details-slider .owl-theme .owl-controls .owl-buttons div.owl-prev::before {
  content: "";
}
.hmend-gallery-details-slider .owl-theme .owl-controls .owl-buttons div.owl-next::before {
  content: "";
}
.hmend-gallery-details-slider .owl-theme .owl-controls .owl-buttons div.owl-prev:hover::before,
.hmend-gallery-details-slider .owl-theme .owl-controls .owl-buttons div.owl-next:hover::before {
  background: #FF6600;
  border: 1px solid #FF6600;
  color: #fff;
}
.hmend-gallery-details-slider:hover .owl-theme .owl-controls .owl-buttons div {
  opacity: 1;
  visibility: visible;
}
.hmend-gallery-details-slider .owl-theme .owl-controls .owl-page span {
  background: #ff6600 none repeat scroll 0 0;
}
.recent-work-area .section-info {
  margin-bottom: 60px;
}
/* -----------------------------------
    23. Team
----------------------------------- */
.hmend-team-area {
  padding-bottom: 90px;
  padding-top: 115px;
}
.team-wrapper {
  margin-bottom: 30px;
  overflow: hidden;
}
.team-img{position:relative;}
.team-img a img {
  width: 100%;
}
.team-text {
  background: #ff6600 none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  padding: 25px;
  position: absolute;
  right: 0;
  transition: .3s;
  opacity: 0;
  transform: translateY(100%)
}
.team-wrapper:hover .team-text {
  opacity: 1;
  transform: translateY(0px);
}
.team-text h5 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
  margin-top: 0;
  text-transform: capitalize;
}
.team-text h6 {
  color: #ffffff;
  margin-top: 0;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
}
.team-icon {
  margin-top: 14px;
}
.team-icon > a {
  color: #ffffff;
  font-size: 14px;
  margin-right: 18px;
  transition: .3s;
}
.team-icon > a:last-child{margin-right:0;}
.team-icon > a:hover{color:#2a2a2a;}
.team-icon > a:hover {
    color: #2a2a2a;
}
/* -----------------------------------
    24. Book appoinment
----------------------------------- */
.hmend-book-appoinment-area {
  background-color: #f5f5f5;
  padding-bottom: 90px;
  padding-top: 120px;
}
.book-appointment-contact input,
.book-appointment-contact textarea {
  border-radius: 0;
  color: #707070;
  font-size: 11px;
  font-weight: 500;
  height: 60px;
  margin-bottom: 30px;
  padding-left: 20px;
  width: 100%;
}
.book-appointment-contact textarea {
  height: 150px;
}
.book-appointment-contact input[type="submit"] {
    background: #ff6600 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 18px 26px;
    transition: all 0.3s ease 0s;
    width: auto;
    height: auto;
}
.book-appointment-contact input[type="submit"]:hover {
    background: #222 none repeat scroll 0 0;
}
.book-appointment-contact input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #707070;
}
.book-appointment-contact input::-moz-placeholder { /* Firefox 19+ */
  color: #707070;
}
.book-appointment-contact input:-ms-input-placeholder { /* IE 10+ */
  color: #707070;
}
.book-appointment-contact input:-moz-placeholder { /* Firefox 18- */
  color: #707070;
}
/* -----------------------------------
    25. Call to action
----------------------------------- */
.hmend-call-to-action {
  padding-bottom: 120px;
  padding-top: 105px;
}
div.wpcf7-validation-errors {
  border: 1px solid #f7e700;
  color: #f7e700;
}
/* -----------------------------------
    26. About us
----------------------------------- */
.hmend-about-us-area .kc_title > span {
    color: #ff6600;
}
/* -----------------------------------
    27. Brand
----------------------------------- */
.hmend-brand-area {
    padding-top: 105px;
    padding-bottom: 80px;
}
/* -----------------------------------
    28. Contact page contact form
----------------------------------- */
.hmend-contact-page-contact-form input,
.hmend-contact-page-contact-form textarea {
    background-color: #f9f9f9;
    color: #707070;
    font-size: 11px;
    font-weight: 500;
    height: 60px;
    margin-bottom: 30px;
    padding-left: 20px;
    width: 100%;
}
.hmend-contact-page-contact-form textarea {
    height: 150px;
}
.hmend-contact-page-contact-form input[type="submit"] {
    background: #ff6600 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 17px 25px;
    transition: all 0.3s ease 0s;
    width: auto;
    height: auto;
}
.hmend-contact-page-contact-form input[type="submit"]:hover {
    background: #222 none repeat scroll 0 0;
}
div.wpcf7-response-output {
    margin-top: 0;
}
/* -----------------------------------
   29. Header style 4
----------------------------------- */
.header-style-4 .header-top-area {
    background-color: #1d2736;
    padding: 0;
    height: inherit;
    line-height: inherit;
}
.header-style-4 .header-top-area .row {
  align-items: center;
  display: flex;
}
.site-logo {
    position: relative;
    z-index: 999;
}
.header-style-4 .header-info span {
  margin: 0;
  padding: 0;
}
.header-style-4 .header-info span::before {
  display: none;
}
.header-style-4 .main-menu-area {
  background-color: #f6f6f6;
}
.header-style-4 .primary-nav-wrap nav > ul > li > a {
  height: 80px;
  line-height: 80px;
}
.header-style-4 .make-appointment a {
  color: #ff6600;
  font-size: 14px;
  font-weight: 500;
  height: 80px;
  line-height: 80px;
  text-transform: uppercase;
}
.make-appointment a i {
    margin-right: 8px;
}
/* header-top-area */
.header-menu .scroll-header .main-menu.transparent-menu ul li  a {color:#000;}
.scroll-header {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.header-logo {
  position: relative;
  z-index: 1;
}
.site-branding {
  padding: 35px 20px 35px 15px;
  position: relative;
}
.site-branding::before {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: -780px;
  position: absolute;
  top: 0;
  width: 1000px;
}
.site-branding::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
  border-style: solid;
  border-width: 56px 0 55px 30px;
  content: "";
  height: 0;
  position: absolute;
  right: 50px;
  top: 0;
  width: 0;
}
.header-left {
  overflow: hidden;
}
.header4-info span:first-child, .header4-info span:first-child a {
  font-weight: 500;
}
.header-style-4  .header-text {
  float: left;
  margin-right: 40px;
  width: 45%;
}
.header-text:last-child{margin:0;}
.header-icon {
  float: left;
  margin-right: 10px;
  position: relative;
}
.header-icon::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 30px;
  position: absolute;
  right: -10px;
  top: 6px;
  width: 1px;
}
.header-icon i {
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  margin-top: 6px;
}
.header-text .header4-info {
    overflow: hidden;
    padding-left: 14px;
}
.header4-info span,
.header4-info span a {
  color: #fff;
}
.header4-info span {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 300;
  position: relative;
}
.header-text .header4-info span + span,
.header-text .header4-info span + span a {
  color: #bababa;
}
.headers-left {
  padding-top: 15px;
}
.headers-left-text {
  float: left;
  margin-right: 20px;
}
.headers-left-text:last-child{margin-right:0;}
.headers-left-icon {
  float: left;
  margin-right: 10px;
}
.headers-left-icon i{
  color: #d9d9d9;
  font-size: 16px;
}
.headers-left-text > p {
  font-size: 14px;
  margin-bottom: 0;
  color: #d9d9d9;
}
.header-rights {
  float: right;
}
.header-rights i {
  color: #ffffff;
  font-size: 17px;
  margin-right: 8px;
}
.header-rights a {
  background: #ff6600 none repeat scroll 0 0;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 14px;
  padding: 19px 22px;
  text-transform: uppercase;
  display: inline-block;
}
.header-menu {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 999;
}
/* -----------------------------------
   30. Header style 5
----------------------------------- */
.header-style-5 .header-social ul li a {
  color: #424242;
}
.header-style-5 .header-social ul li a:hover {
    background-color: #ff6600;
   color: #fff;
}
.top-bar-left-content a {
  font-family: 'montserrat';
}
/* -----------------------------------
   31. Header transparent
----------------------------------- */
.header-transparent .primary-nav-wrap nav > ul > li > a {
  color: #fff;
}
.header-transparent.hmend-sticky .primary-nav-wrap nav > ul > li > a {
  color: #424242;
}
.header-transparent.hmend-sticky .header-social ul li a {
  color: #1d2736;
}
.header-transparent.hmend-sticky .header-social ul li a:hover {
    background-color: #ff6600;
   color: #fff;
}
.header-transparent a.meanmenu-reveal {
  color: #fff;
}
.header-transparent.hmend-sticky a.meanmenu-reveal {
  color: #444444;
}
.header-transparent a.meanmenu-reveal:hover {
  color: #ff6600;
}
/* -----------------------------------
   32. Blog addon
----------------------------------- */
.hmend-blog-area {
  padding-bottom: 80px;
  padding-top: 110px;
}
.hmend-blog-addon {
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.06);
    margin-bottom: 40px;
}
.hmend-blog-addon .blog-content {
  padding: 20px 25px;
}
.hmend-blog-addon .post-title {
  font-size: 20px;
}
.hmend-blog-addon .hm-post-excerpt {
  margin-bottom: 20px;
}
.hmend-blog-addon .blog-meta {
  border-top: 1px solid #e1e1e1;
  margin-top: 15px;
  padding-top: 15px;
  margin-bottom: 0;
}
.hmend-blog-addon .blog-meta span {
    text-transform: capitalize;
    display: inline-block;
}
.hmend-blog-addon .blog-meta span, 
.hmend-blog-addon .blog-meta span.post-categories a {
    font-size: 13px;
}
.hmend-blog-addon .blog-meta span .post-categories li {
    display: inline-block;
    list-style: none;
}
.hmend-blog-addon .blog-meta span i {
  margin-right: 5px;
}
.hmend-blog-addon .blog-content p {
    line-height: 24px;
}
/*----*/
.top-bar-left-content p {
    height: 60px;
    line-height: 60px;
    color: #fff;
}
.offer-content p {
  font-weight: 500;
}
.header-style-5 .primary-nav-wrap > nav > ul > li > a {
    text-transform: uppercase;
    color: #424242;
}
.header-style-6 .primary-nav-wrap > nav > ul > li > a {
    text-transform: uppercase;
    color: #fff;
}
div.wpcf7-mail-sent-ok {
    color: #398f14;
}
#hmend_testimonial_3 .testimonial-person-details p {
    line-height: 30px;
}
/* -----------------------------------
   33. Blog Mesonry addon
----------------------------------- */
.body-custom-width .container, 
.body-custom-width .kc-container {
    max-width: 1300px;
    width: 1300px;
}
.blog-masonary-wrap {
    margin: 0;
}
.masonary-blog-post {
    background-color: #f9f9f9;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.masonary-blog-post:nth-child(2n+1) .blog-img-3 {
    order: 1;
}
.masonary-blog-post:nth-child(2n+1) .blog-content-3 {
    order: 2;
}
.masonary-blog-post:nth-child(2n) .blog-img-3 {
    order: 2;
}
.masonary-blog-post:nth-child(2n) .blog-content-3 {
    order: 1;
}
.blog-img-3 {
  position: relative;
    flex: 1 0 100%;
}
.blog-img-3 img {
  width: 100%;
}
.blog-content-3 {
  flex: 1 0 100%;
  height: 285px;
  padding: 48px 30px 106px 30px;
  position: relative;
}
.blog-content-3 h3 {
  color: #363636;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin: 12px 0 20px;
}
.masonary-blog-post .blog-content-3 h3 a {
  text-decoration: none;
}
.blog-content-3 h3 a {
  color: #363636;
}
.blog-content-3 h3:hover a,
.blog-meta.author-postion span a:hover {
    color: #ff6600;
}

.blog-content-3 .post-categories a {
    text-decoration: none !important;
}
.blog-meta.author-postion {
    position: absolute;
    bottom: 50px;
    margin-bottom: 0;
}
.blog-meta.author-postion span a, .blog-meta.author-postion span {
    color: #8b8b8b;
    font-style: normal;
    text-decoration: none;
}
.blog-meta.author-postion i {
    font-size: 18px;
    position: relative;
    top: 3px;
}
.masonary-blog-post:hover .blog-img-3::before {
  opacity: .2;
}
@media (min-width: 768px) {
    .related-post .col-sm-4 {
        width: 33%;
    }
}
@media (min-width: 1200px) {
    .masonary-blog-post.col-lg-3 {
        width: 24.9%;
    }

}
.story-hbtitle .blog-category-post a:not(.button), 
.entry-content .blog-category-post a:not(.button), 
.copy .blog-category-post a:not(.button) {
    text-decoration: none;   
}
.col-md-9 .container, .col-md-9 .kc-container {
    width: 100%;
    max-width: 100%;
}
.sidebar-widget .container, 
.sidebar-widget .kc-container {
    width: 100%;
    max-width: 100%;
}
.page-template-page-right-sidebar .col-md-9 .container, .col-md-9 .kc-container {
    width: 100%;
    max-width: 100%;
}
.blog-category-post + .blog-category-post {
    margin-top: 65px;
}
/* Quote */
.blog-quote-design {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 0 none;
    margin: 0;
    padding: 40px 90px 40px 60px;
    transition: all 0.3s ease-out 0s;
    position: relative;
    color: #5b5b5b;
}
.blog-quote-design:before {
    background: url(images/need/quote.png);
    position: absolute;
    content: "";
    right: 0px;
    top: 0;
    background-repeat: no-repeat;
    width: 110px;
    height: 90px;
    left: auto;
}
/* Link */
.link-post .hm-post-excerpt {
    background: #f1f1f1;
    padding: 40px 60px;
    position: relative;
}
.link-post .hm-post-excerpt:before {
    background: url(images/need/link.png);
    position: absolute;
    content: "";
    right: 0px;
    top: 15px;
    background-repeat: no-repeat;
    width: 80px;
    height: 70px;
    left: auto;
}
.user-share ul {
    margin-left: 0;
}
.user-share ul li a {
    margin: 0 10px;
}
.top-bar-left-content p a i {
    margin-right: 10px;
}
.author-social a {
    margin-right: 30px;
    color: #000;
    margin-top: 15px;
    display: inline-block;
}
.author-social a:hover {
    color: #ff6600;
}

.masonary-blog-post .hmend-news-img a {
    display: block;
    position: relative;
}
.masonary-blog-post .hmend-news-img a::before {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 75%, rgba(0, 0, 0, 0.9) 100%) repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transition: all 0.3s ease 0s;
    z-index: 1;
}
.masonary-blog-post:hover .hmend-news-img a::before {
    opacity: 0.8;
    transform: scale(1);
}
.masonary-blog-post:hover .blog-content-3 h3 a {
    color: #ff6600;
}
.blog-area .post-pagination {
    margin-top: 60px;
}
/*------------------//---------------------//------------------------*/
/* -----------------------------------
   END
----------------------------------- */
