/*
Theme Name: Asteria
Author: Harmony Agency
Description: Html Converted to WordPress
Author URI: https://harmony.agency
Version: 1.0.0
Text Domain: asteria
*/

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}
h1,h2,h3,h4,h5,h6{
	  font-weight: 600;
}
footer #subscribers .inp_box p {
    display: flex;
    align-items: center;
}
.admin-bar .stickyHeader {
    top: 30px;
}
footer .row2 .phone_link {
    margin-left: 20PX;
}
.job_detail input[type="file"] {
    display: block;
    z-index: 999;
    opacity: 0;
}
.job_detail .upload_file_box {
    position: absolute;
    width: 95%;
    top: 30%;
}
#breadcrumbs a {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-right: 8px;
}
.membership .form-group {
    position: relative;
}
header .dropdown-menu li {
    margin: 0;
}
p.form_title {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
}
.news .news_img {
  object-fit: cover;
}
.blog_text_box ul li {
    margin-left: 2rem;
    list-style: disc;
}
.blog_text_box table {
    margin: 2rem 0;
}
.blog_text_box p , .blog_text_box ul{
    margin-bottom: 1rem;
}
.viewall_btn {
      padding: 0px 15px !important;
}

.container_box.news.events .container {
    position: relative;
}

.news .views {
    color: #666666;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    margin-left: 1rem;
}
.btn-submit {
    text-align: left;
    margin: 1rem 0;
}
.blog_container {
    margin-bottom: 1rem;
}
.articles .content_box .news_img{
    max-height: 275px;
}
.flex-section {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.breadcrumb_last {
    font-weight: 600;
}
.job_detail p {
    margin-bottom: 1rem;
}
.job_detail ul li {
    margin-left: 2rem;
}
.job_detail ul {
    list-style: disc;
	margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
    header .dropdown-menu.show {
        margin-left: 1rem;
    }
}

.introduction .title {
    font-family: 'Branding Pro', sans-serif;
}