/**
* Articles page
**/
.page-id-311 #masthead {
    position: relative;
}

.page-id-311 .ast-primary-header-bar {
    background-color: #f2f2f2 !important;
}
.page-id-311 .ast-article-single {
    padding: 0;
}

.page-id-311 .site-content .ast-container {
    max-width: 100% !important;
    padding: 0 !important;
}
.page-id-311 .site-content #primary {
    width: 100% !important;
    margin: 0 !important;
}

.page-id-311 .site-content #secondary {
    display: none !important;
}

/*All Aricles*/

.articles .main-title {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 50px;
}
.articles .articles-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.articles .article__wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.articles .article {
    width: 100%;
    padding: 35px 40px;
    margin: 0 0 65px;
    background-color: #fff;
}
.articles .img-wrap {
    width: 240px;
    margin-right: 50px;
}
.articles .the-img {
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    min-height: 240px;
    border-radius: 50%;
}

.articles .article .info-wrap {
    width:60%;
}

.articles .article .info-wrap .category {
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    font-family: 'DM Sans';
    color: #608556;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.articles .info-wrap .meta {
    font-size: 15px;
    font-family: 'DM Sans';
    font-weight: 400;
    text-transform: uppercase;
    line-height: 18px;
    color: #32469D;
    margin-bottom: 15px;
}

.articles .info-wrap .title {
    margin: 0 0 20px;
    line-height: 10px; 
}

.articles .info-wrap .title a {
    font-size: 28px;
    font-family: 'Lora';
    font-weight: 700;
    line-height: 33px;
    color: #000;
    margin-bottom: 0px;
}

.articles .info-wrap .exceprt {
    font-size: 18px;
    font-family: 'DM Sans';
    font-weight: 400;
    line-height: 27px;
    color: #000;
}


ul.page-numbers {
    list-style: none;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    width: 100%;
    max-width: 400px;
    justify-content: center;
}

ul.page-numbers li {
    display: flex;
    align-items: center;
}


ul.page-numbers li a.page-numbers,
ul.page-numbers li span.page-numbers.current {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 12px;
    font-size: 0;
    border-radius: 50%;
    background: #e5e5e5 !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

ul.page-numbers li a.page-numbers.next,
ul.page-numbers li a.page-numbers.prev {
    width: 62px;
    height: 62px;
    display: block;
    font-size: 0;
    margin: 0 50px;
    background-size: cover;
    background-repeat: no-repeat!important;
    background-position: center!important;
    box-shadow: none!important;
}

ul.page-numbers li a.page-numbers.next {
    background-image: url(/wp-content/uploads/2021/08/next.png)!important;
}

ul.page-numbers li a.page-numbers.prev {
    background-image: url(/wp-content/uploads/2021/08/prev.png)!important;
}

ul.page-numbers li a.page-numbers:not(.next):not(.prev), 
ul.page-numbers li span.page-numbers:not(.next):not(.prev) {
    display: none !important;
}

.paged ul.page-numbers li a.page-numbers:not(.next):not(.prev), 
.paged ul.page-numbers li span.page-numbers:not(.next):not(.prev):not(.dots) {
    display: block !important;
}

.paged ul.page-numbers li span.page-numbers.dots {
    display: none !important;    
}



.form-container {
    padding: 80px 0;
}

.form-container .form-wrap {
    width: 100% !important;
    max-width: 840px !important;
    margin: 0 auto;
}

.form-container .heading span {
    color: #F04B4D;
}
.form-container .heading {
    color: #000;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 30px;
}

.form-container .subheading {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 30px;
}

.form-container .text {
    color: #000;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

#main-subscribe-form .wpforms-container .wpforms-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    border: 2px solid #1B2C3F;
}

.form-container .the-form .banner-form {
    margin-bottom: 0;    
}

.form-container .form-wrap {
    display: flex;
    align-items: center;
}

.form-container .form-wrap .inner-wrap {
    width: 100%;
}

.form-container .form-wrap .wpforms-form .wpforms-field-container {
    display: flex;
    justify-content: flex-start;
    width: 82%;
    flex: unset;
}

.form-container .form-wrap .wpforms-form .wpforms-field:first-child {
    width: 40%;
}
.form-container .form-wrap .wpforms-form .wpforms-field {
    padding: 0;
    border-right: 2px solid #1B2C3F;
    display: flex;
    align-items: center;
    width: 60%;
}
.form-container .form-wrap .wpforms-form .wpforms-field  input {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    padding: 28px 15px!important;
    border-radius: 0 !important;
    border: none !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 21px !important;
    text-transform: none;
}

.form-container .form-wrap .wpforms-form .wpforms-submit-container {
    width: auto;
    padding: 0;
}
    
.form-container .form-wrap .wpforms-form .wpforms-submit-container .wpforms-submit {    
    width: 100% !important;
    background: #F04B4D !important;
    border-radius: 0 !important;
    border: none !important;
    padding: 25px 30px !important;
    font-size: 23px;
    font-weight: 700 !important;
    line-height: 27px !important;
    text-transform: uppercase;
    color: #fff;
}

.single.single-article .site-content #content-wrap #primary {
    padding-right: 0px !important;
	margin-top: 1em;
}

.page-id-401 .site-content .form-subscription .elementor-container {
    overflow: hidden !important;
}
.page-id-401 .site-content .form-subscription .elementor-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 100% !important;
    padding: 0;
}




.quotes-section {
    margin-bottom: 50px;    
}

.quotes-section .wrap {
    display: flex;
    margin-bottom: 50px;    
}

.quotes-section .img-col{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 625px;
    display: flex;
    align-items: center;
    position: relative;
    width: 55%;
}

.quotes-section .text-col{
    padding: 80px;
    background: #E5E5E5;
    border-radius: 0;
    width: 45% !important;
    margin: 0;
    display: flex;
    align-items: center;
    border: 3px solid #32469D;
    border-left: 0;
}


.quotes-section .text-col .quotes {
    color: #32469D !important;
    font-weight: 600;
    font-size: 26px;
    line-height: 44px;
}

.quotes-section .caption {
    color: #000 !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    max-width: 650px;
    margin: 0 auto 30px !important;
}

.quotes-section .photoby {
    color: #000 !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}

.article-form-container {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
}

.article-form-container .article-form {
    margin-bottom: 0px;
}

.article-form-container .form-wrap {
    width: 100%;
    max-width: 650px;
    padding: 40px 0;
    margin: 0 auto;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    display: flex;
    align-items: center;
}

.article-form-container .heading {
    color: #1B2C3F !important;
    font-weight: 700 !important;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 0 !important;
}

.article-form-container .subheading {
    color: #1B2C3F !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px !important;
}

.article-form-container .the-form .wpforms-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    border: 2px solid #1B2C3F;
}
.article-form-container .form-wrap .wpforms-form .wpforms-field:first-child {
    width: 40%;
}

.article-form-container .form-wrap .wpforms-form .wpforms-field {
    padding: 0;
    border-right: 2px solid #1B2C3F;
    display: flex;
    align-items: center;
    width: 60%;
}

.article-form-container .the-form .wpforms-form .wpforms-field input {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    padding: 28px 15px!important;
    border-radius: 0 !important;
    border: none !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 21px !important;
    text-transform: none;
}

.article-form-container .wpforms-submit-container .wpforms-submit {
    width: 100% !important;
    background: #12AAC7 !important;
    border-radius: 0 !important;
    border: none !important;
    padding: 25px 40px !important;
    font-size: 23px;
    font-weight: 700 !important;
    line-height: 27px !important;
    color: #fff !important;
}

.article-form-container .the-form .wpforms-form .wpforms-field-container {
    display: flex;
    justify-content: flex-start;
    width: 78%;
    flex: unset;
}


.article-form-container .the-form .wpforms-form .wpforms-submit-container {
    margin: 0;
    width: auto;
    padding: 0;
}


/*subscription form*/

.articles-subs-form .elementor-widget-wrap {
    width: 100%;
    max-width: 970px !important;
    margin: 0 auto;
}

.articles-subs-form .subscription-form .wpforms-form .wpforms-field:first-child {
    margin-right: 3px !important;
}

.articles-subs-form .subscription-form .wpforms-form .wpforms-field {
    margin-right: 9px !important;
}

.articles-subs-form .subscription-form .wpforms-submit {
    padding: 25px 45px !important;
    height: 80px !important;
    border-radius: 0 !important;
    font-size: 25px !important;
    font-family: 'DM Sans';
    font-weight: 700;
    color: #fff !important;
    background: #608556 !important;
    text-transform: uppercase !important;
    border: 0 !important;
}

/*featured-article*/

.featured-article {
    padding: 40px 0 80px;
}

.featured-article .wrap {
    display: flex;
    align-items: center;
}

.featured-article .img-wrap {
    width: 470px;
    margin: 0;
}

.featured-article .the-img {
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    min-height: 470px;
    border-radius: 50%;
}

.featured-article .info-wrap {
    max-width: 400px;
    margin-right: 140px;
}

.featured-article .info-wrap .category-text {
    color: #608556;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    transition: ease-in-out .2s;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 30px;
}

.featured-article .info-wrap .meta {
    font-size: 15px;
    font-family: 'DM Sans';
    font-weight: 400;
    text-transform: uppercase;
    line-height: 18px;
    color: #32469D;
    margin-bottom: 10px;
}

.featured-article .info-wrap .title {
    display: flex;
    flex-direction: column;
}

.featured-article .info-wrap .title:after {
    content: url('/wp-content/uploads/2021/08/Group-39.png');
}

.featured-article .info-wrap .title a {
    font-size: 43px;
    font-family: 'Lora';
    font-weight: 700;
    text-transform: uppercase;
    line-height: 54px;
    color: #000;
    margin-bottom: 0px;
}

.featured-article .info-wrap .exceprt {
    font-size: 22px;
    font-family: 'DM Sans';
    font-weight: 400;
    line-height: 33px;
    color: #000;
}





