@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@100..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --primary-color: #fea621;
  --secondary-color: #0d1e78;
  --tertiary-color: #E9ECEF;
  --success-color: #28a745;
  --error-color: #dc3545;
  --warning-color: #ffc107;
  --info-color: #17a2b8;
  --light-color: #f8f9fa;
  --dark-color: #343a40;
  --white-color: #ffffff;
  --black-color: #000000;
  --grey-color: #5D5D5D;
  --background-color: #F9FAFB;
  --primary-disabled-color: #E3E9F6;
  --primary-hover-color: #4654AF;
  --primary-active-color: #363E72;
  --secondary-disabled-color: #F4E3D1;
  --secondary-hover-color: #DDA26C;
  --secondary-active-color: #D58448;
  --header-background-color: #22262A;
  --carasoul-background-color: #1D1D1D;
  --aboutus-background-color: #272A2E;
  --ourservices-background-color: #1B1F23;
  --ourStatesSections-background-color: #3D3D3D;
  --font-size-base: 1;
  --font-size-lg: 1.25rem;
  --font-size-md: 1rem;
  --font-size-sm: 0.875rem;
  --font-size-8: 0.5rem;
  --font-size-9: 0.5625rem;
  --font-size-10: 0.625rem;
  --font-size-11: 0.688rem;
  --font-size-12: 0.75rem;
  --font-size-13: 0.813rem;
  --font-size-14: 0.875rem;
  --font-size-15: 0.938rem;
  --font-size-16: 1rem;
  --font-size-17: 1.063rem;
  --font-size-18: 1.12rem;
  --font-size-19: 1.18rem;
  --font-size-20: 1.25rem;
  --font-size-21: 1.31rem;
  --font-size-22: 1.37rem;
  --font-size-23: 1.43rem;
  --font-size-24: 1.5rem;
  --font-size-25: 1.563rem;
  --font-size-26: 1.625rem;
  --font-size-27: 1.688rem;
  --font-size-28: 1.75rem;
  --font-size-29: 1.813rem;
  --font-size-30: 1.875rem;
  --font-size-31: 1.938rem;
  --font-size-32: 2rem;
  --font-size-40: 2.5rem;
  --font-size-48: 3rem;
  --font-size-56: 3.5rem;
  --border-radius: 0.25rem;
  --border-width: 0.15rem;
  --transition: all 0.2s ease-in-out;
  --color-malachite-50: #f1fdf0;
  --color-malachite-100: #defbdd;
  --color-malachite-200: #bdf5bd;
  --color-malachite-300: #8aeb8a;
  --color-malachite-400: #4bd84b;
  --color-malachite-500: #28bf28;
  --color-malachite-600: #1b9e1b;
  --color-malachite-700: #197c1a;
  --color-malachite-800: #19621a;
  --color-malachite-900: #165117;
  --color-malachite-950: #062d08;
  --color-pastel-green-50: #f2fcf1;
  --color-pastel-green-100: #dff9df;
  --color-pastel-green-200: #c1f2c0;
  --color-pastel-green-300: #71e071;
  --color-pastel-green-400: #56d256;
  --color-pastel-green-500: #2fb830;
  --color-pastel-green-600: #219822;
  --color-pastel-green-700: #1e771f;
  --color-pastel-green-800: #1c5f1e;
  --color-pastel-green-900: #194e1b;
  --color-pastel-green-950: #082b0a;
  --Neutrals950: #000000;
  --Neutrals900: #3D3D3D;
  --Neutrals800: #454545;
  --Neutrals700: #4F4F4F;
  --Neutrals600: #5D5D5D;
  --Neutrals500: #6D6D6D;
  --Neutrals400: #888888;
  --Neutrals300: #B0B0B0;
  --Neutrals200: #D1D1D1;
  --Neutrals100: #E7E7E7;
  --Neutrals50: #F6F6F6;
  --contactBanner: #fee2e3;
  --bs-progress-height: 0.51rem;
}

:root {
  --white-color: #fff;
  --section-bg: #efefff;
  --body-font: "Catamaran", sans-serif;
  --heading-font: "Jost", sans-serif;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: var(--black-color);
  font-family: var(--body-font);
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
  transition: 0.4s;
  -webkit-transition: all 0.4s ease-in-out;
}

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

img, svg {
  vertical-align: middle;
}

.catamaran-main {
  font-family: var(--body-font);
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.jost-main {
  font-family: var(--heading-font);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.logoTop {
  width: 70%;
}
@media (max-width: 576px) and (max-width: 767px) {
  .logoTop {
    width: 50%;
  }
}

.header {
  background-color: var(--header-background-color);
}

.sliderContent {
  margin-top: 2rem;
}
@media (max-width: 576px) and (max-width: 767px) {
  .sliderContent {
    margin-top: 2rem;
  }
}
.sliderContent h4 {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}
@media (max-width: 576px) and (max-width: 767px) {
  .sliderContent h4 {
    font-size: 15px;
    margin-bottom: 0.4rem;
  }
}
.sliderContent h2 {
  color: var(--white-color);
  font-size: 60px;
  margin: 1rem 0;
}
@media (max-width: 576px) and (max-width: 767px) {
  .sliderContent h2 {
    font-size: 20px;
    margin: 0.3rem 0;
  }
}
.sliderContent p {
  color: var(--white-color);
  margin-bottom: 4rem;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 576px) and (max-width: 767px) {
  .sliderContent p {
    font-size: 12px;
    margin-bottom: 1rem;
  }
}

.servicesSections {
  background-color: var(--ourservices-background-color);
  color: var(--white-color);
}
.servicesSections h5 {
  text-align: center;
  font-size: var(--font-size-24);
  margin-bottom: 30px;
}
.servicesSections h5 span {
  color: var(--color-malachite-400);
}
.servicesSections .title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50vw;
}
@media (max-width: 576px) and (max-width: 767px) {
  .servicesSections .title {
    width: 90vw;
  }
}
.servicesSections .title h4 {
  font-size: var(--font-size-20);
  font-weight: bold;
  margin-bottom: 20px;
  font-family: var(--heading-font);
}
.servicesSections .title h2 {
  font-size: var(--font-size-40);
  line-height: 44px !important;
  font-family: var(--body-font);
  margin-bottom: 15px;
}
.servicesSections .title h2 span {
  color: var(--color-malachite-400);
}
@media (max-width: 991px) {
  .servicesSections .title h2 h2 {
    font-size: var(--font-size-24) !important;
    line-height: 34px !important;
  }
}

.productsSections {
  background-color: var(--header-background-color);
  color: var(--white-color);
}
.productsSections h5 {
  text-align: center;
  font-size: var(--font-size-24);
  margin-bottom: 30px;
}
.productsSections h5 span {
  color: var(--color-malachite-400);
}
.productsSections .title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 576px) and (max-width: 767px) {
  .productsSections .title {
    width: 90vw;
    margin-bottom: 30px;
  }
}
.productsSections .title h4 {
  font-size: var(--font-size-20);
  font-weight: bold;
  margin-bottom: 20px;
  font-family: var(--heading-font);
}
.productsSections .title h2 {
  font-size: var(--font-size-30);
  line-height: 44px !important;
  font-family: var(--body-font);
  margin-bottom: 15px;
}
.productsSections .title h2 span {
  color: var(--primary-color);
}
@media (max-width: 991px) {
  .productsSections .title h2 h2 {
    font-size: var(--font-size-24) !important;
    line-height: 34px !important;
  }
}
.productsSections .productsDetails {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 20px 0;
}
.productsSections .productsDetails img {
  border-radius: 30px;
}
.productsSections .productsDetails img:after {
  position: absolute;
  width: 0%;
  height: 2.5px;
  content: "";
  clear: both;
  display: block;
  bottom: 0;
  left: auto;
  right: 0;
  background: var(--primary-color);
}
.productsSections .productsDetails img:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.productsSections .productsDetails h4 {
  font-size: var(--font-size-28);
  padding: 10px 0px;
}
.productsSections .productsDetails h5 {
  font-size: var(--font-size-13);
  padding-bottom: 20px;
  border-bottom: 1px solid var(--Neutrals300);
}
.productsSections .productsDetails .readmore {
  display: inline-flex;
  font-weight: 600;
  text-transform: capitalize;
  align-items: center;
  gap: 4px;
  font-family: var(--heading-font);
}
.productsSections .productsDetails .readmore a {
  color: var(--color-web-orange-500);
}
.productsSections .productsDetails .readmore a i {
  font-size: 15px;
  color: var(--primary-color);
}
.productsSections .productsDetails .readmore a:hover {
  color: var(--primary-color);
}
.productsSections .productsDetails .readmore a:hover i {
  transform: rotate(-45deg);
}
.productsSections .productsDetails .image-container {
  position: relative;
  overflow: hidden;
}
.productsSections .productsDetails .image-container img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.productsSections .productsDetails .image-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
}
.productsSections .productsDetails .image-container .overlay .icon {
  color: #fff;
  font-size: 24px;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
.productsSections .productsDetails .image-container .overlay .icon:hover {
  color: #fea621;
}
.productsSections .productsDetails .image-container:hover img {
  transform: scale(1.1);
}
.productsSections .productsDetails .image-container:hover .overlay {
  opacity: 1;
}
.productsSections .productsDetails .image-container:hover .overlay .icon {
  transform: translateY(0);
}
.productsSections .productsIndex {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.productsSections .productSmallDetails {
  list-style: disc;
  margin-top: 35px;
}
.productsSections .productSmallDetails li {
  line-height: 70px;
  color: var(--white-color);
  font-size: var(--font-size-30);
}

.section-pad {
  padding: 80px 0;
}

.aboutUsSection {
  background-color: var(--aboutus-background-color);
  color: var(--white-color);
}
.aboutUsSection .ml-70 {
  margin-left: 0;
}
@media (min-width: 992px) {
  .aboutUsSection .ml-70 {
    margin-left: 70px;
  }
}
.aboutUsSection .pr-100 {
  padding-right: 0;
}
@media (min-width: 992px) {
  .aboutUsSection .pr-100 {
    padding-right: 100px;
  }
}
.aboutUsSection h5 {
  text-align: center;
  font-size: var(--font-size-24);
  margin-bottom: 30px;
}
.aboutUsSection h5 span {
  color: var(--color-malachite-400);
}
.aboutUsSection .aboutusimg {
  position: relative;
}
.aboutUsSection .aboutusimg .aboutusimgtxt {
  position: absolute;
  top: 35%;
  left: 18%;
  transform: rotate(-90deg) translateY(-188px);
  z-index: -1;
}
@media (max-width: 576px) and (max-width: 767px) {
  .aboutUsSection .aboutusimg .aboutusimgtxt {
    left: 30%;
  }
}
.aboutUsSection .aboutusimg .aboutusimgtxt h3 {
  color: var(--secondary-color);
  font-size: 100px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 576px) and (max-width: 767px) {
  .aboutUsSection .aboutusimg .aboutusimgtxt h3 {
    font-size: 75px;
  }
}
.aboutUsSection .aboutusimg .aboutusimgtxt h3::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%; /* Ensure the pseudo-element has height */
  transition: all 2s ease-out 0s;
  animation: about-text 3s ease-in-out 1s forwards infinite alternate-reverse;
}
.aboutUsSection .aboutusimg img {
  border-radius: 6px !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  width: 100%;
  margin-left: 0%;
}
.aboutUsSection .aboutusimg .experienceBox {
  position: absolute;
  right: 120px;
  bottom: -4px;
  padding: 10px;
  background-color: var(--color-malachite-400);
  box-shadow: 0px 30px 50px rgba(3, 4, 28, 0.1);
  z-index: 99;
  text-align: center;
  color: var(--black-color);
}
@media (max-width: 576px) and (max-width: 767px) {
  .aboutUsSection .aboutusimg .experienceBox {
    padding: 10px;
  }
}
.aboutUsSection .aboutusimg .experienceBox h4 {
  font-size: 80px;
  font-weight: 600;
  background: var(--black-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 576px) and (max-width: 767px) {
  .aboutUsSection .aboutusimg .experienceBox h4 {
    font-size: 50px;
  }
}
.aboutUsSection .aboutusimg .experienceBox p {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--heading-font);
}
@media (max-width: 576px) and (max-width: 767px) {
  .aboutUsSection .aboutusimg .experienceBox p {
    font-size: 14px;
  }
}
.aboutUsSection .content p.text {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 20px;
}

.aboutusTitle h4 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  display: inline-block;
  padding: 0px 80px;
  margin-bottom: 15px;
  color: var(--primary-color);
}
.aboutusTitle h4.subTitle {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: capitalize;
  border: 1px solid var(--ct-border-color);
  display: inline-flex;
  padding: 8px 24px;
  border-radius: 30px;
  line-height: 24px;
  background: rgba(226, 232, 240, 0.3019607843);
  margin-bottom: 18px;
}
@media (max-width: 576px) and (max-width: 767px) {
  .aboutusTitle h4.subTitle {
    margin-top: 30px;
  }
}
.aboutusTitle h2 {
  font-size: 42px;
  margin-bottom: 15px;
}
@media (max-width: 576px) and (max-width: 767px) {
  .aboutusTitle h2 {
    font-size: 32px;
  }
}
.aboutusTitle h2 span {
  color: var(--color-malachite-400);
}

.ourStatesSections {
  background-color: var(--ourStatesSections-background-color);
  height: auto;
  color: var(--white-color);
}
.ourStatesSections .stateSections {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.ourStatesSections .stateSections .ourStates {
  text-align: left;
  font-size: var(--font-size-30);
}
.ourStatesSections .stateSections .ourStatesContent {
  padding: 10px 30px;
  border-right: 0.5px solid var(--color-malachite-400);
  width: 20vw;
}
.ourStatesSections .stateSections .ourStatesContent span {
  filter: brightness(0) invert(1);
}
.ourStatesSections .stateSections .ourStatesContent span img {
  color: var(--white-color);
  width: 50%;
}
.ourStatesSections .stateSections .ourStatesContent span .img {
  color: var(--white-color);
  width: 20%;
}
.ourStatesSections .stateSections .ourStatesContent h6 {
  font-size: var(--font-size-26);
}
.ourStatesSections .stateSections .ourStatesContent h6 span {
  font-size: var(--font-size-20);
}
.ourStatesSections .stateSections .ourStatesContent p {
  font-size: var(--font-size-13);
}

.footer {
  font-family: var(--heading-font);
  background-color: var(--header-background-color);
  color: var(--white-color);
}
.footer p {
  color: var(--dark-color);
}
.footer h5 {
  color: var(--dark-color);
}
.footer a {
  color: var(--color-resolution-blue-900);
  text-decoration: none;
}
.footer a:hover {
  color: var(--color-trinidad-500);
  font-weight: 500;
}
.footer ul.quickLinks li {
  padding: 5px 20px;
  border-bottom: 1px dashed var(--color-malachite-800);
}
.footer ul.quickLinks li a {
  color: var(--white-color);
}
.footer ul.quickLinks li:hover {
  color: var(--color-pastel-green-200);
}
.footer ul.social {
  list-style: none;
}
.footer ul.social li {
  padding: 10px 0px;
}
.footer ul.social li::before {
  content: "";
  font-weight: bold;
  font-size: var(--font-size-13);
  margin-right: 10px;
}
.footer ul.contact-info {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer ul.contact-info li {
  margin-bottom: 10px;
  display: flex;
  align-items: start;
}
.footer ul.contact-info li .icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  background: var(--color-resolution-blue-50);
  color: var(--color-malachite-400);
  border-radius: 50%;
  font-size: 18px;
}
.footer ul.contact-info li .content h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: var(--white-color);
  letter-spacing: 1px;
}
.footer ul.contact-info li .content p {
  color: var(--white-color);
  margin-top: 4px;
  line-height: 20px;
  font-size: 16px;
}
.footer .copyRight {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 10px;
  font-size: var(--font-size-13);
  color: var(--color-malachite-400);
  border-top: 1px solid var(--color-resolution-blue-300);
}

.hero-section .carousel .carousel-inner {
  height: 100vh;
}
.hero-section .carousel .carousel-inner .carousel-item {
  height: 100%;
  background-image: url(../images/home4-banner-bg.png);
  background-color: var(--carasoul-background-color);
  position: relative;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
.hero-section .carousel .carousel-inner .carousel-item .img {
  display: flex;
  justify-content: flex-end;
  height: 70vh;
  align-content: space-around;
  margin: 130px;
}
.hero-section .carousel .carousel-inner .carousel-item .img img {
  border-color: #efefff;
}
.hero-section .carousel .carousel-inner .carousel-item .carousel-caption {
  position: absolute;
  right: 0%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
  width: 40vw;
  top: 80px;
}
.hero-section .carousel .carousel-inner .carousel-item .carousel-caption h1 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
}
.hero-section .carousel .carousel-inner .carousel-item .carousel-caption p {
  font-size: 1.25rem;
}
.hero-section .carousel .carousel-inner .carousel-item .carousel-caption h2 span {
  color: var(--color-malachite-400);
}
@media (max-width: 576px) and (max-width: 767px) {
  .hero-section .carousel .carousel-inner .carousel-item .carousel-caption {
    top: 1rem;
    bottom: 0.25rem !important;
  }
}/*# sourceMappingURL=styles.css.map */.uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}
.wp-block-uagb-advanced-heading h1,.wp-block-uagb-advanced-heading h2,.wp-block-uagb-advanced-heading h3,.wp-block-uagb-advanced-heading h4,.wp-block-uagb-advanced-heading h5,.wp-block-uagb-advanced-heading h6,.wp-block-uagb-advanced-heading p,.wp-block-uagb-advanced-heading div{word-break:break-word}.wp-block-uagb-advanced-heading .uagb-heading-text{margin:0}.wp-block-uagb-advanced-heading .uagb-desc-text{margin:0}.wp-block-uagb-advanced-heading .uagb-separator{font-size:0;border-top-style:solid;display:inline-block;margin:0 0 10px 0}.wp-block-uagb-advanced-heading .uagb-highlight{color:#f78a0c;border:0;transition:all 0.3s ease}.uag-highlight-toolbar{border-left:0;border-top:0;border-bottom:0;border-radius:0;border-right-color:#1e1e1e}.uag-highlight-toolbar .components-button{border-radius:0;outline:none}.uag-highlight-toolbar .components-button.is-primary{color:#fff}
.wp-block-uagb-advanced-heading.uagb-block-4fc9dcbc.wp-block-uagb-advanced-heading .uagb-heading-text{color: var(--ast-global-color-4);}.wp-block-uagb-advanced-heading.uagb-block-4fc9dcbc.wp-block-uagb-advanced-heading .uagb-desc-text{margin-bottom: 15px;}.wp-block-uagb-advanced-heading.uagb-block-4fc9dcbc.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;font-weight: Default;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-4fc9dcbc.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-4fc9dcbc.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-4fc9dcbc .uagb-heading-text{font-weight: 400;}.wp-block-uagb-advanced-heading.uagb-block-22cd3223.wp-block-uagb-advanced-heading .uagb-heading-text{color: var(--ast-global-color-4);}.wp-block-uagb-advanced-heading.uagb-block-22cd3223.wp-block-uagb-advanced-heading .uagb-desc-text{margin-bottom: 15px;}.wp-block-uagb-advanced-heading.uagb-block-22cd3223.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;font-weight: Default;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-22cd3223.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-22cd3223.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-22cd3223 .uagb-heading-text{font-weight: 400;}.wp-block-uagb-advanced-heading.uagb-block-904be7ec.wp-block-uagb-advanced-heading .uagb-heading-text{color: var(--ast-global-color-4);}.wp-block-uagb-advanced-heading.uagb-block-904be7ec.wp-block-uagb-advanced-heading a{color: var(--ast-global-color-4);}.wp-block-uagb-advanced-heading.uagb-block-904be7ec.wp-block-uagb-advanced-heading a:hover{color: var(--ast-global-color-0);}.wp-block-uagb-advanced-heading.uagb-block-904be7ec.wp-block-uagb-advanced-heading .uagb-desc-text{color: var(--ast-global-color-4);margin-bottom: 0px;}.wp-block-uagb-advanced-heading.uagb-block-904be7ec.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;font-weight: Default;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-904be7ec.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-904be7ec.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-904be7ec .uagb-heading-text{font-weight: 400;line-height: 1.5em;margin-bottom: 15px;}