*{
    --theemColor1: #0f5a89;
    --whiteColor:#ffffff;	
    --themeColor2:#fa5a58;
	--themeColor3:#f5811e;
    --redColor:#d24d33;
	--rajdhaniFont:"Rajdhani", sans-serif;
    --alderichFont:"Aldrich", sans-serif;
}
.tab-pane h3{
    font-size: 22px;
    padding: 10px;
    padding-left: 20px;
    color: #191263;
}
.tab-pane ul{
    list-style-type: none;
    padding: 10px;
    padding-left: 20px;
    padding-bottom: 20px;
}
.regarea #basic-addon1{
    border: none;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	text-indent: 10px;
	border-bottom: 2px solid var(--theemColor1);
    color: var(--themeColor2);
}
.regarea .form-control,
.regarea .form-select {
	border: none;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	text-indent: 10px;
	border-bottom: 2px solid var(--theemColor1);
    
}
.regarea .input-group{
    margin-top: 15px;
}

.regarea h4{
    color: var(--themeColor2);
    font-weight: 600;
    font-family: var(--alderichFont)!important;
    font-size: 26px;
    background-color: var(--theemColor1);
    padding: 7px 0px 6px 20px;
    border-radius: 20px;
}
.register h1{
    color: var(--theemColor1);
    font-weight: bold;
    /* text-transform: uppercase; */
    font-family: var(--alderichFont)!important;
    font-size: 35px;
    
}
.nav-link{
    color: #f5811e;
}
.nav-link:active{
    border-radius: 20px;
}
.inner-heading h1{
    font-size: 34px;   
    padding: 10px;
    border-radius: 20px;       
    text-align: center;
    margin: 30px 0;
    color: var(--themeColor2);
    font-family: 'Rajdhani', sans-serif;
}
.inner-heading h1 span{
    color: var(--theemColor1);
}
.inner-heading p{
    font-size: 17px;
    font-family: var(--rajdhaniFont)!important;
   
}
.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 .register .card{
    background-color: #d3e0e4;
}
.nav-item .active{
    border-top-left-radius: 20px;
}

.aboutimg img{
    width: 100%;
    height: 650px;    
    margin-top: 20px;
    background-color: #e8f3f7;
}
.aboutimg img{
    border-radius: 20px;
}
.abouttext .card h5, .abouttext .card-body .fa{
    color: #dc3545;
}
.abouttext .card .card-text a, .abouttext .card .card-text{
    text-decoration: none;
    color: #b0c2d7;
}
.abouttext .card-body ul{
    list-style-type: none;
    padding-left: 5px;
}
.abouttext p{
    
    text-align: justify!important;
}
.cont{
    box-shadow: 10px 10px 5px 0px var(--theemColor1);
	-webkit-box-shadow: 10px 10px 5px 0px var(--theemColor1);
	-moz-box-shadow: 10px 10px 5px 0px var(--theemColor1);
    height: 480px;
    margin-top: 50px;
    border-radius: 20px;
}
.cont h1{
    margin: 2px;
}
.payimg img{
    width: 100%;
    height: 600px;
    box-shadow: 10px 10px 5px 0px rgba(51,84,34,0.75);
	-webkit-box-shadow: 10px 10px 5px 0px rgba(51,84,34,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(51,84,34,0.75);
    border-radius: 10px;
    /* border: 1px solid rgba(51,84,34,0.75); */
    padding: 0;
}
@media(max-width:768px){
    .tophead{
        height: 250vh;
    }
    .inner-heading h1 span{
        display: block;
    }
    .aboutimg img{
        width: 100%;
        height: auto;
    }
    .cont{
        height: 530px;
        margin-top: 10px;
    }
}

.card{
    box-shadow: 5px 5px 0px 0px #014a59;
	-webkit-box-shadow: 5px 5px 0px 0px #014a59;
	-moz-box-shadow: 5px 5px 0px 0px #014a59;
    margin-top: 20px;
    border-radius: 10px;
}
.card ul{
    min-height: 270px!important;
    list-style-type: none;
    
}
.card ul li{
    padding-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    color: #164b70;
}
.card h5, .card-body h5{
    color: var(--themeColor2);
    font-family: 'Rajdhani', sans-serif;
}

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