.d-cta {
  display: none;
}
section#contact-block.contect-page {
  background-color: #fff;
  padding: 0rem 0 6rem;
}
.modal-open .show#subscribeModal::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.modal-open header#myHeader {
  z-index: 1;
}

.single-post .insights-content p,
.single-post .insights-content ul li,
.single-post .insights-content ol li {
  font-family: "Poppins", sans-serif;
}

.page-template-about-us h1 {
  text-transform: capitalize;
  max-width: 71rem;
}

.page-template-forms-flow-ai
  .caseflow_listing
  .caseflow_item:nth-child(odd)
  .caseflow-image {
  text-align: left;
}
.page-template-forms-flow-ai
  .caseflow_listing
  .caseflow_item:nth-child(even)
  .caseflow-image {
  text-align: right;
}
.page-template-insights,
.page-template-insights #wrapper,
.single-post #wrapper,
.single-post {
  overflow: visible !important;
}

.insights-post {
  background-color: #2c373c;
  padding-top: 10rem;
  border-bottom: 1px solid #404c52;
  padding-bottom: 5rem;
  position: relative;
}

.insights-post .wrapper {
  position: relative;
}
.page-template-forms-flow-ai .formsflow_listng .cell-6 {
  width: 50%;
}
.insights-post::after {
  content: "";
  position: absolute;
  border: 1px solid #e01e5a;
  width: 22.938rem;
  height: 22.938rem;
  border-radius: 50%;
  right: -10%;
  top: 36%;
}

img.plus-icon {
  max-width: 20%;
  position: absolute;
  /* z-index: -1; */
  bottom: 30%;
  right: 10%;
}

.insights-post::before {
  content: "";
  position: absolute;
  right: 0;
  width: 22.75rem;
  height: 22.75rem;
  background: url(../images/call-to-action.svg) no-repeat;
  bottom: 8%;
  background-size: contain;
  animation: floating 3s infinite ease-in-out;
}

.insights-post--box h5 {
  font-size: 2rem;
  color: #ecedef;
  width: 55%;
}

.insights-post--box p {
  color: #c0c3c4;
  margin-bottom: 4rem;
  font-size: 1em;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.featured-post .insights-post--box h5 {
  width: 92%;
}
.insights-post--box {
  background-color: #313c41;
  border-radius: 1.5rem;
  padding: 1rem;
  padding-bottom: 2.5rem;
}

.case_studies_taxonomy li a,
.post-date {
  color: #ecedef;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.text-blue,
.insights-post--box .case_studies_taxonomy li a,
.insights-pagination span.current,
.insight_category li.active a,
.text-blue,
.insight_category li a:hover,
.cat-banner ul .active a,
.cat-banner ul a:hover {
  color: #36c5f0 !important;
}

.tags a,
.cat-post--data li {
  background-color: #444e53;
  padding: 0.313rem 0.75rem 0.313rem 0.75rem;
  border-radius: 35px;
  color: #ecedef;
  font-size: 0.875rem;
  text-decoration: none;
  text-transform: capitalize;
  border: 1px solid #444e53;
  transition: all 0.5s;
}
.tags a:hover,
.cat-post--data li:hover {
  border-color: #36c5f0;
  color: #36c5f0;
  background: transparent;
}
.insights-post-img a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
}

.insights-post-img a:hover img {
  transform: scale(1.1);
}

.insights-post-img img {
  border-radius: 1.5rem;
  max-height: 18.375rem;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.8s;
}

.case_studies_taxonomy li::marker {
  color: #c0c3c4;
}
.single-post .post_thumbnail {
  position: relative;
}

.insights-post--box .insights-post-img a::before,
.cat-section .insights-post-img a::before,
.single-post .post_thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    270deg,
    rgba(54, 197, 240, 0) 2.8%,
    #36c5f0 165.39%
  );
  border-radius: 1.5rem;
  z-index: 1;
}

.insights-post-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  flex-direction: column;
}

.insights-post-taxonomy {
  display: flex;
  gap: 1.5rem;
  margin-top: 1.5rem;
  margin-top: 1.5rem;
  align-items: center;
  margin-bottom: 1rem;
}

ul.case_studies_taxonomy.mb-0 {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.insights-pagination a,
.insights-pagination span {
  color: #6b7377;
  font-size: 1em;
  line-height: 1.5em;
  text-decoration: none;
}

.insights-pagination {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  justify-content: end;
  margin-top: 4rem;
  position: relative;
}

.insights-pagination .pagination-prev {
  position: absolute;
  left: 0;
}

.insights-pagination .pagination-next {
  position: absolute;
  left: 75px;
}
.insights-pagination .pagination-prev .prev,
.insights-pagination .pagination-next .next {
  border: 1px solid #4f585d;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: 0.4s ease all;
}
.insights-pagination .pagination-prev .prev:hover,
.insights-pagination .pagination-next .next:hover {
  background-color: #ecedef;
  border-color: #ecedef;
}
/* .insights-pagination .pagination-prev .prev:hover svg,
.insights-pagination .pagination-next .next:hover svg {
	fill: #4F585D;
} */
.insights-pagination .pagination-prev .prev:hover svg path,
.insights-pagination .pagination-next .next:hover svg path {
  stroke: #4f585d;
}

input[type="search"] {
  width: 100%;
  background-color: #eaeaea;
  border: none !important;
  outline: none;
  font-size: 1rem;
  line-height: 1em;
  padding: 1rem;
  border-radius: 3rem;
  background-image: url(../images/serch_icon.svg);
  background-repeat: no-repeat;
  background-size: 1.313rem;
  background-position: 95% center;
}

.main-navigation ul li ul.sub-menu li img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(0%)
    hue-rotate(315deg) brightness(106%) contrast(106%);
}

.main-navigation ul li ul.sub-menu li a:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(98%) saturate(11%)
    hue-rotate(127deg) brightness(98%) contrast(100%);
}

.search-form input.search-submit {
  display: none;
}

#sidebar {
  padding-left: 6rem;
}

/* #sidebar ul {
  background-color: #2c373c;
} */

.insights-content .author__block {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}

.insight_category li + li {
  border-top: 1px solid #404c52;
}

.insight_category li a {
  color: #c0c3c4;
  text-decoration: none;
  line-height: 1.5em;
  padding: 1.2rem 0.2rem;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.insight_category li a svg {
  visibility: hidden;
}

.insight_category li.active a svg,
.insight_category li a:hover svg {
  visibility: visible;
}

.row--flex-start {
  align-items: flex-start;
}

.send-me-insights {
  background-color: #313c41;
  border-radius: 1.5rem;
  padding: 2rem 1.875rem;
  margin-top: 1rem;
}

.send-me-insights h4 {
  font-size: 1.5rem;
  color: #ecedef;
  margin-bottom: 1rem;
}

.send-me-insights p {
  color: #c0c3c4;
  font-size: 1em;
  line-height: 1.5em;
}

.sticky-scroll {
  position: sticky;
  top: 3rem;
  z-index: 1;
}
.sticky-scroll #sidebar {
  position: sticky;
  top: 3rem;
}
/* category page */

.cat-banner {
  padding-top: 8.688rem;
  background-color: #2c373c;
  padding-bottom: 4.5rem;
  position: relative;
  z-index: 2;
}

.cat-section .content,
.cat-post--data p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.cat-section .insights-post-img img {
  max-height: 15.625rem;
  min-height: 15.625rem;
}

.cat-banner ul {
  list-style: none;
  padding-left: 0;
  justify-content: space-between;
}

.cat-banner ul a {
  padding: 0.5rem;
  color: #ecedef;
  text-decoration: none;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cat-banner ul a svg {
  display: none;
}

.cat-banner ul .active a svg {
  display: block;
}

#subscribeModal {
  display: none;
  position: relative;
}

.modal-dialog.modal-dialog-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #313c41;
  border-radius: 1.5rem;
  padding: 2rem;
  width: 100%;
  max-width: 26rem;
  padding-top: 3rem;
  z-index: 9;
}

.modal-content .close-btn {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  right: 0.8rem;
  top: 0.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
}

.featured-post {
  padding-left: 5rem;
}

.cat-post--data p {
  color: #ecedef;
  font-size: 1em;
}

.category .case-studies-section {
  padding-bottom: 9.25rem;
  padding-top: 9.25rem;
  background-color: transparent;
}
.modal-open {
  overflow: hidden;
  height: 94vh;
}
.category .case-studies-section .main-title::after {
  display: none;
}

.cat-section .wrapper,
.case-studies-section.recommended-post .wrapper {
  position: relative;
}

.cat-section .wrapper::after {
  position: absolute;
  content: "";
  width: 31.688rem;
  height: 6.125rem;
  top: -7.5rem;
  left: 1rem;
  background: url(../images/category-top.svg) no-repeat;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}
.recommended-post .main-title span {
  display: block;
}
.cat-section .wrapper::before,
.case-studies-section.recommended-post .wrapper::before {
  position: absolute;
  content: "";
  width: 9.125rem;
  height: 10.875rem;
  bottom: -6.5rem;
  right: 1rem;
  background: url(../images/category-bottom.svg);
  background-size: contain;
  z-index: -1;
  pointer-events: none;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.cat-flex {
  padding-top: 0 !important;
}

.cat-section.case-studies-section .read-more svg * {
  stroke: #2c373c;
}

.cat-banner a#subscribeBtn svg *,
.cat-section.case-studies-section .read-more:hover svg * {
  stroke: #fff;
}

.cat-banner a#subscribeBtn {
  color: #fff !important;
}

.active .author__block {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.author__block .author_img img {
  border: 1px solid #ecedef;
  border-radius: 3rem !important;
  max-width: 2.5rem;
  max-height: 2.5rem !important;
}

.author__block .insights-post-taxonomy {
  margin-top: 0;
  margin-bottom: 0;
}

.views_block p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.insights-content .post_content h3,
.insights-content .post_content h2,
.insights-content .post_content h4 {
  font-size: 1.5rem;
  line-height: 1.5em;
  color: #ecedef;
}

.insights-content .aligncenter {
  margin: 2rem auto;
}

.insights-content h6 {
  color: #ecedef;
}

.insights-content .wp-video ~ h6 {
  font-size: 0.875rem;
  font-weight: 400;
  color: #c0c3c4 !important;
  line-height: 1.5em;
  margin-top: 1.5rem;
  text-align: left;
}
.insights-content .tags {
  margin-bottom: 3rem;
}
.tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.insights-content blockquote {
  border: none;
  text-align: left !important;
  padding-left: 3rem;
}

.insights-content blockquote::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  left: 0;
  background: url(../images/blockquote.svg) no-repeat;
}

.case-studies-section.recommended-post {
  border-bottom: 1px solid #404c52;
}

.single-post .insights-post {
  border-bottom: none;
}

/* Startup Service Page */

#startup-banner .banner_img img {
  max-width: 33.25rem;
  border-radius: unset !important;
  object-fit: contain;
}

#startup-banner h1 {
  max-width: 64rem;
}

#startup_service .main-title {
  max-width: 56rem;
}

#startup_service::before {
  content: "";
  position: absolute;
  border: 1px solid #e01e5a;
  width: 22.938rem;
  height: 22.938rem;
  border-radius: 50%;
  right: -14%;
  top: 50%;
}

.right-solution-section {
  padding: 8.75rem 0;
}

.right-solution-section p {
  padding-left: 3rem;
}

.unique-section {
  background: rgba(44, 55, 60, 1);
  position: relative;
  padding-top: 6.625rem;
  padding-bottom: 10rem;
  overflow: hidden;
}

.right-solution-section .wrapper::after {
  position: absolute;
  width: 96%;
  top: 12%;
  height: 54%;
  content: "";
  background: url(../images/right-solution-shadow.svg) no-repeat;
  z-index: -1;
  background-size: contain;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.unique_listing.d-flex {
  gap: 4rem;
}
.unique_listing .cell-6 {
  width: calc(50% - 2rem);
}
.unique_description p {
  font-size: 1rem;
  max-width: 32rem;
  color: #c0c3c4 !important;
  font-weight: 300;
}
.unique_icon img {
  max-width: 5rem;
  max-height: 5rem;
  border-radius: 1rem;
  padding: 0.51rem;
  border: 1px solid #4f585d00;
  background-color: #313c4100;
}

.unique_item {
  gap: 2rem;
}
.unique_icon {
  width: 12%;
}
.unique_description {
  width: calc(88% - 12%);
}

.unique-section .main-title h2 {
  position: relative;
  display: inline;
}

.unique-section::before {
  content: "";
  position: absolute;
  border: 2px solid #e01e5a;
  width: 14.25rem;
  height: 14.25rem;
  border-radius: 50%;
  left: -7%;
  bottom: -6rem;
}

.page-template-startup-service .get-in-section p {
  color: #c0c3c4 !important;
}

.unique-section .expertise-section-two {
  right: 10%;
  position: absolute;
  top: 30%;
}

/* Open Source Support and Maintenance */

#approach-section.why-us-section .main-title {
  max-width: 100%;
  width: 100%;
  padding-bottom: 2rem;
}

#approach-section.why-us-section::after {
  content: "";
  position: absolute;
  right: 0;
  width: 23%;
  height: 100%;
  background: url(../images/box.svg) no-repeat;
  top: 0px;
  background-size: cover;
  z-index: 0;
  opacity: 0.3;
}

.plus_icon img {
  position: absolute;
  max-height: 2.5rem;
  max-width: 2.5rem;
  min-height: 2.5rem;
  animation-name: floating;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

#approach-section.why-us-section .icon-one {
  top: -70px;
  left: 70%;
}

#approach-section.why-us-section .icon-two {
  left: 94%;
  bottom: 0;
}

#approach-section.why-us-section .icon-three {
  left: 84%;
}

#partner-platforms.platforms-section .main-title span {
  display: block;
}

#partner-platforms.platforms-section {
  padding-top: 0;
}

.partner_icon {
  max-width: 16rem;
  position: absolute;
  right: 0;
  bottom: 10%;
  animation-name: floating;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

#partner-platforms.platforms-section .platforms_block {
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
  gap: 0.8rem;
}

.platforms-logo {
  display: block;
  min-height: 8rem;
}

.more_block h5 {
  font-size: 3rem;
  color: rgba(44, 55, 60, 1);
  font-family: "Aron", sans-serif;
  text-decoration: none;
  font-weight: 700;
  max-width: 22rem;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -14rem;
  margin-left: 4rem;
}

.more_block::after {
  content: "";
  position: absolute;
  top: -12rem;
  right: 0;
  background: url(../images/business-img.svg) no-repeat;
  width: 17.813rem;
  height: 9rem;
  background-size: contain !important;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  z-index: -1;
}
.d-none {
  display: none !important;
}
.get-in-section p {
  color: rgba(107, 115, 119, 1) !important;
}
.in-house-six {
  position: absolute;
  bottom: 4%;
  max-width: 30rem;
  right: 2%;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  z-index: -1;
}

/* Digital Transformation */

#approach-unique.unique-section .product-title {
  margin-bottom: 2.5rem;
}

#approach-unique.unique-section::before {
  background: url(../images/three-plus.svg) no-repeat;
  border: none;
  top: 5%;
  bottom: unset;
  left: unset;
  width: 17rem;
  border-radius: 0;
  right: 2%;
  animation: floating 3s infinite ease-in-out;
  background-size: contain;
}

#digital-service.why-us-section .main-title,
#digital-service.why-us-section .unique_description {
  max-width: 100%;
  width: 100%;
}

#digital-service.why-us-section .unique_item {
  flex-direction: column;
  text-align: center;
  width: calc(20% - 2.4rem);
}

#digital-service.why-us-section .unique_icon {
  width: 100%;
}

#digital-platforms.platforms-section .platforms_block {
  padding-bottom: 5rem;
}

#digital-platforms.platforms-section .in-house-three {
  top: 9rem;
  right: 26%;
}

#startup-awards.awards-section .sub-title p {
  max-width: 18rem;
  margin-left: auto;
}

#digital-service.why-us-section .unique_listing.d-flex {
  gap: 3rem;
}

.title-block {
  grid-gap: 0 !important;
}

#digital-platforms.platforms-section {
  padding-bottom: 3rem;
}

/* application-maintenance */

#startup-banner.application-banner h1 {
  max-width: 68rem;
}

.application-banner .banner-title p {
  max-width: 45.25rem;
  font-size: 1.125rem;
}

#startup_service .main-description {
  padding: 3rem;
  background: rgba(49, 60, 65, 1);
  border-radius: 1.5rem;
  max-width: 57rem;
  position: relative;
  margin: 0 auto;
  margin-top: 5rem;
}

#startup_service .main-description p {
  color: rgba(192, 195, 196, 1);
  z-index: 1;
  position: relative;
}

#startup_service .main-description::after {
  content: "";
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: 1.2rem;
  background: rgba(224, 30, 90, 1);
  border-radius: 50%;
  top: 1.2rem;
}

#startup_service.application-offering {
  background-color: transparent;
}

#startup_service.application-offering .main-title h2::after {
  display: none;
}

#startup_service.application-offering .why-us-details {
  max-width: 100%;
}

#startup_service.application-offering .why-us-image img {
  max-width: 27rem;
}

#startup_service.application-offering .offering-3 .why-us-image img,
#startup_service.application-offering .offering-5 .why-us-image img {
  max-width: 100%;
}

#startup_service.application-offering .why-us-description p {
  color: rgba(107, 115, 119, 1);
}

.operational-section .why-us-details {
  max-width: 100%;
  padding-top: 1rem;
  padding-bottom: 6rem;
}

.page-template-application-maintenance #startup_service::before {
  visibility: hidden;
}

.operational-section img.project-three,
.application-offering img.project-three {
  top: -5rem;
  bottom: unset;
  right: 2% !important;
}

.operational-section img.project-two,
.application-offering img.project-two {
  right: 10% !important;
  bottom: unset;
  top: 0rem;
}

.operational-section img.project-one,
.application-offering img.project-one {
  right: 24% !important;
  bottom: unset;
  top: -4rem;
}

/* Application Development */

.bottom-line-section {
  padding: 9.25rem 0;
}

.bottom-line-section h3 {
  text-transform: uppercase;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}

.approach {
  opacity: 0.3;
  filter: grayscale(1);
}
.approach-section .approach_icon img,
.bottom-line-section::after,
.bottom-line-section::before,
.bottom-line-section .main-title h3::after,
.bottom-line-section .plus-icon {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  position: absolute;
}
.approach-section .approach_icon .project-three {
  top: -12%;
  bottom: unset;
  right: 6% !important;
}

.approach-section .approach_icon .project-two {
  top: -4%;
  bottom: unset;
  right: 30% !important;
}

.approach-section .approach_icon .project-one {
  top: -18%;
  bottom: unset;
  right: 37% !important;
}

.approach-section .approach_icon .project-four {
  right: -5%;
}

.approach-section .approach_icon .project-five {
  bottom: 9%;
  right: 2%;
}

.approach-section .approach_icon .project-six {
  bottom: 2%;
  right: 14%;
}

#application-approach.why-us-section.orr-offer .main-title h2::after {
  left: 45%;
}

#application-approach img.project-two {
  right: 5% !important;
  bottom: 22%;
}

#application-approach img.project-one {
  right: 9% !important;
  bottom: 15%;
}
.bottom-line-section::after,
.bottom-line-section::before {
  content: "";
  width: 30%;
  height: 18%;
  background: url(../images/bottom-line-top.svg) no-repeat;
  background-size: contain !important;
}

.bottom-line-section::before {
  left: 4%;
  bottom: 8%;
}

.bottom-line-section::after {
  right: 4%;
  top: 8%;
}

/* .many-more .more_block {
  width: calc(50% - 0.5rem);
  padding: 3rem 0px;
}

.many-more .more_block h5 {
  position: unset;
  margin-left: 2.183rem;
}

.many-more .more_block::after {
  top: 3rem;
} */

.bottom-line-section a.read-more {
  background: #36c5f0 !important;
}

.bottom-line-section a.read-more:hover {
  background: #1f2732 !important;
}

.bottom-line-section .main-title h3::after {
  background: rgba(224, 30, 90, 1);
  content: "";
  top: -34%;
  left: -6%;
  border-radius: 50%;
  width: 12rem;
  height: 12rem;
  z-index: -1;
}

.page-template-application-development #startup_service::before {
  visibility: hidden;
}

#about-approach img.icon-threee {
  left: 100%;
  top: -3rem;
  width: 2rem;
}
.bottom-line-section .plus-icon {
  bottom: 5rem;
  right: 5%;
  max-width: 13.688rem;
}

#subscribeModal h3 {
  font-size: 2rem;
}

#subscribeModal p {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

#subscribeModal .field input {
  background-color: #ecedef;
  border: 1px solid #eaeaea;
  color: rgb(117, 117, 117);
  font-size: 0.875rem;
  border-radius: 1.875rem;
  outline: none;
  padding: 0.938rem 1.125rem;
  width: 100%;
  margin-bottom: 1.2rem;
}

#subscribeModal input[type="submit"] {
  background-color: #36c5f0;
  color: #2c373c;
  padding: 0.938rem 2.25rem;
  outline: none;
  border: 1px solid #36c5f0;
  border-radius: 1.875rem;
  cursor: pointer;
  transition: 0.4s ease all;
  padding-right: 3.75rem;
  background-image: url(../../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 1.563rem center;
  text-transform: capitalize;
}

#subscribeModal input[type="submit"]:hover {
  background-color: transparent;
  background-image: url(../../images/arrow-white.svg);
  color: #fff;
}

.home-link a.read-more {
  background: #36c5f0 !important;
  color: #2c373c !important;
  margin-top: 2rem;
}

.home-link a.read-more:hover {
  background: transparent !important;
  color: #fff !important;
  border-color: #36c5f0 !important;
}

/* Formsflow.ai */

#forms-flow-banner a.read-more {
  color: #fff !important;
}

/* #forms-flow-banner.product-banner .banner_img {
  position: unset;
  transform: unset !important;
  width: unset;
  min-height: unset;
}

#forms-flow-banner.product-banner .main-title.banner-title {
  display: flex;
  align-items: center;
} */

#forms-flow-section.caseflow-section .sub-title img {
  max-width: 24rem;
  margin-bottom: 0;
}

#forms-flow-section .sub-title {
  max-width: 27rem;
}

#forms-flow-section.caseflow-section .title-block,
.caseflow_item {
  justify-content: space-between;
}

#forms-flow-section
  .caseflow_listing
  .caseflow_item:nth-child(1)
  .caseflow-image::after,
#forms-flow-section
  .caseflow_listing
  .caseflow_item:nth-child(2)
  .caseflow-image::before,
#forms-flow-section
  .caseflow_listing
  .caseflow_item:nth-child(2)
  .caseflow-image::after {
  visibility: hidden;
}

#forms-flow-section .caseflow_listing::after {
  content: "";
  position: absolute;
  background: url(../images/business-img.svg) no-repeat;
  width: 9.813rem;
  height: 6rem;
  right: 0;
  background-size: contain;
  top: -2rem;
  animation: floating 3s infinite ease-in-out;
}

#forms-flow-section .caseflow-description {
  padding-left: 0;
}

.formsflow_listng h3.caseflow-title {
  max-width: 39rem;
}
.formsflow_listng .cell-6 {
  margin-bottom: 3rem;
}
.formsflow_listng {
  position: relative;
  margin-top: 7rem;
  justify-content: space-between;
}
.formsflow_listng .cell-6 {
  width: calc(50% - 3rem);
}
.formsflow_listng::before,
.page-id-6027 .caseflow_item:nth-child(2):before {
  content: "";
  position: absolute;
  background: url(../images/facets-right.svg) no-repeat;
  width: 24rem;
  height: 6.125rem;
  left: 50%;
  top: -8rem;
  z-index: -1;
  transform: translatex(-50%);
  animation: floating 3s infinite ease-in-out;
  background-size: contain;
}

#forms-flow-section .caseflow_listing .caseflow_item:nth-child(even) {
  flex-direction: row-reverse;
}

#forms-flow-section
  .caseflow_listing
  .caseflow_item:nth-child(3)
  .caseflow-image::after {
  visibility: hidden;
}
#forms-flow-section
  .caseflow_listing
  .caseflow_item:nth-child(2)
  .formsflow_listng::before {
  background: url(https://itswebsitedeveloper.com/aot-technologies/wp-content/uploads/2024/07/Group-1.svg)
    no-repeat;
  width: 17.875rem;
  height: 11.125rem;
  right: 10%;
  left: unset;
  top: 10%;
  transform: unset;
  background-size: contain;
}

#forms-flow-section .caseflow_listing {
  grid-gap: 6.25rem;
}
.page-id-6027 #forms-flow-section.caseflow-section .sub-title img {
  max-width: 13rem;
}

.page-id-6027 .caseflow_item:nth-child(4):before {
  content: "";
  position: absolute;
  background: url(../images/facets-right.svg) no-repeat;
  width: 24rem;
  height: 6.125rem;
  right: 0;
  top: -8rem;
  z-index: -1;
  animation: floating 3s infinite ease-in-out;
  background-size: contain;
}
#forms-flow-section .caseflow-title {
  line-height: 1.2;
}

#caseflow-functional.formsflow .wrapper::before {
  bottom: -15rem;
  right: 0;
  width: 12rem;
  height: 12rem;
  background: rgba(224, 30, 90, 1);
  visibility: visible !important;
  border-radius: 50%;
  animation: unset;
  top: unset;
  left: unset;
}
#caseflow-functional.formsflow::before {
  position: absolute;
  content: "";
  top: 0 !important;
  right: 0;
  width: 45%;
  height: 100%;
  background: url(../images/interested-bg.svg) !important;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  opacity: 0.15;
  visibility: visible !important;
  animation: unset;
  left: unset !important;
}
.page-id-6027 #caseflow-functional.formsflow::after {
  background: url(../images/Holistic-img.svg) no-repeat;
}
#caseflow-functional.formsflow::after {
  top: 6rem;
  right: 14%;
  background: url(../images/stories-star.svg) no-repeat !important;
  visibility: visible !important;
  bottom: unset;
  left: unset;
  background-size: contain !important;
  width: 18rem;
}

.page-id-6027 #caseflow-functional.formsflow .wrapper::before {
  bottom: -10rem;
  background: url(../images/plus-icon-one.svg) no-repeat;
  border-radius: unset;
  background-size: contain;
}
#contact-block .form-section .form-columns-0 .hs-richtext p span,
.hs-richtext p span {
  font-family: var(--body-font-family) !important;
}
.d-flex.justify-content-between.partner_brands {
  justify-content: flex-start;
}
#digital-platforms .d-flex.justify-content-center {
  gap: 1rem;
}
/* event-listint-page css*/
.event-listint-page .cat-section .wrapper {
  position: relative;
}
.event-listint-page .cat-banner ul {
  margin-bottom: 64px;
}
.event-listint-page .cat-section .wrapper::before {
  position: absolute;
  content: "";
  width: 8.125rem;
  height: 10.875rem;
  top: 25rem;
  right: -13rem;
  background: url(../images/attendees-experienced-right-center.svg);
  background-size: contain;
  z-index: -1;
  pointer-events: none;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  background-repeat: no-repeat;
}
/* End event-listint-page css */

/* Event details-page css */
.event-details-page section.insights-single-post::before {
  content: "none";
  display: none;
}
.event-details-page section.insights-single-post::after {
  content: "none";
  display: none;
}
.event-banner-section {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  min-height: 25rem !important;
}
.event-banner-section .main-title.banner-title {
  max-width: 100rem;
  width: 100%;
}
.event-banner-section h1 {
  font-size: 80px !important;
  line-height: 90px !important;
  width: 100% !important;
  text-transform: inherit !important;
  text-align: left;
  position: relative;
}
.event-banner-section h1::after {
  content: "";
  position: absolute;
  left: 5%;
  width: 9.375rem;
  height: 10.625rem;
  background: url(../images/success-stories.svg) no-repeat;
  top: -0.375rem;
  background-size: contain;
  animation-name: floating;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  z-index: -1;
}
.event-banner-section h1::before {
  content: "";
  position: absolute;
  right: 9%;
  width: 13.625rem;
  height: 13.625rem;
  background: url(../images/plus.svg) no-repeat;
  top: -3rem;
  background-size: contain;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  z-index: -1;
}
.event-banner-section .banner-button-link {
  font-size: 16px;
  color: #c0c3c4;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 25px;
  background-color: #363f43;
}
.event-banner-section .button {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.event-post-content-section {
  background-color: #fff !important;
  position: relative !important;
}
.event-post-content-section::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 154px;
  background: url(../images/footer_icon.svg) no-repeat;
  background-size: contain;
  bottom: 70px;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.event-post-content-section .wrapper::after {
  content: "" !important;
  position: absolute !important;
  width: 140px;
  height: 237px;
  background: url(../images/event/event-content-bottom-image.svg) no-repeat !important;
  background-size: contain !important;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  right: -30px !important;
  bottom: 25px;
}
.event-post-content-section .post_thumbnail img {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 22px;
}
.event-post-content-section .insights-title-box {
  position: relative;
}
.event-post-content-section .post-date {
  background-color: #e01e5a;
  padding: 8px;
  width: auto;
  max-width: 100%;
  border-radius: 1.5rem 0px 0px 0px;
  position: absolute;
  top: 0px;
  left: 0;
}
.event-post-content-section .post-date img {
  width: 15px !important;
  margin-right: 10px;
}
.event-post-content-section .event-details-sidebar {
  margin-left: 55px;
  border-radius: 24px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.event-post-content-section h2.main-heading {
  color: #000;
  font-size: 30px;
  padding: 25px 20px;
  margin-bottom: 0px;
  background: #36c5f0;
  border: 1px solid #36c5f0;
  border-radius: 24px 24px 0px 0px;
}
.event-post-content-section .event-sidebar-content {
  padding: 15px 20px;
  border-top: 1px solid #eaeaea;
}
.event-social-icon-content {
  align-items: center;
}
.event-details-content {
  padding-bottom: 30px;
}
.event-time-content,
.event-location-content,
.event-organizer-content,
.event-categories-content {
  display: flex;
  gap: 15px;
}
.event-social-icon-content {
  display: flex;
  gap: 30px;
}
.event-post-content-section .event-sidebar-content img {
  width: 22px;
  height: auto;
  cursor: pointer;
  transition: all 0.5s ease;
}
.event-post-content-section .event-sidebar-content a:hover img {
  transform: scale(1.2);
}
.event-post-content-section .event-details-content p {
  color: #2c373c;
  font-size: 14px;
  font-weight: 500;
}
.event-post-content-section .visit-button-content a {
  position: relative;
  background: #36c5f0;
  color: #2c373c;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 20px;
  padding: 1.2rem 60px 1.2rem 60px;
  border-radius: 6.25rem;
  border-width: 1px;
  border-style: solid;
  border-color: #36c5f0;
  font-size: 14px;
  font-weight: 500;
  transition: 0.5s ease all;
  text-align: center;
  letter-spacing: 0.3px;
  line-height: 1.5em;
  text-decoration: none;
  font-family: var(--body-font-family);
}
.event-post-content-section .visit-button-content span::after {
  content: "";
  position: absolute;
  right: 2rem;
  background: url(../images/arrow_up.svg);
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s ease all;
}
section.what-you-can-section {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  background-color: #313c41;
  position: relative;
}
section.what-you-can-section::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 154px;
  background: url(../images/footer_icon.svg) no-repeat;
  background-size: contain;
  right: 50px;
  bottom: 70px;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.what-you-can_heading h2.text-white {
  font-size: 56px;
  font-weight: 600;
  line-height: 66px;
  max-width: 415px;
  text-transform: inherit;
  width: 100%;
  position: relative;
}
.what-you-can_heading h2.text-white::after {
  content: "";
  position: absolute;
  top: -0.5rem;
  width: 4rem;
  height: 4rem;
  background-color: #e01e5a;
  border-radius: 50%;
  background-size: contain;
  animation-name: floating;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  left: 0;
  z-index: -1;
}
.what-you-can_heading p.sub-title {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: normal;
  max-width: 395px;
  width: 100%;
  margin-top: 50px;
}
section.what-you-can-section .image-box-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
}
section.what-you-can-section .image-box {
  background: #2c373c;
  padding: 60px 16px;
  border-radius: 10px;
  max-width: 300px;
  width: 100%;
}
section.what-you-can-section .image-box img {
  width: 90px;
  height: auto;
  display: flex;
  margin: 0 auto;
  margin-bottom: 30px;
}
section.what-you-can-section .image-box p.sub-title {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  white-space: pre-line;
  word-break: break-word;
}
section.tech-leaders-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.tech-leaders-content {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
}
.tech-leaders-content p {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}
section.our-team-section {
  background-color: #313c41;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
section.our-team-section::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 138px;
  background: url(../images/event/our-team-left-image.svg) no-repeat;
  background-size: contain;
  left: 50px;
  bottom: 140px;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
section.our-team-section h2 {
  font-size: 56px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 66px;
  margin-bottom: 50px;
}
section.our-team-section .row {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
}
.col-md-4 {
  flex: 1;
  padding: 20px 25px;
}
section.our-team-section h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #fff;
  position: relative;
  z-index: 1;
}
section.our-team-section h3::before {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  background-color: #e01e5a;
  border-radius: 50%;
  background-size: contain;
  left: -20px;
  z-index: -2;
  top: -15px;
}
.our-team-section p {
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  line-height: 30px;
  font-weight: 700;
}
section.work-for-you-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.work-for-you-section .main-heading-content h2 {
  font-size: 56px;
  font-weight: 400;
  line-height: 66px;
  font-style: italic;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.work-for-you-section .main-heading-content h2::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  width: 4rem;
  height: 4rem;
  background-color: #e01e5a;
  border-radius: 50%;
  background-size: contain;
  animation-name: floating;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  left: 13.5rem;
  z-index: -1;
}
.work-for-you-section .main-heading-content p {
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  max-width: 935px;
  width: 100%;
  margin: 0 auto 50px;
}
.work-for-you-section .row {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin: 0 auto;
}
.work-for-you-section .image-box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.work-for-you-section .image-box img {
  width: 80px;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 1px 6.3px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  width: 143px;
  height: 128px;
  padding: 25px 20px;
}
section.join-us-section {
  background-color: #2c373c;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
section.join-us-section::before {
  content: "";
  position: absolute;
  left: 15px;
  width: 15%;
  height: 15%;
  top: 70px;
  background: url(../images/plus-icon-one.svg) no-repeat;
  background-size: contain;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
section.join-us-section h2 {
  font-size: 56px;
  font-weight: 700;
  line-height: 70px;
  color: #fff;
  position: relative;
  z-index: 3;
}
section.join-us-section h2::after {
  content: "";
  position: absolute;
  left: 23.5rem;
  width: 5.5rem;
  height: 8.5rem;
  background: url(../images/contact-plus.svg) no-repeat;
  top: -1.5rem;
  background-size: contain;
  z-index: -1;
}
.join-us-events-content {
  margin-top: 80px;
}
.join-us-events-image {
  width: calc(25% - 15px);
  max-width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.join-us-events-image img {
  border-radius: 20px;
  width: 100%;
  transition: all 0.5s ease;
}
.join-us-events-image:hover img {
  transform: scale(1.1);
}
.d-flex.join-us-events {
  gap: 20px;
}
.join-us-section h3 {
  font-size: 28px;
  color: #fff;
  line-height: 38px;
  font-weight: 600;
  position: absolute;
  bottom: 30px;
  left: 15px;
  display: flex;
  margin-bottom: 0;
}
.event-location-content img {
  width: 22px;
  height: auto;
  cursor: pointer;
}
.event-location-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.event-location-content a {
  color: #2c373c;
}
.event-location-content {
  max-width: 490px;
  width: 100%;
  margin: 0 auto;
}
section.our-platform-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.our-platform-content p {
  max-width: 970px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  font-size: 22px;
  line-height: 30px;
}
section.toast-automate-section {
  background-color: #2c373c;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
section.toast-automate-section::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background: url(../images/footer_icon.svg) no-repeat;
  background-size: contain;
  top: 15px;
  left: 10px;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
section.toast-automate-section .wrapper {
  position: relative;
  z-index: 3;
}
section.toast-automate-section::after {
  content: "";
  position: absolute;
  top: 6rem;
  right: -22%;
  background: url(../images/stories-star.svg) no-repeat !important;
  visibility: visible !important;
  bottom: unset;
  left: unset;
  background-size: contain !important;
  width: 18rem;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  z-index: -3;
}
.toast-automate-section .toast-automate-content {
  display: flex;
  flex-wrap: wrap;
}
.toast-automate-content .main_heading h2 {
  font-size: 56px;
  font-weight: 400;
  line-height: 70px;
  color: #fff;
  max-width: 630px;
  width: 100%;
  position: relative;
  z-index: 3;
}
.toast-automate-content .main_heading h2::before {
  content: "";
  position: absolute;
  left: -6%;
  width: 125px;
  height: 125px;
  background: url(../images/success-stories.svg) no-repeat;
  top: -3.375rem;
  background-size: contain;
  animation-name: floating;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  z-index: -1;
}
section.spots-limited-section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
section.spots-limited-section::after {
  position: absolute;
  content: "";
  width: 7.125rem;
  height: 7.875rem;
  bottom: 1.5rem;
  right: 3rem;
  background: url(../images/category-bottom.svg);
  background-size: contain;
  z-index: -1;
  pointer-events: none;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  background-repeat: no-repeat;
}
section.spots-limited-section::before {
  position: absolute;
  content: "";
  width: 7.125rem;
  height: 7.875rem;
  left: 50px;
  top: 50px;
  background: url(../images/category-bottom.svg);
  background-size: contain;
  z-index: -1;
  pointer-events: none;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  background-repeat: no-repeat;
}
.spots-limited-content h4 {
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  position: relative;
}
.spots-limited-content h4::after {
  content: "";
  position: absolute;
  width: 5.5rem;
  height: 8.5rem;
  background: url(../images/contact-plus.svg) no-repeat;
  top: -1.4rem;
  right: 150px;
  background-size: contain;
  z-index: -1;
}
.spots-limited-content h2 {
  font-size: 56px;
  line-height: 66px;
  text-align: center;
  max-width: 1113px;
  width: 100%;
  margin: 60px auto 0px auto;
}
.spots-limited-content h2 span {
  font-weight: 400;
}
section.amazing-event-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #2c373c;
}
.amazing-event-section h2 {
  font-size: 56px;
  color: #fff;
  line-height: 66px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.amazing-event-section h2::before {
  content: "";
  position: absolute;
  width: 5.5rem;
  height: 8.5rem;
  background: url(../images/contact-plus.svg) no-repeat;
  background-size: contain;
  left: 0px;
  top: -50px;
  z-index: -1;
}
.amazing-event-section h2 span {
  font-weight: 400;
}
.amazing-event-section .heading-section p {
  font-size: 22px;
  color: #fff;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  max-width: 960px;
  margin: 0 auto 60px;
}
.three-image-slider::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background: url(../images/footer_icon.svg) no-repeat;
  background-size: contain;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  z-index: 1;
  right: -195px;
  top: 65px;
}
.amazing-event-section .three-image-slider {
  position: relative;
  padding-bottom: 60px; /* space for arrows */
  z-index: 2;
}
.amazing-event-section .slick-slide img {
  max-width: 420px;
  width: 100%;
  border-radius: 30px;
  max-height: 436px;
  min-height: 436px;
  object-fit: cover;
}

.spots-limited-section.past-events {
  display: none;
}

.amazing-event-section .custom-prev,
.amazing-event-section .custom-next {
  position: absolute;
  bottom: -40px;
  background: transparent;
  color: #ecedef !important;
  border: none;
  font-size: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  border: 1px solid #ecedef;
}
.amazing-event-section .slick-arrow:hover {
  background: #fff;
}
/* Centered by calculating offsets */
.amazing-event-section .custom-prev {
  left: 50%;
  transform: translateX(-100%);
  top: 100%;
}
.amazing-event-section .custom-next {
  left: 51%;
  transform: translateX(0%);
  top: 100%;
}
.event-details-page .event-post-content-section .visit-button-content a:hover {
  background: transparent;
}
.event-details-page .banner-title h1 {
  text-align: center;
}
.amazing-event-section .custom-next img {
  transform: rotate(180deg);
  filter: brightness(0) saturate(100%) invert(99%) sepia(9%) saturate(530%)
    hue-rotate(177deg) brightness(97%) contrast(94%);
  width: 70%;
}
.amazing-event-section .custom-prev img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(9%) saturate(530%)
    hue-rotate(177deg) brightness(97%) contrast(94%);
  width: 70%;
}
.amazing-event-section .custom-prev:hover {
  background-color: #36c5f0 !important;
  border-color: transparent;
}
.amazing-event-section .custom-next:hover {
  background-color: #36c5f0 !important;
  border-color: transparent;
}
.amazing-event-section .custom-prev img:hover {
  filter: brightness(0) saturate(100%) invert(0%) sepia(5%) saturate(7481%)
    hue-rotate(228deg) brightness(106%) contrast(106%);
}
.amazing-event-section .custom-next img:hover {
  filter: brightness(0) saturate(100%) invert(0%) sepia(5%) saturate(7481%)
    hue-rotate(228deg) brightness(106%) contrast(106%);
}
.amazing-event-section .three-image-slider .slick-track {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 1600px) and (min-width: 1025px) {
  section.what-you-can-section .image-box {
    max-width: 230px;
  }
}
@media only screen and (max-width: 1024px) {
  .what-you-can_heading {
    width: 100%;
  }
  .what-you-can_heading h2.text-white {
    max-width: 100%;
  }
  .what-you-can-section .what-you-can_heading p.sub-title {
    max-width: 100%;
  }
  .what-you-can-section .image-box-section {
    width: 100%;
    margin-top: 50px;
  }
  .what-you-can-section .image-box-content {
    justify-content: center;
  }
  .toast-automate-content .main_heading h2 {
    font-size: 42px;
    line-height: 60px;
  }
  .our-team-section .row {
    max-width: 100% !important;
    width: 100% !important;
    gap: 20px !important;
  }
  .work-for-you-section .row {
    gap: 15px;
  }
  .work-for-you-section .image-box img {
    width: 90px;
    height: 90px;
    padding: 20px 15px;
  }
  .amazing-event-section .three-image-slider .slick-track {
    display: flex;
    gap: 20px;
  }
  section.our-team-section::before {
    display: none;
  }
  .join-us-events-image {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .event-banner-section h1 {
    font-size: 65px !important;
    line-height: 85px !important;
  }
  .event-post-content-section .visit-button-content a {
    padding: 1.2rem 50px 1.2rem 36px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 768px) {
  section.what-you-can-section::before {
    bottom: 0px;
  }
  .event-details-page .blog-listing {
    width: 100%;
  }
  .event-details-page .event-post-content-section .event-details-sidebar {
    margin-top: 50px;
    margin-left: 0px;
  }
  .cell-4.cell-1024-5 {
    width: 74%;
  }
  .event-post-content-section::before {
    display: none;
  }
  section.our-team-section {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  section.work-for-you-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .join-us-events-image {
    width: 100%;
  }
  section.what-you-can-section .image-box p.sub-title {
    font-size: 16px;
  }
  .join-us-section h3 {
    font-size: 20px;

    line-height: 1.5;
  }
  .event-details-page .insights-post {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .event-banner-section .main-title.banner-title h1 {
    text-align: left;
  }
  .event-banner-section h1 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  .event-banner-section h1::after {
    width: 96px;
    height: 96px;
    top: -30px;
    left: -30px;
  }
  .event-banner-section h1::before {
    width: 88px;
    height: 88px;
    right: -20px;
    top: 120px;
  }
  .event-banner-section .button {
    margin-top: 50px;
  }
  .event-details-sidebar {
    /* margin-left: 0px !important;
    margin-top: 50px; */
    display: none;
  }
  .event-post-content-section::before {
    display: none;
  }
  .event-post-content-section .wrapper::after {
    width: 105px;
    height: 120px;
    right: -48px !important;
    bottom: 10px;
  }
  section.what-you-can-section .image-box-content {
    justify-content: center;
  }
  section.what-you-can-section::before {
    width: 82px;
    height: 154px;
    left: 0px;
    bottom: -50px;
  }
  section.our-team-section h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .work-for-you-section .main-heading-content h2 {
    font-size: 40px;
    line-height: 50px;
  }
  section.join-us-section h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
  }
  section.join-us-section::before {
    display: none;
  }
  section.join-us-section h2::after {
    left: 19.3rem;
    width: 80px;
    height: 80px;
    top: -1.8rem;
  }
  .d-flex.join-us-events {
    gap: 30px 15px;
    justify-content: center;
  }
  section.our-platform-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  section.toast-automate-section::before {
    display: none;
  }
  .toast-automate-content .main_heading h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .toast-automate-content .main_heading h2::before {
    width: 120px;
    height: 120px;
  }
  .toast-automate-content .main_heading h2::before {
    width: 80px;
    height: 80px;
    left: -15px;
  }
  .spots-limited-content h4 {
    font-size: 30px;
    line-height: 40px;
  }
  .spots-limited-content h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .spots-limited-content h2 span {
    font-weight: 400;
  }
  section.our-team-section::before {
    bottom: 15px;
    width: 80px;
    height: 80px;
  }
  .work-for-you-section .main-heading-content h2::before {
    left: 10px;
  }
  .event-details-page .event-post-content-section {
    padding-top: 60px;
  }
  .what-you-can-section .image-box-section {
    margin-top: 0px;
  }
  section.tech-leaders-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .work-for-you-section .row {
    display: unset;
  }
  section.toast-automate-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section.work-for-you-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .amazing-event-section h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .amazing-event-section .custom-prev {
    left: 48%;
  }
  .what-you-can_heading h2.text-white {
    font-size: 40px;
    line-height: 50px;
  }
  .tech-leaders-section .tech-leaders-content p {
    font-size: 18px;
  }
  .event-listint-page .slick-slider {
    position: relative;
  }
  .event-listint-page button.slick-prev.slick-arrow.event-list-arrow {
    position: absolute;
    bottom: -40px;
    background: transparent;
    color: #ecedef !important;
    border: none;
    font-size: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    border: 1px solid #ecedef;
    left: 32%;
    transform: translateX(0%);
    top: 100%;
    background-color: #313c41;
  }
  .event-listint-page button.slick-next.slick-arrow.event-list-arrow {
    position: absolute;
    bottom: -40px;
    background: transparent;
    color: #ecedef !important;
    border: none;
    font-size: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    border: 1px solid #ecedef;
    left: 50%;
    transform: translateX(0%);
    top: 100%;
    background-color: #313c41;
  }
  .slick-prev.slick-arrow.event-list-arrow img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(9%) saturate(530%)
      hue-rotate(177deg) brightness(97%) contrast(94%);
    width: 80%;
    position: relative;
    top: 5px;
  }
  .slick-next.slick-arrow.event-list-arrow img {
    transform: rotate(180deg);
    filter: brightness(0) saturate(100%) invert(99%) sepia(9%) saturate(530%)
      hue-rotate(177deg) brightness(97%) contrast(94%);
    width: 80%;
    position: relative;
    top: 5px;
  }
}

/* End Event details page css */

@media only screen and (max-width: 1280px) {
  .unique_description {
    width: 81%;
  }
}
@media only screen and (max-width: 1024px) {
  #about-approach img.icon-threee {
    top: 55px;
  }
  #about-approach img.icon-twoo {
    top: -592px !important;
  }
  #sidebar {
    padding-left: 3rem;
  }
  .case-studies-section .site-btn-link {
    bottom: 1.2rem;
  }
  .insights-post--box h5 {
    width: 100%;
  }
  .d-block-1024 {
    display: block !important;
  }
  .d-none-1024 {
    display: none !important;
  }
  #startup-approach.approach-section h3 {
    position: unset;
    margin-top: 0;
  }
  #startup-approach.approach-section {
    padding-top: 5rem;
  }
  #startup-banner.process-banner-section .banner_img {
    position: unset;
    margin-top: 0;
  }
  #startup_service.why-us-section .single-why-us:nth-child(odd),
  #startup_service.why-us-section .single-why-us:nth-child(even) {
    flex-direction: unset;
  }
  #startup_service::before {
    width: 16.938rem;
    height: 16.938rem;
  }
  .right-solution-section p {
    padding-left: 0;
  }
  .right-solution-section .wrapper::after {
    background-size: contain;
  }
  .right-solution-section {
    padding-bottom: 4.75rem;
    padding-top: 5.75rem;
  }
  .unique_icon {
    width: 18%;
  }
  .unique_description {
    width: 74%;
  }
  /* Open Source Support and Maintenance */

  .more_block::after {
    top: -6rem;
  }

  /* Digital Transformation */

  #digital-service.why-us-section .unique_item {
    width: calc(34% - 2.4rem);
  }
  #startup-awards.awards-section .sub-title {
    width: 50% !important;
  }

  /* application-maintenance */

  .why-us-image img[src$=".svg"] {
    width: unset;
  }
  #startup_service .why-us-image img {
    max-width: 30rem !important;
  }
  #startup_service .why-us-image {
    margin-bottom: 0;
    margin-top: 40px;
  }
  .application-offering .single-why-us {
    flex-direction: column-reverse !important;
  }

  /* Application Development */

  .approach-section .approach_icon .project-five {
    bottom: unset;
    right: 4%;
    top: 8%;
  }
  .approach-section .approach_icon .project-two {
    top: -6%;
    right: 15% !important;
  }
  .approach-section .approach_icon .project-one {
    top: -10%;
    right: 26% !important;
  }
  .bottom-line-section::after,
  .bottom-line-section::before {
    width: 40%;
    height: 12%;
  }
  .bottom-line-section .main-title h3::after {
    top: -29%;
    left: 0;
    width: 8rem;
    height: 8rem;
  }
  #digital-platforms.platforms-section .in-house-three {
    top: 4rem;
  }
  .platforms-section .in-house-six {
    max-width: 38%;
  }
  /* Formsflow.ai */

  #forms-flow-section .caseflow-image img {
    max-width: 100%;
  }
  #forms-flow-section .sub-title {
    width: 41% !important;
  }
  #forms-flow-section .caseflow_listing::after {
    top: -6rem;
  }
  .formsflow_listng::before {
    width: 19rem;
    top: -6rem;
  }
}

@media only screen and (max-width: 767px) {
  .d-cta {
    display: block;
  }
  .d-cta .read-more {
    margin-bottom: 60px;
    color: white !important;
  }
  .d-cta .read-more svg path {
    stroke: #fff;
  }
  .page-template-forms-flow-ai .formsflow_listng .cell-6 {
    width: 100%;
  }
  #startup_service .why-us-image img {
    width: 100%;
    max-width: 350px !important;
  }
  .platforms-logo {
    min-height: unset;
  }
  .unique-section .main-title h2 {
    display: block;
  }
  .insights-pagination .pagination-prev .prev,
  .insights-pagination .pagination-next .next {
    width: 48px;
    height: 48px;
  }
  .insights-pagination {
    padding-top: 70px;
    margin-top: 3rem;
  }
  .insights-pagination .pagination-prev {
    left: calc(50% - 58px);
    top: 0;
  }
  .insights-pagination .pagination-next {
    left: unset;
    right: calc(50% - 58px);
    top: 0;
  }
  .page-template-insights,
  .page-template-insights #wrapper,
  .single-post #wrapper,
  .single-post {
    overflow: hidden !important;
  }
  #sidebar {
    padding-left: 0;
  }
  .sticky-scroll {
    position: relative;
    top: 0;
    margin-bottom: 4rem;
  }
  .page-template-cloud-engineering-services .why-us-section::after,
  .page-template-cloud-engineering-services .get-in-section::after,
  #startup_service.why-us-section::after,
  .unique-section::after,
  #digital-service.why-us-section::after,
  #application-approach::after,
  #application-contact::after {
    width: 100% !important;
  }
  img.plus-icon,
  .insights-post::before,
  .insights-post::after {
    display: none;
  }
  .insights-pagination {
    justify-content: center;
  }
  .cat-new-post--image a img {
    min-height: unset;
  }
  .cat-banner ul li {
    width: 50%;
    text-align: center;
  }
  .cat-banner ul a {
    font-size: 1.2rem;
    justify-content: center;
  }
  .cat-banner ul {
    row-gap: 1.2rem;
    display: none;
  }
  .featured-post {
    margin-bottom: 0;
    padding-left: 0;
  }
  .case-studies-section .single-case-studies {
    width: calc(100% - 0px);
    margin: 0 0.5rem;
    display: block !important;
    visibility: visible !important;
    min-height: 595px;
  }
  button#load-more {
    display: none !important;
  }
  .cat-banner {
    padding-bottom: 2.5rem;
  }
  .banner-title p {
    letter-spacing: 0px;
  }
  .category .case-studies-section {
    padding-bottom: 1.25rem;
    padding-top: 5.25rem;
    overflow: hidden;
  }
  .cat-section .wrapper::after {
    width: 22.9rem;
    height: 3.6em;
    top: -4.5rem;
    background: url(../images/mob-awards-image.svg);
  }
  .cat-section .wrapper::before,
  .case-studies-section.recommended-post .wrapper::before {
    width: 10.125rem;
    height: 2.875rem;
    background: url(../images/counter-icon.svg) no-repeat;
    bottom: -6rem;
  }
  .cat-banner .banner-title h1 {
    font-size: 3rem;
  }

  /* startup service */
  #startup_service .why-us-image {
    margin-bottom: 0;
  }
  .right-solution-section .wrapper::after {
    width: 24%;
    bottom: 78%;
    height: 15rem;
    background: url(../images/right-solution-mob.svg) no-repeat;
    right: 0;
    top: unset;
  }
  .unique_listing .cell-6 {
    width: 100%;
  }
  .unique_icon {
    width: 15%;
  }
  .unique_description {
    width: 78%;
  }
  .unique-section::before {
    visibility: hidden;
  }
  .unique-section .expertise-section-two {
    display: block !important;
    top: 84% !important;
    right: 4% !important;
  }
  .projects-section .engagement_block a.read-more {
    min-width: 100% !important;
  }
  .d-block-767 {
    display: block !important;
    margin-top: 25px !important;
  }
  .d-none-767 {
    display: none !important;
  }
  #startup-awards.awards-section .title-block .button-block {
    position: unset !important;
    width: 100%;
    margin-top: 5rem;
  }
  /* Open Source Support and Maintenance */
  #approach-section.why-us-section .main-title h2 {
    max-width: 26rem;
  }
  #approach-section.why-us-section.orr-offer .main-title h2::after {
    width: 6rem;
    height: 6rem;
    left: 34%;
    top: -22%;
  }
  #approach-section.why-us-section {
    padding-bottom: 0 !important;
  }
  #approach-section.why-us-section .icon-two {
    left: 88%;
    bottom: 18%;
  }
  #approach-section.why-us-section .icon-three {
    left: 70%;
    bottom: 3%;
  }
  .in-house-six {
    bottom: -3%;
    max-width: 13rem;
    right: 6%;
  }
  .partner_icon {
    max-width: 12rem;
    bottom: unset;
    top: 0;
  }
  .more_block h5 {
    position: unset;
    margin-left: 1rem;
    font-size: 2rem;
    margin-top: 3rem;
  }
  .more_block::after {
    top: 0rem;
    width: 8.813rem;
  }

  /* Digital Transformation */

  #digital-service.why-us-section .unique_item {
    width: calc(50% - 2.4rem);
  }
  #startup-awards.awards-section .sub-title {
    width: 100% !important;
  }
  #approach-unique.unique-section::before {
    top: 1%;
    width: 11rem;
    visibility: visible;
  }
  #approach-unique.unique-section .main-title h2 {
    display: block;
    max-width: 16rem;
  }
  #approach-unique.unique-section .product-title {
    margin-bottom: 0.8rem;
    margin-top: 1rem;
  }
  #approach-unique.unique-section::after {
    height: 100%;
    width: 100%;
  }
  #digital-service.why-us-section .product-title {
    font-size: 1.422rem;
  }
  #digital-service.why-us-section {
    padding-top: 0 !important;
    padding-bottom: 2rem !important;
    margin-top: -3rem;
  }
  #digital-platforms.platforms-section .in-house-three {
    top: 4rem;
    right: 26%;
  }
  #startup-awards.awards-section .sub-title p {
    max-width: 19rem;
    margin-left: 0;
  }
  .projects-section.digital-projects .button-block {
    position: unset !important;
    margin-top: 3rem;
  }
  .operational-section img.project-one {
    right: 42% !important;
    bottom: 13%;
    top: unset;
  }

  .operational-section img.project-two {
    right: 20% !important;
    bottom: 6% !important;
    top: unset;
  }

  .operational-section img.project-three {
    top: unset;
    bottom: 18%;
    right: 8% !important;
  }
  .operational-section .why-us-details {
    margin-top: -3rem;
  }

  /* Application Development */

  .approach-section .approach_icon .project-two {
    top: -9%;
  }

  .approach-section .approach_icon .project-one {
    top: -17%;
  }
  #application-approach.why-us-section.orr-offer .main-title h2::after {
    bottom: 0;
    top: unset;
  }
  #application-approach.why-us-section {
    padding-bottom: 0 !important;
  }

  #application-approach img.project-two {
    bottom: 9%;
  }

  #application-approach img.project-one {
    right: 20% !important;
    bottom: 4%;
  }
  .bottom-line-section {
    padding: 5.25rem 0;
  }

  .bottom-line-section::after {
    background: url(../images/bottom-line-top-mob.svg) no-repeat;
    width: 24%;
    height: 21%;
    top: 2%;
  }

  .bottom-line-section::before {
    background: url(../images/bottom-line-bottom.svg) no-repeat;
    bottom: 12%;
    width: 22%;
    left: 6%;
  }
  .bottom-line-section h3 {
    margin-top: 5rem;
  }
  .bottom-line-section .main-title h3::after {
    top: -3rem;
    width: 6rem;
    height: 6rem;
    left: 5rem;
  }
  #application-contact.get-in-section {
    margin-top: -5rem;
  }
  #about-approach img.icon-threee {
    top: 3rem;
  }

  #about-approach img.icon-twoo {
    top: -335px !important;
    left: 50% !important;
  }
  #startup-banner.process-banner-section .banner_img {
    margin-bottom: 3rem;
  }
  .bottom-line-section .plus-icon {
    display: block;
    bottom: 10rem;
    right: 3%;
    max-width: 6rem;
  }
  .bottom-line-section .main-title h3 {
    font-size: 3rem;
  }
  .featured-post .insights-post--box h5 {
    width: 100%;
  }
  .service-1 .why-us-title {
    max-width: 100%;
  }
  /* Formsflow.ai */

  #forms-flow-section .sub-title {
    width: 100% !important;
  }
  .formsflow_listng .cell-6,
  .caseflow_item .cell-6 {
    width: 100%;
  }
  #forms-flow-section .caseflow_listing::after {
    width: 7.813rem;
    height: 6rem;
    top: -4rem;
  }
  #forms-flow-section .caseflow-image .caseflow-details .caseflow-title {
    display: block;
  }
  .formsflow_listng .caseflow-details .caseflow-title {
    display: block;
  }
  #forms-flow-section
    .caseflow_listing
    .caseflow_item:nth-child(2)
    .formsflow_listng::before {
    width: 6.875rem;
    height: 4.125rem;
    right: 10%;
    top: -6rem;
    visibility: visible;
  }
  .formsflow_listng::before,
  .page-id-6027 .caseflow_item:nth-child(2):before,
  .page-id-6027 .caseflow_item:nth-child(4):before {
    visibility: hidden;
  }
  #forms-flow-section .caseflow_listing {
    grid-gap: 2rem;
  }
  #forms-flow-section.caseflow-section .sub-title img {
    margin-bottom: 0;
    margin-top: 2rem;
  }
  .formsflow_listng {
    margin-top: 3rem;
  }
  #caseflow-functional.formsflow::before {
    width: 100%;
  }
  #caseflow-functional.formsflow::after {
    top: 2rem;
    right: 3%;
    width: 10rem;
    height: 4rem;
  }
  .page-id-6027 #caseflow-functional.formsflow .wrapper::before {
    visibility: hidden !important;
  }
}

.partner_brands .icon-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Show only 3 lines */
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}

.partner_brands .icon-title.expanded {
  -webkit-line-clamp: unset; /* Show all lines */
  transition: all 0.5s;
}

.partner_brands .read_more {
  cursor: pointer;
  color: rgba(54, 197, 240, 1);
  text-decoration: underline;
  transition: all 0.5s;
}

.partner_brands .read_more:hover {
  text-decoration: none;
}

.unique_listing .cell-6:nth-child(2) .unique_description {
  max-width: 26rem;
}

.unique_listing .cell-6:nth-child(3) .unique_description p {
  max-width: 33rem;
}

.offering-1 .why-us-title,
.offering-2 .why-us-title,
.offering-5 .why-us-title {
  max-width: 40rem;
}
.service-1 .why-us-title {
  max-width: 28rem;
}
.operational-section .why-us-title {
  max-width: 46rem;
}

.menu-icon img {
  max-width: 22px;
  max-height: 22px;
}

/* ul.nav_menu > li:hover > ul.sub-menu {
  display: flex;
} */
.sub-menu {
  flex-wrap: wrap;
  justify-content: start !important;
  position: absolute;
  top: calc(100% + 31px);
  -o-transition: all 200ms;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  width: 38rem !important;
  row-gap: 1rem;
  border: 1px solid #ecedef29 !important;
  background: #313c41 !important;
  border-radius: 0.5rem;
  column-gap: 4%;
}

.sub-menu li {
  width: calc(50% - 2%) !important;
  margin: 0 !important;
}

.main-navigation ul li ul.sub-menu li a {
  display: flex !important;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
}

.menu-item-7670 .sub-menu {
  width: 12.5rem !important;
}

.menu-item-7670 .sub-menu li {
  width: 100% !important;
}
.menu-item-7536 .sub-menu {
  width: 25rem !important;
}

.main-navigation ul.nav_menu > li > ul.sub-menu:before {
  visibility: hidden !important;
}
.main-navigation ul li ul.sub-menu li a {
  border-radius: 0.5rem;
  padding: 0.5rem;
}

.main-navigation ul li ul.sub-menu li.current-menu-item > a {
  background: #36c5f0 !important;
  color: #fff !important;
}
.main-navigation ul li ul.sub-menu li a:hover {
  background: #36c5f0 !important;
  color: #000000 !important;
}



ul.nav_menu > li:nth-child(2) > ul.sub-menu,
ul.nav_menu > li:nth-child(3) > ul.sub-menu {
  left: -14rem !important;
}

ul.nav_menu > li:last-child > ul.sub-menu {
  left: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .sub-menu li {
    width: 100% !important;
    float: none;
  }
  .menu-item-7536 .sub-menu,
  .menu-item-7670 .sub-menu,
  .sub-menu {
    width: 100% !important;
    background-color: transparent;
    padding: 0;
    border: none;
  }

  ul.nav_menu > li:nth-child(2) > ul.sub-menu,
  ul.nav_menu > li:nth-child(3) > ul.sub-menu {
    left: 0 !important;
  }
  .many-more .more_block {
    width: 100%;
    padding: 3rem 0px;
  }
}

.caseflow-description li {
  position: relative;
  margin-bottom: 0.4rem;
}

#forms-flow-section li::after {
  background: rgba(224, 30, 90, 1);
  line-height: 1;
  display: block;
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  left: -20px;
  top: 9px;
}

#forms-flow-section
  .caseflow_listing
  .caseflow_item:nth-child(3)
  .caseflow-details
  .caseflow-description,
#forms-flow-section
  .caseflow_listing
  .caseflow_item:nth-child(3)
  .caseflow-details
  h3 {
  max-width: 32rem;
}
