/* Fonts Start */
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-SemiBold.woff2") format("woff2"),
    url("../fonts/PlusJakartaSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Bold.woff2") format("woff2"),
    url("../fonts/PlusJakartaSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-ExtraBold.woff2") format("woff2"),
    url("../fonts/PlusJakartaSans-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-ExtraLight.woff2") format("woff2"),
    url("../fonts/PlusJakartaSans-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Light.woff2") format("woff2"),
    url("../fonts/PlusJakartaSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Regular.woff2") format("woff2"),
    url("../fonts/PlusJakartaSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Medium.woff2") format("woff2"),
    url("../fonts/PlusJakartaSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Bold.woff2") format("woff2"),
    url("../fonts/PlayfairDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Black.woff2") format("woff2"),
    url("../fonts/PlayfairDisplay-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-SemiBold.woff2") format("woff2"),
    url("../fonts/PlayfairDisplay-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-ExtraBold.woff2") format("woff2"),
    url("../fonts/PlayfairDisplay-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Regular.woff2") format("woff2"),
    url("../fonts/PlayfairDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Medium.woff2") format("woff2"),
    url("../fonts/PlayfairDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Fonts End */

:root {
  /* Fonts */
  --primary-font: "Plus Jakarta Sans", sans-serif;
  --secondary-font: "Playfair Display", serif;

  /* Colors */
  --primary-color: #000000;
  --secondary-color: #ffffff;
  --color-accent: #c3ad6d;
  --color-tertiary: #b48c2f;
  --color-quaternary: #464646;
  --color-quinary: #2e2e2e;
  --color-senary: #8e8e8e;
  --color-septenary: #282828;
  --color-octonary: #e5e5e5;
}

/* Reset CSS Start Here */
/* Box sizing and root defaults */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: var(--primary-font);
}
body.post,
body.page {
  margin: 0;
  padding: 0;
}

/* Remove default margins, paddings and set base font smoothing */
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
address,
img,
strong,
sub,
sup,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
details,
figure,
footer,
header,
menu,
nav,
output,
ruby,
section,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Remove list styles */
ol,
ul {
  list-style: none;
}

/* Links */
a,
button {
  text-decoration: none;
  color: inherit;
  transition: all 0.4s ease-in-out;
}

/* Images and media */
img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  display: block;
  height: auto;
}

/* Form elements inherit font & remove default margins */
button,
input,
select,
textarea {
  margin: 0;
  box-shadow: none;
  border: none;
  outline: none;
}

/* Buttons should be keyboard-focusable and visible */
button,
[role="button"] {
  cursor: pointer;
}
/* Reset CSS End Here */

/* Global CSS Start Here */
.cus-container {
  max-width: 1378px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
/* base button */
.btn-primary:visited,
.btn-primary:focus,
.btn-primary:active {
  color: var(--secondary-color);
}
.btn-secondary:visited,
.btn-secondary:focus,
.btn-secondary:active {
  color: var(--secondary-color);
}
.btn-theme:visited,
.btn-theme:focus,
.btn-theme:active {
  color: var(--secondary-color);
}
.btn-accent:visited,
.btn-accent:focus,
.btn-accent:active {
  color: var(--secondary-color);
}
.btn {
  font-family: var(--primary-font);
  font-weight: 600;
  border-radius: 13px 0 13px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid transparent;
  outline: none;
  text-transform: uppercase;
}
.btn:focus {
  outline: none;
}
/* small */
.btn-sm {
  padding: 9px 25px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.6px;
}
/* medium */
.btn-md {
  padding: 13px 33px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.6px;
}
/* primary button */
.btn-primary {
  background-color: var(--color-accent);
  color: var(--secondary-color);
  border-color: var(--color-accent);
}
.btn-primary:hover {
  background-color: transparent;
  color: var(--color-accent);
  border-color: var(--color-accent);
}

/* secondary button */
.btn-secondary {
  background-color: var(--color-quaternary);
  color: var(--secondary-color);
  border-color: var(--color-quaternary);
}
.btn-secondary:hover {
  background-color: transparent;
  color: var(--secondary-color);
  border-color: var(--color-quaternary);
}

/* theme-based button */
.btn-theme {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border-color: var(--primary-color);
}
.btn-theme:hover {
  background-color: transparent;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

/* accent button */
.btn-accent {
  background-color: var(--color-tertiary);
  color: var(--secondary-color);
  border-color: var(--color-tertiary);
}
.btn-accent:hover {
  background-color: transparent;
  color: var(--color-tertiary);
  border-color: var(--color-tertiary);
}

.heading {
  font-family: var(--secondary-font);
}
.heading_h1 {
  font-size: 105px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: capitalize;
}
.heading_h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.17;
}
.heading_h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}
.heading_h4 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}
.heading_h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.heading_h6 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
}
.sub-heading {
  font-size: 17px;
  line-height: 1;
  font-family: var(--primary-font);
  color: var(--color-senary);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  display: block;
}
.heading span,
.sub-heading span {
  display: block;
}
/* Global CSS End Here */
@media only screen and (max-width: 1919px) and (min-width: 992px) {
  /* Global CSS Start Here */
  .cus-container {
    max-width: 71.808vw;
    padding: 0 1.042vw;
  }
  /* base button */
  .btn {
    border-radius: 0.677vw 0 0.677vw 0;
    border: 0.104vw solid transparent;
  }
  /* small */
  .btn-sm {
    padding: 0.469vw 1.303vw;
    font-size: 0.73vw;
    letter-spacing: 0.031vw;
  }
  /* medium */
  .btn-md {
    padding: 0.677vw 1.72vw;
    font-size: 0.938vw;
    letter-spacing: 0.031vw;
  }
  /* primary button */
  .btn-primary {
    border-color: var(--color-accent);
  }
  /* secondary button */
  .btn-secondary {
    border-color: var(--color-quaternary);
  }
  /* theme-based button */
  .btn-theme {
    border-color: var(--primary-color);
  }
  .heading_h1 {
    font-size: 5.472vw;
  }
  .heading_h2 {
    font-size: 2.084vw;
  }
  .heading_h3 {
    font-size: 1.563vw;
  }
  .heading_h4 {
    font-size: 1.459vw;
  }
  .heading_h5 {
    font-size: 1.251vw;
  }
  .heading_h6 {
    font-size: 1.355vw;
  }
  .sub-heading {
    font-size: 0.886vw;
    letter-spacing: 0.104vw;
  }
  /* Global CSS End Here */
}
@media only screen and (max-width: 991px) {
  .heading_h1 {
    font-size: 72px;
  }
  .heading_h3 {
    font-size: 28px;
  }
  .heading span,
  .sub-heading span {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  .btn-md {
    padding: 12px 18px;
    font-size: 16px;
  }
  .heading_h1 {
    font-size: 52px;
  }
  .heading_h2 {
    font-size: 30px;
  }
  .heading_h5 {
    font-size: 22px;
  }
  .heading_h6 {
    font-size: 24px;
  }
  .sub-heading {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 374px) {
  .btn-md {
    padding: 12px 13px;
    font-size: 14px;
  }
  .heading_h1 {
    font-size: 48px;
  }
  .heading_h2 {
    font-size: 28px;
  }
}
/* Global CSS End Here */

/* Header Css Start Here */
.header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
.header.open {
  background-color: var(--primary-color);
}
.header__wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__main-logo {
  max-width: 104px;
  width: 100%;
}
.header__nav-wrap {
  max-width: calc(100% - 200px);
  width: 100%;
}
.header__main-navigation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__main-navigation .nav-menu > li {
  position: unset;
}
.header__main-navigation .nav-menu > li > a {
  font-size: 20px;
  line-height: 1;
  color: var(--secondary-color);
  font-family: var(--primary-font);
  text-transform: capitalize;
  padding: 65px 26px;
  position: relative;
  z-index: 1;
}
.header__main-navigation .nav-menu > li.menu-item-has-children > a::after {
  content: "";
  width: 100%;
  height: 9px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.header__main-navigation
  .nav-menu
  > li.menu-item-has-children:hover
  > a::after {
  height: 100%;
}
.header__main-navigation .nav-menu > li > .sub-menu {
  position: absolute;
  top: 120%;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 16px 20px;
  float: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__main-navigation .nav-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  top: 100%;
}
.header__main-navigation .nav-menu > li > .sub-menu > li {
  margin-left: 32px;
}
.header__main-navigation .nav-menu > li > .sub-menu > li:first-child {
  margin-left: 0;
}
.header__main-navigation .nav-menu > li > .sub-menu > li > a {
  font-size: 20px;
  line-height: 1;
  color: var(--secondary-color);
  font-family: var(--primary-font);
  text-transform: capitalize;
  width: auto;
  padding: 10px;
}
.header__main-navigation .nav-menu > li > .sub-menu > li > a:hover {
  color: var(--color-accent);
}
.header__main-navigation .menu-toggle {
  background-color: transparent;
  border: 0;
  outline: none;
  padding: 5px 1px 5px 5px;
  max-width: 30px;
  height: 30px;
  width: 100%;
}
.header__main-navigation .menu-toggle-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.header__main-navigation .menu-toggle-wrap span {
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.header__main-navigation .menu-toggle-wrap span:nth-child(2) {
  top: 9px;
}
.header__main-navigation .menu-toggle-wrap span:last-child {
  bottom: -1px;
  width: 15px;
  top: auto;
}
.header__main-navigation.toggled .menu-toggle-wrap span:first-child {
  transform: rotate(-46deg) translate(-6px, 6px);
}
.header__main-navigation.toggled .menu-toggle-wrap span:nth-child(2) {
  transform: rotate(43deg) translate(0px, 0px);
}
.header__main-navigation.toggled .menu-toggle-wrap span:last-child {
  opacity: 0;
}
.blank {
  display: none;
  max-width: 30px;
  width: 100%;
}
.header__menu-wrap .menu-toggle-close {
  display: none;
}
@media only screen and (max-width: 1919px) and (min-width: 992px) {
  .header__main-logo {
    max-width: 5.419vw;
  }
  .header__nav-wrap {
    max-width: calc(100% - 10.422vw);
  }
  .header__main-navigation .nav-menu > li > a {
    font-size: 1.042vw;
    padding: 3.387vw 1.355vw;
  }
  .header__main-navigation .nav-menu > li.menu-item-has-children > a::after {
    height: 0.469vw;
  }
  .header__main-navigation .nav-menu > li > .sub-menu {
    padding: 0.834vw 1.042vw;
  }
  .header__main-navigation .nav-menu > li > .sub-menu > li {
    margin-left: 1.668vw;
  }
  .header__main-navigation .nav-menu > li > .sub-menu > li > a {
    font-size: 1.042vw;
    padding: 0.521vw;
  }
  .header__main-navigation .menu-toggle {
    padding: 0.261vw 0.052vw 0.261vw 0.261vw;
    max-width: 1.563vw;
    height: 1.563vw;
  }
  .header__main-navigation .menu-toggle-wrap span {
    height: 0.156vw;
    border-radius: 0.521vw;
  }
  .header__main-navigation .menu-toggle-wrap span:nth-child(2) {
    top: 0.469vw;
  }
  .header__main-navigation .menu-toggle-wrap span:last-child {
    bottom: -0.052vw;
    width: 0.782vw;
  }
  .header__main-navigation.toggled .menu-toggle-wrap span:first-child {
    transform: rotate(-46deg) translate(-0.313vw, 0.313vw);
  }
  .blank {
    max-width: 1.563vw;
  }
}
@media only screen and (max-width: 991px) {
  .header__main-navigation .nav-menu > li > a {
    font-size: 18px;
    padding: 40px 20px;
  }
  .header__main-logo {
    max-width: 84px;
  }
  .header__main-navigation .nav-menu > li > .sub-menu > li > a {
    font-size: 16px;
    padding: 10px 12px;
  }
  .header__main-navigation .nav-menu > li > .sub-menu > li {
    margin: 0;
  }
  .header__nav-wrap {
    max-width: calc(100% - 150px);
  }
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 20px 0;
    transition: all 0.4s ease-in-out;
  }
  .header__main-navigation .menu-toggle {
    display: block;
  }
  .header__main-navigation ul {
    display: block;
  }
  .header__main-navigation .header__menu-wrap {
    position: fixed;
    background: var(--color-septenary);
    left: 0;
    right: 0;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 99;
    max-width: 100%;
    width: 100%;
    padding: 30px 30px 70px;
    transition: all 0.5s ease-in-out;
    height: calc(100vh - 98px);
  }
  .header__main-navigation.toggled .header__menu-wrap {
    /* left: 0; */
    top: 96px;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    overflow-y: auto;
  }
  .header__main-navigation .nav-menu > li > a {
    padding: 18px 0;
    font-size: 24px;
    font-family: var(--secondary-font);
  }
  .header__main-logo {
    max-width: 70px;
    width: 100%;
  }
  .header__nav-wrap {
    max-width: 30px;
  }
  .blank {
    display: block;
  }
  .header__main-navigation .nav-menu > li {
    position: unset;
    border-bottom: 4px solid var(--color-quinary);
  }
  .header__main-navigation .nav-menu > li.active {
    border: 0;
  }
  .header__main-navigation .nav-menu > li:last-child {
    margin-bottom: 0;
  }
  .header__menu-wrap .menu-toggle-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    display: block;
  }
  .header__menu-wrap .menu-toggle-close svg {
    width: 100%;
  }
  .header__main-navigation .nav-menu > li > .sub-menu {
    position: unset;
    flex-direction: column;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    align-items: flex-start;
    justify-content: flex-start;
    transition: none;
    display: none;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
  }
  .header__main-navigation .nav-menu > li > .sub-menu > li > a {
    padding-left: 0;
    padding-right: 0;
  }
  .header__main-navigation .nav-menu > li.menu-item-has-children > a::after {
    display: none;
  }
  .header__main-navigation .nav-menu > li.menu-item-has-children > a {
    position: relative;
  }
  .header__main-navigation
    .nav-menu
    > li.menu-item-has-children:hover
    > a::after {
    height: auto;
  }
  .header__main-navigation .nav-menu > li.menu-item-has-children > a::before {
    content: "";
    position: absolute;
    top: 48%;
    transform: translateY(-50%) rotate(135deg);
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #ffffff;
    border-top: 2px solid #fff;
    right: 10px;
    left: unset;
    bottom: unset;
    background: transparent;
  }
  .header__main-navigation .nav-menu > li.menu-item-has-children > a::after {
    content: "";
    width: 31px;
    height: 31px;
    background-color: var(--color-quinary);
    border-radius: 8px 0 8px 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    right: 0;
    left: auto;
  }
}
@media only screen and (max-width: 575px) {
  .header__main-navigation .header__menu-wrap {
    max-width: 100%;
  }
}
/* Header Css End Here */

/* Home Banner css start here */
.home-banner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 170px 0 147px;
  position: relative;
  z-index: 1;
  min-height: 964px;
  overflow: hidden;
}
.home-banner__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
}
.home-banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: scale 50s linear infinite;
}
.home-banner__wrap {
  max-width: 680px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
}
.home-banner__wrap .heading {
  color: var(--secondary-color);
}
.home-banner__button-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 30px;
}
@keyframes scale {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media only screen and (max-width: 1919px) and (min-width: 992px) {
  .home-banner {
    padding: 8.859vw 0 7.66vw;
    min-height: 50.234vw;
  }
  .home-banner__wrap {
    max-width: 35.435vw;
  }
  .home-banner__button-wrap {
    gap: 0.521vw;
    margin-top: 1.563vw;
  }
}
@media only screen and (max-width: 767px) {
  .home-banner {
    padding: 120px 0 60px;
    min-height: 600px;
  }
}
@media only screen and (max-width: 374px) {
  .home-banner__button-wrap {
  }
}
/* Home Banner css end here */

/* Our Expertise CSS start here */
.our-expertise {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 50px;
  margin-top: -70px;
  position: relative;
  z-index: 1;
}
.our-expertise__wrap {
  max-width: 1246px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: var(--color-septenary);
  border-radius: 34px 0 34px 0;
}
.our-expertise__box {
  max-width: 33.33%;
  width: 100%;
  padding: 55px 36px;
}
.our-expertise__box:nth-child(even) {
  background-color: var(--color-quinary);
}
.our-expertise__box .heading {
  color: var(--secondary-color);
}
.our-expertise__box p {
  font-family: var(--primary-font);
  font-size: 17px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--secondary-color);
  margin-top: 26px;
}
@media only screen and (max-width: 1919px) and (min-width: 992px) {
  .our-expertise {
    padding: 0 0 2.606vw;
    margin-top: -3.648vw;
  }
  .our-expertise__wrap {
    max-width: 64.93vw;
    border-radius: 1.772vw 0 1.772vw 0;
  }
  .our-expertise__box {
    padding: 2.866vw 1.876vw;
  }
  .our-expertise__box p {
    font-size: 0.886vw;
    margin-top: 1.355vw;
  }
}
@media only screen and (max-width: 991px) {
  .our-expertise__box {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .our-expertise {
    display: none;
  }
}
/* Our Expertise CSS end here */

/* WELCOME TO NPS LAW CSS start here */
.welcome-nps-law {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0 92px;
}
.welcome-nps-law__wrap {
  max-width: 1246px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 54px;
}
.welcome-nps-law__left {
  max-width: 439px;
  width: 100%;
}
.welcome-nps-law__left figure {
  max-width: 431px;
  width: 100%;
  position: relative;
  padding-bottom: 113.44%;
}
.welcome-nps-law__left figure::after {
  content: "";
  background-color: var(--color-quinary);
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 39px 0 39px 0;
}
.welcome-nps-law__left figure img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 39px 0 39px 0;
}
.welcome-nps-law__right {
  max-width: 753px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.welcome-nps-law__right .sub-heading {
  margin-bottom: 6px;
}
.welcome-nps-law__right h2 {
  color: var(--primary-color);
}
.welcome-nps-law__right h2 span {
  display: block;
}
.welcome-nps-law__right .text-desc {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 34px;
}
.welcome-nps-law__right .text-desc p:first-child {
  margin-top: 0;
}
.welcome-nps-law__right .text-desc p {
  font-size: 17px;
  line-height: 1.3;
  color: var(--primary-color);
  font-weight: 500;
  margin-top: 24px;
}
/* welcome-nps-law--reverse */
.welcome-nps-law--reverse {
  padding: 110px 0 80px;
}
.welcome-nps-law--reverse .welcome-nps-law__wrap {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1919px) and (min-width: 992px) {
  .welcome-nps-law {
    padding: 2.606vw 0 4.794vw;
  }
  .welcome-nps-law__wrap {
    max-width: 64.93vw;
    gap: 2.814vw;
  }
  .welcome-nps-law__left {
    max-width: 22.876vw;
  }
  .welcome-nps-law__left figure {
    max-width: 22.46vw;
  }
  .welcome-nps-law__left figure::after {
    right: -0.417vw;
    bottom: -0.417vw;
    border-radius: 2.032vw 0 2.032vw 0;
  }
  .welcome-nps-law__left figure img {
    border-radius: 2.032vw 0 2.032vw 0;
  }
  .welcome-nps-law__right {
    max-width: 39.239vw;
  }
  .welcome-nps-law__right .sub-heading {
    margin-bottom: 0.313vw;
  }
  .welcome-nps-law__right .text-desc {
    margin-top: 1.668vw;
    margin-bottom: 1.772vw;
  }
  .welcome-nps-law__right .text-desc p {
    font-size: 0.886vw;
    margin-top: 1.251vw;
  }
  /* welcome-nps-law--reverse */
  .welcome-nps-law--reverse {
    padding: 5.732vw 0 4.169vw;
  }
}
@media only screen and (max-width: 991px) {
  .welcome-nps-law__wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .welcome-nps-law--reverse .welcome-nps-law__wrap {
    flex-direction: column-reverse;
  }
  .welcome-nps-law__left {
    margin-right: auto;
  }
  .welcome-nps-law__right h2 span {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  .welcome-nps-law {
    padding: 60px 0;
  }
  .welcome-nps-law__wrap {
    gap: 45px;
  }
  .welcome-nps-law__left figure::after {
    right: -6px;
    bottom: -6px;
  }
  .welcome-nps-law__left figure img {
    object-position: top;
  }
  .welcome-nps-law__left figure {
    padding-bottom: 75%;
  }
  .welcome-nps-law__right .text-desc {
    margin-top: 20px;
    margin-bottom: 35px;
  }
  .welcome-nps-law__right .text-desc p {
    font-size: 16px;
    margin-top: 16px;
  }
  .our-main-practices__title .sub-heading {
    margin-bottom: 6px;
  }
}
/* WELCOME TO NPS LAW CSS end here */

/* Our Main Practices css Start here */
.our-main-practices {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 77px 0 100px;
  background-color: var(--color-septenary);
}
.our-main-practices__wrap {
  max-width: 1246px;
  width: 100%;
  margin: 0 auto;
}
.our-main-practices__title {
  width: 100%;
  margin-bottom: 64px;
}
.our-main-practices__title .sub-heading {
  margin-bottom: 10px;
}
.our-main-practices__title h2 {
  color: var(--secondary-color);
}
.our-main-practices__content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.our-main-practices__box {
  max-width: calc(25% - 15px);
  width: 100%;
  position: relative;
}
.our-main-practices__box figure {
  width: 100%;
  border-radius: 26px 0 26px 0;
  overflow: hidden;
  padding-bottom: 127.16%;
  position: relative;
}
.our-main-practices__box figure img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.our-main-practices__box-content {
  padding: 32px 23px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.our-main-practices__box-content h5 {
  color: var(--secondary-color);
}
.our-main-practices__box-content h5 span {
  display: block;
}
@media only screen and (max-width: 1919px) and (min-width: 992px) {
  .our-main-practices {
    padding: 4.013vw 0 5.211vw;
  }
  .our-main-practices__wrap {
    max-width: 64.93vw;
  }
  .our-main-practices__title {
    margin-bottom: 3.335vw;
  }
  .our-main-practices__title .sub-heading {
    margin-bottom: 0.521vw;
  }
  .our-main-practices__content {
    gap: 1.042vw;
  }
  .our-main-practices__box {
    max-width: calc(25% - 0.782vw);
  }
  .our-main-practices__box figure {
    border-radius: 1.355vw 0 1.355vw 0;
  }
  .our-main-practices__box-content {
    padding: 1.668vw 1.199vw;
  }
}
@media only screen and (max-width: 991px) {
  .our-main-practices__box {
    max-width: calc(33.33% - 14px);
  }
}
@media only screen and (max-width: 767px) {
  .our-main-practices {
    padding: 60px 0;
  }
  .our-main-practices__title {
    margin-bottom: 40px;
  }
  .our-main-practices__box {
    max-width: calc(50% - 14px);
  }
  .our-main-practices__box-content h5 span {
    display: inline;
  }
}
@media only screen and (max-width: 575px) {
  .our-main-practices__box figure {
    padding-bottom: 100%;
  }
  .our-main-practices__box {
    max-width: 100%;
  }
}
/* Our Main Practices css End here */

/* Client Feedback css start here */
.client-feedback {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 82px 0;
  background-color: var(--color-septenary);
}
.client-feedback__wrap {
  max-width: 1246px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 87px;
}
.client-feedback__left {
  max-width: 371px;
  width: 100%;
}
.client-feedback__left .sub-heading {
  margin-bottom: 6px;
}
.client-feedback__left h2 {
  color: var(--secondary-color);
}
.client-feedback__left h2 span {
  display: block;
}
.client-feedback__left .text-desc {
  width: 100%;
  margin-top: 12px;
}
.client-feedback__left .text-desc p {
  font-family: var(--primary-font);
  font-size: 17px;
  font-weight: 500;
  color: var(--secondary-color);
  line-height: 1.4;
}
.client-feedback__right {
  max-width: 792px;
  width: 100%;
}
.client-feedback__slider {
  width: 100%;
}
.client-feedback__slider-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: var(--color-quinary);
  border-radius: 34px 0 34px 0;
  padding: 48px 42px;
}
.client-feedback__slider-box label {
  font-family: var(--secondary-font);
  font-size: 118px;
  line-height: 0.7;
  font-weight: 600;
  color: var(--color-tertiary);
  margin-bottom: -15px;
}
.client-feedback__slider-box .box-desc {
  width: 100%;
  font-family: var(--primary-font);
  font-size: 17px;
  line-height: 1.4;
  font-weight: 500;
  color: var(--secondary-color);
  margin-top: 24px;
}
.client-feedback__slider-box .box-desc p {
  font-family: var(--primary-font);
  font-size: 17px;
  line-height: 1.4;
  font-weight: 500;
  color: var(--secondary-color);
  margin-top: 24px;
}
.client-feedback__slider-box .box-desc p:first-child {
  margin-top: 0;
}
.client-feedback__slider-box h6 {
  font-family: var(--secondary-font);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--secondary-color);
  text-transform: capitalize;
  margin-top: 22px;
}
.client-feedback__slider-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
  gap: 5px;
}
.client-feedback__slider-button .slick-arrow {
  background-color: var(--color-quinary);
  border-radius: 13px 0 13px 0;
  border: none;
  outline: none;
  box-shadow: none;
  max-width: 44px;
  width: 100%;
  padding: 14px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.client-feedback__slider-button .slick-arrow img,
.client-feedback__slider-button .slick-arrow svg {
  max-width: 16px;
  width: 100%;
}
.client-feedback__slider-button .slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
/* Theme White Css Start here */
.client-feedback.theme-white {
  background-color: var(--secondary-color);
}
.client-feedback.theme-white .client-feedback__left h2,
.client-feedback.theme-white .client-feedback__left .text-desc p {
  color: var(--primary-color);
}
.client-feedback.theme-white .client-feedback__slider-box {
  background-color: var(--color-octonary);
}
.client-feedback.theme-white .client-feedback__slider-box .box-desc p,
.client-feedback.theme-white .client-feedback__slider-box h6 {
  color: var(--primary-color);
}
.client-feedback.theme-white .client-feedback__slider-button .slick-arrow {
  background-color: var(--color-octonary);
}
.client-feedback.theme-white
  .client-feedback__slider-button
  .slick-arrow
  svg
  path {
  fill: var(--primary-color);
}
/* Theme White Css End here */

@media only screen and (max-width: 1919px) and (min-width: 992px) {
  .client-feedback {
    padding: 4.273vw 0;
  }
  .client-feedback__wrap {
    max-width: 64.93vw;
    gap: 4.534vw;
  }
  .client-feedback__left {
    max-width: 19.333vw;
  }
  .client-feedback__left .sub-heading {
    margin-bottom: 0.313vw;
  }
  .client-feedback__left .text-desc {
    margin-top: 0.625vw;
  }
  .client-feedback__left .text-desc p {
    font-size: 0.886vw;
  }
  .client-feedback__right {
    max-width: 41.271vw;
  }
  .client-feedback__slider-box {
    border-radius: 1.772vw 0 1.772vw 0;
    padding: 2.501vw 2.189vw;
  }
  .client-feedback__slider-box label {
    font-size: 6.149vw;
    margin-bottom: -0.782vw;
  }
  .client-feedback__slider-box .box-desc p {
    font-size: 0.886vw;
    margin-top: 1.251vw;
  }
  .client-feedback__slider-box h6 {
    font-size: 0.938vw;
    margin-top: 1.146vw;
  }
  .client-feedback__slider-button {
    margin-top: 0.782vw;
    gap: 0.261vw;
  }
  .client-feedback__slider-button .slick-arrow img,
  .client-feedback__slider-button .slick-arrow svg {
    max-width: 0.834vw;
  }
  .client-feedback__slider-button .slick-arrow {
    border-radius: 0.677vw 0 0.677vw 0;
    max-width: 2.293vw;
    padding: 0.73vw 0.521vw;
  }
}
@media only screen and (max-width: 991px) {
  .client-feedback__wrap {
    flex-wrap: wrap;
    gap: 40px;
  }
  .client-feedback__left {
    max-width: 100%;
  }
  .client-feedback__right {
    max-width: 100%;
  }
  .client-feedback__left h2 span {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  .client-feedback {
    padding: 60px 0;
  }
  .client-feedback__slider-box {
    padding: 30px 20px;
  }
  .client-feedback__slider-box .box-desc p {
    font-size: 16px;
  }
  .client-feedback__left .text-desc p {
    font-size: 16px;
  }
  .client-feedback__slider-button .slick-arrow {
    max-width: 40px;
    padding: 13px 10px;
  }
  .client-feedback__slider-button .slick-arrow img,
  .client-feedback__slider-button .slick-arrow svg {
    max-width: 14px;
  }
  .client-feedback__slider-button {
    justify-content: flex-end;
  }
}
/* Client Feedback css end here */

/* Footer css start here */
.footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.footer__top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: var(--color-quinary);
  padding: 66px 0 48px;
}
.footer__top-main {
  max-width: 1246px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
.footer__top-main-logo {
  max-width: 220px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer__top-main-logo figure {
  max-width: 111px;
  width: 100%;
  margin-bottom: 24px;
}
.footer__top-main-logo address {
  font-family: var(--primary-font);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--secondary-color);
  font-style: normal;
  margin-bottom: 24px;
}
.footer__top-main-logo .tel-link {
  font-family: var(--primary-font);
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: var(--secondary-color);
}
.footer__top-main-logo .tel-link:hover {
  color: var(--color-tertiary);
}
.footer__top-main-logo .social-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 28px;
}
.footer__top-main-logo .social-wrap li a {
  width: 44px;
  height: 44px;
  padding: 6px;
  overflow: hidden;
  border-radius: 13px 0 13px 0;
  background-color: var(--color-septenary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__top-main-logo .social-wrap li a:hover {
  background-color: var(--primary-color);
}
.footer__top-main-logo .social-wrap li a img {
  max-width: 22px;
}
.footer__top-main-nav-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 690px;
}
.footer__top-main-nav-wrap .nav-column.our-services {
  max-width: 235px;
  width: 100%;
}
.footer__top-main-nav-wrap .nav-column.information {
  max-width: 145px;
  width: 100%;
}
.footer__top-main-nav-wrap .nav-column.policies {
  max-width: 130px;
  width: 100%;
}
.footer__top-main-nav-wrap .nav-column h5 {
  color: var(--secondary-color);
}
.footer__top-main-nav-wrap .nav-column .nav-link {
  width: 100%;
  margin-top: 40px;
}
.footer__top-main-nav-wrap .nav-column .nav-link li {
  margin-top: 10px;
  display: flex;
}
.footer__top-main-nav-wrap .nav-column .nav-link li:first-child {
  margin-top: 0;
}
.footer__top-main-nav-wrap .nav-column .nav-link li a {
  font-family: var(--primary-font);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--secondary-color);
  text-transform: capitalize;
}
.footer__top-main-nav-wrap .nav-column .nav-link li a:hover {
  color: var(--color-tertiary);
}
.footer__top-logo {
  max-width: 1246px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin-top: 45px;
  padding-top: 45px;
  border-top: 4px solid var(--color-septenary);
}
.footer__top-logo figure {
  max-width: 198px;
}
.footer__bottom {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: var(--color-septenary);
  padding: 25px 0;
}
.footer__bottom .text-desc {
  max-width: 1246px;
  width: 100%;
  margin: 0 auto;
}
.footer__bottom .text-desc p {
  font-family: var(--primary-font);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  color: var(--secondary-color);
}
.footer__bottom .text-desc p span {
  display: block;
}
.footer__bottom .text-desc p a {
  text-decoration: underline;
}
.footer__bottom .text-desc p a:hover {
  color: var(--color-tertiary);
}
@media only screen and (max-width: 1919px) and (min-width: 992px) {
  .footer__top {
    padding: 3.439vw 0 2.501vw;
  }
  .footer__top-main {
    max-width: 64.93vw;
    gap: 1.563vw;
  }
  .footer__top-main-logo {
    max-width: 11.464vw;
  }
  .footer__top-main-logo figure {
    max-width: 5.784vw;
    margin-bottom: 1.251vw;
  }
  .footer__top-main-logo address {
    font-size: 0.938vw;
    margin-bottom: 1.251vw;
  }
  .footer__top-main-logo .tel-link {
    font-size: 0.938vw;
  }
  .footer__top-main-logo .social-wrap {
    gap: 0.417vw;
    margin-top: 1.459vw;
  }
  .footer__top-main-logo .social-wrap li a {
    width: 2.293vw;
    height: 2.293vw;
    padding: 0.313vw;
    border-radius: 0.677vw 0 0.677vw 0;
  }
  .footer__top-main-logo .social-wrap li a img {
    max-width: 1.146vw;
    object-fit: contain;
    height: 1.146vw;
  }
  .footer__top-main-nav-wrap {
    max-width: 35.956vw;
  }
  .footer__top-main-nav-wrap .nav-column.our-services {
    max-width: 12.246vw;
  }
  .footer__top-main-nav-wrap .nav-column.information {
    max-width: 7.556vw;
  }
  .footer__top-main-nav-wrap .nav-column.policies {
    max-width: 6.774vw;
  }
  .footer__top-main-nav-wrap .nav-column .nav-link {
    margin-top: 2.084vw;
  }
  .footer__top-main-nav-wrap .nav-column .nav-link li {
    margin-top: 0.521vw;
  }
  .footer__top-main-nav-wrap .nav-column .nav-link li a {
    font-size: 0.938vw;
  }
  .footer__top-logo {
    max-width: 64.93vw;
    gap: 0.73vw;
    margin-top: 2.345vw;
    padding-top: 2.345vw;
    border-top: 0.208vw solid var(--color-septenary);
  }
  .footer__top-logo figure {
    max-width: 10.318vw;
  }
  .footer__bottom {
    padding: 1.303vw 0;
  }
  .footer__bottom .text-desc p {
    font-size: 0.625vw;
  }
}

@media only screen and (max-width: 991px) {
  .footer__top-main {
    flex-wrap: wrap;
    gap: 50px;
  }
  .footer__top-main-logo {
    max-width: 100%;
  }
  .footer__top-main-nav-wrap {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer__top-main-logo {
    align-items: center;
    max-width: 220px;
    margin: 0 auto;
  }
  .footer__top-main-logo address {
    text-align: center;
    font-size: 16px;
  }
  .footer__top-main-logo .tel-link {
    font-size: 16px;
    text-align: center;
    display: block;
  }
  .footer__top-main-logo .social-wrap {
    justify-content: center;
  }
  .footer__top-main-nav-wrap {
    flex-wrap: wrap;
    row-gap: 50px;
  }
  .footer__top-main-nav-wrap .nav-column {
    max-width: 50% !important;
    width: 100%;
  }
  .footer__top-main-nav-wrap .nav-column .nav-link li a {
    font-size: 16px;
  }
  .footer__top-main-nav-wrap .nav-column .nav-link {
    margin-top: 22px;
  }
  .footer__top-logo figure {
    max-width: 100px;
  }
  .footer__top-logo {
    justify-content: center;
    padding-top: 30px;
  }
  .footer__bottom .text-desc p span {
    display: inline;
  }
  .footer__top-main-nav-wrap .nav-column h5 {
    font-size: 24px;
  }
  .footer__top {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 575px) {
  .footer__top-main-nav-wrap .nav-column {
    max-width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .footer__top-main-nav-wrap .nav-column .nav-link {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

/* Common Pages Banner Section css start here */
.common-pages-banner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 170px 0 60px;
  position: relative;
  z-index: 1;
  min-height: 613px;
}
.common-pages-banner__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
}
.common-pages-banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common-pages-banner__bg img.mobile-img {
  display: none;
}
.common-pages-banner__wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
}
.common-pages-banner__wrap .heading {
  color: var(--secondary-color);
  text-transform: unset;
}
body.page-template-our-team .common-pages-banner {
  padding: 170px 0 100px;
}
body.page-template-about .common-pages-banner {
  padding: 170px 0 100px;
}
body.page-template-contact-us .common-pages-banner {
  padding: 170px 0 100px;
}
@media only screen and (max-width: 1919px) and (min-width: 992px) {
  .common-pages-banner {
    padding: 8.859vw 0 3.127vw;
    min-height: 31.944vw;
  }
  body.page-template-our-team .common-pages-banner {
    padding: 11.333vw 0 6.667vw;
  }
  body.page-template-about .common-pages-banner {
    padding: 8.859vw 0 5.211vw;
  }
  body.page-template-contact-us .common-pages-banner {
    padding: 8.859vw 0 5.211vw;
  }
}
@media only screen and (max-width: 767px) {
  .common-pages-banner {
    padding: 120px 0 40px;
    min-height: 440px;
  }
  body.page-template-our-team .common-pages-banner {
    padding: 120px 0 40px;
  }
  body.page-template-about .common-pages-banner {
    padding: 120px 0 40px;
  }
  body.page-template-contact-us .common-pages-banner {
    padding: 120px 0 40px;
  }
  .common-pages-banner__bg img.desc-img {
    display: none;
  }
  .common-pages-banner__bg img.mobile-img {
    display: block;
  }
}
/* Common Pages Banner Section css end here */

/* Why Choose Us Section css start here  */
.why-choose-us {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 106px 0 98px;
  background-color: var(--color-septenary);
}
.why-choose-us__wrap {
  max-width: 1246px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
.why-choose-us__left {
  max-width: 820px;
  width: 100%;
}
.why-choose-us__left .sub-heading {
  margin-bottom: 5px;
}
.why-choose-us__left .heading {
  color: var(--secondary-color);
  margin-bottom: 30px;
}
.why-choose-us__left .text-desc {
  width: 100%;
  font-family: var(--primary-font);
  font-size: 17px;
  line-height: 1.4;
  color: var(--secondary-color);
}
.why-choose-us__left .text-desc strong,
.why-choose-us__left .text-desc b {
  font-weight: 600;
}
.why-choose-us__left .text-desc p {
  margin-bottom: 24px;
}
.why-choose-us__left .text-desc ul {
  width: 100%;
  margin-bottom: 24px;
}
.why-choose-us__left .text-desc ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 2px;
}
.why-choose-us__left .text-desc ul li:last-child {
  margin-bottom: 0;
}
.why-choose-us__left .text-desc ul li::after {
  content: "";
  width: 7px;
  height: 7px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.why-choose-us__button {
  margin-top: 32px;
}
.why-choose-us__right {
  max-width: 298px;
  width: 100%;
}
.why-choose-us__right .heading {
  color: var(--secondary-color);
}
.why-choose-us__right-details {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 32px;
}
.why-choose-us__right-box {
  width: 100%;
  position: relative;
}
.why-choose-us__right-box.no-image .why-choose-us__right-box-content {
  position: unset;
}
.why-choose-us__right-box figure {
  width: 100%;
  padding-bottom: 93%;
  position: relative;
  border-radius: 26px 0 30px 0;
  overflow: hidden;
}
.why-choose-us__right-box figure img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why-choose-us__right-box-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--color-quinary);
  border-radius: 26px 0 26px 0;
  padding: 35px 20px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.why-choose-us__right-box-content .left-content .heading {
  color: var(--secondary-color);
}
.why-choose-us__right-box-content .left-content p {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: var(--secondary-color);
  text-transform: capitalize;
  margin-top: 4px;
}
.why-choose-us__right-box-content .right-icon {
  max-width: 44px;
  width: 100%;
}
.why-choose-us__right-box-content .right-icon a {
  width: 44px;
  height: 44px;
  padding: 6px;
  overflow: hidden;
  border-radius: 13px 0 13px 0;
  background-color: var(--color-septenary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-choose-us__right-box-content .right-icon a img {
  max-width: 18px;
}
.why-choose-us__right-box-content .right-icon a:hover {
  background-color: var(--primary-color);
}
@media only screen and (max-width: 1919px) and (min-width: 992px) {
  .why-choose-us {
    padding: 5.524vw 0 5.107vw;
  }
  .why-choose-us__wrap {
    max-width: 64.93vw;
    gap: 1.563vw;
  }
  .why-choose-us__left {
    max-width: 42.731vw;
  }
  .why-choose-us__left .sub-heading {
    margin-bottom: 0.261vw;
  }
  .why-choose-us__left .heading {
    margin-bottom: 1.563vw;
  }
  .why-choose-us__left .text-desc {
    font-size: 0.886vw;
  }
  .why-choose-us__left .text-desc p {
    margin-bottom: 1.251vw;
  }
  .why-choose-us__left .text-desc ul {
    margin-bottom: 1.251vw;
  }
  .why-choose-us__left .text-desc ul li {
    padding-left: 0.782vw;
    margin-bottom: 0.104vw;
  }
  .why-choose-us__left .text-desc ul li::after {
    width: 0.365vw;
    height: 0.365vw;
    top: 0.417vw;
  }
  .why-choose-us__button {
    margin-top: 1.668vw;
  }
  .why-choose-us__right {
    max-width: 15.529vw;
  }
  .why-choose-us__right-details {
    gap: 1.146vw;
    margin-top: 1.668vw;
  }
  .why-choose-us__right-box figure {
    border-radius: 1.355vw 0 1.563vw 0;
  }
  .why-choose-us__right-box-content {
    border-radius: 1.355vw 0 1.355vw 0;
    padding: 1.824vw 1.042vw 1.563vw;
  }
  .why-choose-us__right-box-content .left-content p {
    font-size: 0.73vw;
    margin-top: 0.208vw;
  }
  .why-choose-us__right-box-content .right-icon {
    max-width: 2.293vw;
  }
  .why-choose-us__right-box-content .right-icon a {
    width: 2.293vw;
    height: 2.293vw;
    padding: 0.313vw;
    border-radius: 0.677vw 0 0.677vw 0;
  }
  .why-choose-us__right-box-content .right-icon a img {
    max-width: 0.938vw;
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-us {
    padding: 60px 0;
  }
  .why-choose-us__wrap {
    flex-wrap: wrap;
    gap: 50px;
  }
  .why-choose-us__left {
    max-width: 100%;
  }
  .why-choose-us__right {
    max-width: 100%;
  }
  .why-choose-us__right-box {
    max-width: calc(50% - 11px);
  }
  .why-choose-us__left .text-desc {
    font-size: 16px;
  }
  .why-choose-us__left .text-desc p {
    margin-bottom: 18px;
  }
  .why-choose-us__left .text-desc ul {
    margin-bottom: 18px;
  }
  .why-choose-us__right-details {
    gap: 20px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .why-choose-us__right-box {
    max-width: 100%;
  }
  .why-choose-us__left .text-desc {
    font-size: 15px;
  }
}
/* Why Choose Us Section css end here  */

/* Our Team List Section css start here */
.our-team-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 76px 0 100px;
  background-color: var(--color-septenary);
}
.our-team-list__title {
  max-width: 1246px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 66px;
}
.our-team-list__title .sub-heading {
  margin-bottom: 6px;
}
.our-team-list__title .heading {
  color: var(--secondary-color);
}
.our-team-list__content {
  max-width: 1246px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 28px;
  column-gap: 18px;
}
.our-team-list__box {
  max-width: calc(25% - 14px);
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 26px 0 26px 0;
}
.our-team-list__box.no-image .our-team-list__box-content {
  height: 100%;
}
.our-team-list__box:hover .our-team-list__box-content-hover {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
  visibility: visible;
}
.our-team-list__box:hover .our-team-list__box-content {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.our-team-list__box-media {
  width: 100%;
  position: relative;
  padding-bottom: 127%;
  border-radius: 26px 0 30px 0;
  overflow: hidden;
}
.our-team-list__box-media img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-team-list__box-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: var(--color-quinary);
  border-radius: 26px 0 26px 0;
  padding: 35px 20px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.our-team-list__box-content .heading {
  color: var(--secondary-color);
}
.our-team-list__box-content h6 {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: var(--secondary-color);
  text-transform: capitalize;
  margin-top: 4px;
}
.our-team-list__box-content-hover {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px 22px 24px;
  height: 100%;
  opacity: 0;
  transform: translateY(271px);
  pointer-events: none;
  visibility: hidden;
  transition: all 0.8s ease-in-out;
  border-radius: 26px 0 30px 0;
}
.our-team-list__box-content-hover .heading {
  color: var(--color-septenary);
}
.our-team-list__box-content-hover h6 {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: var(--color-septenary);
  text-transform: capitalize;
  margin-top: 4px;
}
.our-team-list__box-content-hover .text-desc {
  width: 100%;
  margin-top: 32px;
}
.our-team-list__box-content-hover .text-desc p {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  color: var(--primary-color);
  margin-top: 18px;
}
.our-team-list__box-content-hover .text-desc p:first-child {
  margin-top: 0;
}
.our-team-list__box-content-hover .contact-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
}
.our-team-list__box-content-hover .contact-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.our-team-list__box-content-hover .contact-list li:first-child {
  margin-left: 0;
}
.our-team-list__box-content-hover .contact-list li a {
  width: 44px;
  height: 44px;
  background-color: var(--color-septenary);
  border-radius: 13px 0 13px 0;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-team-list__box-content-hover .contact-list li a:hover {
  background-color: var(--primary-color);
}
.our-team-list__box-content-hover .contact-list li a img {
  max-width: 18px;
}
.our-team-list__button {
  max-width: 1246px;
  width: 100%;
  margin: 52px auto 0;
}
body.page-template-our-team .our-team-list__button {
  display: none;
}

.our-team-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  gap: 20px;
}
.our-team-pagination .page-numbers {
  font-family: var(--primary-font);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--secondary-color);
}
.our-team-pagination .page-numbers.current {
  color: var(--color-tertiary);
  font-weight: 700;
}

@media only screen and (max-width: 1919px) and (min-width: 992px) {
  .our-team-list {
    padding: 3.96vw 0 5.211vw;
  }
  .our-team-list__title {
    max-width: 64.93vw;
    margin-bottom: 3.439vw;
  }
  .our-team-list__title .sub-heading {
    margin-bottom: 0.313vw;
  }
  .our-team-list__content {
    max-width: 64.93vw;
    row-gap: 1.459vw;
    column-gap: 0.938vw;
  }
  .our-team-list__box {
    max-width: calc(25% - 0.73vw);
    border-radius: 1.355vw 0 1.355vw 0;
  }
  .our-team-list__box-media {
    border-radius: 1.355vw 0 1.563vw 0;
  }
  .our-team-list__box-content {
    border-radius: 1.355vw 0 1.355vw 0;
    padding: 1.824vw 1.042vw 1.563vw;
  }
  .our-team-list__box-content h6 {
    font-size: 0.73vw;
    margin-top: 0.208vw;
  }
  .our-team-list__box-content-hover {
    padding: 1.563vw 1.146vw 1.251vw;
    transform: translateY(14.122vw);
    border-radius: 1.355vw 0 1.563vw 0;
  }
  .our-team-list__box-content-hover h6 {
    font-size: 0.73vw;
    margin-top: 0.208vw;
  }
  .our-team-list__box-content-hover .text-desc {
    margin-top: 1.668vw;
  }
  .our-team-list__box-content-hover .text-desc p {
    font-size: 0.73vw;
    margin-top: 0.938vw;
  }
  .our-team-list__box-content-hover .contact-list {
    margin-top: 1.042vw;
  }
  .our-team-list__box-content-hover .contact-list li {
    margin-left: 0.417vw;
  }
  .our-team-list__box-content-hover .contact-list li a {
    width: 2.293vw;
    height: 2.293vw;
    border-radius: 0.677vw 0 0.677vw 0;
    padding: 0.313vw;
  }
  .our-team-list__box-content-hover .contact-list li a img {
    max-width: 0.938vw;
  }
  .our-team-list__button {
    max-width: 64.93vw;
    margin: 2.71vw auto 0;
  }
  .our-team-pagination {
    margin-top: 2.606vw;
    gap: 1.042vw;
  }
  .our-team-pagination .page-numbers {
    font-size: 0.938vw;
  }
}
@media only screen and (max-width: 991px) {
  .our-team-list__box {
    max-width: calc(50% - 10px);
  }
  .our-team-list__box-media {
    padding-bottom: 100%;
  }
  .our-team-list__box-content {
    padding: 25px 20px;
  }
  .our-team-list__box-media img {
    object-position: top;
  }
}
@media only screen and (max-width: 767px) {
  .our-team-list {
    padding: 60px 0;
  }
  .our-team-list__box {
    max-width: calc(50% - 14px);
  }
  /* .our-team-list__box:nth-child(n + 5) {
    display: none;
  } */
  .our-team-list__title {
    margin-bottom: 40px;
  }
  .our-team-list__box-media {
    padding-bottom: 127%;
  }
  .our-team-list__box-content {
    padding: 20px 15px;
  }
  .our-team-list__box-media img {
    object-position: top;
  }
  .our-team-list__button {
    margin: 40px auto 0;
  }
  body.page-template-our-team .our-team-list__button {
    display: block;
  }
  .our-team-list__box-content-hover {
    padding: 20px 20px;
  }
  .our-team-list__box-content-hover .text-desc {
    margin-top: 20px;
  }
  .our-team-list__box-content-hover .text-desc p {
    font-size: 12px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .our-team-list__box {
    max-width: 100%;
  }
}
/* Our Team List Section css end here */

/* Get in Touch section css start here */
.get-in-touch {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0 120px;
  background-color: var(--color-septenary);
}
.get-in-touch__wrap {
  max-width: 1246px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}
.get-in-touch__left {
  max-width: 598px;
  width: 100%;
  background-color: var(--color-quinary);
  padding: 60px 52px;
  border-radius: 39px 0 39px 0;
}
.get-in-touch__left .sub-heading {
  margin-bottom: 6px;
}
.get-in-touch__left .heading {
  color: var(--secondary-color);
}
.get-in-touch__form {
  width: 100%;
  margin-top: 54px;
}
.get-in-touch__form form {
  width: 100%;
}
.get-in-touch__form .c-form-group {
  width: 100%;
  margin-top: 18px;
}
.get-in-touch__form .c-form-group:first-child {
  margin-top: 0;
}
.get-in-touch__form .c-form-group .c-form-control {
  width: 100%;
  font-family: var(--primary-font);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--primary-color);
  background-color: var(--secondary-color);
  border-radius: 12px 0 12px 0;
  padding: 15px 23px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
}
.get-in-touch__form .c-form-group textarea.c-form-control {
  min-height: 130px;
  resize: none;
}
.get-in-touch__form .c-form-group select.c-form-control {
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center right 23px;
  padding-right: 50px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.get-in-touch__form .c-form-group .c-form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--primary-color);
}
.get-in-touch__form .c-form-group .c-form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--primary-color);
}
.get-in-touch__form .c-form-group .c-form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--primary-color);
}
.get-in-touch__form .c-form-group .c-form-control:-moz-placeholder {
  /* Firefox 18- */
  color: var(--primary-color);
}
.get-in-touch__right {
  max-width: 588px;
  width: 100%;
}
.get-in-touch__right .text-desc {
  width: 100%;
}
.get-in-touch__right .text-desc p {
  font-family: var(--primary-font);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--secondary-color);
}
.get-in-touch__right-address {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 53px;
  row-gap: 42px;
  margin-top: 50px;
}
.get-in-touch__right-address-box {
  max-width: calc(50% - 28px);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.get-in-touch__right-address-box .heading {
  color: var(--secondary-color);
  margin-bottom: 10px;
}
.get-in-touch__right-address-box p {
  font-family: var(--primary-font);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--secondary-color);
}
.get-in-touch__right-address-box p a {
  color: var(--secondary-color);
  text-decoration: none;
}
.get-in-touch__right-address-box p a:hover {
  color: var(--color-tertiary);
}
.get-in-touch__right-address-box p span {
  display: block;
}
.get-in-touch__right-address-box address {
  font-family: var(--primary-font);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--secondary-color);
  font-style: normal;
}
.get-in-touch__right-map {
  width: 100%;
  position: relative;
  padding-bottom: 53.5%;
  overflow: hidden;
  border-radius: 39px 0 39px 0;
  margin-top: 54px;
}
.get-in-touch__right-map iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* button css new */
.get-in-touch__form .c-form-group .wpcf7-form-control.btn {
  background-color: var(--color-tertiary);
  color: var(--secondary-color);
  border-color: var(--color-tertiary);
  padding: 9px 25px;
  line-height: 1;
  border-radius: 13px 0 13px 0;
  border: 2px solid transparent;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.get-in-touch__form .c-form-group .wpcf7-form-control.btn:hover {
  background-color: transparent;
  color: var(--color-tertiary);
  border-color: var(--color-tertiary);
}

@media only screen and (max-width: 1919px) and (min-width: 992px) {
  .get-in-touch {
    padding: 5.211vw 0 6.253vw;
  }
  .get-in-touch__wrap {
    max-width: 64.93vw;
    gap: 3.127vw;
  }
  .get-in-touch__left {
    max-width: 31.162vw;
    padding: 3.127vw 2.71vw;
    border-radius: 2.032vw 0 2.032vw 0;
  }
  .get-in-touch__left .sub-heading {
    margin-bottom: 0.313vw;
  }
  .get-in-touch__form {
    margin-top: 2.814vw;
  }
  .get-in-touch__form .c-form-group {
    margin-top: 0.938vw;
  }
  .get-in-touch__form .c-form-group .c-form-control {
    font-size: 0.938vw;
    border-radius: 0.625vw 0 0.625vw 0;
    padding: 0.782vw 1.199vw;
  }
  .get-in-touch__form .c-form-group textarea.c-form-control {
    min-height: 6.774vw;
  }
  .get-in-touch__form .c-form-group select.c-form-control {
    background-size: 0.677vw;
    background-position: center right 1.199vw;
    padding-right: 2.606vw;
  }
  .get-in-touch__right {
    max-width: 30.641vw;
  }
  .get-in-touch__right .text-desc p {
    font-size: 0.938vw;
  }
  .get-in-touch__right-address {
    gap: 2.762vw;
    row-gap: 2.189vw;
    margin-top: 2.606vw;
  }
  .get-in-touch__right-address-box {
    max-width: calc(50% - 1.459vw);
  }
  .get-in-touch__right-address-box .heading {
    margin-bottom: 0.521vw;
  }
  .get-in-touch__right-address-box p {
    font-size: 0.938vw;
  }
  .get-in-touch__right-address-box address {
    font-size: 0.938vw;
  }
  .get-in-touch__right-map {
    border-radius: 2.032vw 0 2.032vw 0;
    margin-top: 2.814vw;
  }
}
@media only screen and (max-width: 991px) {
  .get-in-touch__wrap {
    gap: 30px;
  }
  .get-in-touch__left {
    max-width: 50%;
    padding: 60px 30px;
  }
  .get-in-touch__right {
    max-width: 50%;
  }
  .get-in-touch__right-address-box {
    max-width: calc(50% - 15px);
  }
  .get-in-touch__right-address-box p {
    font-size: 14px;
  }
  .get-in-touch__right-address {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .get-in-touch {
    padding: 60px 0;
  }
  .get-in-touch__wrap {
    flex-wrap: wrap;
  }
  .get-in-touch__left {
    max-width: 100%;
    padding: 40px 20px;
  }
  .get-in-touch__right {
    max-width: 100%;
  }
  .get-in-touch__form {
    margin-top: 30px;
  }
  .get-in-touch__form .c-form-group .c-form-control {
    padding: 12px 15px;
    font-size: 16px;
  }
  .get-in-touch__form .c-form-group textarea.c-form-control {
    min-height: 100px;
  }
  .get-in-touch__right .text-desc p {
    font-size: 16px;
  }
  .get-in-touch__right-address-box address {
    font-size: 14px;
  }
  .get-in-touch__right-address-box {
    max-width: calc(50% - 8px);
  }
  .get-in-touch__right-address {
    gap: 30px;
    column-gap: 15px;
  }
  .get-in-touch__right-address-box h4.heading {
    font-size: 24px;
  }
  .get-in-touch__right-map {
    margin-top: 40px;
  }
  .get-in-touch__right-address {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .get-in-touch__right-address-box p a {
    display: block;
  }
}
/* Get in Touch section css end here */

/* Introduction NPS Law section css start here */
.introduction-nps-law {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
  background-color: var(--color-septenary);
}
.introduction-nps-law__wrap {
  max-width: 1338px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.introduction-nps-law__left-content {
  max-width: 393px;
  width: 100%;
}
.introduction-nps-law__left-content .sub-heading {
  margin-bottom: 6px;
}
.introduction-nps-law__left-content .heading {
  color: var(--secondary-color);
  margin-bottom: 14px;
}
.introduction-nps-law__left-content .text-desc {
  width: 100%;
  margin-bottom: 32px;
}
.introduction-nps-law__left-content .text-desc p {
  font-family: var(--primary-font);
  font-size: 18px;
  line-height: 1.3;
  color: var(--secondary-color);
  font-weight: 500;
}
.introduction-nps-law__counter {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 38px;
}
.introduction-nps-law__counter-box {
  width: 100%;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.introduction-nps-law__counter-box span {
  font-family: var(--secondary-font);
  font-size: 76px;
  line-height: 1;
  color: var(--color-tertiary);
  font-weight: 600;
  letter-spacing: -6px;
}
.introduction-nps-law__counter-box p {
  font-family: var(--primary-font);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--secondary-color);
  padding-top: 10%;
}
.introduction-nps-law__media {
  /* max-width: 361px; */
  max-width: 377px;
  width: 100%;
}
.introduction-nps-law__media figure {
  max-width: 431px;
  width: 100%;
  position: relative;
  padding-bottom: 137.952%;
  z-index: 1;
}
.introduction-nps-law__media figure img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 39px 0 39px 0;
}
.introduction-nps-law__media figure::after {
  content: "";
  background-color: var(--color-quinary);
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 39px 0 39px 0;
}
.introduction-nps-law__right-content {
  max-width: 386px;
  width: 100%;
}
.introduction-nps-law__right-content .intro-desc-wrap {
  width: 100%;
  margin-bottom: 30px;
}
.introduction-nps-law__right-content .intro-desc-wrap:last-child {
  margin-bottom: 0;
}
.introduction-nps-law__right-content .intro-desc-wrap .heading {
  color: var(--secondary-color);
}
.introduction-nps-law__right-content .intro-desc-wrap p {
  font-family: var(--primary-font);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  color: var(--secondary-color);
  margin-top: 18px;
}
@media only screen and (max-width: 1919px) and (min-width: 992px) {
  .introduction-nps-law {
    padding: 5.211vw 0;
  }
  .introduction-nps-law__wrap {
    max-width: 69.724vw;
  }
  .introduction-nps-law__left-content {
    max-width: 20.479vw;
  }
  .introduction-nps-law__left-content .sub-heading {
    margin-bottom: 0.313vw;
  }
  .introduction-nps-law__left-content .heading {
    margin-bottom: 0.73vw;
  }
  .introduction-nps-law__left-content .text-desc {
    margin-bottom: 1.668vw;
  }
  .introduction-nps-law__left-content .text-desc p {
    font-size: 0.938vw;
  }
  .introduction-nps-law__counter {
    gap: 0.782vw;
    margin-bottom: 1.98vw;
  }
  .introduction-nps-law__counter-box {
    gap: 0.521vw;
  }
  .introduction-nps-law__counter-box span {
    font-size: 3.96vw;
    letter-spacing: -0.313vw;
  }
  .introduction-nps-law__counter-box p {
    font-size: 0.834vw;
  }
  .introduction-nps-law__media {
    max-width: 18.812vw;
  }
  .introduction-nps-law__media figure {
    max-width: 22.46vw;
  }
  .introduction-nps-law__media figure img {
    border-radius: 2.032vw 0 2.032vw 0;
  }
  .introduction-nps-law__media figure::after {
    right: -0.417vw;
    bottom: -0.417vw;
    border-radius: 2.032vw 0 2.032vw 0;
  }
  .introduction-nps-law__right-content {
    max-width: 20.115vw;
  }
  .introduction-nps-law__right-content .intro-desc-wrap {
    margin-bottom: 1.563vw;
  }
  .introduction-nps-law__right-content .intro-desc-wrap p {
    font-size: 0.938vw;
    margin-top: 0.938vw;
  }
}
@media only screen and (max-width: 991px) {
  .introduction-nps-law__wrap {
    flex-wrap: wrap;
    gap: 50px;
  }
  .introduction-nps-law__left-content {
    max-width: 100%;
  }
  .introduction-nps-law__right-content {
    max-width: 100%;
  }
  .introduction-nps-law__counter-box p {
    padding-top: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .introduction-nps-law {
    padding: 60px 0;
  }
  .introduction-nps-law__counter-box span {
    font-size: 52px;
    letter-spacing: 0px;
  }
  .introduction-nps-law__counter-box {
    flex-direction: column;
  }
  .introduction-nps-law__left-content .text-desc p {
    font-size: 16px;
  }
  .introduction-nps-law__media figure {
    padding-bottom: 100%;
  }
  .introduction-nps-law__media figure img {
    object-position: top;
  }
  .introduction-nps-law__right-content .intro-desc-wrap p {
    font-size: 16px;
    margin-top: 12px;
  }
  .introduction-nps-law__counter-box p {
    padding-top: 0;
  }
}
/* Introduction NPS Law section css end here */

/* faq css start here */
.faq {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 90px 0;
}
.faq__wrap {
  max-width: 1246px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.faq__left {
  max-width: 530px;
  width: 100%;
}
.faq__left .sub-heading {
  margin-bottom: 6px;
}
.faq__left .heading {
  color: var(--primary-color);
  margin-bottom: 32px;
}
.faq__left .text-desc {
  width: 100%;
  margin-bottom: 40px;
}
.faq__left .text-desc P {
  font-family: var(--primary-font);
  font-size: 18px;
  line-height: 1.3;
  color: var(--primary-color);
  font-weight: 500;
}
.faq__left figure {
  max-width: 521px;
  width: 100%;
  position: relative;
  padding-bottom: 92.213%;
  z-index: 1;
}
.faq__left figure img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 39px 0 39px 0;
}
.faq__left figure::after {
  content: "";
  background-color: var(--color-quinary);
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 39px 0 39px 0;
}
.faq__right {
  max-width: 625px;
  width: 100%;
}
.faq__right .content {
  width: 100%;
}
.faq__right .cus-accordion {
  width: 100%;
}
.cus-accordion-card {
  width: 100%;
}

.cus-accordion-title {
  padding: 15px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 3px solid var(--color-octonary);
}
.cus-accordion-title .heading {
  color: var(--primary-color);
}
.cus-accordion-title figure {
  width: 44px;
  height: 44px;
  background-color: var(--color-octonary);
  border-radius: 13px 0 13px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cus-accordion-title figure img {
  max-width: 15px;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.cus-accordion-title.active figure img {
  transform: rotate(-180deg);
}

.cus-accordion-panel {
  display: none;
  padding: 22px 0 10px;
  width: 100%;
}
.cus-accordion-panel .accordian-desc {
  width: 100%;
}
.cus-accordion-panel .accordian-desc p {
  font-family: var(--primary-font);
  font-size: 18px;
  line-height: 1.3;
  color: var(--primary-color);
  font-weight: 500;
  margin-top: 24px;
}
.cus-accordion-panel .accordian-desc p:first-child {
  margin-top: 0;
}
.cus-accordion-panel .accordian-desc p strong {
  font-weight: 600;
}
@media only screen and (max-width: 1919px) and (min-width: 992px) {
  .faq {
    padding: 4.69vw 0;
  }
  .faq__wrap {
    max-width: 64.93vw;
  }
  .faq__left {
    max-width: 27.619vw;
  }
  .faq__left .sub-heading {
    margin-bottom: 0.313vw;
  }
  .faq__left .heading {
    margin-bottom: 1.668vw;
  }
  .faq__left .text-desc {
    margin-bottom: 2.084vw;
  }
  .faq__left .text-desc P {
    font-size: 0.938vw;
  }
  .faq__left figure {
    max-width: 27.15vw;
  }
  .faq__left figure img {
    border-radius: 2.032vw 0 2.032vw 0;
  }
  .faq__left figure::after {
    right: -0.417vw;
    bottom: -0.417vw;
    border-radius: 2.032vw 0 2.032vw 0;
  }
  .faq__right {
    max-width: 32.569vw;
  }
  .cus-accordion-title {
    padding: 0.782vw 0;
    border-bottom: 0.156vw solid var(--color-octonary);
  }
  .cus-accordion-title figure {
    width: 2.293vw;
    height: 2.293vw;
    border-radius: 0.677vw 0 0.677vw 0;
  }
  .cus-accordion-title figure img {
    max-width: 0.782vw;
  }
  .cus-accordion-panel {
    padding: 1.146vw 0 0.521vw;
  }
  .cus-accordion-panel .accordian-desc p {
    font-size: 0.938vw;
    margin-top: 1.251vw;
  }
}
@media only screen and (max-width: 991px) {
  .faq__wrap {
    flex-wrap: wrap;
    gap: 40px;
  }
  .faq__left {
    max-width: 100%;
  }
  .faq__right {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .faq {
    padding: 60px 0;
  }
  .faq__left .text-desc P {
    font-size: 16px;
  }
  .cus-accordion-panel .accordian-desc p {
    font-size: 16px;
    margin-top: 15px;
  }
  .cus-accordion-title figure {
    width: 38px;
    height: 38px;
  }
  .cus-accordion-title figure img {
    max-width: 12px;
  }
  .cus-accordion-title .heading {
    font-size: 22px;
  }
  .cus-accordion-title {
    padding: 12px 0;
    border-width: 2px;
  }
  .faq__left {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .faq__wrap {
    gap: 30px;
  }
  .faq__left figure {
    order: 1;
    margin-bottom: 50px;
  }
  .faq__left .sub-heading {
    order: 2;
  }
  .faq__left .heading {
    order: 3;
    margin-bottom: 20px;
    font-size: 26px;
  }
  .faq__left .text-desc {
    margin-bottom: 0;
    order: 4;
  }
  .cus-accordion-panel {
    padding: 15px 0 10px;
  }
}
/* faq css end here */

/* cms-pages css start here */
.cms-pages {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
}
.cms-pages__wrap {
  max-width: 1246px;
  width: 100%;
  margin: 0 auto;
}
.cms-pages__wrap .entry-content {
  width: 100%;
  margin: 0;
}
.wysiwyg * {
  font-family: var(--primary-font);
  font-weight: 500;
  color: var(--primary-color);
}
.wysiwyg p {
  font-size: 18px;
}

@media only screen and (max-width: 1919px) and (min-width: 992px) {
  .cms-pages {
    padding: 5.211vw 0;
  }
  .cms-pages__wrap {
    max-width: 64.93vw;
  }
  .wysiwyg p {
    font-size: 0.938vw;
  }
}
@media only screen and (max-width: 767px) {
  .cms-pages {
    padding: 60px 0;
  }
  .wysiwyg p {
    font-size: 16px;
  }
}
/* cms-pages css end here */

/* Header Changes 
----------------------------------------  */
.header
  .header__wrap
  .header__nav-wrap
  .menu-menu-1-container
  .nav-menu
  .menu-item.menu-item-has-children
  .sub-menu {
  padding-right: 15vw;
  justify-content: end;
}

@media screen and (min-width: 1980px) {
  .header
    .header__wrap
    .header__nav-wrap
    .menu-menu-1-container
    .nav-menu
    .menu-item.menu-item-has-children
    .sub-menu {
    padding-right: 325px;
  }
}

/* Client Feedback Changes 
---------------------------------------  */
.client-feedback.theme-white
  .client-feedback__wrap
  .client-feedback__right
  .client-feedback__slider
  .slick-slide
  .client-feedback__slider-box
  .box-desc {
  color: #000000;
}

/* Find out more button change 
------------------------------------  */

.introduction-nps-law
  .introduction-nps-law__wrap
  .introduction-nps-law__right-content
  .mob-btn {
  display: none;
}

@media screen and (max-width: 991px) {
  .introduction-nps-law
    .introduction-nps-law__wrap
    .introduction-nps-law__left-content
    .desk-btn {
    display: none;
  }

  .introduction-nps-law
    .introduction-nps-law__wrap
    .introduction-nps-law__left-content
    .introduction-nps-law__counter {
    margin-bottom: 0px;
  }

  .introduction-nps-law
    .introduction-nps-law__wrap
    .introduction-nps-law__right-content
    .mob-btn {
    display: block;
    width: fit-content;
  }
}

/* Iframe image change 
------------------------------------  */

.footer__top-logo .left-logo {
  width: 100%;
  height: 117px;
}

@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .footer__top-logo .left-logo {
    height: 6.094vw;
  }
  .footer__top-logo .left-logo iframe {
    width: 100%;
    height: 6.094vw;
  }
}

@media only screen and (max-width: 767px) {
  .footer__top-logo .left-logo {
    height: 59px;
  }
  .footer__top-logo .left-logo iframe {
    height: 59px;
  }
  .footer__bottom .text-desc p {
    text-align: center;
  }
}

.get-in-touch
  .get-in-touch__wrap
  .get-in-touch__right
  .contact-us-tab
  .contact-us-tab__header {
  margin-bottom: 20px;
}

.get-in-touch
  .get-in-touch__wrap
  .get-in-touch__right
  .contact-us-tab
  .contact-us-tab__header
  .cart-tabs {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.get-in-touch
  .get-in-touch__wrap
  .get-in-touch__right
  .contact-us-tab
  .contact-us-tab__header
  .cart-tabs
  .contact-us-tab__link.active {
  background-color: var(--color-quaternary);
  color: var(--secondary-color);
  border-color: var(--color-quaternary);
}

.get-in-touch
  .get-in-touch__wrap
  .get-in-touch__right
  .contact-us-tab
  .contact-us-tab__header
  .cart-tabs
  .contact-us-tab__link {
  background-color: transparent;
  color: var(--secondary-color);
  border-color: var(--color-quaternary);
  cursor: pointer;
}

.get-in-touch
  .get-in-touch__wrap
  .get-in-touch__right
  .contact-us-tab
  .contact-us-tab__header
  .cart-tabs
  .contact-us-tab__link:hover {
  background-color: var(--color-quaternary);
}

.footer .footer__top .footer__top-main .footer__top-main-logo {
  max-width: 500px;
}

.footer
  .footer__top
  .footer__top-main
  .footer__top-main-logo
  .all-footer-address {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 0px;
  width : 100%;
}

.get-in-touch
  .get-in-touch__wrap
  .get-in-touch__right
  .contact-us-tab
  .cart-content-wrapper
  .contact-us-tab__content {
  display: none;
}

.get-in-touch
  .get-in-touch__wrap
  .get-in-touch__right
  .contact-us-tab
  .cart-content-wrapper
  .contact-us-tab__content.active {
  display: block;
}

@media only screen and (max-width: 1919px) and (min-width: 992px) {
  .footer__top-main-logo {
    max-width: 34.722vw;
  }
}

@media only screen and (max-width: 991px) {
  .footer .footer__top .footer__top-main .footer__top-main-logo {
    max-width: 100%;
  }
  .footer
    .footer__top
    .footer__top-main
    .footer__top-main-logo
    .all-footer-address {
    gap: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .footer
    .footer__top
    .footer__top-main
    .footer__top-main-logo
    .all-footer-address {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

