.wpcf7-form br {
  display: none !important;
}
.wpcf7-form .row p {
  margin: 0;
}
#map {
  height: 600px;
}
img {
  max-width: 100%;
  height: auto;
}
.pbmit-entry_content blockquote p {
  margin-bottom: 0;
}
.pbmit-entry_content blockquote:after {
  display: none;
}
.wp-block-list {
  margin-bottom: 30px;
}
.wp-block-list li {
  display: flex;
  font-size: inherit;
  align-items: center;
  margin: 0;
  padding: 0;
  position: relative;
  border: none;
  background: transparent;
}
.wp-block-list li:not(:last-child) {
  padding-bottom: calc(7.5px);
}
.wp-block-list li:not(:first-child) {
  margin-top: calc(7.5px);
}
.wp-block-list li:before {
  content: "\e64c";
  font-size: 17px;
  position: relative;
  width: 1.25em;
  line-height: 0px;
  top: 0;
  color: var(--pbmit-global-color);
  font-weight: 900;
  transform: rotate(16deg);
  font-family: 'themify';
  margin-right: 6px;
}
.comments-area .pbmit-comment-date {
  color: #666;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  font-family: var(--pbmit-heading-typography-font-family);
}
.comments-area .pbmit-comment-meta {
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .comments-area .pbmit-comment-meta {
    font-size: 14px;
  }
  .comments-area .pbmit-comment-meta * {
    font-size: 14px;
  }
}
.about-us-four_rightbox * {
  color: #fff;
}
.about-us-four_rightbox img,
.about-us-four_rightbox ul {
  margin: 30px 0;
}
.about-us-four_rightbox img li:before,
.about-us-four_rightbox ul li:before {
  color: #fff;
}
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  border-radius: 3px;
  flex-shrink: 0;
}
.pagination .active a {
  background: #212c40;
  color: #fff;
}
.pagination .active a:hover {
  background: #10151e;
}
.error-404 {
  margin: 0;
  width: 100%;
  padding: 200px 0 200px 0;
  position: relative;
  text-align: center;
}
.pbmit-parent-header-style-2 .error-404 {
  padding: 280px 0;
}
.error-404 .footer-message {
  font-size: 30px;
  line-height: 40px;
  margin-top: 15px;
  color: #fff;
}
.error-404 .search-form {
  margin: 45px auto;
  max-width: 400px;
}
.error404 .wrap {
  width: 100%;
}
.error404 .search-form {
  position: relative;
}
.error404 .search-form input[type=search] {
  height: 55px;
  border-radius: 50px;
  padding: 0 50px 0 25px;
  color: #fff;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  display: block;
  width: 100%;
}
.error404 .search-form input[type=search]::placeholder {
  color: #fff;
  opacity: 1;
}
.error404 .search-form .search-submit::after {
  z-index: 1;
  position: absolute;
  font-family: pbminfotech-base-icons;
  content: '\e80d';
  right: 18px;
  top: 50%;
  font-size: 18px;
  color: #fff;
  line-height: normal;
  font-weight: 400;
  font-style: normal;
  -khtml-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}
.error404 .search-form label {
  display: none;
}
.error404 .page-content .search-form button {
  position: absolute;
  right: 0;
  padding: 0;
  outline: 0;
  top: 0;
  width: 55px;
  height: 55px;
  color: #fff;
  font-size: 16px;
  z-index: 1;
}
.error404 #primary {
  flex: none!important;
  max-width: none!important;
}
.error404 a.pbmit-home-back {
  display: inline-block;
  margin-top: 15px;
  position: relative;
  padding-right: 20px;
  font-size: 14px!important;
}
.error404 a.pbmit-home-back::after {
  content: "\e815";
  position: absolute;
  right: 0;
  top: 51%;
  font-size: 13px;
  font-family: pbminfotech-base-icons;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -khtml-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(-45deg);
  transform: translateX(0) translateY(-50%) rotate(-45deg);
}
.error404 a.pbmit-home-back:hover::after {
  -khtml-transform: translateX(0) translateY(-50%) rotate(0);
  -moz-transform: translateX(0) translateY(-50%) rotate(0);
  -ms-transform: translateX(0) translateY(-50%) rotate(0);
  -o-transform: translateX(0) translateY(-50%) rotate(0);
  transform: translateX(0) translateY(-50%) rotate(0);
}
.error404 .pbmit-text-color-white a.pbmit-home-back {
  color: #fff;
}
.error404 .pbmit-text-color-white a:hover.pbmit-home-back {
  color: rgba(255, 255, 255, 0.7);
}
.error404 h2.page-title {
  font-size: 200px;
  line-height: 210px;
  font-weight: 700;
  color: #fff;
}
.error404 .site-content-wrap {
  position: relative;
}
.error404 .site-content-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: none!important;
}
.error404 .footer-wrap.pbmit-footer-big-area::after,
.error404 .footer-wrap.pbmit-footer-big-area::before {
  content: none;
}
.error404 .site-content-wrap,
.error404 .pbmit-bg-color-custom > .site-content-wrap:before {
  background-color: rgba(33, 44, 64, 0.5);
  background-image: url(../images/404-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
}
.search-form label {
  display: none;
}
.search-form button {
  position: absolute;
  right: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  height: 58px;
  line-height: 58px;
  color: var(--pbmit-cleanfin-white-color);
  font-size: 16px;
  z-index: 1;
  width: 70px;
}
.search-form button .screen-reader-text {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .error404 h2.page-title {
    font-size: 120px;
    line-height: 150px;
  }
  .error-404 .footer-message {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .error404 h2.page-title {
    font-size: 80px;
    line-height: 100px;
  }
  .error-404 .footer-message {
    font-size: 22px;
    line-height: 30px;
  }
}
.pbmit-footer-logo img {
  max-height: 100px;
  height: 100px;
}
.site-header .site-branding img {
  height: 60px;
  max-height: unset;
}
.bg-none {
  background: none !important;
}
.isolate {
  isolation: isolate;
}
.zn1 {
  z-index: -1;
}
.coverd {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
}
.single-service .pbmit-title-bar-wrapper {
  background: #419097;
}
.single-service .pbmit-title-bar-wrapper,
.single-service .pbmit-title-bar-content {
  min-height: 450px;
}
#who .pbmit-fid-inner {
  color: #25255b;
}
.pbmit-sticky-special .about-us-four_leftbox {
  height: unset;
}
.about-us-four_leftbox {
  top: 0;
}
.about-us-four_leftbox img {
  width: 100%;
}
@media (min-width: 1400px) {
  .pbmit-slider-one .pbmit-slider-item .pbmit-title {
    font-size: 70px;
    line-height: 90px;
  }
}
@media (max-width: 475px) {
  .pbmit-slider-one .pbmit-slider-item .pbmit-title {
    font-size: 43px;
    line-height: 63px;
  }
}
.menu-image-title-after.menu-image-not-hovered img,
.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper,
.menu-image-title-before.menu-image-title {
  padding-right: 0 !important;
}
@media (min-width: 1200px) {
  .pbmit-heading-subheading .pbmit-title {
    font-size: 48px;
  }
  .contact-form-left_title h2.pbmit-title {
    font-size: 28px;
  }
  .pbmit-tbar-title {
    font-size: 45px !important;
  }
  .pbmit-testimonial-style-2 blockquote {
    font-size: 27px;
  }
  .pbmit-contact-widget-phone {
    font-size: 19px;
  }
}
@media (max-width: 1200px) {
  .pbmit-heading-subheading .pbmit-title {
    font-size: 34px;
    /* 42 -> 34 */
    line-height: 42px;
    /* 52 -> 42 */
  }
}
@media (max-width: 767px) {
  .pbmit-heading-subheading .pbmit-title {
    font-size: 32px;
    /* 40 -> 32 */
    line-height: 40px;
    /* 50 -> 40 */
  }
}
@media (max-width: 575px) {
  .pbmit-heading-subheading .pbmit-title {
    font-size: 31px;
    /* 38 -> 31 */
    line-height: 39px;
    /* 48 -> 39 */
  }
}
@media (max-width: 1200px) {
  .pbmit-slider-one .pbmit-slider-item .pbmit-title {
    font-size: 50px;
    /* 70 × 0.7143 ≈ 50 */
    line-height: 60px;
    /* 70 × 0.8571 ≈ 60 */
  }
}
@media (max-width: 767px) {
  .pbmit-slider-one .pbmit-slider-item .pbmit-title {
    font-size: 36px;
    /* 50 × 0.7143 ≈ 36 */
    line-height: 43px;
    /* 50 × 0.8571 ≈ 43 */
  }
}
@media (max-width: 475px) {
  .pbmit-slider-one .pbmit-slider-item .pbmit-title {
    font-size: 31px;
    /* 43 × 0.7143 ≈ 31 */
    line-height: 54px;
    /* 63 × 0.8571 ≈ 54 */
  }
}
@media (max-width: 1200px) {
  .pbminfotech-ele-fid-style-6 .pbmit-fid-inner {
    font-size: 85px;
    line-height: 85px;
  }
}
@media (max-width: 575px) {
  .pbminfotech-ele-fid-style-6 .pbmit-fid-inner {
    font-size: 65px;
    line-height: 65px;
  }
}
@media (max-width: 1200px) {
  .pbmit-testimonial-style-2 blockquote {
    font-size: 22px;
    line-height: 30px;
  }
  .pbmit-testimonial-style-2 .pbminfotech-box-content::before {
    font-size: 50px;
  }
  .pbmit-testimonial-style-2 .pbminfotech-box-content {
    padding-left: 100px;
  }
}
@media (max-width: 575px) {
  .pbmit-testimonial-style-2 blockquote {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  .pbmit-footer-big-area-wrapper h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .pbmit-contact-widget-phone {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 1200px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
  h3 {
    font-size: 26px;
    line-height: 36px;
  }
  h4 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 1200px) {
  .pbmit-service-single .pbmit-heading-subheading .pbmit-title {
    font-size: 26px;
    line-height: 36px;
  }
  .accordion-item .pbmit-accordion-title {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .pbmit-menu-wrap .menu-image-title-after.menu-image-not-hovered img {
    filter: brightness(0) invert(0);
  }
}
.object-fit-cover {
  object-fit: cover;
}
.h-73 {
  height: 120px;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text {
  -webkit-text-size-adjust: none;
}
.cbto {
  object-position: center top;
}
.contact-form_leftbox {
  flex-direction: column;
}
.contact-form_leftbox .coverd.cbto {
  position: relative;
  height: auto !important;
}
.contact-form_leftbox .contact-us-left_inner {
  margin-top: 0;
}
.testimonial-four_box .pbmit-featured-img-wrapper {
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .testimonial-four_box .swiper-slider {
    padding-bottom: 50px;
  }
}
.pbmit-testimonial-style-1 .pbmit-featured-img-wrapper {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .who-we-are-four_right_img {
    padding: 0;
  }
  .who-we-are-four_right_img img {
    position: relative;
    height: auto !important;
  }
}
