* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
body {
  font-family: "DM Sans", sans-serif;
}
a:focus-visible {
  outline: 0;
}
.container {
  width: 95%;
  max-width: 100%;
}
.header-top,
header {
  background-color: #151342;
  padding: 0px 30px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
.header-left p {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 40px;
}
.header-right ul {
  display: flex;
  gap: 60px;
  justify-content: end;
}
.passion-ct {
    padding: 0px 20px;
    margin-top: 20px;
    position: absolute;
    bottom: 30px;
}
.passion-ct a.contact-icon span {
    background-color: #10141c;
    color: #fff;
}
.header-right ul li {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  gap: 4px;
}
.header-right ul li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all ease 0.5s;
}
.header-right ul li a:hover {
  color: #88888a;
}
.header-right ul li img {
  width: 20px;
  height: 20px;
}

header a.navbar-brand img {
  max-width: 149px;
  max-width: 149px;
}
a.tel-btn {
  font-size: 18px;
  position: relative;
  color: #151342;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: DM Sans;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all ease 0.5s;
}
a.tel-btn a img {
  width: 22px;
  height: 22px;
}
a.tel-btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: #151342;
  bottom: 0;
  left: 0;
  transition: all ease 0.4s;
}
a.tel-btn:hover {
  color: #151342;
}
a.search-icon i {
  color: #151342;
}
a.tel-btn:hover::after {
  width: 100%;
}
header li.nav-item a {
  color: #151342 !important;
  font-family: DM Sans;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 !important;
  position: relative;
}
header li.nav-item {
  padding: 0 24px;
  margin: 0;
  float: left;
  position: static;
}
/*header ul.dropdown-menu.show {
  padding: 30px 20px;
  border: 0 !important;
  background-color: #fff;
  transform: translateX(-50%);
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 20px;
  column-gap: 20px;
}*/
.slider-btn .slick-arrow:hover,
.lawyer-btn .slick-arrow:hover,
.hero-btn .slick-arrow:hover {
  background-color: #151342;
}

header a.navbar-brand {
  padding: 0 33px 0 0;
  display: block;
  width: auto;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
  margin: 0;
}
header {
  padding: 8px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 9;
  background-color: #f9f7f5;
}
header nav.navbar.navbar-expand-lg {
  padding: 0;
}
header li.nav-item a:hover {
  color: #b8967e;
}
header li.nav-item a:after {
  content: "";
  position: absolute;
  top: -3px;
  left: -5px;
  height: 18px;
  width: 20px;
  transition: 0.4s;
  transform: scale(0);
  opacity: 0.4;
  z-index: -1;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 7px;
  background-color: #88888a;
}
header li.nav-item a:hover:after {
  transition: 0.4s;
  transform: scale(1);
  z-index: 1;
}
header li.nav-item a:hover {
    color: #88888a !important;
    background-color: transparent !IMPORTANT;
}
.telform {
  display: flex;
  align-items: center;
  gap: 40px;
}
a.search-icon {
  padding-left: 20px;
  color: #fff;
}
a.contact-icon {
  background-color: #0198d1;
  font-weight: 700;
  transition: all 0.3s;
  border-radius: 10px 0 10px 0;
  padding: 12px 19px 12px 60px;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
a.contact-icon span {
  display: flex;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 10px 0 0 0;
  color: #10141c;
  transition: all 0.3s;
  width: 42px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  transition: all ease 0.5s;
}
a.contact-icon:hover {
  color: #262626;
  background-color: #fff;
}
a.contact-icon span i {
  font-size: 15px;
  transition: all ease 0.5s;
}
a.contact-icon:hover span {
  background-color: #313642;
}
a.contact-icon:hover span i {
  color: #fff;
}
a.contact-icon:hover i {
  transform: rotate(90deg);
}
.about-us {
  padding: 110px 30px 140px 30px;
  background-color: #f9f7f5;
}
.about-right h6 {
  color: #88888a;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 1px;
  position: relative;
  padding-left: 31px;
  display: inline-block;
}
.about-right h2 {
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 0.5px;
  color: #262626;
  font-family: Marcellus;
}
.about-right h6::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 13px;
  width: 20px;
  transition: 0.4s;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 7px;
  background: linear-gradient(45deg, #8a8888, #ffffff);
}
.about-right h6::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  height: 13px;
  width: 20px;
  transition: 0.4s;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 7px;
  background: linear-gradient(45deg, #8a8888, #ffffff);
}
.line-div {
  padding-top: 30px;
  padding-bottom: 25px;
}
.line-div span {
  border-style: solid;
  width: 17%;
  border-image: linear-gradient(to right, #8a8888, rgb(58 123 213 / 0));
  border-image-slice: 1;
  border-left: 0;
  border-radius: 0;
  border-top: 0;
  display: inline-block;
}
.about-right p {
  color: #777777;
  margin-bottom: 30px;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  max-width: 513px;
}
.about-us .container {
  max-width: 1200px;
}
.about-box img {
  width: 100%;
}
.about-box-ct {
  background-color: #ffffff;
  padding: 35px 35px 38px 35px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #efefef;
  border-radius: 50px 0px 40px 0px;
  margin: -90px 30px 0 30px;
  z-index: 1;
  position: relative;
  text-align: center;
  border-color: #00000012;
}
.about-box a.contact-icon {
  margin-top: 28px !important;
  display: inline-block;
}
.about-box a.contact-icon span {
  padding: 18px 25px;
  width: inherit;
  height: inherit;
  background-color: #0b162d;
  color: #fff;
  font-size: 15px;
  display: flex;
  gap: 7px;
  font-weight: 400;
}
.about-box a.contact-icon {
  margin-top: 28px !important;
  display: inline-block;
  font-size: 16px;
  padding: 17px 35px 17px 170px;
  font-weight: 700;
  letter-spacing: 1px;
}
.about-box a.contact-icon:hover span i {
  transform: inherit;
}
.about-box a.contact-icon:hover span {
  background-color: #0198d1;
}
.about-box a.contact-icon:hover {
  background-color: #262626;
  color: #fff;
}
.about-arrow > img {
  width: 100%;
  border-radius: 100px 0px 100px 0px;
}
.about-arrow {
  padding: 50px 10px 30px 0px;
  position: relative;
}
.about-left p {
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  line-height: 30px;
  color: #777777;
  display: flex;
  gap: 25px;
  align-items: center;
}
.play-btn i {
  color: #fff;
}
.play-btn a {
  background-color: #88888a;
  color: #ffffff;
  font-size: 21px;
  margin-bottom: 5px;
  border-radius: 20px 0px 20px 0px;
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 3px solid #88888a;
  transition: all ease 0.5s;
  position: relative;
}
.play-btn a:hover {
  background-color: #09172e;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.play-btn a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  opacity: 0.6;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 20px 0 20px 0;
  background: rgba(255, 255, 255, 0.3) !important;
  border: 1px solid rgba(234, 234, 234, 0.6);
}
.play-btn a::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  background-color: #000;
  z-index: -1;
  animation: video-toggle-animate 1.9s linear 0s infinite;
  left: 50%;
  margin: 0 auto;
  top: 50%;
  right: 0;
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  border-radius: 20px 0px 20px 0px;
}
@keyframes video-toggle-animate {
  0% {
    width: 70px;
    height: 70px;
    opacity: 0.8;
  }

  100% {
    width: 150px;
    height: 150px;
    opacity: 0;
  }
}
.resource-sec {
  padding: 0px 30px 100px 30px;
  background-color: #f9f7f5;
}
.resource-sec .about-right {
  text-align: center;
  margin-bottom: 45px;
}
.resource-sec .line-div span {
  width: 10%;
}
.resource-sec .line-div {
  padding-top: 10px;
  padding-bottom: 25px;
}
.stats-container {
  display: flex;
  flex-wrap: wrap;
}

.stat-item h2.counter,
.stat-item span {
  color: #88888a;
  font-size: 56px;
  font-weight: 400;
  line-height: 1em;
  font-family: "Marcellus";
}
.st-it {
  display: flex;
  align-items: center;
  gap: 3px;
  justify-content: center;
}
.stat-item {
  width: 33.33%;
  padding: 40px 40px 40px 40px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #eaeaea;
}
.stat-item p {
  color: #00192c;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-top: 15px;
}
.passion-sec .container {
  position: relative;
}
.passion-sec {
  padding-bottom: 120px;
  position: relative;
}
.passion-img {
  position: absolute;
  left: 0;
  top: 0;
}
.passion-img img {
  max-width: 400px;
}
.passion-sec {
  padding: 100px 30px 0px 30px;
  position: relative;
  background-color: #f9f7f5;
}
header ul.navbar-nav.me-auto {
  margin: 0 auto !important;
}
.passion-sec .passion-ot {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.passion-sec .passion-ot a.contact-icon span {
  background-color: #0d152c;
  color: #fff;
}
.passion-outer {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  transition: all ease 0.5s;
  width: calc(33% - 13.33px);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  padding-bottom: 60px;
  overflow: hidden;
}
.passion-outer:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.passion-outer li {
  color: #777777;
  margin-bottom: 2px;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  max-width: 310px;
  padding-left: 20px;
  position: relative;
}
.passion-outer li::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #0d152c;
  left: 0;
  top: 8px;
  border-radius: 100%;
}
.passion-outer > img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px 10px 0 0;
  transition: all ease 0.5s;
}
.passion-outer:hover img {
  transform: scale(1.07);
}
.passion-outer h4 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.25em;
  color: #151515;
  font-family: Marcellus;
  font-weight: 400;
  margin-top: 18px;
  padding: 0px 20px;
}
.passion-outer p {
  color: #777777;
  margin-bottom: 15px;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  max-width: 310px;
  display: none;
  padding: 0px 20px;
}
.passion-outer ul {
    padding: 0px 20px;
    margin-bottom: 30px;
}
img.big-img {
  width: 100%;
  max-width: 100%;
  margin: 0;
  display: none;
}

.header-left.header-ct p {
  text-align: center;
  font-weight: 800;
}
.slider-btn .slick-arrow,
.lawyer-btn .slick-arrow,
.hero-btn .slick-arrow {
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #88888a;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all ease 0.5s;
}
.slider-btn .slider-next img,
.lawyer-btn .lawyer-next img,
.hero-btn .hero-next img {
  transform: rotate(177deg);
}
.slider-btn .slick-arrow img,
.lawyer-btn .slick-arrow img,
.hero-btn .slick-arrow img {
  width: 20px;
}
.slider-btn,
.lawyer-btn,
.hero-btn {
  position: absolute;
  bottom: -80px;
  display: flex;
  gap: 10px;
  right: 10px;
}
.hero-btn {
  display: block;
  bottom: inherit;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.passion-slider .slick-slide {
  margin: 0px 15px;
}
.testimonial-sec {
  padding: 120px 30px;
  background-color: #f9f7f5;
}
.testimonial-sec .about-right {
  text-align: center;
}
.testimonial-sec .container {
  max-width: 1170px;
}
.test-outer {
  display: flex !important;
  gap: 60px;
  position: relative;
}
.test-left img {
  border-radius: 100%;
  padding: 7px;
  border: dashed 1px;
  border-color: #88888a;
  max-width: 220px;
}
.test-left {
  position: relative;
  width: 220px;
}
.testimonial-rating {
  position: absolute;
  left: 30px;
  bottom: 0px;
  z-index: 1;
  padding: 10px 28px;
  background: #0d152c;
}
.testimonial-rating i {
  color: #ffc400;
}
.test-right p {
  font-size: 27px;
  font-weight: 400;
  line-height: 1.7em;
  margin-bottom: 20px;
  color: #00192c;
}
.test-right h4 {
  text-decoration: none;
  color: #88888a;
  font-weight: 500;
  margin-bottom: 6px;
  font-family: "DM Sans", Sans-serif;
  font-size: 24px;
  line-height: 1.25em;
  display: inline-block;
}
.test-right h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 11px;
  letter-spacing: 0.1em;
}
.test-right {
  position: relative;
  width: calc(100% - 220px);
}
.test-right img {
  position: absolute;
  bottom: 0;
  right: 70px;
  transform: rotate(180deg);
  width: 60px;
}
.test-box {
  margin-top: 140px;
  background-image: url(../img/text-img.jpg);
}
.testimonial-sec .text-inner img {
  clip-path: polygon(37% 0, 100% 0%, 66% 100%, 0% 100%);
  position: relative;
  z-index: 1;
}
.test-outer .about-right {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  padding-left: 60px;
}
.test-outer .text-inner {
  width: 50%;
  position: relative;
}
.text-inner img {
  width: 100%;
  clip-path: polygon(0 0, 60% 0, 98% 100%, 33% 99%);
}
.test-outer .about-right h2 {
  color: #fff;
  margin-bottom: 20px;
}
.test-outer {
  display: flex !important;
  gap: 60px;
  position: relative;
  align-items: center;
  overflow: hidden;
}
.test-outer .about-right p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 18px;
}
.rating i {
  color: #88888a;
}
.star-outer {
  display: flex;
  align-items: center;
  gap: 10px;
}
.text-inner::after {
  content: "";
  position: absolute;
  height: 60%;
  width: 132px;
  left: 0;
  top: 0;
  opacity: 1;
  transform: skew(-31deg, 0);
  background: linear-gradient(45deg, #8a8888 -24%, rgb(255 255 255 / 0));
}
.text-inner::before {
  content: "";
  background: linear-gradient(45deg, #8a8888 0%, rgb(255 255 255 / 0));
  width: 159px;
  height: 500px;
  position: absolute;
  right: -64px;
  transform: rotate(29deg);
  top: -16px;
  z-index: 9;
}
.lawyer-sec {
  background-color: #151342;
  padding: 120px 30px 120px 30px;
}
.lawyer-sec .about-right {
  text-align: center;
}
.lawyer-content a {
  text-decoration: none;
  color: #262626;
}
.lawyer-content a h4 {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  font-family: Marcellus;
  font-weight: 400;
}
.lawyer-content a p {
  text-align: center;
  color: #88888a;
  margin-bottom: 27px;
  font-size: 16px;
}
.lawyer-content .test-left {
  text-align: center;
  display: flex;
  justify-content: center;
}
.lawyer-content .test-left img {
  border: solid #88888a;
  padding: 10px;
  max-width: 222px;
}
.social-icons a {
  height: 40px;
  width: 40px;
  text-align: center;
  margin-right: 10px;
  background-color: #88888a;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
.about-left span img {
  width: 40px;
}
.social-icons {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.lawyer-box {
  position: relative;
}
.lawyer-box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  border-radius: 50% 50% 0% 0%;
  background: linear-gradient(to bottom, rgba(136, 136, 138, 0.3), rgb(255 255 255 / 0));
  z-index: -1;
}
.lawyer-slider .slick-slide {
  margin: 0px 15px;
}
.lawyer-sec .container {
  position: relative;
}
.lawyer-sec .lawyer-btn {
  bottom: -130px;
  justify-content: center;
  width: 100%;
  right: 0;
}
.looking-sec {
  background-color: #f9f7f5;
  padding: 80px 30px 100px 30px;
}
.looking-sec .container {
  max-width: 1170px;
}
.looking-sec .test-box {
  margin-top: 0px;
}
.social-icons a:hover {
  background-color: #0b162d;
}
.looking-sec .text-inner::before {
  content: "";
  position: absolute;
  height: 72%;
  width: 100px;
  right: 26px;
  top: 0px;
  left: auto;
  opacity: 1;
  transform: skew(30deg, 0deg);
  background: linear-gradient(45deg, #8a8888 -24%, rgb(255 255 255 / 0));
}
.looking-sec .text-inner::after {
  background: linear-gradient(45deg, #8a8888 0%, rgb(255 255 255 / 0));
  width: 190px;
  height: 500px;
  left: -93px;
  right: auto;
  transform: rotate(-29deg);
}
.looking-sec .about-right {
  padding-left: 0;
  padding-right: 50px;
  text-align: center;
}
.looking-sec .test-outer .about-right h2 {
  margin-bottom: 35px;
}
.blog-outer img {
  width: 100%;
}
.blog-inner ul a {
  color: #797979;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.blog-inner h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.5px;
  color: #262626;
  font-family: Marcellus;
  margin-bottom: 20px;
  margin-top: 10px;
}
a.Learn-btn {
  text-decoration: none;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.5px;
  color: #88888a;
  display: flex;
  gap: 10px;
}
.post-date a {
  text-decoration: none;
  color: #fff;
  display: flex;
  width: 80px;
  text-align: center;
  height: 80px;
  padding: 12px 10px 10px;
  font-size: 15px;
  line-height: 19px;
  border-top-left-radius: 20px;
  background-color: #88888a;
  align-items: center;
}
.blog-inner {
  padding: 34px 36px 36px;
  margin-right: 50px;
  margin-top: -230px;
  background-color: #fff;
  z-index: 1;
  position: relative;
}
.blog-slider .slick-slide {
  margin: 0px 20px;
}
.blog-sec .container {
  max-width: 1170px;
}
.blog-sec {
  background-color: #f9f7f5;
  padding: 0px 30px 100px 30px;
}
.blog-sec .about-right {
  text-align: center;
  margin-bottom: 30px;
}
.post-date {
  position: absolute;
  top: -50px;
  right: 0;
}
.blog-outer {
  position: relative;
}
.blog-outer::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background: linear-gradient(to right, #0a0a1d, rgb(15 12 30 / 54%));
  transition: all 0.4s;
}
.blog-content:hover .blog-outer::after {
  opacity: 1;
  width: 100%;
}
footer {
  background-color: rgb(9, 11, 30);
  padding: 70px 30px 90px 30px;
}
footer .about-right h2 {
  color: #fff;
}
.footer-outer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer-cl {
  padding: 24px 19px;
  min-width: 395px;
  position: relative;
  text-align: center;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background: linear-gradient(45deg, #8a8888 0%, #ffffff00 100%);
  height: auto;
}
.footer-cl a {
  text-decoration: none;
  font-size: 37px;
  line-height: 1.5;
  font-family: "Marcellus";
  margin-bottom: 3px;
  display: inline-block;
  color: #fff;
  transition: all 0.3s;
}
.footer-cl .title {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.footer-cl a:hover {
  opacity: 0.7;
}

.footer-outer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 90px;
}
.footer-logo img {
  background-color: #fff;
  width: 100px;
}
.footer-logo {
  margin-bottom: 22px;
}
.footer-link h6 {
  margin-top: 12px;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
}
.footer-link .footer-icons {
  margin-top: 20px;
  justify-content: start;
}
.footer-link .footer-icons a.icon {
  background-color: #fff;
}
.footer-link .footer-icons a.icon i {
  color: #202c46;
  font-size: 17px;
}
.footer-link h4 {
  font-size: 22px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
  color: #fff;
  font-family: Marcellus;
}
.footer-link p {
  color: #e0e0e0;
  font-size: 16px;
  line-height: 20px;
}
.footer-link li a,
.footer-link li {
  color: #e0e0e0;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 33px;
}
.footer-left {
  text-align: center;
}
.footer-link li {
  display: block;
}
.footer-link li a img {
  width: 16px;
  margin-right: 6px;
}
.footer-link li a i {
  margin-right: 6px;
  color: #fff;
  font-size: 15px;
}
.footer-icons a.icon:hover {
  background-color: #88888a;
}
section.footer-bottom {
  background-color: #090b1e;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 25px 30px;
}
.footer-left p {
  color: #e0e0e0;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
}
section.footer-bottom .container {
  max-width: 1200px;
}
.footer-left p a {
  text-decoration: none;
  color: #88888a;
}
.footer-icons {
  display: flex;
  gap: 6px;
  justify-content: end;
}
.footer-icons a.icon {
  text-decoration: none;
  color: #fff;
  width: 36px;
  height: 36px;
  margin-right: 6px;
  font-size: 15px;
  line-height: 36px;
  background: #202c46;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.5s;
}

.hero-sec {
  /*padding: 280px 30px 150px 30px;*/
}
.hero-sec .container {
  max-width: 1200px;
}
.hero-outer h5 {
  color: #88888a;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 1px;
  position: relative;
}
.hero-outer h1 {
  font-size: 75px;
  font-weight: 400;
  line-height: 95px;
  letter-spacing: 0.5px;
  color: #fff;
  font-family: Marcellus;
  margin-top: 20px;
  margin-bottom: 20px;
}
.hero-outer h1 span {
  color: transparent;
  -webkit-text-stroke: 1px #88888a;
  letter-spacing: 2px;
}
.hero-outer a.contact-icon {
  padding: 16px 29px 15px 70px;
  font-size: 15px;
  margin-top: 30px;
  display: inline-block;
}
.hero-outer p {
  color: #bfbfbf;
  margin-bottom: 0px;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  max-width: 393px;
  border-left: 2px solid #88888a;
  padding-left: 20px;
}
body.header-sticky header {
  position: fixed;
  top: 0;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
form.newsletter-form {
  position: relative;
}
.newsletter-form input[type="email"] {
  background-color: transparent !important;
  border-right: 0 !important;
  box-shadow: none !important;
  border-top: 0 !important;
  width: 100%;
  border-bottom: 1px solid #ffffff69;
  height: 48px;
  border-left: 0 !important;
  font-size: 14px;
  padding-bottom: 0px;
  padding-top: 20px;
  color: #fff;
  padding-right: 40px;
}
.newsletter-form input[type="email"]:focus-visible {
  outline: 0 !important;
}
.newsletter-form button {
  background-color: transparent;
  border: 0;
  color: #88888a;
  position: absolute;
  bottom: 3px;
  right: 2px;
}
.hero-inner {
  max-width: 59%;
}
/*.hero-outer {
    max-width: 55%;
}*/
.hero-img img {
  width: 100%;
}
.hero-outer {
  position: relative;
}
.hero-sec {
  overflow: hidden;
  background-image: url(../img/law-slider.jpg);
  padding-top: 230px;
  padding-bottom: 150px;
  background-repeat: no-repeat;
  background-size: cover;
}
.passion-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 25px;
}
.breadcumb-sec {
    padding: 260px 0px 150px 0;
    background-image: url(../img/ad-team.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}
.breadcumb-sec::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #000000d1;
}
.breadcumb-content {
  text-align: center;
}
.breadcumb-content h2 {
  font-family: Marcellus;
  font-size: 56px;
  line-height: 62px;
  color: #fff;
  z-index: 9;
  position: relative;
  margin-bottom: 8px;
}
.breadcumb-content ul {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.breadcumb-content ul li,
.breadcumb-content ul li a {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.resource-sec .about-right p {
  max-width: 70%;
  margin: 0 auto;
}
.resource-box {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  border-top: 3px solid #09172e;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all ease 0.5s;
}
.resource-box:hover {
  background-color: #8a888869;
}
.resource-box:hover p,
.resource-box:hover h4 {
  color: #fff;
}
.resource-box h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #262626;
  font-family: Marcellus;
  margin-bottom: 10px;
}
.resource-box p {
  color: #777777;
  margin-bottom: 30px;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.resource-img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #fff6ec;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.lawyer-sec .about-right p {
  text-align: center;
  max-width: 90%;
  margin: 0 auto 30px;
}
.review-box {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  background-color: #fff;
  height: 100%;
  transition: all ease 0.5s;
}
.review-box:hover {
  transform: translateY(-10px);
  border-bottom: 5px solid #0198d1;
}

img.review-ig {
  width: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.review-left {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #88888a;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #09172e;
}
.review-outer {
  display: flex;
  gap: 20px;
}
.review-right h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #262626;
  font-family: "DM Sans";
}
.lawyer-sec .row {
  row-gap: 25px;
}
.review-right > p {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #262626;
  font-family: "DM Sans";
}
.review-right ul {
  display: flex;
  gap: 2px;
}
.review-right ul li i {
  color: #cfa34d;
  font-size: 12px;
}
p.bottom-content {
  color: #777777;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  margin-top: 20px;
  font-style: italic;
}
.review-left p {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-family: "DM Sans";
}
.faq-sec {
  background-color: #f9f7f5;
  padding-bottom: 30px;
  padding-top: 100px;
}
.faq-sec .about-right {
  text-align: center;
}
.faq-sec .about-right p {
  max-width: 80%;
  margin: 0 auto;
}
.faq-sec .container {
  max-width: 1170px;
}
.faq-outer {
  margin-top: 40px;
}
.faq-outer .accordion-item {
  margin-bottom: 15px;
  border-bottom: 0;
  border-radius: 20px;
}
.faq-outer button.accordion-button {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #262626;
  font-family: "DM Sans";
  padding: 18px 20px;
  border-radius: 10px !important;
}
.faq-outer button.accordion-button:focus,
.faq-outer .accordion-button:not(.collapsed) {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
  background-color: transparent !important;
}
.accordion-body p {
  color: #777777;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
}
.accordion-body p a {
  font-weight: 600;
  color: #0198d1;
}
button.accordion-button[aria-expanded="true"] {
  color: #0198d1;
}
.breadcumb-content ul li a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 4px 0 4px 0;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  transform: translateY(0);
  background: linear-gradient(45deg, #8a8888, #ffffff);
  opacity: 0.5;
  top: 5px;
  right: -21px;
}
.looking-sec.law-about {
  background-color: #fff;
}
.passion-sec.service-passion {
  padding-top: 120px;
  padding-bottom: 120px;
}
.lawyer-sec.about-client {
  padding-top: 120px;
}
.get-sec {
  padding: 120px 30px 140px 30px;
}
.get-sec .line-div {
  padding-top: 10px;
  padding-bottom: 15px;
}
.form-row input,
.form-row textarea {
  background-color: transparent;
  border: none !important;
  border-bottom: 1px solid #8a8888a3 !important;
  padding: 6px;
  width: 100%;
  font-size: 17px;
}
.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 18px;
}
.form-col {
  width: calc(50% - 10px);
}
.form-row input:focus,
.form-row textarea:focus {
  outline: 0;
  border-color: #0198d1;
}
.form-row textarea {
  resize: none;
  min-height: 120px;
}
.form-submit button.btn {
  background-color: #0198d1;
  font-weight: 700;
  border-radius: 10px 0 10px 0;
  padding: 14px 32px 14px 32px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  transition: all ease 0.5s;
}
.form-submit button.btn:hover {
  background-color: #151342;
}
.form-submit {
  margin-top: 40px;
}
.loc-out {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  border-radius: 10px;
  width: calc(50% - 15px);
  transition: all ease 0.5s;
}
.get-box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
}
.loc-out:hover {
  box-shadow: 0px 3px 8px rgba(1, 152, 209, 0.24);
}
.loc-out h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #262626;
  font-family: Marcellus;
  margin-top: 5px;
}
.loc-out p {
  color: #777777;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
}
.loc-out p a {
  color: #777777;
  text-decoration: none;
}
.loc-img {
  width: 70px;
  height: 70px;
  border: 1px solid #0198d1;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}
.loc-out:last-child .loc-img img {
  position: relative;
  top: 2px;
}
.loc-img img {
  width: 32px;
}
.resource-sec {
  padding: 100px 30px 100px 30px;
  background-color: #151342;
}
.resource-sec .about-right h2 {
  color: #fff;
}

.resource-sec .about-right p {
  color: #ffffffa3;
}
.lawyer-sec .about-right h2 {
  color: #fff;
}
.lawyer-sec .about-right p {
  color: #ffffffa3;
}

.footer-link.quick-link {
  padding-left: 60px;
}
.contact-form {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
}
/* Optional: cursor pointer for the split/anchor */
.navbar .dropdown-toggle {
  cursor: pointer;
}

/*media start*/
@media only screen and (max-width: 1366px) {
  .hero-sec {
    background-position: center;
  }
  .hero-outer h1 {
    font-size: 64px;
  }
  header ul.dropdown-menu.show li {
    width: calc(33.33% - 13.33px);
  }
}
@media only screen and (max-width: 1200px) {
  .about-right h2 {
    font-size: 30px;
    line-height: 40px;
  }
  header li.nav-item.dropdown a.dropdown-item {
    font-size: 13px;
  }
  .about-us {
    padding: 110px 15px 140px 15px;
  }
  .get-sec {
    padding: 80px 15px 90px 15px;
  }
  .container {
    max-width: 98% !important;
    width: 98%;
  }
  .header-left p {
    font-size: 14px;
  }
  header li.nav-item {
    padding: 0 14px;
  }
  .header-top,
  header {
    padding: 0px 15px;
  }
  header {
    padding: 8px 15px;
  }
  .about-box-ct {
    padding: 30px 15px 30px 15px;
    margin: -90px 20px 0 20px;
  }
  .about-us {
    padding: 80px 15px 90px 15px;
  }
  .line-div {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .stat-item {
    padding: 20px 20px 20px 20px;
  }
  .stat-item h2.counter,
  .stat-item span {
    font-size: 40px;
  }
  .resource-sec {
    padding: 100px 15px 90px 15px;
  }
  .passion-outer {
    padding: 20px 16px 60px 16px;
  }
  .passion-outer > img {
    height: auto;
  }
  .passion-sec {
    padding: 100px 15px 0px 15px;
  }
  .testimonial-sec {
    padding: 90px 15px;
  }
  .test-right p {
    font-size: 20px;
  }
  .test-box {
    margin-top: 70px;
  }
  .test-outer .about-right p {
    font-size: 13px;
  }
  .lawyer-sec {
    padding: 100px 15px 100px 15px;
  }
  .looking-sec {
    padding: 90px 15px 80px 15px;
  }
  footer {
    padding: 50px 15px 60px 15px;
  }
  .footer-link h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  section.footer-bottom {
    padding: 20px 15px;
  }
  .footer-left p {
    font-size: 14px;
  }
  .lawyer-content a h4 {
    margin-bottom: 6px;
    font-size: 25px;
  }
  .passion-sec.service-passion {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .passion-outer h4 {
    font-size: 19px;
  }
  .lawyer-sec.about-client {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .review-box {
    padding: 15px;
  }
  .review-outer {
    gap: 12px;
  }
  .review-right h5 {
    font-size: 18px;
  }
  .faq-sec {
    padding-top: 80px;
  }
  .breadcumb-content h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .footer-link.quick-link {
    padding-left: 0;
  }
  .hero-outer h1 {
    font-size: 51px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .header-right ul {
    gap: 10px;
  }
  .test-outer .about-right p {
    font-size: 15px;
    line-height: 23px;
}
  .header-top .header-left {
    display: none;
}
section.header-top .header-right {
    display: none;
}
.header-left.header-ct {
    display: block !IMPORTANT;
}
  header ul.dropdown-menu.show {
    transform: inherit;
    background-color: transparent;
    padding: 0px 10px;
    row-gap: 0px;
    overflow-y: auto !important;
    max-height: 370px;
  }
  header .navbar-collapse {
    padding-bottom: 20px;
    max-height: 600px;
    overflow-y: auto;
  }
  header ul.dropdown-menu.show li {
    width: 100%;
  }
  .hero-outer h1 {
    font-size: 44px;
    line-height: 56px;
  }
  .hero-sec {
    padding-top: 210px;
    padding-bottom: 100px;
  }
  .footer-cl {
    padding: 16px 19px;
    min-width: 285px;
  }
  .footer-outer {
    padding-bottom: 50px;
    margin-bottom: 40px;
  }
  footer .col-md-3 {
    width: 33.33%;
  }
  .footer-cl a {
    font-size: 28px;
  }
  .get-sec {
    padding: 70px 0px 80px 0px;
  }
  .get-box {
    gap: 20px;
  }
  .loc-out p {
    font-size: 16px;
    line-height: 22px;
  }
  .loc-out p a {
    word-break: break-all;
  }
  .loc-out {
    padding: 17px 12px;
    width: calc(50% - 10px);
  }
  .header-right ul li {
    font-size: 11px;
  }
  .header-top,
  header {
    padding: 0;
  }
  .header-left p {
    font-size: 16px;
  }
  header {
    padding: 10px 0px;
  }
  .about-us {
    padding: 60px 0px 60px 0px;
  }
  .about-us .row {
    row-gap: 30px;
  }
  .about-right h2 br {
    display: none;
  }
  .about-right p {
    margin-bottom: 20px;
    font-size: 17px;
    max-width: 100%;
  }
  .resource-sec {
    padding: 80px 0px 80px 0px;
  }
  .resource-sec .col-md-3 {
    width: 50%;
  }
  .resource-sec .row {
    row-gap: 22px;
  }
  .resource-box p {
    margin-bottom: 0;
  }
  .resource-sec .about-right {
    margin-bottom: 25px;
  }
  .resource-sec .about-right p {
    max-width: 100%;
  }
  .stat-item {
    padding: 20px 15px 20px 15px;
  }
  .stat-item p {
    font-size: 12px;
    line-height: 21px;
    margin-top: 15px;
  }
  .passion-outer {
    width: calc(50% - 10px);
  }
  .passion-slider {
    padding-top: 30px;
  }
  .passion-sec {
    padding: 70px 15px 0px 15px;
  }
  .test-right p {
    font-size: 18px;
    line-height: 28px;
  }
  .test-outer .about-right {
    padding-left: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .test-outer {
    gap: 0px;
  }
  .about-right h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .star-outer {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .testimonial-sec {
    padding: 80px 0px;
    overflow: hidden;
  }
  .about-left p {
    align-items: baseline;
  }
  .lawyer-content a h4 {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 30px;
  }
  .lawyer-sec {
    padding: 60px 0px 60px 0px;
  }
  .hero-outer h1 br {
    display: none;
  }
  .hero-outer h1 {
    font-size: 39px;
    line-height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .passion-sec .passion-ot {
    gap: 20px;
  }
  .hero-sec {
    padding-top: 200px;
    padding-bottom: 70px;
  }
  .passion-sec.service-passion {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .lawyer-sec .col-md-4 {
    width: 50%;
  }
  .faq-sec {
    padding-top: 70px;
  }
  .looking-sec {
    padding: 70px 15px 70px 15px;
  }
  .looking-sec .text-inner::before,
  .looking-sec .text-inner::after {
    display: none;
  }
  .test-right {
    padding-left: 15px;
  }
  .premium-toggle {
    position: relative;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    z-index: 10;
    padding: 0;
  }
  button.navbar-toggler.premium-toggle:focus-visible,
  button.navbar-toggler.premium-toggle:focus {
    outline: 0;
    box-shadow: none;
  }
  .premium-toggle .line {
    position: absolute;
    width: 26px;
    height: 2px;
    background: #000;
    left: 7px;
    transition: 0.35s ease;
    border-radius: 2px;
  }

  .premium-toggle .top {
    top: 12px;
  }
  .premium-toggle .middle {
    top: 19px;
  }
  .premium-toggle .bottom {
    top: 26px;
  }

  /* Circle background */
  .premium-toggle .circle-bg {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    top: 0;
    left: 0;
    transform: scale(0);
    opacity: 0.1;
    transition: 0.4s ease;
    z-index: -1;
  }

  /* When toggled OPEN */
  .premium-toggle[aria-expanded="true"] .circle-bg {
    transform: scale(1.2);
    opacity: 0.2;
  }

  .premium-toggle[aria-expanded="true"] .top {
    transform: rotate(45deg);
    top: 19px;
    background: #000;
  }

  .premium-toggle[aria-expanded="true"] .middle {
    opacity: 0;
    transform: translateX(-10px);
  }

  .premium-toggle[aria-expanded="true"] .bottom {
    transform: rotate(-45deg);
    top: 19px;
    background: #000;
  }
  header ul.navbar-nav.me-auto {
    padding-top: 20px !important;
    padding-bottom: 20px;
  }
  header li.nav-item {
    padding: 0;
  }
  header li.nav-item a {
    padding: 5px 0px !important;
    border-bottom: 0.5px solid #3333333d;
  }
  section.header-top .col-md-3,
  section.header-top .col-md-5 {
    display: none;
  }
  section.header-top .col-md-4 {
    width: 100%;
  }
  .telform {
    display: block;
  }
  header a.contact-icon {
    margin-top: 18px;
    display: inline-block;
  }
  header {

    z-index: 999;
}
}
@media only screen and (max-width: 767px) {
  .get-sec .row {
    flex-direction: column-reverse;
    row-gap: 40px;
  }
.passion-outer ul {
    padding: 0px 0px;
}
.passion-ct {
    padding: 0;

}
  .test-left,
  .test-right {
    width: 100%;
  }
  .resource-box {
    padding: 12px;
  }
  footer .col-md-3 {
    width: 100%;
  }
  footer .row {
    row-gap: 20px;
  }
  footer {
    padding: 50px 0px 50px 0px;
  }
  .footer-outer {
    flex-wrap: wrap;
  }
  .resource-box h4 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 6px;
  }
  .about-right h2 {
    font-size: 23px;
    line-height: 32px;
  }

  footer .row {
    row-gap: 30px;
  }

  img.review-ig {
    right: 3px;
  }
  .breadcumb-sec {
    padding: 230px 0px 110px 0;
  }
  .breadcumb-content h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .faq-outer button.accordion-button {
    font-size: 18px;
  }
  section.footer-bottom {
    padding: 10px 15px;
  }
  .about-arrow {
    padding: 0px 0px 30px 0px;
  }
  .test-outer .text-inner,
  .test-outer .about-right {
    width: 100%;
  }
  .test-outer {
    flex-wrap: wrap;
  }
  .test-right {
    padding-left: 0;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .breadcumb-sec {
    padding: 210px 0px 90px 0;
  }
  .whtap-icon img {
    width: 40px !important;
    height: 40px !important;
}
  header a.navbar-brand img {
    max-width: 70px;
  }
  .hero-inner {
    max-width: 100%;
  }
  .hero-sec {
    background-position: center;
  }
  .hero-outer h1 {
    font-size: 32px;
    line-height: 43px;
  }
  .about-arrow {
    padding: 0px 0px 15px 0px;
  }
  .about-left p {
    gap: 12px;
  }
  .get-box {
    margin-top: 0;
  }
  footer {
    padding: 40px 0px 40px 0px;
  }
  .footer-left p {
    font-size: 14px;
    line-height: 23px;
  }
  .breadcumb-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .get-sec {
    padding: 50px 0px 50px 0px;
  }
  .test-outer {
    flex-wrap: wrap;
    justify-content: center;
  }
  .test-right h4 a {
    margin-bottom: 3px;
    font-size: 20px;
  }
  .passion-sec.service-passion {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .passion-outer {
    width: 100%;
  }
  .lawyer-sec .col-md-4 {
    width: 100%;
  }
  img.review-ig {
    right: 20px;
  }
  .faq-sec {
    padding-top: 50px;
  }
  .faq-sec .about-right p {
    max-width: 100%;
    font-size: 16px;
    line-height: 25px;
  }
  .faq-outer button.accordion-button {
    font-size: 16px;
    padding: 12px 16px;
  }
  .lawyer-sec.about-client {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .accordion-body p {
    font-size: 15px;
    line-height: 24px;
  }
  .test-right img {
    right: 30px;
    width: 40px;
  }
  .about-right h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .about-box-ct {
    padding: 20px 12px 20px 12px;
    margin: -90px 10px 0 10px;
  }
  .about-box a.contact-icon span {
    padding: 15px 17px;
    font-size: 14px;
  }
  .about-box a.contact-icon {
    font-size: 15px;
    padding: 14px 12px 14px 130px;
  }
  .testimonial-sec {
    padding: 50px 0px;
  }
  .looking-sec {
    padding: 50px 15px 50px 15px;
  }
  .about-right h6 {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
  }
  .faq-sec.home-faq {
    padding-bottom: 0;
  }
  .footer-cl a {
    font-size: 22px;
  }
  .footer-cl .title {
    font-size: 14px;
  }
  .passion-sec .passion-ot {
    flex-wrap: wrap;
  }
  .test-box {
    margin-top: 40px;
  }
  .lawyer-sec {
    padding: 50px 0px 50px 0px;
  }
  .about-us {
    padding: 50px 0px 50px 0px;
  }
  .resource-sec {
    padding: 50px 0px 50px 0px;
  }
  .resource-sec .col-md-3 {
    width: 100%;
  }
  .passion-sec {
    padding: 50px 0px 0px 0px;
  }
  .about-right h6::before,
  .about-right h6::after {
    display: none;
  }

  .looking-sec .test-outer .about-right h2 {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 32px;
    margin-top: 10px;
  }
  .test-outer .about-right {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .loc-out {
    width: 100%;
  }
}


/* --- Default: dropdown hidden --- */
header .nav-item.dropdown .dropdown-menu {
    display: none !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: 0.2s ease;
    padding: 30px 20px;
    border: 0 !important;
    background-color: #fff;
    transform: translateX(-50%);
    left: 50%;
    flex-wrap: wrap;
    width: 100%;
    row-gap: 20px;
    column-gap: 20px;
}
header .nav-item.dropdown .dropdown-menu li {
  width: calc(25% - 15px);
}
header ul.dropdown-menu.show a.dropdown-item:hover {
  background-color: transparent !important;
}
header a.dropdown-item:active {
    background-color: transparent !important;
}
.whtap-icon img {
    border-radius: 100%;
    width: 60px;
    height: 60px;
}
.whtap-icon {
    position: fixed;
    bottom: 25px;
    left: 15px;
    width: 56px;
    height: 56px;
    z-index: 999;
}

/* --- Hover par show (Desktop only) --- */
@media (hover: hover) and (pointer: fine) {
.nav-item.dropdown:hover > .dropdown-menu {
    display: flex !important;
    opacity: 1;
    visibility: visible;
    transform: translateY(0) translateX(-50%);
}
}
