/**
 * Homepage specific styling goes here. Excluded on all subpages
 *
 * @format
 */

/* For most builds, this stylesheet should be wiped and started fresh */

/* Badges */

.section-badges {
  padding-bottom: 0 !important;
}

.badges-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  grid-gap: 30px 50px;
  gap: 30px 50px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.badges-container img {
  max-width: 100%;
  height: auto;
}

/*******************************************************************************************
MODULE -   Home-Section-Firm
*******************************************************************************************/

.module.module-intro-a.section-firm {
  margin-bottom: 50px;
}
.firm-first-title,
.firm-second-title {
  font-family: 'Roboto Condensed', sans-serif;
  color: #007297;
  font-size: 52px;
  font-weight: 400;
  line-height: 60px;
  text-transform: none;
  margin-bottom: 0;
}

.firm-first-title {
  max-width: 550px;
}
/*.firm-first-title {
  font-size: 37px;
  line-height: 44px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: capitalize;
  font-weight: normal;
  margin-bottom: 10px;
}

.firm-second-title {
  color: #007297;
  font-family: var(--heading-font-family);
  text-transform: uppercase;
  font-size: 65px;
  letter-spacing: 0;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
*/

.firm-left-col {
  padding-left: 0;
}

.firm-left-inner p:first-child {
  font-size: 21px;
  line-height: 33px;
  margin-bottom: 15px;
  color: #274045;
  /* font-family: var(--heading-font-family); */
  font-family: var(--body-font-family);
  /* font-size: 20px; */
  line-height: 30px;
  margin-bottom: 27px;
  margin-top: 25px;
}

.firm-right-col::after {
  content: '';
  position: absolute;
  /* background: red; */
  left: 0;
  top: -42%;
  width: 80%;
  height: 131%;
  z-index: 0;
  background-image: linear-gradient(164deg, rgba(255, 255, 255, 0.9) 13%, rgba(255, 255, 255, 0) 37%);
  opacity: 0;
}

.firm-left-inner p {
  font-size: 17px;
  color: #112d32;
}

.firm-left-inner {
  padding-right: 0;
}
.firm-right-col {
  position: relative;
  text-align: right;
}
.firm-left-col {
  padding: 0;
}
.firm-right-col img {
  max-width: 450px;
  position: relative;
  margin-top: -80px;
  z-index: -1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  margin-left: 84px;
}

.firm-button .firm-link {
  min-width: 278px;
  background-image: url(../images/long-arrow-green.png);
  background-repeat: no-repeat;
  background-position: 130px 4px;
  padding: 10px 0px;
  background-size: 82px;
}
.firm-button .firm-link:hover,
.firm-button .firm-link:focus {
  background-image: url(../images/long-arrow-blue.png);
  background-repeat: no-repeat;
  background-position: 130px 4px;
  /*  padding: 10px 0px; */
  background-size: 74px;
  min-width: 260px;
}

.prac-link.firm-link {
  min-width: 260px;
  background-image: url(../images/long-arrow-blue1.png);
  background-repeat: no-repeat;
  background-position: right 6px;
  padding: 10px 0px;
  background-size: 76px;
  padding-right: 96px;
}

.prac-link.firm-link:hover,
.prac-link.firm-link:focus {
  min-width: 260px;
  background-image: url(../images/long-arrow-green1.png);
  background-repeat: no-repeat;
  background-position: right 6px;
  padding: 10px 0px;
  background-size: 76px;
  padding-right: 96px;
}

.module-blog-c-single-more.prac-link {
  min-width: 160px;
  background-image: url(../images/long-arrow-blue1.png);
  background-repeat: no-repeat;
  background-position: right 6px;
  padding: 10px 0px;
  background-size: 76px;
  padding-right: 96px;
}
.module-blog-c-single-more.prac-link:hover,
.module-blog-c-single-more.prac-link:focus {
  min-width: 160px;
  background-image: url(../images/long-arrow-green1.png);
  background-repeat: no-repeat;
  background-position: right 6px;
  padding: 10px 0px;
  background-size: 76px;
  padding-right: 96px;
}

.module-blog-c-single-more.prac-link i {
  display: none;
}

.firm-link {
  font-size: 20px;
  color: #89ae8f;
  display: inline-block;
  align-items: center;
  column-gap: 0;
  text-decoration: none !important;
  font-family: var(--heading-font-family);
  text-transform: uppercase;
}

.firm-link i {
  font-size: 24px;
  position: relative;
  margin-left: 50px;
  margin-top: -3px;
  background: #f2f1ef;
  padding-right: 5px;
  color: #89ae8f;
  display: none;
}

.firm-link:hover i,
.firm-link:focus i {
  color: #007297;
}

.firm-link i::after {
  position: absolute;
  content: '';
  background: #89ae8f;
  left: -150%;
  top: 11px;
  width: 150%;
  height: 2px;
}

.firm-link:hover i::after,
.firm-link:focus i::after {
  position: absolute;
  content: '';
  background: #007297;
  left: -150%;
  top: 11px;
  width: 150%;
  height: 2px;
}

.firm-link:hover,
.firm-link:focus {
  color: #007297;
}

/*******************************************************************************************
MODULE -   Home-Section-Approach
*******************************************************************************************/

.module.module-intro-a.section-approach {
  padding-top: 0;
  position: relative;
}

.module.module-intro-a.section-approach::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #89ae8f, #cee0b3);
  z-index: -1;
  opacity: 0.6;
}

.module.module-intro-a.section-approach .module-intro-content.row-narrow {
  max-width: 100%;
}

.module.module-intro-a.section-approach .columns.no-float {
  padding: 0;
}
.approach-title {
  color: #274045;
  font-size: 75px;
  line-height: 104px;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--heading-font-family);
  margin-top: -43px;
}

.module.module-intro-a.section-approach::after {
  content: 'Collaborative';
  position: absolute;
  top: -30px;
  left: -3%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: auto;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  z-index: -1;
  font-size: 250px;
  line-height: 1;
  font-family: var(--heading-font-family);
}

.approach-text p {
  text-align: center;
  font-size: 17px;
  color: #112d32;
  line-height: 30px;
  max-width: 757px;
  margin: 0 auto;
}

/*******************************************************************************************
MODULE -   Home-Section-Key
*******************************************************************************************/

.module.module-intro-a.section-key {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 120px 0 180px 0;
}

.module.module-intro-a.section-key::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 44, 51, 0.85);
  z-index: 0;
}

.module.module-intro-a.section-key .module-intro-content.row-narrow {
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.key-first-title {
  color: #89ae8f;
  font-size: 94px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 94px;
  margin: 0;
}

.key-second-title {
  font-size: 44px;
  line-height: 1;
  color: #fff;
  margin-bottom: 20px;
}

.key-third-title p {
  color: #fff;
}
.key-third-title {
  max-width: 861px;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 80px;
}

.key-inner {
  color: #fff;
  width: 100%;
  height: 240px;
  border: 5px solid rgba(255, 255, 255, 0.36);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(39, 64, 69, 0.63);
  font-size: 22px;
  line-height: 27px;
  padding: 26px;
  text-transform: capitalize;
  flex-wrap: wrap;
}

.key-inner:hover,
.key-inner:focus {
  background: #fff;
  color: #333;
}
.key-hover,
.key-hover {
  display: none;
}
.key-inner:hover .key-hover,
.key-inner:focus .key-hover {
  display: table;
}

.key-hover p {
  font-size: 18px;
  color: #112d32;
  line-height: 1.3;
  text-transform: none;
}

/*******************************************************************************************
MODULE -   Home-Module-Blog-C
*******************************************************************************************/

.module.module-blog-c {
  background: #0c4a56;
  padding-bottom: 120px;
}

.module.module-blog-c h2 {
  font-size: 94px;
  line-height: 125px;
  text-transform: uppercase;
  font-family: var(--heading-font-family);
  color: #fff;
  margin-bottom: 30px;
}

.module-blog-c-single {
  padding: 0 40px;
}

.module-blog-c-single h3 {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 10px;
}

.module-blog-c-single .blog-cont {
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 20px;
  padding-right: 15px;
}

.module-blog-c-single-more.prac-link .fa {
  background: transparent;
}

/*******************************************************************************************
MODULE -   Home-Module-Offices
*******************************************************************************************/

.module.module-intro-a.section-office .module-intro-content.row-narrow {
  text-align: center;
  max-width: 100%;
}

.office-first-title {
  font-size: 37px;
  line-height: 44px;
  margin-bottom: 10px;
}

.office-second-title {
  font-size: 78px;
  line-height: 104px;
  font-weight: normal;
  text-transform: uppercase;
  color: #89ae8f;
}

.office-inner {
  min-height: auto;
  padding: 55px 45px 45px 45px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.office-inner::after {
  background: rgba(17, 45, 50, 0.67);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.office-inner-in {
  position: relative;
  z-index: 1;
}

.ofc-title {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 0;
}

.office-inner-in hr {
  background: rgb(137, 174, 143, 0.5);
  margin: 35px auto;
}

.office-inner-in p {
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
}

.office-inner-in p.ofc-phone {
  margin-top: 40px;
}

.office-inner-in p.ofc-phone {
  margin-top: 41px;
  font-family: var(--heading-font-family);
  color: #89ae8f;
  font-size: 30px;
  display: none;
}

.office-inner-in p.ofc-phone a {
  color: #fff;
  font-size: 24px;
}

.office-inner-in p.ofc-phone a:hover,
.office-inner-in p.ofc-phone a:focus {
  color: #89ae8f;
  font-size: 24px;
  text-decoration: none;
}

.office-inner-in p.ofc-email {
  margin-top: 41px;
  font-family: var(--heading-font-family);
  color: #89ae8f;
  font-size: 30px;
  margin: 10px 0;
  display: none;
}

.office-inner-in p.ofc-email a {
  color: #fff;
  font-size: 24px;
}

.office-inner-in p.ofc-email a:hover,
.office-inner-in p.ofc-email a:focus {
  color: #89ae8f;
  font-size: 24px;
  text-decoration: none;
}
.ofc-link i {
  display: none;
}
.ofc-link {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  align-items: center;
  column-gap: 0;
  text-decoration: none !important;
  font-family: var(--heading-font-family);
  text-transform: uppercase;
  margin-top: 35px;
  min-width: 260px;
  background-image: url(../images/office-arrow.png);
  background-repeat: no-repeat;
  background-position: right 6px;
  padding: 10px 0px;
  background-size: 76px;
  padding-right: 70px;
}

.ofc-link i {
  font-size: 24px;
  position: relative;
  margin-left: 50px;
  margin-top: -3px;
  background: top;
  padding-right: 5px;
  color: #fff;

  background-image: linear-gradient(to bottom, rgba(137, 174, 143, 0.6), rgb(206, 224, 179, 0.6));
}
.ofc-link:hover i,
.ofc-link:focus i {
  color: #fff;
}

.ofc-link i::after {
  position: absolute;
  content: '';
  background: #fff;
  left: -150%;
  top: 11px;
  width: 150%;
  height: 2px;
}

.ofc-link:hover i::after,
.ofc-link:focus i::after {
  position: absolute;
  content: '';
  background: #fff;
  left: -150%;
  top: 11px;
  width: 150%;
  height: 2px;
}

.ofc-link:hover,
.ofc-link:focus {
  color: #89ae8f;
}

@media screen and (min-width: 280px) and (max-width: 767px) {
  .module.module-intro-a.section-firm {
    margin-bottom: 50px;
    padding: 30px 15px;
  }
  .firm-first-title {
    font-size: 29px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .firm-second-title {
    font-size: 42px;
    letter-spacing: 0;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    line-height: 44px;
  }
  .firm-left-inner p:first-child {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 5px;

    font-size: 20px;
    /* line-height: 35px; */
    line-height: 39px;
    margin-bottom: 27px;
    margin-top: 25px;
  }
  .firm-left-inner {
    padding-right: 0;
  }

  .firm-left-col {
    padding: 0;
  }
  .firm-left-inner p {
    font-size: 16px;
    color: #112d32;
  }

  .firm-right-col img {
    max-width: 100%;
    position: relative;
    margin-top: 50px;
    z-index: -1;
    margin-left: 0;
  }
  .firm-right-col::after {
    left: 0;
    top: 11%;
    width: 80%;
    height: 47%;
    z-index: 0;
    background-image: linear-gradient(164deg, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0) 37%);
  }

  .module.module-intro-a.section-firm {
    margin-bottom: 20px;
  }

  .module.module-intro-a.section-approach::after {
    display: none;
  }

  .approach-title {
    font-size: 35px;
    line-height: normal;
    text-align: left;
    margin-top: 10px;
  }
  .module.module-intro-a.section-approach .module-intro-content.row-narrow {
    max-width: 100%;
    padding: 30px 20px 0px 20px;
  }
  .approach-text p {
    text-align: center;
    font-size: 20px;
    color: #707070;
    line-height: 27px;
    max-width: 869px;
    margin: 0 auto;
    text-align: left;
  }
  .module.module-intro-a.section-approach {
    padding-top: 0;
    position: relative;
    padding-bottom: 50px;
  }

  .module.module-intro-a.section-key {
    position: relative;
    padding: 70px 0 80px 0;
    border-top: 4px solid #89ae8f;
  }

  .key-first-title {
    color: #89ae8f;
    font-size: 42px;
    line-height: 50px;
    margin: 0;
  }

  .key-second-title {
    font-size: 29px;
    line-height: 1;
    color: #fff;
    margin-bottom: 40px;
  }
  .key-inner {
    width: 80%;
    height: 240px;
    border: 5px solid rgba(255, 255, 255, 0.7);
    font-size: 22px;
    line-height: 27px;
    padding: 30px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .module.module-blog-c h2 {
    font-size: 42px;
    line-height: 45px;
    margin-bottom: 35px;
  }

  .module.module-blog-c {
    padding: 60px 0;
  }
  .module-blog-c-single {
    padding: 0 30px;
  }
  .module-blog-c-single .blog-cont {
    padding-right: 0;
  }
  .module-blog-c-single-more.prac-link {
    color: #2da7c2;
  }

  .module-blog-c-single-more.prac-link:hover,
  .module-blog-c-single-more.prac-link:focus {
    color: #89ae8f;
  }

  .module-blog-c-single-more.prac-link .fa {
    background: transparent;
    color: #2da7c2;
  }
  .module-blog-c-single-more.prac-link i::after {
    background: #2da7c2;
  }
  .module-blog-c-single-more.prac-link:hover .fa,
  .module-blog-c-single-more.prac-link:focus .fa {
    background: transparent;
    color: #89ae8f;
  }
  .module-blog-c-single-more.prac-link:hover i::after,
  .module-blog-c-single-more.prac-link:focus i::after {
    background: #89ae8f;
  }
  .module-blog-c-inner {
    padding-bottom: 50px;
  }
  #slider-blog-c .slick-dots {
    bottom: inherit;
    margin-top: 10px;
  }

  #slider-blog-c .slick-dots li button .slick-dot-icon {
    color: #fff;
    opacity: 1;
  }

  #slider-blog-c .slick-dots li.slick-active button .slick-dot-icon::before {
    font-size: 2.5rem;
  }
  #slider-blog-c .slick-dots li button .slick-dot-icon::before {
    font-size: 2.5rem;
  }
  #slider-blog-c .slick-dots li.slick-active button .slick-dot-icon {
    color: #2da7c2;
    opacity: 1;
  }
  #slider-blog-c .slick-dots li.slick-active button:focus .slick-dot-icon {
    color: #2da7c2;
    opacity: 1;
  }

  #slider-blog-c .slick-dots li button:focus .slick-dot-icon:before {
    color: #2da7c2;
  }

  .module.module-intro-a.section-office {
    padding: 40px 0;
  }

  .office-first-title {
    font-size: 29px;
    line-height: normal;
    margin-bottom: 0;
  }

  .office-second-title {
    font-size: 42px;
    line-height: 65px;
    font-weight: normal;
    text-transform: uppercase;
    color: #007297;
    margin-bottom: 15px;
  }

  .ofc-title {
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0;
  }

  .office-inner-in hr {
    margin: 25px auto;
  }
  .office-inner {
    min-height: 380px;
    padding: 55px 30px 45px 30px;
  }
  .office-col {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
  .office-inner {
    background-position: center;
  }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .module.module-intro-a.section-firm {
    padding: 50px 0;
  }
  .firm-first-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0;
    padding-right: 50px;
  }

  .firm-second-title {
    font-size: 50px;
    letter-spacing: 0;
    margin-bottom: 15px;
    line-height: normal;
  }
  .firm-second-title {
    margin: 0;
  }
  .firm-left-inner {
    padding-right: 0;
  }
  .firm-left-inner p:first-child {
    font-size: 18px;
    margin-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 25px;
  }

  .key-hover p {
    font-size: 15px;
    color: #112d32;
    line-height: 1.3;
  }
  .firm-right-col img {
    max-width: 380px;
    position: relative;
    margin-top: 50px;
    margin-left: -33px;
  }

  .firm-left-inner p {
    font-size: 17px;
    color: #112d32;
    line-height: 1.5;
  }

  .approach-title {
    font-size: 45px;
    line-height: 55px;
    margin-top: -22px;
    margin-bottom: 15px;
  }
  .approach-text p {
    padding: 0 50px;
  }

  .key-col {
    padding: 0 5px;
  }

  .key-inner {
    height: 200px;
    font-size: 20px;
    line-height: 27px;
    padding: 05px;
    text-transform: capitalize;
  }
  .module.module-intro-a.section-key {
    padding: 80px 0 80px 0;
  }

  .key-first-title {
    font-size: 70px;
    line-height: 80px;
  }

  .key-second-title {
    font-size: 32px;
    line-height: 1;
    color: #fff;
    margin-bottom: 50px;
  }

  .module.module-blog-c {
    padding: 50px 15px;
  }

  .module.module-blog-c h2 {
    font-size: 60px;
    line-height: 75px;
    margin-bottom: 30px;
  }
  .module-blog-c-single {
    padding: 0 10px;
  }
  .module-blog-c-single h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .module-blog-c-single .blog-cont {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
    padding-right: 15px;
  }

  .module.module-intro-a.section-office {
    padding: 50px 0;
  }
  .ofc-title {
    font-size: 22px;
  }
  .office-inner-in p {
    font-size: 16px;
    line-height: 24px;
  }

  .office-first-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .office-second-title {
    font-size: 50px;
    line-height: normal;
    font-weight: normal;
  }

  .office-inner {
    min-height: 520px;
    padding: 45px 15px 25px 15px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }

  .office-inner-in hr {
    margin: 25px auto;
  }
  .module.module-intro-a.section-office .columns.no-float {
    padding: 0;
  }

  .office-inner-in p.ofc-phone a {
    color: #fff;
    font-size: 20px !important;
  }
  .office-inner-in .fa {
    font-size: 23px !important;
    margin-right: 10px;
  }

  .office-inner-in p.ofc-email a {
    color: #fff;
    font-size: 18px !important;
  }

  .ofc-link i::after {
    left: -150%;
    top: 10px !important;
  }
  .office-inner-in .btn-text {
    margin-bottom: 10px !important;
    display: inline-block;
  }
}

@media screen and (min-width: 900px) and (max-width: 1024px) {
  .firm-right-col img {
    max-width: 550px;
    position: relative;
    margin-top: -120px;
    margin-left: 29px;
  }
  .office-inner {
    min-height: 450px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .approach-title {
    color: #274045;
    font-size: 60px;
    line-height: 95px;
  }

  .office-inner {
    min-height: 600px;
  }
}

@media screen and (min-width: 1900px) and (max-width: 12000px) {
  .firm-right-col img {
    max-width: 780px;
    margin-top: -150px;
    margin-left: -50px;
  }

  .module.module-intro-a.section-firm {
    margin-bottom: 50px;
    padding: 150px 0 120px 0;
  }

  .firm-first-title {
    font-size: 54px;
    line-height: normal;
    margin-bottom: 25px;
  }

  .firm-second-title {
    /*font-size: 116px;*/
    font-size: 90px;
  }
  .firm-left-inner p:first-child {
    font-size: 23px;
    /*  line-height: 35px; */
    line-height: 45px;
    margin-bottom: 50px;
    margin-top: 25px;
  }

  .firm-left-inner p {
    font-size: 21px;
    line-height: 42px;
  }

  .firm-left-inner {
    padding-right: 150px;
  }

  .firm-link {
    font-size: 29px;
  }

  .firm-link i {
    font-size: 36px !important;
    margin-left: 74px !important;
    margin-top: 0;
    padding: 3px;
    padding-left: 0 !important;
    padding-right: 9px;
  }

  .firm-button .firm-link {
    background-position: 194px 4px;
    padding-top: 2px;
  }
  .firm-link i::after {
    left: -148% !important;
    top: 19px !important;
    width: 150% !important;
    height: 2px !important;
  }

  .module.module-intro-a.section-approach .row {
    max-width: 100%;
  }
  .approach-title {
    color: #274045;
    font-size: 116px;
    line-height: 116px;
    margin-top: -43px;
    margin-bottom: 60px;
  }

  .module.module-intro-a.section-approach::after {
    top: -70px;
    left: -3%;
    z-index: -1;
    font-size: 360px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    width: 100%;
  }

  .approach-text p {
    text-align: center;
    font-size: 21px;
    line-height: 42px;
    max-width: 1138px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .module.module-intro-a.section-key {
    padding: 150px 0 180px 0;
  }
  .key-first-title {
    font-size: 139px;
    line-height: 130px;
  }
  .key-second-title {
    font-size: 65px;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
  }
  .key-third-title {
    margin-bottom: 130px;
  }

  .module.module-intro-a.section-key .row {
    max-width: 1800px;
  }
  .key-inner {
    color: #fff;
    width: 100%;
    height: 370px;
    font-size: 32px;
    line-height: 38px;
    padding: 45px;
    text-transform: capitalize;
  }
  .key-col {
    padding: 0 40px;
  }

  .module.module-blog-c {
    padding: 150px 0;
  }

  .module.module-blog-c h2 {
    font-size: 139px;
    line-height: 145px;
    margin-bottom: 80px;
  }

  .module-blog-c-single h3 {
    font-size: 35px;
    margin-bottom: 15px;
  }

  .module-blog-c-single .blog-cont {
    font-size: 21px;
    line-height: 42px;
    margin-bottom: 50px;
    padding-right: 15px;
  }

  .module-blog-c-single-more.prac-link {
    font-size: 29px;
    line-height: 29px;
  }

  .module-blog-c-single-more.prac-link .fa {
    background: transparent;
    font-size: 36px;
  }

  .module-blog-c-single-more.prac-link .fa::after {
    top: 16px;
    left: -115% !important;
    height: 3px;
  }

  .office-first-title {
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 20px;
  }

  .office-second-title {
    font-size: 116px;
    line-height: 135px;
    margin-bottom: 60px;
  }
  .office-inner {
    min-height: 800px;
    padding: 85px 65px 65px 65px;
  }
  .ofc-title {
    font-size: 35px;
  }
  .office-inner-in hr {
    background: rgb(137, 174, 143, 0.5);
    margin: 35px auto;
    height: 3px;
  }

  .office-inner-in p {
    font-size: 21px;
    line-height: 40px;
  }
  .office-inner-in p.ofc-phone {
    margin-top: 45px;
    font-size: 44px;
  }
  .office-inner-in p.ofc-phone a {
    color: #fff;
    font-size: 35px !important;
  }
  .office-inner-in p.ofc-email {
    margin-top: 41px;
    font-size: 44px;
    margin: 15px 0;
  }
  .office-inner-in p.ofc-email a {
    color: #fff;
    font-size: 35px !important;
  }

  .ofc-link {
    font-size: 28px !important;
  }
  .ofc-link i {
    font-size: 26px !important;
  }
}
