.logo-one a img {
  filter: brightness(100);
}

.main-menu .main-menu__list > li.dropdown > a:after {
  content: "";
  background-image: url(../images/icon/down-arrow.png);
  background-size: 100%;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  right: -12px;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "";
  top: 0;
  transform: rotate(-180deg);
}

.faq-one-accrodion .accrodion-title h4::before {
  content: "";
  background-image: url(../images/icon/down-arrow.png);
  background-size: 100%;
  top: 12px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0);
}

.about-four__img2-inner img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sidebar__categories-list li a {
  padding: 15px 25px;
  line-height: normal;
}

.services-four__single {
  display: flex;
  flex-direction: column;
  height: calc(100% - 30px);
}

.services-four__single-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.services-four__single-content .btn-box {
  margin-top: auto;
  padding-top: 20px;
}

.team-one__single-img img {
  height: 450px;
}

.team-one__single-content .img-box img {
  height: 100px;
}

.team-one__single-img img {
  object-fit: cover;
}

.team-one__single-content .img-box {
  width: auto;
  height: auto;
  border-radius: 0;
  border: none;
}
.team-one__single-content .img-box img {
  width: auto;
  height: 50px;
}

.project-four__single-img img {
  height: 310px;
}

.project-four__single-img .content-box h2 {
  color: #fff;
}

.blog-two__single-img .inner img {
  height: 510px;
}

.services-details__content-text3 {
  padding: 25px 20px 7px;
}

.services-details__content-text3-single h2 {
  font-size: 20px;
  line-height: normal;
}

.services-details__content-text1 p {
  margin-bottom: 25px;
}

.services-details__content-img1 img,
.services-details__content-text2-bottom-img img {
  object-position: center;
  object-fit: cover;
  height: 280px;
}

.services-details__content-img1 img{
  height: 350px;
}

.services-details__content-text3-single p {
  font-size: 14px;
  line-height: normal;
}

.services-details__content-img2-single img {
  height: 280px;
  object-fit: cover;
  object-position: center;
}

.site-footer__logo a img {
  filter: brightness(100);
}

.about-one {
  padding: 60px 0;
}

.about-one .about-one__content {
  margin-right: 0;
}

.about-one.reversed .about-one__content {
  margin-left: 0;
  margin-right: 20px;
}

.about-one.reversed .about-one__img::before {
  left: unset;
  right: -15px;
}

.about-one__img-left .single-img,
.about-one__img-right-img {
  background: none;
  border-radius: 5px;
}

.about-one__img-left .single-img img,
.about-one__img-right-img img {
  height: auto;
  object-fit: contain;
  border-radius: 5px;
}

.about-one__img-left .single-img.cover img,
.about-one__img-right-img.cover img {
  object-fit: cover;
}

.about-one__img-left .single-img:last-child img {
  max-height: 400px;
}

.about-one__img-right-img img {
  max-height: 570px;
}

.about-one__img-right,
.about-one__img-right-img.cover img,
.about-one__img-right-img.cover {
  max-height: 100%;
  height: 100%;
}

.services-details {
  padding-top: 60px;
}

.services-details__content-text2-bottom-content ul li p {
  font-size: 16px;
}

.services-details__content h3 {
  margin-bottom: 15px;
}

.services-details__content-text1 h2,
.services-details__content-text2 h2,
.faq-one-accrodion .accrodion-title h4,
.project-four__single-img .content-box h2 {
  text-transform: none;
}

.services-details__content-text2-bottom-content ul.two-columns {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.services-details__content-text2-bottom-content ul.two-columns li {
  padding: 7px 15px 7px 30px;
  position: relative;
  flex: 0 0 50%;
  width: 50%;
}

.services-details__content-text2-bottom-content ul.two-columns li + li {
  margin-top: 0;
}

.services-details__content-text2-bottom-content
  ul.two-columns
  li
  .icon-checkmark {
  position: absolute;
  top: 9px;
  left: 5px;
}

ul.wp-block-list {
  padding-left: 20px;
  margin-bottom: 30px;
  list-style-type: disc;
}

ol.wp-block-list {
  padding-left: 20px;
  margin-bottom: 30px;
  list-style-type: lower-latin;
}

.wp-block-heading {
  margin-bottom: 15px;
}

.wpcf7-list-item {
  margin-left: 0;
  font-size: 14px;
}

.sidebar {
  width: 100%;
}

.page-template-template-service .contact-page__bottom {
  margin-top: 50px;
  margin-bottom: 0;
}

.page-template-template-service .contact-page__bottom-inner ul li:first-child {
  padding-left: 50px;
}

.page-template-template-service .contact-page__bottom-inner ul li {
  padding-right: 50px;
  margin-right: 50px;
  flex: 1;
}

.page-template-template-service .contact-page__bottom-inner ul li:last-child {
  margin-right: 0;
}

.contact-page__bottom-inner ul {
  align-items: flex-start;
}

@media screen and (max-width: 1199px) {
  .page-template-template-service .contact-page__bottom ul {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .page-template-template-service .contact-page__bottom ul {
    display: block;
  }

  .page-template-template-service
    .contact-page__bottom-inner
    ul
    li:first-child {
    padding-left: 0;
  }

  .page-template-template-service .contact-page__bottom-inner ul li {
    padding-right: 0;
    margin-right: 0;
  }
}

.footer-widget__services-list.two-columns {
  column-count: 2;
}

.mobile-nav__content .logo-box img {
  filter: brightness(100);
}

.site-footer-two {
  padding: 120px 0 0 0;
}

.main-menu .main-menu__list>li>a, .stricky-header .main-menu__list>li>a{
  font-size: 16px;
}

.contact-info-one + .site-footer-two{
  padding-top: 180px;
}
.page-template-template-service .contact-page__bottom{
  z-index: 1;
}

.contact-info-one__inner .row {
    --bs-gutter-x: 150px;
}

.about-four__img1-inner img{
  max-height: 530px;
}