/* @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap"); */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

body {
  /* font-family: "Roboto Slab", serif; */
  /* font-family: "Roboto", sans-serif; */
  font-family: "Open Sans", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  padding: 0px;
  margin: 0;
}

ul li {
  list-style: none;
}

p {
  margin-bottom: 0px;
}

h1 {
  margin-bottom: 0px;
}

h2,
h3,
h4 {
  margin-bottom: 0px;
}

:root {
  --black: #000;
  --white: #fff;
  --blue: #162948;
  --grey: #a0a1a3;
  --dark-grey: #e9e9e9;
}

/* section css */
section {
  padding: 50px 0px;
}

.section-head {
  margin-bottom: 25px;
}

.section-head .heading {
  font-size: 28px;
  font-weight: 600;
  position: relative;
  color: var(--blue);
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 12px;
  }

  section {
    padding: 20px 0px;
  }

  .section-head {
    margin-bottom: 20px;
  }

  .section-head .heading {
    font-size: 24px;
  }
}

@media screen and (max-width: 575px) {
  .section-head .heading {
    font-size: 16px;
  }
}

/* section css */

/* footer css */
.footer {
  padding: 50px 0px;
}

.footer .head h2 {
  font-size: 26px;
  color: var(--blue);
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 20px 0px;
  }
}

/* footer css */

/* fixed icons css start */
.fix-icons .whatsapp-icon {
  position: fixed;
  top: 80%;
  right: 2%;
  z-index: 999999;
}

.fix-icons .phone-icon {
  position: fixed;
  top: 80%;
  left: 2%;
  z-index: 999999;
}

.fix-icons .whatsapp-icon a {
  color: #fff;
  font-size: 24px;
  background: #098c09;
  padding: 10px 15px;
  border-radius: 50%;
  box-shadow: rgba(131, 132, 133, 0.932) 0px 0px 5px 6px;
}

.fix-icons .phone-icon a {
  color: #fff;
  font-size: 24px;
  background: #3ba734;
  padding: 10px 15px;
  border-radius: 50%;
  box-shadow: rgba(131, 132, 133, 0.932) 0px 0px 5px 6px;
}

@media screen and (max-width: 767px) {
  .fix-icons .whatsapp-icon a {
    font-size: 26px;
    padding: 3px 10px;
  }

  .fix-icons .phone-icon a {
    font-size: 22px;
    padding: 4px 8px;
  }
}

/* end of fixed icons css */
/* ------- disclaimer css start here ------- */
.pre-load {
  display: none;
}

.pre-load .disclaimer-card .card-head h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}

.pre-load .disclaimer-card {
  text-align: justify;
}

.pre-load .disclaimer-card .card-text p {
  margin-bottom: 20px;
  font-weight: bold;
}

.pre-load .disclaimer-card .card-text li {
  margin-bottom: 10px;
}

.pre-load .disclaimer-card .card-text .agrdis {
  margin-top: 30px;
  display: flex;
  gap: 50px;
}

.pre-load .disclaimer-card .card-text .agrdis a {
  display: inline-block;
  background: var(--blue);
  border: 1px solid var(--blue);
  color: var(--white);
  padding: 5px 20px;
  transition: 0.4s ease-in-out;
}

.pre-load .disclaimer-card .card-text .agrdis a:hover {
  background: none;
  color: var(--blue);
}

/* ------- disclaimer css ends here ------- */

/* ----------- navbar css start here ----------- */
.navbar {
  padding: 5px 0px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.navbar .logo {
  width: 130px;
}

.genesis animation {
  transform: rotateX(5deg) rotateY(186.553deg);
}

/* rotate logo css */
.navbar img {
  position: relative;
  transform-style: preserve-3d;
  animation: genesis 10s linear infinite;
  animation-play-state: running;
}

@keyframes genesis {
  0% {
    transform: rotateX(5deg) rotateY(0deg);
  }

  100% {
    transform: rotateX(5deg) rotateY(360deg);
  }
}

/* rotate logo css */

.navbar .navbar-nav .nav-item .nav-link {
  color: var(--blue);
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  text-transform: uppercase;
}

.navbar .navbar-nav .nav-item {
  position: relative;
}

.navbar .navbar-nav .nav-item::after {
  content: "";
  position: absolute;
  width: 0%;
  left: 0;
  bottom: 0%;
  height: 2px;
  background: var(--grey);
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.navbar .navbar-nav .nav-item:hover::after {
  opacity: 1;
  width: 100%;
  transition: 0.5s ease-in-out;
}

.navbar-light .navbar-toggler {
  font-size: 1rem;
  border-color: black;
}

.navbar-light .navbar-toggler:focus {
  border: 1px solid var(--grey);
  box-shadow: none;
}

/* responsive navbar */
@media screen and (max-width: 767px) {
  .navbar .logo {
    width: 100px;
  }
}

/* ------- dropdown css start ------- */
.dropdown-menu {
  /* right: 0% !important;
  left: 40% !important;
  top: 75px !important;
  overflow-x: auto !important;
  max-width: 650px !important;
  background: var(--white);
  border: none !important;*/
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  column-count: 2;

}

.dropdown-menu li a {
  font-size: 14px;
  color: var(--blue);
  line-height: 30px;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item {
  background: none;
  color: var(--blue);
  line-height: 30px;
  padding: 5px 0px !important;
  padding-left: 5px !important;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .dropdown-menu a {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .list-group-item {
    padding: 0px !important;
  }
}

/* --------------- end of navbar css here ------------- */
.breadcrumbb {
  background: var(--blue);
  text-align: center;
  padding: 50px 0;
  color: #fff;
}

.breadcrumbb-key-person {
  background: var(--blue);
  text-align: center;
  color: #fff;
}

/* ------------------- about us css start here -------------------- */
.about-us .about-text p {
  text-align: justify;
  color: #525151;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-size: 16px;
}

.about-us .about-text h2 {
  font-size: 20px;
  font-weight: bold;
  color: var(--blue);
  margin-bottom: 10px;
}

.about-us .about-text .read-more {
  display: inline-block;
  margin-top: 20px;
  background: var(--blue);
  font-weight: 600;
  padding: 5px 20px;
  border-radius: 5px;
  transition: 0.5s ease-in-out;
}

.about-us .about-text .read-more a {
  color: var(--white);
}

.about-us .about-text .read-more:hover {
  background: var(--grey);
}

@media screen and (max-width: 991px) {
  .about-us .about-text p {
    margin-bottom: 10px;
  }

  .about-us .about-text .read-more {
    padding: 4px 15px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .about-us .about-text p {
    margin-bottom: 5px;
  }

  .about-us .about-text .read-more {
    padding: 3px 10px;
    margin-top: 10px;
  }

  .about-us .about-text .read-more a {
    font-size: 14px;
  }
}

/* ------------------- about us css ends here --------------------- */

/* ----------------- practice area css start here ------------------- */
.practice-area {
  background: var(--dark-grey);
}

.practice-area .area-card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: 20px;
  padding: 30px 20px;
  background: var(--white);
  color: var(--blue);
  transition: 0.5s ease-in-out;
}

.practice-area .area-card h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.practice-area .area-card p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--black);
  font-size: 16px;
  letter-spacing: 1px;
}

.practice-area .area-card:hover {
  background: var(--white);
}

.practice-area .last-card {
  min-height: 160px;
  max-height: 160px;
}

/* responsive css start */
.practice-area-btn {
  text-align: center;
}

.practice-area-btn a {
  background: var(--blue);
  color: #fff;
  text-decoration: none;
  padding: 10px 30px;
  display: inline-block;
  margin-top: 10px;
}

@media screen and (max-width: 1200px) {
  .practice-area .last-card {
    min-height: 160px;
    max-height: 160px;
  }

  .practice-area .area-card h3 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .practice-area .last-card {
    min-height: auto;
    max-height: auto;
  }

  .practice-area .area-card {
    padding: 15px 5px;
  }

  .practice-area .area-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .practice-area .area-card {
    padding: 10px 5px;
  }

  .practice-area .area-card h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

/* ---------------------- practice area css ends here --------------------- */

/* ------------------- footer css start here --------------------- */
.footer .part .head {
  margin-bottom: 10px;
}

.footer .part-2 .links li {
  margin-bottom: 15px;
  transition: 0.5s ease-in-out;
}

.footer .part-2 .links li a {
  color: var(--blue);
  font-size: 16px;
}

.footer .part-3 .address p {
  margin-bottom: 10px;
}

.footer .part-3 .address .connect p a {
  color: var(--black);
}

.footer-widget {
  padding: 5px 0px;
  color: #fff;
  background: var(--blue);
}

.footer-widget .widget-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-widget .widget-text p {
  font-size: 16px;
  margin-bottom: 0px;
}

.footer-widget .widget-text p span {
  font-weight: 600;
}

.footer-widget .widget-text a {
  color: #fff;
}

/* responsive css start */
@media screen and (max-width: 1200px) {
  .footer .footer-logo {
    width: 200px;
  }
}

@media screen and (max-width: 991px) {
  .footer .part {
    margin-bottom: 20px;
  }

  .footer .footer-logo {
    width: 120px;
  }

  .footer .part .head {
    margin-bottom: 10px;
  }

  .footer .part .head h2 {
    font-size: 20px;
  }

  .footer .part-1 {
    display: flex;
    justify-content: center;
  }

  .footer .part-2 .links li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .footer .part-3 .address p {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .footer-widget .widget-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .footer-widget .widget-text .t-4-a {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .footer .part .head h2 {
    font-size: 18px;
  }

  .footer .part-2 .links li {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .footer .part-3 .address p {
    margin-bottom: 5px;
  }

  .footer-widget .widget-text .t-4-a {
    margin-top: 10px;
  }
}

@media screen and (max-width: 460px) {
  .footer-widget .widget-text p {
    font-size: 10px;
  }
}

/* ------------------- footer css ends here ----------------------- */

/* ------------------------ key person page css start here --------------------------  */
.partners .partner-card {
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.partners .partner-card .partner-img {
  background: var(--blue);
}

.partners .partner-card:hover {
  transition: 0.9s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.partners .partner-card .partner-name p {
  font-size: 18px;
  color: var(--blue);
  font-weight: bold;
  padding: 6px 0;
  display: inline-block;
}

.key-person-details {
  padding: 60px 0;
}

.key-person-details .key-person-details-box h2 {
  margin-bottom: 10px;
  color: var(--blue);
}

.key-person-details .key-person-details-box p {
  letter-spacing: 1px;
  font-size: 20px;
}

/* responsive css start */
@media screen and (max-width: 991px) {
  .partners .partner-card {
    margin-bottom: 20px;
    padding: 10px;
  }

  .partners .partner-card .partner-img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .partners .partner-card {
    padding: 8px;
  }

  .partners .partner-card .partner-img {
    margin-bottom: 8px;
  }
}

/* ____________________________contact  us */
.contact-us {
  color: #000;
}

.contact-us .contact-form h3 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #162947;
}

.contact-us .contact-form h3 span {
  color: var(--grey);
}

.contact-us .contact-form .form-control {
  background-color: transparent;
  font-size: 16px;
  padding: 5px 5px !important;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  color: #000 !important;
}

.contact-us .contact-form .form-control:focus {
  color: #000;
  box-shadow: none;
  border-color: #000;
  background-color: transparent;
}

.contact-us .contact-form .form-control::placeholder {
  color: #000;
}

.contact-us .form-btn {
  display: flex;
  justify-content: center;
}

.contact-us .form-btn button {
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: var(--blue);
  border: 1px solid var(--blue);
  padding: 5px 10px;
  border-radius: 5px;
  transition: 0.5s ease-in-out;
}

.contact-us .form-btn button:hover {
  background: none;
  color: var(--blue);
}

.map-location,
.map-location iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: 1px solid #bdbbbb80;
}

/* responsive css  */

@media screen and (max-width: 991px) {
  .contact-us .contact-form {
    margin-bottom: 20px;
  }

  .map-location,
  .map-location iframe {
    min-height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .contact-us .contact-form h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .contact-us .form-btn button {
    font-size: 14px;
  }
}

.contacts-card .fa-solid {
  font-size: 40px;
  color: #162947;
}

.contacts-card {
  padding: 18px 15px 20px;
  text-align: center;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.contacts-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.contacts-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #162947, #a0a1a3);
}

.contacts-card h3 {
  margin: 10px 0;
  font-size: 20px;
  color: #162947;
}

.contacts-card p {
  font-size: 16px;
  color: #555;
  margin-bottom: 0;
}

/* ------------------------- captcha css start ------------------- */

.captchasep1 {
  display: flex;
}

.contact-us .contact-form .captchasep1 .form-floating label {
  color: #000;
}

.contact-us .contact-form .captchasep1 .form-floating .form-control {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  color: #000;
}

.captchasep1 input {
  width: 100% !important;
  height: 40px;
}

.captchasep1 .captcha-codes-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  border-radius: 5px;
}

.captchasep1 .captcha-codes-sec p {
  letter-spacing: 9px;
  font-style: italic;
  font-size: 32px;
  font-weight: 800;
  padding: 5px;
  height: 100%;
  color: #000;
}

.captchasep1 .captcha-codes-sec {
  margin-bottom: 10px;
}

.captchasep1 .captcha-codes-sec button {
  font-style: italic;
  font-size: 22px;
  outline: none;
  height: 100%;
  border: none;
  background: none;
}

.captchasep1 .captcha-codes-sec button i {
  background: var(--blue);
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}

.captchasep1 .border {
  border: 1px solid #000 !important;
}

/* responsive captcha */
@media screen and (max-width: 767px) {
  .captchasep1 .captcha-codes-sec p {
    letter-spacing: 2px;
    font-size: 18px;
    width: 60% !important;
  }

  .captchasep1 .captcha-codes-sec button {
    font-size: 12px;
  }

  .contact-form .captchasep1 .form-floating label {
    font-size: 14px;
    padding: 5px;
  }

  .form-floating .form-control,
  .form-floating .form-select {
    height: 2.5rem;
    line-height: 1.25;
  }
}

/* practice area start */
.practice-area-section .practice-area-section-head h3 {
  font-size: 18px;
  margin: 20px 0 10px;
  font-weight: bold;
}

.practice-area-section .practice-area-section-head h2 {
  font-size: 20px;
  margin: 20px 0 10px;
  font-weight: bold;
}

.practice-area-section .practice-area-section-head p {
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 30px;
}

.practice-area-section .practice-area-section-head ul li {
  list-style: disc;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 30px;
}

/* practice area end */

/* media */
.media-publication .media-public-head {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #d4cece;
}

.media-publication .media-public-head-text {
  padding: 20px;
}

.media-publication .media-public-head-text span {
  color: #96720f;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: inline-block;
}

.media-publication .media-public-head-text h2 {
  font-size: 20px;
}

.media-publication .media-public-head-text a {
  font-size: 12px;
  color: var(--blue);
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
}
/* media detals start */
.media-publication .media-public-details {}

.media-publication .media-public-details h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

.media-publication .media-public-details p {
  font-size: 18px;
  margin-top: 10px;
  text-align: justify;
}

.media-publication .media-public-details h3 {
  font-size: 24px;
  margin-top: 10px;
}

.media-publication .media-public-details h4 {
  font-size: 20px;
  margin-top: 10px;
}

.media-publication .media-public-details ul {
  margin-top: 10px;
}

.media-publication .media-public-details ul li {
  font-size: 18px;
  /* margin-top: 10px; */
  text-align: justify;
}
/* media detals end */

/* Popup Background Overlay */
#wp-disclaimer-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

/* Popup Box */
.wpdp-white-popup {
  background: #fff;
  padding: 30px;
  max-width: 600px;
  width: 90%;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  max-height: 90vh;
}

.wpdp-white-popup h2 {
  text-align: center;
  margin-bottom: 20px;
}

.wpdp-white-popup ul {
  padding-left: 20px;
}

.wpdp-white-popup li {
  list-style: disc;
}

.wpdp-footer {
  text-align: center;
  margin-top: 20px;
}

.wpdp-footer span,
.wpdp-footer a {
  display: inline-block;
  margin: 5px 10px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

#wpdp-close {
  color: #000;
  border: 1px solid #000;
}

#wpdp-decline {
  background-color: #dc3545;
  color: white;
  border: 1px solid #dc3545;
}

.breadcrumb-chain {
  background: var(--grey);
  color: #fff;
  padding: 10px 0;
}

.breadcrumb-chain ol {
  margin-bottom: 0;
}

.breadcrumb-chain ol li a {
  color: #fff;
}

.breadcrumb-item.active {
  color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}