/* Main style */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/* responsive css */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/*
Removes the default spacing for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
  font-family: inherit;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
}

/*
Set the default cursor for buttons.
*/
button,
[role=button] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

:root {
  --heading-font-family: "Playfair Display", serif;
  --body-font-family: "Lato", sans-serif;
  --hero-title-size: 55px;
  --h1-large: 50px;
  --h1-size: 40px;
  --h2-size: 30px;
  --h3-size: 24px;
  --h4-size: 22px;
  --p-medium-size: 20px;
  --p-size: 18px;
  --p-small: 14px;
  --btn-text-size: 20px;
  --hero-subtitle-size: 26px;
  /* color */
  --body-text-color: #061b3e;
  --btn-primary-bg: #a00402;
  --btn-primary-hover-bg: #3274c9;
  --btn-secondary-bg: #3274c9;
  --btn-secondary-hover-bg: #0f5cbf;
  --dark-bg: #041127;
  --white: #ffffff;
  --white-dark:#f4f7f9
  --panel-title: #1c65c3;
  --span-color: #132642;
  --body-seconday-text-color: #103058;
}

* {
  box-sizing: border-box;
}

html, body {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--body-font-family);
  font-size: var(--p-size);
  line-height: 1.5;
  font-weight: 400;
}

body p {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1, h2, h3, h4 {
  line-height: 1.25;
}

h1, .h1 {
  font-size: var(--h1-size);
  font-family: var(--heading-font-family);
}

.main-content-area h2 {
  text-transform: uppercase;
}

h2, .h2 {
  font-size: var(--h2-size);
  margin-top: 30px;
  margin-bottom: 28px;
}

h3, .h3 {
  font-size: var(--h3-size);
}

h4, .h4 {
  font-size: var(--h4-size);
}

h5, .h5 {
  font-size: var(--p-size);
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-1 {
  padding-top: 10px;
}

.pt-2 {
  padding-top: 20px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-5 {
  padding-bottom: 50px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

/* Center aligned elements */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Left aligned elements */
.alignleft {
  float: left;
  margin-right: 1.5em;
}

/* Right aligned elements */
.alignright {
  float: right;
  margin-left: 1.5em;
}

/* Image caption container */
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f9f9f9;
  padding: 10px;
  margin: 10px;
}

/* Image caption text */
.wp-caption-text {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

/* Block image style in Gutenberg editor */
.wp-block-image {
  margin: 0 0 1em;
}

/* Blockquote style in Gutenberg editor */
.wp-block-quote {
  margin: 1em 40px;
}

.wp-block-quote p {
  font-size: 1.2em;
  font-style: italic;
}

.wp-block-quote cite {
  display: block;
  font-size: 1em;
  color: #555;
}

/* Button style in Gutenberg editor */
.wp-block-button__link {
  background-color: #0073aa;
  color: #fff;
  padding: 0.75em 1.5em;
  text-decoration: none;
  border-radius: 2px;
  display: inline-block;
}

.wp-block-button__link:hover {
  background-color: #005177;
}

.post-categories {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

/* Gallery block style in Gutenberg editor */
.wp-block-gallery {
  margin: 0 0 1em;
}

.wp-block-gallery .blocks-gallery-item {
  display: inline-block;
  margin: 0 1em 1em 0;
  vertical-align: top;
}

/* Separator block style in Gutenberg editor */
.wp-block-separator {
  border: none;
  border-top: 2px solid #ddd;
  margin: 20px 0;
}

section ul {
  list-style-type: disc;
  margin: 0;
  padding-left: 40px;
}

section ol {
  list-style-type: decimal;
  margin: 0;
  padding-left: 40px;
}

nav ol,
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-button {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.contact-button a.btn-primary {
  margin-bottom: 4rem;
  color: var(--white);
  font-weight: 700;
  font-size: var(--h4-size);
  line-height: 1.65rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  text-align: center;
  padding: 16px 35px;
  background-color: var(--btn-primary-bg);
  cursor: pointer;
  transition-duration: 0.3s;
  font-family: var(--body-font-family);
}
.contact-button a.btn-primary:hover {
  background-color: var(--btn-primary-hover-bg);
}

.btn-group {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.5rem;
  text-align: center;
  margin: 1rem 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: var(--white);
}
.btn-group .btn-secondary {
  padding: 1.25rem;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.27);
  background-color: var(--btn-secondary-bg);
}
.btn-group .btn-secondary:hover {
  background-color: var(--btn-secondary-hover-bg);
}

.header-third-child-area-1 p {
  font-size: 16px;
}

header nav {
  padding: 0.6rem 1rem 0.5rem;
  background-color: var(--dark-bg);
}
header nav .header-area {
  margin: auto;
}
header nav .header-area .header-middle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header nav .header-area .header-middle .header-last-area {
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  top: 0;
  bottom: 0;
}
header nav .header-area .header-middle .header-last-area .toogle-button {
  display: none;
}
header nav .header-area .header-middle .header-last-area .toogle-button #navbarSupportedContent {
  justify-content: end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
header nav .header-area .header-middle .header-last-area .toogle-button #toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}
header nav .header-area .header-middle .header-last-area .toogle-button #toggle {
  display: block;
  width: 40px;
  height: 30px;
  margin: 30px auto 10px;
}
header nav .header-area .header-middle .header-last-area .toogle-button #toggle.on span {
  background-color: transparent;
}
header nav .header-area .header-middle .header-last-area .toogle-button #toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
header nav .header-area .header-middle .header-last-area .toogle-button #toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
header nav .header-area .header-middle .header-last-area .toogle-button #toggle span {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--white);
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
header nav .header-area .header-middle .header-last-area .toogle-button #toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
  width: 100%;
  height: 3px;
  background-color: var(--white);
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
header nav .header-area .header-middle .header-last-area .toogle-button #toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 100%;
  height: 3px;
  background-color: var(--white);
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
header nav .header-area .header-middle .header-pre-last-area {
  display: flex;
  flex: 1 1 0%;
  justify-content: center;
  align-items: center;
}
header nav .header-area .header-middle .header-pre-last-area .header-child-area {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  flex-wrap: nowrap;
}
header nav .header-area .header-middle .header-pre-last-area .header-child-area .header-first-child-area {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
header nav .header-area .header-middle .header-pre-last-area .header-child-area .header-first-child-area img {
  height: 4.5rem;
  width: auto;
}
header nav .header-area .header-middle .header-pre-last-area .header-child-area .header-second-child-area {
  display: flex;
}
header nav .header-area .header-middle .header-pre-last-area .header-child-area .header-second-child-area .header-third-child-area-1 {
  display: flex;
  padding-bottom: 0.5rem;
  justify-content: flex-end;
  align-items: center;
  color: var(--white);
}
header nav .header-area .header-middle .header-pre-last-area .header-child-area .header-second-child-area .header-third-child-area-1 p {
  font-weight: 700;
}
header nav .header-area .header-middle .header-pre-last-area .header-child-area .header-second-child-area .header-third-child-area-1 .fa-phone-volume {
  padding: 0 8px;
}
header nav .header-area .header-middle .header-pre-last-area .header-child-area .header-second-child-area .header-third-child-area-1 a {
  font-size: 1.5rem;
  line-height: 2rem;
  display: block;
}
header nav .header-area .header-middle .header-pre-last-area .header-child-area .header-second-child-area .main-menu {
  display: flex;
  text-transform: uppercase;
  color: var(--white);
}
header nav .header-area .header-middle .header-pre-last-area .header-child-area .header-second-child-area .main-menu li {
  position: relative;
}
header nav .header-area .header-middle .header-pre-last-area .header-child-area .header-second-child-area .main-menu li .sub-menu {
  display: none;
  background: var(--dark-bg);
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 13px;
  width: 276px;
}
header nav .header-area .header-middle .header-pre-last-area .header-child-area .header-second-child-area .main-menu li .sub-menu li a {
  display: block;
}
header nav .header-area .header-middle .header-pre-last-area .header-child-area .header-second-child-area .main-menu li .sub-menu li a:hover {
  color: var(--btn-primary-bg);
}
header nav .header-area .header-middle .header-pre-last-area .header-child-area .header-second-child-area .main-menu li .sub-menu .current-menu-item > a {
  color: var(--btn-primary-bg);
}
header nav .header-area .header-middle .header-pre-last-area .header-child-area .header-second-child-area .main-menu li .sub-menu .sub-menu {
  top: 0;
  right: 100%;
  left: inherit;
}
header nav .header-area .header-middle .header-pre-last-area .header-child-area .header-second-child-area .main-menu li a {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-decoration: inherit;
}
header nav .header-area .header-middle .header-pre-last-area .header-child-area .header-second-child-area .main-menu li a:hover {
  color: var(--btn-primary-bg);
}
header nav .header-area .header-middle .header-pre-last-area .header-child-area .header-second-child-area .main-menu li:hover > ul.sub-menu {
  display: block;
}
header nav .header-area .mobile-menu {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 999;
}
header nav .header-area .mobile-menu .sub-mobile-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
header nav .header-area .mobile-menu .sub-mobile-menu ul {
  border-top: 1px solid var(--white);
}
header nav .header-area .mobile-menu .sub-mobile-menu ul a {
  padding-left: 2.5em !important;
}
header nav .header-area .mobile-menu .sub-mobile-menu li {
  border-bottom: 1px solid var(--white);
}
header nav .header-area .mobile-menu .sub-mobile-menu li a {
  background-color: var(--dark-bg);
  color: var(--white);
  display: block;
  text-decoration: inherit;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem 0.75rem;
}
header nav .header-area .mobile-menu .sub-mobile-menu .sub-menu {
  display: none;
}
header nav .header-area .mobile-menu .sub-mobile-menu .menu-item-has-children {
  position: relative;
}
header nav .header-area .mobile-menu .sub-mobile-menu .menu-item-has-children:after {
  content: "";
  height: 8px;
  width: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  color: var(--white);
  top: 10px;
  right: 10px;
  transition: 0.5s;
  transform: rotate(45deg);
}
header nav .header-area .mobile-menu .sub-mobile-menu .menu-item-has-children.active_item:after {
  transform: rotate(-135deg);
}
header .page-heading a {
  padding: 1rem 0;
  background-color: var(--btn-primary-bg);
  color: var(--white);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.65rem;
  text-decoration: inherit;
  text-align: center;
  display: block;
}
header .page-heading a:hover {
  background-color: var(--dark-bg);
  cursor: pointer;
}

.banner-area {
  background-repeat: no-repeat;
  background-position: center center;
  padding: 5.5rem 0;
  background-size: cover;
}
.banner-area .banner-content {
  padding-top: 5rem;
  color: var(--white);
  display: flex;
}
.banner-area .banner-content .banner-text {
  width: 45%;
}
.banner-area .banner-content .banner-text .h1,
.banner-area .banner-content .banner-text h1 {
  font-size: var(--h1-large);
  font-family: var(--heading-font-family);
  line-height: 1.2;
  padding-bottom: 1rem;
  font-weight: 400;
}
.banner-area .banner-content .banner-text p {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  max-width: 490px;
  width: 100%;
}
.banner-area .banner-content .banner-text .contact-button {
  justify-content: flex-start;
  margin-top: 12px;
}

.home .banner-area {
  background-position: center top;
}

.container_fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.text-center {
  text-align: center;
}

.devider.center hr {
  margin-left: auto;
  margin-right: auto;
}

.featured-section {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.featured-section .logo-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.featured-section .logo-area .sub-company {
  flex-basis: 25%;
  padding: 1.7rem;
}
.featured-section .logo-area .sub-company p {
  display: flex;
  justify-content: flex-start;
  font-weight: bold;
  margin-top: 0.5rem;
  font-size: 2.13rem;
  line-height: 2rem;
  color: var(--body-text-color);
}
.featured-section .logo-area .logo {
  display: flex;
  justify-content: center;
  padding: 0.25rem;
}

.page-template-homepage .media-section {
  background-color: #e8eff9;
}

.button-group-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 25px;
}

.content-box li[data-url],
.content .text li[data-url] {
  color: var(--btn-primary-bg);
  cursor: pointer;
}

.button-group-list a {
  padding: 10px;
  background-color: var(--btn-primary-hover-bg);
  line-height: 1.1;
  min-height: 70px;
  font-weight: 700;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.27);
  color: var(--white) !important;
}

.content_with_sidebar {
  display: grid !important;
  padding: 50px 0;
  width: 100%;
  grid-gap: 30px;
}

.content_with_sidebar .blog-sidebar {
  overflow: hidden;
}

.button-group-list a:hover {
  background-color: var(--btn-secondary-hover-bg);
}

.button-group-list a span {
  color: var(--white) !important;
}

.sidebar-area .widget_nav_menu {
  background-color: #f4f7f9;
  text-transform: capitalize;
}

.breadcrumb a {
  color: var(--btn-primary-bg);
}

.sidebar-area .widgettitle {
  padding: 10px 15px;
  color: var(--dark-bg);
  font-size: var(--h3-size);
}

.sidebar-area .widget_nav_menu .widgettitle {
  background: #f5f7f9;
}

.sidebar-area .widget_nav_menu div > ul > li > a {
  background: #e3e3e3;
  padding: 15px !important;
  color: #041127;
  border-top: 1px solid #f4f7f9;
}

.sidebar-area .widget_nav_menu div ul {
  margin: 0 !important;
}

.sidebar-area .widget_nav_menu ul,
.sidebar-area .widget_nav_menu ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.btn {
  padding: 16px 40px;
  display: inline-block;
  line-height: 1.3;
}
.btn.btn-primary {
  background-color: var(--btn-primary-bg);
  color: #fff;
  font-weight: 700;
}
.btn.btn-primary:hover {
  background-color: var(--btn-primary-hover-bg);
}

.sidebar-area .widget_nav_menu div a {
  padding: 15px !important;
  border-right: 0 !important;
  color: #041127;
  line-height: 1.1;
}

.sidebar-area .widget {
  margin-bottom: 25px;
}

.sidebar-area .widget_nav_menu div li li a {
  padding-left: 25px !important;
}

.sidebar-area .widget_nav_menu div li li li a {
  padding-left: 35px !important;
}

.sidebar-area .widget_nav_menu div li li li li a {
  padding-left: 45px !important;
}

.sidebar-area .widget_nav_menu div .current-menu-item > a,
.sidebar-area .widget_nav_menu div a:hover {
  background: #041127;
  color: #fff;
}

.sidebar-area .widget_nav_menu div .current-menu-item {
  background: #f4f7f9 !important;
}

.sidebar-area .widget_nav_menu div a {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.sidebar-area .widget_nav_menu div a .arrow {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 15px !important;
  transform: rotate(0deg);
  transition: 0.5s;
}

.related-post-slider-area {
  background-color: #f4f7f9;
  padding: 35px 0 10px;
}

.main-content-area .breadcrumb {
  padding-top: 35px;
}

.slide-item {
  width: 274px;
  max-width: 100%;
}

.button_title {
  display: inline-block;
  padding: 15px 50px;
  background-color: var(--dark-bg);
  color: #fff;
  line-height: 1;
  border-radius: 40px;
}

.section_title {
  padding: 10px 0 35px;
}

.related-post-slider .slide_item_title {
  text-align: center;
  font-size: var(--p-small);
}

.blog .blog_meta {
  font-size: 14px !important;
  color: var(--btn-primary-bg) !important;
}
.blog .blog_meta a {
  color: var(--btn-primary-bg) !important;
}

.county_footer_content ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
  gap: 5px;
}
.county_footer_content ul li {
  display: inline;
}
.county_footer_content ul li:after {
  content: ",";
}
.county_footer_content ul li:last-child::after {
  content: "";
}

.main-content ul,
.main-article ul {
  margin-bottom: 30px;
}

.collapseomatic_trigger svg {
  transition: 0.5s;
}
.collapseomatic_trigger.active svg {
  transform: rotate(180deg);
}

@media all and (min-width: 1300px) {
  .button-group-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media all and (max-width: 1300px) and (min-width: 1024px) {
  .button-group-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media all and (max-width: 1024px) and (min-width: 767px) {
  .button-group-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 767px) and (min-width: 500px) {
  .button-group-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 499px) {
  .button-group-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.media-section {
  padding: 50px 0;
  width: 100%;
  margin: auto;
}
.media-section .media-heading {
  text-align: center;
}
.media-section .media-heading h2 {
  text-transform: uppercase;
  width: initial;
  background-color: var(--dark-bg);
  margin: 0 auto 30px;
  padding: 10px;
  color: var(--white);
  border-radius: 40px;
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  padding: 10px 40px;
}

.awards-section {
  background-color: var(--dark-bg);
  margin-top: 0;
}
.awards-section .awards-heading {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
}
.awards-section .awards-heading h2 {
  color: var(--white);
  font-size: var(--h3-size);
  line-height: 2.25rem;
  margin-top: 1rem;
  text-align: center;
  margin-bottom: 0;
}
.awards-section .awards {
  display: flex;
  flex-direction: row;
}
.awards-section .awards .awards-logo {
  display: flex;
  flex-basis: 25%;
  justify-content: center;
  padding: 2.25rem;
}

.middle-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.middle-content .injury-area h2 {
  font-size: var(--h1-large);
  line-height: 1.2;
  color: var(--dark-bg);
  font-family: var(--heading-font-family);
  text-align: center;
  font-weight: 400;
}
.middle-content .injury-area .devider {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
  padding: 2rem 0;
}
.middle-content .injury-area .devider hr {
  border-top: 4px solid var(--dark-bg);
  border-radius: 0.25rem;
  width: 33.333333%;
}
.middle-content .injury-area .injury-header h3 {
  font-size: var(--h2-size);
  font-family: var(--body-font-family);
  padding: 1rem 0 2rem;
  font-weight: 400;
  text-align: center;
  color: var(--dark-bg);
}
.middle-content .injury-area .injury-conent p {
  text-align: start;
}
.middle-content .attorneys-section .attorney-header {
  text-align: center;
  padding: 40px 0;
}
.middle-content .attorneys-section .attorney-header h2 {
  color: var(--dark-bg);
  font-size: var(--h2-size);
  font-family: var(--body-font-family);
}
.middle-content .attorneys-section .attorney {
  display: flex;
  gap: 20px;
  justify-content: center;
  width: 90%;
  margin: auto;
}
.middle-content .attorneys-section .attorney .attrney-image {
  position: relative;
}
.middle-content .attorneys-section .attorney .attrney-image img {
  height: 170px;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.middle-content .attorneys-section .attorney .attrney-image .attrney-caption {
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  transition-duration: 0.2s;
}
.middle-content .attorneys-section .attorney .attrney-image .attrney-caption:hover {
  background: rgba(0, 0, 0, 0.5);
}
.middle-content .attorneys-section .attorney .attrney-image .attrney-caption:hover h2 {
  margin-bottom: 10px;
}
.middle-content .attorneys-section .attorney .attrney-image .attrney-caption h2 {
  color: var(--white);
  transition-duration: 0.2s;
  text-align: center;
  font-size: var(--h4-size);
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--body-font-family);
}
.middle-content .attorneys-section .attorney p {
  font-size: 22px;
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
  font-weight: bold;
  color: var(--body-text-color);
}
.middle-content .attorneys-section .attorney a {
  font-size: 19px;
  display: flex;
  justify-content: center;
  font-weight: bold;
  color: var(--btn-primary-bg);
}
.middle-content .case-area .case-header {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
}
.middle-content .case-area .case-header h3 {
  text-align: center;
  font-size: var(--h3-size);
  font-weight: 400;
  font-family: var(--body-font-family);
  color: var(--dark-bg);
}
.middle-content .view-all {
  font-weight: 600;
  color: var(--btn-primary-bg);
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-align: center;
  margin: 40px 0 0;
}

.attorny-profile-info {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.attorny-profile-info .info p {
  font-weight: 400;
  padding: 0;
  line-height: 2;
}

.page-hero-banner-area {
  background-color: #b9b9b9;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.page-hero-banner-area:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 26, 86, 0.64);
}
.page-hero-banner-area .page-hero-banner-content {
  position: relative;
  z-index: 1;
  min-height: 420px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--white);
}
.page-hero-banner-area .page-hero-banner-content.text-align-center {
  justify-content: center;
  text-align: center;
}
.page-hero-banner-area .page-hero-banner-content.text-align-right {
  justify-content: flex-end;
}
.page-hero-banner-area .page-hero-banner-content .page-hero-banner-text {
  flex-direction: column;
  gap: 15px;
  display: flex;
}
.page-hero-banner-area .page-hero-banner-content .hero_btn_area {
  padding-top: 20px;
}
.page-hero-banner-area .page-hero-banner-content.text-align-center {
  justify-content: center;
}
.page-hero-banner-area .page-hero-banner-content.text-align-left {
  justify-content: flex-start;
}
.page-hero-banner-area .page-hero-banner-content.text-align-right {
  justify-content: flex-end;
}
.page-hero-banner-area .page-hero-banner-content .hero_title {
  font-size: var(--hero-title-size);
  font-family: var(--heading-font-family);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}
.page-hero-banner-area .page-hero-banner-content .tagline {
  font-size: var(--h3-size);
  font-style: italic;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}
.page-hero-banner-area .page-hero-banner-content .subtitle {
  font-size: var(--hero-subtitle-size);
  margin-top: 0;
  line-height: 1.2;
  margin-bottom: 0;
}

.attorneys-members .attorneys-section .attorney-header {
  text-align: center;
  padding: 40px 0;
}
.attorneys-members .attorneys-section h2 {
  color: var(--dark-bg);
  font-size: var(--h2-size);
  font-family: var(--body-font-family);
}
.attorneys-members .attorneys-section .attorney {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.attorneys-members .attorneys-section .attorney .main-content img,
.attorneys-members .attorneys-section .attorney article img {
  height: 280px;
  margin: auto;
}
.attorneys-members .attorneys-section .attorney p {
  font-size: 20px;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 0.25rem;
  font-weight: bold;
  color: var(--btn-secondary-bg);
}
.attorneys-members .attorneys-section .attorney a {
  font-size: 19px;
  display: flex;
  justify-content: center;
  font-weight: bold;
  color: var(--body-text-color);
}

.last-section {
  padding-top: 6rem;
  text-align: center;
  background-color: rgb(241, 245, 249);
}
.last-section .content {
  font-size: 1.125rem;
}
.last-section .heading-content {
  margin: 0 5rem;
  font-weight: 700;
  text-align: center;
  font-size: var(--h3-size);
  line-height: 2rem;
  color: var(--dark-bg);
}

section.single-video {
  background: var(--dark-bg);
  padding: 50px;
}
section.single-video .video-container {
  display: flex;
  justify-content: center;
}

.main-content a,
.main-article a {
  color: var(--btn-primary-bg) !important;
  font-size: var(--p-medium-size);
}
.main-content a span,
.main-article a span {
  color: var(--btn-primary-bg) !important;
  font-size: var(--p-medium-size);
}
.main-content a:hover,
.main-article a:hover {
  color: var(--btn-secondary-hover-bg) !important;
}
.main-content a:hover span,
.main-article a:hover span {
  color: var(--btn-secondary-hover-bg) !important;
}

.lwptoc_item {
  line-height: 1.4;
}
.lwptoc_item a {
  color: var(--btn-primary-bg) !important;
  font-size: var(--p-medium-size);
}
.lwptoc_item a span {
  color: var(--btn-primary-bg) !important;
  font-size: var(--p-medium-size);
}
.lwptoc_item a:hover {
  color: var(--btn-secondary-hover-bg) !important;
}
.lwptoc_item a:hover span {
  color: var(--btn-secondary-hover-bg) !important;
}

footer {
  background-color: var(--dark-bg);
  padding: 50px 0;
}
footer .footer-area {
  display: flex;
  padding: 2.25px 0;
  gap: 20px;
}
footer .footer-area .footer-left {
  flex-shrink: 0;
  margin-left: 1.5rem;
  line-height: 1;
  margin-bottom: 0;
  flex-basis: 33%;
}
footer .footer-area .footer-left img {
  height: 4.5rem;
  width: auto;
}
footer .footer-area .footer-left .call {
  color: var(--white);
  padding: 0.5rem;
  font-size: var(--h2-size);
  margin-top: 1rem;
}
footer .footer-area .footer-left a {
  font-size: var(--h2-size);
  color: var(--white);
  text-decoration: none;
}
footer .footer-area .footer-left .social-icon {
  font-size: 3rem;
  line-height: 1;
  padding-top: 1rem;
  color: var(--white);
  display: flex;
  gap: 10px;
}
footer .footer-area .footer-left .social-icon svg {
  height: 0.9em;
  fill: var(--white);
}
footer .footer-area .footer-left .social-icon li a {
  background-color: var(--panel-title);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  transition-duration: 0.3s;
}
footer .footer-area .footer-left .social-icon li a:hover {
  background-color: #0e51a7;
}
footer .footer-area .footer-right {
  flex-basis: 66%;
  flex-grow: 1;
  color: var(--white);
}
footer .footer-area .footer-right h2 {
  font-size: var(--h1-size);
  font-family: var(--heading-font-family);
  font-weight: normal;
}
footer .footer-area .footer-right p {
  font-size: var(--h4-size);
  margin-top: 1rem;
  font-family: var(--body-font-family);
}
footer .copyright {
  padding: 1.25rem;
  font-size: var(--p-small);
}
footer .copyright p {
  padding: 4px;
  text-align: center;
  color: var(--white);
}
footer .copyright .footer-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
footer .copyright .footer-menu ul li a {
  color: var(--white);
}
footer .copyright .footer-menu ul li:after {
  content: "|";
  padding: 0 0.5rem;
  color: var(--white);
}
footer .copyright .footer-menu ul li:last-child:after {
  content: "";
}

.accordions {
  list-style: none;
  padding: 40px 0;
}
.accordions .accordion_item {
  margin: 0.5em 0 0;
}
.accordions .accordion_item .accordion_title.accordion_toggler {
  margin: 0 20px;
  font-size: var(--h3-size);
  font-family: var(--body-font-family);
  font-weight: 500;
  padding: 3px 0;
  cursor: pointer;
  width: 100%;
  display: block;
  color: var(--panel-title);
  border-radius: 0.15em;
  display: flex;
  align-items: center;
}
.accordions .accordion_item .accordion_title.accordion_toggler:before {
  float: none !important;
  content: "+";
  padding-right: 5px;
  background: var(--dark-bg);
  color: var(--white);
  padding: 0px 0;
  height: 22px;
  width: 22px;
  display: inline-block;
  line-height: 22px;
  text-align: center;
  align-items: center;
  margin-right: 15px;
  font-size: 1rem;
}
.accordions .accordion_item .accordion_title.accordion_toggler:hover:before {
  background-color: var(--btn-primary-bg);
}
.accordions .accordion_item .accordion_title.accordion_toggler.active_title:before {
  float: left !important;
  content: "−";
  background-color: var(--btn-primary-bg);
}
.accordions .accordion_item .acccordion_inner_content {
  padding-left: 3em;
  padding-top: 3em;
  padding-bottom: 3em;
}
.accordions .accordion_item .acccordion_inner_content .city {
  display: flex;
  justify-content: space-between;
  font-size: 21px;
}
.accordions .accordion_item .acccordion_inner_content .city .col {
  list-style: disc;
}
.accordions .accordion_item .acccordion_inner_content .city .col a {
  padding: 4px 0;
  display: block;
}
.accordions .acccordion_inner_content {
  font-size: var(--p-size);
}
.accordions .acccordion_inner_content ul {
  list-style: disc;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-left: 10px;
}
.accordions .acccordion_inner_content a {
  color: var(--btn-primary-bg);
}

.law-section {
  width: 90%;
  margin: auto;
}
.law-section .low-area h3 {
  font-size: var(--h2-size);
  line-height: 3rem;
  padding: 2rem 0;
  font-weight: 400;
  text-align: center;
  color: var(--dark-bg);
  text-transform: uppercase;
  font-family: var(--body-font-family);
}
.law-section .low-area .accordion {
  list-style: none;
  padding: 0;
}
.law-section .low-area .accordion li {
  margin: 0.5em 0 0;
}
.law-section .low-area .accordion li a.toggle {
  margin: 0 20px;
  font-size: var(--h3-size);
  font-family: var(--body-font-family);
  font-weight: 500;
  padding: 3px 0;
  cursor: pointer;
  width: 100%;
  display: block;
  color: var(--panel-title);
  border-radius: 0.15em;
  display: flex;
  align-items: center;
}
.law-section .low-area .accordion li a.toggle:before {
  float: none !important;
  content: "+";
  padding-right: 5px;
  background: var(--dark-bg);
  color: var(--white);
  padding: 0px 0;
  height: 22px;
  width: 22px;
  display: inline-block;
  line-height: 22px;
  text-align: center;
  align-items: center;
  margin-right: 15px;
  font-size: 1rem;
}
.law-section .low-area .accordion li a.toggle:hover:before {
  background-color: var(--btn-primary-bg);
}
.law-section .low-area .accordion li a.toggle.toggleIcon:before {
  float: left !important;
  content: "−";
  background-color: var(--btn-primary-bg);
}
.law-section .low-area .accordion li .inner {
  padding-left: 3em;
  overflow: hidden;
  display: none;
}
.law-section .low-area .accordion li .inner .city {
  display: flex;
  justify-content: space-between;
  font-size: 21px;
}
.law-section .low-area .accordion li .inner .city .col {
  list-style: disc;
}
.law-section .low-area .accordion li .inner .city .col a {
  padding: 4px 0;
  display: block;
}
.law-section .low-area .accordion .inner_content {
  font-size: var(--p-size);
}
.law-section .low-area .accordion .inner_content ul {
  list-style: disc;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.law-section .low-area .accordion .inner_content a {
  color: var(--btn-primary-bg);
}

.google-reviews {
  padding-top: 40px;
  padding-bottom: 30px;
}

div[itemtype="https://schema.org/Question"] {
  padding-left: 50px;
}
div[itemtype="https://schema.org/Question"] h3[itemprop=name] {
  font-size: var(--h3-size);
  font-family: var(--body-font-family);
  font-weight: 500;
  padding: 3px 0 3px 0;
  cursor: pointer;
  width: 100%;
  display: block;
  position: relative;
  color: var(--panel-title);
  border-radius: 0.15em;
  display: flex;
  align-items: center;
}
div[itemtype="https://schema.org/Question"] h3[itemprop=name]:before {
  content: "+";
  padding-right: 5px;
  background: var(--dark-bg);
  color: var(--white);
  padding: 0px 0;
  height: 22px;
  width: 22px;
  display: flex;
  line-height: 22px;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 1rem;
  position: absolute;
  left: -45px;
  top: calc(50% - 11px);
}
div[itemtype="https://schema.org/Question"] h3[itemprop=name].active_toggle:before {
  content: "−";
  background-color: var(--btn-primary-bg);
}
div[itemtype="https://schema.org/Question"] div[itemprop=acceptedAnswer] {
  display: none;
}

.rash_popup_overlay {
  display: flex !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  height: 100vh;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: all 0.3s ease-out;
  background: rgba(0, 0, 0, 0.92);
}

.rash_popup_inner {
  max-width: 90%;
  max-height: 80%;
}

.rash_popup_overlay iframe {
  max-width: 100%;
  max-height: 100%;
}

.close-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}

.rash_popup_overlay .rash_popup_close {
  position: absolute;
  color: #fff;
  top: 20px;
  z-index: 3;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  right: 0;
  font-style: normal;
  font-size: 35px;
  font-family: arial !important;
  cursor: pointer;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.rash_popup_inner {
  position: relative;
  z-index: 5;
}

.rash-video-slider .mrlg-image-wrapper > a {
  position: relative;
  display: block;
}

.rash-video-slider .mrlg-image-wrapper a:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  transition: all 0.3s cubic-bezier(0.17, 0.66, 0.34, 0.98);
  background: transparent;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.rash-video-slider .mrlg-image-wrapper a:hover:before {
  background: rgba(0, 0, 0, 0.5);
}

.open_popup_video a:after, .rash-video-slider .mrlg-image-wrapper a:after {
  content: "";
  background-image: url("../images/play_icon.svg");
  background-size: 32px;
  background-position: center center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #a00402;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 50px;
  border: 2px solid #a00402;
  width: 50px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.rash-video-slider .fusion-carousel-positioner:after {
  content: "";
  display: block;
  clear: both;
}

.default_sidebar.blog-sidebar {
}

.default_sidebar.blog-sidebar .sidebar-area{ 
  background-color: #f4f4f4;
  padding:  20px;
}
.default_sidebar.blog-sidebar .widget-heading {
  font-family: var(--heading-font-family);
}
.default_sidebar.blog-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.default_sidebar.blog-sidebar ul li {
  line-height: 1.5;
}
.default_sidebar.blog-sidebar ul li a {
  margin: 0;
}

.blog-sidebar .sidebar-area .tagcloud a {
  font-size: 16px !important;
}

.blog-sidebar {
  font-size: 16px;
}

.widgettitle:empty {
  display: none;
}

.blog-sidebar.slidebar-left {
  background-color: #122742;
  margin-left: -16px;
}
.blog-sidebar.slidebar-left ul.menu {
  text-transform: uppercase;
}
.blog-sidebar.slidebar-left ul.menu a {
  line-height: 1.8 !important;
}
.blog-sidebar.slidebar-left ul li a {
  color: #fff !important;
  background: #122742 !important;
  border-top: 0 !important;
}
.blog-sidebar.slidebar-left ul li a:hover {
  background: var(--btn-primary-bg) !important;
}

.main-content-area .main-content .content-box a,
.main-content-area article .content-box a {
  color: var(--btn-primary-bg);
}
.main-content-area .main-content .content-box a:hover,
.main-content-area article .content-box a:hover {
  color: var(--btn-primary-hover-bg);
}

.dui_court_location {
  padding: 40px 0;
}

.dui_court_footer_top {
  background: var(--span-color) !important;
  color: var(--white);
}
.dui_court_footer_top a {
  color: var(--white);
}
.dui_court_footer_top .courts a {
  color: var(--white) !important;
}

.foter_middle {
  text-align: justify;
  font-size: 12px;
  color: #697e9d;
  margin-top: 30px;
  padding: 30px 0;
  border-top: 3px solid var(--white);
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-template-attorney-single-profile .member-contact-info {
  background-color: #e8eff9 !important;
}
.page-template-attorney-single-profile .member-contact-info .info h2 {
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  padding-bottom: 0 !important;
  margin: 15px 0 !important;
}

.gallery-columns-3 {
  display: grid;
  justify-content: center;
  gap: 30px;
  text-align: center;
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-3 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.gallery-columns-2,
.gallery-columns-4 {
  display: grid;
  justify-content: center;
  gap: 30px;
  text-align: center;
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-2 img,
.gallery-columns-4 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.gallery-columns-5,
.gallery-columns-6 {
  display: grid;
  justify-content: center;
  gap: 30px;
  text-align: center;
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-5 img,
.gallery-columns-6 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.button-group-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-next, .owl-carousel .owl-prev {
  position: absolute;
  top: calc(50% - 15px);
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(50, 116, 201, 0.631372549) !important;
  color: #fff !important;
}
.owl-carousel .owl-next:hover, .owl-carousel .owl-prev:hover {
  background: var(--btn-primary-bg) !important;
}
.owl-carousel .owl-prev {
  left: 0;
}
.owl-carousel .owl-next {
  right: 0;
}

@media all and (min-width: 1024px) {
  .single_blog_with_sidebar.single-blog-section {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
  }
  .single_blog_with_sidebar.single-blog-section .rotate-left {
    width: 100%;
  }
  .single_blog_with_sidebar.single-blog-section .default_sidebar.blog-sidebar {
    padding: 0;
  }
  .gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .content_with_sidebar {
    grid-template-columns: 2fr 1fr;
  }
  .content_with_sidebar.content_with_two_sidebar {
    grid-template-columns: 1fr 2fr 1fr;
  }
  .blog-section .default_sidebar.blog-sidebar {
    width: 33%;
  }
  .page-hero-banner-area .page-hero-banner-content {
    min-height: 488px;
  }
  .col-2-grids {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .col-2-grids.dui_court_location {
    grid-template-columns: 3fr 2fr;
  }
}
@media all and (max-width: 1023px) {
  .content_with_sidebar.content_with_two_sidebar .main-content,
  .content_with_sidebar.content_with_two_sidebar .main-article {
    order: -1;
  }
}
/* responsive css */
:root {
  --heading-font-family: "Playfair Display", serif;
  --body-font-family: "Lato", sans-serif;
  --h1-large: 50px;
  --h1-size: 34px;
  --h2-size: 30px;
  --h3-size: 24px;
  --h4-size: 22px;
  --p-medium-size: 20px;
  --p-size: 18px;
  --p-small: 14px;
  --btn-text-size: 20px;
  /* color */
  --body-text-color: #061b3e;
  --btn-primary-bg: #a00402;
  --btn-primary-hover-bg: #3274c9;
  --btn-secondary-bg: #3274c9;
  --btn-secondary-hover-bg: #0f5cbf;
  --dark-bg: #041127;
  --white: #ffffff;
  --white-dark:#f4f7f9;
  --panel-title: #1c65c3;
  --span-color: #132642;
  --seconday-text-color:#103058;
}

.blog-section {
  width: 100%;
  margin-top: 32px;
  display: flex;
}
.blog-section .rotate-left {
  width: 66%;
}
.blog-section .rotate-left .blog-content {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog-section .rotate-left h1 {
  font-size: var(--h1-large);
  margin-left: 5%;
  font-weight: 400;
  font-family: var(--heading-font-family);
}
.blog-section .rotate-left .next-page {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
.blog-section .rotate-left .next-page .current {
  background-color: var(--dark-bg);
  padding: 10px 25px;
  border: 1px solid var(--white);
  color: var(--white);
  margin: 40px 0;
}
.blog-section .rotate-left .next-page a, .blog-section .rotate-left .next-page .dots {
  padding: 10px 25px;
  border: 1px solid var(--white);
  margin: 40px 0;
  color: var(--btn-primary-bg);
}
.blog-section .blog {
  width: 90%;
  height: auto;
  padding: 45px;
  margin-right: 20px;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
  color: var(--dark-bg);
  margin-bottom: 60px;
}
.blog-section .blog h2 {
  margin-left: 0;
  font-family: "Playfair Display";
  font-size: 2em;
  font-weight: 400;
}
.blog-section .blog span {
  font-weight: 500;
  font-size: var(--p-size);
}
.blog-section .blog span a {
  color: var(--btn-primary-bg);
}
.blog-section .blog p {
  font-weight: 500;
  font-size: var(--p-size);
  padding-bottom: 44px;
}
.blog-section .blog a.readmore {
  background-color: var(--btn-primary-bg);
  color: var(--white);
  padding: 10px 40px;
  font-size: var(--p-medium-size);
  font-weight: bold;
}
.blog-section .blog a.readmore:hover {
  background-color: var(--body-text-color);
  color: var(--white);
}

.blog-sidebar .sidebar-area .widget-area a {
  color: var(--btn-primary-bg);
  font-weight: bold;
  font-size: var(--p-medium-size);
  margin: 15px 0;
  display: block;
}
.blog-sidebar .sidebar-area .widget-area form.search-form {
  background: rgb(18, 18, 59);
  padding: 10px 0;
}
.blog-sidebar .sidebar-area .widget-area form.search-form label {
  padding: 20px 10px;
}
.blog-sidebar .sidebar-area .widget-area form.search-form label span {
  display: none;
}
.blog-sidebar .sidebar-area .widget-area form.search-form input[type=submit] {
  color: var(--white);
}
.blog-sidebar .sidebar-area .widget-area form.search-form input {
  font-size: var(--p-medium-size);
  padding: 6px;
}
.blog-sidebar .sidebar-area .input-area {
  background-color: rgb(18, 18, 59);
  padding: 10px;
  display: flex;
}
.blog-sidebar .sidebar-area .input-area .icon {
  margin-left: 14px;
  background-color: transparent !important;
  color: var(--white);
}
.blog-sidebar .sidebar-area .input-area input {
  border: none;
}
.blog-sidebar .sidebar-area h3 {
  margin: 25px 0;
  font-weight: normal;
  font-size: var(--h2-size);
}
.blog-sidebar .sidebar-area .tagcloud a {
  background-color: var(--white);
  border: 1px solid var(--white);
  padding: 7px 15px;
  font-size: 16px !important;
  display: inline-block;
  margin: 2px 0;
  color: var(--dark-bg);
  font-weight: normal;
}
.blog-sidebar .sidebar-area .tagcloud a:hover {
  background-color: var(--body-text-color);
  color: var(--white);
}
.blog-sidebar .sidebar-area .cd-area a {
  padding: 5px 5px;
  font-size: var(--h2-size);
  display: block;
  margin: 2px 0;
  color: var(--btn-primary-bg);
  font-weight: bold;
}
.blog-sidebar .sidebar-area .pi-area a {
  padding: 5px 5px;
  font-size: var(--h2-size);
  display: block;
  margin: 2px 0;
  color: var(--btn-primary-bg);
  font-weight: bold;
}

.single-blog-section {
  width: 100%;
  margin-top: 32px;
  display: flex;
}
.single-blog-section .rotate-left {
  width: 66%;
}
.single-blog-section .rotate-left .blog-content {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.single-blog-section .rotate-left h1 {
  font-size: var(--h1-large);
  font-weight: 400;
  font-family: var(--heading-font-family);
}
.single-blog-section .rotate-left .next-page {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
.single-blog-section .rotate-left .next-page .current {
  background-color: var(--dark-bg);
  padding: 10px 25px;
  border: 1px solid var(--white);
  color: var(--white);
  margin: 40px 0;
}
.single-blog-section .rotate-left .next-page a, .single-blog-section .rotate-left .next-page .dots {
  padding: 10px 25px;
  border: 1px solid var(--white-dark);
  margin: 40px 0;
  color: var(--btn-primary-bg);
}
.single-blog-section .blog {
  height: auto;
  margin-right: 20px;
  color: var(--dark-bg);
  margin-bottom: 60px;
}
.single-blog-section .blog-sidebar {
  overflow-x: hidden;
  max-width: 100%;
}
.single-blog-section .blog-sidebar .sidebar-area {
  background-color: var(--white-dark);
  padding: 30px;
  margin-bottom: 100px;
}
.single-blog-section .blog-sidebar .sidebar-area h1 {
  font-size: var(--h1-size);
  font-weight: 100;
  font-family: var(--heading-font-family);
}
.single-blog-section .blog-sidebar .sidebar-area .widget-area a {
  color: var(--btn-primary-bg);
  font-weight: bold;
  font-size: var(--h4-size);
  margin: 20px 0;
  display: block;
}
.single-blog-section .blog-sidebar .sidebar-area .widget-area form.search-form {
  background: var(--body-text-color);
  padding: 10px;
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.single-blog-section .blog-sidebar .sidebar-area .widget-area form.search-form label span {
  display: none;
}
.single-blog-section .blog-sidebar .sidebar-area .widget-area form.search-form input[type=submit] {
  padding: 18px 19px;
  color: var(--white);
  width: 100%;
  background-color: var(--btn-primary-bg);
}
.single-blog-section .blog-sidebar .sidebar-area .widget-area form.search-form input[type=submit]:hover {
  background-color: var(--btn-primary-hover-bg);
}
.single-blog-section .blog-sidebar .sidebar-area .widget-area form.search-form input {
  font-size: var(--btn-text-size);
  padding: 6px;
  width: 100%;
}
.single-blog-section .blog-sidebar .sidebar-area .input-area {
  background-color: var(--body-text-color);
  padding: 10px;
  display: flex;
}
.single-blog-section .blog-sidebar .sidebar-area .input-area .icon {
  margin-left: 14px;
  background-color: transparent !important;
  color: var(--white);
}
.single-blog-section .blog-sidebar .sidebar-area .input-area input {
  border: none;
}
.single-blog-section .blog-sidebar .sidebar-area h3 {
  margin: 25px 0;
  font-weight: normal;
  font-size: var(--h2-size);
}
.single-blog-section .blog-sidebar .sidebar-area .tagcloud a {
  background-color: var(--white);
  border: 1px solid var(--white);
  padding: 7px 15px;
  font-size: var(--p-size) !important;
  display: inline-block;
  margin: 2px 0;
  color: var(--dark-bg);
  font-weight: normal;
}
.single-blog-section .blog-sidebar .sidebar-area .cd-area a {
  padding: 5px 5px;
  font-size: var(--h2-size);
  display: block;
  margin: 2px 0;
  color: var(--btn-primary-bg);
  font-weight: bold;
}
.single-blog-section .blog-sidebar .sidebar-area .pi-area a {
  padding: 5px 5px;
  font-size: var(--p-size);
  display: block;
  margin: 2px 0;
  color: var(--btn-primary-bg);
  font-weight: bold;
}

.defence-banner-area {
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0 0;
  background-color: var(--dark-bg);
  background-size: cover;
  background-blend-mode: soft-light;
  height: 400px;
}
.defence-banner-area .defence-banner-content {
  padding-top: 0;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}
.defence-banner-area .defence-banner-content .defence-banner-text {
  width: 80%;
  line-height: 39px;
}
.defence-banner-area .defence-banner-content .defence-banner-text h1 {
  font-weight: 100;
  font-size: 1.5rem;
  font-style: italic;
  padding: 33px 0;
}
.defence-banner-area .defence-banner-content .defence-banner-text h2 {
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 3rem;
}
.defence-banner-area .defence-banner-content .defence-banner-text p {
  font-weight: 100;
  font-size: 1.5rem;
  padding: 37px 0;
  color: var(--white);
}
.defence-banner-area .defence-banner-content .defence-banner-text a {
  margin-bottom: 4rem;
  color: var(--white);
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  text-align: center;
  padding: 0.75rem;
  background-color: var(--btn-primary-bg);
  cursor: pointer;
  transition-duration: 0.3s;
}
.defence-banner-area .defence-banner-content .defence-banner-text a:hover {
  background-color: var(--btn-primary-hover-bg);
}

.crime-charge-section {
  display: flex;
  align-content: center;
  justify-content: center;
}
.crime-charge-section .container .charges-heading h3 {
  text-transform: uppercase;
  width: 300px;
  background-color: var(--dark-bg);
  margin: 50px auto;
  padding: 10px;
  color: var(--white);
  border-radius: 40px;
  font-weight: 300;
  text-align: center;
}
.crime-charge-section .container .charge-boxes .charge {
  margin: 0.5rem;
  align-content: center;
}
.crime-charge-section .container .charge-boxes .charge img {
  max-height: 125px;
  -o-object-fit: cover;
     object-fit: cover;
  background: var(--btn-primary-hover-bg);
}

.main-content-area .row {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 80px;
}
.main-content-area .row .contents {
  border: 1px solid var(--dark-bg);
  padding-top: 20px;
  margin-right: 33%;
  background: var(--white);
}
.main-content-area .row .contents span {
  font-size: var(--h3-size);
  padding-left: 10px;
}
.main-content-area .row .contents span a {
  font-size: var(--p-size);
}
.main-content-area .row .contents span a:hover {
  color: var(--btn-primary-hover-bg);
}
.main-content-area .row .contents a {
  color: var(--btn-primary-bg);
}
.main-content-area .row .contents .order-list {
  padding-left: 43px;
}
.main-content-area .row .contents .order-list li::before {
  content: counter(ol);
  color: red;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  list-style-type: decimal;
}
.main-content-area .row .contents .order-list a {
  color: var(--btn-primary-bg);
  font-size: var(--h4-size);
  font-weight: 100;
}
.main-content-area .row .contents .order-list a:hover {
  color: var(--btn-primary-hover-bg);
}
.main-content-area .row .left-area .lwptoc_items a {
  color: var(--btn-primary-bg);
  font-size: var(--p-medium-size);
}
.main-content-area .row .left-area .lwptoc_items a:hover {
  color: var(--btn-primary-hover-bg);
}
.main-content-area .row .right-area {
  margin-left: 25px;
}
.main-content-area .row .right-area .form-section {
  background-color: var(--body-text-color);
  padding: 26px;
  color: var(--white);
}
.main-content-area .row .right-area .form-section img {
  width: 39%;
  height: auto;
  border-radius: 50%;
  margin-left: 76px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-content-area .row .right-area .form-section .form {
  display: flex;
  flex-direction: column;
}
.main-content-area .row .right-area .form-section .form input {
  padding: 10px 10px;
  margin: 6px 0;
  color: var(--dark-bg);
}

.content_with_sidebar h1:after {
  content: "";
  width: 250px;
  margin: 30px 0;
  height: 1px;
  clear: both;
  display: block;
  background: var(--dark-bg);
}

.full-width-section {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 80px;
}
.full-width-section .full-container {
  width: 90%;
}
.full-width-section .full-container .lwptoc_items a {
  color: var(--btn-primary-bg);
  font-size: var(--p-medium-size);
}
.full-width-section .full-container .lwptoc_items a:hover {
  color: var(--btn-primary-hover-bg);
}
.full-width-section .full-container .lwptoc_items span {
  font-size: var(--p-medium-size);
  color: var(--btn-secondary-bg);
}
.full-width-section .full-container .lwptoc_items h2 {
  padding-top: 42px;
  font-size: var(--h1-large);
  font-weight: normal;
}
.full-width-section .full-container .lwptoc_items .devider {
  margin: 0.25rem 0;
  padding: 2rem 0;
}
.full-width-section .full-container .lwptoc_items .devider hr {
  border-top: 3px solid var(--dark-bg);
  border-radius: 0.25rem;
  width: 29.333333%;
}
.full-width-section .full-container .lwptoc_items h3 {
  font-size: var(--h1-size);
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 25px;
}
.full-width-section .full-container .contents {
  border: 1px solid black;
  padding-top: 20px;
  margin-right: 33%;
  background: var(--white);
}
.full-width-section .full-container .contents span {
  font-size: var(--h3-size);
  padding-left: 10px;
}
.full-width-section .full-container .contents span a {
  font-size: var(--p-size);
}
.full-width-section .full-container .contents span a:hover {
  color: var(--btn-primary-hover-bg);
}
.full-width-section .full-container .contents a {
  color: var(--btn-primary-bg);
}
.full-width-section .full-container .contents .order-list {
  padding-left: 43px;
}
.full-width-section .full-container .contents .order-list li::before {
  content: counter(ol);
  color: var(--btn-primary-bg);
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  list-style-type: decimal;
}
.full-width-section .full-container .contents .order-list a {
  color: var(--btn-primary-bg);
  font-size: var(--h4-size);
  font-weight: 100;
}
.full-width-section .full-container .contents .order-list a:hover {
  color: var(--btn-primary-hover-bg);
}

.page-template-subpage-criminal-and-dui .google-reviews,
.page-template-subpage-dui-city-page .google-reviews,
.page-template-subpage-personal-injury .google-reviews {
  padding-top: 0;
  padding-bottom: 30px;
}

.free-coun {
  text-align: center;
  margin: 55px 0;
  color: var(--white);
  font-size: var(--p-size);
}
.free-coun a {
  background-color: var(--btn-primary-bg);
  padding: 20px;
  text-transform: capitalize;
  transition-duration: 0.3s;
}
.free-coun a span {
  text-transform: uppercase;
}
.free-coun a:hover {
  background-color: var(--btn-primary-hover-bg);
}

.courts-section {
  padding: 30px 0;
  text-align: center;
  background-color: var(--white-dark);
}
.courts-section h3 {
  font-size: var(--h3-size);
  font-family: var(--body-font-family);
  text-transform: uppercase;
}
.courts-section .courts a {
  color: var(--btn-primary-bg);
}
.courts-section .courts a:hover {
  color: var(--btn-primary-hover-bg);
}

.member-contact-info .row {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 0 0 35px;
  gap: 40px;
}
.member-contact-info .row .image {
  width: 30%;
  padding-left: 40px;
}
.member-contact-info .row .image img {
  -o-object-fit: fill;
     object-fit: fill;
}
.member-contact-info .row .info {
  width: 60%;
  align-content: center;
  padding-bottom: 20px;
}
.member-contact-info .row .info h1 {
  font-size: 3rem;
  font-weight: normal;
  color: var(--dark-bg);
  line-height: 55px;
}
.member-contact-info .row .info h2 {
  font-size: 2rem;
  font-weight: 100;
  text-transform: uppercase;
  padding-bottom: 51px;
}
.member-contact-info .row .info ul {
  display: flex;
  font-size: 1.25rem;
  flex-wrap: wrap;
}
.member-contact-info .row .info ul li {
  padding-right: 15px;
}
.member-contact-info .row .info ul li:last-child a:after {
  content: " " !important;
}
.member-contact-info .row .info ul li a {
  color: var(--btn-primary-bg);
}
.member-contact-info .row .info ul li a:hover {
  color: var(--btn-primary-hover-bg);
}
.member-contact-info .row .info ul li a:after {
  content: "•" !important;
  margin-left: 12px;
  color: var(--dark-bg);
}

.page-template-attorney-single-profile .member-contact-info {
  background-color: #e8eff9 !important;
}
.page-template-attorney-single-profile .member-contact-info .info h2 {
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  padding-bottom: 0 !important;
  margin: 15px 0 !important;
}

.content {
  width: 100%;
}
.content .text {
  width: 80%;
  margin-left: 7%;
}
.content .text a {
  color: var(--btn-primary-bg);
  font-size: 1.25rem;
}
.content .text a:hover {
  color: var(--btn-primary-hover-bg);
}
.content .text p {
  color: var(--dark-bg);
  font-size: 1.25rem;
  line-height: 36px;
  padding: 13px 0;
}
.content .text p span {
  color: var(--body-text-color);
}
.content .text h2 {
  font-size: 2.25rem;
  font-weight: normal;
  text-transform: uppercase;
  padding: 28px 0;
  color: var(--dark-bg);
}
.content .text h3 {
  font-size: 1.75rem;
  font-weight: normal;
  color: var(--dark-bg);
}
.content .text ul {
  padding-left: 40px;
}
.content .text ul li {
  list-style-type: disc;
  line-height: 40px;
  font-size: 1.25rem;
  color: var(--dark-bg);
}
.content .text .click {
  text-align: center;
}
.content .text .click a {
  color: var(--btn-primary-bg);
  font-size: 1.25rem;
  margin-bottom: 69px;
  display: block;
  text-transform: uppercase;
}

.court-area {
  height: 200px;
  width: 100%;
  background-color: var(--white);
  text-align: center;
  align-content: center;
}
.court-area .court-serve {
  width: 80%;
  margin-left: 7%;
}
.court-area .court-serve .court-heading {
  padding: 10px;
}
.court-area .court-serve .court-heading h3 {
  text-transform: uppercase;
  font-size: 1.75rem;
  color: var(--body-text-color);
}
.court-area .court-serve .courts {
  padding-top: 10px;
}
.court-area .court-serve .courts a {
  font-size: 1rem;
  color: var(--body-text-color);
}

.introduce {
  margin-top: 40px;
}
.introduce h1 {
  font-size: var(--h1-large);
  font-weight: normal;
  color: var(--dark-bg);
  text-transform: capitalize;
  text-align: center;
  font-family: var(--heading-font-family);
}
.introduce .devider {
  display: flex;
  margin-top: 1.25rem;
  justify-content: center;
}
.introduce .devider hr {
  border-top: 3px solid var(--dark-bg);
  border-radius: 0.25rem;
  width: 23.333333%;
}

.attorny-profile-lite {
  background-color: var(--white);
}

.attorny-profile-info {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 40px;
  padding: 42px 0px;
}
.attorny-profile-info .image {
  width: 30%;
  align-items: center;
  display: flex;
}
.attorny-profile-info .image img {
  width: 100%;
  height: auto;
}
.attorny-profile-info .info {
  width: 60%;
}
.attorny-profile-info .info h2 {
  font-size: 2rem;
  font-weight: normal;
  color: var(--dark-bg);
}
.attorny-profile-info .info span {
  font-size: 1.25rem;
  font-weight: normal;
  text-transform: uppercase;
  color: var(--btn-primary-bg);
}
.attorny-profile-info .info p {
  line-height: 39px;
  color: var(--dark-bg);
}
.attorny-profile-info .info a {
  font-size: 1.25rem;
  color: var(--btn-primary-bg);
  text-transform: uppercase;
}
.attorny-profile-info .info a:hover {
  color: var(--btn-primary-hover-bg);
}

.ready-team {
  height: 200px;
  width: 100%;
  text-align: center;
  align-content: center;
}
.ready-team .court-serve {
  width: 80%;
  margin-left: 7%;
  padding-bottom: 22px;
}
.ready-team .court-serve h3 {
  font-size: 1.5rem;
  color: var(--body-text-color);
}
.ready-team .court-serve .call {
  padding-top: 10px;
}
.ready-team .court-serve .call span {
  font-size: 1.75rem;
  color: var(--body-text-color);
  text-transform: capitalize;
}
.ready-team .court-serve .call a {
  font-size: 1.75rem;
  color: var(--btn-primary-bg);
}
.ready-team .court-serve .call a:hover {
  color: var(--btn-primary-hover-bg);
}

.contact-banner-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: soft-light;
  height: 100%;
}
.contact-banner-section .contact-banner-from {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.contact-banner-section .contact-banner-from .right-area {
  width: 500px;
  margin-top: 27px;
  margin-right: 8%;
}
.contact-banner-section .contact-banner-from .right-area .form-section {
  background-color: var(--dark-bg);
  padding: 36px;
  color: #fff;
}
.contact-banner-section .contact-banner-from .right-area .form-section .form {
  display: flex;
  flex-direction: column;
}
.contact-banner-section .contact-banner-from .right-area .form-section .form input {
  padding: 10px 10px;
  margin: 6px 0;
  color: #0f0e0e;
}
.contact-banner-section .contact-banner-from .right-area .form-section .form .checkbox {
  display: flex;
  padding-top: 30px;
}
.contact-banner-section .contact-banner-from .right-area .form-section .form .checkbox input {
  margin: 10px;
}
.contact-banner-section .contact-banner-from .right-area .form-section .form button {
  background-color: var(--btn-primary-bg);
  padding: 10px 10px;
  margin: 30px 93px;
}
.contact-banner-section .contact-banner-from .right-area .form-section h1 {
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
}
.contact-banner-section .contact-banner-from .right-area .form-section p {
  font-size: 1.75rem;
  text-align: center;
  padding-bottom: 19px;
}

.contact-info {
  margin-top: 70px;
  text-align: center;
  line-height: 5.5rem;
  margin-left: 20px;
  margin-right: 20px;
}
.contact-info h2 {
  font-size: 50px;
  font-weight: normal;
  color: var(--dark-bg);
  text-transform: capitalize;
  text-align: center;
}
.contact-info .devider {
  display: flex;
  margin-top: 1.25rem;
  justify-content: center;
}
.contact-info .devider hr {
  border-top: 4px solid #180b0b;
  border-radius: 0.25rem;
  width: 23.333333%;
}
.contact-info h3 {
  font-size: 24pt;
  text-transform: uppercase;
  font-weight: normal;
  color: var(--dark-bg);
}
.contact-info p {
  font-size: 1.25rem;
  color: var(--body-text-color);
}
.contact-info .contact {
  display: flex;
  width: 100%;
  justify-content: center;
}
.contact-info .contact .contact-item {
  display: flex;
  justify-content: space-between;
  width: 74%;
  line-height: 3rem;
}
.contact-info .contact .contact-item .email {
  padding: 0 10px;
}
.contact-info .contact .contact-item .email .icon {
  font-size: 38px;
  color: var(--btn-primary-bg);
}
.contact-info .contact .contact-item .email h2 {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: var(--body-text-color);
}
.contact-info .contact .contact-item .email h2:hover {
  color: var(--btn-primary-bg);
}
.contact-info .contact .contact-item .email p {
  color: var(--body-text-color);
  font-size: 1.25rem;
}
.contact-info .contact .contact-item .phone {
  padding: 0 10px;
}
.contact-info .contact .contact-item .phone .icon {
  font-size: 38px;
  color: var(--btn-primary-bg);
}
.contact-info .contact .contact-item .phone h2 {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: var(--body-text-color);
}
.contact-info .contact .contact-item .phone h2:hover {
  color: var(--btn-primary-bg);
}
.contact-info .contact .contact-item .phone p {
  color: var(--body-text-color);
  font-size: 1.25rem;
}
.contact-info .contact .contact-item .time {
  padding: 0 10px;
}
.contact-info .contact .contact-item .time .icon {
  font-size: 38px;
  color: var(--btn-primary-bg);
}
.contact-info .contact .contact-item .time h2 {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: var(--body-text-color);
}
.contact-info .contact .contact-item .time h2:hover {
  color: var(--btn-primary-bg);
}
.contact-info .contact .contact-item .time p {
  color: var(--body-text-color);
  font-size: 1.25rem;
}

.call-now {
  margin-top: 70px;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
.call-now .team-details {
  line-height: 4.5rem;
}
.call-now h2 {
  font-size: 50px;
  font-weight: normal;
  color: var(--dark-bg);
  text-transform: uppercase;
  text-align: center;
}
.call-now h3 {
  font-size: 30px;
  font-weight: normal;
  color: var(--dark-bg);
}
.call-now h4 {
  font-size: 26px;
  font-weight: normal;
  color: var(--dark-bg);
  text-decoration: underline;
}
.call-now p {
  font-size: 1.25rem;
  color: var(--body-text-color);
}
.call-now .contact {
  display: flex;
  width: 100%;
  justify-content: center;
}
.call-now .contact .all-call-details {
  display: flex;
  justify-content: space-between;
  width: 90%;
  line-height: 3rem;
}
.call-now .contact .all-call-details .call-details {
  padding: 15px 0;
}
.call-now .contact .all-call-details .call-details .call {
  line-height: 23px;
  padding: 14px 0;
}
.call-now .contact .all-call-details .call-details .call a {
  color: var(--body-text-color);
  font-weight: bold;
}
.call-now .contact .all-call-details .call-details .call p {
  font-size: 1rem;
  color: var(--body-text-color);
}

/* responsive css */
@media all and (min-width: 1024px) {
  header .header-area {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 768px) {
  header .header-last-area {
    display: none;
  }
  header .header-child-area {
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  header .header-child-area .header-second-child-area {
    display: block;
    margin-left: 1.5rem;
  }
  header .header-child-area .header-second-child-area .main-menu {
    flex-wrap: wrap;
  }
  .featured-section .logo-area {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .featured-section .logo-area .sub-company {
    flex-basis: 18%;
    padding: 1.2rem;
    min-width: 300px;
  }
  .featured-section .logo-area img {
    max-width: 130px;
    max-height: 48px;
  }
  header nav .header-area .header-middle .header-last-area .toogle-button {
    display: none;
  }
  .inner_content ul {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media all and (min-width: 640px) {
  header nav .header-area {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  header nav .header-area .header-pre-last-area {
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 1300px) {
  .featured-section .logo-area {
    flex-wrap: wrap;
    max-width: 100%;
  }
  .featured-section .logo-area .sub-company {
    flex-basis: 100%;
    padding: 1.5rem;
    min-width: initial;
    text-align: center;
    justify-content: center;
    display: flex;
  }
}
@media all and (min-width: 1050px) and (max-width: 1300px) {
  .banner-area .banner-content {
    padding-top: 1rem;
  }
  .banner-area .banner-content .banner-area .banner-content .banner-text {
    width: 60%;
  }
}
@media all and (max-width: 1300px) {
  .logo-area {
    padding-bottom: 20px;
  }
}
@media all and (min-width: 1050px) {
  .large-hide {
    display: none !important;
  }
}
@media all and (max-width: 1049px) {
  .medium-down-hide {
    display: none !important;
  }
  .page-template-homepage .banner-area {
    background-image: linear-gradient(180deg, rgba(56, 56, 56, 0) 44%, #000000 83%), url("https://www.myrightslawgroup.com/wp-content/uploads/2022/08/background-1920x900-3.jpg") !important;
    min-height: 750px;
    display: flex;
    align-items: flex-end;
  }
  .page-template-homepage .banner-area .banner-content {
    padding-top: 0;
  }
  .page-template-homepage .banner-area .banner-text {
    width: 100%;
    text-align: center;
    max-width: 750px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .page-template-homepage .banner-area .banner-text h1 {
    font-family: var(--body-font-family) !important;
    padding-bottom: 0;
    font-weight: 400;
    max-width: 550px;
    margin: auto;
  }
  .page-template-homepage .banner-area .banner-text p {
    width: 100%;
    margin: auto;
  }
  .page-template-homepage .banner-area .contact-button {
    display: none !important;
    justify-content: center;
  }
  .page-template-homepage .banner-area .contact-button .btn-primary {
    margin-bottom: 0;
  }
  .awards-section .awards .awards-logo {
    padding: 0.25rem;
  }
}
@media all and (max-width: 991px) {
  .banner-area {
    padding: 0;
  }
  .banner-area .banner-content {
    padding-top: 3rem;
    color: var(--white);
    display: flex;
    justify-content: center;
  }
  .banner-area .banner-content .banner-text {
    width: 80%;
  }
  .featured-section {
    flex-wrap: wrap;
  }
  .featured-section .sub-company {
    padding-bottom: 0;
  }
  .featured-section .logo-area {
    align-items: center;
    flex-direction: row;
    gap: 10px;
  }
  .featured-section .logo-area .logo {
    flex-basis: calc(28% - 10px);
  }
}
@media all and (max-width: 768px) {
  .small-hide {
    display: none !important;
  }
  .btn-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  footer .footer-area {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .footer-area .footer-left a {
    display: flex;
    justify-content: center;
  }
  .row {
    flex-direction: column;
  }
  .left-area {
    width: 100%;
  }
  .blog-sidebar {
    width: 100%;
  }
  .attorny-profile-info {
    height: inherit;
    flex-direction: column;
  }
  .attorny-profile-info .image {
    width: 100%;
    padding: 0;
  }
  .attorny-profile-info .info {
    width: 100%;
    padding-top: 0;
  }
  .attorny-profile-info .info a {
    text-align: center;
    display: block;
    margin-bottom: 50px;
  }
  .member-contact-info .row .image {
    width: 100%;
    padding-left: 0;
  }
  .member-contact-info .row .info {
    width: 100%;
  }
  .main-content-area .row {
    flex-direction: column;
  }
  .main-content-area .row .left-area {
    width: 100%;
  }
  footer .copyright .footer-menu ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  footer .copyright .footer-menu ul li {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .attorneys-section {
    width: 100%;
    margin: auto;
    max-width: 400px;
  }
  .attorneys-section .attorney {
    flex-direction: column;
  }
}
@media all and (max-width: 640px) {
  header nav .header-area .header-middle .header-pre-last-area .header-child-area .header-first-child-area img {
    width: 240px;
    height: auto;
  }
  .featured-section {
    flex-direction: column;
  }
  .awards-section .awards {
    flex-direction: wrap;
    justify-content: center;
  }
  .awards-section .awards .awards-logo {
    flex-basis: 28%;
    justify-content: center;
    padding: 10px;
  }
  .middle-content .injury-area .injury-header h3 {
    padding: 0;
  }
  .attorneys-section .attorney {
    flex-direction: column;
  }
  .middle-content .injury-area .injury-conent p {
    text-align: center;
  }
  .btn-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media all and (max-width: 768px) {
  .blog-section {
    flex-direction: column;
  }
  .blog-section .rotate-left {
    width: 100%;
  }
  .blog-section .rotate-left h1 {
    margin: 0;
    text-align: center;
  }
  .blog-section .rotate-right {
    width: 91%;
    margin: 0 19px;
  }
  .blog-section .blog {
    width: 90%;
    margin: 0;
  }
  .btn-group {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  footer .footer-area .footer-left .call,
  footer .footer-area .footer-right h2,
  footer .footer-area .footer-right p {
    text-align: center;
  }
  .last-section .heading-content {
    margin: 0;
  }
  .middle-content .injury-area h2,
  .banner-area .banner-content .banner-text h1,
  .banner-area .banner-content .banner-text .h1 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .banner-area .banner-content .banner-text p {
    font-weight: 400;
  }
  footer .footer-area .footer-left {
    padding: 0;
  }
}
/*Container Style*/
.container {
  max-width: 1400px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1210px) {
  .container {
    max-width: 1190px;
  }
}
@media (min-width: 1430px) {
  .container {
    max-width: 1400px;
  }
}
@media all and (max-width: 1134px) {
  .contact-item {
    flex-direction: column;
  }
  header nav .header-area .mobile-menu .sub-mobile-menu {
    padding-left: 0;
    padding-right: 0;
  }
  header nav {
    padding: 1rem 0;
    background-color: var(--dark-bg);
  }
  header nav .header-area .header-middle .header-pre-last-area .header-child-area {
    justify-content: flex-start;
  }
  header nav .header-area .header-middle .header-pre-last-area .header-child-area .header-second-child-area {
    display: none;
  }
  header nav .header-area .header-middle .header-last-area .toogle-button {
    display: block;
  }
  footer .social-icon li a {
    width: 35px !important;
    height: 35px !important;
  }
  footer .social-icon li a svg {
    height: 0.6em !important;
  }
}
@media all and (max-width: 870px) {
  .background-section .right-area {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }
  .all-call-details {
    flex-direction: column;
  }
}
@media all and (max-width: 767px) {
  :root {
    --hero-title-size: 40px;
  }
  .featured-section .logo-area .sub-company {
    padding-bottom: 0;
  }
  .sidebar-area .widget_nav_menu {
    display: none;
  }
} 

/* responsive style */
@media all and (min-width: 1024px) {
    header .header-area {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }
  @media all and (min-width: 768px) {
    header .header-last-area {
      display: none;
    }
    header .header-child-area {
      justify-content: space-between;
      align-items: stretch;
      flex-wrap: wrap;
    }
    header .header-child-area .header-second-child-area {
      display: block;
      margin-left: 1.5rem;
    }
    header .header-child-area .header-second-child-area .main-menu {
      flex-wrap: wrap;
    }
    .featured-section .logo-area {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
    }
    .featured-section .logo-area .sub-company {
      flex-basis: 18%;
      padding: 1.2rem;
      min-width: 300px;
    }
    .featured-section .logo-area img {
      max-width: 130px;
      max-height: 48px;
    }
    header nav .header-area .header-middle .header-last-area .toogle-button {
      display: none;
    }
    .inner_content ul {
      -moz-column-count: 3;
           column-count: 3;
      -moz-column-gap: 30px;
           column-gap: 30px;
    }
  }
  @media all and (min-width: 640px) {
    header nav .header-area {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
    header nav .header-area .header-pre-last-area {
      justify-content: space-between;
      align-items: stretch;
      flex-wrap: wrap;
    }
  }
  @media all and (max-width: 1300px) {
    .featured-section .logo-area {
      flex-wrap: wrap;
      max-width: 100%;
    }
    .featured-section .logo-area .sub-company {
      flex-basis: 100%;
      padding: 1.5rem;
      min-width: initial;
      text-align: center;
      justify-content: center;
      display: flex;
    }
  }
  @media all and (min-width: 1050px) and (max-width: 1300px) {
    .banner-area .banner-content {
      padding-top: 1rem;
    }
    .banner-area .banner-content .banner-area .banner-content .banner-text {
      width: 60%;
    }
  }
  @media all and (max-width: 1300px) {
    .logo-area {
      padding-bottom: 20px;
    }
  }
  @media all and (min-width: 1050px) {
    .large-hide {
      display: none !important;
    }
  }
  @media all and (max-width: 1049px) {
    .medium-down-hide {
      display: none !important;
    }
    .page-template-homepage .banner-area {
      background-image: linear-gradient(180deg, rgba(56, 56, 56, 0) 44%, #000000 83%), url("https://www.myrightslawgroup.com/wp-content/uploads/2022/08/background-1920x900-3.jpg") !important;
      min-height: 750px;
      display: flex;
      align-items: flex-end;
    }
    .page-template-homepage .banner-area .banner-content {
      padding-top: 0;
    }
    .page-template-homepage .banner-area .banner-text {
      width: 100%;
      text-align: center;
      max-width: 750px;
      margin-left: auto !important;
      margin-right: auto !important;
    }
    .page-template-homepage .banner-area .banner-text h1 {
      font-family: var(--body-font-family) !important;
      padding-bottom: 0;
      font-weight: 400;
      max-width: 550px;
      margin: auto;
    }
    .page-template-homepage .banner-area .banner-text p {
      width: 100%;
      margin: auto;
    }
    .page-template-homepage .banner-area .contact-button {
      display: none !important;
      justify-content: center;
    }
    .page-template-homepage .banner-area .contact-button .btn-primary {
      margin-bottom: 0;
    }
    .awards-section .awards .awards-logo {
      padding: 0.25rem;
    }
  }
  @media all and (max-width: 991px) {
    .banner-area {
      padding: 0;
    }
    .banner-area .banner-content {
      padding-top: 3rem;
      color: var(--white);
      display: flex;
      justify-content: center;
    }
    .banner-area .banner-content .banner-text {
      width: 80%;
    }
    .featured-section {
      flex-wrap: wrap;
    }
    .featured-section .sub-company {
      padding-bottom: 0;
    }
    .featured-section .logo-area {
      align-items: center;
      flex-direction: row;
      gap: 10px;
    }
    .featured-section .logo-area .logo {
      flex-basis: calc(28% - 10px);
    }
  }
  @media all and (max-width: 768px) {
    .small-hide {
      display: none !important;
    }
    .btn-group {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    footer .footer-area {
      flex-wrap: wrap;
      justify-content: center;
    }
    footer .footer-area .footer-left a {
      display: flex;
      justify-content: center;
    }
    .row {
      flex-direction: column;
    }
    .left-area {
      width: 100%;
    }
    .blog-sidebar {
      width: 100%;
    }
    .attorny-profile-info {
      height: inherit;
      flex-direction: column;
    }
    .attorny-profile-info .image {
      width: 100%;
      padding: 0;
    }
    .attorny-profile-info .info {
      width: 100%;
      padding-top: 0;
    }
    .attorny-profile-info .info a {
      text-align: center;
      display: block;
      margin-bottom: 50px;
    }
    .member-contact-info .row .image {
      width: 100%;
      padding-left: 0;
    }
    .member-contact-info .row .info {
      width: 100%;
    }
    .main-content-area .row {
      flex-direction: column;
    }
    .main-content-area .row .left-area {
      width: 100%;
    }
    footer .copyright .footer-menu ul {
      flex-direction: row;
      flex-wrap: wrap;
    }
    footer .copyright .footer-menu ul li {
      display: flex;
      justify-content: center;
      margin-bottom: 10px;
    }
    .attorneys-section {
      width: 100%;
      margin: auto;
      max-width: 400px;
    }
    .attorneys-section .attorney {
      flex-direction: column;
    }
  }
  @media all and (max-width: 640px) {
    header nav .header-area .header-middle .header-pre-last-area .header-child-area .header-first-child-area img {
      width: 240px;
      height: auto;
    }
    .featured-section {
      flex-direction: column;
    }
    .awards-section .awards {
      flex-direction: wrap;
      justify-content: center;
    }
    .awards-section .awards .awards-logo {
      flex-basis: 28%;
      justify-content: center;
      padding: 10px;
    }
    .middle-content .injury-area .injury-header h3 {
      padding: 0;
    }
    .attorneys-section .attorney {
      flex-direction: column;
    }
    .middle-content .injury-area .injury-conent p {
      text-align: center;
    }
    .btn-group {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media all and (max-width: 768px) {
    .blog-section {
      flex-direction: column;
    }
    .blog-section .rotate-left {
      width: 100%;
    }
    .blog-section .rotate-left h1 {
      margin: 0;
      text-align: center;
    }
    .blog-section .rotate-right {
      width: 91%;
      margin: 0 19px;
    }
    .blog-section .blog {
      width: 90%;
      margin: 0;
    }
    .btn-group {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    footer .footer-area .footer-left .call,
    footer .footer-area .footer-right h2,
    footer .footer-area .footer-right p {
      text-align: center;
    }
    .last-section .heading-content {
      margin: 0;
    }
    .middle-content .injury-area h2,
    .banner-area .banner-content .banner-text h1,
    .banner-area .banner-content .banner-text .h1 {
      font-size: 1.8rem;
      line-height: 1.5;
    }
    .banner-area .banner-content .banner-text p {
      font-weight: 400;
    }
    footer .footer-area .footer-left {
      padding: 0;
    }
  }
  /*Container Style*/
  .container {
    max-width: 1400px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  @media (max-width: 991px) {
    .container {
      max-width: 100%;
    }
  }
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  @media (min-width: 1210px) {
    .container {
      max-width: 1190px;
    }
  }
  @media (min-width: 1430px) {
    .container {
      max-width: 1400px;
    }
  }
  @media all and (max-width: 1134px) {
    .contact-item {
      flex-direction: column;
    }
    header nav .header-area .mobile-menu .sub-mobile-menu {
      padding-left: 0;
      padding-right: 0;
    }
    header nav {
      padding: 1rem 0;
      background-color: var(--dark-bg);
    }
    header nav .header-area .header-middle .header-pre-last-area .header-child-area {
      justify-content: flex-start;
    }
    header nav .header-area .header-middle .header-pre-last-area .header-child-area .header-second-child-area {
      display: none;
    }
    header nav .header-area .header-middle .header-last-area .toogle-button {
      display: block;
    }
    footer .social-icon li a {
      width: 35px !important;
      height: 35px !important;
    }
    footer .social-icon li a svg {
      height: 0.6em !important;
    }
  }
  @media all and (max-width: 870px) {
    .background-section .right-area {
      width: 100%;
      margin-top: 0;
      margin-right: 0;
    }
    .all-call-details {
      flex-direction: column;
    }
  }
  @media all and (max-width: 767px) {
    :root {
      --hero-title-size: 40px;
    }
    .featured-section .logo-area .sub-company {
      padding-bottom: 0;
    }
    .sidebar-area .widget_nav_menu {
      display: none;
    }
  } 


  