@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Inter:wght@100;300;400;600;800&family=Noto+Sans:wght@700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Source+Sans+Pro:wght@200;400;600;700;900&display=swap");
* {
  transition: all 0.3s;
}

body {
  background: linear-gradient(90deg, #1B1B1B 78.43%, #0F0F0F 100%);
  box-shadow: 0px -11px 33px rgba(0, 0, 0, 0.31);
  color: #fff;
  font-family: "Open Sans";
}
body p {
  color: #fff;
}

.news-story p, .news-story li, .news-story h4, .news-story h5 {
  font-family: "Open Sans";
}

.top-section {
  background-color: #000000;
}
.top-section .top-flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 995px) {
  .top-section .top-flex {
    justify-content: center;
  }
}
.top-section .top-flex .left-one {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 995px) {
  .top-section .top-flex .left-one {
    display: flex;
    justify-content: center;
  }
}
.top-section .top-flex .left-one .top-para {
  margin-left: 15px;
  display: flex;
  align-items: center;
  text-wrap: balance;
  word-break: break-all;
}
.top-section .top-flex .left-one .top-para:first-child {
  margin-left: 0px;
}
.top-section .top-flex .left-one .top-para a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.top-section .top-flex .left-one .top-para img {
  margin-right: 5px;
}
@media screen and (max-width: 475px) {
  .top-section .top-flex .left-one .top-para img {
    padding: 1rem;
  }
}
.top-section .top-flex .left-one .top-para p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 1rem;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0px;
  margin-left: 0px;
}
.top-section .top-flex .left-one .top-para p {
  font-size: 8px;
}
@media screen and (min-width: 320px) {
  .top-section .top-flex .left-one .top-para p {
    font-size: calc(8px + 5 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .top-section .top-flex .left-one .top-para p {
    font-size: 13px;
  }
}
@media screen and (max-width: 475px) {
  .top-section .top-flex .left-one .top-para p {
    display: none;
  }
}
.top-section .top-flex .right-one {
  margin-left: auto;
  display: none;
}
@media screen and (min-width: 995px) {
  .top-section .top-flex .right-one {
    display: block;
  }
}
.top-section .top-flex .right-one a {
  text-decoration: none;
  font-size: 14px;
  width: 36px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  margin-left: 2rem;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
}

@media screen and (max-width: 991px) {
  .nav-section .about-us-nav nav .navbar-collapse {
    padding: 15px 0 35px 0;
  }
}
@media screen and (max-width: 991px) {
  .nav-section .about-us-nav nav .main-nav-ul .main-nav-li:first-child {
    display: flex !important;
    flex-wrap: wrap;
  }
  .nav-section .about-us-nav nav .main-nav-ul .main-nav-li:first-child a .nav-link:first-child {
    width: calc(100% - 15px);
  }
  .nav-section .about-us-nav nav .main-nav-ul .main-nav-li:first-child .dropdown-menu {
    width: 100%;
  }
}

nav.bg-light {
  background: transparent !important;
}
nav .nav-item a {
  transition: all 0.5s ease;
  border-bottom: 2px solid transparent;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF !important;
}
nav .nav-item a.active {
  background: transparent !important;
  line-height: 35px;
}
nav .nav-item a.active:hover {
  color: #FFFFFF !important;
}
nav .nav-item a img {
  margin-left: 5px;
}
nav .dropdown-menu {
  background: rgb(41, 41, 41);
  padding: 1rem 0 !important;
}
nav .dropdown-menu a {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  color: #FFFFFF !important;
}
nav .dropdown-menu a:hover {
  color: black !important;
}
nav .dropdown-menu .dropdown-item img {
  margin-right: 5px;
}
nav .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
  color: linear-gradient(125.9deg, #9C7545 -10.63%, #FCC984 78.03%, #FCC984 132.41%) !important;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
@media screen and (min-width: 992px) {
  nav .main-nav-ul .main-nav-li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 18px;
  }
}
@media screen and (max-width: 991px) {
  nav .main-nav-ul .main-nav-li {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  nav .main-nav-ul .main-nav-li:first-child {
    display: flex !important;
    flex-wrap: wrap;
  }
  nav .main-nav-ul .main-nav-li:first-child a .nav-link:first-child {
    width: calc(100% - 15px);
  }
  nav .main-nav-ul .main-nav-li:first-child .dropdown-menu {
    width: 100%;
  }
}
nav .main-nav-ul .main-nav-li.top-links {
  display: block;
}
@media screen and (min-width: 992px) {
  nav .main-nav-ul .main-nav-li.top-links {
    display: none;
  }
}
nav .nav-btn {
  background: linear-gradient(180deg, #9E7646 0%, #9C7545 48.44%, #9C7545 100%);
  border: none;
  padding: 10px 25px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 1px;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  nav .nav-border {
    border-bottom: 1px solid #FFFFFF;
  }
}

@media screen and (max-width: 991px) {
  .accordion .row {
    gap: 15px;
  }
}

.posters {
  margin: 5rem auto;
}
.posters li {
  font-size: 14px;
  line-height: 30px;
}

.card-section .card img {
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: center;
     object-position: center;
}

.unrivalled-inovation {
  margin: 5rem auto;
}

.hero-section {
  background-image: url("https://neolegal.decryptblock.com/wp-content/uploads/2023/11/BG-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-section nav {
  border-bottom: 2px solid #FCC984;
}
.hero-section nav.bg-light {
  background: transparent !important;
}
@media screen and (max-width: 992px) {
  .hero-section nav.bg-light {
    background: #000 !important;
  }
}
.hero-section nav .nav-item a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #FCC984 !important;
}
.hero-section nav .nav-item a.active {
  background: transparent !important;
  line-height: 35px;
}
.hero-section nav .nav-item a.active:hover {
  background: #FFFFFF !important;
}
.hero-section nav .nav-item a img {
  margin-left: 5px;
}
.hero-section nav .dropdown-menu {
  background: rgb(41, 41, 41);
  padding: 1rem 0 !important;
}
.hero-section nav .dropdown-menu a {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  color: #FFFFFF !important;
}
.hero-section nav .dropdown-menu a:hover {
  border-bottom: 3px solid #FCC984;
  background-color: transparent !important;
}
.hero-section nav .dropdown-menu .dropdown-item img {
  margin-right: 5px;
}
.hero-section nav .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
  color: linear-gradient(125.9deg, #9C7545 -10.63%, #FCC984 78.03%, #FCC984 132.41%) !important;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
@media screen and (max-width: 992px) {
  .hero-section nav .main-nav-ul {
    padding-bottom: 15px;
  }
}
.hero-section nav .main-nav-ul .main-nav-li {
  display: block;
}
@media screen and (min-width: 992px) {
  .hero-section nav .main-nav-ul .main-nav-li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 18px;
  }
}
@media screen and (max-width: 992px) {
  .hero-section nav .main-nav-ul .main-nav-li:first-child {
    display: flex !important;
    flex-wrap: wrap;
  }
  .hero-section nav .main-nav-ul .main-nav-li:first-child .dropdown-menu {
    width: 100%;
  }
}
.hero-section nav .main-nav-ul .main-nav-li.top-links {
  display: block;
}
@media screen and (min-width: 992px) {
  .hero-section nav .main-nav-ul .main-nav-li.top-links {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .hero-section nav .navbar-collapse.show {
    padding-bottom: 35px;
    padding-top: 15px;
  }
}
.hero-section nav .nav-btn {
  background: linear-gradient(180deg, #9E7646 0%, #9C7545 48.44%, #9C7545 100%);
  border: none;
  padding: 10px 25px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 1px;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .hero-section nav .nav-border {
    border-bottom: 1px solid #FFFFFF;
  }
}
.hero-section .hero-content {
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 4rem 0;
  position: relative;
}
.hero-section .hero-content::after {
  content: "";
  z-index: 0;
  filter: opacity(0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, #1B1B1B 42.98%, rgba(27, 27, 27, 0) 90%);
}
@media screen and (min-width: 1400px) {
  .hero-section .hero-content {
    background-size: 50%;
    display: flex;
    align-items: center;
    min-height: 500px;
  }
}
@media screen and (min-width: 1800px) {
  .hero-section .hero-content {
    background-size: 60%;
    display: flex;
    align-items: center;
    min-height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section .hero-content {
    padding: 1rem 0;
  }
}
.hero-section .hero-content .left-side {
  max-width: 945px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .hero-section .hero-content .left-side {
    text-align: center;
  }
}
.hero-section .hero-content .left-side .main-heading {
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0px;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
  padding-bottom: 2rem;
}
.hero-section .hero-content .left-side .main-heading {
  font-size: 32px;
}
@media screen and (min-width: 320px) {
  .hero-section .hero-content .left-side .main-heading {
    font-size: calc(32px + 48 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .hero-section .hero-content .left-side .main-heading {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section .hero-content .left-side .main-heading {
    padding-bottom: 1rem;
  }
}
.hero-section .hero-content .left-side .main-heading span {
  background: linear-gradient(180deg, #9E7646 0%, #FCC984 48.44%, #9C7545 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-section .hero-content .left-side .main-parra {
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.400000006px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.4px;
  color: #FFFFFF;
}
.hero-section .hero-content .left-side .main-parra {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .hero-section .hero-content .left-side .main-parra {
    font-size: calc(14px + 6 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .hero-section .hero-content .left-side .main-parra {
    font-size: 20px;
  }
}
.hero-section .hero-content .left-side .get-in-touch-btn button {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.9px;
  padding: 22px 65px;
  background: linear-gradient(180deg, #9E7646 0%, #FCC984 32.81%, #FCC984 60.94%, #9C7545 100%);
  outline: none;
  border: none;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .hero-section .hero-content .left-side .get-in-touch-btn button {
    margin-top: 5%;
    padding: 12px 25px;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .hero-section .hero-content .left-side .get-in-touch-btn {
    display: flex;
    justify-content: center;
  }
}
.hero-section .hero-content .right-side {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .hero-section .hero-content .right-side img {
    padding: 0rem 3rem 3rem 3rem;
  }
}

.company-logo {
  border-bottom: 1px #5B5B5B solid;
}
.company-logo .company-logo-scroller {
  padding: 2rem 0rem;
}
.company-logo .company-logo-scroller .company-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.unrivalled-inovation .row {
  align-items: center;
}
.unrivalled-inovation .row .top-text h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 0.8px;
  color: #FCC984;
  position: relative;
  text-transform: uppercase;
}
.unrivalled-inovation .row .top-text h3 {
  font-size: 25px;
}
@media screen and (min-width: 320px) {
  .unrivalled-inovation .row .top-text h3 {
    font-size: calc(25px + 7 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .unrivalled-inovation .row .top-text h3 {
    font-size: 32px;
  }
}
.unrivalled-inovation .row .top-text h3::after {
  content: "";
  height: 4px;
  max-width: 300px;
  width: 70%;
  position: absolute;
  left: 0;
  bottom: -10px;
  background: #9C7545;
}
.unrivalled-inovation .row .top-text p {
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: none;
  color: #fff;
}
.unrivalled-inovation .row .top-text p {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .unrivalled-inovation .row .top-text p {
    font-size: calc(14px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .unrivalled-inovation .row .top-text p {
    font-size: 16px;
  }
}

.explore-our-practice {
  background: #242424;
}
.explore-our-practice .top-arrow {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.explore-our-practice .under-arrow {
  padding-top: 110px;
}
@media screen and (max-width: 575px) {
  .explore-our-practice .under-arrow {
    padding-top: 50px;
  }
}
.explore-our-practice .under-arrow .top-part h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 62px;
  letter-spacing: 1.6000000238px;
  text-align: center;
  color: #FFFFFF;
}
.explore-our-practice .under-arrow .top-part h3 {
  font-size: 25px;
}
@media screen and (min-width: 320px) {
  .explore-our-practice .under-arrow .top-part h3 {
    font-size: calc(25px + 23 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .explore-our-practice .under-arrow .top-part h3 {
    font-size: 48px;
  }
}
.explore-our-practice .under-arrow .top-part .parra {
  display: flex;
  justify-content: center;
}
.explore-our-practice .under-arrow .top-part .parra p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.0199999996px;
  text-align: center;
  color: #FFFFFF;
  max-width: 768px;
}
.explore-our-practice .under-arrow .top-part .parra p {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .explore-our-practice .under-arrow .top-part .parra p {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .explore-our-practice .under-arrow .top-part .parra p {
    font-size: 14px;
  }
}
.explore-our-practice .grid-box .grid-box-container .grid-border {
  height: 100%;
  min-height: 235px;
}
.explore-our-practice .grid-box .grid-box-container .grid-border:first-child {
  border-right: 1px #474E57 solid;
  border-bottom: 1px #474E57 solid;
}
@media screen and (max-width: 768px) {
  .explore-our-practice .grid-box .grid-box-container .grid-border:first-child {
    border-right: none;
  }
}
.explore-our-practice .grid-box .grid-box-container .grid-border:nth-child(2) {
  border-right: 1px #474E57 solid;
  border-bottom: 1px #474E57 solid;
}
@media screen and (max-width: 990px) {
  .explore-our-practice .grid-box .grid-box-container .grid-border:nth-child(2) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .explore-our-practice .grid-box .grid-box-container .grid-border:nth-child(2) {
    border-right: none;
  }
}
.explore-our-practice .grid-box .grid-box-container .grid-border:nth-child(3) {
  border-right: 1px #474E57 solid;
  border-bottom: 1px #474E57 solid;
}
@media screen and (max-width: 768px) {
  .explore-our-practice .grid-box .grid-box-container .grid-border:nth-child(3) {
    border-right: none;
  }
}
.explore-our-practice .grid-box .grid-box-container .grid-border:nth-child(4) {
  border-bottom: 1px #474E57 solid;
}
@media screen and (max-width: 768px) {
  .explore-our-practice .grid-box .grid-box-container .grid-border:nth-child(4) {
    border-right: none;
  }
}
.explore-our-practice .grid-box .grid-box-container .grid-border:nth-child(5) {
  border-right: 1px #474E57 solid;
}
@media screen and (max-width: 768px) {
  .explore-our-practice .grid-box .grid-box-container .grid-border:nth-child(5) {
    border-right: none;
    border-bottom: 1px #474E57 solid;
  }
}
@media screen and (max-width: 990px) {
  .explore-our-practice .grid-box .grid-box-container .grid-border:nth-child(5) {
    border-bottom: 1px #474E57 solid;
  }
}
.explore-our-practice .grid-box .grid-box-container .grid-border:nth-child(6) {
  border-right: 1px #474E57 solid;
}
@media screen and (max-width: 990px) {
  .explore-our-practice .grid-box .grid-box-container .grid-border:nth-child(6) {
    border-right: none;
    border-bottom: 1px #474E57 solid;
  }
}
@media screen and (max-width: 768px) {
  .explore-our-practice .grid-box .grid-box-container .grid-border:nth-child(6) {
    border-right: none;
    border-bottom: 1px #474E57 solid;
  }
}
.explore-our-practice .grid-box .grid-box-container .grid-border:nth-child(7) {
  border-right: 1px #474E57 solid;
}
@media screen and (max-width: 768px) {
  .explore-our-practice .grid-box .grid-box-container .grid-border:nth-child(7) {
    border-right: none;
    border-bottom: 1px #474E57 solid;
  }
}
@media screen and (max-width: 768px) {
  .explore-our-practice .grid-box .grid-box-container .grid-border:last-child {
    border-right: none;
    border-bottom: 1px #474E57 solid;
  }
}
.explore-our-practice .grid-box .grid-box-container .grid-border .grid-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  min-height: 235px;
}
.explore-our-practice .grid-box .grid-box-container .grid-para {
  margin-top: 1rem;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -0.2771430016px;
  text-align: center;
  max-width: 100%;
  color: #fff;
}
.explore-our-practice .grid-box .grid-box-container .grid-para {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .explore-our-practice .grid-box .grid-box-container .grid-para {
    font-size: calc(12px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .explore-our-practice .grid-box .grid-box-container .grid-para {
    font-size: 16px;
  }
}
.explore-our-practice .grid-box .outcomes-wrapper .outcomes {
  display: flex;
  flex-wrap: wrap;
  color: #FFFFFF;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
}
.explore-our-practice .grid-box .outcomes-wrapper .outcomes li {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  text-align: center;
  padding: 2rem 2rem 0rem 2rem !important;
  width: 100%;
}
.explore-our-practice .grid-box .outcomes-wrapper .outcomes li:first-child {
  border-right: 1px #474E57 solid;
  border-bottom: 1px #474E57 solid;
}
.explore-our-practice .grid-box .outcomes-wrapper .outcomes li:nth-child(2) {
  border-right: 1px #474E57 solid;
  border-bottom: 1px #474E57 solid;
}
.explore-our-practice .grid-box .outcomes-wrapper .outcomes li:nth-child(3) {
  border-right: 1px #474E57 solid;
  border-bottom: 1px #474E57 solid;
}
.explore-our-practice .grid-box .outcomes-wrapper .outcomes li:last-child {
  border-bottom: 1px #474E57 solid;
}
.explore-our-practice .grid-box .outcomes-wrapper .outcomes li p {
  margin-top: 1rem;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -0.2771430016px;
  text-align: center;
  max-width: 120px;
}
.explore-our-practice .grid-box .outcomes-wrapper .outcomes li p {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .explore-our-practice .grid-box .outcomes-wrapper .outcomes li p {
    font-size: calc(12px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .explore-our-practice .grid-box .outcomes-wrapper .outcomes li p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .explore-our-practice .grid-box .outcomes-wrapper .outcomes li {
    width: 25%;
  }
}
.explore-our-practice .learn-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.explore-our-practice .learn-btn .learn-more-btn {
  background: linear-gradient(180deg, #9E7646 0%, #9C7545 48.44%, #9C7545 100%);
  border: none;
  padding: 22px 65px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

.not-just-lawyer {
  margin: 5rem auto;
}
.not-just-lawyer .lawyer .lawyer-img {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .not-just-lawyer .lawyer .lawyer-img {
    display: flex;
    justify-content: center;
  }
}
.not-just-lawyer .lawyer .lawyer-img img {
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  width: 100%;
  -o-object-position: center;
     object-position: center;
}
.not-just-lawyer .lawyer h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 1.5px;
  text-align: left;
  color: #FCC984;
}
.not-just-lawyer .lawyer h3 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .not-just-lawyer .lawyer h3 {
    font-size: calc(24px + 24 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .not-just-lawyer .lawyer h3 {
    font-size: 48px;
  }
}
@media screen and (max-width: 991px) {
  .not-just-lawyer .lawyer h3 {
    text-align: center;
  }
}
.not-just-lawyer .lawyer .first-para {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #666666;
}
@media screen and (max-width: 991px) {
  .not-just-lawyer .lawyer .first-para {
    text-align: center;
  }
}
.not-just-lawyer .lawyer .second-para {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #666666;
}
@media screen and (max-width: 991px) {
  .not-just-lawyer .lawyer .second-para {
    text-align: center;
  }
}
.not-just-lawyer .lawyer .not-just-lawyer-btn {
  margin-top: 5rem;
}
@media screen and (max-width: 991px) {
  .not-just-lawyer .lawyer .not-just-lawyer-btn {
    display: flex;
    justify-content: center;
  }
}
.not-just-lawyer .lawyer .not-just-lawyer-btn .first-one {
  background: linear-gradient(180deg, #9E7646 0%, #9C7545 48.44%, #9C7545 100%);
  border: none;
  padding: 12px 25px;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 19px;
  letter-spacing: 1.5px;
  color: #FFFFFF;
  text-decoration: none;
}
.not-just-lawyer .lawyer .not-just-lawyer-btn .first-one {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .not-just-lawyer .lawyer .not-just-lawyer-btn .first-one {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .not-just-lawyer .lawyer .not-just-lawyer-btn .first-one {
    font-size: 14px;
  }
}
.not-just-lawyer .lawyer .not-just-lawyer-btn .first-one:hover {
  background: transparent;
  color: #9C7545;
  border: 1px #9C7545 solid;
}
@media screen and (max-width: 991px) {
  .not-just-lawyer .lawyer .not-just-lawyer-btn .first-one {
    padding: 10px 20px;
  }
}
.not-just-lawyer .lawyer .not-just-lawyer-btn .second-one {
  margin-left: 10px;
  background: transparent;
  border: none;
  padding: 12px 25px;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 19px;
  letter-spacing: 1.5px;
  color: #9C7545;
  text-decoration: none;
  border: 1px #9C7545 solid;
  background: #fff;
}
.not-just-lawyer .lawyer .not-just-lawyer-btn .second-one {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .not-just-lawyer .lawyer .not-just-lawyer-btn .second-one {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .not-just-lawyer .lawyer .not-just-lawyer-btn .second-one {
    font-size: 14px;
  }
}
.not-just-lawyer .lawyer .not-just-lawyer-btn .second-one:hover {
  background-color: #9C7545;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .not-just-lawyer .lawyer .not-just-lawyer-btn .second-one {
    padding: 10px 20px;
  }
}

.looking-for-legal-services {
  background: #292929;
}
.looking-for-legal-services .legal {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .looking-for-legal-services .legal {
    padding: 3rem 0;
  }
}
.looking-for-legal-services .legal a {
  text-decoration: none;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: bold;
  line-height: 19px;
  letter-spacing: 1px;
  text-align: left;
  max-width: 220px;
  border-radius: 0px;
  color: #FFFFFF;
  margin-left: auto;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #9E7646 0%, #9C7545 48.44%, #9C7545 100%);
  border: none;
  padding: 16px 36px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  line-height: 19px;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  color: #FFFFFF;
}
.looking-for-legal-services .legal a {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .looking-for-legal-services .legal a {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .looking-for-legal-services .legal a {
    font-size: 14px;
  }
}
.looking-for-legal-services .legal a {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .looking-for-legal-services .legal a {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .looking-for-legal-services .legal a {
    font-size: 14px;
  }
}
.looking-for-legal-services .legal a:hover {
  background: transparent;
  color: #FFFFFF;
  border: 1px #9C7545 solid;
}
@media screen and (max-width: 991px) {
  .looking-for-legal-services .legal a {
    padding: 10px 30px;
    margin-right: auto;
  }
}
.looking-for-legal-services .legal a img {
  margin-right: 5px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .looking-for-legal-services .legal {
    flex-direction: column;
    gap: 15px;
  }
  .looking-for-legal-services .legal a {
    max-width: 180px;
  }
}
.looking-for-legal-services .legal p {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.looking-for-legal-services .legal p {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .looking-for-legal-services .legal p {
    font-size: calc(18px + 12 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .looking-for-legal-services .legal p {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .looking-for-legal-services .legal p {
    text-align: center;
  }
}

.our-resources {
  margin-top: 5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .our-resources {
    margin-top: 3.5rem;
  }
}
.our-resources .resources-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  color: #FCC984;
}
.our-resources .resources-title {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .our-resources .resources-title {
    font-size: calc(28px + 20 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .our-resources .resources-title {
    font-size: 48px;
  }
}
.our-resources .resources-card {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  margin-top: 4rem;
}
.our-resources .resources-card .upper-section {
  position: relative;
}
.our-resources .resources-card .upper-section p {
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  background: #9C7545;
  border-radius: 2px;
  color: #fff;
  padding: 10px 16px;
  margin-bottom: 0;
  position: absolute;
  top: 10px;
  right: 10px;
}
.our-resources .resources-card .upper-section img {
  width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: 280px;
  -o-object-position: center;
     object-position: center;
}
.our-resources .resources-card .middle-section {
  border-bottom: 2px solid #FCC984;
  padding: 0 2rem;
  padding-bottom: 3rem;
}
.our-resources .resources-card .middle-section h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.0299999993px;
  text-align: left;
  letter-spacing: -0.03px;
  color: #FCC984;
  margin-top: 3rem;
}
.our-resources .resources-card .middle-section p {
  margin-top: 2.5rem;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 0.8;
  color: #FFF;
}
.our-resources .resources-card .middle-section a {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: left;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
}
.our-resources .resources-card .last-section {
  padding: 0 2rem;
}
.our-resources .resources-card .last-section div {
  display: flex;
}
.our-resources .resources-card .last-section div .dot {
  height: 3px;
  width: 3px;
  background-color: #ADADAD;
  border-radius: 50%;
  margin: 1.2rem 1rem;
}
.our-resources .resources-card .last-section div p {
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0px;
  text-align: left;
  color: #ADADAD;
}

.contactUs {
  background-color: #292929;
}
@media screen and (max-width: 900px) {
  .contactUs .center-btn {
    display: flex;
    justify-content: center;
  }
}
.contactUs h5 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 39px;
  /* identical to box height, or 130% */
  color: #FFFFFF;
}
.contactUs h5 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .contactUs h5 {
    font-size: calc(20px + 10 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .contactUs h5 {
    font-size: 30px;
  }
}
.contactUs .nav-btn1 {
  background: linear-gradient(180deg, #9E7646 0%, #9C7545 48.44%, #9C7545 100%);
  border: none;
  padding: 10px 25px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFFFFF;
}

.coaching-session {
  background: #000;
}
.coaching-session .coaching-card {
  padding: 3rem 5rem;
}
@media screen and (max-width: 1200px) {
  .coaching-session .coaching-card {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 575px) {
  .coaching-session .coaching-card {
    padding: 1rem 0rem;
    text-align: center;
  }
}
.coaching-session .coaching-card h2 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: bold;
  line-height: 64px;
  color: #FCC984;
}
.coaching-session .coaching-card h2 {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  .coaching-session .coaching-card h2 {
    font-size: calc(30px + 18 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .coaching-session .coaching-card h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 575px) {
  .coaching-session .coaching-card h2 {
    line-height: 45px;
  }
}
.coaching-session .coaching-card p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 39px;
  color: #FFF;
}
.coaching-session .coaching-card p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .coaching-session .coaching-card p {
    font-size: calc(16px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .coaching-session .coaching-card p {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .coaching-session .coaching-card p {
    line-height: 29px;
  }
}
.coaching-session .coaching-card .btn {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  background: #9C7545;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 14px 40px;
}
.coaching-session .parra-c {
  background-image: url(../images/icons/comas.png);
  background-repeat: no-repeat;
  background-size: 20%;
  padding-left: 4rem;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .coaching-session .parra-c {
    padding-left: 1rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .coaching-session .parra-c {
    padding-top: 25px;
    padding-left: 5px;
  }
}
.coaching-session .parra-c p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 39px;
  color: #FFF;
}
.coaching-session .span-img {
  background-color: #CCCCCC;
  border-radius: 50%;
  margin: 15px;
  height: 64px;
  width: 64px;
}
.coaching-session .logo-name {
  padding-top: 10px;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #FFF;
}
.coaching-session p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #FFF;
}

.contactForm1 .contactDisp .address {
  display: flex;
  text-decoration: none;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 19px;
  margin-bottom: 5px;
  color: #FFF;
}
.contactForm1 .contactDisp .address {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .contactForm1 .contactDisp .address {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .contactForm1 .contactDisp .address {
    font-size: 14px;
  }
}
@media screen and (mAX-width: 992px) {
  .contactForm1 .contactDisp .address {
    text-align: center;
  }
}
.contactForm1 .contactDisp .address a {
  display: flex;
  text-decoration: none;
  color: #FFF;
}
.contactForm1 .contactDisp .address a .image-icon {
  padding-right: 10px;
}
.contactForm1 .nav-btn1 {
  background: linear-gradient(180deg, #9E7646 0%, #9C7545 48.44%, #9C7545 100%);
  border: none;
  padding: 14px 38px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFFFFF;
}
.contactForm1 iframe {
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  .contactForm1 iframe {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .contactForm1 iframe {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .contactForm1 iframe {
    height: 650px;
  }
}

footer {
  background-color: #0E1015;
  border-top: 2px solid #FCC984;
  padding: 5rem 0 0rem 0;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 2rem 0 0rem 0;
  }
}
footer .first .footer-icons {
  margin-top: 1.5rem;
  display: flex;
}
footer .first .footer-icons a {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  footer .first {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
footer .second p {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 1.3999999762px;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
}
footer .second .second-links {
  display: flex;
}
footer .second .second-links ul {
  padding-left: 0;
}
footer .second .second-links ul li {
  list-style: none;
  padding-left: 0;
}
footer .second .second-links ul li a {
  text-decoration: none;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
}
footer .second .second-links ul li a img {
  margin-right: 15px;
}
@media screen and (max-width: 1200px) {
  footer .second .second-links ul li a img {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  footer .second {
    display: none;
  }
}
footer .third p {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 1.3999999762px;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
}
footer .third .news ul {
  padding-left: 0;
}
footer .third .news ul li {
  list-style: none;
  padding-left: 0;
  display: flex;
}
footer .third .news ul li img {
  margin-right: 15px;
}
footer .third .news ul li a {
  text-decoration: none;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer .third {
    display: none;
  }
}
footer .fourth .first-para {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 1.3999999762px;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
}
footer .fourth .second-para {
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
}
footer .fourth form {
  display: block;
}
footer .fourth form input {
  border: none;
  outline: none;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0px;
  display: block;
  width: 100% !important;
  padding: 1rem 1rem;
}
footer .fourth form input::-moz-placeholder {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: left;
}
footer .fourth form input::placeholder {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: left;
}
footer .fourth form button {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.6999999881px;
  text-align: center;
  width: 100%;
  background-color: #9C7545;
  color: #fff;
  border: none;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  footer .fourth {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .fourth .first-para {
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 1.3999999762px;
    text-align: center;
  }
  footer .fourth .second-para {
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: center;
    margin: 1rem 0 !important;
  }
  footer .fourth form {
    display: flex;
    flex-direction: column;
  }
  footer .fourth form input {
    border: none;
    outline: none;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
    display: block;
    width: 600px !important;
    padding: 0.8rem 1rem;
    border-radius: 5px;
  }
  footer .fourth form input::-moz-placeholder {
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: left;
  }
  footer .fourth form input::placeholder {
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: left;
  }
  footer .fourth form button {
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.6999999881px;
    text-align: center;
    width: 294px;
    border-radius: 5px;
    background-color: #9C7545;
    color: #fff;
    border: none;
    padding: 10px 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 650px) {
  footer .fourth form input {
    width: 520px !important;
  }
}
@media screen and (max-width: 560px) {
  footer .fourth form input {
    width: 450px !important;
  }
  footer .fourth form button {
    width: 250px;
  }
}
@media screen and (max-width: 490px) {
  footer .fourth form input {
    width: 350px !important;
  }
}
@media screen and (max-width: 380px) {
  footer .fourth form input {
    width: 300px !important;
  }
  footer .fourth form button {
    width: 150px;
  }
}
footer .last-section {
  padding: 1rem 0;
  display: flex;
  margin-top: 2rem;
}
@media screen and (max-width: 1210px) {
  footer .last-section {
    display: block;
  }
}
footer .last-section .last {
  margin-left: auto;
}
footer .last-section .first-one {
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 1210px) {
  footer .last-section .first-one {
    text-align: center !important;
  }
}
footer .last-section .second-one {
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 1210px) {
  footer .last-section .second-one {
    text-align: center !important;
    margin-top: 15px;
  }
}

.client_bottom_margin {
  margin-bottom: 200px;
}

.client_bottom_section {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.client_bottom_section img {
  max-width: 100px;
}

.card {
  background: #282828 !important;
}

.slick-dots li.slick-active button::before {
  color: #FCC984 !important;
}
.slick-dots li button::before {
  color: #A8A8A8 !important;
}

.form1 .form-control {
  background-color: transparent !important;
  border: 2px solid #FCC984 !important;
  color: #fff !important;
  margin: 10px 0;
}

.industries_col .img_card {
  padding: 10px;
  position: relative;
}
.industries_col .img_card img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.industries_col .img_card .text-light {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.grid_anc {
  padding: 10px;
  text-decoration: none;
  color: #FCC984;
}

.mission-section {
  background: #222222;
}
.mission-section .mission-row .mission-section-img {
  align-self: center;
}
.mission-section .mission-row .mission-section-bg {
  align-self: center;
}
.mission-section .mission-row .mission-section-bg h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 55px;
  letter-spacing: 1.5px;
  color: #FFFFFF;
}
@media screen and (max-width: 992px) {
  .mission-section .mission-row .mission-section-bg h3 {
    padding-top: 2rem;
  }
}
.mission-section .mission-row .mission-section-bg h3 {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .mission-section .mission-row .mission-section-bg h3 {
    font-size: calc(18px + 30 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .mission-section .mission-row .mission-section-bg h3 {
    font-size: 48px;
  }
}
.mission-section .mission-row .mission-section-bg p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  color: #FFFFFF;
}
.mission-section .mission-row .mission-section-bg p {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .mission-section .mission-row .mission-section-bg p {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .mission-section .mission-row .mission-section-bg p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .mission-section .mission-row .mission-section-bg .list-row {
    display: none;
  }
}
.mission-section .mission-row .mission-section-bg .list-row .our-mission-list ul {
  list-style-image: url("https://neolegal.decryptblock.com/wp-content/uploads/2021/12/m-list-icon.png");
}
.mission-section .mission-row .mission-section-bg .list-row .our-mission-list ul li {
  line-height: 3rem;
}
.mission-section .mission-row .mission-section-bg .list-row .our-mission-list ul li .list-a {
  text-decoration: none;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}
@media screen and (min-width: 1200px) {
  .mission-section .mission-row .list-row-1 {
    display: none;
  }
}
.mission-section .mission-row .list-row-1 .our-mission-list-1 {
  padding-top: 2rem;
}
@media screen and (min-width: 576px) {
  .mission-section .mission-row .list-row-1 .our-mission-list-1 {
    display: flex;
    justify-content: space-around;
  }
}
.mission-section .mission-row .list-row-1 .our-mission-list-1 ul {
  list-style-image: url("https://neolegal.decryptblock.com/wp-content/uploads/2021/12/m-list-icon.png");
}
.mission-section .mission-row .list-row-1 .our-mission-list-1 ul li {
  line-height: 3rem;
}
.mission-section .mission-row .list-row-1 .our-mission-list-1 ul li .list-a1 {
  text-decoration: none;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}

.wp-block-columns {
  margin-bottom: 0 !important;
}

.nav-section {
  background-color: #121212;
}
.nav-section nav.bg-light {
  background: transparent !important;
}
.nav-section nav .nav-item a {
  transition: all 0.5s ease;
  border-bottom: 2px solid transparent;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}
.nav-section nav .nav-item a:hover {
  border-bottom: 2px solid #FCC984;
  background-color: transparent !important;
}
.nav-section nav .nav-item a.active {
  background: transparent !important;
  line-height: 35px;
  border-bottom: 2px solid #FCC984;
}
.nav-section nav .nav-item a.active:hover {
  color: #FFFFFF;
}
.nav-section nav .nav-item a img {
  margin-left: 5px;
}
.nav-section nav .dropdown-menu {
  background: rgb(41, 41, 41);
  padding: 1rem 0 !important;
}
.nav-section nav .dropdown-menu a {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  color: #FFFFFF !important;
}
.nav-section nav .dropdown-menu .dropdown-item img {
  margin-right: 5px;
}
.nav-section nav .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
  color: linear-gradient(125.9deg, #9C7545 -10.63%, #FCC984 78.03%, #FCC984 132.41%) !important;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.nav-section nav .main-nav-ul .main-nav-li {
  display: block;
}
@media screen and (min-width: 992px) {
  .nav-section nav .main-nav-ul .main-nav-li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 18px;
  }
}
.nav-section nav .main-nav-ul .main-nav-li.top-links {
  display: block;
}
@media screen and (min-width: 992px) {
  .nav-section nav .main-nav-ul .main-nav-li.top-links {
    display: none;
  }
}
.nav-section nav .nav-btn {
  background: linear-gradient(180deg, #9E7646 0%, #9C7545 48.44%, #9C7545 100%);
  border: none;
  padding: 10px 25px;
  text-decoration: none;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .nav-section nav .nav-border {
    border-bottom: 1px solid #FFFFFF;
  }
}

.about {
  background: url(../images/background/aboutus-Background.png) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about .about-us-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 575px) {
  .about .about-us-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.about .about-us-content h2 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 62px !important;
  /* identical to box height, or 77% */
  text-align: center;
  color: #FFFFFF;
}
.about .about-us-content h2 {
  font-size: 38px;
}
@media screen and (min-width: 320px) {
  .about .about-us-content h2 {
    font-size: calc(38px + 42 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .about .about-us-content h2 {
    font-size: 80px;
  }
}
.about .about-us-content .para-div {
  display: flex;
  justify-content: center;
}
.about .about-us-content .para-div p {
  display: flex;
  justify-content: center;
  color: #FFFFFF !important;
  font-family: "Open Sans";
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.400000006px;
  font-style: normal;
  text-align: center;
  max-width: 840px;
}
.about .about-us-content .para-div p {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .about .about-us-content .para-div p {
    font-size: calc(20px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .about .about-us-content .para-div p {
    font-size: 24px;
  }
}

.our-story .our-story-content {
  text-align: center;
}
.our-story .our-story-content h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  /* identical to box height */
  text-align: center;
  letter-spacing: 0.8px;
  color: #FCC984;
  position: relative;
}
.our-story .our-story-content h3 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .our-story .our-story-content h3 {
    font-size: calc(24px + 12 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .our-story .our-story-content h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .our-story .our-story-content h3 {
    line-height: 18px !important;
  }
}
.our-story .our-story-content h3::after {
  content: "";
  height: 4px;
  max-width: 300px;
  width: 60%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  background: #9C7545;
}
.our-story .our-story-content P {
  margin-top: 1rem;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 41px;
  /* or 228% */
  text-align: center;
  color: #fff;
}
.our-story .our-story-content P {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .our-story .our-story-content P {
    font-size: calc(14px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .our-story .our-story-content P {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .our-story .our-story-content P {
    line-height: 30px;
  }
}
.our-story .our-story-content .our-story-parra::after {
  content: "";
  height: 4px;
  max-width: 300px;
  width: 70%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 4px solid #E6E6E6;
}

.our-story-brand .grid-box {
  padding-top: 1rem;
}
@media screen and (max-width: 762px) {
  .our-story-brand .grid-box {
    padding-top: 5px;
  }
}
.our-story-brand .grid-box .grid-box-container .grid-border {
  border: 1px solid #E6E6E6;
}
@media screen and (max-width: 1200px) {
  .our-story-brand .grid-box .grid-box-container .grid-border {
    border: none;
  }
}
.our-story-brand .grid-box .grid-box-container .grid-border:first-child {
  border-left: none;
  border-right: none;
}
.our-story-brand .grid-box .grid-box-container .grid-border:nth-child(2) {
  border-right: none;
}
.our-story-brand .grid-box .grid-box-container .grid-border:last-child {
  border-left: none;
  border-right: none;
}
.our-story-brand .grid-box .grid-box-container .grid-border .grid-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
@media screen and (max-width: 762px) {
  .our-story-brand .grid-box .grid-box-container .grid-border .grid-1 {
    padding: 1rem !important;
  }
}
.our-story-brand .grid-box .grid-box-container .grid-border .grid-1 h4 {
  text-align: center;
  margin-top: 1rem;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  line-height: 41px;
  /* identical to box height, or 171% */
  letter-spacing: 1.2px;
  color: #000000;
}
@media screen and (max-width: 762px) {
  .our-story-brand .grid-box .grid-box-container .grid-border .grid-1 h4 {
    margin-top: 5px;
  }
}
.our-story-brand .grid-box .grid-box-container .grid-border .grid-1 h4 {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .our-story-brand .grid-box .grid-box-container .grid-border .grid-1 h4 {
    font-size: calc(18px + 6 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .our-story-brand .grid-box .grid-box-container .grid-border .grid-1 h4 {
    font-size: 24px;
  }
}
.our-story-brand .grid-box .grid-box-container .grid-border .grid-1 .grid-para {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  /* or 164% */
  text-align: center;
  color: #666666;
}

.we-know-our-clients .row {
  padding-top: 5rem;
  padding-bottom: 2rem;
  display: flex;
  justify-content: space-around;
}
.we-know-our-clients .row .client-section-img {
  align-self: center;
}
.we-know-our-clients .row .client-section-bg .client-section-content {
  align-items: center;
}
.we-know-our-clients .row .client-section-bg .client-section-content h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 50px;
  letter-spacing: 0px !important;
  color: #FCC984;
}
.we-know-our-clients .row .client-section-bg .client-section-content h3 {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .we-know-our-clients .row .client-section-bg .client-section-content h3 {
    font-size: calc(28px + 20 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .we-know-our-clients .row .client-section-bg .client-section-content h3 {
    font-size: 48px;
  }
}
@media screen and (max-width: 991px) {
  .we-know-our-clients .row .client-section-bg .client-section-content h3 {
    line-height: 35px;
    padding-top: 1rem;
  }
}
.we-know-our-clients .row .client-section-bg .client-section-content p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #FFF;
  margin-bottom: 0rem;
}
@media screen and (max-width: 991px) {
  .we-know-our-clients .row .client-section-bg .client-section-content p {
    padding-top: 1rem;
  }
}
.we-know-our-clients .row .client-section-bg .para-note {
  border-left: 5px solid #E6936B;
  background: transparent;
  padding: 1rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .we-know-our-clients .row .client-section-bg .para-note {
    display: none;
  }
}
.we-know-our-clients .row .client-section-bg .para-note {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .we-know-our-clients .row .client-section-bg .para-note {
    font-size: calc(18px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .we-know-our-clients .row .client-section-bg .para-note {
    font-size: 22px;
  }
}
.we-know-our-clients .row .para-note-1 {
  float: right;
  border-left: 5px solid #E6936B;
  background: transparent;
  padding: 1rem;
  margin-bottom: 2rem;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .we-know-our-clients .row .para-note-1 {
    display: none;
  }
}
.we-know-our-clients .row .para-note-1 {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .we-know-our-clients .row .para-note-1 {
    font-size: calc(18px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .we-know-our-clients .row .para-note-1 {
    font-size: 22px;
  }
}

.mission-section {
  background: #222222;
}
.mission-section .mission-row .mission-section-img {
  align-self: center;
}
.mission-section .mission-row .mission-section-bg {
  align-self: center;
}
.mission-section .mission-row .mission-section-bg h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 55px;
  letter-spacing: 1.5px;
  color: #FFFFFF;
}
@media screen and (max-width: 992px) {
  .mission-section .mission-row .mission-section-bg h3 {
    padding-top: 2rem;
  }
}
.mission-section .mission-row .mission-section-bg h3 {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .mission-section .mission-row .mission-section-bg h3 {
    font-size: calc(18px + 30 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .mission-section .mission-row .mission-section-bg h3 {
    font-size: 48px;
  }
}
.mission-section .mission-row .mission-section-bg p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  color: #FFFFFF;
}
.mission-section .mission-row .mission-section-bg p {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .mission-section .mission-row .mission-section-bg p {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .mission-section .mission-row .mission-section-bg p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .mission-section .mission-row .mission-section-bg .list-row {
    display: none;
  }
}
.mission-section .mission-row .mission-section-bg .list-row .our-mission-list ul {
  list-style-image: url("https://neolegal.decryptblock.com/wp-content/uploads/2021/12/m-list-icon.png");
}
.mission-section .mission-row .mission-section-bg .list-row .our-mission-list ul li {
  line-height: 3rem;
}
.mission-section .mission-row .mission-section-bg .list-row .our-mission-list ul li .list-a {
  text-decoration: none;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}
@media screen and (min-width: 1200px) {
  .mission-section .mission-row .list-row-1 {
    display: none;
  }
}
.mission-section .mission-row .list-row-1 .our-mission-list-1 {
  padding-top: 2rem;
}
@media screen and (min-width: 576px) {
  .mission-section .mission-row .list-row-1 .our-mission-list-1 {
    display: flex;
    justify-content: space-around;
  }
}
.mission-section .mission-row .list-row-1 .our-mission-list-1 ul {
  list-style-image: url("https://neolegal.decryptblock.com/wp-content/uploads/2021/12/m-list-icon.png");
}
.mission-section .mission-row .list-row-1 .our-mission-list-1 ul li {
  line-height: 3rem;
}
.mission-section .mission-row .list-row-1 .our-mission-list-1 ul li .list-a1 {
  text-decoration: none;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}

.legal-team {
  background: #161616;
  padding-bottom: 4rem;
}
.legal-team .row .legal-team-content {
  text-align: center;
}
.legal-team .row .legal-team-content h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-style: normal;
  font-weight: normal;
  line-height: 56px;
  text-align: center;
  letter-spacing: 1.5px;
  color: #FCC984;
  position: relative;
}
.legal-team .row .legal-team-content h3 {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .legal-team .row .legal-team-content h3 {
    font-size: calc(28px + 20 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .legal-team .row .legal-team-content h3 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .legal-team .row .legal-team-content h3 {
    line-height: 36px !important;
  }
}
.legal-team .row .legal-team-content h3::after {
  content: "";
  height: 4px;
  max-width: 300px;
  width: 60%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  background: #9C7545;
}
.legal-team .row .legal-team-content .our-story-parra {
  display: flex;
  justify-content: center;
}
.legal-team .row .legal-team-content .our-story-parra P {
  text-align: center;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
  max-width: 829px;
}
.legal-team .row .legal-team-content .our-story-parra P {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .legal-team .row .legal-team-content .our-story-parra P {
    font-size: calc(14px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .legal-team .row .legal-team-content .our-story-parra P {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .legal-team .row .legal-team-content .our-story-parra P {
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .legal-team .row .legal-team-content .our-story-parra P {
    min-height: 75px;
  }
}
.legal-team .row #legal-team-cards .slick-slide img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.legal-team .row #legal-team-cards .slick-dots li button:before {
  color: #CCCCCC;
  font-size: 10px;
}
.legal-team .row #legal-team-cards .slick-dots li.slick-active button:before {
  color: #E6936B;
}
.legal-team .row .container .row {
  display: flex;
  justify-content: space-around;
  margin-bottom: 2rem;
}
.legal-team .row .container .row .card {
  background: #222222 !important;
  border: none !important;
}
.legal-team .row .container .row .card-body {
  text-align: center;
  position: relative;
  border-bottom: 5px solid #fff !important;
  border-radius: 0;
}
.legal-team .row .container .row .card-body h5 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.1125px;
  color: #FCC984;
}
.legal-team .row .container .row .card-body h5 {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .legal-team .row .container .row .card-body h5 {
    font-size: calc(18px + 8 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .legal-team .row .container .row .card-body h5 {
    font-size: 26px;
  }
}
.legal-team .row .container .row .card-body h6 {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  line-height: 23px;
  text-align: center;
  color: #fff;
}
.legal-team .row .container .row .card-body p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  color: #8C8C8C;
}
.legal-team .row .container .row .card-body .card-icons {
  display: flex;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  justify-content: space-around;
}
.legal-team .row .container .row .card-body .card-icons .fb-icon {
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3B5998;
  border-radius: 50%;
  color: #000000;
}
.legal-team .row .container .row .card-body .card-icons .fb-icon .icon-a {
  color: #000000;
  text-decoration: none;
}
.legal-team .row .container .row .card-body .card-icons .twitter-icon {
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1DA1F2;
  border-radius: 50%;
}
.legal-team .row .container .row .card-body .card-icons .twitter-icon .icon-a {
  color: #000000;
  text-decoration: none;
}
.legal-team .row .container .row .card-body .card-icons .yt-icon {
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #CD201F;
  border-radius: 50%;
}
.legal-team .row .container .row .card-body .card-icons .yt-icon .icon-a {
  color: #000000;
  text-decoration: none;
}
.legal-team .row .container .row .card-body .card-icons .gm-icon {
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EA4335;
  border-radius: 50%;
}
.legal-team .row .container .row .card-body .card-icons .gm-icon .icon-a {
  color: #000000;
  text-decoration: none;
}
.legal-team .row .container .row .card-body .btn {
  margin: 1rem;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1px;
  color: #FFFFFF;
  background: #9C7545;
}
.legal-team .row .container .row .card-body .btn:hover {
  background-color: #FFFFFF;
  color: #9C7545;
  border-color: #9C7545;
}
.legal-team .row .container .row .card-body::after {
  content: "";
  height: 5px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -13px;
  background: linear-gradient(90deg, #9C7545 0%, #FCC984 50.99%, #9C7545 99.91%);
  border-radius: 14px;
}
.legal-team .row .team-m-bottom {
  display: flex;
  justify-content: center;
  padding-bottom: 3rem;
}
.legal-team .row .team-m-bottom .legal-team-bottom .legal-bottom-content {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: normal;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #fff;
  max-width: 849px;
}
.legal-team .row .team-m-bottom .legal-team-bottom .legal-bottom-content {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  .legal-team .row .team-m-bottom .legal-team-bottom .legal-bottom-content {
    font-size: calc(22px + 10 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .legal-team .row .team-m-bottom .legal-team-bottom .legal-bottom-content {
    font-size: 32px;
  }
}
.legal-team .row .team-m-bottom .legal-team-bottom .legal-bottom-content .btn {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1px;
  color: #FFFFFF;
  background: #9C7545;
  padding: 1rem 3.1rem;
  border-radius: 0 !important;
}
.legal-team .row .team-m-bottom .legal-team-bottom .legal-bottom-content .btn:hover {
  background-color: #FFFFFF;
  color: #9C7545;
  border-color: #9C7545;
}

.client-evaluation {
  background: #2A2B2B;
  mix-blend-mode: normal;
  opacity: 0.93;
}
.client-evaluation .top-part {
  padding-top: 3rem;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 56px;
  text-align: center;
  letter-spacing: 1.5px;
  color: #FFFFFF;
}
.client-evaluation .top-part {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .client-evaluation .top-part {
    font-size: calc(28px + 20 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .client-evaluation .top-part {
    font-size: 48px;
  }
}
.client-evaluation #client-eval-carausel .slick-dots li button:before {
  color: #CCCCCC;
  font-size: 10px;
}
.client-evaluation #client-eval-carausel .slick-dots li.slick-active button:before {
  color: #E6936B;
}
@media screen and (max-width: 767px) {
  .client-evaluation .grid-box .grid-box-container {
    display: none;
  }
}
.client-evaluation .grid-box .grid-box-container .grid-border {
  border: none;
}
@media screen and (min-width: 992px) {
  .client-evaluation .grid-box .grid-box-container .grid-border {
    border-left: 1px solid #474E57;
    border-right: 1px solid #474E57;
  }
}
@media screen and (min-width: 992px) {
  .client-evaluation .grid-box .grid-box-container .grid-border:first-child {
    border-left: none;
  }
}
@media screen and (max-width: 991px) {
  .client-evaluation .grid-box .grid-box-container .grid-border:nth-child(2) {
    border-left: 1px solid #474E57;
    border-bottom: 1px solid #474E57;
  }
}
@media screen and (max-width: 991px) {
  .client-evaluation .grid-box .grid-box-container .grid-border:nth-child(3) {
    border-right: 1px solid #474E57;
    border-top: 1px solid #474E57;
  }
}
@media screen and (min-width: 992px) {
  .client-evaluation .grid-box .grid-box-container .grid-border:last-child {
    border-right: none;
  }
}
.client-evaluation .grid-box .grid-box-container .grid-border .grid-1 {
  padding: 3rem 1.3rem;
}
.client-evaluation .grid-box .grid-box-container .grid-border .grid-1 p {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
}
.client-evaluation .grid-box .grid-box-container .grid-border .grid-1 h5 {
  padding-top: 12px;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
}
.client-evaluation .grid-box .grid-box-container .grid-border .grid-1 h5 {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .client-evaluation .grid-box .grid-box-container .grid-border .grid-1 h5 {
    font-size: calc(14px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .client-evaluation .grid-box .grid-box-container .grid-border .grid-1 h5 {
    font-size: 18px;
  }
}
.client-evaluation .grid-box .grid-box-container .grid-border .grid-1 h6 {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: normal;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .client-evaluation .grid-box .grid-box-container-1 {
    display: none;
  }
}
.client-evaluation .grid-box .grid-box-container-1 .grid-1 p {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
}
.client-evaluation .grid-box .grid-box-container-1 .grid-1 h5 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
}
.client-evaluation .grid-box .grid-box-container-1 .grid-1 h5 {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .client-evaluation .grid-box .grid-box-container-1 .grid-1 h5 {
    font-size: calc(14px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .client-evaluation .grid-box .grid-box-container-1 .grid-1 h5 {
    font-size: 18px;
  }
}
.client-evaluation .grid-box .grid-box-container-1 .grid-1 h6 {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: normal;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
}
.client-evaluation .grid-box .grid-box-container-1 .grid-border {
  border-left: 1px solid #474E57;
  border-right: 1px solid #474E57;
}
.client-evaluation .grid-box .grid-box-container-1 .grid-border:first-child {
  border-left: none;
}
@media screen and (max-width: 768px) {
  .client-evaluation .grid-box .grid-box-container-1 .grid-border:first-child {
    border-left: 1px solid #474E57;
  }
}
.client-evaluation .grid-box .grid-box-container-1 .grid-border:last-child {
  border-right: none;
}
.client-evaluation .book-btn {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.client-evaluation .book-btn .btn {
  padding: 1rem;
  text-align: center;
}
.client-evaluation .book-btn .btn .bt1 {
  padding: 15px;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 1.6px;
  color: #FFFFFF;
  text-decoration: none;
  margin: 4px;
  background: linear-gradient(180deg, #9C7545 0%, #9C7545 49.48%, #9C7545 100%);
}
.client-evaluation .book-btn .btn .bt1:hover {
  background: #FFFFFF;
  color: #9C7545;
  border-color: #9C7545;
}

.contact-us {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .contact-us {
    display: none;
  }
}
.contact-us h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 55px;
  /* or 115% */
  text-align: center;
  letter-spacing: 1.5px;
  color: #FCC984;
}
.contact-us h3 {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .contact-us h3 {
    font-size: calc(28px + 20 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .contact-us h3 {
    font-size: 48px;
  }
}
.contact-us .contact-info {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 34px;
  margin-bottom: 44px;
}
.contact-us .address {
  text-decoration: none;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}
.contact-us .address img {
  padding-right: 4px;
}
.contact-us .para {
  margin-top: 20px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  /* or 164% */
  text-align: center;
  color: #414141;
}
.contact-us .form1 {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
.contact-us .nav-btn1 {
  background: linear-gradient(180deg, #9E7646 0%, #9C7545 48.44%, #9C7545 100%);
  border: none;
  padding: 10px 25px;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #FFFFFF;
}

.trusted-by .trusted-by-content {
  padding-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trusted-by .trusted-by-content {
    padding-top: 10px;
  }
}
.trusted-by .trusted-by-content h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 55px;
  letter-spacing: 1.5px;
  color: #000000;
}
.trusted-by .trusted-by-content h3 {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .trusted-by .trusted-by-content h3 {
    font-size: calc(28px + 20 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .trusted-by .trusted-by-content h3 {
    font-size: 48px;
  }
}
.trusted-by .trusted-by-content p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  color: #666666;
  padding-bottom: 2rem;
  max-width: 655px;
}
.trusted-by .carousal-cotainer {
  padding-bottom: 10px;
}
.trusted-by .carousal-cotainer .company-logo-by {
  padding: 1rem 0rem;
}
.trusted-by .carousal-cotainer .company-logo-by .company-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.meet-team {
  background: url(../images/section-image/meet-team-page.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
}
.meet-team .about-team-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .meet-team .about-team-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.meet-team .about-team-content h2 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 62px !important;
  /* identical to box height, or 77% */
  text-align: center;
  color: #FFFFFF;
}
.meet-team .about-team-content h2 {
  font-size: 38px;
}
@media screen and (min-width: 320px) {
  .meet-team .about-team-content h2 {
    font-size: calc(38px + 42 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .meet-team .about-team-content h2 {
    font-size: 80px;
  }
}
.meet-team .about-team-content .para-div {
  display: flex;
  justify-content: center;
}
.meet-team .about-team-content .para-div p {
  display: flex;
  justify-content: center;
  color: #FFFFFF !important;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 39px !important;
  text-align: center;
  max-width: 840px;
  padding-bottom: 2rem;
}
.meet-team .about-team-content .para-div p {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .meet-team .about-team-content .para-div p {
    font-size: calc(20px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .meet-team .about-team-content .para-div p {
    font-size: 24px;
  }
}

.legal-team .legal-team-content {
  text-align: center;
}
.legal-team .legal-team-content p {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 39px !important;
  text-align: center;
}
.legal-team .legal-team-content p {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .legal-team .legal-team-content p {
    font-size: calc(20px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .legal-team .legal-team-content p {
    font-size: 24px;
  }
}
.legal-team nav {
  display: flex;
  justify-content: center;
}
.legal-team nav .nav-tabs {
  border: none;
  outline: none !important;
}
@media screen and (max-width: 767px) {
  .legal-team nav .nav-tabs {
    display: flex;
    flex-wrap: wrap;
  }
}
.legal-team nav .nav-tabs .nav-link.active {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  line-height: 62px;
  text-align: center;
  color: #000000;
  background-color: transparent;
  border: transparent;
  border-bottom: 4px solid #9C7545;
  outline: none !important;
}
.legal-team nav .nav-tabs .nav-link.active {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .legal-team nav .nav-tabs .nav-link.active {
    font-size: calc(20px + 16 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .legal-team nav .nav-tabs .nav-link.active {
    font-size: 36px;
  }
}
.legal-team nav .nav-tabs .nav-link {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  line-height: 62px;
  text-align: center;
  color: #BABABA;
}
.legal-team nav .nav-tabs .nav-link {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .legal-team nav .nav-tabs .nav-link {
    font-size: calc(20px + 16 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .legal-team nav .nav-tabs .nav-link {
    font-size: 36px;
  }
}
.legal-team nav .nav-tabs .nav-link:hover {
  border: transparent;
  border-bottom: 4px solid #9C7545;
  outline: none;
}
.legal-team .tab-pane.active p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  color: #000000;
}
.legal-team .tab-pane.active p {
  font-size: 13px;
}
@media screen and (min-width: 320px) {
  .legal-team .tab-pane.active p {
    font-size: calc(13px + 5 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .legal-team .tab-pane.active p {
    font-size: 18px;
  }
}

.emp-details {
  background: url(../images/background/emp-deta-bg.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
}
.emp-details .about-employee-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.emp-details .about-employee-content h2 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 62px !important;
  /* identical to box height, or 77% */
  text-align: center;
  color: #FFFFFF;
}
.emp-details .about-employee-content h2 {
  font-size: 38px;
}
@media screen and (min-width: 320px) {
  .emp-details .about-employee-content h2 {
    font-size: calc(38px + 42 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .emp-details .about-employee-content h2 {
    font-size: 80px;
  }
}
.emp-details .about-employee-content .para-div {
  display: flex;
  justify-content: center;
}
.emp-details .about-employee-content .para-div p {
  padding-top: 1rem;
  display: flex;
  justify-content: center;
  color: #FFFFFF !important;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 39px !important;
  text-align: center;
  max-width: 840px;
  padding-bottom: 2rem;
}
.emp-details .about-employee-content .para-div p {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .emp-details .about-employee-content .para-div p {
    font-size: calc(20px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .emp-details .about-employee-content .para-div p {
    font-size: 24px;
  }
}

.site-nav-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
@media screen and (max-width: 300px) {
  .site-nav-section ul {
    display: flex;
    flex: wrap;
  }
}
.site-nav-section ul li {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 29px;
  text-align: center;
  position: relative;
}
.site-nav-section ul li {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .site-nav-section ul li {
    font-size: calc(16px + 8 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .site-nav-section ul li {
    font-size: 24px;
  }
}
.site-nav-section ul li .s-p {
  font-family: "Open Sans";
  position: absolute;
  bottom: 20%;
}
.site-nav-section ul li a {
  color: #000000;
}
.site-nav-section ul li a:hover {
  color: #000011;
  border-bottom: 2px solid #9C7545;
  border-radius: 2px;
}

.employee-section {
  padding: 2rem;
}
.employee-section .employee-row .employee-section-img {
  align-self: center;
}
.employee-section .employee-row .employee-section-bg {
  align-self: center;
}
.employee-section .employee-row .employee-section-bg .employee-section-content nav {
  display: flex;
  justify-content: center;
}
.employee-section .employee-row .employee-section-bg .employee-section-content nav .nav-tabs {
  border: none;
  outline: none !important;
}
.employee-section .employee-row .employee-section-bg .employee-section-content nav .nav-tabs .nav-link.active {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  line-height: 62px;
  text-align: center;
  color: #FCC984;
  border: transparent;
  border-bottom: 4px solid #9C7545;
  background: transparent;
  outline: none !important;
}
.employee-section .employee-row .employee-section-bg .employee-section-content nav .nav-tabs .nav-link.active {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .employee-section .employee-row .employee-section-bg .employee-section-content nav .nav-tabs .nav-link.active {
    font-size: calc(20px + 16 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .employee-section .employee-row .employee-section-bg .employee-section-content nav .nav-tabs .nav-link.active {
    font-size: 36px;
  }
}
.employee-section .employee-row .employee-section-bg .employee-section-content nav .nav-tabs .nav-link {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  line-height: 62px;
  text-align: center;
  color: #fff;
}
.employee-section .employee-row .employee-section-bg .employee-section-content nav .nav-tabs .nav-link {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .employee-section .employee-row .employee-section-bg .employee-section-content nav .nav-tabs .nav-link {
    font-size: calc(20px + 16 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .employee-section .employee-row .employee-section-bg .employee-section-content nav .nav-tabs .nav-link {
    font-size: 36px;
  }
}
.employee-section .employee-row .employee-section-bg .employee-section-content nav .nav-tabs .nav-link:hover {
  border: transparent;
  border-bottom: 4px solid #9C7545;
  outline: none;
}
.employee-section .employee-row .employee-section-bg .employee-section-content .tab-content {
  color: #fff;
}
.employee-section .employee-row .employee-section-bg .employee-section-content .tab-pane.active p, .employee-section .employee-row .employee-section-bg .employee-section-content .tab-pane.active ul {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  color: #fff;
}
.employee-section .employee-row .employee-section-bg .employee-section-content .tab-pane.active p, .employee-section .employee-row .employee-section-bg .employee-section-content .tab-pane.active ul {
  font-size: 13px;
}
@media screen and (min-width: 320px) {
  .employee-section .employee-row .employee-section-bg .employee-section-content .tab-pane.active p, .employee-section .employee-row .employee-section-bg .employee-section-content .tab-pane.active ul {
    font-size: calc(13px + 5 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .employee-section .employee-row .employee-section-bg .employee-section-content .tab-pane.active p, .employee-section .employee-row .employee-section-bg .employee-section-content .tab-pane.active ul {
    font-size: 18px;
  }
}

.members {
  background: url(../images/background/existing-members-bg.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
}
.members .members-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .members .members-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.members .members-content h2 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 62px !important;
  /* identical to box height, or 77% */
  text-align: center;
  color: #FFFFFF;
}
.members .members-content h2 {
  font-size: 38px;
}
@media screen and (min-width: 320px) {
  .members .members-content h2 {
    font-size: calc(38px + 42 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .members .members-content h2 {
    font-size: 80px;
  }
}
.members .members-content .para-div {
  display: flex;
  justify-content: center;
}
.members .members-content .para-div p {
  padding-top: 1rem;
  display: flex;
  justify-content: center;
  color: #FFFFFF !important;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 39px !important;
  text-align: center;
  max-width: 840px;
  padding-bottom: 2rem;
}
.members .members-content .para-div p {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .members .members-content .para-div p {
    font-size: calc(20px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .members .members-content .para-div p {
    font-size: 24px;
  }
}

.members-cards .members-container .members-content .members-heading {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 58px;
  text-align: center;
  color: #000000;
}
.members-cards .members-container .members-content .members-heading {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  .members-cards .members-container .members-content .members-heading {
    font-size: calc(30px + 18 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .members-cards .members-container .members-content .members-heading {
    font-size: 48px;
  }
}
.members-cards .members-container .members-content .members-parra {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  text-align: center;
  color: #000000;
}
.members-cards .members-container .members-content .members-parra {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .members-cards .members-container .members-content .members-parra {
    font-size: calc(14px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .members-cards .members-container .members-content .members-parra {
    font-size: 18px;
  }
}
.members-cards .members-container .card-cols .inside-card {
  background: #E7E7E7;
  border-radius: 10px;
  text-align: center;
  padding: 30px 100px;
  min-height: 75vh;
  position: relative;
  margin: 40px;
}
@media screen and (max-width: 576px) {
  .members-cards .members-container .card-cols .inside-card {
    margin: auto;
    padding: 30px 20px;
  }
}
.members-cards .members-container .card-cols .inside-card:hover {
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  border-style: solid;
  border-width: 6px;
  border-color: #9C7545;
}
.members-cards .members-container .card-cols .inside-card h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.02px;
  color: #000000;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
.members-cards .members-container .card-cols .inside-card h3 {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .members-cards .members-container .card-cols .inside-card h3 {
    font-size: calc(18px + 18 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .members-cards .members-container .card-cols .inside-card h3 {
    font-size: 36px;
  }
}
.members-cards .members-container .card-cols .inside-card h3::after {
  content: "";
  height: 4px;
  max-width: 300px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  background: linear-gradient(90deg, #9C7545 0%, #FCC984 50.99%, #9C7545 99.91%);
  border-radius: 14px;
}
.members-cards .members-container .card-cols .inside-card p {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.02px;
  color: #000000;
  padding-top: 1rem;
}
.members-cards .members-container .card-cols .inside-card p {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .members-cards .members-container .card-cols .inside-card p {
    font-size: calc(14px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .members-cards .members-container .card-cols .inside-card p {
    font-size: 18px;
  }
}
.members-cards .members-container .card-cols .inside-card a {
  position: absolute;
  bottom: 3%;
  transform: translateX(-50%);
  background: #FFFFFF;
  border: 2px solid #9C7545;
  box-sizing: border-box;
  border-radius: 10px;
}

#token-generator-bg {
  background-color: #ECECEC;
}

.token {
  background: url(../images/background/token-bg.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
}
.token .tokens-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 576px) {
  .token .tokens-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.token .tokens-content h2 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 62px !important;
  /* identical to box height, or 77% */
  text-align: center;
  color: #FFFFFF;
}
.token .tokens-content h2 {
  font-size: 38px;
}
@media screen and (min-width: 320px) {
  .token .tokens-content h2 {
    font-size: calc(38px + 42 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .token .tokens-content h2 {
    font-size: 80px;
  }
}
.token .tokens-content .para-div {
  display: flex;
  justify-content: center;
}
.token .tokens-content .para-div p {
  padding-top: 1rem;
  display: flex;
  justify-content: center;
  color: #FFFFFF !important;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 39px !important;
  text-align: center;
  max-width: 840px;
  padding-bottom: 2rem;
}
.token .tokens-content .para-div p {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .token .tokens-content .para-div p {
    font-size: calc(20px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .token .tokens-content .para-div p {
    font-size: 24px;
  }
}

.token-cards .token-container .token-content {
  max-width: 928px;
}
.token-cards .token-container .token-content .token-heading {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 58px;
  text-align: center;
  color: #000000;
}
.token-cards .token-container .token-content .token-heading {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .token-cards .token-container .token-content .token-heading {
    font-size: calc(28px + 20 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .token-cards .token-container .token-content .token-heading {
    font-size: 48px;
  }
}
.token-cards .token-container .token-content .token-parra {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  text-align: center;
  color: #000000;
}
.token-cards .token-container .token-content .token-parra {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .token-cards .token-container .token-content .token-parra {
    font-size: calc(14px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .token-cards .token-container .token-content .token-parra {
    font-size: 18px;
  }
}
.token-cards .token-container .card-img-top {
  padding-bottom: 1rem;
}
@media screen and (max-width: 992px) {
  .token-cards .token-container .card-img-top {
    padding-top: 2rem;
    padding-bottom: 0px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  }
}
.token-cards .token-container .card-shadow {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}
.token-cards .token-container .card-shadow-1 {
  box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 991px) {
  .token-cards .token-container .card-shadow-1 {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 992px) {
  .token-cards .token-container .card {
    min-height: 685px;
  }
}
.token-cards .token-container .card .token-list {
  list-style: none;
  padding-top: 3rem;
}
.token-cards .token-container .card .token-list .token-list-item {
  display: flex;
}
.token-cards .token-container .card .token-list .token-list-item .list-icon {
  padding-right: 2rem;
  padding-top: 8px;
}
.token-cards .token-container .card .token-list .token-list-item .list-content {
  padding-right: 2rem;
}
.token-cards .token-container .card .token-list .token-list-item .list-content h4 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #000000;
}
.token-cards .token-container .card .token-list .token-list-item .list-content h4 {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .token-cards .token-container .card .token-list .token-list-item .list-content h4 {
    font-size: calc(18px + 12 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .token-cards .token-container .card .token-list .token-list-item .list-content h4 {
    font-size: 30px;
  }
}
.token-cards .token-container .card .token-list .token-list-item .list-content p {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  color: #000000;
}
.token-cards .token-container .card .token-list .token-list-item .list-content p {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .token-cards .token-container .card .token-list .token-list-item .list-content p {
    font-size: calc(12px + 6 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .token-cards .token-container .card .token-list .token-list-item .list-content p {
    font-size: 18px;
  }
}

.token-cards-1 .token-container-1 {
  text-align: center;
  padding-top: 2rem;
}
.token-cards-1 .token-container-1 .token-parra {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  text-align: center;
  color: #000000;
  padding-bottom: 2rem;
}
.token-cards-1 .token-container-1 .token-parra {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .token-cards-1 .token-container-1 .token-parra {
    font-size: calc(14px + 10 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .token-cards-1 .token-container-1 .token-parra {
    font-size: 24px;
  }
}
.token-cards-1 .token-container-1 .token-parra span {
  text-decoration: underline;
}
.token-cards-1 .token-container-1 .card-shadow {
  padding: 3rem;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.token-cards-1 .token-container-1 .card-shadow h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  color: #000000;
}
.token-cards-1 .token-container-1 .card-shadow h3 {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .token-cards-1 .token-container-1 .card-shadow h3 {
    font-size: calc(18px + 12 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .token-cards-1 .token-container-1 .card-shadow h3 {
    font-size: 30px;
  }
}
.token-cards-1 .token-container-1 .card-shadow h6 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  color: #000000;
}
.token-cards-1 .token-container-1 .card-shadow h6 {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .token-cards-1 .token-container-1 .card-shadow h6 {
    font-size: calc(14px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .token-cards-1 .token-container-1 .card-shadow h6 {
    font-size: 18px;
  }
}
.token-cards-1 .token-container-1 .card-shadow .price h2 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 150px;
  line-height: 182px;
  text-align: center;
  color: #9C7545;
  margin-bottom: 0px;
}
.token-cards-1 .token-container-1 .card-shadow .price h2 {
  font-size: 120px;
}
@media screen and (min-width: 320px) {
  .token-cards-1 .token-container-1 .card-shadow .price h2 {
    font-size: calc(120px + 30 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .token-cards-1 .token-container-1 .card-shadow .price h2 {
    font-size: 150px;
  }
}
.token-cards-1 .token-container-1 .card-shadow .price h2 span {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #9C7545;
}
.token-cards-1 .token-container-1 .card-shadow .price h2 span {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .token-cards-1 .token-container-1 .card-shadow .price h2 span {
    font-size: calc(18px + 12 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .token-cards-1 .token-container-1 .card-shadow .price h2 span {
    font-size: 30px;
  }
}
.token-cards-1 .token-container-1 .card-shadow .gas-fee {
  margin-top: -15px;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 992px) {
  .token-cards-1 .token-container-1 .card-shadow .gas-fee {
    margin-top: -20px;
  }
}
.token-cards-1 .token-container-1 .card-shadow .gas-fee {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .token-cards-1 .token-container-1 .card-shadow .gas-fee {
    font-size: calc(12px + 6 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .token-cards-1 .token-container-1 .card-shadow .gas-fee {
    font-size: 18px;
  }
}
.token-cards-1 .token-container-1 .card-shadow ul {
  list-style: none;
}
.token-cards-1 .token-container-1 .card-shadow ul li {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 49px;
  text-align: center;
  color: #000000;
  border-bottom: 2px solid #9C7545;
}
.token-cards-1 .token-container-1 .card-shadow ul li {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .token-cards-1 .token-container-1 .card-shadow ul li {
    font-size: calc(16px + 8 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .token-cards-1 .token-container-1 .card-shadow ul li {
    font-size: 24px;
  }
}
.token-cards-1 .token-container-1 .card-shadow ul li:last-child {
  border-bottom: none;
}
.token-cards-1 .token-container-1 .card-shadow .bottom-btn-1 {
  padding-top: 1.5rem;
}
.token-cards-1 .token-container-1 .card-shadow .bottom-btn-1 a {
  padding: 10px 25px;
  background: #FFFFFF;
  border: 2px solid #9C7545;
  box-sizing: border-box;
  border-radius: 10px;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  text-align: center;
  color: #636363;
}
.token-cards-1 .token-container-1 .card-shadow .bottom-btn-1 a {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .token-cards-1 .token-container-1 .card-shadow .bottom-btn-1 a {
    font-size: calc(16px + 8 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .token-cards-1 .token-container-1 .card-shadow .bottom-btn-1 a {
    font-size: 24px;
  }
}
.token-cards-1 .token-container-1 .card-shadow .bottom-btn-1 a:hover {
  color: #FFFFFF;
  background: linear-gradient(180deg, #FCC984 0%, #9C7545 100%);
  border-radius: 10px;
}
.token-cards-1 .token-container-1 .card-shadow .bottom-btn-1 p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  color: #737373;
  padding-top: 12px;
}
.token-cards-1 .token-container-1 .card-shadow .bottom-btn {
  padding-top: 1.5rem;
}
.token-cards-1 .token-container-1 .card-shadow .bottom-btn a {
  padding: 10px 25px;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  text-align: center;
  color: #FFFFFF;
  background: linear-gradient(180deg, #FCC984 0%, #9C7545 100%);
  border-radius: 10px;
}
.token-cards-1 .token-container-1 .card-shadow .bottom-btn a {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .token-cards-1 .token-container-1 .card-shadow .bottom-btn a {
    font-size: calc(16px + 8 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .token-cards-1 .token-container-1 .card-shadow .bottom-btn a {
    font-size: 24px;
  }
}
.token-cards-1 .token-container-1 .card-shadow .bottom-btn a:hover {
  background: #FFFFFF;
  border: 2px solid #9C7545;
  box-sizing: border-box;
  border-radius: 10px;
  color: #636363;
}
.token-cards-1 .token-container-1 .card-shadow .bottom-btn p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  color: #737373;
  padding-top: 12px;
}

.expertise {
  background-image: url("../images/background/Background.png") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.expertise nav.bg-light {
  background: transparent !important;
}
.expertise nav .nav-item a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF !important;
}
.expertise nav .nav-item a.active {
  background: transparent !important;
  line-height: 35px;
}
.expertise nav .nav-item a.active:hover {
  background: #FFFFFF !important;
}
.expertise nav .nav-item a img {
  margin-left: 5px;
}
.expertise nav .dropdown-menu {
  background: rgb(41, 41, 41);
  padding: 1rem 0 !important;
}
.expertise nav .dropdown-menu a {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  color: #FFFFFF !important;
}
.expertise nav .dropdown-menu a:hover {
  color: black !important;
}
.expertise nav .dropdown-menu .dropdown-item img {
  margin-right: 5px;
}
.expertise nav .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
  color: linear-gradient(125.9deg, #9C7545 -10.63%, #FCC984 78.03%, #FCC984 132.41%) !important;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.expertise nav .main-nav-ul .main-nav-li {
  display: block;
}
@media screen and (min-width: 992px) {
  .expertise nav .main-nav-ul .main-nav-li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 18px;
  }
}
.expertise nav .main-nav-ul .main-nav-li.top-links {
  display: block;
}
@media screen and (min-width: 992px) {
  .expertise nav .main-nav-ul .main-nav-li.top-links {
    display: none;
  }
}
.expertise nav .nav-btn {
  background: linear-gradient(180deg, #9E7646 0%, #9C7545 48.44%, #9C7545 100%);
  border: none;
  padding: 10px 25px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .expertise nav .nav-border {
    border-bottom: 1px solid #FFFFFF;
  }
}
.expertise .hero-content {
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .expertise .hero-content {
    padding: 1rem 0;
  }
}
.expertise .hero-content .left-side {
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .expertise .hero-content .left-side {
    text-align: center;
  }
}
.expertise .hero-content .left-side h1 {
  font-weight: 400;
  line-height: 62px;
  letter-spacing: 0px;
  padding-top: 3rem;
  font-family: Cormorant Garamond;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 62px;
  /* identical to box height, or 77% */
  text-align: center;
  color: #FFFFFF;
}
.expertise .hero-content .left-side h1 {
  font-size: 32px;
}
@media screen and (min-width: 320px) {
  .expertise .hero-content .left-side h1 {
    font-size: calc(32px + 48 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .expertise .hero-content .left-side h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .expertise .hero-content .left-side h1 {
    padding-bottom: 1rem;
  }
}
.expertise .hero-content .left-side p {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #FFFFFF;
}
.expertise .hero-content .left-side p {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .expertise .hero-content .left-side p {
    font-size: calc(20px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .expertise .hero-content .left-side p {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .expertise .hero-content .left-side {
    display: flex;
    justify-content: center;
  }
}

.our-story-brand .grid-box .grid-box-container .grid-border {
  border: 1px solid #E6E6E6;
}
@media screen and (max-width: 1200px) {
  .our-story-brand .grid-box .grid-box-container .grid-border {
    border: none;
  }
}
.our-story-brand .grid-box .grid-box-container .grid-border:first-child {
  border-left: none;
  border-right: none;
}
.our-story-brand .grid-box .grid-box-container .grid-border:nth-child(2) {
  border-right: none;
}
.our-story-brand .grid-box .grid-box-container .grid-border:last-child {
  border-left: none;
  border-right: none;
}
.our-story-brand .grid-box .grid-box-container .grid-border .grid-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.our-story-brand .grid-box .grid-box-container .grid-border .grid-1 h4 {
  text-align: center;
  margin-top: 1rem;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 41px;
  /* identical to box height, or 171% */
  letter-spacing: 1.2px;
  color: #000000;
}
.our-story-brand .grid-box .grid-box-container .grid-border .grid-1 .grid-para {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  /* or 164% */
  text-align: center;
  color: #666666;
}

.showcase:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
.showcase .card-txt {
  padding-left: 3rem;
  padding-right: 3rem;
}
.showcase h5 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 34px;
  color: #FCC984;
}
.showcase p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #fff;
}
.showcase a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height, or 114% */
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
}

.card-section .card {
  min-height: 600px !important;
}
.card-section .card:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
.card-section .card-txt {
  padding-left: 3rem;
  padding-right: 3rem;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  min-height: 160px;
  color: #fff;
}
.card-section h5 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 34px;
  /* identical to box height, or 94% */
  color: #FCC984;
}
.card-section a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height, or 114% */
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  position: absolute;
  bottom: 5%;
}

.contactUs {
  background-color: #292929;
}
@media screen and (max-width: 900px) {
  .contactUs .center-btn {
    display: flex;
    justify-content: center;
  }
}
.contactUs h5 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 39px;
  /* identical to box height, or 130% */
  color: #FFFFFF;
}
.contactUs h5 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .contactUs h5 {
    font-size: calc(20px + 10 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .contactUs h5 {
    font-size: 30px;
  }
}
.contactUs .nav-btn1 {
  background: linear-gradient(180deg, #9E7646 0%, #9C7545 48.44%, #9C7545 100%);
  border: none;
  padding: 10px 25px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #FFFFFF;
}

.posters h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 1.5px;
  text-align: left;
  color: #FCC984;
}
.posters h3 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .posters h3 {
    font-size: calc(24px + 24 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .posters h3 {
    font-size: 48px;
  }
}
.posters p {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
}
.posters .content-list {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
}
.posters .second-para {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
}

.logos .company-logo-scroller {
  padding: 2rem 0rem;
}
.logos .company-logo-scroller .company-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logos h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 55px;
  text-align: center;
  /* identical to box height, or 115% */
  letter-spacing: 1.5px;
  color: #FFFFFF;
}
.logos h3 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .logos h3 {
    font-size: calc(24px + 24 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .logos h3 {
    font-size: 48px;
  }
}
.logos p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  /* or 164% */
  text-align: center;
  color: #E7E7E7;
}
.logos p {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .logos p {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .logos p {
    font-size: 14px;
  }
}

.contact-us {
  margin-left: auto;
  margin-right: auto;
}
.contact-us h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 55px;
  /* or 115% */
  text-align: center;
  letter-spacing: 1.5px;
  color: #FCC984;
}
.contact-us h3 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .contact-us h3 {
    font-size: calc(24px + 24 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .contact-us h3 {
    font-size: 48px;
  }
}
.contact-us .contact-info {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.contact-us .address {
  text-decoration: none;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 19px;
  color: #fff;
}
.contact-us .address {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .contact-us .address {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .contact-us .address {
    font-size: 14px;
  }
}
.contact-us .para {
  margin-top: 20px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  /* or 164% */
  text-align: center;
  color: #fff;
}
.contact-us .para {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .contact-us .para {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .contact-us .para {
    font-size: 14px;
  }
}
.contact-us .form1 {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
.contact-us .nav-btn1 {
  background: linear-gradient(180deg, #9E7646 0%, #9C7545 48.44%, #9C7545 100%);
  border: none;
  padding: 10px 25px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: 1px;
  color: #FFFFFF;
}

.questions {
  background: #2B2B2B;
}
.questions .accordion {
  overflow: hidden;
}
.questions .accordion .accordionLabel, .questions .accordion .accordionContent {
  padding: 10px 40px;
  overflow: hidden;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.questions .accordion .accordionLabel {
  display: block;
  cursor: pointer;
  position: relative;
  transition: background 0.1s;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  /* or 162% */
  background: transparent;
  border: 2px solid #FCC984;
  color: #fff;
}
.questions .accordion .accordionLabel {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .questions .accordion .accordionLabel {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .questions .accordion .accordionLabel {
    font-size: 14px;
  }
}
.questions .accordion .accordionLabel:hover {
  background: rgba(0, 0, 0, 0.01);
  border-radius: 5px;
}
.questions .accordion .accordionLabel::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  height: 14px;
  width: 14px;
  background-image: url(../images/icons/plus.svg);
  background-size: contain;
  color: #9C7545;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.questions .accordion .accordionContent {
  overflow: hidden;
  transition: all 0.25s ease;
  background: #000;
  display: none;
}
.questions .accordion .accordionContent p {
  color: #fff;
}
.questions .accordion .accordionInput {
  display: none;
}
.questions .accordion .accordionInput:checked ~ .accordionContent {
  overflow: hidden;
  display: block;
}
.questions .accordion .accordionInput:checked ~ .accordionLabel::after {
  content: "";
  height: 7px;
  background-image: url(../images/icons/minus.svg);
  background-repeat: no-repeat;
}
.questions .heading {
  text-align: center;
}
.questions .heading h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: bold;
  line-height: 58px;
  color: #FCC984;
}
.questions .heading h3 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .questions .heading h3 {
    font-size: calc(24px + 24 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .questions .heading h3 {
    font-size: 48px;
  }
}
.questions .heading p {
  max-width: 950px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  /* or 162% */
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}
.questions .heading p {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .questions .heading p {
    font-size: calc(12px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .questions .heading p {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .partners .visibility {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .partners .visibility1 {
    display: none;
  }
}
.partners .heading {
  text-align: center;
}
.partners .heading h4 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* identical to box height, or 81% */
  padding: 10px;
  color: #777777;
}
.partners .heading h4 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .partners .heading h4 {
    font-size: calc(20px + 12 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .partners .heading h4 {
    font-size: 32px;
  }
}
.partners .heading p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* identical to box height, or 173% */
  letter-spacing: 0.6px;
  color: #777777;
}
.partners .heading p {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .partners .heading p {
    font-size: calc(12px + 3 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .partners .heading p {
    font-size: 15px;
  }
}

.blockchain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.blockchain .hero-content {
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .blockchain .hero-content {
    padding: 1rem 0;
  }
}
.blockchain .hero-content .left-side {
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .blockchain .hero-content .left-side {
    text-align: center;
  }
}
.blockchain .hero-content .left-side h1 {
  font-weight: 400;
  line-height: 62px;
  letter-spacing: 0px;
  padding-top: 3rem;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 62px;
  /* identical to box height, or 77% */
  text-align: center;
  color: #FFFFFF;
}
.blockchain .hero-content .left-side h1 {
  font-size: 38px;
}
@media screen and (min-width: 320px) {
  .blockchain .hero-content .left-side h1 {
    font-size: calc(38px + 42 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .blockchain .hero-content .left-side h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .blockchain .hero-content .left-side h1 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
.blockchain .hero-content .left-side p {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.400000006px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.4px;
  color: #FFFFFF;
}
.blockchain .hero-content .left-side p {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .blockchain .hero-content .left-side p {
    font-size: calc(20px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .blockchain .hero-content .left-side p {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .blockchain .hero-content .left-side {
    display: flex;
    justify-content: center;
  }
}

.our-story-brand .grid-box .grid-box-container .grid-border {
  border: 1px solid #E6E6E6;
}
@media screen and (max-width: 1200px) {
  .our-story-brand .grid-box .grid-box-container .grid-border {
    border: none;
  }
}
.our-story-brand .grid-box .grid-box-container .grid-border:first-child {
  border-left: none;
  border-right: none;
}
.our-story-brand .grid-box .grid-box-container .grid-border:nth-child(2) {
  border-right: none;
}
.our-story-brand .grid-box .grid-box-container .grid-border:last-child {
  border-left: none;
  border-right: none;
}
.our-story-brand .grid-box .grid-box-container .grid-border .grid-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.our-story-brand .grid-box .grid-box-container .grid-border .grid-1 h4 {
  text-align: center;
  margin-top: 1rem;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  line-height: 41px;
  /* identical to box height, or 171% */
  letter-spacing: 1.2px;
  color: #000000;
}
.our-story-brand .grid-box .grid-box-container .grid-border .grid-1 h4 {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .our-story-brand .grid-box .grid-box-container .grid-border .grid-1 h4 {
    font-size: calc(18px + 6 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .our-story-brand .grid-box .grid-box-container .grid-border .grid-1 h4 {
    font-size: 24px;
  }
}
.our-story-brand .grid-box .grid-box-container .grid-border .grid-1 .grid-para {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  /* or 164% */
  text-align: center;
  color: #666666;
}

.showcase {
  background: #28282A !important;
}
.showcase:hover {
  box-shadow: 3px 3px 6px;
}
.showcase .card-txt {
  padding-left: 3rem;
  padding-right: 3rem;
}
.showcase h5 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  /* identical to box height, or 94% */
  color: #FCC984;
}
.showcase h5 {
  font-size: 26px;
}
@media screen and (min-width: 320px) {
  .showcase h5 {
    font-size: calc(26px + 10 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .showcase h5 {
    font-size: 36px;
  }
}
.showcase p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  /* or 164% */
  color: #fff;
}
.showcase a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height, or 114% */
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
}

.contactUs {
  background-color: #292929;
}
@media screen and (max-width: 900px) {
  .contactUs .center-btn {
    display: flex;
    justify-content: center;
  }
}
.contactUs h5 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 39px;
  /* identical to box height, or 130% */
  color: #FFFFFF;
}
.contactUs h5 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .contactUs h5 {
    font-size: calc(20px + 10 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .contactUs h5 {
    font-size: 30px;
  }
}
.contactUs .nav-btn1 {
  background: linear-gradient(180deg, #9E7646 0%, #9C7545 48.44%, #9C7545 100%);
  border: none;
  padding: 10px 25px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #FFFFFF;
}

.posters h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 1.5px;
  text-align: left;
  color: #FCC984;
}
.posters h3 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .posters h3 {
    font-size: calc(24px + 24 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .posters h3 {
    font-size: 48px;
  }
}
.posters p {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
}
.posters .content-list {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
}
.posters .second-para {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
}

.logos .company-logo-scroller {
  padding: 2rem 0rem;
}
.logos .company-logo-scroller .company-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logos h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 55px;
  text-align: center;
  /* identical to box height, or 115% */
  letter-spacing: 1.5px;
  color: #FFFFFF;
}
.logos h3 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .logos h3 {
    font-size: calc(24px + 24 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .logos h3 {
    font-size: 48px;
  }
}
.logos p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  /* or 164% */
  text-align: center;
  color: #E7E7E7;
}
.logos p {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .logos p {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .logos p {
    font-size: 14px;
  }
}

.contact-us {
  margin-left: auto;
  margin-right: auto;
}
.contact-us h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 55px;
  /* or 115% */
  text-align: center;
  letter-spacing: 1.5px;
  color: #FCC984;
}
.contact-us h3 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .contact-us h3 {
    font-size: calc(24px + 24 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .contact-us h3 {
    font-size: 48px;
  }
}
.contact-us .contact-info {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.contact-us .address {
  text-decoration: none;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 19px;
  color: #fff;
}
.contact-us .address {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .contact-us .address {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .contact-us .address {
    font-size: 14px;
  }
}
.contact-us .para {
  margin-top: 20px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  /* or 164% */
  text-align: center;
  color: #fff;
}
.contact-us .para {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .contact-us .para {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .contact-us .para {
    font-size: 14px;
  }
}
.contact-us .form1 {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
.contact-us .nav-btn1 {
  background: linear-gradient(180deg, #9E7646 0%, #9C7545 48.44%, #9C7545 100%);
  border: none;
  padding: 10px 25px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: 1px;
  color: #FFFFFF;
}

.questions {
  background: #2B2B2B;
}
.questions .accordion {
  overflow: hidden;
}
.questions .accordion .accordionLabel, .questions .accordion .accordionContent {
  padding: 10px 40px;
  overflow: hidden;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.questions .accordion .accordionLabel {
  display: block;
  cursor: pointer;
  position: relative;
  transition: background 0.1s;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  /* or 162% */
  background: transparent;
  border: 2px solid #FCC984;
  color: #fff;
}
.questions .accordion .accordionLabel {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .questions .accordion .accordionLabel {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .questions .accordion .accordionLabel {
    font-size: 14px;
  }
}
.questions .accordion .accordionLabel:hover {
  background: rgba(0, 0, 0, 0.01);
  border-radius: 5px;
}
.questions .accordion .accordionLabel::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  height: 14px;
  width: 14px;
  background-image: url(../images/icons/plus.svg);
  background-size: contain;
  color: #9C7545;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.questions .accordion .accordionContent {
  overflow: hidden;
  transition: all 0.25s ease;
  background: #000;
  display: none;
}
.questions .accordion .accordionContent p {
  color: #fff;
}
.questions .accordion .accordionInput {
  display: none;
}
.questions .accordion .accordionInput:checked ~ .accordionContent {
  overflow: hidden;
  display: block;
}
.questions .accordion .accordionInput:checked ~ .accordionLabel::after {
  content: "";
  height: 7px;
  background-image: url(../images/icons/minus.svg);
  background-repeat: no-repeat;
}
.questions .heading {
  text-align: center;
}
.questions .heading h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: bold;
  line-height: 58px;
  color: #FCC984;
}
.questions .heading h3 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .questions .heading h3 {
    font-size: calc(24px + 24 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .questions .heading h3 {
    font-size: 48px;
  }
}
.questions .heading p {
  max-width: 950px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  /* or 162% */
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}
.questions .heading p {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .questions .heading p {
    font-size: calc(12px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .questions .heading p {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .partners .visibility {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .partners .visibility1 {
    display: none;
  }
}
.partners .heading {
  text-align: center;
}
.partners .heading h4 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* identical to box height, or 81% */
  padding: 10px;
  color: #777777;
}
.partners .heading h4 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .partners .heading h4 {
    font-size: calc(20px + 12 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .partners .heading h4 {
    font-size: 32px;
  }
}
.partners .heading p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* identical to box height, or 173% */
  letter-spacing: 0.6px;
  color: #777777;
}
.partners .heading p {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .partners .heading p {
    font-size: calc(12px + 3 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .partners .heading p {
    font-size: 15px;
  }
}

.blockchain-sub {
  background-image: url("../images/background/mask2.png") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.blockchain-sub nav.bg-light {
  background: transparent !important;
}
.blockchain-sub nav .nav-item a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF !important;
}
.blockchain-sub nav .nav-item a.active {
  background: transparent !important;
  line-height: 35px;
}
.blockchain-sub nav .nav-item a.active:hover {
  background: #FFFFFF !important;
}
.blockchain-sub nav .nav-item a img {
  margin-left: 5px;
}
.blockchain-sub nav .dropdown-menu {
  background: rgb(41, 41, 41);
  padding: 1rem 0 !important;
}
.blockchain-sub nav .dropdown-menu a {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  color: #FFFFFF !important;
}
.blockchain-sub nav .dropdown-menu a:hover {
  color: black !important;
}
.blockchain-sub nav .dropdown-menu .dropdown-item img {
  margin-right: 5px;
}
.blockchain-sub nav .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
  color: linear-gradient(125.9deg, #9C7545 -10.63%, #FCC984 78.03%, #FCC984 132.41%) !important;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.blockchain-sub nav .main-nav-ul .main-nav-li {
  display: block;
}
@media screen and (min-width: 992px) {
  .blockchain-sub nav .main-nav-ul .main-nav-li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 18px;
  }
}
.blockchain-sub nav .main-nav-ul .main-nav-li.top-links {
  display: block;
}
@media screen and (min-width: 992px) {
  .blockchain-sub nav .main-nav-ul .main-nav-li.top-links {
    display: none;
  }
}
.blockchain-sub nav .nav-btn {
  background: linear-gradient(180deg, #9E7646 0%, #9C7545 48.44%, #9C7545 100%);
  border: none;
  padding: 10px 25px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .blockchain-sub nav .nav-border {
    border-bottom: 1px solid #FFFFFF;
  }
}
.blockchain-sub .hero-content {
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .blockchain-sub .hero-content {
    padding: 1rem 0;
  }
}
.blockchain-sub .hero-content .left-side {
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .blockchain-sub .hero-content .left-side {
    text-align: center;
  }
}
.blockchain-sub .hero-content .left-side h1 {
  font-weight: 400;
  line-height: 62px;
  letter-spacing: 0px;
  padding-top: 3rem;
  font-family: Cormorant Garamond;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 62px;
  /* identical to box height, or 77% */
  text-align: center;
  color: #FFFFFF;
}
.blockchain-sub .hero-content .left-side h1 {
  font-size: 32px;
}
@media screen and (min-width: 320px) {
  .blockchain-sub .hero-content .left-side h1 {
    font-size: calc(32px + 48 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .blockchain-sub .hero-content .left-side h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .blockchain-sub .hero-content .left-side h1 {
    padding-bottom: 1rem;
  }
}
.blockchain-sub .hero-content .left-side p {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #FFFFFF;
}
.blockchain-sub .hero-content .left-side p {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .blockchain-sub .hero-content .left-side p {
    font-size: calc(20px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .blockchain-sub .hero-content .left-side p {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .blockchain-sub .hero-content .left-side {
    display: flex;
    justify-content: center;
  }
}

.our-story-brand .grid-box .grid-box-container .grid-border {
  border: 1px solid #E6E6E6;
}
@media screen and (max-width: 1200px) {
  .our-story-brand .grid-box .grid-box-container .grid-border {
    border: none;
  }
}
.our-story-brand .grid-box .grid-box-container .grid-border:first-child {
  border-left: none;
  border-right: none;
}
.our-story-brand .grid-box .grid-box-container .grid-border:nth-child(2) {
  border-right: none;
}
.our-story-brand .grid-box .grid-box-container .grid-border:last-child {
  border-left: none;
  border-right: none;
}
.our-story-brand .grid-box .grid-box-container .grid-border .grid-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.our-story-brand .grid-box .grid-box-container .grid-border .grid-1 h4 {
  text-align: center;
  margin-top: 1rem;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 41px;
  /* identical to box height, or 171% */
  letter-spacing: 1.2px;
  color: #000000;
}
.our-story-brand .grid-box .grid-box-container .grid-border .grid-1 .grid-para {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  /* or 164% */
  text-align: center;
  color: #666666;
}

.showcase:hover {
  box-shadow: 3px 3px 6px;
}
.showcase .card-txt {
  padding-left: 3rem;
  padding-right: 3rem;
}
.showcase h5 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 34px;
  /* identical to box height, or 94% */
  color: #FCC984;
}
.showcase p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  /* or 164% */
  color: #fff;
}
.showcase a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height, or 114% */
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
}

.contactUs {
  background-color: #292929;
}
@media screen and (min-width: 768px) {
  .contactUs {
    display: flex;
    justify-content: center;
  }
}
.contactUs h5 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 39px;
  /* identical to box height, or 130% */
  color: #FFFFFF;
}
.contactUs h5 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .contactUs h5 {
    font-size: calc(20px + 10 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .contactUs h5 {
    font-size: 30px;
  }
}
.contactUs .nav-btn1 {
  background: linear-gradient(180deg, #9E7646 0%, #9C7545 48.44%, #9C7545 100%);
  border: none;
  padding: 10px 25px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #FFFFFF;
}

.posters h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 1.5px;
  text-align: left;
  color: #FCC984;
}
.posters h3 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .posters h3 {
    font-size: calc(24px + 24 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .posters h3 {
    font-size: 48px;
  }
}
.posters p {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
}
.posters .content-list {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
}
.posters .second-para {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
}

.logos .company-logo-scroller {
  padding: 2rem 0rem;
}
.logos .company-logo-scroller .company-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logos h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 55px;
  text-align: center;
  /* identical to box height, or 115% */
  letter-spacing: 1.5px;
  color: #FFFFFF;
}
.logos h3 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .logos h3 {
    font-size: calc(24px + 24 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .logos h3 {
    font-size: 48px;
  }
}
.logos p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  /* or 164% */
  text-align: center;
  color: #E7E7E7;
}
.logos p {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .logos p {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .logos p {
    font-size: 14px;
  }
}

.contact-us {
  margin-left: auto;
  margin-right: auto;
}
.contact-us h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 55px;
  /* or 115% */
  text-align: center;
  letter-spacing: 1.5px;
  color: #FCC984;
}
.contact-us h3 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .contact-us h3 {
    font-size: calc(24px + 24 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .contact-us h3 {
    font-size: 48px;
  }
}
.contact-us .contact-info {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.contact-us .address {
  text-decoration: none;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 19px;
  color: #fff;
}
.contact-us .address {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .contact-us .address {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .contact-us .address {
    font-size: 14px;
  }
}
.contact-us .para {
  margin-top: 20px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  /* or 164% */
  text-align: center;
  color: #fff;
}
.contact-us .para {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .contact-us .para {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .contact-us .para {
    font-size: 14px;
  }
}
.contact-us .form1 {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
.contact-us .nav-btn1 {
  background: linear-gradient(180deg, #9E7646 0%, #9C7545 48.44%, #9C7545 100%);
  border: none;
  padding: 10px 25px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: 1px;
  color: #FFFFFF;
}

.questions {
  background: #2B2B2B;
}
.questions .accordion {
  overflow: hidden;
}
.questions .accordion .accordionLabel, .questions .accordion .accordionContent {
  padding: 10px 40px;
  overflow: hidden;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.questions .accordion .accordionLabel {
  display: block;
  cursor: pointer;
  position: relative;
  transition: background 0.1s;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  /* or 162% */
  background: transparent;
  border: 2px solid #FCC984;
  color: #fff;
}
.questions .accordion .accordionLabel {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .questions .accordion .accordionLabel {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .questions .accordion .accordionLabel {
    font-size: 14px;
  }
}
.questions .accordion .accordionLabel:hover {
  background: rgba(0, 0, 0, 0.01);
  border-radius: 5px;
}
.questions .accordion .accordionLabel::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  height: 14px;
  width: 14px;
  background-image: url(../images/icons/plus.svg);
  background-size: contain;
  color: #9C7545;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.questions .accordion .accordionContent {
  overflow: hidden;
  transition: all 0.25s ease;
  background: #000;
  display: none;
}
.questions .accordion .accordionContent p {
  color: #fff;
}
.questions .accordion .accordionInput {
  display: none;
}
.questions .accordion .accordionInput:checked ~ .accordionContent {
  overflow: hidden;
  display: block;
}
.questions .accordion .accordionInput:checked ~ .accordionLabel::after {
  content: "";
  height: 7px;
  background-image: url(../images/icons/minus.svg);
  background-repeat: no-repeat;
}
.questions .heading {
  text-align: center;
}
.questions .heading h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: bold;
  line-height: 58px;
  color: #FCC984;
}
.questions .heading h3 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .questions .heading h3 {
    font-size: calc(24px + 24 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .questions .heading h3 {
    font-size: 48px;
  }
}
.questions .heading p {
  max-width: 950px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  /* or 162% */
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}
.questions .heading p {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .questions .heading p {
    font-size: calc(12px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .questions .heading p {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .partners .visibility {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .partners .visibility1 {
    display: none;
  }
}
.partners .heading {
  text-align: center;
}
.partners .heading h4 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* identical to box height, or 81% */
  padding: 10px;
  color: #777777;
}
.partners .heading h4 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .partners .heading h4 {
    font-size: calc(20px + 12 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .partners .heading h4 {
    font-size: 32px;
  }
}
.partners .heading p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* identical to box height, or 173% */
  letter-spacing: 0.6px;
  color: #777777;
}
.partners .heading p {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .partners .heading p {
    font-size: calc(12px + 3 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .partners .heading p {
    font-size: 15px;
  }
}

.industries {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.industries nav.bg-light {
  background: transparent !important;
}
.industries nav .nav-item a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF !important;
}
.industries nav .nav-item a.active {
  background: transparent !important;
  line-height: 35px;
}
.industries nav .nav-item a.active:hover {
  background: #FFFFFF !important;
}
.industries nav .nav-item a img {
  margin-left: 5px;
}
.industries nav .dropdown-menu {
  background: rgb(41, 41, 41);
  padding: 1rem 0 !important;
}
.industries nav .dropdown-menu a {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  color: #FFFFFF !important;
}
.industries nav .dropdown-menu a:hover {
  color: black !important;
}
.industries nav .dropdown-menu .dropdown-item img {
  margin-right: 5px;
}
.industries nav .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
  color: linear-gradient(125.9deg, #9C7545 -10.63%, #FCC984 78.03%, #FCC984 132.41%) !important;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.industries nav .main-nav-ul .main-nav-li {
  display: block;
}
@media screen and (min-width: 992px) {
  .industries nav .main-nav-ul .main-nav-li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 18px;
  }
}
.industries nav .main-nav-ul .main-nav-li.top-links {
  display: block;
}
@media screen and (min-width: 992px) {
  .industries nav .main-nav-ul .main-nav-li.top-links {
    display: none;
  }
}
.industries nav .nav-btn {
  background: linear-gradient(180deg, #9E7646 0%, #9C7545 48.44%, #9C7545 100%);
  border: none;
  padding: 10px 25px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .industries nav .nav-border {
    border-bottom: 1px solid #FFFFFF;
  }
}
.industries .hero-content {
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .industries .hero-content {
    padding: 1rem 0;
  }
}
.industries .hero-content .left-side {
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .industries .hero-content .left-side {
    text-align: center;
  }
}
.industries .hero-content .left-side h1 {
  font-weight: 400;
  line-height: 62px;
  letter-spacing: 0px;
  padding-top: 3rem;
  font-family: Cormorant Garamond;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 62px;
  /* identical to box height, or 77% */
  text-align: center;
  color: #FFFFFF;
}
.industries .hero-content .left-side h1 {
  font-size: 32px;
}
@media screen and (min-width: 320px) {
  .industries .hero-content .left-side h1 {
    font-size: calc(32px + 48 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .industries .hero-content .left-side h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .industries .hero-content .left-side h1 {
    padding-bottom: 1rem;
  }
}
.industries .hero-content .left-side p {
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.400000006px;
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  color: #FFFFFF;
}
.industries .hero-content .left-side p {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .industries .hero-content .left-side p {
    font-size: calc(20px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .industries .hero-content .left-side p {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .industries .hero-content .left-side {
    display: flex;
    justify-content: center;
  }
}

.our-story-brand .grid-box .grid-box-container .grid-border {
  border: 1px solid #E6E6E6;
}
@media screen and (max-width: 1200px) {
  .our-story-brand .grid-box .grid-box-container .grid-border {
    border: none;
  }
}
.our-story-brand .grid-box .grid-box-container .grid-border:first-child {
  border-left: none;
  border-right: none;
}
.our-story-brand .grid-box .grid-box-container .grid-border:nth-child(2) {
  border-right: none;
}
.our-story-brand .grid-box .grid-box-container .grid-border:last-child {
  border-left: none;
  border-right: none;
}
.our-story-brand .grid-box .grid-box-container .grid-border .grid-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.our-story-brand .grid-box .grid-box-container .grid-border .grid-1 h4 {
  text-align: center;
  margin-top: 1rem;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 41px;
  /* identical to box height, or 171% */
  letter-spacing: 1.2px;
  color: #000000;
}
.our-story-brand .grid-box .grid-box-container .grid-border .grid-1 .grid-para {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  /* or 164% */
  text-align: center;
  color: #666666;
}

.showcase:hover {
  box-shadow: 3px 3px 6px;
}
.showcase .card-txt {
  padding-left: 3rem;
  padding-right: 3rem;
}
.showcase h5 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 34px;
  /* identical to box height, or 94% */
  color: #FCC984;
}
.showcase p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  /* or 164% */
  color: #fff;
}
.showcase a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height, or 114% */
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
}

.card-section .card {
  min-height: 470px;
}
.card-section .card:hover {
  box-shadow: 3px 3px 6px;
}
.card-section .card-txt {
  padding-left: 3rem;
  padding-right: 3rem;
}
.card-section h5 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* identical to box height, or 94% */
  color: #FCC984;
}
@media screen and (max-width: 1600px) {
  .card-section h5 {
    min-height: 70px;
  }
}
.card-section p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  /* or 164% */
  color: #fff;
}
.card-section a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height, or 114% */
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
}

.contactUs {
  background-color: #292929;
}
@media screen and (max-width: 900px) {
  .contactUs .center-btn {
    display: flex;
    justify-content: center;
  }
}
.contactUs h5 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 39px;
  /* identical to box height, or 130% */
  color: #FFFFFF;
}
.contactUs h5 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .contactUs h5 {
    font-size: calc(20px + 10 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .contactUs h5 {
    font-size: 30px;
  }
}
.contactUs .nav-btn1 {
  background: linear-gradient(180deg, #9E7646 0%, #9C7545 48.44%, #9C7545 100%);
  border: none;
  padding: 10px 25px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #FFFFFF;
}

.not-just-lawyer-btn {
  margin-top: 5rem;
}
@media screen and (max-width: 991px) {
  .not-just-lawyer-btn {
    display: flex;
    justify-content: center;
  }
}
.not-just-lawyer-btn .first-one {
  background: linear-gradient(180deg, #9E7646 0%, #9C7545 48.44%, #9C7545 100%);
  border: none;
  padding: 10px 25px;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 19px;
  letter-spacing: 1.5px;
  color: #FFFFFF;
}
.not-just-lawyer-btn .first-one {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .not-just-lawyer-btn .first-one {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .not-just-lawyer-btn .first-one {
    font-size: 14px;
  }
}
.not-just-lawyer-btn .first-one:hover {
  background: transparent;
  color: #9C7545;
  border: 1px #9C7545 solid;
}
@media screen and (max-width: 991px) {
  .not-just-lawyer-btn .first-one {
    padding: 10px 20px;
  }
}
.not-just-lawyer-btn .second-one {
  margin-left: 10px;
  background: transparent;
  border: none;
  padding: 10px 25px;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 19px;
  letter-spacing: 1.5px;
  color: #9C7545;
  border: 1px #9C7545 solid;
}
.not-just-lawyer-btn .second-one {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .not-just-lawyer-btn .second-one {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .not-just-lawyer-btn .second-one {
    font-size: 14px;
  }
}
.not-just-lawyer-btn .second-one:hover {
  background-color: #9C7545;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .not-just-lawyer-btn .second-one {
    padding: 10px 20px;
  }
}

.posters ul {
  color: #fff;
}
.posters h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 1.5px;
  text-align: left;
  color: #FCC984;
}
.posters h3 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .posters h3 {
    font-size: calc(24px + 24 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .posters h3 {
    font-size: 48px;
  }
}
.posters p {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
}
.posters .content-list {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
}
.posters .second-para {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
}

.logos .company-logo-scroller {
  padding: 2rem 0rem;
}
.logos .company-logo-scroller .company-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logos h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 55px;
  text-align: center;
  /* identical to box height, or 115% */
  letter-spacing: 1.5px;
  color: #FFFFFF;
}
.logos h3 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .logos h3 {
    font-size: calc(24px + 24 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .logos h3 {
    font-size: 48px;
  }
}
.logos p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  /* or 164% */
  text-align: center;
  color: #E7E7E7;
}
.logos p {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .logos p {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .logos p {
    font-size: 14px;
  }
}

.contact-us {
  margin-left: auto;
  padding: 40px 0;
  margin-right: auto;
}
.contact-us h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 55px;
  /* or 115% */
  text-align: center;
  letter-spacing: 1.5px;
  color: #FCC984;
}
.contact-us h3 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .contact-us h3 {
    font-size: calc(24px + 24 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .contact-us h3 {
    font-size: 48px;
  }
}
.contact-us .contact-info {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.contact-us .address {
  text-decoration: none;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 19px;
  margin-bottom: 5px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact-us .address {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.contact-us .address {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .contact-us .address {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .contact-us .address {
    font-size: 14px;
  }
}
.contact-us .para {
  margin-top: 20px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  /* or 164% */
  text-align: center;
  color: #fff;
}
.contact-us .para {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .contact-us .para {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .contact-us .para {
    font-size: 14px;
  }
}
.contact-us .form1 {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
.contact-us .form-nav-btn-div {
  display: flex !important;
  justify-content: center !important;
}
.contact-us .nav-btn1 {
  background: linear-gradient(180deg, #9E7646 0%, #9C7545 48.44%, #9C7545 100%);
  border: none;
  padding: 10px 25px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: 1px;
  color: #FFFFFF;
}

.questions {
  background: #2B2B2B;
}
.questions .accordion {
  overflow: hidden;
}
.questions .accordion .accordionLabel, .questions .accordion .accordionContent {
  padding: 10px 40px;
  overflow: hidden;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.questions .accordion .accordionLabel {
  display: block;
  cursor: pointer;
  position: relative;
  transition: background 0.1s;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  /* or 162% */
  background: transparent;
  border: 2px solid #FCC984;
  color: #fff;
}
.questions .accordion .accordionLabel {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .questions .accordion .accordionLabel {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .questions .accordion .accordionLabel {
    font-size: 14px;
  }
}
.questions .accordion .accordionLabel:hover {
  background: rgba(0, 0, 0, 0.01);
  border-radius: 5px;
}
.questions .accordion .accordionLabel::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  height: 14px;
  width: 14px;
  background-image: url(../images/icons/plus.svg);
  background-size: contain;
  color: #9C7545;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.questions .accordion .accordionContent {
  overflow: hidden;
  transition: all 0.25s ease;
  background: #000;
  display: none;
}
.questions .accordion .accordionContent p {
  color: #fff;
}
.questions .accordion .accordionInput {
  display: none;
}
.questions .accordion .accordionInput:checked ~ .accordionContent {
  overflow: hidden;
  display: block;
}
.questions .accordion .accordionInput:checked ~ .accordionLabel::after {
  content: "";
  height: 7px;
  background-image: url(../images/icons/minus.svg);
  background-repeat: no-repeat;
}
.questions .heading {
  text-align: center;
}
.questions .heading h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: bold;
  line-height: 58px;
  color: #FCC984;
}
.questions .heading h3 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .questions .heading h3 {
    font-size: calc(24px + 24 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .questions .heading h3 {
    font-size: 48px;
  }
}
.questions .heading p {
  max-width: 950px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  /* or 162% */
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}
.questions .heading p {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .questions .heading p {
    font-size: calc(12px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .questions .heading p {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .partners .visibility {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .partners .visibility1 {
    display: none;
  }
}
.partners .heading {
  text-align: center;
}
.partners .heading h4 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* identical to box height, or 81% */
  padding: 10px;
  color: #777777;
}
.partners .heading h4 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .partners .heading h4 {
    font-size: calc(20px + 12 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .partners .heading h4 {
    font-size: 32px;
  }
}
.partners .heading p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.6px;
  color: #777777;
}
.partners .heading p {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .partners .heading p {
    font-size: calc(12px + 3 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .partners .heading p {
    font-size: 15px;
  }
}

@media screen and (max-width: 992px) {
  .ourIndustries-large {
    display: none;
  }
}
.ourIndustries-large .left-title {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  position: absolute;
  bottom: 8px;
  left: 16px;
  color: #FFFFFF;
}
.ourIndustries-large .left-title {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .ourIndustries-large .left-title {
    font-size: calc(20px + 10 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .ourIndustries-large .left-title {
    font-size: 30px;
  }
}
.ourIndustries-large h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 62px;
  /* identical to box height, or 129% */
  text-align: center;
  letter-spacing: 1.6px;
  color: #454545;
}
.ourIndustries-large h3 {
  font-size: 36px;
}
@media screen and (min-width: 320px) {
  .ourIndustries-large h3 {
    font-size: calc(36px + 12 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .ourIndustries-large h3 {
    font-size: 48px;
  }
}
.ourIndustries-large p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  /* or 179% */
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  letter-spacing: 0.02px;
  color: #454545;
}
.ourIndustries-large p {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .ourIndustries-large p {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .ourIndustries-large p {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .ourIndustries-small {
    display: none;
  }
}
.ourIndustries-small .left-title {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  position: absolute;
  bottom: 8px;
  left: 16px;
  color: #FFFFFF;
}
.ourIndustries-small .left-title {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .ourIndustries-small .left-title {
    font-size: calc(20px + 10 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .ourIndustries-small .left-title {
    font-size: 30px;
  }
}
.ourIndustries-small h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 62px;
  /* identical to box height, or 129% */
  text-align: center;
  letter-spacing: 1.6px;
  color: #454545;
}
.ourIndustries-small h3 {
  font-size: 36px;
}
@media screen and (min-width: 320px) {
  .ourIndustries-small h3 {
    font-size: calc(36px + 12 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .ourIndustries-small h3 {
    font-size: 48px;
  }
}
.ourIndustries-small p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  /* or 179% */
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  letter-spacing: 0.02px;
  color: #454545;
}
.ourIndustries-small p {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .ourIndustries-small p {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .ourIndustries-small p {
    font-size: 14px;
  }
}

#item-scroller .card {
  border: none;
}
#item-scroller .slick-dots li button:before {
  color: #CCCCCC;
  font-size: 10px;
}
#item-scroller .slick-dots li.slick-active button:before {
  margin-top: 6px;
  font-size: 1px;
  border: 4.5px solid white;
  color: transparent;
  width: 30px;
  height: 4px;
  border-radius: 30%;
  margin-left: 20px;
  margin-right: 30px;
}

.explore-our-practice {
  background: #242424;
}
.explore-our-practice .top-arrow {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.explore-our-practice .under-arrow {
  padding-top: 110px;
}
@media screen and (max-width: 575px) {
  .explore-our-practice .under-arrow {
    padding-top: 50px;
  }
}
.explore-our-practice .under-arrow .top-part h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 62px;
  letter-spacing: 1.6000000238px;
  text-align: center;
  color: #FCC984;
}
.explore-our-practice .under-arrow .top-part h3 {
  font-size: 25px;
}
@media screen and (min-width: 320px) {
  .explore-our-practice .under-arrow .top-part h3 {
    font-size: calc(25px + 23 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .explore-our-practice .under-arrow .top-part h3 {
    font-size: 48px;
  }
}
.explore-our-practice .under-arrow .top-part .parra {
  display: flex;
  justify-content: center;
}
.explore-our-practice .under-arrow .top-part .parra p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.0199999996px;
  text-align: center;
  color: #FFFFFF;
  max-width: 768px;
}
.explore-our-practice .under-arrow .top-part .parra p {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .explore-our-practice .under-arrow .top-part .parra p {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .explore-our-practice .under-arrow .top-part .parra p {
    font-size: 14px;
  }
}
.explore-our-practice.small .grid-box .grid-box-container .grid-border.small {
  min-height: 360px;
}
.explore-our-practice.small .grid-box .grid-box-container .grid-border.small:first-child {
  border-right: 1px #474E57 solid;
  border-bottom: 1px #474E57 solid;
  border-top: 1px #474E57 solid;
}
@media screen and (max-width: 768px) {
  .explore-our-practice.small .grid-box .grid-box-container .grid-border.small:first-child {
    border-right: none;
  }
}
.explore-our-practice.small .grid-box .grid-box-container .grid-border.small:nth-child(2) {
  border-right: 1px #474E57 solid;
  border-bottom: 1px #474E57 solid;
  border-top: 1px #474E57 solid;
}
@media screen and (max-width: 990px) {
  .explore-our-practice.small .grid-box .grid-box-container .grid-border.small:nth-child(2) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .explore-our-practice.small .grid-box .grid-box-container .grid-border.small:nth-child(2) {
    border-right: none;
  }
}
.explore-our-practice.small .grid-box .grid-box-container .grid-border.small:nth-child(3) {
  border-right: 1px #474E57 solid;
  border-bottom: 1px #474E57 solid;
  border-top: 1px #474E57 solid;
}
@media screen and (max-width: 768px) {
  .explore-our-practice.small .grid-box .grid-box-container .grid-border.small:nth-child(3) {
    border-right: none;
  }
}
.explore-our-practice.small .grid-box .grid-box-container .grid-border.small:nth-child(4) {
  border-top: 1px #474E57 solid;
  border-bottom: 1px #474E57 solid;
}
@media screen and (max-width: 768px) {
  .explore-our-practice.small .grid-box .grid-box-container .grid-border.small:nth-child(4) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .explore-our-practice.small .grid-box .grid-box-container .grid-border.small:last-child {
    border-right: none;
    border-bottom: 1px #474E57 solid;
  }
}
.explore-our-practice.small .grid-box .grid-box-container .grid-border.small .grid-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  min-height: 360px;
}
.explore-our-practice.small .grid-box .grid-box-container .grid-para {
  margin-top: 1rem;
  max-width: 100%;
}
.explore-our-practice.small .grid-box .grid-box-container .grid-para p {
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -0.2771430016px;
  text-align: center;
  color: #FCC984;
}
.explore-our-practice.small .grid-box .grid-box-container .grid-para p {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .explore-our-practice.small .grid-box .grid-box-container .grid-para p {
    font-size: calc(14px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .explore-our-practice.small .grid-box .grid-box-container .grid-para p {
    font-size: 18px;
  }
}
.explore-our-practice.small .grid-box .grid-box-container .grid-desc {
  margin-top: 1rem;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -0.2771430016px;
  text-align: center;
  color: #fff;
}
.explore-our-practice.small .grid-box .grid-box-container .grid-desc {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .explore-our-practice.small .grid-box .grid-box-container .grid-desc {
    font-size: calc(12px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .explore-our-practice.small .grid-box .grid-box-container .grid-desc {
    font-size: 16px;
  }
}
.explore-our-practice .grid-box .grid-box-container .grid-border {
  min-height: 235px;
}
.explore-our-practice .grid-box .grid-box-container .grid-border:first-child {
  border-right: 1px #474E57 solid;
  border-bottom: 1px #474E57 solid;
}
@media screen and (max-width: 768px) {
  .explore-our-practice .grid-box .grid-box-container .grid-border:first-child {
    border-right: none;
  }
}
.explore-our-practice .grid-box .grid-box-container .grid-border:nth-child(2) {
  border-right: 1px #474E57 solid;
  border-bottom: 1px #474E57 solid;
}
@media screen and (max-width: 990px) {
  .explore-our-practice .grid-box .grid-box-container .grid-border:nth-child(2) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .explore-our-practice .grid-box .grid-box-container .grid-border:nth-child(2) {
    border-right: none;
  }
}
.explore-our-practice .grid-box .grid-box-container .grid-border:nth-child(3) {
  border-right: 1px #474E57 solid;
  border-bottom: 1px #474E57 solid;
}
@media screen and (max-width: 768px) {
  .explore-our-practice .grid-box .grid-box-container .grid-border:nth-child(3) {
    border-right: none;
  }
}
.explore-our-practice .grid-box .grid-box-container .grid-border:nth-child(4) {
  border-bottom: 1px #474E57 solid;
}
@media screen and (max-width: 768px) {
  .explore-our-practice .grid-box .grid-box-container .grid-border:nth-child(4) {
    border-right: none;
  }
}
.explore-our-practice .grid-box .grid-box-container .grid-border:nth-child(5) {
  border-right: 1px #474E57 solid;
}
@media screen and (max-width: 768px) {
  .explore-our-practice .grid-box .grid-box-container .grid-border:nth-child(5) {
    border-right: none;
    border-bottom: 1px #474E57 solid;
  }
}
@media screen and (max-width: 990px) {
  .explore-our-practice .grid-box .grid-box-container .grid-border:nth-child(5) {
    border-bottom: 1px #474E57 solid;
  }
}
.explore-our-practice .grid-box .grid-box-container .grid-border:nth-child(6) {
  border-right: 1px #474E57 solid;
}
@media screen and (max-width: 990px) {
  .explore-our-practice .grid-box .grid-box-container .grid-border:nth-child(6) {
    border-right: none;
    border-bottom: 1px #474E57 solid;
  }
}
@media screen and (max-width: 768px) {
  .explore-our-practice .grid-box .grid-box-container .grid-border:nth-child(6) {
    border-right: none;
    border-bottom: 1px #474E57 solid;
  }
}
.explore-our-practice .grid-box .grid-box-container .grid-border:nth-child(7) {
  border-right: 1px #474E57 solid;
}
@media screen and (max-width: 768px) {
  .explore-our-practice .grid-box .grid-box-container .grid-border:nth-child(7) {
    border-right: none;
    border-bottom: 1px #474E57 solid;
  }
}
@media screen and (max-width: 768px) {
  .explore-our-practice .grid-box .grid-box-container .grid-border:last-child {
    border-right: none;
    border-bottom: 1px #474E57 solid;
  }
}
.explore-our-practice .grid-box .grid-box-container .grid-border .grid-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  margin: 0.5rem;
  border: 3px solid transparent;
  transition: 0.5s all ease;
}
.explore-our-practice .grid-box .grid-box-container .grid-border .grid-1:hover {
  border: 3px solid #FCC984;
}
.explore-our-practice .grid-box .grid-box-container .grid-para {
  margin-top: 1rem;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -0.2771430016px;
  text-align: center;
  max-width: 100%;
  color: #fff;
  text-transform: uppercase;
}
.explore-our-practice .grid-box .grid-box-container .grid-para {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .explore-our-practice .grid-box .grid-box-container .grid-para {
    font-size: calc(12px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .explore-our-practice .grid-box .grid-box-container .grid-para {
    font-size: 16px;
  }
}
.explore-our-practice .grid-box .outcomes-wrapper .outcomes {
  display: flex;
  flex-wrap: wrap;
  color: #FFFFFF;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
}
.explore-our-practice .grid-box .outcomes-wrapper .outcomes li {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  text-align: center;
  padding: 2rem 2rem 0rem 2rem !important;
  width: 100%;
}
.explore-our-practice .grid-box .outcomes-wrapper .outcomes li:first-child {
  border-right: 1px #474E57 solid;
  border-bottom: 1px #474E57 solid;
}
.explore-our-practice .grid-box .outcomes-wrapper .outcomes li:nth-child(2) {
  border-right: 1px #474E57 solid;
  border-bottom: 1px #474E57 solid;
}
.explore-our-practice .grid-box .outcomes-wrapper .outcomes li:nth-child(3) {
  border-right: 1px #474E57 solid;
  border-bottom: 1px #474E57 solid;
}
.explore-our-practice .grid-box .outcomes-wrapper .outcomes li:last-child {
  border-bottom: 1px #474E57 solid;
}
.explore-our-practice .grid-box .outcomes-wrapper .outcomes li p {
  margin-top: 1rem;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -0.2771430016px;
  text-align: center;
  max-width: 120px;
}
.explore-our-practice .grid-box .outcomes-wrapper .outcomes li p {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .explore-our-practice .grid-box .outcomes-wrapper .outcomes li p {
    font-size: calc(12px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .explore-our-practice .grid-box .outcomes-wrapper .outcomes li p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .explore-our-practice .grid-box .outcomes-wrapper .outcomes li {
    width: 25%;
  }
}
.explore-our-practice .learn-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.explore-our-practice .learn-btn .learn-more-btn {
  background: linear-gradient(180deg, #9E7646 0%, #9C7545 48.44%, #9C7545 100%);
  border: none;
  padding: 20px 65px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

.contact {
  background-image: url("../images/background/handshake.png") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact nav.bg-light {
  background: transparent !important;
}
.contact nav .nav-item a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF !important;
}
.contact nav .nav-item a.active {
  background: transparent !important;
  line-height: 35px;
}
.contact nav .nav-item a.active:hover {
  background: #FFFFFF !important;
}
.contact nav .nav-item a img {
  margin-left: 5px;
}
.contact nav .dropdown-menu {
  background: rgb(41, 41, 41);
  padding: 1rem 0 !important;
}
.contact nav .dropdown-menu a {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  color: #FFFFFF !important;
}
.contact nav .dropdown-menu a:hover {
  color: black !important;
}
.contact nav .dropdown-menu .dropdown-item img {
  margin-right: 5px;
}
.contact nav .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
  color: linear-gradient(125.9deg, #9C7545 -10.63%, #FCC984 78.03%, #FCC984 132.41%) !important;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.contact nav .main-nav-ul .main-nav-li {
  display: block;
}
@media screen and (min-width: 992px) {
  .contact nav .main-nav-ul .main-nav-li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 18px;
  }
}
.contact nav .main-nav-ul .main-nav-li.top-links {
  display: block;
}
@media screen and (min-width: 992px) {
  .contact nav .main-nav-ul .main-nav-li.top-links {
    display: none;
  }
}
.contact nav .nav-btn {
  background: linear-gradient(180deg, #9E7646 0%, #9C7545 48.44%, #9C7545 100%);
  border: none;
  padding: 10px 25px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .contact nav .nav-border {
    border-bottom: 1px solid #FFFFFF;
  }
}
.contact .hero-content {
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .contact .hero-content {
    padding: 1rem 0;
  }
}
.contact .hero-content .left-side {
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .contact .hero-content .left-side {
    text-align: center;
  }
}
.contact .hero-content .left-side h1 {
  font-weight: 400;
  line-height: 62px;
  letter-spacing: 0px;
  padding-top: 3rem;
  font-family: Cormorant Garamond;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 62px;
  /* identical to box height, or 77% */
  text-align: center;
  color: #FFFFFF;
}
.contact .hero-content .left-side h1 {
  font-size: 32px;
}
@media screen and (min-width: 320px) {
  .contact .hero-content .left-side h1 {
    font-size: calc(32px + 48 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .contact .hero-content .left-side h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .contact .hero-content .left-side h1 {
    padding-bottom: 1rem;
  }
}
.contact .hero-content .left-side p {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #FFFFFF;
}
.contact .hero-content .left-side p {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .contact .hero-content .left-side p {
    font-size: calc(20px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .contact .hero-content .left-side p {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .contact .hero-content .left-side {
    display: flex;
    justify-content: center;
  }
}

.contactForm1 h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 62px;
  letter-spacing: 1.5px;
  color: #FCC984;
}
@media screen and (max-width: 992px) {
  .contactForm1 h3 {
    text-align: center;
  }
}
.contactForm1 h3 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .contactForm1 h3 {
    font-size: calc(24px + 24 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .contactForm1 h3 {
    font-size: 48px;
  }
}
@media screen and (max-width: 575px) {
  .contactForm1 h3 {
    padding: 0px;
  }
}
.contactForm1 p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  /* or 164% */
  color: #FFF;
}
.contactForm1 p {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .contactForm1 p {
    font-size: calc(12px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .contactForm1 p {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .contactForm1 p {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .contactForm1 p {
    text-align: start;
  }
}
@media screen and (min-width: 992px) {
  .contactForm1 .generalInquiry .left-border {
    border-right: 4px solid #DADADA;
  }
}
@media screen and (mAX-width: 992px) {
  .contactForm1 .generalInquiry .left-border .form1 {
    text-align: left;
  }
}
.contactForm1 .generalInquiry .left-border .form1 .checkbox-column {
  padding-left: 3rem;
}
.contactForm1 .generalInquiry .heading {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 15px;
  /* identical to box height, or 287% */
  color: #9C7545;
}
@media screen and (mAX-width: 992px) {
  .contactForm1 .generalInquiry .heading {
    text-align: center;
  }
}
.contactForm1 .generalInquiry .nav-btn1 {
  background: linear-gradient(180deg, #9E7646 0%, #9C7545 48.44%, #9C7545 100%);
  border: none;
  padding: 10px 25px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: 1px;
  color: #FFFFFF;
}
.contactForm1 .generalInquiry .checkboxEntry li {
  text-decoration: none;
  list-style: none;
  color: #d17878;
}
.contactForm1 .generalInquiry .checkboxEntry h5 {
  padding-top: 1rem;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  /* identical to box height */
  color: #fff;
}
.contactForm1 .generalInquiry .checkboxEntry h5 {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .contactForm1 .generalInquiry .checkboxEntry h5 {
    font-size: calc(14px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .contactForm1 .generalInquiry .checkboxEntry h5 {
    font-size: 18px;
  }
}
@media screen and (mAX-width: 992px) {
  .contactForm1 .generalInquiry .checkboxEntry h5 {
    text-align: center;
  }
}
.contactForm1 .generalInquiry .checkboxEntry .contactEntry span {
  color: #fff;
}
.contactForm1 .generalInquiry .checkboxEntry .contactEntry .entryLabel {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  /* identical to box height, or 164% */
  text-align: left;
  color: #fff;
}
.contactForm1 .generalInquiry .checkboxEntry .contactEntry .entryLabel {
  font-size: 13px;
}
@media screen and (min-width: 320px) {
  .contactForm1 .generalInquiry .checkboxEntry .contactEntry .entryLabel {
    font-size: calc(13px + 3 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .contactForm1 .generalInquiry .checkboxEntry .contactEntry .entryLabel {
    font-size: 16px;
  }
}
.contactForm1 .generalInquiry .checkboxEntry .contactEntry .dataEntry:checked ~ .entryLabel {
  font-weight: bold;
  color: #000000;
  background: rgba(0, 0, 0, 0.01);
}
.contactForm1 .contactDisp .address {
  display: flex;
  text-decoration: none;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 19px;
  margin-bottom: 5px;
  color: #FFF;
}
.contactForm1 .contactDisp .address {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .contactForm1 .contactDisp .address {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .contactForm1 .contactDisp .address {
    font-size: 14px;
  }
}
@media screen and (mAX-width: 992px) {
  .contactForm1 .contactDisp .address {
    text-align: center;
  }
}

.disp-map #map {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .disp-map #map {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .disp-map #map {
    height: 200px;
  }
}
@media screen and (min-width: 992px) {
  .disp-map #map {
    height: 412px;
  }
}

.news-page {
  background-image: url("../images/background/newsBg.png") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-page nav.bg-light {
  background: transparent !important;
}
.news-page nav .nav-item a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF !important;
}
.news-page nav .nav-item a.active {
  background: transparent !important;
  line-height: 35px;
}
.news-page nav .nav-item a.active:hover {
  background: #FFFFFF !important;
}
.news-page nav .nav-item a img {
  margin-left: 5px;
}
.news-page nav .dropdown-menu {
  background: rgb(41, 41, 41);
  padding: 1rem 0 !important;
}
.news-page nav .dropdown-menu a {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  color: #FFFFFF !important;
}
.news-page nav .dropdown-menu a:hover {
  color: black !important;
}
.news-page nav .dropdown-menu .dropdown-item img {
  margin-right: 5px;
}
.news-page nav .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
  color: linear-gradient(125.9deg, #9C7545 -10.63%, #FCC984 78.03%, #FCC984 132.41%) !important;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.news-page nav .main-nav-ul .main-nav-li {
  display: block;
}
@media screen and (min-width: 992px) {
  .news-page nav .main-nav-ul .main-nav-li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 18px;
  }
}
.news-page nav .main-nav-ul .main-nav-li.top-links {
  display: block;
}
@media screen and (min-width: 992px) {
  .news-page nav .main-nav-ul .main-nav-li.top-links {
    display: none;
  }
}
.news-page nav .nav-btn {
  background: linear-gradient(180deg, #9E7646 0%, #9C7545 48.44%, #9C7545 100%);
  border: none;
  padding: 10px 25px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .news-page nav .nav-border {
    border-bottom: 1px solid #FFFFFF;
  }
}
.news-page .hero-content {
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .news-page .hero-content {
    padding: 1rem 0;
  }
}
.news-page .hero-content .left-side {
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .news-page .hero-content .left-side {
    text-align: center;
  }
}
.news-page .hero-content .left-side h1 {
  font-weight: 400;
  line-height: 62px;
  letter-spacing: 0px;
  padding-top: 3rem;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 62px;
  /* identical to box height, or 77% */
  text-align: center;
  color: #FFFFFF;
}
.news-page .hero-content .left-side h1 {
  font-size: 32px;
}
@media screen and (min-width: 320px) {
  .news-page .hero-content .left-side h1 {
    font-size: calc(32px + 48 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .news-page .hero-content .left-side h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .news-page .hero-content .left-side h1 {
    padding-bottom: 1rem;
  }
}
.news-page .hero-content .left-side p {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #FFFFFF;
}
.news-page .hero-content .left-side p {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .news-page .hero-content .left-side p {
    font-size: calc(20px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .news-page .hero-content .left-side p {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .news-page .hero-content .left-side {
    display: flex;
    justify-content: center;
  }
}

.search-section {
  margin: 2rem auto 4rem auto;
}
.search-section input {
  background: transparent !important;
  border: 2px solid #FCC984;
  color: #fff;
}
.search-section input:focus {
  border: 2px solid #FCC984;
  color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(253, 217, 13, 0.25) !important;
}
.search-section .items {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.search-section .items .list-itms {
  color: #848484;
  text-decoration: none;
  margin: 5px;
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 25px 0px;
  background: #1E1E1E;
  border-radius: 5px;
  border: 0px;
  padding: 10px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.search-section .items .list-itms.is-checked {
  background: #9C7545;
  color: white;
  font-weight: bold;
}
.search-section .items .list-itms:hover {
  background: #9C7545;
  color: white;
  font-weight: bold;
}
.search-section .search-box {
  padding: 2rem 0rem;
}
@media screen and (max-width: 767px) {
  .search-section .search-box {
    align-items: center;
    text-align: center;
  }
}
.search-section .search-box .search-btn {
  background: linear-gradient(180deg, #9E7646 0%, #9C7545 48.44%, #9C7545 100%);
  border: none;
  padding: 10px 25px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: 1px;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .search-section .search-box .search-btn {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .search-section .search-box .search-btn {
    align-items: center;
    margin-top: 10px;
  }
}
.search-section .search-box .search-btn {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .search-section .search-box .search-btn {
    font-size: calc(12px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .search-section .search-box .search-btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .search-section {
    margin-top: 3.5rem;
  }
}
.search-section .resources-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  color: #FCC984;
}
.search-section .resources-title {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .search-section .resources-title {
    font-size: calc(28px + 20 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .search-section .resources-title {
    font-size: 48px;
  }
}
.search-section .resources-card {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  margin-top: 4rem;
  position: relative;
  min-height: 555px;
  background: #28282A;
}
@media screen and (min-width: 992px) {
  .search-section .resources-card {
    min-height: 610px;
  }
}
.search-section .resources-card .upper-section {
  position: relative;
}
.search-section .resources-card .upper-section p {
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  background: #9C7545;
  border-radius: 2px;
  color: #fff;
  padding: 10px 16px;
  margin-bottom: 0;
  position: absolute;
  top: 10px;
  right: 10px;
}
.search-section .resources-card .upper-section img {
  width: 100% !important;
  height: 225px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center;
     object-position: center;
}
.search-section .resources-card .middle-section {
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .search-section .resources-card .middle-section {
    padding: 0px 10px;
  }
}
.search-section .resources-card .middle-section h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.0299999993px;
  text-align: left;
  letter-spacing: -0.03px;
  color: #FCC984;
  margin-top: 3rem;
}
.search-section .resources-card .middle-section p {
  margin-top: 2.5rem;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 0.8;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .search-section .resources-card .middle-section p {
    margin: 0px;
  }
}
.search-section .resources-card .middle-section a {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.search-section .resources-card .last-section {
  position: absolute;
  width: 100%;
  bottom: 0%;
  padding: 0 2rem;
  margin-bottom: 0px;
  border-top: 2px solid #E6E6E6;
}
.search-section .resources-card .last-section div {
  display: flex;
  justify-content: space-between;
}
.search-section .resources-card .last-section div .dot {
  height: 3px;
  width: 3px;
  background-color: #ADADAD;
  border-radius: 50%;
  margin: 1.2rem 1rem;
}
.search-section .resources-card .last-section div p {
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0px;
  text-align: left;
  text-decoration: none;
  color: #ADADAD;
}
.search-section .resources-card .last-section div li {
  list-style: none;
}
.search-section .resources-card .last-section div li a {
  color: #ADADAD;
  text-decoration: none;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0px;
  text-align: left;
}
.search-section .paging {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.search-section .paging .pagination .page-item, .search-section .paging .pagination li, .search-section .paging .wp-paginate .page-item, .search-section .paging .wp-paginate li {
  border: none;
  line-height: 20px;
  background-color: transparent;
}
.search-section .paging .pagination .page-item:hover a, .search-section .paging .pagination li:hover a, .search-section .paging .wp-paginate .page-item:hover a, .search-section .paging .wp-paginate li:hover a {
  color: #FCC984;
}
.search-section .paging .pagination .page-item a, .search-section .paging .pagination li a, .search-section .paging .wp-paginate .page-item a, .search-section .paging .wp-paginate li a {
  text-decoration: none;
  color: #fff;
  border: none;
  background: transparent !important;
}
.search-section .paging .pagination .page-item .current, .search-section .paging .pagination li .current, .search-section .paging .wp-paginate .page-item .current, .search-section .paging .wp-paginate li .current {
  color: #FCC984;
}
.search-section .paging .pagination .page-item .current:hover, .search-section .paging .pagination li .current:hover, .search-section .paging .wp-paginate .page-item .current:hover, .search-section .paging .wp-paginate li .current:hover {
  color: #FCC984;
}

.careers {
  background-image: url("../images/background/careers.png") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.careers nav.bg-light {
  background: transparent !important;
}
.careers nav .nav-item a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF !important;
}
.careers nav .nav-item a.active {
  background: transparent !important;
  line-height: 35px;
}
.careers nav .nav-item a.active:hover {
  background: #FFFFFF !important;
}
.careers nav .nav-item a img {
  margin-left: 5px;
}
.careers nav .dropdown-menu {
  background: rgb(41, 41, 41);
  padding: 1rem 0 !important;
}
.careers nav .dropdown-menu a {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  color: #FFFFFF !important;
}
.careers nav .dropdown-menu a:hover {
  color: black !important;
}
.careers nav .dropdown-menu .dropdown-item img {
  margin-right: 5px;
}
.careers nav .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
  color: linear-gradient(125.9deg, #9C7545 -10.63%, #FCC984 78.03%, #FCC984 132.41%) !important;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.careers nav .main-nav-ul .main-nav-li {
  display: block;
}
@media screen and (min-width: 992px) {
  .careers nav .main-nav-ul .main-nav-li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 18px;
  }
}
.careers nav .main-nav-ul .main-nav-li.top-links {
  display: block;
}
@media screen and (min-width: 992px) {
  .careers nav .main-nav-ul .main-nav-li.top-links {
    display: none;
  }
}
.careers nav .nav-btn {
  background: linear-gradient(180deg, #9E7646 0%, #9C7545 48.44%, #9C7545 100%);
  border: none;
  padding: 10px 25px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .careers nav .nav-border {
    border-bottom: 1px solid #FFFFFF;
  }
}
.careers .hero-content {
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .careers .hero-content {
    padding: 1rem 0;
  }
}
.careers .hero-content .left-side {
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .careers .hero-content .left-side {
    text-align: center;
  }
}
.careers .hero-content .left-side h1 {
  font-weight: 400;
  line-height: 62px;
  letter-spacing: 0px;
  padding-top: 3rem;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 62px;
  /* identical to box height, or 77% */
  text-align: center;
  color: #FFFFFF;
}
.careers .hero-content .left-side h1 {
  font-size: 32px;
}
@media screen and (min-width: 320px) {
  .careers .hero-content .left-side h1 {
    font-size: calc(32px + 48 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .careers .hero-content .left-side h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .careers .hero-content .left-side h1 {
    padding-bottom: 1rem;
  }
}
.careers .hero-content .left-side p {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #FFFFFF;
}
.careers .hero-content .left-side p {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .careers .hero-content .left-side p {
    font-size: calc(20px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .careers .hero-content .left-side p {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .careers .hero-content .left-side {
    display: flex;
    justify-content: center;
  }
}

.positions {
  background: #161616;
}
.positions .heading {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-style: normal;
  font-weight: normal;
  line-height: 56px;
  text-align: center;
  letter-spacing: 1.5px;
  color: #FCC984;
  position: relative;
}
.positions .heading {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .positions .heading {
    font-size: calc(28px + 20 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .positions .heading {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .positions .heading {
    line-height: 18px !important;
  }
}
.positions .heading::after {
  content: "";
  height: 4px;
  max-width: 300px;
  width: 60%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  background: #9C7545;
}
.positions .paring {
  margin-top: 3rem;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
}
.positions .paring {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .positions .paring {
    font-size: calc(14px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .positions .paring {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .positions .paring {
    line-height: 30px;
  }
}
.positions .accordion {
  overflow: hidden;
}
.positions .accordion .accordionLabel, .positions .accordion .accordionContent {
  padding: 20px 45px;
  overflow: hidden;
  border: 1px solid #FCC984;
  border-radius: 5px;
  box-shadow: none;
}
.positions .accordion .accordionLabel {
  display: block;
  cursor: pointer;
  position: relative;
  transition: background 0.1s;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 0px;
  /* or 162% */
  background: #28282A;
  color: #fff;
}
.positions .accordion .accordionLabel {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .positions .accordion .accordionLabel {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .positions .accordion .accordionLabel {
    font-size: 14px;
  }
}
.positions .accordion .accordionLabel sub {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  /* identical to box height */
  text-align: center;
  color: #888888;
}
.positions .accordion .accordionLabel:hover {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.positions .accordion .accordionLabel::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  height: 14px;
  width: 14px;
  background-image: url(../images/icons/plus.svg);
  background-size: contain;
  color: #9C7545;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.positions .accordion .accordionContent {
  overflow: hidden;
  transition: all 0.25s ease;
  background: #28282A;
  display: none;
}
.positions .accordion .accordionContent h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 27px;
  color: #FCC984;
}
.positions .accordion .accordionContent h3 {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .positions .accordion .accordionContent h3 {
    font-size: calc(14px + 6 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .positions .accordion .accordionContent h3 {
    font-size: 20px;
  }
}
.positions .accordion .accordionContent p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 19px;
  color: #fff;
}
.positions .accordion .accordionContent p {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .positions .accordion .accordionContent p {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .positions .accordion .accordionContent p {
    font-size: 14px;
  }
}
.positions .accordion .accordionContent .apply-now {
  background: linear-gradient(180deg, #9E7646 0%, #9C7545 48.44%, #9C7545 100%);
  border: none;
  padding: 8px 20px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: 1px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .positions .accordion .accordionContent .apply-now {
    align-items: center;
    margin-top: 10px;
  }
}
.positions .accordion .accordionContent .apply-now {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .positions .accordion .accordionContent .apply-now {
    font-size: calc(12px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .positions .accordion .accordionContent .apply-now {
    font-size: 16px;
  }
}
.positions .accordion .accordionInput {
  display: none;
}
.positions .accordion .accordionInput:checked ~ .accordionContent {
  background: rgba(40, 40, 42, 0.09);
  overflow: hidden;
  display: block;
}
.positions .accordion .accordionInput:checked ~ .accordionLabel::after {
  content: "";
  height: 7px;
  background-image: url(../images/icons/minus.svg);
  background-repeat: no-repeat;
}
.positions .accordion .accordionInput:checked ~ .accordionLabel {
  border-bottom: none;
  border-radius: 5px 5px 0px 0px;
}
.positions .accordion .accordionInput:checked ~ .accordionContent {
  border-top: none;
  border-radius: 0px 0px;
}
.positions .heading {
  text-align: center;
}
.positions .heading h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: bold;
  line-height: 58px;
  color: #FCC984;
}
.positions .heading h3 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .positions .heading h3 {
    font-size: calc(24px + 24 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .positions .heading h3 {
    font-size: 48px;
  }
}
.positions .heading p {
  max-width: 950px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  /* or 162% */
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}
.positions .heading p {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .positions .heading p {
    font-size: calc(12px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .positions .heading p {
    font-size: 16px;
  }
}

.apply-now {
  background: #292929;
  margin-left: auto;
  margin-right: auto;
}
.apply-now h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 55px;
  /* or 115% */
  text-align: center;
  letter-spacing: 1.5px;
  color: white;
}
.apply-now h3 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .apply-now h3 {
    font-size: calc(24px + 24 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .apply-now h3 {
    font-size: 48px;
  }
}
.apply-now .contact-info {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.apply-now .address {
  text-decoration: none;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 19px;
  margin-bottom: 5px;
  color: #505050;
}
@media screen and (max-width: 768px) {
  .apply-now .address {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.apply-now .address {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .apply-now .address {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .apply-now .address {
    font-size: 14px;
  }
}
.apply-now .para {
  margin-top: 20px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  /* or 164% */
  text-align: center;
  color: #A2A2A2;
}
.apply-now .para {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .apply-now .para {
    font-size: calc(12px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .apply-now .para {
    font-size: 14px;
  }
}
.apply-now .form1 {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
.apply-now .form1 .drop-down-section::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  height: 140px;
  width: 140px;
  background-image: url(../images/icons/plus.svg);
  background-size: contain;
  color: #9C7545;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.apply-now .nav-btn1 {
  background: linear-gradient(180deg, #9E7646 0%, #9C7545 48.44%, #9C7545 100%);
  border: none;
  padding: 10px 25px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: 1px;
  color: #FFFFFF;
}
.apply-now .nav-btn1 {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .apply-now .nav-btn1 {
    font-size: calc(12px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .apply-now .nav-btn1 {
    font-size: 16px;
  }
}
.apply-now .input-btn {
  display: none;
}
.apply-now #frnt-end-btn {
  margin-top: 20px;
  text-decoration: none;
  background: #292929;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  padding: 10px 40px;
  border: 1px solid #FCC984;
  box-sizing: border-box;
  border-radius: 3px;
  color: #FFFFFF;
}
.apply-now #frnt-end-btn {
  font-size: 10px;
}
@media screen and (min-width: 320px) {
  .apply-now #frnt-end-btn {
    font-size: calc(10px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .apply-now #frnt-end-btn {
    font-size: 12px;
  }
}
.apply-now .warning {
  margin-top: 8px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
  /* identical to box height */
  color: #FFFFFF;
}
.apply-now .warning {
  font-size: 8px;
}
@media screen and (min-width: 320px) {
  .apply-now .warning {
    font-size: calc(8px + 2 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .apply-now .warning {
    font-size: 10px;
  }
}

.we-know-our-clients .row {
  padding-top: 5rem;
  padding-bottom: 2rem;
  display: flex;
  justify-content: space-around;
}
.we-know-our-clients .row .client-section-img {
  align-self: center;
}
.we-know-our-clients .row .client-section-bg .client-section-content {
  align-items: center;
}
.we-know-our-clients .row .client-section-bg .client-section-content h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 55px;
  letter-spacing: 1.5px;
  color: #FCC984;
}
.we-know-our-clients .row .client-section-bg .client-section-content h3 {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .we-know-our-clients .row .client-section-bg .client-section-content h3 {
    font-size: calc(28px + 20 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .we-know-our-clients .row .client-section-bg .client-section-content h3 {
    font-size: 48px;
  }
}
@media screen and (max-width: 991px) {
  .we-know-our-clients .row .client-section-bg .client-section-content h3 {
    line-height: 35px;
    padding-top: 1rem;
  }
}
.we-know-our-clients .row .client-section-bg .client-section-content p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .we-know-our-clients .row .client-section-bg .client-section-content p {
    padding-top: 1rem;
  }
}
.we-know-our-clients .row .client-section-bg .para-note {
  border-left: 5px solid #E6936B;
  background: transparent;
  padding: 1rem;
  margin-bottom: 2rem;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .we-know-our-clients .row .client-section-bg .para-note {
    display: none;
  }
}
.we-know-our-clients .row .client-section-bg .para-note {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .we-know-our-clients .row .client-section-bg .para-note {
    font-size: calc(18px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .we-know-our-clients .row .client-section-bg .para-note {
    font-size: 22px;
  }
}
.we-know-our-clients .row .para-note-1 {
  float: right;
  border-left: 5px solid #E6936B;
  background: transparent;
  padding: 1rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .we-know-our-clients .row .para-note-1 {
    display: none;
  }
}
.we-know-our-clients .row .para-note-1 {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .we-know-our-clients .row .para-note-1 {
    font-size: calc(18px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .we-know-our-clients .row .para-note-1 {
    font-size: 22px;
  }
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: lighter;
  font-size: 14px;
  line-height: 23px;
  /* identical to box height, or 164% */
  color: #3f83a5;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: transparent;
  border-radius: 5px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 40px;
  right: 20px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-color: #9C7545 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #9C7545 transparent;
  top: 30px;
  border-radius: 50px;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #ffF;
  padding: 8px 16px;
  border: 2px solid #FCC984;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #28282A;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 5px;
  font-weight: normal;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.news-blog {
  background: #000 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
}
.news-blog .news-heading {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.news-blog .news-heading .para-div {
  display: flex;
  justify-content: center;
}
.news-blog .news-heading .para-div p {
  padding-top: 1rem;
  display: flex;
  justify-content: center;
  max-width: 840px;
  padding-bottom: 2rem;
}

.news-story .news-story-content {
  text-align: start;
}
.news-story .news-story-content h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  /* identical to box height */
  text-align: center;
  letter-spacing: 0.8px;
  color: #FCC984;
  position: relative;
}
.news-story .news-story-content h3 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .news-story .news-story-content h3 {
    font-size: calc(24px + 12 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .news-story .news-story-content h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .news-story .news-story-content h3 {
    line-height: 18px !important;
  }
}
.news-story .news-story-content img {
  margin-bottom: 20px;
}
.news-story .news-story-content h4, .news-story .news-story-content h5 {
  color: #FCC984;
}
.news-story .news-story-content li {
  color: #fff;
}
.news-story .news-story-content P {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  /* or 228% */
  color: #fff;
  padding-bottom: 1.5rem;
}
.news-story .news-story-content P a {
  color: #FCC984;
}/*# sourceMappingURL=main.css.map */