/* rt-fancy-text-box element-three */

.rt-fancy-text-box.element-three{
	text-align:center;
}

.rt-fancy-text-box.element-three > .holder{
	padding:22px 30px 22px 30px;
	background-color:#fff;
	border-radius:7px;
	box-shadow:0px 0px 25px rgba(0,0,0,0.075);
	background-position:right bottom !important;
	text-align:inherit;
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}

.rt-fancy-text-box.element-three > .holder:hover{
}

.rt-fancy-text-box.element-three > .holder > *:last-child{
	margin-bottom:0 !important;
}

.rt-fancy-text-box.element-three > .holder .icon{
	margin-bottom:12px;
}

.rt-fancy-text-box.element-three > .holder .icon img{
}

.rt-fancy-text-box.element-three > .holder .icon i{
	font-size:30px;
	color:#0c1235;
	line-height:1;
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}

.rt-fancy-text-box.element-three > .holder:hover .icon i{
	color:#fff;
}

.rt-fancy-text-box.element-three > .holder .heading{
	margin-bottom:9px;
}

.rt-fancy-text-box.element-three > .holder .heading > *:last-child{
	margin-bottom:0 !important;
}

.rt-fancy-text-box.element-three > .holder .heading .title{
	margin-bottom:7px;
	font-weight:700;
	font-size:16px;
	color:#0c1235;
	line-height:26px;
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}

.rt-fancy-text-box.element-three > .holder:hover .heading .title{
	color:#fff;
}

.rt-fancy-text-box.element-three > .holder .heading .subtitle{
	margin-bottom:10px;
	font-weight:500;
	font-size:15px;
	color:#0c1235;
	line-height:26px;
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}

.rt-fancy-text-box.element-three > .holder:hover .heading .subtitle{
	color:#fff;
}

.rt-fancy-text-box.element-three > .holder .content{
	margin-bottom:10px;
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}

.rt-fancy-text-box.element-three > .holder:hover .content{
	color:#fff;
}

.rt-fancy-text-box.element-three > .holder .content > *:last-child{
	margin-bottom:0 !important;
}

.rt-fancy-text-box.element-three > .holder .more{
	margin-bottom:10px;
}

.rt-fancy-text-box.element-three > .holder > .more .btn{
	padding:0;
	background-color:transparent;
	border:none;
	border-radius:0;
	text-transform:uppercase;
	font-size:12px;
	color:#0c1235;
	line-height:22px;
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}

.rt-fancy-text-box.element-three > .holder:hover > .more .btn{
	color:#fff;
}

.rt-fancy-text-box.element-three > .holder > .more .btn i{
	vertical-align:top;
	margin-top:6px;
	margin-left:10px;
	font-size:80%;
}