.hero-bg {
    background: url(../img/hero-bg.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:fixed;
}
.hero-blur {
    width: 100%;
    float: left;
    background: linear-gradient(0deg, #fff, transparent);
}
.text-line-through {
	text-decoration:line-through;
}
.custom-table {
    width: 100%;
    text-align: center;
}
.custom-table tr {}
.custom-table tr td {
	padding: 5px 8px;
}
.header {
    width:100%;
    padding:10px 0;
    transition:0.3s ease all;
    border-bottom:1px solid #eee;
}
.header-fixed {
    position: fixed;
    width: 100%;
    z-index: 1;
    background: #fff;
    box-shadow: 0px 0px 20px 0px #ccc;
    transition:0.3s ease all;
}
.letter_spacing_2px {
    letter-spacing: 2px;
}
.footer {
    width:100%;
    float:left;
    background:#333;
}
.logo-alignment {}
.responsive-text-alignment {
     text-align:right;
}
.form-section {
    width:100%;
    padding:40px 0;
}










@media (max-width:603px) and (min-width:320px){
    .responsive-text-alignment {
        text-align:center!important;
    }
    .logo-alignment {
        text-align:center!important;
    }
    .letter_spacing_2px {
        font-size:10px;
    }
    .header h2 {
        font-size:20px;
    }
}








.header-top{
    padding: 50px 0px;
}
.header-top h4{
    color: #fff;
    margin-bottom: 20px;
}

.list-unstyled li, .list-unstyled li a{
    color: #fff;
}

.list-unstyled li .fa{
    position: relative;
    top: 2px;
    margin-right: 5px;
    font-size: 20px;
}