@import url("https://fonts.googleapis.com/css2?family=Candal&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

:root {
  --copper-color: #a89459;
  --light-cc: #d3c9ac;
  --navy-blue: #0b2374;
  --light-nb: #e1e6fe;
  --grey-bg: #f6f8fe;
  --dgrey: #9ea5a6;
  --grey: #d3d4d6;
  --white: #ffffff;
  --black: #000000;
}

body {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  overflow-x: hidden;
}

p {
  font-size: 16px;
  margin-bottom: 0px;
}

a {
    text-decoration: none;
}

.p-0 {
  padding: 0px;
}

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

.pl-0 {
  padding-left: 0px;
}

.pt-120 {
  padding-top: 120px !important;
}

.m-0 {
  margin: 0px;
}

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

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mtn-20 {
  margin-top: -20px;
}

.mt-50 {
  margin-top: 50px;
}

.p-rel {
  position: relative;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
button,
li,
label,
::placeholder {
  font-family: "Roboto", sans-serif;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.common-btn button {
  background-color: var(--copper-color);
  border-radius: 30px;
  padding: 10px 30px;
  color: var(--white);
  border: none;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}

.common-btn button::after {
  content: "➔";
  margin-left: 10px;
  font-size: 16px;
  font-weight: 200;
  color: var(--navy-blue);
}

.cta-common-btn button:hover {
    background-color: var(--copper-color);
}

.heading h2 {
  color: var(--navy-blue);
  font-size: 55px;
  font-weight: 200;
  padding-bottom: 10px;
}

.heading h2 span {
  color: var(--navy-blue);
}

.subheading p {
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--black);
  padding: 0 10%;
}

/* nav section  */
.nav-wrapper {
  padding: 15px 0px;
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1), 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}

.logo-wrapper img {
  height: 70px;
  width: auto;
}

.contact-info-wrapper {
  display: flex;
  justify-content: space-evenly;
  justify-content: flex-end;
  column-gap: 15px;
}

.nav-btn {
  background-color: unset !important;
  padding: 3px !important;
  margin-left: unset !important;
}

.nav-phone-btn {
  border: 1px solid var(--navy-blue) !important;
}

.nav-phone-btn span {
  color: var(--navy-blue) !important;
}

.nav-phone-btn .phone-svg {
  background-color: var(--navy-blue) !important;
}

.nav-btn .phone-svg img {
  height: 20px;
  width: 20px;
  margin-top: 10px;
}

.nav-btn .phone-svg {
  height: 40px;
  width: 40px;
}

.nav-email-btn {
  background-color: unset !important;
  border: 1px solid var(--copper-color) !important;
  padding: 3px !important;
}

.nav-email-btn .phone-svg {
  background-color: var(--copper-color) !important;
}

.nav-email-btn span {
  color: var(--navy-blue) !important;
}

/* about PWT  */
.about-sec-heading h2 {
  font-size: 45px;
  font-weight: 700;
  color: var(--copper-color);
  margin-bottom: 10px;
}

.about-sec-para p {
  font-size: 40px;
  font-weight: 300;
  color: var(--navy-blue);
  line-height: 1.2;
}

.quesion-type h3 {
  font-size: 36px;
  font-weight: 400;
}

.business-question h3 {
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 20px;
}

.quesion-type h3 {
  color: var(--copper-color);
}

.business-question h3 {
  color: var(--navy-blue);
}

.business-ans p {
  color: var(--navy-blue);
  font-size: 18px;
  text-align: justify;
}

.help-btn {
  margin: unset !important;
  padding: 20px 0px;
}

/* question strip section */
.common-que-strip {
  background-color: var(--navy-blue);
  padding: 50px 0px;
}
.question-que-mark-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.question-wrapper h2 {
  font-size: 55px;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--white);
}

.question-wrapper h2 span {
  color: #ff0000;
}

.que-mark-wrapper h2 {
  font-size: 100px;
}

.que-mark-wrapper img {
  height: 120px;
  width: auto;
}

/* PWT research  */
.bs-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bs-image {
  flex: 0.5;
}

.bs-image img {
  max-width: 100%;
  height: auto;
}

.stats {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  flex-wrap: wrap;
}

.stat {
  flex: 1 1 10%;
  text-align: left;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  border-left: 1px solid black;
  padding: 0 15px;
  display: flex;
}

.stat-content {
  padding-top: 10px;
}

.stat img {
  display: none;
  height: 400px;
  width: auto;
  margin-right: 15px;
}

.stats .stat.active {
  flex: 15;
  align-items: center;
}

.stat.active img {
  display: block;
}

.stat:first-child {
  border-left: none;
  padding-left: 0;
}

.stat h2 {
  font-size: 55px;
  font-weight: 300;
  color: var(--grey);
  text-align: center;
}

.stat h3 span {
  color: #ff0000;
}

.stat p {
  margin-top: 5px;
  font-size: 16px;
  color: var(--navy-blue);
}

.pwt-research-heading h2 {
  font-weight: 200;
  font-size: 40px;
  text-align: center;
  color: var(--navy-blue);
  padding-bottom: 10px;
}

.business-stats {
  padding: 40px 0;
}

.stat-content h2 {
  font-size: 55px;
  font-weight: 300;
  color: var(--grey);
  text-align: center;
  transition: font-size 0.3s ease;
}

.stat-content h3 {
  font-size: 28px;
  font-weight: 200;
  transition: font-size 0.3s ease;
  padding-top: 20px;
}

.stat-content p {
  font-size: 16px;
  font-weight: 300;
  transition: font-size 0.3s ease;
}

.stat.active .stat-content h2 {
  text-align: left;
}

.stat.active .stat-content h3 {
  font-size: 35px;
  font-weight: 300;
  color: var(--navy-blue);
  padding-top: unset;
}

.stat.active .stat-content p {
  font-size: 20px;
  color: var(--black);
  font-weight: 200;
}

@media (max-width: 767px) {
  .stat {
    flex: 1 1 50%;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--black);
    text-align: center;
  }

  .stats .stat:nth-of-type(3),
  .stats .stat:nth-of-type(5) {
    border-left: unset;
  }

  .stats .stat:nth-of-type(5),
  .stats .stat:nth-of-type(6) {
    border-bottom: unset;
  }

  .stat-content h3 {
    padding-top: unset;
  }
}

/* inc dec graph section  */
.inc-dec-heading {
  text-align: center;
  padding-bottom: 30px;
}

.inc-dec-heading h2 {
  font-size: 40px;
  font-weight: 300;
  color: var(--navy-blue);
}

.inc-dec-heading h3 {
  color: var(--copper-color);
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
}

.inc-dec-graph-img img {
  height: auto;
  width: 100%;
}

/* imp questions section */
.imp-ques {
  background-color: var(--grey-bg);
}

.que-section-heading {
  background-color: var(--navy-blue);
  padding: 20px 40px;
  border-radius: 40px;
  border-bottom: 5px solid var(--copper-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: -5%;
  width: 55%;
}

.que-section-heading h2 {
  color: var(--white);
  margin-bottom: 0px;
}

.que-section-heading i {
  color: var(--white);
  font-size: 24px;
}

.imp-question-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--copper-color);
  margin-bottom: 15px;
  border-radius: 50px;
  padding: 20px 50px;
}

.question {
  width: 85%;
}

.question h4 {
  color: var(--white);
  font-size: 18px;
  margin-bottom: 0px;
}

.que-icon img {
  height: 50px;
  width: 100%;
}

/* CTA Text  */
.cta-sec {
  background-color: var(--navy-blue);
}
.cta-txt h2 {
  color: var(--copper-color);
  font-weight: 200;
  font-size: 45px;
  margin-bottom: 0px;
}

.cta-txt h2 span {
  color: var(--white);
}

.cta-common-btn button {
  border: 1px solid var(--white);
  background-color: var(--navy-blue);
  border-radius: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 80px;
}

.phone-svg {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: var(--white);
}

.cta-common-btn button img {
  height: 20px;
  width: 20px;
  margin-top: 10px;
}

.cta-common-btn button span {
  color: var(--white);
  padding: 0px 15px;
}

/* experience section  */
.exp-sec-main-txt h3 {
  color: var(--black);
  font-weight: 700;
}

.exp-sec-sub-txt h6 {
  color: var(--copper-color);
  font-weight: 600;
  padding-bottom: 10px;
}

.exp-graph-img-a img {
  height: auto;
  width: 55%;
}

.exp-graph-img-b img {
  height: auto;
  width: 80%;
  margin-top: 100px;
}

/* solution section  */
.sol-card {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 307px;
  border: unset;
  text-align: end;
  padding: 0px 20px 15px 20px;
  display: flex;
  align-items: flex-end;
}

.sol-card p {
  color: var(--white);
  font-size: 24px;
  line-height: 1.2;
}

.card-wrapper {
  flex: 1;
}

.card-a {
  background-image: url(../media/images/img-a.png);
}

.card-b {
  background-image: url(../media/images/img-b.png);
}

.card-c {
    background-image: url(../media/images/reduce-tax-liabilities.png);
}

/*.card-c {*/
/*  background-image: url(../media/images/img-c.png);*/
/*}*/


.card-d {
  background-image: url(../media/images/img-c.png);
}

.card-e {
  background-image: url(../media/images/img-d.png);
}

.exp-txt p {
  color: var(--navy-blue);
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 20px;
  word-spacing: 2px;
}

.business-value-img {
  padding-top: 40px;
}

.business-value-img img {
  height: auto;
  width: 80%;
}

.slider {
  display: none;
}

/* value-graph */
.value-graph {
  background-color: var(--light-nb);
  padding: 50px 0px;
}
.graph-title h2 {
  font-size: 45px;
  font-weight: 200;
  color: var(--navy-blue);
  padding-right: 70px;
}

.graph-title h2 span {
  font-weight: 700;
}

.value-graph-img {
  background-image: url("../media/images/value-graph.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 535px;
}

/* maximise wealth  */
.mwg-heading {
  padding-bottom: 30px;
}
.mw-graph-img-container img {
  height: auto;
  width: 100%;
}

.fh-img-mob {
  display: none;
}

/* family home  */
.family-home-img {
  padding-top: 20px;
}

.family-home-img img {
  height: auto;
  width: 100%;
}

.fh-head h2,
.fh-subheading p {
  text-align: left;
  padding: unset;
}

/* how business collapse */
.how-business-collapse {
  background-color: var(--light-nb);
}

.hbc-heading h2 {
  font-weight: 300;
  text-transform: uppercase;
}

.hbc-heading h2 span {
  color: #ff0000;
}

.subhead-hbc p {
  padding: unset;
}

.hbc-img img {
  height: auto;
  width: 100%;
}

.collapse-resn-head h4 {
  color: #ff0000;
  font-weight: 200;
  font-size: 55px;
}

.collapse-resn-head h4 span {
  color: var(--navy-blue);
}

.collapse-resn-list ul li {
  font-size: 16px;
  font-weight: 300;
  color: var(--navy-blue);
}

ul li::marker {
  color: var(--copper-color);
}

.crl-sec-btn {
  margin-left: unset !important;
}

.how-business-collapse {
  overflow: hidden;
}

/* key facts section */
.key-facts {
  background-image: url("../media/images/key-facts.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  position: relative;
  overflow: hidden;
}

.facts-wrapper {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-20%, -50%);
}

.important-btn {
  padding-bottom: 50px;
}

.important-btn button {
  border: unset;
  border-radius: 5px;
  color: var(--black);
  padding: 5px 20px;
  text-transform: uppercase;
  cursor: default;
}

.key-facts-head h2 {
  color: var(--white);
  text-transform: uppercase;
}

.facts ul li {
  color: var(--white);
  font-size: 24px;
}

/* footer form  */
.footer-form {
  padding-top: 100px;
}

.form-control {
  border: 1px solid var(--navy-blue);
  border-radius: 30px;
  height: 50px;
}

.col,
.col-auto {
  margin: 0 10px;
}

.col-auto button {
  border: 1px solid var(--copper-color);
  border-radius: 30px;
  background-color: unset;
  color: var(--navy-blue);
  padding: 5px 5px 5px 20px;
  display: flex;
  align-items: center;
}

.arrow-r-up {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: var(--copper-color);
  padding: 6px;
  margin-left: 20px;
}

.arrow-r-up img {
  height: 25px;
  width: 25px;
  padding: 3px;
}

.form-control::placeholder {
  color: var(--copper-color);
}

/* we are fifferent section  */
.usp {
  background-color: var(--navy-blue);
  color: var(--copper-color);
  padding: 50px;
  text-align: center;
}

.usp-b {
  background-color: var(--copper-color);
  color: var(--white);
}

.usp p {
  font-size: 40px;
  font-weight: 200;
}

/* footer cta  */
.footer-cta {
  background-color: var(--light-nb);
}

.footer-cta h2 {
  color: var(--navy-blue);
}

/* footer logo & address  */
.logo-address-container {
  padding: 50px 0px;
}

.logo-address-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo img {
  height: 50px;
  width: auto;
}

.address {
  width: 30%;
}

.address p {
  color: var(--navy-blue);
  font-weight: 500;
}

/* copyright footer  */
.copyright {
  border-top: 1px solid var(--dgrey);
}

.copyright-text {
  padding: 25px 0px;
}

.copyright-text p {
  color: var(--navy-blue);
  font-weight: 300;
  margin-bottom: 0px;
}

/* Login page  */
.sign-in-left img {
  height: 75vh;
  width: 100%;
}

.form-group {
  margin-bottom: 20px;
}

.sign-in-right {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}

.form-group label {
  color: var(--navy-blue);
  padding-bottom: 5px;
  font-size: 16px;
}

.form-group input {
  height: 50px;
}

.col-auto button:hover {
  background-color: var(--navy-blue);
}

.mobile-slider {
  display: none;
}

.how-business-collapse .container-fluid {
  padding-left: 0px;
  padding-right: unset;
}

/* Floating buttons  */
.floating-btns-wrapper {
  position: fixed;
  bottom: 50px;
  left: calc(100% - 110px);
  z-index: 1000;
}

.whatsapp-btn img {
  height: 60px;
  width: 60px;
}

.email-btn {
  background-color: var(--copper-color);
  border-radius: 50%;
  padding: 15px;
  height: 60px;
  width: 60px;
  text-align: center;
  margin-top: 20px;
}

.email-btn img {
  height: 30px;
  width: 30px;
}

/*Our Industry Sector Experience*/
.sector-expertise {
    padding: 70px 0px;
}

.grayscale {
    transition: transform 0.3s ease;
}

.grayscale:hover {
    transform: scale(1.02);
}

.ex-card-content {
    bottom: 10px;
}

.ex-card-content p {
    font-size: 20px;
    font-weight: 400;
}

/*expertise */
.expertise {
    padding-bottom: 70px;
}

.expertise .nav {
    padding-top: 30px;
}

.expertise .nav .nav-link.active {
    background-color: var(--navy-blue);
    color: var(--white);
    border: none;
}

.expertise .nav .nav-link {
    border: 1px solid var(--navy-blue);
    color: var(--navy-blue);
    padding: 15px 0px !important;
    font-size: 18px;
    text-transform: uppercase;
}

.blue-text {
    color: var(--navy-blue) !important;
}

.tab-content {
    background-color: var(--light-nb);
    padding: 50px 30px;
}

/*expertise content */
.tab-content-head h2 {
    text-transform: capitalize;
    font-weight: 300;
    font-size: 40px;
}

@media (max-width: 767px) {
  .logo-wrapper {
    text-align: center;
  }

  .logo-wrapper img {
    height: 50px;
  }

  .contact-info-wrapper {
    display: none;
  }

  .about-pwt {
    margin-top: 0px;
    padding-top: 35px;
    padding-bottom: unset;
  }

  .abt-wrapper {
    padding: 5px 20px;
  }

  .about-sec-para p,
  .about-sec-heading h2 {
    font-size: 26px;
  }

  .quesion-type {
    margin-top: 35px;
  }

  .quesion-type h3 {
    padding-bottom: 0px;
  }

  .help-btn {
    padding-top: 20px;
  }

  .que-section-heading {
    padding: 10px 20px;
    width: 80%;
    top: -3%;
  }

  .question h4 {
    font-size: 16px;
  }

  .imp-question-container {
    padding: 15px 40px;
  }

  .que-icon img {
    height: 35px;
  }

  .que-section-heading h2 {
    font-size: 20px;
  }

  .cta-common-btn {
    padding: 5% 0% 10% 25%;
  }

  .exp-graph-img-b img {
    margin-top: 60px;
  }

  .heading h2 {
    padding-bottom: unset;
    font-size: 24px;
  }

  .subheading p {
    padding: unset;
    font-size: 14px;
    text-align: left;
  }

  .collapse-resn-head h4 {
    font-size: 32px;
    padding-top: 10px;
  }

  .subhead-hbc p {
    text-align: start;
  }

  .pwt-research-heading h2 {
    font-size: 24px;
  }

  .quesion-type h3 {
    font-size: 24px;
  }

  .business-question h3 {
    font-size: 16px;
  }

  .sol-card {
    height: 415px;
    background-size: contain;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
  }

  .card-wrapper {
    margin-bottom: 25px;
  }

  .sol-card p {
    font-size: 20px;
    line-height: 1;
  }

  .exp-txt p {
    padding-top: unset;
    word-spacing: unset;
  }

  .how-business-collapse {
    padding-top: 0px;
  }

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

  .hbc-img {
    margin-top: -20px;
    margin-bottom: 20px;
  }

  .hbc-img img {
    padding: 0px;
  }

  .collapse-resn-list ul li {
    font-size: 16px;
  }

  .key-facts {
    height: 350px;
  }

  .facts-wrapper {
    left: 5%;
    transform: translate(-4%, -50%);
    padding-top: 15px;
  }

  .facts ul li {
    font-size: 12px;
  }

  .col {
    flex: unset;
  }

  .footer-form {
    padding-top: 50px;
  }

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

  .col-auto {
    margin: 0 auto;
  }

  .logo-address-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .address {
    width: unset;
    text-align: center !important;
    padding-top: 20px;
  }

  .copyright-text {
    padding: 25px 0px;
  }

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

  .cta-common-btn button {
    margin: unset;
  }

  .important-btn {
    padding-bottom: 30px;
  }

  /* new media query  */
  .qa-col {
    background-color: var(--light-nb);
    padding-bottom: 20px;
  }

  .business-question h3,
  .business-ans p,
  .help-btn button {
    color: var(--navy-blue);
  }

  .business-question h3 {
    font-weight: 400;
  }

  .business-ans p,
  .question-wrapper h2 {
    font-size: 16px;
    margin: unset;
  }

  .que-mark-wrapper img {
    height: 35px;
  }

  .common-que-strip {
    padding: 20px 0px;
  }

  .abt-wrapper {
    margin-bottom: 30px;
  }

  .bs-image {
    display: none;
  }

  .stats {
    flex-wrap: wrap;
    padding: 0px 10px;
  }

  .que-mark-wrapper {
    margin-top: -10px;
  }

  .inc-dec-heading {
    text-align: start;
  }

  .cards-row {
    display: none;
  }

  /* slider  */

  .slider {
    position: relative;
    margin-top: 3%;
    display: block;
  }

  .control {
    list-style: none;
    position: absolute;
    bottom: -30px;
    left: 50%;
  }

  .control li {
    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    background: var(--navy-blue);
    padding: 5px 11px;
    border-radius: 50%;
    cursor: pointer;
  }

  .lni-arrow-left,
  .lni-arrow-right {
    margin-top: 5px;
  }

  .control li:hover {
    background: #000;
  }

  .control li.prev {
    right: 45px;
  }

  .control li.next {
    left: 20px;
  }

  .tns-nav {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #tns1 > .tns-item {
    padding-right: 10px !important;
  }

  .tns-nav button {
    height: 13px;
    width: 8px;
    background-color: #a5a5a5;
    border: none;
    margin-left: 7px;
    border-radius: 50%;
  }

  .tns-nav .tns-nav-active {
    background-color: black;
  }

  .head-mob {
    text-align: start;
  }

  .value-graph-img {
    height: 240px;
    background-position: 0px 70px;
  }

  .graph-title h2 {
    font-size: 16px;
    padding-right: unset;
    text-align: center;
    /* width: 70%; */
  }

  .mw-graph,
  .we-are-different {
    background-color: #fffbf0;
  }

  .mwg-heading {
    display: none;
  }

  /*.fh-head,*/
  /*.fh-subheading {*/
  /*  display: none;*/
  /*}*/
  
  .mob-pb-0 {
      padding: unset;
  }
  
  .mob-pb {
      padding-bottom: 10px !important;
  }
  
  /*USP section */
  .usp {
    margin-bottom: 20px;
    padding: 20px;
  }
  
  .usp p {
    font-size: 35px;
  }
  
  /*our expertise */
  .expertise .nav {
      padding-top: 15px;
  }
  
  .expertise .nav .nav-link {
      padding: 10px 0px !important;
      font-size: 14px;
  }
  
  .tab-content {
      padding: 30px;
  }
  
  /*footer */
  .footer-cta-btn {
    padding-bottom: 0px;
  }

  .stat:first-child h3,
  .stat h3 {
    font-size: 18px;
  }

  .inc-dec-heading h2 {
    font-size: 28px;
  }

  .inc-dec-heading h3 {
    font-size: 18px;
  }

  .cta-txt h2 {
    font-size: 26px;
  }

  .cta-common-btn button img {
    height: 10px;
    width: 10px;
    margin-top: 0px;
  }

  .phone-svg {
    height: 25px;
    width: 25px;
  }

  .cta-common-btn button {
    padding: 4px;
  }

  .cta-common-btn button span {
    font-weight: 200;
    font-size: 14px;
  }

  .hbc-heading,
  .subhead-hbc,
  .collapse-resn-wrapper {
    padding-left: 10px;
  }

  .hbc-content-row {
    margin-top: 20px;
  }

  .fh-img {
    display: none;
  }

  .fh-img-mob {
    display: block;
  }

  .whatsapp-btn img {
    height: 50px;
    width: 50px;
  }

  .email-btn {
    height: 50px;
    width: 50px;
    padding: 10px;
  }

  .email-btn img {
    height: 30px;
    width: 30px;
  }

  .floating-btns-wrapper {
    bottom: 30px;
    left: calc(100% - 90px);
  }

  .cta-sec {
    padding: 25px 0px;
  }

  .col-auto button {
    padding: 3px 3px 3px 20px;
  }

  .arrow-r-up {
    height: 30px;
    width: 30px;
    padding: 2px;
  }

  .arrow-r-up img {
    height: 20px;
    width: 20px;
  }
  
  .copyright-text p {
      font-size: 14px;
  }
  
  /*sector expertise */
  .sector-expertise {
    padding: 51px 0px;
  }
  
  .ex-card-content {
      bottom: 5px;
  }
  
  .first-col h2 {
      font-size: 28px !important;
  }
}
