html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 300;
    font-style: normal;
    margin: 0px;
    padding: 0px;
    font-size: 16px;  
    color: #000;
    overflow-x: hidden;
  
}


@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../fonts/NeueHaasDisplay-Light.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../fonts/NeueHaasDisplay-Black.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../fonts/NeueHaasDisplay-Bold.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../fonts/NeueHaasDisplay-BoldItalic.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../fonts/NeueHaasDisplay-LightItalic.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../fonts/NeueHaasDisplay-Mediu.woff') format('woff2'),
        url('../fonts/NeueHaasDisplay-Mediu.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../fonts/NeueHaasDisplay-Thin.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../fonts/NeueHaasDisplay-Roman.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-Roman.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}





ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    font-family: 'Neue Haas Grotesk Display Pro';
     font-weight: 300;
}

p {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 32px;
    color: #000;
}

img {
    max-width: 100%;
    border: 0;
    height: auto;
    /* border-radius: 8px; */
}

.clear {
    clear: both;
    float: none;
    width: 100%;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

a {
    text-decoration: none !important;
    transition: all 0.2s ease-in;
    color: #000;
    font-family: 'Neue Haas Grotesk Display Pro';
   
}

h1,
h2,
h3,
h4,
h5,
h6 {
     font-family: 'Neue Haas Grotesk Display Pro';
}

a:hover {
    color: #000;
}

a,
span {
    display: inline-block;
}

:focus {
    box-shadow: none !important;
    outline: none !important;
}

@media (min-width: 1366px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1250px;
    }
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1350px;
    }
}

@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1500px;
    }
}




/*css start*/


.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background: #f47620;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
}

.navbar-nav .nav-link:hover::after{
    transform: scaleX(1);
    transform-origin: left;
}


.navpage-header {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;   
    background-image: url(../images/header-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}


/* STICKY STYLES */
.navpage-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgb(238 230 230 / 23%);
    padding: 0px 0;
    backdrop-filter: blur(10px);
    animation: slideDown 0.5s ease-out;
    background: #00000054;
    z-index: 9999;
    color: #000;
}

.navpage-header.is-sticky .logo-box img {
    max-width: 70%;
}


@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

i.fa.fa-bars {
    color: #fff;
}

.navbar-toggler {
    background-color: #000;
}

.navbar {
    align-items: center;
    padding: 0;
    border-top: 1px solid #afc8ad;
    text-align: center;
    justify-content: center;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

.btn-secondary {
    font-size: 19px;
    color: #fff;
    font-weight: 400;
    background-color: transparent;
    border-color: transparent;
}

.btn-secondary:hover {
    color: #000;
    background-color: transparent;
    border-color: transparent;
    transition: 0.5s ease-in-out;
}

.navbar .nav-link {
    font-size: 22px;
    color: #000;
    font-weight: 300;
    transition: 0.5s ease-in-out;
    position: relative;
    padding: 0;
}

.nav-item {
    padding: 15px 20px 15px 20px;
    display: flex;
    align-items: center;
    color: #000;
    background: transparent;
    transition: 0.6s ease-in-out;
}


.btn-secondary:focus {
    transition: 0.5s ease-in-out;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}


.sub-menu {
    /* padding: 10px; */
    background-color: #fff;
    color: #000;
    border-radius: 5px;
}
/* HEADER STYLES*/
/* =========================
   DROPDOWN STYLE
========================= */


.navbar-nav .nav-link:hover {
color: #f47620;
}

.navbar-expand-lg .navbar-nav .nav-link {
padding: 0;
}

.dropdown-menu-item {
    position: relative;
}

.dropdown-toggle-custom {
    display: flex;
    align-items: center;
    gap: 6px;
}

.dropdown-arrow {
    transition: 0.6s ease;
	font-size: 14px;
	position: relative;
	top:2px
}

.dropdown-menu-item.active .dropdown-arrow {
    transform: rotate(180deg);
}

/* Desktop Dropdown */

.custom-dropdown {
    position: absolute;
    top: 98%;
    left: 0;
    min-width: 230px;
    background: #fff;  
    margin: 0;
    list-style: none;    
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.4s ease;
    z-index: 999;
}

.custom-dropdown li a {
    display: block;
    padding: 12px 20px;
    color: #000;
    text-decoration: none;
    transition: 0.3s ease;
     transition: 0.5s ease-in-out;
}

.custom-dropdown li:hover {
    background: #014b27;
    padding-left: 28px;
    color: #fff;
    transition: 0.5s ease-in-out;
}

/* Hover Animation Desktop */

.dropdown-menu-item:hover .custom-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu-item:hover .dropdown-arrow {
    transform: rotate(180deg);
	top:-2px;
}

/* =========================
   MOBILE DROPDOWN
========================= */
@media(max-width:991px){

    .custom-dropdown{
        display:none;
    }

    .dropdown-menu-item.active .custom-dropdown{
        display:block;
    }

}



.nav-link:hover {
color: #f47620;
}


.nav-links.social-links {
    padding-left: 50px;
}
.nav-num.text-end {
    padding-right: 50px;
}

.sub-menu.custom-dropdown li {
    padding: 0;
}

.sub-menu.custom-dropdown .nav-link {
    padding: 10px 20px;
	font-size: 18px;	
}
.sub-menu.custom-dropdown li {
    padding: 0;
    display: block;
	text-align: start;
}

.sub-menu.custom-dropdown .nav-link:hover {
    color: #fff;
}

.sub-menu.custom-dropdown .nav-link::after{
	display: none;
}



/* ------------home-page-css------------- */

.owl-dots span {
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100px;
}

 .owl-dot.active span {
    background: #f47620;
}

.owl-dots {
    text-align: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 0;
    position: absolute;
    bottom: 35px;
    right: 0;
    left: 0;
}


 .owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-nav i{
    display: none;
}

.owl-nav {
    display: none;
}



.banner-title {
    font-size: 72px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 20px;
        position: relative;
    z-index: 11;
}

.home-banner-content {
    position: absolute;
    bottom: 25%;
    width: 50%;
    left: 50px;
    z-index: 9;
}

.home-banner-section{
    position: relative;
    z-index: 1;
       
}

/* #bannerslider {
    display: block !important;
    min-height: 845px; 
    overflow: hidden;
}

#bannerslider .item {
    min-height: 845px;
}

#bannerslider img {
    width: 100%;
    height: 845px;
    object-fit: cover;
} */

.banner-img{
    position: relative;
    z-index: -1;
}

 .banner-img::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-image: url(../images/banner-overlay.webp);
    width: 100%; 
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 2;
} 


.nav-num a {
    font-size: 24px;
    color: #000;
    font-weight: 400;
}
.nav-num a:hover {
    color: #f47620;
}
.nav-num img {
    padding-right: 15px;
}



.cmn-btn { 
  background-color: #f47620;
  border-radius: 5px;
  /* box-shadow: #0c93c5 0px 6px 0 0, #0c93c5 -4px 5px 0 1px; */
 box-shadow: #b55615 0px 4px 0 0, #b55615 -4px 5px 0 2px;
  color: #fff;
  font-size: 18px;
  font-weight: 300; 
  padding: 10px 30px;
  text-align: center;
  transition: 0.5s ease-in-out;
}

.cmn-btn:focus {
  text-decoration: none;
}

.cmn-btn:hover {
    transition: 0.5s ease-in-out;
    color: #fff;
    background: #034827;  
    box-shadow: #3f634a 0px 0px 0 0, #3f634a -4px -4px 0 2px;
}

.cmn-btn:active {
  box-shadow: rgba(0, 0, 0, .125) 0 3px 5px inset;
  outline: 0;
}

.cmn-btn:not([disabled]):active {
  box-shadow: #fff 2px 2px 0 0, #000 2px 2px 0 1px;
  transform: translate(2px, 2px);
}




.banner-btn {
    padding-top: 15px;
    display: flex;
    gap: 20px;
}


.home-title {
    color: #093717;
    font-size: 55px;
    font-weight: 400;   
}


.inner-main-container {
    padding: 50px 50px;
    background: #ddedd9;
    margin: 100px 50px;
    border-radius: 10px;
    overflow: hidden;
}

.img-r img{
    border-radius: 10px;
    overflow: hidden;
}

.img-r{
    border-radius: 10px;
    overflow: hidden;
}




/* -----scrolling image-css-------- */


.container-inview.hide {
    display: none;
}

.container-scroll {
    padding: 0;
    height: 100%;
}

.reveal {
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


/* ----------end------------ */



.calendar-content {
    display: flex;    
    align-items: center;
	flex: 1;
    gap: 90px;
}

.calendar-text {
    flex: 1;    
}


.calendarinfo span {
    color: #093717;
    font-size: 18px;
    font-weight: 300;
}

.calendarinfo h6 {
    color: #093717;
    font-size: 22px;
    font-weight: 400;
}

.calendarinfo {
    text-align: center;
    background: #ddedd9;
    border-radius: 10px;
    padding: 15px;
	flex-basis: 150px;  
}

.home-sec2 .inner-main-container {
    background: #093717;
}

.home-sec2 p{
    color: #fff;
}

.calendar-box {
    background: #3f634a;
    padding: 12px;
    border-radius: 10px;
    transition: 0.7s ease-in-out;
    border: 1px solid transparent;
	display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

.calendar-box:hover {
 transition: 0.7s ease-in-out;
border: 1px solid #ddedd9;
background: transparent;
}

.calendarbox-title{
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}

.calendar-text p {
    font-size: 17px;
    line-height: 29px;
    margin: 0;
}

.home-place-img {
    height: 100%;
    object-fit: cover;
}

.home-place-img img{
    height: 100%;
    object-fit: cover;
}

.calendar-btn span {
    font-size: 22px;
    font-weight: 300;
    color: #ddedd9;
    border-bottom: 1px solid #ddedd9;
    margin-right: 15px;
    transition: 0.7s ease-in-out;
}

.calendar-btn:hover img{
  left: 15px;
  transition: 0.7s ease-in-out;
}

.calendar-btn img {
    position: relative;
    left: 0px;
      transition: 0.7s ease-in-out;
}

.home-sec3-inner{
    background-image: url(../images/home-sec3-bg.webp);
    padding: 100px 50px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px 50px;
    border-radius: 10px;
}

.meaningful-topcontent {
    text-align: center;
}

.meaningful-box {
    background: #fff;
    padding: 30px 10px;
    height: 100%;
    border-radius: 10px;
    text-align: center;
  transition: 0.7s ease-in-out;

}

.meaningful-box:hover {
 transition: 0.7s ease-in-out;
 background-color: #034827;
 transform: translate(0px,5px);
}

.meaningful-box:hover p{
color: #fff;
}

.meaningful-box:hover .meaningful-title{
color: #fff;
}


.meaningful-box  p{
  margin: 0;
  font-size: 18px;
  line-height: 29px;
}

.meaningful-box .meaningful-title {
    color: #093717;
    font-size: 22px;
    font-weight: 400;
}

.home-sec4 .inner-main-container {
    background: #093717;
    padding: 70px 50px;
}

.member-text p{
    color: #fff;

}

.member-text {
    border-left: 1px solid #53735d;
    padding-left: 40px;
    margin-left: 40px;
    height: 100%;
}

.home-sec5{
    padding: 0px 50px 100px 50px;
}

.insight-title{
    color: #093717;
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
}

.insight-text a{
     color: #093717;
}
.insight-text a:hover{
     color: #f47620;
}

.insight-card a{
    display: block;
}


.insight-card {   
    padding: 0px;
    border-radius: 10px;
    transition: 0.7s ease-in-out;
   height: 100%;
    overflow:hidden;
  
}

.insight-card:hover img{
    transform:scale(1.08);
    transition: 0.7s ease-in-out;
   
}
.insight-img img{   
    transition: 0.7s ease-in-out;
	 width: 100%;
}

.insight-img {   
    transition: 0.7s ease-in-out;
}












/* ----------------------blog-listing-css-------------------------- */


.inner-banner-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.inner-banner-img{
    overflow: hidden;
}

.inner-banner-img img{
    overflow: hidden;
}

.inner-banner-section::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-image: url(../images/banner-overlay.webp);
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 2;
}


.inner-banner-text {
    position: absolute;
    top: 50%;
  
}

.inner-banner-title {
    font-size: 72px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    padding-left: 50px;
    position: relative;
    z-index: 9;
}



.home-blog-img img {
    border-radius: 10px;
}


.blog-section {
    padding: 100px 50px 50px 50px;
}

.blog-img a {
    width: 100%;
}
.blog-text p {
    padding: 10px 0px;
}
.blog-search .blog-submit {
    position: absolute;
    right: 0px;
    top: 0px;
}

.blog-img {
    border-radius: 8px;
    transition: 0.7s ease-in-out;
    overflow: hidden;
}


.blog-title {
    font-size: 28px;
    color: #333333;
    font-weight: 400;
}

.blog-search button {
    font-size: 22px;
    color: #000;   
    transition: 0.5s ease-in-out;
    font-weight: bold;
    border: 0;
    background: none;
}

.blog-search input {
    width: 90%;
}

.blog-listing-title {
    color: #333333;
    font-size: 31px;
    font-weight: 300;
}


.inner-blog-card-text {
    padding: 30px;
    transition: 0.5s ease-in-out;
    border: 1px dashed #fff;
}

.blog-search-box {
    padding: 25px 25px 200px 25px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.blog-search {
    width: 100%;
    border: 1px solid #ccc;   
    margin-right: 10px;
}


.blog-search input{   
    border: none;  
}


.blog-categories-list {
    margin-top: 20px;
}

.blog-categories ul li {
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    border-bottom: 1px solid #999999;
    padding: 18px 0px 18px 0px;
    position: relative;
    list-style: none !important;
}

.blog-categories ul {
    padding: 0 !important;
    margin: 0;
}


.inner-blog-img {
    border-radius: 8px;
}

.inner-blog-img img {
    border-radius: 8px;
}

.home-blog-text p {
    font-size: 18px;
    line-height: 28px;
}

.blog-categories ul li a {
    display: inherit !important;
    transition: 0.5s ease-in-out;
}

.blog-categories a:hover {
    color: #7a9e8b;
    transition: 0.5s ease-in-out;
}

.blog-banner-text h1 {
    font-size: 30px;
    font-weight: 400;
}

.blog-banner-text h3 {
    font-size: 30px;
    font-weight: 600;
    padding-top: 15px;
}

.blog-banner-text li {
    padding-bottom: 5px;
    font-size: 18px;
}

.blog-detail-btn a {
    text-transform: lowercase;
}




/* -----------------blog-detail-csss------------------- */

.blog-banner-text {
    margin: 30px 0px;
}

.blog-detail-title {
    color: #000;
    font-size: 26px;
    font-weight: 300;
}

.blog-contact-title {
    color: #000;
    font-size: 26px;
    font-weight: 300;
}

.blog-detail ul li{
list-style-type: disc;
}

.blog-detail ul{
padding-left: 20px;
}

.blog-detail ol{
padding-left: 20px;
}

.blog-detail ol li{
list-style: number;
}


.blog-detail  h2{
font-size: 32px;
font-weight: 400;
}

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

.blog-detail  h4 {
font-size: 22px;
font-weight: 400;
}

.blog-detail  h5 {
font-size: 22px;
font-weight: 600;
}

.blog-detail  h6 {
font-size: 20px;
font-weight: 400;
margin-top: 20px;
}


.blog-detail p a {
color: #da090f;
}




/* -------------------end---------------------- */


/* -------------------------error-page---------------------- */


.error-title {
    color: #ddedd9;
    font-weight: 300;
    font-size: 80px;
    text-align: center;
    margin-top: 10px;  
    -webkit-text-stroke: 1px #F8F8F8;
    text-shadow: 0px 1px 4px #093717;
    color: #093717;
}


.error {
    text-align: center;
    position: relative;
}

.error .code {
    font-size: 15rem;
    letter-spacing: 2px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #093717;
    text-shadow: 0px 0px #f47620, 11px 9px #093717;
    line-height: 220px;
}

.error p {
  font-weight: 400;
  font-size: 24px;
  padding-bottom: 20px;
  color: #000;
}


/* --------------thanku-page-css---------------- */

.no-banner-pad {
    padding: 100px 0px 100px 0px;
   
}

.message {
    padding: 80px 50px;
    text-align: center;
    max-width: 800px;
    margin: auto;
    transition: 0.7s ease-in-out;
    position: relative;
    box-shadow: #b55615 9px 8px 0 0, #f47620 -7px -5px 0 2px;
    background-color: #ffffff;
    border-radius: 20px;
}

.thanku-text {
    font-size: 105px;
    color: #f47620;
      text-shadow: -2px 2px 0 #f47620, 3px 3px 0 #f9b178, 6px 6px 0 #f6a05d, 6px 6px 0 #f18d41, 0px 0px 0 #eb7a26;
    font-weight: bold;
    /* text-shadow: -0.0075em 0.0075em 0 #fffaf7, 0.005em 0.005em 0 #f8b988, 0.01em 0.01em 0 #f7ac71, 0.015em 0.015em 0 #f69f59, 0.02em 0.02em 0 #f59242, 0.025em 0.025em 0 #f4862b, 0.03em 0.03em 0 #ef7b21; */
}

.message p{
  font-size: 25px;
  color: #093717;
  font-weight: 600;
  padding: 10px 0px 20px 0px;
  letter-spacing: 2px;
}



/* ---------------------------end-------------------------- */



/* ---------about-css-------- */


.breadcrumb {
    list-style: none;
    padding: 15px 50px 0px 50px;   
    margin: 0;
}

.breadcrumb ul li {
    display: inline;
    font-size: 19px;
    color: #000;
    font-weight: 300;
}

.breadcrumb ul li a {
    color: #0c3f26;
}

.breadcrumb li+li:before {
    padding: 8px;
    color: #000;
    content: "/\00a0";
    font-weight: bold;
}

.breadcrumb ul li a:hover {
    color: #093717;
    text-decoration: underline;
}

.about-subtitle{
    font-size: 40px;
    color: #093717;
    font-weight: 400;
}

.aboutsec1{
    padding: 100px 50px;
}


.missionsubtitle{
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    padding: 20px 0px 10px 0px;
}

.aboutsec2 .inner-main-container {
    background: #093717;
    margin-top: 0;
}

.about-inner-text ul li{
    font-size: 19px;
    color: #fff;
    padding-bottom: 15px;
    list-style: disc;
    font-weight: 300;
}
.about-inner-text ul{
    padding-left: 25px;
}


.boardmemberswrapper{
    max-width: 1600px;
    margin: auto;
}

.memberimg{
    border-radius: 100px;   
     transition: 0.7s ease-in-out;
}

.memberimg img{
    border-radius: 100px;
    transition: 0.7s ease-in-out;
    border: 2px solid transparent;
    padding: 3px;
}

.boardmember {
  text-align: center;
 transition: all .4s ease;
  padding: 10px 0px;
}

.boardmember:hover {
/* transition: 0.4s ease-in-out; */
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
padding: 10px 0px;
border-radius: 10px;
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0,0,0,.15);

}

.boardmember:hover .memberimg img {   
    border: 2px solid #093717;
    padding: 3px;
    transition: 0.7s ease-in-out;
}


.boardmemberswrapper .mb-5{
    margin-bottom: 100px !important;
}

.membertitle{
    font-size: 28px;
    color: #093717;
    font-weight: 400;
    margin-top: 25px;
}



.membersubtitle{
    font-size: 24px;
    color: #214b2e;
    font-weight: 300;
}


/* --------activitycss--------- */


/* .program-tabs{
    display:flex;
    gap:30px;
    align-items:flex-start;
} */

.activityguidelinespage{
    padding: 100px 50px;
}


.tabs-sidebar{
    width: 100%;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.tab-btn {
    border: 1px solid #093717;
    background: #fff;
    color: #093717;
    padding: 20px 20px;
    text-align: left;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: .35s ease;
    font-size: 20px;
    font-weight: 400;
}

.tab-btn:hover{
    transform:translateX(5px);
    background:#f3f8f5;
}

.tab-btn.active{
    background:#093717;
    color:#fff;
}

.tabs-content{
    flex:1;
}

.tab-pane{
    display:none;
    background:#ddedd9;
    padding:60px;
    border-radius:10px;
    opacity:0;
    transform:translateY(20px);
}

.tab-pane.active{
    display:block;
    animation:tabFade .5s ease forwards;
}

@keyframes tabFade{
    from{
        opacity:0;
        transform:translateY(20px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

.tab-pane h2{
    text-align:center;
    margin-bottom:20px;
    color:#083d24;
    font-size:40px;
}
.program-table-wrap{
    overflow-x:auto;
}

.program-table{
    width:100%;
    border-collapse:collapse;   
}

.program-table td {
    border: 1px solid #9cb1a7;
    padding: 25px 25px;
    vertical-align: top;
    color: #000;   
    font-size: 19px;
    font-weight: 300;
	letter-spacing: 1px;
}


.label-cell{
    width:300px;  
   
}

.program-table ul{
    margin:0;
    padding-left:20px;
}

.program-table li {
    margin-bottom: 12px;
    font-size: 19px;
    font-weight: 300;
    list-style: disc;
    line-height: 33px;
}
.program-table tr{
    transition:.3s ease;
}

.program-table tr:hover{
    background:rgba(255,255,255,.35);
}

.program-table h6 {
    font-size: 22px;
    color: #093717;
    font-weight: 300;
}

/* --------------contact-css-------------------- */


.contact-page{
    padding: 100px 0px;
}

.contact-sub-title{
color: #093717;
font-size: 48px;
font-weight: 400;
}

.contact-form {
    /* padding: 40px; */
    /* border-radius: 5px; */
    height: 100%;
    position: relative;
    /* background: #f9f9f9; */
}

.detail-box {
    display: flex;
    align-items: center;
    padding: 26px 15px;
    margin-bottom: 20px;
    transition: 0.5s ease-in-out;
    border-radius: 5px;
    background-color: #ffffff24;
}

.contact-button .cmn-btn{
    border: 0;
    padding: 12px 45px;
}


.detail-box .sub-title {
    font-size: 29px;
    color: #093717;
    font-weight: 400;
}

.inner-detail {
  padding-left: 15px;
}
.inner-detail a{
  color: #093717;
  font-size: 20px;
  font-weight: 300;
}

.details-section {
    padding: 40px;
    border-radius: 5px;
    margin: 0px 10px;
    height: 100%;
    /* background: #2a85c3; */
}

.contact-form {
  padding: 30px;
  border-radius: 5px;
  height: 100%;
  position: relative;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.contact-form input::placeholder{
  color: #000;
  font-size: 17px;
  font-weight: 300;
}


.contact-form textarea::placeholder {
  color: #000;
  font-size: 17px;
  font-weight: 300;
}

.input-text {
  border: 1px solid #e1dfdf;
  padding: 18px 15px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 300;
}

.input-textarea {
  border: 1px solid #dedede;
  padding: 18px 15px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 15px;
  height: 200px;
}


.textarea{
  border: 1px solid #dedede;
  padding: 18px 15px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 15px;
  color: #000;
  font-size: 17px;
  font-weight: 500;
}



.submit-btn{
  padding: 12px 50px;
  color: #fff;
  border-radius: 5px;
  background-color: #ff0000;
  border: none;
  font-size: 20px;
  font-weight: bold;
   transition: 0.5s ease-in-out;
}

.submit-btn:hover{
  background-color: #0762ab;
  color: #fff;
  transition: 0.5s ease-in-out;
}
.detail-box.box-one {
  padding: 20px 0px 0px 0px;
}




.contact-map iframe{
    width: 100%;
    height: 570px;
    border-radius: 10px;   
}

.contact-map{
    margin-bottom: 100px;
}



/* ----------------------footer-section------------------------- */



.footer {
    padding: 0px 40px;
}

.footer-left {
    background: #093717;
    height: 100%;
    border-radius: 10px;
    padding: 30px;
}

.footer-right {
    background: #ddedd9;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
}

.footer-left p {
    color: #fff;
    font-size: 19px;
}

.footer-btn .cmn-btn{
    border: 0;
}
.footer-email p {
    display: flex;
    gap: 8px;
}
.footer-btn {
    margin-top: 20px;
    margin-left: 10px;
}

.footer-email input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;   
    background: #ddedd9;
    padding: 15px;
    color: #000;
    border: none;   
	font-size: 16px;
    font-weight: 300;
}

.footer input::placeholder{  
    color: #000;
    font-size: 19px;
    font-weight: 300;
}

.footer-content .footitl{
font-size: 32px;
font-weight: 400;
color: #093717;
margin: 0px 0px 20px 0px;
}


.footer-email {
    font-size: 18px;
    color: #fff;
    font-weight: 300;  
    width: 100%;
    background: transparent;   
    
}
.footer-content li{
    font-size: 19px;
    color: #000;
    font-weight: 300;
    padding-bottom: 10px;
}

.footer-timings li{
    padding-bottom: 5px;
}
.footer-email{
    position: relative;
}
.footer-email img {
    position: absolute;
    top: 15px;
    right: 20px;
}
.social-icons{
    margin-top: 20px;
}
.footer-content a {
    font-size: 19px;
    color: #000;
    font-weight: 300;
    transition: 0.7s ease-in-out;
}
.social-title{
    font-size: 20px;
    padding-top: 10px;
    color: #fff;
    text-transform: uppercase;
}

.social-links ul li i {
    color: #fff;
    font-size: 25px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #093717;
    border-radius: 50px;
    text-align: center;
    align-items: center;
    margin-right: 5px;
    transition: 0.5s ease-in-out;
}

.social-links ul li i:hover{
background-color: #f47620;
transition: 0.5s ease-in-out;
}

.social-header {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 0px;
    padding-top: 20px;
}

.copy-right {
    display: flex;
    justify-content: space-between;
    padding: 40px 0px;
}
.copy-right p{
   color: #000;
   font-size: 19px;
   margin: 0;
}

.copy-right i {
    color: #bb0203;
}
.copy-right a {color: #000;}

.copy-right a:hover {color: #f47620;}

.footer-content li a:hover  {
    color: #f47620;   
    transition: 0.7s ease-in-out;
}



.events-calendar .calendar-box:last-child {
    margin-bottom: 0 !important;
}
.wpcf7-spinner { position: absolute !important;}
.wpcf7 form.sent .wpcf7-response-output {  border-color: #fff;    color: #fff;    font-size: 13px;}
.logo-box { text-align: center; margin: auto;}
.custom-dropdown a::after { display: none;}
.custom-dropdown .nav-link { font-size: 18px; }
.custom-dropdown .nav-item {	padding: 10px 20px;}
.custom-dropdown .nav-link:hover { color: #fff;}



/* new css  */
#tribe-events-content {
    background: #e7fff6;
    padding: 30px 20px;
    border: 2px solid #004f29;
}
#tribe-events-content .tribe-events-meta-item {
    display: flex;
    gap: 6px;
}

#tribe-events-content .tribe-events-single-event-description.tribe-events-content p {
    font-weight: 400;
    font-size: 21px;
    line-height: 33px;
    text-align: center;
    color: #054f28;
}
#tribe-events-content .tribe-events-back {
    text-align: center;
    margin-bottom: 20px;
}
#tribe-events-content .tribe-events-schedule.tribe-clearfix {
    justify-content: center;
}
#tribe-events-content .tribe-events-single-event-title {
    text-align: center;
}

#tribe-events-content .tribe-events-sub-nav a {
    color: #000 !important;
    font-size: 18px;
    font-weight: 400;
}
#tribe-events-pg-template {
    padding: 100px 0 !important;
}
#tribe-events-content .tribe-events-meta-list span {
    font-size: 17px;
}
/* eend  */



.fog-img{
	width: 50%;
	max-width: 890px;
	float: right;
	margin-left:30px;
	margin-bottom: 15px;
}

.dropdown-arrow i{
    transition: transform .3s ease;
}
.dropdown-menu-item.active .dropdown-arrow i{
    transform: rotate(180deg);
}

.inner-contact-form.contact-form p {
    margin: 0;
}

.wpcf7-form-control-wrap {   
    width: 100%;
}

.founderwrap {
    max-width: 1500px;
    margin: auto;
    border: 1px solid #d8ebce;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 90px;
	 box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 2px 8px rgba(0, 0, 0, 0.03);
}









/* volunteer css  */

.volunteersec1boxinner1 .meaningful-box {
    padding: 20px 10px;
}

.volunteersec1boxinner1 {
    padding: 60px 50px 50px;
} 
.meaningful-box:hover span {
    color: #fff;
}
.volunteersec1boxinner1 .profilenamevolun {
    font-size: 18px;
}
.volunteersec1box {
    padding: 120px 0;
}

.volunteersec1box .home-title {
    margin-bottom: 0px !important;
} 
/* end here  */


.founder-text ul li {
    font-size: 19px;
    padding-bottom: 10px;
}






/* gallery page css  */



.gallery a {
    width: 100%;   
    position: relative;
}
.gallery {
    text-align: center;
    margin: 10px auto;
    clear: both;
    border-radius: 5px;
    position: relative;
    z-index: 999;
    padding: 100px 50px;
}

.gallery img {
    width: 100%;
    border-radius: 10px;  
}
.gallery a::after {
    background: #ffffff5e;
    content: "";
    height: 0;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    right: 0;
}

.gallery a:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all .4s linear;
    transition: all 0.7s linear;
}   


.gallery-grid {
    column-count: 4;
    column-gap: 5px;
}

.gallery-grid a {
    display: inline-block;
    width: 100%;   
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
}





/* end here  */

.home-sec3 .sponsorshipsec {
    background: #dfedda;
}

#tribe-events-pg-template { 
	max-width: 1500px !important;
}

#foogallery-gallery-616 {   
    margin-bottom: 50px !important;
}


/* ------media-query----- */


@media (max-width:1600px){
.logo-box { max-width: 80%;}
.navbar .nav-link { font-size: 20px;}
.banner-title { font-size: 65px;}
.inner-main-container { margin: 80px 50px;}
.home-title { font-size: 50px;}
.calendarinfo h6 {  font-size: 18px;}
.calendarinfo span {  font-size: 16px;  }
.calendarinfo { padding: 10px 20px;}
.calendarbox-title { font-size: 22px;}
.home-sec3-inner { padding: 80px 50px;}
.meaningful-box .meaningful-title { font-size: 20px;}
.insight-title { font-size: 22px; margin-top: 20px;}
.home-sec5 {padding: 0px 50px 80px 50px;}
.footer-content .footitl { font-size: 28px;  margin: 0px 0px 15px 0px;}
.footer-content a { font-size: 18px;}
.footer-content li  { font-size: 18px;}
.copy-right p{ font-size: 18px;}
.copy-right a{ font-size: 18px;}
.footer-email input {padding: 10px 15px;}
.footer input::placeholder{ font-size: 17px;}
p { font-size: 18px;}
.no-banner-pad { padding: 80px 0px 80px 0px;}
.error .code { font-size: 13rem;    line-height: 200px;}
.error-title { font-size: 60px;}
.thanku-text { font-size: 85px;}
.message p { font-size: 22px;  padding: 0px 0px 10px 0px; }
.message {max-width: 700px;}
.aboutsec1 { padding: 80px 50px;}
.boardmemberswrapper {max-width: 1400px; }
.membertitle { font-size: 26px;}
.membersubtitle {font-size: 22px;}
.tab-btn { font-size: 18px;}
.tab-pane { padding: 45px;}
.program-table td { font-size: 17px;  line-height: 30px;}
.program-table li { margin-bottom: 12px;  font-size: 17px; }
.activityguidelinespage {padding: 80px 50px;}
.contact-page { padding: 80px 0px;}
.contact-sub-title { font-size: 42px;}
.input-text {padding: 15px 15px;}	
.contact-form input::placeholder { font-size: 16px;}	
.contact-form textarea::placeholder { font-size: 16px;}		
.blog-section { padding: 80px 50px 0px 50px;}	
.volunteersec1box .home-title {margin-bottom: 50px;}
.volunteersec1box { padding: 100px 0;}	
.volunteersec1boxinner1 { padding: 50px 50px 40px !important; }
.gallery { padding: 80px 35px;}	
#tribe-events-pg-template { max-width: 1250px !important;}	
#foogallery-gallery-616 .fg-image {width: 220px !important;}
	
	
	

}


@media (max-width:1440px){
.nav-num a { font-size: 22px;  }
.banner-title { font-size: 60px; }
.home-title { font-size: 45px; }
.calendarinfo h6 { font-size: 15px;  }
.calendarinfo span { font-size: 14px;}
.calendar-text p {  font-size: 16px;    line-height: 27px;}
.calendarbox-title { font-size: 20px;     margin-bottom: 5px;    }
.calendar-btn span { font-size: 20px;  }
.calendar-btn img { width: 22px;}
.boardmemberswrapper .mb-5 { margin-bottom: 80px !important;}
.calendarinfo {flex-basis: 115px;}
.calendar-content {gap: 70px;}	
.activityguidelinespage {padding: 70px 35px;}	
.volunteersec1box {padding: 80px 0;}
.missionsubtitle {padding: 10px 0px 10px 0px;}	
.gallery { padding: 60px 35px;}		
#tribe-events-pg-template { padding: 60px 0 !important;}	
#tribe-events-pg-template { max-width: 1100px !important;}	
	
}

@media (max-width:1366px){
.social-links ul li i { font-size: 20px;  width: 40px;  height: 40px;  line-height: 40px;}
.nav-num img {  padding-right: 10px;  width: 32px;}
.nav-num a { font-size: 20px;}
.navbar .nav-link { font-size: 18px; }
.logo-box {max-width: 75%;}
.nav-item { padding: 10px 20px 10px 20px;}
.banner-title { font-size: 52px; }
.cmn-btn {font-size: 16px; padding: 10px 30px;}
.inner-main-container {margin: 70px 35px;}
.inner-main-container { padding: 40px 35px;}
.home-title {font-size: 40px;}
p { font-size: 17px; line-height: 30px; }
.calendar-btn span { font-size: 18px;  }
.calendar-btn:hover img { left: 5px;  }
.calendar-text p { font-size: 15px; line-height: 26px; }
.home-sec3-inner { padding: 70px 35px;  margin: 0px 35px;}
.meaningful-box p { font-size: 16px;  line-height: 27px;}
.meaningful-box {  padding: 25px 10px;}
.meaningful-box .meaningful-title { font-size: 18px; }
.home-sec4 .inner-main-container { padding: 60px 35px;}
.insight-title {font-size: 20px; margin-top: 15px;}
.home-sec5 { padding: 0px 35px 60px 35px; }
.footer { padding: 0px 30px;}
.footer-content .footitl { font-size: 26px; margin: 0px 0px 10px 0px;}
.footer-left p { font-size: 17px;}
.footer-left { padding: 30px 20px;}
.footer-content a {font-size: 16px; }
.footer-content li {font-size: 16px; }
.copy-right p {font-size: 16px;}
.copy-right a {font-size: 16px;}
.copy-right { padding: 30px 0px;}
.no-banner-pad { padding: 60px 0px 60px 0px;}
.error p { font-size: 22px;}
.thanku-text {font-size: 70px;}
.message p {font-size: 18px;}
.message {padding: 55px 50px; max-width: 600px;}
.inner-banner-title {font-size: 65px;}
.about-subtitle {font-size: 36px;}
.aboutsec1 { padding: 70px 35px; }
.breadcrumb ul li { font-size: 16px;}
.missionsubtitle { font-size: 26px;  padding: 15px 0px 10px 0px;}
.about-inner-text ul li { font-size: 17px;  padding-bottom: 12px;}
.membertitle { font-size: 23px; margin-top: 20px; }
.membersubtitle { font-size: 19px; }
.boardmemberswrapper {max-width: 1250px;}
.memberimg img { width: 50%;}
.program-table td { font-size: 16px; }
.program-table li { margin-bottom: 10px;  font-size: 16px;  line-height: 30px;}
.program-table td { padding: 20px 20px; font-size: 16px;  }
.tab-btn { font-size: 16px;  padding: 15px 20px;}
.label-cell {width: 270px;}
.contact-page { padding: 70px 0px;}
.contact-form input::placeholder { font-size: 15px;}	
.contact-form textarea::placeholder { font-size: 15px;}
.input-text { padding: 12px 15px; }	
.input-textarea {height: 155px;}	
.contact-button .cmn-btn { padding: 8px 45px;}	
.blog-section { padding: 70px 50px 0px 50px;}	
.volunteersec1boxinner1 .profilenamevolun { font-size: 17px;}
.volunteersec1boxinner1 .meaningful-box .meaningful-title { font-size: 18px; }	
#foogallery-gallery-616 .fg-image {width: 240px;}	
	
}




@media (max-width:1200px){
.banner-title { font-size: 45px; }	
.banner-btn {padding-top: 0;}
.home-banner-content {bottom: 20%;}	
.nav-num a { font-size: 18px;}	
.navbar .nav-link { font-size: 17px; }	
.nav-item { padding: 10px 15px 10px 15px; }
.inner-main-container { margin: 60px 35px;}	
.calendar-box {gap: 20px;}	
.calendar-content { gap: 40px;}	
.home-sec3-inner {padding: 50px 35px;}
.footer-btn { margin: 20px 10px 10px 10px;}	
.footer input::placeholder{ font-size: 15px;}	
.home-title { font-size: 36px;}	
.footer-left p {font-size: 16px; line-height: 27px; }	
.inner-banner-title { font-size: 60px; }	
.aboutsec1 { padding: 60px 35px;}	
.boardmemberswrapper .mb-5 { margin-bottom: 50px !important; }	
.about-subtitle {font-size: 30px;}	
.missionsubtitle { font-size: 22px; padding: 10px 0px 10px 0px; }	
.boardmemberswrapper { max-width: 1050px; }	
.membersubtitle { font-size: 17px;}	
.membertitle { font-size: 22px; }	
.inner-banner-title { font-size: 50px; }	
.activityguidelinespage {padding: 60px 35px;}	
.label-cell { width: 185px;}	
.contact-img { height: 100%;  object-fit: cover;}	
.contact-img  img{ height: 100%; object-fit: cover;}		
.contact-sub-title { font-size: 38px; }	
.blog-search button { padding: 0;}	
.custom-dropdown .nav-link { font-size: 16px; }	
.breadcrumb { padding: 15px 35px 0px 35px;}	
.volunteersec1box { padding: 50px 0; }	
.volunteersec1boxinner1 { padding: 50px 35px 40px !important; }	
.gallery { padding: 50px 35px;}		
	
	
}


body, html{overflow-x: hidden;}
@media (max-width:1024px){
.banner-title { font-size: 40px; }	
.calendar-content {gap: 20px;    }	
.read-btn .cmn-btn {font-size: 15px;  padding: 8px 25px; }	
.calendarinfo h6 { font-size: 14px; }	
.meaningful-box .meaningful-title { font-size: 16px;}	
.calendar-btn span { font-size: 16px; }	
.calendar-btn img {  width: 16px; }	
.insight-title { font-size: 18px; }	
p {font-size: 16px; line-height: 27px;}
.home-banner-content { left: 35px;  }	
.footer-content .footitl { font-size: 22px; }
.footer-left { padding: 20px 15px;}	
.footer-content a { font-size: 15px; }	
.footer-content li { font-size: 14px; }	
.social-links ul li i { font-size: 16px; width: 35px; height: 35px; line-height: 35px; }	
.copy-right p { font-size: 14px; }	
.copy-right { padding: 25px 0px; }	
.cmn-btn { font-size: 15px; padding: 10px 25px;}	
.home-sec5 { padding: 0px 35px 45px 35px;}	
.about-inner-text ul li { font-size: 16px; padding-bottom: 10px;}	
.missionsubtitle {font-size: 20px;  padding: 10px 0px 5px 0px; }	
.aboutsec1 { padding: 50px 30px 40px 30px; }	
.inner-banner-title { padding-left: 30px;}	
.breadcrumb { padding: 15px 30px 0px 30px;}	
.tab-pane {padding: 30px 30px;}	
.tab-btn { font-size: 15px; padding: 15px 15px;}
.program-table td { padding: 15px 15px;  font-size: 16px; }	
.boardmemberswrapper { max-width: 980px; }	
.contact-page { padding: 60px 0px;}	
.contact-sub-title { font-size: 34px; }	
.blog-section { padding: 60px 35px 0px 35px;}		
.blog-categories ul li {font-size: 17px;}
.blog-detail h4 { font-size: 20px;}
.wp-block-search__button svg { width: 0.25em;}	
.dropdown-arrow {top: 0px; font-size:13px;}	
#tribe-events-pg-template { max-width: 1000px !important;}	
	
	
}



@media (max-width:991px){
.navbar-toggler { background-color: #093717 !important;  position: absolute !important;  top: -70px !important;  right: 15px !important;}	
.main-menulist .text-end { text-align: left !important;}	
.navpage-header {position: absolute;}	
.nav-height { height: 112px;}	
.nav-links.social-links {padding-left: 15px;}		
.inner-main-container { margin: 50px 30px; padding: 40px 30px; }	
.home-title {font-size: 30px;}	
.calendarinfo span { font-size: 13px; }	
.calendarinfo h6 { font-size: 13px; }	
.calendarinfo { flex-basis: 100px;  padding: 8px 10px;}	
.calendarbox-title {font-size: 18px; margin-bottom: 2px;}	
.events-calendar .mb-4 {margin-bottom: 10px !important;}
.home-sec3-inner { padding: 50px 30px 30px 30px; }	
.meaningful-box { padding: 20px 10px; }	
.member-text { padding-left: 30px;    margin-left: 0;}	
.home-sec4 .inner-main-container { padding: 45px 30px; }	
.footer-content .footitl { font-size: 20px; }	
.d-flex {flex-wrap: wrap;}	
.nav-height {height: 108px;}
.nav-num.text-end {right: 0px;  position: relative;}
.nav-num a { font-size: 17px; }	
.navpage-header .row {margin-right: 0px !important; margin-left: 0px !important;}	
.dropdown-arrow {top: 2px;}	
.dropdown-menu-item:hover .dropdown-arrow { top: -1px;}	
.boardmemberswrapper { max-width: 915px;}	
.boardmemberswrapper .mb-5 { margin-bottom: 30px !important; }	
.membertitle { font-size: 20px; }	
.tabs-sidebar { flex-wrap: wrap;    justify-content: center;    margin-bottom: 35px; flex-direction: row;}	
.tab-btn:hover {transform: none;}	
.container {max-width: 95%;}	
.founderwrap {margin-bottom: 60px;}	
.contact-page { padding: 50px 0px;}	
.blog-section { padding: 50px 30px 0px 30px;}		
.blog-detail h3 {font-size: 24px;}
.inner-banner-title {font-size: 38px; }    
.gallery-grid { column-count: 3; }	
#tribe-events-pg-template { max-width: 90% !important; }	
#foogallery-gallery-616 .fg-image { width: 190px !important; }	
	
	
	
}



@media (max-width:840px){
.banner-title { font-size: 35px; }	
.owl-dots {bottom: 12px;}	
.owl-dots span { width: 10px; height: 10px;}	
.calendar-box {display: block;}	
.calendarinfo h6 { display: inline; margin: 0;}	
.calendarinfo { display: flex;  gap: 20px; margin-bottom:10px; align-items: center;}	
.read-btn .cmn-btn { font-size: 13px; padding: 8px 15px;  }	
.calendar-text p { font-size: 14px;  line-height: 23px; }	
.calendarbox-title {font-size: 17px; }	
.home-sec2 .col-md-5 { padding-right: 0 !important;}	
.home-sec3-inner { padding: 30px 30px 20px 30px; }	
.nav-num a { font-size: 15px; }	
.nav-num img {width: 27px; }	
.nav-num.text-end {right: 15px; padding:0;}	
.banner-title { font-size: 30px; }	
.footer-right { padding: 20px;}	
.footer-content .footitl { font-size: 15px; }	
.navbar-toggler { top: -62px !important; right: 0px !important;    }	
.social-links ul li i { font-size: 14px; width: 30px; height: 30px; line-height: 30px;}	
.nav-links.social-links { padding-left: 0px; }	
.nav-height { height: 80px; }	
.boardmemberswrapper {max-width: 750px;}		
.contact-form {	padding: 20px;}	
.input-text { padding: 10px 12px; }
.contact-form input::placeholder { font-size: 13px;}	
.contact-form textarea::placeholder { font-size: 13px;}	
.input-textarea { height: 125px; }	
.footer-email p {gap: 0px; display: block;}
.footer-email input { padding: 10px 15px; margin-bottom: 20px;}
.footer-btn { margin: 0px 10px 10px 10px; }
.volunteersec1boxinner1 { padding: 40px 35px 30px !important;}	
	
	
	
}


@media (max-width:767px){
.nav-links.social-links {display: none;}	
.nav-num.text-end {display: none; }	
.nav-height {height: 91px; }	
.home-banner-content { bottom: 20%; left: 0; width: 100%; }	
.banner-title { font-size: 25px; }	
.cmn-btn { font-size: 14px; padding: 8px 20px;}
.home-banner-content { left: 0; padding: 0px 15px; }	
.owl-dots { bottom: 12px; right: 10px; justify-content: end; }
.home-banner-content {bottom: 10%}
.inner-main-container {  margin: 35px 15px;  padding: 30px 20px; }	
.home-place-text { margin-bottom: 25px;}	
.home-title {font-size: 28px;}	
.calendar-btn.text-end {  text-align: left !important;  margin-bottom: 20px;}	
.calendar-content {display: block;}	
.read-btn .cmn-btn {   margin-top: 15px; }	
.events-calendar { padding-top: 15px;}	
.meaningful-topcontent { padding: 0px 30px;}	
 .home-sec3-inner { padding: 20px 20px 0px 20px;  margin: 0px 15px;  background: #dfedda; }
.meaningful-box .meaningful-title { font-size: 20px; }
.home-sec4 .inner-main-container {  padding: 30px 20px 40px 20px;}	
.member-text { padding-left: 0; border: none; }	
.home-sec5 { padding: 0px 15px 25px 15px; }
.insight-title { font-size: 20px; }	
.footer { padding: 0px 0px; }	
.footer-left { margin-bottom: 15px;  height: auto; }	
.footer-content .footitl { font-size: 20px; }	
.footer-content a { font-size: 16px; }	
.footer-content li a { font-size: 16px; }		
.copy-right {  padding: 15px 0px;   display: block; }	
.inner-banner-title { font-size: 32px;   padding-left: 15px;}	
.inner-banner-text { top: 55%;}
.fog-img {  width: 100%;  max-width: 100%;  float: right;  margin:0; }	
.aboutsec1 { padding: 35px 15px 20px 15px;}	
.about-img.img-r { margin-bottom: 20px;}	
.boardmemberswrapper { margin: 0px 30px; }	
.program-table tr { display: flex;    flex-direction: column;   border: 1px solid #9cb1a7;     margin-bottom: 15px;}	
.program-table {  border-collapse: separate;}	
.program-table td { width: 100%; padding: 10px 15px; border: none;}
td.label-cell { font-size: 20px;  color: #093717;  font-weight: 400;   padding: 5px 15px 0px 15px;}
.tab-pane {padding: 20px 15px; }	
.activityguidelinespage { padding: 40px 15px; }	
.inner-banner-section::before { background-size: inherit;  }	
.program-table h6 { font-size: 18px;}	
.founderwrap { padding: 20px;}	
.founderwrap { margin-bottom: 50px;}	
.contact-sub-title { font-size: 30px;}	
.contact-form { margin-top: 20px; }	
.contact-page { padding: 30px 0px 60px 0px; }	
.blog-section { padding: 40px 15px 0px 15px;}		
.blog-section .mb-5 { margin-bottom: 20px !important;}	
.no-banner-pad { padding: 40px 0px 40px 0px; }	
.blog-search-box { padding: 25px 25px 30px 25px;}	
.blog-banner-text li { font-size: 16px;}
.blog-detail h3 { font-size: 20px;   padding-top: 0;}	
.logo-box { margin: 0;}	
.breadcrumb {padding: 15px 15px 0px 15px; }	
.founder-text ul li {font-size: 17px;}	
p { font-size: 17px; line-height: 27px;}	
.about-inner-text ul li { font-size: 17px;}	
.membersubtitle { font-size: 21px; }	
.membertitle { font-size: 23px; }	
.meaningful-box p { font-size: 17px; }	
.volunteersec1box { padding: 30px 0; }	
.volunteersec1boxinner1 { padding: 15px 15px 0px !important;}	
.volunteersec1boxinner1 .mb-4 { margin-bottom: 15px !important;}	
.volunteersec1box .home-title { margin-bottom: 20px !important; }	
.gallery { padding: 30px 15px;}		
.gallery-grid { column-count: 1; }		
#tribe-events-pg-template { padding: 20px 0 !important; }	
#foogallery-gallery-616 .fg-image { width: 100% !important; }	
	
	
}









