@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;600;700&family=Ubuntu:wght@300;400;500;700&display=swap");
@import url("icon-style.css");
body,
ul li,
p {
  font-family: "Lato", sans-serif;
  color: #787878;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
  word-spacing: 2px;
}
body strong,
ul li strong,
p strong {
  color: #c50404;
}

.font-large {
  font-family: "Lato", sans-serif;
  color: #787878;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.6;
  word-spacing: 2px;
}
.font-large strong {
  color: #c50404;
}

.bg-blue {
  background: #034ea2;
  color: white;
}

.text-prime {
  color: #034ea2;
}

.text-red {
  color: #c50404;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #034ea2;
}

.shadow-card {
  box-shadow: 0px 2px 14px 2px rgba(0, 0, 0, 0.1);
}

.bg-bluelight {
  background: #034ea2;
  color: #fff;
}

.btn-prime {
  color: #ab832e;
  position: relative;
  overflow: hidden;
  border: 2px solid #ab832e;
  border-radius: 100px;
}
.btn-prime:before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #ab832e;
  transform: translateX(-100%);
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
  z-index: -1;
}
.btn-prime:hover {
  color: #fff;
  border: 2px solid #ab832e;
}
.btn-prime:hover:before {
  transform: translateX(0);
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
}

.border-prime {
  border-color: #034ea2;
}

.btn-blue {
  color: #034ea2;
  position: relative;
  overflow: hidden;
  border: 2px solid #034ea2;
  border-radius: 100px;
  z-index: 999;
}
.btn-blue:before {
  content: "";
  color: #fff;
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #034ea2;
  transform: translateX(-100%);
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
  z-index: -1;
}
.btn-blue:hover {
  color: #fff;
  border: 2px solid #034ea2;
}
.btn-blue:hover:before {
  transform: translateX(0);
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
}

.btn-white {
  color: #fff;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
}
.btn-white:before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #fff;
  transform: translateX(-100%);
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
  z-index: -1;
}
.btn-white:hover {
  color: #000;
  border: 1px solid #fff;
}
.btn-white:hover:before {
  transform: translateX(0);
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
}

section.topbar {
  background: #034ea2;
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}
section.topbar a {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}
section.topbar [class*=icon-] {
  position: relative;
  top: 2px;
  font-size: 16px;
  padding-right: 8px;
  color: rgba(255, 255, 255, 0.6);
}
section.topbar .hovicon [class*=icon-] {
  font-size: 24px;
}
section.topbar .leftlinks span:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}

section.topmenu {
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.35);
  z-index: 999;
  position: relative;
}
section.topmenu .nav-link {
  font-family: "Lato", sans-serif;
  color: #444;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
}
section.topmenu .nav-link:hover {
  color: #034ea2;
}
section.topmenu .menu-hover-effect a.nav-link {
  transition: color 0.2s linear 0s;
  position: relative;
}
section.topmenu .menu-hover-effect a.nav-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #034ea2;
  /* set your background-color here */
  border-radius: 5px;
  z-index: -1;
  transform-origin: center center;
  transform: scale(0.1);
  opacity: 0;
}
section.topmenu .menu-hover-effect a.nav-link:hover {
  color: #fff;
}
section.topmenu .menu-hover-effect a.nav-link:hover:before {
  transform: scale(1);
  opacity: 1;
  transition: all 0.2s linear 0s;
}

.about {
  background: url("../img/dots.svg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 130%;
  position: relative;
}
.about-heading-small {
  font-family: "Ubuntu", sans-serif;
  color: #034ea2;
  font-size: 1.2rem;
  font-weight: 400;
}
.about-heading-big {
  font-family: "Ubuntu", sans-serif;
  color: #444;
  font-size: 2rem;
  font-weight: 500;
}
.about-heading-verysmall {
  font-family: "Lato", sans-serif;
  color: #444;
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 1.2px;
}
.about-paratext {
  font-family: "Lato", sans-serif;
  color: #787878;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
  word-spacing: 2px;
}
.about-paratext strong {
  color: #c50404;
}
.about .btn-blue i {
  font-size: 0.7rem;
  margin-left: 6px;
}
.about .about-tabs2 {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -15px 0;
  padding: 0 50px;
}
.about .about-tabs2 > * {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 0 0 calc(50% - 30px);
  min-width: calc(50% - 30px);
  margin: 15px;
  background-color: #ffffff;
}
@media (max-width: 1023px) {
  .about .about-tabs2 {
    margin: -10px -10px 0;
  }
  .about .about-tabs2 > * {
    flex: 0 0 calc(50% - 20px);
    min-width: calc(50% - 20px);
    margin: 10px;
  }
}
.about .about-tab2 {
  padding: 41px 30px;
  transition: 0.2s;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
}
.about .about-tab2.active,
.about .about-tab2:hover {
  background-color: #ab832e;
  color: #ffffff;
  box-shadow: none;
}
.about .about-tab2.active .about-tab2-number,
.about .about-tab2.active .about-tab2-text,
.about .about-tab2:hover .about-tab2-number,
.about .about-tab2:hover .about-tab2-text {
  color: #ffffff;
}
.about .about-tab2.active .about-tab2-number svg path,
.about .about-tab2.active .about-tab2-text svg path,
.about .about-tab2:hover .about-tab2-number svg path,
.about .about-tab2:hover .about-tab2-text svg path {
  fill: white;
}
.about .about-tab2.active .about-tab2-decor,
.about .about-tab2:hover .about-tab2-decor {
  background-color: #ffffff;
}
@media (max-width: 1023px) {
  .about .about-tab2 {
    padding: 25px 5px 25px 15px;
  }
}
@media (max-width: 575px) {
  .about .about-tab2 {
    padding: 18px 5px 18px 12px;
  }
}
.about .about-tabs2-bg {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .about .about-tabs2-bg img {
    max-width: 65vw;
  }
}
@media (max-width: 767px) {
  .about .about-tabs2-bg img {
    max-width: 120vw;
  }
}
.about .about-tab2-number {
  font-family: "Lato", sans-serif;
  color: #ab832e;
  font-size: 90px;
  font-weight: 600;
  line-height: 1em;
}
@media (max-width: 1023px) {
  .about .about-tab2-number {
    font-size: 62px;
  }
}
@media (max-width: 575px) {
  .about .about-tab2-number {
    font-size: 50px;
  }
}
.about .about-tab2-text {
  font-family: "Lato", sans-serif;
  color: #444;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
}
@media (max-width: 1023px) {
  .about .about-tab2-text {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .about .about-tab2-text {
    font-size: 12px;
    font-weight: 500;
  }
}
.about .about-tab2-text:not(:first-child) {
  margin-top: 10px;
}
.about .about-tab2-decor {
  width: 33px;
  height: 3px;
  background-color: #ab832e;
}
.about .about-tab2-decor:not(:first-child) {
  margin-top: 15px;
}
@media (max-width: 1023px) {
  .about .about-tab2-decor {
    width: 22px;
    height: 2px;
  }
  .about .about-tab2-decor:not(:first-child) {
    margin-top: 12px;
  }
}
@media (max-width: 575px) {
  .about .about-tab2-decor {
    width: 19px;
    height: 2px;
  }
  .about .about-tab2-decor:not(:first-child) {
    margin-top: 8px;
  }
}

ul.marker-list-md li {
  font-family: "Lato", sans-serif;
  color: #787878;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
  word-spacing: 2px;
}
ul.marker-list-md li:before {
  content: "\e906";
  font-size: 10px;
  font-family: "dentco";
  color: #034ea2;
  margin-right: 10px;
}

.olivia {
  background: linear-gradient(#f8f7f7 75%, #034ea2 25%);
}
.olivia h3.title {
  font-family: "Ubuntu", sans-serif;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}
.olivia h3.titlegold {
  font-family: "Ubuntu", sans-serif;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}
.olivia .bubble {
  --r: 25px;
  /* the radius */
  --t: 30px;
  /* the size of the tail */
  padding: calc(2 * var(--r) / 3);
  mask: radial-gradient(var(--t) at var(--_d) 0, rgba(0, 0, 0, 0) 98%, #000 102%) var(--_d) 100%/calc(100% - var(--r)) var(--t) no-repeat, conic-gradient(at var(--r) var(--r), #000 75%, rgba(0, 0, 0, 0) 0) calc(var(--r) / -2) calc(var(--r) / -2) padding-box, radial-gradient(50% 50%, #000 98%, rgba(0, 0, 0, 0) 101%) 0 0/var(--r) var(--r) space padding-box;
  -webkit-mask: radial-gradient(var(--t) at var(--_d) 0, rgba(0, 0, 0, 0) 98%, #000 102%) var(--_d) 100%/calc(100% - var(--r)) var(--t) no-repeat, conic-gradient(at var(--r) var(--r), #000 75%, rgba(0, 0, 0, 0) 0) calc(var(--r) / -2) calc(var(--r) / -2) padding-box, radial-gradient(50% 50%, #000 98%, rgba(0, 0, 0, 0) 101%) 0 0/var(--r) var(--r) space padding-box;
  background: linear-gradient(165deg, #de9223, #ae6f11) border-box;
  color: #fff;
}
.olivia .left {
  --_d: 0%;
  border-left: var(--t) solid rgba(0, 0, 0, 0);
  margin-right: var(--t);
  place-self: start;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
  transition: 0.35s;
}
.olivia .left:hover {
  transform: translateY(-5%);
}
.olivia .right {
  --_d: 100%;
  border-right: var(--t) solid rgba(0, 0, 0, 0);
  margin-left: var(--t);
  place-self: end;
  transition: 0.35s;
  margin-top: 25px;
}
.olivia .right:hover {
  transform: translateY(-5%);
}
.olivia .right:hover + .chatcircle {
  transform: translateY(-5%);
}
.olivia .chatcircle {
  right: -45px;
  bottom: -7px;
  transition: 0.35s;
}
.olivia .chatcircle img {
  width: 58px;
  border: 2px solid #034ea2;
}
.olivia .chaticon {
  width: 30px;
}

.whoweare {
  background: #f8f7f7;
}
.whoweare h2 {
  font-family: "Ubuntu", sans-serif;
  color: #444;
  font-size: 2.2rem;
  font-weight: 700;
}
.whoweare h5 {
  font-size: 1.5rem;
}
.whoweare-paratext {
  font-family: "Lato", sans-serif;
  color: #787878;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
  word-spacing: 2px;
}
.whoweare .btn-blue i {
  font-size: 0.7rem;
  margin-left: 6px;
}

.services h2 {
  font-family: "Ubuntu", sans-serif;
  color: #444;
  font-size: 2.2rem;
  font-weight: 700;
}
.services h5 {
  font-size: 1.2rem;
}
.services .card-body {
  margin-top: -32px;
}
.services a h5 {
  color: #034ea2;
  position: relative;
  overflow: hidden;
  border: 2px solid #034ea2;
  border-radius: 100px;
  z-index: 999;
}
.services a h5:before {
  content: "";
  color: #fff;
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #034ea2;
  transform: translateX(-100%);
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
  z-index: -1;
}
.services a:hover h5 {
  color: #fff;
  border: 2px solid #034ea2;
}
.services a:hover h5:before {
  transform: translateX(0);
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
}

.separator {
  background: #f6f7f9;
}

.whyus .about-heading-small {
  z-index: 2;
  position: relative;
}
.whyus h2 {
  z-index: 1;
}
.whyus h2:after {
  position: absolute;
  z-index: -1;
  right: 0;
  left: -0.25em;
  top: -40px;
  font-size: 100px;
  line-height: 1em;
  white-space: nowrap;
  font-weight: 700;
  content: attr(data-title);
  color: rgba(218, 233, 249, 0.3);
}
@media (max-width: 575px) {
  .whyus h2:after {
    left: 0.2em;
    top: -40px;
    font-size: 65px;
  }
}
.whyus .whyleft {
  width: 600px;
  float: right;
}

.over-image-card {
  padding: 30px;
  background-color: #034ea2;
  color: #ffffff;
}
.over-image-card .btn-white {
  color: #fff;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
}
.over-image-card .btn-white:before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #fff;
  transform: translateX(-100%);
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
  z-index: -1;
}
.over-image-card .btn-white:hover {
  color: #034ea2;
  background: #fff;
  border: 1px solid #fff;
}
.over-image-card .btn-white:hover:before {
  transform: translateX(0);
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
}

.over-image-card h4 {
  margin-bottom: 10px;
  color: #ffffff;
}

.over-image-card p {
  margin-bottom: 25px;
}

.over-image-card.pos-center {
  left: 226px;
  bottom: -51px;
  width: 430px;
  padding: 35px 25px;
}

.over-image-card-icon {
  font-size: 70px;
  padding-right: 25px;
}

@media (max-width: 1229px) {
  .over-image-card-icon {
    font-size: 45px;
    padding-right: 15px;
  }
}
.over-image-card--sm {
  width: 438px;
  padding: 30px 25px;
}

@media (max-width: 1229px) {
  .over-image-card--sm {
    width: 390px;
    padding: 25px;
  }
}
@media (max-width: 1023px) {
  .over-image-card--sm {
    width: 350px;
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .over-image-card--sm {
    width: 295px;
    padding: 20px;
  }
}
.over-hidden {
  overflow: hidden !important;
}

.over-visible {
  overflow: visible !important;
}

.team h2 {
  z-index: 1;
}
.team h2:after {
  position: absolute;
  z-index: -1;
  right: 0;
  left: -0.25em;
  top: -40px;
  font-size: 100px;
  line-height: 1em;
  white-space: nowrap;
  font-weight: 700;
  content: attr(data-title);
  color: rgba(218, 233, 249, 0.3);
}
.team .team-body {
  padding: 103px 145px 183px 23px;
}
.team .team1 {
  background: url("../img/q1.png");
  background-size: cover;
  border: 10px solid #e7e5e5;
  border-radius: 0;
}
.team .team2 {
  background: url("../img/q2.png");
  background-size: cover;
  border: 10px solid #e7e5e5;
  border-radius: 0;
}
.team .team3 {
  background: url("../img/q3.png");
  background-size: cover;
  border: 10px solid #e7e5e5;
  border-radius: 0;
}

.footers {
  background: #f7f7f7;
  color: #787878;
}
.footers .hovicon {
  font-size: 2rem;
  color: #034ea2;
  text-decoration: none;
}
.footers .hovicon:hover {
  color: #1b54b6;
}
.footers h4 {
  line-height: 1em;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
}
.footers h4 + .h-decor {
  position: relative;
  top: -15px;
  height: 2px;
  width: 27px;
  background-color: #ab832e;
}
.footers ul.icn-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .footers ul.icn-list {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 1023px) {
  .footers ul.icn-list {
    font-size: 14px;
    line-height: 20px;
  }
}
.footers ul.icn-list li {
  position: relative;
  padding-left: 35px;
}
.footers ul.icn-list li > [class*=icon] {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #034ea2;
}
@media (max-width: 767px) {
  .footers ul.icn-list li > [class*=icon] {
    font-size: 14px;
  }
}
.footers ul.icn-list li b {
  font-weight: 600;
  color: #034ea2;
}
.footers ul.icn-list li:not(:last-child) {
  margin-bottom: 18px;
}
.footers ul.icn-list-sm {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 1023px) {
  .footers ul.icn-list-sm {
    font-size: 14px;
    line-height: 20px;
  }
}
.footers ul.icn-list-sm li {
  position: relative;
  padding-left: 24px;
}
.footers ul.icn-list-sm li > [class*=icon] {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 14px;
  color: #034ea2;
}
.footers ul.icn-list-sm li > .icon-black-envelope {
  top: 4px;
}
.footers ul.icn-list-sm li b {
  font-weight: 500;
}
.footers ul.icn-list-sm li:not(:last-child) {
  margin-bottom: 10px;
}
.footers ul.icn-list-lg {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 27px;
}
@media (max-width: 1023px) {
  .footers ul.icn-list-lg {
    font-size: 15px;
    line-height: 22px;
  }
}
.footers ul.icn-list-lg li {
  position: relative;
  padding-left: 35px;
}
.footers ul.icn-list-lg li > [class*=icon] {
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 18px;
  color: #034ea2;
}
@media (max-width: 1023px) {
  .footers ul.icn-list-lg li > [class*=icon] {
    top: 3px;
  }
}
.footers ul.icn-list-lg li b {
  font-weight: 600;
}
@media (max-width: 1023px) {
  .footers ul.icn-list-lg li .d-flex {
    max-width: 300px;
  }
}
.footers ul.icn-list-lg li:not(:last-child) {
  margin-bottom: 5px;
}
.footers ul.icn-list-lg .d-flex > span {
  min-width: 50%;
}
.footers ul.header-icn-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 17px;
  line-height: 30px;
}
@media (max-width: 1023px) {
  .footers ul.header-icn-list {
    font-size: 15px;
    line-height: 22px;
  }
}
.footers ul.header-icn-list li {
  position: relative;
  padding-left: 35px;
}
.footers ul.header-icn-list li > [class*=icon] {
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 18px;
  color: #034ea2;
}
@media (max-width: 1023px) {
  .footers ul.header-icn-list li > [class*=icon] {
    top: 3px;
  }
}
.footers ul.header-icn-list li b {
  font-weight: 600;
}
@media (max-width: 1023px) {
  .footers ul.header-icn-list li .d-flex {
    max-width: 300px;
  }
}
.footers ul.header-icn-list li:not(:last-child) {
  margin-bottom: 5px;
}
.footers .icn-list + .icn-list {
  margin-top: 30px;
}
.footers .btn-blue i {
  font-size: 0.7rem;
  margin-left: 6px;
}
.footers a {
  color: inherit;
  text-decoration: none;
}
.footers a:hover {
  color: #034ea2;
}

.bottombar {
  background: #034ea2;
  color: #fff;
}

.teambox .card:hover {
  border: 1px solid #034ea2;
}

.teambox .card-body {
  z-index: 10;
  position: relative;
}

.teambox .card-body:after {
  content: url(../img/team-arrow.svg);
  position: absolute;
  right: 15px;
  top: 15px;
  transition: all 0.5s;
  z-index: -1;
}/*# sourceMappingURL=style.css.map */