/*
Theme Name: The Consult
Theme URI: http://themeruler.com/wordpress_themes/the-consult/
Author: Themeruler
Author URI: http://themeruler.com/
Description: The Consult is clean & modern free WordPress consult theme. It is ideal for consultency, lawyers, law agencies, blog or personal website. It is a cutting-edge, feature-rich FREE WordPress theme and is fully-responsive.
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the-consult
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, grid-layout, footer-widgets, education, portfolio, food-and-drink, theme-options

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.

the-consult is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------Fonts------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* -webkit-transition: 200ms all ease;
      -moz-transition: 200ms all ease;
      transition: 200ms all ease; */
}

html {
  font-family: 'Lato', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 18px;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -webkit-box-sizing: content-box;
  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'] {
  -webkit-box-sizing: border-box;
  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,
optgroup,
textarea {
  color: #404040;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  margin-bottom: 20px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  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/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #f9f9f9;
  /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

blockquote,
q {
  quotes: '' '';
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 0;
  /* Extra wide images within figure tags don't overflow the content area. */
  line-height: 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;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.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;
}

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 {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
  text-decoration: none;
}

a:visited {
  color: #3f32cb;
}

a:hover,
a:focus,
a:active {
  color: #1bb049;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: table-cell;
  float: none;
  width: 75%;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  float: right;
}

.main-navigation ul:after {
  display: block;
  clear: both;
  content: '';
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  padding: 30px 20px;
}

.main-navigation ul li.menu-item-has-children > a:after {
  content: '\f078';
  font-family: FontAwesome;
  display: inline-block;
  font-size: 10px;
  padding-left: 10px;
  line-height: 1.5;
  vertical-align: top;
  margin-top: 3px;
}

.main-navigation ul ul {
  background: rgba(255, 255, 255, 0.89);
  position: absolute;
  top: 100%;
  z-index: 99999;
  text-align: left;
  min-width: 200px;
  display: none;
  width: 100%;
}

@keyframes example {
  from {
    opacity: 0;
    visibility: hidden;
  }

  to {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes example {
  from {
    opacity: 0;
    visibility: hidden;
  }

  to {
    opacity: 1;
    visibility: visible;
  }
}

.main-navigation ul ul ul {
  top: 0;
  left: 100%;
}

.main-navigation ul ul a {
  padding: 15px;
  color: #333;
  border-right: 1px solid #eee;
}

.main-navigation ul ul li.menu-item-has-children > a:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 43%;
  position: absolute;
  right: 10px;
}

.main-navigation ul ul li {
  margin: 0;
  padding: 0;
  font-size: 14px;
  border-bottom: 1px solid #f0f0f0;
  text-transform: initial;
  line-height: 1.2;
  width: 100%;
  font-weight: 400;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
  color: #eaeaea;
}

.main-navigation ul ul:hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  -webkit-animation-name: example;
  -moz-animation-duration: 300ms;
  -webkit-animation-name: example;
  -moz-animation-duration: 300ms;
  animation-name: example;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  display: block;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
  color: #0057e5;
}

.main-navigation a:hover {
  color: #eaeaea;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    float: left;
  }
}

.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 a::after,
.posts-navigation .nav-next a::after,
.post-navigation .nav-next a::after,
.comment-navigation .nav-previous a::before,
.posts-navigation .nav-previous a::before,
.post-navigation .nav-previous a::before {
  content: '\f0a9';
  margin-left: 10px;
  color: inherit;
  font-family: fontAwesome;
}

.comment-navigation .nav-previous a::before,
.posts-navigation .nav-previous a::before,
.post-navigation .nav-previous a::before {
  content: '\f0a8';
  margin-left: 0;
  margin-right: 10px;
}

.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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  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 {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## 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.33333%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*-------------Container-------------*/
.container {
  max-width: 1170px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}

/*------------------Header--------------------------*/

.slider-enable div#masthead-sticky-wrapper {
  position: absolute;
  width: 100%;
  z-index: 11;
  background: transparent;
}

.slider-enable header#masthead {
  background: transparent;
  z-index: 11;
}

header#masthead {
  background: #0057e5;
  z-index: 9999999 !important;
}

.site-header .container {
  display: table;
  width: 100%;
}

.site-branding {
  display: table-cell;
  width: 25%;
  vertical-align: middle;
}

.main-navigation div:nth-child(2) {
  display: inline-block;
  vertical-align: middle;
  width: 97%;
  padding-left: 30px;
}

.header_social_search_wrap {
  display: inline-block;
  vertical-align: middle;
  width: 2%;
}

/*----------Logo Center------*/
.logo-center .site-branding {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
}

.logo-center .main-navigation {
  display: block;
  width: 100%;
}

.logo-center .main-navigation ul {
  float: left;
}

.logo-center .header_social_search_wrap {
  float: right;
}

/*----------search form-----------*/
.page-content .search-form {
  width: 70%;
  margin: 0 auto;
}

.content-area .search-form {
  width: 100%;
  display: block;
}

.widget_search .search-form label,
.page-content .search-form label {
  width: 75%;
  margin: 0;
  font-size: 0;
  float: left;
  height: 40px;
}

.widget_search .search-form label input,
.page-content .search-form label input {
  width: 100%;
  border-radius: 0;
  height: 40px;
  outline: none;
  color: #888888;
  padding-left: 10px;
  border: 0;
  background-color: #313b4e;
}

.widget_search .search-form label input,
.page-content .search-form label input {
  background-color: #ffffff;
  border: solid 1px #0057e5;
}

.widget_search .search-form label input::placeholder,
.page-content .search-form label input::placeholder {
  color: #adadad;
}

.sidebar .widget {
  margin: 40px 0px;
}

.sidebar .widget:first-child {
  margin-top: 0;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  width: 25%;
  background-color: #0057e5;
  display: block;
  color: #fff;
  border-radius: 0;
  height: 40px;
  border: none;
  text-align: center;
  outline: none;
}

.widget_search input::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.header-search input::-webkit-input-placeholder {
  color: #999;
}

/**/
/*-------Logo-----------*/
.site-branding p {
  margin: 0;
}

.site-title {
  margin: 0;
}

.site-title a {
  margin: 0;
  display: block;
  padding: 0;
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
}

.site-description {
  color: #fff;
  font-size: 14px;
  font-style: italic;
  margin: 0;
}

/*------------------Heading--------------------*/
.title-wrap {
  margin-bottom: 60px;
  position: relative;
}

.title-wrap .section-title {
  font-size: 40px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
}

.title-wrap .sub-title {
  font-size: 16px;
  color: #333;
  font-style: italic;
  text-align: center;
  margin-bottom: 10px;
  font-weight: normal;
  width: 70%;
  margin: 0 auto;
}

/*-------------------Slider--------------------*/
.slides {
  background: #edeef3;
  color: #535353;
  overflow: hidden;
  width: 100vw;
  top: 0;
  position: relative;
}

.slides::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(34, 34, 34, 0.6), rgba(53, 53, 53, 0.2));
}

.main-slider .slide-caption {
  position: absolute;
  width: 50%;
  top: 60%;
  left: 10%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: left;
  z-index: 111;
}

.main-slider .slide-caption .caption-title {
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 3px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.main-slider .slide-caption .caption-title span {
  color: #0057e5;
  text-shadow: none;
}

.main-slider .slide-caption .slider-desc {
  color: #fff;
  font-size: 18px;
}

.slider-desc a {
  background: #0057e5;
  border: 1px solid #0057e5;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  margin-top: 20px;
  padding: 7px 15px;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}

.slider-desc a:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.owl-item.active .slide-caption h2 {
  animation: 1s 0.2s slideInUp both;
}

.owl-item.active .slide-caption .slider-desc {
  animation: 1s 0.6s slideInUp both;
}

/*----Owl Carousel buttons-----*/

.main-slider .owl-controls {
  position: absolute;
  top: 50%;
  background: transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.main-slider .owl-dots {
  text-align: center;
}

.main-slider .owl-nav .owl-prev,
.main-slider .owl-nav .owl-next {
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-slider .owl-nav .owl-prev,
.main-slider .owl-nav .owl-next {
  background-color: #0057e5;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 37px;
}

.main-slider .owl-nav .owl-next {
  float: right;
  margin-right: 0;
  right: 0;
}

.owl-next,
.owl-next,
.owl-prev,
.owl-prev {
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
  background-color: #0057e5;
}

.owl-prev,
.owl-next {
  font-size: 25px;
}

.main-slider .owl-controls {
  width: 100%;
  display: block;
}

.main-slider .owl-controls .owl-dot {
  display: inline-block;
}

.main-slider .owl-controls .owl-dot.active span {
  background: none repeat scroll 0 0 #0057e5;
}

.main-slider .owl-controls .owl-dot span {
  background: none repeat scroll 0 0 #fff;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  width: 12px;
}

.main-slider {
  overflow: hidden;
}

.main-slider .owl-nav .owl-prev {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.main-slider .owl-nav .owl-next {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.main-slider:hover .owl-nav .owl-prev {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
  -moz-m: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.main-slider:hover .owl-nav .owl-next {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

/*-----------------------Features Section-------------------------*/

.widget-icons-section-wrapper {
  display: block;
  -webkit-box-shadow: 0 3px 3px #ddd;
  box-shadow: 0 3px 3px #ddd;
  margin-bottom: 2px;
}

.the-consult-below-slider-section .bslider-the-consult i {
  font-size: 50px;
  color: #0057e5;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

/*feature consulting*/
.the-consult-below-slider-section {
  font-size: 0;
}

.the-consult-below-slider-section .bslider-the-consult {
  width: 25%;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  vertical-align: top;
  min-height: 200px;
  padding: 40px 10px;
  border-left: 1px solid #ddd;
}

.the-consult-below-slider-section .bslider-the-consult .bslider-image {
  width: 100px;
  height: 100px;
  margin: 10px auto;
  overflow: hidden;
}

.the-consult-below-slider-section .bslider-the-consult:first-child {
  border-left: none;
}

.the-consult-below-slider-section .bslider-the-consult:hover {
  background: #0057e5;
}

.the-consult-below-slider-section .bslider-the-consult i {
  height: 97px;
  width: 97px;
  border-radius: 50%;
  line-height: 97px;
  font-size: 43px;
  color: #0057e5;
  text-align: center;
  border: 1px solid #eee;
  margin: 0 auto 10px;
}

.the-consult-below-slider-section .bslider-the-consult:hover i {
  background: #fff;
  color: #0057e5;
  border: 1px solid #0057e5;
}

.the-consult-below-slider-section .bslider-the-consult h2 a {
  color: #333;
  margin-bottom: 10px;
  font-size: 20px;
  display: block;
}

.the-consult-below-slider-section .bslider-the-consult:hover h2 a,
.the-consult-below-slider-section
  .bslider-the-consult:hover
  .the-consult-bslider-desc {
  color: #fff;
}

/*-----------------about-img-------------*/
.the-consult-call-to-section,
.the-consult-service {
  position: relative;
  padding: 80px 0;
}

.the-consult-about-section {
  position: relative;
  padding: 80px 0 0;
  border-top: 1px solid #eee;
}

.the-consult-about-section .img-about {
  line-height: 0;
  margin: 50px auto 0 auto;
  width: 70%;
}

.the-consult-about-section .img-about img {
  width: 100%;
}

.the-consult-about-section .container {
  position: relative;
  z-index: 1;
}

.the-consult-about-section::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(30%, rgba(255, 255, 255, 0.76)),
    to(rgba(255, 255, 255, 0.78))
  );
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.76) 30%,
    rgba(255, 255, 255, 0.78) 100%
  );
}

.the-consult-about-section .about-content-wrap {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

h2.section-title:after {
  content: '';
  display: block;
  background-color: #0057e5;
  width: 90px;
  height: 2px;
  margin: 25px auto;
}

h2.section-title:before {
  content: '\f10d';
  font-family: fontAwesome;
  display: block;
  color: #fff;
  background: #0057e5;
  font-size: 12px;
  border-radius: 50%;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 54px;
  bottom: -12px;
  text-align: center;
  border: 1px solid #0057e5;
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.the-consult-about-section .btn,
.the-consult-contact-us-section .btn,
.entry-content .btn {
  background: #0057e5;
  border: 1px solid #0057e5;
  color: #fff;
  margin-right: 20px;
  padding: 8px 25px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.the-consult-about-section .btn-wrapper,
.the-consult-contact-us-section .consult-mail-link {
  display: block;
}

.the-consult-about-section .btn:hover,
.the-consult-contact-us-section .btn:hover,
.entry-content .btn:hover {
  background: transparent;
  border: 1px solid #0057e5;
  color: #0057e5;
}

.the-consult-about-section .btn-alter,
.the-consult-contact-us-section .btn-alter,
.the-consult-contact-us-section .btn-phone {
  background: transparent;
  border: 1px solid #333;
  color: #333;
  text-transform: capitalize;
}

.the-consult-about-section .btn-alter:hover,
.the-consult-contact-us-section .btn-alter:hover,
.the-consult-contact-us-section .btn-phone {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}

.the-consult-contact-us-section .btn-phone::before,
.the-consult-contact-us-section .btn-email::before {
  content: '\f0e0';
  display: inline-block;
  font-family: fontAwesome;
  margin-right: 10px;
  color: inherit;
  font-size: 16px;
}

.the-consult-contact-us-section .btn-phone::before {
  content: '\f095';
}

/*----------------Feature Section-----------------*/
.the-consult-feature-section,
.the-consult-latest-news-section {
  padding: 80px 0;
  background: #f7f7f7;
  border-bottom: 1px solid #eee;
}

.the-consult-feature-section .title-wrap {
  display: block;
  text-align: center;
}

.feature-the-consult {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  margin-right: -5px;
  text-align: center;
  background: #f5f5f5;
}

.feature-the-consult:nth-child(odd) {
  background-color: #fff;
}

.feature-the-consult .featured-block {
  padding: 25px;
}

.feature-the-consult .feature-image {
  height: 104px;
  width: 104px;
  line-height: 104px;
  border-radius: 50%;
  margin: 0 auto;
  opacity: 0.8;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-bottom: 20px;
}

.feature-the-consult .featured-block:hover .feature-image {
  opacity: 1;
}

.feature-the-consult .feature-title a {
  font-weight: 800;
  color: #333;
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
}

.feature-the-consult .feature-title a:hover {
  color: #0057e5;
}

.feature-the-consult .feature-desc {
  display: inline-block;
  font-size: 16px;
  color: #333;
}

.consulting-view-all {
  margin-top: 50px;
  text-align: center;
}

.consulting-view-all a {
  font-size: 18px;
  color: #535353;
  padding: 10px 35px;
  font-weight: 500;
  display: inline-block;
}

.consulting-view-all a:hover {
  background: #535353;
  color: #fff;
}

/*-----------consult-counter---------------*/
.the-consult-counter {
  text-align: center;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  position: relative;
}

.the-consult-counter::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.86);
}

.the-consult-counter .container {
  position: relative;
  z-index: 1;
}

.the-consult-counter .counter-col {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  border-right: solid 1px #c4c4c4;
}

.the-consult-counter .counter-col:last-child {
  border: none;
}

.the-consult-counter .icon-holder,
.the-consult-counter .counter-holder {
  width: 40%;
  display: inline-block;
  margin-right: -5px;
  vertical-align: middle;
}

.the-consult-counter .icon-holder i {
  color: #0057e5;
  background: transparent;
  border: 2px solid;
  font-size: 45px;
  height: 90px;
  width: 90px;
  line-height: 90px;
  -webkit-transition: 0.7s all ease-in-out;
  transition: 0.7s all ease-in-out;
}

.the-consult-counter .counter-holder {
  text-align: left;
}

.the-consult-counter .counter-wrapper {
  font-size: 0;
}

.the-consult-counter .counter-holder p.counter {
  color: #0057e5;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1;
}

.the-consult-counter .counter-holder .title {
  color: #535353;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 17px;
}

/*---------------------call to action----------------------*/
.the-consult-call-to-section {
  position: relative;
  background-attachment: fixed;
}

.the-consult-call-to-section .container {
  position: relative;
  z-index: 1;
}

.the-consult-call-to-section::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 27, 49, 0.75);
}

.call-to-content-wrap .section-title {
  color: #fff;
}

.call-to-content-wrap .call-to-des {
  text-align: center;
  color: #fff;
  font-size: 16px;
  width: 65%;
  margin: 0 auto;
}

.call-to-content-wrap .consulting-view-all a {
  background-color: #0057e5;
  color: #fff;
}

.call-to-content-wrap .consulting-view-all a:hover {
  background-color: #333;
}

/*---------------latest-news------------------*/
.latest-news-context {
  background-color: #fcfcfc;
  padding: 20px;
  border: 1px solid #eee;
}

.latest-news-context .latest-news-caption-title a {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  color: #333;
}

.latest-news-context .latest-news-caption-title a:hover {
  color: #0057e5;
}

.latest-news-context .latest-news-desc {
  color: #333;
  font-size: 16px;
  margin-bottom: 20px;
}

.block-poston::after {
  clear: both;
  display: block;
  content: '';
}

.block-poston a:hover {
  color: #0057e5;
}

.block-poston .posted-on,
.block-poston a {
  display: inline-block;
  color: #777;
  font-size: 14px;
}

.block-poston > .posted-on > a::before {
  content: '\f017';
  font-family: fontAwesome;
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
}

.block-poston > a::before {
  content: '\f075';
  font-family: fontAwesome;
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
}

.block-poston .posted-on {
  float: left;
}

.block-poston a {
  float: right;
}

.latest-news-context .block-poston {
  margin-top: 10px;
}

.latest-news-context .entry-date,
.latest-news-context .block-poston > .posted-on > a::before {
  font-style: normal;
  color: #777;
  text-decoration: none;
}

/*---------------Consult Service-------------------*/
.the-consult-service {
  position: relative;
}

.the-consult-service::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0.85)),
    color-stop(70%, rgba(255, 255, 255, 0.85))
  );
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.85) 0%,
    rgba(255, 255, 255, 0.85) 70%
  );
}

.the-consult-service-wrapper {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 0;
}

.the-consult-service .container {
  z-index: 1;
  position: relative;
}

.the-consult-service .container::after {
  content: '';
  display: block;
  clear: both;
}

.the-consult-service .service-section {
  width: 48%;
  display: inline-block;
  margin-bottom: 30px;
  text-align: left;
  vertical-align: top;
  margin-right: 4%;
}

.the-consult-service .service-section:nth-child(odd) .icon-holder {
  float: right;
}

.the-consult-service .service-section:nth-child(odd) .service-content {
  padding-left: 0;
  padding-right: 30px;
  text-align: right;
  float: right;
}

.the-consult-service .service-section:nth-child(even) {
  margin-right: 0;
}

.the-consult-service .col .icon-holder i {
  display: inline-block;
  min-width: 80px;
  min-height: 80px;
  width: 100%;
  height: 100%;
  line-height: 80px;
  background: #0057e5;
  overflow: hidden;
  font-size: 30px;
  vertical-align: middle;
  text-align: center;
  outline: 1px solid #0057e5;
  outline-offset: 5px;
  position: relative;
  margin-top: 6px;
  float: left;
}

.the-consult-service .col .icon-holder {
  min-width: 80px;
  width: 15%;
}

.the-consult-service .service-content {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  float: left;
  max-width: 400px;
  width: 82%;
  padding-left: 30px;
}

.the-consult-service .col .icon-holder i::after {
  content: '';
  width: 120px;
  height: 120px;
  position: absolute;
  top: 23px;
  left: 24px;
  background-color: rgba(247, 240, 240, 0.08);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.the-consult-service .col .title {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}

.the-consult-service .icon-holder .fa {
  color: #fff;
  position: relative;
  z-index: 11;
}

.the-consult-service .title a {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
}

.the-consult-service .desc-service {
  color: #4c4c4c;
  font-size: 16px;
}

.the-consult-service .title a:hover {
  color: #0057e5;
}

.the-consult-service .title:hover .icon-holder .fa {
  color: #0057e5;
}

/*---------------Contact Us----------------*/
.the-consult-contact-us-section {
  text-align: center;
  padding: 80px 0 0;
}

.secondary-wrap-form {
  line-height: 0;
}

.secondary-wrap-form p {
  margin-bottom: 0;
}

.the-consult-service-wrapper div.service-section::after {
  content: '';
  display: block;
  clear: both;
}

.the-consult-contact-us-section .icon-holder .fa {
  font-size: 50px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  color: #0057e5;
  border: 1px solid #0057e5;
  margin-bottom: 20px;
}

.the-consult-contact-us-section .contact-us-post-des {
  margin-bottom: 40px;
  font-size: 16px;
}

/*----------------Testimonials------------------*/
.the-consult-testimonial-section {
  padding: 80px 0;
  position: relative;
}

.the-consult-testimonial-section .sub-title {
  color: #eee;
}

.the-consult-testimonial-section::before {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.86);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.the-consult-testimonial-section .container {
  position: relative;
  z-index: 1;
}

.the-consult-testimonial-section .section-title {
  color: #fff;
  font-weight: 500;
}

.the-consult-testimonial-section .testimonial-image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 0px 1px #999;
  box-shadow: 1px 1px 0px 1px #999;
}

.the-consult-testimonial-section .testimonial-single {
  width: 75%;
  margin: 0 auto;
}

.the-consult-testimonial-section .testimonial-single .cat-caption {
  background: #fff;
  padding: 35px 28px;
  text-align: center;
}

.the-consult-testimonial-section .testimonial-desc {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.the-consult-testimonial-section .testimonial-caption-title {
  font-size: 18px;
  text-transform: capitalize;
  color: #0057e5;
  margin-bottom: 20px;
}

.the-consult-testimonial-section .testimonial-caption-title span {
  font-size: 14px;
  color: #999;
  margin-left: 5px;
  font-style: italic;
}

.the-consult-testimonial-section .testimonial-caption-title span:before {
  content: '-';
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
}

.the-consult-testimonial-section .testimonial-desc {
  padding: 0;
  text-align: center;
  color: #545454;
  font-size: 16px;
  position: relative;
  margin-bottom: 40px;
}

.the-consult-testimonial-section .owl-stage-outer {
  position: relative;
}

.the-consult-testimonial-section .owl-controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-bottom: 10px;
}

.the-consult-testimonial-section .owl-controls .owl-dot.active {
  background: #0057e5;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  margin: 0;
}

.the-consult-testimonial-section .owl-controls .owl-dot {
  width: 5px;
  height: 5px;
  border: 0;
  background: #0057e5;
  margin: 7px;
  display: inline-block;
}

.the-consult-portfolio-section {
  padding: 80px 0;
  background-color: #fefefe;
}

.the-consult-portfolio-section .portfolio-image {
}

.the-consult-portfolio-section .portfolio-image img {
  outline: 1px solid #fff;
  outline-offset: -10px;
}

.portfolio-single .cat-caption {
  position: relative;
}

.the-consult-portfolio-section .portfolio-context {
  position: absolute;
  width: 100%;
  background: #0057e5;
  bottom: 0;
  padding: 10px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}

.portfolio-single:hover img {
  -webkit-transform: translateY(-20px) scale(1.1);
  -moz-transform: translateY(-20px) scale(1.1);
  transform: translateY(-20px) scale(1.1);
}

.portfolio-single.nomargin {
  margin-right: 0;
}

.portfolio-single {
  overflow: hidden;
  float: left;
  width: 24.25%;
  margin-right: 1%;
}

.the-consult-portfolio-section .portfolio-context h2 {
  line-height: 25px;
}

.the-consult-portfolio-section .portfolio-context h2 a {
  color: #fff;
  font-size: 20px;
}

.portfolio-single:hover .portfolio-context {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  transform: translate(0);
}

.portfolio-caption-title a {
  color: #333;
  display: inline-block;
  font-size: 18px;
}

.portfolio-caption-title a:hover {
  color: #0057e5;
}

.the-consult-portfolio-section .portfolio-desc {
  margin-bottom: 20px;
  font-size: 16px;
}

.the-consult-portfolio-section .read-more a {
  color: #0057e5;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 14px;
  text-transform: uppercase;
}

.the-consult-portfolio-section .read-more a::before {
  content: '\f0a9';
  display: inline-block;
  margin-right: 5px;
  font-family: fontAwesome;
  font-size: 14px;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.the-consult-portfolio-section .read-more a:hover::before {
  margin-left: 5px;
}

.the-consult-portfolio-section .block-poston a,
.the-consult-portfolio-section .block-poston > .posted-on > a::before,
.the-consult-portfolio-section .block-poston > a::before {
  font-size: 14px;
  color: #666;
  font-style: inherit;
  font-weight: normal;
}

.the-consult-latest-news-section .owl-controls,
.the-consult-portfolio-section .owl-controls {
  text-align: center;
  margin-top: 50px;
}

.the-consult-latest-news-section .owl-prev,
.the-consult-latest-news-section .owl-next,
.the-consult-portfolio-section .owl-prev,
.the-consult-portfolio-section .owl-next {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  background-color: #999;
  width: 30px;
  line-height: 31px;
  height: 30px;
  text-align: center;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.the-consult-latest-news-section .owl-prev:hover,
.the-consult-latest-news-section .owl-next:hover,
.the-consult-portfolio-section .owl-prev:hover,
.the-consult-portfolio-section .owl-next:hover {
  background-color: #0057e5;
}

.the-consult-portfolio-section .owl-nav,
.the-consult-latest-news-section .owl-nav {
  position: inherit;
}

/*----------Footer------------*/
.site-footer .footer-wrap {
  padding: 80px 0;
  background-size: contain;
  background-color: #fff;
  background-repeat: repeat;
  -webkit-box-shadow: 1px 1px 20px #eee;
  box-shadow: 1px 1px 20px #eee;
}

.footer-wrap #the-consult-footer-one,
.footer-wrap #the-consult-footer-two,
.footer-wrap #the-consult-footer-three,
.footer-wrap #the-consult-footer-four {
  width: 25%;
  display: inline-block;
  margin-right: -5px;
  vertical-align: top;
  padding-right: 20px;
}

.footer-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget li a {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
}

.widget li a span {
  font-size: 14px;
  color: #999;
  display: inline-block;
  font-style: italic;
}

.widget li a span:before {
  color: inherit;
  background-color: #999;
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}

.site-footer .widget li a:before {
  content: '\f192';
  font-family: 'FontAwesome';
  color: inherit;
  font-size: 18px;
  margin-right: 10px;
  transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
}

.site-footer .widget li a:hover {
  color: #0057e5;
}

.site-footer .widget-title {
  font-size: 20px;
  text-transform: uppercase;
  color: #0057e5;
  margin-bottom: 20px;
}

.widget_recent_entries ul li {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
}

.widget_recent_entries ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.widget_recent_entries ul li a {
  color: #999;
  margin: 10px 0 0 0;
  font-size: 15px;
  display: block;
  text-transform: capitalize;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.widget_recent_entries ul li a span {
  font-style: italic;
  margin-left: 10px;
}

.widget_recent_entries ul li a:hover {
  color: #0057e5;
}

.widget_recent_entries ul li a:before {
  display: none;
}

.widget_recent_entries ul li .post-date {
  margin-top: 5px;
  font-size: 12px;
  color: #888;
  display: block;
  font-weight: 600;
  margin-bottom: 0;
}

.widget_recent_entries ul li .post-date:before {
  content: '\f017';
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 7px;
}

.widget_the_consult_recent_posts .recent-post-wrap {
  display: block;
  font-size: 0;
  border-bottom: 1px dashed #ddd;
  padding: 0 0 10px;
  margin-bottom: 10px;
}

.widget_the_consult_recent_posts .recent-post-wrap:last-child {
  border-bottom: none;
}

.widget_the_consult_recent_posts .image_wrap_recent {
  display: inline-block;
  width: 40%;
  vertical-align: top;
  padding-right: 10px;
}

.widget_the_consult_recent_posts .recent-post-content {
  display: inline-block;
  width: 60%;
  font-size: 17px;
  vertical-align: top;
  line-height: 1.3em;
}

.widget_the_consult_recent_posts .recent-post-content a {
  display: block;
  margin-bottom: 10px;
  color: #333;
}

.widget_the_consult_recent_posts .recent-post-content a:hover {
  color: #0057e5;
}

.widget_the_consult_recent_posts .recent-post-content .recentpost-des {
  color: #999;
  font-size: 15px;
}

.widget_tag_cloud .tagcloud a {
  display: block;
  font-size: 17px !important;
  clear: both;
  padding: 5px 0;
  color: #333;
  text-align: left;
  text-transform: capitalize;
}

.widget_tag_cloud .tagcloud a .tag-link-count {
  float: right;
  background-color: #333;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
}

.widget_tag_cloud .tagcloud a:hover {
  color: #0057e5;
}

.site-footer .site-info {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#222),
    to(#333)
  );
  background: linear-gradient(#222, #333);
  padding: 20px 0;
}

.site-footer .site-info:after {
  display: block;
  clear: both;
  content: '';
}

.site-info .footer_btm_left {
  float: left;
  line-height: 35px;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
}

.site-info .footer_btm_left a {
  color: #0057e5;
}

.site-info .footer_social_icon_front {
  float: right;
}

.site-info .social-icons a {
  color: #fff;
}

.site-info .social-icons a i {
  border: 1px solid #ddd;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}

.site-info .social-icons a i:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  background-color: #0057e5;
}

#ed-top {
  background: #0057e5 none repeat scroll 0 0;
  bottom: 20px;
  color: #fff;
  display: inline-block;
  font-size: 21px;
  height: 45px;
  line-height: 45px;
  z-index: 1111;
  position: fixed;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 45px;
  cursor: pointer;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
}

/*------------------------------------
------------Web Layout---------------
-----------------------------------*/
/*------Full Width-------*/
.fullwidth {
  width: 100%;
}

/*------Boxed Layout ------*/
.boxed-layout {
  width: 95%;
  margin: 0 auto;
  -webkit-box-shadow: 1px 1px 10px 2px #999;
  box-shadow: 1px 1px 10px 2px #999;
  overflow-x: hidden;
}

.content-area article {
  margin-bottom: 50px;
}

/*--------Sidebar------------*/
.sidebar-right .site-main article.post,
.sidebar-right .site-main article.page,
.sidebar-left .site-main article.post,
.sidebar-left .site-main article.page,
.sidebar-no .site-main article.post,
.sidebar-no .site-main article.page,
.sidebar-both .site-main article.post,
.sidebar-both .site-main article.page {
  text-align: left;
}

/*-------Sidebar both---------*/

#primary,
.sidebar-left,
.sidebar-right {
  margin: 80px 0;
}

.home #primary,
.home .sidebar-left,
.home .sidebar-right {
  margin: 0;
}

.sidebar-left {
  width: 29%;
  float: left;
}

.sidebar-right {
  width: 25%;
  float: right;
}

#primary.sidebar-both {
  width: 48%;
  float: left;
  margin-right: 1%;
  margin-left: 1%;
}

.sidebar-right {
  width: 29%;
  float: right;
  background: white;
  padding: 5px 10px;
  box-shadow: 0 0 3px 0px #d2d2d2;
}

.container:before,
.container:after {
  content: '';
  display: block;
  clear: both;
}

/*------Sidebar-left----------*/
#primary.sidebar-left {
  float: right;
  width: 69%;
  margin-left: 2%;
}

div.sidebar-left {
  background: white;
  padding: 5px 10px;
  box-shadow: 0 0 3px 0px #d2d2d2;
}

/*-------Sidebar-right---------*/
#primary.sidebar-right {
  width: 69%;
  margin-right: 2%;
  float: left;
}

div#primary {
  background: white;
  padding: 5px;
  /* box-shadow: 0 0 3px 0px #d2d2d2; */
}

.page-template-the-consult-home div#primary {
  padding: 0;
}

/*---------No sidebar----------*/
/*---Widget----*/

.sidebar .search-form {
  display: block;
  position: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f9f9f9;
  border: none;
}

.sidebar .widget_search {
  border: none;
  background: transparent;
}

.sidebar .widget_search {
  margin-left: 0;
  padding: 0;
}

/*-------archive-------------*/

.archive .content-area {
  font-size: 0;
}

.archive .has-post-thumbnail {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
}

.archive .has-post-thumbnail:nth-child(odd) {
  margin-right: 0;
}

.archive .has-post-thumbnail figure {
  margin: 0;
  overflow: hidden;
}

.archive .has-post-thumbnail figure:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.archive .has-post-thumbnail img {
  width: auto;
}

.archive .has-post-thumbnail:nth-child() {
  margin-left: 5px;
}

/*---------------Pagination-------------------*/

.nav-links a {
  color: #333;
}

.nav-links a:hover {
  color: #0057e5;
}

.nav-links .page-numbers {
  background-color: #eee;
  padding: 0 20px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  border: 1px solid #ddd;
  border-radius: 30px;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.nav-links .page-numbers:hover {
  background-color: #0057e5;
  color: #fff;
}

.nav-links .current {
  background-color: #0057e5;
  color: #fff;
}

/*---------------Posted on----------------*/
.posted-on,
.byline {
  font-size: 14px;
  color: #0057e5;
  margin-right: 10px;
  text-transform: uppercase;
}

.posted-on a,
.byline a {
  color: #0057e5;
  margin-left: 5px;
}

.block-poston a:hover {
  color: #0057e5;
}

/*-------------BreadCrumbs----------------*/
.header-banner {
  background: #171717 repeat-x center center;
}

.banner-title {
  padding: 140px 10px 40px 0;
  position: relative;
}

.banner-title h1 {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}

.banner-title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 27, 49, 0.4);
}

.banner-title .the-consult-breadcrumb {
  z-index: 1;
  position: relative;
  text-align: center;
  color: #fff;
}

.banner-title .the-consult-breadcrumb a {
  color: #0057e5;
  display: inline-block;
}

.banner-title .the-consult-breadcrumb a:first-child:before {
  content: '\f015';
  display: inline-block;
  color: inherit;
  margin-right: 10px;
  font-family: fontAwesome;
}

/*-------------Entry-header---------------*/
.entry-header {
  padding: 5px;
  background-color: #f1f1f1;
  color: #0057e5;
  position: relative;
  border-left: 5px solid #0057e5;
}

.entry-header .entry-title a {
  font-size: 18px;
  text-transform: uppercase;
  color: #0057e5;
  display: block;
}

.entry-header .entry-title span {
  color: #ccc;
  font-size: 12px;
  display: inline-block;
}

.entry-header .entry-title span:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px;
}

.entry-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
}

.entry-content {
  font-size: 17px;
  color: #333;
  margin-top: 0;
  padding: 20px;
}

.entry-footer {
  font-size: 16px;
  font-style: italic;
  padding: 20px;
  border-top: none;
}

.entry-footer a {
  color: #0057e5;
}

/*cat links*/
.cat-links {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.comments-link {
  float: left;
}

.edit-link {
  float: right;
}

.entry-footer:after {
  display: block;
  clear: both;
  content: '';
}

/*-------------widget--------------*/
.widget-area {
  margin-bottom: 50px;
}

.widget-area .widget-title {
  font-size: 20px;
  text-transform: uppercase;
  color: #0057e5;
  margin-bottom: 10px;
}

.widget-title:after {
  content: '';
  width: 30px;
  height: 2px;
  background: #0057e5;
  display: block;
  margin: 10px 0;
}

.widget-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget-area ul li a {
  color: #333 !important;
}

.widget-area ul li a:hover {
  color: #0057e5 !important;
}

.widget_categories ul li {
  border-bottom: 1px dashed #ddd;
  padding: 10px 0;
}

.widget_categories ul li a {
  color: #999;
  margin: 10px 0 0 0;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.widget_categories ul li a:hover {
  color: #0057e5;
}

/*--------------Calendar-----------------*/

#calendar_wrap caption {
  background: #eee;
  font-size: 14px;
  padding: 5px;
  font-weight: bold;
  margin-bottom: 10px;
}

#calendar_wrap thead {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

#calendar_wrap tr {
  border-top: 1px solid #eee;
}

#calendar_wrap td {
  text-align: center;
  border: 1px solid #eee;
  font-size: 12px;
}

#calendar_wrap a {
  color: #0057e5;
}

/*--------------404 page not found---------------*/
.error-404.not-found {
  text-align: center;
}

.error-404.not-found .page-header {
  color: #0057e5;
  text-transform: uppercase;
  font-size: 30px;
}

.error-404.not-found .error-404-title {
  width: 250px;
  height: 76px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding-top: 15px;
  position: relative;
  background: #0057e5;
  color: white;
  font-size: 25px;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
}

.error-404.not-found .error-404-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 13px solid #fff;
  border-left: 125px solid transparent;
  border-right: 125px solid transparent;
}

/*----------------Comments Area---------------------*/
/*------Logged In-------*/
.logged-in-as a {
  color: #0288d1;
  text-decoration: none;
  margin-right: 20px;
}

.logged-in-as a:hover {
  color: #333;
  text-decoration: none;
}

/*----Form------*/
.comment-form {
  background-color: #eee;
  padding: 10px 20px;
  margin-top: 20px;
}

.comment-form label {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-weight: bold;
}

.comment-form .required {
  color: red;
}

.comment-notes {
  font-style: italic;
  text-align: left;
}

#email-notes {
  font-weight: bold;
  font-size: 15px;
}

.comment-form textarea,
.comment-form input {
  border-radius: 0;
  border: 2px solid #ddd;
  -webkit-transition: 0.5s all ease-in;
  transition: 0.5s all ease-in;
  width: 100%;
}

.comment-form textarea:focus,
.comment-form input:focus {
  border: 2px solid #0057e5;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}

.form-submit .submit {
  background-color: #0057e5;
  padding: 10px;
  width: 150px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: 0.5s all ease-out;
  -moz-transition: 0.5s all ease-out;
  -ms-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
  border: none;
}

.form-submit .submit:hover {
  background-color: #333;
  -webkit-transition: 0.5s all ease-in;
  -moz-transition: 0.5s all ease-in;
  -ms-transition: 0.5s all ease-in;
  transition: 0.5s all ease-in;
}

.comments-area .comment-list li {
  padding: 20px;
  background-color: #eee;
  margin-bottom: 20px;
}

.comments-area .comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comments-area a {
  color: #0057e5;
  text-decoration: none;
  -webkit-transition: 0.5s all ease-out;
  -moz-transition: 0.5s all ease-out;
  -ms-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}

.comments-area a:hover {
  color: #333;
  -webkit-transition: 0.5s all ease-in;
  -ms-transition: 0.5s all ease-in;
  -moz-transition: 0.5s all ease-in;
  transition: 0.5s all ease-in;
}

.comments-area .reply .comment-reply-link {
  display: inline-block;
  padding: 5px 10px;
  background-color: #0057e5;
  color: #fff;
}

.comments-area .reply .comment-reply-link:hover {
  background-color: #333;
  color: #fff;
}

.comments-area .comment-body {
  margin-bottom: 20px;
}

.comments-area .children {
  list-style: none;
  margin: 0;
}

.comments-area .children li {
  border-left: 1px solid #ddd;
}

.slide-desc {
  margin-bottom: 30px;
  font-size: 16px;
}

.portfolio-news-context .block-poston .posted-on a:hover {
  color: #0057e5;
}

/*-------------------Contact us -------------------------*/
.the-consult-contact-us-section .container {
  display: table;
}

.bt-contact-wrapper {
  padding: 80px 0 0;
}

.map-contact {
  display: block;
  width: 100%;
}

.map-contact p {
  margin-bottom: 0;
  line-height: 0;
}

.secondary-wrap-map p {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.bt-section-header {
  display: block;
  width: 100%;
}

.secondary-wrap-map {
  margin-top: 50px;
}

iframe {
  width: 100%;
}

.the-consult-contact-us-section .contact-form {
  font-size: 0;
}

.the-consult-contact-us-section .form-7 {
  width: 60%;
  display: inline-block;
  vertical-align: top;
}

.the-consult-contact-us-section .detail-contact {
  width: 40%;
  vertical-align: top;
  display: inline-block;
  font-size: 14px;
  padding: 20px 0 20px 20px;
}

.detail-contact .number,
.detail-contact .address {
  font-size: 20px;
  display: block;
  font-size: 0;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 8px 15px;
  border-radius: 3px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.detail-contact .number:hover,
.detail-contact .address:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-box-shadow: 0.5px 0.5px 30px rgba(153, 153, 153, 0.57);
  box-shadow: 0.5px 0.5px 30px rgba(153, 153, 153, 0.57);
}

.detail-contact .number span,
.detail-contact .address span {
  font-size: 20px;
  display: inline-block;
  font-size: 16px;
  border-radius: 3px;
}

.detail-contact .number::before,
.detail-contact .address::before {
  content: '\f098';
  display: inline-block;
  font-family: fontAwesome;
  font-size: 25px;
  color: #0057e5;
  margin-right: 20px;
}

.detail-contact .address::before {
  content: '\f041';
}

/*------------------------header search---------------------*/

.search-toggle {
  position: relative;
  display: block;
  height: 20px;
  width: 20px;
  padding: 0 !important;
}

.search-toggle::before,
.search-toggle::after {
  content: '';
  position: absolute;
  display: block;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.search-toggle::before {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  left: -2px;
  top: 0;
}

.search-toggle::after {
  height: 2px;
  width: 7px;
  background: #fff;
  top: 14px;
  left: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-toggle.active::before {
  width: 0;
  border-width: 1px;
  border-radius: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 4px;
}

.search-toggle.active::after {
  width: 15px;
  left: -2px;
  top: 5px;
}

.search-field:focus {
  outline: none;
}

.header-search .search-submit {
  display: none;
}

/*#masthead .menu li {
  opacity: 1;
  -webkit-transition: opacity 0.2s 0.1s, -webkit-transform 0.3s;
  transition: opacity 0.2s 0.1s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.2s 0.1s;
  transition: transform 0.3s, opacity 0.2s 0.1s, -webkit-transform 0.3s;
}
#masthead .menu li:nth-child(1) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#masthead .menu li:nth-child(2) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#masthead .menu li:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#masthead .menu li:nth-child(4) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#masthead .menu li:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}*/
#masthead .container {
  position: relative;
}

#masthead .search-form {
  position: absolute;
  right: 50px;
  top: 50%;
  width: 0;
  background: #f7f7f7;
  height: 40px;
  line-height: 40px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s 0.3s;
  transition: all 0.4s 0.3s;
}

#masthead .search-form .search-field {
  border: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background-color: transparent;
}

#masthead .search-form .search-toggle {
  width: 14px;
  height: 14px;
  padding: 0;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#masthead.show .search-form {
  width: 25%;
  opacity: 1;
  visibility: visible;
}

.tnp-widget-minimal input.tnp-submit {
  background-color: #0057e5 !important;
}

body.home.blog div#content {
  margin-top: 50px;
}

div.sidebar-left.sidebar-both,
div.sidebar-right.sidebar-both {
  width: 25%;
}

#fs_dashboard_container {
  height: 100vh !important;
}
.page-id-1627 .the-consult-breadcrumb {
  display: none !important;
}

/*** Custom CSS by GWS ***/
.planprice large {
  display: inline-block !important;
}
.planprice.lifetime {
  display: none;
}
.planprice {
  padding: 5px 0;
}
.page-id-1739 #the-consult-breadcrumb {
  display: none !important;
}
.sidebar-pro-widget {
  padding: 20px;
}

.sidebar-pro-widget h3 {
  margin-bottom: 20px;
}
.sidebar-pro-widget a.wp-block-button__link {
  color: #fff !important;
  padding-top: 12px;
  padding-bottom: 12px;
}

.sidebar-pro-widget a.wp-block-button__link:hover {
  background: #0250cd !important;
}

.post h2,
.blog h2 {
  margin-bottom: 10px;
}

/** utm based pricing tables **/
table#wpen-pricing.comparison th {
  background: none;
  color: #000;
  border: 1px solid #ddd !important;
  font-weight: 600;
}

table#wpen-pricing.comparison tbody tr td:first-child {
  line-height: 40px;
}

table#wpen-pricing.comparison tbody tr td:last-child,
table#wpen-pricing.comparison th:last-child {
  background: #e5f6ff;
}

table#wpen-pricing.comparison .fa-times {
  padding-right: 2px;
  color: #c71e1e;
}

table#wpen-pricing.comparison .fa-check-square {
  color: #098f09;
  padding-right: 2px;
}

table#wpen-pricing.comparison .fa-exclamation-triangle {
  color: #ddaf2c;
}

table#wpen-pricing.comparison .wpen-pricing-btn {
  width: 200px !important;
  margin: 10px 0;
}
div#utm-upgrade-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0;
}
div#utm-upgrade-button a {
  font-size: 23px !important;
  width: auto;
  padding: 13px 29px;
  margin-bottom: 7px;
  border-radius: 3px;
  background: #005ae9 linear-gradient(180deg, #3181ff, #1045bd);
}

div#utm-upgrade-button small {
  font-size: 15px;
  color: #666;
}

table#wpen-pricing.comparison th {
  line-height: 50px;
}
@media (max-width: 768px) {
  table#wpen-pricing.comparison th:first-child,
  table#wpen-pricing.comparison tr td:first-child {
    display: table-cell;
  }
}
