*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul{
    padding-left: 0;
    margin-bottom: 0;
}
li{
    list-style: none;
}
body {
    background-color: #f2f2f2;
    color: #757575;
   font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.45;
    font-style: normal;
    padding: 0;
    word-wrap: break-word;
}
p{
    font-size: 16px;
}
a{
    text-decoration: none;
}
.baner{
   background-image: url("../images/baner-img.png");
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center; 
       padding-top: 250px;
    padding-bottom: 160px;
        position: relative;
}
.baner:before {
    position: absolute;
    content: "";
 background-color: #122f3cab;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.baner h1{
text-align: center;
text-shadow: 1px 1px 15px #280000;
font-size: 62px;
    line-height: 1.4;
    letter-spacing: 0px;
color: #fff;
z-index: 9999999;

    font-weight: 700;
    font-style: normal;
    text-transform: none;
}
.baner h1 span{
   font-size: 20px;
    font-weight: 400;
}
 .baner p{
    font-size: 24px;
    text-align: center;
    text-shadow: 1px 1px 15px #350000;
    font-weight: 700;
    color: #fff;
 }
 .banner-btn a{
border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #ffffff;
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
    background: rgba(255, 0, 0, 0);
        font-weight: 400;
    font-size: 18px;
    border-radius: 10px;
        padding: 12px 24px;
    text-decoration: none;
    text-shadow: none;
    color: #fff;
    background-color: #ca9d4d;
    border: none;
 }
 .about-content {
    padding: 20px ;
 }
 .about-content h2{
     font-size: 40px;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #333;
  
    font-weight: 700;
        text-transform: none;
    font-style: normal;
 }
 .about-img img {
    border-radius: 15px;
}
.pp-icon-list-items li{
margin-bottom: 40px;

}
.pp-icon-list-items{
    margin: 35px 20px;
}
.pp-icon-list-items .pp-icon-list-item .pp-list-item-icon {
    float: left;
    margin-right: 10px;
    background-color: #f6f6f6;
    color: #444444;
    font-size: 20px;
    padding: px;
    text-align: center;
    display: inline-block;
    line-height: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    -webkit-transition: all 0.3s 
ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.pp-list-item-text{
    font-weight: 400;
    color: #757575;
    font-size: 18px;
    line-height: 1.45;
    font-style: normal;
    padding: 0;
    word-wrap: break-word;
}
.about-content h2 {
    margin: 20px;
}
.investment-strategy {
    /* padding-top: 120px;
    padding-bottom: 60px; */
    background-color: #122f3c;
}  
.our-invest-bg{
    background-color: #fff;
    border-radius: 15px;
    padding: 25px 20px;
}
.box-investment-content h3{
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0px;
        color: #333;
   
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.box-investment-content {
    margin-bottom: 30px;
}
.our-invest-bg{
        margin-top: 120px;
    margin-bottom: 60px;
}
.our-invest-bgs {
    margin-top: 60px;
    margin-bottom: 120px;
    background-color: #fff;
        border-radius: 15px;
        padding: 25px 20px;
}
.box-investment-content i{
   color: #122f3c;
   font-size: 40px;
}
.small-inner-hd {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #333;
    width: 93%;
    margin: auto;
    margin-bottom: 20px;
}
.separator{
    width: 95%;
    margin: auto;
    background-color:  #757575;
    height: 1px;
    margin-bottom: 30px;
}
.contact-sec{
        padding-top: 60px;
    padding-bottom: 120px;
    background-image: url("../images/dark.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.contact-sec:before {
    position: absolute;
    content: "";
background-color: #122f3cab;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.disclaimer-text {
    margin-top: 15rem;
}
.contact-bg{
    margin: 0;
    margin-top: 50px;
        padding: 20px;
}
.margin-para {
    padding-left: 66px;
}
.btn-schedule a {
    color: #ffffff;
 background-color: #ca9d4d;
    width: 90%;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 20px;
    border-radius: 8px;
    margin: auto;
}
.ppm-logo {
    width: 15%;
    margin: auto;
    /* display: block; */
}
.footer-content p {
    font-size: 12px;
    color: #fff;
}
header {
    position: absolute;
    z-index: 99999;
    width: 100%;
    padding-top: 12px;
}
.footer-sec{
    padding: 40px;
    padding-bottom: 15px;
}
.footer-content p a{
   color: #a81021; 
}
ul.list-item li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.our-team-bg{
   background-color: #EDEDED;
       border-radius: 15px;
    padding: 25px 20px;
    width: 95%;
    margin: auto;
}
.box-investment-content img {
    border-radius: 100%;
}
.box-investment-content h6 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    font-style: italic;
    color: #99999999;
}
.our-team {
    background: #fff;
    padding: 25px 0;
    padding-bottom: 60px;
}
.contact-form{
    background-image: url("../images/imagess.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    position: relative;
}
.contact-form::before{
      position: absolute;
    content: "";
 background-color: #122f3cab;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;  
}
.text-area {
    padding: 20px 170px;
    background: #fff;
}

.footer-proof li a {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #fff;
    display: flex
;
    align-items: center;
    gap: 13px;
}
.footer-proof li a i{
  background-color: #ca9d4d;
  width: 2.5rem;
  height: 2.5rem;  
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.search-poperties{
    width: 100%;
    background-color: #ca9d4d;
        border-radius: 4px;
    font-size: 16px;
    padding: 15px 30px;
    border: none;
    font-weight: 700;
}
.form-bg {
    background: #fff;
    padding: 25px ;
    padding-bottom: 40px;
    padding-top: 40px;
    border-radius: 12px;
}
.form-group input{
background-color: #ffffff;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #69727d;
    width: 100%;
    min-height: 40px;
    color: #000;
    padding-left: 10px;
}
.select-amount h5 {
    font-weight: 500;
    color: #000;
    font-size: 18px;
}
.form-check-input{
    font-size: 1rem;
}
.form-check-label{
    font-size: 16px;
    color: #000;
}
.form-check-input{
    font-size: 1rem;
}
.form-bg p{
    font-size: 16px;
    color: #000;
}
.lets-discuss{
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.form-section-content h2{
    color: #fff;
    font-weight: 700;
}
.form-section-content p{
    color: #fff;
}
.footer-sec {
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 120px 0 40px 0;
}
.logo-footer a img {
    width: 25%;
    margin: auto;
    display: block;
    margin-bottom: 37px;
}
.text-area h4{
        font-size: 30px;
    font-weight: 600;
    color: #122f3c;
    margin-bottom: 0;
}

@media(max-width:1399px){
    .about-content h2 {
    font-size: 35px;
}
.box-investment-content h3 {
    font-size: 22px;
}
}
@media(max-width:1199px){
    .baner h1 {
    font-size: 45px;
}
ul.list-item li a {
    font-size: 14px;
}
.text-area {
    padding: 20px 46px;
}
.text-area h4 {
    font-size: 25px;
}
}
@media(max-width:991px){
    .text-area h4 {
    font-size: 20px;
}
.logo a img {
    width: 45%;
}
.text-area {
    padding: 20px 38px;
}
.footer-proof li a {
    font-size: 18px;
}
.logo-footer a img {
    width: 30%;
}
}
@media(max-width:767px){
    .baner h1 {
    font-size: 36px;
}
.baner p {
    font-size: 20px;
}
.banner-btn {
    flex-direction: column;
}
.about-content {
    padding: 20px 0;
}
.about-content h2 {
    font-size: 28px;
}
.pp-icon-list-items li{
    display: flex;
}
p{
    font-size: 14px !important;
}
.box-investment-content h6 br {
 display: none;
}
.our-invest-bg {
    margin-top: 60px;
    margin-bottom: 60px;
}
.box-investment-content h3 {
    font-size: 20px;
}
.our-invest-bgs {
    margin-top: 20px;
}
.contact-sec {
    padding-top: 60px;
    padding-bottom: 0px;
}
.btn-schedule a{
    font-size: 14px;
}
.form-check-label{
    font-size: 14px;
}
.text-area {
    padding: 20px 25px;
}
.text-area h4 {
    font-size: 24px;
}
.text-area .d-flex {
    flex-direction: column;
    gap: 23px;
}
.footer-proof {
    flex-direction: column;
}
.footer-proof li a {
    font-size: 16px;
    justify-content: center;
}
.footer-proof{
    flex-direction: column;
    gap: 21px;
}
.logo-footer a img {
    width: 60%;
}
.list-item {
    display: none !important;
}
.logo a img {
    width: 70%;
    margin: auto;
    display: block;
}
.disclaimer-text {
    margin-top: 3rem;
}
.ppm-logo {
    margin-bottom: 30px;
}
}