
/*************************************************************************/
/* Sticker */

.icon-custom-sticker{
	height: 45px!important;
	margin-bottom: 0.5rem;
}
.cta-sticker {
    position: fixed;
    bottom: 3%;
    right: 5%;
    z-index: 88;
	transition: all .2s ease-in-out;
	display: inline;
} 
.cta-sticker:hover {
	transform: scale(0.95);
	transition: all .2s ease-in-out;
}
.cta-circle {
    border-radius: 50%;
    width: 130px;
    height: 130px;
    background: #04275d;
    color: #fff;
    transition: all .2s ease-in-out;
}
.cta-sticker:hover {
    transform: scale(0.95);
    transition: all .2s ease-in-out;
	opacity: .8;
}

.cta-circleTxt {
    margin: -15px 0 -15px 0;
	z-index: 999;
	text-transform: uppercase;
}
.cta-circleTxt i {
    font-size: 180%;
	margin-bottom: 8px;
}
.cta-circleTxt h4{
	font-size: 73%;
	font-weight: 100;
	line-height: 120%;
	color: #fff;
	letter-spacing: 0.05em
}
.cta-circleTxt p{
	font-size: 80%;
	line-height: 105%;
}


/*  Hexagon Sticker  */
@media only screen and (max-width: 970px) {
.hexagon {
  position: relative;
  width: 75px; 
  height: 43.30px;
  background-color: #00245a;
  margin: 21.65px 0;
  border-left: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 53.03px;
  height: 53.03px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 9.9835px;
}

.hexagon:before {
  top: -26.5165px;
  border-top: solid 1.4142px #ffffff;
  border-right: solid 1.4142px #ffffff;
}

.hexagon:after {
  bottom: -26.5165px;
  border-bottom: solid 1.4142px #ffffff;
  border-left: solid 1.4142px #ffffff;
}
	
.icon-custom-sticker {
  height: 24px!important;
  margin-bottom: 0.3rem;
}
	
.cta-circleTxt h4 {
   font-size: 50%;
}
	
.cta-sticker {
   bottom: 8%;
   right: 6%;
} 
}

@media only screen and (min-width: 970px) {
.hexagon {
  position: relative;
  width: 120px; 
  height: 69.28px;
  background-color: #00245a;
  margin: 34.64px 0;
  border-left: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 84.85px;
  height: 84.85px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 16.5736px;
}

.hexagon:before {
  top: -42.4264px;
  border-top: solid 1.4142px #ffffff;
  border-right: solid 1.4142px #ffffff;
}

.hexagon:after {
  bottom: -42.4264px;
  border-bottom: solid 1.4142px #ffffff;
  border-left: solid 1.4142px #ffffff;
}

}

@media only screen and (min-width: 1400px) {
	.fa-calculator-alt:before {
    position: relative;
    color: #fff;
}
	
.hexagon {
  position: relative;
  width: 150px; 
  height: 86.60px;
  background-color: #00245a;
  margin: 43.30px 0;
  border-left: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 106.07px;
  height: 106.07px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 20.9670px;
}

.hexagon:before {
  top: -53.0330px;
  border-top: solid 1.4142px #ffffff;
  border-right: solid 1.4142px #ffffff;
}

.hexagon:after {
  bottom: -53.0330px;
  border-bottom: solid 1.4142px #ffffff;
  border-left: solid 1.4142px #ffffff;
}


	
@media only screen and (max-width: 970px) {
.hexagon { }
.hexagon:before,.hexagon:after {}
.hexagon:before {}
.hexagon:after {}
	.cta-sticker { right: 7%; }
	.cta-circleTxt i {font-size: 110%;margin-bottom: 5px;}
	.cta-circleTxt h4 {font-size: 60%;}
	.cta-circleTxt p {font-size: 75%;}
	
}
}

