/* Switzer */
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Light.woff2") format("woff2"), url("../fonts/Switzer-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Regular.woff2") format("woff2"), url("../fonts/Switzer-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-family: "Switzer", sans-serif;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

img,
iframe,
video,
audio,
svg {
  max-width: 100%;
  display: unset;
}
.show-950{
  display: none !important;
}
.image-object-size img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none !important;
  color: inherit;
  transition: .2s ease-in-out;
}

.w-1 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-2 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-3 {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.w-4 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-5 {
  width: 50%;
}

.w-55 {
  width: 55%;
}

.w-6 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-7 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-8 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-9 {
  width: 90%;
}

.w-95 {
  width: 95%;
}

.w-100 {
  width: 100%;
}
.m-zero{
  margin: 0 !important;
}
.mt-half {
  margin-top: .5rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-15 {
  margin-top: 1.5rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-25 {
  margin-top: 2.5rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.flex-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.align-start{
  align-items: flex-start;
}
.align-end{
  align-items: flex-end;
}
.align-center {
  align-items: center;
}

.border-none {
  border: none;
}

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

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

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

.d-none {
  display: none;
}
.text-grey{
  color: #EFEFEF;
}
.heading-big {
  font-size: 30rem;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 7rem;
}
.text-white>span,
.text-white>h1,
.text-white>h2,
.text-white>h3,
.text-white>h4,
.text-white>h5,
.text-white>h6,
.text-white>p,
.text-white>small,
.text-white>li, .heading-big.text-white {
  color: #ffffff;
}
.text-white *{
  color: #fff;
}
.text-dark-blue h2{
  color: #1C1C84;
}
.bg-dark-blue{
  background-color: #000053;
}
.bg-white {
  background-color: #fff;
}
.bg-light-grey{
  background-color: #F3F3F3;
}
.bg-style{
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
}
.img-object img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body {
  font-family: 'Switzer', sans-serif;
  color: #222222;
  background-color: #fff;
}

.main-header .container,
.banner-container .container {
  width: 89.5%;
  max-width: 1920px;
}

.container, .page-id-13 .entry-header, .page-id-13 .entry-content, .page-id-3 .entry-header, .page-id-3 .entry-content {
  margin: 0 auto;
  max-width: 1800px;
  width: 75%;
}

.com-padding {
  padding: 20rem 0;
}
.com-pd-17{
  padding: 17rem 0;
}
.com-pd-14{
  padding: 14rem 0;
}
.p-relative {
  position: relative;
}

.d-none {
  display: none;
}
.pt-zero{
  padding-top: 0 !important;
}
.pb-zero {
  padding-bottom: 0 !important;
}
.mt-zero{
  margin-top: 0 !important;
}

html {
  font-size: 10px !important;
  scroll-behavior: smooth;
  line-height: 1;
}
.service-listing-page-sec .service-list-item {
    border: 1px solid #545454;
    padding: 5rem;
}
.service-listing-page-sec .service-list-item {
    border: 1px solid #545454;
    padding: 5rem;
}
.service-listing-page-sec .service-list-item .service-info {
    width: 100% !important;
}
.service-listing-page-sec .service-list-item:nth-child(3n) {
    border-right: 1px solid #545454 !important;
}
@media all and (max-width: 767px) {
  .m-w-100 {
    width: 100% !important;
  }

  .m-flex-box {
    display: flex;
  }

  .m-none {
    display: none;
  }

  .m-block {
    display: block;
  }

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

}

/*======= common css end ==========*/
h1,
h2,
h3,
h4 {
  color: #120F12;
}

h1 {
    font-size: 9.5rem;
    line-height: 1.2;
}

h2 {
  font-size: 6rem;
  line-height: 1.3;
}
.page-template-homepage h2{
  font-size: 7.5rem;
  font-weight: 600;
  line-height: 1.2;
}
h3 {
  font-size: 5.2rem;
  line-height: 1.3;
}

h4 {
  font-size: 3.6rem;
}
h5 {
  font-size: 3rem;
  color: #404040;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: normal;
}

p {
  font-size: 2rem;
  color: #404040;
  font-weight: 400;
  line-height: 1.5;
}


.main-header {
  background-color: #EFEFEF;
  padding: 3.5rem 0;
  z-index: 9;
}

.main-header .navigation ul li {
  font-weight: 500;
  color: #120F12;
  font-size: 2rem;
  margin-left: 4rem;
}
.main-header .navigation ul li a {
  color: #120F12;
  position: relative;
}
.main-header .navigation ul li a::after {
  content: '';
  position: absolute;
  bottom: -1rem;
  left: 50%;
  width: 0;
  height: 0.25rem;
  transform: translateX(-50%);
  background-color: rgb(28 28 132);
  transition: all 0.5s ease;
}
.page-template-homepage .main-header .navigation ul li a::after {
  background-color: #fff;
}
.main-header .navigation ul li a:hover::after {
  width: 100%;
}
.main-header .navigation ul li a:hover {
  color: #2927a6;
}
.navigation ul {
  margin-right: 5rem;
}
.header-logo img {
  width: 17.4rem;
}
button:focus {
  outline: none !important;
}
.comm-btn, button.comm-btn {
  color: #fff !important;
  font-size: 2rem;
  border-radius: 5rem;
  background-color: #1C1C84 !important;
  padding: 2.8rem 5.4rem !important;
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
  outline: none;
  cursor: pointer;
  text-decoration: none !important;
  border: 1px solid #2927A6;
  transition: .2s ease-in-out;
  font-weight: 500;
  width: max-content;
}
.comm-btn:hover {
  background-color: rgb(19 16 173) !important;
}
.comm-btn img {
  vertical-align: middle;
  margin-right: 1.5rem;
  width: 1.2rem;
  object-fit: contain;
  filter: brightness(100);
}
.btn-white{
  color: #1C1C84 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
.btn-white img {
  filter: invert(0);
}
.btn-white:hover, .page-template-homepage .header-btn:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.comm-btn.header-btn {
  padding: 2.25rem 3.5rem !important;
}
.page-template-homepage .header-btn {
  background-color: #fff !important;
  color: #1C1C84 !important;
  border-color: #fff !important;
}
.page-template-homepage .header-btn img {
  filter: invert(0);
}
.btn-white:hover img, .page-template-homepage .header-btn:hover img {
  filter: brightness(100);
}
.header-btn img {
  width: 2.5rem;
  margin: 0 1rem 0 0;
}
.banner-text .comm-btn {
  margin: 2rem 0 0;
}
.page-template-homepage .main-header {
  background-color: #000053;
  position: relative;
}
.page-template-homepage .main-header::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/top-head-rec.png);
  width: 35.9rem;
  height: 27.5rem;
}
.page-template-homepage .main-header .navigation ul li a {
  color: #fff;
}
.page-template-homepage .header-logo img {
  filter: brightness(100);
}
.banner.internal-banner-bg, .banner.faq-banner {
  background: url(../images/lins-inter.webp) no-repeat;
  background-position-x: 83%;
  background-color: #EFEFEF;
  padding-bottom: 0;
}
.banner.internal-banner .container {
  width: 84%;
}
.internal-banner .banner-text {
  position: relative;
  border-bottom: 1px solid #D1D1CF;
  padding: 14rem 9rem 9rem;
}
.internal-banner-bg .banner-text::after {
  content: '';
  position: absolute;
  right: 2rem;
  bottom: 0;
  width: 8.2rem;
  height: 21.6rem;
  background-image: url(../images/scroll.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.banner-text {
  padding: 18rem 0 25rem;
}
.internal-banner .banner-text .comm-btn {
  padding: 2.4rem 3rem 2.4rem 3rem !important;
  margin-top: 3.5rem;
}
.bg-none {
  background-image: none;
  background-color: transparent;
}
.banner-text p,
.banner-text h1 {
  font-weight: 500;
}

.banner-text p {
  font-size: 2.2rem;
  letter-spacing: -.03rem;
  margin-top: 4rem;
}
.hp-banner .banner-text {
  width: 59%;
  margin: auto;
  position: relative;
}
.hp-banner .banner-text h1 {
  font-size: 15rem;
  line-height: .95;
  display: inline-block;
}
.hp-banner-content {
  position: relative;
  padding-bottom: 7rem;
  padding-left: 11rem;
  width: 84%;
}
.hp-banner-content::before {
  content: '';
  position: absolute;
  left: 0;
  top: -11rem;
  background-image: url(../images/half-d.png);
  width: 11.6rem;
  height: 50.8rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.hp-banner-content p{
  display: inline-block;
  position: absolute;
  right: -10%;
  bottom: 1rem;
  width: 34%;
  font-weight: 400;
  color: rgb(255 255 255 / 90%);
  line-height: 1.4;
}
.banner-img::before,
.banner-img::after {
  display: block;
  content: "";
  position: absolute;
  width: 8.2rem;
  height: 21.6rem;
}

.banner-img::before {
   background: url(../images/scroll.webp) no-repeat center;
   background-size: contain;
   right: 0.4rem;
   top: -21rem;
}

.banner-img::after {
   background: url(../images/badge.webp) no-repeat center;
   background-size: contain;
   right: 6rem;
   bottom: 6rem;
   width: 13.3rem;
   height: 13.3rem;
}
.hp-banner-rec {
  position: absolute;
}
.hp-banner, .main-header .container{
  position: relative;
}
.main-header .container{
  z-index: 99;
}
.bottom-left-bg {
  left: 0;
  bottom: 16rem;
  width: 11.6rem;
}
.banner-bottom-bg {
  bottom: 0;
  right: 10rem;
  height: 24rem;
  object-fit: contain;
  object-position: bottom;
}
.our-achievements .text-container p.big {
  font-size: 1.65rem;
  margin: 2rem 0;
}
.bg-black{
  background-color: #110F11;
}
.our-achievements-content h5 {
  margin-top: 3rem;
}
.our-achievements-content p {
  margin: 3rem 0 5rem;
  line-height: 1.7;
}
.our-achievements-about h5, .our-achievements-about p {
  margin-top: 1.6rem;
}
.our-achievements-about h5 {
  font-weight: 500;
  color: #1C1C84;
}
.number-box {
  margin-bottom: 10rem;
}
.number-box li {
  border-bottom: 1px solid #1C1C84;
  padding: 2rem 0 3rem;
  width: 21%;
}
.number-box li h4 {
  font-weight: 400;
}
.number-box h6 {
  font-size: 12rem;
  line-height: 1;
  margin: 0 0 2rem -1rem;
  color: #444444;
}
.number-box li p {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1rem;
  display: inline-block;
  line-height: 1.3;
  letter-spacing: .3px;
}
.our-achievements-about {
  margin-left: 20rem;
}
.our-achievements-about h3 {
  font-weight: 600;
  color: #444444;
  margin-bottom: 3rem;
}
.service-list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-column-gap: 4.5rem;
  grid-row-gap: 7.5rem;
  margin-top: 15rem;
}
.service-list-item {
  border-right: 1.5px solid #BFBFBF;
}
.service-list .service-list-item:nth-child(3n) .service-info {
  width: 70%;
}
.service-list .service-list-item:nth-child(3n) {
  border-right: 0;
}
.service-info {
  width: 67%;
}
.service-list-item .service-img img {
  width: 7rem;
  margin-right: 4rem;
}
.service-btn {
  font-size: 2rem;
  color: #1C1C84;
  font-weight: 500;
}
.service-info p {
  margin: 3rem 0 4rem;
}
.service-btn img {
  margin-right: 1.5rem;
  width: 1.2rem;
}
.expertise-numbers {
  margin: 13rem 0 0;
}
.expertise-numbers li {
  padding: 0;
  border: 0;
  width: 29.2%;
}
.expertise-numbers li h6 {
  margin: 0;
  letter-spacing: -3px;
}
.expertise-numbers li h4 {
  color: #404040;
  padding-top: 3rem;
  margin-top: 3rem;
  border-top: 1px solid #1C1C84;
}
.our-excellence p {
  opacity: .5;
}
.our-excellence-heading {
  padding-top: 3rem;
}
.our-excellence-heading p {
  margin: 3rem 0 0;
  width: 59%;
}
.our-excellence .heading-big {
  opacity: .1;
  margin-bottom: 4rem;
}
.excellence-item {
  position: relative;
  border-top: 1px solid rgb(204 204 204 / 30%);
  padding: 6rem 0;
}
.title-box .btn {
  display: flex;
  justify-content: flex-end;
}
.excellence-list {
  counter-reset: section;
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 6.5rem;
}
.excellence-item .heading {
  padding-left: 10rem;
  position: relative;
  width: 87%;
}
.excellence-item .heading p{
  margin-top: 4rem;
}
.excellence-item .heading::before {
  counter-increment: section;
  content: "0"counter(section);
  color: #fff;
  font-size: 2rem;
  position: absolute;
  left: 0;
  top: 0.7rem;
  font-weight: 400;
}

.company-logos {
  margin: 11rem 0 3rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
}
.company-logos li {
  background-color: #EFEFEF;
  border: 1px solid #c9c9c9;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}
.company-logos li img {
  width: 20rem;
}

section.certification {
  overflow-x: clip;
}
.headingbg-border {
  border-bottom: 1.5px solid #C9C9C9;
  padding-bottom: 3rem;
}
.our-team .content {
  border-top: 1.5px solid #C9C9C9;
  border-bottom: 1.5px solid #C9C9C9;
}
.our-team .content p {
  color: #606060;
  margin-top: 2rem;
}
.team-member-slider {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 3.5rem;
  margin: 10rem 0;
}
.team-member-slider li .img-box {
    width: 49%;
    margin-right: 5rem;
}
.team-member-slider li img {
  width: 100%;
}
.team-member-slider li .info {
  margin: 1.5rem 0;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team-member-slider li .info h4 {
  font-weight: 600;
  color: #1C1C84;
  line-height: 1.3;
}
.team-member-slider li .info h6 {
  font-size: 1.6rem;
  margin-top: 4.5rem;
  line-height: 1.5;
  text-transform: uppercase;
}
.team-member-slider li .info h5 {
  font-size: 2rem;
  margin: 1.5rem 0 2rem;
  font-weight: 500;
  border-top: 1px solid #858585;
  padding-top: 1rem;
}
.team-member-slider li .info .team-others-infos {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.team-member-slider li .info .team-others-infos li {
  font-size: 2rem;
}
.team-member-slider li .info .team-others-infos li:last-child {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-top: 2rem;
}
.team-member-slider li .info .team-others-infos li:first-child {
  border-right: 1px solid;
  padding-right: 2rem;
}
.team-member-slider li .info .team-list-description {
  font-size: 2rem;
  line-height: 1.6;
  margin: 3rem 0 5rem;
}
.team-member-slider .team-social-links img {
  width: auto;
  height: 2rem;
  object-fit: contain;
}
.team-social-links a {
  display: inline-block;
  margin-right: 2rem;
}
.slick-arrow {
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  border: 1px solid #7E7E7E;
  transform: none;
  position: absolute;
  background-color: transparent !important;
  font-size: 0;
  right: 0;
  left: auto;
  top: -26%;
  cursor: pointer;
  transition: .2s ease-in-out;
  outline: none !important;
  padding: 0 !important;
}
.slick-next.slick-arrow::before {
  transform: rotate(180deg);
}
.slick-arrow:hover::before {
  filter: brightness(100);
}
.slick-arrow:hover {
  background-color: #1C1C84 !important;
}
.slick-arrow::before {
  background: url(../images/arrow-blue.png) no-repeat center !important;
  background-size: contain !important;
  width: 2.8rem !important;
  height: 2.2rem !important;
  content: '';
  color: transparent !important;
  opacity: 1 !important;
  font-family: none !important;
  z-index: 9999 !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.bg-grey {
  background-color: #EFEFEF;
}
.about-us .content h2{
  font-size: 9.5rem;
  line-height: 1.2;
}
.contact-us .contact-info h2 span{
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  display: block;
}
.contact-info .title-box {
  margin-bottom: 14rem;
}
.contact-us .contact-form{
  width: 51%;
}
.contact-us .contact-form form {
  margin-top: 5rem;
}
.wpcf7-form-control.wpcf7-submit.comm-btn {
  width: max-content;
  border-radius: 50px;
  padding: 1.8rem 6.5rem 1.8rem 8.5rem !important;
  margin-bottom: 0;
  font-size: 2rem;
}
.contact-submit-box {
  position: relative;
  width: max-content;
}
.contact-submit-box::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/btn-arrow-down-blue.png);
  width: 1.2rem;
  height: 2.1rem;
  filter: brightness(100);
  left: 6rem;
  z-index: 999;
  background-size: contain;
}
.contact-us .contact-info h4 {
  font-size: 4rem;
}
.contact-us .contact-info .info.map h4{
  color: #404040;
  text-decoration: underline;
}
.contact-us .contact-info .info p{
  font-size: 1.6rem;
  margin:1.2rem 0 4.5rem;
  letter-spacing: -.01rem;
}
input:focus {
  outline: none !important;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
width: 100%;
background-color: transparent;
border: none;
padding: 1rem 0 1.5rem;
border-bottom: 1px solid #545454;
margin-bottom: 5rem;
font-size: 2.2rem;
outline: none;
position: relative;
}
.contact-form textarea{
  border: 1px solid #545454;
  padding: 1.5rem;
   font-family: 'Switzer',
   sans-serif;
}
.contact-form select{
  color: #757575;
}

.about-us .content h4 {
  color: #D2D2D2;
  margin: .5rem 0 2.5rem;
}

.about-us .content p {
  color: #A1A0A1;
}
.bg-dark-grey, .page-template-faq .main-header, .banner.faq-banner, .page-template-faq .FAQ-section{
  background-color: #E9E8E9;
}
.FAQ-container{
  margin-top: 11rem;
}
.FAQ-container li:nth-child(2n+1){
  background-color: #F4F4F4;
}
.FAQ-container li:nth-child(2n+2){
  background-color: #fff;
} 
.FAQ-container li{
  border-radius: 1.5rem 1.5rem 0 0;
  margin-top: -1.5rem;
  padding: 3.2rem 3.2rem 3.2rem 10rem;
}
.FAQ-container li .question
{
   font-size: 2.5rem;
   color:#212121;
   padding-bottom: 2rem;
   line-height: 1.4;
   
}
.FAQ-container li:last-child .question{
  padding-bottom: 0;
}
.FAQ-container li:last-child .question.active{
  padding-bottom: 2rem;
}
.FAQ-container li .answer{
  color: #404040;
  display: none;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.FAQ-container {
  counter-reset: section;
}

.FAQ-container li::before {
  counter-increment: section;
  content: "0"counter(section);
  color: #212121;
  font-size: 2.5rem;
  position: absolute;
  left: 3rem;
  top: 3.5rem;
  font-weight: 400;
}
.question:after {
  content: '';
  background: url(../images/plus.webp) no-repeat center;
  background-size: 100%;
  width: 4rem;
  height: 4rem;
  float: right;
}

.question.active:after {
  content: '';
  background: url(../images/minus.webp) 
  no-repeat center;
   background-size: 100%;
   
}
footer{
  background-size: cover;
  background-color: #120F12;
}
footer .content{
  padding: 15rem 0 9rem;
}
.footer-logo-list a img {
  width: 22.2rem;
  margin-bottom: 16rem;
}
.footer-newsletter h4 {
  font-size: 3rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  margin: 2rem 0 4rem;
  border: 0 !important;
}
footer .content h5 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #8C8C8C;
  letter-spacing: .3px;
}
footer .content li a{
  color: #E9E9E9;
  font-size: 2rem;
  line-height: 1.6;
  margin-top: 1.5rem;
  display: inline-block;
  position: relative;
  transition: all 0.5s ease;
}
footer .content li a:hover {
  padding-left: 0.5rem;
  color: #878787;
}
.footer-block{
  width: 21%;
}
.footer-block-container .footer-block:nth-child(2) {
  width: 13%;
}
footer .bottom {
  padding: 4.6rem 0;
  border-top: 1.05px solid rgb(217 217 217 / 15%);
}
footer .bottom p{
  color: #8C8C8C;
  font-size: 1.8rem;
  font-weight: 300;
}
footer .bottom p span {
  margin: 0 0.8rem;
}
footer .bottom p a{
  font-weight: 500;
}
.social-links a:hover img {
  opacity: .6;
}
footer .social-links img{
width: 5rem;
height: 5rem;
object-fit: contain;
margin: 0 .25rem;
transition: .2s ease-in-out;
}
.footer-logo-list {
  width: 29.5%;
}
.newsletter-form input {
  width: 100%;
  outline: none;
  border: 0;
  background-color: #484848;
  color: #ADB0B4;
  padding: 2.5rem 3rem;
  font-size: 2rem;
}
.newsletter-form {
  position: relative;
}
.newsletter-form input::placeholder{
  color: #ADB0B4;
}
.newsletter-form::after {
  content: '';
  position: absolute;
  right: 3rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/btn-arrow-down-blue.png);
  width: 1.2rem;
  height: 2.1rem;
  z-index: 99;
  filter: brightness(100);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}
/*services detail css*/

.about-services-content{
  width: 46%;
}
.about-services-content h2 {
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.about-services-content h5 {
  font-weight: 500;
}
.about-services-content p, .about-services-content ul {
  margin-top: 3rem;
}
.about-services-content ul li {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  font-weight: 500;
  list-style: disc;
  margin-left: 2rem;
}
.about-services-image {
  width: 42.5%;
  position: sticky;
  top: 5rem;
  height: max-content;
}
.services-consider-usps {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin: 5rem 0 8rem;
}
.excellence-services .services-consider-usps h2 {
  font-size: 6.5rem;
}
.services-consider-list {
  border-bottom: 1px solid #464646;
  padding-bottom: 3rem;
}
.services-consider-list img {
  object-fit: contain;
  height: 7.2rem;
  margin-bottom: 3rem;
}
.services-consider-list h5 {
  font-size: 2rem;
}
.services-detail-consider {
  grid-template-columns: repeat(2,1fr);
}
.services-detail-consider .services-consider-list h5 {
  font-size: 2.5rem;
}
.wpcf7-text.hidden {
  display: none;
}
.wpcf7 form .wpcf7-response-output {
  font-size: 2rem;
}
.connect-form-sec {
  width: 42.5%;
  background-color: #EFEFEF;
  padding: 7.5rem 6rem;
  height: max-content;
}
.connect-form .comm-btn {
  padding: 2rem 3.85rem !important;
}
.connect-form .comm-btn img {
  margin-left: 4rem;
}
.services-consider-headingbox p {
  margin-top: 2rem;
}
.connect-form-sec h4 {
  margin-bottom: 4rem;
}
.connect-form input {
  margin-bottom: 5rem;
}
.services-sec-heading p {
  color: #A1A0A1;
  padding: 2rem 10rem 0 0;
}
.services-list .slick-list {
  margin: 10rem -3rem 0;
}
.services-list-item {
    padding: 3rem;
    height: 100%;
}
.services-list-link, .related-services-list-link {
  display: block;
  border: 1px solid #545454;
  padding: 5rem;
  height: 100%;
}
.services-list-item h4 {
  margin-bottom: 2rem;
  line-height: 1.3;
}
.services-list-item p, .service-listing-page-sec .service-list-item .service-info p {
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.services-readmore {
  color: #fff;
  font-size: 2rem;
  vertical-align: middle;
  display: inline-block;
  margin-top: 5rem;
  opacity: 0;
}
.services-readmore img {
  vertical-align: middle;
  margin-left: 1rem;
  width: 1.8rem;
  display: inherit;
}
.services-list-link:hover p, .services-list-link:hover h4 {
  color: #fff;
}
.services-list-link:hover {
  background-color: #000053;
}
.services-list-link:hover .services-readmore {
  opacity: 1;
}
#services-slider .slick-arrow {
  top: 46%;
  right: -17rem;
}
#services-slider .slick-prev.slick-arrow {
  left: -17rem;
}
#related-services-slider {
  margin: 6rem -3rem 0;
}
#related-services-slider .slick-track, #services-slider .slick-track .slick-slide > div{
  display: flex;
}
#related-services-slider .slick-next.slick-arrow {
  right: 3rem;
}
#related-services-slider .slick-prev.slick-arrow {
  right: 13rem;
}
.related-services-heading p {
  font-weight: 500;
  padding-top: 1rem;
}
.related-services-list-item {
  background-color: #EFEFEF;
  margin: 3rem;
  height: inherit;
}
.related-services-readmore {
  display: inline-block;
  font-size: 1.8rem;
  margin-top: 4rem;
}
.related-services-list-item img {
  width: 1.8rem;
  vertical-align: middle;
  margin-left: 1rem;
  display: inherit;
}
.related-services-list-item h4 {
  position: relative;
  padding-bottom: 3.5rem;
  margin-bottom: 3.5rem;
  line-height: 1.2;
}
.related-services-list-item h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6rem;
  height: 2px;
  background-color: #3735CC;
}
.related-services-list-link{
  border: none;
}
.schedule {
  background-color: #1C1C84;
}
.schedule-wrapper {
  padding: 5.1rem 0;
}
.schedule-links {
  color: #fff;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 2rem;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 2.4rem 5rem;
  letter-spacing: 0.3rem;
  font-weight: 500;
}
.schedule-links img {
  vertical-align: middle;
  margin-right: 3rem;
  width: 3.7rem;
}
.schedule-links:hover {
  background-color: #fff;
  color: #000;
}
.schedule-links:hover img {
  filter: invert(1);
}
.popup-main {
      visibility: hidden;
      position: relative;
      overflow: hidden;
      display: none;
  }
  .popup-main.is-visible {
    visibility: visible;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    outline: 0;
    background: rgba(0, 0, 0, 0.82);
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
  }
.popup-content-wrapper {
  max-width: 95%;
  margin: 1.75rem auto;
  width: 650px;
}
.services-list-main .popup-content-wrapper{
  width: 1000px;
}
.popup-transition {
  transition: all 0.3s 0.12s;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0,-25%);
  transform: translate(0,-25%);
  opacity: 0;
  min-height: calc(100% - (1.75rem * 2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (1.75rem * 2));
  justify-content: center;
}
.popup-main.is-visible .popup-content-wrapper {
  opacity: 1;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
.close-popup {
  position: absolute;
  right: 3rem;
  top: 3rem;
  cursor: pointer;
}
.popup-content-main {
  background-color: #fff;
}
.popup-content-main-descriptions {
  padding: 9.5rem 5rem 5.5rem;
}
.popup-content-main-descriptions p {
  margin-top: 3rem;
}
.popup-contact-details {
  background-color: #EFEFEF;
  padding: 4rem 5rem;
}
.services-overflowhidden {
    overflow: hidden;
}
.popup-main.is-visible .services-list-item-popup {
  display: none;
}
.popup-main.is-visible .popup-content-main-inner {
  display: block !important;
}
.popup-content-inner {
  position: relative;
  width: 100%;
}
.close-popup img {
  width: 6.1rem;
}
.popup-content-main-inner ol {
  list-style: decimal;
  padding-left: 2rem;
}
.popup-content-main-inner ol li {
  font-size: 2rem;
  font-weight: 400;
  color: #404040;
  line-height: 1.4;
  margin-top: 3rem;
}
.popup-contact-add-info ul {
    width: 60%;
}
.popup-contact-add-info ul li a {
  font-size: 2.2rem;
  color: #404040;
  font-weight: 400;
  display: inline-block;
}
.popup-contact-add-info ul li a img {
  vertical-align: middle;
  height: 2.8rem;
  object-fit: contain;
  margin-right: 2rem;
}
.popup-contact-add-info ul li a.social-links img {
  height: 2.5rem;
  margin-right: 0;
}
.popup-contact-add-info ul li a.social-links {
  margin-right: 1rem;
}
.popup-contact-add-info ul li a.social-links:last-child {
  margin-right: 0;
}
.popup-contact-add-info ul li a:hover {
  color: #3735cc;
}
.popup-contact-details h5 {
  margin-bottom: 1rem;
  color: #131013;
  font-weight: 500;
}
.social-links-main {
    margin-top: 2rem;
}
.social-links-main p {
  text-transform: uppercase;
  position: relative;
  padding-right: 12rem;
  margin-right: 3rem;
}
.social-links-main p::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9.5rem;
  height: 1px;
  background-color: #3735CC;
}
.send-message {
  border-radius: 3rem;
  border: 1.5px solid #3735CC;
  background-color: transparent !important;
  color: #404040 !important;
  font-weight: 400;
  font-size: 2rem;
  padding: 3rem 4.2rem;
  text-transform: uppercase;
  transition: .2s ease-in-out;
}
.send-message:hover {
  background-color: #2927a4 !important;
  color: #fff !important;
}
.send-message img {
  vertical-align: middle;
  width: 2.8rem;
  margin-left: 4rem;
  transition: .2s ease-in-out;
}
.send-message:hover img {
  filter: brightness(100);
}
/*contact us css*/
.page-template-contact-us header.main-header, .page-id-13 .main-header, .page-id-3 .main-header,
.page-template-about-us .main-header{
  background-color: transparent;
}
.contact-banner .banner-text, .about-banner .banner-text {
  border-bottom: 0;
  padding: 0 0 0 9rem !important;
}
.contact-banner .banner-text p {
  margin-top: 5rem;
  letter-spacing: normal;
  line-height: 1.6;
}
.contact-banner .flex-box, .about-banner .flex-box {
  border-bottom: 1px solid #D1D1CF;
  padding: 10rem 0;
}
.about-banner .flex-box{
  padding: 5rem 0 0;
}
.banner-image {
  width: 32.5%;
}
.services-consider-headingbox h3 {
  letter-spacing: -.08rem;
}
.excellence-services .services-consider-headingbox h5 {
  margin: 3rem 0;
}
.excellence-services .services-consider-headingbox p {
  padding-right: 3rem;
}
.excellence-services h2 {
  font-size: 10rem;
}
.excellence-services .services-consider-list h5 {
  margin: 0;
  font-weight: 500;
}
.specialize-tags h4 {
  margin-bottom: 3rem;
  text-transform: capitalize;
}
.specialize-tags ul {
  margin: -0.5rem;
}
.specialize-tags ul li {
  border-radius: 4rem;
  font-size: 2rem;
  background-color: #EFEFEF;
  display: inline-block;
  font-weight: 500;
  color: #120F12;
  padding: 1.6rem 2.6rem;
  margin: 0.5rem;
}
.accessible-support-content{
  position: relative;
  z-index: 9;
  width: 52.5%;
}
.accessible-support-content h3 {
  font-weight: 500;
  margin-bottom: 2.5rem;
}
.head-office-info {
  border-top: 1.5px solid #ABABAF;
  padding-top: 4rem;
  margin-top: 5rem;
}
.head-office-info .office-address {
  font-size: 2.4rem;
  line-height: 1.4;
  padding-top: 3rem;
}
.head-office-info p {
  display: inline-block;
  vertical-align: top;
  line-height: .9;
}
.office-get-in-touch li p a {
  font-size: 4rem;
  font-weight: 500;
  display: block;
  margin-bottom: 1.5rem;
  color: #120F12;
}
.office-get-in-touch li p a:hover {
  color: #2927a6;
}
.office-get-in-touch li img {
  height: 2.8rem;
  margin-right: 1.5rem;
  display: inline-block;
}
.social-links-main .social-links img{
  transition: .2s ease-in-out;
}
.social-links-main .social-links:hover img {
  opacity: .8;
}
.office-get-in-touch .office-get-links p {
  font-size: 1.6rem;
}
.office-get-links {
  width: 47%;
}
.head-office-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 7rem;
  margin-bottom: 7rem;
}
.accessible-support {
  position: relative;
}
.map-image {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: 84.6rem;
}
/*Terms and policies css*/
#post-13, #post-3 {
  padding: 19rem 0;
}
.page-id-13 .entry-header .entry-title, .page-id-3 .entry-header .entry-title {
  font-size: 5.2rem;
  font-weight: 400;
}
.page-id-13 .entry-header, .page-id-3 .entry-header {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0.5rem !important;
}
.page-id-13 .entry-content p, .entry-content > *, .page-id-3 .entry-content p {
  max-width: 100% !important;
  line-height: 1.6;
}
.page-id-13 .entry-footer, .page-id-3 .entry-footer, .error-404.not-found {
  display: none;
}
.page-id-13 .entry-content h4, .page-id-3 .entry-content h4 {
  margin: 5rem 0 3rem !important;
  font-weight: 500;
  line-height: 1;
}
.entry-content > * {
  margin: 3rem 0!important;
}
b {
  font-weight: 600;
}
article ol li {
  font-size: 2rem;
  list-style: auto;
  margin-bottom: 2rem;
  margin-left: 2rem;
}
.error404 .page-header {
  max-width: 100% !important;
  border-bottom: 0;
  padding-bottom: 0;
}
.page-not-found-content {
  padding-top: 4rem;
}
.page-not-found-content .page-title {
  font-size: 9.5rem;
  font-weight: 500;
  color: #120F12;
}
.page-not-found-image {
  width: 44%;
}
.page-not-found-image img {
  border-radius: 15px;
}
.page-not-found-content p {
  margin: 5rem 0 4rem;
  font-size: 2.2rem;
  color: #404040;
  font-weight: 500;
}
.faq-banner h1 {
  font-size: 5.2rem;
}
.banner.faq-banner .banner-text {
  padding: 18rem 0 14rem;
}
.banner.faq-banner .banner-text p {
  font-size: 2rem;
  margin-top: 3rem;
  line-height: 1.7;
}
.faq-wrapper h4 {
  font-weight: 500;
  text-transform: capitalize;
}
.faq-wrapper:not(:last-child) {
  margin-bottom: 10rem;
}
.page-template-case-study-listing .internal-banner .banner-text, .single-casestudy .internal-banner .banner-text{
  border-bottom: 0;
}
.tabs-list {
  margin-bottom: 10rem;
}
.tabs-list li {
  border-radius: 5rem;
  border: 1px solid #7E7E7E;
  background-color: #fff;
  margin-right: 2.7rem;
  padding: 2rem 4.4rem;
  display: block;
  font-size: 2.5rem;
  color: #120F12;
  cursor: pointer;
  transition: .2s ease-in-out;
}
.tabs-list li.active, .tabs-list li:hover {
  background-color: #1C1C84;
  border-color: #1C1C84;
}
.tabs-list li.active, .tabs-list li:hover{
  color: #fff;
}
.case-study-tabs-content {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  display: none;
}
.case-study-tabs-item a {
  background-color: #EFEFEF;
  padding: 8rem 5rem;
  display: block;
}
.case-study-tabs-item h6 {
  font-size: 1.6rem;
  font-weight: 400;
  color: #3735CC;
  margin-bottom: 2rem;
}
.case-study-tabs-item h4 {
  margin-bottom: 2rem;
  line-height: 1.15;
}
.list-pagination {
  margin-top: 10rem;
}
.page-numbers {
  width: 6.6rem;
  height: 6.6rem;
  border: 1.3px solid #D6D6D6;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333333;
  margin: 0 1rem;
}
.page-numbers.current {
  border-color: #1C1C84;
  background-color: #1C1C84;
  color: #fff;
}
.prev.page-numbers, .next.page-numbers {
  border-color: #1C1C84;
}
.page-numbers img {
  width: 0.8rem;
}
.next.page-numbers img {
  transform: rotate(180deg);
}
.banner-types {
  width: 64%;
  margin-top: 12rem;
}
.banner-types li {
  width: calc((100% - 0rem)/3);
  padding-right: 2rem;
}
.banner-types li p {
  font-size: 2rem;
  font-weight: 400;
  color: #404040;
  margin: 0 0 1rem;
}
.banner-types h5 {
  font-size: 2.2rem;
  color: #120F12;
  font-weight: 500;
}
.case-study-tabs.active .case-study-tabs-content {
  display: grid;
}
.casestudy-body {
  padding: 15rem 0;
}
.casestudy-body-content {
  width: 68%;
}
.casestudy-body-content img {
  margin: 3rem 0 5rem;
}
.casestudy-consult-box {
  background-color: #1C1C84;
  width: 27.8%;
  position: sticky;
  top: 10%;
}
.study-consult-box-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5rem;
  min-height: 48rem;
  position: relative;
  background-image: url(../images/lins.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.study-consult-box-content .comm-btn span {
  color: #1C1C84;
  display: block;
  margin-right: 10rem;
}
.study-consult-box-content h4 {
  font-weight: 300;
  line-height: 1.2;
}
.study-consult-box-content h4 strong {
  font-weight: 500;
  display: block;
}
.casestudy-body-content ol li {
  list-style: auto;
}
.casestudy-body-content ul li, .casestudy-body-content ol li {
  font-size: 2rem;
  list-style: disc;
  margin-left: 2rem;
  color: #404040;
  line-height: 1.4;
}
.casestudy-body-content ul li:not(:last-child), .casestudy-body-content ol li:not(:last-child) {
  margin-bottom: 2rem;
}
.casestudy-body-content h5 {
  margin-top: 3rem;
  font-weight: 500;
}
.casestudy-body-content p {
  margin: 3rem 0;
}
.study-consult-box-content .comm-btn {
  background-color: #fff !important;
  color: #2927A6 !important;
  position: relative;
  margin-top: 3rem;
  padding: 2.4rem 4rem !important;
  display: flex;
  justify-content: space-around;
}
.study-consult-box-content .comm-btn img {
  filter: invert(1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 3rem;
}
.case-study-related-list li {
  padding: 9rem 6rem 7rem;
  background-color: #fff;
  margin: 0 3rem;
}
.case-study-related-list .slick-list{
  margin: 10rem -3rem 0;
}
.case-study-related-list li p{
  line-height: 1.6;
}
.case-study-related-list li h4 {
  position: relative;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}
.case-study-related-list li h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6rem;
  height: 2px;
  background-color: #3735CC;
}
.case-study-related-list li h6 {
  color: #120F12;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 7rem 0 0;
}
.case-study-related-list li h6 img {
  filter: brightness(.1);
  width: 2rem;
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: middle;
}
#related-case-study-slider .slick-arrow {
  top: -30%;
}
#related-case-study-slider .slick-prev {
  right: 10rem;
}
.our-services .heading-big {
  margin-bottom: 10rem;
}
.our-services .comm-btn {
  padding: 2.8rem 4.4rem !important;
}
.our-services-sec-image {
  width: 42.5%;
  height: 66.7rem;
}
.our-services-wrapper img{
  border-radius: 15px;
}
.our-services-sec-content {
  width: 53%;
  margin: 6rem 0 0 6rem;
}
.our-services-sec-content .comm-btn {
  padding: 2.8rem 4rem !important;
}
.our-services-sec-content p {
  line-height: 1.7;
  margin: 5rem 0;
}
.btn-arrow-right img {
  margin: 0 0rem 0 3rem;
  width: 2.3rem;
}
.our-services-heading p {
  padding-right: 25rem;
}
.case-study-main {
  width: 68.5%;
}
.case-study-main li:not(:last-child) {
  margin-bottom: 4rem;
}
.case-study-main li a {
  border: 1.5px solid #BBBBBB;
  padding: 4.5rem 5rem;
  display: block;
  position: relative;
}
.case-study-main li a:hover {
  background-color: #1c1c84;
  border-color: #1c1c84;
}
.case-study-main li a:hover * {
  color: #fff;
}
.case-study-main li a:hover img {
  filter: brightness(100);
}
.case-study-list-head h4 {
  width: 50%;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.case-study-list-head img {
  width: 3.4rem;
}
.case-study-list-des p {
  width: 50%;
  margin-left: auto;
}
.case-study-list-des h6 {
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #464646;
}
.aboutus-main-head p{
  width: 70%;
  margin: 3rem auto 12rem;
}
.about-quotes h3 {
  font-size: 5rem;
  font-weight: 600;
  color: #1C1C84;
  position: relative;
  width: 49%;
  line-height: 1.6;
}
.quotes-icon.quote-bottom {
  vertical-align: bottom;
  margin: 0 0 0 1rem;
}
.quotes-icon {
  margin: -1rem 1rem 0 0;
  display: inline-block;
  vertical-align: top;
}
.quotes-icon img {
  width: 2.4rem;
  height: 2rem;
}
.about-quotes-description {
  width: 44%;
  margin-left: 5rem;
}
.showMore {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 20px;
  color: #2927A6;
  position: relative;
  padding-right: 3.5rem;
  margin-left: 1rem;
}
.showMore::after{
  content:'More';
}
.showLess::after {
  content:'Less';
}
.showMore::before {
  content: '';
  background-image: url(../images/right-arrow-blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.8rem;
  height: 1.4rem;
  top: 0;
  right: 0;
  position: absolute;
}
.legal-professional-wrapper {
  margin-top: 5rem;
}
.professional-usps-list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  margin: 5rem 0 0rem;
}
.professional-usps-list-item h2 {
  font-size: 8rem;
}
.professional-usps-list-item h5 {
  font-size: 2.5rem;
}
.professional-usps-list-item {
  border-bottom: 1px solid #464646;
  padding-bottom: 3rem;
}
.legal-professional-leftbox p{
  margin-top: 3.5rem;
}
.matters-list {
  margin: 8rem 0;
}
.legal-matters-heading h2 {
  margin-bottom: 2.5rem;
  text-transform: capitalize;
}
.matters-list-icon img {
  width: 7.9rem;
}
.matters-list-item {
  border-top: 1px solid #545454;
  padding: 8rem 0;
}
.matters-list-item:last-child{
   border-bottom: 1px solid #545454;
}
.matters-list-icon img {
  width: 7.9rem;
}
.matters-list-heading {
  width: 18%;
}
.matters-list-heading h4 {
  line-height: 1.25;
}
.matters-list-description {
  width: 46%;
}
.meet-heading p {
  margin: 1rem 0 6rem;
}
.meet-team-image {
  width: 44%;
}
.meet-team-image img {
  border-radius: 15px;
}
.meet-team-content h4 {
  font-size: 4rem;
}
.meet-team-content h6 {
  font-size: 2rem;
  margin: 1rem 0 4rem;
}
.meet-team-content p {
  margin-bottom: 4rem;
}
.team-get-in-touch {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  color: #818181;
  margin-top: 2rem;
}
.team-get-in-touch a {
  font-weight: 500;
  color: #404040;
}
.about-team-member-slider .slick-slide {
  padding: 2rem;
}
.team-member-wrapper {
  margin-top: 10rem;
}
.about-team-member-slider {
  margin: 8rem -2rem 0;
}
.about-team-member-slider .img-box {
  margin-bottom: 2.5rem;
  height: 60rem;
}
.about-team-member-slider .img-box img {
  width: 100%;
  border-radius: 15px;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.about-team-member-slider h4 br, .about-team-member-slider h6 br {
  display: none;
}
.about-team-member-slider h6{
  font-size: 1.6rem;
  color: #404040;
  margin-top: 1.5rem;
}
.about-team-member-slider .slick-prev {
  right: 7%;
}
.about-team-member-slider .slick-arrow {
  top: -21%;
}
.tag {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #404040;
  background-color: #FFFFFF;
  border-radius: 18px;
  padding: 0.75rem 2rem;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}
.featured-service-list .slick-track {
  display: flex;
}
.featured-service-list .slick-list {
  margin: 8rem -2rem 0;
}
.featured-service-list .service-list-item {
  background-color: #fff;
  border: 0;
  margin: 0 2rem;
  padding: 6rem;
  height: inherit;
}
.featured-service-list .service-list-item .service-info {
  width: auto;
}
.featured-service-list .service-list-item .service-btn img {
  margin: 0 0 0 2rem;
  transform: rotate(-90deg);
}
.featured-service-list .service-list-item .service-info h4 {
  position: relative;
  padding-bottom: 3rem;
}
.featured-services .our-services-heading p {
  font-size: 2.2rem;
  font-weight: 500;
  color: #404040;
  padding-top: 1rem;
}
.featured-service-list .service-list-item .service-info h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #1C1C84;
  width: 6rem;
}
.featured-service-list .service-list-item .service-btn{
  color: #120F12;
}
.featured-service-list .slick-prev{
  right: 7%;
}
.featured-service-list .slick-arrow {
  top: -48%;
}
.office-address {
  border-top: 1.5px solid #ABABAF;
  padding-top: 4rem;
  margin: 4rem 0 5rem;
}
.contact-address-infos h3 {
  font-weight: 500;
  margin-bottom: 2rem;
}
.office-address p {
  font-size: 2.6rem;
  margin-top: 2.5rem;
}
.contact-get-info {
  margin-bottom: 6rem;
}
.contact-get-info li p a {
  font-size: 4rem;
  font-weight: 500;
  color: #120F12;
}
.contact-get-info li img {
  margin: 1.5rem 2rem 0 0;
  height: 3.4rem;
  object-fit: contain;
}
.contact-get-info li p span {
  display: block;
  font-weight: 400;
  color: #404040;
  font-size: 1.6rem;
}
.contact-info-sec label {
  color: #404040;
  font-size: 2.2rem;
  text-transform: capitalize;
  margin-bottom: 3rem;
  display: block;
}
.legal-matters-sec .comm-btn {
  padding: 2.4rem 3.7rem !important;
}
@media (max-width: 1600px) {
  html {
    font-size: 51% !important;
  }
}

@media (max-width: 1440px) {
  html {
    font-size: 46% !important;
  }
}

@media (max-width: 1380px) {
  html {
    font-size: 43% !important;
  }
}

@media (max-width: 1300px) {
  html {
    font-size: 40% !important;
  }
}
@media (max-width: 1080px){
  .container, .page-id-13 .entry-header, .page-id-13 .entry-content, .page-id-3 .entry-header, .page-id-3 .entry-content {
    width: 85%;
  }
  .banner-types {
    width: 83%;
  }
  .hp-banner .banner-text {
    width: 72%;
  }
  .about-banner .banner-text {
    padding-left: 0 !important;
  }
  .about-banner .flex-box {
    padding: 5rem 0;
  }
  .about-banner .flex-box h1{
    line-height: 1;
  }
}
@media (max-width: 950px){
  .container, .banner.internal-banner.contact-banner .container,
  .page-id-13 .entry-header, .page-id-13 .entry-content,
  .page-id-3 .entry-header, .page-id-3 .entry-content{
    width: 88%;
  }
  #post-13, #post-3 {
    padding: 8rem 0;
  }
  .hp-banner .banner-text h1 {
    font-size: 13rem;
  }
  .hp-banner-content::before{
    height: 46.8rem;
  }
  .our-achievements-about{
    margin: 0 0 7rem;
  }
  h1, .page-not-found-content .page-title{
  font-size: 7rem;
 }
 .contact-info .title-box {
    margin-bottom: 6rem;
  }
 .page-template-homepage h2 {
    font-size: 6.8rem;
  }
  .heading-big {
    font-size: 17rem;
  }
  .hp-banner .banner-text {
    width: 100%;
  }
  .hp-banner-content p {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .m-flex-col {
    flex-direction: column;
  }
  .toggle-menu {
    width: 3.2rem;
    height: 3.2rem;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 1rem;
    z-index: 999;
    cursor: pointer;
    display: block;
  }
  .toggle-menu span {
    opacity: 1;
    right: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    color: #333;
    background-color: #333;
    position: absolute;
    transform: rotate(0deg);
    transition: 0.4s ease-in-out;
  }
  .toggle-menu span:nth-child(3) {
    top: 18px;
  }
  .toggle-menu.closesidebar span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
  }
  .toggle-menu.closesidebar span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
  }
  .toggle-menu.closesidebar span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
  }
  .toggle-menu span:nth-child(2) {
    top: 9px;
  }
  .page-template-homepage .toggle-menu span {
    background-color: #fff;
  }
  .page-template-homepage .toggle-menu.closesidebar span {
      background-color: #000;
  }
  .navigation ul {
    margin-right: 0;
    padding-top: 17rem;
  }
  .navigation.collapse-navbar.visible {
    right: 0;
    transition: right 0.7s ease;
  }
  .navigation-menu.collapse-navbar {
    padding-right: 0;
  }
  .collapse-navbar {
    top: 0;
    right: -100%;
    transition: right 0.5s ease;
    transition: 0.5s;
    border-radius: 0;
    z-index: 99;
    transform: none;
    display: block;
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    text-align: center;
  }
  .main-header .navigation ul li{
    padding: 3rem;
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #efefef77;
    text-align: center;
    font-size: 3.5rem;
  }
  .main-header .navigation ul li:hover{
    background-color: #efefef77;
  }
  .page-template-homepage .main-header .navigation ul li a {
    color: #000;
  }
  .comm-btn.header-btn{
    margin: 4rem 0 4rem 0;
  }
  .banner-img {
    height: 90rem;
  }
  .banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .our-excellence .title-box .btn {
    justify-content: flex-start;
    margin-top: 3rem;
  }
  .case-study .com-padding {
    padding: 25rem 0;
  }
  .footer-links-container{
    display: none;
  }
  .footer-links-container.active{
    display: block;
  }
  footer .content {
    padding: 13rem 0 9rem ;
  }
  footer .content h5 {
    padding: 2rem 0;
  }
  footer .footer-block-container ul{
    padding-bottom: 4rem;
  }
  footer .footer-block-container .footer-block h5{
     border-top: 1px solid #464646;
  }
  footer .footer-block-container .footer-block:last-child h5{
  border-bottom: 1px solid #464646;
  }
  footer .content .footer-block-container ul li:last-child{
    margin-bottom: 2rem;
  }
  .accordion-header:after {
    content: '\02795';
    font-size: 2rem;
    color: #777;
    float: right;
    margin-left: 5px;
  }
  .accordion-header.active:after {
    content: "\2796";
  }
  footer{
    background-image: none;
  }
  footer .bottom{
    align-items: flex-start;
    padding: 3.5rem 5rem;
  }
  footer .bottom .social-links{
  margin: 2.5rem 0;
  }
  .page-template-homepage .main-header .comm-btn.header-btn {
    background-color: #1C1C84 !important;
    color: #ffffff !important;
    border-color: #1C1C84 !important;
  }
  .full-width-950{
    width: 100% !important;
  }
  .hide-950{
    display: none !important;
  }
  .show-950{
    display: block !important;
  }
  .about-services-content img {
    margin-top: 4rem;
  }
  .services-consider-headingbox {
    margin-bottom: 6rem;
  }
  #services-slider .slick-arrow {
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
  #services-slider .slick-prev.slick-arrow {
    left: -13rem;
  }
  #services-slider .slick-next.slick-arrow {
    right: -13rem;
  }
  .services-list .slick-list {
    padding-bottom: 3rem;
  }
  .schedule-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .schedule-wrapper h3 br, .banner-text h1 br, .case-study-main-head h2 br {
      display: none;
  }
  .case-study-main {
    margin: 5rem 0 3rem;
  }
  .schedule-links {
    margin-top: 4rem;
  }
  .internal-banner .banner-text {
    padding: 8rem 0rem 9rem;
  }
  .contact-banner .banner-text, .about-banner .banner-text {
    padding: 0 !important;
  }
  .contact-banner .banner-text h1 {
    margin-bottom: 5rem;
  }
  .page-not-found-image {
    margin-top: 5rem;
  }
  .page-not-found-content {
    padding-top: 0;
  }
  .banner.faq-banner .banner-text{
    padding-top: 10rem;
  }
  .case-study-tabs-content {
    grid-template-columns: repeat(2,1fr);
  }
  .our-services-wrapper .our-services-sec-content img.show-950 {
    margin-top: 5rem;
  }
  .case-study-related-list .slick-list {
    margin: 10rem -1.5rem 0;
  }
  .case-study-related-list li {
    margin: 0 1.5rem;
  }
  .our-services-sec-content {
    margin: 0;
  }
  .casestudy-consult-box {
    width: 50%;
    margin-top: 7rem;
  }
  .study-consult-box-content{
    min-height: auto;
  }
  .about-quotes h3, .aboutus-main-head p {
    width: 100%;
    line-height: 1.2;
  }
  .aboutus-main-head p {
    margin: 3rem auto 8rem;
  }
  .about-quotes-description{
    margin: 3rem 0 0 0;
    text-align: center;
  }
  .our-services-heading p {
    padding: 0 0 4rem 0;
  }
  .team-member-slider {
    grid-template-columns: repeat(1,1fr);
  }
  .team-member-slider li:nth-child(even) {
    flex-direction: row-reverse;
    margin-top: 8rem;
    justify-content: flex-end;
  }
  .team-member-slider li .info {
    justify-content: flex-start;
  }
  .team-member-slider li:nth-child(even) .img-box {
    margin-right: 0;
  }
  .team-member-slider li:nth-child(even) .info {
    margin-right: 10rem;
  }
  .service-list {
    grid-template-columns: repeat(2,1fr);
    margin: 6rem 0 10rem;
  }
  .service-list .service-list-item:nth-child(3n) {
    border-right: 1.5px solid #BFBFBF;
  }
  .service-list .service-list-item:nth-child(2n){
    border-right: 0;
  }
  .service-listing-page-sec .service-list-item:nth-child(3n),
  .service-listing-page-sec .service-list-item:nth-child(2n){
    border-right: 1px solid #545454 !important;
  }
  .service-info, .service-list .service-list-item:nth-child(3n) .service-info{
    width: 68%;
  }
  .excellence-item .heading {
    width: 100%;
    padding-left: 5rem;
  }
  .company-logos {
    grid-template-columns: repeat(3,1fr);
  }
  .number-box h6 {
    font-size: 10rem;
  }
  .our-excellence-heading p{
    width: 100%;
  }
  .contact-submit-box {
    margin: auto;
  }
  .footer-logo-list {
    margin-bottom: 8rem;
  }
  .footer-logo-list a img {
    margin-bottom: 3rem;
  }
  .contact-get-info {
    justify-content: flex-start;
  }
  .contact-get-info li{
    margin-right: 5rem;
  }
  .contact-map {
    margin-bottom: 5rem;
  }
  .about-banner .flex-box {
    padding: 10rem 0 5rem;
  }
  .meet-team-content {
    margin-top: 5rem;
  }
}
@media (max-width:767px) {
  .com-padding, .casestudy-body, .com-pd-17, .com-pd-14 {
    padding: 12rem 0;
  }
.services-sec {
    padding-bottom: 20rem;
}
.services-sec-heading {
  margin-bottom: 5rem;
}
.services-list .slick-list {
    margin-top: 5rem;
}
.popup-contact-add-info ul {
    width: 100%;
    margin-bottom: 4rem;
  }
  .popup-contact-details h5 {
    margin-bottom: 3rem;
  }
  .send-message {
    padding: 2rem 3.2rem;
  }
}
@media (max-width: 680px){
  .tabs-list {
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    flex-wrap: nowrap!important;
    justify-content: flex-start;
    display: flex;
    margin-bottom: 7rem;
  }
  .number-box li, .expertise-numbers li {
    width: 48%;
  }
  .expertise-numbers li:last-child {
    margin-top: 6rem;
  }
  .copyrights-content {
    flex-direction: column;
  }
  .matters-list-item {
    padding: 5rem 0;
  }
  .matters-list-heading {
    width: 70%;
    margin-left: 5rem;
    margin-right: auto;
  }
  .matters-list-description {
    width: 100%;
    margin-top: 3rem;
  }
}
@media (max-width:575px){
  .full-width-575{
    width: 100% !important;
  }
  .popup-content-main-descriptions, .popup-contact-details {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .close-popup img {
      width: 4.1rem;
  }
  #related-services-slider .slick-arrow, .about-team-member-slider .slick-arrow, .featured-service-list .slick-arrow {
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
  #related-services-slider .slick-prev.slick-arrow, .about-team-member-slider .slick-prev.slick-arrow,
  .featured-service-list .slick-prev.slick-arrow {
    left: -11rem;
    right: 0;
  }
  #related-services-slider .slick-next.slick-arrow, .about-team-member-slider .slick-next.slick-arrow,
  .featured-service-list .slick-next.slick-arrow {
    right: -11rem;
  }
  .related-services, .meet-the-team, .featured-services {
    padding-bottom: 20rem;
  }
  .about-team-member-slider, .featured-service-list .slick-list {
    padding-bottom: 6rem;
  }
  .featured-service-list .slick-list, .about-team-member-slider{
    margin-top: 3.5rem;
  }
  .related-services-list-item {
    margin: 0 3rem 5rem;
  }
  .office-address p {
    font-size: 2.3rem;
  }
  .related-services-heading{
    width: 100%;
  }
  .featured-service-list .service-list-item {
    padding: 6rem 4rem;
  }
  .services-sec-heading p{
    padding-right: 0;
  }
  h1, .page-not-found-content .page-title {
      font-size: 5.5rem;
  }
  h2 {
    font-size: 4.5rem;
  }
  h5{
    font-size: 2.7rem;
  }
  h3 {
      font-size: 4.3rem;
  }
  .page-template-homepage h2 {
    font-size: 5.3rem;
  }
  .hp-banner .banner-text h1 {
    font-size: 7.5rem;
  }
  .heading-big {
    font-size: 13rem;
  }
  .excellence-services h2 {
      font-size: 8rem;
  }
  .office-get-links {
    margin-bottom: 5rem;
  }
  .banner.faq-banner{
    background-image: none;
  }
  .banner.faq-banner .banner-text{
    padding-top: 5rem;
  }
  .case-study-tabs-content {
    grid-template-columns: repeat(1,1fr);
    grid-row-gap: 3rem;
  }
  .banner-types{
    margin-top: 7rem;
  }
  .banner-types li {
    width: calc((100% - 0rem)/2);
  }
  .banner-types li:last-child{
    margin-top: 4rem;
  }
  .case-study-related-list li{
    padding: 5rem;
  }
  .casestudy-consult-box {
    width: 100%;
  }
  .service-list {
    grid-template-columns: repeat(1,1fr);
    grid-row-gap: 5rem;
  }
  .excellence-list{
    grid-template-columns: repeat(1,1fr);
  }
  .service-info, .service-list .service-list-item:nth-child(3n) .service-info {
    width: 80%;
  }
  .service-list-item, .service-list .service-list-item:nth-child(2n),
  .service-list .service-list-item:nth-child(3n) {
    border-right: 0;
  }
  .service-list-item:not(:last-child) {
    border-bottom: 1.5px solid #BFBFBF;
    padding-bottom: 5rem;
  }
  .hp-banner-content::before{
    display: none;
  }
  .hp-banner-content {
    padding-left: 0;
  }
  .team-member-slider li:nth-child(even) .info {
    margin-right: 5rem;
  }
  .team-member-slider li .img-box {
    width: 42%;
  }
  .team-member-slider li .info{
    width: 46%;
  }
  .company-logos{
    display: grid;
    grid-auto-flow: column;
    scroll-behavior: auto;
    overflow-y: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    justify-content: flex-start;
    align-items: normal;
    grid-column-gap: normal;
  }
  .company-logos li {
    height: 150px;
    min-width: 31rem;
    margin: 0 2rem;
  }
  .services-consider-usps, .professional-usps-list {
    grid-template-columns: repeat(2,1fr);
  }
  .contact-get-info {
    flex-direction: column;
  }
  .contact-get-info li{
    margin-bottom: 3rem;
  }
}
@media (max-width:520px){
  .banner-text {
    padding: 14rem 0 17rem;
  }
.case-study-slider .slick-arrow {
  top: 88%;
  left: 0;
  right: auto;
}
.case-study-slider .slick-next.slick-arrow {
  left: 9rem;
}
.company-logos li img{
  width: 15rem;
}
.page-numbers{
  display: none;
}
.list-pagination .page-numbers:nth-child(1), 
.list-pagination .page-numbers:nth-child(2), 
.list-pagination .page-numbers:nth-child(3), 
.list-pagination .page-numbers:last-child {
    display: flex;
  }
  .team-member-slider li .img-box, .team-member-slider li .info {
    width: 100%;
    margin-right: 0;
  }
  .team-member-slider li .info h4 br, .team-member-slider li .info h6 br {
    display: none;
  }
  .team-member-slider li .info h6 {
    margin-top: 2.5rem;
  }
  .team-member-slider li .info {
    margin: 4rem 0 0;
  }
  .about-quotes h3{
    font-size: 4rem;
  }
  .case-study-list-head h4{
    width: 85%;
  }
  .case-study-list-des p {
    width: 100%;
  }
  .case-study-list-des p{
    margin-top: 3rem;
  }
  .case-study-list-head h5 {
    position: absolute;
    top: 5rem;
    right: 3rem;
  }
  .number-box h6 {
    font-size: 7rem;
  }
  .head-office-list {
    grid-template-columns: repeat(1,1fr);
    grid-row-gap: 4rem;
  }
}
@media (max-width:420px){
.FAQ-container li{
  padding-left: 8.5rem;
}
.FAQ-container li .question{
  padding-right: 3rem;
}
.FAQ-container li h5::after{
  position: absolute;
  right: 3rem;
  top: 4rem;
}
.banner-types {
  width: 100%;
}
.heading-big {
    font-size: 9rem;
  }
  .service-info, .service-list .service-list-item:nth-child(3n) .service-info {
    width: 73%;
  }
}
@media (max-width: 370px){
  .popup-contact-add-info ul li {
    flex-direction: column;
    align-items: flex-start;
  }
  .popup-contact-add-info .social-links-main {
      flex-direction: row;
  }
  .popup-contact-add-info ul li a{
    margin-bottom: 2rem;
  }
  .social-links-main p {
    padding-right: 8.5rem;
    margin-right: 2rem;
  }
  .social-links-main p::after {
      width: 7rem;
  }
}