html {
  font-size: 62.5%;
}

.fw-400 {
  font-size: 400;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600;
}

.pr-0 {
  padding-right: 0;
}

body {
  background: #FFFFFF;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0;
  font-family: "Inter", sans-serif;
  color: #4A4A4A;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
}

p {
  margin-bottom: 2rem;
  color: #363636;
}
p strong {
  font-weight: 700;
  color: #363636;
}

.color {
  color: #3876BF;
}

strong {
  font-weight: 600;
}

header {
  padding: 2rem 1rem 1.5rem;
}
header .collapse {
  justify-content: center;
}
header .navbar-nav .nav-item .nav-link {
  color: #404040;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 500;
  padding: 1rem 2.5rem;
  position: relative;
}
header .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 2.6rem;
  width: 1px;
  background-color: #6F6F6F;
  transform: translateY(-50%);
}
header .navbar-nav .nav-item:last-child .nav-link::after {
  display: none;
}

.page-title {
  min-height: 30.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  mix-blend-mode: normal;
  opacity: 0.9;
  position: relative;
  text-align: center;
  color: #fff;
  background-image: url("images/foreward.png");
}
.page-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #1C64BA 0%, #C9182D 100%);
  opacity: 0.9;
}
.page-title .content {
  position: relative;
}
.page-title h1 {
  font-size: 2.5rem;
  line-height: 3.4rem;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.page-title h1::after {
  content: "";
  position: absolute;
  bottom: -2.6rem;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.page-title h2 {
  font-size: 6rem;
  line-height: 7rem;
  margin: 0;
  margin-top: 4.5rem;
}

main {
  background-image: url("bg.png");
  background-size: cover;
  padding: 2rem;
}
main .content-wrap {
  background-color: #fff;
  padding: 3rem 4rem;
  width: 100%;
  max-width: 82rem;
  margin: 2.5rem auto;
  overflow: hidden;
}
main .name {
  color: #383838;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 600;
}
main .profile {
  color: #646464;
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 400;
}
main .heading {
  color: #0C91BA;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  margin-top: 4rem;
  font-weight: 600;
}
main .heading.top {
  margin-top: 0;
}

ul.no-margin li {
  margin-bottom: 0.6rem;
}

.post-name {
  font-size: 3rem;
  line-height: 4rem;
  color: #1956A1;
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  font-weight: 600;
}
.post-name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed #898989;
}

.post-meta {
  background-color: #F1F1F1;
  align-items: center;
}
.post-meta .wrap {
  margin: 1rem 4rem;
}
.post-meta .name {
  color: #383838;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.quotes {
  background-color: #9F2E46;
}
.quotes p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}
.quotes.v2 p {
  font-size: 1.8rem;
  line-height: 3rem;
}

.text-wrap {
  max-width: 90%;
  margin: 4rem auto;
}
.text-wrap li {
  margin-bottom: 2rem;
}

.line-bottom {
  position: relative;
  margin-bottom: 4.5rem;
}
.line-bottom::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  width: 90%;
  border-bottom: 0.5px solid #8D8D8D;
}

.img-caption {
  color: #454545;
  font-weight: 600;
  max-width: 303px;
}

.voice-market {
  background-color: #fff;
}
.voice-market .post-name {
  color: #454545;
  line-height: 5rem;
  font-size: 4rem;
  max-width: 36.5rem;
  margin: auto;
  font-weight: 500;
}
.voice-market .post-name::after {
  display: none;
}

.content-wrap hr {
  width: 90%;
  height: 1px;
  background-color: #505050;
  margin: 5rem auto 7rem;
}

.case-study .details * {
  color: #fff;
}
.case-study .details {
  padding: 3rem;
}
.case-study .details p {
  margin-bottom: 2rem;
}
.case-study .details ul li {
  margin-bottom: 0.7rem;
}

.text-gray p {
  color: #626262;
}

.inner-wrap {
  padding: 3rem;
}

.author {
  padding: 1.5rem 4rem;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.author h4 {
  font-size: 1.8rem;
  color: #646464;
  margin: 0;
  font-weight: 400;
}

.author-name {
  padding: 3rem 4rem;
}
.author-name .name {
  color: #383838;
  font-size: 1.6rem;
}
.author-name .profile {
  font-size: 1.4rem;
  line-height: 2rem;
}

.qns {
  font-size: 1.8rem;
  margin: 4rem auto 2rem;
}
.qns strong {
  color: #1956A1;
  font-weight: 600;
}

.post-title {
  color: #454545;
  font-size: 4rem;
  line-height: 5rem;
  max-width: 339px;
  margin-bottom: 2rem;
  font-weight: 500;
}

@media (max-width: 991px) {
  header {
    padding: 1rem 1rem 1rem;
  }
  header .navbar-nav .nav-item .nav-link::after {
    display: none;
  }

  img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
 header .navbar-nav .nav-item .nav-link {
    font-size: 1.5rem;
    line-height: 2.0rem;
    padding: 1rem 0rem;
}
 .page-title {
     min-height: 25.4rem;
 }
  .page-title h1 {
    font-size: 2rem;
    line-height: 3.4rem;
  }
  .page-title h2 {
    font-size: 4rem;
    line-height: 5.5rem;
  }

  .voice-market .post-name {
    line-height: 3.5rem;
    font-size: 2.4rem;
    margin-top: 3rem;
  }

  main .heading.top {
    margin-top: 3rem;
  }
  .row.mt-5.pt-3,
   .row.mt-5.pt-4 {
    margin-top: 0 !important;
}
}