.con_btn {
	background: #000;
}
.con_btn a{
	color: #fff !important;
  padding: 25px 40px !important;
}
.title_text h2 span{
	font-family: "Hurricane", Sans-serif;
  text-transform: capitalize;
}
.stry_text{position:relative;}
.stry_text:before{
	position:absolute;
	content:"";
	background:url(https://thelorenprojec.wpenginepowered.com/wp-content/uploads/2025/10/flwr.png) no-repeat;
	width:550px;
	height:336px;
bottom: -50px;
  left: -30px;
}
.process_text ol li{
	padding: 40px 0;
  border-bottom: 1px solid #000;
}
.process_text ol{list-style: none; padding-left: 0;}
.process_text ol li strong{ font-size:20px; padding-right: 20px; font-weight: normal;}
.profle_sec{
	position: absolute !important;
bottom: 60px;
  right: -90px;
}
.prof_btn {
	position: absolute !important;
  bottom: 0;
  left: 117px;
}
.pro_bck{position:relative;}
.pro_bck:before{
	position:absolute;
	content:"";
	background:url(https://thelorenprojec.wpenginepowered.com/wp-content/uploads/2025/10/pro_back-2.png) no-repeat;
	width:773px;
	height:418px;
	bottom: 0px;
  left: 0px;
}

.accordion_sec .elementor-accordion .elementor-accordion-item {
    border: 0;
    border-bottom: 2px solid #231F20;
}

.accordion_sec .elementor-accordion .elementor-tab-title {
    padding: 30px 0px 30px 0;
}

.accordion_sec .elementor-accordion .elementor-tab-content {
   padding: 0;
    padding-bottom: 30px;
    border: 0;
    padding-right: 50px;
}
.accordion_sec .elementor-accordion .elementor-tab-content p {
  margin: 0px
}

.email_form form .elementor-form-fields-wrapper{
        display: flex;
        flex-wrap: inherit;
        position: relative;
}
.email_form form .elementor-form-fields-wrapper .e-form__buttons{
        position: absolute;
        right: 0;        
}
.home_contact_usSec{
    font-family: Hurricane;
}

.contact_form .elementor-field-group .elementor-field-textual:focus{
            box-shadow: none;
}
.contact_form .elementor-field-group .elementor-field-textual{
            padding-left: 0;
            padding-bottom: 18px;
}

/*==========FOOTER============*/
.footer_text_color a{
	  color: #F0E6C9 !important;
	font-family: "Glacial Indifference";
	font-style: normal;
	font-weight: 400;
	line-height: normal;
    
}

/*================ RESPONSIVE =============*/
@media only screen and (min-width: 1024px) and (max-width: 1200px){


}
@media only screen and (min-width: 768px) and (max-width: 1024px){

}
@media only screen and (min-width: 768px) and (max-width: 950px){
	.stry_text:before{display:none;}	
		.profle_sec, .prof_btn {
    position: inherit !important;
    bottom: 0;
    right: 0;
	left: 0px;
}

}
@media only screen and (max-width: 767px) {
	.profle_sec, .prof_btn {
    position: inherit !important;
    bottom: 0;
    right: 0;
	left: 0px;
}
	.pro_bck:before, .stry_text:before{display:none;}	
	.process_text ol li {
    padding: 20px 0;
}

	.accordion_sec .elementor-accordion .elementor-tab-content {
	   padding: 0;
		padding-bottom: 25px;
		border: 0;
		padding-right: 25px;
	}
	.accordion_sec .elementor-accordion .elementor-tab-title {
    	padding: 20px 0px 20px 0;
	}
}





@media only screen and (min-width: 1200px) and (max-width: 1600px) {

}

  /*
 * Hide visually and from screen readers, but maintain layout
 */

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after {clear: both;}


  /* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  /* Black prints faster:
    http://www.sanbeiji.com/archives/953 */
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {text-decoration: underline; }
  a[href]:after {content: " (" attr(href) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  abbr[title]:after { content: " (" attr(title) ")";}
  a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  pre, blockquote {border: 1px solid #999; page-break-inside: avoid;}
  thead { display: table-header-group; }
  tr, img {page-break-inside: avoid; }
  img { max-width: 100% !important; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 {page-break-after: avoid; }
}