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

body a,
body button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body a:hover {
  text-decoration: none;
}

body a:focus,
body button:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

img {
  max-width: 100%;
  height: auto;
}

.container-fluid {
  max-width: 1600px;
}

body {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 68px;
  text-align: center;
  color: #000000;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #c94913;
  height: 6px;
  width: 80px;
}

h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #000000;
}

h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #000000;
}

.main-btn {
  padding: 15px 42px;
  background: #c94913;
  color: #fff;
  display: inline-block;
  border: 2px solid #c94913;
  transition: all 0.3s linear;
}

.main-btn:hover {
  background: #fff;
  color: #c94913;
}

.main-btn:hover i {
  left: 10px;
}

.p-120 {
  padding: 120px 0px;
}

/*============================= header starts here=================================== */
.drop-toggle {
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.cus-drop i {
  font-family: "fontAwesome";
  font-size: 16px;
  transition: all 0.4s linear;
}

.drop-menu {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background: #313030;
  z-index: 999;
  transition: all .3s linear;
}
.drop-menu .dropdown-item:hover {
  color: #000;
}
.drop-menu .dropdown-item {
  color: #fff;
  font-size: 16px;
}

.drop-angle {
  position: relative;
  transition: all .3s linear;
}

.bt-link {
  background: #c94913;
  color: #fff;
  padding: 18px 43px;
  display: inline-block;
  border: 1px solid #c94913;
  transition: all 0.3s linear;
}

.bt-link:hover {
  background: #fff;
  color: #c94913;
}

.nav-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-header .navbar-nav .nav-item {
  margin-right: 40px;
}

.site-header .navbar-nav .nav-link {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  padding: 20px 0px;
}

.site-header .navbar-nav .nav-link:hover {
  color: #c94913;
}

.site-header {
  background: #F2F0E4;
  box-shadow: 0px 4px 45px #ededeb;
}

.navbar-brand img {
  max-width: 150px;
}

.banner-slider .slick-arrow {
  position: absolute;
  right: -101px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0, 0, 0, 0.3);
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0px;
  border-radius: 50%;
  z-index: 1;
}

.banner-slider .slick-arrow::after {
  content: "\f061";
  font-family: "fontAwesome";
  font-size: 18px;
  color: #fff;
}

.banner-slider .slick-prev.slick-arrow {
  left: -158px;
  right: auto;
}

.banner-slider .slick-prev.slick-arrow:after {
  content: "\f060";
  font-family: "fontAwesome";
}

/* home banner-sec starts here */

.home-banner-sec {
  background-size: cover;
  padding: 108px 0px;
}

.banner-text h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 69px;
  line-height: 84px;
  color: #ffffff;
}

.banner-text p {
  color: #fff;
}

.main-btn i {
  font-family: "fontAwesome";
  vertical-align: middle;
  padding-left: 12px;
  position: relative;
  left: 0;
  transition: all 0.3s linear;
}

.read-btn .main-btn {
  background: #fff;
  color: #000000;
  border: 2px solid #fff;
}

.read-btn .main-btn:hover {
  background: #000000;
  color: #fff;
}

.banner-box {
  max-width: 948px;
  width: 100%;
  margin-left: auto;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  padding: 56px 63px;
}

.read-btn {
  padding-top: 32px;
}

.cal-box .numb {
  font-size: 48px;
  line-height: 120%;
  font-weight: 700;
}

.arrow-btn i {
  font-family: "fontAwesome";
}

.recent-box {
  background: #FFFFFF;
  border: 1px solid #D1CEB8;
  padding: 50px;
  transition: all .3s linear;
}

.recent-text {
  width: calc(100% - 100px);
  padding-left: 50px;
}

.recent-box:hover {
  background: #FFFFFF;
  border: 1px solid #ffffff;
  box-shadow: 0px 6px 44px rgba(47, 49, 47, 0.08);
}

.head-wrapper {
  display: flex;
  justify-content: space-between;
}

.cal-box {
  background: #f2f0e4;
  border-radius: 8px;
  width: 100px;
  height: 100px;
  text-align: center;
  display: inline-block;
  padding: 13px 17px;
  transition: all 0.3s linear;
}

.arrow-btn i {
  width: 56px;
  height: 56px;
  background: #f2f0e4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #000;
  margin-bottom: 20px;
  transition: all 0.3s linear;
}

.recent-para {
  max-width: 1264px;
  width: 100%;
}

.recent-para p {
  margin: 0px;
}

.arrow-btn:hover i {
  background: #c94913;
  color: #ffffff;
}

.cal-box:hover {
  background: #c94913;
  border-radius: 8px;
  color: #ffffff;
}

.recent-box {
  margin-bottom: 40px;
}

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

.recent-sec {
  border: 1px solid #d1ceb8;
}

.donate-btn {
  margin-top: 30px;
  color: #000;
  text-decoration: underline;
}

.donate-btn:hover {
  color: #c94913;
  text-decoration: underline;
}

.welcome-btns {
  padding-top: 40px;
}

.welcome-text h2 {
  text-align: left;
}

.welcome-text h2:after {
  margin: unset;
}

.welcome-sec .row {
  align-items: center;
}

.welcome-sec {
  border-bottom: 1px solid #d1ceb8;
}

.build-text {
  padding: 40px 33px;
}

.build-box {
  background: #f2f0e4;
  border: 1px solid #d1ceb8;
  transition: all 0.3s linear;
  height: 100%;
}

.build-box:hover {
  background: #f2f0e4;
  box-shadow: 0px 2px 37px 10px rgba(0, 0, 0, 0.11);
}

.prog-head-wrap h2 {
  text-align: left;
}

.prog-text h2 {
  text-align: left;
  margin-bottom: 20px;
  padding: 0px;
}

.prog-text h2:after {
  display: none;
}

.prog-text .red {
  padding-bottom: 20px;
  display: inline-block;
}

.red {
  color: #c94913;
}

.prog-head-wrap h2:after,
.prog-text h2:after {
  margin: unset;
}

.program-sec {
  padding-bottom: 120px;
}

.program-sec .row {
  align-items: center;
}

.prog-head-wrap {
  border-bottom: 1px solid #d1ceb8;
  margin-bottom: 79px;
}

.prog-btns i {
  font-family: "FontAwesome";
  padding-left: 10px;
}

.prog-btns a {
  color: #d1ceb8;
}

.prog-btns .active {
  color: #000;
  padding-left: 20px;
}

.program-slider .slick-arrow {
  position: absolute;
  top: -163px;
  right: 0;
  left: auto;
  font-size: 20px;
  border: none;
  background: none;
  z-index: 1;
}

.program-slider .slick-arrow:after {
  content: "\f061";
  font-family: "fontAwesome";
  font-size: 18px;
  color: #000;
  padding-left: 10px;
}

.program-slider .slick-prev.slick-arrow {
  right: 140px;
  left: auto;
}

.program-slider .slick-prev.slick-arrow::before {
  content: "\f060";
  font-family: "fontAwesome";
  padding-right: 10px;
}

.program-slider .slick-prev.slick-arrow::after {
  display: none;
}

/* footer-sec starts here */
.footer-sec h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #ffffff;
}

.footer-sec p {
  font-size: 14px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  opacity: 0.78;
  margin: 0px;
}

.footer-sec small {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  opacity: 0.78;
}

.footer-sec ul {
  padding: 0;
  list-style-type: none;
}

.footer-sec a {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  opacity: 0.78;
}

.copy-write {
  text-align: center;
  background: #000;
  padding: 20px;
}

.copy-write p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  margin: 0px;
}

.footer-sec {
  background: #000;
  padding: 70px 0px;
  border-bottom: 1px solid #313030;
}

.footer-logo img {
  max-width: 112px;
}

.new-loc {
  padding-top: 20px;
}

.social-links {
  padding-top: 23px;
}

.social-links i {
  padding-right: 7px;
}

.contact-info h6 {
  margin: 0px;
}


/* ================= main-banner starts here ======================*/
.main-banner-sec {
  background-size: cover;
  padding: 130px 0px;
}

.main-banner-box {
  width: 100%;
  max-width: 659px;
  padding: 50px;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}

.main-banner-text {
  color: #fff;
}

.main-banner-text h3 {
  color: #fff;
}

/*============== .main-banner-ends here================= */
.temple-text h2 {
  text-align: left;
}

.temple-text h2:after {
  margin: unset;
}

.temple-sec .row {
  align-items: center;
}

.temple-sec .p-left {
  padding-left: 73px;
}

.facts-text h2 {
  text-align: left;
}

.facts-text h2::after {
  margin: unset;
}

.facts-list ul {
  padding: 10px;
  list-style-type: none;
}

.facts-list ul li::before {
  content: "\f0da";
  font-family: "fontAwesome";
  padding-right: 10px;
  color: #C94913;
}

.facts-sec {
  background: #F2F0E4;
}

.facts-sec .p-top {
  padding-top: 20px;
}

.facts-sec .row {
  align-items: center;
}

.facts-list ul li {
  display: flex;
}

.donate-text {
  text-align: center;
  max-width: 991px;
  margin: auto;
}

.gradient-sec {
  background: linear-gradient(180deg, #F2F0E4 0%, rgba(242, 240, 228, 0.53) 82.29%, rgba(242, 240, 228, 0.13) 100%);
}

.fact-img img {
  width: 100%;
  object-fit: cover;
}

/*============= project-sec starts here======================= */
.project-list h2 {
  text-align: left;
}

.project-list h2:after {
  margin: unset;
}

.project-list ul {
  padding: 10px;
  list-style-type: none;
}

.project-list ul li {
  display: flex;
  padding-bottom: 10px;
}

.project-list ul li::before {
  content: "\f0da";
  font-family: "fontAwesome";
  padding-right: 10px;
  color: #C94913;
}

.design-slider .slick-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  border: none;
  font-size: 0;
  background: #fff;
  box-shadow: 0px 4px 84px rgba(157, 157, 157, 0.41);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.design-slider .slick-arrow:after {
  content: "\f061";
  font-family: "fontAwesome";
  font-size: 27px;
  font-weight: 500;
  color: #C94913;
}

.design-slider .slick-prev.slick-arrow {
  right: auto;
  left: 0;
}

.design-slider .slick-prev.slick-arrow:after {
  content: "\f060";
  font-family: "fontAwesome";
}

.design-sec {
  padding-bottom: 120px;
}

.service-head-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-box {
  background: #FFFFFF;
  border: 1px solid #D1CEB8;
  padding: 50px;
  transition: all .3s linear;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-box:hover {
  background: #FFFFFF;
  box-shadow: 0px 4px 94px rgba(184, 184, 184, 0.25);
  border: 1px solid #fff;
}

.service-head h3 {
  margin-bottom: 6px;
}

.service-text {
  padding: 20px 0px
}

.service-btn {
  margin-top: auto;
}

.service-head span {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #C94913;
}

.amount h6 {
  font-size: 26px;
  line-height: 31px;
  font-weight: 700;
  color: #C94913;
  margin: 0px;
}

.ser-btn {
  background: #F2F0E4;
  color: #000;
  border: none;
}

.ser-btn:hover {
  background: #C94913;
  color: #fff;
}

.service-sec .p-top {
  padding-top: 40px;
}

.contact-list ul {
  padding: 0px;
  list-style-type: none;
}

.contact-list ul li {
  margin-bottom: 50px;
}

.contact-list ul li a {
  display: flex;
  align-items: flex-start;
}

.contact-list ul li:last-child {
  margin: 0px;
}

.contact-list i {
  min-width: 80px;
  height: 80px;
  background: #F2F0E4;
  border-radius: 50%;
  color: #C94913;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  margin-right: 20px;
}

.contact-list h5 {
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
  text-transform: capitalize;
  color: #000000;
}

.contact-list p {
  color: #000000;
  margin: 0px;
}

.contact-us-text h2 {
  text-align: left;
}

.contact-us-text p {
  margin-bottom: 20px;
}

.contact-us-text h2:after {
  margin: unset;
}

.location-wrapper {
  width: calc(100% - 80px);
}

/*======================== donaar-sec starts here============================== */
.serch-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.serch-wrap {
  width: 40%;
}

.serch-wrap input {
  background: #FFFFFF;
  border: 1px solid #D1CEB8;
  padding: 9px 15px;
  width: 100%;
  max-width: 411px;
  background-image: url(../../../../uploads/2023/01/searchicon.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 22px;
}

.serch-wrap input:focus {
  outline: none;
}

.serch-wrap label {
  display: block;
}

.select-wrap {
  width: 60%;
}

.select-wrap select {
  padding: 13px 20px;
  max-width: 215px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D1CEB8;
  margin-left: 20px;
  appearance: none;
  background-image: url(../../../../uploads/2023/01/caret-down.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.select-wrap select:focus {
  outline: none;
}

.donor-list {
  padding-top: 40px;
}

.donor-head-wrapper {
  display: flex;
}

.donor-holder-wrapper {
  display: flex;
  justify-content: space-between;
  border: 1px solid #D1CEB8;
}

.donor-holder-wrapper>div {
  padding: 30px;
}

.donor-head {
  background: #C94913;
  border: 1px solid #D1CEB8;
  width: 100%;
  padding: 26px 22px;
  color: #fff;
}

.donor-head h6 {
  margin: 0px;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  text-transform: capitalize;
  color: #FFFFFF;
}

.donor-name {
  width: 50%;
  border-right: 1px solid #D1CEB8;
}

.donor-ammount {
  width: 50%;
}

.donor-holder-wrapper p {
  margin: 0px;
}

.select-wrap label {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
}

.donor-holder-wrapper p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  text-transform: capitalize;
}

.donor-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
}

.donor-btn {
  color: #D1CEB8;
}

.donor-btn:first-child::after {
  content: "|";
  margin: 0px 20px;
}

.donor-btn i {
  font-family: "fontAwesome";
  padding: 0px 10px;
}

.active {
  color: #000 !important;
}

.serch-wrapper label {
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
}

.upcom-row {
  align-items: center;
  margin-bottom: 67px;
  border-bottom: 1px solid #DEDBCB;
  padding-bottom: 80px;
}

.upcom-row:nth-child(even) {
  flex-direction: row-reverse;
}

.upcom-row:nth-child(even) .p-left {
  padding-left: 15px;
  padding-right: 60px;
}

.upcom-row .p-left {
  padding-left: 60px;
}

li.page-item:first-child a.page-link,
li.page-item:last-child a.page-link {
  background: rgba(201, 73, 19, 0.09);
  border: 1px solid #C94913;
  border-radius: 250px;
  color: #C94913;
  font-size: 15px;
}

.page-link {
  border: 1px solid #ECE4E3;
  height: 59px;
  width: 59px;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #000000;
  margin: 0px 7px;
}

a.page-link i {
  font-family: "fontAwesome";
}

.page-link:hover {
  background: #C94913;
  color: #fff;
}

ol.breadcrumb {
  background: none;
  border: none;
  justify-content: center;
  margin: 0px;
  padding: 40px;
  border-bottom: 1px solid #DEDBCB;
}

ol.breadcrumb a {
  color: #000;
}

.detail-sec {
  background: #FFFFFF;
  box-shadow: 0px 4px 44px rgb(184 184 184 / 25%);
  padding: 60px;
  width: 100%;
  max-width: 1340px;
  margin: -84px auto auto;
  position: relative;
  z-index: 99;
}

.upper-text h2 {
  text-align: left;
  margin: 0px;
}

.detail-sec h2::after {
  display: none;
}

.upper-text span {
  padding-bottom: 30px;
  display: inline-block;
}

.lower-text {
  padding: 50px 0px 40px;
}

.lower-text ul {
  padding: 0px;
  list-style-type: none;
}

.lower-text ul li {
  padding-bottom: 15px;
  display: flex;
}

.lower-text ul li::before {
  content: "\f0da";
  font-family: "fontAwesome";
  padding-right: 10px;
  color: #C94913;
}

.lower-text h3 {
  margin-bottom: 20px;
}

.rotate {
  transform: rotate(180deg) !important;
}

/* filter-sec */
.category-filter-sec {
  background: #FFFFFF;
  border: 1px solid #D1CEB8;
  padding: 30px 40px;
  margin: -30px auto auto;
}

.filter-wrapper {
  display: flex;
  align-items: center;
}

.filter-wrapper .category-filter {
  width: 315px;
  padding-right: 15px;
}

.filter-wrapper .search-filter {
  width: calc(100% - 315px);
  padding-left: 15px;
}

.search-filter .search-form {
  display: flex;
  border-left: 1px solid #EBEBEB;
}

.filter-wrapper .search-filter input.form-control {
  height: auto;
  padding-left: 40px;
  border: 0px;
  border-radius: 0px;
  font-size: 16px;
  color: #61666B;
}

.filter-wrapper .search-filter input.form-control:focus {
  outline: none;
  box-shadow: none;
}

.filter-wrapper .category-filter select {
  border: 0px;
  font-size: 16px;
  color: #61666B;
  background-size: 12px;
}

.filter-wrapper .category-filter select:focus {
  outline: none;
  box-shadow: none;
}

form.search-form .main-btn {
  padding: 13px 50px;
}

.statement-head h2 {
  text-align: left;
  margin: 0px;
}

.statement-head h2::after {
  display: none;
}

.statement-head span {
  display: inline-block;
  padding-bottom: 50px;
}

.statement-text {
  padding: 50px 0px 60px;
}

.statement-btns {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #D1CEB8;
  border-bottom: 1px solid #D1CEB8;
  padding: 30px;
}

a.next-btn {
  color: #D1CEB8;
}

.statement-btns i {
  padding: 0px 10px;
}

@media only screen and (max-width: 1799px) {
  .banner-slider .slick-arrow {
    right: 0px;
  }

  .banner-slider .slick-prev.slick-arrow {
    left: 29px;
  }

  .banner-box {
    margin: 0 110px 0 auto;
  }

  .design-slider .slick-arrow {
    width: 100px;
    height: 100px;
  }
}

@media only screen and (min-width: 1600px) {
  .category-sec .container {
    max-width: 1440px;
  }
}

@media only screen and (max-width: 1599px) {
  .site-header .navbar-nav .nav-item {
    margin-right: 26px;
  }

  .banner-box {
    max-width: 758px;
  }

  .banner-box {
    padding: 46px 53px;
  }

  .banner-text h1 {
    font-size: 55px;
    line-height: 1.5;
  }

  .design-slider .slick-arrow {
    width: 80px;
    height: 80px;
  }

  .design-slider .slick-arrow:after {
    font-size: 24px;
  }

  .detail-sec {
    max-width: 1191px;
  }
}

@media only screen and (max-width: 1399px) {
  .site-header .navbar-nav .nav-link {
    font-size: 16px;
    line-height: 1.5;
  }

  .site-header .navbar-nav .nav-item {
    margin-right: 30px;
  }

  .bt-link {
    padding: 18px 26px;
  }

  .navbar-brand img {
    max-width: 120px;
  }

  .cus-drop i {
    font-size: 14px;
  }

  .banner-slider .slick-arrow {
    width: 70px;
    height: 70px;
  }

  .banner-box {
    max-width: 608px;
  }

  .banner-text h1 {
    font-size: 42px;
  }

  .banner-box {
    padding: 36px 43px;
  }

  .recent-box {
    padding: 30px;
  }

  .recent-para {
    max-width: 974px;
  }

  .recent-text {
    padding-left: 30px;
  }

  .p-120 {
    padding: 100px 0px;
  }

  .program-sec,
  .design-sec {
    padding-bottom: 100px;
  }

  .build-text {
    padding: 20px 29px;
  }

  .design-slider .slick-arrow {
    width: 70px;
    height: 70px;
  }

  .design-slider .slick-arrow:after {
    font-size: 21px;
  }

  .service-box {
    padding: 30px;
  }

  .contact-list h5 {
    font-size: 22px;
    line-height: 1.5;
  }

  .upcom-row:nth-child(even) .p-left {
    padding-left: 15px;
    padding-right: 15px;
  }

  .upcom-row .p-left {
    padding-left: 15px;
  }

  .detail-sec {
    max-width: 991px;
  }

  .category-filter-sec {
    padding: 30px;
  }

  .temple-sec .p-left {
    padding-left: 15px;
  }

}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1199px) {
  .navbar-brand img {
    max-width: 100px;
  }

  .site-header .navbar-nav .nav-link {
    font-size: 14px;
    line-height: 1.5;
    padding: 20px 0px;
  }

  .site-header .navbar-nav .nav-item {
    margin-right: 20px;
  }

  .bt-link {
    padding: 14px 16px;
    font-size: 16px;
  }

  .cus-drop i {
    font-size: 12px;
  }

  .head-wrapper {
    align-items: center;
  }

  .p-120 {
    padding: 70px 0px;
  }

  .program-sec,
  .design-sec {
    padding-bottom: 70px;
  }

  h2 {
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 30px;
  }

  .build-text {
    padding: 20px;
  }

  .amount h6 {
    font-size: 21px;
    line-height: 1.5;
  }

  .service-head span {
    font-size: 16px;
    line-height: 1.2;
  }

  .contact-list i {
    min-width: 60px;
    height: 60px;
    font-size: 22px;
  }

  .contact-list h5 {
    font-size: 20px;
    line-height: 1.5;
  }

  .select-wrap select {
    margin-left: 10px;
  }

  .serch-wrapper label {
    font-size: 16px;
    line-height: 1.5;
  }

  .select-wrap select {
    max-width: 124px;
  }

  .serch-wrap input {
    max-width: 271px;
  }

  .upcom-row {
    margin-bottom: 43px;
    padding-bottom: 50px;
  }

  .detail-sec {
    max-width: 831px;
    padding: 50px;
  }

  .main-banner-box {
    width: 100%;
    max-width: 630px;
    padding: 30px;
  }

  .main-banner-sec {
    padding: 60px 0px;
  }
}

@media only screen and (min-width: 992px) {
  .drop-angle:hover .drop-menu {
    visibility: visible;
    opacity: 1;
  }

  .drop-angle:hover .cus-drop i {
    transform: rotate(180deg);
    color: #c94913;
  }
}

@media only screen and (max-width: 991px) {
  .site-header .navbar-toggler {
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #313030;
  }

  .bars {
    width: 30px;
    height: 3px;
    background: #fff;
    border-radius: 10px;
    margin: 4px 0px;
  }

  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 20px 0px;
    background: #313030;
    z-index: 999;
    transition: all .4s linear;
  }

  .site-header {
    position: relative;
  }

  .site-header .navbar {
    position: static;
    flex-wrap: nowrap;
  }

  .site-header .col-md-9 {
    position: static;
  }

  .site-header .navbar-nav .nav-link {
    padding: 10px 15px;
    color: #ffffff;
  }

  .nav-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 15px;
  }

  .drop-menu {
    position: static;
    margin-left: 15px;
    visibility: visible;
    opacity: 1;
    display: none;
    transition: none;
  }

  .cus-drop i {
    color: #fff;
  }

  .drop-angle:hover .cus-drop i {
    transform: unset;
    color: #c94913;
  }

  .banner-box {
    max-width: 398px;
    padding: 26px 33px;
  }

  .banner-text h1 {
    font-size: 28px;
  }

  .banner-slider .slick-arrow {
    width: 60px;
    height: 60px;
  }

  .home-banner-sec {
    padding: 70px 0px;
  }

  .main-btn {
    padding: 8px 20px;
    font-size: 14px;
  }

  .banner-slider .slick-arrow::after {
    font-size: 16px;
  }

  h3 {
    font-size: 24px;
    line-height: 1.2;
  }

  body {
    font-size: 16px;
    line-height: 1.5;
  }

  .cal-box {
    padding: 22px;
  }

  .cal-box .numb {
    font-size: 35px;
    line-height: 1.5;
  }

  h2 {
    font-size: 32px;
  }

  h4 {
    font-size: 23px;
    line-height: 1.2;
  }

  .build-text {
    padding: 15px 10px;
  }

  .service-box {
    padding: 20px;
  }

  .amount h6 {
    font-size: 18px;
    line-height: 1.2;
  }

  .service-head span {
    font-size: 14px;
  }

  .main-banner-sec {
    padding: 70px 0px;
  }

  .serch-wrap input {
    max-width: 200px;
  }

  .donor-head {
    padding: 15px;
  }

  .donor-head h6 {
    font-size: 20px;
    line-height: 1.2;
  }

  .donor-holder-wrapper>div {
    padding: 20px;
  }

  .donor-holder-wrapper p {
    font-size: 18px;
    line-height: 1.2;
  }

  .navbar-toggler.open .bars {
    margin: -3px;
    transition: all .3s linear;
  }

  .navbar-toggler.open .bars.bar1 {
    transform: rotate(45deg);
  }

  .navbar-toggler.open .bars.bar2 {
    opacity: 0;
  }

  .navbar-toggler.open .bars.bar3 {
    transform: rotate(-45deg);
  }

  .site-header {
    box-shadow: 0px 4px 0px #ededeb;
  }

  .lower-text {
    padding: 20px 0px 0px;
  }

  .upper-text span {
    padding-bottom: 10px;
  }

  .detail-sec {
    max-width: 641px;
    padding: 40px;
    margin: -54px auto auto;
  }

  .category-filter-sec {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-slider .slick-prev.slick-arrow {
    left: 0px;
  }

  .banner-box {
    margin: auto;
  }

  .welcome-sec .p-top {
    padding-top: 30px;
  }

  .build-sec .row>div {
    margin-bottom: 30px;
  }

  .build-sec .row>div:last-child {
    margin-bottom: 0px;
  }

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

  body {
    font-size: 14px;
  }

  .program-slider .slick-arrow {
    top: -121px;
  }

  h2 {
    font-size: 27px;
    line-height: 1.2;
  }

  .prog-head-wrap {
    margin-bottom: 46px;
  }

  .program-slider .slick-prev.slick-arrow {
    right: 95px;
  }

  .p-120 {
    padding: 50px 0px;
  }

  .program-sec,
  .design-sec {
    padding-bottom: 50px;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .footer-sec {
    padding: 30px 0px;
  }

  .prog-text h2 {
    margin-bottom: 10px;
    padding-top: 20px;
  }

  .site-header .col-md-9 {
    padding: 0px;
  }

  .col-md-3.brand-ord {
    padding: 0px;
  }

  .site-header .navbar {
    padding: 10px;
  }

  .design-slider .slick-arrow {
    width: 60px;
    height: 60px;
  }

  .service-sec .row>div:first-child {
    padding-bottom: 40px;
  }

  .contact-list ul li a {
    margin-bottom: 30px;
  }

  .main-banner-box {
    padding: 30px;
  }

  .serch-wrap input {
    max-width: 158px;
  }

  .serch-wrapper label {
    font-size: 14px;
  }

  .donor-head h6 {
    font-size: 18px;
    line-height: 1.2;
  }

  .donor-holder-wrapper p {
    font-size: 16px;
  }

  .donor-btn-wrapper {
    padding-top: 30px;
  }

  .site-header {
    box-shadow: 0px 4px 0px #ededeb;
  }

  .upcom-row {
    margin-bottom: 20px;
    padding-bottom: 30px;
  }

  .temple-ing {
    max-width: 400px;
    margin: auto;
  }

  .detail-sec {
    max-width: 481px;
    padding: 30px;
    margin: -42px auto auto;
  }

  ol.breadcrumb {
    padding: 30px;
  }

  .filter-wrapper .category-filter {
    width: 185px;
  }

  .filter-wrapper .search-filter {
    width: calc(100% - 185px);
  }

  .filter-wrapper .search-filter input.form-control {
    font-size: 14px;
  }

  .search-filter .search-form .main-btn {
    padding: 8px 15px;
  }

  .statement-text {
    padding: 20px 0px 20px;
  }

  .statement-btns {
    padding: 20px;
  }

  .temple-text {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .recent-box .row {
    flex-direction: column
  }

  .recent-text {
    padding-left: 0px;
    width: 100%;
  }

  .recent-box {
    position: relative;
  }

  a.arrow-btn {
    position: absolute;
    top: 33px;
    right: 13px;
    margin: 0px;
  }

  .cal-box {
    margin-bottom: 20px;
  }

  .arrow-btn i {
    margin: 0px;
  }

  .banner-box {
    max-width: 245px;
    padding: 26px 13px;
  }

  .banner-slider .slick-arrow {
    width: 50px;
    height: 50px;
  }

  .banner-text h1 {
    font-size: 24px;
  }

  .program-slider .slick-arrow {
    top: -76px;
  }

  .program-slider .slick-arrow {
    font-size: 16px;
  }

  .program-slider .slick-arrow:after {
    font-size: 16px;
  }

  .site-header .navbar-toggler {
    width: 40px;
    height: 40px;
  }

  .bars {
    width: 26px;
  }

  .design-slider .slick-arrow {
    width: 45px;
    height: 45px;
  }

  .design-slider .slick-arrow:after {
    font-size: 16px;
  }

  h3 {
    font-size: 25px;
    line-height: 1.2;
  }

  .service-head span {
    font-size: 12px;
  }

  .amount h6 {
    font-size: 16px;
    line-height: 1.2;
  }

  .main-banner-box {
    padding: 20px;
  }

  .main-banner-sec {
    padding: 50px 0px;
  }

  .serch-wrap,
  .select-wrap {
    width: 100%;
  }

  .serch-wrapper {
    flex-direction: column;
  }

  .serch-wrap input {
    max-width: unset;
    width: 100%;
  }

  .serch-wrapper label {
    font-size: 12px;
  }

  .donor-holder-wrapper p {
    font-size: 14px;
  }

  .donor-holder-wrapper>div {
    padding: 12px;
  }

  .page-link {
    height: 39px;
    width: 39px;
    font-size: 14px;
  }

  .site-header .navbar {
    padding: 0px;
  }

  .detail-sec {
    max-width: unset;
    padding: 20px;
    margin: 0px;
  }

  ol.breadcrumb {
    padding: 20px;
    font-size: 14px;
  }

  .filter-wrapper .category-filter {
    width: 100%;
    padding-right: 0px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 20px;
    padding-bottom: 12px;
  }

  .filter-wrapper .search-filter {
    width: 100%;
    padding-left: 0px;
  }

  .filter-wrapper .category-filter select {
    padding-left: 0px;
  }

  .search-filter .search-form {
    border-left: 0px;
  }

  .filter-wrapper .search-filter input.form-control {
    padding-left: 0px;
  }

  .filter-wrapper {
    flex-direction: column;
  }

  .navbar-brand img {
    max-width: 70px;
  }

  a.next-btn {
    color: #D1CEB8;
    font-size: 12px;
  }

  .statement-btns {
    padding: 10px;
  }

  .facts-sec .row .col-sm-6:first-child {
    padding-bottom: 30px;
  }
}


