
.row-m{
margin:0px !important;	

}

.head_lbl {
    font-weight: bold;
    color: #425563;
    font-size: 22px;
   padding: 18px 35px;  
}

.cust_col{
padding:0px;	
    margin-bottom: 20px;
}
.card{
   height: 300px;
  width: 90%;
      margin: 0 auto;
}

.nav-item:nth-child(1) a {
    color: #ec0280 !important;
}
.navbar-nav>li>a {
    padding-top: 20.5px;
    padding-bottom: 20.5px;
}
/*img{
	   margin-top: -19px;
	    width:25px;
}*/
.container{
padding:0px !important;	
}
.home_bg{
    background-position: center;
    width: 100%;
    height: 568px;	
}
.overlay{
background: black;
    height: 568px;
    position: absolute;
    z-index: 1000;
    width: 100%;
    opacity: 0.5;
}
.bg_h{
  position: absolute;
    left: 26%;
    margin-top: -338px;
    color: white;
    z-index: 1000;
    font-size: 50px;
}
.mp-lb-r{
    padding: 2px 0px 0px 2px;
}
.mp-cnt {
 /*    background: #FCBF49; */
    text-align: center;
    max-width: 35px !important;
    height: 28px;
    border-radius: 77px;
    padding: 0;
    line-height: 32px;
 /*    font-weight: bold; */
}
.footer-m{
background: #425563;
color:white;
text-align:center;
padding:10px 0px;
}
.footer-m p{
margin-bottom:0px;	
font-size: 14px;
    font-weight: 600;
}
.home-wrapper{
  background-color:white;
  padding: 0px 15px;
 height:520px;
}
.card-ico{
	margin-top: 40px;
text-align:center;	
}
.card-ico>img {
    width: 65px;
    height: auto;
}
 /* .articu_b .card-img-overlay:hover{
    border: 1px solid #425563;	
}  */
.articu_b .card-img-overlay{
/* background-image: linear-gradient(to bottom, #0573e4, #0a5cc9, #0b46ae, #083194, #021c7a);	 */
background-color: white;
}
.program_b .card-img-overlay{
background:white;	
}
.insti_b .card-img-overlay{
background:white;	
}
.courses_b .card-img-overlay{
background:white;	
}

.card-body{
padding:10px;	
}
.card-title{
      font-size: 20px;
    text-align: center;
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 55px;
    color:black;
}
.insti_b .card-title,.program_b .card-title,.courses_b .card-title{
	padding-top:0px;
	 padding-left: 20px;
	 color:black;
	}

.count-s{

     
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    margin: 5px auto;
    color:black;
}
a.count-link{
	 color:black;
}
.articu_b a.count-link{
	color:black;
}
.count-s+div{
    font-weight: 600;
    margin-top:25px;	
} 

.mp-lbl{
/* font-weight: 600; */
    font-size: 14px;
    padding-right: 0;
    padding-left: 25px;
}
.card{
  border: none;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
 overflow:hidden;
 border-radius:20px;
/*  min-height:450px; */
/* box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; */
    box-shadow: 2px 1px 6px 1.2px #747474;
  width: 93%;
    height: 400px;
    border-radius: 10px
}
.card-img-overlay{
	    padding: 1rem;
}


/* hover  Effect*/


img.insti-ico.w-img,.art_w_img,.pro_w_img,.cou_w_img{
display:none;	
}
.articu_b .card-img-overlay:hover img.art_w_img{
	      display: initial;
}
.articu_b .card-img-overlay:hover img.art_g_img{
	   display:none;
}
.insti_b .card-img-overlay:hover img.insti-ico.w-img{
	      display: initial;
}
.insti_b .card-img-overlay:hover img.insti-ico.g-img{
	   display:none;
}
.program_b .card-img-overlay:hover img.pro_w_img{
	      display: initial;
}
.program_b .card-img-overlay:hover img.pro_g_img{
	   display:none;
}

.courses_b .card-img-overlay:hover img.cou_w_img{
	      display: initial;
}
.courses_b .card-img-overlay:hover img.cou_g_img{
	   display:none;
}



.card-img-overlay:hover{
	    background: #425563;
}
.card-img-overlay:hover .card-title{
	color:white;
}

.card-img-overlay:hover a.count-link{
	color:white;
}





 @media screen and (min-width: 320px) and (max-width:1024px) {
.home_bg,.home-wrapper{
height:auto;	
	}
	.cust_col{
	margin-bottom:20px;
	}
	.mp-lbl{
	max-width:75%;
	}
 }
