@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.home-banner::after {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 50.5%, rgba(0, 0, 0, 0.95) 100%);
}
@media only screen and (max-width: 767px) {
  .banner.home-banner::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.95) 100%);
  }
}
@media only screen and (max-width: 1024px) {
  .banner.home-banner .bg {
    height: 600px;
  }
}
@media only screen and (max-width: 675px) {
  .banner.home-banner .bg {
    height: 480px;
  }
}
@media only screen and (max-width: 675px) {
  .banner.home-banner .banner-wrapper {
    bottom: 10%;
  }
}
@media only screen and (max-width: 675px) {
  .banner.home-banner .banner-wrapper .container {
    padding-right: 0;
  }
}
.banner.home-banner .content {
  max-width: 700px;
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .banner.home-banner .content {
    text-align: center;
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 675px) {
  .banner.home-banner .content {
    padding: 0;
  }
}
@media only screen and (max-width: 675px) {
  .banner.home-banner .content h1, .banner.home-banner .content .btn-div {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 345px) {
  .banner.home-banner .content h1, .banner.home-banner .content .btn-div {
    padding-right: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .banner.home-banner .content h1, .banner.home-banner .content .btn-div {
    padding-right: 10px;
  }
}
.banner.home-banner .content h1 {
  margin-bottom: 24px;
}
.banner.home-banner .content .banner-service-wrap {
  position: relative;
}
@media only screen and (max-width: 675px) {
  .banner.home-banner .content .banner-service-wrap .swiper-nav {
    display: none;
  }
}
.banner.home-banner .content .banner-service-wrap .swiper-nav .swiper-prev {
  position: relative;
  left: -2rem;
}
@media only screen and (max-width: 767px) {
  .banner.home-banner .content .banner-service-wrap .swiper-nav .swiper-prev {
    left: 0;
  }
}
.banner.home-banner .content .banner-service-slider {
  margin-bottom: 3rem;
  max-width: calc(100% - 2rem);
  margin-right: auto;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .banner.home-banner .content .banner-service-slider {
    margin-left: auto;
    max-width: calc(100% - 4rem);
  }
}
@media only screen and (max-width: 675px) {
  .banner.home-banner .content .banner-service-slider {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.banner.home-banner .content .banner-service-slider:has(.swiper-prev.swiper-button-lock, .swiper-next.swiper-button-lock) {
  max-width: 100%;
}
.banner.home-banner .content .banner-service-slider .item {
  display: block;
  background: var(--white);
  position: relative;
  z-index: 1;
  color: var(--black);
  text-align: center;
  padding: 24px 14px 14px;
  border-radius: 5px;
  overflow: hidden;
}
.banner.home-banner .content .banner-service-slider .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--gradient-a);
}
@media only screen and (max-width: 520px) {
  .banner.home-banner .content .banner-service-slider .item {
    padding: 20px 13px;
  }
}
.banner.home-banner .content .banner-service-slider .item::before {
  z-index: -1;
  opacity: 0;
  transition: 0.5s ease;
}
.banner.home-banner .content .banner-service-slider .item:hover::before {
  opacity: 1;
}
.banner.home-banner .content .banner-service-slider .item .ico-svg {
  line-height: 0;
  color: inherit;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
@media only screen and (max-width: 520px) {
  .banner.home-banner .content .banner-service-slider .item .ico-svg {
    width: 40px;
    height: 40px;
  }
}
.banner.home-banner .content .banner-service-slider .item .ico-svg svg, .banner.home-banner .content .banner-service-slider .item .ico-svg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner.home-banner .content .banner-service-slider .item h6 {
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.banner.home-banner .content .banner-service-slider .item:hover {
  color: var(--white);
}

.home-secB {
  display: flex;
  flex-wrap: wrap;
}
.home-secB figure, .home-secB figcaption {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .home-secB figure, .home-secB figcaption {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.home-secB figure {
  line-height: 0;
}
.home-secB figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secB figcaption {
  display: flex;
  align-items: center;
  background: var(--gradient-c);
}
.home-secB figcaption .content {
  max-width: 595px;
  padding: 3rem 60px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .home-secB figcaption .content {
    padding: 3.2rem 2rem;
  }
}
@media only screen and (max-width: 675px) {
  .home-secB figcaption .content {
    padding: 3.2rem 15px;
  }
}
.home-secB figcaption .content .ico {
  margin-bottom: 40px;
  line-height: 0;
  width: 252px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1152px) {
  .home-secB figcaption .content .ico {
    width: 175px;
    margin-bottom: 22px;
  }
}
.home-secB figcaption .content .ico img {
  width: 100%;
}
.home-secB figcaption .content .ttl-txt {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--white);
}
.home-secB figcaption .content .desc {
  margin: 24px 0 38px;
}
.home-secB figcaption .content .desc p {
  color: var(--white);
}
@media only screen and (max-width: 675px) {
  .home-secB figcaption .content .desc p {
    font-size: 14px;
  }
}
.home-secB figcaption .content .btn-div .btn {
  border: 1px solid var(--white);
}
.home-secB figcaption .content .btn-div .btn::after {
  display: none;
}
.home-secB figcaption .content .btn-div .btn:hover {
  background: none;
  color: var(--white);
}

.home-secC {
  padding: 75px 0 120px;
}
@media only screen and (max-width: 1152px) {
  .home-secC {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 991px) {
  .home-secC {
    padding: 65px 0;
  }
}
@media only screen and (max-width: 675px) {
  .home-secC {
    padding: 50px 0;
  }
}
.home-secC .btn-div-btm {
  margin-top: 4.5rem;
}
@media only screen and (max-width: 675px) {
  .home-secC .btn-div-btm {
    margin-top: 2.5rem;
  }
}

.home-secD {
  padding: 75px 0;
  background: #EFEFEF url(../../images/vector/bg-1.png) repeat-x;
  background-position: 0 100%;
}
@media only screen and (max-width: 1152px) {
  .home-secD {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 991px) {
  .home-secD {
    padding: 65px 0;
  }
}
@media only screen and (max-width: 675px) {
  .home-secD {
    padding: 50px 0;
  }
}
.home-secD .heading {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 675px) {
  .home-secD .heading {
    margin-bottom: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-secD .heading img {
    width: 94px;
    height: auto;
  }
}
.home-secD .testimonial-wrap {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  overflow: hidden;
  background: var(--white);
}
.home-secD .home-testimonial-dots {
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-color: var(--secondary);
  padding-bottom: 2rem;
}
.home-secD .card {
  position: relative;
  text-align: center;
  padding: 35px 50px 50px;
}
@media only screen and (max-width: 675px) {
  .home-secD .card {
    padding: 30px 25px 35px;
  }
}
.home-secD .card .ico {
  --iconsize: 88px;
  --innericonsize: .4;
  height: var(--iconsize);
  width: var(--iconsize);
  border-radius: 50%;
  background: var(--gradient-c);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  --innericonsize: .4;
  --iconsize: 72px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 23px;
}
.home-secD .card .ico > * {
  width: calc(var(--iconsize) * var(--innericonsize));
  height: auto;
}
@media only screen and (max-width: 675px) {
  .home-secD .card .ico {
    --iconsize: 50px;
    font-size: 20px;
  }
}
.home-secD .card h6 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1024px) {
  .home-secD .card h6 {
    font-size: 18px;
  }
}
.home-secD .card .desc p {
  color: var(--text);
}
@media only screen and (max-width: 675px) {
  .home-secD .card .desc p {
    font-size: 14px;
  }
}
.home-secD .card .desc p:not(:last-child) {
  margin-bottom: 1rem;
}
.home-secD .btn-div-btm {
  margin-top: 4.25rem;
}
@media only screen and (max-width: 675px) {
  .home-secD .btn-div-btm {
    margin-top: 2.2rem;
  }
}

.home-secE {
  --padtop: 105px;
  --paddingbottom: 60px;
  padding: var(--padtop) 0 var(--paddingbottom);
}
@media only screen and (max-width: 991px) {
  .home-secE {
    padding: 65px 0;
  }
}
@media only screen and (max-width: 991px) {
  .home-secE .heading {
    text-align: center;
  }
}
@media only screen and (max-width: 675px) {
  .home-secE .heading {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 345px) {
  .home-secE .heading {
    padding-right: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .home-secE .heading {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secE .container {
    padding-right: 0;
  }
}
.home-secE .flex {
  gap: 3rem;
}
.home-secE .flex .colA {
  flex: 1;
  position: sticky;
  top: calc(var(--headerfixed) + var(--padtop, 0px));
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .home-secE .flex .colA {
    display: none;
  }
}
.home-secE .flex .colA::before {
  z-index: 0;
  left: 80%;
}
.home-secE .flex .colA figure {
  line-height: 0;
}
.home-secE .flex .colA figure img {
  width: 100%;
}
.home-secE .flex .colB {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
  --padcolBlr: 15px;
}
@media only screen and (max-width: 1230px) {
  .home-secE .flex .colB {
    flex: 0 1 55%;
    max-width: 55%;
  }
}
@media only screen and (max-width: 1152px) {
  .home-secE .flex .colB {
    flex: 0 1 65%;
    max-width: 65%;
  }
}
@media only screen and (max-width: 991px) {
  .home-secE .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.home-secE .flex .colB .heading {
  margin-bottom: 42px;
  padding: 0 var(--padcolBlr);
}
@media only screen and (max-width: 1366px) {
  .home-secE .flex .colB .heading {
    margin-bottom: 30px;
  }
}
.home-secE .flex .colB .form-c {
  --padlr: var(--padcolBlr ,15px);
  --padt: 15px;
  --padb: 30px;
}
.home-secE .flex .colB .form-c .col-md:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1366px) {
  .home-secE .flex .colB .form-c .col-md:not(:last-child) {
    margin-bottom: 5px;
  }
}
.home-secE .flex .colB .form-c .col-md h6 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 0 var(--padlr);
}
@media only screen and (max-width: 1366px) {
  .home-secE .flex .colB .form-c .col-md h6 {
    font-size: 14px;
  }
}
.home-secE .flex .colB .form-c .col-md .swiper {
  max-width: 100%;
  padding: var(--padt) var(--padlr) var(--padb);
}
@media only screen and (max-width: 675px) {
  .home-secE .flex .colB .form-c .col-md .swiper-nav {
    display: none;
  }
}
.home-secE .flex .colB .form-c .col-md .swiper-nav .swiper-prev, .home-secE .flex .colB .form-c .col-md .swiper-nav .swiper-next {
  position: absolute;
  top: 34%;
  z-index: 2;
}
.home-secE .flex .colB .form-c .col-md .swiper-nav .swiper-prev svg, .home-secE .flex .colB .form-c .col-md .swiper-nav .swiper-next svg {
  width: 14px;
  height: auto;
}
.home-secE .flex .colB .form-c .col-md .swiper-nav .swiper-prev {
  right: 100%;
}
.home-secE .flex .colB .form-c .col-md .swiper-nav .swiper-next {
  left: 100%;
}
.home-secE .flex .colB .form-c .col-md .radio-div .type-input {
  border: 1px solid rgba(102, 102, 102, 0.5019607843);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: 0.5s ease;
  text-align: center;
  color: var(--text);
  padding: 15px 10px;
}
.home-secE .flex .colB .form-c .col-md .radio-div .type-input:has(input:checked) {
  color: var(--secondary);
  background: var(--white);
  border-color: var(--secondary);
  box-shadow: 0px 0px 21.7px 0px rgba(0, 0, 0, 0.1019607843);
}
.home-secE .flex .colB .form-c .col-md .radio-div .type-input:has(input:checked) span {
  --background: var(--secondary);
}
.home-secE .flex .colB .form-c .col-md .radio-div .type-input:has(input:checked) span::before {
  transform: scale(1);
  opacity: 1;
}
.home-secE .flex .colB .form-c .col-md .radio-div .type-input input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  z-index: 2;
}
.home-secE .flex .colB .form-c .col-md .radio-div span {
  display: block;
  text-align: center;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  --background: #666666B2;
  border: 2px solid var(--background);
  position: relative;
  transition: 0.3s ease;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
.home-secE .flex .colB .form-c .col-md .radio-div span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--background);
}
@media only screen and (max-width: 1366px) {
  .home-secE .flex .colB .form-c .col-md .radio-div span {
    height: 20px;
    width: 20px;
  }
}
.home-secE .flex .colB .form-c .col-md .radio-div span::before {
  bottom: auto;
  right: auto;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  transform: scale(0.7);
  opacity: 0;
  transition: 0.2s ease-out;
}
.home-secE .flex .colB .form-c .col-md .radio-div p {
  color: inherit;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.home-secE .flex .colB .form-c .col-md .radio-div .ico-svg {
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
.home-secE .flex .colB .form-c .col-md .radio-div .ico-svg img, .home-secE .flex .colB .form-c .col-md .radio-div .ico-svg svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.1s ease;
}
.home-secE .flex .colB .form-c .col-md .form {
  --inputsize: 48px;
  --item: 2;
  --gaptb: 14px;
  --gaplr: 14px;
  margin-top: 0rem;
  --paddingleftright: 16px;
  padding: 0 var(--padlr);
}
@media only screen and (max-width: 675px) {
  .home-secE .flex .colB .form-c .col-md .form {
    padding-right: calc(var(--padlr) + 15px);
    --item: 1;
  }
}
@media only screen and (max-width: 345px) {
  .home-secE .flex .colB .form-c .col-md .form {
    padding-right: calc(var(--padlr) + 13px);
  }
}
@media only screen and (max-width: 320px) {
  .home-secE .flex .colB .form-c .col-md .form {
    padding-right: calc(var(--padlr) + 10px);
  }
}
.home-secE .flex .colB .form-c .col-md .form .form-group {
  border: 1px solid #DFDADA;
  border-radius: 5px;
}
.home-secE .flex .colB .form-c .col-md .form .form-group::before, .home-secE .flex .colB .form-c .col-md .form .form-group::after {
  display: none;
}
.home-secE .flex .colB .form-c .col-md .form .form-group.active {
  border-color: var(--secondary);
}
.home-secE .flex .colB .form-c .col-md .form .form-group label {
  background: var(--white);
}
.home-secE .flex .colB .form-c .col-md .form .btn-grp {
  margin-top: 30px;
}/*# sourceMappingURL=home.css.map */