a,
a :focus,
a:hover {
    text-decoration: none;
    color: #000;
}
body,
p {
    color: #666;
    font-size: 16px;
}
.list-style,
.list-style li {
    list-style: none;
}
.play-now,
.z-0 {
    position: relative;
}
.content-title.style3 span.bl-text,
.content-title.style4 span.bl-text,
.section-title.style3 span.bl-text,
.section-title.style4 span.bl-text {
    top: 42%;
    right: 20px;
    font-size: 65px;
    font-weight: 800;
    line-height: 1;
    -webkit-text-fill-color: transparent;
    transform: translateY(-50%);
    position: absolute;
}
@font-face {
    font-family: "Readex Pro";
    font-style: normal;
    font-weight: 200;
    src: url("/assets/fonts/readex-pro/readex-pro-v26-latin-200.woff2")
        format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Readex Pro";
    font-style: normal;
    font-weight: 300;
    src: url("/assets/fonts/readex-pro/readex-pro-v26-latin-300.woff2")
        format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Readex Pro";
    font-style: normal;
    font-weight: 400;
    src: url("/assets/fonts/readex-pro/readex-pro-v26-latin-regular.woff2")
        format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Readex Pro";
    font-style: normal;
    font-weight: 500;
    src: url("/assets/fonts/readex-pro/readex-pro-v26-latin-500.woff2")
        format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Readex Pro";
    font-style: normal;
    font-weight: 600;
    src: url("/assets/fonts/readex-pro/readex-pro-v26-latin-600.woff2")
        format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Readex Pro";
    font-style: normal;
    font-weight: 700;
    src: url("/assets/fonts/readex-pro/readex-pro-v26-latin-700.woff2")
        format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Spline Sans";
    font-style: normal;
    font-weight: 300;
    src: url("/assets/fonts/spline-sans/spline-sans-v15-latin-300.woff2")
        format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Spline Sans";
    font-style: normal;
    font-weight: 400;
    src: url("/assets/fonts/spline-sans/spline-sans-v15-latin-regular.woff2")
        format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Spline Sans";
    font-style: normal;
    font-weight: 500;
    src: url("/assets/fonts/spline-sans/spline-sans-v15-latin-500.woff2")
        format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Spline Sans";
    font-style: normal;
    font-weight: 600;
    src: url("/assets/fonts/spline-sans/spline-sans-v15-latin-600.woff2")
        format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Spline Sans";
    font-style: normal;
    font-weight: 700;
    src: url("/assets/fonts/spline-sans/spline-sans-v15-latin-700.woff2")
        format("woff2");
    font-display: swap;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
.accordion-item .accordion-header .accordion-button:focus,
.btn:focus,
:focus,
button:focus {
    outline: 0;
    box-shadow: none;
}
.form-control:focus {
    box-shadow: none;
}
a,
button,
input[type="submit"] {
    cursor: pointer;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
a {
    text-transform: inherit;
    transition: 0.3s;
}
a :focus,
a:hover {
    box-shadow: none;
}
a:focus {
    outline: solid 0;
}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    font-family: "Readex Pro", sans-serif;
}
body {
    font-family: "Spline Sans", sans-serif;
}
p {
    line-height: 1.8;
}
select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: calc(100% - 18px) 50%;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-75 {
    padding-top: 75px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-200 {
    padding-top: 200px;
}
.pb-10,
.ptb-10 {
    padding-bottom: 10px;
}
.pb-20,
.ptb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-75 {
    padding-bottom: 75px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-130 {
    padding-bottom: 130px;
}
.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.mb-100,
.mtb-100 {
    margin-bottom: 100px !important;
}
.mmt-10 {
    margin-top: -10px !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-35 {
    margin-top: 35px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mt-80 {
    margin-top: 80px !important;
}
.mt-100,
.mtb-100 {
    margin-top: 100px !important;
}
#message,
.accordion-item .accordion-body p:last-child,
.blog-slider-one .blog-card,
.loader div:last-child,
.pp-post-item:last-child,
.project-slider-one .project-card,
.project-slider-three .project-card,
.project-slider-two .project-card,
.sidebar .sidebar-widget:last-child,
.team-card.style2 .team-info-wrap .social-link .social-profile li:last-child,
.team-slider-one .team-card,
.team-slider-two .team-card {
    margin: 0;
}
.z-0 {
    z-index: 0;
}
#message {
    padding: 0;
}
.help-block {
    color: #e31c25;
}
.back-to-top i,
.blog-card.style1:hover .blog-info .blog-author .blog-author-info h6 a,
.blog-card.style1:hover .blog-info .blog-metainfo li a,
.blog-card.style1:hover .blog-info .blog-metainfo li i,
.blog-card.style1:hover .blog-info h3 a,
.btn,
.btn.style2:hover,
.btn.style3,
.btn.style3:hover,
.btn.style4:hover,
.btn.style5:hover,
.btn.style6:hover,
.btn:hover,
.content-title.style2 h2,
.content-title.style4 h2,
.content-title.style5 h2,
.event-card.style5:hover .link,
.event-card:hover .event-info .event-metainfo li i,
.event-card:hover .event-info h3 a,
.footer-bottom .social-profile li a:hover i,
.hero-slider-one.owl-carousel .owl-nav button.owl-next:hover i,
.hero-slider-one.owl-carousel .owl-nav button.owl-prev:hover i,
.hero-wrap.style2 .hero-slide-item .hero-content h1,
.login-header span,
.owl-carousel .owl-nav button.owl-next:hover i,
.owl-carousel .owl-nav button.owl-prev:hover i,
.page-nav li a.active i,
.page-nav li a:hover i,
.play-now,
.project-card.style1:hover .project-info h3 a,
.project-card.style2 .like-btn:hover i,
.project-card.style2 .project-info .fund-collection .fund-goal,
.project-card.style2 .project-info .fund-collection .fund-raised,
.project-card.style2 .project-info h3 a,
.project-card.style3 .like-btn:hover i,
.section-title.style2 h2,
.section-title.style4 h2,
.section-title.style5 h2,
.social-profile.style1 li a:hover i,
.social-profile.style2 li a:hover i,
.social-profile.style3 li a:hover i,
.team-card.style1 .team-info .social-profile li a i,
.team-card.style2 .team-info-wrap .team-info h3 a,
.team-card.style3 .team-info .social-profile li a i {
    color: #fff;
}
.list-style {
    margin: 0;
    padding: 0;
}
.page-wrapper {
    overflow-x: hidden;
}
.progess-bar-item,
.team-card.style2 .team-info-wrap {
    justify-content: space-between;
}
.donate-box .donate-amt {
    justify-content: center;
}
.fund-collection {
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.play-now .ripple,
.play-now .ripple:after,
.play-now .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 85px;
    width: 85px;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    -ms-box-shadow: 0 0 0 0 #fff;
    -o-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
    animation: 3s infinite ripple;
}
.btn:before,
.loader {
    top: 0;
    left: 0;
}
.btn:after,
.btn:before {
    width: 50%;
    z-index: -1;
    position: absolute;
    opacity: 0;
    content: "";
    height: 0;
    visibility: hidden;
}
.play-now {
    height: 85px;
    width: 85px;
    text-align: center;
    line-height: 92px;
    background-color: transparent;
    border: 3px solid #fff;
    z-index: 1;
    font-size: 28px;
    padding-left: 5px;
    display: block;
    transform-origin: center center;
    border-radius: 50%;
    margin: 0 auto;
}
.back-to-top,
.loader div:first-child,
.loader div:nth-child(3) {
    background: #2a3750;
}
.play-now .ripple:before {
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
.play-now .ripple:after {
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}
@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
.back-to-top {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    display: none;
    position: fixed;
    bottom: 230px;
    right: 20px;
    z-index: 999;
    border-radius: 5px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    transition: 0.4s ease-in-out;
}
.link:hover:after,
.loader {
    width: 100%;
}
.btn,
.link {
    line-height: 26px;
}
.header-wrap.sticky,
.search-area {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.back-to-top.open {
    bottom: 30px;
}
.loader {
    position: fixed;
    height: 100%;
    background: #fff;
    z-index: 20000;
    overflow-x: hidden !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn,
.btn i,
.link {
    position: relative;
}
.loader div {
    width: 12px;
    height: 12px;
    margin: 0 10px 0 0;
    border-radius: 50px;
    transform-origin: 50% 0;
    display: inline-block;
    animation: 1.4s linear infinite bouncing;
}
.loader div:nth-child(2) {
    background: #2a3750;
    animation-delay: 0.2s;
}
.loader div:nth-child(3) {
    animation-delay: 0.4s;
}
@keyframes bouncing {
    0%,
    100% {
        transform: translateY(0) scale(1, 1);
        animation-timing-function: ease-in;
    }
    45% {
        transform: translateY(80px) scale(1, 1);
        animation-timing-function: linear;
    }
    50% {
        transform: translateY(80px) scale(1.5, 0.5);
        animation-timing-function: linear;
    }
    55% {
        transform: translateY(80px) scale(1, 1);
        animation-timing-function: ease-out;
    }
}
.btn {
    display: inline-block;
    font-weight: 400;
    border-radius: 0;
    text-align: center;
    transition: 0.7s ease-in-out;
    z-index: 1;
    border: none;
    padding: 5px 20px;
    overflow: hidden;
    white-space: nowrap;
}
.body_overlay,
.btn i,
.btn:after,
.btn:before,
.link,
.link i,
.link:after,
.owl-carousel .owl-dots button.owl-dot span,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    transition: 0.4s ease-in-out;
}
.btn i {
    top: 3px;
    font-size: 16px;
    margin-left: 7px;
}
.btn:after {
    bottom: 0;
    right: 0;
}
.btn:hover:after,
.btn:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}
.btn.style1 {
    background-color: #2a3750;
    border-radius: 10px;
}
.btn.style1:after,
.btn.style1:before,
.btn.style2:after,
.btn.style2:before {
    background: #000;
}
.btn.style2 {
    background-color: #f59946;
    color: #fff;
    border-radius: 10px;
}
.btn.style3 {
    background-color: #000;
}
.bg-transparent,
.btn.style4,
.btn.style5 {
    background-color: transparent;
}
.btn.style3:after,
.btn.style3:before,
.btn.style4:after,
.btn.style4:before,
.btn.style5:after,
.btn.style5:before,
.btn.style6:after,
.btn.style6:before {
    background: #338f7a;
}
.btn.style4 {
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
}
.btn.style5 {
    border: 1px solid #338f7a;
    color: #338f7a;
}
.btn.style6 {
    background-color: #fff;
    color: #338f7a;
}
.link {
    font-weight: 500;
    display: inline-block;
    color: #338f7a;
}
.link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background: #338f7a;
    visibility: hidden;
    opacity: 0;
}
.body_overlay.open,
.link:hover:after {
    opacity: 1;
    visibility: visible;
}
.link i {
    position: relative;
    top: 3px;
    margin-left: 5px;
    font-size: 14px;
}
.breadcrumb-title .breadcrumb-menu li a:hover,
.category-box li a:hover i,
.checkbox a,
.comment-item-wrap .reply-btn:hover,
.counter-card-wrap.style1 .counter-card.style2 .counter-text h2,
.counter-card-wrap.style1 .counter-card.style3 .counter-text h2,
.event-desc p a,
.event-info-item-wrap .event-info-item span a,
.footer-bottom .copyright-text span,
.header-wrap .header-top .header-top-left .contact-info li a:hover,
.header-wrap .header-top .header-top-left .contact-info li p:hover,
.hero-slider-one.owl-carousel .owl-nav button.owl-next i,
.hero-slider-one.owl-carousel .owl-nav button.owl-prev i,
.link.style1,
.link:hover,
.login-form-wrap .link.style1,
.post-metainfo li a:hover,
.pp-post-item .pp-post-info .pp-post-date:hover,
.pp-post-item:hover .pp-post-info h6 a,
.project-card.style2 .project-info h3 a:hover,
.project-desc p a,
.social-profile.style1 li a i,
.team-desc p a,
.terms-wrap p a,
article p a {
    color: #338f7a;
}
.link:hover i {
    margin-left: 10px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.owl-carousel .owl-nav button.owl-next i,
.owl-carousel .owl-nav button.owl-prev i {
    font-size: 18px;
    line-height: 0.8;
    display: inline-block;
    position: relative;
    top: 1px;
    color: #338f7a;
    margin: 0 auto;
    transition: 0.4s ease-in-out;
}
.counter-card-wrap.style3 .counter-card:first-child,
.counter-card-wrap.style3 .counter-card:nth-child(4),
.event-card.style2:hover,
.event-card.style3:hover,
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #338f7a;
    border-color: transparent;
}
.owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    margin: 0 6px;
    position: relative;
    bottom: -5px;
}
.owl-carousel .owl-dots button.owl-dot span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
}
.owl-carousel .owl-dots button.owl-dot.active span {
    background: #338f7a;
    width: 18px;
    height: 18px;
    top: 1px;
}
.blog-card.style3 .blog-img,
.category-box li,
.content-title,
.faq-wrap,
.footer-wrap .footer-widget .newsletter-form,
.header-wrap .header-bottom .container,
.hero-wrap.style2,
.project-card.style2 .project-img,
.project-card.style3 .project-img,
.search-box,
.search-box .form-group,
.searchbox,
.section-title {
    position: relative;
}
.content-title h2,
.section-title h2 {
    font-size: 40px;
    margin: 0;
}
.content-title p,
.section-title p {
    margin: 12px 0 0;
}
.content-title span,
.section-title span {
    display: inline-block;
    font-weight: 700;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
    line-height: 1;
    color: #338f7a;
    padding-bottom: 18px;
}
.content-title span img,
.section-title span img {
    position: absolute;
    bottom: 0;
    left: 50%;
    min-width: 150px;
    transform: translateX(-50%);
}
.blog-card.style1:hover .blog-info .blog-author .blog-author-info span,
.blog-card.style1:hover .blog-info .blog-metainfo li,
.blog-card.style1:hover .blog-info p,
.content-title.style2 span,
.content-title.style4 p,
.content-title.style5 p,
.event-card:hover .event-info .event-metainfo li a,
.event-card:hover .event-info .event-metainfo li p,
.event-card:hover .event-info p,
.hero-wrap.style2 .hero-slide-item .hero-content p,
.project-card.style1:hover .project-info p,
.section-title.style2 span,
.section-title.style4 p,
.section-title.style5 p,
.team-card.style2 .team-info-wrap .team-info span {
    color: rgba(255, 255, 255, 0.8);
}
.content-title.style3 span,
.section-title.style3 span {
    display: block;
    color: #f59946;
    padding-bottom: 10px;
}
.content-title.style3 span.bl-text,
.section-title.style3 span.bl-text {
    width: 100%;
    color: rgba(0, 0, 0, 0.08);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.09);
}
.content-title.style4 span,
.section-title.style4 span {
    display: block;
    color: #f59946;
}
.content-title.style4 span.bl-text,
.section-title.style4 span.bl-text {
    width: 100%;
    color: rgba(255, 255, 255, 0.095);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
}
.content-title.style5 span,
.section-title.style5 span {
    display: block;
    color: #f59946;
    padding-bottom: 0;
}
.bg-black,
.footer-wrap .footer-bottom {
    background-color: #000;
}
.bg-white,
.blog-card.style2,
.event-card.style2,
.event-card.style3 {
    background-color: #fff;
}
.bg-athens {
    background-color: #f0f4ff;
}
.bg-albastor {
    background-color: #f9f9f9;
}
.bg-sand {
    background-color: #f5f5f5;
}
.bg-lochi,
.blog-card.style1:hover,
.event-card.style5:hover,
.hero-slider-one.owl-carousel .owl-nav button.owl-next:hover,
.hero-slider-one.owl-carousel .owl-nav button.owl-prev:hover,
.project-card.style1:hover .project-info,
.project-card.style2 .like-btn:hover,
.project-card.style3 .like-btn:hover,
.team-card.style3 .team-info .social-profile li a {
    background-color: #338f7a;
}
.body_overlay {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
}
.social-profile li a,
.social-profile li a i,
.waving_left,
.waving_right {
    transition: 0.3s ease-in-out;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.op-1 {
    opacity: 0.1;
}
.op-2 {
    opacity: 0.2;
}
.op-3 {
    opacity: 0.3;
}
.op-4 {
    opacity: 0.4;
}
.op-5 {
    opacity: 0.5;
}
.op-6 {
    opacity: 0.6;
}
.op-7 {
    opacity: 0.7;
}
.op-75 {
    opacity: 0.75;
}
.op-8 {
    opacity: 0.8;
}
.op-85 {
    opacity: 0.85;
}
.op-9 {
    opacity: 0.9;
}
.op-95 {
    opacity: 0.95;
}
.op-10 {
    opacity: 1;
}
.bg-f {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ddd;
}
.about-wrap,
.about-wrap.style3 .about-img-wrap,
.blog-wrap .container,
.counter-wrap,
.cta-wrap.style1,
.cta-wrap.style1 .content-title,
.cta-wrap.style2 .content-title,
.hero-wrap.style3 .hero-img-wrap,
.pos-rel,
.promo-video,
.team-wrap {
    position: relative;
    z-index: 1;
}
.bounce {
    animation: 1.5s ease-in-out infinite float;
}
.moveHorizontal {
    animation: 3s ease-in-out infinite moveHorizontal;
}
.moveVertical {
    animation: 3s ease-in-out infinite moveVertical;
}
.moveHorizontal_reverse {
    animation: 3s ease-in-out infinite moveHorizontal_reverse;
}
.animationFramesTwo {
    animation: 20s ease-in-out infinite animationFramesTwo;
}
.flyLeft {
    animation: 30s linear infinite flyLeft;
}
.flyRight {
    animation: 30s linear infinite flyRight;
}
.flyUp {
    animation: 15s linear infinite flyUp;
}
.moveLeft {
    animation: 30s linear infinite moveLeft;
}
.moveRight {
    animation: 20s linear infinite moveRight;
}
.waving_left {
    animation: 5s linear infinite waving_left;
}
.waving_right {
    animation: 7s linear infinite waving_right;
}
.rotate {
    animation: 20s linear infinite rotation;
}
@keyframes waving_left {
    0%,
    100% {
        -webkit-transform: rotate(0);
    }
    25% {
        -webkit-transform: rotate(5deg);
    }
    50% {
        -webkit-transform: rotate(7deg);
    }
    75% {
        -webkit-transform: rotate(-5deg);
    }
}
@keyframes waving_right {
    0%,
    100% {
        -webkit-transform: rotate(0);
    }
    25%,
    75% {
        -webkit-transform: rotate(-3deg);
    }
    50% {
        -webkit-transform: rotate(-6deg);
    }
}
@keyframes moveLeft {
    0%,
    100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-50%);
    }
}
@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}
@keyframes rotation {
    from {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@keyframes animationFramesTwo {
    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }
}
@keyframes moveHorizontal {
    0%,
    100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-20px);
    }
}
@keyframes moveHorizontal_reverse {
    0%,
    100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(20px);
    }
}
@keyframes moveVertical {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}
@keyframes flyLeft {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
    }
    20% {
        -webkit-transform: translate(-25vw, 50px) rotate(25deg);
    }
    40% {
        -webkit-transform: translate(-50vw, -52px) rotate(40deg);
    }
    60% {
        -webkit-transform: translate(-65vw, 82px) rotate(30deg);
    }
    80% {
        -webkit-transform: translate(-80vw, -72px) rotate(15deg);
    }
    100% {
        -webkit-transform: translate(-100vw, 0) rotate(0);
    }
}
@keyframes flyRight {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
    }
    20% {
        -webkit-transform: translate(25vw, 50px) rotate(25deg);
    }
    40% {
        -webkit-transform: translate(50vw, -52px) rotate(40deg);
    }
    60% {
        -webkit-transform: translate(65vw, 82px) rotate(30deg);
    }
    80% {
        -webkit-transform: translate(80vw, -72px) rotate(15deg);
    }
    100% {
        -webkit-transform: translate(100vw, 0) rotate(0);
    }
}
@keyframes flyUp {
    0%,
    100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(50px, -50px);
    }
    50% {
        transform: translate(100px, 60px);
    }
    75% {
        transform: translate(-50px, -25px);
    }
}
.social-profile li {
    display: inline-block;
    margin: 0 4px;
}
.breadcrumb-title .breadcrumb-menu li:first-child,
.social-profile li:first-child {
    margin-left: 0;
}
.blog-card .blog-info .blog-metainfo li:last-child,
.donate-box .donate-amt li:last-child,
.donation-form .radionbtn-wrap .radionbtn:last-child,
.event-card .event-info .event-metainfo li:last-child,
.post-metainfo li:last-child,
.social-profile li:last-child {
    margin-right: 0;
}
.social-profile li a {
    display: block;
    text-align: center;
    border: 1px solid transparent;
}
.social-profile li a i {
    font-size: 16px;
    line-height: 0.8;
}
.social-profile li a:hover {
    border-color: transparent;
    color: #338f7a;
}
.social-profile.style1 li a,
.social-profile.style2 li a,
.social-profile.style3 li a {
    width: 35px;
    height: 35px;
    text-align: center;
    transition: 0.3s ease-in-out;
}
.social-profile.style1 li a {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.social-profile.style1 li a:hover,
.social-profile.style3 li a:hover {
    background-color: #338f7a;
    transform: translateY(-3px);
}
.social-profile.style2 li a {
    background: #f9f9f9;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.25);
}
.social-profile.style2 li a i,
.social-profile.style3 li a i {
    color: rgba(0, 0, 0, 0.3);
}
.social-profile.style2 li a:hover {
    background-color: #2a3750;
    transform: translateY(-3px);
}
.social-profile.style3 li a {
    background: 0 0;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.25);
}
.page-nav {
    text-align: center;
    margin-top: 25px;
}
.page-nav li {
    margin: 0 5px;
    display: inline-block;
}
.page-nav li a {
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 54px;
    font-weight: 600;
    opacity: 0.7;
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: 0.4s ease-in-out;
}
.page-nav li a i {
    font-size: 18px;
    line-height: 1;
    margin: 0 auto;
    position: relative;
    top: 2px;
    transition: 0.4s ease-in-out;
}
.page-nav li a.active,
.page-nav li a:hover {
    color: #fff;
    opacity: 1;
    background-color: #338f7a;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.project-card.style2 .like-btn,
.project-card.style3 .like-btn,
.project-card.style4 .project-img .like-btn,
.promo-wrap.style2 .promo-card .promo-icon,
.social-profile.style1 li a,
.social-profile.style2 li a,
.social-profile.style3 li a {
    flex-direction: column;
    justify-content: center;
}
.header-wrap .header-top .header-top-right {
    justify-content: flex-end;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes toBottomFromTop10 {
    49% {
        transform: translateY(-10%);
    }
    50% {
        opacity: 0;
        transform: translateY(10%);
    }
    51% {
        opacity: 1;
    }
}
.fadeInDown {
    animation-name: fadeInDown;
}
.header-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: 0.4s;
}
.header-wrap.sticky {
    position: fixed;
    transition: 0.4s;
    background: #fff;
    animation: 0.5s ease-in-out fadeInDown;
    width: 100%;
    top: 0;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}
.header-wrap .header-top {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-wrap .header-top .header-top-left .contact-info li {
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.header-wrap .header-top .header-top-left .contact-info li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.header-wrap .header-top .header-top-left .contact-info li i {
    font-size: 16px;
    line-height: 0.8;
    color: #2a3750;
    transition: 0.4s;
}
.header-wrap .header-top .header-top-left .contact-info li a,
.header-wrap .header-top .header-top-left .contact-info li p {
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 0;
    font-size: 15px;
    color: #666;
    transition: 0.4s;
}
.header-wrap .header-top .header-top-right .social-profile {
    text-align: right;
    margin-left: 15px;
    position: relative;
    padding-left: 15px;
    border-left: 1px solid rgba(0, 0, 0, 0.19);
}
.header-wrap .header-top .header-top-right .social-profile:before {
    position: absolute;
    top: 50%;
    left: -2px;
    content: "";
    width: 1px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.35);
    transform: translateY(-50%);
}
.header-wrap .header-top .header-top-right .social-profile li a {
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.2);
}
.header-wrap .header-top .header-top-right .social-profile li a i {
    font-size: 14px;
    color: #fff;
}
.header-wrap .header-top .header-top-right .social-profile li a:hover,
.team-card.style1 .team-info .social-profile li a {
    background-color: #2a3750;
}
.header-wrap .header-bottom {
    background-color: #fff;
    transition: 0.4s;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.05);
}
.searchbox input {
    width: 400px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.06);
    padding: 12px 30px 12px 18px;
    border: none;
    border-radius: 15px 0;
}
.searchbox button,
.searchbtn {
    border: none;
    background-color: transparent;
}
.searchbox button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 20px 5px 5px;
    height: 100%;
}
.searchbox button i {
    color: #000;
    position: relative;
    top: 4px;
}
.searchbtn {
    padding: 0;
    position: relative;
    top: 2px;
}
.searchbtn i {
    font-size: 20px;
    line-height: 1;
}
.search-area {
    position: absolute;
    top: 85px;
    right: 12px;
    background-color: #fff;
    padding: 15px;
    width: 320px;
    visibility: hidden;
    opacity: 0;
    border-radius: 0 0 5px 5px;
    transition: 0.4s;
}
.search-area.open {
    visibility: visible;
    opacity: 1;
    top: 78px;
}
.search-area input {
    width: 100%;
    height: 58px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    background-color: transparent;
    color: #000;
}
.search-area button {
    position: absolute;
    top: 35px;
    right: 22px;
    border: none;
    background-color: transparent;
}
.search-area button i {
    font-size: 20px;
    opacity: 0.5;
    line-height: 0.8;
}
.select-lang {
    padding-left: 18px;
    position: relative;
}
.select-lang i {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 15px;
    line-height: 1;
    color: #338f7a;
}
.select-lang .navbar-language .dropdown-toggle {
    background-color: transparent;
    border: none;
    font-size: 15px;
    padding-right: 16px;
    color: #666;
    transition: 0.3s;
}
.accordion-item .accordion-header .accordion-button:after,
.blog-card .blog-info .link:after,
.blog-card.style1:hover .link:after,
.blog-card.style3 .link:after,
.breadcrumb-title .breadcrumb-menu li:last-child:after,
.post-metainfo li:last-child:after,
.select-lang .navbar-language .dropdown-toggle:after {
    display: none;
}
.select-lang .navbar-language .dropdown-toggle:before {
    position: absolute;
    top: 0;
    right: -2px;
    content: "\ea4e";
    font-family: remixicon;
    font-weight: 400;
    border: 0;
    margin-left: 8px;
    font-size: 16px;
}
.select-lang .navbar-language .dropdown-menu {
    margin: 0;
    padding: 5px 0;
    box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
    left: 0;
    right: auto;
    border: 0;
    border-radius: 0;
    transform: translateY(75px) !important;
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s linear;
}
.select-lang .navbar-language .dropdown-menu a {
    padding: 5px 10px;
    transition: 0.3s linear;
    font-size: 15px;
}
.select-lang .navbar-language .dropdown-menu a img {
    width: 20px;
    margin-right: 10px;
}
.select-lang .navbar-language .dropdown-menu.show {
    transform: translateY(40px) !important;
    opacity: 1;
    pointer-events: all;
}
@media only screen and (max-width: 767px) {
    .header-wrap .header-top .header-top-left .contact-item a,
    .header-wrap .header-top .header-top-left .contact-item p,
    .header-wrap
        .header-top
        .header-top-right
        .select-lang
        .navbar-language
        .dropdown-toggle {
        font-size: 14px !important;
    }
    .header-wrap.sticky {
        top: -171px;
    }
    .header-wrap .navbar-brand img {
        max-width: 120px;
    }
    .header-wrap .header-top {
        padding: 15px 0;
        background-color: rgba(51, 143, 122, 0.09);
        border: none;
    }
    .header-wrap .header-top .header-top-left {
        margin-bottom: 10px;
    }
    .header-wrap .header-top .header-top-left .contact-info {
        width: 100%;
    }
    .header-wrap .header-top .header-top-left .contact-info li {
        text-align: center;
        margin-bottom: 10px;
        justify-content: center;
        width: 100%;
        border: none;
    }
    .header-wrap .header-top .header-top-left .contact-info li span {
        top: 0;
        width: 25px;
        height: 25px;
    }
    .header-wrap .header-top .header-top-left .contact-info li a,
    .header-wrap .header-top .header-top-left .contact-info li p,
    .header-wrap .header-top .header-top-left .contact-info li span i {
        font-size: 14px;
    }
    .header-wrap .header-top .header-top-right {
        justify-content: center;
    }
    .header-wrap .header-top .header-top-right .select-lang i {
        top: 4px;
    }
    .header-wrap .header-top .header-top-right .social-profile li a {
        width: 34px;
        height: 34px;
    }
    .search-area {
        width: 100%;
        right: 0;
    }
    .search-area.open {
        top: 76px;
    }
    .search-area input {
        height: 52px;
        font-size: 14px;
        padding: 10px 15px;
    }
    .search-area button {
        top: 32px;
    }
    .search-area button i {
        font-size: 18px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-wrap.sticky {
        top: -55px;
    }
    .header-wrap .header-top .header-top-left .contact-info li i {
        font-size: 15px;
    }
    .header-wrap .header-top .header-top-left .contact-info li a,
    .header-wrap .header-top .header-top-left .contact-info li p,
    .header-wrap .header-top .header-top-right .select-lang span {
        font-size: 14px;
    }
    .header-wrap .header-bottom .other-options .btn {
        font-size: 15px;
        padding: 12px 20px;
    }
    .header-wrap .navbar .navbar-nav .nav-item {
        margin: 0 9px !important;
    }
    .header-wrap .navbar .navbar-nav .nav-item a {
        font-size: 16px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-wrap.sticky {
        top: -50px;
    }
    .header-wrap .header-top {
        padding: 12px 0;
    }
    .header-wrap .header-top .header-top-left .contact-info li {
        margin-right: 8px;
        padding-right: 8px;
        border-right: none;
    }
    .header-wrap .header-top .header-top-left .contact-info li i {
        font-size: 12px;
    }
    .header-wrap .header-top .header-top-left .contact-info li a,
    .header-wrap .header-top .header-top-left .contact-info li p {
        font-size: 13px;
        margin-left: 5px;
    }
    .header-wrap
        .header-top
        .header-top-right
        .select-lang
        .dropdown-toggle
        span,
    .header-wrap .header-top .header-top-right .social-profile li a i {
        font-size: 13px;
    }
    .header-wrap .header-top .header-top-right .social-profile {
        margin-left: 10px;
        padding-left: 10px;
    }
    .header-wrap .header-top .header-top-right .social-profile li {
        margin: 0 3px;
    }
    .header-wrap .header-top .header-top-right .social-profile li a {
        width: 25px;
        height: 25px;
    }
    .header-wrap .header-top .header-top-left,
    .header-wrap .header-top .header-top-right {
        justify-content: center;
    }
    .header-wrap .navbar-brand img {
        max-width: 140px;
    }
}
@media only screen and (min-width: 992px) {
    .menu-expand i {
        display: none;
    }
    .header-wrap .navbar {
        padding: 0;
    }
    .header-wrap .navbar .navbar-brand {
        padding: 0 20px 0 0;
    }
    .header-wrap .navbar ul {
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 0;
    }
    .header-wrap .navbar .navbar-nav {
        margin-left: auto;
    }
    .header-wrap .navbar .navbar-nav .nav-item {
        position: relative;
        margin: 0 10px;
    }
    .header-wrap .navbar .navbar-nav .nav-item.first-child {
        margin-left: 0;
    }
    .header-wrap .navbar .navbar-nav .nav-item a {
        color: #000;
        font-weight: 600;
        padding: 30px 0;
        transition: 0.4s;
        position: relative;
        font-size: 18px !important;
    }
    .header-wrap .navbar .navbar-nav .nav-item a.active,
    .header-wrap .navbar .navbar-nav .nav-item a:focus,
    .header-wrap .navbar .navbar-nav .nav-item a:hover {
        color: #2a3750;
        /* color: #2a3750; */
    }
    .header-wrap .navbar .navbar-nav .nav-item a i {
        font-size: 16px;
        line-height: 1;
        position: relative;
        top: 4px;
        display: inline-block;
        margin-left: -3px;
        transition: 0.4s;
    }
    .header-wrap .navbar .navbar-nav .nav-item a:hover i {
        transform: rotate(180deg);
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
        display: block !important;
        border: none;
        top: 83px;
        left: -23px;
        z-index: 99;
        opacity: 0;
        width: 250px;
        border-radius: 0;
        padding: 12px 0;
        position: absolute;
        visibility: hidden;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        transition: 0.5s;
        transform: rotateX(-75deg);
        transform-style: preserve-3d;
        transform-origin: 0% 0%;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li {
        margin: 0;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
        padding: 10px 20px;
        position: relative;
        display: block;
        font-weight: 500;
        transition: 0.3s;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:before {
        position: absolute;
        top: 50%;
        left: 0;
        content: "";
        width: 0;
        height: 2px;
        background-color: #2a3750;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-50%);
        transition: 0.4s;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
        color: #2a3750;
        padding-left: 30px;
    }
    .header-wrap
        .navbar
        .navbar-nav
        .nav-item
        .dropdown-menu
        li
        a.active:before,
    .header-wrap
        .navbar
        .navbar-nav
        .nav-item
        .dropdown-menu
        li
        a:hover:before {
        width: 20px;
        visibility: visible;
        opacity: 1;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
        width: 100%;
        right: auto;
        left: 0;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a i {
        margin: 0;
        position: absolute;
        top: 55%;
        font-size: 16px;
        line-height: 1;
        transform: translateY(-50%);
        right: 15px;
    }
    .header-wrap
        .navbar
        .navbar-nav
        .nav-item
        .dropdown-menu
        li
        .dropdown-menu {
        top: 0;
        opacity: 0;
        left: -250px;
        right: auto;
        visibility: hidden;
    }
    .header-wrap
        .navbar
        .navbar-nav
        .nav-item
        .dropdown-menu
        li:hover
        .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
    .header-wrap .navbar .navbar-nav .nav-item:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: rotatex(0);
    }
    .header-wrap .navbar .other-options {
        display: flex;
        align-items: center;
        position: relative;
    }
    .header-wrap .navbar .other-options .option-item {
        margin: 0 0 0 20px;
    }
}
@media only screen and (min-width: 1400px) {
    .header-wrap .navbar .navbar-nav .nav-item {
        margin: 0 15px;
    }
    .header-wrap .navbar .navbar-nav .nav-item a {
        font-size: 17px;
    }
}
@media only screen and (min-width: 1200px) {
    .header-wrap .container {
        max-width: 1180px;
    }
}
@media only screen and (min-width: 1600px) {
    .header-wrap .container {
        max-width: 1520px;
    }
}
.content-wrapper,
.error-wrap {
    margin-top: 84px;
}
.br-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url(../img/breadcrumb/breadcrumb-1.webp);
    background-size: cover;
    background-position: center;
}
.breadcrumb-wrap {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    z-index: 1;
}
.breadcrumb-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
}
.breadcrumb-title {
    position: relative;
    z-index: 1;
    width: 100%;
}
.breadcrumb-title h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #fff;
}
.breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: #fff;
    font-weight: 500;
}
.breadcrumb-title .breadcrumb-menu li:after {
    position: absolute;
    top: 1px;
    right: -13px;
    content: "/";
    font-size: 16px;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.9);
}
.breadcrumb-title .breadcrumb-menu li:first-child a,
.checkbox.form-check {
    padding-left: 0;
}
.breadcrumb-title .breadcrumb-menu li:last-child {
    margin-right: 0;
    color: #338f7a;
}
.breadcrumb-title .breadcrumb-menu li a {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    padding: 0 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: relative;
    color: #fff;
}
.content-feature-list {
    margin: 0 0 28px;
}
.content-feature-list li {
    position: relative;
    padding-left: 25px;
    margin: 0 0 18px;
}
.accordion-item:last-child,
.blog-card.style2 .blog-info .blog-metainfo,
.blog-card.style3 .blog-info .blog-metainfo,
.comment-item-wrap .comment-item:last-child,
.contact-item-wrap .contact-item:last-child,
.content-feature-list li:last-child,
.event-desc p:last-child,
.footer-wrap .footer-widget .contact-info li:last-child,
.footer-wrap .footer-widget .footer-menu li:last-child,
.hero-wrap .hero-slider-thumbs button:last-child,
.progressbar-wrap .progress-bar:last-child,
.project-card.style3 .project-info .fund-collection,
.project-desc p:last-child,
.project-info-item-wrap .project-info-item:last-child,
.team-desc p:last-child,
.terms-wrap p:last-child,
article p:last-child {
    margin-bottom: 0;
}
.content-feature-list li i {
    position: absolute;
    top: 6px;
    left: 0;
    color: #338f7a;
    font-size: 17px;
    line-height: 0.8;
}
.login-header {
    margin: 0 0 30px;
}
.login-header h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}
.login-form-wrap {
    padding: 40px 40px 30px;
    margin-bottom: 25px;
    background: #f9f9f9;
}
#contactForm .form-group,
.blog-card .blog-info .blog-author,
.blog-card.style1 .blog-info .blog-author,
.event-search-form .form-group,
.login-form-wrap .login-form .form-group,
.pp-post-item {
    margin: 0 0 20px;
}
.login-form-wrap .login-form .form-group label {
    font-size: 16px;
    color: #666;
    margin: 0 0 15px;
    display: block;
}
.login-form-wrap .login-form .form-group input {
    border-radius: 5px;
    background: 0 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 60px;
    padding: 10px 15px;
}
.login-form-wrap .login-form .btn {
    padding: 15px 35px;
}
.sidebar .sidebar-widget {
    margin: 0 0 30px;
    background-color: #f5f5f5;
    position: relative;
    z-index: 1;
    padding: 25px;
    border-radius: 5px;
}
.sidebar .sidebar-widget.style2 {
    background-color: transparent;
    padding: 0;
}
.sidebar .sidebar-widget h4 {
    margin: 0 0 25px;
    font-size: 22px;
    line-height: 1;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #338f7a;
}
.search-box .form-group input {
    width: 100%;
    height: 54px;
    background: #fff;
    border: 1px solid #f0f4ff;
    color: #000;
    font-size: 15px;
    line-height: 21px;
    padding: 10px 60px 10px 20px;
    border-radius: 5px;
}
.search-box .form-group input:focus {
    border-color: #888;
}
.search-box .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 18px;
    height: 100%;
    border: none;
    border-radius: 0 5px 5px 0;
    text-align: center;
    background: #338f7a;
}
.search-box .form-group button i {
    color: #fff;
    top: 4px;
    left: 1px;
    font-size: 20px;
    position: relative;
}
.category-box li:first-child a {
    padding-top: 0;
}
.category-box li:first-child a i {
    top: 5px;
}
.category-box li:last-child a {
    border-bottom: none;
    padding-bottom: 0;
}
.category-box li:last-child a i {
    top: 13px;
}
.category-box li a {
    color: #666;
    font-weight: 500;
    padding: 8px 10px 8px 25px;
    display: block;
    transition: 0.4s;
}
.category-box li a i {
    position: absolute;
    top: 14px;
    left: 0;
    font-size: 16px;
    line-height: 0.8;
    color: #338f7a;
    transition: 0.4s;
}
.category-box li a:hover {
    color: #338f7a;
    padding-left: 28px;
}
.contact-widget {
    background-image: url(../img/promo-video-bg.jpg);
    position: relative;
    padding: 60px 30px;
    z-index: 1;
    text-align: center;
    border-radius: 5px;
}
.contact-widget:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
}
.hero-wrap.style1,
.hero-wrap.style3 {
    background-color: #f5f5f5;
    overflow: hidden;
}
.contact-widget h3 {
    color: #fff;
    margin: 0 0 15px;
    border: none;
    font-size: 22px;
}
.profile-widget,
.profile-widget img,
.project-card.style2 img,
.team-card.style2 {
    border-radius: 5px;
}
.contact-widget p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 20px;
}
.profile-widget {
    position: relative;
}
.profile-widget .btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.tag-list {
    margin-top: -12px;
}
.tag-list li {
    display: inline-block;
    margin: 12px 8px 0 0;
}
.tag-list li a {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    padding: 9px 12px;
    color: #666;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transition: 0.3s;
}
.tag-list li a:hover {
    background-color: #338f7a;
    color: #fff !important;
    border-color: transparent;
}
.donate-box .donate-amt,
.donation-form .form-check,
.event-desc p,
.footer-wrap .footer-widget .footer-menu li,
.newsletter-form.style1 .form-group,
.progressbar-wrap,
.project-desc p,
.register-widget .form-group,
.team-desc .progressbar-wrap .progress-bar,
.team-desc .progressbar-wrap .progress-bar .progress-title-holder,
.team-desc p,
.terms-wrap p,
article p {
    margin-bottom: 20px;
}
.register-widget .form-group input,
.register-widget .form-group select,
.register-widget .form-group textarea {
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 12px 15px;
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.5);
}
.register-widget .form-group input::-moz-placeholder,
.register-widget .form-group select::-moz-placeholder,
.register-widget .form-group textarea::-moz-placeholder {
    opacity: 1;
}
.register-widget .form-group input::placeholder,
.register-widget .form-group select::placeholder,
.register-widget .form-group textarea::placeholder {
    opacity: 1;
}
.donation-form .form-group select,
.event-search-form .form-group input select,
.event-search-form .form-group select select,
.project-search-form .form-group input select,
.project-search-form .form-group select select {
    opacity: 0.7;
}
.register-widget .form-group input,
.register-widget .form-group select {
    height: 58px;
}
.register-widget .form-group textarea {
    height: 150px;
    resize: none;
}
.project-info-item-wrap .project-info-item {
    margin-bottom: 24px;
}
.project-info-item-wrap .project-info-item h6 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 600;
}
.event-info-item-wrap {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.event-info-item-wrap .event-info-item {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    font-size: 15px;
    padding-bottom: 20px;
    color: #666;
}
.event-info-item-wrap .event-info-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.event-info-item-wrap .event-info-item span {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    width: calc(100% - 105px);
    margin-left: 5px;
    text-align: right;
}
.event-info-item-wrap .event-info-item p {
    font-size: 16px;
    margin: 0;
    color: #000;
    font-weight: 500;
    width: 100px;
}
.event-info-item-wrap .event-info-item p i {
    font-size: 16px;
    position: relative;
    color: #338f7a;
    top: 2px;
    margin-right: 7px;
}
.pp-post-item .pp-post-img {
    width: 85px;
    border-radius: 4px;
}
.pp-post-item .pp-post-img img {
    border-radius: 4px;
}
.pp-post-item .pp-post-info {
    width: calc(100% - 100px);
    margin-left: 15px;
    margin-top: -3px;
}
.pp-post-item .pp-post-info h6 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 8px;
}
.event-desc p strong,
.footer-bottom .social-profile li a i,
.post-tag ul li a:hover,
.pp-post-item .pp-post-info h6 a,
.project-card.style1:hover .project-info .link.style1,
.project-desc p strong,
.team-desc p strong,
.terms-wrap p strong,
article p strong {
    color: #000;
}
.pp-post-item .pp-post-info .pp-post-date {
    font-size: 14px;
    line-height: 1;
    display: block;
    position: relative;
    padding-left: 22px;
    color: #666;
}
.pp-post-item .pp-post-info .pp-post-date i {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 15px;
    line-height: 0.8;
    color: #338f7a;
}
.hero-slide-one {
    background-image: url("/assets/img/slide5.webp");
}
.hero-slide-two {
    background-image: url(../img/hero/hero-slider-2.jpg);
}
.hero-slide-three {
    background-image: url(../img/hero/hero-slider-3.jpg);
}
.hero-wrap {
    position: relative;
    z-index: 1;
    margin-top: 84px;
}
.hero-wrap .hero-content span {
    color: #2a3750;
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}
.hero-wrap .hero-content h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 15px;
}
.about-wrap .about-content .content-feature-list,
.comment-box-title,
.hero-wrap .hero-content p {
    margin-bottom: 30px;
}
.hero-wrap.style1 {
    padding: 50px 0 0;
}
.about-wrap.style1 .about-shape-one,
.about-wrap.style1 .about-shape-three,
.about-wrap.style1 .about-shape-two,
.counter-wrap .counter-shape-one,
.counter-wrap .counter-shape-three,
.counter-wrap .counter-shape-two,
.footer-wrap .footer-top .footer-shape-four,
.footer-wrap .footer-top .footer-shape-one,
.footer-wrap .footer-top .footer-shape-three,
.footer-wrap .footer-top .footer-shape-two,
.hero-wrap.style1 .hero-shape-five,
.hero-wrap.style1 .hero-shape-four,
.hero-wrap.style1 .hero-shape-one,
.hero-wrap.style1 .hero-shape-six,
.hero-wrap.style1 .hero-shape-three,
.hero-wrap.style1 .hero-shape-two,
.hero-wrap.style1 .hero-skull-shape,
.hero-wrap.style3 .hero-shape-four,
.hero-wrap.style3 .hero-shape-one,
.hero-wrap.style3 .hero-shape-three,
.hero-wrap.style3 .hero-shape-two {
    position: absolute;
    z-index: -1;
}
.about-wrap.style1 .about-shape-three,
.counter-wrap.style1 .counter-shape-one,
.hero-wrap.style1 .hero-shape-one,
.hero-wrap.style3 .hero-shape-three {
    bottom: 0;
    right: 0;
}
.hero-wrap.style1 .hero-shape-two {
    bottom: 0;
    left: 10px;
}
.hero-wrap.style1 .hero-shape-three {
    top: 40px;
    left: 40px;
}
.hero-wrap.style1 .hero-shape-four {
    top: 30px;
    right: 50px;
}
.hero-wrap.style1 .hero-shape-five {
    top: 50px;
    left: 0;
    height: 100%;
    width: 100%;
}
.counter-wrap.style1 .counter-shape-three,
.hero-wrap.style1 .hero-shape-six {
    bottom: 0;
    right: -10px;
}
.hero-wrap.style1 .hero-skull-shape {
    bottom: -8px;
    right: 40%;
}
.hero-wrap.style1 .hero-content {
    padding: 140px 0;
}
.hero-wrap.style1 .hero-img-wrap {
    position: relative;
    bottom: -15px;
}
.hero-wrap.style2 .hero-slide-item {
    padding: 120px 0 260px;
    position: relative;
    z-index: 1;
}
.hero-wrap.style2 .hero-slide-item:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, #2a3750 41.6%, rgba(0, 0, 0, .03) 85%);
    z-index: -1;
}
.counter-card-wrap.style1 .counter-card.style1 .counter-text h2,
.counter-card-wrap.style1 .counter-card.style4 .counter-text h2,
.footer-wrap .footer-widget .contact-info li:hover a,
.footer-wrap .footer-widget .contact-info li:hover p,
.hero-wrap.style2 .hero-slide-item .hero-content span,
.team-desc
    .progressbar-wrap
    .progress-bar
    .progress-title-holder
    .progress-number-wrapper
    .progress-number-mark
    .percent {
    color: #f59946;
}
.hero-wrap.style3 {
    position: relative;
    z-index: 1;
    padding: 90px 0;
}
.hero-wrap.style3 .hero-shape-one {
    top: 0;
    left: 0;
    height: 100%;
}
.hero-wrap.style3 .hero-shape-two {
    bottom: 0;
    right: 15%;
}
.hero-wrap.style3 .hero-shape-four {
    top: 20px;
    right: 0;
}
.hero-wrap.style3 .hero-img-wrap .hero-img-shape {
    position: absolute;
    bottom: 0;
    left: -100px;
    z-index: -1;
}
.hero-wrap .hero-slider-thumbs {
    position: absolute;
    top: calc(50% + 140px);
    transform: translateY(-50%);
    z-index: 1;
}
.hero-wrap .hero-slider-thumbs button {
    display: block;
    margin: 0 0 10px;
    border: none;
    background-color: transparent;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.blog-card .blog-info .blog-author .blog-author-img img,
.checkbox.style2 input:checked + label:after,
.checkbox.style2 label:before,
.comment-item-wrap .comment-item .comment-author-img img,
.hero-wrap .hero-slider-thumbs button img,
.post-author .post-author-img img {
    border-radius: 50%;
}
.hero-slider-one.owl-carousel .owl-nav button.owl-next,
.hero-slider-one.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.09);
    width: 55px;
    height: 55px;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 50%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUp {
    animation-name: fadeInUp;
}
.hero-slider-one.owl-carousel
    .owl-item.active
    .hero-slide-item
    .hero-content
    span {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.5s;
}
.hero-slider-one.owl-carousel
    .owl-item.active
    .hero-slide-item
    .hero-content
    h1 {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.7s;
}
.hero-slider-one.owl-carousel
    .owl-item.active
    .hero-slide-item
    .hero-content
    p {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.9s;
}
.hero-slider-one.owl-carousel
    .owl-item.active
    .hero-slide-item
    .hero-content
    .btn {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 1.1s;
}
.banner-slide.owl-theme .owl-nav {
    margin-top: 0;
}
.banner-slide.owl-theme .owl-nav [class*="owl-"] {
    color: #000;
    background-color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 90px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
}
.banner-slide.owl-theme .owl-nav [class*="owl-"] i {
    font-size: 22px;
    padding-left: 18px;
    position: relative;
    top: 18px;
}
.banner-slide.owl-theme .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: 90px;
}
.banner-slide.owl-theme .owl-nav [class*="owl-"]:hover,
.blog-card.style1:hover .link,
.blog-card.style2:hover .link {
    background-color: #f59946;
    color: #fff;
}
.banner-slide.owl-theme img {
    width: auto;
    height: auto;
}
.hero-wrap.style2.hero-wrap-style {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.hero-wrap.style2.hero-wrap-style .background-video {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    z-index: -2;
}
.hero-wrap.style2.hero-wrap-style .hero-slide-item .hero-content {
    max-width: 745px;
}
.promo-wrap.style2 {
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-top: -150px;
    border-radius: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.09);
}
.promo-wrap.style2:after {
    position: absolute;
    bottom: -10px;
    left: -10px;
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 5px;
    z-index: -1;
    border: 1px solid rgba(0, 0, 0, 0.06);
}
.promo-wrap.style2 .promo-shape-one {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.promo-wrap.style2 .promo-shape-two {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.promo-wrap.style2 .promo-card {
    width: 50%;
    padding: 50px 25px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}
.promo-wrap.style2 .promo-card:first-child {
    border-radius: 5px 0 0 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.promo-wrap.style2 .promo-card:nth-child(2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none;
}
.promo-wrap.style2 .promo-card:last-child {
    border-right: none;
    border-radius: 0 5px 5px 0;
}
.promo-wrap.style2 .promo-card .promo-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #2a3750;
    margin: 0 auto 20px;
}
.promo-wrap.style2 .promo-card .promo-icon i {
    font-size: 44px;
    line-height: 0.8;
    color: #2a3750;
}
.project-card .project-info h3,
.promo-wrap.style2 .promo-card h3,
.team-card h3 {
    font-size: 22px;
}
#cmt-form .comment-form .form-check,
.about-wrap .about-content .content-title,
.donation-form .form-group,
.faq-wrap .accordion,
.footer-wrap .footer-widget,
.post-meta-option,
.project-card,
.team-card,
.team-desc .progressbar-wrap {
    margin-bottom: 25px;
}
.cta-wrap,
.project-card .project-img {
    overflow: hidden;
}
.project-card .project-img img {
    transition: 0.7s;
}
.project-card:hover .project-img img {
    transform: scale(1.05);
}
.project-card.style1 .project-info {
    position: relative;
    z-index: 1;
    background-color: #f5f5f5;
    padding: 25px;
    transition: 0.4s;
}
.project-card.style1 .project-info h3,
.project-card.style3 .project-info h3 {
    margin: 0 0 15px;
    transition: 0.4s;
}
.project-card.style1 .project-info p {
    margin: 0 0 18px;
    transition: 0.4s;
}
.project-card.style1 .project-info .project-shape {
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: -1;
    max-width: 200px;
    filter: brightness(0.1) invert(0);
    opacity: 0.06;
    transition: 0.4s;
}
.project-card.style1:hover .project-info .project-shape {
    right: 0;
    filter: brightness(1) invert(0);
    opacity: 1;
}
.project-card.style2 {
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background-color: transparent;
}
.project-card.style2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 5px;
    background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0.241316595) 58%);
}
.project-card.style2 .project-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 25px 25px;
    z-index: 1;
    width: 100%;
}
.project-card.style2 .project-info h3 {
    font-weight: 600;
    margin-bottom: 18px;
}
.project-card.style2 .like-btn,
.project-card.style3 .like-btn {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    z-index: 2;
    background-color: #fff;
    transition: 0.4s;
}
.project-card.style3,
.project-card.style4 {
    border-radius: 5px;
    background-color: #fff;
}
.project-card.style2 .like-btn i,
.project-card.style3 .like-btn i {
    font-size: 26px;
    line-height: 0.8;
    margin: 0 auto;
    color: #338f7a;
    transition: 0.4s;
}
.event-card.style4 .event-img,
.event-card.style4 .event-img img,
.event-card.style5 .event-img,
.event-card.style5 .event-img img,
.project-card.style3 .project-img,
.project-card.style3 .project-img img,
.team-card.style1 img,
.team-card.style2 img {
    border-radius: 5px 5px 0 0;
}
.project-card.style3 .project-info {
    position: relative;
    z-index: 1;
    padding: 25px;
    transition: 0.4s;
}
.project-card.style3 .project-info p {
    margin: 0 0 7px;
    transition: 0.4s;
}
.accordion-item .accordion-header .accordion-button.collapsed span i,
.project-card.style3 .project-info .fund-collection .fund-goal,
.project-card.style3 .project-info .fund-collection .fund-raised,
.project-card.style4 .project-info .fund-collection .fund-goal,
.project-card.style4 .project-info .fund-collection .fund-raised {
    color: #666;
}
.project-card.style4 {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
}
.project-card.style4 .project-img {
    position: relative;
    width: 270px;
    border-radius: 5px 0 0 5px;
}
.project-card.style4 .project-img img {
    border-radius: 5px 0 0 5px;
}
.project-card.style4 .project-img .like-btn {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    z-index: 2;
    background-color: #fff;
}
.project-card.style4 .project-img .like-btn i {
    font-size: 26px;
    line-height: 0.8;
    margin: 0 auto;
    color: #338f7a;
}
.project-card.style4 .project-info {
    position: relative;
    z-index: 1;
    padding: 25px 25px 25px 5px;
    width: calc(100% - 290px);
    margin-left: 20px;
    transition: 0.4s;
}
.event-card .event-info h3,
.project-card.style4 .project-info h3 {
    font-size: 22px;
    margin: 0 0 15px;
    transition: 0.4s;
}
.project-card.style4 .project-info p {
    margin: 0 0 5px;
    transition: 0.4s;
}
.skills .skillbar {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    height: 10px;
    border-radius: 15px;
}
.skills .skillbar .skillbar-bar {
    height: 10px;
    width: 0;
    background: #338f7a;
    border-radius: 50px 0 0 50px;
}
.accordion-item .accordion-body p,
.comment-item-wrap .comment-item .comment-author-wrap .comment-text,
.fund-collection {
    margin: 0 0 10px;
}
.event-card.style2 .event-info .event-metainfo li a,
.event-card.style2 .event-info .event-metainfo li p,
.event-card.style3 .event-info .event-metainfo li a,
.event-card.style3 .event-info .event-metainfo li p,
.fund-collection .fund-goal,
.fund-collection .fund-raised {
    font-size: 14px;
}
.progressbar-wrap .progress-bar {
    margin: 0 0 25px;
    overflow: hidden;
    background: 0 0;
}
.progressbar-wrap .progress-bar .progress-content-outter {
    height: 12px;
    background-color: #f0f4ff;
    border-radius: 5px;
}
.progressbar-wrap .progress-bar .progress-content-outter .progress-content {
    height: 12px;
    background-color: #338f7a;
    border-radius: 5px;
    width: 0%;
}
.progressbar-wrap .progress-bar .progress-title-holder {
    position: relative;
    margin: 0 0 45px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}
.progressbar-wrap .progress-bar .progress-title-holder .progress-title {
    z-index: 100;
    font-weight: 600;
    margin: 0;
}
.progressbar-wrap
    .progress-bar
    .progress-title-holder
    .progress-number-wrapper {
    width: 100%;
    z-index: 10;
}
.progressbar-wrap
    .progress-bar
    .progress-title-holder
    .progress-number-wrapper
    .progress-number-mark {
    margin-bottom: 0;
    border-radius: 5px;
    border: 1px solid #338f7a;
    position: absolute;
    bottom: -35px;
    color: #338f7a;
    padding: 3px 6px;
    transform: translateX(-100%);
}
.progressbar-wrap
    .progress-bar
    .progress-title-holder
    .progress-number-wrapper
    .progress-number-mark:after {
    position: absolute;
    bottom: -8px;
    left: 15px;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid #338f7a;
    border-left: 0 solid transparent;
    border-right: 8px solid transparent;
}
.progressbar-wrap
    .progress-bar
    .progress-title-holder
    .progress-number-wrapper
    .progress-number-mark
    .percent {
    font-weight: 500;
    font-size: 14px;
    position: relative;
    color: #000;
}
.blog-slider-one.owl-carousel .owl-nav button.owl-next,
.blog-slider-one.owl-carousel .owl-nav button.owl-prev,
.project-slider-one.owl-carousel .owl-nav button.owl-next,
.project-slider-one.owl-carousel .owl-nav button.owl-prev,
.project-slider-three.owl-carousel .owl-nav button.owl-next,
.project-slider-three.owl-carousel .owl-nav button.owl-prev,
.team-slider-one.owl-carousel .owl-nav button.owl-next,
.team-slider-one.owl-carousel .owl-nav button.owl-prev,
.team-slider-two.owl-carousel .owl-nav button.owl-next,
.team-slider-two.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.blog-slider-one.owl-carousel .owl-nav button.owl-prev,
.project-slider-one.owl-carousel .owl-nav button.owl-prev,
.project-slider-three.owl-carousel .owl-nav button.owl-prev,
.team-slider-one.owl-carousel .owl-nav button.owl-prev,
.team-slider-two.owl-carousel .owl-nav button.owl-prev {
    left: -65px;
}
.blog-slider-one.owl-carousel .owl-nav button.owl-next,
.project-slider-one.owl-carousel .owl-nav button.owl-next,
.project-slider-three.owl-carousel .owl-nav button.owl-next,
.team-slider-one.owl-carousel .owl-nav button.owl-next,
.team-slider-two.owl-carousel .owl-nav button.owl-next {
    right: -65px;
}
.blog-slider-one.owl-carousel .owl-dots,
.project-slider-one.owl-carousel .owl-dots,
.project-slider-three.owl-carousel .owl-dots,
.project-slider-two.owl-carousel .owl-dots,
.team-slider-one.owl-carousel .owl-dots,
.team-slider-two.owl-carousel .owl-dots {
    margin: 30px 0 0;
    text-align: center;
}
.project-search-form .form-group {
    margin-bottom: 25px;
    position: relative;
}
.project-search-form .form-group input,
.project-search-form .form-group select {
    width: 100%;
    height: 58px;
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 12px 18px;
    color: #000;
    border: none;
}
.project-search-form .form-group input::-moz-placeholder,
.project-search-form .form-group select::-moz-placeholder {
    opacity: 0.7;
}
.project-search-form .form-group input::placeholder,
.project-search-form .form-group select::placeholder {
    opacity: 0.7;
}
.project-search-form .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 15px;
    height: 100%;
    border: none;
    background-color: transparent;
}
.about-wrap.style1 .about-shape-one {
    bottom: 0;
    right: 50px;
}
.about-wrap.style1 .about-shape-two {
    bottom: 180px;
    right: 20%;
}
.about-wrap.style1 .about-img-wrap {
    position: relative;
    background-image: url(../img/about/about-img-1.jpg);
    height: 630px;
    border-radius: 10px;
}
.about-wrap.style1 .about-img-wrap .about-quote {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: calc(100% - 60px);
    transform: translateX(-50%);
    background-color: #338f7a;
    border-radius: 10px;
    padding: 30px;
}
.about-wrap.style1 .about-img-wrap .about-quote i {
    color: #f59946;
    position: absolute;
    top: 35px;
    left: 25px;
    font-size: 38px;
    line-height: 0.8;
}
.about-wrap.style1 .about-img-wrap .about-quote p {
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    padding-left: 44px;
}
.about-wrap.style2 .about-shape-one {
    position: absolute;
    bottom: 60px;
    right: 50px;
    z-index: -1;
}
.about-wrap.style3 .about-img-wrap:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: calc(100% - 80px);
    height: 250px;
    background-color: #f5f5f5;
    border-radius: 5px;
    z-index: -1;
    transform: translateX(-50%) rotate(2deg);
}
.about-wrap.style3 .about-img-wrap .about-shape-one {
    position: absolute;
    bottom: -20px;
    right: 20px;
    z-index: 1;
}
.donate-box {
    background-color: #338f7a;
    position: relative;
    z-index: 10;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    border-radius: 10px;
}
.donate-box .donate-shape-one,
.team-card.style1 .team-info .team-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.donate-box .donate-amt li {
    margin-right: 20px;
    margin-bottom: 15px;
}
.donate-box .donate-amt li button {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.9);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    padding: 18px 35px;
}
.donation-form {
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 5px;
}
.donation-form h2 {
    font-size: 26px !important;
    margin: 0 0 10px !important;
}
.donation-form h4,
.event-desc .content-feature-list,
.project-desc .content-feature-list,
.team-desc .content-feature-list,
.terms-wrap .content-feature-list,
article .content-feature-list {
    margin: 25px 0;
}
.donation-form .radionbtn-wrap .radionbtn {
    margin-right: 25px;
    margin-bottom: 15px;
}
.donation-form .form-group input,
.donation-form .form-group select {
    width: 100%;
    height: 58px;
    background-color: #fff;
    border-radius: 5px;
    border: none;
    padding: 12px 16px;
    color: #000;
}
.donation-form .form-group input::-moz-placeholder,
.donation-form .form-group select::-moz-placeholder {
    opacity: 0.7;
}
.donation-form .form-group input::placeholder,
.donation-form .form-group select::placeholder {
    opacity: 0.7;
}
.counter-wrap.style1 {
    position: relative;
    background-color: #f5f5f5;
    margin-top: -200px;
    overflow: hidden;
}
.counter-wrap.style1 .counter-shape-two {
    bottom: 0;
    right: 220px;
}
.promo-video:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}
.promo-video .play-now {
    width: 90px;
    height: 90px;
    top: 50%;
    font-size: 34px;
    line-height: 88px;
    transform: translateY(-50%);
    background-color: #fff;
}
.promo-video .play-now i {
    color: #338f7a;
    position: relative;
    left: -2px;
}
.promo-video .play-now .ripple,
.promo-video .play-now .ripple:after,
.promo-video .play-now .ripple:before {
    width: 90px;
    height: 90x;
}
.promo-video.style1,
.promo-video.style3 {
    background-image: url(../img/promo-video-bg.jpg);
    height: 100%;
}
.promo-video.style2 {
    background-image: url(../img/promo-video-bg-2.jpg);
}
.promo-video.style2 .play-now {
    position: relative;
    top: auto;
    margin-top: 50px;
    transform: translateY(0);
}
.promo-video.style3 .play-now {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0);
    margin: 30px 0 0;
}
.counter-card-wrap {
    margin: 0 -12.5px;
}
.counter-card-wrap.style1 {
    padding: 300px 90px 125px 60px;
}
.counter-card-wrap.style1 .counter-card {
    position: relative;
    background-color: #fff;
    width: calc(50% - 25px);
    margin: 0 12.5px 25px;
    padding: 50px 20px;
    max-height: 185px;
    text-align: center;
}
.counter-card-wrap.style1 .counter-card:nth-child(2),
.counter-card-wrap.style1 .counter-card:nth-child(4),
.counter-card-wrap.style3 .counter-card:nth-child(2),
.counter-card-wrap.style3 .counter-card:nth-child(4) {
    top: 50px;
}
.counter-card-wrap.style1 .counter-card .counter-text h2 {
    font-size: 46px;
    line-height: 1;
    margin: 0 0 10px;
}
.comment-box-title h4,
.counter-card-wrap.style1 .counter-card .counter-text p {
    margin-bottom: 0;
    line-height: 1;
}
.counter-card-wrap.style1 .counter-card.style1,
.counter-card-wrap.style2 .counter-card.style1 {
    border-radius: 50px 50px 0;
}
.counter-card-wrap.style1 .counter-card.style2,
.counter-card-wrap.style2 .counter-card.style2 {
    border-radius: 50px 50px 50px 0;
}
.counter-card-wrap.style1 .counter-card.style3,
.counter-card-wrap.style2 .counter-card.style3 {
    border-radius: 50px 0 50px 50px;
}
.counter-card-wrap.style1 .counter-card.style4,
.counter-card-wrap.style2 .counter-card.style4 {
    border-radius: 0 50px 50px;
}
.counter-card-wrap.style2 {
    margin: 0 -12.5px;
    padding: 0;
}
.counter-card-wrap.style2 .counter-card {
    padding: 40px 25px;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.06);
    width: calc(25% - 25px);
    margin: 0 12.5px 25px;
    position: relative;
}
.counter-card-wrap.style2 .counter-card:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
}
.counter-card-wrap.style2 .counter-card.style1:after,
.counter-card-wrap.style2 .counter-card.style3:after {
    bottom: -5px;
    left: 40%;
}
.counter-card-wrap.style2 .counter-card.style2:after {
    top: -5px;
    left: 40%;
}
.counter-card-wrap.style2 .counter-card.style4:after {
    top: 50%;
    right: -5px;
}
.counter-card-wrap.style2 .counter-card .counter-icon {
    width: 70px;
}
.counter-card-wrap.style2 .counter-card .counter-icon i {
    font-size: 68px;
    line-height: 0.8;
    color: #f59946;
}
.counter-card-wrap.style2 .counter-card .counter-text {
    width: calc(100% - 90px);
    margin-left: 20px;
}
.counter-card-wrap.style2 .counter-card .counter-text h2 {
    color: #fff;
    font-size: 40px;
    margin: 0 0 5px;
}
.counter-card-wrap.style2 .counter-card .counter-text p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}
.counter-card-wrap.style3 {
    padding-bottom: 25px;
}
.counter-card-wrap.style3 .counter-card {
    position: relative;
    background-color: #fff;
    width: calc(50% - 25px);
    margin: 0 12.5px 25px;
    padding: 50px 20px;
    border: 1px solid transparent;
    border-radius: 5px;
}
.counter-card-wrap.style3 .counter-card .counter-icon {
    width: 80px;
}
.counter-card-wrap.style3 .counter-card .counter-icon i {
    font-size: 78px;
    line-height: 0.8;
    color: #f59946;
}
.counter-card-wrap.style3 .counter-card .counter-text {
    width: calc(100% - 100px);
    margin-left: 20px;
}
.counter-card-wrap.style3 .counter-card .counter-text h2 {
    font-size: 46px;
    line-height: 1;
    margin: 0 0 10px;
    color: #fff;
}
.counter-card-wrap.style3 .counter-card .counter-text p {
    margin-bottom: 0;
    line-height: 1;
    color: rgba(255, 255, 255, 0.8);
}
.counter-card-wrap.style3 .counter-card:nth-child(2),
.counter-card-wrap.style3 .counter-card:nth-child(3) {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.5);
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
    padding: 0 1px;
}
.event-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.event-wrap .event-sape-one {
    position: absolute;
    bottom: -10px;
    left: 20px;
    z-index: -1;
    opacity: 0.5;
}
.event-wrap .event-sape-two {
    position: absolute;
    top: 70px;
    left: 120px;
    z-index: -1;
}
.event-wrap .event-sape-three {
    position: absolute;
    bottom: -10px;
    right: 30px;
    z-index: -1;
    opacity: 0.5;
}
.event-card {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 25px;
    transition: 0.4s;
}
.event-card .event-img,
.event-card .event-img img {
    border-radius: 10px 0 0 10px;
}
.event-card .event-img {
    position: relative;
}
.event-card .event-img .event-date {
    position: absolute;
    top: 20px;
    left: 0;
    background-color: #f59946;
    border-radius: 0 5px 5px 0;
    color: #fff;
    font-size: 15px;
    padding: 7px 15px;
}
.blog-card .blog-info .link,
.blog-card .blog-info p,
.event-card .event-info {
    transition: 0.4s;
}
.event-card .event-info p {
    transition: 0.4s;
    margin: 0;
}
.event-card .event-info .event-metainfo {
    margin-bottom: 10px;
}
.event-card .event-info .event-metainfo li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
    color: #666;
    font-size: 15px;
    transition: 0.4s;
}
.event-card .event-info .event-metainfo li a {
    color: #666;
    transition: 0.4s;
}
.event-card .event-info .event-metainfo li i {
    color: #338f7a;
    position: relative;
    top: 1px;
    margin-right: 5px;
    transition: 0.4s;
}
.event-card:hover {
    background-color: #2a3750;
    border-color: transparent;
}
.event-card.style1 .event-img {
    width: 250px;
}
.event-card.style1 .event-info {
    width: calc(100% - 270px);
    padding: 20px 20px 20px 25px;
}
.event-card.style2 .event-info,
.event-card.style3 .event-info {
    margin-left: 20px;
    padding: 20px 20px 20px 5px;
}
.event-card.style2 .event-img {
    width: 210px;
}
.event-card.style2 .event-info {
    width: calc(100% - 230px);
}
.event-card.style3 .event-img {
    width: 185px;
}
.event-card.style3 .event-info {
    width: calc(100% - 205px);
}
.event-card.style4 .event-info,
.event-card.style5 .event-info {
    padding: 24px 25px;
}
.event-card.style5 {
    background-color: #f5f5f5;
    border: none;
}
.blog-card.style1 .blog-info h3,
.blog-card.style1 .blog-info p,
.blog-card.style2 .blog-info h3,
.event-card.style5 .event-info p {
    margin-bottom: 15px;
}
.newsletter-form.style1 {
    margin-bottom: 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 50px 30px 58px;
    border-radius: 10px;
    background-color: #fff;
}
.newsletter-form.style1 h4 {
    font-size: 22px;
    margin: 0 0 10x;
    text-align: center;
}
.newsletter-form.style1 p {
    margin: 0 0 20px;
    text-align: center;
}
.newsletter-form.style1 .form-group input {
    width: 100%;
    background-color: #f9f9f9;
    height: 54px;
    padding: 12px 18px;
    border: none;
}
.newsletter-form.style1 button {
    width: 100%;
    display: block;
}
.event-search-form {
    background-color: #f5f5f5;
    padding: 25px 25px 5px;
    border-radius: 5px;
    margin-bottom: 25px;
}
.event-search-form .form-group label {
    font-weight: 600;
    color: #000;
    margin: 0 0 10px;
    display: block;
}
.event-search-form .form-group input,
.event-search-form .form-group select {
    width: 100%;
    height: 58px;
    background-color: #fff;
    border-radius: 5px;
    padding: 12px 18px;
    color: #000;
    border: none;
}
.event-search-form .form-group input::-moz-placeholder,
.event-search-form .form-group select::-moz-placeholder {
    opacity: 0.7;
}
.event-search-form .form-group input::placeholder,
.event-search-form .form-group select::placeholder {
    opacity: 0.7;
}
#cmt-form,
.event-search-form .form-group button {
    margin-top: 35px;
}
.event-desc .single-event-img,
.event-desc .single-project-img,
.project-desc .single-event-img,
.project-desc .single-project-img {
    border-radius: 10px;
    margin: 10px 0 30px;
    display: block;
}
.event-desc .single-event-img img,
.event-desc .single-project-img img,
.post-img img,
.project-desc .single-event-img img,
.project-desc .single-project-img img {
    border-radius: 10px;
}
.event-desc .progressbar-wrap,
.project-desc .progressbar-wrap {
    margin-top: -10px;
}
.project-desc .fund-collection li span {
    font-size: 20px;
    font-weight: 600;
    margin-right: 4px;
    color: #000;
}
.project-desc .wp-block-quote {
    box-shadow: none;
    background-color: #f5f5f5;
    padding: 30px;
    border-left: 4px solid #338f7a;
}
.project-desc .wp-block-quote p {
    text-align: left;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    margin: 0;
}
.team-wrap .team-shape-one {
    position: absolute;
    bottom: 0;
    left: 30px;
    z-index: -1;
}
.team-card.style1 {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.team-card.style1 .team-info {
    background-color: #fff;
    text-align: center;
    padding: 25px;
    position: absolute;
    z-index: 1;
    bottom: -170px;
    left: 0;
    width: 100%;
    transition: 0.4s;
}
.team-card.style1 .team-info h3,
.team-card.style3 .team-info h3 {
    margin: 0 0 7px;
}
.team-card.style1 .team-info span,
.team-card.style3 .team-info span {
    font-size: 14px;
    color: #666;
}
.team-card.style1 .team-info .social-profile,
.team-card.style3 .team-info .social-profile {
    margin-top: 20px;
}
.team-card.style1:hover .team-info {
    bottom: 0;
}
.team-card.style2 .team-info-wrap {
    background-color: #338f7a;
    padding: 25px;
    transition: 0.4s;
    border-radius: 0 0 5px 5px;
    position: relative;
    z-index: 1;
}
.team-card.style2 .team-info-wrap .team-card-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100px;
    z-index: -1;
}
.team-card.style2 .team-info-wrap .team-info {
    width: calc(100% - 60px);
    margin-right: 8px;
}
.team-card.style2 .team-info-wrap .team-info h3 {
    margin: 0 0 6px;
}
.team-card.style2 .team-info-wrap .social-link {
    cursor: pointer;
    position: relative;
}
.team-card.style2 .team-info-wrap .social-link span {
    display: inline-block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
}
.team-card.style2 .team-info-wrap .social-link span i {
    color: #338f7a;
    font-size: 22px;
    line-height: 54px;
    margin: 0 auto;
}
.team-card.style2 .team-info-wrap .social-link .social-profile {
    position: absolute;
    bottom: calc(100% + 15px);
    left: 0;
    transition: 0.4s;
}
.team-card.style2 .team-info-wrap .social-link .social-profile li {
    visibility: hidden;
    opacity: 0;
    display: block;
    margin: 10px 0;
    transform: translateX(-10px);
    transition: 0.4s;
}
.team-card.style2 .team-info-wrap .social-link .social-profile li a {
    width: 52px;
    height: 52px;
}
.team-card.style2 .team-info-wrap .social-link .social-profile li a i {
    font-size: 20px;
}
.team-card.style2 .team-info-wrap .social-link .social-profile li:nth-child(4) {
    transition-delay: 0.2s;
}
.team-card.style2 .team-info-wrap .social-link .social-profile li:nth-child(3) {
    transition-delay: 0.3s;
}
.team-card.style2 .team-info-wrap .social-link .social-profile li:nth-child(2) {
    transition-delay: 0.4s;
}
.team-card.style2 .team-info-wrap .social-link .social-profile li:first-child {
    transition-delay: 0.5s;
}
.team-card.style2 .team-info-wrap .social-link:hover .social-profile li {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}
.team-card.style2:hover .team-info-wrap {
    background-color: #f59946;
}
.team-card.style3 {
    position: relative;
    background-color: #f5f5f5;
    transition: 0.4s;
}
.team-card.style3 img {
    border-radius: 5px;
    transition: 0.4s;
}
.team-card.style3 .team-info {
    background-color: #f5f5f5;
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom: -75px;
    padding-top: 25px;
    padding-bottom: 25px;
    width: calc(100% + 5px);
    transition: 0.4s;
}
.team-card.style3:hover {
    padding: 25px;
    background-color: #fff;
}
.team-card.style3:hover .team-info h3,
.team-card.style3:hover .team-info span,
.team-card.style3:hover img,
.team-slider-one
    .owl-stage-outer
    .owl-stage
    .owl-item:nth-child(2n)
    .team-card.style3:hover
    .team-info
    h3,
.team-slider-one
    .owl-stage-outer
    .owl-stage
    .owl-item:nth-child(2n)
    .team-card.style3:hover
    .team-info
    span,
.team-slider-one
    .owl-stage-outer
    .owl-stage
    .owl-item:nth-child(2n)
    .team-card.style3:hover
    img,
.team-slider-one
    .owl-stage-outer
    .owl-stage
    .owl-item:nth-child(odd)
    .team-card.style3:hover
    .team-info
    h3,
.team-slider-one
    .owl-stage-outer
    .owl-stage
    .owl-item:nth-child(odd)
    .team-card.style3:hover
    .team-info
    span,
.team-slider-one
    .owl-stage-outer
    .owl-stage
    .owl-item:nth-child(odd)
    .team-card.style3:hover
    img {
    transform: rotate(0);
}
.team-card.style3:hover .team-info,
.team-slider-one
    .owl-stage-outer
    .owl-stage
    .owl-item:nth-child(2n)
    .team-card.style3:hover
    .team-info,
.team-slider-one
    .owl-stage-outer
    .owl-stage
    .owl-item:nth-child(odd)
    .team-card.style3:hover
    .team-info {
    background-color: #fff;
    bottom: 0;
    left: 0;
    transform: rotate(0);
}
.team-slider-one .team-card.style3,
.team-slider-two .team-card.style3 {
    margin: 10px;
}
.team-slider-one
    .owl-stage-outer
    .owl-stage
    .owl-item:nth-child(2n)
    .team-card.style3
    .team-info
    h3,
.team-slider-one
    .owl-stage-outer
    .owl-stage
    .owl-item:nth-child(2n)
    .team-card.style3
    .team-info
    span,
.team-slider-one
    .owl-stage-outer
    .owl-stage
    .owl-item:nth-child(odd)
    .team-card.style3
    img {
    transform: rotate(2deg);
}
.team-slider-one
    .owl-stage-outer
    .owl-stage
    .owl-item:nth-child(odd)
    .team-card.style3
    .team-info {
    transform: rotate(2deg);
    bottom: -75px;
    left: -7px;
}
.team-slider-one
    .owl-stage-outer
    .owl-stage
    .owl-item:nth-child(2n)
    .team-card.style3
    img,
.team-slider-one
    .owl-stage-outer
    .owl-stage
    .owl-item:nth-child(odd)
    .team-card.style3
    .team-info
    h3,
.team-slider-one
    .owl-stage-outer
    .owl-stage
    .owl-item:nth-child(odd)
    .team-card.style3
    .team-info
    span {
    transform: rotate(-2deg);
}
.team-slider-one
    .owl-stage-outer
    .owl-stage
    .owl-item:nth-child(2n)
    .team-card.style3:hover,
.team-slider-one
    .owl-stage-outer
    .owl-stage
    .owl-item:nth-child(odd)
    .team-card.style3:hover {
    padding: 20px;
    background-color: #fff;
}
.team-slider-one
    .owl-stage-outer
    .owl-stage
    .owl-item:nth-child(2n)
    .team-card.style3
    .team-info {
    transform: rotate(-2deg);
    bottom: -75px;
    right: -7px;
}
.team-desc
    .progressbar-wrap
    .progress-bar
    .progress-title-holder
    .progress-title {
    position: relative;
    top: 5px;
    font-size: 18px;
    font-weight: 500;
}
.team-desc
    .progressbar-wrap
    .progress-bar
    .progress-title-holder
    .progress-number-wrapper
    .progress-number-mark {
    bottom: -7px;
    border-color: #f59946;
}
.team-desc
    .progressbar-wrap
    .progress-bar
    .progress-title-holder
    .progress-number-wrapper
    .progress-number-mark:after {
    border-top-color: #f59946;
}
.team-desc .progressbar-wrap .progress-bar .progress-content-outter,
.team-desc
    .progressbar-wrap
    .progress-bar
    .progress-content-outter
    .progress-content {
    border-radius: 0;
}
.progess-bar-item {
    margin: 25px 0 0;
}
.progess-bar-item .single-skill {
    margin-bottom: 25px;
    text-align: center;
}
.progess-bar-item .single-skill p {
    margin: 15px auto 0;
}
.cta-wrap.style1 .cta-btn,
.cta-wrap.style2 .cta-btn,
.error-content,
.progess-bar-item .single-skill .circlechart {
    text-align: center;
}
.progressbar {
    display: inline-block;
    width: 100px;
    margin: 25px;
}
.progressbar .circle {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    text-align: center;
}
.progressbar .circle canvas {
    vertical-align: middle;
}
.progressbar .circle div {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}
.progressbar .circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: 400;
}
.progressbar .circle strong span {
    display: block;
    color: #aaa;
    margin-top: 12px;
}
.circle-chart {
    width: 150px;
    height: 150px;
}
.circle-chart__circle {
    stroke: #00acc1;
    stroke-width: 1;
    stroke-linecap: square;
    fill: none;
    animation: 2s reverse circle-chart-fill;
    transform: rotate(-90deg);
    transform-origin: center;
}
.single-skill .circle-chart__circle {
    stroke: #f59946;
    stroke-width: 2;
}
.circle-chart__circle--negative {
    transform: rotate(-90deg) scale(1, -1);
}
.circle-chart__background {
    stroke: #f5f5f5;
    stroke-width: 2;
    fill: none;
}
.circle-chart__info {
    animation: 2s forwards circle-chart-appear;
    opacity: 0;
    transform: translateY(20px);
}
.circle-chart__percent {
    text-anchor: middle;
    font-size: 6px;
    color: #338f7a;
    font-family: "Readex Pro", sans-serif;
}
.circle-chart__subline {
    display: none;
    text-anchor: middle;
    font-size: 3px;
}
@keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}
@keyframes circle-chart-appear {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.cta-wrap.style1,
.cta-wrap.style2 {
    position: relative;
    background-image: url("/assets/img/slide6.jpg");
    z-index: 1;
}
.cta-wrap.style1:after,
.cta-wrap.style2:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.95) 45%,
        rgba(255, 255, 255, 0.3) 94%
    );
}
.cta-wrap.style1 .cta-btn .btn:first-child,
.cta-wrap.style2 .cta-btn .btn:first-child {
    margin-right: 15px;
}
.cta-wrap.style1 .cta-shape-one,
.cta-wrap.style2 .cta-shape-one {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 0;
}
.cta-wrap.style1 .cta-shape-two {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.blog-wrap .container .blog-section-shape {
    position: absolute;
    bottom: -20px;
    left: -100px;
    z-index: -1;
}
.blog-card {
    border-radius: 5px;
    margin-bottom: 25px;
    transition: 0.4s;
}
.blog-card .blog-info {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-card .blog-info .blog-author .blog-author-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.blog-card .blog-info .blog-author .blog-author-info {
    width: calc(100% - 65px);
    margin-left: 15px;
}
.blog-card .blog-info .blog-author .blog-author-info h6 {
    font-size: 16px;
    margin: 5px 0 0;
    transition: 0.4s;
}
.blog-card .blog-info .blog-author .blog-author-info span {
    font-size: 15px;
    transition: 0.4s;
}
.blog-card .blog-info h3 {
    font-size: 22px;
    font-weight: 600;
    transition: 0.4s;
}
.blog-card .blog-info .blog-metainfo li {
    display: inline-block;
    margin-right: 15px;
    color: #666;
}
.blog-card .blog-info .blog-metainfo li a {
    font-size: 15px;
    position: relative;
    padding-left: 22px;
    color: #666;
    transition: 0.4s;
}
.blog-card .blog-info .blog-metainfo li a i {
    color: #338f7a;
    position: absolute;
    top: -4px;
    left: 0;
    font-size: 16px;
    transition: 0.4s;
}
.blog-card.style1 {
    background-color: #f5f5f5;
    border-radius: 5px;
}
.blog-card.style1 .blog-info,
.blog-card.style2 .blog-info {
    padding: 25px;
}
.blog-card.style1 .link,
.blog-card.style2 .link {
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 18px 15px;
    border-radius: 0 0 5px 5px;
}
.blog-card.style3 {
    background-color: #fff;
    padding: 25px;
}
.blog-card.style3 .blog-img .blog-date {
    position: absolute;
    top: -25px;
    left: -25px;
    background-color: #2a3750;
    padding: 15px 18px;
    border-radius: 5px 0;
    color: #fff;
    text-align: center;
}
.blog-card.style3 .blog-img .blog-date span {
    display: block;
    font-weight: 600;
}
.blog-card.style3 .blog-info {
    border-bottom: 0;
    padding: 25px 0 0;
}
.blog-card.style3 .link {
    display: inline-block;
    text-align: left;
    padding: 0;
}
.contact-item-wrap {
    background-color: #f5f5f5;
    padding: 25px 25px 30px;
    border-radius: 5px;
}
.contact-item-wrap .contact-item {
    transition: 0.4s;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}
.contact-item-wrap .contact-item h3 {
    font-size: 22px;
    margin: 0 0 12px;
}
.contact-item-wrap .contact-item a,
.contact-item-wrap .contact-item p {
    display: block;
    color: #666;
    margin-bottom: 0;
    transition: 0.3s;
}
.contact-item-wrap .contact-item a:hover,
.contact-item-wrap .contact-item p:hover {
    color: #2a3750;
}
#contactForm {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 25px 25px 20px;
    border-radius: 5px;
}
#contactForm .form-group input,
#contactForm .form-group textarea {
    width: 100%;
    background: #f5f5f5;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
}
#contactForm .form-group input:focus,
#contactForm .form-group textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0.09);
}
#cmt-form .comment-form .form-group input,
#contactForm .form-group input {
    height: 60px;
}
#contactForm .form-group textarea {
    height: 150px;
    resize: none;
    padding-top: 18px;
}
.btn.disabled {
    opacity: 1;
}
#msgSubmit {
    font-size: 16px;
    margin-top: 10px;
}
.checkbox,
.footer-wrap .footer-widget .footer-logo {
    display: block;
}
.checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 20px;
}
.checkbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #338f7a;
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 4px;
}
.checkbox input:checked + label:before {
    border-color: #338f7a;
}
.checkbox input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 3px;
    width: 9px;
    height: 9px;
    border: none;
    background: #338f7a;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #338f7a;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    transition: 0.2s;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
.accordion-item {
    border: none;
    margin: 0 0 25px;
    background: 0 0;
}
.accordion-item .accordion-header {
    margin-bottom: 0;
    position: relative;
    z-index: 3;
}
.accordion-item .accordion-header .faq-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.accordion-item .accordion-header .accordion-button {
    border-radius: 5px;
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    text-align: left;
    align-items: center;
    border-bottom: none;
    padding: 20px 45px 22px 20px;
    transition: 0.4s;
    background-color: #f5f5f5;
    box-shadow: none;
}
.accordion-item .accordion-header .accordion-button.collapsed {
    color: #000;
    background-color: #f5f5f5;
}
.accordion-item .accordion-header .accordion-button.collapsed span {
    background-color: transparent !important;
}
.accordion-item .accordion-header .accordion-button span {
    display: inline-block;
    min-width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    text-align: center;
}
.accordion-item .accordion-header .accordion-button span i {
    position: absolute;
    top: 28px;
    right: 20px;
    font-size: 24px;
    line-height: 0.8;
    color: #fff;
    display: block;
    margin: 0 auto;
}
.accordion-button:not(.collapsed) span i.plus,
.accordion-item .accordion-header .accordion-button span i.minus {
    visibility: hidden;
    opacity: 0;
}
.accordion-item .accordion-body {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    border-radius: 0 0 5px 5px;
    padding: 22px 20px;
}
.accordion-collapse {
    border: none;
}
.accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background: #2a3750 !important;
    border-color: transparent;
    color: #fff;
}
.accordion-button:not(.collapsed) span i.minus {
    visibility: visible !important;
    opacity: 1 !important;
}
.error-content img {
    display: block;
    margin: 0 auto 30px;
    max-width: 600px;
}
.error-content p {
    margin: 0 auto 20px;
    max-width: 520px;
}
.event-desc p a:hover,
.project-desc p a:hover,
.team-desc p a:hover,
.terms-wrap p a:hover,
article p a:hover {
    text-decoration: underline;
    color: #338f7a;
}
.event-desc h1,
.project-desc h1,
.team-desc h1,
.terms-wrap h1,
article h1 {
    font-size: 32px;
    margin-bottom: 15px;
}
.event-desc h2,
.project-desc h2,
.team-desc h2,
.terms-wrap h2,
article h2 {
    font-size: 30px;
    margin-bottom: 15px;
}
.event-desc h3,
.project-desc h3,
.team-desc h3,
.terms-wrap h3,
article h3 {
    font-size: 28px;
    margin-bottom: 15px;
}
.event-desc h4,
.project-desc h4,
.team-desc h4,
.terms-wrap h4,
article h4 {
    font-size: 26px;
    margin-bottom: 15px;
}
.event-desc h5,
.project-desc h5,
.team-desc h5,
.terms-wrap h5,
article h5 {
    font-size: 24px;
    margin-bottom: 15px;
}
.event-desc h6,
.project-desc h6,
.team-desc h6,
.terms-wrap h6,
article h6 {
    font-size: 22px;
    margin-bottom: 15px;
}
.event-desc ol,
.project-desc ol,
.team-desc ol,
.terms-wrap ol,
article ol {
    margin-top: 20px;
    margin-bottom: 25px;
}
.event-desc ol li,
.project-desc ol li,
.team-desc ol li,
.terms-wrap ol li,
article ol li {
    margin-bottom: 15px;
    color: #666;
    padding-left: 3px;
}
article {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.post-metainfo {
    margin-bottom: 13px;
}
.post-metainfo li {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-right: 20px;
    font-size: 15px;
    transition: 0.3s;
}
.post-metainfo li:after {
    position: absolute;
    top: -1px;
    right: -15px;
    content: "/";
    font-size: 16px;
    color: #666;
}
.post-metainfo li a {
    font-size: 13px;
    color: #666;
    transition: 0.3s;
}
.post-metainfo li i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 16px;
    line-height: 0.8;
    color: #338f7a;
    transition: 0.3s;
}
.post-img {
    position: relative;
    margin: 0 0 25px;
    display: block;
    border-radius: 10px;
}
.wp-block-quote {
    position: relative;
    padding: 35px;
    background-color: #f5f5f5;
    border-left: 5px solid #338f7a;
    margin: 30px 0;
    z-index: 1;
}
.wp-block-quote p {
    text-align: center;
    margin: 0;
}
.post-share,
.post-tag ul,
.post-tag ul li {
    display: inline-block;
}
.post-tag ul li a {
    color: #555;
    font-size: 16px;
    border-radius: 3px;
}
.post-tag span {
    margin-right: 10px;
    font-weight: 500;
    color: #000;
}
.post-tag span i {
    position: relative;
    top: 3px;
    color: #338f7a;
    margin-right: 3px;
}
.post-share span {
    font-weight: 500;
    color: #000;
}
.post-share ul {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 2px;
}
.buy-now-btn,
.buy-now-btn img {
    top: 50%;
    transform: translateY(-50%);
}
.post-share ul li a {
    border: 1px solid #338f7a;
    box-shadow: none;
}
.post-share ul li a:hover {
    border-color: transparent;
}
.post-author {
    padding: 25px;
    margin: 15px 0 30px;
    border-radius: 5px;
    background-color: #f5f5f5;
}
.post-author .post-author-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.post-author .post-author-info {
    width: calc(100% - 175px);
    margin-left: 25px;
}
.post-author .post-author-info h4 {
    font-size: 16px;
    color: #000;
    margin: 0 0 15px;
    font-weight: 400;
}
.post-author .post-author-info h4 a {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
    color: #338f7a;
}
.post-author .post-author-info p {
    margin: 0 0 15px;
}
.comment-item-wrap .comment-item {
    padding: 0 0 25px;
    margin-bottom: 25px;
    border-radius: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.comment-item-wrap .comment-item.reply {
    margin-left: 40px;
}
.comment-item-wrap .comment-item .comment-author-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    top: 4px;
}
.comment-item-wrap .comment-item .comment-author-wrap {
    width: calc(100% - 120px);
    margin-left: 20px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
    margin: 0 0 9px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
    line-height: 1;
    margin: 0 20px 0 0;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}
.comment-item-wrap
    .comment-item
    .comment-author-wrap
    .comment-author-name
    .comment-date {
    display: inline-block;
    font-size: 14px;
    font-family: "Spline Sans", sans-serif;
    font-weight: 400;
    line-height: 1;
    color: #666;
    margin-left: 10px;
}
.comment-item-wrap .reply-btn {
    display: inline-block;
    line-height: 1;
    font-weight: 500;
    color: #338f7a;
    font-size: 14px;
    transition: 0.3s;
}
.comment-box-title p {
    margin-top: 10px;
    margin-bottom: 0;
}
#cmt-form .comment-form .form-group {
    margin: 0 0 20px;
    position: relative;
}
#cmt-form .comment-form .form-group > label {
    font-weight: 500;
    display: block;
    margin: 0 0 5px;
    padding-left: 0;
}
#cmt-form .comment-form .form-group input,
#cmt-form .comment-form .form-group textarea {
    width: 100%;
    background-color: #f5f5f5;
    border: none;
    border-radius: 5px;
    padding: 15px;
    color: #000;
}
#cmt-form .comment-form .form-group input:focus,
#cmt-form .comment-form .form-group textarea:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#cmt-form .comment-form .form-group textarea {
    height: 145px;
    resize: none;
}
.post-cat-title {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 25px;
}
.post-cat-title span {
    font-weight: 600;
    color: #338f7a;
}
.buy-now-btn {
    right: 20px;
    z-index: 99;
    position: fixed;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    background-color: #82b440;
    padding: 10px 20px 10px 42px;
    box-shadow: 0 1px 20px 1px #82b440;
    font-size: 15px;
    font-weight: 600;
}
.buy-now-btn img {
    left: 20px;
    width: 15px;
    position: absolute;
}
.buy-now-btn:hover {
    color: #fff;
    background-color: #94be5d;
}
.blog-card .blog-info .blog-author,
.comment-item-wrap .comment-item,
.counter-card-wrap,
.counter-card-wrap.style2 .counter-card,
.counter-card-wrap.style3 .counter-card,
.donate-box .donate-amt,
.donation-form .radionbtn-wrap,
.event-card,
.event-info-item-wrap .event-info-item,
.fund-collection,
.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-left .contact-info,
.header-wrap .header-top .header-top-left .contact-info li,
.header-wrap .header-top .header-top-right,
.owl-carousel .owl-nav,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.post-author,
.pp-post-item,
.progess-bar-item,
.project-card.style2 .like-btn,
.project-card.style3 .like-btn,
.project-card.style4,
.project-card.style4 .project-img .like-btn,
.promo-wrap.style2,
.promo-wrap.style2 .promo-card .promo-icon,
.select-lang .navbar-language .dropdown-toggle,
.social-profile.style1 li a,
.social-profile.style2 li a,
.social-profile.style3 li a,
.team-card.style2 .team-info-wrap {
    display: flex;
    flex-wrap: wrap;
}
.blog-card .blog-info .blog-author,
.counter-card-wrap.style2 .counter-card,
.counter-card-wrap.style3 .counter-card,
.event-card,
.event-info-item-wrap .event-info-item,
.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-left .contact-info,
.header-wrap .header-top .header-top-left .contact-info li,
.header-wrap .header-top .header-top-right,
.progess-bar-item,
.project-card.style4,
.select-lang .navbar-language .dropdown-toggle,
.team-card.style2 .team-info-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.footer-wrap {
    position: relative;
    background-color: #338f7a;
}
.footer-wrap .footer-top {
    background-color: #181818;
    position: relative;
    z-index: 1;
}
.footer-wrap .footer-top .footer-shape-one {
    bottom: 0;
    left: 100px;
    top: 200px;
}
.footer-wrap .footer-top .footer-shape-two {
    top: 20px;
    right: 45px;
}
.footer-wrap .footer-top .footer-shape-three {
    top: 120px;
    right: 0;
}
.footer-wrap .footer-top .footer-shape-four {
    top: 60px;
    right: 0;
}
.footer-wrap .footer-widget .footer-widget-title {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 36px;
    padding-bottom: 20px;
}
.footer-wrap .footer-widget .footer-widget-title:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.15);
}
.footer-wrap .footer-widget .footer-widget-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 35px;
    height: 2px;
    background-color: #ffff;
}
.footer-wrap .footer-widget .comp-desc {
    color: rgba(255, 255, 255, 0.8);
    margin: 25px 0 30px;
    padding-bottom: 25px;
    position: relative;
}
.footer-wrap .footer-widget .comp-desc:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.15);
}
.footer-wrap .footer-widget .comp-desc:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 80px;
    height: 2px;
    background-color: #ffff;
}
.footer-wrap .footer-widget .newsletter-form input {
    width: 100%;
    height: 60px;
    border-radius: 10px 0;
    padding: 13px 105px 12px 18px;
    color: #fff;
    border: none;
    background-color: rgba(255, 255, 255, 0.15);
}
.footer-wrap .footer-widget .newsletter-form button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #2a3750;
    color: #fff;
    border: none;
    height: 100%;
    border-radius: 0 0 10px;
    padding: 12px 20px;
}
.footer-wrap .footer-widget .footer-menu li a {
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    padding-left: 25px;
}
.footer-wrap .footer-widget .footer-menu li a:after {
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    width: 16px;
    height: 1px;
    background-color: #ffff;
    transition: 0.4s;
}
.footer-wrap .footer-widget .footer-menu li a:hover {
    color: #f59946;
    padding-left: 28px;
}
.footer-wrap .footer-widget .contact-info li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}
.footer-wrap .footer-widget .contact-info li h6 {
    color: #fff;
    font-weight: 500;
    margin: 0 0 5px;
}
.footer-wrap .footer-widget .contact-info li i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 16px;
    line-height: 1;
    color: #2a3750;
}
.footer-wrap .footer-widget .contact-info li a,
.footer-wrap .footer-widget .contact-info li p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
    transition: 0.3s;
}
.footer-bottom {
    padding: 18px 10px;
}
.footer-bottom .copyright-text {
    margin: 0;
    color: #fff;
}
.footer-bottom .copyright-text i {
    position: relative;
    top: 2px;
    margin-right: 2px;
}
.footer-bottom .copyright-text a {
    color: #2a3750;
    font-weight: 500;
}
.footer-bottom .copyright-text a:hover {
    text-decoration: underline;
}
.footer-bottom .social-profile {
    text-align: right;
}
.footer-bottom .social-profile li a {
    background-color: #ffff;
    color: #fff;
    font-size: 18px;
}
.footer-bottom .social-profile li a:hover {
    background-color: #f59946;
    transform: translateY(-2px);
}
@media only screen and (max-width: 575px) {
    .footer-wrap .footer-bottom .copyright-text {
        margin-bottom: 15px;
    }
    .footer-wrap .footer-bottom .copyright-text,
    .footer-wrap .footer-bottom .social-profile {
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .footer-wrap .footer-top .footer-shape-one {
        left: auto;
        right: 0;
    }
    .footer-wrap .footer-top .footer-shape-two {
        right: 25px;
        top: 10px;
    }
    .footer-wrap .footer-top .footer-shape-four {
        right: 0;
        top: 20px;
        max-width: 75px;
    }
    .footer-wrap .footer-widget .footer-widget-title {
        font-size: 20px;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }
    .footer-wrap .footer-widget .comp-desc {
        font-size: 14px;
        margin: 15px 0 22px;
        padding-bottom: 15px;
    }
    .footer-wrap .footer-widget .contact-info li {
        margin-bottom: 10px;
    }
    .footer-wrap .footer-bottom .social-profile li a i,
    .footer-wrap .footer-widget .contact-info a,
    .footer-wrap .footer-widget .contact-info p,
    .footer-wrap .footer-widget .footer-menu li a {
        font-size: 14px;
    }
    .footer-wrap .footer-widget .footer-menu li {
        margin-bottom: 8px;
    }
    .footer-wrap .footer-widget .footer-menu li a i {
        font-size: 14px;
        top: -3px;
    }
    .footer-wrap .footer-bottom .social-profile li a {
        width: 30px;
        height: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .header-wrap
        .header-bottom
        .navbar
        .navbar-nav
        .nav-item
        .dropdown-menu
        .nav-item
        .dropdown-menu,
    .mobile-menu {
        margin-left: 20px;
    }
    .header-wrap .header-top .header-top-left .contact-item {
        width: 100%;
        margin: 0 0 15px;
    }
    .header-wrap .header-top .header-top-left .contact-item a,
    .header-wrap .header-top .header-top-left .contact-item p {
        color: #000;
        font-size: 14px;
        font-weight: 400;
    }
    .header-wrap .header-bottom .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .header-wrap .header-bottom .container .search-area.open {
        top: 76px;
    }
    .header-wrap .header-bottom .navbar .navbar-collapse {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }
    .header-wrap .header-bottom .navbar .navbar-nav {
        width: 100%;
        flex-direction: column;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item,
    .main-menu li {
        position: relative;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand {
        position: absolute;
        right: 0;
        top: 14px;
        cursor: pointer;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand i {
        color: #000;
        font-size: 18px;
        line-height: 1;
        position: relative;
        top: 7px;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .header-wrap .header-bottom .main-menu-wrap #menu > ul > li > a::after,
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a i {
        display: none;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.active {
        color: #338f7a;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.btn {
        display: inline-block;
        padding: 10px 30px;
        color: #fff;
        margin-top: 15px;
        font-weight: 500;
        font-size: 14px;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.btn i {
        display: inline-block;
        top: 6px;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
        width: 100%;
        background-color: #edf5f3;
        border: none;
        padding: 0;
    }
    .header-wrap
        .header-bottom
        .navbar
        .navbar-nav
        .nav-item
        .dropdown-menu
        li
        a {
        font-size: 14px;
        padding-left: 10px;
        margin-left: 10px;
    }
    .header-wrap
        .header-bottom
        .navbar
        .navbar-nav
        .nav-item
        .dropdown-menu
        li
        a.active {
        color: #2a3750;
    }
    .header-wrap .header-bottom .user-login span {
        position: relative;
        top: -3px;
    }
    .header-wrap .header-bottom .user-login span i {
        font-size: 20px;
    }
    .mobile-bar-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        justify-content: flex-end;
        text-align: right;
        position: relative;
        top: 4px;
    }
    .menu-close {
        position: absolute;
        top: 13px;
        right: 16px;
    }
    .mobile-menu,
    .mobile-top-bar {
        display: inline-block;
        position: relative;
    }
    .menu-close i {
        color: #000;
        font-size: 25px;
    }
    .mobile-menu {
        text-align: right;
        top: -5px;
    }
    .mobile-menu a {
        width: 38px;
        height: 38px;
        border-radius: 62% 38% 46% 54%/60% 63% 37% 40%;
        text-align: center;
        background-color: #2a3750;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .mobile-menu a i {
        font-size: 22px;
        color: #fff;
        margin: 0 auto;
    }
    .mobile-top-bar {
        margin-right: 6px;
        cursor: pointer;
        top: 0;
    }
    .mobile-top-bar span {
        display: block;
        width: 20px;
        height: 2px;
        background-color: #000;
        border-radius: 20px;
        margin: 5.9px 0;
    }
    .mobile-top-bar span:first-child {
        margin-top: 0;
    }
    .mobile-top-bar span:nth-child(2) {
        width: 12px;
        margin-left: 8px;
    }
    .main-menu-wrap {
        width: 100%;
        position: fixed;
        background: #edf5f3;
        z-index: 999;
        top: 0;
        height: 100vh;
        transition: 0.4s;
        left: -100%;
        padding: 55px 20px 30px;
        overflow-y: auto;
    }
    .main-menu-wrap.open {
        left: 0;
    }
    .main-menu > li.has-children.menu-open > span.menu-expand,
    .main-menu > li > ul > li.has-children.menu-open > span.menu-expand {
        transform: rotate(180deg);
    }
    .main-menu li > a:hover,
    .main-menu li > span.menu-expand:hover,
    .main-menu > li.has-children.menu-open > span.menu-expand i {
        color: #000;
    }
    .main-menu li:last-child {
        margin: 0;
    }
    .main-menu li > span.menu-expand {
        position: absolute;
        right: 0;
        top: 13px;
        cursor: pointer;
    }
    .main-menu li > span.menu-expand i {
        color: #000;
        font-size: 18px;
    }
    .main-menu li > a {
        font-size: 14px;
        font-weight: 400;
        color: #000;
        text-transform: capitalize;
        display: block;
        padding: 12px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }
    .main-menu li > ul.sub-menu {
        padding-left: 20px;
    }
    .main-menu li a.active {
        font-weight: 600;
        color: #000;
        border-color: rgba(0, 0, 0, 0.3);
    }
    .footer-wrap .footer-top .footer-shape-one {
        max-width: 140px;
    }
    .footer-wrap .footer-top .footer-shape-three,
    .footer-wrap .footer-top .footer-shape-two {
        max-width: 70px;
    }
    .footer-wrap .footer-widget .footer-widget-title {
        margin-bottom: 22px;
        padding-bottom: 15px;
    }
    .footer-wrap .footer-widget .newsletter-form button,
    .footer-wrap .footer-widget .newsletter-form input {
        font-size: 14px;
    }
    .footer-wrap .footer-widget .newsletter-form input {
        height: 55px;
        padding: 12px 130px 12px 15px;
    }
    .footer-wrap .footer-widget .newsletter-form button {
        padding: 12px 16px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-wrap .footer-widget .footer-widget-title {
        font-size: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-wrap .footer-top .footer-shape-four {
        top: 40px;
    }
    .footer-wrap .footer-top .footer-widget .newsletter-form button,
    .footer-wrap .footer-top .footer-widget .newsletter-form input {
        font-size: 14px;
    }
    .footer-wrap .footer-top .footer-widget .newsletter-form input {
        height: 55px;
        padding: 12px 130px 12px 15px;
    }
    .footer-wrap .footer-top .footer-widget .newsletter-form button {
        padding: 12px 16px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .navbar-brand img {
        max-width: 140px;
    }
    .comp-desc,
    .footer-menu li a,
    .footer-wrap .footer-widget .contact-info li a,
    .footer-wrap .footer-widget .contact-info li p {
        font-size: 15px;
    }
    .footer-wrap .footer-widget .footer-widget-title {
        font-size: 20px;
    }
}
