
/* font-family: "Libre Baskerville", serif; */

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    transition: all 0.5s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

a:focus {
    outline: none;
    text-decoration: none;
    outline-offset: inherit;
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #2c2c2c;
    margin-bottom: 15px;
}

img {
    border-radius: 8px;
}

.form-control:focus {
    border-color: #45c4a242;
    -webkit-box-shadow: -1px 3px 10px 0 #45c4a242;
    box-shadow: -1px 3px 10px 0 #45c4a242;
}

body {
    font-family: "Jost", sans-serif;
    color: #04002a;
    font-size:18px;
    line-height:32px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Jost", sans-serif;
    color: #333;

}

.bg-light {
    background-color: #ffffff !important;
    box-shadow: 0 1px 19px rgb(0 0 0 / 11%);
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
    transition: all 300ms linear 0s;

    transition: all 0.7s;
}

.navbar-nav li {
    margin: 0 14px;
}

.navbar-nav .nav-link{
    color: #ffffff;
    padding: 12px 25px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.18;
}

.navbar-light .navbar-nav .nav-link {
    color: #612b1a;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover  {
    font-weight: 500;
    color: #de8d38 !important;
}

.navbar-nav .nav-item.active .nav-link {
    font-weight: 500;
    color: #de8d38 !important;
}

.navbar-nav .nav-link.donateLink{
    background: #DE8D38;
    color: #fff;
    border-radius: 8px;
    padding: 12px 25px;
    border: 1px solid #DE8D38;
    font-weight: 700;
}

.navbar-nav .nav-link.donateLink:hover {
    font-weight: 700;
    color: #fff !important;
    background: #612b1a;
    border: 1px solid #612b1a;
}


.navbar-light .navbar-nav .nav-link.donateLink:focus {
    font-weight: 700;
    color: #fff !important;
    background: #612b1a ;
    border: 1px solid #612b1a;
}

header .navbar-brand  {
    transition: 0.5s;
}


header.active .navbar-brand img  {
    width: 200px;
}

.homeBanner {
    margin-top: 90px;
    position: relative;
}

.slide .bannerImg {
    width: 100%;
    height: 100%;
    /* background-size: cover;
    animation: slide 10s infinite;
    opacity: 0; */
    position: relative;
    border-radius: 0;
  }

  .homeBanner .carousel-item{
    position: relative;
  }

  /* .homeBanner .carousel-item::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background: #00000069;
    top: 0;
  } */
  /* .slide .carousel-item:nth-child(2) {
    animation-delay: 5s;
  }
  .slide .carousel-item:nth-child(3) {
    animation-delay: 10s;
  }
  .slide .carousel-item:nth-child(4) {
    animation-delay: 15s;
  }
  .slide .carousel-item:nth-child(5) {
    animation-delay: 20s;
  } */
  
  /* @keyframes slide {
    10% {
      opacity: 1;
    }
    20% {
      opacity: 1;
    }
    30% {
      opacity: 1;
    }
    40% {
      transform: scale(1.1);
    }
  } */

.carousel-caption {
    color: #ffffff;
    left: 9%;
    right: 9%;
    text-align: center;
    bottom: 10%;
    z-index: 9;
    color: #000000;
    /* background: #ffffff38; */
    padding: 30px;
}

.carousel-caption h2 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    line-height: 66px;
    text-shadow: 1px 3px 2px #00000052;
}

.carousel-caption h3 {
    color: #ffffff;
    font-size:29px;
    font-weight: 600;
    margin-bottom:20px;
}

.carousel-caption h3 span {
    font-size: 18px;
}

.carousel-caption p {
    color: #f1f1f1;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}



.section-space--pt_90 {
    padding-top: 90px;
}

.single-feature-wrap {
    margin-top: 30px;
}

.single-feature-wrap .feature-icon {
    margin-bottom: 30px;
}

.single-feature-wrap .feature-content .feature-title {
    margin-bottom: 15px;
    font-size: 20px;
}

.section-space--ptb_120 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.col-06__right {
    width: 600px;
    max-width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-06__right {
    width: 600px;
    max-width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.section-title {
    margin-bottom: 50px;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
    font-size: 39px;
    text-transform: uppercase;
}

.section-title::after {
    position: absolute;
    bottom: 0;
    content: "";
    height: 4px;
    width: 75px;
    background: #f56c2a;
}

.section-title-small {
    color: #B76209;
    font-family: "Jost", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}

.section-title.left-style::after {
    left: 0%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.section-title.center-style::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-title-two {
    margin-bottom: 50px;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
    font-size: 35px;
    text-transform: uppercase;
}


.service-area {
    z-index: 3;
    position: relative;
}

.single-service-wrap .service-image  {
    overflow: hidden; 
    border-radius: 10px;
}

.single-service-wrap .service-image a {
    display: block;
}
.single-service-wrap .service-image a img {
    width: 100%;
    border-radius: 10px;
    transition: 0.3s;
}

.single-service-wrap .service-image a img:hover {
    transform: scale(1.1);
}

.service-content {
    text-align: center;
    padding: 0 12px;
    margin-top: 25px;
}

.service-content .service-title {
    margin-bottom: 25px;
    font-size: 20px;
}

.service-content a{
    background: #de8d38;
    color: #fff;
    padding: 6px 15px;
    border-radius: 5px;
}

.service-content a i{
    position: relative;
    top: 2px;
    margin-left: 5px;
}

.service-content a:hover{
    background: #612b1a;
}

.section-space--pb_120 {
    padding-bottom: 120px;
}

.progress-wrap-hindu .donate-btn .btn {
    color: #ffffff;
    background-size: 200% auto;
    border: none;
    border-radius: 8px;
    background-color: #DE8D38;
    padding: 11px 32px;
    font-size: 17px;
    float: none;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
}

.progress-wrap-hindu .donate-btn .btn:hover {
    background: #2c2c2c;
    color: #fff
}

.hindu-video-bg {
    background: url(../images/hindu-video-bg.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.hindu-video-section-pb {
    padding-top: 220px;
    padding-bottom: 70px;
    border-radius: 5px;
}

.bg-overlay-black {
    position: relative;
}

.bg-overlay-black::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    content: "";
    border-radius: 5px;
}

.section-space--mt_80 {
    margin-top: 80px;
}

.single-activities-wrap {
    margin-top: 30px;
    overflow: hidden; 
    border-radius: 8px;
}

.activities-imgaes {
    display: block;
    overflow: hidden; 
    border-radius: 8px;
}

.activities-imgaes img {
    width: 100%;
    border-radius: 8px;
    transition: 0.3s;
}

.activities-imgaes img:hover {
    transform: scale(1.1);
}

.activities-content {
    margin-top: 30px;
    padding: 0 14px;
}

.activities-content .widget-metadata {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
}

.activities-content .activities-title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
    font-weight: 600;
}

.activities-content .activities-title::after {
    position: absolute;
    bottom: 0;
    content: "";
    height: 4px;
    width: 75px;
    background: #f56c2a;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bg-footer {
    background: #222429;
    color: #808181;
}

.bg-footer a {
    color: #808181;
}

.section-space--ptb_80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.mt-30 {
    margin-top: 30px;
}

.footer-title {
    position: relative;
    margin-bottom: 30px;
}

.footer-title h6 {
    color: #DE8D38;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    padding-bottom: 15px;
}

.footer-title::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #DE8D38;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.mt-20 {
    margin-top: 20px;
}

.footer-social-share li {
    display: inline-block;
    margin-right: 20px;
    font-size: 30px;
}

.event-list {
    padding: 3em;
    height: 450px;
    background-size: cover ! IMPORTANT;
    background-position: center left !important;
    position: relative ! IMPORTANT;
}

.event-det {
    background: #F2994A;
    background: #663221;
    position: absolute;
    left: 0;
    top: 0;
    padding: 42px;
    bottom: 0;
    width: 40%;
}

.event-det h5 {
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 45px;
    color: #ffffff;
}

.event-det p {
    font-size: 18px;
    line-height: 32px;  
    color: #ffffff;
}

.homeBg {
    background-color: #F5F2F0;
    background-color: #f5f5f5;
}

.marginTopBottom {
    margin-top: 100px;
    margin-bottom: 100px;
}

.btn-white {
    color: #de8d38;
    background-size: 200% auto;
    border: none;
    border-radius: 8px;
    background: #ffffff;
    padding: 7px 32px;
    font-size: 17px;
    float: none;
    display: inline-block;
    margin-top: 20px;
}

.btn-white:hover {
    background: #DE8D38;
    color: #fff;
}

.service-box {
    /* background: #fff5eb; */
    background: #fff;
    padding: 3em;
    margin-bottom: 2em;
    /* border-bottom: 2px solid #ffd2a4; */
    border: #f3d9d0 solid 1px;
    border-bottom: 2px solid #f3d9d0;
    padding-bottom: 2em;
    transition: 0.5s;
    box-shadow: 0 1px 24px rgb(21 21 21 / 10%);
}

.service-box:hover {
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / 7%);
    box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / 7%);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-bottom: 12px solid #64301f;
}

.img-ser {
    /* background: #ffd2a4; */
    background: #de8d38;
    border-radius: 50%;
    padding: 8px;
    width: 70px;
    height: 70px;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 6px 19px rgb(33 33 33 / 18%);
}

.img-ser img {
    transform: scale(1);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    width: 100%;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.service-box:hover .img-ser {
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / 7%);
    box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / 7%);
}

.service-box:hover .img-ser img {
    transform: scale(0.7);
}

.service-box h3 a {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 21px;
    color: #1b1b1b;
    font-family: "Jost", Sans-serif;
}

.service-box p {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.read-more {
    color: #de8d38;
    font-size: 18px;
}

.read-more:hover {
    color: #64301f;
}

.homeBox  {
    overflow: hidden; 
    border-radius: 25px;
}

.homeBox img {
    width: 100%;
    border-radius: 25px;
    transition: 0.3s;
}

.homeBox img:hover {
    transform: scale(1.1);
    border-radius: 25px;
}

.homeBoxTwo {
    margin-top: 60px;
}


.event-s {
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* .event-s:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    height: 100%;
    -webkit-transition: height 0.5s ease-out;
    transition: height 0.5s ease-out;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), to(#d77611));
    background-image: linear-gradient(to bottom, transparent 42%, #d77611 100%);
} */

.elementor a {
    box-shadow: none;
    text-decoration: none;
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.event-s img {
    width: 100%;
    height: 240px;
}

.feature-bottom {
    padding: 30px;
    text-align: left;
    z-index: 1;
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
}

.feature-bottom h3 {
    font-size: 19px;
    text-transform: uppercase;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease-out 0s;
}

.feature-bottom p {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 22px;
    display: -webkit-box;
    display: none;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
}

.feature-bottom h3 a {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    color: #ffffff;
}

.event-s:hover .feature-bottom h3 {
    background: #ddb216a1;
    padding: 5px;
}

.event-s:hover p {
    display: block;
    display: -webkit-box;
}

.event-s:hover.event-s:before {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19%, transparent), to(#000));
    background-image: linear-gradient(to bottom, transparent 19%, #000 100%);
}

.footerLogo {
    width: 110px;
}

.footerInfo {
    padding-left: 100px;
}

.footer-contents ul li {
    margin-bottom: 10px;
}


.copy-right-box {
    border-top: #808181 solid 1px;
    padding-top: 20px;
}

.copy-right-box p {
    color: #808181;
}

.overFlowDiv {
    overflow: hidden;
}

.homeCountBox h3  {
    color: #de8d38;
    font-size: 29px;
    margin-bottom: 20px;
}

.homeCountBox h3 span{
    font-size: 48px;
    /* border: #de8d38 solid 1px; */
    /* -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px; */
    font-weight: 800;
}

.homeCountBox h6 {
    font-size: 18px;
}

.blogSection img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    height: 300px;
}

.blogDetail {
    background: #fff;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    height: 172px;
}

.blogDetail h3 {
    color: #B76209;
    font-size: 22px;
}

.blogDetail a {
    color: #B76209;
}

.blogHead {
    color: #B76209;
    font-size: 28px;
    margin-bottom: 50px;
    position: relative;
}

.blogHead::after {
    position: absolute;
    bottom: -14px;
    content: "";
    height: 4px;
    width: 75px;
    background: #de8d38;
    left: 0;

}

.auto_slider_container {
    width: 100%;
    display: flex;
    margin: auto;
    overflow: hidden;
  }
  .auto_slider {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: rotation 30s linear infinite;
  }
  .auto_slider li {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 280px;
    width: 100%;
    background: #ddd;
    margin: 0px 15px;
    box-sixing: border-box;
    border-radius: 25px;
  }
  @keyframes rotation {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }

  .innerBanner {
    position: relative;
    margin-top: 95px;
    overflow: hidden;
  }

  .innerBanner>div {
    position: relative;
  }

  .innerBanner>div::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background: #0000007a;
    top: 0;
  }


  .innerBanner .bannerImg{
    /* height: 400px; */
    width: 100%;
    background-size: cover;
    animation: slide 10s infinite;
  }

  .bannerDetail {
    position: absolute;
    z-index: 99;
    color: #fff;
    left: 20%;
    right: 20%;
    margin: 0 auto;
    text-align: center;
    bottom: 20%;
  }



  .bannerDetail h1 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 20px;

  }

  .bannerDetail h2 {
    color: #fff;
    font-size: 30px;
  }

  .aboutWrap {
    background: url(../images/megaKitchen.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }

  .aboutWrapDetail {
    background: #ffffffbd;
    padding: 30px;
  }

  .aboutWrapDetail h3{
    font-size: 35px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
  }

  
  .aboutWrapDetail p{
    font-size: 20px;
    color: #000;
    line-height: 31px;
  }

  .whatDiv {
    padding: 25px 25px 25px 25px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFA64D;
    background: #ffffff;
    margin-bottom: 30px;
  }

  .whatDiv img{
    width: 30%;
    margin-bottom: 20px;
  }

  .whatDiv  p{
    font-size: 18px;
  }

  .orangeBg {
    background: #DE8D38;
    text-align: center;
  }

  .orangeBg h3 {
    font-size: 32px;
    color: #fff;
  }

  .orangeBg h4 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 0;
  }
  
  .projectBox  {
    margin-bottom: 30px;
  }



  .projectBox img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    height: 400px;
  }

  .projectBox h4{
    font-size: 18px;
    color: #de8d38;
    margin: 0;
  }

  .projectBox h3{
    font-size: 20px;
    color: #000000;
    margin: 10px 0 5px;
  }

  .projectBox p {
    font-size: 16px;
/*    height: 102px;*/
    margin: 0;
  }

  .projectBoxIn {
    background: #fff5eb;
    border-bottom: 12px solid #ffd2a4;
    padding:20px 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: #f3d9d0 solid 1px;
    border-bottom: 2px solid #f3d9d0;
    /* padding-bottom: 2em; */
    transition: 0.5s;
    box-shadow: 0 1px 24px rgb(21 21 21 / 10%);
        height: 190px;
  }

  .projectBoxIn:hover{
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / 7%);
    box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / 7%);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-bottom: 3px solid #64301f;
  }

  .tabStyle .nav-pills  {
    text-align: center;
    margin: 0 auto;
    display: block;
  }

.tabStyle .nav-item {
    margin:5px;
    display: inline-block;
}

.tabStyle .nav-pills .nav-link {
    padding: 6px 13px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    color: #de8d38;
    border-radius: 6px;
    width: 100%;
    border: #de8d38 solid 1px;
}

.tabStyle .nav-pills .nav-link.active {
    color: #ffffff;
    background: #de8d38;
}

.galleryImg {
    margin-bottom: 25px;
}

.galleryImg img {
    width: 100%;
    height: 280px;
}

.galleryImgSmall img {
    height: auto;
}


.aboutFutureVisionBox{
    min-height: 260px;
}
.contactBox {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: #FFA64D;
    text-align: center;
    color: #fff;
    font-size: 32px;
    padding-top: 16px;
}

.contactDetail {
    margin-bottom: 40px;
}

.contactDetail p {
    margin-left: 20px;
    width: 82%;
    margin-bottom: 0;
    font-size: 16px;
}

.contactDetail p a{
    color: #2c2c2c;
}

.contactDetail p a:hover {
    color: #000000;
}

.contactDetailTwo p {
    font-size: 20px;
}

.aboutWrapTwo {
    background: url(../images/homeBgimg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin-bottom: 100px;
  }

.aboutWrapTwo .section-title  {
    color: #ffffff;
}


.aboutWrapTwo p {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
}

.borderbutton {
	position: relative;
	box-sizing: border-box;
	background: none;
	border: 0;
	box-shadow: inset 0 0 0 2px #f4d0ac;
	font-size: inherit;
	font-weight: 700;
	vertical-align: middle;
}
.borderbutton:before,
.borderbutton:after {
	content: "";
	position: absolute;
	box-sizing: inherit;
	width: 100%;
	height: 100%;
}

.draw {
	transition: color 0.25s;
}
.draw:before,
.draw:after {
	width: 0;
	height: 0;
	border: 2px solid transparent;
}
.draw:before {
	top: 0;
	left: 0;
}
.draw:after {
	bottom: 0;
	right: 0;
}
.draw:hover {
	color: #60daaa;
}
.draw:hover:before,
.draw:hover:after {
	width: 100%;
	height: 100%;
}

.draw:hover:before {
	border-top-color: #60daaa;
	border-right-color: #60daaa;
	transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.draw:hover:after {
	border-bottom-color: #60daaa;
	border-left-color: #60daaa;
	transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s,
		height 0.25s ease-out 0.75s;
}

.meet:hover {
	color: #fbca67;
}
.meet:after {
	top: 0;
	left: 0;
}
.meet:hover:before {
	border-top-color: #DE8D38;
	border-right-color: #ad5700;
}
.meet:hover:after {
	border-bottom-color: #DE8D38;
	border-left-color: #ad5700;
	transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}

.main .card {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    color: #333333;
    border-radius: 2px;
  }
  .main .card-image {
    background: #ffffff;
    display: block;
    padding-top: 70%;
    position: relative;
    width: 100%;
  }
  .main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  @media only screen and (max-width: 600px) {
    .main .container {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 1rem;
    }
  }

.galleryWrap {
    padding-top: 50px;
}

#button {
    display: inline-block;
    background-color: #ad5700;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border-radius: 100%;
    cursor: pointer;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 42px;
    color: #fff;
}

#button.show {
    opacity: 1;
    visibility: visible;
}


.leftPadding {
    padding-left: 100px;
}

img.logo.large {
    transition: all 0.7s;
  }
  img.logo.small {
    width: 200px;
    transition: all 0.7s;
  }


  @keyframes zoomin {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
  }
  
  .gallery-item {
    display: block;
  }
  
  .gallery-item img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s;
  }
  
  .gallery-item:hover img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
  }
  
  .lightbox-modal .modal-content {
    background-color: var(--lightbox);
  }
  
  .lightbox-modal .btn-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 1.25rem;
    z-index: 10;
    filter: invert(1) grayscale(100);
  }
  
  .lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
  }
  
  .lightbox-modal .lightbox-content {
    width: 100%;
  }
  
  .lightbox-modal .carousel-indicators {
    margin-bottom: 0;
  }
  
  .lightbox-modal .carousel-indicators [data-bs-target] {
    background-color: var(--carousel-text) !important;
  }
  
  .lightbox-modal .carousel-inner {
    width: 75%;
  }
  
  .lightbox-modal .carousel-inner img {
    animation: zoomin 10s linear infinite;
  }
  
  .lightbox-modal .carousel-item .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 2rem;
    background-color: var(--lightbox);
    color: var(--carousel-text) !important;
  }
  
  .lightbox-modal .carousel-control-prev,
  .lightbox-modal .carousel-control-next {
    width: auto;
  }
  
  .lightbox-modal .carousel-control-prev {
    left: 1.25rem;
  }
  
  .lightbox-modal .carousel-control-next {
    right: 1.25rem;
  }
  
  @media (min-width: 1400px) {
    .lightbox-modal .carousel-inner {
      max-width: 60%;
    }
  }
  
  [data-bs-theme="dark"] .lightbox-modal .carousel-control-next-icon,
  [data-bs-theme="dark"] .lightbox-modal .carousel-control-prev-icon {
    filter: none;
  }
  
  .btn-fullscreen-enlarge,
  .btn-fullscreen-exit {
    position: absolute;
    top: 1.25rem;
    right: 3.5rem;
    z-index: 10;
    border: 0;
    background: transparent;
    opacity: 0.6;
    font-size: 1.25rem;
  }
  
  .bi {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.035em;
    fill: currentcolor;
  }

.eventWrap .carousel-indicators {
    bottom: -56px;

}

.eventWrap .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    background-color: #de8d38;
    border-radius: 100%;
}

.eventMore{
    position: relative;
    top: -38px;
    left: 18px;
    font-size: 15px;
    color: #de8d38;
}

.eventMore:hover {
    color: #612b1a;
}

.donate-btn .btn {
    color: #ffffff;
    background-size: 200% auto;
    border: none;
    border-radius: 8px;
    background-color: #DE8D38;
    padding: 11px 32px;
    font-size: 17px;
    float: none;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
}

.donate-btn .btn:hover {
    background: #2c2c2c;
    color: #fff
}

.famousSilder .carousel-indicators {
    bottom: -56px;

}

.famousSilder .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    background-color: #de8d38;
    border-radius: 100%;
}


  @media (max-width:767px) { 
    .section-title {
        font-size: 25px;
    }
    .footerInfo {
        padding-left: 0;
    }

    .aboutWrapTwo .section-title {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .event-det {
        width: 100%;
        height: 500px;
        padding: 20px;
    }

    .event-det h5 {
        font-size: 21px; 
        margin-bottom: 2px;
    }
    .subHead {
        margin-top: 20px;
    }
    .event-s {
        margin-bottom: 30px;
    }
    .blogHead {
        margin-top: 30px;
    }
    .section-space--ptb_120 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .marginTopBottom {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .section-space--pt_90 {
        padding-top: 60px;
    }
    .innerBanner .bannerImg {
        height: auto;
    }

    .innerBanner .bannerDetail {
        left: 5%;
        right: 5%;
        bottom: 5%;
    }
    .bannerDetail h1 {
        font-size: 20px;
        margin-bottom: -3px;
    }
    .bannerDetail h2 {
        font-size: 13px;
    }

    .aboutWrapDetail h3 {
        font-size: 23px;
        margin-bottom: 9px;
    }

    .orangeBg h3 {
        font-size: 22px;
    }

    .orangeBg h4 {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .projectBox p {
        height: auto;
    }
    
    .tabStyle .nav-item {
        margin: 0 0 10px 0;
        display: block;
    }

    .tabStyle .nav-pills .nav-link {
        text-align: center;
    }
    .galleryWrap {
        margin-top: 0;
        padding-top: 50px;
    }
    .contactDetailTwo p {
        font-size: 16px;
    }

    .contactDetailTwo p span {
        display: block;
    }
    .contactBox {
        width: 70px;
        height: 60px;
    }
    .bi {
        height: auto;
        width: auto;
    }
    .carousel-caption h2 {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 20px;
    }

    .carousel-caption h3 {
        font-size: 15px;
        margin: 0;
    }

    .carousel-caption h3 span{
       font-size: 13px;
    }

    .carousel-caption {
        bottom: 0;
        left: 0;
        right: 0;
    }

    .carousel-control-next, .carousel-control-prev {
        display: none;
    }

  .navbar-brand img{
        width: 170px;
    }

    .blogDetail {
        height: auto;
    }
     .projectBoxIn{
        height: auto!important;
    }
  }


  
