   /*body*/
    
   #myPage {
      	   background-size:auto;
			margin:auto;
	}
  
	.container-fluid {
		width:100%;
		margin:0;
		padding:0;
		overflow-x:hidden;
  } 

  .navbar-brand > h4,
  #support >h4,
  #support >h6  {
    align-horizontal:center-left;
	color: #ffffff;
  }
  
  .navbar-brand-icon {
	margin:0;
	Height:38px;
	width:38px;
	}
  .navbar {
      
	  z-index: 9999;
      border: 0;
      font-size: 12px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 4px;
      border-radius: 0;
      font-family: Montserrat, sans-serif;
      text-align: center;
  	  margin:0px;
	  width:100%;
    } 
  
  .navbar li a, .navbar .navbar-brand {
      color: #fff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #009933 !important;
      background-color: #fff !important;
      
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }
.nopadding-bottomTop {
  width:80%;
  
  align-horizontal:center;
	padding-bottom:5px;
	padding-top:0px;
	float:center;
	}
	
	.nav-center{
		width:100%;
	}

   
  .form-group {
      border-radius: 0;
  }
  .bg-green {
      background-color: #009933;
  }
  
 .col-white{color: #fff !important;}
   
 .fg-white{
	  color: #ffffff;
  }
  
   .fg-black{
	  color: black;
  }
   footer .glyphicon {
      font-size: 20px;
      margin-bottom: 20px;
      color: #f4511e; 
  }
  
   .slideanim {visibility: visible;
  /*visibility:hidden;*/
  }
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      -moz-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
    }
  }
 #map {
        width: 50%;
        height: 300px;
      }

   .xshidden{
   visibility: hidden;
	}
	.srHeading{
  text-align:center;
  }
  #dataanalytics,#processimprovement,#healthcare,#cloud,#consulting{margin:20px 0 0 0;padding:0;}
.logo {
      color: #009933;
      font-size: 200px;
  }	
 #cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: white;
    padding: 10px;
    text-align: center;
    z-index: 9999; /* Ensures it appears above other elements */
}
  
   

   @media only screen and (min-width: 800px) {
    /* For desktop: */
      .bg-image {
      	    background-image: url('../Images/DecisionEnabler.jpg');
		   background-repeat:no-repeat;
		    background-attachment: local;
	}
	 body{
      	  overflow-x:hidden;
  }
	.nav-center{
		width:80%;
		margin-left:10%;
	}
	.navbar {
      margin-bottom: 0;
	  width:80%;
      margin-left:10%;
      margin-right:10%;
      
  }
  .container-fluid {
	width:80%;
	margin-left:10%;
	overflow-x:hidden;
  }
  .srHeading{
  text-align:left;
  }
  .glyphicon-white {
      font-size: 20px;
      margin-bottom: 20px;
      color: #fff !important;
  }
   
}

 @media only screen and (min-width: 1900px) {
    /* For LARGE desktop: */
      .bg-image {
      	    background-image: url('../Images/DecisionEnabler.jpg');
		   background-repeat:y-repeat;
		    background-attachment: local;
	}
	 body{
      	  overflow-x:hidden;
  }
	.nav-center{
		width:60%;
		margin-left:20%;
	}
	.navbar {
      margin-bottom: 0;
	  width:60%;
      margin-left:20%;
      margin-right:20%;
      
  }
  .container-fluid {
	width:60%;
	margin-left:20%;
	overflow-x:hidden;
  }
  .srHeading{
  text-align:left;
  }
  .glyphicon-white {
      font-size: 20px;
      margin-bottom: 20px;
      color: #fff !important;
  }
    
}




   h2 {
      font-size: 24px;
      text-transform: uppercase;
      color: #303030;
      font-weight: 600;
      margin-bottom: 30px;
  }
  h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #303030;
      font-weight: 400;
      margin-bottom: 30px;
  }  
  

  
.social-share {
 
  display: inline-block !important;
  cursor: pointer;
    width: 32px;
    height: 32px;
    box-shadow: 0 2px 2px #999;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.8em;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
     border-radius: 20px;
 
}
.social-share.icon-facebook {
  background: #3b5998;
}
.social-share.icon-facebook:hover {
  background: #789bde;
}

.social-share.icon-linkedin {
  background: #21a6d8;
}
.social-share.icon-linkedin:hover {
  background: #49b9e3;
}
.social-share:hover {
  color: #fff;
}

	
     
  .jumbotron {
   
	  padding: 70px 50px;
  }
  

  
.carousel-control.right, .carousel-control.left {
      background-image: none;
      color: #009933;
  }
  .carousel-indicators li {
      border-color: #009933;
  }
  .carousel-indicators li.active {
      background-color: #009933;
  }
  .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      
  }
  .item span {
      font-style: normal;
  }
  


.panel {
      border: 1px solid #009933; 
      border-radius:0 !important;
      transition: box-shadow 0.5s;
  }
  .panel:hover {
      box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
      border: 1px solid #009933;
      background-color: #fff !important;
      color: #009933;
  }
  .panel-heading {
      color: #fff !important;
      background-color: #009933 !important;
      padding: 25px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  .panel-footer {
      background-color: white !important;
  }
  .panel-footer h3 {
      font-size: 32px;
  }
  .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
  .panel-footer .btn {
      margin: 15px 0;
      background-color: #009933;
      color: #fff;
  }
 
  
  
   
  
  .carousel-inner > .item >  {
      width: 70%;
      
	     }
  .carousel-inner > .item > img{
  	   display: block;
		margin: auto;
		 
	  align:center;
		}
  .blur {-webkit-filter: blur(4px);filter: blur(4px);}
  
  .carousel-bg-image{
		
		background-image:url('../Images/DecisionEnabler_ProjectManagement.jpg');
		background-repeat:no-repeat;
		background-size:100%;
		margin:auto;
	}
   div.transbox {
    	margin: 30px;
    	background-color: #ffffff;
    	border: 1px solid black;
    	opacity: 0.6;
    	filter: alpha(opacity=60); /* For IE8 and earlier */
   }




@media print {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  #services{page-break-before: always;}
  /*#dataanalytics,*/
  #processimprovement,#healthcare,#cloud,#consulting,#DEimg {page-break-after: always;}
}   
  