@import './../css/components/links.css';
.sc-icon {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-flex;
}
.sc-icon.sc-icon-md {
  width: 1.5rem;
  height: 1.5rem;
}
.sc-icon.sc-icon-xl {
  width: 2.75rem;
  height: 2.75rem;
}
.sc-icon.sc-icon-3xl {
  width: 6rem;
  height: 6rem;
}
.sc-icon.sc-services-icon {
  background-image: url(./../../../assets/images/service-icon.svg);
}
.sc-icon.sc-innovative-product-icon {
  background-image: url(./../../../assets/images/innovative-product-icon.svg);
}
.sc-icon.sc-integration-service-icon {
  background-image: url(../../images/ser);
}
.sc-icon.sc-saleforce-devlop-icon {
  background-image: url(./../../../assets/images/salesforce-devops-icon.svg);
}
.sc-icon.sc-innovative-product-icon {
  background-image: url(./../../../assets/images/innovative-product-icon.svg);
}
.sc-icon.sc-contact-icon {
  background-image: url(./../../../assets/images/contact-icon.svg);
}
.sc-icon.sc-email-icon {
  background-image: url(./../../../assets/images/email-blue-icon.svg);
}

.container-fixed {
  width: min(100%, 1140px);
  margin: 0 auto;
}

.conatiner-fluid {
  width: 100%;
}

.main-cnr {
  background: #fff url(../images/light-bg.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  /* The width of each slide */
  /* Color of the arrows */
}
.main-cnr .banner .banner-img {
  width: 100%;
}
.main-cnr .banner .banner-img .foo {
  background-image: image-set(url("image.jpg") 1x, url("image-2x.jpg") 2x);
}
.main-cnr .banner .banner-img .banner-title {
  font-weight: 600;
  font-size: 64px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 105px;
  top: 35%;
  width: 37%;
}
.main-cnr .about-us {
  background: #fff;
}
.main-cnr .about-us .about-bg {
  margin: 32px 0;
  padding-bottom: 32px;
  background-image: image-set(url("../images/about-us-location-1x.webp") 1x, url("../images/about-us-location-2x.webp") 2x);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  position: relative;
  z-index: 1;
}
.main-cnr .about-us .about-bg .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  align-items: center;
}
.main-cnr .about-us .about-bg .content .paragraph {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
  width: 74%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main-cnr .about-us .about-bg .content .tablist {
  display: flex;
  gap: 8px;
}
.main-cnr .about-us .about-bg .content .tablist .tab-item {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 8px 20px;
  text-decoration: none;
  color: #475467;
}
.main-cnr .title {
  font-weight: 500;
  font-size: 32px;
  background: linear-gradient(90.3deg, #2c87d7 47.06%, #00ccfe 103.21%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}
.main-cnr .sub-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #656565;
}
.main-cnr .service .service-bg {
  background-image: image-set(url("../images/service-bg-1x.webp") 1x, url("../images/service-bg-2x.webp") 2x);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  position: relative;
  z-index: 1;
  padding: 32px;
}
.main-cnr .service .service-bg .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
.main-cnr .service .service-bg .content .title {
  font-weight: 500;
  font-size: 40px;
  background: linear-gradient(90.3deg, #2c87d7 47.06%, #00ccfe 103.21%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.main-cnr .service .service-bg .content .title.product {
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  background: linear-gradient(180deg, rgba(245, 245, 245, 0.96) 0%, #73cbf3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.main-cnr .service .service-bg .content .title .sfdc-partner {
  display: flex;
  flex: 1 1 auto;
  margin: -28px 20px;
}
.main-cnr .service .service-bg .content .title .sfdc-partner img {
  width: 72%;
}
.main-cnr .service .service-bg .content .sub-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  background: linear-gradient(180deg, rgba(245, 245, 245, 0.96) 0%, #73cbf3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.main-cnr .service .service-bg .content .salesforce-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.main-cnr .service .service-bg .content .salesforce-list .salesforce-item {
  mix-blend-mode: luminosity;
  border-radius: 12px;
}
.main-cnr .service .service-bg .content .salesforce-list .salesforce-item:nth-of-type(4) {
  margin-left: auto;
  margin-right: 40px;
}
.main-cnr .service .service-bg .content .salesforce-list .salesforce-item:nth-of-type(5) {
  margin-left: 40px;
  margin-right: auto;
}
.main-cnr .service .service-bg .content .salesforce-list .salesforce-item:hover {
  mix-blend-mode: lighten;
}
.main-cnr .service .service-bg .content .salesforce-list .salesforce-item .fa-brands {
  font-size: 60px;
}
.main-cnr .service .service-bg .content .salesforce-list .salesforce-item .service-cloud {
  background-image: image-set(url("../images/service-cloud-1x.webp") 1x, url("../images/service-cloud-2x.webp") 2x);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 300px;
  height: 260px;
  display: flex;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
}
.main-cnr .service .service-bg .content .salesforce-list .salesforce-item .community-cloud {
  background-image: image-set(url("../images/community-cloud-1x.webp") 1x, url("../images/community-cloud-2x.webp") 2x);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 300px;
  height: 260px;
  display: flex;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
}
.main-cnr .service .service-bg .content .salesforce-list .salesforce-item .cpq-cloud {
  background-image: image-set(url("../images/cpq-cloud-1x.webp") 1x, url("../images/cpq-cloud-2x.webp") 2x);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 300px;
  height: 260px;
  display: flex;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
}
.main-cnr .service .service-bg .content .salesforce-list .salesforce-item .devops-cloud {
  background-image: image-set(url("../images/devops-cloud-1x.webp") 1x, url("../images/devops-cloud-2x.webp") 2x);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 300px;
  height: 260px;
  display: flex;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
}
.main-cnr .service .service-bg .content .salesforce-list .salesforce-item .commerce-cloud {
  background-image: image-set(url("../images/commerce-cloud-1x.webp") 1x, url("../images/commerce-cloud-2x.webp") 2x);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 300px;
  height: 260px;
  display: flex;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
}
.main-cnr .service .service-bg .content .product-list-main {
  display: flex;
  gap: 14px;
  flex-direction: row;
  color: #fff;
  flex: 1 1 auto;
  width: 100%;
}
.main-cnr .service .service-bg .content .product-list-main.product-list-mobile {
  display: none;
}
.main-cnr .service .service-bg .content .product-list-main .prlist-L {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 0 0 70%;
  width: inherit;
}
.main-cnr .service .service-bg .content .product-list-main .prlist-L .pr-item-top,
.main-cnr .service .service-bg .content .product-list-main .prlist-L .pr-item-bottom {
  display: flex;
  flex-direction: row;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9.5px);
  border-radius: 16px;
  padding: 46px;
}
.main-cnr .service .service-bg .content .product-list-main .prlist-L .pr-item-top .pr-heading,
.main-cnr .service .service-bg .content .product-list-main .prlist-L .pr-item-bottom .pr-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 45%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  border-right: 1px solid transparent;
  border-image: linear-gradient(180.03deg, rgba(44, 135, 215, 0) -3.72%, #00667f 48.77%, rgba(44, 135, 215, 0) 99.97%);
  border-image-slice: 1;
  filter: grayscale(0);
  justify-content: center;
}
.main-cnr .service .service-bg .content .product-list-main .prlist-L .pr-item-top .pr-list,
.main-cnr .service .service-bg .content .product-list-main .prlist-L .pr-item-bottom .pr-list {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  display: flex;
  flex: 1 1 auto;
  padding: 16px 32px;
}
.main-cnr .service .service-bg .content .product-list-main .prlist-L .pr-item-top .pr-list ul,
.main-cnr .service .service-bg .content .product-list-main .prlist-L .pr-item-bottom .pr-list ul {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
.main-cnr .service .service-bg .content .product-list-main .prlist-L .pr-item-top .pr-list ul li,
.main-cnr .service .service-bg .content .product-list-main .prlist-L .pr-item-bottom .pr-list ul li {
  list-style: none;
  padding: 20px 0;
  border-image-slice: 1;
  filter: grayscale(0);
}
.main-cnr .service .service-bg .content .product-list-main .prlist-L .pr-item-top .pr-list ul li.innovation,
.main-cnr .service .service-bg .content .product-list-main .prlist-L .pr-item-bottom .pr-list ul li.innovation {
  border-bottom: none !important;
}
.main-cnr .service .service-bg .content .product-list-main .prlist-L .pr-item-top .pr-list ul li:nth-child(2),
.main-cnr .service .service-bg .content .product-list-main .prlist-L .pr-item-bottom .pr-list ul li:nth-child(2) {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(90.3deg, #00667f 47.06%, rgba(44, 135, 215, 0) 103.21%);
  border-image-slice: 1;
}
.main-cnr .service .service-bg .content .product-list-main .prlist-R {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9.5px);
  border-radius: 16px;
  padding-block-start: 20px;
  flex: 0 0 30%;
}
.main-cnr .service .service-bg .content .product-list-main .prlist-R .marketing-heading {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  align-items: center;
  padding-block-end: 20px;
  text-align: center;
}
.main-cnr .service .service-bg .content .product-list-main .prlist-R .marketing-heading .fa-light {
  font-size: 74px;
  background: linear-gradient(69.32deg, #2c87d7 -0.92%, #00ccfe 72.65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.main-cnr .service .service-bg .content .product-list-main .prlist-R .marketing-list {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}
.main-cnr .service .service-bg .content .product-list-main .prlist-R .marketing-list ul li {
  list-style: none;
  padding: 12px 0;
  text-align: center;
  filter: grayscale(0);
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(90.3deg, rgba(44, 135, 215, 0) 0.83%, #00667f 52.65%, rgba(44, 135, 215, 0) 103.2%);
  border-image: linear-gradient(90.3deg, rgba(44, 135, 215, 0) 0.83%, #00667f 52.65%, rgba(44, 135, 215, 0) 103.2%);
  border-image-slice: 1;
}
.main-cnr .service .service-bg .content .product-list-main .product-item {
  box-shadow: 0px 0px 14.5611px rgba(80, 110, 118, 0.15);
  backdrop-filter: blur(6px);
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: linear-gradient(#02111b, #02111b) padding-box, linear-gradient(101.23deg, rgba(213, 254, 245, 0.4) 3.79%, rgba(255, 255, 255, 0.12) 97.82%) border-box;
  border-radius: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 320px;
  gap: 12px;
  padding: 40px;
}
.main-cnr .service .service-bg .content .product-list-main .product-item:hover {
  padding: 60px;
}
.main-cnr .service .service-bg .content .product-list-main .product-item:hover .fa-regular,
.main-cnr .service .service-bg .content .product-list-main .product-item:hover .fa-brands,
.main-cnr .service .service-bg .content .product-list-main .product-item:hover .product-title,
.main-cnr .service .service-bg .content .product-list-main .product-item:hover img {
  display: none;
}
.main-cnr .service .service-bg .content .product-list-main .product-item:hover .service-lists {
  display: block;
}
.main-cnr .service .service-bg .content .product-list-main .product-item .fa-regular,
.main-cnr .service .service-bg .content .product-list-main .product-item .fa-brands {
  font-size: 56px;
  background: linear-gradient(90.3deg, #2c87d7 47.06%, #00ccfe 103.21%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.main-cnr .service .service-bg .content .product-list-main .product-item :is(.product-title, .service-listing) {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
}
.main-cnr .service .service-bg .content .product-list-main .product-item .service-lists {
  display: none;
}
.main-cnr .service .service-bg .content .product-list-main .product-item .service-listing {
  padding-top: 32px;
  text-align: left;
}
.main-cnr .service .service-bg .content .product-list {
  display: flex;
  gap: 14px;
  justify-content: center;
}
.main-cnr .service .service-bg .content .product-list .product-item {
  box-shadow: 0px 0px 14.5611px rgba(80, 110, 118, 0.15);
  backdrop-filter: blur(6px);
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: linear-gradient(#02111b, #02111b) padding-box, linear-gradient(101.23deg, rgba(213, 254, 245, 0.4) 3.79%, rgba(255, 255, 255, 0.12) 97.82%) border-box;
  border-radius: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 320px;
  gap: 12px;
  padding: 40px;
}
.main-cnr .service .service-bg .content .product-list .product-item:hover {
  padding: 60px;
}
.main-cnr .service .service-bg .content .product-list .product-item:hover .fa-regular,
.main-cnr .service .service-bg .content .product-list .product-item:hover .fa-brands,
.main-cnr .service .service-bg .content .product-list .product-item:hover .product-title,
.main-cnr .service .service-bg .content .product-list .product-item:hover img {
  display: none;
}
.main-cnr .service .service-bg .content .product-list .product-item:hover .product-info {
  display: block;
  align-self: center;
}
.main-cnr .service .service-bg .content .product-list .product-item:hover .product-info .prod-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  background: linear-gradient(69.32deg, #2c87d7 -0.92%, #00ccfe 72.65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.main-cnr .service .service-bg .content .product-list .product-item:hover .product-info .service-lists {
  margin-top: 32px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.main-cnr .service .service-bg .content .product-list .product-item:hover .product-info .service-lists .service-listing {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
}
.main-cnr .service .service-bg .content .product-list .product-item .top-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.main-cnr .service .service-bg .content .product-list .product-item .fa-regular,
.main-cnr .service .service-bg .content .product-list .product-item .fa-brands {
  font-size: 56px;
  background: linear-gradient(90.3deg, #2c87d7 47.06%, #00ccfe 103.21%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.main-cnr .service .service-bg .content .product-list .product-item :is(.product-title, .service-listing) {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
}
.main-cnr .service .service-bg .content .product-list .product-item .service-lists {
  display: none;
}
.main-cnr .slick-slide {
  width: 350px;
  margin: 12px;
}
.main-cnr .slick-prev,
.main-cnr .slick-next {
  border: 1px solid #11a1f2;
  padding: 8px;
  border-radius: 40px;
  font-family: "Font Awesome 6 Pro";
}
.main-cnr .slick-prev {
  left: -40px;
}
.main-cnr .slick-next {
  right: -40px;
}
.main-cnr .slick-prev::before,
.main-cnr .slick-next::before {
  font-family: "Font Awesome 6 Pro";
  background: none;
  width: auto;
  height: auto;
  font-size: 16px;
  color: #11a1f2;
}
.main-cnr .slick-prev::before {
  content: "\f053";
}
.main-cnr .slick-next::before {
  content: "\f054";
}
.main-cnr .product .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.main-cnr .product .content .title {
  margin-top: 32px;
}
.main-cnr .product .content .sub-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #656565;
}
.main-cnr .product .content .product-list-item .product-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 21px 3px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 24px 16px;
  gap: 12px;
}
.main-cnr .product .content .product-list-item .product-item .product-logos {
  padding: 8px;
}
.main-cnr .product .content .product-list-item .product-item .title-section {
  background: linear-gradient(90.3deg, #2c87d7 47.06%, #00ccfe 103.21%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
}
.main-cnr .contact {
  padding: 0 0 32px;
}
.main-cnr .contact .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  align-items: center;
  margin: 32px;
}
.main-cnr .contact .content .contact-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  height: 88px;
  padding: 12px;
}
.main-cnr .contact .content .contact-list .email-icon {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.05);
  border-radius: 34px;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.main-cnr .contact .content .contact-list .email-icon .icons {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  width: 45px;
  height: 45px;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-cnr .contact .content .contact-list .email-icon .icons .fa-regular {
  font-size: 24px;
  color: #11a1f2;
}

.popup-open .header {
  z-index: 1;
}
.popup-open .header.home-header {
  z-index: 1 !important;
}

#preloader {
  width: 100%;
  height: 100vh;
  background: #000;
  z-index: 100;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-open {
  overflow: hidden;
}

.loader {
  --path: #2f3545;
  --dot: #5628ee;
  --duration: 2s;
  width: 44px;
  height: 44px;
  position: relative;
}
.loader:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  display: block;
  background: var(--dot);
  top: 37px;
  left: 19px;
  transform: translate(-18px, -18px);
  animation: dotRect var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}
.loader svg {
  display: block;
  width: 100%;
  height: 100%;
}
.loader svg polygon {
  fill: none;
  stroke: var(--path);
  stroke-width: 10px;
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-dasharray: 145 76 145 76;
  stroke-dashoffset: 0;
  animation: pathTriangle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}

.loader.triangle {
  width: 100px;
  height: 100px;
}
.loader.triangle:before {
  left: 43px;
  top: 52px;
  transform: translate(-10px, -18px);
  animation: dotTriangle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}

@keyframes pathTriangle {
  33% {
    stroke-dashoffset: 74;
  }
  66% {
    stroke-dashoffset: 147;
  }
  100% {
    stroke-dashoffset: 221;
  }
}
@keyframes dotTriangle {
  33% {
    transform: translate(0, 0);
  }
  66% {
    transform: translate(10px, -18px);
  }
  100% {
    transform: translate(-10px, -18px);
  }
}
@keyframes pathRect {
  25% {
    stroke-dashoffset: 64;
  }
  50% {
    stroke-dashoffset: 128;
  }
  75% {
    stroke-dashoffset: 192;
  }
  100% {
    stroke-dashoffset: 256;
  }
}
@keyframes dotRect {
  25% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(18px, -18px);
  }
  75% {
    transform: translate(0, -36px);
  }
  100% {
    transform: translate(-18px, -18px);
  }
}
@keyframes pathCircle {
  25% {
    stroke-dashoffset: 125;
  }
  50% {
    stroke-dashoffset: 175;
  }
  75% {
    stroke-dashoffset: 225;
  }
  100% {
    stroke-dashoffset: 275;
  }
}
.loader {
  display: inline-block;
  margin: 0 16px;
}

#wd-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
}

#popup {
  width: 680px;
  background: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.35));
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.35));
  padding: 8px;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
  margin: 0 auto;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  padding: 8px;
}
#popup .close-icon {
  border-radius: 20px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-color: #eee;
  position: absolute;
  right: 12px;
  top: 12px;
  padding: 8px 8px;
  cursor: pointer;
  text-align: center;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .container-fixed {
    width: 100%;
  }
  #popup {
    width: 80%;
  }
  .main-cnr .slick-prev,
  .main-cnr .slick-next {
    display: none !important;
  }
  .main-cnr .banner .banner-img::before {
    width: 328px;
    height: 312px;
    margin-left: 8%;
    margin-top: 4%;
  }
  .main-cnr .banner .banner-img .banner-title {
    width: 45%;
    font-size: 48px;
    line-height: 64px;
    right: 42px;
  }
  .main-cnr .service .service-bg {
    height: auto;
  }
  .main-cnr .service .service-bg .content .salesforce-list {
    justify-content: center;
    gap: 21px;
  }
  .main-cnr .service .service-bg .content .salesforce-list .salesforce-item:nth-of-type(4) {
    justify-content: left;
    margin-left: 0px;
  }
  .main-cnr .service .service-bg .content .salesforce-list .salesforce-item:nth-of-type(5) {
    margin-right: 0px;
  }
  .main-cnr .service .service-bg .content .salesforce-list .salesforce-item .service-cloud,
  .main-cnr .service .service-bg .content .salesforce-list .salesforce-item .community-cloud,
  .main-cnr .service .service-bg .content .salesforce-list .salesforce-item .cpq-cloud,
  .main-cnr .service .service-bg .content .salesforce-list .salesforce-item .devops-cloud,
  .main-cnr .service .service-bg .content .salesforce-list .salesforce-item .commerce-cloud {
    width: 220px;
    height: 240px;
    padding-bottom: 40px;
  }
  .main-cnr .service .service-bg .content .product-list {
    padding-top: 33px;
  }
  .main-cnr .service .service-bg .content .product-list .product-item {
    width: 35%;
    height: 100%;
  }
}
@media screen and (max-width: 540px) {
  .main-cnr .slick-prev,
  .main-cnr .slick-next {
    display: none !important;
  }
  .main-cnr .banner .banner-img {
    height: 372px;
    background-position: bottom;
  }
  .main-cnr .service .service-bg .content .salesforce-list {
    justify-content: center;
  }
  .main-cnr .service .service-bg .content .salesforce-list .salesforce-item:nth-of-type(4),
  .main-cnr .service .service-bg .content .salesforce-list .salesforce-item:nth-of-type(5) {
    margin-left: 0px;
    margin-right: 0px;
  }
  .main-cnr .service .service-bg .content .salesforce-list .commerce-cloud {
    justify-content: center;
  }
  .main-cnr .service .service-bg .content .product-list-main {
    display: block;
    flex-direction: row;
  }
  .main-cnr .service .service-bg .content .product-list-main .prlist-R {
    margin-top: 16px;
  }
  .main-cnr .service .service-bg .content .product-list-main .prlist-L {
    flex: 0 0 57%;
  }
}
@media screen and (max-width: 425px) {
  #popup {
    width: 80%;
  }
  .header-inner {
    background: linear-gradient(90.41deg, #0e0a31 9.2%, #011017 50.35%);
  }
  .main-cnr .slick-prev,
  .main-cnr .slick-next {
    display: none !important;
  }
  .main-cnr .banner .banner-img {
    height: 372px;
    background: url(../images/banner-img-mb.webp) no-repeat;
    background-size: cover;
    background-position: bottom;
    margin-top: 50px;
    position: relative;
  }
  .main-cnr .banner .banner-img .banner-title {
    right: 43px;
    top: 45%;
    width: 41%;
    font-size: 30px;
    line-height: 41px;
  }
  .main-cnr .about-us .about-bg {
    margin: 20px 0;
    background: url(../images/about-us-location-mb.webp) no-repeat;
    background-size: contain;
    background-position: center;
  }
  .main-cnr .about-us .about-bg .content .paragraph {
    width: 90%;
  }
  .main-cnr .about-us .about-bg .content .title {
    font-size: 32px;
  }
  .main-cnr .about-us .about-bg .content .tablist {
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    flex-wrap: wrap;
  }
  .main-cnr .service .service-bg {
    height: auto;
    padding: 18px;
  }
  .main-cnr .service .service-bg .content .title {
    font-size: 32px;
  }
  .main-cnr .service .service-bg .content .sub-title {
    font-size: 20px;
  }
  .main-cnr .service .service-bg .content .salesforce-list {
    gap: 8px;
    justify-content: center;
  }
  .main-cnr .service .service-bg .content .salesforce-list .salesforce-item:nth-of-type(4) {
    justify-content: left;
    margin-left: 0px;
    margin-right: 0;
  }
  .main-cnr .service .service-bg .content .salesforce-list .salesforce-item:nth-of-type(5) {
    margin-right: 0px;
    margin-left: 0;
  }
  .main-cnr .service .service-bg .content .salesforce-list .salesforce-item .service-cloud,
  .main-cnr .service .service-bg .content .salesforce-list .salesforce-item .community-cloud,
  .main-cnr .service .service-bg .content .salesforce-list .salesforce-item .cpq-cloud,
  .main-cnr .service .service-bg .content .salesforce-list .salesforce-item .devops-cloud,
  .main-cnr .service .service-bg .content .salesforce-list .salesforce-item .commerce-cloud {
    padding-bottom: 28px;
  }
  .main-cnr .service .service-bg .content .salesforce-list .salesforce-item .service-cloud .sf-logo .h3,
  .main-cnr .service .service-bg .content .salesforce-list .salesforce-item .community-cloud .sf-logo .h3,
  .main-cnr .service .service-bg .content .salesforce-list .salesforce-item .cpq-cloud .sf-logo .h3,
  .main-cnr .service .service-bg .content .salesforce-list .salesforce-item .devops-cloud .sf-logo .h3,
  .main-cnr .service .service-bg .content .salesforce-list .salesforce-item .commerce-cloud .sf-logo .h3 {
    font-size: 14px;
  }
  .main-cnr .service .service-bg .content .salesforce-list .salesforce-item .service-cloud {
    background-image: image-set(url("../images/service-cloud-m-1x.webp") 1x, url("../images/service-cloud-m-2x.webp") 2x);
    background-size: contain;
    background-repeat: no-repeat;
    width: 164px;
    height: 170px;
  }
  .main-cnr .service .service-bg .content .salesforce-list .salesforce-item .community-cloud {
    background-image: image-set(url("../images/community-cloud-m-1x.webp") 1x, url("../images/community-cloud-m-2x.webp") 2x);
    background-size: contain;
    background-repeat: no-repeat;
    width: 164px;
    height: 170px;
  }
  .main-cnr .service .service-bg .content .salesforce-list .salesforce-item .cpq-cloud {
    background-image: image-set(url("../images/cpq-cloud-m-1x.webp") 1x, url("../images/cpq-cloud-m-2x.webp") 2x);
    background-size: contain;
    background-repeat: no-repeat;
    width: 164px;
    height: 170px;
  }
  .main-cnr .service .service-bg .content .salesforce-list .salesforce-item .devops-cloud {
    background-image: image-set(url("../images/devops-cloud-m-1x.webp") 1x, url("../images/devops-cloud-m-2x.webp") 2x);
    background-size: contain;
    background-repeat: no-repeat;
    width: 164px;
    height: 170px;
  }
  .main-cnr .service .service-bg .content .salesforce-list .salesforce-item .commerce-cloud {
    background-image: image-set(url("../images/commerce-cloud-m-1x.webp") 1x, url("../images/commerce-cloud-m-2x.webp") 2x);
    background-size: contain;
    background-repeat: no-repeat;
    width: 164px;
    height: 170px;
  }
  .main-cnr .service .service-bg .content .product-list {
    padding-top: 33px;
    gap: 10px;
    width: 100%;
    flex-direction: column;
  }
  .main-cnr .service .service-bg .content .product-list .product-item :is(.product-title, .service-listing) {
    font-size: 16px;
  }
  .main-cnr .service .service-bg .content .product-list-main {
    display: flex;
    flex-direction: column;
    display: none;
  }
  .main-cnr .service .service-bg .content .product-list-main.product-list-mobile {
    display: block;
  }
  .main-cnr .service .service-bg .content .product-list-main.product-list-mobile .product-list .slick-dots {
    bottom: -46px;
  }
  .main-cnr .service .service-bg .content .product-list-main.product-list-mobile .product-list .slick-dots li button::before {
    color: #fff;
    opacity: 1;
  }
  .main-cnr .service .service-bg .content .product-list-main.product-list-mobile .product-list .slick-dots li button:active {
    color: blue;
  }
  .main-cnr .service .service-bg .content .product-list-main.product-list-mobile .product-list .slick-dots .slick-active button::before {
    color: #005581;
    opacity: 0.75;
  }
  .main-cnr .service .service-bg .content .product-list-main .prlist-L {
    flex: 0 0 57%;
  }
  .main-cnr .service .service-bg .content .product-list-main .prlist-L .pr-item-top {
    flex-direction: column;
    padding: 24px 0 0;
  }
  .main-cnr .service .service-bg .content .product-list-main .prlist-L .pr-item-top .pr-heading {
    border-right: none;
    border-bottom: 1px solid transparent;
    -o-border-image: linear-gradient(180.03deg, rgba(44, 135, 215, 0) -3.72%, #00667f 48.77%, rgba(44, 135, 215, 0) 99.97%);
    border-image: linear-gradient(180.03deg, rgba(44, 135, 215, 0) -3.72%, #00667f 48.77%, rgba(44, 135, 215, 0) 99.97%);
    border-image-slice: 1;
  }
  .main-cnr .service .service-bg .content .product-list-main .prlist-L .pr-item-bottom {
    flex-direction: column;
    padding: 0 0 24px;
  }
  .main-cnr .service .service-bg .content .product-list-main .prlist-L .pr-item-bottom .pr-heading {
    border-right: none;
  }
  .main-cnr .service .service-bg .content .product-list-main .prlist-R ul li:last-child {
    border-bottom: none;
  }
  .main-cnr .product .content .title {
    font-size: 32px;
  }
  .main-cnr .product .content .grid-column-list {
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
  }
  .main-cnr .product .content .grid-column-list .product-item {
    height: inherit;
    padding: 10px;
  }
  .main-cnr .product .content .grid-column-list .product-item .title-section {
    margin: 0;
  }
  .main-cnr .product .content .grid-column-list .product-item .product-item :is(.product-title, .service-listing) {
    font-size: 16px;
  }
  .main-cnr .product .content .grid-column-list .product-list-main {
    display: flex;
    flex-direction: column;
  }
  .main-cnr .product .content .grid-column-list .product-list-main .prlist-L {
    flex: 0 0 57%;
  }
  .main-cnr .product .content .grid-column-list .product-list-main .prlist-L .pr-item-bottom .pr-list ul li {
    padding: 30px 0px;
  }
  .main-cnr .product .content .title {
    font-size: 32px;
  }
  .main-cnr .product .content .grid-column-list {
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
  }
  .main-cnr .product .content .grid-column-list .product-item {
    height: inherit;
    padding: 10px;
  }
  .main-cnr .product .content .grid-column-list .product-item .title-section {
    margin: 0;
  }
  .main-cnr .product .content .product-list-item .product-item {
    padding: 16px 16px;
    gap: 7px;
  }
}
@media screen and (max-width: 320px) {
  .main-cnr .banner .banner-img {
    height: 335px;
    background: url(../images/banner-img-mb.webp) no-repeat;
    background-size: cover;
    background-position: bottom;
    margin-top: 50px;
    position: relative;
  }
  #popup {
    width: 80%;
  }
}