.hero_section{
	background-color: #f8fafe;
	padding: 120px 120px;
}

.hero_section .hero-form{
	    padding: 3rem 3.5rem 3.5rem;
	    background-color:#fff;
	        box-shadow: 0 0 1px 0 rgba(var(--color-text--rgb), .24), 0 24px 24px 0 rgba(var(--color-text--rgb), .03), 0 2px 2px 0 rgba(var(--color-text--rgb), .03), 0 4px 4px 0 rgba(var(--color-text--rgb), .03), 0 8px 8px 0 rgba(var(--color-text--rgb), .03), 0 16px 16px 0 rgba(var(--color-text--rgb), .03);
    border-radius: 4px;
}
.hero_section .hero_content h1{
	font-size: 4rem;
        letter-spacing: -.05em;
        line-height: 1.2;
}
.hero_section .hero_content h1 strong{
	color:#185ce3;
}
.hero_section .hero_content p{
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5;
}
.menu-cta-btn{
	  color: #fff !important;
    padding: 0px 10px 0px 10px !important;
    line-height: 37px !important;
    height: auto !important;
}
.featured{
	text-align: center;
	padding-top: 40px;
    padding-bottom: 50px;
}


.featured-title span {
    padding: .5rem 2rem;
    background-color: var(--color-white);
    z-index: 5;
    position: relative;
        font-size: 15px;
}
.featured-holder{
	    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
.featured-logo svg {
    width: 100%;
    height: 100%;
    fill: #aaa;
}
.services-area .tm-section-title P{
	color: #333333;
}

.tm-breadcrumb-area{
	  background-color:#F2F2F2;
}
.tm-service-content p{
	color:#000;
	margin-bottom:12px;
}
.tm-about-content p{
	color:#000 !important;
	margin-bottom:12px;
}
.wp-block-media-text__content p{
	color:#000;
	margin-bottom:12px;
}
.default-ch p{
	color:#000;
	margin-bottom:12px;
}
.default-ch h2{
    font-weight: 700;
    margin-bottom: 30px;
    color: #185ce3;
	font-size: 36px;
	text-transform:uppercase;
}
.why-choose-us-ch .wp-block-column{
	    border: 1px solid #edf5fd;
    padding: 30px 30px;
    background: #f7f9fb;
}
.wpcf7-not-valid-tip {
    text-align: left;
}
.default-ch ul li{
margin-bottom: 10px;
}
.tm-testimonial-content p{
	color:#000;
}
.tm-section-title p {
    color:#000;
}
.tm-service:hover .tm-service-content p{
	color:#fff;
}
.page-child .tm-section{
	padding-top:0px;
}

.flex_grid{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;

}

.process {
  text-align:center;
}

.process-text {
  line-height:40px;
  display:block;
}



.process-number {
  color:#185ce3;
  font-size: 50px;
  font-weight:bold;
  letter-spacing: -2px;
  display:block;
}

.process-number-text {
  font-size:20px;
  font-weight:600;
  color: #000000;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.separator-thick {
  background: #d4d4d4;
  margin:3% auto;
  height:4px;
  width:30px;
}

.process-details {  
  height:100%;
  left:0;
  width:100%;
  padding-top:1em;


}
.process-details i {
  color: #1e83ec;
  margin-bottom:15px;
  font-size: 40px;
}

.process-details span{
  font-size:16px;
  line-height:26px;
  text-transform:capitalize;
  display:block;
}

.wp-block-button__link{
	    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    background: #185ce3 !important;
    height: 50px;
    line-height: 48px;
    padding: 0 40px !important;
    display: inline-block;
    overflow: hidden;
    position: relative;
    color: #ffffff !important;
    border: 1px solid #185ce3;
    z-index: 1;
    vertical-align: middle;
    border-radius: 3px !important;
}
