@font-face {
  font-family: "AvenirLTStd-Roman";
  src: url("../fonts/AvenirLTStd-Roman.eot");
  src: url("../fonts/AvenirLTStd-Romand41d.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-Roman.woff2") format("woff2"), url("../fonts/AvenirLTStd-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirLTStd-Book";
  src: url("../fonts/AvenirLTStd-Book.eot");
  src: url("../fonts/AvenirLTStd-Bookd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-Book.woff2") format("woff2"), url("../fonts/AvenirLTStd-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirLTStd-Black";
  src: url("../fonts/AvenirLTStd-Black.eot");
  src: url("../fonts/AvenirLTStd-Blackd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-Black.woff2") format("woff2"), url("../fonts/AvenirLTStd-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Druk-Bold-Trial";
  src: url("../fonts/Druk-Bold-Trial.eot");
  src: url("../fonts/Druk-Bold-Triald41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Druk-Bold-Trial.woff2") format("woff2"), url("../fonts/Druk-Bold-Trial.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body, html {
  overflow-x: hidden;
}

body {
  font-family: "AvenirLTStd-Book";
  position: relative;
  background-color: #E8EEE7 !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Common Classes */
a {
  text-decoration: none;
}
a:hover, a:active, a:focus {
  background-color: transparent !important;
  color: #7D8865;
}

.container {
  max-width: 100% !important;
  padding: 0px 100px;
}
@media (max-width: 1440px) {
  .container {
    padding: 0px 80px;
  }
}
@media (max-width: 1440px) {
  .container {
    padding: 0px 60px;
  }
}
@media (max-width: 992px) {
  .container {
    padding: 0px 16px;
  }
}

.container-fluid {
  padding: 0px !important;
}

html::-webkit-scrollbar {
  width: 8px;
}

html::-webkit-scrollbar-track {
  background: #7f938b;
  box-shadow: inset 0 0 6px #fff;
}

html::-webkit-scrollbar-thumb {
  background: #7D8865;
}

@media only screen and (max-width: 481px) {
  .lock-scrolling .site {
    position: fixed;
    max-width: 100%;
    width: 100%;
    top: 0px;
    z-index: 999999;
  }
}
@media only screen and (min-width: 482px) {
  .site-footer > *,
  .widget-area > * {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  outline: none !important;
  text-decoration: none !important;
}

img {
  outline: none !important;
}

.slider-indicators > * {
  width: 12px !important;
  height: 12px !important;
}

.custom-btn-layer-people {
  display: flex;
  margin-top: 80px;
}
.custom-btn-layer-people .primary-btn,
.custom-btn-layer-people .secondary-btn {
  display: flex;
  min-width: 260px;
  max-width: 400px;
  height: 52px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 99px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  text-decoration: none;
}
.custom-btn-layer-people .primary-btn:hover,
.custom-btn-layer-people .secondary-btn:hover {
  background-color: #000 !important;
  color: white;
  border: none !important;
}
.custom-btn-layer-people .primary-btn:focus,
.custom-btn-layer-people .secondary-btn:focus {
  background-color: #000 !important;
  border: none !important;
}
.custom-btn-layer-people .primary-btn {
  border: 1px solid #000;
  background: #000;
}
.custom-btn-layer-people .primary-btn:hover, .custom-btn-layer-people .primary-btn:active, .custom-btn-layer-people .primary-btn:focus {
  background-color: #000 !important;
  color: white;
  border: none !important;
}
.custom-btn-layer-people .secondary-btn {
  border: 1px solid #fff;
  background: transparent;
}
.custom-btn-layer-people .secondary-btn:hover, .custom-btn-layer-people .secondary-btn:focus {
  background-color: #000 !important;
  border: none !important;
}
@media (max-width: 1440px) {
  .custom-btn-layer-people .secondary-btn {
    border: 1px solid #fff;
    background: transparent;
    margin-top: 0px;
    max-width: 400px;
  }
}
@media (max-width: 992px) {
  .custom-btn-layer-people {
    width: 100%;
  }
  .custom-btn-layer-people .secondary-btn {
    padding: 30px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .custom-btn-layer-people a {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .custom-btn-layer-people {
    width: 100%;
  }
}
.custom-btn-layer-people.desktop-link {
  display: block;
}
.custom-btn-layer-people.mobile-link {
  display: none;
}
@media (max-width: 992px) {
  .custom-btn-layer-people.desktop-link {
    display: none;
  }
  .custom-btn-layer-people.mobile-link {
    display: block;
  }
}

.custom-btn-layer {
  display: flex;
  z-index: 999;
  position: relative;
}
.custom-btn-layer .primary-btn,
.custom-btn-layer .secondary-btn {
  display: flex;
  min-width: 260px;
  height: 52px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 99px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  text-decoration: none;
}
.custom-btn-layer .primary-btn:hover,
.custom-btn-layer .secondary-btn:hover {
  background-color: #000 !important;
  color: white;
  border: none !important;
}
.custom-btn-layer .primary-btn:focus,
.custom-btn-layer .secondary-btn:focus {
  background-color: #000 !important;
  border: none !important;
}
.custom-btn-layer .primary-btn {
  border: 1px solid #000;
  background: #000;
}
.custom-btn-layer .primary-btn:hover, .custom-btn-layer .primary-btn:active, .custom-btn-layer .primary-btn:focus {
  background-color: #000 !important;
  color: white;
}
@media (max-width: 767px) {
  .custom-btn-layer .primary-btn {
    min-width: 100%;
    width: 100%;
  }
}
.custom-btn-layer .aboutus-btn, .custom-btn-layer .ourpeople-btn, .custom-btn-layer .contactus-btn {
  background: #000;
}
.custom-btn-layer .aboutus-btn:hover, .custom-btn-layer .aboutus-btn:active, .custom-btn-layer .aboutus-btn:focus, .custom-btn-layer .ourpeople-btn:hover, .custom-btn-layer .ourpeople-btn:active, .custom-btn-layer .ourpeople-btn:focus, .custom-btn-layer .contactus-btn:hover, .custom-btn-layer .contactus-btn:active, .custom-btn-layer .contactus-btn:focus {
  background-color: #000 !important;
  color: white;
  border: none !important;
}
.custom-btn-layer .secondary-btn {
  border: 1px solid #fff;
  background: transparent;
}
.custom-btn-layer .secondary-btn:hover, .custom-btn-layer .secondary-btn:focus {
  background-color: #000 !important;
  border: none !important;
}
.custom-btn-layer .contactus-btn {
  width: 100%;
  border-radius: 99px;
  border: 1px solid #000;
  background: #000;
  text-align: center;
  display: flex;
  height: 52px;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF !important;
  font-family: "AvenirLTStd-Book";
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 1440px) {
  .custom-btn-layer .secondary-btn {
    border: 1px solid #fff;
    background: transparent;
    margin-top: 0px;
    min-width: 200px;
  }
  .custom-btn-layer .secondary-btn:hover, .custom-btn-layer .secondary-btn:focus {
    border: none !important;
  }
}
@media (max-width: 992px) {
  .custom-btn-layer {
    width: auto;
  }
  .custom-btn-layer a {
    width: 100%;
    border-radius: 99px;
    border: 1px solid #000;
    background-color: #000;
    text-align: center;
    display: flex;
    height: 52px;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #FFF;
    font-family: "AvenirLTStd-Book";
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 24px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
  }
  .custom-btn-layer a.hover {
    background-color: black !important;
  }
}
@media (max-width: 576px) {
  .custom-btn-layer {
    width: 100%;
  }
}

.site-main {
  padding: 0px !important;
}

.site-main > * {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.page-id-483 .widget-content {
  display: none;
}

.page-id-486 .widget-content {
  display: none;
}

.home .content-wrapper {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .home .content-wrapper {
    padding-top: 0px;
  }
}

.page-id-93 .content-wrapper {
  padding-top: 80px;
}
@media (max-width: 992px) {
  .page-id-93 .content-wrapper {
    padding-top: 0px;
  }
}

.page-id-84 .content-wrapper {
  padding-top: 80px;
}
@media (max-width: 992px) {
  .page-id-84 .content-wrapper {
    padding-top: 0px;
  }
}

.content-wrapper {
  padding-top: 202px;
}
@media (max-width: 1440px) {
  .content-wrapper {
    padding-top: 162px;
  }
}
@media (max-width: 992px) {
  .content-wrapper {
    padding-top: 146px;
  }
}
@media (max-width: 768px) {
  .content-wrapper {
    padding-top: 138px;
  }
}

/* Search Popup */
.popup-search-wrapper.search-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(125, 136, 101, 0.98);
  z-index: 9999999;
}
.popup-search-wrapper.search-popup.active {
  display: block;
}
.popup-search-wrapper.search-popup .search-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(125, 136, 101, 0.98);
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  margin: 0px auto;
  max-width: 100%;
}
.popup-search-wrapper.search-popup .search-popup-content .search_container {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100vh;
}
.popup-search-wrapper.search-popup .search-popup-content .search_container h2 {
  color: #FFF;
  font-family: "Druk-Bold-Trial";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.popup-search-wrapper.search-popup .search-popup-content .search_container span.close-search {
  position: absolute;
  top: 100px;
  right: 100px;
  cursor: pointer;
  color: white;
  border: 1px solid #FFF;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-search-wrapper.search-popup .search-popup-content .search_container .search-form-wrapper {
  width: 100%;
  margin-top: 40px;
}
.popup-search-wrapper.search-popup .search-popup-content .search_container .search-form-wrapper .search-input-wrapper {
  position: relative;
  border: 1px solid #FFF;
  display: flex;
  align-items: center;
}
.popup-search-wrapper.search-popup .search-popup-content .search_container .search-form-wrapper input::-moz-placeholder {
  color: #FFF;
  font-family: "AvenirLTStd-Book";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  background-color: transparent;
}
.popup-search-wrapper.search-popup .search-popup-content .search_container .search-form-wrapper input::placeholder {
  color: #FFF;
  font-family: "AvenirLTStd-Book";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  background-color: transparent;
}
.popup-search-wrapper.search-popup .search-popup-content .search_container .search-form-wrapper .search-field {
  flex-grow: 1;
  border: none;
  background: transparent;
  padding: 20px 40px;
  font-size: 16px;
  outline: none;
  color: white;
  margin: 0;
}
.popup-search-wrapper.search-popup .search-popup-content .search_container .search-form-wrapper .search-field::-ms-clear {
  color: white;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23ffffff" d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636l4.95 4.95z"/></svg>') no-repeat center center/cover;
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
}
.popup-search-wrapper.search-popup .search-popup-content .search_container .search-form-wrapper .search-field::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23ffffff" d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636l4.95 4.95z"/></svg>') no-repeat center center/cover;
  cursor: pointer;
}
.popup-search-wrapper.search-popup .search-popup-content .search_container .search-form-wrapper .search-field:focus, .popup-search-wrapper.search-popup .search-popup-content .search_container .search-form-wrapper .search-field:focus-within {
  background-color: transparent !important;
}
.popup-search-wrapper.search-popup .search-popup-content .search_container .search-form-wrapper .search-submit {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0 40px 0 0;
}
.popup-search-wrapper.search-popup .search-popup-content .search_container .search-form-wrapper svg {
  width: 32px;
  height: 32px;
}
@media (max-width: 1440px) {
  .popup-search-wrapper.search-popup .search-popup-content .search_container h1 {
    font-size: 72px;
    line-height: 76px;
  }
  .popup-search-wrapper.search-popup .search-popup-content .search_container span.close-search {
    top: 80px;
    right: 80px;
    padding: 24px;
  }
  .popup-search-wrapper.search-popup .search-popup-content .search_container .search-form-wrapper {
    margin-top: 30px;
  }
  .popup-search-wrapper.search-popup .search-popup-content .search_container .search-form-wrapper .search-field {
    padding: 20px 30px;
  }
  .popup-search-wrapper.search-popup .search-popup-content .search_container .search-form-wrapper .search-submit {
    margin: 0 30px 0 0;
  }
}
@media (max-width: 1024px) {
  .popup-search-wrapper.search-popup .search-popup-content .search_container h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .popup-search-wrapper.search-popup .search-popup-content .search_container span.close-search {
    top: 40px;
    right: 40px;
    padding: 10px;
  }
  .popup-search-wrapper.search-popup .search-popup-content .search_container .search-form-wrapper {
    margin-top: 20px;
  }
  .popup-search-wrapper.search-popup .search-popup-content .search_container .search-form-wrapper .search-field {
    padding: 10px 20px;
  }
  .popup-search-wrapper.search-popup .search-popup-content .search_container .search-form-wrapper .search-submit {
    margin: 0 20px 0 0;
  }
  .popup-search-wrapper.search-popup .search-popup-content .search_container .search-form-wrapper svg {
    height: 24px;
    width: 24px;
  }
}

/* Menu section */
header.site-header {
  height: 80px;
  background: #FFF;
  box-shadow: 0px 8px 24px 5px rgba(0, 0, 0, 0.01);
  max-width: 100%;
  color: #fff;
  transition: height 0.3s;
  padding: 0px 100px;
  position: relative;
  display: flex;
  height: auto;
  align-items: center;
  z-index: 9999999999;
}
header.site-header.expanded-header {
  height: calc(100vh - 120px);
  align-items: flex-start;
}
@media (min-width: 1441px) {
  header.site-header {
    padding: 0 100px;
    position: fixed;
    width: 100%;
    z-index: 9999;
  }
}
header.site-header .site-logo img {
  width: 65px;
  height: 72px;
  position: relative;
  z-index: 999;
}
@media (max-width: 1600px) {
  header.site-header .site-logo img {
    width: 60px;
    height: 72px;
  }
}
@media (max-width: 767px) {
  header.site-header .site-logo img {
    width: 50px;
    height: 52px;
  }
}
header.site-header .site-logo .custom-logo-link:focus, header.site-header .site-logo .custom-logo-link:hover, header.site-header .site-logo .custom-logo-link:focus-within {
  outline: none !important;
  text-decoration: none;
  border: none;
}
header.site-header .site-logo .custom-logo-link img:focus, header.site-header .site-logo .custom-logo-link img:hover, header.site-header .site-logo .custom-logo-link img:focus-within {
  outline: none !important;
  text-decoration: none;
  border: none;
}
header.site-header .header-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 80px;
}
header.site-header .header-container .nav_bottom_mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 9999999;
  width: 100%;
}
header.site-header .header-container .nav_bottom_mobile .site-branding {
  margin-top: 0;
}
header.site-header .header-container .nav_bottom_mobile .site-branding .site-logo {
  margin: 0;
}
header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation {
  display: flex;
  align-items: center;
  position: relative;
}
header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .primary-menu-container ul .menu-item {
  justify-content: center;
}
header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper {
  display: block;
}
@media (max-width: 992px) {
  header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper {
    display: none;
  }
}
header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer .mobile-logo {
  display: none;
}
header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul {
  display: flex;
}
header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li {
  position: relative;
  padding: 30px 30px;
  background-color: transparent;
  list-style: none;
}
header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li a {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 14px;
  font-style: normal;
  text-transform: capitalize;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
}
@media (min-width: 993px) {
  header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li:hover > a {
    text-decoration: underline;
  }
}
header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li.current-menu-item a {
  text-decoration: underline;
}
header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li .submenu-outer {
  width: 100%;
  position: absolute;
  top: 100%;
  left: auto;
  right: auto;
  cursor: pointer;
  margin: 0px;
  display: flex;
  justify-content: center;
  background-color: white;
  padding: 0px 0;
}
header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li .submenu-outer ul.sub-menu {
  display: none;
  border: 0;
  z-index: 1;
  font-style: normal;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  border-radius: 0;
  border-right: 1px solid #E1E1E1;
  width: 200px;
  padding-left: 15px;
  position: relative;
  padding-bottom: 0px !important;
  margin-top: 30px;
}
@media (min-width: 1601px) {
  header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li .submenu-outer ul.sub-menu {
    margin-top: 0;
    padding-bottom: 10px !important;
  }
}
header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li .submenu-outer ul.sub-menu.sub-menu::before, header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li .submenu-outer ul.sub-menu.sub-menu::after {
  display: none;
}
header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li .submenu-outer ul.sub-menu li.submenu_dropdown {
  padding: 0;
  max-width: 200px;
  display: block;
  position: static;
}
header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li .submenu-outer ul.sub-menu li.submenu_dropdown a {
  font-family: "AvenirLTStd-Book";
  font-size: 16px;
  text-transform: capitalize;
  font-style: normal;
  line-height: 24px;
  border: 0;
  background-color: white;
  padding: 3px 20px;
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  max-width: 100%;
  text-decoration: none !important;
}
header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li .submenu-outer ul.sub-menu li.submenu_dropdown a:focus, header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li .submenu-outer ul.sub-menu li.submenu_dropdown a:hover {
  color: #000 !important;
  font-weight: 800 !important;
}
header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li .submenu-outer ul.sub-menu li.submenu_dropdown:has(a:focus) {
  position: relative;
}
header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li .submenu-outer ul.sub-menu li.submenu_dropdown:has(a:focus)::after {
  content: "";
  height: 100%;
  width: 1px;
  background: black;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (min-width: 1025px) {
  header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li .submenu-outer ul.sub-menu li.submenu_dropdown:has(a:focus) {
    position: static;
  }
}
header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li .submenu-outer ul.sub-menu li.submenu_dropdown.menu-item-type-custom a {
  color: black;
  font-weight: normal;
  text-transform: capitalize;
}
header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li .submenu-outer ul.sub-menu li.submenu_dropdown:hover > a {
  color: #000 !important;
}
@media (min-width: 993px) {
  header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li .submenu-outer ul.sub-menu li.submenu_dropdown:hover > a {
    position: relative;
  }
  header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li .submenu-outer ul.sub-menu li.submenu_dropdown:hover > a::before {
    content: "";
    height: 100%;
    width: 1px;
    background: black;
    position: absolute;
    right: 0;
    top: 0;
  }
}
header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li .submenu-outer ul.sub-menu li.submenu_dropdown:hover > ul.submenu {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  border-left: 1px solid #E1E1E1;
  padding: 0px;
  margin-top: 0px;
  right: 0;
  background-color: #fff;
  z-index: 1;
  font-style: normal;
  font-weight: 800;
}
header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li .submenu-outer ul.sub-menu li.submenu_dropdown:hover > ul.submenu li {
  padding: 0px;
}
header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li .submenu-outer ul.sub-menu li.submenu_dropdown:hover > ul.submenu li a {
  color: #000;
  font-family: "AvenirLTStd-Book";
  min-width: 400px;
  font-style: normal;
  font-weight: 350;
  border: 0;
  background-color: white;
  padding: 5px 30px;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  max-width: 100%;
}
header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li .submenu-outer ul.sub-menu li.submenu_dropdown:hover > ul.submenu .menu-item-has-children:hover > .sub-menu {
  display: block;
}
@media (max-width: 992px) {
  header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li .submenu-outer ul.sub-menu li.submenu_dropdown {
    padding: 0px;
  }
}
header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li .submenu-outer .menu-item-has-children:focus-within .sub-menu {
  display: block;
}
@media (max-width: 1024px) {
  header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li .submenu-outer {
    top: 0px;
  }
}
header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li.practice_dropdown a.current-menu-item {
  color: black;
  font-weight: 800;
  pointer-events: none;
}
@media (max-width: 1600px) {
  header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li {
    padding: 0px 20px;
  }
}
@media (max-width: 1150px) {
  header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li {
    padding: 0px 10px;
  }
}
header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul .sub-menu-toggle {
  display: none;
}
@media (max-width: 992px) {
  header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper {
    flex-direction: column;
  }
  header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer {
    height: 100vh;
    overflow-y: auto;
    display: inline-block;
  }
}
header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper a:hover {
  background-color: white !important;
}
@media (max-width: 992px) {
  header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation {
    top: 0 !important;
  }
}
header.site-header .header-container .nav-right-wrapper {
  display: flex;
  align-items: center;
}
header.site-header .header-container .nav-right-wrapper .search-icon {
  cursor: pointer;
  margin: 0px 60px 0 90px;
}
header.site-header .header-container .nav-right-wrapper .social_links {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
header.site-header .header-container .nav-right-wrapper .social_links a {
  background: #FFF;
  box-shadow: 0px 8px 24px 5px rgba(0, 0, 0, 0.01);
  width: 48px;
  height: 48px;
  padding: 0px;
}
header.site-header .header-container .nav-right-wrapper .search-form-container {
  min-width: 252px;
}
header.site-header .header-container .nav-right-wrapper .search-form-container .search-input-wrapper {
  position: relative;
  display: flex;
  border: 1px solid #000;
}
header.site-header .header-container .nav-right-wrapper .search-form-container .search-field {
  flex-grow: 1;
  border: none;
  background: transparent;
  padding: 0px 16px 16px;
  font-size: 16px;
  outline: none;
  min-width: 252px;
  height: 40px;
}
header.site-header .header-container .nav-right-wrapper .search-form-container .search-field::-ms-clear {
  color: #000;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000000" d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636l4.95 4.95z"/></svg>') no-repeat center center/cover;
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
}
header.site-header .header-container .nav-right-wrapper .search-form-container .search-field::-webkit-search-cancel-button {
  color: #000;
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000000" d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636l4.95 4.95z"/></svg>') no-repeat center center/cover;
  cursor: pointer;
}
header.site-header .header-container .nav-right-wrapper .search-form-container .search-field:focus, header.site-header .header-container .nav-right-wrapper .search-form-container .search-field:focus-within {
  background-color: transparent !important;
  outline: none !important;
}
header.site-header .header-container .nav-right-wrapper .search-form-container .search-submit {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
header.site-header .header-container .nav-right-wrapper .search-form-container svg {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
header.site-header .header-container .search-form-container {
  display: none;
}
@media (max-width: 1440px) {
  header.site-header {
    padding: 0px 60px;
  }
  header.site-header .header-container {
    position: fixed;
    top: 0;
    background-color: white;
    z-index: 999999;
    left: 0;
    padding: 0px 60px;
  }
  header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .primary-menu-container ul {
    padding-left: 0;
  }
  header.site-header .header-container .nav-right-wrapper .search-icon {
    margin: 0px 22px 0 38px;
  }
}
@media (max-width: 1200px) {
  header.site-header {
    padding: 0px 60px;
  }
  header.site-header .header-container .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li {
    padding: 0px 10px;
  }
  header.site-header .header-container .nav-right-wrapper .search-icon {
    margin: 0px 6px 0 36px;
  }
  header.site-header .header-container .nav-right-wrapper .social_links {
    min-width: auto;
  }
}
@media (max-width: 1150px) {
  header.site-header .header-container .nav-right-wrapper .search-icon {
    margin: 0px 6px 0 20px;
  }
}
@media (max-width: 992px) {
  header.site-header {
    padding: 0px 16px;
  }
  header.site-header .header-container {
    padding: 0px 16px;
  }
  header.site-header .header-container .nav_bottom_mobile {
    padding: 20px 0;
  }
  header.site-header .header-container .nav_bottom_mobile .site-branding .site-logo {
    margin: 0;
  }
  header.site-header .header-container .nav_bottom_mobile .site-branding .site-logo .custom-logo-link {
    display: block;
    padding: 0;
  }
  header.site-header .header-container .nav_bottom_mobile .site-branding .site-logo .custom-logo-link img {
    height: auto;
  }
  header.site-header .header-container .primary-navigation {
    display: none;
  }
  header.site-header .header-container .primary-menu-container {
    padding: 0 !important;
  }
  header.site-header .header-container .primary-menu-container .primary-mobile-menu {
    padding: 0 !important;
  }
  header.site-header .menu-button-container {
    display: flex !important;
    align-items: center;
    padding: 10x 0px;
  }
  header.site-header .menu-button-container #primary-mobile-menu {
    outline: none;
    padding: 0px;
    position: relative;
    z-index: 999999;
    right: 0px;
  }
}
@media (max-width: 767px) {
  header.site-header {
    justify-content: space-around !important;
    padding: 0px;
    width: 100%;
  }
  header.site-header .header-container {
    position: fixed;
    top: 0;
    background-color: white;
    flex-direction: column;
    z-index: 999999;
  }
  header.site-header .header-container .nav-right-wrapper {
    flex-direction: column;
  }
  header.site-header .header-container .search-form-container {
    display: block;
    margin-bottom: 40px;
  }
  header.site-header .header-container .nav-right-wrapper .search-icon {
    display: none;
  }
  header.site-header span.custom-logo-link img {
    width: 52px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  header .site-logo {
    display: block !important;
    position: static !important;
    padding-top: unset !important;
  }
}

/****************    Mobile Responsive             ************/
@media (min-width: 992px) {
  .menu-button-container {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .menu-button-container {
    display: block !important;
    padding: 0 !important;
  }
  .menu-button-container #primary-mobile-menu {
    padding: 0 !important;
  }
}
@media (max-width: 992px) {
  .primary-navigation-open .menu-button-container {
    padding: 0 !important;
    right: 16px;
    top: 30px;
  }
}
@media (max-width: 992px) {
  .primary-navigation-open header.site-header .header-container {
    padding: 0;
  }
  .primary-navigation-open header.site-header .header-container .nav_bottom_mobile #site-navigation {
    position: absolute;
  }
  .primary-navigation-open header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation {
    position: absolute;
    top: 0px !important;
    flex-direction: column;
    z-index: 999999;
    width: 100%;
  }
  .primary-navigation-open header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: white;
    width: 100%;
    padding-bottom: 40px;
    position: relative;
  }
  .primary-navigation-open header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul {
    max-width: 100vw;
    overflow-x: hidden;
  }
  .primary-navigation-open header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li .submenu-outer ul.sub-menu li.submenu_dropdown:hover > ul.submenu {
    position: static;
  }
  .primary-navigation-open header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li .submenu-outer ul.sub-menu li.submenu_dropdown:hover > ul.submenu li a {
    justify-content: center;
  }
  .primary-navigation-open header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li.practice_dropdown.active-elem > a {
    color: black !important;
    border-bottom: 1px solid black;
    font-weight: 800 !important;
  }
  .primary-navigation-open header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li.practice_dropdown.active-elem .submenu-outer .sub-menu {
    display: block;
  }
  .primary-navigation-open header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li.practice_dropdown.active-elem .submenu-outer .sub-menu .submenu_dropdown a {
    border: none !important;
  }
  .primary-navigation-open header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li.practice_dropdown.active-elem .submenu-outer .sub-menu .submenu_dropdown .submenu {
    display: none;
  }
  .primary-navigation-open header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li.practice_dropdown.active-elem .submenu-outer .sub-menu .submenu_dropdown .submenu li a {
    border: none;
  }
  .primary-navigation-open header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li.practice_dropdown.active-elem .submenu-outer .sub-menu .submenu_dropdown.active-elem > a {
    color: black !important;
  }
  .primary-navigation-open header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li.practice_dropdown.active-elem .submenu-outer .sub-menu .submenu_dropdown.active-elem .submenu {
    display: block;
  }
  .primary-navigation-open header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .menu-button-container {
    background-color: white !important;
    padding-top: 40px;
    display: flex !important;
  }
  .primary-navigation-open header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobile-logo {
    z-index: 999;
    position: absolute;
    top: 20px;
    left: 16px;
    display: block;
  }
  .primary-navigation-open header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    max-width: 100%;
    margin-top: 70px;
    justify-content: center;
    padding: 0px !important;
  }
  .primary-navigation-open header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper ul li {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    padding: 0;
  }
  .primary-navigation-open header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper ul li a {
    padding-bottom: 0;
    border-bottom: 0;
    color: #000;
    padding: 12px 0;
  }
  .primary-navigation-open header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper ul li .submenu-outer {
    position: relative;
    top: 0;
    min-width: 100%;
  }
  .primary-navigation-open header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper ul li .submenu-outer ul.sub-menu {
    position: relative;
    text-align: center;
    width: 100%;
    min-width: 100%;
    border: 0px;
    top: 0;
    margin-top: 0px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    display: none;
  }
  .primary-navigation-open header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper ul li .submenu-outer ul.sub-menu li.submenu_dropdown {
    max-width: 100%;
  }
  .primary-navigation-open header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper ul li .submenu-outer ul.sub-menu li.submenu_dropdown a {
    font-weight: normal;
    line-height: 24px;
    padding: 10px 0px;
    display: flex;
    justify-content: center;
    border-top: 1px solid #ccc;
  }
  .primary-navigation-open header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper ul li .submenu-outer ul.sub-menu li.submenu_dropdown a:focus {
    color: #000 !important;
    font-weight: 800;
  }
  .primary-navigation-open header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper ul li .submenu-outer ul.sub-menu li.submenu_dropdown:has(a:focus) {
    position: relative;
  }
  .primary-navigation-open header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper ul li .submenu-outer ul.sub-menu li.submenu_dropdown:has(a:focus)::after {
    display: none;
  }
  .primary-navigation-open header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper ul li .submenu-outer ul.sub-menu li.submenu_dropdown ul.submenu {
    display: block;
    font-size: 12px;
    position: relative;
    top: 100%;
    min-width: 100%;
    border: 0;
    background-color: #fff;
    z-index: 1;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    left: 0;
  }
  .primary-navigation-open header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper ul li .submenu-outer ul.sub-menu li.submenu_dropdown ul.submenu li {
    padding: 0px;
    position: relative;
    background-color: transparent;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .primary-navigation-open header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper ul li .submenu-outer ul.sub-menu li.submenu_dropdown ul.submenu li a {
    color: #000;
    font-family: "AvenirLTStd-Book";
    font-size: 14px;
    width: 100%;
    font-style: normal;
    line-height: 24px;
    border: 0;
    background-color: white;
    display: flex;
    max-width: 100%;
    padding: 0px;
    text-align: center;
    justify-content: center;
    border-bottom: 1px solid;
    padding-bottom: 5px;
  }
  .primary-navigation-open header.site-header .header-container .nav-right-wrapper {
    justify-content: center;
  }
  .primary-navigation-open header.site-header .header-container .nav-right-wrapper .search-form-container {
    padding-top: 28px;
  }
  .primary-navigation-open header.site-header .header-container .nav-right-wrapper .search-form-container .search-input-wrapper .search-field {
    margin: 0;
    padding: 0 40px 0 16px;
  }
}

.post-navigation {
  max-width: 100% !important;
  padding: 0px 120px;
}
@media (max-width: 1440px) {
  .post-navigation {
    padding: 0px 80px;
  }
}
@media (max-width: 1200px) {
  .post-navigation {
    padding: 0px 60px;
  }
}
@media (max-width: 992px) {
  .post-navigation {
    padding: 0px 40px;
  }
}
@media (max-width: 768px) {
  .post-navigation {
    padding: 0px 30px;
  }
}
@media (max-width: 576px) {
  .post-navigation {
    padding: 0px 20px;
  }
}

.blog-news-section .blog-new-body {
  margin-top: 0px !important;
}
.blog-news-section .blog-new-body p {
  width: 100% !important;
  padding: 0px !important;
  margin: 0px !important;
  max-width: 100% !important;
}
.blog-news-section .container article header.entry-header {
  margin: 0px !important;
  width: 100% !important;
  max-width: 100%;
}
.blog-news-section .container article header figure.post-thumbnail {
  width: 100%;
}
.blog-news-section .container article header figure.post-thumbnail img {
  display: block;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  max-width: 100% !important;
}

.title-section .title {
  color: #000;
  font-family: "Druk-Bold-Trial";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
  width: 100%;
  text-transform: uppercase;
}
.title-section .title span {
  color: #3B3B3E;
  text-align: center;
  font-family: "AvenirLTStd-Book";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-transform: none;
  letter-spacing: initial;
}
@media (max-width: 1440px) {
  .title-section .title {
    font-size: 76px;
    line-height: 80px;
  }
  .title-section .title span {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1200px) {
  .title-section .title {
    font-size: 56px;
    line-height: 66px;
  }
  .title-section .title span {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 992px) {
  .title-section .title {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 2.8px;
    font-weight: normal;
  }
  .title-section .title span {
    font-size: 16px;
    line-height: 20px;
  }
}

.breadcrumb-section {
  margin-bottom: 30px;
}
.breadcrumb-section.privacy .breadcrumb {
  border-bottom: 1px solid;
  padding-bottom: 20px;
}
.breadcrumb-section .breadcrumb {
  margin: 0;
}
.breadcrumb-section .breadcrumb .breadcrumb-item {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.breadcrumb-section .breadcrumb .breadcrumb-item a {
  text-decoration: underline;
  color: inherit;
}
.breadcrumb-section .breadcrumb .breadcrumb-item.active {
  font-weight: 800;
}
@media (max-width: 1600px) {
  .breadcrumb-section {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .breadcrumb-section {
    margin-bottom: 20px;
  }
}

.description-section .title {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 36px;
  margin-bottom: 30px;
}
.description-section .content {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.description-section .content p {
  margin-bottom: 40px;
}
.description-section .content hr {
  margin-bottom: 30px;
}
.description-section .content .top-heading {
  margin: 16px 0 40px;
}
@media (max-width: 767px) {
  .description-section .content .top-heading {
    font-size: 16px;
    margin-top: 10px;
  }
}
.description-section ol,
.description-section ul {
  padding-left: 24px;
  margin-bottom: 40px;
}
.description-section ol li,
.description-section ul li {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
.description-section a {
  color: inherit;
}
@media (max-width: 767px) {
  .description-section .title {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .description-section .content {
    font-size: 20px;
    line-height: 32px;
  }
  .description-section .content p {
    margin-bottom: 20px;
  }
  .description-section ol,
  .description-section ul {
    margin-bottom: 20px;
  }
  .description-section ol li,
  .description-section ul li {
    font-size: 20px;
    line-height: 32px;
  }
}

.search-box {
  margin-bottom: 50px;
}
.search-box .search-outer {
  position: relative;
  width: 100%;
}
.search-box .search-outer .search-form2 {
  max-width: 100% !important;
}
.search-box .search-outer .search-form2 label {
  width: 100% !important;
}
.search-box .search-outer .search-input-wrapper {
  position: relative;
}
.search-box .search-outer .search-input-wrapper .search-field {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  width: 100%;
  padding: 20px 80px 20px 40px;
  border: 1px solid #000;
  background: transparent;
  position: relative;
}
.search-box .search-outer .search-input-wrapper .search-field::-ms-clear {
  color: #000;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000000" d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636l4.95 4.95z"/></svg>') no-repeat center center/cover;
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
}
.search-box .search-outer .search-input-wrapper .search-field::-webkit-search-cancel-button {
  color: #000;
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000000" d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636l4.95 4.95z"/></svg>') no-repeat center center/cover;
  cursor: pointer;
}
.search-box .search-outer .search-input-wrapper .search-field:focus, .search-box .search-outer .search-input-wrapper .search-field:focus-within {
  background-color: transparent !important;
  outline: none !important;
}
.search-box .search-outer .search-input-wrapper .clear-search {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  cursor: pointer;
}
.search-box .search-outer .search-input-wrapper .clear-search svg {
  width: 12px;
  height: 12px;
}
.search-box .search-outer .search-input-wrapper .search-submit {
  position: absolute;
  right: 40px;
  top: 16px;
  height: 32px;
  width: 32px;
  text-decoration: none;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
.search-box .search-outer .search-input-wrapper .search-submit svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 567px) {
  .search-box .search-outer .search-input-wrapper .search-field {
    padding: 20px 60px 20px 20px;
  }
  .search-box .search-outer .search-input-wrapper .search-submit {
    right: 20px;
  }
}

.search-result-section {
  margin-bottom: 60px;
}
.search-result-section .result-count {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.search-result-section .result-count h1 {
  font-size: inherit;
  line-height: inherit;
}
.search-result-section .result-count span {
  font-weight: 800;
}
.search-result-section .result {
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D1D1D4;
}
.search-result-section .result .img-outer {
  height: 240px;
  width: 320px;
  min-width: 320px;
}
.search-result-section .result .img-outer article,
.search-result-section .result .img-outer img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.search-result-section .result .details {
  padding: 10px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 240px;
}
.search-result-section .result .details .title {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
  margin-bottom: 20px;
}
.search-result-section .result .details .description {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.search-result-section .result .details .link {
  text-decoration: none;
  padding: 8px 40px;
  border-radius: 50px;
  background: rgba(142, 169, 135, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
}
@media (max-width: 567px) {
  .search-result-section .result {
    flex-direction: column;
  }
  .search-result-section .result .img-outer {
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
  }
  .search-result-section .result .img-outer article {
    height: 100%;
  }
  .search-result-section .result .details {
    padding: 0;
    height: auto;
    min-height: auto;
  }
  .search-result-section .result .details .title {
    font-size: 12px;
    font-weight: 900;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .search-result-section .result .details .description {
    font-size: 16px;
    line-height: 24px;
  }
}

.pagination-section {
  padding: 50px 0;
  text-align: center;
}
.pagination-section .pagination {
  padding-top: 0px;
  margin: 0px auto;
  border-top: 0px;
  background: none;
  display: flex;
  flex-wrap: wrap;
}
.pagination-section .pagination .page-item:not(:last-child) {
  margin-right: 15px;
}
.pagination-section .pagination .page-item .page-link {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  border: 1px solid #7D8865;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8EA987;
  font-family: "AvenirLTStd-Book";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.pagination-section .pagination .page-item .page-link:focus {
  z-index: 3;
  color: #7d8966;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: none;
}
.pagination-section .pagination .page-item.active .page-link {
  background: #7D8865;
  color: white;
}
.pagination-section .pagination .page-item.next .page-link, .pagination-section .pagination .page-item.prev .page-link {
  width: auto;
  border: none;
  font-size: 12px;
}
.pagination-section .pagination .page-item.disabled span {
  border: none !important;
  border-radius: 0 !important;
}
.pagination-section .pagination .page-item.dots span.page-link {
  pointer-events: none !important;
  border: none !important;
  border-radius: 0 !important;
}

.pagination-section-search {
  padding: 50px 0;
  text-align: center;
}
.pagination-section-search .wp-pagination {
  padding-top: 0px;
  margin: 0px auto;
  border-top: 0px;
  background: none;
  display: flex;
  flex-wrap: wrap;
}
.pagination-section-search .wp-pagination .page-item {
  list-style: none;
}
.pagination-section-search .wp-pagination .page-item:not(:last-child) {
  margin-right: 15px;
}
.pagination-section-search .wp-pagination .page-item .page-link {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  border: 1px solid #7D8865;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8EA987;
  font-family: "AvenirLTStd-Book";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.pagination-section-search .wp-pagination .page-item .page-link:focus, .pagination-section-search .wp-pagination .page-item .page-link:active, .pagination-section-search .wp-pagination .page-item .page-link:hover {
  z-index: 3;
  color: #7D8865;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: none;
}
.pagination-section-search .wp-pagination .page-item .page-link.prev-page, .pagination-section-search .wp-pagination .page-item .page-link.next-page {
  border: 0px !important;
}
.pagination-section-search .wp-pagination .page-item.active .page-link {
  background: #7D8865;
  color: white;
}
.pagination-section-search .wp-pagination .page-item.next .page-link, .pagination-section-search .wp-pagination .page-item.prev .page-link {
  width: auto;
  border: none;
  font-size: 12px;
}
.pagination-section-search .wp-pagination .page-item.disabled span {
  border: none !important;
  border-radius: 0 !important;
}
.pagination-section-search .wp-pagination .page-item.dots span.page-link {
  pointer-events: none;
  border: none !important;
  border-radius: 0 !important;
}

.single-people .bottom-section {
  margin-bottom: 70px;
}

.banner-section.careerpage {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #E8EEE7;
}
@media (max-width: 767px) {
  .banner-section.careerpage.desktop-only {
    display: none;
  }
}
.banner-section.careerpage.mobile-only {
  display: none;
}
@media (max-width: 767px) {
  .banner-section.careerpage.mobile-only {
    display: block;
  }
}
.banner-section.careerpage .video-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-section.careerpage video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1439px) {
  .banner-section .video-container video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1024px) {
  .banner-section .video-container {
    position: relative;
  }
  .banner-section .video-container video {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.banner-section.contactus .img-outer {
  max-width: 100%;
  min-height: 800px;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1600px) {
  .banner-section.contactus .img-outer {
    height: 600px;
    min-height: 600px;
  }
}
.banner-section .sub-title {
  color: #000;
  font-family: "Druk-Bold-Trial";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 88px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  line-height: normal;
  padding-bottom: 30px;
}
@media (max-width: 1600px) {
  .banner-section .sub-title {
    line-height: normal;
    margin-bottom: 0px;
    font-size: 56px;
  }
}
@media (max-width: 992px) {
  .banner-section .sub-title {
    font-size: 40px;
    line-height: normal;
    letter-spacing: 2.8px;
    font-weight: normal;
    margin-bottom: 10px;
  }
}
.banner-section .img-outer {
  max-width: 100%;
  min-height: 800px;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.banner-section .img-outer .banner-img,
.banner-section .img-outer video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-section .img-outer.video {
  position: relative;
}
.banner-section .img-outer.video .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-section .img-outer.video .play-icon img {
  max-width: 109px;
}
.banner-section .img-outer.video video {
  width: 100%;
  height: calc(100vh - 80px);
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}
@media (max-width: 1280px) {
  .banner-section .img-outer.video video {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  .banner-section .img-outer.video video {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 768px) {
  .banner-section .img-outer.video video {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.banner-section .img-outer.video .video-container {
  position: relative;
}
.banner-section .img-outer.video .video-container .video-js {
  width: 100% !important;
  height: 100% !important;
  background-color: transparent !important;
}
.banner-section .img-outer.video .video-container .video-js .vjs-time-control {
  line-height: 4em !important;
  font-size: 1.5em;
}
.banner-section .img-outer.video .video-container .video-js .vjs-poster img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.banner-section .img-outer.video .video-container .video-js .vjs-slider {
  background-color: rgba(0, 0, 0, 0.25) !important;
  height: 8px;
}
.banner-section .img-outer.video .video-container .video-js .vjs-play-progress {
  background-color: black !important;
}
.banner-section .img-outer.video .video-container .video-js .vjs-play-progress:before {
  display: none;
}
.banner-section .img-outer.video .video-container .video-js .vjs-load-progress {
  background: rgba(0, 0, 0, 0.25) !important;
}
.banner-section .img-outer.video .video-container .video-js .vjs-load-progress div {
  background-color: #000000 !important;
  height: 8px;
}
.banner-section .img-outer.video .video-container .video-js .vjs-control-bar {
  height: 6em !important;
  background-color: white !important;
  padding: 0px 20px;
  width: auto !important;
  position: absolute;
  bottom: 30px !important;
  left: 30px !important;
  right: 30px !important;
}
@media (max-width: 767px) {
  .banner-section .img-outer.video .video-container .video-js .vjs-control-bar {
    height: 5em !important;
    background-color: white !important;
    padding: 0 10px;
    width: auto !important;
    position: absolute;
    bottom: 10px !important;
    left: 30px !important;
    right: 30px !important;
  }
}
.banner-section .img-outer.video .video-container .video-js .vjs-control {
  color: black;
}
.banner-section .img-outer.video .video-container .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  display: none;
}
.banner-section .img-outer.video .video-container .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .banner-section .img-outer.video .video-container .video-js .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .banner-section .img-outer.video .video-container .video-js .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: auto !important;
}
.banner-section .img-outer.video .video-container .vjs-button > .vjs-icon-placeholder:before {
  line-height: 2em !important;
  background-color: white !important;
  font-size: 3em;
}
.banner-section .img-outer.video .video-container .video-js .vjs-big-play-button {
  display: none !important;
}
.banner-section .img-outer.video .video-container button.vjs-picture-in-picture-control.vjs-control.vjs-button {
  display: none;
}
@media (max-width: 1600px) {
  .banner-section .img-outer {
    height: 600px;
    min-height: 600px;
  }
}
@media (max-width: 1200px) {
  .banner-section .img-outer {
    height: 400px;
    min-height: 400px;
  }
}
@media (max-width: 992px) {
  .banner-section .img-outer {
    height: 300px;
    min-height: 300px;
  }
  .banner-section .img-outer.video iframe {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .banner-section .img-outer {
    height: 250px;
    min-height: 250px;
  }
}
@media (max-width: 576px) {
  .banner-section .img-outer {
    height: 200px;
    min-height: 250px;
  }
}

.author-profile {
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
  flex-direction: column;
}
.author-profile .profile {
  display: flex;
  align-items: center;
}
.author-profile .profile img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 0;
  margin-right: 10px;
}
.author-profile .profile p {
  margin: 0;
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.author-profile .profile span {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .author-profile {
    margin-top: 20px;
    align-items: baseline;
    justify-content: start;
  }
  .author-profile .profile {
    margin-bottom: 10px;
  }
}

.page-id-95 .section-heading-comp .content-layer .custom-btn-layer .contactus-btn {
  display: none;
}

.contactus-section .form-control {
  border: none;
  border-bottom: 1px solid black;
  padding: 20px 30px;
  background: none;
  border-radius: 0;
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.32px;
}
.contactus-section .form-control:hover, .contactus-section .form-control:focus {
  outline: none;
  box-shadow: none;
}
.contactus-section .form-control.textarea {
  height: 184px;
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
}
.contactus-section .form-control.textarea::-moz-placeholder {
  position: absolute;
  bottom: 20px;
  left: 30px;
  display: inline-block;
}
.contactus-section .form-control.textarea::placeholder {
  position: absolute;
  bottom: 20px;
  left: 30px;
  display: inline-block;
}
.contactus-section .custom-btn-layer p {
  width: 100%;
}
.contactus-section .custom-btn-layer .primary-btn,
.contactus-section .custom-btn-layer input {
  display: flex;
  width: 280px;
  height: 52px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 99px;
  border: 1px solid #000 !important;
  background: #000 !important;
  color: #fff !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  text-decoration: none;
}
.contactus-section .custom-btn-layer .primary-btn:hover,
.contactus-section .custom-btn-layer input:hover {
  background-color: #000 !important;
  color: white;
}
.contactus-section .custom-btn-layer .primary-btn:focus,
.contactus-section .custom-btn-layer input:focus {
  background-color: #000 !important;
}
@media (max-width: 767px) {
  .contactus-section .custom-btn-layer .primary-btn,
  .contactus-section .custom-btn-layer input {
    width: 100%;
  }
}
.contactus-section #my-form > div:nth-child(5) > div.checkbox-outer > p > span > span.wpcf7-not-valid-tip {
  position: absolute;
  top: 10px;
  left: 7px;
  min-width: -moz-max-content;
  min-width: max-content;
}
.contactus-section .wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}
.contactus-section .checkbox-outer {
  display: flex;
  margin-top: 20px;
}
.contactus-section .checkbox-outer input {
  background: #7D8865;
  height: 16px;
  width: 16px;
  border: none;
  border-radius: 50px;
  box-shadow: none;
  outline: none;
  position: relative;
}
.contactus-section .checkbox-outer .form-check-input:checked[type=checkbox] {
  background-image: url("../images/checked.svg");
}
.contactus-section .checkbox-outer p,
.contactus-section .checkbox-outer span {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.24px;
  padding-left: 0px;
  background: transparent;
  border: 0px;
}
.contactus-section .checkbox-outer p label,
.contactus-section .checkbox-outer span label {
  display: flex;
  align-items: center;
}
.contactus-section .checkbox-outer p label span,
.contactus-section .checkbox-outer span label span {
  padding-left: 10px;
}
@media (max-width: 480px) {
  .contactus-section .checkbox-outer p label span,
  .contactus-section .checkbox-outer span label span {
    padding-left: 4px;
  }
}
.contactus-section .checkbox-outer p label input,
.contactus-section .checkbox-outer span label input {
  position: relative;
}
.contactus-section .checkbox-outer p label input::after,
.contactus-section .checkbox-outer span label input::after {
  display: block;
  left: 6px;
  top: 2px;
  position: absolute;
  width: 4px;
  height: 9px;
  border: 2px solid #ffffff;
  border-top: 0;
  border-left: 0;
  transform: rotate(30deg);
}
@media (max-width: 1600px) {
  .contactus-section .checkbox-outer {
    margin-top: 0px;
  }
}
@media (max-width: 1440px) {
  .contactus-section .form-control {
    padding: 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .contactus-section .form-control.textarea {
    height: 80px;
    margin-bottom: 30px;
  }
  .contactus-section .form-control.textarea::-moz-placeholder {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  .contactus-section .form-control.textarea::placeholder {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
}
@media (max-width: 992px) {
  .contactus-section .form-control {
    margin-bottom: 20px;
    padding: 0 20px !important;
  }
  .contactus-section .form-control.textarea {
    height: 33px !important;
    margin-bottom: 20px;
  }
  .contactus-section .form-control.textarea::-moz-placeholder {
    position: static;
  }
  .contactus-section .form-control.textarea::placeholder {
    position: static;
  }
  .contactus-section .custom-btn-layer {
    display: flex;
    justify-content: center;
    height: 52px;
  }
  .contactus-section .checkbox-outer {
    justify-content: center;
    margin: 0px !important;
    padding-top: 10px;
  }
}

.page-id-637 #custom_footer_widget-2 {
  display: none;
}

.client-satisfaction-survey label {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
  letter-spacing: 0.32px;
  width: 100%;
}
.client-satisfaction-survey label span {
  font-weight: normal;
  font-size: 12px;
}
.client-satisfaction-survey label span .custom_icon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
  background-image: url("../images/expand_more.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 40px 20px;
  border: 1px solid #ccc;
  padding: 10px;
  white-space: normal;
}
.client-satisfaction-survey label br {
  display: none;
}
.client-satisfaction-survey input,
.client-satisfaction-survey select {
  height: 72px;
  margin-top: 10px !important;
  align-items: center;
  width: 100%;
  background-color: transparent !important;
  border: 1px solid #000 !important;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.32px;
}
.client-satisfaction-survey input:focus,
.client-satisfaction-survey select:focus {
  outline: none !important;
}
.client-satisfaction-survey textarea {
  height: 200px;
  padding: 0px 30px !important;
  margin-top: 10px !important;
  align-items: center;
  width: 100%;
  background-color: transparent !important;
  border: 1px solid #000 !important;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.32px;
}
.client-satisfaction-survey textarea:focus {
  outline: none !important;
}
.client-satisfaction-survey .wpcf7-list-item {
  display: flex;
  margin: 0 !important;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.32px;
  align-items: center;
  padding: 0px;
}
.client-satisfaction-survey .wpcf7-list-item label input[type=radio]::after {
  left: 4px;
  top: 4px;
  position: absolute;
  width: 15px;
  height: 15px;
}
.client-satisfaction-survey .wpcf7-list-item input[type=checkbox]:checked {
  background-color: #000 !important;
}
.client-satisfaction-survey span.wpcf7-list-item-label {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.32px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .client-satisfaction-survey span.wpcf7-list-item-label {
    font-size: 13px;
  }
}
.client-satisfaction-survey input[type=checkbox] {
  padding: 0px !important;
  margin: 0px !important;
  width: 24px;
  height: 24px;
}
.client-satisfaction-survey .group-field {
  margin-bottom: 0px;
}
.client-satisfaction-survey .group-field input[type=checkbox]::after {
  content: "";
  opacity: 0;
  display: block;
  left: 7px;
  top: 2px;
  position: absolute;
  width: 8px;
  height: 15px;
  border: 3px solid #ffffff;
  border-top: 0;
  border-left: 0;
  transform: rotate(30deg);
}
.client-satisfaction-survey .group-field input[type=checkbox]:checked {
  color: white !important;
}
.client-satisfaction-survey .group-field input[type=checkbox]:checked::after {
  opacity: 1 !important;
}
.client-satisfaction-survey .survey-heading {
  margin-bottom: 30px;
}
.client-satisfaction-survey .survey-heading p {
  margin-bottom: 0px !important;
}
.client-satisfaction-survey .survey-heading p label {
  border-bottom: 1px solid #D1D1D4;
  padding-bottom: 10px;
}
.client-satisfaction-survey p {
  margin-bottom: 0px !important;
}
.client-satisfaction-survey .client-checkbox-outer {
  display: block;
  margin-top: 0px;
}
.client-satisfaction-survey .client-checkbox-outer input {
  min-width: 24px;
  border: none;
  border-radius: 50px;
  box-shadow: none;
  border: none;
  outline: none;
  position: relative;
  margin-top: 0px !important;
}
.client-satisfaction-survey .client-checkbox-outer .form-check-input:checked[type=checkbox] {
  background-image: url("../images/checked.svg");
  background-color: #7D8865 !important;
}
.client-satisfaction-survey .client-checkbox-outer span {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.24px;
  padding-left: 0px;
  background: transparent;
  border: 0px;
}
.client-satisfaction-survey .client-checkbox-outer span label {
  display: flex;
  align-items: center;
}
.client-satisfaction-survey .client-checkbox-outer span label span {
  padding-left: 10px;
}
.client-satisfaction-survey .client-checkbox-outer span label input {
  position: relative;
}
.client-satisfaction-survey .client-checkbox-outer span label input::after {
  display: block;
  left: 6px;
  top: 2px;
  position: absolute;
  width: 4px;
  height: 9px;
  border-top: 0;
  border-left: 0;
  transform: rotate(30deg);
}
.client-satisfaction-survey .client-checkbox-outer .wpcf7-radio {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
}
.client-satisfaction-survey .client-checkbox-outer .wpcf7-radio .first label {
  flex-direction: row;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.client-satisfaction-survey .client-checkbox-outer .wpcf7-radio .last label {
  flex-direction: row;
  display: flex;
  align-items: center !important;
}
.client-satisfaction-survey p input.wpcf7-form-control.wpcf7-submit.has-spinner {
  display: flex;
  width: 280px;
  height: 52px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 99px;
  border: 1px solid #000;
  background: #000 !important;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  text-decoration: none;
}
.client-satisfaction-survey p input.wpcf7-form-control.wpcf7-submit.has-spinner:hover, .client-satisfaction-survey p input.wpcf7-form-control.wpcf7-submit.has-spinner:focus {
  background-color: #000 !important;
  color: white !important;
}
.client-satisfaction-survey span.wpcf7-form-control.wpcf7-radio {
  display: flex;
  gap: 20px;
  align-items: center;
}
.client-satisfaction-survey span.wpcf7-form-control.wpcf7-radio label {
  display: flex;
  flex-direction: column;
  padding: 0px;
  border: none;
  margin: 0px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.client-satisfaction-survey span.wpcf7-form-control.wpcf7-radio label input {
  margin-top: 3px;
}
@media (max-width: 767px) {
  .client-satisfaction-survey span.wpcf7-form-control.wpcf7-radio {
    flex-wrap: wrap;
    gap: 0px !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
.client-satisfaction-survey .form-section-outer {
  margin: 20px 0 30px;
}
.client-satisfaction-survey .form-section-feedbackouter {
  margin: 10px 0 0px;
}
.client-satisfaction-survey .thank_disclaimerwrapper {
  margin: 0px 0 30px;
}
.client-satisfaction-survey .form-section-consentouter {
  margin: 0px 0 10px;
}
.client-satisfaction-survey .form-section-consentouter span.wpcf7-form-control.wpcf7-radio {
  display: flex;
  gap: 5px;
  align-items: center;
}
.client-satisfaction-survey .form-section-more {
  margin: 0px 0 10px;
}
.client-satisfaction-survey .form-section-yesno {
  margin: 0px 0 10px;
}
.client-satisfaction-survey .form-section-yesno .wpcf7-form-control.wpcf7-radio {
  flex-direction: row;
}

.footer-heading {
  margin: 52px 0 50px;
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

/* Home Page Banner Slider */
.homepage-slider-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #E8EEE7;
}
.homepage-slider-section video {
  width: 100%;
  height: calc(100vh - 80px);
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage-slider-section .video-parent {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media (min-width: 1280px) {
  .homepage-slider-section .video-parent video {
    margin: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .homepage-slider-section.desktop-only {
    display: none;
  }
}
.homepage-slider-section.mobile-only {
  display: none;
}
@media (max-width: 767px) {
  .homepage-slider-section.mobile-only {
    display: block;
  }
}
@media (max-width: 1280px) {
  .homepage-slider-section video {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .homepage-slider-section {
    height: auto;
    margin-bottom: 0px;
  }
  .homepage-slider-section video {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 566px) {
  .homepage-slider-section video {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 600px) {
  .homepage-slider-section {
    margin-top: 50px;
  }
}
.homepage-slider-section .mute-button {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 32px;
  height: 32px;
  background: url("../images/volumehigh.svg") no-repeat center center;
  background-size: cover;
  cursor: pointer;
  z-index: 10;
}
.homepage-slider-section .mute-button.muted {
  background-image: url("../images/volumemute.svg");
}
@media (max-width: 650px) {
  .homepage-slider-section .mute-button {
    bottom: 20px;
    right: 20px;
  }
}
@media (max-width: 567px) {
  .homepage-slider-section .mute-button {
    bottom: 20px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .homepage-slider-section .mute-button {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url("../images/volumehigh.svg") no-repeat center center;
    background-size: cover;
    cursor: pointer;
    z-index: 10;
  }
  .homepage-slider-section .mute-button.muted {
    background-image: url("../images/volumemute.svg");
  }
}

.homepage-slider-section {
  margin-bottom: 96px;
}
.homepage-slider-section .title-section {
  margin-bottom: 50px;
}
.homepage-slider-section .banner-container {
  width: 100%;
  padding: 20px 160px 60px 160px;
  max-width: 1600px;
  margin: auto;
}
.homepage-slider-section .banner-container .banner-slider .banner-desktop ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 100px;
}
.homepage-slider-section .banner-container .banner-slider .banner-desktop ul li .banner-card .image-layer {
  position: relative;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage-slider-section .banner-container .banner-slider .banner-desktop ul li .banner-card .image-layer img {
  width: 300px;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.homepage-slider-section .banner-container .banner-slider .banner-desktop ul li .banner-card .image-layer .content {
  position: absolute;
  left: 35px;
  bottom: 35px;
  margin: -0.5vw;
  display: inline-block;
  height: 6.5em;
  width: 7.59em;
  overflow: hidden;
}
.homepage-slider-section .banner-container .banner-slider .banner-desktop ul li .banner-card .image-layer .content .title {
  color: #FFF;
  text-align: center;
  font-family: "AvenirLTStd-Book";
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 116px; /* 145% */
  text-transform: uppercase;
  text-align: left;
}
@media (max-width: 1440px) {
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul li .banner-card .image-layer .content .title {
    font-size: 50px;
    line-height: 168px;
  }
}
.homepage-slider-section .banner-container .banner-slider .banner-desktop ul li .banner-card .image-layer .sub-title {
  color: #FFF;
  text-align: center;
  font-family: "AvenirLTStd-Book";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  position: absolute;
  bottom: 60px;
  left: 25px;
}
.homepage-slider-section .banner-container .banner-slider .banner-desktop ul li:nth-child(even) .banner-card {
  margin-top: 0px;
}
@keyframes digit-animation {
  100% {
    transform: translateY(-20em);
  }
  0% {
    transform: translateY(100%);
  }
}
.homepage-slider-section .banner-container .banner-slider .banner-desktop ul.down li:nth-child(even) {
  transform: translate(0, 100px);
  transition: all 0.8s ease-in;
}
.homepage-slider-section .banner-container .banner-slider .banner-desktop ul.spread {
  transition: all 1s ease;
}
.homepage-slider-section .banner-container .banner-slider .banner-desktop ul.spread li {
  animation-duration: 1.5s;
}
.homepage-slider-section .banner-container .banner-slider .banner-desktop ul.spread li .banner-card {
  margin-top: 0 !important;
}
.homepage-slider-section .banner-container .banner-slider .banner-desktop ul.spread li:nth-child(1) {
  animation-name: anim-one;
}
@keyframes anim-one {
  from {
    transform: translate(150%, 0px);
  }
  50% {
    transform: translate(0 0);
  }
  to {
    transform: translate(0 0);
  }
}
.homepage-slider-section .banner-container .banner-slider .banner-desktop ul.spread li:nth-child(2) {
  animation-name: anim-two;
}
@keyframes anim-two {
  from {
    transform: translate(41%, 0px);
  }
  50% {
    transform: translate(0 0%);
  }
  to {
    transform: translate(0 0%);
  }
}
.homepage-slider-section .banner-container .banner-slider .banner-desktop ul.spread li:nth-child(3) {
  animation-name: anim-three;
}
@keyframes anim-three {
  from {
    transform: translate(-68%, 0px);
  }
  50% {
    transform: translate(0 0);
  }
  to {
    transform: translate(0 0);
  }
}
.homepage-slider-section .banner-container .banner-slider .banner-desktop ul.spread li:nth-child(4) {
  animation-name: anim-four;
}
@keyframes anim-four {
  from {
    transform: translate(-176%, 0px);
  }
  50% {
    transform: translate(0 0);
  }
  to {
    transform: translate(0 0);
  }
}
.homepage-slider-section .banner-container .banner-slider .banner-mobile .slider-container li:nth-child(1) .banner-card {
  animation: slide 2s ease-in-out 0.5s;
}
.homepage-slider-section .banner-container .banner-slider .banner-mobile .slider-container li:nth-child(2) .banner-card {
  animation: slide 2s ease-in-out 1s;
}
.homepage-slider-section .banner-container .banner-slider .banner-mobile .slider-container li:nth-child(3) .banner-card {
  animation: slide 2s ease-in-out 1.5s;
}
.homepage-slider-section .banner-container .banner-slider .banner-mobile .slider-container li:nth-child(4) .banner-card {
  animation: slide 2s ease-in-out 2s;
}
.homepage-slider-section .banner-container .banner-slider .banner-mobile .slider-container li .banner-card.loaded {
  animation: slide 2s infinite ease-in-out 3s;
  width: 100%;
}
.homepage-slider-section .banner-container .banner-slider .banner-mobile .slider-container li .image-layer {
  position: relative;
}
.homepage-slider-section .banner-container .banner-slider .banner-mobile .slider-container li .image-layer img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage-slider-section .banner-container .banner-slider .banner-mobile .slider-container li .image-layer .content {
  position: absolute;
  left: 29px;
  bottom: 40px;
  width: 7.59em;
  overflow: hidden;
}
.homepage-slider-section .banner-container .banner-slider .banner-mobile .slider-container li .image-layer .content .title {
  color: #FFF;
  text-align: center;
  font-family: "AvenirLTStd-Book";
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 72px;
  text-transform: uppercase;
  text-align: left;
}
.homepage-slider-section .banner-container .banner-slider .banner-mobile .slider-container li .image-layer .content .digit {
  display: inline-block;
  width: 7.59em;
  overflow: hidden;
}
@media (max-width: 567px) {
  .homepage-slider-section .banner-container .banner-slider .banner-mobile .slider-container li .image-layer .content {
    bottom: 40px;
  }
}
.homepage-slider-section .banner-container .banner-slider .banner-mobile .slider-container li .image-layer .sub-title {
  color: #FFF;
  text-align: center;
  font-family: "AvenirLTStd-Book";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  position: absolute;
  bottom: 25px;
  left: 34px;
}
@keyframes digit-animation {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@media (min-width: 769px) {
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul {
    gap: 20px;
  }
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul li {
    width: 25%;
  }
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul li .banner-card .image-layer .content {
    left: 20px;
  }
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul li .banner-card .image-layer .content .title {
    font-size: 64px;
    line-height: 72px;
  }
}
@media (min-width: 1024px) {
  .homepage-slider-section .homepage-slider-section {
    margin-bottom: 50px;
  }
  .homepage-slider-section .homepage-slider-section .banner-container .banner-slider .banner-desktop ul {
    gap: 40px;
  }
  .homepage-slider-section .homepage-slider-section .banner-container .banner-slider .banner-desktop ul li {
    width: 25%;
  }
  .homepage-slider-section .homepage-slider-section .banner-container .banner-slider .banner-desktop ul li .banner-card .image-layer .content {
    left: 25px;
  }
  .homepage-slider-section .homepage-slider-section .banner-container .banner-slider .banner-desktop ul li .banner-card .image-layer .content .title {
    font-size: 64px;
    line-height: 72px;
  }
}
@media (min-width: 1441px) {
  .homepage-slider-section .banner-container .banner-slider {
    padding: 0px 0px;
  }
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul {
    gap: 25px;
  }
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul li .banner-card .image-layer .content {
    left: 30px;
  }
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul li .banner-card .image-layer .content .title {
    font-size: 64px;
    line-height: 72px;
  }
}
@media (max-width: 1600px) {
  .homepage-slider-section .banner-container {
    padding: 20px 100px 60px 100px;
  }
}
@media (max-width: 1440px) {
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul {
    gap: 20px;
  }
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul li {
    width: 25%;
  }
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul li .banner-card .image-layer .content {
    left: 20px;
  }
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul li .banner-card .image-layer .content .title {
    font-size: 64px;
    line-height: 72px;
  }
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul li .banner-card .image-layer img {
    width: 100%;
    height: 460px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1280px) {
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul {
    gap: 20px;
  }
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul li {
    width: 25%;
  }
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul li .banner-card .image-layer .content {
    left: 20px;
  }
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul li .banner-card .image-layer .content .title {
    font-size: 64px;
    line-height: 72px;
  }
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul li .banner-card .image-layer img {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 992px) {
  .homepage-slider-section {
    margin-bottom: 100px;
  }
  .homepage-slider-section .banner-container {
    padding: 0 16px 60px 16px !important;
  }
  .homepage-slider-section .banner-container .title-section .title {
    font-size: 48px !important;
    line-height: 52px;
    margin-bottom: 20px;
  }
  .homepage-slider-section .banner-container .banner-mobile .slider-container {
    gap: 16px;
  }
  .homepage-slider-section .banner-container .banner-mobile .slider-container li .image-layer {
    position: relative;
    height: 540px !important;
  }
  .homepage-slider-section .banner-container .banner-mobile .slider-container li .image-layer img {
    height: 100%;
  }
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul {
    gap: 20px;
  }
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul li {
    width: 25%;
  }
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul li .banner-card .image-layer .content {
    left: 20px;
  }
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul li .banner-card .image-layer .content .title {
    font-size: 64px;
    line-height: 72px;
  }
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul li .banner-card .image-layer img {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 768px) {
  .homepage-slider-section {
    margin-bottom: 60px;
  }
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul {
    gap: 20px;
  }
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul li {
    width: 25%;
  }
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul li .banner-card .image-layer .content {
    left: 20px;
  }
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul li .banner-card .image-layer .content .title {
    font-size: 64px;
    line-height: 72px;
  }
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul li .banner-card .image-layer img {
    width: 100%;
    height: 270px;
  }
}
@media (max-width: 767px) {
  .homepage-slider-section {
    margin-bottom: 20px;
  }
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul {
    gap: 20px;
  }
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul li {
    width: 25%;
  }
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul li .banner-card .image-layer .content {
    left: 20px;
  }
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul li .banner-card .image-layer .content .title {
    font-size: 64px;
    line-height: 72px;
  }
  .homepage-slider-section .banner-container .banner-slider .banner-desktop ul li .banner-card .image-layer img {
    width: 100%;
    height: 220px;
  }
}

.animate-title {
  opacity: 0;
}
.animate-title.anim-title {
  opacity: 1;
  animation: fadeIn 0.8s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.anim-section {
  transform: translate(0, 0px);
  transition: all 0.8s ease-in;
}

/* Good Hands Section */
.slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.scroll-left,
.scroll-right {
  background-color: transparent !important;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 24px;
  z-index: 10;
}

.scroll-left {
  position: absolute;
  left: 0;
  top: 35%;
}

.scroll-right {
  position: absolute;
  right: 0;
  top: 35%;
}

@media (max-width: 768px) {
  .scroll-left,
  .scroll-right {
    display: none;
  }
}
#scroll-left,
#scroll-right {
  background-color: transparent !important;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 24px;
  z-index: 10;
}

#scroll-left {
  position: absolute;
  left: 0;
  top: 50%;
}

#scroll-right {
  position: absolute;
  right: 0;
  top: 50%;
}

@media (max-width: 768px) {
  #scroll-left,
  #scroll-right {
    display: none;
  }
}
.insight-home-section {
  margin-bottom: 96px;
}
.insight-home-section .container-insight {
  max-width: 100% !important;
  padding: 0px 0px 0 100px;
}
.insight-home-section .container-insight .slider-wrapper {
  display: unset;
}
.insight-home-section .slider-area.main {
  grid-area: main;
  padding: 0;
  overflow-y: hidden;
}
.insight-home-section .slider-area.main .items .section-heading-comp {
  margin-right: 120px;
}
.insight-home-section .slider-area.main .items .section-heading-comp .content-layer {
  align-items: center;
  flex-wrap: wrap;
}
.insight-home-section .slider-area.main .items .section-heading-comp .primary-btn {
  padding: 10px 30px;
}
@media (max-width: 1440px) {
  .insight-home-section .slider-area.main .items .section-heading-comp .primary-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.insight-home-section .slider-area.main .items .tab_btn_wrapper {
  display: flex;
  justify-content: space-around;
}
.insight-home-section .slider-area.main .items .tab_btn_wrapper .insight-tabs {
  border-radius: 30px;
  margin-right: 40px;
  background: rgba(142, 169, 135, 0.2);
}
.insight-home-section .slider-area.main .items .tab_btn_wrapper .insight-tabs .filter-button-group {
  display: flex;
  padding: 6px 10px;
}
.insight-home-section .slider-area.main .items .tab_btn_wrapper .insight-tabs .filter-button-group ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-family: "AvenirLTStd-Book";
  line-height: 32px;
  padding: 0px;
  gap: 5px;
  position: relative;
}
.insight-home-section .slider-area.main .items .tab_btn_wrapper .insight-tabs .filter-button-group ul li {
  padding: 4px 15px;
  border-radius: 99px;
  cursor: pointer;
}
.insight-home-section .slider-area.main .items .tab_btn_wrapper .insight-tabs .filter-button-group ul li:hover, .insight-home-section .slider-area.main .items .tab_btn_wrapper .insight-tabs .filter-button-group ul li.active {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
  background: #7d8865;
}
.insight-home-section .slider-area.main .items .tab_btn_wrapper .insight-tabs .filter-button-group ul li:hover img, .insight-home-section .slider-area.main .items .tab_btn_wrapper .insight-tabs .filter-button-group ul li.active img {
  filter: invert(1) brightness(4);
}
.insight-home-section .slider-area.main .items .insight-slider-container {
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.insight-home-section .slider-area.main .items .insight-slider-container .insight-filter-listings-home {
  display: flex;
  width: 100%;
}
.insight-home-section .slider-area.main .items .insight-slider-container .insight-filter-listings-home .item {
  display: inline-block;
  max-width: 400px;
  margin-right: 40px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.insight-home-section .slider-area.main .items .insight-slider-container .insight-filter-listings-practices {
  display: flex;
  width: 100%;
}
.insight-home-section .slider-area.main .items .insight-slider-container .insight-filter-listings-practices .item {
  display: inline-block;
  max-width: 400px;
  margin-right: 40px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.insight-home-section .slider-area.main .items .insight-slider-container::-webkit-scrollbar {
  width: 1px;
  height: 5px;
}
@media (max-width: 767px) {
  .insight-home-section .slider-area.main .items .insight-slider-container::-webkit-scrollbar {
    width: 1px;
    height: 5px;
  }
}
.insight-home-section .slider-area.main .items .insight-slider-container::-webkit-scrollbar-track {
  background: #7f938b;
  box-shadow: inset 0 0 6px #fff;
}
@media (max-width: 767px) {
  .insight-home-section .slider-area.main .items .insight-slider-container::-webkit-scrollbar-track {
    box-shadow: inset 1px 0 10px #fff;
  }
}
.insight-home-section .slider-area.main .items .insight-slider-container::-webkit-scrollbar-thumb {
  background: #7D8865;
}
.insight-home-section .slider-area.main .items.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.insight-home-section .slider-area.main .items .item {
  display: inline-block;
  max-width: 400px !important;
}
.insight-home-section .slider-area.main .items .item .insight-card {
  display: flex;
  flex-direction: column;
  position: relative;
}
.insight-home-section .slider-area.main .items .item .insight-card a {
  text-decoration: none;
}
.insight-home-section .slider-area.main .items .item .insight-card a .post-image-layer {
  max-height: 400px;
  height: 100vh;
}
.insight-home-section .slider-area.main .items .item .insight-card a .post-image-layer img,
.insight-home-section .slider-area.main .items .item .insight-card a .post-image-layer video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .insight-home-section .slider-area.main .items .item .insight-card a .post-image-layer {
    max-height: 310px;
    min-width: 310px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .insight-home-section .slider-area.main .items .item .insight-card a .post-image-layer {
    min-width: 294px;
    height: 368px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.insight-home-section .slider-area.main .items .item .insight-card a .caption-card {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-around;
  width: 100%;
}
@media (max-width: 767px) {
  .insight-home-section .slider-area.main .items .item .insight-card a .caption-card {
    min-width: 294px;
  }
}
.insight-home-section .slider-area.main .items .item .insight-card a .caption-card .icon img {
  width: 35px;
  height: 35px;
  filter: brightness(100) invert(0);
}
.insight-home-section .slider-area.main .items .item .insight-card a .image-layer {
  width: 60px;
}
.insight-home-section .slider-area.main .items .item .insight-card a .image-layer img {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: 2px solid white;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media (max-width: 567px) {
  .insight-home-section .slider-area.main .items .item .insight-card a .image-layer {
    width: 48px;
  }
  .insight-home-section .slider-area.main .items .item .insight-card a .image-layer img {
    width: 48px;
    height: 48px;
  }
}
.insight-home-section .slider-area.main .items .item .insight-card a .content-layer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0px 20px 20px;
  align-items: flex-end;
}
.insight-home-section .slider-area.main .items .item .insight-card a .content-layer .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  justify-items: center;
  max-width: 30%;
  white-space: normal;
}
.insight-home-section .slider-area.main .items .item .insight-card a .content-layer .content .name {
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-style: normal;
  line-height: 16px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  font-family: "AvenirLTStd-Black";
}
@media (max-width: 767px) {
  .insight-home-section .slider-area.main .items .item .insight-card a .content-layer {
    padding: 0px 10px 20px;
  }
}
@media (max-width: 567px) {
  .insight-home-section .slider-area.main .items .item .insight-card a .content-layer {
    padding: 20px;
  }
}
@media (max-width: 1600px) {
  .insight-home-section .slider-area.main .items .item .insight-card {
    min-width: 310px;
  }
}
.insight-home-section .slider-area.main .items .item .insight-card-bottom {
  width: 400px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  max-width: 100%;
}
.insight-home-section .slider-area.main .items .item .insight-card-bottom a {
  text-decoration: none;
}
.insight-home-section .slider-area.main .items .item .insight-card-bottom a .content-layer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  padding: 16px 0 10px;
}
.insight-home-section .slider-area.main .items .item .insight-card-bottom a .content-layer .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.insight-home-section .slider-area.main .items .item .insight-card-bottom a .content-layer .content .cat-name span.term {
  color: #000;
  font-family: "AvenirLTStd-Black";
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .insight-home-section .slider-area.main .items .item .insight-card-bottom a .content-layer .content .cat-name span.term {
    font-size: 10px;
  }
}
.insight-home-section .slider-area.main .items .item .insight-card-bottom a .content-layer .content .date {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  display: none;
}
@media (max-width: 1600px) {
  .insight-home-section .slider-area.main .items .item .insight-card-bottom a .content-layer {
    padding: 8px 0 4px;
  }
}
.insight-home-section .slider-area.main .items .item .insight-card-bottom a .title {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  width: 100%;
  white-space: break-spaces;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
@media (max-width: 1600px) {
  .insight-home-section .slider-area.main .items .item .insight-card-bottom a .title {
    font-size: 16px;
    line-height: normal;
  }
}
.insight-home-section .slider-area.main .items .item .insight-card-bottom + .item {
  margin-left: 40px;
}
@media (max-width: 1440px) {
  .insight-home-section .slider-area.main .items .item .insight-card-bottom + .item {
    margin-left: 18px !important;
  }
}
@media (max-width: 767px) {
  .insight-home-section .slider-area.main .items .item .insight-card-bottom {
    min-width: 294px;
  }
}
.insight-home-section .slider-area.main .items::-webkit-scrollbar {
  width: 1px;
  height: 5px;
}
.insight-home-section .slider-area.main .items::-webkit-scrollbar-track {
  background: #7f938b;
  box-shadow: inset 0 0 6px #fff;
}
.insight-home-section .slider-area.main .items::-webkit-scrollbar-thumb {
  background: #7D8865;
}
@media (max-width: 1440px) {
  .insight-home-section {
    margin-bottom: 80px;
  }
  .insight-home-section .slider-area.main .items .section-heading-comp {
    margin-right: 70px;
    margin-bottom: 54px;
  }
  .insight-home-section .slider-area.main .items .tab_btn_wrapper .insight-tabs {
    margin-right: 30px;
  }
  .insight-home-section .slider-area.main .items .tab_btn_wrapper .insight-tabs .filter-button-group ul {
    display: flex;
    align-items: center;
  }
  .insight-home-section .slider-area.main .items .tab_btn_wrapper .insight-tabs .filter-button-group ul li {
    border-radius: 99px;
  }
  .insight-home-section .slider-area.main .items .tab_btn_wrapper .insight-tabs .filter-button-group ul li img {
    height: 18px;
  }
  .insight-home-section .slider-area.main .items .tab_btn_wrapper .insight-tabs .filter-button-group ul li:hover, .insight-home-section .slider-area.main .items .tab_btn_wrapper .insight-tabs .filter-button-group ul li.active {
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
  }
  .insight-home-section .slider-area.main .items .tab_btn_wrapper .insight-tabs .filter-button-group ul li:hover img, .insight-home-section .slider-area.main .items .tab_btn_wrapper .insight-tabs .filter-button-group ul li.active img {
    height: 18px;
  }
  .insight-home-section .container-insight {
    padding: 0 0px 0 60px;
  }
  .insight-home-section .insight-slider-container .insight-filter-listings {
    margin-top: 20px;
  }
  .insight-home-section .insight-slider-container .insight-filter-listings .item {
    width: 400px !important;
    display: inline-block;
  }
  .insight-home-section .insight-slider-container .insight-filter-listings-home .item {
    margin-right: 24px !important;
  }
}
@media (max-width: 992px) {
  .insight-home-section {
    margin-bottom: 20px;
  }
  .insight-home-section .desktop-button-div {
    display: none;
  }
  .insight-home-section .container-insight {
    padding: 0px 16px;
  }
  .insight-home-section .container-insight .slider-area.main .items .section-heading-comp {
    margin-top: 20px !important;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .insight-home-section .container-insight .slider-area.main .items .section-heading-comp .content-layer {
    display: flex !important;
    gap: 20px;
    align-items: center;
    flex-direction: row;
  }
  .insight-home-section .container-insight .slider-area.main .items .section-heading-comp .content-layer .content {
    margin: 0;
    min-width: auto;
  }
  .insight-home-section .container-insight .slider-area.main .items .section-heading-comp .content-layer .content .title {
    font-size: 40px;
    line-height: normal;
  }
  .insight-home-section .container-insight .slider-area.main .items .tab_btn_wrapper {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0;
    width: auto;
  }
  .insight-home-section .container-insight .slider-area.main .items .tab_btn_wrapper .insight-tabs .filter-button-group ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .insight-home-section .container-insight .slider-area.main .items .insight-tabs {
    width: 100%;
    margin-right: 0px;
  }
  .insight-home-section .container-insight .slider-area.main .items .insight-tabs .filter-button-group ul li {
    padding: 5px 15px;
  }
  .insight-home-section .container-insight .slider-area.main .items .insight-card {
    min-width: 100%;
  }
  .insight-home-section .container-insight .slider-area.main .items .insight-card a .post-image-layer {
    min-width: auto;
    max-width: 100%;
  }
  .insight-home-section .container-insight .slider-area.main .items .insight-slider-container .insight-filter-listings-home .item {
    max-width: 297px !important;
    margin-right: 20px !important;
  }
}
@media (max-width: 567px) {
  .insight-home-section .container-insight .slider-area.main .items .tab_btn_wrapper {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0;
    width: 100%;
  }
  .insight-home-section .container-insight .slider-area.main .items .tab_btn_wrapper .insight-tabs {
    width: 100%;
  }
  .insight-home-section .container-insight .slider-area.main .items .tab_btn_wrapper .insight-tabs .filter-button-group ul {
    width: 100%;
    justify-content: space-between;
    gap: 0px;
  }
  .insight-home-section .container-insight .slider-area.main .items .tab_btn_wrapper .insight-tabs .filter-button-group ul li {
    padding: 5px 12px;
  }
  .insight-home-section .container-insight .slider-area.main .items .insight-tabs {
    width: 100%;
    margin-right: 0px;
  }
  .insight-home-section .container-insight .slider-area.main .items .insight-card {
    min-width: 100%;
  }
  .insight-home-section .container-insight .slider-area.main .items .insight-card a .post-image-layer {
    min-width: auto;
    max-width: 100%;
  }
  .insight-home-section .container-insight .slider-area.main .items .insight-slider-container .insight-filter-listings-home .item {
    max-width: 297px !important;
    margin-right: 20px !important;
  }
}
@media (max-width: 320px) {
  .insight-home-section {
    margin-bottom: 20px;
  }
  .insight-home-section .desktop-button-div {
    display: none;
  }
  .insight-home-section .container-insight {
    padding: 0px 20px 0 20px;
  }
  .insight-home-section .container-insight .slider-area.main .items .section-heading-comp {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .insight-home-section .container-insight .slider-area.main .items .section-heading-comp .content-layer {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .insight-home-section .container-insight .slider-area.main .items .section-heading-comp .content-layer .content .title {
    font-size: 40px;
    line-height: normal;
  }
  .insight-home-section .container-insight .slider-area.main .items .tab_btn_wrapper {
    width: 100%;
  }
  .insight-home-section .container-insight .slider-area.main .items .insight-tabs {
    width: 100%;
    margin-right: 0px;
    border-radius: 10px;
  }
}

.tooltip {
  background-color: #7d8865 !important;
  border-radius: 2px !important;
}

.tooltip-inner {
  background-color: #7d8865 !important;
  color: #fff !important;
  font-size: 14px !important;
  padding: 2px 10px !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow {
  display: none !important;
}

.tooltip.bs-tooltip-top::before {
  content: "" !important;
  width: 0 !important;
  height: 0 !important;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-top: 5px solid #d7e0d4 !important;
  position: absolute !important;
  bottom: -5px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.insight-listing-section .container-insight {
  max-width: 100% !important;
  padding: 0px 100px;
}
.insight-listing-section .listing-area.main {
  grid-area: main;
  padding: 0;
  overflow: hidden;
}
.insight-listing-section .listing-area.main .items {
  position: relative;
}
.insight-listing-section .listing-area.main .items .section-heading-comp .content-layer {
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.insight-listing-section .listing-area.main .items .section-heading-comp .insight-page-tabs {
  border-radius: 60px;
  background: rgba(142, 169, 135, 0.2);
  cursor: pointer;
}
.insight-listing-section .listing-area.main .items .section-heading-comp .insight-page-tabs .filter-button-group {
  display: flex;
  padding: 0;
}
.insight-listing-section .listing-area.main .items .section-heading-comp .insight-page-tabs .filter-button-group ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-family: "AvenirLTStd-Book";
  line-height: 32px;
  padding: 20px;
  border-radius: 999px;
  position: relative;
}
.insight-listing-section .listing-area.main .items .section-heading-comp .insight-page-tabs .filter-button-group ul li {
  padding: 5px 20px;
  border-radius: 99px;
  border: 1px solid #7D8865;
  cursor: pointer;
}
.insight-listing-section .listing-area.main .items .section-heading-comp .insight-page-tabs .filter-button-group ul li:not(:last-child) {
  margin-right: 20px;
}
.insight-listing-section .listing-area.main .items .section-heading-comp .insight-page-tabs .filter-button-group ul li.filter-item {
  background-color: beige;
}
.insight-listing-section .listing-area.main .items .section-heading-comp .insight-page-tabs .filter-button-group ul li img {
  padding-right: 10px;
}
.insight-listing-section .listing-area.main .items .section-heading-comp .insight-page-tabs .filter-button-group ul li:hover, .insight-listing-section .listing-area.main .items .section-heading-comp .insight-page-tabs .filter-button-group ul li.active {
  font-weight: 800;
  background-color: #7d8865;
  color: white;
}
.insight-listing-section .listing-area.main .items .section-heading-comp .insight-page-tabs .filter-button-group ul li:hover img, .insight-listing-section .listing-area.main .items .section-heading-comp .insight-page-tabs .filter-button-group ul li.active img {
  filter: brightness(0) invert(1);
}
@media (max-width: 1600px) {
  .insight-listing-section .listing-area.main .items .section-heading-comp .insight-page-tabs .filter-button-group ul li {
    padding: 5px 20px;
  }
}
.insight-listing-section .listing-area.main .items .section-heading-comp .sort-options {
  border: 1px solid #7D8865;
  padding: 0px 20px;
  min-width: 320px;
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.insight-listing-section .listing-area.main .items .section-heading-comp .sort-options .arrow-wrapper .sort-date-desc {
  cursor: pointer;
}
.insight-listing-section .listing-area.main .items .section-heading-comp .sort-options .arrow-wrapper .sort-date-desc .dark-down {
  display: none;
}
.insight-listing-section .listing-area.main .items .section-heading-comp .sort-options .arrow-wrapper .sort-date-desc.active .light-down {
  display: none;
}
.insight-listing-section .listing-area.main .items .section-heading-comp .sort-options .arrow-wrapper .sort-date-desc.active .dark-down {
  display: inline;
}
.insight-listing-section .listing-area.main .items .section-heading-comp .sort-options .arrow-wrapper .sort-date-asc {
  cursor: pointer;
}
.insight-listing-section .listing-area.main .items .section-heading-comp .sort-options .arrow-wrapper .sort-date-asc .dark-up {
  display: none;
}
.insight-listing-section .listing-area.main .items .section-heading-comp .sort-options .arrow-wrapper .sort-date-asc .light-up {
  display: inline;
}
.insight-listing-section .listing-area.main .items .section-heading-comp .sort-options .arrow-wrapper .sort-date-asc.active .dark-up {
  display: inline;
}
.insight-listing-section .listing-area.main .items .section-heading-comp .sort-options .arrow-wrapper .sort-date-asc.active .light-up {
  display: none;
}
.insight-listing-section .listing-area.main .items .section-heading-comp .sort-options span {
  font-size: 16px;
}
.insight-listing-section .listing-area.main .items .section-heading-comp .sort-options span p {
  font-size: 12px;
}
.insight-listing-section .listing-area.main .items.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
@media (max-width: 1440px) {
  .insight-listing-section .container-insight {
    padding: 0 60px;
  }
  .insight-listing-section .container-insight .listing-area.main .items .section-heading-comp .content-layer {
    gap: 24px;
  }
  .insight-listing-section .container-insight .listing-area.main .items .section-heading-comp .content-layer .insight-page-tabs .filter-button-group ul {
    padding: 10px;
  }
  .insight-listing-section .container-insight .listing-area.main .items .section-heading-comp .content-layer .insight-page-tabs .filter-button-group ul li {
    border: none;
  }
  .insight-listing-section .container-insight .listing-area.main .items .section-heading-comp .content-layer .insight-page-tabs .filter-button-group ul li span {
    display: none;
  }
  .insight-listing-section .container-insight .listing-area.main .items .section-heading-comp .content-layer .insight-page-tabs .filter-button-group ul li img {
    padding: 5px 0px;
  }
  .insight-listing-section .container-insight .listing-area.main .items .section-heading-comp .sort-options {
    margin: 0px;
    padding: 5px 10px;
    height: 66px;
  }
  .insight-listing-section .container-insight .listing-area.main .items .section-heading-comp .sort-options span {
    font-size: 14px;
  }
  .insight-listing-section .container-insight .listing-area.main .item .insight-card a .post-image-layer {
    width: 100%;
  }
  .insight-listing-section .container-insight .listing-area.main .item .insight-card a .post-image-layer img,
  .insight-listing-section .container-insight .listing-area.main .item .insight-card a .post-image-layer video {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .insight-listing-section .container-insight .listing-area.main .items .section-heading-comp {
    margin-top: 0 !important;
  }
  .insight-listing-section .container-insight .listing-area.main .items .section-heading-comp .content-layer {
    gap: 18px;
  }
  .insight-listing-section .container-insight .listing-area.main .items .section-heading-comp .content-layer .insight-page-tabs .filter-button-group ul li {
    border: none;
  }
  .insight-listing-section .container-insight .listing-area.main .items .section-heading-comp .content-layer .insight-page-tabs .filter-button-group ul li span {
    display: none;
  }
  .insight-listing-section .container-insight .listing-area.main .items .section-heading-comp .content-layer .insight-page-tabs .filter-button-group ul li img {
    padding: 0px;
  }
  .insight-listing-section .container-insight .listing-area.main .items .section-heading-comp .sort-options {
    height: 50px;
    min-width: 280px;
    padding: 5px 10px;
  }
  .insight-listing-section .container-insight .listing-area.main .items .section-heading-comp .sort-options span {
    font-size: 14px;
  }
  .insight-listing-section .container-insight .listing-area.main .item .insight-card a .post-image-layer {
    width: 100%;
  }
  .insight-listing-section .container-insight .listing-area.main .item .insight-card a .post-image-layer img,
  .insight-listing-section .container-insight .listing-area.main .item .insight-card a .post-image-layer video {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 992px) {
  .insight-listing-section .container-insight {
    padding: 0px 16px;
  }
}
@media (max-width: 768px) {
  .insight-listing-section .container-insight .listing-area.main .items .section-heading-comp {
    margin-right: 20px;
  }
  .insight-listing-section .container-insight .listing-area.main .items .section-heading-comp .content-layer {
    gap: 20px;
    display: flex;
    align-items: flex-start;
  }
  .insight-listing-section .container-insight .listing-area.main .items .section-heading-comp .sort-options {
    min-width: 100%;
  }
  .insight-listing-section .container-insight .listing-area.main .items .insight-page-tabs {
    width: 100%;
  }
  .insight-listing-section .container-insight .listing-area.main .items .insight-page-tabs .filter-button-group {
    width: 100%;
  }
  .insight-listing-section .container-insight .listing-area.main .items .insight-page-tabs .filter-button-group ul {
    justify-content: space-between;
    padding: 10px;
    width: 100%;
  }
  .insight-listing-section .container-insight .listing-area.main .items .insight-page-tabs .filter-button-group ul li:not(:last-child) {
    margin-right: 10px;
  }
  .insight-listing-section .container-insight .listing-area.main .items .insight-page-tabs .filter-button-group ul li img {
    padding: 0px;
  }
}
@media (max-width: 567px) {
  .insight-listing-section .container-insight .listing-area.main .items .insight-page-tabs .filter-button-group ul li {
    padding: 5px 8px;
  }
  .insight-listing-section .container-insight .listing-area.main .items .insight-page-tabs .filter-button-group ul li:not(:last-child) {
    margin-right: 0px;
  }
}

.pagination-container {
  width: 100%;
}

.insight-slider-container_inner {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.insight-slider-container_inner .insight-filter-listings {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 40px;
  height: auto !important;
  transition: none;
}
.insight-slider-container_inner .insight-filter-listings .item {
  display: inline-block;
  padding-bottom: 0px;
  max-width: calc(25% - 23px);
  width: 100%;
  position: static !important;
  transition: none;
}
.insight-slider-container_inner .insight-filter-listings .item .insight-card {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
}
.insight-slider-container_inner .insight-filter-listings .item .insight-card a {
  padding: 0;
  text-decoration: none;
}
.insight-slider-container_inner .insight-filter-listings .item .insight-card a .post-image-layer {
  min-width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.insight-slider-container_inner .insight-filter-listings .item .insight-card a .post-image-layer img,
.insight-slider-container_inner .insight-filter-listings .item .insight-card a .post-image-layer video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.insight-slider-container_inner .insight-filter-listings .item .insight-card a .post-image-layer iframe {
  max-height: 100% !important;
}
@media (max-width: 1600px) {
  .insight-slider-container_inner .insight-filter-listings .item .insight-card a .post-image-layer {
    max-height: 310px !important;
  }
}
@media (max-width: 992px) {
  .insight-slider-container_inner .insight-filter-listings .item .insight-card a .post-image-layer {
    height: 280px;
  }
}
.insight-slider-container_inner .insight-filter-listings .item .insight-card a .caption-card {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-around;
  width: 100%;
}
@media (max-width: 767px) {
  .insight-slider-container_inner .insight-filter-listings .item .insight-card a .caption-card {
    min-width: 294px;
  }
}
.insight-slider-container_inner .insight-filter-listings .item .insight-card a .image-layer {
  width: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.insight-slider-container_inner .insight-filter-listings .item .insight-card a .image-layer img {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: 2px solid white;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media (max-width: 567px) {
  .insight-slider-container_inner .insight-filter-listings .item .insight-card a .image-layer {
    width: 48px;
  }
  .insight-slider-container_inner .insight-filter-listings .item .insight-card a .image-layer img {
    width: 48px;
    height: 48px;
  }
}
.insight-slider-container_inner .insight-filter-listings .item .insight-card a .content-layer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px 20px;
  align-items: flex-end;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7215686275), rgba(255, 255, 255, 0));
}
.insight-slider-container_inner .insight-filter-listings .item .insight-card a .content-layer .icon img {
  width: 35px;
}
.insight-slider-container_inner .insight-filter-listings .item .insight-card a .content-layer .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  justify-items: center;
  max-width: 30%;
  white-space: normal;
}
@media (max-width: 1440px) {
  .insight-slider-container_inner .insight-filter-listings .item .insight-card a .content-layer .content {
    max-width: 40%;
  }
}
.insight-slider-container_inner .insight-filter-listings .item .insight-card a .content-layer .content .name {
  color: #fff;
  font-family: "AvenirLTStd-Black";
  font-size: 12px;
  text-align: center;
  font-style: normal;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  white-space: normal;
}
.insight-slider-container_inner .insight-filter-listings .item .insight-card-bottom {
  width: 400px;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 100%;
  min-width: 100%;
}
.insight-slider-container_inner .insight-filter-listings .item .insight-card-bottom a {
  text-decoration: none;
}
.insight-slider-container_inner .insight-filter-listings .item .insight-card-bottom a .content-layer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  padding: 16px 0 10px;
}
.insight-slider-container_inner .insight-filter-listings .item .insight-card-bottom a .content-layer .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.insight-slider-container_inner .insight-filter-listings .item .insight-card-bottom a .content-layer .content .cat-name {
  font-size: 12px;
}
.insight-slider-container_inner .insight-filter-listings .item .insight-card-bottom a .content-layer .content .cat-name span.term {
  color: #000;
  font-family: "AvenirLTStd-Black";
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
.insight-slider-container_inner .insight-filter-listings .item .insight-card-bottom a .content-layer .content .date {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  display: none;
}
.insight-slider-container_inner .insight-filter-listings .item .insight-card-bottom a .title {
  color: #000000;
  font-family: "AvenirLTStd-Book";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  width: 100%;
  white-space: break-spaces;
}
@media (max-width: 1440px) {
  .insight-slider-container_inner .insight-filter-listings .item .insight-card-bottom a .title {
    font-size: 16px !important;
  }
}
.insight-slider-container_inner .insight-filter-listings .item .insight-card-bottom + .item {
  margin-left: 40px;
}
@media (max-width: 1440px) {
  .insight-slider-container_inner .insight-filter-listings .item .insight-card-bottom + .item {
    margin-left: 18px !important;
  }
}
.insight-slider-container_inner .insight-filter-listings::-webkit-scrollbar {
  width: 1px;
  height: 5px;
}
.insight-slider-container_inner .insight-filter-listings::-webkit-scrollbar-track {
  background: #7f938b;
  box-shadow: inset 0 0 6px #fff;
}
.insight-slider-container_inner .insight-filter-listings::-webkit-scrollbar-thumb {
  background: #7D8865;
}
@media (max-width: 1440px) {
  .insight-slider-container_inner .insight-filter-listings {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .insight-slider-container_inner .insight-filter-listings .item {
    max-width: calc(25% - 18px);
  }
}
@media (max-width: 1200px) {
  .insight-slider-container_inner .insight-filter-listings .item {
    max-width: calc(33% - 13px);
  }
}
@media (max-width: 1024px) {
  .insight-slider-container_inner .insight-filter-listings .item {
    max-width: calc(50% - 12px);
  }
  .insight-slider-container_inner .insight-filter-listings .item .insight-card-bottom a .content-layer {
    padding: 10px 10px 10px 0px;
  }
}
@media (max-width: 768px) {
  .insight-slider-container_inner .insight-filter-listings .item {
    max-width: 100%;
  }
}

/* Section Heading with Button */
.section-heading-comp {
  margin-bottom: 40px;
}
.section-heading-comp .content-layer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-heading-comp .content-layer .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section-heading-comp .content-layer .content .title {
  color: #000;
  font-family: "Druk-Bold-Trial";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  position: relative;
}
.section-heading-comp .content-layer .content .description {
  width: 70%;
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.section-heading-comp .content-layer .custom-btn-layer .view-our-insight-btn {
  display: flex;
  min-width: 280px;
  height: 52px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 99px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
}
.section-heading-comp .content-layer .custom-btn-layer .view-our-insight-btn:hover, .section-heading-comp .content-layer .custom-btn-layer .view-our-insight-btn:focus {
  background-color: #000 !important;
}
.section-heading-comp .content-layer .custom-btn-layer .aboutus-btn {
  display: flex;
  min-width: 260px;
  height: 52px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 99px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  margin-top: 90px;
}
.section-heading-comp .content-layer .custom-btn-layer .aboutus-btn:hover, .section-heading-comp .content-layer .custom-btn-layer .aboutus-btn:focus {
  background-color: #000 !important;
}
.section-heading-comp .content-layer .custom-btn-layer .ourpeople-btn {
  display: flex;
  min-width: 280px;
  height: 52px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 99px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  margin-top: 90px;
}
.section-heading-comp .content-layer .custom-btn-layer .ourpeople-btn:hover, .section-heading-comp .content-layer .custom-btn-layer .ourpeople-btn:focus {
  background-color: #000 !important;
}
.section-heading-comp .content-layer .custom-btn-layer .viewinsight-related-btn {
  display: flex;
  min-width: 280px;
  height: 52px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 99px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  margin-top: 0px;
}
.section-heading-comp .content-layer .custom-btn-layer .viewinsight-related-btn:hover, .section-heading-comp .content-layer .custom-btn-layer .viewinsight-related-btn:focus {
  background-color: #000 !important;
}
.section-heading-comp .content-layer .custom-btn-layer .contactus-btn {
  display: flex;
  min-width: 280px;
  height: 52px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 99px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  margin-top: 90px;
}
.section-heading-comp .content-layer .custom-btn-layer .contactus-btn:hover, .section-heading-comp .content-layer .custom-btn-layer .contactus-btn:focus {
  background-color: #000 !important;
}
@media (max-width: 992px) {
  .section-heading-comp .content-layer .custom-btn-layer.desktop-div-btn {
    display: none;
  }
}
@media (max-width: 1440px) {
  .section-heading-comp .content-layer .custom-btn-layer {
    margin-right: 0px;
  }
  .section-heading-comp .content-layer .custom-btn-layer .aboutus-btn {
    margin-top: 45px;
    height: 44px;
    padding: 0 20px;
    display: flex;
    align-items: center;
  }
  .section-heading-comp .content-layer .custom-btn-layer .ourpeople-btn {
    margin-top: 35px;
    height: 44px;
    padding: 0 20px;
    display: flex;
    align-items: center;
  }
  .section-heading-comp .content-layer .custom-btn-layer .contactus-btn {
    margin-top: 45px;
    height: 44px;
    padding: 0 20px;
    display: flex;
    align-items: center;
  }
  .section-heading-comp .content-layer .content .title {
    font-size: 56px;
  }
  .section-heading-comp .content-layer .content .description {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .section-heading-comp {
    margin: 50px 0px !important;
  }
  .section-heading-comp .content-layer {
    align-items: center;
    width: 100%;
  }
  .section-heading-comp .content-layer .content {
    gap: 0px;
    margin-bottom: 0px;
  }
  .section-heading-comp .content-layer .content .title {
    font-size: 40px;
  }
  .section-heading-comp .content-layer .content .description {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .section-heading-comp {
    margin: 80px 0px 20px !important;
  }
  .section-heading-comp .content-layer {
    align-items: flex-start;
  }
  .section-heading-comp .content-layer .desktop-button-div {
    display: none;
  }
  .section-heading-comp .content-layer .content {
    gap: 0px;
    margin-bottom: 15px;
  }
  .section-heading-comp .content-layer .content .title {
    font-size: 40px;
    line-height: normal;
  }
  .section-heading-comp .content-layer .content .description {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .section-heading-comp {
    margin: 80px 0px 20px !important;
  }
  .section-heading-comp .content-layer {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    display: inline-block;
  }
  .section-heading-comp .content-layer .content {
    min-width: 100%;
    gap: 0px;
    margin-bottom: 15px;
  }
  .section-heading-comp .content-layer .content .title {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 2.6px;
    font-weight: normal;
  }
  .section-heading-comp .content-layer .content .description {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 320px) {
  .section-heading-comp .content-layer .content .title {
    font-size: 30px;
    line-height: 34px;
  }
}

/* Doing Our Part Section */
.doingourpart-section {
  margin-bottom: 96px;
}
.doingourpart-section .container {
  padding-right: 0px;
}
.doingourpart-section .slider-area {
  overflow-x: auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
}
.doingourpart-section .slider-area::-webkit-scrollbar-thumb {
  background-color: #7D8865;
}
.doingourpart-section .slider-area::-webkit-scrollbar {
  height: 5px;
}
.doingourpart-section .slider-area::-webkit-scrollbar-track {
  background: #CCC;
}
.doingourpart-section .slider-area .items {
  width: 900px;
  min-width: 700px;
}
.doingourpart-section .slider-area .items .doingpart-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 35px;
}
@media (max-width: 1600px) {
  .doingourpart-section .slider-area .items .doingpart-card {
    margin-bottom: 40px;
  }
}
.doingourpart-section .slider-area .items .doingpart-card .image-layer img {
  width: 100%;
  max-width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1600px) {
  .doingourpart-section .slider-area .items .doingpart-card .image-layer img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .doingourpart-section .slider-area .items .doingpart-card .image-layer img {
    height: 200px;
  }
}
.doingourpart-section .slider-area .items .doingpart-card .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.doingourpart-section .slider-area .items .doingpart-card .content .activity {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
.doingourpart-section .slider-area .items .doingpart-card .content .date {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
.doingourpart-section .slider-area .items .doingpart-card .content .title {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 1440px) {
  .doingourpart-section .slider-area {
    gap: 24px;
  }
  .doingourpart-section .slider-area .items {
    width: 752px;
    min-width: 500px;
  }
}
@media (max-width: 1024px) {
  .doingourpart-section .slider-area {
    gap: 20px;
  }
  .doingourpart-section .slider-area .items {
    width: 600px;
    min-width: 400px;
  }
}
@media (max-width: 768px) {
  .doingourpart-section .slider-area .items {
    width: 280px;
    min-width: 280px;
  }
}
@media (max-width: 1440px) {
  .doingourpart-section {
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .doingourpart-section {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .doingourpart-section {
    margin-bottom: 20px;
  }
}

/* Good Hands Section */
.good-hands-section {
  margin-bottom: 96px;
}
.good-hands-section .container {
  padding-right: 0px;
}
.good-hands-section .content-layer .custom-btn-layer {
  padding-right: 100px;
}
@media (max-width: 1440px) {
  .good-hands-section .content-layer .custom-btn-layer {
    padding-right: 60px;
  }
}
.good-hands-section .slider-area.main {
  grid-area: main;
  padding: 0;
  overflow-y: hidden;
}
.good-hands-section .slider-area.main .items {
  position: relative;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.good-hands-section .slider-area.main .items.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.good-hands-section .slider-area.main .items .item {
  display: inline-block;
  padding-bottom: 70px;
}
.good-hands-section .slider-area.main .items .item .good-card {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.good-hands-section .slider-area.main .items .item .good-card a {
  text-decoration: none;
}
.good-hands-section .slider-area.main .items .item .good-card a .image-layer {
  min-width: 400px;
  height: 432px;
  -o-object-fit: cover;
     object-fit: cover;
}
.good-hands-section .slider-area.main .items .item .good-card a .image-layer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}
@media (max-width: 1440px) {
  .good-hands-section .slider-area.main .items .item .good-card a .image-layer {
    width: 310px;
    height: 336px;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .good-hands-section .slider-area.main .items .item .good-card a .image-layer {
    min-width: 294px;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.good-hands-section .slider-area.main .items .item .good-card .content-layer {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.good-hands-section .slider-area.main .items .item .good-card .content-layer .content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.good-hands-section .slider-area.main .items .item .good-card .content-layer .content .name {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .good-hands-section .slider-area.main .items .item .good-card .content-layer .content .name {
    font-size: 16px;
    font-weight: 900;
  }
}
.good-hands-section .slider-area.main .items .item .good-card .content-layer .content .designation {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .good-hands-section .slider-area.main .items .item .good-card {
    width: 310px;
    max-width: 100%;
    gap: 8px;
  }
}
.good-hands-section .slider-area.main .items .item + .item {
  margin-left: 34px;
}
@media (max-width: 1440px) {
  .good-hands-section .slider-area.main .items .item + .item {
    margin-left: 18px !important;
  }
}
@media (max-width: 1600px) {
  .good-hands-section .slider-area.main .items .item {
    padding-bottom: 40px;
  }
}
.good-hands-section .slider-area.main .items::-webkit-scrollbar {
  width: 1px;
  height: 5px;
}
.good-hands-section .slider-area.main .items::-webkit-scrollbar-track {
  background: #7f938b;
  box-shadow: inset 0 0 6px #fff;
}
.good-hands-section .slider-area.main .items::-webkit-scrollbar-thumb {
  background: #7D8865;
}
@media (max-width: 1440px) {
  .good-hands-section {
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .good-hands-section {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .good-hands-section {
    margin-bottom: 20px;
  }
  .good-hands-section .slider-area.main .items .item .good-card {
    width: 100%;
  }
}

/* Video Component */
.video-comp-section {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .video-comp-section.desktop-only {
    display: none;
  }
}
.video-comp-section.mobile-only {
  display: none;
}
@media (max-width: 767px) {
  .video-comp-section.mobile-only {
    display: block;
  }
}
.video-comp-section #featuredVideo {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: calc(100vh - 80px);
}
.video-comp-section #featuredVideo video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1280px) {
  .video-comp-section #featuredVideo video {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  .video-comp-section #featuredVideo video {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 768px) {
  .video-comp-section #featuredVideo video {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.video-comp-section #featuredVideo #videoTitle, .video-comp-section #featuredVideo #videoTitlemobile {
  z-index: 99;
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-family: "Druk-Bold-Trial";
  font-size: 120px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
@media (max-width: 1440px) {
  .video-comp-section #featuredVideo #videoTitle, .video-comp-section #featuredVideo #videoTitlemobile {
    top: 35%;
  }
}
@media (max-width: 767px) {
  .video-comp-section #featuredVideo #videoTitle, .video-comp-section #featuredVideo #videoTitlemobile {
    font-size: 52px;
    font-weight: 400;
    top: 40%;
  }
}
.video-comp-section .video-js {
  width: 100% !important;
  height: 100% !important;
  background-color: #E8EEE7;
}
.video-comp-section .video-js .vjs-time-control {
  line-height: 4em !important;
  font-size: 1.5em;
}
.video-comp-section .video-js .vjs-poster img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.video-comp-section .video-js .vjs-slider {
  background-color: rgba(0, 0, 0, 0.25) !important;
  height: 8px;
}
.video-comp-section .video-js .vjs-play-progress {
  background-color: black !important;
}
.video-comp-section .video-js .vjs-play-progress:before {
  display: none;
}
.video-comp-section .video-js .vjs-load-progress {
  background: rgba(0, 0, 0, 0.25) !important;
}
.video-comp-section .video-js .vjs-load-progress div {
  background-color: #000000 !important;
  height: 8px;
}
.video-comp-section .video-js .vjs-control-bar {
  height: 6em !important;
  background-color: white !important;
  padding: 0 20px;
  width: auto !important;
  position: absolute;
  bottom: 30px !important;
  left: 30px !important;
  right: 30px !important;
}
@media (max-width: 767px) {
  .video-comp-section .video-js .vjs-control-bar {
    height: 6em !important;
    background-color: white !important;
    padding: 0 10px;
    width: auto !important;
    position: absolute;
    bottom: 10px !important;
    left: 30px !important;
    right: 30px !important;
  }
}
.video-comp-section .video-js .vjs-control {
  color: black !important;
}
.video-comp-section .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  display: none;
}
.video-comp-section .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-comp-section .video-js .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-comp-section .video-js .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: auto !important;
}
.video-comp-section .vjs-button > .vjs-icon-placeholder:before {
  line-height: 2em !important;
  background-color: white !important;
  font-size: 3em;
}
.video-comp-section .video-js .vjs-big-play-button {
  display: none !important;
}
.video-comp-section button.vjs-picture-in-picture-control.vjs-control.vjs-button {
  display: none;
}
@media (max-width: 992px) {
  .video-comp-section {
    margin-bottom: 50px;
  }
}

/* Text and Image Slider */
.text-image-slider-section {
  margin-bottom: 80px;
}
.text-image-slider-section .slider-area {
  background: #fff;
  padding: 60px 50px;
}
.text-image-slider-section .slider-area .slider-card {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
.text-image-slider-section .slider-area .slider-card .content-layer {
  flex: 45%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.text-image-slider-section .slider-area .slider-card .content-layer .title {
  color: #000;
  font-family: "Druk-Bold-Trial";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 88px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  position: relative;
  top: 10px;
}
.text-image-slider-section .slider-area .slider-card .content-layer .title span {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 5px;
  top: -10px;
  background: #000;
}
.text-image-slider-section .slider-area .slider-card .content-layer .sub-title {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
  text-transform: uppercase;
}
.text-image-slider-section .slider-area .slider-card .content-layer .description {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.48px;
}
@media (max-width: 1440px) {
  .text-image-slider-section .slider-area .slider-card .content-layer .description {
    font-size: 16px;
    line-height: 25px;
  }
}
.text-image-slider-section .slider-area .slider-card .image-layer {
  flex: 45%;
  height: 600px;
  position: relative;
}
.text-image-slider-section .slider-area .slider-card .image-layer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .text-image-slider-section .slider-area .slider-card .image-layer img {
    display: block;
  }
}
.text-image-slider-section .slider-area .slider-indicators {
  gap: 10px;
  bottom: -5px;
  left: 0;
  justify-content: start;
}
.text-image-slider-section .slider-area .slider-indicators li.active {
  background: #000;
}
.text-image-slider-section .slider-area .slider-indicators > * {
  border: 1px solid #000;
  background: #fff;
}
@media (max-width: 1440px) {
  .text-image-slider-section .slider-area {
    padding: 40px 50px;
  }
  .text-image-slider-section .slider-area .slider-card {
    gap: 60px;
  }
  .text-image-slider-section .slider-area .slider-card .content-layer .title {
    font-size: 56px;
  }
  .text-image-slider-section .slider-area .slider-card .content-layer .sub-title {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (max-width: 1024px) {
  .text-image-slider-section .slider-area {
    padding: 30px 40px;
  }
}
@media (max-width: 992px) {
  .text-image-slider-section {
    margin-bottom: 50px;
  }
  .text-image-slider-section .slider-area {
    background: #fff;
    padding: 30px 20px;
  }
  .text-image-slider-section .slider-area .slider-card {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .text-image-slider-section .slider-area .slider-card .content-layer {
    gap: 20px;
  }
  .text-image-slider-section .slider-area .slider-card .content-layer .title {
    font-size: 40px;
    line-height: 53px;
  }
  .text-image-slider-section .slider-area .slider-card .content-layer .sub-title {
    font-size: 24px;
    line-height: 32px;
  }
  .text-image-slider-section .slider-area .slider-card .image-layer {
    flex: none;
    height: 100%;
    max-height: 480px;
    overflow: hidden;
  }
  .text-image-slider-section .slider-area .slider-card .image-layer img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* Static Video and Text Slider */
.staticvideo-textslider-section {
  margin-bottom: 80px;
}
.staticvideo-textslider-section .split-section {
  display: flex;
  gap: 40px;
}
.staticvideo-textslider-section .split-section #meetfounderVideo {
  width: 70%;
  position: relative;
  cursor: pointer;
  min-height: 800px;
  height: 800px;
}
.staticvideo-textslider-section .split-section #meetfounderVideo video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.staticvideo-textslider-section .split-section #meetfounderVideo img {
  width: 100%;
  height: 800px;
  min-height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media (max-width: 1920px) {
  .staticvideo-textslider-section .split-section #meetfounderVideo img {
    height: 600px;
    min-height: 600px;
  }
}
@media (max-width: 1600px) {
  .staticvideo-textslider-section .split-section #meetfounderVideo img {
    height: 500px;
    min-height: 500px;
  }
}
@media (max-width: 1200px) {
  .staticvideo-textslider-section .split-section #meetfounderVideo img {
    height: 400px;
    min-height: 400px;
  }
}
@media (max-width: 992px) {
  .staticvideo-textslider-section .split-section #meetfounderVideo img {
    height: 300px;
    min-height: 300px;
  }
  .staticvideo-textslider-section .split-section #meetfounderVideo img .video-overlay {
    display: none;
  }
}
@media (max-width: 768px) {
  .staticvideo-textslider-section .split-section #meetfounderVideo img {
    height: 250px;
    min-height: 250px;
  }
}
.staticvideo-textslider-section .split-section #meetfounderVideo .video-overlay {
  position: absolute;
  bottom: 60px;
  left: 20px;
  padding: 0px;
  color: white;
  font-weight: 800;
  line-height: 48px;
  text-transform: uppercase;
  font-size: 24px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1920px) {
  .staticvideo-textslider-section .split-section #meetfounderVideo {
    height: 600px;
    min-height: 600px;
  }
}
@media (max-width: 1600px) {
  .staticvideo-textslider-section .split-section #meetfounderVideo {
    height: 500px;
    min-height: 500px;
  }
}
@media (max-width: 1200px) {
  .staticvideo-textslider-section .split-section #meetfounderVideo {
    height: 400px;
    min-height: 400px;
  }
}
@media (max-width: 992px) {
  .staticvideo-textslider-section .split-section #meetfounderVideo {
    height: 300px;
    min-height: 300px;
  }
  .staticvideo-textslider-section .split-section #meetfounderVideo .video-overlay {
    display: none;
  }
}
@media (max-width: 768px) {
  .staticvideo-textslider-section .split-section #meetfounderVideo {
    height: 250px;
    min-height: 250px;
  }
}
.staticvideo-textslider-section .split-section #meetfounderVideo .video-js {
  width: 100% !important;
  height: 100% !important;
}
.staticvideo-textslider-section .split-section #meetfounderVideo .video-js .vjs-time-control {
  line-height: 4em !important;
  font-size: 1.5em;
}
.staticvideo-textslider-section .split-section #meetfounderVideo .video-js .vjs-poster img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.staticvideo-textslider-section .split-section #meetfounderVideo .video-js .vjs-slider {
  background-color: rgba(0, 0, 0, 0.25) !important;
  height: 8px;
}
.staticvideo-textslider-section .split-section #meetfounderVideo .video-js .vjs-play-progress {
  background-color: black !important;
}
.staticvideo-textslider-section .split-section #meetfounderVideo .video-js .vjs-play-progress:before {
  display: none;
}
.staticvideo-textslider-section .split-section #meetfounderVideo .video-js .vjs-load-progress {
  background: rgba(0, 0, 0, 0.25) !important;
}
.staticvideo-textslider-section .split-section #meetfounderVideo .video-js .vjs-load-progress div {
  background-color: #000000 !important;
  height: 8px;
}
.staticvideo-textslider-section .split-section #meetfounderVideo .video-js .vjs-control-bar {
  height: 6em !important;
  background-color: white !important;
  padding: 0px 20px;
  width: auto !important;
  position: absolute;
  bottom: 30px !important;
  left: 30px !important;
  right: 30px !important;
}
@media (max-width: 767px) {
  .staticvideo-textslider-section .split-section #meetfounderVideo .video-js .vjs-control-bar {
    height: 5em !important;
    background-color: white !important;
    padding: 0 10px;
    width: auto !important;
    position: absolute;
    bottom: 10px !important;
    left: 30px !important;
    right: 30px !important;
  }
}
.staticvideo-textslider-section .split-section #meetfounderVideo .video-js .vjs-control {
  color: black;
}
.staticvideo-textslider-section .split-section #meetfounderVideo .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  display: none;
}
.staticvideo-textslider-section .split-section #meetfounderVideo .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .staticvideo-textslider-section .split-section #meetfounderVideo .video-js .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .staticvideo-textslider-section .split-section #meetfounderVideo .video-js .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: auto !important;
}
.staticvideo-textslider-section .split-section #meetfounderVideo .vjs-button > .vjs-icon-placeholder:before {
  line-height: 2em !important;
  background-color: white !important;
  font-size: 3em;
}
.staticvideo-textslider-section .split-section #meetfounderVideo .video-js .vjs-big-play-button {
  display: none !important;
}
.staticvideo-textslider-section .split-section #meetfounderVideo button.vjs-picture-in-picture-control.vjs-control.vjs-button {
  display: none;
}
.staticvideo-textslider-section .split-section .slider-area {
  width: 30%;
}
.staticvideo-textslider-section .split-section .slider-area .text-card {
  color: #000;
  font-family: "Druk-Bold-Trial";
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  position: relative;
  padding-top: 10px;
}
.staticvideo-textslider-section .split-section .slider-area .text-card span {
  display: block;
  width: 80px;
  height: 5px;
  top: -10px;
  left: 0;
  background: #000;
  position: relative;
}
.staticvideo-textslider-section .split-section .slider-area .slider-container {
  margin-bottom: 40px;
}
.staticvideo-textslider-section .split-section .slider-area .slider-indicators {
  display: flex;
  gap: 10px;
  justify-content: start;
  left: 0 !important;
  position: relative;
  bottom: 20px;
}
.staticvideo-textslider-section .split-section .slider-area .slider-indicators li {
  border: 1px solid #000;
  border-radius: 50%;
  background: transparent;
  width: 12px;
  height: 12px;
}
.staticvideo-textslider-section .split-section .slider-area .slider-indicators li.active {
  background: #000;
}
@media (min-width: 1920px) {
  .staticvideo-textslider-section .split-section .slider-area .text-card {
    font-size: 50px;
    line-height: normal;
  }
}
@media (max-width: 1600px) {
  .staticvideo-textslider-section .split-section .slider-area .text-card {
    font-size: 50px;
    line-height: normal;
  }
}
@media (max-width: 1440px) {
  .staticvideo-textslider-section .split-section .slider-area .text-card {
    font-size: 50px;
    line-height: normal;
  }
}
@media (max-width: 1280px) {
  .staticvideo-textslider-section .split-section .slider-area .text-card {
    font-size: 38px;
    line-height: normal;
  }
}
@media (max-width: 1024px) {
  .staticvideo-textslider-section .split-section {
    flex-direction: column;
  }
  .staticvideo-textslider-section .split-section #meetfounderVideo,
  .staticvideo-textslider-section .split-section .slider-area {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .staticvideo-textslider-section .split-section {
    gap: 20px;
  }
  .staticvideo-textslider-section .split-section .slider-area .aboutus-btn {
    padding-bottom: 0;
  }
  .staticvideo-textslider-section .split-section .slider-area .text-card {
    font-size: 30px;
    line-height: normal;
    letter-spacing: 2.8px;
    font-weight: normal;
  }
  .staticvideo-textslider-section .split-section .slider-area .slider-container {
    margin-bottom: 10px;
  }
  .staticvideo-textslider-section .slider-indicators {
    left: 0;
    bottom: 0px !important;
  }
}

/* Right Accordion Section */
.right-accordion-section {
  margin-bottom: 80px;
}
.right-accordion-section .image-layer {
  position: relative;
}
.right-accordion-section .image-layer img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.right-accordion-section .image-layer .content-layer {
  width: 30%;
  position: absolute;
  right: 60px;
  top: 120px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.right-accordion-section .image-layer .content-layer .title {
  color: #FFF;
  font-family: "Druk-Bold-Trial";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 88px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  position: relative;
  top: 10px;
}
.right-accordion-section .image-layer .content-layer .title span {
  display: inline-block;
  position: absolute;
  width: 100px;
  height: 5px;
  top: -10px;
  background: #fff;
}
.right-accordion-section .image-layer .content-layer .accordion-area .accordion-item {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1882352941);
}
.right-accordion-section .image-layer .content-layer .accordion-area .accordion-item .accordion-header .accordion-button {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  padding: 10px 0px;
  box-shadow: none;
  color: #FFF;
  font-family: "AvenirLTStd-Book";
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px;
  filter: brightness(0) invert(1);
}
.right-accordion-section .image-layer .content-layer .accordion-area .accordion-item .accordion-header .accordion-button::after {
  background-image: url("../images/Accordion_Arrow.svg") !important;
}
.right-accordion-section .image-layer .content-layer .accordion-area .accordion-item .accordion-body {
  color: #FFF;
  font-family: "AvenirLTStd-Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.36px;
  padding: 0 0 15px;
}
@media (max-width: 1600px) {
  .right-accordion-section .image-layer .content-layer .title {
    font-size: 56px;
  }
  .right-accordion-section .image-layer .content-layer .accordion-area .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0px;
  }
  .right-accordion-section .image-layer .content-layer .accordion-area .accordion-item .accordion-body {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 1024px) {
  .right-accordion-section .image-layer {
    position: relative;
  }
  .right-accordion-section .image-layer .content-layer {
    width: 100%;
    position: absolute;
    left: 30px;
    top: 60px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 277px;
  }
  .right-accordion-section .image-layer .content-layer .title {
    font-size: 40px;
    line-height: normal;
  }
  .right-accordion-section .image-layer .content-layer .accordion-area .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0px;
  }
  .right-accordion-section .image-layer .content-layer .accordion-area .accordion-item .accordion-body {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 992px) {
  .right-accordion-section {
    margin-bottom: 50px;
  }
  .right-accordion-section .image-layer img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .right-accordion-section .image-layer .content-layer {
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 100%;
    padding: 0 30px;
  }
  .right-accordion-section .image-layer .content-layer .title {
    font-size: 40px;
    line-height: normal;
  }
  .right-accordion-section .image-layer .content-layer .accordion-area .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0px;
  }
  .right-accordion-section .image-layer .content-layer .accordion-area .accordion-item .accordion-body {
    font-size: 14px;
    line-height: 18px;
  }
}

/* Static Image and Text Slider */
.staticimage-textslider-section {
  margin-bottom: 80px;
}
.staticimage-textslider-section .split-section {
  display: flex;
}
.staticimage-textslider-section .split-section .slider-area {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px;
  background: #9FC6E8;
}
.staticimage-textslider-section .split-section .slider-area .title {
  color: #FFF;
  font-family: "Druk-Bold-Trial";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 88px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  position: relative;
  top: 10px;
}
.staticimage-textslider-section .split-section .slider-area .title span {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 5px;
  top: -10px;
  background: #fff;
}
.staticimage-textslider-section .split-section .slider-area .text-card .heading {
  color: #FFF;
  font-family: "AvenirLTStd-Book";
  font-size: 95px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.staticimage-textslider-section .split-section .slider-area .text-card .description {
  color: #FFF;
  font-family: "AvenirLTStd-Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.36px;
  max-width: 469px;
  max-height: 312px;
}
.staticimage-textslider-section .split-section .slider-area .slider-container {
  margin-bottom: 40px;
}
.staticimage-textslider-section .split-section .slider-area .slider-indicators {
  gap: 10px;
  bottom: -20px;
  left: 0px;
  justify-content: start;
}
.staticimage-textslider-section .split-section .slider-area .slider-indicators li.active {
  background: #fff;
}
.staticimage-textslider-section .split-section .slider-area .slider-indicators > * {
  border: 1px solid #fff;
  background: transparent;
}
.staticimage-textslider-section .split-section .image-layer {
  width: 50%;
}
.staticimage-textslider-section .split-section .image-layer img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 1600px) {
  .staticimage-textslider-section .split-section .slider-area {
    padding: 40px;
  }
  .staticimage-textslider-section .split-section .slider-area .title {
    font-size: 56px;
  }
  .staticimage-textslider-section .split-section .slider-area .text-card .heading {
    font-size: 56px;
  }
  .staticimage-textslider-section .split-section .slider-area .text-card .description {
    font-size: 16px;
    line-height: normal;
  }
}
@media (max-width: 1024px) {
  .staticimage-textslider-section .split-section {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    width: 100%;
  }
  .staticimage-textslider-section .split-section .slider-area {
    width: 100%;
    padding: 40px 20px;
  }
  .staticimage-textslider-section .split-section .slider-area .title {
    font-size: 40px;
    line-height: normal;
    letter-spacing: 3.6px;
  }
  .staticimage-textslider-section .split-section .slider-area .text-card .heading {
    font-size: 48px;
    line-height: normal;
    padding-top: 30px;
  }
  .staticimage-textslider-section .split-section .slider-area .text-card .description {
    font-size: 14px;
    line-height: normal;
  }
  .staticimage-textslider-section .split-section .image-layer {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 992px) {
  .staticimage-textslider-section {
    margin-bottom: 50px;
  }
  .staticimage-textslider-section .split-section {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    width: 100%;
  }
  .staticimage-textslider-section .split-section .slider-area {
    width: 100%;
    padding: 40px 20px;
  }
  .staticimage-textslider-section .split-section .slider-area .title {
    font-size: 40px;
    line-height: normal;
  }
  .staticimage-textslider-section .split-section .slider-area .text-card .heading {
    font-size: 28px;
    line-height: normal;
    padding-top: 30px;
  }
  .staticimage-textslider-section .split-section .slider-area .text-card .description {
    font-size: 14px;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .staticimage-textslider-section .split-section .slider-area .slider-indicators {
    bottom: 30px;
  }
}

/* START MODULE STYLING */
.year-slider-section {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .year-slider-section {
    margin-bottom: 50px;
  }
}
.year-slider-section .slider-wrapper {
  display: flex;
  overflow: hidden;
  height: 600px;
  min-height: 600px;
  position: relative;
  align-items: center;
}
@media (max-width: 767px) {
  .year-slider-section .slider-wrapper {
    position: relative;
    height: 250px;
    min-height: 250px;
  }
}
.year-slider-section .slider-preview {
  padding: 0px;
}
.year-slider-section .slider-preview .type-image {
  position: relative;
  height: 600px;
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .year-slider-section .slider-preview .type-image {
    position: relative;
    height: 300px;
    min-height: 300px;
  }
}
.year-slider-section .slider-preview .type-image .title {
  position: absolute;
  top: 40%;
  left: 5%;
  color: white;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  z-index: 9999999;
  max-width: 400px;
}
@media (max-width: 1200px) {
  .year-slider-section .slider-preview .type-image .title {
    max-width: 400px;
    top: 40%;
    left: 5%;
    font-size: 34px;
    line-height: normal;
  }
}
@media (max-width: 768px) {
  .year-slider-section .slider-preview .type-image .title {
    max-width: 200px;
    top: 40%;
    left: 2%;
    font-size: 16px;
    line-height: normal;
  }
}
@media (max-width: 480px) {
  .year-slider-section .slider-preview .type-image .title {
    max-width: 150px;
    top: 40%;
    left: 1.5%;
    font-size: 16px;
    line-height: normal;
  }
}
.year-slider-section .slider-thumb {
  position: absolute;
  right: 44px;
  top: 0;
  bottom: 50px;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.year-slider-section .slider-thumb::before {
  width: 1px;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  right: 14px;
  content: "";
}
@media (max-width: 768px) {
  .year-slider-section .slider-thumb::before {
    right: 9px;
  }
}
.year-slider-section .slider-thumb .slick-list {
  overflow: unset !important;
  height: 40vh !important;
}
@media (max-width: 1024px) {
  .year-slider-section .slider-thumb .slick-list {
    height: 25vh !important;
  }
}
@media (max-width: 768px) {
  .year-slider-section .slider-thumb .slick-list {
    height: 10vh !important;
  }
}
.year-slider-section .slider-thumb .type-image.slick-slide {
  color: white;
  font-family: "AvenirLTStd-Book";
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  z-index: 9999999;
  text-align: right;
}
.year-slider-section .slider-thumb .type-image.slick-slide h4 {
  position: relative;
  right: 40px;
}
@media (max-width: 768px) {
  .year-slider-section .slider-thumb .type-image.slick-slide h4 {
    font-size: 15px;
    right: 40px;
  }
}
.year-slider-section .slider-thumb .type-image.slick-slide::after {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: white;
  border-radius: 50%;
  content: "";
  top: 8px;
  right: 8px;
  display: block;
}
@media (max-width: 768px) {
  .year-slider-section .slider-thumb .type-image.slick-slide::after {
    right: 3px;
  }
}
.year-slider-section .slider-thumb .type-image.slick-slide + .type-image {
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .year-slider-section .slider-thumb .type-image.slick-slide + .type-image {
    margin-top: 5px;
  }
}
.year-slider-section .slider-thumb .type-image.slick-slide.slick-current h4 {
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  position: relative;
  right: 40px;
}
@media (max-width: 768px) {
  .year-slider-section .slider-thumb .type-image.slick-slide.slick-current h4 {
    font-size: 20px;
    right: 40px;
  }
}
.year-slider-section .slider-thumb .type-image.slick-slide.slick-current::after {
  position: absolute;
  width: 28px;
  height: 28px;
  background-color: white;
  border-radius: 50%;
  content: "";
  top: 33px;
  right: 0px;
  display: block;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .year-slider-section .slider-thumb .type-image.slick-slide.slick-current::after {
    right: -4px;
    top: 13px;
  }
}
@media (max-width: 768px) {
  .year-slider-section .slider-thumb {
    right: 10px;
    width: 140px;
    bottom: 80px !important;
  }
}

/* Dual Slider Section */
.dual-slider-section {
  margin-bottom: 80px;
}
.dual-slider-section .split-section {
  display: flex;
}
.dual-slider-section .split-section .slider-left {
  width: 50%;
  padding: 60px;
  background: #B4AB93;
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.dual-slider-section .split-section .slider-left .title {
  color: #FFF;
  font-family: "Druk-Bold-Trial";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 75px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  position: relative;
  top: 10px;
}
.dual-slider-section .split-section .slider-left .title span {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 6px;
  top: -10px;
  background: #fff;
}
.dual-slider-section .split-section .slider-left .slider-area {
  position: relative;
}
.dual-slider-section .split-section .slider-left .slider-area .key-facts-card .numbers {
  color: #FFF;
  font-family: "AvenirLTStd-Book";
  font-size: 100px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.dual-slider-section .split-section .slider-left .slider-area .key-facts-card .description {
  color: #FFF;
  font-family: "AvenirLTStd-Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.36px;
  width: 70%;
}
@media (max-width: 1600px) {
  .dual-slider-section .split-section .slider-left .slider-area .key-facts-card .description {
    font-size: 16px;
    width: 90%;
    line-height: 23px;
  }
}
.dual-slider-section .split-section .slider-left .slider-area .slider-container {
  margin-bottom: 60px;
}
.dual-slider-section .split-section .slider-left .slider-area .slider-indicators {
  margin-bottom: 0px;
  gap: 10px;
  bottom: -60px;
  left: 0px;
  justify-content: start;
}
.dual-slider-section .split-section .slider-left .slider-area .slider-indicators li.active {
  background: #fff;
}
.dual-slider-section .split-section .slider-left .slider-area .slider-indicators > * {
  border: 1px solid #fff;
  background: transparent;
}
.dual-slider-section .split-section .slider-left .slider-area .slider-nav {
  top: 115%;
}
.dual-slider-section .split-section .slider-left .slider-area .slider-nav-prev {
  left: 90%;
}
.dual-slider-section .split-section .slider-left .slider-area .slider-nav-prev::after {
  width: 24px;
  height: 24px;
  background-image: url("../images/slider-left-white.html");
}
.dual-slider-section .split-section .slider-left .slider-area .slider-nav-next {
  right: 0px;
}
.dual-slider-section .split-section .slider-left .slider-area .slider-nav-next::after {
  width: 24px;
  height: 24px;
  background-image: url("../images/slider-right-white.html");
}
.dual-slider-section .split-section .slider-right {
  width: 50%;
  padding: 60px;
  background: #D1D1D4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dual-slider-section .split-section .slider-right .title {
  color: #000;
  font-family: "Druk-Bold-Trial";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 75px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  position: relative;
  top: 10px;
}
.dual-slider-section .split-section .slider-right .title span {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 6px;
  top: -10px;
  background: #000;
}
.dual-slider-section .split-section .slider-right .slider-area {
  position: relative;
}
.dual-slider-section .split-section .slider-right .slider-area .awards-card .year {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px;
  text-transform: uppercase;
}
.dual-slider-section .split-section .slider-right .slider-area .awards-card .award-title {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
}
.dual-slider-section .split-section .slider-right .slider-area .slider-container {
  margin-bottom: 60px;
}
.dual-slider-section .split-section .slider-right .slider-area .slider-indicators {
  margin-bottom: 0px;
  gap: 10px;
  bottom: -60px;
  left: 0px;
  justify-content: start;
}
.dual-slider-section .split-section .slider-right .slider-area .slider-indicators li.active {
  background: #000;
}
.dual-slider-section .split-section .slider-right .slider-area .slider-indicators > * {
  border: 1px solid #000;
  background: transparent;
}
.dual-slider-section .split-section .slider-right .slider-area .slider-nav {
  top: 115%;
}
.dual-slider-section .split-section .slider-right .slider-area .slider-nav::after {
  background: none;
  -webkit-mask: none;
          mask: none;
}
.dual-slider-section .split-section .slider-right .slider-area .slider-nav-prev {
  left: 90%;
}
.dual-slider-section .split-section .slider-right .slider-area .slider-nav-prev::after {
  width: 24px;
  height: 24px;
  background-image: url("../images/slider-arrow-black.svg");
}
.dual-slider-section .split-section .slider-right .slider-area .slider-nav-next {
  right: 0px;
}
.dual-slider-section .split-section .slider-right .slider-area .slider-nav-next::after {
  width: 24px;
  height: 24px;
  background-image: url("../images/slider-arrow-black.svg");
}
.dual-slider-section .slider-nav {
  display: none !important;
}
@media (max-width: 1440px) {
  .dual-slider-section .split-section .slider-right .title {
    font-size: 56px;
  }
  .dual-slider-section .split-section .slider-right .slider-area .awards-card .year {
    font-size: 30px;
  }
  .dual-slider-section .split-section .slider-right .slider-area .awards-card .award-title {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .dual-slider-section .split-section {
    flex-direction: column;
  }
  .dual-slider-section .split-section .slider-right {
    width: 100%;
  }
  .dual-slider-section .split-section .slider-right .title {
    font-size: 35px;
  }
  .dual-slider-section .split-section .slider-left {
    width: 100%;
    padding: 40px 20px;
    gap: 30px;
  }
  .dual-slider-section .split-section .slider-left .title {
    font-size: 56px;
  }
}
@media (max-width: 992px) {
  .dual-slider-section {
    margin-bottom: 50px;
  }
  .dual-slider-section .split-section {
    flex-direction: column;
  }
  .dual-slider-section .split-section .slider-left {
    width: 100%;
    padding: 40px 20px;
    gap: 30px;
  }
  .dual-slider-section .split-section .slider-left .slider-area .key-facts-card .numbers {
    font-size: 24px;
    line-height: normal;
  }
  .dual-slider-section .split-section .slider-left .slider-area .key-facts-card .description {
    font-size: 14px;
    width: 100%;
  }
  .dual-slider-section .split-section .slider-left .slider-area .slider-nav-next {
    display: none;
  }
  .dual-slider-section .split-section .slider-left .title {
    font-size: 40px;
    line-height: 53px;
  }
  .dual-slider-section .split-section .slider-right {
    width: 100%;
    padding: 40px 20px;
    gap: 30px;
  }
  .dual-slider-section .split-section .slider-right .title {
    font-size: 40px;
    line-height: normal;
  }
  .dual-slider-section .split-section .slider-right .slider-area .awards-card .year {
    font-size: 24px;
    margin-top: 30px;
  }
  .dual-slider-section .split-section .slider-right .slider-area .awards-card .award-title {
    font-size: 32px;
    line-height: normal;
  }
  .dual-slider-section .split-section .slider-right .slider-nav-next {
    display: none;
  }
}
@media (max-width: 767px) {
  .dual-slider-section .split-section .slider-left .slider-area .slider-indicators {
    bottom: -30px;
  }
}

/* Doing part Section */
.doingpart-section {
  margin-bottom: 80px;
}
.doingpart-section .vertical-split {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.doingpart-section .vertical-split .image-layer {
  position: relative;
}
.doingpart-section .vertical-split .image-layer img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.doingpart-section .vertical-split .image-layer .overlay-text {
  position: absolute;
  left: 60px;
  bottom: 80px;
}
.doingpart-section .vertical-split .image-layer .overlay-text .title {
  color: #000;
  font-family: "Druk-Bold-Trial";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 75px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  position: relative;
  top: 10px;
}
.doingpart-section .vertical-split .image-layer .overlay-text .title span {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 5px;
  top: -10px;
  background: #000;
}
@media (max-width: 1600px) {
  .doingpart-section .vertical-split .image-layer .overlay-text .title {
    font-size: 56px;
  }
}
.doingpart-section .vertical-split .content-layer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.doingpart-section .vertical-split .content-layer .heading {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 44px;
}
@media (max-width: 1600px) {
  .doingpart-section .vertical-split .content-layer .heading {
    font-size: 18px;
  }
}
.doingpart-section .vertical-split .content-layer .date {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .doingpart-section .vertical-split .content-layer .date {
    font-size: 10px;
  }
}
@media (max-width: 992px) {
  .doingpart-section {
    margin-bottom: 50px;
    display: none;
  }
  .doingpart-section .vertical-split .image-layer .overlay-text {
    left: 20px;
  }
  .doingpart-section .vertical-split .image-layer .overlay-text .title {
    font-size: 40px;
    line-height: normal;
    top: 40px;
  }
  .doingpart-section .vertical-split .content-layer {
    align-items: flex-start;
    flex-direction: column;
  }
  .doingpart-section .vertical-split .content-layer .heading {
    font-size: 16px;
    line-height: 25px;
  }
}

.page-id-84 .mobile-about-section,
.page-id-84 .about-heading {
  display: none;
}
@media (max-width: 992px) {
  .page-id-84 .mobile-about-section,
  .page-id-84 .about-heading {
    display: block;
  }
}

/* Testimonials Section */
.testimonials-section {
  margin-bottom: 80px;
}
.testimonials-section .testimonials-area {
  background: #fff;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.testimonials-section .testimonials-area .title {
  color: #000;
  font-family: "Druk-Bold-Trial";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 88px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  position: relative;
  top: 10px;
}
.testimonials-section .testimonials-area .title span {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 5px;
  top: -10px;
  background: #000;
}
.testimonials-section .testimonials-area .slider-area .testimonials-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.testimonials-section .testimonials-area .slider-area .testimonials-card .description {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 42px;
}
.testimonials-section .testimonials-area .slider-area .testimonials-card .designation {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
}
.testimonials-section .testimonials-area .slider-area .slider-container {
  margin-bottom: 30px;
}
.testimonials-section .testimonials-area .slider-area .slider-indicators {
  gap: 10px;
  bottom: -60px;
  left: 0px;
  justify-content: start;
}
.testimonials-section .testimonials-area .slider-area .slider-indicators li.active {
  background: #000;
}
.testimonials-section .testimonials-area .slider-area .slider-indicators > * {
  border: 1px solid #000;
  background: transparent;
}
@media (max-width: 992px) {
  .testimonials-section {
    margin-bottom: 50px;
  }
  .testimonials-section .testimonials-area {
    padding: 40px 20px;
  }
  .testimonials-section .testimonials-area .title {
    font-size: 40px;
    line-height: normal;
  }
  .testimonials-section .testimonials-area .slider-area .testimonials-card .description {
    font-size: 16px;
    line-height: 24px;
  }
}

.widget-area {
  margin: 0px !important;
  padding: 0px !important;
  display: contents !important;
}
@media (min-width: 1024px) {
  .widget-area {
    grid-template-columns: repeat(1, 1fr) !important;
    padding: 0px !important;
    margin: 0px !important;
    max-width: unset !important;
  }
}
.widget-area .widget.widget_custom_footer_widget .widget-content .section-heading-comp {
  margin-bottom: 60px;
}
.widget-area .widget.widget_custom_footer_widget .widget-content .section-heading-comp .content-layer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.widget-area .widget.widget_custom_footer_widget .widget-content .section-heading-comp .content-layer .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.widget-area .widget.widget_custom_footer_widget .widget-content .section-heading-comp .content-layer .content .title {
  color: #000;
  font-family: "Druk-Bold-Trial";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .widget-area .widget.widget_custom_footer_widget .widget-content .section-heading-comp .content-layer .content .title {
    font-size: 56px;
  }
}
.widget-area .widget.widget_custom_footer_widget .widget-content .section-heading-comp .content-layer .content .description {
  width: 80%;
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 1440px) {
  .widget-area .widget.widget_custom_footer_widget .widget-content .section-heading-comp .content-layer .content .description {
    font-size: 16px;
  }
}
.widget-area .widget.widget_custom_footer_widget .widget-content .section-heading-comp .content-layer .custom-btn-layer.footer-btn {
  margin-top: 0;
}
@media (max-width: 767px) {
  .widget-area .widget.widget_custom_footer_widget .widget-content .section-heading-comp .content-layer .custom-btn-layer.footer-btn {
    display: none;
  }
}
.widget-area .widget.widget_custom_footer_widget .widget-content .section-heading-comp .content-layer .custom-btn-layer .primary-btn {
  display: flex;
  width: 280px;
  height: 52px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 99px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  text-decoration: none;
}
.widget-area .widget.widget_custom_footer_widget .widget-content .section-heading-comp .content-layer .custom-btn-layer .primary-btn:hover, .widget-area .widget.widget_custom_footer_widget .widget-content .section-heading-comp .content-layer .custom-btn-layer .primary-btn:focus {
  background-color: #000 !important;
}
@media (max-width: 1024px) {
  .widget-area .widget.widget_custom_footer_widget .widget-content .section-heading-comp {
    margin-top: 60px !important;
  }
  .widget-area .widget.widget_custom_footer_widget .widget-content .section-heading-comp .content-layer {
    width: 100%;
    flex-wrap: wrap;
  }
  .widget-area .widget.widget_custom_footer_widget .widget-content .section-heading-comp .content-layer .content {
    margin-bottom: 0;
  }
  .widget-area .widget.widget_custom_footer_widget .widget-content .section-heading-comp .content-layer .content .title {
    font-size: 40px;
  }
  .widget-area .widget.widget_custom_footer_widget .widget-content .section-heading-comp .content-layer .content .description {
    width: 100%;
  }
  .widget-area .widget.widget_custom_footer_widget .widget-content .section-heading-comp .content-layer .custom-btn-layer {
    margin-top: 0;
  }
  .widget-area .widget.widget_custom_footer_widget .widget-content .section-heading-comp .content-layer .custom-btn-layer .contactus-btn {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .widget-area .widget.widget_custom_footer_widget .widget-content .section-heading-comp {
    margin-bottom: 60px !important;
  }
  .widget-area .widget.widget_custom_footer_widget .widget-content .section-heading-comp .content-layer {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .widget-area .widget.widget_custom_footer_widget .widget-content .section-heading-comp .content-layer .content {
    min-width: 100%;
  }
  .widget-area .widget.widget_custom_footer_widget .widget-content .section-heading-comp .content-layer .content .title {
    font-size: 40px;
    line-height: 50px;
  }
  .widget-area .widget.widget_custom_footer_widget .widget-content .section-heading-comp .content-layer .content .description {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .widget-area .widget a:link,
  .widget-area .widget a:visited,
  .widget-area .widget a:active {
    color: white !important;
    text-decoration: none;
  }
  .widget-area .widget.widget_custom_footer_widget .widget-content .section-heading-comp {
    margin-bottom: 0px;
  }
  .widget-area .widget.widget_custom_footer_widget .widget-content .section-heading-comp .content-layer {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .widget-area .widget.widget_custom_footer_widget .widget-content .section-heading-comp .content-layer .content {
    min-width: 100%;
  }
  .widget-area .widget.widget_custom_footer_widget .widget-content .section-heading-comp .content-layer .content .title {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 2.8px;
    font-weight: normal;
  }
  .widget-area .widget.widget_custom_footer_widget .widget-content .section-heading-comp .content-layer .content .description {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
}

/* Law News Section */
.law-news-section {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .law-news-section {
    margin-bottom: 20px;
  }
}
.law-news-section .news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 40px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.law-news-section .news-list::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .law-news-section .news-list::-webkit-scrollbar {
    display: block;
  }
}
.law-news-section .news-list li {
  flex: 0 0 auto;
  width: 33%;
}
@media (max-width: 767px) {
  .law-news-section .news-list li {
    min-width: 294px;
  }
}
.law-news-section .news-list li a {
  text-decoration: none;
}
.law-news-section .news-list li a .news-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1600px) {
  .law-news-section .news-list li a .news-card {
    gap: 8px;
  }
}
.law-news-section .news-list li a .news-card .image-layer {
  width: 100%;
  height: 320px;
}
.law-news-section .news-list li a .news-card .image-layer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .law-news-section .news-list li a .news-card .image-layer {
    min-width: 294px;
    height: 224px;
  }
}
.law-news-section .news-list li a .news-card .content .title {
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  word-spacing: normal;
  letter-spacing: normal;
}
@media (max-width: 1600px) {
  .law-news-section .news-list {
    gap: 16px;
  }
}

.footer-navigation {
  margin: 0px !important;
}
.footer-navigation .footer-navigation-wrapper li {
  line-height: unset !important;
  max-height: 20px;
}

.footer {
  padding: 0px 0 0px;
}
.footer .footer-title {
  color: #000;
  position: relative;
  font-family: "Druk-Bold-Trial";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .footer .footer-title {
    font-size: 56px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .footer .footer-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .footer .footer-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.footer .top-section {
  padding: 80px 0 120px;
}
.footer .top-section .wpcf7-not-valid-tip {
  font-size: 15px;
}
.footer .top-section .wpcf7-form-control-wrap {
  width: 100%;
}
.footer .top-section .wpcf7 form.invalid .wpcf7-response-output {
  margin: 1em 0em 1em !important;
  font-size: 15px !important;
  display: none;
}
.footer .top-section .accordion .accordion-item {
  background: none;
  border: none;
  border-radius: 0;
  border-top: 1px solid #7D8865;
  border-bottom: 1px solid #7D8865;
}
.footer .top-section .accordion .accordion-item .accordion-header {
  background: none;
}
.footer .top-section .accordion .accordion-item .accordion-header .accordion-button {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  padding: 24px 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
}
.footer .top-section .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("../images/minus.svg");
  background-repeat: no-repeat;
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}
.footer .top-section .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
  background-image: url("../images/plusicon.svg");
}
.footer .top-section .accordion .accordion-item .accordion-body {
  position: relative;
  padding: 0 0 40px 0;
}
.footer .top-section .accordion .accordion-item .accordion-body form .custom-btn-layer p input {
  display: flex;
  width: 100%;
  height: 42px;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 25px;
  border: 1px solid #000 !important;
  background: #000 !important;
  color: #fff !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
}
.footer .top-section .accordion .accordion-item .accordion-body form p {
  max-height: 100%;
  margin-bottom: 10px;
}
.footer .top-section .accordion .accordion-item .accordion-body .search-field {
  width: 100%;
  border: 1px solid #000;
  border-radius: 0;
  background: transparent;
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.32px;
  padding: 0px 30px;
  height: 72px;
  outline: none;
}
.footer .top-section .accordion .accordion-item .accordion-body .search-field::after {
  background-image: url("../images/form_footer_rightarrow.svg");
  height: 30px;
  width: 30px;
  background-size: contain;
}
.footer .top-section .accordion .accordion-item .accordion-body .search-textarea {
  width: 100%;
  border: 1px solid #000;
  border-radius: 0;
  background: transparent;
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.32px;
  padding: 20px 30px;
  outline: none;
  height: 120px;
}
.footer .top-section .accordion .accordion-item .accordion-body .search-btn {
  position: absolute;
  right: 30px;
  display: block;
  height: 30px;
  width: 30px;
  top: 20px;
}
.footer .top-section .accordion .accordion-item .accordion-body .search-btn img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .top-section .accordion .accordion-item .accordion-body ul {
  display: flex;
  gap: 10px;
  width: 100%;
}
.footer .top-section .accordion .accordion-item .accordion-body ul li {
  width: 50%;
}
.footer .top-section .accordion .accordion-item .accordion-body ul li a {
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  line-height: 20px;
  font-family: "AvenirLTStd-Book";
}
.footer .top-section .accordion .accordion-item .accordion-body ul .image-layer {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.footer .top-section .accordion .accordion-item .accordion-body ul .image-layer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .footer .top-section .accordion .accordion-item .accordion-body ul {
    flex-direction: column;
  }
  .footer .top-section .accordion .accordion-item .accordion-body ul li {
    width: 100%;
  }
  .footer .top-section .accordion .accordion-item .accordion-body ul li .content .title {
    color: #000;
  }
}
@media (max-width: 1600px) {
  .footer .top-section .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 14px;
    line-height: 18px;
    padding: 14px 0;
  }
  .footer .top-section .accordion .accordion-item .accordion-body {
    padding: 0 0 30px 0;
  }
  .footer .top-section .accordion .accordion-item .accordion-body .search-field {
    font-size: 14px;
    line-height: 24px;
    padding: 12px 20px;
    height: 56px;
  }
  .footer .top-section .accordion .accordion-item .accordion-body .search-textarea {
    font-size: 14px;
    padding: 12px 20px;
  }
  .footer .top-section .accordion .accordion-item .accordion-body .search-btn {
    right: 20px;
    display: block;
    height: 30px;
    width: 30px;
    top: 14px;
  }
  .footer .top-section .accordion .accordion-item .accordion-body form p {
    max-height: 100%;
  }
}
@media (max-width: 992px) {
  .footer .top-section {
    padding-bottom: 80px;
  }
  .footer .top-section .accordion {
    padding-bottom: 20px;
  }
  .footer .top-section .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 14px;
    padding: 14px 0;
  }
  .footer .top-section .accordion .accordion-item .accordion-body {
    padding: 0 0 20px 0;
  }
  .footer .top-section .accordion .accordion-item .accordion-body form p {
    max-height: 100%;
  }
  .footer .top-section .accordion .accordion-item .accordion-body .search-btn {
    position: absolute;
    height: 20px;
    width: 20px;
  }
}
.footer .bottom-section {
  background-color: #000;
  padding: 64px 0;
}
.footer .bottom-section .menu-outer {
  display: flex;
  align-items: center;
}
.footer .bottom-section .menu-outer .site-logo {
  height: 72px;
}
.footer .bottom-section .menu-outer ul {
  list-style: none;
  display: flex;
  align-items: center;
  color: #FFF;
  font-family: "AvenirLTStd-Book";
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  margin-left: 178px;
}
.footer .bottom-section .menu-outer ul li:not(:last-child) a {
  padding-right: 15px;
  border-right: 1px solid white;
  padding-top: 0px;
  padding-bottom: 0px;
}
.footer .bottom-section .menu-outer ul li.footer-custom-menu {
  position: relative;
}
.footer .bottom-section .menu-outer ul li.footer-custom-menu .sub-menu {
  display: none;
  position: absolute;
  bottom: 35px;
  right: -106px;
  left: auto;
  top: auto;
  background-color: #000;
  width: 300px;
  padding: 10px;
}
.footer .bottom-section .menu-outer ul li.footer-custom-menu .sub-menu li {
  line-height: 40px;
  padding: 18px 0px;
}
.footer .bottom-section .menu-outer ul li.footer-custom-menu .sub-menu li a {
  border: 0px !important;
  line-height: 20px !important;
}
.footer .bottom-section .menu-outer ul li.footer-custom-menu .sub-menu li a:hover {
  color: #7D8865;
}
.footer .bottom-section .menu-outer ul li.footer-custom-menu:hover .sub-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
}
.footer .bottom-section .menu-outer ul a {
  color: inherit;
  text-decoration: none;
}
.footer .bottom-section p {
  color: #FFF;
  font-family: "AvenirLTStd-Book";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: 25px 0 0 0;
}
@media (max-width: 1200px) {
  .footer .bottom-section .menu-outer {
    align-items: center;
  }
  .footer .bottom-section .menu-outer ul {
    margin-left: 80px;
  }
}
@media (max-width: 992px) {
  .footer .bottom-section {
    padding: 60px 0;
  }
  .footer .bottom-section .menu-outer .logo {
    margin-bottom: 40px;
  }
  .footer .bottom-section p {
    font-size: 10px;
    line-height: 16px;
    margin: 0;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .footer .bottom-section .menu-outer {
    flex-direction: column;
    gap: 30px;
  }
  .footer .bottom-section .menu-outer img {
    margin-bottom: 0;
  }
  .footer .bottom-section .menu-outer ul {
    font-weight: 800;
    margin: 0px;
    margin-bottom: 30px;
  }
  .footer .bottom-section .menu-outer ul li {
    line-height: normal !important;
  }
  .footer .bottom-section .menu-outer ul li a {
    font-weight: 800;
    font-size: 10px;
    line-height: 24px;
    padding: 0 10px !important;
  }
  .footer .bottom-section p {
    margin: 0;
    text-align: center;
  }
}
@media (max-width: 567px) {
  .footer .bottom-section .menu-outer {
    gap: 20px;
  }
  .footer .bottom-section .menu-outer ul {
    margin-bottom: 20px;
  }
  .footer .bottom-section .menu-outer ul li a {
    padding: 0 6px !important;
  }
}
@media (max-width: 1200px) {
  .footer {
    padding-top: 20px;
  }
  .footer .bottom-section {
    padding: 30px 0;
  }
}
@media (max-width: 1024px) {
  .footer {
    padding-top: 30px;
  }
  .footer .footer-title {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .footer {
    padding-top: 0px;
  }
}

.banner-section {
  margin-bottom: 60px;
}
.banner-section .img-outer {
  min-height: auto;
  height: auto;
}
.banner-section .img-outer .banner-img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .banner-section {
    margin-bottom: 30px;
  }
  .banner-section .img-outer {
    margin-bottom: 0;
  }
}

.contactus-section {
  margin-bottom: 52px;
}
.contactus-section .wpcf7-not-valid-tip {
  margin: 15px 30px;
  font-size: 12px;
  color: #dc3232 !important;
}
.contactus-section .custom-btn-layer input {
  background-color: #000;
  color: white;
}
.contactus-section .form-control {
  border: none;
  border-bottom: 1px solid black;
  padding: 20px 30px;
  background: none;
  border-radius: 0;
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.32px;
}
.contactus-section .form-control:hover, .contactus-section .form-control:focus {
  outline: none;
  box-shadow: none;
}
.contactus-section .form-control.textarea {
  height: 184px;
  margin-bottom: 40px;
}
.contactus-section .form-control.textarea::-moz-placeholder {
  position: absolute;
  bottom: 20px;
  left: 30px;
}
.contactus-section .form-control.textarea::placeholder {
  position: absolute;
  bottom: 20px;
  left: 30px;
}
.contactus-section .checkbox-outer {
  display: flex;
  margin-top: 20px;
  position: relative;
}
.contactus-section .checkbox-outer input {
  background: #7D8865;
  height: 16px;
  width: 16px;
  border: none;
  border-radius: 50px;
  box-shadow: none;
  outline: none;
}
.contactus-section .checkbox-outer input::after {
  background-image: url("../images/checked.svg") !important;
}
.contactus-section .checkbox-outer .form-check-input:checked[type=checkbox] {
  background-image: url("../images/checked.svg");
  margin-top: 2px;
}
.contactus-section .checkbox-outer p {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.24px;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.contactus-section .checkbox-outer label {
  display: inline;
  font-size: 14px;
  color: #333;
}
.contactus-section .checkbox-outer label a {
  text-decoration: underline;
  margin-left: 5px;
  font-family: "AvenirLTStd-Book";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}
.contactus-section .checkbox-outer label a:hover {
  color: #6a784c;
}
@media (max-width: 1024px) {
  .contactus-section #my-form {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .contactus-section .wpcf7-not-valid-tip {
    font-size: 15px;
  }
  .contactus-section .form-control {
    margin-bottom: 20px;
    padding: 20px 20px;
  }
  .contactus-section .form-control.textarea {
    margin-bottom: 20px;
  }
  .contactus-section .form-control.textarea::-moz-placeholder {
    bottom: 0px;
    left: 20px;
  }
  .contactus-section .form-control.textarea::placeholder {
    bottom: 0px;
    left: 20px;
  }
  .contactus-section .custom-btn-layer {
    display: flex;
    justify-content: flex-start;
  }
  .contactus-section .checkbox-outer {
    justify-content: flex-start;
  }
}

/* Map Section */
.maps-section {
  margin-bottom: 60px;
}
.maps-section .map-area {
  position: relative;
}
.maps-section .map-area .map-point a {
  font-size: 8px;
  position: absolute;
  opacity: 0;
}
.maps-section .map-area .map-point .fn-pin-1 {
  width: 180px;
  height: 40px;
  top: 12%;
  left: 31%;
}
.maps-section .map-area .map-point .fn-pin-1.active {
  width: 330px;
  top: 10%;
  left: 24%;
  height: 60px;
}
.maps-section .map-area .map-point .fn-pin-2 {
  width: 140px;
  height: 40px;
  top: 6%;
  left: 51%;
}
.maps-section .map-area .map-point .fn-pin-2.active {
  width: 250px;
  top: 4%;
  left: 50%;
  height: 60px;
}
.maps-section .map-area .map-point .fn-pin-3 {
  width: 150px;
  height: 40px;
  top: 41%;
  left: 52%;
}
.maps-section .map-area .map-point .fn-pin-3.active {
  width: 260px;
  left: 47%;
  top: 39.5%;
  height: 60px;
}
.maps-section .map-area .map-point .fn-pin-4 {
  width: 170px;
  height: 40px;
  top: 53%;
  left: 55%;
}
.maps-section .map-area .map-point .fn-pin-4.active {
  width: 320px;
  left: 48%;
  top: 51%;
  height: 60px;
}
.maps-section .map-area .map-point .fn-pin-5 {
  width: 140px;
  height: 40px;
  top: 64.5%;
  left: 64%;
}
.maps-section .map-area .map-point .fn-pin-5.active {
  width: 250px;
  left: 63%;
  top: 63%;
  height: 60px;
}
.maps-section .map-area .map-point .fn-pin-6 {
  width: 170px;
  height: 40px;
  top: 53%;
  left: 66%;
}
.maps-section .map-area .map-point .fn-pin-6.active {
  width: 290px;
  left: 65%;
  top: 51%;
  height: 60px;
}
.maps-section .map-area .map-point .fn-pin-7 {
  width: 220px;
  height: 40px;
  top: 40.5%;
  left: 68%;
}
.maps-section .map-area .map-point .fn-pin-7.active {
  width: 410px;
  left: 67%;
  top: 39%;
  height: 60px;
}
.maps-section .map-area .map-point .fn-pin-8 {
  width: 170px;
  height: 40px;
  top: 76%;
  left: 68%;
}
.maps-section .map-area .map-point .fn-pin-8.active {
  width: 310px;
  left: 67%;
  top: 74%;
  height: 60px;
}
.maps-section .map-area .maps-list .map-img {
  display: none;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.maps-section .map-area .maps-list .map-img.active {
  display: block;
}
.maps-section .map-area .address-area {
  position: absolute;
  left: 5%;
  top: 20%;
  width: 330px;
  height: 320px;
  overflow: hidden;
  background: #000;
  padding: 40px 60px;
}
.maps-section .map-area .address-area .text {
  display: none;
}
.maps-section .map-area .address-area .text a {
  text-decoration: none;
  font-family: "AvenirLTStd-Book";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  text-transform: uppercase;
  color: #fff;
}
.maps-section .map-area .address-area .text a img {
  margin-right: 10px;
}
.maps-section .map-area .address-area .text .City {
  font-family: "AvenirLTStd-Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 34px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.maps-section .map-area .address-area .text .address {
  font-family: "AvenirLTStd-Book";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 1680px) {
  .maps-section .map-area .map-point .fn-pin-1 {
    width: 140px;
    height: 30px;
  }
  .maps-section .map-area .map-point .fn-pin-1.active {
    width: 240px;
    height: 50px;
  }
  .maps-section .map-area .map-point .fn-pin-2 {
    width: 100px;
    height: 30px;
  }
  .maps-section .map-area .map-point .fn-pin-2.active {
    width: 190px;
    height: 50px;
  }
  .maps-section .map-area .map-point .fn-pin-3 {
    width: 110px;
    height: 30px;
  }
  .maps-section .map-area .map-point .fn-pin-3.active {
    width: 190px;
    height: 50px;
  }
  .maps-section .map-area .map-point .fn-pin-4 {
    width: 130px;
    height: 30px;
  }
  .maps-section .map-area .map-point .fn-pin-4.active {
    width: 230px;
    height: 50px;
  }
  .maps-section .map-area .map-point .fn-pin-5 {
    width: 100px;
    height: 30px;
  }
  .maps-section .map-area .map-point .fn-pin-5.active {
    width: 180px;
    height: 45px;
  }
  .maps-section .map-area .map-point .fn-pin-6 {
    width: 120px;
    height: 30px;
  }
  .maps-section .map-area .map-point .fn-pin-6.active {
    width: 210px;
    height: 50px;
  }
  .maps-section .map-area .map-point .fn-pin-7 {
    width: 160px;
    height: 30px;
  }
  .maps-section .map-area .map-point .fn-pin-7.active {
    width: 300px;
    height: 50px;
  }
  .maps-section .map-area .map-point .fn-pin-8 {
    width: 130px;
    height: 30px;
  }
  .maps-section .map-area .map-point .fn-pin-8.active {
    width: 230px;
    height: 50px;
  }
}
@media (max-width: 1400px) {
  .maps-section .map-area .map-point .fn-pin-1 {
    width: 115px;
    height: 25px;
  }
  .maps-section .map-area .map-point .fn-pin-1.active {
    width: 210px;
    height: 40px;
  }
  .maps-section .map-area .map-point .fn-pin-2 {
    width: 90px;
    height: 25px;
  }
  .maps-section .map-area .map-point .fn-pin-2.active {
    width: 160px;
    height: 40px;
  }
  .maps-section .map-area .map-point .fn-pin-3 {
    width: 100px;
    height: 25px;
  }
  .maps-section .map-area .map-point .fn-pin-3.active {
    width: 160px;
    height: 40px;
  }
  .maps-section .map-area .map-point .fn-pin-4 {
    width: 110px;
    height: 25px;
  }
  .maps-section .map-area .map-point .fn-pin-4.active {
    width: 200px;
    height: 40px;
  }
  .maps-section .map-area .map-point .fn-pin-5 {
    width: 90px;
    height: 25px;
  }
  .maps-section .map-area .map-point .fn-pin-5.active {
    width: 160px;
    height: 40px;
  }
  .maps-section .map-area .map-point .fn-pin-6 {
    width: 110px;
    height: 25px;
  }
  .maps-section .map-area .map-point .fn-pin-6.active {
    width: 110px;
    height: 25px;
  }
  .maps-section .map-area .map-point .fn-pin-7 {
    width: 140px;
    height: 25px;
  }
  .maps-section .map-area .map-point .fn-pin-7.active {
    width: 260px;
    height: 40px;
  }
  .maps-section .map-area .map-point .fn-pin-8 {
    width: 110px;
    height: 25px;
  }
  .maps-section .map-area .map-point .fn-pin-8.active {
    width: 200px;
    height: 40px;
  }
}
@media (max-width: 1200px) {
  .maps-section .map-area .map-point .fn-pin-1 {
    width: 100px;
    height: 20px;
  }
  .maps-section .map-area .map-point .fn-pin-1.active {
    width: 170px;
    height: 30px;
  }
  .maps-section .map-area .map-point .fn-pin-2 {
    width: 80px;
    height: 20px;
  }
  .maps-section .map-area .map-point .fn-pin-2.active {
    width: 130px;
    height: 30px;
  }
  .maps-section .map-area .map-point .fn-pin-3 {
    width: 80px;
    height: 20px;
  }
  .maps-section .map-area .map-point .fn-pin-3.active {
    width: 130px;
    height: 30px;
  }
  .maps-section .map-area .map-point .fn-pin-4 {
    width: 90px;
    height: 20px;
  }
  .maps-section .map-area .map-point .fn-pin-4.active {
    width: 170px;
    height: 30px;
  }
  .maps-section .map-area .map-point .fn-pin-5 {
    width: 70px;
    height: 20px;
  }
  .maps-section .map-area .map-point .fn-pin-5.active {
    width: 130px;
    height: 30px;
  }
  .maps-section .map-area .map-point .fn-pin-6 {
    width: 85px;
    height: 20px;
  }
  .maps-section .map-area .map-point .fn-pin-6.active {
    width: 150px;
    height: 32px;
  }
  .maps-section .map-area .map-point .fn-pin-7 {
    width: 120px;
    height: 20px;
  }
  .maps-section .map-area .map-point .fn-pin-7.active {
    width: 210px;
    height: 32px;
  }
  .maps-section .map-area .map-point .fn-pin-8 {
    width: 90px;
    height: 20px;
  }
  .maps-section .map-area .map-point .fn-pin-8.active {
    width: 160px;
    height: 35px;
  }
  .maps-section .map-area .address-area {
    top: unset;
    bottom: 5%;
    width: 280px;
    padding: 20px 30px;
  }
}
@media (max-width: 992px) {
  .maps-section .map-area .map-point .fn-pin-1 {
    width: 190px;
    height: 40px;
    left: 5%;
  }
  .maps-section .map-area .map-point .fn-pin-1.active {
    width: 290px;
    left: 5%;
    top: 12%;
    height: 55px;
  }
  .maps-section .map-area .map-point .fn-pin-2 {
    width: 150px;
    height: 40px;
    left: 33%;
  }
  .maps-section .map-area .map-point .fn-pin-2.active {
    width: 220px;
    left: 32%;
    height: 65px;
  }
  .maps-section .map-area .map-point .fn-pin-3 {
    width: 150px;
    height: 40px;
    left: 25%;
  }
  .maps-section .map-area .map-point .fn-pin-3.active {
    width: 230px;
    left: 16%;
    height: 60px;
  }
  .maps-section .map-area .map-point .fn-pin-4 {
    width: 180px;
    height: 40px;
    left: 32%;
  }
  .maps-section .map-area .map-point .fn-pin-4.active {
    width: 280px;
    left: 20%;
    height: 65px;
  }
  .maps-section .map-area .map-point .fn-pin-5 {
    width: 150px;
    height: 42px;
    left: 55%;
  }
  .maps-section .map-area .map-point .fn-pin-5.active {
    width: 220px;
    left: 54%;
    height: 60px;
  }
  .maps-section .map-area .map-point .fn-pin-6 {
    width: 170px;
    height: 40px;
    left: 61%;
  }
  .maps-section .map-area .map-point .fn-pin-6.active {
    width: 260px;
    left: 60%;
    height: 60px;
  }
  .maps-section .map-area .map-point .fn-pin-7 {
    width: 230px;
    height: 45px;
    left: 66%;
  }
  .maps-section .map-area .map-point .fn-pin-7.active {
    width: 290px;
    top: 35%;
    left: 60%;
  }
  .maps-section .map-area .map-point .fn-pin-8 {
    width: 190px;
    height: 40px;
    left: 66%;
  }
  .maps-section .map-area .map-point .fn-pin-8.active {
    width: 260px;
    left: 65%;
    height: 60px;
  }
  .maps-section .map-area .address-area {
    top: unset;
    bottom: 0;
    width: 280px;
    padding: 20px 30px;
  }
}
@media (max-width: 768px) {
  .maps-section .map-area .map-point .fn-pin-1 {
    width: 150px;
    height: 30px;
    left: 5%;
    top: 8.5%;
  }
  .maps-section .map-area .map-point .fn-pin-1.active {
    width: 220px;
    left: 5%;
    top: 8%;
    height: 40px;
  }
  .maps-section .map-area .map-point .fn-pin-2 {
    width: 110px;
    height: 30px;
    left: 33%;
    top: 4%;
  }
  .maps-section .map-area .map-point .fn-pin-2.active {
    width: 170px;
    left: 32%;
    height: 45px;
    top: 3%;
  }
  .maps-section .map-area .map-point .fn-pin-3 {
    width: 120px;
    height: 30px;
    left: 24%;
    top: 29%;
  }
  .maps-section .map-area .map-point .fn-pin-3.active {
    width: 170px;
    left: 16%;
    height: 45px;
    top: 28%;
  }
  .maps-section .map-area .map-point .fn-pin-4 {
    width: 140px;
    height: 35px;
    left: 32%;
    top: 37%;
  }
  .maps-section .map-area .map-point .fn-pin-4.active {
    width: 210px;
    left: 20%;
    height: 50px;
    top: 36%;
  }
  .maps-section .map-area .map-point .fn-pin-5 {
    width: 110px;
    height: 35px;
    left: 55%;
    top: 45.5%;
  }
  .maps-section .map-area .map-point .fn-pin-5.active {
    width: 170px;
    left: 54%;
    height: 40px;
    top: 45%;
  }
  .maps-section .map-area .map-point .fn-pin-6 {
    width: 130px;
    height: 30px;
    left: 61%;
    top: 37.5%;
  }
  .maps-section .map-area .map-point .fn-pin-6.active {
    width: 190px;
    left: 60%;
    height: 50px;
    top: 36%;
  }
  .maps-section .map-area .map-point .fn-pin-7 {
    width: 170px;
    height: 30px;
    left: 66%;
    top: 29%;
  }
  .maps-section .map-area .map-point .fn-pin-7.active {
    width: 220px;
    top: 24%;
    left: 60%;
  }
  .maps-section .map-area .map-point .fn-pin-8 {
    width: 140px;
    height: 30px;
    left: 66%;
    top: 54%;
  }
  .maps-section .map-area .map-point .fn-pin-8.active {
    width: 190px;
    left: 65%;
    height: 45px;
    top: 53%;
  }
  .maps-section .map-area .address-area {
    position: unset;
    width: 100%;
    background: #000;
    padding: 10px;
  }
}
@media (max-width: 576px) {
  .maps-section .map-area {
    position: relative;
  }
  .maps-section .map-area .map-point .fn-pin-1 {
    width: 110px;
    height: 25px;
    top: 7.5%;
    left: 5%;
  }
  .maps-section .map-area .map-point .fn-pin-1.active {
    width: 170px;
    height: 22px;
    top: 7.5%;
  }
  .maps-section .map-area .map-point .fn-pin-2 {
    width: 90px;
    height: 20px;
    top: 4%;
    left: 33%;
  }
  .maps-section .map-area .map-point .fn-pin-2.active {
    width: 130px;
    top: 3%;
    height: 31px;
  }
  .maps-section .map-area .map-point .fn-pin-3 {
    width: 85px;
    height: 20px;
    top: 26.5%;
    left: 25%;
  }
  .maps-section .map-area .map-point .fn-pin-3.active {
    width: 130px;
    top: 25%;
    height: 40px;
  }
  .maps-section .map-area .map-point .fn-pin-4 {
    width: 100px;
    height: 20px;
    top: 32.5%;
    left: 31%;
  }
  .maps-section .map-area .map-point .fn-pin-4.active {
    width: 160px;
    top: 32%;
    height: 30px;
  }
  .maps-section .map-area .map-point .fn-pin-5 {
    width: 80px;
    height: 20px;
    top: 40%;
    left: 54%;
  }
  .maps-section .map-area .map-point .fn-pin-5.active {
    width: 110px;
    top: 39%;
    height: 30px;
  }
  .maps-section .map-area .map-point .fn-pin-6 {
    width: 70px;
    height: 20px;
    top: 32%;
    left: 61%;
  }
  .maps-section .map-area .map-point .fn-pin-6.active {
    width: 110px;
    height: 30px;
    top: 32%;
  }
  .maps-section .map-area .map-point .fn-pin-7 {
    width: 115px;
    height: 25px;
    top: 25%;
    left: 64%;
  }
  .maps-section .map-area .map-point .fn-pin-7.active {
    top: 21%;
    width: 130px;
    height: 20px;
  }
  .maps-section .map-area .map-point .fn-pin-8 {
    width: 90px;
    height: 25px;
    top: 46.5%;
    left: 65%;
  }
  .maps-section .map-area .map-point .fn-pin-8.active {
    width: 120px;
    top: 46.5%;
    height: 30px;
  }
  .maps-section .map-area .maps-list .map-img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    height: 340px;
  }
  .maps-section .map-area .address-area {
    position: unset;
    width: 100%;
    background: #000;
    padding: 10px;
    height: auto;
  }
}

.highlighted-section {
  margin-top: 80px;
}
.highlighted-section .box {
  background: #7D8865;
  padding: 100px;
}
.highlighted-section .box .title {
  color: #FFF;
  font-family: "Druk-Bold-Trial";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 75px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  padding-top: 40px;
}
.highlighted-section .box .title::before {
  content: "";
  height: 6px;
  width: 80px;
  background: #fff;
  position: absolute;
  top: 25px;
  left: 0;
}
@media (max-width: 1600px) {
  .highlighted-section .box .title {
    font-size: 56px;
    letter-spacing: 2.8px;
    font-weight: normal;
  }
}
.highlighted-section .box .description {
  color: #FFF;
  font-family: "AvenirLTStd-Book";
  font-size: 24px;
  font-style: normal;
  font-weight: 350;
  line-height: 36px;
  max-width: 900px;
}
@media (max-width: 1600px) {
  .highlighted-section .box .description {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 1600px) {
  .highlighted-section .box {
    padding: 40px;
  }
}
.highlighted-section.feedback {
  margin-bottom: 120px;
}
.highlighted-section.feedback .box .title {
  text-align: center;
  padding-top: 0;
  margin-bottom: 40px;
}
.highlighted-section.feedback .box .title::before {
  display: none;
}
.highlighted-section.feedback .box .feedback-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 150px;
  width: 100%;
  margin: 0px auto;
}
.highlighted-section.feedback .box .feedback-block a {
  color: #FFF;
  text-align: center;
  font-family: "AvenirLTStd-Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 40px;
}
.highlighted-section.feedback .box .feedback-block img {
  margin-right: 10px;
}
.highlighted-section.feedback .box .feedback-block div + div {
  margin-left: 30px;
}
.highlighted-section.feedback .box .message {
  color: #FFF;
  text-align: center;
  font-family: "AvenirLTStd-Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 992px) {
  .highlighted-section {
    margin-top: 50px;
  }
  .highlighted-section .box {
    padding: 20px;
  }
  .highlighted-section .box .title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.8px;
    margin-bottom: 40px;
  }
  .highlighted-section .box .description {
    font-size: 14px;
    line-height: 18px;
  }
  .highlighted-section.feedback {
    margin-bottom: 80px;
  }
  .highlighted-section.feedback .box .title {
    margin-bottom: 30px;
  }
  .highlighted-section.feedback .box .feedback-block {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .highlighted-section.feedback .box .message {
    font-size: 14px;
    line-height: 20px;
  }
}

.twisted-section {
  margin-top: 120px;
}
.twisted-section .block {
  display: flex;
}
.twisted-section .block:nth-child(even) {
  flex-direction: row-reverse;
}
.twisted-section .block .img-outer {
  width: 50%;
  min-width: 50%;
}
.twisted-section .block .img-outer img {
  height: 100%;
  width: 100%;
  max-height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}
.twisted-section .block .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(209, 209, 212, 0.2);
  width: 50%;
  padding: 80px;
}
.twisted-section .block .content .title {
  color: #000;
  font-family: "Druk-Bold-Trial";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 88px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .twisted-section .block .content .title {
    font-size: 56px;
  }
}
.twisted-section .block .content .description {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 24px;
  font-style: normal;
  font-weight: 350;
  line-height: 36px;
}
@media (max-width: 1600px) {
  .twisted-section .block .content .description {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 1440px) {
  .twisted-section {
    margin-top: 80px;
  }
}
@media (max-width: 992px) {
  .twisted-section {
    margin-top: 50px;
  }
  .twisted-section .block {
    flex-direction: column-reverse;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .twisted-section .block .img-outer {
    width: 100%;
    min-width: 100%;
  }
  .twisted-section .block .img-outer img {
    height: 340px;
  }
  .twisted-section .block .content {
    width: 100%;
    padding: 40px 20px;
  }
  .twisted-section .block .content .title {
    font-size: 40px;
    line-height: normal;
    letter-spacing: 2.8px;
    font-weight: normal;
  }
  .twisted-section .block .content .description {
    font-size: 14px;
    line-height: normal;
  }
  .twisted-section .block:nth-child(even) {
    flex-direction: column-reverse;
  }
}

.about-mobile-section {
  display: none;
}
@media (max-width: 992px) {
  .about-mobile-section {
    display: block;
  }
}

/* ourpeople-form-section */
.ourpeople-form-section {
  margin-bottom: 60px;
}
.ourpeople-form-section #search_results {
  margin-top: 60px;
}
.ourpeople-form-section .form-layer {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.ourpeople-form-section .form-layer .form-group {
  border: 1px solid #7D8865;
  padding: 20px 20px 5px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 72px;
}
.ourpeople-form-section .form-layer .form-group .form-control {
  background: transparent;
  border: 0px;
  box-shadow: none;
  padding: 0;
  margin-bottom: 5px;
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.32px;
  outline: none;
}
.ourpeople-form-section .form-layer .form-group .form-select {
  background-color: transparent;
  background-image: url("../images/dropdown_people_arrow.svg");
  box-shadow: none;
  background-position: right 5px;
  border: 0px;
  padding: 0;
  color: #000;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.32px;
}
.ourpeople-form-section .form-layer .form-group .form-select .custom-options {
  display: block;
  flex-direction: column;
  position: relative;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ced4da;
  border-top: none;
}
.ourpeople-form-section .form-layer .form-group .form-select .custom-options .custom-option {
  padding: 10px;
  cursor: pointer;
}
.ourpeople-form-section .form-layer .form-group .form-select .custom-options .custom-option:hover {
  background-color: #e9ecef;
}
.ourpeople-form-section .form-layer .form-group .form-select .custom-options .custom-option.selected {
  background-color: #dee2e6;
}
.ourpeople-form-section .form-layer .form-group .form-select optgroup {
  font-size: 60% !important;
}
.ourpeople-form-section .form-layer .form-group span {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  padding: 0px;
  line-height: 14px;
  letter-spacing: 0.24px;
}
@media (min-width: 1600px) {
  .ourpeople-form-section .form-layer .form-group {
    padding: 20px 20px 5px;
  }
}
.ourpeople-form-section .form-layer .form-btn button {
  display: flex;
  height: 72px;
  padding: 0px 60px;
  border: 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 99px;
  background-color: #7D8865 !important;
}
@media (max-width: 1440px) {
  .ourpeople-form-section .form-layer .form-group {
    padding: 10px 10px 0px;
    height: auto;
  }
  .ourpeople-form-section .form-layer .form-group .form-control {
    margin: 0;
  }
  .ourpeople-form-section .form-layer .form-btn button {
    height: 63px;
  }
}
@media (max-width: 1024px) {
  .ourpeople-form-section {
    margin-bottom: 50px;
  }
  .ourpeople-form-section .form-layer {
    flex-wrap: wrap;
  }
  .ourpeople-form-section .form-layer .form-btn {
    width: 100%;
  }
  .ourpeople-form-section .form-layer .form-btn button {
    width: 100%;
  }
  .ourpeople-form-section .form-layer .form-group {
    width: 48%;
  }
}

/* People List section */
.people-list-section {
  margin-bottom: 120px;
}
.people-list-section .people-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.people-list-section .people-list li .good-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1440px) {
  .people-list-section .people-list li .good-card {
    gap: 8px;
  }
}
.people-list-section .people-list li .good-card a {
  text-decoration: none;
}
.people-list-section .people-list li .good-card a .image-layer {
  max-width: 400px;
  height: 432px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100vh;
}
.people-list-section .people-list li .good-card a .image-layer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}
@media (min-width: 1920px) {
  .people-list-section .people-list li .good-card a .image-layer {
    width: 100%;
    min-width: 100%;
    height: 432px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1600px) {
  .people-list-section .people-list li .good-card a .image-layer {
    min-width: 100%;
    height: 310px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .people-list-section .people-list li .good-card a .image-layer {
    width: 343px;
    height: 361px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.people-list-section .people-list li .good-card a:hover, .people-list-section .people-list li .good-card a:active, .people-list-section .people-list li .good-card a:focus {
  background-color: transparent !important;
}
.people-list-section .people-list li .good-card .content-layer {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
}
.people-list-section .people-list li .good-card .content-layer .content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.people-list-section .people-list li .good-card .content-layer .content .name {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .people-list-section .people-list li .good-card .content-layer .content .name {
    font-size: 16px;
    font-weight: 900;
  }
}
.people-list-section .people-list li .good-card .content-layer .content .designation {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}
.people-list-section .people-list li .good-card .content-layer .email-icon p a img {
  margin-top: -6px;
}
@media (max-width: 1600px) {
  .people-list-section .people-list li .good-card .content-layer {
    margin: 0px 5px;
  }
}
@media (max-width: 1600px) {
  .people-list-section .people-list {
    gap: 20px;
  }
}
@media (max-width: 1440px) {
  .people-list-section {
    margin-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .people-list-section {
    margin-bottom: 50px;
  }
  .people-list-section .people-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .people-list-section {
    margin-bottom: 50px;
  }
  .people-list-section .people-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

/* Joinus section */
.joinus-section {
  margin-bottom: 120px;
}
.joinus-section .split-area {
  display: flex;
}
.joinus-section .split-area .content-layer {
  width: 50%;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.joinus-section .split-area .content-layer .title {
  color: #fff;
  font-family: "Druk-Bold-Trial";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  position: relative;
  top: 10px;
}
.joinus-section .split-area .content-layer .title span {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 5px;
  top: -20px;
  background: #fff;
}
@media (max-width: 767px) {
  .joinus-section .split-area .content-layer .title span {
    top: -17px;
  }
}
@media (max-width: 1600px) {
  .joinus-section .split-area .content-layer .title {
    font-size: 56px;
    line-height: 50px;
  }
}
.joinus-section .split-area .content-layer .content .heading {
  color: #FFF;
  font-family: "AvenirLTStd-Book";
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: 62px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.joinus-section .split-area .content-layer .content .description {
  width: 60%;
  color: #FFF;
  font-family: "AvenirLTStd-Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.36px;
  margin-bottom: 30px;
}
.joinus-section .split-area .content-layer .content .custom-btn-layer .secondary-btn {
  display: flex;
  width: 260px;
  height: 52px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 99px;
  border: 1px solid white;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  text-decoration: none;
}
.joinus-section .split-area .content-layer .content .custom-btn-layer .secondary-btn:hover, .joinus-section .split-area .content-layer .content .custom-btn-layer .secondary-btn:active, .joinus-section .split-area .content-layer .content .custom-btn-layer .secondary-btn:focus {
  background-color: transparent !important;
  border: 1px solid !important;
}
@media (max-width: 1440px) {
  .joinus-section .split-area .content-layer .content .custom-btn-layer .secondary-btn {
    display: flex;
    height: 44px;
    justify-content: center;
    align-items: center;
  }
}
.joinus-section .split-area .image-layer {
  width: 50%;
}
.joinus-section .split-area .image-layer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1600px) {
  .joinus-section .split-area .content-layer .content {
    padding-top: 0px;
  }
  .joinus-section .split-area .content-layer .content .heading {
    font-size: 56px;
    margin-top: 0px;
  }
  .joinus-section .split-area .content-layer .content .description {
    width: 100%;
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .joinus-section {
    margin-bottom: 50px;
  }
  .joinus-section .split-area {
    flex-direction: column-reverse;
  }
  .joinus-section .split-area .content-layer {
    padding: 40px 20px;
    min-width: 100%;
    gap: 30px;
    width: 100%;
  }
  .joinus-section .split-area .content-layer .title {
    font-size: 40px;
    line-height: 40px;
  }
  .joinus-section .split-area .content-layer .content {
    padding-top: 0;
  }
  .joinus-section .split-area .content-layer .content .heading {
    font-size: 28px;
    line-height: normal;
    padding-top: 0;
    margin-top: 0;
  }
  .joinus-section .split-area .content-layer .content .description {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
  }
  .joinus-section .split-area .content-layer .content .custom-btn-layer .secondary-btn {
    width: 30%;
  }
  .joinus-section .split-area .content-layer .content .custom-btn-layer .secondary-btn.hover {
    background-color: white !important;
    color: #9FC6E8;
  }
  .joinus-section .split-area .image-layer {
    min-width: 100%;
    width: 100%;
    gap: 0px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 567px) {
  .joinus-section .split-area .image-layer {
    height: 220px;
  }
}

.joinus-section.bg-green .split-area .content-layer {
  background: #7D8865;
}
.joinus-section.bg-green .split-area .content-layer .content .heading {
  font-size: 30px;
}
.joinus-section.bg-blue .split-area .content-layer {
  background: #9FC6E8;
}

/* Profile section */
.profile-section {
  margin-bottom: 120px;
}
.profile-section .split-section {
  display: flex;
  align-items: flex-start;
}
.profile-section .split-section .image-layer {
  width: 30%;
  height: 745px;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-section .split-section .image-layer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.profile-section .split-section .content-layer {
  width: 70%;
  height: 745px;
  padding: 60px;
  background: #B48B9C;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.profile-section .split-section .content-layer .profile-name {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.profile-section .split-section .content-layer .profile-name .title {
  color: #fff;
  font-family: "Druk-Bold-Trial";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 88px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  position: relative;
  top: 10px;
}
.profile-section .split-section .content-layer .profile-name .title span {
  display: inline-block;
  position: absolute;
  width: 100px;
  height: 5px;
  top: -10px;
  background: #fff;
}
@media (max-width: 1600px) {
  .profile-section .split-section .content-layer .profile-name .title {
    font-size: 56px;
  }
}
.profile-section .split-section .content-layer .profile-name .location {
  display: flex;
  align-items: center;
  color: #FFF;
  font-family: "AvenirLTStd-Book";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.48px;
}
.profile-section .split-section .content-layer .profile-name .location img {
  padding-right: 10px;
}
.profile-section .split-section .content-layer .accordion-area {
  margin-top: auto;
  overflow: auto;
}
.profile-section .split-section .content-layer .accordion-area::-webkit-scrollbar {
  width: 0px;
  height: 0;
  background-color: transparent;
  display: none;
}
.profile-section .split-section .content-layer .accordion-area::-webkit-scrollbar-thumb {
  border-radius: 0;
  height: 0px;
  background-color: transparent;
  display: none;
}
.profile-section .split-section .content-layer .accordion-area .accordion-item {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1882352941);
}
.profile-section .split-section .content-layer .accordion-area .accordion-item .accordion-header .accordion-button {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  padding: 10px 0px;
  box-shadow: none;
  color: #FFF;
  font-family: "AvenirLTStd-Book";
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px;
}
.profile-section .split-section .content-layer .accordion-area .accordion-item .accordion-header .accordion-button::after {
  background-image: url("../images/minus_white.svg");
}
.profile-section .split-section .content-layer .accordion-area .accordion-item .accordion-header .accordion-button.collapsed::after {
  background-image: url("../images/plus_white.svg");
}
.profile-section .split-section .content-layer .accordion-area .accordion-item .accordion-body {
  color: #FFF;
  font-family: "AvenirLTStd-Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.36px;
  padding: 0px;
  margin-bottom: 10px;
}
.profile-section .split-section .content-layer .accordion-area .accordion-item .accordion-body p {
  padding-bottom: 20px;
}
.profile-section .split-section .content-layer .accordion-area .accordion-item .accordion-body ul {
  padding: 10px 20px 20px;
}
.profile-section .split-section .content-layer .accordion-area .accordion-item .accordion-body a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: white;
}
.profile-section .split-section .content-layer .accordion-area .accordion-item .accordion-body a.hover {
  color: white;
}
.profile-section .split-section .content-layer .accordion-area .accordion-item .accordion-body a.people_readless svg {
  transform: rotate(-180deg);
}
.profile-section .split-section .content-layer .accordion-area .accordion-item .accordion-body a.people_readless svg.rotated {
  transition: transform 0.2s ease-in-out;
}
.profile-section .split-section .content-layer .custom-btn-layer-people {
  margin-top: 60px;
}
@media (max-width: 1440px) {
  .profile-section .split-section .image-layer {
    width: 35%;
    height: 745px;
  }
  .profile-section .split-section .content-layer {
    width: 65%;
    padding: 40px;
  }
  .profile-section .split-section .content-layer .accordion-area .accordion-item {
    border: 0px;
    border-radius: 0px;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1882352941);
  }
  .profile-section .split-section .content-layer .accordion-area .accordion-item .accordion-header .accordion-button {
    border: 0px;
    border-radius: 0px;
    background: transparent;
    padding: 10px 0px;
    box-shadow: none;
    color: #FFF;
    font-family: "AvenirLTStd-Book";
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px;
  }
  .profile-section .split-section .content-layer .accordion-area .accordion-item .accordion-header .accordion-button::after {
    background-image: url("../images/minus_white.svg");
  }
  .profile-section .split-section .content-layer .accordion-area .accordion-item .accordion-header .accordion-button.collapsed::after {
    background-image: url("../images/plus_white.svg");
  }
  .profile-section .split-section .content-layer .accordion-area .accordion-item .accordion-body {
    color: #FFF;
    font-family: "AvenirLTStd-Book";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.36px;
    padding: 0px;
    margin-bottom: 10px;
  }
  .profile-section .split-section .content-layer .accordion-area .accordion-item .accordion-body p {
    padding-bottom: 20px;
  }
  .profile-section .split-section .content-layer .accordion-area .accordion-item .accordion-body .show-read-more .more-text {
    display: none;
  }
  .profile-section .split-section .content-layer .accordion-area .accordion-item .accordion-body ul {
    padding: 10px 20px 20px;
  }
}
@media (max-width: 1024px) {
  .profile-section {
    margin-bottom: 50px;
  }
  .profile-section .split-section {
    flex-direction: column;
  }
  .profile-section .split-section .image-layer {
    width: 100%;
    height: 580px;
  }
  .profile-section .split-section .image-layer img {
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
  .profile-section .split-section .content-layer {
    width: 100%;
    height: auto;
  }
  .profile-section .split-section .content-layer .custom-btn-layer-people {
    margin-top: 0px;
  }
}
@media (max-width: 992px) {
  .profile-section {
    margin-bottom: 50px;
  }
  .profile-section .split-section .image-layer {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .profile-section .split-section .content-layer {
    padding: 20px;
  }
  .profile-section .split-section .content-layer .profile-name .title {
    font-size: 40px;
    line-height: normal;
  }
  .profile-section .split-section .content-layer .profile-name .location {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 20px;
  }
  .profile-section .split-section .content-layer .accordion-area .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    line-height: normal;
  }
  .profile-section .split-section .content-layer .accordion-area .accordion-item .accordion-body {
    font-size: 14px;
    padding-top: 10px;
  }
  .profile-section .split-section .content-layer .custom-btn-layer .contact_partner_btn {
    margin-top: 20px;
  }
}
@media (max-width: 567px) {
  .profile-section .split-section .image-layer {
    height: 420px;
  }
}

.philosophy-carousal-section {
  margin-top: 120px;
  margin-bottom: 100px;
}
.philosophy-carousal-section .container .row .content-block-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
}
.philosophy-carousal-section .container .row .content-block-wrapper .content-block {
  min-height: 800px;
  max-width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  background-color: rgb(255, 255, 255);
  z-index: 999;
  padding: 80px 60px;
  width: 100%;
}
.philosophy-carousal-section .container .row .content-block-wrapper .content-block .description {
  max-width: 100%;
  padding-left: 0;
  z-index: 999;
}
.philosophy-carousal-section .container .row .content-block-wrapper .content-block .description .title {
  color: #000;
  font-family: "Druk-Bold-Trial";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 88px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 37px;
  position: relative;
}
.philosophy-carousal-section .container .row .content-block-wrapper .content-block .description .title::before {
  content: "";
  height: 5px;
  width: 80px;
  background: #000;
  position: absolute;
  top: -15px;
  left: 0;
}
@media (max-width: 1600px) {
  .philosophy-carousal-section .container .row .content-block-wrapper .content-block .description .title {
    font-size: 56px;
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .philosophy-carousal-section .container .row .content-block-wrapper .content-block .description .title {
    font-size: 40px;
    letter-spacing: 2.8px;
    line-height: normal;
  }
}
.philosophy-carousal-section .container .row .content-block-wrapper .content-block .description .sub-title {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 56px;
  text-transform: uppercase;
  margin-bottom: 38px;
}
@media (max-width: 1600px) {
  .philosophy-carousal-section .container .row .content-block-wrapper .content-block .description .sub-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .philosophy-carousal-section .container .row .content-block-wrapper .content-block .description .sub-title {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: normal;
    margin-top: 15px;
  }
}
.philosophy-carousal-section .container .row .content-block-wrapper .content-block .description .desc {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 40px;
}
@media (max-width: 1920px) {
  .philosophy-carousal-section .container .row .content-block-wrapper .content-block .description .desc {
    font-size: 16px;
    line-height: 30px;
  }
}
.philosophy-carousal-section .container .row .content-block-wrapper .image-block {
  max-width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 800px;
  position: relative;
  width: 100%;
}
.philosophy-carousal-section .container .row .content-block-wrapper .image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.philosophy-carousal-section .slider-indicators {
  bottom: -60px;
  margin: 0;
  left: 0;
  justify-content: start;
  display: flex;
}
.philosophy-carousal-section .slider-indicators li {
  border: 1px solid #000;
  background: none;
  height: 12px;
  width: 12px;
  margin-right: 10px;
}
.philosophy-carousal-section .slider-indicators li.active {
  background-color: #000;
}
@media (max-width: 767px) {
  .philosophy-carousal-section .slider-indicators {
    bottom: -30px;
  }
}
@media (max-width: 1440px) {
  .philosophy-carousal-section .content-block {
    padding: 30px;
  }
}
@media (max-width: 992px) {
  .philosophy-carousal-section {
    margin-top: 40px;
  }
  .philosophy-carousal-section .content-block-wrapper {
    flex-direction: column;
  }
  .philosophy-carousal-section .content-block-wrapper .content-block {
    max-width: 100% !important;
    height: auto !important;
    min-height: 600px !important;
    order: 1;
    padding: 60px 20px !important;
  }
  .philosophy-carousal-section .content-block-wrapper .content-block .description .title {
    margin-bottom: 0px !important;
  }
  .philosophy-carousal-section .content-block-wrapper .image-block {
    min-height: 400px !important;
    height: 400px !important;
    max-width: 100% !important;
    order: 1;
  }
  .philosophy-carousal-section .content-block-wrapper .image-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.joblisting-section {
  padding: 120px 0 60px 0;
}
.joblisting-section .title-outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.joblisting-section .title-outer .title {
  color: #000;
  font-family: "Druk-Bold-Trial";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .joblisting-section .title-outer .title {
    font-size: 56px;
  }
}
.joblisting-section .list-heading {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 40px;
}
.joblisting-section .list-outer .accordion {
  border: none;
}
.joblisting-section .list-outer .accordion .accordion-item {
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.joblisting-section .list-outer .accordion .accordion-item .accordion-header {
  background: none;
  border-radius: none;
}
.joblisting-section .list-outer .accordion .accordion-item .accordion-header .accordion-button {
  background: none;
  background: rgba(142, 169, 135, 0.1);
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  padding: 26px 40px;
  outline: none;
  box-shadow: none;
}
.joblisting-section .list-outer .accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.joblisting-section .list-outer .accordion .accordion-item .accordion-header .accordion-button .arrow-btn {
  padding: 8px 40px;
  background: rgba(142, 169, 135, 0.2);
  border-radius: 50px;
  max-width: 100px;
  margin-left: auto;
}
.joblisting-section .list-outer .accordion .accordion-item .accordion-header .accordion-button .arrow-btn img {
  width: 24px;
}
.joblisting-section .list-outer .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  background: none;
  padding: 26px 0;
}
.joblisting-section .list-outer .accordion .accordion-item .accordion-body {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 24px;
  font-style: normal;
  font-weight: 350;
  line-height: 36px;
  background: rgba(142, 169, 135, 0.1);
  padding: 0;
  padding: 26px 40px;
}
.joblisting-section .list-outer .accordion .accordion-item .accordion-body p {
  margin-bottom: 20px;
}
.joblisting-section .list-outer .accordion .accordion-item .accordion-body ul {
  margin: 0;
  padding-left: 20px;
}
.joblisting-section .list-outer .accordion .accordion-item .accordion-body .applynow-btn {
  color: #FFF;
  font-family: "AvenirLTStd-Book";
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 10px;
  border: 1px solid #7D8865;
  background: #7D8865;
  text-decoration: none;
  margin-top: 30px;
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .joblisting-section .title-outer {
    margin-bottom: 40px;
  }
  .joblisting-section .list-heading {
    padding-bottom: 30px;
  }
  .joblisting-section .list-outer .accordion {
    border: none;
  }
  .joblisting-section .list-outer .accordion .accordion-item .accordion-header .accordion-button {
    padding: 20px;
  }
  .joblisting-section .list-outer .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    padding: 20px 0;
  }
  .joblisting-section .list-outer .accordion .accordion-item .accordion-body {
    padding: 20px;
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .joblisting-section {
    padding: 50px 0 0 0px;
    margin-bottom: 0;
  }
  .joblisting-section .list-heading {
    padding-bottom: 20px;
  }
  .joblisting-section .title-outer {
    margin-bottom: 30px;
  }
  .joblisting-section .title-outer .title {
    font-size: 40px;
    letter-spacing: 0.8px;
  }
  .joblisting-section .list-outer .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 12px;
    line-height: normal;
    padding: 20px 10px;
  }
  .joblisting-section .list-outer .accordion .accordion-item .accordion-header .accordion-button .arrow-btn {
    padding: 8px 20px;
    max-width: 60px;
  }
  .joblisting-section .list-outer .accordion .accordion-item .accordion-header .accordion-button .arrow-btn img {
    width: 18px;
  }
  .joblisting-section .list-outer .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    background: none;
    padding: 15px 0;
  }
  .joblisting-section .list-outer .accordion .accordion-item .accordion-body {
    font-size: 14px;
    line-height: normal;
    padding: 20px 20px;
  }
  .joblisting-section .list-outer .accordion .accordion-item .accordion-body p {
    margin-bottom: 10px;
  }
  .joblisting-section .list-outer .accordion .accordion-item .accordion-body .applynow-btn {
    font-size: 12px;
    line-height: 24px;
    margin-top: 20px;
  }
  .joblisting-section .mobile-button-div {
    margin: 20px 0 0 0;
  }
}

.mobile-button-div {
  display: none;
  padding-top: 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .mobile-button-div {
    display: flex;
  }
}

.card.card-leadership {
  border: 0;
  border-radius: 0;
  background: none;
  margin-bottom: 20px;
  max-width: calc(100% - 0px);
}
.card.card-leadership .card-body {
  padding: 0;
}
.card.card-leadership .card-body .img-outer {
  height: 400px;
  max-height: 400px;
  width: 100%;
  margin-bottom: 16px;
  position: relative;
}
.card.card-leadership .card-body .img-outer iframe {
  max-height: 100% !important;
}
.card.card-leadership .card-body .img-outer img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.card-leadership .card-body .img-outer .left-icon {
  position: absolute;
  left: 20px;
  bottom: 20px;
  height: 40px;
}
.card.card-leadership .card-body .img-outer .left-icon img {
  height: 100%;
}
.card.card-leadership .card-body .img-outer .profile {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: center;
}
.card.card-leadership .card-body .img-outer .profile img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 2px solid white;
  margin-bottom: 10px;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.card-leadership .card-body .img-outer .profile .name {
  color: #FFF;
  text-align: center;
  font-family: "AvenirLTStd-Book";
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
.card.card-leadership .card-body .title-outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.card.card-leadership .card-body .title-outer .title {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
.card.card-leadership .card-body .title-outer .date {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
.card.card-leadership .card-body .desc {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 992px) {
  .card.card-leadership {
    min-width: 294px;
  }
  .card.card-leadership .card-body .img-outer {
    height: 278px;
  }
}

.leadership-desc .profile {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
}
.leadership-desc .profile img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  margin: 0;
  margin-right: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.leadership-desc .profile .content {
  line-height: 18px;
}
.leadership-desc .profile .content p {
  margin: 0;
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.leadership-desc .profile .content span {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
}
.leadership-desc a.pdfbutton {
  color: #FFF;
  font-family: "AvenirLTStd-Book";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
.leadership-desc ul {
  padding-left: 20px;
  margin-bottom: 0px;
}
.leadership-desc ul.insight-left {
  list-style: none;
  padding-left: 0px;
}
.leadership-desc ul li {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* text-transform: capitalize; */
  margin-bottom: 8px;
}
.leadership-desc ul li span {
  font-weight: 800;
}
.leadership-desc ul li span a, .leadership-desc ul li span.highlight {
  font-weight: 800;
  color: #7D8865;
}
.leadership-desc ol {
  padding-left: 20px;
}
.leadership-desc .title {
  color: #7D8865;
  font-family: "AvenirLTStd-Book";
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px;
  margin-bottom: 20px;
}
.leadership-desc .desc {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 20px;
}
.leadership-desc .desc.split {
  -moz-columns: 2;
       columns: 2;
}
.leadership-desc .desc span {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  padding-bottom: 10px;
  display: inline-block;
}
.leadership-desc .desc p {
  margin-bottom: 10px;
}
.leadership-desc .desc p b {
  font-size: 20px !important;
}
.leadership-desc .desc p b span {
  font-size: 20px !important;
  font-weight: 600;
}
.leadership-desc .desc p a {
  text-decoration: underline;
}
.leadership-desc .desc table.table.table-bordered {
  border-color: #212529;
  margin-top: 20px;
}
.leadership-desc .desc hr {
  margin: 20px 0;
}
.leadership-desc .desc h4 a {
  text-decoration: underline;
}
.leadership-desc .description-content ol {
  padding-left: 20px;
  margin: 10px 5px;
}
.leadership-desc .date {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.leadership-desc .date span {
  font-weight: 600;
}
.leadership-desc img {
  margin-bottom: 50px;
}
.leadership-desc .highlighted-text {
  color: #7D8865;
  font-family: "AvenirLTStd-Book";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.leadership-desc .boxed-content {
  background: #7D8865;
  width: 100%;
  padding: 100px;
  margin-bottom: 40px;
}
.leadership-desc .boxed-content .title {
  color: #FFF;
  font-family: "Druk-Bold-Trial";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 88px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 40px 0;
  position: relative;
}
.leadership-desc .boxed-content .title::before {
  content: "";
  height: 6px;
  width: 109px;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
}
.leadership-desc .boxed-content .desc {
  color: #FFF;
  font-family: "AvenirLTStd-Book";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .leadership-desc .profile {
    padding-bottom: 12px;
    margin-bottom: 0;
    border-bottom: 0;
    margin-top: 0px;
    align-items: flex-start;
  }
  .leadership-desc .profile img {
    height: 32px;
    width: 32px;
  }
  .leadership-desc .profile p {
    font-size: 14px;
  }
  .leadership-desc ul {
    display: none;
  }
  .leadership-desc .custom-btn-layer {
    display: none;
  }
  .leadership-desc .title {
    font-size: 16px;
    line-height: 24px;
  }
  .leadership-desc .desc {
    font-size: 16px;
    line-height: 24px;
  }
  .leadership-desc img {
    margin-bottom: 20px;
  }
  .leadership-desc .highlighted-text {
    font-size: 20px;
    line-height: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .leadership-desc .boxed-content {
    padding: 40px 20px;
    margin-bottom: 20px;
  }
  .leadership-desc .boxed-content .title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.8px;
    padding: 10px 0 30px 0;
    margin: 0;
  }
  .leadership-desc .boxed-content .title::before {
    height: 2px;
  }
  .leadership-desc .boxed-content .desc {
    font-size: 16px;
    line-height: 24px;
  }
}

.single-insight .leadership-desc ul {
  display: inline-block;
}

/* Banner Text Slider Section */
.hub-textslider-section {
  margin-bottom: 96px;
}
.hub-textslider-section .banner-layer {
  position: relative;
}
.hub-textslider-section .banner-layer .slider-area {
  position: relative;
  padding: 110px 74px;
  background-color: #B4AB93;
  width: 100%;
  transition: top 0.3s ease, right 0.3s ease, width 0.3s ease, height 0.3s ease;
}
.hub-textslider-section .banner-layer .slider-area .designation-card {
  color: #FFF;
  font-size: 24px;
  line-height: 35px;
  font-weight: 300;
}
.hub-textslider-section .banner-layer .slider-area .designation-card .description {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 58px;
  margin-top: 32px;
}
.hub-textslider-section .banner-layer .slider-area .designation-card .designation {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-family: "AvenirLTStd-Book";
  font-weight: 900;
  line-height: 56px;
  margin-top: 30px;
}
.hub-textslider-section .banner-layer .slider-area .designation-card .align-svg-left,
.hub-textslider-section .banner-layer .slider-area .designation-card .align-svg-right {
  display: flex;
}
.hub-textslider-section .banner-layer .slider-area .designation-card .align-svg-left svg,
.hub-textslider-section .banner-layer .slider-area .designation-card .align-svg-right svg {
  display: inline-block;
}
.hub-textslider-section .banner-layer .slider-area .designation-card .align-svg-right {
  display: inline;
  margin-left: 20px;
}
.hub-textslider-section .banner-layer .slider-area .designation-card .align-svg-right svg {
  transform: scaleX(-1);
}
.hub-textslider-section .banner-layer .slider-area .slider-indicators {
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.hub-textslider-section .banner-layer .slider-area .slider-indicators li {
  border: 1px solid #fff;
  background: transparent;
  width: 12px;
  height: 12px;
}
.hub-textslider-section .banner-layer .slider-area .slider-indicators li.active {
  background: #fff;
}
@media (max-width: 1440px) {
  .hub-textslider-section {
    margin-bottom: 50px;
  }
  .hub-textslider-section .slider-area {
    padding: 40px 40px !important;
    width: calc(100% - 40px);
  }
  .hub-textslider-section .slider-area .designation-card .designation {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
  }
  .hub-textslider-section .slider-area .designation-card .description {
    font-size: 16px !important;
    line-height: 30px !important;
    margin-top: 16px !important;
  }
}
@media (max-width: 1024px) {
  .hub-textslider-section {
    margin-bottom: 30px;
  }
  .hub-textslider-section .slider-area {
    padding: 40px 20px !important;
    width: calc(100% - 40px);
  }
  .hub-textslider-section .slider-area .designation-card .description,
  .hub-textslider-section .slider-area .designation-card .designation {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
}

/* Text Content section */
.text-content-section {
  margin-bottom: 80px;
}
.text-content-section .split-section {
  display: flex;
  gap: 70px;
}
.text-content-section .split-section .plain-text-area {
  width: 70%;
}
.text-content-section .split-section .plain-text-area .text {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
@media (max-width: 1600px) {
  .text-content-section .split-section .plain-text-area .text {
    font-size: 16px;
    line-height: 28px;
  }
}
.text-content-section .split-section .bold-text-area {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  border-left: 1px solid #707070;
  padding-left: 70px;
}
.text-content-section .split-section .bold-text-area .text {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 42px;
}
@media (max-width: 1600px) {
  .text-content-section .split-section .bold-text-area .text {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 1200px) {
  .text-content-section .split-section {
    gap: 40px;
  }
  .text-content-section .split-section .bold-text-area {
    padding-left: 40px;
  }
  .text-content-section .split-section .bold-text-area .custom-btn-layer .primary-btn {
    padding-left: 20px;
    padding-right: 20px;
    min-width: auto;
  }
}
@media (max-width: 1024px) {
  .text-content-section {
    margin-bottom: 50px;
  }
  .text-content-section .split-section {
    flex-direction: column;
    gap: 20px;
  }
  .text-content-section .split-section .plain-text-area {
    width: 100%;
  }
  .text-content-section .split-section .plain-text-area .text {
    font-size: 16px;
    line-height: 24px;
  }
  .text-content-section .split-section .bold-text-area {
    width: 100%;
    border-top: 1px solid #707070;
    border-left: 0px;
    padding-left: 0px;
    padding-top: 20px;
  }
  .text-content-section .split-section .bold-text-area .text {
    font-size: 16px;
    line-height: 24px;
  }
}

/* Banner Text Slider Section */
.banner-textslider-section {
  margin-bottom: 96px;
}
.banner-textslider-section .banner-layer {
  position: relative;
}
.banner-textslider-section .banner-layer .image-layer img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .banner-textslider-section .banner-layer .image-layer img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.banner-textslider-section .banner-layer .text-layer {
  padding: 110px 80px;
  background: #D1D1D4;
  transition: width 0.3s ease;
}
.banner-textslider-section .banner-layer .text-layer .text {
  width: 60%;
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
  opacity: 0.5;
}
.banner-textslider-section .banner-layer .text-layer .text a.read-more-link {
  color: #000;
  font-weight: 900;
  display: inline-block;
  width: 100%;
}
.banner-textslider-section .banner-layer .text-layer .text a.read-less-link {
  color: #000;
  font-weight: 900;
  display: inline-block;
  width: 100%;
}
@media (max-width: 1600px) {
  .banner-textslider-section .banner-layer .text-layer .text {
    font-size: 16px;
    line-height: 30px;
    width: 40%;
  }
}
@media (max-width: 1920px) {
  .banner-textslider-section .banner-layer .text-layer {
    padding: 30px 40px;
  }
  .banner-textslider-section .banner-layer .text-layer .text {
    width: calc(100% - 600px) !important;
  }
}
@media (max-width: 1200px) {
  .banner-textslider-section .banner-layer .text-layer .text {
    width: calc(100% - 460px) !important;
  }
}
@media (max-width: 1024px) {
  .banner-textslider-section .banner-layer .text-layer .text {
    width: calc(100% - 380px) !important;
  }
}
@media (max-width: 768px) {
  .banner-textslider-section .banner-layer .text-layer .text {
    width: 100% !important;
  }
}
.banner-textslider-section .banner-layer .slider-area {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 80px;
  background-color: #7D8865;
  max-width: 600px;
  transition: top 0.3s ease, right 0.3s ease, width 0.3s ease, height 0.3s ease;
}
.banner-textslider-section .banner-layer .slider-area .designation-card {
  color: #FFF;
  font-size: 24px;
  line-height: 35px;
  font-weight: 300;
}
.banner-textslider-section .banner-layer .slider-area .designation-card .description {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  font-family: "AvenirLTStd-Book";
  margin-top: 32px;
}
.banner-textslider-section .banner-layer .slider-area .designation-card .designation {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
}
.banner-textslider-section .banner-layer .slider-area .designation-card .align-svg-left,
.banner-textslider-section .banner-layer .slider-area .designation-card .align-svg-right {
  display: flex;
}
.banner-textslider-section .banner-layer .slider-area .designation-card .align-svg-left svg,
.banner-textslider-section .banner-layer .slider-area .designation-card .align-svg-right svg {
  display: inline-block;
}
.banner-textslider-section .banner-layer .slider-area .designation-card .align-svg-right {
  display: inline;
  margin-left: 20px;
}
.banner-textslider-section .banner-layer .slider-area .designation-card .align-svg-right svg {
  transform: scaleX(-1);
}
.banner-textslider-section .banner-layer .slider-area .slider-indicators {
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.banner-textslider-section .banner-layer .slider-area .slider-indicators li {
  border: 1px solid #fff;
  background: transparent;
  width: 12px;
  height: 12px;
}
.banner-textslider-section .banner-layer .slider-area .slider-indicators li.active {
  background: #fff;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.25dppx) {
  .banner-textslider-section .banner-layer .slider-area {
    padding: 40px;
  }
}
@media (max-width: 1920px) {
  .banner-textslider-section .banner-layer .slider-area {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .banner-textslider-section .banner-layer .slider-area {
    max-width: 460px;
  }
}
@media (max-width: 1024px) {
  .banner-textslider-section .banner-layer .slider-area {
    max-width: 380px;
  }
}
@media (max-width: 768px) {
  .banner-textslider-section .banner-layer .slider-area {
    max-width: 100%;
  }
}
@media (max-width: 1440px) {
  .banner-textslider-section .banner-layer .text-layer {
    padding: 30px 40px;
  }
  .banner-textslider-section .banner-layer .text-layer .text {
    width: 40%;
  }
  .banner-textslider-section .slider-area .designation-card .description {
    font-size: 16px !important;
    line-height: 32px !important;
  }
  .banner-textslider-section .slider-area .designation-card .designation {
    font-size: 18px !important;
  }
}
@media (max-width: 1024px) {
  .banner-textslider-section {
    margin-bottom: 50px;
  }
  .banner-textslider-section .banner-layer .text-layer {
    padding: 20px 10px;
  }
  .banner-textslider-section .banner-layer .text-layer .text {
    width: 100%;
    line-height: 25px;
  }
  .banner-textslider-section .slider-area .designation-card .description,
  .banner-textslider-section .slider-area .designation-card .designation {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .banner-textslider-section {
    margin-bottom: 50px;
  }
  .banner-textslider-section .banner-layer .text-layer {
    padding: 10px;
    position: relative;
  }
  .banner-textslider-section .banner-layer .text-layer .text {
    width: 100%;
  }
  .banner-textslider-section .slider-area {
    position: relative !important;
    right: 0;
    padding: 40px;
    background-color: #7D8865;
    max-width: 100%;
    left: 0;
    transition: top 0.3s ease, right 0.3s ease, width 0.3s ease, height 0.3s ease;
    top: 0px;
    max-height: 320px !important;
    width: auto !important;
    margin: 0px;
    padding: 30px !important;
  }
  .banner-textslider-section .slider-area .designation-card .description,
  .banner-textslider-section .slider-area .designation-card .designation {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-top: 10px !important;
  }
}

/* Two accordion section */
.two-accordion-section {
  margin-bottom: 96px;
}
.two-accordion-section .split-section {
  display: flex;
  gap: 60px;
}
.two-accordion-section .split-section .accordion-area {
  width: 50%;
}
.two-accordion-section .split-section .accordion-area .accordion .accordion-item {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.two-accordion-section .split-section .accordion-area .accordion .accordion-item .accordion-header {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  padding: 20px 0px;
  box-shadow: none;
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
}
.two-accordion-section .split-section .accordion-area .accordion .accordion-item .accordion-header .accordion-button {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  padding: 20px 0px;
  box-shadow: none;
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
}
.two-accordion-section .split-section .accordion-area .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("../images/minus.svg");
  background-repeat: no-repeat;
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}
.two-accordion-section .split-section .accordion-area .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
  background-image: url("../images/plusicon.svg");
}
@media (max-width: 1600px) {
  .two-accordion-section .split-section .accordion-area .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
    padding: 0px 0px;
  }
}
@media (max-width: 1600px) {
  .two-accordion-section .split-section .accordion-area .accordion .accordion-item .accordion-header {
    font-size: 18px;
    line-height: 22px;
  }
}
.two-accordion-section .split-section .accordion-area .accordion .accordion-item .accordion-body {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0px;
  padding-bottom: 30px;
}
.two-accordion-section .split-section .accordion-area .accordion:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
@media (max-width: 1440px) {
  .two-accordion-section .split-section {
    gap: 50px;
  }
  .two-accordion-section .split-section .accordion-area {
    width: 50%;
  }
  .two-accordion-section .split-section .accordion-area .accordion .accordion-item .accordion-header {
    padding: 15px 0px;
  }
}
@media (max-width: 992px) {
  .two-accordion-section {
    margin-bottom: 20px;
  }
  .two-accordion-section .split-section {
    flex-direction: column;
    gap: 0;
  }
  .two-accordion-section .split-section .accordion-area {
    width: 100%;
  }
  .two-accordion-section .split-section .accordion-area .accordion .accordion-item .accordion-header {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0;
  }
  .two-accordion-section .split-section .accordion-area .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 14px;
    padding: 0px;
  }
  .two-accordion-section .split-section .accordion-area .accordion .accordion-item .accordion-header .accordion-button::after {
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
  .two-accordion-section .split-section .accordion-area .accordion:last-child {
    border-bottom: none;
  }
}

#custom_footer_widget-2 {
  margin: 0;
}

/* Legal Update Section */
.legal-update-section {
  margin-bottom: 120px;
}
.legal-update-section .split-section {
  display: flex;
}
.legal-update-section .split-section .image-area {
  width: 50%;
}
.legal-update-section .split-section .image-area .image-layer {
  width: 100%;
  max-height: 800px;
  height: 100%;
  overflow: hidden;
}
.legal-update-section .split-section .image-area .image-layer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.legal-update-section .split-section .slider-area {
  width: 50%;
  padding: 80px;
  background: rgba(209, 209, 212, 0.231372549);
  max-height: 100%;
}
.legal-update-section .split-section .slider-area .legal-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.legal-update-section .split-section .slider-area .legal-card .title {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 44px;
  font-style: normal;
  font-weight: 900;
  line-height: 58px;
}
.legal-update-section .split-section .slider-area .legal-card .author {
  display: flex;
  gap: 20px;
}
.legal-update-section .split-section .slider-area .legal-card .author .profile-image-layer img {
  width: 100%;
  border-radius: 50%;
}
.legal-update-section .split-section .slider-area .legal-card .author .details .name {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 22px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
.legal-update-section .split-section .slider-area .legal-card .author .details .member {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
.legal-update-section .split-section .slider-area .legal-card .author .details .designation {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  opacity: 0.5;
}
.legal-update-section .split-section .slider-area .legal-card .description .text {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 20px;
}
.legal-update-section .split-section .slider-area .slider-indicators {
  gap: 10px;
  left: 0px;
  bottom: -30px;
  justify-content: start;
}
.legal-update-section .split-section .slider-area .slider-indicators li.active {
  background: #000;
}
.legal-update-section .split-section .slider-area .slider-indicators > * {
  border: 1px solid #000;
  background: #fff;
}
@media (max-width: 1600px) {
  .legal-update-section {
    margin-bottom: 50px;
    margin-top: 30px;
  }
  .legal-update-section .split-section .image-area .image-layer img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .legal-update-section .split-section .slider-area .legal-card .title {
    font-size: 28px;
    line-height: normal;
  }
  .legal-update-section .split-section .slider-area .legal-card .description .text {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .legal-update-section {
    margin-bottom: 50px;
    margin-top: 30px;
  }
  .legal-update-section .split-section {
    flex-direction: column;
  }
  .legal-update-section .split-section .image-area {
    width: 100%;
  }
  .legal-update-section .split-section .slider-area {
    width: 100%;
    padding: 30px 20px 40px;
  }
  .legal-update-section .split-section .slider-area .legal-card .title {
    font-size: 24px;
    line-height: normal;
  }
  .legal-update-section .split-section .slider-area .legal-card .author .profile-image-layer {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .legal-update-section .split-section .slider-area .legal-card .author .profile-image-layer img {
    width: 32px;
    height: 32px;
  }
  .legal-update-section .split-section .slider-area .legal-card .author .details .name {
    font-size: 12px;
  }
  .legal-update-section .split-section .slider-area .legal-card .description .text {
    font-size: 14px;
  }
}

.latest-leadership-section {
  margin-bottom: 100px;
  padding: 0px 120px;
}
.latest-leadership-section .section-title {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.latest-leadership-section .section-title span {
  font-weight: 800;
}
@media (max-width: 1440px) {
  .latest-leadership-section {
    padding: 0px 80px;
  }
}
@media (max-width: 1200px) {
  .latest-leadership-section {
    padding: 0px 60px;
  }
}
@media (max-width: 992px) {
  .latest-leadership-section {
    padding: 0px 0 0 40px;
    margin-bottom: 20px;
  }
  .latest-leadership-section .section-title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .latest-leadership-section {
    padding: 0px 0 0 30px;
  }
}
@media (max-width: 576px) {
  .latest-leadership-section {
    padding: 0px 0 0 20px;
  }
}
.latest-leadership-section .scroll-outer {
  display: flex;
  gap: 20px;
  overflow: auto;
}
.latest-leadership-section .scroll-outer::-webkit-scrollbar-thumb {
  background-color: #7D8865;
}
.latest-leadership-section .scroll-outer::-webkit-scrollbar {
  height: 5px;
}
.latest-leadership-section .scroll-outer::-webkit-scrollbar-track {
  background: #CCC;
}

.mobile-button-div {
  display: none;
  padding-top: 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .mobile-button-div {
    display: flex;
    margin: 0px 20px;
    justify-content: flex-start;
    padding: 0px !important;
  }
  .mobile-button-div.people_btn {
    margin-top: 20px;
  }
}

.subtitle-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.subtitle-section .subtitle {
  color: #000;
  font-family: "Druk-Bold-Trial";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .subtitle-section .subtitle {
    font-size: 40px;
    letter-spacing: 0.8px;
  }
}
@media (max-width: 992px) {
  .subtitle-section {
    margin-bottom: 20px;
  }
}

.other-leadership-section {
  margin-bottom: 100px;
}
.other-leadership-section .section-title {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.other-leadership-section .section-title span {
  font-weight: 800;
}
.other-leadership-section .scroll-outer {
  display: flex;
  gap: 20px;
  overflow: auto;
}
.other-leadership-section .scroll-outer::-webkit-scrollbar-thumb {
  background-color: #7D8865;
}
.other-leadership-section .scroll-outer::-webkit-scrollbar {
  height: 5px;
}
.other-leadership-section .scroll-outer::-webkit-scrollbar-track {
  background: #CCC;
}
.other-leadership-section .scroll-outer a {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .other-leadership-section .subtitle + .custom-btn-layer {
    display: none;
  }
}
@media (max-width: 768px) {
  .other-leadership-section .mobile-button-div {
    margin: 20px 0 !important;
  }
}

.podcast-section .card.now-playing {
  border: none;
  background: url("../images/podcastbg.html"), rgb(255, 255, 255) 0px -303.452px/100% 401.357% no-repeat;
  border-radius: 0;
  margin-bottom: 80px;
}
.podcast-section .card.now-playing .card-body {
  padding: 60px;
  display: flex;
  align-items: center;
}
.podcast-section .card.now-playing .img-outer {
  width: 420px;
  min-width: 420px;
  height: 480px;
  margin-right: 60px;
}
.podcast-section .card.now-playing .img-outer img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.podcast-section .card.now-playing .profile {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.podcast-section .card.now-playing .profile img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 0;
  margin-right: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.podcast-section .card.now-playing .profile p {
  margin: 0;
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.podcast-section .card.now-playing .profile span {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.podcast-section .card.now-playing .title {
  color: #000;
  font-family: "Druk-Bold-Trial";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.podcast-section .card.now-playing .audio-outer {
  max-width: 830px;
}
.podcast-section .card.now-playing .audio-outer .audioplayer {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
.podcast-section .card.now-playing .audio-outer .audioplayer .audioplayer-playpause {
  background: #7D8865;
  border: none;
  height: 80px;
  width: 80px;
}
.podcast-section .card.now-playing .audio-outer .audioplayer .audioplayer-playpause a {
  width: 16px;
  height: 20px;
}
.podcast-section .card.now-playing .audio-outer .audioplayer .audioplayer-playpause a::before, .podcast-section .card.now-playing .audio-outer .audioplayer .audioplayer-playpause a::after {
  width: 5px;
  height: 20px;
  background-color: white;
}
.podcast-section .card.now-playing .audio-outer .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  margin-left: 5px;
  border-top: 12px solid transparent;
  border-right: none;
  border-bottom: 12px solid transparent;
  border-left: 20px solid white;
}
.podcast-section .card.now-playing .audio-outer .audioplayer .audioplayer-bar::before {
  background: #55603D;
  height: 5px;
  border-radius: 100px;
}
.podcast-section .card.now-playing .audio-outer .audioplayer .audioplayer-bar .audioplayer-bar-loaded {
  background: #55603D;
  height: 5px;
  border-radius: 100px;
}
.podcast-section .card.now-playing .audio-outer .audioplayer .audioplayer-bar .audioplayer-bar-played {
  background: #7D8865;
  height: 5px;
  border-radius: 100px;
}
.podcast-section .card.now-playing .audio-outer .audioplayer .audioplayer-bar .audioplayer-bar-played::after {
  display: none;
}
.podcast-section .card.now-playing .audio-outer .audioplayer .audioplayer-volume .audioplayer-volume-adjust > div {
  background: #55603D;
  height: 5px;
  border-radius: 100px;
}
.podcast-section .card.now-playing .audio-outer .audioplayer .audioplayer-volume .audioplayer-volume-adjust > div div {
  background: #7D8865;
  height: 5px;
  border-radius: 100px;
}
.podcast-section .card.now-playing .audio-outer .audioplayer audio {
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  display: none !important;
  white-space: normal !important;
}
.podcast-section .card.now-playing .audio-outer .audioplayer-volume-button a {
  width: 24px;
  height: 24px;
  background-color: transparent !important;
}
.podcast-section .card.now-playing .audio-outer .audioplayer-volume-button a:before {
  border: none;
  background: url("../images/volumehigh.svg");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0.5);
  top: 0;
}
.podcast-section .card.now-playing .audio-outer .audioplayer.audioplayer-mute .audioplayer-volume-button a:before {
  width: 24px;
  height: 24px;
  background: url("../images/volumemute.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 0px;
  left: 0px;
  border: 0px;
  border-radius: 0px;
  transform: unset !important;
  filter: brightness(0.5);
}
.podcast-section .card.now-playing .audio-outer .audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  display: none;
}
@media (max-width: 1440px) {
  .podcast-section .card.now-playing {
    margin-bottom: 60px;
  }
  .podcast-section .card.now-playing .card-body {
    padding: 50px;
  }
  .podcast-section .card.now-playing .img-outer {
    margin-right: 50px;
  }
  .podcast-section .card.now-playing .title {
    font-size: 72px;
    line-height: 78px;
  }
}
@media (max-width: 1200px) {
  .podcast-section .card.now-playing {
    margin-bottom: 60px;
  }
  .podcast-section .card.now-playing .card-body {
    padding: 40px;
  }
  .podcast-section .card.now-playing .img-outer {
    margin-right: 40px;
  }
  .podcast-section .card.now-playing .title {
    font-size: 56px;
    line-height: 60px;
  }
}
@media (max-width: 992px) {
  .podcast-section .card.now-playing {
    margin-bottom: 40px;
  }
  .podcast-section .card.now-playing .card-body {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
  .podcast-section .card.now-playing .img-outer {
    width: 98px;
    min-width: 98px;
    height: 98px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .podcast-section .card.now-playing .profile {
    margin-bottom: 0;
    position: absolute;
    top: 50px;
    left: 160px;
  }
  .podcast-section .card.now-playing .profile img {
    height: 32px;
    width: 32px;
  }
  .podcast-section .card.now-playing .profile p {
    font-size: 14px;
  }
  .podcast-section .card.now-playing .title {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.48px;
    margin-bottom: 10px;
  }
  .podcast-section .card.now-playing .audio-outer .audioplayer {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    height: auto;
  }
  .podcast-section .card.now-playing .audio-outer .audioplayer .audioplayer-playpause {
    height: 32px;
    width: 32px;
  }
  .podcast-section .card.now-playing .audio-outer .audioplayer .audioplayer-playpause a {
    width: 11px;
    height: 12px;
  }
  .podcast-section .card.now-playing .audio-outer .audioplayer .audioplayer-playpause a::before, .podcast-section .card.now-playing .audio-outer .audioplayer .audioplayer-playpause a::after {
    width: 4px;
    height: 12px;
    background-color: white;
  }
  .podcast-section .card.now-playing .audio-outer .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    margin-left: 3px;
    border-top: 8px solid transparent;
    border-right: none;
    border-bottom: 8px solid transparent;
    border-left: 10px solid white;
  }
  .podcast-section .card.now-playing .audio-outer .audioplayer .audioplayer-bar::before {
    background: #55603D;
    height: 4px;
  }
  .podcast-section .card.now-playing .audio-outer .audioplayer .audioplayer-bar .audioplayer-bar-loaded {
    background: #55603D;
    height: 4px;
  }
  .podcast-section .card.now-playing .audio-outer .audioplayer .audioplayer-bar .audioplayer-bar-played {
    background: #7D8865;
    height: 4px;
  }
}

.latestpodcast-section {
  margin-bottom: 140px;
}
.latestpodcast-section .section-title {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.latestpodcast-section .section-title span {
  font-weight: 800;
}
@media (max-width: 992px) {
  .latestpodcast-section .section-title {
    font-size: 16px;
  }
}
.latestpodcast-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.latestpodcast-section ul li {
  background: white;
  padding: 20px 60px;
}
.latestpodcast-section ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
.latestpodcast-section ul li:not(:last-child) {
  margin-bottom: 20px;
}
.latestpodcast-section ul li .playicon {
  height: 80px;
  width: 80px;
}
.latestpodcast-section ul li .profile {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.latestpodcast-section ul li .profile img {
  height: 56px;
  width: 56px;
  margin-right: 20px;
}
.latestpodcast-section ul li .profile p {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}
.latestpodcast-section ul li .profile span {
  color: #8C8C8C;
  font-family: "AvenirLTStd-Book";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.latestpodcast-section ul li .date {
  margin-right: 57px;
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.latestpodcast-section ul li .time {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 992px) {
  .latestpodcast-section ul li {
    padding: 15px;
  }
  .latestpodcast-section ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .latestpodcast-section ul li .playicon {
    height: 32px;
    width: 32px;
  }
  .latestpodcast-section ul li .profile {
    margin-left: 10px;
  }
  .latestpodcast-section ul li .profile img {
    margin-right: 10px;
  }
  .latestpodcast-section ul li .profile p {
    color: #000;
    font-family: "AvenirLTStd-Book";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
  }
  .latestpodcast-section ul li .profile span {
    color: #8C8C8C;
    font-family: "AvenirLTStd-Book";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .latestpodcast-section ul li .date {
    display: none;
  }
  .latestpodcast-section ul li .time {
    display: none;
  }
}

/* Sticky section */
.contact-sticky-section {
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.contact-sticky-section .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0px;
}
.contact-sticky-section .content .personal-details {
  display: flex;
  gap: 40px;
}
.contact-sticky-section .content .personal-details a {
  text-decoration: none;
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
.contact-sticky-section .content .personal-details a img {
  margin-right: 5px;
}
.contact-sticky-section .content .socialmedia-details {
  display: flex;
  gap: 10px;
}
.contact-sticky-section .content .action-btn {
  display: flex;
  gap: 20px;
}
.contact-sticky-section .content .action-btn .custom-btn-layer .primary-btn:focus, .contact-sticky-section .content .action-btn .custom-btn-layer .primary-btn:hover, .contact-sticky-section .content .action-btn .custom-btn-layer .primary-btn:active {
  color: #000;
  background-color: white !important;
}
.contact-sticky-section .content .action-btn .custom-btn-layer .secondary-btn {
  color: #000;
  border: 1px solid #000;
}
.contact-sticky-section .content .action-btn .custom-btn-layer .secondary-btn:focus, .contact-sticky-section .content .action-btn .custom-btn-layer .secondary-btn:hover, .contact-sticky-section .content .action-btn .custom-btn-layer .secondary-btn:active {
  color: white;
  background-color: #000 !important;
}
@media (max-width: 1200px) {
  .contact-sticky-section .content .personal-details a {
    font-size: 13px;
  }
}
@media (max-width: 1024px) {
  .contact-sticky-section {
    display: none;
  }
}

/* Static banner and text section*/
.static-banner-text-section {
  margin-bottom: 96px;
}
.static-banner-text-section .split-section {
  display: flex;
  background: rgba(209, 209, 212, 0.2);
  /* Adjust for tablets */
  /* Adjust for mobile devices */
}
.static-banner-text-section .split-section .image-layer {
  width: 50%;
  min-height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.static-banner-text-section .split-section .image-layer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .static-banner-text-section .split-section .image-layer {
    width: 70%;
    min-height: 400px;
  }
}
@media (max-width: 480px) {
  .static-banner-text-section .split-section .image-layer {
    width: 100%;
    min-height: 200px;
  }
}
.static-banner-text-section .split-section .content-layer {
  width: 50%;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.static-banner-text-section .split-section .content-layer .title {
  color: #000;
  font-family: "Druk-Bold-Trial";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .static-banner-text-section .split-section .content-layer .title {
    font-size: 56px;
    letter-spacing: 2.8px;
    font-weight: normal;
  }
}
.static-banner-text-section .split-section .content-layer .description {
  color: #000;
  font-family: "AvenirLTStd-Book";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
@media (max-width: 1600px) {
  .static-banner-text-section .split-section .content-layer .description {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 1024px) {
  .static-banner-text-section {
    margin-bottom: 50px;
  }
  .static-banner-text-section .split-section {
    flex-direction: column;
  }
  .static-banner-text-section .split-section .image-layer {
    width: 100%;
  }
  .static-banner-text-section .split-section .content-layer {
    width: 100%;
    padding: 20px;
  }
  .static-banner-text-section .split-section .content-layer .title {
    font-size: 40px;
    line-height: normal;
  }
  .static-banner-text-section .split-section .content-layer .description {
    font-size: 14px;
    line-height: 18px;
  }
}

/* Right Accordion Section */
.right-accordian-section {
  margin-bottom: 80px;
}
.right-accordian-section .image-layer {
  position: relative;
}
.right-accordian-section .image-layer img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.right-accordian-section .image-layer .content-layer {
  width: 30%;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.right-accordian-section .image-layer .content-layer .title {
  font-family: "Druk-Bold-Trial";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 88px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  position: relative;
  top: 10px;
}
.right-accordian-section .image-layer .content-layer .title span {
  display: inline-block;
  position: absolute;
  width: 100px;
  height: 5px;
  top: -10px;
}
.right-accordian-section .image-layer .content-layer .accordion-area .accordion-item {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1882352941);
}
.right-accordian-section .image-layer .content-layer .accordion-area .accordion-item .accordion-header .accordion-button {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  padding: 10px 0px;
  box-shadow: none;
  font-family: "AvenirLTStd-Book";
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px;
}
.right-accordian-section .image-layer .content-layer .accordion-area .accordion-item .accordion-header .accordion-button::after {
  background-image: url("../images/invest_dropdown.svg");
  transition: transform 0.3s ease-in-out;
  content: "";
  display: inline-block;
  margin-left: auto;
}
.right-accordian-section .image-layer .content-layer .accordion-area .accordion-item .accordion-body {
  font-family: "AvenirLTStd-Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.36px;
}
@media (min-width: 767px) and (max-width: 1200px) {
  .right-accordian-section .image-layer .content-layer {
    width: 40% !important;
  }
}

.right-accordian-section .content-layer {
  right: 60px;
  top: 120px;
}
.right-accordian-section .content-layer .title {
  color: #FFF;
}
.right-accordian-section .content-layer .title span {
  background: #fff;
}
.right-accordian-section .content-layer .accordion-area .accordion-header .accordion-button {
  color: #FFF;
}
.right-accordian-section .content-layer .accordion-area .accordion-body {
  color: #FFF;
}

.left-accordion-section {
  margin-bottom: 96px;
}
.left-accordion-section .container .left-accordion-wrapper {
  width: 100%;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  background-color: white;
  align-items: center;
  min-height: 600px;
  height: 600px;
}
.left-accordion-section .container .left-accordion-wrapper .content-layer {
  padding: 5%;
  max-width: 50%;
  width: 100%;
}
.left-accordion-section .container .left-accordion-wrapper .content-layer .title {
  color: #000;
  font-size: 24px;
  margin-bottom: 20px;
}
.left-accordion-section .container .left-accordion-wrapper .content-layer .title span {
  background: #000;
  color: #fff;
}
.left-accordion-section .container .left-accordion-wrapper .content-layer .accordion-area .accordion-item {
  color: #000;
  background-color: transparent !important;
  border: none;
  padding: 10px 0;
  text-align: left;
  cursor: pointer;
  font-size: 18px;
}
.left-accordion-section .container .left-accordion-wrapper .content-layer .accordion-area .accordion-item .accordion-header {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  padding-bottom: 14px;
}
.left-accordion-section .container .left-accordion-wrapper .content-layer .accordion-area .accordion-item .accordion-header .accordion-button {
  color: #000;
  background: transparent !important;
  border: none;
  padding: 10px 0;
  text-align: left;
  cursor: pointer;
  font-size: 18px;
  box-shadow: 0 0 0;
}
.left-accordion-section .container .left-accordion-wrapper .content-layer .accordion-area .accordion-item .accordion-header .accordion-button::after {
  background-image: url("../images/invest_dropdown.svg");
  content: "";
  display: inline-block;
  margin-top: 10px;
}
.left-accordion-section .container .left-accordion-wrapper .content-layer .accordion-area .accordion-item .accordion-header .accordion-button:hover {
  background-color: transparent !important;
}
.left-accordion-section .container .left-accordion-wrapper .content-layer .accordion-area .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: 0 0 0 0 transparent !important;
}
@media (max-width: 767px) {
  .left-accordion-section .container .left-accordion-wrapper .content-layer .accordion-area .accordion-item .accordion-header .accordion-button {
    padding: 10px 5px;
  }
}
.left-accordion-section .container .left-accordion-wrapper .content-layer .accordion-area .accordion-item .accordion-body {
  padding: 15px;
  font-size: 16px;
}
.left-accordion-section .container .image-layer {
  width: 55%;
}
.left-accordion-section .container .image-layer img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 600px;
  height: 600px;
}
@media (max-width: 1440px) {
  .left-accordion-section {
    margin-bottom: 50px;
  }
  .left-accordion-section .container .left-accordion-wrapper,
  .left-accordion-section .container .image-layer {
    width: 100%;
    height: 100%;
  }
  .left-accordion-section .container .image-layer img {
    height: 600px;
    min-height: 600px;
  }
}
@media (max-width: 1024px) {
  .left-accordion-section {
    margin-bottom: 50px;
  }
  .left-accordion-section .container .left-accordion-wrapper {
    flex-direction: column-reverse;
  }
  .left-accordion-section .container .left-accordion-wrapper .content-layer {
    max-width: 100%;
    width: 100%;
    padding: 7%;
  }
  .left-accordion-section .container .image-layer img {
    height: 400px;
    min-height: 400px;
  }
}

.error-page-section {
  margin-top: 120px;
}
.error-page-section .container header.page-header {
  border: none;
}
.error-page-section .container header.page-header .page-title {
  font-size: 80px;
  font-family: "Druk-Bold-Trial";
  letter-spacing: 1.6px;
  line-height: 88px;
}
.error-page-section .container .error-404 {
  margin-bottom: 100px;
}
.error-page-section .container .error-404.not-found .page-content h4 {
  font-size: 40px;
  font-family: "AvenirLTStd-Roman";
}

@media (min-width: 1024px) {
  .menu-item:hover .submenu-outer > .sub-menu {
    display: block !important;
  }
  .menu-item:hover .submenu-outer > .sub-menu .submenu {
    display: none !important;
  }
  .menu-item:hover .submenu-outer > .sub-menu .menu-item:hover .submenu {
    display: block !important;
  }
}
.insight-slider-container_inner {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .insight-slider-container_inner {
    margin-bottom: 60px;
  }
}
@media (max-width: 567px) {
  .insight-slider-container_inner {
    margin-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .primary-navigation-open .menu-button-container:before {
    content: "";
    height: 70px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    z-index: 999999;
  }
}

.video-container {
  position: relative;
}
.video-container .buttons-wrapper {
  position: absolute;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  top: auto;
  left: auto;
}
.video-container .play-button,
.video-container .pause-button {
  height: 96px;
  width: 96px;
}
.video-container .pause-button1 {
  display: none;
}
.video-container .pause-button {
  display: none;
}

#featuredVideo.video-container {
  position: relative;
}
#featuredVideo.video-container .buttons-wrapper {
  position: absolute;
  z-index: 999;
  height: 10%;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 48%;
  left: 40%;
}
@media (max-width: 1440px) {
  #featuredVideo.video-container .buttons-wrapper {
    top: 56%;
  }
}
@media (max-width: 767px) {
  #featuredVideo.video-container .buttons-wrapper {
    top: 54%;
    left: calc(50% - 48px);
    width: auto;
    height: auto;
  }
}
#featuredVideo.video-container .play-button-about,
#featuredVideo.video-container .pause-button-about,
#featuredVideo.video-container .play-button,
#featuredVideo.video-container .pause-button {
  height: 96px;
  width: 96px;
}
#featuredVideo.video-container .pause-button,
#featuredVideo.video-container .pause-button-about {
  display: none;
}

.wpcf7-form .custom-submit-btn {
  background: url("../images/form_footer_rightarrow.svg") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
  background-color: unset !important;
  color: transparent !important;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 21px;
}
@media (max-width: 1600px) {
  .wpcf7-form .custom-submit-btn {
    top: 13px;
  }
}

.wpcf7-form .custom-submit-btn span {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  margin: 0;
}

@media (min-width: 992px) and (max-width: 1440px) {
  .homepage-slider-section .banner-container .banner-slider .banner-desktop .layer {
    gap: 40px;
    margin-top: 40px;
  }
  .homepage-slider-section .banner-container .banner-slider .banner-desktop .layer .banner-card .image-layer {
    width: 100%;
    max-height: 385px;
    min-width: 214px;
    height: 100vh;
  }
}
@media (max-width: 1023px) {
  .banner-mobile .slider-container .loaded .banner-card .image-layer {
    height: 540px !important;
    min-width: 343px !important;
    height: 100vh;
  }
  .banner-mobile .slider-container .loaded .banner-card .image-layer img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* Custom placeholder styling */
.accordion-body textarea::-moz-placeholder, .accordion-body input::-moz-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
.accordion-body textarea::placeholder, .accordion-body input::placeholder {
  color: #000 !important;
  opacity: 1 !important;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .accordion-body textarea::-moz-placeholder, input::-moz-placeholder {
      color: #000 !important;
      opacity: 1 !important;
    }
    .accordion-body textarea::placeholder, input::placeholder {
      color: #000 !important;
      opacity: 1 !important;
    }
    .doingourpart-section .slider-area .items .doingpart-card {
      padding-right: 20px;
    }
    header.site-header .header-container .nav_bottom_mobile #site-navigation.primary-navigation .mobile-custom-wrapper .mobilemenu-wrapper-outer ul li .submenu-outer ul.sub-menu li.submenu_dropdown a {
      width: 90px;
    }
  }
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=radio]:after {
    left: 4px !important;
    top: 4px !important;
    position: absolute !important;
    width: 15px !important;
    height: 15px !important;
  }
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox], input[type=radio] {
    margin-top: 0px !important;
  }
}
/* Form Captcha Alignment issue Fixing */
.contact-form-captacha {
  margin-bottom: 30px;
}
.contact-form-captacha .wpcf7-not-valid-tip {
  margin: 0px !important;
}

.contact-form-checkbox .wpcf7-not-valid-tip {
  margin: 0px !important;
  margin-left: 10px !important;
  position: absolute;
  bottom: -20px;
  white-space: nowrap;
}/*# sourceMappingURL=style.css.map */