.slider__child img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.label___heading p {
	display: inline-block;
	border: 1px solid #73ba7524 !important;
	padding: 8px 15px;
	border-radius: 20px;
	margin-bottom: 20px;
	/*   background: #ffffff3d !important; */
	background: #73ba7524 !important;
	font-weight: bold !important;
}
.wpr-grid-media-hover-middle.elementor-clearfix {
  display: none !important;
}
#simple-translate {
  display: none !important;
}
.label___heading2 p{
	display: inline-block;
	border: 1px solid #fff !important;
	padding: 8px 15px;
	border-radius: 20px;
	margin-bottom: 20px;
	  background: #73ba7524 !important;
	font-weight: bold !important;
}
.custom__block {
  background: white !important;
  padding: 17px !important;
  border-radius: 10px !important;
}
.custom__block p:last-child {
  margin-bottom: 0 !important;
}
.circle__block {
  width: 11px;
  height: 11px;
  display: block;
  background: #387435 !important;
  border-radius: 10px;
}
.custom__block .flex.items-center.gap-2.mb-2 {
  display: flex;
  align-items: center;
  gap: 7px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #545454d4 !important;
  font-size: 13px;
  margin-bottom: 10px !important;
}
.custom__block {
  max-width: 310px;
  width: 100%;
}
.custom__block p:nth-child(2) {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px !important;
}
.custom__block p:last-child {
  font-size: 13px;
  color: #387435 !important;
  font-weight: 500;
}
@keyframes float-slow {
  0% {
    transform:translateY(0)scale(1)
  }
  50% {
    transform:translateY(-18px)scale(1.03)
  }
  to {
    transform:translateY(0)scale(1)
  }
}
.bg__counter-css {
  padding: 41px 20px;
  border: 1px solid #2e7d324f;
  background: #2e7d320d;
  border-radius: 15px;
}
.pmgb p{
	margin-bottom: 0 !important;
}
.label__team .elementor-widget-container {
  display: inline-block;
  padding: 0px 13px;
  padding-bottom: 5px !important;
  border-radius: 20px !important;
}
.overflow__hidden {
  overflow: hidden;
}
.label__team {
  margin-top: -38px;
}
.principal-projects-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.project-item {
  width: calc(33% - 30px);
  position: relative;
}
.project-item img {
  height: 192px;
  object-fit: cover;
  transition: all 0.6s ease;
}
.tag__name {
  background-color: rgb(255, 245, 245);
  color: rgb(185, 28, 28);
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 12px;
  border: 0;
  font-weight: 600;
  position: absolute;
  left: 13px;
  top: 13px;
  z-index: 99999;
  border-radius: 20px;
  padding: 4px 12px;
}

.project-item {
  background: #fff !important;
  border: 1px solid #e1e1e1;
  border-radius: 16px;
  overflow: hidden;
}
.project__cnt .h3{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-family: "Plus Jakarta Sans", Sans-serif;
}
.project__cnt .h3 {
  margin-top: 0 !important;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #1A1A1A;
  font-size: 16px;
  margin-bottom: 10px !important;
}
.project-content {
  margin-top: 0 !important;
  font-family: "Plus Jakarta Sans", Sans-serif;
  color: #7D7B7B;
  font-size: 14px;
  margin-bottom: 10px !important;
  line-height: 1.6;
}
.project__cnt a.btn__css {
  display: flex;
  gap: 8px;
  gap: 9px;
  font-size: 14px !important;
  color: rgb(185, 28, 28);
  font-weight: 600;
  align-items: center;
}
.project__cnt a.btn__css svg {
  width: 17px !important;
  position: relative;
  top: 1px;
}
.project-item:nth-child(2) .tag__name{
  background-color: rgb(240, 250, 240);
  color: rgb(46, 125, 50);
}
.project-item:nth-child(2) a.btn__css {
  color: rgb(46, 125, 50);
}
.project-item:last-child .tag__name{
  background-color: rgb(253, 248, 245);
  color: rgb(123, 43, 43);
}
.project-item:nth-child(3) a.btn__css {
  color: rgb(123, 43, 43);
}
.project__cnt {
  padding: 20px;
}
.project-content {
  margin-bottom: 20px !important;
}
.project-item:hover img {
  transform: scale(1.1);
}
.img__wrapper{
  transition: all 0.5s ease;
  height: 192px;
  display: block;
  overflow: hidden;
  position: relative;
}
.img__wrapper::after {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  z-index: 99999;
  width: 100% !important;
  top: 0;
  bottom: 0;
}
.project-item:hover .img__wrapper:after{
  background: #B91C1C;
  background: linear-gradient(0deg, rgba(185, 28, 28, 0.44) 8%, rgba(255, 255, 255, 0) 67%);
}
.project-item:nth-child(2):hover .img__wrapper:after{
  background: #FFF;
background: linear-gradient(176deg, rgba(255, 255, 255, 0) 0%, rgba(46, 125, 50, 0.24) 100%);
}
.project-item:last-child:hover .img__wrapper:after{
  background: #B91C1C;
  background: linear-gradient(0deg, rgba(185, 28, 28, 0.44) 8%, rgba(255, 255, 255, 0) 67%);
}
.tab__css-upcoming .e-n-tabs-heading {
  background-color: #f7f5f2;
  border: 1px solid #e7e7e7;
  padding: 5px;
  border-radius: 50px;
  width: fit-content !important;
  margin: 0 auto !important;
}
.tab__css-upcoming.elementor-widget-n-tabs .e-n-tab-title{
  align-items: center;
  display: flex;
  height: 36px !important;
  padding: 0 20px;
  border-radius: 50px !important;
}
.tab__css-upcoming.elementor-widget-n-tabs .e-n-tab-title span{
  font-size: 13px !important;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", Sans-serif !important;
}
.events-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.events-wrapper .event-item {
  width: calc(25% - 20px);
  position: relative;
  background: #fff !important;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  overflow: hidden;
}
.event-image img {
  width: 100% !important;
  height: 160px;
  object-fit: cover;
}
.events-wrapper .event-item:nth-child(2) .tag__name{
  background-color: rgba(239, 68, 68, 0.91);
  color: rgb(255, 255, 255);
}
.events-wrapper .event-item:nth-child(3) .tag__name{
 background-color: rgba(123, 43, 43, 0.91);
  color: rgb(255, 255, 255);
}
.events-wrapper .event-item:last-child .tag__name{
  background-color: rgba(27, 94, 32, 0.91);
  color: rgb(255, 255, 255);
}
.event-title {
  margin: 0 !important;
  font-size: 15px !important;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
  font-family: "Plus Jakarta Sans", Sans-serif !important;
  font-weight: 700;
  line-height: 1.3;
  color: #1A1A1A;
}
.event-excerpt {
  font-family: "Plus Jakarta Sans", Sans-serif !important;
  font-size: 13px;
  line-height: 1.5;
}
.content__btm-event {
  padding: 15px;
}
.bottom__btn a {
  color: #2e7d32 !important;
  font-size: 12px !important;
  font-weight: 500;
}
.bottom__btn {
  border-top: 1px solid #e1e1e1b0;
  margin-top: 15px;
  padding-top: 9px;
}
.stay__connect input {
  height: 48px;
  border-radius: 40px;
  border: 1px solid #d8d8d8a6;
  background: #f7f5f2;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
  text-transform: capitalize;
  width: 290px;
  padding: 0 20px;
  margin: 0 8px;
    font-size: 12px;
}
.stay__connect input.wpcf7-form-control.wpcf7-submit {
  background: #1b5e20 !important;
  color: #fff;
  font-weight: bold;
  width: 143px;
}
.es_subscription_form_submit.es_submit_button.es_textbox_button {
	color: #fff !important;
	background: #1b5e20 !important;
	font-weight: bold;
	width: 200px;
	cursor: pointer;
}
.es_subscription_form.es_shortcode_form.es_ajax_subscription_form {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
.es-field-wrap br {
  display: none;
}
.es-field-wrap {
  margin-bottom: 0 !important;
}
.wpcf7-spinner {
  position: absolute;
}
.lst-p p:last-child {
  margin-bottom: 0 !important;
}
/* table */
.financial-reports-table table{
    width:100%;
    border-collapse:collapse;
}

.financial-reports-table td{
    border:1px solid #A5D6A7;
    padding:18px 20px;
    vertical-align:middle;
}

.financial-reports-table .sr{
    width:60px;
    text-align:center;
    color:#2E7D32;
    font-weight:600;
}

.financial-reports-table .title a{
    color:#1B5E20;
    text-decoration:none;
    display:block;
    transition:.3s;
}

.financial-reports-table .title a:hover{
    color:#2E7D32;
}

.financial-reports-table .pdf{
    width:80px;
    text-align:center;
}

.financial-reports-table .pdf a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:36px;
    height:36px;
/*     border:1px solid #2E7D32; */
/*     border-radius:4px; */
/*     color:#2E7D32; */
/*     font-size:22px; */
    text-decoration:none;
    transition:.3s;
}

.financial-reports-table tr:nth-child(even){
    background:#F1F8F2;
}

.financial-reports-table tr:hover{
    background:#E8F5E9;
}
.donation___btn button {
  color: #2e7d32 !important;
  border: 1px solid #2e7d32 !important;
  font-family: "Plus Jakarta Sans", Sans-serif;
  border-radius: 100px !important;
  width: 155px !important;
  margin-top: 20px !important;
  background: #fff !important;
  font-weight: bold !important;
  padding: 0 !important;
  height: 49px !important;
}
.donation___btn button:hover {
  background: #2e7d32 !important;
  color: #fff !important;
}
.contact-form label {
    display: none !important;
}

.contact-form input {
    height: 55px !important;
    border-radius: 100px !important;
    padding-left: 25px !important;
    background: transparent !important;
    border: 1px solid #fff;
    color: #fff;
    outline: none;
}

.contact-form span#forminator-field-textarea-1_6a29ab605a02a-description {
    display: none;
}

.contact-form textarea {
    border-radius: 30px !important;
    padding-left: 25px !important;
    padding-top: 25px !important;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    outline: none;
    resize: none !important;
}

.contact-form input::placeholder {
    color: #fff;
    opacity: 0.6;
}

.contact-form textarea::placeholder {
    color: #fff;
    opacity: 0.6;
}

.contact-form .forminator-button-submit {
    background: #fff;
    width: 100% !important;
    height: 55px !important;
    border-radius: 100px !important;
    box-shadow: none !important;
    font-size: 18px !important;
}

.contact-form form#forminator-module-6563 {
    margin-bottom: 0 !important;
}
.donation__table-css .table th, .donation__table-css .table td {
  border: 1px solid #e7e7e7;
  padding: 16px;
}
.donation__table-css .table th {
  background: #2e7d32 !important;
  color: #fff !important;
  font-size: 17px;
  padding: 10px !important;
}
.v_payment input {
    height: 55px !important;
    background: transparent !important;
    border: 1px solid #00000054 !important;
    border-radius: 30px !important;
    padding-left: 20px !important;
    padding-right: ;
    box-shadow: 3px 5px 10px #0000000f !important;
}

.v_payment form#forminator-module-2884 {
    padding: 0;
}

.v_payment label {
    font-family: 'Plus Jakarta Sans' !important;
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    background: #ffffff;
    width: fit-content;
    margin-bottom: -10px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: ;
    z-index: 1;
    position: relative;
}

.v_payment span.forminator-label {
    font-size: 18px !important;
    color: #000 !important;
    font-family: 'Plus Jakarta Sans' !important;
    font-weight: 400 !important;
}

.v_payment .forminator-field-checkbox label {
    padding: 0 !important;
    margin-top: 20px !important;
    margin-bottom: 0PX !IMPORTANT;
}
.v_payment .forminator-field-checkbox label:has(input:checked) span.forminator-checkbox-label {
    background: #367233;
    margin-left: 0 !important;
    padding: ;
    color: #fff;
}

.v_payment .forminator-field-checkbox label span.forminator-checkbox-box {
    display: none !important;
}

.v_payment .forminator-field-checkbox label:has(input) span.forminator-checkbox-label {
    padding: 18px 36px !important;
    border: 1px solid #00000054 !important;
    border-radius: 30px !important;
	margin-left: 0 !important;
}
.v_payment .forminator-field-checkbox label:has(input) span.forminator-checkbox-label:hover{
	background: #367233 !important;
	color: #fff !important;
}
.page-id-161 h3.elementor-icon-box-title {
    margin: 0 !important;
}
nav .sub-menu .sub-menu {
  margin-top: -3px !important;
}
.postid-388 #give-sidebar-left,
.postid-391 #give-sidebar-left,
.postid-359 #give-sidebar-left {
  display: none;
}
.postid-234 .summary.entry-summary,
.postid-388 .summary.entry-summary,
.postid-391 .summary.entry-summary,
.postid-359 .summary.entry-summary {
	padding: 50px !important;
	float: none !important;
	margin: 0 auto !important;
	border: 1px solid #ffffff29;
	border-radius: 20px !important;
	box-shadow: inset 0px 0px 20px #36723336;
}
.postid-234 .give-form-title.entry-title,
.postid-388 .give-form-title.entry-title,
.postid-391 .give-form-title.entry-title,
.postid-359 .give-form-title.entry-title {
  font-family: "Plus Jakarta Sans", Sans-serif;
}
.postid-388 #give-form-content-359,
.postid-391 #give-form-content-359,
.postid-359 #give-form-content-359 {
  font-family: "Plus Jakarta Sans", Sans-serif;
  line-height: 1.6;
  color: #4C4C4C;
}
.postid-388 #give-donation-level-button-wrap li button,
.postid-391 #give-donation-level-button-wrap li button,
.postid-359 #give-donation-level-button-wrap li button {
  background: transparent;
  color: #7B2B2B;
  font-family: "Plus Jakarta Sans", Sans-serif;
  border: 1px solid #7B2B2B;
  padding: 11px 18px !important;
  border-radius: 7px !important;
}
.postid-388 button.give-donation-level-btn.give-btn.give-default-level,
.postid-391 button.give-donation-level-btn.give-btn.give-default-level,
.postid-359 button.give-donation-level-btn.give-btn.give-default-level {
  background: #367233 !important;
  color: #fff !important;
  border: 1px solid #367233 !important;
}
.postid-388 #give_purchase_form_wrap input,
.postid-391 #give_purchase_form_wrap input,
.postid-359 #give_purchase_form_wrap input {
  height: 50px;
  border-radius: 5px !important;
  padding: 14px !important;
}
.postid-388 #give-anonymous-donation-wrap input,
.postid-391 #give-anonymous-donation-wrap input,
.postid-359 #give-anonymous-donation-wrap input {
  height: auto;
}
.postid-388 #give_purchase_form_wrap input#give-purchase-button,
.postid-391 #give_purchase_form_wrap input#give-purchase-button,
.postid-359 #give_purchase_form_wrap input#give-purchase-button {
  color: #fff !important;
  background-color: #367233;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  fill: #FFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #367233;
  padding: 12px 40px 12px 40px !important;
}
.postid-388 .give-currency-symbol.give-currency-position-before, 
.postid-388 .give-donation-total-label, 
.postid-388 .give-donation-total-label, 
.postid-388  .give-donation-total-label ,
.postid-391 .give-currency-symbol.give-currency-position-before, 
.postid-391 .give-donation-total-label, 
.postid-391 .give-donation-total-label, 
.postid-391  .give-donation-total-label ,
.postid-359 .give-currency-symbol.give-currency-position-before, 
.postid-359 .give-donation-total-label, 
.postid-359 .give-donation-total-label, 
.postid-359  .give-donation-total-label {
  background: #7b2b2b !important;
  color: #fff !important;
  line-height: 1.7 !important;
}
.massachusetts__tables td {
  border: 1px solid #A5D6A754;
  padding: 18px 20px;
  vertical-align: middle;
}
.massachusetts__tables table {
  border: 0 !important;
  margin: 0 auto;
}
.massachusetts__tables th {
  background: #367233 !important;
  color: #fff !important;
  padding: 15px;
}
.massachusetts__tables tr td:last-child {
  width: 250px;
}
.massachusetts__tables a {
  color: #367233 !important;
  font-weight: bold;
}
.massachusetts__tables a:hover{
	opacity: 0.8 !important;
}
.massachusetts__tables table tr:nth-child(2n) {
  background: #F1F8F2;
}
.page-id-334 .massachusetts__tables td:first-child{
	  width: 76px !important;
}
.page-id-34 #forminator-field-textarea-1_6a3197881a92c-description {
  display: none !important;
}
.customtextarea .forminator-description {
  display: none !important;
}
.event-sectionpg .event-pg-title {
  margin-top: 0 !important;
  font-size: 33px !important;
  color: #000 !important;
}
.btn__pgevent {
  background-color: #FFFFFF;
  font-family: "Plus Jakarta Sans", Sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  fill: #082A17;
  color: #082A17;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #367233;
  border-radius: 50px 50px 50px 50px;
  padding: 15px 25px 15px 25px;
  display: inline-block !important;
  margin: 20px !important;
  margin-top: 0 !important;
  margin-bottom: 25px !important;
	transition: all 0.7s ease;
}
.btn__pgevent:hover {
  background: #082A17;
  color: #fff !important;
}
.event-sectionpg .event-card h4 {
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #1A1A1A;
  display: block !important;
  padding: 0 20px !important;
  margin-top: 20px !important;
	margin-bottom: 25px;
}
.imgheadi{
	display: block !important;
}
.event-sectionpg .event-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.event-card {
  width: 33%;
}
.event-card img {
  width: 100%;
}
.event-card {
  width: calc(33% - 25px);
  border: 1px solid #E1E1E1;
  background: #fff !important;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
}
.event-sectionpg {
  border-bottom: 2px dashed #e1e1e1b5;
  padding-bottom: 55px;
  margin-bottom: 55px;
}
.single_event_bannner img{
    border: 4px solid #367233;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 60px;
	margin-bottom: 25px;
	width: 100%;
}
.ehf-header #masthead {
    border-bottom: 1px solid #efefef;
}
.event-card img {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
}
.single-wrapper-event .container {
  max-width: 1140px;
  margin: 0 auto;
}
.single-wrapper-event img{
	max-width: 100%;
	height: auto;
}
.single-wrapper-event .container{
	max-width: 1450px;
	margin: 0 auto;
}
.single-wrapper-event{
	margin-bottom: 80px;
}
.single-wrapper-event h1 {
    margin-top: 0;
}
.single-wrapper-event h1 {
	margin-top: 0;
	font-size: 45px;
	color: #367233 !important;
	text-align: center;
}
section.single-wrapper {
    margin-bottom: 75px;
}
.single__event_wrapper{
	text-align: center;
}
.single__event_wrapper p {
  line-height: 1.8;
	    font-family: "Plus Jakarta Sans", Sans-serif;
	  color: #1A1A1A;
}
.single__event_wrapper ul li {
    display: block;
    margin-bottom: 5px;
}
.single__event_wrapper .wp-video {
  text-align: center;
  display: flex;
  justify-content: center;
}
.event-btn {
    text-align: center;
}
.event-btn a {
    background: #367233;
    color: #fff !important;
    text-decoration: none;
    padding: 14px 26px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 500;
    margin-top: 20px;
}
.event-btn a:hover{
	opacity: 0.8;
}
.table__donation-UI th {
  background: #367233 !important;
  color: #fff !important;
  text-shadow: none !important;
}
.table__donation-UI a {
  color: #367233 !important;
}
#give-donation-history-pagination span, #give-donation-history-pagination a {
  color: #367233 !important;
  margin-right: 6px !important;
}
.member__login {
    background: #f7f5f2;
    padding: 50px;
    border: 1px solid #7a7a7a80;
    border-radius: 10px;
	border-top: 4px solid #2e7d32 !important;
}
.member__login h2 {
    margin-top: 0;
    color: #6d1e1d !important;
    font-size: 30px;
}
.member__login label {
    font-size: 13px;
    font-family: "Plus Jakarta Sans", Sans-serif;
    margin-bottom: 10px;
    display: block;
    color: #111010;
}
	.member__login input {
	height: 45px;
	border: 0;
	padding: 0 20px;
}
.member__login input#wp-submit {
    background-color: #367233;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #367233;
    border-radius: 50px 50px 50px 50px;
    padding: 12px 35px 12px 35px;
	cursor: pointer;
	line-height: 1 !important;
}
.member__login input#wp-submit:hover{
	opacity: 0.8;
}
.newloginlast a {
    font-size: 13px;
    font-family: "Plus Jakarta Sans", Sans-serif;
    margin-bottom: 10px;
    display: block;
    color: #367233;
}
.member__login {
    background: #f7f5f2;
    padding: 50px;
    border: 1px solid #3672331f;
    border-radius: 10px;
}
.booking-package-price {
    background: #367233;
    color: #fff !important;
    padding: 30px;
    font-size: 40px;
}
.booking-package-price p {
    margin-bottom: 0 !important;
}
.booking-package-price h4 {
    margin-top: 0;
    margin-bottom: 0;
}
.pms-subscription-plan label {
    display: flex;
    align-items: center !important;
}
.pms-subscription-plan label input {
    height: auto;
}
input.pms-form-submit {
    background-color: #367233;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #367233;
    border-radius: 50px 50px 50px 50px;
    padding: 12px 35px 12px 35px;
    cursor: pointer;
	line-height: 1 !important;
}
input.pms-form-submit:hover{
	opacity: 0.8;
}
.pms-account-subscription-details-table__actions a {
  color: #2e7d32 !important;
}
.dashboard__UI .my-account-dtl-sec {
    background: #f7f5f2;
    padding: 40px;
    border: 1px solid #3672331f;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(54, 114, 51, 0.12);
    border-radius: 10px;
    border-top: 4px solid #2e7d32 !important;
    margin-bottom: 30px;
}

.dashboard__UI .my-account-dtl-sec h2 {
	color: #367233;
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 15px;
}
.dashboard__UI .my-account-dtl-subsec {
    background: #fff;
    padding: 22px;
  
}
.dashboard__UI .my-account-dtl-subsec nav.pms-account-navigation {
    background: #7b2b2b;
}
.dashboard__UI .my-account-dtl-subsec nav.pms-account-navigation ul li a {
    color: #fff;
    background: #367233;
    padding: 11px 20px;
    display: inline-block;
    box-shadow: none !important;
    font-size: 14px;
}
.dashboard__UI .my-account-dtl-subsec .pms-account-navigation li.pms-account-navigation-link {
    margin-right: 0;
    border-right: 5px solid #fff;
}

.dashboard__UI .my-account-dtl-subsec .pms-account-subscription-details-table {
	width:100%;
}
.dashboard__UI .my-account-dtl-subsec .pms-account-subscription-details-table tbody tr td {
    padding: 9px;
    border: 2px solid #f8f8f8;
}
.dashboard__UI .my-account-dtl-subsec .pms-form .pms-field input {
background: transparent;
    border: 1px solid #d3d3d3;
    height: 40px;
    padding: 10px;
}


.dashboard__UI .my-account-dtl-subsec .pms-form input[type="submit"] {
background-color: #367233;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  fill: #FFFFFF;
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #367233;
  border-radius: 50px 50px 50px 50px;
  padding: 12px 35px 12px 35px;
  cursor: pointer;
  line-height: 1 !important;
}
.dashboard__UI .pms-account-navigation li.pms-account-navigation-link .pms-account-navigation-link--active {
    box-shadow: 0 1px 0 0 currentColor !important;
    background: #7b2b2b;
}
.dashboard__UI .pms-alert {
  font-size: 13px;
  font-family: "Plus Jakarta Sans", Sans-serif;
  margin-bottom: 20px;
  display: block;
}
.dashboard__UI .pms-alert a{
	  color: #367233;
}
.recover__btn #pms_recover_password_form > input {
  background-color: #367233;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 15px !important;
  font-weight: 500;
  fill: #FFF;
  color: #FFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #367233;
  border-radius: 50px 50px 50px 50px;
  cursor: pointer;
  line-height: 40px !important;
  padding: 0 25px !important;
}
.member-finalcontent .apne-regst-frm table {
    width: 100%;
}
.member-finalcontent .apne-regst-frm table td {
    border: 1px solid #c9c9c9;
    padding: 7px;
}
form#pms_edit-profile-form label {
    display: block;
    font-size: 13px;
    font-family: "Plus Jakarta Sans", Sans-serif;
    margin-bottom: 10px;
    display: block;
    color: #111010;
}
table#pms-payment-history {
    width: 100%;
    text-align: left;
}
table#pms-payment-history td, table#pms-payment-history th {
    padding: 5px 10px;
    font-size: 13px;
}
.single-woo-wrapper-event .container {
  max-width: 1450px;
  margin: 0 auto;
}
.single-woo-wrapper-event .row {
  display: flex;
}
.single-woo-wrapper-event .col-md-8 {
  width: 65%;
}
.single-woo-wrapper-event .col-md-4{
	width: 35%;
}
.single-woo-wrapper-event img{
	max-width: 100%;
	height: auto
}
.single-woo-wrapper-event .row {
  display: flex;
  gap: 0 35px;
}
.event_woo__details h1 {
  margin-top: 0;
  color: #111;
  font-size: 32px;
}
.date__and-venue ul {
  padding: 0;
  list-style: none;
}
.date__and-venue ul li {
  margin-bottom: 7px;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #111;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 17px;
}
.date__and-venue ul li i {
  color: #750506 !important;
}
.event__bio_woo {
  font-size: 17px;
  line-height: 1.6;
}
.ticket-sidebar h3 {
  margin-top: 0;
}
.ticket-sidebar {
  background: #6cb1681f;
  border: 1px solid #36723324;
  padding: 40px;
  border-radius: 15px;
  margin-top: 30px;
}
/* ==========================
   Ticket Sidebar
========================== */
.event-price span {
  color: #367233 !important;
  font-weight: 700;
  font-size: 25px;
}
.event-price span.tckprice {
  display: block;
  font-size: 14px !important;
  margin-bottom: 10px;
  font-weight: 500 !important;
  color: #111 !important;
}


.ticket-sidebar .variations_form table.variations {
    width: 100%;
    margin-bottom: 10px;
}

.ticket-sidebar .variations_form table.variations td,
.ticket-sidebar .variations_form table.variations th {
    display: block;
    width: 100%;
    padding: 0;
}

.ticket-sidebar .variations_form table.variations label {
  display: block;
  font-size: 14px !important;
  margin-bottom: 10px;
  font-weight: 500 !important;
  color: #111 !important;
  text-align: left;
  margin-top: 25px;
}

.ticket-sidebar .variations_form select {
    width: 100%;
    height: 52px;
    padding: 0 15px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    background: #fff;
    font-size: 15px;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5l6.5 6 6.5-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.ticket-sidebar .reset_variations {
    color: #198754 !important;
    margin-top: 10px;
    display: inline-block;
}

/* Price */
.ticket-sidebar .single_variation_wrap .price, .ticket-sidebar .woocommerce-variation-price .price {
	color: #367233 !important;
	font-size: 25px;
	font-weight: 700;
	display: block;
	margin-top: 0 !important;
	margin-bottom: 20px;
}

/* Quantity */

.ticket-sidebar .quantity {
    display: flex;
    align-items: center;
    width: 150px;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}

.ticket-sidebar .quantity input.qty {
    width: 70px;
    height: 55px;
    border: none !important;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    box-shadow: none !important;
}

.ticket-sidebar .quantity button {
    width: 40px;
    height: 55px;
    border: none;
    background: #fff;
    cursor: pointer;
    font-size: 22px;
    transition: .25s;
}

.ticket-sidebar .quantity button:hover {
    background: #f5f5f5;
}

.ticket-sidebar input[type=number]::-webkit-inner-spin-button,
.ticket-sidebar input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Button */
.wpr-checkout-notice .woocommerce-error, .woocommerce-notices-wrapper .woocommerce-error, .wpr-checkout-notice .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-message {
  flex-direction: row !important;
}
.product-thumbnail a {
  pointer-events: none !important;
}
.ticket-sidebar .single_add_to_cart_button {
  width: 100%;
  height: 58px;
  background: #198754 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 10px !important;
  font-size: 17px !important;
  transition: .3s;
  font-weight: 500 !important;
  cursor: pointer;
}

.ticket-sidebar .single_add_to_cart_button:hover {
    background: #0d6c2c !important;
}

.ticket-sidebar .single_add_to_cart_button.disabled {
    opacity: .6;
}

/* Variation info */

.ticket-sidebar .woocommerce-variation-description,
.ticket-sidebar .woocommerce-variation-availability {
    display: none;
}

/* Secure Checkout */

.ticket-sidebar .secure-checkout {
    margin-top: 18px;
    text-align: center;
    color: #777;
    font-size: 15px;
}
.ticket-sidebar .quantity{
    display:flex;
    align-items:center;
    width:160px;
    border:1px solid #ddd;
    border-radius:12px;
    overflow:hidden;
    background:#fff;
}
.ticket-sidebar .quantity .qty-btn {
  width: 48px;
  height: 50px;
  border: none;
  background: #ededed7a;
  font-size: 22px;
  font-weight: 500;
  cursor: pointer;
  transition: .2s;
}
.ticket-sidebar .quantity .qty-btn:hover{
    background:#f5f5f5;
}

.ticket-sidebar .quantity input.qty {
  width: 64px;
  height: 50px;
  border: none !important;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none !important;
  -moz-appearance: textfield;
}

.ticket-sidebar .quantity input.qty::-webkit-inner-spin-button,
.ticket-sidebar .quantity input.qty::-webkit-outer-spin-button{
    -webkit-appearance:none;
    margin:0;
}
.secure__checkout{
	text-align: center;
	display: block;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.secure__checkout i{
	font-size: 14px !important;
	color: #111 !important;
}
.appne-breadcrumb a, .appne-breadcrumb span {
  color: #111;
  text-decoration: none;
  margin-right: 7px;
  font-size: 15px;
}
.single-woo-wrapper-event {
  padding: 90px 0;
}
.appne-breadcrumb {
  margin-bottom: 27px;
}
.event_woo__image img {
  border-radius: 10px;
}
.event_woo__details {
  margin-top: 10px;
}
/* ===========================
   CART PAGE UI
=========================== */

.cs-cart__page .woocommerce {
    max-width: 1300px;
    margin: 40px auto;
}

.cs-cart__page table.shop_table {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.cs-cart__page table.shop_table thead {
  background: #367233;
}

.cs-cart__page table.shop_table thead th {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px;
    border: none;
	  font-family: "Plus Jakarta Sans", Sans-serif;
	
}

.cs-cart__page table.shop_table tbody td {
	padding: 22px 20px;
	vertical-align: middle;
	border-color: #f1f1f1;
	font-size: 15px;
	font-family: "Plus Jakarta Sans", Sans-serif;
	color: #111;
}

.cs-cart__page table.shop_table tbody tr:hover {
    background: #fafafa;
}

/* Product */

.cs-cart__page td.product-thumbnail img {
    width: 90px;
    height: 90px;
    border-radius: 12px;
    object-fit: cover;
    border: 1px solid #eee;
}

.cs-cart__page td.product-name a {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
    transition: .3s;
}

.cs-cart__page td.product-name a:hover {
    color: #6f42c1;
}

/* Price */

.cs-cart__page td.product-price,
.cs-cart__page td.product-subtotal {
    font-size: 20px;
    font-weight: 700;
    color: #7b2b2b;
}

/* Remove */

.cs-cart__page td.product-remove a {
	/*     width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffeaea; */
	color: #e53935 !important;
	/*     border-radius: 50%;
	font-size: 22px;
	transition: .3s; */
}

.cs-cart__page td.product-remove a:hover {
	background: transparent;
	color: red !important;
}
.cs-cart__page table.shop_table {
  box-shadow: none !important;
  margin-bottom: 0 !important;
}
/* Quantity */

.cs-cart__page .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.cs-cart__page .quantity input.qty {
    width: 65px;
    height: 46px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-weight: 600;
    box-shadow: none;
}
/* Chrome, Edge, Safari */
.cs-cart__page .quantity input.qty::-webkit-outer-spin-button,
.cs-cart__page .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.cs-cart__page .quantity input.qty {
    -moz-appearance: textfield;
    appearance: textfield;
}
.cs-cart__page .quantity button,
.cs-cart__page .quantity .plus,
.cs-cart__page .quantity .minus {
    width: 42px;
    height: 42px;
    border: none;
    background: #7b2b2b;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    transition: .3s;
}

.cs-cart__page .quantity button:hover,
.cs-cart__page .quantity .plus:hover,
.cs-cart__page .quantity .minus:hover {
    background: #7b2b2b;
}

/* Coupon */

.cs-cart__page .coupon {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.cs-cart__page .coupon input {
    height: 48px;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 0 18px;
}

.cs-cart__page .coupon button,
.cs-cart__page button[name="update_cart"] {
	height: 48px;
	border-radius: 10px;
	background: #7b2b2b;
	color: #fff !important;
	border: none;
	padding: 0 28px;
	font-weight: 600;
	transition: .3s;
}

.cs-cart__page .coupon button:hover,
.cs-cart__page button[name="update_cart"]:hover {
    background: #7b2b2b;
}

/* Totals */

.cs-cart__page .cart_totals {
    background: #fff;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 12px 35px rgba(0,0,0,.08);
}

.cs-cart__page .cart_totals h2 {
    font-size: 32px;
    margin-bottom: 25px;
    color: #222;
}

.cs-cart__page .cart_totals table {
    border: none;
}

.cs-cart__page .cart_totals table th,
.cs-cart__page .cart_totals table td {
    padding: 18px;
    border-bottom: 1px solid #eee;
    font-size: 18px;
}

.cs-cart__page .cart_totals strong,
.cs-cart__page .order-total td {
      color: #7b2b2b;
    font-size: 24px;
}
.checkout-button.button.alt.wc-forward br {
  display: none;
}
.checkout-button.button.alt.wc-forward {
  margin-bottom: 0 !important;
  line-height: 1 !important;
  display: block;
  background: #367233 !important;
}
/* Checkout Button */

.cs-cart__page .wc-proceed-to-checkout {
    margin-top: 25px;
}

.cs-cart__page .checkout-button {
    width: 100%;
    background: linear-gradient(135deg,#7b4dff,#5e35b1);
    color: #fff !important;
    border-radius: 14px;
    padding: 18px;
    font-size: 20px;
    font-weight: 700;
    transition: .35s;
    text-transform: none;
    letter-spacing: .3px;
}

.cs-cart__page .checkout-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(111,66,193,.35);
}
.woocommerce-message::before {
	content: "\e015";
	color: #7b2b2b;
	top: auto !important;
}
.woocommerce-message {
  border-top-color: #367233;
	  border-left: 0 !important;
}
.woocommerce-message a {
  background-color: #367233 !important;
  font-family: "Plus Jakarta Sans", Sans-serif;
  fill: #FFF;
  color: #FFF !important;
  padding: 14px 20px 14px 20px !important;
  font-size: 13px !important;
  margin-left: auto !important;
}
.woocommerce-message {
  border-top-color: #367233;
  display: flex;
  align-items: center;
  justify-content: space-between;
	  font-family: "Plus Jakarta Sans", Sans-serif;
}
.wpr-grid-media-hover-bg.wpr-overlay-fade-in.wpr-anim-size-large.wpr-anim-timing-ease-default {
  display: none !important;
}
header#masthead {
  z-index: 99999 !important;
}
.single__event_wrapper ul {
  padding-left: 0 !important;
}
/* Responsive */
@media (max-width:768px){

.cs-cart__page table.shop_table thead{
display:none;
}

.cs-cart__page table.shop_table tr{
display:block;
margin-bottom:20px;
border:1px solid #eee;
border-radius:14px;
overflow:hidden;
background:#fff;
}

.cs-cart__page table.shop_table td{
display:flex;
justify-content:space-between;
align-items:center;
padding:15px;
}

.cs-cart__page table.shop_table td:before{
font-weight:600;
color:#555;
margin-right:15px;
}

.cs-cart__page td.product-name{
display:block;
}

.cs-cart__page td.product-thumbnail{
justify-content:center;
}

.cs-cart__page .cart_totals{
margin-top:30px;
}

}
@media only screen and (max-width: 1550px) {
	.single-woo-wrapper-event .container {
	  max-width: 1140px;
	}
	.single-woo-wrapper-event .row {
	  gap: 0 28px;
	}
	.event_woo__details h1 {
	  font-size: 25px;
	}
	.date__and-venue ul li {
	  margin-bottom: 6px;
	  gap: 11px;
	  font-size: 13px;
	}
	.event__bio_woo {
	  font-size: 13px;
	}
	.ticket-sidebar {
	  padding: 31px;
	  border-radius: 12px;
	  margin-top: 24px;
	}
	.event-price span {
	  font-size: 20px;
	}
	.event-price span.tckprice {
	  font-size: 11px !important;
	  margin-bottom: 8px;
	}
	.ticket-sidebar .variations_form table.variations {
	  margin-bottom: 8px;
	}
	.ticket-sidebar .variations_form table.variations label {
	  font-size: 11px !important;
	  margin-bottom: 8px;
	  margin-top: 20px;
	}
	.ticket-sidebar .variations_form select {
	  height: 41px;
	  padding: 0 12px;
	  border-radius: 8px;
	  font-size: 12px;
	  background-position: right 12px center;
	}
	.ticket-sidebar .reset_variations {
	  margin-top: 8px;
	}
	.ticket-sidebar .single_variation_wrap .price,
	.ticket-sidebar .woocommerce-variation-price .price {
	  font-size: 20px;
	  margin-bottom: 16px;
	}
	.ticket-sidebar .quantity {
	  width: 118px;
	  border-radius: 9px;
	  margin-bottom: 16px;
	}
	.ticket-sidebar .quantity input.qty {
	  width: 55px;
	  height: 43px;
	  font-size: 14px;
	}
	.ticket-sidebar .quantity button {
	  width: 31px;
	  height: 43px;
	  font-size: 17px;
	}
	.ticket-sidebar .single_add_to_cart_button {
	  height: 46px;
	  border-radius: 8px !important;
	  font-size: 13px !important;
	}
	.ticket-sidebar .secure-checkout {
	  margin-top: 14px;
	  font-size: 12px;
	}
	.ticket-sidebar .quantity {
	  width: 126px;
	}
	.ticket-sidebar .quantity .qty-btn {
	  width: 38px;
	  height: 39px;
	  font-size: 17px;
	}
	.ticket-sidebar .quantity input.qty {
	  width: 50px;
	  height: 39px;
	  font-size: 13px;
	  font-weight: 400;
	}
	.secure__checkout {
	  margin-top: 16px;
	  gap: 8px;
	  font-size: 11px !important;

	}
	.secure__checkout i {
	  font-size: 11px !important;
	}
	.appne-breadcrumb a,
	.appne-breadcrumb span {
	  margin-right: 6px;
	  font-size: 12px;
	}
	.single-woo-wrapper-event {
	  padding: 71px 0;
	}
	.appne-breadcrumb {
	  margin-bottom: 21px;
	}
	.event_woo__image img {
	  border-radius: 8px;
	}
	.event_woo__details {
	  margin-top: 8px;
	}
	.member__login {
		padding: 40px;
		border-radius: 10px;
	}
	.member__login h2 {
		margin-top: 0;
		color: #6d1e1d !important;
		font-size: 25px;
	}
	.member__login input {
		height: 40px;
	}
	.member__login input#wp-submit {
		font-size: 15px;
		padding: 10x 35px 10x 35px;
	}
	.member__login {
		padding: 40px;
	}
	.booking-package-price {
		padding: 30px;
		font-size: 40px;
	}
	input.pms-form-submit {
		padding: 10x 35px 10x 35px;
		font-size: 15px;
		padding: 12px 35px 12px 35px;
	}
	.single_event_bannner img {
		border: 3px solid #367233;
		border-radius: 15px;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.single-wrapper-event {
	  margin-bottom: 60px;
	}
	.single-wrapper-event h1 {
	  font-size: 36px;
	}
	.single__event_wrapper p {
	  font-size: 14px;
	}
	.event-btn a {
	  padding: 13px 23px;
	  font-size: 14px;
	}
	.single-wrapper-event .container{
		max-width: 1140px;
		margin: 0 auto;
	}
	.event-card img {
		width: 100%;
		height: 190px !important;
		object-fit: cover;
	}
	.event-sectionpg .event-pg-title {
	  font-size: 25px !important;
	}
	.btn__pgevent {
	  font-size: 13px;
	  border-width: 1px 1px 1px 1px;
	  padding: 13px 23px 13px 22px;
	}
	.btn__pgevent:hover {
	  background: #082A17;
	  color: #fff !important;
	}
	.event-sectionpg .event-card h4 {
		font-family: "Plus Jakarta Sans", Sans-serif;
		font-size: 18px;
		padding: 0 20px !important;
		margin-top: 20px !important;
		margin-bottom: 25px;
	}
	.event-card {
	  border-radius: 16px 16px 16px 16px;
	}
	.event-sectionpg {
	  border-bottom: 2px dashed #e1e1e1b5;
	  padding-bottom: 40px;
	  margin-bottom: 40px;
	}
	.v_payment label {
	  font-size: 13px !important;
	}
	
	.label___heading p {
	  padding: 6.29px 11.79px;
	  border-radius: 15.72px;
	  margin-bottom: 15.72px;
	}

	.label___heading2 p{
	  padding: 6.29px 11.79px;
	  border-radius: 15.72px;
	  margin-bottom: 15.72px;
	}

	.custom__block {
	  padding: 13.37px !important;
	  border-radius: 7.86px !important;
	  max-width: 243.72px;
	}

	.circle__block {
	  width: 8.65px;
	  height: 8.65px;
	  border-radius: 8.65px;
	}

	.custom__block .flex.items-center.gap-2.mb-2 {
	  gap: 7px;
	  font-size: 10.22px;
	  letter-spacing: 0.39px;
	  margin-bottom: 7.86px !important;
	}

	.custom__block p:nth-child(2) {
	  font-size: 11.01px;
	  margin-bottom: 6.29px !important;
	}

	.custom__block p:last-child {
	  font-size: 10.22px;
	}

	/* Counter */
	.bg__counter-css {
	  padding: 32.23px 15.72px;
	  border-radius: 11.79px;
	}

	/* Team label */
	.label__team .elementor-widget-container {
	  padding: 0px 10.22px;
	  padding-bottom: 3.93px !important;
	  border-radius: 15.72px !important;
	}

	.label__team {
	  margin-top: -29.88px;
	}

	/* Projects */
	.principal-projects-wrapper {
	  gap: 23.59px;
	}

	.project-item {
	  width: calc(33% - 23.59px);
	  border: 1px solid #e1e1e1;
	  border-radius: 12.58px;
	}

	.project-item img,
	.img__wrapper {
	  height: 151px;
	}

	.tag__name {
	  font-size: 9.43px;
	  left: 10.22px;
	  top: 10.22px;
	  border-radius: 15.72px;
	  padding: 3.14px 9.43px;
	}

	.project__cnt .h3 {
	  font-size: 12.58px;
	  margin-bottom: 7.86px !important;
	}

	.project-content {
	  color: #7D7B7B;
	  font-size: 11.01px;
	  margin-bottom: 15.72px !important;
	}

	.project__cnt a.btn__css {
	  gap: 7.07px;
	  font-size: 11.01px !important;
	}

	.project__cnt a.btn__css svg {
	  width: 13.36px !important;
	  top: 1px;
	}

	.project__cnt {
	  padding: 15.72px;
	}

	/* Tabs */
	.tab__css-upcoming .e-n-tabs-heading {
	  padding: 3.93px;
	  border-radius: 39.31px;
	}

	.tab__css-upcoming.elementor-widget-n-tabs .e-n-tab-title{
	  height: 28.3px !important;
	  padding: 0 15.72px;
	  border-radius: 39.31px !important;
	}

	.tab__css-upcoming.elementor-widget-n-tabs .e-n-tab-title span{
	  font-size: 10.22px !important;
	}

	/* Events */
	.events-wrapper {
	  gap: 15.72px;
	}

	.events-wrapper .event-item {
	  width: calc(25% - 15.72px);
	  border-radius: 12px;
	}

	.event-image img {
	  height: 126px;
	}

	.event-title {
	  font-size: 11.79px !important;
	  margin-bottom: 7.86px !important;
	}

	.event-excerpt {
	  font-size: 11px;
	}

	.content__btm-event {
	  padding: 11.79px;
	}

	.bottom__btn a {
	  font-size: 11px !important;
	}

	.bottom__btn {
	  border-top: 1px solid #e1e1e1b0;
	  margin-top: 11.79px;
	  padding-top: 7.07px;
	}

	/* Form */
	.stay__connect input {
	  height: 37.73px;
	  border-radius: 31.45px;
	  width: 228px;
	  padding: 0 15.72px;
	  margin: 0 6.29px;
	  font-size: 9.43px;
	}

	.stay__connect input.wpcf7-form-control.wpcf7-submit {
	  width: 112.45px;
	}
}
@media only screen and (max-width: 1080px){
	.single-woo-wrapper-event .container {
		max-width: 92% !important;
		width: 100% !important;
	}
	.single-wrapper-event .container {
		max-width: 92%;
		margin: 0 auto;
	}
	.single-wrapper-event h1 {
		font-size: 28px;
	}
	.single__event_wrapper h2 {
	  font-size: 20px;
	}
	.single_event_bannner img {
	  margin-top: 20px !important;
	}
	.single_event_bannner img {
	border: 2px solid #367233;
	border-radius: 8px;
	margin-top: 20px !important;
	}
}
@media only screen and (max-width: 1024px){
	.principal-projects-wrapper {
		justify-content: center;
	}
}
@media only screen and (max-width: 800px){	
	.single-woo-wrapper-event .row {
	  display: block !important;
	}
	.single-woo-wrapper-event .col-md-8 {
	  width: 100%;
	}
	.single-woo-wrapper-event .col-md-4 {
	  width: 100%;
	}
	.single-woo-wrapper-event {
	  padding-top: 20px;
	  padding-bottom: 40px;
	}
}
@media only screen and (max-width: 767px){	
	.event-card {
	  width: 100% !important;
	}
	.postid-388 .summary.entry-summary, 
	.postid-391 .summary.entry-summary, 
	.postid-359 .summary.entry-summary {
	  padding: 35px !important;
	  margin: 0 auto !important;
	  border-radius: 15px !important;
	  max-width: 75% !important;
	  overflow: hidden !important;
	  width: 100% !important;
	}
	.dashboard__UI .my-account-dtl-subsec .pms-account-subscription-details-table tbody tr td {
	  font-size: 13.3px;
	}
	.dashboard__UI .my-account-dtl-subsec nav.pms-account-navigation ul li a {
	  display: block;
	}
	
	.bullet__hidemob .swiper-pagination {
		display: none !important;
	}
	.br__none br{
		display: none;
	}
	.principal-projects-wrapper {
		display: block;
	}
	.project-item {
		width: 100% !important;
		margin-bottom: 20px;
	}
	.events-wrapper {
		display: block;
	}
	.events-wrapper .event-item {
		width: 100%;
		margin-bottom: 20px !important;
	}
	.es_subscription_form.es_shortcode_form.es_ajax_subscription_form {
	  flex-direction: column;
	  gap: 10px !important;
	}
	.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown {
	  overflow: hidden !important;
	}
	
}