.page_banner {
    background: url(/Files/App_002/Images/page_banner.jpg) no-repeat center top;
    position: relative;
    background-size: cover;
    width: 100%;
    height: 620px;
    overflow: hidden;
}
.page_content {
    overflow: hidden;
}
.logo_pages {
    position: absolute;
    bottom: 0;
    z-index: 80;
    width: 100%;
    text-align: center;
}
.page_title {
    font-size: 60px;
    color: #FFF;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    font-family: "shonar_banglabold";
    font-weight: bold;
    letter-spacing: 2px;
    line-height: normal;
    padding-top: 150px;
}
.page_title h1 {
    font-size: 60px;
    color: #FFF;
    font-family: "shonar_banglabold";
    font-weight: bold;
    letter-spacing: 2px;
    line-height: normal;
    margin: 0;
}
.logo_pages_link {
    display: table;
    margin: 0 auto;
}
.page_content {
    padding: 150px 0;
    display: table;
    width: 100%;
}
.partner_image_bloc {
    margin-bottom: 30px;
}


.page_sub_name {
    display: table;
    margin: 0 auto;
    padding: 0 10px;
    text-transform: uppercase;
    position: relative;
    font-size: 40px;
    font-weight: bold;
    font-family: "shonar_banglabold";
    line-height: normal;
    color: #22252c;
    padding-bottom: 80px;
}
.page_sub_name:after {
    position: absolute;
    content: "";
    height: 50px;
    width: 5px;
    background: #22252c;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

@media (max-width: 1440px) {
.logo_page_image {
    max-width: 85%;
}
}

@media (max-width: 991px) {
.page_content {
    padding: 80px 0;
}
.page_title h1 {
    font-size: 50px;
    letter-spacing: 1px;
}
.page_banner {
    height: 450px;
}
.logo_page_image {
    max-width: 65%;
}
}

@media (max-width: 767px) {
.page_content {
    padding: 50px 0;
    display: inline-block;
}
.page_title h1 {
    font-size: 40px;
    letter-spacing: 1px;
}
}

@media (max-width: 425px) {
.page_banner {
    height: 350px;
}
.page_title h1 {
    font-size: 30px;
    letter-spacing: 0;
}
.page_title {
    padding-top: 150px;
}
}





