@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");

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

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

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}
      input::-webkit-outer-spin-button,
      input::-webkit-inner-spin-button {
         -webkit-appearance: none;
      }
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;
}

p {
  font-weight: 400;
  line-height: 25px;
  color: #7c7c7c;
  font-size: 16px;
}

/***** 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;
}

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

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.pt_8 {
  padding-top: 80px;
}

.pb_8 {
  padding-bottom: 80px;
}

.py_8 {
  padding: 80px 0px;
}

.theme_btn {
  padding: 15px 25px;
  border: unset;
  border-radius: 15px;
  color: #ffffff;
  z-index: 1;
  background: #242889;
  position: relative;
  font-size: 17px;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
  overflow: hidden;
  display: inline-block;
}

.theme_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 14px;
  background-color: #72d219;
  z-index: -1;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
}

.theme_btn:hover {
  color: #000000;
}

.theme_btn:hover::before {
  width: 100%;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "Oswald", sans-serif;
  font-size: 77px;
  line-height: 1.2;
  color: #1d1d1d;
  font-weight: 400;
  margin: 0 0 17px;
  width: 110%;
  text-transform: uppercase;
}

h2 {
  font-family: "Oswald", sans-serif;
  font-size: 77px;
  line-height: 1.2;
  color: #1d1d1d;
  font-weight: 400;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin-top: 60px;
}

h3 {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  color: #307b74;
  font-weight: 400;
  margin: 0 0 28px;
  text-transform: uppercase;
}

h4 {
  font-family: "Oswald";
  font-size: 54px;
  line-height: 1.2;
  color: #000000;
  font-weight: 400;
  margin: 0 0 13px;
}

h5 {
  font-family: "Poppins", Sans-Serif;
  font-size: 20px;
  line-height: 1.2;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: "Poppins", Sans-Serif;
  font-size: 18px;
  line-height: 1.2;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

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 */
.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}
.menu_sec a img {
  width: 57%;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/*banner css start */

/* Tab slider fix  */

.tab_sec .tab-pane {
  display: block;
  border: 0;
  height: 0;
}

.tab_sec .tab-pane.active {
  display: block !important;
  height: auto;
}

/* Tab slider fix  */

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

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.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: #fff;
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

/*banner css end*/

.blog_sec {
  padding: 5% 0;
}

/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
  background: #242889;
  color: #fff;
}

.tab_sec .nav-tabs .nav-link {
  background: #ccc;
  border-radius: 50px;
  color: #000;
  padding: 7px 28px;
}

.tab_sec .nav-tabs {
  border: none;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

/* Tabs  */

.menu_sec #menu li a {
  font-size: 15px;
  color: #307b74;
  font-family: "Poppins";
  text-transform: uppercase;
  font-weight: 500;
}

.menu_sec #menu {
  justify-content: space-between;
  margin: 0;
}

.menu_sec #menu > li > ul {
  background: #000;
  width: 240px;
  position: absolute;
  top: -90px;
  padding: 20px 20px;
  transition: 0.3s all;
  opacity: 0;
  z-index: -1;
}

.menu_sec #menu > li:nth-child(3) {
  position: relative;
}

.menu_sec #menu > li > ul > li > a {
  color: #fff;
}

.menu_sec #menu > li:nth-child(3):after {
  position: absolute;
  content: "";
  background: #000;
  width: 10px;
  height: 10px;
  bottom: -14px;
  left: 10px;
  clip-path: polygon(52% 0, 0 100%, 100% 100%);
  transition: 0.3s all;
  opacity: 0;
}

.menu_sec #menu > li:nth-child(3):hover:after {
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.menu_sec #menu > li:nth-child(3):hover ul {
  opacity: 1;
  transition: 0.5s ease-in-out;
  top: 40px;
  z-index: 2;
  padding: 10px;
}

.menu_sec #menu > li:nth-child(3):hover ul li {
  margin-bottom: 11px;
  background: green;
  padding: 10px;
}

/* Header */
.header-btn {
  display: flex;
  align-items: center;
  justify-content: right;
}

.btn-1 {
  font-size: 25px;
  color: #fff;
  background: #ff9d01;
  padding: 0 40px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  text-transform: uppercase;
  font-family: "Oswald";
  border-radius: 40px;
}

.btn-1:hover {
  background: #000;
  color: #ff9d01;
}

.menu_sec {
  padding: 10px 0;
}

/* end  */
/* Banner */
.carousel-item {
  height: 800px;
}

span.green-color {
  color: #307b74;
}

span.yellow-color {
  color: #ff9d01;
}

.banner_img {
  position: relative;
  z-index: 0;
}

img.ban-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  height: auto;
}

img.ban-main {
  width: 90%;
  margin: 0 0 0 auto;
  display: block;
  height: 772px;
  object-fit: contain;
}

.ban-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ban-flex > div > img {
  width: 100%;
  border-radius: 20px;
}

.ban-flex > div:first-child {
  width: 35%;
}

.ban-flex h3 {
  font-size: 29px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ban-flex p {
  width: 82%;
}

.bnt-2 {
  color: #ff9d01;
  font-size: 14px;
  text-transform: capitalize;
  display: inline-block;
  border-bottom: 1px solid #ff9d01;
  transition: 0.5s;
}

.bnt-2:hover {
  color: #28b16d;
  border-color: #28b16d;
}

/* end  */
/* Consulting Section Start */

.consult-sec {
  position: relative;
  margin-top: 10%;
}

.consult-box {
  background: #307b74;
  border-radius: 30px;
}

.cons-text h3 {
  font-size: 26px;
  color: #fff;
  width: 80%;
  margin: 20px 0;
  font-family: "Poppins";
}

.cons-text p {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
}

.con-box {
  padding: 40px 60px;
  transition: 0.5s ease-in-out;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-head {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.cons-imag img {
  width: 70px;
  height: 90px;
  object-fit: contain;
}

.con-box:hover {
  background: #fff;
  box-shadow: 0 0 9px 0 #989898;
  /*margin-top: -110px;*/
  /*height: auto;*/
  border-radius: 30px;
  padding: 30px 30px;
}

.con-box:hover * {
  color: #000;
}

.con-box:hover h3 {
  color: #307b74;
}

.cons-imag {
  width: 150px;
  height: 150px;
  background: #ff9d01;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60%;
}

.cons-text p {
  display: none;
}

.con-box:hover .cons-text p {
  display: block;
}

.cons-text a {
  display: none;
}

.cons-text a i {
  background: #307b74;
  color: #fff !important;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 70%;
  margin: 0 0 0 auto;
}

.con-box:hover .cons-text a {
  display: block !important;
}

/* Consulting Section End */
/* About us */
section.about-us {
  padding: 80px 0;
}

.abt-img img {
  width: 100%;
}

.abt-text {
  text-align: right;
}

.abt-text h4 {
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  color: #ff9d01;
  font-family: "Oswald";
  font-weight: 400;
  padding: 20px 20px;
  margin: 30px 0;
  position: relative;
}

.abt-text h4:before {
  position: absolute;
  content: "";
  background: transparent;
  width: 150%;
  height: 100%;
  border: 1px solid #307b74;
  right: 0;
  top: 0;
  border-radius: 70px;
  z-index: -1;
}

.abt-text a.btn-1 {
  margin: 0 0 0 auto;
  background: #307b74;
  margin-top: 40px;
}

.abt-text a.btn-1:hover {
  background: #ff9d01;
  color: #000;
}

/* end  */
/* Scholarship */
section.scholarship {
  padding: 80px 0;
  background: #d6e5e3;
}

.scholarship-top {
  margin-bottom: 50px;
}

.scholarship-top h2 {
  font-size: 55px;
  margin: 0;
}

.scholarship-top a {
  margin: 0 0 0 auto;
}

.scholar-box {
  background: #ff9d01;
  text-align: right;
  padding: 20px 20px 80px 20px;
  position: relative;
  border-radius: 20px;
  z-index: 0;
  transition: 0.5s;
  width: 97%;
  margin: 0 auto;
}

.scholar-box:hover {
  background: #307b74;
}

.scholar-box * {
  color: #fff;
}

.scholar-box h3 {
  font-size: 39px;
  font-family: "Oswald";
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 20px;
}

.scholar-box > div > img {
    position: absolute;
    left: -50px;
    bottom: 0;
    z-index: -1;
    width: 370px;
    height: 395px;
    object-fit: contain;
}

.scholar-box > div > a > i {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 auto;
  border: 5px solid #fff;
  font-size: 28px;
  border-radius: 60%;
  transform: rotate(325deg);
  margin-top: -40px;
  margin-right: -50px;
  background: #ff9d01;
}

.scholar-box > div:last-child {
  width: 65%;
  margin: 0 0 0 auto;
}

.scholar-box > div:first-child {
  width: 30%;
}

.scholar-box > div > img.schl-box2-img {
  left: -40px;
  bottom: -30px;
  object-fit: contain;
  width: 439px;
  height: 405px;
}


/* end */

/* Support */
.range-slider {
  width: 100%;
  position: relative;
  margin: 38px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.range-slider input {
  border: none;
}

.range-slider .rangeValues {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #ccc;
  font-family: "Oswald";
}

.range-slider input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  position: absolute;
  left: 0;
  border: none;
  padding: 0px !important;
  height: 0;
  top: -25%;
}

.range-slider input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: #599590;
  border: none;
  border-radius: 3px;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #ff9d01;
  margin-top: -5px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.range-slider input[type="range"]:focus {
  outline: none;
}

.range-slider input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #599590;
}

.range-slider input[type="range"]::-moz-range-track {
  width: 300px;
  height: 5px;
  background: #fff;
  border: none;
  border-radius: 3px;
}

.range-slider input[type="range"]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #fff;
}

.supp-wrap {
  background: #307b74;
  padding: 40px 80px;
  border-radius: 30px;
  position: relative;
}

section.support {
  padding: 200px 0 80px 0;
}

.supp-wrap h3 {
  font-size: 60px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  width: 80%;
}

.supp-wrap p {
  color: #fff;
}

.supp-img img {
  position: absolute;
  bottom: 0;
  width: 42%;
  right: 0;
}

/* end  */
/* Yesterday */
section.yesterday-sec {
  padding-bottom: 60px;
}

.yester-text h3 {
  color: #1d1d1d;
  font-size: 37px;
  width: 90%;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 20px;
  margin: 20px 0;
}

.btn-3 {
  font-size: 30px;
  color: #fff;
  background: #307b74;
  padding: 0 40px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  text-transform: uppercase;
  font-family: "Oswald";
  border-radius: 40px;
}

.btn-3:hover {
  background: #000;
  color: #fff;
}

/* end */
/* Promote */
.promote-middle {
  background: #307b74;
  padding: 20px 10px;
  border-radius: 28px;
  height: 310px;
  position: relative;
}

section.promote-event {
  padding: 70px 0;
  background: #d6e5e3;
}

.pro-img img {
  border-radius: 28px;
  width: 100%;
  height: 310px;
}

.promote-middle img {
  border-radius: 10px;
  width: 100%;
}

.promote-middle h5 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Oswald";
  margin: 10px 0;
}

.promote-middle h6 {
  font-size: 14px;
  color: #fff;
}

.promote-middle span {
  background: #fff;
  padding: 10px;
  border-radius: 30px;
  color: #307b74;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Oswald";
}

.promote-middle:before {
  position: absolute;
  content: "";
  background: #ff9d01;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 10px;
  border-radius: 50%;
}

/* end  */
/* Volunteer */
section.support.volunteer .supp-img img {
  right: unset;
  left: 20px;
  width: 430px;
}

section.support.volunteer {
  padding-top: 280px;
}

.rev-box > div > img {
  width: auto;
  border-radius: 50%;
}

/* end */
/* Reviews */
.rev-box {
  display: flex;
  align-items: start;
  gap: 10px;
  width: 100%;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 30px 20px;
}

.rev-box > div:first-child {
  width: 30%;
}

.rev-box > div:last-child {
  width: 70%;
}

.rev-box h6 {
  margin: 0;
}

.rev-box h5 {
  margin-bottom: 10px;
  line-height: 1;
}

.rev-slider .slick-slide {
  opacity: 1;
  margin-left: 0;
}

.rev-slider
  .slick-slide.slick-current.slick-active
  + .slick-slide.slick-active
  .rev-box {
  background: #ff9d01;
  border-color: #ff9d01;
}

.rev-slider
  .slick-slide.slick-current.slick-active
  + .slick-slide.slick-active
  .rev-box
  * {
  color: #fff;
}

.rev-slider .rev-box h6 {
  font-weight: 400;
  color: #000;
  font-size: 15px;
}

section.reviews {
  padding-bottom: 80px;
}

/* end  */
/* Contact Page Start */

.contact-text h3 {
  font-size: 47px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 400;
  width: 80%;
}

.contact-text p {
  font-size: 15.42px;
  color: #fff;
  width: 72%;
}

ul.contact-page-list {
  margin: 20px 0;
}

ul.contact-page-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin: 20px 0;
}

ul.contact-page-list i {
  font-size: 21px;
  color: #fff;
}

ul.contact-page-list p,
ul.contact-page-list a {
  font-size: 16.86px;
  font-family: "poppins";
  color: #fff;
  width: 55%;
  margin: 0;
}

ul.contact-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

ul.contact-social i {
  font-size: 24px;
  width: 50px;
  height: 50px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #315e5a;
  color: #fff;
  transition: 0.5s all;
}

ul.contact-social i:hover {
  transform: rotate(360deg);
  background: #ff9d01;
  color: #fff;
}

.contact-input input {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #ffffff;
  border-radius: 60px;
  color: #ffffff;
  /* color: #333333; */
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 400;
  font-size: 14px;
  background: transparent;
}

.contact-input input::placeholder,
.contact-input textarea::placeholder {
  color: #fff;
}

.contact-input textarea {
  width: 100%;
  height: 150px;
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: 14px;
  background: transparent;
}

.contact-buton button {
  margin-top: 20px;
  border: 1px solid #fff;
  justify-content: space-between;
  display: flex;
  font-size: 20px;
  align-items: center;
  padding: 0;
  width: 170px;
  gap: 0px;
  padding-left: 40px;
  color: #000;
}

.contact-social h3 {
  font-size: 51px;
  color: #000000;
  font-weight: 500;
}

footer.contact-page {
  background: #307b74;
  padding-top: 70px;
}

.contact-buton button span h6 {
  background: #000;
  width: 25px;
  height: 20px;
  margin: 0;
  clip-path: polygon(20% 0, 100% 50%, 20% 100%, 36% 50%);
}

.contact-buton button span {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
}

.contact-text.cont-left h4 {
  color: #ff9d01;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Oswald";
  margin: 20px 0;
}

.ftr-btm p {
  color: #fff;
  margin: 0;
  padding: 10px 0;
}

.ftr-btm {
  border-top: 1px solid #fff;
  margin-top: 40px;
}

/* Contact Page End */
/* Inner Banner */
section.inner-banner {
  height: 510px;
  background-image: url(../images/inner-banner.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: start;
}

section.inner-banner h1 {
  color: #307b74;
  margin: 0;
}

.botom-para {
  margin-top: 30px;
  text-align: left;
}

/* end */
/* Contact inner */
footer.contact-page.inn-contact * {
  color: #307b74;
}

footer.contact-page.inn-contact {
  background: #fff;
}

footer.contact-page.inn-contact .contact-input input,
footer.contact-page.inn-contact .contact-input textarea {
  color: #307b74;
  border-color: #307b74;
}

footer.contact-page.inn-contact .contact-input input::placeholder,
footer.contact-page.inn-contact .contact-input textarea::placeholder {
  color: #307b74;
}

footer.contact-page.inn-contact .ftr-btm {
  background: #307b74;
}

footer.contact-page.inn-contact .ftr-btm p {
  padding: 20px 0;
  color: #fff;
}

footer.contact-page.inn-contact ul.contact-page-list i {
  color: #adadad !important;
}

footer.contact-page.inn-contact ul.contact-social i {
  background: #adadad;
  color: #fff;
  border-color: #fff;
}

/* end  */
/* Blog Section Start */

.blog-sec .sec-head {
  text-align: left;
}

.blog-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    height: 300px;
    object-fit: cover;
}

.blog-text {
  width: 90%;
  margin: -40px auto 0;
  padding: 20px;
  background: #fff;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

.blog-text p {
  font-size: 16px;
  color: #a1a1a0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.blog-text h4 {
  font-size: 25px;
  color: #333333;
  margin: 10px 0;
  font-family: "Poppins";
}

ul.blog-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

ul.blog-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

ul.blog-list h6 {
  font-size: 16px;
  color: #000000;
  font-family: "Poppins";
  text-transform: capitalize;
}

ul.blog-list li img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50px;
}

section.blog-sec.blog-pag {
  padding: 0px 0 80px;
}

.sec-head h2 {
  text-align: center;
}

/* Blog Section End */
/* Blog Detail Page Start */

.blog-detail-text .blog-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.blog-text h6 {
  font-size: 16px;
  color: #a1a1a0;
  font-family: "Poppins";
}

.blog-detail-text ul.blog-list {
  gap: 80px;
  margin: 0;
}

.blog-detail-text {
  width: 90%;
  margin: -70px auto 0;
  padding: 40px;
  background: #fff;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

.blog-detail-imag img {
  width: 100%;
  border-radius: 15px;
  height: 650px;
  object-fit: cover;
}

.blog-detail-text h3 {
  font-size: 34px;
  color: #333333;
  font-family: "Poppins";
  margin-bottom: 20px;
}

.blog-detail-text p {
  font-size: 17px;
  color: #7c7c7c;
}

.blog-detail-page {
  padding: 80px 0;
}

/* Blog Detail Page End */
/* Event detail */
section.event-descrp ul li:first-child {
  background: #307b74;
  border-radius: 20px 20px 0 0;
}

section.event-descrp ul {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  border-radius: 20px;
  margin-top: -140px;
}

section.event-descrp ul li {
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

section.event-descrp ul li h4 {
  color: #fff;
  margin: 0;
}

section.event-descrp ul li h6 {
  margin: 0;
  font-size: 21px;
  color: #000000;
  font-weight: 500;
}

section.event-descrp ul li:last-child {
  border: unset;
}

section.event-descrp ul li h6 span {
  color: #7c7c7c;
}

.gall-box img {
  width: 100%;
  height: 218px;
  object-fit: cover;
  border-radius: 20px;
}

section.event-gallery {
  margin-bottom: 60px;
}

/* end  */
/* Resources */
.res-box img {
  width: 100%;
  height: 410px;
  object-fit: cover;
  border-radius: 30px;
  margin-bottom: 20px;
}

.res-box h5 {
  color: #307b74;
  font-size: 28px;
}

section.resource {
  padding: 80px 0;
}

/* end  */
/* Volunteer */
.being-volunt input {
  width: 100%;
  padding: 10px;
  border: unset;
  border-radius: 30px;
  margin-bottom: 10px;
  color: #7c7c7c;
  text-transform: uppercase;
}

.being-volunt .btn-1 {
  border: unset;
  font-size: 24px;
  height: 50px;
  letter-spacing: 3px;
}

.being-volunt input::placeholder {
  letter-spacing: 1px;
}

.donor-wrap {
  text-align: center;
}

.donor-wrap img {
  width: 100%;
  height: 310px;
  object-fit: cover;
}

.donor-wrap h6 {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  margin: 20px 0;
  line-height: 1;
}

.donor-wrap h5 {
  margin: 0;
  font-size: 18px;
  line-height: 1;
}

section.Donor-list {
  padding-bottom: 80px;
}

section.Donor-list h4 {
  color: #307b74;
  margin-bottom: 30px;
}

/* end  */

section.about-us.abt-page .abt-text h4:before {
  width: 100%;
}

.abt-text.botom-middle h4,
.abt-text.botom-middle p {
  text-align: start;
}

/* Form-csss */

.contact_page {
  padding: 80px 0px !important;
  margin: 0 !important;
}

/* .contact_page .home_form_wrap {
        padding: 35px 35px 30px 35px;
    } */

.contact_info_main .contact_head h2 {
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  line-height: 25px;
  margin-bottom: 10px;
}

.contact_info_main .contact_head p {
  font-weight: 400;
  color: #959494;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}

.home_form_wrap input[type="text"] {
  border: 1px solid #9b9b9b;
  border-radius: 8px;
  height: 50px;
}

.home_form_wrap textarea {
  border: 1px solid #9b9b9b;
  border-radius: 8px;
  resize: none;
  height: 200px !important;
  margin-bottom: 40px !important;
}

.home_form_wrap input::-webkit-input-placeholder,
.home_form_wrap textarea::-webkit-input-placeholder {
  color: #9a9a9a;
}

.home_form_wrap input::-moz-placeholder,
.home_form_wrap textarea::-moz-placeholder {
  color: #9a9a9a;
  opacity: 1;
}

.home_form_wrap input:-ms-input-placeholder,
.home_form_wrap textarea:-ms-input-placeholder {
  color: #9a9a9a;
}

.home_form_wrap input:-moz-placeholder,
.home_form_wrap textarea:-moz-placeholder {
  color: #9a9a9a;
  opacity: 1;
}

.mt-50 {
  margin-top: 50px;
}

.home_contact {
  padding-bottom: 0px;
  margin-bottom: -300px;
}

.bg_wht {
  background-color: #fff;
  border-radius: 27px;
  position: relative;
  box-shadow: 0px 0px 9px #0000001f;
}

.home_form_wrap {
  padding: 0px 35px 0px 10px;
}

.home_form_wrap select,
.home_form_wrap input[type="number"],
.home_form_wrap input[type="date"] {
  appearance: auto;
  border: 1px solid #bdb7b7;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  color: #575757;
  height: 40px;
  margin-bottom: 20px;
  width: 100%;
  padding: 0px 15px;
  border-radius: 0;
}

button.btn-1 {
  border: none;
  color: #fff;
}

.contact_page h2 {
  text-transform: capitalize;
  font-size: 39px;
  line-height: 43px;
  color: #000;
  margin: 0 0 40px 0;
}

.home_form_wrap label {
  font-size: 17px;
  line-height: 27px;
  color: #000;
  font-family: "Poppins";
  font-weight: 600;
  margin: 0 0 15px 0;
}

.country-code-wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.country-code-wrp .country-code {
  width: 20%;
  text-align: center;
}

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

.form-wrapper-emp input {
  height: 50px;
  border: 1px solid #ececec;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  color: #575757;
  margin-bottom: 20px;
  width: 100%;
  padding: 0px 15px;
  border-radius: 0;
}

.form-wrapper-emp input,
.form-wrapper-emp textarea {
  border-color: #cbcbcb;
  background: #ffffff;
}

.form-wrapper-emp {
  padding: 50px;
  background: #f1f1f1;
}

.form-wrapper-emp h2 {
  font-size: 40px;
  text-transform: capitalize;
  text-align: center;
}

.form-wrapper-emp h2.text-left {
  text-align: left;
}

section.contact_page input[type="text"],
section.contact_page input[type="password"],
section.contact_page select,
section.contact_page input[type="email"],
section.contact_page input[type="url"],
section.contact_page input[type="number"],
section.contact_page textarea,
section.contact_page input[type="tel"] {
  border: 1px solid #bdb7b7;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  color: #575757;
  height: 40px;
  margin-bottom: 20px;
  width: 100%;
  padding: 0px 15px;
  border-radius: 0;
}

section.contact_page h3 {
  text-align: center;
  font-size: 77px;
}

.contact_page-btn button.btn-theme {
  border: unset;
  background: unset;
}

/* Form-csss */
/* Donation Page  */
.donate_form_sec .donate_value {
  margin-top: 15px;
}

.donate_form_sec .donate_value li {
  display: inline-block;
  width: 17.5%;
  margin-bottom: 10px;
}

.donate_form_sec .donate_value li label {
  display: inline-block;
  width: auto;
  padding: 10px 5px;
  font-size: 20px;
  width: 100%;
  border: solid 2px #ccc;
  transition: all 0.3s;
}

.donate_form_sec .donate_value li:not(:last-child) {
  margin-right: 10px;
}

.donate_form_sec .donate_value li input[type="radio"] {
  display: none;
}

.donate_form_sec .donate_value li input[type="radio"]:checked + label {
  border: solid 2px #307b74;
  background-color: #307b74;
  color: #fff;
}

.donate_form_sec .donate_value li input[type="radio"] + label {
  border: solid 2px #000000;
  background-color: #fff;
  color: #000;
  font-weight: 500;
  font-size: 25px;
  text-transform: capitalize;
  text-align: center;
}

.donate_form_sec .donate_value li input[type="radio"] + label:hover {
  background: #ff9d01;
  color: #fff;
}

.checkbox_donate input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox_donate label {
  position: relative;
  cursor: pointer;
}

.checkbox_donate label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #307b74;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.checkbox_donate input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 7px;
  width: 4px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.direct_bank_transfer h4 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  margin-bottom: 30px;
  line-height: normal;
  padding-top: 0;
}

.direct_bank_transfer ul li input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.direct_bank_transfer ul li label {
  position: relative;
  cursor: pointer;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
}

.direct_bank_transfer ul li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b7b7b7;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.checkbox_donate label a {
  color: #d42433;
  text-decoration: underline;
}

.direct_bank_transfer .checkbox_donate {
  margin: 25px 0 25px;
}

.direct_bank_transfer .notee p {
  margin-bottom: 0 !important;
}

.direct_bank_transfer ul li input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #43d1db;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.direct_bank_transfer ul li:not(:last-child) {
  margin-bottom: 15px;
}

.direct_bank_transfer .radiosss-payments li input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  border-radius: 20px;
  left: 6px;
  border: 0;
  width: 10px;
  height: 10px;
  background-color: #000;
}

.direct_bank_transfer .radiosss-payments li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #307b74;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%),
    inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 50px;
}

.donate_form_sec select {
  width: 100%;
  height: 50px;
  appearance: auto;
  margin-bottom: 20px;
  border: 2px solid #adaeaf61;
  background: #fff !important;
  border-radius: 30px;
  color: #4d4d4d;
  font-size: 15px;
  padding: 10px 20px;
}

.donate_form_sec input {
  width: 100%;
  height: 50px;
  appearance: auto;
  margin-bottom: 20px;
  border: 2px solid #adaeaf61;
  border-radius: 30px;
  padding: 10px 20px;
}

.donate_form_sec input::placeholder {
  color: #4d4d4d;
  font-size: 15px;
}

.checkbox_donate {
  margin-bottom: 20px;
}

.direct_bank_transfer {
  padding: 60px 50px;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.direct_bank_transfer h4 {
  font-size: 35px;
  text-transform: capitalize;
  color: #000;
  font-weight: 500;
  position: relative;
}

.direct_bank_transfer .card-body {
  background-color: transparent;
  padding: 0;
  border: none;
}

.direct_bank_transfer .card-body p {
  color: #6e6e6e;
}

.card.card-body a {
  display: block;
  color: #cb8e03;
  text-transform: capitalize;
  font-size: 18px;
  position: relative;
}

.select_fields .value9 {
  display: none;
}

.donate_form_sec.clicked .select_fields .value9 {
  display: block;
}

#we-offer p a {
  color: inherit !important;
}

#we-offer p a:hover {
  color: inherit !important;
  text-decoration: underline;
}

section.donate-pg-sc h2 {
  font-size: 65px;
}

section.donate-pg-sc h2 span {
  color: #307b74;
}

section.donate-pg-sc {
  padding: 80px 0;
}

.don-meth label:before {
  border: 2px solid #000;
}

.don-meth label a {
  color: #307b74;
  text-decoration: underline;
  padding-left: 2px;
}

.don-meth label {
  color: #307b74;
}

.direct_bank_transfer .theme_btn {
  width: 100%;
  text-align: center;
  display: block;
}

.direct_bank_transfer .btn-1 {
  width: 100%;
  display: flex;
  align-items: center;
}

section.spon-sec {
  padding: 80px 0;
}

.spon-img img {
  width: 100%;
}

.spon-text h4 {
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  color: #ff9d01;
  font-family: "Oswald";
  font-weight: 400;
  padding: 20px 20px;
  margin: 30px 0;
  position: relative;
}

.spon-list-point {
  text-align: right;
}

.spon-heading h2 {
  font-size: 47px;
}

.spon-text h4:before {
  position: absolute;
  content: "";
  background: transparent;
  width: 150%;
  height: 100%;
  border: 1px solid #307b74;
  right: 0;
  top: 0;
  border-radius: 70px;
  z-index: -1;
}

.spon-list-point li {
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
  width: 95%;
}

.spon-list-point li:before {
  position: absolute;
  content: "";
  background: #307b74;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  right: -20px;
  top: 10px;
}

.spon-heading p {
  line-height: 30px;
}

section.spon-sec.spon-sec2 .spon-list-point {
  text-align: start;
}

section.spon-sec.spon-sec2 .spon-text h4:before {
  right: unset;
  left: 0;
}

section.spon-sec.spon-sec2 .spon-list-point li {
  margin: 0 0 0 auto;
  margin-bottom: 10px;
}

section.spon-sec.spon-sec2 .spon-list-point li:before {
  right: unset;
  left: -23px;
}

.home_form_wrap h4 {
  color: #307b74;
  text-transform: uppercase;
  font-size: 35px;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* end  */
.upload {
  border: 1px solid;
  height: 210px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.upload input[type="file"] {
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
}

.upload-abs {
  position: absolute;
}

.upload-abs img {
  margin-bottom: 10px;
}

.upload-abs a {
  height: 50px;
  font-size: 20px;
}

.home_form_wrap h5 {
  color: #307b74;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1;
}
.sponsorship-mainbtn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
section.comming-ev {
  padding-top: 100px;
  text-align: center;
  padding-bottom: 60px;
}

section.comming-ev h5 {
  color: #307b74;
  font-size: 23px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

section.comming-ev h6 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 40px;
}

section.comming-ev h2 {
  font-size: 60px;
  width: 70%;
  margin: 0 auto;
  line-height: 74px;
  padding-bottom: 20px;
}

section#eve2 {
  padding-top: 30px;
  padding-bottom: 0;
}

section#eve2 h6 {
  margin-bottom: 18px;
}


.carousel-control-prev, .carousel-control-next {
    height: fit-content;
    width: fit-content;
    margin: auto 0 !important;
    background: #ff9d01;
    opacity: 1;
    border-radius: 100%;
    padding: 10px;
}

.carousel-control-next {
    right: 30px;
}

.carousel-control-prev {
    left: 20px;
}

/*Responsive Start*/

@media only screen and (min-width: 1366px) and (max-width: 1980px){
.con-box {
    height: 430px;
}
.con-box {
    padding: 40px 40px;
}
section.inner-banner {
    height: 460px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1365px){
.supp-wrap h3 {
    font-size: 50px
}
.promote-middle {
    height: unset;
}
.pro-img img {
    height: 278px;
}
section.support {
    padding: 110px 0 80px 0;
}
section.support.volunteer {
    padding-top: 220px;
}
p {
    font-size: 14px;
}
h2 {
    margin-top: 20px;
}
.scholar-box > div > img {
    width: 270px;
    height: 285px;
}
.scholar-box > div > img.schl-box2-img {
    bottom: -100px;
    width: 279px;
}
.cons-text h3 {
    font-size: 20px;
    width: 90%;
}
img.ban-bg {
    width: 80%;
}
img.ban-main {
    width: 68%;
    height: 492px;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 1.5rem;
    height: 1.5rem;
}
.carousel-control-prev {
    left: 0px;
}
.carousel-control-next {
    right: 0px;
}
.consult-sec {
    margin-top: 0%;
}
section.inner-banner {
    height: 390px !important;
}
.res-box img {
    height: 360px;
}
.rev-box > div > img {
    width: 70% !important;
}

}

@media only screen and (min-width: 992px) and (max-width: 1199px){
.btn-1 {
    font-size: 18px;
    padding: 0 21px;
    height: 46px;
}
.menu_sec #menu li a {
        font-size: 13px;
}
img.ban-main {
        height: 438px;
}
.carousel-item {
    height: 560px;
}
.carousel-control-prev {
    left: 1px;
    padding: 5px;
}
img.ban-bg {
    height: 419px;
}
.banner_text h1 {
    width: unset !important;
    font-size: 38px !important;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 1rem;
    height: 1rem;
}
.carousel-control-next {
    right: 1px;
    padding: 5px;
}

h2 {
    font-size: 55px;
    margin-top: 20px;
}
.con-box {
    padding: 40px 20px;
    height: 381px;
}
.cons-imag {
    width: 110px;
    height: 110px;
}
.con-box:hover {
    padding: 30px 10px;
}
.cons-text h3 {
    font-size: 18px;
    width: 100%;
    margin: 10px 0;
}
.cons-imag img {
    width: 50px;
    height: 60px;
}
.abt-text p {
    font-size: 13px;
}
.abt-text h4 {
    font-size: 40px;
    padding: 15px 20px;
    margin: 18px 0;
}
.abt-text h2 {
    margin-bottom: 10px;
}
.scholarship-top h2 {
    font-size: 34px !important;
}
section.scholarship {
    padding: 50px 0;
}
.scholar-box > div:last-child {
    width: 100%;
}
.scholar-box h3 {
    font-size: 33px;
}
p {
    line-height: 23px;
    font-size: 14px;
}
.scholar-box > div > img {
    left: -31px;
    width: 210px;
    height: 225px;
}
.scholar-box > div > img.schl-box2-img {
    left: -20px;
    width: 199px;
    height: 235px;
}
section.support {
    padding: 90px 0 80px 0;
}
.supp-wrap {
    padding: 40px 21px;
}

.supp-wrap h3 {
    font-size: 43px;
    width: 100%;
}
.promote-middle h5 {
    font-size: 12px;
}
.promote-middle h6 {
    font-size: 13px;
     margin-bottom: 10px;
}
.promote-middle span {
    font-size: 11px;
}
.promote-middle {
    height: unset;
    padding: 10px 10px;
    border-radius: 18px;
}
.promote-middle:before {
    width: 20px;
    height: 20px;
    top: 20px;
}
.pro-img img {
    height: 211px;
    object-fit: cover;
}
section.promote-event {
    padding: 40px 0;
}

.supp-wrap {
    padding: 18px 21px;
}
section.support.volunteer .supp-img img {
    width: 270px;
}
section.support.volunteer {
    padding-top: 70px;
}

section.support {
    padding: 90px 0 50px 0;
}
.consult-sec {
    margin-top: 0%;
}
.scholar-box > div > a > i {
    width: 80px;
    height: 80px;
    font-size: 20px;
}
section.inner-banner h1 {
    width: unset;
}
section.comming-ev h2 {
    font-size: 36px;
    line-height: 66px;
    width: 100%;
    padding-bottom: 4px;
}
section.inner-banner {
    height: 320px;
}
.rev-box {
    display: block;
}
.rev-box > div:first-child {
    margin: 0 auto;
}
.rev-box > div:last-child {
    width: 100%;
}
.rev-box p {
    font-size: 13px;
}
p.paraeve span {
    font-size: 12px !important;
}
.spon-heading h2 {
    font-size: 34px;
    margin-bottom: 10px;
}
.spon-text h4 {
    font-size: 38px;
}
.spon-list-point ul li {
     width: unset !important;
    font-size: 14px !important;
}
.blog-text h4 {
        font-size: 20px;
}
ul.blog-list h6 {
    margin-bottom: 0px;
    font-size: 12px;
}
ul.blog-list li {
    font-size: 12px;
}

.direct_bank_transfer h4 {
    margin-bottom: 10px;
}
.direct_bank_transfer {
    padding: 20px 20px;
}
.donate_form_sec .donate_value li input[type="radio"] + label {
    font-size: 19px;
}
.don-meth label a {
    font-size: 10px;
}
.don-meth label {
    font-size: 12px;
}
.donor-wrap img {
    height: 230px;
}
.donor-wrap h6 {
    font-size: 22px;
    margin: 20px 0 8px;
}
.abt-text h4:before {
    width: 100%;
}
.contact-text h3 {
    font-size: 44px;
}
.contact-buton .btn-1 {
    height: 61px;
}
.contact-text p {
    width: 84%;
}
ul.contact-page-list p, ul.contact-page-list a {
    width: 62%;
}
.contact-input input {
    height: 58px;
}
.spon-text h4 {
    margin: 17px 0;
}
.spon-img {
    margin-top: 50px;
}
section.spon-sec {
    padding: 40px 0;
}
.contact-text h3 {
    width: 90% !important;
}
ul.contact-page-list p, ul.contact-page-list a {
    width: 59% !important;
}
.res-box img {
    height: 300px;
}
ul.slick-dots {
    display: none !important;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px){
.btn-1 {
    font-size: 18px;
    padding: 0 21px;
    height: 46px;
}
.menu_sec #menu li a {
    font-size: 10px;
}
img.ban-main {
    height: 408px;
}
.banner_text h1 {
    width: unset !important;
    font-size: 38px !important;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 1rem;
    height: 1rem;
}
.carousel-item {
    height: 480px;
}
section.inner-banner {
    height: 250px;
}

.carousel-control-next {
    right: 2px;
    padding: 5px;
}
.carousel-control-prev {
    left: 3px;
    padding: 5px;
}
h2 {
    font-size: 55px;
    margin-top: 20px;
}
.con-box {
    padding: 40px 20px;
    height: 381px;
}
.cons-imag {
    width: 110px;
    height: 110px;
}
.con-box:hover {
    padding: 30px 10px;
}
.cons-text h3 {
    font-size: 18px;
    width: 100%;
    margin: 10px 0;
}
.cons-imag img {
    width: 50px;
    height: 60px;
}
.abt-text p {
    font-size: 13px;
}
.abt-text h4 {
    font-size: 40px;
    padding: 15px 20px;
    margin: 18px 0;
}
.abt-text h2 {
    margin-bottom: 10px;
}
.scholarship-top h2 {
    font-size: 34px !important;
}
section.scholarship {
    padding: 50px 0;
}
.scholar-box > div:last-child {
    width: 100%;
}
.scholar-box h3 {
    font-size: 33px;
}
p {
    line-height: 23px;
    font-size: 14px;
}
.pro-text p {
    font-size: 13px;
}

.scholar-box > div > img {
    left: -31px;
    width: 210px;
    height: 225px;
}
.scholar-box > div > img.schl-box2-img {
    left: -20px;
    width: 199px;
    height: 235px;
}
section.support {
    padding: 90px 0 80px 0;
}
.supp-wrap {
    padding: 40px 21px;
}

.supp-wrap h3 {
    font-size: 43px;
    width: 100%;
    margin-bottom: 12px;
 }
 .supp-wrap p {
    font-size: 13px;
    width: 94%;
}
.range-slider input[type="range"] {
    width: 91%;
}
.range-slider {
    margin: 23px 0;
}
.supp-img img {
    width: 48%;
}
.res-box img {
    height: 219px;
    border-radius: 20px;
}
.spon-text h4:before {
    width: 100%;
}
.promote-middle h5 {
     font-size: 12px;
    margin-bottom: 4px;
}
.promote-middle h6 {
    font-size: 13px;
    margin-bottom: 5px;
}
.pro-text h3 {
    margin-bottom: 10px;
}
.promote-middle span {
    font-size: 10px;
    padding: 5px 7px;
}
.promote-middle {
        height: unset;
        padding: 5px 10px;
        border-radius: 18px;
 }
 .promote-middle:before {
    width: 15px;
    height: 15px;
    top: 11px;
 }

 .pro-img img {
    height: unset;
    object-fit: cover;
    border-radius: 18px;
}
section.promote-event {
    padding: 40px 0;
}

.supp-wrap {
    padding: 18px 21px;
}
section.support.volunteer .supp-img img {
    width: 270px;
}
section.support.volunteer {
    padding-top: 70px;
}

section.support {
    padding: 90px 0 50px 0;
}
.consult-sec {
    margin-top: 0%;
}
.scholar-box > div > a > i {
    width: 80px;
    height: 80px;
    font-size: 20px;
}
section.inner-banner h1 {
    width: unset;
    font-size: 54px;
}
section.comming-ev h2 {
    font-size: 50px;
    line-height: 66px;
    width: 100%;
}
.rev-box {
    display: block;
}
.rev-box > div:first-child {
    margin: 0 auto;
}
.rev-box > div:last-child {
    width: 100%;
}
.rev-box p {
    font-size: 13px;
}
p.paraeve span {
    font-size: 12px !important;
}
.spon-heading h2 {
    font-size: 34px;
    margin-bottom: 10px;
}
.spon-text h4 {
    font-size: 38px;
}
.spon-list-point ul li {
    width: unset !important;
}
.blog-text h4 {
    font-size: 24px;
}
ul.blog-list h6 {
    margin-bottom: 0px;
}

.direct_bank_transfer h4 {
    margin-bottom: 10px;
}
.direct_bank_transfer {
    padding: 20px 20px;
}
.donate_form_sec .donate_value li input[type="radio"] + label {
    font-size: 19px;
}
.don-meth label a {
    font-size: 10px;
}
.don-meth label {
    font-size: 12px;
}
.donor-wrap img {
    height: 170px;
}
.donor-wrap h6 {
    font-size: 22px;
    margin: 20px 0 8px;
}
.abt-text h4:before {
    width: 100%;
}
section.spon-sec .row {
    display: flex;
    justify-content: center;
}
section.inner-banner {
    height: 250px !important;
}
section.about-us .row {
    display: flex;
    justify-content: center;
}
.blog-detail-imag img {
    height: 450px;
}
.contact-buton button {
    height: 61px;
}
}

@media only screen and (min-width: 520px) and (max-width: 767px){
    .btn-1 {
        font-size: 23px;
        padding: 0 28px;
}
.top-head {
    width: 100%;
}
p {
    line-height: 25px;
    font-size: 14px;
}
h2 {
    font-size: 40px;
    margin: 0 0 11px;
    margin-top: 60px;
}
.con-box {
    padding: 40px 20px;
    height: 470px;
}
.con-box:hover {
    padding: 30px 20px;
}
.cons-text h3 {
    font-size: 23px;
    width: 90%;
    margin: 10px 0;
    
}
.scholar-box > div:last-child {
    width: 100%;
}
.scholar-box {
    margin-bottom: 30px;
}
.scholar-box > div > img {
    width: 178px;
    height: 196px;
}
.scholar-box > div > img.schl-box2-img {
    width: 219px;
    height: 185px;
}
.blog-detail-imag img {
    height: 330px;
}
.blog-detail-text ul.blog-list {
    gap: 20px;
}
.blog-detail-text  ul.blog-list h6 {
    margin-bottom: 0px;
}
.blog-detail-text {
    padding: 30px;
}

.blog-detail-text h3 {
    font-size: 28px;
}


.blog-detail-text .blog-text h6 {
    margin-bottom: 0px;
}
.supp-wrap {
    padding: 40px 20px;
}
.supp-wrap h3 {
    font-size: 29px;
    width: 100%;
}
.pro-img {
    margin-bottom: 20px;
}
.promote-middle {
    height: unset;
    margin-bottom: 20px;
}
.pro-img img {
    object-fit: cover;
}
section.support.volunteer {
    padding-top: 70px;
}
section.support {
    padding: 70px 0 20px 0;
}

.supp-wrap p {
    font-size: 13px;
}
.supp-wrap {
    height: 520px;
}
section.support.volunteer .supp-img img {
    right: -2px;
    left: unset;
    width: 180px;
}
.rev-box > div:last-child {
    width: 100%;
    text-align: center;
}
.supp-img img {
        width: 50%;
}
.contact-text h3 {
    font-size: 33px;
    width: 100%;
}
.contact-text p {
    font-size: 13.42px;
    width: 99%;
}
ul.contact-page-list p, ul.contact-page-list a {
    font-size: 14.86px;
    width: 100%;
}
footer.contact-page {
    padding-top: 40px;
}
.ftr-btm p {
    text-align: center;
}
.rev-box > div:first-child {
    width: 40%;
    margin: 0 auto;
}
.rev-box > div:last-child {
    width: 100%;
}
.rev-box p {
    font-size: 13px;
}
.rev-box h5 {
    text-align: center;
}
.rev-box h5 {
    text-align: center;
}
.rev-box {
    display: block;
    padding: 30px 11px;
}
.abt-text h4 {
    font-size: 38px;
}
.banner_text h1 {
        font-size: 44px !important;
        width: 101% !important;
        line-height: 51px !important;
}
img.ban-main {
        height: 382px;
}
img.ban-bg {
    right: 60px;
    width: 79%;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 1rem;
    height: 1rem;
}
.banner_text {
    margin-bottom: 40px;
}
.carousel-control-next {
    right: 20px;
    top: 50px;
}
.carousel-control-prev {
    left: 10px;
    top: 60px;
}
.scholarship-top h2 {
    font-size: 18px !important;
}
.scholarship-top a {
    margin-top: 30px;
}
.scholar-box > div > a > i {
    width: 80px;
    height: 80px;
    font-size: 25px;
    margin-top: -40px;
    margin-right: -20px;
}
 section.inner-banner h1 {
    font-size: 42px;
}
section.inner-banner {
    height: 220px !important;
}
section.comming-ev h2 {
    font-size: 30px;
    width: 100%;
    line-height: 44px;
}
section.comming-ev h6 {
    font-size: 15px;
    line-height: 23px;
}
.volunt-page .supp-wrap {
        height: 790px !important;
}
.donor-wrap img {
    width: 80%;
    height: 410px;
}
.donor-wrap {
    margin-bottom: 30px;
}
.donate_form_sec .donate_value li input[type="radio"] + label {
    font-size: 11px;
}
section.donate-pg-sc h2 {
    font-size: 32px;
    margin-top: 0px;
}
.direct_bank_transfer {
    padding: 51px 11px;
}
.contact-text h3 {
    font-size: 38px !important;
    width: 100% !important;
}
.contact-text p {
    font-size: 13.42px !important;
    width: 102% !important;
}
ul.contact-page-list p, ul.contact-page-list a {
    font-size: 13.86px !important;
    width: 100% !important;
}
.contact-text h3 {
    font-size: 28px !importantx;
    width: 100% !important;
}
.spon-list-point li {
    font-size: 12px !important;
    width: 95% !important;
}
    .spon-heading h2 {
    font-size: 35px;
}
.spon-text h4 {
    font-size: 31px;
}
section.spon-sec {
    padding: 60px 0px 0px;
}
.blog-text h4 {
    font-size: 15px;
}
ul.blog-list li {
    gap: 3px;
}
ul.blog-list h6 {
    font-size: 12px;
}
ul.blog-list li {
    font-size: 12px;
}
section.blog-sec.blog-pag {
    padding: 0px 0 0px;
}
}

@media only screen and (min-width: 300px) and (max-width: 519px){
.btn-1 {
        font-size: 23px;
        padding: 0 28px;
}
.top-head {
    width: 100%;
}
p {
    line-height: 25px;
    font-size: 13px;
}
h2 {
    font-size: 40px;
    margin: 0 0 11px;
    margin-top: 60px;
}
.con-box {
        padding: 40px 16px;
        height: 460px;
        background: #307b74;
        border-radius: 40px;
        margin-bottom: 20px;
}
.con-box:hover {
    background: #307b74;
    box-shadow: unset;
    padding: 30px 17px;
}
.cons-text h3 {
    font-size: 23px;
    width: 100%;
    margin: 10px 0;
    
}
.scholar-box h3 {
    font-size: 29px;
}
.scholar-box > div:last-child {
    width: 100%;
}
.scholar-box {
    margin-bottom: 30px;
}
.scholar-box > div > img {
    width: 188px;
     height: 196px;
}
.scholar-box > div > img.schl-box2-img {
    width: 219px;
    height: 185px;
}
.supp-wrap {
    padding: 40px 20px;
}
.supp-wrap h3 {
    font-size: 27px;
    width: 100%;
}

.pro-img {
    margin-bottom: 20px;
}
.promote-middle {
        height: unset;
        margin-bottom: 20px;
}
section.support.volunteer {
    padding-top: 70px;
}
section.support {
    padding: 70px 0 80px 0;
}
.supp-wrap p {
    font-size: 12px;
}
.supp-wrap {
        height: unset;
}
section.support.volunteer .supp-img img {
        right: -2px;
        left: unset;
        width: 170px;
        position: unset;
}
.rev-box > div:last-child {
    width: 100%;
    text-align: center;
}
.supp-img img {
    width: 94%;
    position: unset;
    margin-bottom: -40px;
}
.contact-text h3 {
    font-size: 33px;
    width: 100%;
}
.contact-text p {
    font-size: 13.42px;
    width: 99%;
}
ul.contact-page-list p, ul.contact-page-list a {
    font-size: 14.86px;
    width: 100%;
}
footer.contact-page {
    padding-top: 40px;
}
.ftr-btm p {
    text-align: center;
}
.rev-box > div:first-child {
    width: 40%;
    margin: 0 auto;
}
.rev-box > div:last-child {
    width: 100%;
}
.rev-box p {
    font-size: 13px;
}
.rev-box h5 {
    text-align: center;
}
.rev-box h5 {
    text-align: center;
}
.rev-box {
    display: block;
    padding: 30px 11px;
}
.abt-text h4 {
    font-size: 38px;
}
.banner_text h1 {
    font-size: 30px !important;
    width: 100% !important;
    line-height: 37px !important;
}
img.ban-main {
    height: 312px;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 1rem;
    height: 1rem;
}
.banner_text {
    margin-bottom: 40px;
}
.carousel-control-next {
        right: 20px;
        top: 22px;
        padding: 5px;
}
 .carousel-control-prev {
    left: 9px;
    top: 37px;
    padding: 5px;
}
.scholarship-top h2 {
    font-size: 18px !important;
}
.scholarship-top a {
    margin-top: 30px;
}
.scholar-box > div > a > i {
    width: 80px;
    height: 80px;
    font-size: 25px;
    margin-top: -40px;
    margin-right: -20px;
}
 section.inner-banner h1 {
    font-size: 42px;
}
section.inner-banner {
    height: 220px !important;
}
section.comming-ev h2 {
    font-size: 30px;
    width: 100%;
    line-height: 44px;
}
section.comming-ev h6 {
    font-size: 15px;
    line-height: 23px;
}
.volunt-page .supp-wrap {
    height: 1010px !important;
}
.donor-wrap {
    margin-bottom: 30px;
}
.donate_form_sec .donate_value li input[type="radio"] + label {
    font-size: 11px;
}
section.donate-pg-sc h2 {
    font-size: 32px;
    margin-top: 0px;
}
.direct_bank_transfer {
    padding: 51px 11px;
}
.contact-text h3 {
    font-size: 38px !important;
    width: 100% !important;
}
.contact-text p {
    font-size: 13.42px !important;
    width: 102% !important;
}
ul.contact-page-list p, ul.contact-page-list a {
    font-size: 13.86px !important;
    width: 100% !important;
}
.contact-text h3 {
    font-size: 28px !important;
    width: 100% !important;
}
.spon-list-point li {
    font-size: 12px !important;
    width: 95% !important;
}
    .spon-heading h2 {
    font-size: 35px;
}
.spon-text h4 {
    font-size: 31px;
}
section.spon-sec {
    padding: 60px 0px 0px;
}
.blog-text h4 {
    font-size: 15px;
}
ul.blog-list li {
    gap: 3px;
}
ul.blog-list h6 {
    font-size: 12px;
}
ul.blog-list li {
    font-size: 12px;
}
section.blog-sec.blog-pag {
    padding: 0px 0 0px;
}
.home_form_wrap h4 {
    font-size: 22px;
}
img.ban-bg {
    height: 320px;
}
.con-box:hover .cons-text p {
    color: #fff;
}
.con-box:hover h3 {
    color: #fff;
}
.cons-text p {
    display: unset;
}
.consult-box {
    background: unset;
}
.supp-img {
    text-align: center;
    margin-top: 30px;
}
.volunteer .supp-img img {
    margin-bottom: unset;
}
.volunteer .supp-img {
    text-align: center;
      margin-bottom: 20px;
       margin-top: 0px;
}
.blog-detail-text {
        padding: 10px;
        width: 97%;
}
.blog-detail-text ul.blog-list {
    gap: 6px;
}
.blog-detail-text .blog-text h6 {
    font-size: 9px;
    margin-bottom: 0px !important;
}
.blog-detail-text ul.blog-list li img {
    width: 30px;
    height: 30px;
}
.blog-detail-text h3 {
    font-size: 20px;
}
.blog-detail-text p span {
    font-size: 13px !important;
}

.blog-detail-text p {
    font-size: 14px !important;
}
.blog-detail-imag img {
    height: 230px;
}
}

/*Responsive End*/
