/*===================== Premery bg color =====================*/
:root {
	--color-primary: #0071BC;
	--color-secondry: #004b87;
	--color-hover: #0071BC;
	--rgba-primary-1: rgba(0,113,188,0.1);
	--rgba-primary-2: rgba(0,113,188,0.2);
	--rgba-primary-3: rgba(0,113,188,0.3);
	--rgba-primary-4: rgba(0,113,188,0.4);
	--rgba-primary-5: rgba(0,113,188,0.5);
	--rgba-primary-6: rgba(0,113,188,0.6);
	--rgba-primary-7: rgba(0,113,188,0.7);
	--rgba-primary-8: rgba(0,113,188,0.8);
	--rgba-primary-9: rgba(0,113,188,0.9);
	--text-sec:#2d3239;
}



.lifecycle {
	min-height: 200px;
	position: relative;
	padding: 1em;
	margin-bottom: 4em;
	-moz-border-radius:    10px;
    -webkit-border-radius: 10px;
	border-radius: 10px;
	border: 5px white solid;
}
.lifecycle h5 {
	padding: 0.5em;
	font-size: 16px;
	-moz-border-radius:    10px;
    -webkit-border-radius: 10px;
	border-radius: 10px;
	background: #004b87;
	color: white;
}
.bg-lime-20 {
  background-color: rgba(0,113,188,0.2);
}
.bg-lime-30 {
	background-color: rgba(0,113,188,0.3);
}
.bg-lime-40 {
	background-color: rgba(0,113,188,0.4);
}
.bg-lime-60 {
    background-color: rgba(0,113,188,0.4);
}
.bg-lime {
    background-color: rgba(0,113,188,0.6);
}
.lifecycle a {
  color: #9eab05;
}
.lifecycle a .icon {
	color: white;
	font-size: 16px;
	padding: 5px;
	background-color: #9eab05;
	/*float: right;*/
	-moz-border-radius:    10px;
    -webkit-border-radius: 10px;
	border-radius: 10px;
}
.gateway {
	z-index: 1;
	position: absolute;
	background-color: #004b87;
	color: white;
	padding: 1em;
	text-align: center;
	width: 120px;
	height: 60px;
	right: 50%;
    bottom: -35px;
}
.gateway:after {
    z-index: 2;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 60px solid rgba(0, 0, 0, 0);
    border-top: 30px solid #c70540;
    border-right: 60px solid rgba(0, 0, 0, 0);
}
.gateway a {
	color: white;
}
.templates {
  border: 1px solid #9eab05;
  border-radius: 5px;
  background: white;
  margin: 10px 0;
}
.templates h3 {
  margin: 0;
  font-size: 16px;
  background: #9eab05;
  padding: 5px;
  border-radius: 5px;
  color: white;
  font-weight: normal;
}
.templates div {
    padding: 5px;
}
.docs::after {
    content: "";
    display: table;
    clear: both;
    /*padding: 5px;*/
}
@media screen and (min-width: 992px) {
	.lifecycle {
		margin-bottom: 0;
		min-height: 450px;
	}
	.gateway {
		height: 100px;
		right: -60px;
		bottom: 30px;
	}
	.gateway:after {
	   left: 100%;
	   top: 0;
	   border-top: 50px solid transparent;
	   border-left: 36px solid #004587;
	   border-bottom: 50px solid transparent;
	}
}
