/* ----------------- Sticky Header ------------- */
#content [data-elementor-type="wp-page"] > .elementor-section:first-child,
#content [data-elementor-type="wp-page"] > .ui-sortable > .elementor-section:first-child {
  margin-top: -138px;
  padding: 450px 0 200px;
}

/* @media (max-width: 1699px) {
    #content [data-elementor-type="wp-page"] > .elementor-section:first-child,
    #content [data-elementor-type="wp-page"] > .ui-sortable > .elementor-section:first-child {
        padding: 120px 0 120px;
    }
} */
@media (max-width: 1499px) {
  #content [data-elementor-type="wp-page"] > .elementor-section:first-child,
  #content [data-elementor-type="wp-page"] > .ui-sortable > .elementor-section:first-child {
    padding: 350px 0 50px;
  }
}

@media (max-width: 1279px) {
  #content [data-elementor-type="wp-page"] > .elementor-section:first-child,
  #content [data-elementor-type="wp-page"] > .ui-sortable > .elementor-section:first-child {
    margin-top: -106px;
    padding: 250px 0 50px;
  }
}

@media (max-width: 1023px) {
  #content [data-elementor-type="wp-page"] > .elementor-section:first-child,
  #content [data-elementor-type="wp-page"] > .ui-sortable > .elementor-section:first-child {
    margin-top: -87px;
    padding: 200px 0 50px;
  }
}

/* ----------------- Menu ICON ------------- */
/* ----------------- Menu ICON ------------- */
.impl-icon-wrap .impl-menu-icon {
  position: relative;
  top: 0px;
  right: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.impl-icon-wrap .impl-menu-icon span {
  background-color: #ffffff;
  width: 30px;
  height: 3px;
  border-radius: 2px;
  display: block;
}

.impl-icon-wrap .impl-menu-icon span:not(:last-child) {
  margin-bottom: 8px;
}

.impl-video a {
  position: relative;
  display: block;
}

.impl-video a img {
  margin: auto;
  display: block;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}

.impl-video a:before {
  content: '';
  background-image: url("../img/playicon.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: contain;
  cursor: pointer;
}

.impl-video a:after {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff22;
}

.yt-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
}

.yt-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.soldyn {
  overflow: hidden;
  min-height: 450px;
}

.sol-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 175%;
  margin: 0;
  padding: 0;
  list-style: none;
  min-height: 450px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.sol-list.expand-wrap li {
  width: 22.5%;
}

.sol-list.expand-wrap li.expand {
  width: 40%;
}

.sol-list li {
  padding: 20px;
  width: 25%;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-position: center;
}

.sol-list li:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #00000069;
  z-index: 1;
}

.sol-list li div {
  position: relative;
  z-index: 2;
  max-width: 270px;
}

.sol-list li h4 {
  margin-top: 50px;
}

.sol-list li h4, .sol-list li p {
  color: white;
}

.sol-list li p {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sol-list li.expand p {
  height: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.sol-list li a {
  color: #ffffff;
  background: url("../img/dicon.png") no-repeat scroll;
  border-radius: 50%;
  display: inline-block;
  text-decoration: none;
  width: 40px;
  height: 40px;
}

@media (max-width: 767px) {
  .soldyn {
    min-height: auto;
  }
  .soldyn .sol-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .soldyn .sol-list li {
    width: 100%;
  }
  .soldyn .sol-list li div {
    margin-bottom: 20px;
  }
  .soldyn .sol-list li p {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.grdnt-1 a {
  background: -webkit-gradient(linear, left top, right top, from(#00608a), color-stop(50%, #4e8ec0), to(#00608a));
  background: linear-gradient(to right, #00608a 0%, #4e8ec0 50%, #00608a 100%);
}

.grdnt-2 a {
  background: -webkit-gradient(linear, left top, right top, from(#8d1e23), color-stop(50%, #c11f26), to(#8d1e23));
  background: linear-gradient(to right, #8d1e23 0%, #c11f26 50%, #8d1e23 100%);
}

.grdnt-3 a {
  background: -webkit-gradient(linear, left top, right top, from(#CA8026), color-stop(50%, #C89926), to(#CA8026));
  background: linear-gradient(to right, #CA8026 0%, #C89926 50%, #CA8026 100%);
}

section.cs-count-0 {
  display: none;
}

section.cs-count-0 + section {
  background-color: #efefef;
}

.elementor-location-header.soln-hover > section:not(.elementor-sticky--effects):first-child:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000000de;
}

#elementor-popup-modal-496 {
  z-index: 98;
}

#elementor-popup-modal-496 .dialog-widget-content {
  background-color: #000000de;
}

.elementor-shortcode .case-study {
  /* padding: 40px 0; */
}

.elementor-shortcode .case-study .case-outer {
  opacity: 0;
  visibility: hidden;
  height: 400px;
}

.elementor-shortcode .case-study .case-outer.slick-initialized {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.elementor-shortcode .case-study .case-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.elementor-shortcode .case-study .case-inner:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  /* width: calc(100% - 85px); */
  width: 1px;
  height: 100%;
  border-right: 1px solid #dddddd;
  /* border-radius: 10px; */
  padding: 0;
}

.elementor-shortcode .case-study .case-inner > div:first-child {
  padding: 10px;
}

.elementor-shortcode .case-study .case-inner > div:last-child {
  padding: 20px;
}

.elementor-shortcode .case-study .case-inner img {
  width: 250px;
  margin-bottom: 10px;
}

.elementor-shortcode .case-study .case-inner .case-name {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.elementor-shortcode .case-study .case-inner .case-tag {
  color: #ffffffdd;
  font-size: 20px;
  margin-bottom: 15px;
}

.elementor-shortcode .case-study .case-inner p {
  color: #ffffff;
  font-size: 14px;
}

.elementor-shortcode .case-study .case-inner a {
  color: #ffffff;
  padding: 5px 0;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.elementor-shortcode .case-study .case-inner a i {
  color: #ff6224;
}

.elementor-shortcode .case-study .case-outer .slick-next, .elementor-shortcode .case-study .case-outer .slick-prev {
  position: absolute;
  top: auto;
  left: auto;
  bottom: -50px;
  border-radius: 50%;
  background-color: #a93000;
  padding: 10px;
  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;
}

.elementor-shortcode .case-study .case-outer .slick-next:before, .elementor-shortcode .case-study .case-outer .slick-prev:before {
  content: '';
  position: absolute;
  left: 7px;
  top: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  width: 9px;
  height: 9px;
}

.elementor-shortcode .case-study .case-outer .slick-prev {
  right: 10px;
}

.elementor-shortcode .case-study .case-outer .slick-prev:before {
  left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body.home .elementor-shortcode .case-study .case-outer .slick-next, body.home .elementor-shortcode .case-study .case-outer .slick-prev {
  background-color: #006578;
}

/* gallery css*/
.gallery-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -10px;
}

.gallery-video a {
  width: 33.333333%;
  padding: 10px;
}

.gallery-video a img {
  border-radius: 10px;
  cursor: pointer;
}

.gallery-video a[data-src*=youtube] {
  position: relative;
}

.gallery-video a[data-src*=youtube]:before {
  content: '';
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  left: 25px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  border: 20px solid transparent;
  border-left: 30px solid rgba(255, 255, 255, 0.75);
}

.gallery-video a[data-src*=youtube]:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  -webkit-box-shadow: 0 0 25px 30px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 25px 30px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  .elementor-shortcode .case-study .case-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .elementor-shortcode .case-study .case-inner:before {
    width: 100%;
  }
  .elementor-shortcode .case-study .case-inner > div:last-child {
    padding: 20px;
  }
  .elementor-shortcode .case-study .case-outer .slick-prev {
    right: 60px;
  }
  .elementor-shortcode .case-study .case-outer .slick-next {
    right: 0;
  }
  .case-hosp .case-study .case-inner > div a {
    background: -webkit-gradient(linear, left top, right top, from(#6e3d80), color-stop(50%, #805a80), to(#774380));
    background: linear-gradient(to right, #6e3d80 0%, #805a80 50%, #774380 100%);
  }
}
