:root {
    --hover-color: #154096;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    /* line 152, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_headerMenu.scss */
    .main-header .main-menu {
        margin-right: 0;
    }
}

.main-header .main-menu ul ul.submenu {
    margin-left: 7%;
}

.main-header .main-menu ul ul.submenu.long {
    margin-left: 23%;
}

.main-header .main-menu ul ul.submenu:last-child {
    left: -15px;
}

.slider-area {
    max-height: 535px;
}

.section-padding30 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.scientific_img {
    width: 90px;
    height: 90px;
    margin-bottom: 50px;
    border-radius: 50%;
}

#about_img {
    max-height: 400px;
    margin-left: 100px;
}

.btn:before {
    background: var(--hover-color);
}

.data {
    margin: 0;
}

.about-low-area {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-tittle span {
    margin-bottom: 0;
}

.footer-padding {
    padding-bottom: 0;
}


#back-top {
    z-index: 10000;
}

.slider-height2 {
    height: 150px;
}

.news-sidebar-img {
    width: 60px;
    height: 60px;
}

.blog_right_sidebar .single_sidebar_widget {
    padding: 20px;
}

.blog_item_img {
    width: 45%;
    float: left;
    margin-right: 20px;
}

@media (min-width: 768px) {
    /* line 665, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_blog_page.scss */
    .blog_details {
        padding: 20px 30px 35px 35px;
    }
}
@media (min-width: 768px) {
    /* line 685, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_blog_page.scss */
    .blog_details h2 {
        font-size: 26px;
        margin-bottom: 15px;
    }
}
.service-area .single-cat {
    padding: 30px!important;
}

.slider-area2 {
    background-color: #f8fcff;
}

.header-area .header-top .header-info-right .select-this .nice-select .option:hover {
    background-color: var(--hover-color);
    color: white;
}

.service_title {
    color: #1AAB8A !important;
}

.icon-box {
    padding: 15px 20px;
    position: relative;
    overflow: hidden;
    margin: 0;
    background: #fff;
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    text-align: center;
    border-bottom: 3px solid #fff;
}

.icon-box:hover {
    transform: scale(1.05);
    box-shadow: 0 2px 29px 0 rgba(37, 37, 37, 0.1);
}

.icon i {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 15px;
}

.option-1 .title_container {
    /*display: flex;*/
    margin-top: 10px;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
}

.option-1 .img_container img {
    width: 75px;
    height: 75px;
    border-radius: 50px;
}

.option-1 .title {
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    padding-left: 7px;
}

.option-1 .title a {
    color: #111;
}

.option-1 .date_container {
    font-size: 14px;
    font-weight: bolder;
    margin-top: 10px;
    color: var(--hover-color);
    transition: 1.25s;
}

.option-1.description {
    /*text-align: left;*/
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
}


.option-2 .icon-box {
    padding: 10px 10px;
}

.scientific_container {
    display: flex;
}

.option-2 .img_container {
    /*display: flex;*/
    align-items: center;
    margin-right: 5px;
}

.option-2 .img_container img {
    margin-top: 8px;
    margin-left: 5px;
    width: 70px;
    height: 70px;
    border-radius: 50px;
}

.option-2 .title_container {
    padding: 5px 0;
}

.option-2 .title {
    color: #212529;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    padding-left: 7px;
}

.option-2 .title a {
    color: #111;
}

.option-2 .date_container {
    font-size: 13px;
    font-weight: bolder;
    margin-top: 10px;
    color: var(--hover-color);
    transition: 1.25s;
}

.option-2 .description {
    /*text-align: left;*/
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
}

.blogs_container ul {
    margin-right: 20px;
}

.footer-bottom-area .footer_border {
    border-top: 1px solid #2d3544;
    padding: 20px 0px 20px;
}

.footer-copy-right {
    color: white;
}

.slider-area {
    /*margin-top: 30px;*/
    margin: 0 30px;
    /*border-radius: 25px;*/
}
