/*Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html,body{
	font-family: 'Roboto', sans-serif;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.addressBar {
  background: #8ec840;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #fff;
  position: absolute;
  right: 5%;
  font-size: 1.09em;
  font-weight: 400; 
  padding: 1em 1em 2.8em;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 67%, 51% 100%, 0 67%);
  clip-path: polygon(0% 0%, 100% 0, 100% 67%, 51% 100%, 0 67%);
  z-index: 10;

}

.addressBar p {
  margin-bottom: 0.5em;
}

.fixed-header {
  position: fixed;
  top:0; 
  left:0;
  z-index: 15;
  width: 100%; 
}
.noPadding {
  padding-left: 0;
  padding-right: 0;
}
.navbar {
    min-height: auto !important;
    margin-bottom: 0 !important;
    border: none !important;
    border-radius: 0 !important;
}
.navbar-nav > li {
  display: block !important;
  outline: none;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 500;
  vertical-align: middle;
  font-family: 'Roboto Condensed', sans-serif;
}
.navbar-nav > li > a {
  outline: none;
  color: #aeaeae !important;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 14px;
  font-weight: 500;
  text-shadow: 0 0 1px rgba(255,255,255,0.3);
  font-size: 1.2em; 
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a.active {
  outline: none;
  color: #ffffff !important;
  border-color: #8dc73f #8dc73f #8dc73f;
  border-radius:0;
  background-color:#8dc73f !important;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 10px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 10px inset;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 10px inset;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #666!important;
}
.open .dropdown-toggle {
  color: #fff !important;
  background-color: #8ec840 !important;
  border-color: #adadad;
}
.navbar .nav > li > .dropdown-menu::before {
   position: absolute;
   top: -7px;
   left: 9px;
   display: inline-block;
   border-right: 7px solid transparent;
   border-bottom: 7px solid #CCC;
   border-left: 7px solid transparent;
   border-bottom-color: #8ec840;
   content: '';
 }
 .navbar .nav > li > .dropdown-menu::after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    content: '';
  }

.dropdown-menu {
  color: #666 !important;
  background-color: #fff !important;
  border: 1px solid #8dc73f !important;
  border-top-width: 3px !important;
}

.dropdown-menu > li > a {
  outline: none;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 14px;
  padding: 10px 15px;
  font-weight: 500;
  text-shadow: 0 0 1px rgba(255,255,255,0.3);
  font-size: 1.2em; 
  white-space: nowrap;
  text-align: left;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff !important;
  background-color: #daf303 !important;
  text-decoration: none;
}
.phone {
  font-weight: 600;
  font-size: 1.3em;
}
.phone i {
    border-radius: 50%;
    background: #333;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
}
.glyphicon {
  padding-right: 0.5em;
}
.header{
	padding:1em 0;
	background:#fff;
  border-top: 5px solid #000;
}
.menuTopBar {
  background: #8ec840;
  color: #fff;
  font-size: 11px;
  padding: 0;
  width: 100%; 
}
.logo {
	float:left;
}
.logo a {
	display: block;
}
.person {
  float: left;
  margin-left: 12em;
  margin-top: 0.1em;
  font-size: 1.2em;
  padding: 0.35em 0 0;
}
.tollText {
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}
.person p {
  color: #fff;
  font-size: 1.2em;
  font-weight: 100;
  border-left: 1px solid #fff;
  padding-left: 1.5em;
}
.quickForm {
  padding: 1em;
  background: #f3f3f3;
}
/*--*/

.toll-free {
  float: left;
  background: #000;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  padding: 0.5em 1em;
  color: #fff;
  font-weight: 600;
}
.toll-number {
  float: left;
  background: #8ec840;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0.5em 1em;
  color: #fff;
  font-weight: 600;
}

/*--*/
.header-bottom {
  background: #000;
}
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul a:hover,
ul a:focus {
	outline: none;
	 color:#fff;
	text-decoration: none;
}

.smallToll {
    float: left;
    color: #fff;
    font-size: 20px;
    padding-left: 20px;
    padding-top: 5px;
    display: none;
}
/* Effect 15: scale down, reveal */

/*--- slider-css --*/
.card {
  margin: 10px 0;
  padding: 20px 0;
  background: #fff;
}
.shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19);
}
label1 {
    background: #f3661a;
    width: 211px;
    height: 4px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
label2 {
    background: #f3661a;
    width: 190px;
    height: 4px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
label3 {
    background: #f3661a;
    width: 164px;
    height: 4px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.mainPage {
    padding: 5em 0;
}
.mainPage h3 {
    font-size: 1.7em;
    font-weight: 400;
    color: #000000;
    margin: 0;
    padding-bottom: 0.7em;
    border-bottom: 1px solid #555;
    position: relative;
}
.dicado-top {
  background: url(../images/6.jpg) no-repeat;
  display: block;
  background-size:cover;
  text-align: center;
   min-height: 170px;
}
.dicado-top {
  margin: 2em 0 0;
  border-left: 1px solid #737373;
  padding-left: 20px;
}
.dicado-bottom {
  padding: 2em 0 0;
  border-left: 1px solid #737373;
  padding-left: 20px;
}
.dicado-1 h6 {
  margin: 0;
}
.dicado-top h5 {
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  margin: 0;
  padding-top: 6em;
}
.dicado-1 h6 a {
  color: #000000;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.5em;
  margin: 0;
  text-decoration:none;
}
.dicado-1 h6 a:hover{
  color:#ff7212;
}
p.itac {
    font-style: italic;
    color: #737373;
    margin: 0em 0 1em;
    font-size: 1em;
    line-height: 1.8em;
}
.posta-top p {
  color: #737373;
  font-size: 1em;
  line-height: 1.8em;
  margin: 0em 0 0.3em;
}
.posta-top {
  margin: 2em 0 0;
}
.posta-1 {
  margin: 2em 0 2.3em;
  position: relative;
}

/*----*/
.cd-tabs-navigation {
  width: 360px;
}
.cd-tabs-navigation li {
  float: left;
  list-style:none;
}
.cd-tabs-navigation a {
  position: relative;
  display: block;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size:1.4em;
  color:#fff;
  background:#8dc73f ;
  padding:10px 16px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:600;
  text-transform:uppercase;
  text-decoration: none;
}
.cd-tabs-navigation a.fashion1 {
  background:#ff7200;
}
.cd-tabs-navigation a.fashion2  {
  background:#00baff;
}
.cd-tabs-navigation a.selected  i{
  background: url(../images/ar2.png)no-repeat 0px 8px;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  bottom: -7px;
  margin: 0 auto;
  left: 48%;
}
.cd-tabs-content li {
  display: none;
}
.cd-tabs-content li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}

.grid-top-in p{
  color:#5261ac;
  font-size:1.3em;
  line-height: 1.7em;
  padding: 0.5em 0 0;
}
.grid-top-in p a{
  color:#5261ac;
  text-decoration:none;
}
.grid-top-in p a.bun{
  font-size:0.8em;
}
.grid-top-in p a.lop{
  color:#f78f1d;
  font-size:1.3em;
  font-weight: 700;
}
.grid-top-in p a.dan{
  font-size:1.6em;
  font-weight: 500; 
}
.grid-top-in p a.eva{
  font-size:1.4em;  
}
.grid-top-in p a.jol{
  font-size:1.4em;
font-weight: 700; 
}
.grid-top {
  padding:1em 0 0.5em;
}
.content {
  padding: 2em 0 0;
}
.grid-top-in p a:hover{
  color:#ec098d;
}
.ultimas {
    margin: 2em 0 0;
    background: #fff;
    padding: 1em;
}
i.line {
    width: 100%;
    height: 10px;
    background: url(../images/line.png) 0px 0px;
    display: block;
}
.single-page-artical {
    margin: 2em 1em 4em;
    background: #fff;
}
.artical-content {
    overflow: hidden;
}
.animais h3 {
    font-size: 1.7em;
    font-weight: 400;
    color: #000000;
    margin: 0;
    padding-bottom: 0.7em;
    border-bottom: 1px solid #555;
    position: relative;
}
label4 {
    background: #f3661a;
    width: 190px;
    height: 4px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.redes {
    padding-right: 0;
}
.redes a:hover {
  color: #999;
}
.artical-content p {
    color: #888;
    font-size: 1em;
    line-height: 1.8em;
    margin: 1em 0;
}
.animais p {
    color: #737373;
    font-size: 1em;
    line-height: 1.8em;
    margin: 1em 0;
}
.comopasser {
    background: #f5f5f5;
    padding: 3em 0 5em;
}

/*----*/
.subText {
  text-align: center;
  margin-bottom: 30px;
}
.subText span {
   border-bottom: 2px solid #ff660c;
   padding: 5px;
}
article {
  padding: 1.3em 1em 0.5em;
  border-bottom: 2px solid #ccc;
}
/*----*/

i.facebk {
  width: 32px;
  height: 32px;
  background: url(../images/soci.png)no-repeat 1px 1px;
  float: left;
  vertical-align: middle;
}
i.twiter {
  width: 32px;
  height: 32px;
  background: url(../images/soci.png)no-repeat -37px 1px;
  float: left;
  vertical-align: middle;
}
i.youtub {
  width: 32px;
  height: 32px;
  background: url(../images/soci.png)no-repeat -75px 1px;
  float: left;
  vertical-align: middle;
}
i.pp {
  width: 32px;
  height: 32px;
  background: url(../images/soci.png)no-repeat -113px 1px;
  float: left;
  vertical-align: middle;
}
.socia li {
  display: inline-block;
  margin: 0 0.1em;
}
.socia ul {
  padding: 0;
}
.socia {
  position: absolute;
  bottom: -18px;
  left: 21px;
}
.vlog h3 {
  color: #fff;
  font-size: 2em;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 1em 0;
}
.vlog h6 {
  color: #666666;
  font-size: 1.3em;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
footer {
    background: #222;
    color: #ececec;
    padding-bottom: 40px;
    padding-top: 40px;
}
footer a {
    color: #ccc;
}

footer input[type="submit"] {
    background: #73d245;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.2em;
    display: block;
    outline: none;
    border: none;
    font-weight: 700;
    padding: 0.4em 1em;
    margin: 0.8em 0 0;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0.2s;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

footer input[type="submit"]:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    transition-delay: 0s;
}

footer input[type="submit"]:active {
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.2);
    transition-delay: 0s;
}
.padt15 {
    padding-top: 17px;
}
.footer{
	background:#272727;
	padding:2em 0;
}
.footer p{
  color: #939393;
  font-size: 1em;
  line-height:1.8em;
  margin:0;
  float:left;
}
.footer a{
  color: #939393;
  text-decoration:none;
}
i.facebk1{
  width: 24px;
  height: 24px;
  background: url(../images/img-sprite.png)no-repeat -12px -13px;
  float: left;
  vertical-align: middle;

}
i.facebk1:hover{
  background: url(../images/img-sprite.png)no-repeat -12px -56px;
}
i.twiter1{
  width: 24px;
  height: 24px;
  background: url(../images/img-sprite.png)no-repeat -47px -15px;
  float: left;
  vertical-align: middle;
}
i.twiter1:hover{
   background: url(../images/img-sprite.png)no-repeat -47px -56px;
}
i.rss{
  width: 24px;
  height: 24px;
  background: url(../images/img-sprite.png)no-repeat -87px -14px;
  float: left;
  vertical-align: middle;
}
i.rss:hover{
    background: url(../images/img-sprite.png)no-repeat -88px -55px;
}
i.gopl{
  width: 24px;
  height: 24px;
  background: url(../images/img-sprite.png)no-repeat -127px -15px;
  float: left;
  vertical-align: middle;
}
i.gopl:hover{
   background: url(../images/img-sprite.png)no-repeat -127px -56px;
}
i.flik{
  width: 24px;
  height: 24px;
  background: url(../images/img-sprite.png)no-repeat -167px -14px;
  float: left;
  vertical-align: middle;
}
i.flik:hover{
   background: url(../images/img-sprite.png)no-repeat -167px -54px;
}
i.drible{
  width: 24px;
  height: 24px;
  background: url(../images/img-sprite.png)no-repeat -204px -14px;
  float: left;
  vertical-align: middle;
}
i.drible:hover{
   background: url(../images/img-sprite.png)no-repeat -204px -53px;
}
i.in{
  width: 24px;
  height: 24px;
  background: url(../images/img-sprite.png)no-repeat -241px -13px;
  float: left;
  vertical-align: middle;
}
i.in:hover{
   background: url(../images/img-sprite.png)no-repeat -241px -51px;
}
i.pp1{
  width: 24px;
  height: 24px;
  background: url(../images/img-sprite.png)no-repeat -274px -14px;
  float: left;
  vertical-align: middle;
}
i.pp1:hover{
   background: url(../images/img-sprite.png)no-repeat -274px -50px;
}
.social li {
  display: inline-block;
  margin: 0 0.2em;
}
.social ul{
	padding:0;
}
.social{
  float:right;
}
.input-group-addon {
  background: #fff;
  color: black;
}
.input-group-focus {
  border-radius:4px;
  -webkit-transition: box-shadow ease-in-out .15s;
          transition: box-shadow ease-in-out .15s;
}
.input-group-addon {
  -webkit-transition: border-color ease-in-out .15s;
          transition: border-color ease-in-out .15s;
}
.input-group.input-group-focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;  
}
.input-group-focus input:focus {
  border-color: #8ec840 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.input-group-focus .input-group-addon {
  border-color: #8ec840 !important;
}
.input-group-focus span.input-group-addon {
  background: #8ec840 !important;
  color: #fff !important;
}
textarea:focus.form-control {
  border-color: #8ec840 !important;
}
.submit:hover {
  color: #fff;
  background-color: #8ec840;
  border-color: #8ec840;
}
/*-- error-page --*/
.main {
	padding: 12em 0px;
}
.error-404 h1 {
  font-size: 12em;
  font-weight: 700;
  color: #9E17C0;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.error-404 p{
	color: #D35500;
	margin: 0;
	font-size: 1.2em;
	text-transform: uppercase;
} 

/*-- responsive-mediaquries --*/
@media(max-width:1440px){
.head-nav ul li a {
  padding: 0.8em 1.5em;
}
}
/*-- responsive-mediaquries --*/
@media(max-width:1366px){
}
/*-- responsive-mediaquries --*/
@media(max-width:1024px){
.head-nav ul li a {
  font-size: 1.1em;
  padding: 1em 1.5em;
}
i.facebk {
  width: 29px;
  height: 29px;
  background: url(../images/soci.png)no-repeat 1px 1px;
  background-size: 9em;
}
i.twiter {
  width: 29px;
  height: 29px;
  background: url(../images/soci.png)no-repeat -32px 1px;
  background-size: 9em;
}
i.youtub {
  width: 29px;
  height: 29px;
  background: url(../images/soci.png)no-repeat -65px 1px;
  background-size: 9em;
}
i.pp {
  width: 29px;
  height: 29px;
  background: url(../images/soci.png)no-repeat -98px 1px;
  background-size: 9em;
}
.dicado-top h5 {
  color: #fff;
  font-size: 1.2em;
}
.dicado-1 h6 a {
  font-size: 1.1em;
}
.socia li {
  margin: 0 0em;
}
.posta-top p {
  font-size: 0.9em;
}
p.itac {
  font-size: 0.9em;
}
.error-404 h1 {
	font-size: 9em;
}
.main {
	padding: 10em 0px;
}
}
/*-- responsive-mediaquries --*/
@media(max-width:768px){
.single-page-artical {
    margin: 5em 1em 4em;
    background: #fff;
}
.person, .addressBar {
    display: none;
  }
.sm-hide {
    display: none;
  }
.smallToll {
    display: block;
  }
.head-nav ul li{
	display:block;
	float:none;
}
.head-nav ul li a{
	border-right:none;
	color:#fff;
}
.head-nav ul{
	position:absolute;
	margin: 0;
	padding: 2% 0;
	z-index: 999;
	width: 100%;
	display: none;
	text-align: center;
	background:#FF8F26;
	left:0em;
	top:4.1em;
}
.head-nav span.menu {
  display: block;
  background: none;
  position: absolute;
  top: 22px;
  right: 20px;
}
.head-nav span.menu:before{
	content:url(../images/menu.png);
	color:#FFF;
	text-align:right;
	cursor:pointer;
}
.head-nav ul li a {
	padding:0.5em 1.5em;
	display:block;
	font-size:0.875em;
	font-weight:500;
}
.mainPage h3 {
  font-size: 1.3em;
}
label3 {
  width: 130px;
}
label1 {
  width: 180px;
}
label2 {
  width: 130px;
}
label4 {
  width: 140px;
}
i.fb {
  width: 15px;
  height: 24px;
  background: url(../images/img-sprite.png)no-repeat -10px -7px;
  background-size: 17em;
}
i.twt {
  width: 20px;
  height: 24px;
  background: url(../images/img-sprite.png)no-repeat -33px -9px;
  background-size: 17em;
}
li.s-fb {
  background: #17629c;
  padding: 0.2em 0.2em;
}
li.s-twt {
  background: #00c4f5;
  padding: 0.2em 0.2em;
}
span.icon_text2 {
  font-size: 0.875em;
  padding: 0.3em 0.2em;
}
span.icon_text3 {
  font-size: 0.875em;
  padding: 0em 0.2em;
}
.f-shar li {
  margin: 0 0em;
}
.f-shar h6 {
  font-size: 2em;
}
.f-shar {
  margin: 1.5em 0;
}
.main {
	padding: 10em 0px;
}
.dicado {
  width: 26%;
  float: left;
}
.dicado-top h5 {
  font-size: 0.95em;
}
.dicado-top {
  min-height: 110px;
}
.dicado-bottom {
  padding: 1em 0 0;
  padding-left: 8px;
}
.dicado-1 h6 a {
  font-size: 1em;
}
.posta {
  width: 45%;
  float: left;
}
.error-404 h1 {
	font-size: 7em;
}
.error-404 p {
	font-size: 1.1em;
}
}
/*-- responsive-mediaquries --*/
@media(max-width:640px){
.person p {
  font-size: 1em;
}
.sb-search-input {
  font-size: 12px;
} 
.sb-search {
  right: 5em;
  top: 1.1em;
}
.head-nav span.menu {
  top: 18px;
}
.error-404 h1 {
	font-size: 6em;
}
.dicado-top h5 {
  font-size: 0.7em;
}
label3 {
  width: 118px;
  height:3px;
}
label1 {
  width: 160px;
  height:3px;
}
label2 {
  width: 115px;
  height:3px;
}
.posta-1 {
  margin: 1em 0 1.8em;
}
.posta-top {
  margin: 0em 0 0;
}
.dicado-top {
  margin: 1em 0 0;
}
.main {
	padding: 7em 0px;
}
}
/*-- responsive-mediaquries --*/
@media(max-width:480px){
.person {
  display: none;
}
.error-404 p {
	font-size: 1em;
}
.error-404 h1 {
	font-size: 5em;
}
.dicado {
  width: 100%;
  float: none;
}
.dicado-1 h6 a {
  font-size: 1em;
}
.posta {
  width: 100%;
  float: none;
  margin: 2em 0;
}
.posta-top p {
  font-size: 0.875em;
  line-height: 1.5em;
  overflow: hidden;
  height: 40px;
}
.main {
	padding: 6em 0px;
}
}
/*-- responsive-mediaquries --*/
@media(max-width:320px){
.sb-search {
  display: none;
}
span.icon_text {
  font-size: 0.85em;
}
i.twt {
  width: 22px;
  height: 24px;
  background: url(../images/img-sprite.png)no-repeat -32px -7px;
  background-size: 17em;
}
i.fb {
  width: 22px;
  height: 24px;
  background: url(../images/img-sprite.png)no-repeat -8px -7px;
  background-size: 17em;
}
.dicado-1:nth-child(6) {
  display: none;
}
.dicado-1:nth-child(5) {
  display: none;
}
.dicado-1:nth-child(4) {
  display: none;
}
.posta-top p {
  height: 16px;
}
.main {
	padding: 4em 0px;
}
.error-404 h1 {
	font-size: 4em;
}
}
.box {
  width:100%;
  height:200px;
  background:#FFF;
  border: 1px solid #ccc;
  margin:40px auto;
}
.innerMenu {
  background: #e2e1e0;
  padding: 0;
}
.menu-content {
  padding: 10px 0;
}
.menuCard {
  background: #fff;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  padding: 10px 20px;
  font-family: 'Roboto','RobotoDraft',Helvetica,Arial,sans-serif;
  border-radius: 2px;
  margin: 1.5em 0;
  position: relative;
}
.innerCard {
  vertical-align: top;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.innerCard:hover {
  text-decoration: none;
  color: #1a237e;
  box-shadow: 0 7px 14px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
}
.innerCard p.head {
 color: black;
 font-weight: 500;
 font-size: 18px;
 line-height: 24px;
 padding-top: 10px;
 padding-bottom: 10px;
}
.innerCard p {
  color: #455a64;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
  text-decoration: none;
}
.innerCard:hover p {
  color: #1a237e;
}
.innerCard:hover p.head {
  color: #1a237e;
} 
.menu-content a {
  text-decoration: none;
}
.menu-content a:hover {
  text-decoration: none;
}
.breadCrumbSec {
  padding: 0 0 0 15px;
}
.breadcrumb {
    padding: 8px 0 8px 15px !important;
    margin-bottom: 0px !important; 
    list-style: none;
    background-color: #fff !important;
    border-radius: 0px !important;
}


.contbreadcrumb {
  /*centering*/
  display: inline-block;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  border-radius: 5px;
  /*Lets add the numbers for each link using CSS counters. flag is the name of the counter. to be defined using counter-reset in the parent element of the links*/
}

.contbreadcrumb a {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 36px;
  color: white;
  /*need more margin on the left of links to accomodate the numbers*/
  padding: 0 10px 0 40px;
  background: #666;
  background: linear-gradient(#666, #333);
  position: relative;
}
/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.contbreadcrumb a:first-child {
  padding-left: 20px;
  border-radius: 5px 0 0 5px; /*to match with the parent's radius*/
}
.contbreadcrumb a:first-child:before {
  left: 14px;
}
.contbreadcrumb a:last-child {
  border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
  padding-right: 20px;
}

/*hover/active styles*/
.contbreadcrumb a.active, .contbreadcrumb a:hover{
  background: #333;
  background: linear-gradient(#333, #000);
}
.contbreadcrumb a.active:after, .contbreadcrumb a:hover:after {
  background: #333;
  background: linear-gradient(135deg, #333, #000);
}

/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
.contbreadcrumb a:after {
  content: '';
  position: absolute;
  top: 0; 
  right: -18px; /*half of square's length*/
  /*same dimension as the line-height of .breadcrumb a */
  width: 36px; 
  height: 36px;
  /*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's: 
  length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
  if diagonal required = 1; length = 1/1.414 = 0.707*/
  transform: scale(0.707) rotate(45deg);
  /*we need to prevent the arrows from getting buried under the next link*/
  z-index: 1;
  /*background same as links but the gradient will be rotated to compensate with the transform applied*/
  background: #666;
  background: linear-gradient(135deg, #666, #333);
  /*stylish arrow design using box shadow*/
  box-shadow: 
    2px -2px 0 2px rgba(0, 0, 0, 0.4), 
    3px -3px 0 2px rgba(255, 255, 255, 0.1);
  /*
    5px - for rounded arrows and 
    50px - to prevent hover glitches on the border created using shadows*/
  border-radius: 0 5px 0 50px;
}
/*we dont need an arrow after the last link*/
.contbreadcrumb a:last-child:after {
  content: none;
}
/*we will use the :before element to show numbers*/
.contbreadcrumb a:before {
  /*some styles now*/
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 8px 0;
  position: absolute;
  top: 0;
  left: 30px;
  background: #444;
  background: linear-gradient(#444, #222);
  font-weight: bold;
}


.flat a, .flat a:after {
  background: white;
  color: black;
  transition: all 0.5s;
}
.flat a:hover, .flat a.active, 
.flat a:hover:after, .flat a.active:after{
  background: #9EEB62;
}

.clientBox {
  margin: 1em 0 2em;
}

.clientBox h4 {
  margin-bottom: 5px;
}

.clientHead {
  color: #fff;
  background: #8ec840;
  padding: 5px 15px;
}

.clientContent {
  border: 2px solid #8ec840;
  padding: 15px
}

