body{
    background-color: rgb(236, 239, 239);
}
.headersection {
    background-image: url(../assets/images/headerbg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 240px;
    width: 100%;
    padding: 80px 0px;
}
.headersection h1 {
    color: #fff;
    text-align: center;
    text-transform: inherit;
    font-size: 50px;
    font-weight: 600;
}
.thirdsection{
    line-height: 26px;
}
.thirdsection a {
    margin-left: 120px;
    color: #e72e77;
    /*margin-bottom: 10px;*/
    cursor:pointer;
}
.thirdsection span {
    color: #9e9795;
    font-size: 14px;
}
.Alliedreg {
    background-color: #FFFFFF;
}


