/* Grow */
		.hvr-grow {
		  display: inline-block;
		  vertical-align: middle;
		  -webkit-transform: perspective(1px) translateZ(0);
		  transform: perspective(1px) translateZ(0);
		  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		  -webkit-transition-duration: 0.3s;
		  transition-duration: 0.3s;
		  -webkit-transition-property: transform;
		  transition-property: transform;
		}
		.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
		  -webkit-transform: scale(1.1);
		  transform: scale(1.1);
		}
		/*end of grow*/

		.parag{
			padding: 10px 0px 10px 0px;
		}
		.parag p{
			color:#ffffff;
			font-family: roboto;
			text-align: center;
			margin: 0 auto;
			font-size: 12px	;
		}

		#footer{
			padding-top: 10px;
			background-color: #0067C9;
			width: 100%;
			text-align: center;
		}

		#footer #footer-content{
			width: 800px;
			margin: 0 auto;
			position: relative;
		}

		#footer-logo{
			background-color: #141B4D; 
			text-align: center;
			padding-top: 10px;
			padding-bottom: 10px;
		}

		.footer-logo img{
			width: 60px;
			height: auto;
		}

		/*table of social media*/
		.table-logo{
    			border-collapse: separate;
    			border-spacing: 5px;
    			margin: 0 auto;
		}

		.table-logo tr td{
			padding: 5px 20px 5px 20px;

		}

		 #facebook img{
			height: auto;
			width: 22px;
		}

		#twitter img{
			height: auto;
			width: 25px;
		}

		#youtube img{
			height: auto;
			width: 30px;
		}

		/*second table*/
		.table-two{
			width: 100%;
		}

		.table-two a{
			color: #ffffff;
		}

		.pagelink{
			text-decoration: none !important;
			color:#ffffff;
			font-family: roboto;
			font-size: 14px;
		}
		a.pagelink:hover{
			color: #FBDB65;
		}


		/*to remove margin caused by browser*/
		body{
			padding: 0;
			margin:0;
			overflow-x: hidden;
		}