*{
    --rajdhaniFont:'Rajdhani', sans-serif;
	--interFont:'Inter', sans-serif;
	--primaryColor:#1a4dbe;
	--secondaryColor:#ff826b;
	--blackColor:#222e48;
	--textColor:#6B6F7F;
}
.tab-pane h3{
    font-size: 22px;
    padding: 10px;
    padding-left: 20px;
    color: var(--textColor);
}
.tab-pane ul{
    list-style-type: none;
    padding: 10px;
    padding-left: 20px;
    padding-bottom: 20px;
}
.regarea #basic-addon1{
    color: #fff!important;
    background: linear-gradient(90deg, #1A4DBE 0%, #AE5EBE 100%);
    min-width: 50px;
}
.regarea h4{
    color: var(--textColor);
}
.register h1{
    color: var(--secondaryColor);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 35px;
    
}
.nav-link{
    color: #f8952c;
}
.nav-link:active{
    border-radius: 20px;
}
.inner-heading h1{
    font-size: 34px;   
    padding: 10px;
    border-radius: 20px;       
    text-align: center;
    margin: 30px 0;
    color: #ff826b;
    font-family: 'Rajdhani', sans-serif;
}
.inner-heading h1 span{
    color: #f5811e;
}

.navtab{
    box-shadow: 0 0 20px 0 rgba(0,0,0,.5);
    /* border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; */
    border-radius: 20px;
}

.tophead{
    height: 130vh;
}
.tab-content{
    background-color: rgba(255,255,255,.5);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;    
}
.inner-back{
    background-color: #ededf5;
    padding-bottom: 80px;
}
.nav-item .active{
    border-top-left-radius: 20px;
}
.aboutimg img{
    width: 100%;
    height: 480px;
}
.abouttext .card h5, .abouttext .card-body .fa{
    color: #f5811e;
}
.abouttext .card .card-text a, .abouttext .card .card-text{
    text-decoration: none;
    color: #094477;
}
.abouttext .card-body ul{
    list-style-type: none;
    padding-left: 5px;
}
.abouttext p{
    font-family: 'Montserrat', sans-serif;
}



@media(max-width:768px){
    .tophead{
        height: 250vh;
    }
    .inner-heading h1 span{
        display: block;
    }
    .aboutimg img{
        width: 100%;
        height: auto;
    }
}

.card{
    background-color: rgba(211,224,228, 0.3);    
    box-shadow: 5px 5px 5px 0px rgb(9 68 119 / 75%);
    -webkit-box-shadow: 5px 5px 5px 0px rgb(9 68 119 / 75%);
    -moz-box-shadow: 5px 5px 5px 0px rgba(9, 68, 119, 0.75);
   
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.5);    
    margin-top: 20px;
    border-radius: 10px;
}
.card:hover{    
    box-shadow: 5px 5px 5px 0px rgb(255 116 67 / 75%);
    -webkit-box-shadow: 5px 5px 5px 0px rgb(255 116 67 / 75%);
    -moz-box-shadow: 5px 5px 5px 0px rgba(255,116,67, 0.75);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.5);  
}
.card ul{
    min-height: 270px!important;
    list-style-type: none;
    
    
}
.card ul li{
    padding-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    color: #094477;
}
.contcard .card-body p{
    color: #094477;
}
.card h5, .card-body h5{
    color: #f5811e;
    font-family: 'Rajdhani', sans-serif;    
}
.inner-bg{
    background: #edf1fc url('../images/sbg.webp') no-repeat center/cover;
    padding: 10px 0;
    padding-bottom: 120px;   
        
    }

@media(max-width:768px){
    .card ul{
        min-height: auto!important;
        
    }
}