 
 
 
 .banner {
			margin-top: 100px;
			margin-bottom: -20px;
            padding-right: 0 !important;
            padding-left: 0 !important;
		
        }

.banner h4 {
			margin-bottom: 5px;
			margin-top: 5px;
}

        .banner-wrapper {
            display: block;
            text-align: center;
            vertical-align: middle;
        }

        .alert-custom {
            background: #0066AA !important;
            color: #fff !important;
        }

        .banner-link {
            text-decoration: underline;
            color: white;
            transition: all .5s ease-in;
        }

        .banner-link:hover {
            color: #f4f4f4;
        }
		

			
			
			
		