/*General Style */
@import url("../css/bootstrap.min.css");
@import url("../fonts/font-awesome-6/css/all.min.css");
@import url("../css/owl.carousel.css");
@import url("../css/slimmenu.min.css");
@import url("../css/magnific-popup.css");
/*---------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
/*----------------------------------------
  font-family: "Lato", sans-serif;
------------------------------------------*/
:root {
  --primary: #84a027;
  --secondary: #7a75aa;
  --tertiary: #865c40;
  --headingColor: #2b2b2b;
  --textColor: #606060;
  --white: #ffffff;
  --lightgray: #f0f1f2;
  --bodyFont: "Lato", sans-serif;
}
html {
  overflow-x: hidden;
}
.grid_1200 {
  overflow: hidden;
}
body {
  margin: 0px;
  padding: 0px;
  background-color: white;
  overflow: hidden;
  -ms-overflow-style: scrollbar;
  font-family: var(--bodyFont);
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: var(--textColor);
}
p {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.6px;
}
@media (max-width: 1199px) {
  body,
  p {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 991px) {
  body,
  p {
    font-size: 17px;
    letter-spacing: 0.4px;
  }
}
@media (max-width: 767px) {
  body,
  p {
    font-size: 16px;
    letter-spacing: 0.3px;
  }
}
img {
  max-width: 100%;
  height: auto;
}
::selection {
  background-color: var(--tertiary);
  color: var(--white);
}
::-moz-selection {
  background-color: var(--tertiary);
  color: var(--white);
}
::-webkit-selection {
  background-color: var(--tertiary);
  color: var(--white);
}
/* ------------------------------------------------------------------
 Typography
------------------------------------------------------------------- */
b,
strong {
  font-weight: 700;
}
a {
  color: var(--primary);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: var(--secondary);
  outline: 0;
}
h1:not(.site-title):before,
h2:before {
  display: none;
}
h1 {
  font-size: 66px;
  line-height: 1.12;
  text-transform: capitalize;
  font-weight: 900;
}
@media (max-width: 1600px) {
  h1 {
    font-size: 62px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 46px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 420px) {
  h1 {
    font-size: 32px;
  }
}
h2 {
  font-size: 56px;
  line-height: 1.15;
  letter-spacing: 1.1px;
  font-weight: 700;
}
@media (max-width: 1600px) {
  h2 {
    font-size: 52px;
    letter-spacing: 1px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 48px;
    letter-spacing: 0.8px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 42px;
    letter-spacing: 0.6px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 30px;
    letter-spacing: 0.4px;
  }
}
h3 {
  font-size: 26px;
  line-height: 1.35;
  font-weight: 700;
  text-transform: inherit;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 700;
  text-transform: inherit;
}
@media (max-width: 1600px) {
  h4 {
    font-size: 21px;
  }
}
@media (max-width: 1199px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  h4 {
    font-size: 19px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  h4 {
    font-size: 17px;
  }
}
h1,
h2,
h3,
h4 {
  color: var(--headingColor);
  margin: 0 0 20px;
}
p,
ol,
ul,
blockquote {
  margin: 0 0 20px;
  padding: 0;
}
.white h1,
.white h2,
.white h3,
.white h4,
.white p,
.white li,
.white span,
.white a {
  color: var(--white);
}
.white p a:hover {
  text-decoration: underline;
}
ol li,
ul li {
  list-style-type: none;
}
@media (max-width: 991px) {
  h1,
  h2,
  h3,
  h4,
  p,
  ol,
  ul,
  blockquote {
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  h1,
  h2,
  h3,
  p,
  ol,
  ul,
  blockquote {
    margin: 0 0 10px;
  }
}

/* Forms */
.form-group {
  margin-bottom: 30px;
}
.form-group:last-child {
  margin-bottom: 0;
}
body .gform_wrapper.gravity-theme input[type="color"],
body .gform_wrapper.gravity-theme input[type="datetime-local"],
body .gform_wrapper.gravity-theme input[type="date"],
body .gform_wrapper.gravity-theme input[type="datetime"],
body .gform_wrapper.gravity-theme input[type="email"],
body .gform_wrapper.gravity-theme input[type="month"],
body .gform_wrapper.gravity-theme input[type="number"],
body .gform_wrapper.gravity-theme input[type="password"],
body .gform_wrapper.gravity-theme input[type="search"],
body .gform_wrapper.gravity-theme input[type="tel"],
body .gform_wrapper.gravity-theme input[type="text"],
body .gform_wrapper.gravity-theme input[type="time"],
body .gform_wrapper.gravity-theme input[type="url"],
body .gform_wrapper.gravity-theme input[type="week"],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea,
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="month"],
input[type="number"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="email"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="file"],
textarea,
select {
  width: 100%;
  max-width: 100%;
  display: block;
  height: inherit;
  z-index: 1;
  margin: 0;
  padding: 16px 20px;
  background-color: var(--white);
  box-shadow: none;
  border: 1px solid var(--headingColor);
  border-radius: 10px;
  color: #111;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  direction: ltr;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

body .gform_wrapper.gravity-theme input[type="color"]:focus,
body .gform_wrapper.gravity-theme input[type="datetime-local"]:focus,
body .gform_wrapper.gravity-theme input[type="date"]:focus,
body .gform_wrapper.gravity-theme input[type="datetime"]:focus,
body .gform_wrapper.gravity-theme input[type="email"]:focus,
body .gform_wrapper.gravity-theme input[type="month"]:focus,
body .gform_wrapper.gravity-theme input[type="number"]:focus,
body .gform_wrapper.gravity-theme input[type="password"]:focus,
body .gform_wrapper.gravity-theme input[type="search"]:focus,
body .gform_wrapper.gravity-theme input[type="tel"]:focus,
body .gform_wrapper.gravity-theme input[type="text"]:focus,
body .gform_wrapper.gravity-theme input[type="time"]:focus,
body .gform_wrapper.gravity-theme input[type="url"]:focus,
body .gform_wrapper.gravity-theme input[type="week"]:focus,
body .gform_wrapper.gravity-theme select:focus,
body .gform_wrapper.gravity-theme textarea:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: #00b052;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #111;
  opacity: 0.8;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #111;
  opacity: 0.8;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #111;
  opacity: 0.8;
}
select {
  background-image: url(../images/select_arrow.svg);
  background-size: 16px;
  background-position: 97% center;
  background-repeat: no-repeat;
  color: rgba(37, 37, 37, 0.7);
  padding-right: 35px !important;
  cursor: pointer;
}
@media (max-width: 1199px) {
  body .gform_wrapper.gravity-theme input[type="color"],
  body .gform_wrapper.gravity-theme input[type="datetime-local"],
  body .gform_wrapper.gravity-theme input[type="date"],
  body .gform_wrapper.gravity-theme input[type="datetime"],
  body .gform_wrapper.gravity-theme input[type="email"],
  body .gform_wrapper.gravity-theme input[type="month"],
  body .gform_wrapper.gravity-theme input[type="number"],
  body .gform_wrapper.gravity-theme input[type="password"],
  body .gform_wrapper.gravity-theme input[type="search"],
  body .gform_wrapper.gravity-theme input[type="tel"],
  body .gform_wrapper.gravity-theme input[type="text"],
  body .gform_wrapper.gravity-theme input[type="time"],
  body .gform_wrapper.gravity-theme input[type="url"],
  body .gform_wrapper.gravity-theme input[type="week"],
  body .gform_wrapper.gravity-theme select,
  body .gform_wrapper.gravity-theme textarea,
  input[type="color"],
  input[type="date"],
  input[type="datetime-local"],
  input[type="datetime"],
  input[type="month"],
  input[type="number"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  input[type="email"],
  input[type="search"],
  input[type="text"],
  input[type="password"],
  input[type="tel"],
  input[type="file"],
  textarea,
  select {
    padding: 15px 18px;
    font-size: 17px;
  }

  input::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    font-size: 17px;
  }
  input::placeholder,
  textarea::placeholder,
  select::placeholder {
    font-size: 17px;
  }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-size: 17px;
  }
  select {
    padding-right: 30px !important;
  }
}
@media (max-width: 991px) {
  body .gform_wrapper.gravity-theme input[type="color"],
  body .gform_wrapper.gravity-theme input[type="datetime-local"],
  body .gform_wrapper.gravity-theme input[type="date"],
  body .gform_wrapper.gravity-theme input[type="datetime"],
  body .gform_wrapper.gravity-theme input[type="email"],
  body .gform_wrapper.gravity-theme input[type="month"],
  body .gform_wrapper.gravity-theme input[type="number"],
  body .gform_wrapper.gravity-theme input[type="password"],
  body .gform_wrapper.gravity-theme input[type="search"],
  body .gform_wrapper.gravity-theme input[type="tel"],
  body .gform_wrapper.gravity-theme input[type="text"],
  body .gform_wrapper.gravity-theme input[type="time"],
  body .gform_wrapper.gravity-theme input[type="url"],
  body .gform_wrapper.gravity-theme input[type="week"],
  body .gform_wrapper.gravity-theme select,
  body .gform_wrapper.gravity-theme textarea,
  input[type="color"],
  input[type="date"],
  input[type="datetime-local"],
  input[type="datetime"],
  input[type="month"],
  input[type="number"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  input[type="email"],
  input[type="search"],
  input[type="text"],
  input[type="password"],
  input[type="tel"],
  input[type="file"],
  textarea,
  select {
    font-size: 16px;
    padding: 14px 16px;
  }
  input::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    font-size: 16px;
  }
  input::placeholder,
  textarea::placeholder,
  select::placeholder {
    font-size: 16px;
  }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  select {
    padding-right: 25px !important;
    background-size: 14px;
  }
  .form-group {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .form-group {
    margin-bottom: 12px;
  }
}
/*Buttons*/
.btn_holder {
  margin-top: 40px;
  text-align: center;
}
input[type="submit"],
button[type="submit"],
.site_btn {
  position: relative;
  cursor: pointer;
  padding: 15px 30px;
  min-width: 200px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: var(--white);
  background-color: var(--primary);
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  border: none;
  border-radius: 6px;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.site_btn.white:hover,
.site_btn.white:focus,
input[type="submit"]:hover,
button[type="submit"]:hover,
.site_btn:hover,
.site_btn:focus {
  background-color: var(--secondary);
  color: var(--white);
}
.site_btn.black {
  color: var(--white);
  background-color: var(--headingColor);
}
.site_btn.black:hover,
.site_btn.black:focus {
  background-color: var(--primary);
  color: var(--white);
}
.site_btn.purple {
  color: var(--white);
  background-color: var(--secondary);
}
.site_btn.white {
  color: var(--headingColor);
  background-color: var(--white);
}
.site_btn.purple:hover,
.site_btn.purple:focus {
  color: var(--white);
  background-color: var(--primary);
}
.site_btn.sm {
  padding: 10px 18px;
  min-width: 140px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
.site_btn + .site_btn {
  margin-left: 15px;
}
@media (max-width: 1600px) {
  .btn_holder {
    margin-top: 35px;
  }
}
@media (max-width: 1199px) {
  .btn_holder {
    margin-top: 30px;
  }
  input[type="submit"],
  button[type="submit"],
  .site_btn {
    padding: 13px 20px;
    min-width: 180px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .btn_holder {
    margin-top: 25px;
  }
  input[type="submit"],
  button[type="submit"],
  .site_btn {
    padding: 12px 28px 14px;
    min-width: 160px;
    font-size: 17px;
    line-height: 26px;
  }
  .site_btn.sm {
    padding: 8px 18px 10px;
    line-height: 26px;
    min-width: 120px;
  }
}
@media (max-width: 767px) {
  .btn_holder {
    margin-top: 20px;
  }
  .site_btn + .site_btn {
    margin-left: 10px;
  }
  .site_btn {
    padding: 10px 24px 12px;
    min-width: 120px;
    font-size: 16px;
    line-height: 26px;
  }
  .site_btn.sm {
    padding: 7px 15px 9px;
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  input[type="submit"],
  button[type="submit"],
  .site_btn {
    min-width: inherit;
  }
}

/* ---- Header ----- */
.header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  display: block;
  background-color: var(--white);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.header.sticky {
  position: fixed;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}
.header .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .main_header {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.header.sticky ul.slimmenu > li > a::after {
  bottom: 16px;
}
.top_header {
  background-color: var(--tertiary);
}
.top_header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top_header ul li {
  font-size: 18px;
  line-height: 26px;
  padding: 12px 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.top_header ul li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.top_header ul li i {
  margin-right: 5px;
}
.top_header ul li i.fa-phone {
  font-size: 16px;
}
.top_header ul li a:hover {
  text-decoration: underline;
}
.top_header .top_left ul li {
  padding: 0;
  border: none;
}
.top_header .top_right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.top_header ul.social_media {
  gap: 18px;
  padding-left: 18px;
  padding-right: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.top_header ul.social_media li {
  padding-left: 0;
  padding-right: 0;
  border: none;
  font-size: 20px;
}
.top_header ul.social_media li i {
  margin: 0;
}
.top_header ul.social_media li a:hover {
  opacity: 0.5;
}
/* Search  */
.search-toggle {
  display: inline-block;
  margin-left: 20px;
}
.search-icon {
  position: relative;
  z-index: 11;
  font-size: 20px;
  color: var(--secondary);
  background-color: var(--lightgray);
  border: 0;
  width: 50px;
  height: 50px;
  outline: none;
  border-radius: 6px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.search-icon:hover {
  color: var(--white);
  background-color: var(--secondary);
}
.search-toggle .search-icon.icon-close,
.search-toggle.opened .search-icon.icon-search {
  display: none;
}
.search-toggle.opened .search-icon.icon-close {
  display: block;
}
.search-container {
  visibility: hidden;
  max-width: 50px;
  width: 100%;
  position: absolute;
  right: 15px;
  top: 127px;
  bottom: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.sticky .search-container {
  top: 103px;
}
.search-container.opened {
  max-width: 365px;
  opacity: 1;
  visibility: visible;
}
.search-container form {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.search-container input {
  border: 2px solid var(--secondary);
  border-radius: 6px;
  background-color: var(--white);
  padding: 12px 45px 12px 15px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  outline: 0;
}
.search-container .search-icon {
  position: absolute;
  right: 6px;
  top: 6px;
  border: 0;
  z-index: 1;
  width: 42px;
  height: 42px;
  font-size: 18px;
  min-width: inherit;
  color: var(--secondary) !important;
  background-color: transparent !important;
  padding: 5px 5px 7px 6px;
  background-image: none;
  box-shadow: none !important;
  margin: 0;
  border-radius: 5px;
}
.search-container .search-icon:hover {
  color: var(--primary) !important;
}
@media (max-width: 1199px) {
  .top_header ul li {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 15px;
  }
  .top_header ul.social_media li {
    font-size: 18px;
  }
  .top_header ul li i {
    margin-right: 3px;
  }
  .top_header ul li i.fa-phone {
    font-size: 15px;
  }
  .search-icon {
    font-size: 18px;
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 991px) {
  .header,
  .header.sticky {
    position: relative;
  }
  .header.sticky .main_header,
  .header .main_header {
    padding: 0;
  }
  .header .main_header .container {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .top_header .top_right .ec_link {
    display: none;
  }
  .top_header ul.social_media {
    gap: 15px;
    padding-left: 12px;
    padding-right: 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .top_header ul li {
    font-size: 15px;
  }
  .header.sticky .search-container,
  .search-container {
    top: 101px;
  }
  .search-container input {
    padding: 10px 45px 10px 15px;
  }
  .search-container .search-icon {
    right: 4px;
    top: 4px;
  }
  .search-icon {
    width: 40px;
    height: 40px;
    border-radius: 4px;
  }
}
@media (max-width: 767px) {
  .top_header ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .top_header ul.social_media li {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .top_header .top_right {
    display: none;
  }
  .top_header .top_left ul li {
    padding: 10px 0;
  }
  .top_header .top_left ul li a {
    display: flex;
    align-items: center;
    line-height: 1.2;
    gap: 0px;
  }
  .search-container.opened {
    max-width: calc(100% - 30px);
  }
  .header.sticky .search-container,
  .search-container {
    top: 100px;
  }
  .search-container input {
    padding: 8px 45px 8px 12px;
  }
  .search-container .search-icon {
    right: 2px;
    top: 2px;
  }
}
@media (max-width: 400px) {
  .top_header ul li {
    font-size: 12px;
  }
}

/* Image bottom and after shadow */
.mask_image-wrap {
  width: 100%;
  height: auto;
  max-height: 616px;
  position: relative;
  aspect-ratio: 1 / 1;
}
.mask_image-wrap:before {
  content: "";
  position: absolute;
  left: auto;
  top: auto;
  margin-top: 15px;
  width: 100%;
  height: 100%;
  background-color: var(--tertiary);
  -webkit-clip-path: url(#imagebottomshadow_shape);
  clip-path: url(#imagebottomshadow_shape);
  object-fit: cover;
  z-index: 1;
}
.mask_image-wrap:after {
  content: "";
  position: absolute;
  left: auto;
  top: 0;
  margin-top: 36px;
  width: calc(100% + 95px);
  height: calc(100% + 55px);
  background-color: var(--tertiary);
  -webkit-clip-path: url(#imageafter_shape);
  clip-path: url(#imageafter_shape);
  object-fit: cover;
  opacity: 0.1;
}
.image_shape {
  height: 100%;
  position: relative;
  z-index: 1;
  -webkit-clip-path: url(#imagemask_shape);
  clip-path: url(#imagemask_shape);
  object-fit: cover;
  width: 100%;
}
.image_shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  background-color: var(--white);
}
@media (max-width: 1700px) {
  .mask_image-wrap {
    height: auto;
  }
  .mask_image-wrap:after {
    width: 106%;
    height: 106%;
  }
  .mask_image-wrap:before {
    width: 100%;
  }
}
@media (max-width: 1600px) {
  .mask_image-wrap:before {
    margin-top: 10px;
  }
  .mask_image-wrap {
    height: 480px;
  }
}
@media (max-width: 1199px) {
  .mask_image-wrap:before {
    margin-top: 10px;
  }
  .mask_image-wrap {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .mask_image-wrap:before {
    margin-top: 10px;
  }
  .mask_image-wrap {
    height: 480px;
  }
}
@media (max-width: 767px) {
  .mask_image-wrap {
    height: 380px;
  }
}
@media (max-width: 575px) {
  .mask_image-wrap {
    height: 350px;
  }
}
@media (max-width: 460px) {
  .mask_image-wrap {
    height: 280px;
  }
}
@media (max-width: 360px) {
  .mask_image-wrap {
    height: 240px;
  }
}

/* Billboard */
.billboard {
  position: relative;
  background-color: var(--lightgray);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.header_gap {
  margin-top: 150px;
}
.billboard .item {
  position: relative;
  padding: 80px 0;
  width: 100%;
  min-height: 740px;
  height: calc(100vh - 150px);
  overflow: hidden;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.billboard .item .container {
  position: relative;
  z-index: 3;
}
.billboard .item .caption {
  width: 100%;
  padding: 0px 0 40px;
  position: relative;
  text-align: center;
}
.billboard .item .caption span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 32px;
  color: #865c40;
  font-weight: 600;
}
.billboard .item .caption .slider_logo {
  margin-bottom: 40px;
}
.billboard .item .caption .slider_logo a {
  max-width: 510px;
  display: block;
  margin: 0 auto;
}
.billboard .item .caption .slider_logo a img {
  width: 100%;
  object-fit: contain;
}
.billboard .item .caption span,
.billboard .owl-carousel .owl-item.active .slider_logo {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: customFadeDown;
  animation-delay: 0.4s;
}
.billboard .owl-carousel .owl-item.active .site_btn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: customFadeUp;
  animation-delay: 0.6s;
}
.billboard .owl-carousel .owl-item.active .caption_img_wrap {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: customFadeRight;
  animation-delay: 0.6s;
}
.billboard .owl-carousel .owl-dots {
  bottom: 50px;
}
.caption_img_wrap {
  margin-right: -16.666667%;
  top: -60px;
}
.caption_image {
  margin-left: 30px;
}
@-webkit-keyframes customFadeDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes customFadeDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.customFadeDown {
  -webkit-animation-name: customFadeDown;
  animation-name: customFadeDown;
}
@-webkit-keyframes customFadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes customFadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.customFadeUp {
  -webkit-animation-name: customFadeUp;
  animation-name: customFadeUp;
}
@-webkit-keyframes customFadeRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes customFadeRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.customFadeRight {
  -webkit-animation-name: customFadeRight;
  animation-name: customFadeRight;
}
@media (max-width: 1700px) {
  .caption_img_wrap {
    top: -40px;
  }
}
@media (max-width: 1600px) {
  .billboard .item {
    padding: 60px 0;
    height: calc(100vh - 150px);
    min-height: 600px;
  }
  .billboard .item .caption .slider_logo a {
    max-width: 470px;
  }
  .caption_image {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .header_gap {
    margin-top: 144px;
  }
  .billboard .item {
    height: auto;
    min-height: 500px;
    padding: 50px 0 80px;
  }
  .caption_img_wrap {
    top: -25px;
  }
  .caption_image {
    width: 100%;
    margin-left: 0px;
  }
  .billboard .item .caption {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .billboard .item .caption .slider_logo a {
    max-width: 400px;
  }
  .billboard .item .caption span {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .header_gap {
    margin-top: 0;
  }
  .billboard .item .caption {
    margin-bottom: 40px;
    padding: 0;
  }
  .billboard .item {
    min-height: 560px;
    padding: 50px 0;
  }
  .caption_img_wrap {
    top: -10px;
    margin-bottom: 50px;
  }
  .caption_image {
    margin-left: 0;
  }
  .billboard .item .caption .slider_logo {
    margin-bottom: 30px;
  }
  .billboard .item .caption span {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .billboard .item {
    min-height: 500px;
    padding: 40px 0;
  }
  .billboard .item .caption span {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .billboard .item {
    min-height: 460px;
  }
  .billboard .owl-carousel .owl-dots {
    bottom: 30px;
  }
  .billboard .item .caption {
    margin-bottom: 30px;
    padding: 0;
  }
  .billboard .item .caption .slider_logo a {
    max-width: 300px;
  }
  .billboard .item .caption .slider_logo {
    margin-bottom: 20px;
  }
  .billboard .item .caption span {
    font-size: 21px;
  }
}

.bottom_edge_sep {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  max-height: 192px;
}
.top_edge_sep {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  max-height: 192px;
}

/* --- Sections --- */
.sections {
  padding: 100px 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sections.md {
  padding: 70px 0;
}
.sections.sm {
  padding: 50px 0;
}
.sections.xs {
  padding: 40px 0;
}

.sections.ptsm {
  padding-top: 50px;
}
.sections.pt0 {
  padding-top: 0;
}
.sections.pb0 {
  padding-bottom: 0;
}
.sections.pt3 {
  padding-top: 30px;
}
.sections_title {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.sections_title .title_shape {
  margin-bottom: 15px;
  max-height: 88px;
}
.sections_title .title_shape_center {
  text-align: center;
}
.sections_title.left {
  text-align: left;
}
.sections_title h2 {
  margin-bottom: 15px;
}
.sections_title.inline {
  display: inline-block;
}
.sections_title.inline h2 {
  margin-bottom: 0px;
}
.lightgray {
  background-color: var(--lightgray);
}
.fit_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.fit_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.tb_space > div {
  padding-top: 15px;
  padding-bottom: 15px;
}
.leafe_drw_tl {
  position: absolute;
  top: 22%;
  left: -5%;
  max-width: 400px;
  opacity: 0.07;
  z-index: -1;
}
.leafe_drw_tr {
  position: absolute;
  top: 22%;
  right: -5%;
  max-width: 400px;
  opacity: 0.07;
  z-index: -1;
}
.leafe_drw_rb {
  position: absolute;
  bottom: 8%;
  right: -6%;
  max-width: 354px;
  opacity: 0.07;
  z-index: -1;
}
.leafe_drw_lb {
  position: absolute;
  bottom: 8%;
  left: -6%;
  max-width: 354px;
  opacity: 0.07;
  z-index: -1;
}
/* Section Edge */
@media (max-width: 1780px) {
  .leafe_drw_tr,
  .leafe_drw_lb,
  .leafe_drw_rb,
  .leafe_drw_tl {
    max-width: 300px;
  }
}
@media (max-width: 1600px) {
  .sections {
    padding: 80px 0;
  }
  .sections.md {
    padding: 65px 0;
  }
  .sections.sm {
    padding: 45px 0;
  }
  .sections.xs {
    padding: 35px 0;
  }
  .sections.ptsm {
    padding-top: 45px;
  }
  .leafe_drw_tr,
  .leafe_drw_lb,
  .leafe_drw_rb,
  .leafe_drw_tl {
    max-width: 200px;
  }
  .sections_title .title_shape {
    max-height: 70px;
  }
}
@media (max-width: 1199px) {
  .sections {
    padding: 70px 0;
  }
  .sections.md {
    padding: 60px 0;
  }
  .sections.sm {
    padding: 40px 0;
  }
  .sections.xs {
    padding: 30px 0;
  }
  .sections.ptsm {
    padding-top: 40px;
  }
  .sections_title .title_shape {
    max-height: 60px;
  }
  .leafe_drw_tr,
  .leafe_drw_lb,
  .leafe_drw_rb,
  .leafe_drw_tl {
    max-width: 160px;
  }
}
@media (max-width: 991px) {
  .sections {
    padding: 60px 0;
  }
  .sections.md {
    padding: 50px 0;
  }
  .sections.sm {
    padding: 30px 0;
  }
  .sections.xs {
    padding: 25px 0;
  }
  .sections.ptsm {
    padding-top: 30px;
  }
  .sections_title {
    margin-bottom: 20px;
  }
  /* .sections_title br {
    display: none;
  } */
  .sections_title .title_shape {
    max-height: 55px;
  }
}
@media (max-width: 767px) {
  .sections {
    padding: 50px 0;
  }
  .sections.md {
    padding: 40px 0;
  }
  .sections.sm {
    padding: 25px 0;
  }
  .sections.xs {
    padding: 20px 0;
  }
  .sections.ptsm {
    padding-top: 25px;
  }
  .sections_title {
    margin-bottom: 15px;
  }
  .sections_title h2 {
    margin-bottom: 10px;
  }
  .sections_title .title_shape {
    max-height: 50px;
  }
}
@media (max-width: 575px) {
  .tb_space > div {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .sections_title .title_shape {
    max-height: 40px;
    margin-bottom: 10px;
  }
  .leafe_drw_tl {
    top: 4%;
    left: -7%;
  }
  .leafe_drw_tr,
  .leafe_drw_lb,
  .leafe_drw_rb,
  .leafe_drw_tl {
    max-height: 200px;
  }
  .leafe_drw_lb {
    bottom: 1%;
    left: -14%;
  }
  .leafe_drw_rb {
    bottom: 1%;
    right: -14%;
  }
}
/* Events */
.events .container-fluid {
  padding: 0 60px;
  max-width: 1880px;
}
.events .leaf_ev {
  height: 670px;
}
.events .leafe_drw_rb {
  right: -2%;
  max-width: 218px;
}
.event_box {
  background-color: var(--lightgray);
  padding: 30px;
  border-radius: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  gap: 25px;
}
.event_box:nth-last-of-type(1) {
  margin-bottom: 0;
}
.event_box .ev_date {
  flex: 0 0 170px;
  height: 160px;
  background-image: url(../images/egde-shape.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 15px 15px 25px;
  text-align: center;
}
.event_box .ev_date span {
  color: #2b2b2b;
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.2;
  display: block;
  flex: 100%;
}
.event_box .ev_date i {
  font-size: 50px;
  color: var(--secondary);
}
.event_box .ev_text {
  flex: 1;
}
.event_box .ev_text h3 a {
  color: var(--headingColor);
}
.event_box .ev_text h3 a:hover {
  color: var(--primary);
}
.events .fit_img {
  padding-right: 40px;
  height: 520px;
}
.events .fit_img img {
  object-fit: contain;
  animation: rotate_img 8s linear infinite;
}

.single-event .news_thumbnail img {
    max-height: 400px;
    object-fit: cover;
    width: 100%;
    object-position:center;
}

@keyframes rotate_img {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media (max-width: 1600px) {
  .events .leafe_drw_rb {
    right: -4%;
    max-width: 128px;
  }
  .events .fit_img {
    padding-right: 20px;
    height: 460px;
  }
  .event_box {
    padding: 20px;
    gap: 20px;
  }
  .event_box h3 {
    font-size: 24px;
  }
  .events .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  .event_box {
    padding: 15px 20px;
    margin-bottom: 20px;
  }
  .event_box .ev_text h3 {
    margin-bottom: 15px;
  }
  .events .fit_img {
    padding-right: 0;
    height: 420px;
  }
  .event_box h3 {
    font-size: 22px;
  }
  .events .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .event_box {
    max-width: 690px;
    margin: 0 auto 20px;
  }
  .events .fit_img {
    height: 340px;
    margin-bottom: 30px;
  }
  .event_box .ev_date i {
    font-size: 40px;
  }
  .event_box .ev_date {
    flex: 0 0 140px;
    height: 140px;
  }
  .event_box h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .event_box {
    padding: 12px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .event_box .ev_text h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .event_box {
    display: block;
    text-align: center;
    padding: 20px;
  }
  .event_box h3 {
    font-size: 18px;
  }
  .event_box .ev_date {
    margin-bottom: 15px;
  }
  .events .fit_img {
    height: auto;
    width: 100%;
    max-width: 180px;
    margin: 0 auto 30px auto;
  }
}

/* About */
.artBgImg {
  position: relative;
  padding: 200px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* .about_copy {
  padding-right: 20px;
} */
.about_copy p {
  margin-bottom: 35px;
  padding-right: 0;
}
.right_img {
  margin-right: -16.666667%;
  padding-left: 50px;
}
.about_img.img_after_shadow:after {
  opacity: 0.1;
}
@media (max-width: 1600px) {
  .right_img {
    max-width: 50%;
    margin-right: 0;
    padding-left: 15px;
  }
}
@media (max-width: 1199px) {
  .artBgImg {
    padding: 120px 0;
  }
  .right_img {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .artBgImg {
    padding: 100px 0;
  }
  .about_copy {
    padding-right: 0px;
  }
  .about_copy p {
    padding-right: 0px;
    margin-bottom: 25px;
  }
  .right_img {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .artBgImg {
    padding: 80px 0;
  }
}
@media (max-width: 575px) {
  .artBgImg {
    padding: 60px 0;
  }
}

/* Resources */
/* .resources_copy {
  padding-left: 30px;
} */
.resources_copy p {
  margin-bottom: 35px;
}
.left_img {
  margin-left: -16.6666667%;
  padding-right: 50px;
}
@media (max-width: 1600px) {
  .left_img {
    max-width: 50%;
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .left_img {
    width: 100%;
    max-width: 100%;
  }
  .resources_copy {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .left_img {
    margin-bottom: 50px;
  }
}

/* 3 box */
.card_box {
  border-radius: 16px;
  padding: 30px 25px 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--lightgray);
}
.card_box h3 {
  margin-bottom: 10px;
}
.card_img {
  width: 178px;
  height: 172px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card_img img {
  max-height: 99px;
  position: relative;
  z-index: 1;
}
.card_img:before {
  content: "";
  background-image: url(../images/egde-shape.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  filter: brightness(0) invert(1);
}
.card_box:hover .card_img:before {
  transform: rotate(90deg);
}
.card_copy {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card_copy p {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .card_box {
    padding: 20px 20px 15px;
  }
  .card_copy p {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .card_copy {
    padding-top: 20px;
  }
  .card_img {
    margin: 0 auto;
    width: 158px;
    height: 152px;
  }
  .card_box {
    text-align: center;
    padding: 30px 20px;
  }
  .card_copy p {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .card_box {
    padding: 20px 15px;
  }
  .card_copy {
    padding-top: 20px;
  }
  .card_copy p {
    margin-bottom: 20px;
    font-size: 15px;
  }
}

/* CTA */
.cta_section {
  position: relative;
  padding: 140px 0 60px;
  background-color: var(--lightgray);
  overflow: hidden;
}
.cta_copy h2 {
  font-size: 46px;
  margin-bottom: 10px;
}
.cta_copy p:last-child {
  margin-bottom: 0;
}
.cta_right {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1600px) {
  .cta_section {
    padding: 110px 0 60px;
  }
  .cta_section:before {
    right: -440px;
  }
  .cta_copy h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .cta_section {
    padding: 100px 0 60px;
  }
  .cta_copy h2 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .cta_section {
    padding: 80px 0 50px;
  }
  .cta_copy {
    text-align: center;
    margin-bottom: 20px;
  }
  .cta_copy h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .cta_section {
    padding: 60px 0 40px;
  }
  .cta_copy h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .cta_section {
    padding: 50px 0 40px;
  }
  .cta_copy h2 {
    font-size: 28px;
  }
}

/* Footer */
.footer {
  background-color: var(--tertiary);
  position: relative;
  z-index: 3;
  padding-top: 70px;
  overflow: hidden;
}
.leafe_drw_footer {
  position: absolute;
  width: 394px;
  object-fit: cover;
  filter: brightness(0) invert(1);
  opacity: 0.07;
  left: -4%;
  bottom: -29%;
}
.footer .container {
  position: relative;
  z-index: 1;
}
.footer p,
.footer ul li {
  font-size: 18px;
}
.footer ul {
  margin-bottom: 0;
}
.footer p a:hover,
.footer ul li a:hover {
  color: var(--primary);
}
.contact_info ul li {
  display: block;
  margin-bottom: 14px;
}
.contact_info ul li:last-child {
  margin-bottom: 0;
}
.contact_info ul li a {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.contact_info ul li i {
  width: 40px;
  height: 40px;
  margin-right: 14px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: rgba(255, 255, 255, 1);
}
.contact_info ul li i.fa-phone {
  font-size: 16px;
}
.contact_info ul li:hover a i {
  background-color: var(--primary);
}
.footer .quick_links ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.footer .quick_links ul li {
  margin-bottom: 6px;
}
.footer .quick_links ul li:last-child {
  margin-bottom: 0;
}
.footer .quick_links ul li a {
  position: relative;
  padding-left: 20px;
  display: inline-block;
}
.footer .quick_links ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 16px;
  line-height: 1;
  top: 8px;
  left: 0;
  -webkit-transition: left 0.25s ease-in-out;
  -moz-transition: left 0.25s ease-in-out;
  transition: left 0.25s ease-in-out;
}
.footer .quick_links ul li a:hover:before,
.footer .quick_links ul li a:focus:before {
  left: 5px;
}
.followus {
  max-width: 220px;
}
.social_media ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}
.social_media ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  width: 40px;
  height: 40px;
  color: var(--headingColor);
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.footer .social_media ul li a {
  color: var(--white);
  background-color: rgba(255, 255, 255, 0.1);
}
.social_media ul li:last-child a {
  margin-right: 0;
}
.social_media ul li a:hover {
  color: var(--white);
  background-color: var(--primary);
}
.footer .copyrights {
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 23px 0;
  display: flex;
  justify-content: space-between;
}
.footer .copyrights p {
  margin-bottom: 0;
  font-size: 16px;
}
.footer .copyrights p a {
  margin-bottom: 0;
  text-decoration: underline;
  font-weight: 500;
}
.footer .copyrights p a:hover {
  text-decoration: none;
}
.footer_logo {
  margin-top: 30px;
}
.footer_logo a {
  display: block;
  text-align: center;
}
.footer_logo img {
  width: 360px;
  max-width: inherit;
  height: auto;
  margin: 0 auto;
}
.go-up {
  background-color: var(--primary);
  color: var(--white);
  cursor: pointer;
  width: 40px;
  height: 30px;
  position: fixed;
  line-height: 32px;
  right: 15px;
  bottom: -40px;
  border-bottom: none;
  text-align: center;
  z-index: 100;
  border-radius: 4px 4px 0 0;
  transition: all 0.25s ease-in-out;
}
.go-up:hover {
  background-color: var(--secondary);
  color: var(--white);
}
@media (max-width: 1780px) {
  .leafe_drw_footer {
    width: 300px;
  }
}
@media (max-width: 1500px) {
  .footer_logo img {
    width: 300px;
  }
}
@media (max-width: 1380px) {
  .footer_logo img {
    width: 220px;
  }
}
@media (max-width: 1199px) {
  .footer {
    padding-top: 60px;
  }
  .footer p,
  .footer ul li {
    font-size: 17px;
  }
  .footer h3 {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .footer p {
    margin-bottom: 20px;
  }
  .footer .copyrights {
    margin-top: 40px;
    padding: 25px 0;
  }
  .leafe_drw_footer {
    width: 250px;
  }
  .footer .quick_links ul li a::before {
    top: 7px;
  }
  .footer_logo {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .footer {
    padding-top: 50px;
  }
  .footer h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .footer p {
    margin-bottom: 18px;
  }
  .footer p,
  .footer ul li {
    font-size: 16px;
  }
  .footer .copyrights {
    margin-top: 30px;
    padding: 20px 0;
  }
  .footer .quick_links ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .contact_info ul li i {
    font-size: 18px;
    width: 36px;
    height: 36px;
    margin-right: 12px;
  }
  .social_media ul li a {
    font-size: 18px;
    width: 36px;
    height: 36px;
    border-radius: 4px;
  }
  .footer .copyrights .container {
    display: block;
  }
  .footer .quick_links ul li a {
    padding-left: 18px;
  }
  .footer .quick_links ul li a::before {
    font-size: 15px;
  }
  .footer .copyrights p {
    font-size: 15px;
  }
  .followus {
    max-width: 205px;
  }
  .footer_logo img {
    width: 210px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 45px;
  }
  .footer p,
  .footer ul li {
    font-size: 16px;
  }
  .footer h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .footer .copyrights {
    padding: 15px 0;
    display: block;
  }
  .footer .quick_links ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .followus {
    padding-top: 25px;
  }
  .go-up {
    width: 30px;
    height: 25px;
    font-size: 16px;
    line-height: 22px;
  }
  .leafe_drw_footer {
    width: 200px;
    bottom: -10%;
    left: -12%;
  }
  .footer .copyrights p {
    font-size: 14px;
  }
  .followus {
    max-width: 100%;
    text-align: center;
  }
  .footer .social_media ul {
    justify-content: center;
  }
  .footer_logo img {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .footer {
    padding-top: 30px;
    text-align: center;
  }
  .contact_info {
    padding-bottom: 20px;
  }
  .footer .quick_links ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .footer .quick_links ul li {
    margin-bottom: 5px;
  }
  .footer h3 {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .footer .quick_links ul li a::before {
    display: none;
  }
  .footer .quick_links ul li a {
    padding-left: 0;
  }
}
/*  */

/* Internal Cover */
.internal_cover {
  background-color: var(--lightgray);
}
.internal_cover .item {
  min-height: 400px;
  height: auto;
  padding: 50px 0 80px;
}
.internal_cover .item .caption {
  max-width: 100%;
}
.internal_cover .item .caption h1:last-child,
.internal_cover .item .caption p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .internal_cover .item {
    min-height: 350px;
  }
}
@media (max-width: 1199px) {
  .internal_cover .item {
    min-height: 300px;
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .internal_cover .item {
    min-height: 250px;
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .internal_cover .item {
    min-height: 200px;
    padding: 30px 0;
  }
}
@media (max-width: 575px) {
  .internal_cover .item {
    min-height: 150px;
  }
}

/*Default Typography*/
.default_typo {
  overflow: hidden;
}
.default_typo blockquote {
  margin: 1em 0;
  padding: 25px;
  font-style: normal;
  border-left: 10px solid var(--primary);
  background-color: var(--lightgray);
}
.default_typo blockquote p {
  margin-top: 0;
}
.default_typo blockquote p:last-child {
  margin-bottom: 0;
}
.default_typo blockquote span {
  display: block;
  font-weight: 700;
}
.default_typo h1,
.default_typo h2,
.default_typo h3,
.default_typo h4 {
  padding-top: 20px;
  margin-bottom: 15px;
}
.default_typo h4 + h2 {
  padding-top: 0;
}
.internal_cover .item .caption h1,
.default_typo h1 {
  font-size: 56px;
  line-height: 1.2;
  text-transform: inherit;
}
.default_typo h2 {
  font-size: 46px;
  line-height: 1.25;
  text-transform: inherit;
}
.default_typo h1:first-child,
.default_typo h2:first-child,
.default_typo h3:first-child,
.default_typo h4:first-child {
  padding-top: 0;
}
.default_typo hr + h1,
.default_typo hr + h2,
.default_typo hr + h3,
.default_typo hr + h4,
.default_typo img + h1,
.default_typo img + h2,
.default_typo img + h3,
.default_typo img + h4 {
  padding-top: 0;
}
.default_typo ul {
  margin-bottom: 20px;
  padding-left: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.default_typo ul li {
  position: relative;
  width: 100%;
  list-style: none;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.default_typo p:last-child,
.default_typo ul:last-child,
.default_typo ul li:last-child {
  margin-bottom: 0;
}
ul.two_col li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
ul.three_col li {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
ul.four_col li {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.default_typo ul li a {
  text-decoration: none;
}
.default_typo ul li:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
}
.default_typo ul li ul {
  margin-bottom: 0px;
  margin-top: 15px;
}
.default_typo ul li ul li:before {
  content: "\f0da";
}
.default_typo ul li ul li {
  padding-left: 20px;
}
.default_typo ol {
  margin-left: 20px;
  padding: 0;
}
.default_typo ol li {
  list-style-type: decimal;
  margin-bottom: 8px;
  line-height: 1.7;
}
.default_typo ul li ol {
  margin-bottom: 0px;
  margin-top: 15px;
}
.default_typo ul li ol li:before {
  display: none;
}
.default_typo ol li ol {
  margin-bottom: 0px;
  margin-top: 15px;
}
.default_typo ol li ul {
  margin-bottom: 0px;
  margin-top: 15px;
}
.default_typo ol li ul li {
  position: relative;
  list-style: none;
  padding-left: 21px;
  padding-bottom: 10px;
}
.default_typo ol li ul li:before {
  content: "\f0da";
}
.default_typo hr {
  clear: both;
  margin: 40px 0;
}
.alignleft {
  max-width: 400px;
  object-fit: cover;
  margin: 0 40px 40px 0;
  float: left;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid #ddd;
}
.aligncenter {
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid #ddd;
}
.alignright {
  max-width: 400px;
  object-fit: cover;
  margin: 0 0 40px 40px;
  float: right;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid #ddd;
}
.divider_img {
  height: 560px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.default_typo iframe {
  width: 100%;
  height: 550px;
  margin-bottom: 30px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: block;
  border: none;
}
@media (max-width: 1600px) {
  .alignright,
  .alignleft {
    max-width: 350px;
  }
  .divider_img {
    height: 550px;
  }
  .internal_cover .item .caption h1,
  .default_typo h1 {
    font-size: 50px;
  }
  .default_typo h2 {
    font-size: 42px;
  }
  .default_typo iframe {
    height: 440px;
  }
}
@media (max-width: 1199px) {
  .alignright,
  .alignleft {
    max-width: 300px;
    border-radius: 10px;
  }
  .aligncenter {
    border-radius: 10px;
  }
  .default_typo ul.four_col li {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .divider_img {
    height: 400px;
  }
  .internal_cover .item .caption h1,
  .default_typo h1 {
    font-size: 46px;
  }
  .default_typo h2 {
    font-size: 38px;
  }
  .default_typo iframe {
    height: 400px;
  }
  .default_typo hr {
    margin: 30px 0;
  }
  .default_typo ul li:before {
    top: 4px;
  }
}
@media (max-width: 991px) {
  .alignright,
  .alignleft,
  .aligncenter {
    margin: 0 0 30px 0;
    float: none;
    max-width: 100%;
    border-radius: 8px;
  }
  .default_typo blockquote {
    margin: 0.8em 0;
    padding: 20px;
    border-left-width: 8px;
  }
  .default_typo h1,
  .default_typo h2,
  .default_typo h3,
  .default_typo h4 {
    padding-top: 15px;
    margin-bottom: 12px;
  }
  .default_typo h1 br,
  .default_typo h2 br,
  .default_typo h3 br,
  .default_typo h4 br {
    display: none;
  }
  .default_typo ul.three_col li,
  .default_typo ul.four_col li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .divider_img {
    height: 350px;
  }
  .internal_cover .item .caption h1,
  .default_typo h1 {
    font-size: 42px;
  }
  .default_typo h2 {
    font-size: 34px;
  }
  .default_typo hr {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .alignright,
  .alignleft,
  .aligncenter {
    margin: 0 0 25px 0;
  }
  .default_typo blockquote {
    margin: 0.7em 0;
    padding: 15px;
    border-left-width: 6px;
  }
  ul.two_col li,
  ul.three_col li,
  ul.four_col li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .default_typo ul li {
    padding-left: 16px;
    margin-bottom: 8px;
  }
  .default_typo ul li:before {
    font-size: 13px;
    top: 3px;
  }
  .divider_img {
    height: 300px;
  }
  .internal_cover .item .caption h1,
  .default_typo h1 {
    font-size: 36px;
  }
  .default_typo h2 {
    font-size: 30px;
  }
  .default_typo iframe {
    height: 350px;
    border-radius: 10px;
  }
  .default_typo ol {
    margin-left: 15px;
  }
}
@media (max-width: 575px) {
  .alignright,
  .alignleft,
  .aligncenter {
    margin: 0 0 20px 0;
  }
  .default_typo ul li {
    padding-left: 15px;
    margin-bottom: 6px;
    line-height: 1.5;
  }
  .default_typo ol li {
    padding-left: 2px;
    margin-bottom: 5px;
  }
  .divider_img {
    height: 250px;
  }
  .default_typo ul li::before {
    font-size: 12px;
    top: 4px;
  }
  .default_typo h1,
  .default_typo h2,
  .default_typo h3,
  .default_typo h4 {
    padding-top: 5px;
    margin-bottom: 10px;
  }
  .internal_cover .item .caption h1,
  .default_typo h1 {
    font-size: 30px;
  }
  .default_typo h2 {
    font-size: 26px;
  }
}
@media (max-width: 460px) {
  .default_typo iframe {
    height: 300px;
  }
}
/* End Default Typography */

/* FAQ's */
#faq .card {
  margin-bottom: 30px;
  border: none;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
}
#faq .card .card-header {
  display: block;
  text-align: left;
  background: var(--primary);
  color: var(--white);
  margin: 0;
  padding: 20px 50px 20px 25px;
  border: none;
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
  position: relative;
  margin: 0;
}
#faq .card .card-header.collapsed {
  background: var(--lightgray);
  color: var(--headingColor);
}
#faq .card .card-header:hover {
  background: var(--primary);
  color: var(--white);
}
#faq .card .card-header:after {
  content: "\f106";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--white);
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#faq .card .card-header.collapsed:hover:after{
  color: var(--white);
}
#faq .card .card-header.collapsed:after {
  color: var(--headingColor);
}
#faq .card .card-body {
  padding: 20px 25px;
  border-radius: 0 0 10px 10px;
}
#faq .card .card-body h2,
#faq .card .card-body h3 {
  padding-top: 0;
}
#faq .card .card-header.collapsed:after {
  content: "\f107";
  color: var(--headingColor);
}
#faq .card .card-body *:last-child {
  margin-bottom: 0;
}
#faq .card .card-body h2 {
  font-size: 36px;
  margin-bottom: 10px;
}
#faq .card .card-body p {
  margin-bottom: 10px;
}
@media (max-width: 1600px) {
  #faq .card .card-body h2 {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  #faq .card .card-header {
    font-size: 20px;
    line-height: 26px;
  }
  #faq .card .card-body {
    padding: 20px 25px;
  }
  #faq .card .card-body h2 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  #faq .card {
    border-radius: 6px;
  }
  #faq .card .card-body {
    border-radius: 0 0 6px 6px;
  }
  #faq .card .card-body {
    padding: 15px 20px;
  }
  #faq .card .card-header {
    padding: 15px 35px 15px 18px;
    font-size: 18px;
    line-height: 24px;
  }
  #faq .card .card-header::after {
    font-size: 20px;
    right: 10px;
  }
  #faq .card .card-body h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  #faq .card {
    margin-bottom: 20px;
  }
  #faq .card .card-body {
    padding: 15px;
  }
  #faq .card .card-header {
    padding: 10px 35px 10px 13px;
    font-size: 16px;
    line-height: 22px;
  }
  #faq .card .card-header:after {
    font-size: 18px;
    right: 12px;
  }
  #faq .card .card-body h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  #faq .card .card-body {
    padding: 12px 15px;
  }
  #faq .card .card-header {
    font-size: 15px;
    line-height: 20px;
  }
  #faq .card .card-header:after {
    right: 10px;
  }
  #faq .card .card-body h2 {
    font-size: 21px;
  }
  #faq .card {
    margin-bottom: 10px;
  }
}

/* Team */
.team_box {
  background-color: var(--white);
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
}
.team_box .fit_img {
  height: 380px;
  background-color: var(--headingColor);
}
.team_box .fit_img img {
  object-position: top center;
}
.team_box .team_text {
  padding: 20px 22px;
}
.team_box .team_text p:last-child {
  margin-bottom: 0;
}
.team_box .team_text h3 {
  margin-bottom: 0;
}
.team_box .team_text span {
  display: block;
}
@media (max-width: 1199px) {
  .team_box {
    border-radius: 10px;
  }
  .team_box .fit_img {
    height: 310px;
  }
}
@media (max-width: 991px) {
  .team_box .fit_img {
    height: 350px;
  }
  .team_box .team_text {
    padding: 15px 18px;
  }
}
@media (max-width: 767px) {
  .team_box {
    border-radius: 10px;
  }
  .team_box .fit_img {
    height: 250px;
  }
}
@media (max-width: 575px) {
  .team_box {
    max-width: 280px;
    margin: 0 auto;
  }
  .team_box.fullWidth {
    max-width: 100%;
  }
  .team_box .fit_img {
    height: 300px;
  }
}

/* resource */
.resource_box {
  background-color: var(--lightgray);
  border: 2px solid var(--lightgray);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.resource_box .fit_img {
  display: block;
  height: 280px;
  background-color: var(--primary);
}
.resource_box:hover .fit_img img {
  opacity: 0.4;
}
.resource_box .resource_text {
  padding: 35px;
  position: relative;
}
.resource_box .resource_text .post_date {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}
.resource_box .resource_text .post_date i {
  margin-right: 4px;
}
.resource_box .resource_text p {
  font-size: 18px;
}
.resource_box .resource_text h3 {
  margin-bottom: 25px;
}
.resource_box .resource_text h3 a {
  color: var(--headingColor);
}
.resource_box .resource_text h3 a:hover {
  color: var(--primary);
}
.resource_box .btn_holder {
  padding: 0 25px 25px;
  margin-top: auto;
}
.resource_box .btn_holder .site_btn {
  display: inline-flex;
}
/* Horizontal */
.resource_box.hr {
  flex-direction: inherit;
  height: auto;
  margin-bottom: 30px;
  flex-wrap: wrap;
  min-height: 300px;
  max-width: inherit;
}
.resource_box.hr:last-child {
  margin-bottom: 0;
}
.resource_box.hr .fit_img {
  flex: 0 0 350px;
  height: auto;
}
.resource_right {
  display: flex;
  flex: 1;
  align-items: center;
}
@media (max-width: 1600px) {
  .resource_box .resource_text .post_date {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .resource_box .resource_text h3 {
    font-size: 22px;
  }
  .resource_box.hr {
    min-height: 280px;
  }
  .resource_box.hr .fit_img {
    flex: 0 0 300px;
  }
}
@media (max-width: 1199px) {
  .resource_box .resource_text .post_date {
    font-size: 14px;
  }
  .resource_box .resource_text h3 {
    font-size: 21px;
  }
  .resource_box .resource_text p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .resource_box {
    max-width: 450px;
    margin: 0 auto;
  }
  .resource_box .fit_img {
    height: 300px;
  }
  .resource_box .resource_text {
    padding: 20px 20px 0 20px;
  }
  .resource_box .btn_holder {
    padding: 0 20px 20px;
  }
}
@media (max-width: 767px) {
  .resource_box.hr {
    min-height: inherit;
    display: block;
  }
  .resource_box.hr .fit_img {
    height: 300px;
  }
  .resource_box .resource_text p {
    margin-bottom: 15px;
  }
}
@media (max-width: 460px) {
  .resource_box .fit_img {
    height: 220px;
  }
  .resource_box .resource_text {
    padding: 15px 15px 0;
  }
  .resource_box .resource_text h3 {
    font-size: 18px;
  }
  .resource_box .btn_holder {
    padding: 0 15px 20px;
    margin-top: auto;
  }
  .resource_box.hr .fit_img {
    height: 250px;
  }
}
.pagination {
  text-align: left;
  justify-content: start;
  margin-top: 30px;
  display: block;
  padding-top: 30px;
  border-radius: 0;
  border-top: 1px solid #e0e0e0;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .page-numbers {
  background-color: #fff;
  width: 46px;
  height: 46px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  margin: 3px;
  border: 1px solid var(--textColor);
  color: var(--headingColor);
  border-radius: 6px;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background-color: var(--tertiary);
  color: var(--white);
  border-color: var(--tertiary);
}
.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots {
  background: var(--white);
  border: 1px solid var(--textColor);
  color: var(--headingColor);
}
@media (max-width: 991px) {
  .pagination .page-numbers {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .pagination {
    margin-top: 20px;
  }
  .pagination .page-numbers {
    width: 34px;
    height: 34px;
  }
}

/* Project */
.project_box {
  background-color: var(--lightgray);
  border: 1px solid var(--lightgray);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.project_box .fit_img {
  position: relative;
  display: block;
  height: 250px;
  background-color: var(--headingColor);
}
.project_box .fit_img::before {
  content: "\f35d";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%) scale(2);
  opacity: 0;
  font-family: "Font Awesome 6 Free";
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.project_box:hover .fit_img:before {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 1;
}
.project_box:hover .fit_img img {
  opacity: 0.5;
}
.project_box .project_text {
  padding: 22px 22px 0 22px;
  position: relative;
}
.project_box .project_text .video_icon {
  position: absolute;
  top: -30px;
  right: 15px;
  z-index: 2;
  background-color: var(--primary);
  color: var(--headingColor);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  font-size: 26px;
  padding-left: 3px;
}
.project_box .project_text .post_date {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  display: block;
  margin-bottom: 25px;
}
.project_box .project_text .post_date span {
  display: flex;
  margin-bottom: 10px;
}
.project_box .project_text .post_date span i {
  margin-right: 8px;
  margin-top: 4px;
  text-align: center;
  flex: 0 0 16px;
}
.project_box .project_text .post_date span a {
  display: contents;
  color: var(--textColor);
}
.project_box .project_text .post_date span a:hover {
  color: var(--primary);
}
.project_box .project_text h3 {
  font-size: 21px;
  margin-bottom: 15px;
}
.project_box .project_text h3 a {
  color: var(--headingColor);
  display: block;
}
.project_box .project_text h3 a:hover {
  color: var(--primary);
}
.project_box .btn_holder {
  padding: 0 22px 28px 22px;
  margin-top: auto;
}
.project_box .btn_holder .site_btn {
  display: inline-flex;
}
@media (max-width: 1600px) {
  .project_box .fit_img {
    height: 240px;
  }
  .project_box .project_text {
    padding: 20px 20px 0 20px;
  }
  .project_box .project_text .post_date {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .project_box .project_text h3 {
    font-size: 22px;
  }
  .project_box .btn_holder {
    padding: 0 20px 28px;
    margin-top: auto;
  }
  .project_box .project_text .video_icon {
    top: -25px;
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .project_box .fit_img {
    height: 200px;
  }
  .project_box .project_text {
    padding: 18px 18px 0 18px;
  }
  .project_box .project_text .post_date {
    font-size: 14px;
  }
  .project_box .project_text h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .project_box .btn_holder {
    padding: 0 18px 20px;
    margin-top: auto;
  }
}
@media (max-width: 991px) {
  .project_box {
    max-width: 450px;
    margin: 0 auto;
  }
  .project_box .fit_img {
    height: 300px;
  }
}
@media (max-width: 460px) {
  .project_box .fit_img {
    height: 220px;
  }
  .project_box .project_text {
    padding: 15px 15px 0;
  }
  .project_box .project_text h3 {
    font-size: 18px;
  }
  .project_box .btn_holder {
    padding: 0 15px 20px;
    margin-top: auto;
  }
  .project_box .project_text .video_icon {
    top: -20px;
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

/* Projects Tab */
.nav-tabs {
  gap: 10px;
  border: none;
  border-radius: 0;
  margin-bottom: 30px;
}
.nav-tabs .nav-item {
  flex: auto;
}
.nav-tabs .nav-item .nav-link {
  border: none;
  min-width: 120px;
  text-align: center;
  margin-bottom: 0;
  border-radius: 6px;
  background-color: var(--lightgray);
  color: var(--headingColor);
}
.nav-tabs .nav-item .nav-link:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item .nav-link.active {
  color: var(--white);
  background-color: var(--tertiary);
}

/*  */
/* temporarily remove paid member text box */
.page-id-210 .text_box {
    display:none;
}
.text_box {
  padding: 30px 35px 35px;
  background-color: var(--lightgray);
  border-radius: 16px;
}
.text_box.d-flex {
  gap: 30px;
  align-items: center;
}
.text_box h3 {
  margin-bottom: 10px;
}
.text_box p {
  margin-bottom: 15px;
}
.text_box p:last-child {
  margin-bottom: 0;
}
.dark_bg {
  background-color: var(--tertiary) !important;
}
.lightgray {
  background-color: var(--lightgray) !important;
}
.text_box .fit_icon {
  width: 180px;
  height: 110px;
}
.text_box .fit_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media(max-width:991px){
  .text_box {
    padding: 20px 25px 25px;
  }
}
@media(max-width:575px){
  .text_box {
    padding: 25px 20px;
    background-color: var(--lightgray);
    border-radius: 10px;
  }
  .text_box.d-flex {
    gap: 20px;
    flex-direction: column;
    text-align: center;
  }
  .text_box .fit_icon {
    width: 100px;
    height: 70px;
  }
}
/*  */
.historyStage {
  padding: 40px;
  background-color: var(--white);
  border-radius: 10px;
}
.hsBox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: self-start;
  gap: 100px;
}
.hsBox .years {
  padding: 10px 18px;
  line-height: 26px;
  background-color: #e5e5e5;
  text-align: center;
  border-radius: 6px;
  flex: 0 0 120px;
  font-weight: 700;
  color: var(--headingColor);
  position: relative;
}
.hsBox .years::after {
  content: '';
  position: absolute;
  top: 22px;
  left: 100%;
  width: 45px;
  height: 2px;
  background-color: #e5e5e5;
}
.hsBox .hsText {
  flex: 1;
  position: relative;
  padding-top: 5px;
  padding-bottom: 40px;
}
.hsBox:last-child .hsText {
  padding-bottom: 0;
}
.hsBox .hsText h3,
.hsBox .hsText h4 {
  margin-bottom: 10px;
}
.hsBox .hsText p {
  font-size: 18px;
  margin-bottom: 10px;
}
.hsBox .hsText::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50px;
  width: 2px;
  height: 100%;
  background-color: #e5e5e5;
}
.hsBox .hsText::after {
  content: '';
  position: absolute;
  top: 10px;
  left: -62px;
  width: 26px;
  height: 26px;
  background-color: var(--primary);
  border: 4px solid #e5e5e5;
  border-radius: 100%;
}
@media(max-width:1199px){
  .hsBox {
    gap: 80px;
  }
  .historyStage {
    padding: 25px;
  }
  .hsBox .hsText {
    padding-bottom: 10px;
  }
  .hsBox .years::after {
    width: 40px;
  }
  .hsBox .years {
    flex: 0 0 100px;
    padding: 7px 16px;
  }
  .hsBox .hsText::before {
    left: -40px;
  }
  .hsBox .hsText::after {
    left: -52px;
  }
  .hsBox .hsText p {
    font-size: 16px;
  }
}
@media(max-width:1199px){
  .hsBox {
    display: block;
  }
  .hsBox .years {
    margin-left: 30px;
    line-height: 24px;
    margin-bottom: 10px;
    display: inline-block;
  }
  .hsBox .years::after {
    top: 16px;
    left: -30px;
    width: 30px;
  }
  .hsBox .hsText {
    padding-left: 30px;
  }
  .hsBox .hsText::before {
    left: 0;
    top: -20px;
    height: calc(100% + 30px);
  }
  .hsBox .hsText::after {
    top: -42px;
    left: -10px;
    width: 22px;
    height: 22px;
    border: 3px solid #e5e5e5;
  }
}

/* News Detail */
.news_thumbnail {
  margin-bottom: 20px;
  border-radius: 14px;
  overflow: hidden;
}
.news_detail .default_typo h2 {
  font-size: 36px;
  padding-top: 0;
}
.news_detail .post_info {
  font-size: 15px;
  margin-bottom: 15px;
}
.news_detail .post_info span {
  margin-right: 14px;
  letter-spacing: 0;
}
.news_detail .post_info span i {
  margin-right: 4px;
}
.news_detail hr {
  margin: 20px 0;
}

/* Sidebar */
.sidebar {
  padding-left: 15px;
}
.sidebar .sidebar_box {
  margin-bottom: 30px;
}
.sidebar .sidebar_box h2 {
  padding: 12px 15px;
  background-color: var(--tertiary);
  color: var(--white);
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 0;
  border-radius: 14px 14px 0 0;
}
.sidebar .sidebar_box form {
  position: relative;
}
.sidebar .sidebar_box input[type="search"] {
  padding-right: 65px;
  padding-left: 15px;
  background-color: var(--lightgray);
  border: none;
}
.sidebar .sidebar_box button[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  background-color: transparent;
  min-width: auto;
  background-image: none;
  box-shadow: none;
  color: var(--headingColor) !important;
  padding: 5px;
  width: 56px;
  height: 100%;
  text-align: center;
  display: inline-block;
  border: none;
  opacity: 1;
  border-radius: 0;
  overflow: hidden;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.sidebar .sidebar_box button[type="submit"]:hover {
  color: var(--primary) !important;
  transform: none;
}
.sidebar .sidebar_box button[type="submit"]:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: var(--lightgray);
}
.sidebar .widget_recent_posts ul li{
  padding-bottom: 13px;
  padding-top: 13px;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sidebar .widget_recent_posts ul li:last-child{
  border-bottom: none;
}
.sidebar .widget_recent_posts ul li .fit_img {
  flex: 0 0 80px;
  max-width: 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  vertical-align: middle;
  border: 1px solid var(--white);
  background-color: var(--primary);
}
.sidebar .widget_recent_posts ul li:hover .fit_img img {
  opacity: 0.5;
}
.sidebar .widget_recent_posts ul li .recent_post_info {
  flex: 1;
  padding-left: 12px;
}
.sidebar .widget_recent_posts ul li .recent_post_info h3 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 5px;
  letter-spacing: 0;
}
.sidebar .widget_recent_posts ul li .recent_post_info h3 a{
  color: var(--headingColor);
  display: inline-block;
}
.sidebar .widget_recent_posts ul li .recent_post_info h3 a:hover {
  color: var(--primary);
  display: inline-block;
}
.sidebar .post_info {
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.sidebar .post_info span {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0;
  letter-spacing: 0;
}
.sidebar .post_info span i {
  margin-right: 3px;
}
.sidebar .sidebar_box ul {
  background-color: var(--lightgray);
  padding: 8px 15px;
  border-radius: 0 0 14px 14px;
}
.sidebar .widget_categories ul li {
  font-size: 18px;
  line-height: 1.5;
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.sidebar .widget_categories ul li:last-child{
  border-bottom: none;
}
.sidebar .widget_categories ul li a {
  color: var(--headingColor);
}
.sidebar .widget_categories ul li a:hover {
  color: var(--primary);
}
@media(max-width: 1600px){
  .sidebar {
      padding-left: 15px;
  }
  .sidebar .widget_recent_posts ul li .fit_img {
      flex: 0 0 90px;
      max-width: 90px;
      height: 90px;
  }
  .sidebar .widget_recent_posts ul li .recent_post_info {
      padding-left: 10px;
  }
}
@media(max-width: 1199px){
  .news_detail .default_typo h2 {
      font-size: 34px;
  }
  .news_detail hr {
      margin: 15px 0;
  }
  .sidebar .sidebar_box {
      margin-bottom: 30px;
  }
  .sidebar .sidebar_box h2 {
      padding: 10px 13px;
      font-size: 22px;
      border-radius: 10px 10px 0 0;
  }
  .sidebar .sidebar_box ul {
      padding: 5px 13px;
      border-radius: 0 0 10px 10px;
  }
  .sidebar .widget_categories ul li {
      font-size: 16px;
  }
  .sidebar .widget_recent_posts ul li .fit_img {
      flex: 0 0 80px;
      max-width: 80px;
      height: 80px;
  }
  .sidebar .widget_recent_posts ul li .recent_post_info h3 {
      font-size: 16px;
      line-height: 1.3;
      margin-bottom: 5px;
  }
  .sidebar .post_info span {
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0;
  }
}
@media(max-width:991px){
  .news_detail .default_typo h2 {
      font-size: 30px;
  }
  .sidebar {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ccc;
  }
  .sidebar .sidebar_box h2 {
      padding: 10px 12px;
      font-size: 21px;
  }
  .sidebar .sidebar_box button[type="submit"] {
      font-size: 18px;
      width: 50px;
  }
  .sidebar .widget_recent_posts ul li .recent_post_info h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 7px;
  }
}
@media(max-width: 767px){
  .news_detail hr {
      margin: 10px 0;
  }
  .news_detail .default_typo h2 {
      font-size: 26px;
  }
  .sidebar {
      padding-top: 30px;
  }
  .sidebar .sidebar_box button[type="submit"] {
      font-size: 16px;
  }
  .sidebar .widget_recent_posts ul li {
      padding-bottom: 10px;
      padding-top: 10px;
  }
  .sidebar .widget_categories ul li {
      padding: 8px 0;
      padding-top: 10px;
      line-height: 1.4;
  }
  .news_detail .post_info {
    font-size: 13px;
  }
  .news_detail .post_info span {
    margin-right: 10px;
  }
}
@media(max-width: 575px){
  .news_detail .default_typo h2 {
      font-size: 22px;
  }
  .sidebar .sidebar_box {
      margin-bottom: 20px;
  }
  .sidebar .sidebar_box h2 {
      font-size: 20px;
  }
  .sidebar .widget_recent_posts ul li .recent_post_info h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .news_detail .post_info span {
    display: block;
    margin-bottom: 5px;
  }
}

/* Gallery */
.gallery .row {
  margin: 0 -7px;
}
.gallery .row > div {
  padding: 7px;
}
.gallery .imgpopup {
  display: block;
  height: 300px;
  position: relative;
  background-color: var(--primary);
  border-radius: 14px;
}
.gallery .imgpopup img {
  transform: scale(1.01);
  -webkit-transition: all 0.2s cubic-bezier(0.100, 0.100, 1, 1.111);
  -moz-transition: all 0.2s cubic-bezier(0.100, 0.100, 1, 1.111);
  transition: all 0.2s cubic-bezier(0.100, 0.100, 1, 1.111);
}
.gallery .imgpopup:hover img {
  opacity: 0.3;
  transform: scale(1.06);
}
.gallery .imgpopup:before {
  content: '\f0b2';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(2);
  opacity: 0;
  z-index: 1;
  color: var(--white);
  -webkit-transition: all 0.15s cubic-bezier(0.100, 0.100, 1, 1.111);
  -moz-transition: all 0.15s cubic-bezier(0.100, 0.100, 1, 1.111);
  transition: all 0.15s cubic-bezier(0.100, 0.100, 1, 1.111);
}
.gallery .imgpopup:hover:before {
  transform: translate(-50%,-50%) scale(1);
  opacity: 1;
}
.mfp-wrap {
  backdrop-filter: blur(10px);
}
@media (max-width:1199px) {
  .gallery .imgpopup {
    height: 180px;
  }
}
@media (max-width:991px) {
  .gallery .row {
      margin: 0 -10px;
  }
  .gallery .row > div {
      padding: 10px;
  }
  .gallery .imgpopup:before {
      font-size: 32px;
  }
}
@media (max-width:767px) {
  .gallery .imgpopup:before {
      font-size: 28px;
  }
}
@media (max-width:480px) {
  .gallery .row {
      margin: 0 -4px;
  }
  .gallery .row > div {
      padding: 4px;
  }
  .gallery .imgpopup {
      height: 200px;
  }
  .gallery .imgpopup {
      border-radius: 10px;
  }
}
@media (max-width:380px) {
  .gallery .imgpopup {
      height: 130px;
  }
}

/*  */
.btnsList {
  margin: 0 ;
}
.btnsList li {
  margin-bottom: 10px;
}
.btnsList li a.site_btn {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--lightgray);
  padding: 12px 20px;
  font-size: 18px;
  text-align: left;
  line-height: 1.3;
}
.artBgImg .btnsList li a.site_btn {
  background-color: var(--white);
  text-transform: inherit;
}
.artBgImg .btnsList li a.site_btn:hover,
.artBgImg .btnsList li a.site_btn:focus {
    background-color: var(--secondary);
}
.post-type-archive-tribe_events .taxonomy-archive-description { 
	display: none; 
}
#tribe-events-pg-template {
    padding-top: 0;
}
.project_team_wrapper {
  padding-top: 50px;
  display: block;
}
.pro_team .team_box{
  background-color: var(--lightgray);
}

form.post-password-form {
  background-color: var(--lightgray);
  padding: 40px;
  border-radius: 12px; 
  max-width: 600px;
  margin: 0 auto;
}
form.post-password-form label{
  display: block;
}
form.post-password-form input[type="submit"]{
  display: block;
  width: 100%;
}
@media (max-width:767px) {
  form.post-password-form {
    padding: 30px;
  }
}
@media (max-width:575px) {
  form.post-password-form {
    padding: 20px;
  }
}


.white_bg.cta_section {
  padding: 30px 0 60px;
  background-color: var(--white);
}
.white_bg.cta_section .top_edge_sep {
  display: none;
}
@media (max-width:991px) {
  .white_bg.cta_section {
    padding: 30px 0 50px;
  }
}
@media (max-width:767px) {
  .white_bg.cta_section {
    padding: 30px 0 40px;
  }
}

/*Member Dashboard */
.profile-buttons, .profile {
    margin-bottom: 50px;
}
