@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.home-banner.banner {
  margin-top: var(--headerheight);
}
.home-banner.banner .bg {
  height: calc(100vh - var(--headerheight));
}
@media only screen and (max-width: 1024px) {
  .home-banner.banner .bg {
    height: 80vh;
  }
}
@media only screen and (max-width: 991px) {
  .home-banner.banner .bg {
    height: 400px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner.banner .bg {
    height: 60vh;
  }
}
.home-banner.banner .bg .banner-wrapper {
  bottom: 50%;
  translate: 0 50%;
}
.home-banner.banner .bg .banner-wrapper .bg-wrapper {
  max-width: 880px;
}
.home-banner.banner .bg .banner-wrapper .bg-wrapper h1 {
  color: var(--white);
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1170px) {
  .home-banner.banner .bg .banner-wrapper .bg-wrapper h1 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 991px) {
  .home-banner.banner .bg .banner-wrapper .bg-wrapper h1 {
    line-height: 1.2;
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .home-banner.banner .bg .banner-wrapper .bg-wrapper h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner.banner .bg .banner-wrapper .bg-wrapper h1 {
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
  }
}
.home-banner.banner .bg .banner-wrapper .bg-wrapper p {
  max-width: 510px;
  font-family: "Nunito";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
}
@media only screen and (max-width: 991px) {
  .home-banner.banner .bg .banner-wrapper .bg-wrapper p {
    color: rgba(255, 255, 255, 0.8784313725);
    max-width: 540px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner.banner .bg .banner-wrapper .bg-wrapper p {
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    color: rgba(255, 255, 255, 0.8588235294);
    display: none;
  }
}
.home-banner.banner .bg .banner-wrapper .bg-wrapper .btn {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .home-banner.banner .bg .banner-wrapper .bg-wrapper .btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner.banner .bg .banner-wrapper .bg-wrapper .btn {
    margin: 30px auto 0;
  }
}

.home-secA {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .home-secA {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA {
    padding: 40px 0;
  }
}
.home-secA .container .heading {
  text-align: center;
  max-width: 640px;
  margin: auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1170px) {
  .home-secA .container .heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .container .heading {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .container .heading {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.home-secA .container .heading h2 {
  color: var(--black);
}
.home-secA .container .heading p {
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (max-width: 540px) {
  .home-secA .container .heading p {
    font-size: 14px;
    text-align: center;
  }
}
.home-secA .container .services-slider {
  position: relative;
}
.home-secA .container .services-slider .swiper-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 104%;
  position: absolute;
  top: 50%;
  left: -2%;
  translate: 0% -50%;
  z-index: 2;
  max-width: 110%;
}
@media only screen and (max-width: 540px) {
  .home-secA .container .services-slider .swiper-nav {
    display: none;
  }
}
.home-secA .container .services-slider .swiper-nav button {
  width: 45px;
  height: 45px;
  background-color: var(--white);
  border-radius: 50%;
  border: none;
}
.home-secA .container .services-slider .swiper-nav button.swiper-prev:hover svg {
  translate: -5px 0;
}
.home-secA .container .services-slider .swiper-nav button.swiper-next:hover svg {
  translate: 5px 0;
}
.home-secA .container .services-slider .swiper-nav button svg {
  transition: 0.3s ease;
  vertical-align: middle;
}
.home-secA .container .services-slider .swiper-nav button svg path {
  fill: var(--black);
}
.home-secA .container .services-slider .services-slider-slider .swiper-wrapper {
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .home-secA .container .services-slider .services-slider-slider .swiper-wrapper {
    justify-content: start;
  }
}
.home-secA .container .services-slider .services-slider-slider .swiper-slide {
  padding: 10px 0;
}
.home-secA .container .view-btn {
  text-align: center;
}

.home-secB {
  padding: 60px 0;
  overflow: hidden;
}
@media only screen and (max-width: 1170px) {
  .home-secB {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-secB {
    padding: 30px 0 70px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB {
    padding: 20px 0 60px 0;
  }
}
.home-secB .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .home-secB .flex-box {
    flex-direction: column-reverse;
    gap: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secB .flex-box {
    display: block;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .flex-box {
    display: block;
  }
}
.home-secB .flex-box .flex-box-item:first-child {
  max-width: 45%;
}
@media only screen and (max-width: 1170px) {
  .home-secB .flex-box .flex-box-item:first-child {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .home-secB .flex-box .flex-box-item:first-child {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .flex-box .flex-box-item:first-child {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.home-secB .flex-box .flex-box-item:first-child .heading {
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .home-secB .flex-box .flex-box-item:first-child .heading {
    text-align: center;
  }
}
.home-secB .flex-box .flex-box-item:first-child .heading h2 {
  font-weight: 300;
  font-size: 48px;
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  .home-secB .flex-box .flex-box-item:first-child .heading h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .flex-box .flex-box-item:first-child .heading h2 {
    font-size: 26px;
  }
}
.home-secB .flex-box .flex-box-item:first-child .heading h2 span:nth-child(1) {
  color: var(--primary);
}
.home-secB .flex-box .flex-box-item:first-child .heading h2 span:nth-child(2) {
  color: #666666;
}
.home-secB .flex-box .flex-box-item:first-child .heading h2 span:nth-child(3) {
  color: #03052E;
}
.home-secB .flex-box .flex-box-item:first-child .heading p:not(:last-child) {
  margin-bottom: 8px;
}
.home-secB .flex-box .flex-box-item:first-child .counter-flex {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 30px;
  margin: 30px 0;
}
@media only screen and (max-width: 1170px) {
  .home-secB .flex-box .flex-box-item:first-child .counter-flex {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 991px) {
  .home-secB .flex-box .flex-box-item:first-child .counter-flex {
    gap: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secB .flex-box .flex-box-item:first-child .counter-flex {
    gap: 45px;
    justify-content: center;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .flex-box .flex-box-item:first-child .counter-flex {
    gap: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secB .flex-box .flex-box-item:first-child .counter-flex .counter-item {
    text-align: center;
  }
}
.home-secB .flex-box .flex-box-item:first-child .counter-flex .counter-item h5 {
  font-weight: 500;
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .home-secB .flex-box .flex-box-item:first-child .counter-flex .counter-item h5 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .flex-box .flex-box-item:first-child .counter-flex .counter-item h5 {
    font-size: 20px;
    margin-bottom: 3px;
  }
}
.home-secB .flex-box .flex-box-item:first-child .counter-flex .counter-item p {
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  color: var(--text);
}
@media only screen and (max-width: 991px) {
  .home-secB .flex-box .flex-box-item:first-child .counter-flex .counter-item p {
    line-height: 1.3;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .flex-box .flex-box-item:first-child .counter-flex .counter-item p {
    font-size: 12px;
  }
}
.home-secB .flex-box .flex-box-item:first-child .more-btn {
  margin: 30px 0;
}
@media only screen and (max-width: 991px) {
  .home-secB .flex-box .flex-box-item:first-child .more-btn {
    margin: 20px 0 0;
  }
}
.home-secB .flex-box .flex-box-item:first-child .more-btn a {
  opacity: 1;
  border-radius: 5px;
  padding: 8px 15px;
  color: var(--white);
  align-items: center;
  background: var(--primary);
  border: 1px solid var(--primary);
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .home-secB .flex-box .flex-box-item:first-child .more-btn a {
    margin: auto;
    padding: 1px 15px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .flex-box .flex-box-item:first-child .more-btn a {
    margin: auto;
    padding: 1px 15px;
  }
}
.home-secB .flex-box .flex-box-item:first-child .more-btn a svg {
  padding-left: 10px;
  transition: 0.3s ease;
  width: 30px;
  height: 30px;
}
.home-secB .flex-box .flex-box-item:first-child .more-btn a:hover {
  background: var(--white);
  border: 1px solid var(--primary);
  color: var(--primary);
  font-weight: 500;
}
.home-secB .flex-box .flex-box-item:first-child .more-btn a:hover svg path {
  stroke: var(--primary);
}
.home-secB .flex-box .flex-box-item:last-child .video-sec {
  position: relative;
}
.home-secB .flex-box .flex-box-item:last-child .video-sec figure {
  width: 500px;
  height: 415px;
  border-top-left-radius: 50px;
}
@media only screen and (max-width: 1170px) {
  .home-secB .flex-box .flex-box-item:last-child .video-sec figure {
    width: 400px;
    height: 315px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secB .flex-box .flex-box-item:last-child .video-sec figure {
    margin: auto;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .flex-box .flex-box-item:last-child .video-sec figure {
    width: 100%;
    height: 235px;
  }
}
.home-secB .flex-box .flex-box-item:last-child .video-sec figure video, .home-secB .flex-box .flex-box-item:last-child .video-sec figure img {
  transform: translate(-10%, 0%);
  border-top-left-radius: 50px;
}
@media only screen and (max-width: 1024px) {
  .home-secB .flex-box .flex-box-item:last-child .video-sec figure video, .home-secB .flex-box .flex-box-item:last-child .video-sec figure img {
    transform: translate(-4%, 5%);
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .flex-box .flex-box-item:last-child .video-sec figure video, .home-secB .flex-box .flex-box-item:last-child .video-sec figure img {
    transform: translate(0, 0);
  }
}
.home-secB .flex-box .flex-box-item:last-child .video-sec figure .play-button {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .home-secB .flex-box .flex-box-item:last-child .video-sec figure .play-button {
    left: 50%;
  }
}
.home-secB .flex-box .flex-box-item:last-child .video-sec figure .play-button .play-btn {
  background: var(--white);
}
.home-secB .flex-box .flex-box-item:last-child .video-sec figure .play-button .play-btn::after {
  border-left: calc(var(--btnsize) / 5.6) solid #1C499B;
}
.home-secB .flex-box .flex-box-item:last-child .video-sec .bg {
  position: absolute;
  background: var(--secondary);
  width: 500px;
  height: 415px;
  top: 10%;
  left: 0%;
  z-index: -1;
}
@media only screen and (max-width: 1170px) {
  .home-secB .flex-box .flex-box-item:last-child .video-sec .bg {
    width: 400px;
    height: 315px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secB .flex-box .flex-box-item:last-child .video-sec .bg {
    top: 9%;
    left: 15%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .flex-box .flex-box-item:last-child .video-sec .bg {
    width: 100%;
    height: 235px;
    top: 7%;
    left: 3%;
  }
}
.home-secB .flex-box .flex-box-item:last-child .video-sec video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  line-height: 0;
}

.home-secC {
  padding: 100px 0;
  background: #F4F4F4;
}
@media only screen and (max-width: 1170px) {
  .home-secC {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-secC {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC {
    padding: 40px 0;
  }
}
.home-secC .container .heading {
  text-align: center;
}
.home-secC .container .heading h2 {
  font-weight: 300;
  font-size: 48px;
  line-height: 45px;
}
@media only screen and (max-width: 991px) {
  .home-secC .container .heading h2 {
    line-height: 1.2;
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secC .container .heading h2 {
    font-size: 32px;
  }
}
.home-secC .container .flex-box {
  display: flex;
  justify-content: space-around;
  padding: 70px 0 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 1170px) {
  .home-secC .container .flex-box {
    padding: 60px 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .home-secC .container .flex-box {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 991px) {
  .home-secC .container .flex-box {
    padding: 50px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-secC .container .flex-box {
    padding: 40px 0 0;
    flex-direction: column-reverse;
    gap: 25px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .container .flex-box {
    display: block;
    padding: 20px 0 0 0;
  }
}
.home-secC .container .flex-box .flex-box-item:first-child {
  width: 100%;
  max-width: 45%;
}
@media only screen and (max-width: 1170px) {
  .home-secC .container .flex-box .flex-box-item:first-child {
    max-width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .home-secC .container .flex-box .flex-box-item:first-child {
    max-width: 100%;
  }
}
.home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col {
  border-bottom: 1px solid rgba(0, 0, 0, 0.231372549);
}
.home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col .title {
  cursor: pointer;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col .title h6 {
  font-weight: 500;
  font-size: 30px;
  color: var(--text);
  transition: 0.5s ease;
}
@media only screen and (max-width: 1170px) {
  .home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col .title h6 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col .title h6 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col .title h6 {
    font-size: 20px;
  }
}
.home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col .title .ico {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease;
}
.home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col .title .ico svg {
  width: 30px;
  height: 30px;
  transition: 0.5s ease;
}
@media only screen and (max-width: 540px) {
  .home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col .title .ico svg {
    width: 20px;
    height: 20px;
  }
}
.home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col .title .ico svg path {
  color: #666666;
}
.home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col article {
  padding-bottom: 20px;
}
.home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col article .content-desc p {
  font-weight: 400;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col article .content-desc p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col article .content-desc p {
    font-size: 14px;
  }
}
.home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col article .content-desc p:not(:last-child) {
  margin-bottom: 10px;
}
.home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col article .btn {
  margin-top: 20px;
}
.home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col.active h6 {
  color: var(--primary);
}
.home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col.active .ico {
  transform: rotate(0.5turn);
}
.home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col.active .ico svg path {
  stroke: var(--primary);
}
.home-secC .container .flex-box .flex-box-item:last-child {
  max-width: 45%;
  width: 478px;
  height: 521px;
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .home-secC .container .flex-box .flex-box-item:last-child {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .container .flex-box .flex-box-item:last-child {
    display: none;
  }
}
.home-secC .container .flex-box .flex-box-item:last-child .tabs figure img {
  transition: 0.9s ease;
  height: 100%;
  width: 100%;
  transform: scale(0);
}
@media only screen and (max-width: 768px) {
  .home-secC .container .flex-box .flex-box-item:last-child .tabs figure img {
    border-radius: 10px;
  }
}
.home-secC .container .flex-box .flex-box-item:last-child .active figure img {
  transform: scale(1);
}

.home-secD .heading {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .home-secD .heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .heading {
    margin-bottom: 30px;
  }
}
.home-secD .main_wrapper {
  position: relative;
}
.home-secD .main_wrapper .award_slider {
  max-width: 97%;
}
.home-secD .main_wrapper .award_slider .swiper-wrapper .swiper-slide figure {
  height: 260px;
}
.home-secD .main_wrapper .award_slider .swiper-wrapper .swiper-slide figure img {
  -o-object-fit: contain;
     object-fit: contain;
}

.home-secE .banner-wrapper .heading {
  max-width: 680px;
  text-align: center;
  margin: 0 auto;
}
.home-secE .banner-wrapper .heading h2 {
  color: var(--white);
}
@media only screen and (max-width: 768px) {
  .home-secE .banner-wrapper .heading h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .banner-wrapper .heading h2 {
    font-size: 22px;
  }
}
.home-secE .banner-wrapper .heading .btn {
  margin: 40px auto 0;
}
@media only screen and (max-width: 768px) {
  .home-secE .banner-wrapper .heading .btn {
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .banner-wrapper .heading .btn {
    margin: 20px auto 0;
  }
}

.home-secF {
  padding: 50px 0;
  background: #F4F4F4;
}
@media only screen and (max-width: 768px) {
  .home-secF {
    padding: 40px 0;
  }
}
.home-secF .heading {
  text-align: center;
}
.home-secF .heading h2 {
  color: #03052E;
}
.home-secF .grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  align-items: start;
  padding: 50px 0;
}
@media only screen and (max-width: 991px) {
  .home-secF .grid-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .home-secF .grid-box {
    padding: 40px 0;
    grid-gap: 20px 15px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secF .grid-box {
    grid-template-columns: repeat(1, 1fr);
    padding: 30px 0 20px;
  }
}
.home-secF .grid-box .grid-box-item {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: var(--white);
  overflow: hidden;
  position: relative;
}
.home-secF .grid-box .grid-box-item .content {
  padding: 30px;
}
@media only screen and (max-width: 1170px) {
  .home-secF .grid-box .grid-box-item .content {
    padding: 15px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secF .grid-box .grid-box-item .content {
    padding: 15px;
  }
}
.home-secF .grid-box .grid-box-item .content h4 {
  font-weight: 300;
  font-size: 20px;
  color: var(--black);
  padding-bottom: 10px;
}
@media only screen and (max-width: 1170px) {
  .home-secF .grid-box .grid-box-item .content h4 {
    font-size: 18px;
  }
}
.home-secF .grid-box .grid-box-item .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: var(--text);
}
.home-secF .grid-box .grid-box-item figure {
  height: 224px;
  overflow: hidden;
}
.home-secF .grid-box .grid-box-item figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.home-secF .grid-box .grid-box-item:hover img {
  transform: scale(1.1);
}
.home-secF .view-btn {
  margin: 30px 0;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .home-secF .view-btn {
    margin-bottom: 0;
  }
}
.home-secF .view-btn a {
  opacity: 1;
  border-radius: 5px;
  padding: 8px 15px;
  color: var(--white);
  border: 1px solid var(--primary);
  align-items: center;
  background: var(--primary);
}
.home-secF .view-btn a svg {
  padding-left: 10px;
  transition: 0.3s ease;
  width: 30px;
}
.home-secF .view-btn a:hover {
  background: var(--white);
  border: 1px solid var(--primary);
  color: var(--primary);
}
.home-secF .view-btn a:hover svg {
  padding-left: 6px;
}
.home-secF .view-btn a:hover svg path {
  fill: var(--primary);
}

.shop-now .heading {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .shop-now .heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .shop-now .heading {
    margin-bottom: 30px;
  }
}
.shop-now .main-wrapper {
  --gap: 40px;
  gap: var(--gap);
}
@media only screen and (max-width: 1170px) {
  .shop-now .main-wrapper {
    --gap: 20px;
  }
}
.shop-now .main-wrapper .shop_wrap {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .shop-now .main-wrapper .shop_wrap {
    flex: 0 1 100%;
  }
}
.shop-now .main-wrapper .shop_wrap:hover figure img {
  transform: scale(1.1);
}
.shop-now .main-wrapper .shop_wrap::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.shop-now .main-wrapper .shop_wrap figcaption {
  padding: 0 20px 30px;
}
@media only screen and (max-width: 1170px) {
  .shop-now .main-wrapper .shop_wrap figcaption {
    padding: 0 20px 25px;
  }
}
.shop-now .main-wrapper .shop_wrap figcaption h2 {
  color: var(--white);
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 300;
}
@media only screen and (max-width: 1170px) {
  .shop-now .main-wrapper .shop_wrap figcaption h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .shop-now .main-wrapper .shop_wrap figcaption h2 {
    font-size: 22px;
  }
}
.shop-now .main-wrapper .shop_wrap figcaption p {
  color: var(--white);
  line-height: 1.4;
}
@media only screen and (max-width: 991px) {
  .shop-now .main-wrapper .shop_wrap figcaption p {
    line-height: 1.2;
  }
}
.shop-now .main-wrapper .shop_wrap figcaption .btn {
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .shop-now .main-wrapper .shop_wrap figcaption .btn {
    --height: 34px;
  }
}

.contact-sec.banner .bg {
  height: 650px;
}
@media only screen and (max-width: 540px) {
  .contact-sec.banner .bg {
    height: 770px;
  }
}
.contact-sec.banner .banner-wrapper {
  bottom: 50%;
  translate: 0 50%;
}
.contact-sec.banner .banner-wrapper .main_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  --gap: 60px;
  gap: var(--gap);
}
@media only screen and (max-width: 1170px) {
  .contact-sec.banner .banner-wrapper .main_wrapper {
    --gap: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-sec.banner .banner-wrapper .main_wrapper {
    --gap: 40px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .contact-sec.banner .banner-wrapper .main_wrapper {
    --gap: 25px;
  }
}
.contact-sec.banner .banner-wrapper .main_wrapper .heading {
  flex: 0 1 auto;
  max-width: 50%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .contact-sec.banner .banner-wrapper .main_wrapper .heading {
    max-width: 100%;
  }
}
.contact-sec.banner .banner-wrapper .main_wrapper .heading h2, .contact-sec.banner .banner-wrapper .main_wrapper .heading p {
  color: var(--white);
  line-height: 1.2;
}
@media only screen and (max-width: 540px) {
  .contact-sec.banner .banner-wrapper .main_wrapper .heading h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.contact-sec.banner .banner-wrapper .main_wrapper .heading p {
  line-height: 1.4;
}
.contact-sec.banner .banner-wrapper .main_wrapper .contact-form {
  flex: 1;
  max-width: calc(45% - var(--gap));
  width: 100%;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  border-radius: 15px;
  padding: 40px;
  --labelbefore: var(--white);
  --labelafter: var(--white);
  --borderbefore: var(--white);
  --borderafter: var(--white);
  --color: var(--white);
}
@media only screen and (max-width: 1170px) {
  .contact-sec.banner .banner-wrapper .main_wrapper .contact-form {
    padding: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-sec.banner .banner-wrapper .main_wrapper .contact-form {
    max-width: 100%;
  }
  .contact-sec.banner .banner-wrapper .main_wrapper .contact-form .form-grid {
    --item: 2;
  }
}
@media only screen and (max-width: 540px) {
  .contact-sec.banner .banner-wrapper .main_wrapper .contact-form {
    padding: 15px 20px;
  }
  .contact-sec.banner .banner-wrapper .main_wrapper .contact-form .form-grid {
    --item: 1;
  }
}
.contact-sec.banner .banner-wrapper .main_wrapper .contact-form input {
  color: var(--color);
}
@media only screen and (max-width: 991px) {
  .contact-sec.banner .banner-wrapper .main_wrapper .contact-form .sbmt-grp {
    grid-column: span var(--item);
  }
  .contact-sec.banner .banner-wrapper .main_wrapper .contact-form .sbmt-grp button {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .contact-sec.banner .banner-wrapper .main_wrapper .contact-form .sbmt-grp {
    margin-top: 10px;
  }
}

.clients_sec .heading {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .clients_sec .heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .clients_sec .heading {
    margin-bottom: 30px;
  }
}
.clients_sec .client_slider .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear !important;
}
@media only screen and (max-width: 768px) {
  .clients_sec .client_slider .swiper-wrapper figure {
    width: 130px;
  }
}
@media only screen and (max-width: 540px) {
  .clients_sec .client_slider .swiper-wrapper figure {
    width: 100px;
  }
}
.clients_sec .client_slider .swiper-wrapper figure img {
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=home.css.map */