body {
  font-family: Manrope;
  position: relative;
}

.container-fluid {
  --bs-gutter-x: 4.5rem;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.f-w-100 {
  font-weight: 100;
}

.f-w-200 {
  font-weight: 200;
}

.f-w-300 {
  font-weight: 300;
}

.f-w-400 {
  font-weight: 400;
}

.f-w-500 {
  font-weight: 500;
}

.f-w-600 {
  font-weight: 600;
}

.f-w-700 {
  font-weight: 700;
}

.f-w-800 {
  font-weight: 800;
}

.f-w-900 {
  font-weight: 900;
}

.f-w-normal {
  font-weight: normal;
}

/* 400 */
.f-w-bold {
  font-weight: bold;
}

/* 700 */
.f-w-bolder {
  font-weight: bolder;
}

.f-w-lighter {
  font-weight: lighter;
}

/* li {
  list-style-type: none;
} */

/* Header css start */
.section_header .navbar.glass-effect {
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transform: inherit;
}

.navbar-brand img {
  /* width: 200px; */
  height: 60px;
}

.nav-item .nav-link {
  color: rgba(148, 151, 161, 1);
  font-family: Manrope;
  font-weight: 600;
  font-style: Medium;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -1%;
}

.navbar-nav {
  gap: 35px;
}

.nav-item .nav-link.active {
  color: Black;
}

/* Header css end */

/* Footer css start */
.footer_section {
  /* background-color: #888e95; */
  background-color: rgba(241, 246, 250, 1);
  border-top: 8px solid #fff;
  border-left: 8px solid #fff;
  border-right: 8px solid #fff;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  /* background-color: #F7F8F9; */
}

.footer_section .footer_link {
  text-decoration: none;
  color: #000000bd;
  line-height: 24px;
  font-weight: 600;
  font-size: 16px;
}

.footer_section .footer_section_title {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

.footer_section .social_link_section {
  padding-left: 0;
  margin-bottom: 0;
}

.footer_section .social_link_section li {
  list-style-type: none;
  display: inline-block;
  padding: 10px;
  padding-top: 0;
}

.footer_section .social_link_section li:first-child {
  padding-left: 0px;
}

.footer_section .footer_social_icon_link {
  color: #9497a1;
  /* color: #fff; */
  border-radius: 25px;
  font-size: 22px;
}

.footer_section .footer_contact_block {}

.footer_section .footer_contact_block li {
  font-weight: 500;
  font-size: 16px;
}

.footer_section .footer_contact_block ul {
  display: inline-block;
  vertical-align: top;
}

/* Header css end */
@media (max-width: 575.98px) {

  /* Styles for extra small devices */
  .navbar-nav {
    gap: 0px;
  }

  .section-title,
  .contact_detail_block .contact_detail_title {
    font-size: 34px !important;
  }

  .section-sub-title-opal {
    font-size: 16px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {

  /* Styles for small devices */
  .navbar-nav {
    gap: 0px;
  }
}

@media (min-width: 1200px) {
  .w-md-auto {
    width: auto !important;
  }

  .position-md-absolute {
    position: absolute !important;
  }

  .left-25p {
    left: 25%;
  }
}

@media (min-width: 768px) and (max-width: 963px) {
  .sergio_about_image {
    width: 65% !important;
  }
}


@media (min-width: 1087px) {
  .w-md-50 {
    width: 50% !important;
  }
}

/* contact us section css start */
.contact_detail_block .contact_detail_title {
  color: rgba(41, 45, 51, 1);
  font-size: 38px;
  font-weight: 800;
}

.contact_detail_block .contact_detail_sub_title {
  color: #9497a1;
  font-size: 16px;
  display: block;
  font-weight: 400;
  font-family: "Open Sans";
}

.contact_detail_block .contact_detail_sub_content {
  color: rgba(41, 45, 51, 1);
  font-size: 16px;
  display: block;
  font-weight: 700;
  font-family: "Open Sans";
}

.contactus_form_block {
  box-shadow: 0px 12px 30px 17px rgba(24, 92, 255, 0.04);
  border-radius: 6px;
}

.contactus_form_block .contact_form_title {
  color: rgba(41, 45, 51, 1);
  font-size: 30px;
  font-weight: 800;
}

.contactus_form_block .contact_form_label {
  color: #9497a1;
  font-size: 12px;
  display: block;
  font-weight: 600;
  font-family: "Open Sans";
  margin-bottom: 4px;
}

.contactus_form_block .contact_form_control {
  color: rgba(41, 45, 51, 1);
  font-size: 14px;
  /* border: none;
  border-radius: 0px; */
  border-bottom: 1px solid Grey;
  font-weight: 600;
  font-family: "Open Sans";
  /* padding: 0px; */
}

.contactus_form_block .contact_form_control:focus {
  border-color: lightgray;
  box-shadow: 0 0 0 .25rem #e9ecef;
}

.auto-resize {
  overflow: hidden;
  transition: height 0.2s ease;
}

.contactus_form_block .contact_us_form_btn {
  background: #000068;
  /* padding: 10px 14px; */
  width: 31%;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

/* contact us section css end */

.gray_bg {
  background-color: #F1F6FA;
}

.section-title {
  color: #292D33;
  font-weight: 800;
  font-size: 44px;
  line-height: 1;
  /* line-height: 60px; */
}

.section-sub-title-opal {
  font-weight: 400;
  font-size: 18px;
  /* line-height: 33px; */
  font-family: 'Open Sans';
  /* color: #9497A1; */
  color: #000000bd;
}

.card_block_custom_css {
  box-shadow: 0px 12px 30px 17px #185CFF0A;
  border-radius: 6px;
  border: none;
  height: 100%;
  cursor: pointer;
  transition: all 0.6s pulse;
  transform-origin: center;
  /* margin-bottom: 5px; */
}

.card_block_custom_css .card-body {
  /* padding: 5px 5px;
  align-items: center;
  display: flex;
  gap: 5px; */
}

.card_block_custom_css:hover {
  background-color: #000068 !important;
  /* transform: translateY(-8px) scale(1.03);*/
  animation: pulseScale 2.5s ease-in-out infinite;
  box-shadow: 0 15px 30px #9497a1;
}

.card_block_custom_css:hover .card_custom_title_text {
  color: #fff !important;
}

.card_block_custom_css:hover .card_custom_sub_title_text {
  color: #FFFFFF80 !important;
}

.card_block_custom_css img {
  width: 50px;
}

.card_block_custom_css .card_custom_title_text {
  color: #292D33;
  font-weight: 700;
  font-size: 17px;
}

.card_block_custom_css .card_custom_sub_title_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  font-family: 'Open Sans';
  color: #000000bd;

}

.section-animation-title {
  opacity: 0;
}

.section-animation-title.animated {
  animation: fadeSlideUp 1s ease forwards;
}


@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulseScale {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

/* Testimonial css start */
.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  text-align: left;
  box-shadow: 0px 4px 12px 0px #0C44CC1A;
}

#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 16px;
  /* line-height: 1.5; */
  margin: 35px 0 17px 0;
  font-weight: 400;
  font-family: 'Open Sans';
  color: #000000bd;

}

.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #3190E7;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
  text-align: center;
  /* padding: 50px;
  margin-bottom: 80px; */
  opacity: .2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

#customers-testimonials .owl-item.active .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  /* max-width: 90px;
  margin: 0 auto 17px; */
  border-radius: 100%;
  width: 50px !important;
  height: 50px !important;
  position: absolute;
  top: 0px;

}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #0a58ca;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
  /* color: #F0F9FF; */
}

#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #0a58ca;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
  /* color: #0a58ca; */
  /* padding: 10px 20px; */
  /* border-radius: 33px; */
}

#customers-testimonials .testimonial_name_bottom {
  color: #292D33;
  display: block;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 700;
}

#customers-testimonials .testimonial_position_bottom {
  color: #000000bd;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
}

/* Testimonial css end */
.work_with_button {
  margin-top: 1rem;
  background-color: #000068;
  border-color: #000068;
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
  box-shadow: 0px 12px 30px 0px #185CFF2E;

}

.work_with_button span.fas {
  transform: rotate(-45deg);
}

.card-glass {
  position: relative;
  text-align: center;
  padding: 1rem;
  overflow: hidden;
  background: linear-gradient(130deg, #e9ecef, #fff);
  box-shadow: inset 2px 2px 1px rgba(251, 251, 254, 0.3), inset -2px -2px 1px rgba(251, 251, 254, 0.2);
  border-radius: 1.5rem;
  backdrop-filter: blur(10px);
  height: 100%;
}

.card-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #dee2e6;
  margin: 0px auto 0.25rem;
  font-size: var(--h3-font-size);
  color: var(--title-color);
  font-weight: 600;
  display: block;
  text-align: center;
  background-color: #fff;
  /* margin-bottom: 0.25rem; */
  /* display: none; */
}

/* .card-title {
    font-size: var(--h3-font-size);
    color: var(--title-color);
    font-weight: 600;
    margin-bottom: 0.25rem;
} */
.card-profession {
  font-size: var(--small-font-size);
  color: var(--text-color);
  font-weight: 500;
}

.feature_section {
  position: relative;
  overflow: hidden;
  padding: 1rem 0;
  /* background-color: #dfe9f2; */
}

.service_section_left {
  /* border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background: linear-gradient(130deg, rgb(233 236 239 / 38%), rgb(255 255 255));
  box-shadow: inset 2px 2px 1px rgba(251, 251, 254, 0.3), inset -2px -2px 1px rgba(251, 251, 254, 0.2);
  backdrop-filter: blur(10px);
  border: 2px solid #e9ecef; */

}

.service_section_right {
  /* border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  backdrop-filter: blur(10px);
  border: 2px solid #e9ecef;
  background: linear-gradient(130deg, rgb(233 236 239 / 38%), rgb(255 255 255));
  box-shadow: inset 2px 2px 1px rgba(251, 251, 254, 0.3), inset -2px -2px 1px rgba(251, 251, 254, 0.2); */
}