.home-benner-sec {
  padding: 100px 0px;
}
.home-info h2 {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.1);
  padding: 13px 51px;
  margin-bottom: 8px;
  border-radius: 50px;
  font-family: "Hind", sans-serif;
}
.testimonials-sec .coman-title {
  max-width: 100%;
}
.home-info h1 {
  color: #fff;
  font-size: 100px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 80px;
}
.home-info h3 {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 22px;
}
.home-info p {
  color: #fff;
  font-size: 24px;
  margin-bottom: 25px;
}
.scrolling-bar-sec {
  color: #fff;
  margin: 0px;
  background: #c79066;
  text-align: center;
  padding: 18px 20px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.scrolling-bar-sec ul {
  display: block;
  width: 100%;
  transform: translateX(100%);
  animation: move 25s linear infinite;
  white-space: nowrap;
  overflow: hidden !important;
}
.scrolling-bar-sec ul li {
  color: #fff;
  margin: 0px;
  text-align: center;
  font-size: 32px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: bold;
  display: inline-block;
  padding: 0px 20px;
}
@keyframes move {
  to {
    transform: translateX(-100%);
  }
}
.case-results-sec {
  background: #0a1633;
  padding: 80px 0px;
  text-align: center;
}
.case-results-info h1, .case-results-info h2, .case-results-info h3, .case-results-info h4, .case-results-info h5, .case-results-info h6, .case-results-info p {
  color: #fff !important;
}
.case-results-info h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.case-results-block {
  background: #101d3d;
  padding: 34px 15px;
  height: 100%;
}
.case-results-block:hover, .case-results-block:focus {
  background: #202d4e;
}
.case-results-info [class*="col-"] {
  margin-bottom: 30px;
}
.case-results-info h3 {
  font-size: 48px;
  margin-bottom: 10px;
}
.case-results-info p {
  max-width: 250px;
  margin: auto;
  margin-bottom: 0px;
}
.content-sec {
  padding-bottom: 0px !important;
}
.awards-and-accolades-slider figure {
  height: 90px !important;
  line-height: 90px !important;
  text-align: center;
  margin: 20px 0px;
  padding: 0px 15px;
}
.awards-and-accolades-sec h2 {
  font-family: "Hind", sans-serif;
  color: #c78f65;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0px;
  letter-spacing: 0px;
  position: relative;
  text-align: center;
  max-width: 1068px;
  margin: auto;
}
.awards-and-accolades-sec h2 small {
  font-size: 100%;
  background: #fff;
  position: relative;
  padding: 0px 30px;
  z-index: 1;
}
.awards-and-accolades-sec h2::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #e3e3e3;
  left: 0px;
  right: 0px;
  margin: auto;
  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%);
}
.awards-and-accolades-sec {
  padding: 50px 0px;
}
.testimonials-sec {
  background: #E5D8CA;
  background: -webkit-linear-gradient(45deg, rgba(229, 216, 202, 1) 0%, rgba(235, 236, 238, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(229, 216, 202, 1) 0%, rgba(235, 236, 238, 1) 100%);
  background: linear-gradient(45deg, rgba(229, 216, 202, 1) 0%, rgba(235, 236, 238, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E5D8CA", endColorstr="#EBECEE", GradientType=0);
}
.testimonials-block-list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.testimonials-block {
  border: none;
  padding: 54px;
  margin-bottom: 20px;
  border-radius: 0px;
  display: inline-block;
  width: 100%;
  background: #fff;
}
.testimonials-block h3 {
  font-family: "Hind", sans-serif;
  color: #0a1633;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0px;
  margin: 0px;
}
.testimonials-block figure {
  margin-bottom: 0px;
  text-align: right;
}
.testimonials-block p {
  font-size: 21px;
  font-family: "Unna", serif;
  margin-bottom: 25px;
  line-height: 1.7;
}
.google-block {
  width: 350px;
  margin: 0px;
  display: inline-block;
  border: 2px solid #c79066;
  border-radius: 100px;
  background: #fff;
  margin-bottom: 16px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
}
.google-block figure {
  float: left;
  margin: 0px;
  text-align: center;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 17px;
  padding-bottom: 17px;
  border-right: 1px solid #f1f1f1;
}
.google-block .google-det {
  overflow: hidden;
  text-align: left;
  padding-top: 17px;
  padding-left: 15px;
}
.google-block .google-det p {
  margin: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  color: #0a1633;
}
.google-block .google-det h6 {
  margin: 0px;
  vertical-align: middle;
  display: inline-block;
  color: #0a1633;
  font-size: 20px;
  line-height: normal;
}
.google-block .google-det img {
  position: relative;
  top: -3px;
}
.our-practice-areas-sec {
  background: #0a1633;
  text-align: center;
}
.our-practice-areas-sec h1, .our-practice-areas-sec h2, .our-practice-areas-sec h3, .our-practice-areas-sec h4, .our-practice-areas-sec h5, .our-practice-areas-sec h6, .our-practice-areas-sec p {
  color: #fff !important;
}
.our-practice-areas-sec .coman-title h2 small {
  font-weight: normal;
  font-size: 80% !important;
}
.our-practice-areas-sec {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
.our-practice-areas-sec::before {
  background: url(../images/our-practice-icon.png);
  position: absolute;
  left: 0px;
  right: 0px;
  width: 75px;
  height: 80px;
  content: "";
  margin: auto;
  top: -40px;
}
.our-practice-areas-sec .row {
  margin: 0px -8px;
  justify-content: center;
}
.our-practice-areas-sec [class*="col-"] {
  padding: 0px 8px;
  margin-bottom: 16px;
  width: 20%;
}
.our-practice-areas-block {
  border-radius: 8px;
  position: relative;
  min-height: 380px;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-self: end;
}
.our-practice-areas-block-inn {
  align-self: end;
}
.our-practice-areas-block p, .our-practice-areas-block .coman-btn {
  display: none;
  position: relative;
}
.our-practice-areas-block h3 {
  max-width: 230px;
  margin: auto;
  margin-bottom: 15px;
  position: relative;
}
.our-practice-areas-block h3 a {
  color: #fff;
}
.our-practice-areas-block .coman-btn {
  width: 180px;
  background: #0a1633 !important;
  position: relative;
}
.our-practice-areas-block:focus p, .our-practice-areas-block:focus .coman-btn, .our-practice-areas-block:hover p, .our-practice-areas-block:hover .coman-btn {
  display: block;
}
.our-practice-areas-block:focus .our-practice-areas-block-inn, .our-practice-areas-block:hover .our-practice-areas-block-inn {
  align-self: center;
}
.our-practice-areas-block::before {
  background: rgba(199, 144, 102, 0.8);
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 8px;
  border: 7px solid #f8d1a5;
  display: none;
}
.our-practice-areas-block:focus::before, .our-practice-areas-block:hover::before {
  display: block;
}
.team-sec {
  text-align: center;
  background: #E5D8CA;
  background: -webkit-linear-gradient(45deg, rgba(229, 216, 202, 1) 0%, rgba(235, 236, 238, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(229, 216, 202, 1) 0%, rgba(235, 236, 238, 1) 100%);
  background: linear-gradient(45deg, rgba(229, 216, 202, 1) 0%, rgba(235, 236, 238, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E5D8CA", endColorstr="#EBECEE", GradientType=0);
  position: relative;
}
.team-sec .coman-title {
  max-width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.team-sec .coman-title h3 {
  color: #c79066;
  position: absolute;
  left: 0px;
  top: 60%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  line-height: normal;
  transform: translate(0, -50%);
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  z-index: 999;
  right: 0px;
  font-size: 260px;
  opacity: 0.1;
  letter-spacing: 0px;
  margin: 0px;
  font-family: "Hind", sans-serif;
}
.team-sec::before {
  background: #c79066;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 140px;
  content: "";
}
.team-block figure {
  margin-bottom: 0px;
  text-align: center;
}
.team-block-inn {
  margin: 35px auto;
  max-width: 300px;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  background: #c79066;
  position: relative;
}
.team-block-inn h3 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 5px;
  line-height: 1.1;
  position: relative;
}
.team-block-inn h3 a {
  color: #fff;
}
.team-block-inn h3 a:hover, .team-block-inn h3 a:focus {
  color: #0a1633;
}
.team-block-inn p {
  color: #fff;
  font-size: 16px;
  margin: 0px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.experience-img-block {
  margin-bottom: 60px;
}
.attorneys-info-sec {
  background: #0a1633;
  text-align: center;
}
.attorneys-info-block p {
  color: #fff;
  margin: 0px;
}
.attorneys-info-block h2 {
  color: #c79066;
  font-size: 180px;
  display: inline-block;
  line-height: 0.7;
  font-weight: normal;
  position: relative;
}
.attorneys-info-block {
  max-width: 393px;
  margin: auto;
}
.attorneys-info-block h2 small {
  font-size: 34%;
  vertical-align: top;
  position: absolute;
}
[class*="col-"]:nth-child(1) .attorneys-info-block h2 small {
  margin-left: -35px;
}
.attorneys-info-block h2 b {
  font-size: 34%;
  vertical-align: bottom;
  position: relative;
  left: -35px;
  line-height: 0.7;
  display: inline-block;
}
.attorneys-info-block h3 {
  color: #c79066;
  font-weight: normal;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.attorneys-info-block h3::before {
  background: #f9d2a6;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 40px;
  opacity: 0.2;
  height: 2px;
  margin: auto;
  content: "";
}
.community-involvement-img-block figure, .community-involvement-img-block figure img {
  margin-bottom: 0px;
  height: 385px;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}
.community-involvement-img-block .row {
  margin: 0px -10px;
}
.community-involvement-img-block [class*="col-"] {
  padding: 0px 10px;
  margin-bottom: 20px;
}
.my-story-sec {
  padding-top: 0px !important;
}
.my-story-sec blockquote {
  margin-top: 0px !important;
}
.community-involvement-img-block .row:nth-child(even) [class*="col-"]:nth-child(1) {
  order: 2 !important;
}
.faq-left-block h1, .faq-left-block h2, .faq-left-block h3, .faq-left-block h4, .faq-left-block h5, .faq-left-block h6, .faq-left-block p {
  color: #fff !important;
}
.faq-left-block h4 {
  padding-left: 33px;
  border-left: 2px solid #c79066;
  margin-top: 30px;
}
.blog-sec .defualt-content-info {
  position: relative;
}
.blog-sec .defualt-content-info::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #c79066;
  left: 0px;
  right: 0px;
  margin: auto;
  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%);
}
.blog-sec [class*="col-"]:nth-child(1) h2 {
  background: #fff;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
  width: auto;
  display: inline-block;
  padding-right: 20px;
}
.blog-sec [class*="col-"]:nth-child(2) .blog-btn {
  background: #fff;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
  width: auto;
  display: inline-block;
  float: right;
  padding-left: 20px;
}
.blog-block p:last-child {
  margin-bottom: 0px;
}
.blog-block h3 {
  color: #3657a1;
  font-size: 31px;
  margin-bottom: 15px;
  line-height: 1.3;
  font-weight: normal;
}
.blog-block h3 a {
  color: #3657a1;
}
.blog-block h3 a:hover, .blog-block h3 a:focus {
  color: #c79066;
}
.date-catogary-block {
  margin-bottom: 15px;
}
.date-catogary-block ul {
  margin-bottom: 0px;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
.date-catogary-block ul li {
  font-weight: bold;
  text-transform: uppercase;
  color: #c79066;
  font-size: 15px;
  display: inline-block;
  position: relative;
  margin-left: 5px;
  line-height: normal;
}
.date-catogary-block ul li:after {
  content: ",";
}
.date-catogary-block ul li:last-child:after {
  display: none;
}
.date-catogary-block ul li a {
  color: #c79066;
}
.date-catogary-block ul li a:hover, .date-catogary-block ul li a:focus {
  color: #3657a1;
}
.date-catogary-block {
  color: #0a1633;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
}
.blog-block .read-more-btn {
  text-decoration: underline;
  text-transform: uppercase;
}
.blog-sec .row.coman-row [class*="col-"] {
  margin-top: 70px;
}
.locations-we-serve-sec {
  padding-top: 0px !important;
}
.locations-we-serve-sec [class*="col-"] {
  margin-bottom: 30px;
  width: 20%;
}
.locations-we-serve-block {
  padding: 35px;
  padding-top: 67% !important;
  height: 100%;
}
.locations-we-serve-block p {
  margin-bottom: 0px;
  color: #fff;
}
.locations-we-serve-block h3 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px;
}
.locations-we-serve-block h3 a {
  color: #fff;
}
.locations-we-serve-block h3 a:hover, .locations-we-serve-block h3 a:focus {
  color: #c79066;
}
.locations-we-serve-block figure img {
  width: 30px;
}
@media (max-width: 1800px) {}
@media (max-width: 2200px) {}
@media (max-width: 1900px) {}
@media (max-width: 1800px) {
  .home-info p {
    font-size: 23px;
  }
  .home-info h3 {
    font-size: 58px;
  }
  .home-info h1 {
    font-size: 95px;
  }
  .home-benner-sec {
    padding: 95px 0px;
  }
  .scrolling-bar-sec ul li {
    font-size: 30px;
  }
  .case-results-info h3 {
    font-size: 44px;
  }
  .case-results-block {
    padding: 33px 15px;
  }
  .testimonials-block {
    padding: 45px;
  }
  .testimonials-block p {
    font-size: 20px;
  }
  .community-involvement-img-block figure, .community-involvement-img-block figure img {
    height: 340px;
  }
}
@media (max-width: 1700px) {
  .home-info p {
    font-size: 22px;
  }
  .home-info h3 {
    font-size: 55px;
  }
  .home-info h1 {
    font-size: 90px;
  }
  .home-benner-sec {
    padding: 90px 0px;
  }
  .scrolling-bar-sec ul li {
    font-size: 28px;
  }
  .case-results-info h2 {
    font-size: 35px;
  }
  .case-results-info h3 {
    font-size: 42px;
  }
  .case-results-block {
    padding: 30px 15px;
  }
  .testimonials-block {
    padding: 45px;
  }
  .testimonials-block p {
    font-size: 20px;
  }
  .team-sec .coman-title h3 {
    font-size: 230px;
  }
  .community-involvement-img-block figure, .community-involvement-img-block figure img {
    height: 320px;
  }
  .blog-sec .row.coman-row [class*="col-"] {
    margin-top: 70px;
  }
  .locations-we-serve-block {
    padding: 25px;
  }
}
@media (max-width: 1600px) {
  .home-info p {
    font-size: 21px;
  }
  .home-info h3 {
    font-size: 53px;
  }
  .home-info h1 {
    font-size: 85px;
  }
  .home-benner-sec {
    padding: 85px 0px;
  }
  .scrolling-bar-sec ul li {
    font-size: 26px;
  }
  .case-results-info h2 {
    font-size: 34px;
  }
  .case-results-info h3 {
    font-size: 40px;
  }
  .case-results-block {
    padding: 28px 15px;
  }
  .testimonials-block {
    padding: 45px;
  }
  .testimonials-block p {
    font-size: 19px;
  }
  .our-practice-areas-block {
    padding: 40px;
    min-height: 380px;
  }
  .our-practice-areas-sec {
    padding-left: 35px;
    padding-right: 35px;
  }
  .team-sec .coman-title h3 {
    font-size: 220px;
  }
  .attorneys-info-block h2 {
    font-size: 160px;
  }
  .attorneys-info-block h2 b {
    left: -25px;
  }
  [class*="col-"]:nth-child(1) .attorneys-info-block h2 small {
    margin-left: -25px;
  }
  .community-involvement-img-block figure, .community-involvement-img-block figure img {
    height: 300px;
  }
  .blog-sec .row.coman-row [class*="col-"] {
    margin-top: 60px;
  }
  .locations-we-serve-block {
    padding: 30px;
  }
}
@media (max-width: 1500px) {
  .home-info p {
    font-size: 20px;
  }
  .home-info h3 {
    font-size: 50px;
  }
  .home-info h1 {
    font-size: 80px;
  }
  .home-benner-sec {
    padding: 80px 0px;
  }
  .scrolling-bar-sec ul li {
    font-size: 24px;
  }
  .case-results-info h2 {
    font-size: 32px;
  }
  .case-results-info h3 {
    font-size: 38px;
  }
  .case-results-block {
    padding: 26px 15px;
  }
  .testimonials-block {
    padding: 40px;
  }
  .testimonials-block p {
    font-size: 18px;
  }
  .our-practice-areas-block {
    padding: 35px;
    min-height: 360px;
  }
  .our-practice-areas-sec {
    padding-left: 30px;
    padding-right: 30px;
  }
  .team-sec .coman-title h3 {
    font-size: 200px;
  }
  .attorneys-info-block h2 {
    font-size: 150px;
  }
  .attorneys-info-block h2 b {
    left: -25px;
  }
  [class*="col-"]:nth-child(1) .attorneys-info-block h2 small {
    margin-left: -25px;
  }
  .community-involvement-img-block figure, .community-involvement-img-block figure img {
    height: 280px;
  }
  .blog-sec .row.coman-row [class*="col-"] {
    margin-top: 54px;
  }
  .blog-block h3 {
    font-size: 28px;
  }
  .date-catogary-block, .date-catogary-block ul li {
    font-size: 14px;
  }
  .locations-we-serve-block {
    padding: 28px;
  }
}
@media (max-width: 1400px) {
  .home-info p {
    font-size: 19px;
  }
  .home-info h3 {
    font-size: 48px;
  }
  .home-info h1 {
    font-size: 75px;
  }
  .home-benner-sec {
    padding: 75px 0px;
  }
  .scrolling-bar-sec ul li {
    font-size: 22px;
  }
  .case-results-info h2 {
    font-size: 30px;
  }
  .case-results-info h3 {
    font-size: 36px;
  }
  .case-results-block {
    padding: 25px 15px;
  }
  .testimonials-block {
    padding: 35px;
  }
  .testimonials-block p {
    font-size: 17px;
  }
  .our-practice-areas-block {
    padding: 30px;
    min-height: 340px;
  }
  .our-practice-areas-sec {
    padding-left: 25px;
    padding-right: 25px;
  }
  .team-sec .coman-title h3 {
    font-size: 180px;
  }
  .attorneys-info-block h2 {
    font-size: 140px;
  }
  .attorneys-info-block h2 b {
    left: -21px;
  }
  [class*="col-"]:nth-child(1) .attorneys-info-block h2 small {
    margin-left: -21px;
  }
  .community-involvement-img-block figure, .community-involvement-img-block figure img {
    height: 260px;
  }
  .blog-sec .row.coman-row [class*="col-"] {
    margin-top: 50px;
  }
  .blog-block h3 {
    font-size: 27px;
  }
  .date-catogary-block, .date-catogary-block ul li {
    font-size: 14px;
  }
  .locations-we-serve-block {
    padding: 25px;
  }
}
@media (max-width: 1300px) {
  .home-info p {
    font-size: 18px;
  }
  .home-info h3 {
    font-size: 45px;
  }
  .home-info h1 {
    font-size: 70px;
  }
  .home-benner-sec {
    padding: 70px 0px;
  }
  .scrolling-bar-sec ul li {
    font-size: 21px;
  }
  .case-results-info h2 {
    font-size: 28px;
  }
  .case-results-info h3 {
    font-size: 34px;
  }
  .case-results-sec {
    padding: 75px 0px;
  }
  .testimonials-block {
    padding: 30px;
  }
  .testimonials-block p {
    font-size: 16px;
  }
  .our-practice-areas-block {
    padding: 28px;
    min-height: 340px;
  }
  .our-practice-areas-sec {
    padding-left: 20px;
    padding-right: 20px;
  }
  .team-sec .coman-title h3 {
    font-size: 160px;
  }
  .attorneys-info-block h2 {
    font-size: 130px;
  }
  .attorneys-info-block h2 b {
    left: -21px;
  }
  [class*="col-"]:nth-child(1) .attorneys-info-block h2 small {
    margin-left: -21px;
  }
  .community-involvement-img-block figure, .community-involvement-img-block figure img {
    height: 240px;
  }
  .blog-sec .row.coman-row [class*="col-"] {
    margin-top: 44px;
  }
  .blog-block h3 {
    font-size: 26px;
  }
  .date-catogary-block, .date-catogary-block ul li {
    font-size: 14px;
  }
  .locations-we-serve-block {
    padding: 20px;
  }
}
@media (max-width: 1200px) {
  .home-info p {
    font-size: 17px;
  }
  .home-info h3 {
    font-size: 40px;
  }
  .home-info h1 {
    font-size: 65px;
  }
  .scrolling-bar-sec ul li {
    font-size: 20px;
  }
  .case-results-info h2 {
    font-size: 27px;
  }
  .case-results-info h3 {
    font-size: 32px;
  }
  .case-results-sec {
    padding: 70px 0px;
  }
  .testimonials-block {
    padding: 25px;
  }
  .testimonials-block p {
    font-size: 15px;
  }
  .our-practice-areas-sec [class*="col-"] {
    width: 25%;
  }
  .our-practice-areas-block {
    padding: 25px;
    min-height: 300px;
  }
  .our-practice-areas-sec {
    padding-left: 20px;
    padding-right: 20px;
  }
  .team-sec .coman-title h3 {
    font-size: 140px;
  }
  .attorneys-info-block h2 {
    font-size: 120px;
  }
  .attorneys-info-block h2 b {
    left: -21px;
  }
  [class*="col-"]:nth-child(1) .attorneys-info-block h2 small {
    margin-left: -21px;
  }
  .community-involvement-img-block figure, .community-involvement-img-block figure img {
    height: 220px;
  }
  .blog-sec .row.coman-row [class*="col-"] {
    margin-top: 40px;
  }
  .blog-block h3 {
    font-size: 25px;
  }
  .date-catogary-block, .date-catogary-block ul li {
    font-size: 13px;
  }
  .locations-we-serve-sec [class*="col-"] {
    width: 33.33%;
    padding: 0px 10px;
    margin-bottom: 20px;
  }
  .locations-we-serve-sec .row {
    margin: 0px -10px;
  }
  .locations-we-serve-block {
    padding: 20px;
  }
}
@media (max-width: 1100px) {
  .home-info h1 {
    font-size: 55px;
    margin-bottom: 60px;
  }
  .home-info h3 {
    font-size: 35px;
  }
  .home-info p {
    font-size: 16px;
  }
  .home-info h3 {
    font-size: 35px;
  }
  .scrolling-bar-sec ul li {
    font-size: 20px;
  }
  .case-results-info h2 {
    font-size: 25px;
  }
  .case-results-info h3 {
    font-size: 30px;
  }
  .case-results-info p {
    font-size: 13px;
  }
  .case-results-block {
    padding: 25px 15px;
  }
  .case-results-sec {
    padding: 65px 0px;
  }
  .testimonials-block {
    padding: 20px;
  }
  .testimonials-block p {
    font-size: 15px;
  }
  .our-practice-areas-sec [class*="col-"] {
    width: 25%;
  }
  .our-practice-areas-block {
    padding: 25px;
    min-height: 300px;
  }
  .our-practice-areas-sec {
    padding-left: 20px;
    padding-right: 20px;
  }
  .team-sec .coman-title h3 {
    font-size: 120px;
  }
  .attorneys-info-block h2 {
    font-size: 110px;
  }
  .attorneys-info-block h2 b {
    left: -20px;
  }
  [class*="col-"]:nth-child(1) .attorneys-info-block h2 small {
    margin-left: -20px;
  }
  .community-involvement-img-block .row {
    margin: 0px -7px;
  }
  .community-involvement-img-block [class*="col-"] {
    padding: 0px 7px;
    margin-bottom: 14px;
  }
  .community-involvement-img-block figure, .community-involvement-img-block figure img {
    height: 200px;
  }
  .blog-sec .row.coman-row [class*="col-"] {
    margin-top: 30px;
  }
  .blog-block h3 {
    font-size: 25px;
  }
  .date-catogary-block, .date-catogary-block ul li {
    font-size: 12px;
  }
  .locations-we-serve-sec [class*="col-"] {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  section.bg.home-benner-sec {
    background-size: 100% auto !important;
    min-height: auto;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    padding-top: 55% !important;
    padding-bottom: 50px !important;
    background-color: #0a1633 !important;
  }
  .home-info {
    text-align: center;
  }
  .home-info h1 {
    font-size: 45px;
    line-height: 1.1;
    margin-bottom: 50px;
  }
  .home-info h3 {
    font-size: 30px;
  }
  .home-info p {
    font-size: 15px;
  }
  .scrolling-bar-sec ul li {
    font-size: 20px;
  }
  .case-results-info h2 {
    font-size: 25px;
  }
  .case-results-info h3 {
    font-size: 30px;
  }
  .case-results-info p {
    font-size: 13px;
  }
  .case-results-block {
    padding: 25px 15px;
  }
  .case-results-sec .coman-form {
    margin-top: 30px;
  }
  .case-results-sec {
    padding: 60px 0px;
  }
  .testimonials-block-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .testimonials-block {
    padding: 20px;
  }
  .testimonials-block p {
    font-size: 15px;
  }
  .our-practice-areas-sec [class*="col-"] {
    width: 33.33%;
  }
  .our-practice-areas-block {
    padding: 25px;
    min-height: 300px;
  }
  .our-practice-areas-sec {
    padding-left: 20px;
    padding-right: 20px;
  }
  .team-sec .coman-title h3 {
    font-size: 100px;
  }
  .team-sec::before {
    height: 115px;
  }
  .team-block-inn h3 {
    font-size: 22px;
  }
  .team-block-inn p {
    font-size: 10px;
  }
  .attorneys-info-block h2 {
    font-size: 100px;
  }
  .attorneys-info-block h2 b {
    left: -15px;
  }
  [class*="col-"]:nth-child(1) .attorneys-info-block h2 small {
    margin-left: -15px;
  }
  .community-involvement-img-block .row {
    margin: 0px -5px;
  }
  .community-involvement-img-block [class*="col-"] {
    padding: 0px 5px;
    margin-bottom: 10px;
  }
  .community-involvement-img-block figure, .community-involvement-img-block figure img {
    height: 180px;
  }
  .blog-sec .row.coman-row [class*="col-"] {
    margin-top: 30px;
  }
  .blog-block h3 {
    font-size: 25px;
  }
  .date-catogary-block, .date-catogary-block ul li {
    font-size: 12px;
  }
  .locations-we-serve-sec [class*="col-"] {
    width: 50%;
  }
}
@media (max-width: 767px) {
  section.bg.home-benner-sec {
    background-size: 100% auto !important;
    min-height: auto;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    padding-top: 55% !important;
    padding-bottom: 50px !important;
    background-color: #0a1633 !important;
  }
  .home-info {
    text-align: center;
  }
  .home-info h1 {
    font-size: 45px;
    line-height: 1.1;
    margin-bottom: 50px;
  }
  .home-info h3 {
    font-size: 30px;
  }
  .home-info p {
    font-size: 15px;
  }
  .scrolling-bar-sec ul li {
    font-size: 20px;
  }
  .case-results-info h2 {
    font-size: 24px;
  }
  .case-results-info h3 {
    font-size: 30px;
  }
  .case-results-info p {
    font-size: 13px;
  }
  .case-results-block {
    padding: 25px 15px;
  }
  .case-results-sec .coman-form {
    margin-top: 30px;
  }
  .case-results-sec {
    padding: 55px 0px;
  }
  .testimonials-block-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .testimonials-block {
    padding: 20px;
  }
  .testimonials-block p {
    font-size: 15px;
  }
  .our-practice-areas-sec [class*="col-"] {
    width: 50%;
  }
  .our-practice-areas-block {
    padding: 25px;
    min-height: 330px;
  }
  .our-practice-areas-sec {
    padding-left: 20px;
    padding-right: 20px;
  }
  .team-sec .coman-title h3 {
    font-size: 80px;
  }
  .team-sec::before {
    height: 115px;
  }
  .team-block-inn h3 {
    font-size: 22px;
  }
  .team-block-inn p {
    font-size: 10px;
  }
  .attorneys-info-sec [class*="col-"] {
    margin-bottom: 50px;
  }
  .attorneys-info-sec [class*="col-"]:last-child {
    margin-bottom: 0px;
  }
  .attorneys-info-block h2 {
    font-size: 100px;
  }
  .attorneys-info-block h2 b {
    left: -15px;
  }
  [class*="col-"]:nth-child(1) .attorneys-info-block h2 small {
    margin-left: -15px;
  }
  .community-involvement-img-block .row {
    margin: 0px -5px;
  }
  .community-involvement-img-block [class*="col-"] {
    padding: 0px 5px;
    margin-bottom: 10px;
  }
  .community-involvement-img-block figure, .community-involvement-img-block figure img {
    height: 180px;
  }
  .blog-sec .row.coman-row [class*="col-"] {
    margin-top: 30px;
  }
  .blog-block h3 {
    font-size: 25px;
  }
  .date-catogary-block, .date-catogary-block ul li {
    font-size: 13px;
  }
  .locations-we-serve-sec [class*="col-"] {
    width: 50%;
  }
}
@media (max-width: 576px) {
  section.bg.home-benner-sec {
    background-size: 100% auto !important;
    min-height: auto;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    padding-top: 55% !important;
    padding-bottom: 50px !important;
    background-color: #0a1633 !important;
  }
  .home-info {
    text-align: center;
  }
  .home-info h1 {
    font-size: 45px;
    line-height: 1.1;
    margin-bottom: 50px;
  }
  .home-info h3 {
    font-size: 30px;
  }
  .home-info p {
    font-size: 15px;
  }
  .scrolling-bar-sec ul li {
    font-size: 20px;
  }
  .case-results-info h2 {
    font-size: 22px;
  }
  .case-results-info h3 {
    font-size: 30px;
  }
  .case-results-info p {
    font-size: 13px;
  }
  .case-results-block {
    padding: 25px 15px;
  }
  .case-results-sec .coman-form {
    margin-top: 30px;
  }
  .case-results-sec {
    padding: 50px 0px;
  }
  .testimonials-block-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .testimonials-block {
    padding: 20px;
  }
  .testimonials-block p {
    font-size: 15px;
  }
  .our-practice-areas-sec [class*="col-"] {
    width: 100%;
  }
  .our-practice-areas-block {
    padding: 20px;
    min-height: 300px;
  }
  .our-practice-areas-sec {
    padding-left: 15px;
    padding-right: 15px;
  }
  .team-sec .coman-title h3 {
    font-size: 56px;
  }
  .team-block-inn {
    margin: 0px auto 0px auto;
    padding: 11px 0px;
    position: relative;
  }
  .team-block-inn::before {
    background: #c79066;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 2000px;
    height: 100%;
    content: "";
    left: -1000px;
  }
  .team-sec::before {
    display: none;
  }
  .team-block {
    margin-top: 30px;
  }
  .attorneys-info-sec [class*="col-"] {
    margin-bottom: 50px;
  }
  .attorneys-info-sec [class*="col-"]:last-child {
    margin-bottom: 0px;
  }
  .attorneys-info-block h2 {
    font-size: 90px;
  }
  .attorneys-info-block h2 b {
    left: -15px;
  }
  [class*="col-"]:nth-child(1) .attorneys-info-block h2 small {
    margin-left: -15px;
  }
  .community-involvement-img-block .row {
    margin: 0px -5px;
  }
  .community-involvement-img-block [class*="col-"] {
    padding: 0px 5px;
    margin-bottom: 10px;
  }
  .community-involvement-img-block figure, .community-involvement-img-block figure img {
    height: 180px;
  }
  .blog-sec .row.coman-row [class*="col-"] {
    margin-top: 30px;
  }
  .blog-sec [class*="col-"]:nth-child(1) h2 {
    width: 100%;
    display: inline-block;
    padding-right: 0px;
    text-align: center;
    margin-bottom: 20px;
  }
  .blog-sec [class*="col-"]:nth-child(2) .blog-btn {
    width: 100%;
    display: inline-block;
    float: none;
    padding-left: 0;
    text-align: center;
  }
  .blog-sec .defualt-content-info::after {
    display: none;
  }
  .date-catogary-block, .date-catogary-block ul li {
    font-size: 14px;
  }
  .blog-block h3 {
    font-size: 25px;
  }
  .locations-we-serve-sec [class*="col-"] {
    width: 100%;
  }
}