html {
  font-size: 62.5%;
}

/* added for inner pages header*/
/* added for inner pages header END*/
.home-slider .carousel-caption {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  margin: 280px 0 250px;
  opacity: 0;
  text-align: left;
}
.home-slider .carousel-caption h1 {
  font-size: 3.2rem;
  line-height: 4.5rem;
  margin: 0 0 30px;
  font-weight: 400;
  color: #fff;
}
.home-slider .carousel-caption h1 u {
  display: block;
  font-weight: 800;
}
.home-slider .carousel-caption p {
  font-size: 1.8rem;
  line-height: 2.9rem;
  color: #fff;
}
.home-slider .carousel-caption .home-cta {
  margin: 30px 0 0;
}
.home-slider .carousel-item {
  background-color: hsl(206, 63%, 46%);
  background-image: radial-gradient(at 22% 47%, hsl(205, 62%, 52%) 0px, transparent 50%), radial-gradient(at 80% 0%, hsl(206, 63%, 46%) 0px, transparent 50%);
  display: table;
  -webkit-animation: animatedBackground 20s linear infinite;
          animation: animatedBackground 20s linear infinite;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
}
.home-slider .carousel-item.active .carousel-caption {
  opacity: 1;
}
.home-slider .home-banner-pattern {
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.home-slider .home-banner-thumb {
  position: absolute;
  right: -30px;
  bottom: 60px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-slider .home-banner-thumb .home-banner-thumb-sm {
  left: -50px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  -webkit-animation: jump 5s linear infinite;
          animation: jump 5s linear infinite;
}

#action-video-modal .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  color: #021526;
  text-shadow: none;
  background-color: #fe7a36;
  opacity: 1;
  width: 40px;
  height: 40px;
  border-radius: 0 0 0 5px;
  text-align: center;
  border: none;
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.home-banner-list, #management-icon {
  padding-left: 6px;
}

#management-icon li {
    color: #fff;
    text-align: left;
    padding-left: 45px;
    padding-bottom: 10px;
    position: relative;
    list-style-type: none;
}
#management-icon li:last-child::after {
  border: none;
}
#management-icon li::before {
    content: attr(data-icon);
    font-family: "Font Awesome 6 Pro" !important;
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #58a2d8;
    border: 2px solid #fff;
    border-radius: 50%;
    left: -6px;
    top: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold ! IMPORTANT;
}
 
#management-icon li::after {
    content: "";
    position: absolute;
    height: 100%;
    border: 1px dashed #fff;
    width: 1px;
    top: 6px;
    left: 13px;
    z-index: -1;
    opacity: 0.5;
}
/** **/
.home-banner-list li {
  color: #fff;
  text-align: left;
  padding-left: 28px;
  padding-bottom: 10px;
  position: relative;
  list-style-type: none;
}
.home-banner-list li:last-child::after {
  border: none;
}
.home-banner-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #58a2d8;
  border: 2px solid #fff;
  border-radius: 50%;
  left: -8px;
  top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}
.home-banner-list li::after {
  content: "";
  position: absolute;
  height: 100%;
  border: 1px dashed #fff;
  width: 1px;
  top: 6px;
  left: 3px;
  z-index: -1;
  opacity: 0.5;
}

.home-banner-list.text-black li {
    color: #000;
}
.flex-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.custom-wow {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.custom-wow.animated {
  visibility: visible;
  opacity: 1;
}

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

.pad-60 {
  padding: 60px 0;
}

.heading {
  font-size: 2.8rem;
  line-height: 3.8rem;
  margin: 0 0 30px;
}
.heading.small {
  font-size: 2.4rem;
  line-height: 3.4rem;
}
.heading u {
  color: #337ab7;
  font-weight: 800;
}

.section-divider {
  margin: 0 0 60px;
}

.form-control,
.form-select {
  min-height: 48px;
  border: 1px solid #dddddd;
  font-size: 16px;
  border-radius: 0px;
  padding: 10px 15px;
  background-color: #f7f7f7;
}
.form-control:focus,
.form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #f1f3f7;
  border-left: 3px solid #337ab7;
}
.form-control.error,
.form-select.error {
  border: 1px solid #f00;
}

.form-group {
  margin-bottom: 28px;
}

label {
  margin: 0 0 5px;
  font-weight: 600;
}

label.error {
  padding: 0;
  margin: 0;
  color: #f00;
  font-size: 14px;
}

.form-group {
  margin-bottom: 25px;
}

.grey-bg {
  background-color: #f7f7f7;
}

.gradient-grey {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(241, 239, 255)), to(rgb(232, 241, 247)));
  background: linear-gradient(to bottom, rgb(241, 239, 255) 0%, rgb(232, 241, 247) 100%);
}

.check-list {
  margin-top: 15px;
}
.check-list li {
  list-style-type: none;
  position: relative;
  padding-left: 40px;
  margin-bottom: 8px;
}
.check-list li::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #337ab7;
  font-weight: 600;
  background-color: #eef7ea;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-main {
  background-color: #fe7a36;
  border: 1px solid #fe7a36;
  color: #021526;
  padding: 12px 30px;
  display: inline-block;
  cursor: pointer;
  border-radius: 30px;
  text-align: center;
  position: relative;
  top: 0;
  text-transform: uppercase;
}
.btn-main:focus, .btn-main:hover {
  color: #fff;
  background-color: #021526;
  border-color: #021526;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  top: -3px;
}
.btn-main.w-icon {
  position: relative;
}
.btn-main.w-icon::after {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  margin-left: 10px;
  display: inline-block;
}
.btn-main.w-icon:hover::after {
  -webkit-animation: arrowSlide 0.5s ease-in-out 1;
          animation: arrowSlide 0.5s ease-in-out 1;
}
.btn-main.btn-dark {
  background-color: #021526;
  border-color: #021526;
  color: #fff;
}
.btn-main.btn-dark:focus, .btn-main.btn-dark:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.btn-main.btn-blue {
  background-color: #337ab7;
  border-color: #337ab7;
  color: #fff;
}
.btn-main.btn-blue:focus, .btn-main.btn-blue:hover {
  color: #fff;
  background-color: #021526;
  border-color: #021526;
}
.btn-main.btn-bdr {
  background-color: transparent;
  border-color: #021526;
  color: #021526;
}
.btn-main.btn-bdr:hover, .btn-main.btn-bdr:focus {
  background-color: #fe7a36;
  border-color: #fe7a36;
  color: #fff;
}
.btn-main.btn-white.btn-bdr {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-main.btn-white.btn-bdr:hover, .btn-main.btn-white.btn-bdr:focus {
  background-color: #fff;
  color: #337ab7;
}

@-webkit-keyframes arrowSlide {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  51% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes arrowSlide {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  51% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.organizations-bg {
  padding-bottom: 150px;
}
.organizations-bg .organizations-pattern {
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}
.organizations-bg .helpdesk-carousel img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.facility-module {
  grid-template-columns: repeat(2, 1fr);
}
.facility-module .facility-single {
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 115px;
}
.facility-module .facility-single img {
  max-height: 80px;
}
.facility-module .facility-single.one {
  background-color: #e8f1f7;
  border-bottom-right-radius: 0;
}
.facility-module .facility-single.two {
  background-color: #fef7e5;
  border-bottom-left-radius: 0;
}
.facility-module .facility-single.three {
  background-color: #fff1ea;
  border-top-right-radius: 0;
}
.facility-module .facility-single.four {
  background-color: #f1efff;
  border-top-left-radius: 0;
}

.service-bg {
  margin-top: -230px;
}

.service-single-top {
  margin: 40px 0 0;
}
.service-single-top::after, .service-single-top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #337ab7;
  opacity: 0.2;
  border-radius: 20px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.service-single-top::after {
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}
.service-single-top::before {
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}
.service-single-top:hover::after {
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
.service-single-top:hover::before {
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}

.service-single {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 20px;
  border: 3px solid #fff;
  z-index: 1;
}
.service-single .service-inner-block {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.service-single .service-single-head {
  display: block;
  background-color: rgba(51, 122, 183, 0.9);
  font-size: 2.2rem;
  line-height: 3.2rem;
  padding: 8px 15px;
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.service-single:hover .service-single-head {
  bottom: 100%;
  color: #fff;
}
.service-single:hover .service-single-para {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.service-single .service-single-para {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 15px;
}
.service-single .service-single-para p {
  margin: 0;
  font-size: 15px;
  line-height: 25px;
}
.service-single:hover .service-inner-block {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.top-relative {
  position: relative;
  z-index: 9;
}

.choose-single {
  background-color: #f7f7f7;
  padding: 30px;
  border-radius: 0px 60px 60px 60px;
  margin: 30px 0 0;
  min-height: calc(100% - 30px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.choose-single::after, .choose-single::before {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  pointer-events: none;
  border-radius: 0px 60px 60px 60px;
}
.choose-single::after {
  width: 100%;
  height: 0%;
  border-right: 2px solid #337ab7;
  border-left: 2px solid #337ab7;
}
.choose-single::before {
  width: 0%;
  height: 100%;
  border-top: 2px solid #337ab7;
  border-bottom: 2px solid #337ab7;
  right: 0;
  margin: 0 auto;
}
.choose-single .choose-ico {
  width: 100px;
  height: 100px;
  border-radius: 0px 50px 50px 50px;
  margin: 0 0 15px;
  background-color: #337ab7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.choose-single .choose-ico img {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.choose-single .choose-head {
  font-size: 2.2rem;
  line-height: 3.2rem;
}
.choose-single:hover {
  background-color: #fff;
}
.choose-single:hover .choose-ico img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.choose-single:hover::after {
  height: 100%;
}
.choose-single:hover::before {
  width: 100%;
}

.award-carousel .item {
  background-color: #fff;
  border-radius: 0px 40px 40px 40px;
  padding: 10px;
  overflow: hidden;
}

.faq-block .card {
  border: none;
  border-top: 1px solid #eee;
  overflow: hidden;
  padding: 9px 0;
}
.faq-block .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.faq-block .faq-ques {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.faq-block .btn-block {
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #337ab7;
  background-color: transparent;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  text-align: left;
  text-decoration: none;
}
.faq-block .btn-block.collapsed {
  color: #021526;
}
.faq-block .btn-block:focus, .faq-block .btn-block:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.faq-block .btn-block .round span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: block;
  position: absolute;
  left: 27%;
  bottom: 35%;
}
.faq-block .btn-block .round span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  position: absolute;
  left: 43%;
  bottom: 35%;
}
.faq-block .btn-block .round {
  position: relative;
  width: 45px;
  height: 30px;
}
.faq-block .btn-block .round span {
  z-index: 9;
  height: 2px;
  margin: 1px;
  width: 10px;
  background: #021526;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.faq-block .collapsed.btn-block .round span {
  background: #337ab7;
}
.faq-block .collapsed.btn-block .round span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq-block .collapsed.btn-block .round span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.faq-block .card-body {
  padding: 8px 0 0;
}

.benefits-thumb {
  left: -130px;
  top: 40px;
  position: absolute;
}

.facility-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.facility-thumb .mob-app-thumb {
  width: 230px;
  position: relative;
  right: -15px;
  z-index: -1;
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-animation: half-rotation 5s linear infinite;
          animation: half-rotation 5s linear infinite;
}

@-webkit-keyframes half-rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes half-rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.facility-single {
  border-radius: 50px 50px 0px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.facility-single::after {
  content: "";
  position: absolute;
  left: 100%;
  border: 1px dashed #ddd;
  width: var(--after-width, 200px);
}
.facility-single:nth-child(2)::after, .facility-single:nth-child(3)::after {
  --after-width: 100px;
}
.facility-single::before {
  content: "";
  position: absolute;
  left: calc(100% + var(--after-width, 200px) - 10px);
  border: 4px solid #337ab7;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.facility-single:nth-child(2)::before, .facility-single:nth-child(3)::before {
  left: calc(100% + var(--after-width, 200px) / 2 - 10px);
}
.facility-single:hover::before {
  border-color: #fe7a36;
}

.facilities-carousel .item {
  background-color: #fff;
  border-radius: 0px 40px 40px 40px;
  padding: 10px;
  overflow: hidden;
}


.facilities-carousel  .owl-dots {
  display: flex;
  justify-content: center;
}
.facilities-carousel .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
  border: solid 1px #000;
  position: relative;
  margin: 25px 5px 0 0;
  
}

.facilities-carousel .owl-dots .owl-dot:before{
  content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 10px;
    background: #000;
    opacity: 0;
    top: 2px;
    left: 2px;
    transition: 0.3s all ease-in-out;
}
.facilities-carousel .owl-dots .owl-dot.active:before{
    opacity: 1;
    background: #337ab7;
}

.integrated-logo-module {
  grid-template-columns: repeat(3, 1fr);
}
.integrated-logo-module .integrated-logo-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
.integrated-logo-module .integrated-logo-single img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.integrated-logo-module .integrated-logo-single:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.marketplace-single {
  border-radius: 0px 50px 50px 50px;
  overflow: hidden;
}
.col-xl-3:last-child .marketplace-single {
  border-radius: 50px 0px 50px 50px;
}

.testimonial-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonial-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonial-carousel .owl-stage .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.testimonial-carousel .review-single {
  padding: 20px;
  margin: 0 0 40px;
}
.testimonial-carousel .review-single p {
  font-style: italic;
}
.testimonial-carousel .review-single::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 72px;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #337ab7;
}
.testimonial-carousel .review-single::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: 50%;
  background-color: #337ab7;
  z-index: -1;
  border-radius: 30px;
}
.testimonial-carousel .review-single .review-single-inner {
  background-color: #f7f7f7;
  padding: 30px;
  border-radius: 30px;
}
.testimonial-carousel .review-single .review-single-inner::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 60px;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #f7f7f7;
}
.testimonial-carousel img {
  width: 200px !important;
}

.home-contact-bg .container {
  position: relative;
  z-index: 9;
}
.home-contact-bg .home-contact-caption {
  margin: 100px 0;
}
.home-contact-bg::before, .home-contact-bg::after {
  content: "";
  width: 45%;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
  border-radius: 0px 50% 50% 0px;
  pointer-events: none;
}
.home-contact-bg::after {
  background-image: var(--bg-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
}
.home-contact-bg::before {
  background-color: #337ab7;
  border-right: 15px solid #99bcdb;
  left: 25px;
}

.home-contact-caption .btn-main {
    color: #021526;
}

.home-contact-caption .btn-main:hover, .home-contact-caption .btn-main:focus {
    color: #fff;
}

@media (max-width: 1700px) {
  .home-slider .home-banner-thumb {
    right: -160px;
  }
  .service-bg {
    margin-top: -150px;
  }
  .benefits-thumb {
    left: -280px;
  }
}
@media (max-width: 1500px) {
  .home-slider .home-banner-thumb {
    right: -340px;
  }
  .home-slider .carousel-caption {
    margin: 280px 0 200px;
  }
  .facility-single:nth-child(2)::after,
  .facility-single:nth-child(3)::after {
    --after-width: 50px;
  }
  .facility-single:nth-child(2)::before,
  .facility-single:nth-child(3)::before {
    left: calc(100% + var(--after-width, 110px) / 2 - 10px);
  }
  .benefits-thumb {
    left: -430px;
  }
}
@media (max-width: 1024px) {
  .home-slider .carousel-caption {
    margin: 140px 0px 40px;
  }
  html {
    font-size: 60%;
  }
  .home-slider .home-banner-thumb {
    position: relative;
    margin: 0 0 -40px;
    right: 0px;
    bottom: 0px;
  }
  .home-slider .home-banner-thumb .home-banner-thumb-sm {
    left: -20px;
  }
#management-icon li {
    padding-bottom: 35px;
}
  .service-bg {
    margin-top: -100px;
  }
  .service-single .service-inner-block {
    position: static;
  }
  .service-single .service-single-para {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .service-single .service-single-head {
    position: static;
  }
  .facility-single::before,
  .facility-single::after {
    display: none;
  }
  .organizations-bg {
    padding-bottom: 90px;
  }
  .benefits-thumb {
    position: static;
  }
}
@media (max-width: 990px) {
  html {
    font-size: 55%;
  }
  .section-divider {
    margin: 0 0 40px;
  }
  .home-contact-bg::before,
  .home-contact-bg::after {
    width: 100%;
    border-radius: 0;
  }
  .home-contact-bg::before {
    background-color: #fff;
    left: 0;
    border: none;
    z-index: 1;
    opacity: 0.9;
  }
  .home-contact-bg .home-contact-caption {
    margin: 40px 0;
  }
}
@media (max-width: 767px) {
  .pad-80,
  .pad-60 {
    padding: 40px 0;
  }
  .home-slider .carousel-caption {
    margin: 40px 0 20px;
  }
  .home-slider .carousel-item {
    background-size: 0;
  }
  .home-slider .home-banner-thumb .home-banner-thumb-sm {
    left: -10px;
    width: 90px;
    border-radius: 0;
  }
  .home-slider .carousel-caption h1 {
    font-size: 3.5rem;
    line-height: 4.5rem;
    margin: 0 0 30px;
    font-weight: 400;
    color: #fff;
  }
#management-icon li {
    padding-bottom: 0px;
}
  .facility-module .facility-single {
    height: 140px;
  }
  .facility-module .facility-single img {
    max-height: 30px;
  }
  .facility-thumb .mob-app-thumb {
    display: none;
  }
}



.ai-driven-feature-each {
    background-color: #f7f7f7;
    padding: 30px 25px;
    border-radius: 20px;
    margin: 30px 0;
    min-height: calc(100% - 30px);
    position: relative;
}

.ai-driven-feature-each h3 {
    font-size: 2.2rem;
    margin: 0 0 20px;
    line-height: 3.2rem;
}