/*
Theme Name: Alpha Business Solutions
Theme URI: http://alpha.ie
Description: Custome Wordpress Theme for Alpha Business Solutions
Version: 1.0
Tags: responsive, white, bootstrap, corporate
 
*/

/* ---------------------------------------------------------------------- */
/*	01 Import styles
/* ---------------------------------------------------------------------- */

/* bootstrap.css*/
@import url("css/bootstrap.min.css");
/* normalize.css*/
@import url("css/normalize.css");
/* font-awesome.css*/
@import url("css/font-awesome.css");
/* Google font Lato Pro - font-family: 'Lato Pro', sans-serif;*/
@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900,400italic,700');
@import url('https://fonts.googleapis.com/css?family=Lato:400,300,100,900,700');
/* Superfish Menu;*/
@import url('css/superfish/superfish.css');
/* Animate.css;*/
@import url('css/animate.min.css');
/* ihover.css;*/
@import url('css/ihover/ihover.css');
/* owl-carousel;*/
@import url('css/owl-carousel/owl.carousel.css');
@import url('css/owl-carousel/owl.theme.css');
/* maps.css*/
@import url('css/maps.css');


/* ---------------------------------------------------------------------- */
/*	Add-in for responsive row heights
/* ---------------------------------------------------------------------- */

/* USAGE
<div class="row">
  <div class="row-height">
    <div class="col-xs-2 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
    <div class="col-xs-4 col-lg-5 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
  </div>
</div>
*/

/* greys
#8A8A8A light text
#2D2D2D dark text
#FBFBFE light bg
#41C4DD blue

/* content styles */

.inside {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom,color-stop(0%, #f4f4f4), color-stop(100%, #ededed));
  background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
}
.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}


/* ---------------------------------------------------------------------- */
/*	02 General Styles
/* ---------------------------------------------------------------------- */

body {
    font-family: "Lato Pro",sans-serif;
    color: #8A8A8A;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: #2D2D2D;
}

p.lead {
    font-weight: 100;
    color: #2D2D2D;
    letter-spacing: -1px;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 20px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: medium none;
    text-indent: 100%;
    background: transparent url("img/ui.totop.png") no-repeat scroll left top;
}

#toTopHover {
    background: transparent url("img/ui.totop.png") no-repeat scroll left -51px;
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
}

#toTop {
    text-indent: 100%;
}

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

h1.slider-header {
	color: #fff;
	text-align: center;
	letter-spacing: -3px;
	font-weight: 900;
	font-size: 8rem;
	text-align: center;
}

p.slider-sub-header {
	color: #fff;
	font-weight: 300;
	font-size: 3rem;
}

.crellyslider > .cs-slides > .cs-slide a.main-slide-button {
	border-radius: 0px;
	border: none;
	background-color: #fff;
	color: #444;
	font-size: 2rem;
	margin-top: 25px;
	padding: 9px 0px 8px 20px;
	height: 40px;
	box-sizing: border-box;
}

.crellyslider > .cs-slides > .cs-slide a.main-slide-button i {
	background-color: #444;
	color: #fff;
	padding: 12px 12px 13px 12px;
	height: 100%;
	width: 40px;
	display: inline;
	box-sizing: border-box;
	margin-left: 5px;
}

 .crellyslider > .cs-slides > .cs-slide a.main-slide-button:hover, a.slide-button:active {
	background-color: #41c4dd;
	color: #fff;
	transition: background ease-in-out 0.2s;
}

.crellyslider > .cs-slides > .cs-slide p.slider-sub-header span {
	display: inline-block;
}

/* Preloader --------------------------------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100 */

background: #ffffff; /* Old browsers */

background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */

background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */

background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */

background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#e5e5e5 100%); /* Opera 12+ */

background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */

background: radial-gradient(ellipse at center,  #ffffff 0%,#e5e5e5 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}
.status {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("img/img-theme/preloader.gif");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
	
    margin: -20px 0 0 -20px;
}

/* ---------------------------------------------------------------------- */
/*	03 Navigation
/* ---------------------------------------------------------------------- */

.sf-menu li {
    background: transparent none repeat scroll 0% 0%;
    transition: background 0.2s ease 0s;
    white-space: nowrap;
}

.sf-menu {
	margin-bottom: 0;
}

header {
	z-index: 9999;
}

.sf-menu a {
    border-left: none;
    border-top: none;
    padding: 0.75em 1em;
    text-decoration: none;
	color: #fff;
}

ul#nav {
    display: inline-block;
    float: none;
    margin-bottom: -7px;
}

.sticky-wrapper header {
    background-color: #40c3dc;
    transition: all 0.2s ease-in-out 0s;
}

.sticky-wrapper {
    border-bottom: 1px dotted #eaeaea;
}

.is-sticky header {
    background-color: #FFF;
    box-shadow: 0px 1px 10px #444344;
}

@media screen and (max-width:995px) {
.is-sticky header{
	display:none;
}

}

.is-sticky header .sf-menu a{
	color: #444344;
}

.sticky-wrapper header img.logo-sticky {
	display: none;
	
}

.is-sticky header img.logo-sticky {
	display: inline-block;
}

img.logo-sticky {
    width: 130px;
    height: auto;
    display: inline-block;
}

.is-sticky header .sf-arrows .sf-with-ul::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0px;
    width: 0px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.5) transparent transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
}

/* styles for desktop */
.tinynav { display: none }

/* styles for mobile */
@media screen and (max-width: 995px) {
    .tinynav {
    display: block;
    position: relative;
    top: -75px;
}
    ul#nav { display: none; }
}

@media screen and (max-width: 706px) {
.tinynav {
    top: -43px;
}
}

.sf-menu ul {
	box-shadow: none;
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}

.sf-menu ul li {
	background: #fff;
}

.sf-menu ul li a {
    color: #444344;
    text-align: left;
}

.sf-menu ul ul li {
	background: #ffffff;
}


.nav > li > a:focus, .nav > li > a:hover,
.sf-menu li:hover,
.sf-menu a:hover,
.sf-menu li.sfHover,
.sf-menu ul li a:hover {
	background: #8CC641;
	color: #fff;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}



.is-sticky header .nav > li > a:focus, .is-sticky header .nav > li > a:hover,
.is-sticky header .sf-menu li:hover,
.is-sticky header .sf-menu a:hover,
.is-sticky header .sf-menu li.sfHover,
.is-sticky header .sf-menu ul li a:hover {
	background: #eaeaea;
	color: #000;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

.is-sticky header .nav > li > a,
.is-sticky header .sf-menu li,
.is-sticky header .sf-menu a,
.is-sticky header .sf-menu li,
.is-sticky header .sf-menu ul li {
	background: #fff;
	color: #444344;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

.is-sticky header .sf-menu li.logo-sticky a {
	padding-top: 11px;
	padding-bottom: 0px;
}

.is-sticky header .sf-menu li.logo-sticky a:hover {
	background-color: #fff;
}

.is-sticky .sf-menu li a {
	padding-top: 20px;
	padding-bottom: 22px;
}
	

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

section.pre-header {
    background-color: #2d2d2d;
    color: #FBFBFE;
    padding: 5px 0px;
    border-top: medium none;
    border-bottom: solid 1px #8A8A8A;
}

img.logo-header {
    width: 230px;
    height: auto;
}

@media screen and (max-width:706px) {
	section.pre-header {
		display: none;
	}
	
}

section.pre-header a{
	color: #fff;
}

section.logo-header {
    background-color: #FFF;
    padding: 43px 0px 35px 0px;
    border-bottom: medium none;
}

@media screen and (max-width:706px) {
section.logo-header {
    padding: 35px 0px 75px;
}
}

section.logo-header .container {
    position: relative;
}


@media screen and (max-width: 341px) {
img.logo-header {
	display: block;
max-width: 100%;
height: auto;
	
}
}

.contact {
    display: inline-block;
    margin-right: 18px;
    font-size: 16px;
}

.contact i.fa {
    margin-right: 5px;
    font-size: 19px;
}

.pre-header-social span.fa {
	width: 1em;
	height: 1em;
	text-align: center;
	line-height: 1em;
	color: #FFF;
	top: 50%;
	left: 50%;
	margin-top: -0.45em;
	margin-left: -0.5em;
	font-size: 14px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.125);
	display: block;
	position: relative;
}

.pre-header-social a{
	text-decoration: none;
	height: 28px;
	border-radius: 0px;
	box-shadow: none;
	display: block;
	float: left;
	margin-right: 4px;
	position: relative;
	width: 28px;
	transition: all ease-in-out 0.2s;
	color: #eaeaea;
}

.pre-header-social a:hover{
	border-radius: 50%;
	color: #fff;
}

.pre-header-social a.facebook {
	background-color: #3b5998;
}

.pre-header-social a.twitter {
	background-color: #00aced;
}

.pre-header-contacts {
	margin-top: 5px;
}

img.sage-logo-header {
    width: 180px;
    height: auto;
    position: absolute;
    right: 0px;
    top: -4%;
}

@media screen and (max-width: 767px) {
	img.sage-logo-header {
    display: none;
}
	
}

/* ---------------------------------------------------------------------- */
/*	05 Sections
/* ---------------------------------------------------------------------- */

.slider-section {
	background-color: #41c4dd;
}

.about-section {
    height: auto;
    padding: 150px 0px;
    text-align: center;
    background: #fff none repeat scroll 0% 0%;
}

.header-section h1 {
	font-size: 5rem;
	letter-spacing: -1px;
}

.header-section h1 span {
	color: #41c4dd;
}

#oval {
    width: 350px;
    height: 2.5px;
    background: #444 none repeat scroll 0% 0%;
    border-radius: 252px / 5px;
}

.header-section #oval{
	position: relative;
	display: inline-block;
}

*, *:before, *:after{ 
    box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
} 
.css-shapes-preview{ 
    position: relative; 
    height: 0px; 
    width: 0px; 
    top: 0px; 
    -webkit-transform: rotate(35deg) skew(0deg); 
    transform: rotate(35deg) skew(0deg); 
    border-left: 7px solid transparent; 
    border-right: 8px solid transparent; 
    border-bottom: 22px solid #41c4dd; 
}

.triangle-wrapper {
    padding: 7px;
    background-color: #FFF;
    position: absolute;
    left: 49%;
    top: 80%;
    display: inline-block;
}

.heading-underline-feature {
    margin-top: 20px;
}

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

.heading-underline-feature {
   display: none;
}

}

.content {
	padding: 30px 0px;
}

.about-feature-box {
    border: 1px solid #8A8A8A;
    padding: 50px;
    background-color: rgb(251, 251, 254);
}

.about-feature-box h2 {
    font-size: 2.1rem;
    font-weight: 100;
}

.ih-item.square {
    position: relative;
    width: auto;
    height: auto;
    border: none;
    box-shadow: none;
}

.ih-item.square.effect6 .info {
    background: rgba(65, 196, 221, 0.9) none repeat scroll 0% 0%;
	border: 2px solid #41c4dd;
	border-radius: 4px;
}

.ih-item.square.effect6 .info h3 {
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    font-size: 2.5rem;
    padding: 0px;
    background: none;
    margin: 20px 0px 0px;
    transition: all 0.35s ease-in-out 0s;
	font-weight: 700;
	letter-spacing: 1px;
}

.ih-item.square.effect6 .info p {
    font-style: normal;
    font-size: 1.7rem;
    position: relative;
    color: #FFF;
    padding: 20px;
    text-align: center;
    transition: all 0.35s linear 0.1s;
}

.ih-item.square .info {
    padding: 50px;
}

@media screen and (max-width:991px) {
	.ih-item.square .info {
    padding: 10px;
}

.about-feature-box {
   min-height: 400px;
}

}

@media screen and (max-width:767px) {
	
	.about-feature-box {
    border: none;
}
	
	
}

.ih-item.square .info p span {
    padding: 8px;
    border-radius: 36px;
    border: 3px solid #FFF;
    display: block;
    margin-top: 20px;
    font-weight: 900;
}

.ih-item.square .info p span:hover {
    background-color: #fff;
	color: #41c4dd;
}

section.info-icons {
    background-image: url("img/business_BG_1.jpg");
    padding: 120px 0px;
}

.info-icons-box {
	background-color: #fff;
	padding: 25px;
}

.info-icons .inside {
	background: transparent -moz-linear-gradient(center top , #fff 0%, #fff 100%) repeat scroll 0% 0%;
}

.info-icons-box .fa-circle-thin {
	color: #41c4dd;
}

.info-icons-box .fa-stack-1x {
	color: #2D2D2D;
}

.icons-box-center span.fa-stack {
    transform: translateY(66%);
}

@media screen and (max-width:991px) {
	
.icons-box-center span.fa-stack{
    transform: translateY(0%);
}

.info-icons-box {
	text-align: center;
}
	
}

.info-icons-box-wrapper {
	position: relative;
}

*, *:before, *:after{ 
    box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
} 
.css-shapes-icon-box{ 
    position: relative; 
    height: 0px; 
    width: 0px; 
    border-top: 45px solid #fff; 
    border-left: 30px solid transparent; 
    border-right: 30px solid transparent; 
}

.triangle-bottom {
    position: absolute;
    left: 42.33%;
}

.with-parallax {
    background-attachment: fixed;
    background-position: 50% -300px;
	background-size: auto 150%;
    background-repeat: no-repeat;
    position: relative;
}

.with-parallax-blank {
    background-attachment: fixed;
    background-position: 50% -300px;
	background-size: auto 100%;
    background-repeat: no-repeat;
    position: relative;
}

section.services-section {
	height: auto;
    padding: 150px 0px;
    text-align: center;
    background: #fff none repeat scroll 0% 0%;
}

ul.services-slide h3 {
    font-weight: 900;
    font-size: 3.5rem;
}

ul.services-slide h4 {
    color: #41c4dd;
	font-size: 2rem;

}

ul.services-slide {
    margin-top: 81px;
}

a.slide-button {
	border-radius: 0px;
	border: none;
	background-color: #444444;
	color: #fff;
	font-size: 1.5rem;
	margin-top: 25px;
	padding: 10px 40px 12px 20px;
	height: 40px;
	position: relative;
	vertical-align: central;
}

a.slide-button i {
	background-color: #41c4dd;
	padding: 12px;
	position: absolute;
	right: -20px;
	top: 0px;
	height: 40px;
	width: 40px;
}

a.slide-button:hover, a.slide-button:active {
	background-color: #41c4dd;
	color: #fff;
	transition: background ease-in-out 0.2s;
}

.owl-theme .owl-controls .owl-buttons {
   position: relative;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
   position: absolute;
   left: 0;
   bottom: 0;
   border-radius: 0px;
   background-color: #444444;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
   position: absolute;
   right: 0;
   bottom: 0;
   border-radius: 0px;
   background-color: #444444;
}

.owl-theme .owl-controls .active span {
    display: block;
    width: 16px;
    height: 16px;
    margin: 5px 7px;
    opacity: 0.5;
    border-radius: 20px;
    background: #41c4dd none repeat scroll 0% 0%;
}

#services-slider {
	text-align: left;
}

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

#services-slider {
	text-align: center;
}

#services-slider .img-responsive {
	display: inline-block;
}

}

section.action-section {
	
}

section.action-section .bg-grey {
    background-color: #FBFBFE;
    padding: 50px 0px 29px;
    position: relative;
}

section.action-section .bg-grey p {
    font-size: 2.3rem;
    line-height: 135%;
    letter-spacing: -0.5px;
    color: #2D2D2D;
}

section.action-section .bg-grey p span.bold {
    font-weight: 700;
    font-size: 3.2rem;
}

section.action-section .bg-grey p span.blue {
	color: #41c4dd;
}

section.action-section .bg-dark-grey {
	background-color: #3b3b3b;
	padding: 25px 0px;
	margin-top: 0px;
}

section.action-section .bg-dark-grey a {
	color: #fff;
}

section.action-section .bg-dark-grey .fa-envelope-o {
	margin-left: 10px;
}

section.action-section .bg-dark-grey p {
    color: #FFF;
    font-size: 2rem;
    font-weight: 700;
}

img.feature-image {
    position: absolute;
    top: -102px;
    left: 0px;
}

@media screen and (max-width:991px) {
	
img.feature-image {
    position: relative;
	top:0;
	left:0;
}	

section.action-section {
	text-align: center;
}
	
	
}

a.button-feature {
    display: inline-block;
    background-color: #41C4DD;
    border-radius: 100px;
    padding: 12px 34px 9px 34px;
    color: #FFF;
    font-size: 2rem;
    margin-left: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px;
}

a.button-feature:hover, a.button-feature:active, a.button-feature:focus {
    text-decoration: none;
	background-color: #61e6ff;
	transition: background ease-in-out 0.1s;
}

footer {
	background-color: #444444;
	padding-top: 150px;
}

footer ul.fa-ul {
	color: #fff;
}

footer ul.fa-ul li {
	position: relative;
}

footer a {
	color: #fff;
}

h2.footer-widget-title {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 13px;
}

.fb_iframe_widget {background:#e8e8e3 !important;}

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

footer ul.fa-ul li {
    position: relative;
    margin-top: 15px;
}

}

footer .footer-contacts {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: solid 1px #fff;
	margin-top: 30px;
	display: block;
}

footer p {
	color: #fff;
}

.footer-menu {
	background-color: #41c4dd;
	padding: 10px 0px 6px 0px;
	text-align: center;
	margin-top: 50px;
}

.footer-menu-list ul li {
	display: inline-block;
	padding: 0px 10px;
}

.footer-menu-list ul li a {
	color: #fff;
	font-size: 1.6rem;
}

.footer-menu-list ul li a:hover, .footer-menu-list ul li a:active, .footer-menu-list ul li a:focus {
	color: #eaeaea;
	text-decoration: none;
}

.footer-bottom {
	background-color: #000;
	color: #eaeaea;
	padding: 7px 0px 30px 0px;
}

.footer-bottom a {
	color: #fff;
}

/*------STYLING FOR PAGES------------------*/

.featured {
    text-align: center;
}

section.page-heading {
    border-bottom: 5px solid #41C4DD;
    position: relative;
}

section.page-heading h1.entry-title {
    font-size: 4rem;
    color: #fff;
}

section.page-heading .entry-header::after {
    background: #40c3dc none repeat scroll 0% 0%;
    height: 3px;
    content: "";
    display: block;
    width: 100px;
    margin: 15px 0px 0px;
}

section.page-heading .entry-header {
    display: inline-block;
}

section.page-heading .page-heading-container {
    margin: 0px;
    padding: 38px 0px;
}

.page-heading-container::after {
    height: 1px;
    background: #FFF none repeat scroll 0% 0%;
    content: "";
    display: block;
    margin: 0px 0px 0px 102px;
    opacity: 0.25;
}

section.page-heading .featured-text-heading p {
    color: #E5E5E5;
    font-size: 1.6rem;
    margin: 2.2em 0px;
}

section.page-heading .featured-text-heading p a {
    color: #E5E5E5;
    font-size: 1.6rem;
    margin: 2.2em 0px;
}

section.page-heading .parallax-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	top: 0;
}

section.page-contents {
    padding: 50px 0px;
    background-color: #FFF;
}

img.page-image {
	width: 60%;
	height: auto;
	margin: 0px 20px 20px 20px;
}

h1.entry-title {
    font-weight: 900;
    color: #FFF;
    letter-spacing: -1px;
}

article h2, article h3 {
	color: #41c4dd;
}

.contact-form-new {
	padding: 20px;
	background-color: #eaeaea;
	margin: 0px 20px 20px 0px;
}

/* style business IT services single pages */

.content-single {
	padding: 50px 0px 200px 0px;
	background-color: #fff;	
}

img.single-image-round {
	border: solid #000 10px;
	
}

.business-it-services-archive {
	border-top: solid 1px #e4e4e4;
	margin-top: 30px;
	padding-top: 30px;
}

h2.widget-title {
    font-weight: 700;
    font-size: 2.25rem;
    border-bottom: 1px solid #444;
    padding-bottom: 12px;
    color: #41C4DD;
}

.widget_top-posts ul {
    list-style-type: none;
    padding-left: 0px;
}

.widget_top-posts ul li a {
	color: #444;
}

.widget_top-posts ul li a:hover {
	color: #000;
	text-decoration: none;
	font-weight: 500;
}

.widget_top-posts ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #e5e5e5;
}

#secondary .widget {
    margin-bottom: 16px;
    padding: 4px 20px 20px;
    border: 1px solid #f3f3f3;
    background-color: rgb(251, 251, 254);
}

.sage-generic-features h4 {
    border-bottom: 1px solid #8a8a8a;
    padding-bottom: 17px;
    color: rgb(45, 45, 45);
    font-size: 1.8rem;
    letter-spacing: -1px;
}

.sage-generic-features h4 i.fa {
    color: #41C4DD;
    margin-bottom: 10px;
    font-size: 4rem;
}

.sage-products-sidebar {
	margin-bottom: 16px;
    background-color: #FFF;
    padding: 4px 20px 20px 20px;
    border: 1px solid #444;
}

.sage-products-sidebar ul {
    list-style-type: none;
    padding-left: 0px;
}

.sage-products-sidebar ul li a {
	color: #444;
}

.sage-products-sidebar ul li a:hover {
	color: #000;
	text-decoration: none;
	font-weight: 500;
}

.sage-products-sidebar ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #e5e5e5;
}

.header-single {
    background-color: rgb(45, 45, 45);
    color: rgb(251, 251, 254);
}

.header-single h1.entry-title {
    font-weight: 900;
    letter-spacing: -1px;
    font-size: 4.1rem;
    margin: 30px 0px 13px;
    color: #FBFBFE;
}

img.sage-single-product {
    padding: 20px;
    margin: 20px;
}

.contact-header {
	z-index: 9998;
}

form.wpcf7-form input {
    width: 48%;
    margin: 0px 5px 5px 0px;
    border-radius: 24px;
    padding: 10px;
    border: solid 1px #eaeaea;
	transition: all ease-in-out 0.2s;
}

form.wpcf7-form input:focus {
    border: 1px solid #40c3dc;
    box-shadow: 0px 0px 10px 0px rgba(64, 195, 220, 0.8);
    background-color: #fefefe;
}

form.wpcf7-form textarea {
    width: 96%;
    margin: 0px 5px 5px 0px;
    border-radius: 24px;
    padding: 10px;
    border: solid 1px #eaeaea;
}

ul.contacts-list li {
    margin-bottom: 20px;
    color: rgb(94, 94, 94);
}

ul.contacts-list li span.contact-title {
	font-weight: 700;
}

.content-contacts {
    border-left: 1px solid #EAEAEA;
    padding-left: 40px;
}

section.page-contents-sub {
    background-color: #FBFBFE;
    padding: 38px 0px 20px;
    border-bottom: 1px solid #f3f3f3;
}

.breadcrumbs-single {
    padding: 11px 0px 0px;
    background-color: rgb(138, 138, 138);
    color: #FBFBFE;
}

.breadcrumbs-single a {
    color: #FBFBFE;
}

h1.sage-single {
	font-weight: 100;	
}

#zohoSupportWebToCase input {
	width: 100%;
    margin: 0px 5px 5px 0px;
    border-radius: 24px;
    padding: 10px;
    border: solid 1px #eaeaea;
	transition: all ease-in-out 0.2s;
}

#zohoSupportWebToCase input:focus {
    border: 1px solid #40c3dc;
    box-shadow: 0px 0px 10px 0px rgba(64, 195, 220, 0.8);
    background-color: #fefefe;
}

#zohoSupportWebToCase textarea {
    width: 96%;
    margin: 0px 5px 5px 0px;
    border-radius: 24px;
    padding: 10px;
    border: solid 1px #eaeaea;
	height: 10rem;
}

#zohoSupportWebToCase input.zsFontClass {
    width: 48%;
    margin: 30px 0px 5px;
    border-radius: 24px;
    padding: 10px;
    border: 1px solid #EAEAEA;
    transition: all 0.2s ease-in-out 0s;
}

#zohoSupportWebToCase input.zsFontClass:hover {
    background-color: #40C3DC;
	color: #fff;
}