@charset "UTF-8";
/********************************************************************
DO NOT edit this file manually. This file is generated by layout.
If you want to add custom css, edit custom.css file in current template folder
*********************************************************************/
.main_content .container a.btn.btn_about {
    background:#271e8c;
    transition: background 0.1s ease-in 0.1s;
    color:white;
    min-width:120px;
    padding: 12px 22px;
    border-radius: 25px;
    font-weight: bold;
    margin:10px;
}
.page_subtitle {
    background: #0498d81f;
    border-radius: 15px;
    font-family: 'YekanBakh';
    font-weight: 600;
}
.main_content .container a.btn.btn_about i{
    padding: 5px;
    position: relative;
    top: 2px;
}

.main_content .container a.btn.btn_about:hover {
    background: #0099d9;
}

.main_content div#aboutMainContentCol1 {
    padding-top: 35px;
}

.main_content {
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .main_content .container .p_button{
        text-align:center;
    }
}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 992px) and (max-width: 1199px) {
    .main_content .container {
    padding:100px 0px;
}
}
@media (min-width: 1200px) {
    .main_content .container {
    padding:100px 0px;
}
    .main_content div#aboutMainContentCol1 {
    padding-top: 50px;
}
}