            <style>
						
			/* 		 Home page options icon +text  
			--------------------------------------------- */
			.options a, .options a:hover {
				text-decoration: none;
			}
			.options p {
				color: #555 !important;
			}
			.slidedown {
				position: absolute; 
				color: rgba(36,157,71,1);
				font-weight:bold;
				opacity:0;
				left:0;
				filter: alpha(opacity=0);
				width: 100%;
				padding-left:5%;
				padding-right:5%;
				margin-top: -100px;
			}
			.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}
			.green-box-bg 
			{
				background: rgb(36,157,71); 
				border: 2px solid rgb(36,157,71); 
				text-align:center;
				vertical-align:middle;
				/*  gradient  ----------
				background: rgb(36,157,71); 
				background: -moz-linear-gradient(-45deg, rgba(36,157,71,0.8) 35%, rgba(165,202,29,0.7) 93%); 
				background: -webkit-gradient(linear, left top, right bottom, color-stop(35%,rgba(36,157,71,0.8)), color-stop(93%,rgba(165,202,29,0.7))); 
				background: -webkit-linear-gradient(-45deg, rgba(36,157,71,0.8) 35%,rgba(165,202,29,0.7) 93%); 
				background: -o-linear-gradient(-45deg, rgba(36,157,71,0.8) 35%,rgba(165,202,29,0.7) 93%); 
				background: -ms-linear-gradient(-45deg, rgba(36,157,71,0.8) 35%,rgba(165,202,29,0.7) 93%); 
				background: linear-gradient(135deg, rgba(36,157,71,0.8) 35%,rgba(165,202,29,0.7) 93%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#249d47', endColorstr='#78c257',GradientType=1 );
				*/
				position: relative;
				display:inline-block;
				border-radius: 50px;
				width:170px;
				height:40px;
  			        font-size: x-large;
                                padding-top:10px;
			}
			.green-box-bg > i {
				color:#fff; 
				margin-top:28px; 
				-ms-transform: scale(.8); /* IE 9 */
				-webkit-transform: scale(.8); /* Chrome, Safari, Opera */
				transform: scale(.8);
			}
			
			
			/*	 		On Hover effects
			--------------------------------------------- */
			.options a p,.options a i, .slidedown, .green-box-bg {
				-webkit-transition: all 0.6s ease;
				-moz-transition: all 0.6s ease;
				-ms-transition: all 0.6s ease;
				-o-transition: all 0.6s ease;
				transition: all 0.6s ease;
			}
			/* Slide down more details - but only on md */
			@media (min-width: 997px) {
				.options a:hover .slidedown {
					margin-top: 0px;
					opacity:1;
					filter: alpha(opacity=100);
				}
			}	
			/* Icon hover effects */
			.options a:hover .green-box-bg {
				background: #fff; 
			}
			.options a:hover i {
				color: rgba(36,157,71,0.93); 
			}
			

			/* Animation on page load
			---------------------------------------------------- */
			.animated {
			  -webkit-animation-duration: 1.4s;
			  animation-duration: 1.4s;
			  -webkit-animation-fill-mode: both;
			  animation-fill-mode: both;
			}
			/* Animation Delay on page load
			---------------------------------------------------- */
			.animated-Delay-1 { -webkit-animation-delay:0.1s;-moz-animation-delay:0.1s;-o-animation-delay:0.1s;animation-delay:0.1s;}
			.animated-Delay-2 { -webkit-animation-delay:0.3s;-moz-animation-delay:0.3s;-o-animation-delay:0.3s;animation-delay:0.3s;}
			.animated-Delay-3 { -webkit-animation-delay:0.5s;-moz-animation-delay:0.5s;-o-animation-delay:0.5s;animation-delay:0.5s;}
			.animated-Delay-4 { -webkit-animation-delay:0.7s;-moz-animation-delay:0.7s;-o-animation-delay:0.7s;animation-delay:0.7s;}
			
			/* zoomIn effect
			---------------------------------------------------- */
			@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn
</style>
