/**
*	Theme Name: Theme Name
**/

section {
    overflow: hidden;
}

body {
    overflow-x: hidden;
}

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

.alignself {
    align-self: center;
}

.m-0 {
    margin: 0;
}

.item:focus,
.item:hover {
    outline: none !important;
}

.gform_body ul li.gfield.gfield_error input,
.gform_body ul li.gfield.gfield_error textarea {
    border: 1px solid #ff0000 !important;
}

.gform_wrapper .gfield_error .gfield_label {
    color: #b69c9c !important;
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 8px !important;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: inherit !important;
}

.gform_wrapper li.gfield.gfield_error {
    background-color: transparent !important;
    margin-bottom: 6px !important;
    border: 0px !important;
    padding-bottom: 0 !important;
}

ul#menu {
    display: none;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #3f4551;
    border-radius: 10px;
}

a,
a:hover {
    text-decoration: none !important;
    transition: all .5s;
}

p {
    margin: 0 0 20px;
}

img {
    height: auto;
    max-width: 100%
}

a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
    outline: 0 !important
}

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

.searchform {
    position: relative
}

.searchform input {
    border-radius: 30px;
    border: 1px solid #ccc;
    padding: 14px 20px;
    width: 100%;
}

.searchform button {
    border: 0px;
    background-color: transparent;
    font-size: 24px;
    position: absolute;
    top: 5px;
    right: 10px;
}

.not-found {
    margin: 100px 0;
}

.not-found p {
    margin-bottom: 30px;
}

/* Navbar */
.nav-bar {
    text-align: right;
}

.main-navigation {
    clear: both;
    position: relative;
}

ul.nav-menu,
div.nav-menu>ul {
    margin: 0;
    padding: 0;
}

.nav-menu li {
    display: inline-block;
    margin: 0 64px 0 0;
    position: relative;
}

.nav-menu li:last-child {
    margin: 0;
}

.nav-menu li a {
    color: #1b2336;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    transition: all 0.4s ease;
}

.nav-menu li.menu-item-has-children {
    position: relative;
    padding-right: 10px;
}

.nav-menu li.menu-item-has-children li.menu-item-has-children {
    padding-right: 0;
}

.nav-menu li.menu-item-has-children::after {
    color: #1b2336;
    display: block;
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    font-size: 15px;
    right: -11px;
    top: 3px;
}

.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after {
    color: #ffffff;
    display: block;
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    font-size: 12px;
    right: 10px;
    top: 13px;
}

.nav-menu .sub-menu,
.nav-menu .children {
    background-color: #1b2336;
    border: 0px;
    border-top: 0;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    transform: translateX(20px);
}

ul.sub-menu li {
    margin: 0px
}

ul.sub-menu li a {
    color: #ffffff !important;
    padding: 15px;
    text-align: left;
    width: 225px;
    font-size: 14px;
}

ul.sub-menu li a:hover {
    background: #000;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
    color: #ffffff;
    margin: 0;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
    background-color: #4a83fb;
}

ul.nav-menu li:hover>ul,
.nav-menu ul li:hover>ul,
ul.nav-menu .focus>ul,
.nav-menu .focus>ul {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
    transform: translateY(0);
    transition: all 0.4s ease;
}

.nav-menu .current_page_item>a,
.nav-menu .current_page_ancestor>a,
.nav-menu .current-menu-item>a,
.nav-menu .current-menu-ancestor>a,
.nav-menu li a:hover {
    color: #E3BD79;
}

.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu {
    display: none;
}

/*  Alignment  */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Slider */
.slick-list.draggable {
    padding: 0px !important;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.nopd {
    padding: 0 !Important
}

.fw-container-fluid.nopd .fw-row {
    margin: 0;
}

.cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.content-header.cover {
    padding: 100px 0;
    position: relative;
}

.content-header.cover::after {
    content: '';
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.conthead-content {
    position: relative;
    z-index: 1;
}

.conthead-content h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 15px 0;
}

ul#breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

ul#breadcrumbs li {
    display: inline-block;
    margin-right: 8px;
}

ul#breadcrumbs li:last-child {
    margin-right: 0;
}

ul#breadcrumbs li,
ul#breadcrumbs li a,
ul#breadcrumbs li strong {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.all-pages-content {
    padding: 60px 0 45px;
}

.all-pages-content h1,
.all-pages-content h2,
.all-pages-content h3,
.all-pages-content h4,
.all-pages-content h5,
.all-pages-content h6 {
    color: #000000;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}

.all-pages-content p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

.all-pages-content p a {
    color: #000000;
    text-decoration: underline !important;
    transition: all 0.4s ease;
}

.all-pages-content p a:hover {
    color: red;
}

.all-pages-content ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.all-pages-content ul li {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px 0;
    position: relative;
    padding-left: 25px;
}

.all-pages-content ul li::after {
    display: block;
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    font-size: 15px;
    left: 0;
    top: 0;
}

.all-pages-content ul li:last-child {
    margin-bottom: 0;
}

/* Pagination  */
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}

.sub-pagenation-div li {
    display: inline-block;
    border-radius: 4px;
    width: auto;
}

.sub-pagenation-div li a {
    border-radius: 4px;
    color: #333333;
    display: block;
    padding: 10px 20px;
}

.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}

/* DatePicker Table */
.ui-datepicker table {
    width: 100%;
}

.ui-datepicker-header {
    background: url('../img/dark_leather.png') repeat 0 0 #000;
    color: #e0e0e0;
    font-weight: bold;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
    box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
    text-shadow: 1px -1px 0px #000;
    filter: dropshadow(color=#000, offx=1, offy=-1);
    line-height: 30px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #111;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-image: url('images/arrow.png');
    background-repeat: no-repeat;
    line-height: 600%;
    overflow: hidden;
}

.ui-datepicker-prev {
    float: left;
    background-position: center -30px;
}

.ui-datepicker-next {
    float: right;
    background-position: center 0px;
}

.ui-datepicker thead {
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
    background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0);
    border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
    text-transform: uppercase;
    font-size: 6pt;
    padding: 5px 0;
    color: #666666;
    text-align: center;
    text-shadow: 1px 0px 0px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
    padding: 0;
    background-color: #ffffff;
    border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
    border-right: 0px;
}

.ui-datepicker tbody tr {
    border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
    border-bottom: 0px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #666666;
    text-shadow: 1px 1px 0px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
    background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: linear-gradient(top, #ededed 0%, #dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
    -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
    -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
    box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}

.ui-datepicker-calendar .ui-state-hover {
    background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
    background: #6eafbf;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    color: #e0e0e0;
    text-shadow: 0px 1px 0px #4d7a85;
    filter: dropshadow(color=#4d7a85, offx=0, offy=1);
    border: 1px solid #55838f;
    position: relative;
    margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
    background: #f4f4f4;
    color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
    width: 29px;
    margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
    width: 29px;
    margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
    height: 29px;
    margin-bottom: 0;
}

/* MAIN CSS  */
.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
    content: '';
    clear: both;
    display: block;
}

body {
    font-family: "Lato", sans-serif !important;
    background-color: #F4EFEB !important;
}

/* Header */
.site-header {
    position: absolute;
    width: 100%;
    z-index: 999;
    margin-top: 74px;
}

.single-give_forms .site-header {
    position: relative;
}

.single-give_forms .root-data-givewp-embed {
    padding: 100px 0;
}

.header-content {
    background: #FFFFFFBD;
    border-radius: 15px;
    backdrop-filter: blur(12px);
    padding: 10px 53px;
}

.site-logo img {
    width: 66px;
}

.flexrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-menu li a {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #19526C;
}

.nav-menu li a:hover {
    color: #E3BD79;
}

/* Banner */
.banner_sec {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bannerbottext {
    background: #19526CC4;
    color: #fff;
    padding: 94px 0 64px;
}

.bantextleft h3 {
    font-family: Arsenal;
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 4%;
    margin-bottom: 0;
}

.bantextleft h3 strong {
    color: #7DB8C8;
    font-weight: 400;
}

.btnstyle {
    background-color: #E3BD79;
    display: inline-block;
    border-radius: 9px;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 4%;
    color: #19526C;
    border: 2px solid #E3BD79;
    padding: 7px 14px;
    min-width: 162px;
    text-align: center;
}

.btnstyle:hover {
    background-color: #19526C;
    border-color: #19526C;
    color: #E3BD79;
}

.bannerbottext .flexrow {
    flex-wrap: wrap;
}

.bantextleft {
    width: 70%;
}

.bannertextright {
    width: 30%;
    text-align: end;
}

.bannerimg {
    padding-top: 280px;
    position: relative;
    padding-bottom: 178px;
}

/* About */
.clrblt {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 13%;
    color: #7DB8C8;
}

.headingforty {
    font-family: Arsenal;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 4%;
    color: #2C5D74;
    margin-bottom: 20px;
}

.habottext h3 {
    width: 91%;
}

.habottext p,
.storyhead p,
.commhead p,
.sponinnertetx p {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 4%;
    color: #000;
}

.imgabt img {
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 20px;
    width: 466px;
    height: 309px;
    object-fit: cover;
}

.imgabt {
    margin-bottom: 49px;
}

.habotimg {
    text-align: center;
    position: relative;
}

.hbtlogo {
    position: absolute;
    right: -29px;
    top: -41px;
    z-index: 1;
}

.habout_sec {
    padding: 193px 0 182px;
}

.habottext {
    width: 89%;
}

.headdiv {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 20px;
    padding: 20px 60px;
}

.headtext,
.storyhead h3,
.sponinnertetx h3 {
    font-family: Arsenal;
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 4%;
    color: #2C5D74;
    margin-bottom: 0;
}

.topfluid .container-fluid {
    padding: 0 64px;
}

.itemthumb img {
    height: 253px;
    object-fit: cover;
    object-position: top center;
    border-top-right-radius: 33px;
    border-top-left-radius: 33px;
}

.inner_item,
.catlistp {
    background-color: #FFFFFF;
    border-radius: 33px;
    margin: 0 23px;
}

.itemconte {
    padding: 12px 38px 27px;
}

.itemconte h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 4%;
    color: #577C8E;
}

.itemconte li {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 4%;
    color: #000;
    margin-bottom: 13px;
}

.itemconte li:last-child {
    margin-bottom: 0;
}

.itemconte li i {
    color: #19526C;
}

.itemconte p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #000;
    margin-top: 21px;
    margin-bottom: 20px;
}

.itemconte a,
.postrematext a {
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 6%;
    color: #E3BD79;
    display: inline-block;
}

.itemconte a:hover,
.postrematext a:hover {
    color: #000;
}

.progrmalist .slick-prev::before,
.testimaintop .slick-prev::before,
.commlist .slick-prev::before {
    content: '\f060';
    font-family: FontAwesome;
    color: #577C8E;
    font-size: 31px;
}

.progrmalist .slick-next::before,
.testimaintop .slick-next::before,
.commlist .slick-next::before {
    content: '\f061';
    font-family: FontAwesome;
    color: #577C8E;
    font-size: 31px;
}

.progrmalist .slick-prev,
.progrmalist .slick-next,
.testimaintop .slick-prev,
.testimaintop .slick-next,
.commlist .slick-prev,
.commlist .slick-next {
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    bottom: -95px;
}

.topfluid {
    margin-top: 101px;
}

.hprogclass_sec {
    padding-bottom: 228px;
}

.progrmalist .slick-prev,
.testimaintop .slick-prev,
.commlist .slick-prev {
    left: -57px;
}

.progrmalist .slick-next,
.testimaintop .slick-next,
.commlist .slick-next {
    right: -57px;
}

/* .progrmalist .slick-slide.slick-current {opacity: 1;}
.progrmalist .slick-slide {opacity: .5;} */
.hfeatur_sec {
    background-color: #7DB8C8;
    border-radius: 24px;
    position: relative;
    margin-bottom: 228px;
}

.featimg {
    position: absolute;
    top: 0;
    right: 0;
    width: 52%;
    height: 100%;
}

.hfeattext h4,
.singevcon h4 {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 10%;
    color: #19526C;
    margin-bottom: 13px;
}

.hfeattext h3,
.singevcon h3 {
    font-family: Arsenal;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 4%;
    color: #F5F5F5;
    margin-bottom: 11px;
}

.hfeattext p,
.singevcon p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 4%;
    color: #fff;
    width: 72%;
    margin-bottom: 37px;
}

.hfeattext li,
.singevcon li {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 4%;
    color: #FAFAFA;
    margin-bottom: 23px;
}

.hfeattext li:last-child,
.singevcon li:last-child {
    margin-bottom: 0;
}

.hfeattext li i,
.singevcon li i {
    color: #19526C;
    font-size: 19px;
    margin-right: 10px;
}

.timeend {
    background-color: #A1D2DF;
    border-radius: 8px;
    padding: 14px 12px 19px;
    margin-bottom: 0;
    margin-top: 48px;
    width: 372px;
}

.featbtn {
    margin-top: 42px;
}

.timeend li {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    padding: 0 16px;
}

.timeend li::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 43px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

.timeend li:last-child::before {
    content: none;
}

.number h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 0;
}

.number h6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 4%;
    margin-bottom: 0;
}

.hfeattext {
    padding: 88px 0 90px;
}

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

.upimg img {
    width: 100%;
    height: 256px;
    object-fit: cover;
    object-position: top center;
    border-radius: 20px;
}

.postimg img {
    height: 220px;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
}

.flexrowebent {
    display: flex;
    flex-wrap: wrap;
}

.postrematext {
    width: 60%;
    padding-left: 25px;
}

.postimg {
    width: 40%;
}

.postrematext h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 4%;
    color: #000;
    margin-bottom: 13px;
}

.postrematext h4 i {
    color: #19526C;
}

.postrematext h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 4%;
    color: #19526C;
}

.postrematext p {
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #000;
    margin-bottom: 13px;
}

.upmein .postrematext {
    width: 100%;
    padding-left: 0;
    padding-top: 22px;
}

.maincol:not(:last-child) {
    margin-bottom: 36px;
}

.formob.topfluid {
    display: none;
}

.eupcom_even_sec {
    padding: 0px 0 100px;
}

.testi_head .clrblt {
    letter-spacing: 10%;
    font-weight: 400;
}

.testimain {
    background-color: #fff;
    border-radius: 37px;
    position: relative;
    margin: 0 12px;
}

.testicon {
    padding: 33px 33px 60px;
}

.testicon p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

.testiflex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.testiimg img {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}

.testiconte h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #19526C;
    margin-bottom: 4px;
}

.testiconte h4 {
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    color: #19526C;
    margin-bottom: 0;
}

.testibot {
    background-color: #F4EFEB;
    border-top-right-radius: 36px;
    width: 222px;
    padding-top: 15px;
    padding-left: 9px;
}

.testiconte {
    padding-left: 16px;
}

.htesti_sec {
    padding-bottom: 260px;
    position: relative;
    padding-top: 58px;
}

.testimaintop {
    margin-top: 53px;
    position: relative;
}

.testilogo {
    position: absolute;
    top: -177px;
    opacity: 30%;
    left: -105px;
}

.newsletter_sec {
    background-color: #19526C;
    color: #fff;
    padding: 87px 0 60px;
    position: relative;
}

.newsletter_sec::before {
    content: '';
    display: inline-block;
    background-image: url(images/newsletter.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 453px;
    height: 443px;
    position: absolute;
    top: -55px;
    right: 319px;
}

.newslehead h2 {
    font-family: Arsenal;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 4%;
}

.newslehead p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 4%;
    margin-bottom: 0;
}

.newsform input[type="text"] {
    width: 310px;
    height: 88px;
    border-radius: 15px;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #BEBEBE;
    border: 1px solid #fff;
    padding-left: 25px;
}

.newsform input[type="email"] {
    width: 738px;
    height: 88px;
    border: 1px solid #fff;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #B8B8B8;
    border: 1px solid #fff;
    border-radius: 15px;
    padding-left: 25px;
}

.newsform input[type="submit"] {
    background-color: #E3BD79;
    border: 2px solid #E3BD79;
    font-family: Lato;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 4%;
    color: #19526C;
    width: 162px;
    height: 42px;
    border-radius: 9px;
    position: absolute;
    right: 27px;
    top: 23px;
    transition: all .5s;
}

.newsform input[type="submit"]:hover {
    background-color: #19526C;
    color: #fff;
    border-color: #19526C;
}

.newsform #i612o {
    position: relative;
    flex-grow: 0;
    flex-basis: auto;
}

.newsform {
    margin-top: 41px;
}

.donatediv,
.spondiv {
    border-radius: 37px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    overflow: hidden;
}

.eventdiv.topfluid .col-lg-8,
.eventdiv.topfluid .col-lg-4 {
    transition: all .3s;
}

.increase-width {
    overflow: hidden;
}

.increase-width .dontext p,
.increase-width .innerdo a,
.spontext p,
.spontext a {
    transform: translatex(-1000%);
    height: 0;
    margin-bottom: 0;
    margin-top: 0;
    transition: all .3s;
}

.decrease-width .spontext p {
    transform: translatex(0);
    height: auto;
    margin-bottom: 27px;
    margin-top: 17px;
}

.decrease-width .spontext a {
    transform: translatex(0);
    height: auto;
}

.dontext p,
.innerdo a {
    transition: all .5s;
}

.dontext,
.spontext {
    background: linear-gradient(180deg, rgba(87, 124, 142, 0) 3.11%, rgba(125, 184, 200, 0.81) 84.94%);
    border-radius: 37px;
    padding: 35px;
    min-height: 498px;
    display: flex;
    align-items: end;
}

.spontext h3,
.dontext h3 {
    font-family: Arsenal;
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 4%;
    color: #F5F5F5;
    margin-bottom: 0;
}

.dontext p,
.innerdo p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    margin-bottom: 27px;
    margin-top: 17px;
}

.donate_sec {
    padding: 202px 0 175px;
}

/* Footer */
.grow_sec {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 89px;
}

.growtext {
    text-align: right;
}

.toptext {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 4%;
    color: #7DB8C8;
}

.growtext h3 {
    font-family: Arsenal;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 5%;
    color: #19526C;
    width: 90%;
    margin-left: auto;
}

.growtext p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    margin-bottom: 25px;
}

.btnbluestyle {
    display: inline-block;
    background-color: #7DB8C8;
    border: 2px solid #7DB8C8;
    border-radius: 9px;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 4%;
    color: #fff;
    padding: 10px 14px;
}

.btnbluestyle:hover {
    background-color: #E3BD79;
    border-color: #E3BD79;
    color: #fff;
}

.growtext {
    text-align: right;
    width: 58%;
    margin-left: auto;
}

.mylist,
.ftlink ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer {
    background-color: #0E2834;
    color: #fff;
    padding: 97px 0 10px;
}

.ddwebtxet p {
    margin-bottom: 0;
}

.ddwebsi {
    padding-top: 20px;
}

.ftdescr p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.ftdescr li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    display: inline-block;
}

.ftdescr li a:hover {
    color: #E3BD79;
}

.ftsocial li {
    display: inline-block;
    margin: 0 8px;
}

.ftsocial li:first-child {
    margin-left: 0;
}

.ftsocial li:last-child {
    margin-right: 0;
}

.ftsocial li a {
    width: 32px;
    height: 32px;
    display: flex;
    background-color: #E3BD79;
    border: 2px solid #E3BD79;
    border-radius: 50%;
    color: #0e2834;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.ftsocial li a:hover,
.ftlink ul a:hover {
    background-color: #0e2834;
    color: #E3BD79;
}

.ftlink h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #7DB8C8;
    margin-bottom: 30px;
}

.ftlink ul a {
    font-weight: 400;
    font-size: 16px;
    line-height: 37px;
    color: #fff;
}

.ftform .gform_body .gform_fields .gfield input,
.ftform .gform_body .gform_fields .gfield textarea {
    width: 100%;
    border-radius: 8px;
    height: 45px;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    border: 1px solid #fff;
}

.ftform .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 99px;
}

.gform_footer input.button {
    background-color: #7DB8C8;
    border: 1px solid #7DB8C8;
    border-radius: 9px;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 4%;
    color: #fff;
    height: 48px;
    transition: all .5s;
}

.gform_footer input.button:hover {
    background-color: #E3BD79;
    color: #0e2834;
    border-color: #E3BD79;
}

.ftlogo {
    width: 71%;
}

.gettoucf {
    padding-left: 55px;
}

.ftlink.marleft {
    margin-left: -51px;
}

.ftlink.gettoucf h3 {
    margin-bottom: 17px;
}

.ftsocial {
    margin-top: 23px;
}

.ftform .gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
    padding: 12px 0 0;
}

.ftform .gform_body .gform_fields {
    gap: 12px;
}

/* About Us */
.innerban_sec {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-top: 323px;
    color: #fff;
}

.innerban_sec::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #6E6E6E99;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.innbantext h1 {
    font-family: Arsenal;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 4%;
}

.innbantext {
    padding-bottom: 193px;
}

.innerban_sec .bannerbottext {
    padding: 23px 0 36px;
}

.innebantextp p {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 4%;
    color: #000;
    margin-top: 48px;
    margin-bottom: 0;
}

.innebantextp {
    padding: 114px 0 187px;
}

.mission_sec {
    background-color: #7DB8C8;
    color: #fff;
    position: relative;
    min-height: 528px;
    display: flex;
    align-items: center;
}

.misviimg {
    position: absolute;
    top: 0;
    right: 0;
    width: 51%;
    height: 100%;
}

.misvistetx h3 {
    font-family: Arsenal;
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 4%;
    color: #F5F5F5;
    margin-bottom: 11px;
}

.misvistetx p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 4%;
}

.vision_sec {
    background-color: #19526C;
    color: #fff;
    position: relative;
    min-height: 528px;
    display: flex;
    align-items: center;
}

.visimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 51%;
    height: 100%;
}

.misviimg img,
.visimg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.vision_sec .col-lg-5 {
    margin-left: auto;
}

.listtext h3 {
    font-family: Lato;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 4%;
    color: #577C8E;
    margin-bottom: 12px;
}

.listtext p {
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    margin-bottom: 0;
}

.listtext img {
    width: 79px;
    margin-bottom: 26px;
}

.listtext {
    width: 87%;
}

.storyhead h3 {
    margin-bottom: 30px;
}

.storylist {
    margin-top: 79px;
}

.story_sec {
    padding: 186px 0 236px;
}

.commhead .headtext {
    width: 60%;
    margin: auto;
    line-height: normal;
    margin-bottom: 35px;
}

.sliitem img {
    border-radius: 28px;
    height: 464px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.sliitem {
    margin: 0 15px;
}

.community_sec {
    padding-bottom: 265px;
    overflow: hidden;
}

.commlist {
    margin-top: 64px;
}

.commslider .slick-list.draggable {
    width: 2000px;
    margin-left: -43px;
}

/* Contact Us */
.temppnews {
    padding-bottom: 160px;
}

.innercon p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #19526C;
    width: 75%;
    margin: 48px auto 0;
}

.contaborder {
    border: 1px solid #19526C;
    border-radius: 24px;
}

.innercon {
    width: 66%;
    margin: auto;
}

.toptextcont {
    background-color: #19526C;
    border-radius: 12px;
    color: #fff;
    width: 700px;
    margin: 0 auto;
    margin-top: -52px;
}

.condetail li h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #19526C;
}

.condetail li a,
.condetail li p {
    font-family: Lato;
    font-weight: 300;
    font-size: 25px;
    line-height: 34px;
    color: #19526C;
    display: inline-block;
}

.condetail li a:hover {
    color: #000;
}

.condetail li p {
    display: block;
    text-align: left;
    text-align: left;
    margin: 0;
    width: 75%;
}

.conform h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #19526C;
    margin-bottom: 0;
}

.condetail li:not(:last-child) {
    margin-bottom: 37px;
}

.conform .gform_body .gform_fields .gfield input,
.conform .gform_body .gform_fields .gfield textarea {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    height: 45px;
    padding: 18px 18px;
}

.conform .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 99px;
}

.conform .gform_footer input.button {
    background-color: #E3BD79;
    border-color: #E3BD79;
}

.conform .gform_footer input.button:hover {
    background-color: #7DB8C8;
    border-color: #7DB8C8;
}

.contact_sec {
    padding: 172px 0 219px;
}

.toptextcont h3 {
    font-family: Arsenal;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 4%;
    margin-bottom: 0;
    padding: 34px 0;
}

.conrow {
    margin-top: 117px;
}

.gform_heading .gform_description {
    margin: 0 auto 1rem;
}

.conform {
    padding-bottom: 70px;
}

.innergal {
    border-radius: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 490px;
    width: 100%;
    color: #fff;
    margin-bottom: 50px;
}

.infflex {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 66.8%);
    border-radius: 18px;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 42px;
}

.flxcont h3 {
    font-family: Arsenal;
    font-weight: 400;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 4%;
    text-transform: capitalize;
}

.flxcont li {
    display: inline-block;
    font-family: Lato;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 4%;
    position: relative;
    padding: 0 10px;
}

.flxcont li::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 19px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 8px;
}

.flxcont li:last-child::before {
    content: none;
}

.gallery_sec {
    padding: 144px 0 83px;
}

/* Gallery Inner */
.gallerylist_sec {
    padding: 124px 0 148px;
}

.listgalimg .mylist {
    display: flex;
    flex-wrap: wrap;
}

.listgalimg li {
    width: 20%;
    padding: 12px;
}

.mylist li.hidden-item {
    display: none;
}

.galimg img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}

.galimg {
    position: relative;
}

.videoplayicon i {
    font-size: 68px;
    color: #f4efeb;
}

.videoplayicon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000063;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.listhead {
    margin-bottom: 58px;
}

/* Program & classes */
.banner_sectwo {
    padding: 256px 0 102px;
}

.bannertwotext h1 {
    font-family: Arsenal;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 4%;
    color: #2C5D74;
    margin-bottom: 10px;
}

.bannertwotext p {
    font-family: Lato;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 4%;
    color: #000;
    margin-bottom: 0;
}

.catlistp {
    margin: 0 0 62px;
}

.catelisttext.itemconte {
    padding: 12px 30px 27px;
}

.catlistp .itemconte p {
    min-height: 112px;
}

.catdiv {
    background-color: #19526C;
    border-radius: 15px;
    color: #fff;
    padding: 24px 36px;
    margin-bottom: 42px;
}

.catdiv h2 {
    font-family: Arsenal;
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 4%;
    margin-bottom: 0;
}

.learnoppor {
    margin-top: 133px;
}

.event_sec {
    padding-bottom: 162px;
}

/* Single Program */
.proicdiv {
    background-color: #fff;
    border-radius: 33px;
}

.singthumbpro img {
    border-top-left-radius: 33px;
    border-bottom-left-radius: 33px;
    height: 547px;
    object-fit: cover;
    object-position: center;
}

.singcontpro h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    letter-spacing: 4%;
    color: #577C8E;
    margin-bottom: 34px;
}

.singcontpro li,
.singcontpro h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 4%;
    color: #000;
}

.singcontpro li:not(:last-child) {
    margin-bottom: 24px;
}

.singcontpro li i,
.singcontpro h4 i {
    color: #19526C;
    margin-right: 6px;
}

.singcontpro h4 {
    margin-bottom: 44px;
}

.singcontpro p {
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 4%;
    color: #000;
    margin-top: 16px;
    margin-bottom: 30px;
}

.singcontpro h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 6%;
    color: #E3BD79;
}

.singcontpro {
    padding-left: 15px;
    padding-top: 29px;
    padding-right: 15px;
}

.bckbtn a {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 4%;
    color: #19526C;
    display: inline-block;
}

.bckbtn a:hover {
    color: #000;
}

.bckbtn {
    margin-top: 56px;
}

.proising_sec {
    padding-bottom: 76px;
}

.rela_head h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 4%;
    margin-bottom: 0;
}

.rela_head {
    background-color: #7DB8C8;
    color: #fff;
    border-radius: 15px;
    padding: 27px 10px;
}

.relpost {
    margin-top: 66px;
}

.rela_sec {
    padding-bottom: 150px;
}

.banner_sectwo.singban {
    padding: 256px 0 49px;
}

/* Event */
.pevecolo {
    background-color: #7DB8C8;
    border-radius: 24px;
    position: relative;
    padding: 50px;
}

.pevethumb {
    position: absolute;
    right: 0;
    top: 0;
    width: 55%;
    height: 100%;
}

.pevethumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

.pevecolo .hfeattext {
    padding: 11px 0;
}

.boteventthumb {
    width: 100%;
    height: 100%;
}

.boteventthumb a {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 24px;
    overflow: hidden;
}

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

.boteventcont h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 34px;
    color: #577C8E;
    margin-bottom: 22px;
}

.boteventcont p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    margin-bottom: 40px;
}

.boteventcont li {
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 4%;
    color: #000;
    margin-bottom: 20px;
}

.boteventcont li i {
    color: #19526C;
    margin-right: 8px;
}

.boteventcont .featbtn {
    margin-top: 40px;
}

.innerpaddin:not(:last-child) {
    margin-bottom: 50px;
}

.pfeaevent_sec {
    padding-bottom: 113px;
}

.upcomingp_sec .headdiv {
    margin-bottom: 70px;
}

.upcomingp_sec {
    padding-bottom: 236px;
}

.boteventcont {
    padding-left: 46px;
}

/* Single EVENT */
.banner_sectwo.singpsec {
    padding: 256px 0 58px;
}

.singevcon {
    background: #A1D2DF66;
    border-radius: 24px;
    padding: 65px 60px 96px;
    margin-top: 64px;
}

.singevethu img {
    width: 100%;
    height: 374px;
    border-radius: 24px;
    object-fit: cover;
    object-position: center;
}

.singevcon h3 {
    color: #19526C;
}

.singevcon p {
    color: #19526C;
    width: 90%;
    margin-top: 42px;
}

.singevcon li {
    color: #000;
}

.singevcon .timeend {
    background-color: #6C9FAD;
    color: #fff;
}

.singevcon .timeend li {
    color: #fff;
}

.eventsing_sec .bckbtn {
    margin-top: 0;
    margin-bottom: 44px;
}

.eventbotxt h3 {
    font-family: Arsenal;
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 4%;
    color: #19526C;
    margin-bottom: 20px;
}

.eventbotxt p {
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 4%;
    color: #19526C;
    width: 70%;
    margin-bottom: 60px;
}

.eventbotxt p:last-child {
    margin-bottom: 0px;
}

.eventbotxt {
    margin-top: 64px;
}

.eventsing_sec {
    padding-bottom: 91px;
}

/* Sponsor */
.sponinnertetx p {
    margin-top: 28px;
    margin-bottom: 0;
}

.sponinne_sec {
    padding: 124px 0 107px;
}

.sponinnertetx {
    width: 82%;
    margin: auto;
}

.whyspon_sec {
    background-color: #7DB8C8;
    color: #fff;
    position: relative;
    min-height: 528px;
    display: flex;
    align-items: center;
}

.whycponimg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}

.whyspontext h3 {
    font-family: Arsenal;
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 4%;
    color: #F5F5F5;
    margin-bottom: 30px;
}

.whyspontext p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 4%;
    margin-bottom: 0;
}

.whycponimg img {
    height: 528px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.whyspontext {
    padding: 108px 0 85px;
}

.commmontext h2 {
    font-family: Arsenal;
    font-weight: 400;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 42px;
}

.commmontext h3 {
    font-family: Arsenal;
    font-weight: 400;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 82px;
}

.commmontext {
    color: #fff;
    border-radius: 24px;
    padding: 64px 38px 41px;
}

.monthly_sec .col-xl-3:nth-child(2n+1) .commmontext {
    background-color: #19526C;
}

.monthly_sec .col-xl-3:nth-child(2n) .commmontext {
    background-color: #7DB8C8;
}

.monthead {
    margin-bottom: 81px;
}

.monthly_sec {
    padding: 167px 0 222px;
}

.commmontext .btnstyle i,
.whyspontext .btnstyle i {
    margin-left: 10px;
}

.whyspon_sec.custom .col-lg-6 {
    margin-left: auto;
}

.whyspon_sec.custom .whycponimg {
    left: 0;
    right: auto;
}

.whyspon_sec.custom .custombtn {
    margin-top: 35px;
}

.whyspon_sec.custom .whyspontext {
    padding: 143px 0 117px;
    margin-left: 69px;
}

.page-id-196 .htesti_sec {
    padding-top: 232px;
}

/* Donate */
.wheredonatext h3 {
    font-family: Arsenal;
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 4%;
    color: #2C5D74;
}

.doflex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.dologo {
    width: 14%;
}

.wherelisttex {
    width: 86%;
    padding-left: 29px;
}

.wherelisttex h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 4%;
    color: #577C8E;
    margin-bottom: 0;
}

.wherelisttex p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #000;
    margin-bottom: 0;
}

.wheredonatext {
    border: 3px solid #19526C;
    border-radius: 24px;
    padding: 102px 45px 73px;
}

.wheredolist {
    margin-top: 70px;
}

.wheredolist li:not(:last-child) {
    margin-bottom: 28px;
}

.donateforrm {
    background-color: #fff;
    border-radius: 24px;
}

.formhead {
    background: #2C5D740D;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    padding: 46px 0;
}

.formfooter {
    background: #2C5D740D;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.formhead h3 {
    font-family: Arsenal;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 4%;
    color: #2C5D74;
}

.formfooter h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 4%;
    color: #000;
    padding: 27px 0;
}

.whereinerbor {
    border-bottom: 1px solid #19526CC4;
    padding-bottom: 159px;
}

.wheredona_sec {
    padding-bottom: 102px;
}

body {
    overflow-x: hidden;
}

.give-campaign-page .all-pages-content ul li::after {
    content: none;
}

.newlist li {
    display: inline-block;
    margin: 0 5px;
}

.newlist li:first-child {
    margin-left: 0;
}

.newlist li:last-child {
    margin-right: 0;
}

.newlist {
    margin-top: 22px;
}

.donateforrm_main #iFrameResizer0,
iframe#iFrameResizer0 {
    width: 100% !important;
}

/*  Media Query  */
@media(min-width:1593px) {
    .gallerylist_sec .container {
        max-width: 1592px;
    }
}

@media(min-width:1571px) {
    .gallery_sec .container {
        max-width: 1570px;
    }

    .monthly_sec .container {
        max-width: 1470px;
    }
}

@media(min-width:1451px) {
    .contact_sec .container {
        max-width: 1450px;
    }
}

@media(min-width:1345px) {
    .wheredona_sec .container {
        max-width: 1343px;
    }
}

@media(min-width:1150px) {
    body .container {
        max-width: 1130px;
    }
}

@media(max-width:1600px) {
    .site-header {
        margin-top: 29px;
    }

    .bannerimg {
        padding-top: 203px;
        padding-bottom: 111px;
    }

    .bannerbottext {
        padding: 35px 0 48px;
    }

    .inner_item {
        margin: 0 10px;
    }

    .habout_sec {
        padding: 90px 0 25px;
    }

    .hprogclass_sec {
        padding-bottom: 136px;
    }

    .hfeatur_sec {
        margin-bottom: 74px;
    }

    .eupcom_even_sec {
        padding: 0px 0 75px;
    }

    .htesti_sec {
        padding-bottom: 117px;
    }

    .donate_sec {
        padding: 70px 0 91px;
    }

    .topfluid {
        margin-top: 49px;
    }

    .grow_sec {
        padding: 69px 0 82px;
    }

    .site-footer {
        padding: 49px 0 31px;
    }

    .innergal {
        height: 390px;
    }
}

@media(max-width:1440px) {

    .dontext,
    .spontext {
        min-height: 374px;
    }

    .story_sec {
        padding: 85px 0 106px;
    }

    .innebantextp {
        padding: 53px 0 100px;
    }

    .learnoppor {
        margin-top: 65px;
    }
}

@media(max-width:1199px) {
    .newsletter_sec::before {
        right: 27px;
    }

    .hbtlogo {
        right: 0;
    }

    .commmontext {
        margin-bottom: 62px;
    }

    .sponinne_sec {
        padding: 85px 0 91px;
    }

    .monthly_sec {
        padding: 111px 0 126px;
    }

    .page-id-196 .htesti_sec {
        padding-top: 136px;
    }
}

@media(max-width:1149px) {
    .bantextleft h3 {
        font-size: 31px;
    }

    .habottext {
        width: 100%;
    }

    .itemconte {
        padding: 12px 20px 27px;
    }

    .hfeattext p {
        width: 100%;
    }

    .testicon {
        padding: 33px 20px 35px;
    }

    .newsform input[type="text"] {
        width: 274px;
    }

    .newsform input[type="email"] {
        width: 640px;
    }

    .newsform form[data-form-id="3"] .es-form-field-container .gjs-row {
        flex-wrap: wrap;
    }

    .newsletter_sec {
        padding: 45px 0 15px;
    }

    .newsletter_sec::before {
        right: 27px;
        width: 358px;
        height: 351px;
    }

    .growtext h3 {
        width: 100%;
    }

    .growtext {
        text-align: right;
        width: 70%;
        margin-left: auto;
    }

    .postimg img {
        height: 193px;
    }

    .nav-menu li {
        margin: 0 24px 0 0;
    }

    .catlistp .itemconte p {
        min-height: 82px;
    }

    .pevethumb {
        position: relative;
        width: 100%;
    }

    .pevethumb img {
        height: 400px;
        border-top-right-radius: 24px;
        border-bottom-right-radius: 0;
        border-top-left-radius: 24px;
    }

    .pevecolo {
        padding: 0;
    }

    .pevecolo .hfeattext {
        padding: 50px;
    }

    .pevecolo .col-lg-6 {
        width: 100%;
    }

    .upcomingp_sec {
        padding-bottom: 123px;
    }

    .innergal {
        height: 313px;
    }

    .infflex {
        padding: 30px 10px;
    }

    .flxcont h3 {
        font-size: 30px;
    }

    .innercon {
        width: 90%;
    }

    .contact_sec {
        padding: 172px 0 133px;
    }

    .toptextcont {
        width: 100%;
    }

    .whyspontext {
        padding: 0;
    }

    .whyspon_sec.custom .whyspontext {
        padding: 0;
        margin-left: 69px;
    }
}

@media(max-width:1592px) {
    .listgalimg li {
        width: 25%;
        padding: 12px;
    }

    .galimg img {
        height: 250px;
    }
}

@media(max-width: 991px) {
    #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 34px;
        right: 15px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        z-index: 9999;
    }

    #menuToggle input {
        width: 29px !important;
        height: 18px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        top: 0;
    }

    #menuToggle span {
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #19526C;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            opacity 0.55s ease;
    }

    #menuToggle.open span:first-child {
        transform-origin: 0% 0%;
    }

    #menuToggle.open span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }

    #menuToggle.open input:checked~span {
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #ffffff;
    }

    #menuToggle.open input:checked~span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle.open input:checked~span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }

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

    ul.nav-menu li.open ul.sub-menu {
        display: block !important;
    }

    .nav-menu li.menu-item-has-children.open ul.sub-menu.open-submenu {
        display: block !important;
        left: 0;
        background-color: transparent;
    }

    .mobilesubmenu.open {
        background-color: rgba(72, 72, 72, 0.85) !important;
    }

    .nav-menu .sub-menu,
    .nav-menu .children {
        background-color: transparent;
    }

    ul.sub-menu {
        display: none !important;
        position: relative !important;
        top: -100% !important;
    }

    .mobilesubmenu i {
        position: relative;
        top: 12px;
        right: 0;
    }

    .nav-bar li {
        display: block;
        margin: 0;
        width: 100%;
        top: 0;
        border-bottom: 1px solid #717171;
        overflow: hidden;
        float: left;
    }

    .mobilesubmenu {
        display: inline-block;
        position: absolute;
        top: 0;
        cursor: pointer;
        color: #ffffff;
        right: 0;
        z-index: 9999;
        border-left: 1px solid #717171;
        padding-left: 0;
        height: 100%;
        width: 45px;
        text-align: center;
        margin: 0 auto;
    }

    .nav-menu li.menu-item-has-children::after,
    .nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after {
        display: none;
    }

    .nav-menu .sub-menu,
    .nav-menu .children {
        width: 100%;
    }

    ul.sub-menu li {
        display: block;
    }

    ul.sub-menu,
    .open-submenu {
        transition: all 1s;
    }

    .openmenu {
        display: inline-block;
        font-size: 30px;
        cursor: pointer;
        color: #333333;
        float: right;
    }

    .nav-bar.open {
        right: 0;
    }

    .nav-menu li a {
        color: #ffffff;
        float: left;
        font-weight: normal;
        font-size: 16px;
        padding: 15px 0;
    }

    ul.sub-menu li:last-child {
        border: 0px !Important;
    }

    ul.sub-menu li a {
        color: #ffffff !Important;
        font-weight: 600;
        width: 100%;
    }

    ul.sub-menu li {
        margin: 0px;
    }

    .nav-menu li:last-child {
        border: 0px !Important;
    }

    .nav-menu li:last-child a,
    .nav-menu .sub-menu,
    .nav-menu .children {
        left: 0;
        width: 100% !important;
    }

    .nav-menu li.menu-item-has-children {
        padding-right: 0;
    }

    .nav-bar {
        background-color: #577C8E;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        padding: 15px;
        padding-top: 60px;
        transition: all 0.3s;
        width: 300px;
        text-align: left;
        z-index: 999;
    }

    .closebtn {
        display: block;
        position: absolute;
        top: -55px;
        font-size: 20px;
        right: 0;
        color: #ffffff;
        cursor: pointer;
        margin-bottom: 20px;
    }

    .header-content {
        backdrop-filter: none;
        position: relative;
    }

    .listgalimg li {
        width: 50%;
        padding: 12px;
    }

    .menuToggle.open {
        position: fixed !important;
    }

    .bantextleft {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .bannertextright {
        width: 100%;
        text-align: center;
    }

    .bannerbottext {
        padding: 25px 0 31px;
    }

    .habout_sec {
        padding: 51px 0 80px;
    }

    .habottext {
        width: 100%;
        text-align: center;
        margin-bottom: 43px;
    }

    .progrmalist .slick-prev,
    .progrmalist .slick-next,
    .testimaintop .slick-prev,
    .testimaintop .slick-next,
    .commlist .slick-prev,
    .commlist .slick-next {
        bottom: -68px;
    }

    .featimg {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: auto;
    }

    .featimg img {
        height: 400px;
    }

    .hfeattext {
        padding: 44px 0 35px;
    }

    .eupcom_even_sec .eventdiv.topfluid {
        display: none;
    }

    .formob.topfluid {
        display: block;
    }

    .newsform input[type="text"] {
        width: 100%;
        height: 45px;
        border-radius: 8px;
    }

    .newsform #i612o {
        position: relative;
        flex-grow: 1;
        flex-basis: auto;
        margin: 0;
    }

    .newsform input[type="email"] {
        width: 100%;
        height: 45px;
        border-radius: 8px;
        margin: 12px 0 14px;
    }

    .newsform input[type="submit"] {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 48px;
    }

    .donatediv {
        margin-bottom: 40px;
    }

    .dontext,
    .spontext {
        min-height: 499px;
    }

    .growtext {
        width: 100%;
    }

    .ftlink.marleft {
        margin-left: 0;
    }

    .gettoucf {
        padding-left: 0;
    }

    .ftlogo {
        padding-bottom: 76px;
    }

    .innerban_sec {
        padding-top: 239px;
    }

    .innbantext {
        padding-bottom: 80px;
    }

    .innebantextp img {
        width: 300px;
    }

    .misviimg {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: auto;
    }

    .mission_sec {
        min-height: auto;
        display: block;
    }

    .misvistetx {
        padding: 74px 0;
    }

    .visimg {
        position: relative;
        width: 100%;
    }

    .vision_sec {
        min-width: auto;
        display: block;
    }

    .misviimg img,
    .visimg img {
        height: 440px;
    }

    .commhead .headtext {
        width: 100%;
    }

    .commslider .slick-list.draggable {
        width: 1712px;
        margin-left: -43px;
    }

    .community_sec {
        padding-bottom: 169px;
    }

    .bannertwotext p br {
        display: none;
    }

    .banner_sectwo {
        padding: 204px 0 79px;
    }

    .event_sec {
        padding-bottom: 82px;
    }

    .singthumbpro img {
        border-bottom-left-radius: 0;
        border-top-right-radius: 33px;
        height: 445px;
    }

    .singcontpro {
        padding: 29px 32px 0;
    }

    .banner_sectwo.singban {
        padding: 210px 0 60px;
    }

    .rela_sec {
        padding-bottom: 86px;
    }

    .boteventcont {
        padding-left: 0;
        padding-top: 19px;
    }

    .pfeaevent_sec {
        padding-bottom: 65px;
    }

    .upcomingp_sec .headdiv {
        margin-bottom: 49px;
    }

    .eventbotxt p {
        width: 100%;
    }

    .innergal {
        margin-bottom: 38px;
    }

    .gallerylist_sec {
        padding: 53px 0 148px;
    }

    .innercon p {
        width: 100%;
    }

    .conrow {
        margin-top: 30px;
    }

    .conform {
        padding-bottom: 0;
        margin-top: 67px;
    }

    .sponinnertetx {
        width: 100%;
    }

    .whycponimg {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
    }

    .whyspon_sec {
        display: block;
        min-height: auto;
    }

    .whyspontext {
        padding: 55px 0;
    }

    .whyspon_sec.custom .whyspontext {
        padding: 50px 0;
        margin-left: 0;
    }

    .whereinerbor .col-lg-7 {
        order: 2;
    }

    .whereinerbor .col-lg-5 {
        order: 1;
    }

    .donateforrm_main {
        margin-bottom: 41px;
    }

    .whereinerbor {
        padding-bottom: 94px;
    }

    .wheredonatext {
        padding: 49px 46px 79px;
    }

    .eventdiv.topfluid .col-lg-8,
    .eventdiv.topfluid .col-lg-4 {
        width: 100% !important;
    }

    .increase-width .dontext p,
    .spontext p {
        display: block !important;
        transform: translatex(0);
        height: auto;
    }

    .increase-width .innerdo a,
    .spontext a {
        display: inline-block !important;
        transform: translatex(0);
        height: auto;
    }
}

@media(max-width:767px) {
    .progrmalist .slick-list.draggable {
        width: 1000px;
    }

    .headbtn {
        display: none;
    }

    .hprogclass_sec,
    .eupcom_even_sec {
        overflow: hidden;
    }

    .ftlink.marleft {
        padding-bottom: 76px;
    }

    .listtext {
        width: 100%;
        text-align: center;
        margin-bottom: 51px;
    }

    .story_sec {
        padding: 85px 0 46px;
    }

    .commslider .slick-list.draggable {
        width: 1300px;
        margin-left: -43px;
    }

    .sliitem img {
        height: 249px;
    }

    .bannertwotext h1 {
        font-size: 36px;
    }

    .catdiv h2 {
        font-size: 24px;
        text-align: center;
    }

    .temppnews {
        padding-bottom: 82px;
    }

    .catlistp {
        margin: 0 0 28px;
    }

    .singthumbpro img {
        height: 345px;
    }

    .banner_sectwo.singpsec {
        padding: 193px 0 58px;
    }

    .gallery_sec {
        padding: 86px 0 45px;
    }

    .toptextcont h3 {
        font-size: 24px;
    }

    .innercon p {
        margin: 47px auto 0;
    }

    .toptextcont {
        width: 100%;
        padding: 0 31px;
    }

    .monthly_sec {
        padding: 111px 0 68px;
    }

    .whycponimg img {
        height: 459px;
    }
}

@media(max-width:667px) {
    .bantextleft h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .habottext h3 {
        width: 100%;
        font-size: 36px;
    }

    .headtext,
    .storyhead h3,
    .sponinnertetx h3 {
        font-size: 24px;
    }

    .number h5 {
        font-size: 20px;
    }

    .number h6 {
        font-size: 13px;
    }

    .timeend {
        width: 100%;
    }

    .testilogo {
        position: absolute;
        top: -177px;
        opacity: 30%;
        right: -105px;
        width: 202px;
        z-index: -1;
        left: auto;
    }

    .htesti_sec {
        padding-bottom: 117px;
        overflow-x: hidden;
        padding-top: 67px;
    }

    .newsletter_sec::before {
        right: 0;
        width: 358px;
        height: 351px;
    }

    .storyhead h3,
    .headtext {
        font-size: 32px;
    }

    .pevecolo .hfeattext {
        padding: 10px 22px;
    }

    .hfeattext h3 {
        font-size: 24px;
    }

    .hfeattext h4 {
        font-size: 14px;
    }

    .hfeattext p {
        font-size: 10px;
        line-height: 16px;
    }

    .page-id-174 .htesti_sec {
        padding-top: 0;
    }

    .sponinnertetx h3 {
        font-size: 36px;
    }

    .wheredonatext h3 {
        font-size: 25px;
        text-align: center;
    }

    .wheredolist {
        margin-top: 54px;
    }
}

@media(max-width:575px) {
    body .container {
        padding: 0 49px;
    }

    .progrmalist .slick-list.draggable {
        width: 802px;
    }

    .bannerimg {
        padding-top: 302px;
        padding-bottom: 172px;
    }

    .bannerimg img {
        width: 282px;
    }

    .topfluid .container-fluid {
        padding: 0 49px;
    }

    .innbantext h1 {
        font-size: 36px;
    }

    .misvistetx h3,
    .sponinnertetx h3 {
        font-size: 32px;
    }

    .listtext h3 {
        font-size: 32px;
        font-weight: 400;
    }

    .commslider .slick-list.draggable {
        width: 1000px;
        margin-left: -43px;
    }

    .sliitem {
        margin: 0 8px;
    }

    .singthumbpro img {
        height: 200px;
    }

    .itemthumb img {
        height: 200px;
    }

    .proising_sec {
        padding-bottom: 110px;
    }

    .banner_sectwo.singban {
        padding: 182px 0 60px;
    }

    .singcontpro h2 {
        font-size: 24px;
    }

    .singcontpro li,
    .singcontpro h4 {
        font-size: 15px;
    }

    .pevethumb img {
        height: 180px;
    }

    .boteventthumb img {
        height: 222px;
    }

    .boteventcont h2 {
        font-size: 20px;
        line-height: 34px;
        margin-bottom: 8px;
    }

    .boteventcont p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 26px;
    }

    .boteventcont li {
        font-size: 14px;
        display: flex;
    }

    .singevcon {
        padding: 63px 15px 16px;
        margin-top: 20px;
    }

    .eventbotxt {
        margin-top: 32px;
    }

    .timeend li {
        padding: 0 13px;
    }

    .listhead {
        margin-bottom: 53px;
    }

    .gallerylist_sec {
        padding: 53px 0 33px;
    }

    .condetail li p {
        width: 100%;
    }
}

@media(max-width:480px) {
    .imgabt img {
        height: 203px;
    }

    .hbtlogo img {
        width: 108px;
    }

    .listgalimg li {
        width: 100%;
        padding: 12px;
    }

    .galimg img {
        height: 318px;
    }

    .hbtlogo {
        right: -29px;
    }

    .progrmalist .slick-list.draggable {
        width: 673px;
    }

    .featimg img {
        height: 331px;
    }

    .newslehead h2 {
        font-size: 36px;
    }

    .growtext h3 {
        font-size: 24px;
    }

    .grow_sec {
        padding: 128px 0 138px;
    }

    .ftlogo {
        width: 100%;
    }

    .headdiv {
        padding: 12px 21px;
        border-radius: 10px;
    }

    .hfeattext li {
        display: flex;
    }

    .hfeattext .timeend li {
        display: inline-block;
        padding: 0 12px;
    }

    .commslider .slick-list.draggable {
        width: 1045px;
        margin-left: -148px;
    }

    .story_sec {
        padding: 85px 0 7px;
    }

    .singevethu img {
        height: 190px;
    }

    .timeend li {
        padding: 0 8px;
    }

    .innergal {
        height: 372px;
    }

    .contact_sec {
        padding: 127px 0 72px;
    }

    .doflex {
        display: block;
        text-align: center;
    }

    .dologo {
        width: 100%;
    }

    .wherelisttex {
        width: 100%;
        padding-left: 0;
    }

    .dologo img {
        width: 79px;
        margin-bottom: 20px;
    }

    .wheredona_sec {
        padding-bottom: 14px;
    }
}

@media(max-width:414px) {
    body .container {
        padding: 0 20px;
    }

    .topfluid .container-fluid {
        padding: 0 20px;
    }

    .bannerimg {
        padding-top: 246px;
        padding-bottom: 90px;
    }

    .dontext,
    .spontext {
        padding: 35px 20px;
    }

    .hbtlogo {
        right: -12px;
    }

    .hfeattext .timeend li {
        padding: 0 10px;
    }

    .innergal {
        height: 300px;
    }

    .galimg img {
        height: 300px;
    }

    .monthly_sec {
        padding: 58px 0 34px;
    }

    .monthead {
        margin-bottom: 53px;
    }

    .whycponimg img {
        height: 359px;
    }

    .wheredonatext {
        padding: 30px 25px 50px;
    }
}

@media(max-width:390px) {
    .hfeattext .timeend li {
        padding: 0 8px;
    }
}