/*------------------------------
>>>Css Indexing
------------------
01. Recent Post Widget
02. About Us Widget
03. Contact Us Widget
04. Accordion Item
05. Mailchimp Form
07. Contact List Item
08. Recent donation post
09. Donate by phone
10. History Item
11. Biography Item
12. Activitis Item
13. Gallery Item
14. Progress Bar Item
15. Single Blog Two
*/


/*--------------------------------------
Recent Post Widget
--------------------------------------*/

.widget .recent_post_item {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget .recent_post_item li {
    display: block;
}

.widget .recent_post_item li + li {
    margin-top: 20px;
}

.widget .recent_post_item li.single-recent-post-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.widget .recent_post_item li.single-recent-post-item .thumb {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.widget .recent_post_item li.single-recent-post-item .thumb img {
    border-radius: 3px;
}

.widget .recent_post_item li.single-recent-post-item .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.widget .recent_post_item li.single-recent-post-item .content .title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.widget .recent_post_item li.single-recent-post-item .content .time {
    font-size: 13px;
    font-weight: 400;
}

.widget ul li.single-popular-post-item {
    display: flex;
    align-self: flex-start;
}

.widget ul li.single-popular-post-item .content {
    flex: 1;
}

.widget ul li.single-popular-post-item .thumb {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.widget ul li.single-popular-post-item .content .title {
    font-size: 16px;
    line-height: 26px;
}

.widget ul li.single-popular-post-item .content .time {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: var(--main-color-one);
}

.footer-widget.widget ul li.single-popular-post-item .content .time {
    color: rgba(255, 255, 255, .6);
}

.widget.footer-widget p,
.footer-widget.widget_tag_cloud .tagcloud a,
.widget.footer-widget.widget_calendar caption,
.widget.footer-widget.widget_calendar th,
.widget.footer-widget.widget_calendar td,
.footer-widget.widget p,
.footer-widget.widget a,
.footer-widget.widget,
.widget.footer-widget ul li a,
.widget.footer-widget ul li {
    font-size: 14px;
}


/*--------------------------------------
About Us Widget
--------------------------------------*/

.widget_harnold_about_us .footer-logo {
    display: block;
    margin-bottom: 20px;
}

.widget_harnold_about_us .social-icon {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget_harnold_about_us .social-icon li {
    display: inline-block;
}

.widget_harnold_about_us .social-icon li a {
    display: block;
    border-radius: 5px;
    text-align: center;
    transition: all 500ms;
    color: var(--main-color-one);
}

.widget_harnold_about_us .social-icon li + li {
    margin-left: 15px;
}

.widget_harnold_about_us .social-icon li a:hover {
    color: #fff !important;
}

.footer-widget.widget_harnold_about_us .social-icon li a {
    color: rgba(255, 255, 255, .6);
}

.footer-widget.widget_harnold_about_us .social-icon li a:hover {
    color: #fff !important;
}

.footer-widget .contact_info_list li.single-info-item .icon {
    color: var(--main-color-one) !important;
    font-size: 20px;
    font-weight: 600;
}


/*------------------------------------
Contact Us Widgete
------------------------------------*/

.contact_info_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact_info_list li {
    display: block;
}

.contact_info_list li.single-info-item {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-self: flex-start;
}

.widget .contact_info_list li.single-info-item .icon {
    color: var(--main-color-one) !important;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    text-align: center;
    margin-right: 0px;
}

.widget.footer-widget .contact_info_list li.single-info-item .icon {
    color: var(--secondary-color) !important;
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 0px;
}

.contact_info_list li.single-info-item .details {
    padding-left: 40px;
    flex: 1;
}

.footer-widget .contact_info_list li.single-info-item .icon {
    color: rgba(255, 255, 255, .6);
}


/*-----------------------------
Accordion Item
-----------------------------*/

.accordion-wrapper .card {
    border: none;
    background-color: transparent;
}

.accordion-wrapper .card + .card {
    margin-top: 20px;
}

.accordion-wrapper .card .card-header {
    background-color: transparent;
    padding: 0;
    border: none;
}

.accordion-wrapper .card .card-header a {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    background-color: #fff;
    padding: 14px 30px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}

.accordion-wrapper .card .card-header a:after {
    position: absolute;
    right: 30px;
    top: 15px;
    content: "\f107";
    font-family: "fontawesome";
}

.accordion-wrapper .card .card-header a[aria-expanded="true"] {
    box-shadow: 0 0 40px -15px rgba(0, 0, 0, 0.05);
}

.accordion-wrapper .card .card-header a[aria-expanded="false"]:after {
    content: "\f106";
}

.accordion-wrapper .card .card-body {
    background-color: #fff;
    padding: 0 30px 20px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}


/*-------------------------
MailChimp Form
-------------------------*/

.harnold-mail-subscription {
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
    margin-top: 20px
}

.harnold-mail-subscription input[type=email] {
    width: 100%;
    display: block;
    height: 50px;
    padding: 10px 20px;
    padding-right: 65px;
    border: none;
    border-radius: 5px
}

.harnold-mail-subscription button[type=submit] {
    position: absolute;
    right: -1px;
    top: 0;
    border: none;
    height: 50px;
    width: 50px;
    text-align: center;
    background-color: var(--main-color-one);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    transition: all 500ms;
    cursor: pointer
}

.harnold-mail-subscription button[type=submit]:hover {
    opacity: .8
}


/* ----------------------
 Contact List Item
---------------------- */

.contact-info-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-info-list .single-info-item {
    display: flex;
}

.contact-info-list .single-info-item .icon {
    margin-right: 20px;
    font-size: 30px;
    line-height: 36px;
    color: var(--main-color-one);
}

.contact-info-list .single-info-item .content .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}

.contact-info-list li + li {
    margin-top: 20px;
}

.contact-info-list .single-info-item .content .details {
    display: block;
    line-height: 22px;
}


/*--------------------------
Image Box List Three
--------------------------*/

.volunteer-single-item-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.volunteer-single-item {
    width: calc(100% / 3);
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.volunteer-single-item-list li.volunteer-single-item:nth-child(even) {
    flex-direction: column-reverse;
    display: flex;
}

.volunteer-single-item .thumb {
    width: 100%;
    height: 100%;
    min-height: 340px;
    background-repeat: no-repeat;
    background-size: cover;
}

.volunteer-single-item .thumb img {
    width: 100%;
    height: 100%;
}

.volunteer-single-item .content {
    padding: 110px 45px;
    margin: auto;
    background-color: var(--main-color-one);
    text-align: center;
}

.volunteer-single-item .content.less-padding {
    padding: 75px 45px;
}

.volunteer-single-item .content.style-1 {
    background-color: var(--main-color-two);
}

.volunteer-single-item .content.style-3 {
    background-color: #14b3e4;
}

.volunteer-single-item .content .icon {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 10px;
}

.volunteer-single-item .content .title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}

.volunteer-single-item .content p {
    color: #fff;
    margin-bottom: 15px;
    max-width: 285px;
    margin: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .volunteer-single-item .content {
        padding: 98px 45px;
    }
}

@media only screen and (max-width: 991px) {
    .volunteer-single-item-list {
        display: block;
    }

    .volunteer-single-item-list li.volunteer-single-item:nth-child(even) {
        flex-direction: initial;
    }

    .volunteer-single-item {
        width: 100%;
        display: flex;
    }

    .volunteer-single-item .content {
        width: 50%;
    }

    .volunteer-single-item .thumb {
        width: 50%;
        min-height: 342px;
    }

    .volunteer-single-item .content.less-padding {
        padding: 75px 40px;
    }
}

@media only screen and (max-width: 767px) {
    .volunteer-single-item-list li.volunteer-single-item:nth-child(even) {
        display: block;
    }

    .volunteer-single-item {
        display: block;
    }

    .volunteer-single-item .content {
        width: 100%;
    }

    .volunteer-single-item .thumb {
        width: 100%;
        min-height: 335px;
    }
}


/* recent donation post */

.recent_donate_item {
    margin: 0;
    padding: 0;
}

.recent_donate_item .single-recent-donate-item {
    display: flex;
    align-self: flex-start;
}

.recent_donate_item .single-recent-donate-item .thumb {
    margin-right: 20px;
}

.recent_donate_item .single-recent-donate-item .thumb img {
    max-width: 80px;
}

.recent_donate_item .single-recent-donate-item .content .title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    font-family: var(--body-font);
}

.recent_donate_item .single-recent-donate-item .content .bottom-content-wrap {
    display: flex;
    justify-content: space-between;
}

.recent_donate_item .single-recent-donate-item .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.recent_donate_item li + li {
    margin-top: 20px !important;
}

.recent_donate_item .single-recent-donate-item .content .bottom-content-wrap .raised {
    color: var(--secondary-color);
}

.recent_donate_item .single-recent-donate-item .content .bottom-content-wrap .goal {
    color: var(--main-color-one);
}

.recent_donate_item .single-recent-donate-item .content .bottom-content-wrap {
    font-size: 13px;
    opacity: .7;
}


/* donate by phone */

.hr-donate-by-phone {
    padding: 94px 30px 86px;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
    z-index: 0;
}

.hr-donate-by-phone:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color-one);
    content: '';
    z-index: -1;
    opacity: .8;
}

.hr-donate-by-phone .title {
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.hr-donate-by-phone .subtitle {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    font-family: var(--body-font);
}


/* History Item */

.history-item-wrap {
    position: relative;
    z-index: 0;
}

.history-item-wrap span::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 7px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--main-color-one);
    z-index: 1;
}

.history-item-wrap span::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fde7ec;
    z-index: -1;
}

.history-item-wrap::after {
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e1e1e1;
    position: absolute;
    z-index: -2;
}

.history-single-item {
    display: flex;
}

.history-single-item:nth-child(odd) {
    flex-direction: row-reverse;
}

.history-single-item:nth-child(odd) .content {
    text-align: left;
    margin-left: 65px;
    margin-right: initial;
}

.history-single-item .content {
    text-align: right;
    margin-right: 65px;
}

.history-single-item .content .since-year {
    color: var(--main-color-one);
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
}

.history-single-item .content .title {
    font-size: 18px;
    font-family: var(--body-font);
    color: var(--secondary-color);
}

.history-single-item .content p {
    max-width: 260px;
}

.history-single-item .thumb {
    position: relative;
    height: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
}

.history-single-item .thumb::after {
    content: '';
    position: absolute;
    right: -85px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 1px;
    background-color: #e1e1e1;
    z-index: -1;
}

.history-single-item:nth-child(odd) .thumb::after {
    content: '';
    position: absolute;
    left: -85px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 1px;
    background-color: #e1e1e1;
    z-index: -1;
}


/* Biography */

.biography-single-item {
    display: flex;
}

.biography-single-item .thumb {
    margin-right: 130px;
}

.biography-single-item .content {
    flex: 1;
}

.biography-single-item .content .content_wrapper {
    margin-top: 30px;
}

.biography-single-item .social-link ul li,
.top-social-icon li,
.top-link li {
    color: #161619;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.biography-single-item .content-wrap {
    display: flex;
    align-items: center;
    flex: 1;
}


/* Activitis Item */

.activitis-item-wrap {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
}

.activitis-item-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #efefef;
    z-index: -1;
}

.activitis-item-wrap li {
    width: calc(100% / 4);
    padding: 0 15px;
    padding-top: 40px;
    margin-top: 40px;
}

.activitis-single-item {
    display: flex;
    position: relative;
    z-index: 0;
}

.activitis-single-item span::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: var(--main-color-one);
    z-index: -1;
}

.activitis-single-item span::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fde7ec;
    z-index: -1;
}

.activitis-single-item::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    width: 1px;
    height: 40px;
    background-color: #efefef;
    z-index: -1;
}

.activitis-single-item .content {
    text-align: center;
}

.activitis-single-item .content .since-year {
    color: var(--main-color-one);
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
}

.activitis-single-item .content .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: var(--body-font);
    color: var(--secondary-color);
}

.activitis-single-item .content p {
    max-width: 260px;
}


/*Gallery Singel Item*/

.hr-gallery-wrap .gallery-menu-item {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 25px;
}

.hr-gallery-wrap .gallery-menu-item li + li {
    margin-left: 20px;
}

.hr-gallery-wrap .gallery-menu-item li:hover,
.hr-gallery-wrap .gallery-menu-item li.active {
    color: var(--main-color-one);
}

.hr-gallery-wrap .gallery-menu-item li {
    display: inline-block;
    color: var(--main-color-two);
    cursor: pointer;
}

.gallery-single-item {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    z-index: 0;
}

.gallery-single-item .content {
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: var(--main-color-one);
    color: #fff;
    /*display: none;*/
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease-in;
    z-index: 1;
}

.gallery-single-item:hover .content {
    /*display: block;*/
    opacity: 1;
    visibility: visible;
}

.gallery-single-item .content .title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 0;
}

.gallery-single-item .content .cart-icon {
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    line-height: 23px;
}


/*Progress Bar Item*/

.progress-item-02 .single-progressbar {
    margin-bottom: 30px;
    color: var(--main-color-one);
}

.progress-item-02 .single-progressbar .subtitle {
    font-size: 14px;
    color: #111;
    line-height: 24px;
}

.progress-item-02 .single-progressbar .progressbar {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 25px;
    position: relative;
    width: 100%;
    background-color: #c8cbd4;
}

.progress-item-02 .single-progressbar .progressbar .proggress {
    height: 5px;
    width: 10px;
}

.progress-item-02 .single-progressbar .progressbar .percentCount {
    position: absolute;
    left: 0;
    top: -30px;
    font-family: var(--heading-font);
    font-size: 12px;
    font-weight: 500;
    float: right;
    clear: both;
    color: #777777;
}

/*Blog Slider Two*/

.single-blog-grid-02 .thumb {
    position: relative;
    z-index: 0;
}

.single-blog-grid-02 .thumb .post-date {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px 20px;
    background-color: #e70f47;
    color: #fff;
}

.single-blog-grid-02 .thumb img {
    width: 100%;
}

.single-blog-grid-02 .content {
    padding: 30px 0;
}

.single-blog-grid-02 .content .post-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
    border-bottom: 1px dashed;
    padding-bottom: 15px;
}

.single-blog-grid-02 .content .post-meta li {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
}

.single-blog-grid-02 .content .post-meta li:hover a {
    color: var(--main-color-one);
}

.single-blog-grid-02 .content .post-meta li + li {
    margin-left: 20px;
}

.single-blog-grid-02 .content .post-meta li a {
    transition: all 500ms;
}

.single-blog-grid-02 .content .post-meta li a i {
    color: var(--main-color-one);
    transition: all 500ms;
    margin-right: 5px;
}

.single-blog-grid-02 .content .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    transition: all 500ms;
    margin-bottom: 20px;
}

.single-blog-grid-02 .content .title:hover {
    color: var(--main-color-one);
}

.single-blog-grid-02 .content .read-btn {
    color: #e70f47;
    text-decoration: underline;
    font-weight: 500;
}

/*Single Event Item 02*/

.single-event-item-02 {
    display: flex;
}

.single-event-item-02 .thumb {
    position: relative;
    z-index: 0;
}

.single-event-item-02 .thumb:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 10%, rgba(255, 0, 0, 0) 40%);
}

.single-event-item-02 .content .post-mate {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 15px 18px;
    background-color: var(--main-color-one);
    height: 70px;
}

.single-event-item-02 .content .author-mate {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}

.single-event-item-02 .content .post-mate .post-date {
    font-family: var(--body-font);
    color: #fff;
    font-size: 24px;
    line-height: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}

.single-event-item-02 .content .post-mate .post-month {
    color: #fff;
    text-align: center;
    line-height: 18px;
}

.single-event-item-02 .content .author-mate .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
}

.single-event-item-02 .content .author-mate .location-meta {
    color: #fff;
}

.single-event-item-02 .content .author-mate p i {
    color: var(--main-color-one);
    margin-right: 5px;
}

/*Testimonial Single Item 03*/
.single-testimonial-item-03 {
    display: flex;
}
.single-testimonial-item-03 .thumb img{
    width: 100%;
}

.single-testimonial-item-03 .content {
    flex: 1;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 60px 150px 55px;
    position: absolute;
    right: 0;
    bottom: 0;
   box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 5%)
}

.single-testimonial-item-03 .content .icon {
    font-size: 80px;
    color: #e70f47;
    margin-bottom: 30px;
}

.single-testimonial-item-03 .content .description {
    font-size: 24px;
    line-height: 34px;
    max-width: 500px;
    color: #16327a;
    font-weight: 700;
    font-style: italic;
    font-family: var(--heading-font);
}

.single-testimonial-item-03 .content .author-details {
    margin-top: 10px;
}

.single-testimonial-item-03 .content .author-details .author-meta {
    margin-top: 15px;
}

.single-testimonial-item-03 .content .author-details .author-meta .title {
    color: #14b3e4;
    margin-bottom: 0;
    border-radius: 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}

/*Conservative Single Item*/

.conservative-single-item {
    position: relative;
    z-index: 0;
}

.conservative-single-item .thumb img {
    width: 100%;
}

.conservative-single-item .content-wrapper {
    position: relative;
    margin: auto;
    margin-top: -75px;
    margin-left: 20px;
    margin-right: 20px;
    z-index: 1;
}

.conservative-single-item .content {
    background-color: #f7f7f7;
    padding: 25px 30px 25px;
    border-bottom: 5px solid #e70f47;
    color: var(--secondary-color);
    text-align: center;
}

.conservative-single-item .content .category {
    font-size: 14px;
    color: var(--main-color-one);
    font-weight: 600;
    margin-bottom: 0;
}

.conservative-single-item .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
    transition: all 500ms;
    color: var(--heading-color);
}

.conservative-single-item .content .title:hover {
    color: var(--main-color-one);
}

/*Counterup Item 04*/

.single-counterup-04 {
    text-align: center;
}

.single-counterup-04.style-01 {
    text-align: left;
}

.single-counterup-04.style-01 .content .title::after {
    top: 0;
    left: 0;
    transform: initial;
}

.single-counterup-04 .icon {
    font-size: 70px;
    line-height: 80px;
    color: var(--main-color-one);
    margin-bottom: 12px;
}

.single-counterup-04 .content .title {
    font-size: 18px;
    line-height: 28px;
    padding-top: 12px;
    color: #fff;
    max-width: 180px;
    font-family: var(--body-font);
    position: relative;
}

.single-counterup-04 .content .title::after {
    position: absolute;
    content: "";
    background-color: var(--main-color-one);
    top: 0;
    left: 0;
    width: 130px;
    height: 2px;
}

.single-counterup-04 .content .count-wrap {
    font-size: 72px;
    line-height: 82px;
    font-weight: 700;
    color: #fff;
    font-family: var(--heading-font);
    margin-bottom: 15px;
}

.single-counterup-04.black .content .count-wrap {
    color: var(--heading-color);
}

.single-counterup-04.black .content .title {
    color: var(--paragraph-color);
}

/*-------------------------
    Icon Box Item
-------------------------*/
.icon-box-list {
    display: flex;
    align-items: center;
}

.icon-box-list:hover .icon i {
    /* IE 9 */
    /* Chrome, Safari, Opera */
    transform: rotateY(360deg);
}

.icon-box-list:hover .content .title {
    color: var(--main-color-two);
}

.icon-box-list .icon {
    margin-right: 20px;
    height: 80px;
    width: 80px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    background-color: #fff;
    color: #e70f47;
    font-size: 45px;
    border-radius: 50%;
    transition: all 500ms;
}

.icon-box-list .icon i {
    transition: all 500ms;
    display: inline-block;
}

.icon-box-list .content {
    flex: 1;
    padding-top: 5px;
}

.icon-box-list .content .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    transition: all 500ms;
    color: #14212b;
}

/*icon-box-item-03*/
.icon-box-item-03 {

}

.icon-box-item-03 .content {
    padding: 30px 50px 25px;
    text-align: center;
    background-color: #fff;
}

.icon-box-item-03 .content .icon {
    font-size: 45px;
    line-height: 55px;
    color: #e8164d;
}

.icon-box-item-03 .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 900;
    color: #183789;
}

.icon-box-item-03 .btn-wrapper {
    color: #fff;
    background-color: #14b3e4;
    padding: 20px 30px;
    border-bottom: 1px solid #fff;
}

.icon-box-item-03 .btn-wrapper .explore-btn {
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

/*team-single-item*/
.team-single-item .content {
    padding: 20px 0;
    background-color: #183789;
    text-align: center;
}

.team-single-item .content .title {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
}

.team-single-item .content .subtitle {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;

}

/*Single Event Item 03*/

.single-event-item-03 {
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 5%)
}

.single-event-item-03 .thumb {
    position: relative;
    z-index: 0;
}

.single-event-item-03 .content {
    background-color: #fff;
    padding: 15px 30px;
}

.single-event-item-03 .post-mate {
    position: absolute;
    bottom: 30px;
    left: 30px;
    padding: 15px 18px;
    background-color: var(--main-color-one);
    height: 70px;
}

.single-event-item-03 .post-mate .post-date {
    font-family: var(--body-font);
    color: #fff;
    font-size: 24px;
    line-height: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}

.single-event-item-03 .post-mate .post-month {
    color: #fff;
    text-align: center;
    line-height: 18px;
}

.single-event-item-03 .content .author-mate .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #000;
}

.single-event-item-03 .content .author-mate .location-meta {
    color: #aaa;
}

.single-event-item-03 .content .author-mate p i {
    color: var(--main-color-one);
    margin-right: 5px;
}

/*Header Section Three*/

.header-area.header-bg-04 {
    background-color: #000;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.header-area.header-bg-04::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(13, 139, 245, 0.7);
    z-index: -1;
}

.header-area .header-inner-05 .title {
    text-align: left;
}

.header-area .header-inner-05 .sub-title {
    font-size: 100px;
    line-height: 100px;
    font-weight: 500;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff
}

.header-area .shadow-text p {
    font-size: 600px;
    line-height: 610px;
    font-weight: 900;
    position: absolute;
    font-family: var(--heading-font);
    left: -100px;
    bottom: -180px;
    color: rgba(0, 0, 0, 0.4);
}

/*smart-policy-single-item*/

.smart-policy-single-item {
    display: flex;
}

.smart-policy-single-item .thumb {
    position: relative;
    z-index: 0;
}

.smart-policy-single-item .thumb:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(255, 0, 0, 0) 40%);
}

.smart-policy-single-item .content {
    position: absolute;
    bottom: 40px;
    z-index: 1;
    width: 100%;
}

.smart-policy-single-item .content .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 0;
}

.smart-policy-single-item .content .title:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: var(--main-color-one);
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);

}

/*sign-box-item*/
.sign-box-item {
    background-color: #fff;
    border: 4px solid #14b3e4;
    padding: 50px 40px;
}

.sign-box-item p {
    color: #000;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: var(--heading-font);
}

/*single-counterup-04*/

.single-counterup-05 {
    display: flex;
    position: relative;
    z-index: 0;
}

.single-counterup-05.style-01 .icon {
    color: #fff;
}

.single-counterup-05.style-01 .content .title {
    color: #fff;
}

.single-counterup-05.style-01 .content .count-wrap {
    color: #fff;
}

.single-counterup-05.white .icon {
    color: #fff;
}

.single-counterup-05.white .content .title {
    color: #fff;
}

.single-counterup-05.white .content .count-wrap {
    color: #fff;
}

.single-counterup-05 .icon {
    font-size: 60px;
    line-height: 85px;
    color: var(--main-color-one);
    margin-right: 20px;
}

.single-counterup-05 .content .title {
    font-size: 14px;
    line-height: 28px;
    color: #000;
    font-family: var(--body-font);
}

.single-counterup-05 .content .count-wrap {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    color: #16327a;
    font-family: var(--heading-font);
    margin-bottom: 0;
}

/*representing_single_item*/
.representing_single_item {
    background-color: #fff;
    border: 4px solid #14b3e4;
    padding: 30px 30px 40px;
    box-shadow: 0px 32px 111px 0px rgba(0, 0, 0, 0.23);
    position: relative;
    z-index: 0;
}

.representing_single_item .content .icon {
    font-size: 80px;
    line-height: 90px;
    color: var(--main-color-one);
    margin-bottom: 20px;
}

.representing_single_item .content .title {
    font-size: 24px;
    line-height: 34px;
    color: #183789;
    font-weight: 700;
}

.representing_single_item .btn-wrapper .add-btn {
    display: inline-block;
    line-height: 45px;
    text-align: center;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    background-color: var(--main-color-one);
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}

/*.single-testimonial-item-04*/
.single-testimonial-item-04 .thumb {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    border-radius: 50%;
}

.single-testimonial-item-04 .thumb img {
    border-radius: 50%;
}

.single-testimonial-item-04 .content {
    position: relative;
    z-index: 0;
}

.single-testimonial-item-04 .content .icon.style-01 {
    left: 0;
    top: 20px;
    right: initial;
    bottom: initial;
    transform: rotate(180deg);
}

.single-testimonial-item-04 .content .icon {
    font-size: 110px;
    color: #6d70a7;
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: -1;
}

.single-testimonial-item-04 .content .description {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    line-height: 46px;
    font-family: var(--heading-font);
    max-width: 750px;
    font-style: italic;
    margin: 0 auto 30px;
}

.single-testimonial-item-04 .content .description span {
    color: var(--main-color-one);
}

.single-testimonial-item-04 .author-details .title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    font-family: var(--heading-font);
}

.single-testimonial-item-04 .author-details .designation {
    font-size: 14px;
    color: #fff;
}


/*icon box six*/
.icon-box-four {
    background-color: #fff;
    padding: 30px 30px 30px;
    position: relative;
    z-index: 0;
}

.icon-box-four .content .icon {
    font-size: 80px;
    line-height: 90px;
    color: var(--main-color-one);
    margin-bottom: 20px;
}

.icon-box-four .content .title {
    font-size: 24px;
    line-height: 34px;
    color: #183789;
    font-weight: 700;
}

/*.notice-list-item*/
.notice-single-item {
    background-color: #14b3e4;
    padding: 50px 40px;
}

.notice-single-item .title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 20px;
}

.notice-list-item-wrap {
    margin: 0;
    padding: 0;
    list-style: none;
}

.notice-list-item-wrap .notice-list-item {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.notice-list-item-wrap .notice-list-item .notice-btn {
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}


@media only screen and (max-width: 991px) {
    .biography-single-item .thumb {
        margin-right: 70px;
    }
}

@media only screen and (max-width: 768px) {
    .biography-single-item .thumb {
        margin-right: 30px;
    }

    .biography-single-item .thumb img {
        width: 100%;
    }

    .activitis-item-wrap li {
        display: flex;
        justify-content: center;
        width: calc(100% / 2);
    }

    .history-item-wrap {
        padding-top: 90px;
    }

    .history-single-item .content p {
        max-width: initial;
    }

    .history-item-wrap::after,
    .history-item-wrap span {
        display: none;
    }
    .single-testimonial-item-03 {
        display: block;
    }
    .single-testimonial-item-03 .content .description{
        max-width: initial;
    }
    .single-testimonial-item-03 .content{
        position: initial;
        padding: 60px 100px 55px;
    }
    .navbar-area.navbar-default .nav-container.mobile-control .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a{
        color: #000 !important;
    }
     .navbar-area.navbar-default .nav-container.mobile-control .nav-right-content{
        display: none;
     }
}

@media only screen and (max-width: 599px) {
    .biography-single-item {
        display: block;
    }

    .biography-single-item .thumb {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .activitis-item-wrap li {
        width: calc(100% / 1);
    }

    .history-single-item {
        flex-direction: row-reverse;
    }

    .history-single-item:nth-child(odd) .content {
        margin-left: 0;
    }

    .history-single-item .content {
        text-align: left;
        margin-left: 0;
        margin-right: initial;
    }

    .history-single-item .thumb img {
        width: 100%;
    }

    .history-single-item .content .since-year {
        font-size: 36px;
        line-height: 46px;
    }

    .history-single-item {
        display: block;
        margin-bottom: 30px;
    }

    .history-single-item .thumb::after {
        display: none;
    }
    .single-testimonial-item-03 .content{
        padding: 60px 50px 55px;
    }
    .single-testimonial-item-04 .content .description{
        font-size: 24px;
        line-height: 34px;
    }
}
@media only screen and (max-width: 414px){
    .single-testimonial-item-03 .content{
        padding: 60px 20px 55px;
    }
}