img {width:100%}

/* Read More Button */
.slide-up-hover {
    position: relative;
    padding: 10px 20px;
    background-color: transparent;
    border: 1px solid #a30606;
    color: #a30606;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    /* margin: 4px 2px; */
    cursor: pointer;
    /* border-radius: 8px; */
    overflow: hidden;
    transition: color 0.3s, border-color 0.3s;
    width: 100%;
}

.slide-up-hover::before {
  content: "";
  position: absolute;
  background-color: #a30606; /* Red color for sliding element */
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  transition: top 0.3s ease;
  z-index: -1; /* Ensure the background stays behind the text */
}

.slide-up-hover:hover::before {
  top: 0;
}

.slide-up-hover:hover {
  color: white;
}
.bt_center {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
.bt_left{text-align:left; width:100%;}
.bt_right{text-align:right; width:100%;}
.all_place_read_bt {
    position: relative;
    padding: 10px 20px;
    background-color: transparent;
    border: 2px solid #a30606;
    color: #a30606;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    font-weight: 600;
}
.all_place_read_bt a{ color:black;
    
}
.all_place_read_bt:hover{background:#a30606; color:white;}
.news_box_space{padding:20px 0px;}

 
/* Read More Button */ 

.video-container {
    position: relative;
    padding-bottom: 37.25%;
    height: 0;
    overflow: hidden;
}

    .video-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
	.vd{width:1920px;
	height:650px;
	border:2px solid red;
	}

.news-update {
	background-color: #335e90;
	color: #fff;
	padding: 10px 0px;
	height: 45px;
}
.news-update marquee a {
    color: white;
    padding: 5px 20px;
    border-right: 4px solid white;
}

.index_heading_with_sub {
    margin-top: 0px;
    padding: 10px;
}
.index_heading_with_sub span{color:#a30606;}

.index_heading_with_sub h1 {
    text-align: center;
    color: #26538d;
    font-size: 55px;
    font-weight: 700;
	margin-bottom:25px;
}
.index_heading_with_sub p {
    text-align: center;
}
.courses_box_main {
    padding: 0px 0px 50px 0px;
}
.course_main {margin-top:-20px;}
.course_main h2{ text-align:center;font-size:40px; font-weight:700;margin-bottom:20px;}
.maxwidth500 { box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}

.about-text p {
    margin-bottom: 0;
    color: #000000;
    text-align: justify;
    line-height: 28px;
    padding: 6px 0px;
}

.news_box_marquee .news-item{font-size:13px; color:black;}
/* Course Box */
.services-block-three{
  margin-bottom" 30px;
}
.services-block-three i {
    font-size: 32px;
}
.services-block-three>a {
    display: block;
    border: 2px solid #d5d5d5;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    padding: 20px;
    position: relative;
  margin-bottom:30px;
  box-shadow: -10px 17px 46px -25px rgba(0, 0, 0, 0.68);

}
.services-block-three>a:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid #03a9f5;
    border-right: 2px solid #03a9f5;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-block-three>a:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 2px solid #a30606;
    border-left: 2px solid #a30606;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.padding-15px-bottom {
    padding-bottom: 15px;
}


.services-block-three h4 {
    color: #26538d;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.services-block-three h4 span{color:#a30606;}
.services-block-three_apply {
    display: inline-table;
}
.services-block-three_apply h3 {
    border: 1px solid #a30606;
    padding: 4px 10px;
    color: #ffffff;
    font-size: 17px;
    width: 134px;
    margin-top: 20px;
    background: #a30606;
}
.services-block-three p {
    margin-bottom: 0;
    color: #000000;
    text-align: justify;
    line-height: 28px;
    padding: 14px 0px;
}
.course_index_read_more{background:red; text-align:center;}
.services-block-three>a:hover {
    opacity: 1;
    border-color: #d5d5d5;
}
a:hover, a:active {
    color: #03a9f5;
    text-decoration: none;
}

.services-block-three>a:hover:before, .services-block-three>a:hover:after {
    width: 95%;
    height: 90%;
}
/* Course Box */


/* Read more Button */

/* Read more Button */

section>.container, section>.container-fluid {padding-top:20px !important; padding-bottom:20px !important;}

.about_box {
    background: #f3fbff;
    width: 100%;
    padding: 50px 0px;
}
.welcome_heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.welcome_box {
    flex: 0 0 calc(50% - 0px);
    margin: 10px;
    padding: 20px 0px;
    box-sizing: border-box;
}

    .welcome_img_box  {
        max-width: 100%;
        height: auto;
		flex: 0 0 calc(30% - 10px); /* Changed from 100% to 30% */
    }
.welcome_heading h2 {
    font-size: 29px;
    color: #335e90;
    text-align: left;
    font-weight: 600;
}
	.welcome_heading p {
    font-size: 28px;
    color: #a30606;
    text-transform: uppercase;
}

.blueheader {
    height: 50px;
    background-color: #87c6ec !important;
    color: #fff;
    font-size: 18px;
    padding-top: 10px;
    width: 50%;
    padding-left: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}
.heading_news_event {
    background: #26538d;
    padding: 10px 15px;
    /* color: white; */
}
.heading_news_event h2{color:white;}
.news_box_marquee{padding:20px;}
.news_box_marquee .news-item{padding:10px;}

/* anti ragging box */
.box-container {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
}

.box {
  flex: 1;
  padding: 60px 20px;
  margin: 10px;
  border-radius: 8px;
  text-align: center; /* Center text horizontally */
  display: flex;
  flex-direction: column; /* Stack text vertically */
  transition: transform 0.3s ease, border-color 0.3s ease; /* Smooth transitions for transform and border-color properties */
}
.box:hover{
  transform: scale(1.05); /* Scale up the box upon hover */
  cursor:pointer;
}

.boxed_color1 {
  background-color: #335e90;
}

.boxed_color2 {
  background-color: #3595cf;
}

.boxed_color3 {
  background-color: #5eba24;
}
.box h2 {
    color: white;
    font-size: 25px;
    font-weight: 500;
    /* text-transform: uppercase; */
}
.box p {
    color: white;
    margin-top: 17px;
}
.anti_ragging_box {
    background: #ecf9ed;
	padding:50px 0px;
}
.conference_album h3 {
    background-color: #ffffff !important;
    color: #3595cf !important;
    padding: 10px 0px;
    border: 2px solid #3595cf !important;
    text-align: center;
    font-weight: 700;
}
/* anti ragging box */

.conference_box {
    text-align: center;
}

.conference_box h3 {
    background-color: #ffffff !important;
    color: #3595cf !important;
    padding: 15px 0px;
    border: 1px solid #3595cf !important;
    text-align: center;
    font-weight: 500;
}


.Recruiter_box_outer {background: #fbfbfb; padding: 0px 0px;/* border-bottom: 1px solid red; */}
.Recruiter_box_outer {
	background: #fbfbfb;
	padding: 50px 0px;
	/* border-bottom: 1px solid red; */
}
/* Client logo marquee */

@keyframes slides {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

.logos {
	overflow: hidden;
	padding: 30px 0px;
	white-space: nowrap;
	position: relative;
}

.logos:before,
.logos:after {
	position: absolute;
	top: 0;
	content: '';
	width: 250px;
	height: 100%;
	z-index: 2;
}

.logos:before {
	left: 0;
	background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logos:after {
	right: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logo_items {
	display: inline-block;
	animation: 24s slides infinite linear;
}

.logos:hover .logo_items {
	animation-play-state: paused;
}

.logo_items img {
	height: 100px;
	width:auto;
}
.container-no-padding {
    width: 100% !important;
    padding-left: 70px !important;
    padding-right: 70px !important;
}
/* Client logo marquee */

/* Recruiter*/

.Recruiter_box {
    width: 100%;
    height: 180px;
    margin: 10px;
    padding: 20px;
    text-align: center;
    display: inline-block;
    color: white;
	transition: border-color 0.8s ease; /* Smooth transition for border color */
}

.Recruiter_box:hover {
}

#re_box1{background:#1B62A9;}
#re_box2{background:#F88B0E}
#re_box3{background-color: #592488;}


    /* facilities */

.facilities_box{width:100%; background:#ecf9ed; padding:20px 0px 50px 0px}

    /* facilities */


.tab_box_outer {
	padding: 20px 0px;
	background: #ecf9ed;
}

/* Style for tabs */
.tab {
    display: flex;
    margin: 0 auto 0;
    /* transform: translateY(-50%); */
    /* max-width: 1200px; */
    justify-content: space-between;
    background: #26538d;
}

/* Style for tab buttons */
.tab button {
    padding: 20px 5px;
    flex: 1 0 0;
    border: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    line-height: 1.2;
    text-align: center;
    background: #26538d;
    color: white;
}


/* Change background color of active tab button */
.tab button.active {
	background-color: #a30606;
}
.tab button.active:after {
    top: 99%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(237, 33, 58, 0);
    border-top-color: #a30606;
    border-width: 15px;
    margin-left: -15px;
}

/* Style for tab content */
.tabcontent {
    display: none;
    padding: 20px 50px;
    border: 1px solid #ccc;
    border-top: none;
}




/* Style the tab buttons */
.new_tab {
  background-color: #f2f2f2;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 20px;
  transition: background-color 0.3s;
}

/* Change background color of active tab button */
.new_tab.active {
  background-color: #007bff; /* Change this to your preferred active color */
  color: #fff; /* Change text color for better contrast */
}

/* Style the tab content */
.new_tab-content {
  display: none;
  padding: 20px;
  border: 1px solid #ccc;
}

/* Show tab content when tab button is clicked */
.new_tab-content.active {
  display: block;
}




.collage-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Adjust the column width as needed */
  gap: 10px; /* Adjust the gap between items */
}
.collage-container .gallery-item{transition: transform 0.3s ease, border-color 0.3s ease;}
.collage-container .gallery-item:hover{
  transform: scale(1.05); /* Scale up the box upon hover */
  border-color: #007bff; /* Change border color upon hover */
cursor:pointer;  
}
.collage-item {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.collage-item img {
  max-width: 100%; /* Ensure images don't exceed their container */
  max-height: 100%;
}

.testimonials_and_event {
    width: 100%;
    background: #f3fbff;
}
.bx-wrapper .bx-viewport {
    margin-top: 50px;
}

.Recruiter_box h2 {
    font-size: 60px;
    font-weight: 900;
    margin: 0px;
    color: #ffffff;
}

.Recruiter_box p {
    font-size: 24px;
    margin: 0px;
    color: #ffffff;
	text-align:center;
}

.Recruiter_box span {
    font-size: 14px;
    color: #ffffff;
}
.Recruiter_box h6 {
    font-size: 10px;
    color: #ffffff;
    margin: 0px;
}

.our-recruiters {
	text-align: center;
}

.our-recruiters h2 {
    font-size: 41px;
    color: #043276;
    margin: 0px;
}

.our-recruiters p {
	font-size: 15px;
	text-align:center;
}


.placed-students {
    text-align: center;
    margin-top: 0px;
}

.placed-students h2 {
    font-size: 41px;
    color: #043276;
    margin: 0px;
}

.placed-students p {
	font-size: 15px;
	text-align:center;
}


.our-insightetc {
	text-align: center;
}

.our-insightetc h2 {
    font-size: 50px;
    color: #a30606;
}

.our-insightetc p {
	font-size: 15px;
}

.Recruiter_box_outer {
	background: #f3fbff;
	padding: 50px 0px;
	/* border-bottom: 1px solid red; */
}

.placed_owl_left {
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #ddcfcf;
    height: 30px;
    width: 30px;
    line-height: 28px;
    transition: all ease 0.5s;
}
.placed_owl_right{
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #ddcfcf;
    height: 30px;
    width: 30px;
    line-height: 28px;
    transition: all ease 0.5s;
}
.carousel-control.left {
    background: none;
    color: black;
    margin-right: 20px;
}
.carousel-control.right {
    background: none;
    color: black;
}
.arrow_bottom {
    text-align: center;
    margin-bottom: 20px;
}
.arrow_bottom > .carousel-control {
    position: inherit;
    padding: 2px 10px;
    color: black;
    opacity: 1;
    font-weight: 100 !important;
    font-size: 15px;
}
.industry_collab{ text-align: center;}

.industry_collab > .carousel-control {
    position: inherit;
    padding: 2px 10px;
    color: black;
    opacity: 1;
    font-weight: 100 !important;
    font-size: 15px;
	    border: 1px solid #cfc8c8;
}

.student_testimonials{ text-align: center;}

.student_testimonials > .carousel-control {
    position: inherit;
    padding: 2px 10px;
    color: black;
    opacity: 1;
    font-weight: 100 !important;
    font-size: 15px;
	    border: 1px solid #cfc8c8;
}

.inustry-collab_box {
    border: 1px solid #e7dddd;
    padding: 30px 20px;
    background: white;
    min-height: 500px;
}

.Testimonials-collab_box {
    border: 1px solid #e7dddd;
    padding: 30px 20px;
    background: white;
	min-height: 500px;
}

#TestimonialsSpeak .swiper-slide{text-align:center;}
#TestimonialsSpeak .img-right-text-box-list-col {
    position: relative;
    width: 100%;
    margin: 15px auto;
    text-align: center;
}

.Testimonials_heading{text-align: center;}
.Testimonials_heading h2 {
    font-size: 35px;
    color: #043276;
    width: 100%;
}

.students_club {
    text-align: center;
    padding-top: 90px;
}
.students_club h1{font-size: 50px; color: #a30606;}
.students_club p{font-size: 20px;}
/* Recruiter*/

.testimonial_heading_box {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 49px;
    padding-left: 30px;
}
.testimonial_heading_box h2 {
    font-size: 31px;
    color: #043276;
    margin: 0px;
}
.testimonial_heading_box p {
    font-size: 15px;
    color: #a30606;
}


.new_upcoming {
  display: flex;
  flex-wrap: wrap;
}
.new_upcoming .box_news_upcoming {
    flex: 1;
    margin: 10px;
    padding: 10px 13px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.new_upcoming .image {
  width: 100%;
  height: auto;
}

.new_upcoming .title {
    margin-top: 10px;
    font-size: 15px;
    text-align: center;
}

.new_upcoming .paragraph {
    margin-top: 10px;
    text-align: justify;
}

.new_upcoming .bt_news_upcoming {
    text-align: right;
    margin-top: 27px;
}
.new_upcoming .bt_news_upcoming a {
    padding: 5px 11px;
    background-color: #a30606;
    color: white;
    border: none;
    /* border-radius: 4px; */
    cursor: pointer;
    font-size: 12px;
}

.new_upcoming .bt_news_upcoming a:hover {
  background-color: #0056b3;
  color:white;
  border:0px;
}


.accreditation_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Center items horizontally */
  align-items: center; /* Center items vertically */
}
.accr_inner_box {
    flex: 1;
    margin: 10px;
    padding: 20px 60px;
    background-image: url(background1.jpg);
    background-size: 100% 90%;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    align-items: stretch;
    justify-content: center;
    transition: transform 0.4s ease, border-color 0.4s ease;
}
.accr_inner_box:hover {
  transform: scale(1.05); /* Scale up the box upon hover */
  cursor:pointer;
  border-color: #007bff; /* Change border color upon hover */
}


.accr_inner_box{
  background-image: url('https://ncet.nmims.edu/images/silver.webp'); /* Background image for odd boxes */
}

.second_rr .accr_inner_box {
    background-image: url(acc-bg.png);
    background-size: cover;
    padding: 74px 30px;
}

.accr_inner_box .logo {
    width: auto;
    height: 110px;
}

.accr_inner_box .heading {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.accr_inner_box .paragraph {
  margin-bottom: 20px;
  font-size:13px;
}


.border-1px.border-right-theme-color-2-6px.media.sm-maxwidth400.p-15.mt-0.mb-15 {
    border-right: 6px solid #a30606 !important;
}
.bx-controls .bx-controls-direction>a{
background: #26538d none repeat scroll 0 0 !important;
}
.bx-controls .bx-controls-direction>a i {
    color: #fff !important;
}
.author em {color:#a30606;}

.colored_news{background:red;}
.padding_50{padding-top:50px;}

/* Mobile Device */

@media only screen and (max-width: 599px) { 
.tab {display:inline;}
.tab button {width: 100%;border-bottom:15px solid #fff;}
.container-no-padding {
    width: 100% !important;
    padding-left: 6px !important;
    padding-right: 7px !important;
}

.index_heading_with_sub h1{font-size:33px;}
section>.container, section>.container-fluid {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.welcome_heading {
    display: contents;
}
.about_box {
    padding: 0px 0px;
}
.bt_left {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
}
.accr_inner_box{
    margin: 10px;
    padding: 7px 30px;
}

}

/* Mobile Device */