body,
p,
ul,
li {
    color: #3e425c;
}

.welcome_text h6 {
    font-size: 18px;
    line-height: 28px;
}

.walk-tech {
    padding-left: 15px;
    padding-right: 15px;
}

.walk-tech .owl-stage {
    display: flex;
}

.walk-tech .single_target {
    padding: 0 0px 30px;
    height: 100%;
    display: block;
}

.walk-tech .single_target .walktech-txt {
    padding: 15px 25px 0;
}

.walktech-img,
.owl-carousel .owl-item img.walktech-img {
    height: 230px;
    object-fit: cover;
    width: 100%;
}

.single_target img.walktech-img,
.owl-carousel .single_target img.walktech-img {
    border-bottom: 2px solid #d2e0ed;
}

.about-area h2 {
    font-size: 65px;
    line-height: 85px;
}
.cbtn.lbtn {background-color: #025aa1; color: #fff;}
a.gbtn,
.cbtn.gbtn,
.lbtn.gbtn {
    background-color: #565960;
    color: #fff;
    border: 2px solid #565960;
}

a.gbtn.outline,
.cbtn.gbtn.outline,
.lbtn.gbtn.outline {
    background-color: transparent;
    color: #565960;
    border: 2px solid #7b7b7b;
}

a.gbtn:hover,
.cbtn.gbtn:hover,
.lbtn.gbtn:hover,
a.gbtn:focus,
.cbtn.gbtn:focus,
.lbtn.gbtn:focus {
    background-color: #025aa1;
    color: #fff;
    border: 2px solid #025aa1;
}

.home-banner-txt {
    padding: 150px 15px;
}

/* alpha sort */

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
/* nav .pagination li {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  padding: 10px;
  border: 1px solid #ccc;
  margin-left: 10px;
  color: #999;
  font-size: 20px;
}
nav .pagination li.active {
  background-color: #a52c08;
  color: #fff;
  border-color: #a52c08;
}
nav .pagination li:hover {
  color: #fff !important;
  background-color: #a52c08;
} */
nav .pagination li a {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  padding: 10px;
  border: 1px solid #ccc;
  margin-left: 10px;
  color: #999;
  font-size: 20px;
}
nav .pagination li a:hover {
  color: #fff !important;
  background-color: #a52c08;
}
nav .pagination li.active span {
  background-color: #a52c08;
  color: #fff;
}
nav .pagination li span {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  padding: 10px;
  border: 1px solid #ccc;
  margin-left: 10px;
  color: #999;
  font-size: 20px;
  display: block;
}

/*panel solid */



/*About page*/

.about-area.inner .about_video {
    height: 100%;
    display: block;
    overflow: hidden;
}

.about-area.inner img.about-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-image-v2{
    max-width: 40%;
    margin: 0 20px 20px 0;
}
.hwitworks-image{
    width: 450px;
    height: 450px;
    object-fit: cover;
    margin: 0 20px 20px 0;
}
.service-icon {
    position: relative;
}

.service-icon img {
    position: relative;
    z-index: 1;
}

.service-icon::before {
    content: '';
    color: #000;
    font-size: 110px;
    position: absolute;
    z-index: 0;
    opacity: 0.10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

.service-icon.ser01::before {
    content: '1';
}

.service-icon.ser02::before {
    content: '2';
}

.service-icon.ser03::before {
    content: '3';
}

.service-icon.ser04::before {
    content: '4';
}

.service-icon.ser05::before {
    content: '5';
}

.blog-area.blog_bg_over h2 {
    color: #fff;
}

.blog_bg_over .walk-tech .single_target {
    border: none;
}

.blog_bg_over .single_target img.walktech-img,
.blog_bg_over .owl-carousel .single_target img.walktech-img {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
}

.target-area.blog-area button i {
    line-height: 56px !important;
    border: 2px solid #fff;
}

/*Events*/

.event-listing .case_bg {
    border: 1px solid #ddd;
}

.event-listing .case_bg a {
    display: block;
    width: 100%;
    height: 100%;
}

.event-listing .case_text {
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
}

.event-details .case_bg {
    height: auto;
    max-height: 500px;
    border-radius: 10px 10px 0 0;
}

.event-details .case_text {
    padding: 30px 0 20px;
}

.event-details .case_details li {
    color: #2b2d54;
}

.event-details .case_text h3 {
    color: #42404e;
}

.event-details .case_text p {
    color: #6b7c98;
    margin-bottom: 15px;
}

.event-details .case_text p.mb5 {
    margin-bottom: 5px;
}

label.error, .donate-preamount label.error {
    color: red;
    font-size: 14px;
    line-height: 19px;
   /*font-weight: 600;*/
}

.alert-success {
    color: #248a65;
    background-color: #fff;
    box-shadow: 0px 1px 7px -2px #92d0a1;
    padding: 18px 15px;
    border: none;
}

.alert-danger {
    color: #EA606F;
    background-color: #fff;
    box-shadow: 0px 1px 7px -2px #f8d7da;
    padding: 18px 15px;
    border: none;
}

.no-records {
    color: #dc3545;
    background-color: #f7d4d7;
    padding: 15px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.eventSlider {
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    height: 500px;
}

.eventSlider .carousel-inner {
    height: 100%;
    background-color: #eee;
}

.eventSlider .carousel-inner .carousel-item {
    height: 100%;
}

.eventSlider .carousel-inner .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.fc-header-toolbar h2,
.about-area .fc-header-toolbar h2 {
    font-size: 24px;
    line-height: 34px;
}

/*Walking Technologies*/

.walking-tech-each {
    margin-bottom: 30px;
    border: 2px solid #d2e0ed;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row;
    position: relative;
}

.walking-tech-each .walktech-txt {
    padding: 20px;
    box-sizing: border-box;
    display: block;
    border-left: 2px solid #d2e0ed;
}

.walking-tech-each .walk-tech-img {
    min-width: 270px;
    display: block;
    height: 100%;
    max-width: 270px;
    align-self: center;
}

.walking-tech-each .walk-tech-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.walking-technologies h2 {
    font-size: 21px !important;
    line-height: 26px !important;
    margin-bottom: 15px;
    letter-spacing: normal;
}

.walking-tech-each.mb0 {
    margin-bottom: 0;
}
.walking-tech-each:focus {outline: 1px dashed #a52c08;}

.welcome-area .walk-head h1 {
    font-size: 60px;
    letter-spacing: -1px;
}

.eventSlider .carousel-control-next,
.eventSlider .carousel-control-prev {
    width: 50px;
    opacity: 0.8;
    height: 50px;
    margin: auto 15px;
    border-radius: 50%;
    background-color: #025aa1;
}

.eventSlider .carousel-control-next:hover,
.eventSlider .carousel-control-prev:hover {
    opacity: 1;
    background-color: #a52c08;
}

.category-tag kbd {
    background-color: #a52c08;
    padding: 2px 7px;
    font-size: 15px;
    line-height: 20px;
    display: inline-block;
    margin-right: 1px;
    margin-bottom: 3px;
}

.select-box {
    position: relative;
}

.select-box select {
    padding: 5px 30px 5px 8px;
    margin-bottom: 3px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ddd;
    height: 38px;
}
.select-box select:focus,.select-box select:active{
    border-color: #a52c08;
}

.select-box::after {
    content: '';
    background: url(../../img/frontend/select-after.png) no-repeat;
    height: 36px;
    pointer-events: none;
    position: absolute;
    right: 0px;
    top: 1px;
    width: 26px;
    opacity: 1;
    background-position: center;
}

.form-group .select-box::after {
    height: 50px;
    right: 0px;
    top: 0px;
}

.event-hover:hover .color_orange, .walk-tech-list .single_target:hover .color_orange {
    color: #025aa1;
}

.event-hover:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.13);
}

.past-event {
    min-height: 80px;
}

.past-event:hover p {
    color: #a52c08;
}

.main-menu .navbar {
    justify-content: flex-end !important;
}

.footer-logo {
    width: 120px;
}

.contact_link {
    color: #025aa1;
}

/*New Header*/
.lbtn.bbtn {
    background-color: #025aa1;
    color: #fff !important;
    border-color: #025aa1;
}

.lbtn.bbtn:hover,
.lbtn.bbtn:active,
.lbtn.bbtn.active,
.lbtn.bbtn:focus {
    background-color: #fff !important;
    color: #025aa1 !important;
    border-color: #025aa1 !important;
}

.lbtn.btn-md.fb-btn {
    color: #025aa1 !important;
    background: #fff;
}
.lbtn.btn-md.fb-btn:hover {
  background-color: #025aa1 !important;
  color: #fff !important;
  border-color: #025aa1;
}

.main-menu .navbar a.lbtn {
    margin-left: 12px;
    text-transform: none;
    font-size: 15px;
    padding: 10px 15px;
}

.main-menu .navbar a.lbtn.active:hover,
.main-menu .navbar a.lbtn.active:active,
.main-menu .navbar a.lbtn.active:focus {
    background-color: #fff !important;
    color: #a52c08 !important;
    border-color: #a52c08 !important;
}

/*Profile Dropdown*/
.main-menu .pro-down-links,
.pro-down-links {
    position: relative;
    padding: 0;
    margin: 0;
    margin-top: 0;
    margin-left: 10px;
}

.main-menu a.hdr-profile,
.hdr-profile {
    width: 40px;
    height: 40px;
    display: block;
    float: right;
    margin: 0;
    position: relative;
}

.hdr-profile img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.hdr-profile::before {
    display: inline-block;
    content: "";
    background-color: #eee;
    width: 13px;
    height: 13px;
    position: absolute;
    right: -6px;
    top: 13px;
    border-radius: 50%;
    border: 1px solid #ddd;
}
.hdr-profile::after {
    margin-left: 0;
    position: absolute;
    top: 18px;
    right: -3px;
    border-top: 4px solid #555;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.pro-down-links .pro-dropdown {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), 0 0 50px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 3px;
    padding: 2px 0;
    list-style: none;
    width: 160px;
}

.pro-down-links .pro-dropdown::before {
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    right: 13px;
    width: 0px;
    height: 0px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
}

.pro-dropdown a,.pro-dropdown span {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
    font-weight: 600;
    color: #888 !important;
    font-size: 13px;
    line-height: 24px;
    padding: 5px 10px;
    border-top: 1px solid #DEDEDE;
}

.pro-dropdown span {
    border-top: none;
    padding: 5px 10px !important;
    background-color: #F5F5F5;
    text-transform: uppercase;
    color: #222222 !important;
}

.menu-bar .navbar-nav li:first-child {
    padding-left: 0px;
}

.stellarnav.light .pro-dropdown li a {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    color: #888888;
    font-size: 13px;
    padding: 5px 10px;
    transition: 0.3s ease all;
}

.pro-dropdown a:hover {
    color: #a52c08 !important;
}

.pro-dropdown a i {
    margin-right: 10px;
}

/*Login Popup*/
.btn {
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    background-color: #a52c08;
    border-color: #a52c08;
    border-radius: 40px;
    padding: 11px 20px;
    line-height: 26px;
    min-width: 100px;
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s ease all;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #025aa1;
    border-color: #025aa1;
    color: #fff;
}

.login-modal .btn-primary {
    width: 120px;
}

.modal-content {
    border-radius: 10px;
}

.login-modal .modal-content {
    padding: 0 60px;
}

.login-modal .modal-header {
    border: none;
}

.login-modal .modal-header .close {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    top: 0;
    background-color: #fff;
    opacity: 1 !important;
    border-radius: 50%;
    padding: 0;
    line-height: 40px;
    border: none;
    color: #5A5A5A;
    font-weight: 600;
    transition: 0.3s ease all;
    box-shadow: 0px -1px 6px 0px rgba(0, 0, 0, 0.10);
}

.login-modal .modal-header .close span {
    line-height: inherit;
}

.login-modal .modal-header .close:hover,
.modal-header .close:focus,
.modal-header .close:active {
    opacity: 1;
    color: #222222;
}

.modal-body .form-title h2 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
}

.form-group {
    position: relative;
    text-align: left;
}

.form-group .form-control {
    height: 50px;
    margin-top: 5px;
    color: #888888;
    font-weight: 600;
    font-size: 15px;
    outline: none;
    box-shadow: none;
}
.form-group.input-group .form-control{margin-top: 0;}

.form-control::placeholder,
/* Chrome, Firefox, Opera, Safari 10.1+ */
.form-control:-ms-input-placeholder,
/* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #888888;
    opacity: 1;
}

.form-group .form-control:active,
.form-group .form-control:focus {
    border-color: #a52c08;
}

a.inside-btn {
    position: absolute;
    top: 17px;
    font-size: 14px;
    right: 10px;
    color: #888888;
    line-height: 18px;
    z-index: 1;
}

.inside-btn+input {
    padding-right: 30px;
}

.signup-section {
    color: #6A6A6A;
    font-size: 14px;
    line-height: 24px;
}

.signup-section a,
.btn-link {
    color: #a52c08;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease all;
}

.btn-link.font12 {font-size: 12px;}
.btn-link.font13 {font-size: 13px;}

.signup-section a:hover,
.signup-section a:focus,
.btn-link:hover,
.btn-link:focus {
    color: #025aa1;
    text-decoration: none;
}

.login-modal .modal-footer {
    border: none;
}

.login-modal input {
    float: none;
}

/*Checkbox*/
.checkbox-wrp.inline{
    display: inline-block !important;
    float: none !important;
}
.checkbox-wrp {
    display: block;
    position: relative;
    float: left;
    margin: 0 10px 10px 0;
    text-align: left;
}

.checkbox-wrp input[type="radio"],
.checkbox-wrp input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.checkbox-wrp input[type="radio"]:focus ~ span,
.checkbox-wrp input[type="checkbox"]:focus~span,
.btn-light.focus,
.btn-light:focus {
    outline: 1px dashed #a52c08 !important;
}

.checkbox-wrp label {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 0px 5px 0px 28px;
    color: #888;
    z-index: 9;
    text-transform: none;
    cursor: pointer;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    pointer-events: none;
    font-weight: 700;
    margin: 0;
    line-height: 25px;
}

.checkbox-wrp .check {
    display: block;
    position: absolute;
    border: 2px solid #888;
    border-radius: 100%;
    height: 22px;
    width: 22px;
    top: 0;
    left: 0;
    z-index: 5;
    transition: border 0.25s linear;
    -webkit-transition: border 0.25s linear;
    pointer-events: none;
}

.checkbox-wrp input[type="checkbox"]~.check {
    border-radius: 3px;
}

.checkbox-wrp .check::before {
    display: block;
    position: absolute;
    content: "";
    height: 9px;
    width: 6px;
    top: 4px;
    left: 0px;
    right: 0;
    margin: auto;
    border: 3px solid #888;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.checkbox-wrp input[type="radio"]:checked~label {
    color: #a52c08;
}

.checkbox-wrp input[type="checkbox"]:checked~label {
    color: #000;
}

.checkbox-wrp input[type="radio"]:checked~.check {
    border: 2px solid #a52c08;
    background-color: #a52c08;
}

.checkbox-wrp input[type="checkbox"]:checked~.check {
    border: 2px solid #000;
    background-color: #000;
}

.checkbox-wrp input[type="radio"]:checked~.check::before {
    opacity: 1;
    border-color: #fff;
    background-color: #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.checkbox-wrp input[type="checkbox"]:checked~.check::before {
    opacity: 1;
    border-color: #fff;
}

.checkbox-wrp.check-sm {
    margin: 0;
}

.checkbox-wrp.check-sm .check {
    border: 1px solid #8D8D8D;
    height: 17px;
    width: 17px;
}

.checkbox-wrp.check-sm label {
    font-size: 13px;
    padding: 3px 7px 3px 21px;
    color: #8d8d8d;
    line-height: 15px;
}

.checkbox-wrp.check-sm .check::before {
    height: 9px;
    width: 6px;
    left: 1px;
    top: 2px;
    border: 1px solid #8D8D8D;
    border-width: 0px 2px 2px 0;
}

.checkbox-wrp.check-sm input[type="checkbox"]:checked~.check {
    border: 1px solid #555;
    background-color: #555;
}

.checkbox-wrp.check-sm input[type="radio"]:checked~label,
.checkbox-wrp.check-sm input[type="checkbox"]:checked~label {
    color: #555;
}

/*End Checkbox*/

h4.modal-title {
    margin-bottom: 0;
    line-height: 26px;
    color: #000;
    letter-spacing: 0;
}

.shadowBox {
    box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.10);
}

.labelTxt01 {
    color: #888;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}

.labelTxt01 span {
    color: #444;
}

.labelTxt02 {
    color: #666;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}

/*My Profile*/
.propic {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}

.propic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.propic .profile-edit {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: auto;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    background-color: #fff;
    font-size: 14px;
    color: #025aa1;
    transition: 0.3s ease all;
    box-shadow: 0px -1px 6px 0px rgba(0, 0, 0, 0.10);
}

.propic .profile-edit.removebtn {
    background-color: #c13434;
    color: #fff;
    top: 3px;
    left: auto;
    margin: 0;
    right: 3px;
    font-size: 12px;
}

.pro-label {
    font-size: 15px;
    color: #888;
}

h5.txt-proname {
    font-size: 19px;
    line-height: 26px;
    color: #000;
}

p.txt-proemail {
    color: #a52c08;
    font-size: 15px;
    line-height: 24px;
}

.form-group .form-label {
    font-size: 15px;
    line-height: 24px;
    color: #444;
    margin-bottom: 2px;
}

.form-group .form-label sup {
    color: #d02727;
    top: -1px;
}

.form-group .form-label~.form-control,
.form-group .form-label~.select-box .form-control {
    margin-top: 0px;
}

.form-group .form-control.address-area {
    height: 121px;
}

.form-group .form-label~.form-control.address-area {
    height: 148px;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    border-radius: 40px;
    padding: 11px 20px;
    line-height: 26px;
    min-width: 100px;
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s ease all;
}

.form-button-wrp .btn {
    margin: 0 12px;
}

.select-container {
    position: relative;
}

.sweet-alert h2 {
    letter-spacing: 0;
}

.contactformContact h3 {
    font-size: 20px;
    line-height: 26px;
    color: #000000;
}

.checkbox-wrp.m0 {
    margin: 0;
}

.alert.alert-info {
    background-color: #EAF5FF;
    border-color: #EAF5FF;
}

.alert.alert-info p {
    color: #444444;
}

/*Event Register*/
.shadowBox.event-top-dtl {
    border-radius: 10px;
    overflow: hidden;
}

.event-top-dtl .evnt-top-img {
    min-width: 150px;
    width: 150px;
    border-radius: 10px;
    overflow: hidden;
}
.event-top-dtl .evnt-top-img img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: 0.3s ease all;
}
.fundraiser-home .evnt-top-img img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    object-position: center;
}
.evnt-top-img a:focus {
    border: 2px solid #a52c08;
    overflow: hidden;
    border-radius: 10px;
}
.event-top-dtl .evnt-top-img a:focus img {transform: scale(1.05);}
.evnt-top-dtl {
    padding: 15px 20px;
    width: 100%;
}

.evnt-top-dtl h2 {
    font-size: 22px;
    color: #3E425C;
    letter-spacing: 0;
    line-height: 30px;
}

.evnt-dateAddr p {
    font-size: 13px;
    line-height: 20px;
}

.evnt-dateAddr .evnt-date {
    color: #a52c08;
    margin-right: 15px;
}

.evnt-dateAddr .evnt-location {
    color: #888888;
}

.evnt-top-dtl h4.evnt-amount, .evnt-reg-amount h4.evnt-amount {
    color: #888888;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'Karla', sans-serif;
}

.evnt-top-dtl h4.evnt-amount span, .evnt-reg-amount h4.evnt-amount span {
    color: #444444;
    font-size: 18px;
}

.evnt-top-dtl h4.evnt-amount span.amount-total,.evnt-reg-amount h4.evnt-amount span.amount-total {
    color: #a52c08;
}

.event-top-dtl .evnt-reg-amount {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-left: 1px solid #E5E5E5;
    padding: 15px;
    min-width: 170px;
}

.evnt-reg-amount p {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
}

.evnt-reg-amount p em {
    font-style: italic;
}

.evnt-reg-amount p span {
    font-size: 21px;
    color: #025aa1;
    display: block;
}

.up-img-wrp {
    background-color: #FAFAFA;
    border: 1px solid #ccc;
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 150px;
    border-radius: 5px;
}

.up-img-wrp input, .up-img-wrp .aupload {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    opacity: 0;
}

.up-img-wrp p {
    color: #888888;
    font-size: 15px;
    line-height: 24px;
}

.up-img-wrp p i {
    font-size: 30px;
    display: block;
    margin-bottom: 5px;
    color: #BBBBBB;
}

.up-img-wrp:hover,
.up-img-wrp:focus {
    border-color: #a52c08;
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: #fff;
    border: 2px solid #6c757d;
    border-radius: 40px;
    padding: 11px 20px;
    line-height: 26px;
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s ease all;
}

.btn-outline-secondary i {
    margin-right: 5px;
    font-size: 85%;
}

.btn-back.btn-outline-secondary {
    padding: 5px 15px;
    font-size: 15px;
}

.review-head {
    padding-bottom: 15px;
    border-bottom: 1px solid #E5E5E5;
}
.reviewBox label {
    color: #888;
    font-size: 15px;
    line-height: 20px;
}
.reviewBox p {
    line-height: 24px;
    font-size: 16px;
    color: #222222;
}
.img-gallery img {
	width: 130px;
	height: 95px;
	margin-right: 5px;
	margin-top: 5px;
	border-radius: 5px;
	object-fit: cover;
	object-position: center;
	margin-bottom: 5px;
}
.successTick {
	display: inline-block;
}
.tick-round, .tick-tick {stroke: #fff; transition: 0.3s ease;}
.tick-animation .tick-round{stroke: #025aa1;}
.tick-animation .tick-tick {stroke: #a52c08;}
.tick-animation .tick-round, .tick-animation .tick-tick {
    stroke-dasharray: 300;
	stroke-dashoffset: 300;
    animation: dash 1s ease forwards;
}
.tick-tick{ animation-delay: 1s;}
@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}
h3.success-txt{
    color: #000;
    line-height: 40px;
    font-size: 40px;
    margin-bottom: 15px;
}
.success-txt-wrp{transform: translateY(-100px); transition: 0.3s ease all; opacity: 0;}
.success-txt-wrp.success-anim{transform: translateY(0); opacity: 1;}

.myevents-list {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.13);
    height: 100%;
    display: flex;
    flex-flow: column;
    position: relative;
}
.my-event-dropdown{
    position: absolute;
    right: 15px;
    top: 15px;
}
.myevents-list-img {
    height: 300px;
    min-height: 300px;
    width: 100%;
    overflow: hidden;
}
.myevents-list-img a {
    height: 100%;
    width: 100%;
    display: block;
}
.myevents-list-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.myevents-text {padding: 15px;}
.myevents-list-img ~ .myevents-text{height: 50%;}
.myevents-head h2 {
    font-size: 22px !important;
    color: #3E425C;
    letter-spacing: 0;
    line-height: 26px !important;
    font-weight: 600;
}
.btn-edit {
    border: 1px solid #C2C2C2;
    color: #888;
    padding: 7px 13px;
    line-height: 16px;
    border-radius: 30px;
    transition: 0.3s ease all;
    min-width: 75px;
    font-size: 15px;
}
.btn-edit i {font-size: 80%;}
.btn-edit:hover,.btn-edit:focus,.btn-edit:active{
    color: #a52c08;
    border-color: #a52c08;
}
.myevents-details p {
    font-size: 14px;
    color: #777777;
    line-height: 24px;
}
.myevents-details p.color_orange {color: #a52c08;}
.myevents-details p span{
    font-size: 16px;
    color: #262628;
}
.myevents-text .myevents-desc {
    color: #777777;
    font-size: 15px;
    line-height: 24px;
}

.myevents-footer {
    display: flex;
    justify-content: space-between;
    margin: 0 15px;
    padding: 10px 0;
    border-top: 1px solid #ddd;
}
.myevents-fund {display: flex;}

.myevents-fund p {
    color: #494D65;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 16px;
}
.myevents-fund p span{
    font-size: 21px;
    display: block;
    line-height: 24px;
    font-weight: 400;
}
.myevents-fund p.ftarget span{color: #025aa1;}
.myevents-fund p.fraised span{color: #a52c08;}
a.lbtn.active.outline:hover, a.causes_btn.active.outline:hover {
    background: #fff !important;
    border-color: #a52c08;
    color: #a52c08 !important;
}
.listTop-head .btn {height: 40px; padding: 5px 15px;}
.btn i.fas,.lbtn i.fas{font-size: 85%;}
.btn-group.w2w-maintab .btn {
    color: #025aa1;
    background-color: #fff;
    border: 1px solid #025aa1;
    min-width: 170px;
    padding: 5px 15px;
    height: 40px;
    transition: 0.3s ease all;
}
.btn-group.w2w-maintab .btn:hover,.btn-group.w2w-maintab .btn:focus,.btn-group.w2w-maintab .btn:active {background-color: #F0F8FF;}
.btn-group.w2w-maintab .btn.active{
    background-color: #025aa1 !important;
    color: #fff !important;
    border-color: #025aa1 !important;
}

.btn-group.w2w-listtab .btn {
    background-color: #fff;
    color: #999999;
    border: 1px solid #DDDDDD;
}
.btn-group.w2w-listtab .btn:hover, .btn-group.w2w-listtab .btn:focus, .btn-group.w2w-listtab .btn:active {background-color: #F0F5FB;}
.btn-group.w2w-listtab .btn.active {
    background-color: #97ABC3 !important;
    border-color: #97ABC3 !important;
}
.w2w-listtab .btn span {
    background-color: #BBBBBB;
    margin-left: 5px;
    color: #fff;
    font-size: 12px;
    padding: 0px 5px;
    border-radius: 3px;
    text-align: center;
}
.w2w-listtab .btn.active span {
    background-color: #fff;
    color: #97ABC3;
}

.donate-top-dtl {
    border-bottom: 1px solid #E5E5E5;
}
.donate-top-dtl h2 {
    color: #025aa1;
    font-size: 20px;
    line-height: 24px;
}
.donate-top-dtl h3 {
    font-size: 16px;
    color: #444444;
    line-height: 24px;
    margin-bottom: 7px;
}
.donate-top-dtl h3 span, .donate-top-dtl h2 span{color: #888888;}
.donate-top-dtl .evnt-reg-amount {padding: 15px 10px; min-width: 200px;}
.donate-top-dtl .evnt-reg-amount p span {color: #a52c08;}
.donateForms{padding: 20px 20px 30px;}
.donate-preamount {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #EFEFEF;
    background-color: #FBFBFB;
    border-radius: 6px;
    padding: 1.75rem;
}
.donate-preamount label {
    color: #888888;
    font-size: 16px;
    line-height: 24px;
    position: relative;
}
.donate-preamount .predefined-amount {display: flex;}
.donate-preamount .predefined-amount li{margin-right: 5px;}
.donate-preamount .predefined-amount input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.donate-preamount .predefined-amount input ~ span {
    display: block;
    background-color: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    font-size: 17px;
    line-height: 24px;
    color: #888888;
    padding: 7px 10px;
    min-width: 50px;
    transition: 0.3s ease all;
}
.donate-preamount .predefined-amount input:focus ~ span{border-color: #FFA98F;}
.predefined-amount label:hover span,.predefined-amount label:focus span,.predefined-amount label:active span{border-color: #FFA98F;}
.donate-preamount .predefined-amount input:checked ~ span,.donate-preamount .predefined-amount input.active ~ span{
    background-color: #a52c08;
    border-color: #a52c08;
    color: #fff;
}
.donate-or{
    width: 100%;
    height: 1px;
    background-color: #e2e2e2;
    position: relative;
}
.donate-or::after{
    content: 'OR';
    background-color: #AFDBFF;
    color: #025aa1;
    font-size: 13px;
    padding: 8px;
    line-height: 19px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}
.donate-preamount .donate-txt-amt{max-width: 175px;}
.donate-preamount .donate-txt-amt input {
    font-weight: 600;
    font-size: 16px;
}
.donate-txt-amt{position: relative;}
.donate-txt-amt label.error {
    position: absolute;
    top: 42px;
    /* background-color: #fff; */
    padding: 4px 7px 7px 7px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 15px;
    /* box-shadow: 0px 0px 3px rgba(238, 36, 36, 0.28); */
    left: -40px;
}
.evnt-reg-amount.topdtl-btn {
    min-width: auto !important;
    padding-right: 20px;
    border-left: 0;
}
.btn.bw2 {
    border-width: 2px;
    font-weight: 600;
}
.topdtl-btn .btn.bw2 {min-width: 80px;}
.donate-preamount-dtl p {
    font-size: 18px;
    color: #888888;
    text-transform: uppercase;
    line-height: 32px;
}
.donate-preamount-dtl p span{
    color: #a52c08;
    font-size: 33px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}
.donateDtlHead {
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    padding: 15px 0;
}
.donateDtlHead h4{
    font-size: 20px;
    color: #222222;
    line-height: 24px;
}
.donate-txt-amt .input-group-text {
    font-weight: 600;
    color: #666;
}
.input-group-text{
  height: 50px !important;
  margin-top: 5px !important;
}
.input-group.form-group .input-group-text {margin-top: 0 !important; font-weight: 600;}
.donate-preamount .input-group.form-group .input-group-text {height: 40px !important;}
.donate-preamount .input-group.form-group .form-control {height: 40px;}
.opened-box.shadowBox {padding: 15px 0;}
.receipt-list-head label {
    color: #999;
    font-size: 14px;
    line-height: 24px;
}

.receipt-each {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.receipt-each:first-child{border-top: none;}
.receipt-each label {
    color: #888;
    font-size: 15px;
    line-height: 24px;
}
.receipt-each label.font14{font-size: 14px;}
.receipt-each .rcpt-evnt-name {
    font-size: 14px;
    color: #444444;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
}
.login-modal .modal-content.p0{padding: 0;}
.table td.p0, .table th.p0{padding: 0;}
a.lbtn.p15{padding: 5px 15px;}

h2.page-title {
    font-size: 35px;
    letter-spacing: 0;
    color: #222222;
    line-height: 38px;
}
.borderBox {border: 1px solid #EFEFEF;}
.borderBox.fundraiser-Box {border-radius: 10px 10px 0 0;}
.fundraiser-Box .fundraiser-img {
    border-radius: 8px 8px 0 0;
    background-color: #F7F7F7;
    overflow: hidden;
    height: 335px;
}
.fundraiser-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
a.lbtn.btn-md {padding: 5px 15px; font-size: 15px;}
.evnt-btm-list .evnt-top-img {
    min-width: 250px;
    width: 250px;
    border-radius: 0;
}
.evnt-btm-lis h3{
    font-size: 22px;
    color: #3E425C;
    letter-spacing: 0;
    line-height: 30px;
}
.orange_targetBox {
    text-align: center;
    background-color: #a52c08;
    padding: 25px 20px;
    border-radius: 10px;
}
.orange_targetBox h4 {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
    line-height: 26px;
}
.orange_targetBox h4 span {
    display: block;
    font-size: 30px;
    line-height: 40px;
}
.progress-value {
    display: flex;
    justify-content: space-between;
}
.progress-value p {
    color: #494D65;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 24px;
}
.progress-value p span {
    font-size: 18px;
}
.progress-tab {
    height: 15px;
    width: 100%;
    background-color: #DCDCDC;
    border-radius: 8px;
    position: relative;
    margin-top: 5px;
}
.progress-tab .progressbar {
    height: 15px;
    width: 0%;
    background-color: #025aa1;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 0;
}

.share-social {
    background-color: #fff;
    border: 1px solid #EFEFEF;
    text-align: center;
    padding: 15px 15px 22px;
}
.share-social p {
    color: #222222;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
}
.share-icons .btn-social {
    display: inline-block;
    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 34px;
    color: #a52c08;
    transition: 0.3s ease all;
    border-radius: 4px;
    margin: 2px 1px;
}
.share-icons .btn-social:hover,.share-icons .btn-social:focus,.share-icons .btn-social:active{color: #fff;}
.share-icons .btn-fb:hover,.share-icons .btn-fb:focus,.share-icons .btn-fb:active{/*background-color: #3B5998;*/ border-color: #3B5998;}
.share-icons .btn-tw:hover,.share-icons .btn-tw:focus,.share-icons .btn-tw:active{/*background-color: #00acee;*/ border-color: #00acee;}
.share-icons .btn-ins:hover,.share-icons .btn-ins:focus,.share-icons .btn-ins:active{/*background-color: #fb3958;*/ border-color: #fb3958;}
.share-icons .btn-share:hover,.share-icons .btn-share:focus,.share-icons .btn-share:active{/*background-color: #a52c08;*/ border-color: #a52c08;}
.cbtn.lbtn i.ml0{margin-left: 0;}
.cbtn.lbtn.btn-lg {padding: 15px 30px;}
.fund-pro-box .pro-img {
    width: 50px;
    height: 50px;
    margin: 0 auto 5px;
}
.fund-pro-box .pro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.fund-pro-box .pro-name {
    color: #222222;
    font-size: 18px;
    line-height: 24px;
}
.fund-pro-box .reg-type {
    color: #FE7143;
    font-size: 13px;
    line-height: 20px;
}
.fund-pro-box {
    background-color: #F7F7F7;
    border: 1px solid #EFEFEF;
    padding: 20px 15px;
    margin: 5px 0 10px;
    border-radius: 4px;
}

/*Home Fundraiser*/
.fundraiser-home h2 {
    color: #000000;
    font-size: 35px;
    line-height: 36px;
}
.fundraiser-home h6 {letter-spacing: 3px;}
.fundraiser-home p.fundr-desc {color: #222222;}
.fundraiser-home .orange_targetBox {padding: 20px 15px;}
.home-fund-bBox{
    border: 1px solid #EFEFEF;
    border-radius: 10px;
}
.home-fund-link{
    background-color: #EFEFEF;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.fundraiser-home .orange_targetBox h4 {font-size: 18px;}
.fundraiser-home .orange_targetBox h4 span {font-size: 27px; line-height: 36px;}
.fundraiser-home .evnt-top-dtl {padding: 0 15px;}

.customecls .img-preview {
    width: 120px;
    position: relative;
    height: 120px;
    overflow: hidden;
    border: 1px solid #dedede;
    text-align: left;
}
.customecls .lightbox_trigger {
    height: calc(100% - 27px);
    width: 100%;
    display: block;
}
.img-preview img.imgsec {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.img-preview .removeimg, .img-preview .removeimg:not([href]):not([tabindex]) {
    color: #d01313;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    line-height: 16px;
    border-radius: 0 0 0 11px;
    transition: 0.3s ease all;
}
.img-preview .removeimg:hover,.img-preview .removeimg:focus,.img-preview .removeimg:active{
    background-color: #ec3939 !important;
    color: #fff !important;
}
.customecls {
    float: left;
    margin-right: 10px;
}
.customecls .img-preview input[type="radio"]{
  width: auto;
}

.event-list-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.event-list-bottom .share-social {
    display: flex;
    padding: 0;
    border: none;
    align-items: center;
}
.event-list-bottom .share-social p {
    font-size: 16px;
    color: #98ADC2;
    margin-right: 10px;
}
.event-list-bottom .btn-social {color: #9599A4;}
.eventListing .price-progress-tab {
    /* border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD; */
    padding-top: 12px;
    padding-bottom: 20px;
}
.eventListing .evnt-top-dtl {padding: 0 0 0 15px;}
.evnt-top-dtl .evnt-steps {
    font-size: 15px;
    line-height: 24px;
    color: #777777;
}
.evnt-top-dtl .evnt-steps span {
    color: #262628;
    font-size: 16px;
}
.eventListing .event-top-dtl .evnt-top-img {min-width: 200px; width: 200px;}
h3.righthead{
    font-style: 23px;
    color: #222222;
    line-height: 31px;
}

.contributor-team{
    background-color: #fff;
    border: 1px solid #DDDDDD;
}
.reviewBox p.font18 {font-size: 18px;}
.reviewBox p.font20 {font-size: 20px;}
.percentage-round {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(248,248,248,1) 75%, rgba(248,248,248,1) 75%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 75%,rgba(248,248,248,1) 75%);
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 75%,rgba(248,248,248,1) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=1 );
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-chart__circle {
  animation: circle-chart-fill 2s reverse; /* 1 */
  transform: rotate(-90deg); /* 2, 3 */
  transform-origin: center; /* 4 */
}
.circle-chart__info {
  animation: circle-chart-appear 2s forwards;
  opacity: 0;
  transform: translateY(0.3em);
}
@keyframes circle-chart-fill {
  to { stroke-dasharray: 0 100; }
}

@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.circle-chart__percent {transform: translateY(1px); fill: #a52c08; font-size: 8px;}
.contributor-team .evnt-top-img {
    min-width: 200px;
    max-height: 250px;
    min-height: 200px;
}
.contributor-team .evnt-top-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*ADAC*/
.main-menu li a:focus {
    box-shadow: 0px 0px 3px 1px rgba(32,149,243,1);
    border-radius: 4px;
}
input:focus, textarea:focus{
    border-color: #a52c08;
}
a.lbtn:focus{
    border-radius: 6px;
}
a:focus {
    outline: 1px dashed #a52c08;
    border-radius: 6px;
}
#navbarNav:focus {
   outline: 1px dashed #a52c08;
}

a.skip-main-new {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

a.skip-main-new:active,
a.skip-main-new:focus {
    color: #fff;
    background-color: #a52c08;
    left: auto;
    top: 0;
    width: 210px;
    height: auto;
    overflow: auto;
    margin: 35px 10% 0;
    padding: 7px;
    border-radius: 25px;
    border: 4px solid #a52c08;
    text-align: center;
    font-size: 17px;
    z-index: 999;
}

.copy-footer{color: #ddd;}
.btn-info:focus{
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
a.btn:focus {outline: 1px dashed #a52c08 !important;}

.grnd-ttl{
  max-width: 300px;
  margin: 10px auto 15px;
  border-radius: 10px;
  background-color: #e7f1fb;
  border: 1px solid #B8D9F4;
}
.ttl-rate h3{
  font-size: 20px;
  color: #000;
  margin-right:10px;
}
.ttl-rate p{
  font-size: 25px;
  color: #a52c08;
}

.main-menu li a {position: relative;}
.main-menu li.active a::after {
    content: '';
    height: 2px;
    width: calc(100% - 30px);
    bottom: 0;
    position: absolute;
    display: block;
    background-color: #025aa1;
}
button.fc-button:focus {
    color: #17a2b8;
    outline: 1px dashed #17a2b8;
    border-color: #17a2b8;
}
.alert-success.alertmsg p, .alert-success.alertmsg i {
  color: #34c184 !important;
}
.alertmsg.skew.alert.alert-success p, .alertmsg.skew.alert.alert-success i {
  color: #34c184 !important;
}

/*ADAC*/
.about-area h2.heading6, .heading6 {
    font-size: 16px;
    color: #98adc2;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    line-height: 24px;
}

.contributor-team .sponsor-logo {
    width: 100px;
    height: 80px;
    display: block;
    margin: 20px auto 0;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    padding: 3px;
}
.contributor-team .sponsor-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.contributor-team .sponsor-name,
.sponsor-name {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Karla', sans-serif;
    color: #333333;
}
.h100{height: 100%;}
.sponsor-link {
    font-size: 13px;
    line-height: 19px;
    margin-top: 5px;
    color: #888;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #eee;
    padding: 3px 10px;
    border-radius: 19px;
    text-align: center;
    margin-bottom: 12px;
}
.sponsor-type {
    font-size: 14px;
    color: #888;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sponsor-type kbd {
    padding: 2px 6px;
    background-color: #ccc;
    border-radius: 2px;
    margin-left: 2px;
    color: #464646;
    box-shadow: 0px 1px 2px -1px rgba(0,0,0,0.5);
}
.sponsor-type.gold kbd{
    background-color: #d4af37;
    color: #fff;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}
.sponsor-type.silver kbd {
    background-color: #d9d9d9;
    background-image: linear-gradient(315deg, #d9d9d9 0%, #f6f2f2 74%);
    color: #444;
}
.sponsor-type.bronze kbd{
    color: #fff;
    background: #CD7F32;
    background: linear-gradient(to bottom, #CD7F32 0%, #BE7023 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CD7F32), color-stop(100%, #BE7023));
    background: -webkit-linear-gradient(top, #CD7F32 0%, #BE7023 100%);
    background: -moz-linear-gradient(top, #CD7F32 0%, #BE7023 100%);
    background: -o-linear-gradient(top, #CD7F32 0%, #BE7023 100%);
    background: -ms-linear-gradient(top, #CD7F32 0%, #BE7023 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CD7F32', endColorstr='#BE7023', GradientType=0);
}
.sponsor-list-wrp{position: relative; overflow: hidden;}
.sponsor-list-wrp .sponsor-list-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease all;
}
.sponsor-list-hover .btn-edit {
    margin: 2px;
    padding: 5px 11px;
    font-size: 14px;
    background-color: #fff;
}
.sponsor-list-wrp:hover .sponsor-list-hover {
    opacity: 1;
    pointer-events: visible;
}
.date-field{position: relative;}
.date-field input.form-control {padding-right: 35px;}
.date-field .ui-datepicker-trigger {
    position: absolute;
    top: 12px;
    right: 7px;
    width: 26px;
    height: 26px;
    overflow: hidden;
    color: transparent;
}
.date-field label.formLabel ~ .ui-datepicker-trigger {top: 44px;}
.date-field .ui-datepicker-trigger::after {
    content: '\f073';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #888;
    position: absolute;
    top: 2px;
    right: 4px;
    font-size: 20px;
}
.date-field button.ui-datepicker-trigger:hover, .date-field button.ui-datepicker-trigger:focus, .date-field button.ui-datepicker-trigger:active{
    outline: 1px solid #a52c08 !important;
    background-color: #fff5f2 !important;
}
.ui-datepicker-close:focus {outline: 1px dashed #a52c08;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {top: 2px !important;}
.ui-datepicker .ui-datepicker-prev {left: 2px !important;}
.ui-datepicker .ui-datepicker-next {right: 2px !important;}
.ui-datepicker {z-index: 10 !important;}
.ui-widget.ui-widget-content {
    border: none !important;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3), 0 9px 40px rgba(0, 0, 0, 0.1) !important;
    border-radius: 16px !important;
}
.ui-datepicker .ui-datepicker-header{
    border-radius: 16px !important;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next{
    border-radius: 24px;
}
.ui-widget-header{
    border: none !important;
    background-color: #fff !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #E91E63 !important;
    background: #F44336 !important;
    color: #ffffff !important;
}
.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center !important;
    border-radius: 24px !important;
}
.close:not(:disabled):not(.disabled):focus{
    outline: 1px solid #a52c08 !important;
}
#cboxContent{position: relative;}
#cboxContent #cboxClose{
    position: absolute;
    right: -20px;
    width: 40px;
    height: 40px;
    top: -20px !important;
    background-color: #fff;
    opacity: 1 !important;
    border-radius: 50%;
    padding: 0;
    line-height: 40px;
    border: none;
    color: #5A5A5A;
    font-weight: 600;
    transition: 0.3s ease all;
    border: none;
    box-shadow: 0px -1px 6px 0px rgba(0, 0, 0, 0.10);
    display: none;
}
.input-group label.error {
    width: 250px;
    margin-top: 5px;
    text-align: center;
}
#timeoutmsg {
    position: fixed;
    z-index: 99999;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0;
    justify-content: center;
    align-items: center;
}
#timeoutmsg .overlay {
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
#timeoutmsg .alert-success {padding: 30px 15px;}
.col-blue {color: #025aa1;}
.col-orange {color: #a52c08;}
.alertmsg.skew.alert.alert-success p.col-blue, .alertmsg.skew.alert.alert-success .col-blue i {color: #025aa1 !important;}
.img-preview input[type="radio"]:focus{outline: 1px dashed #a52c08;}
.propic label.error {
    min-width: 200px;
    position: absolute;
    margin-top: 13px;
    text-align: center;
    left: 0;
    transform: translateX(-50px);
}
.tshirt-img img.imgsec {object-fit: contain;}
.img-preview .imgremove {
  position: absolute;
  z-index: 1;
  top: 2px;
  right: 2px;
  background-color: #ce1717;
  color: #fff !important;
  padding: 2px;
  height: 20px;
  width: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  border-radius: 3px;
}
.img-tshirt.img-preview img{object-fit: contain;}
.form-group.alt-text .form-control {
    padding: 5px;
    height: auto;
    line-height: 10px;
    width: 168px;
    font-size: 12px;
}

.customecls.box-tshirt-img {
    float: none;
    margin: 0 auto 5px;
    text-align: ;
}
.customecls.box-tshirt-img .tshirt-img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    margin: 0 auto;
}

.tshirtSlider {
    overflow: hidden;
    height: 300px;
}
.tshirtSlider .carousel-inner {
    height: 100%;
}

.tshirtSlider .carousel-inner .carousel-item {
    height: 100%;
}

.tshirtSlider .carousel-inner .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.tshirtSlider .carousel-control-next,
.tshirtSlider .carousel-control-prev {
    width: 35px;
    opacity: 0.8;
    height: 35px;
    margin: auto 10px;
    border-radius: 50%;
    background-color: #025aa1;
}

.tshirtSlider .carousel-control-next:hover,
.tshirtSlider .carousel-control-prev:hover {
    opacity: 1;
    background-color: #a52c08;
}
.tshirtSlider .carousel-control-next-icon, .tshirtSlider .carousel-control-prev-icon {
    width: 15px;
    height: 15px;
}
h2.heading3 {
    font-size: 23px;
    color: #222222;
    line-height: 27px;
    letter-spacing: 0;
}
ul.inner-ul {
    list-style: disc;
    list-style-position: outside;
}

.about-image-grid .single_about_wrap {display: flex; flex-flow: row;}
.about-image-grid .single_about:nth-child(1) {margin-right: 15px; margin-bottom: 15px;}
.about-image-grid .single_about {
    width: 50%;
    height: 295px;
    overflow: hidden;
}
.about-image-grid .single_about2_1{margin-top: -15px;}
.carousel-control-next:focus, .carousel-control-prev:focus{outline: 1px dashed #a52c08;}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.privacy-content h1,
.privacy-content h2,
.privacy-content h3,
.privacy-content h4,
.privacy-content h5,
.privacy-content h6,
.terms-content h1,
.terms-content h2,
.terms-content h3,
.terms-content h4,
.terms-content h5,
.terms-content h6 {
    color: #212121;
}
.privacy-content ol,
.terms-content ol{
    list-style: decimal;
    margin-left: 30px;
}
.privacy-content ul,
.terms-content ul {
    list-style: disc;
    margin-left: 30px;
}



.eventSort {
    float: right;
}
.form-group label {
    font-size: 13px;
    color: #4f4f4f;
}
.form-group label sub {
    color: red;
    font-size: 14px;
    padding-left: 1px;
}
.form-group label+textarea {
    height: 150px !important;
}
.donateHead h5 {
    font-size: 23px;
    color: #2e3146;
    padding: 15px 0 5px;
}
.donateHead p {
    line-height: 1.4;
    font-weight: 500;
}
.donateHead {
    padding: 0 40px;
}
.donateHead img {
    height: 16px;
}

/* tooltip custom */

.tooltip-inner {
    background-color: #AFDBFF;
    text-align: left;
    color: #2e3146;
    padding: 20px;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-top-color: #AFDBFF !important;
    border-bottom-color: #AFDBFF !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-top-color: #AFDBFF !important;
    border-bottom-color: #AFDBFF !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-top-color: #AFDBFF !important;
    border-bottom-color: #AFDBFF !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #AFDBFF !important;
    border-bottom-color: #AFDBFF !important;
}

label.error {
	color: red;
	font-weight: 500;
}
.partner-logo a:focus {
    outline: none;
    border-radius: 6px;
}
.partner-logo img {
    width: 160px;
}
/* tooltip custom end */

@media (max-width: 1199px) {
    .home-banner-txt {
        padding: 100px 15px;
    }

    .welcome-area h1 {
        font-size: 82px;
        line-height: 100px;
    }

    .about-area h2 {
        font-size: 60px;
        line-height: 82px;
    }

    .case_bg {
        height: 200px;
    }

    .target-area button i {
        left: -12px;
    }

    .target-area button.owl-next i {
        right: -12px;
    }

    .walk-tech .single_target {
        padding: 0 0px 10px;
    }

    .walking-tech-each .walk-tech-img {
        min-width: 240px;
        max-width: 240px;
    }
    .myevents-footer .myevents-lbtns a {font-size: 13px; padding-left: 7px; padding-right: 7px;}
    .myevents-fund p span {font-size: 20px; line-height: 23px;}
    .myevents-list-img {height: 260px; min-height: 260px;}
    .share-social p {font-size: 15px;}
    .fundraiser-home .orange_targetBox {padding: 20px 10px;}
    .event-list-bottom a.lbtn.btn-md {padding: 5px 10px; font-size: 14px;}
    .eventListing .share-icons .btn-social {width: 26px; height: 26px; line-height: 26px;}
    .event-list-bottom .share-social{display: block; text-align: center;}
    .event-list-bottom .share-social p {font-size: 14px; margin-right: 0px; margin-bottom: 0; line-height: 20px;}
    .event-list-bottom {align-items: flex-end;}
    .walk-tech-list .single_target h3 {margin-bottom: 7px; font-size: 22px; line-height: 24px;}
    .walk-tech-list .single_target .walktech-txt {padding: 15px 15px 0;}
}

@media (max-width: 991px) {
    .welcome-area h1 {
        font-size: 70px;
        line-height: 90px;
        letter-spacing: -3px;
    }

    .about-area h2 {
        font-size: 53px;
        line-height: 65px;
    }

    .target-area h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .case_text h3 {
        line-height: 26px;
        font-size: 19px;
    }

    .space-10-md {
        height: 10px;
    }

    .about-area.inner .about_video {
        max-height: 350px;
    }

    .event-details .case_bg {
        max-height: 400px;
    }

    .eventSlider {
        height: 400px;
    }

    .welcome-area .walk-head h1 {
        font-size: 51px;
    }

    .walking-tech-each .walk-tech-img {
        min-width: 200px;
        max-width: 200px;
    }

    .main-menu li a {
        padding: 10px 8px;
        font-size: 13px;
    }

    .main-menu .navbar a.lbtn {
        margin-left: 6px;
        font-size: 13px;
        padding: 8px 9px;
    }

    .event-top-dtl .evnt-top-img {
        min-width: 130px;
        width: 130px;
    }

    .evnt-top-dtl {
        padding: 15px;
    }

    .event-top-dtl .evnt-reg-amount {
        padding: 10px;
        min-width: 160px;
    }
    .donate-top-dtl .evnt-reg-amount{min-width: 200px;}
    .myevents-list-img {height: 200px; min-height: 200px;}
    .myevents-head h2 {font-size: 19px !important; line-height: 24px !important;}
    .btn-edit {padding: 6px 8px; line-height: 14px; min-width: 65px; font-size: 14px;}
    .myevents-details p {font-size: 13px; line-height: 24px; margin-bottom: 0;}
    .myevents-footer {flex-flow: column;}
    .myevents-fund {width: 100%; justify-content: space-between;}
    .fundraiser-Box .fundraiser-img {height: 250px;}
    .fundraiser-Box .img-gallery img {width: 110px; height: 90px;}
    .d-flex.evnt-btm-list {flex-flow: column; flex-wrap: wrap;}
    .d-flex.evnt-btm-list .evnt-top-img {width: 100%; height: 200px;}
    .d-flex.evnt-btm-list .evnt-top-dtl {padding: 10px 0;}
    .fundraiser-home .evnt-top-img img {
        width: 250px;
        max-height: 250px;
        margin-bottom: 0px;
        margin-right: 15px;
        float: left;
    }
    .evnt-top-img .res-evnt-top-dtl{padding-left: 265px;}
    .event-list-bottom {align-items: center;}
    .event-list-bottom .share-social {display: flex;}
    .event-list-bottom .share-social p {margin-right: 5px;}
    .main-menu.stellarnav {overflow: visible !important;}
}

@media (max-width: 960px) {
    .stellarnav.mobile>ul>li {
        text-align: center;
    }

    .stellarnav li.res-menu-button {
        margin-top: 10px;
        padding: 0px 10px;
    }

    .stellarnav li.res-menu-button a.lbtn {
        display: inline-block;
        width: 125px;
    }

    .main-menu .pro-down-links,
    .pro-down-links {
        margin-top: 5px;
        margin-left: 0;
    }
    .main-menu li.active a::after {
        height: 100%;
        width: 3px;
        left: 0;
    }
}

@media (max-width: 767px) {
    .home-banner-txt {
        padding: 10px 15px 50px;
    }
    .about-image-v2 {
        max-width: 100%;
        margin: 0 20px 0 0;
    }
    .welcome_text h6 {
        font-size: 16px;
        line-height: 26px;
    }

    .space-10-sm {
        height: 10px;
    }

    .space-20-sm {
        height: 20px;
    }

    .space-30-sm {
        height: 30px;
    }

    .about_bg {
        padding-top: 0px;
    }
    .cbtn.lbtn {
        background: #025aa1;
        padding: 10px 25px;
        border-radius: 40px;
    }
    a.gbtn, .cbtn.gbtn, .lbtn.gbtn {background-color: #565960;}

    .about-area h5 {
        line-height: 24px;
        font-size: 16px;
    }

    .case-area .single_case {
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }

    p.heading_after::after {
        display: none;
    }

    .walk-tech .single_target .walktech-txt {
        padding: 15px 15px 0;
    }

    .single_target h3 {
        margin-bottom: 5px;
        font-size: 22px;
    }

    .copy-footer {
        font-size: 14px;
    }

    h1,
    .welcome-area h1 {
        font-size: 50px;
        line-height: 55px;
    }

    h2,
    .about-area h2,
    .target-area h2 {
        font-size: 35px;
        line-height: 41px;
    }

    .welcome_wrap.tl-sm,
    .heading.tl-sm {
        text-align: left;
    }

    .welcome-area.inner {
        padding: 110px 0 30px;
    }

    .service-area .single_service {
        padding: 30px 25px;
    }

    .event-details .case_text p {
        margin-bottom: 10px;
    }

    .event-details .case_bg {
        max-height: 270px;
    }

    .single_case.mb0-sm {
        margin-bottom: 0;
    }

    .eventSlider {
        height: 330px;
    }

    .walking-tech-each {
        flex-flow: column;
    }

    .walking-tech-each .walk-tech-img {
        min-width: 250px;
        max-width: 250px;
        margin-top: 15px;
        margin-bottom: 0;
        align-self: start;
        margin-left: 15px;
    }

    .walking-tech-each .walktech-txt {
        border-left: none;
    }

    .eventSlider .carousel-control-next,
    .eventSlider .carousel-control-prev {
        width: 40px;
        height: 40px;
        margin: auto 7px;
    }

    .event-top-dtl.d-flex {
        flex-flow: column;
        align-items: center;
        text-align: center;
    }

    .event-top-dtl .evnt-top-img {
        min-width: 160px;
        width: 160px;
        margin-top: 15px;
    }

    .evnt-dateAddr.d-flex {
        flex-flow: column;
    }

    .evnt-dateAddr p {
        margin-bottom: 5px;
    }

    .event-top-dtl .evnt-reg-amount {
        padding: 10px 10px 20px;
        min-width: unset;
        width: 100%;
        border-left: 0;
        border-top: 1px solid #E5E5E5;
    }
    .img-gallery img {width: 125px; height: 90px;}
    .listTop-head .btn {height: 40px; padding: 5px 10px; font-size: 14px;}
    .btn-group.w2w-maintab button {min-width: 150px;}
    .myevents-footer {flex-flow: row;}
    .myevents-fund {width: auto;}
    .donate-preamount {flex-flow: column; align-items: center; text-align: center;}
    .donate-or {margin-top: 15px; margin-bottom: 15px;}
    .evnt-reg-amount.topdtl-btn{padding-bottom: 12px;}
    .d-flex.evnt-btm-list {text-align: left;}
    .d-flex.evnt-btm-list .evnt-top-img {height: 200px;}
    .cbtn.lbtn.bbtn {background-color: #025aa1;}
    .cbtn.lbtn.btn-lg {padding: 12px 25px;}
    h2.page-title {font-size: 30px; line-height: 36px;}
    .fundraiser-home .evnt-top-img img {
        width: 100%;
        max-height: 250px;
        margin-bottom: 15px;
        margin-right: 0;
        float: none;
    }
    .evnt-top-img .res-evnt-top-dtl {padding-left: 0;}
    .price-progress-tab {padding: 20px 20px 25px;}
    .home-fund-link {background-color: transparent; margin-bottom: 25px;}
    .eventListing .event-top-dtl .evnt-top-img {margin-top: 0; margin-bottom: 10px; max-height: 170px;}
    .eventListing .evnt-top-dtl {padding: 0;}
    .event-details .price-progress-tab {padding: 10px 0 20px;}
    .contributor-team {flex-flow: column;}
    .percentage-round {
        width: 100%;
        padding: 0px 15px 20px;
        background: rgb(255,255,255);
        background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(248,248,248,1) 75%, rgba(248,248,248,1) 75%);
        background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 75%,rgba(248,248,248,1) 75%);
        background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 75%,rgba(248,248,248,1) 75%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
    }
    .contributor-team .evnt-top-img {width:100%; max-height: 250px;}
    .event-list-bottom a.lbtn.btn-md {margin-bottom: 5px;}
    .about-image-grid .single_about {
        height: 195px;
        margin-bottom: 0;
    }
    .btn-group.w2w-maintab .btn{
      min-width: 150px;
    }
    .eventSort {
        float: initial;
        margin-top: 15px;
    }
}

@media (max-width: 575px) {
    .about-area .row.mr-2 {
        margin-right: -15px !important;
    }

    .welcome-area.d1 {
        padding-top: 100px;
    }

    h1,
    .welcome-area h1 {
        font-size: 45px;
        line-height: 55px;
    }

    h2,
    .about-area h2,
    .target-area h2 {
        font-size: 30px;
        line-height: 39px;
    }

    .heading.ml0-xs {
        margin-left: 0 !important;
    }

    .about-area h5 {
        line-height: 19px;
        font-size: 14px;
    }

    .about-area p {
        font-size: 14px;
        line-height: 24px;
    }

    .target-area button i {
        height: 40px;
        width: 40px;
        line-height: 40px !important;
    }

    .target-area button i {
        left: 18px;
    }

    .target-area button.owl-next i {
        right: 18px;
    }

    .footer-logo {
        width: 100px;
    }

    .single_footer h3 {
        font-size: 19px;
        margin-bottom: 5px;
    }

    .single_footer {
        margin-bottom: 15px;
    }

    .about-area.inner .about_video {
        max-height: 300px;
    }

    .target-area.blog-area button i {
        line-height: 35px !important;
        margin-top: -50px;
    }

    .service-area .single_service {
        padding: 20px 15px;
    }

    .service-icon {
        margin: 0 auto 20px;
    }

    .contactformContact input {
        float: none !important;
    }
    .event-details .case_text {
        padding: 15px 0 0px;
    }

    .contactformContact .form-row {
        margin-left: 0;
        margin-right: 0;
    }

    .contactformContact .captcha-wrp {
        transform: scale(0.96);
        transform-origin: left top;
    }

    .eventSlider,.tshirtSlider {
        height: 250px;
    }

    .welcome-area.inner h1 {
        font-size: 41px !important;
        line-height: 48px;
    }

    .walking-tech-each .walktech-txt {
        padding: 15px;
    }

    .login-modal {
        padding: 0 15px;
    }

    .login-modal .modal-content {
        padding: 0 0px;
    }

    .login-modal .modal-footer {
        padding: 5px 15px;
    }

    .form-group .form-label~.form-control.address-area,
    .form-group .form-control.address-area {
        height: 100px;
    }

    .form-button-wrp .btn {
        margin: 0 8px;
    }
    .img-gallery img {width: 115px; height: 85px;}
    .evnt-top-dtl h2 {font-size: 20px;}
    .myevents-footer {flex-flow: column;}
    .myevents-fund {width: 100%; justify-content: space-between;}
    .btn-group.w2w-maintab button {min-width: 120px; padding: 5px 10px;}
    .listTop-head .w2w-listtab .btn {height: 37px; padding: 3px 4px; font-size: 13px; min-width: 85px;}
    .w100-xs{width: 100%;}
    .donate-preamount .predefined-amount {display: flex; flex-wrap: wrap; justify-content: center;}
    .donate-preamount .predefined-amount li {margin: 3px;}
    .fundraiser-home .evnt-top-img img {max-height: 190px;}
    .eventListing .evnt-top-dtl .evnt-steps {font-size: 14px;}
    .eventListing .evnt-top-dtl .evnt-steps span {font-size: 15px; display: block; line-height: 18px;}
    .event-list-bottom {align-items: center; flex-flow: column;}
    .event-list-bottom .share-social {margin-top: 10px;}
    a.lbtn.btn-sm-xs {padding: 3px 12px; font-size: 14px;}
    .btn-group.w2w-maintab .btn{min-width: 100px; padding: 5px 10px; font-size: 13px;}
    .about-image-v2 {
        margin: 0 20px 0 0;
        width: 30%;
    }
    .chooseAmount .checkbox-wrp {
        min-width: 64px;
    }

    .donate-preamount h3 {
        font-size: 19px;
    }
    .fc button {
        padding: 0 .4em !important;
        font-size: .9em !important;
    }
    .fc-header-toolbar h2,
    .about-area .fc-header-toolbar h2 {
        font-size: 20px !important;
        line-height: 4px !important;
    }
    .fc .fc-toolbar>*>* {
        margin-left: 0.2em !important;
    }
    .donateHead {
        padding: 0 10px;
    }
    .donateHead h5 {
        font-size: 20px;
    }
}
@media(max-width:390px){
    .listTop-head .w2w-listtab .btn {
        padding: 3px 2px;
        font-size: 11px;
        min-width: 70px;
        color: #626262;
        border-color: #c6c6c6;
    }
    .w2w-listtab .btn.active span {
        color: #304C6C;
    }
    .w2w-listtab .btn span {
        margin-left: 2px;
        font-size: 10px;
        padding: 0px 3px;
    }
    .btn-secondary {
        border-radius: 17px;
    }
    .about-image-v2 {
        margin: 0 13px 0 0;
    }
    .about-image-v2+h2 {
        padding-right: 10px;
    }
}