a {
    text-decoration: none !important;
	    font-family: "Montserrat", Sans-serif;
}


.heading_style h2 {
	text-decoration: underline !important;
	text-decoration-color: #c637a020 !important;
	text-decoration-thickness: 14px !important;
	text-underline-offset: -10px !important;
	text-decoration-skip-ink: none !important;
}

.heading_style h1{
	text-decoration: underline !important;
	text-decoration-color: #c637a040 !important;
	text-decoration-thickness: 14px !important;
	text-underline-offset: -10px !important;
	text-decoration-skip-ink: none !important;
}

.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
	margin-bottom: 14px !important;
}

/* stress_section  stress_img
 */

.services_box .service_img, .img_contant {
	overflow: hidden;
}

.services_box .service_img::after,
.stress_section .stress_img::after,
.img_contant .img_hover::after,
.home_blog .elementor-post__thumbnail img::after {
	 content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}


.services_box:hover .service_img::after,
.stress_section:hover .stress_img::after,
.img_contant:hover .img_hover::after,
.elementor-post__thumbnail:hover img::after{
    height: 250%;
    transition: all 800ms linear;
    background-color: transparent;
}

.service_desption p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    max-height: 4.5em;
    margin-bottom: 0;
}



.custom-form-wrapper {
/*   background: #E8E8E8; */
/*   padding: 35px; */
/*   border-radius: 8px; */
  max-width: 100%;
  margin: 0 auto;
/*   box-shadow: 0 2px 6px rgba(0,0,0,0.1); */
}

.custom-form-wrapper .form-row {
  margin-bottom: 16px;
}

.custom-form-wrapper label {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
  color: #000;
    font-family: "Montserrat", Sans-serif;
	font-size: 16px;
}

.custom-form-wrapper input[type="text"],
.custom-form-wrapper input[type="email"],
.custom-form-wrapper input[type="tel"],
.custom-form-wrapper textarea,
.custom-form-wrapper select {
  width: 100%;
  padding: 6px 13px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 15px;
  background-color: #fff;
  transition: border-color 0.3s ease;
  font-family: Poppins, sans-serif;
font-weight: 400;
}

.custom-form-wrapper input:focus,
.custom-form-wrapper textarea:focus,
.custom-form-wrapper select:focus{
  border-color: #a0836a;
  outline: none;
}

.custom-form-wrapper textarea {
  height: 70px;
  resize: none;
}

/* Custom Submit Button */

.custom-form-wrapper .form-submit button:focus {
	background-color: #fff !important;
	color: #8e837c;
}

/* .form-submit {
  text-align: center;
} */
.custom-form-wrapper p br {
	display: none;
}

.box_item {
  position: relative;
  overflow: hidden;
}

.bottam_contant {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*   background: rgba(0,0,0,0.6);  */
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.bottam_contant > div {
	height: 100%;
}

.box_item:hover .bottam_contant {
  opacity: 1;
}

.container {
	max-width: 1750px;
	margin: auto;
}
 
ul {
	padding: 0;
	list-style: none;
}

.expertise-btn {
	background-color: var(--e-global-color-98cb2aa);
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: none;
    border-radius: 5px 5px 5px 5px;
    padding: 12px 24px;
}

.expertise-btn:hover {
	background-color: var(--e-global-color-primary);
    color: #FFFFFF;
}

