/*
Theme Name: eVision Corporate Pro
Theme URI: http://themepalace.com/downloads/evision-corporate-pro/
Author: evisiontheme
Author URI: http://evisionthemes.com
Description: eVision Corporate Pro is a strong and attractive business theme. It has been introduced after a long research and analysis. It is suitable for any type of business organizations exhibiting the features such as services, portfolios, testimonials, skills, teams, blog, contact etc with enable/disable, drag and drop, sorting option etc. It also supports for one page site.
Version: 2.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: evisioncorporatepro
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, sticky-post, translation-ready, theme-options, threaded-comments


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.

eVision Corporate themes is based on Underscores http://underscores.me/, (C) 2012-2015 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.com/normalize.css/
*/

/*======================================
eVision Corporate Pro - Table Of Content

1. Normalize
  
-----------------------------------------
2. General Styles
  2.1 Links
  2.2 Typography
  2.3 Accessibility
  2.4 Forms
  2.5 Placeholder
  2.6 Button
  2.7 Clearings
  2.8 Table

-----------------------------------------
3. Header
  3.1 Intro loader
  3.2 Header Top Bar
  3.3 Header Nav Bar

-----------------------------------------
4. Sidebar
  4.1 Widget
  4.2 Widget_search
  4.3 Widget_calendar
  4.4 Widget_categories
  4.5 Widget_recent_entries
  4.6 Widget_rss
  4.7 Custom sidebar-widget

-----------------------------------------
5. Primary
  5.1 Articles

-----------------------------------------
6. Footer
  6.1 Site Info
  6.2 Custom Footer widget 

-----------------------------------------
7. Content
  7.1 Alignments
  7.2 Posts and Pages
  7.3 Asides
  7.4 Comments
  7.5 404 page
-----------------------------------------
8. Infinite scroll

-----------------------------------------

9. Media
  9.1 Captions
  9.2 Galleries
Site Styling
-----------------------------------------

10. Global
  10.1 Nullify Bootstrap columns padding
  10.2 Miscellaneous
-----------------------------------------

11. Custom Pages
  11.1 Custom Pages style


========================================= 

/* ====================================================== */
/* 1 Normalize */
/* --------------------------------------- */

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

body,
button,
input,
select,
textarea {
  color: #4b494f;
  font: 400 15px/22px 'Roboto', sans-serif;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

embed,
iframe,
object,
video {
  max-width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

figure {
  margin: 0;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* ====================================================== */
/* 2 General Styles */
/* --------------------------------------- */

/* Links */
/* --------------------------------------- */
a,
button,
input[type="submit"] {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a {
  color: #e74c3c;
  text-decoration: none;
  background-color: transparent;
}

a p{
  color: #4b494f;
}

a:active,
a:hover,
a:focus {
  outline: 0;
  border: none;
  text-decoration: none;
  color: #4b494f;
}

/* Typography */
/* --------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #4b494f;
  text-transform: uppercase;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}

h1,
h2,
h3 {
  margin-top: 10px;
  margin-bottom: 15px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  line-height: 1.5;
  text-transform: uppercase;
}

h3 {
  color: #e74c3c;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

hr {
  box-sizing: content-box;
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

p {
  margin-bottom: 15px;
  word-wrap: break-word;
}

p.lead{
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
}

p a{
  text-decoration: underline;
}

q,
blockquote,
blockquote p {
  color: #787878;
}

q::before,
q:before,
blockquote:before,
blockquote::before,
blockquote p:before,
blockquote p::before {
  content: open-quote;
}

q::after,
q:after,
blockquote:after,
blockquote::after,
blockquote p:after,
blockquote p::after {
  content: close-quote;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "helvetica", "sans-serif";
  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,
samp {
  font-family: "helvetica", "sans-serif";
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

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;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 20px;
  list-style-position: inside;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
  margin: 0;
  padding: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

@media only screen and (max-width: 479px){
  h1 {
    font-size: 28px;
  }
}

/* Accessibility */
/* --------------------------------------- */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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. */
}

/* Forms */
/* --------------------------------------- */

form {
  position: relative;
}

input {
  outline: 0;
  border: 1px solid #dddddd;
  height: inherit;
  color: #333333;
  font-size: 16px;
  padding: 8px 15px;
  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;
}

button,
html input[type="button"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: #e74c3c;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 12px 15px 13px;
  -webkit-appearance: button;
  cursor: pointer;
  vertical-align: top;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border: none;
  background: #4b494f;
}

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;*/
  /*box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);*/
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.btn-outline{
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-shadow: none;
  color: #4b494f;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  padding: 10px 21px 11px;
}

.block-bg-image.block-section h3 a,
.block-bg-image.block-section .btn-outline{
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}

.block-bg-image.block-section .btn-outline{
  border:1px solid #fff;
}

.btn-outline:hover,
.btn-outline:focus,
.block-section .btn-outline:hover,
.block-section .btn-outline:focus{
  background-color: #e74c3c;
  box-shadow: none;
  color: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666666;
  border: 1px solid #ccc;
  background-color: #F7F7F7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 5px 8px 15px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
.etdashboard-contact textarea.wpcf7-form-control:focus {
  color: #111;
  background-color: #ffffff;
  -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;
  width: 100%;
}

optgroup {
  font-weight: bold;
}
select:focus{
  outline: none;
}
/* Placeholder */
/* --------------------------------------- */

::-webkit-input-placeholder {
  color: #919191;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #919191;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #919191;
}
:-ms-input-placeholder {
  color: #919191;
}

/* Button */
/* --------------------------------------- */

button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
  outline-offset: 0;
  border: none;
  overflow: visible;
}

/* 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;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
@media screen and (min-width: 768px){
  .clear-xs-only{
    display: none;
  }
}
/* Table */
/* ----------------------------------------------- */

table,
th,
td {
  border: 1px solid #eaeaea; /*fallback*/
  border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed; /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th, td {
  padding: 0.4em;
}

del {
  opacity: 0.8;
}
dl {
  margin-bottom: 1.6em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.6em;
  margin-left: 0;
}
dd a{
  text-decoration: underline;
}

/* ====================================================== */
/* 3 Header */
/* --------------------------------------- */

/* Intro loader */
/* ----------------------------------------------- */
#evisioncorporatepro-intro-loader{
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  background-color: #e74c3c;
}

.loader-outer{
  height: 100px;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.et-loader {
  margin: auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(255, 255, 255, 0.2);
  border-right: 0.5em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.5em solid rgba(255, 255, 255, 0.2);
  border-left: 0.5em solid #ffffff;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 0.8s infinite linear;
  -moz-animation: load8 0.8s infinite linear;
  -o-animation: load8 0.8s infinite linear;
  -ms-animation: load8 0.8s infinite linear;
  animation: load8 0.8s infinite linear;
}

.et-loader,
.et-loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Header Top Bar */
/* ----------------------------------------------- */

.site-header {
  background: none repeat scroll 0 0 rgb(255, 255, 255);
}

/*site content right to logo start*/

img.logo-left {
  float: left;
  width: 90px;
  margin-right: 10px;
}

.right-to-logo {
  float: left;
  text-align: left;
}

/*site content right to logo end*/
/*site content bottom to logo start*/
.logo-top {
  float: left;
}

.bottom-to-logo{
  clear: both;
  text-align: left;
}

/*site content bottom to logo start*/

.wrap-header .nav-tabs{
  border-bottom: none;
}

.navbar-fixed-top {
  z-index: 99999;
}

.navbar-fixed-top.navbar-fixed-top-disable{
  position: relative;
}

.site-branding{
  width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.site-title{
  margin-bottom: 5px;
}

.site-title a{
  color: #e5e5e5;
  text-transform: inherit;
  font: 300 24px "Oswald", sans-serif;
  margin-top: 24px;
  text-decoration: none;
}

.site-title a,
.site-title a:visited {
  display: block;
}

.site-title a:hover,
.site-title a:focus,
.site-title a:active{
  opacity: 0.7;
}

.site-description {
  color: #999999;
  font-family: "Roboto",sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
  text-transform: inherit;
}

/*header search section start*/

.search-container{
  position: relative;
}

.menu-inner-menu-container,
.main-navigation{
  transition: all 0.3s ease 0s;
}

.search-button {
  float: right;
  background-color: #273544; /*fallback*/
  background-color: rgba(0,0,0,0);
  margin-top: 5px;
}

.search-button i {
  font-size: 16px;
}

.search-form-con {
  background: rgba(33, 33, 33, 0.9) none repeat scroll 0 0;
  padding: 15px 20px 10px;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 9;
  top: 46px;
}

.search-form-con .search-submit{
  height: auto;
    -webkit-transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    -ms-transition: none 0s ease 0s;
  transition: none 0s ease 0s;
}

@media screen and (min-width: 768px){
  .evision-enable-search .menu-main-menu-container,
  .evision-enable-search .menu-inner-menu-container {
    margin-right: 70px;
  }
}

@media screen and (max-width: 767px){
  .search-button {
    background-color: rgba(0, 0, 0, 0);
    float: right;
    margin-right: 0;
    margin-top: -45px;
  }

  .search-form-con{
    top: 0;
  }
}

@media screen and (max-width: 479px){
  .search-button {
    background-color: rgba(0, 0, 0, 0);
    float: right;
    margin-right: 0;
    margin-top: -45px;
  }
  
  .search-form-con .search-submit{
    width: 100%;
  }

  .search-form-con label {
    display: block;
  }
}
/*header search section end*/
@media only screen and (max-width: 1170px){
  .site-branding{
    width: 96%;
    margin: 0 auto;
    padding: 0;
  }
}

@media only screen and (max-width: 1199px){
  .site-title a{
    margin-top: 10px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px){
  .site-title,
  .site-description {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .bottom-to-logo{
    text-align: center;
  }

  .logo-top {
    float: none;
  }
}

@media screen and (max-width: 767px){
  .site-branding{
    text-align: center;
  }

  .site-title a{
    font-size: 16px;
  }
}

/* header-nav-bar */
/* ----------------------------------------------- */

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  text-align: right;
  margin-top: 15px;
  margin-bottom: 10px;
}

/*text align from left start*/

.main-navigation.left{
  text-align: left;
}

/*text align from left end*/
/*text align from left start*/

.main-navigation.middle{
  text-align: center;
}

/*text align from left end*/

.main-navigation.full-width-menu .nav-menu{
  width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 1170px){
  .main-navigation .nav-menu{
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

@media only screen and (max-width: 991px){
  .main-navigation,
  .main-navigation.left{
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  display: inline-block;
  position: relative;
}

.main-navigation a {
  color: #ffffff;
  display: block;
  padding: 15px 18px 15px;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  left: -999em;
  z-index: 99999;
  background-color: rgb(0, 0, 0); /*fallback*/
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  text-align: left;
}

.main-navigation ul ul ul {
  top: 0;
}

.main-navigation ul ul a {
  border-bottom: 1px solid #666666;
  font-size: 14px;
  padding: 7px 15px 8px;
  width: 200px;
}

.main-navigation ul ul li:last-child a{
  border-top: none;
}


.main-navigation li:hover > a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #e74c3c;
}

.main-navigation li > a:focus{
  color: #ffffff;
}

.main-navigation ul ul a:hover {
  background: rgb(0, 0, 0); /*fallback*/
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}

.main-navigation ul li:hover > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul{
  left: -200px;
  width: 200px;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation li.active > a,
.main-navigation li.active > a,
.main-navigation li.active > a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  position: relative;
}

.main-navigation .current_page_item > a:before,
.main-navigation .current-menu-item > a:before,
.main-navigation .current_page_ancestor > a:before,
.main-navigation li.active > a:before,
.main-navigation li.active > a:before,
.main-navigation li.active > a:before{
  background-color: #e74c3c;
  content: "";
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}

@media screen and (max-width: 1199px){
  .main-navigation a {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media screen and (min-width: 992px){
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a {
    color: #e74c3c;
  }
}

/* Small menu. */
.menu-toggle {
  display: none;
}

@media screen and (max-width: 991px){
  .main-navigation a {
    padding: 8px 14px 9px;
  }
  .main-navigation .current_page_item > a:before,
  .main-navigation .current-menu-item > a:before,
  .main-navigation .current_page_ancestor > a:before{
    display: none;
  }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current_page_item > a:hover,
  .main-navigation .current-menu-item > a:hover,
  .main-navigation .current_page_ancestor > a:hover{
    background: #e74c3c;
    color: #ffffff;
  }
}

@media screen and (max-width: 767px) {
  .main-navigation{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0;
  }

  .main-navigation,
  .main-navigation.left,
  .main-navigation.middle,
  .main-navigation.right{
    text-align: left;
  }

  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-toggle {
    border: 1px solid #cccccc;
    font-size: 15px;
    margin-bottom: 5px;
    padding-bottom: 10px;
  }

  .main-navigation ul {
    display: none;
  }

  .main-navigation li {
    float: none;
    display: block;
    border-top: 1px solid #565656;
  }

  .main-navigation .current_page_item > a:before, 
  .main-navigation .current-menu-item > a:before, 
  .main-navigation .current_page_ancestor > a:before, 
  .main-navigation li.active > a:before, 
  .main-navigation li.active > a:before, 
  .main-navigation li.active > a:before{
    height: 100%;
    right: inherit;
    width: 5px;
  }

  .main-navigation.toggled .nav-menu {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  }

  .main-navigation ul ul {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: none;
    position: static;
    text-align: left;
    box-shadow: none;
  }

  .main-navigation ul ul li{
    padding-left: 25px;
  }

  .main-navigation ul ul a {
    border-bottom: none;
  }

  .main-navigation ul ul li a {
    display: block;
    width: auto;
  }

  .main-navigation .menu-toggle{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: none;
    box-shadow: none;
    float: right;
    margin-top: -50px;
  }

  .main-navigation .evision-enable-search .menu-toggle{
    margin-right: 50px;
  }

  .main-navigation .menu-toggle i{
    color: #fff;
    font-size: 24px;
  }
}

@media screen and (max-width: 479px){
  .main-navigation .evision-enable-search .menu-toggle{
    margin-right: 0;
  }

  button.search-button,
  button.menu-toggle{
    padding-left: 8px;
    padding-right: 8px;
  }
}

.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%;
}

/* ====================================================== */
/* Sidebar */
/* --------------------------------------- */

.no-sidebar-btn {
    box-shadow: 0 0 1px #565656;
    margin-left: 10px;
}

.widget {
  margin: 0 0 3.5em;
}

.widget-title,
.widgettitle {
  background: none repeat scroll 0 0 rgb(241, 242, 243);
  border-left: 3px solid #e74c3c;
  font-size: 18px;
  padding: 12px 15px;
}

.entry-meta,
.entry-footer{
  font-size: 13px;
}

.entry-meta span{
  margin-right: 10px;
}

.widget ul{
  padding-left: 0;
  list-style: none;
}

body div:not(.main-front-page) > .widget li {
  border-top: 1px solid #d7d7d7;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.widget li a{
  color: #212121;
}

.widget li a:hover{
  color: #e74c3c;
}

/* Make sure select elements fit in widgets. */

.widget select {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #cccccc;
  max-width: 100%;
  padding: 8px 15px;
}
@media only screen and (max-width: 767px){
  #secondary {
    margin-top: 60px;
  }
}

/* widget_search */
/* ------------------------------------ */


.widget_search .search-submit {
  background-color: #e74c3c;
  border: medium none;
  box-shadow: none;
  color: #ffffff;
  height: 39px;
  text-shadow: none;
  width: 102px;
}

.widget_search .search-submit:hover{
  background-color: #4b494f;
  box-shadow: none;
  border: none;
  text-shadow: none;
}

/* widget_calendar */
/* ------------------------------------ */

.widget_calendar table {
  margin: 0;
}

.widget_calendar td,
.widget_calendar th {
  border: 1px solid #ededed;
  line-height: 2.3333;
  text-align: center;
  padding: 0;
}

.widget_calendar caption {
  font-weight: 700;
  margin: 0 0 1.6em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.widget_calendar tbody a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  background-color: #333;
  color: #fff;
  display: block;
  font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
  background-color: #707070; /*fallback*/
  background-color: rgba(51, 51, 51, 0.7);
  color: #fff;
}

/* widget_categories */
/* ------------------------------------ */
.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
  margin: 0.4688em 0 0 1em;
  padding-top: 0.4688em;
}

/* widget_recent_entries */
/* ------------------------------------ */

.widget_recent_entries .post-date {
  font-style: normal;
  display: block;
  line-height: 2;
  opacity: 0.8;
  display: block;
}

/* widget_rss */
/* ------------------------------------ */

.widget_rss ul {
  list-style: none;
  margin: 0;
}

.widget_rss li {
  margin-bottom: 1.6em;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
  margin-bottom: 0;
}

.widget_rss .rsswidget {
  border: 0;
  font-weight: 700;
}

.widget_rss .rsswidget img {
  margin-top: -4px;
}

.widget_rss .rss-date,
.widget_rss cite {
  font-style: normal;
  display: block;
  line-height: 2;
  opacity: 0.8;
}

/* Custom Sidebar-widget */
/* ------------------------------------ */

#secondary .block-section,
#secondary .hero-banner-block{
  margin-bottom: 60px;
}

#secondary .col-xs-1, #secondary .col-xs-2, #secondary .col-xs-3, #secondary .col-xs-4, #secondary .col-xs-5, #secondary .col-xs-6, #secondary .col-xs-7, #secondary .col-xs-8, #secondary .col-xs-9, #secondary .col-xs-10, #secondary .col-xs-11, #secondary .col-xs-12,
#secondary .col-sm-1, #secondary .col-sm-2, #secondary .col-sm-3, #secondary .col-sm-4, #secondary .col-sm-5, #secondary .col-sm-6, #secondary .col-sm-7, #secondary .col-sm-8, #secondary .col-sm-9, #secondary .col-sm-10, #secondary .col-sm-11, #secondary .col-sm-12,
#secondary .col-md-1, #secondary .col-md-2, #secondary .col-md-3, #secondary .col-md-4, #secondary .col-md-5, #secondary .col-md-6, #secondary .col-md-7, #secondary .col-md-8, #secondary .col-md-9, #secondary .col-md-10, #secondary .col-md-11, #secondary .col-md-12,
#secondary .col-lg-1, #secondary .col-lg-2, #secondary .col-lg-3, #secondary .col-lg-4, #secondary .col-lg-5, #secondary .col-lg-6, #secondary .col-lg-7, #secondary .col-lg-8, #secondary .col-lg-9, #secondary .col-lg-10, #secondary .col-lg-11, #secondary .col-lg-12{
  width: 100%;
}

#secondary .row-same-height,
#secondary .col-sm-height,
#secondary .col-md-height,
#secondary .col-lg-height,
#secondary.col-xs-height{
  display: block;
}

#secondary h2,
#secondary .block-title h2 {
  font-size: 2em;
}

#secondary .testimonial-container{
  margin-left: 15px;
  margin-right: 15px;
}

#secondary .testimonial-container::before,
#secondary .testimonial-container::after {
  left: -20px;
}

#secondary .testimonial-container::after {
  left: inherit;
  right: -20px;
}

#secondary .testimonial-content {
  font-size: 15px;
  line-height: 24px;
}

#secondary .carousel-indicators {
  left: 0;
  width: 100%;
  margin-left: 0;
}

#secondary .block-testimonial .carousel-indicators li{
  display: inline-block;
  padding: 0;
  border: 3px solid rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: 0;
}

#secondary .widget .evisioncorporatepro-slider li{
  padding-top: 0;
  padding-bottom: 0;
}

#secondary .evisioncorporatepro-slider-content {
  position: static;
}

#secondary .evisioncorporatepro-slider-caption {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  margin: 0;
  width: 100%;
}

#secondary .et-portfolio-filter li{
  border-top: none;
  padding-top: 0;
  padding-bottom: 0;
}

#secondary .thumb-circle-inner {
  margin-bottom: 40px;
}

#secondary .widget .logos-container ul li {
  border-top: medium none;
  padding: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}

/* ====================================================== */
/* Primary */
/* --------------------------------------- */


/* Aricles */
/* ------------------------------------ */

.blog article.hentry,
#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry,
#ak-blog-post article.hentry {
  border-bottom: 2px solid #d7d7d7;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.blog article.hentry .entry-title,
.archive article.hentry .entry-title,
.single article.hentry .entry-title,
.search article.hentry .entry-title{
  font-size: 18px;
  text-transform: inherit;
  font-weight: 500;
  margin-bottom: 5px;
}

.cat-links:before {
  content: "\f07c";
  font-family: "FontAwesome";
  margin-right: 5px;
}

.cat-links {
  border-right: 1px solid #aaaaaa;
  padding-right: 10px;
}

.tags-links:before {
  content: "\f02c";
  font-family: "FontAwesome";
  margin-right: 5px;
}

.tags-links {
  padding-left: 10px;
}

.comments-link:before {
  content: "\f086";
  font-family: "FontAwesome";
  margin-right: 5px;
}

.comments-link{
  display: block;
  margin-top: 15px;
}

.posted-on:before {
  content: "\f274";
  font-family: "FontAwesome";
  margin-right: 5px;
}

.posted-on a,
.cat-links a,
.tags-links a,
.author a,
.comments-link a{
  color: #212121;
  font-weight: 500;
}

.comments-link a{
  font-weight: 700;
  text-transform: uppercase;
}

.posted-on a:hover,
.cat-links a:hover,
.tags-links a:hover,
.author a:hover,
.comments-link a:hover {
  color: #e74c3c;
}

.edit-link {
  margin-left: 15px;
}

.edit-link a {
  color: #999999;
  font-weight: 700;
  text-decoration: underline;
}

.edit-link a:hover,
.edit-link a:focus{
  color: #333333;
}

.nav-links .nav-previous a,
.nav-links .nav-next a {
  border: 1px solid #cccccc;
  border-radius: 2px;
  display: inline-block;
  font-size: 14px;
  padding: 6px 14px 7px 30px;
  position: relative;
}

.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover{
  border-color: #273544;
  color: #273544;
}

.nav-links .nav-next a{
  padding-left: 14px;
  padding-right: 30px;
}

.nav-links .nav-previous a:before,
.nav-links .nav-next a:after{
  position: absolute;
  font-family: "FontAwesome";
  display: inline-block;
}

.nav-links .nav-previous a:before{
  content: "\f100";
  left: 15px;
}

.nav-links .nav-next a:after{
  content: "\f101";
  right: 15px;
  left: auto;
}

/* ====================================================== */
/* Footer */
/* --------------------------------------- */

/* Site Info */
/* --------------------------------------- */

.site-footer:after {
  display: table;
  content: "";
  clear: both;
}

.dark-color-bg{
  background-color: #1f2c39;
}

.listing-container{
  border-bottom: 1px solid #718497;
}

.footer-sidebar .block-section,
.footer-sidebar .hero-banner-block{
  margin-bottom: 60px;
}

.footer-sidebar .tagcloud > a{
  color: #ffffff;
}

.footer-sidebar .tagcloud > a:hover{
  color: #E74C3C;
}

.footer-sidebar .col-xs-1, .footer-sidebar .col-xs-2, .footer-sidebar .col-xs-3, .footer-sidebar .col-xs-4, .footer-sidebar .col-xs-5, .footer-sidebar .col-xs-6, .footer-sidebar .col-xs-7, .footer-sidebar .col-xs-8, .footer-sidebar .col-xs-9, .footer-sidebar .col-xs-10, .footer-sidebar .col-xs-11, .footer-sidebar .col-xs-12,
.footer-sidebar .col-sm-1, .footer-sidebar .col-sm-2, .footer-sidebar .col-sm-3, .footer-sidebar .col-sm-4, .footer-sidebar .col-sm-5, .footer-sidebar .col-sm-6, .footer-sidebar .col-sm-7, .footer-sidebar .col-sm-8, .footer-sidebar .col-sm-9, .footer-sidebar .col-sm-10, .footer-sidebar .col-sm-11, .footer-sidebar .col-sm-12,
.footer-sidebar .col-md-1, .footer-sidebar .col-md-2, .footer-sidebar .col-md-3, .footer-sidebar .col-md-4, .footer-sidebar .col-md-5, .footer-sidebar .col-md-6, .footer-sidebar .col-md-7, .footer-sidebar .col-md-8, .footer-sidebar .col-md-9, .footer-sidebar .col-md-10, .footer-sidebar .col-md-11, .footer-sidebar .col-md-12,
.footer-sidebar .col-lg-1, .footer-sidebar .col-lg-2, .footer-sidebar .col-lg-3, .footer-sidebar .col-lg-4, .footer-sidebar .col-lg-5, .footer-sidebar .col-lg-6, .footer-sidebar .col-lg-7, .footer-sidebar .col-lg-8, .footer-sidebar .col-lg-9, .footer-sidebar .col-lg-10, .footer-sidebar .col-lg-11, .footer-sidebar .col-lg-12{
  width: 100%;
}

.footer-sidebar .row-same-height,
.footer-sidebar .col-sm-height,
.footer-sidebar .col-md-height,
.footer-sidebar .col-lg-height,
.footer-sidebar.col-xs-height{
  display: block;
}

.footer-sidebar h2,
.footer-sidebar .block-title h2 {
  font-size: 2em;
}

.footer-sidebar .testimonial-container{
  margin-left: 15px;
  margin-right: 15px;
}

.footer-sidebar .testimonial-container::before,
.footer-sidebar .testimonial-container::after {
  left: -20px;
}

.footer-sidebar .testimonial-container::after {
  left: inherit;
  right: -20px;
}

.footer-sidebar .testimonial-content {
  font-size: 15px;
  line-height: 24px;
}

.footer-sidebar .carousel-indicators {
  left: 0;
  width: 100%;
  margin-left: 0;
}

.footer-sidebar .block-testimonial .carousel-indicators li{
  display: inline-block;
  padding: 0;
  border: 3px solid rgba(0, 0, 0, 0);
  margin-left: 5px;
  margin-right: 5px;
}

.footer-sidebar .widget .evisioncorporatepro-slider li{
  padding-top: 0;
  padding-bottom: 0;
}

.footer-sidebar .evisioncorporatepro-slider-content {
  position: static;
}

.footer-sidebar .evisioncorporatepro-slider-caption {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  margin-top: 0;
  width: 100%;
}

.footer-sidebar .et-portfolio-filter li{
  border-top: none;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-sidebar .thumb-circle-inner {
  margin-bottom: 40px;
}

.footer-sidebar .widget .logos-container ul li {
  border-top: medium none;
  padding: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}

.listing-item{
  color: #ddd;
  font-weight: 300;
  line-height: 24px;
  font-size: 14px;
}

.listing-item p{
  margin-bottom: 5px;
}

.listing-item h1.widget-title {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  padding: 0;
  margin-bottom: 30px;
}

.company-detail a{
  margin-bottom: 30px;
  display: block;
}

.company-detail img{
  vertical-align: top;
}

.company-detail img:hover{
  opacity: 0.7;
}
.company-detail i{
  margin-right: 10px;
}

.listing-item-item{
  float: left;
  width: 33%;
  padding-right: 20px;
}

.site-footer{
  padding-top: 40px;
}

.site-footer .widget-title,
.site-footer .widgettitle {
  background-color: rgb(0, 0, 0); /*fallback*/
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
  color: #ffffff;
  padding-left: 0;
  line-height: 28px;
}

.site-footer .textwidget{
  color: #ffffff;
}
.listing-item ul li{
  border: none;
  font-family: "FontAwesome";
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.site-footer .footer-sidebar .widget li {
  border: medium none;
}

.listing-item ul li:before {
  content: "\f105";
  left: 0;
  position: absolute;
}

.listing-item ul li a{
  color: #ddd;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  padding-left: 10px;
}

.site-footer .footer-sidebar .widget li a{
  color: #f8f8f8;
}

.site-footer .footer-sidebar .widget li a:hover{
  color: #E74C3C;
}

.listing-item ul li:hover,
.listing-item ul li:hover a{
  color: #e74c3c;
}

.widget_calendar table{
  background-color: #878787;
}

.widget_calendar table > caption {
  color: #ffffff;
  margin-bottom: 5px;
}

.footer-divider{
  background-color: #718497;
  margin-top: 0;
  margin-bottom: 0;
}

.bottom-footer{
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.copyright {
  margin-top: 10px;
  font-size: 14px;
  color: #a7a7a7;
}

.copyright a{
  color: #d5d5d5;
}

.copyright a:hover{
  color: #ffffff;
}

@media screen and (max-width: 991px){
  .company-detail br{
    display: none;
  }

  .copyright{
    margin-bottom: 30px;
  }

  .copyright,
  .bottom-footer .social-group,
  .bottom-footer .social-group-nav{
    text-align: center;
  }

  .bottom-footer .pull-right{
    float: none !important;
  }

  .bottom-footer .text-right{
    text-align: inherit;
  }
}

@media screen and (max-width: 767px){
  .listing-item,
  .listing-item-item {
    width: 100%;
    float: none;
    text-align: center;
  }
}

/*Custom Footer widget */
/* --------------------------------------- */

@media screen and (max-width: 1199px) and (min-width: 992px){
  .footer-sidebar .block-skills .btn-outline{
    padding-left: 18px;
    padding-right: 18px;
  }

  .footer-sidebar .evisioncorporatepro-slider-caption .main-title{
    font-size: 16px;
  }

  .footer-sidebar .block-title-divider > span {
    width: 140px;
  }
}

/* ====================================================== */
/* Content */
/* --------------------------------------- */

.site-content{
  width: 1170px;
  margin: 0 auto;
  padding: 30px 15px 60px;
}

#secondary .container,
.site-footer .container .container{
  width: 100%;
}
/*sidebar-right start*/

#primary,
body.sidebar-right #primary {
  float: left;
  width: 68%;
}

#secondary,
body.sidebar-right #secondary {
  float: right;
  width: 29%;
}

/*sidebar-right ends*/

/*sidebar-left start*/

body.sidebar-left #primary {
  float: right;
  width: 68%;
}

body.sidebar-left #secondary {
  float: left;
  width: 29%;
}

/*sidebar-left ends*/

/*sidebar-no start*/

body.sidebar-no #primary {
  float: left;
  width: 100%;
}

body.sidebar-no #secondary {
  display:none;
}

/*sidebar-no ends*/

@media only screen and (max-width: 1170px){
  .site-content{
    width: 96%;
    margin: 0 auto;
  }

  .container:before,
  .container:after{
    display: block;
    clear: both;
    content: "";
  }
}

@media screen and (max-width: 991px){
  /*  .site-content {
      padding-top: 210px;
    }
  */
  /*sidebar-right start*/

  #primary,
  body.sidebar-right #primary {
    float: left;
    width: 58%;
  }

  #secondary,
  body.sidebar-right #secondary {
    float: right;
    width: 39%;
  }

  /*sidebar-right ends*/

  /*sidebar-left start*/

  body.sidebar-left #primary {
    float: right;
    width: 58%;
  }

  body.sidebar-left #secondary {
    float: left;
    width: 39%;
  }

  /*sidebar-left ends*/
}

@media only screen and (max-width: 767px){
  #primary,
  body.sidebar-right #primary,
  body.sidebar-left #primary,
  #secondary,
  body.sidebar-right #secondary,
  body.sidebar-left #secondary  {
    width: 100%;
    float: none;
  }

  /*  .site-content {
      padding-top: 180px;
    }*/
}

/* 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;
}

/* Posts and Pages */
/* --------------------------------------- */

.page-title{
  font-size: 24px;
}

.page-header {
  margin-top: 0;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline:before {
  content: "\f007";
  font-family: "FontAwesome";
  margin-right: 5px;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.single article.hentry .entry-title{
  color: #e74c3c;
}

article.hentry .full-image{
  margin-bottom: 20px;
}

.entry-content .left-image {
  float: left;
  margin-right: 20px;
}

.entry-content .right-image {
  float: right;
  margin-left: 20px;
}

.entry-content .left-image {
  float: left;
  margin-right: 20px;
}

@media screen and (max-width: 991px){
  .entry-content .left-image {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .entry-content .right-image {
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }

}
/*page links/pagination*/

.page-links {
  clear: both;
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 2em;
}

.page-links a,
.page-links > span {
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 15px;
  height: 2em;
  line-height: 2;
  margin: 0 3px 3px 3px;
  text-align: center;
  width: 2em;
}

.page-links a {
  background-color: #f7f7f7;
  color: #333;
}

.page-links a:hover,
.page-links a:focus {
  background-color: #707070;
  border-color: transparent;
  color: #fff;
}

/* Asides */
/* --------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* Comments */
/* --------------------------------------- */

.comment-list + .comment-respond {
  border-top: 1px solid #eaeaea;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 1.6em;
}

.comments-title,
.comment-reply-title,
.comments-link {
  font-size: 18px;
  line-height: 1.3333;
}

.comment-reply-title,
.comments-link{
  color: #273544;
}

.comments-title {
  margin-bottom: 1.3333em;
}

.comment-list {
  list-style: none;
  margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #eaeaea;
  padding: 1.6em 0;
}

.comment-list .children {
  list-style: none;
  margin: 0;
}

.comment-list .children > li {
  padding-left: 0.8em;
}

.comment-author {
  color: #707070;
  margin-bottom: 0.4em;
}

.comment-author a:hover {
  border-bottom: 1px solid #707070;
}

.comment-author .avatar {
  float: left;
  height: 32px;
  margin-right: 0.8em;
  width: 32px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.comment-metadata,
.pingback .edit-link {
  color: #999999;
  font-weight: 700;
}

.comment-metadata a,
.pingback .edit-link a {
  color: #707070;
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
  border-bottom: 1px solid #333;
}
.comment-metadata a.comment-edit-link:hover{
  border-bottom: none;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
  color: #333;
}

.comment-metadata {
  margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
  margin-left: 1em;
}

.pingback .edit-link {
  margin-left: 1em;
}

.pingback .edit-link:before {
  top: 5px;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-content > :last-child {
  margin-bottom: 0;
}

.comment-list .reply {
  font-size: 12px;
}

.comment-list .reply a {
  border: 1px solid #eaeaea;
  color: #707070;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  margin-top: 2em;
  padding: 0.6167em 0.8333em;
  text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
  border-color: #333;
  color: #333;
  outline: 0;
}
.comment-form {
  padding-top: 1.6em;
}

.comment-form label {
  color: #707070;
  font-size: 15px;
  font-weight: 700;
  display: block;
  line-height: 1.5;
  text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
  width: 100%;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #707070;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 2em;
}

.logged-in-as a:hover {
  border-bottom: 1px solid #333;
}

.no-comments {
  border-top: 1px solid #eaeaea;
  color: #707070;
  font-weight: 700;
  padding-top: 1.6em;
}

.comment-navigation + .no-comments {
  border-top: 0;
}

.form-allowed-tags code {
  font-family: 'Roboto', sans-serif;
}

.form-submit {
  margin-bottom: 0;
}

.required {
  color: #c0392b;
}

.comment-reply-title small {
  font-size: 100%;
}

.comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: auto;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Posts and Pages */
/* --------------------------------------- */

.error404 #primary {
  width: 100%;
}

.error404 .search-form{
  margin-bottom: 30px;
}
/* ====================================================== */
/* 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;
}

/* ====================================================== */
/* Captions */
/* --------------------------------------- */

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* ====================================================== */
/* Galleries */
/* --------------------------------------- */

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}

.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;
}

@media only screen and (max-width: 767px){

  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    max-width: 100%;
  }
}

@media only screen and (max-width: 480px){
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item {
    max-width: 100%;
  }
}

/* ====================================================== */
/* 10 Global */
/* --------------------------------------- */

/* 10.1 Custom column */
.col-sm-custom-5{
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 992px){
  .col-sm-custom-5{
    width: 20%;
  }
}
/* 10.1 Nullify Bootstrap columns padding */
/* --------------------------------------- */


.pad0l{
  padding-left: 0px;
}

.pad0r{
  padding-right: 0px;
}

.pad0lr{
  padding-left: 0px;
  padding-right: 0px;
}


/* 10.2 Miscellaneous */
/* --------------------------------------- */

/* vertical alignment styles */

.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

/*social icons styles*/

.evisioncorporatepro-social-section ul{
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.evisioncorporatepro-social-section ul li{
  display: inline-block;
}

.evisioncorporatepro-social-section a:before {
  font-family: "FontAwesome";
  font-size: 14px;
}

.evisioncorporatepro-social-section a {
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 42px;
  text-align: center;
  width: 42px;
  background-color: #3E4444;
  color: #a7a7a7 !important;
  display: inline-block;
  color: #313131;
  border: 1px solid #a7a7a7;
  margin-left: 5px;
  margin-right: 5px;  
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
  border-radius: 50px;
}

.evisioncorporatepro-social-section a:hover{
  border: 1px solid rgba(0,0,0,0);
  color: #ffffff !important;
}

.evisioncorporatepro-social-section a[href*="facebook.com"]:before {
  content: "\f09a";
}

.evisioncorporatepro-social-section a[href*="twitter.com"]:before {
  content: "\f099";
}

.evisioncorporatepro-social-section a[href*="linkedin.com"]:before {
  content: "\f0e1";
}

.evisioncorporatepro-social-section a[href*="instagram.com"]:before {
  content: "\f16d";
}

.evisioncorporatepro-social-section a[href*="youtube.com"]:before {
  content: "\f167";
}

.evisioncorporatepro-social-section a[href*="plus.google.com"]:before {
  content: "\f0d5";
}

.evisioncorporatepro-social-section a[href*="pinterest.com"]:before {
  content: "\f0d2";
}

.evisioncorporatepro-social-section a[href*="flickr.com"]:before {
  content: "\f16e";
}

.evisioncorporatepro-social-section a[href*="tumblr.com"]:before {
  content: "\f173";
}

.evisioncorporatepro-social-section a[href*="wordpress.org"]:before {
  content: "\f19a";
}

.evisioncorporatepro-social-section a[href*="wordpress.com"]:before {
  content: "\f19a";
}

.evisioncorporatepro-social-section a[href*="soundcloud.com"]:before {
  content: "\f1be";
}

/*----------------------*/
.evisioncorporatepro-social-section a:hover[href*="facebook.com"] {
  background-color: #3C579E;
}

.evisioncorporatepro-social-section a:hover[href*="twitter.com"] {
  background-color: #01BBF6;
}

.evisioncorporatepro-social-section a:hover[href*="linkedin.com"] {
  background-color: #1484C3;
}

.evisioncorporatepro-social-section a:hover[href*="instagram.com"] {
  background-color: #2D6A93;
}

.evisioncorporatepro-social-section a:hover[href*="youtube.com"] {
  background-color: #D62424;
}

.evisioncorporatepro-social-section a:hover[href*="pinterest.com"] {
  background-color: #BD2126;
}

.evisioncorporatepro-social-section a:hover[href*="plus.google.com"] {
  background-color: #D73D32;
}

.evisioncorporatepro-social-section a:hover[href*="flickr.com"] {
  background-color: #FD0083;
}

.evisioncorporatepro-social-section a:hover[href*="tumblr.com"] {
  background-color: #34465D;
}

.evisioncorporatepro-social-section a:hover[href*="wordpress.org"] {
  background-color: #3480A3;
}

.evisioncorporatepro-social-section a:hover[href*="wordpress.com"] {
  background-color: #3480A4;
}

.evisioncorporatepro-social-section a:hover[href*="soundcloud.com"] {
  background-color: #FF5500;
  
}
/*social group in nav section*/

.social-icon-only a{
  font-size: 0;
}

.social-group-nav a:before {
  font-size: 18px;
}

.social-group-nav a[href*=".com"],
.social-group-nav a[href*=".org"] {
  height: 36px;
  line-height: 36px;
  text-align: center;
  vertical-align: middle;
  width: 36px;
}

.evisioncorporatepro-social-section a:hover{
  color: #ffffff;
}

.evisioncorporatepro-social-section.small-social-group a{
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  width: 24px;
  height: 24px;
}

/*contact form 7 plugin style*/

.wpcf7-form-control {
  height: 50px;
  margin-bottom: 15px;
  width: 100%;
}

/*Inner page*/

.wrap-inner-banner{
  text-align: center;
  /*background-image: url(assets/img/block-banner1.jpg);*/
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  margin-bottom: 60px;
}

.wrap-inner-banner h1,
.wrap-inner-banner h1 a{
  color: #ffffff;
}
/* ====================================================== */
/* 11 Custom Pages */
/* --------------------------------------- */

/* Custom Page Style */
/* --------------------------------------- */

.wrapper{
  float: left;
  width: 100%;
}

/*-------------------- header section -----------------*/

.wrap-header{
  background-color: #273544;
}

@media screen and (min-width: 768px){
  body.logged-in .wrap-header{
    margin-top: 32px;
  }
  body.logged-in .wrap-header.navbar-fixed-top-disable{
    margin-top: 0;
  }

}


/*-------------------- block section -----------------*/

.block-section{
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  position: relative;
}

.block-solid-bg{
  background-color: #e74c3c;
}

.block-section.block-full-section{
  padding-top: 0;
  padding-bottom: 0;
}

.block-section.block-bg-image{
  -webkit-background-attachment: fixed !important;
  -moz-background-attachment: fixed !important;
  -o-background-attachment: fixed !important;
  -ms-background-attachment: fixed !important;
  background-attachment: fixed !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -ms-background-size: cover !important;
  background-size: cover !important;
  background-position: top center !important;
}

.block-section.block-bg-image,
.block-section.block-bg-image .block-title h2{
  color: #fff;
}

.block-overlay-content{
  position: relative;
  z-index: 2;
}

.block-overlay{
  opacity: 0.8;
  background-color: #0f2946;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}

.title-highlight{
  color: #e74c3c;
}

.block-company-slogan{
  color: #4b494f;
  font-weight: 400;
}

.block-title-divider{
  margin-bottom: 20px;
}

.block-title-divider > span {
  background-color: #D3D3D3;
  content: "";
  display: inline-block;
  height: 1px;
  vertical-align: middle;
  width: 170px;
  position: relative;
}

.block-title-divider > span i {
  font-size: 10px;
  position: absolute;
  top: -5px;
  color: #d3d3d3;
}

/*only for webkit browsers*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .block-section.block-bg-image{
    background-attachment: scroll !important;
  }
}
/*-------------------- Category not selected -----------------*/

.evisionthemes-select-cat {
  border-top: 1px solid #bababa;
  color: #414141;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  margin-top: 40px;
  padding-top: 20px;
}

/*-------------------- Slider section -----------------*/

.widget.widget_etdashboard_slider,
.widget.widget_etdashboard_slider_lite{
  margin-bottom: 0;
}

.wrapper-slider {
  position: relative;
  overflow: hidden;
}

.wrapper-slider .slide-item{
  width: 100%;
}

.wrapper-slider .slide-item:not(:first-child) {
  display: none;
  visibility: hidden;
}

.wrapper-slider .cycle-slideshow{
  overflow: hidden;
}

.wrapper-slider .slide-item .container-fluid{
  background-color: #313131;
  background-position: top center;
  background-repeat: repeat;
  background-size: cover;
  color: #ffffff;
  padding-top: 10%;
  padding-bottom: 10%;
  min-height: 28em;
  overflow: hidden;
}

.widget_etdashboard_slider_lite .slide-item .container-fluid{
  padding-top: 15%;
  padding-bottom: 15%;
}

.thumb-overlay {
  background: rgba(0,0,0,0.4);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.wrapper-slider .banner-content-inner {
  background: rgb(0, 0, 0) none repeat scroll 0 0;
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  padding: 40px 30px;
  max-width: 35em;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.6;
  word-wrap: break-word;
}

.wrapper-slider .slide-item .slider-title {
  margin-bottom: 2px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  display: inline-block;
}

.wrapper-slider .slide-item .slider-title a,
.wrapper-slider .slide-item .slider-title a:visited {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.wrapper-slider .slide-item .slider-title a:hover,
.wrapper-slider .slide-item .slider-title a:focus,
.wrapper-slider .slide-item .slider-title a:active {
  color: #e74c3c;
}

.wrapper-slider .slide-item .text-content {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.5;
}

.wrapper-slider .slide-item .btn-holder {
  margin-top: 20px;
}

.wrapper-slider .slide-item .btn-holder .button,
.wrapper-slider .slide-item .btn-holder .button:visited {
  display: inline-block;
  padding: 12px 28px 13px;
  margin-top: 30px;
  border: none;
  background: #e74c3c;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.wrapper-slider .slide-item .btn-holder .button:hover,
.wrapper-slider .slide-item .btn-holder .button:focus,
.wrapper-slider .slide-item .btn-holder .button:active{
  background-color: #ffffff;
  color: #E74C3C;
}

.wrapper-slider .controls {
  bottom: 0;
  height: 15px;
  margin: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}

.wrapper-slider .controls .slide-prev,
.wrapper-slider .controls .slide-next {
  display: inline-block;
}

.wrapper-slider .controls .slide-prev i,
.wrapper-slider .controls .slide-next i {
  color: #fff;
  font-size: 72px;
  padding-left: 10px;
  padding-right: 10px;
    -webkit-text-shadow: 0 1px 1px #333;
    -moz-text-shadow: 0 1px 1px #333;
    -ms-text-shadow: 0 1px 1px #333;
    -o-text-shadow: 0 1px 1px #333;
  text-shadow: 0 1px 1px #333;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.wrapper-slider .controls .slide-prev i:hover,
.wrapper-slider .controls .slide-next i:hover {
  color: #e74c3c;
}

.wrapper-slider .controls .slide-prev {
  margin-left: 30px;
}

.wrapper-slider .controls .slide-next {
  float: right;
  margin-right: 30px;
}

.wrapper-slider .slide-pager {
  bottom: 30px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 999;
}

.wrapper-slider .slide-pager span,
.wrapper-slider .slide-pager span:visited {
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 12px;
  margin-left: 5px;
  margin-right: 5px;
  width: 12px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
  border-radius: 100%;
}

.wrapper-slider .slide-pager span:hover,
.wrapper-slider .slide-pager span:focus,
.wrapper-slider .slide-pager span:active {
  background-color: #FFB246;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  transition: all 0.5s;
}

.wrapper-slider .slide-pager span.cycle-pager-active:hover,
.wrapper-slider .slide-pager .cycle-pager-active {
  background-color: #2E5077;
}

@media screen and (min-width: 768px){
  .wrapper-slider .slide-pager {
    right: 30px;
    text-align: right;
  }
}

@media screen and (min-width: 481px){
  .banner-content-holder{
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper-slider .slide-item .slider-title {
    margin-top: 0;
    text-align: center;
  }

  .wrapper-slider .slide-item .slider-title a {
    font-size: 24px;
  }

  .wrapper-slider .controls .slide-prev i,
  .wrapper-slider .controls .slide-next i {
    padding: 8px 10px;
    font-size: 36px;
  }

  .wrapper-slider .controls .slide-prev {
    margin-left: 15px;
  }

  .wrapper-slider .controls .slide-next {
    margin-right: 15px;
  }

  .wrapper-slider .slide-pager {
    bottom: 15px;
  }

  .wrapper-slider .slide-item .text-content{
    display: none;
  }

}

@media screen and (max-width: 480px){
  .banner-content-inner{
    padding: 10px 15px 12px;
  }

  .wrapper-slider .slide-item .container-fluid {
    min-height: 15em;
  }

  .wrapper-slider .controls{
    height: 40px;
  }

  .banner-content-holder .text-content,
  .banner-content-holder .btn-holder{
    display: none;
  }

  .wrapper-slider .slide-item .btn-holder {
    margin-top: 15px;
  }

}

/*-------------------- About section -----------------*/

.widget_etdashboard_about{
  margin-bottom: 0;
}

.block-about{
  padding-top: 20px;
  background-color: #ffffff;
}

.single-box-container {
  margin-bottom: 20px;
  margin-top: 50px;
}

.block-about .single-box .btn-outline{
  border: 1px solid #d3d3d3;
}

.block-about .single-box .btn-outline:hover{
  color: #ffffff;
  border: 1px solid #d3d3d3;
}

.single-box-icon i {
  color: #8A878F;
}

.single-box{
  padding: 25px 15px 50px;
}

.single-box-bdr {
  box-shadow: 0 0 0 1px #d3d3d3 inset;
  -webkit-box-shadow: 0 0 0 1px #d3d3d3 inset;
  -moz-box-shadow: 0 0 0 1px #d3d3d3 inset;
  -o-box-shadow: 0 0 0 1px #d3d3d3 inset;
  -ms-box-shadow: 0 0 0 1px #d3d3d3 inset;
  border: 15px solid rgba(0, 0, 0, 0) !important;
}

.single-box-item{
  position: relative;
  margin-bottom: 30px;
}

.single-box-item h3 a{
  font-size: 22px;
  font-weight: 500;
}

.single-box-icon{
  margin-bottom: 20px;
}

.btn-over-box {
  bottom: -10px;
  left: 0;
  position: absolute;
  right: 0;
}

.block-container-btn {
  padding-top: 40px;
}

.block-container-btn a,
.block-section .block-container-btn a.btn-outline{
  padding-left: 30px;
  padding-right: 30px;
  background-color: #e74c3c;
  border: none;
  color: #ffffff;
}

.highlight-bg .block-container-btn a{
  color: #e74c3c;
  background-color: #ffffff;
}

.block-container-btn a:hover,
.highlight-bg .block-container-btn a,
.block-section .block-container-btn a.btn-outline:hover{
  background-color: #8A878F;
  border: none;
}


/*-------------------- Service section -----------------*/

.block-service{
  background: #0f2946 url(assets/img/block-banner1.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

.single-circle-icon {
  margin-bottom: 30px;
  margin-top: 60px;
}

.single-circle-icon > span {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: relative;
  cursor: context-menu;

}
.single-circle-icon > span a{
  display: block;
}

.single-circle-icon > span a i{
  color: #ffffff;
  background: #e74c3c none repeat scroll 0 0;
  -wekbit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  height: 2.5em;
  width: 2.5em;
  line-height: 2.5em;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.single-circle-icon > span a:hover i{
  background: #273544 none repeat scroll 0 0;
}

.single-circle .btn-section{
  margin-top: 40px;
}

/*-------------------- Portfolio section -----------------*/

.thumb-overlay-content p{
  color: #999999;
}

.thumb-overlay-content a {
  display: block;
  height: 100%;
}

.thumb-container .thumb-inner{
  margin-bottom: 30px;
}

.thumb-overlay-content .thumb-detail {
  bottom: 0;
  content: "";
  display: inline-block;
  height: 70px;
  left: 100%;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  color: #80878B;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.thumb-overlay-content .thumb-detail a:hover{
  color: #E74C3C;
}

.thumb-img:hover .thumb-overlay-content .thumb-detail {
  left: 0;
  color: #cccccc;
}

.thumb-img:hover .thumb-overlay-content .thumb-detail h3{
  margin-bottom: 5px;
}
.et-portfolio-filter {
  margin-top: 60px;
}

.et-portfolio-filter li {
  border: medium none;
  display: inline-block;
  margin-bottom: 10px;
}

.et-portfolio-filter li a {
  background: #d7d7d7 none repeat scroll 0 0;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 20px;
  text-transform: capitalize;
}

.et-portfolio-filter li a:hover,
.et-portfolio-filter li a.active{
  background-color: #E74C3C;
  color: #fff;
}

@media screen and (max-width: 479px){
  .block-portfolio .single-thumb-block{
    width: 100%;
  }
}
/*-------------------- Testimonial section -----------------*/

.block-testimonial{
  background: url(assets/img/testi-bg.png) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

.block-testimonial.block-section{
  padding-bottom: 120px;
}

.testimonial-container {
  position: relative;
  margin: 70px 100px 0;
}

.testimonial-container:before,
.testimonial-container:after {
  position: absolute;
  top: 0;
  left: -50px;
  color: rgba(255, 255, 255, 0.3);
  content: "\f10d";
  font-family: "fontawesome";
  font-size: 42px;
}

.testimonial-container:after{
  content: "\f10e";
  right: -50px;
  left: inherit;
}

.testimonial-sayer {
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
}

.carousel-indicators{
  bottom: -110px;
}

.carousel .etdashboard-indicators-image {
  border: medium none;
  height: 60px;
  margin: 0 15px;
  overflow: hidden;
  text-indent: 0;
  width: 60px;
  border: 3px solid transparent;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}

.carousel .etdashboard-indicators-image img{
  width: 100%;
  height: 100%;
}

.carousel .etdashboard-indicators-image.active img{
  border-color: #ffffff;
}

.block-testimonial .block-container-btn{
  margin-top: 120px;
}

@media screen and (min-width: 768px){
  .testimonial-content {
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px){
  .carousel-indicators {
    left: 0;
    margin: auto;
    right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 480px){
  .testimonial-container {
    margin-left: 60px;
    margin-right: 60px;
  }

  .carousel .etdashboard-indicators-image{
    width: 40px;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 479px){
  .testimonial-container {
    margin-left: 30px;
    margin-right: 30px;
  }

  .testimonial-container::before,
  .testimonial-container::after {
    font-size: 24px;
    left: -30px;
  }

  .testimonial-container:after{
    right: -30px;
    left: inherit;
  }

}

/*-------------------- Client section -----------------*/

.logos-container ul {
  display: table;
  list-style: outside none none;
  margin-bottom: 24px;
  margin-top: 24px;
  padding-left: 0;
  width: 100%;
}

.logos-container ul li {
  display: table-cell;
}

.widget .logos-container ul li{
  border-top: none;
}

.logos-container ul li img {
  vertical-align: middle;
  margin-bottom: 20px;
}

.logos-container ul li:hover{
  opacity: 0.7;
}

.block-client.block-section .block-container-btn a.btn-outline {
  color: #e74c3c;
  background-color: #ffffff;
}

.block-client.block-section .block-container-btn a.btn-outline:hover {
  color: #ffffff;
}

@media screen and (max-width: 991px){
  .logos-container ul {
    display: block;
  }

  .logos-container ul li {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

/*-------------------- Blog section -----------------*/

.thumb-container{
  margin-top: 40px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.thumb-bdr {
  -webkit-box-shadow: 0 0 0 1px #d3d3d3 inset;
  -moz-box-shadow: 0 0 0 1px #d3d3d3 inset;
  -o-box-shadow: 0 0 0 1px #d3d3d3 inset;
  -ms-box-shadow: 0 0 0 1px #d3d3d3 inset;
  box-shadow: 0 0 0 1px #d3d3d3 inset;
  border: 15px solid rgba(0, 0, 0, 0) !important;
}

.thumb-img{
  text-align: center;
  margin: 1px;
  position: relative;
  overflow: hidden;
}

.evisioncorporatepro-thumb-size{
  margin: auto;
}

.thumb-img img {
  vertical-align: middle;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.btn-link {
  content: "";
  display: inline-block;
  height: 70px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: -150%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn-link a i {
  background-color: #e74c3c;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -o-border-radius: 42px;
  -ms-border-radius: 42px;
  border-radius: 42px;
  color: #ffffff;
  display: inline-block;
  font-size: 30px;
  height: 70px;
  line-height: 64px;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  width: 70px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.btn-link a i:hover{
  background-color: #273544;
}

.thumb-img:hover .thumb-overlay{
  opacity: 1;
}

.thumb-img:hover img {
  -wbkit-transform: scale(1.5) rotate(-7deg);
  -moz-transform: scale(1.5) rotate(-7deg);
  -o-transform: scale(1.5) rotate(-7deg);
  -ms-transform: scale(1.5) rotate(-7deg);
  transform: scale(1.5) rotate(-7deg);
}

.thumb-img:hover .thumb-overlay .btn-link {
  bottom: 0;
}

.thumb-detail{
  padding: 15px;
}

.thumb-container h3 a{
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 0;
  color: #ffffff;
}

#evisioncorporatepro-portfolio .thumb-container h3 a:hover,
#evisioncorporatepro-blog .thumb-container h3 a:hover{
  color: #e74c3c;
}

.thumb-container span.date{
  display: block;
  margin-bottom: 15px;
  color: #999999;
  font-size: 13px;
  font-weight: 400;
}

.thumb-footer{
  text-align: right;
  padding-top: 5px;
  padding-bottom: 10px;
}

.thumb-footer span {
  padding-left: 15px;
}

.thumb-footer span i{
  margin-right: 7px;
}

@media screen and (max-width: 1199px){
  #evisioncorporatepro-portfolio .thumb-container .single-thumb-block{
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px){
  #evisioncorporatepro-portfolio .evisioncorporatepro-thumb-size{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .thumb-container .thumb-bdr {
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
  }
}

@media screen and (max-width: 360px){
  #evisioncorporatepro-portfolio .thumb-container .single-thumb-block,
  .thumb-container .thumb-bdr {
    width: 100%;
    float: left;
  }

}

/*-------------------- Skill section -----------------*/

.block-skills{
  background: url(assets/img/skill-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  color: #4b494f;
}

.round-circle-container{
  margin-top: 75px;
  margin-bottom: 30px;
}

.chart{
  position: relative;
}

.chart .percent {
  bottom: 0;
  content: "";
  display: inline-block;
  font-size: 36px;
  font-weight: 300;
  height: 15px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 65px;
  vertical-align: middle;
  width: 100%;
  z-index: 9;
}

.round-circle-container h4{
  color: #fff;
}

.block-skills .single-box-inner{
  margin-top: 40px;
  margin-bottom: 30px;
}

.round-circle-container .btn-section {
  margin-top: 40px;
}

/*-------------------- Team section -----------------*/

.block-member{
  background: url(assets/img/team-bg.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  color: #ffffff;
}

.block-member .block-title h2{
  color: #ffffff;
}

.thumb-circle-container{
  margin-top: 70px;
  margin-bottom: 40px;
}

.thumb-circle-img a{
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 100px;
  display: inline-block;
  background-color: #ffffff;
  border: 3px solid #ffffff;
}

.thumb-circle-img a:hover{
  border-color: #e74c3c;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.thumb-circle-img img {
  height: 100%;
  width: 100%;
}

.thumb-circle-detail h3{
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}

.thumb-circle-detail span{
  color: #e74c3c;
  font-size: 14px;
}

.block-member .small-social-group{
  margin-top: 20px;
}

@media screen and (max-width: 991px){
  .thumb-circle-detail{
    margin-bottom: 60px;
  }
}

/*-------------------- Contact section -----------------*/

.block-contact{
  background: url(assets/img/contact-bg.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

.form-container {
  margin-top: 45px;
}

.form-container p{
  margin-bottom: 0;
}

div.wpcf7-validation-errors:before,
div.wpcf7-validation-errors:after{
  display: table;
  content: "";
  clear: both;
}

.wpcf7-validation-errors {
  clear: both;
}

div.wpcf7-validation-errors{
  border: none;
}

span.wpcf7-not-valid-tip {
  color: #e74c3c;
  text-align: left;
}

.etdashboard-contact .wpcf7-form-control{
  background: #f7f7f7;
  color: #414141;
  border: 1px solid #cccccc;
  height: 58px;
  font-size: 14px;
}

.etdashboard-contact ::-webkit-input-placeholder {
  color: #919191;
}

.etdashboard-contact ::-webkit-input-placeholder {
  color: #919191;
}

.etdashboard-contact :-moz-placeholder {
  /* Firefox 18- */
  color: #919191;
}

.etdashboard-contact ::-moz-placeholder {
  /* Firefox 19+ */
  color: #919191;
}

.etdashboard-contact :-ms-input-placeholder {
  color: #919191;
}

.etdashboard-contact textarea.wpcf7-form-control {
  height: 130px;
}

.etdashboard-contact .wpcf7-form-control[type="submit"]{
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  background: #e74c3c;
  border: none;
  color: #ffffff;
  font-size: 18px;
}

.etdashboard-contact .wpcf7-form-control[type="submit"]:hover{
  background: #232a33;
}

/*-------------------- back-to-top section -----------------*/

.evisioncorporatepro-back-to-top {
  background: #e74c3c none repeat scroll 0 0;
  border-radius: 2px;
  bottom: 53px;
  color: #ffffff;
  display: inline-block;
  font-size: 28px;
  padding: 8px 13px 9px;
  position: fixed;
  right: 15px;
  z-index: 99999;
}

.evisioncorporatepro-back-to-top:hover {
  background: #656169 none repeat scroll 0 0;
  color: #ffffff;
}
.evisioncorporatepro-back-to-top:focus{
  color: #ffffff;
}