/*-----------------Header--------------*/
.top-bar {
  background: #110f3b;
  padding: 6px 0px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.top-bar-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
  position: relative;
}

.top-bar-wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.top-bar-wrap ul li a {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  display: block;
}

.top-search-box {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #5b64be;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 10px;
  position: relative;
  cursor: pointer;
}

.header-search-box {
  align-items: center;
  display: none;
  position: absolute;
  top: -1px;
  right: 0px;
  z-index: 11;
}

.search-box-inner {
  width: 300px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.close-search {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #5b64be;
  border-radius: 50%;
  width: 24px;
  min-width: 24px;
  height: 24px;
  font-size: 10px;
  cursor: pointer;
}

.header-search-box form {
  display: flex;
  align-items: center;
  width: 100%;
  height: 26px;
  background: #fff;
  border-radius: 0px;
  padding: 0px 5px;
  box-shadow: 0px 5px 15px 5px #0000001a;
  margin-left: auto;
}

.header-search-box form input {
  width: 100%;
  border: 0px;
  font-size: 14px;
}

.search-submit {
  background: #fff;
  border: 0px;
  color: var(--light-blue);
}

.header {
  background: transparent;
  width: 100%;
  z-index: 111;
  padding: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: fixed;
  top: 0px;
  left: 0px;
}

.header_inner {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.menu-lang-block {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 40px;
}

.header-main-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-main-menu li a {
  font-family: var(--font-primary);
  /* color: var(--black); */
  color: #000000;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  display: block;
}

.header-main-menu li a:hover {
  color: #7040e2;
}

/* .header-main-menu li a::after{
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  transition: transform 250ms ease-in-out;
  border-bottom: 1px solid var(--black);
  transform: scaleX(0);
}
.header-main-menu li a:hover::after{
  transform: scaleX(1);
} */

h2.gradient_heading {
  background: linear-gradient(142.61deg, #794195 0.72%, #6655a1 100%);
  -webkit-background-clip: text;
  /* For Safari/Chrome */
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* Standard property */
  color: transparent;
  /* Fallback */
}

.our_solution_pagination {
  margin-top: 70px;
}

.login-btn {
  display: flex;
  width: 84px;
  height: 54px;
  background: var(--garident);
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: normal;
  font-family: var(--font-secondary);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #fff;
}

.login-btn:hover {
  /* background: var(--light-blue); */
  color: #fff;
  background: linear-gradient(to top, #2b3491, #2b3491);
}

.sub-menu {
  display: none;
  position: absolute;
  top: 20px;
  left: 0px;
  background: var(--garident-bg);
  padding: 5px 10px;
  width: 200px;
}

.menu-item-has-children {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.sub-menu-icon {
  height: 18px;
  pointer-events: none;
}

/* .menu-item-has-children:hover .sub-menu{
  display: block;
} */
.sub-menu li a {
  color: #fff;
}

.sub-menu li {
  padding: 7px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.sub-menu li:last-child {
  border-bottom: 0px;
}

.lang-switch {
  font-size: 16px;
  font-family: "AktivGrotesk";
  font-weight: 400;
  color: var(--black);
  position: absolute;
  right: -55px;
}

.sticky {
  background: var(--light-grey);
  box-shadow: 0px 5px 15px 0px #0000001a;
}

.sticky .header_inner {
  padding: 7px 0px;
}

.sticky .top-bar {
  display: none;
}

.sticky .header-logo-area {
  max-width: 180px;
}

.sticky .login-btn {
  height: 40px;
}

.wpcf7 form .wpcf7-not-valid-tip {
  font-size: 13px;
}

.wpcf7 form .wpcf7-response-output {
  width: 100%;
  margin: 3em 0px 0px;
  border: 1px solid #d8000c !important;
  color: #d8000c;
  font-size: 13px;
  background: #ffbaba;
  padding: 5px 10px;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
  background: #fff;
  border: 1px solid #6f9b41 !important;
}

/*-----------404----------*/
.banner-404 {
  width: 100%;
  height: 350px;
  display: flex;
  align-items: flex-end;
}

.banner-404 h1 {
  color: var(--white);
}

.error-404 .btn-link {
  display: inline-flex;
  width: 220px;
}

.pt_150 {
  padding-top: 150px;
}

.pt_130 {
  padding-top: 130px;
}

.pt_120 {
  padding-top: 120px;
}

.pt_100 {
  padding-top: 100px;
}

.pb_100 {
  padding-bottom: 100px;
}

.pb_55 {
  padding-bottom: 55px;
}

.mt_100 {
  margin-top: 100px;
}

.mb_100 {
  margin-bottom: 100px;
}

.d_flex {
  display: flex;
  flex-wrap: wrap;
}

.justify_space {
  justify-content: space-between;
}

.mb_30 {
  margin-bottom: 30px;
}

h1.heading-2 {
  font-weight: 300;
}

/* max-width: 78%; */
.w_100 {
  width: 100%;
}

.mt_40 {
  margin-top: 40px;
}

.bg_gray {
  background: #f9fafa;
  height: auto;
}

.bg_gray h3 {
  color: #2b3491;
}

.bg_gray p {
  color: var(--dark-bue, #19154c);
}

.bg_gray .container {
  position: relative;
  z-index: 1;
}

.bg_gradient_01:not(.bg_gradient_01.white-theme) {
  background: var(--garident-bg);
}

.bg_gradient_01 p {
  color: #fff;
}

.swiper_arrow {
  cursor: pointer;
}

.swiper_arrow:hover {
  opacity: 0.8;
}

.trans {
  transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
}

.swiper_arrow img {
  display: inline-block;
}

.swiper_arrow {
  padding: 5px;
}

.text_center {
  text-align: center;
}

.max-width p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.tablle_ul>li {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
}

.tablle_ul {
  width: 100%;
  min-width: 500px;
  margin: 0;
  padding: 0;
  list-style: none;
  border: solid 1px #dadada;
  margin-top: 30px;
  max-width: 1036px;
  margin-left: auto;
  margin-right: auto;
}

.tablle_ul>li:nth-child(even) {
  background: #f9f9f9;
}

.tablle_ul_list {
  display: flex;
  flex-wrap: wrap;
}

.tablle_ul_list> :first-child {
  width: 30%;
}

.tablle_ul_list>li {
  width: 23%;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 16px;
}

.table_title li {
  font-size: 22px;
  color: #2b3491;
  font-weight: 300;
}

.tablle_ul li .tablle_ul_list :first-child {
  color: #000;
  font-size: 22px;
}

.table_block_row {
  width: 100%;
  overflow: auto;
  scrollbar-width: thin;
}

.tablle_ul:nth-child(odd) {
  background: #fff;
}

.tablle_ul.block_02 .tablle_ul_list li {
  width: 57%;
  color: var(--dark-blue);
}

.tablle_ul.block_02 .tablle_ul_list> :first-child {
  width: 43%;
}

.tablle_ul.block_02 .tablle_ul_list.tablle_ul_list_new> :first-child {
  padding-left: 4%;
  padding-right: 4%;
}

.block_three {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
  padding: 0;
}

.block_three li {
  border: solid 1px #e4e6ff;
  width: calc(33% - 20px);
  margin: 10px;
  padding: 3.5% 2.5%;
  background: #fff;
}

.block_three.block_three_gray_bg li {
  background: #f9f9f9;
}

.block_02_a {
  background: url(../images/line.svg) repeat-x center top;
  padding-top: 35px;
  margin-top: 15px;
}

.block_01_a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.buttion_row_02 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 100px;
}

.white_theme .slider_card_stack_container .cloud_left_block ul li a {
  color: #2b3491;
  opacity: 0.4;
}

.white_theme .slider_card_stack_container .cloud_left_block ul li.active a {
  color: #2b3491;
  /* opacity: 0.4; */
  opacity: 1;
}

.white_theme .slider_card_stack_container .cloud_left_block ul li a:hover {
  opacity: 1;
}

.g_gray .block_three li {
  background: #fff;
}

.block_02_a p {
  line-height: 30px;
}

.block_three.block_style_02 li {
  border-width: 1px;
  border-style: solid;
  border-image: var(--grndnt,
      linear-gradient(270deg,
        rgba(107, 70, 245, 1) 0%,
        rgba(128, 43, 162, 1) 100%));
  border-image-slice: 1;
}

.block_three.block_style_02 li.compliance-item-new {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 5%;
  padding-bottom: 5%;
  aspect-ratio: 390/340;
}

.block_three.block_style_02 li.compliance-item-new h5 {
  line-height: 1.1;
  margin-bottom: 15px !important;
  letter-spacing: -0.55px;
}

.block_three.block_style_02 li.compliance-item-new h5+p {
  line-height: 1.6;
}

.text_left_aligh {
  text-align: left;
}

.full_width {
  width: 100%;
  max-width: 100%;
}

.block_style_02.colom_2 li {
  width: calc(50% - 20px);
}

.block_style_02.colom_2 li h5 {
  font-size: 32px;
}

.icon_block_03 {
  min-height: 100px;
}

.block_three.block_style_02 li .block_02_a {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  margin-top: 10px;
}

.block_three.block_style_02 li .block_txt_01 {
  margin: 0;
  width: 100%;
  padding-left: 0;
}

.block_three.block_style_02 li .block_txt_01 h5 {
  font-size: 32.410255432128906px;
  line-height: 36px;
}

.block_icn_01 {
  width: 60px;
}

.block_txt_01 {
  width: calc(100% - 60px);
}

.cta-content.max-width-ready-block {
  max-width: 50%;
}

.bred_crumbs-ul li {
  font-size: 14px;
  font-weight: 500;
}

.heading-2-sub {
  color: #6b46f5;
  font-weight: 400;
}

.buttion_row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.block_txt_01 h5 {
  font-size: 24px;
  color: #2b3491;
  margin-bottom: 0;
}

.multi_cloud_list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.multi_cloud_list li {
  list-style: none;
  width: 25%;
  position: relative;
  padding-left: 35px;
}

.multi_cloud_list li h5 {
  font-size: 22px;
  color: #19154c;
  font-weight: 400;
  margin-bottom: 0;
}

.multi_cloud_list li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../images/icon_03.svg) center center no-repeat;
}

.bg_gradient_01.white-theme {
  background: linear-gradient(to left, #f9f9f9, #f9f9f9);
}

.bg_gradient_01.white-theme .heading-2.clr-white {
  color: #2b3491;
}

.bg_gradient_01.white-theme .slider_card_stack_container .cloud_left_block ul li.active a {
  color: #2b3491;
}

.bg_gradient_01.white-theme .slider_card_stack_container .cloud_left_block ul li a {
  color: rgba(43, 52, 145, 0.4);
}

/*------humberger icon--------*/
.menu-button {
  display: none;
  cursor: pointer;
}

.animated-icon1 {
  width: 34px;
  height: 25px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 3px;
  opacity: 1;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(0deg);
  -moz-transform: translateX(-50%) rotate(0deg);
  -o-transform: translateX(-50%) rotate(0deg);
  transform: translateX(-50%) rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.animated-icon1 span {
  background: var(--black);
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span {
  left: 0px;
}

.animated-icon1.open span:nth-child(1) {
  top: 9px;
  width: 100%;
  -webkit-transform: translateX(0px) rotate(135deg);
  -moz-transform: translateX(0px) rotate(135deg);
  -o-transform: translateX(0px) rotate(135deg);
  transform: translateX(0px) rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 9px;
  width: 100%;
  -webkit-transform: translateX(0px) rotate(-135deg);
  -moz-transform: translateX(0px) rotate(-135deg);
  -o-transform: translateX(0px) rotate(-135deg);
  transform: translateX(0px) rotate(-135deg);
}

.menu-active {
  overflow: hidden;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

.header.active {
  z-index: 1111;
}

.mob-header-menu-area {
  display: none;
  position: fixed;
  padding: 70px 50px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      rgba(105, 60, 156, 1) 0%,
      rgba(57, 94, 177, 1) 100%);
  z-index: 111;
}

.menu-button.close {
  display: flex;
  border: 0px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.menu-button.close img {
  max-width: 24px;
}

/* .header-main-menu li:last-child{
  display: none;
} */

.header-main-menu>li {
  display: flex;
  align-items: center;
  gap: 15px;
}

/*-----footer-------*/
.footer {
  position: relative;
  overflow: hidden;
}

.footer-inner {
  display: flex;
}

.footer-left-block {
  background: var(--dark-blue);
  width: 62.33%;
  padding-left: calc((100vw - 1200px) / 2);
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.footer-left-block::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: url("../images/footer-left-cornor.png") no-repeat;
}

.footer-left-inner {
  display: flex;
  z-index: 1;
  position: relative;
}

.footer-right-block {
  width: 37.67%;
  padding-right: calc((100vw - 1200px) / 2);
  background: #120e3d;
  padding-left: 70px;
  border-left: 1px solid rgba(107, 70, 245, 0.3);
  position: relative;
}

.footer-right-block .copy-right {
  display: none;
}

.footer-right-block::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 167px;
  height: 329px;
  background: url("../images/footer-right-cornor.png") no-repeat;
  z-index: 1;
}

.footer-left-block,
.footer-right-block {
  padding-top: 100px;
}

.menu-media-wrap {
  padding-top: 12px;
  margin-left: 187px;
}

.menu-media-wrap .footer-right-inner {
  display: none;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  row-gap: 35px;
  max-width: 200px;
  justify-content: space-between;
  margin-bottom: 60px;
}

.footer-menu li {
  width: 48%;
}

.footer-menu li a {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  display: block;
}

.footer-menu li a:hover,
.social-media ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.social-media {
  display: flex;
  align-items: center;
  gap: 25px;
}

.social-media span {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 18px;
  display: block;
}

.social-media ul {
  display: flex;
  gap: 25px;
}

.social-media ul li a {
  font-size: 26px;
  color: #fff;
}

.footer-right-inner h3 {
  background: linear-gradient(142.61deg,
      rgba(121, 65, 149, 1) 0%,
      rgba(102, 85, 161, 1) 100%);

  /* background: linear-gradient(270deg, #6B46F5 0%, #E3A6FF 100%); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 50px;
}

.footer-right-inner {
  max-width: 255px;
}

.tnp-field.tnp-field-email label {
  color: #fff;
}

.tnp-subscription input[type="email"] {
  background-color: transparent;
}

.tnp-subscription input[type="email"],
.subscrib-fld {
  border: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 14px;
  color: #9795b5;
  padding-bottom: 5px;
  border-radius: 0;
  font-weight: 300;
  width: 100%;
}

.subscrib-fld::placeholder {
  color: #9795b5;
}

.wpcf7-form-control.wpcf7-submit,
.tnp-subscription input[type="submit"],
.subscription-btn {
  display: flex;
  align-items: center;
  width: 154px;
  height: 50px;
  border-radius: 25px;
  background: url("../images/btn-arrow.png") no-repeat 87%,
    linear-gradient(90deg, rgba(105, 60, 156, 1) 0%, rgba(57, 94, 177, 1) 100%);
  border: 0px;
  color: var(--light-grey);
  font-size: 16px;
  padding: 0px 20px;
  text-align: left;
  cursor: pointer;
  transition: var(--transition);
  margin-top: 32px;
}

.form_block .wpcf7-form-control.wpcf7-submit {
  text-align: center;
  width: 245px;
}

.form_block .wpcf7-form-control.wpcf7-submit:hover {
  background: url("../images/btn-arrow.png") no-repeat 87%,
    linear-gradient(90deg, #693c9c 0%, #693c9c 100%);
}

.subscription-btn:hover {
  background: url("../images/btn-arrow.png") no-repeat 87%,
    linear-gradient(270deg, #6b46f5 0%, #6b46f5 100%);
}

.copy-right,
.policy-sec {
  margin-top: 100px;
  padding: 45px 0px;
}

.copy-right {
  position: relative;
  z-index: 1;
}

.copy-right p {
  margin-bottom: 0px;
  color: rgba(242, 244, 244, 0.5);
  font-size: 16px;
  line-height: 18px;
}

.policy-sec ul {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
}

.policy-sec ul li a {
  color: rgba(242, 244, 244, 0.5);
  text-decoration: underline;
  font-size: 14px;
  line-height: 14px;
  display: block;
  font-weight: 400;
}

.policy-sec ul li a:hover {
  color: #fff;
}

.footer-line {
  position: absolute;
  border-top: 1px solid rgba(107, 70, 245, 0.3);
  bottom: 110px;
  width: 93%;
}

.bred_crumbs {
  padding-top: 45px;
}

.bred_crumbs.p-35 {
  padding-top: 35px;
}

.row_reverse {
  flex-direction: row-reverse;
}

.bred_crumbs-ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.bred_crumbs-ul li a {
  color: #3c3c3c;
}

.bred_crumbs-ul li span {
  color: #9747ff;
}

.bred_crumbs-ul li {
  padding-right: 15px;
  margin-right: 15px;
  background: url("../images/bred_arrow.svg") no-repeat right center;
  background-size: 6px;
  position: relative;
}

.bred_crumbs-ul :last-child {
  background: none;
  padding-right: 0px;
}

.list_style_01 {
  margin: 0;
  padding: 0;
}

.list_style_01 li {
  margin-bottom: 10px;
}

.list_style_01 li a {
  text-decoration: underline;
  color: var(--dark-blue);
}

.list_style_01 li a:hover {
  color: #6b46f5;
  text-decoration: underline !important;
}

.sitemap {
  margin: 0;
  padding: 0;
}

.sitemap li {
  list-style: none;
}

.sitemap li a {
  color: #000;
}

.why-cluster-wrap p {
  font-weight: 300;
}

.title_Section_cient {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.but_group {
  margin-left: auto;
  display: inline-flex;
  gap: 10px;
}

.slider_but {
  cursor: pointer;
  transition: var(--transition);
}

.slider_but:hover {
  opacity: 0.6;
}

.container.error-404 {
  padding-top: 150px;
  padding-bottom: 150px;
}

/*-------Responsive---------*/
.padding_top {
  padding-top: 100px;
}

/* ----------client-say---------- */

.client-say-block-main {
  width: 100%;
  background: #f2f4f4;
  aspect-ratio: 589/355;
  padding: 7%;
  display: flex;
  flex-wrap: wrap;
}

.arrow_icon_link {
  color: #c44dfb;
}

.arrow_icon_link:hover {
  color: #c44dfb;
  opacity: 0.8;
}

.client-say-text p {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 20px;
  line-height: 30px;
}

.client-say-image-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  margin-top: 35px;
}

.client-say-name h4 {
  margin-bottom: 0;
}

.client-say-image img {
  display: block;
}

.client-say-image {
  overflow: hidden;
  border-radius: 100%;
  aspect-ratio: 1/1;
}

.cound_block_01 li:last-child::after {
  display: none;
}

.client-say-name h4 {
  font-size: 14px;
  /* color: #211e1e; */
  color: #000;
  line-height: 16px;
}

.client-say-name p {
  margin-bottom: 0;
  /* color: #211e1e; */
  color: hwb(0 0% 100% / 0.4);
  font-size: 14px;
}

.heading-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.swiper-navigation-01 {
  margin-top: auto;
}

.client_say {
  margin-top: 35px;
}

.mob_show {
  display: none;
}

.search-list-area {
  margin-top: 55px;
}

.search-list-area li {
  margin-bottom: 10px;
}

.search-list-area li a {
  color: var(--light-blue);
}

.search-list-area li a:hover {
  color: var(--pink-light);
}

.content-section {
  width: 44%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-section.content-section-new {
  width: 45%;
}

.content-section.content-section-new+.visual-section img {
  width: 100%;
}

.content-wrapper {
  width: 100%;
}

.title {
  font-size: 48px;
  font-weight: 400;
  color: #6366f1;
  margin-bottom: 32px;
  line-height: 1.2;
}

.description {
  font-size: 16px;
  font-weight: 400;
  color: #4a5568;
  line-height: 1.7;
}

.welcome_block_new .visual-section {
  min-height: 460px;
}

.welcome_block_new .visual-section img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 1440px) {
  .welcome_block_new .visual-section {
    min-height: 400px;
  }
}

@media screen and (max-width: 1280px) {
  .welcome_block_new .visual-section {
    min-height: 350px;
  }
}

@media screen and (max-width: 768px) {
  .swiper_home_slide_new .swiper_pagination_btn span {
    width: 50px;
  }

  .welcome_block_new .visual-section {
    min-height: 300px;
  }
}

.visual-section {
  width: 51%;
  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;
  overflow: hidden;
}

.key_features_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.key_features_list.col_3_layout li {
  width: calc(33% - 5px);
  aspect-ratio: 390/319;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

/* .key_features_list.key_features_list_new li {
  aspect-ratio: 390/185 !important;
} */

.key_features_list.key_features_list_new.col_3_layout li {
  aspect-ratio: 390/185 !important;
}

@media (max-width: 700px) {
  .key_features_list.key_features_list_new.col_3_layout li {
    aspect-ratio: unset !important;
  }
}

.key_features_list.col_3_layout li p {
  /* font-size: 16px; */
  /* line-height: 25px; */
  font-size: 22px;
  line-height: 1.6;
}

/* .mt_auto_none{ margin-top: unset !important;} */
.cloud-slide-new.no-desc .cloud-content {
  display: none;
}

.cloud-slide-new.no-desc .cloud-icon-heading {
  width: 100%;
}

.cloud-slide-new.no-desc .cloud-icon-heading h4 {
  max-width: 70%;
}

.cloud_thumbs_list li {
  width: 80%;
}

.center_align {
  justify-content: center;
}

.compliance_min_height_card li {
  padding-top: 3% !important;
  padding-bottom: 3% !important;
  aspect-ratio: 590 / 175 !important;
  width: 47%;
}

.key_features_list li {
  width: calc(50% - 5px);
  border: solid 1px #fff;
  background: rgba(147, 103, 228, 0.4);
  border: solid 1px #b089fd;
  /* border: solid 1px #E4D6FF; */
  padding: 3% 4%;
}

.key_features_list li.key_benefit_item_new {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media (min-width: 1440px) {
  .key_features_list li.key_benefit_item_new {
    min-height: 155px;
  }
}

.key_features_list li.key_benefit_item_new .benefit-content .benefit-title {
  margin-bottom: 0;
}

.key_features_list li h3 {
  color: #fff;
  font-size: 22px;
}

.key_features_list li p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.max-100 {
  max-width: 100%;
}

.swiper_home_slide_new .swiper_pagination_btn span {
  height: 2px;
  width: 60px;
  border-radius: 0 !important;
  background-color: #794195;
}

.lable_span {
  background: #f2f4f4;
  border-radius: 30px;
  padding: 5px 15px;
  font-size: 14px;
  margin-bottom: 45px;
  display: inline-block;
}

.our_solution_swiper {
  border-top: 1px solid rgba(242, 244, 244, 1);
}

.client-say-slider .swiper-slide {
  height: unset;
  background: #f2f4f4;
}

.cloud_left_block {
  width: calc(100% - 635px);
}

.slider_card_stack_container .cloud_left_block ul li {
  margin-bottom: 15px;
}

.slider_card_stack_container .cloud_left_block ul li a {
  color: rgba(255, 255, 255, 0.4);
  line-height: 35px;
  font-size: 22px;

  font-family: var(--font-primary);
  font-weight: 300;
}

.text_right {
  text-align: right;
}

.table_title .tablle_ul_list li {
  font-weight: 500;
  color: #19154c;
}

.slider_card_stack_container .cloud_left_block ul li.active a {
  color: #ffffff;
  /* font-size: 30px; */
  font-size: 32px;
}

.cloud_right_block_new {
  margin-left: auto;
}

.swiper.swiper_card_stack {
  /* width: 635px !important;
    height: 275px !important; */
  aspect-ratio: 635/275;
  width: 635px;
}

.swiper.swiper_card_stack .swiper-slide {
  height: auto;
  width: auto;
}

.cloud_right_block_new .card_stack_body {
  width: 100% !important;
  height: 100% !important;
  background-color: #9367e4;
  border: 1px solid #b089fd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}

.cloud_right_block_new .card_stack_body.swiper-slide {
  opacity: 0.7;
}

.cloud_right_block_new .card_stack_body.swiper-slide-active {
  opacity: 1;
}

.cloud_right_block_new .card_stack_body h3 {
  color: white;
  font-weight: 300;
  text-align: center;
  font-size: 36px;
}

.cloud_right_block_new .card_stack_body p {
  max-width: 475px;
  width: 95%;
  color: white;
  font-size: 20px;
  text-align: center;
}

.margin_client {
  margin-top: 35px;
}

.tech-member-wrap {
  padding: 10%;
  align-items: center;
  width: 100%;
  border: solid 1px #e5e8ff;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.col_03_layout .swiper-slide {
  height: unset;
}

.mt_auto {
  margin-top: auto;
}

/* aspect-ratio: 316/419; */
.learn-more-link {
  margin-left: auto;
}

.text_block_technology {
  padding-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  height: calc(100% - 100px);
}

/* margin-top: auto; */
.text_block_technology h3 {
  font-size: 32.410255432128906px;
  margin-bottom: 15px;
  width: 100%;
}

.w_100_block {
  width: 100%;
  height: 100%;
}

/* display: flex; flex-wrap: wrap; flex-direction: row; */

/* .ratio_02{ aspect-ratio: 391/442;} */
.ratio_03 {
  aspect-ratio: 391/442;
}

.global_slider_img img {
  /* max-width: 100%; */
  width: 100%;
  display: block;
}

.global_slider_img {
  overflow: hidden;
}

.global_slider_txt {
  margin-top: 15px;
}

.global_slider_txt h5 {
  font-size: 24px;
  color: #2b3491;
}

.buttion_group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.hedding_bottom_margin {
  margin-bottom: 35px;
}

.block_three_wrap {
  background: #f9f9f9;
  border: solid 1px #e4e6ff;
  width: 100%;
  margin: 0px;
  padding: 9.5%;
  height: 100%;
}

.cta-content-wrap {
  justify-content: space-between;
}

.cta-content-wrap a {
  min-width: 195px;
}

.mySwiper_three_block .swiper-slide {
  height: unset;
}

.our_solution_swiper_new .cloud-content {
  max-width: unset;
  width: 50%;
  margin: 0;
  padding-right: 4%;
  padding-left: 4%;
}

.our_solution_swiper_new .cloud-icon-heading {
  width: 50%;
  max-width: unset;
}

.bg_gradient_01 .gradient_title_01 h3.heading-2 {
  color: #fff;
}

.bg_gradient_01 .gradient_title_01 .text_block_technology p {
  color: var(--dark-bue, #19154c);
}

.cound_block_01 {
  margin: 0 -2%;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.cound_block_01 li {
  line-height: normal;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
  padding-left: 2%;
  padding-right: 2%;
}

.cound_block_01 li h3 {
  margin-bottom: 0;
}

.cound_block_01 li p {
  font-size: 20px;
}

.line {
  position: absolute;
  left: 0;
  width: 2px;
  top: 0;
  width: 2px;
  display: flex;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(151, 71, 255, 1) 48.076921701431274%,
      rgba(255, 255, 255, 1) 100%);
}

.mb_30 {
  margin-bottom: 30px;
}

.purple_text {
  color: var(--puple) !important;
}

.col_03_layout {
  margin: 0 -0.5%;
  display: flex;
  flex-wrap: wrap;
}

.col_03_layout li {
  width: 33%;
  padding: 0.5%;
}

.bg_gradient_01.white_theme {
  background: #f9f9f9 !important;
}

.bg_gradient_01.white_theme .heading-2 {
  color: #653f9e !important;
}

.bg_gradient_01.white_theme .heading-2.light-blue {
  color: var(--light-blue) !important;
}

.bg_gradient_01.white_theme .key_features_list li h3 {
  color: #653f9e !important;
}

.bg_gradient_01.white_theme .key_features_list li p {
  color: #000 !important;
}

.bg_gradient_01.white_theme .key_features_list li {
  background: #fff;
  border: solid 1px #e4d6ff;
}

.pos_relative {
  position: relative;
}

.colom_3_layout .multi_cloud_list li {
  width: 33%;
  padding-right: 3%;
  padding-bottom: 50px;
}

.technology_slder_block_01 {
  width: 80%;
  margin-left: auto;
  margin-top: 35px;
  position: relative;
}

.technology-slider .swiper-slide {
  height: unset;
}

.swiper-navigation {
  position: absolute;
  bottom: 10px;
  left: 13%;
}

.insights_block {
  width: 69%;
  position: relative;
}

.insights_block .swiper-button-next::after {
  display: none;
}

.insights_block .swiper-button-prev::after {
  display: none;
}

.bg_gradient_sec {
  background: var(--garident-bg);
}

.bg_gradient_sec h3 {
  color: #fff;
}

.bg_gradient_sec p {
  color: #fff;
}

.bg_gradient_sec .btn-link,
.bg_gradient_01 .btn-link {
  background: #fff;
  color: #000;
}

.bg_gradient_sec .btn-link path,
.bg_gradient_01 .btn-link {
  fill: #000;
}

.bg_gradient_sec .btn-link path,
.bg_gradient_01 .btn-link {
  fill: #000;
}

.bg_gradient_01 .btn-link path {
  fill: #000 !important;
}

.accordion,
.accordion ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.submenu {
  display: none;
  /* hidden by default */
  padding-left: 20px;
}

/* --------menu------mobile-------- */

.main_menu_mob {
  margin: 0;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 29px;
  display: inline-block;
}

.faq_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.submenu .toggle {
  color: #fff;
}

.accordion>li {
  width: 100%;
  border-bottom: solid 1px #fff;
  position: relative;
}

.accordian_main {
  width: 100%;
}

.submenu .toggle {
  margin-bottom: 10px;
}

.mob-header-menu-area .menu_list_ul li a {
  color: #fff;
}

.menu_list_ul.submenu {
  padding-bottom: 15px;
}

.accordion>li>ul.submenu {
  padding: 8%;
  background: #3c288f42;
  margin-bottom: 20px;
}

.menu_list_ul.submenu {
  padding-left: 8px;
  padding-right: 8px;
}

.mob-header-menu-area .toggle::after {
  transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  display: block;
  content: "";
  background: url("../images/arrow_menu_mob.svg") no-repeat center center;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 20px;
}

.mob-header-menu-area .submenu .toggle::after {
  top: 14px;
}

.main_menu_mob {
  width: 100%;
}

.mob-header-menu-area .toggle.active::after {
  transform: rotate(90deg);
}

.mob-header-menu-area .submenu .toggle img {
  display: none;
}

.mob-header-menu-area .submenu .toggle::after {
  top: 15px;
}

.mob-header-menu-area .submenu .toggle {
  position: relative;
}

.mob-header-menu-area .submenu .toggle {
  position: relative;
}

/* ------------mega--menu------------ */
.menu_block_left {
  width: 76.5%;
}

.menu_block_right {
  width: 23.5%;
}

.right_block_main {
  background: #f4f4f4;
  padding: 4%;
  margin-bottom: 15px;
}

.menu_block_right .menu_list_ul li a {
  color: #693c9c;
}

.menu_block_left .megamenu_ul li {
  width: 30%;
}

.megamenu_group li {
  width: 100% !important;
}

.megamenu_group>li {
  margin-bottom: 55px;
}

/*  */
.megamenu_main_wrap {
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(100% - 17px);
  overflow: hidden;
  height: 0;
}

.megamenu_main {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s ease;
  max-height: 0;
  overflow: hidden;
}

.header-main-menu>li:hover .megamenu_main_wrap {
  padding-top: 17px;
}

.header-main-menu>li:hover .megamenu_main {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-main-menu>li:hover .megamenu_main_wrap {
  height: auto;
}

.megamenu_main {
  background: #ffffff;
  padding: 3%;
}

.megamenu_main> ::before {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(270deg,
      rgba(107, 70, 245, 1) 0%,
      rgba(128, 43, 162, 1) 100%);
}

.megamenu_ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}

.megamenu_ul>li {
  list-style: none;
  width: 22%;
}

.menu_list_ul {
  margin: 0;
  padding: 0;
}

.menu_list_ul li {
  list-style: none;
  margin-bottom: 10px;
}

.menu_list_ul li a {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.menu_list_ul li a:hover {
  color: #7040e2;
}

.megamenu_ul h5 {
  line-height: 30px;
  font-weight: 400;
  font-size: 20px;
  width: 100%;
  background: linear-gradient(270deg,
      rgba(107, 70, 245, 1) 0%,
      rgba(128, 43, 162, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.megamenu_ul h5 a {
  font-size: 20px;
  line-height: 25px;
}

.padding-left-margin {
  margin-left: calc((100% - (1256px - 1.5rem)) / 2);
}

@media screen and (min-width: 1441px) {
  .commitment_content h3 {
    margin-top: 40px;
  }

  .commitment_content p:last-child {
    margin-bottom: 0px;
  }
}

.para-400 p {
  font-weight: 400;
  line-height: 1.75;
}

.heading-200 {
  font-weight: 200;
}

.pb_120 {
  padding-bottom: 120px;
}

.team-popup-section {
  margin: 0 auto !important;
  max-width: 1200px !important;
  min-height: 600px;
  width: 95%;
  padding: 0 !important;
}

.team-popup-content {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.team-popup-content .team-popup-info,
.team-popup-content .team-popup-img {
  width: 50%;
}

.team-popup-content .team-popup-img {
  max-height: 600px;
  overflow: hidden;
}

.team-popup-content .team-popup-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-position: center;
  object-fit: cover;
}

.team-popup-content .team-popup-info {
  padding: 50px 4%;
  color: var(--dark-blue);
}

.team-popup-content .team-popup-info h4 {
  color: #19154c;
  font-size: 24px;
  font-weight: 500;
  margin-top: 40px;
  display: block;
}

.team-popup-content .team-popup-info>span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}

.team-popup-content .team-popup-info>p {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

.team-popup-content .expertise-info-list {
  font-size: 16px;
  color: inherit;
  font-weight: 400;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0px -8px;
  margin-top: 20px;
}

.team-popup-content .expertise-info-quote {
  font-size: 16px;
  color: inherit;
  font-weight: 400;
  margin-top: 20px;
}

.team-popup-content .expertise-info-quote span,
.team-popup-content .expertise-info-list span {
  font-weight: 700;
}

.team-popup-content .expertise-info-list li {
  position: relative;
  padding: 0px 8px;
}

.team-popup-content .expertise-info-list li::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--dark-blue);
}

.team-popup-content .expertise-info-list li:first-child::after,
.team-popup-content .expertise-info-list li:last-child::after {
  display: none;
}

.border-top {
  border-top: 1px solid #c7b7ff;
}

.pt_70 {
  padding-top: 70px;
}

.mt_140 {
  margin-top: 140px;
}

.mb_120 {
  margin-bottom: 120px;
}

.no-margin-top {
  margin-top: 0px !important;
}

.pb_45 {
  padding-bottom: 45px;
}

.pb_35 {
  padding-bottom: 35px;
}

.mt_20 {
  margin-top: 20px;
}

.mb_20 {
  margin-bottom: 20px;
}

.pt_80 {
  padding-top: 80px;
}

.pt_65 {
  padding-top: 65px;
}

.mt_10 {
  margin-top: 10px;
}

.d_none {
  display: none !important;
}

.p_relative {
  position: relative;
}

/* ------------- */

@media only screen and (max-width: 1440px) {
  .footer-right-inner h3 {
    font-size: 38px;
  }

  .multi_cloud_list li h5 {
    font-size: 20px;
  }

  .block_three.block_style_02 li .block_txt_01 h5 {
    font-size: 28px;
    line-height: 36px;
  }

  .cta-content-wrap {
    padding: 20px 35px;
  }

  .block_02_a {
    padding-top: 25px;
    margin-top: 15px;
  }

  .slider_card_stack_container .cloud_left_block ul li.active a {
    font-size: 28px;
  }

  .slider_card_stack_container .cloud_left_block ul li a {
    font-size: 21px;
  }

  .cloud_right_block_new .card_stack_body h3 {
    font-size: 33px;
  }

  .cloud_right_block_new .card_stack_body p {
    font-size: 18px;
  }

  .swiper.swiper_card_stack {
    width: 625px;
  }

  .block_txt_01 h5 {
    font-size: 22px;
  }

  .block_icn_01 {
    width: 55px;
  }

  .text_block_technology {
    padding-bottom: 20px;
    margin-top: 20px;
  }

  .key_features_list li {
    padding: 2.5% 4%;
  }

  .block_three li {
    padding: 3% 2.5%;
  }

  .slider_card_stack_container .cloud_left_block ul li {
    margin-bottom: 10px;
  }

  .faq_block {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .pb_120 {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .menu_list_ul li a {
    color: #000;
  }

  .menu_list_ul li a:hover {
    color: #7040e2;
  }
}

@media only screen and (max-width: 1366px) {
  .mb_120 {
    margin-bottom: 100px;
  }

  .padding-left-margin {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 1280px) {
  .pb_45 {
    padding-bottom: 35px;
  }

  .pt_65 {
    padding-top: 50px;
  }

  .pt_80 {
    padding-top: 60px;
  }

  .pt_70 {
    padding-top: 50px;
  }

  .header-main-menu {
    gap: 15px;
  }

  .menu-item-has-children {
    gap: 10px;
  }
}

@media only screen and (max-width: 1199px) {
  .team-popup-section {
    min-height: unset;
    max-height: 90%;
  }

  .team-popup-content .team-popup-img {
    width: 30%;
  }

  .team-popup-content .team-popup-info {
    width: 70%;
  }

  .menu-lang-block .header-main-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
  }

  .menu-button {
    display: block;
  }

  .header-main-menu {
    flex-wrap: wrap;
    gap: 0px;
  }

  .header-main-menu>li:first-child {
    /* border-top: 1px solid rgba(255,255,255,0.30); */
  }

  .header-main-menu>li {
    width: 100%;
    /* position: relative; */
    /* border-bottom: 1px solid rgba(255,255,255,0.30);
    border-left: 1px solid rgba(255,255,255,0.30); */
  }

  .header-main-menu>li a {
    color: #fff;
    display: inline-block;
    padding: 25px 0px;
  }

  .sub-menu-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid rgba(255,255,255,0.30); */
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(255, 255, 255, 0.3);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 0.3);
    border-bottom: 0px;
    border-top: 0px;
    color: #fff;
    cursor: pointer;
    pointer-events: visible;
  }

  .menu-item-has-children {
    flex-wrap: wrap;
  }

  .sub-menu {
    position: relative;
    top: 0px;
    width: 100%;
    padding: 20px;
  }

  .sub-menu li,
  .sub-menu li:first-child {
    border: 0px;
  }

  .sub-menu li a {
    font-size: 16px;
    padding: 12px 0px;
  }

  .header-main-menu li:last-child {
    display: block;
  }

  .login-btn {
    display: none;
  }

  .lang-switch {
    top: -4px;
  }
}

@media only screen and (max-width: 1024px) {
  .tablle_ul>li {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .table_title li,
  .tablle_ul li .tablle_ul_list :first-child {
    font-size: 19px;
  }

  .mb_120 {
    margin-bottom: 90px;
  }

  .slider_card_stack_container .cloud_left_block ul li a {
    font-size: 18px;
  }

  .slider_card_stack_container .cloud_left_block ul li.active a {
    font-size: 22px;
  }

  .slider_card_stack_container .cloud_left_block ul li {
    margin-bottom: 0;
    padding: 5px 0;
  }

  .cloud_right_block_new .card_stack_body h3 {
    font-size: 26px;
  }

  .cloud_right_block_new .card_stack_body p {
    font-size: 16px;
  }

  .swiper.swiper_card_stack {
    width: 100%;
    aspect-ratio: 635 / 300;
  }

  .pb_35 {
    padding-bottom: 30px;
  }

  .mb_120 {
    margin-bottom: 100px;
  }

  .pt_65 {
    padding-top: 40px;
  }

  .pt_80 {
    padding-top: 50px;
  }

  .form_block .wpcf7-form-control.wpcf7-submit {
    text-align: center;
    width: 190px;
  }

  .pt_70 {
    padding-top: 40px;
  }

  .pb_120 {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .swiper-navigation {
    left: 8%;
  }
}

@media only screen and (max-width: 820px) {
  .technology_slder_block_01 {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .pt_150 {
    padding-top: 130px;
  }

  .pt_130 {
    padding-top: 100px;
  }

  .pt_120 {
    padding-top: 90px;
  }

  .pt_100 {
    padding-top: 75px;
  }

  .pb_100 {
    padding-bottom: 75px;
  }

  .pb_55 {
    padding-bottom: 30px;
  }

  .mt_100 {
    margin-top: 75px;
  }

  .mb_100 {
    margin-bottom: 75px;
  }

  .col_03_layout li {
    width: 50%;
  }

  .text_block_technology h3 {
    font-size: 29.410255px;
  }

  .megamenu_ul>li {
    width: 48%;
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .block_01_a {
    flex-direction: column;
  }

  .mb_120 {
    margin-bottom: 80px;
  }

  .text_block_technology {
    padding-bottom: 10px;
    margin-top: 15px;
  }

  .icon_block_03 {
    min-height: 70px;
  }

  .swiper.swiper_card_stack {
    width: 100%;
    max-width: 500px;
  }

  .pb_45 {
    padding-bottom: 30px;
  }

  .mb_120 {
    margin-bottom: 80px;
  }

  .pt_65 {
    padding-top: 30px;
  }

  .pt_80 {
    padding-top: 40px;
  }

  .team-popup-content .team-popup-img {
    width: 50%;
    margin-top: 10px;
  }

  .team-popup-content .team-popup-info {
    width: 100%;
    padding: 30px 4%;
    padding-top: 10px;
  }

  .team-popup-content .team-popup-info h4 {
    font-size: 20px;

    margin-top: 15px;
  }

  .team-popup-content .team-popup-info>span {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .team-popup-content .expertise-info-list,
  .team-popup-content .expertise-info-quote,
  .team-popup-content .team-popup-info>p {
    font-size: 15px;
  }
}

@media (max-width: 700px) {
  .block_three.block_style_02 li.compliance-item-new {
    aspect-ratio: unset;
  }

  .block_three.block_style_02 li.compliance-item-new .compliance-title {
    margin-bottom: 0 !important;
  }

  .global_slider_txt h5 {
    font-size: 20px;
  }

  .slider_card_stack_container {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .pb_35 {
    padding-bottom: 25px;
  }

  .pb_45 {
    padding-bottom: 25px;
  }

  .mb_120 {
    margin-bottom: 60px;
  }

  .pt_80 {
    padding-top: 30px;
  }

  .mb_120 {
    margin-bottom: 50px;
  }

  .mt_140 {
    margin-top: 120px;
  }

  .pt_70 {
    padding-top: 30px;
  }

  .team-popup-content .expertise-info-list,
  .team-popup-content .expertise-info-quote,
  .team-popup-content .team-popup-info>p {
    font-size: 14px;
  }

  .team-popup-content .expertise-info-quote,
  .team-popup-content .expertise-info-list {
    margin-top: 10px;
  }

  .faq_block {
    width: 100%;
  }

  .cloud-slide.cloud-slide-new {
    padding: 15px 5px;
  }

  .text_block_technology h3 {
    font-size: 28px;
  }

  .megamenu_ul>li {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .megamenu_ul {
    height: 100%;
    overflow: auto;
  }

  .mob-header-menu-area {
    padding: 50px 6%;
  }

  .menu_list_ul li a {
    font-size: 15px;
  }

  .menu_list_ul li {
    margin-bottom: 6px;
  }

  .cloud_right_block_new .card_stack_body h3 {
    font-size: 26px;
    margin-bottom: 5px;
  }

  .cloud_right_block_new .card_stack_body p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 600px) {
  .header-main-menu li a {
    font-size: 27px;
  }

  .header-main-menu li {
    border-bottom: solid 1px #333c9b;
    gap: 0px;
  }

  .margin_client {
    margin-bottom: 35px;
    margin-top: 0;
  }

  .col_03_layout li {
    width: 100%;
    margin-bottom: 15px;
  }

  .megamenu_ul h5 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 620px) {
  .multi_cloud_list {
    margin-top: 15px;
  }

  .multi_cloud_list li::after {
    left: 0;
    top: 14px;
    background-size: 22px;
  }

  .icon_block_03 {
    min-height: 50px;
    max-height: 50px;
    aspect-ratio: 1/1;
  }

  .icon_block_03>img {
    height: auto;
    width: 100%;
  }

  .pt_150 {
    padding-top: 90px;
  }

  .pt_130 {
    padding-top: 70px;
  }

  .pt_120 {
    padding-top: 65px;
  }

  .pt_100 {
    padding-top: 40px;
  }

  .pb_100 {
    padding-bottom: 40px;
  }

  .pb_120 {
    padding-bottom: 60px;
  }

  .pb_55 {
    padding-bottom: 20px;
  }

  .mt_100 {
    margin-top: 50px;
  }

  .mb_100 {
    margin-bottom: 50px;
  }
}