/*
Theme Name: Unitedwaymiamicounty
Text Domain: Unitedwaymiamicounty
Version: 1.0.2.4
Requires at least: 5.1
Requires PHP: 5.2.4
Description: Our theme Unitedwaymiamicounty is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: Bashfoo Team
Author URI: bashfoo.com
Theme URI: https://wordpress.org/
License: bashfoo.com
License URI: bashfoo.com
*/

/****Antonio Font============================***/
@font-face {
    font-family: 'Antonio';
    src: url('assets/fonts/Antonio/Antonio-Regular.woff2') format('woff2'),
        url('assets/fonts/Antonio/Antonio-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/****Palanquin Font=======================***/
@font-face {
    font-family: 'Palanquin';
    src: url('assets/fonts/Palanquin/Palanquin-Thin.woff2') format('woff2'),
        url('assets/fonts/Palanquin/Palanquin-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Palanquin';
    src: url('assets/fonts/Palanquin/Palanquin-Regular.woff2') format('woff2'),
        url('assets/fonts/Palanquin/Palanquin-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Palanquin';
    src: url('assets/fonts/Palanquin/Palanquin-SemiBold.woff2') format('woff2'),
        url('assets/fonts/Palanquin/Palanquin-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --sk-body: #ffffff;
    --sk-heading: #21296b;
    --sk-text: #6d6b6b;
    --sk-text-white: #fff;
    --sk-primary: #0044b5;
    --sk-primary-bg: #5082f0;
    --sk-primary-bg-light: #a7d2ff;
    --sk-dark: #222328;
    --sk-dark-light: #2d2d2f;
    --sk-error: #d12626;
    --sk-yellow: #ffba00;
    --sk-green: #156b4c;
    --sk-box-shadow: #acaaaa;

    --fonts: 'Palanquin', sans-serif;
    --fonts-title: 'Antonio', sans-serif;
}


html {
    width: 100%;
    font-size: 18px;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

@media (max-width: 1600px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 14px;
    }
}

body {
    width: 100%;
    height: auto;
    font-size: 100%;
    line-height: 1.5;
    text-align: left;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-family: var(--fonts);
    overflow-x: hidden;
    background-color: var(--sk-body);
    color: var(--sk-text);
    letter-spacing: normal;
}

body.dark {
    background-image: none;
}

.row {
    --bs-gutter-x: 0 !important;
    margin-left: -1rem;
    margin-right: -1rem;
}

/* Wild card with global */
[class*='col-'] {
    padding: 0 1rem 15px 1rem;
}

section {
    width: 100%;
    height: auto;
}

.cust_container {
    width: 90%;
    max-width: 1900px;
    margin: 0 auto;
    height: auto;
    padding: 0;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 90%;
    margin: 0 auto;
    max-width: 1900px;
    padding-left: 0;
    padding-right: 0;
}

.topbottom_gap {
    padding: 60px 0;
}

.top_gap {
    padding: 60px 0 0;
}

.bottom_gap {
    padding: 0 0 60px;
}

embed,
iframe {
    max-width: 100%;
    border: none;
}

.responsive-iframe {
    width: 100%;
    height: 100%;
    min-height: 800px;
    border: 0;
    display: block;
    border: none;
}

/*img,*/
.img {
    width: 100%;
    height: 100%;
}

img.fullw {
    max-width: 100%;
}

.border1 {
    border: 1px solid var(--sk-primary);
    border-radius: 5px;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
    line-height: 1;
}

.roundbox {
    border: 1px solid var(--sk-primary);
    border-radius: 5px;
    padding: 10px 20px;
    height: 100%;
    text-align: center;
}

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

.roundbox.list:first-child {
    margin-top: 0;
}

.roundbox.tleft {
    text-align: left;
    cursor: auto;
}

.roundbox .lincursor {
    cursor: pointer;
}

.memberpop .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    color: red;
    width: 2em;
    height: 2em;
    font-size: 130% !important;
    border: 0;
}

.memberpop .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    color: red;
    width: 2em;
    height: 2em;
    font-size: 130% !important;
    border: 0;
}

.modal {
    overflow: visible !important;
    transform: none !important;
}

/* .modal.show {
    display: flex !important;
} */

.commonError {
    color: red;
    font-size: 80%;
}

#progressBar {
    margin-left: 0px;
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: middle;
    width: 80%;
    max-width: 500px;
}

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

.checklist li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

.checklist li::before {
    content: "✔";
    color: var(--sk-primary);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

/* 
=============
Heading Tag
=============
*/
ul,
ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
    padding: 0;
    color: var(--sk-primary);
}

h1 {
    font-size: 260%;
}

h2 {
    font-size: 180%;
}

h3 {
    font-size: 150%;
}

h4 {
    font-size: 135%;
}

h5 {
    font-size: 120%;
}

h6 {
    font-size: 110%;
}

p {
    margin: 0 0 15px 0;
    padding: 0;
}

p:last-child {
    margin-bottom: 0;
}

a {
    font-size: 100%;
    text-decoration: none;
    box-shadow: none;
    color: var(--sk-primary);
    border: none;
    outline: 0;
}

a:hover {
    text-decoration: none;
    color: var(--sk-primary);
    box-shadow: none;
    outline: 0;
}


section {
    width: 100%;
    height: auto;
}

/***ul li style****/
.container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.container ul li {
    list-style-type: none;
    margin-bottom: 12px;
    position: relative;
    padding-left: 30px;
}

.container ul li::before {
    content: '\f560';
    font-family: 'Font Awesome 6 Free';
    font-size: 90%;
    font-weight: 900;
    color: var(--sk-primary);
    width: 20px;
    height: 20px;
    display: flex;
    margin-right: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 4px;
}

.container ol li {
    margin-bottom: 12px;
    position: relative;
}

/* 
=============
scrollbar
=============
*/

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(200, 200, 200, 1);
    background-color: var(--sk-body-light);
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: var(--sk-primary);
    -webkit-box-shadow: inset 0 0 5px var(--sk-box-shadow);
}

/* 
=============
Slick css
=============
*/
.slick-track {
    margin: 10px 0px;
}

.slick-slide {
    padding: 0 15px;
}


/**Slick arrow**/
.slide-arrow {
    width: 35px;
    height: 35px;
    color: var(--sk-primary);
    background-color: #ffffffbd;
    border: 1px solid var(--sk-primary);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}

.slide-arrow.prev-arrow,
.slide-arrow.next-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.slide-arrow.prev-arrow {
    left: -15px;
    opacity: 0.7;
}

.slide-arrow.next-arrow {
    right: -15px;
    opacity: 0.7;
}

.prev-arrow.slick-arrow::after,
.next-arrow.slick-arrow::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    font-size: 16px;
    font-family: "FontAwesome";
}

.prev-arrow.slick-arrow::after {
    content: "\f104";
}

.next-arrow.slick-arrow::after {
    content: "\f105";
}

.prev-arrow.slick-arrow:focus,
.next-arrow.slick-arrow:focus {
    background-color: var(--sk-primary);
    opacity: 1;
}


.prev-arrow.slick-arrow:focus::after,
.next-arrow.slick-arrow:focus::after {
    color: var(--sk-text-white);
}


/*********/
.homebanner_sec .slide-arrow.prev-arrow {
    left: 15px;
    color: var(--sk-text-white);
}

.homebanner_sec .slide-arrow.next-arrow {
    right: 15px;
    color: var(--sk-text-white);
}

.homebanner_sec .slide-arrow.prev-arrow::after,
.homebanner_sec .slide-arrow.next-arrow::after,
.homebanner_sec .slide-arrow.prev-arrow::before,
.homebanner_sec .slide-arrow.next-arrow::before {
    color: var(--sk-text-white);
}


/*----=====Slick dots====--*/

.slick-dots {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 4;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 5px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    width: 16px;
    height: 5px;
    border-radius: 2px;
    border: none;
    font-size: 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    line-height: normal;
    cursor: pointer;
    box-shadow: none;
    background-color: var(--sk-primary);
    opacity: 0.3;
}

.slick-dots li button::before {
    display: none;
}


.slick-dots li.slick-active {
    width: 30px;
    height: 5px;
}


.slick-dots li.slick-active button {
    width: 30px;
    height: 5px;
    background-color: var(--sk-primary);
    opacity: 1;
}

/*******/

.homebanner_sec [class*='col-'] {
    padding-bottom: 0;
}

.homebanner_sec .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.homebanner_sec .slick-dots li button {
    background-color: var(--sk-text-white);
}

.homebanner_sec .slick-dots li.slick-active button {
    background-color: var(--sk-text-white);
}

/* 
=============
Forms
=============
*/
.contact_form {
    width: 100%;
    padding: 20px 0;
}

.formGroup {
    margin-bottom: 35px;
    position: relative;
}

.formGroup input,
.formGroup select,
.formGroup textarea {
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    background: transparent;
    font-size: 100%;
    color: var(--sk-text);
}


.formGroup label {
    position: absolute;
    top: 0;
    left: 15px;
    padding: 10px 0;
    pointer-events: none;
    transition: .5s;
    font-size: 90%;
}

.formGroup input:focus~label,
.formGroup input:valid~label,
.formGroup select:focus~label,
.formGroup select:valid~label,
.formGroup textarea:focus~label,
.formGroup textarea:valid~label {
    top: -25px;
    left: 15px;
    font-size: 75%;
}

.commonError {
    font-size: 85%;
    color: var(--sk-error);
}

label {
    font-size: 90%;
    color: var(--sk-heading);
    margin-bottom: 2px;
    font-weight: 600;
}

label span {
    color: var(--sk-error);
}


input {
    width: 100%;
    height: 42px;
    padding: 5px 10px;
    line-height: 0;
    border-radius: 4px;
    color: var(--sk-text);
    display: block;
    transition: none;
    border: 1px solid var(--sk-text);
}

select {
    width: 100%;
    /* height: 40px; */
    padding: 5px 10px;
    border-radius: 4px;
    line-height: 0;
    color: var(--sk-text);
    border: 1px solid var(--sk-text);
}

textarea {
    width: 100%;
    padding: 5px 10px;
    border-radius: 4px;
    line-height: normal;
    color: var(--sk-text);
    border: 1px solid var(--sk-text);
}

input:focus,
select:focus,
textarea:focus {
    box-shadow: none;
    outline: 0;
    border: 1px solid var(--sk-primary);
}

/****/
.form-control {
    width: 100%;
    height: auto;
    box-shadow: none;
    outline: 0;
    padding: 5px 10px;
    background-color: transparent;
    /* color: var(--sk-dark);
    border: 1px solid var(--sk-text); */
}

.form-control::placeholder {
    font-size: 85%;
    color: var(--sk-text);
    opacity: 0.8;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid var(--sk-primary);
}

/*****/
.form-select {
    box-shadow: none;
    outline: 0;
    border: var(--bs-border-width) solid var(--bs-border-color);    
    color: var(--sk-primary);
    background-color: transparent;
    border-radius: var(--bs-border-radius);
    font-size: 85%;
    font-weight: 500;
    cursor: pointer;
    transition: 0.6s;
    white-space: nowrap;
}

.form-select:focus {
    border: 1px solid var(--sk-primary);
    box-shadow: none;
}

/* 
=============
All Heading
=============
*/
.sub_heading {
    font-size: 105%;
    text-align: left;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--sk-primary);
    font-family: var(--fonts-title);
    letter-spacing: 0.5px;
    line-height: 1.5;
    padding: 0;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}

.sub_heading::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 105%;
    transform: translateY(-50%);
    width: 70px;
    height: 2px;
    background-color: var(--sk-primary);
}

.sub_heading.white {
    color: var(--sk-text-white) !important;
}

.sub_heading.white::after {
    background-color: var(--sk-text-white) !important;
}

.banner_content .wrapper.topcenter .sub_heading,
.banner_content .wrapper.middlecenter .sub_heading,
.banner_content .wrapper.bottomcenter .sub_heading {
    display: block;
}

.banner_content .wrapper.topcenter .sub_heading::after,
.banner_content .wrapper.middlecenter .sub_heading::after,
.banner_content .wrapper.bottomcenter .sub_heading::after {
    display: none;
}

.banner_content .wrapper.topright .sub_heading,
.banner_content .wrapper.middleright .sub_heading,
.banner_content .wrapper.bottomright .sub_heading {
    padding-right: 80px;
}

.banner_content .wrapper.topright .sub_heading::after,
.banner_content .wrapper.middleright .sub_heading::after,
.banner_content .wrapper.bottomright .sub_heading::after {
    left: auto !important;
    right: 0 !important;
}


.heading {
    font-size: 180%;
    font-weight: 500;
    color: var(--sk-heading);
    line-height: normal;
    padding: 0;
    text-transform: capitalize;
    font-family: var(--fonts-title);
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

.heading.white {
    color: var(--sk-text-white) !important;
}

.heading img {
    width: 100%;
    max-width: 30px;
    height: auto;
    margin-right: 6px;
    margin-bottom: 4px;
    object-fit: contain;
}

body.dark .heading img {
    filter: brightness(0) invert(1);
}

.heading.banner_heading {
    font-size: 480%;
    font-weight: 600;
    line-height: normal;
    /* max-width: 300px; */
    color: var(--sk-primary-bg-light) !important;
}

.heading.banner_heading::before {
    display: none;
}

.heading span {
    color: var(--sk-error);
}

.minheading {
    font-size: 120%;
    font-weight: 600;
    color: var(--sk-heading);
    padding: 0;
    margin: 15px 0 10px;
    text-transform: capitalize;
    text-decoration: underline;
    font-family: var(--fonts-title);
}

.minheading.white {
    color: var(--sk-text-white);
}

.desc,
.text {
    font-weight: 400;
    text-align: left;
    color: var(--sk-text);
    padding: 0;
    margin-bottom: 15px;
}

.bannerdesc.desc {
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desc.white,
.text.white {
    color: var(--sk-text-white) !important;
}

.sectionheading_wrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sectionheading_wrap .heading {
    display: inline-block;
    position: relative;
    width: auto;
    padding-right: 40px;
}

.sectionheading_wrap .heading::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 20px;
    width: 1px;
    height: 100%;
    background-color: var(--sk-text);
}

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



/***list style*****/
.list_wrap {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
}

.list_wrap li {
    list-style: none;
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
}

.list_wrap li::before {
    content: "\f058";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    font-size: 110%;
    color: var(--sk-green);
}


/***Tab css code**/
.nav.nav-tabs {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 2%;
    padding: 0;
    margin: 0;
    border: none;
}

.nav.nav-tabs li {
    list-style: none;
}

.nav.nav-tabs .nav-link {
    box-shadow: none;
    outline: 0;
    border: 1px solid var(--sk-primary);
    color: var(--sk-primary);
    background-color: transparent;
    border-radius: 4px;
    padding: 5px 15px;
    font-size: 85%;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transition: 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    gap: 5px;
}

.nav.nav-tabs .nav-link.active {
    background-color: var(--sk-primary);
    color: var(--sk-text-white);
}

.nav.nav-tabs .nav-link:hover {
    background-color: var(--sk-primary);
    color: var(--sk-text-white);
}

.nav.nav-tabs .nav-link.active:hover {
    color: var(--sk-primary) !important;
    background-color: transparent !important;
}

.tab-content {
    width: 100%;
    height: auto;
    position: relative;
    padding: 20px 15px;
    background-color: transparent;
}

/******inner page css********/
.innerpage_head {
    font-size: 150%;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--fonts-title);
    color: var(--sk-primary);
    margin-bottom: 15px;
}

.innerpage_text {
    font-size: 90%;
    color: var(--sk-text);
}

.innerpage_text span {
    color: var(--sk-dark);
}

.innerpagesub_heading {
    font-size: 120%;
    font-weight: 700;
    text-align: center;
    color: var(--sk-primary);
    text-transform: capitalize;
    margin-bottom: 15px;
}

/* 
=============
Button
=============
*/
.btn {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    line-height: normal;
}

.btn:focus {
    box-shadow: none;
    text-decoration: none;
    outline: 0;
}

.button_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1em;
}

/****/
.donate_btn {
    position: relative;
    padding: 5px 15px 5px 38px;
    margin: 0;
    color: var(--sk-text-white);
    background-color: var(--sk-error);
    border: 1px solid var(--sk-error);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: 0.4s;
    font-size: 90%;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
}

.donate_btn::after {
    content: "\f004";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.donate_btn:hover {
    color: var(--sk-error);
    background-color: var(--sk-body);
    border: 1px solid var(--sk-error);
}

/***/
.common_btn {
    position: relative;
    padding: 5px 15px 5px 38px;
    margin: 0;
    color: var(--sk-text-white);
    background-color: var(--sk-primary);
    border: 1px solid var(--sk-primary);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: 0.4s;
    font-size: 90%;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
}

.common_btn::after {
    content: "\f4be";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.common_btn:hover {
    background-color: var(--sk-body);
    color: var(--sk-primary);
    border: 1px solid var(--sk-primary);
}

.common_btn.active {
    background-color: var(--sk-body);
    color: var(--sk-primary) !important;
    border: 1px solid var(--sk-primary);
}

.common_btn.active:hover {
    background-color: var(--sk-primary) !important;
    color: var(--sk-text-white) !important;
}

/*******/
.readmore_btn {
    position: relative;
    padding: 5px 35px 5px 15px;
    margin: 0;
    color: var(--sk-text-white);
    background-color: var(--sk-primary-bg-light);
    border: none;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    font-size: 90%;
    font-weight: 500;
    text-decoration: none;
    line-height: normal;
    text-transform: uppercase;
}

.readmore_btn::after {
    content: "\f178";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    font-weight: 300;
    transition: 0.4s;
    font-weight: normal;
}

.readmore_btn:hover {
    background-color: var(--sk-primary);
    color: var(--sk-text-white);
}

.readmore_btn:hover::after {
    right: 5px;
}

/******/
.viewmore_btn {
    font-size: 85%;
    background-color: transparent;
    color: var(--sk-text);
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}


/***/
.cashCheck_btn {
    position: relative;
    padding: 5px 15px 5px 40px;
    margin: 0;
    background-color: transparent;
    color: var(--sk-error);
    border: none;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: 0.4s;
    font-size: 90%;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
}

.cashCheck_btn::after {
    content: "\e1f3";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.cashCheck_btn:hover {
    color: var(--sk-error);
    background-color: transparent;
}


/*
=======================
Custom Modal css
=======================
*/

.customModal_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #00000093;
    display: none;
}

.customModal_modal.active {
    display: block;
}

.customModal_body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 550px;
    min-height: 180px;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--sk-body);
    z-index: 1;
    padding: 20px;
}

.customModal_body .close_btn {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background-color: transparent;
    color: var(--sk-primary);
    box-shadow: none;
    font-size: 120%;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.customModal_body .heading {
    font-size: 110%;
    font-weight: 600;
    margin-bottom: 20px;
}

.customModal_body .content {
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
    padding: 20px 0;
}

/*
=======================
Top Header section
=======================
*/
.top_header {
    width: 100%;
    height: auto;
    background-color: var(--sk-primary);
    padding: 5px 0;
    position: relative;
}

.top_header .wrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
}

.headcontact_wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.headcontact_wrap li,
.headcontact_wrap li a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--sk-text-white);
    font-size: 85%;
}

.headcontact_wrap li .icon {
    width: 26px;
    height: 26px;
    color: var(--sk-primary);
    background-color: var(--sk-body);
    border-radius: 50%;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.activitybtn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.activitybtn_wrap li {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    color: var(--sk-text-white);
}


.activitybtn_wrap li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -7px;
    transform: translateY(-50%);
    width: 2px;
    height: 60%;
    background-color: var(--sk-body);
    border-radius: 4px;
}

.activitybtn_wrap li:last-child::after {
    display: none;
}

.activitybtn_wrap li a {
    font-size: 85%;
    color: var(--sk-text-white);
}


/*
=======================
main Header section
=======================
*/
.main_header {
    width: 100%;
    height: auto;
    padding: 6px 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: var(--sk-body);
    box-shadow: 0px 0px 5px 0px var(--sk-box-shadow);
    transition: 0.5s;
}

.main_header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
    backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.8);
}

.main_header .wraper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    position: relative;
}

.Logo_area {
    width: 185px;
    height: auto;
    overflow: hidden;
}

.Logo_area img {
    object-fit: contain;
}

.Logo_area .helflogo {
    height: 50px;
    display: inline-block
}

/******/
.main_header .right_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.socialIcon_list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 25px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.socialIcon_list li {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.socialIcon_list li a {
    text-decoration: none;
    cursor: pointer;
    border: none;
    padding: 0;
    margin: 0;
    color: var(--sk-text-white);
    background-color: transparent;
    font-size: 100%;
}

.socialIcon_list li a i {
    color: var(--sk-text-white);
}


.headermenubar_btn {
    width: 100%;
    max-width: 42px;
    min-width: 42px;
    height: 36px;
    border-radius: 6px;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: var(--sk-body);
    color: var(--sk-primary);
    padding: 0;
    margin: 0;
    font-size: 120%;
    line-height: normal;
    position: relative;
}

.headermenubar_btn .menuBar_line {
    height: 2px;
    width: 22px;
    display: block;
    background: var(--sk-primary);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.headermenubar_btn .menuBar_line:after {
    content: ' ';
    width: 25px;
    height: 2px;
    display: block;
    background: var(--sk-primary);
    bottom: 8px;
}

.headermenubar_btn .menuBar_line:before {
    content: ' ';
    width: 25px;
    height: 2px;
    display: block;
    background: var(--sk-primary);
    top: 8px;
}

.headermenubar_btn .menuBar_line:after,
.headermenubar_btn .menuBar_line:before {
    position: absolute;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/*******/
.responsivesearch_box {
    width: fit-content;
    height: fit-content;
    position: relative;
}

.responsivesearch_box .btn-search {
    background-color: transparent;
    color: var(--sk-primary);
}

.responsivesearch_box .search_wrap {
    position: absolute;
    top: 50px;
    right: 0;
    width: 380px;
    border-radius: 4px;
    overflow: hidden;
    height: auto;
    z-index: 3;
    background-color: var(--sk-body);
    box-shadow: 0px 0px 5px 0px var(--sk-box-shadow);
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
}

.responsivesearch_box .search_wrap.open {
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease;
}

.responsivesearch_box .go_btn {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    height: 32px;
    font-size: 85%;
    line-height: normal;
    cursor: pointer;
    background-color: var(--sk-primary);
    color: var(--sk-body);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

.responsivesearch_box .input-search {
    width: 100%;
    height: 40px;
    padding: 5px 55px 5px 10px;
    color: var(--sk-primary);
    border-radius: 4px;
    outline: 0;
    border: 1px solid var(--sk-text);
}

.responsivesearch_box .input-search:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid var(--sk-primary);
}

.responsivesearch_box .input-search::placeholder {
    color: var(--sk-text);
}

/*****/
.siteplugin-account-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.siteplugin-account-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 5px 15px;
    margin: 0;
    color: var(--sk-primary);
    background-color: var(--sk-primary-bg-light);
    border: 1px solid var(--sk-primary);
    border-radius: 50px;
    transition: 0.4s;
    font-size: 90%;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
    white-space: nowrap;
}

.siteplugin-account-links a:hover {
    color: var(--sk-text-white);
    background-color: var(--sk-primary-bg);
    border: 1px solid var(--sk-primary);
}

.siteplugin-account-links a.active {
    color: var(--sk-text-white);
    background-color: var(--sk-primary-bg);
    border: 1px solid var(--sk-primary);
}

.siteplugin-account-links a.active:hover {
    color: var(--sk-primary);
    background-color: var(--sk-primary-bg-light);
    border: 1px solid var(--sk-primary);
}


/**********/


@media (min-width: 1024px) {
    .menubar_box {
        transition: all 0.3s ease;
        padding: 6px 6px;
    }

    .menubar_box .top_area {
        display: none;
    }

    .menubar_box .bottom_area {
        display: none;
    }

    .navber_wrap {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        list-style: none;
        margin: 0;
        padding: 0;
        gap: 15px;
    }

    .navber_wrap li {
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
    }

    .navber_wrap li:after {
        content: " ";
        position: absolute;
        left: 50%;
        bottom: 0px;
        transform: translateX(-50%);
        width: 0;
        height: 2px;
        border-radius: 4px;
        background-color: var(--sk-primary);
        transition: 0.5s;
    }

    .navber_wrap li a {
        font-size: 90%;
        font-weight: 500;
        line-height: normal;
        color: var(--sk-text);
        text-decoration: none;
        text-transform: uppercase;
        border: 1px solid transparent;
        padding: 5px 5px;
        border-radius: 0px;
        display: block;
        font-family: var(--fonts-title);
    }

    .navber_wrap li.current-menu-item a,
    .navber_wrap li:hover a {
        color: var(--sk-primary);
    }

    .navber_wrap li.current-menu-item::after,
    .navber_wrap li.current-menu-item:hover:after,
    .navber_wrap li:hover:after {
        width: 80%;
    }

    /***/
    .sub-menu {
        position: absolute;
        top: 150%;
        left: 0;
        outline: 0;
        box-shadow: 0px 0px 5px 0px var(--sk-box-shadow);
        border-radius: 0;
        background-color: var(--sk-body);
        width: 15rem;
        height: auto;
        z-index: 4;
        display: inline-block;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s all;
        text-decoration: none;
        list-style: none;
        padding: 0px 0px;
        margin: 0;
    }

    .sub-menu li {
        border-bottom: 1px solid #ccc;
    }

    .sub-menu li:last-child {
        border: none;
    }

    .sub-menu li a {
        width: 100%;
        font-size: 85%;
        display: block;
        padding: 5px 10px;
        color: var(--sk-text);
        text-transform: capitalize;
        text-align: left;
        border-radius: 0;
        font-weight: 500;
    }

    .sub-menu li::after,
    .sub-menu li a::after {
        display: none;
    }

    .navber_wrap li .icon::after {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        right: -8px;
        top: 57%;
        transform: translateY(-50%);
        font-size: 70%;
        font-weight: 500;
        color: var(--sk-text);
    }

    .navber_wrap li:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        /* transform: scale(1); */
        top: 100%;
    }

    /******/
    .sub-menu li ul {
        display: none !important;
    }

    .sub-menu li:hover>ul {
        display: inline-block !important;
        top: 0 !important;
        left: 100% !important;
    }

    /* .sub-menu li .icon {
        display: none;
    } */

    .sub-menu li .icon::after {
        right: 10px;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        color: var(--sk-text);
    }

    .sub-menu li:hover>.icon::after {
        color: var(--sk-text-white);
    }

    /* .sub-menu li.open>.icon::after,
    .sub-menu li:hover>.icon::after {
        transform: translateY(-50%) rotate(0deg);
    } */

    /********/
    .sub-menu li:hover>a,
    .sub-menu li:hover>ul li:hover>a,
    .sub-menu li:hover>ul li:hover>ul li:hover>a {
        background-color: var(--sk-primary-bg-light) !important;
        color: var(--sk-text-white) !important;
        text-decoration: none !important;
    }

    .sub-menu li a,
    .sub-menu li:hover>ul li>a,
    .sub-menu li:hover>ul li:hover>ul li>a {
        background-color: transparent !important;
        color: var(--sk-text) !important;
    }
}

@media (max-width: 1024px) {
    .menubar_box {
        position: fixed;
        top: 0;
        right: -105%;
        width: 100%;
        max-width: 330px;
        min-width: 330px;
        height: 100vh;
        background-color: var(--sk-body);
        box-shadow: 0px 0px 5px 0px var(--sk-box-shadow);
        transition: all 0.4s ease;
        /* display: none; */
        z-index: 8;
    }

    .menubar_box.openmenu {
        display: inline-block;
        right: 0px;
    }

    .menubar_box .top_area {
        width: 100%;
        box-shadow: 0px 0px 5px 0px #ccc;
        padding: 5px 8px;
        position: relative;
        background-color: var(--sk-primary-bg);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menubar_box .top_area .Logo_area {
        height: 50px;
        padding: 0;
    }

    .menubar_box .bottom_area {
        background-color: var(--sk-primary);
        padding: 16px 10px;
        width: 100%;
    }

    .menubar_box .bottom_area .btn {
        width: 49%;
    }

    .navber_wrap {
        width: 100%;
        height: 85vh;
        padding: 15px 0;
        list-style: none;
        overflow-y: scroll;
    }

    .navber_wrap li {
        width: 100%;
        border-bottom: 1px solid #ececec;
        position: relative;
        list-style: none;
    }

    .navber_wrap li a {
        font-size: 100%;
        font-weight: 600;
        color: var(--sk-text);
        padding: 8px 50px 8px 15px;
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
        outline: 0;
        box-shadow: none;
        border: none;
        margin: 0;
        cursor: pointer;
        background-color: transparent;
        /* white-space: nowrap; */
        /* overflow: hidden; */
        font-family: var(--fonts-title);
    }

    .navber_wrap li .icon {
        position: absolute;
        top: 5px;
        right: 10px;
        width: 30px;
        height: 30px;
        z-index: 2;
    }

    .navber_wrap li .icon::after {
        content: "\f107";
        font-family: FontAwesome;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: 600;
        color: var(--sk-text);
        transition: .6s;
    }

    .navber_wrap li .icon {
        display: inline-block;
    }

    .sub-menu {
        list-style: none;
        padding: 1px 0 0 0;
        margin: 0;
        display: none;
    }

    .sub-menu li,
    .sub-menu .megamenu_list {
        list-style: none;
        padding-left: 15px;
        position: relative;
        border-bottom: none;
        width: 100%;
        /* background-color: #ebe9e9; */
    }

    .sub-menu li:last-child {
        border: none;
    }

    .sub-menu li::before {
        content: "\f192";
        font-family: "FontAwesome";
        position: absolute;
        top: 11px;
        left: 15px;
        font-size: 60%;
        font-weight: 300;
        color: var(--sk-text);
    }

    .sub-menu li a {
        font-size: 95%;
        color: var(--sk-primary) !important;
        font-weight: 500 !important;
        text-decoration: none;
        text-transform: capitalize;
        padding-left: 20px;
    }

    /****/
    .headermenubar_btn.on {
        position: fixed;
        top: 15px;
        right: 12px;
        z-index: 9;
        background: transparent;
    }

    .headermenubar_btn.on .menuBar_line {
        background: transparent;
    }

    .headermenubar_btn.on .menuBar_line:before {
        transform: rotate(-45deg) translate(6px, -6px);
        -webkit-transform: rotate(-45deg) translate(6px, -6px);
        background: var(--sk-text-white);
    }

    .headermenubar_btn.on .menuBar_line:after {
        transform: rotate(45deg) translate(5px, 5px);
        -webkit-transform: rotate(45deg) translate(5px, 5px);
        background: var(--sk-text-white);
    }
}


/*
=======================
main Footer section
=======================
*/
.topfooter_sec {
    width: 100%;
    height: auto;
    background-color: var(--sk-dark);
    border-bottom: 1px solid var(--sk-text);
}


.topfooter_sec .head {
    font-size: 200%;
    font-weight: 500;
    text-align: center;
    color: var(--sk-text-white);
    font-family: var(--fonts-title);
    text-transform: uppercase;
}


/***********/
.footer_sec {
    width: 100%;
    height: auto;
    background-color: var(--sk-dark);
}

.footerdesc.text {
    opacity: 0.8;
    margin: 0 0 20px;
    color: var(--sk-text-white);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nowhiring_wrap {
    width: 100%;
    height: auto;
}

.nowhiring_wrap .box {
    width: auto;
    height: auto;
    padding: 5px 15px;
    background-color: var(--sk-error);
    color: var(--sk-text-white);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.nowhiring_wrap .box i {
    rotate: -30deg;
}

.nowhiring_wrap .link {
    display: block;
    border: none;
    background-color: transparent;
    color: var(--sk-text-white);
    cursor: pointer;
    text-decoration: underline;
    /* opacity: 0.8; */
    transition: 0.5s;
}

.nowhiring_wrap .link:hover {
    text-decoration: none;
}


/******/
.fcontact_details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fcontact_details li {
    list-style: none;
    display: flex;
    gap: 5px;
    color: var(--sk-text-white);
    margin-bottom: 6px;
}

.fcontact_details li a {
    padding: 0;
    margin: 0;
    box-shadow: none;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    color: var(--sk-text-white);
}

.fcontact_details li a:hover {
    color: var(--sk-primary);
}

.fcontact_details li .icon {
    color: var(--sk-text-white);
    background-color: transparent;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    width: 30px;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 100%;
}

.fcontact_details li .icon.phone::after {
    content: "\f2a0";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fcontact_details li .icon.mail::after {
    content: "\f0e0";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fcontact_details li .icon.address::after {
    content: "\f3c5";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fcontact_details li .text {
    color: var(--sk-text-white);
    display: flex;
    align-items: center;
    text-decoration: none;
    margin: 0;
    padding: 0;
    opacity: 0.9;
}

.fcontact_details li a .text:hover {
    color: var(--sk-text-white);
    text-decoration: underline;
    opacity: 1;
}

.footermenu_box {
    width: 100%;
    height: auto;
    padding-bottom: 25px;
}

.footermenu_box:last-child {
    padding-bottom: 15px;
}

.footermenu_box .head {
    font-size: 125%;
    font-weight: 500;
    text-decoration: none;
    color: var(--sk-text-white);
    font-family: var(--fonts-title);
    padding: 0;
    margin-bottom: 20px;
    line-height: normal;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.footermenu_box .head::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: var(--sk-text-white);
    border-radius: 4px;
}

.footermenu_box ul {
    width: 100%;
    height: auto;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footermenu_box ul li {
    list-style: none;
    line-height: normal;
    padding: 0;
    margin: 0 0 12px;
    position: relative;
    line-height: 1;
}

.footermenu_box ul li a {
    text-decoration: none;
    outline: 0;
    background-color: transparent;
    box-shadow: none;
    color: var(--sk-text-white);
    text-transform: capitalize;
    font-size: 90%;
    font-weight: 500;
    text-align: center;
    border: none;
    padding: 2px 0;
    margin: 0;
    cursor: pointer;
    transition: 0.3s;
    opacity: 0.9;
}

.footermenu_box ul li a:hover {
    text-decoration: none;
    box-shadow: none;
    outline: 0;
    color: var(--sk-text-white);
    opacity: 1;
}


.footer_menu {
    columns: 2;
}

.footer_menu li {
    position: relative;
    padding-left: 16px !important;
    margin-bottom: 12px !important;
}

.footer_menu li::before {
    content: "\f0da";
    font-family: "FontAwesome";
    position: absolute;
    top: 2px;
    left: 0px;
    width: 15px;
    height: 15px;
    font-size: 85%;
    color: var(--sk-primary-bg);
    display: none;
}

.footer_menu li:hover:before {
    display: block;
}

.footer_menu li:hover a {
    color: var(--sk-text-white);
    opacity: 1;
    padding-left: 3px;
}

/****/
.download_list li {
    position: relative;
    padding-left: 18px !important;
}

.download_list li::before {
    content: "\f56d";
    font-family: "FontAwesome";
    position: absolute;
    top: 2px;
    left: 0px;
    width: 15px;
    height: 15px;
    font-size: 80%;
    color: var(--sk-text-white);
    opacity: 0.9;
}


.download_list li a {
    text-decoration: underline !important;
}

.download_list li:hover a {
    text-decoration: none !important;
}


/****bottom_footer****/
/*********************/
.bottom_footer {
    width: 100%;
    height: auto;
    background-color: var(--sk-dark-light);
    position: relative;
}

.bottom_footer .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 8px 0;
}

.bottom_footer .text {
    font-size: 90%;
    color: var(--sk-text-white);
    text-align: center;
    font-weight: 500;
    padding: 0;
    margin: 0;
    opacity: 0.8;
}

.fsicons_all {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.fsicons_all li {
    list-style: none;
}

.fsicons_all li a {
    font-size: 75%;
    color: var(--sk-text-white);
    background: transparent;
    padding: 5px;
    margin: 0;
    border: none;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    border-radius: 50%;
}

.fsicons_all li a:hover {
    background-color: var(--sk-primary-bg);
    color: var(--sk-text-white);
    opacity: 1;
}

.fsicons_all li a i {
    line-height: normal;
}


/*
=======================
Scroll to top
=======================
*/
.return-to-top {
    position: fixed;
    right: 2%;
    bottom: 9%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 36px;
    height: 36px;
    z-index: 5;
    padding: 10px;
    color: var(--sk-text-white) !important;
    background-color: var(--sk-primary-bg) !important;
    border: 1px solid var(--sk-primary) !important;
    transition: .6s;
    box-shadow: 0px 0px 2px 0px var(--sk-box-shadow);
}

.return-to-top.show {
    display: flex;
}

.return-to-top i.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}


/*
=======================
banner wrapper position
=======================
*/
/**top*/
.homebanner_sec .wrapper.topleft {
    position: absolute;
    top: 0;
    left: 0;
}

.homebanner_sec .wrapper.topcenter {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.homebanner_sec .wrapper.topright {
    position: absolute;
    top: 0;
    right: 0;
}


/***middle***/
.homebanner_sec .wrapper.middleleft {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.homebanner_sec .wrapper.middlecenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.homebanner_sec .wrapper.middleright {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

/***bottom****/
.homebanner_sec .wrapper.bottomleft {
    position: absolute;
    left: 0;
    bottom: 0;
}

.homebanner_sec .wrapper.bottomcenter {
    position: absolute;
    left: 50%;
    bottom: 0;
    top: 100%;
    transform: translate(-50%, -100%);
}

.homebanner_sec .wrapper.bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}



/*
=======================
homebanner_sec
=======================
*/
.homebanner_sec {
    position: relative;
    overflow: hidden;
}

.homebanner_sec .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.homebanner_sec .slick-track {
    margin: 0 !important;
}

.homebanner_sec .slick-slide {
    margin: 0 !important;
    padding: 0 !important;
}

.homebanner_sec .bannerslider_box {
    position: relative;
}

.homebanner_sec .item_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: 1;
}

.homebanner_sec .item_img::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(assets/images/Banner/Banner-shape-blue2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.homebanner_sec .item_img.removeafter::after {
    display: none;
}

.homebanner_sec .item_img::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(assets/images/Banner/Banner-shape-green.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    z-index: 3;
}


.homebanner_sec .item_img img,
.homebanner_sec .item_img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homebanner_sec .cust_container {
    position: relative;
    z-index: 1;
}

.homebanner_sec .banner_content {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    padding: 30px 0;
    position: relative;
}

.homebanner_sec .wrapper {
    width: 100%;
    max-width: 500px;
    height: auto;
    padding: 20px;
    border-radius: 12px;
    backdrop-filter: blur(4px);
    background-color: rgba(0, 0, 0, 0.2);
}

/*****/
.homebanner_sec .wrapper.topleft .sub_heading,
.homebanner_sec .wrapper.middleleft .sub_heading,
.homebanner_sec .wrapper.bottomleft .sub_heading,
.homebanner_sec .wrapper.topleft .heading.banner_heading,
.homebanner_sec .wrapper.middleleft .heading.banner_heading,
.homebanner_sec .wrapper.bottomleft .heading.banner_heading,
.homebanner_sec .wrapper.topleft .bannerdesc.desc,
.homebanner_sec .wrapper.middleleft .bannerdesc.desc,
.homebanner_sec .wrapper.bottomleft .bannerdesc.desc {
    text-align: left;
}

.homebanner_sec .wrapper.topleft .button_wrap,
.homebanner_sec .wrapper.middleleft .button_wrap,
.homebanner_sec .wrapper.bottomleft .button_wrap {
    justify-content: left;
}

.homebanner_sec .wrapper.topcenter .sub_heading,
.homebanner_sec .wrapper.middlecenter .sub_heading,
.homebanner_sec .wrapper.bottomcenter .sub_heading,
.homebanner_sec .wrapper.topcenter .heading.banner_heading,
.homebanner_sec .wrapper.middlecenter .heading.banner_heading,
.homebanner_sec .wrapper.bottomcenter .heading.banner_heading,
.homebanner_sec .wrapper.topcenter .bannerdesc.desc,
.homebanner_sec .wrapper.middlecenter .bannerdesc.desc,
.homebanner_sec .wrapper.bottomcenter .bannerdesc.desc {
    text-align: center;
}

.homebanner_sec .wrapper.topcenter .button_wrap,
.homebanner_sec .wrapper.middlecenter .button_wrap,
.homebanner_sec .wrapper.bottomcenter .button_wrap {
    justify-content: center;
}

.homebanner_sec .wrapper.topright .sub_heading,
.homebanner_sec .wrapper.middleright .sub_heading,
.homebanner_sec .wrapper.bottomright .sub_heading,
.homebanner_sec .wrapper.topright .heading.banner_heading,
.homebanner_sec .wrapper.middleright .heading.banner_heading,
.homebanner_sec .wrapper.bottomright .heading.banner_heading,
.homebanner_sec .wrapper.topright .bannerdesc.desc,
.homebanner_sec .wrapper.middleright .bannerdesc.desc,
.homebanner_sec .wrapper.bottomright .bannerdesc.desc {
    text-align: right;
    width: 100%;
}

.homebanner_sec .wrapper.topright .button_wrap,
.homebanner_sec .wrapper.middleright .button_wrap,
.homebanner_sec .wrapper.bottomright .button_wrap {
    justify-content: right;
}


/* 
===================
Inner Banner page css
===================
*/
.innerbanner_sec {
    width: 100%;
    height: 40vh;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.innerbanner_sec::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #06060685;
    z-index: 1;
}

.innerbanner_sec .cust_container {
    position: relative;
    height: 100%;
    z-index: 2;
}

.innerbanner_sec .content {
    position: relative;
    top: 65%;
    left: 0%;
    transform: translateY(-50%);
    z-index: 3;
    display: inline-block;
}

.innerbanner_head {
    font-size: 300%;
    font-weight: 600;
    text-align: left;
    line-height: 1.5;
    color: var(--sk-text-white);
    font-family: var(--fonts-title);
    padding: 0;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.innerbanner_head span {
    color: var(--sk-yellow);
}

.breadcrumb {
    width: 100%;
    height: auto;
    list-style: none;
    margin: 0 auto;
}

.breadcrumb .breadcrumb-item {
    font-size: 100%;
    font-weight: 600;
    text-align: left;
    color: var(--sk-text-white);
    line-height: normal;
    padding: 0;
    margin: 0;
}

.breadcrumb .breadcrumb-item a {
    text-decoration: none;
    box-shadow: none;
    outline: 0;
    color: var(--sk-text-white);
}

.breadcrumb .breadcrumb-item.active {
    color: var(--sk-yellow);
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    padding-left: .2rem;
    color: var(--sk-yellow);
    content: ">";
}


/*======Need help now =========
=============================*/
.needhelpnow_sec {
    width: 100%;
    height: auto;
}

.needhelpnow_box {
    width: 100%;
    height: auto;
    padding: 5%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 0px var(--sk-box-shadow);
}


.needhelpnow_box .image {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    z-index: -1;
}

.needhelpnow_box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.needhelpnow_box .content {
    position: relative;
    color: var(--sk-text-white);
    max-width: 65%;
}

.needhelpnow_box .heading {
    color: var(--sk-text-white);
}


.needhelpnow_box .desc,
.needhelpnow_box p {
    color: var(--sk-text-white);
}


.needhelpnow_box .helflogo {
    position: relative;
    margin-left: 30px;
}

.needhelpnow_box .helflogo::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 1px;
    height: 80%;
    background-color: var(--sk-body);
    opacity: 0.8;
}

.needhelpnow_box a {
    color: var(--sk-text-white);
    font-weight: 600;
    text-decoration: underline;
}


/*======category=========
=========================*/
.category_sec {
    width: 100%;
    height: auto;
}

.category_box {
    display: flex;
    gap: 10px;
    padding: 20px 30px;
    border-radius: 8px;
}

.category_box:hover {
    box-shadow: 0px 0px 5px 0px var(--sk-box-shadow);
}

.category_box .icon {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
}

.category_box .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.category_box .head {
    font-size: 160%;
    font-weight: 500;
    padding: 0;
    margin-bottom: 10px;
    font-family: var(--fonts-title);
    text-transform: uppercase;
}

.category_box .desc,
.category_box p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*======How We Help=========
=========================*/
.howwehelpbox_slider a {
    display: block;
}

.howwehelp_box {
    width: 100%;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.howwehelp_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.howwehelp_box .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 60%;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/* 1st image */
.howwehelpbox_slider .slick-slide[data-slick-index="0"] .content,
.howwehelpbox_slider .slick-slide[data-slick-index="3"] .content,
.howwehelpbox_slider .slick-slide[data-slick-index="6"] .content {
    background-image: url(assets/images/How-we-help/who-we-help-overlay.png);
}

/* 2nd image */
.howwehelpbox_slider .slick-slide[data-slick-index="1"] .content,
.howwehelpbox_slider .slick-slide[data-slick-index="4"] .content,
.howwehelpbox_slider .slick-slide[data-slick-index="7"] .content {
    background-image: url(assets/images/How-we-help/how-we-help-overlay.png);
}

/* 3rd image */
.howwehelpbox_slider .slick-slide[data-slick-index="2"] .content,
.howwehelpbox_slider .slick-slide[data-slick-index="5"] .content,
.howwehelpbox_slider .slick-slide[data-slick-index="8"] .content {
    background-image: url(assets/images/How-we-help/who-helps-us-overlay.png);
}



.howwehelp_box .head {
    color: var(--sk-text-white);
    font-size: 160%;
    font-family: var(--fonts-title);
    font-weight: 500;
}

.howwehelp_box .viewmore_btn {
    display: inline-block;
    width: auto;
    text-align: left;
    color: var(--sk-text-white);
}

.howwehelp_box .viewmore_btn:hover {
    text-decoration: none;
}


/*======Home About US=====
=========================*/
.homeabout_sec {
    width: 100%;
    height: auto;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.homeabout_sec .image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.homeabout_sec .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.homeabout_sec .content {
    position: relative;
    width: 100%;
    max-width: 45%;
    height: auto;
    padding: 40px 0;
}

.homeabout_sec .heading {
    color: var(--sk-text-white);
}

.homeabout_sec .stat {
    color: var(--sk-yellow);
    font-family: var(--fonts-title);
    font-size: 120%;
    font-weight: 500;
    margin-top: -15px;
}

.homeabout_sec p,
.homeabout_sec .desc {
    color: var(--sk-text-white);
}

.homeabout_sec .readmore_btn {
    background-color: var(--sk-error);
}

/*====Ways To Donate=======
=========================*/
.waystoDonate_sec {
    width: 100%;
    height: auto;
}

.waystoDonate_sec .image_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.waystoDonate_sec .image_box img {
    width: 100%;
    height: 100%;
}

.waystoDonate_sec .image_box .shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 45%;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
}

.waystoDonate_sec .content {
    padding-left: 20px;
}

.waystoDonate_sec .content .wraper {
    display: flex;
    gap: 40px;
}


.waystoDonate_sec .content .left {
    max-width: 280px;
    position: relative;
}

.waystoDonate_sec .content .left::after {
    content: " ";
    position: absolute;
    top: 0;
    right: -15px;
    width: 1px;
    height: 100%;
    background-color: var(--sk-text);
}


.waystoDonate_sec .content .right {
    max-width: 280px;
}


.waystoDonate_sec .content .btn {
    margin-bottom: 10px;
}


/*====News Events=======
=========================*/
.newsEvents_sec {
    width: 100%;
    height: auto;
}

.newsEvents_sec .readmore_btn {
    background-color: var(--sk-error);
    margin-bottom: 15px;
}

.newsEvents_slider a {
    display: block;
}

.newsEvents_box {
    width: 100%;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
}

.newsEvents_box:hover {
    box-shadow: 0px 0px 5px 0px var(--sk-box-shadow);
}


.newsEvents_box .image_wrap {
    width: 100%;
    height: 30vh;
    overflow: hidden;
}

.newsEvents_box .image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.newsEvents_box .content {
    width: 100%;
    height: auto;
    padding: 10px 15px;
}

.newsEvents_box .name {
    font-weight: 160%;
    font-family: var(--fonts-title);
    color: var(--sk-heading);
    padding: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsEvents_box .viewmore_btn,
.newsEvents_box .btn {
    display: inline-block;
}


/*=========================
===siteplugin-login-form==
=========================*/
.loginformcontainer .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.siteplugin-login-form {
    width: 100%;
    /* height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px; */
}

#loginform {
    width: 100%;
    max-width: 600px;
    height: auto;
    padding: 30px;
    border-radius: 12px;
    background-color: #a7d2ff87;
}

.login-remember label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.siteplugin-register-link a {
    width: 300px;
    height: auto;
    padding: 6px 15px;
    margin: 0;
    background-color: transparent;
    color: var(--sk-primary);
    border: 1px solid var(--sk-primary);
    border-radius: 50px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-weight: 600;
    font-size: 100%;
    transition: 0.4s;
}

.siteplugin-register-link a:hover {
    background-color: var(--sk-primary);
    color: var(--sk-text-white);
    border: 1px solid var(--sk-primary);
}

.login-submit .button-primary,
.login-submit .btn-primary {
    position: relative;
    padding: 5px 15px;
    margin: 0;
    color: var(--sk-text-white);
    background-color: var(--sk-primary);
    border: 1px solid var(--sk-primary);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: 0.4s;
    font-size: 90%;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
}


.login-submit .button-primary:hover,
.login-submit .btn-primary:hover {
    color: var(--sk-primary);
    background-color: transparent;
    border: 1px solid var(--sk-primary);
}

.pincode-input-text {
    float: left !important;
    width: 15% !important;
    min-width: auto;
    border: 1px solid var(--sk-heading) !important;
    border-bottom: 1px solid var(--sk-heading);
    text-align: center;
    font-size: 120%;
    border-radius: 3px;
    margin-left: 2% !important;
    margin-bottom: 10px;
}

.pincode-input-text:first-child {
    margin-left: 0 !important;
}


/***************All Responsive*******************************************/
/*************************************************************************/
@media (min-width: 1600px) {
    .navber_wrap {
        gap: 20px;
    }
}

@media (max-width: 1600px) {
    .homebanner_sec .banner_content {
        height: 75vh;
    }

    .Logo_area {
        width: 154px;
    }

    .Logo_area .helflogo {
        height: 40px;
    }

    .heading.banner_heading {
        font-size: 400%;
    }
}

@media (max-width: 1400px) {
    .cust_container {
        width: 95%;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: 95%;
    }

    .heading.banner_heading {
        font-size: 350%;
    }

    .main_header .wraper {
        gap: 20px;
    }

    .category_box {
        padding: 15px;
    }
}

@media (max-width: 1024px) {
    .headermenubar_btn {
        display: inline-flex;
    }
}

@media (max-width: 991px) {

    .topbottom_gap {
        padding: 45px 0;
    }

    .top_gap {
        padding: 45px 0 0;
    }

    .bottom_gap {
        padding: 0 0 45px;
    }

    .responsivereverse {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .footerdesc.text {
        max-width: 100%;
    }

    .needhelpnow_box .content {
        max-width: 80%;
    }

    .sectionheading_wrap {
        flex-wrap: wrap;
    }

    .sectionheading_wrap .heading {
        width: 100%;
        display: block;
        padding-right: 0;
    }

    .sectionheading_wrap .heading::after {
        display: none;
    }

    .siteplugin-login-form {
        flex-wrap: wrap;
        gap: 15px;
    }

    .siteplugin-register-link p {
        text-align: center;
    }

    .siteplugin-register-link a {
        margin: 0 auto;
    }

}

@media (max-width: 768px) {
    .homebanner_sec .banner_content {
        height: 65vh;
    }

    .topbottom_gap {
        padding: 35px 0;
    }

    .top_gap {
        padding: 35px 0 0;
    }

    .bottom_gap {
        padding: 0 0 35px;
    }

    .cust_container {
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
    }

    .heading.banner_heading {
        font-size: 280%;
    }

    .banner_content .sub_heading {
        padding: 0;
        display: block;
        text-align: center !important;
    }

    .banner_content .sub_heading::after {
        display: none;
    }

    /***banner content position**/
    .homebanner_sec .wrapper.topleft,
    .homebanner_sec .wrapper.topcenter,
    .homebanner_sec .wrapper.topright,
    .homebanner_sec .wrapper.middleleft,
    .homebanner_sec .wrapper.middlecenter,
    .homebanner_sec .wrapper.middleright,
    .homebanner_sec .wrapper.bottomleft,
    .homebanner_sec .wrapper.bottomcenter,
    .homebanner_sec .wrapper.bottomright {
        top: 50%;
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }

    /*********/
    .homebanner_sec .wrapper.topright .heading.banner_heading,
    .homebanner_sec .wrapper.middleright .heading.banner_heading,
    .homebanner_sec .wrapper.bottomright .heading.banner_heading,
    .homebanner_sec .wrapper.topright .bannerdesc.desc,
    .homebanner_sec .wrapper.middleright .bannerdesc.desc,
    .homebanner_sec .wrapper.bottomright .bannerdesc.desc {
        text-align: center;
    }

    .homebanner_sec .wrapper.topleft .heading.banner_heading,
    .homebanner_sec .wrapper.middleleft .heading.banner_heading,
    .homebanner_sec .wrapper.bottomleft .heading.banner_heading,
    .homebanner_sec .wrapper.topleft .bannerdesc.desc,
    .homebanner_sec .wrapper.middleleft .bannerdesc.desc,
    .homebanner_sec .wrapper.bottomleft .bannerdesc.desc {
        text-align: center;
    }

    .homebanner_sec .wrapper.topleft .button_wrap,
    .homebanner_sec .wrapper.middleleft .button_wrap,
    .homebanner_sec .wrapper.bottomleft .button_wrap {
        justify-content: center;
    }

    .homebanner_sec .wrapper.topright .button_wrap,
    .homebanner_sec .wrapper.middleright .button_wrap,
    .homebanner_sec .wrapper.bottomright .button_wrap {
        justify-content: center;
    }

    .bottom_footer .wrap {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .slide-arrow.prev-arrow {
        left: -5px;
    }

    .slide-arrow.next-arrow {
        right: -5px;
    }

    .homebanner_sec .slide-arrow.prev-arrow {
        left: 5px;
    }

    .homebanner_sec .slide-arrow.next-arrow {
        right: 5px;
    }

    .Logo_area {
        width: 108px;
    }

    .Logo_area .helflogo {
        height: 30px;
    }

    .fcontact_details li .icon {
        width: 25px;
        min-width: 25px;
        height: 25px;
    }

    .heading {
        margin-bottom: 10px;
    }

    .desc,
    .text {
        margin-bottom: 8px;
    }

    [class*='col-'] {
        padding: 0 10px 10px 10px;
    }

    .needhelpnow_box {
        background-image: none !important;
        padding: 3%;
    }

    .needhelpnow_box .content {
        max-width: 100%;
    }

    .needhelpnow_box .image {
        width: 100%;
    }

    .needhelpnow_box .image::after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        background-color: #c30505b7;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .category_box {
        padding: 10px 5px;
    }

    .homeabout_sec {
        background-image: none !important;
    }

    .homeabout_sec .image::after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        background-color: #232a6ca9;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .homeabout_sec .content {
        max-width: 100%;
        padding: 20px 0;
    }

    .homeabout_sec .stat {
        margin-top: -5px;
    }

    .siteplugin-account-links a {
        width: 30px;
        height: 30px;
        border: none;
        padding: 0;
    }

    .siteplugin-account-links a i {
        margin-right: 0 !important;
    }

    .siteplugin-account-links a span {
        display: none;
    }

    .main_header .common_btn,
    .main_header .donate_btn {
        width: 30px;
        height: 30px;
        border: none;
        padding: 0;
    }

    .main_header .donate_btn::after,
    .main_header .common_btn::after {
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .main_header .common_btn span {
        display: none;
    }

    .main_header .donate_btn span {
        display: none;
    }

}

@media (max-width: 576px) {
    .main_header .wraper {
        gap: 30px;
    }

    .headermenubar_btn {
        max-width: 30px;
        min-width: 30px;
        height: 30px;
    }

    .homebanner_sec .banner_content {
        height: 40vh;
    }

    .slick-dots {
        bottom: 15px;
    }

    .headcontact_wrap {
        width: 100%;
        justify-content: space-between;
    }

    .waystoDonate_sec .content {
        padding-left: 0px;
    }

    .responsivesearch_box .search_wrap {
        position: fixed;
        top: 55px;
        right: 15px;
        width: 320px;
    }

    .responsivesearch_box .input-search {
        height: 38px;
    }

}

@media (max-width: 480px) {
    .bottom_footer {
        padding: 5px 0;
    }

    .sectionheading_wrap .common_btn {
        padding: 5px 10px;
        width: 135px;
    }

    .topbottom_gap {
        padding: 30px 0;
    }

    .top_gap {
        padding: 30px 0 0;
    }

    .bottom_gap {
        padding: 0 0 30px;
    }

    .heading.banner_heading {
        font-size: 200%;
    }

    .donate_btn {
        padding: 6px 12px 6px 28px;
    }

    .donate_btn::after {
        left: 12px;
    }

    .common_btn {
        padding: 6px 12px 6px 28px;
    }

    .common_btn::after {
        left: 12px;
    }
}

@media (max-width: 420px) {
    .main_header .wraper {
        gap: 5px;
    }
}

/***************All Responsive End My side***************************************/
/********************************************************************************/

/*********************************************/
/** Wordpress ***********************************/
/*********************************************/
/* : Wordpress Pagination Single Page : */
.fcnext,
.fcprev {
    display: inline-block;
    width: 49%;
    text-align: center;
    font-size: 120%
}

.fcnext a,
.fcprev a {
    display: block;
    padding: 40px 10px;
    background: #f1f1f1;
    font-size: 100%
}

/* : Wordpress Blog Home : */
article.post {
    margin-top: 75px;
}

article.post:nth-of-type(1) {
    margin-top: 0;
}

.blog-image {
    position: relative;
    line-height: 0;
    margin-bottom: 20px;
}

.blog-image a {
    display: block
}

.blog-image a img {
    width: 100%;
    height: auto
}

.blog-image .blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: rgba(0, 0, 0, 0);
    transition: .3s;
    overflow: hidden;
    cursor: pointer
}

.blog-image .blog-overlay:hover {
    background: rgba(0, 0, 0, .3)
}

.blog-image .blog-overlay svg {
    fill: #fff;
    width: 70px;
    height: 70px;
    opacity: 0;
    transition: .3s;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: 0;
    padding: 15px;
    background: rgba(0, 0, 0, .85);
    display: block;
    -webkit-border-radius: 25px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 25px;
    -moz-border-radius-bottomright: 0;
    border-radius: 25px;
    border-bottom-right-radius: 0
}

.blog-image .blog-overlay:hover svg {
    opacity: 1;
    margin-top: -35px
}

.blog-author {
    margin-bottom: 5px
}

.blog-date {
    opacity: .7;
    font-size: 80%
}

.blog-title {
    font-size: 150%;
    line-height: 1.3
}

.blog-title a {
    color: inherit;
    text-transform: uppercase
}

.blog-title a:hover {
    color: #3b78bd
}

.blog-categories {
    margin-bottom: 25px
}

.blog-categories svg {
    position: relative;
    top: 2px;
    margin-right: 5px
}

.read-more-button-wrap {
    margin-bottom: 25px
}

/* : Wordpress Single Blog : */
p.blog-meta-single {
    margin-bottom: 20px;
    font-size: 80%;
    text-transform: uppercase;
}

p.blog-meta-single span.devider {
    color: #d0d0d0;
    position: relative;
    top: -2px;
    padding: 0 5px
}

.author-bio {
    padding-left: 120px;
    position: relative;
    margin: 50px auto 50px auto;
    width: 80%
}

.author-bio .avatar {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 90px;
    height: 90px
}

@media (max-width:768px) {
    .author-bio {
        padding-left: 100px;
        width: 100%
    }

    .author-bio .avatar {
        width: 80px;
        height: 80px
    }
}

.pagination-single-inner {
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase
}

.pagination-single-inner:after {
    content: "";
    display: table;
    clear: both
}

.pagination-single-inner .previous-post {
    width: 48%;
    float: left
}

.pagination-single-inner .next-post {
    width: 48%;
    float: right
}

.comments-wrapper {
    margin: 0 auto;
    padding: 50px 50px 0 80px;
    width: 100%;
    text-align: center
}

@media (max-width:768px) {
    .comments-wrapper {
        padding: 0
    }
}

#commentform {
    max-width: 768px;
    margin: 0 auto
}

#commentform label {
    display: block;
    text-align: left;
    font-size: 80%
}

#commentform .comment-form-cookies-consent label {
    display: inline-block
}

#commentform .required {
    color: #bd0000;
    font-size: 150%;
    position: relative;
    top: 5px
}

#commentform #comment {
    width: 100%;
    border: 1px solid #d2d2d2;
    padding: 25px;
    font-family: inherit;
    max-height: 150px;
    line-height: 1.6
}

.comment-form-author,
.comment-form-email {
    float: left;
    width: 47%;
    text-align: left
}

.comment-form-email {
    float: right
}

.comment-form-url {
    clear: both
}

#commentform input[type=email],
#commentform input[type=text],
#commentform input[type=url] {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0 15px;
    height: 40px;
    font: inherit;
    color: #2d3c49;
    border: 1px solid #d2d2d2;
    background: #fff;
    cursor: pointer
}

.comments-inner {
    text-align: left;
    margin-top: 50px
}

.comments-inner .comment-author {
    font-size: 150%;
    font-weight: 700
}

.comments-inner .comment-author a {
    color: inherit;
    text-decoration: underline
}

.comments-inner .comment-author a:hover {
    text-decoration: none
}

.comments-inner img.avatar {
    margin-bottom: 10px;
    margin-left: -100px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    position: absolute;
    display: block
}

@media (max-width:768px) {
    .comments-inner img.avatar {
        margin-left: -80px;
        width: 60px;
        height: 60px
    }

    .comments-inner img.avatar {
        margin-left: 0;
        width: 80px;
        height: 80px;
        position: relative
    }
}

.comments-inner .comment-metadata {
    margin-bottom: 30px
}

.comments-inner .comment-metadata a {
    color: inherit;
    opacity: .7;
    font-size: 80%
}

.comments-inner .comment-metadata a:hover {
    opacity: 1
}

.bypostauthor .comment-footer-meta .by-post-author {
    margin-top: 15px;
    display: block;
    font-size: 80%
}

.comment-body {
    margin-bottom: 50px
}

.comment .comment {
    padding-left: 10%
}

/* : Wordpress Blog : */
hr.styled-separator {
    background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
    background-color: transparent !important;
    border: none;
    height: 1px;
    overflow: visible;
    position: relative;
    color: #d0d0d0;
    display: block
}

hr.styled-separator::after,
hr.styled-separator::before {
    background: #d0d0d0;
    content: "";
    display: block;
    height: 1.6rem;
    position: absolute;
    top: calc(50% - .8rem);
    transform: rotate(22.5deg);
    width: .1rem
}

hr.styled-separator::before {
    left: calc(50% - .5rem)
}

hr.styled-separator::after {
    right: calc(50% - .5rem)
}

hr.styled-separator.last-none {
    margin: 75px 0
}

hr.styled-separator.last-none:last-of-type {
    display: none
}

.post-meta-wrapper {
    margin-bottom: 20px
}

ul.post-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 80%
}

ul.post-meta svg {
    position: relative;
    top: 4px;
    margin-right: 5px
}

.nav-links {
    text-align: center;
    text-transform: uppercase
}

.nav-links .page-numbers {
    margin: 0 15px;
    font-size: 80%
}

.nav-links .page-numbers.current {
    font-size: 100%
}

.nav-links .nav-prev-text {
    margin-left: 10px
}

.nav-links .nav-next-text {
    margin-right: 10px
}

/* : Wordpress Post Tags :*/
.post-tags-single {
    margin: 0 0 30px 10px
}

.post-tags-single a {
    position: relative;
    display: inline-block;
    color: inherit;
    margin-right: 17px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 22px;
    background-color: #d4d7dc;
    z-index: 2;
    padding: 0 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

.post-tags-single a:before {
    content: '';
    position: absolute;
    background-color: inherit;
    width: 12px;
    height: 12px;
    top: 5px;
    left: -5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: -1;
    transform: skew(-45deg, 45deg)
}

.post-tags-single a:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    margin-top: -3px;
    left: -5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff
}

.post-tags-single a:hover {
    color: #fff;
    background-color: #3b78bd
}

/* : Wordpress Related Post : */
.related-post {
    margin-bottom: 50px;
    padding: 0 15px
}

.related-post .item-cont {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.related-post-thumb {
    width: 90px
}

.related-post-title {
    width: calc(100% - 100px);
    padding-right: 25px
}

.related-post-title p {
    margin: 0;
    line-height: 1.2
}

.related-post-title p small {
    opacity: .7
}

.related-post-thumb img {
    border-radius: 50%;
    width: 90px;
    height: 90px
}

/* : Wordpress Widget : */
.widget {
    background: #fff;
    margin-bottom: 25px;
    padding: 25px;
    border: 1px solid #eff0ee;
    -moz-box-shadow: 0 1px 2px rgb(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 2px rgb(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgb(0, 0, 0, .1)
}

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

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

.widget.widget_recent_comments ul li,
.widget.widget_recent_entries ul li {
    margin-bottom: 6px
}

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

.widget .comment-author-link {
    font-weight: 700
}

.navigation {
    margin-top: 30px;
}

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

.pagination-separator {
    display: none;
}

.pagination .nav-links {
    margin: 0;
    font-size: 16px;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav-links>* {
    margin: 0 0 0 -1px;
    font-size: 13px;
    font-weight: 400;
    min-width: 42px;
    text-align: center;
    padding: 10px;
    border: solid 1px #d1d4d8;
    text-decoration: none !important;
    color: #444444;
}

.nav-links>.current {
    background: #444444;
    border-color: #444444;
    color: #fff;
}

.pagination .dots {
    transform: none;
}

.search-form {
    background: none;
    position: relative;
    padding-right: 36px;
    border-radius: 0;
}

.search-form label {
    margin: 0;
    width: 100%;
    display: none;
}

.search-form .search-field {
    width: 100%;
    border: none;
    background: none;
    height: 44px;
    padding: 10px;
    color: #000;
}

.search-form .search-submit {
    width: 36px;
    height: 44px;
    border: none;
    background: url(assets/images/search-icon.png) center center no-repeat #1e374b;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0 !important;
    cursor: pointer;
}

.widget-area {}

.widget-area .widget {
    padding: 0 15px 15px;
    background: #f8f8f8;
    color: var(--bs-dark);
}

.widget-area .widget+.widget {
    margin-top: 30px;
}

.widget-area .sidetitle {
    font-size: 125%;
    background: var(--sk-primary);
    color: #fff;
    padding: 5px 15px;
    margin-bottom: 0;
    margin: 0 -15px 15px;
}

.widget-area .widget a {
    color: var(--bs-dark);
}

.widget-area .widget a:hover {
    color: var(--sk-primary);
}

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

.widget-area .widget ul li {
    margin-bottom: 15px;
    line-height: 1.5;
    padding-left: 26px;
    position: relative;
}

.widget-area .widget ul li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 75%;
}

.widget-area .widget.widget_search {
    padding: 0;
    border: none;
    background: none;
}

.float-start.w4 {
    width: 40%;
    margin-right: 40px;
    margin-bottom: 10px;
}

@media (max-width: 575.98px) {
    .float-start.w4 {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}



/*****gform css****/
.gform-theme--foundation .gform_fields {
    row-gap: 20px !important;
}

.gform_wrapper {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 30px 20px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #a7d2ff87;
}

.gfield_label {
    font-weight: 600 !important;
    color: var(--sk-heading) !important;
}

.ginput_container input,
.ginput_container select,
.ginput_container textarea {
    box-shadow: none !important;
    outline: 0 !important;
    border-radius: 4px !important;
}

.gform_button {
    padding: 6px 20px !important;
    color: var(--sk-text-white) !important;
    background-color: var(--sk-primary) !important;
    border: 1px solid var(--sk-primary) !important;
    border-radius: 50px !important;
    min-width: 180px !important;
    transition: 0.4s !important;
}

.gform_button:hover {
    color: var(--sk-primary) !important;
    background-color: transparent !important;
    border: 1px solid var(--sk-primary) !important;
}