:root {
  --body-font: 'Roboto', sans-serif;
  --heading-font: 'Ubuntu', sans-serif;
  --theme-color: #c90020;
  --theme-color2: #00ADB8;
  --theme-bg-light: #F6F6F6;
  --theme-color-light: rgba(255, 122, 124, .1);
  --body-text-color: #242424;
  --color-white: #ffffff;
  --color-dark: #003576;
  --color-green: #15D4C9;
  --color-blue: #0049D0;
  --color-skyblue: #00BFFF;
  --color-yellow: #FBA707;
  --color-gray: #ECECEC;
  --color-red: #F05454;
  --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
  --transition: all .5s ease-in-out;
  --transition2: all .3s ease-in-out;
  --border-info-color: rgba(0, 0, 0, 0.08);
  --border-info-color2: rgba(0, 0, 0, 0.05);
  --border-white-color: rgba(255, 255, 255, 0.08);
  --border-white-color2: rgba(255, 255, 255, 0.05);
  --footer-bg: #2C374B;
  --footer-text-color: #F5FAFF;
   --givewell-font: "DM Sans", sans-serif;
  --givewell-font-two: "Caveat", cursive;
  --givewell-font-three: "Libre Baskerville", serif;
  --givewell-gray: #7b7b7b;
  --givewell-gray-rgb: 123, 123, 123;
  --givewell-base: #ff6600;
  --givewell-base-rgb: 255, 102, 0;
  --givewell-primary: #286769;
  --givewell-primary-rgb: 40, 103, 105;
  --givewell-black: #151515;
  --givewell-black-rgb: 21, 21, 21;
  --givewell-extra: #f4f1f0;
  --givewell-extra-rgb: 244, 241, 240;
  --givewell-white: #ffffff;
  --givewell-white-rgb: 255, 255, 255;
  --givewell-bdr-color: #e7e7e7;
  --givewell-bdr-color-rgb: 231, 231, 231;
  --givewell-bdr-radius: 20px;
}















.backtotop{
    bottom: 160px !important;
}
/*--------------Header--------------*/
#topbar::before {
    background: #003677;
}
header, #headeraffix.affix {
    background-color: #ffffff !important;
}
.list-inline li {
    color: #fff !important;
    font-family: sans-serif;
}
#topbar:after {
    border-top: 18px solid #003677;
    border-left: 26px solid #003677;
}
#headeraffix{
    background: #ffffffa1 !important;
}
.header_logo {
    width: 200px !important;
    height: 100px;
}
.header {
    padding: 10px 0;
}
/*------menu---------------*/
.navbar-nav li.active > a, #topbar::before {
    color: #c90020 !important;
}
.navbar-nav > li > a:hover {
    color: #c90020 !important;
}
.navbar-nav > li > a {
    color: #093462;
    font-family: sans-serif;
    font-size: 14px;
}
.nav > li > a {
    padding: 0.5em;
}
/*----------------Welcome---------*/
.about-left{
  position: relative;
  margin-right: 30px;
}

.about-img img {
    border-radius: 50px;
    width: 100%;
    
}

.about-img .img-2{
  position: relative;
  margin-bottom: 20px;
}

.about-img .img-2::before{
  content: "";
  position: absolute;
  inset: 15px;
  border: 5px solid var(--color-white);
  border-radius: 50%;
}

.about-img .img-2 img{
  border-radius: 50%;
}

.about-right {
  position: relative;
  display: block;
}

.about-experience{
  background: var(--theme-color);
  padding: 14px 25px;
  border-radius: 100px;
  text-align: center;
  border: 10px solid var(--color-white);
  margin-top: 20px;
  position: relative;
}

.about-experience::before{
  content: "";
  position: absolute;
  inset: 5px;
  border: 2px dashed var(--color-white);
  border-radius: 100px;
}

.about-experience h5 {
    color: #fff;
    font-size: 40px;
    font-family: 'Philosopher-Regular';
    line-height: 1;
}

.about-experience p {
    color: #fff;
    font-weight: 600;
    font-family: 'Philosopher-Regular';
    font-size: 20px;
}

.about-content {
  margin-top: 25px;
  margin-bottom: 35px;
}

.about-item{
  display: flex;
  gap: 12px;
  border: 1px solid var(--border-info-color);
  border-radius: 20px;
  padding: 15px;
}

.about-item .icon{
  width: 65px;
  height: 65px;
  line-height: 60px;
  text-align: center;
  background: var(--theme-color);
  border-radius: 50px;
}

.about-item .icon img{
  width: 45px;
  filter: brightness(0) invert(1);
}

.about-item .content{
  flex: 1;
}

.about-item .content h6{
  color: var(--color-dark);
  margin-bottom: 5px;
}

.about-text {
    color: var(--body-text-color);
    font-size: 16px;
}

.site-heading {
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    font-family: 'Philosopher-Regular';
}

.site-title-tagline {
  display: inline-block;
  color: var(--color-white);
  font-weight: 500;
  text-transform: capitalize;
  font-size: 18px;
  background: var(--theme-color);
  border-radius: 50px;
  padding: 2px 15px 2px 3px;
  margin-bottom: 15px;
  font-family: 'Philosopher-Regular';
}

.site-title-tagline.light{
  background: var(--color-white);
}

.site-title-tagline i{
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: var(--color-white);
  color: var(--theme-color);
  text-align: center;
  border-radius: 50px;
  margin-right: 5px;
}

.site-title {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 48px;
  color: var(--color-dark);
  margin-bottom: 0;
  line-height: 1.3;
  font-family: Philosopher-Regular;
}

.site-title span{
  color: transparent;
  -webkit-text-stroke: 2px var(--theme-color);
}

.site-title.text-white span{
  -webkit-text-stroke: 2px var(--color-white);
}

.site-heading p {
  margin-top: 15px;
}

.heading-divider {
  display: inline-block;
  position: relative;
  border-bottom: 4px solid var(--theme-color);
  width: 90px;
  height: 4px;
  border-radius: 50px;
}

.heading-divider:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  height: 6px;
  width: 15px;
  border-radius: 0px;
  background-color: var(--color-white);
  -webkit-animation: heading-move 5s infinite linear;
  animation: heading-move 5s infinite linear;
}

@-webkit-keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(75px);
  }
  100% {
    transform: translateX(-1px);
  }
}

@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(75px);
  }
  100% {
    transform: translateX(-1px);
  }
}
.about-area .row{
    display: flex;
}
.about-area {
    padding: 60px 0;
}
/* From Uiverse.io by Madflows 
.about-area .button {
  position: relative;
  overflow: hidden;
  height: 3rem;
  padding: 0 2rem;
  border-radius: 1.5rem;
  background: #003576;
  background-size: 400%;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: 'Philosopher-Regular';
  font-size:16px;
}

.about-area .button:hover::before {
  transform: scaleX(1);
}

.about-area .button-content {
  position: relative;
  z-index: 1;
}

.about-area .button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    width: 100%;
    height: inherit;
    border-radius: inherit;
    background: linear-gradient( 82.3deg, #c90020 10.8%, #c90020 94.3% );
    transition: all 0.475s;
}
button.button a {
    color: #fff;
    font-family: 'Philosopher-Regular';
    font-size: 16px;
}*/
.btn1 {
    position: relative;
    display: block;
}
 .theme-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background:#003576;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 19px 40px 17px;
    border-radius: 10px;
    transition: all 0.3s linear;
    overflow: hidden;
    font-family: 'Philosopher-Regular';
    z-index: 1;
}
.theme-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: var(--theme-color);
    border-radius: 10px;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}
.theme-btn:hover {
    color: #ffffff;
}
.theme-btn:hover:after {
    opacity: 1;
    transform: scaleY(1.0);
}



/*---------------------Section-2-----------*/
.join-one {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 1;
}

.join-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 487px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.join-one__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .10;
    background-image: url(../image/join-one-bg.png);
    background-size: 100%;
    background-position: center;
    mix-blend-mode: luminosity;
}

.join-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}



.join-one__img-box {
    position: relative;
    display: block;
    z-index: 1;
}

.join-one__img-box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: 1;
}

.join-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--givewell-bdr-radius);
    z-index: 1;
}

.join-one__img img {
    width: 100%;
    border-radius: var(--givewell-bdr-radius);
}

.join-one__content {
    position: absolute;
    top: 40px;
    left: 30px;
    right: 0;
    text-align: left;
    z-index: 2;
}

.join-one__tagline {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.join-one__tagline .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: var(--givewell-base);
    border-radius: 50%;
    top: -10px;
}

.join-one__tagline .icon span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--givewell-white);
}

.join-one__tagline p {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    color: var(--givewell-white);
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Philosopher-Regular';
    font-style: normal;
}

.join-one__title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin: 7px 0 0;
    font-family: 'Philosopher-Regular';
}

.join-one__title a {
    color: transparent;
    -webkit-text-stroke: 1px var(--givewell-white);
}

.join-one__title a:hover {
    color: var(--givewell-white);
    -webkit-text-stroke: 1px var(--givewell-white);
}

.join-one__single-shape-1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    display: none;
}

.join-one__single-shape-1 img {
    width: auto;
    opacity: .90;
}

.join-one__arrow {
    position: absolute;
    bottom: 30px;
    left: 0px;
    right: 0px;
    z-index: 2;
}

.join-one__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 20px;
    color: var(--givewell-black);
    background-color: var(--givewell-extra);
    border-radius: 50%;
    margin: 0 auto 0;
}

.join-one__arrow a:hover {
    color: var(--givewell-white);
    background-color: var(--givewell-base);
}

/*---------------------Video----------------*/
.video-one {
  position: relative;
  background-color: var(--cherito-white2, #F4F0ED);
  overflow: hidden;
}
.video-one::after {
  content: "";
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .video-one::after {
    display: none;
  }
}
.video-one .container {
  position: relative;
  z-index: 1;
}
.video-one__wrapper {
  position: relative;
  padding: 108.5px 0 112.5px;
}
@media (max-width: 767px) {
  .video-one__wrapper {
    padding: 96.5px 0 100.5px;
  }
}
@media (max-width: 575px) {
  .video-one__wrapper {
    padding: 76.5px 0 80.5px;
  }
}
.video-one .sec-title {
  margin-bottom: 11px;
}
.video-one__text {
    font-size: 16px;
    color: #242424;
}
.video-one__image {
  position: relative;
  background-color: var(--cherito-black2, #000000);
 -webkit-mask-image: url('http://quickcms.in/udhavumullangal.com/images/images/img/download.png');
  mask-image: url('http://quickcms.in/udhavumullangal.com/images/images/img/download.png');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
@media (min-width: 1200px) {
  .video-one__image {
    position: absolute;
    top:155px;
    right: -245px;
    transform: translateY(-50%);
  }
}
.video-one__image img {
  max-width: 100%;
  height: auto;
  mix-blend-mode: luminosity;
}
.video-one .video-btn {
    width: 94px;
    height: 94px;
    font-size: 19px;
    background-color: RGBA(var(--cherito-base-rgb, 226, 59, 51), 0.76);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.video-popup i {
    color: #ffff;
}
.video-one .video-btn:hover {
  background-color: var(--cherito-primary, #F2B42B);
}
@media (max-width: 430px) {
  .video-one .video-btn {
    width: 65px;
    height: 65px;
    font-size: 16px;
  }
}
.video-one__shape {
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: moveHorizontal2 2s linear infinite;
}
@media (max-width: 1599px) {
  .video-one__shape {
    left: -130px;
  }
}
@media (max-width: 1399px) {
  .video-one__shape {
    left: -165px;
  }
}
@media (max-width: 1299px) {
  .video-one__shape {
    display: none;
  }
}
.video-btn__ripple::after {
    position: absolute;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.video-btn__ripple::before, .video-btn__ripple::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 RGBA(var(--cherito-base-rgb, 226, 59, 51), 0.6);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-animation: videoRipple 3s infinite;
    animation: videoRipple 3s infinite;
}
@keyframes videoRipple {
  70% {
    box-shadow: 0 0 0 40px RGBA(var(--cherito-base-rgb, 226, 59, 51), 0);
  }
  100% {
    box-shadow: 0 0 0 0 RGBA(var(--cherito-base-rgb, 226, 59, 51), 0);
  }
}

/*------_What We Do-------*/
.what-we-do {
    padding: 0px 0 60px;
}

.what-we-item{
    display: flex;
    align-items: start;
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 35px;
    padding-bottom: 35px;
}

.what-we-item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.what-we-item .icon-box{
    position: relative;
    padding-bottom: 8px;
    margin-right: 25px;
}

.what-we-item .icon-box:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
	background-color: var(--accent-color);
	border-radius: 50%;
	width: 42px;
	height: 42px;
	z-index: 0;
}

.what-we-item .icon-box img{
	position: relative;
	width: 100%;
	max-width: 72px;
	z-index: 1;
}

.what-we-item-content{
	width: calc(100% - 97px);
}

.what-we-item-content h3{
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.what-we-item-content p{
	margin: 0;
}

.what-we-do-images{
	position: relative;
	padding-left: 165px;
}

.what-we-do-img-1 figure{
	display: block;
	border-radius: 30px;
}

.what-we-do-img-1 img{
	width: 100%;
	aspect-ratio: 1 / 1.5;
	object-fit: cover;
	border-radius: 30px;
}

.what-we-do-img-2 {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
    max-width: 280px;
    border: 6px solid var(--white-color);
    border-radius: 20px !important;
    z-index: 1;
}

.what-we-do-img-2 figure {
    display: block;
    border-radius: 50px;
}

.what-we-do-img-2 img{
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50px;
}

.donate-now-box {
    position: absolute;
    top: 40px;
    left: 80px;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    font-family: 'Philosopher-Regular';
}

.donate-now-box a {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #ce0026;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 40px 15px;
    transition: all 0.4s ease-in-out;
}

.donate-now-box a:hover {
    background: #003673;
}

.donate-now-box a img{
	width: 100%;
	max-width: 25px;	
	transform: rotate(90deg);
	transition: all 0.3s ease-in-out;
}

.donate-now-box a:hover img{
	filter: brightness(0) invert(1);
}
.altarea_li {
    font-size: 16px;
    line-height: 2;
    color: #242424;
}
.rltarea_ul {
    list-style-type: none;
}
.altarea_li span {
    color: #003673;
    font-weight: 500;
}

/*---------------*/
/*---------------*/
.marquee-wrapper {
    width: 100%;
    height: 180px;
    white-space: nowrap;
    box-sizing: border-box;
    overflow: hidden;
  }

  .marquee-content {
    display: inline-block;
    animation: scroll-left 30s linear infinite;
  }

  .marquee-content span {
    display: inline-block;
    padding-right: 30px;
    -webkit-text-stroke-width: thin;
    -webkit-text-fill-color: #00366300;
    font-size: 75px;
    font-family: Philosopher-Regular;
    font-weight: 700;
    color: #003560;
    will-change: transform;
    transform: translateX(0);
    white-space: nowrap;
}

  @keyframes scroll-left {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }

.marquee-content span i {
    background: #a50500;
    color: white;
    font-size: 40px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 64px;
    text-align: center;
    position: relative;
    top: -14px;
    margin-right: 20px;
}
.marque-sec {
    padding: 60px 0 0;
}

/*-------testi-----*/
.our-testimonials {
    background: url(https://html.awaikenthemes.com/lenity/images/testimonial-bg-image.png
), #f8f8f8;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto;
    padding: 100px 0;
}
.testimonial-card {
            background: white;
            border-radius: 20px;
            padding: 40px 30px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            position: relative;
            transform: translateY(20px);
            animation: slideInUp 0.8s ease-out forwards;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .testimonial-card:nth-child(1) { animation-delay: 0.2s; }
        .testimonial-card:nth-child(2) { animation-delay: 0.4s; }
        .testimonial-card:nth-child(3) { animation-delay: 0.6s; }
        .testimonial-card:nth-child(4) { animation-delay: 0.8s; }
        .testimonial-card:nth-child(5) { animation-delay: 1s; }
        .testimonial-card:nth-child(6) { animation-delay: 1.2s; }

        .testimonial-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
        }

        .quote-icon {
            font-size: 3rem;
            color: #667eea;
            margin-bottom: 20px;
            opacity: 0.3;
        }

        .testimonial-text {
            font-size: 1.1rem;
            line-height: 1.7;
            color: #333;
            margin-bottom: 30px;
            font-style: italic;
        }

        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .author-avatar img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: linear-gradient(135deg, #667eea, #764ba2);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.5rem;
            font-weight: bold;
        }

        .author-info h4 {
            font-size: 1.1rem;
            color: #333;
            margin-bottom: 4px;
        }

        .author-info p {
            color: #666;
            font-size: 0.9rem;
        }
.client-review-box{
    position: absolute;
	right: 0;
	bottom: 40px;
	background: #003774;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0px 0px 20px 0px #0000000D;
	overflow: hidden;
	animation: clientreviewobject 3s infinite linear alternate;
	z-index: 1;
}

@keyframes clientreviewobject{
	50%{
		right: 45px;
	}
}

.client-review-box:before{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    z-index: 0;
    transition: all 0.4s ease-in-out;
}

.client-review-box:hover:before{
	top: auto;
    height: 100%;
}

.client-review-box h2 {
    position: relative;
    color: #fff;
    font-size: 50px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    font-family: 'Philosopher-Regular';
    text-align: center;
}

.client-review-box p {
    position: relative;
    text-transform: capitalize;
    margin: 0;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    color: darkgrey;
    font-family: 'Philosopher-Regular';
}

.client-review-box:hover h2,
.client-review-box:hover p{
	color: var(--white-color);
}


/*--------------------About---------*/
.about-us-images {
    position: relative;
    padding: 0 0 190px 110px;
    margin-right: 30px;
}
.about-img-1, .about-img-2 {
    border-radius: 30px;
    overflow: hidden;
}
.about-img-1 figure, .about-img-2 figure {
    display: block;
}
.image-anime {
    position: relative;
    overflow: hidden;
}
.about-img-2 {
    position: absolute;
    max-width: 412px;
    bottom: 0;
    left: 0;
    border: 15px solid #ffffff;
    z-index: 1;
    overflow: hidden;
}
.about-img-1 img, .about-img-2 img {
    width: 100%;
    object-fit: cover;
}
.altarea_li span {
    padding-right: 10px;
}

/*----------------Events----------------*/
.more-event .sec-title {
    text-align: center;
    padding-top: 30px;
}

/*-----------Sponsor--------*/
section.section {
    padding: 90px 0px 0px;
}
colgroup {
    width: 85%;
}
.tg td {
    line-height: 2;
    font-family: sans-serif;
    color: rgb(3, 27, 78);
    font-size: 16px;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-image: initial;
}
td {
    font-size: 16px;
    line-height: 2;
    color: rgb(40, 40, 40);
    font-weight: 700;
    font-family: Philosopher-Regular;
}
.tg-0pkye {
    font-weight: 900;
    font-family: Philosopher-Regular !important;
    color: rgb(206, 0, 38) !important;
}
.s-detail {
    margin-top: 30px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    padding: 21px;
    border-radius: 20px;
}
.s-detail thead {
    text-align: end;
}
.s-detail th {
    display: inline-block;
    color: var(--color-white);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 25px;
    margin-bottom: 15px;
    font-family: Philosopher-Regular;
    background: var(--theme-color);
    border-radius: 50px;
    padding: 5px 10px;
}
.faqs-image {
    position: relative;
    padding-right: 145px;
    margin-left: 30px;
}
.faqs-image::before {
    content: "";
    position: absolute;
    right: 80px;
    bottom: 40px;
    width: 30px;
    height: 185px;
    background-color: rgb(206, 0, 38);
    border-radius: 100px;
}
.faqs-img-1, .faqs-img-2 {
    border-radius: 30px;
    overflow: hidden;
}
.faqs-img-1 figure, .faqs-img-2 figure {
    display: block;
}
.reveal {
    position: relative;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}
.faqs-img-1 img, .faqs-img-2 img {
    width: 100%;
    object-fit: cover;
}
.faqs-img-2 {
    max-width: 302px;
    position: absolute;
    top: 140px;
    right: 0px;
    z-index: 1;
    border-width: 8px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 30px;
}

.our-faqs .site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 25px;
    color: rgb(203, 0, 37);
    margin-bottom: 0px;
    line-height: 1.3;
    font-family: Philosopher-Regular;
    padding-top: 30px;
    text-align: center;
}
.site-tit {
    color: rgb(9, 52, 98);
    text-align: center;
    font-family: sans-serif;
}
/*---------------------View.css-----------------*/
.v-cnt {
    padding-top: 15px;
}
.v-cnt p {
    font-size: 16px;
    color: rgb(38, 38, 38);
    padding: 0px 0px 10px;
}
.v-cnt span {
    color: rgb(0, 53, 96);
    font-weight: 900;
    font-family: Philosopher-Regular;
    font-size: 20px;
    padding-left: 5px;
}
.v-cnt p {
    font-size: 16px;
    color: rgb(38, 38, 38);
    padding: 0px 0px 10px;
}
.note {
    font-family: Philosopher-Regular;
    color: rgb(201, 0, 32) !important;
    font-size: 25px !important;
}







@media all and (max-width: 767px) {
  .about-title {
    font-size: 30px;
  }

  .about-left{
    margin-right: 0px;
  }

  .about-img .img-2{
    margin-top: 60px;
    margin-left: -10px;
  }

  .about-img .img-3{
    margin-left: -30px;
  }
  .social_tit {
    height: auto;
  }
  figure.image-anime.reveal img {
    width: 100%;
    border-radius: 20px;
}
.about-area .row {
    display: block;
}
.about-area .about-right {
    padding-top: 30px;
}
.about-area .site-title {
    font-size: 44px;
}
.video-one__content {
    padding-bottom: 30px;
}
.join-one {
    padding: 40px 0 0
}
.what-we-do {
    padding: 0px 0 0px;
}
.what-we-do-content .site-title {
    font-size: 42px;
}
.what-we-do-img-2 {
    position: relative;
    bottom: 70px;
    left: 34px;
    border-radius: 50px !important;

}
.what-we-do-images {
    padding-left: 0;
}
.donate-now-box {

    left: 0;
}
.our-testimonials {
   
    padding: 30px 0;
}
.donation-one__right-inner {
    
    margin-left: 0;
}
.donation-one__right-inner .site-heading.mb-3 {
    padding-top: 30px;
}
.donation-one__right {
    
    padding: 50px 0px 50px;
}
#topbar {
    
    background: #003371;
}
.theme-btn {
    width: 100%;
}
button.navbar-toggle.collapsed {
    font-size: 30px;
    background: #00346e;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
}
.about-us .rltarea_ul {
    padding-left: 15px;
    padding-right: 15px;
}
.about-us  .site-title {
    
    font-size: 40px;
}
colgroup {
    width: 75%;
}
table.tg {
    table-layout: auto;
    width: 100%;
}
.s-detail th {
    
    font-size: 15px;
}
.faqs-image {
    position: relative;
    padding-right: 0;
    margin-left: 0;
    margin-top: 30px;
}
.faqs-img-2 {
 
    top: 0;
    right: 0px;
    position: relative;
}
.faqs-image::before {
    right: -18px;
    bottom: 18px;
    width: 31px;
    height: 280px;
}
.section img {
    width: 100% !important;
}
.gallry .site-title {
   
    font-size: 35px;
}
section.section   section.section {
    padding: 0;
}
.portfolio-filter {
    
    display: none;
}
.contact_form .btn {
    width: 100%;
}
}
/*QC FOOTER STYLE START*/
#qcfooter-block {
    padding: 40px 0px 0;
    background: url(../../images/images/home/join/footer-bg.png), #061c34;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
}
#qcfooter-block h3 {
    font-size: 16px;
    color: #fff;
    font-family: 'Philosopher-Regular';
    font-size: 25px;
}
.footer-content {margin: 5px 0px;}
.footer-content .qc-brand { display: block; margin: 10px 0;}
.footer-content .qc-brand img {height: 100%;}
.footer-content p {font-size: 16px; line-height: 1.5;}
.footer-content .quicklinks {margin: 0; padding: 0;}
.footer-content .quicklinks li {list-style: none; display: block;}
.footer-content .quicklinks li a {
    padding: 5px 0px;
    display: block;
    color: #fff;
    line-height: 2;
    font-size: 16px;
}
.footer-content .quicklinks li i {margin-right: 5px;}
.footer-content .social-links .qc-social-list {margin: 10px 0px; padding: 0; color: #ddd; font-size: 15px;}
.footer-content .social-links .qc-social-list li {display: inline-block; margin-right: 10px;}
.qc-social-list .qc-social .social {width: 40px;height: 40px;line-height: 40px;text-align: center;display: block;font-size: 16px;color: #fff; border: 1px solid #fff; border-radius: 3px;}
.footer-content .mobile-apps {display: flex; padding: 10px 0px;}
.footer-content .mobile-apps .mobApp {padding-right: 5px;}
.qcinput {border: 2px solid #fff; color: #fff; padding: 5px; margin-bottom: 10px;}
.qcEmailSubBtn {padding: 10px; line-height: 0;font-size: 14px; background: #26A69A; color: #fff; border: 2px solid transparent; margin-bottom: 5px; outline: none;}
.qcEmailSubBtn:hover, .qcEmailSubBtn:focus {background: #26A69A; color: #fff; border: 2px solid #fff; outline: none;}
.qcEmailSubBtn i {font-size: 13px;}
#qcfooter-copyrights {
    padding: 10px 0;
    background: #1b2221;
    border-top: 1px solid #ddd;
    text-align: center;
}
#qcfooter-copyrights .copyright {font-size: 14px; color: #fff;}
#qcfooter-copyrights .developer {color: #fff; text-decoration: underline;}
.para-cont .fa {
    padding-right: 10px;
}
/*QC FOOTER STYLE END*/
.hover14 img:hover{
        transform: scale(1.1);
}
.social_img.hover14 {
    overflow: hidden;
}
.hover14 img {
    transition-duration: 0.3s;
    width: 100%;
    height: 220px;
}
.social_tit h4 {
    font-family: 'Philosopher-Regular';
    line-height: 1.5;
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
}
.social_det {
    background: #f0f0f0;
    padding: 15px;
    box-shadow: rgb(0 0 0 / 15%) 0px 14px 28px, rgb(0 0 0 / 19%) 0px 10px 10px;
    border-radius: 10px;
}
.social_tit {
    height: 75px;
}
.contact-info-item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 15px;
    margin-bottom: 0px;
}

.contact-info-item:last-child{
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.contact-info-item .icon-box {
    position: relative;
    background-color: #91050f;
    border-radius: 10px;
    height: 60px;
    color: #fff;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    transition: all 0.5s ease-in-out;
}

.contact-info-item:hover .icon-box {
    background-color: var(--color-dark);
    color: #fff;
}

.contact-info-item .icon-box::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.contact-info-item:hover .icon-box::before{
    transform: scale(1);
}

.contact-info-item .icon-box img{
    position: relative;
    max-width: 30px;
    z-index: 1;
}

.contact-info-content{
    width: calc(100% - 80px);
}
.contact-info-box {
    margin-top: 30px;
}
.contact-info-content h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 0;
    font-family: 'Philosopher-Regular';
    font-weight: 900;
    padding: 0;
}
.contact-info-content p {
    margin-bottom: 0;
    line-height: 2;
    font-size: 16px;
    padding: 0;
}
.contc h2 span {
    display: inline-block;
}
.contc p {
    font-family: 'manrope';
    line-height: 2;
}
.contact_details.pad_tb40 {
    padding-bottom: 70px;
    
}
.contact {
    padding: 60px 0;
}
.contact_pg.pg_mar {
    padding: 120px 0;
}
.contact-info-item .icon-box .fa {
    font-size: 25px;
}
.contact_details h2 {
    font-family: 'Philosopher-Regular';
    font-weight: 100;
}
.pageheader {
    background: url(../../images/images/home/join/brd-bg.png);
}
.about_page_title {
    font-size: 35px;
}
.breadcrumb.text-right {
    display: none;
}
section.section.white {
    padding: 0;
}
.portfolio-filter {
    display: none;
}
.header .has-submenu .dropdown-menu li a {
    padding: 1em 1.5em;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}
.header .dropdown-menu>li:hover>a {
   
    color: #c90020 !important;
}
.gallry {
    margin-top: 60px;
}
.header .dropdown-menu {
    border-top-color: #003371;
}