@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
:root {
  --theme-defaul-white: #FFFFFF;
  --theme-defaul-black: #FFFFFF;
  --theme-heading-color: #2d2a2a;
  --theme-button-color: #12196a;
  --theme-short-heading-color: #7a7b7d;
  --theme-text-color: #696e77;
  --theme-short-text-color: #424447;
  --theme-footer-text-color: #646567;
  --theme-bg-color: #1a1b1e;
  --theme-heading-second: #222326;
  --main-heading-color: #1D84C7;
  --theme-main-font: "Montserrat", sans-serif;
  --theme-para-font: "Open Sans", sans-serif;
  --transition: all 0.5s;
}
html,
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: var(--theme-para-font);
  overflow-x: hidden;
}
figure {
  margin: 0;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
}
b,
strong {
  font-weight: 700;
}
p {
  margin: 0 0 20px 0;
}
p a:hover {
  color: var(--main-heading-color);
}
p a:hover i {
  color: var(--main-heading-color);
}
p:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 12px 0;
  padding: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
img {
  max-width: 100%;
}
a {
  transition: all 0.5s;
  color: #000000;
}
/* Start Form Input */
input[type=checkbox] {
  position: relative;
  border: 2px solid #000;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 .6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  opacity: .5;
}
input[type=checkbox]:hover {
  opacity: 1;
}
input[type=checkbox]:checked {
  background-color: #000;
  opacity: 1;
}
input[type=checkbox]:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="number"],
select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  outline: none !important;
}
textarea {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  color: #000;
  outline: none !important;
}
select {
  width: 100%;
  background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center transparent;
  background-color: #ffffff;
  background-size: 12px;
  padding-right: 42px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
}
::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
}
:-ms-input-placeholder {
  opacity: 1;
  color: #000;
}
::-moz-placeholder {
  opacity: 1;
  color: #000;
}
:-moz-placeholder {
  opacity: 1;
  color: #000;
}
a {
  display: inline-block;
  transition: var(--transition);
  color: var(--default-black);
  text-decoration: none;
  font-family: inherit;
}
blockquote {
  margin: 0;
}
a:hover {
  color: var(--main-heading-color);
}
button.navbar-toggler:focus-visible,
button.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}
h1 {
  font-size: 48px;
  line-height: 56px;
  color: #2d2a2a;
  font-weight: 700;
  font-family: var(--theme-main-font);
}
h2 {
  font-size: 40px;
  line-height: 48px;
  color: #222326;
  font-weight: 700;
  font-family: var(--theme-main-font);
}
h3 {
  font-size: 22px;
  line-height: 30px;
  color: #222326;
  font-weight: 700;
  font-family: var(--theme-main-font);
}
h6 {
  font-size: 23px;
  line-height: 28px;
  color: #222326;
  font-weight: 700;
  font-family: var(--theme-main-font);
}
h4 {
  font-size: 20px;
  line-height: 28px;
  color: var(--theme-heading-second);
  font-weight: 700;
  font-family: var(--theme-main-font);
}
h5 {
  font-size: 27px;
  line-height: 35px;
  text-transform: uppercase;
  color: var(--theme-button-color);
  font-weight: 700;
  font-family: var(--theme-main-font);
}
h1 span,
h2 span {
  color: var(--main-heading-color);
  font-family: var(--theme-main-font);
}
p {
  font-size: 17px;
  line-height: 26px;
  color: #424447;
  font-weight: 400;
  font-family: var(--theme-para-font);
}
.theme_button,
.form_btn_box input[type=submit] {
  padding: 12px 35px;
  font-size: 16px;
  color: var(--theme-defaul-black);
  font-weight: 500;
  background: linear-gradient(90deg, #1d84c7, #0f2851);
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  line-height: 20px;
  border-radius: 25px;
  text-transform: capitalize;
  font-family: var(--theme-main-font);
}
.theme_button:hover,
.form_btn_box input[type=submit]:hover {
  background: linear-gradient(-90deg, #1d84c7, #0f2851);
  color: var(--theme-defaul-black);
}
.theme_padding {
  padding: 60px 10px;
}
.theme_heading_wrapper {
  margin-bottom: 60px;
}
.theme_banner {
  position: relative;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
  background-image: url(https://1techteam.com/kmdevwp/kreativetech/wp-content/themes/kreativetech/assets/img/saas-banner/1.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 10px 120px 10px;
}

@media (min-width: 1080px) {
  .theme_banner .theme_banner_content h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.theme_banner .theme_banner_content .theme_button {
  padding: 12px 21px;
}
 
/* .theme_banner::before{
  content: "";
  width: 100%;
  height: 150%;
  position: absolute;
  top: -15%;
  left: 0;
  background-image: url(../images/bannercovershape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
} */
.swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main {
  background-color: #12196a !important;
}
.theme_banner .theme_banner_image img {
  /* min-height: 400px; */
  border-radius: 12px;
  object-fit: contain;
  border: 2px solid #2d2a2a;
}
.shape-img1 {
  position: absolute;
  left: 10%;
  bottom: 25%;
  z-index: -1;
  animation: animationFramesOne 20s infinite linear;
}
.shape-img2 {
  display:none;
  /*position: absolute;
  left: 5%;
  top: 10%;
  z-index: -1;
  animation-name: rotateMe;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;*/
}
.shape-img3 {
  position: absolute;
  right: 10%;
  top: 10%;
  z-index: -1;
  -webkit-animation: animationFramesOne 20s infinite linear;
  animation: animationFramesOne 20s infinite linear;
}
.shape-img4 {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: -1;
  top: 20%;
  -webkit-animation: rotate3d 4s linear infinite;
  animation: rotate3d 4s linear infinite;
}
.shape-img5 {
  position: absolute;
  left: 20%;
  top: 20%;
  z-index: -1;
  animation: animationFramesOne 20s infinite linear;
}
.circle-img {
  position: absolute;
  left: 25%;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  right: 0;
  margin: 0 auto;
  width: 35%;
}
.circle-img img {
  animation-name: rotateMe;
  animation-duration: 35s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes MOVE-BG {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(88px);
  }
}
@keyframes rotateMe {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

/* Header */
.main-header {
  padding: 2.5rem 0;
  z-index: 99;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.4s ease;
}
.main-header .container {
  max-width: 1700px;
  z-index: 9;
  position: relative;
}
.main-header.sticky .logo {
  background-color: #0F2851;
  display: flex;
  width: 10rem;
  height: 10rem;
  position: fixed;
  top: 5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(255 255 255 / 80%);
  left: 8rem;
  border-radius: 8px;
  padding: 2rem;
}
.main-header.sticky .logo-image img {
  filter: inherit;
}
.logo a img {
  width: 13.6rem;
  height: 14.5rem;
  object-fit: contain;
  filter: brightness(0.2);
}
/* Header */



.group_image1 {
  position: absolute;
  right: -35px;
  top: -50px;
}
.group_image2 {
  position: absolute;
  left: -40px;
  bottom: -60px;
}
.group_image3 {
  position: absolute;
  right: 80px;
  transform: rotate(-165deg);
  bottom: -90px;
}
.theme_banner .theme_banner_content {
  padding-right: 25px;
  padding-top: 25px;
  position: relative;
}
.theme_banner_content p {
  margin: 20px 0;
  font-size: 18px;
  line-height: 28px;
}
.theme_button_wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 15px;
}
.theme_industry.theme_padding {
  padding: 100px 0 60px 0;
  position: relative;
  z-index: 0;
}
.theme_industry::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  z-index: -1;
  background-image: url(../images/bg-data.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.theme_industry .theme_heading_wrapper {
  position: relative;
}
.theme_industry_box_wrapper {
  margin-bottom: 20px;
}
.theme_industry_box {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 15px 20px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
}
.theme_industry_box:hover {
  background-color: #0085a3;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.theme_industry_box:hover h4,
.theme_industry_box:hover p {
  color: var(--theme-defaul-white);
}
.theme_industry_box:hover .theme_ind_icon img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(213deg) brightness(107%) contrast(101%);
}
.theme_industry_box:hover .theme_inner_box svg path {
  stroke: var(--theme-defaul-white);
}
.theme_industry_box .theme_ind_icon img {
  max-width: 60px;
}
.theme_industry_box .theme_ind_content p {
  margin-bottom: 5px;
}
.theme_ind_content h4 {
  margin-bottom: 5px;
  color: var(--theme-button-color);
}
.theme_industry_box:hover h4 a {
  color: #ffffff;
}
.theme_ind_inner_box {
  padding: 15px 15px 15px 5px;
  border-bottom: 1px solid #0F2851;
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}
.theme_ind_inner_box h3 a:hover {
  color: var(--main-heading-color);
}
.theme_bg_back {
  background-color: #020d3a;
}
.theme_bg_back .theme_heading_wrapper h2,
.theme_bg_back .theme_heading_wrapper p {
  color: var(--theme-defaul-black);
}
.theme_solutions {
  position: relative;
  z-index: 0;
}
.theme_solutions::before,
.CTA_block::before {
  content: "";
  background-image: url(../images/lineshaperpowerful.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 100%;
  height: 60%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.theme_solutions .swiper-wrapper {
  padding: 50px 0;
}
.theme_solutions .theme_heading_wrapper {
  margin-bottom: 10px;
}
.theme_solutions_box {
  padding: 10px;
  text-align: center;
  background-color: var(--theme-defaul-white);
  box-shadow: 0 0 19px -6px #00000030;
  margin: 0 20px;
  border-radius: 12px;
  padding-top: 45px;
  min-height: 180px;
  position: relative;
  top: -15px;
}
.theme_solution_image {
  padding: 0 10px;
}
.theme_solution_image img {
  height: 200px;
  width: 100%;
  border-radius: 20px;
}
.theme_solutions_box .theme_solu_icon {
  max-width: 75px;
  padding: 15px;
  background-color: var(--theme-button-color);
  border-radius: 100%;
  margin: 0 auto;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.theme_solu_icon img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.theme_solu_content h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 28px;
}
.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: var(--theme-button-color);
  border: 1px solid transparent;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  background-size: 20px;
  font-size: 16px;
  color: var(--theme-defaul-white);
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: transparent;
  border-color: var(--theme-button-color);
}
.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
  color: var(--theme-button-color);
}
.case_study_wrapper .theme_casestudy_box h3,
.case_study_wrapper .theme_casestudy_box p {
  color: var(--theme-defaul-white);
}
.theme_casestudy_box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ffffff54;
}
.theme_casestudy_box .theme_case_icon {
  max-width: 60px;
  padding: 12px;
  width: 100%;
  background: var(--theme-defaul-white);
  border-radius: 100%;
}
.theme_casestudy_box .theme_case_icon img {
  filter: brightness(0) saturate(100%) invert(9%) sepia(49%) saturate(2295%) hue-rotate(213deg) brightness(99%) contrast(114%);
}
.theme_casestudy_box h3 {
  margin-bottom: 5px;
}
.theme_proven_casestudy .theme_heading_wrapper {
  margin-bottom: 35px;
}
.theme_casestudy_slider .swiper-wrapper {
  padding: 30px 0;
}
.case_study_slider_box {
  padding: 40px 20px;
  background-color: var(--theme-defaul-white);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  margin: 0 10px;
  border-radius: 12px;
}
.case_study_slider_box .case_study_icon {
  margin-bottom: 20px;
}
.case_study_slider_box .case_tag_up span {
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  color: var(--theme-defaul-white);
  background-color: var(--theme-button-color);
  display: inline-block;
  margin: 5px 0;
  font-family: var(--theme-main-font);
}
.case_study_icon img {
  max-width: 75px;
}
.case_study_slider_box h3 {
  margin: 12px 0;
}
.case_study_slider_box ul {
  margin-top: 25px;
}
.case_study_slider_box ul li {
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--theme-main-font);
}
.case_study_slider_box ul li br {
  display: none;
}
.case_study_slider_box .theme_button_wrapper {
  margin-top: 20px;
}
.theme_button_normal {
  padding: 5px 5px 5px 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--theme-main-font);
}
.theme_button_normal::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: var(--theme-button-color);
  content: "";
  width: 100%;
  height: 1px;
}
.case_buddy_box {
  position: relative;
}
.case_buddy_box img {
  height: 100%;
  border-radius: 15px;
  min-height: 400px;
}
.case_buddy_box .case_buddy_content {
  position: absolute;
  bottom: 20px;
  left: 5%;
  background: #FFFFFF;
  padding: 15px;
  border-radius: 12px;
  max-width: 90%;
}
.them_button_link_wrapper a {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.5s;
}
.them_button_link_wrapper a svg {
  transform: rotatez(-40deg);
  width: 20px;
  margin-bottom: 5px;
  transition: all 0.5s;
  margin-left: 5px;
}
.them_button_link_wrapper a:hover svg {
  transform: rotatez(0);
}
.testi_slider .swiper-wrapper {
  padding: 25px 0;
}
.testi_slider .swiper-slide,
.testi_slider .swiper-slide .clent_testi_box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.testi_slider .swiper-slide:not(.swiper-slide-next) .clent_testi_box {
  margin-top: 75px;
}
.testi_slider .clent_testi_box {
  position: relative;
  margin: 0 15px;
}
.testi_slider .clent_testi_box::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: -10px;
  top: -20px;
  width: 50px;
  height: 50px;
  background-color: var(--theme-button-color);
  border-radius: 100%;
  color: var(--theme-defaul-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  box-shadow: 0 6px 30px -7px #12196adb;
}
.clent_testi_box .client_testi_content {
  padding: 20px;
  text-align: center;
  background-color: var(--theme-defaul-white);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  min-height: 250px;
  display: flex;
  align-items: center;
}
.clent_testi_box .meta_details_box {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
.clent_testi_box .meta_details_box .meta_profile_image {
  max-width: 80px;
}
.meta_details_box .meta_profile_image img {
  border-radius: 100%;
}
.clent_testi_box p {
  font-size: 16px;
  line-height: 28px;
  font-style: italic;
  font-weight: 400;
}
.clent_testi_box .client_testi_meta h5 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 5px;
  font-style: italic;
  text-transform: capitalize;
}
.clent_testi_box .client_testi_meta h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.theme_brief_process_box .process_step span {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #1d84c7, #0f2851);
  border-radius: 100%;
  color: var(--theme-defaul-black);
  font-size: 20px;
}
.process_image {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 372 333" xmlns="http://www.w3.org/2000/svg"><path d="M0 75.1761C0 68.9789 2.87287 63.1318 7.77841 59.3447L79.2515 4.16861C82.7523 1.46598 87.0503 0 91.473 0H352C363.046 0 372 8.95431 372 20V312.34C372 323.385 363.046 332.34 352 332.34H20C8.95431 332.34 0 323.385 0 312.34V75.1761Z" /></svg>');
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 372 333" xmlns="http://www.w3.org/2000/svg"><path d="M0 75.1761C0 68.9789 2.87287 63.1318 7.77841 59.3447L79.2515 4.16861C82.7523 1.46598 87.0503 0 91.473 0H352C363.046 0 372 8.95431 372 20V312.34C372 323.385 363.046 332.34 352 332.34H20C8.95431 332.34 0 323.385 0 312.34V75.1761Z" /></svg>');
  mask-repeat: repeat;
  mask-size: auto;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  height: 332px;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.process_image img {
  width: 100%;
  height: 330px;
  border-radius: 25px;
  object-fit: cover;
}
.theme_brief_process_box {
  margin: 0 10px;
  position: relative;
}
.theme_brief_process_box_wrapper:nth-child(odd) {
  margin-top: 50px;
}
.theme_brief_process_box .process_step {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 20px;
}
.theme_brief_process_box .process_content {
  text-align: center;
  max-width: 95%;
  margin: 0 auto;
  padding: 15px;
}
.process_content h4,
.process_content p {
  color: var(--theme-defaul-black);
}
.video_popup img {
  min-height: 340px;
  border-radius: 25px;
  object-fit: cover;
  height: 100%;
}
.video_popup_block {
  position: relative;
  z-index: 0;
}
.video_popup_block::before {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/process-bg.jpg);
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.video_popup_block .theme_heading_wrapper h2,
.video_popup_block .theme_heading_wrapper p {
  color: var(--theme-defaul-black);
}
.video_popup_block .video_popup {
  position: relative;
  margin-top: 60px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1316 535"  xmlns="http://www.w3.org/2000/svg"><path d="M0 104.971C0 101.788 1.26428 98.7357 3.51472 96.4853L96.4853 3.51472C98.7357 1.26428 101.788 0 104.971 0H1191.66C1194.46 0 1197.18 0.984195 1199.34 2.78134L1311.68 96.4018C1314.42 98.6818 1316 102.059 1316 105.62V523C1316 529.627 1310.63 535 1304 535H12C5.3726 535 0 529.627 0 523V104.971Z" /></svg>');
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1316 535"  xmlns="http://www.w3.org/2000/svg"><path d="M0 104.971C0 101.788 1.26428 98.7357 3.51472 96.4853L96.4853 3.51472C98.7357 1.26428 101.788 0 104.971 0H1191.66C1194.46 0 1197.18 0.984195 1199.34 2.78134L1311.68 96.4018C1314.42 98.6818 1316 102.059 1316 105.62V523C1316 529.627 1310.63 535 1304 535H12C5.3726 535 0 529.627 0 523V104.971Z" /></svg>');
  mask-repeat: repeat;
  mask-size: auto;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  height: 332px;
  -webkit-mask-size: cover;
  mask-size: cover;
  min-height: 527px;
}
.video_popup_block .video_popup::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 25px;
  height: 100%;
  background: linear-gradient(180deg, #1d84c714, #0f2851c9);
  content: "";
}
.video_popup .play_btn a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #1d84c7, #0f2851);
  border-radius: 100%;
  z-index: 0;
}
.video_popup .play_btn i {
  font-size: 24px;
  color: #ffffff;
}
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.waves-block {
  position: absolute;
  top: 90%;
  left: 85%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.waves {
  position: absolute;
  width: 175px;
  height: 175px;
  background: rgb(1 12 57 / 40%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px;
}
@keyframes floating {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 15px);
  }
  to {
    transform: translate(0, -0px);
  }
}
.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.theme_bg_back.theme_padding {
  padding: 85px 0;
}
.CTA_block {
  position: relative;
  z-index: 0;
}
.cta_block_box {
  padding: 45px 35px;
  background-color: #E5E5FD;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  margin: 0 10px;
  border-radius: 25px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/aipt-bg1.jpg);
}
.CTA_block .theme_heading_wrapper {
  margin-bottom: 25px;
  max-width: 60%;
  margin: 0 auto 35px auto;
}
.theme_proven_casestudy {
  z-index: 0;
  position: relative;
}
.shape_image_box1 img {
  max-width: 120px;
  position: absolute;
  left: 75px;
  top: 50px;
  transform: rotate(-20deg);
  z-index: -1;
}
.shape_image_box2 img {
  max-width: 140px;
  position: absolute;
  right: 75px;
  bottom: 50px;
  z-index: -1;
  transform: rotate(-20deg);
}
.shape_image_box3 img {
  max-width: 140px;
  position: absolute;
  left: 100px;
  top: 75px;
  z-index: -1;
  transform: rotate(-20deg);
}
.shape_image_box4 img {
  max-width: 160px;
  position: absolute;
  right: 50px;
  z-index: -1;
  bottom: 300px;
  transform: rotate(-100deg);
}
/* form ............................*/
#msform fieldset {
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-top: 20px;
  position: relative
}
.form-card {
  text-align: left
}
#msform fieldset:not(:first-of-type) {
  display: none
}
#msform .action-button {
  width: 100px;
  background: #673AB7;
  background-color: rgb(103, 58, 183);
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right;
}
#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #311B92
}
#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right
}
#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000
}
.card {
  z-index: 0;
  border: none;
  position: relative
}
.fs-title {
  font-size: 20px;
  color: #797574;
  font-weight: 500;
  text-align: left
}
.purple-text {
  color: #673AB7;
  font-weight: normal
}
.steps {
  font-size: 20px;
  color: #797574;
  font-weight: 500;
  text-align: right
}
.fieldlabels {
  color: gray;
  text-align: left
}
#progressbar #account:before {
  font-family: FontAwesome;
  content: "\f13e"
}
#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f007"
}
#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f030"
}
#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c"
}
.progress {
  height: 7px;
  border-radius: 4px;
}
.progress-bar {
  background-color: #12196ac9;
}
.fit-image {
  width: 100%;
  object-fit: cover
}
/* Progress Step */
.page-template-template-step-form .mainHead {
  display: none;
}
.step__progress li span {
  display: inline-flex;
  background-color: transparent;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border-radius: 50px;
  font-weight: 400;
  border: 1px solid #006aa9;
  color: #006aa9;
}
.step__progress li.active span {
  background-color: #006aa9;
  color: #fff;
}
.step__progress li:not(.active) {
  opacity: 0.4;
}
.step__progress li {
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}
.step__progress li::after {
  position: absolute;
  content: '';
  width: 100px;
  height: 1px;
  left: 110%;
  top: 49%;
  transform: translateY(-50%);
  z-index: -1;
  border-bottom: 1px dashed #006aa9;
}
.step__progress li.active::after {
  border-bottom-style: solid;
}
.step__progress li:last-child::after {
  display: none;
}
.step__progress {
  display: flex !important;
  justify-content: space-between;
}
/* Progress Step */
/* RP2 Form */
.rp2__form .form-group .form-control {
  background: transparent;
  border: none;
  width: 100%;
  color: rgba(30, 30, 30, 1);
  font-size: 16px;
  font-weight: 500;
  padding: 0;
}
.rp2__form .form-select {
  font-size: 15px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 5px 0 0;
}
.rp2__form .form-group label {
  color: rgba(121, 121, 121, 1);
  font-size: 12px;
}
.rp2__form .form-group {
  width: 100%;
  position: relative;
}
.rp2__form .form-group::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  border-radius: 5px 0 0 5px;
  content: '';
  background: var(--clr-accent);
}
.rp2__form .form-control:focus,
.rp2__form .form-select:focus {
  box-shadow: none !important;
  outline-width: 0
}
.rp2__form .form_template_content h3 {
  padding: 5px 0;
  text-transform: capitalize;
  font-size: 20px;
  color: #1e1e1e;
  line-height: 30px;
}
.form__type-group .form_template_content p strong {
  color: #1e1e1e;
}
.rp2__form .form_template_content> :not(:last-child) {
  margin-bottom: 8px;
}
.rp2__form input[type="radio"] {
  margin-left: 8px;
}
.rp2__form .input_check_box {
  display: inline-block;
  padding-left: 8px;
}
.form__type-group .form_template_content p {
  font-size: 15px;
  line-height: 26px;
}
.themeModalStep {
  padding: 20px;
}
.themeModalStep .modal-dialog {
  max-width: 100%;
  margin: 20px;
  padding: 0;
  height: 90vh;
}
.themeModalStep .modal-dialog .modal-content {
  height: 90vh;
  border-radius: 0;
  background: linear-gradient(176deg, #2d2a2a 25%, #1d1d4d 75%, #12196a 100%);
  border: none;
}
.step_form_section {
  height: 100%;
  position: relative;
}
.themeModalStep .btn-close {
  margin-left: auto;
  padding: 15px;
  opacity: 1;
}
.step_form_section .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.step_form_section form {
  max-width: 1020px;
  margin: 0 auto;
  width: 100%;
}
.themeModalStep .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  height: 1.5px;
}
.themeModalStep .rack_option_boxes {
  display: flex;
  gap: 15px;
}
.rack_option_boxes .rack_option_box {
  border-radius: 0;
  background-color: #2d2a2a;
  width: calc(100% / 4 - 7.5px);
}
.rack_option_box .rack_option_value {
  padding: 20px 12px;
}
.rack_option_box .form-group {
  height: 100%;
}
.rack_option_box .rack_option_input {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 20px;
}
.rack_option_box .rack_option_value h5 {
  color: var(--theme-defaul-white);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
}
.rack_option_boxes .rack_option_box .rack_option_box .rack_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rack_option_box .rack_row {
  padding: 10px;
  background-color: #ff4a4a;
  display: flex;
  justify-content: space-between;
}
.rack_option_box .rack_row span {
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-defaul-white);
}
/* 04-05-2025  */
.theme_industry_box {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.theme_inner_box a {
  position: absolute;
  right: 20px;
  top: 15px;
  display: inline-flex;
  background-color: var(--theme-button-color);
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 6px;
  transform: rotate(-45deg);
}
.theme_inner_box a svg path {
  stroke: var(--theme-defaul-white);
}
.theme_industry_box:hover .theme_inner_box a {
  transform: rotate(0deg);
}
.case_study_slider_box .theme_button_normal {
  background-image: linear-gradient(90deg, var(--theme-defaul-white) 0%, #151e811c 100%);
  border-radius: 50px;
  padding: 6px 6px 6px 20px;
  transition: all 0.5s ease-in-out;
}
.case_study_slider_box .theme_button_normal:hover {
  background-image: linear-gradient(90deg, var(--theme-defaul-white) 0%, #151e811c 100%);
  background-size: 200%;
  transition: all 0.5s ease-in-out;
}
.case_study_slider_box .theme_button_normal svg {
  background-color: var(--theme-button-color);
  padding: 5px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  transform: rotate(-45deg);
  transition: all 0.5s ease-in-out;
}
.case_study_slider_box .theme_button_normal svg path {
  stroke: var(--theme-defaul-white);
}
.case_study_slider_box .theme_button_normal:hover svg {
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
}
.case_study_slider_box .theme_button_normal::before {
  display: none;
}
.tnp-subscription-minimal input.tnp-email {
	width: 65% !important;
}
.tnp-subscription-minimal .tnp-submit {
  position: relative !important;
  inset: unset !important; 
}
/* 04-05-2025  */
/* 13-05-2025  */
.popupQuote__modal .modal-header {
  padding: 8px 16px;
}
.popupQuote__modal .modal-title {
  font-size: 20px;
}
.popupQuote__modal .modal-body {
  padding: 16px 16px 24px;
}
.popupQuote__modal .wpcf7-form-control.wpcf7-submit.dcim__btn {
  padding: 10px 25px !important;
  font-size: 14px !important;
  width: fit-content !important;
}
.popupQuote__modal .wpcf7-response-output {
  color: #6a6a6a;
  width: 100%;
  margin-top: 8px !important;
}
.floating-label {margin-bottom: 8px;}
/* 13-05-2025  */