 .home-info {
  padding: 500px 0px 125px 0px;
  text-align: center;
}
.home-info h1 {
  font-family: "Poppins", sans-serif;
  /*background: #fff;*/
  display: inline-block;
  clear: both;
  /*color: #0b1b5e;*/
  color: #ffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  padding: 7px 20px;
  margin-bottom: 20px;
}
.home-info h2 {
  color: #ffffff;
  font-size: 120px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1;
}
.home-info h2 small {
  font-size: 100%;
  position: relative;
/* was 111*/
  z-index: 1;
}
.home-info h2 small:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 24px;
  background: #bc1a30;
  width: 100%;
  height: 10px;
  z-index: -1;
}
.home-info-slider {
  color: #fff;
  margin: 0px;
  background: #bc1a30;
  text-align: center;
  padding: 20px 20px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
	overflow: hidden;
}
.home-info-slider ul {
  display: block;
  width: 100%;
  transform: translateX(100%);
  animation: move 25s linear infinite;
  white-space: nowrap;
	overflow: hidden !important;
}
.home-info-slider ul li {
  color: #fff;
  margin: 0px;
  text-align: center;
  font-size: 30px;
  font-family: "Inria Serif", serif;
  font-weight: bold;
  display: inline-block;
  padding: 0px 20px;
}
@keyframes move {
  to {
    transform: translateX(-100%);
  }
}
.practice-areas-sec .row {
  margin: 0px -10px;
}
.practice-areas-sec [class*="col-"] {
  padding: 0px 10px;
  margin-bottom: 20px;
}
.practice-areas-block {
  position: relative;
}
.practice-areas-block:before {
  content: "";
  position: absolute;
  background: #0B1B5E;
  background: -webkit-linear-gradient(0deg, rgba(11, 27, 94, 1) 0%, rgba(11, 27, 94, 0) 100%);
  background: -moz-linear-gradient(0deg, rgba(11, 27, 94, 1) 0%, rgba(11, 27, 94, 0) 100%);
  background: linear-gradient(0deg, rgba(11, 27, 94, 1) 0%, rgba(11, 27, 94, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0B1B5E", endColorstr="#0B1B5E", GradientType=0);
  width: 100%;
  left: 0px;
  height: 100%;
  right: 0px;
}
.practice-areas-block:hover:before, .practice-areas-block:focus:before {
  background: #BC1A30;
  background: -webkit-linear-gradient(0deg, rgba(188, 26, 48, 1) 0%, rgba(188, 26, 48, 1) 100%);
  background: -moz-linear-gradient(0deg, rgba(188, 26, 48, 1) 0%, rgba(188, 26, 48, 1) 100%);
  background: linear-gradient(0deg, rgba(188, 26, 48, 1) 0%, rgba(188, 26, 48, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#BC1A30", endColorstr="#BC1A30", GradientType=0);
  opacity: 0.7;
}
.practice-areas-block-det {
  padding: 40px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding-bottom: 25px !important;
}
.practice-areas-block-det h3, .practice-areas-block-det h3 a {
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
.practice-areas-block-det p {
  margin-bottom: 0px;
  color: #fff;
  display: none;
}
.practice-areas-block:hover p, .practice-areas-block:focus p {
  display: block;
}
.practice-areas-block figure, .practice-areas-block figure img {
  width: 100%;
  margin-bottom: 0px !important;
}
.practice-areas-block-det figure {
  margin: 0;
  text-align: right;
}
.practice-areas-block-det figure img {
  width: auto !important;
}
.practice-areas-sec .row .row {
  margin: 0px !important;
  margin-bottom: 18px !important;
  padding-bottom: 18px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.practice-areas-sec [class*="col-"] [class*="col-"] {
  padding: 0px 0px !important;
  margin-bottom: 0px !important;
}
.three-point-sec [class*="col-"] {
  padding: 75px !important;
  text-align: center;
}
.three-point-sec [class*="col-"]:nth-child(1) {
  background: #010d41;
}
.three-point-sec [class*="col-"]:nth-child(2) {
  background: #0b1b5e;
}
.three-point-sec [class*="col-"]:nth-child(3) {
  background: #11236b;
}
.three-point-block h2 {
  color: #fff;
  font-size: 120px;
  line-height: 1;
  margin-bottom: 20px;
}
.three-point-block h3 {
  color: #ffffff;
  font-size: 30px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 35px;
}
.three-point-block p {
  color: #fff;
  margin-bottom: 25px;
}
.three-point-block h3::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 0px;
  background: url("/wp-content/themes/hermanlow/images/title-icon.png");
  width: 150px;
  height: 13px;
}
.three-point-block .coman-btn {
  width: 221px;
}
.three-point-block .coman-btn:hover, .three-point-block .coman-btn:focus {
  background: #fff !important;
  color: #bc1a30 !important;
}
.as-featured-in-sec figure {
  position: relative;
  text-align: center;
  margin-bottom: 0px !important;
}
.as-featured-in-sec figure img {
  width: 100%;
  margin: 0px;
}
.as-featured-in-sec .play-btn {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0px;
  right: 0px;
  margin: auto;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.as-featured-in-sec .play-btn a {
  position: relative;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1);
  width: 80px;
  height: 80px;
  display: block;
  margin: auto;
  line-height: 87px;
  border-radius: 50px;
  /*  animation: pulse-play 2s infinite;
  transform: scale(1);*/
  text-align: center;
}
.as-featured-in-sec .play-btn i {
  background: #bc1a30;
  height: 70px;
  line-height: 70px;
  color: #fff;
  display: inline-block;
  width: 70px;
  border-radius: 70px;
  font-size: 24px;
  position: relative;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
  animation: pulse-play 2s infinite;
  transform: scale(1);
}
.as-featured-in-sec .play-btn i:after, .as-featured-in-sec .play-btn a:after {
  animation: pulse-play 2s infinite;
  transform: scale(1);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  border-radius: 100px;
}
@keyframes pulse-play {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.as-featured-in-sec .row {
  margin: 0px -25px;
}
.as-featured-in-sec [class*="col-"] {
  padding: 0px 25px;
  margin-bottom: 50px;
}
.as-featured-in-sec {
  background: #f3f7f9;
}
.as-featured-slider {
  max-width: 900px !important;
  margin: auto !important;
}
.as-featured-slider img {
  width: auto !important;
  text-align: center !important;
}
.as-featured-slider figure {
  margin-bottom: 20px !important;
}
.as-featured-slider [class*="col-"] {
  padding: 0px 10px !important;
  margin-top: 20px !important;
  margin-bottom: 0px !important;
}
.intro-img-block {
  position: relative;
  margin-bottom: 80px;
  border-bottom: 5px solid #bc1a30;
}
.intro-img-block img {
  width: 100%;
  position: relative;
}
.intro-img-block h3 {
  position: absolute;
  bottom: 50px;
  color: #fff;
  font-size: 25px;
  margin: 0;
  padding: 44px;
  background: #bc1a30;
  width: auto;
  max-width: 83%;
  padding-left: 139px;
}
.intro-img-block h3:before {
  background: url("/wp-content/themes/hermanlow/images/intro-phone-icon.png");
  width: 81px;
  height: 81px;
  background-color: #fff;
  content: "";
  line-height: 81px;
  position: absolute;
  background-repeat: no-repeat !important;
  text-align: center;
  background-position: center;
  border-radius: 50px;
  left: 40px;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.intro-img-block h3:after {
  background: url("/wp-content/themes/hermanlow/images/curve-img.png");
  width: 49px;
  height: 100%;
  content: "";
  position: absolute;
  background-repeat: no-repeat !important;
  text-align: center;
  right: -49px;
  background-size: 100% 100%;
  top: 0;
}
.intro-img-block h3 a {
  color: #fff;
}
.intro-sec {
  padding-bottom: 0px !important;
}
.awards-and-accolades-sec .container {
  position: relative;
}
.awards-and-accolades-sec figure {
  text-align: center;
  margin: 0px;
  padding: 0px 0px;
}
.awards-and-accolades-sec h2 {
  position: absolute;
  top: 45%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0px;
  right: 0px;
  color: #0b1b5e;
  font-size: 300px;
  opacity: 0.1;
  letter-spacing: 39px;
  margin: auto;
  text-align: center;
  line-height: 0.9;
}
.featured-cases-sec .coman-title {
  text-align: center;
  margin-bottom: 50px;
}
.featured-cases-sec .coman-title h2 {
  color: #fff;
}
.featured-cases-sec .coman-title p {
  color: #fff;
  padding: 0;
  margin-bottom: 10px;
}
.featured-cases-sec .coman-title h3 {
  color: #bc1a30;
  font-size: 200px;
  line-height: 0.9;
}
.featured-cases-sec .coman-title h3 small {
  display: block;
  color: #fff;
  font-size: 48px;
  max-width: 734px;
  margin: auto;
  margin-top: 15px;
  line-height: 1.2;
}
.featured-cases-sec .coman-title h3 small:first-child {
  text-align: left;
  left: -150px;
  position: relative;
  font-weight: normal;
  margin: 0px auto;
}
.featured-cases-block {
  background: #fff;
  border-radius: 10px;
  padding: 42px;
  position: relative;
  padding-bottom: 60px !important;
  height: 100%;
}
.featured-cases-block figure {
  margin-bottom: 35px;
}
.featured-cases-block h4 {
  font-size: 36px;
  color: #0b1b5e;
  padding-bottom: 23px;
  margin-bottom: 23px;
  border-bottom: 1px solid #efdddf;
}
.featured-cases-block h4 a {
  color: #0b1b5e;
}
.featured-cases-block .coman-btn {
  background: #bc1a30;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0px;
  margin: auto;
  bottom: 0;
  height: 60px;
  line-height: 60px;
  text-align: left;
  padding: 0px 42px;
  font-size: 17px;
  border-radius: 0px 0px 10px 10px;
}
.featured-cases-block .coman-btn i {
  float: right;
  line-height: 60px;
}
.featured-cases-block .coman-btn:hover, .featured-cases-block .coman-btn:focus {
  background: #f2f3f5;
  color: #bc1a30 !important;
}
.featured-cases-sec .row {
  margin: 0px -25px;
}
.featured-cases-sec [class*="col-"] {
  padding: 0px 25px;
  margin-bottom: 50px;
}
.testimonials-sec {
  background: #f3f7f9;
}
.testimonials-block small {
  color: #bc1a30;
  font-size: 16px;
  border: 1px solid #bc1a30;
  height: 32px;
  line-height: 32px;
  width: 160px;
  display: inline-block;
  border-radius: 50px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}
.testimonials-block h2 {
  color: #0b1b5e;
}
.testimonials-block .col-md-8.col-lg-9.coman-col {
  position: relative;
}
.testimonials-block .col-md-8.col-lg-9.coman-col:before {
  border-left: 1px solid #edecec;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -30px;
  top: 0;
}
.testimonials-block p {
  font-weight: 600;
  color: #444a50;
  font-size: 21px;
  /*font-size: 24px;*/
  margin-bottom: 30px;
}
.testimonials-block figure {
  margin-bottom: 20px;
}
.google-block {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.google-block .google-icon {
  float: left;
  width: 60px;
  margin-right: 15px;
}
.google-block .google-det {
  overflow: hidden;
  padding-top: 3px;
}
.google-block .google-det h3 {
  font-family: "Poppins", sans-serif;
  color: #444a50;
  font-size: 21px;
  margin-bottom: 5px;
}
.google-block .google-det h4 {
  font-family: "Poppins", sans-serif;
  color: #444a50;
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 0px;
}
.testimonials-sec .owl-theme .owl-nav [class*="owl-"] {
  position: relative;
  top: 0px;
  -moz-transform: unset;
  -o-transform: unset;
  -ms-transform: unset;
  -webkit-transform: unset;
  transform: unset;
  left: 0px;
  right: 0px;
  margin-right: 10px !important;
}
.testimonials-sec .owl-theme .owl-nav {
  text-align: left;
  position: absolute;
  top: 75%;
  left: 0;
}
.justice-is-not-reserved-sec {
  text-align: center;
  background: #f3f7f9;
}
.justice-is-not-reserved-sec figure, .justice-is-not-reserved-sec figure img {
  text-align: center;
  margin-bottom: 0px;
  width: 100%;
}
.justice-is-not-reserved-sec .coman-btn {
  height: 80px;
  width: 100%;
  line-height: 80px;
  font-size: 18px;
  border-radius: 0px;
  margin: 0px;
}
.justice-is-not-reserved-sec h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #0b1b5e;
  position: relative;
}
.justice-is-not-reserved-sec h3 {
  text-transform: capitalize;
  color: #0b1b5e;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0px;
  position: relative;
}
.justice-is-not-reserved-sec h4 {
  color: #bc1a30;
  font-size: 200px;
  line-height: 1.2;
  margin: 0;
  position: relative;
}
.justice-is-not-reserved-sec figure {
  margin-top: -11%;
}
.meet-the-team-sec {
  background: #eef3f5;
}
.meet-the-team-sec .row {
  margin: 0px -10px;
}
.meet-the-team-sec [class*="col-"] {
  padding: 0px 10px;
  margin-bottom: 40px;
}
.meet-the-team-block {
  text-align: center;
}
.meet-the-team-block figure {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.meet-the-team-block figure img {
  width: 100%;
  position: relative;
}
.meet-the-team-block figure::before {
  content: "";
  position: absolute;
  background: #0b1b5e;
  width: 100%;
  left: 0px;
  height: 100%;
  right: 0px;
}
.meet-the-team-block .meet-the-team-det {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  color: #fff;
  padding: 50px;
  opacity: 0;
  cursor: pointer;
}
.meet-the-team-block:hover .meet-the-team-det, .meet-the-team-block:focus .meet-the-team-det {
  opacity: 1;
}
.meet-the-team-block .meet-the-team-det p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
}
.meet-the-team-block:hover img, .meet-the-team-block:focus img {
  opacity: 0.2;
}
.meet-the-team-block h3 {
  color: #2c3970;
  font-size: 24px;
  margin-bottom: 10px;
}
.meet-the-team-block h3 a {
  color: #2c3970;
}
.meet-the-team-block h3 a:hover, .meet-the-team-block h3 a:focus {
  color: #bc1a30;
}
.meet-the-team-block h4 {
  text-transform: uppercase;
  color: #bc1a30;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0px;
  position: relative;
}
.faq-sec {
  background: #eef3f5;
  padding-top: 0px !important;
  position: relative;
}
.faq-sec::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0px;
  height: 110px;
  right: 0px;
  top: 0px;
}
.faq-img {
  position: relative;
  padding: 15px;
}
.faq-img::before {
  content: "";
  position: absolute;
  background: #bc1a30;
  width: 100%;
  left: 0px;
  height: 110px;
  right: 0px;
  top: 0px;
}
.faq-img img {
  width: 100%;
  position: relative;
}
.faq-sec .defualt-content-info {
  position: relative;
  padding-top: 200px;
}
.blog-block {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.blog-block:first-child {
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
}
.blog-block .row {
  margin: 0px -20px;
}
.blog-block [class*="col-"] {
  padding: 0px 20px;
}
.blog-block .col-md-3 {
  width: 20%;
}
.blog-block .col-md-6 {
  width: 60%;
}
.blog-block.no-images-block .col-md-6 {
  width: 80%;
}
.blog-block figure {
  margin-bottom: 0px;
  text-align: center;
}
.blog-block figure img {
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.blog-block p {
  margin-bottom: 0px;
  color: #444a50;
}
.blog-block h3 {
  color: #0b1b5e;
  font-size: 24px;
}
.blog-block h3 a {
  color: #0b1b5e;
}
.blog-block h3 a:hover, .blog-block h3 a:focus {
  color: #bc1a30;
}
.blog-block .date {
  color: #444a50;
  font-size: 16px;
  margin-bottom: 10px;
}
.post-categories {
  margin-bottom: 10px;
}
.post-categories li {
  display: inline-block;
  vertical-align: middle;
}
.post-categories li a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #bc1a30;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 4px 17px;
}
.post-categories li a:hover, .post-categories li a:focus {
  background: #010d41;
  color: #fff !important;
}
.our-office-locations-sec {
  padding-top: 0px !important;
}
.our-office-locations-sec .row {
  margin: 0px -10px;
}
.our-office-locations-sec [class*="col-"] {
  padding: 0px 10px;
  margin-bottom: 20px;
}
.our-office-locations-block {
  position: relative;
  cursor: pointer;
}
.our-office-locations-block:before {
  content: "";
  position: absolute;
  background: #0B1B5E;
  background: -webkit-linear-gradient(0deg, rgba(11, 27, 94, 1) 0%, rgba(11, 27, 94, 0) 100%);
  background: -moz-linear-gradient(0deg, rgba(11, 27, 94, 1) 0%, rgba(11, 27, 94, 0) 100%);
  background: linear-gradient(0deg, rgba(11, 27, 94, 1) 0%, rgba(11, 27, 94, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0B1B5E", endColorstr="#0B1B5E", GradientType=0);
  width: 100%;
  left: 0px;
  height: 100%;
  right: 0px;
}
.our-office-locations-block:hover:before, .our-office-locations-block:focus:before {
  background: #BC1A30;
  background: -webkit-linear-gradient(0deg, rgba(188, 26, 48, 1) 0%, rgba(188, 26, 48, 1) 100%);
  background: -moz-linear-gradient(0deg, rgba(188, 26, 48, 1) 0%, rgba(188, 26, 48, 1) 100%);
  background: linear-gradient(0deg, rgba(188, 26, 48, 1) 0%, rgba(188, 26, 48, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#BC1A30", endColorstr="#BC1A30", GradientType=0);
  opacity: 0.7;
}
.our-office-locations-block-det {
  padding: 40px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding-bottom: 25px !important;
}
.our-office-locations-block-det h3, .our-office-locations-block-det h3 a {
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
}
.our-office-locations-block-det p {
  margin-bottom: 0px;
  color: #fff;
  display: none;
}
.our-office-locations-block:hover p, .our-office-locations-block:focus p {
  display: block;
}
.our-office-locations-block figure, .our-office-locations-block figure img {
  width: 100%;
  margin-bottom: 0px !important;
}
.our-office-locations-block-det figure {
  margin: 0;
  text-align: right;
}
.our-office-locations-block-det figure img {
  width: auto !important;
}
.our-office-locations-sec .row .row {
  margin: 0px !important;
  margin-bottom: 18px !important;
  padding-bottom: 18px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.our-office-locations-sec [class*="col-"] [class*="col-"] {
  padding: 0px 0px !important;
  margin-bottom: 0px !important;
}
.our-office-locations-deatails {
  max-width: 246px;
  margin: auto;
  margin-top: 20px;
  text-align: center;
}
.our-office-locations-deatails p {
  color: #444a50;
  margin-bottom: 10px;
}
.our-office-locations-deatails p a {
  color: #444a50;
}
.our-office-locations-deatails p a:hover, .our-office-locations-deatails p a:focus {
  color: #bc1a30;
}
.our-office-locations-deatails .coman-btn {
  height: 30px;
  line-height: 30px;
  width: 120px;
  font-size: 14px;
}
@media (max-width: 1800px) {}
@media (max-width: 2200px) {}
@media (max-width: 1900px) {}
@media (max-width: 1800px) {
  .home-info h2 small::after {
    bottom: 23px;
  }
  .home-info-slider ul li {
    font-size: 29px;
  }
  .three-point-block h2 {
    font-size: 110px;
  }
  .three-point-block h3 {
    font-size: 29px;
  }
  .three-point-sec [class*="col-"] {
    padding: 65px !important;
  }
  .testimonials-block p {
    font-size: 20px;
    /*font-size: 23px;*/
  }
  .justice-is-not-reserved-sec h3 {
    font-size: 23px;
  }
  .meet-the-team-block .meet-the-team-det {
    padding: 45px;
  }
  .meet-the-team-block .meet-the-team-det p {
    font-size: 13px;
  }
  .meet-the-team-block .meet-the-team-det .coman-btn {
    height: 52px;
    line-height: 52px;
    width: 250px;
    font-size: 15px;
  }
}
@media (max-width: 1700px) {
  .home-info h2 {
    font-size: 115px;
  }
  .home-info {
    padding: 480px 0px 100px 0px;
  }
  .home-info h2 small::after {
    bottom: 20px;
  }
  .home-info h1 {
    font-size: 15px;
  }
  .home-info-slider ul li {
    font-size: 28px;
  }
  .three-point-block h2 {
    font-size: 105px;
  }
  .three-point-block h3 {
    font-size: 28px;
  }
  .three-point-sec [class*="col-"] {
    padding: 60px !important;
  }
  .justice-is-not-reserved-sec h3 {
    font-size: 23px;
  }
  .justice-is-not-reserved-sec h4 {
    font-size: 190px;
  }
  .meet-the-team-block .meet-the-team-det {
    padding: 45px;
  }
  .meet-the-team-block .meet-the-team-det p {
    font-size: 13px;
  }
  .meet-the-team-block .meet-the-team-det .coman-btn {
    height: 52px;
    line-height: 52px;
    width: 220px;
    font-size: 14px;
  }
  .blog-block h3 {
    font-size: 23px;
  }
  .post-categories li a {
    font-size: 14px;
  }
}
@media (max-width: 1600px) {
  .home-info h2 {
    font-size: 110px;
  }
  .home-info {
    padding: 450px 0px 90px 0px;
  }
  .home-info h2 small::after {
    bottom: 18px;
  }
  .home-info h1 {
    font-size: 15px;
  }
  .home-info-slider ul li {
    font-size: 27px;
  }
  .three-point-block h2 {
    font-size: 100px;
  }
  .three-point-block h3 {
    font-size: 26px;
  }
  .three-point-sec [class*="col-"] {
    padding: 55px !important;
  }
  .awards-and-accolades-sec h2 {
    letter-spacing: 12px;
  }
  .testimonials-block p {
    font-size: 18px;
    /*font-size: 20px;*/
  }
  .justice-is-not-reserved-sec h3 {
    font-size: 22px;
  }
  .justice-is-not-reserved-sec h4 {
    font-size: 180px;
  }
  .meet-the-team-block .meet-the-team-det {
    padding: 40px;
  }
  .meet-the-team-block .meet-the-team-det p {
    font-size: 13px;
  }
  .meet-the-team-block .meet-the-team-det .coman-btn {
    height: 52px;
    line-height: 52px;
    width: 200px;
    font-size: 14px;
  }
  .blog-block h3 {
    font-size: 23px;
  }
  .post-categories li a {
    font-size: 14px;
  }
}
@media (max-width: 1500px) {
  .home-info h2 {
    font-size: 100px;
  }
  .home-info {
    padding: 430px 0px 80px 0px;
  }
  .home-info h2 small::after {
    bottom: 16px;
  }
  .home-info h1 {
    font-size: 15px;
  }
  .home-info-slider ul li {
    font-size: 26px;
  }
  .practice-areas-block-det {
    padding: 35px;
    padding-bottom: 15px !important;
  }
  .practice-areas-block-det h3, .practice-areas-block-det h3 a {
    font-size: 28px;
  }
  .practice-areas-block-det p {
    font-size: 16px;
  }
  .three-point-block h2 {
    font-size: 90px;
  }
  .three-point-block h3 {
    font-size: 25px;
  }
  .three-point-sec [class*="col-"] {
    padding: 50px !important;
  }
  .intro-img-block h3 {
    padding: 30px;
    font-size: 23px;
    padding-left: 130px;
  }
  .intro-img-block h3::before {
    line-height: 70px;
    width: 70px;
    height: 70px;
    background-size: 30px;
    left: 40px;
  }
  .awards-and-accolades-sec h2 {
    letter-spacing: 9px;
  }
  .testimonials-block p {
    font-size: 16px;
    /*font-size: 18px;*/
  }
  .justice-is-not-reserved-sec h3 {
    font-size: 21px;
  }
  .justice-is-not-reserved-sec h4 {
    font-size: 170px;
  }
  .meet-the-team-block .meet-the-team-det {
    padding: 40px;
  }
  .meet-the-team-block .meet-the-team-det p {
    font-size: 13px;
  }
  .meet-the-team-block .meet-the-team-det .coman-btn {
    height: 52px;
    line-height: 52px;
    width: 200px;
    font-size: 14px;
  }
  .blog-block h3 {
    font-size: 22px;
  }
  .post-categories li a {
    font-size: 14px;
  }
  .our-office-locations-block-det {
    padding: 35px;
    padding-bottom: 15px !important;
  }
  .our-office-locations-block-det h3, .our-office-locations-block-det h3 a {
    font-size: 28px;
  }
  .our-office-locations-block-det p {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .home-info h2 {
    font-size: 90px;
  }
  .home-info {
    padding: 410px 0px 70px 0px;
  }
  .home-info h2 small::after {
    bottom: 14px;
  }
  .home-info h1 {
    font-size: 15px;
  }
  .home-info-slider ul li {
    font-size: 25px;
  }
  .practice-areas-block-det {
    padding: 35px;
    padding-bottom: 15px !important;
  }
  .practice-areas-block-det h3, .practice-areas-block-det h3 a {
    font-size: 25px;
  }
  .practice-areas-block-det p {
    font-size: 15px;
  }
  .three-point-block h2 {
    font-size: 80px;
  }
  .three-point-block h3 {
    font-size: 24px;
  }
  .three-point-sec [class*="col-"] {
    padding: 40px !important;
  }
  .intro-img-block h3 {
    padding: 30px;
    font-size: 23px;
    padding-left: 120px;
  }
  .intro-img-block h3::before {
    line-height: 65px;
    width: 65px;
    height: 65px;
    background-size: 30px;
    left: 40px;
  }
  .awards-and-accolades-sec h2 {
    font-size: 290px;
    letter-spacing: 7px;
  }
  .featured-cases-block {
    padding: 35px;
  }
  .featured-cases-block .coman-btn {
    padding: 0px 35px;
  }
  .featured-cases-block h4 {
    font-size: 26px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .featured-cases-sec .coman-title p {
    margin-bottom: 10px;
  }
  .featured-cases-sec .coman-title h3 small:first-child {
    left: 0;
  }
  .featured-cases-sec .coman-title h3 {
    font-size: 170px;
  }
  .featured-cases-sec .coman-title h3 small {
    font-size: 45px;
    max-width: 900px;
  }
  .featured-cases-sec .row, .as-featured-in-sec .row {
    margin: 0px -19px;
  }
  .featured-cases-sec [class*="col-"], .as-featured-in-sec [class*="col-"] {
    padding: 0px 19px;
    margin-bottom: 38px;
  }
  .testimonials-block p {
    font-size: 16px;
    /*font-size: 19px;*/
  }
  .justice-is-not-reserved-sec h3 {
    font-size: 20px;
  }
  .justice-is-not-reserved-sec h4 {
    font-size: 160px;
  }
  .meet-the-team-block .meet-the-team-det {
    padding: 35px;
  }
  .meet-the-team-block .meet-the-team-det p {
    font-size: 13px;
  }
  .meet-the-team-block .meet-the-team-det .coman-btn {
    height: 50px;
    line-height: 50px;
    width: 190px;
    font-size: 13px;
  }
  .blog-block h3 {
    font-size: 21px;
  }
  .post-categories li a {
    font-size: 13px;
  }
  .our-office-locations-block-det {
    padding: 35px;
    padding-bottom: 15px !important;
  }
  .our-office-locations-block-det h3, .our-office-locations-block-det h3 a {
    font-size: 25px;
  }
  .our-office-locations-block-det p {
    font-size: 15px;
  }
}
@media (max-width: 1300px) {
  .home-info h2 {
    font-size: 80px;
  }
  .home-info {
    padding: 380px 0px 70px 0px;
  }
  .home-info h2 small::after {
    bottom: 12px;
  }
  .home-info h1 {
    font-size: 14px;
  }
  .home-info-slider ul li {
    font-size: 24px;
  }
  .practice-areas-block-det {
    padding: 30px;
    padding-bottom: 15px !important;
  }
  .practice-areas-block-det h3, .practice-areas-block-det h3 a {
    font-size: 23px;
  }
  .practice-areas-block-det p {
    font-size: 14px;
  }
  .three-point-block h2 {
    font-size: 70px;
  }
  .three-point-block h3 {
    font-size: 23px;
  }
  .three-point-sec [class*="col-"] {
    padding: 40px !important;
  }
  .intro-img-block h3 {
    padding: 30px;
    font-size: 23px;
    padding-left: 120px;
  }
  .intro-img-block h3::before {
    line-height: 60px;
    width: 60px;
    height: 60px;
    background-size: 30px;
    left: 40px;
  }
  .awards-and-accolades-sec h2 {
    font-size: 260px;
    letter-spacing: 6px;
  }
  .featured-cases-block {
    padding: 35px;
  }
  .featured-cases-block .coman-btn {
    padding: 0px 35px;
  }
  .featured-cases-block h4 {
    font-size: 26px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .featured-cases-sec .coman-title p {
    margin-bottom: 10px;
  }
  .featured-cases-sec .coman-title h3 small:first-child {
    left: 0;
  }
  .featured-cases-sec .coman-title h3 {
    font-size: 150px;
  }
  .featured-cases-sec .coman-title h3 small {
    font-size: 43px;
    max-width: 800px;
  }
  .featured-cases-sec .row, .as-featured-in-sec .row {
    margin: 0px -18px;
  }
  .featured-cases-sec [class*="col-"], .as-featured-in-sec [class*="col-"] {
    padding: 0px 18px;
    margin-bottom: 36px;
  }
  .testimonials-block p {
    font-size: 14px;
    /*font-size: 16px;*/
  }
  .justice-is-not-reserved-sec h3 {
    font-size: 19px;
  }
  .justice-is-not-reserved-sec h4 {
    font-size: 140px;
  }
  .meet-the-team-block .meet-the-team-det {
    padding: 30px;
  }
  .meet-the-team-block .meet-the-team-det p {
    font-size: 12px;
  }
  .meet-the-team-block .meet-the-team-det .coman-btn {
    height: 47px;
    line-height: 47px;
    width: 180px;
    font-size: 12px;
  }
  .blog-block h3 {
    font-size: 20px;
  }
  .post-categories li a {
    font-size: 12px;
  }
  .blog-block .date {
    font-size: 15px;
  }
  .our-office-locations-block-det {
    padding: 30px;
    padding-bottom: 15px !important;
  }
  .our-office-locations-block-det h3, .our-office-locations-block-det h3 a {
    font-size: 23px;
  }
  .our-office-locations-block-det p {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .home-info h2 {
    font-size: 70px;
  }
  .home-info {
    padding: 350px 0px 65px 0px;
  }
  .home-info h2 small::after {
    bottom: 10px;
  }
  .home-info h1 {
    font-size: 13px;
  }
  .home-info-slider ul li {
    font-size: 22px;
  }
  .practice-areas-block-det {
    padding: 25px;
    padding-bottom: 15px !important;
  }
  .practice-areas-block-det h3, .practice-areas-block-det h3 a {
    font-size: 22px;
  }
  .practice-areas-block-det p {
    font-size: 13px;
  }
  .three-point-block h2 {
    font-size: 60px;
  }
  .three-point-block h3 {
    font-size: 22px;
  }
  .three-point-sec [class*="col-"] {
    padding: 35px !important;
  }
  .intro-img-block h3 {
    padding: 25px;
    font-size: 20px;
    padding-left: 100px;
  }
  .intro-img-block h3::before {
    line-height: 55px;
    width: 55px;
    height: 55px;
    background-size: 27px;
    left: 30px;
  }
  .awards-and-accolades-sec h2 {
    font-size: 250px;
    letter-spacing: 5px;
  }
  .featured-cases-block {
    padding: 30px;
  }
  .featured-cases-block .coman-btn {
    padding: 0px 30px;
  }
  .featured-cases-block h4 {
    font-size: 25px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .featured-cases-sec .coman-title p {
    margin-bottom: 10px;
  }
  .featured-cases-sec .coman-title h3 small:first-child {
    left: 0;
  }
  .featured-cases-sec .coman-title h3 {
    font-size: 130px;
  }
  .featured-cases-sec .coman-title h3 small {
    font-size: 40px;
    max-width: 700px;
  }
  .featured-cases-sec .row, .as-featured-in-sec .row {
    margin: 0px -17px;
  }
  .featured-cases-sec [class*="col-"], .as-featured-in-sec [class*="col-"] {
    padding: 0px 17px;
    margin-bottom: 34px;
  }
  .testimonials-block p {
    font-size: 13px;
    /*font-size: 15px;*/
  }
  .justice-is-not-reserved-sec h3 {
    font-size: 18px;
  }
  .justice-is-not-reserved-sec h4 {
    font-size: 120px;
  }
  .meet-the-team-block .meet-the-team-det {
    padding: 25px;
  }
  .meet-the-team-block .meet-the-team-det p {
    font-size: 11px;
  }
  .meet-the-team-block .meet-the-team-det .coman-btn {
    height: 45px;
    line-height: 45px;
    width: 170px;
    font-size: 12px;
  }
  .blog-block h3 {
    font-size: 19px;
  }
  .post-categories li a {
    font-size: 11px;
  }
  .blog-block .date {
    font-size: 15px;
  }
  .our-office-locations-block-det {
    padding: 25px;
    padding-bottom: 15px !important;
  }
  .our-office-locations-block-det h3, .our-office-locations-block-det h3 a {
    font-size: 22px;
  }
  .our-office-locations-block-det p {
    font-size: 13px;
  }
}
@media (max-width: 1100px) {
  .home-info h2 {
    font-size: 60px;
  }
  .home-info h2 small::after {
    bottom: 10px;
  }
  .home-info {
    padding: 300px 0px 60px 0px;
  }
  .home-info h1 {
    font-size: 12px;
  }
  .home-info-slider ul li {
    font-size: 20px;
  }
  .practice-areas-block-det {
    padding: 20px;
    padding-bottom: 15px !important;
  }
  .practice-areas-block-det h3, .practice-areas-block-det h3 a {
    font-size: 20px;
  }
  .practice-areas-block-det p {
    font-size: 12px;
  }
  .three-point-block h2 {
    font-size: 50px;
  }
  .three-point-block h3 {
    font-size: 21px;
  }
  .three-point-sec [class*="col-"] {
    padding: 30px !important;
  }
  .three-point-block .coman-btn {
    width: 190px;
  }
  .intro-img-block h3 {
    padding: 20px;
    font-size: 20px;
    padding-left: 80px;
  }
  .intro-img-block h3::before {
    line-height: 50px;
    width: 50px;
    height: 50px;
    background-size: 25px;
    left: 20px;
  }
  .awards-and-accolades-sec h2 {
    font-size: 220px;
    letter-spacing: 3px;
  }
  .featured-cases-block {
    padding: 25px;
  }
  .featured-cases-block .coman-btn {
    padding: 0px 25px;
  }
  .featured-cases-block h4 {
    font-size: 25px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .featured-cases-sec .coman-title p {
    margin-bottom: 10px;
  }
  .featured-cases-sec .coman-title h3 small:first-child {
    left: 0;
  }
  .featured-cases-sec .coman-title h3 {
    font-size: 130px;
  }
  .featured-cases-sec .coman-title h3 small {
    font-size: 40px;
    max-width: 700px;
  }
  .featured-cases-sec .row, .as-featured-in-sec .row {
    margin: 0px -15px;
  }
  .featured-cases-sec [class*="col-"], .as-featured-in-sec [class*="col-"] {
    padding: 0px 15px;
    margin-bottom: 30px;
  }
  .testimonials-block p {
    font-size: 12px;
    /*font-size: 14px;*/
  }
  .justice-is-not-reserved-sec h3 {
    font-size: 17px;
  }
  .justice-is-not-reserved-sec h4 {
    font-size: 100px;
  }
  .meet-the-team-block .meet-the-team-det {
    padding: 20px;
  }
  .meet-the-team-block .meet-the-team-det p {
    font-size: 10px;
  }
  .meet-the-team-block .meet-the-team-det .coman-btn {
    height: 40px;
    line-height: 40px;
    width: 160px;
    font-size: 12px;
  }
  .meet-the-team-block h3 {
    font-size: 20px;
  }
  .meet-the-team-block h4 {
    font-size: 11px;
  }
  .blog-block h3 {
    font-size: 18px;
  }
  .post-categories li a {
    font-size: 10px;
  }
  .blog-block .date {
    font-size: 14px;
  }
  .our-office-locations-block-det {
    padding: 20px;
    padding-bottom: 15px !important;
  }
  .our-office-locations-block-det h3, .our-office-locations-block-det h3 a {
    font-size: 20px;
  }
  .our-office-locations-block-det p {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .home-info h2 {
    font-size: 50px;
  }
  div.home-info.bg {
    padding: 58% 0px 50px 0px;
    background-size: 100% auto !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-color: #010d41 !important;
    text-align: center;
  }
  .practice-areas-block-det {
    padding: 20px;
    padding-bottom: 10px !important;
  }
  .practice-areas-block-det h3, .practice-areas-block-det h3 a {
    font-size: 20px;
  }
  .practice-areas-block-det p {
    font-size: 12px;
  }
  .three-point-block h2 {
    font-size: 40px;
  }
  .three-point-block h3 {
    font-size: 20px;
  }
  .three-point-sec [class*="col-"] {
    padding: 25px !important;
  }
  .three-point-block .coman-btn {
    width: 180px;
  }
  .intro-img-block h3 {
    padding: 20px;
    font-size: 20px;
    padding-left: 80px;
  }
  .intro-img-block h3::before {
    line-height: 50px;
    width: 50px;
    height: 50px;
    background-size: 25px;
    left: 20px;
  }
  .awards-and-accolades-sec h2 {
    font-size: 170px;
    letter-spacing: 3px;
  }
  .featured-cases-block {
    padding: 20px;
  }
  .featured-cases-block .coman-btn {
    padding: 0px 20px;
  }
  .featured-cases-block h4 {
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .featured-cases-sec .coman-title p {
    margin-bottom: 10px;
  }
  .featured-cases-sec .coman-title h3 small:first-child {
    left: 0;
  }
  .featured-cases-sec .coman-title h3 {
    font-size: 130px;
  }
  .featured-cases-sec .coman-title h3 small {
    font-size: 40px;
    max-width: 700px;
  }
  .featured-cases-sec .row, .as-featured-in-sec .row {
    margin: 0px -12px;
  }
  .featured-cases-sec [class*="col-"], .as-featured-in-sec [class*="col-"] {
    padding: 0px 12px;
    margin-bottom: 24px;
  }
  .testimonials-block p {
    font-size: 11px;
    /*font-size: 13px;*/
  }
  .justice-is-not-reserved-sec h3 {
    font-size: 16px;
  }
  .justice-is-not-reserved-sec h4 {
    font-size: 80px;
  }
  .meet-the-team-block .meet-the-team-det {
    padding: 20px;
  }
  .meet-the-team-block .meet-the-team-det p {
    font-size: 11px;
  }
  .meet-the-team-block .meet-the-team-det .coman-btn {
    height: 42px;
    line-height: 42px;
    width: 200px;
    font-size: 13px;
  }
  .faq-sec .coman-col {
    order: 0 !important;
  }
  .faq-sec .defualt-content-info {
    padding-top: 30px;
  }
  .blog-sec h2, .blog-sec h6 {
    text-align: center;
  }
  .blog-block h3 {
    font-size: 20px;
  }
  .post-categories li a {
    font-size: 10px;
  }
  .blog-block .date {
    font-size: 14px;
  }
  .our-office-locations-block-det {
    padding: 20px;
    padding-bottom: 10px !important;
  }
  .our-office-locations-block-det h3, .our-office-locations-block-det h3 a {
    font-size: 20px;
  }
  .our-office-locations-block-det p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .home-info h2 {
    font-size: 40px;
  }
  div.home-info.bg {
    padding: 58% 0px 50px 0px;
    background-size: 100% auto !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-color: #010d41 !important;
    text-align: center;
  }
  .practice-areas-block-det {
    padding: 20px;
    padding-bottom: 10px !important;
  }
  .practice-areas-block-det h3, .practice-areas-block-det h3 a {
    font-size: 20px;
  }
  .practice-areas-block-det p {
    font-size: 12px;
  }
  .intro-img-block h3 {
    padding: 20px;
    font-size: 17px;
    padding-left: 80px;
  }
  .intro-img-block h3::before {
    line-height: 50px;
    width: 50px;
    height: 50px;
    background-size: 25px;
    left: 20px;
  }
  .awards-and-accolades-sec h2 {
    position: relative;
    top: auto;
    -moz-transform: unset;
    -o-transform: unset;
    -ms-transform: unset;
    -webkit-transform: unset;
    transform: unset;
    font-size: 60px;
    letter-spacing: 10px;
    line-height: 0.9;
    margin-bottom: 20px;
  }
  .featured-cases-block {
    padding: 20px;
  }
  .featured-cases-block .coman-btn {
    padding: 0px 20px;
  }
  .featured-cases-block h4 {
    font-size: 25px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .featured-cases-sec .coman-title p {
    margin-bottom: 10px;
  }
  .featured-cases-sec .coman-title h3 small:first-child {
    left: 0;
  }
  .featured-cases-sec .coman-title h3 {
    font-size: 100px;
  }
  .featured-cases-sec .coman-title h3 small {
    font-size: 30px;
    max-width: 500px;
  }
  .featured-cases-sec .row, .as-featured-in-sec .row {
    margin: 0px -10px;
  }
  .featured-cases-sec [class*="col-"], .as-featured-in-sec [class*="col-"] {
    padding: 0px 10px;
    margin-bottom: 20px;
  }
  .testimonials-sec .owl-theme .owl-nav {
    text-align: center;
    position: relative;
    top: 0px;
    left: 0;
    margin-top: 20px !important;
  }
  .testimonials-block .col-md-8.col-lg-9.coman-col {
    padding-top: 20px;
  }
  .testimonials-block .col-md-8.col-lg-9.coman-col::before {
    border: none;
    border-top: 1px solid #edecec;
  }
  .testimonials-block p {
    font-size: 13px;
    /*font-size: 15px;*/
  }
  .justice-is-not-reserved-sec h3 {
    font-size: 15px;
  }
  .justice-is-not-reserved-sec h4 {
    font-size: 60px;
  }
  .meet-the-team-block .meet-the-team-det {
    padding: 15px;
  }
  .meet-the-team-block .meet-the-team-det p {
    font-size: 11px;
  }
  .meet-the-team-block .meet-the-team-det .coman-btn {
    height: 40px;
    line-height: 40px;
    width: 180px;
    font-size: 12px;
  }
  .blog-block [class*="col-"] {
    order: 0 !important;
    width: 100% !important;
  }
  .blog-block figure {
    margin-bottom: 30px;
  }
  .blog-block h3 {
    font-size: 20px;
  }
  .post-categories li a {
    font-size: 10px;
  }
  .our-office-locations-block-det {
    padding: 20px;
    padding-bottom: 10px !important;
  }
  .our-office-locations-block-det h3, .our-office-locations-block-det h3 a {
    font-size: 20px;
  }
  .our-office-locations-block-det p {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .home-info h2 {
    font-size: 30px;
  }
  .home-info h2 small::after {
    bottom: 3px;
    height: 5px;
  }
  div.home-info.bg {
    padding: 58% 0px 50px 0px;
    background-size: 100% auto !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-color: #010d41 !important;
    text-align: center;
  }
  .home-info-slider ul li {
    font-size: 20px;
  }
  .practice-areas-block-det {
    padding: 20px;
  }
  .practice-areas-block-det h3, .practice-areas-block-det h3 a {
    font-size: 20px;
  }
  .practice-areas-block-det p {
    font-size: 12px;
  }
  .three-point-block h2 {
    font-size: 50px;
  }
  .three-point-block h3 {
    font-size: 20px;
  }
  .three-point-sec [class*="col-"] {
    padding: 30px !important;
  }
  .intro-img-block h3 {
    padding: 20px;
    font-size: 17px;
    padding-left: 80px;
  }
  .intro-img-block h3::before {
    line-height: 50px;
    width: 50px;
    height: 50px;
    background-size: 25px;
    left: 20px;
  }
  .awards-and-accolades-sec h2 {
    position: relative;
    top: auto;
    -moz-transform: unset;
    -o-transform: unset;
    -ms-transform: unset;
    -webkit-transform: unset;
    transform: unset;
    font-size: 60px;
    letter-spacing: 10px;
    line-height: 0.9;
    margin-bottom: 0px;
  }
  .awards-and-accolades-sec figure {
    margin-top: 20px;
  }
  .featured-cases-block {
    padding: 20px;
  }
  .featured-cases-block .coman-btn {
    padding: 0px 20px;
  }
  .featured-cases-block h4 {
    font-size: 25px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .featured-cases-sec .coman-title p {
    margin-bottom: 30px;
  }
  .featured-cases-sec .coman-title h3 small:first-child {
    left: 0;
  }
  .featured-cases-sec .coman-title h3 {
    font-size: 50px;
  }
  .featured-cases-sec .coman-title h3 small {
    font-size: 23px;
    max-width: 320px;
  }
  .featured-cases-sec .row, .as-featured-in-sec .row {
    margin: 0px -15px;
  }
  .featured-cases-sec [class*="col-"], .as-featured-in-sec [class*="col-"] {
    padding: 0px 15px;
    margin-bottom: 30px;
  }
  .testimonials-block .col-md-8.col-lg-9.coman-col {
    padding-top: 20px;
  }
  .testimonials-block .col-md-8.col-lg-9.coman-col::before {
    border: none;
    border-top: 1px solid #edecec;
  }
  .testimonials-block p {
    font-size: 13px;
    /*font-size: 15px;*/
  }
  .justice-is-not-reserved-sec h3 {
    font-size: 15px;
  }
  .justice-is-not-reserved-sec h4 {
    font-size: 40px;
  }
  .meet-the-team-block .meet-the-team-det {
    padding: 15px;
  }
  .meet-the-team-block .meet-the-team-det p {
    font-size: 11px;
  }
  .meet-the-team-block .meet-the-team-det .coman-btn {
    height: 45px;
    line-height: 45px;
    width: 200px;
    font-size: 12px;
  }
  .our-office-locations-block-det {
    padding: 20px;
  }
  .our-office-locations-block-det h3, .our-office-locations-block-det h3 a {
    font-size: 20px;
  }
  .our-office-locations-block-det p {
    font-size: 12px;
  }
}