@font-face {
  font-family: "NotoSans-Black";
  src: url("../fonts/NotoSans-Black.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NotoSans-Bold";
  src: url("../fonts/NotoSans-Bold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NotoSans-Light";
  src: url("../fonts/NotoSans-Light.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NotoSans-Medium";
  src: url("../fonts/NotoSans-Medium.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NotoSans-Regular";
  src: url("../fonts/NotoSans-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PlayfairDisplay-Bold";
  src: url("../fonts/PlayfairDisplay-Bold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PlayfairDisplay-Medium";
  src: url("../fonts/PlayfairDisplay-Medium.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PlayfairDisplay-Regular";
  src: url("../fonts/PlayfairDisplay-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  margin: auto;
  background: #000;
  font-family: "NotoSans-Regular";
}

ul {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
}

strong,
b {
  font-weight: normal;
}

p {
  font-family: "NotoSans-Regular";
}

ul,
ol {
  list-style: none;
}

input {
  outline: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

main {
  width: 100%;
  margin: auto;
  position: relative;
}

.fancybox-video {
  cursor: pointer;
}

#trigger {
  display: none;
}

.swiper-pagination-bullet {
  opacity: 1;
  background: #635848;
  width: 12px;
  height: 12px;
}


.swiper-wrapper {
  padding-bottom: 60px;
}

.many_victims .swiper-pagination {
  display: block;
}

.many_victims .swiper-pagination-bullet-active {
  background: #C5AC86;
}

.many_victims .swiper-slide {
  padding: 20px 30px;
  min-height: 310px;
}


/* Nav */

.nav {
  display: none;
}

/* Header */

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

header.headerScroll {
  background: #181818;
}


.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.3% 16.5%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

header.headerScroll .header-wrap {
  padding: 2% 16.5%;
}

.container {
  padding: 0 16.5%;
}

/* Hero baner */

.hero-banner {
  position: relative;
}

.hero_baner_wrap {
  position: absolute;
  top: 37%;
  z-index: 5;
  width: 100%;
}

.hero_baner_wrap span {
  font-size: 1.25vw;
  color: #fff;
  font-family: "NotoSans-Regular";
  letter-spacing: 0.833vw;
}

.hero_baner_wrap p {
  font-family: "PlayfairDisplay-Regular";
  color: #c5ac86;
  font-size: 2.6vw;
  line-height: 3.46vw;
  font-weight: normal;
  margin: 3% 0 0;
  text-transform: uppercase;
}

.hero_baner_wrap .hero_small_desc {
  color: #fff;
  font-family: "NotoSans-Regular";
  font-size: 1.04vw;
}

.desk_image {
  display: block;
  width: 100%;
}

.mobile_image {
  display: none;
}

.line {
  position: relative;
  margin-top: 2.5%;
}

.line .white_line {
  width: 8.33vw;
  height: 1px;
  background-color: #fff;
}

.line .gold_line {
  width: 4vw;
  height: 3px;
  background: #c5ac86;
  position: absolute;
  left: 0;
  top: -1px;
}

/* Home logos */

.home_logos {
  background: #393632;
  padding-top: 5.2%;
}

.home_logos .container {
/*  padding-right: 0;*/
}

.home_logos ul {
  display: flex;
}

.home_logos ul li {
  margin-right: 1%;
  flex: 1;
}

.home_logos ul li:last-child {
  margin-right: 0;
}

/* Seeking justice */

.seeking_justice {
  background: #393632;
  padding-top: 5.5%;
}

.seeking_justice .seeking_justice_img {
  width: 38%;
}

.about_video img {
  width: 100%;
  min-height: 19vw;
  object-fit: cover;
}

.seeking_justice .seeking_justice_desc {
  width: 62%;
}

.seeking_justice .seeking_justice_desc .line {
  width: 5.72vw;
  height: 1px;
  background: #fff;
  margin-top: 0;
  margin-left: 15%;
}

.seeking_justice .seeking_justice_desc h1 {
  font-size: 2.6vw;
  color: #c5ac86;
  font-weight: normal;
  font-family: "PlayfairDisplay-Regular";
  margin-top: 9.5%;
  margin-left: 15%;
}

.seeking_justice .seeking_justice_desc p {
  font-size: 0.83vw;
  color: #fff;
  line-height: 1.134vw;
  margin-top: 4.5%;
  margin-left: 31%;
  margin-right: 5%;
}

.seeking_justice .seeking_justice_desc a {
  display: flex;
  align-items: center;
  color: #c5ac86;
  font-size: 0.83vw;
  text-transform: uppercase;
  font-family: "NotoSans-Light";
  padding-top: 5%;
  justify-content: flex-end;
  margin-right: 16%;
}


.seeking_justice .seeking_justice_desc a img {
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.seeking_justice .seeking_justice_desc a:hover img {
  margin-right: 15px;
}

.seeking_justice .seeking_justice_desc a strong {
  font-family: "NotoSans-Medium";
}

/* Many victims */

.many_victims {
  background: #393632;
  padding-top: 5%;
  padding-bottom: 4%;
}

.many_victims .heading {
  text-align: left;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 20.5%;
}

.many_victims .heading h1 {
  margin: 0;
  font-size: 2.6vw;
  color: #c5ac86;
  font-weight: normal;
  font-family: "PlayfairDisplay-Regular";
  white-space: nowrap;
}

.many_victims .heading p {
  margin: 0;
  font-size: 0.83vw;
  text-transform: uppercase;
  color: #fff;
  margin-top: 4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
}

.many_victims .heading p::after {
  content: '';
  width: 5.72vw;
  height: 1px;
  background: #fff;
  display: inline-block;
}

.many_victims .swiper-slide {
  padding: 2% 2% 2% 2%;
  background: #181818;
  min-height: 19vw;
  position: relative;
}

.many_victims .swiper-slide:hover a {
  letter-spacing: 1px;
}

.many_victims .swiper-pagination {
  display: none;
}

.many_victims .swiper-pagination {
  display: block;
}





.many_victims .swiper-slide h1 {
  color: #919191;
  font-size: 1.25vw;
  font-family: "PlayfairDisplay-Regular";
  font-weight: normal;
}

.many_victims .swiper-slide p {
  color: #fff;
  font-size: 0.83vw;
}

.many_victims .swiper-slide a {
  font-size: 0.729vw;
  color: #c5ac86;
  font-family: "NotoSans-Regular";
  position: absolute;
  bottom: 7%;
  right: 10%;
}

.many_victims .swiper-slide a i {
  margin-left: 20px;
}

.many_victims .slider {
  padding-top: 8%;
}

.many_victims .swiper-container {
   padding: 0 16.5%; 
/*  padding: 0 10%;*/
}

.many_victims .swiper-scrollbar {
  border-radius: 0;
  background: #c5ac86;
  margin-top: 5%;
  width: 22.39vw;
  height: 1px;
}

.many_victims .swiper-scrollbar-drag {
  background: #fff;
  width: 10vw !important;
  height: 3px !important;
  top: -2px;
  bottom: -2px;
  cursor: pointer;
}

.many_victims .custom-nav-direct {
  display: flex;
  justify-content: center;
}

/* Case solved */

.case_solved {
  background: url("../img/caseBgd.png");
  background-size: cover;
  height: 26vw;
}

.case_solved h1 {
  font-size: 2.6vw;
  color: #c5ac86;
  font-weight: normal;
  font-family: "PlayfairDisplay-Regular";
  padding-left: 15.5%;
}

.case_solved span {
  color: #fff;
  font-size: 1.25vw;
  padding-left: 33%;
}

.case_solved p {
  color: #fff;
  font-size: 0.83vw;
  line-height: 1.134vw;
}

.case_solved p {
  position: relative;
}

.case_solved p::before {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2024/06/btn_line.svg);
  width: 60px;
  height: 13px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  left: -50px;
  top: 3px;
}

.case_solved_text {
  padding-left: 33%;
  padding-right: 26%;
  padding-top: 3%;
}

.case_solved a {
  display: flex;
  align-items: center;
  color: #c5ac86;
  font-size: 0.83vw;
  font-family: "NotoSans-Light";
  justify-content: flex-end;
  margin-right: -25%;
  margin-top: -2%;
  text-transform: uppercase;
}

.case_solved a:hover {
  letter-spacing: 1px;
}

.case_solved a::before {
  content: "";
  width: 4.16vw;
  height: 1px;
  background: #c5ac86;
  display: block;
  margin-right: 20px;
}

.case_solved_wrap {
  padding-top: 7%;
}

/* About */

.about_hero {
  position: relative;
}

.hero_about_wrap {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 100%;
  transform: translateY(-50%);
}

.about_hero span {
  font-size: 1.25vw;
  color: #fff;
  font-family: "NotoSans-Regular";
  letter-spacing: 0.833vw;
}

.about_hero h1 {
  font-family: "PlayfairDisplay-Regular";
  color: #c5ac86;
  font-size: 2.6vw;
  line-height: 3.46vw;
  font-weight: normal;
  margin: 3% 0 0;
}

.about_description {
  background: #393632;
  padding: 3% 0 2%;
}

.about_description .flex-wrap {
  margin-left: -4%;
}

.about_description .ab_left,
.about_description .ab_right {
  width: 50%;
  padding-left: 4%;
}

.about_description p {
  color: #fff;
  font-size: 0.83vw;
  line-height: 1.09vw;
  text-transform: capitalize;
  text-align: left;
  margin-bottom: 3%;
}

.about_description .line {
  width: 8.33vw;
  margin: 6% 0 6%;
  position: relative;
}

.about_description .line .gold_line {
  left: 50%;
  transform: translate(-50%);
}

.about_video {
  background: #393632;
  text-align: left;
}

.about_video p {
  color: #c5ac86;
  font-size: 0.72vw;
  margin-top: 3%;
}

.legal_battle {
  background: url(../img/legal_battle.png);
  background-size: cover;
  height: 26vw;
}

.legal_battle a {
  pointer-events: none;
}

.lint_to_articles {
  background: #393632;
  padding: 1% 0 3%;
}

.lint_to_articles .heading {
  text-align: center;
}

.lint_to_articles .heading span {
  color: #919191;
  text-transform: uppercase;
  font-size: 0.83vw;
  text-align: center;
}

.lint_to_articles ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-top: 4%;
}

.lint_to_articles ul li {
  width: 33.333%;
  padding-left: 25px;
  padding-bottom: 25px;
}

.load_more {
  display: none;
}

.lint_to_articles ul li .article_wrap {
  background: #635848;
  padding: 10% 7% 5%;
}

.lint_to_articles ul li .article_img {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lint_to_articles ul li p {
  color: #ffffff;
  font-size: 0.83vw;
  min-height: 90px;
}

.lint_to_articles ul li hr {
  width: 3.64vw;
  height: 1px;
  border: none;
  background: #fff;
  margin: 15% auto 10% 0;
}

.btn_link {
  text-align: right;
  margin-top: 20%;
}

.lint_to_articles ul li a {
  padding: 10px 16px 10px 16px;
  color: #000;
  font-size: 0.72vw;
  background: #c5ac86;
  display: inline-block;
}

.lint_to_articles ul li a:hover {
  background: #393632;
  color: #fff;
}

.load_more {
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
}

.load_more img {
  display: block;
  margin: auto;
  padding-top: 10px;
}

.lint_to_articles #seeMore {
  font-size: 0.83vw;
  color: #C5AC86;
  font-family: "NotoSans-Light";
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.lint_to_articles #seeMore:hover {
  letter-spacing: 1px;
}

.lint_to_articles #seeMore::after {
  content: '';
  background: url('/wp-content/uploads/2024/06/down.svg');
  width: 16px;
  height: 9px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin: auto;
  margin-top: 10px;
}

/* Footer */

.footer_wrap.mob_copy {
  display: none;
}

footer {
  background: #635848;
  position: relative;
  padding: 3% 0;
}

footer .footer_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .footer_wrap .footer_nav {
  display: flex;
  align-items: center;
  width: 35%;
  justify-content: flex-end;
}

footer .footer_wrap .footer_nav li {
  margin-left: 10%;
}

footer .footer_wrap .footer_nav li a {
  color: #919191;
  font-size: 0.72vw;
  text-transform: uppercase;
}

footer .footer_wrap .footer_nav li a:hover {
  color: #c5ac86;
}



footer .footer_wrap p {
  margin: 0;
  font-size: 0.72vw;
  color: #c5ac86;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.7;
}

footer .footer_wrap p a {
  font-family: "NotoSans-Bold";
  color: #c5ac86;
}


/* Nav btn  */

.toggle-menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding: 0;
  pointer-events: initial;
  position: relative;
  vertical-align: middle;
  width: 30px;
  height: 17px;
  z-index: 10;
}
.toggle-menu span {
  background-color: #c5ac86;
  content: "";
  display: block;
  height: 2px;
  left: calc(50% - 13px);
  position: absolute;
  top: calc(50% - 1px);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
    -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
    transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
    transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 26px;
}
.toggle-menu span:before,
.toggle-menu span:after {
  background-color: #c5ac86;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
    -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
    transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
    transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 26px;
}
.toggle-menu span:before {
  top: 7px;
}
.toggle-menu span:after {
  top: -7px;
}
.toggle-menu.active span {
  background-color: transparent;
  transition: background 0.2s ease-out;
}
.toggle-menu.active span:before,
.toggle-menu.active span:after {
  transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out,
    -webkit-transform 0.2s 0.2s ease-out;
  background: #c5ac86;
}
.toggle-menu.active span:before {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.toggle-menu.active span:after {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.flex {
  display: flex;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.item-center {
  align-items: center;
}

/* Timeline CSS */

.biography-proggres {
  background: #393632;
  padding: 1.5% 0 2%;
}

.timeline {
  position: relative;
  margin: 0px auto;
  width: 1000px;
  box-sizing: border-box;
}
.timeline:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #919191;
      top: 25px;
}
.timeline ul {
  padding: 0;
  margin: 0;
}
.timeline ul li {
  list-style: none;
  position: relative;
  width: 50%;
  padding: 20px 40px;
  box-sizing: border-box;
  cursor: pointer;
}
.timeline ul li audio {
  margin-top: 15px;
}
.timeline ul li:nth-child(odd) {
  float: left;
  text-align: right;
  clear: both;
  margin-left: 15px;
  padding-right: 55px;
}
.timeline ul li:nth-child(even) {
  float: right;
  text-align: left;
  clear: both;
  padding-left: 55px;
  margin-right: 15px;
}
.content {
  padding-bottom: 20px;
}

.timeline ul li:nth-child(odd):before {
  content: "";
  position: absolute;
  /* width: 10px;
  height: 10px; */

  width: 24px;
  height: 24px;

  top: 24px;
  /* right: -6px; */
  right: 2px;
  background: #635848;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #635848;
  
}




.timeline ul li:hover:before {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;


  background: #C5AC86 !important;
  box-shadow: 0 0 0 3px #C5AC86 !important;
}

.timeline ul li:hover h3 {
  color: #C5AC86;
}


/* .timeline ul li:before:hover {
  background: #007bff !important;
} */


.timeline ul li:nth-child(even):before {
  content: "";
  position: absolute;
  /* width: 10px;
  height: 10px; */

  width: 24px;
  height: 24px;

  top: 24px;
  /* left: -4px; */

  left: 5px;

  background: #635848;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #635848;
}

.colorText h3 {
  color: #C5AC86 !important;
}

.colorText::before {
  background: #C5AC86 !important;
  box-shadow: 0 0 0 3px #C5AC86 !important;
}

.page-template-template-biography {
  overflow: hidden;
}


.timeline ul li h3 {
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "PlayfairDisplay-Regular";
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 31.99px;
  color: #fff;
}
.timeline ul li p {
  margin: 10px 0 0;
  padding: 0;
  color: #fff;
  font-family: "NotoSans-Regular";
  font-size: 0.72vw;
  font-weight: 400;
  line-height: 19.07px;
  /* margin-bottom: 30px; */
  margin-bottom: 0;
}
.timeline ul li .time h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.timeline ul li:nth-child(odd) .time {
  position: absolute;
  top: 12px;
  right: -165px;
  margin: 0;
  padding: 8px 16px;
  background: rgba(233, 33, 99, 1);
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.3);
}
.timeline ul li:nth-child(even) .time {
  position: absolute;
  top: 12px;
  left: -165px;
  margin: 0;
  padding: 8px 16px;
  background: rgba(233, 33, 99, 1);
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.3);
}


.timeline ul li:last-of-type::after {
  content: '';
  background: #383632;
  display: block;
  width: 10px;
  position: absolute;
  right: 8px;
  top: 51px;
  bottom: 0;
  height: 100%;
}



@media (max-width: 1000px) {
  .timeline {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .timeline {
    width: 100%;
    padding-bottom: 0;
  }
  h1 {
    font-size: 40px;
  }
  .timeline:before {
    left: 20px;
    height: 100%;
  }
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even) {
    width: 100%;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 50px;
  }
  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before {
    top: -18px;
    left: 16px;
  }
  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time {
    top: -30px;
    left: 50px;
    right: inherit;
  }
}

.timeline .content .open {
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.timeline .content .open img {
  margin-top: 30px;
}

.timeline .open.active {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: fit-content;
  opacity: 1;
}

.nav {
  background: #181818;
  display: block;
  height: 100%;
  left: 100%;
  position: fixed;
  right: 0;
  top: 0;

  transform: translateX(0px);
  width: 480px;
  z-index: 9;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.nav.open_menu {
  transform: translateX(-480px);
  box-shadow: 0px 3px 6px #00000015;
}

.nav .nav-menu {
  padding: 150px 50px 100px;
}

.nav .nav-menu ul li a {
  font-family: "NotoSans-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  color: #c5ac86;
  text-transform: uppercase;
}

.nav .nav-menu ul .current-menu-item a,
.nav .nav-menu ul li a:hover {
  color: #fff;
}

/* End Timeline */

@media only screen and (max-width: 1450px) {

  .nav {
    width: 420px;
  }
  .nav.open_menu {
    transform: translateX(-420px);
  }

  .container,
  .many_victims .swiper-container {
    padding: 0 10%;
  }

  header.headerScroll .header-wrap {
    padding: 2% 10%;
  }

  .header-wrap {
    padding: 3.3% 10%;
  }

  .case_solved span {
    padding-left: 30%;
    padding-top: 5px;
    display: inline-block;
  }

  .case_solved_text {
    padding-left: 30%;
  }

  .seeking_justice .seeking_justice_desc p {
    font-size: 1vw;
    line-height: 1.4vw;
  }

  .seeking_justice .seeking_justice_desc a {
    font-size: 1vw;
  }


  .many_victims .heading p {
    font-size: 1vw;
  }

  .about_description p {
    font-size: 1vw;
    line-height: 1.4vw;
  }

  .about_video p {
    font-size: 0.85vw;
  }

  .timeline ul li p {
    font-size: 1vw;
  }

  .lint_to_articles .heading span {
    font-size: 1vw;
}

  .timeline ul li h3 {
    font-size: 1.4vw;
  }

  .lint_to_articles ul li a {
    font-size: 0.85vw;
  }

  .lint_to_articles ul li p {
    font-size: 1vw;
  }

  .many_victims .swiper-slide h1 {
    font-size: 1.4vw;
  }

  .many_victims .swiper-slide p {
    font-size: 0.85vw;
  }

  .many_victims .swiper-slide a {
    font-size: 0.85vw;
  }

  .case_solved p {
    font-size: 1vw;
    line-height: 1.4vw;
  }

  .case_solved a {
    font-size: 0.85vw;
  }

  .lint_to_articles ul li .article_wrap {
    min-height: 350px;
  }

  .case_solved {
    height: 28vw;
  }

  .case_solved.legal_battle {
    height: 25vw;
  }



  footer .footer_wrap .footer_nav li a {
    font-size: 0.85vw;
  }
}
