img {
  max-width: 100%;
}

.we-sec-fom {
  text-align: center;
  display: flex;
  justify-content: space-around;
  padding: 15px 0px;
  background: orange;
  font-weight: 700;
  color: #fff;
}

    .we-sec-fom p {
        position: absolute;
        right: 2px;
        top: 0px;
        cursor: pointer;
        padding: 7px;
    }

    .we-sec-fom-start input, textarea, button {
  margin: 20px 0px;
  margin-left: 5px;
  margin-right: 5px;
  width: 97%;
}

#exampleFormControlTextarea1 {
  width: 97%;
}

.btn.btn-primary {
  background:#f9faff;
  border: none;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
	color: black;
}

.btn.btn-primary:active {
  background: orange;
  border: none;
}

.we-sec-fom p {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  padding: 7px;
  background: #000;
  border-radius: 2px 1px 1px 20px;
  width: 30px;
}

.services-details__content-info.abcd {
  margin-top: 30px;
}



button.thm-btn {
    position: relative;
    left: 50%;
    right: 50%;
    transform: translate(-50%);
}

.about-one.\@\@extra_class {
  padding-bottom: 60px;
  display: none;
}

.block-title {
  margin-bottom: 50px;
  padding-top: 0px;
}

.nav.nav-tabs.about-one__tab-title {
  padding-bottom: 11px;
}

@media (max-width: 575px) {
  .project-one {
    padding-top: 8px;
    padding-bottom: 90px;
  }
	
	@media (max-width: 575px) {
  .cta-three__content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 90px;
    padding-bottom: 40px;
  }
}
	
	@media (max-width: 575px) {
  .project-one {
    padding-top: 8px;
    padding-bottom: 11px;
  }
}
	
	.cta-one__phone {
  font-weight: 593;
  font-size: 31px;
  line-height: 1em;
  color: var(--thm-base-color);
  text-align: center;
}
	
.about-four__about-page {
  margin: 150px 0px;
}

/* .container.text-center p {
  text-align: center !important;
} */
	
	.container.text-center h3 ,.container.text-center p ,.container.text-center a {
  text-align: center !important;
}
	
	
.about-two_tab-title .nav.about-two_tab-title-link{
	color:white;
	}


