/*
Theme Name: Bizlight Pro
Theme URI: http://themepalace.com/shop/wordpress-themes/bizlight-pro/
Author: evisiontheme
Author URI: http://evisionthemes.com/
Description: Bizlight Pro theme is clean and elegant lightweight WordPress theme, adequate enough to create a standard site for any corporate house. Bizlight is basically designed for the normal WordPress users, in order to create a site quickly and efficiently. However, it has many competencies including responsive, bootstrap, HTML5, CSS3, retina ready, font awesome, google font, cross-browser compatibility, color control, layout control, logo upload, translation-ready, custom CSS field, etc. Documentation consists of several parts and shows you the entire process of setting up WordPress and Bizlight theme from scratch.Demo : http://demo.evisionthemes.com/bizlight-pro/ Documentation : http://themepalace.com/theme-instructions/bizlight-pro/
Version: 9992.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bizlight
Tags: light, white, blue, two-columns, right-sidebar, left-sidebar,custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, translation-ready, responsive-layout, theme-options, threaded-comments

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

/*======================================
Bizlight - 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 Header Top Bar
  3.2 Header Nav Bar

-----------------------------------------
4. Sidebar
  4.1 Widget
  4.1 Widget_archive
  4.2 Widget_calendar
  4.3 Widget_categories
  4.4 Widget_nav_menu
  4.5 Widget_meta
  4.6 Widget_pages
  4.7 Widget_recent_comments
  4.8 Widget_recent_entries
  4.9 Widget_rss
  4.10 Widget_search
  4.11 Widget_tag_cloud
  4.12 Widget_text

-----------------------------------------
5. Primary
  5.1 Articles

-----------------------------------------
6. Footer
  6.1 Site Info

-----------------------------------------
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 columns of same height
-----------------------------------------

11. Custom Pages
  11.1 Custom Pages style


========================================= 

/* ====================================================== */
/* 1 Normalize */
/* --------------------------------------- */

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



*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html{
    height: 100%;
}

body {
  margin: 0;
}

html{
    display: block;
}

body,
button,
input,
select,
textarea {
    color: #000000;
    font: 200 15px/22px 'Roboto', sans-serif!important;
    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,
a > p {
  color: #212121;
  text-decoration: none;
  background-color: transparent;
}
.logged-in.admin-bar .ab-top-menu a,
.logged-in.admin-bar .ab-top-menu a > p{
  color: inherit !important;
}
a:active,
a:hover,
a:focus {
  outline: 0;
  border: none;
  text-decoration: none;
  color: #028484;
}

/* Typography */
/* --------------------------------------- */

h1, h1 a,
h2, h2 a,
h3, h3 a,
h4, h4 a,
h5, h5 a,
h6, h6 a {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  line-height: 1.3;
  color: #212121;
}

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: 48px;
}

h2 {
  font-size: 36px;
  /*text-transform: uppercase;*/
  color: #295583;
}

h3 {
  font-size: 24px;
  font-weight: 400;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

hr {
  border-top:1px solid #295583;
  margin-bottom: 1em;
  width: 25%;
}
hr.footer-separator {
  width: 100%;
  margin: 3em 0;
}

p {
    margin-bottom: 15px;
    word-wrap: break-word;
}

q,
blockquote, 
blockquote p {
    color: #787878;
}

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

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 15px 1.5em;
  padding-bottom: 0;
  padding-top: 0;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eeeeee;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  font-family: "helvetica", "sans-serif";
}

code,
kbd,
tt,
var,
samp {
  font-family: "helvetica", "sans-serif";
  font-size: 14px;
}

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;
}
img.alignnone {
  clear: both;
  display:  block;
}
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: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}
.lowercase {
	text-transform: lowercase!important;
}
@media only screen and (max-width: 767px){
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
    text-transform: uppercase;
  }

  h3 {
    font-size: 16px;
    font-weight: 400;
  }

  h4 {
    font-size: 14px;
  }

  h5 {
    font-size: 12px;
  }

  h6 {
    font-size: 9px;
  }
}

/* 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;
}

/* Forms */
/* --------------------------------------- */

form {
  position: relative;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
.wpcf7-form-control {
  outline: 0;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #dddddd;
  height: 50px;
  color: #333333;
  font-size: 16px;
  line-height: normal;
  color: #666666;
  border: 1px solid #cccccc;
  background-color: #F7F7F7; 
  box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  padding: 8px 5px 8px 15px;
}

textarea{
  min-height: 200px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
  background-color: rgba(0, 0, 0, 0); 
}

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 {
  color: #212121;
  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,
a.button,
html input[type="button"],
input[type="button"],
input[type="reset"],
input[type="submit"],
button:focus,
a.button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  font-family: 'Raleway', sans-serif;
  border: none;
  outline: none;
  overflow: visible;
  /*background: #43BA87!important;*/
  color: #ffffff;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 8px 24px;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 30px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-image: none;
}

button:before,
a.button:before,
html input[type="button"]:before,
input[type="button"]:before,
input[type="reset"]:before,
input[type="submit"]:before,
.evision-back-to-top:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #144E6B;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
  border-radius: 30px;

}
a.button:hover,
button:hover{
  filter:brightness(110%);
}


button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.mejs-button>button {
    background-color: transparent!important;
}

/* 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;
}

/* 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: inherit;
  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 */
/* --------------------------------------- */

/* Header Top Bar */
/* ----------------------------------------------- */

.site-header {
  background: none repeat scroll 0 0 #ffffff;
  text-align: center;
}
.nivoSlider {
  overflow: visible!important;
}
.nivo-prevNav, 
.nivo-nextNav {
  opacity:  1.0!important;
  border:  none!important;
  background: none!important;
  text-indent:  0!important;
  font-size: 56px!important;
  width: 20px;
  font-family:  monospace;
  color: #198FC2!important;
}
.nivo-prevNav {
  left:  -50px!important;
  
}
.nivo-nextNav {
  right:  -50px!important;

}

.page-inner-title {
    background-image: url(/wp-content/uploads/2021/08/ISG_HeroImage-scaled.jpg)!important;
    background-position: center!important;
    background-size:cover;
    background-color: #565656;
    padding-bottom: 20px;
    padding-top: 40px;
    margin-bottom: 20px;
    box-shadow: 0px 8px 12px 8px lightgrey;
}

body.home .page-inner-title {
  padding-top: 120px;
}

.page-inner-title .entry-title,
.page-inner-title .page-title{
  color: #ffffff;
}
header .container {
  padding-left:  0;
}
.wrap-header .nav-tabs{
  border-bottom: none;
}

.navbar {
  margin-bottom: 0!important;
}
.site-branding,
.menu{
  width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.widget_nav_menu .menu{
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.evision-nav-right .menu{
  width: auto;
}

.site-title, 
.site-title a {
    margin-top: 24px;
    font-size: 22px;
    text-transform: inherit;
    font-weight: 500;
    color: #ffffff;
}

.site-title a {
  display: block;
}

.site-title a:hover{
  color: #CCCCCC;
}

.site-description {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
  text-transform: inherit;
}
.container-acumen-callout {
  width:33%;
  display: block;
  float: left;
  padding: 15px;
  color:#FFF;
  font-size: 130%;
}


.container-acumen-callout > div {
  box-shadow: 0 0 5px #000;
  min-height: 180px;
  background:#2C6286;
}
.container-acumen-callout > div > p {
  padding: 10px;
}
.container-acumen-callout + h2 {
  clear: both;
}
.container-screen-100 {
  float: left;
  width: 100%;
  padding: 0 50px;
}

@media only screen and (max-width: 1170px){
  .site-branding,
  .menu{
      width: 96%;
      margin: 0 auto;
  }
}

@media only screen and (max-width: 991px){
  
  .site-title,
  .site-title a{
    text-align: left;
    margin-top: 10px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px){
  .site-title, 
  .site-title a,
  .site-description,
  .site-branding,
  .menu {
    text-align: center;
  }
}


/* header-nav-bar */
/* ----------------------------------------------- */

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  background: none repeat scroll 0 0 #028484;
  text-align: left;
  margin-top: 15px;
}

.main-navigation .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; 
  }
}
ul#primary-menu li > a{

}

/*EMMATT 992px **/
@media only screen and (max-width: 792px){
  .main-navigation{
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }
  

}
@media only screen and (max-width: 600px){
  div#secondary > aside{
    width:100%!important;
  }
}

.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;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  padding: 17px 18px;
  position: relative;
}

.main-navigation ul ul {
  float: left;
  position: absolute;
  left: -999em;
  background-color: #fff; 
  text-align: left;
  box-shadow: 0px 8px 8px 8px rgb(0 0 0 / 25%);

}

.main-navigation ul ul ul {
  top: 0;
}

.main-navigation ul ul a {
  border-bottom: 1px solid #666666;
  font-size: 14px;
  padding: 12px 18px;
  width: 200px;
}

.main-navigation ul ul li:last-child a{
  border-top: none;
}

.main-navigation ul ul a:hover {
  background: #d6d6d6;
}

.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;
  font-weight: 300
}

.main-navigation li:hover > a:after,
.main-navigation .current_page_item > a:after,
.main-navigation .current-menu-item > a:after,
.main-navigation .current_page_ancestor > a:after,
.main-navigation li.active > a:after,
.main-navigation li.active > a:after,
.main-navigation li.active > a:after,
.main-navigation li.current_page_parent a:after{
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 30px;
}

@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: #ffffff;
  }
}

/* Small menu. */
.menu-toggle {
  display: none;
}

.inset-shadow-bottom {
  -moz-box-shadow:    inset  0 -10px 10px -10px grey;
  -webkit-box-shadow: inset  0 -10px 10px -10px grey;
   box-shadow:        inset  0 -10px 10px -10px grey;
}

/*Emmatt 992px **/
@media screen and (max-width: 792px) {
  .evision-nav-right .main-navigation ul {
    text-align: center;
  }
  .evision-nav-right .main-navigation .nav-menu {
    width: auto;
    clear: both;
    text-align: center;
  }
  #masthead .col-sm-9 {
    width: 100%;
  }
  .bx-viewport, .bx-wrapper {
    margin-top: 9px!important;
  }
  .site-title, .site-title a, .site-description, .site-branding, .menu {
    text-align: center;
  }
  .site-header.evision-nav-right {
    background-color: #ffffff;
    position: static;
  }
  body.home .site-header.evision-nav-right {
  }
  .main-navigation{
    margin: 0;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  }

  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-toggle,
  #site-navigation .toggled .menu-toggle{
    font-size: 15px;
    margin-bottom: 5px;
    padding: 5px 10px !important;
  }

  .main-navigation ul {
    display: none;
  }

  .main-navigation li {
    float: none;
    display: block;
    /*border-top: 1px solid #787878;*/
  }

  .main-navigation li a:hover,
  .main-navigation li a:focus,
  .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: #43ba87!important;
  }

  .main-navigation.toggled .nav-menu {
    background-color: #d1d1d1;
  }

  /*2 level mobile menu*/
  .main-navigation ul ul:before {
    /*border-bottom: 10px solid #414141;*/
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 0;
    margin: -10px auto auto;
    position: absolute;
    right: 0;
    width: 10px;
  }

  .main-navigation ul ul {
    background: none repeat scroll 0 0 #d6d6d6;
    display: block;
    float: none;
    position: static;
    text-align: left;
    box-shadow: none;
  }

  /*3 level mobile menu*/

  .main-navigation ul ul ul{
    background: none repeat scroll 0 0 #323232;
  }

  .main-navigation ul ul ul:before{
    border-bottom-color: #323232;
  }

  /*4 level mobile menu*/

  .main-navigation ul ul ul ul{
    background: none repeat scroll 0 0 #212121;
  }

  .main-navigation ul ul ul ul:before{
    border-bottom-color: #212121;
  }

  /*5 level mobile menu*/

  .main-navigation ul ul ul ul ul{
    background: none repeat scroll 0 0 #151515;
  }

  .main-navigation ul ul ul ul ul:before{
    border-bottom-color: #151515;
  }


  .main-navigation ul ul li{
    border-top-color: #212121;
  }

  .main-navigation ul ul li:hover > ul {
    width: 100%;
  }

  .main-navigation ul ul li:first-child{
    border-top: none;
  }

  .main-navigation ul ul li a {
    display: block;
    width: auto;
    text-align: center;
    border-bottom: none;
  }

  .main-navigation .menu-toggle{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3) !important;
    border: none;
    box-shadow: none;
    float: right;
    text-align: center;
  }

  .main-navigation .menu-toggle i{
    color: #fff;
    font-size: 24px;
  }
}

.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 */
/* --------------------------------------- */

#secondary {
  margin-top: 2em;
}

.widget {
  margin-right: 1em;
}

.widget-title {
  font-size: 24px;
  margin-bottom: 0.5em;
}



#secondary .widget-title{
  letter-spacing: 2px;
  color: #295583;
}

.contact-icon{
  width: 30px;
}
.container-contact-sidebar .textwidget {
  clear: both;
}
.container-contact-sidebar span {
  float:  left;
  padding:  0 6px;
}
.container-contact-sidebar img {

}
.container-contact-sidebar span.col-img {
  clear: both;
}

.entry-meta,
.entry-footer{
  font-size: 13px;
}
.page-isg-radius-search-directory-for-rise .entry-content div.image-full img {
  max-height:  300px!important;
  max-height:  auto!important;
  height:  auto!important;
}
.entry-meta {
  border-bottom: 1px solid rgb(204, 204, 204);
  border-top: 1px solid rgb(204, 204, 204);
  padding-bottom: 10px;
  padding-top: 8px;
  margin-bottom: 2.5em;
}

.entry-meta span{
  margin-right: 10px;
}

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

.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: #028484;
}

/* 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;
  }
}

/* Search widget */
/* ------------------------------------ */

.search-form label {
  margin-bottom: 0;
  width: calc(100% - 106px);
}

.search-form .search-field {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #212121;
  display: block;
  height: 42px;
  max-width: 100%;
  vertical-align: top;
  background-color: #f7f7f7;
  line-height: 20px;
  margin-bottom: 0;
}

.search-form .search-submit {
  background-color: #028484;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  display: inline-block;
  height: 22px;
  padding: 15px 30px 27px;
  text-shadow: none;
  vertical-align: top;
  width: 102px;
}

.search-form .search-submit:hover,
.search-form .search-submit:focus{
  background-color: #565656 !important;
  box-shadow: none;
  border: none;
  text-shadow: none;
  vertical-align: top;
  border-radius: 0;
    padding: 15px 30px 27px;
}
/* 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 !important;
  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: #eeeeee !important;
}

/* 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;
}


/* ====================================================== */
/* Primary */
/* --------------------------------------- */


/* Aricles */
/* ------------------------------------ */

.page article.hentry .entry-title,
.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 #028484;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.page h1.entry-title {
  margin:  0;
}

.page article.hentry .entry-title,
.blog article.hentry .entry-title,
.archive article.hentry .entry-title,
.single article.hentry .entry-title,
.search article.hentry .entry-title{
  font-size: 24px;
  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;
}

.comments-title,
.comment-reply-title,
.comments-link {
  font-size: 18px;
  line-height: 1.3333;
}

.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;
}

.posted-on a:hover, 
.cat-links a:hover, 
.tags-links a:hover, 
.author a:hover,
.comments-link a:hover {
  color: #028484;
}

.edit-link {
  margin-left: 15px;
}

.edit-link a {
  color: #212121;
  font-weight: 700;
  text-decoration: underline;
}

.edit-link a:hover, 
.edit-link a:focus{
  color: #028484;
}

.nav-links .nav-previous a, 
.nav-links .nav-next a {
  color: #212121;
  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: #028484;
  color: #028484;
}

.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;
}

.site-info{
  width: 1170px;
  margin: 0 auto;
  padding: 13px 15px 15px;
}

@media only screen and (max-width: 1170px){
  .site-info{
      width: 96%;
      margin: 0 auto;
  }
}

@media screen and (max-width: 991px){
  .site-content {
    padding-top: 210px;
  }
}

@media only screen and (max-width: 767px){
  .site-info  {
    width: 100%;
    float: none;
  }
}

/* ====================================================== */
/* Content */
/* --------------------------------------- */

.site-content{
  width: 1170px;
  margin: 0 auto;
  padding: 0px 15px;
}

.page404 #primary{
  width: 100% !important;
}

/*right-sidebar start*/

#primary,
body.evision-right-sidebar #primary {
  width: 100%;
}

#secondary,
body.evision-right-sidebar #secondary {
  width: 100%;
}

div#secondary > aside{
  width: 50%;
    display: flex;
    margin: 0 auto;
    float: left;
    padding: 0 1em;
}
    

/*right-sidebar ends*/

/*left-sidebar start*/

body.evision-left-sidebar #primary {
  float: right;
  width: 68%;
}

body.evision-left-sidebar #secondary {
  float: left;
  width: 29%;
}

/*left-sidebar ends*/

/*no-sidebar start*/

body.evision-no-sidebar #primary {
  float: left;
  width: 100%;
}

/*no-sidebar ends*/

@media only screen and (max-width: 1170px){
  .site-content{
      width: 96%;
      margin: 0 auto;
  }
}

@media only screen and (max-width: 767px){
  #primary,
  body.evision-right-sidebar #primary,
  body.evision-left-sidebar #primary,
  #secondary,
  body.evision-right-sidebar #secondary,
  body.evision-left-sidebar #secondary  {
    width: 100%;
    float: none;
  }

}

/*post image position*/

article.hentry .image-full{
  margin-bottom: 20px;
}

.entry-content .image-left {
  float: left;
  margin-right: 20px;
}

.entry-content .image-right {
  float: right;
  margin-left: 20px;
}

.entry-content .image-left {
  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;
  }

}

/* 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-header {
  margin-top: 0;
  border-bottom: none;
}

.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;
}

.entry-content img{
  margin-bottom: 20px;
}

.single article.hentry .entry-title{
  color: #028484;
}


/*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 {
  color: #212121;
}

.page-links a:hover,
.page-links a:focus,
.page-links > span:hover,
.page-links > span:focus {
  border: 1px solid #41BFBF;
  color: #028484;
}

/* 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 {
    font-size: 18px;
    line-height: 1.3333;
}

.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;
    border-radius: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -o-border-radius: 30px;
      -ms-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 #333333;
}
.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: #333333;
}

.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: #333333;
    color: #333333;
    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-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;
}

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

.page-numbers {
  border: 1px solid #cccccc;
  color: #565656;
  display: inline-block;
  font-size: 18px;
  height: 44px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  width: 44px;
  background-color: #ffffff;
  margin-top: 15px;
}

.page-numbers:hover,
.page-numbers:focus,
.page-numbers.current {
  border: 1px solid #028484;
  color: #028484;
}

/* 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: 1em;
  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 Nullify Bootstrap columns padding */
/* --------------------------------------- */

@media screen and (min-width: 768px){
  .pad0l{
      padding-left: 0px;
  }
  .pad0r{
      padding-right: 0px;
  }
  .pad0lr{
      padding-left: 0px;
      padding-right: 0px;
  }
}


/* 10.2 columns of same height */
/* --------------------------------------- */

.row-full-height {
  height: 100%;
}

.col-full-height {
  height: 100%;
  vertical-align: middle;
}

/* vertical alignment styles */

.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

/*social icons styles*/

.evision-social-section ul{
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.evision-social-section ul li{
  display: inline-block;
}

.evision-social-section a:before {
  font-family: "FontAwesome";
  font-size: 14px;
}

.evision-social-section a {
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 42px;
  text-align: center;
  width: 42px;
  background-color: #FFFFFF;
  color: #000000;
  display: inline-block;
  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;
}
.image-overlay {
  position :relative;
}
.image-overlay span {
  position: absolute;
  text-align:center;
  bottom:  0;
  right:  0;
  left:  0;
  display:  block;
  padding: 8px;
  background: rgba(0,0,0,0.8);
  color: #FFF;
  font-size:  16px;
  margin:  40px 15px;
  font-weight:  bold;

}
.wrap-news-images .col-sm-3 {
  text-align: center;
  padding-bottom:  30px;

}
.wrap-news-images {
  padding-top: 0!important;
}
.wrap-news-images a:hover {
  opacity:  0.6;
}
.social-blue {
  background-color: #295583 !important;
  color: #FFFFFF !important;

}

.evision-social-section a:hover{
  color: #ffffff !important;
}

.evision-social-section a[href*="facebook.com"]:before {
  content: "\f09a";
}

.evision-social-section a[href*="twitter.com"]:before {
  content: "\f099";
}

.evision-social-section a[href*="linkedin.com"]:before {
  content: "\f0e1";
}

.evision-social-section a[href*="instagram.com"]:before {
  content: "\f16d";
}

.evision-social-section a[href*="youtube.com"]:before {
  content: "\f167";
}

.evision-social-section a[href*="plus.google.com"]:before {
  content: "\f0d5";
}

.evision-social-section a[href*="pinterest.com"]:before {
  content: "\f0d2";
}

.evision-social-section a[href*="flickr.com"]:before {
  content: "\f16e";
}

.evision-social-section a[href*="tumblr.com"]:before {
  content: "\f173";
}

.evision-social-section a[href*="wordpress.org"]:before {
  content: "\f19a";
}

.evision-social-section a[href*="wordpress.com"]:before {
  content: "\f19a";
}

.evision-social-section a[href*="soundcloud.com"]:before {
  content: "\f1be";
}

/*----------------------*/
.evision-social-section a:hover[href*="facebook.com"] {
  background-color: #3C579E!important;
}

.evision-social-section a:hover[href*="twitter.com"] {
  background-color: #01BBF6!important;
}

.evision-social-section a:hover[href*="linkedin.com"] {
  background-color: #1484C3!important;
}

.evision-social-section a:hover[href*="instagram.com"] {
  background-color: #2D6A93!important;
}

.evision-social-section a:hover[href*="youtube.com"] {
  background-color: #D62424!important;
}

.evision-social-section a:hover[href*="pinterest.com"] {
  background-color: #BD2126!important;
}

.evision-social-section a:hover[href*="plus.google.com"] {
  background-color: #D73D32!important;
}

.evision-social-section a:hover[href*="flickr.com"] {
  background-color: #FD0083!important;
}

.evision-social-section a:hover[href*="tumblr.com"] {
  background-color: #34465D!important;
}

.evision-social-section a:hover[href*="wordpress.org"] {
  background-color: #3480A3!important;
}

.evision-social-section a:hover[href*="wordpress.com"] {
  background-color: #3480A4!important;
}

.evision-social-section a:hover[href*="soundcloud.com"] {
  background-color: #FF5500!important;
  
}
/*social group in nav section*/

.social-icon-only a{
  font-size: 0;
}

.social-group-nav a:before {
  font-size: 18px;
}

.social-group-nav a {
  height: 36px;
  width: 36px;
  text-align: center;
  vertical-align: middle;
}

/*back-to-top section*/
.evision-back-to-top {
  background-color: #1E6D93;
  border-radius: 2px;
  bottom: 15px;
  color: #ffffff;
  display: inline-block;
  font-size: 28px;
  padding: 8px 13px 9px;
  position: fixed;
  right: 15px;
}
.evision-back-to-top:hover {
  background-color: #black;
}
/*
.evision-back-to-top:hover,
.evision-back-to-top:focus {
  background: #656169 none repeat scroll 0 0;
}*/

/*overflow hidden*/
.overhidden{
  overflow: hidden;
}

/* ====================================================== */
/* 11 Custom Pages */
/* --------------------------------------- */

/* Home page Style */
/* --------------------------------------- */

.evision-wrapper{
    float: left;
    width: 100%;
}

/*-------------------- block section -----------------*/

.block-section{
  padding-top: 70px;
  padding-bottom: 40px;
  position: relative;
}

body.home .block-section{
  text-align: center;
}

/*-------------------- block section -----------------*/

#breadcrumb {
  background-color: rgba(82, 82, 82, 0.6)!important;
  color: #565656;
  font-size: 12px;
  padding-bottom: 3px;
  padding-top: 3px;
  color: #ffffff;
  position: absolute;
  width: 100%;
}

#breadcrumb a{
  color: #ffffff!important;
}

#breadcrumb a:hover{
  opacity: 0.7;
}

#breadcrumb span{
  margin-right: 5px;
  margin-left: 5px;
}

#breadcrumb span:first-child{
  margin-left: 0;
}
/*-------------------- header section -----------------*/

/*==================== eVision Nav Right Start====================*/


.site-header.evision-nav-right {
  width: 100%;
  /*padding-bottom: 15px;*/
  text-align: left;
}
ul.sub-menu{
  z-index: 1;
}
.main-navigation ul.sub-menu a {
  padding: 8px 20px;
}

body.home .site-header.navbar-fixed-top{
/*  position: fixed;*/
}
#masthead{
  background-color: #ffffff!important;
}

.navbar-fixed-top {
  background: rgba(0,0,0,0);
  transition: all 0.5s;
}

.navbar-fixed-active{
  background-color: #212121 !important;
  position: fixed !important;
}

.evision-nav-type-2{
  position: static;
}

body:not(.home) .site-header.evision-nav-right{
  position: relative;
}

.evision-nav-right .site-title:hover,
.evision-nav-right .site-title a:hover{
  color: #cccccc;
}

.evision-nav-right .site-description{
  color: #ffffff;
}

.evision-nav-right .main-navigation .nav-menu{
  width: auto;
      clear: both;
}

.site-header.evision-nav-right .main-navigation{
  background-color: rgba(0, 0, 0, 0) !important;
}

.evision-nav-right .main-navigation ul {
  text-align: right;
}

.evision-nav-right .main-navigation ul ul{
  text-align: left;
}

.evision-banner-right-nav {
  position: relative;
}

@media screen and (max-width: 1199px){
  .main-navigation a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

}

@media screen and (max-width: 991px){

  .main-navigation a {
    padding: 10px;
  }
}

@media screen and (max-width: 767px){
  body.home .site-header.evision-nav-right{
    position: static;
  }

  .evision-nav-right .main-navigation ul {
    text-align: center;
  }

}

/*==================== eVision Nav Right Start====================*/

/*-------------------- Slider section -----------------*/

.evision-wrap-banner{
  border-bottom: 10px solid #028484;
  background-color: #028484;
}

.bx-viewport, .bx-wrapper{
    position:relative;
    width:100%;
    height: 72vh !important;
    top:0;
    left:0;
    margin-top: 62px;
    min-height: 620px;
}

.bx-wrapper .bx-viewport{
    border: none !important;
}

#evision-slider{
  position: relative;
}

.evision-main-slider{
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.evision-main-slider, .evision-main-slider li{
    height: 100% !important;
}

.evision-slider-content {
  position: absolute;
  top: 48px;
  left: 7%;
  right: 0;
  margin: 0px;
  /* margin-left: 8%; */
}

.slider-wrapper{
    border-bottom: 0.5em solid #43BA87;
}

.evision-main-slider li{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    left: 0;
}

.evision-main-slider li img{
  width: 100%;
  vertical-align: top;
}

.bx-wrapper .bx-pager {
  bottom: 10px;
  font-size: 0;
  right: 20px;
  text-align: right;
  width: 120px;
}

.bx-wrapper .bx-pager.bx-default-pager a{
  background-color: #999999;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active{
  background-color: #ffffff;
}

#evision-slider .bx-controls-direction a:hover,
#evision-slider .bx-controls-direction a:focus{
  color: #ffffff;
}

.bx-wrapper .bx-next {
  right: 10px;
}

.evision-slider-caption {
  color: #ffffff;
  margin-top: 0px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  word-wrap: break-word;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 50em;
}

.evision-slider-caption .banner-con {
  margin-top: 10px;
  margin-bottom: 35px;
}

.evision-slider-caption p{
  color: #ffffff;
}

.evision-slider-caption .main-title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.evision-slider-caption .main-title:hover a{
  color: #028484;
}

.banner-divider {
  background-color: #b0b7be;
  clear: both;
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  width: 90px;
  margin-bottom: 10px;
}

.banner-btn {
  font-size: 14px;
  line-height: 18px;
  padding: 15px 35px 17px;
  margin-top: 20px;
  clear: both;
}

@media screen and (max-width: 1199px){

  .evision-slider-caption {
    font-size: 15px;
  }
  
  .evision-slider-caption .main-title {
    font-size: 30px;
  }

  .evision-slider-caption .banner-con {
    margin-bottom: 30px;
    margin-top: 15px;
  }

}

@media screen and (max-width: 991px){
  .evision-slider-caption {
    font-size: 14px;
    line-height: 1.4;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .evision-slider-caption .main-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .evision-slider-caption .big-btn {
    margin-top: 5px;
    padding: 9px 16px 10px;
  }

  .evision-slider-caption .banner-con {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px){
  .bx-viewport, .bx-wrapper{
      height:50vh !important; /*fallback*/
  }
}


@media screen and (max-width: 767px){
  .imis-features-nav a {
    width:  45%!important;
  }
  .bx-viewport, 
  .bx-wrapper{
      height:100vh !important; /*fallback*/
  }

  .evision-slider-content {
    bottom: 40px;
  }

  .evision-slider-caption .main-title {
    font-size: 20px;
  }
  
  .evision-slider-caption .main-title a{
    color: #ffffff;
  }

  .evision-slider-caption {
    margin: auto;
    text-align: center;
    width: 80%;
    background-color: transparent;
  }

  .bx-wrapper .bx-controls-direction a {
    margin-top: 0;
  }

  .bx-wrapper .bx-controls-direction a {
    bottom: 27px;
    top: inherit;
  }

  .bx-wrapper .bx-controls-direction i.fa-5x{
    font-size: 3em;
  }

}

@media screen and (max-width: 767px){
  .site-header.navbar-fixed-top{
    position: static !important;
  }
}

/*-------------------- Service section -----------------*/

.wrap-service.block-section {
  padding-top: 35px;
  padding-bottom: 10px;
}

.title-divider{
  width: 60px;
  height: 1px;
  background-color: #028484;
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.wrap-service .block-row{
  margin-top: 20px;
      overflow: visible;
}

.box-inner{
  background-color: #ffffff;
  margin-bottom: 30px;
}

.icon-container{
  position: relative;
}

.icon-container i {
  border: 1px solid #028484;
  border-radius: 100px;
  color: #565656;
  display: inline-block;
  font-size: 21px;
  padding: 30px;
  background-color: #ffffff;
}
.imis-features-nav {
  width:  100%;
  overflow:  hidden;
}

.imis-features-nav > br {
  display:  none;
}
.imis-features-nav a {
  padding:  20px;
  display:  block;
  float:  left;
  font-size:  120%;
  text-decoration:  none!important;
  text-align: center;
  margin:  10px;
  width:  21%;
  
  min-height:  180px;

}
.imis-features-nav a:hover {
  opacity:  0.7;
  
}
.container-imis-features {
  overflow: hidden;
  width:  100%;
}
.container-imis-features .container-feature {
  width:  100%;
  overflow:  hidden;
  padding:  20px;

}
.container-imis-features .container-feature img.feature,
.container-imis-features .container-feature img.screen {
  display:  block;
  margin:  0 auto;
}
.container-imis-features h3,
.container-imis-features h5 {
  text-align:  center;
}

.container-imis-features .container-feature:nth-child(2n+1) {
  background: #EBEBEB;
}
.imis-features-nav a img {
  display:  block;
  max-width:  75px;
  margin:  0 auto;
}
.container-features {

}
.box-content {
  margin-top: -33px;
  padding: 58px 40px 40px;
  position: relative;
}

.box-container a:hover .icon-container i,
.box-container a .box-content,
.box-container a h3,
.box-container a .box-content p{
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.box-container a .box-content{
  color: #565656;
}

.box-container a:hover .box-content{
  background-color: #028484;
}

.box-container a:hover h3,
.box-container a:hover .box-content p{
  color: #ffffff;
}

.box-container h3{
  margin-top: 0px;
  margin-bottom: 25px;
}

.box-container a:hover h3{
  color: #ffffff !important;
}

.browse-more-btn{
  margin-top: 60px;
}

/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.icon-container i {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.icon-container i:before {
  bottom: 0;
  left: 0;
  line-height: 2.8em;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateZ(0px);
  vertical-align: middle;
}

.box-container a:hover .icon-container i:before, .box-container a:focus .icon-container i, .box-container a:active .icon-container i {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@media screen and (max-width: 991px){
  .box-container{
    margin-bottom: 30px;
  }
}
/*-------------------- About section -----------------*/

.wrap-about{
  background-color: #f8f8f9;
  padding-bottom: 35px;
}

.wrap-about .title-divider {
  margin-right: 0;
}

.about-hero-par{
  font-size: 15px;
  margin-bottom: 30px;
}

.row#services{
  padding-bottom: 2em;
}

.about-list {
  background: #248CCC;
  border-bottom: 0.5em solid #43BA87;
  box-shadow: 4px 8px 8px 1px #888888;
  margin-bottom: 1em;
  min-height:  240px;
}

.about-list:hover{
  filter: brightness(110%);
}

.wrap-about h3{
  font-weight: 600;
  color: #414141;
}

.services-icon {
  max-height: 130px;
}

@media screen and (min-width: 992px){
  .about-content {
  }

  .icon-section{
  }

  .about-list-content{
    
  }

}

@media screen and (max-width: 991px){
  .wrap-about .title-divider {
    margin-right: auto;
  }

}

/*-------------------- Highlight section -----------------*/

.wrap-highlight{
  padding-bottom: 70px;
  padding-top: 90px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
  background-size: cover;
}

.wrap-highlight h2{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  
}

/*-------------------- Blog section -----------------*/

.wrap-blog{
  padding:  20px 0;
}
button.isg-blue{
  background-color: #1e6d93!important;
}

.single-thumb-inner{
  margin-bottom: 30px;
}

.single-thumb-image{
  position: relative;
  overflow: hidden;
  border-bottom: 0.5em solid #43BA87;

}

.single-thumb-image > img{
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  vertical-align: top;
}

.single-thumb-image .overlay,
.single-thumb-image .icon {
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}

.single-thumb-image .overlay{
  background-color: #565656; /*fallback*/
  background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.single-thumb-image .icon{
  height: 80px;
  bottom: -100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.single-thumb-image:hover > img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.single-thumb-image:hover .overlay,
.single-thumb-image:hover .icon{
  opacity: 1; 
}

.single-thumb-image:hover .icon{
  bottom: 0;
}

.single-thumb-image .icon a {
  display: inline-block;
}
.single-thumb-content h3.isg-blue-text{
  color:#1e6d93!important
}

.single-thumb-image .icon span {
  background-color: #028484;
  border-radius: 100px;
  display: inline-block;
  height: 80px;
  line-height: 75px;
  vertical-align: middle;
  width: 80px;
}

.single-thumb-image .icon img{
  vertical-align: middle;
}

.single-thumb-image .icon:hover{
  opacity: 0.7;
}

.single-thumb-content{
  text-align: left;
}

@media screen and (max-width: 991px){

  .single-thumb-content{
    text-align: center;
  }

}

/*-------------------- Testimonial section -----------------*/

.wrap-testimonial{
  background-color: #ffffff!important;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
}
#carousel-testimonial{
  padding:3em;
  background-color: #DDE7F3;
  min-height: 20vh;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.testimonial-icon{
  opacity: 1.0; 
  color: #839DB1;
  font-size: 50px;
  margin-bottom: 0px;
  position: relative;
  z-index: 999;
  margin-bottom: -20px;
}
.carousel-indicators li {
  background: #222D6E!important;
  border: 1px #222D6E solid;
}
.wrap-testimonial p{
  color: #1E2569;
}

.testimonial-sayer h3{
  color: #1E2569;
  font-weight: 600;
  font-size: 16px;
  margin-top: 30px;
}
.testimonial-sayer {
  color: #1E2569;
}

.wrap-testimonial .carousel-indicators {
  bottom: -10px;
}

.wrap-testimonial .carousel-indicators li{
  margin-left: 5px;
  margin-right: 5px;
}


/*-------------------- Contact section -----------------*/

.wrap-contact{
  background-color: #3E4444;
  color: #ffffff;
  padding-bottom: 0;
}

.wrap-contact .contact-inner{
}

.wrap-contact .widget{
  text-align: left;
}

.contact-list:after {
  clear: both;
  content: "";
  display: table;
}

.icon-area {
  float: left;
  margin-right: 15px;
  width: 40px;
  margin-top: 15px;
}

.icon-area i {
  color: #ffffff;
  font-size: 36px;
  line-height: 26px;
  opacity: 0.2;
}

.contact-detail {
  float: left;
  text-align: left;
  width: 80%; /*fallback*/
  width: calc(100% - 60px);
}

.contact-detail p{
  color: #ffffff;
  line-height: 26px;
}

.contact-detail a {
  color: #ffffff;
  margin-top: 5px;
  display: block;
}

.contact-detail a:hover{
  opacity: 0.6;
}


@media screen and (max-width: 991px){
  .icon-area, 
  .contact-detail {
    display: block;
    float: none;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
  }

  .icon-area{
    margin-top: 30px;
  }
}


/*-------------------- Footer section -----------------*/

.evision-wrapper.block-section.wrap-contact, .evision-wrapper.site-footer {

  background: linear-gradient(90deg, rgba(0,102,153,1) 0%, rgba(0,153,204,1) 100%);
  text-align: center;
  padding-top: 30px;
  padding-bottom: 15px;
}
.evision-wrapper.site-footer {
  padding-top: 0;
}
.evision-wrapper.wrap-contact .col-md-12 {
  padding:  0;
}
.evision-wrapper.wrap-contact .col-md-12 .col-md-3:nth-of-type(1) {
  padding-left: 0;
}
.footer-social-container{
  margin-bottom: 15px;
}

.footer-social-container ul li{
  margin-bottom: 15px;
}
.evision-social-section a:before,
.footer-social-container a:before {
  display: block;
  margin-top:  -2px;

}
.footer-social-container a:before {
  color: #1E2569;
}

.site-info a{
  color: #a7a7a7;
}

.site-info a:hover{
  color: #ffffff;
}


/*----------------------------------------------------*/
/*-------------------- Contact Page -----------------*/

.wrap-contact-page{
  font-size: 14px;
}

.wrap-contact-page h2{
  color: #24baba;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.contact-form{
  color: #414141;
  margin-top: 50px;
}

.contact-form .wpcf7-textarea{
  min-height: 210px;
}

.contact-form input,
.contact-form textarea{
  margin-top: 10px;
}


.contact-sidebar p{
  margin-bottom: 10px;
}

.contact-widget{
  font-size: 15px;
  margin-bottom: 60px;
}

.wrap-contact .widget-title, 
.wrap-contact .widgettitle{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-left: medium none;
  padding-left: 0;
}

.contact-widget h3{
  color: #24baba;
  font-size: 15px;
  font-weight: 600;
}

@media screen and (min-width: 992px){

  .contact-right{
    margin-right: 20px;
  }

  .contact-sidebar{
    margin-left: 30px;
  }

  .contact-form .wpcf7-submit {
    display: inline-block;
    padding-left: 50px;
    padding-right: 50px;
    width: auto;
  }

}

@media screen and (max-width: 991px){
  .contact-sidebar{
    text-align: center;
    margin-top: 40px;
  }
}


/*WooCommerce Compatible*/

.woocommerce nav.woocommerce-pagination ul li{
  float: none;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce #respond input#submit:focus, 
.woocommerce a.button:focus, 
.woocommerce button.button:focus, 
.woocommerce input.button:focus{
  padding: 18px 30px 20px;
}

@media screen and (max-width: 479px){
  .woocommerce #respond input#submit, 
  .woocommerce a.button, 
  .woocommerce button.button, 
  .woocommerce input.button,
  .woocommerce #respond input#submit:focus, 
  .woocommerce a.button:focus, 
  .woocommerce button.button:focus, 
  .woocommerce input.button:focus{
    padding: 13px 20px 14px;
    font-size: 12px;
  }

}

/*BBpress Compatible*/
.wp-editor-container input[type="button"] {
    background-color: inherit !important;
}

.wp-editor-container input[type="button"]:hover,
.wp-editor-container input[type="button"]:focus {
    background-color: inherit !important;
    border: inherit !important;
}

/*-------------------EMMATT STYLES: GRAHAM M 2016------------------*/
.bx-wrapper .bx-pager.bx-default-pager a {
  display: none!important;
}

.banner-divider-container {
  display: none;
}
.evision-wrap-banner {
  border-bottom: 0px solid #028484!important;
}
.wrap-service.block-section {
  padding-top: 20px;
}
.metaslider .flexslider:hover .flex-prev {
  	left: -28px;
}
.metaslider .flexslider:hover .flex-next {
  	right: -28px;
}
.wp-video{
  margin: 2em auto;
}

/* Tom Slider Controls Styles */
@media (max-width: 699px) {
	.metaslider .flexslider:hover .flex-prev {
	  left: 0px !important;
	}
	.metaslider .flexslider:hover .flex-next {
	  right: 0px !important;
	}
}

h1.site-title a {
    color: #1E6D93!important;
}
.main-navigation a {
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    font-size: 17px;
    padding: 21px 18px;
}
.pre-header {
    width: 100%;
    background: white;
    position: relative;
    z-index:  999;
}
.main-navigation {
  margin-top:0px;
}
.pre-header-search input[type='text'] {
  margin-bottom: 0!important;
  float:  right;
  width: 80%;
}
.pre-header-search img {
  float:  left;
  max-height:  30px;
  margin-top: 4px;
}
.pre-header-right {
    float: right;
    text-align: right;
    width: 342px;
    margin-top: 20px;
}
.pre-header-right .social-group-nav {
  float:  right;
  margin-bottom:  10px;
  clear: both;
}
.pre-header-right .pre-header-search {
  clear: both;
}
.pre-header-right p {
    font-family: 'Roboto'!important;
    font-weight: 400;
    color: black;
    font-size: 12px;
    display: inline-block;
    margin-right: 17px;
}
.head-social {
  margin-bottom: 1em;
}
.head-social a img {
  height: 30px;
  width: 30px;
}
.head-social a:hover {
  opacity:0.7;
}

input#s {
    width: 88%;
    height: 36px;
    background: linear-gradient(90deg, rgba(204, 204, 255, 0.35) 0%, rgba(204, 255, 255, 0.35) 100%);
    border-radius: 20px;
    border:0px;
}
input#searchsubmit {
    display: none;
}
.service-box {
  height:456px;
  width:233px;
  display:block;
  position:relative;
  float: left;
  margin: 0px 25px;
} 
.bubble-dark, .bubble-light {
  position: absolute;
  height:190px;
  width:177px;
  display:block;
      left: -43px;
}
.bubble-dark p, .bubble-light p {
  font-family:'Roboto Condensed'!important;
  font-size:17px;
      padding: 28px 14px;
      font-weight:600;
      line-height: 1.1;
}
.bubble-dark {
      background-image: url('https://www.isgsolutions.com/wp-content/themes/bizlight-pro/assets/img/dark-bubble.png');
      color:white;
}
.bubble-light {
      background-image: url('https://www.isgsolutions.com/wp-content/themes/bizlight-pro/assets/img/light-bubble.png');
      color:black;
}
.service-contain {
     display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row; /* works with row or column */
   flex-direction: row;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   /* Or do it all in one line with flex flow */
   -webkit-flex-flow: row wrap;
   flex-flow: row wrap;
   /* tweak the where items line up on the row */
   /* valid values are: flex-start, flex-end, space-between, space-around, stretch */
   -webkit-align-content: flex-end;
   align-content: flex-end;
}
.service-box img {
    margin-top: 215px;
}
.service-box h4 {
    font-family: 'Roboto Condensed'!important;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1.1;
    color: #494949!important;
        margin-top: 22px;
}
.wrap-about {
    background-color: #FFFFFF!important;
        padding-top: 0px;
}
.cta-divide {
    font-family: 'Roboto Condensed'!important;
    background: #e8e8e8;
    text-align: center;
    padding: 4px 20px 1px 20px;
    margin-top: 46px;
}
.cta-divide h3 {
    font-family: 'Roboto Condensed'!important;
    font-size: 36px;
    font-weight: 800;
    color: #1b6386!important;
}
.about-list-content h3 a {
    font-family: 'Roboto Condensed'!important;
    font-size: 24px;
    margin-top: 19px;
    display: block;
    color: #FFFFFF!important;
}
.about-list-content p {
    color: black;
    font-family: 'Roboto'!important;
    font-size: 16px;
}
.wrap-highlight h2 {
    font-family: 'Roboto Condensed'!important;
    font-size: 48px;
}

.wrap-blog h2 {
    margin: 22px 0px;
    font-family: 'Roboto Condensed'!important;
    font-size: 36px;
    color: #1b6386!important;
}
.btn-round,
body.home .wrap-blog button {
  border-radius: 40px;
  padding: 0px;
  text-align: center;
  height:  32px;
  width: 32px;

}
.btn-round {
  background: #43ba87 !important;
  color: #FFF;
  font-size:  16px;
}
.btn-round i,
body.home .wrap-blog button i {
  font-size: 160%!important;
  margin-left: 2px;
  margin-top: 2px;
}
.wrap-highlight {
  padding:40px;
}

.single-thumb-content {
    display: table-cell;
}
.single-thumb-content h3 {
    color: #295583;
    font-weight: 300;
}
.single-thumb-content-text p {

}
a.blog-read-more {
  color: white;
}
.single-thumb-content-text{
  display:none;
}
.wrap-blog {
    box-shadow: 0px 9px 14px -12px black;
}
.wrap-testimonial {
  padding: 0px 0 40px 0;
  /*  box-shadow: 0px 4px 7px 0px rgba(38, 116, 154, 0.6);*/
}
.widget li a {
    font-weight: 400;
}
.textwidget {
    font-weight: 300;
}
.evision-social-section ul {
    padding-right: 33px;
}

#text-5 a {
    color: white!important;
}
#text-5 a:hover {
    color: #e7892b!important;
}

@media (min-width: 1330px) {
  .wrap-blog .container,
  .wrap-news-images .container,
  .wrap-about .container {
      width: 1319px;

  }

}

}
.main-navigation ul ul a {
    border-bottom: 1px solid #666666;
    font-size: 17px;
    padding: 12px 18px;
    width: 200px;
    text-transform: none;
    letter-spacing: -1px;

}
.evision-slider-caption h1 {
    font-family: 'Roboto'!important;
    font-size: 37px;
    color: #000000!important;
    margin-bottom: 0px;
    font-weight: 500;
}
.evision-slider-caption h1 span {
      color: #A02049;
    font-size: 125%;
}
.evision-slider-caption h2 {
    font-family: 'Roboto Condensed'!important;
    font-size: 29px;
    font-weight: 400;
    text-transform:none!important;
    color: #B32A56!important;
    margin-top: -9px;
}
.header-tagline {
	float: left;
	font-family: 'Aller'!important;
	color: #000000!important;
	font-weight: 700;
	font-style: italic;
	font-size: 16px;
	margin-top: 35px;
	margin-left: 22px;
	width: 223px;
}
.header-logo {
  height:300px;
  max-height:100px;
  width: auto;
  padding-top:  10px;
  float: left;
}
.logo-flex {
    padding: 50px 0px;
    clear: both;
}
.logo-flex img {
    max-width: 788px;
    width: 100%;
    padding: 0px 20px;
}
@font-face {
  font-family: 'Aller';
  src: url('fonts/Aller_Rg.ttf') format('truetype');
}
@font-face {
  font-family: 'Aller';
  src: url('fonts/Aller_Lt.ttf') format('truetype');
  font-weight:lighter;
}
@font-face {
  font-family: 'Aller';
  src: url('fonts/Aller_Bd.ttf') format('truetype');
  font-weight:bold;
}
@font-face {
  font-family: 'Aller';
  src: url('fonts/Aller_It.ttf') format('truetype');
  font-style:italic;
}
@font-face {
  font-family: 'Aller';
  src: url('fonts/Aller_LtIt.ttf') format('truetype');
  font-weight:lighter;
  font-style:italic;
}
@font-face {
  font-family: 'Aller';
  src: url('fonts/Aller_BdIt.ttf') format('truetype');
  font-weight:bold;
  font-style:italic;
}
.contact-sidebar img {
    -webkit-filter: brightness(0%);
    float: left;
    width: 50px;
}
.contact-sidebar h2 {
    float: right;
    width: 74%;
    margin-top: 0px;
    font-size: 15px;
}
.contact-sidebar h2 span {
    font-size: 32px;
    color: #1E6D93;
}
#text-7 a {
    padding: 13px 20px;
    background: #1E6D93;
    color: white!important;
    display: block;
    width: 182px;
    position: relative;
      transition:all 0.3s linear;
      margin:0px auto 13px;
      overflow:hidden;
}
#text-7 a:hover {
      background: #3A92BC;
}
.entry-content p, .entry-content li {
    font-size: 16px!important;
    text-rendering: geometricPrecision;
    font-family: 'Roboto'!important;
    line-height: 1.6!important;
        -webkit-font-smoothing: auto;
}
.entry-content a {
    text-decoration: underline;
    color: #0ba6e4!important;
}
.borderless, .borderless tr, .borderless td {
  border:none;
  vertical-align: top;
}
.borderless img {
  margin-top:5px;
}


.FeatureBlock {
  display:block;
  margin:auto;
}

.FeatureBlock a, .FeatureBlock a:Visited {
  color: #8b898b;
  text-decoration:none;
}

.FeatureBlock a:hover {
  text-decoration:underline;
}

.FeatureBlock-Set {
  display:block;
}
.Feature-Set {
  display:block;
}

.Feature-Icon {
  width:auto;
  float:none;
}
.Feature-Name {
    text-align: center;
/*
    position: relative;
    top: 1.75em;
*/
    height: 4em;
    width: auto;
/*
  padding-top:1.25em;
    padding-left: .25em;
*/
    float: none;
}
.wp-block-columns {
  margin-bottom:  0;
}
.container-inline-quote {
  background:#EEE;
  padding: 20px 100px;
  overflow:hidden;
}
.container-inline-quote .container-quote-content {
  
  
  background-repeat: no-repeat;
  background-position-y: 45%;
  background-position-x: 20px;
  padding-left: 140px;
  font-size:20px!important;
  position:relative;
}
.container-quote-content::before {
  position:absolute;
  content: " ";
  background-image:url(https://www.isgsolutions.com/wp-content/uploads/2016/06/quote.png);
  width: 100px;
  height: 90px;
  opacity:0.5;
  left: 0;
  display:block;
}

.container-inline-quote > div {
  float: left;
  width: 60%;
}
.container-inline-quote > div:nth-of-type(1) {
  width: 40%;
  text-align:center;
}
.container-inline-quote > div:nth-of-type(2) {
  padding-top:80px;
}
.container-inline-quote img {
  border-radius:50%;
}


@media (min-width: 767px) {

.FeatureBlock {
  margin:auto;
  text-align:center;
  width:100%;
  display:inline-block;
}

.FeatureBlock-Set {
  display:block;
  width: 25%;
  float:left;
}

.Feature-Set {
  display:block;
  padding-right: 0em;
  text-align: center;
  float:none;
}

.FeatureBlock-NoPadding {
  padding-right:0em;
  width:25%;
}

.Feature-Icon {
  width:auto;
  float:none;
}
.Feature-Name {
    text-align: center;
/*
    position: relative;
    top: 1.75em;
*/
    height: 4em;
    width: auto;

  padding-top:1.25em;
    padding-left: .25em;
    float: none;
}

}

@media (min-width: 1100px) {

.FeatureBlock {
  margin:auto;
  margin-left:5%;
  display:inline-block;
}

.FeatureBlock-Set {
  display:inline-block;
  width:25%;
  float:left;
}

.Feature-Set {
  width:100%;
  display:inline-block;
  padding-right:0;
  float:left;

}

.FeatureBlock-NoPadding {
  width:25%;
  padding-right:0em;
}

.Feature-Icon {
  width:50px;
  float:left;
}
.Feature-Name {
    text-align: left;
/*
    position: relative;
    top: 1.75em;
*/
    height: 4em;
    width: auto;

  padding-top:2.25em;
    padding-left: .25em;
    float: left;
}

}

@media (min-width: 1255px) {

.FeatureBlock {
  width:100%;
  margin: auto;
  display:inline-block;
}

.FeatureBlock-Set {
  display:inline-block;
  float:left;
}

.FeatureBlock-NoPadding {
  padding-right:0em;
}

.Feature-Icon {
  width: 75px;
  float:left;
}
.Feature-Name {
    text-align: left;
    /*
    position: relative;
    top: 1.75em;
*/
    height: 4em;
    width: auto;
    padding-top: 3em;
    padding-left: .25em;
    float: left;
}

}

/* ================================================ Feature Box Sets ===================================== */

.FeaturesBoxes {
  width:90%;
}
.Feature-Box {
  width: 100%;
    text-align: center;
    background-color: #fff;
    padding: .5em;
    margin-left: 0;
    margin-bottom: 1em;
  position: relative;
}
@media (min-width: 767px) {
.FeaturesBoxes {
  width:100%;
}
.Feature-Box {
  font-size: 70%;
  width: 48%;
    height: 16em;
    text-align: center;
    background-color: #fff;
    padding: 1.25em;
    margin-left: 1%;
    margin-bottom: .5em;
    float: left;
}
}
@media (min-width: 1100px) {
.Feature-Box {
  font-size: 70%;
  width: 24%;
    height: 16em;
    text-align: center;
    background-color: #fff;
    padding: 1.25em;
    margin-left: 1%;
    margin-bottom: .5em;
    float: left;
}

}

@media (min-width: 1350px) {
.Feature-Box {
  font-size: 100%;
}
}

/* ========================================== Features Page =================================== */

.FeatureContent {
  width:100%;
  text-align:center;
}

.Icon-Feature {
  text-align:center;
}

.Name-Feature {
  text-align:center;
}

.Content-Feature {
  width: 100%;
}
.Content-Feature h5 {
  font-family:'AvenirNextLTW01-Regular';
  color: #383838;
  border-bottom-style: none;
  font-size: 110%;
  margin-top: -.75em;
}

.Content-Feature li {
/*  list-style-image: url('http://www.advsol.com/ASI/images/NewSite/bullet_check_tall.png');*/
  margin-top: .5em;
  list-style: initial;
}

.Content-Feature ul {
/*  list-style-image: url('http://www.advsol.com/ASI/images/NewSite/bullet_check_tall.png');*/
  margin-top: 1em;
}

@media (min-width: 767px) {

  
}

@media (min-width: 1280px) {
.Icon-Feature {

}

.Name-Feature {

}
}




.Row {
  width: auto;
  display: block;
  padding-top: 2.5em;
  padding-left: 6.25%;
  padding-right: 6.25%;
  margin: 0 auto;
}

.RowGray {
  width: auto;
  display: block;
  padding-top: 2.5em;
  padding-bottom: 1.75em;
  background-color: #ebebeb;
  padding-left: 6.25%;
    padding-right: 6.25%;
  margin:0 auto;
}


.ImageBlock-left {
  width:90%;
  display:block;
  text-align:center;
}

.ImageBlock-right {
  width:90%;
  display:block;
  text-align:center;
}


.Shadow-right img {
  box-shadow: 0px 6px 7px #999999;
}

.Shadow-left img {
  box-shadow: 0px 6px 7px #999999;
}

.ContentBlock-Left{
  width:100%;
  text-align:center;
  display:block;
}

.ContentBlock-Right{
  width:100%;
  text-align:center;
  display:block;
}

.ContentBlock-Center{
  width:auto;
  text-align:center;
  display:block;
}
.fa.fa-angle-right.larger{
  font-size: larger;
}


.TextButton-Block {
  display:block;
}

.TextBlock {
  text-align:center;
  display:block;
}

.ButtonBlock {
  text-align:center;
  display:inline;
  padding-top:.625em;
  padding-bottom:1.25em;
  margin:auto;
}

.ButtonBlock-Float {
  display:block;
}
  
ul {
  text-align:left;
}

@media (min-width: 767px) {

.Row {
  width:100%;
  padding-top: .75em;
  display: inline-block;
}

.BottomSpace-More {
  padding-bottom: 1.75em;

}

.RowGray {
  width:100%;
  padding-top: 1.75em;
  display: inline-block;
}

.RowHeader {
  width:auto;
  background-color: #01a7e1;
  padding: 1.25em 6.25%;
  margin:0 auto;
}

.RowHeader h1 {
  font-size:350%;
  text-align:center;
  color:#fff;
}

.ImageBlock-left {
  width:auto;
  text-align:center;
  display:block;
  padding-left:.3125em;
  float: none;
  margin-top: 1em;
}

.ImageBlock-right {
  width:auto;
  text-align:center;
  display:block;
  float:none;
  margin-top: 1em;
}

.Shadow-right img {
  box-shadow: 6px 6px 7px #999999;
}

.Shadow-left img {
  box-shadow: -6px 6px 7px #999999;
}

.ContentBlock-Left{
  width:auto;
  text-align:center;
  display:block;
  padding-left:.5em;
  float:none;
}

.ContentBlock-Right{
  width:auto;
  text-align:center;
  display:block;
  float:none;
}


.ContentBlock-Center{
  width:auto;
  text-align:center;
  display:block;
}


.TextButton-Block {
  display:inline-block;
}

.TextBlock {
  text-align:left;
  display:block;
}

.ButtonBlock {
  text-align:center;
  padding-top:.625em;
  margin:auto;
}

  
.ButtonBlock-Float {
  display:inline-block;
}

}


@media (min-width: 1475px) {
.ImageBlock-left img {
  width: 100%;
}

}
@media (max-width: 1200px) {
  .container-inline-quote {
    padding: 20px!important;
  }
  .container-quote-content::before {
    display:none;
  }

  .container-inline-quote > div {
    float: none!important;
    width: 100%!important;
    padding:20px!important;

  }

   .hero-box {
    margin-top:130px;
  }
  .pre-header-left {
    position: static!important;
    margin-top: 0!important;
  }
}
@media (max-width: 794px) {
   .hero-box {
    margin-top:0px;
  }
}
@media (max-width: 767px) {
  .Feature-Set {
    width: 33%;
    float: left;
    text-align: center;
}
  .pre-header-right{
    display:none;
  }
}
@media (max-width: 400px) {
  .Feature-Set {
    width: 50%;
}
}
#evision-slider {
    position: relative;
    overflow-x: hidden;
}
#menu-item-1359:hover > ul {
    left: auto;
    right: 0px;
}
.borderless, .borderless td  {
  border:none;
    vertical-align:middle!important;
}
a.blog-more-link {
    margin-bottom: 10px;
    display: block;
}
.container-imis-ecosystem {
  float:  right;
  margin-top:  -20px;
  max-width: 360px;
  width: 100%;
}
.container-imis-ecosystem img {
  width: 100%;
  margin-bottom: 20px!important;
}
.container-imis-ecosystem span {
  font-size:  18px;
  color: #316799;
  font-weight:  bold;
  display:  block;
  width:  100%;
  text-align: center;
}
.vwm-3.jpg {
text-align: center;
}

.Introducing the iMIS RiSE Virtual Webmaster #main {
width: 100%;
}
.client-list-table img {
margin-bottom: 2px!important;
}
.product-thumb img {
  max-width: 260px;
  margin-bottom: 30px;
  margin-top: 20px;
}
span.widget-title {
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;

}


a.button:before {
    background-color:#144E6B!important;
}
.main-navigation ul > li > a {
    padding: 21px 14px;
    color: #1E2569!important;
    font-weight:  bold;

}
.pre-header-left {
    position: absolute;
    margin-top: 30px;
}
.bx-viewport, .bx-wrapper {
    margin-top: 9px!important;
}


.hero-box{
  position: relative;
  display: inline-block; /* Make the width of box same as image */
  width: 100%;
  /*background-image: url('/wp-content/uploads/2021/08/ISG_HeroImage-scaled.jpg');*/
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  /*height:40vh;*/
}
/*
.hero-box::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  z-index: 1;
  width: 100%; height: 100%;
  background-image: url(/wp-content/uploads/2021/08/ISG_HeroImage-scaled.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;  
  filter: grayscale(100%);
}
*/
.hero-box img{
  padding-bottom:0px;
  margin: 0 auto;
  display:block;
}


.hero-box .hero-text{
  /*position: absolute;*/
  position: relative;
  /*z-index: 100;*/
  background-image:  url('https://www.isgsolutions.com/wp-content/uploads/2022/08/hero-banner-scaled.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;  
  margin:auto;
  padding:6em;
  color: #fff;
}

.hero-text h1{
  color:#ffffff !important;
  font-weight:600 !important;
  margin-top: 10px !important;
  line-height: 1 !important;
}

.hero-text p{
  color:#ffffff !important;
  font-size:18px !important;
  font-weight:400 !important;
  padding-bottom: 10px !important;
}

.hero-text p a{
  color:#ffffff !important;
  font-size:16px !important;
  border: 1px solid #ffffff !important;
  border-radius: 3px !important;
  padding: 10px !important;
}

.hero-text p a:hover{
  color:#9ED3FF !important;
  font-size:16px !important;
  border: 1px solid #9ED3FF !important;
  border-radius: 3px !important;
  padding: 10px !important;
}

#home-headline {
  text-align:center;
  padding:1em;
}
#home-headline h2{
  color:#295583 !important;

}
#home-headline h3{
  color:#295583 !important;

}

#page {
  background-color: #ffffff !important;
}

#metaslider_container_1704 {
  padding-top:0px !important;
  padding-bottom:10px !important;


}

.container-fluid{
 padding:0;
}
.row{
  margin:auto;
}

body .metaslider {
 margin-top: 0px!important;

}
.container-ecosystem-tiles {
  overflow: hidden;
  clear: both;
  padding:  0;
  margin: 0;
  text-align: center;
}
.container-ecosystem-tiles > div {
  width: 23%;
  /*float:  left;*/
  display: inline-block;
  vertical-align: top;
  list-style-type:  none;
  margin:  0;
  margin: 10px;
  box-shadow: 0 0 5px #AAA;
}
.container-ecosystem-tiles > div  a {
  display:  block;
  width: 100%;
  min-height:  360px;
  text-align: center;
  text-decoration:  none;
  padding: 10px;
  font-size:  120%;
  
  

}
.container-ecosystem-tiles > div a:hover {
  opacity:  0.5;
}
.container-ecosystem-tiles > div  img {
  width: 100%;
}

.page-past-webinars .embed-container {
  width: 620px;
  max-width: 100%;
  height: 350px;
}
.page-past-webinars .embed-container iframe {
  width:  100%;
  height:  100%;
}
.page-past-webinars h3 {
  margin-top: 40px;
  margin-bottom: 10px;
}
.hero-charles-2023 .hero-text h1,
.hero-charles-2023 .hero-text p {
  color:#21286B!important;
}

.hero-charles-2023 {
  background-color:#DDE7F3;
}
.hero-charles-2023 .hero-text {
  background-image:none;
  background-color:none!important;
  color:#21286B;
  width: 70%;
  float:left;
  padding:30px;
}
.hero-image {
  float: left;
  width: 26%;
  margin-top:20px;

}
.hero-image img {
  max-height:260px;
}
.single-col-centered {
  margin: 0 auto!important;
}
.btn-hover img,
.hero-box a img {
	transition: 0.5s all;	
}
.btn-hover:hover img,
.hero-box a:hover img {
	opacity: 0.7;
}
@media only screen and (max-width: 800px) {
  .hero-charles-2023 .hero-text,
  .hero-charles-2023 .hero-image    {
    background:none!important;
    width:100%!important;
  }

  .container-imis-ecosystem {
    float :none;
    
    margin-top:  0;
    display:  block;
    width: 100%;
    margin-left:  0!important;
  }
  hero-box{
        position: relative;
        display: inline-block; /* Make the width of box same as image */
    }
  

    .hero-box .hero-text{

        top: 0%;  /*Adjust this value to move the positioned div up and down */
    }
  .container-ecosystem-tiles > div  {
    width: 45%;

  }
}

@media only screen and (max-width: 600px) {
  .container-ecosystem-tiles > div a {

    min-height:  320px;


  }    

  hero-box{
        position: relative;
        display: inline-block; /* Make the width of box same as image */
    }
  .hero-box img{
    height: 150px !important;

  }

  .wrap-news-images .col-sm-3:nth-of-type(1) {
    margin-left:  0!important;
  }
    .hero-box .hero-text{
        /*position: absolute;*/
        margin: 0 auto;
        left: 0;
        right: 0;        
        text-align: center;
        top: 5%;  /*Adjust this value to move the positioned div up and down */
        background: rgba(0, 0, 0, 0.5);
        padding:  3px 10px;
        font-family: Arial,sans-serif;
        color: #fff;
        width: 80%; /* Set the width of the positioned div */
    }
     .hero-text h1{
      color:#ffffff !important;
      font-weight:600 !important;
      font-size:18px !important;
      margin-top: 5px !important;
      line-height: 1 !important;
    }
    .hero-text p{
      color:#ffffff !important;
      font-size:14px !important;
      font-weight:400 !important;
      padding-bottom: 10px !important;
      max-width: 100%!important;
    }

    .hero-text p a{
      color:#ffffff !important;
      font-size:14px !important;
      border: 1px solid #ffffff !important;
      border-radius: 3px !important;
     
    }

    .hero-text p a:hover{
      color:#9ED3FF !important;
      font-size:14px !important;
      border: 1px solid #9ED3FF !important;
      border-radius: 3px !important;
     
    }
}
