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

html {
    font-size: 100%;
    scroll-behavior: smooth;
}

::-moz-placeholder {
    color: #030708;
    opacity: 0.5;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
}

:-ms-input-placeholder {
    color: #030708;
    opacity: 0.5;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
}

::placeholder {
    color: #030708;
    opacity: 0.5;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Rubik", sans-serif;
    color: #030708;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    overflow-x: hidden;
    transition: all 0.4s ease-in-out;
}

body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1.3;
    font-weight: 600;
}

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

h2,
.h2 {
    font-size: 21px;
    font-weight: 400;
}

h3,
.h3 {
    font-size: 19px;
    font-weight: 400;
}

h4,
.h4 {
    font-size: 19px;
    font-weight: 400;
}

h5,
.h5 {
    font-size: 16px;
}

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

p {
    font-weight: normal;
    margin: 0;
    line-height: 1.5;
    font-weight: 300;
    font-size: 16px;
    color: #030708;
    font-family: "Rubik", sans-serif;
}

a {
    transition: all 0.3s ease-in-out;
    color: inherit;
    /* text-transform: capitalize; */
    text-decoration: none;
}
a :focus {
    outline: none;
}
a:hover {
    text-decoration: none;
    color: #a03223;
}

li,
p {
    color: #030708;
    font-size: 15px;
    font-weight: 300;
}

.row {
    row-gap: 22px;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0.5rem;
}
ol li,
ul li {
    margin-bottom: 0;
    font-size: 15px;
    list-style: none;
    font-weight: normal;
    font-weight: 300;
}

b,
strong {
    font-weight: 600;
}

img {
    height: 100%;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    border-style: none;
    transition: all 0.4s ease-in-out;
}

label {
    display: inline-block;
    margin-bottom: 0.25rem;
}

input[type="radio"],
input[type="checkbox"],
input[type="range"] {
    accent-color: #d2ab66;
}

.background {
    background-color: #0d5674;
}
.background .custom-center h2 {
    color: #fff;
}
.background .custom-center p {
    color: #fff;
    font-size: 17px;
    opacity: 0.8;
}
.background.background {
    background-color: #f5f5f5;
}
.background.background h2 {
    color: #0d5674;
}
.background.background p {
    color: #030708;
}

.backgroundd {
    background-color: #0d5674 !important;
}
.backgroundd .custom-center h2 {
    color: #fff;
}
.backgroundd .custom-center p {
    color: #fff;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

input:focus {
    outline: none;
    box-shadow: 0;
}

.form-group {
    margin-bottom: 0.9375rem;
}
.form-group input,
.form-group textarea,
.form-group select {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.125rem + 0.375rem);
    padding: 0.5625rem 0.5625rem;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 300;
    line-height: 1.5;
    background-color: #f5f5f5;
    background-clip: padding-box;
    border: 0;
    border-radius: 0.25rem;
    box-shadow: 0 0 0 0 transparent;
    transition:
        border-color 0.2s ease-in-out,
        box-shadow 0.3s ease-in-out;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    box-shadow: none;
}
.form-group a {
    color: #030708;
}
.form-group a:hover {
    text-decoration: underline;
}
.form-group select {
    color: #030708;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
}
.form-group select option {
    color: #030708;
    opacity: 0.8;
}
.form-group textarea {
    height: auto;
}

i {
    font-size: 16px;
}

.spacing {
    padding: 60px 0;
    background-color: #fff;
}

.page-spacing {
    padding: 40px 0;
}

.custom-button {
    min-height: auto;
    padding: 13px 30px;
    background-color: #a03223;
    color: #fff;
    border-radius: 4px;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    font-weight: 400;
    border: 1px solid transparent;
}
.custom-button:hover {
    background-color: #c73623;
    color: #fff;
}

.about-custom-head h3 span {
    color: #030708;
}

.custom-header {
    margin-bottom: 30px;
    padding-bottom: 6px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}
.custom-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
}
.custom-header a {
    font-size: 15px;
    font-weight: 400;
    text-transform: lowercase;
    color: #0d5674;
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
}
.custom-header a:hover {
    color: #a03223;
}
.custom-header h2 {
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    height: 100%;
    color: #0d5674;
}
.custom-header h2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -6px;
    background-color: #a03223;
}
.custom-header h4 {
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    height: 100%;
    background-color: #0d5674;
    color: #fff;
    padding: 0.5rem 0.875rem;
    font-size: 16px;
}
.custom-header h4::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -6px;
    background-color: #0d5674;
}
.custom-header label {
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 400;
    margin-right: 12px;
}
.custom-header.custom-center {
    display: block;
    padding-bottom: 0;
    text-align: center;
}
.custom-header.custom-center::after {
    display: none;
}
.custom-header.custom-center h2 {
    display: block;
    font-size: 32px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
}
.custom-header.custom-center h2::after {
    display: none;
}
.custom-header.custom-center h2 span {
    color: #030708;
}

.owl-nav {
    display: block !important;
    margin: 0 !important;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
    height: 34px !important;
    width: 34px !important;
    background-color: #0d5674 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.owl-nav button i {
    font-size: 16px;
    color: #fff;
}
.owl-nav button.owl-prev {
    left: 0rem;
}
.owl-nav button.owl-next {
    right: 0rem;
}

.owl-dots {
    display: block;
    margin: 0 !important;
}
.owl-dots button {
    position: absolute;
    bottom: -2rem;
}
.owl-dots button span {
    width: 24px !important;
    height: 3px !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
}
.owl-dots button.active span {
    background-color: #3aa91e !important;
}

.nav-breadcrumb {
    background: #f5f5f5;
}
.nav-breadcrumb .breadcrumb {
    margin: 0;
    padding: 8px 0;
}
.nav-breadcrumb .breadcrumb li {
    font-weight: 400;
    font-size: 15px;
}
.nav-breadcrumb .breadcrumb li a {
    font-size: 15px;
    padding: 0 6px;
    text-transform: capitalize;
    color: black;
    opacity: 0.8;
    font-weight: 300;
}
.nav-breadcrumb .breadcrumb li a:hover {
    color: #d2ab66;
}
.nav-breadcrumb .breadcrumb li.active {
    opacity: 1;
}

.pagination-wrapp {
    display: block;
}
.pagination-wrapp .pagination {
    align-items: center;
    justify-content: end;
}
.pagination-wrapp .pagination li {
    font-size: 14px;
    margin: 0;
}
.pagination-wrapp .pagination li a {
    color: #030708;
    font-weight: 300;
}
.pagination-wrapp .pagination li a:hover {
    color: #0d5674;
}
.pagination-wrapp .pagination li i {
    margin: 0 0.75rem;
}
.pagination-wrapp .pagination li.active {
    color: #0d5674;
    font-weight: 300;
}
.pagination-wrapp .pagination li.active .page-link {
    background: #0d5674;
    border-color: #0d5674;
}

.sigma_subheader {
    position: relative;
    display: block;
    height: 270px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    overflow: hidden !important;
}
.sigma_subheader .sigma_subheader-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.sigma_subheader .sigma_subheader-inner h2 {
    text-transform: capitalize;
    color: #fff;
}

.table {
    overflow-x: auto;
}
.table table {
    border-collapse: collapse;
    width: 100%;
}
.table table tr:nth-child(even) {
    background-color: #f2f2f2;
}
.table table tr th {
    font-weight: 400;
}
.table table tr td {
    font-size: 14px;
}
.table table tr th,
.table table tr td {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.table table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.light-background {
    background-color: #edf8fd !important;
}
.light-background .custom-header h2,
.light-background .custom-header p {
    color: #030708 !important;
}
.light-background .custom-header h2 span,
.light-background .custom-header p span {
    color: #030708 !important;
}

.dark-background {
    background-color: #0d5674 !important;
}
.dark-background .custom-header h2,
.dark-background .custom-header span,
.dark-background .custom-header p {
    color: #fff !important;
}

@keyframes banner-anime {
    0% {
        top: 0;
        right: 0;
    }
    100% {
        bottom: 0;
    }
}
header {
    position: relative;
    z-index: 2;
}
header ul {
    padding: 0;
    margin: 0;
}
header ul li {
    display: inline-block;
    padding: 0.58em 0;
    color: #fff;
}
header ul li a {
    font-size: 15px;
    text-transform: initial;
    color: #fff;
}
header ul li a i {
    font-size: 16px;
    margin-right: 0;
}
header .mid-header {
    background-color: #f5f5f5;
    padding: 24px 0;
}
header .mid-header .mid {
    align-items: center;
}
header .mid-header .mid .mid-left li + li {
    margin-left: 1em;
}
header .mid-header .mid .mid-left li a {
    display: block;
}
header .mid-header .mid .mid-left li a:hover {
    color: #a03223;
}
header .mid-header .mid .mid-left.mid-center {
    position: relative;
}
header .mid-header .mid .mid-left.mid-center h2 {
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 900;
    color: #093d52;
    font-family: "Roboto", sans-serif;
}
header .mid-header .mid .mid-left.mid-center h3 {
    font-size: 22px;
    text-transform: capitalize;
    color: #a03223;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
}
header .mid-header .mid .mid-left.mid-center .absolute {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
header .mid-header .mid .mid-left.mid-center .absolute a {
    display: inline-block;
}
header .mid-header .mid .mid-left.mid-center .absolute a img {
    height: 80px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
header .mid-header .mid .mid-right {
    margin-left: auto;
    text-align: right;
}
header .mid-header .mid .mid-right a {
    display: inline-block;
}
header .mid-header .mid .mid-right a img {
    height: 70px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
header nav {
    padding: 0 !important;
    background-color: #093d52;
}
header nav .navbar-brand {
    padding: 15px 0;
}
header nav .navbar-brand img {
    height: 70px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    display: inline-block;
    background: #fff;
}
header nav .navbar-brand.custom-button {
    background-color: #a03223;
    color: #fff;
    padding: 10px 24px;
    font-size: 14px;
    opacity: 1;
    margin: 8px 0;
}
header nav .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
header nav .navbar-toggler i {
    font-size: 1.5rem;
    color: #fff;
}
header nav #main_nav.show {
    padding: 15px;
    background-color: #0d5674;
    margin-bottom: 15px;
    transition: all 0.4s ease-in-out;
}
header nav #main_nav.show .navbar-nav .nav-item {
    opacity: 1;
    padding: 0;
}
header nav #main_nav.show .navbar-nav .nav-item .nav-link {
    display: block;
    padding: 4px 0 !important;
}
header nav #main_nav.show .navbar-nav .nav-item.has-megamenu .megamenu {
    width: 100%;
}
header nav #main_nav .navbar-nav {
    margin-left: auto;
}
header nav #main_nav .navbar-nav .nav-item {
    opacity: 1;
}
header nav #main_nav .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 400;
    color: #fff !important;
    display: block;
    padding: 0 1rem !important;
    text-transform: capitalize;
}
header nav #main_nav .navbar-nav .nav-item .nav-link:hover {
    color: #ff1f00 !important;
}
header nav #main_nav .navbar-nav .nav-item i {
    color: #fff;
    font-size: 22px;
}
header nav #main_nav .navbar-nav .nav-item.active .nav-link {
    color: #ff1f00 !important;
}
header nav #main_nav .navbar-nav .nav-item.dropdown .dropdown-menu {
    padding: 0;
    margin: 0;
}
header nav #main_nav .navbar-nav .nav-item.dropdown .dropdown-menu li {
    display: block;
    margin: 0;
    padding: 0;
}
header nav #main_nav .navbar-nav .nav-item.dropdown .dropdown-menu li a {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 10px 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
header nav #main_nav .navbar-nav .nav-item.dropdown .dropdown-menu li a:active {
    background-color: transparent;
    color: #030708 !important;
    box-shadow: none;
    outline: none;
}
header nav #main_nav .navbar-nav .nav-item.dropdown .dropdown-menu li:last-child a {
    border-bottom: 0;
}
header nav #main_nav .search {
    margin: 0;
    position: relative;
}
header nav #main_nav .search input {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0.8125rem 3.375rem 0.8125rem 3.6rem;
    font-size: 16px;
    line-height: 1.5;
    background-color: #f5f5f5;
    border: 0;
    border-radius: 50em;
    outline: 0;
    box-shadow: none;
    transition: background-color 0.2s;
    margin: 0;
}
header nav #main_nav .search i {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.slider {
    background-color: #fff;
}
.slider .slider-block {
    display: flex;
    align-items: center;
    position: relative;
    height: 70vh;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider .slider-block::before {
    content: "";
    background-color: #000;
    opacity: 0.3;
    position: absolute;
    width: 100%;
    height: 100%;
}
.slider .slider-block .slider-content {
    position: relative;
    width: 55%;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0;
    z-index: 1;
}
.slider .slider-block .slider-content h1 {
    margin-bottom: 15px;
    color: #fff;
    line-height: 1;
}
.slider .slider-block .slider-content p {
    color: #fff;
    font-size: 19px;
}
.slider .owl-nav {
    display: block !important;
    margin: 0 !important;
}
.slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
    height: 42px !important;
    width: 42px !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.slider .owl-nav button span {
    font-size: 38px;
}
.slider .owl-nav button.owl-prev {
    left: 0;
}
.slider .owl-nav button.owl-next {
    right: 0;
}
.slider .owl-dots {
    display: block !important;
    margin: 0 !important;
}
.slider .owl-dots button {
    position: absolute;
    bottom: 2%;
}
.slider .owl-dots button span {
    width: 24px !important;
    height: 3px !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
}
.slider .owl-dots button.active span {
    background-color: #3aa91e !important;
}

.wrap .news-wrap .news-block {
    display: flex;
    margin-bottom: 30px;
    height: 100%;
}
.wrap .news-wrap .news-block:last-child {
    margin-bottom: 0;
}
.wrap .news-wrap .news-block .news-img {
    position: relative;
    height: 100%;
    margin-right: 15px;
}
.wrap .news-wrap .news-block .news-img img {
    min-height: 250px;
    width: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    overflow: hidden;
}
.wrap .news-wrap .news-block .news-img .date {
    position: absolute;
    top: 0;
    right: 0;
}
.wrap .news-wrap .news-block .news-img .date span {
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    display: block;
    background-color: #030708;
}
.wrap .news-wrap .news-block .news-img .date span:last-child {
    color: #030708;
    background-color: #fff;
}
.wrap .news-wrap .news-block .news-content h3 {
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #0d5674;
}
.wrap .news-wrap .news-block .news-content ul {
    margin: 0 0 15px;
    padding: 0;
}
.wrap .news-wrap .news-block .news-content ul li {
    margin-bottom: 2px;
}
.wrap .news-wrap .news-block .news-content ul li i {
    margin-right: 4px;
}
.wrap .news-wrap .news-block .news-content p {
    font-size: 15px;
    margin-bottom: 15px;
}
.wrap .news-wrap .news-block .news-content a {
    font-size: 15px;
    opacity: 0.8;
}
.wrap .event-wrap .event-block {
    height: 100%;
}
.wrap .event-wrap .event-block .event-img {
    position: relative;
    margin-right: 15px;
}
.wrap .event-wrap .event-block .event-img img {
    min-height: 100%;
    width: 270px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    overflow: hidden;
}
.wrap .event-wrap .event-block .event-content h3 {
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #0d5674;
}
.wrap .event-wrap .event-block .event-content ul {
    margin: 0 0 15px;
    padding: 0;
}
.wrap .event-wrap .event-block .event-content ul li {
    margin-bottom: 0;
}
.wrap .event-wrap .event-block .event-content ul li i {
    margin-right: 4px;
}
.wrap .event-wrap .event-block .event-content p {
    font-size: 15px;
    margin-bottom: 15px;
}
.wrap .event-wrap .event-block .event-content .event-button {
    margin: 0 0 30px;
    padding: 0;
}
.wrap .event-wrap .event-block .event-content .event-button li {
    display: inline-block;
}
.wrap .event-wrap .event-block .event-content .event-button li.active a {
    background-color: #a03223;
    color: #fff;
}
.wrap .event-wrap .event-block .event-content .event-button li a {
    color: #a03223;
    border-color: #a03223;
    font-size: 15px;
    background-color: transparent;
}
.wrap .event-wrap .event-block .event-content .event-button li a:hover {
    color: #fff;
    background-color: #c73623;
}
.wrap .event-wrap .event-block .event-content h4 {
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #0d5674;
}
.wrap .event-wrap .event-block .event-content .social {
    margin: 0;
    padding: 0;
}
.wrap .event-wrap .event-block .event-content .social li {
    margin: 0;
    display: inline-block;
    background-color: #f5f5f5;
}
.wrap .event-wrap .event-block .event-content .social li a {
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap .event-wrap .event-block .event-content .social li a i {
    font-size: 19px;
    color: #030708;
    margin: 0;
}
.wrap .event-wrap .event-block .event-content .social li + li {
    margin-left: 0.2em;
}
.wrap .about-service {
    position: relative;
    min-height: 250px;
    background-color: transparent;
}
.wrap .about-service .about-service-inner {
    position: relative;
    width: 100%;
    min-height: 250px;
    text-align: left;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
.wrap .about-service .about-service-inner .about-service-front,
.wrap .about-service .about-service-inner .about-service-back {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    padding: 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.wrap .about-service .about-service-inner .about-service-front {
    background-color: #fff;
    color: black;
}
.wrap .about-service .about-service-inner .about-service-front .icon {
    margin-bottom: 15px;
    padding: 4px;
    background-color: #093d52;
    display: inline-block;
}
.wrap .about-service .about-service-inner .about-service-front .icon i {
    font-size: 32px;
    color: #fff;
}
.wrap .about-service .about-service-inner .about-service-front .icon img {
    height: 40px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.wrap .about-service .about-service-inner .about-service-front h4 {
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #652c91;
}
.wrap .about-service .about-service-inner .about-service-front h4 span {
    color: #030708;
}
.wrap .about-service .about-service-inner .about-service-back {
    display: block;
    padding: 20px;
    background-color: #ff4800;
    color: white;
    transform: rotateY(180deg);
}
.wrap .about-service .about-service-inner .about-service-back h3 {
    color: #fff;
    margin-bottom: 15px;
}
.wrap .about-service .about-service-inner .about-service-back ul {
    padding: 0;
    margin: 0;
}
.wrap .about-service .about-service-inner .about-service-back ul li {
    list-style: numeric;
    margin-left: 22px;
    color: #fff;
}
.wrap .about-service:hover .about-service-inner {
    transform: rotateY(180deg);
}
.wrap .mission__card {
    background-color: #0d5674;
    display: block;
    text-align: center;
    border-radius: 8px;
    padding: 10px;
}
.wrap .mission__card.middle {
    background-color: #c73623;
}
.wrap .mission__card h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}
.wrap .mission__card p {
    font-size: 16px;
    color: #fff;
}
.wrap .impact-block {
    padding: 30px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease-in-out;
}
.wrap .impact-block:hover {
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.wrap .impact-block .icon {
    margin-bottom: 15px;
}
.wrap .impact-block .icon i {
    font-size: 48px;
    color: #fff;
}
.wrap .impact-block .impact-content h2 {
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap .impact-block .impact-content h2 span {
    color: #fff;
    opacity: 1;
    font-size: 24px;
    font-weight: 400;
}
.wrap .impact-block .impact-content span {
    display: block;
    color: #fff;
    font-size: 17px;
    opacity: 0.8;
}
.wrap .gallery-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
}
.wrap .gallery-wrap .gallery a {
    position: relative;
    display: block;
}
.wrap .gallery-wrap .gallery a img {
    height: 300px;
    background-color: #fff;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.wrap .gallery-wrap .gallery a:hover::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(160, 50, 35, 0.4);
}
.wrap .gallery-wrap .gallery a:hover .icon {
    opacity: 1;
    visibility: visible;
}
.wrap .gallery-wrap .gallery a .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.7s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.wrap .gallery-wrap .gallery a .icon i {
    font-size: 32px;
    color: #fff;
}
.wrap .gallery-wrap .gallery a .icon p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.wrap .gallery-wrap.custom .gallery a {
    position: relative;
    display: block;
}
.wrap .gallery-wrap.custom .gallery a img {
    -o-object-fit: cover;
    object-fit: cover;
}
.wrap .gallery-desc {
    padding: 50px 0;
}
.wrap .gallery-desc .desc-left h2 {
    color: #fff;
    display: block;
    font-size: 32px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
}
.wrap .gallery-desc .desc-left p {
    color: #fff;
    opacity: 0.8;
    font-size: 17px;
}
.wrap .about-left .about-img.img-left {
    height: 100%;
}
.wrap .about-left .about-img.img-left img {
    -o-object-fit: cover;
    object-fit: cover;
}
.wrap .about-left .about-img img {
    height: 100%;
    width: 100%;
}
.wrap .about-left .about-img.about-custom {
    margin-bottom: 24px;
}
.wrap .about-left .about-img.about-custom img {
    height: 220px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.wrap .about-left .about-img.about-custom:last-child {
    margin-bottom: 0;
}
.wrap .about-desc > h2,
.wrap .about-desc > h3 {
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #0d5674;
    display: block;
    font-size: 32px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
}
.wrap .about-desc > h2 span,
.wrap .about-desc > h3 span {
    color: #030708;
}
.wrap .about-desc ul {
    margin: 0 0 15px;
    padding: 0;
}
.wrap .about-desc ul li {
    margin-bottom: 0;
}
.wrap .about-desc ul li i {
    margin-right: 4px;
}
.wrap .about-desc p {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 400;
}
.wrap .about-desc .event-button {
    margin: 0 0 30px;
    padding: 0;
}
.wrap .about-desc .event-button li {
    display: inline-block;
}
.wrap .about-desc .event-button li.active a {
    background-color: #a03223;
    color: #fff;
}
.wrap .about-desc .event-button li a {
    color: #a03223;
    border-color: #a03223;
    font-size: 15px;
    background-color: transparent;
}
.wrap .about-desc .event-button li a:hover {
    color: #fff;
    background-color: #c73623;
}
.wrap .partner-block {
    background-color: #fff;
    border-radius: 6px;
    padding: 9px;
    text-align: center;
    overflow: hidden;
}
.wrap .partner-block img {
    height: 100px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.wrap .cause-wrap .cause-block .cause-img img {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.wrap .cause-wrap .cause-block .cause-content {
    padding: 15px 0;
}
.wrap .cause-wrap .cause-block .cause-content h4 {
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #0d5674;
}
.wrap .cause-wrap .cause-block .cause-content p {
    margin-bottom: 15px;
    font-size: 15px;
}
.wrap .cause-wrap .cause-block .cause-content .custom-button {
    font-size: 15px;
    background-color: transparent;
    color: #a03223;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0;
}
.wrap .cause-wrap .cause-block .cause-content .custom-button:hover {
    color: #c73623;
    background-color: transparent;
}

.bod {
    padding: 60px 0;
}
.bod__cards {
    background-color: #fff;
}
.bod__cards img {
    height: 500px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.bod__cards--body {
    padding: 16px;
}
.bod__cards--body h1 {
    font-size: 24px;
    margin-bottom: 14px;
}
.bod__cards--body p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 14px;
}
.bod__cards--body .person_designation p {
    margin-bottom: 5px;
}

.volunter.bod .bod__cards:nth-child(even) .row {
    flex-direction: row-reverse;
}

.newsletter {
    padding: 30px 0;
    background-color: #f5f5f5 !important;
}
.newsletter .news-left {
    display: flex;
    align-items: center;
}
.newsletter .news-left i {
    font-size: 46px;
    color: #093d52;
    margin-right: 15px;
}
.newsletter .news-left h2 {
    font-size: 20px;
    text-transform: capitalize;
    position: relative;
    height: 100%;
    color: #0d5674;
}
.newsletter .news-right .form-group {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.newsletter .news-right .form-group input {
    background-color: #fff;
}

Footer {
    background-color: #093d52;
    width: 100%;
    color: #fff;
}
Footer .footer-top {
    padding: 60px 0 0px;
}
Footer .footer-top .footer-widget .footer-block .title {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}
Footer .footer-top .footer-widget .footer-block .foot-logo {
    text-align: left;
    margin: 0 0 10px;
}
Footer .footer-top .footer-widget .footer-block .foot-logo img {
    height: 60px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
Footer .footer-top .footer-widget .footer-block .foot-desc {
    margin-bottom: 40px;
    margin-right: 30px;
    font-size: 15px;
}
Footer .footer-top .footer-widget .footer-block .foot-desc p {
    color: #fff;
    opacity: 0.8;
    margin-bottom: 0;
    font-size: 15px;
}
Footer .footer-top .footer-widget .footer-block .foot-info {
    margin: 0;
    padding: 0;
}
Footer .footer-top .footer-widget .footer-block .foot-info li {
    display: block;
    margin-bottom: 3px;
}
Footer .footer-top .footer-widget .footer-block .foot-info li a {
    color: #fff;
    opacity: 0.8;
    font-weight: 300;
    font-size: 15px;
    text-transform: initial;
}
Footer .footer-top .footer-widget .footer-block .foot-info li a i {
    margin-right: 4px;
}
Footer .footer-top .footer-widget .footer-block .footer-menu {
    padding: 0;
    margin: 0 0 40px;
}
Footer .footer-top .footer-widget .footer-block .footer-menu li {
    line-height: 23px;
    margin-bottom: 4px;
    font-weight: 300;
}
Footer .footer-top .footer-widget .footer-block .footer-menu li a {
    color: #fff;
    opacity: 0.8;
    text-transform: capitalize;
    display: block;
    font-size: 16px;
    transition: all 0.4s ease-in-out;
}
Footer .footer-top .footer-widget .footer-block .footer-menu li a:hover {
    color: #a03223;
    opacity: 1;
}
Footer .footer-top .footer-widget .footer-block .footer-menu li img {
    height: 51px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
Footer .footer-top .footer-widget .footer-block .footer-menu.foot-change {
    overflow: hidden;
}
Footer .footer-top .footer-widget .footer-block .footer-menu.foot-change li {
    display: block;
    float: left;
    width: 50%;
}
Footer .footer-top .footer-widget .footer-block .foot-social h5 {
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #fff;
}
Footer .footer-top .footer-widget .footer-block .foot-social ul {
    margin: 0;
    padding: 0;
}
Footer .footer-top .footer-widget .footer-block .foot-social ul li {
    display: inline-block;
}
Footer .footer-top .footer-widget .footer-block .foot-social ul li a {
    display: flex;
    align-items: center;
    width: 2.5em;
    height: 2.5em;
    color: #fff;
    opacity: 0.8;
}
Footer .footer-top .footer-widget .footer-block .foot-social ul li a:hover i {
    color: #d2ab66;
}
Footer .footer-top .footer-widget .footer-block .foot-social ul li a i {
    font-size: 22px;
    color: #fff;
    opacity: 0.8;
}
Footer .footer-top .footer-widget .footer-block iframe {
    height: 250px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
Footer .footer-bottom {
    margin-top: 30px;
    background-color: #fff;
}
Footer .footer-bottom .row {
    align-items: center;
}
Footer .footer-bottom .bottom-left .foot-logo a {
    display: block;
    padding: 2px 0;
}
Footer .footer-bottom .bottom-left .foot-logo a img {
    height: 65px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
Footer .footer-bottom .bottom-left .form-group {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
Footer .footer-bottom .bottom-left .form-group input {
    border-radius: 0;
}
Footer .footer-bottom .bottom-left .form-group .custom-button {
    border-radius: 0;
    padding: 0.5625rem 0.5625rem;
    height: calc(1.5em + 1.125rem + 0.375rem);
}
Footer .footer-bottom .bottom-center p img {
    height: 30px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 6px;
}
Footer .footer-block .bottom-right {
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
Footer .footer-block .bottom-right li {
    display: inline-block;
    color: #030708;
}
Footer .footer-block .bottom-right li.first {
    text-transform: capitalize;
    margin-right: 12px;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.8;
}
Footer .footer-block .bottom-right li a {
    display: flex;
    align-items: center;
    width: 2em;
    height: 2em;
    color: #ffffff;
    justify-content: center;
    /* opacity: 0.8; */
    background: #0d5674;
    border-radius: 50%;
}
Footer .footer-block .bottom-right li a:hover {
    background-color: #a03223;
}
Footer .footer-block .bottom-right li a:hover i {
    color: #fff;
}
Footer .footer-block .bottom-right li a i {
    font-size: 18px;
    color: #fff;
}
Footer .bottom-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.page {
    background-color: #f5f5f5;
    position: relative;
}
.page .page-head {
    padding: 0.75rem 0.9375rem;
    background-color: #0d5674;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page .page-head h4 {
    color: #fff;
    font-size: 1.25rem;
    text-transform: capitalize;
    font-weight: 600;
}
.page .page-head span {
    color: #fff;
    opacity: 0.8;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
}
.page .page-left a {
    display: block;
}
.page .page-left a:hover .page-list .page-content h4 {
    color: #a03223;
}
.page .page-left a:hover .page-list .page-content .page-date li {
    color: #a03223;
}
.page .page-left .page-list {
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 6px;
    overflow: hidden;
}
.page .page-left .page-list .page-img img {
    height: 200px;
    width: 230px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}
.page .page-left .page-list .page-content {
    padding: 20px;
}
.page .page-left .page-list .page-content h4 {
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #0d5674;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.page .page-left .page-list .page-content .page-date {
    margin: 0 0 0px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page .page-left .page-list .page-content .page-date li {
    margin-bottom: 0px;
    font-weight: 300;
    opacity: 0.8;
    color: #0d5674;
}
.page .page-left .page-list .page-content .page-date li i {
    margin-right: 4px;
}
.page .page-left .page-list .page-content p {
    font-size: 15px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.page .page-left.career-left {
    overflow: hidden;
}
.page .page-left.career-left .page-list {
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 6px;
    overflow: hidden;
}
.page .page-left.career-left .page-list .page-img img {
    height: 115px;
    width: 130px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    padding: 6px;
}
.page .page-left.career-left .page-list .page-content {
    padding: 10px 0 10px 15px;
}
.page .page-left.career-left .page-list .page-content h4 {
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #0d5674;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.page .page-left.career-left .page-list .page-content ul {
    margin: 0;
    padding: 0;
    display: block;
    margin-bottom: 15px;
}
.page .page-left.career-left .page-list .page-content ul li {
    display: block;
    margin-bottom: 0px;
    color: #030708;
}
.page .page-left.career-left .page-list .page-content ul li:last-child {
    margin-bottom: 0;
}
.page .page-left.career-left .page-list .page-content a {
    font-size: 13px;
    display: inline-block;
    padding: 8px 14px;
    background-color: #093d52;
    color: #fff;
}
.page .page-left.career-left .page-list .page-content a:hover {
    background-color: #a03223;
}
.page .page-right {
    position: sticky;
    top: 0;
}
.page .page-right .page-right-block {
    background-color: #fff;
    padding: 15px;
    margin: 0 0 15px;
}
.page .page-right .page-right-block .page-gallery-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
}
.page .page-right .page-right-block .page-gallery-block .gallery a {
    position: relative;
    display: block;
}
.page .page-right .page-right-block .page-gallery-block .gallery a img {
    height: 120px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;
    overflow: hidden;
}
.page .page-right .page-right-block .page-gallery-block .gallery a:hover::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(160, 50, 35, 0.4);
}
.page .page-right .page-right-block .page-gallery-block .gallery a:hover .icon {
    opacity: 1;
    visibility: visible;
}
.page .page-right .page-right-block .page-gallery-block .gallery a .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.7s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.page .page-right .page-right-block .page-gallery-block .gallery a .icon i {
    font-size: 32px;
    color: #fff;
}
.page .page-right .page-right-block .page-event-block {
    background-color: #fff;
    margin-bottom: 0;
    border-radius: 6px;
    overflow: hidden;
}
.page .page-right .page-right-block .page-event-block a {
    display: block;
    margin-bottom: 15px;
    border-radius: 6px;
    overflow: hidden;
}
.page .page-right .page-right-block .page-event-block a:hover .page-list .page-content h4 {
    color: #a03223;
}
.page .page-right .page-right-block .page-event-block a:hover .page-list .page-content li {
    color: #a03223;
}
.page .page-right .page-right-block .page-event-block a:last-child {
    margin-bottom: 0;
}
.page .page-right .page-right-block .page-event-block .page-list .page-img img {
    height: 80px;
    width: 95px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}
.page .page-right .page-right-block .page-event-block .page-list .page-content {
    padding: 0 15px;
}
.page .page-right .page-right-block .page-event-block .page-list .page-content h4 {
    text-transform: capitalize;
    margin-bottom: 4px;
    font-size: 16px;
    color: #0d5674;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.page .page-right .page-right-block .page-event-block .page-list .page-content .page-date {
    margin: 0;
    padding: 0;
}
.page .page-right .page-right-block .page-event-block .page-list .page-content .page-date li {
    margin-bottom: 0;
    font-weight: 300;
    opacity: 0.8;
    font-size: 14px;
    color: #0d5674;
}
.page .page-right .page-right-block .page-event-block .page-list .page-content .page-date li i {
    margin-right: 4px;
}
.page .page-details {
    background-color: #fff;
}
.page .page-details .page-img {
    margin-bottom: 0;
    position: relative;
}
.page .page-details .page-img img {
    height: 500px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.page .page-details .page-img .date {
    position: absolute;
    bottom: 0;
    right: 0;
}
.page .page-details .page-img .date.download {
    background-color: #fff;
    padding: 6px;
}
.page .page-details .page-img .date span {
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    display: block;
    background-color: #030708;
}
.page .page-details .page-img .date span:last-child {
    color: #fff;
    background-color: #0d5674;
}
.page .page-details .page-img .date i {
    font-size: 26px;
}
.page .page-details .page-content {
    padding: 15px;
}
.page .page-details .page-content .page-post {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.page .page-details .page-content .page-post span {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    color: #0d5674;
}
.page .page-details .page-content .page-post span.deadline {
    color: #a03223;
}
.page .page-details .page-content h1 {
    font-size: 22px;
    color: #0d5674;
    margin-bottom: 15px;
    font-weight: 400;
    text-transform: capitalize;
}
.page .page-details .page-content h2 {
    font-size: 18px;
    color: #0d5674;
    margin-bottom: 15px;
    font-weight: 400;
    text-transform: capitalize;
}
.page .page-details .page-content p {
    margin-bottom: 15px;
}
.page .page-details .page-content p:last-child {
    margin-bottom: 0;
}
.page .page-details .page-content ol,
.page .page-details .page-content ul {
    padding: 0;
    margin: 0 0 15px;
}
.page .page-details .page-content ol li,
.page .page-details .page-content ul li {
    margin-left: 22px;
    list-style: disc;
    margin-bottom: 6px;
    font-size: 15px;
    opacity: 0.9;
}
.page .page-details .page-content ol li:last-child,
.page .page-details .page-content ul li:last-child {
    margin-bottom: 0;
}
.page .page-details .page-content .detail-map {
    height: 100%;
}
.page .page-details .page-content .detail-map iframe {
    width: 100%;
    height: 100%;
}
.page .page-details .page-content .detail-location {
    height: 100%;
}
.page .page-details .page-content .detail-location ul {
    margin: 0;
    padding: 0;
}
.page .page-details .page-content .detail-location ul li {
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page .page-details .page-content .detail-location ul li b {
    font-weight: 400;
}
.page .page-details .page-content .detail-location ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.page.about .custom-header p {
    font-size: 16px;
}
.page.about .volunter-block {
    text-align: center;
}
.page.about .volunter-block .volunter-img {
    position: relative;
    transition: all 0.6s ease-in-out;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
}
.page.about .volunter-block .volunter-img img {
    height: 320px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}
.page.about .volunter-block .volunter-img .volunter-social {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    margin: 0;
    text-align: center;
    background-color: #0d5674;
    transition: all 0.4s ease-in-out;
    padding: 0;
}
.page.about .volunter-block .volunter-img .volunter-social li {
    display: inline-block;
    color: #fff;
}
.page.about .volunter-block .volunter-img .volunter-social li.first {
    text-transform: capitalize;
    margin-right: 12px;
    font-size: 16px;
}
.page.about .volunter-block .volunter-img .volunter-social li a {
    display: flex;
    align-items: center;
    padding: 12px 6px;
    color: #fff;
    justify-content: center;
    opacity: 0.8;
}
.page.about .volunter-block .volunter-img .volunter-social li a:hover i {
    color: #a03223;
}
.page.about .volunter-block .volunter-img .volunter-social li a i {
    font-size: 18px;
    color: #fff;
    opacity: 0.8;
}
.page.about .volunter-block .volunter-content {
    padding: 15px 0;
}
.page.about .volunter-block .volunter-content h4 {
    text-transform: capitalize;
    margin-bottom: 0px;
    color: #0d5674;
}
.page.about .volunter-block .volunter-content p {
    margin-bottom: 0;
    font-size: 15px;
}
.page.about .volunter-block .volunter-content p b {
    margin-right: 4px;
    font-weight: 500 !important;
    text-transform: capitalize;
}
.page.about .volunter-block:hover .volunter-img {
    border-radius: 0;
}
.page.about .volunter-block:hover .volunter-img .volunter-social {
    bottom: 10px;
}
.page.about .about-service {
    padding: 30px;
    background-color: #fff;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.page.about .about-service .icon {
    margin-bottom: 15px;
}
.page.about .about-service .icon i {
    font-size: 38px;
    color: #0d5674;
}
.page.about .about-service h4 {
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #0d5674;
}
.page.about .about-service p {
    font-size: 15px;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.page.about .about-desc > p {
    font-size: 16px;
}
.page.about .about-desc ul {
    overflow: hidden;
}
.page.about .about-desc ul li {
    background-color: #fff;
    width: 30%;
    float: left;
}
.page.about .about-desc ul li span {
    font-size: 30px;
    font-weight: 400;
}
.page.about .about-desc ul p {
    font-size: 17px;
    font-weight: 400;
}
.page.about .about-left {
    text-align: center;
}
.page.about .about-left .about-img img {
    height: auto;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.page.about .helping-block {
    border-radius: 6px;
    text-align: center;
    overflow: hidden;
}
.page.about .helping-block img {
    height: 230px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.page.about .history .about-left .about-img img {
    height: 250px;
    width: 100%;
}
.page.about .history .about-left .about-img.history-left {
    margin-bottom: 24px;
}
.page.custom .about-desc h2 {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 12px;
    font-family: "Roboto", sans-serif;
}
.page.custom .about-left .about-img img {
    height: 100%;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.page.library {
    padding: 0;
}
.page.library .tab-desc {
    padding: 50px 0;
}
.page.library .tab-desc .library-block {
    background-color: #fff;
}
.page.library .tab-desc .library-block.library-row .library-img img {
    height: 100%;
    width: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}
.page.library .tab-desc .library-block.library-row .library-content h4 {
    -webkit-line-clamp: 3;
}
.page.library .tab-desc .library-block.library-row .library-content p {
    -webkit-line-clamp: 11;
    text-align: justify;
}
.page.library .tab-desc .library-block.library-wrap-row .library-img img {
    height: 100%;
    width: 650px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}
.page.library .tab-desc .library-block.library-wrap-row .library-content h4 {
    -webkit-line-clamp: 3;
}
.page.library .tab-desc .library-block.library-wrap-row .library-content p {
    -webkit-line-clamp: 11;
    text-align: justify;
}
.page.library .tab-desc .library-block .library-img img {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}
.page.library .tab-desc .library-block .library-content {
    padding: 20px;
}
.page.library .tab-desc .library-block .library-content h4 {
    text-transform: capitalize;
    margin-bottom: 0px;
    font-size: 18px;
    color: #0d5674;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.page.library .tab-desc .library-block .library-content > i {
    margin-bottom: 15px;
    font-size: 14px;
    color: #030708;
    opacity: 0.8;
    font-weight: 300;
}
.page.library .tab-desc .library-block .library-content p {
    margin-top: 15px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.page.library .tab-desc .library-block .library-content a {
    font-size: 13px;
    display: inline-block;
    padding: 8px 14px;
    background-color: #0d5674;
    color: #fff;
}
.page.library .tab-desc .library-block .library-content a:hover {
    background-color: #a03223;
    color: #fff;
}
.page.library .tab-desc .library-block .library-content a i {
    margin-left: 4px;
}
.page nav {
    background-color: #f5f5f5;
}
.page nav .nav {
    padding: 0;
    margin: 0;
}
.page nav .nav button {
    font-size: 15px;
    text-transform: capitalize;
    background-color: #fff;
    padding: 15px 45px;
    color: #030708;
    border: 0 !important;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
    cursor: pointer;
    box-shadow: none;
    border: 0;
    border-radius: 0;
}
.page nav .nav button:focus-visible {
    outline: none;
    box-shadow: none;
}
.page nav .nav button.active {
    background-color: #0d5674;
    color: #fff;
}
.page .press-block {
    background-color: #fff;
}
.page .press-block .press-img img {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}
.page .press-block .press-content {
    padding: 20px;
}
.page .press-block .press-content h4 {
    text-transform: capitalize;
    margin-bottom: 0px;
    font-size: 18px;
    color: #0d5674;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.page .press-block .press-content > i {
    margin-bottom: 15px;
    font-size: 14px;
    color: #030708;
    opacity: 0.8;
    font-weight: 300;
}
.page .press-block .press-content p {
    margin-top: 15px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.page .press-block .press-content a {
    font-size: 13px;
    display: inline-block;
    padding: 8px 14px;
    background-color: #0d5674;
    color: #fff;
}
.page .press-block .press-content a:hover {
    background-color: #a03223;
}
.page .press-block .press-content a i {
    margin-left: 4px;
}
.page.contact-page {
    background-color: #fff;
}
.page.contact-page .contact {
    padding: 160px 0px 100px;
    background-color: #f0f0f0;
    position: relative;
}
.page.contact-page .contact .contact-left {
    width: 85%;
    margin-left: auto;
}
.page.contact-page .contact .contact-left .custom-header {
    margin-bottom: 40px;
}
.page.contact-page .contact .contact-left .custom-header h2 {
    margin-bottom: 4px;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
}
.page.contact-page .contact .contact-left .custom-header p {
    font-size: 16px;
}
.page.contact-page .contact .contact-left .form-group {
    margin-bottom: 20px;
}
.page.contact-page .contact .contact-left .form-group input,
.page.contact-page .contact .contact-left .form-group textarea {
    background-color: #fff;
    padding: 12px;
    font-size: 15px;
    border: 1px solid #0d5674;
}
.page.contact-page .contact .contact-left .form-group .custom-button {
    background-color: #030708;
}
.page.contact-page .contact .contact-right {
    position: relative;
    width: 85%;
    height: 100%;
    margin-left: auto;
    background-color: #fff;
    padding: 30px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: 60px solid #093d52;
    border-right: 60px solid #093d52;
}
.page.contact-page .contact .contact-right .rec-block {
    height: 60px;
    width: 65px;
    background-color: #030708;
    position: absolute;
    top: -30px;
    left: -30px;
}
.page.contact-page .contact .contact-right h2 {
    position: relative;
    font-weight: 900;
    font-size: 32px;
    text-transform: capitalize;
    color: #0d5674;
    margin-bottom: 40px;
    font-family: "Roboto", sans-serif;
}
.page.contact-page .contact .contact-right .info {
    margin: 0;
    padding: 0;
}
.page.contact-page .contact .contact-right .info li {
    display: block;
    margin-bottom: 8px;
}
.page.contact-page .contact .contact-right .info li a {
    font-weight: 400;
    font-size: 16px;
    opacity: 0.8;
}
.page.contact-page .contact .contact-right .info li a.mail {
    /* text-transform: unset; */
}
.page.contact-page .contact .contact-right .info li a i {
    margin-right: 15px;
    font-size: 22px;
}
.page.contact-page .contact .contact-right-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 15%;
    background: #0d5674;
}

.map {
    padding: 15px 0 30px;
}
.map iframe {
    height: 28.125rem;
    width: 100%;
    margin-bottom: 0;
    border: 0;
}

.volunter-dtl {
    position: relative;
    padding: 0;
}
.volunter-dtl .btn-close {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
}
.volunter-dtl .volunter-img img {
    height: 100vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}
.volunter-dtl .detail p {
    margin-bottom: 15px;
}
.volunter .donate-card {
    position: relative;
    top: 50%;
    left: -4.375rem;
    transform: translateY(-50%);
}

.navbar .megamenu {
    padding: 1rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
}
/* ============ desktop view .end// ============ */
/* ============ mobile view ============ */
@media (max-width: 991px) {
    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}
/* ============ mobile view .end// ============ */
@media (min-width: 0px) and (max-width: 476px) {
    .slider .slider-block .slider-content {
        width: 90%;
    }
    .slider .slider-block .slider-content p {
        font-size: 16px;
    }
    Footer .bottom-center {
        display: block;
        text-align: center;
    }
    Footer .bottom-center p {
        justify-content: center;
    }
}
@media (min-width: 0px) and (max-width: 576px) {
    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 17px;
    }

    h4 {
        font-size: 16px;
    }

    p {
        font-size: 15px;
    }

    .spacing {
        padding: 40px 0;
    }

    .custom-button {
        font-size: 14px;
        padding: 12px 24px;
    }

    .custom-header {
        margin-bottom: 30px;
    }
    .custom-header.custom-center h2 {
        font-size: 22px;
    }
    .custom-header.custom-center p {
        font-size: 15px;
    }
    .custom-header a {
        font-size: 15px;
    }
    .custom-header label {
        font-size: 15px;
    }

    .sigma_subheader {
        height: 25vh;
    }
    .sigma_subheader .sigma_subheader-inner h2 {
        text-transform: capitalize;
        font-size: 20px;
    }

    Header .top-header {
        background-color: #093d52;
    }
    Header .top-header .top ul {
        margin: 0;
        padding: 0;
    }
    Header .top-header .top ul li {
        display: inline-block;
        padding: 0.58em 0;
        color: #fff;
    }
    Header .top-header .top ul li a {
        font-size: 15px;
        text-transform: initial;
        color: #fff;
    }
    Header .top-header .top ul li a:hover {
        color: #a03223;
    }
    Header .top-header .top ul li i {
        font-size: 16px;
        margin-right: 0;
    }
    Header .top-header .top ul li + li::before {
        content: "|";
        color: #030708;
        opacity: 0.3;
        display: inline-block;
        margin: 0 1em;
        color: #fff;
    }
    Header .top-header .top .top-left {
        text-align: left;
    }
    Header .top-header .top .top-left li.first {
        text-transform: capitalize;
        margin-right: 12px;
    }
    Header .top-header .top .top-left li a {
        display: block;
        margin: 0 0.3em;
    }
    Header .top-header .top .top-left li + li::before {
        display: none;
    }
    Header .top-header .top .top-right {
        text-align: right;
    }
    Header .mid-header {
        background-color: #0d5674;
    }
    Header .mid-header .mid {
        align-items: center;
    }
    Header .mid-header .mid .mid-left li + li {
        margin-left: 1em;
    }
    Header .mid-header .mid .mid-left li a {
        display: block;
    }
    Header .mid-header .mid .mid-left li a:hover {
        color: #a03223;
    }
    Header .mid-header .mid .mid-right {
        margin-left: auto;
        text-align: right;
    }
    Header .mid-header .mid .mid-right a {
        display: inline-block;
        background: #fff;
    }
    Header .mid-header .mid .mid-right a img {
        height: 70px;
        width: auto;
        -o-object-fit: contain;
        object-fit: contain;
    }
    Header nav {
        padding: 0 !important;
        background-color: #fff;
    }
    Header nav .navbar-brand {
        padding: 12px 0;
    }
    Header nav .navbar-brand img {
        height: 60px;
    }
    Header nav .navbar-toggler i {
        color: #0d5674;
    }
    Header nav #main_nav.show {
        padding: 12px;
        background-color: #0d5674;
        margin-bottom: 15px;
    }
    Header nav #main_nav.show .navbar-nav .nav-item {
        padding: 0;
    }
    Header nav #main_nav.show .navbar-nav .nav-item .nav-link {
        font-size: 14px;
        padding: 4px 0 !important;
    }

    .slider .slider-block {
        height: 100%;
    }
    .slider .slider-block .slider-content {
        width: 90%;
    }
    .slider .slider-block .slider-content p {
        font-size: 16px;
    }

    .wrap .news-wrap .news-block .news-img {
        margin-right: 0;
    }
    .wrap .news-wrap .news-block .news-img img {
        min-height: 100%;
        width: 100%;
    }
    .wrap .news-wrap .news-block .news-content {
        padding: 15px 0 0;
    }
    .wrap .news-wrap .news-block .news-content ul li {
        margin-bottom: 0px;
    }
    .wrap .event-wrap .event-block {
        height: 100%;
    }
    .wrap .event-wrap .event-block .event-img {
        margin-right: 0;
    }
    .wrap .event-wrap .event-block .event-img img {
        width: 100%;
    }
    .wrap .event-wrap .event-block .event-content {
        padding: 15px 0 0;
    }
    .wrap .gallery-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .wrap .gallery-wrap .gallery a img {
        height: 100%;
        width: 100%;
    }
    .wrap .gallery-wrap .gallery a .icon i {
        font-size: 22px;
    }
    .wrap .gallery-desc {
        padding: 30px 0;
    }
    .wrap .gallery-desc .desc-left p {
        font-size: 15px;
    }
    .wrap .about-left .about-img img {
        height: 100%;
    }
    .wrap .about-desc h3 {
        font-size: 20px;
    }
    .wrap .about-desc .event-button {
        margin: 0;
    }
    .wrap .about-desc .event-button li {
        margin-bottom: 6px;
    }
    .wrap .about-desc .event-button li:last-child {
        margin-bottom: 0;
    }
    .wrap .about-desc .event-button li a {
        font-size: 14px;
    }
    .wrap .partner-block {
        padding: 0px;
    }
    .wrap .cause-wrap .cause-block .cause-img img {
        height: 100%;
    }
    .wrap .cause-wrap .cause-block .cause-content {
        padding: 15px 0 0;
    }

    Footer .footer-top {
        padding: 50px 0 0px;
    }
    Footer .footer-top .footer-widget .footer-block {
        margin-bottom: 0px;
    }
    Footer .footer-top .footer-widget .footer-block .title {
        margin-bottom: 15px;
    }
    Footer .footer-top .footer-widget .footer-block .foot-logo {
        margin: 0 0 15px;
    }
    Footer .footer-top .footer-widget .footer-block .foot-logo img {
        height: 50px;
    }
    Footer .footer-top .footer-widget .footer-block .foot-desc {
        margin-bottom: 15px;
        margin-right: 0;
        font-size: 14px;
    }
    Footer .footer-top .footer-widget .footer-block .foot-desc p {
        font-size: 14px;
    }
    Footer .footer-top .footer-widget .footer-block .foot-info li {
        margin-bottom: 0;
    }
    Footer .footer-top .footer-widget .footer-block .foot-info li a {
        font-size: 14px;
    }
    Footer .footer-top .footer-widget .footer-block .footer-menu {
        margin: 0 0 0px;
    }
    Footer .footer-top .footer-widget .footer-block .footer-menu li {
        line-height: 1.3;
        margin-bottom: 4px;
    }
    Footer .footer-top .footer-widget .footer-block .footer-menu li a {
        font-size: 14px;
        display: block;
    }
    Footer .footer-top .footer-widget .footer-block .footer-menu.foot-change li {
        width: 100%;
    }
    Footer .footer-bottom .bottom-right {
        text-align: left;
    }
    Footer .footer-bottom .bottom-right li.first {
        font-size: 15px;
    }
    Footer .bottom-center {
        display: block;
        text-align: center;
    }
    Footer .bottom-center p {
        justify-content: center;
    }

    .page.page-spacing {
        padding: 30px 0;
    }
    .page .page-left .page-list .page-img img {
        height: 100%;
        width: 100%;
    }
    .page .page-left .page-list .page-content {
        padding: 15px;
    }
    .page .page-left .page-list .page-content h4 {
        font-size: 17px;
    }
    .page .page-left .page-list .page-content .page-date {
        display: block;
    }
    .page .page-left.career-left .page-list .page-img img {
        height: 90px;
        width: 90px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .page .page-left.career-left .page-list .page-content {
        padding: 10px 0 10px 10px;
    }
    .page .page-right .page-right-block .page-gallery-block {
        grid-template-columns: repeat(2, 1fr);
    }
    .page .page-right .page-right-block .page-gallery-block .gallery a img {
        height: 100%;
        width: 100%;
    }
    .page .page-right .page-right-block .page-event-block .page-list .page-img img {
        height: 100%;
        width: 80px;
    }
    .page .page-details .page-img img {
        height: 100%;
        width: 100%;
    }
    .page .page-details .page-content .detail-location ul li {
        margin-left: 0;
    }
    .page.about .volunter-block .volunter-img {
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .page.about .volunter-block .volunter-img img {
        height: 100%;
        width: 100%;
    }
    .page.about .volunter-block .volunter-img .volunter-social li.first {
        font-size: 15px;
    }
    .page.about .volunter-block .volunter-img .volunter-social li a i {
        font-size: 16px;
    }
    .page.about .about-service h4 {
        font-size: 18px;
    }
    .page.about .about-desc > p {
        font-size: 15px;
    }
    .page.about .about-desc ul li {
        text-align: center;
        width: 50%;
    }
    .page.about .about-desc ul li span {
        font-size: 26px;
    }
    .page.about .about-desc ul p {
        font-size: 15px;
    }
    .page.about .about-left .about-img img {
        height: 100%;
        width: 100%;
    }
    .page.about .helping-block img {
        height: 100%;
        width: 100%;
    }
    .page.library .tab-desc {
        padding: 40px 0;
    }
    .page.library .tab-desc .library-block.library-row .library-img img {
        height: 100%;
        width: 100%;
    }
    .page.library .tab-desc .library-block.library-row .library-content h4 {
        -webkit-line-clamp: 2;
    }
    .page.library .tab-desc .library-block.library-row .library-content p {
        -webkit-line-clamp: 6;
        text-align: justify;
    }
    .page.library .tab-desc .library-block.library-wrap-row .library-img img {
        height: 100%;
        width: 650px;
        -o-object-fit: cover;
        object-fit: cover;
        overflow: hidden;
    }
    .page.library .tab-desc .library-block.library-wrap-row .library-content h4 {
        -webkit-line-clamp: 3;
    }
    .page.library .tab-desc .library-block.library-wrap-row .library-content p {
        -webkit-line-clamp: 6;
        text-align: justify;
    }
    .page.library .tab-desc .library-block .library-img img {
        height: 100%;
    }
    .page.library .tab-desc .library-block .library-content {
        padding: 15px;
    }
    .page.library .tab-desc .library-block .library-content h4 {
        font-size: 18px;
    }
    .page.library .tab-desc .library-block .library-content p {
        -webkit-line-clamp: 6;
    }
    .page nav .nav {
        border-bottom: 0 !important;
    }
    .page nav .nav button {
        font-size: 14px;
        text-transform: capitalize;
        padding: 12px 20px;
    }
    .page nav .nav button:last-child {
        border-right: 0 !important;
    }
    .page .press-block .press-img img {
        height: 100%;
    }
    .page .press-block .press-content {
        padding: 15px;
    }
    .page.contact-page {
        background-color: #fff;
    }
    .page.contact-page .contact {
        padding: 15px;
    }
    .page.contact-page .contact .contact-left {
        width: 100%;
    }
    .page.contact-page .contact .contact-left .custom-header {
        margin-bottom: 30px;
    }
    .page.contact-page .contact .contact-right {
        width: 100%;
        padding: 15px;
        text-align: center;
        border-bottom: 10px solid #421e5e;
        border-right: 10px solid #421e5e;
    }
    .page.contact-page .contact .contact-right h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .page.contact-page .contact .contact-right .rec-block {
        height: 40px;
        width: 45px;
        top: -5px;
        left: -5px;
    }
    .page.contact-page .contact .contact-right .info li {
        margin-bottom: 2px;
    }
    .page.contact-page .contact .contact-right .info li a {
        font-size: 15px;
    }
    .page.contact-page .contact .contact-right-bg {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .spacing {
        padding: 40px 0;
    }

    header nav {
        background-color: #fff;
    }
    header nav .navbar-toggler i {
        color: #0d5674;
    }

    .slider .slider-block {
        height: 100%;
        width: 100%;
    }
    .slider .slider-block .slider-img {
        display: none;
    }
    .slider .slider-block .slider-block-right {
        height: 100%;
        padding: 30px 15px;
        width: 100%;
    }
    .slider .slider-block .slider-block-right .slider-content {
        width: 100%;
        margin: 0 auto;
    }
    .slider .slider-block .slider-block-right .slider-content p {
        font-size: 16px;
    }
    .slider .owl-nav button {
        height: 32px !important;
        width: 32px !important;
    }
    .slider .owl-nav button span {
        font-size: 28px;
    }

    Footer .footer-top {
        padding: 50px 0 10px;
    }
    Footer .footer-top .footer-widget .footer-block {
        margin-bottom: 30px;
    }
    Footer .footer-top .footer-widget .footer-block .title {
        margin-bottom: 15px;
    }
    Footer .footer-top .footer-widget .footer-block .foot-logo {
        margin: 0 0 15px;
    }
    Footer .footer-top .footer-widget .footer-block .foot-logo img {
        height: 50px;
    }
    Footer .footer-top .footer-widget .footer-block .foot-desc {
        margin-bottom: 15px;
        margin-right: 0;
        font-size: 15px;
    }
    Footer .footer-top .footer-widget .footer-block .foot-desc p {
        font-size: 15px;
    }
    Footer .footer-top .footer-widget .footer-block .foot-info li {
        margin-bottom: 0;
    }
    Footer .footer-top .footer-widget .footer-block .foot-info li a {
        font-weight: 300;
        font-size: 15px;
    }
    Footer .footer-top .footer-widget .footer-block .footer-menu {
        margin: 0 0 0px;
    }
    Footer .footer-top .footer-widget .footer-block .footer-menu li {
        line-height: 1.3;
        margin-bottom: 5px;
    }
    Footer .footer-top .footer-widget .footer-block .footer-menu li a {
        font-size: 15px;
        display: block;
    }
    Footer .footer-bottom p {
        font-size: 15px;
    }
    Footer .bottom-center {
        display: block;
        text-align: center;
    }
    Footer .bottom-center p {
        justify-content: center;
    }

    .wrap .news-wrap .news-block .news-img {
        position: sticky;
        top: 0;
    }
    .wrap .news-wrap .news-block .news-img img {
        min-height: 125px;
        width: 150px;
    }
    .wrap .news-wrap .news-block .news-content {
        padding: 15px 0 0;
    }
    .wrap .news-wrap .news-block .news-content ul li {
        margin-bottom: 0px;
    }
    .wrap .event-wrap .event-block {
        height: 100%;
    }
    .wrap .event-wrap .event-block .event-img {
        position: sticky;
        top: 0;
    }
    .wrap .event-wrap .event-block .event-img img {
        min-height: 125px;
        width: 150px;
        height: auto;
    }
    .wrap .event-wrap .event-block .event-content {
        padding: 15px 0 0;
    }
    .wrap .gallery-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .wrap .gallery-wrap .gallery a img {
        height: 250px;
        width: 100%;
    }
    .wrap .about-left {
        position: sticky;
        top: 0;
    }
    .wrap .about-left .about-img.about-custom img {
        height: 100%;
    }
    .wrap .about-left .about-img img {
        height: 100%;
    }
    .wrap .about-desc h3 {
        font-size: 20px;
    }
    .wrap .about-desc .event-button {
        margin: 0;
    }
    .wrap .about-desc .event-button li {
        margin-bottom: 6px;
    }
    .wrap .about-desc .event-button li:last-child {
        margin-bottom: 0;
    }
    .wrap .about-desc .event-button li a {
        font-size: 14px;
    }
    .wrap .partner-block {
        padding: 0px;
    }
    .wrap .cause-wrap .cause-block .cause-img img {
        height: 100%;
    }
    .wrap .cause-wrap .cause-block .cause-content {
        padding: 15px 0 0;
    }

    .page.page-spacing {
        padding: 30px 0;
    }
    .page .page-left .page-list .page-img img {
        height: 90px;
        width: 90px;
    }
    .page .page-left .page-list .page-content {
        padding: 15px;
    }
    .page .page-left .page-list .page-content h4 {
        font-size: 17px;
    }
    .page .page-left .page-list .page-content .page-date {
        display: block;
    }
    .page .page-left.career-left .page-list .page-img img {
        height: 90px;
        width: 90px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .page .page-left.career-left .page-list .page-content {
        padding: 10px 0 10px 10px;
    }
    .page .page-right .page-right-block .page-gallery-block {
        grid-template-columns: repeat(2, 1fr);
    }
    .page .page-right .page-right-block .page-gallery-block .gallery a img {
        height: 100%;
        width: 100%;
    }
    .page .page-right .page-right-block .page-event-block .page-list .page-img img {
        height: 100%;
        width: 80px;
    }
    .page .page-details .page-img img {
        height: 100%;
        width: 100%;
    }
    .page .page-details .page-content .detail-location ul li {
        margin-left: 0;
    }
    .page.about .volunter-block .volunter-img {
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .page.about .volunter-block .volunter-img img {
        height: 280px;
        width: 100%;
    }
    .page.about .volunter-block .volunter-img .volunter-social li.first {
        font-size: 15px;
    }
    .page.about .volunter-block .volunter-img .volunter-social li a i {
        font-size: 16px;
    }
    .page.about .about-service h4 {
        font-size: 18px;
    }
    .page.about .about-desc > p {
        font-size: 15px;
    }
    .page.about .about-desc ul li {
        text-align: center;
        width: 50%;
    }
    .page.about .about-desc ul li span {
        font-size: 26px;
    }
    .page.about .about-desc ul p {
        font-size: 15px;
    }
    .page.about .about-left .about-img img {
        height: 300px;
        width: 100%;
    }
    .page.about .helping-block img {
        height: 200px;
        width: 100%;
    }
    .page.library .tab-desc {
        padding: 40px 0;
    }
    .page.library .tab-desc .library-block.library-row .library-img img {
        height: 100%;
        width: 180px;
    }
    .page.library .tab-desc .library-block.library-row .library-content h4 {
        -webkit-line-clamp: 2;
    }
    .page.library .tab-desc .library-block.library-row .library-content p {
        -webkit-line-clamp: 6;
        text-align: justify;
    }
    .page.library .tab-desc .library-block.library-wrap-row .library-img img {
        height: 100%;
        width: 650px;
        -o-object-fit: cover;
        object-fit: cover;
        overflow: hidden;
    }
    .page.library .tab-desc .library-block.library-wrap-row .library-content h4 {
        -webkit-line-clamp: 3;
    }
    .page.library .tab-desc .library-block.library-wrap-row .library-content p {
        -webkit-line-clamp: 6;
        text-align: justify;
    }
    .page.library .tab-desc .library-block .library-img img {
        height: 200px;
    }
    .page.library .tab-desc .library-block .library-content {
        padding: 15px;
    }
    .page.library .tab-desc .library-block .library-content h4 {
        font-size: 18px;
    }
    .page.library .tab-desc .library-block .library-content p {
        -webkit-line-clamp: 6;
    }
    .page nav .nav {
        border-bottom: 0 !important;
    }
    .page nav .nav button {
        font-size: 14px;
        text-transform: capitalize;
        padding: 12px 20px;
    }
    .page nav .nav button:last-child {
        border-right: 0 !important;
    }
    .page .press-block .press-img img {
        height: 100%;
    }
    .page .press-block .press-content {
        padding: 15px;
    }
    .page.contact-page {
        background-color: #fff;
    }
    .page.contact-page .contact {
        padding: 40px 15px;
    }
    .page.contact-page .contact .contact-left {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .page.contact-page .contact .contact-left .custom-header {
        margin-bottom: 30px;
    }
    .page.contact-page .contact .contact-left .custom-header p {
        font-size: 15px;
    }
    .page.contact-page .contact .contact-left .form-group:last-child {
        margin-bottom: 0;
    }
    .page.contact-page .contact .contact-right {
        width: 100%;
        position: sticky;
        top: 0;
        height: auto;
        padding: 15px;
        text-align: center;
        border-bottom: 10px solid #421e5e;
        border-right: 10px solid #421e5e;
    }
    .page.contact-page .contact .contact-right h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .page.contact-page .contact .contact-right .rec-block {
        height: 40px;
        width: 45px;
        top: -5px;
        left: -5px;
    }
    .page.contact-page .contact .contact-right .info li {
        margin-bottom: 2px;
    }
    .page.contact-page .contact .contact-right .info li a {
        font-size: 14px;
    }
    .page.contact-page .contact .contact-right-bg {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    h1 {
        font-size: 30px;
        line-height: 1;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 17px;
    }

    p {
        font-size: 16px;
    }

    .spacing {
        padding: 40px 0;
    }

    .custom-button {
        font-size: 15px;
        padding: 12px 24px;
    }

    .custom-header {
        margin-bottom: 30px;
    }
    .custom-header a {
        font-size: 16px;
    }
    .custom-header label {
        font-size: 16px;
    }

    .owl-nav button.owl-prev {
        left: 0;
    }
    .owl-nav button.owl-next {
        right: 0;
    }

    .slider .slider-block {
        height: 100%;
        width: 100%;
    }
    .slider .slider-block .slider-img {
        display: none;
    }
    .slider .slider-block .slider-block-right {
        height: 100%;
        padding: 30px 15px;
        width: 100%;
    }
    .slider .slider-block .slider-block-right .slider-content {
        width: 100%;
        margin: 0 auto;
    }
    .slider .slider-block .slider-block-right .slider-content p {
        font-size: 16px;
    }
    .slider .owl-nav button {
        height: 32px !important;
        width: 32px !important;
    }
    .slider .owl-nav button span {
        font-size: 28px;
    }

    Footer .footer-top {
        padding: 50px 0 10px;
    }
    Footer .footer-top .footer-widget .footer-block {
        margin-bottom: 30px;
    }
    Footer .footer-top .footer-widget .footer-block .title {
        margin-bottom: 15px;
    }
    Footer .footer-top .footer-widget .footer-block .foot-logo {
        margin: 0 0 15px;
    }
    Footer .footer-top .footer-widget .footer-block .foot-logo img {
        height: 50px;
    }
    Footer .footer-top .footer-widget .footer-block .foot-desc {
        margin-bottom: 15px;
        margin-right: 0;
        font-size: 15px;
    }
    Footer .footer-top .footer-widget .footer-block .foot-desc p {
        font-size: 15px;
    }
    Footer .footer-top .footer-widget .footer-block .foot-info li {
        margin-bottom: 0;
    }
    Footer .footer-top .footer-widget .footer-block .foot-info li a {
        font-weight: 300;
        font-size: 15px;
    }
    Footer .footer-top .footer-widget .footer-block .footer-menu {
        margin: 0 0 0px;
    }
    Footer .footer-top .footer-widget .footer-block .footer-menu li {
        line-height: 1.3;
        margin-bottom: 5px;
    }
    Footer .footer-top .footer-widget .footer-block .footer-menu li a {
        font-size: 15px;
        display: block;
    }
    Footer .footer-bottom p {
        font-size: 15px;
    }

    .wrap .news-wrap .news-block .news-img {
        position: sticky;
        top: 0;
    }
    .wrap .news-wrap .news-block .news-img img {
        min-height: 125px;
        width: 150px;
    }
    .wrap .news-wrap .news-block .news-content {
        padding: 15px 0 0;
    }
    .wrap .news-wrap .news-block .news-content ul li {
        margin-bottom: 0px;
    }
    .wrap .event-wrap .event-block .event-img {
        position: sticky;
        top: 0;
        height: 100%;
    }
    .wrap .event-wrap .event-block .event-img img {
        min-height: 125px;
        width: 150px;
        height: auto;
    }
    .wrap .event-wrap .event-block .event-content {
        padding: 15px 0 0;
    }
    .wrap .gallery-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .wrap .gallery-wrap .gallery a img {
        height: 250px;
        width: 100%;
    }
    .wrap .about-left {
        position: sticky;
        top: 0;
    }
    .wrap .about-left .about-img.about-custom img {
        height: 100%;
    }
    .wrap .about-left .about-img img {
        height: 100%;
    }
    .wrap .about-desc h3 {
        font-size: 20px;
    }
    .wrap .about-desc .event-button {
        margin: 0;
    }
    .wrap .about-desc .event-button li {
        margin-bottom: 6px;
    }
    .wrap .about-desc .event-button li:last-child {
        margin-bottom: 0;
    }
    .wrap .about-desc .event-button li a {
        font-size: 14px;
    }
    .wrap .partner-block {
        padding: 0px;
    }
    .wrap .cause-wrap .cause-block .cause-img img {
        height: 100%;
    }
    .wrap .cause-wrap .cause-block .cause-content {
        padding: 15px 0 0;
    }

    .page.page-spacing {
        padding: 30px 0;
    }
    .page .page-left .page-list .page-img img {
        height: 90px;
        width: 90px;
    }
    .page .page-left .page-list .page-content {
        padding: 15px;
    }
    .page .page-left .page-list .page-content h4 {
        font-size: 17px;
    }
    .page .page-left .page-list .page-content .page-date {
        display: block;
    }
    .page .page-left.career-left .page-list .page-img img {
        height: 90px;
        width: 90px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .page .page-left.career-left .page-list .page-content {
        padding: 10px 0 10px 10px;
    }
    .page .page-right .page-right-block .page-gallery-block {
        grid-template-columns: repeat(2, 1fr);
    }
    .page .page-right .page-right-block .page-gallery-block .gallery a img {
        height: 100%;
        width: 100%;
    }
    .page .page-right .page-right-block .page-event-block .page-list .page-img img {
        height: 100%;
        width: 80px;
    }
    .page .page-details .page-img img {
        height: 100%;
        width: 100%;
    }
    .page .page-details .page-content .detail-location ul li {
        margin-left: 0;
    }
    .page.about .volunter-block .volunter-img {
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .page.about .volunter-block .volunter-img img {
        height: 220px;
        width: 100%;
    }
    .page.about .volunter-block .volunter-img .volunter-social li.first {
        font-size: 15px;
    }
    .page.about .volunter-block .volunter-img .volunter-social li a i {
        font-size: 16px;
    }
    .page.about .about-service h4 {
        font-size: 18px;
    }
    .page.about .about-desc > p {
        font-size: 15px;
    }
    .page.about .about-desc ul li {
        text-align: center;
        width: 50%;
    }
    .page.about .about-desc ul li span {
        font-size: 26px;
    }
    .page.about .about-desc ul p {
        font-size: 15px;
    }
    .page.about .about-left .about-img img {
        height: 300px;
        width: 100%;
    }
    .page.about .helping-block img {
        height: 200px;
        width: 100%;
    }
    .page.library .tab-desc {
        padding: 40px 0;
    }
    .page.library .tab-desc .library-block.library-row .library-img img {
        height: 100%;
        width: 180px;
    }
    .page.library .tab-desc .library-block.library-row .library-content h4 {
        -webkit-line-clamp: 2;
    }
    .page.library .tab-desc .library-block.library-row .library-content p {
        -webkit-line-clamp: 6;
        text-align: justify;
    }
    .page.library .tab-desc .library-block.library-wrap-row .library-img img {
        height: 100%;
        width: 650px;
        -o-object-fit: cover;
        object-fit: cover;
        overflow: hidden;
    }
    .page.library .tab-desc .library-block.library-wrap-row .library-content h4 {
        -webkit-line-clamp: 3;
    }
    .page.library .tab-desc .library-block.library-wrap-row .library-content p {
        -webkit-line-clamp: 6;
        text-align: justify;
    }
    .page.library .tab-desc .library-block .library-img img {
        height: 200px;
    }
    .page.library .tab-desc .library-block .library-content {
        padding: 15px;
    }
    .page.library .tab-desc .library-block .library-content h4 {
        font-size: 18px;
    }
    .page.library .tab-desc .library-block .library-content p {
        -webkit-line-clamp: 6;
    }
    .page nav .nav {
        border-bottom: 0 !important;
    }
    .page nav .nav button {
        font-size: 14px;
        text-transform: capitalize;
        padding: 12px 20px;
    }
    .page nav .nav button:last-child {
        border-right: 0 !important;
    }
    .page .press-block .press-img img {
        height: 100%;
    }
    .page .press-block .press-content {
        padding: 15px;
    }
    .page.contact-page {
        background-color: #fff;
    }
    .page.contact-page .contact {
        padding: 40px 15px;
    }
    .page.contact-page .contact .contact-left {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .page.contact-page .contact .contact-left .custom-header {
        margin-bottom: 30px;
    }
    .page.contact-page .contact .contact-left .custom-header p {
        font-size: 15px;
    }
    .page.contact-page .contact .contact-left .form-group:last-child {
        margin-bottom: 0;
    }
    .page.contact-page .contact .contact-right {
        width: 100%;
        position: sticky;
        top: 0;
        height: auto;
        padding: 15px;
        text-align: center;
        border-bottom: 10px solid #421e5e;
        border-right: 10px solid #421e5e;
    }
    .page.contact-page .contact .contact-right h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .page.contact-page .contact .contact-right .rec-block {
        height: 40px;
        width: 45px;
        top: -5px;
        left: -5px;
    }
    .page.contact-page .contact .contact-right .info li {
        margin-bottom: 2px;
    }
    .page.contact-page .contact .contact-right .info li a {
        font-size: 14px;
    }
    .page.contact-page .contact .contact-right-bg {
        display: none;
    }
}
@media (min-width: 1024px) and (max-width: 1439px) {
    .wrap .news-wrap .news-block .news-img {
        position: sticky;
        top: 0;
    }
    .wrap .news-wrap .news-block .news-img img {
        min-height: 125px;
        width: 150px;
    }
    .wrap .news-wrap .news-block .news-content {
        padding: 15px 0 0;
    }
    .wrap .news-wrap .news-block .news-content ul li {
        margin-bottom: 0px;
    }
    .wrap .event-wrap .event-block .event-img {
        position: sticky;
        top: 0;
        height: 100%;
    }
    .wrap .event-wrap .event-block .event-img img {
        min-height: 125px;
        width: 150px;
        height: auto;
    }
    .wrap .event-wrap .event-block .event-content {
        padding: 15px 0 0;
    }
    .wrap .gallery-wrap {
        grid-template-columns: repeat(4, 1fr);
    }
    .wrap .gallery-wrap .gallery a img {
        height: 250px;
        width: 100%;
    }

    .page.library .tab-desc {
        padding: 40px 0;
    }
    .page.library .tab-desc .library-block.library-row .library-img img {
        height: 100%;
        width: 180px;
    }
    .page.library .tab-desc .library-block.library-row .library-content h4 {
        -webkit-line-clamp: 2;
    }
    .page.library .tab-desc .library-block.library-row .library-content p {
        -webkit-line-clamp: 6;
        text-align: justify;
    }
    .page.library .tab-desc .library-block.library-wrap-row .library-img img {
        height: 100%;
        width: 650px;
        -o-object-fit: cover;
        object-fit: cover;
        overflow: hidden;
    }
    .page.library .tab-desc .library-block.library-wrap-row .library-content h4 {
        -webkit-line-clamp: 3;
    }
    .page.library .tab-desc .library-block.library-wrap-row .library-content p {
        -webkit-line-clamp: 6;
        text-align: justify;
    }
    .page.library .tab-desc .library-block .library-img img {
        height: 200px;
    }
    .page.library .tab-desc .library-block .library-content {
        padding: 15px;
    }
    .page.library .tab-desc .library-block .library-content h4 {
        font-size: 18px;
    }
    .page.library .tab-desc .library-block .library-content p {
        -webkit-line-clamp: 6;
    }
}
