a.ok {
    pointer-events: none;
}
textarea {
    resize: none;
}
.img-title-05 {
    color: var(--teal);
    font-size: 30px;
    font-weight: 700;
    margin: 15px 0;
    line-height: 1;
}
p {
    margin-top: 0;
}
.section-gallery .img-title {
    display: none;
}
.bg-overlay-theme2::before {
    background-image: linear-gradient(rgb(37, 55, 69) 50%, rgba(37, 55, 69, 0.9) 100%);
}
.fleshnnews ul {
    margin: 0;
}
button {
    background-color: transparent;
    box-shadow: none;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    outline: none;
    padding: 0px;
}
textarea {
    resize: none;
}
a {
    font-weight: 400;
    color: var(--teal);
    transition: 300ms ease-in-out;
    text-decoration: none;
}
textarea {
    resize: none;
}
.fullscreen {
    height: 100vh !important;
}
section {
    background-color: var(--white);
    padding: 50px 0px;
    overflow: hidden;
}
hr {
    background-color: rgb(234, 234, 234);
    border-color: rgb(234, 234, 234);
    margin: 0px;
}
@media only screen and (min-width: 992px) {
    .hidden-lg, .hidden-md {
        display: none;
    }
}
.bg-theme {
    background-color: var(--primary) !important;
}
.bg-theme2 {
    background-color: var(--heading) !important;
}
.bg-gray {
    background-color: var(--gray) !important;
}
.bg-grey {
    background-color: rgb(246, 247, 248) !important;
}
.bg-dark-gray {
    background-color: rgb(58, 58, 58);
}
.bg-dark {
    background-color: rgb(34, 34, 34) !important;
}
.bg-secondary {
    background-color: var(--secondary);
}
.bg-section {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.bg-parallax {
    background-attachment: fixed;
}
.bg-overlay::before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: -1;
}
.bg-video {
    position: relative;
}
.bg-video iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: rotateZ(0deg);
}
.bg-video h2 {
    text-transform: capitalize;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    z-index: 5;
}
.no-shadow {
    box-shadow: none !important;
}
.bg-animate {
    background-size: cover;
    background-position: 0px 0px;
    background-repeat: repeat-x;
    animation: 30s linear 0s infinite normal none running animatedBackground;
}
@-webkit-keyframes animatedBackground {
    0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: 100% 0px;
    }
}
@keyframes animatedBackground {
    0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: 100% 0px;
    }
}
.breadcrumb {
    background-color: transparent;
    margin-bottom: 0px;
    padding: 0px;
    border-radius: 0px;
    color: rgb(229, 228, 228);
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    display: block;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li a:hover {
    color: var(--primary);
}
.breadcrumb > .active {
    color: var(--secondary);
}
.btn.no-shadow {
    box-shadow: none;
}
.btn:focus, .btn.active, .btn:active {
    box-shadow: none;
    outline: none;
}
.btn::before {
    content: "";
    position: absolute;
    width: calc(100%);
    height: calc(100%);
    top: 0px;
    left: 0px;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.24s ease-in-out, -webkit-transform 0.24s ease-in-out;
}
.btn:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
}
.btn-primary::before {
    background-color: var(--secondary);
}
.btn-secondary::before {
    background-color: var(--teal);
}
.btn-white::before {
    background-color: var(--secondary);
}
.btn-transparent::before {
    background-color: var(--primary);
}
.btn-shadow {
    box-shadow: rgba(40, 40, 40, 0.15) 0px 9px 30px 0px;
}
.btn-shadow-hover:hover, .btn-shadow-hover:active, .btn-shadow-hover:focus {
    box-shadow: rgba(40, 40, 40, 0.15) 0px 9px 30px 0px;
}
ul.list-icons {
    padding: 0px;
    list-style-type: none;
}
ul.list-icons li {
    color: var(--body);
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    position: relative;
}
ul.list-icons li i {
    color: var(--heading);
    margin-right: 10px;
}
#back-to-top {
    position: fixed;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    width: 50px;
    height: 63px;
    border-radius: 4px 0px 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    transition: 300ms ease-in-out;
    background-color: var(--primary);
}
#back-to-top::before {
    content: "";
    position: absolute;
    width: calc(100%);
    height: calc(100%);
    top: 0px;
    left: 0px;
    z-index: -1;
    transform: scaleY(0);
    transform-origin: center top;
    background-color: var(--heading);
    transition: transform 0.24s ease-in-out, -webkit-transform 0.24s ease-in-out;
}
#back-to-top:hover::before {
    transform: scaleY(1);
    transform-origin: center bottom;
}
#back-to-top.show {
    z-index: 999;
    opacity: 1;
}
#back-to-top i {
    color: var(--white);
    font-weight: 700;
    font-size: 15px;
}
@media screen and (max-width: 991.98px) {
    #back-to-top {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        bottom: 30px;
        right: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    #back-to-top {
        width: 70px;
        height: 150px;
    }
}
.preloader {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background-color: var(--white);
    overflow: hidden;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.preloader .dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.preloader .dual-ring::after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border-width: 6px;
    border-style: solid;
    border-image: initial;
    border-color: rgb(50, 195, 108) transparent;
    animation: 1.2s linear 0s infinite normal none running dualring;
}
@-webkit-keyframes dualring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes dualring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.heading .heading-subtitle {
    text-transform: capitalize;
    color: var(--primary);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 13px;
}
.heading .heading-subtitle.heading-subtitle-bg {
    display: inline-block;
    width: max-content;
    padding: 12px 20px;
    border-radius: 4px;
    background-color: rgb(224, 246, 233);
}
.heading .heading-title {
    text-transform: capitalize;
    margin-bottom: 13px;
}
.heading .heading-desc {
    color: var(--body);
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 25px;
}
.heading .paragraph {
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    color: rgb(40, 59, 106);
    margin-bottom: 0px;
}
.header {
    box-shadow: rgba(40, 40, 40, 0.11) 0px 5px 41.5px;
    background-color: var(--white);
    height: 89px;
}
.header .navbar-brand {
    padding: 0px 25px 0px 0px;
    margin: 0px 40px 0px 0px;
    border-right: 1px solid rgb(234, 234, 234);
    height: 90px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: var(--dark);
    text-transform: uppercase;
    gap: 10px;
    font-weight: 900;
    font-size: 1em;
    width: 250px;
    line-height: 18px;
    font-family: "Google Sans Flex", sans-serif;
}
.header .navbar-brand .logo {
    max-width: 100%;
    height: 54px;
}
.header.header-light .navbar {
    background-color: var(--white);
}
.header.header-light .navbar .logo-light {
    display: none;
}
.header.header-light .navbar .logo-mobile {
    display: inline-block;
}
@media screen and (min-width: 992px) {
    .header.header-light .navbar .logo-mobile {
        display: none;
    }
}
.header.header-light .navbar .navbar-nav > li > a {
    color: var(--heading);
}
.header.header-light .navbar .navbar-nav > li > a::before {
    background-color: var(--primary);
}
.header.header-light .navbar .module .module-icon i {
    color: var(--secondary);
}
.header.header-light .navbar .module .module-icon i:hover {
    color: var(--primary);
}
@media screen and (max-width: 991.98px) {
    .header.header-topbar {
        height: 80px;
    }
}
@media screen and (max-width: 991.98px) {
    .header.header-topbar .top-bar {
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .header.header-topbar .navbar {
        padding: 0px 0px 0px 40px;
        min-height: 90px;
        position: relative;
        inset: auto;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .header.header-topbar .navbar {
        padding: 0px 0px 0px 20px;
    }
}
@media screen and (min-width: 992px) and (min-width: 992px) and (max-width: 1100px) {
    .header.header-topbar.header-topbar1 .navbar-brand {
        padding-right: 20px;
    }
}
.header.header-topbar.header-topbar1 .module-holder .module-search {
    border-right: 1px solid rgb(234, 234, 234);
}
.header.header-topbar.header-topbar2 .navbar {
    padding-right: 40px;
}
.header.header-topbar.header-topbar2 .navbar-brand {
    position: relative;
}
@media screen and (min-width: 992px) {
    .header.header-topbar.header-topbar2 .navbar-brand {
        padding-right: 40px;
        margin-right: 40px;
    }
    .header.header-topbar.header-topbar2 .navbar-brand::after {
        content: "";
        width: 2px;
        height: 41px;
        display: inline-flex;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0px;
        background-color: rgb(234, 234, 234);
    }
}
@media screen and (max-width: 991.98px) {
    .header.header-topbar.header-topbar2 .module-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        height: auto;
        -webkit-box-align: start;
        align-items: flex-start;
    }
}
@media screen and (min-width: 992px) {
    .header.header-topbar.header-topbar2 .module-holder .module-call {
        padding-right: 20px;
        margin-right: 20px;
    }
    .header.header-topbar.header-topbar2 .module-holder .module-call::after {
        content: "";
        width: 2px;
        height: 41px;
        display: inline-flex;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0px;
        background-color: rgb(234, 234, 234);
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .header.header-topbar.header-topbar2 .module-holder .module-call {
        padding-right: 15px;
        margin-right: 15px;
    }
}
.header.header-topbar.header-shadow .navbar {
    box-shadow: rgba(9, 29, 62, 0.11) 0px 5px 41.5px;
}
.header .navbar {
    margin-bottom: 0px;
    border-radius: 0px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    z-index: 3;
    padding: 0px;
    transition: 300ms ease-in-out;
}
.header .navbar .navbar-nav > li {
    margin-right: 50px;
    position: relative;
}
.header .navbar .navbar-nav > li:last-child {
    margin-right: 0px;
}
.header .navbar .navbar-nav > li > a {
    text-transform: capitalize;
    font-weight: 700;
    line-height: 90px;
    color: var(--white);
    padding: 0px;
    position: relative;
    display: flex;
    align-items: center;
}
.header .navbar .navbar-nav > li > a::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: var(--white);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.4s;
}
.header .navbar .navbar-nav > li > a:hover::before {
    transform: scaleX(1);
}
.header .navbar .navbar-nav > li.active a, .header .navbar .navbar-nav > li:hover a {
    color: var(--teal);
}
@media screen and (min-width: 992px) {
    .header .navbar .navbar-nav > li.active a::before, .header .navbar .navbar-nav > li:hover a::before {
        transform: scale3d(1, 1, 1);
        transform-origin: 0px 50%;
        background-color: var(--primary);
    }
}
.header .navbar.navbar-fixed {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    background: var(--white);
    animation: 1s ease-in-out 0s 1 normal none running fadeInDown;
    box-shadow: rgba(3, 27, 78, 0.1) 0px 2px 4px;
}
@media screen and (min-width: 992px) {
    .header .navbar.navbar-fixed .navbar-brand .logo-dark {
        display: inline-block;
    }
}
.header .navbar.navbar-fixed .navbar-brand .logo-light {
    display: none;
}
.header .navbar.navbar-fixed .navbar-nav > li > a {
    color: var(--heading);
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-200px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-200px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
.navbar-nav > li.active > ul {
    margin-top: 0px;
}
@media only screen and (max-width: 991.98px) {
    .header .navbar {
        padding: 0px 40px;
    }
}
@media only screen and (max-width: 991.98px) and (max-width: 767.98px) {
    .header .navbar {
        padding: 0px 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar-nav > li {
        margin-right: 16px;
    }
    .module .module-icon, .module-consultation .btn {
        margin-right: 0px;
    }
}
@media only screen and (min-width: 992px) {
    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }
}
.module-holder {
    margin-left: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 100px;
}
.module-holder.module-holder-phone {
    display: none;
}
@media screen and (max-width: 991.98px) {
    .module-holder.module-holder-phone {
        display: flex;
        height: 80px;
        margin-top: 0px;
    }
}
.module-holder.module-holder-phone .navbar-toggler {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    transition: 0.3s ease-in-out;
    border: 0px;
    padding: 0px;
    outline: 0px;
    cursor: pointer;
    border-radius: 0px;
}
.module-holder.module-holder-phone .navbar-toggler:focus {
    box-shadow: none;
}
@media screen and (min-width: 1200px) {
    .module-holder.module-holder-phone .navbar-toggler {
        display: none;
    }
}
.module-holder.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-color: transparent;
}
.module-holder.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before, .module-holder.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    top: 0px;
}
.module-holder.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    transform: rotate(45deg);
}
.module-holder.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    transform: rotate(-45deg);
}
.module-holder.module-holder-phone .navbar-toggler .navbar-toggler-icon {
    background-color: var(--heading);
    width: 100%;
    height: 2px;
    position: relative;
    transition: 0.3s ease-in-out;
}
.module-holder.module-holder-phone .navbar-toggler .navbar-toggler-icon::before, .module-holder.module-holder-phone .navbar-toggler .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0px;
    height: 2px;
    width: 100%;
    background-color: var(--heading);
    transition: 0.3s ease-in-out;
}
.module-holder.module-holder-phone .navbar-toggler .navbar-toggler-icon::before {
    top: -10px;
}
.module-holder.module-holder-phone .navbar-toggler .navbar-toggler-icon::after {
    top: 10px;
}
.module-holder.module-holder-phone .module-language {
    display: inline-flex;
    margin-left: 20px;
    margin-right: 20px;
}
@media screen and (min-width: 992px) {
    .module-holder.module-holder-phone .module-language {
        display: none;
    }
}
@media screen and (max-width: 767.98px) {
    .module-holder.module-holder-phone .module-language {
        margin-right: 15px;
    }
    .header .navbar .navbar-nav > li > a {
        line-height: 40px;
    }
    .navbar-nav .dropdown-menu {
        position: static;
        width: 100%;
    }
    .header .navbar .navbar-nav > li {
        margin-right: 0px;
    }
}
.module-holder.module-holder-phone .module-language .selected img {
    margin-right: 0px;
}
.module-holder.module-holder-phone .module-language .selected span, .module-holder.module-holder-phone .module-language .selected i {
    display: none;
}
.module-holder.module-holder-phone .module-language .selected .lang-list {
    left: -45px;
}
.module-holder.module-holder-phone .module-search {
    display: inline-flex;
    border-bottom: 0px;
    padding: 0px 20px 0px 0px;
}
@media screen and (max-width: 767.98px) {
    .module-holder.module-holder-phone .module-search {
        padding-right: 15px;
    }
}
.module {
    display: inline-block;
    position: relative;
}
.module span.title {
    display: none;
}
.module .module-label {
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    background-color: var(--primary);
    color: var(--white);
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    top: -6px;
    left: 10px;
}
.module .module-box {
    position: absolute;
    display: block;
    box-shadow: rgba(40, 40, 40, 0.1) 0px 2px 3px;
    background-color: rgb(27, 26, 26);
    opacity: 0;
    visibility: hidden;
    transition: 100ms linear;
    right: 0px;
    width: 290px;
    border-radius: 6px;
    padding: 30px;
    z-index: 99;
    transform: translateY(10%);
    height: 0px;
    margin-top: 1px;
}
.module-fullscreen {
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 9999;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: var(--white);
    position: fixed;
}
.module-fullscreen .module-cancel {
    top: 0px;
    right: 0px;
    border-radius: 0px;
    position: absolute;
    width: 100px;
    height: 100px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
    background-color: var(--primary);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
@media screen and (max-width: 767.98px) {
    .module-fullscreen .module-cancel {
        width: 50px;
        height: 50px;
    }
}
.module-fullscreen.module-active {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
.module-fullscreen.fullscreen-light {
    background-color: var(--white);
}
.module-active .module-box {
    opacity: 1;
    visibility: visible;
    display: block;
    transform: translateY(0px);
    height: inherit;
}
.module-search {
    position: relative;
    padding-right: 40px;
    height: 80px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
@media screen and (min-width: 992px) {
    .module-search {
        height: 100px;
    }
}
@media (min-width: 992px) and (max-width: 1100px) {
    .module-search {
        padding-right: 20px;
    }
}
.module-search .module-icon i {
    color: var(--heading);
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.module-search .module-icon i:hover {
    color: var(--primary);
}
@media only screen and (max-width: 991px) {
    .module-search .module-icon i {
        border-left-width: medium;
        border-left-style: none;
        border-left-color: currentcolor;
        padding-left: 0px;
        padding-right: 5px;
    }
}
.module-search-warp {
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 9999;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: var(--white);
    position: fixed;
}
.module-search-warp.search-warp-active {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
.module-search-warp .module-cancel {
    top: 0px;
    right: 0px;
    border-radius: 0px;
    position: absolute;
    width: 100px;
    height: 100px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
    background-color: var(--primary);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
@media screen and (max-width: 767.98px) {
    .module-search-warp .module-cancel {
        width: 50px;
        height: 50px;
    }
}
.module-search-warp .form-search {
    margin-bottom: 0px;
}
.module-search-warp .form-search button::before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹";
    color: var(--heading);
    font-family: energia;
    font-size: 24px;
    font-weight: 400;
    line-height: 70px;
    z-index: 999;
    cursor: pointer;
}
.module-search-warp .form-control {
    position: relative;
    font-size: 24px;
    font-weight: 400;
    line-height: 70px;
    height: 70px;
    color: var(--body);
    border-width: medium medium 2px;
    border-style: none none solid;
    border-color: currentcolor currentcolor rgb(234, 234, 234);
    border-image: initial;
    background-color: transparent;
    width: 100%;
    padding: 17px 30px 17px 46px;
    margin-bottom: 0px;
    transition: 400ms linear;
    text-transform: capitalize;
    border-radius: 0px;
}
.module-search-warp .form-control:focus, .module-search-warp .form-control:active {
    border-color: var(--primary);
}
.module-search-warp .form-control::-webkit-input-placeholder {
    color: var(--body);
    font-size: 35px;
}
@media screen and (max-width: 767.98px) {
    .module-search-warp .form-control::-webkit-input-placeholder {
        font-size: 18px;
    }
}
.module-search-warp .btn {
    background-color: transparent;
    border-radius: 0px;
    width: 35px;
    line-height: 57px;
    color: var(--white);
    font-size: 28px;
    font-weight: 400;
    text-align: right;
    margin-left: 0px;
    padding: 0px;
}
.module-contact {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
@media screen and (min-width: 992px) {
    .module-contact {
        margin-left: 40px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .module-contact {
        margin-left: 20px;
    }
}
@media screen and (max-width: 991.98px) {
    .module-contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        width: 100%;
    }
}
.module-contact .btn {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: var(--white);
    background-color: var(--teal);
    padding: 0px 2.5em;
    width: auto;
    text-transform: capitalize;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s cubic-bezier(0.37, 0.31, 0.31, 0.9), color 0.3s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    overflow: hidden;
    height: 90px;
    border-radius: 0px;
    border: 0px;
    pointer-events: all !important;
}
.module-contact .btn i {
    color: var(--white);
    margin-left: 10px;
    margin-right: 0px;
    transition: 0.3s cubic-bezier(0.37, 0.31, 0.31, 0.9);
}
@media screen and (max-width: 991.98px) {
    .module-contact .btn .btn {
        display: flex;
        width: 100%;
    }
}
.processes {
    overflow: visible;
    padding-top: 0px;
    padding-bottom: 0px;
}
.processes .process-panel {
    padding: 0px 50px 32px 0px;
    position: relative;
}
@media screen and (max-width: 991.98px) {
    .processes .process-panel {
        padding-right: 0px;
    }
}
.processes .process-panel .process-number {
    font-size: 37px;
    font-weight: 500;
    line-height: 29px;
    color: var(--primary);
    margin-bottom: 32px;
}
@media screen and (max-width: 767.98px) {
    .processes .process-panel .process-number {
        text-align: center;
    }
}
.processes .process-panel .process-body .process-content h5 {
    font-weight: 700;
    font-style: italic;
    font-size: 24px;
    color: var(--white);
    line-height: 48px;
    margin-bottom: 18px;
    text-transform: capitalize;
}
.processes .process-panel .process-body .process-content p {
    font-size: 16px;
    line-height: 27px;
    color: var(--white);
    margin-bottom: 0px;
}
.processes .process-panel.process-panel-dark .process-body .process-content h5 {
    color: var(--secondary);
}
.processes .process-panel.process-panel-dark .process-body .process-content p {
    color: var(--body);
}
@media screen and (max-width: 991.98px) {
    .processes .block-right-holder {
        padding: 70px 5% 0px;
        text-align: center;
        margin-bottom: 50px;
    }
}
@media screen and (min-width: 992px) {
    .processes .block-right-holder {
        padding-left: var(--bs-gutter-x, 0.75rem);
        margin-left: auto;
        max-width: calc(480px);
        padding-top: 130px;
    }
}
@media screen and (min-width: 1200px) {
    .processes .block-right-holder {
        max-width: calc(570px);
    }
}
.processes .block-right-holder .heading {
    margin-bottom: 223px;
}
@media screen and (max-width: 991.98px) {
    .processes .block-right-holder .heading {
        margin-bottom: 50px;
    }
}
.processes .processes-holder {
    padding-top: 40px;
}
@media screen and (min-width: 992px) {
    .processes .processes-holder {
        border-left: 1px solid rgb(76, 91, 102);
        padding-top: 130px;
    }
}
@media screen and (max-width: 991.98px) {
    .processes .processes-holder .process-content-carousel {
        text-align: center;
        padding: 0px 5%;
        margin-bottom: 60px;
    }
}
@media screen and (min-width: 992px) {
    .processes .processes-holder .process-content-carousel {
        padding-left: 75px;
        margin-bottom: 110px;
        padding-right: var(--bs-gutter-x, 0.75rem);
        margin-right: auto;
        max-width: calc(480px);
    }
}
@media screen and (min-width: 1200px) {
    .processes .processes-holder .process-content-carousel {
        padding-left: 115px;
        max-width: calc(570px);
    }
}
.processes .processes-holder .process-content-carousel .owl-stage-outer {
    overflow: hidden;
}
.processes .processes-holder .process-content-carousel .owl-stage-outer .owl-item {
    opacity: 1;
}
.processes .processes-holder .process-content-carousel .owl-dots {
    -webkit-box-pack: start;
    justify-content: flex-start;
}
@media screen and (max-width: 991.98px) {
    .processes .processes-holder .process-content-carousel .owl-dots {
        -webkit-box-pack: center;
        justify-content: center;
    }
}
.processes .processes-holder .images-holder {
    border-radius: 0px 0px 0px 12px;
    overflow: hidden;
    transform: translateY(130px);
    margin-top: -130px;
    position: relative;
}
.processes .processes-holder .images-holder .process-image-carousel {
    position: relative;
}
.processes .processes-holder .images-holder .process-image-carousel .owl-stage-outer {
    overflow: hidden;
}
.processes .processes-holder .images-holder .process-image-carousel .owl-stage-outer .owl-item {
    opacity: 1;
}
.processes .processes-holder .images-holder .process-image-carousel .owl-stage-outer .owl-item img {
    object-fit: scale-down;
    width: auto;
}
.processes .processes-holder .images-holder .processes-panel {
    padding: 42px 49px 40px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 12px 0px 0px;
    background-color: var(--primary);
    max-width: 400px;
    z-index: 10;
}
@media screen and (max-width: 767.98px) {
    .processes .processes-holder .images-holder .processes-panel {
        padding-left: 30px;
        padding-right: 30px;
        position: relative;
        right: auto;
        bottom: auto;
        border-radius: 0px 0px 12px 12px;
        text-align: center;
        max-width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .processes .processes-holder .images-holder .processes-panel {
        max-width: 330px;
        padding: 25px;
    }
}
.processes .processes-holder .images-holder .processes-panel .panel-title {
    font-size: 20px;
    line-height: 30px;
    color: var(--white);
    margin-bottom: 17px;
}
.processes .processes-holder .images-holder .processes-panel .panel-desc {
    line-height: 24px;
    margin-bottom: 23px;
    color: var(--gray);
}
.processes .processes-holder .images-holder .processes-panel a {
    font-weight: 700;
    color: var(--white);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-transform: capitalize;
}
@media screen and (max-width: 767.98px) {
    .processes .processes-holder .images-holder .processes-panel a {
        -webkit-box-pack: center;
        justify-content: center;
    }
}
.processes .processes-holder .images-holder .processes-panel a:hover i {
    transform: translateX(15px);
}
.processes .processes-holder .images-holder .processes-panel a i {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background-color: var(--white);
    border-radius: 50%;
    color: var(--primary);
    margin-left: 10px;
    transition: 0.3s ease-in-out;
}
.processes.processes-1 {
    background-position: center top;
    padding-bottom: 0px;
}
.processes.processes-2 {
    overflow: hidden;
}
.processes.processes-2 .processes-holder {
    padding-top: 0px;
    border-left: 0px;
    padding-left: 0px;
}
.processes.processes-2 .processes-holder .process-content-carousel {
    padding-left: 0px;
    max-width: unset;
    padding-right: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
}
@media screen and (max-width: 991.98px) {
    .processes.processes-2 .processes-holder .process-content-carousel {
        padding: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .processes.processes-2 .processes-holder .process-content-carousel {
        max-width: 370px;
    }
}
#wrapperParallax {
    position: relative;
    z-index: 1060;
    min-height: 100vh;
}
#footerParallax {
    position: fixed;
    z-index: -1;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
@media only screen and (max-width: 991px) {
    #wrapperParallax {
        margin-bottom: 0px !important;
    }
    #footerParallax {
        position: static;
        text-align: center;
    }
}
.footer {
    background-color: var(--heading);
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}
.footer .footer-top {
    padding-top: 42px;
    padding-bottom: 40px;
}
.footer .footer-widget .footer-widget-title h5 {
    font-size: 19px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 30px;
    color: var(--teal);
}
.footer .footer-widget .widget-content p {
    color: var(--white);
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 25px;
}
.footer .widget-links ul {
    padding-left: 30px;
    list-style: none;
    margin-bottom: 0px;
}
.footer .widget-links ul li {
    display: block;
}
.footer .widget-links ul li a {
    color: var(--white);
    font-weight: 400;
    line-height: 33px;
    text-transform: capitalize;
    position: relative;
    padding-left: 0px;
    transition: 0.3s;
}
.footer .widget-links ul li a::before {
    content: "\f105";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.3s;
}
.footer .widget-links ul li a:hover::before {
    left: 0px;
    opacity: 1;
}
.footer .widget-links ul li a:hover {
    color: var(--teal);
    padding-left: 18px;
}
.footer .widget-contact .widget-content p {
    color: var(--white);
    margin-bottom: 15px;
}
.footer .widget-contact .widget-content .phone {
    margin-bottom: 18px;
    font-weight: 300;
    font-size: 25px;
    line-height: 22px;
    color: rgb(146, 155, 162);
    display: flex;
}
.footer .widget-contact .widget-content .phone a {
    font-weight: 300;
    font-size: 22px;
    line-height: 22px;
    margin-left: 8px;
    color: var(--white);
    transition: 0.3s ease-in-out;
}
.footer .widget-contact .widget-content .phone a:hover {
    color: var(--primary);
}
.footer .widget-contact .widget-content .email {
    font-weight: 700;
    line-height: 21px;
    color: var(--primary);
    margin-bottom: 12px;
}
.footer .widget-contact .widget-content .email a {
    font-weight: 700;
    line-height: 21px;
    color: var(--primary);
}
.footer .widget-contact .widget-content .email a:hover {
    color: var(--primary-70);
}
.footer .widget-contact .widget-content .address {
    margin-bottom: 12px;
}
.footer .widget-contact .widget-content .address p {
    color: rgb(146, 155, 162);
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
}
.footer .widget-contact .widget-content .directions a {
    font-weight: 700;
    line-height: 1;
    color: var(--white);
    text-transform: capitalize;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}
.footer .widget-contact .widget-content .directions a i {
    color: var(--white);
    margin-right: 10px;
    transition: 0.3s ease-in-out;
}
.footer .widget-contact .widget-content .directions a:hover {
    color: var(--primary);
}
.footer .widget-contact .widget-content .directions a:hover i {
    color: var(--primary);
}
.footer-copyright {
    padding: 16px 0px 9px;
}
.footer-copyright .copyright {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}
.footer-copyright .copyright span {
    font-weight: 400;
    color: var(--white);
    text-transform: capitalize;
}
.footer-copyright .copyright .social-icons {
    margin-bottom: 0px;
}
.footer-copyright .copyright .social-icons li {
    display: inline-block;
    margin-right: 30px;
}
.footer-copyright .copyright .social-icons li:last-child {
    margin-right: 0px;
}
.footer-copyright .copyright .social-icons li a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-transform: capitalize;
    font-weight: 700;
    color: rgb(146, 155, 162);
    transition: 0.3s ease-in-out;
}
.footer-copyright .copyright .social-icons li a:hover {
    color: var(--primary);
}
.footer-copyright .copyright .social-icons li a:hover i {
    color: var(--primary);
}
.footer-copyright .copyright .social-icons li a i {
    font-size: 20px;
    margin-right: 10px;
    color: var(--white);
    transition: 0.3s ease-in-out;
}
.footer-bottom {
    background: var(--dark);
}
.counter-num {
    font-size: 50px;
    font-weight: 800;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    height: 44px;
    width: 117px;
    padding: 0px 21px;
    text-align: center;
}
.counter-area {
    background: linear-gradient(360deg, rgb(80, 114, 72) 0%, rgb(80, 185, 102) 70%, rgb(255, 255, 255) 70%);
    padding-top: 0;
}
.counter-area iframe {
    border: 3px solid rgb(196, 196, 196);
    border-radius: 7px;
}
.counter-area p {
    color: rgb(245, 242, 242);
    font-weight: 600;
}
.counter .exp {
    font-size: 16px !important;
}
#footer_section ul li a {
    display: block;
}
.ehf-header header {
    min-height: 89px !important;
}
.fleshnnews {
    background: rgb(245, 255, 232);
    padding: 10px 0px 0px 10px;
    overflow: hidden;
}
.fleshnnews a {
    color: var(--red);
    font-size: 1em;
    font-weight: 700;
}
.fleshnnews a:hover {
    color: var(--teal);
}
.fleshnnews .ndate {
    display: none;
}
.nav-item {
    position: relative;
}
.nav-item:hover > .dropdown-menu {
    display: block;
}
.dropdown-menu li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: var(--dark) !important;
}
.dropdown-menu li a:hover {
    background: rgb(245, 245, 245);
}
.btn-secondary::after, .module-contact .btn::after, .more-features .btn::after {
    content: "\f105";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    margin-left: 10px;
    display: inline-block;
    transition: transform 0.3s ease;
}
.btn-secondary::after, .module-contact .btn:hover::after, .more-features .btn::after {
    transform: translateX(5px);
}
.home-counter {
    background-color: rgb(243, 243, 243);
    background-image: url("../images/counter.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0px;
}
.counter-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(264px, 1fr));
    gap: 15px;
}
.counter-box {
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    overflow: hidden;
    min-height: 0px;
    transition: 0.3s;
    border-radius: 22px 0px 0px 22px;
    box-shadow: rgba(9, 29, 62, 0.11) 0px 5px 41.5px;
}
.counter-box:hover {
    transform: translateY(-5px);
}
.counter-icon {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: rgb(255, 255, 255);
    flex-shrink: 0;
    padding: 20px 2px;
    border-radius: 22px 0px 0px 22px;
}
.counter-content {
    flex: 1 1 0%;
    text-align: center;
    padding: 0px 10px;
}
.counter-content p {
    color: rgb(34, 34, 34);
    font-size: 0.8em;
    font-weight: 500;
    margin: 0px;
}
.bg1 {
    background: rgb(107, 31, 58);
}
.bg2 {
    background: rgb(161, 146, 124);
}
.bg3 {
    background: rgb(47, 96, 125);
}
.bg4 {
    background: rgb(255, 110, 94);
}
.bg5 {
    background: rgb(191, 97, 241);
}
.bg6 {
    background: rgb(147, 37, 59);
}
.bg7 {
    background: rgb(156, 39, 176);
}
.bg8 {
    background: rgb(201, 141, 130);
}
.bg9 {
    background: rgb(75, 180, 230);
}
.bg10 {
    background: rgb(215, 155, 145);
}
.bg11 {
    background: rgb(43, 183, 179);
}
.bg12 {
    background: rgb(48, 75, 91);
}
.counter-content h2 {
    font-size: 20px;
    padding: 0px;
    margin: 0px;
}
.new-light {
    background: rgb(249, 255, 248);
}
.news-carousel figure, .gallery-carousel .item figure {
    box-shadow: rgba(9, 29, 62, 0.11) 0px 5px 41.5px;
}
.news-carousel .item, .gallery-carousel .item {
    overflow: hidden;
    border-radius: 12px;
    background: rgb(255, 255, 255);
    height: 360px;
}
.news-carousel img, .gallery-carousel img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}
.news-carousel figcaption, .gallery-carousel figcaption {
    padding: 12px;
    line-height: 1.5;
    text-align: center;
    font-weight: 600;
}
.team-slider .owl-nav button, .news-carousel .owl-nav button, .gallery-carousel .owl-nav button {
    width: 45px;
    height: 45px;
    margin: 5px;
    left: -40px;
    box-shadow: rgba(9, 29, 62, 0.11) 0px 5px 41.5px;
    border-radius: 50% !important;
    color: rgb(0, 0, 0) !important;
    font-size: 30px !important;
    background: var(--white) !important;
}
.team-slider .owl-nav, .news-carousel .owl-nav, .gallery-carousel .owl-nav {
    text-align: center;
    position: absolute;
    top: 35%;
    left: -30px;
    width: 105%;
    display: flex;
    justify-content: space-between;
}
.team-slider .owl-dots, .news-carousel .owl-dots, .gallery-carousel .owl-dots {
    margin-top: 10px;
}
.contact-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
    overflow: hidden;
}
.contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 0px;
    margin-bottom: 0px;
    position: relative;
    z-index: 2;
}
.contact-list li:last-child {
    margin-bottom: 0px;
}
.contact-list .icon {
    width: 42px;
    height: 30px;
    min-width: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--teal);
    line-height: 40px;
}
.contact-list .text, .contact-list .text a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    word-break: break-word;
}
.contact-list .text a:hover {
    color: rgb(159, 245, 207);
}
.footer .widget-links.widget-icon .footer-widget-title {
    margin-left: 1.8em;
}
.footer-logo a {
    display: flex;
    gap: 10px;
    place-content: flex-start;
    width: 68%;
}
.footer-logo .logo_name {
    font-size: 1.6em;
    color: var(--white);
    display: block;
    text-align: center;
    line-height: 35px;
}
.donate-banner {
    position: relative;
    width: 100%;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}
.donate-banner .overlay {
    position: absolute;
    inset: 0px;
    background: rgba(0, 0, 0, 0.45);
}
.donate-banner .banner-content {
    position: relative;
    z-index: 2;
    height: 300px;
    width: 100%;
}
.breadcumb-banner::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: rgba(0, 0, 0, 0.5);
}
.donate-banner ul {
    z-index: 9;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 60%;
}
.donate-banner h1 {
    color: rgb(255, 255, 255);
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    z-index: 9;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 30%;
}
.donate-banner .home-btn {
    display: inline-block;
    color: rgb(255, 180, 0);
    text-decoration: none;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s;
}
.donate-banner .home-btn:hover {
    color: rgb(255, 255, 255);
}
.document-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.document-list li {
    width: calc(24.33% - 20px);
}
.document-list li h3 {
    margin: 0px;
}
.document-list li a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 130px;
    padding: 35px 25px 25px;
    background: linear-gradient(rgb(255, 255, 255) 5%, rgba(213, 213, 213, 0.65) 100%);
    border-radius: 6px;
    text-decoration: none;
    color: var(--blue);
    font-size: 20px;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 25px;
    transition: 0.3s;
    overflow: hidden;
    flex-direction: column;
    gap: 10px;
}
.document-list li a::before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    width: 56px;
    height: 56px;
    background: rgb(245, 124, 0);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-direction: column;
}
.document-list li a:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 12px 30px;
}
.donate-section {
    width: 100%;
    padding: 60px 0px;
    background: rgb(245, 245, 245);
}
.donate-content {
    width: 100%;
}
.donate-content h3 i {
    color: rgb(255, 75, 43);
    font-size: 23px;
}
.donate-content ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.donate-content ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 0px;
    font-size: 21px;
    color: rgb(17, 17, 17);
    line-height: 1.5;
}
.donate-content ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 7px;
    width: 12px;
    height: 12px;
    border: 4px solid var(--teal);
    border-radius: 50%;
}
.team-slider .team-item {
    background: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 20px;
    transition: 0.3s;
}
.team-slider .team-item:hover {
    transform: translateY(-8px);
}
.team-slider .team-item img {
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0px auto 20px;
    border: 5px solid rgb(243, 243, 243);
    width: 180px !important;
}
.team-slider .member-info h4 {
    font-size: 16px;
    color: rgb(34, 34, 34);
    margin-bottom: 0px;
}
.team-slider .member-info span {
    color: var(--red);
    text-transform: capitalize;
    font-style: italic;
}
.nivo-caption {
    display: none !important;
}
.inner h2 {
    color: var(--teal);
}
.inner h3 {
    color: var(--blue);
}
.inner h4 {
    color: var(--dark);
}
.inner h5 {
    color: var(--gray);
}
.values-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.list li {
    position: relative;
    padding: 6px 0px 6px 30px;
    transition: 0.3s;
}
.list li::before {
    content: "\f058";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0px;
    color: var(--teal);
    font-size: 24px;
}
.breadcumb-banner img {
    width: 100%;
}
.list li strong {
    color: var(--dark);
}
.inner_img {
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(9, 29, 62, 0.11) 0px 5px 41.5px;
    padding: 0.5em;
    max-width: 280px;
}
.Volunteer .form-group {
    float: left;
    width: 31.93%;
    margin: 0px 1em 0.6em 0px;
}
.Volunteer .form-group:last-of-type {
    width: 64.93%;
}
.Volunteer .form-control {
    width: 100%;
    padding-left: 1em;
}
.team-members-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}
.team-members-list .team-item {
    background: rgb(255, 255, 255);
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 20px;
    transition: 0.4s;
}
.team-members-list .team-item:hover {
    transform: translateY(-8px);
}
.team-members-list .team-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}
.team-members-list .member-info {
    padding: 20px 15px;
}
.team-members-list .member-info span {
    display: inline-block;
    font-weight: 500;
    color: var(--red);
    text-transform: capitalize;
    font-style: italic;
}
.list {
    margin-bottom: 2em;
}
table th {
    background: var(--gray-dark);
    color: rgb(255, 255, 255);
    padding: 6px 10px;
    font-weight: 700;
}
tfoot {
    text-align: center;
}
.gallery {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.gallery li {
    vertical-align: middle;
}
.gallery li img {
    width: 100%;
    position: relative;
    height: 200px;
    border-radius: 10px 0px;
    box-shadow: rgba(9, 29, 62, 0.11) 0px 5px 41.5px;
    padding: 0.5em;
    margin-bottom: 1em;
}
.gallery li a {
    display: block;
    background: var(--white);
}
.gallery li .overlay {
    display: none;
}

.gallery li .def-head {
    color: var(--teal);
}
.newgallery {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.newgallery li {
    position: relative;
}
.newgallery img {
    object-fit: cover;
    display: block;
    transition: 0.3s;
    width: 100%;
    position: relative;
    height: 200px;
    border-radius: 10px 0px;
    box-shadow: rgba(9, 29, 62, 0.11) 0px 5px 41.5px;
    padding: 0.5em;
    margin-bottom: 1em;
}
.newgallery img:hover, .gallery li img:hover {
    filter: grayscale(1);
}
.video_gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0px;
}
.video_gallery li iframe {
    width: 100%;
    height: 400px;
    border-radius: 10px;
}
.video_title {
    color: var(--teal);
    font-weight: 700;
}
.video_gallery li {
    position: relative;
}
.contact-info-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.contact-info-list li {
    margin-bottom: 25px;
}
.contact-info-list h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 22px;
    margin-bottom: 10px;
}
.contact-info-list h3 i {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgb(13, 110, 253);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.contact-info-list p {
    margin: 0px;
    padding-left: 58px;
}
.news-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.news-list li {
    margin-bottom: 18px;
}
.news-list li a {
    position: relative;
    display: block;
    padding: 16px 20px 16px 70px;
    background: rgb(245, 245, 245);
    border: 1px solid rgb(229, 229, 229);
    border-radius: 10px;
    color: rgb(34, 34, 34);
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
}
.news-list li a::before {
    content: "\f1ea";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    background: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
    font-size: 15px;
}
.news-list li a:hover {
    background: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
    border-color: rgb(34, 34, 34);
}
.news-list li a:hover::before {
    background: rgb(255, 255, 255);
    color: rgb(34, 34, 34);
}
.blog .more-blog {
    text-align: center
}
.blog .more-blog a {
    position: relative;
    font-weight: 700;
    color: var(--heading);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-transform: capitalize;
    padding-bottom: 6px
}
.blog .more-blog a:hover::before {
    width: calc(100% - 20%)
}
.blog .more-blog a::before {
    content: '';
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background-color: var(--primary)
}
.blog-entry {
    position: relative;
    -webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .08);
    box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .08);
    border-radius: 8px;
    background-color: var(--white);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    margin-bottom: 36px
}
.blog-entry::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: calc(100% - 40px);
    background-color: #eaeaea;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 8px 0 0 0
}
.blog-entry::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: calc(100% - 40px);
    background-color: var(--primary);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 8px 0 0 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left
}
.blog-entry:hover {
    -webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .11);
    box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .11)
}
.blog-entry:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}
.blog-entry:hover .entry-content .entry-img-wrap .entry-img img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}
.blog-entry:hover .entry-content .entry-more .btn {
    -webkit-box-shadow: 0 3px 63px 0 rgba(40, 40, 40, .11);
    box-shadow: 0 3px 63px 0 rgba(40, 40, 40, .11);
    color: var(--white);
    background-color: var(--heading);
    border-color: var(--heading)
}
.blog-entry:hover .entry-content .entry-more .btn i {
    background-color: var(--white);
    color: var(--heading)
}
.blog-entry .entry-content {
    padding: 0px;
}
.blog-entry .entry-content .entry-img-wrap {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(0px);
    width: calc(100%+ 40px);
    position: relative;
}
.blog-entry .entry-content .entry-img-wrap .entry-img {
    position: relative;
    border-radius: 0 8px 8px 0;
    overflow: hidden;
    max-width: 100%
}
.blog-entry .entry-content:hover .entry-img-wrap .entry-img img {
    transform: scale(1.1);
}
.blog-entry .entry-content .entry-img-wrap .entry-img img {
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    width: 100%;
    border-radius: 0px;
}
.blog-entry .entry-content .entry-img-wrap .entry-category {
    display: -ms-inline-flexbox;
    -ms-flex-align: center;
    color: var(--teal);
    padding-right: 1rem;
    padding-left: 1rem;
}
.blog-entry .entry-content .entry-img-wrap .entry-category a {
    font-size: 22px;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    line-height: 50px;
}
.blog-entry .entry-content .entry-img-wrap .entry-category a::after {
    content: ", ";
    position: relative;
    margin-right: 4px
}
.blog-entry .entry-content .entry-img-wrap .entry-category a:last-of-type::after {
    content: ""
}
.blog-entry .entry-content .entry-img-wrap .entry-category a:hover {
    color: var(--heading)
}
.blog-entry .entry-content .entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px
}
.blog-entry .entry-content .entry-meta .entry-date {
    margin-right: 20px
}
.blog-entry .entry-content .entry-meta .entry-date .day, .blog-entry .entry-content .entry-meta .entry-date .year {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #616161;
    text-transform: capitalize
}
.blog-entry .entry-content .entry-meta .entry-date .day:after {
    content: ',';
    margin-right: 3px
}
.blog-entry .entry-content .entry-meta .entry-author {
    text-transform: capitalize
}
.blog-entry .entry-content .entry-meta .entry-author p {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: var(--heading);
    margin-bottom: 0
}
.blog-entry .entry-content .entry-title {
    margin-bottom: 32px
}
.blog-entry .entry-content .entry-title h4 a {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
    text-transform: capitalize;
    color: var(--heading);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.blog-entry .entry-content .entry-title h4 a:hover {
    color: var(--primary)
}
.blog-entry .entry-content .entry-more a {
    width: 142px;
    height: 45px;
    padding: 0 20px;
    border: 2px solid rgba(37, 55, 69, .5);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.blog-entry .entry-content .entry-more a::before {
    content: unset
}
.blog-entry .entry-content .entry-more a:hover i {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}
.blog-entry .entry-content .entry-more a i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--heading);
    color: var(--white);
    font-size: 12px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.video {
    position: relative;
    border-radius: 12px;
    height: 275px;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    margin-top: -70px;
    transform: scaleX(-1);
    box-shadow: 0px -20px 41.5px rgba(40, 40, 40, .11);
}
.video.video-1 {
    position: relative;
    margin-bottom: 0
}
.video.video-1 .btn-video {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background-color: transparent;
    height: auto;
    padding: 0
}
.features {
    overflow: visible;
}