<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Fonts  */

@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&amp;display=swap");

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css");

@font-face {
  font-family: "satoshi";
  src: url("../fonts/Satoshi-Variable.ttf");
}
@font-face {
  font-family: "satoshi-Medium";
  src: url("../fonts/Satoshi-Medium.woff");
}
@font-face {
  font-family: "satoshi-bold";
  src: url("../fonts/SatoshiVariable-Bold.woff");
}

@font-face {
  font-family: "poppins-bold";
  src: url("../fonts/Poppins-bold.ttf");
}
@font-face {
  font-family: "poppins-light";
  src: url("../fonts/Poppins-light.ttf");
}

@font-face {
  font-family: "poppins-medium";
  src: url("../fonts/Poppins-medium.ttf");
}

@font-face {
  font-family: "poppins-Regular";
  src: url("../fonts/Poppins-regular.ttf");
}

@font-face {
  font-family: "poppins-semibold";
  src: url("../fonts/Poppins-SemiBold.ttf");
}

.cus-container {
  padding-left: 3rem;
  padding-right: 3rem;
}

/* colours  */

:root {
  --primary: #000000;
  --secondary: #e8151b;
  --ternary: #243d6e;
  --sec-btn: #ffffff;
  --primary-font: #5c5c5c;
  --main-font: "satoshi", sans-serif;
}

/* Basic css */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--main-font);
  color: var(--primary-font);
}

ul li {
  list-style: none;
}

.row {
  margin: 0;
}
/* Spaces */
.space-top {
  margin-top: 127px;
}
.space-left {
  margin-top: 149px;
}
.space-between {
  margin-top: 59px;
}

.logo-wrapper-top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-wrapper-top h2 {
  margin-bottom: 0 !important;
  font-size: 20px;
  font-family: "satoshi-Medium";
}

.navbar .nav-link {
  margin-right: 2rem;
  color: #000000;
  font-size: 16px;

  text-transform: uppercase;
  font-family: "satoshi-Medium";
}
.navbar-brand img {
  height: 4rem;
}

/* @media (min-width: 990px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out !important;
    transform: translateY(20%);
    -webkit-transition: 350ms display-none-transition;
    z-index: -1;
  }
  .dropdown-menu {
    opacity: 0;
    transition: 0.5s;
    visibility: hidden;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
  }
} */

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out !important;
    transform: translateY(20%);
    -webkit-transition: 350ms display-none-transition;
    z-index: -1;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
    margin-top: 2.3rem;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
    border-radius: 0 !important;
    border: none;
  }
  .dropdown-menu a {
    margin-left: 0px;
    font-size: 13px;
  }
  .dropdown-menu .dropdown-item {
    font-size: 14px !important;
    text-transform: capitalize !important;
    padding: 0.5rem 2rem;
    text-align: left;
  }
  .dropdown-menu {
    margin-top: 1rem !important;
  }
  .dropdown-menu::after {
    content: "";
    position: absolute;
    top: 0;
    left: 20%;
    margin-left: 0rem;
    margin-top: -15px;
    width: 0;
    z-index: 1;
    height: 0;
    border-bottom: solid 15px #ffffff;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
  }
}

.main-banner-content {
  position: absolute;
  margin: 0 auto;
}
.inner-banner-cr {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.main-banner-content h2 {
  color: #fff;
  font-size: 75px;
}
/* About */
.about-us {
  padding: 4rem 0;
  text-align: center;
}
.about-us p {
  font-size: 1.4rem;
  font-weight: 300;
}
.content h2 {
  font-family: "satoshi-Medium";
}
.content-2 {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.cod-inactives {
  background-color: #e7ecff;
  padding: 2rem;
}
.content-2 h2 {
  font-size: 28px;
  font-weight: 500;
  font-family: "satoshi-Medium";
}
.content-2 p {
  font-size: 18px;
}
.content-2 h6 {
  font-family: "satoshi-Medium";
  font-size: 20px;
}

/* Services */
.services {
  padding: 4rem 0;
  background: #313131;
}
.services h2 {
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  font-size: 38px;
  font-family: "satoshi-Medium";
}

.right-box-bg {
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.color-col {
  width: 100%;
  height: 30%;
  background: #ffffff !important;
}

.righ-inn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

.righ-inn-con-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.righ-inn-wrapper:hover img {
  transform: scale(1.1);
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}
.righ-inn-con-wrapper:hover img {
  transform: scale(1.1);
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}

.righ-inn-con-wrapper:hover .Rh-right {
  background: #1e1e1e;
}

.sv-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 700px;
  width: 100%;
}

.Rh-left {
  width: 50%;
  height: 350px;
  background-color: #f3eb41;
  overflow: hidden;
}
.Rh-left img {
  transition: 0.5s;
}
.Rh-right {
  width: 50%;
  height: 350px;
  background-color: #fff;
}

.Rh-left-bt {
  width: 50%;
  height: 350px;
  background-color: #fff;
}

.Rh-right-bt {
  width: 50%;
  height: 350px;
  background-color: #bfeb68;
  overflow: hidden;
}
.Rh-right-bt img {
  transition: 0.5s;
}
.Rh-right img {
  width: 100%;
  height: 100%;
  background-size: cover;
  object-fit: cover;
  object-position: 50% 0%;
}
.sv-left-box {
  width: 50%;
  height: 100%;
  background-color: #243d6e;
  position: relative;
  overflow: hidden;
}
.sv-left-box img {
  width: 100%;
  height: 100%;
  background-size: cover;
  object-fit: cover;
  object-position: 50% 50%;
  transition: 0.5s;
}
.Rh-right-bt img {
  width: 100%;
  height: 100%;
  background-size: cover;
  object-fit: cover;
  object-position: 50% 50%;
}
.sv-right-box {
  width: 50%;
}

.sv-content {
  text-align: left;
  padding: 2rem;
}
.sv-content h2 {
  text-align: left;
  color: #313131;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}
.sv-content p {
  font-size: 16px;
  font-weight: 300;
}
.sv-content a {
  color: #747474;
}
.sv-left-content {
  position: absolute;
  width: 50%;
  height: 300px;
  background: #2b5bd7;
  color: #fff;
  bottom: 0;
  right: 0;
  padding: 2rem;
  text-align: left;
  cursor: pointer;
  z-index: 111;
  transition: 0.5s;
}

.sv-left-box:hover .sv-left-content {
  background-color: #313131;
}
.sv-left-box:hover img {
  transform: scale(1.2);
  overflow: hidden;
  position: relative;
}

.sv-left-content h2 {
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}
.sv-left-content p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.sv-left-content a {
  color: #fff;
}
.sv-left-content a:hover {
  text-decoration: none;
}
.sv-content a:hover {
  text-decoration: none;
}
.testimonials {
  padding: 4rem;
}
.testimonials h2 {
  text-align: center;
  color: rgb(59, 59, 59);
  margin-bottom: 3rem;
  font-weight: 300;
  font-size: 38px;
  font-family: "satoshi-Medium";
}

.testi-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.testi-card {
  background: #fafafa;
  width: 28%;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: 0.5s;
}
.testi-card:hover {
  transform: translateY(-2%);
}
.testi-card img {
  padding: 3rem;
  height: 12rem;
}
.testi-card-content {
  padding: 2rem;
  background: #2154c0;
}
.testi-card-content p {
  color: #fff;
  font-size: 14px;
  min-height: 223px;
  font-weight: 300;
}
.testi-card-content h5 {
  color: #fff;
}
.testi-card-content h6 {
  color: #fff;
}

footer {
  background: #313231;
}

.footer-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-c-left {
  width: 50%;
  height: 400px;
}
.footer-c-right {
  width: 50%;
  height: 400px;
}

.ft-c-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.ft-email-box {
  width: 50%;
  height: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ft-email-box img {
  height: 3rem;
  margin-bottom: 1rem;
  transition: 0.5s;
}
.ft-email-box a {
  color: #fff;
  transition: 0.5s;
}

.ft-email-box a:hover {
  text-decoration: none;
}

.ft-email-box:hover img {
  transform: translateY(-10%);
  transform: scale(1.2);
}
.ft-email-box:hover a {
  color: #2154c0;
}
.ft-phone-box {
  width: 50%;
  height: 200px;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ft-phone-box img {
  height: 3rem;
  margin-bottom: 1rem;
}
.ft-phone-box a {
  color: #fff;
}

.border-left {
  border-left: 1px solid #e4e4e447 !important;
}

.border-bottom {
  border-bottom: 1px solid #e4e4e447 !important;
}
.ft-right-content h2 {
  color: #fff;
  font-size: 42px;
}
.ft-right-content p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
.ft-right-content {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  padding: 4rem;
  margin-top: 1rem;
}

.footer-bottom {
  width: 100%;
  /* padding: 1rem 0; */
  background: #1e1e1e;
  padding-left: 4rem;
  padding-right: 4rem;
}
.btm-ft-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ft-btm-left ul {
  margin-top: 1rem;
}
.ft-btm-left ul li {
  display: inline-block;
  padding: 0 1rem;
}
.ft-btm-left ul li a {
  color: #fff;
  font-size: 14px;
}
.ft-btm-right p {
  margin-top: 1rem;
  color: #fff;
  font-size: 14px;
}

/********* Abouts us page **********/

.inner-abt {
  padding: 2rem 0;
}
.inner-abt p {
  font-weight: 300;
  font-size: 18px;
}
.inner-page-wrapper {
  padding-left: 7rem;
  padding-right: 7rem;
}
.officers {
  padding: 4rem 0;
  background: #f7f7f7;
}
.officers h2 {
  font-size: 22px;
  font-family: "satoshi-Medium";
}
.officers .dir-officers ul li {
  margin-bottom: 0.5rem;
  font-size: 18px;
}
.officers .dir-officers ul li:before {
  content: "\f35a";
  font-family: FontAwesome;
  display: inline-block;
  /* margin-left: -1.3em; */
  font-size: 0.7rem;
  margin-right: 0.8rem;
  width: 1.3em;
}

.officers .dir-officers ul li a {
  color: #1f2c71;
}
.officers .dir-officers ul li a:hover {
  text-decoration: none;
}
.abt-right-imgs {
  padding: 1rem;
}
/************ services ***************/

.sv-inner-blocks {
  padding: 4rem 0;
}

.sv-inner-blocks h2 {
  text-transform: uppercase;
  color: #1f1f62;
  padding-bottom: 1rem;
  font-weight: 400;
  font-size: 28px;
  font-family: "satoshi-Medium";
}
.abt-inner-content {
  margin-top: 2rem;
}

.abt-inner-content h5 {
  font-family: "satoshi-Medium";
  font-size: 22px;
}

.sv-inner-blocks p {
  color: #707070;
  font-size: 18px;
  font-weight: 350;
}
.sv-inner-blocks h6 {
  color: #1f1f62;
  padding-bottom: 1rem;
  font-family: "satoshi-Medium";
}
.bam-inner-sv-ul ul {
  margin-left: 1rem;
}
.bam-inner-sv-ul ul li {
  padding-bottom: 1rem;
  list-style: disc;
  font-weight: 350;
  font-size: 18px;
}
.inner-img-paddings {
  padding: 1rem;
}
.sv-inner-services {
  padding: 4rem 0;
  background: #f7f7f7;
}
.sv-inner-services .inside-sv-ul ul {
  margin-left: 2rem;
}
.sv-inner-services h2 {
  margin-left: 2rem;
  font-size: 28px;
  font-family: "satoshi-Medium";
  text-transform: uppercase;
}
.sv-inner-services .inside-sv-ul ul li {
  margin-bottom: 1rem;
  font-size: 16px;
}
.sv-inner-services .inside-sv-ul ul li::before {
  content: "\f35a";
  font-family: FontAwesome;
  display: inline-block;
  /* margin-left: -1.3em; */
  font-size: 0.7rem;
  margin-right: 0.8rem;
  width: 1.3em;
}
/************ Our team***************/
.team-card {
  padding: 2rem 3rem;
  position: relative;
}
.our-team-section {
  position: relative;
  padding: 4rem 0;
  background: #e7e7e7;
}
.team-card-wrapper {
  margin-top: 13rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.team-card-clearfix {
  padding: 2rem 0;
}
.team-card {
  width: 48%;
  background: #f8f8f9;
}
.taem-card-content {
  margin-top: 5rem;
}
.team-card-avatar {
  position: absolute;
  top: 0;
  margin-top: -13rem;
}
.inner-banner {
  position: relative;
  display: flex;
  align-items: center;
}

.inner-banner-content {
  position: absolute;
}
.inner-banner-content h2 {
  color: #fff;
  font-size: 35px;
  text-transform: uppercase;
  font-family: satoshi-Medium;
}
.team-card-img-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.team-head-title {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 20rem;
  margin-top: 1rem;
}
.team-head-title h2 {
  font-size: 19px;
  font-family: "satoshi-Medium";
}
.team-head-title p {
  font-size: 16px !important;
  font-family: "satoshi-Medium";
}

.taem-card-content p {
  font-size: 15px;
  font-weight: 300;
}

.team-read-more a {
  padding: 0.5rem 2rem;
  background-color: #1970fb;
  color: #fff;
  font-size: 13px;
  transition: 0.5s;
}
.team-read-more a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #3581fc;
}
/* Popup */
/**** team */
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  display: none !important;

  z-index: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
  display: block !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.popup {
  /* overflow-y: scroll !important; */
  /* margin: 70px auto; */
  position: relative;
  z-index: 456 !important;
  /* margin-top: 250px !important; */
  padding: 30px 20px;
  background: #fff;
  border: 2px solid var(--primary);
  border-radius: 10px;
  width: 50%;
  min-height: 350px !important;
  transition: all 2s ease-in-out;

  /* -webkit-overflow-scrolling: touch !important; */
}
.popup h3 {
  font-size: 25px;
  font-weight: 500;
}
.popup h5 {
  font-size: 20px;
}
.popup p {
  font-size: 15px;
  font-weight: 300;
}
@media (max-width: 987px) {
  .popup {
    overflow-y: scroll !important;
    z-index: 12121;
    height: 600px !important;
    -webkit-overflow-scrolling: touch;
  }
  .popup {
    /* margin-top: 90px !important; */
    z-index: 121211121 !important;
    width: 90%;
  }
}
.popup .close {
  position: absolute;
  z-index: 16;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 50px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

@media (max-width: 500px) {
  .popup .close {
    font-size: 30px;
  }
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.name-board-mt {
  background: red;
  width: 100%;
  height: 50px;
  color: #fff;
}

.section-insight ul li {
  padding: 2rem 0;
}
.nav-tabs {
  width: 100%;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #323232;
}
.nav-tabs ul li {
  padding: 0 5rem;
  font-size: 22px;
  color: #fff;
}
.nav-tabs ul li a {
  color: #fff;
  text-transform: uppercase;
}
.nav-tabs ul li a:hover {
  text-decoration: none;
}
.insight-news-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 4rem 0;
  flex-wrap: wrap;
}
.tab-pills-content {
  /* padding: 3rem 0; */
  background: #e7e7e7;
}

.insight-news-card {
  width: 30%;
  padding: 1rem;
  background: #fff;
  margin-bottom: 2rem;
}
.news-content h2 {
  font-size: 22px;
  padding: 1rem 0;
}

.insight-news-card a {
  color: #313131;
  transition: 0.5s;
}
.insight-news-card a:hover {
  color: #1d1a1a;
  text-decoration: none;
}
/************ Richard story ***************/

.left-side {
  float: left;
  width: 25%;
  padding: 1%;
}

.right-side {
  float: right;
  width: 50%;
  padding: 1%;
}

.content,
header {
  width: 80%;
  margin: 0 auto;
  padding: 4rem 0;
}

header {
  text-align: center;
}

.content img {
  max-width: 100%;
}

.richard-img-rowss {
  padding-top: 3rem;
}

/* Contact us */
.contact-ico-box {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
  margin-bottom: 100px;
}
.contact-ico-box .ico-inner-box {
  width: 30%;
  height: 100px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.36);
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: center;
}
.ico-inner-box h3 {
  line-height: 0;
  font-size: 18px;
  font-weight: bold;
  color: var(--primary-font-light);
  font-family: "satoshi-Medium";
}

.ico-inner-box img {
  width: 7%;
  margin: 0.5rem;
  margin-right: 2rem;
}
.ico-inner-box span {
  font-size: 18px;
  color: var(--primary-font-light);
}
.grey-bg {
  background-color: #ebebeb;
  min-height: 600px;
}
.contact {
  margin-left: 5%;
  height: 400px;
  margin-top: 100px;
}
.contact h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 28px;
  font-family: "satoshi-Medium";
}

.contact input {
  border: 1px solid var(--green-light);
  background-color: #ebebeb;
  border-radius: 0;
  height: 3.5rem;
}
.contact textarea {
  background-color: #ebebeb;
  min-height: 140px;
  border: 1px solid var(--green-light);
  border-radius: 0;
}
.contact input::placeholder {
  color: var(--green-light);
}
.contact button:hover {
  background-color: #d4bb14;
}
.contact textarea::placeholder {
  color: var(--green-light);
}
.btn-primary {
  background-color: var(--btnprimary);
  border: 0px;
  padding: 5px 20px;
}
.map-embed {
  width: 100%;
  height: 100%;
}

@media (max-width: 662px) {
  .contact-ico-box {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .ico-inner-box img {
    width: 15%;
  }
  .contact {
    margin-left: 5%;
    height: auto;
    margin-top: 100px;
  }

  .contact-ico-box .ico-inner-box {
    width: 40%;
    height: 100px;
    margin-right: 1%;
    padding: 1rem;
    line-height: 15px;
    margin-bottom: 40px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.36);
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: center;
  }
}
@media (min-width: 663px) and (max-width: 991px) {
  .ico-inner-box h3 {
    line-height: 15px;
    font-size: 14px;
    font-weight: bold;
    color: var(--primary-font-light);
  }
  .contact-ico-box .ico-inner-box {
    width: 80%;
    height: 150px;
    margin-right: 2%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    vertical-align: center;
  }
  .contact {
    margin-left: 5%;
    height: auto;
    margin-top: 100px;
  }
  .ico-inner-box span {
    font-size: 12px;
    color: var(--primary-font-light);
  }
  .ico-inner-box img {
    width: 25%;
  }
}

@media (max-width: 490px) {
  .contact-ico-box .ico-inner-box {
    width: 80%;
    height: 140px;
    margin-right: 1%;
    padding: 1rem;
    line-height: 15px;
    margin-bottom: 40px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.36);
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: center;
  }
  .ico-inner-box img {
    width: 12%;
  }
}

.contact input {
  border: 1px solid #a3a3a3;
  background-color: #ebebeb;
  border-radius: 0;
  height: 3.5rem;
}
.contact textarea {
  background-color: #ebebeb;
  min-height: 140px;
  border: 1px solid #a3a3a3;
  border-radius: 0;
}
.contact input::placeholder {
  color: #a3a3a3;
}
.contact button:hover {
  background-color: #d4bb14;
}
.contact textarea::placeholder {
  color: #a3a3a3;
}
.btn-primary {
  background-color: #a3a3a3;
  border: 0px;
  padding: 5px 20px;
}
.map-embed {
  width: 100%;
  height: 100%;
}

.richard-img-rowss h4 {
  text-align: center;
  padding: 1rem 0;
  font-family: "satoshi-Medium";

  font-size: 16px;
}

.img-richard-gall {
  background: #eaeaea;
  border: 3px solid #fff;
}
.richard-stroy p {
  font-size: 18px;
}
.ft-btm-right a {
  color: #fff;
  font-weight: bolder;
  font-family: "satoshi-Medium";
  transition: 0.5s;
}
.ft-btm-right a:hover {
  text-decoration: none;
  color: #1970fb;
}
.btn-primary {
  border-radius: none !important;
  padding: 0.5rem 3rem;
}
.btn-primary:hover {
  background: #1970fb !important;
}

.contact-content a {
  color: #5c5c5c;
  transition: 0.5s;
}
.contact-content a:hover {
  color: #070707;
  text-decoration: none;
}

.insight-nav-pills .nav-tabs li .active {
  color: #1970fb !important;
  font-weight: 500;
  position: relative;
}
.insight-nav-pills .nav-tabs li .active::before {
  position: absolute;
  content: "";
  height: 2px;

  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: 2rem;
  background: rgb(255, 255, 255);
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news4 .kevin-richards-news h6 {
  font-weight: 650;
  font-family: "satoshi-Medium";
}
.news4 .kevin-richards-news p {
  font-weight: 600;
  font-size: 15px;
  font-family: "satoshi-Medium";
}

.kevin-richards-box {
  background: #c0daf3;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 0.5rem;
}
.kevin-richards-box img {
  width: 100%;
  height: 100%;
}




/******* BAM tech advisors *********/

.bam-tech-ad .nav-tabs ul li{
  font-size: 1rem;
  padding: 0rem 2rem;
}
.bam-tech-card {
  width: 30%;
  min-height: 200px;
  padding: 1.5rem;
  background: var(--ternary);
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
}
.bam-tech-card1 {
  width: 30%;
  height: auto;
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  background-color: #ffff;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
}
.bam-tech-card-inner{
  width: 100%;
  min-height: 180px;
  background-color: var(--ternary);
  padding: 1.5rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.bam-tech-card-cont{
  display: flex;
  flex-direction: column;
   align-items: center;
   justify-content: space-around;
   color: #fff;
}
.bam-tech-card-inner-cont{
  padding: 1.5rem;
  text-align: left;
  text-transform: capitalize;
}
.bam-tech-card-inner-cont ul li{
  font-size: 1.2rem;
  display: inline-flex;
 
}
.bam-tech-card-inner-cont ul li::before{
  content: "\f35a";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -0.5em;
  font-size: 1rem;
  margin-right: 0.8rem;
  margin-top: 2px;
  width: 1.3em;
}
.bam-tech-wr{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;

}
.bam-tech-ad .tab-pills-content {
  padding: 4rem 0rem;
}
.bam-tech-ad .tab-pills-content h2{
  text-align: center;
  margin-bottom: 50px;
}</pre></body></html>