/*----------------------------------------------------------------------
    Website Name: PANRB
    Version: 1.0

    Note: This is Main Style CSS File. */
/*----------------------------------------------------------------------
	CSS INDEX
	----------------------

    ## Default Style
    ## Common Classes
    ## Repeat Style
    ## Padding Margin
    ## Custom Animation
    ## Header style
    ## Hero Area
    ## Page Banner
    ## Donate Area
    ## About Area
    ## Features Area
    ## Priorities Area
    ## Work Process Area
    ## Blog Area
    ## Forms
    ## Videos Area
    ## Counter Area
    ## Causes Area
    ## Stories Area
    ## Pollution Area
    ## Newsletter Area
    ## Testimonials Area
    ## Instagram Area
    ## Services Area
    ## Events Area
    ## Shop Area
    ## Sidebar Widgets
    ## Client Logo
    ## 404 Error
    ## Main Footer */
/* -------------------------------------------------------------- */
/*******************************************************/
/******************* ## Default Style ******************/
/*******************************************************/
* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body {
    color: var(--base-color);
    background: white;
    font-weight: 400;
    line-height: 30px;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    --base-color: #666666;
    --heading-color: #333333;
    --primary-color: #e31937;
    --secondary-color: #082151;
    --yellow-color: #ffde69;
    --lighter-color: #f4f4f4;
    --border-color: #e5e5e5;
}

a {
    color: var(--base-color);
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: var(--primary-color);
}

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

.text-white h1,
.text-white h1 a,
.text-white h2,
.text-white h2 a,
.text-white h3,
.text-white h3 a,
.text-white h4,
.text-white h4 a,
.text-white h5,
.text-white h5 a,
.text-white h6,
.text-white h6 a,
.text-white .h1,
.text-white .h1 a,
.text-white .h2,
.text-white .h2 a,
.text-white .h3,
.text-white .h3 a,
.text-white .h4,
.text-white .h4 a,
.text-white .h5,
.text-white .h5 a,
.text-white .h6,
.text-white .h6 a {
    color: white;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
}

mark {
    color: var(--secondary-color);
    background: transparent;
    text-decoration: underline;
}

header:after,
section:after,
footer:after {
    display: block;
    clear: both;
    content: "";
}

/*======= Input Styles =======*/
input,
select,
textarea,
.nice-select,
.form-control {
    width: 100%;
    height: auto;
    border-radius: 5px;
    padding: 15px 30px;
    background-color: #fff;
    border: 1px solid var(--border-color);
}

.nice-select {
    font-size: 18px;
    line-height: 1.3;
}

.nice-select:after {
    height: 8px;
    width: 8px;
    right: 25px;
    border-color: var(--heading-color);
}

.nice-select .current {
    font-weight: 500;
    color: var(--heading-color);
}

.nice-select .list {
    width: 100%;
    border-radius: 0;
}

textarea {
    display: inherit;
    padding-top: 20px;
}

label {
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--base-color);
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

input:focus,
button:focus,
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #cfdbf1;
}

input[type="search"]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input[type="checkbox"],
input[type="radio"] {
    height: auto;
    width: auto;
}

/*******************************************************/
/******************  ## Common Classes *****************/
/*******************************************************/
.page-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    min-width: 300px;
}

@media only screen and (max-width: 1390px) and (min-width: 900px) {
    .container {
        zoom: 0.75;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .container.container-1435 {
        max-width: 1465px;
    }

    .container.container-1335 {
        max-width: 1365px;
    }

    .container.container-1000 {
        max-width: 1030px;
    }
}

@media only screen and (min-width: 576px) {
    .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 1400px) {
    .container-fluid {
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media only screen and (max-width: 375px) {
    .col-small {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.row {
    --bs-gutter-x: 30px;
}

.no-gap {
    --bs-gutter-x: 0;
}

@media only screen and (min-width: 1400px) {
    .gap-10 {
        --bs-gutter-x: 10px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-20 {
        --bs-gutter-x: 20px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-30 {
        --bs-gutter-x: 30px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-40 {
        --bs-gutter-x: 40px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-50 {
        --bs-gutter-x: 50px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-60 {
        --bs-gutter-x: 60px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-70 {
        --bs-gutter-x: 70px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-80 {
        --bs-gutter-x: 80px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-90 {
        --bs-gutter-x: 90px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-100 {
        --bs-gutter-x: 100px;
    }
}

@media only screen and (min-width: 1200px) {
    .row-cols-xl-7 > * {
        width: 14.2857%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

/** Section Title style **/
.section-title {
    padding-bottom: 40px;
    z-index: 1;
    margin-top: 10px;
    position: relative;
}

.section-title .sub-title {
    display: inline-block;
    color: var(--primary-color);
    font-family: "PT Sans", sans-serif;
}

.section-title .sub-title.style-two {
    font-weight: 700;
    padding: 5px 33px 20px 0;
    background-size: 100% 100%;
}

.section-title h2 span,
.section-title h3 span,
.section-title h4 span {
    color: var(--primary-color);
}

.section-title h2 span.bgs-100,
.section-title h3 span.bgs-100,
.section-title h4 span.bgs-100 {
    padding: 8px 10px 15px;
}

@media only screen and (max-width: 767px) {
    .section-title h2 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 479px) {
    .section-title h2 {
        font-size: 35px;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 767px) {
    .section-title h3 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 479px) {
    .section-title h3 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .section-title h4 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title h4 span {
        font-size: 30px;
    }
}

.section-title .line {
    width: 135px;
    height: 1px;
    display: inline-block;
    background: var(--primary-color);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

.section-title .drops {
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 5px);
    -ms-transform: translate(-50%, 5px);
    transform: translate(-50%, 5px);
}

.section-title.style-two .sub-title {
    font-weight: 700;
    padding-left: 18px;
    position: relative;
}

@media only screen and (min-width: 376px) {
    .section-title.style-two .sub-title {
        font-size: 20px;
    }
}

.section-title.style-two .sub-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: var(--primary-color);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: calc(100% - 12px);
}

.section-title.style-two.text-center .sub-title {
    padding-left: 0;
}

.section-title.style-two.text-center .sub-title:before {
    display: none;
}

.section-title.style-three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-title.style-three .title {
    margin-right: 15px;
}

.section-title.style-three .title .drops {
    top: -10px;
    max-width: 65px;
    left: calc(100% - 35px);
}

.section-title.style-three .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.section-title.style-three .text .line {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/** Button style **/

.fulw {
    width: 100%;
    max-height: 250px;
    border-top-right-radius: 30px;
}

.xbtn {
    background: #ffcc08;
    padding: 5px 25px;
    border-radius: 10px;
    color: #000;
}

.xbtn:hover {
    background: #000;
    color: #ffcc08;
}

.btnpan {
    background: #A3C2DB;
    padding: 10px 35px;
    border-radius: 10px;
    color: #3A4551;
    font-weight: 900;
}

.btnpan:hover {
    background: #87A2BB;
    color: #3A4551;
}

.ylw {
    color: #ffcc08;
}

.theme-btn,
a.theme-btn {
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.theme-btn .btn-text,
a.theme-btn .btn-text {
    z-index: 1;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: 700;
    text-align: center;
    padding: 15px 38px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "PT Sans", sans-serif;
    text-transform: capitalize;
}

.theme-btn .btn-text i,
a.theme-btn .btn-text i {
    margin-right: 7px;
}

.theme-btn .btn-text.normal,
a.theme-btn .btn-text.normal {
    color: white;
    background: var(--primary-color);
}

.theme-btn .btn-text.hover,
a.theme-btn .btn-text.hover {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 100%;
    color: var(--heading-color);
    background: var(--yellow-color);
}

.theme-btn .btn-text.hover i,
a.theme-btn .btn-text.hover i {
    color: var(--heading-color);
}

@media only screen and (max-width: 575px) {
    .theme-btn .btn-text,
    a.theme-btn .btn-text {
        padding: 12px 25px;
    }
}

.theme-btn:hover .btn-text.normal,
a.theme-btn:hover .btn-text.normal {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.theme-btn:hover .btn-text.hover,
a.theme-btn:hover .btn-text.hover {
    top: 0;
}

.theme-btn.w-100 .btn-text,
a.theme-btn.w-100 .btn-text {
    width: 100%;
}

.theme-btn.style-two,
a.theme-btn.style-two {
    border: 2px solid white;
}

.theme-btn.style-two .btn-text,
a.theme-btn.style-two .btn-text {
    padding-top: 13px;
    padding-bottom: 13px;
}

.theme-btn.style-three .btn-text.normal,
a.theme-btn.style-three .btn-text.normal {
    color: var(--heading-color);
    background: var(--yellow-color);
}

.theme-btn.style-three .btn-text.normal i,
a.theme-btn.style-three .btn-text.normal i {
    color: var(--heading-color);
}

.theme-btn.style-three .btn-text.hover,
a.theme-btn.style-three .btn-text.hover {
    background: var(--primary-color);
}

.theme-btn.style-four,
a.theme-btn.style-four {
    border: 2px solid var(--secondary-color);
}

.theme-btn.style-four .btn-text,
a.theme-btn.style-four .btn-text {
    padding-top: 13px;
    padding-bottom: 13px;
}

.theme-btn.style-four .btn-text.normal,
a.theme-btn.style-four .btn-text.normal {
    background: transparent;
}

.theme-btn.style-five .btn-text.normal,
a.theme-btn.style-five .btn-text.normal {
    background: #969494;
}

/* Details Btn */
.details-btn {
    width: 62px;
    height: 62px;
    font-size: 20px;
    line-height: 62px;
    text-align: center;
    color: var(--heading-color);
    border-radius: 30px 0;
    display: inline-block;
    background: var(--yellow-color);
}

@media only screen and (max-width: 479px) {
    .details-btn {
        width: 50px;
        height: 50px;
        font-size: 16px;
        line-height: 50px;
    }
}

/* Read More */
.read-more {
    line-height: 1;
    font-weight: 700;
    font-style: italic;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--primary-color);
    font-family: "PT Sans", sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid var(--primary-color);
}

.read-more i {
    margin-left: 7px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.read-more:hover i {
    margin-left: 10px;
}

.read-more.style-two {
    font-style: normal;
    border-bottom: none;
    text-decoration: underline;
    text-transform: capitalize;
}

.read-more.style-two i {
    float: left;
    margin: 0 7px 0 0;
}

.read-more.style-two:hover i {
    margin-right: 10px;
}

/* List style One */
.list-style-one li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    color: var(--heading-color);
}

.list-style-one li:not(:last-child) {
    margin-bottom: 8px;
}

.list-style-one li:before {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20px;
    height: 20px;
    font-size: 11px;
    margin-top: 6px;
    content: "\f00c";
    font-weight: 600;
    line-height: 16px;
    border: 2px solid;
    text-align: center;
    margin-right: 12px;
    border-radius: 50%;
    color: var(--secondary-color);
    font-family: "Font Awesome 5 Pro";
}

/* List style Two */
.list-style-two li:not(:last-child) {
    margin-bottom: 8px;
}

.list-style-two li a {
    position: relative;
}

.list-style-two li a:before {
    content: "\f101";
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-family: "Font Awesome 5 Pro";
}

.list-style-two li a:hover {
    padding-left: 20px;
    text-decoration: underline;
}

.list-style-two li a:hover:before {
    opacity: 1;
}

/* List style Three */
.list-style-three li:not(:last-child) {
    margin-bottom: 4px;
}

.list-style-three li:before {
    content: "\f101";
    margin-right: 10px;
    font-family: "Font Awesome 5 Pro";
}

/* List style Four */
.list-style-four li {
    margin-left: 10px;
}

.list-style-four li:not(:last-child) {
    margin-bottom: 5px;
}

.list-style-four li:before {
    content: "\f00c";
    font-weight: 700;
    margin-right: 10px;
    color: var(--primary-color);
    font-family: "Font Awesome 5 Pro";
}

/** Social Link One **/
.social-style-one {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: -1px;
    margin-right: -1px;
}

.social-style-one a {
    width: 40px;
    height: 40px;
    color: white;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    margin-left: 1px;
    margin-right: 1px;
    background: rgba(0, 44, 91, 0.1);
}

.social-style-one a:hover {
    color: var(--heading-color);
    background: var(--yellow-color);
}

.social-style-one a.facebook {
    background: #757dcf;
}

.social-style-one a.twitter {
    background: #688de9;
}

.social-style-one a.google {
    background: #e52020;
}

.social-style-one a.linkedin {
    background: #0073b2;
}

/** Social Link Two **/
.social-style-two {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.social-style-two a {
    opacity: 1;
    margin-bottom: 5px;
    width: 60px;
    height: 60px;
    background: white;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    margin-left: 2.5px;
    margin-right: 2.5px;
    color: var(--heading-color);
}

@media only screen and (max-width: 375px) {
    .social-style-two a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

.social-style-two a:hover {
    color: white;
    background: var(--primary-color);
}

/** Social Link Three **/
.social-style-three {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.social-style-three a {
    margin-left: 7.5px;
    margin-right: 7.5px;
}

.social-style-three a:hover {
    color: var(--secondary-color);
}

/** Social Link Four **/
.social-style-four {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: -5px;
    margin-right: -5px;
}

.social-style-four a {
    color: white;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    width: 35px;
    height: 35px;
    background: var(--primary-color);
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
}

.social-style-four a.facebook {
    background: #006aff;
}

.social-style-four a.tumblr {
    background: #3d5a70;
}

.social-style-four a.behance {
    background: #000000;
}

.social-style-four a:hover {
    background: var(--secondary-color);
}

/** Tab Style One **/
.tab-style-one {
    border-bottom: 1px solid var(--border-color);
}

.tab-style-one .nav-link {
    font-size: 18px;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: -1px;
    background: transparent;
    border-bottom: 2px solid transparent;
}

@media only screen and (min-width: 1200px) {
    .tab-style-one .nav-link {
        padding-bottom: 25px;
    }
}

@media only screen and (max-width: 575px) {
    .tab-style-one .nav-link {
        font-size: 16px;
    }
}

.tab-style-one .nav-link.active {
    color: var(--secondary-color);
    border-bottom-color: var(--secondary-color);
}

.tab-style-one .nav-item:not(:last-child) {
    margin-right: 40px;
}

@media only screen and (max-width: 767px) {
    .tab-style-one .nav-item:not(:last-child) {
        margin-right: 20px;
    }
}

/*** Preloader style ** */
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/preloader.gif);
}

/* Pagination */
.pagination {
    padding: 20px 40px;
    border-radius: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: var(--yellow-color);
}

@media only screen and (max-width: 575px) {
    .pagination {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.pagination li .page-link {
    padding: 0;
    width: 50px;
    height: 50px;
    border: none;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 50px;
    background: white;
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: 575px) {
    .pagination li .page-link {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.pagination li .next {
    margin-left: 20px;
}

.pagination li .prev {
    margin-right: 20px;
}

.pagination li .dots {
    margin-left: 15px;
    margin-right: 15px;
}

.pagination li.disabled .page-link,
.pagination li:last-child .page-link {
    border-radius: 0;
}

.pagination li:hover:not(.disabled) .page-link {
    background: var(--lighter-color);
}

.pagination li.active .page-link {
    color: white;
    background: var(--primary-color);
}

.pagination li.active .page-link:hover {
    background: var(--primary-color);
}

/* Rating */
.ratting {
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.ratting i {
    color: #f1b000;
    font-size: 14px;
    margin-right: 3px;
}

/*** Slick Dots ***/
.slick-arrow {
    width: 60px;
    height: 60px;
    font-size: 22px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: white;
    border-radius: 50%;
    color: var(--heading-color);
    -webkit-box-shadow: 3px 0 60px rgba(8, 33, 81, 0.2);
    box-shadow: 3px 0 60px rgba(8, 33, 81, 0.2);
}

.slick-arrow:focus,
.slick-arrow:hover {
    background: var(--primary-color);
}

.slider-arrow .slick-arrow {
    border: 1px solid var(--border-color);
}

.slider-arrow .slick-arrow:not(:last-child) {
    margin-right: 5px;
}

.slider-arrow .slick-arrow:focus,
.slider-arrow .slick-arrow:hover {
    color: white;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}

/*** Slick Dots ***/
.slick-dots {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slick-dots li {
    position: relative;
    cursor: pointer;
    width: 10px;
    height: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 10px 5px 0;
    border-radius: 50%;
    background: transparent;
    border: 2px solid var(--secondary-color);
}

.slick-dots li button {
    opacity: 0;
}

.slick-dots li.slick-active {
    background: var(--secondary-color);
}

/*** Scroll Top style ***/
.scroll-top {
    position: fixed;
    bottom: 25px;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 99;
    color: white;
    display: none;
    font-size: 14px;
    cursor: pointer;
    line-height: 40px;
    border-radius: 5px;
    background: var(--primary-color);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

/* Text White */
.text-white *,
.text-white a,
.text-white .sub-title,
.text-white .read-more,
.text-white .list-style-one li,
.text-white .list-style-one li:before,
.text-white .counter-text-wrap .count-text,
.text-white .hotline .content a:not(:hover) {
    color: white;
}

.text-white .service-two-item .icon i {
    color: var(--primary-color);
}

.text-white .service-two-item .content p {
    opacity: 0.6;
}

.text-white .hotline > i {
    background: white;
}

.text-white .hotline > i {
    border-color: white;
}

/* Wave Shapes */
.wave-shapes {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100px;
    width: calc(100% + 100px);
    height: 100%;
}

.wave-shapes .shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-animation: leftRightOne 6s infinite;
    animation: leftRightOne 6s infinite;
}

.wave-shapes .shape.two {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

/*Project Filter*/
.filter-btns-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.filter-btns-one li {
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
    padding: 4px 20px;
    border-radius: 5px;
    margin: 0 5px 10px;
    color: var(--heading-color);
}

@media only screen and (max-width: 375px) {
    .filter-btns-one li {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.filter-btns-one li.current {
    background: white;
    color: var(--secondary-color);
    text-decoration: underline;
    -webkit-box-shadow: 10px 0 60px rgba(195, 195, 195, 0.5);
    box-shadow: 10px 0 60px rgba(195, 195, 195, 0.5);
}

.filter-btns-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 500;
    margin-left: -18px;
    margin-right: -18px;
}

@media only screen and (min-width: 768px) {
    .filter-btns-two {
        font-size: 18px;
    }
}

@media only screen and (max-width: 575px) {
    .filter-btns-two {
        margin-left: -8px;
        margin-right: -8px;
    }
}

.filter-btns-two li {
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 0 18px 10px;
    border-bottom: 3px solid transparent;
}

@media only screen and (max-width: 575px) {
    .filter-btns-two li {
        margin-left: 8px;
        margin-right: 8px;
    }
}

.filter-btns-two li.current {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

/* Position */
.rel {
    position: relative;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.z-4 {
    z-index: 4;
}

.z-5 {
    z-index: 5;
}

.overlay {
    z-index: 1;
    position: relative;
}

.overlay::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.75;
    background-color: var(--heading-color);
}

/* Backgruond Size */
.bgs-cover {
    background-size: cover;
    background-position: center;
}

.bgs-100 {
    background-size: 100% 100%;
}

/* Color + Background */
.color-primary {
    color: var(--primary-color);
}

.bgc-black {
    background-color: var(--heading-color);
}

.bgc-primary {
    background-color: var(--primary-color);
}

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

.bgc-yellow {
    background-color: #A3C2DB;
    border-bottom: 5px solid #3a4551;
}

.bgc-lighter {
    background-color: var(--lighter-color);
}

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

.bgc-black-with-lighting {
    background: #1e1e22;
}

.bgc-black-with-lighting:after,
.bgc-black-with-lighting:before {
    position: absolute;
    width: 450px;
    height: 450px;
    z-index: -1;
    content: "";
    border-radius: 50%;
    background: var(--secondary-color);
    -webkit-animation: zoomInOut 5s infinite;
    animation: zoomInOut 5s infinite;
}

.bgc-black-with-lighting:after {
    right: -8%;
    top: -15%;
    -webkit-filter: blur(110px);
    filter: blur(110px);
}

.bgc-black-with-lighting:before {
    left: -10%;
    top: 20%;
    -webkit-filter: blur(350px);
    filter: blur(350px);
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

/* Border Radius */
.br-5 {
    border-radius: 5px;
}

.br-10 {
    border-radius: 10px;
}

.br-15 {
    border-radius: 15px;
}

.br-20 {
    border-radius: 20px;
}

.br-25 {
    border-radius: 25px;
}

.br-30 {
    border-radius: 30px;
}

.br-35 {
    border-radius: 35px;
}

.br-40 {
    border-radius: 40px;
}

.br-45 {
    border-radius: 45px;
}

.br-50 {
    border-radius: 50px;
}

/* Home Two */
.home-two {
    --primary-color: #0f854a;
}

.home-two .theme-btn.style-three .btn-text.hover {
    color: white;
}

.home-two .theme-btn.style-three .btn-text.hover i {
    color: white;
}

.home-two .section-title h2 span {
    display: inline-block;
    padding: 0 30px 10px 20px;
    background: url(../images/background/section-title.png);
    background-size: 100% 100%;
}

/* Home Three */
.home-three {
    --yellow-color: #e31937;
    --secondary-color: #2b4eff;
}

.home-three .theme-btn {
    --primary-color: #2b4eff;
    --secondary-color: #e31937;
}

.home-three .theme-btn .btn-text.hover {
    color: white;
}

.home-three .theme-btn .btn-text.hover i {
    color: white;
}

.home-three .theme-btn.style-three .btn-text.normal {
    color: white;
}

.home-three .section-title .sub-title {
    font-weight: 700;
    padding-left: 18px;
    position: relative;
}

@media only screen and (min-width: 376px) {
    .home-three .section-title .sub-title {
        font-size: 20px;
    }
}

.home-three .section-title .sub-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: var(--primary-color);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: calc(100% - 12px);
}

.home-three .section-title h1 span,
.home-three .section-title h2 span,
.home-three .section-title h3 span,
.home-three .section-title h4 span {
    font-weight: 400;
    font-family: "Smooch", cursive;
}

.home-three .text-center .sub-title {
    padding-left: 0;
}

.home-three .text-center .sub-title:before {
    display: none;
}

.home-three .donatemodal .modal-close,
.home-three .pp-cause-item .image .category,
.home-three .select-donation-price .radio-item input:checked ~ label {
    color: white;
}

.home-three .text-white h1 span,
.home-three .text-white h2 span {
    color: white;
}

.home-three .text-white.section-title p {
    color: #d0d0d0;
}

.home-three .donate-form-wrap {
    background: #f9f9f9;
    border-radius: 10px;
}

.home-three .donate-form-wrap .custom-donation-price input {
    background: var(--lighter-color);
}

.home-three .donate-form-wrap:before {
    color: var(--secondary-color);
}

.home-three .select-donation-price .radio-item input:checked ~ label {
    background: var(--secondary-color);
}

.home-three .blog-three-item .content .blog-meta a,
.home-three .blog-three-item .content .blog-meta i {
    color: var(--secondary-color);
}

/* Home Four */
.home-four {
    --primary-color: #abd274;
    --light-blue-color: #4e87e0;
    --yellow-color: var(--light-blue-color);
}

.home-four h1,
.home-four h2,
.home-four h3,
.home-four h4,
.home-four h5,
.home-four h6 {
    font-family: "Dosis", sans-serif;
}

.home-four .theme-btn .btn-text,
.home-four a.theme-btn .btn-text {
    color: var(--heading-color);
}

.home-four .theme-btn .btn-text.hover,
.home-four a.theme-btn .btn-text.hover {
    color: white;
}

.home-four .theme-btn.style-three .btn-text,
.home-four a.theme-btn.style-three .btn-text {
    color: white;
}

.home-four .theme-btn.style-three .btn-text i,
.home-four a.theme-btn.style-three .btn-text i {
    color: white;
}

.home-four .section-title .sub-title {
    font-weight: 700;
    color: var(--light-blue-color);
    padding-left: 18px;
    position: relative;
}

@media only screen and (min-width: 376px) {
    .home-four .section-title .sub-title {
        font-size: 20px;
    }
}

.home-four .section-title .sub-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: calc(100% - 12px);
    background: var(--light-blue-color);
}

.home-four .section-title h1 span,
.home-four .section-title h2 span,
.home-four .section-title h3 span,
.home-four .section-title h4 span {
    font-weight: 400;
    font-family: "Smooch", cursive;
    color: var(--light-blue-color);
}

.home-four .section-title p {
    line-height: 1.8;
}

@media only screen and (min-width: 376px) {
    .home-four .section-title p {
        font-size: 20px;
    }
}

.home-four .text-center .sub-title {
    padding-left: 0;
    color: var(--primary-color);
}

.home-four .text-center .sub-title:before {
    display: none;
}

.home-four .more-btn-with-text a,
.home-four .blog-four-item .content .date {
    color: var(--light-blue-color);
}

/*******************************************************/
/******************* ## Repeat Style ******************/
/*******************************************************/
.heading,
.tab-style-one .nav-link,
.pagination li .page-link,
.pagination li .next,
.pagination li .prev,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.menu-btns button span,
.main-header.header-four .header-top button span,
.page-banner-two .banner-top .section-title .category,
.pp-cause-item .image .category,
.comment-body .content .reply,
.cause-item-two .content .category,
.tag-coulds a {
    font-weight: 700;
    color: var(--heading-color);
    font-family: "Jost", sans-serif;
}

h1,
.h1 {
    font-size: 65px;
}

h2::before {
    /*content: url(/assets/images/icongaruda.png);*/
    padding-right: 15px;
}

h2,
.h2 {
    font-size: 40px;
}

h3,
.h3 {
    font-size: 45px;
    color: #b42b2d;
}

h4,
.h4 {
    font-size: 36px;
}

h5,
.h5 {
    line-height: 1.25;
    font-size: 24px;
}

h6,
.h6 {
    font-size: 18px;
}

/*******************************************************/
/************** ## Padding Margin Spacing *************/
/*******************************************************/
/* Padding Around */
.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-25 {
    padding: 25px;
}

.p-30 {
    padding: 30px;
}

.p-35 {
    padding: 35px;
}

.p-40 {
    padding: 40px;
}

.p-45 {
    padding: 45px;
}

.p-50 {
    padding: 50px;
}

.p-55 {
    padding: 55px;
}

.p-60 {
    padding: 60px;
}

.p-65 {
    padding: 65px;
}

.p-70 {
    padding: 70px;
}

.p-75 {
    padding: 75px;
}

.p-80 {
    padding: 80px;
}

.p-85 {
    padding: 85px;
}

.p-90 {
    padding: 90px;
}

.p-95 {
    padding: 95px;
}

.p-100 {
    padding: 100px;
}

.p-105 {
    padding: 105px;
}

.p-110 {
    padding: 110px;
}

.p-115 {
    padding: 115px;
}

.p-120 {
    padding: 120px;
}

.p-125 {
    padding: 125px;
}

.p-130 {
    padding: 130px;
}

.p-135 {
    padding: 135px;
}

.p-140 {
    padding: 140px;
}

.p-145 {
    padding: 145px;
}

.p-150 {
    padding: 150px;
}

.p-155 {
    padding: 155px;
}

.p-160 {
    padding: 160px;
}

.p-165 {
    padding: 165px;
}

.p-170 {
    padding: 170px;
}

.p-175 {
    padding: 175px;
}

.p-180 {
    padding: 180px;
}

.p-185 {
    padding: 185px;
}

.p-190 {
    padding: 190px;
}

.p-195 {
    padding: 195px;
}

.p-200 {
    padding: 200px;
}

.p-205 {
    padding: 205px;
}

.p-210 {
    padding: 210px;
}

.p-215 {
    padding: 215px;
}

.p-220 {
    padding: 220px;
}

.p-225 {
    padding: 225px;
}

.p-230 {
    padding: 230px;
}

.p-235 {
    padding: 235px;
}

.p-240 {
    padding: 240px;
}

.p-245 {
    padding: 245px;
}

.p-250 {
    padding: 250px;
}

/* Padding Top */
.pt-5,
.py-5 {
    padding-top: 5px !important;
}

.pt-10,
.py-10 {
    padding-top: 10px;
}

.pt-15,
.py-15 {
    padding-top: 15px;
}

.pt-20,
.py-20 {
    padding-top: 20px;
}

.pt-25,
.py-25 {
    padding-top: 25px;
}

.pt-30,
.py-30 {
    padding-top: 30px;
}

.pt-35,
.py-35 {
    padding-top: 35px;
}

.pt-40,
.py-40 {
    padding-top: 40px;
}

.pt-45,
.py-45 {
    padding-top: 45px;
}

.pt-50,
.py-50 {
    padding-top: 50px;
}

.pt-55,
.py-55 {
    padding-top: 55px;
}

.pt-60,
.py-60 {
    padding-top: 60px;
}

.pt-65,
.py-65 {
    padding-top: 65px;
}

.pt-70,
.py-70 {
    padding-top: 70px;
}

.pt-75,
.py-75 {
    padding-top: 75px;
}

.pt-80,
.py-80 {
    padding-top: 80px;
}

.pt-85,
.py-85 {
    padding-top: 85px;
}

.pt-90,
.py-90 {
    padding-top: 90px;
}

.pt-95,
.py-95 {
    padding-top: 95px;
}

.pt-100,
.py-100 {
    padding-top: 100px;
}

.pt-105,
.py-105 {
    padding-top: 105px;
}

.pt-110,
.py-110 {
    padding-top: 110px;
}

.pt-115,
.py-115 {
    padding-top: 115px;
}

.pt-120,
.py-120 {
    padding-top: 120px;
}

.pt-125,
.py-125 {
    padding-top: 125px;
}

.pt-130,
.py-130 {
    padding-top: 130px;
}

.pt-135,
.py-135 {
    padding-top: 135px;
}

.pt-140,
.py-140 {
    padding-top: 140px;
}

.pt-145,
.py-145 {
    padding-top: 145px;
}

.pt-150,
.py-150 {
    padding-top: 150px;
}

.pt-155,
.py-155 {
    padding-top: 155px;
}

.pt-160,
.py-160 {
    padding-top: 160px;
}

.pt-165,
.py-165 {
    padding-top: 165px;
}

.pt-170,
.py-170 {
    padding-top: 170px;
}

.pt-175,
.py-175 {
    padding-top: 175px;
}

.pt-180,
.py-180 {
    padding-top: 180px;
}

.pt-185,
.py-185 {
    padding-top: 185px;
}

.pt-190,
.py-190 {
    padding-top: 190px;
}

.pt-195,
.py-195 {
    padding-top: 195px;
}

.pt-200,
.py-200 {
    padding-top: 200px;
}

.pt-205,
.py-205 {
    padding-top: 205px;
}

.pt-210,
.py-210 {
    padding-top: 210px;
}

.pt-215,
.py-215 {
    padding-top: 215px;
}

.pt-220,
.py-220 {
    padding-top: 220px;
}

.pt-225,
.py-225 {
    padding-top: 225px;
}

.pt-230,
.py-230 {
    padding-top: 230px;
}

.pt-235,
.py-235 {
    padding-top: 235px;
}

.pt-240,
.py-240 {
    padding-top: 240px;
}

.pt-245,
.py-245 {
    padding-top: 245px;
}

.pt-250,
.py-250 {
    padding-top: 250px;
}

/* Padding Bottom */
.pb-5,
.py-5 {
    padding-bottom: 5px !important;
}

.pb-10,
.py-10 {
    padding-bottom: 10px;
}

.pb-15,
.py-15 {
    padding-bottom: 15px;
}

.pb-20,
.py-20 {
    padding-bottom: 20px;
}

.pb-25,
.py-25 {
    padding-bottom: 25px;
}

.pb-30,
.py-30 {
    padding-bottom: 30px;
}

.pb-35,
.py-35 {
    padding-bottom: 35px;
}

.pb-40,
.py-40 {
    padding-bottom: 40px;
}

.pb-45,
.py-45 {
    padding-bottom: 45px;
}

.pb-50,
.py-50 {
    padding-bottom: 50px;
}

.pb-55,
.py-55 {
    padding-bottom: 55px;
}

.pb-60,
.py-60 {
    padding-bottom: 60px;
}

.pb-65,
.py-65 {
    padding-bottom: 65px;
}

.pb-70,
.py-70 {
    padding-bottom: 70px;
}

.pb-75,
.py-75 {
    padding-bottom: 75px;
}

.pb-80,
.py-80 {
    padding-bottom: 80px;
}

.pb-85,
.py-85 {
    padding-bottom: 85px;
}

.pb-90,
.py-90 {
    padding-bottom: 90px;
}

.pb-95,
.py-95 {
    padding-bottom: 95px;
}

.pb-100,
.py-100 {
    padding-bottom: 100px;
}

.pb-105,
.py-105 {
    padding-bottom: 105px;
}

.pb-110,
.py-110 {
    padding-bottom: 110px;
}

.pb-115,
.py-115 {
    padding-bottom: 115px;
}

.pb-120,
.py-120 {
    padding-bottom: 120px;
}

.pb-125,
.py-125 {
    padding-bottom: 125px;
}

.pb-130,
.py-130 {
    padding-bottom: 130px;
}

.pb-135,
.py-135 {
    padding-bottom: 135px;
}

.pb-140,
.py-140 {
    padding-bottom: 140px;
}

.pb-145,
.py-145 {
    padding-bottom: 145px;
}

.pb-150,
.py-150 {
    padding-bottom: 150px;
}

.pb-155,
.py-155 {
    padding-bottom: 155px;
}

.pb-160,
.py-160 {
    padding-bottom: 160px;
}

.pb-165,
.py-165 {
    padding-bottom: 165px;
}

.pb-170,
.py-170 {
    padding-bottom: 170px;
}

.pb-175,
.py-175 {
    padding-bottom: 175px;
}

.pb-180,
.py-180 {
    padding-bottom: 180px;
}

.pb-185,
.py-185 {
    padding-bottom: 185px;
}

.pb-190,
.py-190 {
    padding-bottom: 190px;
}

.pb-195,
.py-195 {
    padding-bottom: 195px;
}

.pb-200,
.py-200 {
    padding-bottom: 200px;
}

.pb-205,
.py-205 {
    padding-bottom: 205px;
}

.pb-210,
.py-210 {
    padding-bottom: 210px;
}

.pb-215,
.py-215 {
    padding-bottom: 215px;
}

.pb-220,
.py-220 {
    padding-bottom: 220px;
}

.pb-225,
.py-225 {
    padding-bottom: 225px;
}

.pb-230,
.py-230 {
    padding-bottom: 230px;
}

.pb-235,
.py-235 {
    padding-bottom: 235px;
}

.pb-240,
.py-240 {
    padding-bottom: 240px;
}

.pb-245,
.py-245 {
    padding-bottom: 245px;
}

.pb-250,
.py-250 {
    padding-bottom: 250px;
}

/* Margin Around */
.m-5 {
    margin: 5px !important;
}

.m-10 {
    margin: 10px;
}

.m-15 {
    margin: 15px;
}

.m-20 {
    margin: 20px;
}

.m-25 {
    margin: 25px;
}

.m-30 {
    margin: 30px;
}

.m-35 {
    margin: 35px;
}

.m-40 {
    margin: 40px;
}

.m-45 {
    margin: 45px;
}

.m-50 {
    margin: 50px;
}

.m-55 {
    margin: 55px;
}

.m-60 {
    margin: 60px;
}

.m-65 {
    margin: 65px;
}

.m-70 {
    margin: 70px;
}

.m-75 {
    margin: 75px;
}

.m-80 {
    margin: 80px;
}

.m-85 {
    margin: 85px;
}

.m-90 {
    margin: 90px;
}

.m-95 {
    margin: 95px;
}

.m-100 {
    margin: 100px;
}

.m-105 {
    margin: 105px;
}

.m-110 {
    margin: 110px;
}

.m-115 {
    margin: 115px;
}

.m-120 {
    margin: 120px;
}

.m-125 {
    margin: 125px;
}

.m-130 {
    margin: 130px;
}

.m-135 {
    margin: 135px;
}

.m-140 {
    margin: 140px;
}

.m-145 {
    margin: 145px;
}

.m-150 {
    margin: 150px;
}

.m-155 {
    margin: 155px;
}

.m-160 {
    margin: 160px;
}

.m-165 {
    margin: 165px;
}

.m-170 {
    margin: 170px;
}

.m-175 {
    margin: 175px;
}

.m-180 {
    margin: 180px;
}

.m-185 {
    margin: 185px;
}

.m-190 {
    margin: 190px;
}

.m-195 {
    margin: 195px;
}

.m-200 {
    margin: 200px;
}

.m-205 {
    margin: 205px;
}

.m-210 {
    margin: 210px;
}

.m-215 {
    margin: 215px;
}

.m-220 {
    margin: 220px;
}

.m-225 {
    margin: 225px;
}

.m-230 {
    margin: 230px;
}

.m-235 {
    margin: 235px;
}

.m-240 {
    margin: 240px;
}

.m-245 {
    margin: 245px;
}

.m-250 {
    margin: 250px;
}

/* Margin Top */
.mt-5,
.my-5 {
    margin-top: 5px !important;
}

.mt-10,
.my-10 {
    margin-top: 10px;
}

.mt-15,
.my-15 {
    margin-top: 15px;
}

.mt-20,
.my-20 {
    margin-top: 20px;
}

.mt-25,
.my-25 {
    margin-top: 25px;
}

.mt-30,
.my-30 {
    margin-top: 30px;
}

.mt-35,
.my-35 {
    margin-top: 35px;
}

.mt-40,
.my-40 {
    margin-top: 40px;
}

.mt-45,
.my-45 {
    margin-top: 45px;
}

.mt-50,
.my-50 {
    margin-top: 50px;
}

.mt-55,
.my-55 {
    margin-top: 55px;
}

.mt-60,
.my-60 {
    margin-top: 60px;
}

.mt-65,
.my-65 {
    margin-top: 65px;
}

.mt-70,
.my-70 {
    margin-top: 70px;
}

.mt-75,
.my-75 {
    margin-top: 75px;
}

.mt-80,
.my-80 {
    margin-top: 80px;
}

.mt-85,
.my-85 {
    margin-top: 85px;
}

.mt-90,
.my-90 {
    margin-top: 90px;
}

.mt-95,
.my-95 {
    margin-top: 95px;
}

.mt-100,
.my-100 {
    margin-top: 100px;
}

.mt-105,
.my-105 {
    margin-top: 105px;
}

.mt-110,
.my-110 {
    margin-top: 110px;
}

.mt-115,
.my-115 {
    margin-top: 115px;
}

.mt-120,
.my-120 {
    margin-top: 120px;
}

.mt-125,
.my-125 {
    margin-top: 125px;
}

.mt-130,
.my-130 {
    margin-top: 130px;
}

.mt-135,
.my-135 {
    margin-top: 135px;
}

.mt-140,
.my-140 {
    margin-top: 140px;
}

.mt-145,
.my-145 {
    margin-top: 145px;
}

.mt-150,
.my-150 {
    margin-top: 150px;
}

.mt-155,
.my-155 {
    margin-top: 155px;
}

.mt-160,
.my-160 {
    margin-top: 160px;
}

.mt-165,
.my-165 {
    margin-top: 165px;
}

.mt-170,
.my-170 {
    margin-top: 170px;
}

.mt-175,
.my-175 {
    margin-top: 175px;
}

.mt-180,
.my-180 {
    margin-top: 180px;
}

.mt-185,
.my-185 {
    margin-top: 185px;
}

.mt-190,
.my-190 {
    margin-top: 190px;
}

.mt-195,
.my-195 {
    margin-top: 195px;
}

.mt-200,
.my-200 {
    margin-top: 200px;
}

.mt-205,
.my-205 {
    margin-top: 205px;
}

.mt-210,
.my-210 {
    margin-top: 210px;
}

.mt-215,
.my-215 {
    margin-top: 215px;
}

.mt-220,
.my-220 {
    margin-top: 220px;
}

.mt-225,
.my-225 {
    margin-top: 225px;
}

.mt-230,
.my-230 {
    margin-top: 230px;
}

.mt-235,
.my-235 {
    margin-top: 235px;
}

.mt-240,
.my-240 {
    margin-top: 240px;
}

.mt-245,
.my-245 {
    margin-top: 245px;
}

.mt-250,
.my-250 {
    margin-top: 250px;
}

/* Margin Bottom */
.mb-5,
.my-5 {
    margin-bottom: 5px !important;
}

.mb-10,
.my-10 {
    margin-bottom: 10px;
}

.mb-15,
.my-15 {
    margin-bottom: 15px;
}

.mb-20,
.my-20 {
    margin-bottom: 20px;
}

.mb-25,
.my-25 {
    margin-bottom: 25px;
}

.mb-30,
.my-30 {
    margin-bottom: 30px;
}

.mb-35,
.my-35 {
    margin-bottom: 35px;
}

.mb-40,
.my-40 {
    margin-bottom: 40px;
}

.mb-45,
.my-45 {
    margin-bottom: 45px;
}

.mb-50,
.my-50 {
    margin-bottom: 50px;
}

.mb-55,
.my-55 {
    margin-bottom: 55px;
}

.mb-60,
.my-60 {
    margin-bottom: 60px;
}

.mb-65,
.my-65 {
    margin-bottom: 65px;
}

.mb-70,
.my-70 {
    margin-bottom: 70px;
}

.mb-75,
.my-75 {
    margin-bottom: 75px;
}

.mb-80,
.my-80 {
    margin-bottom: 80px;
}

.mb-85,
.my-85 {
    margin-bottom: 85px;
}

.mb-90,
.my-90 {
    margin-bottom: 90px;
}

.mb-95,
.my-95 {
    margin-bottom: 95px;
}

.mb-100,
.my-100 {
    margin-bottom: 100px;
}

.mb-105,
.my-105 {
    margin-bottom: 105px;
}

.mb-110,
.my-110 {
    margin-bottom: 110px;
}

.mb-115,
.my-115 {
    margin-bottom: 115px;
}

.mb-120,
.my-120 {
    margin-bottom: 120px;
}

.mb-125,
.my-125 {
    margin-bottom: 125px;
}

.mb-130,
.my-130 {
    margin-bottom: 130px;
}

.mb-135,
.my-135 {
    margin-bottom: 135px;
}

.mb-140,
.my-140 {
    margin-bottom: 140px;
}

.mb-145,
.my-145 {
    margin-bottom: 145px;
}

.mb-150,
.my-150 {
    margin-bottom: 150px;
}

.mb-155,
.my-155 {
    margin-bottom: 155px;
}

.mb-160,
.my-160 {
    margin-bottom: 160px;
}

.mb-165,
.my-165 {
    margin-bottom: 165px;
}

.mb-170,
.my-170 {
    margin-bottom: 170px;
}

.mb-175,
.my-175 {
    margin-bottom: 175px;
}

.mb-180,
.my-180 {
    margin-bottom: 180px;
}

.mb-185,
.my-185 {
    margin-bottom: 185px;
}

.mb-190,
.my-190 {
    margin-bottom: 190px;
}

.mb-195,
.my-195 {
    margin-bottom: 195px;
}

.mb-200,
.my-200 {
    margin-bottom: 200px;
}

.mb-205,
.my-205 {
    margin-bottom: 205px;
}

.mb-210,
.my-210 {
    margin-bottom: 210px;
}

.mb-215,
.my-215 {
    margin-bottom: 215px;
}

.mb-220,
.my-220 {
    margin-bottom: 220px;
}

.mb-225,
.my-225 {
    margin-bottom: 225px;
}

.mb-230,
.my-230 {
    margin-bottom: 230px;
}

.mb-235,
.my-235 {
    margin-bottom: 235px;
}

.mb-240,
.my-240 {
    margin-bottom: 240px;
}

.mb-245,
.my-245 {
    margin-bottom: 245px;
}

.mb-250,
.my-250 {
    margin-bottom: 250px;
}

/* Responsive Padding Margin */
@media only screen and (max-width: 991px) {
    /* Padding Around */
    .rp-0 {
        padding: 0px !important;
    }

    .rp-5 {
        padding: 5px !important;
    }

    .rp-10 {
        padding: 10px;
    }

    .rp-15 {
        padding: 15px;
    }

    .rp-20 {
        padding: 20px;
    }

    .rp-25 {
        padding: 25px;
    }

    .rp-30 {
        padding: 30px;
    }

    .rp-35 {
        padding: 35px;
    }

    .rp-40 {
        padding: 40px;
    }

    .rp-45 {
        padding: 45px;
    }

    .rp-50 {
        padding: 50px;
    }

    .rp-55 {
        padding: 55px;
    }

    .rp-60 {
        padding: 60px;
    }

    .rp-65 {
        padding: 65px;
    }

    .rp-70 {
        padding: 70px;
    }

    .rp-75 {
        padding: 75px;
    }

    .rp-80 {
        padding: 80px;
    }

    .rp-85 {
        padding: 85px;
    }

    .rp-90 {
        padding: 90px;
    }

    .rp-95 {
        padding: 95px;
    }

    .rp-100 {
        padding: 100px;
    }

    .rp-105 {
        padding: 105px;
    }

    .rp-110 {
        padding: 110px;
    }

    .rp-115 {
        padding: 115px;
    }

    .rp-120 {
        padding: 120px;
    }

    .rp-125 {
        padding: 125px;
    }

    .rp-130 {
        padding: 130px;
    }

    .rp-135 {
        padding: 135px;
    }

    .rp-140 {
        padding: 140px;
    }

    .rp-145 {
        padding: 145px;
    }

    .rp-150 {
        padding: 150px;
    }

    /* Padding Top */
    .rpt-0,
    .rpy-0 {
        padding-top: 0px !important;
    }

    .rpt-5,
    .rpy-5 {
        padding-top: 5px !important;
    }

    .rpt-10,
    .rpy-10 {
        padding-top: 10px;
    }

    .rpt-15,
    .rpy-15 {
        padding-top: 15px;
    }

    .rpt-20,
    .rpy-20 {
        padding-top: 20px;
    }

    .rpt-25,
    .rpy-25 {
        padding-top: 25px;
    }

    .rpt-30,
    .rpy-30 {
        padding-top: 30px;
    }

    .rpt-35,
    .rpy-35 {
        padding-top: 35px;
    }

    .rpt-40,
    .rpy-40 {
        padding-top: 40px;
    }

    .rpt-45,
    .rpy-45 {
        padding-top: 45px;
    }

    .rpt-50,
    .rpy-50 {
        padding-top: 50px;
    }

    .rpt-55,
    .rpy-55 {
        padding-top: 55px;
    }

    .rpt-60,
    .rpy-60 {
        padding-top: 60px;
    }

    .rpt-65,
    .rpy-65 {
        padding-top: 65px;
    }

    .rpt-70,
    .rpy-70 {
        padding-top: 70px;
    }

    .rpt-75,
    .rpy-75 {
        padding-top: 75px;
    }

    .rpt-80,
    .rpy-80 {
        padding-top: 80px;
    }

    .rpt-85,
    .rpy-85 {
        padding-top: 85px;
    }

    .rpt-90,
    .rpy-90 {
        padding-top: 90px;
    }

    .rpt-95,
    .rpy-95 {
        padding-top: 95px;
    }

    .rpt-100,
    .rpy-100 {
        padding-top: 100px;
    }

    .rpt-105,
    .rpy-105 {
        padding-top: 105px;
    }

    .rpt-110,
    .rpy-110 {
        padding-top: 110px;
    }

    .rpt-115,
    .rpy-115 {
        padding-top: 115px;
    }

    .rpt-120,
    .rpy-120 {
        padding-top: 120px;
    }

    .rpt-125,
    .rpy-125 {
        padding-top: 125px;
    }

    .rpt-130,
    .rpy-130 {
        padding-top: 130px;
    }

    .rpt-135,
    .rpy-135 {
        padding-top: 135px;
    }

    .rpt-140,
    .rpy-140 {
        padding-top: 140px;
    }

    .rpt-145,
    .rpy-145 {
        padding-top: 145px;
    }

    .rpt-150,
    .rpy-150 {
        padding-top: 150px;
    }

    /* Padding Bottom */
    .rpb-0,
    .rpy-0 {
        padding-bottom: 0px !important;
    }

    .rpb-5,
    .rpy-5 {
        padding-bottom: 5px !important;
    }

    .rpb-10,
    .rpy-10 {
        padding-bottom: 10px;
    }

    .rpb-15,
    .rpy-15 {
        padding-bottom: 15px;
    }

    .rpb-20,
    .rpy-20 {
        padding-bottom: 20px;
    }

    .rpb-25,
    .rpy-25 {
        padding-bottom: 25px;
    }

    .rpb-30,
    .rpy-30 {
        padding-bottom: 30px;
    }

    .rpb-35,
    .rpy-35 {
        padding-bottom: 35px;
    }

    .rpb-40,
    .rpy-40 {
        padding-bottom: 40px;
    }

    .rpb-45,
    .rpy-45 {
        padding-bottom: 45px;
    }

    .rpb-50,
    .rpy-50 {
        padding-bottom: 50px;
    }

    .rpb-55,
    .rpy-55 {
        padding-bottom: 55px;
    }

    .rpb-60,
    .rpy-60 {
        padding-bottom: 60px;
    }

    .rpb-65,
    .rpy-65 {
        padding-bottom: 65px;
    }

    .rpb-70,
    .rpy-70 {
        padding-bottom: 70px;
    }

    .rpb-75,
    .rpy-75 {
        padding-bottom: 75px;
    }

    .rpb-80,
    .rpy-80 {
        padding-bottom: 80px;
    }

    .rpb-85,
    .rpy-85 {
        padding-bottom: 85px;
    }

    .rpb-90,
    .rpy-90 {
        padding-bottom: 90px;
    }

    .rpb-95,
    .rpy-95 {
        padding-bottom: 95px;
    }

    .rpb-100,
    .rpy-100 {
        padding-bottom: 100px;
    }

    .rpb-105,
    .rpy-105 {
        padding-bottom: 105px;
    }

    .rpb-110,
    .rpy-110 {
        padding-bottom: 110px;
    }

    .rpb-115,
    .rpy-115 {
        padding-bottom: 115px;
    }

    .rpb-120,
    .rpy-120 {
        padding-bottom: 120px;
    }

    .rpb-125,
    .rpy-125 {
        padding-bottom: 125px;
    }

    .rpb-130,
    .rpy-130 {
        padding-bottom: 130px;
    }

    .rpb-135,
    .rpy-135 {
        padding-bottom: 135px;
    }

    .rpb-140,
    .rpy-140 {
        padding-bottom: 140px;
    }

    .rpb-145,
    .rpy-145 {
        padding-bottom: 145px;
    }

    .rpb-150,
    .rpy-150 {
        padding-bottom: 150px;
    }

    /* Margin Around */
    .rm-0 {
        margin: 0px !important;
    }

    .rm-5 {
        margin: 5px !important;
    }

    .rm-10 {
        margin: 10px;
    }

    .rm-15 {
        margin: 15px;
    }

    .rm-20 {
        margin: 20px;
    }

    .rm-25 {
        margin: 25px;
    }

    .rm-30 {
        margin: 30px;
    }

    .rm-35 {
        margin: 35px;
    }

    .rm-40 {
        margin: 40px;
    }

    .rm-45 {
        margin: 45px;
    }

    .rm-50 {
        margin: 50px;
    }

    .rm-55 {
        margin: 55px;
    }

    .rm-60 {
        margin: 60px;
    }

    .rm-65 {
        margin: 65px;
    }

    .rm-70 {
        margin: 70px;
    }

    .rm-75 {
        margin: 75px;
    }

    .rm-80 {
        margin: 80px;
    }

    .rm-85 {
        margin: 85px;
    }

    .rm-90 {
        margin: 90px;
    }

    .rm-95 {
        margin: 95px;
    }

    .rm-100 {
        margin: 100px;
    }

    .rm-105 {
        margin: 105px;
    }

    .rm-110 {
        margin: 110px;
    }

    .rm-115 {
        margin: 115px;
    }

    .rm-120 {
        margin: 120px;
    }

    .rm-125 {
        margin: 125px;
    }

    .rm-130 {
        margin: 130px;
    }

    .rm-135 {
        margin: 135px;
    }

    .rm-140 {
        margin: 140px;
    }

    .rm-145 {
        margin: 145px;
    }

    .rm-150 {
        margin: 150px;
    }

    /* Margin Top */
    .rmt-0,
    .rmy-0 {
        margin-top: 0px !important;
    }

    .rmt-5,
    .rmy-5 {
        margin-top: 5px !important;
    }

    .rmt-10,
    .rmy-10 {
        margin-top: 10px;
    }

    .rmt-15,
    .rmy-15 {
        margin-top: 15px;
    }

    .rmt-20,
    .rmy-20 {
        margin-top: 20px;
    }

    .rmt-25,
    .rmy-25 {
        margin-top: 25px;
    }

    .rmt-30,
    .rmy-30 {
        margin-top: 30px;
    }

    .rmt-35,
    .rmy-35 {
        margin-top: 35px;
    }

    .rmt-40,
    .rmy-40 {
        margin-top: 40px;
    }

    .rmt-45,
    .rmy-45 {
        margin-top: 45px;
    }

    .rmt-50,
    .rmy-50 {
        margin-top: 50px;
    }

    .rmt-55,
    .rmy-55 {
        margin-top: 55px;
    }

    .rmt-60,
    .rmy-60 {
        margin-top: 60px;
    }

    .rmt-65,
    .rmy-65 {
        margin-top: 65px;
    }

    .rmt-70,
    .rmy-70 {
        margin-top: 70px;
    }

    .rmt-75,
    .rmy-75 {
        margin-top: 75px;
    }

    .rmt-80,
    .rmy-80 {
        margin-top: 80px;
    }

    .rmt-85,
    .rmy-85 {
        margin-top: 85px;
    }

    .rmt-90,
    .rmy-90 {
        margin-top: 90px;
    }

    .rmt-95,
    .rmy-95 {
        margin-top: 95px;
    }

    .rmt-100,
    .rmy-100 {
        margin-top: 100px;
    }

    .rmt-105,
    .rmy-105 {
        margin-top: 105px;
    }

    .rmt-110,
    .rmy-110 {
        margin-top: 110px;
    }

    .rmt-115,
    .rmy-115 {
        margin-top: 115px;
    }

    .rmt-120,
    .rmy-120 {
        margin-top: 120px;
    }

    .rmt-125,
    .rmy-125 {
        margin-top: 125px;
    }

    .rmt-130,
    .rmy-130 {
        margin-top: 130px;
    }

    .rmt-135,
    .rmy-135 {
        margin-top: 135px;
    }

    .rmt-140,
    .rmy-140 {
        margin-top: 140px;
    }

    .rmt-145,
    .rmy-145 {
        margin-top: 145px;
    }

    .rmt-150,
    .rmy-150 {
        margin-top: 150px;
    }

    /* Margin Bottom */
    .rmb-0,
    .rmy-0 {
        margin-bottom: 0px !important;
    }

    .rmb-5,
    .rmy-5 {
        margin-bottom: 5px !important;
    }

    .rmb-10,
    .rmy-10 {
        margin-bottom: 10px;
    }

    .rmb-15,
    .rmy-15 {
        margin-bottom: 15px;
    }

    .rmb-20,
    .rmy-20 {
        margin-bottom: 20px;
    }

    .rmb-25,
    .rmy-25 {
        margin-bottom: 25px;
    }

    .rmb-30,
    .rmy-30 {
        margin-bottom: 30px;
    }

    .rmb-35,
    .rmy-35 {
        margin-bottom: 35px;
    }

    .rmb-40,
    .rmy-40 {
        margin-bottom: 40px;
    }

    .rmb-45,
    .rmy-45 {
        margin-bottom: 45px;
    }

    .rmb-50,
    .rmy-50 {
        margin-bottom: 50px;
    }

    .rmb-55,
    .rmy-55 {
        margin-bottom: 55px;
    }

    .rmb-60,
    .rmy-60 {
        margin-bottom: 60px;
    }

    .rmb-65,
    .rmy-65 {
        margin-bottom: 65px;
    }

    .rmb-70,
    .rmy-70 {
        margin-bottom: 70px;
    }

    .rmb-75,
    .rmy-75 {
        margin-bottom: 75px;
    }

    .rmb-80,
    .rmy-80 {
        margin-bottom: 80px;
    }

    .rmb-85,
    .rmy-85 {
        margin-bottom: 85px;
    }

    .rmb-90,
    .rmy-90 {
        margin-bottom: 90px;
    }

    .rmb-95,
    .rmy-95 {
        margin-bottom: 95px;
    }

    .rmb-100,
    .rmy-100 {
        margin-bottom: 100px;
    }

    .rmb-105,
    .rmy-105 {
        margin-bottom: 105px;
    }

    .rmb-110,
    .rmy-110 {
        margin-bottom: 110px;
    }

    .rmb-115,
    .rmy-115 {
        margin-bottom: 115px;
    }

    .rmb-120,
    .rmy-120 {
        margin-bottom: 120px;
    }

    .rmb-125,
    .rmy-125 {
        margin-bottom: 125px;
    }

    .rmb-130,
    .rmy-130 {
        margin-bottom: 130px;
    }

    .rmb-135,
    .rmy-135 {
        margin-bottom: 135px;
    }

    .rmb-140,
    .rmy-140 {
        margin-bottom: 140px;
    }

    .rmb-145,
    .rmy-145 {
        margin-bottom: 145px;
    }

    .rmb-150,
    .rmy-150 {
        margin-bottom: 150px;
    }
}

/*******************************************************/
/***************** ## Custom Animation ****************/
/*******************************************************/
/* Animation Delay */
.delay-1-0s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay-2-0s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.delay-0-1s {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.delay-0-2s {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.delay-0-3s {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.delay-0-4s {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.delay-0-5s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-0-6s {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.delay-0-7s {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.delay-0-8s {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.delay-0-9s {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.delay-1-1s {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.delay-1-2s {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.delay-1-3s {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.delay-1-4s {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.delay-1-5s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.delay-1-6s {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.delay-1-7s {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

.delay-1-8s {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.delay-1-9s {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}

/* Menu Sticky */
@-webkit-keyframes sticky {
    0% {
        top: -100px;
    }

    100% {
        top: 0;
    }
}

@keyframes sticky {
    0% {
        top: -100px;
    }

    100% {
        top: 0;
    }
}

/* Rotated Circle */
@-webkit-keyframes rotated_circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rotated_circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

/* Feedback Rotated */
@-webkit-keyframes semi_rotated {
    0%,
    100% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    50% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
}

@keyframes semi_rotated {
    0%,
    100% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    50% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
}

/* BG Shape Rotated */
@-webkit-keyframes semi_rotated_two {
    0%,
    100% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    50% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
}

@keyframes semi_rotated_two {
    0%,
    100% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    50% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
}

@-webkit-keyframes move_arround {
    0% {
        top: 20px;
        left: 20px;
    }

    25% {
        top: 20px;
        left: -20px;
    }

    50% {
        top: -20px;
        left: -20px;
    }

    75% {
        top: -20px;
        left: 20px;
    }

    100% {
        top: 20px;
        left: 20px;
    }
}

@keyframes move_arround {
    0% {
        top: 20px;
        left: 20px;
    }

    25% {
        top: 20px;
        left: -20px;
    }

    50% {
        top: -20px;
        left: -20px;
    }

    75% {
        top: -20px;
        left: 20px;
    }

    100% {
        top: 20px;
        left: 20px;
    }
}

/* Hero Circle */
@-webkit-keyframes upDownLeft {
    0%,
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    25%,
    75% {
        -webkit-transform: translate(0px, 50px);
        transform: translate(0px, 50px);
    }

    50% {
        -webkit-transform: translate(-50px, 50px);
        transform: translate(-50px, 50px);
    }
}

@keyframes upDownLeft {
    0%,
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    25%,
    75% {
        -webkit-transform: translate(0px, 50px);
        transform: translate(0px, 50px);
    }

    50% {
        -webkit-transform: translate(-50px, 50px);
        transform: translate(-50px, 50px);
    }
}

@-webkit-keyframes shapeAnimationOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(0px, 150px) rotate(90deg);
        transform: translate(0px, 150px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(150px, 150px) rotate(180deg);
        transform: translate(150px, 150px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(150px, 0px) rotate(270deg);
        transform: translate(150px, 0px) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@keyframes shapeAnimationOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(0px, 150px) rotate(90deg);
        transform: translate(0px, 150px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(150px, 150px) rotate(180deg);
        transform: translate(150px, 150px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(150px, 0px) rotate(270deg);
        transform: translate(150px, 0px) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@-webkit-keyframes shapeAnimationTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(-150px, 0px) rotate(270deg);
        transform: translate(-150px, 0px) rotate(270deg);
    }

    50% {
        -webkit-transform: translate(-150px, 150px) rotate(180deg);
        transform: translate(-150px, 150px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(0px, 150px) rotate(90deg);
        transform: translate(0px, 150px) rotate(90deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@keyframes shapeAnimationTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(-150px, 0px) rotate(270deg);
        transform: translate(-150px, 0px) rotate(270deg);
    }

    50% {
        -webkit-transform: translate(-150px, 150px) rotate(180deg);
        transform: translate(-150px, 150px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(0px, 150px) rotate(90deg);
        transform: translate(0px, 150px) rotate(90deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@-webkit-keyframes shapeAnimationThree {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(50px, 150px) rotate(90deg);
        transform: translate(50px, 150px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(150px, 150px) rotate(180deg);
        transform: translate(150px, 150px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(150px, 50px) rotate(270deg);
        transform: translate(150px, 50px) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@keyframes shapeAnimationThree {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(50px, 150px) rotate(90deg);
        transform: translate(50px, 150px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(150px, 150px) rotate(180deg);
        transform: translate(150px, 150px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(150px, 50px) rotate(270deg);
        transform: translate(150px, 50px) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@-webkit-keyframes shapeAnimationFour {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(-150px -50px) rotate(90deg);
        transform: translate(-150px -50px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(-150px, -150px) rotate(180deg);
        transform: translate(-150px, -150px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(-50px, -150px) rotate(270deg);
        transform: translate(-50px, -150px) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@keyframes shapeAnimationFour {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(-150px -50px) rotate(90deg);
        transform: translate(-150px -50px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(-150px, -150px) rotate(180deg);
        transform: translate(-150px, -150px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(-50px, -150px) rotate(270deg);
        transform: translate(-50px, -150px) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@-webkit-keyframes shapeAnimationFive {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(-100px -100px) rotate(90deg);
        transform: translate(-100px -100px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(100px, 50px) rotate(180deg);
        transform: translate(100px, 50px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(-100px, 150px) rotate(270deg);
        transform: translate(-100px, 150px) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@keyframes shapeAnimationFive {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(-100px -100px) rotate(90deg);
        transform: translate(-100px -100px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(100px, 50px) rotate(180deg);
        transform: translate(100px, 50px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(-100px, 150px) rotate(270deg);
        transform: translate(-100px, 150px) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@-webkit-keyframes down-up-one {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(25px);
        transform: rotateX(0deg) translateY(25px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@keyframes down-up-one {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(25px);
        transform: rotateX(0deg) translateY(25px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@-webkit-keyframes down-up-two {
    0% {
        -webkit-transform: rotateX(0deg) translate(0px);
        transform: rotateX(0deg) translate(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translate(0, -25px);
        transform: rotateX(0deg) translate(0, -25px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translate(0px);
        transform: rotateX(0deg) translate(0px);
    }
}

@keyframes down-up-two {
    0% {
        -webkit-transform: rotateX(0deg) translate(0px);
        transform: rotateX(0deg) translate(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translate(0, -25px);
        transform: rotateX(0deg) translate(0, -25px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translate(0px);
        transform: rotateX(0deg) translate(0px);
    }
}

@-webkit-keyframes leftRightOne {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
}

@keyframes leftRightOne {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
}

@-webkit-keyframes zoomInOut {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes zoomInOut {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

/*******************************************************/
/******************* ## Header style ******************/
/*******************************************************/
.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header .header-upper {
    z-index: 4;
    width: 100%;
    position: relative;
}

.main-header .logo-outer {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

@media only screen and (max-width: 991px) {
    .main-header .logo-outer {
        display: none;
    }
}

.main-header .logo {
    z-index: 9;
    padding: 12px 0;
    position: relative;
}

.main-header.menu-absolute .header-upper {
    position: absolute;
}

.main-header.fixed-header .header-upper {
    top: 0;
    left: 0;
    position: fixed;
    -webkit-animation: sticky 1s;
    animation: sticky 1s;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
}

@media only screen and (min-width: 992px) {
    .main-header.fixed-header .main-menu .navbar-collapse > ul > li {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.header-top {
    color: black;
    font-weight: bold;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "PT Sans", sans-serif;
}

@media only screen and (max-width: 991px) {
    .header-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.header-top > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 479px) {
    .header-top > ul:not(:last-child) {
        display: none;
    }
}

.header-top > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top > ul > li:not(:last-child) {
    margin-right: 40px;
}

@media only screen and (max-width: 479px) {
    .header-top > ul > li:not(:last-child) {
        margin-right: 15px;
    }
}

.header-top > ul > li i {
    font-size: 18px;
    margin-right: 5px;
    color: #fff;
}

@media only screen and (max-width: 375px) {
    .header-top > ul > li i {
        display: none;
    }
}

.header-top > ul > li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.header-top > ul > li a:not(:hover) {
    color: #222222;
}

@media only screen and (max-width: 991px) {
    .nav-outer {
        width: 100%;
    }
}

/** Header Main Menu **/
@media only screen and (max-width: 991px) {
    .main-menu {
        width: 100%;
    }
}

.main-menu .mobile-logo {
    margin-right: auto;
}

@media only screen and (max-width: 575px) {
    .main-menu .mobile-logo {
        max-width: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu .collapse {
        overflow: auto;
    }
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navbar-collapse > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse > ul {
        display: block;
        padding: 25px 0;
        background: #ffffff;
        border-radius: 20px;
        -webkit-box-shadow: inset 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
        box-shadow: inset 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
    }

    .main-menu .navbar-collapse > ul > li:last-child {
        border-bottom: 1px solid #f3f3f3;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse {
        left: 0;
        width: 100%;
        position: absolute;
        max-height: calc(100vh - 80px);
    }
}

.main-menu .navbar-collapse li {
    padding: 35px 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 1399px) {
    .main-menu .navbar-collapse li {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li {
        display: block;
        padding: 0 15px;
        border-top: 1px solid #f3f3f3;
    }
}

.main-menu .navbar-collapse li.dropdown .dropdown-btn {
    cursor: pointer;
    font-size: 12px;
    margin-left: 5px;
    color: var(--heading-color);
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li.dropdown .dropdown-btn {
        position: absolute;
        right: 10px;
        top: 0;
        width: 50px;
        height: 43px;
        border-left: 1px solid #f2f2f2;
        text-align: center;
        line-height: 43px;
    }
}

.main-menu .navbar-collapse li a {
    display: block;
    opacity: 1;
    font-weight: 600;
    position: relative;
    color: var(--heading-color);
    font-family: "Jost", sans-serif;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media only screen and (min-width: 992px) {
    .main-menu .navbar-collapse li a {
        color: white;
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li a {
        color: black;
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li a {
        padding: 10px 10px;
        line-height: 22px;
    }
}

.main-menu .navbar-collapse li a:hover {
    color: #A3C2DB; /** Hover color, formerly yellow: #ffcc08 */
    text-decoration: none;
}

.main-menu .navbar-collapse li.current > a,
.main-menu .navbar-collapse li.current-menu-item > a {
    font-weight: 500;
}

.main-menu .navbar-collapse li li {
    border-top: 1px solid #f3f3f3;
}

.main-menu .navbar-collapse li li a {
    text-transform: capitalize;
}

.main-menu .navbar-collapse li li a:before {
    display: none;
}

.main-menu .navbar-collapse li .megamenu {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    z-index: 100;
    display: none;
    padding: 20px 0;
    background: #ffffff;
    -webkit-box-shadow:
        2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow:
        2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navbar-collapse li .megamenu:after {
    display: block;
    clear: both;
    content: "";
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li .megamenu {
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
    }

    .main-menu .navbar-collapse li .megamenu .container {
        max-width: 100%;
    }

    .main-menu .navbar-collapse li .megamenu .row {
        margin: 0px;
    }
}

.main-menu .navbar-collapse li .megamenu ul {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-menu .navbar-collapse li ul {
    position: absolute;
    left: inherit;
    top: 100%;
    min-width: 250px;
    z-index: 100;
    display: none;
    background: #ffffff;
    -webkit-box-shadow:
        2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow:
        2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li ul {
        position: relative;
        display: none;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .main-menu .navbar-collapse li ul:after {
        display: block;
        clear: both;
        content: "";
    }
}

@media only screen and (max-width: 991px) and (max-width: 375px) {
    .main-menu .navbar-collapse li ul {
        min-width: auto;
    }
}

.main-menu .navbar-collapse li ul li {
    width: 100%;
    padding: 7px 20px;
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li ul li {
        padding: 0 15px;
    }
}

.main-menu .navbar-collapse li ul li ul {
    left: 100%;
    top: 0%;
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li ul li ul {
        left: auto;
    }
}

.main-menu .navbar-header {
    display: none;
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}

.main-menu .navbar-header .navbar-toggle {
    float: right;
    padding: 4px 0;
    cursor: pointer;
    background: transparent;
}

.main-menu .navbar-header .navbar-toggle .icon-bar {
    background: white;
    height: 2px;
    width: 30px;
    display: block;
    margin: 7px 0;
}

/* Menu Btns */
.menu-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-btns .theme-btn {
    margin-left: 30px;
}

@media only screen and (max-width: 1199px) {
    .menu-btns .theme-btn {
        display: none;
    }
}

.menu-btns button {
    font-size: 22px;
    color: var(--base-color);
    margin-left: 25px;
    position: relative;
    background: transparent;
}

.menu-btns button span {
    color: white;
    font-size: 13px;
    position: absolute;
    right: -10px;
    top: -5px;
    width: 18px;
    height: 18px;
    background: var(--primary-color);
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
}

/* Menu White */
.main-header.menu-white .header-top > ul > li {
    color: white;
}

.main-header.menu-white .header-top > ul > li a {
    color: white;
}

.main-header.menu-white .header-top > ul > li a i {
    color: var(--yellow-color);
}

.main-header.menu-white .menu-btns button,
.main-header.menu-white .nav-search > button {
    color: white;
}

@media only screen and (min-width: 992px) {
    .main-header.menu-white .main-menu .navigation > li > a,
    .main-header.menu-white .main-menu .navigation > .dropdown > .dropdown-btn {
        color: white;
    }
}

.main-header.menu-white .main-menu .navigation li li a:hover {
    color: var(--primary-color);
}

.main-header.menu-white .menu-sidebar button .icon-bar,
.main-header.menu-white .main-menu .navbar-toggle .icon-bar {
    background: white;
}

.main-header.menu-white .menu-btns button span {
    color: var(--primary-color);
    background: var(--yellow-color);
}

/* Header One */
.main-header.header-one .header-inner {
    background: #87A2BB;
    padding-left: 75px;
    padding-right: 38px;
    border-radius: 20px;
    margin-top: -50px;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

@media only screen and (max-width: 1399px) {
    .main-header.header-one .header-inner {
        padding-left: 35px;
    }
}

@media only screen and (max-width: 991px) {
    .main-header.header-one .header-inner {
        margin-top: -33px;
        -webkit-transform: translateY(33px);
        -ms-transform: translateY(33px);
        transform: translateY(33px);
    }
}

@media only screen and (max-width: 479px) {
    .main-header.header-one .header-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-header.header-one .header-inner .mobile-logo {
        max-width: 70%;
    }
}

.main-header.header-one .theme-btn {
    height: 100%;
}

.main-header.header-one .theme-btn .btn-text {
    height: 100%;
}

.main-header.header-one.fixed-header .header-upper {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-header.header-one.fixed-header .header-upper .header-inner {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

/* Header Two */
.main-header.header-two.fixed-header .header-upper {
    padding-top: 0;
    padding-bottom: 0;
    background: var(--heading-color);
}

.main-header.header-two .top-menu {
    margin-left: 38px;
}

@media only screen and (min-width: 992px) {
    .main-header.header-two .top-menu {
        margin-right: auto;
    }
}

.main-header.header-two .theme-btn.style-three .btn-text.normal {
    color: var(--primary-color);
}

.main-header.header-two .theme-btn.style-three .btn-text.normal i {
    color: var(--primary-color);
}

/* Header Three */
.main-header.header-three.fixed-header .header-upper {
    padding-top: 0;
    padding-bottom: 0;
    background: var(--heading-color);
}

.main-header.header-three .top-menu {
    margin-left: 38px;
}

@media only screen and (min-width: 992px) {
    .main-header.header-three .top-menu {
        margin-right: auto;
    }
}

.main-header.header-three .theme-btn {
    margin-left: 10px;
}

@media only screen and (min-width: 1400px) {
    .main-header.header-three .menu-btns {
        margin-left: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .main-header.header-three .menu-btns button {
        margin-right: 30px;
    }
}

.main-header.header-three.menu-white .menu-btns button span {
    color: white;
}

/* Header Four */
@media only screen and (min-width: 992px) {
    .main-header.header-four .logo-outer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 15px 40px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: var(--secondary-color);
        margin-top: -60px;
    }
}

.main-header.header-four .mobile-logo {
    padding: 15px;
    text-align: center;
    background: var(--secondary-color);
}

.main-header.header-four .mobile-logo img {
    max-width: 80%;
}

@media only screen and (min-width: 992px) {
    .main-header.header-four .header-top {
        padding-left: 285px;
    }
}

.main-header.header-four .header-top:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100vw;
    height: 100%;
    background: var(--light-blue-color);
}

.main-header.header-four .header-top .social-style-one {
    margin-right: 20px;
}

.main-header.header-four .header-top .social-style-one a:hover {
    background: var(--secondary-color);
}

.main-header.header-four .header-top > ul {
    margin-top: 5px;
}

.main-header.header-four .header-top > ul > li i {
    color: white;
}

.main-header.header-four .header-top .top-menu {
    margin-left: auto;
    position: relative;
    margin-right: 25px;
    padding-right: 45px;
}

@media only screen and (max-width: 767px) {
    .main-header.header-four .header-top .top-menu {
        display: none;
    }
}

.main-header.header-four .header-top .top-menu:after {
    content: "";
    position: absolute;
    right: 0;
    top: auto;
    width: 1px;
    height: 15px;
    background: white;
}

.main-header.header-four .header-top button {
    font-size: 22px;
    width: 65px;
    height: 60px;
    padding: 5px 15px;
    margin-left: 25px;
    position: relative;
    background: rgba(0, 44, 91, 0.1);
}

@media only screen and (max-width: 991px) {
    .main-header.header-four .header-top button {
        width: 55px;
        height: 55px;
        font-size: 16px;
    }
}

.main-header.header-four .header-top button span {
    font-size: 13px;
    position: absolute;
    width: 18px;
    height: 18px;
    background: var(--primary-color);
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
}

.main-header.header-four .main-menu .navbar-collapse li a {
    text-transform: uppercase;
    font-family: "Dosis", sans-serif;
}

.main-header.header-four .menu-btns .theme-btn {
    height: 100%;
}

.main-header.header-four .menu-btns .theme-btn .btn-text {
    height: 100%;
    text-transform: uppercase;
}

.main-header.header-four.fixed-header .logo-outer {
    margin-top: 0;
}

/*******************************************************/
/******************** ## Hero Area ********************/
/*******************************************************/
.hero-area {
    z-index: 1;
    position: relative;
}

.hero-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 1;
}

.hero-area:before {
}

.hero-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero-images img {
    width: 59%;
    border-radius: 30px;
}

.hero-images img:nth-child(2) {
    margin-top: 15%;
    margin-left: -20%;
}

.hero-images img:nth-child(3) {
    margin-top: 5%;
}

.hero-content .h6 {
    font-weight: 400;
}

@media only screen and (min-width: 376px) {
    .hero-content .h6 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 376px) {
    .hero-content p {
        font-size: 20px;
    }
}

/* Hero Area Two */
.hero-area-two {
    z-index: 1;
    position: relative;
}

.hero-area-two::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.4;
    background-color: #0d0224;
}

@media only screen and (max-width: 991px) {
    .hero-area-two {
        padding-top: 170px;
    }
}

.hero-area-two:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.8)),
        to(transparent)
    );
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), transparent);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.8), transparent);
    background: linear-gradient(rgba(0, 0, 0, 0.8), transparent);
}

.hero-campaign .campaign-content {
    border-radius: 15px 15px 0 0;
}

.hero-campaign .theme-btn {
    border-radius: 0 0 10px 10px;
}

.hero-campaign .theme-btn .btn-text:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.08);
}

.hero-content-two {
    max-width: 655px;
    margin-left: auto;
    margin-right: auto;
}

.hero-content-two .sub-title {
    font-weight: 700;
    letter-spacing: 5px;
    display: inline-block;
    color: var(--primary-color);
    padding: 20px 28px 30px;
    text-transform: uppercase;
    background-size: 100% 100%;
    font-family: "PT Sans", sans-serif;
}

@media only screen and (max-width: 375px) {
    .hero-content-two .sub-title {
        font-size: 15px;
        padding: 10px 20px 20px;
    }
}

.hero-content-two h1 {
    color: white;
    margin-bottom: 25px;
    font-size: 60px;
}

@media only screen and (max-width: 767px) {
    .hero-content-two h1 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-content-two h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 375px) {
    .hero-content-two h1 {
        font-size: 35px;
    }
}

.hero-content-two p {
    color: white;
}

@media only screen and (min-width: 480px) {
    .hero-content-two p {
        font-size: 20px;
    }
}

.hero-content-two ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero-content-two ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-content-two ul li a {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: "PT Sans", sans-serif;
}

@media only screen and (max-width: 375px) {
    .hero-content-two ul li a {
        font-size: 16px;
    }
}

.hero-content-two ul li:not(:last-child):after {
    content: "";
    width: 8px;
    height: 8px;
    margin-left: 22px;
    margin-right: 22px;
    background: var(--yellow-color);
}

/* Hero Area Three */
@media only screen and (max-width: 991px) {
    .hero-area-three {
        padding-top: 170px;
    }
}

.hero-area-three:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 70%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.5)),
        to(transparent)
    );
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), transparent);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.5), transparent);
    background: linear-gradient(rgba(0, 0, 0, 0.5), transparent);
}

.hero-content-three .sub-title {
    font-weight: 700;
    display: inline-block;
    color: var(--primary-color);
    text-transform: uppercase;
    font-family: "PT Sans", sans-serif;
}

@media only screen and (max-width: 767px) {
    .hero-content-three h2 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-content-three h2 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 375px) {
    .hero-content-three h2 {
        font-size: 30px;
    }
}

.hero-content-three h2 span {
    font-weight: 400;
    color: var(--primary-color);
    font-family: "Smooch", cursive;
}

.hero-content-three p {
    line-height: 1.8;
}

@media only screen and (min-width: 576px) {
    .hero-content-three p {
        font-size: 20px;
    }
}

/* Hero Four */
.hero-area-four {
    z-index: 1;
    position: relative;
    z-index: 3;
}

.hero-area-four::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.3;
    background-color: var(--secondary-color);
}

.hero-area-four:before {
    mix-blend-mode: multiply;
}

@media only screen and (min-width: 768px) {
    .hero-four-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.hero-four-content .icon {
    line-height: 1;
    font-size: 175px;
    margin-top: -10px;
    margin-right: 38px;
    margin-bottom: 15px;
    color: var(--primary-color);
}

@media only screen and (max-width: 991px) {
    .hero-four-content .icon {
        margin-top: 0;
        font-size: 120px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-four-content .icon {
        font-size: 80px;
    }
}

.hero-four-content .content .sub-title {
    display: inline-block;
    font-family: "Dosis", sans-serif;
}

@media only screen and (min-width: 992px) {
    .hero-four-content .content .sub-title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 1400px) {
    .hero-four-content .content h1 {
        font-size: 80px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-four-content .content h1 {
        font-size: 55px;
    }
}

@media only screen and (max-width: 479px) {
    .hero-four-content .content h1 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 375px) {
    .hero-four-content .content h1 {
        font-size: 40px;
    }
}

.hero-four-content .content p {
    line-height: 1.75;
}

@media only screen and (min-width: 576px) {
    .hero-four-content .content p {
        font-size: 22px;
    }
}

.hero-four-content .hero-btns .theme-btn {
    margin-top: 10px;
}

.hero-four-content .hero-btns .theme-btn .btn-text {
    text-transform: uppercase;
}

@media only screen and (min-width: 576px) {
    .hero-four-content .hero-btns .theme-btn .btn-text {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.hero-four-content .hero-btns .theme-btn:not(:last-child) {
    margin-right: 10px;
}

/*******************************************************/
/******************* ## Page Banner *******************/
/*******************************************************/
.page-banner-area {
    z-index: 1;
    position: relative;
}

.page-banner-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.8;
    background-color: var(--secondary-color);
}

.banner-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.banner-inner .page-title {
    font-size: 40px;
    position: relative;
}

@media only screen and (max-width: 575px) {
    .banner-inner .page-title {
        font-size: 35px;
    }
}

.banner-inner .page-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 105px;
    height: 1px;
    background: var(--primary-color);
}

.banner-inner .sub-title {
    color: var(--primary-color);
}

.banner-inner .date-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-inner .date-author li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "PT Sans", sans-serif;
}

.banner-inner .date-author li > i,
.banner-inner .date-author li > img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin-right: 15px;
}

.banner-inner .date-author li > i {
    text-align: center;
    line-height: 53px;
    color: var(--heading-color);
    background: var(--yellow-color);
}

.banner-inner .date-author li a {
    color: var(--yellow-color);
}

.banner-inner .date-author li:not(:last-child) {
    margin-right: 70px;
}

.breadcrumb {
    padding: 0;
    margin: 15px 0;
    font-weight: 700;
    background: transparent;
    text-transform: capitalize;
    font-family: "PT Sans", sans-serif;
}

.breadcrumb .breadcrumb-item {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.breadcrumb .breadcrumb-item i {
    margin-right: 5px;
    color: var(--yellow-color);
}

.breadcrumb .breadcrumb-item.active {
    color: white;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    margin-left: 15px;
    margin-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    color: white;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
}

/* Banner Two */
.page-banner-two:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 80%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(rgba(8, 33, 81, 0.9))
    );
    background: -webkit-linear-gradient(transparent, rgba(8, 33, 81, 0.9));
    background: -o-linear-gradient(transparent, rgba(8, 33, 81, 0.9));
    background: linear-gradient(transparent, rgba(8, 33, 81, 0.9));
}

.page-banner-two .banner-top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #949494;
}

@media only screen and (max-width: 1199px) {
    .page-banner-two .banner-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 1200px) {
    .page-banner-two .banner-top .section-title {
        max-width: 55%;
    }
}

.page-banner-two .banner-top .section-title .category {
    font-size: 13px;
    padding: 3px 15px;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    background: var(--yellow-color);
    text-transform: uppercase;
}

.page-banner-two .banner-top .section-title .category:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 100%;
    border-left: 12px solid var(--yellow-color);
    border-bottom: 10px solid transparent;
}

.page-banner-two .banner-bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
    .page-banner-two .banner-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.page-banner-two .banner-bottom .price-progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .page-banner-two .banner-bottom .price-progress {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.page-banner-two .banner-bottom .price-progress .price {
    font-size: 36px;
    margin-right: 15px;
    font-family: "PT Sans", sans-serif;
}

.page-banner-two .banner-bottom .price-progress .progress {
    width: 260px;
    margin-right: 25px;
    border-radius: 7px;
}

.page-banner-two .banner-bottom .price-progress .progress .progress-bar {
    border-radius: 7px;
    background: var(--yellow-color);
}

.page-banner-two .banner-bottom .price-progress span {
    margin-top: 15px;
    margin-bottom: 15px;
}

.page-banner-two .banner-bottom .price-progress span:not(:last-child) {
    font-size: 16px;
    margin-top: 25px;
    font-style: italic;
    margin-right: 40px;
}

.page-banner-two .banner-bottom .blog-meta li {
    line-height: 1;
    font-size: 17px;
    margin-bottom: 15px;
}

.page-banner-two .banner-bottom .blog-meta li:not(:last-child) {
    padding-right: 30px;
    border-right: 1px solid #949494;
}

.page-banner-two .banner-bottom .blog-meta li i {
    color: var(--yellow-color);
}

.page-banner-two .banner-bottom .blog-meta li a {
    font-weight: 700;
}

.page-banner-two .banner-bottom .social-style-two {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-banner-two .banner-bottom .social-style-two h5 {
    margin-bottom: 15px;
    margin-right: 25px;
}

@media only screen and (max-width: 375px) {
    .page-banner-two .banner-bottom .social-style-two h5 {
        margin-right: 15px;
    }
}

.page-banner-two .banner-bottom .social-style-two a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 15px;
}

.page-banner-two .banner-bottom .social-style-two a:not(:hover) i {
    color: var(--heading-color);
}

/*******************************************************/
/******************* ## Donate Area ********************/
/*******************************************************/
.donate-area {
    background: url(/assets/images/bgdark.png);
    background-repeat: no-repeat;
    background-size: 100% 50%;
    background-position: bottom;
    margin-bottom: -135px;
    -webkit-transform: translateY(-135px);
    -ms-transform: translateY(-135px);
    transform: translateY(-135px);
}

.donate-content {
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 50px 0 50px 50px;
}

@media only screen and (max-width: 375px) {
    .donate-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.donate-content p {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
}

.donate-image img {
    width: 100%;
    border-radius: 0 50px 50px 50px;
}

/* Donate Modal */
.modal-backdrop.show {
    opacity: 0.8;
}

.modal-open .fixed-header .header-upper {
    width: calc(100% - 15px);
}

.donatemodal .modal-dialog {
    max-width: 95%;
    width: 1200px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.donatemodal .modal-content {
    padding: 80px;
    border-radius: 30px;
}

@media only screen and (max-width: 767px) {
    .donatemodal .modal-content {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .donatemodal .modal-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.donatemodal .modal-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 92px;
    height: 92px;
    color: black;
    font-size: 40px;
    line-height: 92px;
    text-align: center;
    border-radius: 30px;
    background: var(--yellow-color);
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

@media only screen and (max-width: 1399px) {
    .donatemodal .modal-close {
        width: 55px;
        height: 55px;
        font-size: 20px;
        line-height: 55px;
        border-radius: 15px;
        -webkit-transform: translate(20%, -20%);
        -ms-transform: translate(20%, -20%);
        transform: translate(20%, -20%);
    }
}

/* Popup Cause Item */
.donate-price,
.donate-price-text {
    display: block;
    color: var(--primary-color);
}

.donate-price {
    line-height: 1;
    font-size: 24px;
    font-weight: 900;
}

@media only screen and (max-width: 375px) {
    .donate-price {
        font-size: 20px;
    }
}

.donate-price-text {
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
}

@media only screen and (max-width: 375px) {
    .donate-price-text {
        font-size: 14px;
    }
}

.pp-cause-item {
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
    .pp-cause-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.pp-cause-item .image {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 40%;
}

@media only screen and (max-width: 991px) {
    .pp-cause-item .image {
        max-width: none;
        margin: 0 20px;
    }
}

.pp-cause-item .image .category {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 13px;
    padding: 3px 18px;
    text-transform: uppercase;
    background: var(--yellow-color);
}

.pp-cause-item .image .category:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 100%;
    border-top: 10px solid var(--yellow-color);
    border-right: 13px solid transparent;
}

.pp-cause-item .image img {
    border-radius: 30px;
}

.pp-cause-item .content {
    padding: 30px;
}

@media only screen and (max-width: 375px) {
    .pp-cause-item .content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.pp-cause-item .content .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    font-style: italic;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pp-cause-item .content .date i {
    font-size: 17px;
    margin-right: 5px;
    color: var(--primary-color);
}

@media only screen and (min-width: 480px) {
    .pp-cause-item .content h5 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 375px) {
    .pp-cause-item .content h5 {
        font-size: 22px;
    }
}

.pp-cause-item .content .price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pp-cause-item .content .price-wrap .left {
    position: relative;
    margin-right: 35px;
    padding-right: 35px;
}

@media only screen and (max-width: 479px) {
    .pp-cause-item .content .price-wrap .left {
        margin-right: 15px;
        padding-right: 15px;
    }
}

.pp-cause-item .content .price-wrap .left:after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    width: 1px;
    height: 70%;
    background: #c3c3c3;
}

.pp-cause-item:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 80%;
    height: 100%;
    border-radius: 30px;
    border: 1px solid var(--border-color);
}

@media only screen and (max-width: 991px) {
    .pp-cause-item:after {
        width: 100%;
        height: 80%;
    }
}

.donate-form-wrap {
    position: relative;
    border-radius: 30px;
    background: var(--lighter-color);
    padding: 85px 130px 100px 230px;
}

.donate-form-wrap:before {
    left: 130px;
    line-height: 1;
    font-size: 65px;
    font-weight: 300;
    content: "\f4c0";
    position: absolute;
    color: var(--primary-color);
    font-family: "Font Awesome 5 Pro";
}

.donate-form-wrap .form-group {
    margin-bottom: 10px;
}

.donate-form-wrap .form-group input {
    border-radius: 10px;
}

.donate-form-wrap .form-group input::-webkit-input-placeholder {
    font-style: italic;
}

.donate-form-wrap .form-group input:-ms-input-placeholder {
    font-style: italic;
}

.donate-form-wrap .form-group input::-ms-input-placeholder {
    font-style: italic;
}

.donate-form-wrap .form-group input::placeholder {
    font-style: italic;
}

@media only screen and (max-width: 1199px) {
    .donate-form-wrap {
        padding-left: 130px;
    }

    .donate-form-wrap:before {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .donate-form-wrap {
        padding: 55px;
    }
}

@media only screen and (max-width: 479px) {
    .donate-form-wrap {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 375px) {
    .donate-form-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.donate-form-wrap.style-two {
    border-radius: 0;
}

.donate-form-wrap.style-two p {
    color: var(--heading-color);
}

.donate-form-wrap.style-two .custom-donation-price,
.donate-form-wrap.style-two .custom-donation-price input,
.donate-form-wrap.style-two .custom-donation-price .theme-btn,
.donate-form-wrap.style-two .select-donation-price .radio-item label {
    border-radius: 0;
}

.donate-form-wrap.style-two .select-donation-price .radio-item label {
    color: white;
    background: rgba(0, 0, 0, 0.15);
}

.donate-form-wrap.style-two
    .select-donation-price
    .radio-item
    input:checked
    ~ label {
    background: var(--light-blue-color);
}

.donate-form-wrap.style-two .theme-btn .btn-text.hover {
    background: var(--heading-color);
}

.donate-form-wrap.style-two:before {
    color: white;
}

.select-donation-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 533px;
    margin-left: -4px;
    margin-right: -4px;
}

.select-donation-price .radio-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin: 0 4px 10px;
    position: relative;
}

.select-donation-price .radio-item label {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: 900;
    text-align: center;
    background: #e7e2e8;
    border-radius: 10px;
    color: var(--heading-color);
}

.select-donation-price .radio-item input {
    z-index: -1;
    left: 5px;
    top: 5px;
    position: absolute;
}

.select-donation-price .radio-item input:checked ~ label {
    background: var(--yellow-color);
}

.custom-donation-price {
    overflow: hidden;
    max-width: 525px;
    border-radius: 10px;
}

@media only screen and (min-width: 768px) {
    .custom-donation-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.custom-donation-price input {
    border: none;
    font-size: 16px;
    padding: 20px 40px;
}

.custom-donation-price button {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.custom-donation-price button .btn-text {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .custom-donation-price button {
        width: 100%;
    }
}

.payment-methods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-check:not(:last-child) {
    margin-right: 25px;
}

.form-check input {
    width: 26px;
    height: 26px;
    padding: 0;
    cursor: pointer;
    position: relative;
    margin-right: 5px;
    border: 3px solid var(--border-color);
}

.form-check input:before {
    content: "";
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 12px;
    height: 12px;
    background: var(--primary-color);
    line-height: 12px;
    border-radius: 50%;
    text-align: center;
}

.form-check input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-check input:checked {
    background-image: none;
    background-color: white;
    border-color: var(--border-color);
}

.form-check input:checked:before {
    opacity: 1;
}

.form-check label {
    font-size: 16px;
    font-weight: 900;
    color: var(--heading-color);
}

.agree-terms label {
    font-weight: 400;
    text-decoration: underline;
}

/* Donation Form Area */
.donate-form-area {
    z-index: 1;
    position: relative;
}

.donate-form-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.3;
    background-color: #0d0224;
}

/* Donation Form Area Two */
.donate-form-area-two {
    z-index: 1;
    position: relative;
}

.donate-form-area-two::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.88;
    background-color: var(--light-blue-color);
}

.donate-form-area-two:before {
    mix-blend-mode: multiply;
}

/*******************************************************/
/******************* ## About Area ********************/
/*******************************************************/
.meter-area {
    background-size: cover;
}

@media only screen and (min-width: 1200px) {
    .meter-area {
        background-size: 100% 100%;
    }
}

.people-number-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.people-number-btn .text {
    margin-right: 55px;
}

.people-number-btn .text .h2 {
    display: block;
    line-height: 1;
    color: var(--primary-color);
}

.people-number-btn .text .h2 small {
    font-size: 0.74em;
}

.people-number-btn .text .h2 span {
    font-size: 0.48em;
}

.meter-content {
    padding-left: 70px;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .meter-content {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .meter-content {
        padding-left: 15px;
    }
}

.meter-content:before {
    content: "";
    width: 1px;
    height: 80%;
    position: absolute;
    left: -20px;
    top: 10%;
    background: #ccc9c9;
}

@media only screen and (max-width: 991px) {
    .meter-content:before {
        left: 0;
        top: 5px;
        height: 100%;
    }
}

/* Our Mission */
@media only screen and (min-width: 1200px) {
    .our-mission-area {
        background-size: 100% 100%;
    }
}

.our-mission-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.our-mission-btns a:not(:last-child) {
    margin-right: 30px;
}

/* Education */
.education-content b {
    color: #662f6c;
    font-weight: 400;
}

@media only screen and (min-width: 376px) {
    .education-content b {
        font-size: 20px;
    }
}

.education-area:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: calc(100% + 260px);
    background: url(../images/background/education-bg.jpg) center/cover;
}

/* Chance To Learn */
.learn-content .list-style-three {
    margin-left: 30px;
}

.learn-content .list-style-three li:before {
    content: "\f00c";
    color: var(--primary-color);
}

/* About Four */
.about-four-content .list-style-three {
    margin-left: 30px;
}

.about-four-content .list-style-three li:before {
    content: "\f00c";
    color: var(--primary-color);
}

/*******************************************************/
/****************** ## Features Area *******************/
/*******************************************************/
.feature-item {
    padding: 25px;
    margin-bottom: 20px;
    text-align: center;
    background-color: white;
    box-shadow: 0px 10px #ffcc08;
    box-shadow:
        rgba(149, 157, 165, 0.2) 0px 8px 24px,
        0px 10px #ffcc08;
    border-bottom-left-radius: 30px;
    border-radius: 25px;
}
@media only screen and (min-width: 376px) {
    .card {
        padding: 25px;
        border-radius: 25px;
    }
}


.feature-item .image img {
    width: 100%;
}

.redt a {
    color: #3A4551;
}

.redt :hover {
    color: #000;
}

.redt {
    color: #3A4551;
}

.redq {
    color: #A3C2DB;
}

.yl {
    color: #ffcc08;
}

.greya {
    color: #9b9b9b;
}

.feature-item .icon {
    width: 175px;
    height: 175px;

    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 100px;
    display: inline-block;
    background: #A3C2DB;
    margin-bottom: 35px;
}

.feature-item p {
    font-size: 16px;
}

@media only screen and (min-width: 376px) {
    .feature-item .content h5 {
        font-size: 23px;
    }
}

.feature-item .content p {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.feature-item .content .read-more {
    font-size: 15px;
}

.feature-item.style-two .image img {
    border-radius: 10px 10px 0 0;
}

.feature-item.style-two .content {
    background: white;
    border-radius: 0 0 5px 5px;
}

.feature-item.style-two .content h5 {
    font-size: 22px;
}

.feature-item.style-two .content h5,
.feature-item.style-two .content p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.feature-item.style-two .content .read-more {
    display: block;
    padding: 15px;
    background: #f4f4f4;
    border: 5px solid white;
    border-radius: 0 0 5px 5px;
}

.feature-item.style-two:hover .icon {
    background: var(--secondary-color);
}

.features-area-three:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: calc(100% - 260px);
    background: url(../images/background/feature-bg.jpg) center/cover;
}

/* Focused */
.focused-item {
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 30px;
}

.focused-item .image img {
    width: 100%;
}

.focused-item .content {
    padding: 0 50px 50px 50px;
}

@media only screen and (max-width: 375px) {
    .focused-item .content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.focused-item .content .read-more {
    font-size: 14px;
}

.focused-item .content .icon {
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    border-radius: 20px;
    margin-bottom: -18px;
    display: inline-block;
    background: var(--primary-color);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.focused-item .content p {
    font-size: 17px;
    margin-bottom: 10px;
}

.focused-item .content.bgc-blue {
    background: #214bb2;
}

.focused-item .content.bgc-red {
    background: #ef572e;
}

.focused-item .content.bgc-light-blue {
    background: #418ade;
}

.focused-item .content.bgc-light-purple {
    background: #aaa8f9;
}

.focused-item .content.text-white .read-more {
    border-color: white;
}

@media only screen and (min-width: 768px) {
    .focused-item.left-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .focused-item.left-right .image {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .focused-item.left-right .image img {
        height: 100%;
    }

    .focused-item.left-right .content {
        width: 50%;
        padding-top: 50px;
        position: relative;
    }

    .focused-item.left-right .content .icon {
        left: 0;
        position: absolute;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

/* Feature Two */
.testimonials-area-two .testimonial-content .title {
    color: #3A4551;
}

.testimonials-area-two .testimonials-two-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 80%;
}

.feature-two-wrap {
    overflow: hidden;
    border-radius: 20px;
}

.feature-two-item {
    height: 100%;
    text-align: center;
    padding: 70px 55px;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 375px) {
    .feature-two-item {
        padding: 40px 35px;
    }
}

.feature-two-item .icon {
    margin-bottom: 20px;
}

.feature-two-item h5 {
    margin-bottom: 10px;
}

@media only screen and (min-width: 376px) {
    .feature-two-item h5 {
        font-size: 26px;
    }
}

/* Feature Three */
.feature-three-wrap {
    margin-top: -20px;
    -webkit-transform: translateY(122px);
    -ms-transform: translateY(122px);
    transform: translateY(122px);
}

.feature-item-three .image img {
    width: 100%;
}

.feature-item-three .content {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 30px 15px;
    text-align: center;
    background: #4e87e0;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.feature-item-three .content h5 {
    margin-bottom: 0;
}

.feature-item-three .content h5 a {
    color: white;
}

@media only screen and (min-width: 376px) {
    .feature-item-three .content h5 {
        font-size: 26px;
    }
}

.feature-item-three .content .read-more {
    font-size: 14px;
}

.feature-item-three:hover .content {
    background: #3972cb;
}

/*******************************************************/
/***************** ## Priorities Area ******************/
/*******************************************************/
.prioritie-item {
    text-align: center;
    margin-bottom: 40px;
}

.prioritie-item .image {
    margin-bottom: 25px;
}

.prioritie-item .content h5 {
    margin-bottom: 0;
}

.prioritie-item .content .category {
    color: var(--primary-color);
}

/*******************************************************/
/**************** ## Work Process Area *****************/
/*******************************************************/
.how-we-work {
    margin-bottom: -35px;
    background-size: cover;
}

@media only screen and (min-width: 1200px) {
    .how-we-work {
        background-size: 100% 100%;
    }
}

.work-process-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white;
    padding: 45px 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 479px) {
    .work-process-item {
        padding: 20px 25px;
    }
}

.work-process-item .icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    margin-right: 22px;
    border-radius: 20px;
    background: #ff675b;
}

.work-process-item .icon.bg-blue {
    background: #0973ba;
}

.work-process-item .icon.bg-light-blue {
    background: #2eb1eb;
}

.work-process-item .icon img {
    max-width: 60%;
}

@media only screen and (max-width: 375px) {
    .work-process-item .icon {
        width: 45px;
        height: 45px;
        line-height: 40px;
        border-radius: 10px;
    }
}

.work-process-item .content h5 {
    font-size: 22px;
    max-width: 200px;
}

@media only screen and (max-width: 479px) {
    .work-process-item .content h5 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 479px) {
    .work-process-item .content span {
        font-size: 16px;
        line-height: 1.3;
        display: inline-block;
    }
}

/*******************************************************/
/******************** ## Blog Area ********************/
/*******************************************************/
.blog-item {
    margin-bottom: 50px;
}

.blog-item .image img {
    width: 100%;
    border-radius: 30px;
}

.blog-item .content {
    margin-left: auto;
    background: white;
    max-width: 435px;
    position: relative;
    padding: 25px 55px;
    margin-top: -100px;
    border: 1px solid var(--border-color);
    border-radius: 30px 0 30px 30px;
}

@media only screen and (max-width: 479px) {
    .blog-item .content {
        max-width: 350px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 375px) {
    .blog-item .content {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 375px) {
    .blog-item .content h5 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 375px) {
    .blog-item .content .blog-meta {
        font-size: 13px;
    }
}

.blog-admin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    font-style: italic;
    margin-bottom: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-admin img {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    border-radius: 50%;
}

.blog-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-style: italic;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-meta li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-meta li:not(:last-child) {
    margin-right: 30px;
}

@media only screen and (max-width: 375px) {
    .blog-meta li:not(:last-child) {
        margin-right: 12px;
    }
}

.blog-meta li i {
    margin-right: 5px;
    color: var(--primary-color);
}

/* Blog Style Two */
.blog-item-two {
    z-index: 1;
    position: relative;
    padding: 30px 30px 30px 0;
}

@media only screen and (min-width: 576px) {
    .blog-item-two {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (max-width: 1199px) {
    .blog-item-two {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-item-two {
        padding-top: 0;
    }
}

.blog-item-two:not(:last-child) {
    margin-bottom: 30px;
}

@media only screen and (min-width: 576px) {
    .blog-item-two .image {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 35%;
        margin-right: 25px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-item-two .image {
        margin-bottom: 25px;
    }
}

.blog-item-two .image img {
    border-radius: 10px;
}

@media only screen and (min-width: 576px) {
    .blog-item-two .image img {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .blog-item-two .content {
        padding-left: 30px;
    }
}

.blog-item-two .content .blog-admin {
    margin-bottom: 10px;
}

.blog-item-two .content h5 {
    font-size: 22px;
}

@media only screen and (max-width: 375px) {
    .blog-item-two .content h5 {
        font-size: 20px;
    }
}

.blog-item-two:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 90%;
    height: 100%;
    border-radius: 10px;
    background: var(--lighter-color);
}

@media only screen and (max-width: 575px) {
    .blog-item-two:after {
        width: 100%;
        height: 80%;
    }
}

@media only screen and (min-width: 576px) {
    .blog-item-two.big-item .image {
        width: 44%;
    }
}

@media only screen and (min-width: 1200px) {
    .blog-item-two.big-item .image {
        margin-right: 55px;
    }
}

@media only screen and (min-width: 576px) {
    .blog-item-two.big-item:after {
        width: 80%;
    }
}

/* Blog Style Three */
.blog-three-item {
    margin-bottom: 65px;
}

.blog-three-item .image img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.blog-three-item .content {
    padding: 30px 35px 0;
    border-radius: 0 0 10px 10px;
    border: 5px solid #f4f4f4;
    border-top: none;
}

@media only screen and (max-width: 375px) {
    .blog-three-item .content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.blog-three-item .content h5 {
    font-size: 22px;
}

.blog-three-item .content p {
    margin-bottom: 5px;
}

@media only screen and (max-width: 375px) {
    .blog-three-item .content p {
        font-size: 16px;
    }
}

.blog-three-item .content .blog-meta a {
    color: var(--primary-color);
}

.blog-three-item .content .blog-admin {
    margin: 0;
    background: white;
    border-radius: 10px;
    display: inline-block;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    border: 5px solid #f4f4f4;
    border-left: none;
    margin-left: 15px;
    padding-right: 20px;
}

.blog-three-item .content .blog-admin img {
    margin-top: -5px;
    margin-left: -20px;
    margin-bottom: -2px;
}

/* Blog Style Four */
.blog-four-item {
    text-align: center;
    margin-bottom: 50px;
}

.blog-four-item .image {
    overflow: hidden;
    margin-bottom: 25px;
}

.blog-four-item .image img {
    width: 100%;
}

.blog-four-item .content {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.blog-four-item .content .blog-meta {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog-four-item .content .blog-meta li {
    font-weight: 700;
}

.blog-four-item .content .blog-meta li:not(:last-child) {
    margin-right: 10px;
}

.blog-four-item .content .blog-meta li:not(:last-child):after {
    content: "|";
    color: #c8c8c8;
    margin-left: 10px;
}

.blog-four-item .content h5 {
    margin-bottom: 10px;
}

@media only screen and (min-width: 376px) {
    .blog-four-item .content h5 {
        font-size: 26px;
    }
}

.blog-four-item .content .date {
    font-weight: 700;
    color: var(--primary-color);
    border-bottom: 2px solid;
    text-transform: uppercase;
    font-family: "PT Sans", sans-serif;
}

/* Share Tags */
.share-tags {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 25px;
    padding-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.share-tags > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 375px) {
    .share-tags > div {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.share-tags > div h6 {
    font-size: 20px;
    margin-right: 33px;
    text-transform: uppercase;
}

/* Blog Details */
blockquote {
    font-size: 22px;
    position: relative;
    border-radius: 20px;
    background: var(--yellow-color);
    padding: 50px 50px 45px 135px;
}

@media only screen and (max-width: 575px) {
    blockquote {
        padding-left: 100px;
    }
}

@media only screen and (max-width: 479px) {
    blockquote {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media only screen and (max-width: 375px) {
    blockquote {
        font-size: 18px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

blockquote:before {
    left: 50px;
    content: "\f10e";
    font-size: 64px;
    line-height: 1;
    font-weight: 300;
    position: absolute;
    color: var(--primary-color);
    font-family: "Font Awesome 5 Pro";
}

@media only screen and (max-width: 575px) {
    blockquote:before {
        font-size: 40px;
    }
}

@media only screen and (max-width: 479px) {
    blockquote:before {
        left: 0;
        position: relative;
        margin-bottom: 15px;
        display: inline-block;
    }
}

blockquote b {
    display: block;
    font-style: italic;
    margin-bottom: 10px;
    color: var(--heading-color);
}

blockquote .blockquote-footer {
    font-size: 0.82em;
}

.comment-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.comment-title h5 {
    margin-right: 20px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 376px) {
    .comment-title h5 {
        font-size: 30px;
    }
}

.comment-form .form-control {
    padding: 20px 35px;
    border-radius: 8px;
    margin-bottom: 10px;
    background: var(--lighter-color);
}

.comment-form .form-control::-webkit-input-placeholder {
    font-style: italic;
}

.comment-form .form-control:-ms-input-placeholder {
    font-style: italic;
}

.comment-form .form-control::-ms-input-placeholder {
    font-style: italic;
}

.comment-form .form-control::placeholder {
    font-style: italic;
}

/* Comments */
.comment-body {
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
}

@media only screen and (min-width: 576px) {
    .comment-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.comment-body .social-style-one {
    position: absolute;
    right: 13%;
    top: 0;
}

@media only screen and (max-width: 575px) {
    .comment-body .social-style-one {
        top: 50px;
        right: 9%;
    }
}

.comment-body .social-style-one a {
    color: white;
    border-radius: 0;
}

@media only screen and (min-width: 1200px) {
    .comment-body .social-style-one a {
        width: 54px;
        height: 46px;
        line-height: 46px;
    }
}

.comment-body .author-thumb {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 135px;
}

@media only screen and (min-width: 576px) {
    .comment-body .author-thumb {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

.comment-body .author-thumb img {
    border-radius: 25px;
    border: 15px solid white;
    -webkit-box-shadow: 3px 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 3px 0 30px rgba(0, 0, 0, 0.05);
}

.comment-body .content {
    padding: 35px 35px 20px;
}

.comment-body .content .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comment-body .content .title h5 {
    margin-right: 15px;
}

.comment-body .content .title .time {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.comment-body .content .ratting {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.comment-body .content .reply {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    padding: 5px 22px;
    border-radius: 25px 0;
    background: var(--yellow-color);
}

.comment-body:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    border-radius: 30px;
    background: var(--lighter-color);
    width: calc(100% - 60px);
    height: 100%;
}

@media only screen and (max-width: 575px) {
    .comment-body:after {
        width: 100%;
        height: calc(100% - 50px);
    }
}

/* Blog Pages */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-page-area .blog-three-item .content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Blog Details */
.blog-details-content h4 {
    line-height: 1.4;
}

@media only screen and (max-width: 375px) {
    .blog-details-content h4 {
        font-size: 25px;
    }
}

/*******************************************************/
/********************** ## Forms ***********************/
/*******************************************************/
.contact-form .form-control {
    padding: 20px 35px;
    border-radius: 8px;
    margin-bottom: 10px;
    background: var(--lighter-color);
}

.contact-form .form-control::-webkit-input-placeholder {
    font-style: italic;
}

.contact-form .form-control:-ms-input-placeholder {
    font-style: italic;
}

.contact-form .form-control::-ms-input-placeholder {
    font-style: italic;
}

.contact-form .form-control::placeholder {
    font-style: italic;
}

@media only screen and (min-width: 376px) {
    .contact-form h5 {
        font-size: 30px;
        margin-bottom: 0;
    }
}

.get-in-touch {
    position: relative;
    margin-top: -225px;
}

@media only screen and (max-width: 575px) {
    .get-in-touch {
        margin-top: -100px;
    }
}

@media only screen and (max-width: 375px) {
    .get-in-touch {
        padding-left: 35px;
        padding-right: 35px;
    }
}

/* Location Map */
.our-location iframe {
    height: 750px;
}

@media only screen and (max-width: 1399px) {
    .our-location iframe {
        height: 600px;
    }
}

@media only screen and (max-width: 991px) {
    .our-location iframe {
        height: 500px;
    }
}

@media only screen and (max-width: 575px) {
    .our-location iframe {
        height: 400px;
    }
}

/* Contact Form Validation */
.has-error .with-errors {
    color: red;
    margin-top: 5px;
    margin-bottom: -15px;
}

#msgSubmit {
    margin-bottom: 0;
    margin-top: 10px;
}

/*******************************************************/
/****************** ## Videos Area ********************/
/*******************************************************/
/* Video Play */
.video-play {
    color: white;
    font-size: 75px;
    text-align: center;
    border-radius: 30px;
    width: 140px;
    height: 135px;
    line-height: 135px;
    display: inline-block;
    background: var(--primary-color);
}

.video-play:hover {
    color: white;
}

@media only screen and (max-width: 767px) {
    .video-play {
        width: 80px;
        height: 75px;
        font-size: 22px;
        line-height: 75px;
        border-radius: 15px;
    }
}

/* Video Area */
.video-section-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
    width: 65%;
    height: 100%;
    background-size: cover;
    border-radius: 50px 0 0 50px;
    background-position: center center;
}

@media only screen and (max-width: 991px) {
    .video-section-bg {
        width: 110%;
        height: 65%;
    }
}

.video-section-bg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4;
    background: #07040b;
}

.video-left-part {
    padding: 100px 100px 100px 0;
}

@media only screen and (max-width: 1199px) {
    .video-left-part {
        padding-right: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .video-left-part {
        margin-right: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .video-left-part {
        margin-right: 0;
        padding-right: 35px;
    }
}

.video-left-part .section-title {
    max-width: 500px;
}

.video-left-part:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 50px;
    background: var(--yellow-color);
    width: calc(100% + 100px);
    height: 100%;
}

.video-left-part .video-play {
    position: absolute;
    right: 0;
    top: 115px;
    -webkit-transform: translate(50%);
    -ms-transform: translate(50%);
    transform: translate(50%);
}

@media only screen and (max-width: 575px) {
    .video-left-part .video-play {
        top: auto;
        bottom: 15px;
        -webkit-transform: translate(-15px);
        -ms-transform: translate(-15px);
        transform: translate(-15px);
    }
}

.video-right-part {
    max-width: 375px;
}

@media only screen and (min-width: 992px) {
    .video-right-part {
        margin-left: 65px;
    }
}

/*******************************************************/
/******************* ## Counter Area *******************/
/*******************************************************/
.count-text {
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: var(--primary-color);
    font-family: "PT Sans", sans-serif;
}

.count-text.m:after {
    content: "M";
    font-size: 30px;
}

.count-text.k:after {
    content: "K";
}

.count-text.plus:after {
    content: "+";
}

.count-text.percent:after {
    content: "%";
}

.counter-title {
    color: #333333;
    font-size: 16px;
    margin-bottom: 0;
}

@media only screen and (min-width: 376px) {
    .counter-inner-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.counter-inner-wrap .counter-text-wrap {
    margin-top: 25px;
}

@media only screen and (min-width: 376px) {
    .counter-inner-wrap .counter-text-wrap:not(:last-child) {
        margin-right: 30px;
        padding-right: 30px;
        border-right: 1px solid #cbae45;
    }
}

.counter-inner-wrap.style-two {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width: 992px) {
    .counter-inner-wrap.style-two .counter-text-wrap:not(:last-child) {
        margin-right: 88px;
        padding-right: 88px;
    }

    .counter-inner-wrap.style-two .count-text {
        font-size: 70px;
        font-weight: 700;
    }
}

.counter-inner-wrap.style-two .count-text {
    line-height: 1;
    color: var(--yellow-color);
}

.counter-inner-wrap.style-two .count-text:after {
    font-size: 1em;
}

.counter-inner-wrap.style-two .counter-title {
    color: white;
}

/* Counter Two */
@media only screen and (min-width: 1200px) {
    .counter-two-area {
        background-size: 100% 100%;
    }
}

/* Counter Three */
.counter-three-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.counter-style-two {
    max-width: 240px;
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px;
    margin-right: 30px;
}

.counter-style-two:before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    width: 1px;
    height: 50px;
    background: #c4bb8c;
}

@media only screen and (min-width: 1200px) {
    .counter-style-two:first-child {
        padding-left: 0;
    }

    .counter-style-two:first-child:before {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .counter-style-two:last-child {
        margin-right: 0;
    }
}

.counter-style-two .count-text {
    line-height: 1;
    margin-bottom: 5px;
    color: var(--secondary-color);
}

.counter-style-two .count-text.m:after {
    font-size: 1em;
    text-transform: lowercase;
}

@media only screen and (min-width: 376px) {
    .counter-style-two .count-text {
        font-size: 60px;
    }
}

.counter-style-two .counter-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
}

.counter-style-two .counter-title:before {
    content: "\f054";
    font-size: 20px;
    margin-top: 5px;
    font-style: normal;
    margin-right: 18px;
    color: var(--secondary-color);
    font-family: "Font Awesome 5 Pro";
}

.color-primary .count-text {
    color: var(--primary-color);
}

.color-primary .counter-title:before {
    color: var(--primary-color);
}

/* Counter Four */
.counter-four-area {
    z-index: 1;
    position: relative;
}

.counter-four-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.95;
    background-color: var(--secondary-color);
}

.counter-four-area:before {
    mix-blend-mode: multiply;
}

.counter-wrap-three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.counter-wrap-three .counter-item-three {
    position: relative;
}

.counter-wrap-three .counter-item-three:not(:last-child) {
    margin-right: 80px;
    padding-right: 80px;
}

@media only screen and (max-width: 1399px) {
    .counter-wrap-three .counter-item-three:not(:last-child) {
        margin-right: 35px;
        padding-right: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .counter-wrap-three .counter-item-three:not(:last-child) {
        margin-right: 0;
        padding-right: 0;
    }
}

.counter-wrap-three .counter-item-three:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 44%;
    background: #6e6e6e;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .counter-wrap-three .counter-item-three:not(:last-child):after {
        display: none;
    }
}

.counter-item-three {
    margin-bottom: 50px;
}

.counter-item-three .icon {
    text-align: center;
    margin-bottom: 25px;
}

.counter-item-three .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 375px) {
    .counter-item-three .content .counter-text-wrap {
        width: 45%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
}

.counter-item-three .content .left-text,
.counter-item-three .content .counter-title {
    color: white;
    font-weight: 700;
}

@media only screen and (min-width: 992px) {
    .counter-item-three .content .left-text,
    .counter-item-three .content .counter-title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 375px) {
    .counter-item-three .content .left-text,
    .counter-item-three .content .counter-title {
        font-size: 16px;
        line-height: 1.5;
    }
}

.counter-item-three .content .left-text span,
.counter-item-three .content .counter-title span {
    color: var(--primary-color);
}

.counter-item-three .content .left-text {
    max-width: 170px;
    text-align: right;
    margin-right: 30px;
}

.counter-item-three .content .count-text {
    color: white;
    line-height: 1;
    min-width: 100%;
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Dosis", sans-serif;
}

@media only screen and (max-width: 991px) {
    .counter-item-three .content .count-text {
        font-size: 60px;
    }
}

@media only screen and (max-width: 375px) {
    .counter-item-three .content .count-text {
        font-size: 50px;
    }
}

/*******************************************************/
/******************* ## Causes Area ********************/
/*******************************************************/
.cause-item .image {
    overflow: hidden;
    position: relative;
    border-radius: 30px 30px 30px 0;
}

.cause-item .image img {
    width: 100%;
}

.cause-item .image .donation-raised {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 40px;
    bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "PT Sans", sans-serif;
}

.cause-item .image .donation-raised .price {
    color: white;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

.cause-item .image .donation-raised .text {
    line-height: 1;
    font-size: 16px;
    background: black;
    padding: 6px 14px;
    font-style: italic;
    border-radius: 5px;
    color: var(--heading-color);
    background: var(--yellow-color);
}

.cause-item .image:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 60%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(rgba(0, 0, 0, 0.65))
    );
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.65));
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.65));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
}

.cause-item .content {
    background: white;
    padding: 30px 40px;
    margin-right: 40px;
    -webkit-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    transform: translateY(-35px);
    border: 1px solid var(--border-color);
    border-radius: 0 30px 30px 30px;
}

@media only screen and (max-width: 991px) {
    .cause-item .content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 375px) {
    .cause-item .content {
        margin-right: 15px;
    }
}

.cause-item .content h5 {
    margin-bottom: 5px;
}

@media only screen and (max-width: 375px) {
    .cause-item .content h5 {
        font-size: 20px;
        line-height: 1.4;
    }
}

.cause-item .content .location {
    font-size: 15px;
    font-style: italic;
}

.goal-price {
    display: block;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 5px;
    color: var(--primary-color);
}

.goal-price i {
    font-size: 14px;
}

.more-btn-with-text a {
    color: var(--primary-color);
    text-decoration: underline;
}

/* Cause Item Two */
.cause-item-two {
    margin-bottom: 30px;
}

.cause-item-two .image img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.cause-item-two .content {
    padding: 40px;
    position: relative;
    border-left: 3px solid var(--lighter-color);
    border-right: 3px solid var(--lighter-color);
}

@media only screen and (max-width: 375px) {
    .cause-item-two .content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.cause-item-two .content .category {
    position: absolute;
    right: 20px;
    top: -18px;
    font-size: 13px;
    padding: 3px 30px;
    background: var(--yellow-color);
    text-transform: uppercase;
}

.cause-item-two .content .category:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 100%;
    border-left: 12px solid var(--yellow-color);
    border-bottom: 10px solid transparent;
}

.cause-item-two .content .price {
    display: block;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 8px;
}

.cause-item-two .content .price span {
    color: var(--primary-color);
}

.cause-item-two .content h5 {
    margin-bottom: 38px;
}

@media only screen and (max-width: 375px) {
    .cause-item-two .content h5 {
        font-size: 22px;
    }
}

.cause-item-two .content .progress {
    height: 8px;
    overflow: initial;
    border-radius: 4px;
    background: gainsboro;
}

.cause-item-two .content .progress .progress-bar {
    overflow: initial;
    position: relative;
    border-radius: 4px;
    background: var(--primary-color);
}

.cause-item-two .content .progress .progress-bar span {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 13px;
    font-weight: 700;
    border: 4px solid white;
    width: 46px;
    height: 46px;
    background: var(--primary-color);
    line-height: 46px;
    border-radius: 50%;
    text-align: center;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    line-height: 38px;
}

.cause-item-two .cause-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 12px 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--lighter-color);
    border-radius: 0 0 10px 10px;
}

@media only screen and (max-width: 375px) {
    .cause-item-two .cause-footer {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.cause-item-two .cause-footer li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    font-style: italic;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cause-item-two .cause-footer li:not(:last-child) {
    margin-right: 28px;
}

.cause-item-two .cause-footer li i {
    font-size: 18px;
    margin-right: 5px;
    color: var(--primary-color);
}

/* Cause Item Three */
.cause-item-three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .cause-item-three {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.cause-item-three .content {
    padding: 45px 50px;
}

@media only screen and (max-width: 991px) {
    .cause-item-three .content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media only screen and (max-width: 479px) {
    .cause-item-three .content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.cause-item-three .content h5 {
    line-height: 1.4;
}

@media only screen and (min-width: 376px) {
    .cause-item-three .content h5 {
        font-size: 26px;
    }
}

.cause-item-three .content .goal-donation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cause-item-three .content .goal-donation .left {
    margin-top: 20px;
    margin-right: 50px;
}

@media only screen and (max-width: 479px) {
    .cause-item-three .content .goal-donation .left {
        margin-right: 20px;
    }
}

.cause-item-three .content .goal-donation .theme-btn {
    margin-top: 15px;
}

.cause-item-three .content .goal-donation .theme-btn .btn-text {
    font-size: 16px;
    padding: 12px 30px;
}

.cause-item-three .image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 90%;
    position: relative;
}

@media only screen and (min-width: 992px) {
    .cause-item-three .image {
        margin-top: 20px;
        margin-bottom: 20px;
        width: calc(50% - 15px);
    }
}

.cause-item-three .image img {
    width: 100%;
    border-radius: 10px;
}

.cause-item-three .image .rised-donation {
    position: absolute;
    left: 50px;
    bottom: 50px;
}

@media only screen and (max-width: 479px) {
    .cause-item-three .image .rised-donation {
        left: 25px;
        bottom: 25px;
    }
}

.cause-item-three .image .rised-donation span {
    color: white;
}

.cause-item-three .image .category {
    position: absolute;
    left: 25px;
    top: 25px;
    color: white;
    font-size: 13px;
    font-weight: 700;
    padding: 3px 18px;
    text-transform: uppercase;
    font-family: "PT Sans", sans-serif;
    background: var(--secondary-color);
}

.cause-item-three .image .category:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 100%;
    border-top: 10px solid var(--secondary-color);
    border-right: 13px solid transparent;
}

.cause-item-three:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 70%;
    height: 100%;
    background: white;
    border-radius: 10px;
}

@media only screen and (max-width: 991px) {
    .cause-item-three:before {
        width: 100%;
        height: 80%;
    }
}

.cause-item-three.content-left:before {
    left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cause-item-three.style-two .image {
        max-width: 38%;
    }
}

.cause-item-three.style-two .image img {
    border-radius: 25px;
}

.cause-item-three.style-two .image .category {
    left: auto;
    right: 25px;
    color: var(--heading-color);
    background: var(--yellow-color);
}

.cause-item-three.style-two .image .category:after {
    border-top-color: var(--yellow-color);
}

@media only screen and (min-width: 480px) {
    .cause-item-three.style-two .content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .cause-item-three.style-two .content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.cause-item-three.style-two .content p {
    font-size: 17px;
}

.cause-item-three.style-two:before {
    border-radius: 25px;
    border: 1px solid var(--border-color);
}

/* Cause Item Four */
.cause-item-four {
    margin-bottom: 30px;
}

.cause-item-four .image img {
    width: 100%;
}

.cause-item-four .content {
    padding: 35px 40px;
    background: #f6f4fd;
}

@media only screen and (max-width: 375px) {
    .cause-item-four .content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.cause-item-four .content .category {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
    display: inline-block;
    color: var(--primary-color);
    text-transform: uppercase;
}

.cause-item-four .content .price {
    display: block;
    font-size: 16px;
    margin-top: 18px;
    margin-bottom: 8px;
}

.cause-item-four .content .price span {
    font-size: 28px;
    font-weight: 700;
    margin-right: 5px;
    font-family: "Dosis", sans-serif;
    color: var(--light-blue-color);
}

.cause-item-four .content .progress {
    height: 14px;
    background: white;
    border-radius: 7px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.05);
}

.cause-item-four .content .progress .progress-bar {
    border-radius: 7px;
    background: var(--primary-color);
}

.cause-item-four .content .cause-footer {
    font-size: 14px;
    font-style: italic;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cause-item-four .content .cause-footer i {
    font-size: 16px;
    margin-right: 4px;
    color: var(--light-blue-color);
}

/* Causes Page */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .causes-page-area .cause-item-two .content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.causes-page-area .cause-item-four .content .price span,
.causes-page-area .cause-item-four .content .cause-footer li i {
    color: var(--primary-color);
}

.causes-page-area .cause-item-four .content .progress .progress-bar {
    background: var(--yellow-color);
}

/* Cause Details */
.cause-details-content h4 {
    font-size: 32px;
    margin-bottom: 18px;
}

@media only screen and (max-width: 575px) {
    .cause-details-content h4 {
        font-size: 25px;
    }
}

/*******************************************************/
/******************* ## Stories Area *******************/
/*******************************************************/
.stories-area {
    background-size: cover;
}

@media only screen and (min-width: 1200px) {
    .stories-area {
        background-size: 100% 100%;
    }
}

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

.story-item .image img {
    width: 100%;
    border-radius: 30px 30px 0 0;
}

.story-item .content {
    background: white;
    position: relative;
    padding: 0 40px 30px;
    border-radius: 0 0 30px 30px;
}

@media only screen and (max-width: 375px) {
    .story-item .content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.story-item .content .badge {
    font-weight: 400;
    padding: 8px 20px;
    border-radius: 5px;
    font-style: italic;
    font-family: "PT Sans", sans-serif;
    background: var(--primary-color);
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
}

@media only screen and (max-width: 375px) {
    .story-item .content h5 {
        font-size: 22px;
    }
}

.story-item .content .bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.story-item .content .bottom-list li {
    font-size: 15px;
    line-height: 1.1;
    margin-top: 6px;
    font-style: italic;
}

.story-item .content .bottom-list li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid var(--border-color);
}

.story-item .content .details-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

/* Campaign */
.stories-left-content {
    margin-bottom: -200px;
}

@media only screen and (max-width: 767px) {
    .stories-left-content {
        margin-bottom: 55px;
    }
}

.stories-left-content .theme-btn:last-child {
    border-radius: 0 0 30px 30px;
}

.stories-left-content .theme-btn:last-child .btn-text:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.08);
}

.campaign-content {
    padding: 65px 45px 50px;
    border-radius: 30px 30px 0 0;
}

@media only screen and (max-width: 479px) {
    .campaign-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.campaign-content .section-title p {
    color: var(--heading-color);
}

.campaign-content .cause-price {
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    font-family: "PT Sans", sans-serif;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.campaign-content .cause-price b {
    display: block;
    line-height: 1;
    font-size: 18px;
}

.campaign-content .progress {
    overflow: inherit;
    border-radius: 20px;
    background-color: rgba(82, 82, 82, 0.2);
}

.campaign-content .progress .progress-bar {
    position: relative;
    overflow: inherit;
    background-color: var(--primary-color);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.campaign-content .progress .progress-bar:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    border-bottom: 5px solid transparent;
    border-right: 7px solid var(--primary-color);
}

.campaign-content .progress span {
    font-size: 15px;
    font-weight: 700;
    color: var(--primary-color);
    -webkit-transform: translate(-8px, 20px);
    -ms-transform: translate(-8px, 20px);
    transform: translate(-8px, 20px);
}

/* Stories Area Two */
.stories-area-two {
    margin-bottom: -20px;
}

@media only screen and (min-width: 992px) {
    .stories-area-two {
        background-size: 100% 100%;
    }
}

/* Priorities Details */
.priorities-details-content .title {
    font-size: 32px;
}

.priorities-details-campaign .theme-btn:last-child {
    border-radius: 0 0 30px 30px;
}

.priorities-details-campaign .theme-btn:last-child .btn-text:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.08);
}

/* Stories Page */
.stories-page-area .story-item .content {
    border: 1px solid var(--border-color);
}

/*******************************************************/
/***************** ## Pollution Area *******************/
/*******************************************************/
@media only screen and (min-width: 1200px) {
    .pollution-lavel-area {
        background-size: 100% 100%;
    }
}

.pollution-lavel-item {
    text-align: center;
    max-width: 225px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
    .pollution-lavel-item {
        margin-top: 0;
    }
}

.pollution-lavel-item h5 {
    margin-bottom: 25px;
}

.pollution-lavel-item .icon {
    height: 135px;
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
    line-height: 125px;
    background-size: 100% 100%;
}

.pollution-bottom-image {
    margin-top: -200px;
    position: relative;
    margin-bottom: 100px;
    z-index: -1;
}

@media only screen and (max-width: 991px) {
    .pollution-bottom-image {
        display: none;
    }
}

/*******************************************************/
/***************** ## Newsletter Area *******************/
/*******************************************************/
.newsletter-area {
    margin-top: -25px;
    margin-bottom: -15px;
}

@media only screen and (max-width: 1199px) {
    .newsletter-area {
        background-size: cover;
    }
}

.newsletter-area .section-title .sub-title {
    font-weight: 700;
    font-style: italic;
    color: var(--yellow-color);
}

.newsletter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
}

.newsletter-form input {
    border-radius: 0;
}

@media only screen and (min-width: 992px) {
    .newsletter-form input {
        padding: 20px 50px;
    }
}

.newsletter-form .theme-btn {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.newsletter-form .theme-btn .btn-text {
    height: 100%;
}

@media only screen and (min-width: 992px) {
    .newsletter-form .theme-btn .btn-text {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .newsletter-form .theme-btn .btn-text span {
        display: none;
    }
}

.newsletter-form .theme-btn .btn-text.normal {
    color: var(--primary-color);
}

/* Newsletter Two */
.newsletter-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.newsletter-content .icon {
    font-size: 90px;
    margin-right: 25px;
    color: var(--primary-color);
}

@media only screen and (max-width: 375px) {
    .newsletter-content .icon {
        font-size: 55px;
        margin-right: 20px;
    }
}

.newsletter-content h5 {
    color: white;
    margin-top: 8px;
    line-height: 1.36;
}

@media only screen and (min-width: 480px) {
    .newsletter-content h5 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 375px) {
    .newsletter-content h5 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 376px) {
    .newsletter-form-two {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.newsletter-form-two input {
    border-radius: 0;
    margin-right: 15px;
}

@media only screen and (max-width: 375px) {
    .newsletter-form-two input {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.newsletter-form-two input::-webkit-input-placeholder {
    color: #555555;
    font-style: italic;
}

.newsletter-form-two input:-ms-input-placeholder {
    color: #555555;
    font-style: italic;
}

.newsletter-form-two input::-ms-input-placeholder {
    color: #555555;
    font-style: italic;
}

.newsletter-form-two input::placeholder {
    color: #555555;
    font-style: italic;
}

.newsletter-form-two button {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.newsletter-form-two button .btn-text {
    height: 100%;
}

.newsletter-form-two button .btn-text.normal {
    color: white;
}

/*******************************************************/
/**************** ## Testimonials Area *****************/
/*******************************************************/
@media only screen and (max-width: 1199px) {
    .testimonials-area {
        background-size: cover;
    }
}

.testimonial-image {
    padding: 12px;
    border-radius: 50%;
    border: 3px dotted white;
}

@media only screen and (max-width: 767px) {
    .testimonial-image {
        margin-bottom: 45px;
    }
}

.testimonial-image img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-content .section-title .drops {
    opacity: 0.3;
}

.testimonial-content > p {
    color: white;
    line-height: 1.55;
    font-style: italic;
}

@media only screen and (min-width: 376px) {
    .testimonial-content > p {
        font-size: 26px;
    }
}

.testimonial-content .title {
    display: block;
    font-weight: 700;
    line-height: 1.55;
    color: var(--yellow-color);
    font-family: "PT Sans", sans-serif;
}

@media only screen and (min-width: 376px) {
    .testimonial-content .title {
        font-size: 20px;
    }
}

/* Testimonial Three */
.testimonials-three-bg {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 70%;
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .testimonials-three-bg {
        width: 100%;
    }
}

.testimonials-three-bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: #002c5b;
}

.testimonials-three-bg.style-two {
    left: 0;
}

@media only screen and (max-width: 479px) {
    .testimonial-three-left {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 1200px) {
    .testimonial-three-left h4 {
        font-size: 40px;
    }
}

.testimonial-three-left a.theme-btn .btn-text {
    color: white;
}

.testimonial-three-left a.theme-btn .btn-text i {
    color: white;
}

.testimonial-three-left a.theme-btn .btn-text.hover {
    background: var(--secondary-color);
}

.testimonial-three-right {
    font-size: 28px;
    line-height: 1.58;
}

@media only screen and (min-width: 1600px) {
    .testimonial-three-right {
        -webkit-transform: translate(150px);
        -ms-transform: translate(150px);
        transform: translate(150px);
    }
}

@media only screen and (max-width: 479px) {
    .testimonial-three-right {
        font-size: 22px;
    }
}

.testimonial-three-right .icon {
    font-size: 60px;
    margin-bottom: 15px;
}

.testimonial-three-right .icon i {
    color: var(--primary-color);
}

.testimonial-three-right .testi-footer {
    font-size: 0.72em;
}

.testimonial-three-right .testi-footer span {
    color: var(--primary-color);
}

@media only screen and (min-width: 1600px) {
    .testimonial-three-right.style-two {
        -webkit-transform: translate(-150px);
        -ms-transform: translate(-150px);
        transform: translate(-150px);
    }
}

.testimonial-three-right.style-two .icon i,
.testimonial-three-right.style-two .testi-footer span {
    color: var(--yellow-color);
}

.testimonial-three-right.style-three .icon i,
.testimonial-three-right.style-three .testi-footer span {
    color: var(--yellow-color);
}

/*******************************************************/
/****************** ## Instagram Area ******************/
/*******************************************************/
.instagram-area {
    margin-bottom: -15px;
}

.instagram-item {
    position: relative;
}

.instagram-item img {
    width: 100%;
}

.instagram-item .plus {
    z-index: 2;
    opacity: 0;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 40px;
    line-height: 70px;
    background: white;
    text-align: center;
    border-radius: 10px;
    color: var(--primary-color);
}

.instagram-item:after {
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    opacity: 0;
    content: "";
    border-radius: 10px;
    -webkit-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    background: var(--yellow-color);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.instagram-item:hover .plus {
    opacity: 1;
}

.instagram-item:hover:after {
    opacity: 0.5;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
}

/*******************************************************/
/****************** ## Services Area *******************/
/*******************************************************/
.service-item {
    background: white;
    margin-bottom: 30px;
    padding: 45px 40px 25px;
}

.service-item .icon {
    margin-bottom: 18px;
}

/* Service Details */
@media only screen and (min-width: 480px) {
    .service-details-content {
        padding-left: 45px;
    }
}

.service-details-content .icon {
    width: 96px;
    height: 96px;
    line-height: 96px;
    margin-top: -35px;
    text-align: center;
    border-radius: 25px;
    background: var(--primary-color);
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
}

@media only screen and (max-width: 479px) {
    .service-details-content .icon {
        margin-left: 35px;
    }
}

.service-details-content .title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.service-details-content .title h4 {
    margin-bottom: 20px;
}

@media only screen and (max-width: 575px) {
    .service-details-content .title h4 {
        font-size: 28px;
    }
}

.service-details-image img {
    border-radius: 20px;
}

/*******************************************************/
/******************* ## Events Area ********************/
/*******************************************************/
.event-item {
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
    .event-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.event-item .content {
    padding: 30px 85px 25px 120px;
}

@media only screen and (max-width: 767px) {
    .event-item .content {
        padding-right: 22px;
    }
}

@media only screen and (max-width: 479px) {
    .event-item .content {
        padding-left: 25px;
    }
}

.event-item .content .date {
    width: 95px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Dosis", sans-serif;
    background: var(--light-blue-color);
}

@media only screen and (min-width: 480px) {
    .event-item .content .date {
        position: absolute;
        left: 0;
        top: 30px;
    }
}

.event-item .content .date b {
    font-size: 46px;
    font-weight: 700;
    padding: 22px 5px;
}

.event-item .content .date span {
    font-size: 15px;
    font-weight: 500;
    background: #366abb;
    text-transform: uppercase;
}

.event-item .content .admin-heart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    margin-bottom: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.event-item .content .admin-heart li {
    position: relative;
}

.event-item .content .admin-heart li i {
    font-weight: 700;
}

.event-item .content .admin-heart li i:first-child {
    margin-right: 3px;
    color: var(--light-blue-color);
}

.event-item .content .admin-heart li i a {
    color: #222222;
}

.event-item .content .admin-heart li:not(:last-child) {
    margin-right: 18px;
    padding-right: 18px;
}

.event-item .content .admin-heart li:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 10px;
    background: #787878;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.event-item .content h5 {
    line-height: 1.38;
    margin-bottom: 10px;
}

@media only screen and (min-width: 376px) {
    .event-item .content h5 {
        font-size: 26px;
    }
}

.event-item .content p {
    font-size: 17px;
}

.event-item .image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
}

@media only screen and (min-width: 992px) {
    .event-item .image {
        max-width: 40%;
        margin-top: 24px;
        margin-bottom: 24px;
    }
}

.event-item .image .location {
    font-size: 13px;
    padding: 3px 30px;
    position: absolute;
    left: -20px;
    top: 10px;
    font-style: italic;
    color: var(--heading-color);
    background: var(--primary-color);
}

@media only screen and (max-width: 991px) {
    .event-item .image .location {
        left: 10px;
    }
}

.event-item:before {
    content: "";
    position: absolute;
    left: 4%;
    top: 0;
    z-index: -1;
    width: 86%;
    height: 100%;
    background: #f6f4fd;
}

@media only screen and (max-width: 991px) {
    .event-item:before {
        left: 0;
        width: 100%;
        height: 80%;
    }
}

.event-item.style-two .content .date {
    background: var(--primary-color);
}

.event-item.style-two .content .date span {
    background: #c8122d;
}

.event-item.style-two .admin-heart li i:first-child {
    color: var(--primary-color);
}

.event-item.style-two .image .location {
    background: var(--yellow-color);
}

/* Event Details */
@media only screen and (max-width: 575px) {
    .event-details-content h4 {
        font-size: 28px;
    }
}

.info-item:not(:last-child) {
    margin-bottom: 25px;
}

.info-item h6 {
    margin-bottom: 5px;
}

.info-item b {
    font-size: 16px;
    color: var(--primary-color);
    text-transform: uppercase;
    font-family: "PT Sans", sans-serif;
}

.info-item b a {
    color: var(--primary-color);
}

.event-location {
    position: relative;
}

.event-location .event-venu {
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 16px;
    max-width: 300px;
    height: calc(100% - 60px);
}

@media only screen and (max-width: 479px) {
    .event-location .event-venu {
        top: 15px;
        left: 15px;
        padding: 30px;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
    }
}

.event-location iframe {
    height: 380px;
    border-radius: 30px;
    margin-bottom: -10px;
}

/*******************************************************/
/******************** ## Shop Area ********************/
/*******************************************************/
.product-item {
    margin-bottom: 50px;
}

.product-item .image {
    height: 410px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
    background: var(--lighter-color);
}

.product-item .image img {
    max-width: 85%;
    max-height: 250px;
}

.product-item .content {
    max-width: 295px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -90px;
    background: white;
    position: relative;
    padding: 30px 40px;
    border-radius: 20px;
    border: 1px solid var(--border-color);
}

.product-item .content .shop-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: var(--yellow-color);
    position: absolute;
    right: 25px;
    bottom: calc(100% - 25px);
}

.product-item .content .shop-btns button {
    width: 46px;
    height: 46px;
    margin: 3px;
    color: white;
    line-height: 38px;
    border-radius: 50%;
    border: 4px solid white;
    background: var(--primary-color);
}

.product-item .content .shop-btns a {
    color: black;
    display: none;
    width: 100%;
    height: 46px;
    line-height: 46px;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}

.product-item .content .shop-btns a:hover {
    background: #e1c254;
}

.product-item .content .shop-btns:hover a {
    display: block;
}

.product-item .content .ratting {
    margin-bottom: 10px;
}

.product-item .content .price {
    font-weight: 900;
    color: var(--primary-color);
}

/* Shop Details */
.shop-thumbs {
    margin-right: -50px;
}

.shop-thumbs .thumb-item {
    margin-right: 20px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
    .shop-previews {
        margin-left: 20px;
    }
}

.shop-previews img {
    width: 100%;
}

.product-details-header {
    padding: 40px 90px;
    background: white;
    border-radius: 20px;
    border: 1px solid var(--border-color);
}

@media only screen and (min-width: 992px) {
    .product-details-header {
        margin-left: -105px;
    }
}

@media only screen and (max-width: 479px) {
    .product-details-header {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media only screen and (max-width: 375px) {
    .product-details-header {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 376px) {
    .product-details-header h4 {
        font-size: 40px;
    }
}

.product-details-header .price {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
    font-family: "PT Sans", sans-serif;
}

.product-details-header .ratting a {
    color: #333333;
    font-size: 15px;
    margin-left: 10px;
    font-style: italic;
}

.shop-short-text {
    font-style: italic;
    padding-left: 22px;
    border-left: 13px solid var(--yellow-color);
}

.select-wishlist {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.select-wishlist input {
    width: 110px;
    margin-right: 10px;
    padding: 13px 25px;
    margin-bottom: 10px;
    border-radius: 10px;
    background: var(--lighter-color);
}

.select-wishlist a {
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.select-wishlist a i {
    margin-right: 5px;
    color: var(--primary-color);
}

.select-wishlist a b {
    font-style: italic;
}

.add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.add-to-cart .theme-btn {
    margin-right: 22px;
    margin-bottom: 10px;
}

.add-to-cart b {
    font-style: italic;
    margin-bottom: 10px;
    color: var(--heading-color);
    text-transform: uppercase;
}

.select-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.select-rating h6 {
    margin-bottom: 20px;
}

.select-rating .ratting {
    margin-bottom: 15px;
}

.select-rating .ratting i {
    font-size: 12px;
}

.select-rating .ratting i.normal {
    color: #b5b5b5;
}

/*******************************************************/
/***************** ## Sidebar Widgets *****************/
/*******************************************************/
.widget {
    overflow: hidden;
    border-radius: 30px;
    background: var(--lighter-color);
}

.widget:not(:last-child) {
    margin-bottom: 30px;
}

.widget .list-style-three li:before {
    content: "\f105";
}

.widget-title {
    margin-bottom: 0;
    padding: 20px 40px;
    background: var(--yellow-color);
}

@media only screen and (max-width: 1199px) {
    .widget-title {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media only screen and (max-width: 375px) {
    .widget-title {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.widget-content {
    padding: 33px 40px 40px;
}

@media only screen and (max-width: 1199px) {
    .widget-content {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media only screen and (max-width: 375px) {
    .widget-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.widget-recent-post ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.widget-recent-post ul li:not(:last-child) {
    margin-bottom: 20px;
}

.widget-recent-post ul li .image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 75px;
    margin-right: 18px;
}

.widget-recent-post ul li .image img {
    border-radius: 10px;
}

.widget-recent-post ul li .content h6 {
    margin-bottom: 0;
}

.widget-recent-post ul li .content .date {
    font-size: 15px;
    font-style: italic;
}

.widget-recent-post ul li .content .date i {
    margin-right: 5px;
    color: var(--primary-color);
}

.tag-coulds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.tag-coulds a {
    font-size: 15px;
    padding: 2px 22px;
    font-style: italic;
    border-radius: 7px;
    margin: 0 5px 10px;
    text-transform: capitalize;
    background: var(--lighter-color);
}

.tag-coulds a:hover {
    color: white;
    background: var(--primary-color);
}

.widget-cause-item {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.widget-cause-item:not(:last-child) {
    margin-bottom: 20px;
}

.widget-cause-item:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.widget-cause-item img {
    width: 100%;
}

.widget-cause-item .content {
    position: absolute;
    left: 30px;
    bottom: 25px;
}

.widget-cause-item .content h6 {
    margin-bottom: 0;
}

.widget-cause-item .content h6 a {
    color: white;
}

.widget-cause-item .content .price {
    color: #d4d4d4;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
}

.widget-cause-item .content .price .goal {
    color: var(--yellow-color);
}

.widget-services .list-style-three li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.widget-services .list-style-three li:not(:first-child) {
    border-top: 1px solid var(--border-color);
}

.widget-services .list-style-three li a {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}

.widget-services .list-style-three li:before {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.widget-services .list-style-three li:after {
    opacity: 0;
    content: "";
    z-index: -1;
    position: absolute;
    left: -40px;
    top: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: var(--primary-color);
    border-radius: 0 20px 20px 0;
    width: calc(100% + 40px);
    height: 100%;
}

.widget-services .list-style-three li:hover,
.widget-services .list-style-three li.active {
    border-color: var(--lighter-color);
}

.widget-services .list-style-three li:hover + li,
.widget-services .list-style-three li.active + li {
    border-color: var(--lighter-color);
}

.widget-services .list-style-three li:hover a,
.widget-services .list-style-three li.active a {
    color: white;
}

.widget-services .list-style-three li:hover:before,
.widget-services .list-style-three li.active:before {
    color: white;
    margin-left: 22px;
}

.widget-services .list-style-three li:hover:after,
.widget-services .list-style-three li.active:after {
    opacity: 1;
}

/*******************************************************/
/***************** ## Client Logo Area *****************/
/*******************************************************/
.client-logo-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}

.client-logo-wrap .client-logo-item {
    max-width: 40%;
    margin: 0 15px 30px;
}

/* Logo Style Two */
.logo-item-two {
    padding: 50px 25px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
    height: calc(100% - 30px);
    background: var(--lighter-color);
}

@media only screen and (max-width: 375px) {
    .logo-item-two {
        padding: 25px;
    }
}

/*******************************************************/
/******************** ## 404 Error *********************/
/*******************************************************/
.error-page {
    margin-bottom: -10px;
}

.error-inner h4 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.error-inner h4 span {
    color: var(--primary-color);
}

.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 10px;
    background: white;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
}

.search-form input {
    border: none;
    padding-right: 0;
}

.search-form button {
    color: #999999;
    padding: 0 15px;
    background: transparent;
    border-left: 1px solid var(--border-color);
}

/*******************************************************/
/******************* ## Main Footer *******************/
/*******************************************************/
@media only screen and (min-width: 1200px) {
    .main-footer {
        background-size: 100% 100%;
    }
}

.footer-newsletter {
    max-width: 525px;
    margin-left: auto;
    margin-right: auto;
}

.footer-newsletter h5 {
    font-size: 28px;
    text-align: center;
}

.footer-newsletter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 375px) {
    .footer-newsletter form {
        margin-bottom: 95px;
    }
}

.footer-newsletter form label {
    line-height: 1;
    margin-bottom: 0;
    margin-left: 35px;
    color: var(--yellow-color);
    margin-right: 15px;
    padding-right: 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 479px) {
    .footer-newsletter form label {
        display: none;
    }
}

.footer-newsletter form input {
    border: none;
    font-size: 15px;
    padding: 10px 5px;
    background: transparent;
}

@media only screen and (max-width: 479px) {
    .footer-newsletter form input {
        padding-left: 20px;
    }
}

.footer-newsletter form input::-webkit-input-placeholder {
    color: white;
    font-style: italic;
}

.footer-newsletter form input:-ms-input-placeholder {
    color: white;
    font-style: italic;
}

.footer-newsletter form input::-ms-input-placeholder {
    color: white;
    font-style: italic;
}

.footer-newsletter form input::placeholder {
    color: white;
    font-style: italic;
}

.footer-newsletter form .theme-btn {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: -2px;
    font-size: 16px;
    border-radius: 0 20px 20px 0;
}

.footer-newsletter form .theme-btn .btn-text {
    padding-left: 25px;
    padding-right: 25px;
}

@media only screen and (max-width: 375px) {
    .footer-newsletter form .theme-btn {
        position: absolute;
        left: 50%;
        border-radius: 20px;
        top: calc(100% + 10px);
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

.footer-title {
    font-family: "Jost", sans-serif;
    font-size: 22px;
    margin-bottom: 28px;
}

.widget_contact ul li {
    font-style: italic;
}

.widget_contact ul li:not(:last-child) {
    margin-bottom: 8px;
}

.widget_contact ul li b {
    margin-right: 5px;
    color: var(--primary-color);
}

.widget_menu ul li:not(:last-child) {
    margin-bottom: 8px;
}

.widget_menu ul li:before {
    content: "\f061";
    margin-right: 8px;
    font-size: 0.9em;
    font-family: "Font Awesome 5 Pro";
}

.footer-white .footer-title,
.footer-white .footer-newsletter h5 {
    color: #3A4551;
}

.footer-white .footer-widget p,
.footer-white .footer-widget li,
.footer-white .footer-widget a {
    color: #3A4551;
}

.redw {
    color: #A3C2DB;
    padding-right: 5px;
}

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

.footer-widget .social-style-one a {
    width: 46px;
    height: 46px;
    color: white;
    line-height: 46px;
}

/* Footer Bottom */
.copyright-text p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: 797979;
}

.copyright-text p a {
    color: 797979;
}

.footer-bottom-menu ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-bottom-menu ul li {
    line-height: 1;
    margin-bottom: 5px;
}

.footer-bottom-menu ul li a {
    font-size: 15px;
    font-weight: 700;
    color: var(--heading-color);
}

.footer-bottom-menu ul li:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid var(--heading-color);
}

/* Footer Three */
.footer-three .footer-title {
    line-height: 1;
    padding-left: 11px;
    text-transform: uppercase;
    border-left: 6px solid var(--primary-color);
}

.footer-three .widget_contact ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-three .widget_contact ul li:not(:last-child) {
    margin-bottom: 11px;
}

.footer-three .widget_contact ul li > i {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    background: #662f6c;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
}

.footer-three ~ .footer-bottom p {
    margin-bottom: 5px;
}

.footer-three ~ .footer-bottom p a {
    font-weight: 700;
    color: var(--primary-color);
}

/* Footer Four */
@media only screen and (max-width: 575px) {
    .footer-four .footer-logo {
        margin-top: 0;
    }
}

.widget_copyright ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.widget_copyright ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-style: italic;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--heading-color);
}

.widget_copyright ul li a {
    color: var(--heading-color);
}

.widget_copyright ul li:not(:last-child) {
    margin-right: 15px;
}

@media only screen and (max-width: 375px) {
    .widget_copyright ul li:not(:last-child) {
        margin-right: 10px;
    }
}

.widget_copyright ul li:not(:last-child):after {
    content: "|";
    font-size: 0.6em;
    margin-left: 15px;
}

@media only screen and (max-width: 375px) {
    .widget_copyright ul li:not(:last-child):after {
        margin-left: 10px;
    }
}

.widget_copyright p {
    font-size: 20px;
    font-family: "PT Sans", sans-serif;
}

.widget_copyright p a {
    color: var(--light-blue-color);
}
