@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Qwitcher+Grypen:wght@400;700&display=swap');
/*font-family: 'Montserrat', sans-serif;*/

/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px "Montserrat", sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "dodger3d";
  src: url(../fonts/dodger3_13d.ttf);
}

/***** Custom Classes *****/

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.flx-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

h1 {
  font-family: "dodger3d";
  font-size: 56px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
  text-transform: uppercase;
}

h2 {
  font-family: "dodger3d";
  font-size: 60px !important;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
  text-transform: uppercase;
}

h3 {
  font-family: "dodger3d";
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
  text-transform: uppercase;
}

h4 {
  font-family: "dodger3d";
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
  text-transform: uppercase;
}

h5 {
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

p {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */
.menuSec {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-logo a img {
  width: 100%;
  object-fit: cover;
}

ul#menu {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

ul#menu li a {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
}

.head-btn {
  text-align: right;
}

a.theme-btn {
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  background: #fff;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  color: #9f202f;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0 auto;
  display: inline-block;
}

.btn2 {
  background: #9f202f !important;
  color: #fff !important;
}

/*header css end */

/*banner css start */
section.main_slider img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.inner-banner-images img {
      width: 100%;
    clip-path: polygon(28% 0, 96% 0, 73% 100%, 0% 100%);
    clip-path: polygon(59% 0%, 100% 0%, 46% 100%, 0% 100%) !important;
    height: 360px;
    object-fit: cover;
}

.inner-banner-images {
  text-align: end;
}


section.main_slider .add-img img {
  height: auto;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  /*background: rgba(0, 0, 0, 0.1);*/
}

.carousel-caption {
  padding-top: 0%;
}

.banner_text h6 {
  font-size: 14px;
  color: #9f202f;
  font-weight: 500;
  text-transform: uppercase;
}

.banner_text p {
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 30px;
}

.bn-btm {
  position: absolute;
  bottom: 25px;
  right: 4%;
  text-align: right;
}

.bn-btm h4 {
  margin-bottom: 0;
  font-size: 24px;
  color: #ffffff;
}

/*banner css end*/

/*music css starts*/
section.music-sec {
  padding: 90px 0;
  position: relative;
  background: url(../images/music-bg.png);
  background-size: cover;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.music-box img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  margin-bottom: 20px;
}

li.active a {
  position: relative;
  color: #9f202f !important;
  font-weight: 700 !important;
}

li.active a:before {
  content: "";
  position: absolute;
  background: #9f202f;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
}

a.theme-btn:hover {
  clip-path: polygon(8% 0%, 100% 0%, 91% 100%, 0% 100%);
  transition: 0.5s;
}

a.theme-btn {
  transition: 0.5s;
}

.music-topbar {
  width: 81%;
  margin: 0 auto;
}

.music-topbar h2 {
  color: #9f202f;
  margin-bottom: 5px;
}

.music-topbar p {
  font-size: 14px;
  color: #000;
  margin-bottom: 35px;
}

.music-box h3 {
  margin-bottom: 5px;
}

.music-box {
  margin-bottom: 60px;
}

.music-btn a {
  color: #9f202f;
  font-size: 15px;
  padding-left: 60px;
  position: relative;
}

.music-btn a:before {
  content: "";
  position: absolute;
  background: #9f202f;
  width: 35%;
  left: 0;
  height: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.music-btn a.active .play {
  display: none;
}

.music-btn a.active .pause {
  display: block;
}

.music-btn a .play {
  display: block;
}

section.form-downliader-sc .row {
  justify-content: center !important;
}

.music-btn a .pause {
  display: none;
}

.music-btn a i {
  position: absolute;
  right: -25px;
  font-size: 12px;
  height: 100%;
  top: 5px;
}

/*music css ends*/

/*story sec css starts*/
section.our-story {
  padding: 130px 0 90px 0;
  position: relative;
  display: flex;
  align-items: center;
}

section.our-story:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  height: 75%;
  width: 80%;
  background: #f3f3f4;
  z-index: 0;
  bottom: 28px;
  margin: auto;
}

.story-txt {
  position: relative;
}

.story-txt h2 {
  color: #9f202f;
  text-transform: uppercase;
}

.story-txt p {
  color: #000;
  line-height: 35px;
  margin-bottom: 40px;
}

.story-txt p span {
  color: #9f202f;
  text-decoration: underline;
  font-weight: 600;
}


.dnt-btn {
  text-align: right;
}

.story-img {
  position: absolute;
  right: 0;
  width: 50%;
  top: 3%;
  height: 100%;
}

.story-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*story sec css end*/

/*partner css starts*/
section.partner-sec {
  padding: 90px 0 140px 0;
}

.partner-tx h3 {
  font-size: 50px;
  color: #9f202f;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.partner-tx p {
  font-size: 14px;
  color: #000000;
  line-height: 30px;
  font-weight: 500;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.partners-slider {
  background: #f3f3f4;
  padding: 20px 0;
}

.partners-slider .slick-slide {
  opacity: 1;
}

.partner-img img {
  height: 200px;
  object-fit: contain;
}

.promotional-support-row {
  margin-top: 50px;
}

.promotional-support-row h2 {
  font-size: 42px;
  color: #9f202f;
  font-weight: 700;
  margin-bottom: 10px;
}

.promotional-support-row p {
  color: #000000;
  margin-bottom: 20px;
  line-height: 30px;
}

.partner-row {
  margin-top: 60px;
}

.partner-row h2 {
  color: #9f202f;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.respresentative {
  margin-top: 50px;
}

/*partner css ends*/

/*About Us Start*/

.about-us-silder .slick-prev {
  right: 91px !important;
  left: unset !important;
  z-index: 9999;
  top: 17%;
}

.about-us-silder .slick-next {
  left: inherit;
  right: 83px;
  z-index: 99999;
  top: auto;
  bottom: 26%;
}

.about-us-silder .slick-dots {
  bottom: 300px;
  left: 85%;
  width: 15%;
      top: 170px;
      z-index: 99;
}

.about-us-silder .slick-dots li {
  display: inherit;
  height: 50px;
}

.about-us-silder .slick-dots li button:before {
  font-family: inherit;
  font-size: 28px;
  line-height: inherit;
  position: inherit;
  top: inherit;
  left: inherit;
  width: auto;
  height: auto;
  content: "0";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  opacity: 5;
  font-family: "dodger3d";
  color: #9f202f;
}

.about-us-silder .slick-dots li.slick-active button:before {
  opacity: 3;
  color: #9f202f;
  font-size: 45px;
}

.about-us-silder .slick-dots li.slick-active button {
  font-size: 40px;
}

.about-us-silder .slick-dots li button {
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: black;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 28px;
  white-space: nowrap;
  font-family: "dodger3d";
  color: #9f202f;
}

.about-us-silder .slick-prev:before {
  content: "\f077";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #9f202f !important;
  font-size: 27px;
  opacity: 2;
}

.about-us-silder .slick-next:before {
  content: "\f078";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #9f202f !important;
  font-size: 27px;
  opacity: 2;
}

.about-us-silder .slick-next {
  bottom: 30%;
}

.about-us-sec {
  padding: 100px 0;
  position: relative;
}

.about-us-sec:before {
  content: "";
  position: absolute;
  background-image: url(../images/about-before.png);
  width: 1403px;
  height: 826px;
  right: 0;
  top: 0;
  z-index: -999999;
  background-size: cover;
}

.about-us-sec .container-fluid {
  padding: 0;
}

.about-us-silder img {
  width: 100%;
}
.about-us-silder-items>img{
  height: 700px !important;
  object-fit: cover !important;
 clip-path: polygon(12% 0%, 100% 0, 33% 100%, 0 100%, 0 19%);
}
.about-us-silder {
  position: relative;
}

.about-us-silder-img {
  position: absolute;
  right: 0;
  bottom: 60px;
  z-index: -1;
      clip-path: polygon(52% 0%, 0% 100%, 100% 100%);
    width: 100%;
    object-position: top;
}
.about-us-silder-img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #9f202f8c;
    z-index: 2;
    top: 0;
}
.about-us-text-silder-items h2 {
  color: #9f202f;
  margin-bottom: 20px;
}

.about-us-text-silder-items {
  margin-left: 20px;
  width: 86%;
}

.about-us-silder .slick-slide {
  margin: 0px -1px;
}

.about-us-silder-items {
  position: relative;
  height: 700px;
}

.about-us-sec .row {
  align-items: center;
}

.about-button {
  margin-top: 50px;
}

.about-us-text-silder-items p.chg {
  color: #000 !important;
  font-size: 15px !important;
  line-height: 30px !important;
  font-weight: 600 !important;
  margin-bottom: 35px !important;
}

.about-us-text-silder-items p {
  color: #666666;
  font-size: 14px;
  line-height: 27px;
}

.about-us-text-silder {
  position: relative;
}

.about-us-text-silder:before {
  content: "";
  position: absolute;
  background-image: url(../images/about-text-before.png);
  width: 118px;
  height: 75px;
  right: 50px;
  top: -90px;
  background-size: cover;
}

/*About Us End*/

/*footer start*/
.footerSec {
  position: relative;
  background-size: cover;
  padding-bottom: 10px;
  background: #000;
}
ul.footer-media.d-flex li a img {
    margin: 0;
    width: 25px;
    height: 25px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(306deg) brightness(104%) contrast(101%);
}
.ftr-logo a img {
  width: 90%;
  margin-bottom: 0;
  margin-top: 100px;
}

.ftr-logo p {
  color: #fff;
  font-size: 14px;
  width: 90%;
  text-transform: capitalize;
  font-weight: 300;
}

h4.f-head {
  font-size: 22px;
  color: #fff;
  position: relative;
  margin: 0 0 40px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 100px;
}

.footer-contact ul li span {
  font-size: 14px;
  color: #fff;
  letter-spacing: 2px;
}

.footer-contact ul li i {
  color: #fff;
  font-size: 20px;
}

.footer-contact ul li {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.foot-links ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  line-height: 35px;
  transition: 0.5s;
  text-transform: uppercase;
}

.foot-links ul li a:hover {
  letter-spacing: 0px;
  color: #9f202f;
}

.news-letter p {
  font-size: 16px;
  color: #fff;
  width: 96%;
  font-weight: 300;
  text-transform: capitalize;
}

.footer-in input {
  width: 100%;
  border: none;
  border-radius: 0;
  background: #262626;
  padding: 12px 25px;
  color: #fff;
}

.footer-in {
  position: relative;
}

.footer-in button {
  margin-top: 15px;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  border: unset;
  background: #9f202f;
  padding: 10px 35px;
}

ul.footer-media {
  margin-top: 30px;
}

ul.footer-media li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: unset;
  width: 40px;
  height: 40px;
  border-radius: 7px;
  color: #fff;
  font-size: 20px;
  margin: 0 10px 0 0;
  transition: 0.5s;
  background: #9f202f;
}

ul.footer-media li a:hover {
  color: #fff;
  transition: 0.5s;
  border: 1px solid #fff;
  background: transparent;
}

.copy-txt p {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.footer-btm {
  background: #9f202f;
  padding: 16px 0;
  text-align: center;
  margin-top: 30px !important;
  margin-bottom: 10px !important;
  position: relative;
  border-radius: 5px;
  width: 95%;
  margin: 0 auto;
}

.foot-links.text-cen {
  text-align: start;
  width: 100%;
  margin: 0 auto;
}

h4.f-head:before {
  position: absolute;
  content: "";
  background: #9f202f;
  width: 60px;
  height: 3px;
  bottom: -13px;
  left: 0;
}

.copy-rightrow {
  position: relative;
}

.copy-rightrow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #ffffff36;
  width: 100%;
  height: 2px;
  bottom: 0;
}

/*footer End*/

/*Inner Music Start*/

.inner-banner-sec {
  background-image: url(../images/inner-banner.png);
  width: 100%;
  height: 530px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-size: cover;
}

.inner-banner-text h2 {
  color: #fff;
  font-size: 55px;
}

.inner-banner-sec .row {
  align-items: center;
  margin-top: 50px;
}

section.music-sec.inner {
  background-image: none;
}

/*Inner Music End*/

/*Inner About Us Start*/

.about-us-sec.inner .row {
  align-items: center;
}

.about-bottom-text p {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0;
}

.about-bottom-text {
  width: 87%;
  margin-left: 100px;
  margin-top: -15px;
}

.about-us-sec.inner {
  margin-top: 80px;
}

/*Inner About Us End*/

/* Inner Contact Us Start*/

section.contact-sec {
  padding: 100px 0;
}

.get-in-touch-sec {
  background: #9f202f;
  background-repeat: no-repeat;
  padding: 35px 40px 60px 40px;
  border-radius: 0;
  padding-top: 10%;
  padding-bottom: 10%;
}

.get-in-touch-sec h4 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 4%;
}

.get-in-touch-sec p {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 7%;
  line-height: 30px;
}

.get-in-touch-sec ul {
  display: flex;

  margin-bottom: 10%;

  align-items: center;

  gap: 20px;
}

.get-in-touch-sec ul li span {
  color: #ef165d;

  background: #ffffff;

  padding: 20px 20px;

  border-radius: 100%;

  font-size: 22px;

  margin-right: 30px;
}

.get-in-touch-sec ul li span.fa-map-marker-alt {
  padding: 20px 23px;
}

.get-in-touch-sec ul li h6 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 3px;
  font-weight: 500;
  font-family: "dodger3d";
}

.get-in-touch-sec ul li a {
  font-size: 16px;
  color: #daa9af;
  font-weight: 500;
  font-family: "Montserrat";
}


.req-qoute-sec h4 {
  font-size: 57px;
  color: #ac3e4a;
  margin-bottom: 45px;
  position: relative;
}

.contact-inpt input::placeholder {
  font-family: revert;

  color: #808080c7;
}

.contact-inpt input {
  width: 95%;
  padding: 15px 20px;
  border: 1px solid #e8e8e8;
  margin-bottom: 3%;
  border-radius: 10px;
}

.contact-inpt textarea {
  width: 95%;

  border: 1px solid #b7b7b7;

  margin-bottom: 10px;

  padding: 12px 20px;

  resize: none;

  border-radius: 35px;

  resize: vertical;
}

.contact-inpt input::placeholder {
  font-size: 14px;
  color: #737373;
  font-weight: 600;
}

.about-button.donate {
  text-align: center;
}

.contact-inpt.about-text button {
  background: #9f202f;
  border: none;
  padding: 13px 30px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.contact-inpt textarea::placeholder {
  font-size: 14px;

  font-family: "Avenir";
}

.req-qoute-sec {
  box-shadow: 0 0 5px 0 #c9c9c938;
  padding: 65px 25px 65px 40px;
  position: relative;
  /* height: 516px; */
  background: #fff;
}

.req-qoute-sec h4:before {
  content: "";
  background: #9f202f;
  position: absolute;
  left: -40px;
  top: -10px;
  height: 50px;
  width: 7px;
}

.get-in-touch-sec ul li:first-child {
  background: #fff;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 30px;
  color: #c02e2e;
}

/* Inner Contact Us End*/

/*Inner Donation From End*/

p.heading.corporate {
  font-family: "dodger3d";
  font-size: 25px;
}

.donation-new-heading h2 {
  margin-bottom: 15px;
}

.respresentative ul li img {
  width: 30%;
  margin-bottom: 0;
}

li.boader-bottom {
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
}

.respresentative ul {
  align-items: end !important;
}

.donation-new-heading p {
  color: #000;
  text-align: center;
}

.donation-new-heading {
  margin-bottom: 40px;
}

.donation-sec {
  padding: 100px 0;
}

.donation-heading {
  text-align: center;
  margin-bottom: 3%;
}

.donation-heading h2 {
  color: #9f202f;
  margin-bottom: 0;
}

p.heading {
  text-align: center;
  color: black;
}

.donation-sec .row.chg {
  box-shadow: 0 0 5px 0 #00000059;
  padding: 40px 40px;
}

.donation-sec input::placeholder {
  font-size: 14px;
  color: #989898;
  font-weight: 500;
}

.donation-sec input {
  width: 100%;
  height: 55px;
  border-radius: 10px;
  border: 1px solid #b3b3c1;
  padding: 0 20px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #989898;
  font-weight: 500;
}
.donation-sec select {
  width: 100%;
  height: 55px;
  border-radius: 10px;
  border: 1px solid #b3b3c1;
  padding: 0 20px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #989898;
  font-weight: 500;
}

.donation-button button {
  background: #9f202f;
  padding: 12px 35px;
  text-transform: uppercase;
  border: none;
  color: #fff;
  font-size: 16px;
}

.donation-sec textarea {
  width: 100%;
  height: 145px;
  border-radius: 10px;
  border: 1px solid #b3b3c1;
  padding: 20px 20px;
  margin-bottom: 15px;
  resize: none;
  font-size: 14px;
  color: #989898;
  font-weight: 500;
}

.donation-sec textarea::placeholder {
  font-size: 14px;
  color: #989898;
  font-weight: 500;
}

.donation-button {
  text-align: center;
  margin-top: 10px;
}

/*Inner Donation Form End*/

/*Inner Donation Start*/

.Donation-form-sec {
  padding: 100px 0;
}

.Donation-form-heading {
  text-align: center;
  margin-bottom: 4%;
}

.Donation-form-heading h2 {
  color: #9f202f;
  margin-bottom: 0;
}

.Donation-form-sec input {
  width: 100%;
  height: 55px;
  border-radius: 10px;
  border: 1px solid #b3b3c1;
  padding: 0 20px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #989898;
  font-weight: 500;
}

.Donation-form-sec input::placeholder {
  font-size: 14px;
  color: #989898;
  font-weight: 500;
}

.Donation-form-sec form {
  margin-bottom: 40px;
}

.Donation-form-botttom-text p {
  font-size: 17px !important;
  color: #666666 !important;
  line-height: 30px;
  width: 75%;
  margin: 0 auto;
  margin-top: 50px;
}

.Donation-form-sec p {
  color: #000;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 25px;
}

.Donation-form-sec p span {
  display: block;
}

/*Inner Donation End*/


/* Inner About Strat*/


.inner-about-sec .row.chg {
  justify-content: center;
}

.about-date ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}

.donor-information {
  margin-top: 20px;
}

.donor-information-label {
  text-align: left;
}

.donor-information-input input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  color: #000;
  font-family: "Montserrat";
  font-size: 16px;
}

.inner-about-form {
  text-align: center;
}

.inner-about-sec {
  padding: 100px 0;
}

.inner-about-form img {
  width: 20%;
  margin-bottom: 10px;
}

.about-button-row {
  text-align: left;
  margin-top: 50px;
}

.about-button-row button {
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0 auto;
  background: #9f202f;
  color: #ffff;
  border: none;
}

.inner-about-form h2 {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 30px;
}

.inner-about-form h3 {
  font-size: 25px;
}


.inner-about-form h3 {
  font-size: 18px;
  font-family: "Montserrat";
  margin-bottom: 0;
}

.donor-information-row {
  margin-top: 30px;
}

.inner-about-sec label {
  font-size: 15px;
  font-family: "Montserrat";
  font-weight: 600;
  color: #000;
}

.about-date {
  margin-top: 70px;
  margin-bottom: 30px;
}

.donor-thankyou {
  margin-top: 60px;
  text-align: left;
}

.respresentative input {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: 'Qwitcher Grypen', cursive;
  width: 200px;
  border: none;
  border-bottom: 2px solid #000;
  color: #000;
}

.respresentative ul li input::placeholder {
  color: #000;
}

.partner-row .partners-slider {
  margin-bottom: 60px;
}

.donor-thankyou p {
  font-size: 13px;
  font-family: "Montserrat";
  font-weight: 600;
  color: #000;
  margin-bottom: 25px;
}

.donor-thankyou p span {
  font-size: 15px;
  font-weight: 600;
}

p.cash-value input {
  margin-bottom: 30px;
}

#sig-canvas {
  cursor: crosshair;
  border-bottom: 2px solid;
  height: 30px;
  width: 455px;
}

.levon-ingram-input ul li u {
  font-size: 28px;
  /* font-family: "Montserrat"; */
  font-weight: 700;
  color: #000;
  margin-bottom: 25px;
  font-family: 'Qwitcher Grypen', cursive;
}

.representative {
  margin-top: 25px;
}

.levon-ingram-label {}

.levon-ingram-input input::placeholder {
  font-weight: 600;
  color: #000;
  font-family: "Montserrat";
}

.levon-ingram-input ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;

}

.levon-ingram-input ul li input {
  width: 200px;
  border: none;
  border-bottom: 2px solid #000;
  color: #000;
  font-family: "Montserrat";
  font-size: 16px;
}

.president-title-input ul li input::placeholder {
  font-size: 18px;
  font-family: "Montserrat";
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
}

.levon-ingram {
  margin-top: 30px;
}

.president-title-input {
  margin-top: 30px;
}

.president-title-input ul li input {
  width: 280px;
  border: none;
  border-bottom: 2px solid #000;
  color: #000;
  font-family: "Montserrat";
  font-size: 16px;
  font-size: 18px;

  text-transform: capitalize;
  color: #000;
  font-weight: 600;
}

.copy-right-sec {
  text-align: center;
  margin-top: 80px;
}

.copy-right-sec p {
  font-size: 17px;
  font-family: "Montserrat";
  font-weight: 600;
  color: #000;
}

.president-title {
  margin-top: 20px;
}

.representative ul {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
}

.donor-thankyou p input {
  width: 25%;
  border: none;
  border-bottom: 2px solid #000;
  color: #000;
  font-family: "Montserrat";
  font-size: 16px;
}

.about-date ul li input {
  width: 227px;
  border: none;
  border-bottom: 1px solid #000;
  color: #000;
  font-family: "Montserrat";
  font-size: 16px;
}

.about-date input::placeholder {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  font-family: "Montserrat";
}


.donor-information-input input::placeholder {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  font-family: "Montserrat";
}

.donor-thankyou p input::placeholder {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  font-family: "Montserrat";
}

/* Inner About End*/


html {
  overflow-x: hidden;
}


/* Aug 22 CSS */
.inner-about-sec.donation {
  padding: 100px 0;
}

section.form-downliader-sc.donation {
  padding: 100px 0;
}

/* Aug 22 CSS */


/*Footer End*/

/*Our Story Start*/

section.our-story.inner {
  padding: 170px 0;
}

/*Our Story End*/


/*Inner About Start*/


.inner-about-sec .row {
  justify-content: center !important;
}


.dontae_abt::before {
  transform: rotateX(180deg);
  top: auto;
}


section.main_slider .add-img img {
  height: auto;
          clip-path: polygon(44% 0%, 100% 0%, 56% 100%, 0% 100%) !important;
}

.add-img {
  margin-right: -50px;
}

section.form-downliader-sc a {
  border: 1px solid #dfdfdf;
  display: block;
}


/*Inner About End*/

/*Form Donation Start*/


.start-donating-now-sec .nav-tabs {
  border-bottom: inherit;
  background: #f6f6f6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.start-donating-now-sec .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #9e202e;
  border-color: inherit;
  border-radius: 0;
  border: none;
  color: #fff;
  height: 80px;
  text-transform: uppercase;
}

.start-donating-now-sec .donation-amount-box label {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  float: left;
  margin-bottom: 15px;
}

.start-donating-now-sec .form-tab-button.chg {
  margin-top: 50px;
}

.start-donating-now-sec .form-card-input {
  margin-top: 40px;
  margin-bottom: -20px;
  display: none;
}


.start-donating-now-sec .form-card-input input {
  width: 100%;
  height: 65px;
  border-radius: 5px;
  padding: 0 20px;
  border: 2px solid;
  font-size: 20px;
}

.start-donating-now-sec .form-card-input input::placeholder {
  color: #000;
  font-weight: 500;
  font-size: 20px;
}


.start-donating-now-sec .donation-amount-box input {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: 2px solid #000;
  font-size: 18px;
  padding: 0 20px;
}

.start-donating-now-sec .nav {
  align-items: center;
  justify-content: center;
}


.start-donating-now-sec .nav-tabs .nav-link {
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  padding: 0px 80px;
}

.start-donating-now-sec .tab-content {
  background: #fff;
  padding: 80px 50px;
  text-align: center;
  border-radius: 10px;
}

.start-donating-now-sec .tab-content h2 {
  font-size: 40px;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}

.start-donating-now-sec .tab-content p {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  width: 75%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.start-donating-now-sec .tab-content ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.start-donating-now-sec .form-tab-button {
  margin-top: 80px;
}

.start-donating-now-sec .form-tab-button button {
  background: #9e202e;
  width: 100%;
  height: 65px;
  border: none;
  font-size: 22px;
  color: #fff;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}

.start-donating-now-sec .tab-content ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.start-donating-now-sec .tab-content ul li label {
  background: transparent;
  color: #9e202e;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 60px;
  font-size: 20px;
}

.start-donating-now-sec .tab-content ul li input {
  width: 20px;
  height: 20px;
}

.start-donating-now-heading {
  text-align: center;
  margin-bottom: 30px;
}

.start-donating-now-sec .row {
  justify-content: center;
}

.start-donating-now-sec {
  background-image: url(../images/inner-banner-images.jpg);
  background-size: cover;
  width: 80%;
  margin: 0 auto;
  padding: 70px 0;
  border-radius: 50px;
  margin-bottom: 80px;
  position: relative;
}

.start-donating-now-sec:before {
  background: #a02230a6;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 50px;
}

.start-donating-now-sec form {
  position: relative;
  z-index: 999;
}

.start-donating-now-heading h2 {
  font-size: 44px;
  color: #ffff;
  margin-bottom: 15px;
  line-height: 50px;
}

.start-donating-now-heading p {
  font-size: 20px;
}


#heading {
  text-transform: uppercase;
  color: #673AB7;
  font-weight: normal
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;

  position: relative
}

.form-card {
  text-align: left
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;

  position: relative
}

.form-card {
  text-align: left
}

#msform fieldset:not(:first-of-type) {
  display: none
}

#msform input,
#msform textarea {
  box-sizing: border-box;
  font-family: montserrat;
  letter-spacing: 1px;
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #673AB7;
  outline-width: 0
}

#msform .action-button {
  background: #a02230;
  cursor: pointer;
  width: 280px !important;
  height: 55px;
  color: #fff;
  font-size: 18px;
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  text-transform: uppercase;
  border: none;
}


#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right
}


.card {
  z-index: 0;
  border: none;
  position: relative
}

.fs-title {
  font-size: 25px;
  color: #673AB7;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left
}

.purple-text {
  color: #673AB7;
  font-weight: normal
}

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right
}

.fieldlabels {
  color: gray;
  text-align: left
}

.card {
  z-index: 0;
  border: none;
  position: relative
}

.fs-title {
  font-size: 25px;
  color: #673AB7;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left
}

.purple-text {
  color: #673AB7;
  font-weight: normal
}

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right
}


.start-donating-now-sec .form-card-first {
  text-align: center;
  background: #fff;
  margin: 0 auto;
  border-radius: 20px;
  padding: 50px 0 0;
}

.start-donating-now-sec .form-card-first h2 {
  font-size: 40px;
  color: #000;
  font-weight: 700;
  position: relative;
  margin-bottom: 60px;
  line-height: 50px;
}

.start-donating-now-sec .form-card-first h2:before {
  content: "";
  position: absolute;
  background: #a93846;
  width: 35%;
  height: 8px;
  left: 0;
  border-radius: 50px;
  margin: 0 auto;
  right: 0;
  bottom: -35px;
}

.start-donating-now-sec .form-card-first p {
  color: #000;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 35px;
  font-size: 25px;
  line-height: 35px;
}

.start-donating-now-sec .form-card-bottom-text p {
  margin-bottom: 0;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-top: 1px solid #d5d2d2;
  width: 100%;
  padding: 20px 0;
  color: #000;
}

.start-donating-now-sec .form-card-bottom-text {
  margin-top: 40px;
}

/*Form Donation End*/




/*Good Services Donation Start*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.good-services-donation-sec {
    padding: 100px 0;
}

.good-services-donation-heading {
    text-align: center;
}
.good-services-donation-heading h2 {
    font-size: 48px;
    color: #000;
    font-weight: 700;
}
.inner-banner-text.good h2 {
    font-size: 50px;
    line-height: 50px;
}
.good-services-donation-form label {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.good-services-donation-form input {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    border: 1px solid #000;
    font-size: 16px;
    padding: 0 15px;
}
.good-services-donation-form p {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.good-services-donation-form strong {
    color: #000;
    margin-top: 10px;
    display: block;
}
.good-services-donation-form ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-top: 25px;
    gap: 10px;
}
strong.or {
    margin-bottom: 25px;
}
.good-input-main input {
    height: 30px;
    border: none;
    border-bottom: 1px solid;
}
.good-input-main {
    margin-top: 20px;
}
.good-services-donation-form ul li {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.good-services-donation-form ul li input {
    width: 30%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #000;
}



a.services-donation {
    background: #a02230;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    text-transform: uppercase;
    border: none;
    padding: 16px 45px;
}

/*Good Services Donation End*/

.donate_price label {
  display: inline-block;
  width: 200px;
  padding: 10px;
  border: solid 2px #ccc;
  transition: all 0.3s;
  cursor: pointer;
}

.donate_price input[type="radio"] {
  display: none;
}

.donate_price input[type="radio"]:checked + label {
  border: solid 1px #9e202e;
  background-color: #9e202e;
  color: #fff;
}
.donate_price input[type="radio"] + label {
  border: solid 1px #9e202e;
  background-color: #fff;
  color: #00adee;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  text-align: center;
}
ul.donate_price {
    gap: 15px;
    justify-content: center !important;
    flex-wrap: wrap;
}


@media only screen and (min-width: 1366px) and (max-width: 1400px) {
  .about-us-silder .slick-dots li.slick-active button {
    font-size: 35px;
  }

  .about-us-silder .slick-dots {
    bottom: 240px;
    left: 86%;
  }

  .about-us-silder .slick-prev {
    right: 69px !important;
    top: 19%;
}

  .about-us-silder .slick-next {
    left: inherit;
    right: 58px;
    z-index: 99999;
    top: 370px;
  }

  .about-us-silder .slick-dots li.slick-active button:before {
    opacity: 3;
    color: #9f202f;
    font-size: 35px;
  }


}


@media only screen and (min-width: 1500px) and (max-width: 1600px) {}

@media only screen and (min-width: 1366px) and (max-width: 1500px) {
  ul#menu li a {
    font-size: 12px;
    
}
ul#menu {
    gap: 9px;
}

section.main_slider img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

  .about-us-silder .slick-dots {
    bottom: 277px;
    left: 85%;
  }

 .about-us-silder .slick-next {
    top: 17%;
    right: 67px;
}

.about-us-silder .slick-next {
    right: 59px;
    bottom: 32%;
    top: auto;
}
.about-us-silder-img {
    bottom: 18px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
h1 {
    font-size: 56px;
    line-height: 60px;
}

.inner-banner-images img {
    width: 98%;
    clip-path: polygon(28% 0, 96% 0, 73% 100%, 0% 100%);
    clip-path: polygon(64% 0%, 100% 0%, 38% 100%, 0% 100%) !important;
    height: 341px;
    object-fit: cover;
    margin-left: 23%;
}
.inner-banner-text h2 {
    color: #fff;
    font-size: 52px;
}
.get-in-touch-sec ul li:last-child {
    width: 68%;
}
.header-logo a img {
    width: 93% !important;
    object-fit: cover;
    height: auto !important;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
.footer-contact ul li span {
    font-size: 13px;
}
section.main_slider img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
section.main_slider .add-img img {
    height: auto;
    clip-path: polygon(34% 0%, 100% 0%, 69% 100%, 0% 100%) !important;
    width: 93%;
}
  ul#menu li a {
    font-size: 10px;

  }

  .get-in-touch-sec h4 {
    font-size: 35px;

    margin-bottom: 2%;
  }

  .get-in-touch-sec {
    padding: 35px 30px 50px 30px;
  }

  .partner-tx h3 {
    font-size: 50px;

    margin-bottom: 20px;
  }

  .footer-btm {

    padding: 15px 0;

    margin-top: 25px !important;
    margin-bottom: 10px !important;

  }

  .ftr-logo a img {
    width: 70%;
    margin-bottom: 0;
    margin-top: 60px;
  }

  .footer-contact ul li {
    margin-bottom: 20px;

  }

  .foot-links ul li a {
    font-size: 14px;

    line-height: 30px;

  }

  .story-txt p {

    line-height: 30px;
    margin-bottom: 15px;
    font-size: 13px;
  }

  .story-txt h2 {

    font-size: 55px;
    margin-bottom: 5px;
  }

  .about-us-sec:before {
    width: 1173px;
    height: 626px;
  }

  h4.f-head {

    margin-top: 60px;
  }

.about-us-silder .slick-dots {
    bottom: 197px;
    left: 85%;
    height: 40%;
    top: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-us-silder-items>img {
    height: 100% !important;
}

.about-us-silder-items {
    height: 600px;
}

.about-us-silder .slick-next {
    left: inherit;
    right: 47px;
    z-index: 99999;
    top: auto;
    bottom: 30%;
}

  .about-us-silder .slick-prev {
    top: 15%;
    right: 53px !Important;
}
.about-us-silder-img {
    bottom: 24px;
}

  .about-us-silder .slick-dots li.slick-active button {
    font-size: 35px;
  }

  a.theme-btn {

    padding: 13px 35px;

    font-size: 14px;
  }

  .banner_text h6 {
    margin-bottom: 5px;
    font-size: 16px;

  }

  h1 {

    font-size: 50px;

  }

  .music-topbar p {
    font-size: 14px;

    margin-bottom: 25px;
  }

  .music-topbar h2 {

    font-size: 50px;
  }

  .about-us-text-silder-items p {
    color: #666666;
    font-size: 13px;
    line-height: 23px;
  }

  .about-us-text-silder-items h2 {

    margin-bottom: 5px;
    font-size: 50px;
  }

  .promotional-support-row {
    margin-top: 20px;
  }

  section.partner-sec {
    padding: 50px 0 70px 0;
  }

  .promotional-support-row h2 {
    font-size: 35px;

    margin-bottom: 0px;
  }

  .promotional-support-row p {

    margin-bottom: 15px;
    line-height: 27px;
    font-size: 14px;
  }

  .music-box h3 {
    margin-bottom: 5px;
    font-size: 25px;
  }

  .president-title-input ul li input {
    width: 230px;

  }

  .get-in-touch-sec p {

    line-height: 26px;
  }

  .inner-banner-text h2 {
    font-size: 45px;
    line-height: 45px;
  }

  .inner-banner-sec {

    height: 440px;

  }

.inner-banner-images img {
    width: 86%;
    height: 278px;
}

.get-in-touch-sec ul li:last-child {
    width: 73%;
}


}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.about-us-silder-items>img {
    height: 100% !important;
    object-fit: cover!important;
    clip-path: polygon(12% 0%,100% 0,37% 100%,0 100%,0 19%);
}

.about-us-silder-items {
    height: 440px;
}
  section.our-story:before {
    height: 84%;
    bottom: -12px;
  }

  .get-in-touch-sec ul li h6 {
    font-size: 22px;

  }

  .get-in-touch-sec ul li a {
    font-size: 14px;

  }

  ul#menu li a {
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
  }

  h1 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 8px;
  }

  .promotional-support-row {
    margin-top: 20px;
  }

  .promotional-support-row p {

    margin-bottom: 10px;
    line-height: 25px;
    font-size: 13px;
  }

  .promotional-support-row h2 {
    font-size: 35px;

    margin-bottom: 10px;
    line-height: 45px;
  }


  ul#menu {
    gap: 5px;
  }

  .carousel-caption {
    padding-top: 7%;
  }

  .bn-btm {
    bottom: 12px;
  }

  .inner-banner-text h2 {
    font-size: 30px;
    line-height: 40px;
  }

.inner-banner-images img {
    width: 99%;
    height: 224px;
    clip-path: polygon(52% 0%, 100% 0%, 46% 100%, 0% 100%) !important;
}

  .president-title-input ul li input {
    width: 170px;

  }

  .get-in-touch-sec h4 {
    font-size: 30px;

  }

  .inner-about-sec.donation {
    padding: 0 0 60px;
  }

  .copy-right-sec p {
    font-size: 16px;

  }

  .about-button-row button {

    padding: 13px 40px;

    font-size: 14px;
  }

  #sig-canvas {

    width: 285px;
  }

  .donor-thankyou {
    margin-top: 40px;

  }

  section.form-downliader-sc.donation {
    padding: 60px 0;
  }

  .about-date ul li input {
    width: 187px;

  }

  .inner-about-form h3 {
    font-size: 15px;

  }

  .inner-about-sec label {
    font-size: 12px;

  }

  .about-bottom-text p {
    font-size: 13px;
    line-height: 23px;
  }

  .about-us-sec.inner {
    margin-top: 30px;
  }

  .about-bottom-text {
    width: 95%;
    margin-left: 20px;
  }

  .banner_text h6 {
    font-size: 15px;
    width: 90%;
    margin-bottom: 5px;
  }

  .header-logo a img {
    width: 80% !important;
    height: auto !important;
}

  .inner-banner-sec {
    height: 350px;
    background-position: center;
  }

  .get-in-touch-sec h4 {
    margin-bottom: 2%;
  }

  .get-in-touch-sec ul li:first-child {
    height: 55px;
    width: 55px;
    font-size: 22px;
  }
.get-in-touch-sec ul li:last-child {
    width: 80%;
}
  .get-in-touch-sec ul {
    margin-bottom: 3%;
  }

  .get-in-touch-sec p {
    font-size: 11px;
    margin-bottom: 3%;
    line-height: 20px;
  }

  .req-qoute-sec h4:before {
    left: -30px;
    top: -10px;
    width: 4px;
  }

  .contact-inpt input {
    width: 95%;
    padding: 13px 20px;
    margin-bottom: 2%;
    border-radius: 10px;
  }

  .req-qoute-sec h4 {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .donation-heading {
    margin-bottom: 2%;
  }

  .donation-sec input::placeholder {
    font-size: 12px;
  }

  .donation-button button {
    padding: 12px 25px;
    font-size: 14px;
  }

  .donation-button {
    margin-top: 0px;
  }

  .donation-sec textarea::placeholder {
    font-size: 12px;
  }

  .req-qoute-sec {
    padding: 30px 30px 30px 30px;
    margin-top: 20px;
  }

  .donation-sec textarea {
    width: 100%;
    height: 135px;
    border-radius: 10px;
    padding: 15px 15px;
    font-size: 12px;
  }

  .donation-sec input {
    height: 50px;
    padding: 0 15px;
    margin-bottom: 15px;
    font-size: 12px;
  }

  .donation-sec .row.chg {
    padding: 30px 30px;
  }

  section.contact-sec {
    padding: 70px 0;
  }

  .get-in-touch-sec {
    padding: 25px 30px 30px 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about-us-text-silder:before {
    width: 88px;
    height: 45px;
    right: 50px;
    top: -46px;
  }

  .bn-btm h4 {
    font-size: 16px;
    line-height: 21px;
  }

  .head-btn a {
    padding: 13px 20px !important;
    font-size: 11px !important;
    letter-spacing: 0;
  }

  .banner_text p {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 24px;
  }

  .about-us-silder .slick-next {
    right: 15px;
    bottom: 150px;
}
  h1 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 8px;
  }

section.main_slider .add-img img {
    height: 30vh;
    width: 104%;
    margin-left: -10%;
    clip-path: polygon(55% 0%, 100% 0%, 50% 100%, 0% 100%) !important;
}

  section.main_slider img {


    height: 60vh;

  }

  .about-us-silder-img {
    bottom: 0;
  }

.about-us-silder .slick-prev {
    right: 15px !important;
    top: 36%;
}
  .about-button {
    margin-top: 20px;
  }

  .about-us-sec:before {
    width: 883px;
    height: 526px;
  }

  .music-topbar h2 {

    margin-bottom: -5px;
  }

  .music-topbar p {
    font-size: 12px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 15px;
    line-height: 22px;
  }

  .about-us-sec {
    padding: 50px 0;
  }

  .about-us-text-silder-items h2 {
    margin-bottom: -5px;
    font-size: 35px;
  }

  .about-us-text-silder-items p.chg {
    font-size: 12px !important;
    line-height: 21px !important;
    margin-bottom: 15px !important;
  }

  .about-us-text-silder-items p {
    font-size: 12px;
    line-height: 20px;
  }

  music-topbar p {
    font-size: 14px;
    line-height: 25px;
  }

  .music-btn a {
    font-size: 14px;
  }

  h3 {
    font-size: 22px;
    margin: 0 0 28px;
  }

  .music-box img {
    height: 240px;
    margin-bottom: 15px;
  }

  section.music-sec {
    padding: 20px 0;
  }

  h4.f-head {
    margin-top: 20px;
    margin: 0 0 30px;
    font-size: 20px;
  }

  section.our-story {
    padding: 30px 0 30px 0;
  }

  a.theme-btn {
    padding: 10px 22px;
    font-size: 12px;
    letter-spacing: 1px;
  }


  .story-txt p {
    line-height: 23px;
    margin-bottom: 10px;
    font-size: 13px;
  }

  section.our-story.inner {
    padding: 100px 0;
  }

  p {
    font-size: 14px;
  }

  h2 {
    font-size: 40px;
    line-height: 60px;
    margin: 0 0 0px;
  }

  .mb-5 {
    margin-bottom: 2rem !important;
  }

  .partner-tx h3 {
    font-size: 35px;
    margin-bottom: 15px;
  }

  section.partner-sec {
    padding: 50px 0 40px 0;
  }

  .partner-img img {
    height: 150px;
  }

  .partner-tx p {
    font-size: 13px;
    line-height: 25px;
    width: 100%;
  }

  .slick-dots {
    display: none !important;
  }

  .copy-txt p {
    font-size: 14px;
  }

  .footer-in input {
    padding: 10px 25px;
  }

  .footerSec.line .row {
    align-items: center;
  }

  ul.footer-media {
    margin-top: 20px;
  }

  ul.footer-media li a {
    width: 35px;
    height: 35px;
    font-size: 17px;
  }

  .ftr-logo p {
    font-size: 13px;
    width: 95%;
    line-height: 22px;
  }

  .foot-links ul li a {
    font-size: 12px;
    line-height: 25px;
  }

  .footerSec.line {
    padding-top: 30px;
  }

  .footer-btm {
    padding: 12px 0;
    margin-top: 20px !important;

  }

  .ftr-logo a img {
    width: 80%;

    margin-top: 0px;
  }

  .footer-contact ul li span {
    font-size: 11px;
  }

  .footer-contact ul li i {
    font-size: 18px;
  }

  .news-letter p {
    font-size: 13px;
    width: 100%;
    line-height: 22px;
  }

  .footer-contact ul li {
    margin-bottom: 15px;
    gap: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    .start-donating-now-heading h2 {
        font-size: 35px !important;
        line-height: 1.2 !important;
    }
    
    .start-donating-now-sec .form-card-first h2 {
        font-size: 30px !important;
        line-height: 1.2 !important;
    }
    
    .start-donating-now-sec .form-card-first p {
        width: 90%;
        font-size: 20px;
        line-height: 1.2;
    }
    
    .start-donating-now-sec .tab-content h2 {
        font-size: 30px;
        line-height: 1.2;
    }
    
    .start-donating-now-sec .tab-content p {
        width: 100%;
    }

    .about-us-silder-items {
    height: 400px;
}
.about-us-silder-items>img {
    height: 100% !important;
    object-fit: cover!important;
    clip-path: polygon(12% 0%,100% 0,36% 100%,0 100%,0 19%);
}
.foot-links.text-cen {
    text-align: start;
    width: 100%;
    margin: 45px auto 0;
}
.inner-banner-images img {
    width: 99%;
    height: 206px;
    clip-path: polygon(66% 0%, 100% 0%, 34% 100%, 0% 100%) !important;
}
  section.our-story:before {
    height: 85%;
    bottom: -2px;
  }

  section.main_slider img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
  }

 section.main_slider .add-img img {
    height: 24vh;
    width: 90%;
}

  .footer-btm {

    margin-top: 15px !important;
    margin-bottom: 5px !important;
    position: relative;

  }

  .ftr-logo a img {

    margin-bottom: 0;
    margin-top: 0px;
  }

  .footerSec {

    padding-top: 30px;
  }

  .inner-about-sec.donation {
    padding: 0 0 60px;
  }

  .about-button-row button {

    padding: 12px 35px;

    font-size: 13px;
  }

  .inner-about-sec label {
    font-size: 14px;

  }

  .about-button-row {

    margin-top: 40px;
  }

  .copy-right-sec {

    margin-top: 40px;
  }

  .copy-right-sec p {
    font-size: 16px;

  }

  .president-title-input ul li input {
    width: 200px;
  }

ul#menu li a {
    font-size: 10px;
    padding: 0 4px;
}

.row.flx-row > * {
    width: 100%;
}

  ul#menu {
    gap: 4px;
  }

  .carousel-caption {
    padding-top: 7%;
  }

  .bn-btm {
    bottom: 12px;
  }

  .inner-banner-text h2 {
    font-size: 30px;
    margin-top: -30px;
    line-height: 40px;
  }
.inner-banner-text.good h2 {
    font-size: 44px;
    line-height: 50px;
}
  section.form-downliader-sc.donation {
    padding: 50px 0;
  }

  .about-date ul li input {
    width: 195px;

  }

  .about-bottom-text p {
    font-size: 13px;
    line-height: 23px;
  }

  .about-us-sec.inner {
    margin-top: 30px;
  }

  .about-bottom-text {
    width: 95%;
    margin-left: 20px;
  }

  .banner_text h6 {
    font-size: 13px;
    width: 100%;
    margin-bottom: 5px;
  }

.header-logo a img {
    width: 150px !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

  .inner-banner-sec {
    height: 330px;
    background-position: center;
  }

  .get-in-touch-sec h4 {
    margin-bottom: 2%;
  }

  .get-in-touch-sec ul li:first-child {
    height: 60px;
    width: 60px;
    font-size: 25px;
  }

  .get-in-touch-sec ul {
    margin-bottom: 3%;
  }

  .get-in-touch-sec p {
    font-size: 14px;
    margin-bottom: 3%;
    line-height: 25px;
  }

  .req-qoute-sec h4:before {
    left: -30px;
    top: -10px;
    width: 4px;
  }

  .contact-inpt input {
    width: 95%;
    padding: 13px 20px;
    margin-bottom: 2%;
    border-radius: 10px;
  }

  .req-qoute-sec h4 {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .donation-heading {
    margin-bottom: 2%;
  }

  .donation-sec input::placeholder {
    font-size: 12px;
  }

  .donation-button button {
    padding: 12px 25px;
    font-size: 14px;
  }

  .donation-button {
    margin-top: 0px;
  }

  .donation-sec textarea::placeholder {
    font-size: 12px;
  }

  .req-qoute-sec {
    padding: 30px 30px 30px 30px;
    margin-top: 20px;
  }

  .donation-sec textarea {
    width: 100%;
    height: 135px;
    border-radius: 10px;
    padding: 15px 15px;
    font-size: 12px;
  }

  .donation-sec input {
    height: 50px;
    padding: 0 15px;
    margin-bottom: 15px;
    font-size: 12px;
  }

  .donation-sec .row.chg {
    padding: 30px 30px;
  }

  section.contact-sec {
    padding: 70px 0;
  }

  .get-in-touch-sec {
    padding: 25px 30px 30px 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about-us-text-silder:before {
    width: 88px;
    height: 45px;
    right: 50px;
    top: -46px;
  }

  .bn-btm h4 {
    font-size: 14px;
    line-height: 22px;
  }

  .head-btn a {
    padding: 13px 20px !important;
    font-size: 11px !important;
    letter-spacing: 0;
  }

  .banner_text p {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 24px;
  }

.about-us-silder .slick-next {
    right: 14px;
    bottom: 190px;
}

 h1 {
    font-size: 29px;
    line-height: 45px;
    margin: 0 0 8px;
}
  .about-us-silder-img {
    bottom: 0;
  }

  .about-us-silder .slick-prev {
    right: 15px !Important;
    top: 27%;
}
  .about-button {
    margin-top: 30px;
  }

  .about-us-sec:before {
    width: 913px;
    height: 736px;
  }

  .about-us-sec {
    padding: 50px 0;
  }

  .about-us-text-silder-items h2 {
    margin-bottom: -5px;
    font-size: 35px;
  }

  .about-us-text-silder-items p.chg {
    font-size: 13px !important;
    line-height: 22px !important;
    margin-bottom: 15px !important;
  }

  .about-us-text-silder-items p {
    font-size: 11px;
    line-height: 20px;
  }

  music-topbar p {
    font-size: 14px;
    line-height: 25px;
  }

  .music-btn a {
    font-size: 14px;
  }

  h3 {
    font-size: 22px;
    margin: 0 0 28px;
  }

  .music-box img {
    height: 240px;
    margin-bottom: 15px;
  }

  section.music-sec {
    padding: 20px 0;
  }

  h4.f-head {
    margin-top: 20px;
    margin: 0 0 30px;
  }

  section.our-story {
    padding: 30px 0 30px 0;
  }

  a.theme-btn {
    padding: 8px 20px;
    font-size: 11px;
    letter-spacing: 1px;
  }

  .promotional-support-row {
    margin-top: 0px;
  }

  .story-txt p {
    line-height: 27px;
    margin-bottom: 10px;
  }

  section.our-story.inner {
    padding: 80px 0;
  }

  p {
    font-size: 13px;
  }

  .promotional-support-row p {
    color: #000000;
    margin-bottom: 15px;
    line-height: 25px;
  }

  h2 {
    font-size: 40px;
    line-height: 60px;
    margin: 0 0 0px;
  }

  .mb-5 {
    margin-bottom: 2rem !important;
  }

  .partner-tx h3 {
    font-size: 40px;
    margin-bottom: 15px;
  }

  section.partner-sec {
    padding: 20px 0 40px 0;
  }

  .partner-img img {
    height: 170px;
  }

  .partner-tx p {
    font-size: 13px;
    line-height: 23px;
    width: 100%;
  }

  .music-topbar h2 {

    margin-bottom: 0px;
  }

  .music-topbar p {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 22px;
  }

  .slick-dots {
    display: none !important;
  }

  .copy-txt p {
    font-size: 13px;
  }

  .footer-in input {
    padding: 10px 25px;
  }

  #sig-canvas {

    width: 300px;
  }

  .footerSec.line .row {
    align-items: center;
  }

  ul.footer-media {
    margin-top: 20px;
  }

  ul.footer-media li a {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .promotional-support-row h2 {
    font-size: 35px;

    line-height: 40px;
  }

  .ftr-logo p {
    font-size: 13px;
    width: 95%;
    line-height: 22px;
  }

  .foot-links ul li a {
    font-size: 12px;
    line-height: 20px;
  }

  .footer-contact ul li span {
    font-size: 11px;
  }

  .footer-contact ul li i {
    font-size: 18px;
  }

  .news-letter p {
    font-size: 14px;
    width: 100%;
  }

  .footer-contact ul li {
    margin-bottom: 15px;
    gap: 10px;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    
    .donation-sec input.donor_pic {
        margin-left: -10px !important;
        margin-top: 10px !important;
    }
    
    label[for="image"] {
        margin-bottom: 20px !important;
    }
    
    
.start-donating-now-heading h2 {
    font-size: 25px;
    line-height: 1.2;
}

.start-donating-now-sec .form-card-first h2 {
    font-size: 26px!important;
    color: #000;
    font-weight: 700;
    position: relative;
    margin-bottom: 60px;
    line-height: 33px!important;
}
.start-donating-now-sec .form-card-first {
    padding: 20px 10px;
}
.start-donating-now-sec .form-card-first p {
    width: 100% !important;
    font-size: 16px !important;
    line-height: 25px !important;
    margin-bottom: 10px !important;
}

#msform .action-button {
    width: 92%;
    font-size: 10px;
    margin-bottom: 10px;
}

a.services-donation {
    padding: 15px 16px 20px 20px;
    font-size: 12px;
    display: block;
    width: 90%;
    margin: 0 auto;
}
  h4.f-head {
    font-size: 20px;
    margin: 0 0 20px;
    margin-top: 5px;
  }

 section.main_slider img {
    height: 575px;
}

  section.main_slider .add-img img {
    height: 298px;
    width: 90%;
}

  .story-txt p {
    line-height: 22px;
    margin-bottom: 15px;
  }


  p {
    font-size: 12px;

  }

  .music-box img {
    height: 240px;
    margin-bottom: 10px;
  }

  section.form-downliader-sc.donation {
    padding: 20px 0;
  }

  .donor-thankyou p {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .donor-thankyou {
    margin-top: 20px;

  }

  .inner-about-sec.donation {
    padding: 0 0 40px;
  }

  .copy-right-sec p {
    font-size: 15px;

  }

  .copy-right-sec {

    margin-top: 50px;
  }

  .about-button-row {
    text-align: center;
    margin-top: 30px;
  }

  .about-button-row button {

    padding: 12px 35px;

    font-size: 13px;
  }

  .representative ul {
    display: contents;

  }

  .inner-about-form h3 {
    font-size: 14px;

  }

  .about-date {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .slick-active {
    opacity: 2.5;
  }

  h3 {

    font-size: 25px;

  }

  .music-btn a:before {

    height: 1px;

  }

  .music-btn a i {

    right: -20px;
    font-size: 10px;
    height: 100%;

  }

  .music-btn a {

    font-size: 13px;
    padding-left: 50px;

  }

  .music-topbar {
    width: 100%;

  }


  .bn-btm {
    bottom: -5px;
  }

  .get-in-touch-sec h4 {
    font-size: 24px;

    margin-bottom: 0%;
  }

  .get-in-touch-sec p {
    font-size: 10px;
    margin-bottom: 5%;
    line-height: 19px;
    margin-top: 5px;
  }

  .get-in-touch-sec ul li a {
    font-size: 12px;
  }

  .get-in-touch-sec ul li:first-child {

    height: 45px;
    width: 45px;

    font-size: 18px;

  }

  .get-in-touch-sec ul li h6 {
    font-size: 18px;
    margin-bottom: -4px;
  }

  .contact-inpt.about-text button {

    padding: 6px 20px;
    font-size: 12px;

  }

  .contact-inpt input::placeholder {
    font-size: 12px;
  }

  .req-qoute-sec h4:before {

    left: -14px;

    width: 2px;
  }

  .contact-inpt input {
    width: 100%;
    padding: 7px 20px;

    margin-bottom: 3%;

  }

  .req-qoute-sec h4 {
    font-size: 26px;

    margin-bottom: 10px;

  }

  .get-in-touch-sec ul {

    margin-bottom: 7%;

    gap: 10px;
  }

  section.contact-sec {
    padding: 50px 0;
  }

  .donation-sec .row.chg {

    padding: 20px 10px;
    margin: 0 0;
  }

  .Donation-form-botttom-text p {
    font-size: 12px !important;

    line-height: 22px;
    width: 100%;

    margin-top: 30px;
  }

  .about-us-sec.inner {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .about-bottom-text p {

    font-size: 12px;
    line-height: 22px;

  }

  .about-bottom-text {
    width: 90%;
    margin-left: 15px;
    margin-top: -15px;
    text-align: center;
  }


  .donation-sec textarea {

    height: 105px;

    padding: 10px 10px;
    margin-bottom: 10px;

    font-size: 11px;

  }

  .Donation-form-sec p {

    font-size: 12px;
    margin-bottom: 15px;
  }

  .Donation-form-sec {
    padding: 50px 0;
  }

  .Donation-form-sec input::placeholder {
    font-size: 12px;
  }

  .Donation-form-sec input {

    height: 45px;

    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 12px;

  }

  .Donation-form-heading h2 {

    font-size: 28px;
    line-height: 30px;
  }

  .donation-button button {

    padding: 10px 25px;

    font-size: 12px;
  }

  .donation-button {

    margin-top: 0px;
  }

  .donation-sec textarea::placeholder {
    font-size: 10px;
  }

  .donation-sec input::placeholder {
    font-size: 10px;
  }

  .donation-sec input {
    width: 100%;
    height: 45px;

    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 14px;

  }

  .donation-heading h2 {

    font-size: 24px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .req-qoute-sec {
    padding: 15px 15px 15px 15px;
    margin-top: 20px;
  }

  .donation-sec {
    padding: 40px 0;
  }


  .get-in-touch-sec {

    padding: 15px 15px 15px 15px;

    padding-top: 15px;
    padding-bottom: 15px;
  }

  .inner-banner-text h2 {
    margin-bottom: 0;
    font-size: 30px;
  }

  section.our-story.inner {
    padding: 20px 0 40px;
  }

 .inner-banner-sec {
    height: 550px;
    background-position: right;
}

  .inner-banner-images img {
    width: 60%;

  }

  .inner-banner-sec .row {

    margin-top: 20px;
  }

  .bn-btm h4 {

    font-size: 16px;

    line-height: 20px;
  }

  .slicknav_nav a {

    display: inline-block;
  }

  .about-us-sec {
    padding: 40px 0;

  }

  .header-logo a img {
    width: 75% !important;
    object-fit: cover;
    height: auto !important;
}

  .header-logo {
    text-align: center;
    padding: 10px 0;
  }

  li.active a:before {

    bottom: 0px;

  }

  .slicknav_menu .slicknav_icon-bar {
    background-color: #9f202f;
  }

  li.active a {
    position: relative;
    color: #9f202f !important;
    font-weight: 700 !important;
    color: #fff !important;
  }


  .slicknav_menu {

    background: #9f202f;

  }

  .menuSec {
    top: 0;
    position: inherit;
    background: #101529;
  }

  .head-btn a {
    padding: 13px 30px !important;
    font-size: 14px !important;
    letter-spacing: 0;
  }


  .head-btn {
    text-align: left;
  }

  .banner_text p {
    font-size: 11px;
    margin-bottom: 15px;
    line-height: 18px;
  }

  .banner_text h6 {
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 22px;
    width: 90%;
  }


  h1 {
    font-size: 40px;
    line-height: 35px;
    margin-bottom: 15px;
  }

  .about-button {
    margin-top: 25px;
  }

 .about-us-silder .slick-next {
    bottom: 26%;
}

  .promotional-support-row {
    margin-top: 20px;
    text-align: center;
  }

  .promotional-support-row p {

    margin-bottom: 15px;
    line-height: 22px;
  }

  .promotional-support-row h2 {
    font-size: 30px;

    margin-bottom: 8px;
  }

  .about-us-silder .slick-prev {
    top: 41%;
    right: 81px;
}


  .about-us-silder .slick-dots {
    display: none !important;
  }

  .about-us-silder-img {
    bottom: 0px;

  }

  .about-us-text-silder:before {
    display: none
  }

  .about-us-text-silder-items p.chg {
    font-size: 12px !important;
    line-height: 22px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
  }

  .about-us-text-silder-items h2 {

    margin-bottom: 8px;
  }

  .music-box {
    margin-bottom: 20px;
    text-align: center;
  }

  .about-us-text-silder-items p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: -5px !important;
  }

  .about-us-sec:before {

    height: 805px;

  }

  .about-us-text-silder-items {
    margin-left: 0px;
    width: 96%;
    margin: 0 auto;
    text-align: center;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 8px;
  }

  .music-topbar p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  section.music-sec {
    padding: 20px 0;

  }

  .dnt-btn {
    text-align: center;
  }

  a.theme-btn {
    clip-path: polygon(17% 0%, 100% 0%, 85% 100%, 0% 100%);
    padding: 10px 25px;
    font-size: 10px;
    letter-spacing: 1px;
  }

  section.our-story:before {

    top: 0px;
    height: 100%;
    width: 100%;

    z-index: -1;

    top: 0 !important;
  }

  .story-img {
    position: inherit;
    right: 0;
    width: 100%;
    top: 0;
    height: 100%;
    margin-top: 30px;
  }

  section.our-story {
    padding: 0px 0 50px 0;
    text-align: center;
  }

  .mb-5 {
    margin-bottom: 2rem !important;
  }

  .partner-tx h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .partner-img img {
    height: 130px;
  }

  .partners-slider {

    padding: 10px 0;
  }

  .partner-tx p {
    font-size: 12px;

    line-height: 20px;

    width: 100%;

  }

  section.partner-sec {
    padding: 20px 0 50px 0;
  }

  .footer-in input::placeholder {
    font-size: 13px;
  }

  .copy-txt p {
    font-size: 12px;
  }

  .footer-in button {
    font-size: 13px;
    padding: 8px 20px;
  }

  .footer-in input {
    width: 100%;

    padding: 10px 10px;

  }

  .footer-btm {
    padding: 10px 0;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    width: 100%;
  }

  .news-letter p {
    font-size: 12px;

    width: 100%;

    line-height: 20px;
  }

  .footer-contact ul li span {
    font-size: 11px;

  }

  .footer-contact ul li {
    margin-bottom: 7px;

    gap: 15px;
  }

  .footer-contact ul li i {

    font-size: 15px;
  }

  .foot-links ul li a {
    font-size: 12px;

    line-height: 25px;

  }

  h4.f-head:before {

    height: 2px;
    bottom: -8px;

  }

  .footerSec {
    padding-bottom: 10px;

    padding-top: 20px;
  }

  .ftr-logo a img {
    margin-bottom: 15px;
    width: 45%;
    margin-top: 10px;
  }


  .ftr-logo p {

    font-size: 12px;
    width: 100%;

    line-height: 20px;
  }

  ul.footer-media li a {

    width: 30px;
    height: 30px;

    font-size: 15px;

  }

  ul.footer-media {
    margin-top: 0px;
  }

  .carousel-caption {
    padding-top: 0%;
    top: -40px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    
    .donation-sec input.donor_pic {
        margin-left: -10px !important;
        margin-top: 10px !important;
    }
    
    label[for="image"] {
        margin-bottom: 20px !important;
    }
    
    .inner-banner-text.good h2 {
        font-size: 25px !important;
        line-height: 25px !important;
    }
    
    .donation-new-heading>h3 {
        font-size: 12px !important;
        line-height: 1;
        margin-bottom: 10px;
    }

  .good-services-donation-heading h2 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    line-height: 33px;
}
.start-donating-now-sec .nav-tabs .nav-link {
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
    font-weight: 700;
    padding: 0px 21px;
}
.start-donating-now-sec .tab-content {
    background: #fff;
    padding: 51px 8px;
    text-align: center;
    border-radius: 10px;
}
.start-donating-now-sec .tab-content h2 {
    font-size: 21px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 32px;
}
.start-donating-now-sec .tab-content p {
    color: #000;
    font-size: 15px;
    line-height: 23px;
    width: 94%;
    margin: 0 auto;
    margin-bottom: 41px;
}
  section.main_slider .add-img img {
    height: auto;
    clip-path: polygon(44% 0%, 100% 0%, 56% 100%, 0% 100%) !important;
    width: 87%;
}
.start-donating-now-heading h2 {
    font-size: 30px !important;
    line-height: 34px !important;
}

.start-donating-now-sec .form-card-first h2 {
    font-size: 17px!important;
    line-height: 24px!important;
}

.start-donating-now-sec .form-card-first p {
    width: 100% !important;
    font-size: 16px !important;
    line-height: 25px !important;
    margin-bottom: 10px !important;
}

#msform .action-button {
    width: 92%!important;
    font-size: 10px;
    margin-bottom: 10px;
}
.start-donating-now-sec .nav-tabs .nav-link {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    padding: 0px 14px;
}
.start-donating-now-sec .tab-content {
    background: #fff;
    padding: 55px 7px;
    text-align: center;
    border-radius: 10px;
}
.start-donating-now-sec .tab-content h2 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}

a.services-donation {
    padding: 15px 16px 20px 20px;
    font-size: 12px!important;
    display: block;
    width: 90%;
    margin: 0 auto;
}

.start-donating-now-sec .form-card-first {
    padding: 10px;
}

  h4.f-head {
    font-size: 20px;
    margin: 0 0 20px;
    margin-top: 5px;
  }

  .story-txt p {
    line-height: 20px;
    margin-bottom: 10px;
  }

  p {
    font-size: 11px;
  }

  .music-box img {
    height: 150px;
    margin-bottom: 10px;
  }

  section.form-downliader-sc.donation {
    padding: 20px 0;
  }

  .inner-about-form img {
    width: 50%;
    margin-bottom: 15px;
  }

  h3 {
    font-size: 25px;
  }

  .music-btn a:before {
    height: 1px;
  }

  .music-btn a i {
    right: -20px;
    font-size: 10px;
    height: 100%;
  }

  .music-btn a {
    font-size: 12px;
    padding-left: 50px;
  }

  .music-topbar {
    width: 100%;
  }

  section.main_slider img {
    height: 500px;
  }

  .bn-btm {
    bottom: -15px;
  }

  .get-in-touch-sec h4 {
    font-size: 24px;
    margin-bottom: 0%;
  }

  .get-in-touch-sec p {
    font-size: 10px;
    margin-bottom: 5%;
    line-height: 17px;
  }

  .get-in-touch-sec ul li a {
    font-size: 12px;
  }

  .get-in-touch-sec ul li:first-child {
    height: 40px;
    width: 40px;
    font-size: 16px;
  }

  .get-in-touch-sec ul li:last-child {
    width: 90%;
}
  .get-in-touch-sec ul li h6 {
    font-size: 16px;
    margin-bottom: -6px;
  }

  .contact-inpt.about-text button {
    padding: 6px 20px;
    font-size: 12px;
  }

  .contact-inpt input::placeholder {
    font-size: 12px;
  }

  .req-qoute-sec h4:before {
    left: -14px;
    width: 2px;
  }

  .contact-inpt input {
    width: 100%;
    padding: 7px 20px;
    margin-bottom: 3%;
  }

  .req-qoute-sec h4 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .get-in-touch-sec ul {
    margin-bottom: 7%;
    gap: 10px;
  }

  section.contact-sec {
    padding: 30px 0;
  }

  .donation-sec .row.chg {
    padding: 20px 10px;
    margin: 0 0;
  }

  .Donation-form-botttom-text p {
    font-size: 12px !important;
    line-height: 22px;
    width: 100%;
    margin-top: 30px;
  }

  .about-us-sec.inner {
    margin-top: 0;
  }

  .music-box h3 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 25px;
  }

  .promotional-support-row {
    margin-top: 20px;
    text-align: center;
  }

  .promotional-support-row p {
    margin-bottom: 15px;
    line-height: 20px;
  }

  .promotional-support-row h2 {
    font-size: 25px;
    margin-bottom: 5px;
    line-height: 30px;
  }

  .about-bottom-text p {
    font-size: 12px;
    line-height: 22px;
  }

  .about-bottom-text {
    width: 90%;
    margin-left: 15px;
    margin-top: -15px;
    text-align: center;
  }

  .donation-sec textarea {
    height: 105px;
    padding: 10px 10px;
    margin-bottom: 10px;
    font-size: 11px;
  }

  .Donation-form-sec p {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .Donation-form-sec {
    padding: 50px 0;
  }

  .Donation-form-sec input::placeholder {
    font-size: 12px;
  }

  .Donation-form-sec input {
    height: 45px;
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .Donation-form-heading h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .donation-button button {
    padding: 10px 25px;
    font-size: 12px;
  }

  .donation-button {
    margin-top: 0px;
  }

  .donation-sec textarea::placeholder {
    font-size: 10px;
  }

  .donation-sec input::placeholder {
    font-size: 10px;
  }

  .donation-sec input {
    width: 100%;
    height: 45px;
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .donation-heading h2 {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .req-qoute-sec {
    padding: 15px 15px 15px 15px;
    margin-top: 20px;
  }

  .donation-sec {
    padding: 40px 0;
  }

  .get-in-touch-sec {
    padding: 15px 15px 15px 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .inner-banner-text h2 {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .inner-banner-images {
    margin-top: 20px;
  }

  .inner-banner-sec .row {

    margin-top: 0px;
  }

  .story-txt h2 {
    margin-bottom: 5px;
  }

  .inner-banner-sec {
    height: 550px;
    background-position: right;
} 

  .bn-btm h4 {
    font-size: 14px;
    line-height: 18px;
  }

  .slicknav_nav a {
    display: inline-block;
  }

  .about-us-sec {
    padding: 40px 0;
  }

 .header-logo a img {
    width: 100% !important;
    object-fit: cover;
    height: auto !important;
}

  .menuSec {
    top: 0;
    position: inherit;
    background: #101529;
    padding: 10px 0;
  }

  .head-btn a {
    padding: 13px 20px !important;
    font-size: 10px !important;
    letter-spacing: 0;
  }

  .head-btn {
    text-align: left;
  }

  .banner_text p {
    font-size: 11px;
    margin-bottom: 15px;
    line-height: 18px;
  }

  .banner_text h6 {
    font-size: 12px;
    margin-bottom: 2px;
    line-height: 20px;
  }

  h1 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    margin-top: 5px;
  }

  .about-button {
    margin-top: 25px;
  }

.about-us-silder .slick-prev {
    top: 39% !important;
    right: 33px !important;
}
.about-us-silder .slick-next {
    bottom: 32%;
    right: 32px;
}

.about-us-silder-items>img {
    height: 100% !important;
}

.about-us-silder-items {
    height: 300px !important;
}
  .about-us-silder .slick-dots {
    display: none !important;
  }

  .about-us-silder-img {
    bottom: 0px;
  }

  .about-us-text-silder:before {
    display: none
  }

  .about-us-text-silder-items p.chg {
    font-size: 12px !important;
    line-height: 22px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
  }

  .about-us-text-silder-items h2 {
    margin-bottom: 8px;
  }

  .music-box {
    margin-bottom: 20px;
    text-align: center;
  }

  .about-us-text-silder-items p {
    font-size: 11px;
    line-height: 20px;
  }

  .about-us-text-silder-items {
    margin-left: 0px;
    width: 96%;
    margin: 0 auto;
    text-align: center;
  }

  /*section.main_slider img {*/
  /*  height: 600px;*/
  /*}*/

  h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 10px;
  }

  .music-topbar h2 {
    margin-bottom: 5px;
  }

  .music-topbar p {
    margin-bottom: 15px;
  }

  .about-us-sec:before {
    height: 726px;
  }

  .music-topbar p {
    font-size: 12px;
    line-height: 20px;
  }

  section.music-sec {
    padding: 20px 0;
  }

  .dnt-btn {
    text-align: center;
  }

  a.theme-btn {
    clip-path: polygon(17% 0%, 100% 0%, 85% 100%, 0% 100%);
    padding: 8px 22px;
    font-size: 9px;
  }

  section.our-story:before {
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0 !important;
  }

  .story-img {
    position: inherit;
    right: 0;
    width: 100%;
    top: 0;
    height: 100%;
    margin-top: 30px;
  }

  section.our-story {
    padding: 0px 0 50px 0 !important;
    text-align: center;
  }

  .mb-5 {
    margin-bottom: 2rem !important;
  }

  .partner-tx h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .partner-img img {
    height: 120px;
  }

  .partner-tx p {
    font-size: 11px;
    line-height: 20px;
    width: 100%;
  }

  section.partner-sec {
    padding: 20px 0 50px 0;
    margin-top: -50px !important;
  }

  .footer-in input::placeholder {
    font-size: 13px;
  }

  .copy-txt p {
    font-size: 11px;
  }

  .footer-in button {
    font-size: 12px;
    padding: 8px 20px;
  }

  .footer-in input {
    width: 100%;
    padding: 10px 10px;
  }

  .footer-btm {
    padding: 8px 0;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    width: 100%;
  }

  .news-letter p {
    font-size: 12px;
    width: 100%;
    line-height: 20px;
  }

  .footer-contact ul li span {
    font-size: 11px;
    line-height: 20px;
  }

  .footer-contact ul li {
    margin-bottom: 7px;
    gap: 15px;
  }

  .footer-contact ul li i {
    font-size: 15px;
  }

  .foot-links ul li a {
    font-size: 12px;
    line-height: 25px;
  }

  h4.f-head:before {
    height: 2px;
    bottom: -8px;
  }

  .footerSec {
    padding-bottom: 10px;
    padding-top: 20px;
  }

  .ftr-logo a img {
    margin-bottom: 20px;
    width: 80%;
    margin-top: 20px;
  }

  .ftr-logo p {
    font-size: 12px;
    width: 100%;
    line-height: 20px;
  }

  ul.footer-media li a {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  ul.footer-media {
    margin-top: 0px;
  }

  .carousel-caption {
    padding-top: 0%;
    top: -40px;
  }

  .slicknav_menu .slicknav_icon-bar {
    background-color: #9f202f;
  }

  .slicknav_menu {
    background: #9f202f;
  }

  .slicknav_nav a {
    padding: 4px 10px;
    margin: 0px 5px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
  }

  li.active a:before {
    width: 100%;
    bottom: 0px;
  }

  .inner-about-sec.donation {
    padding: 0 0 30px;
  }

  .about-button-row {
    text-align: center;
    margin-top: 30px;
  }

  .copy-right-sec p {
    font-size: 14px;
  }

  .copy-right-sec {
    margin-top: 40px;
  }

  .about-button-row button {
    padding: 10px 30px;
    font-size: 12px;
  }

  .president-title-input ul li input {
    width: 100%;
    font-size: 14px;
  }

  #sig-canvas {
    width: 100%;
  }

  .representative ul {
    display: contents;
  }

  .donor-thankyou {
    margin-top: 30px;
  }

  .donor-thankyou p {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .donor-thankyou p span {
    font-size: 13px;
  }

  .inner-about-sec label {
    font-size: 14px;
  }

  .about-date {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .about-date ul li input {
    width: 100%;
  }


  li.active a {
    color: #fff !important;
  }

  .add-img {
    margin-top: 10px;
  }

  .inner-about-form h3 {
    font-size: 12px;
    line-height: 20px;
  }
}



/*Review Start*/

.reviwe-btn {
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    background: #fff;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0 auto;
    display: inline-block;
    background: #9f202f !important;
    border: 0;
    transition: 0.5s;
}

.reviwe-btn:hover {
    clip-path: polygon(8% 0%, 100% 0%, 91% 100%, 0% 100%);
    transition: 0.5s;
}

section.inner-review-sec {
    padding: 100px 0;
}

.review-form input {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #e8e8e8;
    margin-bottom: 3%;
    border-radius: 10px;
    font-size: 16px;
    color: #000;
}

.review-form input::placeholder {
    color: #000;
}

.review-form textarea {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #e8e8e8;
    margin-bottom: 3%;
    border-radius: 10px;
    font-size: 16px;
    color: #000;
    height: 150px;
}

.review-form textarea::placeholder {
    color: #000;
}

.review-form {
    margin-bottom: 50px;
}

.review-box {
    background: #9f202f;
    border-radius: 10px;
    padding: 30px;
}

.review-box h4 {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}

.review-box h5 {
    font-size: 14px;
    color: #fff;
}

/*review End*/

.partner-img {
    text-align: center;
    background: #9f202f;
    padding: 10px;
    border-radius: 10px;
}

.partner-img h4 {
    color: #fff;
    margin-top: 20px;
}

.partner-img p {
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 22px;
}
