.breadcrumbs_wrap {
  margin-top: -50px;
  padding-bottom: 50px;
  margin-bottom: 20px;
}
.breadcrumbs_wrap .breadcrumbs ul.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.breadcrumbs_wrap .breadcrumbs ul.breadcrumbs li {
  font-family: "nebularegular";
  color: #fff;
}
.breadcrumbs_wrap .breadcrumbs ul.breadcrumbs li a {
  color: #fff;
}

.service-banner .inner-banner-des {
  left: 0;
  width: 100%;
  bottom: 150px;
  top: auto;
  -webkit-transform: none;
          transform: none;
}
.service-banner .inner-banner-des .container {
  max-width: 1430px;
  padding-left: 10px;
}
.service-banner .inner-banner-des .container h1 {
  font-family: "nebularegular";
  font-size: 45px;
  color: #29f7fc;
  margin: 0;
  text-transform: uppercase;
  max-width: 65%;
  line-height: 40px;
}
@media screen and (max-width: 991px) {
  .service-banner .inner-banner-des .container h1 {
    font-size: 30px;
    line-height: 30px;
  }
}

.service-hero {
  margin-bottom: 50px;
}
.service-hero .service_wel_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .service-hero .service_wel_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service-hero .service_wel_wrap .image_block {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .service-hero .service_wel_wrap .image_block {
    width: 100%;
    height: 450px;
    overflow: hidden;
  }
}
@media screen and (max-width: 991px) {
  .service-hero .service_wel_wrap .image_block {
    height: auto;
  }
}
.service-hero .service_wel_wrap .image_block img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-hero .service_wel_wrap .service-des {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .service-hero .service_wel_wrap .service-des {
    width: 100%;
  }
}
.service-hero .service_wel_wrap .service-des h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #000000;
  line-height: 42px;
}
.service-hero .service_wel_wrap .service-des h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
.service-hero .service_wel_wrap .service-des p {
  font-size: 16px;
  line-height: 25px;
}

.our_expertise_sec {
  padding: 50px 0;
}
.our_expertise_sec .mx_width_container {
  max-width: 65%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .our_expertise_sec .mx_width_container {
    max-width: 100%;
    margin: 0 auto;
  }
}
.our_expertise_sec .mx_width_container .our_expertise_wrap h2 {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .our_expertise_sec .mx_width_container .our_expertise_wrap h2 {
    font-size: 28px;
  }
}
.our_expertise_sec .mx_width_container .our_expertise_wrap h2::after {
  content: "";
  background: url(../../assets/images/icon-after-element.png);
  position: absolute;
  left: -10px;
  width: 75px;
  height: 75px;
  background-size: contain;
  background-repeat: no-repeat;
  top: -15px;
}
.our_expertise_sec .mx_width_container .our_expertise_wrap h3 {
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
  max-height: 500px;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .our_expertise_sec .mx_width_container .our_expertise_wrap h3 {
    font-size: 24px;
  }
}
.our_expertise_sec .mx_width_container .our_expertise_wrap h4 {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
  max-height: 500px;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .our_expertise_sec .mx_width_container .our_expertise_wrap h4 {
    font-size: 22px;
  }
}
.our_expertise_sec .mx_width_container .our_expertise_wrap h5 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
  max-height: 500px;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .our_expertise_sec .mx_width_container .our_expertise_wrap h5 {
    font-size: 18px;
  }
}
.our_expertise_sec .mx_width_container .our_expertise_wrap h6 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
  max-height: 500px;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .our_expertise_sec .mx_width_container .our_expertise_wrap h6 {
    font-size: 17px;
  }
}
.our_expertise_sec .mx_width_container .our_expertise_wrap p {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .our_expertise_sec .mx_width_container .our_expertise_wrap p {
    font-size: 16px;
  }
}
.our_expertise_sec .mx_width_container .our_expertise_wrap img {
  width: 100%;
  min-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
  max-height: 500px;
}
@media screen and (max-width: 991px) {
  .our_expertise_sec .mx_width_container .our_expertise_wrap img {
    max-height: 400px;
  }
}
.our_expertise_sec .mx_width_container .our_expertise_wrap ul,
.our_expertise_sec .mx_width_container .our_expertise_wrap ol {
  margin-bottom: 20px;
}
.our_expertise_sec .mx_width_container .our_expertise_wrap ul li,
.our_expertise_sec .mx_width_container .our_expertise_wrap ol li {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  line-height: 34px;
}
@media screen and (max-width: 991px) {
  .our_expertise_sec .mx_width_container .our_expertise_wrap ul li,
  .our_expertise_sec .mx_width_container .our_expertise_wrap ol li {
    font-size: 17px;
  }
}
.our_expertise_sec .mx_width_container .our_expertise_wrap ul li::after,
.our_expertise_sec .mx_width_container .our_expertise_wrap ol li::after {
  content: "";
  position: absolute;
  left: 0;
  background: #e0c329;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 14px;
}
.our_expertise_sec .mx_width_container .our_expertise_wrap .expertise_more_content {
  display: none;
  margin-top: 30px;
}
.our_expertise_sec .mx_width_container .our_expertise_wrap .toggle-btn {
  cursor: pointer;
  padding: 5px 10px;
  background-color: #1788b6;
  color: white;
  border: none;
  font-size: 16px;
}

.faq-section {
  padding-bottom: 100px;
}
.faq-section .mx_width_container {
  max-width: 65%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .faq-section .mx_width_container {
    max-width: 100%;
    margin: 0 auto;
  }
}
.faq-section h2 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 34px;
}
@media screen and (max-width: 991px) {
  .faq-section h2 {
    font-size: 30px;
  }
}
.faq-section .accordion .accordion-item {
  border: none;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 22px;
  font-weight: 500;
  color: #323232;
}
@media screen and (max-width: 991px) {
  .faq-section .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
  }
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: transparent;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  content: "+";
  background-image: none;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #7c7c7c;
  margin-top: -4px;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: none;
  background-image: none;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  content: "-";
}
.faq-section .accordion .accordion-item .accordion-body {
  padding-left: 60px !important;
  padding-top: 0;
  padding-bottom: 0;
}
.faq-section .accordion .accordion-item .accordion-body p {
  font-size: 16px;
  color: #7f7f7f;
}

.google-rw {
  padding-bottom: 100px;
}
.google-rw h2 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 34px;
}

.blog-detail-header .menu .navbar-light .navbar-nav .nav-item:first-child {
  position: relative;
}

.blog-detail-header .menu .navbar-light .navbar-nav .nav-item:first-child .nav-link:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  background: url(../../assets/images/home-icon-gray.png);
  background-repeat: no-repeat;
  left: 0;
}

.blog-detail-header .menu .navbar-light .navbar-nav .nav-item {
  display: none;
}