@font-face {
  font-family: myFirstFont;
  src: url(../font/garnet-capitals-bold.ttf);
}

.about-section {
  /* background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9), transparent),
    url(../images/bg/bg-12.jpg); */
  padding: 90px 0 0;
  background-position: center;
  background-size: cover;
  background-color: #000;
}

.about-section p {
  text-align: justify;
  font-size: 16px;
}

.aim-section {
  background-image: url(../images/bg/bg-11.jpg);
  padding: 200px 0;
  background-position: left;
  background-size: cover;
  min-height: 700px;
}

.aim-content h1 {
  font-size: 50px;
  font-family: "myFirstFont", sans-serif;
  font-weight: 400;
  text-align: center;
}

.aim-content h1 span {
  color: rgb(136, 0, 0);
}

.mgs-section {
  background-image: url(../images/bg/bg-13.jpg);
  padding: 150px 0;
  background-position: left;
  background-size: cover;
  min-height: 600px;
}

.mgs-section h1 {
  font-size: 43px;
  font-family: "myFirstFont", sans-serif;
  font-weight: 400;
  /* text-align: center; */
  letter-spacing: 2px;
  line-height: 1.4;
}

.mgs-section h1 span {
  color: rgb(136, 0, 0);
}

.section-title.text-shadow {
  text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.9);
}

#project-carousel .owl-nav {
  display: none;
}

#project-carousel .owl-dots .owl-dot.active span {
  background: #b90303;
  width: 60px;
}

.recent-btn-container .view-btn {
  width: 100%;
  display: block;
  text-align: center;
  padding: 8px 30px;
  border: 1px solid rgb(184, 184, 184);
  color: #222;
  font-weight: bold;
  border-radius: 25px;
  background-color: #fff;
  transition: all 0.3s;
}

.recent-btn-container .view-btn:hover {
  background-color: #222;
  color: #fff;
  border: 1px solid #222;
}

.desktop-menu {
  background-color: #000;
}

.found-reaiser {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(../images/bg/bg-30.jpg);
  background-position: top;
  background-size: cover;
  padding: 200px 0 200px;
}

.found-reaser-content h1 {
  color: red;
  font-family: "myFirstFont", sans-serif;
  font-size: 45px;
}
.found-reaser-content h2.found-reaiser-subheading {
  color: #fff;
  font-size: 30px;
}

.found-reaser-content {
  border-left: 10px solid rgba(255, 0, 0, 0.678);
  padding-left: 30px;
}

.found-reaser-content p {
  color: #fff;
}

.about-section-1 {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 1)
    ),
    url(../images/bg/bg-29.jpg);
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}
.about-section-1 .about-content p {
  text-align: justify;
  color: #fff;
  font-size: 17px;
}

.about-section-1 .about-content h3 {
  color: #fff;
}

.about-section-1 .about-content .about-pointer {
  list-style: none;
}
.about-section-1 .about-content .about-pointer li {
  color: #fff;
  margin-bottom: 10px;
  font-size: 17px;
  position: relative;
}
.about-section-1 .about-content .about-pointer li::before {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 5 free";
  top: 0;
  left: -30px;
  color: #fff;
  font-weight: 900;
}

.section-gap-bottom {
  margin-bottom: 50px;
}

.video-img-container {
  position: relative;
}

.video-img-container::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.082);
}
.video-img-container .found-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}

.video-img-container .found-video i {
  color: red;
}
.video-img-container .video-button a {
  border-color: red;
}
.video-img-container .video-button span {
  color: red;
  font-weight: bold;
}

.fund-raisers-gallery .gallery-img {
  margin-bottom: 30px;
}

.main-project-container {
  background-color: #000;
}

.main-project-container * {
  color: #fff;
}

.main-project-container .heading-contianer h3 {
  background-color: rgba(255, 0, 0, 0.712);
  display: inline-block;
  padding: 5px 20px;
}

.beauty-form-container label {
  color: #fff;
  font-size: 15px;
}

.beauty-form-container h4 {
  color: #fff;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.beauty-form-container input[type="text"],
.beauty-form-container input[type="email"],
.beauty-form-container input[type="number"] {
  background-color: #000;
  color: #fff;
}

.form-select {
  background-color: #000;
  color: #fff;
  box-shadow: none;
}

.event-btn {
  color: #222;
  border: 1px solid #222;
}
.event-btn:hover {
  color: #fff;
  border: 1px solid #fff;
}
/* 
.law-section{
  background-image: linear-gradient(to right, rgba(0,0,0,.7), rgba(0,0,0, 0.8)), url(../images/bg/bg-34.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
} */

.law-section {
  /* background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.8)
  );
  background-size: cover;
  background-position: center; */

  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.9)
    ),
    url(../images/bg/bg-8.jpg);
  background-position: center;
  background-size: cover;

  padding: 100px 0;
}

.law-content h2.section-title:first-child {
  font-size: 48px;
  color: red;
}
.law-content h2.section-title:nth-child(2) {
  font-size: 40px;
  color: #fff;
}

.law-section .about-alkanshree-photo {
  /* width: 200px;
  height: 200px; */
  border: 1px solid #fff;
  /* border-radius: 50%; */
  overflow: hidden;
}

.law-section .about-alkanshree-photo img {
  width: 100%;
  height: 100%;
}
.law-content {
  padding-left: 50px;
}
.law-content h2 {
  color: red;
  margin-bottom: 3px;
}

.law-content p {
  color: #fff;
  text-align: justify;
}

.law-content p.sub-heading {
  color: #fff;
  font-size: 16px;
}

.about-alkanshree {
  /* background-image: linear-gradient(to right, rgba(0,0,0,.7), rgba(0,0,0, 0.8)); */
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.8)
    ),
    url(../images/bg/bg-36.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
.about-alkanshree-content h2.section-title {
  color: red;
  margin-bottom: 15px;
}

.about-alkanshree-content p {
  color: #fff;
  text-align: justify;
}

.about-content.other p {
  color: #fff;
}
.about-content.other h3 {
  color: red;
}
.about-content.other .about-pointer li {
  color: #fff;
}

.text-red {
  color: red;
  font-size: 22px !important;
  font-weight: 600;
}

.about-margin-top {
  margin-top: 100px;
  padding: 180px 0;
}

.about-margin-top p {
  font-size: 20px;
}

.about-margin-top .about-pointer li {
  position: relative;
  font-size: 18px;
}
.about-margin-top .about-pointer li::after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "font Awesome 5 free";
  content: "\f0a4";
}

.embroidery-project {
  padding-top: 100px;
  padding-bottom: 100px;
}

.embroidery-project .section-head p {
  font-size: 22px;
  color: #fff;
}

.embroidery-content p {
  text-align: justify;
  font-size: 18px;
  color: #fff;
}

.embroidery-img img {
  margin-bottom: 20px;
}
.p-right-50 {
  padding-right: 50px !important;
}

.empty-section-padding {
  padding: 100px 0;
}

.embroidery-content h3 {
  color: #fff;
}

.section-top-gap {
  margin-top: 200px !important;
}

.section-top-50 {
  margin-top: 50px !important;
}
.section-top-100 {
  margin-top: 100px !important;
}

.past-projects .charity-image {
  position: relative;
  margin-bottom: 15px;
}

.beauty-logo-container {
  /* z-index: 9999999999999999999999999; */
  position: relative;
  top: 220px;
}

.video-gallery h4 {
  color: #fff;
}

.video-gallery-container {
  border: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.video-gallery .section-head {
  margin-bottom: 30px;
}

.bold-title {
  font-weight: bold;
  font-size: 20px;
}

.project-title {
  background-color: #c29b0c;
  color: #fff;
  padding: 5px 10px;
  font-size: 22px;
  display: inline-block;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.law-section .section-title::before {
  display: none;
}

.section-10 {
  padding: 50px 0;
  background-color: #000;
}
.section-10 .section-title {
  text-align: center;
  display: block;
}
.section-10 .section-title::before {
  display: none;
}

.modal-video-close-btn {
  top: -5% !important;
  right: -5% !important;
  z-index: 9999;
}

.video-gallery-container a img {
  max-height: 203px;
}

.policy-content * {
  color: #fff;
}

.policy-content p {
  margin-bottom: 10px;
  text-align: justify;
}

.policy-content li {
  margin-bottom: 10px;
  text-align: justify;
}
