@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Limelight&display=swap");

:root {
  --primary-color: #ce2128;
  --text-white: #fff;
  --body-fonts: "Lato", sans-serif;
  --heading-fonts: "Cabin", sans-serif;
  --text-color: #722c2e;
  --heading-color: #0a2647;
}
.left-right-width {
  width: 88%;
  margin: auto;
  transform: unset !important;
}
.red-color-text {
  color: var(--primary-color);
}

body {
  font-family: var(--body-fonts);
}

p {
  font-family: var(--body-fonts);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-fonts);
}
.minHeight {
  min-height: calc(100vh - 72px);
  position: relative;
  top: -19px;
}
a.custom-logo-link img {
  height: auto;
  width: 150px;
}
.header_wrapper li.nav-item a.cmn_btn {
  font-size: 14px;
  padding: 6px 15px;
}
nav.navbar.navbar-light.bg-light {
  background-color: transparent !important;
  padding: 0;
}
.header-sticky nav.navbar.navbar-light.bg-light {
  box-shadow: 0px 2px 3px 0px rgba(71, 10, 10, 0.25);
  background-color: #f8f9fa !important;
}
.bg_grey,
.bg_default {
  position: relative;
}

.bg_grey::before,
.bg_default::before {
  position: absolute;
  width: 95%;
  height: 100%;
  inset: 0;
  background: #f7f7f8;
  content: "";
  margin: auto;
  border-radius: 15px;
}
.bg_default::before {
  background: #fffbfb;
}
nav.navbar-light .navbar-nav .nav-link.activeLink {
color: #d42728;
}
nav.navbar-light .navbar-nav .nav-link {
  color: var(--heading-color);
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: baseline;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.logo_text span {
  font-family: Limelight;
  font-size: 28px;
  line-height: 26px;
  color: #4a0a0a;
}

a.logo_text {
  display: flex;
  text-decoration: unset;
  flex-direction: column;
}

.logo-container {
  display: flex;
  gap: 6px;
  align-items: center;
}

a.logo_text span:last-child {
  font-size: 20px;
  line-height: 22px;
}

.navbar-nav {
  gap: 10px;
  align-items: center;
}

.header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.dropdown-menu.show {
  width: 100%;
  max-width: 1320px;
  margin: auto;
  left: 0;
  right: 0;
  padding: 30px;
}

.header_wrapper li.nav-item.dropdown {
  position: unset;
}

.header_wrapper li.nav-item.dropdown::before {
  width: 105px;
  left: unset;
}

.header_wrapper li.nav-item {
  position: relative;
}

#header_wrapper nav.navbar.navbar-light.bg-light {
  height: 72px;
}
nav.navbar-light .navbar-nav .nav-link:hover {
  color: #d42728;
}

.header_wrapper li.nav-item::before {
  opacity: 0;
  visibility: hidden;
}

.header_wrapper li.nav-item:hover::before,
.header_wrapper li.nav-item.active::before {
  opacity: 1;
  visibility: visible;
}

.header_wrapper li.nav-item.active {
  position: relative;
}

nav.navbar-light .navbar-nav .nav-item.active .nav-link {
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  color: var(--primary-color);
}

a.nav-link {
  position: relative;
  font-weight: bold;
}
.accordion-top-margin {
  margin-top: -15px;
}
/* main section */
.cmn_btn,
div.cmn_elementor_btn a.elementor-button,
.form-submit .submit {
  background: var(--primary-color);
  color: var(--text-white);
  text-align: center;
  display: inline-block;
  padding: 12px 30px;
  text-decoration: unset;
  border-radius: 7px;
  font-weight: 600;
  transition: all 0.3s;
  border: 2px solid var(--primary-color);
  font-size: 16px;
  letter-spacing: 0.6px;
  border-radius: 35px;
}
.form-submit .wpcf7-submit {
  width: 100%;
  height: 51px;
}
span.wpcf7-spinner {
  display: none;
}
.blog-content-info p {
  font-size: 16px;
  color: #0a2647;
}

.blog-author-first span {
  color: #0a2647;
  font-weight: 700;
}

.single_blog_author .blog-author-first {
  width: 100%;
  display: flex;
  align-items: center;
}

.blog-author-info.single_blog_author {
  margin-top: 40px;
  display: none;
}

.single_blog_author span.author-name {
  color: #470a0a;
  font-weight: 700;
}

.single_blog_author span.blog-date {
  margin-left: auto;
  color: #470a0a;
}

.contact_cta {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  display: none;
}

.cta_text {
  max-width: 497px;
  padding: 40px;
  padding-top: 60px;
}

.table_of_content {
  max-width: 325px;
  position: sticky;
  top: 110px;
  height: unset;
  overflow: auto;
  display: inline-block;
}

.table_wrapper {
  width: 300px;
  flex: 0 0 300px !important;
}

ul.ec-toc-heading {
  padding: 0;
}

ul.ec-toc-heading li {
  list-style: none;
}
.table_of_content {
  background: #f7f7f8;
  padding: 0 20px;
  border-radius: 10px;
  height: max-content;
}

li.tocify-item.active a::before {
  content: "";
  position: absolute;
  background: #ce2128;
  width: 3px;
  height: 19px;
  top: 10px;
  left: 7px;
  border-radius: 35px;
}
ul.ec-toc-heading li {
  list-style: none;
  padding-bottom: 10px;
}
ul.ec-toc-heading li.tocify-item.active a:not([href]):not([class]) {
  color: #ce2128;
  font-weight: 700;
  padding-left: 16px;
  position: relative;
}
ul.ec-toc-heading li a:not([href]):not([class]) {
  color: #556987;
  font-size: 15px;
  padding-bottom: 0px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Lato;
  font-weight: 700;
  font-size: 18px;
}

.form-submit {
  margin-top: 15px;
}

.contact_cta::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 91%;
  background: #e1eefd;
  content: "";
  z-index: -1;
  border-radius: 4px;
}

.cta_text h4 {
  font-size: 30px;
  color: var(--heading-color);
  margin-bottom: 26px;
}

.form-submit .wpcf7-submit {
  margin-bottom: 0;
  min-width: 120px;
}
.custom-container-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}
.cmn_btn.cmn_btn_bordered,
div.cmn_elementor_btn.cmn_elementor_btn_bordered a.elementor-button,
.form-submit .wpcf7-submit {
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 35px;
}

.technologies-languages .nav-tabs .nav-link:hover {
  border-color: transparent;
}

.main_content h1 {
  margin-bottom: 11px;
  color: var(--heading-color);
  font-size: 44px;
  font-weight: 600;
  line-height: 59.84px;
}

.main_content p {
  margin-bottom: 35px;
  color: var(--text-color);
  line-height: 29px;
}

div.swiper-slide {
  width: 85%;
}

.paddingLeftRight {
  padding-left: 240px;
  padding-right: 240px;
}

/* #home,
#industries {
  padding-left: 106px;
  padding-right: 0;
} */
.forminator-col .forminator-field label.forminator-label,
#forminator-custom-form-838--page-5
  .forminator-col.cmn_label
  .forminator-field
  label.forminator-label {
  font-weight: 900 !important;
  font-size: 19px !important;
}
#forminator-custom-form-838--page-5
  .forminator-col.cmn_label
  .forminator-field
  label.forminator-label {
  font-size: 24px !important;
}
#forminator-custom-form-838--page-5
  .forminator-col
  .forminator-field
  label.forminator-label {
  font-weight: 400 !important;
  font-size: 18px !important;
}
.quote_form .forminator-iti-input .iti__search-input:focus-visible {
  outline: unset;
}
.quote_form .forminator-iti-input .iti__search-input {
  padding: 6px;
  margin: 7px;
  width: calc(100% - 14px);
}
.value-card {
  min-height: 230px;
}
div#industries {
  padding-bottom: 0px;
}

/* #industries {
    padding-left: 106px;
} */
.cmn_container {
  max-width: 90% !important;
  margin: auto;
  padding: 0px 15px;
}

.paddingTopBottom {
  padding-top: 90px;
  padding-bottom: 90px;
}

.paddingLeftRight.main_banner {
  padding-right: 0px;
  padding-top: 58px;
  padding-bottom: 150px;
}

.main_content {
  max-width: 580px;
}

h4.experience {
  font-size: 36px;
  background: #ce2128;
  color: #fff;
  padding: 9px 32px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  z-index: 99;
  left: 104px;
  bottom: 97px;
  font-weight: 700;
}

h4.experience span {
  font-size: 27px;
}

.cmn_heading {
  font-size: 50px;
  font-weight: 700;
  font-family: var(--heading-fonts);
  color: var(--heading-color);
}

.ind_description {
  max-width: 829px;
  color: var(--text-color);
  margin-bottom: 40px;
}

.mySwiperTwo .swiper-slide {
  position: relative;
  margin: 10px 0px;
}

.mySwiperTwo .swiper-slide .industrySlide_content {
  position: absolute;
  border: 0;
  bottom: 0;
  left: 0px;
  /* backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
  background: hsl(0deg 0% 0% / 37%); */
  z-index: 99;
  padding: 15px;
  transition: all 0.3s;
}

/* .industry_desc {
  margin-bottom: -85px;
  opacity: 0;
  transition: all .3s;
} */

/* .swiper-slide.industrySlide:hover .industry_desc {
  margin: 0;
  opacity: 1;
  transition: all .3s;
} */

.forminator-design--flat
  .forminator-checkbox
  input:checked
  + .forminator-checkbox-box,
.forminator-select-dropdown-container--open
  .forminator-custom-form-499.forminator-dropdown--flat
  .forminator-checkbox
  input:checked
  + .forminator-checkbox-box {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}
.forminator-design--flat
  .forminator-radio
  input:checked
  + .forminator-radio-bullet {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}
.forminator-design--flat .forminator-button-submit {
  background-color: var(--primary-color) !important;
  border: 2px solid var(--primary-color) !important;
  border-radius: 35px !important;
  box-shadow: unset !important;
  padding: 10px 20px !important;
}
.forminator-design--flat .forminator-button-submit:hover {
  border: 2px solid #ce2128 !important;
  color: var(--primary-color) !important;
  background-color: #fff !important;
}

.mySwiperTwo .swiper-slide h3 {
  color: #fff;
  font-size: 23px;
}

.mySwiperTwo .industrySlide_content p {
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.dropdown_list ul {
  padding-left: 0px !important;
  flex-grow: 1;
}
.services_wrapper {
  position: relative;
}
.view_more_services button {
  position: absolute;
  right: 0;
  top: -81px;
}

.dropdown_wrapper h3,
.services_wrapper h3 {
  font-size: 30px;
  color: var(--heading-color);
}

.dropdown_list ul li,
.service_itemlist_Wrapper li {
  line-height: 32px;
  font-family: var(--body-fonts);
  font-size: 14px;
  color: var(--text-color);
  list-style: none;
}

.dropdown_list ul li.headings {
  font-weight: 700;
  font-size: 14px;
  font-family: var(--heading-fonts);

  color: var(--heading-color);
}

.service_itemlist_Wrapper li {
  line-height: 40px;
  list-style: none;
}

.mySwiperTwo .swiper-slide:hover .industrySlide_content {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(0px);
}
.logo_carousal .swiper-wrapper {
  -webkit-transition-timing-function:linear!important; 
-o-transition-timing-function:linear!important;
transition-timing-function:linear!important; 
}
.industrySlide:hover img {
transform: scale(1.2);
transition: ease all .3s;
}
.industrySlide::before {
  position: absolute;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 90%
  );
  width: 100%;
  height: 100%;
  border-radius: 8.7px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: all 0.5s;
  z-index: 9;
}

.clients-slider-container .swiper-pagination {
  display: none;
}

.mySwiperTwo .swiper-button-prev,
.mySwiperTwo .swiper-button-next,
.clients-slider-container .swiper-button-prev,
.clients-slider-container .swiper-button-next {
  z-index: 150;
  top: unset;
  left: unset;
  right: 152px;
  margin-top: -92px;
  width: 38px;
}

.clients-slider-container .swiper-button-next {
  right: 0;
}

.mySwiperTwo .swiper-button-prev {
  right: 50px;
}
.mySwiperTwo .swiper-button-next {
  right: 0px;
}

.clients-slider-container .swiper-button-prev {
  right: 45px;
}

div.mySwiperTwo {
  position: unset;
}

.clients-slider-container .swiper-button-prev::after,
.clients-slider-container .swiper-button-next::after {
  display: none;
}
/* home services */
.service-thumbnail {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 80px;
  border: 3px solid #d42728;
}

.service-thumbnail img {
  width: 50px;
}
.home_blogs.elementor-grid-2 .elementor-grid {
  grid-template-columns: 45% 55%;
}

.home_blogs.elementor-grid-2 .elementor-post__text {
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 10%);
  padding: 1.5rem;
  display: flex;
  border-radius: 20px;
  height: max-content;
  width: calc(100% - 50px);
  flex-direction: column;
  margin: auto;
  transform: translate(0px, -80px);
}

.home_blogs.elementor-grid-2 .elementor-grid-item {
  position: relative;
  overflow: unset;
}

.elementor-post__thumbnail img {
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
}

.home_blogs.elementor-grid-2 .elementor-post__text h3 a {
  font-family: "Cabin";
  color: #d42728;
}

.home_blogs span.elementor-post-avatar {
  display: none;
}

.home_blogs .elementor-post__meta-data {
  order: 1;
  margin-bottom: 3px;
}

.home_blogs h3.elementor-post__title {
  order: 2;
  margin-bottom: 5px;
}

.home_blogs .elementor-post__excerpt {
  order: 3;
}

.home_blogs a.elementor-post__read-more {
  display: none;
}
/* services */

.service_flex {
  display: flex;
  gap: 14px;
  margin-bottom: 10px;
  align-items: center;
}
.service_card h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: var(--heading-fonts);
  color: var(--heading-color);
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
}

.service_card p {
  margin: 0;
  color: #0a2647;
  font-size: 15px;
  font-family: var(--body-fonts);
  line-height: 24px;
}

/* .swiper-slide.industrySlide:hover img {
  transform: scale(1.2);
  transition: all 0.5s;
} */

/* form.forminator-ui .forminator-response-message + div {
    display: none !important;
} */
.hover_content  p {
  opacity: 0;
  visibility: hidden;
  transition: ease all .3s;
  -webkit-transition: ease all .3s;
}

.hover_content:hover p {
  opacity: 1;
  visibility: visible;
  transition: ease all .3s;
  -webkit-transition: ease all .3s;
}
.process_container {
  position: relative;
}

.process_container::before {
  height: 1px;
  position: absolute;
  content: "";
  border: 1px dashed #bfbfbf;
  width: calc(100% - 140px);
  right: 0;
  left: auto;
  top: 35px;
}
.dot_image {
  position: absolute;
  right: calc(100% - 140px);
  top: 22px;
}
.swiper-slide.industrySlide img {
  transition: all 0.5s;
}

.swiper-slide.industrySlide {
  transition: all 0.5s;
  overflow: hidden;
  border-radius: 8px;
}

.services_wrapper .row {
  row-gap: 20px;
}

/* .view_more_services {
    padding-bottom: 122px;
} */

ul.nav-tabs .nav-link.active {
  position: relative;
  font-weight: 700;
  color: var(--primary-color);
  border: unset;
  background: none;
}

.nav-tabs .nav-link {
  font-family: "Cabin";
  font-size: 18px;
  color: #868585;
  font-weight: 400;
  padding: 0;
  padding-bottom: 8px;
}

/* .nav-tabs .nav-link::before {
  width: 100%;
  height: 2px;
  content: "";
  background: #f30909;
  bottom: 0;
  position: absolute;
  left: 0;
} */
.nav-tabs .nav-link.active::before {
  width: 100%;
  height: 2px;
  content: "";
  background: var(--primary-color);
  bottom: 0;
  position: absolute;
  left: 0;
}

ul#myTab {
  border: unset;
  justify-content: space-between;
}

.tech_thumbnail {
  height: 125px;
  width: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  margin-bottom: 17px;
  background-color: #ffffff;
}

li.tech_list p {
  margin: 0;
  text-align: center;
  font-weight: 600;
  font-family: "Cabin";
  color: var(--heading-color);
  font-size: 17px;
}

li.tech_list {
  list-style: none;
  /*padding: 0px 20px;*/
}

ul.tech_list_wrapper {
  padding: 0;
  padding-top: 35px;
  --auto-grid-min-size: 8rem;
  display: grid;
  grid-template-columns: repeat(
    auto-fill,
    minmax(var(--auto-grid-min-size), 1fr)
  );
  grid-gap: 1rem;
  row-gap: 35px;
}

.user_experience {
  padding: 150px 109px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 20%);
  border-radius: 95px;
  margin-bottom: 105px;
}

.client-count {
  position: absolute;
  bottom: 55px;
  right: 155px;
  backdrop-filter: blur(27px);
  -webkit-backdrop-filter: blur(27px);
  background: hsla(0, 0%, 100%, 0.1);
  border-radius: 30px;
  z-index: 1;
  border: 1px solid #fff;
  padding: 20px;
}

.service_card {
  height: 100%;
}

.client-info {
  display: flex;
  gap: 13px;
  align-items: center;
}

.client-info img {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}

.client-name-desc h5 {
  font-size: 24px;
  color: #0a2647;
  padding: 0;
  margin: 0;
}

.client-name-desc span {
  color: #0a2647;
  line-height: 24px;
  font-size: 16px;
}

.client-card {
  padding: 32px;
  background-color: #ffffff;
  border-radius: 20px;
  height: unset;
  border: 1px solid #eeeeee;
}

span.forminator-radio-bullet,
span.forminator-checkbox-box {
  border: 1px solid #6a6a6a !important;
}
.forminator-ui#forminator-module-838.forminator-design--flat
  .forminator-radio
  input:checked
  + .forminator-radio-bullet {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}
.forminator-field.forminator-merge-tags p {
  font-weight: 700;
  color: #0a2647;
  font-size: 24px;
  margin: 0;
}

.client_quote p {
  text-align: left;
  color: #0a2647;
  margin: 0;
  line-height: 26px;
}

.client_quote img {
  position: absolute;
  right: 10px;
  top: -20px;
}

.explore_blog {
  position: sticky;
  top: 120px;
  transition: all 0.5s;
}
.blogs-listing-container .row {
  row-gap: 40px;
}
.blog-content-info p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}

.client_quote {
  text-align: right;
  margin-bottom: 0;
  margin-top: 20px;
  height: calc(100% - 106px);
  background: #f7f7f8;
  border-radius: 11px;
  padding: 25px;
  border: 1px solid #eeeeee;
}

.clients-slider-container {
  overflow: hidden;
  /* Prevent horizontal scroll */
  width: 100%;
  /* Ensure full-width */
}

.form-group input:focus-visible,
.form-group textarea:focus-visible {
  outline: unset;
  border: 1px solid var(--primary-color);
}

.form-group input:focus,
.form-group textarea:focus {
  box-shadow: 0px 0px 5px #ce212852;
}

.clients-slider-container .swiper-pagination-bullet,
section.home-section.industry-specialization .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}

.clients-slider-container .swiper-pagination {
  position: relative;
  inset: unset;
  transform: unset;
  padding-top: 90px;
}

.clients-slider-container .swiper-pagination-bullet-active,
section.home-section.industry-specialization .swiper-pagination-bullet-active {
  background: #f88181;
}
.slider_images .swiper-pagination-bullet-active {
  background-color: rgba(206, 33, 40, 1);
}
.slider_images .swiper-pagination-bullets {
  display: none;
}
.service_card {
  background-color: #ffffff;
  padding: 25px;
  border: 1px solid #ebebeb;
  border-radius: 20px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 10%);
}
.service_card:hover {
  background: #feeaea2b;
  border-color: var(--primary-color);
}

.blog-content-info img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}
.blog-content-info h3:hover {
  text-decoration: underline;
}
.blog-content-info h3 {
  font-size: 24px;
  color: #0a2647;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-author-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.blog-blank_link a {
  color: #d42728;
  font-weight: 600;
}

.blog-blank_link {
  margin-bottom: 30px;
}
.blog-author-info img {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  object-fit: cover;
}

span.author-name {
  display: inline-block;
  padding-left: 8px;
  padding-right: 12px;
}

span.blog-date {
  padding-left: 12px;
  display: inline-block;
}

.blog-link a {
  background: transparent;
  height: 40px;
  text-align: center;
  text-decoration: unset;
  border-radius: 10px;
  font-weight: 600;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  transition: all 0.3s;
  padding: 0px 15px;
  display: inline-block;
  line-height: 38px;
  font-size: 14px;
}
.view_more_services button.cmn_btn.cmn_btn_bordered,
.view_more_projects button.cmn_btn.cmn_btn_bordered {
  padding: 8px 20px;
}
.blog-link a:hover,
div.cmn_elementor_btn.cmn_elementor_btn_bordered a.elementor-button:hover,
.cmn_btn.cmn_btn_bordered:hover,
.form-submit .wpcf7-submit:hover {
  background: var(--primary-color);
  color: var(--text-white);
}

.cmn_btn:hover,
div.cmn_elementor_btn a.elementor-button:hover,
.form-submit .submit:hover {
  background: var(--text-white);
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.blog-author-info {
  padding: 14px 0px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #c1c1c1;
  margin-bottom: 20px;
}

.swiper-slide.industrySlide img {
  height: 400px;
  object-fit: cover;
  border-radius: 9px;
}

.form-group input,
.form-group textarea {
  border-radius: 10px;
  width: 100%;
  border: 1px solid #c1c1c1;
  min-height: 40px;
  padding: 0 14px;
  margin-top: 5px;
  color: #470a0a;
  font-size: 14px;
}

.form-group label {
  color: #0a2647;
}

.form-group textarea {
  /* border-radius: 22px; */
  padding-top: 20px;
  height: 90px;
}

.client-count img {
  position: relative;
  top: 17px;
}

.blogs_bg_wrapper {
  display: flex;
  gap: 20px;
}

.blogs_bg_wrapper .blogs-resources-card:first-child {
  width: 60%;
}

.blogs_bg_wrapper .blogs-resources-card {
  width: 20%;
  border-radius: 13px;
  overflow: hidden;
  position: relative;
}

.blogs_bg_wrapper .blogs-resources-content-info {
  height: 343px;
}

.blogs_bg_wrapper .blogs-resources-content-info img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.all_blogs .row {
  row-gap: 30px;
}

.blogs_bg_wrapper .blog-resources-footer {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  width: 100%;
  gap: 22px;
  align-items: flex-end;
  z-index: 99;
}

.blogs_bg_wrapper .blog-resources-footer h3 {
  color: #fff;
  flex-grow: 1;
  font-size: 16px;
  line-height: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0;
  font-weight: 400;
}

.blogs_bg_wrapper .blog-resources-footer a {
  flex: 0 0 34px;
  height: 34px;
}

.blogs_bg_wrapper .blogs-resources-card:first-child h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 29px;
}

.blogs-resources-card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  background: linear-gradient(#d9d9d900, rgb(0 0 0 / 70%));
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  border-radius: 4px;
  min-width: 36px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 15%);
}

.pagination span.page-numbers.current {
  background: #ce2128;
  color: #fff;
}

.pagination {
  gap: 10px;
  margin-top: 50px;
  justify-content: center;
}

.single-blog-content img.wp-post-image {
  height: 468px;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  border-radius: 10px;
}

.blog_main_title {
  position: absolute;
  bottom: 0;
  padding: 24px;
  width: 100%;
  color: #fff;
  border-radius: 20px;
  left: 0;
  right: 0;
}
.post_date {
  display: flex;
  gap: 10px;
}

.post_date p {
  margin: 0;
}
.blog_main_title h1 {
  font-size: 27px;
  color: #fff;
}
.blog_main_bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 90%
  );
  border-radius: 20px;
}
.blog_main_bg img {
  width: 100%;
  border-radius: 20px;
  height: 455px;
  object-fit: cover;
}
.blog_main_bg {
  margin-top: 30px;
  position: relative;
  margin-bottom: 40px;
}

.blog-auth-info {
  background: #ce2128;
  padding: 23px;
  border-radius: 13px;
  color: #fff;
}

.profile-pic img {
  border-radius: 12px;
  border: 1.8px solid #ffffff;
}

.author_head {
  display: flex;
  align-items: flex-end;
  gap: 24px;
}

p.author-name {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 24px;
}

.explore_blog h3 {
  color: #0a2647;
  margin-bottom: 23px;
}
.singleBlog {
  padding-bottom: 100px;
}
.explore_blog ul li {
  list-style: none;
  border-bottom: 3px solid #d6d6d8;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
a.read_more::before {
  position: absolute;
  content: "";
  width: 94%;
  height: 1px;
  background: #222737;
  bottom: -3px;
}

.explore_blog ul {
  padding: 0px;
}
.explore_blog p {
  margin-bottom: 10px;
}
a.read_more {
  font-family: Lato;
  font-weight: 700;
  font-size: 16px;
  line-height: 19.2px;
  color: #000000;
  text-decoration: unset;
  position: relative;
}
.explore_blog ul li a.blog_title {
  font-family: "Cabin";
  font-weight: 700;
  font-size: 19px;
  line-height: 29.16px;
  text-decoration: unset;
  margin-bottom: 10px;
  display: inline-block;
  color: #0a2647;
}

.rqforms_wrapper_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.rqforms_wrapper_grid a {
  /* min-height: 205px; */
  display: inline-block;
  border: 1px solid #ebebeb;
  background: rgb(240 247 255 / 2%);
  border-radius: 10px;
  padding: 27px 17px;
  padding-bottom: 10px;
  text-align: center;
}

.rqform-details h3 {
  color: #0a2647;
  font-size: 16px;
  font-family: cabin;
  padding-top: 10px;
}
/* 
.rqforms_wrapper_grid a:hover h3 {
  color: #ce2128;
}
 */
.rqforms_wrapper_grid a:hover {
  background: #feeaea;
  border-color: var(--primary-color);
}

/*  */
header.page-header {
  text-align: center;
}

.second-animated-container {
  padding-top: 280px;
}
.animate_text {
  position: relative;
  padding-top: 240px;
}
.quote_image img.arrow_position {
  position: absolute;
  width: 9px;
  height: 11px;
  bottom: 1px;
  left: -3px;
}

.second-animated-container p {
  position: relative;
}
.animate_wrap {
  background: #d42728;
  border-radius: 14px;
}
.displayBox {
  border: 1px solid #193043;
  border-radius: 10px;
  min-height: 261px;
  position: absolute;
  top: 0;
  right: 0;
  width: 232px;
}

.displayBox ul {
  display: flex;
  gap: 5px;
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #263238;
}

.displayBox ul li {
  list-style: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #263238;
}

.second-animated-container p {
  margin: 0;
  background: var(--primary-color);
  color: #fff;
  padding: 9px 7px;
  border-radius: 14px;
  font-size: 14px;
  font-family: "lato";
  min-height: 20px;
}
ul.list_custom li {
  list-style: none;
}

ul.list_custom {
  padding: 0;
  border: 0.5px solid #193043;
  border-radius: 10px;
  width: 222px;
  position: absolute;
  top: 0;
  right: 0;
}

ul.list_custom li:first-child {
  display: flex;
  gap: 10px;
  height: 29px;
  border-bottom: 0.5px solid #263238;
  width: 100%;
  align-items: center;
  padding-left: 11px;
}

ul.list_custom li span {
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  min-height: 10px;
  background: #263238;
  flex: 0 0 10px;
  border-radius: 50%;
}

ul.list_custom li:last-child {
  padding: 10px;
}
.second-animated-container {
  position: relative;
}

nav.navbar.navbar-expand-xl.navbar-light.bg-light.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: top 0.3s;
  width: 100%;
  background: #fff;
}

.page-content {
  text-align: center;
}

header.page-header img {
  width: 40%;
  margin: auto;
  margin-bottom: 40px;
}

header.page-header h1 {
  margin-bottom: 28px;
  color: #470a0a;
}

.page-content a {
  margin-top: 20px;
}

.page-content p {
  color: #0a2647;
}

.forminator-pagination-steps {
  justify-content: space-between;
}

.forminator-ui.forminator-custom-form[data-design="material"]
  .forminator-pagination-steps
  .forminator-step
  span.forminator-step-label {
  width: 100%;
  background: rgb(181 209 236);
  padding: 6px 0px;
  color: #000;
  font-weight: 700 !important;
  display: inline-block;
  padding-left: 10px;
}

button.forminator-step.fm-active-tab span.forminator-step-label,
button.forminator-step.forminator-step-0.forminator-current
  span.forminator-step-label {
  color: #fff !important;
  background: var(--primary-color) !important;
}

span.forminator-checkbox-label,
span.forminator-radio-label {
  margin-left: 5px !important;
  padding: 5px 5px !important;
}

.forminator-button:hover {
  box-shadow: unset !important;
}

button.forminator-button.forminator-button-next {
  background: var(--primary-color) !important;
  border-radius: 10px;
  border: 2px solid var(--primary-color) !important;
  border-radius: 35px !important;
}

button.forminator-button.forminator-button-next:hover,
button.forminator-button.forminator-button-submit:hover {
  border: 2px solid var(--primary-color) !important;
  background: #fff !important;
  color: var(--primary-color) !important;
}
.quotes_wrap {
  padding: 60px 0px;
  padding-bottom: 100px;
}
.get_quote_content h1 {
  font-size: 40px;
  font-family: "Cabin";
  color: #0a2647;
  line-height: 120%;
  margin-bottom: 13px;
}
.get_quote_content p {
  font-size: 18px;
}
.get_quote_content {
  margin-bottom: 40px;
}

.quote_wrapper {
  display: flex;
  gap: 20px;
}

.items_cmn_grid .forminator-field {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  flex-direction: row;
}

label.forminator-checkbox,
.forminator-radio {
  margin-bottom: 0 !important;
  margin-top: 0px !important;
}

.forminator-field .forminator-label {
flex-grow: 1;
}
.forminator-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 100%;
}

.items_medium_grid span.forminator-label,
.items_medium_grid span.forminator-label {
  padding: 0 !important;
}

.forminator-error-message {
  font-size: 16px !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #dc3232 !important;
}

.items_medium_grid .forminator-field {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  flex-direction: row;
}

.items_medium_grid .forminator-field span,
.forminator-pagination--content .forminator-field span {
  width: 100%;
}

.forminator-pagination--content .forminator-field span.forminator-label,
.cmn_label .forminator-field {
  padding-bottom: 10px;
  font-size: 18px !important;
  color: #777771;
}

.items_medium_grid .forminator-field label {
  margin: 0 !important;
  width: 45%;
}

.items_cmn_grid .forminator-field span {
  width: 100%;
}

.items_cmn_grid .forminator-field label {
  margin: 0 !important;
  width: 45%;
}

.quote_form {
  width: 100%;
}

.quote_image {
  flex: 0 0 364px;
}

.quote_image img {
  width: 100%;
}

button.forminator-button.forminator-button-back {
  border: 2px solid #ce2128 !important;
  color: var(--primary-color) !important;
  border-radius: 35px !important;
}

button.forminator-button.forminator-button-back:hover {
  background: #ce2128 !important;
  border-radius: 10px;
  border: 2px solid var(--primary-color) !important;
  color: #fff !important;
}

button.forminator-step.fm-active-tab:after,
button.forminator-step.forminator-step-0.forminator-current:after {
  border-left-color: var(--primary-color);
}

li.tech_list:last-child {
  flex-grow: 1;
  text-align: left;
}

li.tech_list p {
  width: 125px;
  word-break: break-word;
}

.forminator-pagination-steps button {
  width: 100%;
}

#forminator-module-838
  .forminator-design--material
  .forminator-pagination-steps
  .forminator-step
  .forminator-step-label {
  font-weight: 600;
  color: #000;
}

.forminator-step {
  position: relative;
  background: #88b7d5;
  border: 4px solid var(--primary-color);
}

.forminator-step:after,
.forminator-step:before {
  left: 98%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

a.nav-link.dropdown-toggle::after,
.fm-last-tab.forminator-step:after,
.fm-last-tab.forminator-step:before,
.forminator-pagination-steps button:last-child,
span.forminator-step-dot,
.forminator-break,
.header_wrapper li.nav-item:last-child::before,
.mySwiperTwo .swiper-button-prev:after,
.mySwiperTwo .swiper-button-next:after {
  display: none;
}

.forminator-step:before {
  border-color: rgba(245, 194, 194, 0);
  border-left-color: #ffffff;
  border-width: 20px;
  top: -4px;
  z-index: 1;
}

.forminator-step:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: rgb(246 220 220);
  border-width: 15px;
  top: 1px;
  z-index: 2;
}

/* animation */
.animate_text .animatoon_wrap {
  background: var(--primary-color) !important;
  color: #fff;
  padding: 10px;
  border-radius: 14px;
  font-size: 12px;
  width: 200px;
  margin: 10px auto;
}

.animatoon_wrap span {
  font-size: 12px;
}

.blankBox {
  min-height: 280px;
  border: 1px solid #431919;
  border-radius: 11px;
  margin-bottom: 10px;
}

/* .animate_text {
    position: relative;
    width: 228px;
    margin-left: auto;
    padding-top: 23px;
} */

/* .animated_content {
    position: absolute;
    top: 0;
    width: 100%;
} */

p.animatoon_wrap {
  position: relative;
  width: 100%;
}

p.animatoon_wrap img {
  position: absolute;
  width: auto;
  left: -5px;
  bottom: 6px;
  transform: rotate(25deg);
}

.quote_form input,
.quote_form textarea {
  border: 1px solid #d9d9d9 !important;
  border-radius: 10px !important;
}

/* contact */
p.dscf7captcha {
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

span.wpcf7-form-control-wrap,
span.wpcf7-form-control-wrap input {
  width: 100% !important;
}

.forminator-is_hover input,
.forminator-is_hover textarea {
  color: inherit !important;
  background: #fff !important;
}

.forminator-col .forminator-field label {
  font-weight: 400 !important;
  font-size: 16px !important;
  /* padding-bottom: 8px; */
  cursor: unset !important;
}

.forminator-col.cmn_label .forminator-field label {
  font-weight: 700 !important;
  font-size: 18px !important;
}

.forminator-has_error input {
  box-shadow: unset !important;
}

.forminator-response-message.forminator-show.forminator-success {
  background: #ecb5b57a !important;
  color: #470a0a !important;
  border: 1px solid var(--primary-color);
  border-radius: 5px !important;
  font-weight: 600 !important;
  font-size: 17px !important;
  padding: 15px 10px !important;
}

button.forminator-button.forminator-button-back {
  margin: 0 !important;
}

.forminator-button {
  width: unset !important;
}

/*round form  */

.quote_form .forminator-break {
  display: none !important;
}

.quote_form button.forminator-step {
  flex-grow: 1 !important;
  width: auto !important;
  height: unset !important;
}

.forminator-pagination-steps {
  display: flex !important;
}

.quote_form button span {
  width: 100%;
  padding: 6px;
  padding-left: 26px;
}
.quote_form button.forminator-step-0 span {
  padding-left: 6px;
}
.quote_form span.forminator-step-dot {
  display: none !important;
}

.quote_form button.forminator-step .forminator-step-label {
  background: #ecb5b57a !important;
}

.animatoon_wrap {
  display: none;
}

.typing {
  border-right: 0.15em solid #000;
  white-space: nowrap;
  overflow: hidden;
  animation: typing 3s steps(30, end), blink-caret 0.5s step-end infinite;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 1000;
  cursor: pointer;
}

.forminator-pagination {
  border: 1px solid #d3e1f7;
  border-radius: 15px;
  padding: 27px 30px;
}

.forminator-pagination-footer {
  justify-content: flex-end !important;
  gap: 20px;
}

.forminator-pagination-footer button {
  border-radius: 10px !important;
}
.honesty_card h3.elementor-image-box-title::before {
  width: 95%;
  height: 4px;
  background: #ce2128;
  content: "";
  position: absolute;
  bottom: -5px;
}
.honesty_card h3.elementor-image-box-title {
  position: relative;
  width: max-content;
}
.fm-checked-input span.forminator-checkbox-label,
.fm-checked-input span.forminator-radio-label {
  background: #fde1e1;
  border-radius: 5px;
  padding: 5px 5px;
  color: var(--primary-color);
}

/* single blog */
.single-blog-content a.cmn_btn {
  color: #fff;
  text-decoration: none;
}
.single-blog-content a {
  color: #0a2647;
  text-decoration: underline;
}
.single-post .alert.alert-success,
.single-post .alert-primary {
  padding: 0;
  background: transparent;
  border: transparent;
  color: #0a2647;
  font-weight: 600;
  font-style: italic;
}

.single-post h2 {
  font-size: 24px;
  color: var(--heading-color);
  font-weight: 700;
  font-family: "Cabin";
}

.single-post .single-blog-content p {
  color: red;
  font-size: 18px;
  color: #0a2647;
}

/* single blog */
/* loader */
#loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.home-section.industry-specialization .swiper-pagination {
  display: none;
}

#header_wrapper {
  width: 100%;
  z-index: 99999;
  position: sticky;
  top: 0;
}

.header-sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

@keyframes typing {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }

  50% {
    border-color: black;
  }
}

/*  */
.comment-form input[type="text"],
.comment-form textarea {
  width: 100%;
  border: 1px solid #c1c1c1;
  border-radius: 10px;
  min-height: 46px;
}

.comment-form label {
  font-size: 16px;
  color: #470a0a;
  display: block;
  padding-bottom: 8px;
}

.comment-form .comment-form-cookies-consent label {
  padding: 0;
}

.inner-contact-us .contact_cta {
  margin-top: 0;
}

p.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 10px;
}

.comment-respond {
  max-width: 650px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.thank-cover {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  margin: auto;
  background-position: bottom;
  flex-direction: column;
  padding-bottom: 70px;
  border-bottom: 4px solid #8080803d;
}

.thank-body {
  width: 600px;
  text-align: center;
  margin: auto;
  background-color: #b5d1ed36;
  position: relative;
}

.thank-body-container {
  padding: 50px 50px;
}

.thank-header {
  width: 600px;
  display: flex;
  align-items: start;
  background-color: var(--primary-color);
  padding: 6px 0;
  display: flex;
  gap: 5px;
}

.thank-header span {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100px;
}

.thank-header span:first-child {
  margin-left: 6px;
}

.thank-body::after {
  content: "";
  width: 270px;
  height: 100%;
  background: url("./../images/thanks_girl.svg");
  background-repeat: no-repeat;
  left: -170px;
  bottom: -80px;
  position: absolute;
  display: inline-block;
}

.thank-body::before {
  content: "";
  width: 200px;
  height: 300px;
  background: url("./../images/Plant.svg");
  background-repeat: no-repeat;
  right: -130px;
  bottom: -92px;
  position: absolute;
  display: inline-block;
}
.list_custom p::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: -3px;
  width: 10px;
  height: 13px;
}
.thank-check-image {
  width: 80px;
  height: 80px;
}

.thank-heading {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 40px;
  color: #470a0a;
}

.thank-paragraph {
  font-size: 20px;
  margin: 0;
  padding: 0px 20px;
  color: #470a0a;
}

.forminator-success {
  display: none !important;
}

.industrySlide_content p {
  display: none;
  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0s 0.5s;
}

.industrySlide_content {
  width: 100%;
}

.swiper-slide.industrySlide:hover .industrySlide_content p {
  display: block;
}

.swiper-slide.industrySlide:hover .industry_desc {
  margin-bottom: 0px;
  transition: all 0.3s;
  min-height: auto;
}

.industry_desc {
  margin-bottom: -84px;
  min-height: 72px;
  transition: all 0.3s;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--primary-color) !important;
}

.e-n-accordion-item {
  border: 1px solid #0000000f;
}

.carousel-logo img {
  padding: 0px 10px;
}

/* services page csss start here */

.service-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
  border-radius: 12px;
  padding: 50px;
  justify-content: center;
}

.service-wrapper:nth-child(even) .service-image {
  order: -1;
  margin: 0;
  margin-right: -130px;
}

.service-text {
  max-width: 650px;
  background-color: #fff;
  padding: 40px;
  z-index: 1;
  box-shadow: 0px 0px 45px 0px #0000000d;
  border-radius: 20px;
}

.service-text h3 {
  font-size: 34px;
  font-family: cabin;
  color: #212121;
  margin: 0;
  padding-bottom: 10px;
}

.service-text h3 span {
  color: #e53935;
}

.service-text p {
  font-family: lato;
  font-size: 18px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.service-image {
  margin-left: -130px;
}

.service-image img {
  max-width: 400px;
  max-height: 400px;
}
.core-values-swiper-pagination {
  text-align: center;
  padding-right: 30px;
}
.core-values-swiper-pagination .swiper-pagination-bullet-active{
background: rgba(206, 33, 40, 1);
}
.container-filter {
  display: flex;
  gap: 30px;
}

.sidebar {
  flex: 0 0 25%;
  width: 25%;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(238, 238, 238, 1);
  background: rgba(247, 247, 248, 1);
  height: max-content;
  position: sticky;
  top: 82px;
}

.filter-btn {
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  margin: 5px;
  cursor: pointer;
}
.project_image img {
  width: 100%;
}
.filter-btn.active {
  background: #0073e6;
  color: #fff;
}

.checkbox-list {
  list-style: none;
  padding: 0;
}
.mySwiperThree.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  padding-top: 100px;
}

.container_slider {
  overflow: hidden;
}
.checkbox-list li {
  margin-bottom: 16px;
}
.checkbox-list li:last-child {
  margin-bottom: 0px;
}
a.contact_us {
  padding: 8px 25px;
  border-radius: 35px;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  font-size: 13px;
}

.project-card.datting_app {
  background: linear-gradient(
    90deg,
    rgb(251 185 13 / 7%) 0%,
    rgb(34 235 255 / 7%) 100%
  ) !important;
}

.datting_app a.contact_us {
  background: linear-gradient(90deg, #fbb90d 0%, #22ebff 100%) !important;
}

.project_content p {
  font-size: 14px;
  color: #0a2647;
}

.project_content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0px;
}
main.projects {
  max-height: 1854px;   overflow: auto;
  margin-right:-10px;
padding-right:10px
}

main.projects::-webkit-scrollbar {
width: 4px;
}

/* Track */
main.projects::-webkit-scrollbar-track {
background: #90909029;
}

/* Handle */
main.projects::-webkit-scrollbar-thumb {
background: #c5c5c5c2;
}

/* Handle on hover */
main.projects::-webkit-scrollbar-thumb:hover {
background: #555;
}
.projects {
  width: 75%;
}
.project-link {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
.top_filter {
  text-align: center;
  margin-bottom: 3rem;
}

.project-card.kids_corp {
  background: linear-gradient(
    89.64deg,
    rgba(149, 140, 222, 0.13) 0.3%,
    rgba(56, 154, 225, 0.13) 12.23%,
    rgba(66, 185, 209, 0.13) 25.15%,
    rgba(14, 206, 204, 0.13) 41.05%,
    rgba(229, 125, 202, 0.13) 53.98%,
    rgba(120, 17, 184, 0.13) 71.37%,
    rgba(171, 60, 192, 0.13) 87.77%
  ) !important;
}

.project-card.kids_corp a {
  background: linear-gradient(
    89.64deg,
    rgba(149, 140, 222, 0.27) 0.3%,
    rgba(56, 154, 225, 0.66) 4.28%,
    rgba(66, 185, 209, 0.72) 13.72%,
    rgba(14, 206, 204, 0.49) 21.17%,
    rgba(229, 125, 202, 0.53) 47.02%,
    rgba(120, 17, 184, 0.49) 71.37%,
    rgba(171, 60, 192, 0.64) 87.77%
  ) !important;
  color: #000;
}
.project-card {
  overflow: hidden;
  border-radius: 10px;
  padding: 0px 20px;
  margin-bottom: 25px;
  box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.15);
}
.project-card:last-child {
  margin-bottom: 0;
}
.filter-section h5 {
  justify-content: space-between;
  width: 100%;
  display: flex;
  font-size: 22px;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  padding-bottom: 16px;
  margin-bottom: 20px;
}
.project_image {
  flex: 0 0 391px;
  width: 391px;
  text-align: right;
}

.project_image img {
  max-width: 100%;
  text-align: right;
}

.project_content {
  padding: 25px 0px;
  flex-grow: 1;
}
.project-card h4 {
  margin: 15px 0;
  margin-bottom: 5px;
  font-size: 18px;
}

.project-card p {
  color: #555;
  margin: 0;
}
.top_filter {
  text-align: center;
}

span.industry_name {
  font-size: 14px;
}
.toggle-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  margin: 0 auto;
  justify-content: center;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}

.toggle-switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.toggle-switch input:checked + .slider {
  background-color: #ce2128;
}
.toggle-switch input:checked + .slider:before {
  transform: translateX(19px);
}

#toggle-label {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

input.filter-checkbox {
  border: 1.6px solid rgba(176, 186, 191, 1);
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  appearance: none;
  -webkit-appearance: inherit;
  border-radius: 4px;
  appearance: none;
  position: relative;
  top: 3px;
}
input.filter-checkbox::checked {
  accent-color: white;
}
ul.checkbox-list label {
  position: relative;
  display: flex;
  gap: 7px;
}

span.industry_name::before {
  position: absolute;
  width: 11px;
  height: 11px;
  background: rgba(206, 33, 40, 1);
  content: "";
  left: 3px;
  top: 6px;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
}

ul.checkbox-list label input:checked + span.industry_name::before {
  opacity: 1;
  visibility: visible;
}

/* image orbit css */
.galler_images ul {
  padding: 0;
  list-style: none;
}

.galler_images {
  position: relative;
  max-width: 522px;
  margin-left: auto;
  width: 100%;
}

.galler_images ul li {
  display: inline;
  position: absolute;
}

.galler_images ul li:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

.galler_images ul li:nth-child(2) {
  right: 17%;
  bottom: 20%;
}

.galler_images ul li:nth-child(3) {
  bottom: 60px;
  left: 28%;
}

.galler_images ul li:nth-child(4) {
  bottom: 28%;
  left: 12%;
}

.galler_images ul li:nth-child(5) {
  left: 14%;
  top: 20%;
}

.galler_images ul li:nth-child(6) {
  left: 31%;
  top: 7%;
}

.galler_images ul li:nth-child(7) {
  right: 20%;
  top: 13%;
}

.galler_images ul li:nth-child(8) {
  right: 13%;
  top: 31%;
}

.galler_images ul li:nth-child(9) {
  left: 21%;
  bottom: -38px;
}

.galler_images ul li:nth-child(10) {
  bottom: -13px;
  right: 29%;
}

.galler_images ul li:nth-child(11) {
  right: 9%;
  bottom: 14px;
}

.galler_images ul li:nth-child(12) {
  right: 0;
  bottom: 24%;
}

.galler_images ul li:nth-child(13) {
  right: -14px;
  top: 20%;
}

.galler_images ul li:nth-child(14) {
  right: 10%;
  top: 0;
}

.galler_images ul li:nth-child(15) {
  top: -40px;
  right: 32%;
}

.galler_images ul li:nth-child(16) {
  left: 14%;
  top: -16px;
}

.galler_images ul li:nth-child(17) {
  left: -30px;
  top: 13%;
}

.galler_images ul li:nth-child(18) {
  left: -20px;
  bottom: 38%;
}
.galler_images ul li:nth-child(19) {
  left: 0;
  bottom: 0;
}
.galler_images ul li:nth-child(20) {
  left: -40px;
  bottom: 20%;
}

.elementor.elementor .e-con > .elementor-widget.cmn_border {
  position: relative;
  width: 300px;
}

.cmn_border::before {
  position: absolute;
  content: "";
  width: 21%;
  height: 2px;
  background: #d42728;
  left: 0;
  bottom: -5px;
}
/* team-slider */
.memories-container {
  position: relative;
}
.memories-container .slick-track {
  display: flex;
  /* gap: 20px; */
  align-items: center;
  padding: 2em 0px;
}
.memories-container .slick-slide img {
  height: 100%;
  object-fit: cover;
}

.memories-container .slick-slide {
  height: 284px;
}

.memories-container .slide.before-active-1,
.memories-container .slide.after-active-1 {
  height: 213px;
}

.memories-container .slide.before-active-2,
.memories-container .slide.after-active-2 {
  height: 150px;
}

.memories-container .slide img {
  width: 100%;
  display: block;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
/* team-slider end */

.elementor-element.slider_images .swiper .elementor-swiper-button-prev {
  left: auto;
  right: 60px;
  top: -87px;
  transform: unset;
}

.forminator-has_error span.forminator-checkbox-box,
.forminator-has_error span.forminator-radio-bullet {
  background: unset !important;
}

.elementor-element.slider_images .swiper-slide-inner img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.elementor-element.slider_images .swiper .elementor-swiper-button svg {
  fill: transparent;
}
.elementor-element.slider_images .swiper .elementor-swiper-button-next {
  top: -87px;
  transform: unset;
}
.elementor-element.slider_images .swiper .elementor-swiper-button svg path {
  stroke: #fa1a0c;
}
.elementor-element.slider_images .swiper .elementor-swiper-button {
  font-size: 38px;
  background: #f7f7f8;
}
.listing-loader,
.listing-no-data-found {
  text-align: center;
}
.equal-space {
    padding: 90px 0px;
}

.text-pink {
  color: #ff42b5;
}

.overview-text {
  max-width: 950px;
  line-height: 1.9;
  font-size: 15px;
}

.overview-card {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  min-height: 140px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border: 1px solid #f2f2f2;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.overview-card:hover {
  transform: translateY(-4px);
}

/* .icon-box {
  width: 56px;
  height: 56px;
  background: #fff0f8;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
} */

@media (max-width: 767px) {
  .elementor-element.slider_images .swiper .elementor-swiper-button{
    display: none;
  }
  .slider_images .swiper-pagination-bullets {
    display: block;
  }
  .left-right-width {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .disable-position {
    position: relative;
  }
  .cmn_btn,
  .form-submit .wpcf7-submit,
  div.cmn_elementor_btn a.elementor-button,
  .form-submit .submit {
    padding: 10px 15px;
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .left-right-width {
    width: 100%;
    max-width: 1270px !important;
  }
}
/*  */
@media (min-width: 1441px) {
  .mySwiperTwo .swiper-slide h3 {
    color: #fff;
    font-size: 25px;
    min-height: 55px;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 967px) {
  .thank-heading {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .thank-header,
  .thank-body {
    width: 500px;
  }

  .industrySlide_content p {
    display: block;
  }

  .industry_desc {
    margin-bottom: unset;
    min-height: auto;
    transition: unset;
  }
}

@media screen and (max-width: 839px) {
  .thank-body::after {
    display: none;
  }

  .thank-body::before {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .thank-header,
  .thank-body {
    width: 100%;
  }

  .thank-body-container {
    padding: 50px 20px;
  }
}

@media (max-width: 1600px) {
  .client-count {
    right: 105px;
  }
}

@media (max-width: 1440px) {
  .service-thumbnail img {
    width: 38px;
  }
  .service-thumbnail {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
  }
  .service_card {
    padding: 18px;
  }
  .get_quote_content h1 {
    font-size: 36px;
  }
  .process_container::before {
    width: calc(100% - 60px);
  }
  .dot_image {
    right: calc(100% - 60px);
  }
  .quote_image {
    flex: 0 0 268px;
  }

  .client-count {
    right: 75px;
    bottom: 30px;
  }
  .blogs_bg_wrapper .blogs-resources-card:first-child {
    width: 50%;
  }
  .blogs_bg_wrapper .blogs-resources-card {
    width: 25%;
  }
  .service_card h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 1399px) {
  nav.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
  }

  .paddingLeftRight,
  .paddingTopBottom {
    padding-left: 60px;
    padding-right: 60px;
  }

  .paddingTopBottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .single-platform .paddingLeftRight {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1199px) {
  .project_content h3 {
    font-size: 20px;
    margin-top: 10px;
  }
  .project_content{
    padding: 15px 0px;
  }
  .project-card h4 {
    margin: 5px 0;
    font-size: 16px;
  }
  .project-card p {
    font-size: 14px;
}
  .project_image {
    flex: 0 0 241px;
    width: 241px;
  }
  .container-filter {
    gap: 15px;
  }
  
  .sidebar {
    padding: 12px;
  }
  .project-card {
    padding: 0px 15px;
  }
  .client-card {
    padding: 25px;
  }
  .get_quote_content h1 {
    font-size: 32px;
  }

  .client-name-desc h5 {
    font-size: 20px;
  }

  button.navbar-toggler {
    background: unset;
  }

  .navbar-light .header_wrapper .navbar-toggler-icon {
    background: unset;
  }

  .navbar-light .header_wrapper .navbar-toggler {
    border: unset;
  }

  .navbar-light .navbar-toggler:focus {
    outline: unset;
    box-shadow: unset;
  }

  nav.navbar.navbar-light.bg-light {
    padding: 6px 0px;
  }

  .cta_text {
    padding: 20px;
  }

  .cta_text h4 {
    font-size: 19px;
  }

  .blogs_bg_wrapper .blogs-resources-card:first-child,
  .blogs_bg_wrapper .blogs-resources-card {
    width: 50%;
  }

  .blogs_bg_wrapper .blogs-resources-card:first-child h3 {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  div#navbarScroll {
    position: absolute;
    right: 0;
    width: 100%;
    top: 75px;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 10%);
    z-index: 999;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 20%);
    padding: 15px;
  }

  .navbar-nav li.nav-item:last-child {
    border: unset;
    padding-top: 15px;
  }

  div#navbarScroll .navbar-toggler:focus {
    box-shadow: unset;
  }

  .navbar-nav li.nav-item::before {
    display: none;
  }

  nav.navbar-light .navbar-collapse .nav-link {
    height: unset;
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    padding: 12px;
    font-weight: bold;
  }

  a.custom-logo-link img {
    height: unset;
    width: 115px;
  }

  li.nav-item {
    width: 100%;
    text-align: left;
  }

  li.nav-item .cmn_btn {
    margin-left: 10px;
  }

  .header_wrapper li.nav-item.active::before,
  .header_wrapper li.nav-item::before {
    height: 100%;
  }

  section.home-section.technologies-languages li.nav-item {
    width: unset;
  }

  .navbar-nav li.nav-item {
    border-bottom: 1px solid #dedede94;
  }

  .navbar-nav {
    gap: 0;
  }
}

@media (max-width: 1024px) {
  .get_quote_content h1 {
    font-size: 28px;
  }
  span.author-name {
    padding-right: 10px;
  }
  .process_container::before {
    width: calc(100% - 40px);
  }
  .dot_image {
    right: calc(100% - 40px);
  }
  span.blog-date {
    padding-left: 10px;
  }

  .blog-link a {
    padding: 0px 15px;
  }

  section.home-section.technologies-languages li.nav-item button {
    font-size: 15px;
  }

  .mySwiperTwo .swiper-slide .industrySlide_content {
    opacity: 1;
    visibility: visible;
    transform: unset;
    transition: all 0.3s;
  }

  .industrySlide::before {
    opacity: 1;
    visibility: visible;
  }

  .swiper-slide.industrySlide:hover img {
    transform: unset;
  }
}
@media (max-width: 991px) {
  .container-filter {
    display: block;
  }

  aside.sidebar {
    background: unset;
    box-shadow: unset;
    border: unset;
    position: absolute;
    right: 0;
    padding: 0px;
    top: 22px;
    z-index: 99;
  }

  .filter-section h5 {
    border: unset;
    margin: 0;
    justify-content: flex-end;
    gap: 4px;
    font-size: 16px;
  }
  .filter-section h5 svg {
    width: 17px;
  }
  .checkbox-list {
    box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(238, 238, 238, 1);
    background: rgba(247, 247, 248, 1);
    padding: 10px;
    border-radius: 10px;
    max-height: 288px;
    overflow: auto;
    display: none;
    width: 245px;
    right: 0;
    position: absolute;
  }
  ul.checkbox-list.toggle-class {
    display: block;
  }

  .projects {
    width: 100%;
  }
  .galler_images {
    margin: auto;
  }
  .mySwiperTwo .swiper-slide h3 {
    font-size: 15px;
  }
  .mySwiperTwo .swiper-slide .industrySlide_content {
    padding: 10px;
  }
  .paddingLeftRight {
    padding-left: 15px;
    padding-right: 15px;
  }
  .minHeight {
    min-height: auto;
    top: 0px;
  }
  .blog-content-info h3 {
    font-size: 18px;
  }
  .client-card.swiper-slide.swiper-slide-next {
    transform: scaleY(1);
  }

  .client-card.swiper-slide.swiper-slide-next {
    background: #fff;
  }

  .get_quote_content h1 {
    font-size: 26px;
  }

  .client-name-desc h5 {
    font-size: 18px;
  }

  .blog-author-first span {
    display: none;
  }

  .single_blog_author .blog-author-first span {
    display: block;
  }

  .blog-author-first span.author-name {
    display: inline-block;
  }

  br {
    display: none;
  }

  div#contactus br {
    display: block;
  }

  /* .mySwiperTwo .swiper-button-next {
    right: 92px;
  } */

  /* .mySwiperTwo .swiper-button-prev {
    right: 137px;
  } */

  .rqforms_wrapper_grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .quote_image {
    display: none;
  }

  .single-platform .paddingLeftRight {
    padding-left: 15px;
    padding-right: 15px;
  }

  .quote_form button span {
    padding: 6px;
  }

  a.logo_text span:last-child {
    font-size: 16px;
    line-height: 19px;
  }

  a.logo_text span {
    font-size: 25px;
    line-height: 25px;
  }

  h4.experience {
    font-size: 28px;
    bottom: -8px;
    width: 164px;
    left: 0;
  }

  h4.experience span {
    font-size: 20px;
  }

  img.dots_image {
    display: none;
  }

  .explore_blog ul li a {
    padding-left: 10px;
  }

  .client-count {
    right: 125px;
    bottom: 70px;
  }

  .contact_cta {
    margin-top: 20px;
  }

  .table_of_content {
    max-width: 235px;
  }

  ul.ec-toc-heading li a {
    padding-bottom: 0px;
  }

  .explore_blog h3 {
    margin-bottom: 10px;
  }

  .explore_blog ul li a {
    border-left: 4px solid #ce2128;
    font-weight: 700;
    padding: 0px 11px;
    margin-bottom: 10px;
    margin-bottom: 5px;
  }

  .blogs_bg_wrapper .blogs-resources-card:first-child h3,
  .blogs_bg_wrapper .blog-resources-footer h3 {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
  }

  .blogs_bg_wrapper .blog-resources-footer {
    transform: unset;
  }

  .client_quote {
    padding: 20px;
  }
  .blogs_bg_wrapper .blogs-resources-card:last-child {
    display: none;
  }
  .mySwiperTwo .industrySlide_content p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .hover_content  p {
    opacity: 1;
    visibility: visible;
  }
  
  .service_flex {
    flex-direction: column;
  }
  .dot_image {
    right: calc(100% - 23px);
  }
  .process_container::before {
    width: calc(100% - 23px);
  }
  .get_quote_content h1 {
    font-size: 22px;
  }
  .blog-content-info p {
    font-size: 14px;
  }
  .forminator-pagination {
    padding: 15px;
  }
  .swiper-slide.industrySlide {
    height: unset;
  }

  div#services {
    padding-top: 60px;
  }

  h4.experience {
    display: inline-block;
    width: unset;
    font-size: 18px;
    padding: 17px;
    bottom: -7px;
  }

  h4.experience span {
    font-size: 16px;
  }

  .client-count {
    position: absolute;
    bottom: 15px;
    right: 36px;
  }

  .client-count figure.elementor-image-box-img {
    display: none;
  }

  .tech_thumbnail {
    height: 112px;
    width: 105px;
  }

  figure.elementor-image-box-img {
    padding-bottom: 15px;
  }

  .elementor-image-box-wrapper {
    display: flex;
    gap: 10px;
  }

  .mySwiperTwo .swiper-button-prev,
  .mySwiperTwo .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    left: 10px;
  }

  .mySwiperTwo .swiper-button-next {
    left: auto;
    right: 10px;
  }

  .rqforms_wrapper_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  ul#myTab {
    justify-content: unset;
    gap: 20px;
    row-gap: 10px;
  }

  .explore_blog ul li a {
    padding-left: 10px;
  }

  div#blogs {
    padding-bottom: 0px;
  }

  .blog-content-info h3 {
    font-size: 18px;
  }

  .clients-slider-container .swiper-pagination {
    padding-top: 50px;
  }

 
  .mySwiperTwo .swiper-button-prev,
  .mySwiperTwo .swiper-button-next,
  .clients-slider-container .swiper-button-prev,
  .clients-slider-container .swiper-button-next {
    display: none;
  }

  section.home-section.industry-specialization .swiper-pagination {
    display: block;
    bottom: -40px !important;
  }

  .items_medium_grid .forminator-field {
    flex-wrap: wrap;
  }

  .items_medium_grid .forminator-field label {
    width: 100%;
    padding-bottom: 10px;
  }

  .service_card {
    text-align: center;
  }

  ul.tech_list_wrapper {
    --auto-grid-min-size: 6rem;
  }

  .view_more_services {
    margin-bottom: 15px;
  }

  .fm-checked-input span.forminator-checkbox-label,
  .fm-checked-input span.forminator-radio-label {
    max-width: 100%;
  }

  button.forminator-button.forminator-button-back {
    margin: 0 !important;
  }

  .forminator-button {
    width: unset !important;
  }

  .contact_cta {
    display: block;
  }

  .cta_text {
    text-align: center;
    padding-top: 80px;
    margin-bottom: 30px;
  }

  .cta_text h3 {
    text-align: left;
  }

  .contact_cta {
    margin-bottom: 40px;
  }

  .explore_blog h3 {
    color: #0a2647;
    margin-bottom: 10px;
  }

  .blogs_bg_wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .blogs_bg_wrapper .blogs-resources-card:first-child {
    width: 100%;
    order: 2;
  }

  .blogs_bg_wrapper .blogs-resources-card {
    width: calc(50% - 15px);
  }

  .all_blogs .row {
    row-gap: 20px;
  }

  .clients-slider-container .swiper-pagination {
    display: block;
  }

  .service-thumbnail {
    margin: auto;
  }
  .blogs-listing-container .row {
    row-gap: 20px;
}
}

@media (max-width: 567px) {
  .blogs-listing-container .row>* {
    padding: 0px;
}
.pagination {
  margin-top: 30px;
}



  .blog-content-info img{
    height: auto;
  }
  .pagination a, .pagination span {
    padding: 6px 10px;
    min-width: 30px;
}
  .project-link {
    flex-direction: column;
  }
  .project_image {
    flex: unset;
    width: auto;
    padding-bottom: 30px;
  }

  .rqforms_wrapper_grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .toggle-container {
    justify-content: flex-start;
  }
  li.tech_list p {
    width: 104px;
  }

  ul.tech_list_wrapper {
    justify-content: space-around;
  }

  .blogs_bg_wrapper .blogs-resources-card {
    width: 100%;
  }

  .blogs_bg_wrapper .blogs-resources-card:first-child h3,
  .blogs_bg_wrapper .blog-resources-footer h3 {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 1921px) {
  .maxWidth {
    max-width: 1440px !important;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }

  div#testimonials {
    margin-bottom: 90px;
  }

  div#aboutus,
  div#blogs {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  div#testimonials {
    margin-bottom: 90px;
  }

  div#services {
    padding-top: 90px;
  }
}
/* image orbit css */
