html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 20px;
  box-sizing: border-box;
  background-color: #fff;
  overflow-x: hidden;
}

.f-source-serif-4 {
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.text-green {
  color: #a3cc39 !important;
}

.text-blue {
  color: #00adee;
}
.text-orange{
  color: #ee4d6c;
}

.section-padding {
  padding: 60px 0;
}

.bg-prop {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 200px 0 200px 0;
  z-index: 0;
}
.bg-prop::before{
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.stroke-text-blue {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #00adee;
}
.pt-50{
    padding-top: 50px;
}
.pt-60{
    padding-top: 60px;
}
.mw-100{
    max-width: 100%;
}
.stroke-text-white {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #fff;
}

.f-family-inter {
  font-family: "inter", sans-serif;
}

.default-font-family {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.f-size-50 {
  font-size: 48px;
}

.f-size-25 {
  font-size: 25px;
}

.f-size-32 {
  font-size: 32px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
.mb-50 {
  margin-bottom: 50px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-80 {
  margin-bottom: 30px;
}
.w-50{
  max-width: 50%;
  width: 100%;
}
.m-mbt50auto{
  margin: 50px auto;
}
.bg-gray {
  background-color: rgba(207, 208, 210, 0.2);
}
.text-shadow-black{
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);;
}
.animated-heading.visible span {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s ease;
}

.animated-heading span {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
}

.animated-heading {
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  line-height: 1.3;
  overflow: hidden;
  perspective: 1000px;
}

.animated-heading span {
  display: inline-block;
  opacity: 0;
  transform: translateY(50px) scale(0.5);
  transition: transform 0.5s cubic-bezier(0.25, 1.2, 0.4, 1.1), opacity 0.5s ease;
  white-space: pre;
}

.animated-heading.visible span {
  opacity: 1;
  transform: translateY(0) scale(1);
}

a.section-btn,
button.section-btn {
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #00adee;
  border-radius: 100px 100px 100px 100px;
  padding: 10px 25px 10px 25px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  color: #00adee;
  font-weight: 600;
  width: auto;
  display: inline-block;
}
a.section-btn.green{
  border-color: #a3cc39 !important;
  color: #a3cc39 !important;
}
.section-pages-tab-wrapper .accordion .accordion-body a.section-btn{
  width: auto;
}
.section-pages-tab-wrapper .accordion{
  border: none !important;
}
.section-pages-tab-wrapper .accordion .accordion-item {
    border: none;
    margin-bottom: 20px;
    border-radius: 30px;
}
.section-pages-tab-wrapper .accordion .accordion-item.light-blue{
    background-color: #00adee40;
}
.section-pages-tab-wrapper .accordion .accordion-item.light-green{
    background-color: #a3cc3945;
}
.section-pages-tab-wrapper .accordion .accordion-item .accordion-header .accordion-button{
  font-size: 22px;
  font-weight: 700;
  background-color: transparent;
  border-radius: 30px;
}
.section-pages-tab-wrapper .accordion .accordion-item .accordion-header .accordion-button:focus{
  box-shadow: none;
  background-color: transparent;
  color: #00adee;
}
.section-pages-tab-wrapper .accordion .accordion-item .accordion-header .accordion-button.green:focus{
  color: #a3cc39 !important;
}
.section-pages-tab-wrapper .accordion .accordion-item:first-of-type>.accordion-header .accordion-button{
  border-radius: 30px !important;
}
.section-pages-tab-wrapper .accordion .accordion-item:last-of-type>.accordion-header .accordion-button, .section-pages-tab-wrapper .accordion .accordion-item:last-of-type{
  border-radius: 30px;
}
.section-pages-tab-wrapper .accordion .accordion-item{
  border: none;
}
.section-pages-tab-wrapper .accordion .accordion-item .accordion-header .accordion-button::after{
  background-image: none;
  font-family: "Font Awesome 5 Free";
  content: '\f35a';
  font-weight: 900;
}
.section-pages-tab-wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after{
  transform: rotate(90deg);
}
button.section-btn {
  background-color: transparent;
  width: 30%;
}

a.section-btn .btn-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}

.second-btn-wrapper a.section-btn {
  padding: 10px 25px 10px 25px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  color: #000;
  font-weight: 600;
  width: 100%;
  display: inline-block;
}

.second-btn-wrapper a.section-btn:hover {
  color: #00adee;
}

.animated-image-wrapper .animate-image-two:after,
.animated-image-wrapper .animate-image-one:after,
.animated-image-wrapper .animate-image-three:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, .3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.animated-image-wrapper .animate-image-two:hover:after,
.animated-image-wrapper .animate-image-one:hover:after,
.animated-image-wrapper .animate-image-three:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

  .sr-only {
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
  }

  .scroll {
    --transition-time: 0.4s;
    --width-arrow-line: 6px;
    --color-arrow: #ffffff;

    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .scroll--visible {
    opacity: 1;
    visibility: visible;
  }

  .top-btn {
    display: block;
    width: 60px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    position: relative;
    background-color: #00adee;
    box-shadow: 0 0 10px #2589bd;
    overflow: hidden;
    transition: transform 0.3s ease;
  }

  .top-btn::before,
  .top-btn::after {
    content: "";
    position: absolute;
    top: 25%;
    left: 50%;
    translate: -50% 0;
  }

  .top-btn::before {
    width: 24px;
    aspect-ratio: 1 / 1;
    border-top: var(--width-arrow-line) solid var(--color-arrow);
    border-left: var(--width-arrow-line) solid var(--color-arrow);
    rotate: 45deg;
  }

  .top-btn::after {
    width: var(--width-arrow-line);
    height: 50%;
    background-color: var(--color-arrow);
  }

  .scroll--active .top-btn:hover::before,
  .scroll--active .top-btn:hover::after {
    animation: top 0.8s infinite;
  }

  @keyframes top {
    0% {
      top: 100%;
    }

    100% {
      top: -50%;
    }
  }
  
  body.privacy-policy ul{
      list-style-type: disc;
  }
  /* single blog */
  .blog-img-wrapper img{
  float: left;
  width: 645px !important;
  margin-right: 20px;
  margin-bottom: 20px;
  }
/* header css */
.bg-light-blue {
  background-color: #00adeef7 !important;
}

.section-header {
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  transition: all 0.3s ease;
  border-bottom: 1px solid #eee;
  position: relative; /* Default state */
}

.section-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}


header.section-header.bg-light-blue nav .wrapper .nav-links li a {
  color: #fff;
}

.section-header.hide-header {
  transform: translateY(-100%);
  opacity: 0;
}

.section-header.show-header {
  transform: translateY(0);
  opacity: 1;
}
/* old navbar */
nav {
  background-color: transparent;
}

nav .wrapper {
  position: relative;
  padding: 0px 30px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper .logo a {
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}

.wrapper .logo a img {
  max-height: 75px;
}

.wrapper .nav-links {
  display: inline-flex;
  padding: 0;
  margin: 0;
}

.nav-links li {
  list-style: none;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-links li a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 4px 0px;
  letter-spacing: 0.7px;
  margin: 0 15px;
  transition: all 0.3s ease;
  position: relative;
}

.nav-links li a::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
}

.nav-links li a:hover::before {
  transform: scale3d(1, 1, 1);
}

.nav-links li a::before {
  background: #00adee;
  transform-origin: 100% 50%;
}

header.section-header.bg-light-blue nav .wrapper .nav-links li a::before {
  background: #fff;
}

.nav-links li a:hover::before {
  transform-origin: 0 50%;
}

.nav-links .mobile-item {
  display: none;
}

.nav-links .drop-menu {
  position: absolute;
  background: #91e0fd;
  border-radius: 10px;
  width: 300px;
  line-height: 45px;
  top: 75px;
  opacity: 0;
  padding: 0;
  margin: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}

.drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 15px;
  margin: 0;
  font-weight: 400;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
}

.drop-menu li a::before {
  display: none;
}

.drop-menu li a:hover {
  background-color: #00adee;
}

.drop-menu li {
  height: 50px;
}

.mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}

.mega-box .content {
  background-color: RGBA(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .content-row:nth-child(1) {
  width: 200px;
}

.mega-box .content .content-row {
  width: 390px;
  line-height: 45px;
}

.content .content-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .content-row header {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.content .content-row .mega-links {
  margin-left: -40px;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
  padding: 0;
}

.content-row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #000;
  font-size: 13px;
  display: block;
  position: relative;
}

.content-row .mega-links li a span.lnr {
  position: absolute;
  left: 0px;
  top: 15px;
  font-weight: bold;
}

.content-row .mega-links li a::before {
  display: none;
}

.content-row .mega-links li a:hover {
  color: #F5BF1E;
}

.wrapper .btn {
  color: #000;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}

nav input {
  display: none;
}

nav>li.dropdown-hover {
  cursor: pointer
}

nav>li.dropdown-hover ul,
nav>li.dropdown-toggle ul {
  width: 100%
}

li .dropdown-hover .dropdown-menu {
  position: absolute;
  bottom: -5px;
}

nav>li.dropdown-hover ul li,
nav>li.dropdown-toggle ul li {
  text-align: center;
  font-weight: bold;
  border-top: 1px solid #ccc;
  padding: 5px 0
}

nav>li.dropdown-hover ul li:first-child,
nav>li.dropdown-toggle ul li:first-child {
  border-top: none
}
/* new navbar */
.logo a img {
  display: inline;
  text-transform: uppercase;
  font-size: 30px;
  padding: 7px 15px;
  max-height: 75px;
}


.main_element {
  color: white;
  width: 100%;
  height: 90px;
  line-height: 70px;
  display: flex;
  justify-content: space-between;
}



ul {
  list-style-type: none;
}

.main_element>ul>li {
  display: flex;
  float: left;
  height: 70px;
  position: relative;
}

.main_element>ul>li::before {
  background: #F5BF1E;
  transform-origin: 100% 50%;
}

.main_element>ul>li:hover::before {
  transform-origin: 0 50%;
}

header.section-header nav.main_element a:hover {
  color: black;
}

/*************************************************/
.inside_items {
  display: none;
  position: absolute;
  top: 75px;
  left: -18px;
  background-color: #91e0fd;
  border-radius: 10px;
}

.inside_items ul {
  padding: 0;
}

.inside_items li {
  width: 435px;
  height: 50px;
  line-height: 50px;
}

.inside_items li:hover {
  background-color: #00adee;
  border-radius: 10px;
}

li:hover .inside_items {
  display: block;
}

header.section-header nav.main_element a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 4px 0px;
  letter-spacing: 0.7px;
  margin: 0 18px;
  transition: all 0.3s ease;
  position: relative;
}


/********************************************************/
.father.dropdown {
  position: relative;
}

.inside_items2 {
  display: none;
  position: absolute;
  left: 403px;
}

.father:hover .inside_items2 {
  display: inline-block;
}

.inside_items2 li {
  border-bottom: black 1px solid;
}

.inside_items2 li {
  font-size: 15px;
}

.inside_items2 li:hover {
  background-color: #00adee;
}

.inside_items2 li:hover a {
  color: white;
}

/* section banner slider new */
.creative-fullpage--slider {
  background-color: #fff;
  z-index: 2;
  width: 100%;
  position: relative;
  flex-direction: column;
  height: 92vh;
  font-size: 16px;
  display: flex;
  clip-path: none !important;
}

.creative-fullpage--slider .slider-inner {
  background: #000;
  height: 92vh;
  position: relative;
}

.creative-fullpage--slider .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  overflow: hidden;
}

.creative-fullpage--slider .swiper-slide .slider-inner img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.creative-fullpage--slider .swiper-slide .slider-inner video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
  position: absolute;
  top: 15%;
  left: 50px;
  z-index: 1;
}

.creative-fullpage--slider .swiper-slide .slider-inner::after {
  content: "";
  position: absolute;
  width: 101%;
  height: 100%;
  top: 0;
  left: -1px;
  background-color: #fff0;
  background-image: radial-gradient(at center right,
      #ffffff00 50%,
      #00000096 100%);
}

.swiper-slide .slider-inner .swiper-content .title-area .tag {
  color: #fff;
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 0;
}

.swiper-slide .slider-inner .swiper-content .title-area .title {
  margin-top: 50px;
  color: #fff;
  font-size: 5vw;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-decoration: none;
}

.swiper-slide .slider-inner .swiper-content p.disc {
  font-size: 20px;
  width: 100%;
  margin-top: 15px;
  margin: 20px 0 40px 0;
  font-weight: 400;
  line-height: 32px;
  color: #ffffffb0;
}
.full-width-image{
    display: block;
}
.mb-width-image{
    display: none;
}
.creative-btn--wrap .creative-slide--btn {
  color: #fff;
  margin-left: 18px;
  font-size: 1.4em;
  transition: margin-left 300ms cubic-bezier(0.49, 0, 0.01, 1);
  font-weight: 400;
  display: inline-flex;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  outline: none;
  outline-color: #fff0;
  box-shadow: none;
  will-change: transform;
  backface-visibility: hidden;
}

.creative-btn--circle .circle {
  position: absolute;
  right: calc(100% - 10px);
  top: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  clip-path: circle(25% at 50% 50%);
  transition: clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle .circle-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  background-color: #fff;
  will-change: transform;
  transform: scale(0);
  z-index: 1;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1),
    background-color 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle-icon {
  transform: translate(-100%, 0%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 2;
  transition: all 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle-icon .icon-arrow {
  width: 20px;
  height: 20px;
  stroke: none;
  fill: #000;
}

.creative-btn--circle .circle-outline {
  fill: #fff0;
  width: 10px;
  stroke: #fff;
}

.creative-btn--wrap .creative-slide--btn .creative-btn--label {
  margin-left: 4pt;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--wrap .creative-slide--btn .creative-btn__border {
  position: absolute;
  left: 4pt;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform-origin: right;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--wrap .creative-slide--btn:hover .creative-btn--label {
  transform: translateX(18px);
}

.creative-btn--wrap .creative-slide--btn:hover .creative-btn__border {
  transform: scale(0, 1);
}

.creative-btn--wrap .creative-slide--btn:hover {
  margin-left: 38px !important;
}

.creative-btn--wrap .creative-slide--btn:hover .circle {
  clip-path: circle(50% at 50% 50%);
}

.creative-btn--wrap .creative-slide--btn:hover .circle-fill {
  transform: scale(1, 1);
}

.creative-btn--wrap .creative-slide--btn:hover .circle-icon {
  transform: translate(0%, 0%);
  opacity: 1;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next,
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
  bottom: 10%;
  top: unset;
  transform: scale(1);
  transition: all 0.4s;
  background-color: #fff0;
  backdrop-filter: blur(20px);
  height: 85px;
  width: 85px;
  line-height: 85px;
  border-radius: 50%;
  transition: all 0.4s;
  display: none;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next {
  right: 50px;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
  left: 50px;
}

.swiper-container-h .slider-pagination-area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: unset;
  right: unset;
  bottom: 80px;
  left: 50% !important;
  transform: translateX(-50%);
  width: 500px;
  z-index: 1;
}

.swiper-container-h .slider-pagination-area .slide-range {
  font-size: 16px;
  font-weight: 500;
  margin: 0 15px;
  color: #fff;
  line-height: 0;
  position: absolute;
  font-size: 20px;
}

.swiper-container-h .slider-pagination-area .slide-range.one {
  left: -50px;
}

.swiper-container-h .slider-pagination-area .slide-range.three {
  right: -50px;
}

.swiper-container-h .slider-pagination-area .swiper-pagination {
  bottom: 0 !important;
  width: 500px !important;
}

.swiper-container-h .slider-pagination-area .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-container-h .swiper-button-next::after {
  content: "\f061";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  background: none;
  color: #fff;
  font-size: 60px;
}

.swiper-container-h .swiper-button-prev::after {
  content: "\f060";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  background: none;
  color: #fff;
  font-size: 60px;
}

.swiper-container-h .swiper-button-next:hover,
.swiper-container-h .swiper-button-prev:hover {
  background: #ffffff0d;
}

.section-content-wrapper .section-sub-heading-wrapper h4.section-sub-heading {
  letter-spacing: 0.7px;
}

.section-content-wrapper .section-heading-wrapper h2.section-heading {
  letter-spacing: 0.4px;
}

.section-content-wrapper .section-btn-wrapper {
  display: flex;
  justify-content: center;
}

.section-content-wrapper {
  max-width: 700px;
  margin: 0 auto;
}

.section-image-wrapper {
  overflow: hidden;
}

.reveal {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sectionClass {
  padding: 20px 0 50px 0;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}

.sectiontitle {
  background-position: center;
  margin: 30px 0 0;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0;
  padding-right: 10px;
  padding-left: 10px;
}

.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101f2e;
}

.projectFactsWrap {
  display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

#projectFacts .fullWidth {
  padding: 0;
}

.projectFactsWrap .item {
  width: 20%;
  height: 100%;
  padding: 50px 0;
  text-align: center;
}

.projectFactsWrap .item p.number {
  font-size: 40px;
  padding: 0;
  font-weight: 700;
  color: #0041c2;
  margin: 20px 0;
  font-family: "Inter", sans-serif;
}

.projectFactsWrap .item p {
  color: #000;
  font-size: 18px;
  margin: 0;
  padding: 10px;
}

.projectFactsWrap .item span.bottom-line {
  width: 60px;
  background: #0041c2;
  height: 2px;
  display: block;
  margin: 0 auto;
}

.projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 50px;
  color: rgb(255 255 255 / 0.8);
}

@media (max-width: 786px) {
  .projectFactsWrap .item {
    flex: 0 0 50%;
  }
}

.projectFactsWrap .item .item-icon-wrapper img.item-icon {
  width: 55px;
  height: 55px;
  text-align: center;
}

.projectFactsWrap .item .item-icon-wrapper {
  width: 90px;
  height: 90px;
  text-align: center;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

/* section who we are */
section.section-who-we-are {
    position: relative;
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
    overflow: hidden;
    margin-top: -80px;
    background-color: #eee;
    z-index: 3;
}
.image-with-broder-wrapper .image-wrapper {
    overflow: hidden;
    position: relative;
}
.image-with-broder-wrapper .image-wrapper .animated-circle-one {
    position: absolute;
    top: 45%;
    left: 13px;
}
.image-with-broder-wrapper .image-wrapper .animated-circle-two{
    position: absolute;
    top: 35%;
    right: 13px;
}
.image-with-broder-wrapper .image-wrapper .animated-circle-two img{
  width: 65px;
  animation: upDown 4s ease-in-out infinite alternate;
}
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-40px);
  }
  50% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-40px);
  }
}
.image-with-broder-wrapper .image-wrapper .animated-circle-one img{
  width: 50px;
  animation: floatXY 4s ease-in-out infinite alternate;
}
@keyframes jelly {
  0%   { transform: scale(1, 1); }
  25%  { transform: scale(1.1, 0.9); }
  50%  { transform: scale(0.9, 1.1); }
  75%  { transform: scale(1.05, 0.95); }
  100% { transform: scale(1, 1); }
}
@keyframes floatXY {
  0% {
    transform: translate(0px, 0px);
  }
  25% {
    transform: translate(10px, -10px);
  }
  50% {
    transform: translate(0px, -20px);
  }
  75% {
    transform: translate(-10px, -10px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.image-with-broder-wrapper .image-wrapper .animated-circle-three{
    position: absolute;
    top: 20%;
    right: 153px;
}
.image-with-broder-wrapper .image-wrapper .animated-circle-three img{
  width: 30px;
  animation: leftRight 4s ease-in-out infinite alternate;
}
@keyframes leftRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(20px);
  }
}
.image-with-broder-wrapper .image-wrapper .animated-circle-four {
    position: absolute;
    top: 10%;
    left: 50px;
}
.image-with-broder-wrapper .image-wrapper .animated-circle-four img{
  width: 60px;
  animation: swing 3s ease-in-out infinite;
  transform-origin: top center;
}
@keyframes swing {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(10deg); }
  50%  { transform: rotate(0deg); }
  75%  { transform: rotate(-10deg); }
  100% { transform: rotate(0deg); }
}
.image-with-broder-wrapper .image-wrapper .animated-circle-five {
    position: absolute;
    top: 9%;
    left: 140px;
}
.image-with-broder-wrapper .image-wrapper .animated-circle-five img{
    width: 30px;
    animation: pulse 2s ease-in-out infinite;
}
.image-with-broder-wrapper .image-wrapper .animated-circle-six {
    position: absolute;
    top: 75%;
    right: 20px;
}
.image-with-broder-wrapper .image-wrapper .animated-circle-six img{
    width: 60px;
    animation: crossDiagonal 3s ease-in-out infinite;
}
.image-with-broder-wrapper .image-wrapper .animated-circle-seven {
    position: absolute;
    top: 0%;
    right: 22px;
}
.image-with-broder-wrapper .image-wrapper .animated-circle-seven img{
    width: 600px;
    animation: crossDiagonal2 3s ease-in-out infinite;
}
@keyframes crossDiagonal {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-50px, 50px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes crossDiagonal2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-80px, 40px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes pulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.1); }
  100% { transform: scale(1); }
}
@keyframes float {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-15px); }
  100% { transform: translateY(0); }
}
@keyframes rotate360 {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.br-top-left{
   border-radius: 0px 60px 60px 60px;
}
.br-top-right{
   border-radius: 60px 0 60px 60px;
}
.bs-sky-blue{
  box-shadow: -30px 30px 0em 0em #00adee;
}
.bs-yellow{
  box-shadow: -30px 30px 0em 0em #f9d812;
}
.bs-red{
  box-shadow: 30px 30px 0em 0em #fce5e8;
}
.bs-green{
  box-shadow: 30px 30px 0em 0em #a3cc39;
}
.bs-green{
  animation: boxstoptobottom 0s ease-in-out infinite alternate;
}
@keyframes boxstoptobottom {
  0% {
    box-shadow: 30px 30px 0em 0em #a3cc39;
  }
  100% {
    box-shadow: 30px 0px 0em 0em #a3cc39;
  }
}
.bs-red{
  animation: boxstoptobottomred 0s ease-in-out infinite alternate;
}

@keyframes boxstoptobottomred {
  0% {
    box-shadow: 30px 30px 0em 0em #fce5e8;
  }
  100% {
    box-shadow: 30px 0px 0em 0em #fce5e8;
  }
}
.animated-image-wrapper {
  display: flex;
  justify-content: space-around;
}

section.section-who-we-are .animated-image-wrapper .animate-image-one {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.section-who-we-are .animated-image-wrapper .animate-image-three .animate-img-three {
  max-width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: center center;
  filter: brightness(50%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  border-radius: 999px 999px 999px 999px;
}

section.section-who-we-are .animated-image-wrapper .animate-image-two img {
  margin-bottom: 170px;
}

section.section-who-we-are .animated-image-wrapper img {
  max-width: 100%;
  width: 250px;
  height: 425px;
  object-fit: cover;
  object-position: center center;
  border-radius: 999px 999px 999px 999px;
}

section.section-who-we-are .animated-image-wrapper {
  display: flex;
  justify-content: space-evenly;
  background-image: url('../images/white-dots-img.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 65% auto;
}

section.section-who-we-are .animated-image-wrapper .animate-image-two {
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.section-who-we-are .animated-image-wrapper .animate-image-one {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.section-who-we-are .animated-image-wrapper .animate-image-three {
  border-radius: 999px 999px 999px 999px;
  position: relative;
  overflow: hidden;
}

section.section-who-we-are .section-content-wrapper .first-btn-wrapper a.section-btn {
  width: auto !important;
}

.video-thumbnail-wrapper {
  position: relative;
  display: inline-block;
}

.video-thumbnail-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
  z-index: 999;
  width: 140px;
}

.play-button:hover {
  color: #00adee;
}

/* Modal Styles */
.video-modal,
#videoModal {
  display: none;
  position: fixed;
  z-index: 1000;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.video-modal-content,
.modal-content {
  position: relative;
  width: 800px;
  height: 450px;
}

.video-modal video,
.videoModal video {
  width: 100%;
  height: auto;
  display: block;
}

.close-modal,
.modal-close {
  position: absolute;
  top: -30px;
  right: -30px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

span.close-modal svg,
span.modal-close svg {
  stroke-width: .7;
  display: block;
  height: 100%;
  pointer-events: none;
  width: 20px;
}

.qodef-svg--close {
  fill: #fff;
  stroke: none;
  stroke-miterlimit: 10;
}

span.close-modal:hover svg path,
span.modal-close:hover svg path {
  animation: qode-draw 1s cubic-bezier(.57, .39, 0, .86) 1 forwards;
}

span.close-modal:hover svg path:nth-of-type(2),
span.modal-close:hover svg path:nth-of-type(2) {
  animation-delay: .15s;
}

section.section-who-we-are::before {
  background-image: url('../images/half-circle-img-white.png');
  --background-overlay: '';
  position: absolute;
  content: '';
  background-position: calc(100% - 30px) 100%;
  background-repeat: no-repeat;
  top: 5%;
  left: 0;
  width: 360px;
  height: 331px;
  opacity: 0.7;
}

@keyframes qode-draw {

  0%,
  100% {
    clip-path: inset(-2px -2px);
  }

  42% {
    clip-path: inset(-2px -2px -2px 100%);
  }

  43% {
    clip-path: inset(-2px 100% -3px -2px);
  }
}

/* section what we do for you */
.timeline-right img {
    border-top-right-radius: 250px;
    border-bottom-right-radius: 250px;
}
.timeline-left img {
   border-top-left-radius: 250px;
    border-bottom-left-radius: 250px;
}
.bs-blue{
    box-shadow: 30px 0px 0px #00adee;
}
.bs-green{
    box-shadow: -30px 0px 0px #a3cc39;
}
.tab {
  overflow: hidden;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  width: 100%;
}

.tab button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px;
  font-size: 14px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #00adee;
  border-radius: 100px 100px 100px 100px;
  padding: 10px 25px 10px 25px;
  text-decoration: none;
  position: relative;
  overflow: hidden; 
  z-index: 1;
  transition: all 0.5s ease-in-out;
  color: #00adee;
  font-weight: 600;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 100%;
}

.tab button:hover {
  background-color: #88d0eb;
  color: #000000;
}

.tab button.active {
  background-color: #00adee;
  color: #fff;
}

.tabcontent {
  display: none;
  padding: 30px 15px 20px 15px;
  /* justify-content: space-between; */
  gap: 8%;
  align-items: center;
}
section.section-what-we-do .tabcontent .section-button-wrapper .first-btn-wrapper .section-btn{
  width: auto;
}
.right-block,
.left-block {
  width: 45%;
}

section.section-what-we-do .animated-image-wrapper .animate-image-one {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.section-what-we-do .animated-image-wrapper .animate-image-three .animate-img-three {
  max-width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: center center;
  filter: brightness(50%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  border-radius: 999px 999px 999px 999px;
}

section.section-what-we-do .animated-image-wrapper .animate-image-two img {
  margin-bottom: 45px;
}

section.section-what-we-do .animated-image-wrapper img {
  max-width: 100%;
  width: 250px;
  height: 425px;
  object-fit: cover;
  object-position: center center;
  border-radius: 999px 999px 999px 999px;
}

section.section-what-we-do .animated-image-wrapper {
  display: flex;
  justify-content: space-evenly;
  background-image: url('../images/white-dots-img.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 65% auto;
}
.animated-image-wrapper.blue{
  background-image: url('../images/white-dots-img.png');
}
.animated-image-wrapper.green{
  background-image: url('../images/green-dots-img.png') !important;
}
section.section-what-we-do .animated-image-wrapper .animate-image-two {
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.section-what-we-do .animated-image-wrapper .animate-image-one {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.section-what-we-do .animated-image-wrapper .animate-image-three {
  border-radius: 999px 999px 999px 999px;
  position: relative;
  overflow: hidden;
}

section.section-what-we-do .section-content-wrapper .first-btn-wrapper a.section-btn {
  width: auto !important;
}

section.section-what-we-do {
  position: relative;
}

/* section award */
section.section-award {
  position: relative;
}

section.section-award::before {
  background-image: url('../images/half-circle-img-white.png');
  --background-overlay: '';
  position: absolute;
  content: '';
  background-position: calc(100% - 30px) 100%;
  background-repeat: no-repeat;
  top: 2%;
  left: 0;
  width: 360px;
  height: 331px;
  opacity: 0.7;
}

section.section-award .block-wrapper .block-icon-wrapper img {
  height: 150px;
}
.our-mission-block .block-icon-wrapper.green img{
  filter: brightness(0) saturate(100%) invert(68%) sepia(22%) saturate(1612%) hue-rotate(35deg) brightness(95%) contrast(85%);
}
/* section logo slider */
.section-logo-slider .logo-slider-wrapper .swiper .swiper-slide.slide-item img {
  width: 200px;
}

.second-logo-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}


.section-wbc .section-wbc-content .wbc-content-block-wrapper .block-icon-wrapper img.wbc-icon {
  width: 80px;
}

.section-wbc-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.section-who-we-are .animated-image-wrapper .animate-image-one {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.section-who-we-are .animated-image-wrapper .animate-image-three .animate-img-three {
  max-width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: center center;
  filter: brightness(50%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  border-radius: 999px 999px 999px 999px;
}

section.section-who-we-are .animated-image-wrapper .animate-image-two img {
  margin-bottom: 170px;
}

section.section-who-we-are .animated-image-wrapper img {
  max-width: 100%;
  width: 250px;
  height: 425px;
  object-fit: cover;
  object-position: center center;
  border-radius: 999px 999px 999px 999px;
}

section.section-who-we-are .animated-image-wrapper {
  display: flex;
  justify-content: space-evenly;
  background-image: url('../images/white-dots-img.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 65% auto;
}

section.section-who-we-are .animated-image-wrapper .animate-image-two {
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.section-who-we-are .animated-image-wrapper .animate-image-one {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.section-who-we-are .animated-image-wrapper .animate-image-three {
  border-radius: 999px 999px 999px 999px;
  position: relative;
  overflow: hidden;
}
/* section contact form */
.section-contact-form {
  background-image: url('../images/contact-bg-banner.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  position: relative;
}

.section-contact-form::before {
  background-color: #00000080;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-contact-form .contact-left-wrapper {
  width: 33%;
  padding: 176px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #00adee;
  position: relative;
}

.contact-right-wrapper {
  width: 67%;
  background-color: #fff;
  padding: 50px 70px;
  position: relative;
}

.section-contact-form .contact-form-wrapper .contact-right-wrapper form .wf-form-wrapper .wf-row {
  margin-bottom: 24px;
}

.section-contact-form .contact-form-wrapper .contact-right-wrapper form .wf-form-wrapper .wf-row .wf-field .wf-field-inner input {
  padding: 12px 10px 12px 10px;
  width: 100%;
  height: 44px;
  border-radius: 6px 6px 6px 6px;
}
.section-contact-form .contact-form-wrapper .contact-right-wrapper form .wf-form-wrapper .wf-row .wf-field .wf-field-inner input.wf-field-checkbox{
    width: 60px;
}
.wf-form-component{
    padding: 0px !important;
}

.section-contact-form .contact-form-wrapper .contact-right-wrapper form .wf-form-wrapper .wf-row .wf-field .wf-field-inner input:focus,
.section-contact-form .contact-form-wrapper .contact-right-wrapper form .wf-form-wrapper .wf-row .wf-field .wf-field-inner input textarea:focus {
  outline: none;
  box-shadow: none;
}

.contact-form-wrapper {
  display: flex;
  align-items: center;
}
.section-contact-form .contact-form-wrapper .contact-right-wrapper form .wf-form-wrapper .wf-row .wf-label{
    display:none;
}

/* footer */
footer.section-footer {
  padding: 80px 0 30px 0;
  border-top: 1px solid #eee;
}

footer.section-footer .footer-block-wrapper .footer-logo-wrapper a.footer-logo-link img.footer-logo {
  width: 165px;
}

footer.section-footer .footer-quick-links-wrapper .footer-links-heading h3,
footer.section-footer .footer-contact-details .footer-contact-details-heading h3 {
  font-size: 22px;
  font-weight: 600;
  color: #00adee;
  line-height: 1.1em;
  margin-bottom: 40px;
}

footer.section-footer .footer-quick-links-wrapper ul.links-list {
  padding: 0;
  text-align: start;
  width: 100%;
}

footer.section-footer .footer-quick-links-wrapper ul.links-list li {
  padding: 0px 0px 15px 0px;
}

footer.section-footer .footer-quick-links-wrapper ul.links-list li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5em;
  color: #000;
  transition: all 0.3s ease-in-out;
}

footer.section-footer .footer-quick-links-wrapper ul.links-list li a:hover {
  color: #00adee;
}

footer.section-footer .footer-contact-details .footer-contact-list-wrapper ul.footer-contact-list {
  padding: 0;
  margin: 0;
}

footer.section-footer .footer-contact-details .footer-contact-list-wrapper ul.footer-contact-list li {
  padding: 0px 0px 15px 0px;
}

footer.section-footer .footer-contact-details .footer-contact-list-wrapper ul.footer-contact-list li a {
  text-decoration: none;
  color: #000;
  display: flex;
  font-size: 18px;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}

footer.section-footer .footer-contact-details .footer-contact-list-wrapper ul.footer-contact-list li a:hover {
  color: #00adee;
}

footer.section-footer .footer-contact-details .footer-contact-list-wrapper ul.footer-contact-list li a span.contact-icon {
  color: #00adee;
}
.decorative-text-wrapper{
  margin-top: 30px;
}
.copyright {
  padding: 10px 0;
}

.copyright p {
  margin: 0;
  border-top: 1px solid #eee;
  padding-top: 10px;
  font-size: 16px;
}

.copyright p a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease-in-out;
}

.copyright p a:hover {
  color: #00adee;
}

/* contact us page */

section.section-maps .section-address-phone-wrapper {
  margin-top: -100px !important;
}

section.section-maps .section-address-phone-wrapper {
  max-width: 700px;
  background-color: #00adee;
  padding: 30px 50px;
  text-align: start;
  margin: 0 auto;
  border-radius: 100PX;
}

section.section-maps .section-address-phone-wrapper .ap-wrapper {
  display: flex;
  gap: 10px;
}

section.section-maps .section-address-phone-wrapper a {
  text-decoration: none;
  color: #fff;
}

section.section-maps .section-address-phone-wrapper span {
  color: #fff;
  margin-top: 4px;
}

section.section-page-contact-form .page-contact-form-wrapper .contact-form-wrapper-inner {
  max-width: 770px;
  margin: 0 auto;
  padding: 60px 0;
}

section.section-page-contact-form .page-contact-form-wrapper .contact-form-wrapper-inner .form-group {
  display: flex;
  width: 100%;
  gap: 15px;
}

section.section-page-contact-form .page-contact-form-wrapper .contact-form-wrapper-inner .form-group p {
  width: 100%;
}

section.section-page-contact-form .page-contact-form-wrapper .contact-form-wrapper-inner input.name,
section.section-page-contact-form .page-contact-form-wrapper .contact-form-wrapper-inner input.email,
section.section-page-contact-form .page-contact-form-wrapper .contact-form-wrapper-inner input.phone,
section.section-page-contact-form .page-contact-form-wrapper .contact-form-wrapper-inner input.subject {
  width: 100%;
  padding: 12px 10px 12px 10px;
}

section.section-page-contact-form .page-contact-form-wrapper .contact-form-wrapper-inner input,
section.section-page-contact-form .page-contact-form-wrapper .contact-form-wrapper-inner textarea {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #fff;
  background-color: transparent;
  border-radius: 0px;
}

section.section-page-contact-form .page-contact-form-wrapper .contact-form-wrapper-inner input:focus,
section.section-page-contact-form .page-contact-form-wrapper .contact-form-wrapper-inner textarea:focus {
  box-shadow: none;
  outline: none;
  color: #fff;
}

section.section-page-contact-form .page-contact-form-wrapper .contact-form-wrapper-inner input::placeholder,
section.section-page-contact-form .page-contact-form-wrapper .contact-form-wrapper-inner textarea::placeholder {
  color: #fff;
}

section.section-page-contact-form .page-contact-form-wrapper {
  background-color: #00adee;
  border-radius: 40px;
}

section.section-page-contact-form .page-contact-form-wrapper .contact-form-wrapper-inner button.section-btn {
  border-color: #fff;
  color: #fff;
}

/* single page about us */
.section-about-video-banner {
  position: relative;
  z-index: 0;
}

.section-about-video-banner::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 99%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

.section-about-video-banner .banner-content-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.section-about-video-banner video {
  height: 100%;
  overflow: hidden;
}

/* our story */
section.section-our-story {
  position: relative;
}

section.section-our-story::before {
  position: absolute;
  content: '';
  left: 0;
  top: 7%;
  background-image: url('../images/half-circle-img-white.png');
  width: 500px;
  height: 280px;
  background-size: contain;
  background-repeat: no-repeat;
}

.animated-image-wrapper {
  display: flex;
  justify-content: space-around;
}

section.section-our-story .animated-image-wrapper .animate-image-one {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.section-our-story .animated-image-wrapper .animate-image-three .animate-img-three {
  max-width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: center center;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  border-radius: 999px 999px 999px 999px;
}

section.section-our-story .animated-image-wrapper .animate-image-two img {
  margin-bottom: 45px;
}

section.section-our-story .animated-image-wrapper img {
  max-width: 100%;
  width: 250px;
  height: 425px;
  object-fit: cover;
  object-position: center center;
  border-radius: 999px 999px 999px 999px;
}

section.section-our-story .animated-image-wrapper {
  display: flex;
  justify-content: space-evenly;
  background-image: url('../images/white-dots-img.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 65% auto;
}

section.section-our-story .animated-image-wrapper .animate-image-two {
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.section-our-story .animated-image-wrapper .animate-image-one {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.section-our-story .animated-image-wrapper .animate-image-three {
  border-radius: 999px 999px 999px 999px;
  position: relative;
  overflow: hidden;
}

section.section-our-story .section-content-wrapper .first-btn-wrapper a.section-btn {
  width: auto !important;
}

/* our purpose */
section.section-our-purpose {
  position: relative;
}

section.section-our-purpose-banner{
  background-image: url('../images/banners/Our-purpose_banner.png');
}
section.section-our-mission-banner{
  background-image: url('../images/banners/Our-Mission-Banner.png');
}
section.section-our-value-banner{
  background-image: url('../images/banners/Our-valuve-banner.png');
}
.animated-image-wrapper {
  display: flex;
  justify-content: space-around;
}

section.section-our-purpose .animated-image-wrapper .animate-image-one {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.section-our-purpose .animated-image-wrapper .animate-image-three .animate-img-three {
  max-width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: center center;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  border-radius: 999px 999px 999px 999px;
}

section.section-our-purpose .animated-image-wrapper .animate-image-two img {
  margin-bottom: 45px;
}

section.section-our-purpose .animated-image-wrapper img {
  max-width: 100%;
  width: 250px;
  height: 425px;
  object-fit: cover;
  object-position: center center;
  border-radius: 999px 999px 999px 999px;
}

section.section-our-purpose .animated-image-wrapper {
  display: flex;
  justify-content: space-evenly;
  background-image: url('../images/white-dots-img.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 65% auto;
}

section.section-our-purpose .animated-image-wrapper .animate-image-two {
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.section-our-purpose .animated-image-wrapper .animate-image-one {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.section-our-purpose .animated-image-wrapper .animate-image-three {
  border-radius: 999px 999px 999px 999px;
  position: relative;
  overflow: hidden;
}

section.section-our-purpose .section-content-wrapper .first-btn-wrapper a.section-btn {
  width: auto !important;
}
/* new our mission block design */
.our-mission-block-new {
    margin: 50px 0;
}
.our-mission-block-new .our-mission-block-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-bottom: 1px solid #a3cc39;
    height: 100%;
}
.our-mission-block-new.blue .our-mission-block-content-wrapper{
    border-color: #00adee;
}
.new-blocks.blue button.load-more-btn{
    color:  #00adee;
    border-color: #00adee;
}
.new-blocks.blue .loading{
    border: 0.25rem solid #00adee7d;
    border-top-color: #00adee;
}
button.load-more-btn{
  border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #a3cc39;
    border-radius: 100px 100px 100px 100px;
    padding: 10px 25px 10px 25px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.2s ease-in-out;
    color: #a3cc39;
    font-weight: 600;
    display: inline-block;
    width: auto;
    background-color: transparent;
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 0.25rem solid #a2cc396c;
  border-top-color: #a3cc39;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  margin: auto;
}
.our-mission-block-new .hover-animated-image {
    border-radius: 50px 0 50px 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 13px 34px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.5s ease-in-out;
}
.our-mission-block-new .hover-animated-image:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.our-mission-block-new:hover .hover-animated-image{
    border-radius: 0 50px 0 50px;
}
.our-mission-block-new:hover .hover-animated-image:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.read-more-functionality button.read-more-less {
    font-size: 18px;
    line-height: 20px;
    color: #a3cc39;
    font-weight: 700;
    padding: 5px 0px 20px 0px;
    border-radius: 0px 0px 0px 0px;
    background: transparent;
    z-index: 2 !important;
    display: block;
    border: none;
    outline: none;
    text-transform: capitalize;
}
.our-mission-block-new {
  display: flex;
  flex-direction: column;
  height: 90%; /* Optional if you're using grid or flex parent */
}
.mission-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* or your preferred spacing */
}

.our-mission-block-new {
  flex: 1 1 30%; /* Adjust width as needed */
  display: flex;
  flex-direction: column;
}


.block-description-wrapper {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  /*-webkit-line-clamp: 6;*/
  -webkit-box-orient: vertical;
  transition: all 0.4s ease;
  /*max-height: 9em;*/
}
.block-description-wrapper {
  transition: max-height 0.4s ease;
}


.block-description-wrapper.expanded {
  -webkit-line-clamp: unset;
  max-height: 1000px !important; /* Big enough to show full content */
}


/* our mission section */
section.section-our-mission {
  position: relative;
}

section.section-our-mission::before {
  position: absolute;
  content: '';
  left: 0;
  top: 7%;
  background-image: url('../images/half-circle-img-white.png');
  width: 500px;
  height: 280px;
  background-size: contain;
  background-repeat: no-repeat;
}

.our-mission-block {
    padding: 30px;
    box-shadow: 0px 13px 34px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    justify-content: flex-start;
    height: 100%;
}

.our-mission-block:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
  background: #00adee;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.our-mission-block.green:before{
  background: #a3cc39;
}
.our-mission-block:hover {
  color: #fff;
}

.our-mission-block:hover:before {
  top: 0;
}

.our-mission-block .block-heading-wrapper h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1em;
  margin: 0 0 10px 0;
}

.our-mission-block .block-icon-wrapper {
  margin-bottom: 10px;
}

.our-mission-block:hover .block-icon-wrapper img {
  filter: brightness(0) invert(1);
}

/* our values */

/* our people */
section.section-our-people {
  position: relative;
}

section.section-our-people::before {
  position: absolute;
  content: '';
  left: 0;
  top: 7%;
  background-image: url('../images/half-circle-img-white.png');
  width: 500px;
  height: 280px;
  background-size: contain;
  background-repeat: no-repeat;
}
section.section-our-people-banner{
  background-image: url('../images/banners/8.jpg');
}

section.section-our-people .animated-image-wrapper .animate-image-one {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.section-our-people .animated-image-wrapper .animate-image-three .animate-img-three {
  max-width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: center center;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  border-radius: 999px 999px 999px 999px;
}

section.section-our-people .animated-image-wrapper .animate-image-two img {
  margin-bottom: 45px;
}

section.section-our-people .animated-image-wrapper img {
  max-width: 100%;
  width: 250px;
  height: 425px;
  object-fit: cover;
  object-position: center center;
  border-radius: 999px 999px 999px 999px;
}

section.section-our-people .animated-image-wrapper {
  display: flex;
  justify-content: space-evenly;
  background-image: url('../images/white-dots-img.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 65% auto;
}

section.section-our-people .animated-image-wrapper .animate-image-two {
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.section-our-people .animated-image-wrapper .animate-image-one {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.section-our-people .animated-image-wrapper .animate-image-three {
  border-radius: 999px 999px 999px 999px;
  position: relative;
  overflow: hidden;
}

section.section-our-people .section-content-wrapper .first-btn-wrapper a.section-btn {
  width: auto !important;
}

/* section leadership */
section.section-leadership .row .col-lg-6{
  padding-bottom: 50px;
}
.section-list-wrapper ul.section-list {
  padding: 0;
  margin: 30px 0;
}

.section-list-wrapper ul.section-list li.list-item {
    display: flex;
    gap: 10px;
    background-color: #a3cc39;
    color: #fff;
    padding: 15px;
    align-items: center;
    border-radius: 15px;
    max-width: 50%;
    justify-content: center;
    margin: 0px auto 10px auto;
}

/* section careers */
section.section-careers {
  position: relative;
}
section.section-careers .row .col-lg-4{
  margin-bottom: 50px;
}
section.section-careers::before {
  position: absolute;
  content: '';
  left: 0;
  top: 7%;
  background-image: url('../images/half-circle-img-white.png');
  width: 500px;
  height: 280px;
  background-size: contain;
  background-repeat: no-repeat;
}
section.section-careers-banner{
  background-image: url('../images/banners/Career-banner.png');
}

/* our story page */
section.section-our-story-banner {
  padding: 200px 0 200px 0;
}

section.section-page-our-story {
  position: relative;
}

section.section-page-our-story::before {
  position: absolute;
  content: '';
  left: 0;
  top: 7%;
  background-image: url('../images/half-circle-img-white.png');
  width: 500px;
  height: 280px;
  background-size: contain;
  background-repeat: no-repeat;
}

section.section-page-our-story .animated-image-wrapper .animate-image-one {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.section-page-our-story .animated-image-wrapper .animate-image-three .animate-img-three {
  max-width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: center center;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  border-radius: 999px 999px 999px 999px;
}

section.section-page-our-story .animated-image-wrapper .animate-image-two img {
  margin-bottom: 45px;
}

section.section-page-our-story .animated-image-wrapper img {
  max-width: 100%;
  width: 250px;
  height: 425px;
  object-fit: cover;
  object-position: center center;
  border-radius: 999px 999px 999px 999px;
}

section.section-page-our-story .animated-image-wrapper {
  display: flex;
  justify-content: space-evenly;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 65% auto;
}

section.section-page-our-story .animated-image-wrapper .animate-image-two {
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.section-page-our-story .animated-image-wrapper .animate-image-one {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.section-page-our-story .animated-image-wrapper .animate-image-three {
  border-radius: 999px 999px 999px 999px;
  position: relative;
  overflow: hidden;
}

section.section-page-our-story .section-content-wrapper .first-btn-wrapper a.section-btn {
  width: auto !important;
}
/* what we do */
section.section-what-we-do-banner{
  background-image: url('../images/banners/what-we-do-banner_banner.png');
}
/* section chronic disease management content */
section.section-cdm-banner{
  background-image: url('../images/banners/CDM-banner.png');
}
section.section-advance-bannerr{
  background-image: url('../images/banners/CDM-banner.png');
}
section.section-ccm-banner {
  background-image: url('../images/banners/ccm-banner.jpg');
}

section.section-chronic-disease-management-content .animated-image-wrapper .animate-image-one {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.section-chronic-disease-management-content .animated-image-wrapper .animate-image-three .animate-img-three {
  max-width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: center center;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  border-radius: 999px 999px 999px 999px;
}

section.section-chronic-disease-management-content .animated-image-wrapper .animate-image-two img {
  margin-bottom: 45px;
}

section.section-chronic-disease-management-content .animated-image-wrapper img {
  max-width: 100%;
  width: 250px;
  height: 425px;
  object-fit: cover;
  object-position: center center;
  border-radius: 999px 999px 999px 999px;
}

section.section-chronic-disease-management-content .animated-image-wrapper {
  display: flex;
  justify-content: space-evenly;
  background-image: url('../images/white-dots-img.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 65% auto;
}

section.section-chronic-disease-management-content .animated-image-wrapper .animate-image-two {
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.section-chronic-disease-management-content .animated-image-wrapper .animate-image-one {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.section-chronic-disease-management-content .animated-image-wrapper .animate-image-three {
  border-radius: 999px 999px 999px 999px;
  position: relative;
  overflow: hidden;
}

section.section-chronic-disease-management-content .section-content-wrapper .first-btn-wrapper a.section-btn {
  width: auto !important;
}
section.section-chronic-disease-management-list .row .col-lg-4{
  padding-bottom: 50px;
}
/* --- remote patient monitoring -- */
section.section-rpm-banner{
  background-image: url('../images/banners/RPM-banner.png');
}
section.section-remote-patient-monitoring-blocks .row .col-lg-4{
  margin-bottom: 50px;
}
/* transitional care management */
section.section-tcm-banner{
  background-image: url('../images/new-banners/tcm-banner-new.jpg');
}
section.section-transitional-care-management-blocks .row .col-lg-4{
  margin-bottom: 50px;
}
/* panel management */
section.section-pm-banner{
  background-image: url('../images/banners/pannel-banner.jpg');
}
section.section-aw-banner{
  background-image: url('../images/banners/annual-wellnes-banner.jpg');
}
section.section-apcm-banner{
  background-image: url('../images/banners/apcm-banner.jpg');
}
section.section-pm-headings-blocks .row .col-lg-4, section.section-pm-headings-blocks .row .col-lg-6{
  margin-bottom: 50px;
}
section.section-qm-headings-blocks .row .col-lg-4{
  margin-bottom: 50px;
}
section.section-panel-management-content .animated-image-wrapper .animate-image-one {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.section-panel-management-content .animated-image-wrapper .animate-image-three .animate-img-three {
  max-width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: center center;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  border-radius: 999px 999px 999px 999px;
}

section.section-panel-management-content .animated-image-wrapper .animate-image-two img {
  margin-bottom: 45px;
}

section.section-panel-management-content .animated-image-wrapper img {
  max-width: 100%;
  width: 250px;
  height: 425px;
  object-fit: cover;
  object-position: center center;
  border-radius: 999px 999px 999px 999px;
}

section.section-panel-management-content .animated-image-wrapper {
  display: flex;
  justify-content: space-evenly;
  background-image: url('../images/white-dots-img.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 65% auto;
}

section.section-panel-management-content .animated-image-wrapper .animate-image-two {
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.section-panel-management-content .animated-image-wrapper .animate-image-one {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.section-panel-management-content .animated-image-wrapper .animate-image-three {
  border-radius: 999px 999px 999px 999px;
  position: relative;
  overflow: hidden;
}
/* block list */
.block-list-wrapper ul {
  padding: 0;
  margin: 10px 0 0 0;
}

.block-list-wrapper ul li {
  display: flex;
  gap: 10px;
}

.block-list-wrapper ul li i {
  margin-top: 5px;
}

/* vos */
section.section-vos-banner{
  background-image: url('../images/banners/virtual-office-services-banner.jpg');
}

section.section-article-headings-blocks .our-mission-block .first-btn-wrapper a.section-btn {
  color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
  margin-top: 30px;
  width: auto;
}
.our-mission-block .first-btn-wrapper a.section-btn{
  width: auto;
  margin-top: 20px;
}
.our-mission-block:hover .first-btn-wrapper a.section-btn {
  color: #fff;
  border-color: #fff;
}
section.section-vos-headings-blocks .row .col-lg-4{
  margin-bottom: 50px;
}
section.section-pvplanning-headings-blocks .row .col-lg-4{
  margin-bottom: 50px;
}
section.section-im-headings-blocks .row .col-lg-4{
  margin-bottom: 50px;
}
section.section-rrm-headings-blocks .row .col-lg-4{
  margin-bottom: 50px;
}
.circular-image-wrapper .circular-image{
  display: flex;
  flex-wrap: wrap;
}
.circular-image-wrapper .circular-image .circular-image-block{
  width: 50%;
}

/* who we serve */
section.section-wws-banner{
  background-image: url('../images/banners/who-we-serve-banner.jpg');
}
.animated-image-wrapper {
  display: flex;
  justify-content: space-around;
}

section.wws-content-wrapper .animated-image-wrapper .animate-image-one {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.wws-content-wrapper .animated-image-wrapper .animate-image-three .animate-img-three {
  max-width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: center center;
  filter: brightness(50%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  border-radius: 999px 999px 999px 999px;
}

section.wws-content-wrapper .animated-image-wrapper .animate-image-two img {
  margin-bottom: 170px;
}

section.wws-content-wrapper .animated-image-wrapper img {
  max-width: 100%;
  width: 250px;
  height: 425px;
  object-fit: cover;
  object-position: center center;
  border-radius: 999px 999px 999px 999px;
}

section.wws-content-wrapper .animated-image-wrapper {
  display: flex;
  justify-content: space-evenly;
  background-image: url('../images/white-dots-img.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 65% auto;
}

section.wws-content-wrapper .animated-image-wrapper .animate-image-two {
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.wws-content-wrapper .animated-image-wrapper .animate-image-one {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.wws-content-wrapper .animated-image-wrapper .animate-image-three {
  border-radius: 999px 999px 999px 999px;
  position: relative;
  overflow: hidden;
}
section.section-logos-grid .section-logos .card-body{
    background: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .15);
    transition: box-shadow .3s ease;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
section.section-logos-grid .section-logos .card-body:hover{
      box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .15);
}
section.section-logos-grid .section-logos .card-body img.card-img-top{
  aspect-ratio: 3 / 2;
    object-fit: contain;
}
/* inbox management */
section.section-inbox-management .row.new-blocks .col-lg-4{
    display: none;
}
/* health systems */
section.section-health-systems-banner{
  background-image: url('../images/new-banners/health-systems-banner.jpg');
}
section.section-inbox-banner{
  background-image: url('../images/new-banners/inbox-management-banner.jpg');
}
section.section-nurse-access-banner{
 background-image: url('../images/new-banners/nurse-access.jpg');
}
section.section-patient-engagement-banner{
  background-image: url('../images/new-banners/patient-engagement.jpg'); 
}
section.section-pre-visit-planning-banner{
    background-image: url('../images/new-banners/pre-visit-planning.jpg'); 
}
section.section-pam-banner{
    background-image: url('../images/new-banners/prior-authorization-management.jpg');
}
section.section-our-blogs-banner{
    background-image: url('../images/new-banners/blog-banner.jpg');
}
section.section-health-sytem-content .section-content-wrapper{
  max-width: 100%;
  text-align: center;
}
section.section-health-systems-list .row .col-lg-4{
  margin-bottom: 50px;
}
/* provider groups */
section.section-provider-groups-banner{
  background-image: url('../images/banners/Provider-groups-banner.jpg');
}
section.section-refile-banner{
  background-image: url('../images/banners/refill-request-management-banner.jpg');
}
section.provider-group-content .section-content-wrapper{
  max-width: 100%;
  text-align: center;
}
section.section-provider-group-list .row .col-lg-4{
  margin-bottom: 50px;
}
/* chc */
section.section-chc-banner{
  background-image: url('../images/new-banners/community-health-centers.jpg');
}
section.section-cmc-content .section-content-wrapper{
  max-width: 100%;
  text-align: center;
}
/* ACO */
section.section-aco-banner{
  background-image: url('../images/new-banners/accountable-care-organizations.jpg');
}
section.section-accountable-group-list .row .col-lg-4{
  margin-bottom: 50px;
}
/* slf */
section.section-slf-banner{
  background-image: url('../images/new-banners/senior-living-facilities.jpg');
}
/* health plan */
section.section-health-plans-banner{
  background-image: url('../images/new-banners/health-plans.jpg');
}
/* why brilliant care */
section.section-wbc-banner{
  background-image: url('../images/new-banners/why-brilliant-care.jpg');
}
section.section-wbc-content .section-content-wrapper{
  max-width: 100%;
  text-align: center;
}
section.section-wbc-content .animated-image-wrapper .animate-image-one {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.section-wbc-content .animated-image-wrapper .animate-image-three .animate-img-three {
  max-width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: center center;
  filter: brightness(50%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  border-radius: 999px 999px 999px 999px;
}

section.section-wbc-content .animated-image-wrapper .animate-image-two img {
  margin-bottom: 170px;
}

section.section-wbc-content .animated-image-wrapper img {
  max-width: 100%;
  width: 250px;
  height: 425px;
  object-fit: cover;
  object-position: center center;
  border-radius: 999px 999px 999px 999px;
}

section.section-wbc-content .animated-image-wrapper {
  display: flex;
  justify-content: space-evenly;
  background-image: url('../images/white-dots-img.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 65% auto;
}

section.section-wbc-content .animated-image-wrapper .animate-image-two {
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.section-wbc-content .animated-image-wrapper .animate-image-one {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  border-radius: 999px 999px 999px 999px;
  overflow: hidden;
}

section.section-wbc-content .animated-image-wrapper .animate-image-three {
  border-radius: 999px 999px 999px 999px;
  position: relative;
  overflow: hidden;
}
/* clinical-outcomes */
section.section-clinical-outcomes .section-content-wrapper{
    max-width: 100%;
}
/* impact */
section.section-impact-banner{
  background-image: url('../images/new-banners/clinical-outcomes.jpg');
}
section.section-impact-content .section-content-wrapper{
  max-width: 100%;
  text-align: center;
}
section.section-impact-list .row .col-lg-4{
  margin-bottom: 50px;
}
section.section-clinical-outcomes-list .row .col-lg-4{
  margin-bottom: 50px;
}
section.section-nurse-access-list .row .col-lg-4{
  margin-bottom: 50px;
}
section.section-patient-engagement-list .row .col-lg-4{
  margin-bottom: 50px;
}
/* approach */
section.section-approach-banner{
  background-image: url('../images/banners/11.jpeg');
}
section.section-approach-content .section-content-wrapper{
  max-width: 100%;
  text-align: center;
}
section.section-approach-list .row .col-lg-4{
  margin-bottom: 50px;
}
/* EHRs */
section.section-ehrs-banner{
  background-image: url('../images/new-banners/EHRs.jpg');
}
/* testimonials */
section.section-testimonials-banner{
  background-image: url('../images/new-banners/testimonials.jpg');
}
/* contact us */
section.section-contact-banner{
  background-image: url('../images/new-banners/contact-us.jpg');
}
/* articles */
section.section-articles-banner{
  background-image: url('../images/new-banners/articles.jpg');
}
section.section-article-headings-blocks .row .col-lg-4{
  margin-bottom: 50px;
}
/* resources */
section.section-resources-banner{
  background-image: url('../images/new-banners/resources.jpg');
}
/* read more */
/*.block-description-wrapper {*/
/*  overflow: hidden;*/
/*  position: relative;*/
/*  display: -webkit-box;*/
/*  -webkit-line-clamp: 8; */
/*  -webkit-box-orient: vertical;*/
/*  transition: all 0.4s ease;*/
/*  max-height: 12em;*/
/*}*/

/*.block-description-wrapper.expanded {*/
/*  -webkit-line-clamp: unset;*/
/*  max-height: 1000px;*/
/*}*/

.read-more-less {
  color: #007bff;
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
}
/* new css */

p.mission-block-content-wrapper:hover a {
  color: #fff !important;
}

/* testimonial page */
.testimonial-box-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.testimonial-box {
  box-shadow: 0px 13px 34px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 20px;
  cursor: pointer;
  height: 100%;
}

.tabs-wrapper {
  display: flex;
  justify-content: center;
  padding: 30px 0 0 0;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}

.tabs-wrapper .tab-btn-wrapper {
  margin: 15px;
}
.employee-card{
  padding: 20px;
}
.testimonial-box:hover {
  transform: translateY(-10px);
  transition: all ease 0.3s;
}
.provider-detail-wrapper {
    box-shadow: 0px 13px 34px 0px rgba(0, 0, 0, 0.05);
    padding: 10px 15px 0;
    height: 100%;
}
.provider-img-wrapper img {
    width: 100px !important;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}
.physician-img-wrapper img {
    width: 100px !important;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}
.physician-logo-wrapper img {
    max-width: 200px !important;
}
.physician-logo-wrapper {
    display: flex;
    justify-content: center;
}
.physician-detail-wrapper {
    height: 100%;
    padding: 10px 20px 0;
}
.admin-detail {
    box-shadow: 0px 13px 34px 0px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 10px;
}
.admin-img-wrapper img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
}
.profile-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.reviews {
    color: #f9d71c;
}
.patient-icon i {
    font-size: 40px;
    color: #FFD832;
}
.employee-card{
  box-shadow: 0px 13px 34px 0px rgba(0, 0, 0, 0.05);
}
.employee-card i {
    background-color: #00adee;
    color: #ffffff;
    width: 75px;
    height: 75px;
    line-height: 75px;
}
/* pages banners */
section.section-our-story-banner{
  background-image: url('../images/Our-story-Banner.png');
}
@media(max-width:1060px) {
  .testimonial-box {
    width: 45%;
    padding: 10px;
  }
}

@media(max-width:790px) {
  .testimonial-box {
    width: 100%;
  }
}

@media (min-width: 0px) and (max-width: 1023px) {
  .wrapper .btn {
    display: block;
  }

  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 400px;
    top: 0;
    right: -100%;
    background-color: RGBA(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
  }

  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    background: #242526;
  }

  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }

  #menu-btn:checked~.nav-links {
    right: 0%;
  }

  #menu-btn:checked~.btn.menu-btn {
    display: none;
  }

  #close-btn:checked~.btn.menu-btn {
    display: block;
  }

  .nav-links li {
    margin: 15px 10px;
    display: block;
  }

  .nav-links li a {
    padding: 0 20px;
    display: block;
    font-size: 14px;
    margin: 0;
  }

  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }

  #showDrop1:checked~.drop-menu,
  #showMega1:checked~.mega-box,
  #showDrop2:checked~.drop-menu,
  #showMega2:checked~.mega-box,
  #showDrop3:checked~.drop-menu,
  #showMega3:checked~.mega-box,
  #showDrop4:checked~.drop-menu,
  #showMega4:checked~.mega-box,
  #showDrop5:checked~.drop-menu,
  #showMega5:checked~.mega-box {
    max-height: 100%;
    padding: 0;
  }

  .nav-links .desktop-item {
    display: none;
  }

  .nav-links .mobile-item {
    display: block;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }

  .content .content-row .mega-links {
    border: none;
  }

  .drop-menu li {
    margin: 0;
  }

  .drop-menu li a {
    border-radius: 5px;
    font-size: 14px;
  }

  .mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }

  .mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2) {
    border-top: 0px;
  }

  .content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
  }

  .row .mega-links li {
    margin: 0;
  }

  .content .row header {
    font-size: 19px;
  }

  nav .wrapper {
    padding: 0;
  }

  .content-row .mega-links li a {
    padding: 0px;
    padding: 0 20px;
    margin: 0 28px;
    color: #000;
    font-size: 13px;
    display: inline-block;
    position: relative;
    white-space: normal;
    overflow: visible;
    word-wrap: break-word;
  }

  .mega-box .content .content-row {
    width: 100%;
  }
}

@media (max-width: 480px) {

  /* banner slider */
  section.section-banner-slider .section-animated-images {
    width: 100%;
  }

  section.section-banner-slider .section-content-wrapper {
    width: 100%;
  }

  section.section-banner-slider .slide-item {
    flex-wrap: wrap;
  }

  section.section-banner-slider .animated-image-wrapper {
    gap: 15px;
  }

  .f-size-50 {
    font-size: 29px;
  }

  section.section-banner-slider .banner-slider .slide-item .section-content-wrapper .section-heading .section-subheading h3 {
    font-size: 16px;
  }

  section.section-banner-slider .section-content-wrapper {
    padding: 0;
  }

  .first-btn-wrapper a.section-btn,
  button.section-btn {
    padding: 10px 15px 10px 15px;
  }

  section.section-banner-slider .section-button-wrapper {
    gap: 10px;
  }

  section.section-banner-slider {
    padding: 120px 0;
  }
  .full-width-image{
    display: none;
}
.mb-width-image{
    display: block;
}

  section.section-banner-slider::before {
    display: none;
  }

  section.section-banner-slider .animated-image-wrapper img {
    height: 335px;
  }

  section.section-banner-slider .slide-item:nth-child(2),
  section.section-banner-slider .slide-item:nth-child(4) {
    flex-direction: row-reverse;
  }

  section.section-who-we-are .animated-image-wrapper {
    gap: 15px;
  }

  section.section-who-we-are .animated-image-wrapper img {
    height: 335px;
  }

  section.section-who-we-are .animated-image-wrapper .animate-image-three .animate-img-three {
    height: 138px;
    border-radius: 70px 70px 70px 70px;
  }

  section.section-who-we-are .animated-image-wrapper .animate-image-three {
    border-radius: 70px 70px 70px 70px;
  }

  section.section-who-we-are::before {
    display: none;
  }

  section.section-who-we-are .section-content-wrapper {
    margin-top: 50px;
  }

  body {
    font-size: 16px;
  }

  .tab {
    flex-wrap: wrap;
  }

  .tab button {
    width: 330px;
  }

  .tabcontent {
    flex-wrap: wrap;
  }

  .tabs-wrapper #Two.tabcontent {
    flex-direction: column-reverse;
  }

  .right-block,
  .left-block {
    width: 100%;
  }

  .tabs-wrapper .tabcontent .right-block {
    margin-bottom: 50px;
  }

  .tabcontent {
    padding: 0;
  }

  section.section-what-we-do .animated-image-wrapper {
    gap: 15px;
  }

  section.section-what-we-do .animated-image-wrapper img {
    height: 335px;
  }

  section.section-what-we-do::before {
    display: none;
  }

  section.section-what-we-do .animated-image-wrapper .animate-image-three .animate-img-three {
    height: 138px;
    border-radius: 70px 70px 70px 70px;
  }

  section.section-what-we-do .animated-image-wrapper .animate-image-three {
    border-radius: 70px 70px 70px 70px;
  }

  section.section-award::before {
    display: none;
  }

  section.section-award .col-md-4:nth-child(1) .block-wrapper,
  section.section-award .col-md-4:nth-child(2) .block-wrapper {
    margin-bottom: 50px;
  }

  section.section-logo-slider::before {
    display: none;
  }

  section.section-logo-slider .logo-slider .swiper-slide {
    display: flex;
    justify-content: center;
  }

  section.section-wbc::before {
    display: none;
  }

  .f-size-25 {
    font-size: 20px;
  }

  .section-wbc-content {
    flex-wrap: wrap;
    justify-content: center;
  }

  .wbc-content-block-wrapper {
    width: 300px;
  }

  .section-wbc-content .wbc-content-block-wrapper:nth-child(1),
  .section-wbc-content .wbc-content-block-wrapper:nth-child(2),
  .section-wbc-content .wbc-content-block-wrapper:nth-child(3),
  .section-wbc-content .wbc-content-block-wrapper:nth-child(4) {
    margin-bottom: 30px;
  }

  .contact-form-wrapper {
    flex-wrap: wrap;
  }

  .section-contact-form .contact-left-wrapper {
    width: 100%;
  }

  .contact-right-wrapper {
    width: 100%;
  }

  button.section-btn {
    width: 100%;
  }

  .contact-right-wrapper {
    padding: 20px;
  }

  /* contact page */
  section.section-maps .section-address-phone-wrapper {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  section.section-page-contact-form .page-contact-form-wrapper .contact-form-wrapper-inner .form-group {
    flex-wrap: wrap;
  }

  section.section-page-contact-form .page-contact-form-wrapper .contact-form-wrapper-inner {
    padding: 30px 10px;
  }

  .testimonial-box {
    margin: 20px 0;
    height: auto;
  }
  .circular-image-wrapper .circular-image .circular-image-block{
  width: 100%;
}
}

@media (min-width: 481px) and (max-width: 767px) {
  section.section-banner-slider .slide-item {
    flex-wrap: wrap;
  }

  section.section-banner-slider .slide-item .section-content-wrapper {
    width: 100%;
    margin-bottom: 50px;
    padding: 0;
  }

  section.section-banner-slider .slide-item .section-animated-images {
    width: 100%;
  }

  section.section-banner-slider .slide-item:nth-child(2),
  section.section-banner-slider .slide-item:nth-child(4) {
    flex-direction: row-reverse;
  }

  section.section-banner-slider .animated-image-wrapper {
    gap: 15px;
  }
.full-width-image{
    display: none;
}
.mb-width-image{
    display: block;
}
  section.section-banner-slider::before {
    display: none;
  }

  section.section-banner-slider .banner-slider .slide-item .section-content-wrapper .section-heading .section-subheading h3 {
    font-size: 20px;
  }

  .f-size-50 {
    font-size: 36px;
  }

  body {
    font-size: 17px;
  }

  section.section-banner-slider .section-button-wrapper {
    justify-content: space-around;
  }

  section.section-who-we-are::before {
    display: none;
  }

  section.section-who-we-are .animated-image-wrapper {
    gap: 15px;
    margin-bottom: 50px;
  }

  .play-button {
    text-align: center;
  }

  .tab {
    flex-wrap: wrap;
  }

  .tab button {
    width: 300px;
  }

  .tabcontent {
    flex-wrap: wrap;
    padding: 0;
  }

  .right-block,
  .left-block {
    width: 100%;
  }

  .right-block {
    margin-bottom: 50px;
  }

  .tabs-wrapper #Two.tabcontent {
    flex-direction: column-reverse;
  }

  section.section-what-we-do .animated-image-wrapper {
    gap: 15px;
  }

  section.section-what-we-do::before {
    display: none;
  }

  section.section-award::before {
    display: none;
  }

  section.section-award .col-md-4:nth-child(1) .block-wrapper,
  section.section-award .col-md-4:nth-child(2) .block-wrapper {
    margin-bottom: 50px;
  }

  section.section-logo-slider::before {
    display: none;
  }

  section.section-logo-slider .swiper-slide {
    width: 200px !important;
  }

  section.section-wbc::before {
    display: none;
  }

  .section-wbc-content {
    flex-wrap: wrap;
    justify-content: center;
  }

  .section-wbc-content .wbc-content-block-wrapper {
    width: 300px;
  }

  .section-wbc-content .wbc-content-block-wrapper:nth-child(1),
  .section-wbc-content .wbc-content-block-wrapper:nth-child(2),
  .section-wbc-content .wbc-content-block-wrapper:nth-child(3),
  .section-wbc-content .wbc-content-block-wrapper:nth-child(4) {
    margin-bottom: 50px;
  }

  .contact-form-wrapper {
    flex-wrap: wrap;
  }

  .section-contact-form .contact-left-wrapper {
    width: 100%;
  }

  .contact-right-wrapper {
    width: 100%;
  }

  button.section-btn {
    width: 100%;
  }

  .contact-right-wrapper {
    padding: 20px;
  }

  /* contact page */
  section.section-maps .section-address-phone-wrapper {
    margin-top: -105px;
    margin-bottom: 50px;
  }

  section.section-page-contact-form .page-contact-form-wrapper .contact-form-wrapper-inner .form-group {
    flex-wrap: wrap;
  }

  section.section-page-contact-form .page-contact-form-wrapper .contact-form-wrapper-inner {
    padding: 30px 20px;
  }

  .testimonial-box {
    margin: 20px 0;
    height: auto;
  }
  .circular-image-wrapper .circular-image .circular-image-block{
  width: 100%;
}
}

@media (min-width: 768px) and (max-width: 1023px) {
  section.section-banner-slider .slide-item {
    flex-wrap: wrap;
  }

  section.section-banner-slider .slide-item .section-content-wrapper {
    width: 100%;
    margin-bottom: 50px;
    padding: 0;
  }

  section.section-banner-slider .slide-item .section-animated-images {
    width: 100%;
  }

  section.section-banner-slider .slide-item:nth-child(2),
  section.section-banner-slider .slide-item:nth-child(4) {
    flex-direction: row-reverse;
  }

  section.section-banner-slider .animated-image-wrapper {
    gap: 15px;
  }

  section.section-banner-slider::before {
    display: none;
  }

  section.section-banner-slider .banner-slider .slide-item .section-content-wrapper .section-heading .section-subheading h3 {
    font-size: 20px;
  }

  .f-size-50 {
    font-size: 40px;
  }

  body {
    font-size: 17px;
  }

  section.section-banner-slider .section-button-wrapper {
    justify-content: space-around;
  }

  section.section-who-we-are::before {
    display: none;
  }

  section.section-who-we-are .animated-image-wrapper {
    gap: 15px;
    margin-bottom: 50px;
  }

  .play-button {
    text-align: center;
  }

  .tab {
    flex-wrap: wrap;
  }

  .tab button {
    width: 300px;
  }

  .tabcontent {
    flex-wrap: wrap;
    padding: 0;
  }

  .right-block,
  .left-block {
    width: 100%;
  }

  .right-block {
    margin-bottom: 50px;
  }

  .tabs-wrapper #Two.tabcontent {
    flex-direction: column-reverse;
  }

  section.section-what-we-do .animated-image-wrapper {
    gap: 15px;
  }

  section.section-what-we-do::before {
    display: none;
  }

  section.section-award::before {
    display: none;
  }

  section.section-award .col-md-4:nth-child(1) .block-wrapper,
  section.section-award .col-md-4:nth-child(2) .block-wrapper {
    margin-bottom: 50px;
  }

  section.section-award .block-wrapper .block-title-wrapper h4 {
    font-size: 18px;
  }

  section.section-logo-slider::before {
    display: none;
  }

  section.section-logo-slider .swiper-slide {
    width: 200px !important;
  }

  section.section-wbc::before {
    display: none;
  }

  .section-wbc-content {
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
  }

  .section-wbc-content .wbc-content-block-wrapper {
    width: 300px;
  }

  .section-wbc-content .wbc-content-block-wrapper:nth-child(1),
  .section-wbc-content .wbc-content-block-wrapper:nth-child(2),
  .section-wbc-content .wbc-content-block-wrapper:nth-child(3),
  .section-wbc-content .wbc-content-block-wrapper:nth-child(4) {
    margin-bottom: 50px;
  }

  .contact-form-wrapper {
    flex-wrap: wrap;
  }

  .section-contact-form .contact-left-wrapper {
    width: 100%;
  }

  .contact-right-wrapper {
    width: 100%;
  }

  button.section-btn {
    width: 100%;
  }

  .contact-right-wrapper {
    padding: 20px;
  }

  /* contact page */
  section.section-maps .section-address-phone-wrapper {
    margin-top: -105px;
    margin-bottom: 50px;
  }

  section.section-page-contact-form .page-contact-form-wrapper .contact-form-wrapper-inner .form-group {
    flex-wrap: wrap;
  }

  section.section-page-contact-form .page-contact-form-wrapper .contact-form-wrapper-inner {
    padding: 30px 20px;
  }

  .testimonial-box {
    width: 100% !important;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .nav-links li a {
    font-size: 14px;
  }

  .f-size-50 {
    font-size: 37px;
  }

  section.section-banner-slider .section-button-wrapper {
    gap: 20px;
  }

  .first-btn-wrapper a.section-btn,
  button.section-btn {
    padding: 10px 15px 10px 15px;
  }

  body {
    font-size: 16px;
  }

  section.section-banner-slider .section-content-wrapper {
    padding: 10px 30px 10px 10px;
  }

  section.section-banner-slider .banner-slider .slide-item .section-content-wrapper .section-heading .section-subheading h3 {
    font-size: 20px;
  }

  section.section-banner-slider .animated-image-wrapper {
    gap: 20px;
  }

  section.section-banner-slider .animated-image-wrapper img {
    height: 373px;
  }

  section.section-banner-slider::before {
    top: 72%;
    width: 281px;
    height: 245px;
    background-size: contain;
  }

  section.section-who-we-are::before {
    top: 18%;
    left: -3%;
    width: 282px;
    height: 210px;
    background-size: contain;
  }

  section.section-who-we-are .animated-image-wrapper {
    gap: 15px;
  }

  section.section-who-we-are .animated-image-wrapper img {
    width: 195px;
    height: 330px;
  }

  section.section-who-we-are .animated-image-wrapper .animate-image-three .animate-img-three {
    height: 135px;
  }

  section.section-what-we-do .animated-image-wrapper {
    gap: 15px;
  }

  section.section-what-we-do .animated-image-wrapper img {
    height: 373px;
  }

  section.section-what-we-do .animated-image-wrapper .animate-image-three .animate-img-three {
    height: 135px;
  }

  section.section-what-we-do::before {
    top: 76.55%;
    width: 281px;
    height: 245px;
    background-size: contain;
  }

  section.section-award::before {
    top: 18%;
    left: -6%;
    width: 282px;
    height: 210px;
    background-size: contain;
  }

  section.section-logo-slider::before {
    top: 50.70%;
    right: 0;
    width: 281px;
    height: 245px;
    background-size: contain;
  }

  section.section-wbc::before {
    top: 23%;
    left: -3%;
    width: 282px;
    height: 210px;
    background-size: contain;
  }

  .contact-right-wrapper {
    padding: 50px 70px;
  }

  /* contact page */
  section.section-maps .section-address-phone-wrapper {
    margin-top: -105px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1201px) and (max-width: 1399px) {
  section.section-banner-slider::before {
    top: 71%;
  }

  section.section-banner-slider .section-content-wrapper {
    padding: 10px;
  }

  .f-size-50 {
    font-size: 45px;
  }

  section.section-what-we-do .animated-image-wrapper {
    gap: 15px;
  }

  .contact-right-wrapper {
    padding: 50px 70px;
  }

  /* contact page */
  section.section-maps .section-address-phone-wrapper {
    margin-top: -100px;
    margin-bottom: 50px;
  }

  .testimonial-box {
    width: 100% !important;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {

  /* blocks height */
  .our-mission-block {
    height: 100% !important;
  }
}



/* new css 07-08-2025 */
.text-red {
    color: #ee4d6c;
}
.text-d-blue {
    color: #2856f7;
}
.text-l-blue {
    color: #77b2ed;
}
.text-green{
  color: #a3cc39;;
}
.first-btn-wrapper.green a.section-btn {
    border-color: #a3cc39;
}

.first-btn-wrapper.blue a.section-btn {
  border-color: #2856f7;
}
.first-btn-wrapper.red a.section-btn {
  border-color: #ee4d6c;
}
.first-btn-wrapper.white a.section-btn {
  border-color: #ffffff;
  width: auto;
}
.bg-circle {
  position: relative;
  width: 100%; /* set width and height as needed */
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

/* Background circle with animation */
.circle-image-wrapper {
  position: relative;
  width: 100%;   /* match your image resolution */
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

/* 🔵 Main Image */
.circle-image-wrapper .main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2; /* ✅ On top */
  border-radius: 50%;
}

/* 🟣 Animated Background Overlay */
.circle-image-wrapper .bg-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/bg-circle.png'); /* ✅ Update with your image path */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1; /* ✅ Behind main image */
  animation: bgFloat 2s ease-in-out infinite alternate;
}

/* 🔁 Animation */
@keyframes bgFloat {
  0%   { transform: translate(0px, 0px); }
  50%  { transform: translate(-10px, 10px); }
  100% { transform: translate(0px, 0px); }
}




.bg-blue {
    background-color: #0041c2;
    border-radius: 25px;
}
.bg-green {
    background-color: #62772c;
    border-radius: 25px;
}

.bg-red {
    background-color: #d04864;
    border-radius: 25px;
}

.tab-wrapper {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #eee;
    justify-content: center;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  padding: 20px 10px;
  max-width: 1200px;
  margin: 0 auto;
}

.tabs button {
  border: 2px solid #00adee;
  border-radius: 100px;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #00adee;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
}

.tabs button.active {
  background-color: transparent;
  color: #00adee;
}

.tabs button:hover {
  background-color: #88d0eb;
  color: #000;
}


.btn-icon i {
  font-size: 12px;
}

.block-icon-wrapper.result img {
    width: 135px;
}
h2.f-size-50.fw-bold.result {
    font-size: 30px;
}
h4.result {
    font-size: 20px;
}

.right-block.pad {
    padding-left: 16px;
}
.result-img-wrapper{
  text-align: center;
}
.result-img-wrapper img {
    width: 246px;
    padding: 10px;
}
.block-icon-wrapper.why-brilliant-care.mb-20.aos-init.aos-animate img {
    height: 85px;
}
.animate-image-three{
    visibility: collapse;
}

.flex-accordion {
    display: flex;
    /* justify-content: space-between; */
    width: 100%;
    gap: 44px;
}

.div-accordian{
    width: 100%;
}

/*cookies*/
#cookieConsentBanner {
  text-align: center;
  z-index: 1000;
}

#cookieConsentBanner p {
  display: inline-block;
  margin-right: 20px;
}

div#cookieConsentBanner p {
  color: #fff;
}

@media only screen and (min-width: 1400px) and (max-width: 1700px){
  .all-desktop,.desktop-1200,.desktop-1024,.desktop-834,.tablet-768,.tablet-420,.tablet-420X576,.mobile-350{
    display: none;
  }
  .desktop-1400{
    display: block;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1401px){
  .all-desktop,.desktop-1400,.desktop-1024,.desktop-834,.tablet-768,.tablet-420,.tablet-420X576,.mobile-350{
    display: none;
  }
  .desktop-1200{
    display: block;
  }

}
@media only screen and (min-width: 1024px) and (max-width: 1200px){
  .all-desktop,.desktop-1400,.desktop-1200,.desktop-834,.tablet-768,.tablet-420,.tablet-420X576,.mobile-350{
    display: none;
  }
  .desktop-1024{
    display: block;
  }

}
@media only screen and (min-width: 834px) and (max-width: 1079px) {
.all-desktop,.desktop-1200,.desktop-1400,.desktop-1024,.tablet-768,.tablet-420,.tablet-420X576,.mobile-350{
  display: none;
}
.desktop-834{
  display: block;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1079px){
.page-title-area.item-bg-9 { 
    margin-top:0px;
 }  
}
@media only screen and (min-width: 768px) and (max-width: 833px) {
 
.all-desktop,.desktop-1200,.desktop-1400,.desktop-1024,.desktop-834,.tablet-420,.tablet-420X576,.mobile-350{
  display: none;
}
.tablet-768{
  display: block;
}

}

@media only screen and (min-width: 576px) and (max-width: 767px){
  .all-desktop,.desktop-1200,.desktop-1400,.desktop-1024,.desktop-834,.tablet-768,.tablet-420X576,.mobile-350{
    display: none;
  }
  .tablet-420{
    display: block;
  }

  .main-banner-content {
    display: none;
}

}
@media only screen and (min-width: 420px) and (max-width: 575px){
  .all-desktop,.desktop-1200,.desktop-1400,.desktop-1024,.desktop-834,.tablet-768,.tablet-420,.mobile-350{
    display: none;
  }
  .tablet-420X576{
    display: block;
  }
  .bc-section-title {
    margin: 18px 0 40px;
}
.hero-btcontent {
    flex-wrap: wrap;
}

}
@media only screen and (min-width: 300px) and (max-width: 419px){
.all-desktop,.desktop-1200,.desktop-1400,.desktop-1024,.desktop-834,.tablet-768,.tablet-420{
  display: none;
}
.mobile-350{
  display: block;
}
div#cookieConsentBanner p {
  color: #fff;
  font-size: 11px;
}
  .bc-section-title {
    margin: 18px 0 40px;
}
.hero-btcontent {
    flex-wrap: wrap;
}
}

/* COMMON STYLES */
.wf-form-component {
	padding: 30px 40px 30px;
}


.iframe-container{
	height: 100%;
	width: 100%;
	border: none;
	min-height: 365px;
}
.wf-logo {
	display: flex;
	margin-bottom: 30px;
	max-height: 60px;
	justify-content: center;
}
.wf-logo[data-ux-logo-size='lg'] {
	height: 60px;
}
.wf-logo[data-ux-logo-size='md'] {
	height: 50px;
}
.wf-logo[data-ux-logo-size='sm'] {
	height: 30px;
}
.wf-logo[data-ux-logo-pos='left'] {
	justify-content: left;
}
.wf-logo[data-ux-logo-pos='center'] {
	justify-content: center;
}
.wf-logo[data-ux-logo-pos='right'] {
	justify-content: right;
}
.wf-header {
	font-size: 22px;
	padding-bottom: 35px;
	font-weight: bold;
	word-break: break-word;
}
.wf-sec-wrap{
	margin-bottom: 40px;
}
.wf-sec-wrap:first-child .wf-sec-head{
	margin-top: 0;
}
.wf-sec-head {
	margin-bottom: 20px;
	margin-top: 35px;
}
.wf-sec-title {
	font-size: 18px;
	font-weight: bold;
	word-break: break-word;
}
.wf-sec-desc {
	margin: 0;
	margin-top: 5px;
	word-break: break-word;
}
.wf-row {
	margin-bottom: 20px;
}
.wf-row-with-supplementary{
	margin-bottom: 10px;
}
.wf-label {
	padding: 7px 0;
	word-break: break-word;
}
.wf-field:not( .multiple-fields-div) {
	text-align: left;
	word-break: break-word;
	border: 0;
	position: relative;
}
.wf-field-inner {
	position: relative;
	display: flex;
	flex: 1;
}
.wf-field-input:focus {
	border: 1px solid #1980d8;
}
.wf-field-dropdown .wf-field-input:focus{
	border: none;  /* multipicklist search */
}.wf-input-focus.wf-field::after {
	opacity: 1;
}
.wf-input-focus.wf-field::after,
.wf-field-error-active.wf-field .wf-field-error {
	display: block;
}
.wf-field-error-active.wf-field .wf-error-view-more {
display: flex;
}.wf-field-error-active.wf-field .wf-field-input:not(.date-input-container .wf-field-input),.wf-field-error-active.wf-field .wf-field-dropdown, .wf-field-error-active .date-input-container {
	border: 1px solid #FD6B6D;
	box-shadow: 0 0 1px 1px #F4A2A2;
}

.wf-field-mandatory .wf-field-inner.no-results-elem::before{ 
	height: 98%;
}
.wf-field-input,
.wf-field-dropdown {
	width: 100%;
	border: 1px solid #BDC8D3;
	/* border-radius: 4px; */
	padding: 10px 15px;
	min-height: 38px;
	font-size: 15px;
	font-family: inherit;
}

input,
select {
	background-color: #fff;
}
.wf-field-item {
	min-height: 38px;
}
.wf-time-field-wrapper {
	display: flex;
	flex: 1;
}
.wf-time-field-wrapper select {
	margin-left: 10px;
}
.wf-form-component .wf-field-error,
	.wf-form-component .wf-field-help-text {
	text-align: left;
}
.wf-form-component .wf-field-error {
	text-align: right;
}
.wf-field-error {
	color: #FF5050;
	font-size: 12px;
	margin-top: 4px;
	display: none;
	animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}
.wf-field-error-long {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.wf-error-view-more {
	font-size: 12px;
	display: none;
	white-space: nowrap;
	align-items: center;
	color: #1880d8;
	margin-top: 4px;
	&:hover {
	text-decoration: underline;
	cursor: pointer;
}
}
.wf-error-parent-ele {
	display: flex;
	justify-content: end;
}
.wf-field-help-text {
	color: #515159;
	font-size: 12px;
	margin-top: 5px;
	}
.wf-field-help-text + .wf-error-parent-ele .wf-field-error,
 .wf-field-help-text + .wf-error-parent-ele .wf-error-view-more {
margin: 0;
}
.wf-field-help-text-link{
	text-decoration: none;
}
.wf-field-checkbox {
	cursor: pointer;
	border-radius: 3px;
	min-width: 14px;
	min-height: 20px;
	box-sizing: initial;
	accent-color: #1980d8;
	margin-right: 10px;
	margin-bottom: auto;
}
.wf-field-dropdown-date {
	padding: 8px 12px;
	border-radius: 4px;
	font-size: 15px;
	cursor: pointer;
}
.wf-field-dropdown-date {
	border: 1px solid #BDC8D3;
	}
.wf-field-dropdown-date:hover {
	border: 1px solid #65C199;
}
.wform-field-item-upload-input {
	min-height: 5rem;
	background-color: #FBFCFD;
	border: 1px dashed #bdc8d3;
	line-height: 2.1;
	cursor: pointer;
}
.wform-field-item-upload-input:focus {
	border: 1px dashed #bdc8d3;
}
.wform-file-upload-input-label {
	background-color: #fff;
	background-image: linear-gradient(to top, #F5F8FA, #ffffff);
	color: #212129;
	border-color: #d3dbe3;
	border: 1px solid #d3dbe3;border-radius: 4px;
	padding: 0.7rem 2rem;
	font-size: 1.4rem;
	right: 1rem;
	transform: translateY(-50%);
	top: 50%;
	position: absolute;
	}
input[type='file']::file-selector-button, input[type='file']::-webkit-file-upload-button{
 opacity: 0; 
 width: 0;
 height: 28px;
}.wf-row[data-ux-field-appearance='captcha'] .wf-field{
	display: flex;
	align-items: center;
}
.wform-field-item-captcha-input{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.wf-field-captcha-img-wrap{
	border: 1px solid #BDC8D3;
	border-radius: 4px;
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	height: initial;
	overflow: hidden;
	min-width: 120px;
}
.wf-field-captcha-img{
	height: 38px;
	width: 100%;
}
.reload-img{
	font-size: 23px;
	color: #4B5569;
	margin-right: 5px;
}
.reload-captcha{
	margin-left: 10px;
	user-select: none
}
.wf-btn {
	padding: 10px 20px;
	border-radius: 4px;
	font-size: 15px;
	cursor: pointer;
	font-weight: bold;
	font-family: inherit;
}
.wf-btn[data-ux-btn-type='default'] {
	border-radius: 0;
}
.wf-btn[data-ux-btn-type='primary'] {
	border-radius: 4px;
}
.wf-btn[data-ux-btn-type='secondary'] {
	border-radius: 20px;
}
.wform-btn-wrap {
	display: flex;
	margin-top: 40px;
	align-items: center;
	justify-content: flex-end;
	flex: 1;
}
.wform-poweredby-container {
	position: absolute;
	left: 0;
	bottom: 0;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #23384F;
	font-size: 13px;
	padding: 6px 8px;
	font-family: sans-serif;
	display: flex;
	align-items: center;
}
.wf-text-area-input {
	resize: vertical;
	height: 100px;
	min-height: 75px;
	max-height: 50px;
}
.dropdown-contents::after {
	border-left: 0.4rem solid transparent;
	border-right: 0.4rem solid transparent;
	border-top: 0.4rem solid black;
	top: 45%;
	content: '';
	position: absolute;
	right: 1rem;
	pointer-events: none;
}
/* RTL Css change start */
html[dir=rtl] {
.multiple-fields-div{
	.wf-field-item:not(.selected-options) {
		border-radius: 4px 0px 0px 4px;
	}
	.wf-field-dropdown {
		border-radius: 0px 4px 4px 0px;
		border-left: 0;
		border-right: 1px solid #BDC8D3;
	}
}
.ux-pick-mixed {
	.dropdown-menu {
		right: -1px;
	}
}
.wf-form-component[data-ux-form-alignment='left'] .wf-label {
	padding-left: 2rem;
	padding-right: 0;
}
.wf-time-field-wrapper select {
	margin-left: 0px;
	margin-right: 10px;
}
.wf-calendar-nav-icons.nav-icon-with-space {
	margin-left: 10px;
}
}
/* RTL Css change end *//* ==================== *** Form Alignment *** ==================== */
.wf-form-component:not([data-ux-form-alignment='top']) .wf-row {
	display: flex;
}
.wf-form-component:not([data-ux-form-alignment='top']) .wf-label {
	word-break: break-word;
	width: 30%;
	padding: 1.2rem 2rem 0;
}
.wf-form-component[data-ux-form-alignment='left'] .wf-label {
	text-align: left;
	padding-left: 0;
}
.wf-form-component[data-ux-form-alignment='right'] .wf-label {
	text-align: right;
}
.wf-form-component[data-ux-form-alignment='center'] .wf-label {
	text-align: center;
}
.wform-btn-wrap[data-ux-pos='left'] {
	justify-content: flex-start;
}
.wform-btn-wrap[data-ux-pos='center'] {
	justify-content: center;
}
.wform-btn-wrap[data-ux-pos='right'] {
	justify-content: flex-end;
}
.wf-form-component:not([data-ux-form-alignment='top']) .wf-field {
	width: 70%;
}
.wf-form-component[data-ux-form-alignment='top'] .wf-label{
	padding-top:0;
}
.wf-form-component[data-ux-form-alignment='top'] .reload-captcha{
	text-align: right;
}
.wf-row[data-ux-field-appearance='captcha'] .wf-field-inner{
	height: 38px;
}
.wf-row[data-ux-field-appearance='captcha'] .wf-field.wf-field-error-active{
	flex-wrap: wrap;
}
.wf-row[data-ux-field-appearance='captcha'] .wf-field-error{
	flex-basis: 100%;
	width:100%;
}
/* ==================== *** Form Alignment ends *** ==================== */

/* ==================== *** css animations *** ==================== */
@keyframes shake {
	10%,90% {transform: translate3d(-1px, 0, 0);}
	20%,80% {transform: translate3d(2px, 0, 0);}
	30%,50%,70% {transform: translate3d(-4px, 0, 0);}
	40%,60% {transform: translate3d(4px, 0, 0);}
}
/* ==================== *** css animations ends *** ==================== */

/* ==================== *** Mediaquery *** ==================== */
@media screen and (max-width: 1024px) {
	.wf-wrapper {
	max-width: 700px;
	width: calc(100% - 40px);
	border: 0;
}
	.wf-field input[type=text],
	.wf-field select,
	.wf-field textarea {
		width: 100% !important;
	}
	.wf-label:empty {
		display: none;
	}
.wf-field-checkbox {
	min-width: 18px;
	min-height: 18px;
}
}
@media screen and (max-width: 768px) {
	.wf-wrapper {
	max-width: 700px;
	width: calc(100% - 40px);
	border: 0;
}
.wf-field input[type=text],
	.wf-field select,
	.wf-field textarea {
	width: 100% !important;
	}
.wf-label:empty {
	display: none;
	}
.wf-form-component[data-ux-form-alignment='top'] .wform-btn-wrap {
	justify-content: flex-start;
}
}
@media screen and (max-width: 590px) {
.wf-parent {
	padding: 20px 0;
}
.wf-wrapper {
	width: calc(100% - 40px) !Important;
	border: 0;
}
.wf-form-component {
	padding: 20px;
	padding-bottom:60px;
}
.wf-field input[type=text],
.wf-field select,
.wf-field textarea {
	width: 100% !important;
}
.wf-label:empty {
	display: none;
}
.wf-row[data-ux-field-appearance='date-time'] .wf-field-inner{
	flex-direction: column;
}
.wf-row[data-ux-field-appearance='date-time'] .wf-time-field-wrapper{
	margin-top: 10px;
}
.wf-row[data-ux-field-appearance='date-time'] .wf-field-item:first-child{
	margin-left: 0;
}
.wf-row[data-ux-field-appearance='date-time'] .wf-field-item{
	flex: 1;
}
.wf-row[data-ux-field-appearance='captcha'] .wf-field{
	flex-direction: column;
}
.wf-row[data-ux-field-appearance='captcha'] .reload-captcha{
	margin-left: auto;
}
.wf-row[data-ux-field-appearance='captcha'] .wf-field-inner{
	width: 100%;
}
}