@charset "UTF-8";
/**
 * Gurudwara reset
 * =================================
 * We use normalize.css for the bulk of our 'reset'
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  font: inherit;
}

*,
::before,
::after {
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/***********
  margins
  paddings
 **********/
html {
  box-sizing: border-box;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1520px;
    }
}


body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
nav,
select,
textarea,
ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

/*********
  hovers
 ********/
a,
button,
input[type=submit] {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
a:hover,
button:hover,
input[type=submit]:hover {
  cursor: pointer;
}

/**************
  decorations
 *************/
a,
button,
input,
select,
textarea {
  background: none;
  color: inherit;
  border: none;
  text-transform: none;
  text-decoration: none;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

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

/**
 * Paragraphs
 */
p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  font-weight: 600;
  color: #528052;
}

h2 {
  font-family: "Roboto", sans-serif;
  font-size: 44px;
  font-weight: 600;
  color: #528052;
}

h3 {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #528052;
}

h4 {
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  font-weight: 500;
  color: #528052;
}

h5 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #528052;
}

h6 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #528052;
}

* + h1,
* + .h1,
* + .alpha,
* + h2,
* + .h2,
* + .beta,
* + h3,
* + .h3,
* + .gamma,
* + h4,
* + .h4,
* + .delta {
  margin-top: 0px;
}

.section-heading {
  margin-bottom: 60px;
  text-align: center;
}
.section-heading h6 {
  font-size: 14px;
  color: #528052;
}
.section-heading h2 {
  color: #16213e;
}

.slick-dots {
  display: flex !important;
  align-items: center;
  position: absolute;
  left: 220px;
  right: 0px;
  margin: 0 auto;
  text-align: center;
  max-width: 100px;
  bottom: 40px;
}
.slick-dots li {
  background-color: #528052;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active {
  background-color: #528052;
  width: 15px;
  height: 15px;
}

.heading-h6 {
  color: #528052;
  font-size: 14px;
}

.heading-h2-bs {
  color: #16213e;
  margin-top: 10px;
  line-height: 64px;
}

.heading-h1-bs {
  color: #16213e;
}

.description-p {
  font-size: 17px !important;
  color: #41444b !important;
  line-height: 28px !important;
}

.widget-list-content {
  max-width: 250px;
}

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

.articles-card {
  border-top: 7px solid #528052;
  padding: 40px 50px;
  box-shadow: 0px 2px 25px #d8d8d8;
  margin-top: 50px;
  background-color: #fff;
  max-width: 400px;
  z-index: 9999;
  position: relative;
}

.pdf-wrapper {
  background-color: #f3f3f3;
}
.pdf-wrapper .display-6 {
  font-size: 20px;
  font-weight: 500;
}

.contact-card .contact-card-widget {
  border-top: 3px solid #528052;
  padding: 40px 50px;
  box-shadow: 0px 2px 25px #d8d8d8;
  margin-top: -80px;
  background-color: #fff;
  max-width: 416px;
  z-index: 9999;
  position: relative;
}
.contact-card .contact-card-widget p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  color: #41444b;
}
.contact-card .contact-card-widget h4 {
  color: #528052;
}
.contact-card .second-contact-card-widget {
  border-top: 0px !important;
  border-left: 7px solid #528052;
  box-shadow: 0 0;
  padding: 18px 40px;
}

.job-item-card {
  box-shadow: 0px 2px 25px rgba(0, 33, 91, 0.17);
  border: solid 1px #528052;
  border-left: solid 5px #528052;
  padding: 45px 40px;
}
.job-item-card h4 {
  line-height: 38px;
}
.job-item-card h6 {
  font-size: 18px;
  color: #528052;
  margin-top: 10px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.job-item-card h6 span {
  color: #00395c;
}

.bg-color-primary-dark {
  background-color: #528052;
}

.bg-color-pickle {
  background-color: #528052;
}

.pagination-wrapper .page-item .page-link {
  border: solid 2px #528052;
  color: #528052;
  border-radius: 0px;
  margin: 0px 3px;
  font-weight: 500;
  width: 36px;
  height: 36px;
  line-height: 20px;
  text-align: center;
  padding: 5px 0px;
}
.pagination-wrapper .page-item .page-link.active {
  background-color: #528052;
  color: #ffffff;
}
.pagination-wrapper .page-item .page-link:hover {
  background-color: #528052;
  color: #ffffff;
}

.blue-widget {
  background-color: rgba(60, 40, 118, 0.9) !important;
}

.green-widget {
  background-color: #528052;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  cursor: pointer;
  border: none;
  margin: 0;
  line-height: 2.5;
  height: 48px;
  padding: 0px 35px;
  overflow: visible;
  text-align: center;
  border-radius: 0px;
  user-select: none;
  background-color: #528052;
  transition: all 0.5s ease;
}
.btn, .btn:link, .btn:visited {
  color: #fff;
}
.btn:hover, .btn:active, .btn:focus {
  background-color: #3e613e;
}
.btn, .btn:hover, .btn:active, .btn:focus, .btn:visited {
  text-decoration: none;
}
.btn:active, .btn:focus {
  outline: none;
}
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.5;
}
.btn.white-btn {
  background-color: #ffffff;
  color: #00395c;
  padding: 9px 0px;
  width: 55px;
  height: 55px;
  line-height: 38px;
  font-size: 22px;
}
.btn.white-btn:hover, .btn.white-btn:active, .btn.white-btn:focus {
  background-color: #e6e6e6;
}
.btn.white-btn, .btn.white-btn:link, .btn.white-btn:visited {
  color: #00395c;
}
.btn.lg-btn-white {
  background-color: #ffffff;
  color: #00395c;
}
.btn.btn-transparent {
  background-color: transparent;
  height: auto;
  font-size: 14px;
  padding: 5px 0px;
  color: #005b94 !important;
  line-height: 14px;
}
.btn.btn-transparent:hover, .btn.btn-transparent:active, .btn.btn-transparent:focus {
  background-color: transparent;
  color: #528052 !important;
}
.btn.btn-transparent, .btn.btn-transparent:link, .btn.btn-transparent:visited {
  text-decoration: none;
}
.btn.btn-arrow {
  width: 55px;
  height: 55px;
  color: #00395c !important;
  padding: 14px 0px;
}
.btn.btn-pickle {
  width: 55px;
  height: 55px;
  padding: 4px 0px;
}
.btn.btn-blue {
  background-color: #528052;
  width: 55px;
  height: 55px;
  padding: 4px 0px;
}
.btn.btn-blue, .btn.btn-blue:link, .btn.btn-blue:visited {
  color: #fff;
}
.btn.btn-blue:hover, .btn.btn-blue:active, .btn.btn-blue:focus {
  background-color: #291b50;
}
.btn.btn-blue, .btn.btn-blue:hover, .btn.btn-blue:active, .btn.btn-blue:focus, .btn.btn-blue:visited {
  text-decoration: none;
}
.btn.btn-blue:active, .btn.btn-blue:focus {
  outline: none;
}
.btn.btn-blue.disabled, .btn.btn-blue[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.5;
}

.btn--primary {
  background-color: #00ff00;
}
.btn--primary, .btn--primary:link, .btn--primary:visited {
  color: #fff;
}
.btn--primary:hover, .btn--primary:active, .btn--primary:focus {
  background-color: #00cc00;
}

.btn--block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn--block + .btn--block {
  margin-top: 10px;
}

input[type=submit].btn--block,
input[type=reset].btn--block,
input[type=button].btn--block {
  width: 100%;
}

.inner-wrapper {
  background-size: cover;
  padding: 80px 0px;
  height: 400px;
  position: relative;
  z-index: 9;
}
.inner-wrapper:before {
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.inner-wrapper .inner-widget {
  padding-top: 60px;
}
.inner-wrapper .inner-widget h1 {
  color: #16213E;
}
.inner-wrapper .inner-widget .breadcrumb a,
.inner-wrapper .inner-widget .breadcrumb li {
  color: #41444B;
  font-size: 17px;
}

.main-footer {
  padding: 80px 0;
  background-color: #26593c;
  position: relative;
  z-index: 9;
  border-top: solid 1px #ccc;
}
.main-footer .f-widget .f-logo {
  max-width: 250px;
  margin-bottom: 15px;
}
.main-footer .f-widget p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 5px;
}
.main-footer .f-widget h4 {
  color: #528052;
}
.main-footer .f-widget h5 {
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 500;
}
.main-footer .f-widget .f-list li {
  list-style: none;
}
.main-footer .f-widget .f-list li a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  padding: 3px 0px;
  display: inline-block;
  font-weight: 400;
}
.main-footer .f-widget .f-list li a:hover {
  color: #528052;
}
.main-footer .f-widget .contact-list li {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  color: #ffffff;
}
.main-footer .f-widget .contact-list li a {
  overflow-wrap: break-word;
  width: 89%;
  font-weight: 400;
  font-size: 16px;
}
.main-footer .f-widget .contact-list li span b {
    color: #ffffff;
}
.main-footer .f-widget .contact-list li i {
    color: #ffffff;
}
.main-footer .f-widget .f-widget-last-news {
  margin-top: 15px;
  margin-bottom: 20px;
}
.main-footer .f-widget .f-widget-last-news p {
  color: #d4d7dd;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  max-width: 238px;
  line-height: 20px;
}
.main-footer .f-widget .f-widget-last-news .post-date {
  color: #ebecee;
  font-size: 14px;
  font-weight: 200;
}
.main-footer .f-b-widget-left {
  margin-top: 50px;
  max-width: 331px;
}
.main-footer .f-b-widget-left p {
  font-size: 17px;
  color: #ebecee;
  margin: 0;
}
.main-footer .f-b-widget-right {
  margin-top: 60px;
}
.main-footer .f-b-widget-right p {
  font-size: 17px;
  color: #d4d7dd;
  margin: 0;
}

.copy-write {
  background-color: #204730;
  padding: 6px 0px;
  text-align: center;
}
.copy-write p {
  color: #ffffff;
}
.copy-write p a {
  color: #d76800;
}
.main-footer .f-widget .f-logo img {
    filter: brightness(6);
}
.donation-form-wrapper .card-body span.text-primary {
    color: #538053 !important;
}
.donation-form-wrapper p.option-1 {
    opacity: 0;
}
.form-select,
.form-control {
  border: solid 2px #d4d7dd;
  border-radius: 0;
  min-height: 50px;
  color: #41444b;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
}

textarea.form-control {
  height: auto;
  min-height: 125px;
}

label {
  line-height: 18px;
  color: #41444b;
  font-size: 14px;
}
/* hide default radio */
.custom-radio .form-check-input {
  display: none;
}

/* label as button */
.custom-radio .form-check-label {
  padding: 10px 22px;
  border: 2px solid #528052;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
  color: #528052;
  transition: all 0.3s ease;
}

/* checked state */
.custom-radio .form-check-input:checked + .form-check-label {
  background: #528052;
  color: #fff;
  box-shadow: 0 4px 10px #5280523d;
}

/* hover effect */
.custom-radio .form-check-label:hover {
  background: 5280523d;
}

.about-wrapper{
  padding: 80px 0px;
}
.about-contnent .left-circle {
  border: solid 2px #528052;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  font-size: 34px;
  font-weight: 700;
  margin-right: 30px;
  color: #528052;
}
.Sikh-wrapper .item {
  background-color: #FFFFFF;
  padding: 0;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
.Sikh-wrapper {
  background-color: #F6F7FA;
  padding: 90px 0px 90px 0px;
}
.Sikh-wrapper .item .content h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
.Sikh-wrapper .item .content p {
  margin: 0;
}
.Sikh-wrapper .item .content {
  padding: 30px 15px;
}
.Sikh-wrapper .item .item-img {
  height: 230px;
  width: 100%;
}
.activities-slider .item {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px 15px;
  text-align: center;
  min-height: 262px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
.Sikh-wrapper .item .item-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.temple-activities-wrapper {
  padding: 80px 0px;
  background-image: url(../images/banner01.jpg);
  background-size: 100%;
  z-index: 9;
  position: relative;
}
.temple-activities-wrapper:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 49%);
  z-index: -1;
  top: 0;
}
.temple-activities-wrapper .widget h4 {
    text-align: left;
    color: #fff;
}
.temple-activities-wrapper .slick-slide {
  margin: 0 5px;
}
.temple-activities-wrapper .slick-list {
  margin: 0px -5px 0px -5px;
}
.main-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0px;
}
.main-navbar__navbar-brand {
  max-width: 200px;
}
.main-navbar .main-menu ul li {
  list-style: none;
  display: inline-block;
}
.main-navbar .main-menu ul li a {
  font-size: 16px;
  color: #767676;
  font-weight: 500;
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
}
.main-navbar .main-menu ul li a:hover {
  color: #528052;
}
.main-navbar .main-menu ul li a.active {
  color: #528052;
}
.main-navbar .main-menu ul li a.btn {
  padding: 12px 0px;
  width: 120px;
  color: #fff;
  line-height: normal;
}
.accordion-item {
  background-color: transparent;
  border: 0;
  border-bottom: solid 1px #ccc;
  margin-top: 20px;
}
.accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  color: #16213e;
  font-size: 18px;
  outline: none;
}
.accordion-item .accordion-header .accordion-button:after {
  background: none;
  content: "+";
  font-weight: 200;
  font-size: 33px;
  transform: none;
  top: 5px;
  position: absolute;
  right: 15px;
}
.accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  color: #528052;
}
.accordion-item .accordion-header .accordion-button[aria-expanded=true]:after {
  content: "-";
}
.accordion-item .accordion-header .accordion-button:hover {
  color: #528052;
}
.accordion-item .accordion-header .accordion-button:focus {
  box-shadow: 0px 0px;
}
.banner-wrapper{
  overflow: hidden;
}
.support-mission-wrapper {
    padding: 100px 0px;
    text-align: center;
}
.support-mission-wrapper .widget {
    max-width: 690px;
    margin: 0 auto;
}
.support-mission-wrapper .widget h3 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 15px;
}
.support-mission-wrapper .widget p {
    color: #fff;
}
.support-mission-wrapper .widget a.btn {
    background-color: #fff;
    color: #000;
}
/* .banner-wrapper {
  background: linear-gradient(0deg, #E6F7FF 0%, #FFE6D5 100%);
  position: relative;
  height: calc(100vh - 95.88px);
  display: flex;
  align-items: center;
  z-index: 99;
}
.banner-wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("../images/banner-bg.png");
  background-position: bottom;
  background-size: contain;
  z-index: -1;
} */
.banner-wrapper .item .widget {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.banner-wrapper .item {
  background-size: cover;
  background-position: center;
  padding: 200px 0px;
  position: relative;
  z-index: 9;
}
.banner-wrapper .item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 49%);
  z-index: -1;
  top: 0;
}
.banner-wrapper .item h1 {
  color: #fff;
  font-size: 64px;
}
.banner-wrapper .item span {
  background-color: rgb(255 255 255 / 36%);
  padding: 5px 16px;
  border-radius: 35px;
  color: #ffffff;
  margin-bottom: 10px;
  display: inline-block;
  backdrop-filter: blur(11px);
}
.banner-wrapper .item p {
  font-size: 20px;
  color: #fff;
}
.Sikh-wrapper .setion-heading {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.featured-content .widget {
  height: 100%;
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.0784313725);
  padding: 20px;
  border-radius: 16px;
  text-align: center;
}
.featured-content .widget .icon {
  position: relative;
  min-height: 220px;
}
.featured-content .widget .icon img {
  width: 90px;
}
.featured-content .widget .icon::before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 213px;
  background-color: #FFFAEB;
  clip-path: polygon(0 5%, 4% 0%, 100% 93%, 100% 100%, 0 100%);
  z-index: -1;
}
.featured-content .widget .details h5 {
  font-size: 24px;
  font-weight: 700;
  color: #528052;
}
.featured-content .widget .details p {
  font-size: 16px;
  color: #767676;
  line-height: 24px;
}

.performance-tracker {
  background-color: #FFF4EB;
}
.performance-tracker .tracker-widget {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 24px;
  padding: 15px 20px;
  margin-bottom: 30px;
}
.performance-tracker .tracker-widget .tracker-number {
  background-color: #D76800;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  margin-right: 10px;
}
.performance-tracker .tracker-widget h5 {
  color: #528052;
  font-weight: 600;
  font-size: 16px;
  width: calc(100% - 60px);
}

.deals-tracker .widget {
  background-color: #FB5229;
  width: 196px;
  height: 196px;
  border-radius: 50%;
  padding: 15px;
  position: relative;
}
.deals-tracker .widget:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: solid 4px #FB5229;
  right: -24px;
  top: 0;
  bottom: 0px;
  margin: auto;
}
.deals-tracker .widget:after {
  background-color: #333333;
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  right: -50px;
  top: 0;
  bottom: 0px;
  margin: auto;
}
.deals-tracker .widget.two {
  background-color: #E42F38;
}
.deals-tracker .widget.two:before {
  border: solid 4px #E42F38;
}
.deals-tracker .widget.three {
  background-color: #753A8E;
}
.deals-tracker .widget.three:before {
  border: solid 4px #753A8E;
}
.deals-tracker .widget.four {
  background-color: #45AAB2;
}
.deals-tracker .widget.four:before {
  border: solid 4px #45AAB2;
}
.deals-tracker .widget.five {
  background-color: #EFEFEF;
}
.deals-tracker .widget.five:before {
  display: none;
}
.deals-tracker .widget.five:after {
  display: none;
}
.deals-tracker .widget .icon {
  background-color: #ffffff;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0px 20px;
  text-align: center;
  gap: 10px;
}

.testimonial-wrapper {
  background-color: #FFF4EB;
}
.testimonial-wrapper .testimonial-slide .slick-list {
  margin: -10px;
}
.testimonial-wrapper .testimonial-slide .slick-list .item {
  padding: 10px;
}
.testimonial-wrapper .testimonial-slide .slick-list .item .item-slide {
  background-color: #FFE2CA;
  border-radius: 8px;
  padding: 24px;
}
.testimonial-wrapper .testimonial-slide .slick-list .item .item-slide p {
  font-size: 16px;
  font-weight: 400;
  color: #1B1C1E;
}
.testimonial-wrapper .testimonial-slide .slick-list .item .item-slide .rating i {
  color: #FFC402;
}
.testimonial-wrapper .testimonial-slide .slick-list .item .item-slide .rating-owner {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.testimonial-wrapper .testimonial-slide .slick-list .item .item-slide .rating-owner .icon {
  margin-right: 10px;
}
.testimonial-wrapper .testimonial-slide .slick-list .item .item-slide .rating-owner .title h4 {
  font-size: 20px;
  font-weight: 500;
  color: #528052;
}
.testimonial-wrapper .testimonial-slide .slick-list .item .item-slide .rating-owner .title p {
  font-size: 14px;
  color: #7A7A7A;
  margin: 0;
}
.testimonial-wrapper .slick-prev {
  background-color: #528052;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  top: -100px;
  right: 70px;
  left: auto;
}
.testimonial-wrapper .slick-prev:before {
  display: none;
}
.testimonial-wrapper .slick-next {
  background-color: #528052;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  top: -100px;
  right: 0;
}
.testimonial-wrapper .slick-next:before {
  display: none;
}

.inner-banner {
  padding: 120px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.inner-banner h2 {
  font-size: 68px;
  color: #ffffff;
}
.inner-banner p {
  color: #ffffff;
}
.our-history-wrapper {
    background-color: rgb(245 242 240);
}
.our-history-wrapper .img-widget {
    border-radius: 12px;
    overflow: hidden;
}
.our-services-wrapper .widget {
    border: solid 1px #ccc;
    border-radius: 12px;
    overflow: hidden;
}
.our-services-wrapper .widget .content {
    padding: 20px 15px;
}

.our-services-wrapper .widget .content h4 {
  font-size: 22px;
  color: #000;
  margin-bottom: 10px;
}
.our-services-wrapper .widget .content p {
  color: #7a7a7a;
  margin-bottom: 0;
}
.our-services-wrapper .widget .img-widget img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.our-services-wrapper .widget .img-widget {
  height: 300px;
}
.management-committee-wrapper {
  background-color: rgb(245 242 240);
}
.management-committee-wrapper .widget {
  background-color: #fff;
  height: 100%;
  padding: 30px 20px;
  text-align: center;
  border-radius: 10px;
  border: solid 1px #ccc;
}
.management-committee-wrapper .widget .icon {
  background-color: rgb(255 153 51 / 10%);
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.management-committee-wrapper .widget .icon svg {
  stroke: #ff9933;
  width: 40px;
  height: 40px;
}
.management-committee-wrapper .widget .content h4 {
  font-size: 24px;
  color: #000;
}
.management-committee-wrapper .widget .content span {
    color: #ff9a33;
    font-size: 18px;
}
.management-committee-wrapper .widget .content p {
    margin-bottom: 0px;
    color: #7f7f7f;
}
.about-content {
  position: relative;
  padding-bottom: 40px;
}
.about-content::before {
  position: absolute;
  content: "";
  background-color: #FFF4EB;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about-content .widget {
  background-color: #ffffff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1215686275);
  position: relative;
  margin-top: -120px;

}
.gallery-wrapper .widget {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.gallery-wrapper .widget .content {
  position: absolute;
  background-image: linear-gradient(to top, rgb(0 0 0 / .7), transparent);
  width: 100%;
  height: 100%;
  top: 0px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  opacity: 0;
  left: 0;
  top: 0;
}
.gallery-wrapper .widget .content h4 {
  color: #fff;
  font-size: 20px;
}
.gallery-wrapper .widget .content p {
  color: #fff;
}
.gallery-wrapper .widget:hover .content {
  opacity: 1;
}
.gallery-wrapper .widget .img-widget {
  height: 300px;
}
.gallery-wrapper .widget .img-widget img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.donation-form-wrapper {
  background-color: rgb(245 242 240);
}
.ipo-sme-wrapper {
  background-color: #FFF4EB;
}
.donation-form-wrapper .card-body h3 {
  font-size: 28px;
  color: #000;
}
.donation-form-wrapper .card-body .form-label {
  font-style: normal;
  font-weight: 500;
}

.donation-form-wrapper .card-body .form-control {
  font-style: normal;
  border-radius: 5px;
}
.direct-wrapper .card h3 {
    font-size: 30px;
    color: #000;
}
.direct-wrapper a {
    color: #538053 !important;
}


.about-founder-wrapper{
  padding: 80px 0px;
}
.about-founder-wrapper .widget h4 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #538053;
}
.about-founder-wrapper .widget p {
  font-size: 16px;
  color: #6a6a6a;
}
.about-founder-wrapper .widget blockquote {
  max-width: 470px;
  padding: 16px;
  border-left: solid 3px #538053;
  margin: 20px 0px;
  color: #6a6a6a;
}
.about-founder-wrapper .widget ul li {
  position: relative;
  font-size: 16px;
  padding: 10px 0px;
  padding-left: 50px;
  color: #538053;
}
.about-founder-wrapper .widget ul li:before {
  position: absolute;
  content: '';
  width: 38px;
  height: 38px;
  background-color: #e5e5e5;
  left: 0;
  border-radius: 50%;
  top: 0px;
}
.about-founder-wrapper .widget ul li:after {
  position: absolute;
  content: '';
  border: solid 2px;
  width: 8px;
  height: 18px;
  left: 14px;
  border-left: 0;
  border-top: 0;
  top: 9px;
  transform: rotate(45deg);
}

.ipo-sme-wrapper .widget {
  border: solid 1px #DFDFDF;
  border-radius: 5px;
  background-color: #ffffff;
}
.ipo-sme-wrapper .widget h3 {
  background-color: #D76800;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  padding: 15px 15px;
  border-radius: 5px 5px 0px 0px;
}
.ipo-sme-wrapper .widget p {
  color: #528052;
  font-weight: 500;
  padding: 15px 15px;
  font-size: 20px;
}
.ipo-sme-wrapper .widget .teble-responsive {
  padding: 0px 15px;
  margin-bottom: 15px;
  overflow-y: auto;
  min-height: 480px;
  max-height: 480px;
}
.ipo-sme-wrapper .widget .teble-responsive table {
  border: solid 1px;
}
.ipo-sme-wrapper .widget .teble-responsive table thead th {
  padding: 5px 10px;
  border-bottom: solid 1px #767676;
  font-size: 16px;
  font-weight: 500;
}
.ipo-sme-wrapper .widget .teble-responsive table thead th.company-name {
  color: #528052;
}
.ipo-sme-wrapper .widget .teble-responsive table thead th.open {
  color: #1AA652;
}
.ipo-sme-wrapper .widget .teble-responsive table thead th.close {
  color: #E72736;
}
.ipo-sme-wrapper .widget .teble-responsive table thead th.status {
  color: #528052;
}
.ipo-sme-wrapper .widget .teble-responsive table tbody tr:nth-child(odd) {
  background-color: #FFFAEB;
}
.ipo-sme-wrapper .widget .teble-responsive table tbody tr td {
  padding: 5px 10px;
  font-size: 14px;
  color: #1B1C1E;
}
.ipo-sme-wrapper .widget .teble-responsive table tbody tr td.open {
  color: #1AA652;
}
.ipo-sme-wrapper .widget .teble-responsive table tbody tr td.closed {
  color: #E72736;
}
.ipo-sme-wrapper .widget .teble-responsive table tbody tr td.upcoming {
  color: #CBB000;
}
.daily-schedule {
    background-color: #f6f7fa;
}
.daily-schedule .widget h2 {
    font-size: 26px;
    margin-bottom: 10px;
}
.daily-schedule .widget h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #000;
}
.daily-schedule .widget {
    box-shadow: 0px 2px 7px 1px #d8d8d8;
    border-radius: 12px;
    padding: 30px 20px;
    background-color: #ffffff;
}
.daily-schedule .widget .icon{
  margin-bottom: 20px;
}
.daily-schedule .widget .icon svg {
    width: 60px;
    height: 60px;
    stroke: #538053;
}
@media only screen and (max-width: 1399.98px) {
  p {
    font-size: 18px;
  }
  h3 {
    font-size: 34px;
  }
  h2 {
    font-size: 45px;
  }
  h4 {
    font-size: 30px;
  }
  .main-footer:before {
    width: 34vw;
  }
}
@media only screen and (max-width: 1600px) {
  .main-footer:before {
    width: 33vw;
  }
}
@media only screen and (max-width: 991.98px) {
  .js-header .container {
    max-width: 100%;
  }
  .js-header .container .top-bar__menu {
    display: none;
  }
  .js-header .container .main-navbar__navbar-brand {
    padding: 8px 0px;
  }
  .js-header .container .main-navbar {
    padding: 0px;
  }
  .js-header .container .top-bar__social-icon {
    display: none;
  }
  .js-header .container .main-navbar {
    position: fixed;
    width: 250px;
    background-color: #ddffec;
    left: -250px;
    z-index: 999;
    height: 100vh;
    top: 0;
    padding: 15px 0px;
    overflow: auto;
    display: block;
    transition: all 0.4s ease-in-out;
  }
  .js-header .container .main-navbar.open {
    left: 0;
  }
  .js-header .container .main-navbar__navbar-brand {
    max-width: 200px;
    padding: 10px 15px;
  }
  .js-header .container .main-navbar .main-menu .top-bar__social-icon {
    display: block;
    padding: 0px 10px;
  }
  .js-header .container .main-navbar .main-menu .top-bar__social-icon ul li {
    display: inline-block;
  }
  .js-header .container .main-navbar .main-menu .top-bar__social-icon ul li.social-logo {
    margin-right: 0px;
  }
  .js-header .container .main-navbar .main-menu .top-bar__social-icon ul li.social-logo a {
    width: 80px;
  }
  .js-header .container .main-navbar .main-menu .top-bar__social-icon ul li a {
    border: 0;
    width: 30px;
    padding: 3px 5px;
  }
  .js-header .container .main-navbar .main-menu .top-bar__menu {
    display: block;
  }
  .js-header .container .main-navbar .main-menu .top-bar__menu ul li {
    padding: 0;
  }
  .js-header .container .main-navbar .main-menu ul {
    display: block !important;
  }
  .js-header .container .main-navbar .main-menu ul li {
    display: block;
  }
  .js-header .container .main-navbar .main-menu ul li a {
    color: #444444;
    font-weight: 500;
    display: block;
    padding: 12px 15px;
    border-bottom: solid 1px rgba(70, 70, 70, 0.16);
    font-size: 16px;
  }
  .main-navbar .main-menu ul li a.btn {
    width: calc(100% - 30px);
    height: auto;
    padding: 0px 0px !important;
    margin: 15px;
    color: #fff !important;
}
  .js-header .container .top-bar {
    padding: 10px 0px;
  }
  .js-header .container .top-bar .menu-btn {
    text-align: right;
    display: block;
    width: 40px;
    height: 40px;
    padding: 2px 4px;
    float: right;
  }
  .js-header .container .top-bar .menu-btn .toggle-icon {
    background-color: #528052;
    height: 3px;
    margin: 7px 0px;
    width: 100%;
  }
  .featured-content .col-lg-3.col-md-6 {
    margin-bottom: 30px;
  }
  .deals-tracker .widget {
    margin: auto;
    margin-bottom: 30px;
  }
  .deals-tracker .widget:before {
    display: none;
  }
  .deals-tracker .widget:after {
    display: none;
  }
  .performance-tracker .widget {
    text-align: center;
    margin-top: 40px;
  }
  h4 {
    font-size: 24px;
  }
  .main-footer {
    padding: 40px 0px;
  }
  .main-footer .f-widget .f-social-icon {
    justify-content: center;
    margin-bottom: 30px;
  }
  .main-footer .f-widget h5 {
    margin-top: 30px;
    font-weight: 500;
  }
  .main-footer .f-widget .f-widget-last-news p {
    margin: 0 auto;
    max-width: 100%;
  }
  .main-footer .f-b-widget-left {
    text-align: center;
    max-width: 100%;
    margin-top: 20px;
  }
  .main-footer .f-b-widget-right {
    text-align: center;
    margin-top: 10px;
  }
  h1 {
    font-size: 60px;
  }
  .main-footer.second-footer .f-widget {
    max-width: 100%;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
}
.our-mission .widget {
  border: solid 1px #ccc;
  border-radius: 8px;
  padding: 20px 20px;
  text-align: center;
}
.our-mission .widget .icon {
  background-color: rgb(255 153 51 / 10%);
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.our-mission .widget .icon svg {
  stroke: #ff9933;
}
.our-mission .widget .content h4 {
  font-size: 22px;
  color: #000;
}
.our-mission .widget .content p {
  font-size: 16px;
  color: #2f2f2f;
}
body{
  top: 0px !important;
}
body>.skiptranslate, .goog-logo-link, .gskiptranslate, .goog-te-gadget span, .goog-te-banner-frame, #goog-gt-tt, .goog-te-balloon-frame, div#goog-gt-tt {
  display: none !important;
}
.main-navbar .main-menu ul li #LanguageTranslate .goog-te-gadget {
  font-size: 0;
}
.main-navbar .main-menu ul li #LanguageTranslate .goog-te-combo {
  width: 155px;
  padding: 10px 15px;
  border-radius: 25px;
  margin-left: 15px;
  border: solid 1px #528052;
  color: #000;
}
@media only screen and (min-width: 991.98px) {
  .js-header .top-bar .main-navbar__navbar-brand {
    display: none;
  }
  .js-header .main-menu .main-navbar__navbar-brand {
    display: none;
  }
  .js-header .main-menu .top-bar__social-icon {
    display: none;
  }
  .js-header .main-menu .top-bar__menu {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  h3 {
    font-size: 26px;
  }
  h2 {
    font-size: 34px;
  }
  h1 {
    font-size: 40px;
  }
  .banner-wrapper {
    height: auto;
  }
  .inner-banner h2 {
    font-size: 38px;
    color: #ffffff;
}
.banner-wrapper .item h1 {
    color: #fff;
    font-size: 44px;
}
}
@media only screen and (max-width: 575.98px) {
  .btn {
    font-size: 16px;
    line-height: 3;
    height: 50px;
    padding: 1px 30px;
  }
  p {
    font-size: 14px;
  }
  .banner-wrapper .price-widget {
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=style.css.map */
