@charset "UTF-8";
body {
  color: #000000;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

h1,
.h1 {
  font-size: 44px;
}

h2,
.h2 {
  font-size: 32px;
  /* 36 to 32*/
}

h3,
.h3 {
  font-size: 26px;
  /* 30 to 26*/
}

h4,
.h4 {
  font-size: 22px;
  /*24 to 22*/
}

h5,
.h5 {
  font-size: 18px;
  /*21 to 18*/
  text-transform: none;
}

h6,
.h6 {
  font-size: 16px;
  text-transform: none;
}

p {
  line-height: 25px;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
}

p.has-large-font-size {
  font-size: 26px !important;
  line-height: 36px;
}

a {
  color: #000000;
  font-weight: 700;
  transition: 0.3s;
}
a:hover {
  color: #019D83;
  text-decoration: none;
}

p a,
.advgb-tab-body li a,
.wp-block-advgb-list li a,
.expand-content ul li a,
.main_wrapper ul:not(.advgb-tabs-panel, .links, .ome, .nav-tabs) li a,
.main_wrapper ol li a,
table td a,
.expand-content > a {
  text-decoration: underline;
}

p a:hover,
.advgb-tab-body li a:hover,
.wp-block-advgb-list li a:hover,
.expand-content ul li a:hover,
.main_wrapper ul:not(.advgb-tabs-panel, .links, .ome, .nav-tabs) li a:hover,
.main_wrapper ol li a:hover,
table td a:hover,
.expand-content > a:hover {
  text-decoration: underline;
}

b,
strong {
  font-weight: 700;
}

.link {
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.link img {
  max-width: 18px;
  margin-left: 6px;
}
.link:hover {
  color: #019D83;
}
.link:hover img {
  filter: brightness(0) saturate(100%) invert(51%) sepia(78%) saturate(5573%) hue-rotate(149deg) brightness(94%) contrast(99%);
}

.container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

.btn_green {
  background-color: #019D83;
  color: #fff;
  font-weight: 700;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.btn_green:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.3s ease;
  width: 0%;
  height: 105%;
}
.btn_green:hover {
  color: #fff;
  text-decoration: none;
}
.btn_green:hover::before {
  width: 101%;
  background: #000000;
}

.btn_sm {
  color: #fff;
  font-weight: 700;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  background: #000000;
  overflow: hidden;
  z-index: 1;
}
.btn_sm:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.3s ease;
  width: 0%;
  height: 105%;
}
.btn_sm:hover {
  color: #fff;
}
.btn_sm:hover::before {
  width: 101%;
  background: #019D83;
}

.center_btn.btn_sm {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-button__link {
  color: #fff !important;
  font-weight: 700;
  padding: 10px 30px !important;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  background: #000000 !important;
  overflow: hidden;
  z-index: 1;
  font-size: 16px !important;
}
.wp-block-button__link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.3s ease;
  width: 0%;
  height: 105%;
}
.wp-block-button__link:hover {
  color: #fff !important;
}
.wp-block-button__link:hover::before {
  width: 101%;
  background: #019D83;
}

.container {
  max-width: 1250px;
}

img {
  max-width: 100%;
  height: auto;
}

.form-control {
  border: 1px solid #000000;
  border-radius: 0;
  min-height: 50px;
  background-color: #FAFAFA;
}

.no-margin {
  margin-left: 0px;
  margin-right: 0px;
}

.sm-gutters > .col,
.sm-gutters > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

select {
  min-height: 50px;
  background-image: url(../img/select-arrow.svg);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: top 20px right 12px;
  min-width: 130px;
  background-size: 16px;
  color: #000000;
}
select.form-control {
  color: #000000;
}

.search-box .btn {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  z-index: 9;
}
.search-box .form-control {
  color: #000;
}
.search-box ::-webkit-input-placeholder {
  color: #000;
}
.search-box ::-moz-placeholder {
  color: #000;
}
.search-box :-ms-input-placeholder {
  color: #000;
}
.search-box :-moz-placeholder {
  color: #000;
}

label.title {
  font-weight: 700;
  text-transform: uppercase;
}

::-webkit-input-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}

::-moz-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}

:-moz-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}

.main_header {
  position: fixed;
  background: #fff;
  z-index: 99;
  width: 100%;
  top: 0px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.main_header a {
  text-decoration: none;
  font-weight: 700;
}
.main_header .navbar {
  padding: 0px;
}
.main_header .navbar-brand {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0px;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  margin-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.main_header .navbar-brand img {
  max-width: 210px;
  margin-right: 25px;
}
.main_header .navbar-collapse {
  flex-direction: column;
}
.main_header .container {
  align-items: flex-start;
}
.main_header .top_header_cont {
  margin-left: auto;
  z-index: 9;
  padding-top: 15px;
}
.main_header .navbar ul {
  list-style: none;
  padding: 0;
}
.main_header .navbar .container-fluid {
  align-items: flex-start;
}
.main_header .social_media {
  display: flex;
  padding-right: 5px;
}
.main_header .social_media ul {
  display: flex;
  margin: 0;
  padding: 0px;
  list-style: none;
  visibility: visible;
}
.main_header .social_media ul li {
  margin-right: 8px;
}
.main_header .social_media a {
  padding: 7px 9px;
  display: block;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #000000;
}
.main_header .social_media a img {
  max-width: 24px;
  max-height: 18px;
}
.main_header .social_media a:hover {
  background: #019D83;
}
.main_header .top_menu {
  display: flex;
  align-items: center;
}
.main_header .top_menu .top_inner_menu {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-right: 30px;
}
.main_header .top_menu .top_inner_menu a {
  color: #000000;
  font-size: 16px;
  padding: 8px 12px;
  display: inline-block;
  position: relative;
}
.main_header .top_menu .top_inner_menu a::after {
  content: "";
  position: absolute;
  right: 0px;
  width: 2px;
  height: 15px;
  top: 13px;
  background: #000000;
}
.main_header .top_menu .top_inner_menu a:hover {
  color: #019D83;
}
.main_header .top_menu .top_inner_menu li:last-child a::after {
  display: none;
}
.main_header .top_menu .donate-btn {
  margin-right: 10px;
}
.main_header .top_menu .donate-btn a {
  min-width: 130px;
}
.main_header .top_menu .donate-btn a:hover {
  color: #fff;
}
.main_header .top_search {
  display: flex;
  position: relative;
  margin-right: 0px;
}
.main_header .top_search .form-control {
  min-height: 40px;
  padding: 2px 10px;
  border-radius: 0px;
  max-width: 250px;
  height: auto;
}
.main_header .top_search .searchbardiv {
  max-width: 250px;
  display: none;
}
.main_header .top_search .buttonsearch {
  background: none;
  border: 0;
}
.main_header .top_search .buttonsearch img {
  max-width: 25px;
}
.main_header .top_search .innericon {
  background-image: url(../img/search-icon.svg) !important;
  background-size: 24px !important;
}
.main_header .top_search .probox {
  border: 0 !important;
  overflow: visible !important;
  height: auto;
}
.main_header .top_search .asp_main_container {
  overflow: visible !important;
}
.main_header .top_search .proinput {
  min-width: 250px;
}
.main_header .top_search .proinput input.orig {
  font-family: "Lato", sans-serif !important;
  font-size: 15px !important;
  color: #000 !important;
  border-bottom: 1px solid #000 !important;
  padding-bottom: 4px !important;
  font-weight: 600 !important;
}
.main_header .top_search ::-webkit-input-placeholder {
  font-family: "Lato", sans-serif !important;
  font-size: 15px !important;
  color: #000 !important;
  font-weight: 600 !important;
}
.main_header .top_search ::-moz-placeholder {
  font-family: "Lato", sans-serif !important;
  font-size: 15px !important;
  color: #000 !important;
  font-weight: 600 !important;
}
.main_header .top_search :-ms-input-placeholder {
  font-family: "Lato", sans-serif !important;
  font-size: 15px !important;
  color: #000 !important;
  font-weight: 600 !important;
}
.main_header .top_search :-moz-placeholder {
  font-family: "Lato", sans-serif !important;
  font-size: 15px !important;
  color: #000 !important;
  font-weight: 600 !important;
}
.main_header .nav_bottom {
  margin-top: 20px;
  margin-left: auto;
}
.main_header .navbar-nav > li {
  position: relative;
  margin: 0px 4px;
}
.main_header .navbar-nav > li > a {
  font-size: 18px;
  padding: 10px 18px 32px 18px !important;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 24px;
  position: relative;
  color: #000000 !important;
  cursor: default;
}
.main_header .navbar-nav > li > a:after {
  background: #019D83;
  position: absolute;
  bottom: 0px;
  left: 15px;
  right: 15px;
  height: 4px;
  content: "";
  transition: width 0.5s;
  width: 0px;
}
@media (min-width: 1200px) {
  .main_header .navbar-nav > li:hover .dropdown-menu {
    display: block;
  }
}
.main_header .navbar-nav > li:hover > a:after {
  width: calc(100% - 30px);
}
.main_header .navbar-nav .dropdown-menu {
  width: 420px;
  border-radius: 0px;
  padding: 0px;
  text-align: left;
  margin-top: 0;
  left: -20px;
  background: #fff;
  top: 100%;
  border: 0;
  padding-top: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0;
  padding-bottom: 15px;
}
.main_header .navbar-nav .dropdown-menu > li {
  margin-bottom: 0px;
  position: relative;
}
.main_header .navbar-nav .dropdown-menu > li > a {
  color: #000000;
  text-align: left;
  display: block;
  padding: 10px 30px;
  font-size: 17px;
  text-transform: uppercase;
}
.main_header .navbar-nav .dropdown-menu > li > a:hover {
  color: #019D83;
}
.main_header .navbar-nav .dropdown-menu a {
  white-space: normal;
  background: none;
}
.main_header .navbar-nav .dropdown-menu .mega-submenu {
  padding-left: 50px;
  display: none;
}
.main_header .navbar-nav .dropdown-menu .mega-submenu li {
  margin-bottom: 8px;
}
.main_header .plus-minus {
  position: absolute;
  top: 10px;
  right: 22px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_header .plus-minus::after {
  content: "+";
  position: absolute;
  color: #019D83;
  font-weight: bold;
  font-size: 24px;
}
.main_header .plus-minus.minus-icon::after {
  content: "-";
  margin-top: -2px;
}
.main_header .navbar-nav > li.current_page_ancestor > a,
.main_header .navbar-nav > li.current-menu-ancestor > a,
.main_header .navbar-nav > li.current-page-parent > a,
.main_header .navbar-nav > li.current_page_item > a,
.main_header .navbar-nav > li.current-menu-item > a {
  color: #019D83 !important;
}

.select_language {
  display: flex;
  margin: 0px 2px;
  position: relative;
  padding-left: 0px;
  background: #FAFAFA;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  position: fixed;
  right: 0;
  z-index: 9;
  top: auto;
  bottom: 30px;
}
.select_language select {
  cursor: pointer;
  background: none;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/icon-translate.svg) !important;
  background-repeat: no-repeat;
  font-size: 15px;
  color: #010101 !important;
  background-color: #FAFAFA;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1607843137);
  padding-left: 30px;
  padding-right: 20px;
  font-weight: 700;
  background-position: top 11px left 5px;
  background-size: 22px;
  min-height: 42px;
}
.select_language select option {
  font-size: 16px;
}
.select_language select::-ms-expand {
  display: none;
}
.select_language > div {
  display: flex;
}

.main_banner {
  padding-top: 145px;
  position: relative;
}
.main_banner:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8196078431), rgba(84, 84, 84, 0));
  z-index: 0;
}
.main_banner h1,
.main_banner .h1 {
  color: #fff;
  font-weight: 900;
  font-size: 45px;
}
.main_banner h3,
.main_banner .h3 {
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  max-width: 650px;
  line-height: 38px;
  padding-bottom: 8px;
  display: block;
}
.main_banner h4,
.main_banner .h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  max-width: 650px;
}
.main_banner .carousel-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_banner .carousel-caption {
  left: 10%;
  right: 10%;
  text-align: left;
  top: 50%;
  max-width: 900px;
  bottom: auto;
  transform: translateY(-50%);
}
.main_banner .btn_banner {
  background: none;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  padding: 8px 30px;
  text-decoration: none;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.main_banner .btn_banner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.3s ease;
  width: 0%;
  height: 105%;
}
.main_banner .btn_banner:hover:before {
  width: 100%;
  background: #019D83;
}
.main_banner .carousel-control-next {
  width: auto;
  right: 30px;
}
.main_banner .carousel-control-next img {
  transform: rotate(180deg);
}
.main_banner .carousel-control-prev {
  width: auto;
  left: 30px;
}
.main_banner .carousel-indicators li {
  width: 15px;
  height: 15px;
  border: 0;
  border-radius: 100px;
  background: #fff;
  opacity: 1;
}
.main_banner .carousel-indicators li.active {
  background: #019D83;
}
.main_banner .sliderRow {
  height: calc(100vh - 150px);
  min-height: 500px;
  display: grid;
  grid-template-columns: 3fr 1.5fr;
}
.main_banner .sliderRow .sliderimg {
  position: relative;
  z-index: 90;
}
.main_banner .sliderRow .sliderimg img {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.more-detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 10px;
}

.top-Title {
  text-align: center;
  margin-bottom: 15px;
}
.top-Title.text-left {
  align-items: flex-start;
}
.top-Title.text-center {
  margin-bottom: 30px;
}
.top-Title h2 {
  color: #000000;
}
.top-Title .btn_sm {
  margin-top: 10px;
}

.main_events {
  padding-top: 70px;
  padding-bottom: 100px;
  position: relative;
}
.main_events.shape_left::before {
  content: "";
  position: absolute;
  left: 65px;
  background-image: url(../img/event-leftside-shape.svg);
  background-repeat: no-repeat;
  width: 460px;
  height: 750px;
  top: -50px;
  z-index: -9;
  background-size: contain;
}
.main_events.shape_right:after {
  content: "";
  position: absolute;
  right: 0px;
  background-image: url(../img/event-rightside-shape.svg);
  background-repeat: no-repeat;
  width: 410px;
  height: 700px;
  bottom: -60px;
  background-size: contain;
}

.non-event {
  text-align: center;
}

.mt-img-wrap {
  background-color: #FAFAFA;
}
.mt-img-wrap h5,
.mt-img-wrap .h5 {
  background-color: #000000;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  margin: 0px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}
.mt-img-wrap .img_mt_block {
  position: relative;
}
.mt-img-wrap .img_mt_block img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: center;
     object-position: center;
}
.mt-img-wrap .img_mt_block .category {
  position: absolute;
  width: 100%;
  bottom: 0px;
}
.mt-img-wrap .text_mt_block {
  padding: 15px;
  min-height: 195px;
}
.mt-img-wrap .text_mt_block h4 {
  font-size: 18px;
  line-height: 30px;
}

.item {
  padding-left: 3px;
  padding-right: 3px;
}

.owl-dots {
  text-align: center;
  padding-top: 25px;
}

.owl-dot {
  background: #DDE7ED !important;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  box-shadow: none;
  margin-right: 6px;
  outline: 0 !important;
}
.owl-dot.active {
  background: #019D83 !important;
}

.main-text-cards .top-Title.text-center {
  margin-bottom: 40px;
}

.site_img_panel .panel_det_r h3 {
  font-size: 28px;
  margin-bottom: 20px;
}
.site_img_panel .link {
  margin-top: 30px;
}
.site_img_panel .panel_row {
  background-color: #FAFAFA;
  margin-left: 0;
}
.site_img_panel .panel_row .col_img {
  padding-left: 0px;
}

.logo_slider .owl-carousel .owl-item img {
  width: auto;
  transition: all 0.3s ease-in-out;
  max-height: 100px;
}
.logo_slider .owl-carousel .owl-item img:hover {
  /* transform: scale(1.2);*/
}
.logo_slider .logo-slider-area {
  padding-top: 15px;
}
.logo_slider .owl-dots {
  text-align: center;
  padding-top: 25px;
}
.logo_slider .owl-dot {
  background: #DDE7ED !important;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  box-shadow: none;
  margin-right: 6px;
}
.logo_slider .owl-dot.active {
  background: #019D83 !important;
}
.logo_slider .partner-logo {
  padding-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  overflow: hidden;
}

.follow-us {
  padding-bottom: 30px;
}
.follow-us .insta-header {
  font-size: 32px;
  line-height: 38.4px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 10px;
}
.follow-us .sbi-header-type-text {
  display: none !important;
}

.footer {
  background-color: #212121;
  position: relative;
  overflow: hidden;
  clear: both;
}
.footer::before {
  content: "";
  position: absolute;
  background-image: url(../img/footer-background.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 500px;
  height: 800px;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
}
.footer .footer-top {
  background: #019D83;
  padding: 30px 0px;
}
.footer .footer-top-grid {
  display: grid;
  grid-template-columns: 2fr 2fr 100px;
  color: #fff;
}
.footer .footer-top-grid .footer_grid_col {
  position: relative;
}
.footer .footer-top-grid p {
  margin: 0px;
  color: #fff;
}
.footer .footer-top-grid p a {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.footer .footer-top-grid p a:hover {
  text-decoration: underline;
}
.footer .footer-top-grid h5 {
  color: #fff;
}
.footer .footer-top-grid .foot_media ul {
  list-style: none;
  padding: 0px;
  display: flex;
  margin: 0px;
}
.footer .footer-top-grid .foot_media ul li {
  margin-right: 6px;
}
.footer .footer-top-grid .foot_media ul li a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  border-radius: 100px;
  padding: 0px;
}
.footer .footer-top-grid .foot_media ul li a:hover {
  background: #fff;
}
.footer .footer-top-grid .foot_media ul li a:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(9%) saturate(8%) hue-rotate(113deg) brightness(94%) contrast(100%);
}
.footer .footer-top-grid br {
  /*  display: none;*/
}
.footer .footer-bottom-grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  padding-bottom: 20px;
}
.footer .footer-bottom-grid .footer-menu {
  display: grid;
  grid-template-columns: auto 180px;
  align-items: start;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .footer .footer-bottom-grid .footer-menu {
    display: block;
  }
}
.footer .footer-bottom-grid .footer-menu .footer-link {
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .footer .footer-bottom-grid .footer-menu .footer-link {
    text-align: center;
  }
}
@media (min-width: 1300px) {
  .footer .footer-bottom-grid .footer-menu .footer-link {
    left: -30px;
  }
}
.footer .footer-bottom {
  padding: 30px 0px;
  color: #fff;
  padding-top: 40px;
}
.footer .footer-bottom ul {
  list-style: none;
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.footer .footer-bottom ul li {
  margin-bottom: 18px;
}
.footer .footer-bottom ul li a {
  color: #fff;
  position: relative;
}
.footer .footer-bottom ul li a:hover {
  color: #019D83;
}
.footer .footer-bottom h4 {
  font-weight: 800;
  color: #fff;
  margin-bottom: 22px;
}
.footer .footer-bottom .copy_right {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid #535353;
}
.footer .footer-bottom .copy_right p {
  color: #fff;
  margin-bottom: 0px;
}
.footer .footer-bottom .footer-form {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  margin-top: -40px;
}
.footer .footer-bottom .footer-form h4 {
  margin-bottom: 12px;
}
.footer .footer-bottom .footer-form .large {
  border-radius: 0px;
  min-height: 45px;
  border: 0;
  outline: 0 !important;
}
.footer .footer-bottom .footer-form .gform_fields {
  grid-row-gap: 5px;
}
.footer .footer-bottom .footer-form .gform_footer {
  padding-top: 0px !important;
  width: 100%;
  margin-top: 6px !important;
  background: #019D83;
}
.footer .footer-bottom .footer-form .gform_footer .gform_button {
  width: 100%;
  border: 0;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  transition: 0.3s;
}
.footer .footer-bottom .footer-form .gform_footer:hover:before {
  background: #2D685A;
}

.gray,
.grey {
  background-color: #FAFAFA;
  color: #000000;
}

.main_wrapper > section {
  padding: 80px 0px;
}

.main_wrapper {
  padding-top: 145px;
}
.main_wrapper p {
  margin-bottom: 20px;
}

.main_breadcrumb {
  background: #fff;
  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;
}
.main_breadcrumb .breadcrumb a {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}
.main_breadcrumb .breadcrumb li.active {
  color: #019D83;
  font-weight: bold;
  font-size: 14px;
}
.main_breadcrumb .breadcrumb img {
  vertical-align: unset;
  margin-right: 6px;
}
.main_breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  background-repeat: repeat;
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 3px;
}
.main_breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 3px;
}
.main_breadcrumb .container {
  max-width: 100%;
  padding-left: 30px;
}

.page_title {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page_title h1 {
  position: relative;
  z-index: 9;
  display: table;
  padding-bottom: 20px;
}

.inner-banner {
  background: #000;
  position: relative;
}
.inner-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.78;
  background: rgba(0, 0, 0, 0.7960784314);
}
.inner-banner img {
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-height: 450px;
}
.inner-banner .main_breadcrumb {
  background: none;
  position: absolute;
  width: 100%;
  top: 0;
}
.inner-banner .main_breadcrumb a {
  color: #fff;
}
.inner-banner .main_breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.inner-banner .banner-caption {
  position: absolute;
  width: 100%;
  top: 30%;
  text-align: center;
}
.inner-banner .banner-caption h1,
.inner-banner .banner-caption h3,
.inner-banner .banner-caption h4,
.inner-banner .banner-caption p {
  color: #fff;
}

.generic_middle_block {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-top: 0px;
}
.generic_middle_block .date {
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}
.generic_middle_block .document_era .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.general_carousel {
  margin-bottom: 30px;
}
.general_carousel .carousel-control-prev img {
  transform: rotate(180deg);
}
.general_carousel .carousel-control-next,
.general_carousel .carousel-control-prev {
  opacity: 1;
}
.general_carousel .carousel-control-next img,
.general_carousel .carousel-control-prev img {
  max-width: 26px;
}
.general_carousel .carousel-control-next:hover img,
.general_carousel .carousel-control-prev:hover img {
  filter: brightness(0) saturate(100%) invert(51%) sepia(78%) saturate(5573%) hue-rotate(149deg) brightness(94%) contrast(99%);
}
.general_carousel .carousel-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.doc_block {
  display: block;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.doc_block img {
  margin-right: 8px;
  max-width: 20px;
}
.doc_block strong {
  font-size: 16px;
  margin-right: 10px;
}
.doc_block:hover {
  color: #019D83;
  text-decoration: underline;
}
.doc_block:hover img {
  filter: brightness(0) saturate(100%) invert(51%) sepia(78%) saturate(5573%) hue-rotate(149deg) brightness(94%) contrast(99%);
}

.topTitle {
  text-align: center;
  margin-bottom: 40px;
}

.link_text {
  color: #5C6B26;
  font-weight: 700;
  font-size: 15px;
}
.link_text img {
  margin-left: 3px;
  transform: rotate(180deg);
}

.img_text_card_row .img_text_card_col {
  padding: 0px 6px;
  margin-bottom: 15px;
}
.img_text_card_row .img_text_card_col > a:hover .link img {
  filter: brightness(0) saturate(100%) invert(51%) sepia(78%) saturate(5573%) hue-rotate(149deg) brightness(94%) contrast(99%);
}
.img_text_card_row .img_text_card_col.one .text-img-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-column-gap: 20px;
}
.img_text_card_row .img_text_card_col.one .link {
  bottom: 40px;
}
.img_text_card_row .img_text_card_col.one .text_card_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.img_text_card_row .text-img-wrap {
  background: #FAFAFA;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.img_text_card_row .text-img-wrap > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.img_text_card_row .text-img-wrap.no-img .btn_sm {
  position: absolute;
  bottom: 20px;
}
.img_text_card_row .text-img-wrap > a:hover h3,
.img_text_card_row .text-img-wrap > a:hover h4,
.img_text_card_row .text-img-wrap > a:hover h5,
.img_text_card_row .text-img-wrap > a:hover h2,
.img_text_card_row .text-img-wrap > a:hover h6 {
  color: #019D83;
}
.img_text_card_row .text-img-wrap > a:hover .link {
  color: #019D83;
}
.img_text_card_row .text-img-wrap > a:hover .link img {
  filter: brightness(0) saturate(100%) invert(51%) sepia(78%) saturate(5573%) hue-rotate(149deg) brightness(94%) contrast(99%);
}
.img_text_card_row .text-img-wrap .img_card_block img {
  width: 100%;
}
.img_text_card_row .text-img-wrap .text_card_block {
  padding: 20px 25px;
  height: auto;
}
.img_text_card_row .text-img-wrap .text_card_block p,
.img_text_card_row .text-img-wrap .text_card_block li {
  color: #000000;
  font-weight: normal;
}
.img_text_card_row .text-img-wrap .text_card_block h5 {
  margin-bottom: 15px;
}
.img_text_card_row .text-img-wrap .text_card_block h3,
.img_text_card_row .text-img-wrap .text_card_block h2 {
  font-size: 20px;
}
.img_text_card_row .text-img-wrap .text_card_block .btn_sm {
  font-weight: 700;
  padding: 8px 25px;
  font-size: 14px;
}
.img_text_card_row .text-img-wrap .text_card_block a h3:hover {
  color: #019D83;
}
.img_text_card_row .text-img-wrap:hover {
  outline: 1px solid #019D83;
}
.img_text_card_row .text-img-wrap:hover .link {
  color: #019D83;
}
.img_text_card_row .text-img-wrap:hover .link img {
  filter: brightness(0) saturate(100%) invert(51%) sepia(78%) saturate(5573%) hue-rotate(149deg) brightness(94%) contrast(99%);
}
.img_text_card_row.one .text-img-wrap > a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-column-gap: 20px;
}
.img_text_card_row .has-button.text-img-wrap .text_card_block {
  /*  height: 100% !important;*/
  position: relative;
  padding-bottom: 50px;
}
.img_text_card_row .has-button.text-img-wrap .link {
  position: absolute;
  left: 25px;
  display: table;
  width: auto;
  bottom: 30px;
}

.button_block {
  display: flex;
}

.img_button_row {
  justify-content: center;
}
.img_button_row .img_btn_col {
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.img_button_row .img_block {
  position: relative;
  overflow: hidden;
}
.img_button_row .img_block .img_block_title {
  position: relative;
  background-color: #000000;
  padding: 15px 10px;
  text-align: center;
  z-index: 9;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: bottom 0.3s ease-out;
}
.img_button_row .img_block .img_block_title h4 {
  position: relative;
  color: #fff;
  margin: 0px;
}
.img_button_row .img_block .img_block_title p {
  color: #fff;
}
.img_button_row .img_block img {
  width: 100%;
}
.img_button_row .img_block:hover .img_block_title {
  background: #019D83;
  display: none;
}
.img_button_row .img_block .img_block_descr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #019D83;
  color: #fff;
  text-align: center;
  padding: 10px;
  transition: top 0.3s ease-out;
  top: 100%;
}
.img_button_row .img_block .img_block_descr p,
.img_button_row .img_block .img_block_descr h4 {
  color: #fff;
}
.img_button_row .img_block:hover .img_block_descr {
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.simple_list_col {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 20px;
}
.simple_list_col a {
  color: #fff;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  min-height: 80px;
  align-items: center;
  font-size: 16px;
  padding: 10px;
  background: #000000;
  border-radius: 0px;
  font-weight: 700;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.simple_list_col a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.4s ease;
  width: 0%;
  height: 105%;
}
.simple_list_col a:hover {
  color: #fff;
}
.simple_list_col a:hover::before {
  width: 101%;
  background: #019D83;
}

.how_to_cont {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.how_to_cont h2 {
  margin-bottom: 50px;
  position: relative;
  padding-left: 25px;
}
.how_to_cont .how_row {
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
.how_to_cont .how_row h6 {
  margin-bottom: 0px;
}
.how_to_cont .how_row .number {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  min-width: 40px;
  min-height: 40px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  background: #019D83;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border: 0;
}
.how_to_cont .how_row .how_title {
  font-size: 16px;
  text-transform: none;
  color: #000;
}
.how_to_cont .how_row p.how_title {
  margin-bottom: 5px;
}

.contactcard_row .contact_col {
  padding: 0px 6px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.contactcard_row .cont_inner {
  padding: 20px 30px;
  min-height: 195px;
}
.contactcard_row .contact_box {
  background: #FAFAFA;
}
.contactcard_row .contact_box p {
  margin-bottom: 5px;
}
.contactcard_row .contact_box .cont_img img {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contactcard_row .tel_em_fax {
  margin-top: 15px;
}
.contactcard_row .tel_em_fax strong {
  color: #000000;
  font-weight: 700;
}
.contactcard_row .tel_em_fax a {
  color: #000000;
  text-decoration: none;
}
.contactcard_row .tel_em_fax a:hover {
  text-decoration: underline;
  color: #019D83;
}
.contactcard_row .tel_em_fax p {
  margin-bottom: 3px;
}
.contactcard_row .tel_em_fax p.adress {
  padding-top: 15px;
}

.owl-general {
  position: relative;
  margin: 0px auto;
}
.owl-general .owl-stage {
  display: flex;
}
.owl-general .owl-stage .owl-item {
  width: -moz-max-content !important;
  width: max-content !important;
}
.owl-general .owl-stage .item {
  width: -moz-max-content;
  width: max-content;
}
.owl-general .owl-carousel .owl-item img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.owl-general .owl-nav button {
  width: 50px;
  height: 60px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  background: rgba(255, 255, 255, 0.2);
}
.owl-general .owl-nav button img {
  max-width: 20px;
}
.owl-general .owl-nav .owl-next {
  right: 15px;
}
.owl-general .owl-nav .owl-prev {
  left: 15px;
}
.owl-general .owl-stage-outer {
  margin: auto;
  overflow: hidden;
}
.owl-general .owl-carousel .owl-dot {
  width: 32px;
  height: 1px;
  border-radius: 0;
  margin: 0px 3px;
  background: #4E453B;
}
.owl-general .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 15px;
  display: none;
  margin-bottom: 15px;
}
.owl-general .owl-carousel .owl-dot.active {
  background: #4E453B;
  height: 3px;
}

.expand_img_grid .container {
  max-width: 1200px;
}

.expanding-grid {
  position: relative;
}
.expanding-grid .expand_box {
  background: #FAFAFA;
}
.expanding-grid .expand_box:hover {
  outline: 1px solid #019D83;
}
.expanding-grid .expand_box:hover .plus-minus_icon {
  background: #019D83;
}
.expanding-grid .expand_det {
  text-align: center;
  padding: 15px;
  /*  background: #fff;*/
  padding-bottom: 0px;
}
.expanding-grid .expand_det h6 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000000;
}
.expanding-grid .expand_det h6 span {
  display: block;
  font-size: 16px;
  color: #000000;
  margin-top: 4px;
  font-weight: normal;
}
.expanding-grid .links {
  display: block;
  overflow: hidden;
  padding: 1em 0;
  margin: 0px -5px;
  padding-top: 0px;
}
.expanding-grid .links > li {
  box-sizing: border-box;
  float: left;
  padding: 0px 5px;
  width: 25%;
  list-style: none;
  margin-bottom: 16px;
}
.expanding-grid .links > li .active .plus-minus_icon {
  background: #019D83;
  height: 35px;
}
.expanding-grid .links > li .active .plus-minus_icon:after {
  content: "−−";
  letter-spacing: -10px;
}
.expanding-grid .links > li .active .expand_det {
  padding-bottom: 6px;
}
.expanding-grid .expand_img img {
  width: 100%;
}
.expanding-grid .spacer {
  clear: both;
  display: block;
  margin-bottom: 0px;
}
.expanding-grid .expanding-container {
  clear: both;
  display: none;
  overflow: hidden;
  width: 100%;
  margin-top: -22px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
}
.expanding-grid .expanding-container.expanded,
.expanding-grid .expanding-grid .expanding-container:target {
  display: block;
}
.expanding-grid .close-button {
  background: url(../img/cancel.png);
  color: #fff;
  display: inline-block;
  height: 25px;
  line-height: 1;
  overflow: hidden;
  text-decoration: none;
  text-indent: 5em;
  white-space: nowrap;
  width: 25px;
  will-change: opacity;
  z-index: 5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-size: cover;
  margin-top: 20px;
  margin-right: 20px;
}
.expanding-grid .close-button.active {
  transition: opacity 0.2s;
}
.expanding-grid .close-button:hover {
  opacity: 0.5;
}
.expanding-grid .expand-content {
  padding: 30px 30px;
  margin: auto;
}
.expanding-grid .expand-content .ome {
  padding: 0px;
  list-style: none;
}
.expanding-grid .expand-content .ome li {
  margin-bottom: 5px;
}
.expanding-grid .plus-minus_icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  height: 28px;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.expanding-grid .plus-minus_icon:after {
  content: "+";
  font-weight: normal;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 23px;
}
.expanding-grid .no-content > a {
  pointer-events: none;
}
.expanding-grid .no-content .plus-minus_icon {
  visibility: hidden;
}

.Event-Cards .no-slider {
  display: flex;
  flex-wrap: wrap;
}
.Event-Cards .item {
  flex-basis: 33.3%;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 15px;
  height: 100%;
  background: #FAFAFA;
}

.no-found-info {
  padding: 90px 0px 100px 0px;
  text-align: center;
  max-width: 800px;
  margin: auto;
}
.no-found-info h3 {
  margin-bottom: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  line-height: 50px;
  color: #000000;
}
.no-found-info .larger-text {
  font-weight: 900;
  font-size: 140px;
  margin-bottom: 10px;
  color: #019D83;
  line-height: 140px;
  padding-bottom: 0px;
}
.no-found-info .btn_sm {
  min-width: 150px;
  padding: 10px 22px;
  font-size: 16px;
  text-transform: none;
  margin-top: 30px;
}

/* result page start */
.main_search_content {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #019D83;
  padding: 45px 15px;
}
.main_search_content h5 {
  margin-right: 20px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
}
.main_search_content .search_box {
  margin-bottom: 0px;
  max-width: 280px;
  min-width: 280px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #000000;
}
.main_search_content .search_box .btn {
  border: 0;
  background: none;
  border-radius: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 50px;
  z-index: 9;
}
.main_search_content .search_box .btn img {
  max-width: 30px;
}
.main_search_content .search_box .probox,
.main_search_content .search_box input.orig,
.main_search_content .search_box .proclose,
.main_search_content .search_box .innericon {
  height: 45px !important;
  font-family: "Lato", sans-serif !important;
  font-size: 16px !important;
}
.main_search_content .search_box .innericon svg {
  fill: #000 !important;
}
.main_search_content .search_box .promagnifier {
  background: none !important;
}
.main_search_content .search_box ::-webkit-input-placeholder {
  color: #000;
  font-size: 16px !important;
}
.main_search_content .search_box ::-moz-placeholder {
  color: #000;
  font-size: 16px !important;
}
.main_search_content .search_box :-ms-input-placeholder {
  color: #000;
  font-size: 16px !important;
}
.main_search_content .search_box :-moz-placeholder {
  color: #000;
  font-size: 16px !important;
}
.main_search_content .form-control {
  min-width: 320px;
  border: 1px solid #000000;
}

.resultmain {
  padding: 20px 0px 0px 0px;
}

.rslt_txt {
  padding: 60px 0px 20px 0px;
  margin: auto;
}
.rslt_txt .container {
  max-width: 1050px;
}

.acc__card {
  margin-bottom: 15px;
}

.acc__title {
  border-radius: 0px;
  display: flex;
  align-items: center;
  min-height: 55px;
  padding: 10px 20px;
  background: #FAFAFA;
  border: 1px solid #000000;
  padding-right: 40px;
  cursor: pointer;
  position: relative;
}
.acc__title h6 {
  margin: 0px;
  color: #000;
  font-size: 16px;
  position: relative;
}
.acc__title .acco_sign {
  position: absolute;
  right: 15px;
  top: 10px;
}
.acc__title .acco_sign img {
  max-width: 20px;
}
.acc__title.active {
  border-bottom: 0px;
  background: #fff;
  border-color: #019D83;
}
.acc__title.active .acco_sign img {
  transform: rotate(180deg);
  filter: brightness(0) saturate(100%) invert(51%) sepia(78%) saturate(5573%) hue-rotate(149deg) brightness(94%) contrast(99%);
}
.acc__title.active h6 {
  color: #019D83;
}
.acc__title.active h6::after {
  content: "";
  position: absolute;
  width: 160px;
  background: #717171;
  height: 2px;
  display: block;
  margin-top: 10px;
}
.acc__title:hover {
  border-color: #019D83;
}
.acc__title:hover h6 {
  color: #019D83;
}

.acc__panel {
  display: none;
  border: 1px solid #019D83;
  border-top: 0;
  padding: 20px 20px;
}

.resultWraper .searchFilterBlock {
  padding-top: 60px;
}
.resultWraper .searchFilterBlock .form-group {
  margin-bottom: 10px;
}

.result_row {
  background: #FAFAFA;
  margin-bottom: 15px;
  border-radius: 0px;
  position: relative;
}
.result_row h3,
.result_row h4,
.result_row h5,
.result_row h2 {
  font-size: 26px;
}
.result_row .rsltBody {
  padding: 15px 30px;
}
.result_row .re_category {
  color: #000000;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: bold;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  text-align: left;
  font-size: 15px;
}
.result_row > a {
  display: block;
}
.result_row:hover {
  outline: 1px solid #019D83;
}
.result_row:hover h2,
.result_row:hover h3,
.result_row:hover h4,
.result_row:hover h5 {
  color: #019D83;
}

.filterBlocks .topTitle {
  margin-bottom: 20px;
}

.resull_filter {
  padding: 20px 0px 70px 0px;
}

.pagination {
  justify-content: center;
}

.sort_boxResult {
  margin-left: auto;
  margin-bottom: 20px;
}

.sort_boxResult select {
  min-width: 270px;
}

.event_wraper .event_top_filter {
  display: grid;
  max-width: 900px;
  margin: 0 auto;
  /*  grid-template-columns: 1.3fr 1fr 1fr;*/
  grid-template-columns: 1.3fr 1fr 1fr 100px;
  grid-column-gap: 10px;
  margin-bottom: 35px;
  position: relative;
}
.event_wraper .event_top_filter .list_grid_view_news {
  margin-top: 8px;
  margin-left: 5px;
}
.event_wraper .event_top_filter .list_grid_view_news .gridIcon {
  margin-left: 5px;
}
.event_wraper .event_top_filter .list_grid_view_news a {
  cursor: pointer;
}
.event_wraper .event_top_filter .list_grid_view_news a img {
  filter: brightness(0) saturate(100%) invert(97%) sepia(2%) saturate(1953%) hue-rotate(175deg) brightness(95%) contrast(96%);
}
.event_wraper .event_top_filter .list_grid_view_news a.active img {
  filter: none;
}
.event_wraper .event_item {
  background-color: #FAFAFA;
  height: 100%;
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.event_wraper .event_item span.cat {
  background-color: #000000;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  margin: 0px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}
.event_wraper .event_item .text_evt_block {
  padding: 15px;
  height: 100%;
}
.event_wraper .event_item .text_evt_block h4 {
  font-size: 18px;
  line-height: 30px;
}
.event_wraper .event_item .cancel-info {
  color: #BF1E2E;
  font-weight: bold;
  margin-left: 15px;
  padding-left: 10px;
  position: relative;
}
.event_wraper .event_item .cancel-info::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 2px;
  height: 20px;
  background: #000000;
  top: 1px;
}
.event_wraper .event_item .img_evt_block img {
  width: 100%;
}
.event_wraper .event_item .more-detail {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 20px;
}
.event_wraper .event_col {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 30px;
}

.season_brochures ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  list-style: none;
  align-items: center;
}
.season_brochures ul li {
  margin-right: 30px;
  margin-bottom: 10px;
}
.season_brochures ul li a {
  text-decoration: none !important;
}
.season_brochures ul li a img {
  max-width: 20px;
  margin-right: 6px;
  visibility: visible;
}
.season_brochures ul li a:hover {
  color: #019D83;
  text-decoration: underline;
}
.season_brochures ul li a:hover img {
  filter: brightness(0) saturate(100%) invert(51%) sepia(78%) saturate(5573%) hue-rotate(149deg) brightness(94%) contrast(99%);
}

.list_row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  max-width: 1100px;
  margin: 0 auto;
  background: #FAFAFA;
  margin-bottom: 10px;
}
.list_row .evt_img img {
  height: auto;
  max-height: 270px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_row .category {
  background-color: #000000;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px !important;
  margin: 0px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
}
.list_row .category h5 {
  color: #fff;
  margin: 0px;
  font-size: 14px;
  text-transform: uppercase;
}
.list_row .evt_det {
  padding-bottom: 20px;
}
.list_row .evt_det > * {
  padding-left: 25px;
  padding-right: 25px;
}
.list_row .evt_det h4 {
  font-size: 18px;
  line-height: 30px;
}
.list_row .evt_det .more-detail {
  justify-content: flex-start;
}
.list_row .evt_det .more-detail .btn_sm {
  margin-left: 30px;
}

.event_detail_wrap .main_breadcrumb {
  background: #000000;
  padding-bottom: 10px;
}
.event_detail_wrap .main_breadcrumb .breadcrumb a {
  color: #fff;
}
.event_detail_wrap .main_breadcrumb li.active,
.event_detail_wrap .main_breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.event_banner {
  background: #000000;
}
.event_banner h1,
.event_banner h2,
.event_banner h3,
.event_banner h4,
.event_banner h5,
.event_banner h6,
.event_banner li,
.event_banner p {
  color: #fff;
}
.event_banner h4.category {
  font-size: 18px;
}
.event_banner .evt_banner_row {
  /* align-items: center;*/
  margin: 0px;
}
.event_banner h5 {
  margin-bottom: 30px;
}
.event_banner .evt_banner_content {
  padding: 30px 10% 30px 10%;
}
.event_banner .evt_banner_content .cancel-info {
  color: #BF1E2E;
}
.event_banner .event_banner_img img {
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.event_banner p a {
  color: #fff;
}
.event_banner p a:hover {
  color: #019D83;
}

.event-det_info {
  padding-top: 60px;
  padding-bottom: 30px;
  visibility: visible;
}
.event-det_info .dt-content h2 {
  padding-bottom: 20px;
}
.event-det_info .dt-content h5 span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  padding-top: 5px;
  color: #000000 !important;
}
.event-det_info .dt_row {
  justify-content: space-between;
}

.title-subtitle {
  margin-bottom: 20px;
}
.title-subtitle:hover h5 {
  color: #019D83;
}

.pgm_col h5 {
  color: #000000 !important;
}

.loc_info {
  margin-bottom: 20px;
}
.loc_info h5 {
  margin-bottom: 5px;
}
.loc_info p {
  margin-bottom: 5px;
  font-weight: 700;
}

.btn-add-cal {
  display: flex;
  align-items: center;
}
.btn-add-cal > a {
  margin-right: 10px;
}

.event_description {
  padding-top: 60px;
  padding-bottom: 60px;
}
.event_description .simple_list_col {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.event_description h2 {
  padding-top: 15px;
  margin-bottom: 20px;
}
.event_description .simple_list_wrap .row {
  margin-left: -10px;
  margin-right: -10px;
}
.event_description .evt_descr .container {
  padding: 0px;
}
.event_description .simple_list_wrap {
  margin-bottom: 15px;
}
.event_description iframe {
  max-width: 420px;
}
.event_description .wp-block-group > * {
  margin-left: 0px !important;
}

.has-subtitle {
  flex-direction: column;
  position: relative;
}
.has-subtitle p {
  font-size: 26px;
  line-height: 36px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.inner_wraper {
  padding-bottom: 30px;
}
.inner_wraper .has-subtitle {
  flex-direction: column;
  margin-bottom: 40px;
}
.inner_wraper .has-subtitle p {
  font-size: 26px;
  line-height: 36px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.inner_wraper .has-subtitle h1 {
  padding-bottom: 10px;
}

.mt-filter {
  max-width: 280px;
  margin-bottom: 30px;
}

.mt_row_wrap {
  margin-bottom: 20px;
}
.mt_row_wrap .mt_row {
  margin-left: -6px;
  margin-right: -6px;
}
.mt_row_wrap h3 {
  margin-bottom: 15px;
}
.mt_row_wrap .mt_col {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 15px;
}
.mt_row_wrap .mt_content {
  background: #FAFAFA;
  height: 100%;
}
.mt_row_wrap .mt_content .mt_text {
  padding: 20px;
}
.mt_row_wrap .mt_content .mt_text h5 span {
  display: block;
  font-weight: normal;
  font-size: 16px;
  padding-top: 4px;
}
.mt_row_wrap .mt_content .mt_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 350px !important;
}
.mt_row_wrap .mt_content:hover h5 {
  color: #019D83;
}
.mt_row_wrap .mt_content:hover h5 .sub_title {
  color: #000000;
}

.artist_detail {
  padding-top: 70px;
  padding-bottom: 60px;
}
.artist_detail .artist_info {
  padding-right: 50px;
}
.artist_detail .artist_title {
  border-bottom: 2px solid #019B81;
  margin-bottom: 30px;
}

.news_wraper .news_section {
  margin-top: 30px;
}
.news_wraper .top-title {
  margin-bottom: 20px;
}
.news_wraper .news_dt_title {
  padding: 15px 0px;
}
.news_wraper .news_dt_title .date {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.news_wraper .news_dt_title p {
  margin-bottom: 10px;
}
.news_wraper .news_dt_title h6 {
  text-transform: uppercase;
  font-size: 15px;
}
.news_wraper .news_dt_title:hover h3 {
  color: #019D83;
}
.news_wraper .news_sec_detail {
  margin-top: -20px;
  padding-left: 10px;
}
.news_wraper .news_sec_detail .news_dt_title {
  border-bottom: 1px solid #142848;
}
.news_wraper .newsSearchEra {
  padding-top: 50px;
  padding-bottom: 50px;
}
.news_wraper .newsInRow {
  margin-bottom: 20px;
}
.news_wraper .search_filter_title {
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  grid-column-gap: 12px;
}
.news_wraper .search_filter_title .filterWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 12px;
}
.news_wraper .search_filter_title .reset {
  padding-top: 6px;
}
.news_wraper .newsSort {
  max-width: 240px;
  margin-left: auto;
}
.news_wraper .newsRow {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 15px;
}
.news_wraper .newsRow .newsColumn {
  width: 33.3%;
  padding: 0px 7px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.news_wraper .newsRow .newsColumn .news_category {
  font-size: 14px;
  padding: 5px 10px;
  text-transform: uppercase;
}
.news_wraper .newsRow .news_content {
  background: #FAFAFA;
  height: 100%;
}
.news_wraper .newsRow .news_content .newsinfo {
  padding: 15px;
}
.news_wraper .newsRow .news_content .date {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
.news_wraper .newsRow .news_content:hover {
  outline: 1px solid #019D83;
}
.news_wraper .newsRow .news_content:hover h3 {
  color: #019D83;
}
.news_wraper .newsContainer {
  padding-top: 10px;
}

.news_detail {
  padding-top: 40px;
  padding-bottom: 50px;
}
.news_detail h1 {
  margin-bottom: 40px;
}
.news_detail .dt_ul {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.news_detail .dt_ul li {
  font-weight: normal;
  margin-right: 20px;
  position: relative;
}
.news_detail .dt_ul li:after {
  content: "";
  position: absolute;
  background: #000;
  height: 15px;
  width: 1px;
  right: -10px;
  top: 4px;
}
.news_detail .dt_ul li:last-child::after {
  display: none;
}
.news_detail .dt_ul li a {
  font-weight: 700;
}
.news_detail .newsdt_img {
  margin-bottom: 30px;
}
.news_detail .news-dt-soc {
  display: flex;
  border-top: 3px solid #118197;
  padding-top: 30px;
  margin-top: 50px;
}
.news_detail .news-dt-soc h4 {
  margin-bottom: 0px;
  margin-right: 10px;
}
.news_detail .news-dt-soc .social_media ul {
  list-style: none;
  padding: 0px;
  display: flex;
}
.news_detail .news-dt-soc .social_media ul li {
  margin-right: 5px;
}
.news_detail .news-dt-soc .social_media ul li a {
  width: 33px;
  height: 33px;
  background: #000000;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news_detail .news-dt-soc .social_media ul li a:hover {
  background: #4267B2;
}
.news_detail .news-dt-soc .addtoany_list {
  display: flex;
}
.news_detail .news-dt-soc .addtoany_list a {
  background: #000000;
  width: 33px;
  height: 33px;
  border-radius: 100px;
  margin-right: 4px;
  padding: 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news_detail .news-dt-soc .addtoany_list a:hover {
  background: #019D83;
}
.news_detail .news-dt-soc .addtoany_list a span {
  width: auto !important;
  height: auto !important;
  display: flex !important;
  background: none !important;
  opacity: 1;
}
.news_detail .news-dt-soc .addtoany_list a img {
  opacity: 1 !important;
}

.aligncenter .row {
  justify-content: center;
}
.aligncenter .wp-block-embed__wrapper {
  text-align: center;
}

.alignleft {
  float: left;
  margin-right: 15px !important;
}

.alignright {
  float: right;
  margin-left: 10px !important;
}

.wp-block-group {
  padding-top: 50px;
  padding-bottom: 50px;
  clear: both;
}
.wp-block-group > h2 {
  margin-bottom: 40px;
}
.wp-block-group > h2.entry-title {
  margin-bottom: 10px;
}
.wp-block-group.alignfull {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.wp-block-group .entry-content {
  margin-bottom: 30px;
}
.wp-block-group > iframe {
  display: table;
}

.wp-block-group:not(.gray, .blue, .grey, .lightgreen, .green, .has-secondary-background-color) + .wp-block-group:not(.gray, .blue, .grey, .lightgreen, .green, .has-secondary-background-color) {
  padding-top: 0px;
}

.wp-block-media-text.alignwide {
  max-width: 1250px !important;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-media-text {
  max-width: 1000px !important;
}
.wp-block-media-text.alignwide {
  max-width: 1250px !important;
}
.wp-block-media-text.alignfull {
  max-width: 100% !important;
}

.wp-block-media-text {
  color: #000000;
  background: #FAFAFA !important;
  /* .wp-block-button {
      .wp-block-button__link {
          padding: 0 !important;
          background: none !important;
          color: #000 !important;
          font-size: 18px !important;
          position: relative !important;
          &:after {
              content: "";
              background-image: url(../img/black-arrow-right.svg);
              background-repeat: no-repeat;
              width: 18px;
              height: 16px;
              background-size: 16px;
              display: inline-block;
              margin-left: 8px;
              position: relative;
              top: 1px;
          }
          &:hover {
              color: $primary !important;
              background: none !important;
          }
          &:hover {
              &:after {
                  background-image: url(../img/green-arrow.svg);
              }
          }
          &::before {
              display: none !important;
          }
      }
  }
  */
}
.wp-block-media-text .block-editor-block-list__block .wp-block-button__link::after {
  top: 5px !important;
}

.gen_video_img {
  padding: 0px 40px;
}

.wp-admin .media {
  display: inline-block;
}

.main_wrapper .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;
}

.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 {
  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 {
  flex: 0 0 25%;
  max-width: 25%;
}

.contactcard_row.one {
  justify-content: center;
}

.contactcard_row.one .contact_col {
  flex: 0 0 30%;
  max-width: 30%;
}

.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 {
  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 {
  border-radius: 0px !important;
  border: 0 !important;
}

.advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body {
  padding-left: 0px;
  padding-right: 0px;
  background: #fff;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.advgb-tab-body-wrapper div.advgb-tab-body > * {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

div.advgb-tab-body > iframe {
  display: table;
}

.advgb-tab-body-wrapper div.advgb-tab-body > .wp-block-button {
  margin-bottom: 20px;
}

.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 .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,
.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-button,
.advgb-tab-body-wrapper div.advgb-tab-body .gform_confirmation_wrapper,
.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-advgb-image,
.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-advgb-list,
.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-buttons,
.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-gallery {
  max-width: 1000px;
}
.advgb-tab-body-wrapper div.advgb-tab-body > ul li,
.advgb-tab-body-wrapper div.advgb-tab-body > ol li {
  margin-bottom: 10px;
}
.advgb-tab-body-wrapper div.advgb-tab-body .advgb-column-inner li {
  margin-bottom: 10px;
}
.advgb-tab-body-wrapper div.advgb-tab-body ul.filebird-block-filebird-gallery {
  margin-left: auto !important;
  margin-right: auto !important;
}

.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;
}

.gform_legacy_markup_wrapper .description,
.gform_legacy_markup_wrapper .gfield_description,
.gform_legacy_markup_wrapper .gsection_description,
.gform_legacy_markup_wrapper .instruction,
.gform_legacy_markup_wrapper .gfield_checkbox li label,
.gform_legacy_markup_wrapper .gfield_radio li label {
  font-size: 16px !important;
}

.has-text-field #wp-link .query-results {
  top: 280px !important;
}

.gform_wrapper input:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
  border: 1px solid #000 !important;
  outline: 0 !important;
}

.wp-block-image.alignfull {
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  max-width: 100vw;
}

.wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group__inner-container .main-owl-slider + h2 {
  margin-top: 30px;
}

.halfHeight > img {
  height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.quartHeight > img {
  height: 40vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.maxHeight > img {
  height: 100vh;
  -o-object-fit: cover;
     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: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group.is-content-justification-left > * {
  margin-left: 0px !important;
  max-width: 100% !important;
  padding-left: 40px;
  padding-right: 40px;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1000px;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1000px;
}

.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%;
}
.wp-block-group > .wp-block-table,
.wp-block-group > .wp-block-advgb-table {
  margin-left: auto;
  margin-right: auto;
}

.no_img + .main_content > h3:first-of-type:first-child,
.no_img + .main_content > h2:first-of-type:first-child,
.no_img + .main_content > h4:first-of-type:first-child,
.no_img + .main_content > h5:first-of-type:first-child,
.no_img + .main_content > h1:first-of-type:first-child,
.no_img + .main_content > ul:first-of-type:first-child,
.no_img + .main_content > ol:first-of-type:first-child {
  padding-top: 0px;
}

.main_content > * {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.main_content > .wp-block-quote,
.main_content > .wp-block-image,
.main_content > .wp-block-embed {
  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: 20px;
}
.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,
.main_content > .button_list:last-of-type:last-child,
.main_content > .img_text_card:last-of-type:last-child,
.main_content > .contact_cards:not(.grey, .gray, .blue):last-child,
.main_content > .advgb-recent-posts-block:last-of-type:last-child,
.main_content > .wp-block-buttons: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,
.main_content > section {
  max-width: 100%;
}
.main_content > .column-center {
  max-width: 1250px;
  padding-left: 15px;
  padding-right: 15px;
}
.main_content .post-password-form {
  text-align: center;
}

.contact_cards.alignleft {
  max-width: 100%;
  float: none !important;
}
.contact_cards.alignleft .contactcard_row {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0px;
}

.page_title + .main_content > p:first-of-type:first-child {
  padding-top: 0px;
}

.components-panel__body-title .components-flex.components-input-control {
  height: auto !important;
}

.wp-block-separator.alignfull {
  width: 100% !important;
}

.sirsc-buttons .button-primary {
  white-space: nowrap !important;
}

.wp-adminify #wpbody-content #dashboard_right_now ul {
  flex-wrap: wrap;
}

.interface-interface-skeleton__notices .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary) {
  color: #fff !important;
  text-decoration: underline !important;
}

.wp-adminify #wpbody-content .interface-interface-skeleton__body .edit-post-sidebar .edit-post-sidebar__panel-tabs button.is-active::before,
.wp-adminify #wpbody-content .interface-interface-skeleton__body .edit-widgets-sidebar .edit-widgets-sidebar__panel-tabs button.is-active::before {
  border: 0;
}

.wp-block-advgb-accordions .wp-block-advgb-accordion-item {
  margin-bottom: 8px !important;
  box-shadow: none;
  border-radius: 0px;
  border: 2px solid #000000;
}
.wp-block-advgb-accordions .advgb-accordion-header {
  padding: 8px 30px !important;
  border: 0 !important;
  border-radius: 0px !important;
  margin-top: 0px !important;
  background: #FAFAFA !important;
  padding-right: 35px !important;
}
.wp-block-advgb-accordions .advgb-accordion-header:hover {
  outline: 2px solid #019A80;
}
.wp-block-advgb-accordions .advgb-accordion-header:hover .advgb-accordion-header-title {
  color: #019D83 !important;
}
.wp-block-advgb-accordions .advgb-accordion-header:hover .advgb-accordion-header-icon img {
  filter: brightness(0) saturate(100%) invert(51%) sepia(78%) saturate(5573%) hue-rotate(149deg) brightness(94%) contrast(99%);
}
.wp-block-advgb-accordions .advgb-accordion-header .advgb-accordion-header-title {
  color: #000 !important;
  position: relative;
}
.wp-block-advgb-accordions .advgb-accordion-header svg {
  display: none;
}
.wp-block-advgb-accordions .advgb-accordion-header.ui-accordion-header-active {
  background: none !important;
  outline: 0 !important;
}
.wp-block-advgb-accordions .advgb-accordion-header.ui-accordion-header-active h4 {
  color: #019D83 !important;
}
.wp-block-advgb-accordions .advgb-accordion-header.ui-accordion-header-active h4:after {
  content: "";
  width: 140px;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  bottom: -10px;
}
.wp-block-advgb-accordions .advgb-accordion-header.ui-accordion-header-active .advgb-accordion-header-icon img {
  filter: brightness(0) saturate(100%) invert(51%) sepia(78%) saturate(5573%) hue-rotate(149deg) brightness(94%) contrast(99%);
}
.wp-block-advgb-accordions .advgb-accordion-header-icon {
  margin-right: 0px;
  /*  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-top: 10px;
  background-image: url(../img/arrow-down.svg);*/
  position: absolute;
  right: 15px;
}
.wp-block-advgb-accordions .advgb-accordion-header-icon {
  display: block !important;
}
.wp-block-advgb-accordions .advgb-accordion-body {
  background: #fff !important;
  border: 1px solid #fff !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.wp-block-advgb-accordions .advgb-accordion-header[aria-expanded=true] .advgb-accordion-header-icon {
  transform: rotate(180deg);
  margin-top: 0;
}

.wp-block-table thead,
.wp-block-advgb-table thead {
  border-bottom: none !important;
}
.wp-block-table td,
.wp-block-advgb-table td {
  padding: 15px 20px !important;
  border: 0 !important;
  border-right: 1px solid #B2B2B2 !important;
}
.wp-block-table td:last-child,
.wp-block-advgb-table td:last-child {
  border-right: 0px !important;
}
.wp-block-table th,
.wp-block-advgb-table th {
  background: #000;
  text-transform: none;
  color: #fff;
  border-top: 0 !important;
  border-bottom: 0px !important;
  padding: 20px 20px !important;
  border-right: 1px solid #B8B6B9 !important;
  font-weight: 700;
  font-size: 18px;
}
.wp-block-table th:last-child,
.wp-block-advgb-table th:last-child {
  border-right: 0px;
}
.wp-block-table tbody tr:nth-child(2n+1),
.wp-block-advgb-table tbody tr:nth-child(2n+1) {
  background: #fafafa !important;
}
.wp-block-table tbody tr:nth-child(2n),
.wp-block-advgb-table tbody tr:nth-child(2n) {
  background: #fff !important;
}

.advgb-tabs-wrapper ul.advgb-tabs-panel {
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #000000 !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab {
  border-radius: 0 !important;
  background: #FAFAFA !important;
  color: #000000 !important;
  font-weight: 700;
  min-width: 140px;
  min-height: 60px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px !important;
  margin-right: 0px !important;
  border: 0 !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab a {
  color: #000 !important;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab.advgb-tab.advgb-tab-active {
  background: #000 !important;
  margin-bottom: -1px !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab.advgb-tab.advgb-tab-active a {
  color: #fff !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab.advgb-tab.advgb-tab-active a p {
  color: #fff !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab:hover {
  background: #019D83 !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab:hover a {
  color: #fff !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab:hover a p {
  color: #fff !important;
}

.main_wrapper .wp-block-separator {
  margin-left: 0px;
  margin-right: 0px;
}
.main_wrapper .wp-block-separator.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.alert-area {
  background: #019D83;
}
.alert-area .alert {
  background: none;
  border: 0;
  text-align: center;
  margin: 0;
  padding-right: 40px;
}
.alert-area p {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.alert-area p:empty {
  display: none;
}
.alert-area .close {
  position: absolute;
  right: 20px;
  top: 10px;
  opacity: 1;
  color: #fff;
  visibility: visible;
}

.cvf-universal-pagination ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cvf-universal-pagination ul li {
  display: inline;
  margin: 0px 3px;
  padding: 4px 4px;
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
}
.cvf-universal-pagination ul li.inactive {
  display: none !important;
}
.cvf-universal-pagination ul li.inactive:hover {
  cursor: pointer;
}
.cvf-universal-pagination ul li:hover {
  font-weight: 700;
}
.cvf-universal-pagination ul li.selected {
  font-weight: bold;
  opacity: 1;
}
.cvf-universal-pagination ul li:nth-child(1) {
  /* display: none;*/
}

.advgb-recent-posts-block .advgb-post-title {
  color: #000000;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
  font-size: 26px;
}
.advgb-recent-posts-block .advgb-post-excerpt {
  font-family: "Lato", sans-serif !important;
}
.advgb-recent-posts-block .advgb-recent-post {
  background: #FAFAFA;
}
.advgb-recent-posts-block .advgb-recent-post:hover {
  outline: 1px solid #019D83;
}
.advgb-recent-posts-block .advgb-recent-post:hover h2 a {
  color: #019D83;
}
.advgb-recent-posts-block .advgb-post-wrapper {
  margin-top: 0px !important;
  padding: 20px;
}
.advgb-recent-posts-block .advgb-post-info {
  overflow: hidden;
}
.advgb-recent-posts-block .advgb-post-info .advgb-post-datetime {
  text-transform: uppercase;
  margin-left: -92px;
}
.advgb-recent-posts-block .advgb-post-category .advgb-post-tax-term {
  font-size: 15px !important;
  font-weight: 700;
  border: 0 !important;
  padding: 0;
}
.advgb-recent-posts-block .advgb-post-category > div {
  margin: 0px !important;
}
.advgb-recent-posts-block.grid-view .advgb-post-tax-info {
  margin: 0;
  position: absolute;
  top: 0;
  padding-top: 3px;
  width: 100%;
  left: 0;
  height: 30px;
  border: 1px solid #ddd;
  padding: 3px 10px;
}
.advgb-recent-posts-block.grid-view .advgb-recent-post {
  padding-top: 30px;
}
.advgb-recent-posts-block.grid-view .advgb-post-info {
  margin: 4px 0px !important;
}
.advgb-recent-posts-block.list-view .advgb-post-wrapper {
  padding: 0px;
  align-content: start;
}
.advgb-recent-posts-block.list-view .advgb-post-wrapper .advgb-post-tax-info {
  order: 1;
}
.advgb-recent-posts-block.list-view .advgb-post-wrapper .advgb-post-info {
  order: 2;
}
.advgb-recent-posts-block.list-view .advgb-post-wrapper .advgb-post-title {
  order: 3;
}
.advgb-recent-posts-block.list-view .advgb-post-wrapper .advgb-post-content {
  order: 4;
}
.advgb-recent-posts-block.list-view .advgb-recent-post {
  padding-bottom: 0px !important;
  margin-bottom: 40px !important;
}
.advgb-recent-posts-block.list-view .advgb-recent-post--no-image .advgb-post-wrapper {
  padding: 10px 20px;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  border: 1px solid #000;
  background-color: #fff;
  min-height: 45px;
}
.gform_wrapper.gravity-theme .gform_button {
  color: #fff;
  font-weight: 700;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  background: #000000;
  overflow: hidden;
  z-index: 1;
  border: 0 !important;
}
.gform_wrapper.gravity-theme .gform_button:hover {
  background: #019D83;
  color: #fff;
}
.gform_wrapper.gravity-theme .gform_footer {
  justify-content: center;
}
.gform_wrapper.gravity-theme textarea.small {
  min-height: 200px;
}
.gform_wrapper.gravity-theme .gform_footer {
  color: #fff;
  font-weight: 700;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  background: #000000;
  overflow: hidden;
  z-index: 1;
  display: table !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  margin-top: 20px !important;
}
.gform_wrapper.gravity-theme .gform_footer:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.3s ease;
  width: 0%;
  height: 105%;
}
.gform_wrapper.gravity-theme .gform_footer:hover {
  color: #fff;
}
.gform_wrapper.gravity-theme .gform_footer:hover::before {
  width: 101%;
  background: #019D83;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button {
  background: none !important;
  margin-bottom: 0 !important;
}

.main-form {
  background: #000000;
  padding: 40px 20px;
  margin-top: 50px;
  margin-bottom: 40px;
}
.main-form h2 {
  font-size: 40px;
  color: #fff;
  text-align: center;
}
.main-form p {
  color: #fff;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.main-form form {
  display: grid;
  grid-template-columns: auto 130px !important;
  max-width: 1000px;
  margin: auto;
  margin-top: 25px;
}
.main-form .gform_fields {
  grid-column-gap: 8px !important;
}
.main-form .gform_button {
  background: #019D83 !important;
}
.main-form .gform_button:hover {
  background: #fff !important;
  color: #000 !important;
}
.main-form .gform_wrapper.gravity-theme .gform_footer {
  background: #019D83;
  margin-top: 0 !important;
  max-height: 44px;
}
.main-form .gform_wrapper.gravity-theme .gform_footer:hover::before {
  background: #fff;
}
.main-form .gform_confirmation_message {
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding-top: 10px;
}

.wp-pagenavi,
.pagination {
  padding-top: 30px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  visibility: visible;
}
.wp-pagenavi a,
.wp-pagenavi span,
.pagination a,
.pagination span {
  border: 0;
  color: #000;
  font-weight: normal;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0px 5px;
}
.wp-pagenavi span.current,
.pagination span.current {
  font-weight: bold;
}
.wp-pagenavi .nextpostslink,
.pagination .nextpostslink {
  position: relative;
  font-size: 0px;
  visibility: visible;
}
.wp-pagenavi .nextpostslink::after,
.pagination .nextpostslink::after {
  content: "NEXT";
  font-size: 18px;
  color: #000;
}
.wp-pagenavi .nextpostslink:hover::after,
.pagination .nextpostslink:hover::after {
  font-weight: bold;
}
.wp-pagenavi .previouspostslink,
.pagination .previouspostslink {
  position: relative;
  font-size: 0px;
  visibility: visible;
}
.wp-pagenavi .previouspostslink:after,
.pagination .previouspostslink:after {
  content: "PREV";
  font-size: 18px;
  color: #000;
}
.wp-pagenavi .previouspostslink:hover::after,
.pagination .previouspostslink:hover::after {
  font-weight: bold;
}
.wp-pagenavi .pages,
.pagination .pages {
  display: none;
}
.wp-pagenavi .last,
.wp-pagenavi .first,
.pagination .last,
.pagination .first {
  display: none;
}
.wp-pagenavi a:hover,
.pagination a:hover {
  font-weight: bold;
}

#pagination-container {
  display: flex;
  justify-content: center;
}
#pagination-container a,
#pagination-container span {
  border: 0;
  color: #000;
  font-weight: normal;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0px 5px;
  visibility: visible;
}
#pagination-container span.current {
  font-weight: bold;
}

.page-id-22418 .page_title h1,
.page-id-22598 .page_title h1 {
  padding-bottom: 10px;
}

.wp-block-group.content-center {
  max-width: 1000px;
  margin: 0px auto;
  padding-top: 30px;
}

.wp-site-blocks {
  padding: 0px !important;
  margin: 0px !important;
}

.addeventatc.addtocal {
  color: #019D83 !important;
  font-weight: 700;
  font-size: 16px !important;
  font-family: "Lato", sans-serif;
  box-shadow: none !important;
  background: none !important;
  z-index: 9;
}
.addeventatc.addtocal:hover {
  text-decoration: underline;
  color: #000000 !important;
}

.addeventatc .addeventatc_icon {
  background-image: url(../img/calendar-icon.svg);
  background-repeat: no-repeat;
  width: 22px;
  height: 24px;
  background-size: 20px;
}

.wp-adminify .adminify-top_bar nav.adminify-top-navbar .navbar-brand .navbar-item img {
  max-height: 30px !important;
  width: auto !important;
}

.page-template-template-page-builder .gform_wrapper .large,
.page-template-template-page-builder .gform_wrapper select,
.page-template-template-page-builder .gform_wrapper textarea {
  background-color: #FAFAFA !important;
}

.acf-admin-page .notice.notice-success::after {
  border-radius: 100px !important;
}

.wp-adminify #wpbody-content .notice-dismiss {
  border-radius: 100px !important;
  min-width: 30px;
  min-height: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-template-template-educationllp .page_title {
  margin-bottom: 40px;
}
.page-template-template-educationllp .page_title.watermark-left:before {
  content: "";
  position: absolute;
  left: 65px;
  background-image: url(../img/event-leftside-shape.svg);
  background-repeat: no-repeat;
  width: 460px;
  height: 750px;
  top: 20px;
  z-index: -9;
  background-size: contain;
  visibility: visible;
}
.page-template-template-educationllp .page_title.watermark-right:after {
  content: "";
  position: absolute;
  right: 0px;
  background-image: url(../img/event-rightside-shape.svg);
  background-repeat: no-repeat;
  width: 410px;
  height: 600px;
  top: 200px;
  background-size: contain;
}
.page-template-template-educationllp .des-edu {
  padding: 30px 0px;
  text-align: center;
}

button.is-pressed > svg {
  fill: #fff !important;
}
button.is-pressed .dashicons::before {
  color: #fff;
}

.left_right_wraper {
  clear: both;
}

.wp-block-embed__wrapper > iframe {
  width: 100%;
  min-height: 400px;
}

.img_buttons + .wp-block-buttons {
  max-width: 1250px;
  padding: 0px 8px;
  padding-top: 20px;
}

.spotifyIframe {
  max-width: 400px !important;
}

.wp-block-group > .spotifyWrapper {
  max-width: 400px;
}

.evt_descr > * {
  max-width: 1050px;
}
.evt_descr > .tribe-events-event-image {
  max-width: 100%;
}

.acf-postbox .acf-fields.-left > .acf-field::before {
  background: #fff;
  border: 0;
}

.toplevel_page_gf_edit_forms {
  background: none !important;
}

.tec-block__single-event {
  margin-top: 0px;
}

.wp-block-heading + .wp-block-advgb-adv-tabs {
  padding-top: 20px;
}

.advgb-tab-body .wp-block-advgb-images-slider {
  max-width: 1000px !important;
}

.event_wraper .cvf_pag_loading {
  padding-top: 20px;
}
.event_wraper .event-row {
  margin-left: -8px;
  margin-right: -8px;
}

.no_img + .main_content > .wp-block-group:first-of-type:first-child {
  padding-top: 10px;
}

/* instagram feed backend fix  starts*/
body.folded .sb-customizer-sidebar {
  left: 66px;
  width: 325px;
}

.sbi-csz-header.sbi-fb-header {
  position: static !important;
}

.sb-customizer-preview {
  width: calc(100% - 120px);
}

.sbi-csz-hd-actions > button {
  min-width: 110px;
}

.sbi-csz-header-insider {
  justify-content: center !important;
}

/* instagram feed backend end  starts*/
.detail_wrap .wp-block-advgb-accordions {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.main_wrapper h1.alignwide,
.main_wrapper h2.alignwide,
.main_wrapper h3.alignwide,
.main_wrapper h4.alignwide,
.main_wrapper h5.alignwide,
.main_wrapper h6.alignwide,
.main_wrapper p.alignwide,
.main_wrapper section.alignwide.alignwide {
  max-width: 1250px;
}
@media (min-width: 1500px) {
  .main_wrapper h1.alignwide,
  .main_wrapper h2.alignwide,
  .main_wrapper h3.alignwide,
  .main_wrapper h4.alignwide,
  .main_wrapper h5.alignwide,
  .main_wrapper h6.alignwide,
  .main_wrapper p.alignwide,
  .main_wrapper section.alignwide.alignwide {
    max-width: 1400px;
  }
}
@media (min-width: 1023px) and (max-width: 1250px) {
  .main_wrapper h1.alignwide,
  .main_wrapper h2.alignwide,
  .main_wrapper h3.alignwide,
  .main_wrapper h4.alignwide,
  .main_wrapper h5.alignwide,
  .main_wrapper h6.alignwide,
  .main_wrapper p.alignwide,
  .main_wrapper section.alignwide.alignwide {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.main_wrapper h1.alignfull,
.main_wrapper h2.alignfull,
.main_wrapper h3.alignfull,
.main_wrapper h4.alignfull,
.main_wrapper h5.alignfull,
.main_wrapper h6.alignfull,
.main_wrapper p.alignfull,
.main_wrapper section.alignfull.alignfull {
  max-width: 1250px;
}
@media (min-width: 1500px) {
  .main_wrapper h1.alignfull,
  .main_wrapper h2.alignfull,
  .main_wrapper h3.alignfull,
  .main_wrapper h4.alignfull,
  .main_wrapper h5.alignfull,
  .main_wrapper h6.alignfull,
  .main_wrapper p.alignfull,
  .main_wrapper section.alignfull.alignfull {
    max-width: 1400px;
  }
}
@media (min-width: 1023px) and (max-width: 1250px) {
  .main_wrapper h1.alignfull,
  .main_wrapper h2.alignfull,
  .main_wrapper h3.alignfull,
  .main_wrapper h4.alignfull,
  .main_wrapper h5.alignfull,
  .main_wrapper h6.alignfull,
  .main_wrapper p.alignfull,
  .main_wrapper section.alignfull.alignfull {
    padding-left: 15px;
    padding-right: 15px;
  }
}

body .uwy .userway_buttons_wrapper {
  left: 0px !important;
  transform: none !important;
}

.page-id-23039 .img_block_descr,
.page-id-23039 .img_block_title {
  display: none !important;
  visibility: hidden;
}

nav[aria-label=breadcrumb] .breadcrumb-item:nth-child(2):not(.active) {
  display: none;
}/*# sourceMappingURL=custom.css.map */