/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/

/* --Theme customization starts here-- */

/*Common Css*/
/* a {
    color: #00e5ff!important;
} */
.container,
.et_pb_row,
.et_pb_slider .et_pb_container,
.et_pb_fullwidth_section .et_pb_title_container,
.et_pb_fullwidth_section .et_pb_title_featured_container,
.et_pb_fullwidth_header:not(.et_pb_fullscreen)
  .et_pb_fullwidth_header_container {
  width: 100%;
}
#nf-form-1-cont .nf-row {
    width: 100%;
}
#nf-form-1-cont textarea#nf-field-3 {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 8px;
	color:#fff;
}
#nf-form-1-cont input#nf-field-4 {
    float: left;
}
.et-db #et-boc .et-l .et_pb_row {
    width: 100%;
}
strong {
  font-weight: 600;
}
/*body left and right border*/
header.et-l--header {
  position: relative;
}
header.et-l--header:before {
  content: "";
  background-image: url(/wp-content/uploads/2025/09/line.svg);
  background-repeat: repeat-y;
  width: 2px;
  position: absolute;
  height: 100%;
  left: calc(50% - (720px + 4%));
  z-index: 5;
  top: 0;
  background-position: 0 -50px;
}
header.et-l--header:after {
  content: "";
  background-image: url(/wp-content/uploads/2025/09/line.svg);
  background-repeat: no-repeat;
  width: 2px;
  position: absolute;
  height: 100%;
  right: calc(50% - (720px + 4%));
  z-index: 5;
  top: 0;
  background-position: 0 -50px;
}
.single #et-main-area,
#main-content .et_builder_inner_content {
  position: relative;
  height: 100%;
}
.single #et-main-area:before,
#main-content .et_builder_inner_content:before {
  content: "";
  background-image: url(/wp-content/uploads/2025/09/line.svg);
  background-repeat: repeat-y;
  width: 2px;
  position: absolute;
  height: 100%;
  left: calc(50% - (720px + 4%));
  z-index: 5;
  top: 0;
  background-position: 0 -170px;
}
.single #et-main-area:after,
#main-content .et_builder_inner_content:after {
  content: "";
  background-image: url(/wp-content/uploads/2025/09/line.svg);
  background-repeat: no-repeat;
  width: 2px;
  position: absolute;
  height: 100%;
  right: calc(50% - (720px + 4%));
  z-index: 5;
  top: 0;
  background-position: 0 -170px;
}
/*body left and right border*/

.title-gradient h2 {
  background: linear-gradient(
    to bottom,
    #ffffff 0,
    #ffffff 40%,
    #999999 100%
  ) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15) !important;
}
body #main-content .button.et_pb_button:hover {
  background-color: #000929 !important;
  color: #00e5ff !important;
  border: 2px solid #00e5ff !important;
}
a {
  transition: all 300ms ease 0ms !important;
}
/*Common Css End*/

/* header css starts */
.main-header {
  display: flex;
  align-items: center;
}
.main-header .nav-link a:hover {
  opacity: 0.8;
}
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li {
  margin-top: 0 !important;
}
body.et-db #page-container #et-boc header.et-l .et_pb_section .et_pb_button_0_tb_header:hover,
body.et-db #et-boc header.et-l .et_pb_bg_layout_light.et_pb_button:hover,
body #page-container .et_pb_section .et_pb_button_0_tb_header.header-btn:hover {
  background-color: #000928 !important;
  color: #00e5ff !important;
  border: 1px solid #00e5ff!important;	
}
.nav-link a {
  font-weight: 400 !important;
}
.main-header .nav-link.menu-item-has-children a::after {
  content: "" !important;
  background-image: url("/wp-content/uploads/2025/09/Frame.svg");
  right: -4px !important;
  top: 14px !important;
  width: 20px;
  height: 20px;
  animation: rotateIconOut 0.3s ease forwards;
}
.main-header .nav-link.menu-item-has-children.et-hover a::after {
  animation: rotateIconIn 0.3s ease forwards;
}
@keyframes rotateIconIn {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}
@keyframes rotateIconOut {
  0% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(0deg);
  }
}
.main-header .et_pb_column_3_5 .nav-link.current_page_item a,
.main-header
  .et_pb_column_3_5
  .nav-link.current_page_item
  .nav-sub-links
  a:hover {
  color: #00e5ff !important;
}
.main-header .et_pb_column_3_5 .nav-link.current_page_item .nav-sub-links a {
  color: #fff !important;
}
.et-db #et-boc .et-l .main-header ul#menu-main-menu .nav-link a,
.main-header ul#menu-main-menu .nav-link a {
  padding-top: 16px;
  padding-bottom: 22px;
}
.main-header ul#menu-main-menu,
.main-header ul.sub-menu,
.et-db #et-boc .et-l .main-header ul#menu-main-menu li.nav-link ul.sub-menu {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
/*   background: linear-gradient(to bottom, #222222 0%, #111112 100%); */
  box-shadow: inset 0px 4px 5px 0px rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.48);
}
.et-db #et-boc .et-l .main-header ul#menu-main-menu,
.main-header ul#menu-main-menu {
  padding: 0px 20px !important;
  height: 48px;
}
.et-db #et-boc .et-l .main-header ul#menu-main-menu li.nav-link ul.sub-menu,
.main-header ul#menu-main-menu li.nav-link ul.sub-menu {
  top: calc(100% + 1px);
  left: 50px;
  padding: 0;
  width: auto;
  min-width: 190px;
  background-color: #000928!important
}
.main-header ul#menu-main-menu li.nav-link.case-link ul.sub-menu {
  min-width: 250px !important;
}
.et-db #et-boc .et-l .main-header ul#menu-main-menu li.nav-link ul.sub-menum .main-header
  ul#menu-main-menu  li.nav-link.case-link  ul.sub-menu {
  left: 25px;
  min-width: 250px;
}
.et-db #et-boc .et-l .main-header ul#menu-main-menu li.nav-link ul.sub-menu .nav-sub-links,
.main-header ul#menu-main-menu li ul.sub-menu .nav-sub-links {
  padding: 0;
}
.et-db #et-boc .et-l .main-header ul#menu-main-menu li.nav-link ul.sub-menu  .nav-sub-links  a,
.main-header ul#menu-main-menu li ul.sub-menu .nav-sub-links a {
  padding: 4px 10px;
  width: auto;
}
.main-header ul .contact-link {
  display: none !important;
}
/* header css ends */

/*footer section css*/
.social-icon-section a.icon:before {
  font-weight: lighter;
}
footer .footer ul {
  flex-direction: column;
}
footer .footer ul li:first-child {
  margin-top: 0;
}
footer .footer ul li a {
  position: relative;
}
footer .footer ul.et-menu li a:after {
  font-family: ETmodules;
  content: "3";
  font-size: 24px;
  position: absolute;
  top: 0;
  font-weight: 800;
  left: -28px;
  transform: rotate(-90deg);
  color: #00e5ff;
}
footer .footer ul.et-menu {
  margin-left: 12px !important;
}
.et-db #et-boc footer.et-l .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a:hover,
footer .footer ul li a:hover,
footer .footer ul li.current-menu-item a:hover {
  color: #00e5ff !important;
  opacity: 1;
}
footer .footer .et_pb_social_media_follow li a.icon:before, footer .footer .et_pb_social_media_follow li a.icon {
    line-height: normal;
    width: 32px;
    height: auto;
    margin-right: 15px;
    padding-left: 1px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}
footer {
  position: relative;
  z-index: 12;
}
footer .footer .et_pb_social_media_follow li a.icon:hover:before {
  opacity: 0.7;
}

/*footer section css*/

/* bubble section starts */
.bubble-main-sec {
  overflow: hidden;
}
.bubble-container {
  padding: 0 30px;
  margin: 0 auto;
}
.struggling-main-container-wrapper {
  padding: 300px 0;
  position: relative;
  overflow: hidden;
  margin-top: -80px;
  min-height: 870px;
}
.et-db #et-boc .et-l .struggling-container-main,
.et-db #et-boc .et-l .et_pb_row .et_pb_row.bubble-title-row {
  text-align: center;
  max-width: 895px !important;
  margin: 0 auto;
}
.struggling-container-main h2 {
  color: #ededed;
  font-size: 60px;
  font-weight: 600;
  line-height: normal;
  padding: 0 6px 20px 6px;
}
.struggling-container-main p {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.64em;
  font-size: 22px;
}
.bubbles-main-container-wrapper {
  display: flex;
  justify-content: center;
  padding: 100px 0;
  position: absolute;
  top: 204px;
  left: 40%;
}
.circle-container-main {
  position: relative;
  width: 100%;
  height: 100%;
}
.bubbles.visible {
  opacity: 1;
  transform: translateY(0);
}
.bubbles {
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  animation: slideInUp 2s ease-out;
  transition: 1.5s ease;
  opacity: 0;
  transform: translateY(-100vh);
}
@keyframes slideInUp {
  0% {
    transform: translateY(-100vh);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.bubbles img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: inset -5px -5px 15px rgba(255, 255, 255, 0.2),
    inset 5px 5px 15px rgba(0, 0, 0, 0.5), 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.4s;
}
.bubbles:hover img {
  transform: scale(1.1);
}
.bubbles a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bubbles span {
  color: #fff;
  font-size: 12px;
  line-height: normal;
  color: #ffffff;
  position: absolute;
  z-index: 100;
  left: 0px;
  width: 100%;
  text-align: center;
}
/* bubbles positioning-------- */
.first-bubbles {
  right: 400px;
  top: -50px;
  height: 125px;
  width: 125px;
}
.second-bubbles {
  right: -90px;
  top: -155px;
}
.third-bubbles {
  right: -620px;
  top: -115px;
}
.fourth-bubbles {
  right: -765px;
  top: 110px;
  height: 120px;
  width: 120px;
}
.fifth-bubbles {
  left: -455px;
  top: 190px;
  height: 120px;
  width: 120px;
}
.sixth-bubbles {
  top: 350px;
  left: 20px;
}
.seventh-bubbles {
  top: 310px;
  right: -418px;
  width: 82px;
  height: 82px
}
.eigth-bubbles {
  right: -800px;
  top: 415px;
  height: 110px;
  width: 110px;
}
.ninth-bubbles {
  top: 440px;
  left: -460px;
  width: 85px;
  height: 85px;
}
.fragment {
  position: absolute;
  width: 18px;
  height: 18px;
  background: radial-gradient(circle at 30% 30%, #f1f1f1, #111);
  border-radius: 50%;
  pointer-events: none;
  animation: burst 2s ease-out forwards;
  z-index: 9999;
}
@keyframes burst {
  0% {
    transform: translate(0, 0) scale(1.5) rotate(0deg);
    opacity: 1;
  }

  100% {
    transform: translate(var(--x), var(--y)) scale(0.8) rotate(720deg);
    opacity: 0;
  }
}
/* bubble section ends */

/*HOME slider*/
.n2-ss-section-main-content .n2-ss-layer--block {
  max-width: 100% !important;
}
.slider-heading .n2-ss-item-content {
  background: linear-gradient(
    to bottom,
    #ffffff 0,
    #ffffff 40%,
    #999999 100%
  ) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15) !important;
}
.home-content-box {
  max-width: 730px;
}
.home-after-banner .et_pb_module_heading {
  padding-bottom: 0;
}
.home-after-banner i {
  color: #ee212b;
}
/*HOME slider*/

/*logo slider css*/
.logo-slider-row {
  max-width: 100% !important;
}
.logo-slider-column {
  background-color: rgba(25, 25, 25, 1) !important;
  box-shadow: 0px 16px 80px 0px rgba(0, 0, 0, 0.08);
}
.logo-slider-column > .et_pb_module_inner {
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 20px;
}
.logo-slider-column > .et_pb_module_inner .swiper-slide {
  margin-bottom: 0;
}
.logo-slider-column .carousel_content img {
  transform: scale(0.9);
}
.et_pb_module.divi8_logo_carousel.divi8_logo_carousel_0.logo-slider-column {
    background: #00061c!important;
}
/*logo slider end css*/

/*testimonial-section --- css*/
.testimonial-section .carousel_content {
    background: #00061c!important;
}
.testimonial-section .carousel_content img {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 20px;
}
.testimonial-section .carousel_content {
  background-color: #191919;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  padding: 25px 20px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 30px;
  background: linear-gradient(to bottom, #191919, #191919) padding-box,
    linear-gradient(to bottom, #000000 0%, #000000 75%, #ffffff 100%) border-box;
}
.testimonial-section .carousel_content .name_design {
  padding-top: 0;
  line-height: 18px;
}
.testimonial-section .carousel_content .position_design {
  padding-top: 2px;
  line-height: normal;
}
.testimonial-section .carousel_content p {
  display: inline-block;
  padding: 0;
  padding-top: 25px;
  min-height: 135px;
}
.testimonial-section .carousel_content:before {
    content: "";
    position: absolute;
    width: calc(100% + 38px);
    left: -19px;
    bottom: -30px;
    height: 115px;
    z-index: -1;
    border-radius: 10px;
    border: 1px solid #fff;
    background: radial-gradient(100% 100% at 0% 0%, rgba(0, 0, 0, 0.8) 0%, rgba(81, 81, 81, 0.3) 100%);
}
.testimonial-section .carousel_content .social-media-container {
  display: none;
}
.testimonial-section .carousel_content:after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2026/01/inv.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 20px;
  right: 15px;
  width: 40px;
  height: 40px;
}
.testimonial-section .et_pb_column_4_4 .et_pb_module {
  margin-bottom: 0 !important;
}
/*testimonial-section -----end-- css*/

/* faq css start---------------------- */
.accordion-col .accordion-container .et_pb_toggle {
  background-color: #021044 !important;
}
.accordion-col .et_pb_toggle_title {
  margin: 15px 0;
  padding-right: 50px !important;
  padding-left: 60px !important;
}
.accordion-col .et_pb_toggle_content p {
  color: #b3b3b3;
  text-align: left;
}
.accordion-col .accordion-container .et_pb_toggle {
  border-radius: 10px;
}
.contact-form-col .et_pb_contact_right {
  display: none;
}
.contact-form-col .et_pb_contact p input {
  background: linear-gradient(to bottom, #323232 -50%, #000000 100%);
  border: 1px solid #323232;
  border-radius: 10px;
  margin-bottom: 5px;
  color: #bebebe;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.contact-form-col .et_pb_contact p input::placeholder {
  color: #ffffff87;
}
.contact-form-col button {
  margin-top: 30px;
}
.contact-form-col .et_contact_bottom_container {
  text-align: center;
  display: flex;
  justify-content: center;
  float: none;
}
.contact-form-col button[type="submit"]:hover {
  background-color: #fff;
  color: #ee212b;
  border: 1px solid #ee212b;
}
.accordion-col .et_pb_toggle_title {
  position: relative;
}
.accordion-col .et_pb_toggle_title::after {
  position: absolute;
  content: "";
  background: url("/wp-content/uploads/2025/09/Group-1000001523.svg") no-repeat;
  background-size: 20px;
  height: 30px;
  width: 30px;
  left: 22px;
  top: 0;
}
/* .accordion-col .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title::after {
  display: none !important;
} */
.faq-main-container .everything-heading span {
  font-size: 24px;
  line-height: 42px;
}
/* faq css end---------------------- */

/* Case study css start------------- */
.our-solution-col .list-container {
  margin-top: 12px;
}
.our-solution-col .list-container .last-list {
  margin-top: 24px;
}
/* Case study css end------------- */
/*About page Team grid*/
.about-sec-row {
  align-items: center;
}
.post-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.post-card {
  width: 33.33%;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}
.about-post .post-card-content {
  cursor: pointer;
}
.post-card-content {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    background: #000928;
    border-radius: 14px;
    height: 100%;
}
.team-thumb {
  max-height: 468px;
  margin-bottom: 30px;
}
.post-card .post-img {
  width: 100%;
  height: 100%;
  border-radius: 8px 8px;
  object-fit: cover;
}
.post-card h3 {
  font-family: "Inter", sans-serif;
  color: #ffffff;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  margin: 0px 0 5px;
  padding-bottom: 0;
}
.post-card .designation {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  color: #4bfefe;
  margin: 0 0 20px;
  padding-bottom: 0;
}
.post-description {
  font-size: 20px;
  color: #97989f;
  font-family: "Poppins", sans-serif;
  line-height: 28px;
  font-weight: 400;
}
/*About page Team grid*/

/* Use case starts */
.customer-support-grid-row .customer-support-grid {
  background: linear-gradient(225deg, #000000, 20%, #1e1e1e) padding-box,
    linear-gradient(to right, #ee212b, #ffffff) border-box;
  border-width: 1px;
  border-style: solid;
  border-radius: 20px;
  min-height: 500px;
}
.customer-support-grid-row .customer-support-grid .et_pb_main_blurb_image {
  margin-bottom: 0;
}
.worker-grid-row .et_pb_column {
  background-color: #021044;
  border: 1px solid #ffffff;
  position: relative;
  border-radius: 15px;
  padding: 0 20px 100px;
}
.customer-support-grid-row .customer-support-grid strong {
  font-weight: 400;
}
.worker-grid-row .et_pb_column .grid-title h6 {
  padding-bottom: 0%;
}
.worker-grid-row .et_pb_column .et_pb_button_module_wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}
.worker-grid-row .et_pb_column .grid-subtitle {
  max-width: 330px;
  margin: 0 auto;
}
.worker-grid-row .et_pb_column .worker-grid-button {
  width: 180px;
}
.worker-grid-row-copy {
  justify-content: center;
}
.worker-grid-row-copy .et_pb_column.et-last-child {
  display: none;
}

.worker-grid-row .zeromargin {
  margin-right: 0 !important;
}
/* Use case END */
/*ebook & invester css*/
.ebook-section-row:before {
  content: "";
  position: absolute;
  width: 290px;
  height: 100%;
  right: 40px;
  background-color: #021044;
  top: 0;
}
.counter-row .et_pb_number_counter .percent {
  margin-bottom: 0;
}
.percent-sign:before {
  content: "+";
  color: #fff;
}
.ebooks-list .ebook-item {
  padding: 20px;
  border: solid 1px #3e3d3d;
  background: #021044;
  border-radius: 8px;
  height: 100%;
  position: relative;
  padding-bottom: 100px;
}
.ebooks-list .ebook-item .ebook-title {
  font-size: 32px;
  line-height: 34px;
  font-weight: 500;
  color: #fff;
}
.ebooks-list .ebook-item .ebook-excerpt {
  font-size: 24px;
  line-height: 42px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
}
.ebooks-list .ebook-item .ebook-download-button {
  font-size: 18px;
  font-weight: 500;
  background-color: #00e5ff;
  border-color: #00e5ff;
  border-radius: 8px;
  color: #000929;
  padding: 10px 30px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  border: 2px solid #00e5ff;
  transition: color 0.3s ease;
}
.ebooks-list .ebook-item .ebook-download-button:hover {
  background-color: #000929;
  color: #00e5ff;
  border: 2px solid #00e5ff;
}
.ebooks-list .ebook-item .ebook-thumbnail img,
.img-radius img {
  border-radius: 8px;
}
.btn.et_pb_button {
  box-shadow: rgba(255, 255, 255, 0.1) 0px 4px 5px 0px inset;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.2) 0%, rgba(31, 31, 31, 0.2) 100%);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.48);
  border-image: initial;
}
.investor-and-parter-row .et_pb_button_module_wrapper {
  position: absolute;
  bottom: 15px;
}
/*ebook & invester page end css*/

/* subscribe ninja form css*/
.subscribe-form input[type="submit"] {
  background-color: #00e5ff;
  padding: 12px 15px;
  border: 2px solid #00e5ff;
  color: #000929;
  border-radius: 8px;
  position: absolute;
  top: -19px;
  right: 10px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  z-index: 2;
}
.ebook-banner.subscribe-form input[type="email"] {
  padding: 25px 245px 25px 20px;
}
.ebook-banner.subscribe-form input[type="email"],
.ebook-banner.subscribe-form .nf-row:first-child {
  width: 100%;
}
.ebook-banner.subscribe-form .nf-error-msg {
  text-align: left;
}
.subscribe-form input[type="email"] {
  color: #fff;
  border-radius: 8px;
  padding: 25px 145px 25px 20px;
  font-size: 18px;
  font-weight: 300;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.2) 0%, rgba(31, 31, 31, 0.2) 100%);
  box-shadow: inset 0px 4px 5px 0px rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff;
  width: 615px;
}
.ninja-forms-req-symbol,
.nf-form-fields-required {
  display: none;
}
.nf-form-fields-required {
  font-size: 16px;
  text-align: center;
}
input::placeholder {
  color: #fff;
}
.subscribe-form .nf-error-wrap.nf-error {
  display: none;
}
.subscribe-form .nf-error-msg {
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
}
.subscribe-form nf-rows-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
.subscribe-form input[type="submit"]:hover {
  background-color: #000929 !important;
  color: #00e5ff !important;
  border: 2px solid #00e5ff !important;
}
.subscribe-form.ebook-banner nf-rows-wrap {
  justify-content: start;
}

/* subscribe ninja form css*/

/*Team page single*/
.team-container {
  max-width: 900px;
  margin: 50px auto;
  padding-left: 20px;
  padding-right: 20px;
}
.team-single {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.team-thumbnail {
  width: 300px;
  padding-left: 20px;
  padding-right: 20px;
}
.team-thumbnail img {
  border-radius: 10px;
}
.team-content {
  width: calc(100% - 300px);
  padding-left: 20px;
  padding-right: 20px;
}
.team-content h1 {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 5px;
  padding-bottom: 0;
}
.team-content h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
  color: #ee212b;
  font-weight: 400;
}
.team-excerpt {
  font-size: 20px;
  color: #97989f;
  font-family: "Poppins", sans-serif;
  line-height: 28px;
  font-weight: 400;
}

/*Multi step form*/
.multistep-from .nf-mp-header h3,
.multistep-from .nf-form-title,
.multistep-from .nf-before-form-content {
  display: none;
}
.multistep-from ul.nf-breadcrumbs {
  display: flex;
  padding-top: 95px !important;
  flex-wrap: wrap;
  margin: 0 0 120px 0 !important;
}
.multistep-from ul.nf-breadcrumbs li {
  width: 33.33%;
  position: relative;
  text-align: center;
  padding: 0 5px !important;
}
.multistep-from ul.nf-breadcrumbs li a {
  font-size: 24px;
  line-height: 42px;
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: 300;
  position: relative;
  text-align: center;
  margin: 0;
}
.multistep-from ul.nf-breadcrumbs li a:before {
  content: "1";
  width: 84px;
  height: 84px;
  border-radius: 50%;
  color: #fff;
  top: -90px;
  position: absolute;
  left: calc(50% - 45px);
  border: solid 1px rgba(255, 255, 255, 0.5);
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  clear: both;
  z-index: 10;
  font-size: 48px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.multistep-from ul.nf-breadcrumbs li:nth-child(2) a:before {
  content: "2";
}
.multistep-from ul.nf-breadcrumbs li:nth-child(3) a:before {
  content: "3";
}
.multistep-from ul.nf-breadcrumbs li.active a:before {
    background-color: #00e5ff;
    border-color: #00e5ff;
	color: #000928!important;
}
.multistep-from .custom-step-2 ul.nf-breadcrumbs li:nth-child(1) a:before {
  content: "";
  background-color: #ee212b;
  border-color: #ee212b;
  background-image: url(/wp-content/uploads/2025/09/Check.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.multistep-from .custom-step-3 ul.nf-breadcrumbs li:nth-child(1) a:before,
.multistep-from .custom-step-3 ul.nf-breadcrumbs li:nth-child(2) a:before {
  content: "";
  background-color: #ee212b;
  border-color: #ee212b;
  background-image: url(/wp-content/uploads/2025/09/Check.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.multistep-from .listcheckbox-wrap .nf-field-label {
  display: none;
}
.multistep-from ul.nf-breadcrumbs li:after {
  content: "";
  position: absolute;
  top: -52px;
  left: calc(-50% - -50px);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: calc(100% - 110px);
  height: 2px;
  content: "";
  background-color: #00e5ff;
  z-index: 1;
}
.nf-mp-header .nf-breadcrumbs li.disabled a {
    opacity: 1!important;
}
.multistep-from ul.nf-breadcrumbs li:first-child::after {
  display: none;
}

/*multistate-from css start*/
.multistep-from ul li label {
  color: #fff;
  border-radius: 8px;
  padding: 20px 25px 20px 25px;
  font-size: 18px;
  font-weight: 400;
  background: linear-gradient(to bottom, #222222 0%, #111112 100%);
  box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.1);
  border: 1px solid #323232;
  width: 100% !important;
}
.multistep-from .nf-next {
  background-color: #00e5ff;
  padding: 8px 35px;
  border: 2px solid #00e5ff;
  color: #000928;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  max-width: 150px;
  min-width: 150px;
  cursor: pointer;
}
.multistep-from .nf-next:hover,
.multistep-from input[type="submit"]:hover {
  background-color: #000928;
  border: 2px solid #00e5ff !important;
  color: #00e5ff;
}
.multistep-from input[type="submit"] {
  background-color: #00e5ff;
  padding: 8px 35px;
  border: 2px solid #00e5ff;
  color: #000928;
  border-radius: 8px;
  position: absolute;
  top: -19px;
  right: 10px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  z-index: 2;
  max-width: 150px;
  min-width: 150px;
}
.multistep-from .nf-previous {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 400;
    padding: 8px 35px;
    max-width: 150px;
    min-width: 150px;
    cursor: pointer;
    box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.2) 0%, rgba(31, 31, 31, 0.2) 100%);
    border: 1px solid #fff;
}
.multistep-from .nf-previous:hover {
  box-shadow: inset 0px 1px 2px 0px rgba(255, 255, 255, 0.5);
  color:#000928!important;
  background: #ffffff;
}
.multistep-from .list-checkbox-wrap .nf-field-element li {
  display: flex;
  align-items: center;
  margin: 0 0 15px !important;
}
.multistep-from .list-checkbox-wrap input[type="checkbox"] {
  width: 52px !important;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #323232;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  position: relative;
  background-image: url(/wp-content/uploads/2025/09/Vector-1.svg),
    linear-gradient(to bottom, #222222 0%, #111112 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: 24px 24px, cover;
  cursor: pointer;
}
.multistep-from .list-checkbox-wrap input[type="checkbox"]::after {
  background: linear-gradient(to bottom, #222222 0%, #111112 100%);
}
.multistep-from .list-checkbox-wrap input[type="checkbox"].nf-checked::before {
  content: "";
  display: inline-block;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  position: absolute;
  left: -2px;
  top: -2px;
  background-color: #ee212b;
  border: 2px solid #323232;
  pointer-events: none;
  background-image: url("/wp-content/uploads/2025/09/Check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px 28px, cover;
}
.multistep-from .nf-mp-footer {
  display: flex;
  justify-content: center;
}
.multistep-from .nf-next-previous .nf-previous-item,
.multistep-from .nf-next-previous .nf-next-item {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.multistep-from .submit-container {
  position: absolute;
  left: calc(50% + 180px);
  bottom: 2px;
}
.multistep-from .custom-step-3 .nf-next-previous {
  margin-left: -160px !important;
}
.multistep-from .nf-response-msg h2 {
  font-size: 60px !important;
  line-height: 60px !important;
  background: linear-gradient(
    to bottom,
    #ffffff 0,
    #ffffff 40%,
    #999999 100%
  ) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15) !important;
  color: #fff !important;
}
.multistep-from .nf-response-msg {
  font-size: 24px;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.multistep-from .nf-error-msg {
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
}
.nf-after-field .nf-error-msg,
.nf-error-msg {
  font-size: 18px;
}
.single-submission .post-meta {
    display: none!important;
}
.single-submission h1.post-title {
    display: none!important;
}
.single-submission .post-category {
    display: none!important;
}
/*End Multi step form*/

/*Media and pr*/
.media-content p {
  padding-bottom: 0;
}
.media-pr-item {
    background-color: #021041;
    border-radius: 21px;
    border-left: solid 7px #00e5ff;
    padding: 45px;
    margin-bottom: 50px;
}
.media-pr-wrap .media-pr-item:last-child {
  margin-bottom: 0;
}
.media-pr-item h2 {
  font-size: 32px;
  color: #ffffff;
  line-height: 52px;
}
.media-pr-item .media-pr-content,
.media-pr-content p {
  font-size: 24px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
}
.media-pr-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 33px;
  align-items: center;
}
.media-pr-bottom .media-pr-date {
  font-size: 32px;
  color: #ffffff;
  line-height: 52px;
}
.media-pr-btn {
    font-size: 16px;
    color: #000928;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: 4px 18px;
    border-radius: 8px;
    background-color: #00e5ff;
    border: solid 2px #00e5ff;
    display: inline-flex;
    align-items: center;
    justify-items: center;
}
.media-pr-btn:hover {
  background-color: #000928;
  color: #00e5ff;
  border: solid 2px #00e5ff;
}

/*Media and pr single*/
.pr-single {
  max-width: 1440px;
  margin: 0px auto;
  padding: 120px 0 120px 0;
}
.pr-single .pr-title {
  font-size: 60px;
  line-height: 72px;
  background: linear-gradient(
    to bottom,
    #ffffff 0,
    #ffffff 40%,
    #999999 100%
  ) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15) !important;
}
.pr-date {
  margin-top: 22px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 23px;
  color: #aaaaaa;
  font-weight: 400;
  text-transform: capitalize;
}
.pr-thumbnail {
  margin-bottom: 20px;
}
.pr-thumbnail img {
  border-radius: 10px;
}
.pr-content,
.pr-content p {
  font-size: 26px;
  line-height: 42px;
  font-weight: 300;
  color: #bababf;
}
/*carrer contact form css*/
.contact-us-form .nf-form-title {
  display: none;
}
.contact-us-form input:not([type="submit"]), .contact-us-form select {
    color: #a6aeb5;
    border-radius: 8px;
    padding: 20px 25px 20px 25px;
    font-size: 16px;
    font-weight: 400;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.2) 0%, rgba(31, 31, 31, 0.2) 100%);
    box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    width: 100% !important;
    visibility: visible !important;
    height: auto !important;
}
.contact-us-form select {
  appearance: none;
  position: relative;
  background-repeat: no-repeat;
   background: url(/wp-content/uploads/2025/10/downarrow.svg) no-repeat
      calc(100% - 20px) center; 
  background-position-y: center !important;
  background-position-x: calc(100% - 20px);
  background-size: 20px;
}
.contact-us-form .ninja-forms-req-symbol {
  display: block;
  color: #fff;
}
.contact-us-form .nf-field-label label {
  display: inline-flex;
}
.contact-us-form select option {
  color: #000;
}
.contact-us-form input::placeholder,
.contact-us-form select::placeholder {
  color: #a6aeb5;
}
.contact-us-form .nf-fu-progress {
  color: #fff;
  border-radius: 8px;
  padding: 20px 25px 20px 25px;
  font-size: 18px;
  font-weight: 400;
  background: linear-gradient(to bottom, #222222 0%, #111112 100%);
  box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.1);
  border: 1px solid #323232;
  width: 100% !important;
  visibility: visible !important;
  height: auto !important;
  margin-bottom: 0;
  min-height: 63px;
  cursor: pointer;
}
.contact-us-form .file_upload-wrap input[type="file"].nf-element {
  display: none !important;
}
.contact-us-form .files_uploaded {
  position: absolute;
  top: 12px;
  left: 20px;
}
.contact-us-form .files_uploaded p {
  font-size: 18px;
}
.contact-us-form .file_upload-wrap .nf-field-element {
  position: relative;
}
.contact-us-form .file_upload-wrap button.btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(180deg, rgba(51, 51, 51, 0.2) 0%, rgba(31, 31, 31, 0.2) 100%)!important; */
    border: 1px solid #fff;
    margin-bottom: 0;
    overflow: visible;
    cursor: pointer;
    border-radius: 8px;
    background-color: #000928;
}
.contact-us-form .file_upload-wrap button.btn:before {
  content: "";
  background: url(/wp-content/uploads/2025/10/attached-icon.svg) no-repeat
    center/cover;
  width: 30px;
  height: 30px;
  right: 15px;
  position: absolute;
  top: 17px;
}
.contact-us-form .file_upload-wrap button.btn span {
  visibility: hidden;
}
.contact-us-form .nf-after-form-content {
  display: none;
}
.contact-us-form input[type="submit"] {
  background-color: #00e5ff;
  padding: 10px 30px;
  border: 2px solid #00e5ff;
  color: #000928;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  margin-top: 20px;
}
.contact-us-form input[type="submit"]:hover {
  background-color: #000928 !important;
  color: #00e5ff !important;
  border: 2px solid #00e5ff !important;
}
.contact-us-form label {
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  font-weight: 400 !important;
}
.contact-us-form nf-rows-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contact-us-form nf-rows-wrap .nf-row:not(:last-child) {
  width: calc(50% - 10px);
}
.contact-us-form nf-rows-wrap .nf-row:last-child {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.contact-us-form .nf-error-msg {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}
.career-list ul li {
  line-height: 42px !important;
}
/*carrer contact form  end css*/

/* popup email css */

#popmake-3547.popmake {
  color: #a6aeb5;
  border-radius: 8px;
  padding: 20px 25px 20px 25px;
  font-size: 18px;
  font-weight: 400;
  background: linear-gradient(to bottom, #222222 0%, #111112 100%);
  box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.1);
  border: 1px solid #323232;
  min-height: 190px;
}
.subscribe-form.popup-email  #nf-form-10-cont{
  max-width: 100%;
  width: 100% !important;
  margin: 0 !important;
}
.subscribe-form.popup-email input[type="email"] {
  width: 100%;
}
.subscribe-form.popup-email label {
  color: #fff;
  font-size: 22px !important;
  line-height: normal;
  font-weight: 400 !important;
}
.subscribe-form.popup-email input[type="submit"] {
  top: 48px;
}
.subscribe-form.popup-email nf-rows-wrap {
  flex-direction: column;
}
.subscribe-form.popup-email nf-rows-wrap,
.subscribe-form.popup-email nf-rows-wrap > .nf-row{
  width: 100%;
}
.subscribe-form.popup-email nf-rows-wrap .nf-cell{
  width: 100% !important;
}
.subscribe-form.popup-email nf-rows-wrap .nf-cell + .nf-cell{
  position: absolute;
}
.subscribe-form.popup-email .email-container{
  margin-bottom: 0;
}
#popmake-3547.popmake .pum-close.popmake-close {
  right: 0px;
  border-radius: 0 8px 0 0;
  background-color: #ee212b;
  top: 0;
  font-family: "Inter";
  font-weight: 400;
}
#popmake-3547.popmake .nf-response-msg {
  color: #fff;
  font-weight: 500;
  display: flex;
  text-align: center;
  justify-content: center;
  transform: translate(0%, 50%);
}
/* popup email css */
body .et_pb_button.btn.et_pb_bg_layout_light:hover {
  border-color: #fff !important;
}
/* blog-page */
.post-card-content .post-meta,
.featured-content .post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 25px;
}
.post-card-content .post-meta span {
  padding-bottom: 10px;
}
.featured-content .post-meta .post-date,
.featured-content .post-meta .author-name {
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 400;
  text-transform: capitalize;
}
.featured-content .post-meta .author-avatar img {
  border-radius: 50px;
  display: block;
}
.post-heading {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
}
.featured-post {
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 530px;
  margin-bottom: 100px;
  padding: 47px;
  display: flex;
  align-items: end;
}
.featured-post .post-category {
    color: #000928;
    border-radius: 8px;
    font-size: 16px;
    background-color: #00e5ff;
    padding: 11px 10px;
    display: inline-block;
    margin-bottom: 25px;
    line-height: 1;
}
.featured-content .post-title {
  font-size: 60px;
  line-height: 72px;
}
.post-thumb {
  margin-bottom: 30px;
  height: 285px;
}
.post-thumb img {
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
}
.post-card-content .post-title {
  min-height: 100px;
  margin-top: 25px;
}
.post-category {
    color: #00e5ff;
    border-radius: 8px;
    font-size: 16px;
    background-color: rgba(0, 229, 255, 0.11);
    font-weight: 400;
    padding: 9px 12px;
    text-transform: capitalize;
}
.post-card-content .post-meta .post-date,
.post-card-content .post-meta .author-name {
  font-size: 16px;
  line-height: 23px;
  color: #97989f;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  text-transform: capitalize;
}
.post-card-content .post-meta .author-avatar img {
  border-radius: 50px;
  display: block;
}
/* post-single-page */
.custom-single-post {
    margin: 0px auto;
    padding: 100px 0 100px 0;
    background: #000928;
}
.main-post-area {
    max-width: 1440px;
    margin: 0 auto;
}
.custom-single-post .post-category {
    color: #000928!important;
    border-radius: 8px;
    font-size: 16px;
    background-color: #00e5ff;
    padding: 11px 10px;
    display: inline-block;
    margin-bottom: 25px;
    line-height: 1;
}
.custom-single-post .post-category a {
    color: #000928;
}
.custom-single-post .post-title {
  font-size: 60px;
  line-height: 72px;
  background: linear-gradient(
    to bottom,
    #ffffff 0,
    #ffffff 40%,
    #999999 100%
  ) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15) !important;
}
.custom-single-post .post-meta .author-avatar img {
  border-radius: 50px;
  display: block;
}
.custom-single-post .post-meta .post-date,
.custom-single-post .post-meta .author-name {
  font-size: 16px;
  line-height: 23px;
  color: #696a75;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  text-transform: capitalize;
}
.custom-single-post .post-meta {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}
.custom-single-post .post-thumbnail img {
  height: 550px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
.post-bullet-list ul li,
.single-post .custom-single-post .et_pb_text_inner p {
  font-size: 26px;
  line-height: 42px;
}
.single-post .custom-single-post .et_pb_heading_container h3 {
  font-size: 42px;
  line-height: 52px;
}
/* post-bullet-list */
.post-bullet-list ul {
  list-style: disc;
  margin-left: 40px;
}
/* post-single-page */
/* Graph section */
.graph-section .cap-row {
  display: flex;
  justify-content: center;
  gap: 0px;
  padding: 0 0px 70px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.graph-section .cap-btn {
  flex: 0 0 auto;
  min-width: 330px;
  padding: 12px 20px;
  margin: 0px 20px 20px 0;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  background: linear-gradient(to bottom, #222222 0%, #111112 100%);
  color: #fff;
  border: 2px solid #323232;
  border-radius: 14px;
  box-shadow: inset 0px 4px 5px 0px rgba(255, 255, 255, 0.1);
  transition: var(--transition);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.graph-section .cap-btn[aria-selected="true"],
.graph-section .cap-btn:hover {
  border: 2px solid rgba(238, 33, 43, 0.5);
  box-shadow: inset 0px 5px 5px 4px rgba(238, 33, 43, 0.35);
}
.graph-section .content-grid {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 24px;
  display: flex;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
  flex-wrap: wrap;
}
.dw-card {
  width: calc(50% - 16px);
  background: #323232;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  padding: 32px;
  transition: var(--transition);
  border: 1px solid #00e5ff;
  background: radial-gradient(100% 100% at 0% 0%, rgba(2, 16, 68, 0.5) 0%, rgba(0, 229, 255, 0.1) 100%);
}
.dw-card h3 {
  font-size: 28px;
  line-height: 42px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.chart-container {
  height: 400px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
.chart-note {
  text-align: center;
  font-size: 0.875rem;
  color: var(--brand-grey);
  font-style: italic;
}
.dw-panel {
  width: calc(50% - 16px);
  background: #323232;
  border-radius: 16px;
  border: 1px solid transparent;
  background: linear-gradient(225deg, #000000, 15%, #1e1e1e) padding-box,
    linear-gradient(to right, #ee212b, #ffffff) border-box;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  padding: 32px;
  transition: var(--transition);
}
.hidden {
  display: none;
}
.worker-content h3 {
  color: #fff;
  font-size: 24px;
  line-height: 42px;
  font-weight: 500;
}
.worker-content h4 {
  font-size: 24px;
  line-height: 42px;
  font-weight: 500;
  color: #fff;
  margin: 20px 0 8px;
}
.worker-content ul li,
.worker-content p {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 12px;
}
/* Graph section */
/* digital-worker-grid-section */
.dw-grid-row .dw-grid {
  min-height: 410px;
  background: radial-gradient(100% 100% at 0% 0%, rgba(2, 16, 68, 0.5) 0%, rgba(0, 229, 255, 0.1) 100%);
  border-width: 1px;
  border-style: solid;
  border-radius: 20px;
  height: 100%;
}
/* digital-worker-grid-section */
/* bottom-banner */
.worker-bottom-banner {
  display: flex;
}
/* editor tab css starts */
.tab-row .dw-card {
  width: 100%;
}
.tab-col ul.clearfix {
  width: 212%;
  position: relative;
  right: 112%;
  top: -240px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  background-color: transparent;
}
.tab-col ul.clearfix::before {
  content: none;
}
.tab-col .clearfix li {
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.2) 0%, rgba(31, 31, 31, 0.2) 100%);
  box-shadow: inset 0px 4px 5px 0px rgba(255, 255, 255, 0.1);
  border: 1px solid #e3e3e3;
  border-radius: 14px;
  width: calc(25% - 20px);
  height: auto !important;
}
.tab-col .clearfix li a {
  font-size: 21px;
  text-align: center;
  color: #fff;
  padding: 12px 30px;
  font-weight: 400;
}
.tab-col .clearfix li:hover,
.tab-col .clearfix li.et_pb_tab_active {
  border: 1px solid #00e5ff;
  box-shadow: 0px 16.84px 16.84px -6.31px rgba(204, 209, 217, 0.06) inset;

  border-radius: 14px;
}
.tab-col .clearfix li.et_pb_tab_active a {
  color: #fff !important;
}
.tab-col ul.et_pb_tabs_controls.clearfix:after {
  border-top: none;
  content: none;
}
.tab-row .tab-col {
  border: none;
}
.tab-row .tab-col .et_pb_all_tabs {
  background-color: transparent;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  padding: 32px;
  transition: var(--transition);
  border: 1px solid #00e5ff;
  background: radial-gradient(100% 100% at 0% 0%, rgba(2, 16, 68, 0.5) 0%, rgba(0, 229, 255, 0.1) 100%);
  position: absolute;
  top: 0;
}
.tab-row .tab-col .et_pb_all_tabs h4,
.content-grid h4 {
  font-size: 24px;
  line-height: 32px !important;
  color: #fff;
}
.tab-row .tab-col .et_pb_all_tabs h5 {
  font-size: 20px;
  line-height: 28px !important;
  color: #00e5ff;
}
.tab-row .tab-col .et_pb_all_tabs p,
.content-grid p {
  font-size: 18px;
  line-height: 28px !important;
  color: rgba(255, 255, 255, 0.5);
}
.content-grid h4,
.content-grid p {
  text-align: center;
}
.tab-row .tab-col .et_pb_all_tabs ul li {
  background: none;
  box-shadow: none;
  border: none;
  border-radius: none;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.5);
}
.tab-row .tab-col .et_pb_all_tabs ul li::marker {
  color: #00e5ff;
}
.tab-col .et_pb_tabs_controls li:not(.et_pb_tab_active):last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.48);
}
body #page-container .worker-grid-row .et_pb_column .worker-grid-button:hover {
  background-color: #000928;
  color: #00e5ff !important;
  border: 1px solid #00e5ff!important;	
}
.dw-grid .et_pb_main_blurb_image {
  margin-bottom: 0;
}
.tab-col .et_pb_all_tabs .et_pb_tab {
  padding-top: 0;
  padding-bottom: 60px;
}
/* Case study section css------------- */
.our-solution-col .et_pb_text_inner ul {
  margin-top: 12px;
  padding-bottom: 0;
}
.our-solution-col .et_pb_text_inner li {
  margin-bottom: 8px;
}
.result-col .et_pb_text_inner p {
  padding-bottom: 6px !important;
}

/* faq section css start----------- */
.contact-us-form .nf-response-msg ,
.faq-main-container .nf-response-msg {
  text-align: center;
}
.accordion-col .accordion-container .et_pb_toggle_title:before {
  margin-right: 15px !important;
}
.accordion-col .accordion-container .et_pb_toggle_open h5.et_pb_toggle_title {
  line-height: 1.3em;
}
.accordion-col .accordion-container .et_pb_toggle_title::after {
  content: "";
  background: url("/wp-content/uploads/2025/09/Group-1000001523-1.png")
    no-repeat;
  left: 12px;
  top: 0;
  background-size: 22px;
}
.accordion-col .accordion-container .et_pb_module {
  margin-bottom: 32px !important;
}
.accordion-col .accordion-container .et_pb_toggle_close {
  padding: 22px 20px !important;
}
.accordion-col
  .accordion-container
  .et_pb_toggle_close
  .et_pb_toggle_title:before {
    content: "\f067"!important;
    background: #00e5ff;
    padding: 7px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 7px;
    color: #000928!important;
}
.single-press-release div#et-main-area {
    background: #000928;
}
/* FAQ section css end----------- */

/* FAQ form container css start------------- */
.questions-form-container .nf-form-title {
  display: none;
}
.questions-form-container .nf-field-label {
  display: none;
}
.questions-form-container .nf-field-element input:not([type="submit"]) {
    color: #fff;
    border-radius: 8px;
    padding: 25px 20px 25px 20px;
    font-size: 18px;
    font-weight: 300;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.2) 0%, rgba(31, 31, 31, 0.2) 100%);
    box-shadow: inset 0px 4px 5px 0px rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
}
.questions-form-container
  .nf-field-element
  input:not([type="submit"])::placeholder {
  color: #ffffff80;
}
.questions-form-container .nf-field-element {
  display: flex;
  justify-content: center;
}
.questions-form-container .nf-field-element input[type="submit"] {
    font-size: 18px;
    font-weight: 500;
    background-color: #00e5ff;
    color: #000928;
    padding: 16px 46px;
    border: 0px solid #00e5ff;
    border-radius: 9.5px;
    transition: 0.3s;
    display: inline-block;
    margin-top: 20px;
}
.questions-form-container .nf-field-element input[type="submit"]:hover {
  color: #00e5ff;
  background-color: #000928;
  border: 1px solid #00e5ff;
  cursor: pointer;
}

.accordion-col h5::before {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}

/* FAQ form container css end------------- */

/* Premium tier css start------------------ */
.premium-tier-row {
  text-align: center;
}
.premium-tier-row .et_pb_button_module_wrapper {
  display: inline-block;
  margin: 0 10px;
}
.orion-works-section .orion-works-cards .et_pb_column {
    padding: 22px 15px;
    border-radius: 10px;
    border: 1px solid;
/*     background: radial-gradient(100% 100% at 0% 0%, rgba(2, 16, 68, 0.5) 0%, rgba(0, 229, 255, 0.1) 100%); */
}
a.et_pb_button.et_pb_button_0.btn.btn-gradiant.et_pb_bg_layout_light {
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.2) 0%, rgba(31, 31, 31, 0.2) 100%)!important;
}
body #page-container a.et_pb_button.et_pb_button_0.btn.btn-gradiant.et_pb_bg_layout_light:hover {
    background: #fff!important;
	color:#000928!important;
}
.features-section .features-cards-row .features-cards ul li {
  line-height: 42px;
  font-size: 22px;
}
.pricing-section .pricing-row .pricing-col {
  padding: 40px 30px;
  border-radius: 20px;
  border: 1px solid transparent;
/*   background: linear-gradient(225deg, #000000, 20%, #1e1e1e) padding-box,
    linear-gradient(107deg, #ee212b 30%, #9d9d9d 60% 67%) border-box; */
}
.pricing-section .pricing-row .pricing-col strong {
  color: #00e5ff;
  font-size: 96px;
  line-height: 96px;
}
a.et_pb_button.et_pb_button_2.btn.btn-gradiant.et_pb_bg_layout_light , a.et_pb_button.et_pb_button_3.btn.contact-pricing-btn.btn-gradiant.et_pb_bg_layout_light {
    border: 1px solid #fff!important;
	background: linear-gradient(180deg, rgba(51, 51, 51, 0.2) 0%, rgba(31, 31, 31, 0.2) 100%)!important;
}
body #page-container a.et_pb_button.et_pb_button_2.btn.btn-gradiant.et_pb_bg_layout_light:hover , body #page-container  a.et_pb_button.et_pb_button_3.btn.contact-pricing-btn.btn-gradiant.et_pb_bg_layout_light:hover {
    background: #fff!important;
	color:#000928!important;
}
.pricing-section .pricing-row .pricing-col ul li {
  font-size: 24px;
  line-height: 42px;
}
.pricing-section .pricing-row .pricing-col .pricing-list-container {
  min-height: 276px;
}
.pricing-section .pricing-row .premium-col .et_pb_button_module_wrapper {
  display: inline-block !important;
  margin: 0 10px !important;
}
.pricing-col .pricing-btn .et_pb_heading_container {
  text-align: center;
}
.pricing-col .pricing-btn .et_pb_heading_container h5 {
  padding: 0;
}
.frequently-row .frequently-col-card {
  min-height: 275px;
}
.frequently-row .frequently-col-card {
  padding: 25px 30px;
  border-radius: 20px;
  border: 1px solid transparent;
/*   background: linear-gradient(225deg, #000000, 20%, #1e1e1e) padding-box,
    linear-gradient(107deg, #ee212b 30%, #9d9d9d 60% 67%) border-box; */
}
.sixty-min-col .sixty-min-heading h2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sixty-min-col .sixty-min-heading h2::before {
  content: "<";
  margin-right: 8px;
  color: #00e5ff;
  padding-bottom: 10px;
}
.team-modal-content {
    max-width: 850px;
    position: relative;
    padding: 25px;
    border: solid 1px #00e5ff!important;
    background: #000928!important;
    border-radius: 8px;
    width: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.team-popup-inner .designation {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 36px;
    font-weight: 300;
    color: #00e5ff;
    margin: 0 0 20px;
    padding-bottom: 0;
}
.team-modal-close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 0;
    border: 1px solid #00e5ff!important;
    background: #00e5ff!important;
    padding-left: 10px;
    border-radius: 0 8px 0 0;
    color: #000928!important;
}
.team-popup-inner .designation {
    color: #00e5ff!important;
   
}
/* Premium tier css End------------------ */

@media screen and (min-width: 1500px) and (max-width: 1700px) {
  #n2-ss-1 .n2-ss-slide,
  .n2-ss-slider-3,
  .n2-ss-slider-4,
  .n2-ss-slide-backgrounds {
    height: 550px;
  }
}
@media screen and (min-width: 1701px) and (max-width: 1919px){
  #n2-ss-1 .n2-ss-slide,
  .n2-ss-slider-3,
  .n2-ss-slider-4,
  .n2-ss-slide-backgrounds {
    height: 600px;
  }
}


@media screen and (max-width: 1499px) {
  .container,
  .et_pb_row,
  .et_pb_slider .et_pb_container,
  .et_pb_fullwidth_section .et_pb_title_container,
  .et_pb_fullwidth_section .et_pb_title_featured_container,
  .et_pb_fullwidth_header:not(.et_pb_fullscreen)
    .et_pb_fullwidth_header_container,
  .et-db #et-boc .et-l .et_pb_row {
    max-width: 1200px !important;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
  }
  .single #et-main-area:before,
  #main-content .et_builder_inner_content:before,
  header.et-l--header:before {
    left: calc(50% - 600px);
  }
  .single #et-main-area:after,
  #main-content .et_builder_inner_content:after,
  header.et-l--header:after {
    right: calc(50% - 600px);
  }
  #n2-ss-1 .n2-ss-slide,
  .n2-ss-slider-3,
  .n2-ss-slider-4,
  .n2-ss-slide-backgrounds {
    height: 450px;
  }
  .first-bubbles {
    right: 300px;
  }
  .fourth-bubbles {
    right: -595px;
    top: 104px;
  }
  .eigth-bubbles {
    right: -670px;
  }
  .fifth-bubbles {
    left: -365px;
    top: 215px;
  }
  .ninth-bubbles {
    left: -430px;
  }
  .slider-inner-container {
    max-width: 1160px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  body #main-content .et_pb_section .logo-slider-row.et_pb_row {
    max-width: 100% !important;
    padding: 0;
  }
  .logo-slider-column > .et_pb_module_inner {
    max-width: 1140px !important;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }
  .multistep-from ul.nf-breadcrumbs {
    padding-top: 70px !important;
  }
  .multistep-from ul.nf-breadcrumbs li a:before {
    width: 64px;
    height: 64px;
    font-size: 40px;
    top: -70px;
  }
  .multistep-from ul.nf-breadcrumbs li:after {
    top: -40px;
    left: calc(-50% - -30px);
    width: calc(100% - 90px);
  }
  .multistep-from ul.nf-breadcrumbs li a {
    font-size: 20px;
    line-height: 30px;
  }
  .custom-single-post {
    max-width: 1200px;
    margin: 0px auto;
    padding: 100px 20px 100px 20px;
  }
  .tab-col .et_pb_all_tabs .et_pb_tab {
    padding-left: 0;
    padding-right: 0;
  }
  .tab-col ul.clearfix {
    top: -290px;
  }
  .et_pb_section.tab-section {
    padding-top: 295px !important;
  }
  .tab-col .clearfix li a {
    font-size: 20px;
  }
  .tab-col .clearfix li {
    max-width: 320px;
    width: 100%;
  }
  .accordion-col .accordion-container .et_pb_toggle_title:before {
    margin-right: auto;
  }
  .accordion-col .et_pb_toggle_title {
    font-size: 17px !important;
  }
  .our-solution-col .et_pb_text_inner li {
    font-size: 20px;
    line-height: 36px;
  }
  .accordion-col .accordion-container .et_pb_toggle_title:before {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 1350px) {
  .main-header .nav-link {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 1199px) {
  .single #et-main-area:before,
  #main-content .et_builder_inner_content:before,
  header.et-l--header:before,
  .single #et-main-area:after,
  #main-content .et_builder_inner_content:after,
  header.et-l--header:after {
    display: none;
  }
  .customer-support-grid-row .customer-support-grid {
    min-height: 475px;
  }
  .worker-grid-row .et_pb_column .grid-subtitle p {
    font-size: 18px;
  }
  .first-bubbles {
    right: 230px;
  }
  .ninth-bubbles {
    left: -200px;
    top: 450px;
  }
  .fifth-bubbles {
    top: 199px;
    left: -350px;
  }
  .sixth-bubbles {
    top: 345px;
    left: -15px;
  }
  .third-bubbles {
    right: -542px;
  }
  .fourth-bubbles {
    right: -530px;
    top: 195px;
  }
  .eigth-bubbles {
    right: -420px;
  }
  .seventh-bubbles {
    right: -290px;
  }
  .orion-heading h2 br,
  .struggling-container-main h2 br,
  .struggling-container-main p br,
  .worker-bottom-banner br {
    display: none;
  }
  .accordion-col .accordion-container .et_pb_toggle_title::after {
    left: 0px;
    background-size: 20px;
    top: 0px;
  }
}

@media screen and (max-width: 1091px) {
  .main-header .nav-link {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .main-header ul#menu-main-menu li a {
    font-size: 14px;
  }
}

@media screen and (min-width: 980px) and (max-width: 1199px) {
  .accordion-col .et_pb_toggle_title {
    padding-right: 32px !important;
     padding-left: 40px !important;
  }  
}

@media screen and (max-width: 991px) {
  .struggling-container-main,
  .et_pb_row.bubble-title-row {
    max-width: 665px !important;
  }
  .et_pb_row.bubble-title-row .et_pb_column_4_4.et_pb_column_3,
  .et_pb_row.bubble-title-row .et_pb_column_4_4.et_pb_column_2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .struggling-container-main h2 {
    font-size: 54px;
  }
  .struggling-container-main p {
    font-size: 20px;
  }
  .first-bubbles {
    right: 160px;
    top: -150px;
    height: 115px;
    width: 115px;
  }
  .second-bubbles {
    right: -90px;
    top: -180px;
  }
  .third-bubbles {
    right: -432px;
    top: -120px;
  }
  .eigth-bubbles {
    right: -330px;
    top: 435px;
  }
  .fourth-bubbles {
    right: -420px;
    top: 285px;
  }
  .fifth-bubbles {
    top: 280px;
    left: -268px;
  }
  .seventh-bubbles {
    right: -220px;
    top: 300px;
  }
  .fourth-bubbles {
    right: -431px;
    top: 267px;
  }
  .sixth-bubbles {
    top: 350px;
    left: -20px;
  }
  .seventh-bubbles {
    right: -250px;
    top: 300px;
  }
}

@media screen and (max-width: 1080px) {
  .tab-col .clearfix li a {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 30px;
  }
  .tab-col .clearfix li {
    max-width: 275px;
    width: 100%;
  }
  .tab-col .et_pb_all_tabs li {
    max-width: 100%;
  }
}

@media screen and (max-width: 980px) {
  .container,
  .et_pb_row,
  .et_pb_slider .et_pb_container,
  .et_pb_fullwidth_section .et_pb_title_container,
  .et_pb_fullwidth_section .et_pb_title_featured_container,
  .et_pb_fullwidth_header:not(.et_pb_fullscreen)
    .et_pb_fullwidth_header_container,
  .et-db #et-boc .et-l .et_pb_row {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-form-col {
    margin-top: 50px;
  }
  .accordion-col .et_pb_toggle {
    margin-bottom: 30px;
  }
  .accordion-col .et_pb_toggle_title::after {
    display: block;
  }
  .et_pb_menu #mobile_menu1.et_mobile_menu {
    padding: 20px;
  }
  .main-header .nav-link {
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.48);
    margin: 0px;
  }
  .main-header {
    flex-direction: column;
  }
  .et-db
    #et-boc
    .et-l
    .main-header
    .et_mobile_nav_menu
    .mobile_menu_bar::before,
  .main-header .et_mobile_nav_menu .mobile_menu_bar::before {
    color: white !important;
  }
  .et-db #et-boc .et-l .main-header .header-btn,
  .main-header .header-btn {
    display: none !important;
  }
  .et-db #et-boc .et-l .main-header ul#mobile_menu1 .contact-link,
  .main-header ul#mobile_menu1 .contact-link {
    display: block !important;
    padding-left: 9px;
    padding-right: 9px;
  }
  .et-db #et-boc .et-l .main-header ul#mobile_menu1 .nav-sub-links a,
  .main-header ul#mobile_menu1 .nav-sub-links a {
    padding-left: 0;
    padding-right: 0;
  }
  .et-db
    #et-boc
    .et-l
    .main-header
    .et_pb_column_3_5.et_pb_column_1_tb_header
    .et_pb_menu__wrap,
  .main-header .et_pb_column_3_5.et_pb_column_1_tb_header .et_pb_menu__wrap {
    justify-content: flex-end;
  }
  .et-db #et-boc .et-l .main-header .et_pb_column_3_5.et_pb_column_1_tb_header,
  .main-header .et_pb_column_3_5.et_pb_column_1_tb_header {
    position: absolute;
    z-index: 111;
    margin-bottom: 0;
    top: 12px;
  }
  .et-db
    #et-boc
    .et-l
    .main-header
    .et_pb_column_3_5.et_pb_column_1_tb_header
    .mobile_menu_bar,
  .main-header .et_pb_column_3_5.et_pb_column_1_tb_header .mobile_menu_bar {
    margin-right: 14px;
  }
  .et-db #et-boc .et-l .main-header .et_pb_column.et_pb_column_1_5,
  .main-header .et_pb_column.et_pb_column_1_5 {
    padding-left: 16px;
    margin-bottom: 0;
    max-width: 300px;
    position: absolute;
    left: 0;
    z-index: 999;
    top: 15px;
  }
  .main-header {
    width: 100%;
  }
  .et-db #et-boc .et-l .main-header #mobile_menu1,
  .main-header #mobile_menu1 {
    border-top: none;
    top: 48px;
    background-color: #070708 !important;
  }
  .et-db
    #et-boc
    .et-l
    .main-header
    ul#mobile_menu1
    ul.sub-menu
    .main-header
    ul#mobile_menu1
    ul.sub-menu {
    border: none;
    background: none;
    box-shadow: none;
    border-radius: 0;
  }
  #mobile_menu1
    .nav-link.menu-item-has-children
    .mobile-toggle.no-smooth-scroll
    svg {
    visibility: hidden;
  }
  #mobile_menu1
    .nav-link.menu-item-has-children
    .mobile-toggle.no-smooth-scroll::before {
    content: "";
    background-image: url("/wp-content/uploads/2025/09/Frame.svg");
    right: 0px;
    top: 14px;
    width: 20px;
    height: 20px;
    animation: rotateIconOut 0.3s ease forwards;
    position: absolute;
  }
  #mobile_menu1
    .nav-link.menu-item-has-children.dt-open
    .mobile-toggle.no-smooth-scroll::before {
    animation: rotateIconIn 0.3s ease forwards;
  }
  #mobile_menu1 .nav-link a {
    padding-left: 0px;
    padding-right: 0px;
  }
  #mobile_menu1 .nav-link ul.sub-menu a {
    border-bottom: none;
  }
  #mobile_menu1 .nav-link ul.sub-menu {
    padding-left: 0%;
    background: #191919 !important;
    border: none;
    box-shadow: none;
  }
  #mobile_menu1 .nav-link ul.sub-menu.visible {
    margin-bottom: 15px;
  }
  #mobile_menu1.et_mobile_menu li li {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer .footer .et_pb_menu .et_mobile_nav_menu {
    display: none !important;
  }
  footer .footer .et_pb_menu .et_pb_menu__menu {
    display: block !important;
  }
  footer .et_pb_menu .et_pb_menu__wrap {
    justify-content: start !important;
  }
  footer .footer-mid-col {
    padding-left: 0 !important;
  }
  .br-none br {
    display: none;
  }
  .ebook-section-row:before {
    display: none;
  }
  .ebook-section .et_pb_image_wrap,
  .ebook-section .et_pb_image_wrap img,
  .investor-and-parter-row .et_pb_image_wrap,
  .investor-and-parter-row .et_pb_image_wrap img,
  .investor-and-parter-row .et_pb_main_blurb_image {
    width: 100% !important;
  }
  .ebooks-list .ebook-item .ebook-title {
    font-size: 24px;
    line-height: 38px;
  }
  .ebooks-list .ebook-item .ebook-excerpt {
    font-size: 20px;
    line-height: 36px;
  }
  br {
    display: none;
  }
  .contact-us-form label {
    font-size: 20px !important;
  }
  .custom-para-3 ul li {
    font-size: 22px;
    line-height: 38px !important;
  }
  .dw-card,
  .dw-panel {
    width: 100%;
  }
  .tab-row .tab-col .et_pb_all_tabs {
    width: 100%;
  }
  .tab-row .tab-col .et_pb_all_tabs {
    position: relative;
    margin-top: -180px;
  }
  .tab-col ul.clearfix {
    width: 100%;
    position: relative;
    right: 0;
    top: -910px;
  }
  .tab-col .clearfix li {
    max-width: 275px;
    width: 100%;
  }
  .tab-col .et_pb_all_tabs li {
    max-width: 100%;
  }
  .tab-col .clearfix li a {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 30px;
  }
  .accordion-col .et_pb_toggle_close {
    padding: 8px !important;
  }
  .row-reverse {
    display: flex !important;
    flex-direction: column-reverse !important;
    gap: 40px !important;
  }
  .customer-support-grid-row .customer-support-grid,
  .dw-grid-row .dw-grid {
    min-height: 275px;
  }
  .pricing-section .pricing-row .pricing-col .pricing-list-container {
    min-height: 135px;
  }
  .media-pr-item h2 {
    font-size: 24px;
    line-height: 38px;
  }
  .media-pr-bottom .media-pr-date {
    font-size: 24px;
    color: #ffffff;
    line-height: 38px;
  }
  .media-pr-item .media-pr-content,
  .media-pr-content p {
    font-size: 22px;
    line-height: 34px;
  }
  .pricing-section .pricing-row .pricing-col strong {
    font-size: 72px;
    line-height: 82px;
  }
  .pricing-free {
    margin-bottom: 60px;
  }
  .et_pb_accordion_item.et_pb_toggle_close .et_pb_toggle_title:before {
    font-size: 15px !important;
  }
  .frequently-row .frequently-col-card {
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
	.logo-col img {
    width: 60%!important;
}
  .testimonial-section .carousel_content p {
    min-height: auto;
  }
  .post-card {
    width: 100%;
  }
  .post-card .designation {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 22px;
  }
  .post-card .post-description {
    font-size: 16px;
    line-height: 22px;
  }
  .post-card .post-img {
    margin-bottom: 10px;
  }
  .post-card h3 {
    font-size: 20px;
    line-height: 26px;
    min-height: auto !important;
    margin-bottom: 10px;
  }
  .bubble-container {
    padding: 0;
    margin: 0 auto;
  }
  .struggling-container-main h2 {
    color: #fff;
    font-size: 44px;
  }
  .struggling-container-main p {
    font-size: 20px;
  }
  .struggling-container-main p {
    margin-top: -16px;
  }
  .first-bubbles {
    right: 80px;
    top: -120px;
    width: 110px;
    height: 110px;
  }
  .third-bubbles {
    right: -302px;
    top: -140px;
  }
  .fifth-bubbles {
    top: 300px;
    left: -200px;
    height: 100px;
    width: 103px;
  }
  .sixth-bubbles {
    top: 290px;
    left: -40px;
    width: 100px;
    height: 100px;
  }
  .seventh-bubbles {
    right: -170px;
    top: 350px;
  }
  .ninth-bubbles {
    left: -96px;
    top: 415px;
  }
  .fourth-bubbles {
    right: -307px;
    top: 270px;
    height: 90px;
    width: 90px;
  }
  .eigth-bubbles {
    right: -308px;
    top: 420px;
  }
  .second-bubbles {
    top: -180px;
    width: 100px;
    height: 100px;
  }
  .worker-grid-row .et_pb_column .grid-title h6 {
    font-size: 20px;
  }
  .worker-grid-row .et_pb_column .grid-subtitle p {
    font-size: 16px;
  }
  .worker-grid-row .et_pb_column .grid-desc {
    font-size: 18px;
  }
  .subscribe-form input[type="email"] {
    width: auto;
    padding: 15px 15px 15px 15px;
    min-width: 420px;
  }
  .subscribe-form nf-rows-wrap {
    flex-wrap: wrap;
    justify-content: start;
    flex-direction: column;
  }
  .subscribe-form input[type="submit"] {
    position: relative;
    right: 0;
  }
  .subscribe-form.ebook-banner nf-rows-wrap {
    align-items: flex-start;
  }
  .subscribe-form nf-rows-wrap .nf-row {
    width: 100%;
  }
  .ebook-banner.subscribe-form input[type="email"] {
    padding: 15px;
  }
  .subscribe-form input[type="email"] {
    width: 100%;
    min-width: auto;
  }
  .subscribe-form input[type="submit"] {
    width: 100% !important;
  }
  .team-thumbnail {
    width: 100%;
  }
  .team-content {
    width: 100%;
  }
  .team-content h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .team-content h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .team-excerpt {
    font-size: 16px;
    line-height: 24px;
  }
  .ebooks-list .ebook-item .ebook-title {
    font-size: 20px;
    line-height: 34px;
  }
  .ebooks-list .ebook-item .ebook-excerpt {
    font-size: 18px;
    line-height: 30px;
  }
  .multistep-from ul li label {
    font-size: 18px;
    margin-left: 10px !important;
    padding: 10px;
  }
  .multistep-from .list-checkbox-wrap input[type="checkbox"] {
    width: 36px !important;
    height: 32px;
    background-size: 20px 20px, cover;
  }
  .multistep-from
    .list-checkbox-wrap
    input[type="checkbox"].nf-checked::before {
    width: 34px !important;
    height: 34px;
    background-size: 20px 20px, cover;
  }
  .multistep-from .nf-response-msg {
    font-size: 18px;
    line-height: 30px;
  }
  .multistep-from .nf-response-msg h2 {
    font-size: 44px;
    line-height: 52px;
  }
  .contact-us-form nf-rows-wrap .nf-row:not(:last-child) {
    width: 100%;
  }
  .contact-us-form nf-rows-wrap {
    gap: 0;
  }
  .custom-para-3 ul li {
    font-size: 20px;
    line-height: 34px !important;
  }
  .media-pr-item {
    padding: 20px;
    margin-bottom: 30px;
  }
  .media-pr-item h2 {
    font-size: 20px;
    line-height: 34px;
  }
  .media-pr-item .media-pr-content,
  .media-pr-content p {
    font-size: 18px;
    line-height: 28px;
  }
  .media-pr-bottom .media-pr-date {
    font-size: 20px;
    line-height: 34px;
  }
  .custom-single-post,
  .pr-single {
    padding: 70px 20px 70px 20px;
  }
  .custom-single-post .post-title,
  .featured-content .post-title,
  .pr-single .pr-title {
    font-size: 44px;
    line-height: 52px;
  }
  .single-post .custom-single-post .et_pb_heading_container h3 {
    font-size: 30px;
    line-height: 42px;
  }
  .post-bullet-list ul li,
  .single-post .custom-single-post .et_pb_text_inner p,
  .pr-content p {
    font-size: 20px;
    line-height: 34px;
  }
  br {
    display: none;
  }
  .tab-col .et_pb_all_tabs li {
    display: list-item !important;
  }
  .tab-col .clearfix li a {
    display: flex;
    justify-content: center;
  }
  .our-solution-col .et_pb_text_inner li {
    font-size: 18px;
    line-height: 30px;
  }
  .outcomes-row .et_pb_heading_container h2.et_pb_module_heading {
    font-size: 48px;
    line-height: 60px;
  }
  .outcomes-row .et_pb_heading_container h5.et_pb_module_heading {
    font-size: 20px;
    line-height: 34px;
  }
  .features-section .features-cards-row .features-cards ul li {
    font-size: 16px;
    line-height: 28px;
  }
  .pricing-section .pricing-row .pricing-col ul li {
    font-size: 18px;
    line-height: 32px;
  }
  .pricing-section .pricing-row .pricing-col strong {
    font-size: 48px !important;
    line-height: 60px !important;
  }
  .custom-single-post .post-thumbnail img {
    max-height: 300px;
  }
  .subscribe-form.popup-email nf-rows-wrap .nf-cell + .nf-cell{
    position: relative;
  }
  .subscribe-form.popup-email input[type="submit"]{
    top: 0;
  }
  .accordion-col .et_pb_toggle_title{
    padding-left: 35px !important;
  }
}

@media screen and (max-width: 576px) {
  .struggling-main-container-wrapper {
    min-height: 980px !important;
  }
  .bubble-main-sec {
    min-height: 980px !important;
  }
  .struggling-container-main h2 {
    color: #fff;
    font-size: 34px;
    padding: 0px 0px 20px 0;
  }
  .struggling-container-main p {
    font-size: 18px;
  }
  .bubbles span {
    font-size: 10px;
  }
  .first-bubbles {
    right: 30px;
    width: 80px;
    height: 80px;
  }
  .second-bubbles {
    top: -190px;
    right: -50px;
    width: 85px;
    height: 85px;
  }
  .third-bubbles {
    right: -150px;
    top: -108px;
    width: 80px;
    height: 80px;
  }
  .eigth-bubbles {
    right: -88px;
    top: 341px;
    width: 80px;
    height: 80px;
  }
  .fourth-bubbles {
    right: -165px;
    top: -216px;
    height: 84px;
    width: 84px;
  }
  .seventh-bubbles {
    right: -165px;
    top: 590px;
  }
  .eigth-bubbles {
    right: -166px;
    top: 490px;
  }
  .ninth-bubbles {
    left: -38px;
    top: 540px;
  }
  .fifth-bubbles {
    top: 440px;
    left: -110px;
    height: 80px;
    width: 80px;
  }
  .sixth-bubbles {
    top: 450px;
    left: -4px;
    width: 80px;
    height: 80px;
  }
  .struggling-container-main p {
    margin-top: -16px;
  }
  .multistep-from ul.nf-breadcrumbs {
    padding-top: 0 !important ;
  }
  .multistep-from ul.nf-breadcrumbs li {
/*     width: 100%; */
    padding: 35px 0 10px !important;
/*     border-bottom: solid 1px rgba(255, 255, 255, 0.5); */
    margin-bottom: 10px !important;
  }
.multistep-from ul.nf-breadcrumbs li:after {
    content: "";
    position: absolute;
    top: 22px;
    left: calc(-50% - -7px);
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: calc(100% - 39px);
    height: 2px;
    content: "";
    background-color: #00e5ff;
    z-index: 1;
}
  .multistep-from ul.nf-breadcrumbs li:after {
/*     display: none; */
  }
  .multistep-from ul.nf-breadcrumbs li a {
    font-size: 16px;
    line-height: 28px;
  }
  .multistep-from ul.nf-breadcrumbs li a:before {
    width: 35px;
    height: 35px;
    font-size: 20px;
    top: -35px;
    left: calc(50% - 30px);
  }
  .multistep-from .custom-step-2 ul.nf-breadcrumbs li:nth-child(1) a:before {
    background-size: 20px;
  }
  .multistep-from .custom-step-3 ul.nf-breadcrumbs li:nth-child(1) a:before,
  .multistep-from .custom-step-3 ul.nf-breadcrumbs li:nth-child(2) a:before {
    background-size: 20px;
  }
  .multistep-from ul.nf-breadcrumbs {
    margin-bottom: 50px !important;
  }
  .media-pr-bottom {
    flex-wrap: wrap;
  }
  .media-pr-date {
    width: 100%;
    margin-bottom: 20px;
  }
  .media-pr-btn-wrap {
    width: 100%;
  }
  .accordion-col .et_pb_toggle_title {
    font-size: 13px !important;
    line-height: 24px !important;
  }
  .accordion-col
    .et_pb_accordion_item.et_pb_accordion_item_1.et_pb_toggle_close
    .et_pb_toggle_title:before {
    font-size: 16px;
  }
  .accordion-col .et_pb_toggle_content {
    font-size: 14px !important;
    line-height: 26px !important;
  }
  .accordion-col .accordion-container .et_pb_toggle_close {
    padding: 10px 10px !important;
  }
  .pricing-section .pricing-row .premium-col .et_pb_button_module_wrapper {
    margin: 10px 10px !important;
  }
  .accordion-col .accordion-container .et_pb_toggle_title::after {
    background-size: 18px;
  }
  .accordion-col .accordion-container .et_pb_toggle_title::after {
    left: 10px;
    background-size: 20px;
    top: 0;
  }
}

@media screen and (min-width: 577px) and (max-width: 767px) {
  .multistep-from ul.nf-breadcrumbs li a {
    font-size: 16px;
    line-height: 28px;
  }
  .multistep-from ul.nf-breadcrumbs li a:before {
    width: 45px;
    height: 45px;
    font-size: 20px;
    top: -50px;
    left: calc(50% - 30px);
  }
  .multistep-from .custom-step-2 ul.nf-breadcrumbs li:nth-child(1) a:before {
    background-size: 30px;
  }
  .multistep-from .custom-step-3 ul.nf-breadcrumbs li:nth-child(1) a:before,
  .multistep-from .custom-step-3 ul.nf-breadcrumbs li:nth-child(2) a:before {
    background-size: 30px;
  }
  .multistep-from ul.nf-breadcrumbs {
    margin-bottom: 70px !important;
  }
  .multistep-from ul.nf-breadcrumbs li:after {
    top: -30px;
    left: calc(-50% - -30px);
    width: calc(100% - 70px);
  }
}

@media screen and (max-width: 649px) {
	
  .tab-col .et_pb_all_tabs .et_pb_tab {
    padding: 20px 25px;
  }
  .tab-col ul.clearfix {
    top: -1100px;
  }
  .et_pb_section.tab-section {
    padding-top: 480px !important;
  }
  .tab-row .tab-col .et_pb_all_tabs {
    padding: 0;
  }
  .tab-row .tab-col .et_pb_all_tabs h4,
  .content-grid h4 {
    font-size: 22px;
  }
  .tab-row .tab-col .et_pb_all_tabs p,
  .content-grid p {
    font-size: 16px;
  }
  .tab-row .tab-col .et_pb_all_tabs ul li {
    font-size: 16px;
  }
  .tab-row .tab-col .et_pb_all_tabs h5 {
    font-size: 18px;
  }
  .dw-card {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .subscribe-form.popup-email input[type="email"] {
    min-width: 250px;
  }
  .header-logo {
    max-width: 160px;
  }
  .et-db #et-boc .et-l .main-header .et_pb_column.et_pb_column_1_5,
  .main-header .et_pb_column.et_pb_column_1_5 {
    max-width: 200px;
    top: 20px;
  }
  .testimonial-section .carousel_content:after {
    width: 25px;
    height: 25px;
  }
  .testimonial-section .carousel_content .position_design {
    font-size: 10px !important;
    line-height: normal !important;
  }
  .testimonial-section .carousel_content .name_design {
    font-size: 16px !important;
    line-height: normal !important;
  }
  .testimonial-section .carousel_content {
    padding: 15px 10px;
  }
  .subscribe-form input[type="email"] {
    min-width: 280px;
  }
  #n2-ss-1 .n2-ss-slide,
  .n2-ss-slider-3,
  .n2-ss-slider-4,
  .n2-ss-slide-backgrounds {
    height: 450px;
  }
  .multistep-from .nf-next,
  .multistep-from .nf-previous {
    min-width: auto;
    padding: 8px 30px;
    min-width: 100px;
  }
  .multistep-from input[type="submit"] {
    min-width: 130px;
  }
  .multistep-from .custom-step-3 .nf-next-previous {
    margin-left: -27px !important;
  }
  .multistep-from .submit-container {
    position: absolute;
    left: calc(50% + 75px);
    bottom: -70px;
  }
  .custom-single-post .post-title,
  .featured-content .post-title {
    font-size: 36px;
    line-height: 46px;
  }
  .post-card-content .post-title {
    min-height: auto;
  }
  .post-card-content .post-meta .post-date,
  .post-card-content .post-meta .author-name,
  .featured-content .post-meta .post-date,
  .featured-content .post-meta .author-name {
    line-height: 23px;
  }
  .custom-single-post .post-meta .post-date,
  .featured-content .post-meta .post-date,
  .post-card-content .post-meta .post-date {
    margin-top: 10px;
    width: 100%;
  }
  .featured-post {
    padding: 40px 20px;
    margin-bottom: 50px;
  }
  .post-thumb {
    margin-bottom: 15px;
  }
  .custom-single-post {
    padding: 70px 20px 70px 20px;
  }
  .premium-tier-row .et_pb_button_module_wrapper {
    margin: 15px 10px;
  }
  .pricing-section .pricing-row .pricing-col strong {
    font-size: 50px !important;
    line-height: 50px !important;
  }
  .accordion-col .accordion-container .et_pb_toggle_title::after {
    display: none;
  }
  .accordion-col
    .accordion-container
    .et_pb_toggle_close
    .et_pb_toggle_title:before {
    padding: 6px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
  }
  .et_pb_accordion_item.et_pb_toggle_close .et_pb_toggle_title:before {
    font-size: 12px !important;
  }
  .accordion-col .et_pb_toggle_title {
    padding-right: 30px !important;
    padding-left: 0px !important;
  }
}

@media screen and (max-width: 387px) {
  .chart-container {
    margin-top: -30px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1500px) {

  .main-header .nav-link {
    padding-left: 25px !important;
    padding-right: 25px !important;
    margin-top: 0 !important;
  }
  .career-banner {
    min-height: 700px !important;
  }
  .testimonial-section .carousel_content:after {
    background-size: cover;
    width: 60px;
    height: 43px;
  }
  .logo-col img {
    min-width: 275px;
  }
  .dw-grid-row .dw-grid {
    min-height: 440px;
  }
  .ebook-section-row:before {
    right: 0;
  }
}

@media screen and (min-width: 1500px) and (max-width: 1600px) {
  .single #et-main-area:before,
  #main-content .et_builder_inner_content:before,
  header.et-l--header:before {
    left: calc(50% - (720px + 20px));
  }
  .single #et-main-area:after,
  #main-content .et_builder_inner_content:after,
  header.et-l--header:after {
    right: calc(50% - (720px + 20px));
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .testimonial-section .carousel_content .position_design {
    max-width: 210px;
    padding: 5px 20px 0 60px;
  }
  .testimonial-section .carousel_content p {
    min-height: 158px;
  }
  .testimonial-section .carousel_content:after {
    width: 40px;
    height: 40px;
  }
}

@media screen and (min-width: 981px) and (max-width: 1499px) {
  .slider-inner-container .n2-ss-section-main-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .main-header.et_pb_row {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .slider-heading .n2-ss-item-content {
    font-size: 36px !important;
  }
  .home-slider-content .n2-ss-text {
    font-size: 22px !important;
  }
  #n2-ss-1 .n2-ss-button-container a {
    line-height: 24px !important;
  }
  #n2-ss-1 .n2-ss-button-container a div {
    font-size: 18px !important;
  }
  .home-after-banner .et_pb_module_heading {
    font-size: 22px !important;
    line-height: 32px !important;
  }
  .home-after-banner.et_pb_section_1.et_pb_section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .heading-1 h2.et_pb_module_heading {
    font-size: 38px !important;
    line-height: 50px !important;
  }
  .heading-2 h2.et_pb_module_heading {
    font-size: 36px !important;
    line-height: 46px !important;
  }
  .heading-3 .et_pb_module_heading {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .heading-4 .et_pb_module_heading {
    font-size: 24px !important;
    line-height: 38px !important;
  }
  .heading-5 .et_pb_module_heading {
    font-size: 20px !important;
    line-height: 32px !important;
  }
  .heading-7 .et_pb_module_heading {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .custom-heading-1 .et_pb_module_heading {
    font-size: 24px !important;
    line-height: 34px !important;
  }
  .custom-heading-2 .et_pb_module_heading {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .custom-heading-3 .et_pb_module_heading {
    font-size: 32px !important;
    line-height: 44px !important;
  }
  p {
    font-size: 18px;
    line-height: 30px !important;
  }
  footer p {
    font-size: 16px;
    line-height: 24px !important;
  }
  .custom-para-2 p {
    font-size: 16px;
    line-height: 24px !important;
  }
  .custom-para-3 p {
    font-size: 18px;
    line-height: 38px !important;
  }
  .eyebrow .et_pb_heading_container h5.et_pb_module_heading {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .outcomes-row .et_pb_heading_container h2.et_pb_module_heading {
    font-size: 72px;
    line-height: 82px;
  }
  .outcomes-row .et_pb_heading_container h5.et_pb_module_heading {
    font-size: 22px;
    line-height: 38px;
  }
  .post-card h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .post-card .designation,
  .post-card .post-description {
    font-size: 18px;
    line-height: 24px !important;
  }
  .ebooks-list .ebook-item .ebook-title {
    font-size: 24px;
    line-height: 30px;
  }
  .ebooks-list .ebook-item .ebook-excerpt {
    font-size: 20px;
    line-height: 36px;
  }
  .custom-para-3 ul li {
    font-size: 22px;
    line-height: 38px !important;
  }
  .partner-card h6 span {
    font-size: 20px;
    line-height: 36px;
  }
  .team-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .team-content h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .team-excerpt {
    font-size: 18px;
    line-height: 26px;
  }
  .customer-support-grid-row .customer-support-grid {
    min-height: 410px;
  }
  .multistep-from ul li label {
    font-size: 20px;
  }
  .multistep-from .nf-response-msg {
    font-size: 20px;
    line-height: 36px;
  }
  .multistep-from .nf-response-msg h2 {
    font-size: 48px !important;
    line-height: 60px !important;
  }
  .et-db #et-boc .et-l .et_pb_row.bubble-title-row {
    max-width: 700px !important;
  }
  .media-pr-item h2 {
    font-size: 24px;
    line-height: 38px !important;
  }
  .media-pr-item .media-pr-content,
  .media-pr-content p {
    font-size: 20px;
    line-height: 30px;
  }
  .media-pr-bottom .media-pr-date {
    font-size: 24px;
    line-height: 38px;
  }
  .heading-6 h6,
  .heading-6 h6 span {
    font-size: 18px !important;
    line-height: 34px !important;
  }
  .contact-us-form label {
    font-size: 22px !important;
    line-height: normal;
  }
  .custom-single-post,
  .pr-single {
    max-width: 1200px;
    margin: 0px auto;
    padding: 90px 20px 90px 20px;
  }
  .custom-single-post .post-title,
  .featured-content .post-title,
  .pr-single .pr-title {
    font-size: 48px;
    line-height: 60px;
  }
  .post-bullet-list ul li,
  .single-post .custom-single-post .et_pb_text_inner p,
  .pr-content p {
    font-size: 22px;
    line-height: 38px !important;
  }
  .single-post .custom-single-post .et_pb_heading_container h3 {
    font-size: 30px;
    line-height: 42px;
  }
  .features-section .features-cards-row .features-cards ul li {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 5px;
  }
  .pricing-section .pricing-row .pricing-col ul li {
    font-size: 22px;
    line-height: 34px;
  }
  .features-cards h6 {
    font-size: 26px !important;
    line-height: 38px !important;
  }
  .pricing-section .pricing-row .pricing-col strong {
    font-size: 72px;
    line-height: 82px;
  }
  .custom-single-post .post-thumbnail img {
    max-height: 450px;
  }
  .multistep-from ul.nf-breadcrumbs{
    margin-bottom: 70px !important;
  }

}

@media screen and (max-width: 980px) {
  .accordion-col .accordion-container .et_pb_toggle_title::after {
    left: 0;
    background-size: 20px;
    width: 20px;
    height: 20px;
    top: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .pr-single,
  .custom-single-post {
    padding: 70px 20px 70px 20px;
  }
  .post-card h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .post-card .designation,
  .post-card .post-description {
    font-size: 18px;
    line-height: 24px;
  }
  .testimonial-section .carousel_content:after {
    width: 40px;
    height: 40px;
  }
  .team-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .team-content h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .team-excerpt {
    font-size: 18px;
    line-height: 26px;
  }
  .custom-single-post .post-title,
  .featured-content .post-title,
  .pr-single .pr-title {
    font-size: 48px;
    line-height: 60px;
  }
  .post-bullet-list ul li,
  .single-post .custom-single-post .et_pb_text_inner p,
  .pr-content p {
    font-size: 22px;
    line-height: 38px;
  }
  .single-post .custom-single-post .et_pb_heading_container h3 {
    font-size: 34px;
    line-height: 48px;
  }
  .outcomes-row .et_pb_heading_container h2.et_pb_module_heading {
    font-size: 72px;
    line-height: 82px;
  }
  .outcomes-row .et_pb_heading_container h5.et_pb_module_heading {
    font-size: 22px;
    line-height: 38px;
  }
  .features-section .features-cards-row .features-cards ul li {
    font-size: 18px;
    line-height: 34px;
  }
  .pricing-section .pricing-row .pricing-col ul li {
    font-size: 22px;
    line-height: 34px;
  }
  .custom-single-post .post-thumbnail img {
    max-height: 400px;
  }
  .multistep-from ul.nf-breadcrumbs{
    margin-bottom: 70px !important;
  }
  .accordion-col .et_pb_toggle_title{
    padding-left: 40px !important;
  }
  .et-db #et-boc .et-l .et_pb_row.bubble-title-row{
    max-width: 700px !important;
  }
}

@media screen and (max-width: 904px) {
  .tab-row .tab-col .et_pb_all_tabs {
    margin-top: -245px;
  }
}

@media screen and (max-width: 609px) {
  .tab-row .tab-col .et_pb_all_tabs {
    margin-top: -440px;
  }
}


/*step form new*/
.multistep-from .label-right .checkbox-wrap .nf-field-label{
  width: 100%;
}
.multistep-from .nf-field .field-wrap.checkbox-wrap{
	align-items: center;
}
.multistep-from .nf-field-label label {
    color: #fff;
    border-radius: 8px;
    padding: 20px 25px 20px 25px;
    font-size: 18px;
    font-weight: 400;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.2) 0%, rgba(31, 31, 31, 0.2) 100%);
    box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    width: 100% !important;
}
.multistep-from .label-right .checkbox-wrap .nf-field-element{
  width: 52px;
}
.multistep-from .nf-field-element input[type="checkbox"] {
    width: 48px !important;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    position: relative;
    background-image: url(/wp-content/uploads/2026/01/Check.png),    linear-gradient(180deg, rgba(51, 51, 51, 0.2) 0%, rgba(31, 31, 31, 0.2) 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: 24px 24px, cover;
    cursor: pointer;
}
.multistep-from .nf-field-element input[type="checkbox"]::after {
  background: linear-gradient(to bottom, #222222 0%, #111112 100%);
}
.multistep-from .nf-field-element input[type="checkbox"].nf-checked::before {
  content: "";
  display: inline-block;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  position: absolute;
  left: -2px;
  top: -2px;
  background-color: #00e5ff;
  border: 2px solid #00e5ff;
  pointer-events: none;
  background-image: url("/wp-content/uploads/2026/01/Check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px 28px, cover;
}
.multistep-from .nf-mp-footer.form-last .nf-previous-item{
  margin-right: 180px !important;

}
.et_pb_text_2, .et_pb_text_5, .et_pb_text_8, .et_pb_text_11, .et_pb_text_14 {
    line-height: 32px;
    line-height: 32px;
    background-size: revert!important;
    background-position: center bottom 0px;
/*     background-image: url(/wp-content/uploads/2026/01/Line-1.png)!important;
    padding-top: 30px!important; */
    padding-bottom: 20px!important;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}
@media screen and (max-width: 480px){
  .multistep-from .nf-mp-footer.form-last .nf-previous-item{
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .multistep-from .label-right .checkbox-wrap .nf-field-element{
     width: 36px;
  }
  .multistep-from .nf-field-element input[type="checkbox"] {
    width: 50px!important;
    height: 50px;
    background-size: 20px 20px, cover;
  }
  .multistep-from .nf-field-label label{
    font-size: 18px;
    margin-left: 20px !important;
    padding: 10px;
  }
}