
body{
	max-width: 100%;
    overflow-x: hidden;
	font-family: 'Poppins', sans-serif;
}
main{
	
	background-color: #ff506c29;
	
}

.navbar-brand img{
    width:240px;
}
.enquirybtn {
        position: fixed;
        bottom: 0px;
        right: -20px;
        
    }

/*
.fixed-top {
    position: relative;
    top: 20px;
    right: 0;
    left: 0;
    z-index: 1030;
}
*/
.carousel-control-prev-icon{
    color: red;
}

    .dropdown svg{
        width:1.2em; 
        height:1.2em;
        color: #000;
        font-weight:600;
    }
    .dropdown:hover svg{
        width:1.2em; 
        height:1.2em;
        color: #7567f8;
        font-weight:600;
    }
    .dropdown .show{
        transition: width 2s;
    }

        .required{
            color: #ff8100;
        }
        
        
    

.navbar-toggler svg{
    padding: 0px 2px 2px 0px;
    width:  2.2em;
    height: 2.2em;
    line-height: 1;
    background-color: #fff;
    border: none;
    border-radius: 0.25rem;
    color: #ff506c;
}
.navbar-dark .navbar-toggler {
    color: rgb(144, 141, 141);
    border-color: #ffffff;
}



.navbar-dark .navbar-nav .show > .nav-link{
    color: #7567f8;
    
}

    
    .navbar-dark .navbar-nav .nav-item .nav-link{
        color: #000;
        font-weight:400;
    }
    
    .navbar-dark .navbar-nav .nav-item .nav-link:hover{
        color: #7567f8;
        transition: 1s;
    }
        
        .navbar{
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
            background: #fff;
            color: #000;
        }
        
            .msmetophead{
                background: #fff;    
                
            }
            .msmetophead .headingtext{
                margin-top:20px;
                text-align:center;
                
            }
            .headingtext h4{
                font-family: 'Poppins', sans-serif;
                padding-left:40px; 
                color: #ff8100;
                display: block;
            }
            .headingtext h4 a{
                 font-family: 'Poppins', sans-serif;
                color: #ff8100;
                font-size:22px;
                
            }
            .msmetophead img{
                margin-bottom: 10px;
                width:60%;
                margin-top:30px;
            }

.enqbtn{
	font-family: 'Poppins', sans-serif;
	background: #0065d2;
	padding: 5px 10px 5px 10px;
	color:#fff;
	box-shadow: 0px 2px 15px #0065d287;
	text-align:center;
	font-size:18px;
	font-weight:400;
	border:none;
	border-radius: 10px;
}

.registration{
	
	margin-top:70px;
	margin-bottom:60px;
	padding-top:20px;
}
.section-heading{
	font-family: 'Poppins', sans-serif;
	color: #ff506c;
	padding-top: 5px;
}
.cardbox{
	background:#fff;
	position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
    border-radius: 20px;
	
}

.form-control{
    border-radius: 10px;
    background: #ffffff;
    box-shadow: inset 3px 3px 5px #c2c2c2,
            inset -3px -3px 5px #ffffff;
}

@media only screen and (max-width: 600px) {
            .navbar-brand img{
                width: 210px;
            }
            .headclass{
                padding-top: 80px;  
                margin-left: -50px;
            }
	        .headingtext h4{
	            display: block;
                margin-left:50px;
                font-size: 16px;
                text-align:center;
              
            }
            
            
            .headingtext h4 a{
                display:none;
            }
            
            
            .marquee{
                margin-top:120px; 
                
            }
            .msmetophead img{
                width:40%;
                margin-left:0px;
                margin-top:20px;
                margin-bottom: -80px;
               
            }
            .logoimg{
                text-align:center;
            }
    	.registration{
    		margin:20px 10px 60px 10px;
    	}
	.enqbtn{
		margin-bottom:40px;
	}
	
}

.cardboxtitle{
	font-family: 'Poppins', sans-serif;
	position: relative;
	background: #7567f8;
	box-shadow: 0px 2px 10px #7567f870;
	padding: 5px 0px 5px 20px;
	border-radius: 20px;
	color:#fff;
	margin: 25px 25px 25px 25px;
	font-size: 22px;
	
}
.card-title{
	font-family: 'Poppins', sans-serif;
	color: #003063;
	
}
.card-text{
	font-family: 'Poppins', sans-serif;
	margin-bottom:20px;
	padding-left:20px;
}
label{
	font-size:14px;
	font-weight:600;
	margin-bottom: -5px;
}
.sbmtbtn{
	font-family: 'Poppins', sans-serif;
	padding: 5px 10px 5px 10px;
	margin: 5px;
	color:#808080;
	background: #fff;
	box-shadow: 0px 2px 10px #ff506c70;
	text-align:center;
	font-size:16px;
	border:none;
	border-radius: 5px;
	margin-bottom: 10px;
}
button .active{
    background: deeppink;
    color:#fff;
}
@media screen and (max-width: 768px){
   
        .sbmtbtn{
            padding: 5px 5px 5px 5px;
        	font-size:14px;
        	margin: 5px;
        }
}
/*
.sbmtbtn:hover{
    font-family: 'Poppins', sans-serif;
	
	padding: 5px 30px 5px 30px;
	color: #ff506c;
	background: #fff;
	box-shadow: 0px 2px 10px #ff810070;
	text-align:center;
	font-size:18px;
	font-weight:400;
	border: 2px solid #ff506c;
	border-radius: 5px;
}
*/
footer{
	background: #2f2f2f;
	padding: 40px 0px 10px 0px;
}

footer a{
	font-family: 'Poppins', sans-serif;
	color:#fff;
	padding-left:10px;
}
footer a:hover{
	
	color:#ff8100;
}
footer h3{
    margin-top:20px;
    background: -webkit-linear-gradient(#ffdd00, #ff0000e0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bottomfooter{
    font-family: 'Poppins', sans-serif;
    background: #5948fd;
    padding: 20px 0px 10px 0px;
}
.error{
	color: #ff8100;
}
.hide{
	display:none;
}

.headingbtmline{
	text-align:center;
	width:20%;
	height:1px;
	background: #888888;
}
.nav{
	text-align:center;
	}
.navbar ul li{
	padding: 5px 10px 5px 10px;
	font-family: 'Poppins', sans-serif;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Poppins', sans-serif;
	color: #fff;

}
.enquiry-top{
	background: #ffa500;
	padding-top:70px;
	color: #fff;
}
#aboutimp{
	padding: 60px 0px 60px 0px;
	
}
.bi{
	width: 120px;
    height:120px;
	color: #fff;	
}
 .img-circle-3 {
	background: #003063;
    padding: 15px 10px;
    border: 5px solid #0e59a9;
	box-shadow: 5px 5px 10px #0030632e;
    margin-right: auto;
    margin-left: auto;
	width: 100px;
    height:100px;
    margin-top: 10px;
    
}
.img-circle{
	border-radius: 50%;
}
.processbtmtxt{
	font-family: 'Poppins', sans-serif;
	padding-top: 10px;
	font-size:18px;
	font-weight:600;
	color: #003063;
}


.btn-link {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

    .paddingleft40{
        padding-left: 40px;
    }
    
.colorwhite{
    color: #fff;
}    