/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Normalize
# Accessibility
# Globals
# Alignments
# Clearings
# Posts and pages
# Captions
# Galleries
# Unit test
# guterberg
# Gutenberg	Default Style
# Block Color Palette Colors
# Sections
    ## Breadcrumb
    ## Comments
    ## Widgets
    ## Nav Bar
    ## Info Bar
    ## Header
    ## Header Bottom Area
    ## Footer Area
    ## Error 404 Area
    ## Why us Area
    ## Highly Skilled Area
    ## Call TO Action Area
    ## Testimonial Area
    ## Top Lawyer Style 02
    ## Counterup Area
    ## Case Category Area
    ## Legal Support Area
    ## Practice Details Area
    ## Attorney Details Area

# Elements
    ## Back Top
    ## Preloader
    ## Video Popup
    ## Button
    ## Blog
    ## Accordion
    ## contact Info Item
    ## Quote block with sign
    ## Counterup Item
    ## Video With Image
    ## Video Play Button
    ## Why Us Item
    ## Section Title
    ## What we cover item
    ## Icon Box Item
    ## Testimonial Item
    ## Case Categories Item
    ## Quote With Image
    ## Price Plan Item

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:root {
    --main-color-one: #e70f47;
    --main-color-two: #16327a;
    --secondary-color: #14b3e4;
    --heading-color: #000000;
    --paragraph-color: #7e7e7e;
    --heading-font: "Playfair Display", serif;
    --body-font: "Poppins", sans-serif;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    font-family: var(--body-font);
}

* {
    box-sizing: border-box;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    /* Firefox */
    -webkit-font-smoothing: antialiased;
    /* WebKit  */
}

body {
    margin: 0;
    color: var(--paragraph-color);
    overflow-x: hidden;
    font-family: var(--body-font);
    font-size: 14px;
}

h1 {
    font-size: 48px;
    line-height: 1.0833333333;
}

h2 {
    font-size: 36px;
    line-height: 1.4444444444;
}

h3 {
    font-size: 24px;
    line-height: 1.0833333333;
}

h4 {
    font-size: 20px;
    line-height: 1.2380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-family: var(--heading-font);
}

p {
    color: var(--paragraph-color);
    -webkit-hyphens: auto;
    hyphens: auto;
    margin-bottom: 10px;
    line-height: 24px;
}

a {
    color: inherit;
    text-decoration: none;
    color: var(--paragraph-color);
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: inherit;
}

pre {
    word-break: break-word;
}

a i {
    padding: 0 2px;
}

img {
    max-width: 100%;
}


/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #ddd;
}

.dark-bg {
    background-color: #111d5c;
}

.section-bg-1 {
    background-color: #f4f7fc;
}

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

.check-list-02 li {
    display: block;
    padding-left: 20px;
    position: relative;
    z-index: 0;
}

.check-list-02 li:after {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "fontawesome";
    content: "";
    color: var(--main-color-one);
}

.error {
    color: #dc3545;
}

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

.check-list li {
    display: block;
    padding-left: 20px;
    position: relative;
    z-index: 0;
}

.check-list li:after {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "fontawesome";
    content: "";
    color: var(--main-color-one);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
    transition: 0.3s ease-in;
}

.comment-navigation .nav-previous:hover > a,
.posts-navigation .nav-previous:hover > a,
.post-navigation .nav-previous:hover > a,
.comment-navigation .nav-next:hover > a,
.posts-navigation .nav-next:hover > a,
.post-navigation .nav-next:hover > a {
    color: var(--main-color-one);
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.padding-left-0 {
    padding-left: 0;
}

.padding-right-0 {
    padding-left: 0;
}

.gray-bg {
    background-color: #f5f5f5;
}

.secondary-bg {
    background-color: var(--secondary-color);
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-35 {
    padding-top: 35px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-45 {
    padding-top: 45px;
}

.padding-top-55 {
    padding-top: 55px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-65 {
    padding-top: 65px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-75 {
    padding-top: 75px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-85 {
    padding-top: 85px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-95 {
    padding-top: 95px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-105 {
    padding-top: 105px;
}

.padding-top-110 {
    padding-top: 110px;
}

.padding-top-115 {
    padding-top: 115px;
}

.padding-top-120 {
    padding-top: 120px;
}

.padding-top-140 {
    padding-top: 140px;
}

.padding-top-150 {
    padding-top: 150px;
}

.padding-top-160 {
    padding-top: 160px;
}

.padding-top-190 {
    padding-top: 190px;
}

.padding-top-210 {
    padding-top: 210px;
}

.padding-top-260 {
    padding-top: 260px;
}

.padding-top-390 {
    padding-top: 390px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-35 {
    padding-bottom: 35px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-45 {
    padding-bottom: 45px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-55 {
    padding-bottom: 55px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-65 {
    padding-bottom: 65px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-85 {
    padding-bottom: 85px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-95 {
    padding-bottom: 95px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-110 {
    padding-bottom: 110px;
}

.padding-bottom-105 {
    padding-bottom: 105px;
}

.padding-bottom-115 {
    padding-bottom: 115px;
}

.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-bottom-130 {
    padding-bottom: 130px;
}

.padding-bottom-140 {
    padding-bottom: 140px;
}

.padding-bottom-135 {
    padding-bottom: 135px;
}

.padding-bottom-200 {
    padding-bottom: 200px;
}

.padding-bottom-280 {
    padding-bottom: 280px;
}

.padding-bottom-285 {
    padding-bottom: 285px;
}

.padding-bottom-150 {
    padding-bottom: 150px;
}

.padding-bottom-160 {
    padding-bottom: 160px;
}

.padding-bottom-165 {
    padding-bottom: 165px;
}

.padding-bottom-170 {
    padding-bottom: 170px;
}

.padding-bottom-180 {
    padding-bottom: 180px;
}

.padding-bottom-215 {
    padding-bottom: 215px;
}

.padding-bottom-300 {
    padding-bottom: 300px;
}

.padding-bottom-460 {
    padding-bottom: 460px;
}

.margin-top-minus-90 {
    margin-top: -90px;
}

.margin-top-minus-100 {
    margin-top: -100px;
}

.margin-top-120 {
    margin-top: 120px;
}

.margin-top-150 {
    margin-top: 150px;
}

.margin-top-160 {
    margin-top: 160px;
}

.padding-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.padding-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

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

.padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.padding-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padding-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.padding-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-55 {
    margin-top: 55px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

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

.margin-bottom-55 {
    margin-bottom: 55px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-120 {
    margin-bottom: 120px;
}

.margin-bottom-150 {
    margin-bottom: 150px;
}

.margin-top-100 {
    margin-bottom: 100px;
}

.margin-top-120 {
    margin-top: 120px;
}

.min-height-600 {
    min-height: 600px;
}

.overflow-hidden {
    overflow: hidden;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    float: left;
    clear: both;
    margin-right: 20px;
}

.alignright {
    float: right;
    clear: both;
    margin-left: 20px;
}

.aligncenter {
    clear: both;
    display: block;
    margin:  auto;
}

.alignfull {
    margin: 1.5em 0;
    max-width: 100%;
}

.alignwide {
    max-width: 1100px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.blog-pagination ul li {
    display: inline-block;
}

.blog-pagination ul li + li {
    margin: 0 5px;
}

.blog-pagination ul li {
    display: inline-block;
}

.blog-pagination ul li + li {
    margin: 0 5px;
}

.blog-pagination {
    display: block;
    width: 100%;
}

.blog-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-pagination ul li a,
.blog-pagination ul li span {
    display: block;
    padding: 3px 18px;
    border: 1px solid #e2e2e2;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
    transition: 0.3s ease-in;
}

.blog-pagination ul li span.current,
.blog-pagination ul li a:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    clear: both;
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*----------------------------------------
    # Unit test
------------------------------------------*/
.wp-link-pages a {
    margin: 0 5px;
    transition: 0.3s ease-in;
}

.wp-link-pages {
    margin-bottom: 30px;
    margin-top: 25px;
}

.wp-link-pages span,
.wp-link-pages a {
    border: 1px solid #e2e2e2;
    padding: 5px 15px;
    display: inline-block;
}

.wp-link-pages .current,
.wp-link-pages a:hover {
    background-color: var(--main-color-one);
    color: #fff;
    border-color: var(--main-color-one);
}

.wp-link-pages span:first-child {
    margin-right: 5px;
}

dl,
ol,
ul {
    padding-left: 15px;
}

/*for ul li start*/
.blog-details-item ul,
.comments-area .comment-list li .single-comment-wrap ul,
.harnold-page-content-area ul {
    list-style: none;
}

.blog-details-item ul li:before,
.comments-area .comment-list li .single-comment-wrap ul li:before,
.harnold-page-content-area ul li:before {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: var(--paragraph-color);
    content: '';
    display: inline-block;
    margin-right: 5px;
    left: 0;
    top: 8px;
    border-radius: 50%;
}

.blog-details-item ul li,
.comments-area .comment-list li .single-comment-wrap ul li,
.harnold-page-content-area ul li {
    position: relative;
    padding-left: 15px;
}

.blog-details-item ul li > ul li:before,
.comments-area .comment-list li .single-comment-wrap ul li > ul li:before,
.harnold-page-content-area ul li > ul li:before {
    background-color: transparent;
    border: 1px solid;
}

ul.blocks-gallery-grid li:before {
    display: none;
}

ul.blocks-gallery-grid li {
    padding-left: 0;
}
.blog-details-footer .right .social-share li:before,
.harnold-page-content-area .widget ul li:before,
.blog-details-item .post-meta li:before,
.blog-details-footer .left .tags li:before {
    display: none;
}
.blog-details-footer .right .social-share li,
.harnold-page-content-area .widget ul li,
.blog-details-footer .left .tags li,
.blog-details-item .post-meta li {
    padding-left: 0;
}
/*end*/
.post-password-form input {
    display: block;
    border: 1px solid #e2e2e2;
    height: 50px;
    border-radius: 3px;
    padding: 0 20px;
}

.post-password-form label {
    font-weight: 600;
    color: #333;
}

.post-password-form input[type=submit] {
    width: 100px;
    height: 50px;
    background-color: var(--main-color-one);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    transition: 0.3s ease-in;
}

.post-password-form input[type=submit]:hover {
    background-color: #121A2F;
}

.footer-widget .table td,
.footer-widget .table th {
    padding: 0.5rem !important;
}

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

.widget.footer-widget .recent_post_item li.single-recent-post-item {
    margin-bottom: 0;
    border: none;
}

.footer-logo img {
    max-width: 200px;
}

/*--------------------------------------------------------------
# Gutenberg	Default Style
--------------------------------------------------------------*/
.single-post-details-item .entry-content > .alignwide {
    max-width: 1100px;
}

.single-post-details-item .entry-content > .alignfull {
    margin: 1.5em 0;
    max-width: 100%;
}

.wp-block-video video {
    max-width: 636px;
}

.wp-block-image img {
    display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
    width: 100%;
}

.wp-block-image.alignfull img {
    width: 100vw;
}

.wp-block-gallery:not(.components-placeholder) {
    margin: 1.5em auto;
}

.wp-block-cover-text p {
    padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
    padding: 0 14px;
}

.wp-block-table {
    display: block;
    overflow-x: auto;
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
}

.wp-block-table td, .wp-block-table th {
    padding: 0.5em;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.wp-block-quote.is-large {
    margin: 0 auto 16px;
}

.wp-block-pullquote > p:first-child {
    margin-top: 0;
}

.wp-block-separator {
    margin: 3em auto;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .wp-block-cover-text p {
        padding: 1.5em 0;
    }
}

wp-block-video video {
    max-width: 636px;
}

.wp-block-image img {
    display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
    width: 100%;
}

.wp-block-image.alignfull img {
    width: 100vw;
}

.wp-block-gallery:not(.components-placeholder) {
    margin: 1.5em auto;
}

.wp-block-cover-text p {
    padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
    padding: 0 14px;
}

.wp-block-table {
    display: block;
    overflow-x: auto;
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
}

.wp-block-table td, .wp-block-table th {
    padding: 0.5em;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.wp-block-quote.is-large {
    margin: 0 auto 16px;
}

.wp-block-pullquote > p:first-child {
    margin-top: 0;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
    border-left: 4px solid #000;
    padding-left: 1em;
}

.wp-block-separator {
    margin: 3em auto;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .wp-block-cover-text p {
        padding: 1.5em 0;
    }
}

.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    color: #40464d;
}

/*--------------------------------------------------------------
## Block Color Palette Colors
--------------------------------------------------------------*/
.has-strong-blue-color {
    color: #0073aa;
}

.has-strong-blue-background-color {
    background-color: #0073aa;
}

.has-lighter-blue-color {
    color: #229fd8;
}

.has-lighter-blue-background-color {
    background-color: #229fd8;
}

.has-very-light-gray-color {
    color: #eee;
}

.has-very-light-gray-background-color {
    background-color: #eee;
}

.has-very-dark-gray-color {
    color: #444;
}

.has-very-dark-gray-background-color {
    background-color: #444;
}

/*---------------------
    ## Breadcumb
----------------------*/
.breadcrumb-area {
    position: relative;
    z-index: 0;
    background-size: cover;
    background-position: center;
}

.breadcrumb-area:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    content: "";
    background: linear-gradient(to right, #2a3471, #021b79);
    z-index: -1;
}

.breadcrumb-area.extra {
    padding-bottom: 138px;
}

.breadcrumb-area .breadcrumb-inner {
    padding: 228px 0 155px 0;
    text-align: center;
}

.breadcrumb-area .page-title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 15px;
    word-wrap: break-word;
}

.breadcrumb-area p {
    font-size: 14px;
    line-height: 26px;
    max-width: 600px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}

.breadcrumb-area .page-list {
    margin: 0;
    padding: 0;
}

.breadcrumb-area .page-list li {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-area .page-list li:first-child {
    padding-left: 0;
}

.breadcrumb-area .page-list li:first-child a {
    color: #fff;
}

.breadcrumb-area .page-list li:first-child:after {
    display: none;
}

.breadcrumb-area .page-list li:after {
    position: absolute;
    left: 7px;
    top: 2px;
    font-weight: 700;
    content: "/";
    font-size: 12px;
}

.breadcrumb-area .page-list li a {
    color: #fff;
    transition: all 0.3s ease-in;
}

.breadcrumb-area .page-list li a:hover {
    color: #fff;
}

.breadcrumb-area.navbar- .breadcrumb-inner {
    padding-top: 150px;
}

/*--------------------------------------------------------------
	## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comments-area {
    margin-top: 30px;
}

.comments-area .comments-title {
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 38px;
    text-transform: capitalize;
}

.comments-area .comment-list .comment-respond {
    margin-bottom: 30px;
}

.comments-area .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    margin-bottom: 20px;
}


.comments-area .comment-list li:last-child {
    margin-bottom: 0;
}

.comments-area .comment-list li ul.children {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}

.comments-area .comment-list li ul.children li {
    margin-left: 50px;
    list-style-type: none;
    list-style: none;
}

.comments-area .comment-list li .single-comment-wrap {
    display: flex;
    align-self: flex-start;
}

.comments-area .comment-list li .single-comment-wrap .thumb {
    margin-right: 20px;
    min-width: 80px;
    border-radius: 50%;
}

.comments-area .comment-list li .single-comment-wrap .thumb img {
    margin-bottom: 10px;
    border-radius: 50%;
}

.comments-area .comment-list li .single-comment-wrap .date,
.blog-details-page-content-area .comments-area .comment-list li .single-comment-wrap .time {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
.comments-area .comment-list li .single-comment-wrap .content {
    flex: 1;
    position: relative;
}

.comments-area .comment-list .has-children {
    padding-left: 80px;
}

.comments-area .comment-list li .single-comment-wrap .content .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-family: var(--heading-font);
    margin-bottom: 5px;
}

.comments-area .comment-list li .single-comment-wrap .content .comment-content {
    max-width: 620px;
}

.comments-area .comment-list li .single-comment-wrap .content p {
    font-size: 14px;
    line-height: 24px;
    word-break: break-word;
}

.comments-area .comment-list li .single-comment-wrap .content p:last-child {
    margin-bottom: 0;
}

.comments-area .comment-list li .single-comment-wrap .content .reply {
    color: var(--secondary-color);
}

.comments-area .comment-list li .single-comment-wrap .content .reply:hover {
    color: var(--main-color-one);
}

.comments-area .reply-title,
.comments-area .comment-reply-title {
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
}

.comments-area .form-submit {
    margin-bottom: 0;
}

.comment-form .form-group.textarea .form-control {
    min-height: 160px;
    resize: none;
    line-height: 26px;
}

.comment-form .form-group.textarea .form-control:focus {
    outline: none;
    box-shadow: none;
}

.comment-form .form-group .form-control {
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    border: 1px solid #f7f7f7;
    background-color: #f7f7f7;
}

.comment-form .submit-btn {
    height: 50px;
    width: auto;
    border-radius: 5px;
    font-weight: 400;
    background-color: var(--main-color-one);
    border: none;
    cursor: pointer;
    transition: 0.3s ease-in;
    color: #fff;
}

.comment-form .submit-btn:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.comment-respond {
    /*margin-top: 20px;*/
}

.comments-area .comment-list .children li:last-child {
    margin-bottom: 30px;
}

.comments-area .comment-list li ul.children {
    margin-top: 30px;
}

.comment-form-cookies-consent input[type=checkbox] {
    margin-right: 5px;
}

/*--------------------------------------------------------------
	## WIdgets
--------------------------------------------------------------*/
.widget {
    margin-bottom: 30px;
}

.widget select {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border: 1px solid #e2e2e2;
    color: var(--paragraph-color);
}

.widget select,
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    position: relative;
    z-index: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>");
    background-repeat: no-repeat;
    background-position-y: 55%;
    background-position-x: 92%;
    color: var(--paragraph-color);
}
.widget .widget-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 30px;
    text-transform: capitalize;
    position: relative;
    font-family: var(--heading-font);
    position: relative;
}

.widget .widget-title:after {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 20px;
    background-color: var(--main-color-one);
    content: '';
    height: 2px;
    transition: all 300ms linear;
}

.widget .widget-title:before,
.harnold-event-info .tribe-events-single-section-title:before {
    position: absolute;
    left: 0;
    bottom: -9px;
    height: 1px;
    width: 100%;
    background-color: #e3e3e3;
    content: '';
}

.widget:hover .widget-title:after {
    width: 50px;
}

.widget .widget-title.style-01 {
    font-size: 18px;
}
.widget.elementor-widget h5{
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 30px;
}

.widget:last-child {
    margin-bottom: 0px;
}

.widget.widget_nav_menu ul li.menu-item-has-children:after {
    display: none;
}

.widget.footer-widget .subscribe-form .form-group .form-control {
    background-color: #515457;
    color: #fff;
}

.widget.footer-widget .subscribe-form .form-group .form-control::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(255, 255, 255, 0.6);
}

.widget.footer-widget .subscribe-form .form-group .form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.6);
}

.widget.footer-widget .subscribe-form .form-group .form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.6);
}

.widget.footer-widget .subscribe-form .form-group .form-control:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(255, 255, 255, 0.6);
}

.widget.footer-widget .subscribe-form .submit-btn:hover {
    background-color: #fff;
    color: var(--main-color-one);
}

.widget.footer-widget {
    background-color: transparent !important;
    padding: 0;
    margin-bottom: 30px;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.widget ul li ul {
    margin-left: 20px;
    margin-top: 15px;
}

.widget ul li {
    display: block;
    margin: 8px 0;
    -ms-word-wrap: break-word;
    word-break: break-word;
}

.widget ul li:first-child {
    margin-top: 0px;
}

.widget ul li:last-child {
    margin-bottom: 0px;
}

.widget ul li a {
    color: inherit;
    transition: all 0.3s ease-in;
}

.widget ul li a:hover {
    color: var(--main-color-one);
}

.widget_search .search-form {
    position: relative;
}

.widget_search .search-form .form-group {
    margin-bottom: 0;
}

.widget_search .search-form .form-group .form-control {
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 70px 0 15px;
}

.widget_search .search-form .submit-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 18px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: var(--secondary-color);
    color: #fff;
    transition: 0.3s ease-in;
    border: none;
    cursor: pointer;
}

.widget_search .search-form .submit-btn:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.widget_author_meta {
    text-align: center;
}

.widget_author_meta .thumb {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.widget_author_meta .thumb img {
    border-radius: 50%;
}

.widget_author_meta .content .name {
    font-size: 21px;
    font-weight: 700;
}

.widget_author_meta .content p {
    font-size: 16px;
    line-height: 26px;
}

.widget_author_meta .content ul {
    margin-top: 25px;
}

.widget_author_meta .content ul li {
    display: inline-block;
    margin: 0 5px;
}

.widget_author_meta .content ul li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease-in;
}

.widget_author_meta .content ul li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.footer-widget.widget_tag_cloud .tagcloud a {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.widget_tag_cloud .tagcloud a {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 5px 5px 5px 0;
    color: inherit;
    transition: all 0.3s ease-in;
    border-radius: 5px;
    font-size: 14px !important;
}

.widget_tag_cloud .tagcloud a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.widget ul li ul.sub-menu {
    position: initial;
}

.widget ul li ul.sub-menu {
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    border-top: none;
    box-shadow: none;
    margin-top: 10px;
}

.widget ul li ul.sub-menu li a {
    padding: 0 0 0px 10px;
}

.widget ul li ul.sub-menu li a:hover {
    background-color: transparent;
}

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

.widget.widget_nav_menu ul li {
    margin: 10px 0;
}

.widget.widget_archive ul li:first-child {
    padding-top: 0;
}

.widget.widget_archive ul li {
    padding: 10px 0;
    border-bottom: 1px solid #dedee2;
}

.widget.widget_archive ul li:last-child {
    border-bottom: none;
}

.widget.widget_archive ul li a span {
    float: right;
}

.widget.widget_nav_menu ul li:first-child {
    margin-top: 0;
}

.widget.widget_nav_menu ul li:last-child {
    margin-bottom: 0;
}

.widget.widget_nav_menu ul li a {
    border: none;
}

.widget.widget_nav_menu ul li > ul {
    margin-left: 15px;
}

.widget.footer-widget.widget_calendar table {
    margin-bottom: 0;
}

.widget.footer-widget.widget_calendar caption {
    padding-bottom: 0;
}

.widget.footer-widget .widget-title {
    color: rgba(255, 255, 255, 0.9);
}

.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,
.widget.footer-widget.widget_calendar .wp-calendar-nav-next,
.widget.footer-widget.widget_calendar .wp-calendar-nav-prev a {
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
}

.widget.footer-widget ul li a,
.widget.footer-widget ul li {
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
}

.widget.footer-widget ul li a:hover {
    color: rgba(255, 255, 255, 0.9);
}

.widget .social_share {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
}

.widget .social_share li {
    width: calc(100% / 3);
    margin: 0;
    display: block;
    padding: 20px 0 12px 0;
    text-align: center;
    border-radius: 5px;
    color: #fff;
}

.widget .social_share li i {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
}

.widget .social_share li.facebook {
    background-color: #3b5999;
}

.widget .social_share li.twitter {
    background-color: #55acee;
}

.widget .social_share li.instagram {
    background-color: #e4405f;
}

.widget .social_share li a:hover {
    color: #fff;
}

.widget .social_share li + li {
    margin-left: 10px;
}

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

.widget .recent_post_item li {
    display: block;
    padding-bottom: 20px;
}

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

.widget .recent_post_item li.single-recent-post-item {
    display: flex;
    align-self: flex-start;
    border-bottom: 1px solid #dedee2;
}

.widget .recent_post_item li.single-recent-post-item:last-child {
    border-bottom: none;
}

.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 .content {
    flex: 1;
}

.widget .recent_post_item li.single-recent-post-item .content .title {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    font-family: var(--body-font);
}

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

.widget .recent_post_item li.single-recent-post-item .content .time i {
    padding-right: 5px;
}

.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;
}

.contact_info_list li.single-info-item .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: var(--main-color-one);
}

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

.copyright-area {
    padding: 20px 0;
    text-align: center;
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
}

.widget-testimonial .icon {
    font-size: 70px;
    line-height: 60px;
    color: var(--main-color-one);
    margin-bottom: 16px;
}

.widget-testimonial p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.widget-testimonial .author-meta {
    display: flex;
    align-self: flex-start;
    margin-top: 24px;
}

.widget-testimonial .author-meta .thumb {
    margin-right: 20px;
}

.widget-testimonial .author-meta .thumb img {
    max-width: 80px;
    height: 80px;
    border-radius: 50%;
}

.widget-testimonial .author-meta .content {
    flex: 1;
    margin-top: 15px;
}

.widget-testimonial .author-meta .content .name {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

.widget-testimonial .author-meta .content .designation {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.practice-sidebar .widget.widget_categories,
.case-sidebar .widget.widget_categories {
    padding: 0px;
    background-color: transparent;
}

.practice-sidebar .widget.widget_categories .widget-title,
.case-sidebar .widget.widget_categories .widget-title {
    background-color: #e1e1e1;
    padding: 15px 30px;
    margin-bottom: 0px;
}

.practice-sidebar .widget.widget_categories ul li,
.case-sidebar .widget.widget_categories ul li {
    position: relative;
    z-index: 0;
    background-color: #f5f5f5;
    padding: 13px 30px;
    margin-bottom: 0;
}

.practice-sidebar .widget.widget_categories ul li + li,
.case-sidebar .widget.widget_categories ul li + li {
    margin-top: 2px;
}

.practice-sidebar .widget.widget_categories ul li:after,
.case-sidebar .widget.widget_categories ul li:after {
    position: absolute;
    left: 15px;
    top: 12px;
    content: "";
    font-family: "fontawesome";
    font-weight: 900;
}

/*----------------------------------------------
    # Nav bar
----------------------------------------------*/
.navbar.navbar-area.white .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.navbar-area.nav-style-01 .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.navbar-area .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.mobile-logo {
    display: none;
}

@media only screen and (max-width: 991px) {
    .mobile-logo {
        display: block;
    }

    .desktop-logo {
        display: none !important;
    }
}

.navbar-area {
    padding: 0;
}

.navbar-area.nav-absolute {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0px;
    z-index: 1;
}

.navbar-area.nav-style-02 {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100px;
    z-index: 2;
}

.navbar-area.nav-style-02.has-topbar {
    top: 50px;
}

.navbar-area.nav-style-02.has-topbar-02 {
    top: 122px;
}

.navbar-area.nav-style-02.has-topbar-03 {
    top: 70px;
}

.navbar-area.nav-style-02 .nav-container {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0 15px;
}
.navbar-area.navbar-default .nav-container .logo-wrapper,
.navbar-area.nav-style-02 .nav-container .logo-wrapper {
    max-width: 200px;
}

.navbar-area.nav-style-02 .nav-container .nav-right-content {
    display: flex;
    align-items: center;
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li + li {
    margin-left: 5px;
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li a {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-02 .nav-container.political-02 .navbar-collapse .navbar-nav li.current-menu-item a {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-02 .nav-container.political-02 .navbar-collapse .navbar-nav li.current-menu-item:before {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-02 .nav-container.political-02 .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-02 .nav-container.political-02 .navbar-collapse .navbar-nav li:hover a {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
    text-align: right;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
    color: var(--main-color-one);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-item:before {
    color: var(--main-color-one);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
    z-index: initial;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    background-color: #fff;
    color: var(--paragraph-color);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
    color: #fff;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li a {
    transition: all 0.3s ease-in;
    color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
    color: var(--main-color-one);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li:hover a {
    color: var(--main-color-one);
}

.navbar-area.nav-style-01 {
    background-color: var(--main-color-two);
}

.navbar-area.nav-style-01 .nav-container {
    background-color: var(--main-color-two);
    box-shadow: none;
    border-radius: 0;
    padding: 0 15px;
}

.navbar-area.nav-style-01 .nav-container .nav-right-content ul li {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-01 .nav-container .nav-right-content ul li a {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
    text-align: right;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
    line-height: 110px;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
    color: var(--main-color-one);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item.menu-item-has-children:before {
    color: var(--main-color-one);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
    z-index: initial;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: 1px solid #e2e2e2;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    background-color: #fff;
    color: var(--paragraph-color);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
    color: #fff;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
    transition: all 0.3s ease-in;
    color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
    color: var(--main-color-one);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover a {
    color: var(--main-color-one);
}

.navbar-area .nav-container {
    background-color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0 30px;
}

.navbar-area .nav-container .nav-right-content .btn-wrapper {
    margin-left: 40px;
}

.navbar-area .nav-container .nav-right-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 15px;
}

.navbar-area .nav-container .nav-right-content ul li {
    display: inline-block;
    margin: 0 15px;
    color: #6a7795;
}

.navbar-area .nav-container .nav-right-content ul li:last-child {
    margin-right: 0;
}

.navbar-area .nav-container .nav-right-content ul li a {
    color: #6a7795;
    transition: all 0.3s ease-in;
}

.navbar-area .nav-container .nav-right-content ul li a:hover {
    color: var(--secondary-color);
}

.navbar-area .nav-container .nav-right-content ul li.search {
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.navbar-area .nav-container .nav-right-content ul li.search:hover {
    color: var(--main-color-one);
}

.navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed {
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 5px;
    background-color: var(--main-color-one);
}

.navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed:hover {
    background-color: var(--secondary-color);
}

.navbar-area .nav-container .navbar-brand .site-title {
    font-weight: 700;
    font-size: 30px;
    font-family: var(--heading-font);
    line-height: 90px;
    color: var(--heading-color);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    width: 100%;
    text-align: right;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: inline-block;
    font-size: 14px;
    font-family: var(--body-font);
    text-transform: capitalize;
    font-weight: 600;
    line-height: 70px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 20px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
    color: var(--main-color-one);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
    position: relative;
    z-index: 0;
    padding-right: 15px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    position: absolute;
    right: 0;
    top: 50%;
    content: "\f107";
    font-weight: 900;
    font-family: "fontawesome";
    /* IE 9 */
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: absolute;
    text-align: left;
    min-width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
    left: 0;
    top: 100%;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    z-index: 9;
    border-bottom: 4px solid var(--main-color-one);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    display: block;
    margin-left: 0;
    line-height: 24px;
    font-size: 14px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: 1px solid #e2e2e2;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    display: block;
    padding: 12px 30px;
    background-color: #fff;
    white-space: nowrap;
    color: var(--paragraph-color);
    transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
    position: relative;
    z-index: 0;
    padding-right: 0px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
    left: 100%;
    top: 20px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu {
    left: auto;
    right: 100%;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
    color: #fff;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
    color: var(--main-color-one);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children > .sub-menu li.menu-item-has-children:before {
    color: var(--paragraph-color);
    right: 10px;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children > .sub-menu li.menu-item-has-children:hover:before {
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .navbar-area.nav-style-02 .nav-container {
        padding: 37px 0px;
    }

    .navbar-area.nav-style-02 .nav-container .navbar-toggler {
        background-color: #fff;
    }

    .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
        background-color: var(--main-color-two);
        padding: 0 20px;
    }

    .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
        background-color: transparent;
        color: rgba(255, 255, 255, 0.8);
    }

    .navbar-area.nav-style-01 .nav-container {
        padding: 20px 0px;
    }

    .navbar-area.nav-style-01 .nav-container .responsive-mobile-menu .navbar-toggler {
        background-image: none;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
        text-align: left;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
        line-height: 30px;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
        color: var(--main-color-one);
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item.menu-item-has-children:before {
        color: var(--main-color-one);
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
        z-index: initial;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
        color: rgba(255, 255, 255, 0.8);
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
        border-top: none;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
        background-color: transparent;
        color: var(--paragraph-color);
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
        background-color: var(--main-color-one);
        color: #fff;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
        color: #656565;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
        transition: all 0.3s ease-in;
        color: rgba(255, 255, 255, 0.8);
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
        color: var(--main-color-one);
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover a {
        color: var(--main-color-one);
    }

    .navbar-area .nav-container {
        position: relative;
        z-index: 0;
        min-height: 80px;
    }

    .navbar-area .nav-container .responsive-mobile-menu {
        display: block;
        position: relative;
        width: 100%;
    }

    .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler {
        position: absolute;
        right: 0;
        top: 50%;
        /* IE 9 */
        /* Chrome, Safari, Opera */
        transform: translateY(-50%);
        border: 1px solid rgba(255, 255, 255, 0.8);
    }

    .navbar-area .nav-container .navbar-brand {
        display: block;
    }

    .navbar-area .nav-container .navbar-brand .navbar-toggler {
        position: absolute;
        right: 10px;
        border: 1px solid #e2e2e2;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav {
        display: block;
        margin-top: 20px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        display: block;
        text-align: left;
        line-height: 30px;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
        border-bottom: none;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
        margin-left: 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
        top: 25px;
        right: 20px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
        padding-bottom: 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
        visibility: visible;
        height: auto;
        opacity: 1;
        background-color: transparent;
        border-bottom: none;
        padding-top: 10px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
        position: initial;
        display: block;
        width: 100%;
        border-top: none;
        box-shadow: none;
        margin-left: 0;
        padding-bottom: 0;
        visibility: hidden;
        opacity: 0;
        height: 0;
        overflow: hidden;
        max-height: 250px;
        overflow-y: scroll;
        transition: height 500ms;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
        content: "";
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
        padding: 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
        color: #fff;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
        border-top: none;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .navbar-area.navbar-default .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
        background-color: transparent !important;
        color: rgba(255, 255, 255, .8) !important;
    }

    .header-style-02 .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
        background-color: transparent !important;
        color: rgba(255, 255, 255, 0.8) !important;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
        content: "\f106";
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li {
        padding-left: 10px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
        padding-left: 20px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu .sub-menu {
        padding-top: 0;
    }
}

@media only screen and (max-width: 575px) {
    .navbar-area .nav-container {
        margin: 0 15px;
    }
}

/*----------------------------
    Info Bar
----------------------------*/
.info-bar-bottom {
    background-color: transparent;
}

.info-bar-bottom.style-01 {
    position: absolute;
    width: 100%;
    z-index: 2;
    padding: 25px 0;
}

.info-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.info-items li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
    transition: all 0.3s ease-in;
}

.info-items li + li {
    margin-left: 20px;
}

.info-items li:hover {
    color: var(--secondary-color);
}

.info-items li i {
    margin-right: 3px;
    color: var(--secondary-color);
}

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

.info-items-02 li {
    display: flex;
    align-items: center;
}

.info-items-02 li .title {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin-top: 15px;
    margin-right: 15px;
}

.info-items-02 li .number {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.info-items-02 li .number span {
    color: var(--secondary-color);
}

.info-items-icon {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.info-items-icon li {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    transition: all 0.3s ease-in;
}

.info-items-icon li + li {
    margin-left: 20px;
}

.info-items-icon li:hover {
    color: var(--secondary-color);
}

/*----------------------------
    Top Bar
----------------------------*/
.topbar-area {
    background-color: var(--main-color-two);
}

.topbar-inner {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.topbar-inner div .boxed-btn {
    padding: 15px 30px;
    background-color: var(--main-color-one);
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease-in;
}

.topbar-inner div .boxed-btn:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

/*--------------------------------------------------------------
	## Header
--------------------------------------------------------------*/
.header-style-04.has-top-bar .navbar-area {
    top: 75px;
}

.header-style-04.has-top-bar .header-area {
    padding-top: 352px;
    padding-bottom: 300px;
}

.header-style-03 .header-area {
    padding-top: 295px;
}

.header-area-wrapper,
.header-style-02,
.header-style-03 {
    position: relative;
    /* z-index: 0; */
}

.header-style-02 .header-area {
    padding-top: 295px;
    padding-bottom: 290px;
}

.header-slider-one .header-inner {
    overflow: hidden;
}

.header-slider-one .owl-item.active .title {
    animation: slideInLeft 2s 0s both;
}

.header-slider-one .owl-item.active p {
    animation: slideInLeft 2s 1s both;
}

.header-slider-one .owl-item.active span {
    animation: slideInRight 2s 1s both;
}

.header-slider-one .owl-item.active .author-sign {
    animation: flipInX 2s 1s both;
}

.header-slider-one .owl-item.active .btn-wrapper {
    animation: flipInX 2s 2s both;
}

.header-slider-one:hover .owl-nav div {
    visibility: visible;
    opacity: 1;
}

.header-slider-one .owl-nav div {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease-in;
    visibility: hidden;
    opacity: 0;
}

.header-slider-one .owl-nav div:hover {
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.header-slider-one .owl-nav div.owl-next {
    left: auto;
    right: 20px;
}

.header-area {
    padding: 290px 0 225px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.header-area.style-01 {
    padding: 205px 0 255px;
}

.header-area.style-02 {
    padding: 205px 0 255px;
}

.header-area.style-03 {
    padding: 205px 0 290px;
}

.header-area .subtitle {
    position: relative;
    z-index: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 70px;
    letter-spacing: 1px;
}

.header-area .subtitle:after {
    position: absolute;
    left: 0;
    top: 10px;
    width: 60px;
    height: 2px;
    background-color: var(--main-color-one);
    content: "";
}

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

.header-area.header-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.header-area.header-bg-02 {
    background-color: #000;
    background-position: center;
    background-size: cover;
    position: relative;
}

.header-area.header-bg-02::after {
    content: "";
    position: absolute;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 50, 122, 0.3);
    z-index: -1;
}

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

.header-area.header-bg-03::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(22, 50, 122, 0.6);
    z-index: -1;
}

.header-area .bg-img {
    height: 100%;
    width: 100%;
    min-height: 600px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -10px;
    background-position: bottom right;
}

.header-area .header-inner.style-01 {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-area .header-inner-02 {
    background-color: var(--main-color-one);
    padding: 103px 0px 105px 100px;
    position: relative;
    z-index: 0;
}

.header-area .header-inner-02:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -50px;
    height: 100%;
    width: 150px;
    background-color: var(--main-color-one);
    transform: skewX(-10deg);
    z-index: -1;
}

.header-area .header-inner-02 .title {
    font-size: 60px;
}

.header-area .header-inner-02 .header-bottom {
    display: flex;
    justify-content: space-between;
}

.header-area .header-inner-02 .header-bottom .author-mate .author-sign {
    width: 130px;
    margin-bottom: 15px;
}

.header-area .header-inner-02 .header-bottom .btn-wrapper .campign-btn {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    align-items: center;
    height: 100%;
    display: flex;
    position: relative;
    left: 50px;
    z-index: 1;
}

.header-area .header-inner-02 .header-bottom .btn-wrapper .campign-btn i {
    height: 45px;
    width: 45px;
    font-size: 20px;
    margin-left: 15px;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    background-color: var(--main-color-two);
}

.header-area .header-inner-03 {
    overflow: hidden;
}

.header-area .header-inner-03 .header-bottom .author-mate .author-sign {
    width: 130px;
    margin-bottom: 15px;
}

.header-area .header-inner-04 .title {
    text-align: center;
    max-width: 750px;
    margin: auto;
    margin-bottom: 42px;
}

.header-area .header-inner-04 .contact-info .btn-wrapper .boxed-btn {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    min-width: 160px;
    padding: 22px 30px;
}

.header-area .title {
    font-size: 72px;
    line-height: 70px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}

.header-area .title.style-01::after {
    content: "";
    position: absolute;
    left: -1000px;
    top: 40px;
    height: 2px;
    width: 1000px;
    background-color: var(--main-color-one);
    z-index: 1;
}

.header-area p {
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.8);
}

.header-area span {
    color: var(--secondary-color);
    font-size: 18px;
    text-transform: uppercase;
    display: block;
}

.header-area .btn-wrapper .boxed-btn {
    border: 1px solid transparent;
}

.header-area .btn-wrapper .boxed-btn:hover {
    border: 1px solid #fff;
    background-color: transparent;
}

.header-area .btn-wrapper .boxed-btn + .boxed-btn {
    margin-left: 20px;
}

/*----------------------------
    Header Bottom Area
-----------------------------*/
.header-bottom-wrapper .right-content {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-bottom-area.bg-image {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.header-bottom-area.bg-image::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90px;
    background-color: #fff;
    z-index: -1;
}

.header-bottom-area.m-bottom {
    margin-bottom: -90px;
    position: relative;
    z-index: 1;
}

.header-bottom-area.m-top {
    margin-top: -137px;
    position: relative;
    z-index: 1;
}

.header-bottom-area .header-bottom-top {
    padding: 60px;
    position: relative;
    z-index: 1;
}

.header-bottom-area .header-bottom-top:after {
    content: "";
    position: absolute;
    top: 0;
    right: -58px;
    width: 100px;
    height: 100%;
    background-color: var(--main-color-two);
    transform: skew(-13deg);
    z-index: -1;
}

.header-bottom-area .header-bottom-contact {
    padding: 70px 70px 45px 95px;
    margin-top: 49px;
}

.header-bottom-area .header-bottom-contact .contact-info-btn {
    position: relative;
}

.header-bottom-area .header-bottom-contact .contact-info-btn .subscribe-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    border: none;
    height: 45px;
    width: 45px;
    font-size: 20px;
    cursor: pointer;
    margin-left: 15px;
    outline: none;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    background-color: var(--main-color-two);
    transition: all 500ms;
}

.header-bottom-area .header-bottom-contact .contact-info-btn .subscribe-btn:hover {
    background-color: var(--main-color-one);
}

.header-bottom-wrap {
    background-color: var(--secondary-color);
    padding: 30px 0 40px 0;
}

.request-form-wrapper {
    padding: 60px 70px 47px;
}

.request-form-wrapper.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
}

.request-form-wrapper .contact-page-form .btn-wrapper .boxed-btn {
    width: 100%;
    border-radius: 0;
    padding: 24.5px 40px;
    cursor: pointer;
}

.request-form-wrapper .contact-page-form .btn-wrapper .boxed-btn.brrtb {
    border-radius: 0px 5px 5px 0px;
}

.request-page-form .form-group textarea.form-control {
    min-height: 100px;
    padding: 0;
}

.request-page-form .form-group textarea.form-control:focus {
    outline: none;
    box-shadow: none;
}

.contact-info.header-bottom-contact.bg-litered .wpcf7-not-valid-tip {
    color: #fff;
}

.contact-info.header-bottom-contact.bg-litered .wpcf7-response-output, .contact-info.header-bottom-contact.bg-litered .wpcf7-response-output {
    color: #fff;
}

.contact-page-form .form-group .form-control:focus {
    outline: none;
    box-shadow: none;
}

/*-------------------------
    Footer Area
-------------------------*/
.footer-top {
    background-color: #000018;
    border-bottom: 1px solid rgba(114, 108, 148, 0.2);
}

.footer-top.style-01 {
    border-bottom: 1px solid rgba(114, 108, 148, 0.2);
    background-color: #eaeaef;
}

.footer-top.style-01 .widget .widget-title {
    color: var(--main-color-one);
}

.copyright-area {
    background-color: #010114;
}

/*-----------------------
    Error 404 Page
-----------------------*/
.no-results.not-found .page-title {
    font-size: 48px;
    line-height: 47px;
    font-weight: 600;
    margin-bottom: 20px;
}

.no-results.not-found p {
    margin-bottom: 30px;
}

.error-404 {
    text-align: center;
}

.error-404 .title {
    font-size: 200px;
    line-height: 200px;
    font-weight: 700;
    margin-bottom: 45px;
    color: var(--main-color-one);
}

.error-404 .subtitle {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}

.error-404 .search-form,
.no-results .search-form {
    position: relative;
    z-index: 0;
    margin-top: 36px;
}

.error-404 .search-form .form-control,
.no-results .search-form .form-control {
    height: 54px;
    padding: 0 20px;
    padding-right: 80px;
}

.error-404 .search-form .submit-btn:focus {
    outline: none;
}

.no-results .search-form .submit-btn,
.error-404 .search-form .submit-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    text-align: center;
    padding: 0;
    height: 55px;
    border: none;
    background-color: var(--secondary-color);
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

.support-content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.support-content.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.support-content.bg-image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(231, 15, 71, 0.8);
    z-index: -1;
}

.support-content.bg-image-02 {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.support-content.bg-image-02::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.support-content .content .title {
    font-size: 48px;
    color: #fff;
    font-weight: 800;
    max-width: 550px;
    margin: auto;
    margin-bottom: 30px;
}

/*-----------------------------
    Why Us Area
------------------------------*/
.charity-area.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.charity-area.bg-image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 11, 32, 0.35);
    z-index: -1;
}

.charity-content .title {
    font-size: 48px;
    color: #fff;
    font-weight: 500;
    max-width: 700px;
    margin: 0 auto;
}

.charity-content p {
    color: #fff;
    margin-top: 30px;
}

/*-----------------------------
    Call To Action Area
-----------------------------*/
.call-to-action-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 310px;
}

.call-to-action-inner.bg-image {
    background-size: cover;
    background-position: center;
    position: relative;
}

.call-to-action-inner.bg-image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    padding: 140px 0;
    position: absolute;
    left: 0;
}

.call-to-action-inner.style-02 .title {
    font-size: 60px;
    line-height: 70px;
}

.call-to-action-inner .icon {
    font-size: 120px;
    color: var(--secondary-color);
}

.call-to-action-inner .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
}

.call-to-action-inner .subtitle {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    color: #fff;
}

/*-------------------------
    Testimonial Area
--------------------------*/
.dolar-area.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    min-height: 400px;
    position: relative;
    z-index: 0;
}

.dolar-area.bg-image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.37);
    z-index: -1;
}

.dolar-campaign {
    display: flex;
    align-items: center;
    height: 100%;
    text-align: center;
    justify-content: center;
}

.dolar-campaign.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    min-height: 400px;
    position: relative;
    z-index: 0;
}

.dolar-campaign.bg-image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.37);
    z-index: -1;
}

.dolar-campaign .dolar-content .title {
    font-size: 100px;
    line-height: 110px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 30px;
}

.dolar-campaign .dolar-content p {
    color: #fff;
    margin-bottom: 30px;
}

.testimonial-area {
    position: relative;
    z-index: 0;
}

.testimonial-area.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.testimonial-area.bg-image-02 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.testimonial-area.bg-image-02::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 11, 32, 0.35);
    z-index: -1;
}

/*---------------------------
    Request Form Quote
---------------------------*/
.request-area.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.request-area.bg-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(27, 26, 34, 0.7);
}

.request-area.bg-image-02 {
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.request-area.bg-image-02:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 67%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}

.request-area .left-content-area {
    height: 100%;
}

.request-area .left-content-area .request-img {
    height: 100%;
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
}

.request-page-form-wrap {
    background-color: rgba(231, 15, 71, 0.85);
    padding: 50px 45px 50px;
    position: relative;
    z-index: 2;
}

.request-page-form-wrap.style-01 {
    padding: 52px 50px 44px;
    margin-right: 98px;
}

.request-page-form-wrap.style-02 {
    padding: 52px 50px 44px;
}

.request-page-form-wrap.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.request-page-form-wrap.bg-image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(231, 15, 71, 0.85);
    z-index: -1;
}

.request-page-form-wrap .section-title .title {
    font-size: 24px;
    font-weight: 800;
    line-height: 34px;
}

.request-page-form .form-group textarea {
    max-height: 60px;
    width: 100%;
    resize: none;
}

.request-page-form .form-group .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 15px 30px 15px 0px;
    color: #fff;
    background-color: transparent;
}

.request-page-form .form-group .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 500;
}

.request-page-form .submit-btn {
    background-color: var(--secondary-color);
    width: 100%;
    padding: 19px 40px;
    font-weight: 700;
    color: #fff;
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--secondary-color);
    cursor: pointer;
}

.request-page-form .submit-btn:hover {
    background-color: var(--main-color-two);
    color: #fff;
    border: 1px solid var(--main-color-one);
}

/*--------------------------
    Counterup Area
--------------------------*/
.single-counterup-01.black .count-wrap {
    color: var(--heading-color);
}

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

.counterup-area.bg-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.counterup-area.bg-image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(22, 50, 122, 0.9);
}

.counterup-area.bg-image-02 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.counterup-area.bg-image-02::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(11, 11, 32, 0.5);
}

/*-----------------------------
    Case Category
-----------------------------*/
.case-categories-area {
    position: relative;
}

.case-categories-area.bg-image {
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.case-categories-area.bg-image:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    opacity: 0.8;
    z-index: -1;
    content: "";
}

/*----------------------------
   Mision Vision Area
----------------------------*/
.misson-vision-area {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.misson-vision-area.bg-image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: -1;
}

.misson-vision-area.m-top {
    margin-top: -180px;
}

.misson-vision-area.m-bottom {
    margin-bottom: -290px;
}

.misson-vision-area.bg-image {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.misson-vision-img {
    position: relative;
}

.misson-vision-img.bg-image {
    height: 100%;
    min-height: 480px;
    background-size: cover;
    background-repeat: no-repeat;
}

.misson-vision-img.bg-image-02 {
    position: relative;
    z-index: 0;
}

.misson-vision-img.bg-image-02::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-height: 480px;
    background-repeat: no-repeat;
    z-index: -1;
}

.misson-vision-img.bg-image-03 {
    min-height: 480px;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.misson-vision-img.m-top {
    margin-top: -180px;
}

.misson-vision-img .thumb {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
}

.misson-vision-content {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 95px 60px 99px 90px;
}

.misson-vision-content .section-title .title {
    margin-bottom: 30px;
}

.misson-vision-content-02 {
    max-width: 475px;
    display: flex;
    align-items: center;
    height: 100%;
}

.misson-vision-content-02 .section-title .title {
    margin-bottom: 30px;
}

/*-----------------------------
Client Area
-----------------------------*/
.client-area .single-brand a img {
    filter: opacity(0.4) grayscale(1);
    transition: all 0.3s ease;
}

.client-area .single-brand a:hover img {
    filter: opacity(1) grayscale(0);
}

.who-we-right {
    background-color: #fff;
    padding: 30px;
    margin-top: 20px;
}

.who-we-wrapper {
    position: relative;
}

.who-we-wrapper.bg-image:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

/*---------------------------------------
    ## Back Top
---------------------------------------*/
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background-color: var(--main-color-one);
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    z-index: 99;
    font-size: 25px;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    display: none;
}

/*-------------------------
    ## Preloader Css
---------------------------*/
.pre-wrap {
    position: fixed;
    content: "";
    transform: translate(-100%, -240%);
    font-size: 62px;
}

.preloader-inner {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader-inner .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.preloader-inner .center span {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #262626;
    animation: animate 4s infinite forwards ease-in-out;
}

.preloader-inner .center span:nth-child(1) {
    background: #00485f;
    left: -24px;
    top: -24px;
    animation-delay: 0.5s;
}

.preloader-inner .center span:nth-child(2) {
    background: #00deea;
    left: 0px;
    top: -24px;
    animation-delay: 1s;
}

.preloader-inner .center span:nth-child(4) {
    background: #00485f;
    left: -24px;
    top: 0px;
    animation-delay: 1.5s;
}

.preloader-inner .center span:nth-child(3) {
    background: #00deea;
    left: 0px;
    top: 0px;
    animation-delay: 2s;
}

@keyframes animate {
    0% {
        transform: rotateY(0deg);
    }
    20% {
        transform: rotateY(360deg);
    }
    40% {
        transform: rotateX(180deg);
    }
    60% {
        transform: rotateX(0deg);
    }
    80% {
        transform: rotateX(360deg);
    }
    100% {
        transform: rotateY(180deg);
    }
}

.preloader-inner .cancel-preloader {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.preloader-inner .cancel-preloader a {
    background-color: var(--main-color-one);
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 30px;
    display: block;
    transition: all 0.3s ease-in;
}

.preloader-inner .cancel-preloader a:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

/*---------------------------------------
    ## Button
---------------------------------------*/
.btn-wrapper {
    display: block;
}

.btn-wrapper .boxed-btn.brrtb {
    background-color: var(--main-color-one);
    color: #fff;
    display: inline-block;
    padding: 22px 40px;
    border-radius: 5px;
    text-transform: capitalize;
    text-align: center;
    transition: all 0.3s ease-in;
    font-weight: 600;
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    cursor: pointer;
}

.btn-wrapper .boxed-btn {
    background-color: var(--main-color-one);
    color: #fff;
    display: inline-block;
    padding: 16px 40px;
    border-radius: 5px;
    text-transform: capitalize;
    text-align: center;
    transition: all 0.3s ease-in;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

.btn-wrapper .boxed-btn.white:hover {
    background-color: #fff;
    color: var(--main-color-one);
}

.btn-wrapper .boxed-btn.outer-btn {
    border: 1px solid transparent;
}

.btn-wrapper .boxed-btn.outer-btn:hover {
    background-color: transparent;
    color: var(--main-color-one);
    border: 1px solid var(--main-color-one);
}

.btn-wrapper .boxed-btn.blank {
    background-color: transparent;
    border: 1px solid #fff;
}

.btn-wrapper .boxed-btn.blank.reverse-color {
    background-color: transparent;
    border: 2px solid var(--main-color-one);
    color: var(--main-color-one);
}

.btn-wrapper .boxed-btn.blank.reverse-color:hover {
    background-color: var(--main-color-one);
    color: #fff;
    border-color: var(--main-color-one);
}

.btn-wrapper .boxed-btn.blank:hover {
    background-color: var(--secondary-color);
    color: #fff;
    border-color: var(--main-color-one);
}

.btn-wrapper .boxed-btn:hover {
    background-color: var(--secondary-color);
}

.btn-wrapper .boxed-btn.btn-rounded {
    border-radius: 30px;
}

.btn-wrapper .boxed-btn.reverse-color {
    background-color: var(--secondary-color);
}

.btn-wrapper .boxed-btn.reverse-color:hover {
    background-color: var(--main-color-one);
}

.btn-wrapper .read-btn {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.close-btn {
    position: absolute;
    right: -15px;
    top: -20px;
    width: 30px;
    height: 30px;
    color: #fff;
    border-color: var(--main-color-one);
    background-color: var(--main-color-one);
    transition: all 0.3s ease-in;
    padding: 0;
    text-align: center;
}

.desktop-center {
    text-align: center;
}

.desktop-left {
    text-align: left;
}

.desktop-right {
    text-align: right;
}

@media only screen and (max-width: 768px) {
    .tablet-center {
        text-align: center;
    }

    .tablet-left {
        text-align: left;
    }

    .tablet-right {
        text-align: right;
    }
}

@media only screen and (max-width: 414px) {
    .mobile-center {
        text-align: center;
    }

    .mobile-left {
        text-align: left;
    }

    .mobile-right {
        text-align: right;
    }
}

/*-----------------------
    Blog Grid Item
-----------------------*/
.blog-img-thumb {
    display: flex;
}

.blog-img-thumb .thumb-02 {
    margin-left: 30px;
}

.blog-classic-item-01.format-link .content {
    position: relative;
    z-index: 0;
}

.blog-classic-item-01.format-link .content:after {
    position: absolute;
    right: 30px;
    top: 30px;
    font-family: "fontawesome";
    content: "\f0c1";
    font-weight: 900;
    font-size: 50px;
    line-height: 50px;
    opacity: .1;
}

.blog-classic-item-01 .content .btn-wrapper {
    margin-top: 15px
}

.blog-classic-item-01 .content .btn-wrapper .read-btn {
    color: var(--main-color-one);
}

.blog-classic-item-01 .content {
    background-color: #f7f7f7;
    padding: 25px 30px 25px 30px;
}

.blog-classic-item-01 {
    position: relative;
}

.blog-classic-item-01 .content-wrapper {
    position: absolute;
    left: 25px;
    bottom: 25px;
    width: 315px;
    z-index: 1;
}

.blog-classic-item-01 .content .post-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}

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

.blog-classic-item-01 .content .post-meta li a:hover {
    color: var(--main-color-one);
}

.blog-classic-item-01 .content .post-meta li + li {
    margin-left: 20px;
}

.blog-classic-item-01 .content .post-meta li a {
    transition: all 500ms;
}

.blog-classic-item-01 .content .post-meta li a i {
    color: var(--main-color-one);
    transition: all 500ms;
}

.blog-classic-item-01 .content .post-meta .date {
    color: var(--secondary-color);
}

.blog-classic-item-01 .content .title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    transition: all 500ms;
    margin-bottom: 18px;
    word-wrap: break-word;
}

.blog-classic-item-01 .content .title:hover {
    color: var(--main-color-one);
}

.blog-classic-item-01 .content p {
    line-height: 26px;
}

.blog-classic-item-01 .blog-bottom {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
    background-color: #f7f7f7;
    color: #adadad;
}

.blog-classic-item-01 .blog-bottom .msg {
    transition: all 0.3s ease-in;
}

.blog-classic-item-01 .blog-bottom .msg span {
    color: var(--secondary-color);
    margin-right: 5px;
}

.blog-classic-item-01 .blog-bottom .msg:hover {
    color: var(--secondary-color);
}

.blog-classic-item-01 .blog-bottom .read-btn {
    margin-right: 40px;
    transition: all 0.3s ease-in;
}

.blog-classic-item-01 .blog-bottom .read-btn span {
    position: absolute;
    color: #fff;
    padding-left: 20px;
    bottom: 0;
    right: 0;
    width: 50px;
    line-height: 50px;
    height: 100%;
    display: inline-block;
    background-color: var(--secondary-color);
    -webkit-clip-path: polygon(100% 0%, 100% 74%, 100% 100%, 0 100%, 30% 0, 25% 0%);
    clip-path: polygon(100% 0%, 100% 74%, 100% 100%, 0 100%, 30% 0, 25% 0%);
}

.blog-classic-item-01 .blog-bottom .read-btn:hover {
    color: var(--secondary-color);
}

.blog-details-item .thumbnail {
    margin-bottom: 30px;
}

.blog-classic-item-01 .thumbnail,
.blog-details-item .thumbnail {
    display: block;
    position: relative;
    z-index: 0;
}

.blog-classic-item-01 .thumbnail .news-date,
.blog-details-item .thumbnail .news-date {
    position: absolute;
    left: 20px;
    bottom: 20px;
    text-align: center;
    font-weight: 600;
}

.blog-classic-item-01 .thumbnail .news-date .title,
.blog-details-item .thumbnail .news-date .title {
    background-color: var(--main-color-one);
    margin-bottom: 0;
    padding: 6px 20px;
    display: inline-block;
    font-weight: 600;
    font-family: var(--body-font);
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.blog-classic-item-01 .thumbnail .news-date span,
.blog-details-item .thumbnail .news-date span {
    background-color: var(--main-color-two);
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 0;
}

.blog-classic-item-01.sticky {
    position: relative;
    z-index: 0;
}

.blog-details-item table,
.blog-details-item td,
.blog-details-item th,
.content-area table,
.content-area td,
.content-area th {
    border: 1px solid #ddd;
    text-align: left;
}

.content-area ul li,
.content-area ol li {
    line-height: 2;
}

.blog-details-item table,
.content-area table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

.content-area p {
    line-height: 2
}

.blog-details-item th,
.blog-details-item td,
.content-area th,
.content-area td {
    padding: 15px;
}

.blog-classic-item-01.sticky:after {
    position: absolute;
    right: 30px;
    top: 30px;
    content: "\f08d";
    font-family: "fontawesome";
    font-size: 20px;
    line-height: 30px;
    color: var(--main-color-one);
    font-weight: 900;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
    margin: 40px 0;
    padding: 35px 30px 37px 100px;
    border-radius: 3px;
    position: relative;
    background-color: #ebebeb;
    z-index: 0;
}

.wp-block-quote:not(.is-large):not(.is-style-large):after {
    position: absolute;
    transform: rotateY(180deg);
    left: 35px;
    top: 25px;
    font-size: 35px;
    line-height: 45px;
    color: var(--secondary-color);
    content: "\f155";
    font-family: Flaticon;
}

.blog-classic-item-01.format-video .thumbnail {
    position: relative;
    z-index: 0;
}

.blog-classic-item-01.format-video .thumbnail .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.blog-classic-item-01.format-quote .quote-post-type {
    background-color: #f5f5f5;
    padding: 25px 30px 25px 80px;
    border-radius: 2px;
    position: relative;
    z-index: 0;
}

.blog-classic-item-01.format-quote .quote-post-type:after {
    position: absolute;
    left: 30px;
    top: 30px;
    content: "\f155";
    font-family: Flaticon;
    font-size: 30px;
    color: var(--main-color-one);
    transform: rotateY(180deg);
}

.blog-classic-item-01.format-quote .quote-post-type p {
    line-height: 26px;
}

.blog-classic-item-01.format-quote .quote-post-type .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0px;
    word-wrap: break-word;
}

.blog-details-item .blog-details-content {
    background-color: #f3f3f3;
    margin: 0 30px;
    padding: 35px 50px;
    margin-top: -90px;
    position: relative;
    z-index: 0;
}

.blog-details-item .blog-details-item-header {
    display: flex;
}

.blog-details-item .blog-details-item-header .social-link {
    margin-left: 50px;
}

.blog-details-item .title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-details-item p,
.blog-details-item {
    line-height: 2;
}

.blog-details-item .post-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}

.blog-details-item .post-meta li {
    display: inline-block;
    font-size: 14px;
}

.blog-details-item .post-meta li i {
    color: var(--main-color-one);
}

.blog-details-item .post-meta li + li {
    margin-left: 10px;
}

.blog-details-item .post-meta li a {
    transition: all 0.3s ease-in;
}

.blog-details-item .post-meta li a:hover {
    color: var(--main-color-one);
}

.blog-details-item .post-meta .date a {
    color: var(--secondary-color);
}

.blog-details-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    border-top: 1px solid #f5f5f5;
    padding-top: 25px;
}

.blog-details-footer .title {
    font-size: 16px;
    font-weight: 600;
    color: var(--heading-color);
}

.blog-details-footer .left .tags {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-details-footer .left .tags li {
    display: inline-block;
}

.blog-details-footer .left .tags li i {
    padding-right: 5px;
    color: var(--secondary-color);
}

.blog-details-footer .left .tags li a {
    display: inline-block;
    margin: 5px;
    color: inherit;
    transition: all 0.3s ease-in;
    border-radius: 5px;
    font-size: 14px !important;
    transition: all 0.3s ease-in;
}

.blog-details-footer .left .tags li a:hover {
    color: var(--main-color-one);
}

.blog-details-footer .right .social-share {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-details-footer .right .social-share li {
    display: inline-block;
    transition: all 0.3s ease-in;
}

.blog-details-footer .right .social-share li + li {
    margin-left: 10px;
}

.blog-details-footer .right .social-share li:hover {
    color: var(--main-color-one);
}

.blog-classic-item-01 .content .post-meta li.cats i {
    color: var(--main-color-one);
}

.blog-details-footer .title {
    padding-right: 8px;
}

.blog-details-footer .left .tags li a:last-child:after {
    display: none;
}

.blog-details-footer .left .tags li a:after {
    position: static;
    left: 0;
    content: ",";
}

.blog-details-footer .left .tags li a {
    margin-left: 0;
}

.blog-details-item {
    position: relative;
}

.blog-details-item .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*-----------------------------
    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: 16px;
    line-height: 28px;
    font-weight: 700;
    background-color: #f5f5f5;
    padding: 14px 30px;
    cursor: pointer;
    position: relative;
}

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

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

.accordion-wrapper .card .card-body {
    background-color: #fff;
    padding: 20px 30px 30px;
}

/*-------------------------
    Contact Info Item
-------------------------*/
.contact-info-list-item {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-contact-item {
    display: flex;
    align-self: flex-start;
    background-color: var(--bg-color-two);
    padding: 15px 0px;
}

.single-contact-item .icon {
    line-height: 60px;
    text-align: center;
    margin-right: 20px;
    font-size: 45px;
    color: var(--main-color-one);
    transition: all 0.3s ease-in;
}

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

.single-contact-item .content .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
    color: var(--heading-color);
}

.single-contact-item .content .details {
    font-size: 14px;
    font-weight: 500;
    display: block;
}

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

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

.contact-info-list .single-info-item:hover .icon {
    background-color: var(--secondary-color);
}

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

.contact-info-list .single-info-item .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    margin-right: 20px;
    background-color: var(--main-color-one);
    font-size: 30px;
    color: #fff;
    transition: all 0.3s ease-in;
}

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

.contact-info-list .single-info-item .content .details {
    display: block;
}

.contact_map {
    height: 100%;
    min-height: 500px;
}

.map {
    min-height: 500px;
    height: 100%;
    background-color: #ddd;
}

.contact-page-form .form-group textarea {
    max-height: 160px;
    resize: none;
    width: 100%;
    border: none;
    background-color: #f1f1f1;
    padding: 22px 30px 22px 20px;
    border-radius: 5px;
}

.contact-page-form .form-group textarea::placeholder {
    color: #b4b4b4;
}

.contact-page-form .form-group .form-control {
    border-radius: 0;
    border-right: 1px solid #e1e1e1;
    color: var(--heading-color);
    background-clip: border-box;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 22px 30px 22px 20px;
    margin-bottom: 25px;
}

.contact-page-form .form-group .form-control::placeholder {
    color: #b4b4b4;
}

.contact-page-form .form-group .form-control.brrtb {
    border-radius: 5px 0px 0px 5px;
}

.contact-page-form .form-group .form-control.brnone {
    border-radius: 0px;
}

.contact-page-form .form-group .form-control.brltb {
    border-radius: 0px 5px 5px 0px;
}

.contact-page-form.style-01 .form-group .form-control {
    padding: 15px;
    border: none;
}

/*----------------------------
    Quote Block With Sign
----------------------------*/
.quote-block-with-sign {
    position: relative;
    z-index: 0;
    background-color: var(--secondary-color);
    padding: 50px 40px 60px 40px;
}

.quote-block-with-sign.radius-right {
    border-bottom-right-radius: 60px;
}

.quote-block-with-sign:after {
    position: absolute;
    left: 20px;
    top: 30px;
    font-size: 100px;
    line-height: 100px;
    color: #706d5f;
    font-weight: 900;
    font-family: "fontawesome";
    content: "";
    z-index: -1;
}

.quote-block-with-sign p {
    font-size: 28px;
    line-height: 43px;
    font-style: italic;
    font-family: var(--heading-font);
    color: #fff;
}

.quote-block-with-sign .sign {
    margin-top: 26px;
}

/*----------------------------
    Counterup Item
----------------------------*/
.counterup-area.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
}

.counter-area.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
}

.counter-area.m-top {
    margin-top: -180px;
    position: relative;
    z-index: 1;
}

.single-counterup-02 .count-wrap {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    color: var(--heading-color);
    font-family: var(--heading-font);
    margin-bottom: 15px;
}

.single-counterup-02 .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.single-counterup-block-with-img {
    display: inline-block;
}

.single-counterup-block-with-img .thumb {
    position: relative;
    z-index: 0;
}

.single-counterup-block-with-img .thumb img {
    border-bottom-right-radius: 50px;
}

.single-counterup-block-with-img .thumb .hover {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    background-color: #fff;
    height: 90%;
    border-bottom-right-radius: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.single-counterup-block-with-img .thumb .hover .title {
    font-size: 18px;
    line-height: 28px;
    font-family: var(--body-font);
}

.single-counterup-block-with-img .thumb .hover .count-num {
    font-size: 120px;
    line-height: 130px;
    color: var(--main-color-one);
    font-family: var(--heading-font);
    font-weight: 700;
}

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

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

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

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

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

.single-counterup-01 .content .title::after {
    position: absolute;
    content: "";
    background-color: var(--main-color-one);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 65px;
    height: 2px;
}

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

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

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

/*-------------------------
    Video With Image
-------------------------*/
.video-with-image .img-wrapper {
    position: relative;
    z-index: 0;
    display: inline-block;
}

.video-with-image .img-wrapper img {
    width: 100%;
}

.video-with-image .img-wrapper .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.single-support-item {
    display: flex;
    align-self: flex-start;
}

.single-support-item .img-wrapper {
    width: calc(100% / 2);
}

.single-support-item .img-wrapper .bg-image {
    height: 100%;
    background-size: cover;
    background-position: center;
}

.single-support-item .content {
    background-color: var(--main-color-two);
    text-align: center;
    padding: 95px 20px 98px;
    width: 50%;
}

.single-support-item .content.style-01 {
    background-color: #14b3e4;
}

.single-support-item .content .title {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

.single-support-item .content p {
    max-width: 280px;
    color: #fff;
    margin: auto;
}

/*--------------------------
    Video Play Button
--------------------------*/
.video-play-btn {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
    background-color: #fff;
    border-radius: 50%;
    color: var(--main-color-one);
}

.video-play-btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    /* IE 9 */
    /* Chrome, Safari, Opera */
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}

.video-play-btn.style-01 {
    background-color: var(--main-color-one);
    color: #fff;
}

.video-play-btn.style-01::before {
    background-color: var(--main-color-one);
}

.video-play-btn.style-01:focus, .video-play-btn.style-01:hover {
    color: #fff;
}

.video-play-btn:hover,
.video-play-btn:focus {
    color: var(--main-color-one);
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}

.volunteer-area.m-top {
    margin-top: -340px;
}

.volunteer-area.m-top-02 {
    margin-top: -185px;
}

/*-------------------------
    Section Title
-------------------------*/
.section-title-inner.white .subtitle {
    color: rgba(255, 255, 255, 0.7);
}

.section-title-inner.white .title {
    color: #fff;
}

.section-title-inner.white p {
    color: rgba(255, 255, 255, 0.7);
}

.section-title-inner .title {
    font-size: 40px;
    line-height: 42px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: var(--heading-font);
    margin-bottom: 18px;
}

.section-title-inner .title span {
    color: var(--main-color-one);
}

.section-title-inner .subtitle {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    z-index: 0;
    padding-left: 80px;
    margin-bottom: 8px;
}

.section-title-inner .subtitle:after {
    position: absolute;
    left: 0;
    top: 10px;
    height: 2px;
    width: 60px;
    background-color: var(--main-color-one);
    content: "";
}

.section-title.white .title {
    color: #fff;
}

.section-title.white p {
    color: rgba(255, 255, 255, 0.7);
}

.section-title.white .section-para {
    color: rgba(255, 255, 255, 0.7);
}

.section-title .title {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    font-family: var(--heading-font);
    margin-bottom: 14px;
}

.section-title .title span {
    color: var(--main-color-one);
}

.section-title .subtitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    z-index: 0;
    margin-bottom: 8px;
    color: var(--main-color-one);
}

.section-title span {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--body-font);
    color: var(--main-color-one);
}

.section-title p {
    font-size: 16px;
    font-weight: 500;
}

.section-title .section-para {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}

.bg-litered {
    background-color: var(--main-color-one);
}

.bg-white {
    background-color: #fff;
}

.bg-blue {
    background-color: var(--main-color-two);
}

/*-------------------------
    Icon Box Item
-------------------------*/
.single-icon-box-01 {
    background-color: #fff;
    text-align: center;
    padding: 30px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.single-icon-box-01:after, .single-icon-box-01:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    content: "";
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.single-icon-box-01:after {
    transform: translate(-100%, -100%);
    transition: all 1s;
}

.single-icon-box-01:before {
    transform: translate(100%, 100%);
}

.single-icon-box-01:hover .content .title {
    color: var(--main-color-one);
}

.single-icon-box-01:hover .content p {
    color: rgba(255, 255, 255, 0.8);
}

.single-icon-box-01:hover:after {
    transform: translate(100%, 100%);
    visibility: visible;
    opacity: 1;
}

.single-icon-box-01:hover:before {
    transform: translate(0%, 0%);
    visibility: visible;
    opacity: 1;
}

.single-icon-box-01 .icon {
    font-size: 60px;
    line-height: 70px;
    color: var(--main-color-one);
    margin-bottom: 18px;
}

.single-icon-box-01 .content .title {
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
}

.single-icon-box-01 .content p {
    transition: all 0.5s;
}

.single-icon-box-02 {
    display: flex;
    align-self: flex-start;
    background-color: #fff;
    padding: 20px 20px 20px 20px;
}

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

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

.single-icon-box-02 .icon {
    margin-right: 20px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    background-color: var(--main-color-one);
    color: #fff;
    font-size: 40px;
    transition: all 500ms;
}

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

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

.single-icon-box-02 .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    transition: all 500ms;
}

.social-link ul,
.top-social-icon,
.top-link {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-link ul li,
.top-social-icon li,
.top-link li {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    transition: all 0.3s ease-in;
}

.social-link ul li + li,
.top-social-icon li + li,
.top-link li + li {
    margin-left: 10px;
}

.social-link ul li:hover,
.top-social-icon li:hover,
.top-link li:hover {
    color: var(--secondary-color);
}

.social-link.style-01 ul li {
    display: block;
}

.social-link.style-01 ul li + li {
    margin-left: 0;
}

.social-link.style-01 ul li:hover {
    color: var(--main-color-one);
}

.social-link.style-02 ul li {
    font-size: 20px;
    display: inline-block;
}

.social-link.style-02 ul li + li {
    margin-left: 5px;
}

.social-link.style-02 ul li i.facebook {
    color: #3b5999;
}

.social-link.style-02 ul li i.twitter {
    color: #55acee;
}

.social-link.style-02 ul li i.g-plus {
    color: #dd4b39;
}

.social-link.style-02 ul li i.instagram {
    color: #e4405f;
}

/*----------------------------------------
  ## Search Popup
----------------------------------------*/
.search-popup.active .search-form {
    visibility: visible;
    opacity: 1;
}

.search-popup .search-form {
    min-width: 415px;
    /* position: absolute; */
    position: fixed;
    top: 40px;
    right: calc(8% + -6px);
    transition: 0.5s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.search-popup .search-form .form-group .form-control {
    border: none;
    border-radius: 0px;
    height: 45px;
    padding: 0 100px 0 30px;
}

.search-popup .search-form .submit-btn {
    position: absolute;
    right: -15px;
    top: -20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border-color: var(--hover-color);
    background-color: var(--hover-color);
    transition: all 0.3s ease-in;
    padding: 0;
    text-align: center;
}

.search-popup .search-form .submit-btn span {
    color: #fff;
    font-size: 20px;
}

.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(42, 40, 29, 0.54);
    z-index: 9;
    content: "";
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.body-overlay.active {
    visibility: visible;
    opacity: 0.8;
}

.click-mobile-search {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 5;
    width: 100%;
    padding: 20px;
    background: #fff;
}

/*--------------------------------
    Case Study
--------------------------------*/
.recent-case-study-filter-nav {
    text-align: center;
}

.recent-case-study-filter-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 28px;
}

.recent-case-study-filter-nav ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.recent-case-study-filter-nav ul li.active {
    color: var(--main-color-one);
}

.recent-case-study-filter-nav ul li + li {
    margin-left: 20px;
}

.single-recent-case-study-01:hover .img-wrapper .hover .title {
    color: var(--main-color-one);
}

.single-recent-case-study-01 .img-wrapper {
    position: relative;
    z-index: 0;
    margin-bottom: 60px;
}

.single-recent-case-study-01 .img-wrapper img {
    width: 100%;
}

.single-recent-case-study-01 .img-wrapper .hover {
    background-color: #fff;
    text-align: center;
    position: absolute;
    left: 5%;
    bottom: -30px;
    width: 90%;
    padding: 25px 30px 28px 30px;
    box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.single-recent-case-study-01 .img-wrapper .hover .title {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    transition: all 500ms;
}

.single-recent-case-study-01 .img-wrapper .hover .read-more {
    font-size: 14px;
    font-weight: 600;
    transition: all 500ms;
}

.single-recent-case-study-01 .img-wrapper .hover .read-more:hover {
    color: var(--main-color-one);
}

.single-recent-case-study-01 .img-wrapper .hover .read-more:hover i {
    visibility: visible;
    opacity: 1;
    /* IE 9 */
    /* Chrome, Safari, Opera */
    transform: translateX(0px);
}

.single-recent-case-study-01 .img-wrapper .hover .read-more i {
    visibility: hidden;
    opacity: 0;
    /* IE 9 */
    /* Chrome, Safari, Opera */
    transform: translateX(-50px);
    transition: all 500ms;
}

.recent-case-filter-03 {
    margin-bottom: 25px;
}

.recent-case-filter-02 .recent-case-filter-menu,
.recent-case-filter-03 .recent-case-filter-menu {
    text-align: center;
}

.recent-case-filter-02 .recent-case-filter-menu ul,
.recent-case-filter-03 .recent-case-filter-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 28px;
}

.recent-case-filter-02 .recent-case-filter-menu ul li,
.recent-case-filter-03 .recent-case-filter-menu ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.recent-case-filter-02 .recent-case-filter-menu ul li.active,
.recent-case-filter-03 .recent-case-filter-menu ul li.active {
    color: var(--main-color-one);
}

.recent-case-filter-02 .recent-case-filter-menu ul li + li,
.recent-case-filter-03 .recent-case-filter-menu ul li + li {
    margin-left: 20px;
}

.single-case-item-02 {
    display: block;
}

.single-case-item-02:hover .thumb .hover {
    visibility: visible;
    opacity: 1;
}

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

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

.single-case-item-02 .thumb .hover {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    background-color: #fff;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms;
}

.single-case-item-02 .thumb .hover .title {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    transition: all 500ms;
}

.single-case-item-02 .thumb .hover .title:hover {
    color: var(--main-color-one);
}

.single-case-item-02 .thumb .hover .cats a {
    transition: all 500ms;
}

.single-case-item-02 .thumb .hover .cats a:hover {
    color: var(--main-color-one);
}

.case-masonry {
    width: 20%;
}

.case-masonry-03 {
    margin-bottom: 30px;
}

.single-event-item {
    display: flex;
    background-color: #fff;
}

.single-event-item .thumb {
    margin-right: 30px;
    max-width: 260px;
}

.single-event-item p {
    max-width: 435px;
}

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

.single-event-item .content .post-mate {
    margin-bottom: 24px;
    margin-right: 17px;
    padding: 15px 18px;
    background-color: var(--main-color-one);
    height: 70px;
}

.single-event-item .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 .content .post-mate .post-month {
    color: #fff;
    text-align: center;
    line-height: 18px;
}

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

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

.single-event-item .btn-wrapper a {
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 7px 20px;
}
.single-event-item .btn-wrapper a:hover{
    background-color: var(--main-color-two);
    color: #fff;
}
.single-help-fulfill-item {
    text-align: center;
    transition: all 500ms;
    border: 1px solid #e5e5e5;
}

.single-help-fulfill-item:hover .icon {
    box-shadow: 10px 10px 33px -19px rgba(0, 0, 0, 0.75);
}

.single-help-fulfill-item:hover .content {
    background-color: var(--main-color-one);
}

.single-help-fulfill-item:hover .content.style-01 {
    background-color: var(--main-color-two);
}

.single-help-fulfill-item:hover .content.style-02 {
    background-color: #00c99f;
}

.single-help-fulfill-item:hover .content .title {
    color: #fff;
}

.single-help-fulfill-item:hover .content p {
    color: #fff;
}

.single-help-fulfill-item .single-fulfill-img {
    position: relative;
    z-index: 0;
}

.single-help-fulfill-item .single-fulfill-img img {
    width: 100%;
}

/*.single-help-fulfill-item .single-fulfill-img::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-color: rgba(2, 41, 98, 0.3);*/
/*}*/
.single-help-fulfill-item .icon {
    font-size: 35px;
    line-height: 70px;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-top: -35px;
    z-index: 5;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all 500ms;
    background-color: var(--main-color-one);
}

.single-help-fulfill-item .icon.style-01 {
    background-color: var(--main-color-two);
}

.single-help-fulfill-item .icon.style-02 {
    background-color: #00c99f;
}

.single-help-fulfill-item .content {
    padding: 40px 20px 20px 20px;
    transition: all 0.3s ease-in-out;
}

.single-help-fulfill-item .content .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: var(--heading-color);
    margin-bottom: 16px;
    margin-top: 8px;
    transition: all 500ms;
}

.single-help-fulfill-item .content p {
    transition: all 500ms;
}

.harnold-event-info h2 {
    margin-top: 0 !important;
}

/*------------------------------
    Testimonial Item
-----------------------------*/
.single-testimonial-item {
    display: flex;
    align-self: flex-start;
    position: relative;
}

.single-testimonial-item .thumb.bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}

.single-testimonial-item .thumb.bg-image-02 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}

.single-testimonial-item .thumb.style-01 {
    background-position: center;
}

.single-testimonial-item .content.style-01 {
    padding-left: 0;
}

.single-testimonial-item .content .icon {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 160px;
    line-height: 90px;
    color: var(--main-color-one);
}

.single-testimonial-item.black .content .title {
    color: var(--paragraph-color);
}

.single-testimonial-item .content .title {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--heading-font);
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single-testimonial-item.black .content .description {
    color: var(--paragraph-color);
}

.single-testimonial-item .content .description {
    font-size: 20px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
    max-width: 365px;
    font-weight: 400;
}

.single-testimonial-item .content .author-details {
    display: flex;
    align-self: flex-start;
}

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

.single-testimonial-item.black .content .author-details .author-meta .title {
    color: var(--heading-color);
}

.single-testimonial-item .content .author-details .author-meta .title {
    font-size: 16px;
    font-family: var(--body-font);
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
}

.single-testimonial-item .content .author-details .author-meta .designation {
    font-size: 14px;
    color: var(--secondary-color);
}

.single-testimonial-item-02 {
    display: flex;
    align-self: flex-start;
}

.single-testimonial-item-02 .content {
    flex: 1;
    position: relative;
}

.single-testimonial-item-02 .content .thumb {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: auto;
    margin-top: 30px;
}

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

.single-testimonial-item-02.black .content .description {
    color: var(--heading-color);
}

.single-testimonial-item-02 .content .description {
    font-size: 24px;
    line-height: 34px;
    max-width: 920px;
    text-align: center;
    color: #fff;
    font-style: italic;
    margin: auto;
}

.single-testimonial-item-02 .content .author-details {
    display: flex;
    align-self: flex-start;
    margin-top: 10px;
}

.single-testimonial-item-02 .content .author-details .author-meta {
    flex: 1;
    margin-top: 15px;
    text-align: center;
}

.single-testimonial-item-02 .content .author-details .author-meta .title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--body-font);
    color: var(--main-color-one);
}

.single-testimonial-item-02.black .content .author-details .author-meta .designation {
    color: var(--paragraph-color);
}

.single-testimonial-item-02 .content .author-details .author-meta .designation {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

.progress-item .single-progressbar .progressbar {
    width: 100%;
    position: relative;
    background-color: #f4f4f4;
}

.progress-item .single-progressbar .progressbar .proggress {
    height: 5px;
    width: 10px;
    background-color: var(--secondary-color) !important
}

.progress-item .single-progressbar .progressbar .percentCount {
    position: absolute;
    color: white;
    left: 0%;
    top: -43px;
    background-color: #14b3e4;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
}

.progress-item .single-progressbar .progressbar .percentCount::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -5px;
    border-top: 10px solid var(--secondary-color);
    border-right: 10px solid transparent;
}

.donation_wrapper {
    padding: 40px 45px 45px;
    background: #ebebeb;
}

.donation_wrapper .title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
}

.donation_wrapper .single_amount_wrapper {
    display: flex;
    align-items: center;
}

.donation_wrapper .single_amount_wrapper .single_amount {
    padding: 5px 10px;
    margin: 0 5px;
    border-radius: 5px;
    color: #fff;
    background: var(--main-color-one);
    margin-bottom: 20px;
    cursor: pointer;
}

.donation_wrapper .single_amount_wrapper .single_amount:hover {
    background: var(--main-color-two);
}

.donation_wrapper .amount_wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.donation_wrapper .amount_wrapper input,
.donation_wrapper .amount_wrapper .suffix {
    padding: 8px;
    border: 0;
    font-weight: bold;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    background: transparent;
    width: 100%;
}

.donation_wrapper .amount_wrapper input {
    border-radius: 0 8px 8px 0;
    border-right: 0;
    outline: none;
}

.donation_wrapper .amount_wrapper .suffix {
    border-radius: 5px 0 0 5px;
    width: 10%;
}

.donation_wrapper a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    padding: 15px 25px;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) inset, 0 0 0 0 rgba(0, 0, 0, 0) inset;
    background: var(--main-color-one);
    transition: all 0.3s;
}

.donation_wrapper a:hover {
    background: var(--main-color-two);
}

.donation_wrapper a:active {
    box-shadow: 0 -2px 2px 0 rgba(255, 255, 255, 0.2) inset, 0 2px 2px 0 rgba(0, 0, 0, 0.5) inset;
}

/*---------------------------
    Our Misson
---------------------------*/
.misson-area {
    border-bottom: 1px solid #393d44;
}

.misson-area.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
}

.misson-area .misson-content {
    display: flex;
    align-items: center;
    height: 100%;
}

.misson-area .misson-content .section-title .title {
    padding-left: 15px;
    position: relative;
}

.misson-area .misson-content .section-title .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 100%;
    background-color: var(--secondary-color);
}

.misson-area .misson-content .section-title p {
    font-size: 14px;
    margin-bottom: 30px;
}

.vision-single-item {
    padding-left: 200px;
}

.vision-single-item.style-01 {
    padding-left: 300px;
}

.vision-single-item:hover .content :after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--main-color-two);
    transition: all 0.3s ease-in;
    z-index: -1;
}

.vision-single-item:hover .content .title {
    color: #fff;
}

.vision-single-item:hover .content p {
    color: #fff;
}

.vision-single-item:hover .content.style-01 :after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--main-color-one);
    transition: all 0.3s ease-in;
    z-index: -1;
}

.vision-single-item:hover .content.style-02 :after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #14b3e4;
    transition: all 0.3s ease-in;
    z-index: -1;
}

.vision-single-item .content {
    max-width: 360px;
    background-color: #fff;
    padding: 30px;
    transition: all 500ms;
    position: relative;
    z-index: 0;
}

.vision-single-item .content :after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--main-color-two);
    transition: all 0.3s ease-in;
}

.vision-single-item .content.style-01 {
    margin-top: 30px;
}

.vision-single-item .content.style-01::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--main-color-one);
}

.vision-single-item .content.style-02 {
    margin-top: 30px;
}

.vision-single-item .content.style-02::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #14b3e4;
}

.vision-single-item .content .title {
    font-size: 18px;
    font-weight: 800;
}

.vision-single-item .content p {
    max-width: 285px;
}

.vision-single-item-02 {
    position: relative;
    z-index: 0;
    text-align: left;
}

.vision-single-item-02 .thumb {
    width: 100%;
}

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

.vision-single-item-02 .content {
    padding-top: 20px;
}

.vision-single-item-02 .content .title {
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    transition: all 500ms;
    margin-bottom: 5px;
}

.vision-single-item-02 .content p {
    margin-bottom: 0px;
    font-size: 14px;
    margin-bottom: 20px;
}

.vision-single-item-02 .content .readmore {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--secondary-color);
}

/*----------------------------
    Blog Grid Item
-----------------------------*/
.blog-grid-carousel .owl-nav div {
    position: absolute;
    left: -60px;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--secondary-color);
    color: #fff;
    transition: all 0.3s ease-in;
    /* IE 9 */
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
}

.blog-grid-carousel .owl-nav div:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.blog-grid-carousel .owl-nav div.owl-next {
    left: auto;
    right: -60px;
}

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

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

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

.single-blog-grid-01 .content .post-meta {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

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

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

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

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

.single-blog-grid-01 .content .post-meta .date {
    color: var(--secondary-color);
}

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

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

/*------------------------------
    Case Category Item
------------------------------*/
.case-category-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.case-category-list.white .single-case-item + .single-case-item {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.case-category-list.white .single-case-item .content .title {
    color: #fff;
}

.case-category-list .single-case-item {
    width: calc(100% / 5);
    padding: 115px 0 115px 0;
    text-align: center;
}

.case-category-list .single-case-item + .single-case-item {
    border-left: 1px solid #e2e2e2;
}

.case-category-list .single-case-item .icon {
    font-size: 60px;
    line-height: 70px;
    color: var(--main-color-one);
    margin-bottom: 18px;
}

.case-category-list .single-case-item .content .title {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 0px;
}

.single-catagory-item {
    padding: 72px 40px;
    background-color: var(--main-color-one);
    text-align: center;
}

.single-catagory-item.style-01 {
    background-color: #00c99f;
}

.single-catagory-item.style-02 {
    background-color: #16327a;
}

.single-catagory-item.style-03 {
    background-color: #14b3e4;
}

.single-catagory-item:hover {
    cursor: pointer;
}

.single-catagory-item .icon {
    color: #fff;
    font-size: 80px;
    line-height: 80px;
    transition: all 500ms;
    margin-bottom: 15px;
}

.single-catagory-item .title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

/*-------------------------------
    Quote With Image
-------------------------------*/
.quote-with-image-02 {
    margin-bottom: 40px;
}

.quote-with-image-02 .img-wrapper {
    position: relative;
    z-index: 0;
}

.quote-with-image-02 .img-wrapper .hover {
    position: absolute;
    right: 0;
    bottom: -40px;
    width: 80%;
}

.quote-with-image-02 .img-wrapper .hover .quote-block-with-sign {
    padding: 50px 60px 60px 60px;
}

.quote-with-image-02 .img-wrapper .hover .quote-block-with-sign:after {
    left: 40px;
    top: 30px;
}

.btn-wrapper .idology-btn {
    display: block;
    width: 100%;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: var(--heading-font);
    background-color: #00c99f;
    position: relative;
    z-index: 0;
}

.btn-wrapper .idology-btn::after {
    content: "";
    position: absolute;
    left: 30px;
    top: 20px;
    right: 30px;
    bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: -1;
}

.btn-wrapper .idology-btn::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color-one);
    content: '';
    z-index: -1;
    opacity: .9;
}

.btn-wrapper .idology-btn.style-01,
.btn-wrapper .style-1.idology-btn::before {
    background-color: #e70f47;
}

.btn-wrapper .idology-btn.style-02,
.btn-wrapper .style-2.idology-btn::before {
    background-color: #00c99f;
}

.btn-wrapper .idology-btn.style-03,
.btn-wrapper .style-3.idology-btn::before {
    background-color: #9d58f0;
}

.btn-wrapper .idology-btn.style-04,
.btn-wrapper .style-4.idology-btn::before {
    background-color: #14b3e4;
}

.btn-wrapper .idology-btn.style-05,
.btn-wrapper .style-5.idology-btn::before {
    background-color: #16327a;
}

.idology-single-item {
    text-align: center;
}

.idology-single-item:hover .icon {
    transform: rotateY(360deg);
}

.idology-single-item:hover .content .thumb {
    transform: scale(1.2);
}

.idology-single-item .icon {
    text-align: center;
    font-size: 60px;
    color: var(--main-color-one);
    transition: all 500ms;
    line-height: 70px;
    margin-bottom: 10px;
}

.idology-single-item .content {
    flex: 1;
    overflow: hidden;
}

.idology-single-item .content .thumb {
    transition: all 500ms;
    overflow: hidden;
}

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

.idology-single-item .content .title {
    font-size: 20px;
    line-height: 34px;
    color: var(--heading-color);
    font-family: var(--heading-font);
    font-weight: 700;
    transition: all 500ms;
}

.idology-single-item .content p {
    font-size: 14px;
    line-height: 24px;
    max-width: 265px;
    margin: auto;
}

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

.idology-single-item-02 {
    width: calc(100% / 5);
    text-align: center;
    position: relative;
}

.idology-single-item-02 .thumb {
    position: relative;
    width: 100%;
}

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

.idology-single-item-02 .thumb .idology-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
}

.idology-single-item-02 .content-wrapper {
    z-index: 1;
    padding: 0 15px;
}

.idology-single-item-02 .content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding: 0 45px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
}

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

.idology-single-item-02 .content p {
    color: #fff;
    margin-bottom: 15px;
}

.idology-single-item-02 .content .btn-wrapper .read-btn {
    font-weight: 600;
}

.idology-single-item-02 .content .btn-wrapper .read-btn i {
    margin-left: 10px;
    font-size: 20px;
    position: relative;
    top: 3px;
}

.idology-single-item-02:hover .content {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    display: flex;
    align-items: center;
    transform: scaleY(1.1);
}

.idology-single-item-02:hover .content::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 50, 122, 0.9);
    z-index: -1;
}

.idology-single-item-02:hover .content::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 30px;
    right: 30px;
    bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 0;
}

.idology-single-item-03 {
    text-align: center;
    position: relative;
}

.idology-single-item-03 .thumb {
    width: 100%;
}

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

.idology-single-item-03 .content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding: 0 45px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
}

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

.idology-single-item-03 .content p {
    color: #fff;
    margin-bottom: 15px;
}

.idology-single-item-03 .content .btn-wrapper .read-btn {
    font-weight: 700;
}

.idology-single-item-03 .content .btn-wrapper .read-btn i {
    margin-left: 10px;
    font-size: 20px;
    position: relative;
    top: 3px;
}

.idology-single-item-03:hover .content, .idology-single-item-03.active .content {
    visibility: visible;
    opacity: 1;
    z-index: 0;
    display: flex;
    align-items: center;
    transform: scaleY(1.1);
}

.idology-single-item-03:hover .content::after, .idology-single-item-03.active .content::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 50, 122, 0.9);
    z-index: -1;
}

.contribute-single-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.contribute-single-item .thumb {
    position: relative;
    z-index: 0;
    width: 100%;
}

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

.contribute-single-item .thumb .thumb-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.contribute-single-item .thumb .thumb-content .goal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 30px;
}

.contribute-single-item .thumb .thumb-content .goal .raised {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--body-font);
}

.contribute-single-item .content {
    padding: 35px 15px 40px 30px;
    border: 1px solid #ebebeb;
}

.contribute-single-item .content.style-01 {
    border: none;
    padding: 35px 0 0px;
}

.contribute-single-item .content .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 23px;
}

.contribute-single-item .content p {
    margin-bottom: 23px;
}

.contribute-single-item .content .btn-wrapper .boxed-btn {
    padding: 12px 20px;
}

/* event page override*/
#tribe-events-pg-template,
.tribe-events-pg-template {
    margin: 0 auto;
    max-width: 100% !important;
}

.single-tribe_events .tribe-events-event-image {
    margin-bottom: 30px;
}

.harnold-event-organizer .tribe-events-single-section-title,
.harnold-event-info .tribe-events-single-section-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 30px;
    text-transform: capitalize;
    position: relative;
    font-family: var(--heading-font);
}

.harnold-event-organizer .tribe-events-single-section-title:after,
.harnold-event-info .tribe-events-single-section-title:after {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 20px;
    background-color: var(--main-color-one);
    content: '';
    height: 2px;
    transition: all 300ms linear;
}

.harnold-event-info dl,
.harnold-event-organizer dl {
    margin: 0;
    padding: 0;
}

.harnold-event-info dt,
.harnold-event-organizer dt {
    font-weight: 600;
    color: var(--heading-color);
}

.harnold-event-organizer {
    margin-bottom: 25px;
}

.icon-with-title-description {
    margin: 0;
    padding: 0;
}

.icon-with-title-description li {
    list-style: none;
    display: flex;
}

.icon-with-title-description li .icon {
    margin-right: 15px;
    font-size: 14px;
    line-height: 24px;
    width: 10px;
    color: var(--main-color-one);
}

.icon-with-title-description li h4 {
    font-size: 14px;
    line-height: 26px;
    font-family: var(--body-font);
    font-weight: 500;
    margin-bottom: 0;
}

.icon-with-title-description li span {
    margin-bottom: 0;
}

.icon-with-title-description li + li {
    margin-top: 10px;
}

.icon-with-title-description li a {
    transition: 300ms all;
}

.icon-with-title-description li a:hover {
    color: var(--main-color-one);
}

.harnold-event-venu-wrapper .tribe-events-single-section-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: var(--heading-color);
}

.harnold-event-venu-wrapper dl {
    margin: 0;
    padding: 0;
}

.harnold-event-venu-wrapper dt {
    font-size: 14px;
    font-weight: 600;
    color: var(--heading-color);
}

.harnold-event-venu-wrapper .tribe-events-venue-map {
    float: none;
    width: 100%;
    margin: 0;
    margin-top: 30px;
}

.tribe-link-view-attendee a {
    border-bottom: 1px solid var(--main-color-one);
    color: var(--main-color-one);
    margin-left: 10px;
}

.tribe-events-cal-links a.tribe-events-button {
    display: inline-block;
    padding: 15px 20px;
    background-color: var(--main-color-one);
    color: #fff;
    font-weight: 600;
    transition: all 300ms;
}

.tribe-events-cal-links a.tribe-events-button:hover {
    display: inline-block;
    padding: 15px 20px;
    background-color: var(--main-color-two);
    color: #fff;
    font-weight: 600;
}

.tribe-list-widget {
    margin: 0;
    padding: 0;
}

.tribe-events-list-widget .tribe-events-list-widget-events {
    padding: 0;
}

.tribe-events-list-widget .tribe-events-list-widget-events .tribe-event-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--body-font);
}

.tribe-events-list-widget .tribe-events-list-widget-events .tribe-event-duration {
    font-size: 13px;
}

.tribe-events-list-widget .tribe-events-widget-link a {
    font-weight: 400 !important;
    border-bottom: 1px solid var(--main-color-one);
    color: var(--main-color-one);
    font-size: 14px !important;
}

.tribe-link-view-attendee {
    margin-bottom: 0;
}

.tribe-tickets-rsvp {
    margin-top: 20px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event.harnold-single-event-item {
    flex-direction: inherit;
    display: flex;
    align-self: flex-start;
    flex-wrap: inherit;
    justify-content: initial;
    margin-bottom: 30px;
}

.tribe-common--breakpoint-medium.tribe-events .harnold-single-event-item .tribe-events-calendar-list__event-featured-image-wrapper {
    width: 100%;
}

.harnold-single-event-item .thumbnail {
    position: relative;
    width: calc(100% / 2);
    min-width: 400px;
}

.harnold-single-event-item .thumbnail .tribe-events-calendar-list__event-cost {
    position: absolute;
    left: 20px;
    top: 0;
    background-color: var(--main-color-one);
    padding: 10px 10px;
    font-weight: 700;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
}

.harnold-single-event-item .content-area {
    margin-left: 30px;
}

.harnold-single-event-item .content-area.no-thumbnail {
    margin-left: 0px;
}

.harnold-single-event-item .top-part-area {
    display: flex;
}

.tribe-events .harnold-single-event-item .tribe-events-calendar-list__event-date-tag-weekday {
    display: inline-block;
    background-color: var(--main-color-one);
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    padding: 8px 0 10px 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.tribe-common--breakpoint-medium.tribe-events .harnold-single-event-item .tribe-events-calendar-list__event-date-tag {
    min-width: 70px;
    width: auto;
}


.tribe-common .tribe-common-l-container {
    max-width: 1140px;
    padding: 0 15px;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
    padding-left: 15px;
    padding-right: 15px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row {
    margin: auto;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
    width: auto;
}

.harnold-single-event-item .tribe-events-calendar-list__event-title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    font-family: var(--heading-font);
    margin-bottom: 5px !important;
}

.harnold-single-event-item .tribe-events-calendar-list__event-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.harnold-single-event-item .tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h5 {
    display: inline-block;
    background-color: var(--main-color-two);
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    padding: 8px 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    font-family: var(--body-font);
}

.harnold-single-event-item .tribe-events-calendar-list__event-datetime {
    color: var(--paragraph-color);
}

.harnold-single-event-item .tribe-events-calendar-list__event-datetime:before {
    position: static;
    content: "\f017";
    color: var(--main-color-one);
    font-family: "fontawesome";
    padding-right: 5px;
}

.harnold-single-event-item .tribe-events-calendar-list__event-title a:hover {
    text-decoration: none;
    border: none;
    color: var(--main-color-one);
}

.harnold-single-event-item .tribe-events-calendar-list__event-title a:focus {
    text-decoration: none;
    border: none;
    outline: none;
}

.harnold-single-event-item .tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium a {
    transition: 300ms all;
}

.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after {
    display: none;
}

.tribe-events .tribe-events-c-ical__link {
    border: none;
    background-color: var(--main-color-one);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 14px 25px;
    transition: 300ms all;
}

.tribe-events .tribe-events-c-ical__link:before {
    display: none;
}

.tribe-events .tribe-events-c-ical__link:hover {
    background-color: var(--main-color-two);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row:last-child {
    margin-bottom: 15px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-row {
    margin: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-bottom: 120px;
    padding-top: 120px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event.harnold-single-event-past-item {
    display: flex;
    flex-direction: unset;
    justify-content: normal;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event.harnold-single-event-past-item .content-area {
    width: 100%;
    flex: 1;
    padding: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event.harnold-single-event-past-item .has-thumbnail.content-area {
    margin-left: 30px
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event.harnold-single-event-past-item .thumbnail {
    position: relative;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event.harnold-single-event-past-item .thumbnail .tribe-events-calendar-latest-past__event-cost {
    position: absolute;
    left: 20px;
    top: 0;
    background-color: var(--main-color-one);
    padding: 10px 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}

.tribe-events-calendar-latest-past .tribe-events-calendar-latest-past__heading {
    margin-bottom: 30px;
}

.tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6,
.tribe-common .tribe-common-h3 {
    font-family: var(--heading-font);
}

.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn,
.tribe-common .tribe-common-b2 {
    font-family: var(--body-font);
}

.tribe-events .tribe-events-calendar-latest-past__event-date-tag-datetime .tribe-events-calendar-latest-past__event-date-tag-month {
    display: inline-block;
    background-color: var(--main-color-one);
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    padding: 8px 0 10px 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.tribe-events .tribe-events-calendar-latest-past__event-date-tag-datetime .tribe-events-calendar-latest-past__event-date-tag-daynum {
    display: inline-block;
    background-color: var(--main-color-two);
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    padding: 8px 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    font-family: var(--body-font);
}

.tribe-events .tribe-events-calendar-latest-past__event-date-tag-datetime span:last-child {
    display: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-date-tag {
    width: 70px;
    min-width: 70px;
}

.top-part-area {
    display: flex;
}

.top-part-area div:last-child {
    margin-left: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.top-part-area div:last-child .tribe-common-h4--min-medium {
    margin-bottom: 10px;
}

.tribe-events-calendar-latest-past__event-datetime {
    color: var(--paragraph-color);
}

.top-part-area div:last-child .tribe-common-h4--min-medium a {
    text-decoration: none;
    border-bottom: none;
    transition: 300ms all;
}

.top-part-area div:last-child .tribe-common-h4--min-medium a:hover {
    color: var(--main-color-one);
}

/*------------------------
  Donations
-------------------------*/
.single-donation-item .summary {
    width: 100% !important;
    float: none !important;
}

.give-progress-bar > span {
    background-color: var(--main-color-one) !important;
}

.single-donation-item [id*=give-form] .give-form-title {
    display: none;
}

.give_error,
.give_success,
.give_warning {
    margin-left: 13px;
}

form[id*=give-form] .give-donation-amount #give-amount,
form[id*=give-form] .give-donation-amount #give-amount-text {
    border: 1px solid #e2e2e2;
}

#give-donation-level-button-wrap > li .give-default-level {
    background-color: var(--main-color-one);
    color: #fff;
}

#give-donation-level-button-wrap > li .give-donation-level-btn:focus {
    outline: none;

}

#give-donation-level-button-wrap > li .give-donation-level-btn {
    border: none;
    border-radius: 3px;
    font-weight: 600;
    transition: 300ms all;
}

#give-donation-level-button-wrap > li .give-donation-level-btn:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.give-btn-modal.give-btn,
.give-submit {
    display: inline-block;
    margin-bottom: 0 !important;
    border: none;
    padding: 13px 20px;
    background-color: var(--main-color-one);
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    transition: 300ms all;
}

.give-btn-modal.give-btn:focus,
.give-submit {
    outline: none;
}

.give-btn-modal.give-btn:hover,
.give-submit:hover {
    background-color: var(--main-color-two);
}

.give-modal.mfp-ready .mfp-content {
    padding: 30px;
}


.give-modal form[id*=give-form] .give-payment-mode-label {
    font-weight: 600;
    color: var(--heading-color);
}

#give_purchase_form_wrap legend {
    font-size: 16px;
    font-weight: 600;
    color: var(--heading-color);
}

.give-input {
    border: 1px solid #e2e2e2 !important;
    height: 45px;
    padding: 0 20px !important;
}

form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
    border-color: var(--main-color-one);
    height: 45px;
    line-height: 45px;
}

form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
    background-color: var(--main-color-one);
    font-size: 16px;
    line-height: 45px;
    font-weight: 600;
    color: #fff;
    border: none;
    height: 45px;
}

.give-goal-progress {
    font-size: 16px;
}

.give-goal-progress .income, .give-goal-progress .goal-text, .give-goal-progress {
    font-size: 22px;
    font-weight: 600;
    color: var(--heading-color);
}

.give-goal-progress .income {
    color: var(--main-color-one);
}

.give-goal-progress .goal-text {
    color: var(--main-color-two);
}

.single-donation-item p {
    margin-bottom: 20px;
    line-height: 2;
}
