@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap');



/* End font-face css*/

/* #Navigation
================================================== */
.number{
  font-size: 16px;

  
}

.alignfooter{
  align-items: center;

}

.slick-initialized .slick-slide {
  display: flex !important;
}
.start-header {
    
        padding: 20px 0;
  
  }
  .btn2 {
    border-radius: 30px;
    color: #0c529f;
    background-color: #fbdedb;
    display: inline-block;
    background: #fbca38;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 600;
    font-size: 14px; 
    text-align: center;
    text-decoration: none !important;
    position: relative;
    padding: 10px 20px !important;
}

.btn2 {
  position: relative;
  border-color: #979695;
  color: #979695;
}
.btn2:hover {
  transform: translateY(-0.25em);
  border-color: #5e5e5e;
  color: #5e5e5e;
}
.btn2:hover::before {
  opacity: 1;
}
.btn2::before {
  width: 100%;
  height: 1em;
  position: absolute;
  left: 0;
  bottom: -1.35em;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  opacity: 0;
  transition: all 0.65s;
  content: "";
}
.nav-item .btn2 {
    color: #0c529f !important; 
    text-decoration: none !important;    
}
  .start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .start-header.scroll-on .navbar-brand img {
    height: 24px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .navigation-wrap {
    position: realtive;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #0c529f !important;
  }
  :root {
    --marquee-width: 80vw;
    --marquee-height: 20vh;
    /* --marquee-elements: 12; */ /* defined with JavaScript */
    --marquee-elements-displayed: 5;
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
    }
    @media (max-width:767px) {
      :root{
          --marquee-width: 180vw;}
          .marquee-content{gap:0px;}}
  
    .marquee {
    width: 100%;
    height: 135px;
    background-color: #fff;
    color: #eee;
    overflow: hidden;
    position: relative;
  }
    .marquee:before, .marquee:after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 1;
    }
  
    marquee:before {
    left: 0;
    background: linear-gradient(to right, #111 0%, transparent 100%);
    }
  
    .marquee-content {
    list-style: none;
    height: 100%;
    display: flex;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
    }
    /* .marquee-content:hover {
    animation-play-state: paused;
    } */
    @keyframes scrolling {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements))); }
    }
    .marquee-content li {
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    flex-shrink: 0;
    width: var(--marquee-element-width);
    max-height: 100%;
    font-size: calc(var(--marquee-height)*3/4); /* 5rem; */
    white-space: nowrap;
    }
    
    .marquee-content li img {
    width: 100%;
    /* height: 100%; */
    border: 2px solid #fff;
  }
  
  .navbar {
    padding: 0;
  }
  .navbar-brand img {
    
    width: auto;
    display: block;
    
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
  }
  .navbar-toggler:active,
  .navbar-toggler:focus {
    outline: none;
  }
  .navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #fff;
    transition: all 300ms linear;
  }
  .navbar-light .navbar-toggler-icon:after,
  .navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #fff;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all 300ms linear;
  }
  .navbar-light .navbar-toggler-icon:after {
    top: 8px;
  }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
  }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
  }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
  }
  li.nav-link {
    color: #fff !important;
    font-weight: 500;
    transition: all 200ms linear;
  }
  li.nav-item:hover .nav-link {
    color: #fff !important;
  }
  li.nav-item.active .nav-link {
    color: #fff !important;
  }
  .navbar-light .navbar-nav .nav-link {
    color:#fff;;
}



  li.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
  }
  li.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    
    opacity: 0;
    transition: all 200ms linear;
  }
  li.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
  }
  li.nav-item.active:hover:after {
    opacity: 0;
  }
  li.nav-item {
    position: relative;
    transition: all 200ms linear;
  }
  

/* Strart body css */
body{
    font-family: 'Open Sans', sans-serif;}
h1, h2, h3, h4, h5, h6{  font-family: 'Open Sans', sans-serif;}
p{ font-family: 'Open Sans', sans-serif;}
a{
    color:#fff;
}a:hover{
    color:#fff !important;
    text-decoration: none;
}
.hero-section
{
    
    background: #0c529f;
    background-size: cover;
    background-position: center;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 0px 0px 0px; 
    background-blend-mode: overlay;   
    
}
.out-wrp{
	text-align: center;
	background-color: #fff;
	margin: 10px;
	box-shadow: 0px 0px 24px -6px rgba(0,0,0,0.1);
	border-radius: 10px;
  height: 310px;
}
.out-wrp img:nth-child(1){
	width: 100px;
	margin-right: 40px;
	border-radius: 50%;
}
.out-wrp img{
	margin-bottom: 20px;
	width: 100px;
}
.hero-section h1
{
    color:#fff;
    font-size:35px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
}
.hero-section h1 span
{
    color:#fbca38;
    font-size:35px;
    font-weight:800;
    font-family: 'Open Sans', sans-serif;
}
.hero-logo
{
 
  background-image: url(../images/hero-back.png);
  background-size: 90%; 
  background-repeat: no-repeat;
     
}
.hero-logo .blue-line
{
  border-right: 2px solid #395b99;
}
.hero-logo img{width:100%; }
.orange
{
    background-color: #f8fbff;
    color:#000;
}
/*.orange a{
    color:#000;
}*/

.orange .text{ font-size:19px; line-height:30px;}
.nav-tabs
{
  margin: 0;  
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  border-radius: 2px 2px 0px 0px;
}
.nav-tabs .nav-link.active {
    text-transform: uppercase;
    color: #fff !important;
    background-color: #0c529f !important;  
    font-size: 20px;
    font-weight:800;
    font-family: 'Open Sans', sans-serif;
     width: 50.7%;    
    letter-spacing: 0px !important;    
    bottom: 0px;
    overflow: hidden;    
    transition: 0.3s ease;
    height: 110px;
    
}
.overlay .height-section{
  min-height: 60vh;
  align-items: end;
  display: flex;
  overflow-x: hidden;
}
.move-up:hover{
    background-color: crimson;
    transition: all .5s;
    transform : translateY(-10px);
}

.nav-tabs .nav-link{
  text-transform: uppercase;
  font-weight: 600;
  color: #fff !important;
  background-color: #fbca38 !important;
  border-color: none;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  height: 100px;
  width: 49.3%;
  letter-spacing: 0px !important;   
  cursor: pointer; 
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.3s ease;
}
.tab-content
{
    padding:20px 10px;
}
.nav-pills .nav-link {
   
    background-color: #868686;
    border-radius: 0px;
    margin: 10px 0px;
    padding:15px 0px;
    color: #fff;
}
.nav-pills .nav-link.active {
    color: #fff;
    background-color: #1260b6;
}
.tab-pane p span{
    color:#0065B3;
    font-weight:700;
    text-transform: uppercase;
    padding-right:10px;
}
.btn1 {
    padding: 10px 20px;
    border-radius: 30px;
    color: #fbdedb;
    background-color: #fbdedb;
    display: inline-block;
    background: #2169b9;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 600;
    font-size: 16px !important;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
    position: relative;
}

.btn1 {
  position: relative;
  border-color: #fff;
  color: #fff;
}
.btn1:hover {
  transform: translateY(-0.25em);
  border-color: #5e5e5e;
  color: #fff;
}
.btn1:hover::before {
  opacity: 1;
}
.btn1::before {
  width: 100%;
  height: 1em;
  position: absolute;
  left: 0;
  bottom: -1.35em;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  opacity: 0;
  transition: all 0.65s;
  content: "";
}
.btn3 {
  padding: 10px 20px;
  border-radius: 30px;
  color: #fbdedb;
  background-color: #fbdedb;
  display: inline-block;
  background: #fbca38;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none !important;
  position: relative;
}

.btn3 {
position: relative;
border-color: #fff;
color: #fff;
}
.btn3:hover {
transform: translateY(-0.25em);
border-color: #5e5e5e;
color: #fff;
}
.btn3:hover::before {
opacity: 1;
}
.btn3::before {
width: 100%;
height: 1em;
position: absolute;
left: 0;
bottom: -1.35em;
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
opacity: 0;
transition: all 0.65s;
content: "";
}
  .btn:hover,
  .btn:focus {
    opacity: 0.8;
    color:#fff !important;
    text-decoration: none !important;
  }
  .btn:active {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  .btn.block {
    display: block !important;
  }
  .btn.circular {
    border-radius: 50em !important;
  }
  .nav-pills .nav-link.active:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 99%;
    border-right: 5px solid yellow;
    height: 15%;
    
}
.title{
    color:#0e54a4 !important;
    font-size:35px !important;
    font-weight:700;
   
}
.blue
{
      
    background-color: #1260b6;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;   
   
}
.display-4 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
}
.border-yellow
{
    border-left: 5px solid #fbca38;
}
.testimonial
{
   background-color:#125fb4;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;    
    color:#fff;
    background-repeat: no-repeat;
    background-position: center top;    
}
.testimonial h1
{      
    font-style: normal;
    text-decoration: none;
    color:#FFf;
    font-size:35px;
    font-weight:700;
    text-align: center !important;
    
}
.testimonial .sub-title
{
    color: #000;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
}
.testimonial .desc
{
    color: #115aab;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
}
.student
{
  font-weight:900;
  font-size:20px;
}
.wrapper{
    padding: 10px 0;
    overflow-x: hidden;
  }
  .yellow-background
  {
    background-color: #fdab00 !important;
    padding: 30px;
    margin-top:30px;
  }
  .yellow-business
  {
    background-image: url('../images/yellow-back-student.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size:cover; 
    padding:50px;  
  }
  .yellow-business h1{
    color:#fff;
    font-size: 35px;
    font-weight:800;
    padding:20px 0px 0px 0px;
    
  }
  .human
  {   
    position: absolute; 
    z-index: 999;
     left:-30px;
     top:-10px;
  }
  .campus
{
 
    background-repeat: no-repeat;
    background-position: center top; 
    background-size: cover;   
}

.campus p{
    font-size:18px;
    font-weight:700;
    color:#0e54a4;
    margin: 20px 0px;
}
.placement-bg
{
    background-image:url('../images/placement-bg.jpg');  
    background-repeat: no-repeat;    
    background-size: cover;   
}
.placement
{
   
margin: 20px 0px;
}
.placement-bg .title span
{
font-weight:800 !important;
}
.placement-bg .title{
  color: #0e54a4;
    font-size: 60px;
    font-weight: 500;
}
.placement-bg p{
  
    font-size: 25px;
    
}
.gain{
  background-color: white;
}
.gain h1
{
  color:#0e54a4 !important;
  font-weight:700;
}
.gain .title span
{
  color:#0e54a4;
  font-weight:900;
}
.life-srm
{
    background-image:url('../images/life-back.jpg');  
    background-repeat: no-repeat;    
    background-size: cover;   
}

.faq
{
    background-image:url('../images/faq.png');  
    background-repeat: no-repeat;    
    background-size: cover;
    background-position: right top;  
     
}
.faq h1{
    color:#fff !important;
}

.faq .block{background-color:#f9cf00;
    padding:20px 10px;
    margin-top:30px;
    font-size:15px;
    font-weight:800;
}
.faq .block:after {
    position: absolute;    
    right: -10%;   
    pointer-events: none;  
    font-family: FontAwesome;
      content: "\f178";
      font-size:15px;   
   color:#fff;
   
  }
.faq .block:hover{background-color:#fff;
    padding:20px 10px;
    margin-top:30px;
    font-size:15px;
    font-weight:800;
    color:#000;
}

.faq .block:hover::after{position: absolute;    
    right: -10%;   
    pointer-events: none;  
    font-family: FontAwesome;
      content: "\f178";
      font-size:15px;   
   color:#f9cf00;
}

.apply
{
    background-image:url('../images/APPLY-BACK.jpg');  
    background-repeat: no-repeat;    
    background-size: 100%;
    background-position: center center;   
}
.apply h1{
    color:#fff;
}
.footer-sec
{
    background-color:  #115aab;
    padding:5px 0px;
} 
  .my-slider{
    padding: 0 0px;
  }
  .slick-initialized .slick-slide{  
    color: #115aab;   
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  } 
  
  .slick-next, .slick-prev{
    z-index: 5;
  }
  .slick-next{
    right: 0px !important;
  }
  .slick-prev{
    left: 0px !important;
  }
  .slick-next:before, .slick-prev:before{
    color: #000;
    font-size: 26px;
  }
  .slick-prev:before {
    content: '←';
}
.slick-next:before, [dir=rtl] .slick-prev:before {
    content: '→';
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #fbca38 !important;
}
.slick-dots li.slick-active button:before
{
  color:#fff !important;
}
.d-padd
{
    padding:0;
    margin:0;
}

.thumbnail-holder img {
	-webkit-filter: sepia(10%);
	filter: sepia(10%);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
  border-radius:10px;
  
}
.thumbnail-holder:hover img {
	-webkit-filter: sepia(0);
	filter: sepia(0);
  transform: translateY(-0.25em);
}
.thumbnail-holder:hover p{ color:#1260b6;}




@media only screen and (max-width: 480px) and (min-width: 320px) {

  .elig{
    flex-wrap: wrap;
  }


  .placement-bg .title {

  
    color: #0e54a4;
    font-size: 30px;
    font-weight: 500;
}
.tube .ytu{
  width: 300px !important;
  height:150px !important;
}
.slick-initialized .slick-slide{
  margin: 10px;
}

.fopad{
  padding-top: 3px;
}
  .hero-logo
{ 
  background-image: url(../images/hero-back.png);
  background-size: cover; 
  background-repeat: no-repeat;     
}
.hero-logo img{margin-bottom:10px;}
  .my-slider {
    margin: 25px;
}
  .nav-item .btn2 {
    color: #0c529f !important;
    text-decoration: none !important;
    margin-top: 15px;
    padding: 10px 25px !important;
}
.slider img{
  width: 50% !important;
}

    .hero-section h1 {
      color: #fff;
      font-size: 30px;
      font-family: 'Open Sans', sans-serif;
      letter-spacing: 0px;
      text-align: center;
  }
  .hero-section  span {
    /* color: #fbca38; */
    font-family: 'Open Sans', sans-serif;
    text-align: center !important;
}
    .border-yellow {
      border-left:none !important;
    }   
    .padd
    {
        padding:0;
    }
    .blue
    {
      background-color: #1260b6;         
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size:cover;  
   }
    .blue h1
    {
        color:#fff;
    }

    
    .blue p
    {
        color:#fff;
    }
    .placement
    {
       
    margin: 20px 0px;
    }
    .yellow-background
    {
        background-color: #fbca38;
        padding: 50px 0px;
        margin-top: 50px;
    }
    .testimonial h1 {
        font-style: normal;
        text-decoration: none;
        color: #fff !important;
        font-size: 35px;
        font-weight: 700;
        padding-left: 0px;
        padding-top:20px;text-align:center;
    }
    .human
    {
        position: relative;
        z-index: 999;  
        right:auto;  
        width:100%; 
    }
     .acceer img{
      width: 150px !important;
      height: 100px;
      object-fit: contain;
     }
     .footer  img{
      width: 70% !important;
     }
    .human img
    {
        width:100%;
    }
    .apply {
        background-image: url(../images/APPLY-BACK.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .life-srm {
        background-image: url(../images/life-back.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .life-srm img { width:100%;}
    .faq {
        background-image: url(../images/faq.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right !important;
        padding: 30px 0px !important;
    }
    .faq .block:after {
        position: relative    ;    
        pointer-events: none;
        font-family: FontAwesome;
        content: "\f178";
        font-size: 15px;
        color: #fff;
    }
    .faq h1 {
      color: #fff;
      text-align:center;
  }
.yellow-business {
    background-image: url(../images/yellow-back.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.yellow-business h1    
    {
  text-align:center;
    }
.nav-tabs .nav-link.active {
    text-transform: uppercase;
    color: #fff !important;
    background-color: #0c529f !important;
    border-color: none;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    width: 50.5%;
    transition: all .5s;
    transform: none;
    height: 110px;
    bottom: 0px;
    overflow: hidden;    
    transition: 0.3s ease;
    
}
.nav-tabs .nav-link {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff !important;
    background-color: #fbca38 !important;
    border-color: none;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    width: 45.5%;
    letter-spacing: 0px !important;
    height: 100px;        
    cursor: pointer; 
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
    overflow: hidden;
    transition: 0.3s ease;
}
.nav-tabs
{
  margin: 0;  
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  border-radius: 2px 2px 0px 0px;
}
.nav-pills .nav-link.active:after {
  content: '';
  position: relative;
  border-right: 5px solid yellow;
  border: none;
}
.title {
  color: #0e54a4;
  font-size: 30px;
  font-weight: 700;
}
.yellow-business
{
  background-image: none;
 background-color:#0e54a4 ;
  padding:50px;  
}
}
@media only screen and (max-width: 900px) {
  .hero-logo {
    background-image: url(../images/hero-back.png);
    background-size: cover;
    background-repeat: no-repeat;
} 
    .fopad{
      padding-top: 20px;
    }
    .padd
    {
        padding:0;
    }
    .blue
    {
      background-color: #1260b6;        
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size:cover;   
       
    }
        .yellow-background
        {
            background-color: #fbca38;
            padding: 50px 0px;
            margin-top: 0px;
        }
    .testimonial h1 {
      font-style: normal;
      text-decoration: none;
      color: #fff;
      font-size: 45px;
      font-weight: 700;
      padding-left: 0px;
      padding-top: 20px;
      text-align: center;
    }
    .testimonial {
      background-color:#125fb4;
      transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
      color: #fff;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover;
  }
    .human
    {
        position: relative;
        z-index: 999;  
        right:auto;  
        width:100%; 
    }
    .human img
    {
        width:100%;
    }
    .apply {
        background-image: url(../images/APPLY-BACK.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .life-srm {
        background-image: url(../images/life-back.jpg);
        background-repeat: repeat;
        background-size: contain;
    }
    .life-srm img { width:100%;}
    .faq {
        background-image: url(../images/faq.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        padding: 30px 0px;
    }
    .faq .block:after {
        position: relative;
        
        pointer-events: none;
        font-family: FontAwesome;
        content: "\f178";
        font-size: 15px;
        color: #fff;
    }
    .yellow-business {
       
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 50px 0px;
    }
    .nav-tabs .nav-link.active {
      text-transform: uppercase;
      color: #fff !important;
      background-color: #0c529f !important;
      border-color: none;
      font-size: 16px;
      font-weight: 800;
      font-family: 'Open Sans', sans-serif;
      width: 50.5%;
      transition: all .5s;
      transform: none;
      height: 110px;
      bottom: 0px;
      overflow: hidden;    
      transition: 0.3s ease;
     
  }
    .nav-tabs .nav-link {
      text-transform: uppercase;
      font-weight: 600;
      color: #fff !important;
      background-color: #fbca38 !important;
      border-color: none;
      font-size: 16px;
      font-weight: 700;
      font-family: 'Open Sans', sans-serif;
      width: 49.5%;
              letter-spacing: 0px !important;
      height: 100px;        
      cursor: pointer; 
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      transition: 0.3s ease;
    }
    .nav-tabs
{
  margin: 0;  
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  border-radius: 2px 2px 0px 0px;
}
.thumbnail-holder img {
  -webkit-filter: sepia(10%);
  filter: sepia(10%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width:100%;
}
.border-yellow {
  border-left: none !important;
}
.campus p {
  font-size: 24px;
  font-weight: 600;
  color: #868686;
}
.tube .ytu{
  width: 100px;
  height: 100px;
}
.tow-side-info{
  width: 100% !important;
}

.institute-info-wrapper{
  flex-wrap: wrap;
}
.center-intitution-logo{
  width: 60%!important;
}
.faq {
  background-image: none !important;


 
  background-color: white !important;
  padding: 50px 0px;
}
.faq h1{
  color: #0e54a4  !important;
  font-size: 30px;
  font-weight: 700;
}
.card-header a {
  padding: 12px 20px;
  
  width: 100% !important;
  display: block;
}
.yellow-business .circular{
  background-color: #fbca38 ;
}

}
@media (max-width: 768px) {
  .marquee-content li img{
    width: 180px !important;
  }
  .grid-nirf {
    grid-template-columns: repeat(1, 1fr) !important;
    margin: 0 10px;
  }
}

@media only screen and  (max-width: 1201px) and (min-width: 1099px)  {
  .loco{
    padding-right: 95px;
  }
  .needas{
    margin-bottom: -50px;
  }

  .holihe{
    text-align: center;
    padding-right: 3px;
  }
  .tow-side-info{
    width:100%  !important;
  }


}
  


@media only screen and (max-width: 1200px) and (min-width: 1100px)  {
  .campus p {
    font-size: 28px;
    font-weight: 800;
    color: #868686;
}
   
    .hero-section img
    {        
        width:100%;
    }  
    .life-srm {
      background-image: url(../images/life-back.jpg);
      background-repeat: repeat;
      background-size: cover;
  }
  .yellow-background {
    background-color: #fbca38;
    padding: 56px 0px 0px 70px;
    margin-top: 40px;
  }
  .yellow-business {
    background-image: url(../images/yellow-back.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.thumbnail-holder img {
  width:100%;
}
.blue {
  background-image: url(../images/blue-back.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: inherit;
}
}
@media only screen and (max-width: 1100px) and (min-width: 1000px)  
{
  .campus p {
    font-size: 28px;
    font-weight: 800;
    color: #868686;
}
  .thumbnail-holder img {
    width:100%;
  }
    .faq {
        background-image: url(../images/faq.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        padding: 50px 0px;
    }
    .hero-section img
    {        
       width:100%;
    }  
    .life-srm {
      background-image: url(../images/life-back.jpg);
      background-repeat: repeat;
      background-size: contain;
  }
  .yellow-business {
    background-image: url(../images/yellow-back.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.yellow-background {
  background-color: #fbca38;
  padding: 31px 30px 30px 59px;
  margin-top: 10px;
}
.border-yellow {
  border-left: none !important;
}
.blue {
  background-image: url(../images/blue-back.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: inherit;
}
}
.card {
   background-color: transparent !important;
}

.accbox{
	display: flex;
	gap: 10px;
	justify-content: flex-start;
	align-items: center;
	height: 200px;
	min-height: 200px;
	background-color: #fff !important;
	padding: 20px;
	margin: 20px 5px;
	border-radius: 10px;
	box-shadow: 0px 0px 24px -6px rgba(0,0,0,0.1);
}

.acree{
	
	background-color: #EFF5FE;
	/* padding: 100px 0px; */
}

.acree h4 {
  font-size: 20px;
  font-weight: 600 !important;
}

.accbox p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  color: #676767;
  margin-bottom: 15px;
}

.accbox img{
	height: 100px;
	width: 150px;
	object-fit: contain;
}
.accbox p{
	margin-bottom: 0px;
}
.nirf-container {
  text-align: center;
  padding: 20px;
}
.support {
  display: none;
}
.nirf-container h1 {
  color: #1d53a3;
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 20px;
}

.grid-nirf {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  justify-content: center;
  border: 2px solid;
  font-size: 2.5rem;
  font-weight: bold;
  color: #0c477f;
  background-color: #e9f0fb;
  border-radius: 8px;
  height: 170px;
}

.grid-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  height: 100%;
}

.grid-image img {
  height: 100%;
  width: 48%;
}

.grid-item span {
  display: block;
  margin-top: 5px;
  color: #333;
  font-weight: 600;
  font-size: 1.5rem;
}

.blue .title{
  color:white !important;
}
.mile{
  font-size: 70px !important;
  font-weight: 700;
}
.campus .photo{
  color: white !important;
font-size: 18px;
}
.color-white{
color:white;
}
.tube .ytu{
   width:850px;
    height:460px;
}
.my-slider1 img {
  max-width: 100%;
  height: auto;
}
.my-slider1 .slick-track{
  display: flex !important;
  align-items: center !important;
  gap: 15px;
}
.gain .container-1{
  padding: 60px;
}
.single-placement-contetnt {
  box-shadow: 0px 0px 24px -6px rgba(0,0,0,0.1);
  padding: 13px;
  height: 210px;
  min-height: 222px;
  background-color: #fff;
  border-radius: 10px;
  color: #0065B3;
  margin-bottom: 10px;
}
.placement h6{
  font-weight: 700;
  font-size: 18px;
}.marquee {
  width: 100%;
  height: 135px;
  background-color: #fff;
  color: #eee;
  overflow: hidden;
  position: relative;
}
.marquee-content {
  display: flex;
  gap:95px;
  list-style: none;
}
.out-wrp{
  text-align: center;
  background-color: white;
  margin:5px;
  border-radius: 10px;
box-shadow: 0px 0px 24px -6px rgba(0,0,0,0.1);
}
.slider{
  justify-content: space-between;
}

.tow-side-info{
flex: 0 0 auto;
    width: 33.33%;
    text-align: center;

}.institute-info-wrapper
{
  box-shadow: 0 60px 135px rgba(0,0,0,0.14), 0 15px 65px rgba(0,0,0,0.14);
  border-radius: 20px;
  padding: 20px 0px;
}
.intitute-info .counter{
  font-size: 45px !important;
  color: #0c529f;
}
.text-blue{
  color: #0c529f;
  font-size: 18px;
}
.footer{
  background-color: #0e54a4;
}
.faq {
  background-image: url(../images/faq.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0px;
}
.card-header a {
  padding: 12px 20px;

  width: 100% !important;
  display: block;
}


.darken { 
  background: #EEE; 
  color: #FFF; 
  }
          .nav-pills {
              display:none;
          }
          .tab-content>.tab-pane1 {
               display: none;
               }
               .tab-content>.active {
                 display: block !important;
          }
          .card-header
          {
              text-transform: uppercase;             
              background-color:#868686;
          }
          .card-header a{
              color:#fff;
          }
          
          @media(min-width:768px) {
              .nav-pills {
                  display: flex;
              }
              
              .card {
                  border: none;
              }
                  .card-body {
                      padding: 0;
                  }
          
              .card .card-header {
                  display:none;
              }  
          
              .card .collapse{
                  display:block;
              }
          }
          
          @media(max-width:767px){
              .tab-pane1 {
                  display: block !important;
                  opacity: 1;
              }
          }
          .card-header.active 
          {   
              background-color: #1260b6;
          }
          .card-header.active a {
              color: #fff !important;            
          }
          .sticky-button {
    position: fixed;
    right: -40px;
    bottom: 50%;
    z-index: 1000;
    background-color: #fbca38;
    color: #0c529f;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transform: rotate(-90deg);
    border-radius: 30px;
  }
          @media only screen and (max-width: 600px) {
    .sticky-button {
      bottom: 50%;
  }
  }


.out-wrp{
	text-align: center;
	background-color: #fff;
	margin: 10px;
	box-shadow: 0px 0px 24px -6px rgba(0,0,0,0.1);
	border-radius: 10px;
  height: 310px;
}
.out-wrp img:nth-child(1){
	width: 100px;
	margin-right: 40px;
	border-radius: 50%;
}
.out-wrp img{
	margin-bottom: 20px;
	width: 100px;
}
