
h1, h2, h3, h4, h5, h6 {
}
section {
    padding: 60px 0;
    min-height: 100vh;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bg-gradient {
    background: #565656;
    background: -webkit-linear-gradient(to right, #343434, #565656);
    background: linear-gradient(to right, #343434, #565656);
}

.Aled {
    margin-bottom: auto
}


.bg-gradient-2 {
    background: #565656;
    background: -webkit-linear-gradient(to right, #343434, #565656);
    background: linear-gradient(to right, #343434, #565656);
}



.bg-overlay-gradient {
    background: #9c2424;
    background: -webkit-linear-gradient(to right, #9c2424, #541515);
    background: linear-gradient(to right, #9c2424, #541515);
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.home-table-center {
    display: table-cell;
    vertical-align: middle;
}

.home-table {
    display: table;
    width: 100%;
    min-height: 97.4vh;
    height: 100%;
}

.header_title {
    font-size: 44px;
    line-height: 1.2;
    max-width: 850px;
    text-transform: capitalize;
}

.small_title p {
    font-size: 16px;
    border-radius: 30px;
    padding: 4px 18px;
    background-color: rgba(255, 255, 255, 0.1);
    display: inline-block;
}

.header_subtitle {
    line-height: 1.8;
    max-width: 450px;
    color: rgba(255, 255, 255, 0.6) !important;
}

.home-desk {
    position: relative;
    top: 60px;
    z-index: 100;
}


.btn-custom {
    background-color: #541515;
    border: 2px solid #541515;
    color: #fff;
    font-size: 14px;
    transition: all 0.5s;
    border-radius: 5px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.btn-custom:hover{
    opacity: 0.8;
    background-color: #731d1d;
    border: 2px solid #731d1d;
}
.account_box{
    border-radius: 12px;
    box-shadow: 0px 0px 55px 4px #9c2424;
    padding: 50px 40px ;
}

.account_box h5 {
    font-size: 16px;
    max-width: 100%;
    line-height: 1.4;
}
.account_box .form-control{
    box-shadow: none !important;
    color: #fff;
    height: 46px;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.1);
}

.account_box .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.account_box .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.account_box .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.account_box .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}