.hero-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 1px;
  height: 2px;
  background: #fff;
  z-index: 1;
}

.hero-slider {
  border-bottom: 2px solid #fff;
}

.hero-slider .swiper-slide {
  /* height: 97vh; */
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero-slider .swiper-slide video {
  width: 100vw;
  height: 97vh;
  object-fit: cover;
  display: block;
  transform: translateZ(0);
}

.hero-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slider .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 15.12%, #FFFFFF 96.16%),
    linear-gradient(360deg, rgba(255, 255, 255, 0) 65.29%, #FFFFFF 92.6%);
}

.hero-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  margin-top: -20px;
}

.clr-blue {
  color: var(--light-blue);
}

.btn-link {
  display: inline-flex;
  padding: 0px 25px;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 25px;
  background: linear-gradient(142.61deg, #794195 0.72%, #6655A1 100%);
  gap: 20px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.btn-link.btn-link-gradient-3 {

  background: var(--garident-3);

}

.btn-link.btn-link-new {
  background: var(--garident-3);
}

.btn-link.btn-link-color:hover {
  background: var(--garident-2);
  color: white;
}

.btn-link.btn-link-new:hover {
  color: white;
  background: linear-gradient(to top, var(--puple), var(--puple));
}

.btn-link svg {
  transition: var(--transition);
}

.btn-link.btn-link-new:hover svg {

  transform: unset;

}

.bg_gradient_sec .btn-link:hover,
.bg_gradient_01 .btn-link:hover {
  background: var(--garident-2);
  color: var(--light-grey);
}

.btn-link:hover svg {
  transform: translateX(5px);
}

.btn-link:hover svg path {
  fill: var(--light-grey);
}

.hero-slider .hero-bullet.swiper-pagination-bullets {
  bottom: 70px;
  left: 50%;
  max-width: 1200px;
  text-align: left;
  margin: 0px auto;
  transform: translateX(-50%);
}

.hero-bullet .swiper-pagination-bullet {
  width: 82px;
  height: 2px;
  background: var(--light-blue);
  opacity: 0.3;
  border-radius: 0px;
}

.hero-bullet .swiper-pagination-bullet-active {
  background: var(--pink-light);
  opacity: 1;
}

.hm-first {
  margin-top: -2px;
  overflow: hidden;
}

.p-space {
  padding: 110px 0px;
}

.p-space-1 {
  padding: 85px 0px;
}

.pt-space {
  padding-top: 110px;
}

.pt-space-1 {
  padding-top: 85px;
}

.section-heading {
  display: inline-flex;
  height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: var(--light-grey);
  padding: 0px 12px;
  font-size: 14px;
  line-height: 14px;
  color: var(--black);
}

.mb-45 {
  margin-bottom: 45px;
}

.btn-link-space {
  padding: 0px 35px;
}

.hm-core-sol-block {
  display: flex;
}

.hm-core-left-box {
  width: 41%;
}

.hm-core-left-box h2 {
  max-width: 445px;
}

.hm-core-right-box {
  width: 52%;
  margin-left: auto;
}



.cloud-slide {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid rgba(43, 52, 145, 0.1);
  padding: 28px 0px;
}

.cloud-slide:first-child{
  border-top: 1px solid rgba(43, 52, 145, 0.1);
}

.cloud-slide:hover:not(.not_hover:hover) {
  background: var(--light-grey);
}

.cloud-icon-heading {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 229px;
}

@media screen and (max-width: 700px) {
  .cloud-icon-heading {
    margin-bottom: 9px;
  }
}

.cloud-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  min-width: 72px;
  height: 72px;
}

.cloud-icon-heading h4 {
  margin-bottom: 0px;
  color: var(--dark-blue);
  font-weight: 400;
}

.cloud-content {
  margin-left: auto;
  max-width: 360px;
  padding-right: 50px;
}



.cloud-content p {
  line-height: 1.7;
}

.cloud-slider,
.testimonial-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s;
}

.slick-initialized.slick-slider {
  visibility: visible;
  opacity: 1;
}

.cloud-slider .slick-list {
  margin: 0px -4px;
}

.cloud-slider .slick-slide {
  margin: 0px 4px;
}

.cloud-slider .slick-slide {
  border-top: 1px solid rgba(242, 244, 244, 1);
}

.cloud-slider .slick-dots {
  bottom: -10px;
  text-align: left;
}

.cloud-slider .slick-dots li {
  width: 60px;
  height: 2px;
}

.cloud-slider .slick-dots li button::before {
  width: 60px;
  height: 2px;
  content: "";
  background: var(--light-blue);
  opacity: 0.20;
}

.cloud-slider .slick-dots li.slick-active button::before {
  opacity: 1;
}

.cloud-slider.slick-dotted {
  margin-bottom: 0px !important;
  padding-bottom: 70px;
}

.hm-map-block {
  background: rgba(242, 244, 244, 0.50);
  overflow: hidden;
}

.map-block-wrap {
  display: flex;
  align-items: center;
  height: 500px;
  position: relative;
}

.map-left-box .mb-45 {
  margin-bottom: 25px;
}

.map-left-box {
  width: 412px;
  z-index: 1;
}

.map-right-box {
  position: absolute;
  right: -173px;
  top: -94px;
}

.loc-point-wrap {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--puple);
  position: relative;
}

.loc-point-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: var(--puple);
}

.loc-point-name {
  display: flex;
  align-items: center;
  min-width: 100px;
  width: max-content;
  height: 37px;
  border-radius: 6px;
  box-shadow: 0px 10px 30px 0px #6E6E6E99;
  background: #fff;
  padding: 8px;
  gap: 8px;
  position: absolute;
  top: -48px;
  left: -56px;
  z-index: 11;
  transform: translateY(-30px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.loc-point-name::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  background: url('../images/polygon.png') no-repeat;
  width: 8px;
  height: 6px;
}

.loc-flag-box {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loc-flag-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loc-point-name span {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
}

.loc-box {
  position: absolute;
}

.loc-box:hover {
  z-index: 10;
}


.loc-box:hover .loc-point-name {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
  z-index: 11;
}

.loc-box-1 {
  /* right: 40.5%; */
  right: 89.5%;
  top: 182px;
}

.loc-box-2 {
  /* right: 37%; */
  right: 82%;
    top: 195px;
}

.loc-box-2 .loc-point-name {
  left: -92px;
}

.loc-box-3 {
  /* right: 39%; */
  right: 81.3%;
  top: 237px;
}

.loc-box-4 {
  /* right: 35%; */
  right: 80%;
  top: 262px;
}

.loc-box-5 {
  /* right: 31.5%; */
  right: 77.9%;
  top: 275px;
}


.loc-box-6 {
  /* right: 19.5%; */
  right: 55%;
    top: 376px;
}

.loc-box-7 {
  /* right: 22.5%; */
  right: 53.5%;
  top: 389px;
}

.hm-why-cluster {
  padding: 55px 0px;
  background: var(--garident-bg);
  display: flex;
  align-items: center;
  height: 670px;
  overflow: hidden;
}


.clr-white {
  color: #fff;
}

.why-cluster-wrap {
  max-width: 725px;
}

@media screen and (min-width: 1441px) {
  .why-cluster-wrap h3 {
    margin-bottom: 30px;
  }
}

.why-cluster-wrap p {
  line-height: 1.65;
  margin-bottom: 40px;
}

.btn-link-white {
  background: #fff;
  color: var(--black);
}

.btn-link-white svg path {
  fill: var(--black);
}

.why-right-cornor {
  position: absolute;
  right: 0px;
}

.testimonial-slide {
  width: 587px;
  height: 355px;
  background: var(--light-grey);
  padding: 40px 40px 30px;
  position: relative;
}

.testimonial-slide p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 20px;
}


.testimonial-sec-head{
  position: relative;
  padding-right: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.testimonial-nav{
     width: 60px;
     height: 35px;
    display: flex;
    gap: 10px;
    justify-content: right;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
     
}

.testimonial-nav .slick-prev,
.testimonial-nav .slick-next{
  background-color: transparent;
  border: none;
      font-size: 0;
      color: #2B3491;
      cursor: pointer;
      width: 20px;
      height: 20px;
      background-position: center;
      background-repeat: no-repeat;
}

.testimonial-nav .slick-prev{
     background-image: url(../images/prev-arrow.svg);
}

.testimonial-nav .slick-next{
     background-image: url(../images/next-arrow.svg);
}

.testimonial-slide a {
  font-size: 16px;
  color: var(--pink-light);
}

.testimonial-slide a svg {
  transition: var(--transition);
}

.testimonial-slide a:hover {
  color: var(--dark-blue);
}

.testimonial-slide a:hover svg path {
  fill: var(--dark-blue);
}

.testimonial-slide a:hover svg {
  transform: translateX(5px);
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 30px;
}

.t-author-box {
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
}

.t-author-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.t-author-name p {
  font-size: 14px;
  line-height: 14px;
  color: var(--black);
  margin-bottom: 5px;
  margin-top: 0px;
}

.t-author-name span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: var(--black);
  opacity: 0.50;
}

.mb-30 {
  margin-bottom: 30px;
}

.testimonial-sec {
  overflow: hidden;
}




.testimonial-wrap {
  width: 100%;
  padding-left: calc((100vw - 1200px) / 2);
  margin-left: 12px;
}

.testimonial-slider .slick-list {
  margin: 0px -12px;
}

.testimonial-slider .slick-slide {
  margin: 0px 12px;
}

.testimonial-slider .slick-prev{
     background: transparent !important;
     border: none !important;
     font-size: 0 !important;
}

.slick-slider .slick-prev::before {
  content: "\f060";
  font-family: 'FontAwesome';
  color: var(--light-blue);
}

.slick-slider .slick-arrow::before {
  font-size: 20px;
  opacity: 1;
}

.slick-slider .slick-next::before {
  content: "\f061";
  font-family: 'FontAwesome';
  color: var(--light-blue);

}

.testimonial-slider .slick-arrow {
  top: -55px;
  z-index: 1;
}

.testimonial-slider .slick-prev {
  right: 395px;
  left: unset;
}

.testimonial-slider .slick-next {
  right: 370px;
}

.slick-slider .slick-arrow:hover::before,
.slick-slider .slick-arrow:focus::before {
  color: var(--black);
}

.cta-sec {
  display: flex;
  /* align-items: center; */
  border-width: 1px;
  border-style: solid;
  /* border-image: linear-gradient(270deg, #6B46F5 0%, #802BA2 100%) 1; */
  border-color: #764597;
  /* height: 110px; */
}

.cta-icon-box {
  width: 110px;
  /* height: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg,
      rgba(105, 60, 156, 1) 0%,
      rgba(57, 94, 177, 1) 100%);
  /* background: linear-gradient(
    90deg,
    rgba(105, 60, 156, 1) 0%,
    rgba(57, 94, 177, 1) 100%
  ); */
}

.cta-content h3 {
  font-weight: 400;
  background: linear-gradient(270deg, #6B46F5 0%, #802BA2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 7px;
  line-height: 41px;
}

.cta-content-wrap {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 23px 35px;
}

.cta-content p {
  font-size: 14px;
  color: #807979;
  /* line-height: 14px; */
  line-height: 1.5;
}

.cta-content-wrap a {
  margin-left: auto;
}

.cta-content-wrap a:hover {
  background: var(--garident-3);
}

.hm-news-sec {
  background: var(--garident-bg);
  overflow: hidden;
}

.hm-news-left-box {
  width: 31%;
}

.hm-news-left-box p {
  max-width: 75%;
}

.hm-news-left-box p,
.hm-news-left-box h3 {
  color: var(--light-grey);
}

.hm-news-wrap {
  display: flex;
}

.blog-slider-wrap {
  width: 843px;
  margin-left: auto;
  position: relative;
}

.blog-thumbnail {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.blog-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.blog-thumbnail:hover img {
  transform: scale(1.05);
}

.blog-content {
  position: relative;
  padding-top: 35px;
  padding-bottom: 115px;
  padding-left: 20px;
  /* border-left: 1px solid rgba(196, 77, 251, 0.50); */
}

.blog-content::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 150%;
  background: rgba(196, 77, 251, 0.50);
}

.blog-content a {
  display: flex;
}

/* .blog-content a:hover{ color: #fff;} */
.blog-content a h5 {
  max-width: 215px;
  margin-left: auto;
  color: #fff;
  font-weight: 500;
  transition: var(--transition);
  margin-bottom: 0px;
}

.blog-content a:hover h5 {
  color: #fff;
}

.blog-content a:hover svg path {
  fill: #fff;
}

.blog-slider {
  overflow: hidden;
}

.swiper-button-next {
  background: unset !important;
  width: unset !important;
  height: unset !important;
  right: -30px !important;
}

.swiper-button-prev {
  background: unset !important;
  left: -30px !important;
  width: unset !important;
  height: unset !important;
}

.swiper-button-next::before {
  content: "\f061";
  color: #fff;
  font-size: 20px;
  font-family: 'FontAwesome';
  opacity: 1;
  transition: var(--transition);
}

.swiper-button-prev::before {
  content: "\f060";
  color: #fff;
  font-size: 20px;
  font-family: 'FontAwesome';
  opacity: 1;
  transition: var(--transition);
}

.swiper-button-next:hover::before,
.swiper-button-prev:hover::before,
.swiper-button-next:focus::before,
.swiper-button-prev:focus::before {
  color: var(--black);
}

.swiper-button-prev,
.swiper-button-next {
  top: 35% !important;
}



.product-listing-hero-new .listing-page-hero-cloud__align {  color: #6B46F5;}


.hero-content-wrap h1 {
  background: linear-gradient(142.61deg,
      rgba(121, 65, 149, 1) 0%,
      rgba(102, 85, 161, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
   line-height: 75px;
  position: relative;
  align-self: stretch;
  max-width: 52%;
}

@media screen and (max-width: 1000px) {
  .hero-content-wrap h1 {
    max-width: 100%;
  }
}

@media screen and (min-width: 1441px) {

  .hero-content-wrap h1 {
    margin-bottom: 20px;
  }
}

.gradient_title {
  background: linear-gradient(142.61deg,
      rgba(121, 65, 149, 1) 0%,
      rgba(102, 85, 161, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient_title.gradient_title_new {
  background: linear-gradient(142.61deg, #794195 0.72%, #6655a1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 45px;
  line-height: 55px;
  letter-spacing: 0;
}
@media screen and (max-width: 1440px) {
  .cloud-slide {
    padding: 20px 0px;
  }

  .cloud-icon {

    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  .cloud-slide {
    padding: 15px 0px;
  }

  .hero-bullet .swiper-pagination-bullet {
    width: 60px;
  }

  .btn-link-space {
    padding: 0px 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
  .hero-content-wrap p {
    max-width: 65%;
  }
}

@media screen and (max-width: 700px) {
  .btn-link svg {
    width: 28px;
  }

  .cloud-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }

  .hero-slider .swiper-slide::before {
    background: linear-gradient(270deg, rgb(255 255 255 / 74%) 15.12%, #FFFFFF 96.16%), linear-gradient(360deg, rgba(255, 255, 255, 0) 65.29%, #FFFFFF 92.6%);
  }

  .hero-bullet .swiper-pagination-bullet {
    width: 45px;
  }
}

.footer-right-inner .wpcf7 form.invalid .wpcf7-response-output {
display: none;
}

.cta-content{
     width: 55%;
}

.cta-content-wrap{
  flex-wrap: wrap;
}

.cta-content-wrap .buttion_group{
     width: 45%;
     justify-content: flex-end;
}

.cta-content-wrap .buttion_group a{
  margin-left: inherit;
}

/* /products/cloud-backup/ — 45% text / 55% buttons */
body.product-cta-swap-columns .cta-content,
body.page-cloud-backup .cta-content {
  width: 45%;
}

body.product-cta-swap-columns .cta-content-wrap .buttion_group,
body.page-cloud-backup .cta-content-wrap .buttion_group {
  width: 55%;
  justify-content: flex-end;
}

/* /products/e-mail-services/ — 40% text / 60% buttons */
body.product-cta-email-services .cta-content,
body.page-e-mail-services .cta-content {
  width: 40%;
}

body.product-cta-email-services .cta-content-wrap .buttion_group,
body.page-e-mail-services .cta-content-wrap .buttion_group {
  width: 60%;
  justify-content: flex-end;
}

body.service-cta-monitoring-support .cta-content {
  width: 45%;
}

body.service-cta-monitoring-support .cta-content-wrap .buttion_group {
  width: 55%;
  justify-content: flex-end;
}

 
.new-style-product-listing .cloud-strategy-split__content{ background: #fff; flex: 0 0 calc(50% - 10px); padding: 3%;
}

.new-style-product-listing{ display: flex; flex-wrap: wrap; gap: 10px;   padding-bottom: 100px; }

.bg_gray_03{ background: #F9FAFA;}


.new-style-product-listing  .cloud-strategy-split__desc{ margin-bottom: 60px;}
 




.product-listing-hero-new{ min-height:calc(100vh - 124px);  margin-top: 124px;  }


.postid-1836 .product-listing-hero-new, .postid-1837 .product-listing-hero-new, .postid-1838 .product-listing-hero-new{background-size: 61% !important;}


.product-listing-hero-new  .container{ height: 100%; display: flex; flex-wrap: wrap; flex-direction: row;}


.product-listing-hero-new  .listing-page-hero-cloud{ padding-top: 13%; max-width: 46%; padding-bottom: 13%;}

.product-listing-hero-new .bred_crumbs{ width: 100%;}



.header.sticky .megamenu_main_wrap{
  top: calc(100% - 20px);}






  /* @media screen and (min-width: 1024px) {

  body.menu-open {
    overflow: hidden;
  
  
  }
} */


html {
  scrollbar-gutter: stable;
}

@media screen and (max-width: 1080px) {
.product-listing-hero-new{ padding-top:0;}

}





@media screen and (max-width: 820px) {

  .new-product-listing-hero .bred_crumbs{ padding-top: 0px !important;}
.product-listing-hero-new .listing-page-hero-cloud{ max-width: 61%;}

.gradient_title.gradient_title_new{
  font-size: 35px;
  line-height: 40px;

}
}





@media screen and (max-width: 700px) {
  .new-style-product-listing .cloud-strategy-split__content{
    flex: 0 0 100%;
   }

   .new-style-product-listing .cloud-strategy-split__desc{ margin-bottom: 40px;}

   .new-style-product-listing .cloud-strategy-split__content{ padding: 6%;}

   .product-listing-hero-new .listing-page-hero-cloud { max-width: 100%;}

   .product-listing-hero-new{padding-top:0px; flex: 0 0 100%;}

   /* .product-listing-hero-new{ height: 610px;} */

   .listing-page-hero-cloud.bottom-align{ margin-top: auto;}

   .product-listing-hero-new .bred_crumbs{ margin-top: 0;}

   .product-listing-hero-new{ margin-top: 98px;}


   .product-listing-hero-new{     background-size: 140% !important; height: 90vh; }

   .bred_crumbs-ul{ width: fit-content; 
    background: #fff;
    padding:9px 7px 7px 13px;
    border-radius: 5px;}
    .product-listing-hero-new .container{     flex-direction: column;}

    .gradient_title.gradient_title_new{
      font-size: 30px;
      line-height: 35px;
  
    }
}
  
@media screen and (max-width: 1366px) and (min-width: 1365px) {
  .product-listing-hero-new {
    background-size: auto 100% !important;
  }
}





@media screen and (max-width: 820px) and (min-width: 700px) {
  .product-listing-hero-new{
    /* height: calc(69vh - 124px); */
    height: auto;
  }
}


