.page-name{
    background: url("../img/slider.png") center center / cover no-repeat;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-header h1{
    color: #fff;
    font-size: 40px;
    background: rgba(0,0,0,0.5);
    padding: 10px 30px;
    border-radius: 8px;
}	
    
    @keyframes blink-color {
    0%, 100% {
        background-color: red;
    }
    50% {
        background-color: green;
    }
}
.main-nav-list li.blink {
    animation: blink-color 1s infinite;
}
							.main-nav-list li{
							position: relative;
    margin: 0px!important;
    padding-left: 10px;
    border-radius: 10px;
    padding-right: 10px;
    margin-right: 3px !important;
							}
							.main-nav-list li a{
							font-size: 13px;
							}
							button:hover, .button:hover {
    background: #fff;
    color: #ffffff !important;
}
@media (max-width: 480px){
.quickLinks-wrap .quickLinks-item .quickLinks-head p {
    display: Block !important;
}
}
							.fade, .slide {
   background: none repeat scroll 0 0 #0000002e !important;
}
.marquee {
    top: 6em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
}
.marquee:hover {
    animation-play-state: paused;
}
/* Make it move! */
@keyframes marquee {
    0%   { top:   8em }
    100% { top: -11em }
}
/* Make it look pretty */
.microsoft .marquee {
	margin: 0;
    padding: 0 1em;
    line-height: 1.5em;
    font: 1em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}
.microsoft:before, .microsoft::before,
.microsoft:after,  .microsoft::after {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100px; height: 2em;
    background-image: linear-gradient(top, #FFF, rgba(255,255,255,0));
}
.microsoft:after, .microsoft::after {
    bottom: 0;
    transform: rotate(180deg);
}
.microsoft:before, .microsoft::before {
    top: 0;
}
/* Style the links */
.vanity {
    color: #333;
    text-align: center;
    font: .75em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}
.vanity a, .microsoft a {
    color: #1570A6;
    transition: color .5s;
    text-decoration: none;
}
.vanity a:hover, .microsoft a:hover {
    color: #F65314;
}
/* Style toggle button */
.toggle {
	display: block;
    margin: 2em auto;
}
.section-padding {
    padding: 5px 0;
}
.pt-md-60 {
    padding-top: 0px !important;
}
 .account-form {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 4px;
   border: solid 2px #19714b;
    position: relative;
    z-index: 9;
}
.register-title {
    background: #f5b120 none repeat scroll 0 0;
    border-radius: 3px 3px 0 0;
    padding-bottom: 7px;
    padding-top: 11px;
}
.register-title > h4 {
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    top: -2px;
}
.fade, .slide {
    background: none repeat scroll 0 0 #3B8ED3;
    color: #FFFFFF;
    font-size: 13px;
    padding: 10px;
}

.on-scroll.fade-up {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    opacity: 1!important;
    -webkit-transition: all .4s;
    transition: all .4s;
}