@font-face {
  font-family: "Noto Sans Disp";
  src: url("../fonts/NotoSansDisplay-Regular.woff2") format("woff2"),
    url("../fonts/NotoSansDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paralucent";
  src: url("../fonts/Paralucent-Bold.woff2") format("woff2"),
    url("../fonts/Paralucent-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paralucent";
  src: url("../fonts/Paralucent-DemiBold.woff2") format("woff2"),
    url("../fonts/Paralucent-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paralucent";
  src: url("../fonts/Paralucent-Medium.woff2") format("woff2"),
    url("../fonts/Paralucent-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paralucent";
  src: url("../fonts/Paralucent-Light.woff2") format("woff2"),
    url("../fonts/Paralucent-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paralucent";
  src: url("../fonts/Paralucent-ExtraLight.woff2") format("woff2"),
    url("../fonts/Paralucent-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ParalucentText-Book";
  src: url("../fonts/ParalucentText-Book.woff2") format("woff2"),
    url("../fonts/ParalucentText-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'ParalucentCond';
    src: url('../fonts/ParalucentCond-Medium.woff2') format('woff2'),
        url('../fonts/ParalucentCond-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
input::placeholder {
    color: #2E2D2D!important;
  opacity:0.9;
}
html,
body {
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth; 
}
body {
  color: #444;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  font-family: "Paralucent";
  background: #fff;
  /*touch-action: none;*/
}
/* =========================Heading Tags=============================== */
h1 {
  font-size: 60px;
  font-family: "Paralucent";
  line-height: 65px;
  color: #2e2d2d;
  font-weight: bold;
}
h2 {
  font-size: 40px;
  font-family: "Paralucent";
  line-height: 50px;
  color: #2e2d2d;
  font-weight: 500;
}
h3 {
  font-size: 30px;
  font-family: "Paralucent";
  line-height: 36px;
  color: #2e2d2d;
  font-weight: 500;
}
h4 {
  font-size: 22px;
  font-family: "Paralucent";
  line-height: 30px;
  color: #2e2d2d;
  font-weight: 500;
}
h5 {
  font-size: 20px;
  font-family: "Paralucent";
  line-height: 30px;
  color: #142848;
  font-weight: bold;
}
h6 {
    font-size: 16px;
    font-family: "Paralucent";
    line-height: 22px;
    color: #2e2d2d;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: capitalize!important;
}
.green h1 {
  font-size: 60px;
  font-family: "Paralucent";
  line-height: 65px;
  color: #fff;
  font-weight: bold;
}
.green h2 {
  font-size: 40px;
  font-family: "Paralucent";
  line-height: 50px;
  color: #fff;
  font-weight: 600;
}
.green h3 {
  font-size: 30px;
  font-family: "Paralucent";
  line-height: 40px;
  color: #fff;
  font-weight: 500;
}
.green h4 {
  font-size: 22px;
  font-family: "Paralucent";
  line-height: 30px;
  color: #fff;
  font-weight: 600;
}
p {
  font-family: "ParalucentText-Book";
  color: #2e2d2d;
  font-size: 16px;
  line-height: 22px;
  margin: 0px;
}
/* =========================Heading Tags=============================== */
.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
/* =========================Linking tags=============================== */
a {
  font-family: "Paralucent";
  color: #2e2d2d;
  text-decoration: underline;
}
a:hover {text-decoration-style: solid!important; }
a:focus {text-decoration-style: solid!important; }
a:hover {color: #466e2d; }
a:focus {color: #6ca04a; }
/* Fix for Anchors & Sticky Header */
:target[id]:before {
    content: '';
    display: block;
    height: 125px;
    margin: -125px 0 0;
}

/* =========================Linking tags=============================== */

/* =========================buttons=============================== */
.custom-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 19px;
  background-color: #203970;
  border-radius: 20px;
  width: 200px;
  height: 55px;
  padding: 18px 0 0;
  text-decoration: none;
}
.custom-btn:hover {
  background-color: #5da1d2;
  color: #010101;
}
.custom-btn-1 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 19px;
  background-color: #203970;
  border-radius: 10px;
  width: 150px;
  height: 45px;
  padding: 18px 0 0;
  text-decoration: none;
}
.custom-btn-1:hover {
  background-color: #5da1d2;
  color: #010101;
}
.custom-btn-2 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 19px;
  background-color: #203970;
  border-radius: 10px;
  width: 150px;
  height: 45px;
  padding: 18px 0 0;
  text-decoration: none;
}
.custom-btn-2:hover {
  background-color: #fff;
  color: #203970;
}
/* =========================buttons=============================== */

/* =========================Colors and Background-colors=============================== */
.white {background: #ffffff; }
.antiquewhite {background: #f0f8ec; }
.lightgreen {background: #6ca04a; }
.green {background: #466e2d; }
.blue {background: #142848; }
.light-black {background: #2e2d2d; }
.black {background: #010101; }
.grey {background: #d6d6d6; }
.red {background: #c03222; }
.color-black {color: #2e2d2d!important; }
.color-dark-black {color: #010101; }
.color-white, .color-white p {color: #ffffff; }
/* =========================Colors and Background-colors=============================== */

a {text-decoration: none; }
label {
  font-size: 15px;
  font-weight: 400;
  color: #606060;
}
*::-moz-selection {
  background: #b3d4fc;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  color: #fff;
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
  color: #fff;
}
ul {list-style: disc; }
#wpbody-content ul, #wpbody-content ul li {list-style: none !important; }
::-webkit-input-placeholder {color: #606060; }
::-moz-placeholder {
  color: #606060;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
:-ms-input-placeholder {color: #606060; }
:-moz-placeholder {color: #606060; }
/************************* 04. Scrollup *************************/
#scrollUp {
  background: #fff none repeat scroll 0 0;
  bottom: 40px;
  color: #203970;
  cursor: pointer;
  display: none;
  font-size: 28px;
  height: 40px;
  line-height: 37px;
  position: fixed;
  right: 12px;
  text-align: center;
  width: 38px;
  z-index: 9999;
}
#scrollUp:hover {
  background-color: #263238;
  color: #fff;
}
.row {--bs-gutter-x: 30px; }
/* ================header================= */
.logo {
  position: relative;
  z-index: 9;
  padding-top: 20px;
  padding-bottom: 20px;
}
.logo a {display: inline-block; }
.logo img {
  transition: all 0.5s ease 0s;
  width: 100%;
}
.header-area {
    background: #fff;
    position: sticky;
    box-shadow: 0px 3px 6px #00000029;
}
.fixed {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
.header-links > span {
  color: #606060;
  display: inline-block;
  font-size: 21px;
  letter-spacing: 0.32px;
  margin-right: 50px;
  line-height: 25px;
  text-transform: uppercase;
}
.header-contact > span.text-theme {
  color: #404141;
  padding-right: 9px;
}
.header-contact {
  float: left;
  padding: 16px 0;
}
.header-links {
  float: right;
  padding: 14px 0 0;
}
.header-links > a {
  color: #ffffff;
  font-size: 24px;
  margin: 0 5px;
  background: #203970;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  position: relative;
  display: inline-block;
}
.header-links > a:last-child {margin-right: 0; }
.header-links > a:hover {
  color: #fff;
  background: #407ca7;
}
.mainmenu-area {
  background: rgba(237, 237, 237, 0.35) none repeat scroll 0 0;
  position: relative;
}
.main-menus ul li {
  margin: 0 5px;
  padding: 8px 12px;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #6ca04a !important;
  background-color: #fff;
}
.xtra-width a:focus,
.xtra-width a:hover {
  color: #fff !important;
  background-color: #466e2d;
  padding: 17px 25px;
}
.sprt-tab-content {padding: 30px 30px 0px 0px; }
.dropdown-menu .dropdown-item {
    color: #010101;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.4px;
    padding: 11px 50px 11px 25px;
    background: none;
}
.dropactive {background: #6ca04a; }
.main-menus ul li a {
  color: #010101;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 0.45px;
  padding: 0;
  text-transform: uppercase;
}
.main-menus ul li ul.submenu {
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  padding: 19px 15px 14px;
  position: absolute;
  text-align: left;
  top: 90%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 210px;
  z-index: -9;
}
.main-menus ul li:hover > ul.submenu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  z-index: 9;
  top: 100%;
}
.main-menus ul li ul.submenu li {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
}
.main-menus ul li ul.submenu li a {
  border-radius: 2px;
  color: #444;
  display: block;
  font-size: 13px;
  padding: 8px 15px;
  text-transform: capitalize;
}
.main-menus ul li ul.submenu li:hover > a {
  background: #b5876d none repeat scroll 0 0;
  color: #ffffff;
}
.main-menus ul li ul.submenu.megamenu {
  padding: 15px 20px;
  right: auto;
  white-space: nowrap;
  width: auto;
}
.main-menus ul li ul.submenu.megamenu > li {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  width: 160px;
}
.main-menus ul li ul.submenu.megamenu > li > a {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.main-menus.text-left span {float: right; }
.header-sticky.sticky {
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #fff;
  left: 0;
  padding: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.sticky .main-menus > nav > ul > li {padding: 15px 0; }
.sticky .logo {padding: 10px 0; }
.header-area .sticky {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
}
.main-menus ul li ul.submenu.megamenu > li:hover > a {
  background: inherit;
  color: #444;
}
.default-btn {
  background: #6ca04a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0px);
  transition-duration: 0.2s;
  transition-property: color;
  vertical-align: middle;
  display: inline-block;
}
.default-btn i {
  font-size: 33px;
  color: #2e2d2d;
  position: relative;
  top: 5px;
}
.default-btn:hover i {color: #fff; }
button#mc-submit {
  position: absolute;
  right: 0px;
  top: 0px;
}
/*----------------------------------------*/
/* Mobile Menu 
/*----------------------------------------*/
.mobile-menu-area {display: none; }
.mean-container .mean-bar:after {display: none; }
.mean-container .mean-nav ul li a {
  background: #ffffff none repeat scroll 0 0;
  color: #2d3e50;
  display: block;
}
.mean-container .mean-nav ul li a.mean-expand {
  background: none;
  top: -4px;
}
.mean-container .mean-nav ul li a.mean-expand:hover {background: none; }
.mean-container .mean-nav ul li li a {
  color: #4e4f54;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  border-top: 0;
}
.mean-container .mean-nav ul li li {background: #fff; }
.mean-container a.meanmenu-reveal {color: #010101; }
.mean-container a.meanmenu-reveal:hover span {background: #203970; }
.mean-last {margin-bottom: 20px; }
.main-menus a::after {display: none; }
.alert-area {padding: 0px; }
.description-area {
    padding: 5px 0;
    min-height: 32.5px;
    position: relative;
    margin-bottom: 0px;
    border-radius: 0px;
}
.circle-section .container {
  width: 1440px;
  max-width: 90%;
}
.circle-area h6 {color: #fff; }
.nav.nav-tabs {border: 0 none; }
.nav-tabs > li > a {
  background: #f1f1f1 !important;
  border: 0 none;
  border-radius: 0;
  line-height: 24px;
  margin: 0;
  padding: 10px 0 12px;
}
.title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}
span.title, span.text {
  color: #444444;
  display: block;
  padding-left: 80px;
}
span.image {
  display: block;
  left: 20px;
  position: absolute;
  top: 27px;
}
.nav-tabs > .nav-item {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #FFFFFF !important;
    border-top: 5px solid #6ca04a!important;
}
.nav-tabs .nav-link.active .text {color: #fff; }
.nav-tabs .nav-link.active .title {color: #fff; }
.nav-tabs > li > a span {transition: all 0.2s ease 0s; }
.nav-tabs > li:last-child {margin: 0; }
span.image.s-img {display: none; }
.nav-tabs > li > a.active span.s-img, .nav-tabs > li > a.active:focus span.s-img, .nav-tabs > li > a.active:hover span.s-img {display: block; }
.xtra-width {
  width: 100%;
  border-radius: 0px;
  background: #6ca04a;
}
.dropdown-mega .dropdown-menu[data-bs-popper] {
  top: 95% !important;
  padding: 0px 100px;
}
.xtra-width li {display: inline-block; }
.xtra-width a.dropdown-item {padding: 15px 25px; }
/*----------------------------------------*/
/* 11. Newsletter Area 
/*----------------------------------------*/
.search-form.mobile-search-btn {display: none; }
.search-form-form {overflow: hidden; }
.search-form form {
  display: flex;
  align-items: stretch;
}
.search-form button {
  border: 0 none;
  float: right;
  line-height: 92px;
  padding: 0 30px;
  text-transform: uppercase;
}
.main-menu {
  float: right;
  position: relative;
  top: 20px;
  right: 50px;
}
.search-form button:before {background: #131313 none repeat scroll 0 0; }
.search-form button:hover {
  color: #fff;
  background: #466e2d;
}
.slick-list {padding: 0 !important; }
.slick-slide img {width: 100%; }
.slider-nav .slick-slide {
  padding-left: 11px;
  padding-right: 11px;
}
.nav-row {
  margin-left: -11px;
  margin-right: -11px;
}
.slider-nav {
  position: relative;
  overflow: hidden;
}
.slick-prev, .slick-next {
  font-size: 0;
  padding: 0;
}
.slick-arrow {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  border: 0 none;
  height: 100%;
  left: 11px;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 9;
}
.slick-next {
  left: auto;
  right: 9px;
}
.slick-prev::before,
.slick-next::before {
  color: #444444;
  font-size: 48px;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease 0s;
  width: 16px;
  transform: translate(-50%, -50%);
}
.slick-next:before {content: "\f2f6"; }
.slider-cardsec.cards-section::after {
  content: " ";
  position: absolute;
  bottom: 0;
  background-image: url(../img/Group-2110.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  background-size: cover;
  margin-bottom: -15px;
}
.slider-area {
  position: relative;
  overflow: hidden;
}
.slider-area img {width: 100%; }
.banner-content, .single-slide, .owl-item, .owl-stage, .slider-wrapper, .owl-stage-outer, .banner-content .container, .banner-content .row, .banner-content .col-md-10, .banner-content .text-content-wrapper, .banner-content .text-content, .banner-content .display-table, .banner-content .display-table-cell {height: 100%; }
section {padding: 30px 0px; }
.slider-area {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 125px);
}
.text-content-wrapper, .slider-area img {width: 100%; }
.banner-content .text-content-wrapper {display: table; }
.banner-content .text-content {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  bottom: 100px;
}
.banner-btn {
  clear: both;
  display: block;
}
.banner-btn a {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 48px;
  padding: 0 42px;
  text-transform: uppercase;
  background: #fff;
  color: #b5876d;
}
.banner-btn a:before {
  background: rgba(181, 135, 109, 1);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.banner-btn a:hover, .banner-btn a:focus, .banner-btn a:active {color: #fff; }
.slider-area .button-default {display: inline; }
.banner-content p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.3px;
  line-height: 25px;
  text-shadow: 0px 3px 6px #0000007c;
  font-weight: normal;
}
.slider-area .banner-content h1 {
  text-shadow: 0px 3px 6px #000000be;
  color: #fff;
}
.slider-area .banner-content h4 {
  text-shadow: 0px 3px 6px #000000be;
  color: #fff;
}
.slider-area .owl-prev {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 26px;
  height: 50px;
  left: 0px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 56%;
  transition: all 0.4s ease 0s;
  width: 70px;
  z-index: 999;
}
.slider-area .owl-next {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 26px;
  height: 50px;
  right: 0%;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 56%;
  transition: all 0.4s ease 0s;
  width: 70px;
  z-index: 999;
}
.owl-nav div:hover {
  background: #fff;
  color: #000;
}
.single-slide {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
a.meanmenu-reveal {display: none; }
.mean-container .mean-bar {
  background: transparent none repeat scroll 0 0;
  float: left;
  min-height: 42px;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 99;
}
.mean-container a.meanmenu-reveal {
  color: #010101;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 1px;
  height: 22px;
  line-height: 22px;
  padding: 0px 0 11px;
  right: 23px !important;
  text-decoration: none;
  text-indent: -9999em;
  top: 0;
  width: 25px;
  position: absolute;
  font-size: 37px !important;
}
.mean-container a.meanmenu-reveal span {
  background: #010101;
  display: block;
  height: 3px;
  margin-top: 7px;
  transition: all 0.3s ease 0s;
}
.mean-container a.meanmenu-reveal span:first-child {margin-top: 3px; }
.mean-container .mean-nav {
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  background: #fff none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 100%;
  border-top: 1px solid #b9b8b8;
}
.mean-container .mean-nav ul li a {
  background: #ffffff none repeat scroll 0 0;
  color: #203970;
  display: block;
  float: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  padding: 10px 5%;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 90%;
}
.mean-container .mean-nav ul li li a {
  color: #203970;
  font-weight: 600;
  opacity: 1;
  padding: 0em;
  text-shadow: none !important;
  text-transform: capitalize;
  visibility: visible;
  width: 50%;
}
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: 0;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {color: #000; }
.mean-container .mean-nav ul li a.mean-expand {
  border: 0 none !important;
  font-weight: 600;
  height: 18px;
  margin-top: 0;
  padding: 11px 12px !important;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 26px;
  z-index: 2;
}
.mean-container .mean-nav ul li a.mean-expand:hover {background: #fff; }
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-remove {display: none !important; }
.mean-container .mean-bar::before {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  left: 0;
  position: absolute;
  top: 13px;
}
.text-right {text-align: right; }
span.close-icon {
  position: absolute;
  right: 2%;
  top: 5px;
}
section.circle-section {
  padding: 0px 0 50px;
  background: #fff;
}
.main-menu ul li a:hover {color: #203970; }
.container.mean-container {
  width: 100% !important;
  padding: 0px;
}
span.translator {
  margin-right: 0px;
  margin-left: 50px;
  position: relative;
  top: -5px;
}
.goog-te-gadget-simple {
  border-left: 0px solid #d5d5d5 !important;
  border-top: 0px solid #9b9b9b !important;
  border-bottom: 0px solid #e8e8e8 !important;
  border-right: 0px solid #d5d5d5 !important;
}
a.translate-mobile {font-weight: normal; }
a.translate-mobile {
  color: #010101;
  text-transform: lowercase !important;
  text-align: right;
}
.text-theme a:hover {
  color: #203970;
  font-weight: bold;
}
.mean-bar .fa.fa-search {
  position: absolute;
  color: #010101;
  font-size: 23px;
  right: 10px;
}
.mean-bar .fa-search:before {
  content: "\f002";
  position: absolute;
  right: 67px;
  top: 0px;
}
.rs-toolbar {
  padding: 0px 0;
  background-color: #2e2d2d;
  height: 37px;
}
.rs-toolbar .rs-toolbar-left {
  font-size: 14px;
  position: absolute;
  top: 9px;
}
.rs-toolbar .rs-toolbar-left span {
  color: #ffffff;
  font-size: 14px;
  line-height: 12px;
  text-transform: uppercase;
}
.rs-toolbar .rs-toolbar-right {
  text-align: right;
  position: relative;
  right: -20px;
}
.select_language select {
    background-image: url(../img/globe.svg) !important;
    background: none;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: top 10px right 1px;
    background-repeat: no-repeat;
    color: #EEF0F4;
    font-size: 14px;
    max-width: 170px;
    line-height: 26px;
    background-size: 16px;
    text-transform: uppercase;
    padding-top: 6px;
    position: absolute;
    left: -74px;
    padding-right: 30px;
    text-align: right;
}
select {word-wrap: normal; }
.select_language select option {
    font-size: 16px;
    color: #000;
}
select#gtranslate_selector {outline: none; }
span.translate-text {
  position: relative;
  color: #fff;
  right: 15px;
  top: 8px;
  font-size: 14px;
}
.close-icon a {color: #fff; }
.rs-toolbar-center li {
  display: inline;
  padding: 0 20px;
}
.rs-toolbar-center li a {
  display: inline;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.top_bar_nav-menu li {
  padding: 12px 10px 10px 10px;
  position: relative;
  top: 8px;
}
.top_bar_nav-menu li.list-group-item.active,
.top_bar_nav-menu li.list-group-item.active a {
  background: #fff;
  color: #010101;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 14px;
  line-height: 16px;
}
.sprt-tab-content {display: none; }
.sprt-tab-content.active {display: flex !important; }
.common-padding {padding: 50px 0; }
.image-card-sec .card-body {text-align: center; }
.image-card-sec .card {border: none; }
.image-card-sec .card a img {width: 100%; }
.image-card-sec .card-body {padding: 15px; }
.image-card-sec img:hover {opacity: 0.7; }
.image-card-sec.common-padding {margin-bottom: 40px; }
/* news section */
.middle-second-sec {
    margin-top: 15px;
    margin-left: 20%;
}
.new-heading {
  text-align: center;
  background-color: #f0f8ec;
  padding-top: 75px;
  padding-bottom: 15px
}
.new-heading h2 {margin-bottom: 0px; }
.news-left-card h6.card-subtitle {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.3px;
  font-weight: bold;
  color: #142848;
  text-transform: uppercase;
}
.news-left-card h3.card-title {
  margin: 10px 0;
  color: #010101;
}
.news-left-card p.card-text {
  font-size: 16px;
  line-height: 25px;
  color: #2e2d2d;
}
.news-right-section .card, .news-left-card .card {border: none; }
.news-right-card .card-body {
  border-top: 0.5px solid #142848;
  border-bottom: 0.5px solid #142848;
}
.news-left-card h5.card-title:hover {text-decoration: underline; }
.new-right-butn {
  padding: 20px;
  text-align: center;
}
.new-right-butn a {
  font-size: 25px;
  line-height: 42px;
  color: #2e2d2d;
  font-weight: bold;
  text-decoration: underline;
}
.new-right-butn a:hover {color: #466e2d; }
/* footer section area */
.footer-section {
  background-color: #2e2d2d;
  padding: 50px 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
ul.footer-1stsec {
  margin-bottom: 10px;
  padding-left: 0px;
}
.left-footer {text-align: left; }
.left-footer address {
  line-height: 25px;
  margin-top: 20px;
  font-weight: 500;
  margin-bottom: 0px;
}
.right-footer a {
  background-color: #ffffff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 5px 10px 5px 10px;
  text-align: center;
  margin-left: 15px;
}
.right-footer a i {
  font-size: 27px;
  color: #2e2d2d;
  line-height: 37px;
}
.middle-second-sec ul {list-style-type: none; }
.middle-second-sec ul li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
}
.footer-thumb li {
    display: inline;
    border-right: 1px solid #fff;
}
.footer-thumb li:last-child {
    display: inline;
    border-right: 0px solid #fff;
}
ul.footer-1stsec {
    text-transform: uppercase;
    position: relative;
}
.right-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* circle section */
.circle-area {
    width: 113px;
    height: 113px;
    border-radius: 50%;
    background-color: #6ca04a;
    text-align: center;
    padding: 28px 28px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
}
.image-circle a, .image-circle1 a {text-decoration: none; }
.image-circle h4 {text-align: center; }
.image-circle a:hover .circle-area, .image-circle1 a:hover .circle-area {
    background-color: #466e2d;
    transition: 0.9s ease;
}
.image-circle {position: relative; }
.col-md-3 .image-circle {border-right: 1px solid #142848; }
.col-md-3:last-child .image-circle {border-right: 0px solid #142848; }
.green {background: #6ca04a; }
.stay-updated {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
}
.generic_form-news h4 {
  color: #010101;
  font-weight: 600;
}
.generic_form-news p {
  color: #010101;
  margin-bottom: 12px;
}
.generic_form-news div#gform_fields_3 {
    display: flex;
}
.generic_form-news div#gform_fields_3 label {
    display: none;
}
.stay-updated .generic_form-news p {
  margin-bottom: 15px;
  color: #010101;
  line-height: 27px;
  font-size: 16px;
  font-weight: 300;
}
.stay-updated .form-control {
  border: none;
  min-height: 40px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
  color: #0b3e68;
  padding: 10px 20px;
  font-weight: 300;
}
.stay-updated .btn_sm {
  width: 189px;
  height: 40px;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 3px solid #010101;
  letter-spacing: 0.32px;
  font-weight: 600;
}
.btn_sm {
  background: transparent;
  color: #010101;
  display: inline-block;
  padding: 4px 22px;
  text-align: center;
  border: 2px solid #010101;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 25px;
  border-radius: 4px;
  width: 189px;
}
img.hover {display: none; }
.image-circle:hover .default {
  display: none;
  transition: 0.9s ease;
}
.navbar .nav-item:hover .dropdown-menu.xtra-width {padding-top: 0px; }
.dropdown-menu li:last-child a.dropdown-item {padding-bottom: 15px; }
.image-circle:hover .hover {
    display: block;
    transition: 0.9s ease;
}
.image-circle:hover h4 span {border-bottom: 2px solid #466E2D; }
/* event-list */
.event-list {
  padding: 20px;
  box-shadow: 0px 3px 6px #00000029;
}
.event-data-body .event-circle h3 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 0px;
}
.event-circle {
    width: 91px;
    height: 91px;
    border-radius: 50%;
    background-color: #6ca04a;
    margin: 0 auto;
    align-items: center;
    display: grid;
    text-align: center;
    padding: 0px;
}
.event-data-text h4 {
  color: #010101;
  margin-bottom: 0px;
  font-weight: 600;
}
.event-data-text:hover h4 {text-decoration: underline; }
.event-data-text p {
  color: #2e2d2d;
  line-height: 25px;
}
.event-list-scroll {
  max-height: 410px;
  overflow-y: auto;
  overflow-x: hidden;
}
.card-img,
.card-img-top {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.events-heading {
  text-align: center;
  background-color: #f0f8ec;
  padding-top: 75px;
  padding-bottom: 15px;
}
.events-heading h2 {
  color: #010101;
  margin-bottom: 0px;
}
.card-img-top {
  display: block;
  width: 100%;
  height: auto;
}
.overlay-section {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgb(108, 160, 74, 0.7);
  cursor: pointer;
}
.image-card-sec:hover .overlay-section {opacity: 1; }
/* Mobile Menu Css */
.mobile-menu {display: none; }
.mobile-menu .header_bar {
  position: absolute;
  top: 0px;
  right: 0px;
}
.mobile-menu .header_bar .mobile-toggle {
  height: 50px;
  width: 50px;
  cursor: pointer;
}
.mobile-menu .header_bar .mobile-toggle {
  height: 50px;
  width: 50px;
  cursor: pointer;
  z-index: 100000000000000;
  position: relative;
}
.mobile-menu .header_bar .mobile-toggle svg g {
  fill: #010101;
  transition: all 200ms linear;
}
.mobile-menu .header_bar .mobile-toggle svg g rect {transition: all 200ms linear; }
.mobile-menu:not(.is-animating) nav {display: none; }
.mobile-menu nav {
  display: block;
  position: absolute;
  top: 88px;
  right: 0;
  bottom: 0;
  width: 100%;
  /* max-width: 360px; */
  overflow: hidden;
  animation-name: Sidebar-out;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
}
.mobile-menu nav ul {
  list-style: none;
  padding: 0px 0px;
  margin: 0px;
}
.mobile-menu nav ul li {
  padding: 0px 0px;
  position: relative;
  color: #fff;
  background: #000;
  border-bottom: 0.1px solid #d6d6d6;
}
.mobile-menu nav ul li a {
  color: #fff;
  height: 100%;
  text-decoration: none;
  transition: all 200ms linear;
  font-size: 14px;
  font-weight: 500;
  padding: 0 35px;
}
.mobile-menu .item-toggle-button {
  text-indent: -9999px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.mobile-menu nav ul li .secondary-nav {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0ms linear;
}
.mobile-menu nav ul li .secondary-nav ul li {
  float: none;
  padding: 0px 0px;
  background: #f5f5f5;
}
.mobile-menu nav ul li .secondary-nav ul li a {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.mobile-menu nav ul li .tertiary-nav {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0ms linear;
}
.mobile-menu nav ul li .tertiary-nav ul li {
  float: none;
  padding: 10px 20px;
}
.mobile-menu nav ul li .tertiary-nav ul li a {font-size: 14px; }
.mobile-menu .header_bar .mobile-toggle.is-open svg g rect:first-child {transform: rotate(45deg) translate(50%); }
.mobile-menu .header_bar .mobile-toggle.is-open svg g rect {
  x: 0;
  y: 0;
}

.mobile-menu .header_bar .mobile-toggle.is-open svg g rect:nth-child(2n) {display: none; }
.mobile-menu .header_bar .mobile-toggle.is-open svg g rect:last-child {transform: rotate(-45deg) translate(-21%, 66%); }
.mobile-menu.is-open:not(.is-animating) nav,
.mobile-menu.is-animating:not(.is-open) nav {
  display: block;
  animation-name: Sidebar-in;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  z-index: 9;
  height: fit-content;
  background: #000;
}
.mobile-menu .item-toggle-button:after {
  content: "";
  text-indent: 0px;
  font-family: "FontAwesome";
  color: #fff;
  transition: all 200ms linear;
}
.mobile-menu .item-toggle-button.is-open:after {
  transform: rotate(180deg);
  color: #fff;
}
.mobile-menu nav ul li .secondary-nav.is-open {
  max-height: 100%;
  transition: max-height 200ms linear;
  background: #f5f5f5;
}
.mobile-menu nav ul li .tertiary-nav.is-open {
  max-height: 100%;
  transition: max-height 200ms linear;
}

@keyframes Sidebar-out {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes Sidebar-in {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.secondary-nav ul {padding: 0px 11px !important; }
.mobile-menu nav ul li:last-child {border-bottom: 0px solid #fff; }
.mobile-toggle svg {display: none; }
.mobile-menu {display: none; }
.highlight-section p {
  color: #2e2d2d;
  line-height: 25px;
}
li a:hover {text-decoration: none; }
.highlight-section h3 {color: #010101; }
.news-section p {
    color: #2e2d2d;
    line-height: 25px;
}
.news-section h6 {letter-spacing: 0.3px; }
.footer-1stsec a {
  font-size: 16px;
  color: #fff;
  padding: 0 10px;
}
.footer-1stsec li:last-child::after {width: 0px; }
.description-area p {
    letter-spacing: 0.4px;
    line-height: 22px;
    font-weight: 500;
    font-family: ParalucentCond;
    font-size: 16px;
}
.news-section h3 a {
  color: #010101;
  font-size: 30px;
  line-height: 30px;
}
.event-data-text a {
  font-size: 22px;
  line-height: 26px;
}
.dropdown-menu li {
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: middle;
}
.map_row {
    padding-top: 0px;
    padding-bottom: 70px;
}
.map_row  .search_block .form-control {
    box-shadow: 0px 0px 3px #00000029;
    border: 1px solid #D9D9D9!important;
    opacity: 0.8;
}
.amt_row img {
    width: 41.25px!important;
    height: 41.25px!important;
}
.map_row .col-le {
  padding-left: 60px;
  padding-right: 25px;
}
.map_row .col-le .searchFilterBlock {padding-top: 70px; }
a.navbar-toggler {border: 0px solid; }
.search_block .form-control {
    box-shadow: 0px 0px 3px #00000029;
    border: 2px solid #d9d9d9;
    border-radius: 0px;
}
.righty-cards .card-body {padding-left: 0; }
.news-right-section {margin: 0px 20px; }
.news-section {margin-top: 40px; }
.search_block .btn {
  border: 0;
  z-index: 8;
  padding: 6px 10px;
  position: relative;
  margin-left: -4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  position: absolute;
  top: 2px;
  right: 3px;
  height: 47px;
}
.search_block .btn::before {
    content: "|";
    color: #d9d9d9;
    position: relative;
    right: 8px;
}
.search_block .btn i {
    max-width: 18px;
    color: #021F4A;
    font-size: 18px!important;
}
.filterBlock {margin-top: 20px; }
.map_row .col-le .searchFilterBlock .form-group {margin-bottom: 12px; }
.main_wrapper select.form-control {
    background-image: url(../img/select-arrow.svg);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: top 18px right 15px;
    min-width: 132px;
    box-shadow: 0px 0px 3px #00000029;
    border-radius: 0px;
    color: #2e2d2d;
    border: 2px solid #e2e2e2;
    padding: 11px;
    font-family: 'Paralucent';
    font-weight: 500;
    font-size: 16px;
}
.map_details {
  padding-top: 70px;
  padding-bottom: 90px;
}
.main_card {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #d9d9d9;
  height: 100%;
}
.main_card .card_content {padding: 20px 25px; }
.amt_row ul {
  padding: 0px;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.amt_row ul li {
  border-radius: 2px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  margin-bottom: 8px;
}
.main_wrapper p , .main_wrapper ul, .main_wrapper ol {margin-bottom: 20px; }
a.navbar-toggler::before {
    content: " ";
    position: absolute;
    width: 1px;
    height: 35px;
    background-color: #010101;
    top: 15px;
    z-index: 2;
    right: 60px;
}
.page-id-2448 .main_content>.wp-block-advgb-columns, .page-id-2448 .main_content>.wp-block-group, .page-id-2448 .main_content>.wp-block-media-text, .page-id-2448 .main_content>.wp-block-columns, .page-id-2448 .main_content>.advgb-tabs-wrapper {
    max-width: unset;
    width: 100%;
    justify-content: center;
    display: flex;
    background: #eff2f5;
}
/* =============Page builder CSS start=============== */
/* page builder css */
.container-fluid .img_text_card {
  padding-right: 0;
  padding-left: 0;
}
.main-page-container {
  font-size: 16px;
  color: #2e2d2d;
  line-height: 22px;
  font-family: "ParalucentText-Book";
  min-height: calc(100vh - 459px);
}
.main-page-container .generic_middle_block p {color: #2e2d2d; }
.generic_middle_block ul {
  list-style-type: disc;
  padding-left: 2rem;
}
.page-heading {
    text-align: center;
    padding-top: 62px;
    padding-bottom: 10px;
}
.page-heading h1 {margin-bottom: 0%; }

.single-projects .page-heading {
   text-align: center;
    padding-top: 62px;
    padding-bottom: 10px;
    background-image: -webkit-linear-gradient(180deg, rgba(108, 160, 74, 1), rgba(108, 160, 74, 1));
    color: #fff;
}
.single-projects .page-heading h1 {
  margin-bottom: 0%;
    color: #fff;
    padding: 0 20px;
 }
.single-projects .overviewinfo ul.advgb-tabs-panel, .single-projects .main_wrapper .advgb-tabs-wrapper.advgb-tab-horz-desktop ul.advgb-tabs-panel {
    justify-content: center !important;
}
.single-projects .phone_fax_email p {
    margin-bottom: 3px;
}
/* breadcrumbs */
.main_breadcrumb .breadcrumb {
  background: none;
  margin: 0px;
  padding-left: 10px;
  padding-right: 30px;
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 6px;
  padding-bottom: 6px;
  align-items: center;
}
.breadcrumb-item {
  display: -ms-flexbox;
  display: flex;
}
.main_breadcrumb .breadcrumb a {
  color: #080d10;
  font-size: 16px;
  line-height: 30px;
  position: relative;
}
.main_breadcrumb .breadcrumb li img.img-fluid {
  width: 10px;
  height: 10px;
  margin: 10px 0px 10px 10px;
}
.main_breadcrumb .breadcrumb i.fa.fa-chevron-right {
  font-size: 13px;
  margin: 6px;
}
.main_breadcrumb .breadcrumb a i {
  color: #142848;
  font-size: 20px;
  margin-right: 3px;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 13px!important;
  color: #142848!important;
    font-weight: 100!important;
}
.breadcrumb-item.active {
  color: #080d10;
  font-weight: bold;
}
li.breadcrumb-item.active {line-height: 29px; }
.bold-paragraph {
  color: #2e2d2d;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 35px;
}
.black-paragraph {
  color: #010101 !important;
  line-height: 26px;
}
.black-paragraph a {
  font-size: 16px;
  line-height: 22px;
  text-decoration: underline;
  font-weight: bold;
  color: #142848;
}
.black-paragraph a:hover {color: #466e2d; }
.page-image {
  width: 100%;
  margin: 20px 0;
}
.common-links_block {
  display: block;
  color: #142848;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  text-decoration: underline;
  margin-bottom: 15px;
}
.common-links_block:hover {
  color: #466e2d;
  text-decoration: underline;
}
.page-cards {
  margin: 100px 0px;
  display: flex;
  align-items: center;
}
.page-cards .container-fluid {
  max-width: 100%;
  padding: 0px;
}
.page-card-text h2 {margin: 0; }
.page-card-text p {
  margin: 40px 0;
  color: #2e2d2d;
}
.page-card-image {width: 55%; }
.page-card-image img {width: 100%; }
.page-card-text {
  width: 45%;
  padding: 0 30px;
}
/* cards section */
.topTitle {
  text-align: center;
  margin-bottom: 50px;
}
.card {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid transparent;
    border-radius: 0px;
    padding: 0px;
    background: #fff;
}
.card:hover {border-color: #6ca04a; }
.image-page-card p.card-text {
  font-size: 16px;
  line-height: 25px;
}
.toptitle-2 {margin-top: 100px; }
/* expand grid images */
.image-grid-info .card-body {
    text-align: center;
    padding: 14px 20px 50px 20px;
    min-height: 150px;
}
.image-grid-info h2 {
  text-align: center;
  margin-bottom: 50px;
}
/* slider */
.owl-nav div {
  width: 50px;
  height: 50px;
  opacity: 0.7;
  color: black;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
}
.owl-nav div {
  width: 50px;
  height: 50px;
  opacity: 0.7;
  color: black;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
  background-color: white;
}
.item {position: relative; }
.owl-next {
  right: 200px;
  top: -500px;
}
.owl-prev {
  left: 200px;
  top: -500px;
}
.category-btn:hover {
    text-decoration: underline!important;
    font-weight: bold!important;
    color: #466e2d!important;
}
/* button list */
.button_list .simple_list_col a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 90px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    font-weight: 500;
    background: #142848;
    border-radius: 10px;
    line-height: 30px;
    min-width: 280px;
    max-width: 443px;
    margin: 0 auto;
}
.button_list .simple_list_col a:hover {
  background-color: #466e2d;
  color: #fff;
  text-decoration: none;
}
.contact-details a strong {
    font-size: 16px;
    line-height: 22px;
    color: #2E2D2D;
    font-weight: bold;
    opacity: 0.9;
  margin-right: 6px;
}
.contact-details p strong {
  color: #2E2D2D;
  font-weight: bold;
    font-family: 'Paralucent';
}
.contact-details a span {
  text-decoration: underline;
  color: #142848;  
}
.contactcard_row p a {
    color: #142848;
    opacity: 0.9;
    font-weight: bold;
    font-family: 'Paralucent';
    text-decoration: underline;
}
.contact-details {margin-top: 20px; }
.wp-block-button__link:hover {
    color: #fff!important;
    background: #010101!important;
}
ul.advgb-tabs-panel li.advgb-tab, ul.advgb-tabs-panel li.advgb-tab.ui-state-default {
    float: left;
    margin: 0 8px 8px 0;
    border-left: 1px solid #e0e0e0;
    border-radius: 10px;
    position: relative;
    background: none;
    border-right: 1px solid #e0e0e0;
    border-top: 0px solid!important;
    border-bottom: 0px solid!important;
}
section.howto {padding: 0 0 50px 0; }
.howto .number {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 40px;
    min-height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    background: #142848;
    color: #ffffff;
    font-weight: bold;
    font-size: 35px;
    line-height: 36px;
    font-family: 'Paralucent';
}
.modal-header.card-body {
  border-bottom-color: transparent;
  justify-content: center;
  flex-direction: column;
}
button.btn-close {display: none; }
.modal-footer {
  border-top: none;
  padding: 0px;
}
.modal-body {
    padding-top: 0px;
    padding-bottom: 50px;
    padding-left: 31px;
}
.modal-header.card-body {padding-bottom: 0px; }
/* =============Page builder CSS end=============== */

/* ========================interactive- map css starts ======================= */
.interactive_map input,
.interactive_map select {
  height: 50px;
  font-family: "ParalucentText-Book";
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  color: #2e2d2d;
}
.interactive_map input::placeholder {color: #2e2d2d; }
.interactive_map .form-control:focus {
  background-color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: 0px 0px 3px #00000029;
}
.map_row .col-le .searchFilterBlock a { display: block; margin-top: 16px; }
.main_card .card ul li a {display: inline-block; }
.main_card_col {margin-bottom: 30px; }
.main_card {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #d9d9d9;
  height: 100%;
  position: relative;
}
.main_card p {
    margin: 20px 0;
    margin-bottom: 40px;
}
.main_card .card-body a.map-right-butn, .main_card .card-body div.map-right-butn {
    text-decoration: underline;
    color: #142848;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-align: right;
    float: right;
    bottom: 20px;
    right: 0px;
    margin-right: 40px;
    position: absolute;
}
.pagination img {margin: 0 auto; }
.pagination {margin-top: 50px; }
.card.main_card:hover {border: 1px solid #6ca04a; }

.main_breadcrumb .breadcrumb a::after {content: " "; }
/* =================Perk and facilities details pages CSS============= */
.alert-parks {
  background: #f9ba06;
  margin-bottom: 0;
}
.learn-more {
  font-size: 25px;
  line-height: 42px;
  font-weight: bold;
  text-decoration: underline;
  color: #2e2d2d;
}
.alert-parks .alert-content {
  max-width: 880px;
  margin: auto;
  padding: 20px 15px;
}
.alert-parks .close {
  position: absolute;
  right: 20px;
  top: 5px;
  opacity: 1;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 2%;
    top: 5px;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}
.parks_detail_info {
    padding-top: 35px;
    padding-bottom: 80px;
}
.park_row {position: relative; }
p a {font-family: "ParalucentText-Book"; }
.pk_amen_rent {
  margin-top: 15px;
  margin-bottom: 30px;
}
.amt_row ul {
  padding: 0px;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.amt_row ul li {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2px;
    border-radius: 5px;
}
.rel_parks_trails {
  padding-top: 70px;
  padding-bottom: 90px;
}
.advgb-tabs-panel::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}
/* Track */
.advgb-tabs-panel::-webkit-scrollbar-track {background: #fff; }
.advgb-tabs-panel::-webkit-scrollbar-thumb {background: #6ca04a; }
.advgb-tabs-panel::-webkit-scrollbar-thumb:hover {background: #466e2d; }

/* =================Search pages CSS============= */
.resultmain {padding: 70px 0px 50px 0px; }
.resultmain .main_search {margin-bottom: 70px; }
.main_search_content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.search_input i.fa.fa-search {font-size: 19px; }
.main_search_content h4 {
    margin-right: 15px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #2E2D2D;
    opacity: 0.9;
}
.main_search_content .form-control {min-width: 400px; }
.main_search_content .btn {
  border-radius: 0;
  width: 60px;
  position: absolute;
  right: 0;
  height: 50px;
  z-index: 9;
}
.main_search_content .btn::before {
    content: "|";
    color: #d9d9d9;
    position: relative;
    right: 8px;
}
.resultmain .acc__panel p {
  font-size: 20px;
  line-height: 28px;
  font-family: 'Noto Sans Disp';
  color: #020202;
}
.resultmain .form-control {
    border: 2px solid #D9D9D9;
    border-radius: 0px;
    min-height: 50px;
    box-shadow: 0px 0px 3px #00000029;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border-color: transparent;
}
.rslt_txt {
  max-width: 1000px;
  margin: auto;
}
.acc__card {
    background: #fff;
    margin-bottom: 12px;
    box-shadow: 0px 0px 3px #00000029;
    border: 2px solid #D9D9D9;
    opacity: 1;
}
.acc__title {
    position: relative;
    padding: 17px 35px;
}
.acc__title h4 {margin: 0px; }
.acc__title .acco_sign {
    position: absolute;
    right: 12px;
    width: 50px;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.acc__title .acco_sign::after {
  content: "\f078";
  font-size: 24px;
  font-family: "FontAwesome";
  color: #142848;
}
.acc__title.active .acco_sign::after {
  content: "\f077";
  font-family: "FontAwesome";
  color: #142848;
}
.acc__panel {
    display: none;
    padding: 10px 60px 20px 35px;
    border-top: 2px solid #D9D9D9;
    opacity: 1;
}
.resull_filter {padding: 20px 0px 70px 0px; }
.filterBlocks {padding-left: 5px; }
.filter_block {margin-top: 70px; }
label.title {
    color: #2E2D2D;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 22px;
    opacity: 0.9;
}
.title-sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-sort h2 {margin: 0px; }
.sort_boxResult {
  margin-left: auto;
  margin-bottom: 20px;
}
.sort_boxResult label {color: #2E2D2D; }
.sort_boxResult label.title.color-black {
    color: #2E2D2D !important;
    line-height: 22px;
    opacity: 0.9;
}
.sort_boxResult select {min-width: 210px; }
.result_row {
    margin-bottom: 15px;
    box-shadow: 0px 0px 3px #00000029;
    border: 2px solid #D9D9D9;
    opacity: 1;
}
.re_category {
    background: #142848;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 2px 30px;
    font-size: 16px;
    font-family: 'Paralucent';
    height: 26px;
    text-transform: uppercase;
}
.rsltBody {padding: 10px 50px; }
.rsltBody p {line-height: 25px; }
/* =================Events pages CSS============= */
.evt_search {
    display: flex;
    max-width: 1130px;
    margin: 0 auto;
}
.evt_search .m-yfilter {display: block; }
.evt_search .m-yfilter h6 {margin: 0; }
.evt_search .m-yfilter label {grid-column: 1/3; }
.evt_search .search_box {
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
}
.evt_search .search_box input::placeholder {color: #2e2d2d; }
.search_box .input-group {
  box-shadow: 0px 0px 3px #00000029;
  border: 1px solid #e2e2e2;
}
.search_box .btn::before {
    content: '';
    position: absolute;
    color: #d9d9d9;
    left: 0;
    line-height: 16px;
    width: 2px;
    height: 16px;
    background: #d9d9d9;
    top: 50%;
    transform: translateY(-50%);
}
.evt_search .evt-sort-box {margin-top: 20px; }
.search_box .input-group {
  box-shadow: 0px 0px 3px #00000029;
  border: 2px solid #e2e2e2;
}
.search_box .form-control {
  border: 0;
  box-shadow: none;
  min-height: 48px;
}
.evt_filter {
    display: flex;
    margin: 0 auto;
    max-width: 1108px;
}
.evt_search label.title, .evt_filter label.title {
    color: #2e2d2d;
    padding-left: 0px;
  font-weight:600;
}
.cat-select-1 {
  max-width: 100%;
  margin-top: 27px;
  margin-bottom: 0px;
}
.event_wraper {padding: 50px 0; }
/* park-news-section */
.park-news-section {text-align: center; }
.park-news-section h2 {margin: 0; }
.newsletter-section p {
  margin-top: 25px;
  margin-bottom: 25px;
}
.park-news-section .name {padding: 0; }
.park-news-card .card-body {
    display: flex;
    flex-direction: column;
    padding: 16px 30px 30px;
}
.park-news-card .card-body a.map-right-butn {
    font-weight: 600;
    text-decoration: none !important;
    line-height: 25px;
    right: auto;
}
.reset a {
    float: right;
    margin-top: 8px;
    font-weight: 600;
    font-family: 'Paralucent';
    font-size: 16px;
}
.news-archieve input#searchbox,
.error-search input#searchbox {
  min-height: 50px;
  border-radius: 0px;
}
.news-archieve select {
  box-shadow: 0px 0px 3px #00000029;
  border: 2px solid #d9d9d9;
  color: #2e2d2d;
  font-size: 16px;
  line-height: 25px;
  border-radius: 0px;
}
.news-archieve select option {
  color: #2e2d2d;
  font-size: 16px;
  line-height: 25px;
}
.form-control:focus {
  color: #2e2d2d;
  background-color: #fff;
  border-color: #d9d9d9;
  box-shadow: 0px 0px 3px #00000029;
}
.news-archieve input::placeholder,
.error-search input::placeholder {
  color: #2e2d2d;
}
.text-left {text-align: left; }
/* erroe page */
.error-head.green {
    text-align: center;
    padding-top: 254px;
    padding-bottom: 136px;
    background-image: url(../img/404-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom 15px;
    height: 470px;
}
.error-head.green h1 {
  font-size: 500px;
  margin: 0;
}
.error-content {
  text-align: center;
  padding: 50px 0;
}
.error-search {margin: 40px 0; }
.error-search a.btn_sm {
  margin-top: 50px;
  height: 40px;
  padding: 6px 0;
}
.error-search a:hover {
  border: 2px solid #010101;
  background-color: #010101;
  color: #ffffff;
}

/* contact page */
.contact-head {margin-bottom: 25px; }
.contact-card-right h2 {
  color: #2e2d2d;
  margin-bottom: 20px;
}
.contact_cards {margin: 0px; }
.contact-card-right {padding: 100px 250px 100px 100px; }
.contact_page_cards a {
    height: 90px;
    border-radius: 10px;
    background-color: #142848;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    border: 2px solid #142848;
    box-shadow: 0px 0px 3px #00000029;
}
.contact_page_cards a:hover {
  background-color: #fff;
  color:  #142848;
}  
.submit-button {
    background: transparent;
    color: #010101;
    display: inline-block;
    padding: 0px 22px;
    text-align: center;
    border: 2px solid #010101;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 35px;
    border-radius: 4px;
    width: 189px;
}
.contact_page_cards input, .contact_page_cards select, .contact_page_cards textarea {
    border-radius: 4px;
    color: #2e2d2d;
    box-shadow: 0px 0px 3px #00000029;
    opacity: 1!important
}
.contact-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-text h4 {font-size: 18px;}
.staff-directory-section {padding: 0; }
.staff-directory-section .rsltBody {
  cursor: pointer;
  padding: 10px 30px;
}
/* staff  directoruy page */
.staff-directory-subsection {padding: 0; }
.staff-directory-section {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #f5f4f4;
}
.staff-directory-subsection .rsltBody {
  cursor: pointer;
  padding: 10px 30px;
}
.staff-directory .evt_filter input#searchbox::placeholder {color: #2e2d2d; }
.staff-directory-subsection .rsltBody p {
    margin-bottom: 0px !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.3px;
    font-family: 'Paralucent';
    color: #2E2D2D;
}
.staff-directory-subsection .rsltBody p span {
    font-weight: 400;
    font-family: 'ParalucentText-Book';
    color: #2E2D2D;
    font-size: 16px;
    line-height: 25px;
}
.staff-directory-section .acc__panel a {
  text-decoration: underline;
  font-weight: bold;
  color: #142848;
}
.staff-directory-section .acc__panel {padding-bottom: 60px; }
.staff-directory-section .re_category {width: auto; }
section.staff-directory {margin-bottom: 70px; }
#ImageGridModalToggle .modal-card {
  padding: 30px;
  margin-bottom: 0;
}
.btn .btn-default:hover {border-color: #2d2d2d; }
.park-news-card .card-body .category-btn {
    font-weight: 600;
    color: #142848;
    text-decoration: none;
    position: absolute;
    bottom: 25px;
    font-size: 16px;
    text-transform: uppercase;
}
.park-news-card .card-body img {margin-right: 10px; }
.newsSort h6 {
    color: #2e2d2d;
    font-family: 'Paralucent';
    font-weight: 600;
    font-size: 16px;
}
.modal-button {
  margin: 0px;
  border-radius: 0px;
  height: 35px;
  text-align: center;
  padding: 3px 0;
  width: 100%;
  background-color: #142848;
  border: none;
}
.modal-button {
  margin: 0px;
  border-radius: 0px;
  height: 28px;
  text-align: center;
  padding: 3px 0;
  width: 100%;
  background-color: #142848;
  border: none;
  color: #fff;
}
.modal-button:hover {
  background-color: #142848;
  color: #fff;
}
.modal-content {border: 0px solid; }
.news-left-card .card {box-shadow: none; }
.common-links_block img {
  margin-right: 10px;
  width: 17px;max-width: 17px;
}
.common-links_block:hover img{filter: brightness(0) saturate(100%) invert(38%) sepia(33%) saturate(690%) hue-rotate(53deg) brightness(92%) contrast(93%); }
.image-grid-info .card {
  border: 0px solid transparent;
  height: 100%;
}
.navbar .nav-item:hover .dropdown-menu {
    display: block;
    border-top: 7px solid #6ca04a;
    margin-top: 0px;
    padding-top: 8px;
}
.navbar .nav-item .dropdown-menu{ display: none; }
.navbar .nav-item .dropdown-menu {
    left: 0px;
    padding: 0px;
    border-radius: 0px;
    margin-top: 12px!important;
}
.rs-menu > li:hover {background: #F0F8EC; }
.mega-content {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    display: flex;
}
#ImageGridModalToggle .form-control{min-height: 51px; }
.calendar-info img{width: 100%; }
#ImageGridModalToggle select {
  background-image: url(../img/select-arrow.svg);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: top 18px right 15px;
  box-shadow: 0px 0px 3px #00000029;
  color: #2e2d2d;
}
button.btn.submit-button:hover {border-color: #010101; }
.middle-second-sec a:hover {text-decoration: underline; }
address a:hover {
    color: #fff;
    text-decoration: underline;
}
.generic_form-news {
    margin-top: 20px;
    margin-bottom: 20px;
}
.news-right-section a:hover {text-decoration: underline; }
.news-left-card a:hover {text-decoration: underline; }
.int_map img {width: 100%; }
.main_card_col {
    margin-bottom: 20px;
    padding: 0px 10px;
}
.evt_filter .col-lg-4 {
    padding-left: 5px;
    padding-right: 5px;
}
.col-events {
    padding-left: 0px;
    padding-right: 18px;
}
.col-events-search {padding: 0 15px 0 40px; }
.tab-center-content {
    max-width: 1000px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.nav-tabs .nav-link {
    background: #F0F8EC;
    border-left: 1px solid #D9D9D9!important;
    border-top: 1px solid #D9D9D9!important;
  border-radius: 0px;
}
.parks-tabs ul#pills-tab {justify-content: center; }
.parks-tabs div#nav-tab {
   justify-content: center;
   border-bottom: 1px solid #D9D9D9;
}
.parks-tabs .nav-tabs .nav-link:focus, .parks-tabs .nav-tabs .nav-link:hover , .parks-tabs .nav-tabs .nav-link:active{background-color: #ffffff!important; }
.parks-tabs .nav-tabs .nav-link {
    border-radius: 0px;
    padding: 15px 50px;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #010101;
}
.tab-content li {
    font-family: 'ParalucentText-Book';
    list-style-type: disc;
}
.tab-content ul {padding-left: 2rem!important; }
.gform_title {display: none; }
.gform_button {
    background: transparent;
    color: #010101;
    display: inline-block;
    text-align: center;
    border: 2px solid #010101!important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 35px;
    border-radius: 4px;
    min-width: 189px;
    margin-top: 25px;
    max-height: 40px!important;
    min-height: 40px!important;
}
.gform_button:hover {
    background: #010101;
    color: #fff !important;
}
#input_2_5 {background-color: #fff !important; }
.error-search .btn i {max-width: 18px; }
.fc-day-header {
  background: #142848;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.fc-center {display: none !important; }
.page-template-template-events .fc-center {display: inline-block !important; }
#searchform .col-events {padding-right: 0px; }
.event-filter .evt_search {justify-content: end; }
.cview.cal_list_sec {margin-bottom: 100px; }
.fc-left strong {display: none !important; }
.fc-right strong {display: none !important; }
.fc-prev-button .fc-icon, .fc-next-button .fc-icon {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  color: #002554;
}
.fc-prev-button .fc-icon::before, .fc-next-button .fc-icon::before {
  content: '';
  background: url(/wp-content/uploads/2023/01/Path-23368.svg);
  width: 16px;
  height: 26px;
  background-size: cover;
  display: block;
  transform: rotate(180deg);
}
.fc-prev-button .fc-icon::after {
  font-size: 100%;
  font-weight: normal;
  content: 'Last Month';
  margin-left: 10px;
}
.fc-next-button .fc-icon::after {
  font-size: 100%;
  font-weight: normal;
  content: 'Next Month';
  margin-left: 10px;
  transform: rotate(180deg);
}
.fc-prev-button, .fc-next-button {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}
.fc-prev-button .fc-icon, .fc-next-button .fc-icon {
  font-size: 16px;
  color: #2E2D2D;
}
.fc-next-button .fc-icon {transform: rotate(180deg); }
.pagination {
    margin-top: 50px;
    justify-content: center!important;
    overflow: hidden;
}
.wp-pagenavi span.current {
    font-weight: bold;
    color: #000000!important;
}
.wp-pagenavi .pages {display: none; }
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: 0;
    color: #919191;
    font-weight: 400;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px 10px;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
    color: #fff;
    background: #142848;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-indent: -9999px;
    position: relative;
    background-image: url("https://test-city-of-sebastopol.pantheonsite.io/wp-content/themes/planeteriaweb/img/angle-right-white.svg");
    background-position: center;
    background-repeat: no-repeat;
}
.wp-pagenavi .previouspostslink {transform: rotate(180deg); }
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
    color: #fff;
    background: #142848;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-indent: -9999px;
    position: relative;
    background-image: url("https://test-city-of-sebastopol.pantheonsite.io/wp-content/themes/planeteriaweb/img/angle-right-white.svg");
    background-position: center;
    background-repeat: no-repeat;
}
.generic_middle_block {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px
}
#general-slider img {width: 100%; }
.wp-block-group > section, .wp-block-group > .wp-block-advgb-adv-tabs, .wp-block-group > .wp-block-media-text, .wp-block-group > .wp-block-group, .wp-block-group > .wp-block-columns, .wp-block-group .wp-block-advgb-columns {max-width: 100%; }
#gform_3 {
  display: flex;
  width: 100%;
  justify-content: center;
  vertical-align: middle;
}
#gform_3 .gform_body.gform-body {width: 94%; }
#gform_fields_3 {width: 97% !important; }
#gform_wrapper_3 {
    width: 80%;
    margin: 0 auto;
}
#gform_wrapper_3 .gform_title {
    display: block;
    font-size: 40px;
    font-family: "Paralucent";
    line-height: 50px;
    color: #2e2d2d;
    font-weight: 500;
}
#gform_wrapper_3 .gform_description {
    color: #010101;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Paralucent';
}
#gform_wrapper_3 .gform_footer.top_label {
  margin-top: 0px !important;
  padding: 0px !important;
}
#gform_submit_button_3 {
  background: transparent;
  color: #010101;
  display: inline-block;
  padding: 4px 22px;
  text-align: center;
  border: 2px solid #010101;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 25px;
  border-radius: 4px;
  width: 189px;
  margin: 0px;
}
#gform_wrapper_3 .gform_heading {margin-bottom: 15px; }
.wp-block-button__link {
    background: transparent !important;
    color: #010101 !important;
    display: flex;
    padding: 4px 22px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 28px;
    border-radius: 4px!important;
    width: auto;
    border: 2px solid #010101;
    opacity: 1;
    height: auto;
    position: relative;
    width: fit-content;
}
.wp-block-media-text__content h2 {margin-bottom: 30px; }
.wp-block-media-text__content p {margin-bottom: 30px; }
.wp-block-media-text__content .button_list {margin-top:10px !important; }
.generic_middle_block a, .main_content a {
  text-decoration: underline;
  font-weight: bold;
  color: #142848;
}
.image-grid-info h4.card-title {margin-bottom: 0px; }
.generic_middle_block a:hover, .main_content a:hover {
    text-decoration: underline;
    color: #466E2D;
}
.generic_middle_block h5 {margin-top: 10px !important; }
.green #gform_wrapper_3 {width: 100%; }
.green #gform_fields_3 {width: 100% !important; }
.green #gform_3 {display: block!important; }
.green #gform_3 .gform_body.gform-body {width: 100%; }
.green #gform_3 .gform_body.gform-body {
    width: 100%;
    margin-bottom: 20px;
}
.green .gform_footer.top_label {
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}
.green input#input_3_1 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2E2D2D;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-family: 'ParalucentText-Book';
  opacity: 1;
}
.green input#input_3_3, .generic_form-news select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2E2D2D;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-family: 'ParalucentText-Book';
  opacity: 1;
}
.amt_row li {margin-right: 8px !important; }
.amenity_row.d-flex img {padding-right: 10px; }
.error-search .btn::before {color: #D5C89D!important; }
.gm-style-iw-d .btn_blue {
    text-decoration: underline!important;
    color: #142848;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}
.gm-style-iw-d h5 {
    font-size: 16px;
    font-family: "Paralucent";
    line-height: 22px;
    color: #2E2D2D;
    font-weight: 600;
    margin-top: 36px;
    text-transform: capitalize;
}
.contact_page_cards .gform_footer.top_label {justify-content: left!important; }
.gm-style-iw-d p {margin-bottom: 27px; }
.contact-card-right {
    width: 70%;
    float: left;
}
.contact-buttons-section {
    width: 30%;
    padding: 80px 30px 0px 100px;
    float: left;
  display: inline-table;
}
.contact_page_cards {display: flex; }
.gm-style-iw-d p a {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    font-family: 'ParalucentText-Book'!important;
}
.gm-style-iw-d p a:hover {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500!important;
    font-family: 'ParalucentText-Book';
    text-decoration: underline!important;
    color: #6CA04A!important;
}
.footer-1stsec li a:hover {text-decoration: underline; }
input#input_3_1 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #2e2d2d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #767775;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: 'ParalucentText-Book';
  opacity: 1;
}
input#input_3_3 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #2e2d2d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #767775;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-family: 'ParalucentText-Book';
  opacity: 1;
}
.green #gform_wrapper_3 .gform_title {
    display: block;
    font-size: 22px;
    font-family: "Paralucent";
    line-height: 30px;
    color: #010101;
    font-weight: 600;
}
.new-right-butn a:focus {
    color: #466e2d;
  text-decoration:underline!important;
}
.news-left-card.for-first {
    border-bottom: 1px solid lightgray!important;
    margin-bottom: 20px;
}
.news-left-card.for-first:last-child {border-bottom: none!important; }
.right-footer a:hover {background: transparent; }
.right-footer a img {
    max-width: 26px;
    height: 26px;
    position: relative;
    right: 2px;
    top: 3px;
}
.right-footer a:hover i {color:#fff; }
.green #gform_wrapper_3 .gform_body.gform-body {
    width: 70%;
    margin-bottom: 20px;
    float: left;
}
#gform_wrapper_3 .gform_footer.top_label {
    width: 30%;
    float: right;
}
#gform_wrapper_3 .gform_footer.top_label {
    width: 28%;
    float: right;
    display: block;
    text-align: left;
}
#gform_submit_button_3:hover {
    color: #fff;
    font-weight: 500;
    background: #010101;
}
.news-category-link {
    color: #142848;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
}
.park-news-card .main_card {border-radius: 0px; }
.event-data-text a:hover {color: #2E2D2D; }
.event-data-text a:focus {
    color: rgb(108, 160, 74);
    text-decoration: underline;
}
.how_title strong {font-weight: 500; }
.wp-container-9.wp-block-group {margin-top: 50px; }
.wp-container-8.wp-block-group {
    padding-top: 113px;
    padding-bottom: 130px;
}
h2.has-text-align-center {margin-bottom: 30px; }
.contactcard_row  .contact_col {
    margin-bottom: 25px;
    display: grid;
    align-items: end;
    padding: 8px;
}
.generic_middle_block ol {padding: 0px 0px 0px 15px; }
.generic_middle_block ol li {margin-bottom: 15px; }
section.img_text_card.imagelist {
    padding-bottom: 0px;
    max-width: 1250px;
}
p.subp {margin-top: 10px; }
.main_breadcrumb {
    margin-bottom: 25px;
    padding-top: 10px;
}
.newsletter-section {padding: 50px; }
.map-right-butn:hover {color: #466e2d!important; }
.footer-thumb br {display: none; }
address a {color: #fff; }
section.highlight-section.\33 -images-se {margin-bottom: 30px; }
section.highlight-section {padding: 35px 0px; }
.common-links_block img.img_hover {display: none; }
.common-links_block img.img_hover {display: none; }
a.common-links_block:hover .img_without-hover {display: none; }
a.common-links_block:hover .img_hover {
    display: block;
    position: relative;
    width: 17px;
    float: left;
  top: 2px;
}
.staff-directory-section .acc__panel {
    padding-bottom: 20px!important;
    padding-top: 15px;
    padding-left: 30px;
}
.staff-directory-section .acc__panel  p {margin-bottom: 0; }
.staff-directory-subsection .rsltBody {
    cursor: pointer;
    padding: 10px 30px;
}
option {
  font-size: 16px;
  font-family: 'Paralucent';
  font-weight: 500;
  opacity:0.7;
}
.error-search #searchbox {
    font-size: 16px;
    font-family: 'ParalucentText-Book';
    line-height: 25px;
    color: #2E2D2D;
    font-weight: 600;
}
input {
    color: #2E2D2D;
    opacity: 0.8;
}
.main_wrapper select {opacity: 0.8; }
.card-body {padding: 20px 20px 40px 20px; }
.navbar .nav-item:hover .dropdown-menu.xtra-width {border-top: 0px solid #6ca04a; }
.navbar-nav {padding: 25px 35px 10px 0px; }
.main-menus ul li {
    margin: 0 5px;
    padding: 19px 8px;
    position: relative;
}
.caption {
  width: 100%;
  font-size: 14px;
  font-family: "Paralucent";
  color: #2e2d2d;
  font-style: italic;
  text-align: center;
}
.wp-block-group {
    padding-top: 50px;
    padding-bottom: 50px;
}
.wp-block-group>h3.has-text-align-center {margin-bottom: 40px; }
input#input_2_3 {
    border: 1px solid #E0E0E0;
    border-radius: 0px;
    min-height: 50px;
}
input#input_2_5 {
    border: 1px solid #E0E0E0;
    border-radius: 0px;
    min-height: 50px;
}
.gform_footer.top_label {
    text-align: right;
    justify-content: flex-start;
    padding: 0px!important;
    margin: 0px!important;
}
.timeline-row p {margin-top: 0px; }
/* general styles*/
.aligncenter .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.wp-block-group.alignfull {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.img_button_row.three .img_btn_col,
.img_text_card_row.three .img_text_card_col,
.simple_list_info .row.three .simple_list_col,
.contactcard_row.three .contact_col {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}
.img_button_row.four .img_btn_col,
.img_text_card_row.four .img_text_card_col,
.simple_list_info .row.four .simple_list_col,
.contactcard_row.four .contact_col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.img_button_row.two .img_btn_col,
.img_text_card_row.two .img_text_card_col,
.simple_list_info .row.two .simple_list_col,
.contactcard_row.two .contact_col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.expanding-grid.four .links>li {width: 25%; }
.expanding-grid.two .links>li {width: 50%; }
.expanding-grid.three .links>li {width: 33.3%; }
.advgb-tab-body-wrapper {margin-top: 2px; }
.advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body {
    padding-left: 0px;
    padding-right: 0px;
    background: #fff;
    margin-top: 30px;
}
.advgb-tab-body-wrapper div.advgb-tab-body>* {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}
.advgb-tab-body-wrapper div.advgb-tab-body>div,
.advgb-tab-body-wrapper div.advgb-tab-body>section {
    max-width: 100%;
}
.advgb-tab-body-wrapper div.advgb-tab-body>div.wp-block-buttons {max-width: 1250px; }
.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-advgb-accordions,
.advgb-tab-body-wrapper div.advgb-tab-body .document_era,
.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-advgb-list {
    max-width: 1250px
}
.advgb-tab-body-wrapper {
    border-bottom: 0px!important;
    border-left: 0px!important;
    border-right: 0px!important;
}
.advgb-tab-body-wrapper div.advgb-tab-body>.wp-block-advgb-image,
.advgb-tab-body-wrapper div.advgb-tab-body>.wp-block-advgb-list {
    max-width: 1250px !important;
}
.gform_legacy_markup_wrapper .description,
.gform_legacy_markup_wrapper .gfield_description,
.gform_legacy_markup_wrapper .gsection_description,
.gform_legacy_markup_wrapper .instruction {
    font-size: 16px !important;
}
.gform_legacy_markup_wrapper .gfield_checkbox li label,
.gform_legacy_markup_wrapper .gfield_radio li label {
    font-size: 16px !important;
}
/* accordion*/
.advgb-accordion-header {
    background: #fff !important;
    padding: 8px 35px !important;
    box-shadow: 0px 0px 3px #00000029;
    border: 1px solid #d9d9d9!important;
    opacity: 1;padding-right: 50px !important;
}
.advgb-accordion-header:hover {
    box-shadow: 0px 0px 3px #00000029;
    border: 1px solid #6CA04A!important;
    opacity: 1;
}
.advgb-accordion-header .advgb-accordion-header-title {
    color: #021F4A !important;
    font-size: 22px!important;
    font-weight: bold;
}
.wp-block-advgb-accordion-item {margin-bottom: 8px !important; }
.advgb-accordion-header-icon svg {display: none; }
.ui-accordion-header-icon, .advgb-accordion-header-icon {display: block !important }
.advgb-accordion-body {background: #fff !important; }
.advgb-accordion-header[aria-expanded="true"] .advgb-accordion-header-icon {
    transform: rotate(180deg);
    margin-top: 0;
}
/* aacordion ends */
/* tabs*/
ul.advgb-tabs-panel {
    display: flex;
    justify-content: center;
    width: auto !important;
    position: relative;
}
ul.advgb-tabs-panel li.advgb-tab {
    border-radius: 0 !important;
    background: #F0F8EC !important;
    color: #101010 !important;
    font-weight: 700;
    min-width: 250px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px !important;
     border: none !important; 
    margin-right: 0px !important;
}
ul.advgb-tabs-panel li.advgb-tab:hover {background: #6CA04A!important; }
ul.advgb-tabs-panel li.advgb-tab a {
    color: #101010 !important;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    border: 2px solid #D9D9D9;
    border-bottom: 2px solid #F0F8EC !important;
    border-left: 0;
    background: #F0F8EC;
    min-height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
ul.advgb-tabs-panel li:first-child a {border-left: 2px solid #D9D9D9; }
.overviewinfo ul.advgb-tabs-panel a {border-bottom: 2px solid #D9D9D9 !important; }
.main_wrapper .wp-block-advgb-adv-tabs ul.advgb-tabs-panel .advgb-tab.advgb-tab-active {
    background: #fff !important;
    position: relative;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
}
ul.advgb-tabs-panel li.advgb-tab a:hover::before, ul.advgb-tabs-panel li.advgb-tab a:focus::before {
    border-bottom: 2px solid #fff !important;
    bottom: 0px;
    content: '';
    position: absolute;
    width: 100%;
}
.main_wrapper .wp-block-advgb-adv-tabs ul.advgb-tabs-panel .advgb-tab.advgb-tab-active a {
    border-radius: 0px;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #010101!important;
    font-weight: 600;
    position: relative;
}
ul.advgb-tabs-panel li.advgb-tab.advgb-tab-active a {
    background: #fff;
    border-bottom: 2px solid #fff !important;
    z-index: 1;
    position: relative;
}
.main_wrapper .wp-block-advgb-adv-tabs ul.advgb-tabs-panel .advgb-tab.advgb-tab-active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    background: #fff;
    height: 2px;
}
/* tab ends*/
.has-text-field #wp-link .query-results {top: 280px !important; }
.gform_wrapper input:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
    border: 2px solid #021F4A !important;
    outline: 0 !important;
}
.wp-block-image.alignfull {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    max-width: 100vw;
}
.main-owl-slider+h2 {margin-top: 30px }
.main-owl-slider {max-width: 1320px !important; }
p a { color: #142848;text-decoration: underline}
p a:hover {
    text-decoration: underline;
    font-weight: bold;
}
.halfHeight>img {
    height: 70vh;
    object-fit: cover;
}
.quartHeight>img {
    height: 40vh;
    object-fit: cover;
}
.maxHeight>img {
    height: 100vh;
    object-fit: cover;
}
.wp-block-group>*,
.wp-block-group>.document_era,
.wp-block-group>.wp-block-advgb-accordions,
.wp-block-group>.gform_legacy_markup_wrapper,
.wp-block-group>.wp-block-image,
.wp-block-group .wp-block-quote {
    max-width: 1250px !important;
    margin-left: auto;
    margin-right: auto;
}
.wp-block-group>section,
.wp-block-group>.wp-block-advgb-adv-tabs,
.wp-block-group>.wp-block-media-text,
.wp-block-group>.wp-block-group,
.wp-block-group>.wp-block-columns,
.wp-block-group .wp-block-advgb-columns {
    max-width: 100% !important;
}
.wp-block-group .advgb-recent-posts-block {
    max-width: 1250px !important;
    margin-left: auto;
    margin-right: auto;
}
.wp-block-group>.wp-block-table {
    margin-left: auto;
    margin-right: auto;
}
.advgb-tab-body-wrapper {
    border-radius: 0px !important;
    border-top: 2px solid #D9D9D9 !important;
    top: -4px;
    position: relative;border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.wp-admin .media {display: inline-block; }
.wp-block-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.main_wrapper .wp-block-buttons>.wp-block-button {margin-right: 10px; }
.main_wrapper .wp-block-buttons .wp-block-button:last-child {margin-right: 0px; }
.main_content>.wp-block-advgb-accordions:nth-last-child(-n+2) {padding-bottom: 60px; }
.advgb-tabs-wrapper.advgb-tab-horz-desktop+p,
.advgb-tabs-wrapper.advgb-tab-horz-desktop+h2,
.advgb-tabs-wrapper.advgb-tab-horz-desktop+h3,
.advgb-tabs-wrapper.advgb-tab-horz-desktop+h4,
.advgb-tabs-wrapper.advgb-tab-horz-desktop+ul,
.advgb-tabs-wrapper.advgb-tab-horz-desktop+ol {
    padding-top: 40px;
}
.main_content>* .wp-block-embed {
    margin-left: auto;
    margin-right: auto;
}
.main_content>* {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}
.main_content>.wp-block-quote,
.main_content>.wp-block-image {
    margin-left: auto;
    margin-right: auto;
}
.main_content>p:first-of-type:first-child,
.main_content>h2:first-of-type:first-child,
.main_content>h3:first-of-type:first-child,
.main_content>h4:first-of-type:first-child,
.main_content>h5:first-of-type:first-child,
.main_content>h1:first-of-type:first-child,
.main_content>ul:first-of-type:first-child,
.main_content>ol:first-of-type:first-child {
    padding-top: 40px;
}
.main_content>p:last-of-type:last-child,
.main_content>h2:last-of-type:last-child,
.main_content>h3:last-of-type:last-child,
.main_content>h4:last-of-type:last-child,
.main_content>h5:last-of-type:last-child,
.main_content>h1:last-of-type:last-child,
.main_content>ul:last-of-type:last-child,
.main_content>ol:last-of-type:last-child {
    padding-bottom: 40px;
}
.main_content>.wp-block-advgb-columns,
.main_content>.wp-block-group,
.main_content>.wp-block-media-text,
.main_content>.wp-block-columns,
.main_content>.advgb-tabs-wrapper {
    max-width: 100%;
}
body .wp-block-group.max-wrap, .max-wrap {
    max-width: 1250px !important;
    width: 100%;
    margin: 0 auto;
}
.main_content>section {max-width: 100%; }
.main_content>.wp-block-columns {max-width: 100%; }
.aligncenter .wp-block-embed__wrapper {text-align: center; }
.image-grid-modalbox h2 {margin-bottom: 40px; }
.image-grid-modalbox .card .card-body {
    height: fit-content !important;
    min-height: auto;
}
.advgb-accordion-body {
    overflow: hidden;
    background: #fff !important;
    padding: 35px 35px !important;
    box-shadow: 0px 0px 3px #00000029;
    border: 2px solid #F5F0E1!important;
    opacity: 1;
}
/*map section */
.advgb-map-content {
    height: 895px!important;
    width: 100%;
}
.wp-block-advgb-map.advgb-map-block {max-width: 1640px!important; }
.wp-block-advgb-map.advgb-map-block {margin-bottom: 80px!important; }
/* table CSS*/
.wp-block-table th {
    border: 1px solid #D8DEE4!important;
    word-break: normal;
    background: #D8C898;
    height: 93px;
    padding: 0 30px;
    font-size:22px;
    color:#021F4A;
}
.wp-block-table td {
    border: 1px solid #D8DEE4!important;
    word-break: normal;
    height: 93px;
    padding: 0 30px;
    font-size:16px;
    color:#021F4A;
}
.wp-block-table tr:nth-child(even){background: #F5F0E1; }
.wp-block-table thead {border-bottom: 0px solid!important; }
.breadcrumb-item::before {line-height: 29px; }
.sticky {margin-top: 0px; }
.hidden_navbar {display: none; }
.datepicker-days tr:last-child {display: none; }
.slider-area {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 125px);
}
.news-archieve .search_block .input-group {
    width: 293px;
    height: 50px;
}
.category-filter {width: 350px; }
.newsletter-section #gform_wrapper_3 {
    width: 100%!important;
    margin: 0 auto;
}
.newsletter-section #gform_3 {
    display: flex;
    width: 62%;
    vertical-align: middle;
    margin: 0 auto;
    justify-content: center;
    margin-top: 50px;
}
.lefty-cards .card-body {padding: 15px 0px; }
.righty-cards .card-body {padding-top: 0px; }
.news-right-section {
    position: relative;
    top: -10px;
}
.amt_row li {
    width: 41px;
    height: 41px;
    background: #6CA04A;
    border-radius: 5px;
}
.gm-style .gm-style-iw-c {
    border-radius: 0px!important;
    padding: 49px;
    padding-bottom: 37px!important;
}
.col-padding {padding: 0px 5px; }
.list_grid_view a {
    width: 22px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.listIcon, .gridIcon i {
    color: #6CA04A;
    font-size: 25px;
    margin-right: 10px;
}
.list_grid_view {
    display: flex;
  margin-top: 0px;
}
.card-body a:hover {text-decoration: none; }
a.news-category-link:hover {text-decoration: underline; }
.footer-thumb a {
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
}
.logged-in.admin-bar header {margin-top: 32px; }
ul#menu-social-menu {
    display: flex;
    list-style: none;
  padding: 0;margin-left: auto;
}
.logged-in.admin-bar  button#mc-submit {top: 37px; }
.right-footer a {
    background-color: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    margin-left: 15px;
    display: block;
  border: 2px solid #fff;
}
.right-footer .menu-image-hover-wrapper img.hovered-image, .right-footer .menu-item:hover .menu-image-hover-wrapper img.menu-image {
    opacity: 1;
    transition: opacity 0.25s ease-in-out 0s;
}
.footer-section .dashicons-twitter:before {
    content: "\f301";
    font-size: 27px;
    color: #2e2d2d;
    line-height: 37px;
}
.footer-section .dashicons-facebook-alt:before {
    content: "\f305";
    font-size: 27px;
    color: #2e2d2d;
    line-height: 37px;
}
div.asp_m.ajaxsearchpro .probox .promagnifier .innericon svg, div.asp_m.ajaxsearchpro .probox .prosettings .innericon svg, div.asp_m.ajaxsearchpro .probox .proloading svg {width: 33px!important; }
#ajaxsearchpro2_1 .probox, #ajaxsearchpro2_2 .probox, div.asp_m.asp_m_2 .probox {border: 0px solid rgb(0,0,0)!important; }
#ajaxsearchpro2_1 .probox .promagnifier .innericon, #ajaxsearchpro2_2 .probox .promagnifier .innericon, div.asp_m.asp_m_2 .probox .promagnifier .innericon {
    width: 130px!important;
    height: 87px!important;
    background: #6CA04A!important;
}
#ajaxsearchpro2_1.asp_compact, #ajaxsearchpro2_2.asp_compact, div.asp_m.asp_m_2.asp_compact {top: 29%!important; }
#ajaxsearchpro1_1.asp_compact, #ajaxsearchpro1_2.asp_compact, div.asp_m.asp_m_1.asp_compact {
    background: #6ca04a!important;
    top: 37px!important;
}
#ajaxsearchpro2_1 .probox .promagnifier, #ajaxsearchpro2_2 .probox .promagnifier, div.asp_m.asp_m_2 .probox .promagnifier {
    width: 104px!important;
  height: 91px!important;
}
[data-asp-compact~="closed"] #ajaxsearchpro1_1 .probox .promagnifier .innericon, #ajaxsearchpro1_2 .probox .promagnifier .innericon, div.asp_m.asp_m_1 .probox .promagnifier .innericon {width: 100px !important; }
[data-asp-compact~="closed"] .probox {width: 100px !important; }
[data-asp-compact~="closed"] .promagnifier {width: 100px !important; }
.footer-social a:hover img{filter: brightness(0) invert(1); }
.middle-second-sec ul{
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: left;
  text-transform: uppercase;
}
.advgb-tab-body ul li {
    font-family: 'ParalucentText-Book';
    list-style-type: disc;
    font-size: 16px;
    color: #2E2D2D;
    line-height: 25px;
}
#ajaxsearchpro1_1 .probox, #ajaxsearchpro1_2 .probox, div.asp_m.asp_m_1 .probox {border: 0px solid rgb(0,0,0)!important; }
.innericon svg:hover {fill: #fff!important; }
.text-img-wrap{height:100%;}
.text-img-wrap .card{height:100%;}
.text-img-wrap.no-img .card-body{
  display: flex;
  flex-direction: column;
}
span.advgb-accordion-header-icon {
    background: #142848;
    margin-right: 0px !important;
    width: 57px;
    height: 57px;
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 2!important;
  right: -1px;
    top: -1px;
}
.advgb-accordion-header[aria-expanded="true"] .advgb-accordion-header-icon::after {
    background: #6CA04A;
    content: '-';
    color:#fff;
    width: 57px;
    text-align: center;
    height: 57px;
  right: -1px;
    top: -1px;
}
.advgb-accordion-header-icon::after {
    background: #142848;
    content: '+';
    font-size: 28px;
  width: 57px;
    text-align: center;
    height: 57px;
  color:#fff;
  right: -1px;
  top: -1px;
}
a.link_text:hover {text-decoration: underline; }
a.link_text {font-weight: bold; }
.mega-submenu li {
    padding: 4px 0!important;
    list-style: none;
}
.mega-submenu li:hover {background: #6ca04a; }
.mega-submenu a:focus, .mega-submenu a:hover {
    color: #000 !important;
    background-color: transparent;
    padding: 0px;
    text-decoration: underline;
}
.mega-content li:hover .mega-submenu {display: block!important; }
.news-section h3:hover {text-decoration: underline; }
.dropdown-menu.xtra-width.mega-submenu {margin-top: 0px!important; }
.mega-submenu ul li a {
    color: #010101;
    position: relative;
    font-size: 16px!important;
    font-weight: 600!important;
    line-height: 22px;
    letter-spacing: 0.45px;
    padding: 0;
    text-transform: uppercase;
}
.lightgreen {background: #f0f8ec; }
.wp-block-advgb-adv-tabs.advgb-tabs-wrapper.advgb-tab-horz-desktop.advgb-tab-vert-tablet.advgb-tab-stack-mobile ul.advgb-tabs-panel {min-width: 100%; }
.wp-block-media-text .wp-block-button__link {
    border-radius: 4px!important;
    border: 2px solid #010101;
    opacity: 1;
    text-align: center;
    justify-content: center;
    min-width: 189px;
}
.wp-block-media-text .wp-block-button__link:hover {
  background:#010101;
  color:#fff;
}
.howto .row {margin-bottom: 50px; }
section.howto.list {margin-top: 100px; }
body:not(.wp-admin) .ui-datepicker-calendar td, body:not(.wp-admin) .ui-datepicker-calendar th {
  text-align: center;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 50%;
  border: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 48px;
  padding: 0 14px !important;
  display: inline-block;
  margin: 6px;
}
body:not(.wp-admin) .ui-datepicker-calendar tr td.ui-datepicker-today, body:not(.wp-admin) .ui-datepicker-calendar tr td.ui-datepicker-today:hover, body:not(.wp-admin) .ui-datepicker-calendar tr td.ui-datepicker-today.disabled, body:not(.wp-admin) .ui-datepicker-calendar tr td.ui-datepicker-today.disabled:hover {
    background-color: transparent !important;
    color: #000;
}
body:not(.wp-admin) .ui-datepicker-calendar thead tr:first-child th, body:not(.wp-admin) .ui-datepicker-calendar tfoot tr th {
    cursor: pointer;
    color: #010101;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
}
body:not(.wp-admin) .ui-datepicker-calendar .ui-datepicker-today a:hover {color: #fff; }
body:not(.wp-admin) .ui-datepicker-header {display: flex; position: relative; justify-content: space-between; padding: 0 30px; }
body:not(.wp-admin) .ui-datepicker-title {order: 2; display: flex; font-size: 30px; font-weight: bold; color: #010101; position: absolute; left: 50%; transform: translateX(-50%); }
body:not(.wp-admin) table.ui-datepicker-calendar {margin: 30px auto 10px auto; }
#datepicker table.ui-datepicker-calendar {width: 100%; }
#datepicker table.ui-datepicker-calendar th, #datepicker table.ui-datepicker-calendar td {width: 14%; height: auto; margin: 0 !important; padding: 0 !important; }
#datepicker .ui-datepicker-calendar tr td {border: none !important; margin: 8px 0 !important;}
#datepicker .ui-datepicker-calendar tr td:hover {background: transparent !important; }
#datepicker .ui-datepicker-calendar tr td a {width: 50px; height: 50px; display: block; margin: 0 auto; border: 2px solid #6CA04A; border-radius: 50%; }
#datepicker .ui-datepicker-calendar tr td.ui-datepicker-current-day a, 
#datepicker .ui-datepicker-calendar tr td.ui-datepicker-today a, 
#datepicker .ui-datepicker-calendar tr td a:hover {background: #6ca04a; color: #fff; }
table.ui-datepicker-calendar .ui-datepicker-current-day {background-color: #1D5C1E !IMPORTANT; }
#datepicker table.ui-datepicker-calendar td.ui-datepicker-days-cell-over.ui-datepicker-current-day.ui-datepicker-today, #datepicker table.ui-datepicker-calendar .ui-datepicker-current-day, #datepicker table.ui-datepicker-calendar tr td:hover {background: transparent !important; }
.ui-state-disabled span.ui-state-default {color: #646464; }
span.ui-icon.ui-icon-circle-triangle-w {
    font-size: 0px;
    background-image: url("https://dev-maryland-park-commission.pantheonsite.io/wp-content/uploads/2023/02/c-arrow2.svg");
    width: 17px;
    height: 29px;
    display: block;
    background-repeat: no-repeat;
    cursor: pointer;
}
span.ui-icon.ui-icon-circle-triangle-e {
    font-size: 0px;
    background-image: url("https://dev-maryland-park-commission.pantheonsite.io/wp-content/uploads/2023/02/c-arrow1.svg");
    width: 17px;
    height: 29px;
    display: block;
    background-repeat: no-repeat;
  cursor: pointer;
}
body:not(.wp-admin) a.ui-datepicker-prev {position: relative; }
body:not(.wp-admin) a.ui-datepicker-next {
    position: absolute;
    right: 40px;
}
.acf-map {
    width: 100%;
    height: 586px;
}
.map_park_info {padding: 25px 40px 40px 40px!important; }
.gm-ui-hover-effect>span {display: none!important; }
.gm-style .gm-style-iw-c {
    width: 400px;
    max-width: 400px!important;
    border-radius: 0px!important;
    padding-top: 49px;
    padding-bottom: 77px!important;
    padding-left: 37px;
    padding-right: 37px!important;
    height: auto!important;
    max-height: 453px!important;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #D9D9D9;
    opacity: 1;
}
.gm-style-iw-d a {
    text-decoration: none!important;
    font-weight: normal!important;
    color: #2e2d2d!important;
}
.gm-style-iw-d .btn_blue {
    text-decoration: underline!important;
    color: #142848!important;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold!important;
}
.gm-style-iw-d h4 {margin-bottom: 20px; }
.gm-style-iw-d .btn_blue:hover {color: #466e2d!important; }
.gm-style .gm-style-iw-tc::after {
    height: 37px!important;
    width: 52px!important;
	background: transparent!important;
}
.gm-style .gm-style-iw-tc {
    height: 37px!important;
    width: 52px!important;
}
.gm-style .gm-style-iw-tc::after {top: -18px!important; }
.gm-style .gm-style-iw-c {top: 20px!important; }
img{max-width:100%;}
#ajaxsearchpro1_1 .probox, #ajaxsearchpro1_2 .probox, div.asp_m.asp_m_1 .probox {height: 90px!important; }
#ajaxsearchpro1_1 .probox .promagnifier, #ajaxsearchpro1_2 .probox .promagnifier, div.asp_m.asp_m_1 .probox .promagnifier {height: 90px!important; }
.navbar  ul.dropdown-menu{width: fit-content; }
.navbar li:nth-last-child(1) .dropdown-menu{
    right: 0px;
    left: auto!important;
}
.navbar li:nth-last-child(2) .dropdown-menu {
    right: 0px;
    left: auto!important;
}
.main-owl-slider .owl-prev{left: 260px; }
.main-owl-slider .owl-next{right: 260px; }
.main-owl-slider .owl-next img{transform: rotate(180deg); }
.modal.show .modal-dialog {
    transform: none;
    width: 385px;
}
.modal-title h4 font {
    color: #2E2D2D;
    font-size: 22px;
    font-weight: 500;
}
.modal-header h6 font {
    font-size: 16px;
    color: #2E2D2D;
    font-weight: 600;
}
.translated-ltr .main-menus ul li a {font-size: 15px!important; }
.translated-ltr .main-menus ul .nav-item {padding: 12px 5px!important; }
.logged-in .alert-area {padding: 0px; }
.contact-section {padding-bottom: 100px;}
.card.main_card .img-fluid {width: 100%;}
div.advgb-tab-body {padding: 20px 10px 0px 15px!important; }
.advgb-tabs-wrapper.advgb-tab-horz-desktop {
    flex-direction: column;
    margin-bottom: 30px;
}
.park_detail_img .carousel-item img {
    height: auto;
    width: 100%;
    object-fit: cover;
}
.upcoming-events .app__main {padding: 40px 30px !important; }
body:not(.wp-admin) #datepicker .ui-datepicker-calendar tr td {cursor: pointer; }
.acc__card:hover {
    border-color: #6ca04a;
    cursor: pointer;
}
.result_row:hover {border-color: #6ca04a; }
.wp-block-media-text {
    direction: ltr;
    display: grid;
    grid-template-columns: 60% 1fr!important;
    grid-template-rows: auto;
    box-sizing: border-box;
    max-width: 1250px !important;
    margin-bottom: 20px;
}
.advgb-tab-body .wp-block-media-text {max-width: 1250px !important; }
nav.navbar.navbar-expand-lg {height: 90px; }
.img_text_card .col-xl-3.col-lg-4.col-md-6.col-sm-12 {
    padding: 20px 10px 0px;
    margin: 0px!important;
}
.simple_list_wrap .col-lg-4.col-md-4.simple_list_col {
    padding: 7px 6px;
    margin: 0px!important;
}
.image-grid-info .col-xl-3.col-lg-4.col-md-6.col-sm-12 {padding: 10px 5px; }
.contactcard_row .card-body {
    padding: 40px;
    text-align: left;
}
.card-body h6 {font-size: 22px;}
.card-body ul {padding-left: 0px;}
.buttons-list {
    padding-top: 150px;
    padding-bottom: 176px;
}
.img_text_card .col-md-3.img_text_card_col {
    padding: 20px 10px 0px;
    margin: 0px!important;
}
.img_text_card .image-page-card {height: 100%; }
.img_text_card .card {height: 100%; }
.image-grid-info  span.plus-icons {
    background-color: #142848;
    color: white;
    text-align: center;
    height: 28px;
    padding: 3px 0;
}
#ajaxsearchpro1_1 .probox .promagnifier, #ajaxsearchpro1_2 .probox .promagnifier, div.asp_m.asp_m_1 .probox .promagnifier {width: 104px!important; }
#ajaxsearchpro1_1 .probox .proinput input.orig, #ajaxsearchpro1_2 .probox .proinput input.orig, div.asp_m.asp_m_1 .probox .proinput input.orig {
    font-family: 'Paralucent'!important;
    color: #2e2d2d!important;
    font-size: 18px!important;
}
.probox input::placeholder {font-size: 18px!important; }
#gform_fields_9 input {
    box-shadow: 0px 0px 3px #00000029;
    border: 2px solid #D9D9D9;
    opacity: 1;
}
#gform_fields_9 textarea {
    box-shadow: 0px 0px 3px #00000029;
    border: 2px solid #D9D9D9;
    opacity: 1;
}
#gform_wrapper_9 .gform_page_footer {
    margin: 0!important;
    padding: 0!important;
}
div#gform_wrapper_9 {
    margin-top: 50px;
    margin-bottom: 100px;
}
.gform_wrapper.gravity-theme .gfield_label {color: #2E2D2D!important; }
input#gform_submit_button_9 {margin-top: 0px!important; }
.gform_wrapper.gravity-theme .gfield.gfield--width-third {
    -ms-grid-column-span: 12!important;
    grid-column: span 12!important;
}
.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {font-size: 18px!important; }
.advgb-recent-posts-block .advgb-recent-posts .advgb-recent-post .advgb-post-wrapper {padding: 20px 20px 20px 20px; }
h2.advgb-post-title a, h2.advgb-post-title {
  font-size: 30px;
  font-family: "Paralucent";
  line-height: 36px;
  color: #2e2d2d;
  font-weight: 500;
}
.advgb-post-readmore a {font-weight: bold; }
.advgb-post-readmore a:hover {text-decoration: underline; }
.advgb-recent-post {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 0px;
}
.editor-styles-wrapper h3 {font-size: 24px; }
body:not(.wp-admin) #datepicker .ui-datepicker-calendar tr td.ui-datepicker-unselectable {border: none; }
#menu-item-13348 {
  background: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#menu-item-13348 a {color: #010101; }
.ui-state-default.ui-state-active {color: #fff; }
.card a {text-decoration: none; }
.image-grid-info a {text-decoration: none; }
.advgb-post-title a {text-decoration: none; }
.img_block a {text-decoration: none; }
.main_content .wp-block-button a {text-decoration: none; }
.rs-menu .mega-submenu  li{background: none !important;border-bottom: 1px solid #D6D6D6; }
.main-menus .mega-submenu li a{font-size: 14px;text-transform: none;font-weight: 500;color: #2E2D2D; }
.main-menus .mega-submenu li a:hover{
  color: #6ca04a !important ;
  text-decoration: none;
}
.plus-minus{
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: right;
  font-weight: bold;
}
.plus-minus::after{content: '+';color: #6CA04A;font-size: 22px; }
.plus-minus.minus-icon::after{
  content: '-';
  font-size: 30px;
}
.main-menus .mega-submenu {
  display: none;
  padding-left: 40px;
  padding-right: 20px;
}
.rs-menu .dropdown-menu > li{border-bottom: 1px solid #D6D6D6; }
.main-menus .mega-submenu > li:last-child{border-bottom: 0px; }
.rs-menu .dropdown-menu > li.active-item > a{color: #6CA04A; }
.editor-styles-wrapper .how_title{font-size: 24px !important; }
.rs-menu .dropdown-menu > li:last-child{border-bottom: 0px; }
.event-item {
  font-family: "Paralucent";
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
.event-date {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  font-family: "Paralucent";
}
.addeventatc .addeventatc_icon {left: 0px !important;}
.addeventatc {
  box-shadow: none !important;
  padding-left: 30px;
}
.card_img img {width: 100%; }

/*********march 2**********/
.mt-100 {margin-top: 100px;}
.events-booking p {margin-bottom: 26px; }
.event-cont-info > div {flex: 0 0 50%; }
.event-cont-info .event-book-btns li {margin-bottom: 20px; }
.events-booking .event-cont-info ul li:last-child {margin-bottom: 0; }
.events-booking .event-cont-info {margin-bottom: 60px; }
.event-cont-info .event-book-btns a {font-size: 16px; line-height: 35px; letter-spacing: 0.32px; color: #010101; height: 40px; border: 2px solid #010101; border-radius: 4px; padding: 0px 40px; display: inline-block; }
.event-book-info li a {color: #142848; text-decoration: underline; padding-left: 0px; }
.event-book-info li {font-size: 16px; line-height: 22px; color: #2E2D2D; font-weight: bold; }
.event-location {max-width: 300px; width: 100%; margin-top: 32px;}
.event-add-btn {margin-top: 12px; }
.event-item h3 {
    color: #2E2D2D;
    font-size: 20px!important;
    font-weight: bold;
    line-height: 30px!important;
    letter-spacing: 0.3px;
}
.event-add-btn a {color: #142848; font-size: 16px; line-height: 22px; font-weight: bold; margin-left: 10px; }
.events-booking .event-list {padding: 0 20px; box-shadow: none; }
.event-item {margin-bottom: 30px; }
.event-item:last-child {margin-bottom: 0px; }
.event-more-btn a {background: #fff; box-shadow: 0px 0px 3px #00000029; border: 1px solid #D9D9D9; max-width: 443px; width: 100%; display: inline-block; padding: 15px 30px; }
.events-booking {padding-left: 24px; }
.event-detail .news-archieve .container {max-width: 80%; width: 100%; }
.events-booking .event-more-info h4 {margin-bottom: 16px; }
.events-booking .event-more-info h4.more-info-des {margin-bottom: 0; }
.events-booking .cat_div {margin-bottom: 15px; }
.events-booking .event-cont-info ul {margin: 0; }
.saprat-sec {
    padding-top: 0px;
    padding-bottom: 50px;
}
.saprat-sec h5 {font-family: "Paralucent"; font-weight: 500; }
.saprat-sec h5::before {content: ''; position: absolute; width: 100%; height: auto; border: 1px dashed #707070; left: 0; top: 50%; z-index: -1; }
.saprat-sec h5 span {background: #fff; padding: 0 10px; }
.event-detail .load-more a {font-size: 25px; line-height: 42px; color: #2E2D2D; text-decoration: underline; font-weight: bold; }
.event-detail .park-news-card .card.main_card a img {width: 100%; height: 310px; object-fit: cover; }
.event-detail .park-news-card .card.main_card .card-body {justify-content: start; }
.event-detail .park-news-card .card.main_card .card-body h3 {overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; }
.event-detail .park-news-card .card.main_card .card-body p {overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; }
.news-archieve .park-news-card .card-body .category-btn {position: inherit; }
.news-archieve .park-news-card .card.main_card {padding: 0; overflow: hidden; }
/********* 3 March **********/
.event_wraper.event-filter .evt_search, .event_wraper.event-filter .evt_filter {max-width: 1220px; width: 100%; }
body .event_wraper.event-filter .evt_filter {margin-top: 40px !important; }
.nsRight {display: flex; align-items: center; height: 30px; margin-top: 30px; }
.list_grid_view a {cursor: pointer; display: inline-block; }
.list_grid_view a.gridIcon {margin-left: 10px; }
.list_grid_view a i {color: #6CA04A; font-size: 25px; }
.nav-btn ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none!important;
}
.nav-btn ul li a {display: flex; align-items: center; }
.nav-btn ul li.prev-btn span {margin-left: 10px; }
.nav-btn ul li.next-btn span {margin-right: 10px;}
.nav-btn ul li.prev-btn span, .nav-btn ul li.next-btn span {color: #2E2D2D; font-size: 16px; line-height: 22px; }
.monthly-event-list {margin-top: 20px; }
.monthly-event-list .main_card a img {height: 309px; width: 100%; object-fit: cover; }
/*************expanding**************/
section.expand_img_grid {padding: 0 0 50px; }
.expanding-grid {position: relative; }
.expand_img_grid .topTitle {margin-bottom: 20px; }
.expand_img_grid .topTitle h3 {color: #2E2D2D; font-size: 40px; line-height: 50px; }
.expanding-grid .links {
    overflow: hidden;
    padding: 0;
    margin: 0px;
    margin-left: -8px;
    margin-right: -8px;
    display: flex;
    flex-wrap: wrap;
}
.no-img .expand_box {
    border: 1px solid #D9D9D9;
    box-shadow: 0px 3px 6px #00000029;
}
.expanding-grid .links>li {-webkit-box-sizing: border-box; box-sizing: border-box; padding: 0px 9px; width: 33.3%; list-style: none; margin-bottom: 16px; flex:0 0 33.3%; display: flex; }
.expanding-grid .links>li > a {display: flex; width: 100%; height: 100%; }
.expanding-grid .links>li:nth-of-type(3n+1) {clear: left; }
.expand_box {border: 1px solid #D9D9D9; box-shadow: 0px 3px 6px #00000029;position: relative; display: flex; flex-direction: column; width: 100%; height: 100%;}
.expand_img img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}
.no-img .expand_det{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.expand_det {padding: 20px 30px; background: #fff; display: flex; flex-direction: column; flex: 1; justify-content: center; }
.expanding-grid .links>li .active .expand_det {border-top: 0px;}
.expand_det h5 {font-size: 30px;     line-height: 35px;     color: #2E2D2D;     text-align: left;     font-weight: bold; margin-bottom: 10px; margin-top: 0; }
.expand_det h5 span {display: block; font-size: 20px; color: #142848; font-weight: bold; text-transform: uppercase; margin-top: 5px; }
.expand_det p {color: #2E2D2D; font-size: 16px; line-height: 25px; margin-bottom: 0; margin-top: 10px; }
.expand_det p.event-summary {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    line-clamp: 10;
}
.expand_det h6, .expand_det a.category-btn {font-size: 16px; line-height: 25px; color: #142848;  padding-top: 20px; display: block; }
.expanding-grid .links>li .active .plus-minus_icon::after {content: '-'; }
.expanding-grid .spacer {clear: both; display: block; margin-bottom: 0px; }
.expanding-grid .expanding-container {
    clear: both;
    display: none;
    overflow: hidden;
    width: 100%;
    box-shadow: 0px 3px 6px #00000029;
    /*position: inherit!important;*/
}
.expand-content {padding: 50px; margin: auto; background: #fff; display: flex; }
.expand-content img {width: 300px; margin-right: 20px; }
.expand-content h5 {font-size: 16px; font-weight: bold; color: #021F4A; }
.expand-content .jobtitle {font-weight: 500; }
.tel_email a {color: #142848; font-weight: 900; }
.expand-content .single-expand {flex: 0 0 38%; position: relative; }
.expand-content .single-expand::before {content: ''; position: absolute; width: 1px; height: 100%; background: #142848; right: 0; top: 0; }
.expand-content .tel_email {flex: 0 0 62%; padding-left: 50px; }
.expand-content .tel_email p {font-size: 16px; line-height: 25px; color: #2E2D2D; }
.expand-content .tel_email a {font-size: 16px; line-height: 22px; color: #142848; text-decoration: underline; margin-top: 30px; display: block; }
.single-expand h3 {font-size: 30px; line-height: 40px; color: #2E2D2D; margin-bottom: 30px; margin-top: 30px; display: block; }
.single-expand h5 {font-size: 20px; line-height: 25px; color: #142848; font-family: "Paralucent"; max-width: 240px; margin-bottom: 30px; }
.single-expand a {margin-left: 10px; }
.expand-content .single-expand p {font-size: 22px; line-height: 30px; font-weight: bold; color: #2D3036; max-width: 180px; margin-top: 12px; }
.text-img-wrap{height:100%;}
.text-img-wrap .card{height:100%;}
.text-img-wrap.no-img .card-body{
  display: flex;
  flex-direction: column;
}
.owl-general  .owl-stage{height:auto!important;display:flex!important;}
span.carousel-control-next-icon {background-image: url("../img/arrow-right.svg")!important; }
span.carousel-control-prev-icon {background-image: url("../img/arrow-left.svg")!important; }
.advgb-recent-post:hover {border: 1px solid #6ca04a!important; }
.advgb-recent-post h2.advgb-post-title {text-align: start; }
.contact_cards {
    margin: 0;
    padding: 0;
}
.advgb-recent-posts-block.grid-view {margin-bottom: 55px; }
.contactcard_row:last-child .contact_col {
    margin-bottom: 0;
    padding-bottom: 0;
}
.contactcard_row:last-child .contact_col .card {margin-bottom: 0; }
.advgb-recent-posts-block.list-view .advgb-recent-posts .advgb-recent-post {padding-bottom: 0px; }
.advgb-recent-posts-block.list-view .advgb-recent-posts {margin-bottom: 31px; }
.advgb-recent-posts-block.list-view .advgb-recent-posts .advgb-recent-post:last-child {margin-bottom: 0; }
.advgb-recent-posts-block.slider-view {margin-bottom: 55px; }
.advgb-recent-posts-block.frontpage-view {margin-bottom: 55px; }
.advgb-recent-posts-block.frontpage-view .advgb-recent-posts article.advgb-recent-post .advgb-post-wrapper {margin: 0; }
.advgb-recent-posts-block.newspaper-view {margin-bottom: 55px; }
.advgb-recent-posts-block.list-view .advgb-recent-posts .advgb-recent-post:not(:last-child) {border-bottom: 0px solid #ccc; }
.advgb-recent-posts-block.grid-view .advgb-recent-posts {grid-gap: 12px!important; }
.advgb-recent-posts-block.masonry-view article.advgb-recent-post {box-shadow: none; }
.advgb-recent-posts-block.masonry-view .advgb-recent-posts .advgb-recent-post .advgb-post-wrapper {
    background: #fff!important;
  box-shadow: 0px 3px 6px #00000029!important;
}
.slick-track .advgb-recent-post {box-shadow: none; }
.advgb-recent-posts-block.masonry-view .advgb-recent-posts .advgb-recent-post .advgb-post-wrapper:hover {border: 1px solid #6ca04a!important; }
.advgb-recent-posts-block.masonry-view article.advgb-recent-post:hover {border: 0px solid #6ca04a!important; }
.newspaper-view .advgb-recent-post {box-shadow: none!important; }
.newspaper-view .advgb-recent-post:hover {border: 0px solid #6ca04a!important; }
.newspaper-view .advgb-recent-post::after {border-right: none!important; }
.event-filter .evt_search form#searchform {padding: 0; }
article.advgb-recent-post {border: 1px solid #fff!important; }
.newspaper-view article.advgb-recent-post {border: 0px solid #fff!important; }
.newspaper-view .advgb-post-title a:hover {
    text-decoration: underline;
    color: #2e2d2d!important;
}
.add_cal_det  .addeventatc {
    color: #142848 !important;
    font-weight: bold;
    font-size: 16px !important;
    border: 0px !important;
    box-shadow: none !important;
    background: none !important;
    text-transform: capitalize;
    padding-left: 30px;
    text-decoration: underline !important;
}
.addeventatc .addeventatc_icon{background-image: url(../img/calendar-plus-icon.svg) !important; }
.green .advgb-accordion-header[aria-expanded="true"] .advgb-accordion-header-icon::after {border: 1px solid; }
.green .advgb-accordion-header-icon::after {border: 1px solid; }
.advgb-accordion-body h1 {
    color: #2e2d2d;
    text-align: left;
    margin-bottom: 0px;
}
.advgb-accordion-body h2 {
    color: #2e2d2d;
    text-align: left;
    margin-bottom: 0px;
}
.advgb-accordion-body h3 {
    color: #2e2d2d;
    text-align: left;
    margin-bottom: 0px;
}
.advgb-accordion-body h4 {
   color: #2e2d2d;
    text-align: left;
    margin-bottom: 0px;
}
.advgb-accordion-body h5 {
    color: #2e2d2d;
    text-align: left;
    margin-bottom: 0px;
}
.advgb-accordion-body h6 {
    color: #2e2d2d;
    text-align: left;
    margin-bottom: 0px;
}
.advgb-recent-posts-block  + h2{text-align:center}
.overviewinfo {
    width: 100%;
    padding: 0px;
    margin-bottom: 100px;
}
.overviewinfo .wp-block-media-text {margin-bottom: 50px; }
.overviewinfo h1, .overviewinfo h2, .overviewinfo h3, .overviewinfo h4, .overviewinfo h5, .overviewinfo h6, 
.overviewinfo  .heading-overview, .overviewinfo .list-view-over, .overviewinfo p, .overviewinfo ol, .overviewinfo ul{
    max-width: 1250px;
    margin-left: auto;
    text-align: left;
    margin-right: auto;
}
.wp-block-image figcaption {text-align: inherit;}
.navbar-nav>li.current_page_ancestor:before, .navbar-nav>li.current-menu-ancestor:before, .navbar-nav>li.current-page-parent:before, .navbar-nav>li.current_page_item:before, .navbar-nav>li.prgm_active:before {
  content: '';
  position: absolute;
  background: #6ca04a;
  height: 7px;
  top: 0px;
  width: 100%;
  left: 0px;
  right: 0px !important;
  display: block !important;
  margin: 0;
  border: 0;
}
.navbar-nav>li.current_page_ancestor,.navbar-nav>li.current-menu-ancestor,.navbar-nav>li.current-page-parent, .navbar-nav>li.current_page_item {background: #F0F8EC!important; }
header.header-area.fixed.header-sticky.sticky {position: fixed!important; }
.wp-adminify #wpbody-content ul:advgb-tabs-panel {overflow-y: visible !important; }
.nav-item.news_active {background: #F0F8EC!important; }
.advgb-recent-posts-block .advgb-recent-post .advgb-post-thumbnail a {display: block; }
.advgb-recent-posts-block .advgb-recent-post .advgb-post-thumbnail a {width: 100%; }
.advgb-recent-posts-block.grid-view .advgb-recent-posts .advgb-recent-post .advgb-post-thumbnail img {
  max-width: none;
  width: 100%;
  height: 272px !important;
  object-fit: cover;
  object-position: top;
}
.card-body h4, .card-body h6, .modal-body {max-width: 345px; }
.event-item {
    padding: 10px 22px;
    border: 1px solid #010101;
    border-radius: 4px;
}
.simple-date-list .event-item {
    display: inline-block;
    width: auto;
}
.event-date-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}
.event-time-display {
    font-size: 16px;
    margin-top: 5px;
}
.expanding-grid .links>li .active .expand_det::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 20px;
  background: #fff;
  bottom: -15px;
  left: 0;
  z-index: 9;
}
.modal-body a.Hyperlink {
    color: #142847!important;
    background: transparent!important;
}
.image-grid-info .card .card-body {
    text-align: center;
    padding: 14px 20px 0px 20px;
    margin-bottom: 20px;
}
.modal-body a {
    color: #142848!important;
    background: transparent!important;
}
.amt_row li:hover {background: #142848; }
.amt_row li:hover img {filter: invert(1); }
.modal-header {margin-bottom: 0px !important; }
.advgb-accordion-body section.main-owl-slider.list .owl-nav .owl-prev, .advgb-accordion-body section.main-owl-slider.list .owl-nav .owl-next {
    background: #142848a8;
    color: #fff;
    opacity: 1;
}
.advgb-accordion-body section.main-owl-slider.list .owl-nav .owl-prev {left: 0; }
.advgb-accordion-body section.main-owl-slider.list .owl-nav .owl-next {right: 0; }
.event-item {
    padding: 5px 7px;
    border: 1px solid #010101;
    border-radius: 4px;
}
.event-general .owl-prev {
  left: -50px;
  top: 50%;
}
.event-general .owl-next {
  right: -50px;
  top: 50%;
}
.event-general .owl-nav div {opacity: 1; }
ul.event-book-btns {
  list-style-type: none;
  padding: 0;
}
@media (max-width: 1499px) {
  .overviewinfo ul.advgb-tabs-panel, .main_wrapper .advgb-tabs-wrapper.advgb-tab-horz-desktop ul.advgb-tabs-panel {
      justify-content: flex-start !important;
  }
}
.overviewinfo ul.advgb-tabs-panel {
    /*max-width: fit-content;*/
    width: 100% !important;
    margin: 0 auto !important;
    justify-content: center;
    position: relative;
    border-bottom: 0 !important;
}
.advgb-tabs-wrapper {position: relative; }
.overviewinfo .wp-block-group {
  padding-top: 0;
  padding-bottom: 100px;
}
.overviewinfo .advgb-tab-body-wrapper {
    border-top: 2px solid #D9D9D9 !important;
    top: -2px;
    position: relative;
    border-left: 0px!important;
    border-right: 0px!important;
    border-bottom: 0px!important;
}
.cal_list_sec .fc-next-button {padding-right: 0px; }
.cal_list_sec .fc-prev-button {padding-left: 0; }
.cal_list_sec .fc-prev-button .fc-icon::after {
    font-weight: 500;
    font-family: 'Paralucent';
}
.cal_list_sec .fc-next-button .fc-icon::after {
    font-weight: 500;
    font-family: 'Paralucent';
}
.fc-event {
    background-color: #6ca04a;
    color: #010101;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'ParalucentText-Book';
}
.fc-event-dot {background-color: #142848; }
.fc-event:hover {
  background-color: #6ca04a;
}

.fc-popover .fc-event {
  background-color: #F0F8EC;
}

.fc-popover .fc-event:nth-child(2n) {
  background-color: #FFFFFF;
}

.fc-event {
    border: none;
    border-radius: 0;
}
.addeventatc_dropdown {padding: 30px 0px 0px 0px!important; }
.amt_row button {
    background: transparent;
    color: #010101;
    display: inline-block;
    text-align: center;
    border: 2px solid #010101!important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4;
    border-radius: 4px;
    min-width: 189px;
    margin-top: 25px;
    padding: 10px 0;
}  
.amt_row button:hover {
    background: #010101;
    color: #fff;
}
.amt_row.amt-rows-dec {display: flex; }
.card-body p {margin-bottom: 2px !important; }
.contact-details a span:hover {color: #466E2D!important; }
.contactcard_row .contact-details a:hover {text-decoration: underline!important; }
.advgb-tab-body .wp-block-media-text {margin-bottom: 20px; }
.advgb-tab-body .wp-block-embed-youtube {
    margin-top: 30px;
    margin-bottom: 30px;
}
.advgb-tab-body  .wp-block-media-text{margin-bottom: 30px; }
.gform_wrapper.gravity-theme * input {
    color: #2E2D2D;
    opacity: 0.8;
    box-shadow: 0px 0px 3px #00000029;
    border: 2px solid #D9D9D9;
}
.gform_wrapper.gravity-theme * textarea {
    resize: vertical;
    color: #2E2D2D;
    opacity: 0.8;
    box-shadow: 0px 0px 3px #00000029;
    border: 2px solid #D9D9D9;
}
#gform_10 .gform_footer.top_label {
    text-align: center;
    justify-content: center;
}
.image-grid-info .modal-header {
    min-height: auto;
    height: auto!important;
}
.wp-block-media-text__content .button_list {
    margin-top: 0px !important;
    padding-top: 0px;
}
.gform_confirmation_wrapper {
    margin-bottom: 100px;
    text-align: center;
}
.gform_wrapper{margin-bottom: 50px; }
.modal-backdrop.show{
  opacity: 0;
  display: none;
}
.modal-backdrop.show.fade{opacity: .5;  display: block; }
.meeting-can {
  float: left;
  background-color: #c03222;
  position: absolute;
  top: 0px;
  left: 0;
  padding: 3px;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  padding-bottom: 6px;
}
/*****10 March******/
.news-left-card #myCarousel .carousel-item img, .news-left-card .card img.card-img-top {
    width: 100%;
    /*min-height: 565px*/
    max-height: 655px;
    object-fit: cover;
    object-position: top;
    height: 100%;
}
.event-general {box-shadow: none!important; }
.event-general h3 {
    font-size: 20px;
    line-height: 30px;
    color: #142848;
}
.owl-prev.disabled {display: none; }
.owl-next.disabled {display: none; }
.expand-content .single-expand .row {max-width: 420px; }
.expand-content .single-expand {padding-right: 50px; }
.singal-event-general .owl-prev {left: -50px; }
.singal-event-general .owl-next {right: -70px; }
.singal-event-general .owl-nav div {opacity: 1; }
.singal-event-general {box-shadow: none; }
.singal-event-general h3 {
    font-size: 20px!important;
    line-height: 30px!important;
}
.singal-event-general .owl-nav img {width: 20px!important; }
.event-detail .news-section h3:hover {text-decoration: none; }
.event-detail a:hover {text-decoration: underline; }
.addeventatc:hover {color: #466e2d!important; }
.full-width {max-width: 100% !important; }
.event-book-btns a:hover {
    background: #010101;
    color: #fff;
  text-decoration:none;
}
.main_content > .center-content{max-width:1250px}
.modal.img-grid-modal .modal-dialog {
    width: 100%;
    max-width: 855px;
}
.image-grid-card {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.image-grid-card .card-img {
    flex: 0 0 299px;
    width: 100%;
    background: #f7f7f7;
}
.image-grid-card .modal-header.card-body {
    padding: 30px;
    text-align: start;
    display: block;
}
.image-grid-card .card-descript {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.image-grid-card .modal-header.card-body h4 {
    font-size: 22px;
    color: #2E2D2D;
    line-height: 30px;
    display: block;
    white-space: nowrap;
    font-family: "Paralucent";
}
.image-grid-card .modal-header.card-body p.address-card {
    font-size: 16px;
    line-height: 25px;
    color: #2E2D2D;
    margin: 5px 0 0;
    max-width: 210px;
}
.image-grid-card .modal-header.card-body ul.get-touch-card {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
}
.image-grid-card .modal-header.card-body ul.get-touch-card li {
    margin-right: 20px;
    position: relative;
}
.image-grid-card .modal-header.card-body ul.get-touch-card li a {
    background: transparent;
    font-size: 16px;
    line-height: 20px;
    color: #142848;
    padding: 0;
    text-decoration: underline;
}
.image-grid-card .modal-header.card-body ul.get-touch-card li span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #2E2D2D;
    line-height: 22px;
    margin-right: 7px;
}
.img-grid-desc img {
    float: left;
    width: 35%;
    margin-right: 10px;
    margin-bottom: 10px;
}
.carousel-caption h1 {color: #fff; }
.carousel-caption h4 {color: #fff; }
.carousel-item img {
    height: 80vh;
    width: 100%;
    object-fit: cover;
}
#main-slider .carousel-control-next, #main-slider .carousel-control-prev {
    width: auto;
    opacity: 1;
}
#main-slider .carousel-control-next-icon, #main-slider .carousel-control-prev-icon {
    width: 57px;
    height: 57px;
}
.news-section h3 {color: #010101!important; }
#main-slider .carousel-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.568032212885154) 0%, rgba(0,0,0,0.526015406162465) 15%, rgba(255,255,255,0.1) 100%);
}
a.ui-datepicker-prev.ui-corner-all.ui-state-disabled span.ui-icon.ui-icon-circle-triangle-w {filter: contrast(0); }
.amt_row p {display: none; }
.amt_row li:hover p {
    display: block;
    bottom: 30px;
    background: #000;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 8px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
    height: max-content;
}
.amt_row li .tooltip-strip {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  opacity: 0;
  transition: opacity 0.3s;
}
.amt_row li .tooltip-strip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
.amt_row li:hover .tooltip-strip {
  visibility: visible;
  opacity: 1;
}
.overviewinfo .advgb-tab-body ul {padding: 0 0 0 45px; }
.overviewinfo .advgb-tab-body ul li {padding: 10px 0; }
.overviewinfo .advgb-tab-body ul li ul {margin-bottom: 15px; }
.img_text_card .category {
    background-color: #142848;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
}
#navbarResponsive.justify-content-end {margin-right: 65px; }
.carousel-caption h1 {font-size:60px; line-height:65px; text-shadow: 0px 2px 4px #000000BE; }
.carousel-caption h4 {
  line-height: 37px;
  font-size: 32px;
  font-weight:600;
  text-shadow: 0px 2px 4px #000000BE;
}
.event-data-body .event-circle h3 {font-size:18px;line-height:20px;}
.event-data-body .col-7, .event-data-body .col-3 {padding: 0px; }
button a:hover {color: #fff; }
button:hover a {color: #fff; }
.post_image {padding-bottom: 20px; }
.wp-block-embed__wrapper {text-align: center; }
.footer-social-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    height: auto;
    background: rgb(0,0,0,0.5);
    z-index: 9;
    transform: translate(-50%, -50%);
}
.footer-social-modal .social-modal-inner {
    max-width: 500px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100%;
    background: #fff;
    padding: 40px;
    border: 2px solid #000;
    border-radius: 5px;
}
.footer-social-modal .modal-footer {
    justify-content: center;
    margin-top: 30px;
}
.footer-social-modal .modal-footer button {
    border: 1px solid #000;
    padding: 10px 30px;
    margin: 0 10px;
}
.footer-social-modal .modal-footer button#proceed {border-color: #6ca04a; }
.footer-social-modal h4 {
    text-align: center;
    color: #000;
    margin: 0 0 20px;
    font-size: 32px;
    font-weight: 600;
}
.footer-social-modal p {text-align: center; }
#speedbump h4{
  text-align: center;
  color: #000;
  margin: 0 0 20px;
  font-size: 32px;
  font-weight: 600;
}
#speedbump  .modal-body{
  padding:0px;
  max-width: 100%;
  text-align: center;
}
#speedbump .modal-content {
  padding: 40px;
  border: 2px solid #000;
  border-radius: 5px;
}
#speedbump .modal-footer{
  justify-content: center;
  margin-top: 35px;
}
#speedbump .modal-footer button {
  border: 1px solid #000;
  padding: 10px 30px;
  margin: 0 10px;
  border-radius: 0px
}
#speedbump .btn-continue{
  background: #6ca04a !important;
  color: #fff !important;
  border-radius: 0px;
  padding: 10px 30px;
  border-color: #6ca04a !important;;
}
#speedbump .modal-dialog{
  width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
  min-height: calc(100vh - 60px);
}
.wp-block-group iframe{ width:800px; height:500px;}
.wp-block-embed-youtube iframe{ width:885px; height:500px;}
.carousel_slider .item {height: 574px; }
.carousel_slider .item img {height: 100% !important; }
span.fc-day-number {
    font-size: 22px;
    line-height: 30px;
    color: #2E2D2D;
    padding: 4px 13px !important;
}
.fc-event .fc-content span.fc-time {font-weight: 400; }
.fc-event, .fc-event:hover {color: #2E2D2D !important; }
a.fc-more {
    color: #142848;
    font-size: 16px;
    font-family: 'Paralucent';
    font-weight: bold;
    text-transform: capitalize;
}
.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid;
    width: auto;
    left: 160px!important;
    right: 160px;
    background: #F0F8EC!important;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    border: none;
    padding: 58px 0px 70px 62px;
}
.fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header {background: #F0F8EC!important; }
.fc-unthemed .fc-popover .fc-header .fc-close {display: none!important; }
.fc-header h6 {
    text-align: left!important;
    padding: 0 15px;
    font-size: 30px;
    color: #2E2D2D;
}
a.fc-day-grid-event {
    font-size: 16px;
    font-family: 'ParalucentText-Book';
    line-height: 25px;
}
.bs-popover-right {
    border-width: 1px;
    border-style: solid;
    width: auto;
    left: 50%!important;
    right: 0;
    background: #F0F8EC;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    border: none;
    /*padding: 58px;*/
    transform: translate(-50%, -20%) !important;
    max-width: 900px!important;
    will-change: unset!important;
    top: 100%!important;
	border-radius: 0px!important;
}
.bs-popover-left {
    border-width: 1px;
    border-style: solid;
    width: auto;
    left: 50%!important;
    right: 0;
    background: #F0F8EC;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    border: none;
    /*padding: 58px;*/
    transform: translate(-50%, -20%) !important;
    max-width: 900px!important;
    will-change: unset!important;
    top: 100%!important;
	border-radius: 0px!important;
}
.popover-header {
    background-color: transparent!important;
    border-bottom: 0px!important;
    padding: 0px;
}
.event-popup-content h6 {font-size: 30px!important; }
.event-popup-content p {
    font-size: 16px!important;
    margin-bottom: 20px!important;
    margin-top: 20px!important;
}
.popover-header a.close {
    display: block;
    color: #000;
    position: relative;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.fc-unthemed td.fc-today {background: #fff!important; }
.fc-unthemed .fc-disabled-day {background: #FCFCF9!important; }
.calender-modal {
  background: #F0F8EC;
  max-width: 967px;
  min-height: 436px;
  margin: 0 auto;
  padding: 58px 62px 70px 36px;
}
.calender-modal .event-add-btn {margin-top: 12px; }
.calender-modal .event-add-btn a {
  color: #142848;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  margin-left: 10px;
}
.calender-modal h3 {margin-bottom: 17px; }
.calender-modal .event-add-btn.d-flex.align-items-center {margin-bottom: 46px; }
.calender-modal h5 {margin-bottom: 12px; }
.calender-modal .model-content-box {
  min-height: 250px;
  overflow: hidden;
}
.calender-modal .more a.btn_primary.btn_more {
  font-size: 25px;
  line-height: 42px;
  font-weight: bold;
  border-bottom: 2px solid;
}
.calender-modal .more  {text-align: left!important; }
.popover-body {padding: 0px!important; }
#mobile-header {display: none;}
.page-template-mobile-header .desk-view {display: none; }
.img_block img {
    width: 100%;
    height: 274px;
    object-fit: cover;
}
.widgetheader {height: max-content!important; }
.xdsoft_datetimepicker {z-index: 1 !important; }
section.main-owl-slider.list, .advgb-columns-container > div {
    max-width: 1250px !important;
    width: 100%;
}
.carousel-control-prev.count_2 {display: none; }
.carousel-control-next.count_2 {display: none; }
.gfield_signature_container {z-index: 1 !important; }
.page-id-2937 section.contact_cards.imagelist {margin-bottom: 40px; }

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




.rs-toolbar.mobile-rs-toolbar {
	display: none;
}
.rs-toolbar .rs-toolbar-left.mobile-rs-toolbar-left {
	position: inherit !important;
	
}
.rs-toolbar.main-mobile-tool{
	height: 101px !important;
}
.main-mobile-tool .menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.menu-item-2733.active a {
	color: #6ca04a !important;
}





.rs-toolbar.main-mobile-tool {
	display: none;
}
.search-form.mobile-search-btn {
	display: none !important;
}
.navbar-toggler::before {
	content: none !important;
}

#menu-item-13350 {
	display: none;
}
#menu-item-15714 {
	display: none;
}
#menu-item-2733 {
	background: white;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#menu-item-2733 a {
	color: #010101;
}
.cal-icon {
	width: 30px;
	position: absolute;
	bottom: 16px;
	right: 16px;
}
.page-template-template-ongoing-projects .main_breadcrumb {
    background-color: #D5E8F0;
    margin-bottom: 0px;
}
.map_section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.lightblue {
    background-color: #D5E8F0;
}
.map_section .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
  .map-details {
    padding-top: 40px;
    padding-bottom: 50px;
}
.maincard-col {
    margin-bottom: 20px;
    padding: 0px 10px;
}
.main-card {
    height: 100%;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 3px 6px #00000029;
    position: relative;
    padding-bottom: 30px;
}
.card-img, .card-img-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.card-content {
    padding: 15px;
}
.cat-more {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
    left: 20px;
}
.wp-block-list {
    margin-top: 50px;
    justify-content: center !important;
    overflow: hidden;
    display: flex;
}
.map_section .input-group .btn {
    background: #fff;
}
.input-group .btn {
    position: relative;
    z-index: 2;
}
.wp-pagenavi span.current {
    font-weight: bold;
    color: #000000 !important;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: 0;
    color: #919191;
    font-weight: 400;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px 10px;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
    color: #fff;
    background: #142848;
    width: 26px;
    height: 26px;
    display: inline-block;
    text-indent: -9999px;
    position: relative;
    background-image: url(../img/angle-right-white.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.input-group {
    position: relative;
    display: flex
;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.search_box .input-group {
    box-shadow: 0px 0px 3px #00000029;
    border: 2px solid #e2e2e2;
}
.page_title {
    text-align: center;
    padding-top: 62px;
    padding-bottom: 10px;
    background: #6ca04a;

  }
.page_title h1 {
    margin-bottom: 0%;
    color: #fff;
}
.main_breadcrumb {
    margin-bottom: 5px;
    padding-top: 10px;
}
.main_breadcrumb .breadcrumb {
    background: none;
    margin: 0px;
    padding-left: 10px;
    padding-right: 30px;
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 6px;
    align-items: center;
}
.project_grid {
    display: grid;
    grid-template-columns: 1fr 1fr .6fr;
    grid-column-gap: 20px;
}

/* Project Progress Bar */
.project-progress-bar-wrapper {
    padding-top: 60px;
    padding-bottom: 100px;
    background: #f8f8f8;
    margin-bottom: -80px;
}

.project-progress-bar {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

/* Continuous progress line */
.progress-line-container {
    position: absolute;
    top: 29px;
    left: 30px;
    right: 30px;
    height: 6px;
    z-index: 1;
}

.progress-line-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ddd;
    border-radius: 3px;
}

.progress-line-active {
    position: absolute;
    height: 100%;
    background: #5cb85c;
    border-radius: 3px;
    transition: width 0.5s ease;
}

.progress-stages {
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    min-height: 100px;
    width: 100%;
}

.progress-stage {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 0;
}

.progress-stage:nth-child(1) { left: 0%; transform: translateX(0%); }
.progress-stage:nth-child(2) { left: 25%; transform: translateX(-50%); }
.progress-stage:nth-child(3) { left: 50%; transform: translateX(-50%); }
.progress-stage:nth-child(4) { left: 75%; transform: translateX(-50%); }
.progress-stage:nth-child(5) { left: 100%; transform: translateX(-100%); }

.progress-stage .stage-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    background: #f8f8f8;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.progress-stage .stage-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

/* Inactive stage - gray circle */
.progress-stage.inactive .stage-icon .stage-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ccc;
}

/* Completed stage - checkmark at full opacity */
.progress-stage.completed .stage-icon img {
    opacity: 1;
}

/* In-progress stage - cog wheel at full opacity without animation */
.progress-stage.in-progress .stage-icon img {
    opacity: 1;
}

/* Celebration stage - mascot at full opacity */
.progress-stage.celebration .stage-icon img {
    opacity: 1;
    animation: celebrate 0.8s ease-in-out;
}

/* Mascot background for completion - shows 50% behind checkmark */
.mascot-background {
    position: absolute;
    bottom: 20px;
    left: 50%;
    top: -55px;
    transform: translateX(-50%);
    z-index: -1;
    width: 100px;
    height: 100px;
    overflow: hidden;
    pointer-events: none;
}

.mascot-background img {
    width: 100%;
    height: auto;
    display: block;
    animation: celebrate 0.8s ease-in-out;
}

@keyframes celebrate {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    25% {
        transform: scale(1.1) rotate(-5deg);
    }
    75% {
        transform: scale(1.1) rotate(5deg);
    }
}

.progress-stage .stage-label {
    font-size: 16px;
    font-weight: 600;
    color: #2e2d2d;
    text-align: center;
    font-family: "Paralucent";
    transition: color 0.3s ease;
}

/* Active stages (completed and in-progress) have darker labels */
.progress-stage.completed .stage-label,
.progress-stage.in-progress .stage-label,
.progress-stage.celebration .stage-label {
    color: #2e2d2d;
    font-weight: 600;
}

