html, body {
	width: 100%;
	overflow-x: hidden;
}
body {
	padding-top: 140px;
	color: #333;
}
 @media (min-width: 992px) {
 #apply_now {
 display: block;
 background-color: red;
}
}
@-webkit-keyframes apply_blink {
 0%, 49% {
 color: red;
}
 50%, 100% {
 color: #000;
}
}
.float {
	position:fixed;
	width:40px;
	height:40px;
	bottom:90px;
	left:5px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	z-index: 10;
}
.my-float {
	margin-top:7px;
}
.news {
	width: 160px
}
.news-scroll a {
	text-decoration: none
}
.dot {
	height: 6px;
	width: 6px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 2px !important;
	background-color: rgb(207, 23, 23);
	border-radius: 50%;
	display: inline-block
}
.why_nims_item {
	margin-top: 10px;
}


.card-body .h5{
font-size: 16px;
font-weight: 600;
text-decoration:none	
}


 @media (min-width: 576px) {
 .chart-img img {
 float: none;
}
 .chart-text p {
 text-align: center;
}
}
.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 25px;
 -webkit-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
#placements img, #int_collabs img {
	width: 100%;
	max-width: 100%;
}
.resultBox {
	padding: 15px 22px;
animation: resultHighlight .5s infinite;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	border-radius: 4px;
}
.resultBox:hover {
	color: #fff;
	text-decoration: none;
}
 @keyframes resultHighlight {
 0% {
background: #9F0002;
}
 50% {
background: #00448C;
}
 100% {
background: #009A9C;
}
}
#admission_helpline, #apply_now_button {
	display: none;
}
 @media (min-width: 992px) {
 .resultBox {
font-size: 16px;
display: inline-block;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
}
 @media (max-width: 991px) {
 #admission_helpline {
display: inline-block;
position: relative;
}
 #admission_helpline span {

padding: 2px 5px;
border-radius: 3px;
font-size: 14px;
font-weight: bold;
color: #fff;
}
 #admission_helpline a {
color: #fff;
font-size: 16px;
font-weight: bold;
text-decoration: none;
transition: all ease-in-out .3s;
}
 #apply_now_button {
display: block;
}
}
 @media (max-width: 400px) {
 #admission_helpline {
transform: scale(0.85);
right: 10px;
top: 5px;
}
}
p {
	/*margin-bottom: 25px;*/
	line-height: 1.5;
	color: #333;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.blockTxt {
	display: block;
}
.blockTxtP {
	display: block;
}
.spaceTopMragin {
	margin-top: 70px;
}
.spaceTop {
	padding-top: 70px;
}
.spaceBottom {
	padding-bottom: 70px;
}
.spaceBoth {
	padding-top: 45px;
	padding-bottom: 45px;
}
.spaceTopLess {
	padding-top: 70px!important;
}
.strong {
	font-weight: 700;
}
.hidden {
	overflow: hidden;
}
.lightGray {
	background-color:rgba(208, 205, 205, 0.5);
}
.white {
	color: #fff;
}
.black {
	color: #000;
}
.p0 {
	padding: 0px!important;
}
.centerImg {
	text-align: center;
	margin: 0 auto 10px auto;
}
.centerImg img {
	vertical-align: top;
}
.txtUppercase {
	text-transform: uppercase;
}
img {
	max-width:100%;
	vertical-align: top;
}
[class*='col-'].imgRight {
padding-left: 50px;
}
[class*='col-'].imgLeft {
padding-right: 50px;
}
.imgShadow {
	box-shadow: -20px -20px 0 #d7d7d7;
	border: 5px solid #ef4036;
}
[class*='col-'].imgLeft .imgShadow {
box-shadow: 20px -20px 0 #d7d7d7;
border: 5px solid #ef4036;
}
a {
	text-decoration: none;
}
*:focus {
	outline:none;
}
.alignCenter {
	align-items: center;
}
.titleBorder.whiteBorderLine {
	background: #fff;
	background: linear-gradient(to right, transparent, #fff, transparent);
}
.redTxt {
	color:#a10709;
	font-size: 100%;
}
.whiteTxt {
	color: #fff!important;
}
.largeBtn, .smallBtn {
	color: #fff;
	background-color: #eb1c1c;
	text-align: center;
	position: relative;
	border-radius: 50px;
	border:2px solid #eb1c1c;
	font-size: 18px;
	display: inline-block;
	overflow: hidden;
	padding: 20px 30px;
	font-weight: 400;
	min-width: 245px;
}
.smallBtn {
	min-width: 150px;
	padding: 12px 5px;
	font-size: 14px;
	border-width: 1px;
}
.largeBtn:hover, .smallBtn:hover {
	border-color: #710c02;
	color: #fff;
	background-color: #710c02;
	text-decoration: none;
}
.largeBtn span, .smallBtn span {
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	color: inherit;
}
.containerSmall .largeBtn {
	margin-top:15px;
}
.containerSmall {
	max-width: 994px;
	margin-left:auto;
	margin-right:auto;
}
.sectionHeading {
	margin-top: 0px;
	color:#a10709;
}
.tableWrapper {
	max-width: 100%;
}
.tableWrapper table {
	width:100%;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 16px;
}
.tableWrapper table tr {
	position: relative;
}
.tableWrapper table td, .tableWrapper table th {
	width:100%;
	border-right: 1px solid #ccc;
	white-space: nowrap;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	text-align: center;
	background-color: #fff;
}
.tableWrapper table td:first-child, .tableWrapper table th:first-child {
	position: sticky;
	left: 0px;
	top: 0;
	text-align: left;
}
.tableWrapper table thead th {
	background-color: #161c2d;
	color: #fff;
}
.tableWrapper table tr:nth-child(2n) td {
background-color: rgb(255 236 61 / 21%);
}
.ListOfCollegesCourses {
	max-width: 100%;
}
.ListOfCollegesCourses ul {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}
.ListOfCollegesCourses ul li {
	width: 25%;
	padding: 2px;
}
.ListOfCollegesCourses ul li a {
	padding: 10px;
	min-height: 100%;
	display: block;
	font-size: 14px;
	text-decoration: none;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-weight: 700;
	color: #ef4036;
	display: flex;
	line-height: 1;
	align-items: center;
}
.ListOfCollegesCourses ul li a:hover {
	background: #ef4036;
	color: #fff;
	border-color:#ef4036;
}
.ListOfCollegesCourses ul li a span {
	background: #ef4036;
	color: #fff;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
	display: flex;
	border-radius: 50%;
	margin-right: 10px;
}
.ListOfCollegesCourses ul li a:hover span {
	background: #fff;
	color: #ef4036;
}
.moreThanCourses {
	position: relative;
	background: url(../images/more-than-courses.jpg) center center no-repeat;
	background-size:100% 100%;
	background-size:cover;
}
.moreThanCourses:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
.moreThanCourses > * {
	position: relative;
	z-index: 1;
}
.ListOfCourses {
	max-width: 100%;
}
.ListOfCourses ul {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	counter-reset: section;
}
.ListOfCourses ul li {
	width: 25%;
	padding: 2px;
}
.ListOfCourses ul li a {
	padding: 10px;
	min-height: 100%;
	display: block;
	font-size: 14px;
	text-decoration: none;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 2px;
	font-weight: 700;
	color: #ef4036;
	display: flex;
	line-height: 1;
	align-items: center;
}
.ListOfCourses ul li a:hover {
	background: #ef4036;
	color: #fff;
	border-color:#ef4036;
}
.ListOfCourses ul li a:before {
	counter-increment: section;
	content: counter(section);
	background: #ef4036;
	color: #fff;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
	display: flex;
	flex: 0 0 24px;
	border-radius: 50%;
	margin-right: 10px;
}
.ListOfCourses ul li a:hover:before {
	background: #fff;
	color: #ef4036;
}
.ListOfCourses ul li a span {
	background: #ef4036;
	color: #fff;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
	display: flex;
	border-radius: 50%;
	margin-right: 10px;
}
.ListOfCourses ul li a:hover span {
	background: #fff;
	color: #ef4036;
}
.ListOfCourses ul li.fullwidth {
	width: 100%;
	text-align: center;
}
.ListOfCourses ul li.fullwidth .smallBtn {
	max-width: 150px;
	display: inline-block;
	vertical-align: top;
}
.placementsLogo {
	max-width: 100%;
}
.placementsLogo ul {
	display: flex;
	flex-wrap: wrap;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	text-align: left;
}
.placementsLogo ul li {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 25%;
	padding: 10px;
	position: relative;
}
.placementsLogo ul li > span {
	position: absolute;
	left: 10px;
	top: 10px;
	background: #ef4036;
	color: #fff;
	padding: 5px 10px;
	font-weight: 700;
}
.placementsLogo ul li a {
	padding: 10px;
	display: block;
	font-size: 14px;
	text-decoration: none;
}
.placementsLogo ul li a:hover {
	background: #710c02;
	color: #000;
}
.placementsLogo ul li img {
	width: 100%;
}
.placementsLogo ul li.fullwidth {
	width: 100%;
	text-align: center;
}
.awardsList {
	max-width: 100%;
}
.awardsList ul {
	display: flex;
	flex-wrap: wrap;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	text-align: left;
}
.awardsList ul li {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 25%;
	padding: 10px;
	position: relative;
}
.awardsList ul li > span {
	position: absolute;
	left: 10px;
	top: 10px;
	background: #ef4036;
	color: #fff;
	padding: 5px 10px;
	font-weight: 700;
}
.awardsList ul li a {
	padding: 10px;
	display: block;
	font-size: 14px;
	text-decoration: none;
}
.awardsList ul li a:hover {
	background: #710c02;
	color: #000;
}
.awardsList ul li img {
	width: 100%;
}
.awardsList ul li.fullwidth {
	width: 100%;
	text-align: center;
}
header {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0;
	background: #fff;
	z-index: 99;
}
.headerAnnouncements {
	width: 100%;
	display: flex;
	background: #710c02;
}
.headerAnnouncements .announcementsHeading {
	font-size: 12px;
	font-weight: 600;
	background: #ef4036;
	color: #fff;
	padding: 3px 10px;
}

.headerAnnouncements a{font-size:11px}

.headerAnnouncements .marquee {
	padding: 5px 10px;
}
.middleSection {
    display: block;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
    text-align: center;
}
.middleSection .logo a {
	display: inline-block;
	vertical-align: top;
}
.middleSection .logo img {
	/*max-width: 150px;*/
	margin: 1px 0px;
}
.headerInfoRight ul {
	display: flex;
	justify-content: flex-end;
	padding: 0 5px;
}
.headerInfoRight ul li {
	padding: 24px 5px;
}
.headerInfoRight ul li a {
	display: flex;
  background: #3b5998;
  border: 1px solid #3b5998;
  border-radius: 2px;
  overflow: hidden;
  text-decoration: none;
  padding: 10px;
}
.headerInfoRight ul li a:hover {
	text-decoration: none;
	background:#a10709 !important;
	color:#fff
}
.headerInfoRight ul li span {
	padding:0 10px;
	font-size: 15px;
	color: #fff;
	line-height: 1;
}
.headerInfoRight ul li label {
	display: block;
	line-height: 1;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
}
.headerInfoRight ul li i {
	display: flex;
	border-radius: 2px;
	align-items: center;
	width: 31px;
	justify-content: center;
	font-size: 20px;
	background: #fff;
	border:1px solid #fff;
	color: #ef4036;
}
.headerInfoRight ul li a:hover {
	border: 1px solid #ef4036;
	background: #ef4036;
}
.headerInfoRight ul li a:hover i {
	color:#710c02;
}
nav {
	background: #3b5998;
  height: auto;
  display: flex;
  line-height: 1;
  border-top: 1px solid #ccc;
  padding: 4px 15px;
}
.main-menu ul li a {
	text-transform: capitalize;
	color: #fff;
font-weight: 600;
text-decoration: none;
}
.main-menu ul li a:hover {
	color: #fff;
	background:#710c02;
	text-decoration: none;
	
}
.main-menu ul li a:after {
	display: none;
}
.uspAwards {
	width: 100%;
	margin-top: 50px;
}
.uspAwards .container {
	position:relative;
	overflow:hidden;
}
.uspAwards .black-box {
	font-weight:700;
	color:#710c02;
	width:100%;
	height:400px;
	letter-spacing:1px
}
.uspAwards .black-box span {
	font-size: 100%;
	color: #710c02;
}
.uspAwards .black-box .testHeadingGroup {
	float:left;
	padding:60px 40px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:50%;
	line-height: 1;
}
.uspAwards .black-box .testHeadingGroup:first-of-type .black-box-number-lg-text {
	padding: 7px 0 15px;
}
.uspAwards .black-box .testHeadingGroup:nth-of-type(2) {
padding:60px 40px;
}
.uspAwards .black-box .testHeadingGroup:nth-of-type(2) .black-box-number-text {
padding:7px 0 15px
}
.uspAwards .black-box .testHeadingGroup .black-box-number-lg {
	font-size:60px;
	font-weight: 700;
	margin: 0px;
	line-height: 1;
	color: #710c02;
}
.uspAwards .black-box .testHeadingGroup .black-box-number-lg-text {
	font-size:26px;
	line-height:1.2;
	font-weight: 700;
	margin: 0px;
	color: #ffffff;
}
.uspAwards .black-box .testHeadingGroup .black-box-number {
	font-size:48px;
	font-weight: 700;
	margin: 0px;
	color: #710c02;
}
.uspAwards .black-box .testHeadingGroup .black-box-number-text {
	font-size:16px;
	font-weight: 700;
	margin: 0px;
	color: #ffffff;
}
.uspMain {
	position: relative;
	background:#3b5998;
	background-size:100% 100%;
	background-size:cover;
}
.uspMain .container {
	position: relative;
	z-index: 1;
}
.uspMain:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0, 0, 0, 0.6);*/
}
.uspLists {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
}
.uspLists .uspList {
	padding: 20px;
	width: 20%;
	border-bottom: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	background-color: rgba(0, 0, 0, 0.6);
}
.uspLists .uspList .upsNumber {
	font-size:40px;
	font-weight: 700;
	margin: 0px;
	color:#fea500;
	text-align: left;
}
.uspLists .uspList .upsText {
	font-size:15px;
	font-weight: 400;
	margin: 0px;
	color: #ffffff;
	text-align: left;
}
.uspLists .uspList span {
	font-size: 75%;
	color: #fea500;
}
.awards .awardsList {
	background-color: #e41f05;
	padding: 5px;
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.uspAwards .owl-carousel .owl-nav {
	position: static;
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.uspAwards .owl-carousel .owl-nav button.owl-prev, .uspAwards .owl-carousel .owl-nav button.owl-next {
	margin:0 15px;
	background: #e41f05;
	text-transform: capitalize;
	border:1px solid #e41f05;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 12px 18px!important;
	font-size: 15px;
	border-radius: 7px;
	font-weight: 600;
transition: all .5s ease;
	position: relative;
}
.uspAwards .owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 0px;
}
.uspAwards .owl-carousel .owl-nav button.owl-prev:hover, .uspAwards .owl-carousel .owl-nav button.owl-next:hover {
	background: #be1600;
	border-color: #be1600;
	box-shadow: 0px 8px 20px -6px rgba(190, 22, 0, 0.6);
}
.uspAwards .owl-carousel .owl-nav button.owl-prev:before {
	content: "prev";
}
.uspAwards .owl-carousel .owl-nav button.owl-next:before {
	content: "next";
}
.uspAwards .owl-carousel .owl-nav button span {
	display: none;
}
footer * {
	color: #fff;
	font-size: 14px;
}
footer h4 {
	font-weight: 700;
	line-height: 1;
	color: #fea500;
	font-size: 18px;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 10px;
}
footer h4:after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0;
	height: 2px;
	background: #710c02;
}
footer ul {
}
footer ul li {
	margin: 5px;
	color: both;
}
footer a {
	color: #fff;
font-weight: 600;
}
footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
.footerTop {
	background:#3b5998;
	padding: 50px 0;
}
.footerMiddle {
	background:#710c02;
	padding: 25px 0;
}
.footerMiddle p {
	margin-bottom: 5px;
}
.footerBottom {
	background:#710c02;
	text-align: center;
	padding: 10px 0;
	color: #000 !important;
}
footer .footerSocial {
	position: relative;
	text-align: center;
	align-items: center;
	display: flex;
}
footer .footerSocial a {
	background:transparent;
	line-height: 40px;
	font-size: 16px;
	border-radius: 2px;
	/*transform: rotate(45deg);*/
	color: #fff;
	border:1px solid rgba(255, 255, 255, 0.2);
	display: inline-block;
	padding: 0;
	margin-bottom: 15px;
}
footer .footerSocial a i {
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	margin-right:0;
	/*transform: rotate(-45deg);*/
}
footer .footerSocial a:hover {
	background: #710c02;
	z-index: 1;
}
.charmainMessageVideo {
	border: 1px solid rgba(108, 117, 125, .3);
	background: #fff;
	padding: 10px;
	max-width: 800px;
	border-radius: 2px;
	margin:0;
}
.awardsRankings {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
	border-top: 1px solid rgba(108, 117, 125, .3);
	border-left: 1px solid rgba(108, 117, 125, .3);
}
.awardsRankings li {
	width: 50%;
	padding: 20px;
	background: #fff;
	border-bottom: 1px solid rgba(108, 117, 125, .3);
	border-right: 1px solid rgba(108, 117, 125, .3);
}
.facebookFeedSection, .twitterFeedSection {
	max-width: 100%;
}
.facebookFeedSection iframe, .twitterFeedSection iframe {
	width: 100%;
}
.twitterFeedSection {
	height: 500px;
	overflow: auto;
}
.facebookFeedSection {
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid rgba(108, 117, 125, .3);
	background: #fff;
	padding: 10px;
}
.socialFeed {
	margin:0 -10px;
	padding: 0px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.socialFeed li {
	margin: 0px;
	padding:10px;
	width: calc(100% - 380px);
}
.socialFeed li:first-child {
	flex: 0 0 380px;
}
.scholarshipToday {
	position: relative;
	background:url(../img/scholarship-bg.jpg) no-repeat center center;
	background-size:100% 100%;
	background-size:cover;
	width:100%;
	clear:both;
	padding:60px 0;
}
.scholarshipToday:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}
.scholarshipTodayInner {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.scholarshipToday h2 {
	position: relative;
	width: 100%;
	font-size:39px;
	color:#fff;
	font-weight:700;
	line-height:130%;
	float:left;
	margin:0;
	text-transform:uppercase;
}
.scholarshipToday a {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin-top: 25px;
	display: inline-block;
	vertical-align: top;
	z-index: 1;
	border: 0px;
}
.scholarshipToday a:hover {
	background-color: #e41f05;
	border-color:#e41f05;
}
.scholarshipToday a img {
	margin:0px 5px 0 -10px;
	float: left;
	width: auto;
	height: 20px;
}
 @keyframes waves {
 0% {
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
 50% {
 opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
 100% {
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
}
.buttonAnimation {
	position: relative;
}
.buttonAnimation:before {
	content: "";
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	position: absolute;
	width: 150%;
	height: 150%;
	background: #710c02;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 50px;
	z-index: -1;
	-webkit-animation: waves 2s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
}
#scholarshipPolicy .modal-body {
	padding: 0px;
}
#scholarshipPolicy .modal-content .close {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #710c02;
	opacity: 1;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
}
#scholarshipPolicy .modal-content .close span {
	color: #fff;
}
.videoSound {
	position: absolute;
	right: 20px;
	top: 20px;
	display: flex;
	z-index: 9;
	background: #ef4036;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}
.videoSound a {
	display:none;
	vertical-align:top;
}
.videoSound a.active {
	display:inline-block;
}
 @media (max-width: 1024px) {
 .videoSound {
right: 5px;
top: 5px;
transform: scale(0.7);
}
}
 @media (max-width: 1199px) {
 .headerInfoRight ul li i {
display: none;
}
 .headerInfoRight ul li span {
padding: 0px;
}
 .uspLists .uspList {
width: 33.33%;
}
}
@media (max-width: 991px) {
 body {
padding-top: 0;
}
 header {
display: none;
}
 .headerInfoRight ul li span {
font-size: 13px;
}
 .headerInfoRight ul li label {
font-size: 10px;
}
 .uspLists .uspList {
width: 50%;
}
 .ListOfCourses ul li, .placementsLogo ul li, .awardsList ul li, .ListOfCollegesCourses ul li {
width: 50%;
}
 [class*='col-'].imgLeft {
padding: 0 15px;
padding-bottom: 30px;
}
 [class*='col-'].imgLeft .imgShadow {
box-shadow: 10px -10px 0 #d7d7d7;
}
}
@media (max-width: 767px) {
 .spaceBoth {
padding-top: 60px;
padding-bottom: 60px;
}
 .wed-logo {
width: auto;
}
 .wed-logo a img {
margin: 5px;
width:100%;
}
 .titleBorder {
margin-bottom: 30px;
}
 .socialFeed li {
width:100%;
}
 .socialFeed li:first-child {
flex: 0 0 100%;
}
 .containerSmall .npf_wgts {
margin-top: 50px;
}
}

.dnone{display:block;}
    .dblock{display:none;}
	
	
	.dkss{
	float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  background:#042461	
		
	}
	

@media (max-width: 480px) {
    
    .dnone{display:none;}
    .dblock{display:block;}
	
	 .wed-logo a img {
margin: 0px;
width: 100%;
}
 .uspLists .uspList .upsNumber {
font-size: 23px;
line-height: 1;
}
 .uspLists .uspList .upsText {
font-size: 12px;
}
 .ListOfCourses ul li {
width: 100%;
}
 .awardsRankings li {
width: 100%;
}
 .ListOfCollegesCourses ul li {
width: 100%;
}
}
