/*
 * Website Name: Callibrant (index.html)
 * Description: Modification and added custom css .
 * Version: 1.0
 * Author: @callibrant
 * Website: http://callibrantllc.com
*/


/*Service Section CSS modification*/
		.service-block-default {
			border: solid 1px #bbb;
			height:480px;
		}
		.service-block-default:hover {
			box-shadow: 0 0 50px #ddd;
		}

		.btn-u.btn-brd {
			color: #fff;
		}

		.bg-color-light {
			background-color: #eee !important;
		}
	
	/*Copyright Section CSS modification */
		.copyright-section-home {
		z-index: 1;
		background: #fff;
		position: relative;
		padding: 20px 0 5px;
		}

		.copyright-section-home p {
		font-size: 14px;
		}


		.copyright-section-home p a:hover {
		text-decoration: none;
		}

		.copyright-section-home ul.social-icons li {
		margin-bottom: 0;
		padding: 0;
		}

		.copyright-section-home i.back-to-top {      /*arrow for back to top*/
		left: 50%;
		top: -50px;
		color: #555;
		font-size: 20px;
		background: #fff;
		padding: 8px 10px;
		margin-left: -15px;
		position: absolute;
		}

		.copyright-section-home i.back-to-top:hover {
		color: #72c02c;
		}
	/*Css for after send message*/
		.sky-form.submited .message p {
			 color: #555; 
			padding-top: 28px;
		}

		.sky-form.submited .message {			
			padding: 30px 145px;			
		}
