/* html,
body {
  overflow: hidden;
  overflow-y: auto;
} */

:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-hogg-blue: #000095;
  --color-hogg-lightblue1: #62669e;
  --color-hogg-lightblue3: #6367a0;
  --color-hogg-lightblue2: #edf5f9;
  --color-hogg-grey1: #7a7a7a;
  --color-hogg-grey2: #ebebeb;
  --color-hogg-yellow: #fdc221;
  --font-size-10: 10px;
  --font-size-11: 11px;
  --font-size-12: 12px;
  --font-size-13: 13px;
  --font-size-14: 14px;
  --font-size-15: 15px;
  --font-size-16: 16px;
  --font-size-17: 17px;
  --font-size-18: 18px;
  --font-size-19: 19px;
  --font-size-20: 20px;
  --font-size-21: 21px;
  --font-size-22: 22px;
  --font-size-24: 24px;
  --font-size-26: 26px;
  --font-size-27: 27px;
  --font-size-28: 28px;
  --font-size-30: 30px;
  --font-size-32: 32px;
  --font-size-34: 34px;
  --font-size-36: 36px;
  --font-size-40: 40px;
  --font-size-42: 42px;
  --font-size-44: 44px;
  --font-size-48: 42px;
  --font-size-50: 50px;
  --font-size-52: 52px;
  --font-size-56: 56px;
  --font-size-58: 58px;
  --font-weight-200: 200;
  --font-weight-300: 300;
  --font-weight-400: 400;
  --font-weight-500: 500;
  --font-weight-600: 600;
  --font-weight-700: 700;
  --font-weight-800: 800;
  --font-family-Montserrat: "Montserrat", sans-serif;
  --font-family-roboto: "Roboto", sans-serif;
}

body {
  font-family: "Roboto", sans-serif;
}
::selection {
  background-color: var(--color-primary-thames-green);
  color: var(--color-white);
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1276px;
  }
}

h1,
h5 {
  font-family: var(--font-family-Montserrat);
}
h2,
h3,
h4,
h6,
p {
  font-family: var(--font-family-roboto);
}
p {
  font-size: 16px;
  line-height: 22px;
  font-weight: var(--font-weight-400);
  margin: 0;
}
a {
  text-decoration: none;
}
/* text Classes */
.text-blue {
  color: var(--color-hogg-blue);
}

/* Button CSS */

.btn_common {
  font-size: var(--font-size-14);
  font-style: normal;
  font-weight: var(--font-weight-700);
  line-height: 22px;
  display: inline-block;
  text-align: center;
  color: var(--color-white);
  letter-spacing: 0.2px;
  min-width: auto;
  height: auto;
  border: 1px solid var(--color-hogg-blue);
  background-color: var(--color-hogg-blue);
  border-radius: 8px;
  padding: 15px 56px;
  box-shadow: 0px 10px 30px rgba(56, 29, 219, 0.2);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.btn_common i {
  margin-left: 10px;
  font-size: var(--font-size-16);
  color: var(--color-white);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.btn_common:hover,
.btn_common:focus,
.btn_common:active {
  background-color: rgb(0, 0, 149, 0.8);
  color: var(--color-white);
  box-shadow: none;
  outline: 0;
  border: 1px solid rgb(0, 0, 149, 0.8);
}
.btn_common:hover i {
  padding-left: 5px;
  color: var(--color-black);
}

/* Header CSS */

.header {
  position: absolute;
  padding: 12px 0;
  width: 100%;
  transition: all ease 0.3s;
  z-index: 99;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}

.logo1,
.header.sticky .logo2 {
  display: inline-block;
  /* max-width: 280px; */
}

.logo2,
.header.sticky .logo1 {
  display: none;
}
.logo1 {
  height: 90px;
  object-fit: cover;
}
.header.sticky {
  position: fixed;
  padding: 8px 0;
  top: 0;
  z-index: 999;
  background-color: var(--color-hogg-blue);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.navbar-expand-lg {
  flex-wrap: nowrap;
  justify-content: center;
}

.navbar-expand-lg .navbar-nav.menu_bar .nav-link {
  padding-left: 15px;
  padding-right: 15px;
  color: var(--color-white);
  opacity: 1;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-400);
  text-transform: capitalize;
  line-height: 25px;
  text-align: center;
}

.navbar-expand-lg .navbar-nav.menu_bar .nav-link::after,
.footer-links li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--color-white);
  transition: width 0.3s;
}

.navbar-expand-lg .navbar-nav.menu_bar .nav-link:hover::after,
.navbar-expand-lg .navbar-nav.menu_bar .nav-item.active .nav-link,
.footer-links li a:hover::after {
  width: 100%;
}

.header.sticky .navbar-expand-lg .navbar-nav.menu_bar .nav-link {
  color: var(--color-white);
}

.closebtn,
.button_nav {
  display: none;
}

.mobile_visible {
  display: none;
}
.navBar_btn {
  text-align: end;
}
.navBar_btn .call-Btn,
.navBar_btn .call-Btn span.callExpert {
  font-weight: var(--font-weight-500);
  display: inline-block;
  letter-spacing: 0.2px;
  line-height: 10px;
}
.navBar_btn .call-Btn {
  cursor: pointer;
  text-align: center;
  font-size: var(--font-size-24);
  color: var(--color-white);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.navBar_btn .call-Btn span.callExpert {
  color: var(--color-hogg-grey1);
  font-size: var(--font-size-12);
  text-transform: uppercase;
}

.icon-circle {
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  background-color: transparent;
  border: 1px solid #ebebeb;
  border-radius: 50px;
  font-size: var(--font-size-16);
  color: var(--color-hogg-grey2);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.call-Btn .icon-circle {
  border: 1px solid #ffff;
  font-size: 15px;
  color: var(--color-white);
  border-radius: 50px;
  margin: 0 10px 0 0;
}

.navBar_btn .call-Btn:hover,
.navBar_btn .call-Btn:focus,
.navBar_btn .call-Btn:active {
  box-shadow: none;
}
.icon-circle:hover,
.navBar_btn .call-Btn:hover i,
.navBar_btn .call-Btn:focus i {
  background-color: var(--color-hogg-blue);
  border-color: var(--color-hogg-blue);
}
.header.sticky .navBar_btn .call-Btn:hover i,
.header.sticky .navBar_btn .call-Btn:focus i {
  color: var(--color-white);
  background-color: var(--color-black);
}
.header.sticky .navBar_btn .call-Btn span.callExpert {
  color: var(--color-hogg-grey2);
}
/* Banner Section  CSS */

.banner-section {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.78) 6.77%,
    rgba(0, 0, 0, 0.38) 80.21%
  );
  overflow: hidden;
}
.banner-section .bannerCarousel .carousel-inner .carousel-item img {
  position: relative;
  height: 844px;
  width: 100%;
  object-fit: cover;
  display: block;
}
.banner-section
  .bannerCarousel
  .carousel-inner
  .carousel-item
  .carousel-caption {
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  bottom: auto;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.78) 6.77%,
    rgba(0, 0, 0, 0.38) 80.21%
  );
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
}

.banner-section .bannerCarousel .carousel-control-next-icon,
.banner-section .bannerCarousel .carousel-control-prev-icon {
  background-color: transparent;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  background-image: none;
  border: 3px solid var(--color-white);
  opacity: 1;
}

.banner-section
  .bannerCarousel
  .carousel-control-next:focus
  .carousel-control-next-icon,
.banner-section
  .bannerCarousel
  .carousel-control-next:hover
  .carousel-control-next-icon,
.banner-section
  .bannerCarousel
  .carousel-control-prev:focus
  .carousel-control-prev-icon,
.banner-section
  .bannerCarousel
  .carousel-control-prev:hover
  .carousel-control-prev-icon {
  background-color: var(--color-hogg-blue);
  border: 3px solid var(--color-hogg-blue);
}
.banner-section .bannerCarousel .carousel-control-next,
.banner-section .bannerCarousel .carousel-control-prev {
  opacity: 1;
  width: auto;
  bottom: auto;
  top: 50%;
  transform: translate(0, -50%);
}
.banner-section .bannerCarousel .carousel-control-next {
  right: 50px;
}
.banner-section .bannerCarousel .carousel-control-prev {
  left: 50px;
}
.banner-section .bannerCarousel .carousel-indicators {
  display: none;
}
.banner-content {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 695px;
  margin: 0 auto;
}

.heading,
.banner-content p {
  color: var(--color-white);
  letter-spacing: 0.2px;
  margin: 0 0 32px 0;
}

.heading {
  line-height: 80px;
  font-size: var(--font-size-58);
  font-weight: var(--font-weight-800);
}
.banner-content p {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-500);
  line-height: 30px;
  padding: 0 50px;
}

.banner-content .btn_common:hover,
.banner-content .btn_common:active,
.banner-content .btn_common:focus {
  background-color: var(--color-white);
  border: 1px solid var(--color-white);
  color: var(--color-black);
}

/* About us section CSS */

.aboutus-section,
.what-we-do-section {
  background-color: transparent;
  padding: 70px 0;
}
.aboutus-section {
  background-image: url("../../assets/images/bg-circle.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 100%;
  height: 100%;
}
.sub-heading,
.content h4,
.text {
  color: var(--color-black);
}

.content h4 {
  position: relative;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-500);
  text-transform: uppercase;
}
.content h4::before,
.content h4::after {
  content: " ";
  width: 30px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.content h4::before {
  background-image: url("../../assets/images/gradient-arrow-left.svg");
  margin: 0 15px 0 0;
}
.content h4::after {
  background-image: url("../../assets/images/gradient-arrow-right.svg");
  margin: 0 0 0 15px;
}
.sub-heading {
  font-size: var(--font-size-40);
  font-weight: var(--font-weight-600);
  line-height: 47px;
}
.content h3 {
  color: var(--color-hogg-blue);
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-400);
  line-height: 28px;
}

.content h4,
.sub-heading,
.content h3,
.aboutus-section ul {
  margin: 0 0 22px 0;
}

.aboutus-section ul li {
  font-size: var(--font-size-16);
  color: var(--color-black);
  margin: 0 0 5px;
}

.text {
  font-size: var(--font-size-16);
  line-height: 28px;
}

.aboutus-section .text,
.what-we-do-section .text,
.whoWePage-section .text,
.whoWePage-section .sub-heading {
  margin: 0 0 44px 0;
}
.section .btn_common {
  padding: 18px 34px;
}
.section .btn_common:hover i {
  color: var(--color-white);
}

/* Our Servics Section CSS */
.ourServices-section {
  background-color: var(--color-hogg-lightblue2);
  padding: 80px 0 90px;
}
.ourServices-row .card {
  box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  background-color: var(--color-white);
  cursor: pointer;
}
.ourServices-row .card .card-body {
  padding: 46px 20px;
}
.ourServices-row .card .card-img-box {
  position: relative;
}
.icon-box {
  background-color: var(--color-white);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: -37px;
  right: 40px;
}
.icon-show {
  display: inline-block;
}
.icon-hide {
  display: none;
}
.ourServices-row .card .card-img-top {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.ourServices-row .card .card-title {
  font-size: var(--font-size-24);
  color: var(--color-hogg-blue);
  line-height: 32px;
  font-weight: var(--font-weight-700);
  text-transform: capitalize;
  margin: 20px 0;
}
.ourServices-row .card .card-body .card-text {
  font-size: var(--font-size-16);
  color: var(--color-hogg-grey1);
  font-weight: var(--font-weight-400);
  line-height: 28px;
}
.ourServices-row .card:hover .icon-box {
  background-color: var(--color-hogg-blue);
}
.ourServices-row .card:hover .icon-box .icon-show {
  display: none;
}
.ourServices-row .card:hover .icon-box .icon-hide {
  display: inline-block;
}
.ourServices-row .card .card-img-box::before {
  content: " ";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.5s ease;
  /* z-index: 1; */
}
.ourServices-row .card:hover .card-img-box::before {
  opacity: 1;
}
/* What We Do section CSS */
.what-we-do-section,
.whoWePage-section,
.ourTeamPage-section {
  background-image: url("../../assets/images/bg-circle-left.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 100%;
  height: 100%;
}
.what-we-do-section .text span {
  font-weight: var(--font-weight-600);
}

/* Testimonial section CSS */
.testimonial-section {
  padding: 75px 0 105px;
  background-color: var(--color-hogg-lightblue2);
  position: relative;
  overflow: hidden;
}
.testimonial-section::after,
.testimonial-section::before {
  content: "";
  background-image: url("../../assets/images/testimonial/testi-bg-1.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  /* display: inline-block; */
  position: absolute;
  background-size: cover;
  background-position: center center;
}
.testimonial-section::after {
  top: 15%;
  transform: translate(-50%, -50%);
  left: 74%;
}

.testimonial-section::before {
  left: 18%;
  top: 70%;
  transform: translate(-50%, -50%);
}

.testimonial-row,
.ourServices-row {
  margin: 55px 0 0;
}
.testimonial-slider-card {
  background: var(--color-white);
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 54px 49px 43px 30px;
  position: relative;
}
.testimonial-slider-card::after {
  content: "";
  background-image: url("../../assets/images/testimonial/testi-box-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 261px;
  height: 225px;
  position: absolute;
  top: 0;
  right: 0;
}
.testi-img {
  position: relative;
  margin: 0 0 22px;
}
.quotes {
  position: absolute;
  top: -25px;
  right: -20px;
  width: 52px;
  height: 52px;
  text-align: center;
  display: flex;
  line-height: 52px;
  justify-content: center;
  align-items: center;
  background-color: var(--color-white);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
}
.quotes img {
  width: 26px;
  height: 24px;
}

.testi-info {
  margin: 0 0 0 45px;
}
.testi-text,
.testi-designation,
.testi-name {
  color: var(--color-black);
  font-weight: var(--font-weight-400);
}
.testi-text {
  font-size: var(--font-size-17);
  line-height: 29px;
}
.testi-designation {
  font-size: var(--font-size-15);
  line-height: 25px;
}
.testi-name {
  font-weight: var(--font-weight-600);
  font-size: var(--font-size-20);
  margin: 0 0 7px;
}
.testi-rating span i {
  font-size: var(--font-size-18);
  margin: 0 3px 10px 0;
  cursor: pointer;
}
.testi-rating span i.enabled {
  color: var(--color-hogg-yellow);
}
.testi-rating span i.disabled {
  color: var(--color-hogg-grey1);
}

/* Consult Us section CSS*/

.consultUs-section {
  padding: 40px 0;
  background-color: #fafafa;
}
.consultUs-section h3 {
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-700);
  color: var(--color-black);
  line-height: 32px;
  margin: 0 0 10px 0;
}
.consultUs-section p {
  color: var(--color-hogg-grey);
  margin: 0;
}

/* FOOTER */

.footer {
  background-color: var(--color-black);
  color: var(--color-hogg-grey2);
}
.footer-top {
  padding: 44px 0 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}
.footer-bottom {
  padding: 25px 0 20px;
}
.footer-top p {
  letter-spacing: 0.2px;
  margin: 20px 0;
  /* padding-right: 100px; */
}
.footer-top .footer-list {
  list-style: none;
  padding-left: 0;
}
.footer-list.social-medialinks {
  display: flex;
  align-items: center;
}
.footer-list.social-medialinks li {
  margin: 0 15px 0 0;
}
.footer h5 {
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-700);
  color: var(--color-white);
  text-transform: capitalize;
  margin: 0 0 25px;
  font-family: var(--font-family-roboto);
}
.footer-list.address li {
  position: relative;
  padding-left: 55px;
  margin: 0 0 25px 0;
  line-height: 28px;
}
.footer-list.address li i,
.contact-ourOffices-row .card .card-body ul li i {
  position: absolute;
  left: 0;
}
.footer-list.address li i {
  top: -5px;
}
.footer-links {
  columns: 2;
  -webkit-columns: 2;
  -ms-columns: 2;
  -o-columns: 2;
  -moz-columns: 2;
}
.footer-links li {
  margin: 0 0 15px;
}
.footer-links li a {
  text-decoration: none;
  color: var(--color-hogg-grey2);
  font-size: var(--font-size-16);
  letter-spacing: 0.2px;
  font-weight: var(--font-weight-400);
  display: inline-block;
}
.footer-links li a::after {
  background-color: var(--color-hogg-grey2);
}

/* Who We Are Page CSS */
.banner-section.innerPages-banner {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 663px;
  padding-top: 125px 0 0;
  background-position: center center !important;
  display: flex;
  align-items: center;
}

.whoWePage-section {
  padding: 115px 0 125px;
}

/* Our Team Page CSS */
.ourTeamPage-section {
  padding: 100px 0 100px;
}
.ourTeamPage-section {
  background-position: left top;
}
.ourTeamflip-card {
  background-color: transparent;
  width: 100%;
  height: 580px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  margin: 0 0 22px 0;
  text-align: left;
}

.ourTeamflip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.ourTeamflip-card:hover .ourTeamflip-card-inner {
  transform: rotateY(180deg);
}

.ourTeamflip-card-front,
.ourTeamflip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.ourTeamflip-card-front {
  background-color: var(--color-white);
  color: var(--color-black);
  filter: drop-shadow(0px 0px 11px rgba(0, 0, 0, 0.15));
  border-radius: 4px;
  padding: 32px;
}

/* Style the back side */
.ourTeamflip-card-back {
  background-color: var(--color-hogg-lightblue3);
  color: white;
  transform: rotateY(180deg);
  padding: 32px 22px 20px 32px;
  border-radius: 4px;
}

.team-member-name {
  font-size: var(--font-size-20);
  line-height: 30px;
  padding: 24px 0 0px 0;
  text-transform: capitalize;
  margin: 0 0 4px 0;
  font-family: var(--font-family-roboto);
}
.ourTeamflip-card-front .team-member-name,
.ourTeamflip-card-front .team-member-designation {
  color: var(--color-black);
}

.team-member-designation {
  font-size: var(--font-size-15);
  line-height: 22px;
  margin: 0;
  text-transform: capitalize;
}

.ourTeamflip-card-back .team-member-name,
.ourTeamflip-card-back .team-member-designation {
  color: var(--color-white);
}

.team-text {
  font-size: var(--font-size-16);
  color: var(--color-white);
  font-weight: var(--font-weight-400);
  line-height: 28px;
}
.ourTeamflip-card-back .team-text {
  margin: 15px 0 0;
}

/* Contact Page CSS */
.ContactPage-section {
  padding: 67px 0 60px;
  position: relative;
}
.ContactPage-section::before,
.ContactPage-section::after {
  content: " ";
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  z-index: -1;
}
.ContactPage-section::before {
  background-image: url(../../assets/images/bg-circle-left.svg);
  background-position: top left;
  left: 0;
}
.ContactPage-section::after {
  background-image: url("../../assets/images/bg-circle.svg");
  background-position: right;
  right: 0;
  bottom: -70px;
}

.banner-section.innerPages-banner .banner-content.innerPage-content .heading {
  margin: 0 0 10px 0;
}

.innerPages-banner .banner-content.innerPage-content .heading p {
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-400);
  line-height: 20px;
}

.contact-info-card {
  background: var(--color-white);
  border: 1px solid rgba(0, 0, 149, 0.4);
  border-radius: 12px;
  padding: 26px 24px 26px 24px;
  margin: 18px 0 0 0;
  position: relative;
}

.contact-info-card h3 {
  font-size: var(--font-size-22);
  line-height: 30px;
  font-weight: var(--font-weight-700);
  text-transform: uppercase;
  margin: 19px 0 17px 0;
}

.ContactPage-section .image img {
  border-radius: 10px;
}
.ContactPage-section .content,
.whoWePage-section .content {
  padding-right: 60px;
}
.contact-info-card .contact-info-list {
  list-style: none;
  padding-left: 0;
}
.contact-info-card .contact-info-list li img {
  margin: 0 15px 0 0;
}

.contact-info-card .contact-info-list li {
  position: relative;
  margin: 0 0 15px 0;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-400);
  color: #211f54;
  padding: 0 0 0 40px;
}
.contact-info-list li img {
  position: absolute;
  left: 5px;
}
.contact-ourOffices-row h4 {
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-600);
  text-transform: uppercase;
  color: var(--color-black);
  margin: 0 0 20px;
}
.contact-ourOffices-row {
  margin: 75px 0 0;
}
.contact-ourOffices-row h2 {
  text-align: center;
  margin: 0 0 15px 0;
}
.contact-ourOffices-row p {
  text-align: center;
}
.row_mb {
  margin: 0 0 50px;
}
.contact-ourOffices-row .card {
  background-color: var(--color-white);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #d9dfe9;
  overflow: hidden;
  min-height: 280px;
  margin: 0 0 35px;
  position: relative;
  z-index: 1;
}
.contact-ourOffices-row .card .card-img-box {
  position: relative;
  z-index: 1;
}

.contact-ourOffices-row .card img {
  width: 199px;
  height: 199px;
  object-fit: cover;
  border-radius: 50%;
}
.contact-ourOffices-row .card .card-img-box::before {
  content: " ";
  width: 157px;
  height: 154px;
  background-color: #f1f1f1;
  position: absolute;
  left: 0;
  bottom: -65px;
  z-index: -1;
}
.contact-ourOffices-row .card .card-body .card-title {
  font-weight: var(--font-weight-700);
  font-size: var(--font-size-22);
  line-height: 26px;
  font-family: var(--font-family-roboto);
  margin: 0 0 3px 0;
}
.contact-ourOffices-row .card .card-body .card-text {
  font-family: var(--font-family-roboto);
  color: #8b8b8c;
  text-align: left;
  margin: 0 0 13px 0;
}

.contact-ourOffices-row .card .card-body ul {
  list-style: none;
  border-top: 1px solid #d9dfe9;
  padding-left: 0;
  padding: 20px 0 0;
}

.contact-ourOffices-row .card .card-body ul li {
  margin: 0 0 20px 0;
  font-size: var(--font-size-16);
  color: var(--color-black);
  position: relative;
  padding: 0 0 0 45px;
}
.contact-ourOffices-row .card .card-body ul li i {
  color: #000000;
  border: 1px solid #000000;
  top: -6px;
}
.contact-ourOffices-row .card .card-body ul li:hover i {
  background-color: var(--color-hogg-blue);
  border-color: var(--color-hogg-blue);
  color: var(--color-white);
}
