/* ============================================= */
/* !!!!             FONT FAMILY             !!!! */
/* ============================================= */
/* @import url("https://fonts.googleapis.com/css2?family=Adamina&family=Baskervville&family=Lato:wght@400;700&family=Quattrocento:wght@400;700&family=Roboto:wght@400;500;700&display=swap"); */
/* @import url('https://fonts.googleapis.com/css2?family=Adamina&family=Baskervville&family=Lato:wght@400;700&family=Quattrocento:wght@400;700&family=Roboto:wght@400;500;700&family=Shippori+Mincho:wght@400;600&display=swap'); */


/* ============================================= */
/* !!!!         GENERATED FONT FAMILY       !!!! */
/* ============================================= */
@font-face {
  font-family: 'Century';
  src: url('../fonts/Century.eot');
  src: url('../fonts/Century.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Century.woff2') format('woff2'),
      url('../fonts/Century.woff') format('woff'),
      url('../fonts/Century.ttf') format('truetype'),
      url('../fonts/Century.svg#Century') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/* ============================================= */
/* !!!!                ROOT                 !!!! */
/* ============================================= */
:root {
  --bs-primary: #857651;
  --bs-secondary: #3a3a3a;
  --bs-beig: #ba9e66;
  --bs-beig-100: #ebe8e0;
  --bs-cyan: #0274be;
  --bs-dark: #2f3f50;
  --bs-brown: #2f2a2d;
  --bs-gray-100: #ebebeb;
  --bs-gray-200: #fafafa;
  --bs-gray-300: #eaeaea;
  --bs-gray-400: #777777;
  --bs-gray-500: #666;
  --bs-gray-600: #5e5e5e;
  --bs-gray-700: #444444;
  --bs-gray-800: #111111;
  --bs-gray-900: #171717;
  --bs-light-rgb: 235, 235, 235;
  --bs-primary-rgb: 133, 118, 81;
  --bs-secondary-rgb: 186, 158, 102;
  --bs-dark-rgb: 47, 63, 80;
  --bs-font-sans-serif: "Lato", "Roboto", "Helvetica Neue", "Noto Sans",
    "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  --bs-body-color: var(--bs-black);
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 16px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 20px;
}

/* !!! Allow percentage-based heights in the application !!! */
html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
}
/* !!! Typographic tweaks! ( Add accessible line-height & Improve text rendering ) !!! */
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
}
body,
.main_wrapper {
  position: relative;
  overflow-x: hidden;
}

/* !!! Remove built-in form typography styles !!! */
input,
button,
textarea,
select {
  font: inherit;
}
/* !!! Avoid text overflows !!! */
p,
h1,
h2,
h3,
h4,
h5,
h6,
label,
a,
li {
  overflow-wrap: break-word;
  word-break: break-word;
}
/* !!! Set core root defaults !!! */
html:focus-within {
  scroll-behavior: smooth;
}
/* !!! A elements that don't have a class get default styles !!! */
a:not([class]) {
  text-decoration-skip-ink: auto;
}
a,
a:hover {
  color: var(--bs-cyan);
}

a,
.btn,
button {
  cursor: pointer;
}
:focus,
:active,
.active {
  outline: 0 none;
}
a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
select,
select:hover,
select:focus,
textarea,
textarea:hover,
textarea:focus,
.btn,
.btn:hover,
.btn:focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.form-control:focus,
[type="text"]:focus,
[type="email"]:focus,
[type="checkbox"]:focus,
[type="password"]:focus,
[type="file"]:focus,
[type="radio"]:focus,
[type="submit"]:focus,
[type="date"]:focus,
[type="time"]:focus,
[type="tel"]:focus,
[type="search"]:focus,
[type="button"]:focus,
[type="number"]:focus,
[type="reset"]:focus,
textarea:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}
select,
select:hover,
select:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search" i]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: none;
}

/* Form common css */
.form-control,
.form-control:focus {
  border-radius: 2px;
  border: 1px solid var(--bs-gray-300);
  padding: 12px;
  line-height: 1;
}
.form-control,
.form-control::placeholder {
  color: var(--bs-gray-500);
}

/* ============================================= */
/* !!!!              TYPOGRAPHY             !!!! */
/* ============================================= */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Lato", sans-serif;
  font-weight: var(--bs-body-font-weight);
  margin-bottom: 20px;
}

h1,
.h1 {
  font-family: "Baskervville", serif;
  font-size: 50px;
  line-height: 58px;
}

h2,
.h2 {
  font-size: 39px;
  line-height: 46px;
}

h3,
.h3 {
  font-size: 30px;
  line-height: 34px;
}

h4,
.h4 {
  font-size: 28px;
  line-height: 36px;
}

h5,
.h5 {
  font-size: 24px;
  line-height: 30px;
}

h6,
.h6 {
  font-size: 16px;
  line-height: 22px;
}

.display-6 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
}

.display-5 {
  font-size: 42px;
  line-height: 46px;
}
.common_banner_content .display-5 {
  text-transform: uppercase;
}

p {
  line-height: 1.9;
}
/* ============================================= */
/* !!!!             ALL BTN CSS             !!!! */
/* ============================================= */
.btn {
  --bs-btn-padding-x: 10px;
  --bs-btn-padding-y: 12.5px;
  --bs-btn-font-family: var(--bs-body-font-family);
  --bs-btn-font-size: 16px;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 20px;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-border-radius: 0;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out,
    border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out,
    border-radius 0.4s ease-in-out;
}

.btn-secondary,
.btn-primary,
.btn-info {
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-brown);
  --bs-btn-hover-border-color: var(--bs-brown);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-brown);
}

.btn-info {
  --bs-btn-border-radius: 26px;
  padding: 12.5px 40px;
}

.btn-info:hover {
  --bs-btn-border-radius: 0;
}

.btn-primary {
  min-width: 167px;
}

.btn-secondary {
  min-width: 141px;
}

.btn-lg {
  font-size: 20px;
  line-height: 24px;
  min-width: 280px;
}

.btn-sm {
  min-width: 125px;
  padding: 11.5px 10px;
}

.btn-submit-lg {
  min-width: 106px;
  padding: 14.5px 10px;
}

.btn-submit,
.btn-sm {
  font-size: 14px;
  line-height: 18px;
}

.btn-submit {
  min-width: 114px;
  padding: 12px 10px;
}

.readmore-link {
  font-family: "Quattrocento", serif;
  font-size: 12px;
  line-height: normal;
  text-transform: uppercase;
  padding: 9.5px 11.5px;
}

.btn-sm:hover {
  background-color: var(--bs-black);
  border: 1px solid var(--bs-black);
}

.btn-submit:hover,
.btn-submit-lg:hover,
.btn-submit-lg:focus {
  background-color: var(--bs-brown);
  border: 1px solid var(--bs-brown);
}

.btn-sm:hover,
.btn-submit:hover,
.btn-submit-lg:hover,
.btn-submit-lg:focus,
.readmore-link:hover,
.readmore-link:focus {
  color: var(--bs-white);
}

.readmore-link:hover,
.readmore-link:focus {
  background: rgba(133, 118, 81, 0.72);
  border-color: rgba(133, 118, 81, 0);
}

/* ============================================= */
/* !!!!              COMMON CSS             !!!! */
/* ============================================= */
.bg_cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-light-100 {
  background-color: var(--bs-gray-200);
}

.shadow {
  box-shadow: 0px 15px 30px 5px rgba(0, 0, 0, 0.06) !important;
}

.br-5 {
  border-radius: 5px;
}

.fw-medium {
  font-weight: 500 !important;
}

.text-truncate {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: normal;
}

/* FIXED CALL BTN */
.call_now {
  left: 1%;
  top: 65%;
  z-index: 9999;
}
.call_btn_wrapper {
  background-color: var(--bs-beig);
  border-radius: 26px;
}
.call_btn_img a {
  background-color: var(--bs-primary);
  width: 50px;
  height: 50px;
}

.call_btn_content a {
  /*padding: 10px 20px 10px 10px;*/
}

/* ============================================= */
/* !!!!              NAVIGATION             !!!! */
/* ============================================= */
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 32px;
  --bs-navbar-color: var(--bs-white);
  --bs-navbar-hover-color: var(--bs-white);
  --bs-navbar-active-color: var(--bs-white);
  --bs-navbar-brand-padding-y: 0;
  --bs-navbar-brand-margin-end: 0;
  --bs-navbar-brand-font-size: 0;
  --bs-navbar-nav-link-padding-x: 0;
  --bs-navbar-toggler-padding-y: 0;
  --bs-navbar-toggler-padding-x: 0;
  --bs-navbar-toggler-font-size: 20px;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='20px' height='20px' viewBox='0 0 512.000000 512.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,512.000000) scale(0.100000,-0.100000)' fill='%23fff' stroke='none'%3E%3Cpath d='M405 4471 c-90 -22 -173 -90 -215 -176 -34 -69 -35 -198 -2 -265 34 -71 75 -113 144 -151 l63 -34 2165 0 2165 0 51 27 c76 40 107 70 145 140 31 58 34 70 34 148 0 78 -3 90 -34 148 -37 69 -79 109 -151 144 l-45 23 -2145 2 c-1180 0 -2158 -2 -2175 -6z'/%3E%3Cpath d='M405 2871 c-90 -22 -173 -90 -215 -176 -34 -69 -35 -198 -2 -265 34 -71 75 -113 144 -151 l63 -34 2165 0 2165 0 51 27 c76 40 107 70 145 140 31 58 34 70 34 148 0 78 -3 90 -34 148 -37 69 -79 109 -151 144 l-45 23 -2145 2 c-1180 0 -2158 -2 -2175 -6z'/%3E%3Cpath d='M405 1271 c-90 -22 -173 -90 -215 -176 -34 -69 -35 -198 -2 -265 34 -71 75 -113 144 -151 l63 -34 2165 0 2165 0 51 27 c76 40 107 70 145 140 31 58 34 70 34 148 0 78 -3 90 -34 148 -37 69 -79 109 -151 144 l-45 23 -2145 2 c-1180 0 -2158 -2 -2175 -6z'/%3E%3C/g%3E%3C/svg%3E");
  --bs-navbar-toggler-border-color: none;
  --bs-navbar-toggler-border-radius: 0;
  --bs-navbar-toggler-focus-width: 0;
  transition: 0.4s ease-in-out;
}


.navbar-brand {
  margin-top: 30px;
}

.navbar-brand img {
  width: 150px;
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 16px;
}

.nav-link {
  font-family: "Quattrocento", serif;
  font-size: 18px;
  line-height: 22px;
}

.navbar-nav .nav-item:not(:nth-last-of-type(1)) {
  margin-right: 14px;
}

.navbar-nav .dropdown-menu {
  background-color: var(--bs-black);
  min-width: 100%;
  text-align: center;
  padding: 0;
}

.navbar-nav .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid var(--bs-primary);
}

.navbar-nav .dropdown-item {
  font-size: 11px;
  line-height: 16px;
  padding: 14px 0;
  color: var(--bs-white);
}

.navbar-nav .dropdown-item.active {
  background-color: transparent;
  color: var(--bs-primary);
}

/* nav.sticky {
  position: fixed !important;
  padding: 14px 0 !important;
  z-index: 99999;
  width: 100%;
  transition: 0.5s ease-in-out;
} */

.main_header_wrapper.sticky {
  position: fixed !important;
  z-index: 99999;
  width: 100%;
  transition: 0.5s ease-in-out;
}

.main_header_wrapper.sticky .navbar {
  transform: 0.5s ease;
  padding: 14px 0 !important;
}

.main_header_wrapper.sticky .top-bar {
  background-color: #000;
}

/* ============================================= */
/* !!!!                 FOOTER              !!!! */
/* ============================================= */
.footer_contact {
  background-color: var(--bs-gray-900);
  padding: 190px 0 0;
  border-bottom: 2px solid var(--bs-primary);
}

.footer_contact .row [class*="col-"] {
  margin-bottom: 35px;
}
.footer_contact_box p,
.footer_contact_box p a {
  color: var(--bs-white);
}

.footer_contact_box p,
.footer_contact_box span {
  font-family: "Century";
  line-height: 1.9;
  margin-bottom: 0;
}

.contact_title p {
  margin-bottom: 20px;
}

.get_directions {
  margin-top: 27px;
}

.get_directions a {
  color: var(--bs-cyan);
}

/* Main footer */
.main_footer {
  padding: 80px 0;
}

.main_footer_content p {
  font-family: "Century";
  font-size: 12.8px;
  margin: 0;
}

.footer_logo {
  margin-bottom: 30px;
}
.footer_logo img {
  width: 193px;
}

.social_links {
  margin: 38px 0 30px;
}

.social_links .icon_box {
  width: 36px;
  height: 36px;
  border: 1px solid #ffffff80;
  cursor: pointer;
}

.social_links .icon_box:not(:nth-last-of-type(1)) {
  margin-right: 30px;
}

.social_links svg {
  width: 18px;
  height: auto;
}

.social_links .icon_box,
.social_links .icon_box svg {
  transition: 0.3s ease-in-out;
}

.social_links .icon_box:hover {
  border-color: var(--bs-white);
}

.social_links .icon_box:hover svg {
  width: 22px;
  transform: rotate(360deg);
}

.footer_bottom a,
.footer_bottom span {
  color: var(--bs-cyan);
}

/* ============================================= */
/* !!!!            BANNER SECTION           !!!! */
/* ============================================= */
.banner_wrapper {
  height: 518px;
  overflow: hidden;
  z-index: 1;
}

.banner_wrapper video,
.banner_bg {
  z-index: -1;
}

.banner_wrapper video {
  object-fit: cover;
  -o-object-fit: cover;
}

.banner_content h1,.banner_content .h1 {
  max-width: 220px;
}

.banner_content .btn {
  margin-right: 30px;
}

.banner_content p {
  color: var(--bs-white);
  margin: 0;
}

/* ============================================= */
/* !!!!            CLIENTS TALKS            !!!! */
/* ============================================= */
.client_talks {
  padding: 100px 0;
}

.client_talks_video {
  margin-bottom: 10px;
}
.client_talks .thumb {
  cursor: pointer;
}

/* Services */
.services_connect {
  background-position: top;
}

.services_connect .btn-lg {
  margin-top: 52px;
}

.service_box_wrapper {
  padding: 150px 0 100px;
}

.service_box_wrapper .row [class*="col-"] {
  margin-bottom: 50px;
}

.services_box_icon {
  margin-bottom: 20px;
}

.services_box_icon,
.services_box_icon svg,
.services_box_icon img {
  width: 50px;
  height: 50px;
}

.services_box_icon img {
  object-fit: cover;
  -o-object-fit: cover;
}

.services_box p {
  font-family: "Century";
  margin-bottom: 25px;
}

/* ============================================= */
/* !!!!            OUR ATTORNEYS            !!!! */
/* ============================================= */
.our_attorneys_title {
  padding: 0 0 100px;
}

.attorney_ele {
  transform: rotateY(180deg);
}

.attorney_ele svg {
  width: 100%;
  height: 80px;
}

.our_attorneys_wrapper {
  padding: 0 0 50px;
}

.our_attorneys_wrapper .row [class*="col-"] {
  margin-bottom: 50px;
}

.our_attorneys_img {
  max-width: 400px;
  margin-bottom: 20px;
}

.our_attorneys_content {
  max-width: 346px;
}

.our_attorneys_content p {
  font-family: "Century";
  margin-bottom: 20px;
}

.our_attorneys_content .btn {
  min-width: 155px;
}

/* ============================================= */
/* !!!!            PRACTICE AREA            !!!! */
/* ============================================= */
.practice_area {
  padding: 100px 0 50px;
}

.practice_area_title {
  padding: 0 0 75px;
}

.practice_area_title h3 {
  margin-bottom: 30px;
}

.practice_area_title p {
  color: var(--bs-secondary);
}

.practice_area .row [class*="col-"] {
  margin-bottom: 50px;
}

.practice_img {
  height: 100px;
  margin-bottom: 20px;
}

.practice_img img {
  max-width: 80px;
  height: 80px;
  object-fit: contain;
  -o-object-fit: contain;
}
.practice_box p {
  text-transform: uppercase;
  font-size: 16px;
  text-shadow: 0px 0px 0px rgba(0,0,0,.3);
}

.practice_box p a {
  color: var(--bs-dark);
}

/* ============================================= */
/* !!!!                 FAQS                !!!! */
/* ============================================= */
.faq_title {
  padding: 0 0 35px;
}

.faq_title h2 {
  font-family: 'Roboto';
  font-weight: 400;
}

.faq_title h2,
.faqs_content p,
.faqs_content ul li {
  color: var(--bs-secondary);
}

.faqs_content ul li {
  line-height: 1.9;
}

.faqs_content p,
.faqs_content ul {
  margin-bottom: 25px;
}

/* ============================================= */
/* !!!!              TESTIMONIAL            !!!! */
/* ============================================= */
.testimonial_wrapper {
  padding: 100px 0 0;
  margin-bottom: -115px;
}

.testimonial_container {
  min-height: 534px;
  padding: 80px 0;
}

.testimonial_container h2 {
  margin-bottom: 27px;
}

.testimonial_slider {
  max-width: 729px;
  text-align: center;
}

.testimonial_slider .swiper-slide {
  padding: 32px 52px 0;
}

.testimonial_slider .swiper-slide p {
  font-family: "Century";
  color: var(--bs-white);
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-repeat: no-repeat;
}

.swiper-button-next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' width='30px' height='30px'%3E%3Cpath d='M96 480c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L242.8 256L73.38 86.63c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25l-192 192C112.4 476.9 104.2 480 96 480z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-button-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' width='30px' height='30px'%3E%3Cpath d='M224 480c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25l192-192c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25L77.25 256l169.4 169.4c12.5 12.5 12.5 32.75 0 45.25C240.4 476.9 232.2 480 224 480z' fill='%23fff'/%3E%3C/svg%3E");
}

/* ========================================================================================== */
/* !!!!                                 ABOUT US PAGE CSS                                !!!! */
/* ========================================================================================== */
/* COMMON BANNER */
.common_banner {
  z-index: 1;
  padding: 140px 0;
}

.overlay_bg {
  z-index: -1;
  opacity: 0.64;
}

.common_banner_content {
  max-width: 580px;
}

/* Common Information section */
.common_info_content {
  padding: 80px 70px 80px 80px;
}

.common_info_content h5,
.common_info_content span a {
  font-family: 'Quattrocento', serif;
}
.common_info_para {
  margin-top: 20px;
}

.common_info_content p {
  color: var(--bs-secondary);
}
.common_info_content p:last-child {
  margin: 0;
}

/* ========================================================================================== */
/* !!!!                                LEGAL TEAM PAGE CSS                               !!!! */
/* ========================================================================================== */
.about_organization {
  max-width: 762px;
  padding: 48px 80px 23px;
}

.about_organization p {
  font-family: "Adamina", serif;
  color: var(--bs-primary);
  font-style: italic;
  margin-bottom: 25px;
}

.line_ele {
  height: 68px;
  width: 2px;
  background-color: var(--bs-secondary);
  opacity: 0.8;
  margin: 80px auto;
}

.ourteam_wrapper .row [class*="col-"] {
  margin-bottom: 80px;
}

.team_member_img {
  max-width: 400px;
}
.team_member_img,
.subteam_member_img {
  margin-bottom: 25px;
}

.team_member p {
  font-family: "Century";
}

.team_member h3 {
  font-family: "Quattrocento", serif;
}

.team_member h3 {
  font-weight: 600;
}

.separator {
  width: 53px;
  border-top: 1px solid var(--bs-black);
}

.subteam_member_img {
  max-width: 350px;
}

/* ========================================================================================== */
/* !!!!                              PRACTICE AREA PAGE CSS                              !!!! */
/* ========================================================================================== */
.what_we_do p {
  color: var(--bs-secondary);
}

.pa_box_outer {
  margin: 0 20px;
  padding: 80px 70px 64px;
}

.what_we_do .row {
  margin-top: 60px;
  padding: 80px 70px;
}
.work_box h4 {
  font-family: "Quattrocento", serif;
  font-weight: 600;
}

.work_box .btn-primary {
  margin-top: 30px;
}

/* ========================================================================================== */
/* !!!!                           PRACTICE AREA INNER PAGE CSS                           !!!! */
/* ========================================================================================== */
.common_outerbox {
  padding: 80px 50px;
  margin: 0 30px;
}

.praticearea_common_content h2 {
  font-family: 'Roboto',sans-serif;
  font-size: 35px;
  color: var(--bs-dark);
  font-weight: 500;
  text-transform: uppercase;

}

.praticearea_common_content li,
.praticearea_common_content p {
  font-family: "Century";
}

.praticearea_common_content li {
  line-height: 1.8;
}

.praticearea_common_content li,
.praticearea_common_content p,
.sidebar_wrapper_content p {
  color: var(--bs-secondary);
}

.sidebar_wrapper {
  background-color: #fafafa;
  border: 1px solid #e0e0e0;
  margin: 0 0 15px;
}
.sidebar_wrapper_title {
  padding: 8px 20px;
}
.sidebar_wrapper_title p {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.6px;
  margin: 0;
}

.sidebar_wrapper_content {
  padding: 10px 12px;
}

.sidebar_wrapper_content .form-control {
  margin-bottom: 20px;
}

.sidebar_wrapper_content div p:last-child {
  margin: 0;
}

.more_testimonial a,
.more_testimonial a::after {
  transition: 0.3s ease-in-out;
}

.more_testimonial a::after {
  content: "";
  position: absolute;
  background-color: var(--bs-beig);
  width: 0;
  height: 1px;
  left: 0;
  top: 50%;
}

.more_testimonial a:hover::after {
  width: 25px;
}

.more_testimonial a:hover {
  padding-left: 29px;
}

/* SIMILAR PAGE CONTENT (Practice area) */
.our_blogbox_content h6,
.our_blogbox_title h5 {
  font-family: "Baskervville", serif;
}

.our_blogbox_title ul li a {
  font-family: "Lato", sans-serif;
  color: var(--bs-primary);
}

.our_blogbox_content {
  margin-bottom: 35px;
}

.our_blogbox_content h6 {
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
}

.our_blogbox_content p {
  font-size: 14px;
  line-height: 24px;
  color: var(--bs-gray-400);
  margin: 0;
}

.our_blogbox_content .text-truncate {
  -webkit-line-clamp: 2;
}

.our_blogbox_content a.read_blog {
  font-size: 12px;
  line-height: normal;
}

.blogbox_img {
  max-width: 220px;
  margin-left: 18px;
}

/* SIMILAR PAGE CONTENT (personal injury) */
.common_personal_injury li {
  line-height: 2.5;
}

/* ========================================================================================== */
/* !!!!                              UNSUNG HEROES PAGE CSS                              !!!! */
/* ========================================================================================== */
.unsung_heroes {
  height: 100%;
}
.unsung_heroes video {
  object-fit: contain;
  -o-object-fit: contain;
  width: 100%;
}

/* Content of the page */
.unsungheroes_content {
  padding: 50px 80px;
}

.unsungheroes_content p {
  font-family: "Adamina", serif;
  font-style: italic;
}

.unsungheroes_content p:not(:last-child) {
  margin-bottom: 25px;
}

/* ============================================= */
/* !!!!            HEROES GALLERTY          !!!! */
/* ============================================= */
.heroes_gallery {
  background-color: var(--bs-beig-100);
  padding: 60px 0;
}

.heroes_gallery_content {
  padding: 32px 48px;
}

.heroes_gallery_content h2 {
  font-family: "Roboto", sans-serif;
  margin-bottom: 35px;
}

.heroes_gallery_box {
  border-top: 1px solid var(--bs-black);
  margin: 15px 0 0;
  padding: 35px 0 0;
}

.heroes_gallery_img,
.heroes_gallery_info {
  margin: 10px;
}

.heroes_gallery_img {
  max-width: 290px;
}

.heroes_gallery_info h5,
.heroes_gallery_info p {
  font-family: "Century";
}

.heroes_gallery_info p {
  color: var(--bs-secondary);
}

.heroes_gallery_info .btn-info {
  margin-top: 29px;
}

/* ============================================= */
/* !!!!              NOMINATIONS            !!!! */
/* ============================================= */
.nomination_title {
  max-width: 670px;
  padding-bottom: 45px;
}

.nomination_title p, 
.nomination_wrapper form label,
.nomination_wrapper form p,
.nomination_title p small {
  font-family: "Century";
  color: var(--bs-secondary);
}

.nomination_wrapper form label  {
  font-size: 16px;
}

.nomination_wrapper form {
  padding: 48px 32px;
}
.nomination_wrapper form p,
.nomination_wrapper form p small {
  font-size: 13px;
  line-height: normal;
  margin: 0;
}

.nomination_wrapper form .form-control {
  background-color: var(--bs-gray-200);
  margin: 3px 0 20px;
}

.nomination_wrapper form .btn-submit-lg {
  margin-top: 32px;
}

/* ========================================================================================== */
/* !!!!                                  NEWS PAGE CSS                                   !!!! */
/* ========================================================================================== */
.news_wrapper .row [class*="col-"] {
  margin-bottom: 50px;
}

.news_content_img {
  margin-bottom: 12px;
}

.news_content h5 {
  line-height: 24px;
  margin-bottom: 10px;
}

.news_user_date a:not(:last-child),
.news_content h5 {
  font-family: "Quattrocento", serif;
}

.news_content h5 a {
  color: var(--bs-gray-800);
}

.news_user_date a {
  font-size: 14px;
  line-height: normal;
  color: #888888;
}

.news_user_date a:not(:last-child) {
  font-family: "Baskervville", serif;
}

.news_content .text-truncate {
  -webkit-line-clamp: 7;
  margin-top: 10px;
}

.news_content p {
  font-family: "Quattrocento", serif;
  font-size: 14px;
  line-height: 20px;
  color: var(--bs-gray-700);
}

/* PAGINATION */
.pagination {
  --bs-pagination-padding-x: 5px;
  --bs-pagination-padding-y: 5px;
  --bs-pagination-font-size: 14px;
  --bs-pagination-color: var(--bs-gray-600);
  --bs-pagination-border-width: 2px;
  --bs-pagination-border-color: #bbb;
  --bs-pagination-border-radius: 3px;
  --bs-pagination-hover-color: var(--bs-white);
  --bs-pagination-hover-bg: var(--bs-primary);
  --bs-pagination-hover-border-color: var(--bs-primary);
  --bs-pagination-focus-color: var(--bs-white);
  --bs-pagination-focus-bg: var(--bs-primary);
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: var(--bs-primary);
  --bs-pagination-active-border-color: var(--bs-primary);
  align-items: center;
  margin: 20px 0 0;
}

.page-item:not(:first-child) .page-link {
  margin-left: 0;
}

.news_wrapper .page-item {
  margin-right: 4px;
} 

.news_wrapper .page-link {
  font-weight: 700;
  border-radius: 3px;
  text-align: center;
  width: 38px;
  height: 38px;
}

.news_wrapper .page-link:hover svg path {
  fill: var(--bs-white);
}


/* ========================================================================================== */
/* !!!!                                CONTACT PAGE CSS                                  !!!! */
/* ========================================================================================== */
.our_map {
  padding: 80px 0 20px;
}
.map_box p {
  color: var(--bs-secondary);
  margin: 0;
}

.map_box_content {
  margin-top: 60px;
}

/* MAIN CONTACT FORM */
.main_contact_form {
  padding: 160px 0 100px;
}
.main_contact_title h2 {
  font-family: 'Shippori Mincho', serif; 
  color: var(--bs-dark);
  font-weight: 600;
}


.main_contact_title p {
  font-family: 'Roboto', sans-serif;
  color: var(--bs-secondary);  
  font-style: italic;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.main_form {
  padding: 60px;
}

.main_form .form-control {
  background-color: var(--bs-gray-200);
  margin-bottom: 20px;
}


/* 
font-family: 'Adamina', serif;
font-family: 'Baskervville', serif;
font-family: 'Lato', sans-serif;
font-family: 'Quattrocento', serif;
font-family: 'Roboto', sans-serif;
font-family: 'Shippori Mincho', serif; 
*/


/*  */
.unsung_hero_description {
  padding: 80px;
}
.unsung_hero_description h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 29px;
  color: var(--bs-dark);
}

.unsung_hero_description p {
  color: var(--bs-secondary);
  margin-bottom: 25px;
}

/*======================*/
/* Landing Page css strat */
/*======================*/
.ip_page {
    position: relative;
/*    padding-top: 85px;*/
}
.ip_page .top_logo_wrapper .ip_top_btn {
    position: relative;
    display: inline-block;
    border-radius: 0px;
    background: #857651;
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    padding: 19px 20px;
}
.ip_page .top_logo_wrapper .ip_top_btn:hover,
.ip_page .top_logo_wrapper .ip_top_btn:focus {
    background: #2f2a2d;
}
.ip_page p, .ip_page li {
    font-size: 16px;
    line-height: 24px;
}
.ip_page_banner {
    background-repeat: no-repeat;
    background-size: cover;
}
.ip_page_banner_content * {
    color: #ffffff;
}
.ip_page_banner_content {
    position: relative;
    padding: 20px 15px;
/*    background-color: rgb(111 137 165 / 80%);*/
    background-color: rgba(0,0,0,.6);
}
.ip_page_banner_content .h3 {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 2rem;
}
.ip_page_banner_content p {
    margin-bottom: 30px;
}
.ip_page_banner_content ul li {
    position: relative;
    padding-left: 40px;
    margin: 5px 0px;
    line-height: 31px;
}
.ip_page_banner_content ul li img {
    position: absolute;
    top: 0;
    left: 0;
}
.ip_page_banner_form {
    position: relative;
    background-color: #f5fffd;
    padding: 20px;
    border-top: 7px solid #857651;
}
.ip_page_banner_form  .banner_form_title {
    font-size: 24px;
    color: #1d2636;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}
.ip_page_banner_form .banner_form_title span {
    display: block;
    font-size: 47px;
    font-weight: 900;
    line-height: 90px;
}
.ip_page_banner_form .gform_wrapper .gform_footer {
    margin: 0px;
}
.ip_page_banner_form form textarea,
.ip_page_banner_form form input {
    width: 100%!important;
    border-radius: 2px;
    box-shadow: inset 0px 2px 3px #dddddd;
    -webkit-box-shadow: inset 0px 2px 3px #dddddd;
    -moz-box-shadow: inset 0px 2px 3px #dddddd;
    border: 1px solid #beb191;
    padding: 5px 10px;
}
.ip_page_banner_form form#gform_1 .gfield {
    text-align: left;
    margin-top: 5px
}
.ip_page_banner_form form textarea {
    height: 60px!important;
}
.ip_page_banner_form form label {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    font-weight: bold;
}
.ip_page_banner_form form input[type="submit"] {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    background: #857651;
    box-shadow: none;
    text-shadow: 1px 1px #070200;
    color: #ffffff;
    font-weight: 700;
    border-radius: 0px;
    border: 0px;
    padding: 10px 15px;
    margin: 0px!important;
    margin-top: 10px;
}
.ip_page_banner_form form input[type="submit"]:hover {
    background: #2f2a2d;
}
.ip_page .secondry_btn {
    position: relative;
    font-size: 16px;
    line-height: 26px;
/*    background-color: #6f89a4;*/
    background-color: #857651;
    box-shadow: none;
    text-shadow: 1px 1px #070200;
    color: #ffffff;
    font-weight: 700;
    border-radius: 0px;
    border: 0px;
    padding: 10px 10px;
}
.ip_page .secondry_btn:hover,
.ip_page .secondry_btn:focus,
.ip_page .secondry_btn:active {
    background: #2f2a2d;
}
.ip_page_banner_form .secondry_btn {
    display: block;
    text-align: center;
}
.ip_page_banner_form p.note {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
.ip_cta_wrapper {
    position: relative;
    padding: 60px 0px;
}
.ip_cta_wrapper .h2 {
    margin-bottom: 45px;
}
.ip_cta_wrapper .secondry_btn {
    max-width: 320px;
    width: 100%;
    padding: 15px 15px;
}
.ip_areas {
    position: relative;
    padding: 60px 0px;
}
.ip_areas ul {
    list-style: inside;
    margin: 0;
}
.ip_areas ul li {
    padding: 7px 0px;
}
.ip_areas .h2 {
    margin-bottom: 45px;
}
.ip_practice_area {
    position: relative;
    padding: 60px 0px;
    background-color: #ba9e66;
}
.ip_practice_area * {
    color: #ffffff;
}
.ip_practice_area_section {
    padding: 0px 30px;
}
.ip_practice_area .h2 {
    max-width: 560px;
    margin: 0px auto 20px;
    width: 100%;
    border: 2px solid;
    padding: 14px;
}
.ip_page .ip_practice_area_title_text {
    max-width: 700px;
    margin: 0px auto 60px;
    font-size: 18px;
}
.ip_practice_area_section .h4 {
    margin-bottom: 20px;
}
.ip_practice_area_section p {
    margin-bottom: 20px;
}
.ip_practice_area_section p, .ip_practice_area_section ul li {
    font-size: 14px;
}
.ip_practice_area_section ul li {
    position: relative;
    margin: 14px 0px;
    padding-left: 35px;
    line-height: 27px;
}
.ip_practice_area_section ul li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
}
.victims_wrapper {
    position: relative;
    padding: 40px 0px;
    border-top: 1px solid #eee;
}
.victims_wrapper .h4 {
    margin-bottom: 25px;
}
.victims_wrapper p {
    margin-bottom: 20px;
}
.faq__section .card {
    border: 0;
    border-radius: 0;
    margin-bottom: 1rem;
    background-color: transparent;
}
.faq__section .card-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    border-bottom: 0.0625rem solid #857651;
    padding: 0;
}
.faq__section a.card-btn:not([href]):not([tabindex]) {
    color: #ffffff;
}
.faq__section a.card-btn:not([href]):not([tabindex]):focus, a.card-btn:not([href]):not([tabindex]):hover {
    color: #000000;
}
.faq__section .card-btn {
    color: #ffffff;
    text-align: left;
    white-space: inherit;
    font-weight: 600;
    width: 100%;
    vertical-align: middle;
    padding: 0.75rem;
    cursor: pointer;
}
.faq__section .card-btn-toggle {
    display: inline-block;
    color: #6f89a4;
}
.faq__section .card-btn-toggle-default {
    display: none;
}
.faq__section .card-btn-toggle-active {
    display: block;
}
.faq__section .card-btn.collapsed .card-btn-toggle-default {
    display: block;
}
.faq__section .card-btn.collapsed .card-btn-toggle-active {
    display: none;
}
.faq__section .card-body {
    padding: 1.5rem 0;
}

.ip_page .navbar-brand {
  margin-top: 0px;
}

.ip_page .top_logo_wrapper{
    background-color: #000;
}

.page-template-landing-page #header,
.page-template-landing-page footer,
.page-template-landing-page .copyright {
    display: none!important;
}


@media (max-width:991px) {
    .ip_practice_area_section {
        padding: 0;
    }
}
@media (max-width:767px) {
    .ip_page .top_logo_wrapper .container {
        justify-content: center;
    }
    .ip_page_banner_form {
        max-width: 340px;
        margin: 30px auto 0px;
    }
    .ip_practice_area_section,
    .victims_content {
        margin-bottom: 30px;
    }
    .ip_practice_area_section ul li {
        line-height: 22px;
    }
    .ip_areas ul {
        padding-left: 40px;
    }
    .ip_page .top_logo_wrapper .ip_top_btn {
        font-size: 15px;
        line-height: 24px;
        padding: 10px;
    }
    .ip_page .top_logo_wrapper .ip_top_btns {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    .victims_img {
        text-align: center;
    }
}
/*======================*/
/* Landing Page css end */
/*======================*/

.single .post-navigation .nav-links {
  -js-display: flex;
  display: flex;
}

.comment-navigation .nav-next, .comment-navigation .nav-previous, .post-navigation .nav-next, .post-navigation .nav-previous, .posts-navigation .nav-next, .posts-navigation .nav-previous {
  width: 50%;
  display: inline-block;
}

.post-navigation a {
  background: 0 0;
  font-size: 16px;
  font-size: 1.06666rem;
  padding: 0 1.5em;
  height: 2.33333em;
  line-height: calc(2.33333em - 3px);
}
.single .post-navigation a {
  margin: 2px;
  display: inline-block;
  text-align: center;
}
.comment-navigation .nav-next, .post-navigation .nav-next, .posts-navigation .nav-next {
  text-align: right;
}
.single-post .entry-title {
  font-size: 1.375rem;
  color: #000 !important;
  font-weight: 700 !important;
}
.top-bar{
  background-color: #ba9e66;
  padding: 10px 0px;
}
.top-bar a{
  color: #fff;
}
.home .banner_wrapper .row {
  --bs-gutter-x: 16.5rem;
}
.top-bar .call_us span{
  color: #fff;
}
.page-template-landing-page .top-bar{
  display: none;
}
.faqsubtitle {
  text-align: center;
  color: var(--bs-secondary);
  font-size: 20px;
}