.top_home_bg, .top_section.top_bg {
    background-repeat: no-repeat;
    background-size: cover;
}
.top_section {
    position: relative;
    overflow: hidden;
    background: -webkit-linear-gradient(to bottom, rgba(0,169,224,1), rgba(255,255,255,0));
    background: -moz-linear-gradient(to bottom, rgba(0,169,224,1), rgba(255,255,255,0));
    background: linear-gradient(to bottom, rgba(0,169,224,1), rgba(255,255,255,0));
    background-size: cover;
}

.top_section:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 200px;
    opacity: 0.9;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}

.top_section.top_bg {
    background-position: center;
}
.top_section.top_bg:before {
    height: 640px;
}

.top_home_bg {
    position: absolute;
    bottom: -90px;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    max-width: 1195px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    background-position: center bottom;
}

.top_content{
    display:flex;
    display:-webkit-flex;
    
    align-items:flex-start;
    -webkit-align-items:flex-start;

    justify-content:center;
    -webkit-justify-content:center;
    
    padding:180px 0 0 0;
    min-height:460px;
    position:relative;
    z-index:2
}

.top_content .top_content_info{
    text-align: center;
    padding-top: 120px;
}

.top_content .top_content_info .top_content_title{
    font: 600 46px/72px "Vazir",sans-serif;
    letter-spacing: -1.5px;
    margin-bottom: 1rem;
}

.top_content .top_content_info .top_content_text p{
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    font: 16px/25.6px "Shabnam",sans-serif;
    margin: 0;
    padding: 1rem;
    border-radius: 6px;
}
