body{
	/*background-color: #0b1426;*/
	background-color: #00005c;
	font-size: 16px;
	display: block;
	color: #fff;
	
}



* {
  margin: 0;
  padding: 0;
}


th{
	background-color:#696ffb !important;
	color:#fff !important;
}
a{
	color: #3498db !important;
	text-decoration: none;
}
a:active{
	color:#696ffb !important;
}
a:hover{
	color:#696ffb !important;
}

.card-color{
	 background-color: #fff;
	 color: #000;
	 border-radius: 3px;
	box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}
.card-link{
	color:#007bff !important;
	text-decoration: none;
}
.card-link:hover{
	color: #6610f2 !important;
}

.highlight-text{
	color: #e83e8c;
}

.main-card{
 /* background-image: url("/assets/images/card2.jpg");
  background-size: cover;
  background-position: center; 
	background: linear-gradient(90deg,#1f2940,#e83e8c,#1f2940) ;*/
	background: #F8F8FF;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	width: 96%;
	margin-left:2%;
	border-radius: 20px;
	margin-top: 20px;
	margin-right:2%;
	
}

.main-card1{
	/* background-image: url("/assets/images/card3.jpg");
  background-size: cover;
  background-position: center;   
  background: linear-gradient(90deg,#1f2940, #002e63,#1f2940);*/
	/* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
	
	background: #F0F8FF;  

    	
	
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	width: 96%;
	margin-left:2%;
	border-radius: 20px;
	margin-top: 20px;
	margin-right:2%;
}

.main-heading{
	padding:10px;
	color:#000080;
	font-size:32px;
	font-weight:600;
	text-align:center;
}


/*---------------Login Form-----------------------------*/

.main-content{
	
	width: 100%; 
	background-color: transparent;   
	padding-bottom: 2em;  
	border-radius: 1em;
}

.login-form{
	padding: 20px;
    margin-top: 10px;
   	border-radius: 10px;
    text-align: center;
    transition: 0.25s;
    margin-top: 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
    padding-bottom: 30px;
    min-width: 30vw; 
    max-width: 30vw; 
    
}

.login-form h3{
	color: #000080;
	font-size: 22px;
}

.login-form input[type="text"],
.login-form input[type="email"],
.login-form input[type="password"],
.login-form select
{
    border: 0;
    background: #fff;
    display: block;
    margin: 20px auto;
    text-align: center;
    border: 2px solid #ccc;
    padding: 6px 10px;
    width: 80%;
    outline: none;
    color: #000;
    transition: 0.25s
}

.login-form input[type="text"]:focus,
.login-form input[type="email"]:focus,
.login-form select:focus,
.login-form input[type="password"]:focus {
    width: 85%;
    border-color: #000080;
}

.login-form button[type="submit"] {
    border: 0;
    background: radial-gradient( circle farthest-corner at 22.4% 21.7%, rgba(4,189,228,1) 0%, rgba(2,83,185,1) 100.2% );
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: block;
    margin: 20px auto;
    text-align: center;
   	color: #fff;
    padding: 14px 40px;
    outline: none;
    border-radius: 24px;
    transition: 0.25s;
    cursor: pointer;
    font-weight: 600;
}

.login-form button[type="submit"]:hover {
 box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.login-form .refresh-button{
	border: none;
	background-color: transparent;
	font-size: 22px;
	color: #696ffb;
}

.login-form .refresh-button:hover{
	color: #3498db;
}


/*---------------------------------Header------------------------------------*/

.header-container{
	
	height: auto;
  	
}

.header-bg{
	
	height: auto;
  	background: url("../images/headerbg.jpg");
  	background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/*---------------------- Footer -----------------------------*/

.footer{
	
	min-height: 10vh;
	height: auto;
  	background: #00004e;
    padding-top: 20px;
    padding-bottom: 20px;
  	margin-top: 20px;
  	overflow-x: hidden;
}

.footer .copyright{
	
	color: #fff;
	font-size: 16px;
	text-align: center;
}



.page-item.active .page-link {
        color: #fff !important;
        background-color: #696ffb !important;
        border-color: #696ffb !important; 
    }

    .page-link {
        color: #696ffb !important;
       
    }
    
/*------------------------------------*/


.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 24px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: red;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #409024;
}

input:focus+.slider {
	box-shadow: 0 0 1px #409024;
}

input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

[data-title]:hover:after {
	opacity: 1;
	transition: all 0.1s ease 0.5s;
	visibility: visible;
}

[data-title]:after {
	content: attr(data-title);
	visibility: hidden;
	width: 140px;
	background-color: #625D5D;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 50%;
	margin-left: -60px;
}

[data-title] {
	position: relative;
	display: inline-block;
}

.custom-button {
    border: 0;
    background: radial-gradient( circle farthest-corner at 22.4% 21.7%, rgba(4,189,228,1) 0%, rgba(2,83,185,1) 100.2% );
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: block;
    margin: 20px auto;
    text-align: center;
   	color: #fff;
    padding: 14px 40px;
    outline: none;
    border-radius: 24px;
    transition: 0.25s;
    cursor: pointer;
    font-weight: 600;
}

.custom-button:hover {
 box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}



.popup-class{
	font-size: 16px;
	color: #fff;
	background-color: #1f2940;
	 border-width: 4px;
  	border-style: solid;
  	border-radius: 10px;
  	border-image: linear-gradient(45deg, #fb0094, #0000ff, #00ff00) 1;
}

  /**************** Join Us ******************/

  .jc{
    text-align: center;
  }

  .joinus-container{
    position: relative;
    height:auto;
    margin-top: 30px;
    display: flex;
    gap: 40px;
    flex-direction: column;
  }

  .joinus-tcontent{
    margin-top:10px;
  }

  .joinus-h{
    font-size: 32px;
    color: #fff;
    font-weight: 900;
  }
  .joinus-sh{
    font-size: 32px;
    color: orange;
    font-weight: 900;
    text-shadow: 1px 1px #fff;
  }

  .joinus-shh{
    font-size: 32px;
    color: #055C9D;
    font-weight: 900;
    text-shadow: 1px 1px #fff;
  }

  .joinus-ash{
    font-size: 32px;
    color: #055C9D;
    font-weight: 900;
    text-shadow: 1px 1px #fff;
  }

  .joinus-ashh{
    font-size: 32px;
    color: blue;
    font-weight: 900;
    text-shadow: 1px 1px #fff;
  }

  .j-tel{
    color: orange;
    text-decoration: none;
  }


.background-desing{
	background: url("../images/bg-3.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #fff;
    border-radius: 20px;
    padding:20px;
}

  .joinus-item-angle{
    flex:1;
    background: url("../images/bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #fff;
    padding: 20px;
  }
  .joinus-item-alice{
    flex:1;
    background: url("../images/bg1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px;
  }
  
  
  .joinus-button-angel{
    text-decoration: none;
    background: #E97451;
    padding: 5px;
    border-radius: 2px;
    margin-top: 50px;
    color: #fff !important;
    font-size: 24px;
    font-weight: 600;
     box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
     transition: all .5s;
    -webkit-transition: all 0.5s;
   }
  .joinus-button-angel:hover{
    transform: scale(1.2);
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    
  }
  .joinus-button-alice{
    text-decoration: none;
    background: #055C9D;
    padding: 5px;
    border-radius: 2px;
    margin-top: 50px;
    color: #fff !important;
    font-size: 24px;
    font-weight: 600;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    transition: all .5s;
    -webkit-transition: all 0.5s;
  }
  
  .joinus-button-alice:hover{
    transform: scale(1.2);
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  }
  .joinus-inner{
    display: flex;
    flex-direction: column;
  }


  /*******************************************/

.contact-container{
    
    
    position: relative;
    margin-top: 30px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contact-h{
    flex:1;
    padding-top: 10px;
    color: #3CA03C;
    font-weight: 600;
    font-size: 32px;
}

.contact-form {
    
    width: auto;
    height: auto;
    margin-bottom: 30px;
    margin-top:50px;
    padding: 2px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px;
    background: #fff;
    padding-bottom: 10px;
    color: #000080;
    min-width: 40vw; 
   
  }
  
  .contact-form h2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .contact-form label {
    display: block;
    margin-bottom: 20px;
    margin-left: 10%;
    margin-right: 10%;
    text-align: left;
  }
  
  
  .contact-form input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    transition: all .5s;
    -webkit-transition: all 0.5s;
    outline: none;
    
  }

  .contact-form input:focus{
    border: 1px solid  #000080;
    transform: scale(1.05);
  }
  
  .contact-form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    transition: all .5s;
    -webkit-transition: all 0.5s;
    outline: none;
    
  }

  .contact-form select:focus{
    border: 1px solid  #000080;
    transform: scale(1.05);
  }

  .contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    transition: all .5s;
    -webkit-transition: all 0.5s;
    outline: none;
    font-family:Arial, Helvetica, sans-serif;
    
  }

  .contact-form textarea:focus{
    border: 1px solid  #000080;
    transform: scale(1.05);
  }
 
  
  .contact-center{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .contact-form-button {
    background: linear-gradient(to right, #f6d693, #96d1f3);
    border: 0;
    border-radius: 56px;
    color: #410860;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    outline: 0;
    padding: 16px 40px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .contact-form-button:before {
    background-color: initial;
    background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
    border-radius: 125px;
    content: "";
    height: 50%;
    left: 4%;
    opacity: .5;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 92%;
  }

  .contact-form-button:hover {
    box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
    transform: scale(1.05);
  }
  
   ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        img {
    max-width: 100%;
    height: auto;
}
        section {
            padding: 60px 0;
           /* min-height: 100vh;*/
        }

.sec-title{
  position:relative;
  z-index: 1;
  margin-bottom:60px;
  color: #000080;
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 24px;
 
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size:40px;
  line-height: 1.28em;
  color: #fff;
  font-weight: 600;
  padding-bottom:18px;
}

.sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:50px;
  height:3px;
  background-color:#d1d2d6;
}

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2{
  color: #ffffff;
}

.sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
}

.list-style-one{
  position:relative;
}

.list-style-one li{
  position:relative;
  font-size:16px;
  line-height:26px;
  color: #222222;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #ff2222;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
  color: #44bce2;
}

.btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #00aeef;
}

.btn-style-one:hover{
  background-color: #0794c9;
  color: #ffffff;
}
.about-section{
  position: relative;
  padding: 120px 0 70px;
}

.about-section .sec-title{
  margin-bottom: 45px;
}

.about-section .content-column{
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column{
  position: relative;
  padding-left: 30px;
}

.about-section .text{
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
  text-align: justify;
  text-justify: inter-word;
}

.about-section .list-style-one{
  margin-bottom: 45px;
}

.about-section .btn-box{
  position: relative;
  max-width: 100px;
  color: #fff;
}

.about-section .btn-box a{
  padding: 15px 50px;
}

.about-section .image-column{
  position: relative;
}

.about-section .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #fff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column{
  position: relative;
  padding-left: 80px;
  padding-bottom: 0px;
}
.about-section .image-column .inner-column .author-desc{
    position: absolute;
    bottom: 16px;
    z-index: 1;
    background: orange;
    padding: 10px 15px;
    left: 96px;
    width: calc(100% - 152px);
    border-radius: 50px;
}
.about-section .image-column .inner-column .author-desc h2{
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
  margin: 0;
}
.about-section .image-column .inner-column .author-desc span{
    font-size: 16px;
    letter-spacing: 6px;
    text-align: center;
    color: #fff;
  display: block;
  font-weight: 400;
}
.about-section .image-column .inner-column:before{
    content: '';
    position: absolute;
    width: calc(50% + 80px);
    height: calc(100% + 160px);
    top: -80px;
    left: -3px;
   
   background: transparent;
    border: 44px solid transparent;
  border-image: linear-gradient(45deg, #002e63, #ddd, #fff, #00aeef, #ddd, #002e63);
  border-image-slice: 1;

    z-index: 0;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    border-radius: 8px;
}

.about-section .image-column .image-1{
  position: relative;
}
.about-section .image-column .image-2{
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
      border-radius: 46px;
}

.about-section .image-column .video-link{
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link{
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover{
  background-color: #191e34;
  color: #fff;
  }
	    
  .logos-telegram{
    margin-top: 20px;
    text-decoration: none;
    padding: 10px;
    color:#fff !important;
    background: linear-gradient(to bottom right, #3333ff 0%, #66ffff 100%);
    width:fit-content;
    height: fit-content;
    border-radius: 2%;
    font-size: 16px;
    font-weight: 600;
    transition: all .5s;
    -webkit-transition: all 0.5s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  }
  .logos-telegram:hover{
    transform: scale(1.2);
  }
  
  /*-------------------------------------------*/
  
  	   .custom-card{
		background-color: #fff;
		border-radius: 10px;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
		color: #000;
		width: 350px;
		height: 500px;
		text-align: center;
		margin: 10px;
		background: url("../images/cardbgwhite.png");
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: 100% 100%;
		
	}  
	
	
	.custom-card1{
		background-color: #fff;
		border-radius: 10px;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
		color: #000;
		width: 400px;
		height: 320px;
		text-align: center;
		margin: 10px;
		text-align:center;
		background: url("../images/cardbgwhite.png");
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: 100% 100%;
    
	} 
	
	
	
	.custom-card p{
		
		padding: 5px;
		text-align: justify;
  		text-justify: inter-word;
	}
	
	 .custom-card2{
		background-color: #1f2940;
		border-radius: 10px;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
		color: #000;
		width: 400px;
		height: 570px;
		text-align: center;
		margin: 10px;
		background: url("../images/cardbgwhite.png");
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: 100% 100%;
	}   
	
	
	
	.custom-card2 p{
		
		padding: 5px;
		text-align: justify;
  		text-justify: inter-word;
	}
	
	
	.custom-card3{
		background-color: #1f2940;
		border-radius: 10px;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
		color: #000;
		width: 300px;
		height: 250px;
		text-align: center;
		margin: 10px;
		background: url("../images/cardbgwhite.png");
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: 100% 100%;
	}   
	
	
	
	.custom-card h3, .custom-card1 h3, .custom-card2 h3, .custom-card3 h3{
		color: #fff;
		display: inline-block;
	    padding: .25em 0;
	    background: linear-gradient(135deg, #0045ee, #ee009854);
    	padding: 10px;
    	border-radius: 10px;
    	margin-left: 1%;
    	margin-top: 1%;
    	width: 98%;
    	min-height: 100px;
    	display:flex;
    	justify-content:center;
    	align-items:center;
	}
	
	
	
	.stock-img{
		width: 100%;
		height: 230px;
		padding: 10px;
		border-radius: 20px;
	}  
	
	.custom-card h2{
		font-size: 30px;
	}
	.custom-card p{
		font-size: 18px;
		padding: 10px;
	}
	
	.crow{
		display: flex;
		gap: 30px;
	}
	.ccol{
		flex:1;
	}
	
	.abttext{
		text-align: justify;
  		text-justify: inter-word;
  		padding: 10px;
	}
	
	.term-container{
    
    height: auto;
    padding: 30px;
    padding-left:5%;
    padding-right:5%;
}

.term-heading{
    font-size: 28px;
    font-weight: 900;
    color:#000080;
}

.term-subheading{
    color: #000;
    font-size: 32px;
    font-weight: 900;
}
.term-hs{
    font-size: 28px;
    font-weight: 900;
    color: #000;
}

.term-hsub{
	font-size: 22px;
    font-weight: 900;
    color: #000;
}

.term-content{
    font-size: 20px;
    text-align: justify;
    text-justify: inter-word;
    color: #000;
    font-weight: 400;
    
}

.term-content ul{
	list-style-type: square;
}

.term-content ul li{
	margin-bottom: 4px;
	margin-left: 8px;
}

.li-main{
	color: #000;
	font-weight: 900;
	margin-right: 5px;
}



.floating-enrollnow-container{
 
    transition: all .5s;
    -webkit-transition: all 0.5s;
	width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 99;
    cursor: pointer;
    height: 40px;
    padding: 1px;
    position: fixed;
    bottom: 240px;
    right:13px;
    background-color: #000080;
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    border-radius:50%;
    -webkit-filter: drop-shadow(5px 5px 5px #666666);
   filter: drop-shadow(5px 5px 5px #666666);
    
    
  }




.floating-whatsapp-container{
 
    transition: all .5s;
    -webkit-transition: all 0.5s;
	width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 99;
    cursor: pointer;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: fixed;
    bottom: 100px;
    right:13px;
    background-color: #000080;
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    border-radius:50%;
    -webkit-filter: drop-shadow(5px 5px 5px #666666);
   filter: drop-shadow(5px 5px 5px #666666);
    
    
  }
  
  
  .floating-telegram-container{
 
    transition: all .5s;
    -webkit-transition: all 0.5s;
	
    overflow: hidden;
    z-index: 99;
    cursor: pointer;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: fixed;
    bottom: 100px;
    right:13px;
    background-color: #fff;
    border: 0px;
    color: #0088cc;
    text-align: center;
    font-size: 40px;
    text-decoration: none;
    border-radius:50%;
   
  
  }

  .floating-whatsapp-container:hover, .floating-telegram-container:hover, .floating-enrollnow-container:hover{
    transform: scale(1.2);
    
  }
  
  .floating-media-container{
    position: fixed;
    bottom:25vh;
    display:flex;
    flex-direction: column;
    z-index: 999;
    width:auto;
    height:auto;
    animation: shake .5s;
    animation-iteration-count: infinite;
    text-align: center;
  }
  .logo-telegram{
    text-decoration: none;
    padding: 12px;
    color:#fff;
    background: #4682B4;
    width:fit-content;
    border-radius: 2%;
    font-size: 22px;
    font-weight: 600;
    transition: all .5s;
    -webkit-transition: all 0.5s;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    height: fit-content;
    color: #fff !important;
  }
  
  
  .floating-media-container a:hover{
  	color: #fff !important;
  }
  
  .logo-telegram:hover{
    transform: scale(1.2);
  }
  
  .partner{
  	width: 300px;
  	margin: 10px;
  	padding:10px;
  	background-color: #fff;
  	border-radius: 10px;
  	box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.partner-logo{
  	width: 300px;
  	height: 150px;
  	
  	padding:10px;
  	background-color: #fff;
  	border-radius: 10px;
  	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
 }

@keyframes shake {
    0% { transform: translateY(0) }
    25% { transform: translateY(5px) }
    50% { transform: translateY(-5px) }
    75% { transform: translateY(5px) }
    100% { transform: translateY(0) }
  }

@media (max-width: 700px){
    .term-heading{
        font-size: 28px;
       
    }
    
    .term-subheading{
        
        font-size: 28px;
        
    }
    
    .contact-form {
    
    	min-width: 85vw;
    }
    
    .login-form {
    
    	min-width: 85vw;
    }
}     


/*-------------------------------------------------------*/

.card-basic,
.card-standard {
  margin: 2%;
  padding: 0 0 0.5rem 0;
  width: 300px;
  background: linear-gradient(90deg,#1f2940, #002e63,#1f2940);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  color: #fff;
  border-radius: 1rem;
  box-shadow: 0.5rem 0.5rem 1rem rgba(51, 51, 51, 0.2);
  overflow: hidden;
  transition: all 0.1ms ease-in-out;
}


.card-premium{
  margin: 2%;
  padding: 0 0 0.5rem 0;
  min-width: 340px;
  background: linear-gradient(90deg,#1f2940, #002e63,#1f2940);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  color: #fff;
  border-radius: 1rem;
  box-shadow: 0.5rem 0.5rem 1rem rgba(51, 51, 51, 0.2);
  overflow: hidden;
  transition: all 0.1ms ease-in-out;
  min-height: 450px;
}


.card-basic:hover,
.card-premium:hover,
.card-standard:hover {
  transform: scale(1.02);
}

.card-header {
  height: 5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  padding: 1rem 0;
  color: #fff;
  clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
}

.header-basic,
.btn-basic {
  background: linear-gradient(135deg, rgb(0, 119, 238), #06c766);
}

.btn-basic-disabled {
  background: linear-gradient(135deg, #ddd, #ddd);
}

.header-standard,
.btn-standard {
  background: linear-gradient(135deg, #b202c9, #cf087c);
}

.header-premium,
.btn-premium {
  background: linear-gradient(135deg, #eea300, #ee5700);
}

.card-body {
  padding: 0.5rem 0;
  font-size: 18px;
  padding: 3px;
}
.card-body h2 {
  font-size: 2rem;
  font-weight: 700;
}

.card-element-container {
  color: #fff;
  list-style: none;
}

.btns {
  margin: 0.5rem 0;
  padding: 5px;
  outline: none;
  border-radius: 5px;
  min-width: 100px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: all .5s;
    -webkit-transition: all 0.5s;
}

.btn-disabled{
  margin: 0.5rem 0;
  padding: 5px;
  outline: none;
  border-radius: 5px;
  font-size: 1.2rem;
  min-width: 100px;
  font-weight: 700;
  color: #fff;
  border: none;
}

.btn-close{
	background: transparent;
}

.btns:hover {
  transform: scale(1.2);
}

.btn:active {
  transform: scale(1);
}

.card-element-hidden {
  display: none;
}

.algo-img{
	width: 70%;
}
	

@media (max-width: 700px){
	
	.custom-card,.custom-card2{
		width: 96%;
		
	}
	.custom-card1, .custom-card3{
		width: 80%;
	}
		.custom-card2{
			height: auto;
		}
		
		.card-premium{
		    width: 90%;
		}
		
		

.algo-img{
	width: 100%;
}
		
	
	}


.card-alice{
	
	background: #fff;
	color: #000080;
	padding: 20px;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}


.card-angle{
	
	background: #fff;
	color: #7e0f42;
	padding: 20px;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.acc-text{
	
	font-size: 18px;
	color: #000;
	text-align: justify;
  	text-justify: inter-word;
}

.stock-class-content{
	
	margin: 2%;
	font-size: 20px;
	text-align: justify;
  	text-justify: inter-word;
	
}

.stock-class-content ul{
	list-style-type: square;
	padding-left: 50px;
	color: #000;
}

.para{
	margin-top: 5px;
	color: #000;
}

.para-heading{
	
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 28px;
    font-weight: 900;
    color:#000080;
}

    