/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/







/* ===============================================================================================
                         Add your custom styles here 
  =================================================================================================== */

.home_banner>div {
  padding: 0 30px;
}

.nf-cell input {
  font-size: 18px;
  border: none !important;
  height: 60px !important;
  border-radius: 10px !important;
}

.nf-cell textarea {
  font-size: 18px;
  border: none !important;
  height: 120px !important;
  border-radius: 10px !important;
  resize: none;
}

.nf-cell input[type="submit"] {
  height: auto !important;
  font-size: 20px !important;
  border-radius: 10px !important;
  padding: 15px 40px;
}

.custom_container {
  max-width: 1800px;
  margin: auto;
}

.why_choose .custom_container {
  position: relative;
  /* padding-top: 50px; */
}

.why_choose .custom_container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #1b258b 0%, #1b258b00 100%) 0% 0% no-repeat padding-box;
  opacity: 0.06;
  border-radius: 20px;
}

.why_heading p {
  width: 100%;
  margin: auto;
}

.Investing_Easy::before {
  content: "";
  background: #282930;
  width: 100%;
  height: 86%;
  position: absolute;
  left: 0;
  top: 7%;
}

.Investing_Easy {
  position: relative;
}

.we_make_invest {
  padding: 70px 30px 50px 70px;
}

/* .investing_img {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  max-width: 800px !important;
} */
.baner_caption {
  padding-bottom: 40px;
}

.home_short_form .nf-field {
  margin: 0 10px;
}


.steps-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  padding: 40px 20px;
  flex-wrap: wrap;
  /* Makes it responsive */
  position: relative;
  z-index: 1;
  max-width: 1600px;
  margin: auto;
}

.step-card {
  background: rgba(69, 191, 103, 0.2);
  color: #282930;
  border-radius: 16px;
  padding: 50px;
  width: calc(25% - 50px);
  box-sizing: border-box;
  text-align: left;
  position: relative;
  z-index: 1;
}

.step-card:nth-child(even) {
  margin-top: 50px;
}

.proof_of_funds_section .step-card:nth-child(even) {
  margin-top: unset;
}

.proof_of_funds_section .step-card {
  width: calc(33% - 43px);
}

.step-card:nth-child(2) {
  background: rgba(69, 191, 103, 0.4);
}

.step-card:nth-child(3) {
  background: rgba(69, 191, 103, 0.7);
  color: #fff;
}

.step-card:nth-child(4) {
  background: #45BF67;
  color: #fff;
}

.step-card:nth-child(1) .border_img {
  bottom: -120px;
  left: 150px;
  transform: rotate(-5deg);
  z-index: -1;
}

.step-card:nth-child(2) .border_img {
  top: -120px;
  left: 250px;
  transform: rotate(5deg);
}

.step-card:nth-child(3) .border_img {
  bottom: -105px;
  left: 250px;
  transform: rotate(-10deg);
}

.step-card h3 {
  font-size: 30px;
  font-weight: 500;
  margin: 15px 0;
}

.step-card p {
  font-size: 22px;
}

.icon {
  font-size: 40px;
}

.border_img {
  position: absolute;
}

.step-card .border_img img {
  max-width: initial;
}

span.dot {
  background: #45BF67;
  outline: 5px solid rgba(69, 191, 103, 0.4);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
}

.step-card:nth-child(1) .border_img span.dot {
  left: 15px;
  top: 35px;
}

.step-card:nth-child(2) .border_img span.dot {
  right: 85px;
  top: 0px;
}

.step-card:nth-child(3) .border_img span.dot {
  right: 85px;
  bottom: 5px;
}

.solutions-item::before {
  content: "";
  background: transparent linear-gradient(270deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat;
  border-radius: 10px;
  opacity: 0.1;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.step-card .icon img {
  max-height: 60px;
}

.banner_section>div {
  padding: 0 30px;
}

.number-icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 60px;
  background: rgb(116 183 135);
  color: black;
  border-radius: 0 20px;
  width: 80px;
  text-align: center;
}



ul#menu-1-089fa46 {
  padding: 0 30px;
}

.FT_SPRT span {
  width: 75%;
  border-top: 1px solid #fff;
  opacity: 0.4;
}

/* .comman-title h2 {
  font-size: 45px;
  line-height: 62px;
  color: #1B258B !important;
  font-weight: 400 !important;
  font-family: "Abril Fatface", Sans-serif !important;
} */

.comman_title {
  font-size: 45px;
  line-height: 62px;
  color: #1B258B;
  font-weight: 400 !important;
  font-family: "Abril Fatface", Sans-serif !important;
  margin: 0;
}

.sub_heading {
  font-size: 28px;
  line-height: 40px;
  color: #1B258B;
  font-weight: 500 !important;
  /* font-family: "Abril Fatface", Sans-serif !important; */
  margin: 0;
  text-align: left;
}

.text_green{
  color: #45BF67 !important;
}
.text_white{
  color: #FFFFFF !important;
}
.text_center{
  text-align: center !important;
}
.commanpadding {
  padding: 80px 0;
}

.contact-icon-list{
  background: #f1f1f1;
  padding: 15px 20px;
  border-radius: 10px;
}
.contact-icon-list ul{
  display: flex;
  justify-content: space-between !important; 
  align-items: center;
}
#contact-page {
  width: 100%;
  max-width: 800px;
  margin: auto;
  text-align: center;
}


.main-grid .top_row,
.main-grid .bottom_row {
  padding: 25px;
}

.main-grid .top_row p,
.main-grid .bottom_row p{
  margin: 0;
  font-size: 18px;
}

.main-grid .top_row:first-child {
  border-right: 1px dashed rgba(255, 255, 255, 0.4);
  /* padding-left: 0px; */
}

.main-grid .bottom_row {
  border-right: 1px dashed rgba(255, 255, 255, 0.4);
  border-top: 1px dashed rgba(255, 255, 255, 0.4);
}

.main-grid .bottom_row:last-child {
  border-top: 1px dashed rgba(255, 255, 255, 0.4);
  border-right: none;
}


#FAQ{
  margin-top: 70px;
}



.Why_Choose_Legacy .e-con-inner{
    position: relative;
    z-index: 1;
    background: #f1f1f1;
    padding: 40px;
    border-radius: 20px;
}


.list-style1 {
    padding: 0;
    margin: 30px 0;
    list-style: none;
}

.list-style1 li{
  margin: 10px 0;
  display: inline-block;
  width: 100%;
  position: relative;
  padding-left: 30px;
  line-height: 28px;
  font-size: 20px;
}
.list-style1 li:before {
    /*content: "\f00c";*/
    content: "\f14a";
    font-family: fontawesome;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 900;
    color: #46bf68;
}


.step-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 30px 0;
}

.step-list li {
    padding: 25px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    width: calc(25% - 25px);
    box-shadow: 0 0 5px #b8b8b8;
}

.step-list li strong {
    display: block;
    background: #46bf68;
    color: #fff;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    font-size: 40px;
    font-weight: normal;
    margin: 15px auto;
}

#contract img {
  border-radius: 0 15px 15px 0;
}

.Legacy_Launcher{
  list-style: none;
  padding: 0;
  counter-reset: section;
}

.Legacy_Launcher li{
  position: relative;
  padding-left: 60px;
  margin: 10px 0;
  display: inline-block;
  width: 100%;
}

.Legacy_Launcher li::before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    left: 0;
    top: 5px;
    background: #45bf67;
    color: #ffffff;
    width: 36px;
    height: 36px;
    line-height: 32px;
    border-radius: 50%;    
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    
}

.Legacy_Launcher li .sub_heading{
  font-size: 24px;
  text-transform: capitalize;
}
.Legacy_Launcher li p{
  font-size: 20px;
}


.loan_terms img{
  width: 100%;
}
.house_under_contract p{
  padding-top: 50px;
}
.house_under_contract {
  padding: 15px !important;
  min-height: 150px;
}
.house_under_contract .number-icon {
  font-size: 36px;
  width: 55px;
}
