:root{
  --primary-color: #00AEEF;
  --secondary-color: #0e3440;
  --orange-color: #fedb5c;
  --blue-color: #00AEEF;
  --light-blue-color: #0c2e71;
  --sky-color: #00AEEF;
  --text-color: #5e6f92;
  --white: #ffffff;
  --white-50: #bfc5cb;
  --white-100: #c7cdda;
  --black: #1c2325;
  --black-50: #2c3237;
  --black-100: #424b6a;
  --black-200: #31373f;
  --black-300: #778196;
  --black-400: #abb2c1;
  --gray: #31373f;
  --gray-50: #E9F5F6FF;
  --gray-100: #f3f4f8;
  --gray-200: #f5f5f5;
  --gray-300: #CED9DAFF;
  --gray-400: #e7eaec;
  --border: #ced5e0;

  --text-primary: #4566d4;
  --text-gray-light: #6a6c73;
  --body-font: 'Roboto', sans-serif;
  --heading-font: 'Roboto', sans-serif;
  --font-awesome: "Font Awesome 6 Pro";
  --icomoon: "icomoon";

  --font-size-60px: 60px;
  --font-size-30px: 30px;
  --font-size-28px: 28px;
  --font-size-24px: 24px;
  --font-size-20px: 20px;
  --font-size-18px: 18px;
  --font-size-16px: 16px;
  --font-size-14px: 14px;
  --font-size-12px: 12px;

  --line-height-42px: 42px;
  --line-height-36px: 36px;
  --line-height-30px: 30px;
  --line-height-24px: 24px;
  --line-height-18px: 18px;
  --line-height-16px: 16px;
  --line-height-14px: 14px;
  --line-height-12px: 12px;

  --brand-blue:#2156d1;
  --brand-orange:#f7931a;

}
/* --------------------------------------------------------- */
.service-item.style-1 {
    position: relative;
    background: var(--white);
    border-radius: 30px;
    overflow: hidden;
}

.service-item.style-1 .service-desc {
    position: relative;
    z-index: 9;
    padding: 30px;
    border-bottom-left-radius: 30px;
}

.service-item.style-1 .service-desc p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.service-item.style-1 .service-icon {
    font-size: 40px;
    line-height: 1;
    color: var(--themeht-text-color);
    z-index: 9;
    position: absolute;
    top: 0px;
    left: 0px;
    background: var(--white);
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.service-item.style-1:hover .service-icon {
     color: var(--primary-color);
    background: var(#001733);
}

.service-item.style-1 .service-title h4 a:hover {
    color: var(#001733);
}

.service-item.style-2 {
    position: relative;
    background-color: var(--white);
    border-radius: 30px;
    border-bottom-right-radius: 0;
    padding: 50px 30px;
    padding-right: 100px;
}

.service-item.style-2 .service-icon {
    color: var(#001733);
    font-size: 60px;
    line-height: 1;
    position: absolute;
    right: 30px;
    top: 30px;
}

.service-item.style-2:hover .service-icon {
    color: var(#001733);
}

.service-item.style-2 .service-desc p {
    margin-top: 15px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.primary-bg .service-item.style-2 {
    background-color: rgba(255, 255, 255, 0.05);
}

.primary-bg .service-item.style-2 .service-icon, .primary-bg .service-item.style-2 .service-desc p {
    color: var(--themeht-light-color);
}

.primary-bg .service-item.style-2 .service-title h4 a {
    color: var(--white);
}

.ht-shape-btn-ad {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: auto;
    border-radius: 0 30px 0 0;
}

.ht-shape-btn-ad.bottom {
    transform: rotate(90deg);
    top: auto;
    bottom: 0;
}

.ht-shape-btn-ad.left-side {
    left: 0;
    right: auto;
    transform: rotate(-90deg);
}
.ht-shape-btn-ad svg path {
    fill: #f4f6f8;
}
.arrow-button-ad {
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--white);
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    border-radius: 100%;
}

.arrow-button-ad.top {
    top: 0;
    bottom: inherit;
}

.arrow-button-ad svg {
    width: 15px;
    height: 15px;
}

.arrow-button-ad svg line {
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke-dasharray: 25px;
    stroke-dashoffset: 50px;
    transition: stroke-dashoffset 1s cubic-bezier(.61, 1, .88, 1);
    stroke: #777;
}

.arrow-button-ad:hover svg line {
    stroke-dashoffset: 0;
    stroke: var(--primary-color);
}
.service-title-ad{
  width: 80%;
}
/* --------------------------------------------------------- */
 .adsmo-erp-wheel svg { width:750px; height:auto; }
  .adsmo-erp-wheel .segment {
    cursor:pointer;
    transition:all 0.3s ease;
  }
  .adsmo-erp-wheel .segment:hover {
    filter:brightness(1.15);
    transform:scale(1.05);
  }
  .adsmo-erp-wheel text {
    font-size:29px; fill:#fff; font-weight:bold;
    text-anchor:middle;
    pointer-events:none;
  }
  .adsmo-erp-wheel .center {
    font-size:28px; font-weight:bold; fill:#2156d1;
  }
  .adsmo-erp-wheel .sub { font-size:20px; fill:#f7931a; }
  /* Panel hiển thị thông tin */
  .adsmo-erp-wheel .info {
   height:100%;
     /* border-radius:12px; */
    padding:20px; 
    /* box-shadow:0 4px 10px rgba(0,0,0,0.1); */
  }
  .adsmo-erp-wheel .info h3 { margin-top:0; color:#2156d1; }
 .center-group:hover circle {
  /* fill: var(--primary-color); */
  stroke: var(--light-blue-color);
  filter: drop-shadow(0 0 10px #f7c74488);
  transition: all 0.2s;
}
.center-group:hover text {
  /* fill: var(--light-blue-color); */
  font-weight: bold;
  transition: all 0.2s;
}
/* .erp-wrap{padding-inline:12px}
.erp-stage{display:flex;justify-content:center}
.erp-stage svg{display:block;max-width:100%;height:auto} */


/* wedge & label */
/* .seg{cursor:pointer}
.seg:hover{filter:brightness(1.08)}
.seg path{
  transition:filter .18s ease;
  stroke:rgba(255,255,255,.9);
  stroke-width:2.5;
}
.seg.active path{
  filter:drop-shadow(0 6px 14px rgba(0,0,0,.22));
}
.seg text{
  font:700 13px/1 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  fill:#fff; letter-spacing:.2px;
  text-anchor:middle; dominant-baseline:middle;
  pointer-events:none;
}

/* center label */
.center-sub{fill:var(--brand-orange); font:800 22px/1.2 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
.center-ttl{fill:var(--brand-blue);   font:800 28px/1.2 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}

/* panel */
.panel{
  border:1px solid #ececec;border-radius:18px;background:#fff;
  padding:22px 24px;box-shadow:0 14px 30px rgba(0,0,0,.06)
}
.panel h3{margin:0 0 8px;display:flex;align-items:center;gap:10px}
.panel p{margin:0;color:#6b7280}
.pip{display:inline-block;width:10px;height:10px;border-radius:50%}
.icon-el svg, .icon-el i{width:18px;height:18px;color:#111}

/* panes */
.erp-pane{display:none}
.erp-pane.active{display:block}

/* responsive */
@media (max-width: 991.98px){
  .panel{margin-top:8px}
} */
/* --------------------------------------------------------- */

.slider-area {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.slider-area.style-1 .shape {
  position: absolute;
  z-index: 5;
  -webkit-animation: zoomInOut 3s infinite;
  animation: zoomInOut 3s infinite;
}
.slider-area.style-1 .shape.one {
  width: 80px;
  height: 80px;
  top: 70px;
  left: 70px;
}
.slider-area.style-1 .shape.two {
  top: 180px;
  left: 40%;
}
.slider-area.style-1 .shape.three {
  width: 20px;
  height: 20px;
  top: 160px;
  right: 240px;
}
.slider-area.style-1 .shape.four {
  width: 22px;
  height: 22px;
  bottom: 190px;
  left: 70px;
}
.slider-area.style-1 .shape.five {
  bottom: 220px;
  right: 180px;
}
.slider-area.style-1 .slider-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #205666;
}
.slider-area.style-1 .slick-arrow {
  position: absolute;
  top: 50%;
  right: 36px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  z-index: 999;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 77px;
  height: 52px;
  border-radius: 50px;
  background-color: transparent;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(2, 24, 93, 0.06);
  box-shadow: 0px 12px 24px 0px rgba(2, 24, 93, 0.06);
  font-size: 24px;
  color: #fff;
  border: 2px solid #fedb5c;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 1;
}
.slider-area.style-1 .slick-arrow.prev-btn {
  margin-top: -45px;
}
.slider-area.style-1 .slick-arrow.prev-btn a i {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.slider-area.style-1 .slick-arrow.next-btn {
  margin-top: 45px;
}
.slider-area.style-1 .slick-arrow.next-btn a i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-1 .slick-arrow {
    width: 60px;
    height: 60px;
  }
}
.slider-area.style-1 .slick-arrow:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.slider-area .single-slider-wrapper.slick-active .slider-short-title,
.slider-area .single-slider-wrapper.slick-active .slider-title,
.slider-area .single-slider-wrapper.slick-active .slider-short-desc,
.slider-area .single-slider-wrapper.slick-active .slider-btn-wrapper {
  -webkit-animation-name: MovefadeUp;
  animation-name: MovefadeUp;
  -webkit-animation-fill-mode: both;
}
.slider-area .single-slider-wrapper.slick-active .slider-short-title {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.slider-area .single-slider-wrapper.slick-active .slider-title {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.slider-area .single-slider-wrapper.slick-active .slider-short-desc {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.slider-area .single-slider-wrapper.slick-active .slider-btn-wrapper {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.slider-area .single-slider-wrapper .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 46px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  flex-direction: column;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .slider-area .single-slider-wrapper .slick-dots {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 100px;
    top: unset;
    left: unset;
    right: unset;
    -webkit-transform: none;
    transform: none;
    padding: 0;
  }
}
.slider-area .single-slider-wrapper .slick-dots li {
  display: inline-block;
  line-height: 0;
  outline: 1px solid transparent;
  border: 4px solid transparent;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-area .single-slider-wrapper .slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 11px;
  height: 11px;
  background-color: #c3e4de;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-area .single-slider-wrapper .slick-dots li button:hover {
  background-color: var(--orange-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-area .single-slider-wrapper .slick-dots li.slick-active {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  outline: 1px solid var(--orange-color);
}
.slider-area .single-slider-wrapper .slick-dots li.slick-active button {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-area .single-slider {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 890px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area .single-slider {
    height: 730px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .slider-area .single-slider {
    height: 620px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider {
    height: 940px;
    padding: 0;
    padding-top: 70px;
  }
}
.slider-area .single-slider .slider-overlay {
  background-color: #085294;
  opacity: 0.61;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.slider-area .single-slider .slider-content-wrapper {
  position: relative;
  z-index: 99;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-content-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content {
    text-align: center;
  }
}
.slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-title {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 21px;
  color: var(--primary-color);
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-title {
    font-size: var(--font-size-18px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-title {
    font-size: 16px;
  }
}
.slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 90px;
  color: var(--white);
  line-height: 100px;
  margin-bottom: 30px;
}
.slider-area .single-slider .slider-content-wrapper .slider-content .slider-title span {
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: var(--font-size-60px);
    line-height: 64px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: 42px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}
.slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-desc {
  font-size: var(--font-size-24px);
  color: var(--white);
  line-height: var(--line-height-36px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-desc {
    font-size: var(--font-size-18px);
    line-height: var(--line-height-30px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-desc {
    font-size: var(--font-size-18px);
    line-height: var(--line-height-30px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-desc {
    font-size: var(--font-size-18px);
    line-height: var(--line-height-30px);
  }
}
.slider-area .single-slider .slider-content-wrapper .slider-content .slider-btn-wrapper {
  margin-top: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-btn-wrapper {
    margin-top: 30px;
  }
}
.slider-area .single-slider .slider-image {
  text-align: right;
  position: relative;
}
.slider-area .single-slider .slider-image .image-1,
.slider-area .single-slider .slider-image .image-2 {
  position: absolute;
  width: 630px;
  height: 300px;
  -webkit-transform: rotate(310deg);
  transform: rotate(310deg);
  border-radius: 300px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 1399px) {
  .slider-area .single-slider .slider-image .image-1,
  .slider-area .single-slider .slider-image .image-2 {
    width: 530px;
    height: 230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .single-slider .slider-image .image-1,
  .slider-area .single-slider .slider-image .image-2 {
    width: 500px;
    height: 207px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-image .image-1,
  .slider-area .single-slider .slider-image .image-2 {
    width: 500px;
    height: 207px;
    display: none;
  }
}
.slider-area .single-slider .slider-image .image-1 {
  top: -100%;
  left: -5%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area .single-slider .slider-image .image-1 {
    top: -100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .single-slider .slider-image .image-1 {
    left: -17%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .single-slider .slider-image .image-1 {
    top: -134%;
    left: -16%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-image .image-1 {
    top: -134%;
    left: -16%;
  }
}
.slider-area .single-slider .slider-image .image-1 img {
  position: relative;
  bottom: 0px;
  left: -190px;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-310deg);
  transform: rotate(-310deg);
}
.slider-area .single-slider .slider-image .image-2 {
  bottom: -105%;
  right: -4%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area .single-slider .slider-image .image-2 {
    bottom: -104%;
  }
}
@media (max-width: 1199px) {
  .slider-area .single-slider .slider-image .image-2 {
    bottom: -113%;
    right: -17%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .single-slider .slider-image .image-2 {
    bottom: -152%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-image .image-2 {
    bottom: -135%;
  }
}
.slider-area .single-slider .slider-image .image-2 img {
  height: 100%;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  position: relative;
  bottom: 90px;
  right: -270px;
}
.slider-area .single-slider .slider-image .slider-image-inner {
  position: relative;
  -webkit-transform: rotate(308deg);
  transform: rotate(308deg);
  border-radius: 300px;
  width: 770px;
  height: 430px;
  overflow: hidden;
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area .single-slider .slider-image .slider-image-inner {
    width: 670px;
    height: 355px;
  }
}
@media (max-width: 1199px) {
  .slider-area .single-slider .slider-image .slider-image-inner {
    width: 570px;
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .single-slider .slider-image .slider-image-inner {
    width: 470px;
    height: 240px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-image .slider-image-inner {
    width: 350px;
    height: 415px;
    border-radius: 12px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.slider-area .single-slider .slider-image .slider-image-inner img {
  position: absolute;
  z-index: -1;
  width: 750px;
  height: 750px;
  top: -200px;
  right: 40px;
  -webkit-transform: rotate(51deg);
  transform: rotate(51deg);
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 991px) {
  .slider-area .single-slider .slider-image .slider-image-inner img {
    top: -217px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-image .slider-image-inner img {
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-image {
    -webkit-animation: none;
    animation: none;
    right: unset;
    text-align: center;
  }
}
@media (max-width: 1799px) {
  .slider-area .single-slider .slider-image {
    width: auto;
    margin-top: inherit;
  }
}

.slider-area.style-3 {
  position: relative;
}
.slider-area.style-3 .slider-control-btn-wrapper {
  width: 100%;
  right: 0;
}
.slider-area.style-3 .slider-control-btn-wrapper .slider-arrow-btn-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 70px;
}
.slider-area.style-3 .slider-control-btn-wrapper .slider-arrow-btn-wrapper a {
  width: 77px;
  height: 52px;
}
.slider-area.style-3 .slider-nav {
  width: 78px;
  height: 53px;
  border-radius: 50px;
  background-color: transparent;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(2, 24, 93, 0.06);
  box-shadow: 0px 12px 24px 0px rgba(2, 24, 93, 0.06);
  font-size: var(--font-size-24px);
  color: var(--white);
  border: 2px solid var(--orange-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-3 .slider-nav {
    width: 60px;
    height: 60px;
  }
}
.slider-area.style-3 .slider-nav:hover {
  background-color: var(--primary-color);
  color: var(--white);
}
.slider-area.style-3 .slider-nav.prev-btn {
  left: 55px;
}
.slider-area.style-3 .slider-nav.next-btn {
  right: 55px;
}
.slider-area.style-3 .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 20px;
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  margin-bottom: 0;
  list-style: none;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .slider-area.style-3 .slick-dots {
    bottom: 30px;
  }
}
.slider-area.style-3 .slick-dots li {
  font-size: 0;
}
.slider-area.style-3 .slick-dots li.slick-active button {
  width: 48px;
}
.slider-area.style-3 .slick-dots li button {
  width: 18px;
  height: 12px;
  border-radius: 20px;
}
.slider-area.style-3 .single-slider {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 924px;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .slider-area.style-3 .single-slider {
    height: 580px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-3 .single-slider {
    height: 810px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-3 .single-slider {
    height: 810px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area.style-3 .single-slider {
    height: 750px;
    padding-top: 108px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area.style-3 .single-slider {
    height: 780px;
  }
}
.slider-area.style-3 .single-slider .slider-overlay {
  background-color: var(--secondary-color);
  opacity: 0.6;
}
.slider-area.style-3 .single-slider .slider-content-wrapper {
  text-align: center;
}
.slider-area.style-3 .single-slider .slider-content-wrapper .slider-content .slider-short-title {
  color: var(--white);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-3 .single-slider .slider-content-wrapper .slider-content .slider-btn-wrapper .theme-btn {
    padding: 15px 34px;
    line-height: normal;
  }
}
/* --------------------------------------------------------------- */
.info-card-wrapper {
  position: relative;
}

.info-card {
  background: var(--white);
  padding: 50px 40px 56px 40px;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 0 5px 60px 0 rgba(2, 24, 93, 0.08);
  box-shadow: 0 5px 60px 0 rgba(2, 24, 93, 0.08);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 991px) and (max-width: 1399px) {
  .info-card {
    padding: 30px 20px;
  }
}
.info-card:hover {
  margin-top: -5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.info-card:hover .image-wrapper .overlay {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.72;
}
.info-card:hover .image-wrapper img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.info-card:hover .icon img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.info-card .info-card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  height: 100%;
}
.info-card .divider:before {
  content: "";
  position: absolute;
  background-color: rgb(94, 111, 146);
  opacity: 0.2;
  right: 0;
  height: 80%;
  width: 1px;
  top: 45px;
}
.info-card .image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.info-card .image-wrapper img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.info-card .image-wrapper .overlay {
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.info-card .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  width: 54px;
  height: 50px;
}
.info-card .icon img {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.info-card .content-wrapper {
  position: relative;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.info-card .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  padding-bottom: 25px;
  border-bottom: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -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: start;
}
.info-card .title-wrapper .icon {
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  height: 78px;
  background: transparent;
}
.info-card .title-wrapper .title {
  font-size: var(--font-size-24px);
  line-height: var(--line-height-30px);
  font-weight: 700;
  margin: 0;
  color: var(--secondary-color);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .info-card .title-wrapper .title {
    font-size: 23px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .info-card .title-wrapper .title {
    font-size: 21px;
  }
}
.info-card .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.info-card .content .desc {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  font-size: var(--font-size-18px);
  line-height: var(--line-height-30px);
  font-weight: 400;
  margin: 0;
  color: var(--text-color);
}
.info-card .content .read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.info-card .content .read-more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  font-size: 16px;
  line-height: var(--line-height-36px);
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
  color: var(--secondary-color);
}
.info-card .content .read-more a .icon {
  position: relative;
  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;
  background-color: var(--orange-color);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  color: var(--primary-color);
  z-index: 2;
}
.info-card .content .read-more a .icon:before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid transparent;
  border-radius: 50px;
  background-image: linear-gradient(white, white), linear-gradient(65deg, #e30008 0%, #faae00 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.info-card .content .read-more a .icon i {
  color: var(--primary-color);
  font-size: 16px;
}
.info-card .content .read-more a:hover {
  margin-left: 5px;
  color: var(--primary-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.info-card .content .read-more a:hover .icon:before {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.info-card .content .read-more a:hover .icon i {
  color: var(--white);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .info-card {
    background-color: var(--white);
    -webkit-box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
    box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
    margin-bottom: 28px;
    padding: 20px;
  }
  .info-card .divider:before {
    display: none;
  }
  .info-card .title-wrapper {
    gap: 20px;
    padding-bottom: 15px;
  }
  .info-card .content {
    gap: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .info-card {
    background-color: var(--white);
    -webkit-box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
    box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
    margin-bottom: 28px;
    padding: 30px;
  }
  .info-card .divider {
    display: none;
  }
  .info-card .content .read-more a .icon {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .info-card .title-wrapper {
    gap: 20px;
    padding-bottom: 15px;
  }
  .info-card .title-wrapper .title {
    font-size: var(--font-size-18px);
  }
  .info-card .content {
    gap: 26px;
  }
  .info-card .content .desc {
    font-size: 16px;
    line-height: 26px;
  }
  .info-card .content .read-more a .icon {
    width: 25px;
    height: 25px;
  }
}

.info-card.style-2 {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 991px) {
  .info-card.style-2 {
    margin-bottom: 60px;
  }
}
.info-card.style-2 .title-wrapper .icon {
  width: unset;
  height: unset;
}

.info-card.style-3 {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .info-card.style-3 {
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .info-card.style-3 {
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .info-card.style-3 {
    margin-bottom: 60px !important;
  }
}
.info-card.style-3:hover {
  margin-top: 0;
}
.info-card.style-3:hover .title-wrapper .icon {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.info-card.style-3 .content-right {
  text-align: right;
}
.info-card.style-3 .content-right .title-wrapper {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .info-card.style-3 .title-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.info-card.style-3 .title-wrapper .icon {
  width: unset;
  height: unset;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.info-card.style-3 .title-wrapper .icon i {
  font-size: 58px;
  color: var(--primary-color);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .info-card.style-3 .title-wrapper .title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .info-card.style-3 .content {
    text-align: center;
  }
}

.after-before-image {
  text-align: center;
}
.after-before-image .after-before-image-inner {
  display: inline-block;
  width: 480px;
  height: 480px;
  border-radius: 500px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .after-before-image .after-before-image-inner {
    width: auto;
    height: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .after-before-image .after-before-image-inner {
    width: 100%;
    height: auto;
  }
}
.after-before-image .after-before-image-inner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.icon-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--white);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 40px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .icon-card {
    gap: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .icon-card {
    -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;
    gap: 30px;
  }
}
.icon-card:hover .icon {
  background-color: var(--orange-color);
  color: var(--black);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.icon-card:hover .icon img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.icon-card .icon {
  width: 72px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--primary-color);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  color: var(--white);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.icon-card .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .icon-card .content {
    gap: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card .content {
    gap: 15px;
  }
}
.icon-card .content .title {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: var(--font-size-24px);
  line-height: var(--line-height-36px);
  color: var(--secondary-color);
  margin-bottom: 0;
}
.icon-card .content .desc {
  font-family: var(--body-font);
  font-size: var(--font-size-18px);
  line-height: var(--line-height-30px);
  font-weight: 400;
  color: var(--text-color);
  margin-bottom: 0;
}
.icon-card .content .desc a {
  color: var(--text-color);
}

.icon-card.style-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card.style-three {
    gap: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .icon-card.style-three {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.icon-card.style-three:hover .icon {
  background-color: var(--orange-color);
  color: var(--black);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.icon-card.style-three .icon {
  width: 97px;
  height: 97px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--primary-color);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 38px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card.style-three .icon {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .icon-card.style-three .icon {
    width: 70px;
    height: 70px;
  }
}
.icon-card.style-three .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .icon-card.style-three .content {
    gap: 8px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .icon-card.style-three .content .title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card.style-three .content .title {
    font-size: 20px;
    line-height: var(--line-height-30px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .icon-card.style-three .content .desc {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card.style-three .content .desc {
    font-size: 16px;
  }
}

.icon-card.style-four {
  padding: 0;
  gap: 25px;
  margin-bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card.style-four {
    text-align: center;
  }
}
.icon-card.style-four .icon {
  width: 90px;
  height: 90px;
  background: var(--orange-color);
  border-radius: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--white);
  font-size: var(--font-size-24px);
}
.icon-card.style-four .icon i {
  font-size: var(--font-size-28px);
  color: var(--black);
}
.icon-card.style-four .content {
  gap: 10px;
}

.icon-card.style-five {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.icon-card.style-five:hover .icon-wrapper .icon {
  color: var(--orange-color);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.icon-card.style-five .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.icon-card.style-five .icon-wrapper .icon {
  background-color: transparent;
  border-radius: unset;
  width: unset;
  height: unset;
  font-size: 48px;
  color: var(--primary-color);
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.icon-card.style-five .icon-wrapper .title {
  font-size: var(--font-size-24px);
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .icon-card.style-five .icon-wrapper .title {
    line-height: var(--line-height-30px);
  }
}

.icon-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 20px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .icon-card-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 0 80px;
  }
}
.icon-card-wrapper .icon-card {
  width: 50%;
  padding: 0;
  gap: 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .icon-card-wrapper .icon-card {
    width: unset;
  }
}
.icon-card-wrapper .icon-card:hover .icon {
  color: var(--orange-color);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .icon-card-wrapper .icon-card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.icon-card-wrapper .icon-card .icon {
  background: none;
  font-size: 70px;
  color: var(--primary-color);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.icon-card-wrapper .icon-card .content {
  gap: 4px;
}
.icon-card-wrapper .icon-card .content .title {
  font-size: 21px;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .icon-card-wrapper .icon-card .content .title {
    text-align: center;
  }
}
/* ----------------------------------------------------------------------- */
.about-image-card .main-img-wrapper {
  text-align: left;
}
.about-image-card .main-img-wrapper .main-img-inner {
  position: relative;
  display: inline-block;
  width: 100%;
}
.about-image-card .main-img-wrapper .main-img-inner > img {
  border-radius: 12px;
}
.about-image-card .main-img-wrapper .main-img-inner .main-image {
  position: relative;
  width: 425px;
  height: 375px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-card .main-img-wrapper .main-img-inner .main-image {
    width: 320px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card .main-img-wrapper .main-img-inner .main-image {
    width: 300px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card .main-img-wrapper .main-img-inner .main-image {
    width: 200px !important;
    height: 330px;
  }
}
.about-image-card .main-img-wrapper .main-img-inner .main-image .image-main {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  margin-left: -28%;
}
@media (max-width: 1399px) {
  .about-image-card .main-img-wrapper .main-img-inner .main-image .image-main {
    margin-left: 0;
  }
}
.about-image-card .main-img-wrapper .main-img-inner .main-image .image-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.about-image-card .img-card-wrapper {
  position: absolute;
  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;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about-image-card .img-card-wrapper img {
  border-radius: 12px;
}
.about-image-card .img-card-wrapper .year,
.about-image-card .img-card-wrapper .title {
  font-size: var(--font-size-18px);
  color: var(--white);
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}
.about-image-card .img-card-wrapper .year {
  position: relative;
  font-size: var(--font-size-60px);
  line-height: 80px;
}
@media (max-width: 650px) {
  .about-image-card .img-card-wrapper .year {
    font-size: 48px;
    line-height: 52px;
  }
}
.about-image-card .img-card-wrapper .year .text {
  font-size: var(--font-size-30px);
  line-height: inherit;
  position: absolute;
  top: -15px;
  right: -20px;
}
.about-image-card .img-card-wrapper .title {
  font-size: var(--font-size-18px);
  line-height: 26px;
}
@media (max-width: 650px) {
  .about-image-card .img-card-wrapper .title {
    font-size: 16px;
  }
}
.about-image-card .img-card-wrapper.image-one {
  top: 55px;
  right: -40px;
  border-radius: 6px;
  width: 96px;
  height: 96px;
  background-color: var(--primary-color);
  -webkit-animation: MoveUpDown 2s linear infinite alternate;
  animation: MoveUpDown 2s linear infinite alternate;
}
@media (max-width: 650px) {
  .about-image-card .img-card-wrapper.image-one {
    right: 0;
  }
}
.about-image-card .img-card-wrapper.image-two {
  bottom: -60px;
  right: 50px;
  border-radius: 6px;
  width: 120px;
  height: 120px;
  background-color: var(--orange-color);
  -webkit-animation: MoveLeftRight 2s linear infinite alternate;
  animation: MoveLeftRight 2s linear infinite alternate;
}
@media (max-width: 650px) {
  .about-image-card .img-card-wrapper.image-two {
    bottom: 0;
    width: 100px;
    height: 100px;
  }
}
.about-image-card .img-card-wrapper.image-three {
  bottom: -239px;
  left: -15px;
  border-radius: 12px;
  width: 184px;
  height: 184px;
  z-index: 2;
  background-color: var(--primary-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-card .img-card-wrapper.image-three {
    bottom: -210px;
    left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-card .img-card-wrapper.image-three {
    bottom: -200px;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-card .img-card-wrapper.image-three {
    bottom: -215px;
    left: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card .img-card-wrapper.image-three {
    left: 0;
    bottom: -175px;
    width: 150px;
    height: 150px;
  }
}
.about-image-card .img-card-wrapper.image-four {
  right: 0;
  border-radius: 25px;
  width: 450px;
  height: 445px;
  position: relative;
  margin-left: auto;
  margin-top: -80px;
  z-index: 1;
  padding: 18px;
  background-color: #f0f4fa;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-card .img-card-wrapper.image-four {
    width: 350px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-card .img-card-wrapper.image-four {
    width: 80%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card .img-card-wrapper.image-four {
    width: 70%;
    height: 325px;
    margin-top: -130px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card .img-card-wrapper.image-four {
    width: 80%;
  }
}
.about-image-card .img-card-wrapper.image-four img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-image-card .img-card-wrapper.image-four .circle-shape {
  width: 220px;
  height: 220px;
  background-color: var(--orange-color);
  border-radius: 12px;
  position: absolute;
  top: -250px;
  right: 75px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-card .img-card-wrapper.image-four .circle-shape {
    width: 180px;
    height: 200px;
    top: -200px;
    margin: 0;
    right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-card .img-card-wrapper.image-four .circle-shape {
    right: 240px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-card .img-card-wrapper.image-four .circle-shape {
    right: 18px;
    top: -230px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card .img-card-wrapper.image-four .circle-shape {
    width: 170px;
    height: 170px;
    right: 20px;
    top: -175px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card .img-card-wrapper.image-four .circle-shape {
    width: 90px;
    height: 130px;
    top: -130px;
  }
}

.about-image-card.style-two .main-img-wrapper {
  text-align: right;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-card.style-two .main-img-wrapper {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-card.style-two .main-img-wrapper {
    text-align: center;
  }
}
.about-image-card.style-two .main-img-wrapper .main-img-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.about-image-card.style-two .main-img-wrapper .main-img-inner .image {
  position: relative;
  height: 682px;
  width: 496px;
  background-color: #e3eeee;
  border-radius: 12px;
  margin-right: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card.style-two .main-img-wrapper .main-img-inner .image {
    width: 100%;
    height: 450px;
  }
}
.about-image-card.style-two .main-img-wrapper .main-img-inner .image img {
  position: absolute;
  top: 0;
  right: -20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-card.style-two .main-img-wrapper .main-img-inner .image img {
    right: 0;
  }
}
.about-image-card.style-two .main-img-wrapper .video-popup-card {
  width: 336px;
  height: 442px;
  padding: 8px;
  border-radius: 12px;
  position: absolute;
  top: 85%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--white);
  left: -110px;
  overflow: visible;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-card.style-two .main-img-wrapper .video-popup-card {
    top: 68%;
    left: -50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-card.style-two .main-img-wrapper .video-popup-card {
    left: 77px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-card.style-two .main-img-wrapper .video-popup-card {
    left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card.style-two .main-img-wrapper .video-popup-card {
    top: 83%;
    left: 0;
    width: 100%;
    height: 240px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card.style-two .main-img-wrapper .video-popup-card {
    height: 160px;
  }
}
.about-image-card.style-two .main-img-wrapper .video-popup-card .video-popup-image {
  border-radius: 12px;
  height: 100%;
  overflow: hidden;
}
.about-image-card.style-two .main-img-wrapper .video-popup-card .video-popup-btn {
  left: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card.style-two .main-img-wrapper .video-popup-card .video-popup-btn {
    left: 50%;
    top: 0;
  }
}
.about-image-card.style-two .main-img-wrapper .video-popup-card .video-popup-btn a {
  width: 115px;
  height: 115px;
  background-color: var(--primary-color);
  -webkit-animation: none;
  animation: none;
}
.about-image-card.style-two .main-img-wrapper .video-popup-card .video-popup-btn a i {
  font-size: 50px;
}

.about-image-card.style-four {
  width: 100%;
  height: 100%;
  padding-right: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-card.style-four {
    height: 400px;
    padding: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card.style-four {
    height: 300px;
    padding: 0;
  }
}
.about-image-card.style-four .image {
  position: relative;
  width: 100%;
  height: 100%;
}
.about-image-card.style-four .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-info-card .about-info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 33px;
}
.about-info-card .about-info-content .section-title {
  -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;
  margin-bottom: 0;
}
.about-info-card .about-info-content .section-title .title {
  margin-bottom: 0;
}
.about-info-card .about-info-content .sub-title p,
.about-info-card .about-info-content .text p,
.about-info-card .about-info-content .quote-text p {
  margin-bottom: 0;
}
.about-info-card .about-info-content .sub-title {
  font-weight: 500;
}
.about-info-card .about-info-content .list-item-wrapper ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.about-info-card .about-info-content .list-item-wrapper ul li {
  font-family: var(--body-font);
  color: var(--text-color);
  font-weight: 400;
  font-size: var(--font-size-18px);
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-info-card .about-info-content .list-item-wrapper ul li {
    gap: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.about-info-card .about-info-content .list-item-wrapper ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  width: 20px;
  height: 20px;
  background-color: var(--primary-color);
  border-radius: 50%;
  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;
  color: var(--white);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-info-card .about-info-content .list-item-wrapper ul li:before {
    margin-top: 6px;
  }
}
.about-info-card .about-info-content .quote-text {
  padding-left: 40px;
  border-left: 6px solid var(--orange-color);
  font-style: italic;
  font-size: 21px;
  color: var(--text-color);
  font-family: var(--body-font);
  line-height: var(--line-height-36px);
}
.about-info-card .about-info-content .quote-text .quote-text-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
}
.about-info-card .about-info-content .quote-text .quote-text-meta .divider {
  width: 25px;
  height: 1px;
  background-color: var(--white-50);
}
.about-info-card .about-info-content .quote-text .quote-text-meta .name {
  font-family: var(--heading-font);
  font-size: 16px;
  font-weight: 500;
  color: var(--secondary-color);
  font-style: normal;
}
.about-info-card .about-info-content .quote-text .quote-text-meta .designation {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
}

.about-info-card.style-two .about-info-content {
  gap: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-info-card.style-two .about-info-content .section-title {
    text-align: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-info-card.style-two .about-info-content .text {
    text-align: center;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-info-card.style-four .about-info-content {
    gap: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-info-card.style-four .about-info-content {
    gap: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-info-card.style-four .about-info-content {
    gap: 20px;
  }
}
.about-info-card.style-four .section-title {
  gap: 5px;
}
.about-info-card.style-four .section-title .title {
  font-size: 48px;
  line-height: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-info-card.style-four .section-title .title {
    font-size: 42px;
    line-height: 56px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-info-card.style-four .section-title .title {
    font-size: 36px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-info-card.style-four .section-title .title {
    font-size: 38px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-info-card.style-four .section-title .title {
    font-size: 25px;
    line-height: var(--line-height-30px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-info-card.style-four .section-title .short-title {
    padding-left: 0;
  }
}
.about-info-card.style-four .list-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-info-card.style-four .list-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-info-card.style-four .list-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
  }
}
.about-info-card.style-four .list-item-wrapper ul li {
  gap: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-info-card.style-four .list-item-wrapper ul li {
    gap: 10px;
  }
}
.about-info-card.style-four .btn-wrapper .theme-btn {
  padding: 18px 44px;
  border-radius: 50px;
}

.about-user-info-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.about-user-info-card .theme-btn {
  padding: 18px 48px;
  line-height: unset;
}
.about-user-info-card .phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-user-info-card .phone-number .icon {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--primary-color);
  border: 2px solid var(--orange-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about-user-info-card .phone-number .icon:hover {
  background-color: var(--orange-color);
  color: var(--black);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about-user-info-card .phone-number .content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about-user-info-card .phone-number .content span {
  display: inline-block;
  width: 100%;
}
.about-user-info-card .phone-number .content .text-ad {
  font-family: var(--heading-font);
  font-size: 21px;
  font-weight: 500;
  color: var(--secondary-color);
}
.about-user-info-card .phone-number .content .text a {
  color: var(--secondary-color);
}

.about-user-info-card.style-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 58px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-user-info-card.style-2 {
    gap: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-user-info-card.style-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.about-user-info-card.style-2 .quote-text {
  width: 100%;
  padding-left: 40px;
  border-left: 6px solid var(--orange-color);
  font-style: italic;
  font-size: 21px;
  color: var(--text-color);
  font-family: var(--body-font);
  line-height: var(--line-height-36px);
}
.about-user-info-card.style-2 .quote-text p {
  max-width: 600px;
}
.about-user-info-card.style-2 .about-founder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
.about-user-info-card.style-2 .about-founder .image {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.about-user-info-card.style-2 .about-founder .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}
.about-user-info-card.style-2 .about-founder .content-wrapper .title {
  font-size: 21px;
  line-height: var(--line-height-36px);
  margin-bottom: 0;
}
.about-user-info-card.style-2 .about-founder .content-wrapper .sub-title {
  font-family: var(--body-font);
  color: var(--text-color);
  font-weight: 400;
}

.about-video-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-video-card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-video-card {
    gap: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-video-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-video-card .video-desc p {
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-video-card .video-desc p {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-video-card .video-desc p {
    font-size: 16px;
  }
}
/* ------------------------------------------------------------------------------------- */
.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 74px;
  gap: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title {
    gap: 40px 5px;
  }
}
@media (max-width: 550px) {
  .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.section-title .sec-content {
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
  position: relative;
  margin-bottom: -16px;
  margin-top: -8px;
}
@media (max-width: 550px) {
  .section-title .sec-content {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .sec-content .sec-desc p br {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title .sec-content .sec-desc p br {
    display: none;
  }
}
.section-title .short-title {
  font-size: var(--font-size-18px);
  font-weight: 500;
  font-family: var(--heading-font);
  color: var(--primary-color);
  position: relative;
}
.section-title .short-title .shape {
  position: absolute;
  left: -35px;
  top: -12px;
  -webkit-animation: zoomInOut 3s infinite ease-in-out;
  animation: zoomInOut 3s infinite ease-in-out;
}
@media (max-width: 1399px) {
  .section-title .short-title .shape {
    display: block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title .short-title .shape {
    left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title .short-title {
    font-size: 20px;
    padding-left: 35px;
  }
}
.section-title .title {
  font-size: var(--font-size-60px);
  line-height: 72px;
  font-weight: 500;
  font-family: var(--heading-font);
  color: var(--black);
  margin-bottom: 0;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .title {
    font-size: 48px;
    line-height: 62px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .section-title .title {
    font-size: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .title {
    font-size: 38px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title .title {
    font-size: 32px;
    line-height: var(--line-height-42px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .section-title .title br {
    display: none;
  }
}
.section-title .title span {
  font-weight: 600;
}
.section-title .sec-desc {
  font-size: 21px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--text-color);
  margin-bottom: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.section-title .sec-desc .theme-btn {
  background-color: transparent;
  color: var(--black);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.section-title .sec-desc .theme-btn:hover {
  background-color: var(--primary-color);
  color: var(--white);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.section-title .sec-desc .simple-btn {
  font-size: var(--font-size-18px);
  font-weight: 500;
  font-family: var(--heading-font);
  color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 45px;
}
.section-title .sec-desc .simple-btn i {
  color: var(--primary-color);
}
@media (max-width: 991px) {
  .section-title .sec-desc .simple-btn {
    margin-top: 20px;
  }
}
.section-title .sec-desc .simple-btn:hover {
  color: var(--primary-color);
}
.section-title .sec-desc .simple-btn:hover i {
  color: var(--primary-color);
}
.section-title.two-column {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 70px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title.two-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title.two-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title.two-column {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section-title.two-column .sec-content {
    width: 100%;
  }
}
.section-title.two-column .sec-desc {
  width: 537px;
  font-size: 21px;
  font-family: var(--body-font);
  margin-top: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-title.two-column .sec-desc {
    width: 425px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title.two-column .sec-desc {
    width: 440px;
  }
}
@media (max-width: 991px) {
  .section-title.two-column .sec-desc {
    width: 100%;
    margin-top: 16px;
  }
}
.section-title.two-column .sec-desc p {
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .section-title.two-column .sec-desc p br {
    display: none;
  }
}
.section-title.two-column .sec-desc .simple-btn, .section-title.two-column .sec-desc a {
  font-size: var(--font-size-18px);
  font-weight: 500;
  font-family: var(--heading-font);
  color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
}
.section-title.two-column .sec-desc .simple-btn i, .section-title.two-column .sec-desc a i {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.section-title.two-column .sec-desc .simple-btn:hover, .section-title.two-column .sec-desc a:hover {
  color: var(--primary-color);
}
.section-title.two-column .sec-desc .simple-btn:hover i, .section-title.two-column .sec-desc a:hover i {
  color: var(--primary-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* --------------------------------------------------------------------------------------------------------------- */
.about-video-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-video-card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-video-card {
    gap: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-video-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-video-card .video-desc p {
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-video-card .video-desc p {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-video-card .video-desc p {
    font-size: 16px;
  }
}

.video-popup-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  width: 224px;
  height: 150px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .video-popup-card {
    width: 100%;
    height: 250px;
  }
}
.video-popup-card .video-popup-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-popup-card .video-popup-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-popup-card .video-popup-btn a {
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  background-color: rgba(185, 42, 42, 0.8);
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  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;
}
.video-popup-card .video-popup-btn a i {
  color: var(--white);
  font-size: 16px;
}
.video-popup-card .video-popup-btn a:hover {
  -webkit-animation: none;
  animation: none;
}
.video-popup-card.style-2 {
  width: unset;
  height: 100%;
  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-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding: 72px;
  gap: 42px;
  border-radius: unset;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-popup-card.style-2 {
    padding: 48px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .video-popup-card.style-2 {
    width: 100%;
    padding: 50px 30px;
  }
}
.video-popup-card.style-2.overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
.video-popup-card.style-2 .video-popup-btn {
  position: unset;
  -webkit-transform: unset;
  transform: unset;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-popup-card.style-2 .video-popup-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.video-popup-card.style-2 .video-popup-btn a {
  width: 96px;
  height: 96px;
  background-color: var(--orange-color);
  background-image: none;
}
.video-popup-card.style-2 .content .title {
  color: var(--white);
}
@media (max-width: 991px) {
  .video-popup-card.style-2 .content .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-popup-card.style-2 .content .title {
    font-size: var(--font-size-30px);
    line-height: 46px;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .video-popup-card.style-2 .content .title br {
    display: none;
  }
}
.video-popup-card.style-three {
  overflow: visible;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.video-popup-card.style-three .video-popup-image {
  border-radius: 12px;
  overflow: hidden;
}
.video-popup-card.style-three .video-popup-btn {
  left: 0;
}
@media (max-width: 1199px) {
  .video-popup-card.style-three .video-popup-btn {
    left: 50%;
  }
}
.video-popup-card.style-three .video-popup-btn a {
  width: 135px;
  height: 135px;
  background: rgb(227, 0, 8);
  background: linear-gradient(45deg, rgb(227, 0, 8) 0%, rgb(250, 174, 0) 100%);
}
@media (max-width: 767px) {
  .video-popup-card.style-three .video-popup-btn a {
    width: 80px;
    height: 80px;
  }
}
/* --------------------------------------------------------------------------------------- */
.theme-btn,
.wp-block-loginout a,
input.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: var(--orange-color);
  color: var(--black);
  padding: 18px 48px;
  text-align: center;
  font-weight: 500;
  font-family: var(--heading-font);
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .theme-btn,
  .wp-block-loginout a,
  input.theme-btn {
    padding: 15px 34px;
    gap: 30px;
    font-size: 16px;
    line-height: normal;
  }
}
.theme-btn:before,
.wp-block-loginout a:before,
input.theme-btn:before {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 0;
  background-color: var(--primary-color);
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.theme-btn:hover,
.wp-block-loginout a:hover,
input.theme-btn:hover {
  color: var(--black);
}
.theme-btn:hover:before,
.wp-block-loginout a:hover:before,
input.theme-btn:hover:before {
  height: 350%;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  background-color: transparent;
}
.theme-btn:focus,
.wp-block-loginout a:focus,
input.theme-btn:focus {
  color: var(--white);
}
.theme-btn.simple-btn,
.wp-block-loginout a.simple-btn,
input.theme-btn.simple-btn {
  padding: 15px 36px;
}
.theme-btn.simple-btn.arrow-position-left,
.wp-block-loginout a.simple-btn.arrow-position-left,
input.theme-btn.simple-btn.arrow-position-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/* ----------------------------------------------------------------- */
.featured-item.style-1 {
    position: relative;
    background: var(--white);
    padding: 50px;
    border-radius: 30px;
    z-index: 9;
}

.featured-number {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

.featured-number span {
    background: var(--white);
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
}

.featured-item.style-1 .featured-icon {
    display: inline-block;
    position: absolute;
    right: 6px;
    bottom: 50px;
}

.featured-item.style-1 .featured-icon i {
    font-size: 70px;
    line-height: 70px;
    color: var(--blue-color);
    display: inline-block;
}

.featured-item:hover .featured-icon i {
    animation: headShake 2s linear infinite;
}

.featured-item.style-1 .featured-title {
    border-bottom: 1px solid var(--blue-color);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.featured-item.style-1 .featured-title h4 {
    margin-bottom: 0;
}

.featured-item p {
    margin-bottom: 0;
}

.featured-item.style-1 .featured-desc {
    /* padding-right: 50px; */
}

.featured-item.text-white p {
    color: var(--white-100);
}

.featured-item.text-white h4, .featured-item.text-white .featured-icon i {
    color: var(--white-100);
}

.featured-item.style-2 {
    position: relative;
    display: flex;
    align-items: flex-start;
    z-index: 9;
}

.featured-item.style-2 .featured-icon {
    margin-right: 20px;
}

.featured-item.style-2 .featured-icon i {
    font-size: 34px;
    line-height: 1;
    display: inline-block;
    background: var(--themeht-text-color);
    color: var(--white);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-item.style-2 .featured-title h4 {
    margin-bottom: 10px;
}

.featured-item.style-3 {
    position: relative;
    background: var(--white);
    padding: 30px;
    border-radius: 30px;
    z-index: 9;
}

.featured-item.style-3 .featured-icon {
    margin-bottom: 20px;
}

.featured-item.style-3 .featured-icon i {
    font-size: 50px;
    line-height: 1;
    color: var(--primary-color);
    display: inline-block;
}

.featured-item.style-3 h4 {
    margin-bottom: 15px;
}

.featured-item.style-4 {
    position: relative;
    display: flex;
    align-items: flex-start;
    z-index: 9;
}

.featured-item.style-4 .featured-icon {
    margin-right: 20px;
}

.featured-item.style-4 .featured-icon i {
    font-size: 34px;
    line-height: 1;
    display: inline-block;
    background: var(--white);
    color: var(--blue-color);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-item.style-4 .featured-title h4 {
    margin-bottom: 10px;
}

.featured-item.style-5 {
    position: relative;
    background: var(--white);
    padding: 50px;
    border-radius: 30px;
    z-index: 9;
}

.featured-item.style-5 .featured-icon {
    display: inline-block;
    margin-bottom: 30px;
}

.featured-item.style-5 .featured-icon i {
    font-size: 70px;
    line-height: 70px;
    color: var(--themeht-text-color);
    display: inline-block;
}

.featured-item.style-5 .featured-title {
    border-bottom: 1px solid var(--blue-color);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.featured-item.style-5 .featured-title h4 {
    margin-bottom: 0;
}

.featured-item.style-5 .featured-desc {
    padding-right: 60px;
}
/* ---------------------------------------- */
.ht-shape-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: auto;
    border-radius: 0 30px 0 0;
}

.ht-shape-btn.bottom {
    transform: rotate(90deg);
    top: auto;
    bottom: 0;
}

.ht-shape-btn.left-side {
    left: 0;
    right: auto;
    transform: rotate(-90deg);
}

.ht-shape-btn svg path {
    fill: var(--themeht-light-color) !important;
}

.primary-bg .form-one .ht-shape-btn svg path {
    fill: var(--themeht-primary-color) !important;
}

/*.primary-bg .ht-shape-btn svg path { fill: var(--themeht-primary-color) !important; }*/
.secondary-bg .ht-shape-btn svg path {
    fill: var(--themeht-secondary-color) !important;
}

/* --------------------------------------------------------------------------------------------------- */
.testimonial-card {
  padding: 60px 50px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  border-radius: 12px;
  position: relative;
  background-color: var(--white);
  -webkit-box-shadow: 0 2px 20px 0 rgba(2, 24, 93, 0.12);
  box-shadow: 0 2px 20px 0 rgba(2, 24, 93, 0.12);
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .testimonial-card {
    padding: 30px;
  }
}
.testimonial-card:before {
  position: absolute;
  width: 90%;
  height: 100%;
  background-color: var(--white);
  content: "";
  z-index: -1;
  border-radius: 12px;
  bottom: -24px;
  -webkit-box-shadow: 0 2px 24px 0 rgba(2, 24, 93, 0.12);
  box-shadow: 0 2px 24px 0 rgba(2, 24, 93, 0.12);
}
.testimonial-card .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.testimonial-card .content .text {
  margin: 0;
  font-size: 21px;
  line-height: var(--line-height-36px);
  font-weight: 400;
  font-style: italic;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-card .content .text {
    font-size: 16px;
  }
}
.testimonial-card .rating-wrapper {
  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%;
}
.testimonial-card .rating-wrapper .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonial-card .rating-wrapper .rating i {
  color: #ffc000;
}
.testimonial-card .meta-user {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonial-card .meta-user .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.testimonial-card .meta-user .user-info .image {
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 50px;
  overflow: hidden;
}
.testimonial-card .meta-user .user-info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.testimonial-card .meta-user .user-info .info h2 {
  margin: 0;
  font-size: 21px;
  line-height: var(--line-height-30px);
  font-weight: 500;
  color: var(--secondary-color);
}
.testimonial-card .meta-user .user-info .info p {
  margin: 0;
  font-size: 16px;
  line-height: var(--line-height-30px);
  font-weight: 400;
  color: #778196;
}

.testimonial-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 70px;
  padding: 90px 80px 88px 85px;
  background-color: var(--white);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-two {
    padding: 40px 20px !important;
  }
}
@media (max-width: 1199px) {
  .testimonial-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
    padding: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-two {
    padding: 50px;
    gap: 40px;
  }
}
.testimonial-two .image-wrapper {
  position: relative;
}
.testimonial-two .image-wrapper .quote-icon {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--primary-color);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  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;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .testimonial-two .image-wrapper .quote-icon {
    width: 60px;
    height: 60px;
    padding: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-two .image-wrapper .quote-icon {
    width: 80px;
    height: 80px;
  }
}
.testimonial-two .image {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .testimonial-two .image {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-two .image {
    width: 260px;
    height: 260px;
  }
}
.testimonial-two .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1199px) {
  .testimonial-two .content-wrapper {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
}
.testimonial-two .content-wrapper .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1px;
  font-size: var(--font-size-24px);
  color: #ffc000;
}
.testimonial-two .content-wrapper .content {
  color: var(--text-color);
  font-size: var(--font-size-30px);
  font-style: italic;
  line-height: 48px;
}
@media (max-width: 1199px) {
  .testimonial-two .content-wrapper .content {
    font-size: 20px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-two .content-wrapper .content {
    font-size: 22px;
    line-height: var(--line-height-42px);
  }
}
.testimonial-two .content-wrapper .content p {
  margin: 0;
}
.testimonial-two .content-wrapper .user-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.testimonial-two .content-wrapper .user-meta .user-name {
  font-size: var(--font-size-24px);
  font-weight: 500;
  color: var(--black);
}
.testimonial-two .content-wrapper .user-meta .designation {
  font-size: 16px;
  color: var(--text-color);
}

.testimonial-slider-two-wrapper .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 20px;
  z-index: 2;
  margin-bottom: 0;
  list-style: none;
  margin-top: 72px;
}
.testimonial-slider-two-wrapper .slick-dots li {
  font-size: 0;
}
.testimonial-slider-two-wrapper .slick-dots li.slick-active button {
  width: 48px;
}
.testimonial-slider-two-wrapper .slick-dots li button {
  width: 18px;
  height: 12px;
  border-radius: 20px;
}

.testimonial-slider-wrapper {
  position: relative;
}
.testimonial-slider-wrapper .slick-list {
  margin: 0 -12px;
  padding-bottom: 40px;
}
.testimonial-slider-wrapper .slick-list .slick-slide {
  margin: 0 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.testimonial-slider-wrapper .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 50%;
  right: -65px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (min-width: 991px) and (max-width: 1280px) {
  .testimonial-slider-wrapper .slick-dots {
    right: -15px;
  }
}
@media (max-width: 991px) {
  .testimonial-slider-wrapper .slick-dots {
    position: unset;
    right: unset;
    top: unset;
    -webkit-transform: inherit;
    transform: inherit;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.testimonial-slider-wrapper .slick-dots li {
  display: inline-block;
  line-height: 0;
  outline: 2px solid transparent;
  border: 5px solid transparent;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.testimonial-slider-wrapper .slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  background-color: rgb(94, 111, 146);
  opacity: 0.478;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.testimonial-slider-wrapper .slick-dots li.slick-active {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  outline: 2px solid rgb(252, 133, 91);
}
.testimonial-slider-wrapper .slick-dots li.slick-active button {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.testimonial-slider-wrapper button.testimonial-arrow-btn {
  display: none !important;
}
.testimonial-slider-wrapper button.testimonial-arrow-btn.prev-btn {
  left: 30px;
}
.testimonial-slider-wrapper button.testimonial-arrow-btn.next-btn {
  right: 30px;
}
.testimonial-slider-wrapper:before, .testimonial-slider-wrapper:after {
  background: #f3f7fc;
}
/* ------------------ */
.testimonial-slider-area.style-1 {
  padding-top: 230px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-1 {
    padding-top: 192px;
  }
}
.testimonial-slider-area.style-1 .shape {
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.testimonial-slider-area.style-1 .shape.one {
  top: 7%;
  right: 15%;
  -webkit-animation: MoveLeftRight 2s linear infinite alternate;
  animation: MoveLeftRight 2s linear infinite alternate;
}
.testimonial-slider-area .testimonial-slider-wrapper {
  margin-top: 0;
  margin-bottom: -150px;
}
.testimonial-slider-area .testimonial-slider-wrapper .slick-arrow {
  display: none !important;
}
.testimonial-slider-area .slider-arrow-btn-wrapper a {
  width: 77px;
  height: 52px;
}
/* ------------------------------------------------------------ */
.slider-arrow-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
}
.slider-arrow-btn-wrapper a {
  width: 53px;
  height: 78px;
  border-radius: 50px;
  background-color: transparent;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(2, 24, 93, 0.06);
  box-shadow: 0px 12px 24px 0px rgba(2, 24, 93, 0.06);
  font-size: var(--font-size-24px);
  color: var(--black);
  border: 2px solid var(--orange-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-arrow-btn-wrapper a {
    width: 60px;
    height: 60px;
  }
}
.slider-arrow-btn-wrapper a:hover {
  background-color: var(--primary-color);
  color: var(--white);
}
/* -------------------------------------- */
.adsmo-card {
  padding: 50px 20px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  border-radius: 12px;
  position: relative;
  background-color: var(--white);
  -webkit-box-shadow: 0 2px 20px 0 rgba(2, 24, 93, 0.12);
  box-shadow: 0 2px 20px 0 rgba(2, 24, 93, 0.12);
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .adsmo-card {
    padding: 30px;
  }
}
.adsmo-card:before {
  position: absolute;
  width: 90%;
  height: 100%;
  background-color: var(--white);
  content: "";
  z-index: -1;
  border-radius: 12px;
  bottom: -24px;
  -webkit-box-shadow: 0 2px 24px 0 rgba(2, 24, 93, 0.12);
  box-shadow: 0 2px 24px 0 rgba(2, 24, 93, 0.12);
}
.adsmo-card .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.adsmo-card .content .text {
  margin: 0;
  font-size: 21px;
  line-height: var(--line-height-36px);
  font-weight: 400;
  font-style: italic;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .adsmo-card .content .text {
    font-size: 16px;
  }
}
.adsmo-card .rating-wrapper {
  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%;
}
.adsmo-card .rating-wrapper .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.adsmo-card .rating-wrapper .rating i {
  color: #ffc000;
}
.adsmo-card .meta-user {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* .adsmo-card .meta-user .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
} */
.adsmo-card .meta-user .user-info .image {
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 50px;
  overflow: hidden;
}
.adsmo-card .meta-user .user-info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.adsmo-card .meta-user .user-info .info h2 {
  margin: 0;
  font-size: 21px;
  line-height: var(--line-height-30px);
  font-weight: 500;
  color: var(--secondary-color);
}
.adsmo-card .meta-user .user-info .info p {
  margin: 0;
  font-size: 16px;
  line-height: var(--line-height-30px);
  font-weight: 400;
  color: #778196;
}

.adsmo-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 70px;
  padding: 90px 80px 88px 85px;
  background-color: var(--white);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .adsmo-two {
    padding: 40px 20px !important;
  }
}
@media (max-width: 1199px) {
  .adsmo-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
    padding: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .adsmo-two {
    padding: 50px;
    gap: 40px;
  }
}
.adsmo-two .image-wrapper {
  position: relative;
}
.adsmo-two .image-wrapper .quote-icon {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--primary-color);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  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;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .adsmo-two .image-wrapper .quote-icon {
    width: 60px;
    height: 60px;
    padding: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .adsmo-two .image-wrapper .quote-icon {
    width: 80px;
    height: 80px;
  }
}
.adsmo-two .image {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .adsmo-two .image {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .adsmo-two .image {
    width: 260px;
    height: 260px;
  }
}
.adsmo-two .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1199px) {
  .adsmo-two .content-wrapper {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
}
.adsmo-two .content-wrapper .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1px;
  font-size: var(--font-size-24px);
  color: #ffc000;
}
.adsmo-two .content-wrapper .content {
  color: var(--text-color);
  font-size: var(--font-size-30px);
  font-style: italic;
  line-height: 48px;
}
@media (max-width: 1199px) {
  .adsmo-two .content-wrapper .content {
    font-size: 20px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .adsmo-two .content-wrapper .content {
    font-size: 22px;
    line-height: var(--line-height-42px);
  }
}
.adsmo-two .content-wrapper .content p {
  margin: 0;
}
.adsmo-two .content-wrapper .user-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.adsmo-two .content-wrapper .user-meta .user-name {
  font-size: var(--font-size-24px);
  font-weight: 500;
  color: var(--black);
}
.adsmo-two .content-wrapper .user-meta .designation {
  font-size: 16px;
  color: var(--text-color);
}

.adsmo-slider-two-wrapper .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 20px;
  z-index: 2;
  margin-bottom: 0;
  list-style: none;
  margin-top: 72px;
}
.adsmo-slider-two-wrapper .slick-dots li {
  font-size: 0;
}
.adsmo-slider-two-wrapper .slick-dots li.slick-active button {
  width: 48px;
}
.adsmo-slider-two-wrapper .slick-dots li button {
  width: 18px;
  height: 12px;
  border-radius: 20px;
}

.adsmo-slider-wrapper {
  position: relative;
}
.adsmo-slider-wrapper .slick-list {
  margin: 0 -12px;
  padding-bottom: 40px;
}
.adsmo-slider-wrapper .slick-list .slick-slide {
  margin: 0 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.adsmo-slider-wrapper .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 50%;
  right: -65px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (min-width: 991px) and (max-width: 1280px) {
  .adsmo-slider-wrapper .slick-dots {
    right: -15px;
  }
}
@media (max-width: 991px) {
  .adsmo-slider-wrapper .slick-dots {
    position: unset;
    right: unset;
    top: unset;
    -webkit-transform: inherit;
    transform: inherit;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.adsmo-slider-wrapper .slick-dots li {
  display: inline-block;
  line-height: 0;
  outline: 2px solid transparent;
  border: 5px solid transparent;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.adsmo-slider-wrapper .slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  background-color: rgb(94, 111, 146);
  opacity: 0.478;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.adsmo-slider-wrapper .slick-dots li.slick-active {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  outline: 2px solid rgb(252, 133, 91);
}
.adsmo-slider-wrapper .slick-dots li.slick-active button {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.adsmo-slider-wrapper button.adsmo-arrow-btn {
  display: none !important;
}
.adsmo-slider-wrapper button.adsmo-arrow-btn.prev-btn {
  left: 30px;
}
.adsmo-slider-wrapper button.adsmo-arrow-btn.next-btn {
  right: 30px;
}
.adsmo-slider-wrapper:before, .adsmo-slider-wrapper:after {
  background: #f3f7fc;
}
/* ------------------ */
.adsmo-slider-area.style-1 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
/* @media only screen and (min-width: 0px) and (max-width: 767px) {
  .adsmo-slider-area.style-1 {
    padding-top: 192px;
  }
} */
.adsmo-slider-area.style-1 .shape {
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.adsmo-slider-area.style-1 .shape.one {
  top: 7%;
  right: 15%;
  -webkit-animation: MoveLeftRight 2s linear infinite alternate;
  animation: MoveLeftRight 2s linear infinite alternate;
}
.adsmo-slider-area .adsmo-slider-wrapper {
  margin-top: 0;
  margin-bottom: -150px;
}
.adsmo-slider-area .adsmo-slider-wrapper .slick-arrow {
  display: none !important;
}
.adsmo-slider-area .slider-arrow-btn-wrapper a {
  width: 77px;
  height: 52px;
}
/* ------------------------------------------------------------ */