
  /*<start membership>  */    
	
	#membership {
	width: 100%;
	mask: linear-gradient(90deg, transparent, white 40%, white 60%, transparent);
	-webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}
        
  #membership[data-animated]{
	overflow: hidden;
	background: #243e89;
}
#membership[data-animated] #list{
	width: max-content;
	animation: scroll 30s linear infinite;
} 

  #list {
	display: flex;
	gap: 10px;
	list-style: none;
	padding: 0;
}      
      
   /*<end membership>  */      
        

/*<Specializations offered>*/
        
.programmes-head{padding: 10px;
    background: #2d2e6f;
    text-align: center;} 
        
  .programmes-headlink{font-size: 25px;
    font-weight: 600;
    font-family: math;
    color: white;}        
        
/*</Specializations offered>*/


 /*<services>*/       
    .services-style-one{
	position:relative;
	padding:60px 0px 60px 0px;
	margin-top: -23px;
}

.services-style-one:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(249,249,249,0.8);
}

.services-style-one.default-style-two:before{
	display:none;
}

.service-block{
	position:relative;
	margin-bottom:30px;
}

.service-block .inner-box{
	position:relative;
	overflow:hidden;
}

.service-block .inner-box .image-box{
	position:relative;
}

.service-block .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.service-block .inner-box .image-box .caption {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    color: #ffffff;
    display: block;
    font-size: 18px;
    padding: 16px 0px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #25408d7d !important;
    transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}

.service-block .inner-box .image-box .overlay-box{
	position:absolute;
	left:0px;
	bottom:-276px;
	padding:40px 35px;
	width:100%;
	text-align:center;
	background-color:#25408D;
	transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	-webkit-transition:all 0.8s ease;
	-ms-transition:all 0.8s ease;
	-o-transition:all 0.8s ease;
}

.service-block .inner-box .image-box .overlay-box h3{
	position:relative;
	font-size:18px;
	color:#ffffff;
	margin-bottom:12px;
	font-weight:700;
	text-transform:uppercase;
}

.service-block .inner-box .image-box .overlay-box .text{
	position:relative;
	font-size:16px;
	color:#ffffff;
	margin-bottom:10px;
	line-height:1.6em;
	font-family: 'Cabin', sans-serif;
}

.service-block .inner-box .image-box .overlay-box .read-more{
	position:relative;
	color:#fde953;
	font-size:13px;
	font-weight:700;
}

.service-block .inner-box .image-box:hover .caption{
	bottom:-60px;
}

.service-block .inner-box .image-box:hover .overlay-box{
	bottom:0px;
}      
         
/*</services>*/        
 
        
 /*<Our-Major-Recruiters>*/       
.contact-section {
    position: relative;
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
} 

        
 .contact-section {background-image: url(assets/images/mbaplacement.webp); box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;height: 450px;}    
      
        
        
   /*</Our-Major-Recruiters>*/        
   
        
/*<program-temp>*/  
.program-temp {
    width: 100%;
    float: left;
    color: #ffff;
    height: auto;
    border: 1px solid #f2f0e2;
  
}       
.program-temp hr{margin: 0px 14px;
    padding: 0px;
    width: 95%;
    border-top: 1px dashed #e9eaee;}
        
.program-temp {

    border: 1px solid #f2f0e2;
    margin-top: 7px;
    padding: 0px;
}        
  
/* </program-temp>*/
        
        
        
/*<testimonials>*/
        
   .item{    border: 1px solid #e2e2e2;}
		   button, input {
    overflow: visible;
    /* width: 100%; */
    /* height: 40px; */
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-left: 5px;
}
    .shadow-effect {
		    background: #fff;
		    padding: 5px;
		    border-radius: 4px;
		    text-align: center;
	border: 1px solid #fafafa;
		    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
		}
	#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 15px;
    line-height: 24PX;
    margin: 0 0 17px 0;
    font-weight: 700;
    color: #002147;
    background: #fbfbfb;
    padding: 9px;
    font-family: inherit;
    /* font-weight: normal; */
    font-size: 14px;
    text-align: center;
    border: 1px solid #e1cfcf;
    height: 194px;
}



		.testimonial-name {
		    margin: -17px auto 0;
		    display: table;
		    width: auto;
		    background: #3190E7;
		    padding: 9px 35px;
		    border-radius: 12px;
		    text-align: center;
		    color: #fff;
		    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
		}
		#customers-testimonials .item {
		    text-align: center;
		    padding: 10px;
				margin-bottom:26px;
		    opacity: .2;
		    -webkit-transform: scale3d(0.8, 0.8, 1);
		    transform: scale3d(0.8, 0.8, 1);
		    -webkit-transition: all 0.3s ease-in-out;
		    -moz-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
		}
		#customers-testimonials .owl-item.active.center .item {
		    opacity: 1;
		    -webkit-transform: scale3d(1.0, 1.0, 1);
		    transform: scale3d(1.0, 1.0, 1);
		}
		.owl-carousel .owl-item img {
		    transform-style: preserve-3d;
		    margin: 0 auto 17px;
		}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
		    background: #2d2e6f;
		    transform: translate3d(0px, -50%, 0px) scale(0.7);
		}
#customers-testimonials.owl-carousel .owl-dots{
	display: inline-block;
	width: 100%;
	text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
	display: inline-block;
}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
		    background: #2d2e6f;
		    display: inline-block;
		    height: 20px;
		    margin: 0 2px 5px;
		    transform: translate3d(0px, -50%, 0px) scale(0.3);
		    transform-origin: 50% 50% 0;
		    transition: all 250ms ease-out 0s;
		    width: 20px;
		} 
  .img-circle {
    border-radius: 0%;
}        
     
/*</testimonials>  */      
        
  .enquiry_new1 {
    display: none !important;
}      
        
@keyframes scroll{
	to{
		translate: calc(-50% - 5px);
	}
}
        
  .fa-book {
        font-size: 15px;
    color: #2d2e6f;
}
        
.dom-text{background: #f1f0f036;
    border: 2px solid #25408D;
    border-radius: 5px;}        


.program-link{color: #222121;
    font-family: math;
    font-size: 18px;}
        
.program-link1 {
    color: #ffffff;
    font-family: math;
    font-size: 21px;
    font-weight: 500;
}
    
 .program-link2 {
    color: #25408d;
    font-family: math;
    font-size: 21px;
    font-weight: 500;
}  

      .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
      .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
        
.text-light {
    color: #212224!important;
}
				h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
}	
				.section-title p {
  margin-bottom: 0;
  font-size: 15px;
  color: #919191;
}
.section-title h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 13px;
    position: relative;
    color: #25408d !important;
    line-height: 24px;
    font-family: math;
    font-weight: 600;
}


.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
        background: #dccb51;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #253f8b;
    bottom: 0;
    left: calc(50% - 20px);
}

.heading__primary{
	font-size: 20px;
	padding-top: 20px;
}
				
.desc-content{font-size: 13px;padding: 10px;}
.text-center2{font-size: 26px; text-align: center;}
.fa-star{color: #ffc107!important;}	
.elementor-background-overlay {
    background-color: #25408d0f;
}

.location-section{  background-color: #EDEDED;
					    background-attachment: fixed;
    background-image: url(https://avit.ac.in/deve/wp-content/uploads/2022/10/1D8A2581-1-scaled.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;}
				.elementor-widget-wrap{}
				
				
				.home-enquiry {
    position: absolute !important;
    right: 35px !important;
    top: 25px !important;
    width: 342px !important;
    z-index: 999;
    background:#ffffff;
    padding: 20px;
}
                
            
 #video-testimonials {
    padding-bottom: 75px !important;}            
                            

.btn-primary:hover {
    color: #fff;
    background-color: #25408d;
    border-color: #25409c;
}


		.sticky-cta {
    position: fixed;
    top: 35%;
    right: 0px;
    cursor: pointer;
    z-index: 9999;
    display: none !important;
}
				.container-d3{    width: 80%;
    margin: 0px auto;}
		.amazingslider-arrow-left-3{display: block !important;}
.amazingslider-arrow-right-3{display: block !important;}
	.amazingslider-arrow-left-1{display: block !important;}
.amazingslider-arrow-right-1{display: block !important;}
	.amazingslider-arrow-left-2{display: block !important;}
.amazingslider-arrow-right-2{display: block !important;}
	.amazingslider-arrow-left-4{display: block !important;}
.amazingslider-arrow-right-4{display: block !important;}

		@media (min-width: 1200px){
	.container {
/*		   width: 1031px !important;*/
width: 1155px 
	}

	}

		.rz {
		font-size: 18px;
		padding-bottom: 19px;
		color: black !important;
	}

		#demo {
		animation: blinking 1s infinite;
		display: none;
	}
	.nav-tabs {
	/*    border-bottom: 1px solid #ddd;*/
		text-align: center;
		border: none;
		margin: 0px auto;
		width: 350px;
			border-bottom: none;
	}
	.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
		color: #000 !important;
		cursor: default;
		background-color: #FF9800 !important;
		border: 1px solid #ddd !important;
		border-bottom-color: transparent !important;
		border-radius: 0px !important;
	}
	.nav-tabs>li {
		float: left;
		margin-bottom: -1px;
		/* background: red; */
		font-size: 15px;
		color: white !important;
		border-radius: 0px !important;
	}        
        
	@keyframes blinking {
	  0% {
		background-color: #ff9800;
		border: 5px solid #ff9800;
	  }
	  /* YOU CAN ADD MORE COLORS IN THE KEYFRAMES IF YOU WANT
	  50% {
		background-color: #55d66b;
		border: 5px solid #126620;
	  }
	  */
	  100% {
		background-color: #065192;
		border: 5px solid #065192;
	  }
	}
	#demo {

	  /* NAME | TIME | ITERATION */
	  animation: blinking 1s infinite;
	}
        
@media only screen and (max-width: 1400px){
.section-head h2.title {
    font-size: 25px !important;
}

}

.section-head h2.title {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
    font-size: 1.875rem;
    text-transform: uppercase;
}



@media only screen and (max-width: 700px){
    
 .overlay6{display:none;}
 

.enquiry_form button {
    
    border: medium none !important;
    color: #25408d !important;
    margin-top: 1% !important;
    padding: 5px 9% 5px 9% !important;
    font-size: 19px !important;
    border-radius: 2px !important;
    width: 100% !important;
    background: #ffffff !important;
}



.program-link {
    color: #222121;
    font-family: math;
    font-size: 16px !important;
}

    
	.ght2 {
    text-align: justify;
    visibility: visible;
    animation-duration: 2s;
    animation-delay: 0.6s;
    animation-name: fadeInUp;
    border-left: none;
    background: #25408d;
    color: white;
    padding: 20px;
    width: 100% !important;
    margin-top: 0px;
}
	.pf2 {
    font-size: 20px !important;
    line-height: 46px !important;
    color: #ffffff;
    TEXT-ALIGN: CENTER;
}
	.new-new2{background: #25408d !important;}
	.container-d3{    width: 90%;
    margin: 0px auto;}
    .amenties-caption {
    width: 100%;
    color: #fff;
    padding: 10px 10px 5px 10px;
    text-align: left;
    position: relative;
    top: initial;
    bottom: 4px;
    background: linear-gradient(2deg, rgba(0,0,0,.9) 0, rgba(0,0,0,0) 100%);
    font-size: 17px !important;
    margin-top: -55px;
}
.section-head p {
    font-size: 14px;
    line-height: 23px;
    padding-left: 15px;
    border-left: none ;
    margin-left: 3px !important;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px !important;
    padding-left: 0px !important;
    font-size: 14px !important;
	 margin-top: 0px;
}

	.home-enquiry {
    position: revert  !important;
    right: 20px !important;
    top: 412px !important;
    width: 100%!important;
    z-index: 999;
    background: #9d2235;
    padding: 20px;
}
}
			


			@media (min-width: 1200px){
.visible-lg {
    display: block !important;
}		
			}
			.pf2 {
    font-size: 51px;
    line-height: 62px;
    color: #ffffff;
}

.elementor-widget-wrap {
    background: #ffffff;
    

}

	.content-inner {
    text-align: center;
    color: #060606;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 12%);
}
			.icon-box-link {
    color: #25408d;
    text-decoration: none;
}
.smicon-read{    color: #b79233;
    text-decoration: none;}
			.tk {
    --o: 1;
    border-color: #eaeaea;
    border-color: rgba(234,234,234,var(--o));
    border: none;
}
	
footer {
    background: #2d2e6f;
}
.carousel-indicators .active {
    background-color: #113872;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgb(178 204 243);
}

			.ght2{    text-align: justify;
    visibility: visible;
    animation-duration: 2s;
    animation-delay: 0.6s;
    animation-name: fadeInUp;
    border-left: none;
    background: #25408d;
    color: white;
    padding: 20px;
    width: 59%;
    margin-top: -77px;}
    .text-white {
    color: #000!important;
}


@media (max-width: 600px) {
    
 
.services-style-one {
    position: relative;
    padding: 40px 0px 40px 0px;
    margin-top: -23px;
}    
    
.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
      height: 300PX;
}

  .enquiry_new1 {
    display: block !important;
}     
    

}
        
	.col-md-2 {
		width: 16.666%;
		float: left;
	}
	.col-md-2{

	}
			.div21 {
		text-align: center;
		font-size: 24px;
		line-height: 30px;
		font-weight: 500;
		padding-top: 25px;
		padding-bottom: 20px;
	}

			.div212{background:#ff9190; }
			.div213{background:#71effd; }
			.div214{background:#fff073; }
			.div215{background:#cb475c; }
			.div216{background:#cbf98d; }
			.div217{background:#fcab6c; }


			@media only screen and (max-width: 600px) {
			    
			    
			      .home-enquiry {
        position: revert !important;
        right: 20px !important;
        top: 412px !important;
        width: 100% !important;
        z-index: 999;
        background: #25408d !important;
        padding: 20px;}
        
        
        .dom-text {
    background: #f1f0f036;
    border: 2px solid #25408D;
    border-radius: 5px;
    margin-top: 20px !important;
}
			    
			    
			    
			    
			    	.sticky-cta {
    position: fixed;
    top: 35%;
    right: 0px;
    cursor: pointer;
    z-index: 9999;
        display: block !important;
}

	  .mobile {
		display: block !important;
	  }
	.inner {
		width: 335px !important;
		margin: 100px auto;
		background-color: #fff;
		border: 1px solid #fff0;
		padding: 15px;
		text-align: justify;
		margin-top: 4%;
		font-size: 14px;
		line-height: 26px;
	}
	.BannerClose {
		position: relative;
		right: 52px;
		top: 5px;
		z-index: 5;
		background: url(https://codenameindependence.b-cdn.net/2/img/close.png) no-repeat right;
		width: 50px;
		height: 50px;
		cursor: pointer;
		margin-top: -18px !important;
		float: right;
		margin-right: -58px !important;
	}

	.g34{font-size: 15px !important;
		text-align: left;
		line-height: 25px !important;}
				.col-md-2 {
		width: 49.5%;
		float: left;
	}
	.desk{display:none !important;}
	}
	.mobile {
		display:none;
	  }
	.desk{display:block;}
					.no-padding{margin:0px;padding: 0px !important;}
					.amenties-caption {
		width: 100%;
		color: #fff;
		padding: 10px 10px 5px 10px;
		text-align: left;
		position: relative;
		top: initial;
		bottom: -17px;
		background: linear-gradient(0deg, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 100%);
		margin-top: -55px;
		font-size: 18px;
	}
					.margin-bottom-30 {
		margin-bottom: 30px!important;
	}

					@media only screen and (max-width: 600px){
	.enquiry_new1 {
		display: block !important;
						}
						.amazingslider-wrapper {
		margin: 0px auto 49px !important;
	}



					}
					@media only screen and (max-width: 600px){
	.enquiry_new1 {
		background-color: #000000;
		opacity: 1;
		text-align: center;
		cursor: pointer;
		width: 100%;
		height: 65px;
		color: #000000;
		line-height: 55px;
		font-size: 20px;
		overflow: hidden;
		font-weight: bold;
		text-transform: uppercase;
		position: fixed;
		left: 0%;
		top: 91%;
		z-index: 99999;
	}
	}

		.text-center {
    text-align: center!important;
    font-size: 18px;
    /* line-height: 35px; */
}

			#overlay {
		visibility: hidden;
		position: fixed;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: 100%;
		text-align: center;
		z-index: 1000;
		background: rgba(0, 0, 0, 0.5);
	}


		#overlaynew {
		visibility: hidden;
		position: fixed;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: 100%;
		text-align: center;
		z-index: 1000;
		background: rgba(0, 0, 0, 0.5);
	}

		.inner {
		width: 480px;
		margin: 100px auto;
		background-color: #fff;
		border: 1px solid #fff0;
		padding: 15px;
		text-align: justify;
		margin-top: 4%;
		font-size: 14px;
		line-height: 26px;
	}	
		.BannerClose {
		position: relative;
		right: 52px;
		top: 5px;
		z-index: 5;
		background: url(https://codenameindependence.b-cdn.net/2/img/close.png) no-repeat right;
		width: 50px;
		height: 50px;
		cursor: pointer;
		margin-top: -22px;
		float: right;
		margin-right: -54px;
	}		
		.enquiry_formnew {
		background-color: #25408d !important;
		padding: 5px 5px !important;
		margin-top: 1%;
		/* width: 80%; */
		border-radius: 3px;
		margin-left: 0%;
	}	

.enquiry_form button {
    border: medium;
    color: #ffffff;
    margin-top: 1%;
    padding: 5px 9% 5px 9%;
    font-size: 19px;
    border-radius: 2px;
    width: 100%;
    background: #25408d;
}

	.la {
		--a: 1;
		color: #666;
		color: rgba(102,102,102,var(--a));
		font-size: 14px;
	}
	.table {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
		font-size: 13px;
	}

	}

	.dvin{text-align: center !important;
		font-size: 20px !important;
		line-height: 60px !important;}
		.sticky-cta {
		position: fixed;
		top: 35%;
		right: 0px;
		cursor: pointer;
		z-index: 9999;
	}
	 .amazingslider-text-1{display:none  !important;}  
	.amazingslider-text-box-3{display:none  !important;}  
	.amazingslider-text-box-2{display:none  !important;}  
	.amazingslider-text-box-4{display:none  !important;} 
        
 
	.col-md-2 {
		width: 16.666%;
		float: left;
	}

	.div21 {
		text-align: center;
		font-size: 24px;
		line-height: 30px;
		font-weight: 500;
		padding-top: 25px;
		padding-bottom: 20px;
	}

	.div212{background:#ff9190; }
	.div213{background:#71effd; }
	.div214{background:#fff073; }
	.div215{background:#cb475c; }
    .div216{background:#cbf98d; }
	.div217{background:#fcab6c; }

   @media only screen and (max-width: 600px) {
			    
       
   .program-temp {
    border: 1px solid #f2f0e2;
    margin-top: 20px !important;
    padding: 0px;
}    
       
	.home-enquiry {
        position: revert !important;
        right: 20px !important;
        top: 412px !important;
        width: 100% !important;
        z-index: 999;
        background: #25408d !important;
        padding: 20px;}
        
        
  .dom-text {
    background: #f1f0f036;
    border: 2px solid #25408D;
    border-radius: 5px;
    margin-top: 20px !important;
}
			    
.sticky-cta {
    position: fixed;
    top: 35%;
    right: 0px;
    cursor: pointer;
    z-index: 9999;
        display: block !important;
}

.mobile {
		display: block !important;
	  }
       
.inner {
		width: 335px !important;
		margin: 100px auto;
		background-color: #fff;
		border: 1px solid #fff0;
		padding: 15px;
		text-align: justify;
		margin-top: 4%;
		font-size: 14px;
		line-height: 26px;
	}
       
.BannerClose {
		position: relative;
		right: 52px;
		top: 5px;
		z-index: 5;
		background: url(https://codenameindependence.b-cdn.net/2/img/close.png) no-repeat right;
		width: 50px;
		height: 50px;
		cursor: pointer;
		margin-top: -18px !important;
		float: right;
		margin-right: -58px !important;
	}

.g34{font-size: 15px !important;
		text-align: left;
		line-height: 25px !important;}
				.col-md-2 {
		width: 49.5%;
		float: left;
	}
       
.desk{display:none !important;}
	}

.mobile {
		display:none;
	  }
    
.desk{display:block;}
    
.no-padding{margin:0px;padding: 0px !important;}
.amenties-caption {
		width: 100%;
		color: #fff;
		padding: 10px 10px 5px 10px;
		text-align: left;
		position: relative;
		top: initial;
		bottom: -17px;
		background: linear-gradient(0deg, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 100%);
		margin-top: -55px;
		font-size: 18px;
	}

    .margin-bottom-30 {
		margin-bottom: 30px!important;
	}

	.amazingslider-wrapper {
		margin: 0px auto 49px !important;
	}
}
					
@media only screen and (max-width: 600px){
	.enquiry_new1 {
		background-color: #000000;
		opacity: 1;
		text-align: center;
		cursor: pointer;
		width: 100%;
		height: 65px;
		color: #000000;
		line-height: 55px;
		font-size: 20px;
		overflow: hidden;
		font-weight: bold;
		text-transform: uppercase;
		position: fixed;
		left: 0%;
		top: 91%;
		z-index: 99999;
	}
	}

	.text-center {
    text-align: center!important;
    font-size: 18px;
    /* line-height: 35px; */
}

	#overlay {
		visibility: hidden;
		position: fixed;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: 100%;
		text-align: center;
		z-index: 1000;
		background: rgba(0, 0, 0, 0.5);
	}


	#overlaynew {
		visibility: hidden;
		position: fixed;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: 100%;
		text-align: center;
		z-index: 1000;
		background: rgba(0, 0, 0, 0.5);
	}

		.inner {
		width: 480px;
		margin: 100px auto;
		background-color: #fff;
		border: 1px solid #fff0;
		padding: 15px;
		text-align: justify;
		margin-top: 4%;
		font-size: 14px;
		line-height: 26px;
	}	
		.BannerClose {
		position: relative;
		right: 52px;
		top: 5px;
		z-index: 5;
		background: url(https://codenameindependence.b-cdn.net/2/img/close.png) no-repeat right;
		width: 50px;
		height: 50px;
		cursor: pointer;
		margin-top: -22px;
		float: right;
		margin-right: -54px;
	}		
		.enquiry_formnew {
		background-color: #25408d !important;
		padding: 5px 5px !important;
		margin-top: 1%;
		/* width: 80%; */
		border-radius: 3px;
		margin-left: 0%;
	}	

   .enquiry_form button {
    border: medium;
    color: #ffffff;
    margin-top: 1%;
    padding: 5px 9% 5px 9%;
    font-size: 19px;
    border-radius: 2px;
    width: 100%;
    background: #25408d;
}

	.la {
		--a: 1;
		color: #666;
		color: rgba(102,102,102,var(--a));
		font-size: 14px;
	}
	.table {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
		font-size: 13px;
	}

	}

	.dvin{text-align: center !important;
		font-size: 20px !important;
		line-height: 60px !important;}
		.sticky-cta {
		position: fixed;
		top: 35%;
		right: 0px;
		cursor: pointer;
		z-index: 9999;
	}
	 .amazingslider-text-1{display:none  !important;}  
	.amazingslider-text-box-3{display:none  !important;}  
	.amazingslider-text-box-2{display:none  !important;}  
	.amazingslider-text-box-4{display:none  !important;} 
        
@media only screen and (min-width:992px) {
#amenities .col-sm-3 img {
    height: 263px
}}

.section-prog {
    width: 100%;
    max-width: 70%;
    display: block;
    margin: 0 auto 50px;
}

@media (max-width: 768px) {
    .section-prog {
        max-width: 90%; /* Makes the image larger on smaller screens */
    }
}
/*------------------START Ranking & According Css----------------*/

    .swiper {
        width: 100% !important;
        padding: 20px 0 !important;
    }

    .swiper-wrapper {
        display: flex !important;
        flex-direction: row !important;
    }

    .swiper-slide {
        background: white !important;
        padding: 20px !important;
        border-radius: 10px !important;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
        text-align: center !important;
        border: 2px dashed #007bff !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 20px !important;

        /* Set default width and height */
        width: 280px !important;
        height: 250px !important;
    }

    .badge {
        
        color: white !important;
        padding: 5px 10px !important;
        border-radius: 5px !important;
        display: inline-block !important;
        margin-bottom: 10px !important;
    }

    .swiper-button-prev, .swiper-button-next {
        color: #007bff !important;
    }

    /*.view-all-btn {*/
    /*    background: #007bff;*/
    /*    color: white;*/
    /*    padding: 10px 20px;*/
    /*    border: none;*/
    /*    border-radius: 5px;*/
    /*    cursor: pointer;*/
    /*    margin-top: 20px;*/
    /*    text-decoration: none;*/
    /*    display: inline-block;*/
    /*}*/

    .slide-image {
        padding: 20px !important;
        max-width: 270px !important; /* Adjusted image width */
        height: auto !important; /* Maintain aspect ratio */
        margin-right: 15px !important;
    }

    .slide-content {
        text-align: left !important;
    }

    /* Responsive styles */
    @media (max-width: 1024px) {
        .swiper-slide {
            padding: 20px !important;
            width: 280px !important; /* Smaller width for tablets */
            height: 200px !important; /* Adjusted height for tablets */
        }
        .slide-image {
            padding: 20px !important;
            max-width: 270px !important; /* Smaller images for tablets */
        }
    }

    @media (max-width: 768px) {
        .swiper-slide {
            padding: 20px !important;
            width: 280px !important; /* Smaller width for mobile screens */
            height: 180px !important; /* Adjusted height for mobile screens */
        }
        .slide-image {
            padding: 20px !important;
            max-width: 270px !important;  
        }
    }

    @media (max-width: 480px) {
        .swiper-slide {
            padding: 20px !important;
            width: 100% !important;  
            height: auto !important;  
        }
        .slide-image {
            padding: 20px !important;
            max-width: 270px !important; /* Smaller images for very small screens */
        }
    }
    
    .badge-danger{
        background: #fd3838 !important;
    }
    .badge-info {
        background: #253e8e !important; /* Solid background color */
    }
    .badge {
        color: white !important;
        padding: 12px 18px !important; /* Padding for better readability */
        font-weight: bold !important;
        font-size: 16px !important; /* Larger text for emphasis */
        display: inline-block !important;
        position: absolute !important;
        top: -15px !important; /* Position from the top */
        left: 50% !important;
        transform: translateX(-50%) translateY(-5px) !important; /* Center horizontally and slightly move down */
        border-top-left-radius: 25px !important; /* Apply radius to the top-left corner */
        border-top: 5px solid #00adef !important; /* Darker top border */
        border-left: 5px solid #00adef !important; /* Darker left border */
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important; /* Subtle shadow */
        letter-spacing: 1px !important; /* Spacing between letters */
        transition: all 0.3s ease-in-out !important; /*Smooth transition for hover effect */
    }
    
    /* Hover effect */
    .badge:hover {
        background: #0056b3 !important; /* Darker background on hover */
        transform: translateX(-50%) translateY(-10px) !important; /* Slightly move down more on hover */
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2) !important; /* Enhance shadow */
        cursor: pointer !important; /* Change cursor to pointer */
    }

/*-------------END Ranking & According Css-----------------------*/

/*-------------New Campus Facilities---------------*/

 

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background-color: #fff;
    padding: 10px 0;
    position: relative;
}

.marquee-content {
    display: flex;
    gap: 20px;
    animation: marquee-scroll 25s linear infinite;
    /*width: 300px;  */
}

.marquee-item {
    flex: 0 0 auto;
}

.marquee-item img {
    /*width: 600px;  */
    /*height: 600px;*/
    object-fit: cover;
    border-radius: 10px;
}

/* Keyframes for seamless auto-scrolling */
@keyframes marquee-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-330%);
    }
}


/*----------------------END New Campus Facilities--------*/
/*-------------START VIDEO GALERRY--------------*/
.title_with_halfLine {
    color: #25408d;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin: 0px 0px 60px;
    position: relative;
}
.title_with_halfLine::after {
    content: " ";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -15px;
    width: 15%;
    height: 3px;
    margin: 0px auto 0px;
    background: #2d2e6f;
}
/*-------------------END VIDEO GALERRY--------------------*/

/*-------------START PROGRAMME OFFERED STYLES------------------*/

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

.section-title {
    text-align: center;
    margin-bottom: 20px;
}

.programmes {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 cards per row on larger screens */
    gap: 20px;
}

/* Programme Cards */
.programme-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

/* Image Styling */
.programme-card img {
    width: 100%; /* Ensures image is fully responsive */
    max-height: 30px;
    object-fit: contain;
    /*border-radius: 10px;*/
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.intel-nec img {
    width: 100%; /* Ensures image is fully responsive */
    max-height: 40px;
    object-fit: contain;
    /*border-radius: 10px;*/
    border-bottom-left-radius: 50px !important;
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}
/* Title Styling */
.programme-card h3 {
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    font-size: 18px;
    margin-bottom: 15px;
    
}

/* List Styling */
.programme-card ul {
    list-style: none;
    padding: 0;
}

.programme-card ul li {
    background: #f1f3f5;
    margin: 5px 0;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight:bold;
}

.programme-card ul label {
    background: #253e8e;
    margin: 5px 0;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

/* Mobile Responsive - 1 card per row */
@media (max-width: 768px) {
    .programmes {
        grid-template-columns: 1fr;  
    }
    
    .programme-card {
        padding: 15px;
    }
    
    .programme-card img {
        max-height: 60px;
    }
     
}


/*.program-list {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
    /*gap: 10px;  */
/*    padding: 0;*/
/*    list-style: none;*/
/*}*/

/*.program-list li {*/
/*    background-color: #f0f0f0;*/
/*    padding: 8px 12px;*/
/*    border-radius: 5px;*/
    /*white-space: nowrap;  */
/*}*/
/*----------------END PROGRAMME OFFERED STYLES----------------*/




















	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #ffffff;
    cursor: default;
    background-color: #081f3f;
    border: 2px solid #081f3f;
    border-bottom-color: transparent;
    font-weight: bold;
}


.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

		.nav-tabs {

     border-bottom: none;

		}
		
.cor-p5 ul li a {
    font-weight: 900;
    background-color: #eee;
    padding: 10px;
}	

.cor-p5 {
   
    padding-bottom: 5px;
}
	
	.cor-p5 h3 {
    margin-bottom: 11px;
    margin-top: 5px;
}



.services-style-one{
	position:relative;
}

.services-style-one .outer-box{
	position:relative;
	background:#1c1c1c;
}

.services-style-one .services-column{
	position:relative;
	width:50%;
	float:left;
	background:#f2f3f4;	
}

.services-style-one .service-block{
	position:relative;
	margin-bottom:40px;	
}

.services-style-one .services-column .content-outer{
	position:relative;
	float:right;
	max-width:700px;
	padding:80px 20px 40px 20px;	
}

.services-style-one .services-column .icon-box{
	font-size:36px;
	margin-bottom:15px;
	line-height:1em;
	color:#f7542b;	
}

.services-style-one .services-column h4{
	font-size:14px;
	margin-bottom:10px;
	color:#1c1c1c;	
}

.services-style-one .services-column .text{
	font-size:13px;
	color:#5a5a5a;
	max-width:250px;	
}

.services-style-one .content-column{
	position:relative;
	float:left;
	width:50%;
	background:#1c1c1c;
	text-align:right;
}

.services-style-one .content-column .content-box{
	position:relative;
	float:left;
	padding:230px 20px 100px 320px;
	max-width:700px;	
}

.services-style-one .content-column .sec-title h2{
	color:#ffffff;
}

.services-style-one .content-column .inner-box{
	position:relative;
}

.services-style-one .content-column .text{
	position:relative;
	margin-bottom:30px;
	color:#999999;
	line-height:2em;
}




/*** 

====================================================================
	Services Style Two Section
====================================================================

***/

.services-style-two{
	position:relative;
	padding:80px 0px 20px;
	background:#1c1c1c;
	overflow:hidden;
}

.services-style-two .sec-title h2{
	color:#ffffff;
}

.services-style-two .row{
	margin-left:-30px;
	margin-right:-30px;	
}

.services-style-two .service-block{
	position:relative;
	padding:0px 30px;
	margin-bottom:60px;
}

.services-style-two .service-block .inner-box{
	position:relative;
	display:block;
	background:#ffffff;
	padding:30px 50px;
	border-radius:3px;	
}

.services-style-two .service-block .count-number{
	position:absolute;
	right:15px;
	top:20px;
	line-height:1em;
	font-size:160px;
	color:#fbfbfb;
	font-family:'Lora',serif;	
}

.services-style-two .service-block .icon-box{
	font-size:36px;
	margin-bottom:20px;
	line-height:1em;
	color:#f7542b;
	z-index:1;	
}

.services-style-two .service-block h4{
	font-size:14px;
	margin-bottom:15px;
	color:#1c1c1c;
	z-index:1;	
}

.services-style-two .service-block .text{
	position:relative;
	font-size:13px;
	color:#5a5a5a;
	max-width:200px;
	margin-bottom:20px;
	z-index:1;	
}

.services-style-two .service-block .read-more{
	display:inline-block;
	color:#f7542b;
	font-weight:600;
	text-transform:capitalize;	
}

.services-style-two .service-block .read-more .fa{
	padding-left:5px;
	color:#1c1c1c;	
}


/*** 

====================================================================
	Services Style Three Section
====================================================================

***/

.services-style-three{
	position:relative;
	padding:120px 0px 70px;
}

.services-style-three .sec-title{
	margin-bottom:60px;
}

.services-style-three .row{
	margin-left:-30px;
	margin-right:-30px;	
}

.services-style-three .service-block{
	position:relative;
	padding:0px 30px;
	margin-bottom:50px;
}

.services-style-three .service-block .inner-box{
	position:relative;
	display:block;
	padding:20px 0px 0px;
}

.services-style-three .service-block .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:30px;
	margin-bottom:20px;
	color:#ffffff;
	background:#f7542b;
	border-radius:2px;
	z-index:1;	
}

.services-style-three .service-block h4{
	padding-left:80px;
	font-size:14px;
	margin-bottom:40px;
	color:#1c1c1c;	
}

.services-style-three .service-block .text{
	position:relative;
	font-size:13px;
	color:#5a5a5a;
	max-width:250px;
	margin-bottom:20px;
}

.services-style-three .service-block .read-more{
	display:inline-block;
	color:#f7542b;
	font-weight:600;
	text-transform:capitalize;	
}

.services-style-three .service-block .read-more .fa{
	padding-left:5px;
	color:#1c1c1c;	
}
.icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-img {
    /*max-width: 100%;*/
    height: auto;
     width:33%;
}
/*.icon-img {*/
/*    width:33%;*/
    /*margin-left: 98px;*/
/*}*/
	
.inner-box {
    padding: 20px !important;
    border: 1px solid #57cdf3 !important;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 12%);
    margin-bottom: 10px !important;
    height: 90%;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
    
.pg-inn {
    background: #fff;
    box-shadow: 0 4px 20px 4px rgba(0, 0, 0, .08);
    padding: 15px 15px;
}    


.nav-tabs>li>a {
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    background: #0b5a95;
}


.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 73%);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9999999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 70%;
    position: relative;
    transition: all 5sease -in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
    position: absolute;
    top: -2px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

.read-line-btn {
    padding: 6px 25px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    height: 35px;
    text-align: center;
    color: #02294e !important;
    border: 1px solid #02294e;
    margin-top: 10px;
    display: inline-block; 
    margin-left: 100px;
}


@media screen and (max-width: 992px) {
    .head-2-inn {
        padding-top:0px;
    }
    
        .udb {
        padding: 0;
        margin-top: 0px !important;
    }
    
}

@media only screen and (max-width: 600px) {


  .head-2-inn {
        padding-top:0px;
    }
    
    .udb {
        padding: 0;
        margin-top: 0px !important; 
    } 
    
     .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
    
    
    .udb-sec {
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
    background: #fff;
    padding: 0px !important;
    border-radius: 2px;
    box-shadow: 0 5px 18px -11px rgba(150, 150, 150, .8);
}

.tab-inn {
    padding: 0px !important;
}
    
    
    
}

