
/* End font-face css*/

/* #Navigation
================================================== */


  

/* Strart body css */
body{
  font-family: "Open Sans", serif !important;
  }


a{
    color:#fff !important;
    text-decoration: none !important;
}a:hover{
    
    text-decoration: none;
    color:#fff !important;
}
h1{
  font-weight: 700 !important;
}
h2{
  font-weight: 600 !important;
}
.number{
    font-size:20px;
    font-weight:600;
}
.hero-section
{ 
    
    background-image:url('../images/hero-back.jpg');
    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;   
    
}
.hero-section h1
{
    color:#fff;
    font-size:35px;
    font-weight:900;
  
    letter-spacing: 0px;
    padding-bottom:  50px;
}
.hero-section h1 span
{
    color:#fbca38;
    font-size:46px;
    font-weight:800;
  
}
.hero-section p
{
color:#fff;
}

tr {
  border-bottom: 1px solid #b9b9b9  !important;
}
td span {
  color: #000;
}
td{
  padding: 10px 0px !important;
}
tr:last-child {
  border-bottom:none !important;
}
td:nth-child(odd) { 
  color: #0065B3;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 10px;
}
td:nth-child(even) { 
  font-size: 14px;
}
td:nth-child(odd) { 
  padding-right: 20px !important;
}


.accordion-body{
  padding: 0 0 43px 0 !important;
}
.accordion-button:focus{
  border-color: white !important;
  box-shadow: none !important;
     
}

.accordion-button:not(.collapsed){
  box-shadow: none !important;
}

.bluebox {
  background-color: #0065B3;
  width: 250px;
  font-size: 20px;
  text-align:center;
  color: #fff;
}


.accordion-item {
  background-color: #fff;
  border: 0 !important;
}
.accordion-button::after {
  flex-shrink: 0 !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  margin-left: auto !important;
  content: "" !important;
  background-image: url('../images/down-arrow.png') !important;
  background-repeat: no-repeat !important;
  background-size: 1.25rem !important;
  transition: transform .2s ease-in-out  !important;
  
  position: relative;

  
}
.accordion-button {
display: flex;
align-items: center;
width: 100%;
border: none;
background-color: transparent;
}

.accordion-header{
  position: relative;
}
.accordion-header::after{
  content: " ";
    height: 1px !important;
    width: 68% !important;
    background: #0065B3 !important;
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    left: 26% !important;
    z-index: 0 !important;
}


body
{
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
.leftline{
  border-left: 2px solid #000;
}
.ranking{
  width: 60%;
}
.slick-slide img{
  display: inline-flex !important;
}
.slideralign{
  display: flex !important;
  align-items: center;
  flex-direction: column;
}

.tsise{
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.number{
  font-size: 20px;
  font-weight: 700;
  
  
}
.alignfooter{
  align-items: center !important;
}

.start-header {
    
        padding: 5px 0;
  
  }
  .ac{
    width:85%
  }
  .edit{
    align-items: center;
  }
  .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: #093b7f !important;
  }  
  .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 !important;
    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 !important;
}
  li.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
    width: 100%;
  }
  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;
  }
  .hanging {   
    margin-top: -410px;  
   
  }
  
  .hanging img {
    width: 60%;
  }
  
.hero-logo
{
 
  background-color: #fbca38;
  background-size: cover; 
  background-repeat: no-repeat;
     
}
.hero-logo .blue-line
{
  border-right: 2px solid #395b99;
}
.hero-logo img{text-align: center; }
.orange
{
    background-color: #f8fbff;
    color:#000;
}
.orange a{
    color:#fff;
}

.orange .text{ font-size:19px; line-height:30px;}
.rect
{
  background-image: url(../images/rectangle1.png);
  background-size: cover;
  
}
.rect h3{
  font-weight:900;
  font-size:15px;
  color:#fbca38;
  text-align:center;
  padding:58px 0px;
}
.nav-tabs
{
  margin: 0;  
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  border-radius: 2px 2px 0px 0px;
  margin-top: 10px;
}
.nav-tabs .nav-link.active a {
    text-transform: none;
    color: #fff !important;
    background-color: #0c529f !important;  
    font-size: 20px;
    font-weight:800;
  
     width: 100%;    
    letter-spacing: 0px !important;    
    bottom: 0px;
    overflow: hidden;    
    transition: 0.1s ease;
    height: 100px;
    margin-top: 0;
    
}

.move-up:hover{
    background-color: crimson;
    transition: all .5s;
    transform : translateY(-10px);
}

.nav-tabs .nav-link a{
  text-transform: none;
  font-weight: 600;
  color: #fff !important;
  background-color: #fbca38 !important;
  border-color: none;
  font-size: 20px;
  font-weight: 600;

  height: 100px;
  width:100%;
  letter-spacing: 0px !important;   
  cursor: pointer; 
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden
}
.tab-content
{
    padding:20px 10px;
}
.nav-pills .nav-link {
   
    background-color: #868686;
    border-radius: 0px;
    margin: 10px 0px;
    padding:15px 0px;
    color: #fff;
    border-radius:50px;
}
.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 {
  top: 20px;
  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;
    font-size:35px;
    font-weight:700;
   
}
.accbox{
	display: flex;
	gap: 10px;
	justify-content: flex-start;
	align-items: center;
	height: 200px;
	min-height: 200px;
	background-color: #fff;
	padding: 20px;
	margin: 20px 5px;
	border-radius: 10px;
	box-shadow: 0px 0px 24px -6px rgba(0,0,0,0.1);
}
.accbox img{
	height: 100px;
	width: 150px;
	object-fit: contain;
}

.d-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
  img {
    height: 100px;
    width: 100%;
    object-fit: contain;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 5px 0px #e3e3e3;
    transition: .3s ease-out;
  }
  img:hover {
    scale: 1.1;
  }
}
.blue
{      
    background-color: #063a80;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%; 
   
}
.blue p
{ 
  text-align:justify;
}
.display-4 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
}
.border-yellow
{
    border-left: 5px solid #fbca38;
}
.testimonial
{
   background-color:#ffd65c;
    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;
    
    font-size:35px;
    font-weight:900;
    
    
}
.testimonial .sub-title
{
    color: #000;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
}
.testimonial .desc
{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    
}
.student
{
  font-weight:900;
  font-size:20px;
  color:#fff;
}
.wrapper{
    padding: 10px 0;
    overflow-x: hidden;
  }
  .yellow-background
  {
    background-color: #125fb4;
    padding: 30px;
    margin-top:30px;
  }
  .yellow-business
  {
    background-image: url('../images/yellow-back.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    
  }
  .yellow-business h1{
    color:#fff;
    font-size: 35px;
    font-weight:800;
    padding:20px 0px 0px 0px;
    
  }
  .human
  {   
    position: relative; 
    z-index: 999;
  
  }
  .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/acc-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: 40px;
    font-weight: 700;
}


.abroad-bg
{
    background-image:url('../images/abroad-bg.jpg');  
    background-repeat: no-repeat;    
    background-size: cover;   
}

.abroad-bg .title span
{
font-weight:800 !important;
}
.abroad-bg .title{
  color: #0e54a4;
    font-size: 40px;
    font-weight: 800;
}
.abroad-bg p{  
    font-size: 25px;    
}
.campus{
  background-color: #e0e9f3;
  background-size:cover;
  padding-left:100px;
}
.gain .title
{
  color:#0e54a4;
  font-weight:900;
  font-size:36px;

}
.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;
}

.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: #fff;
    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: 10px !important;
    
  }
  .slick-prev{
    left: 0px !important;
  }
  .slick-next:before, .slick-prev:before{
    color: #fff !important;
    font-size: 30px !important;
    opacity: 2 !important;
    display: none !important;
  }
  .slick-next{
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 50px !important;
    height: 50px !important;
  }
  .slick-prev:before {
    content: '←';
    display:none !important;
}
.slick-next:before, [dir=rtl] .slick-prev:before {
    content: '→' !important;
}
.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: 600px) and (min-width: 320px) {
    html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

h1{
  font-size: 22px !important;
}
.accbox{
  margin: 10px 5px;
  height: auto;
  flex-direction: column;
}
.d-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
td:nth-child(even) { 
  font-size: 12px;
}
td:nth-child(odd) { 
  width: auto !important;
  padding-right: auto !important;
}
  

  .accordion .item .item-header h2 button.btn0.btn-link span {
    background-color: #1260b6;
    padding: 20px 40px !important;
    color: #fff;
}
  .hr-lines:after {
    content: " ";
    height: 2px;
    width: 40% !important;
    background: #000;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 45% !important;
}
  .campus {
    background-color: #e0e9f3;
    background-size: cover;
    padding-left: 0;
}
  .gain .title {
    color: #0e54a4;
    font-weight: 900;
    font-size: 36px;
    text-align: center;
  
}
  .hanging {
    position: relative;
    bottom: 0px;
}
  .placement-bg .title {
    color: #0e54a4;
    font-size: 30px;
    font-weight: 500;
}
.placement{
   
  margin: 20px 0px;
  width:100%;
  }
  .hero-logo
{ 
  background-color: #fbca38;
  background-size: cover; 
  background-repeat: no-repeat;     
}
.hero-logo img{margin-bottom:10px;}
  .my-slider {
    padding: 0 30px;
}
  .nav-item .btn2 {
    color: #0c529f !important;
    text-decoration: none !important;
    margin-top: 15px;
    padding: 10px 25px !important;
}
    .hero-section
    {        
        padding: 20px 15px 0px 15px;
    } 
    .hero-section img
    {        
       width:100%;
    } 
    .hero-section h1 {
      color: #fff;
      font-size: 30px;
    
      letter-spacing: 0px;
      text-align: center;
  }
  .hero-section h1 span {
    color: #fbca38;
    font-size: 35px;
    font-weight: 800;
  
    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%; 
    }
    .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 a{
    /* text-transform: uppercase; */
    color: #fff !important;
    background-color: #0c529f !important;
    border-color: none;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    transition: all .5s;
    transform: none;
    height: 100px;
    bottom: 0px;
    overflow: hidden;    
    
}
.nav-tabs .nav-link a{
    text-transform: uppercase;
    font-weight: 600;
    color: #fff !important;
    background-color: #fbca38 !important;
    border-color: none;
    font-size: 20px;
    font-weight: 600;
  
    width: 33.3%;
    letter-spacing: 0px !important;
    height: 100px;        
    cursor: pointer; 
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
    overflow: hidden;

}
.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;
}
}
@media only screen and (max-width: 900px) {
  .hr-lines:after {
    content: " ";
    height: 2px;
    width: 60% !important;
    background: #000;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 30% !important;
    z-index:-1px !important;
    
}
  .abroad-bg {
    background-image: url(../images/abroad-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}
  .campus {
    background-color: #e0e9f3;
    background-size: cover;
    padding-left: 0px;
  }
  .gain .title {
    color: #0e54a4;
    font-weight: 900;
    font-size: 36px;
    text-align: center;

  }
  .hero-logo {
    background-color: #fbca38;
    background-size: cover;
    background-repeat: no-repeat;
  } 
    .hero-section
    {        
        padding: 20px 15px 0px 15px;
    }  
    .hero-section img
    {        
       width:100%;
       margin-top: 0px;
    }  
   
    .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-image: url(../images/yellow-back.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 50px 0px;
    }
    .nav-tabs .nav-link.active a{
      /* text-transform: uppercase; */
      color: #fff !important;
      background-color: #0c529f !important;
      border-color: none;
      font-size: 16px;
      font-weight: 800;
    
      width: 100%;
      transition: all .5s;
      transform: none;
      height: 100px;
      bottom: 0px;
      overflow: hidden;    
    
     
     }
    .nav-tabs .nav-link a {
      text-transform: uppercase;
      font-weight: 600;
      color: #fff !important;
      background-color: #fbca38 !important;
      border-color: none;
      font-size: 16px;
      font-weight: 700;
    
      width:100%;
              letter-spacing: 0px !important;
      height: 100px;        
      cursor: pointer; 
      position: relative;
      display: flex;
      justify-content: center;
      align-items: end;
      overflow: hidden;
 
    }
        .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;
  }
  .hanging {
    position: relative;
    bottom: 0px;
  }
}
@media only screen and (max-width: 1600px) and (min-width: 1200px) {
    .navigation-wrap{
    position:sticky;
}
}

@media only screen and (max-width: 1200px) and (min-width: 1100px)  {
  .campus {
    background-color: #e0e9f3;
    background-size: cover;
    padding-left: 0px;
}
.tab-1-a {
    display:none !important;
}
  .hanging {
    position: relative;
    bottom: 0px;
}
  .gain .title {
    color: #0e54a4;
    font-weight: 900;
    font-size: 36px;
    text-align: center;
   
}
  .campus p {
    font-size: 28px;
    font-weight: 800;
    color: #868686;
}
    .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: 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-color:#063a80;
  /*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;
}

.couterbx {
  padding: 10px 0px 10px 10px;
  border-left: 1px solid #0e54a4;
  margin: 10px 0px;
}
.couterbx h3 {
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  color: #0e54a4;
}
.couterbx p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #0e54a4;
}
.counterrw {
  position: relative;
}
.counter-wrp {
  position: relative;
}
.slick-dots li.slick-active button:before {
  color: #0e54a4 !important;
  font-size: 16px;
}
.slick-dots li button:before {
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 1 !important;
  color: #000;
}
.gain p{font-size: 18px;
  font-weight: 800;
  color: #0e54a4;
  margin: 20px 0px;
}

.accordion{
  margin: 0px 0;
  
}
.accordion .item {
    border: none;
    margin-bottom: 5px;
    background: none;
}


.t-p p span {
  color: #0065B3;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 10px;
}
button:focus {
  outline: 1px dotted;
  outline: none;
}
.accordion .item .item-header h2 button.btn0.btn-link {
  background: #f8fbff;
  color: #000;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
  text-decoration: none;
  border:none !important;
  z-index:999;
}
.accordion .item .item-header h2 button.btn0.btn-link span{
  background-color: #1260b6;
  padding: 20px 120px;
  color:#fff;
}
.accordion .item .item-header h2 button.btn0.btn-link span .bcom{
  background-color: #1260b6;
  padding: 20px 100px !important;
  color:#fff;
}

.accordion .item .item-header {
    border-bottom: none;
    background: transparent;
    padding: 0px;
    margin: 2px;
}

.accordion .item .item-header h2 button {
    color: white;
    font-size: 20px;
    padding: 15px;
    display: block;
    width: 100%;
    text-align: left;
}

.accordion .item .item-header h2 i {
    float: right;
    font-size: 30px;
    color: #000;
    background-color: #f8fbff;
    border:1px solid #000;
    border-radius:100px !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-top:5px;
}
.accordion .item .item-header h2 button.btn0.btn-link:focus
{
border:none !important;
}
.hr-lines{
  position: relative;
  max-width: 100%; 
  text-align: center;
}


.hr-lines:after{
  content:" ";
  height: 2px;
  width: 60%;
  background:#000;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 30%;
  z-index:-1 !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%;
}
}


.swiper-slide .out-wrp{
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #fbca38;
  margin: 10px;
  margin-bottom: 50px;
  img:nth-child(1) {
    /* width: 50%; */
    height: 100px;
    margin-right: 40px;
    border-radius: 50%;}
    img:nth-child(2) {width: 50%;}
}
/* new css for bootstrap 3 */


.d-flex{
  display: flex;
}
.justify-content-between{
justify-content: space-between;
}
.justify-content-around{
justify-content: space-around;
}
.justify-content-center{
justify-content: center;
}
.align-items-end{
align-items: flex-end;
}
.container::before{display: none;}
.container::after{display: none;}

.align-items-center{
  align-items: center;
}

.navbar-toggle {
  background-color: #a5a5a5;
}
.nav-tabs>li>a:hover {
  border-color: transparent;
  background-color: transparent;
}
.icon-bar{background: #fff;}
.rounded{border-radius: 5px;}
.navbar-head {
  padding: 13px 0;
}
.navbar-collapse .flex-box{
  
  a{padding: 10px 15px;}
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  cursor: default;
  background-color: transparent;
  border: none;
  border-bottom-color: transparent;
}

.navbar-static-top{
  background: #093b7f;
}

/* for accordian  */
.accordion-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 45px;
}
.text-white{
  color: #fff !important;
}
/* for mobile view */
@media (max-width: 768px) {
  .abroad-bg{
    .row{
      display: flex ;
    flex-wrap: wrap;
    justify-content: center;
    }
  }
  .campus.d-flex{
    flex-direction: column;
  }
  .yellow-business  {
    .d-flex{
      flex-direction: column;
      padding: 0px;
    }
  }
  footer{
    .d-flex{
      flex-direction: column;
    }
  }
  .accordion-header::after{
      width: 30% !important;
      left: 65% !important;
    }
  .navbar-collapse .flex-box{
    display: flex;
      flex-direction: column;
      padding-bottom: 20px;
    a{padding: 10px 15px;}
  }
  .nav-wrapper{
      display: block;
  }
  .navbar-nav{
      display: block;
  }
  .affiliations-section{
    .d-grid{
    grid-template-columns: repeat(1, 1fr);
  }}
  .nirf-box {
    flex-direction: column;
  }
  .yellow-wrp{
    flex-wrap: wrap;
  }
  .yellowborder{
    border-right: none;
    padding: 20px;
    border-bottom: 2px solid var(--yellow);
  }
  .nirf-box-text h3 {
    padding: 20px;
  }
  .Instructions-section{
    .row.d-flex{
      flex-direction: column;
    }
    .point-image{
      width: 100%;
      margin-left: 0;
    }
  }
  .Scholarship{
    .row.d-flex{
      flex-direction: column;
      img{
        width: 100%;
      }
    }
  }
  .Why-SRM {
    .d-grid {
        grid-template-columns: repeat(1, 1fr);}
      }
  .cta-section{
    .cta-image{
      margin-top: 0px;
    }
  }
  .cta-section{
    .row.d-flex{
      flex-direction: column;
    }
  }
  footer{
    .padd{
      padding: 20px;
    }
    .social-links{
      flex-direction: column;
      align-items: flex-start;
    }
    .social-divider{
      display: none;
    }
    .social-link{
      text-align: left;
    }
  }
}

/* Hidden classes */
.d-none {
    display: none !important;
}

/* Visible classes */
.d-block {
    display: block !important;
}

.modal-content {
  margin-top: 0px !important;
}


/* Responsive classes */
@media (min-width: 576px) {
    /* sm breakpoint */
    .d-sm-none {
        display: none !important;
    }
    .d-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) {
    /* md breakpoint */
    .d-md-none {
        display: none !important;
    }
    .d-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) {
    /* lg breakpoint */
    .d-lg-none {
        display: none !important;
    }
    .d-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    /* xl breakpoint */
    .d-xl-none {
        display: none !important;
    }
    .d-xl-block {
        display: block !important;
    }
}

img.logo.rounded {
    width: auto !important;
    height: 100px !important;
}

img.rounded {
    width: auto !important;
    height: 100px !important;
}