@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/************************** font_family end here *********************************/
/*red-color*/
/*black-color*/
/*****  mixin  *****/
/***** mixin  *****/
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif; }

a {
  color: #121212; }

a:hover {
  text-decoration: none; }

body {
  font-family: "Source Sans 3", sans-serif; }

li {
  list-style: none; }

a {
  transition: 0.45s; }

.no_padd {
  padding: 0px; }

.mobile_menus {
  display: none !important; }

#mySidenav {
  display: none; }

.shop_btn {
  border: 1px solid #000;
  color: #000;
  padding: 16px 25px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  border-radius: 10px; }
  .shop_btn:hover {
    background: #43475c;
    color: #fff;
    border-color: #43475c; }

.top-bar {
  line-height: 40px;
  background: #43475c; }
  .top-bar .row {
    align-items: center; }
    .top-bar .row .top-left ul {
      display: flex;justify-content: center;
      align-items: center; }
      .top-bar .row .top-left ul li {
        position: relative; }
        .top-bar .row .top-left ul li a {
          font-size: 14px;
          font-weight: 400;
          font-family: "Source Sans 3", sans-serif;
          color: #fff; }
          .top-bar .row .top-left ul li a:hover {
            color: #c2b697; }
          .top-bar .row .top-left ul li a span {
            padding-left: 10px; }
        .top-bar .row .top-left ul li:not(:last-child) {
          padding-right: 20px; }
          .top-bar .row .top-left ul li:not(:last-child)::after {
            content: "";
            position: absolute;
            right: 7px;
            top: 13px;
            width: 1px;
            height: 15px;
            background: #fff; }
    .top-bar .row .top-right {
      display: flex;
      justify-content: end;
      align-items: center; }
      .top-bar .row .top-right h6 {
        font-size: 14px;
        font-weight: 500;
        font-family: "Source Sans 3", sans-serif; }
      .top-bar .row .top-right .icons {
        padding: 0 5px; }
        .top-bar .row .top-right .icons a {
          color: #fff;
          width: 27px;
          margin-left: 5px;
          height: 28px;
          line-height: 28px;
          text-align: center;
          background: transparent;
          display: inline-block;
          transition: 0.45s; }
          .top-bar .row .top-right .icons a:hover {
            color: #c2b697; }

.nav-area {
  background: #fff; }
  .nav-area .row {
    align-items: center; }
    .nav-area .row .logo img {
      max-width: 140px;
      padding: 10px 0; }
    .nav-area .row .nav-text {
      justify-content: end;
      display: flex; }
      .nav-area .row .nav-text ul {
        display: flex;
        align-items: center; }
        .nav-area .row .nav-text ul li {
          position: relative; }
          .nav-area .row .nav-text ul li a {
            color: #43475c;
            font-family: "Source Sans 3", sans-serif;
            font-size: 15px;
            text-transform: uppercase;
            font-weight: 600;
            display: inline-block;
            padding: 20px 10px;
            letter-spacing: 0px;
            transition: 0.45s; }
            .nav-area .row .nav-text ul li a:hover {
              color: #c2b697; }
            .nav-area .row .nav-text ul li a i {
              padding-left: 5px; }
        .nav-area .row .nav-text ul .padd-l-0 a {
          padding-left: 0; }
    .nav-area .row .right-text-nav {
      justify-content: start; }

.about-main {
  padding: 70px 0; }
  .about-main .about-text {
    text-align: center; }
    .about-main .about-text h2 {
      font-size: 38px;
      font-weight: 700;
      font-family: "Playfair Display", serif;
      text-transform: uppercase; }
    .about-main .about-text p {
      font-size: 16px;
      font-weight: 400;
      font-family: "Source Sans 3", sans-serif;
      padding: 35px 0 0 0; }
    .about-main .about-text a {
      font-size: 14px;
      font-weight: 700;
      font-family: "Playfair Display", serif;
      background: #000;
      width: 190px;
      text-transform: uppercase;
      letter-spacing: 1px;
      height: 50px;
      color: #fff;
      text-align: center;
      line-height: 50px;
      border-radius: 50px;
      display: inline-block;
      transition: 0.45s; }
      .about-main .about-text a:hover {
        background: #43475c; }

.main-practice-heading {
  text-align: center;
  padding-bottom: 40px; }
  .main-practice-heading .container h2 {
    font-size: 38px;
    font-weight: 700;
    padding-bottom: 20px;
    font-family: "Playfair Display", serif;
    text-transform: uppercase; }
  .main-practice-heading .container p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Source Sans 3", sans-serif;
    padding: 0px 0; }

.main-practice-areas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 0 40px 70px 40px;
  background-color: #fff; }
  .main-practice-areas .practice-areas-box {
    position: relative;
    background: #ffffff !important;
    border: 1px solid #d2d2d2;
    border-radius: 8px;
    padding: 40px 30px;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02); }
    .main-practice-areas .practice-areas-box .practice-areas-info {
      position: static;
      height: auto;
      opacity: 1;
      background: transparent;
      padding: 0;
      text-align: center;
      display: block; }
      .main-practice-areas .practice-areas-box .practice-areas-info h3 {
        font-size: 22px;
        font-weight: 700;
        color: #43475c;
        text-transform: uppercase;
        margin-bottom: 15px;
        font-family: "Playfair Display", serif;
        transition: color 0.3s ease; }
      .main-practice-areas .practice-areas-box .practice-areas-info p {
        color: #666;
        font-size: 15px;
        line-height: 1.6;
        font-family: "Source Sans 3", sans-serif;
        transition: color 0.3s ease; }
    .main-practice-areas .practice-areas-box:hover {
      background: #44465d !important;
      border-color: #44465d;
      transform: translateY(-5px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); }
      .main-practice-areas .practice-areas-box:hover .practice-areas-info h3 {
        color: #c2b697; }
      .main-practice-areas .practice-areas-box:hover .practice-areas-info p {
        color: #fff; }

@media (max-width: 991px) {
  .main-practice-areas {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px 50px 20px;
    gap: 20px; } }
@media (max-width: 767px) {
  .main-practice-areas {
    grid-template-columns: 1fr;
    padding: 0 15px 40px 15px;
    gap: 15px; } }
.about-us {
  padding: 70px 0; }
  .about-us .row {
    align-items: center; }
  .about-us h2 {
    font-size: 38px;
    font-weight: 700;
    padding-bottom: 20px;
    text-align: left;
    font-family: "Playfair Display", serif;
    text-transform: uppercase; }
  .about-us h3 {
    font-size: 25px;
    margin-top: 20px;
    font-weight: 700;
    padding-bottom: 20px;
    font-family: "Playfair Display", serif; }
  .about-us p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Source Sans 3", sans-serif;
    padding: 0px 0; }

.our-clients-logo {
  padding: 0px 0 70px 0;
  background-color: #fff; }
  .our-clients-logo h2 {
    font-size: 38px;
    font-weight: 700;
    padding-bottom: 20px;
    text-align: center;
    font-family: "Playfair Display", serif;
    margin-bottom: 40px;
    text-transform: uppercase; }
  .our-clients-logo .slider-slick {
    position: relative;
    padding: 0 45px; }
    .our-clients-logo .slider-slick .slick-prev,
    .our-clients-logo .slider-slick .slick-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
      width: 40px;
      height: 40px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 50%;
      color: #43475c;
      display: flex !important;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
      outline: none;
      font-size: 0;
      line-height: 0; }
      .our-clients-logo .slider-slick .slick-prev:hover,
      .our-clients-logo .slider-slick .slick-next:hover {
        background-color: #c2b697;
        color: #fff;
        border-color: #c2b697;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); }
      .our-clients-logo .slider-slick .slick-prev::before,
      .our-clients-logo .slider-slick .slick-next::before {
        font-family: 'IcoFont' !important;
        font-size: 18px;
        color: inherit; }
    .our-clients-logo .slider-slick .slick-prev {
      left: 0; }
      .our-clients-logo .slider-slick .slick-prev::before {
        content: "\eab5"; }
    .our-clients-logo .slider-slick .slick-next {
      right: 0; }
      .our-clients-logo .slider-slick .slick-next::before {
        content: "\eab8"; }
    .our-clients-logo .slider-slick .item {
      display: flex !important;
      justify-content: center;
      align-items: center;
      height: 90px;
      outline: none;
      padding: 0 15px; }
      .our-clients-logo .slider-slick .item img {
        max-height: 75px;
        width: auto;
        object-fit: contain;
        filter: grayscale(100%);
        opacity: 0.55;
        transition: all 0.3s ease-in-out;
        cursor: pointer; }
        .our-clients-logo .slider-slick .item img:hover {
          filter: grayscale(0%);
          opacity: 1;
          transform: scale(1.05); }

.main-law-associates {
  padding: 0px 0 0px 0; }
  .main-law-associates .row {
    align-items: end; }
  .main-law-associates .law-associates-heading h2 {
    font-size: 38px;
    font-weight: 700;
    padding-bottom: 20px;
    text-align: center;
    font-family: "Playfair Display", serif;
    margin-bottom: 40px;
    text-transform: uppercase; }
  .main-law-associates .law-associates-text {
    padding-bottom: 40px; }
  .main-law-associates .card-header {
    position: relative; }
    .main-law-associates .card-header button {
      color: #000;
      font-size: 20px; }
      .main-law-associates .card-header button i {
        position: absolute;
        right: 20px;
        font-size: 20px;
        top: 50%;
        transform: translateY(-50%); }
      .main-law-associates .card-header button[aria-expanded="true"] {
        color: #c2b697; }
        .main-law-associates .card-header button[aria-expanded="true"] i {
          transform: translateY(-50%) rotate(180deg); }

.achievements {
  padding: 70px 0;
  background-image: url(../images/pexels-photo-overlayed.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center; }
  .achievements h2 {
    font-size: 38px;
    font-weight: 700;
    padding-bottom: 20px;
    text-align: center;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    color: #fff; }
  .achievements h3 {
    font-size: 25px;
    margin-top: 20px;
    font-weight: 700;
    padding-bottom: 20px;
    font-family: "Playfair Display", serif;
    color: #fff; }
  .achievements ul {
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px; }
    .achievements ul li {
      font-size: 16px;
      font-weight: 400;
      list-style: disc;
      font-family: "Source Sans 3", sans-serif;
      padding: 0px 0;
      color: #fff; }
  .achievements p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Source Sans 3", sans-serif;
    padding: 0px 0;
    color: #fff; }

.clients {
  padding: 70px 0; }
  .clients h2 {
    font-size: 38px;
    font-weight: 700;
    padding-bottom: 40px;
    text-align: center;
    font-family: "Playfair Display", serif;
    text-transform: uppercase; }
  .clients ul {
    margin-left: 20px;
    margin-bottom: 20px; }
    .clients ul li {
      font-size: 16px;
      font-weight: 400;
      list-style: disc;
      font-family: "Source Sans 3", sans-serif;
      padding: 0px 0;
      color: #000; }
  .clients h3 {
    font-size: 25px;
    margin-top: 20px;
    font-weight: 700;
    padding-bottom: 20px;
    font-family: "Playfair Display", serif; }
  .clients p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Source Sans 3", sans-serif;
    padding: 0px 0; }

.contant {
  padding: 0px 0 70px 0; }
  .contant h2 {
    font-size: 38px;
    font-weight: 700;
    padding-bottom: 40px;
    text-align: center;
    font-family: "Playfair Display", serif;
    text-transform: uppercase; }
  .contant .contant-details h4 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 20px;
    font-family: "Playfair Display", serif; }
  .contant .contant-details .contact-border {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .contant .contant-details .contact-numver p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Source Sans 3", sans-serif;
    padding: 0px 0;
    color: #000; }
  .contant .contant-details .contact-numver a {
    font-size: 16px;
    font-weight: 400;
    font-family: "Source Sans 3", sans-serif;
    padding: 0px 0;
    color: #000; }
    .contant .contant-details .contact-numver a:hover {
      color: #c2b697; }

.footer-bottom {
  padding: 20px 0;
  background: #43475c; }
  .footer-bottom .row {
    align-items: center; }
    .footer-bottom .row .text p {
      color: #cccccc;
      font-size: 15px;
      font-weight: 400;
      font-family: "Source Sans 3", sans-serif;
      line-height: 3; }
    .footer-bottom .row .img {
      text-align: end; }

.mobile_menus {
  display: none !important; }

#mySidenav {
  display: none; }

.d-block-m,
.main-catrss {
  display: none !important; }

#mySidenav {
  display: none; }

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0; }

#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: white;
  background: rgba(0, 0, 0, 0);
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none; }

#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  transform: translate(-50%, -50%);
  background-color: #43475c;
  border: black;
  border: 2px solid #43475c;
  padding: 10px 60px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.45s; }

#search .btn:hover {
  background: transparent; }

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #43475c;
  border-color: #43475c;
  border: 2px solid #43475c;
  opacity: 1;
  transition: 0.45s;
  padding: 4px 15px 8px 16px;
  font-size: 35px;
  border-radius: 50%; }

#search .close:hover {
  background: #43475c; }

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1; }

.nav-area .row .nav-text ul li ul.l2_ul {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  display: none;
  width: 221px;
  z-index: 999;
  background: #eff3f6;
  border: 0px solid #e4e4e4;
  padding: 0px 0px 0px 0px;
  border-bottom: 0px; }

.nav-area .row .nav-text ul li ul.l2_ul li.l2_li {
  display: block;
  text-align: left;
  width: 100%;
  background: transparent;
  transition: 0.0s;
  border-bottom: 1px solid #d2d2d2;
  position: relative; }

.nav-area .row .nav-text ul li ul.l2_ul li.l2_li a {
  display: block;
  text-align: left;
  width: 100%;
  color: #000;
  background: transparent;
  position: relative;
  font-size: 14px;
  padding: 0px 15px;
  height: 40px;
  line-height: 40px; }

.nav-area .row .nav-text ul li ul.l2_ul li.l2_li:hover {
  color: #43475c;
  border-color: #43475c; }

.nav-area .row .nav-text ul li ul.l2_ul li.l2_li:hover a {
  color: #43475c; }

#header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 0px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 999; }

/* Gallery Slider Styles */
.main-gallery {
  padding: 0px 0; }
  .main-gallery .gallery-slider-wrapper {
    position: relative;
    padding: 0 45px; }
  .main-gallery .gallery-slider {
    margin: 0 -15px; }
    .main-gallery .gallery-slider .slick-track {
      display: flex;
      align-items: center; }
    .main-gallery .gallery-slider li {
      padding: 0 15px;
      outline: none; }
    .main-gallery .gallery-slider .gallery-item {
      display: block;
      outline: none;
      text-decoration: none; }
    .main-gallery .gallery-slider .gallery-img-box {
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      background: #000; }
      .main-gallery .gallery-slider .gallery-img-box img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        display: block; }
      .main-gallery .gallery-slider .gallery-img-box .gallery-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(67, 71, 92, 0.85);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: all 0.4s ease; }
        .main-gallery .gallery-slider .gallery-img-box .gallery-overlay i {
          color: #fff;
          font-size: 32px;
          transform: scale(0.6);
          transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .main-gallery .gallery-slider .gallery-img-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15); }
        .main-gallery .gallery-slider .gallery-img-box:hover img {
          transform: scale(1.08);
          opacity: 0.75; }
        .main-gallery .gallery-slider .gallery-img-box:hover .gallery-overlay {
          opacity: 1; }
          .main-gallery .gallery-slider .gallery-img-box:hover .gallery-overlay i {
            transform: scale(1); }
    .main-gallery .gallery-slider .slick-prev,
    .main-gallery .gallery-slider .slick-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
      width: 45px;
      height: 45px;
      background-color: #fff;
      border: 1px solid #eee;
      border-radius: 50%;
      color: #43475c;
      display: flex !important;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
      outline: none;
      font-size: 0;
      line-height: 0; }
      .main-gallery .gallery-slider .slick-prev:hover,
      .main-gallery .gallery-slider .slick-next:hover {
        background-color: #c2b697;
        color: #fff;
        border-color: #c2b697;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        transform: translateY(-52%) scale(1.05); }
      .main-gallery .gallery-slider .slick-prev::before,
      .main-gallery .gallery-slider .slick-next::before {
        font-family: 'IcoFont' !important;
        font-size: 20px;
        color: inherit; }
    .main-gallery .gallery-slider .slick-prev {
      left: -15px; }
      .main-gallery .gallery-slider .slick-prev::before {
        content: "\eab5"; }
    .main-gallery .gallery-slider .slick-next {
      right: -15px; }
      .main-gallery .gallery-slider .slick-next::before {
        content: "\eab8"; }

/* R-start here */
@media (max-width: 1400px) {
  .main-practice-areas .practice-areas-box .practice-areas-info h3 {
    font-size: 20px; } }
@media (max-width: 1200px) {
  .nav-area .row .nav-text ul li a {
    font-size: 12px;
    padding: 20px 9px; }

  .nav-area .row .nav-text .search a {
    width: 112px; } }
@media (max-width: 992px) {
  .d-none-tab {
    display: none !important; }

  .main-practice-areas {
    grid-template-columns: repeat(2, 1fr); }

  .nav-area .row .logo {
    position: static;
    margin-top: 0;
    z-index: 1; }

  .top-left {
    display: none; }

  .top-bar .row .top-right {
    justify-content: center; }

  .nav-area .row .logo img {
    width: 170px; }

  .nav-area {
    padding: 10px 0; }

  .mobile_menus {
    display: inline-block !important; }

  #mySidenav {
    display: block; }

  /*menu css*/
  .main-law-associates .card-header button {
    white-space: normal; }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #43475c;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px; }

  .sidenav hr {
    margin: 0;
    border-color: #1e4145; }

  .sidenav a {
    padding: 8px 8px 8px 15px;
    text-decoration: none;
    font-size: 14px;
    color: #fff !important;
    display: block;
    text-transform: uppercase;
    transition: 0.3s;
    font-weight: 300;
    letter-spacing: 0.5px;
    display: inline-block; }

  .mob_ul_m {
    padding: 0px; }

  .sidenav a:hover {
    color: #c2b697 !important; }

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px; }

  .mobile_menus {
    display: inline-block !important; }

  .mobile_menus a {
    color: #fff !important;
    font-size: 14px !important;
    display: inline-block;
    padding: 0 !important;
    background: #43475c;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin-left: 20px; }

  .mobile_menus a i {
    padding-left: 1px !important; }

  .cart_liust ul li:last-child a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 0px solid #fff;
    padding: 0px;
    text-align: center;
    margin-left: 11px;
    border-radius: 50%;
    transform: translateY(0px);
    transition: 0.45s; }

  .dropdown {
    position: relative; }

  .dropdown-menu {
    display: none; }

  .toggle,
  .dropdown-menu {
    width: 100%; }

  .is-active .dropdown-menu {
    display: block; }

  .dropdown {
    position: relative;
    line-height: 18px;
    display: inline-block;
    width: 100%;
    cursor: pointer; }

  .dropdown:hover a.toggle {
    color: #43475c !important; }

  .my_drop {
    position: static;
    background: #000; }

  .my_drop li {
    background: #272727;
    color: #fff;
    border: 0px;
    border-bottom: 1px solid #5d5d5d;
    margin-bottom: 0px;
    text-transform: uppercase;
    padding: 0px 10px 0px 10px;
    font-size: 13px;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: 0.45s; }

  .my_drop li a {
    width: 100%;
    color: #fff !important; }

  .my_drop li:hover a {
    color: #fff !important; }

  .my_drop li:hover {
    background: #fff;
    color: #000 !important; }

  .my_drop li.list-group-item:hover {
    background: #43475c;
    color: #fff !important; }

  /*menu css*/
  .about-main {
    padding: 40px 0; }

  .about-main .about-text h2 {
    font-size: 28px; }

  .about-main .about-text p {
    font-size: 14px; }

  .footer-main {
    padding: 0px 0 0 0; }

  .main-practice-heading .container h2 {
    font-size: 28px; }

  .about-us h2 {
    padding-bottom: 0px;
    font-size: 28px; }

  .about-us h3 {
    font-size: 18px; }

  .main-law-associates .law-associates-heading h2 {
    font-size: 28px;
    padding-bottom: 0px;
    margin-bottom: 30px; }

  .main-law-associates .card-header button {
    color: #000;
    font-size: 16px; }

  .achievements {
    padding: 40px 0; }

  .achievements h2 {
    font-size: 28px;
    padding-bottom: 10px; }

  .our-clients-logo h2 {
    font-size: 28px;
    margin-bottom: 10px; }

  .achievements h3 {
    font-size: 18px; }

  .clients {
    padding: 40px 0; }

  .clients h2 {
    font-size: 28px;
    padding-bottom: 20px; }

  .clients h3 {
    font-size: 18px; }

  .contant img {
    margin-top: 30px; }

  .contant h2 {
    font-size: 28px; }

  .contant {
    padding: 0px 0 40px 0; }

  .footer-bottom {
    padding: 10px 0; }

  .our-clients-logo {
    padding: 0px 0 40px 0; } }
@media (max-width: 767px) {
  .about-main .about-text h2 br {
    display: none; }

  .d-none-m {
    display: none !important; }

  .d-block-m {
    display: block !important; } }
@media (max-width: 576px) {
  .about-us {
    padding: 40px 0; }

  .nav-area .row .logo img {
    max-width: 90px;
    padding: 0px 0;
    width: 100% !important; }

  .main-practice-areas .practice-areas-box {
    min-height: auto;
    padding: 40px 30px; }

  .main-practice-areas {
    grid-template-columns: repeat(1, 1fr); }

  .about-main .about-text p {
    padding: 25px 0 0 0; }

  .about-us img {
    margin-top: 30px; } }

/*# sourceMappingURL=main.css.map */
