/* A custom css template for CGC design */

/* Calculator styling */

.calculator div {
	display:inline-block;
	text-align:left;
	vertical-align:baseline
}
.calculator label {
	display:block;
	font-weight:700
}

/* end */

/* Technology review and adoption roadmap list */

ul.numbered-list {
  counter-reset: li;
  list-style-type: none;
}
ul.numbered-list li {
   position: relative;   
   padding: 5px 0 5px 75px;
 }   
ul.numbered-list li::before {
      content: counter(li);
      counter-increment: li;
      height: 50px;
      width: 50px;
      font-size: 30px;
      border-radius: 50%;
      color: white;
      text-align: center;
      position: absolute;
      left: 0;
      top: 4px;
      background: #26374a;
      line-height: 48px;
}

/* end */

/* Technologyproject propsal page */

.blue-lght {
  background-color: #edf5f8 !important;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
padding-top: 10px;
	}	
	
.incl-groups .link-box-wrap {
	margin-top: 20px;
	}

.incl-groups .link-box-wrap::before {
	content: " ";
	border-width: 6px;
	border-color: #fff;
	border-style: solid;
	border-radius: 50%;
	background-color: rgb(47, 101, 158);
	width: 2.6rem;
	height: 2.6rem;
	position: absolute;
	top: -10px;
	right: 44%;
	z-index: 100;
	}
.incl-groups .link-box {
	padding: 10px;
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
	transition: all 0.3s ease-in-out;
	border-radius: 8px;
	z-index: 1;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	}
.incl-groups .link-box a {
	color: #335075;
	text-decoration: none;
	font-size: 22px;
	}
.incl-groups .link-box::before {
	content: "";
	position: absolute;
	background: #edf5f8;
	right: 0;
	left: 0;
	top: 0;
	bottom: 100%;
	transition: all 0.4s;
	z-index: -1;
	}
.incl-groups .link-box:hover::before {
	background: #b7d5e2;
	bottom: 0;
	border-radius: 0px;
	}	

/* end */