/* Background colour for the top navigation */
.header-bottom.t4-heaer-height.d-flex.align-items-center {
    background-color: #e5f3ff;
}

/* Resizing the translate button */
select.gt_selector.notranslate {
    padding: 3px 6px;
}


/* Social media icons - topbar */
ul.social-icons {
	list-style-type: none;
	margin-top: -20px;
    }
  
li.facebook {
	float: left;
}

li.instagram {
	float: left;
}

li.linkedin {
	float: left;
}

li.twitter {
	float: left;
}   

li.youtube {
	float: left;
}   

li.pininterest {
	float: left;
}   

ul.social-icons li {
    padding: 2px;
}

ul.social-icons li a {
        height: 32px;
        line-height: 32px;
        display: block;
        padding-left: 30px; /* To sift text off the background-image */
        color: #3E789F;
        background: url('custom-images/social-media-icons-small.png') no-repeat; 
    }
    ul.social-icons li.facebook a:hover {
        background-position:  -11px -8px;
    }
    ul.social-icons li.instagram a:hover {
        background-position:  -51px -8px;
    }
    ul.social-icons li.linkedin a:hover {
        background-position:  -91px -8px;
    }
    ul.social-icons li.youtube a:hover {
        background-position:  -131px -8px;
    }
    ul.social-icons li.twitter a:hover {
        background-position:  -171px -8px;
    }
    ul.social-icons li.facebook a {
        background-position: -11px -55px;
    }
    ul.social-icons li.instagram a {
        background-position: -51px -55px;
    }
    ul.social-icons li.linkedin a {
        background-position: -91px -55px;
    }
    ul.social-icons li.youtube a {
        background-position: -131px -55px;
    }
    ul.social-icons li.twitter a {
        background-position: -171px -55px;
    }



/* Give additional space above latest news, notifications orders below masthead */
    div#t4-section-1 {
        padding-top: 10px;
    }
	
	
	
/* Social media icons - topbar */
    ul.field-entry attachment attachment-custom-field {
        list-style-type: none;
    }


/* margin for cards around the being led by module */
.card-being-led-by {
    margin: 5px;
}

/* removing padding around homepage accordian */
.fp-accordian {
    padding: 0px;
}

/* removing padding around homepage accordian */
.admission-banner {
    padding-top: 60px;
    padding-bottom: 20px;
}

/* removing padding around homepage read more for news sections */
 .notifications-orders-read-more {
	 margin-top: 0px;
	 margin-bottom:4px;
	 font-size: small-caps;
 }
 
  .btn-news-home {
	  width: 100%;
  }

  /* custom css for article images */
.article-img {
    float: right;
    margin-inline-start: 4px;
}

  /* custom css for tables */

table-n {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ddd;
    width: 100%;
  }
  
  th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }
  
  tr:nth-child(even) {
    background-color: #f2f2f2;
  }

  tr:hover {
    background-color: rgb(44, 119, 224);
    color: white;
}

    /* custom background for article index */
  .article-index {
    background-color: #7aadfa;
    color: rgb(5, 0, 161);
    font-weight: bold;
    width: 35%;
    padding: 0px;;
}

/* justify p */
p {
        text-align: justify;
}

/* Reach Us Top Header custom CSS */
.reach-us-top {
white-space: nowrap;
text-align: right;
font-size: 11px;
vertical-align: middle;
display: flex;
justify-content: center;
align-items: center;
}

/* Table with no border */
.table-no-border {
    border-bottom: none;
}


/* Removing padding from top of main body */
.t4-main-body {
    padding-top: 1rem;
}

/* Positioning text for Image overlay as seen on the niti-aayog report download link*/
.image-overlay-custom {

    padding: 5px;
    text-align: center;
    white-space: 20px;
    font-weight: 600;
}

/* Custom CSS for sidebar-l */
.card-sidebar-l {
}

.card-body-sidebar-l {
    padding: 3px;
}

.card-text-sidebar-l {
    line-height: normal;
}

.sidebar-l-skill-india {
    padding-left: 0.5rem;
}

.td-skill-india {
    padding: 0px;
    border-bottom: 0px;
}



.nav-align-left .t4-megamenu .navbar-nav > li > a, .nav-align-left .t4-megamenu .navbar-nav > li > span {
    margin-right: 1.5rem;
}


h5.card-title {
    text-align: center;
}

p.card-text {
    text-align: center;
}

.card-footer {
    text-align: center;
}