        @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-style: normal;
}
img {
  max-width: 100%;
}
.bp_block_item .row {
  margin: 0;
}
.header-logo img {
  width: 180px;
}
.sub-header {
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}
.header-contact {
  display: flex;
  justify-content: space-around;
}
.header .bp_navbar_ul_menu {
  justify-content: end;
}
.top-container .contact-info {
  display: flex;
  gap: 32px;
  padding: 0;
  background: transparent;
}
.bp-select-category-search {
  display: none;
}
.top-bar {
  background: #f8f9fa;
  border-bottom: 1px solid #eaeaea;
  height: 40px;
  display: flex;
  align-items: center;
}

.top-container {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}
.info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #555;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}
.main-header {
  padding: 10px 0;
}
.info-item:hover {
  color: #2d89c8;
}

.info-item i {
  color: #2d89c8;
}

.header_contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .header-description h3 {
  color: #000f3c;
  font-size: 16px;
  font-weight: 700;
}
.header .header-icon {
  color: #0f8fc7;
  font-size: 28px;
  border-left: 1px solid #b2b2b2;
  padding-left: 15px;
}

.header .navbar .navbar-collapse ul.navbar-nav li a {
  padding: 30px 20px;
  transition: 0.2s;
  position: relative;
  font-size: 18px;
  font-weight: 600;
}
.header .button-contact button {
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  background: #0f8fc7;
  border: none;
  padding: 10px 25px;
  text-transform: capitalize;
}
.header .button-contact button a {
  color: #fff;
}
.main-header .navbar .container-fluid {
  justify-content: end;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.8);
}

.search-header {
  position: fixed;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  width: 100%;
  max-width: 800px;
  box-sizing: border-box;
  border-radius: 5px;
  z-index: 1001;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
#dv_search {
  width: 100%;
  display: flex;
  position: relative;
}
#dv_search .input-group-btn:nth-child(4) {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.header #submit_seach {
  background: transparent;
  border: none;
  font-size: 20px;
}
.header #dv_search > input {
  background: transparent;
  padding: 0.8em 80px 0.8em 0.8em;
  font-size: 20px;
  border: 1px solid #fff;
  width: 100%;
  max-width: 800px;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.bp-text-search:focus {
  color: white;
  background: transparent;
  box-shadow: 5px 5px 0px 0px currentColor;
}
.header .search-button {
  text-align: right;
  cursor: pointer;
}
.navbar-toggler {
  background-color: #0f8fc7;
  border: none;
  padding: 14px 20px;
  border-radius: 10px;
  transition: all 0.4s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}

.navbar-toggler:hover:before {
  transform: translateX(0);
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  z-index: 1;
  transition: transform 0.4s ease;
}
.navbar-toggler:hover .navbar-toggler-icon {
  transform: rotate(180deg);
}
.intro-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #141527;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  animation: introFade 3s forwards;
}

.logo-animation {
  font-size: 5rem;
  color: var(--primary);
  position: relative;
}

.logo-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #0f8fc7;
  bottom: -10px;
  left: 0;
  transform: scaleX(0);
  animation: logoLine 1s forwards;
}
/*Breadcrumb*/
.breadcrumb-main {
  background-image: url("/files_upload/team-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 60px 0;
  text-align: center;
  color: #fff;
}
.breadcrumb-main .breadcrumb {
  justify-content: center;
}
.breadcrumb-main h2 {
  font-weight: 700;
  font-size: 30px;
}
.breadcrumb-item a {
  color: #fff;
}
.breadcrumb-item.active {
  color: #fff;
}
.witr_section_title_inner h2 {
  font-size: 16px;
  font-weight: 700;
  color: #0f8fc7;
}
.witr_section_title_inner h3 {
  font-size: 40px;
  margin: auto;
  font-weight: 700;
}
.witr_section_title_inner h3 span {
  color: #0f8fc7;
}
.witr_section_title_inner h1 {
  font-size: 40px;
  margin: auto;
  font-weight: 700;
}
.working-process {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.certicate-list {
  display: grid;
  grid-template-columns: repeat(3, 33%);
  gap: 20px;
}
.certicate-list .certicate-item {
  padding: 50px 30px 40px 30px;
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  text-align: center;
}
.certicate-list .serIcon {
  color: #0f8fc7;
  font-size: 40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  transition: 0.5s;
}
.certicate-list .detail_SS h3 {
  font-size: 22px;
  font-weight: 700;
  transition: 0.5s;
  line-height: 31px;
}
.certicate-list .detail_SS h3 a {
  color: #000c30;
}
.certicate-list .detail_SS p {
  transition: 0.5s;
  margin-bottom: 30px;
  color: #666666;
  min-height: 95px;
}
.witr_sbtn_s8 a {
  padding: 15px 50px;
  background: #0f8fc7;
  border-radius: 100px;
  color: #fff;
  transition: 0.5s;
}
.certicate-item:hover .serIcon,
.certicate-item:hover .witr_sbtn_s8 a {
  background: #000f3f;
  color: #fff;
  border: none;
}
.certicate .witr_section_title_inner {
  padding: 100px 0px 80px 0px;
}

.bp_news_info {
  display: none;
}
.services {
  padding: 8rem 5%;
  padding-top: 20px;
  background: #f4f6f8;
  position: relative;
}
.services .features {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.services .feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.services h1 {
  text-align: center;

  color: #0f8fc7;
}
.services .container > p {
  text-align: center;
  color: gray;
  max-width: 700px;
  margin: 0 auto 2rem;
  line-height: 1.6;
}
.services .feature i {
  color: #0f8fc7;
}
.services .service-icon {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #0f8fc7;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.services .title-accent {
  color: #0f8fc7;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 10px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.services .col {
  position: relative;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.services .cls_img_hot_news {
  padding: 0;
}
.services .bp_hot_news_img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.services .cls_content_hot_news {
  padding: 30px;
}
.services .service-content > p {
  min-height: 45px;
}
.services .news_title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  min-height: 48px;
}
.services .news_title a {
  color: #141527;
}
.services .bp_news_more {
  border-radius: 50px;
  border: none;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: background-color 0.3s;
  color: #0f8fc7;
}
.services .bp-news-button-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.services .bp-news-button-action a:first-child {
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 500;
  display: flex;
  align-items: center;
  background: #0f8fc7;
  color: #fff;
  gap: 0.5rem;
  transition: background-color 0.3s;
}
.service-list {
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.service-features {
  margin-bottom: 1.5rem;
}
.services .feature-item {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  color: #666;
  font-size: 16px;
}
.feature-dot {
  width: 6px;
  height: 6px;
  background: #0f8fc7;
  border-radius: 50%;
  margin-top: 10px;
}
.service-description {
  color: #666;
  line-height: 1.6;
  font-size: 14px;
  min-height: 170px;
}

.service-cta {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  background: #0f8fc7;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s;
}

.service-cta:hover {
  background: #0a6a94;
}
.footer {
  background: #141527;
  color: #fff;
  padding: 80px 0;
}
.footer .footer-logo img {
  width: 160px;
}
.footer .bp_form_label_up {
  display: none;
}
.footer .footer-social {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.footer .footer-logo {
  margin-bottom: 20px;
}
.footer .social-item {
  background: #0d1d4d;
  width: 40px;
  height: 40px;

  border-radius: 4px;
  transition: all 0.5s ease;
}
.footer .social-item:hover {
  background: #0f8fc7;
}
.footer .social-item a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer ul {
  padding: 0;
}
.footer .footer-service h2,
.footer .footer-form h2 {
  font-size: 22px;
  line-height: 1.2;
  transition: 0.5s;
  font-weight: 700;
  margin-bottom: 25px;
}
.footer-service ul li i {
  margin-right: 10px;
}
.footer .footer-service li {
  margin-bottom: 15px;
}
.footer .footer-service li a {
  color: #fff;
}
.footer .footer-newsletter form {
  display: flex;
}
.footer .footer-newsletter .bp_form_data {
  border: 1px solid #ffffff66;
  background: transparent;
  padding: 10px;
}
.footer .bp_form_field {
  padding: 0;
  margin: 0;
}
.footer .bp-btn-send {
  background: #0f8fc7;
  width: 50px;
  height: 100%;
  border: none;
  color: #fff;
}
.footer .footer-copyright {
  border-top: 1px solid #ffffff61;
  margin-top: 30px;
  padding-top: 25px;
}
.footer #menu-footer-menu {
  display: flex;
  justify-content: end;
  gap: 20px;
}
.footer #menu-footer-menu a {
  color: #fff;
}
@media (max-width: 1200px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-description {
    min-height: 100px;
  }
}
@media screen and (max-width: 992px) {
  .header-logo {
    text-align: center;
    margin: 20px 0;
  }
  .top-bar {
    display: none;
  }
  .header-contact {
    justify-content: space-between;
  }
  .main-header {
    padding: 10px 0;
  }

  .header .navbar ul.navbar-nav > li {
    padding: 10px 25px;
  }
  .footer-info {
    margin-bottom: 10px;
  }
  .certicate-list {
    grid-template-columns: repeat(1, auto);
  }

  .services .services-list {
    grid-template-columns: repeat(2, auto) !important;
  }
  .cal_to_toggole {
    display: block !important;
  }
  .working-process {
    display: grid;

    grid-template-columns: repeat(2, auto);
  }
  .top-container > .info-item {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .button-contact {
    display: none;
  }
  .services .news_title,
  .service-description {
    min-height: auto;
  }
  .header .header-icon {
    font-size: 20px;
  }
  .witr_section_title_inner h2 {
    margin-bottom: 4px;
    font-size: 15px;
  }
  .witr_section_title_inner h1,
  .witr_section_title_inner h3 {
    font-size: 21px;
    line-height: 30px;
  }
  .footer-service {
    margin: 10px 0;
  }
  .footer .footer-copyright {
    text-align: center;
  }
  .footer #menu-footer-menu {
    justify-content: center;
  }

  .working-process {
    grid-template-columns: repeat(1, auto);
    justify-content: center;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 567px) {
  .header-contact {
    display: none;
  }
}
@keyframes introFade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes logoLine {
  to {
    transform: scaleX(1);
  }
}
