@charset "UTF-8";
.main_content {
    color:#fff;
}
.main_content .page_title {
    font-weight:bold;
    font-family:YekanBakh;
    color:#F7BD00;
}
.main_content .container .row.row1 {
    display: flex;
    justify-content: center;
}
.home article.main_content {
    background-image: url(https://behindam.com/page/1639159687/file/background.jpg);
    background-repeat: no-repeat;
    background-size: auto auto;
    background-attachment: scroll;
    background-color: #5c5c5c;
    background-blend-mode: overlay;
}
.page_toolbox a i.text-secondary {
    color: #f5f2e37a !important;
}
.meta_data.small,.page_info{
    color:#333;
}
@media (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 1200px) {
    .main_content .container {
    padding-top: 80px;
    padding-bottom: 80px;
}
}