*{
    scroll-behavior: smooth;
}
#contPhone{
    max-width: 60px;
    max-height: 60px;
}
#contLogo{
    width:fit-content;
    height: fit-content;
}
.loader{
    background:#000 url(../images/loadinganimation.gif) no-repeat center;
    justify-content: center;
    align-items: center;
    background-size: 6%;
    width:100%;
    height:100vh;
    position:fixed;
    z-index: 1000;
    transition:all 4s linear;
  }
  .exitLoader{
    display:none;
    transition:all 4s linear;  
  }
#onScrolA{
    display:none;
    z-index: 9999;
    position: fixed;
}
#landing{
    background-image: url(../images/investor.jpg);
    background-repeat: no-repeat,no-repeat;
    background-position: center;
    background-size: cover;
    width:100%;
    height: 100vh;
    background-blend-mode:darken;

}

#landing2{
    background-repeat: no-repeat,no-repeat;
    background-position: center;
    background-size: cover;
    width:100%;
    height: 50vh;
    background-blend-mode:darken;
    overflow: hidden;

}
.menu1{
    border-bottom:#11C1A4 2px solid; 
    font-size: 17px; 
    font-weight: bolder;
    margin: 0 0 10px 0;
    padding-bottom: 0;
}
#login1{
    color:#fff;
    border:rgb(0, 128, 98) solid 2px;
    padding: 10px; 
    background: #11C1A4; 
    font-size: 20px; 
    font-weight: bolder;
    margin: -10px 0 -10px 0;
}
#login1:hover{
    background:#035648;
    transition: 2s linear;
}
.main_text{
    color:#fff
}

.plans{
    color:#025a4b;
    text-align: center;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 2.5rem;
    font-weight: bolder;
    margin: 2rem 0 0 0;
    letter-spacing: 1.5px;
}

.planinfo{
    margin:1rem 0 0 1rem;
    font-size: 1.1rem;
}
.planinfo li{
    margin:.5rem 0 0 0;
    font-family:serif;
    text-align: left;
}
.planinfo li i{
    margin: 0 1rem 0 1rem;
    color:#11C1A4;
    
}
.actionbtn{
    background:#11C1A4;
    border:#035648 solid 2px;
    border-radius: 5px;
    margin: 1rem 0 0 0;
    padding: 5px;
    font-size: 15px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bolder;
    color:#fff;
    cursor:pointer;
    transition: 2s ease-in-out;
}
.actionbtn:hover{
    background: #035648;
    border:#11C1A4 solid 2px;   
}
.social{
    width:100%;
    height:30vh;
    background:#fff; 
    /* display:flex; */
    align-items: center;
    justify-content: center;
    margin: -2rem 0 0 0;
    padding: 2rem;
    font-family:Georgia, 'Times New Roman', Times, serif;
    overflow: hidden;
}
.social h1{
    text-align:center;
    font-size: 1.5rem;
}

.swiper{
    width:70%;
    height:fit-content;
/*     margin-top: -3rem; */
}
.swiper-slide p{
    width:100%;
    color: #000;
}

.btns{
    padding:4px;
    border-radius: 10px;
    background:#11C1A4;
    color:#fff;
    font-weight: bolder;
}
.btns:hover{
    background:#025a4b;
    color:#fff;
    text-decoration:none;
}
.obscure{
    background:#000;
    width:110%;
    height:100vh;
    position:absolute;
    z-index:-1;
    opacity: .8;

}

/* about landing slides */



 #sliderB{
    width:100%;
    height:70vh;
    overflow: hidden;
}
@media (max-width: 1200px) {
  
}
@media (max-width: 992px) {
   body{overflow-x:hidden}
    .loader{
    background:#000 url(../images/loadinganimation.gif) no-repeat center;
    justify-content: center;
    align-items: center;
    background-size: 20%;
    width:100%;
    height:100vh;
    position:fixed;
    z-index: 1000;
    transition:all 4s linear;
  }
    #head1{
    margin-top:-50%;
    padding-right: 10%;
   }
   #bodyAdjust{
    margin-top: -1rem !important;
   }
   #textanim{
    padding-top: 20px;
   }
    .plan101{
    margin-top: 30px;
}

.social{
    width:100%;
    height:70vh;
    background:#fff; 
    /* display:flex; */
    align-items: center;
    justify-content: center;
    margin: -5rem 0 0 0;
    /* padding: 2rem; */
    font-family:Georgia, 'Times New Roman', Times, serif;
    overflow: hidden;
}
.social h1{
    text-align:center;
    font-size: 1.5rem;
}

.swiper{
    width:90%;
    height:fit-content;
    margin-top: 1rem;
}
.swiper-slide p{
    width:100%;
}
    
    #landing2{
    /* background-image: url(../images/img_pc_trade_2020_02\ -\ Copy.png); */
    background-repeat: no-repeat,no-repeat;
    background-position: center;
    background-size: cover;
    width:100%;
    height: 30vh;
    background-blend-mode:darken;
    overflow: hidden;

}
#aboutUs{
    margin: -15rem 0 0 4rem !important;
}
}
@media (max-width: 768px) {
    
}
