/* your styles go here */


/* .navbar {position: fixed;
    width: 100%;} */
	
	.m30 {margin-top: 30px;
    margin-bottom: 30px;}
	
	.bx-intiti{border-top: 6px solid #4650dd;
    background: #fff;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    text-align: center;
    padding: 20px;}
	
	.contact-info {
   background-color: #f8f9fa;
    padding: 20px;
    margin-bottom: 50px;
    position: relative;
    z-index: 0;
   
   }
	.contact-info a{ color: black;
    text-decoration: none;}
	
	.form-control{margin:10px;}
	
	
	@media screen and  (min-width: 768px){
.col-md-3 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
    float: left;
    padding: 10px;
	}}