/*******************************/
/********* General CSS *********/
/*******************************/
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background-color: #d6d2d2;
  /* You may want to update this to maroon or a lighter shade if needed */
}

.animation-container {
  position: relative;
  font-size: 150px;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  overflow: hidden;
  /* background-image: url("/"); */
  background: url("/img/building.jpg") no-repeat center bottom/cover;
  height: 100vh;
  background-size: cover;
}

.heading {
  font-size: 150px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  background-image: url("/img/building.jpg");
  background-size: cover;
  -webkit-background-clip: text;
  background-position: 0 0;
  animation: back 20s linear infinite;
}

.heading-logo {
  font-size: larger;
  margin-top: 1rem;
  color: rgb(248, 238, 221);
}

.limited {
  font-size: small;
  color: rgb(248, 238, 221);
}

@keyframes back {
  100% {
    background-position: 4000px 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #243f5b;
}
.time{
  font-size: smaller;
}
/* Media Queries for Mobile Responsiveness */
@media (max-width: 768px) {
  .heading {
    font-size: 80px;
    -webkit-text-stroke: 0.5px #fff;
  }

  .heading-logo {
    font-size: medium;
    margin-top: 0.5rem;
  }

  .limited {
    font-size: x-small;
  }
}

@media (max-width: 480px) {
  .heading {
    font-size: 50px;
    -webkit-text-stroke: 0.3px #fff;
  }

  .heading-logo {
    font-size: small;
    margin-top: 0.3rem;
  }

  .limited {
    font-size: xx-small;
  }
}

a {
  color: #454545;
  transition: 0.3s;
}

a:hover,
a:active,
a:focus {
  color: #7e7d7b;
  outline: none;
  text-decoration: none;
}

.btn:focus {
  box-shadow: none;
}

.wrapper {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #aa9166;
  color: #121518;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 22px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 9;
}

.back-to-top:hover {
  color: #5d5c5b;
  background: #121518;
}

.back-to-top i {
  padding-top: 10px;
}

/* Social Media Icons */
.social {
  color: inherit;
  text-decoration: none;
  font-size: 1.5em;
  margin: 0 10px;
  transition: color 0.3s ease;
  
}

.social a:hover {
  color: #ccc;
}

.social a .fa-linkedin-in {
  color: #0077b5;
  /* LinkedIn blue */
}

.social a .fa-facebook {
  color: #3b5998;
  /* Facebook blue */
}

.social a .fa-whatsapp {
  color: #25d366;
  /* WhatsApp green */
}

.social a .fa-twitter {
  color: #1da1f2;
  /* Twitter blue */
}

/* Top Bar CSS */
/* Top Bar Base Styles */
.top-bar {
  background: rgb(61, 4, 4);
}

.heading-logo {
  color: rgb(248, 238, 221);
  font-size: 24px;
  margin: 0;
}

.limited {
  color: rgb(248, 238, 221);
  font-size: 14px;
  margin: 0;
}

.top-bar-right {
  display: flex;
  align-items: right;
  flex-wrap: wrap;
  float: right;
  margin-top: 1rem;
}

.top-bar .text {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  color: rgb(248, 238, 221);
}

.top-bar .text h2 {
  font-size: 14px;
  margin: 0;
  color: rgb(248, 238, 221);

}

.top-bar .text p {
  font-size: 12px;
  margin: 0;
}

/* Social Icons */
.top-bar .social {
  margin-left: auto;
  display: flex;
  gap: 10px;
}

.top-bar .social a {
  color: #fff;
  font-size: 18px;
  transition: color 0.3s ease;
}

.top-bar .social a:hover {
  color: #ccc;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .top-bar {
    padding: 1px;
  }

  .heading-logo {
    font-size: 18px;
  }

  .limited {
    font-size: 12px;
  }

  /* .top-bar-right {
    flex-direction: column;
    align-items: flex-start;
  } */

  .top-bar .text h2 {
    font-size: 12px;
  }

  .top-bar .text p {
    font-size: 10px;
  }
/* 
  .top-bar .social {
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
  } */

  .top-bar .social a {
    font-size: 16px;
  }
}


.top-bar .social {
  display: flex; /* Change from "none" to "flex" */
  height: 90px;
  font-size: 0;
  justify-content: flex-end;
}


.navbar-container {
  padding: 10px 20px;
  background-color: #343a40;
  /* Matches navbar-dark bg-dark */
}

.navbar-nav a {
  color: #fff;
  /* Matches Bootstrap navbar-dark */
  margin-right: 10px;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.navbar-nav a:hover {
  color: #ccc;
}

.navbar-nav a.active {
  font-weight: bold;
  border-bottom: 2px solid #fff;
  /* Highlight active link */
}

.btn-primary {
  padding: 8px 16px;
  font-size: 16px;
}

.nav-bar {
  position: relative;
  transition: 0.3s;
  height: 5rem;
}

.nav-bar.nav-sticky {
  position: fixed;
  top: 0;
  width: 95%;
  padding: 10px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 999;
}

.nav-bar .navbar {
  height: 100%;
  padding: 0;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  padding: 10px 10px 8px 10px;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: rgb(248, 238, 221);
}

.navbar-nav .nav-link.active {
  color: rgb(248, 238, 221);
  transition: none;
}

.nav-bar .dropdown-menu {
  color: rgb(248, 238, 221);
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: #f8f9fa;
}

.nav-bar .btn {
  color: #ece8e8;
  border: 1px solid;
  border-radius: 8px;
}

.nav-bar .btn:hover {
  background: #71706d;
}

@media (min-width: 992px) {
  .nav-bar {
    padding: 6px 60px;
  }

  .nav-bar.nav-sticky {
    padding: 10px 60px;
  }

  .nav-bar,
  .nav-bar .navbar {
    background-color: #243f5b !important;
  }

  .nav-bar .navbar-brand {
    display: none;
  }

  .nav-bar a.nav-link {
    padding: 8px 15px;
    font-size: 15px;
    text-transform: uppercase;
  }
}

@media (max-width: 991.98px) {

  .nav-bar,
  .nav-bar .navbar {
    padding: 3px 0;
    background: #12243a !important;

    a {
      font-size: 12px;
      color: #d7dbdf;
    }
  }

  .nav-bar a.nav-link {
    padding: 2px;
  }

  .nav-bar .dropdown-menu {
    box-shadow: none;
  }

  .nav-bar .btn {
    padding: 4px;
    margin: 4px;
    font-size: 12px;


  }


}

@media (max-width: 768px) {
  .navbar-nav {
    text-align: center;
  }

  .nav-bar .navbar-toggler {
    margin-left: auto;
    border: none;
    outline: none;
    color: white;
  }

  .collapse.show {
    display: block !important;
  }

  .nav-bar .navbar-brand {
    display: block;
    font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  .navbar-nav .nav-link {
    font-size: 14px;
  }

  .nav-bar .navbar-brand {
    font-size: 1.2rem;
  }
}

/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
  position: relative;
  text-align: center;
  /* padding: 20px 0; */
  background-color: #f8f9fa;
}

.page-header h2 {
  position: relative;
  color: #121518;
  font-size: 60px;
  font-weight: 700;
  margin-top: 10px;
  padding-top: 5px;
}

.about h2 {
  position: relative;
  color: #243f5b;
  font-size: 60px;
  font-weight: 700;
  margin-top: 10px;
  padding-top: 5px;
}

.page-header h2::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  left: calc(50% - 50px);
  bottom: 0;
  background: maroon;
}

.page-header a {
  position: relative;
  padding: 0 12px;
  font-size: 22px;
  color: #121518;
}

.page-header a:hover {
  color: maroon;
}

.page-header a::after {
  position: absolute;
  content: "/";
  width: 8px;
  height: 8px;
  top: -2px;
  right: -7px;
  text-align: center;
  color: #121518;
}

.page-header a:last-child::after {
  display: none;
}

@media (max-width: 767.98px) {
  .page-header h2 {
    font-size: 35px;
  }

  .page-header a {
    font-size: 18px;
  }
}

/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 45px;
}

.section-header h2 {
  margin: 34px;
  position: relative;
  font-size: 60px;
  font-weight: 700;
  white-space: nowrap;
  z-index: 1;
}

/* .section-header h2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 7px;
  left: 0;
  top: 21px;
  background: transparent;
  border-top: 1px solid #aa9166;
  border-bottom: 1px solid #aa9166;
  z-index: -1;
} */

/* .section-header h2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 7px;
  left: 0;
  bottom: 20px;
  background: transparent;
  border-top: 1px solid #aa9166;
  border-bottom: 1px solid #aa9166;
  z-index: -1;
} */

@media (max-width: 767.98px) {
  .section-header h2 {
    font-size: 60px;
    font-weight: 700;
  }
}

/*******************************/
/******** Top Feature CSS ******/
/*******************************/
.feature-top {
  position: relative;
  background: rgb(61, 4, 4);
  margin-bottom: 5px;
}

.feature-top .col-md-3 {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 575.98px) {
  .feature-top .col-md-3:nth-child(1n) {
    border-right: none;
  }

  .feature-top .col-md-3:last-child {
    border-bottom: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .feature-top .col-md-3:nth-child(2n) {
    border-right: none;
  }

  .feature-top .col-md-3:nth-child(3n),
  .feature-top .col-md-3:nth-child(4n) {
    border-bottom: none;
  }
}

@media (min-width: 768px) {
  .feature-top .col-md-3 {
    border-bottom: none;
  }

  .feature-top .col-md-3:nth-child(4n) {
    border-right: none;
  }
}

.feature-top .feature-item {
  padding: 30px 0;
  text-align: center;
}

.feature-top .feature-item i {
  color: rgb(248, 238, 221);
  font-size: 35px;
  margin-bottom: 10px;
}

.feature-top .feature-item h3 {
  color: rgb(248, 238, 221);
  font-size: 30px;
  font-weight: 600;
}

.feature-top .feature-item p {
  color: rgb(248, 238, 221);
  margin: 0;
  font-size: 18px;
}

.conduct {
  display: grid;
  grid-template-columns: repeat 3;
}

/*******************************/
/********** About CSS **********/
/*******************************/
.container-about {
  position: relative;
}

.about-page {
  background-image: url('/img/adv.JPG');
  background-size: cover;
  background-position: center;
  /* padding: 30px 20px; */
  color: #fff;
  text-align: center;
  position: relative;
  border-radius: 5px;
  overflow: hidden;

}

.about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.about .section-header,
.about .about-text,
.about .misVis,
.about .btn {
  position: relative;
  z-index: 2;
}

.about .section-header h2 {
  color: #fff;
  font-size: 2.5em;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.about .about-text p {
  font-size: 1.2em;
  margin-bottom: 20px;
  line-height: 1.6;
}


.btn {
  display: inline-block;
  margin-top: 10px;
  padding: 7px 6px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.btn:hover {
  background: #003f7f;
}

.btn.learn {
  background-color: #701f1f;
}

.btn.learn:hover {
  background-color: #218838;
}

/* Responsive Design */
@media (max-width: 768px) {
  .practice-container {
    grid-template-columns: 1fr;
  }
}

.about-heading {
  text-align: center;
}

.about-text {
  text-align: center;
}

.about .section-header {
  margin-bottom: 30px;

}

.left {
  background-color: #454545;
  width: 100%;
  height: 100%;
  background-image: url(/img/Attoney.JPG);
  object-fit: cover;
}

/* ////mission vision */
.misVis {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
  max-width: 1000px;
}

.mission,
.vision {
  background-color: #ffffff;
  padding: 20px;
  margin: 10px;
  flex: 1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.mission h2,
.vision h2 {
  font-family: 'EB Garamond', serif;
  font-size: 28px;
  color: #2c3e50;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 2px solid #e74c3c;
  display: inline-block;
  padding-bottom: 5px;
}

.mission p,
.vision p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  /* text-align: justify; */
}



/* <///////////ADVOCATES//////// */

.container {
  /* display: grid; */
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1140px;
  margin: auto;
  padding: 20px;
  color: #243f5b;
}

.about-text {

  position: relative;
  overflow: hidden;
  /* padding: 20px; */
  background: rgba(255, 255, 255, 0.8);
  transition: background 0.3s ease-in-out;
  border: 1px;
  border-radius: 5px;
}

.about-text,
.team-text {
  margin-top: 2rem;

  position: relative;
  overflow: hidden;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  transition: background 0.3s ease-in-out;
  border: 1px;
  border-radius: 5px;
}

.team-text1 {
  margin-top: 2rem;
  position: relative;
  overflow: hidden;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  transition: background 0.3s ease-in-out;
  border: 1px;
  border-radius: 5px;
}

.about-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.hover-img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

/* .about-text:hover .about-img, .team-text:hover .about-img {
  opacity: 1;
} */

.team-social {
  margin-top: 5px;
}

.team-social a {
  margin-right: 10px;
  color: #333;
  text-decoration: none;
}

.team-social a:hover {
  color: #007bff;
}

.gali {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .container {
    grid-template-columns: 1fr;
  }
}


.container-advocates {
  text-align: center;
  font-size: 18px;

}

.meet h2 {
  font-size: 4rem;
}






/* <------index advocates-----------> */
.aboutindex {
  padding: 20px;
  background-color: #f9f9f9;
}

.container-advocatesIndex {
  text-align: center;
  margin-bottom: 20px;
}

.meet {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 10px;
}

.container-advocatesindex {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.about-textindex {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}

.about-imgindex {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}


.about-imgindex img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hover-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  padding: 20px;
  box-sizing: border-box;
  cursor: pointer;
}


.about-imgindex:hover .hover-text {
  opacity: 1;
}

.team-social {
  padding: 10px;
  text-align: center;
}

.team-social a {
  margin: 0 5px;
  color: #333;
  font-size: 1.2em;
}

.gali .team-itemindex h2 {
  font-size: 1.5em;
  margin: 10px 0;
}

.Benson {
  margin-top: 20px;
  font-size: 1.5em;


}

.about-textindex p {
  margin: 10px 0;
}



.about .container {
  max-width: 1140px;
  margin: 0 auto;
  color: #000000;
}

.about .row {
  display: flex;
  align-items: center;
}

.about .about-img {
  text-align: center;
}

.about .about-img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.about .section-header h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #333;
}

.about .about-text,
.about .team-text {
  text-align: center;
}

.about .team-social {
  margin-top: 15px;
}

.about .team-social a {
  margin-right: 10px;
  color: #333;
  font-size: 20px;
}

.about .btn {
  display: inline-block;
  padding: 10px 20px;
  margin: 2rem;
  color: #fff;
  background-color: rgb(184, 184, 184);
  border-radius: 5px;
  text-decoration: none;
}

.about .about-text p {
  font-size: 16px;
  color: #000000;
}

.about .about-text a.btn {
  /* padding: 15px 35px; */
  /* font-size: 16px; */
  float: right;
  margin: 1rem;
  color: #efede9;
  border-radius: 1;
  background: #26292c;
  transition: 0.3s;
}

.about .about-text a.btn:hover {
  color: #121518;
  background: #bc8746;
}

@media (max-width: 767.98px) {
  .about .about-img {
    margin-bottom: 30px;
    height: auto;
  }
}

.med-container {
  /* display: flex; */
  background-image: url('/img/medlaw1.jpg');
}



/*******************************/
/********* Service CSS *********/
/*******************************/


.service-practice {
  padding: 20px;
}

.practice-container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header h2 {
  text-align: center;
  margin-bottom: 20px;
}

.practice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.practice-item {
  /* display: flex; */
  flex-direction: column;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  background-color: white;
}

.practice-content-wrapper {
  /* display: flex; */
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.practice-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-bottom: 1px solid #ccc;
}

.practice-content {
  text-align: center;
}

.practice-content h3 {
  margin-top: 10px;
}

.practice-summary {
  margin-top: 40px;
}

.core {
  font-size: 1.1em;
}

.catch {
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 20px;
}


/* <--index0-----> */
/* <--index0-----> */
/* <--index0-----> */
/* <--index0-----> */


container-practice {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 2.5em;
  color: #243f5b;
  text-transform: uppercase;
  margin: 0;
}

/* Practice Container and Service Item Styles */
.practice-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service-item {
  flex: 1 1 calc(33.333% - 20px);
  background-color: #f1f1f1;
  margin: 10px;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/* Service Icon Styles */
.service-icon {
  font-size: 3em;
  color: rgb(61, 4, 4);

  margin-bottom: 20px;
}

/* Service Item Header and Paragraph Styles */
.service-item h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #333;
}

.service-item p {
  font-size: 1em;
  line-height: 1.5;
  color: #555;
}

/* Button Styles */
.btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 1em;
  color: #fff;
  background-color: #243f5b;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.3s;
}

.btn:hover {
  background-color: #243f5b;
}

/* Responsive Design */
@media (max-width: 768px) {
  .service-item {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .service-item {
    flex: 1 1 100%;
  }
}










/*******************************/
/********* Feature CSS *********/
/*******************************/
.feature {
  position: relative;
  width: 100%;
  padding: 45px 0;
}

.feature .feature-item {
  margin-bottom: 30px;
}

.feature .feature-icon {
  height: 180px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #121518;
}

.feature .feature-icon i {
  width: 100px;
  height: 100px;
  padding: 20px 0;
  text-align: center;
  font-size: 60px;
  color: #aa9166;
  background: #000000;
  transition: 0.5s;
}

.feature .feature-item:hover .feature-icon i {
  margin-right: -15px;
}

.feature .feature-item h3 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
}

.feature .feature-item h3::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #aa9166;
}

.feature .feature-item p {
  margin: 0;
  font-size: 16px;
}

.feature .feature-img {
  position: relative;
  height: 100%;
  padding: 10px;
  background: #121518;
}

.feature .feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.team .team-item {
  margin-bottom: 30px;
}

.team .team-img {
  position: relative;
}

.team .team-img img {
  width: 100%;
}

.team .team-text {
  position: relative;
  padding: 50px 15px 30px 15px;
  text-align: center;
  background: #121518;
}

.team .team-text h2 {
  font-size: 22px;
  font-weight: 600;
  color: #aa9166;
}

.team .team-text p {
  margin: 0;
  color: #999999;
}

.team .team-social {
  position: absolute;
  width: calc(100% - 60px);
  height: 50px;
  top: -25px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #aa9166;
  font-size: 0;
  transition: 0.5s;
}

.team .team-item:hover .team-social {
  width: 100%;
  left: 0;
}

.team .team-social a {
  display: inline-block;
  margin-right: 15px;
  font-size: 18px;
  text-align: center;
  color: #121518;
  transition: 0.3s;
}

.team .team-social a:last-child {
  margin-right: 0;
}

.team .team-social a:hover {
  color: #ffffff;
}

/*******************************/
/*********** FAQs CSS **********/
/*******************************/
.faqs {
  position: relative;
  width: 100%;
  padding: 45px 0;
}

.faqs .faqs-img {
  position: relative;
  height: 100%;
  padding: 10px;
  background: #121518;
}

.faqs .faqs-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .faqs .faqs-img {
    margin-bottom: 30px;
    height: auto;
  }
}

.faqs .card {
  margin-bottom: 15px;
  padding-top: 15px;
  border: none;
  border-radius: 0;
  border-top: 1px solid #aa9166;
}

.faqs .card:last-child {
  margin-bottom: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #aa9166;
}

.faqs .card-header {
  padding: 0;
  border: none;
  background: #ffffff;
}

.faqs .card-header a {
  display: block;
  width: 100%;
  color: #121518;
  font-size: 18px;
  line-height: 40px;
}

.faqs .card-header a span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  text-align: center;
  background: #121518;
  color: #aa9166;
  font-weight: 700;
}

.faqs .card-header [data-toggle="collapse"]:after {
  font-family: "font Awesome 5 Free";
  content: "\f067";
  float: right;
  color: #121518;
  font-size: 12px;
  font-weight: 900;
  transition: 0.3s;

}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
  font-family: "font Awesome 5 Free";
  content: "\f068";
  float: right;
  color: #121518;
  font-size: 12px;
  font-weight: 900;
  transition: 0.3s;
}

.faqs .card-body {
  padding: 15px 0 0 0;
  font-size: 16px;
  border: none;
  background: #ffffff;
}

.faqs a.btn {
  position: relative;
  margin-top: 15px;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #aa9166;
  border: 2px solid #aa9166;
  border-radius: 0;
  background: #121518;
  transition: 0.3s;
}

.faqs a.btn:hover {
  color: #121518;
  background: #aa9166;
}

/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
  position: relative;
  padding: 45px 0;
}

.testimonial .testimonials-carousel {
  position: relative;
  width: calc(100% + 30px);
  left: -15px;
  right: -15px;
}

.testimonial .testimonial-item {
  position: relative;
  margin: 0 15px;
  padding: 30px;
  background: #121518;
  overflow: hidden;
}

.testimonial .testimonial-item i {
  position: absolute;
  top: 0;
  right: 0;
  color: #333333;
  font-size: 60px;
  transform: rotate(45deg);
  z-index: 1;
}

.testimonial .testimonial-item .col-12 {
  margin-top: 20px;
}

.testimonial .testimonial-item img {
  width: 100%;
}

.testimonial .testimonial-item h2 {
  color: #aa9166;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.testimonial .testimonial-item p {
  color: #999999;
  font-size: 16px;
  margin: 0;
}

.testimonial .owl-nav,
.testimonial .owl-dots {
  margin-top: 15px;
  text-align: center;
}

.testimonial .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #aa9166;
}

.testimonial .owl-dot.active {
  background: #121518;
}

/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
  position: relative;
  width: 100%;
  padding: 45px 0;
}

.blog .blog-carousel {
  position: relative;
  width: calc(100% + 30px);
  left: -15px;
  right: -15px;
}

.blog .blog-item {
  position: relative;
  margin: 0 15px;
  background: #ffffff;
  overflow: hidden;
}

.blog .blog-page .blog-item {
  margin: 0 0 30px 0;
}

.blog .blog-item img {
  width: 100%;
  margin-bottom: 25px;
}

.blog .blog-item h3 {
  font-size: 25px;
  font-weight: 600;
}

.blog .blog-item .meta {
  padding: 0 0 15px 0;
}

.blog .blog-item .meta * {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #999999;
}

.blog .blog-item .meta i {
  margin: 0 2px 0 10px;
}

.blog .blog-item .meta i:first-child {
  margin-left: 0;
}

.blog .blog-item p {
  font-size: 16px;
}

.blog .blog-item a.btn {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #aa9166;
  transition: 0.3s;
}

.blog .blog-item a.btn i {
  margin-left: 10px;
}

.blog .blog-item a.btn:hover {
  color: #121518;
}

.blog .owl-nav,
.blog .owl-dots {
  margin-top: 15px;
  text-align: center;
}

.blog .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #aa9166;
}

.blog .owl-dot.active {
  background: #121518;
}

.blog .pagination .page-link {
  color: #121518;
  border-radius: 0;
  border-color: #aa9166;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
  color: #121518;
  background: #aa9166;
}

.blog .pagination .disabled .page-link {
  color: #999999;
}

/*******************************/
/********* Timeline CSS ********/
/*******************************/
.timeline {
  position: relative;
  padding: 45px 0;
}

.timeline .timeline-start {
  position: relative;
  width: calc(100% + 30px);
  left: -15px;
  right: -15px;
}

.timeline .timeline-container {
  padding: 0 15px;
  position: relative;
  background: inherit;
  width: 50%;
  margin-top: -5px;
}

.timeline .timeline-container.left {
  left: 0;
}

.timeline .timeline-container.right {
  left: 50%;
}

.timeline .timeline-container::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 5px;
  background: maroon;
  z-index: 1;
}

.timeline .timeline-container.left::before {
  top: 0;
  right: 0;
}

.timeline .timeline-container.right::before {
  bottom: 0;
  left: 0;
}

.timeline .timeline-container::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 5px;
  background: #aa9166;
  z-index: 1;
}

.timeline .timeline-container.left::after {
  bottom: 0;
  right: 0;
}

.timeline .timeline-container.right::after {
  top: 0;
  left: 0;
}

.timeline .timeline-container:first-child::before,
.timeline .timeline-container:last-child::before {
  display: none;
}

.timeline .timeline-container .timeline-content {
  padding: 30px;
  background: #121518;
  position: relative;
  border-right: 5px solid #aa9166;
}

.timeline .timeline-container.right .timeline-content {
  border-left: 5px solid #aa9166;
}

.timeline .timeline-container .timeline-content h2 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  color: #aa9166;
}

.timeline .timeline-container .timeline-content h2 span {
  display: inline-block;
  margin-right: 15px;
  padding: 5px 10px;
  color: #121518;
  background: #aa9166;
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

.timeline .timeline-container .timeline-content p {
  margin: 0;
  font-size: 16px;
  color: #999999;
}

@media (max-width: 767.98px) {
  .timeline .timeline-container {
    width: 100%;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }

  .timeline .timeline-container:last-child {
    padding-bottom: 0;
  }

  .timeline .timeline-container.right {
    left: 0%;
  }

  .timeline .timeline-container.left::after,
  .timeline .timeline-container.right::after,
  .timeline .timeline-container.left::before,
  .timeline .timeline-container.right::before {
    width: 5px;
    height: 35px;
    left: 15px;
  }

  .timeline .timeline-container.left .timeline-content,
  .timeline .timeline-container.right .timeline-content {
    border-left: 5px solid #aa9166;
    border-right: none;
  }
}

/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
  position: relative;
  padding: 45px 0;
  background: #ffffff;
}



.description {
  display: none;
  margin-top: 10px;
  background: #f8f8f8;
  border: 1px solid #ddd;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: -15px 0 25px 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.portfolio #portfolio-flters li,
.portfolio .load-more .btn {
  cursor: pointer;
  display: inline-block;
  margin: 5px;
  padding: 8px 15px;
  color: #aa9166;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0;
  background: #121518;
  border: 2px solid #aa9166;
  transition: 0.3s;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #aa9166;
  color: #121518;
}

.portfolio .load-more {
  text-align: center;
}

.portfolio .load-more .btn {
  padding: 15px 35px;
  font-size: 16px;
  transition: 0.3s;
}

.portfolio .load-more .btn:hover {
  color: #121518;
  background: #aa9166;
}

.portfolio .portfolio-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  transition: 0.5s;
}

.portfolio .portfolio-item:hover {
  margin-top: -10px;
}

.portfolio .portfolio-wrap {
  position: relative;
  width: 100%;
}

.portfolio img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio figure {
  position: absolute;
  padding: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  background: linear-gradient(rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 1) 90%);
}

.portfolio figure p {
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: #ffffff;
  font-size: 18px;
}

.portfolio figure p::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #ffffff;
}

.portfolio figure a {
  font-family: "EB Garamond", serif;
  color: #aa9166;
  font-size: 25px;
  font-weight: 600;
  font-style: italic;
  transition: 0.3s;
}

.portfolio figure a:hover {
  text-decoration: none;
  color: #ffffff;
}

.portfolio figure span {
  position: relative;
  color: #999999;
  font-size: 16px;
}

/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.contact .contact-info {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  padding: 30px;
  background: #121518;
}

.contact .contact-item {
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  border: 2px solid #aa9166;
}

.contact .contact-item i {
  display: inline-block;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #aa9166;
  border: 2px solid #aa9166;
}

.contact .contact-text {
  position: relative;
  width: auto;
  padding-left: 15px;
}

.contact .contact-text h2 {
  color: #aa9166;
  font-size: 25px;
  font-weight: 600;
}

.contact .contact-text p {
  margin: 0;
  color: #999999;
  font-size: 16px;
}

.contact .contact-item:last-child {
  margin-bottom: 0;
}

.contact .contact-form {
  position: relative;
  margin-bottom: 30px;
}

.contact .contact-form input {
  height: 60px;
  border-radius: 0;
  border-width: 2px;
  border-color: #121518;
}

.contact .contact-form textarea {
  height: 190px;
  border-radius: 0;
  border-width: 2px;
  border-color: #121518;
}

.contact .contact-form .btn {
  padding: 16px 35px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #aa9166;
  background: #121518;
  border: 2px solid #aa9166;
  border-radius: 0;
  transition: 0.3s;
}

.contact .contact-form .btn:hover {
  color: #121518;
  background: #aa9166;
}

/*******************************/
/******* Single Page CSS *******/
/*******************************/
.single {
  position: relative;
  width: 100%;
  padding: 45px 0 65px 0;
}

.single img {
  margin: 10px 0 15px 0;
}

.single .table,
.single .list-group {
  margin-bottom: 30px;
}

.single .ul-group {
  padding: 0;
  list-style: none;
}

.single .ul-group li {
  margin-left: 2px;
}

.single .ul-group li::before {
  position: relative;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.single .ol-group {
  padding-left: 18px;
}

/*******************************/
/********** Newsletter *********/
/*******************************/
.newsletter {
  position: relative;
  max-width: 900px;
  margin: 45px auto -140px auto;
  padding: 30px 15px;
  z-index: 1;
}

.newsletter .section-header {
  margin-bottom: 25px;
}

.newsletter .section-header h2::before,
.newsletter .section-header h2::after {
  border-color: #ffffff;
}

.newsletter .form {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.newsletter input {
  height: 50px;
  border: 2px solid #121518;
  border-radius: 0;
}

.newsletter .btn {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 40px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #aa9166;
  background: #121518;
  border-radius: 0;
  border: 2px solid #aa9166;
  transition: 0.3s;
}

.newsletter .btn:hover {
  color: #121518;
  background: #aa9166;
}

/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
  position: relative;
  margin-top: 45px;
  padding-top: 180px;
  background: #121518;
  color: #ffffff;
}

.footer .footer-about,
.footer .footer-link,
.footer .footer-contact {
  position: relative;
  margin-bottom: 45px;
  color: #999999;
  margin: 2rem;
}

.footer .footer-about h2,
.footer .footer-link h2,
.footer .footer-contact h2 {
  position: relative;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 600;
  color: #aa9166;
}

.footer .footer-link a {
  display: block;
  margin-bottom: 10px;
  color: #999999;
  transition: 0.3s;
}

.footer .footer-link a::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .footer-link a:hover {
  color: #aa9166;
  letter-spacing: 1px;
}

.footer .footer-contact p i {
  width: 25px;
}

.footer .footer-social {
  position: relative;
  margin-top: 20px;
}

.footer .footer-social a {
  display: inline-block;
}

.footer .footer-social a i {
  margin-right: 15px;
  font-size: 18px;
  color: #aa9166;
}

.footer .footer-social a:last-child i {
  margin: 0;
}

.footer .footer-social a:hover i {
  color: #999999;
}

.footer .footer-menu .f-menu {
  position: relative;
  padding: 15px 0;
  background: #000000;
  font-size: 0;
  text-align: center;
}

.footer .footer-menu .f-menu a {
  color: #999999;
  font-size: 16px;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .footer-menu .f-menu a:hover {
  color: #aa9166;
}

.footer .footer-menu .f-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.footer .copyright {
  padding: 30px 15px;
}

.footer .copyright p {
  margin: 0;
  color: #999999;
  font-size: smaller;
}

.footer .copyright .col-md-6:last-child p {
  text-align: right;

}

.footer .copyright p a {
  color: #aa9166;
  font-weight: 500;
  letter-spacing: 1px;
}

.footer .copyright p a:hover {
  color: #ffffff;
}

@media (max-width: 768px) {

  .footer .copyright p,
  .footer .copyright .col-md-6:last-child p {
    margin: 5px 0;
    text-align: center;
  }

  .footer-h {
    text-decoration: underline;
    text-decoration-color: white;
  }
}

.practice-container {
  /* width: 80%; */
  margin: 0 auto;
  display: grid;
  /* padding: 20px; */
}

.section-header h2 {
  text-align: center;
  margin-bottom: 20px;
}

.practice-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  /* background-color: white; */
  /* border: 1px solid #ddd; */
  padding: 15px;
  border-radius: 5px;
}

.practice-item:nth-child(even) .practice-image {
  order: 2;
}

.practice-image {
  flex: 1;
  padding: 10px;
}

.practice-image img {
  max-width: 100%;
  border-radius: 5px;
}

.practice-content {
  flex: 2;
  padding: 10px;
}

.practice-content h3 {
  margin-top: 0;
}

.practice-summary {
  margin-top: 20px;
  text-align: center;
  /* background-color: white; */
  /* border: 1px solid #ddd; */
  padding: 15px;
  border-radius: 5px;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.career-box {
  background: #f8f9fa;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: transform 0.3s;
}

.career-box h3 {
  margin-top: 0;
}

.career-box p {
  margin: 10px 0;
}

.career-box .btn {
  background-color: #323a91;
  border: none;
  color: #fff;
}

.career-box .btn:hover {
  background-color: #c0a94d;
}

.career-box:hover {
  transform: scale(1.05);
}

/* <---------advocates-------> */

.about-galmur {
  background-color: #c6b7b763;
  padding: 60px 20px;
  margin: 20px auto;
  max-width: 1000px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.section-header-galmur h2 {
  position: relative;
  color: #243f5b;
  font-size: 50px;
  font-weight: 700;
  margin-top: 5px;
}

.about-content-galmur {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-text-galmur {
  flex: 1;
  font-size: 18px;
  color: rgb(15, 19, 32);
  /* text-align: justify; */
  padding-right: 20px;
}

.about-text-galmur p::before {
  font-size: 36px;
  color: #e74c3c;
  vertical-align: top;
}

.about-text-galmur p::after {
  font-size: 36px;
  color: #e74c3c;
  vertical-align: bottom;
}

.about-image-galmur {
  flex: 1;
  max-width: 400px;
}

.about-image-galmur img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.text-galmur {
  flex: 1;
  font-size: 18px;
  line-height: 1.6;
  color: #384149;
  text-align: justify;
  padding-right: 20px;
}

@media (max-width: 768px) {
  .about-galmur {
    padding: 30px 15px;
  }

  .section-header-galmur h2 {
    font-size: 28px;
  }

  .about-content-galmur {
    flex-direction: column;
  }

  .about-text-galmur {
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.button-about {
  background-color: #243f5b;
  padding: 10px;
  border-radius: 5px;
  color: white;
}

.core {
  font-size: larger;
  font: 400;
  font-weight: 600;
}

.catch {
  font-style: italic;
  color: rgb(61, 4, 4);

}

.about-h {
  font-size: 40px;
  font-weight: 700;
  color: #243f5b;
}

.partners {
  font-size: 50px;
}

.container {
  margin-top: 100px;
}

h1 {
  font-size: 100px;
  margin-bottom: 20px;
}

p {
  font-size: 18px;
}

a {
  font-size: 18px;
  color: #b4bec8;
}
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 100%;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 350px;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 8px;
  overflow: hidden;
}

.flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flip-card-back {
  background-color: #343a40;
  color: white;
  transform: rotateY(180deg);
  padding: 20px;
  overflow-y: auto;
  font-size: 12px;
  text-align: left;
}
