/* General start */
body {
  background-color: #EFF2FE !important;
}

.elementor-widget-button .elementor-button-link {
  text-decoration: none;
}

.elementor-button {
  border: 1px solid #104CBA;
}
.elementor-button:hover {
  background-color: #ffffff !important;
  color: #1a1a1a;
}

.bd-services-pills-container .bd-service-pill.outline:hover {
  background-color: #104CBA !important;
}
.bd-services-pills-container .bd-service-pill.outline:hover .service-text {
  color: #ffffff !important;
}
.bd-services-pills-container .bd-service-pill.outline:hover .bd-service-dot {
  background-color: #ffffff !important;
}
.bd-services-pills-container .bd-service-pill.filled:hover {
  background-color: #ffffff !important;
}
.bd-services-pills-container .bd-service-pill.filled:hover .service-text {
  color: #3B3F49 !important;
}
.bd-services-pills-container .bd-service-pill.filled:hover .bd-service-dot {
  background-color: #104CBA !important;
}

.bd-service-btn {
  background-color: #ffffff !important;
  color: #2D2D2D;
  padding: 19px 35px !important;
  border-radius: 28px;
  font-size: 17px;
  line-height: 17px;
  font-weight: 700;
  font-family: "Inter", Sans-serif !important;
}

footer .elementor-button:hover {
  background-color: #104CBA !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

/* General End */
/* Header Start*/
.bd-primary-menu .sub-arrow {
  padding-left: 7px !important;
}
.bd-primary-menu .sub-arrow svg {
  fill: #104CBA;
}
.bd-primary-menu .elementor-nav-menu .menu-item:first-child .elementor-item {
  padding-left: 0 !important;
}
.bd-primary-menu .elementor-nav-menu .menu-item:last-child .elementor-item {
  padding-right: 0 !important;
}
.bd-primary-menu .elementor-nav-menu--dropdown {
  margin-top: 0 !important;
}

.bd-home-cover-section .bd-home-cover-left-icon,
.bd-home-cover-section .bd-home-cover-right-icon {
  width: 112px !important;
}
.bd-home-cover-section .bd-home-cover-title {
  width: calc(100% - 224px) !important;
}

.bd-cover-section .bd-cover-section-left-icon,
.bd-cover-section .bd-cover-section-right-icon {
  width: 112px !important;
}
.bd-cover-section .bd-title-breadcrumbs-con {
  width: calc(100% - 224px) !important;
}

/* Header End */
/* bd-process-stats start*/
.bd-icon-view-wrapper {
  display: flex;
  align-items: center;
}

.bd-process-items-wrapper {
  display: grid;
}

.bd-process-item {
  display: flex;
  flex-direction: column;
}

.elementor-widget-bd_process_stats .process-title {
  margin: 0;
}
.elementor-widget-bd_process_stats .bd-icon-view-wrapper {
  margin-bottom: 10px;
}

/* bd-process-stats end*/
/* bd-services Elementor Widget start */
.bd-services-pills-container {
  position: relative;
  max-width: 100%;
  border-radius: 20px;
}

.bd-services-pills-header {
  display: flex;
  justify-content: space-between;
}

.bd-services-heading {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  color: #1a1a1a;
}

.bd-sparkle-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bd-sparkle-icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
.bd-sparkle-icon svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.bd-services-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bd-service-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 24px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}
.bd-service-pill:hover {
  box-shadow: 0 4px 12px rgba(26, 86, 219, 0.3);
}
.bd-service-pill .bd-service-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #ffffff;
}

.bd-service-pill.outline {
  background-color: #ffffff;
  color: #1a56db;
  border: 2px solid #1a56db;
}

.bd-service-pill.filled {
  background-color: #1a56db;
  color: #ffffff;
  border: 2px solid #1a56db;
}

/* bd-services Elementor Widget End */
/* bd trust insight start*/
.bd-trust-widget {
  font-family: sans-serif;
}

.bd-trust-badge-con {
  padding-left: 9.5px;
  padding-right: 9.5px;
}

.bd-trust-badge {
  display: flex;
  align-items: center;
  gap: 31px;
  background: #F5F7FA;
  padding: 15px 25px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.bd-profile-images {
  display: flex;
  align-items: center;
}

.bd-profile-image {
  width: 50px;
  height: 50px;
  margin-left: -8px;
}
.bd-profile-image:first-child {
  margin-left: 0;
}
.bd-profile-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #fff;
  object-fit: cover;
}

.bd-trust-info {
  display: flex;
  align-items: center;
  gap: 7px;
}

.bd-trust-count {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.bd-trust-text {
  font-size: 16px;
  color: #000;
}

.bd-insights-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.bd-insights-percentage {
  background: #0066FF;
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
}

.bd-profile-card {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.bd-profile-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bd-profile-left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.bd-main-profile-image {
  width: 70px;
  height: 70px;
}
.bd-main-profile-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #0066FF;
}

.bd-profile-details {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 20px;
}

.bd-profile-right {
  text-align: right;
}

.bd-rating {
  display: flex;
  align-items: baseline;
  gap: 2px;
}

.bd-rating-value {
  font-size: 24px;
  font-weight: 500;
  color: #0066FF;
}

.bd-rating-suffix {
  font-size: 14px;
  color: #666;
}

.bd-insights-header .bd-insights-text {
  font-family: "Inter", Sans-serif;
  font-weight: 500;
  font-size: 14.25px;
  line-height: 14.25px;
  color: #2D2D2D;
}

.bd-profile-text .bd-profile-name {
  font-size: 21px;
  font-weight: 700;
  color: #2D2D2D;
  margin: 0;
  margin-bottom: 9px;
}

/* bd trust insight end */
/* Our Process Start  */
.bd-process-container {
  position: relative;
  padding: 60px 40px;
  max-width: 100%;
}
.bd-process-container .bd-process-steps .bd-step-box.bd-outline:hover {
  background-color: #104CBA;
}
.bd-process-container .bd-process-steps .bd-step-box.bd-outline:hover .bd-step-title {
  color: #fff;
}
.bd-process-container .bd-process-steps .bd-step-box.bd-outline:hover .bd-arrow-icon {
  background-color: rgba(255, 255, 255, 0.1);
}

.bd-process-header {
  max-width: 1215px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

.bd-header-content {
  width: 60%;
}

.bd-main-heading {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 17px 0;
  color: #1a1a1a;
}

.bd-description {
  font-size: 15px;
  line-height: 1.6;
  color: #666666;
  margin: 0;
}

.bd-tags-wrapper {
  width: 40%;
}

.bd-tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  background-color: transparent;
  justify-content: end;
}

.bd-tag {
  font-family: "Barlow", Sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  background-color: #ffffff;
  color: #1a56db;
  border: 2px solid #1a56db;
  border-radius: 25px;
  white-space: nowrap;
  padding: 14.5px 34px;
}

.bd-process-steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 24px;
}

.bd-step-box {
  position: relative;
  padding: 30px 40px;
  border-radius: 50px;
  transition: all 0.2s ease;
  overflow: visible;
}
.bd-step-box:hover .bd-hover-text {
  opacity: 1;
  visibility: visible;
  top: -90%;
}

.bd-step-box.bd-outline {
  background-color: #ffffff;
  border: 2px solid transparent;
}
.bd-step-box.bd-outline .bd-step-title {
  color: #1a1a1a;
}

.bd-step-box.bd-filled {
  background-color: #1a56db;
  border: 2px solid #1a56db;
}
.bd-step-box.bd-filled .bd-step-title {
  color: #ffffff;
}
.bd-step-box.bd-filled .bd-arrow-icon {
  background-color: #ffffff;
  color: #1a56db;
}

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

.bd-step-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 1px;
}

.bd-arrow-icon {
  width: 50px;
  height: 50px;
  background-color: #1a56db;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
}

.bd-hover-text {
  width: 320px !important;
  position: absolute;
  right: 140px;
  top: 0%;
  transform: translateY(-50%);
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
  pointer-events: none;
  /* transform: rotateZ(325deg); */
}
.bd-hover-text p {
  width: 100%;
  height: auto;
  border-radius: 15px;
  display: block;
  border: 3px solid #104CBA;
  padding: 10px;
  background-color: #fff;
  margin: 0 !important;
}

/* Our Process End */
.bd-process-insights-services-container > .e-con-inner {
  align-items: end !important;
}

/* Home Testimonials Carousel start */
.bd-home-testimonials-carousel .swiper {
  margin-bottom: 18px !important;
}
.bd-home-testimonials-carousel .elementor-swiper-button-next {
  top: 110% !important;
  border-radius: 50% !important;
  width: 39px !important;
  height: 39px !important;
  justify-content: center;
  align-items: center;
  right: calc(50% - 46.5px) !important;
  background-color: #ffffff;
}
.bd-home-testimonials-carousel .elementor-swiper-button-next svg {
  height: 17px !important;
}
.bd-home-testimonials-carousel .elementor-swiper-button-next svg path {
  fill: #104CBA;
}
.bd-home-testimonials-carousel .elementor-swiper-button-prev {
  top: 110% !important;
  border-radius: 50% !important;
  width: 39px !important;
  height: 39px !important;
  justify-content: center;
  align-items: center;
  left: calc(50% - 46.5px) !important;
  background-color: #ffffff;
}
.bd-home-testimonials-carousel .elementor-swiper-button-prev svg {
  height: 17px !important;
}
.bd-home-testimonials-carousel .elementor-swiper-button-next:hover,
.bd-home-testimonials-carousel .elementor-swiper-button-prev:hover {
  background-color: #104CBA;
}
.bd-home-testimonials-carousel .elementor-swiper-button-next:hover svg path,
.bd-home-testimonials-carousel .elementor-swiper-button-prev:hover svg path {
  fill: #ffffff;
}

/* Home Testimonials Carousel end */
/* Home our services section start */
.bd-home-services-section .elementor-image-box-img {
  width: 97px;
  height: 97px;
  background-color: #104CBA;
  margin-right: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.bd-home-services-section .elementor-image-box-content {
  width: calc(100% - 97px);
  text-align: right;
}
.bd-home-services-section .elementor-image-box-content .elementor-image-box-title {
  margin: 0 !important;
}
.bd-home-services-section .elementor-image-box-wrapper {
  justify-content: space-between !important;
}

/* .bd-home-service-center-card {
    .elementor-image-box-img {
        background-color: rgba(255, 255, 255, 0.2);
    }
} */
/* Home our services section end */
/* Home our commitment section start */
.bd-home-commitment-section .bd-home-commitment-right-col {
  position: relative;
}
.bd-home-commitment-section .bd-home-commitment-right-col .bd-home-commitment-sparkle-icon {
  position: absolute;
  left: -40px;
  top: -32px;
  z-index: 9;
}
.bd-home-commitment-section .bd-home-commitment-right-col .bd-home-commitment-img {
  border-radius: 20px;
  box-shadow: 0px 15px 33px 0px rgba(16, 76, 186, 0.1), 0px 60px 60px 0px rgba(16, 76, 186, 0.09), 0px 135px 81px 0px rgba(16, 76, 186, 0.05), 0px 240px 96px 0px rgba(16, 76, 186, 0.01), 0px 375px 105px 0px rgba(16, 76, 186, 0);
}

/* Home our commitment section end */
.bd-process-insights-services-container > .e-con-inner {
  margin: 0 !important;
}

/* Home our commitment section end */
/* Business Websites That Perform start */
.bd-business-website-section-wave-line {
  position: absolute;
  top: -31px;
  left: 0;
}

/* Business Websites That Perform end */
/* Website Not Working Right start */
/* Website Not Working Right end */
.bd-service-box {
  text-decoration: none !important;
}
.bd-service-box:hover {
  background-color: #104CBA !important;
}
.bd-service-box:hover .elementor-image-box-title {
  color: rgba(156, 156, 156, 0.1019607843) !important;
}
.bd-service-box:hover .elementor-heading-title {
  color: #ffffff !important;
}
.bd-service-box:hover .elementor-image-box-img {
  background-color: rgba(255, 255, 255, 0.2);
}

.bd-social-proof-sec-para {
  margin-left: auto !important;
  margin-right: auto !important;
}

.bd-service-card-btn {
  display: inline-flex;
  align-items: center;
  padding: 19px 35px;
  border: 1px solid #104CBA;
  background-color: #ffffff;
  border-radius: 28px;
  margin-top: 22px;
}
.bd-service-card-btn span {
  font-family: "Inter", Sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 17px;
  color: #2D2D2D;
}
.bd-service-card-btn img {
  margin-left: 6px;
}

/* Services cover Section start  */
.bd-title-breadcrumbs-con .hfe-breadcrumbs-item a {
  text-decoration: none !important;
}
.bd-title-breadcrumbs-con .hfe-breadcrumbs-home-icon {
  display: none !important;
}
.bd-title-breadcrumbs-con .hfe-breadcrumbs-first,
.bd-title-breadcrumbs-con .hfe-breadcrumbs-separator {
  margin-right: 9px !important;
}

/* Services cover Section End  */
/* Online Store Solutions start  */
.bd-store-solution-circle-con {
  width: 102px !important;
  position: absolute;
  left: -43px;
  top: -43px;
}
.bd-store-solution-circle-con > .e-con.e-child > .e-con-inner {
  height: 102px;
  background-color: rgba(16, 76, 186, 0.5);
  border-radius: 50%;
  border: 3px solid #104CBA;
}

.bd-service-page-speed-improvements-section .bd-home-redesign-section-img {
  z-index: 9;
}
.bd-service-page-speed-improvements-section .bd-redesigns-section-box {
  height: 165px;
  position: absolute;
  top: -32px;
  left: 0;
}

/* Online Store Solutions End  */
.bd-work-posts .elementor-post__thumbnail img {
  width: 100% !important;
  object-fit: cover;
  transform: scale(1) translate(-50%, -50%) !important;
}
.bd-work-posts .elementor-post__card .elementor-post__thumbnail__link:after {
  display: none !important;
}
.bd-work-posts .elementor-post__card {
  border-radius: 20px !important;
}
.bd-work-posts .elementor-post__thumbnail__link {
  margin: 0 !important;
}

.bd-work-posts .elementor-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px !important;
}
.bd-work-posts .elementor-pagination .page-numbers.prev,
.bd-work-posts .elementor-pagination .page-numbers.next {
  position: relative;
  color: transparent !important;
  font-size: 0;
  width: 22px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
}
.bd-work-posts .elementor-pagination .page-numbers.prev::before,
.bd-work-posts .elementor-pagination .page-numbers.next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 17px;
  color: #104CBA;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDIyIDE3IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTIwLjY4NzQgOS4yNTUxOUMyMS4xMzUyIDguODA3MzcgMjEuMTM1MiA4LjA4MTMgMjAuNjg3NCA3LjYzMzQ4TDEzLjM4OTcgMC4zMzU3ODlDMTIuOTQxOCAtMC4xMTIwMzQgMTIuMjE1OCAtMC4xMTIwMzQgMTEuNzY4IDAuMzM1Nzg5QzExLjMyMDEgMC43ODM2MTIgMTEuMzIwMSAxLjUwOTY4IDExLjc2OCAxLjk1NzVMMTguMjU0OCA4LjQ0NDM0TDExLjc2OCAxNC45MzEyQzExLjMyMDEgMTUuMzc5IDExLjMyMDEgMTYuMTA1MSAxMS43NjggMTYuNTUyOUMxMi4yMTU4IDE3LjAwMDcgMTIuOTQxOCAxNy4wMDA3IDEzLjM4OTcgMTYuNTUyOUwyMC42ODc0IDkuMjU1MTlaTTAgOC40NDQzNFY5LjU5MTA2SDE5Ljg3NjVWOC40NDQzNFY3LjI5NzYxSDBWOC40NDQzNFoiIGZpbGw9IiMxMDRDQkEiLz4KPC9zdmc+");
  background-size: contain;
  transform: rotate(180deg);
}
.bd-work-posts .elementor-pagination .page-numbers.next {
  margin-left: 23px !important;
}
.bd-work-posts .elementor-pagination .page-numbers.next::before {
  transform: rotate(0deg);
}
.bd-work-posts .elementor-pagination .page-numbers.prev {
  margin-right: 23px !important;
}
.bd-work-posts .elementor-pagination span.page-numbers.prev::before,
.bd-work-posts .elementor-pagination span.page-numbers.next::before {
  filter: grayscale(100%);
  opacity: 0.4;
}
.bd-work-posts .elementor-pagination a.page-numbers:not(.prev, .next) {
  background-color: rgba(16, 76, 186, 0.1);
}
.bd-work-posts .elementor-pagination .page-numbers:not(.prev, .next) {
  width: 47.4px;
  height: 47.4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.bd-work-posts .elementor-pagination .page-numbers.current {
  background-color: #104CBA;
}

.bd-contact-form .elementor-field-type-textarea textarea {
  border-radius: 30px !important;
  resize: none !important;
  min-height: 60px !important;
  height: 130px !important;
  padding-top: 25px !important;
}
.bd-contact-form .elementor-field-group-name input,
.bd-contact-form .elementor-field-type-tel input,
.bd-contact-form .elementor-field-type-email input {
  min-height: 60px !important;
}
.bd-contact-form .elementor-field-type-submit {
  width: 192px !important;
}
.bd-contact-form .elementor-field-type-submit .elementor-button {
  min-height: 55px !important;
  border-radius: 29px !important;
}

.bd-cu-location .elementor-icon-box-icon svg {
  width: 18px !important;
  height: 27px !important;
}

.bd-cu-icons .elementor-icon-box-icon {
  background-color: #D9E1F7;
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.bd-cu-icons .elementor-icon-box-title {
  margin-top: 0 !important;
}

.bd-cu-email .elementor-icon-box-icon svg {
  width: 22px !important;
  height: 18px !important;
}

.bd-cu-phone .elementor-icon-box-icon svg {
  width: 24px !important;
  height: 25px !important;
}

.bd-cu-phone .elementor-icon-box-description a,
.bd-cu-email .elementor-icon-box-description a {
  color: #666666 !important;
  text-decoration: none !important;
}
.bd-cu-phone .elementor-icon-box-description a:hover,
.bd-cu-email .elementor-icon-box-description a:hover {
  color: #104cba !important;
}

.bd-blog-post-item .elementor-widget-button .elementor-button-link {
  background-color: transparent !important;
  border: none !important;
}
.bd-blog-post-item .elementor-widget-button .elementor-button-link:hover {
  color: #2D2D2D !important;
}
.bd-blog-post-item .elementor-widget-button .elementor-button-link:hover svg path {
  stroke: #2D2D2D !important;
}
.bd-blog-post-item .elementor-widget-button .elementor-button-icon {
  margin-top: 3px !important;
}
.bd-blog-post-item .elementor-widget-button .elementor-button-icon svg {
  width: 6.61px !important;
  height: 11.48px !important;
}

.bd-posts-loop-grid .elementor-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px !important;
}
.bd-posts-loop-grid .elementor-pagination .page-numbers.prev,
.bd-posts-loop-grid .elementor-pagination .page-numbers.next {
  position: relative;
  color: transparent !important;
  font-size: 0;
  width: 22px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
}
.bd-posts-loop-grid .elementor-pagination .page-numbers.prev::before,
.bd-posts-loop-grid .elementor-pagination .page-numbers.next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 17px;
  color: #104CBA;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDIyIDE3IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTIwLjY4NzQgOS4yNTUxOUMyMS4xMzUyIDguODA3MzcgMjEuMTM1MiA4LjA4MTMgMjAuNjg3NCA3LjYzMzQ4TDEzLjM4OTcgMC4zMzU3ODlDMTIuOTQxOCAtMC4xMTIwMzQgMTIuMjE1OCAtMC4xMTIwMzQgMTEuNzY4IDAuMzM1Nzg5QzExLjMyMDEgMC43ODM2MTIgMTEuMzIwMSAxLjUwOTY4IDExLjc2OCAxLjk1NzVMMTguMjU0OCA4LjQ0NDM0TDExLjc2OCAxNC45MzEyQzExLjMyMDEgMTUuMzc5IDExLjMyMDEgMTYuMTA1MSAxMS43NjggMTYuNTUyOUMxMi4yMTU4IDE3LjAwMDcgMTIuOTQxOCAxNy4wMDA3IDEzLjM4OTcgMTYuNTUyOUwyMC42ODc0IDkuMjU1MTlaTTAgOC40NDQzNFY5LjU5MTA2SDE5Ljg3NjVWOC40NDQzNFY3LjI5NzYxSDBWOC40NDQzNFoiIGZpbGw9IiMxMDRDQkEiLz4KPC9zdmc+");
  background-size: contain;
  transform: rotate(180deg);
}
.bd-posts-loop-grid .elementor-pagination .page-numbers.next {
  margin-left: 23px !important;
}
.bd-posts-loop-grid .elementor-pagination .page-numbers.next::before {
  transform: rotate(0deg);
}
.bd-posts-loop-grid .elementor-pagination .page-numbers.prev {
  margin-right: 23px !important;
}
.bd-posts-loop-grid .elementor-pagination span.page-numbers.prev::before,
.bd-posts-loop-grid .elementor-pagination span.page-numbers.next::before {
  filter: grayscale(100%);
  opacity: 0.4;
}
.bd-posts-loop-grid .elementor-pagination a.page-numbers:not(.prev, .next) {
  background-color: rgba(16, 76, 186, 0.1);
}
.bd-posts-loop-grid .elementor-pagination .page-numbers:not(.prev, .next) {
  width: 47.4px;
  height: 47.4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.bd-posts-loop-grid .elementor-pagination .page-numbers.current {
  background-color: #104CBA;
}

.bd-blog-post-item-text .elementor-widget-theme-post-title .elementor-heading-title a {
  text-decoration: none !important;
}
.bd-blog-post-item-text .elementor-widget-theme-post-title .elementor-heading-title:hover a {
  color: #104cba !important;
}

.bd-blog-post-left-col .elementor-widget-theme-post-title {
  display: block;
}

.bd-blog-post-date-author > .elementor-icon-list-items.elementor-post-info {
  margin-inline: 0 !important;
}
.bd-blog-post-date-author .elementor-icon-list-item .elementor-icon-list-icon {
  background-color: rgba(16, 76, 186, 0.2);
  width: 25px !important;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.bd-blog-post-date-author .elementor-icon-list-items {
  column-gap: 34px !important;
}
.bd-blog-post-date-author .elementor-post-info__item {
  padding-left: 10px !important;
}

.bd-blog-post-content * {
  margin: 0;
  font-family: "Inter", Sans-serif !important;
}

.bd-blog-post-content .wp-block-heading {
  color: #2D2D2D;
  font-weight: 700;
}
.bd-blog-post-content h2.wp-block-heading {
  font-size: 26px;
  line-height: 32px;
}
.bd-blog-post-content h3.wp-block-heading {
  font-size: 21px;
}
.bd-blog-post-content .wp-block-image + h2.wp-block-heading,
.bd-blog-post-content .wp-block-image + h3.wp-block-heading,
.bd-blog-post-content .wp-block-image + h4.wp-block-heading {
  margin-top: 40px;
}
.bd-blog-post-content .wp-block-image + .wp-block-image {
  margin-top: 60px;
}
.bd-blog-post-content .wp-block-list + h2.wp-block-heading,
.bd-blog-post-content .wp-block-list + h3.wp-block-heading {
  margin-top: 40px;
}
.bd-blog-post-content .wp-block-list + h4.wp-block-heading {
  margin-top: 20px;
}
.bd-blog-post-content h2.wp-block-heading + p {
  margin-top: 20px;
}
.bd-blog-post-content h3.wp-block-heading + p {
  margin-top: 12px;
}
.bd-blog-post-content p + h2.wp-block-heading {
  margin-top: 38px;
}
.bd-blog-post-content .wp-block-image + .wp-block-list {
  margin-top: 38px;
}
.bd-blog-post-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26.79px;
  color: #666666;
  margin-bottom: 20px;
}
.bd-blog-post-content h4.wp-block-heading {
  font-size: 20px;
}

.bd-blog-post-right-col .e-search-form {
  position: relative;
}
.bd-blog-post-right-col .e-search-form .e-search-label {
  position: absolute !important;
  right: 20px;
  top: 51%;
  transform: translateY(-51%);
}
.bd-blog-post-right-col .e-search-form .e-search-label svg {
  position: static !important;
  transform: translateY(0) !important;
}
.bd-blog-post-right-col .e-search-form .e-search-input-wrapper .e-search-input {
  padding: 21px 20px !important;
  border: none !important;
  border-radius: 600px !important;
}
.bd-blog-post-right-col .e-search-form .e-search-input-wrapper .e-search-input::placeholder {
  color: rgba(102, 102, 102, 0.3);
  font-family: "Inter", Sans-serif !important;
  font-weight: 700;
  font-size: 17.15px;
  line-height: 32px;
}

.bd-blog-post-right-col * {
  font-family: "Inter", Sans-serif !important;
}

.bd-blog-post-categories .elementor-post-info__terms-list {
  font-size: 0 !important;
  display: flex !important;
  flex-direction: column;
  row-gap: 4px;
}
.bd-blog-post-categories .elementor-post-info__terms-list a:hover {
  color: #104CBA !important;
}
.bd-blog-post-categories .elementor-post-info__terms-list-item {
  font-weight: 400;
  font-size: 18px !important;
  line-height: 26.79px;
}

.bd-blog-post-tags .elementor-post-info__terms-list {
  font-size: 0 !important;
  display: flex !important;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 15px;
}
.bd-blog-post-tags .elementor-post-info__terms-list .elementor-post-info__terms-list-item {
  font-weight: 500;
  font-size: 18px !important;
  line-height: 26.79px;
  color: #2D2D2D;
  display: inline-block !important;
  background-color: rgba(40, 65, 106, 0.05) !important;
  padding: 9.5px 16px;
  border-radius: 10.72px;
}
.bd-blog-post-tags .elementor-post-info__terms-list .elementor-post-info__terms-list-item:hover {
  background-color: #104CBA !important;
  color: #FFFFFF !important;
}

.bd-blog-related-posts .elementor-grid-item {
  flex-direction: row !important;
  align-items: center;
}
.bd-blog-related-posts .elementor-grid-item .elementor-post__thumbnail__link {
  margin-bottom: 0 !important;
  width: 109.31px !important;
}
.bd-blog-related-posts .elementor-grid-item .elementor-post__text {
  width: calc(100% - 109.31px) !important;
  padding-left: 14px !important;
  display: flex !important;
}
.bd-blog-related-posts .elementor-grid-item .elementor-post__text .elementor-post__title {
  order: 1;
}
.bd-blog-related-posts .elementor-grid-item .elementor-post__text .elementor-post__title a {
  font-weight: 600;
  font-size: 20px;
  line-height: 32.15px;
  color: #333333;
}
.bd-blog-related-posts .elementor-grid-item .elementor-post__text .elementor-post__title a:hover {
  color: #104CBA;
}
.bd-blog-related-posts .elementor-grid-item .elementor-post__text .elementor-post__meta-data {
  order: 0;
}
.bd-blog-related-posts .elementor-grid-item .elementor-post__text .elementor-post__meta-data .elementor-post-date {
  font-weight: 700;
  font-size: 17.15px;
  line-height: 26.79px;
  color: #104CBA;
}
.bd-blog-related-posts .elementor-grid-item .elementor-post__thumbnail {
  padding-bottom: 0 !important;
}
.bd-blog-related-posts .elementor-grid-item .elementor-post__thumbnail img {
  position: static !important;
  transform: none !important;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
}

.bd-blog-post-content .wp-block-image {
  margin-top: 38px;
}
.bd-blog-post-content .wp-block-list {
  list-style: none;
  padding-left: 0;
  margin-top: 16px;
}
.bd-blog-post-content .wp-block-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
}
.bd-blog-post-content .wp-block-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 0.63px solid #104CBA;
  border-radius: 50%;
}
.bd-blog-post-content .wp-block-list li::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #104CBA;
  border-radius: 50%;
}

.bd-our-work-single-post-con .elementor-widget-theme-post-content * {
  font-family: "Inter", Sans-serif !important;
  margin: 0;
}
.bd-our-work-single-post-con .elementor-widget-theme-post-content h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: #2D2D2D;
}
.bd-our-work-single-post-con .elementor-widget-theme-post-content p,
.bd-our-work-single-post-con .elementor-widget-theme-post-content ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
}
.bd-our-work-single-post-con .elementor-widget-theme-post-content .wp-block-list {
  list-style: none;
  padding-left: 0;
  margin-top: 22px;
}
.bd-our-work-single-post-con .elementor-widget-theme-post-content .wp-block-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}
.bd-our-work-single-post-con .elementor-widget-theme-post-content .wp-block-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 0.63px solid #104CBA;
  border-radius: 50%;
}
.bd-our-work-single-post-con .elementor-widget-theme-post-content .wp-block-list li::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #104CBA;
  border-radius: 50%;
}
.bd-our-work-single-post-con .wp-block-heading {
  margin-bottom: 25px;
  margin-top: 50px;
}

.bd-our-work-single-post-content > .e-con-inner {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.bd-service-items-boxes-con {
  margin-left: -6.5px;
  margin-right: -6.5px;
}

.bd-service-count-number .elementor-heading-title {
  background-color: #104CBA;
  display: flex !important;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.bd-service-item-box {
  padding-left: 6.5px;
  padding-right: 6.5px;
  margin-bottom: 20px;
}

.bd-single-service-why-us-col .elementor-widget-icon-list .elementor-icon-list-item .elementor-icon-list-text {
  padding-left: 0 !important;
}

.bd-platform-expertise-box .elementor-widget-text-editor ul {
  padding-left: 19px !important;
}
.bd-platform-expertise-box .elementor-widget-text-editor ul li {
  margin-bottom: 2px !important;
  font-size: 15px !important;
}

/* Footer Start */
.bd-footer-banner-content > .e-con-inner,
.bd-footer-banner-right > .e-con-inner {
  margin: 0 !important;
}

.bd-footer-banner-content > .e-con-inner {
  max-width: 100% !important;
}

.bd-footer-banner-right {
  width: 40% !important;
}
.bd-footer-banner-right > .e-con-inner {
  max-width: 100% !important;
  width: 100% !important;
}

.bd-footer-content .e-con-inner {
  margin: 0 !important;
}
.bd-footer-content .elementor-nav-menu__container .elementor-item:hover {
  color: #104CBA !important;
}

.bd-footer-contact-info .elementor-heading-title a:hover {
  color: #104CBA !important;
}

.bd-footer-phone-col .elementor-widget-social-icons,
.bd-footer-email-col .elementor-widget-social-icons {
  width: 48px;
  height: 48px;
}
.bd-footer-phone-col .elementor-widget-heading,
.bd-footer-email-col .elementor-widget-heading {
  width: calc(100% - 48px);
  padding-left: 8px !important;
}

.bd-footer-email-col .elementor-heading-title a {
  word-wrap: break-word;
}

/* Footer end */
@media (max-width: 1350px) {
  .bd-store-solution-circle-con {
    width: 65px !important;
    left: -12px;
    top: -18px;
  }
  .bd-store-solution-circle-con > .e-con.e-child > .e-con-inner {
    width: 100% !important;
    height: 65px !important;
  }
}
@media (max-width: 1230px) {
  .bd-trust-badge-con .bd-trust-badge {
    justify-content: space-between !important;
  }
  .bd-trust-badge-con .bd-trust-text {
    font-size: 22px !important;
    line-height: 33px !important;
  }
  .bd-trust-badge-con .bd-trust-count {
    font-size: 30px !important;
    line-height: 38px !important;
  }
}
@media (max-width: 1200px) {
  .bd-home-consultation-btn {
    margin-bottom: 28px !important;
  }
  .bd-process-insights-services-container > .e-con-inner {
    flex-wrap: wrap !important;
    row-gap: 15px !important;
  }
  .bd-process-insights-services-container .bd-process-stats-widget-col,
  .bd-process-insights-services-container .bd-trust-widget-col {
    width: calc(50% - 12px) !important;
  }
  .bd-process-insights-services-container .bd-services-pills-col {
    width: 100% !important;
  }
  .bd-process-insights-services-container .bd-services-pills-container {
    padding: 35px 28px 40px 25px !important;
  }
}
@media (min-width: 1025px) {
  .bd-main-mobile-menu-link {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .bd-footer-content > .e-con-inner {
    flex-wrap: wrap !important;
  }
  .bd-footer-content .bd-footer-logo-text {
    width: 100%;
  }
  .bd-footer-content .bd-footer-quick-links,
  .bd-footer-content .bd-footer-contact-info {
    width: 31%;
  }
  .bd-footer-content .bd-footer-services {
    width: 38%;
  }
  .bd-footer-content .bd-footer-quick-links {
    padding-left: 30px;
  }
  .single.single-work .bd-footer-e-con {
    margin-top: 60px !important;
  }
  .bd-our-work-single-post-con .wp-block-heading {
    margin-bottom: 20px;
    margin-top: 35px;
  }
  .bd-our-work-single-post-con .elementor-widget-theme-post-content h2 {
    font-size: 37px;
    line-height: 48px;
  }
  .bd-our-work-single-post-con .elementor-widget-theme-post-content p,
  .bd-our-work-single-post-con .elementor-widget-theme-post-content ul li {
    font-size: 17px;
    line-height: 27px;
  }
  .bd-blog-post-content .wp-block-heading {
    font-size: 23px;
    line-height: 24px;
  }
  .bd-blog-post-content p {
    font-size: 17px;
    line-height: 25px;
  }
  .bd-blog-post-tags .elementor-post-info__terms-list .elementor-post-info__terms-list-item {
    font-size: 17px !important;
    padding: 8px 13px;
  }
  .bd-blog-related-posts .elementor-grid-item .elementor-post__text .elementor-post__meta-data .elementor-post-date {
    font-size: 15px;
    line-height: 24px;
  }
  .bd-blog-related-posts .elementor-grid-item .elementor-post__text .elementor-post__title a {
    font-size: 17px;
    line-height: 25px;
  }
  .bd-service-items-boxes-con .bd-service-item-box {
    width: 50% !important;
  }
  .bd-header-content {
    width: 100%;
  }
  .bd-work-posts .elementor-post__card .elementor-post__title {
    margin-bottom: 10px !important;
  }
  .bd-work-posts .elementor-post__card .elementor-post__text {
    margin-top: 17px !important;
  }
  /* Our Process Start */
  .bd-process-header {
    flex-direction: column;
  }
  .bd-tags-container {
    width: 100%;
  }
  .bd-hover-text {
    right: 40px;
    width: 150px;
  }
  .bd-step-box:hover .bd-hover-text {
    right: 50px;
  }
  /* Our Process End */
  .bd-primary-menu {
    position: static !important;
  }
  .bd-primary-menu .elementor-nav-menu--dropdown:not(.sub-menu) {
    position: absolute;
    left: 0 !important;
    width: 100% !important;
    border-radius: 10px !important;
    top: 80px !important;
  }
  .bd-primary-menu .elementor-nav-menu--dropdown:not(.sub-menu) > .elementor-nav-menu > li > a {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .bd-primary-menu .elementor-nav-menu--dropdown .has-submenu.highlighted .sub-arrow svg path,
  .bd-primary-menu .elementor-nav-menu--dropdown .elementor-item-active.has-submenu .sub-arrow svg path {
    fill: #ffffff !important;
  }
  .bd-primary-menu .menu-item-has-children .sub-menu.elementor-nav-menu--dropdown .elementor-sub-item {
    border: none !important;
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .bd-primary-menu .elementor-menu-toggle {
    background-color: transparent !important;
    padding: 0 !important;
  }
  .bd-primary-menu .elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--close {
    fill: #104cba !important;
  }
  .bd-primary-menu .elementor-nav-menu .menu-item:first-child .elementor-item {
    padding-left: 40px !important;
  }
  .bd-footer-contact-info {
    word-break: break-all;
  }
}
@media (max-width: 767px) {
  .bd-blog-post-content p + h2.wp-block-heading {
    margin-top: 28px;
  }
  .bd-footer-content .bd-footer-quick-links {
    padding-left: 0;
  }
  .bd-footer-services .elementor-widget-nav-menu .elementor-nav-menu .menu-item a {
    justify-content: center;
  }
  .bd-footer-quick-links,
  .bd-footer-contact-info,
  .bd-footer-services {
    width: 100% !important;
  }
  .single.single-work .bd-footer-e-con {
    margin-top: 50px !important;
  }
  .bd-our-work-single-post-con .elementor-widget-theme-post-content .wp-block-list {
    margin-top: 10px;
  }
  .bd-our-work-single-post-con .wp-block-heading {
    margin-top: 32px;
    margin-bottom: 13px;
  }
  .bd-our-work-single-post-con .elementor-widget-theme-post-content p,
  .bd-our-work-single-post-con .elementor-widget-theme-post-content ul li {
    font-size: 15px;
    line-height: 24px;
  }
  .bd-our-work-single-post-con .elementor-widget-theme-post-content h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .bd-blog-post-content .wp-block-heading {
    font-size: 20px;
    margin-bottom: 7px;
  }
  .bd-blog-post-content p {
    font-size: 15px;
  }
  .bd-blog-post-tags .elementor-post-info__terms-list {
    column-gap: 7px;
  }
  .bd-blog-post-tags .elementor-post-info__terms-list .elementor-post-info__terms-list-item {
    font-size: 15px !important;
    line-height: 23px;
    border-radius: 100px;
    padding: 6.5px 12px;
  }
  .bd-blog-post-categories .elementor-post-info__terms-list-item {
    font-size: 16px !important;
    line-height: 17px;
  }
  .bd-blog-post-categories .elementor-post-info__terms-list {
    row-gap: 0;
  }
  .bd-blog-post-right-col .e-search-form .e-search-input-wrapper .e-search-input {
    padding: 17px 19px !important;
  }
  .bd-blog-post-left-col {
    width: 100% !important;
  }
  .bd-blog-post-right-col {
    width: 100% !important;
  }
  .bd-service-count-number .elementor-heading-title {
    width: 40px;
    height: 40px;
  }
  .bd-service-items-boxes-con .bd-service-item-box {
    width: 100% !important;
  }
  .bd-trusted-businesses-con .elementor-widget-image {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .bd-home-commitment-section .bd-home-commitment-right-col .bd-home-commitment-sparkle-icon {
    left: -9px;
    top: 13px;
  }
  .bd-home-services-section .bd-service-box-1 .elementor-image-box-img img {
    width: 35px;
    height: 34px;
  }
  .bd-home-services-section .bd-service-box-3 .elementor-image-box-img img {
    width: 25px;
    height: 25px;
  }
  .bd-home-services-section .bd-home-service-center-card .elementor-image-box-img img {
    width: 29px;
    height: 36px;
  }
  .bd-home-services-section .bd-service-box .elementor-image-box-img {
    margin-left: 0 !important;
    width: 63px;
    height: 63px;
  }
  .bd-home-services-section .bd-service-box .bd-service-btn {
    font-size: 15px;
    line-height: 16px;
    padding: 14px 20px !important;
  }
  .bd-service-box .elementor-image-box-wrapper {
    display: flex !important;
  }
  .bd-profile-left {
    gap: 9px;
  }
  .bd-profile-text .bd-profile-name {
    margin-bottom: 7px;
  }
  .bd-insights-header {
    margin-bottom: 9px;
  }
  .bd-profile-info {
    justify-content: flex-start;
    gap: 48px;
  }
  .bd-rating-value,
  .bd-rating-suffix {
    font-size: 20px;
  }
  .bd-rating-suffix {
    color: #104CBA !important;
  }
  .bd-profile-details {
    font-size: 14px;
    line-height: 18px;
  }
  .bd-trust-badge-con .bd-trust-text {
    font-size: 20px !important;
  }
  .bd-trust-badge-con .bd-trust-count {
    font-size: 20px !important;
  }
  .bd-trust-badge-con .bd-trust-badge {
    justify-content: flex-start !important;
    gap: 15px;
  }
  .bd-trust-widget-col .bd-trust-badge-con {
    padding-left: 0;
    padding-right: 0;
  }
  .bd-process-insights-services-container .bd-services-pills-container {
    padding: 18px 25px 20px 25px !important;
  }
  .bd-process-insights-services-container .bd-process-stats-widget-col,
  .bd-process-insights-services-container .bd-trust-widget-col,
  .bd-process-insights-services-container .bd-services-pills-col {
    width: 100% !important;
  }
  .bd-process-insights-services-container .bd-trust-widget-col {
    order: 1;
  }
  .bd-process-insights-services-container .bd-process-stats-widget-col {
    order: 2;
  }
  .bd-process-insights-services-container .bd-services-pills-col {
    order: 3;
  }
  .bd-service-page-speed-improvements-section .bd-redesigns-section-box {
    height: 107px;
    top: -15px;
  }
  .bd-store-solution-circle-con {
    width: 50px !important;
    left: -10px;
    top: -12px;
  }
  .bd-store-solution-circle-con .e-con.e-child > .e-con-inner {
    height: 50px !important;
  }
  .post-type-archive-work .bd-work-posts .elementor-pagination {
    margin-top: 28px !important;
  }
  .bd-contact-form .elementor-form .elementor-field-label {
    padding-bottom: 4px !important;
  }
  .bd-contact-form .elementor-form .elementor-form-fields-wrapper .elementor-field-group:not(.elementor-field-type-recaptcha_v3) {
    margin-bottom: 15px !important;
  }
  .bd-contact-form .elementor-field-type-submit .elementor-button {
    font-size: 15px !important;
    min-height: 50px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .bd-contact-form .elementor-field-type-submit {
    width: 172px !important;
  }
  .bd-contact-form .elementor-field-group-name input,
  .bd-contact-form .elementor-field-type-tel input,
  .bd-contact-form .elementor-field-type-email input {
    min-height: 44px !important;
  }
  .bd-contact-form .elementor-field-type-textarea textarea {
    height: 107px !important;
  }
  .bd-cover-section .bd-cover-section-left-icon,
  .bd-cover-section .bd-cover-section-right-icon {
    flex-wrap: nowrap !important;
    width: 65px !important;
  }
  .bd-cover-section .bd-title-breadcrumbs-con {
    width: 100% !important;
  }
  .bd-cu-phone .elementor-icon-box-icon svg {
    width: 21.2px !important;
    height: 22px !important;
  }
  .bd-cu-icons .elementor-icon-box-icon {
    width: 40px !important;
    height: 40px !important;
  }
  .bd-cu-email .elementor-icon-box-icon svg {
    width: 18.68px !important;
    height: 15.47px !important;
  }
  .bd-footer-quick-links .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-nav-menu {
    display: flex !important;
    flex-direction: column !important;
  }
  .bd-footer-quick-links .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-nav-menu a {
    justify-content: center !important;
  }
  /* bd-services Elementor Widget start */
  .bd-services-heading {
    font-size: 24px;
  }
  .bd-service-pill {
    font-size: 16px;
    padding: 8px 34px;
  }
  /* bd-services Elementor Widget End */
  /* Our Process start */
  .bd-process-container {
    padding: 40px 20px;
  }
  .bd-main-heading {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .bd-step-box {
    padding: 22px 15px;
  }
  .bd-step-box:hover {
    transform: translateX(0);
  }
  .bd-step-title {
    font-size: 20px;
  }
  .bd-arrow-icon {
    width: 40px;
    height: 40px;
  }
  .bd-arrow-icon svg {
    width: 20px;
    height: 20px;
  }
  .bd-hover-text {
    display: none;
  }
  /* Our Process End */
  .bd-primary-menu .elementor-nav-menu--dropdown:not(.sub-menu) {
    top: 67px !important;
  }
  .bd-footer-banner-right {
    width: 45%;
  }
  .bd-services-pills {
    row-gap: 16px !important;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .bd-blog-post-item .elementor-widget-theme-post-title .elementor-heading-title {
    font-size: 16px !important;
    line-height: 24.4px !important;
  }
  .bd-blog-post-item .elementor-widget-theme-post-excerpt {
    font-size: 12px !important;
    line-height: 18px !important;
    margin-top: 9px !important;
  }
  .bd-blog-post-item .elementor-widget-button {
    margin-top: 18px !important;
  }
  .bd-blog-post-item .elementor-widget-button .elementor-button-link {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .bd-blog-post-item .elementor-widget-button .elementor-button-icon {
    margin-top: 0 !important;
  }
  .bd-blog-post-item-text {
    margin-top: 19px !important;
  }
  .bd-posts-loop-grid .elementor-pagination {
    margin-top: 29px !important;
  }
  .bd-footer-banner-con {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media (max-width: 440px) {
  .bd-services-pills {
    row-gap: 24px !important;
  }
}

/*# sourceMappingURL=main.css.map */
