@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
  
body
{

    width: 100%;
    height: 100%
}

body {
 font-family: "Mulish", sans-serif;
   font-weight: 400;
    font-size: 18px;
        line-height: 28px;
            color: #2e2e2e;
                letter-spacing: 0.3px;
}
#logo_div {
    margin-left: 30px;
    text-align: right;
    font-weight: 600;
    font-size: 15px
}
.header-btn {
background: #00babe;
    padding: 6px 15px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #00babe;
    /* border-radius: 19px !important;*/
}

.header-btn:hover,.header-btn:focus {
    background: #fff0;
    border: 1px solid #0e71b2;
    color: #0e71b2
}



.agree-condition {
    font-size: 11px;
    line-height: 18px;
    display: inline;
    float: right;
    width: 90%
}

.carousel-indicators {
    bottom: 40px
}

.desktop_unique {
    display: block !important
}

.mobile_unique {
    display: none !important
}

.lp_modal .modal-header {
    padding: 0rem 1rem;
    border-bottom: unset
}

.lp_modal .modal-header .close {
    font-size: 2rem
}

#subscribe_form .form-control {
    padding: .5rem 7rem .5rem .5rem;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: unset
}

.sub_submit {
    text-transform: capitalize !important;
    background: #01315C;
    color: #fff;
    font-size: .8em;
    padding: .55rem 1rem;
    border-radius: unset !important
}

.lp_modal .modal-content {
    background: #A9232A;
    border: 2px solid #d1d1d1
}

.lp_modal .modal-body {
    padding: 2rem 1.5rem
}

a {
    color: #333;
    transition: all .35s
}

a:hover,
a:focus {
    color: #fcbd20
}

.carousel-item {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 90vh;
    margin-top: 20px
}


/*.carousel-item:before {
    content: "";
    background: linear-gradient(0deg, rgb(0 0 0 / 0) 0, rgb(0 0 0 / 65%) 90%);
    width: 100%;
    height: 100%;
    z-index: 999;
    position: absolute;
    top: 0;
}*/

.carousel-caption {
       text-align: left;
    top: 0%;
    left: -5%;
    z-index: 1;
}

.carousel-caption h3 {
    color: #a8222c;
    font-size: 38px
}

.carousel-caption h4 {
    color: #01315c;
    font-weight: 700;
    font-size: 38px
}


.bg_blue {
    background-color: #fff !important;
    margin-top: 0;

    /* border: 1px solid #cfcfcf;*/
}


/*sidebar form starts*/

.dsu-form {
    top: 5rem;
}

.dsu-form {
    z-index: 100000 !important;
}

.dsu-form {
    
    width: 325px;
    float: right;
    margin-top: 52px;
    padding: 0 0 0;

    position: fixed;
    right: 0;
    z-index: 9999;
    margin: 0;
    padding: 0;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    border-radius: 10px;

}

.form-clickOuter {
    left: -34%;
    position: absolute;
    bottom: 60%;
    right: 78%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    animation: blinker 2s linear infinite;
}

.form-click {
    position: relative;
    font-weight: 500;
    font-size: 19px;
    padding: 5px 20px;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
        color: #ffffff;
        background: #be201d;
}

.frmBg {
    text-align: center;
    padding: 10px 15px;
    background-color: #000;
}

.frmBg span {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

input#submit_btn {
    /*    background: #393185;*/
    margin: auto;
    display: block;
}

.dsu-form1 {
    border: 1px solid #ced4da;
    padding: 1rem;
}
.banner-content {
    color: #fff;
    position: absolute;
    top: 15%;
    width: 50%;
    z-index: 999;
    padding: 0;
       left: 7%;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled
{
	display: none !important;
}
.banner-content h1,.banner-content span {
color: #fff;
    font-weight: 300;
    font-size: 27px;
    line-height: 55px;
}
.banner-content p {
    font-size: 16px;
    color: #fff;
    min-height: 50px;
      
}
.text4 {
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}
.text1 {
    text-shadow: 0px 4px 3px rgb(109 109 109 / 40%), 0px 8px 13px rgb(36 36 36 / 10%), 0px 18px 23px rgb(42 42 42 / 10%);
}
.c-text-box,.traning_slider.Industrial_training6.ee .traning_details,.traning_slider.Industrial_training7.ft .traning_details,.traning_slider.Industrial_training8.lbsug .traning_details {
    height: 200px
}

.naaclogo {
    width:325px !important;
margin-top: 30px;
    bottom: 0;
    left: 20px
}
.banner-content h2 {
    font-weight: 800;
    color: #fff;
    font-size: 64px;
    line-height: 70px;
    margin-bottom: 22px;
      
}


/*sidebar form ends*/

.banner_form {
    position: absolute;
    right: 55px;
    top: 10%
}

.banner_head {
    text-align: center;
    padding: 25px 0 10px;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: 700;
    color: #333
}

.form-control {
    font-size: .84rem;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #8b8a8a;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.form-control option {
    color: #000
}

.submit-btn {
    background: #d2252c;
    padding: 7px 33px !important;
    color: #fff !important;
    border-radius: 0;
    font-size: 0.85rem !important;
    margin-top: 15px;
    border: 1px solid;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    border: none
}

.submit-btn:hover {
    background: #073342
}

.form-control:focus {
    color: #fff;
    border-color: #f0f1f3;
    outline: 0
}

.btn-black {
    background: #363636;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-shadow: none;
    margin-top: 10px;
    display: inline-block;
    font-weight: 700;
    border: 2px solid #363636;
    padding: 6px 25px
}

.btn-blue {
    background: #d70808;
    color: #fff;
    font-size: 15px;
    padding: 7px;
    border: 0;
    text-transform: uppercase;
    font-weight: 700
}

.bg_blue_mobile {
    background-color: #211d1c;
}

.banner_form .form-group {
    margin-bottom: 10px
}

#mainNav {
    border-color: rgb(34 34 34 / .05);
    background-color: #fff;
    transition: all .35s;
    padding: 0
}

#mainNav .navbar-brand {
    color: #fdcc52;
    font-weight: 200
}

#mainNav .navbar-brand:hover,
#mainNav .navbar-brand:focus {
    color: #fcbd20
}

.navbar-light .navbar-nav .nav-link {
    display: inline-block;
    padding: 20px 0;
    margin: 0 15px;
    font-weight: 700;
    font-size: 17px;
    position: relative;
    opacity: 1;
    color: #282727
}

.nav-link:hover {
    opacity: 1
}

.navbar-light .navbar-nav .nav-link::before {
    transition: 300ms;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #d2232a
}

.nav-link-ltr::before {
    width: 0%;
    bottom: 10px
}

.nav-link-ltr:hover::before {
    width: 100%
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #d2232a
}

.navbar-brand {
       width: 11%;
}

.navbar-brand img {
    width: 100%
}

.section-p {
    padding: 2.6em 0em 4em
}
.section-p h1 
{
font-weight: 700;
    font-size: 42px;
}
.section-p h1 span,
.section-p h2 span,
.section-p h3 span,
.section-p h4 span {
    
}

.section-about {
    background-image:url(../images/background-bg.jpg);
    background-size: 100%;
    background-position: bottom;
    min-height: 437px;
    margin-top: -15px;

}

.process {
     width: 100%;
  padding: 0 15px;
  text-align: center;
      margin-bottom: 0;
}
.process__item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: left;
  position: relative;
  padding: 15px 35px;
  transition: 0.4s ease-in-out;
}
.process__item:hover {
  background: #ffffff;
      border: 1px solid #eeeeee;
}
.process__item:hover .process__subtitle
{
      color: #727070;
}
.process__item:hover .process__number {
  transform: translateY(5px);
  color: #e59e08;
}
.process__item:hover .live li
{
	      color: #1f1f1f;
}
.process__number {
  font-size: 90px;
-webkit-text-stroke: 1px #e8a20d;
  display: block;
  color: transparent;
  font-weight: 700;
  transition: 0.4s ease-in-out;
}
.process__title {
display: block;
    font-weight: 800;
    /* letter-spacing: 0; */
       font-size: 27px;
    /* color: #46b0b2; */
    color: #008b8b;
    margin-top: 30px;
    margin-top: 60px;
    line-height: 36px;
    text-transform: uppercase;
        display: block;
    min-height: 75px;
}
.process__subtitle {
display: block;
    font-size: 17px;
    color: #d8d8d8;
    margin-top: 30px;
    line-height: 1.5;
}
  .process {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
    .process li
    {
      list-style: none;
    }
  .process__item {
    width: 100%;
    padding: 40px 25px;
  }
    .process__item .text-gry
    {
    	color: #f0f0f0 !important;
    }
  .process__item:not(:last-of-type)::after {
    content: "";
    width: 1px;
    height: 75%;
    background: #8c8c8c;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0.2;
    transform: translateY(-50%);
  }
.steps-section
{
    background-image: url(../images/para-1.jpg);
    background-size: cover;
   background-color: #2f3d4e;
    background-blend-mode: soft-light;
background-attachment: fixed;
position: relative;
    /* background-image: url(../images/para-1.jpg); */



    /*    background-image: url(../images/para-1.jpg);
    background-size: cover;
    background-color: #d1d1d1;
    background-attachment: fixed;
    background-blend-mode: screen;*/


        /* background-image: url(../images/para-1.jpg); */
/*    background-size: cover;
    background-color: #f8f8f8;
    background-attachment: fixed;
    background-blend-mode: screen;*/


}

.campus-box .campus-box-img{
  height: 450px;
}
.campus-box .campus-box-img img{
  width: 100%;
    height: 100%;
    object-fit: cover;
}
.campus-box .campus-box-content{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000000 5%, transparent 30%);
  color: #fff;
  display: grid;
  align-items: end;
}
.campus-box{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin: 5px;
  box-shadow: 0px 3px 3px rgb(0 0 0 / 30%);
}

.steps-section::before {
    top: 0;
    content: "";
    display: block;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;

    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left top, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgb(4 20 42 / 80%));
}

/* Common style */
.grid figure {
position: relative;
float: left;
margin: 0px;

max-height:500px;
width: 100%;
height: 430px;
background: #3085a3;
cursor: pointer;
}

.grid figure .effect {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 1;
  
}
.black
{
  background: #343434;
}
.dark-grey
{
  background: #424242 ;
}
.medium-grey
{
  background: #545353;
}
.light-grey
{
background: #636363;
}
.grid figure .effect:hover
{
  background: #ba0c2f;
}
.mt-100
{
  margin-top: 70px;
}
.grid figure figcaption {
  padding: 2em;
  color: #ba0c2f;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}




/*-----------------*/
/***** Goliath *****/
/*-----------------*/

figure.effect-goliath {
  background: #fff;
}

figure.effect-goliath .effect,
figure.effect-goliath h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-goliath .effect,
figure.effect-goliath h4 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-goliath .effect {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath h4,
figure.effect-goliath p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;

}
figure.effect-goliath h2
{
    font-size: 36px;
  font-weight: bold;
  text-transform: initial;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

figure.effect-goliath h2 small
{
  font-size: 15px;
  color: #fff;
}
figure.effect-goliath h2 small:before
{
  content: '';
  display: block;
  width: 90%;
  height: 1px;
  background: #fff;
  margin-top: 20px;
}
figure.effect-goliath h4
{
  font-size: 18px;
  color: #fff;
  line-height: 18px !important;
}

figure.effect-goliath h4 {
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,10px,0);
  transform: translate3d(0,10px,0);
}
figure.effect-goliath p {
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transform: translate3d(0,30px,0);
  transform: translate3d(0,30px,0);
  font-weight: bold;
}

figure.effect-goliath:hover .effect {
  -webkit-transform: translate3d(0,-45px,0);
transform: translate3d(0,-45px,0);
}

figure.effect-goliath:hover h2 {
  -webkit-transform: translate3d(0,-30px,0);
  transform: translate3d(0,-30px,0);
}
figure.effect-goliath:hover h4 {
  -webkit-transform: translate3d(0,-50px,0);
  transform: translate3d(0,-50px,0);
}

figure.effect-goliath:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,70px,0);
  transform: translate3d(0px,70px,0);
}


.live {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.live>li {
    list-style: none;
    position: relative;
    padding: 0 0 0 1.5em;
    margin: 0 0 .5em 10px;
    transition: 0.12s;
     /*   color: #aeaeae;*/
      color: #040303;
}

.live>li::before {
    position: absolute;
    content: "✓";
    color: #d28000;
    top: 10px;
    left: -10px;
    text-align: center;
    font-size: 1.5em;
    opacity: .7;
    line-height: .8;
    transition: 0.5s;
}

.live>li:hover {
    color: #120f0f
}

.live>li:hover::before {
    transform: scale(1);
    opacity: 1;
    text-shadow: 0 0 4px;
    transition: 0.1s
}

.live2 {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.live2>li {
list-style: none;
    position: relative;
    padding: 0 0 0 0.7em;
    margin: 0 0 .5em 10px;
    transition: 0.12s;
    /* color: #aeaeae; */
    color: #040303;
}

.live2>li::before {
    position: absolute;
    content: "•";
    color: #f27f30;
    top: 10px;
    left: -10px;
    text-align: center;
    font-size: 13px;
    opacity: .7;
    line-height: .8;
    transition: 0.5s;
}

.live2>li:hover {
       color: #ffffff;
}

.live2>li:hover::before {
    transform: scale(1);
    opacity: 1;
    text-shadow: 0 0 4px;
    transition: 0.1s
}

.section1{ padding: 0px; width: 100%; }



.sec6Left {
 background: #f47116;
    padding: 60px 70px;
}

.sec6Right {
      background: #f28e2b;
    padding: 60px 60px;
}

    .sec6 h2 {
        font-size: 36px;
            font-weight: 800;
    }
  .sec6 h3
  {
  	font-weight: 700;
  }
    .sec6 p {
    color: #FFF;
      font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}



.spcl {
	padding-bottom: 30px;
}
.spcl ul li {
display: inline-block;
    width: 28%;
    position: relative;
    padding-left: 45px;
    vertical-align: top;
    padding-top: 30px;
    margin: 18px 25px;
    -wekbit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-top: 1px solid #534e44;
}
.spcl img {
position: absolute;
    left: -40px;
    /* bottom: 4px; */
    width: 40px;
}
.spcl .text {
    /* position: relative; */
    display: block;
    padding-left: 10px;
}
.spcl span.text:hover {
    color: #019598;
	font-weight: bold;
}
.spcl .text p {
	font-size: 19px
}
.spcl ul {
    /* border-top: 1px solid #ddd; */
    margin-top: 11px;
}
.spcl ul li .ani-icon {
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
}
.spcl ul li:hover .ani-icon {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.spcl ul li:before {
    content: "";
    width: 0;
    left: -3px;
    top: -7px;
    height: 9px;
       background-color: #e52028;
    position: absolute;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.spcl ul li:hover:before {
	width: 100%;
}
.spcl ul li a {
      color: #454545 !important;
    font-size: 18px !important;
    line-height: 20px !important;
    position: relative;

}
.spcl ul li a:hover
{
	text-decoration: none;
}

.spcl span:hover.text

{
	    color: #019598;
    font-weight: bold;
}
.spcl .resp-tabs-container {
	border-top: none;
}
/* Animation */
.avatar {
	overflow: hidden;
	transform: translatey(0px);
	animation: move 6s ease-in-out infinite;
}
 @keyframes move {
 0% {
 transform: translatey(0px);
}
 50% {
 transform: translatey(20px);
}
 100% {
 transform: translatey(0px);
}
}


.sec-placement
{
background-image: url(../images/placement-img.jpg);
background-size: cover;
background-position: top right;
position: relative;
padding-left: 0;
}
.sec-abt-nmims
{
background-image: url(../images/slide2.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    padding-left: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.overflow-hidden 
{
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.overflow-hidden .box
{
    /* margin: 0 auto; */
    width: 65%;
    background: #ffffff;
    border-bottom: 12px solid #f79432;
    padding: 25px;
        color: #00a6a9;
     /* border-radius: 0px 105px 0px 0px;*/
}
.overflow-hidden .box2
{
/*margin: 0 auto; */
   width: 76%;
    /* background: #00babe; */
    border-bottom: 12px solid #019699;
    padding: 30px 25px;
    color: #009b9f;
    /* border-radius: 0px 105px 0px 0px; */
    /* float: right; */
    /* margin-left: 47px; */
    background-color: rgb(255 255 255 / 90%);
    /* border-radius: 50px 0px 0px 0px;*/
}

.overflow-hidden .box2 h2 {
    font-weight: 800;
    font-size: 38px;
        margin-top: 30px;
}
.overflow-hidden .box2 p {
    font-size: 16px;
    color: #403f3f;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.text-blue
{
    color: #00a6a9 !important;
}

.border-b
{
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;

}
.border-bb {
    border-bottom: 1px solid #d1d1d1;
}


.overflow-hidden .box h2
{
	font-weight: 800;
	font-size: 30px;

}
.overflow-hidden .box p
{
    font-size: 15px;
    color: #828282;
    line-height: 20px;
    margin-top: 10px;

}




.life {
    background: url(../images/life-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    height: 425px;
    position: relative;
}
/*.life:before
{
	 bottom: 0;
    content: "";
    display: block;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
   
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
}*/
   

.sub-text
{
position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    display: block;
    /* background: #aaa; */
    background-color: rgb(221 221 221 / 90%);
}
.sub-text h5{
	text-align: center;
	padding: 15px 0px;
	margin-bottom: 0px;
	font-weight: 700;
}

.pert-2
{
   width: 100%;
   height: auto;
   display: flex; 
   flex-wrap: wrap;
}
.p-2-left
{
     width: 45%;
    height: auto;
    /* border-top: 100px solid #000000;*/
}
.p-2-1
{
   width: 100%;
   height: auto;
}
.p-2-1 ul 
{
    padding: 0;
    margin: 0;
    display: flex;
}
.p-2-1 ul li
{
      padding: 60px 20px;
    margin: 0;
    list-style: none;
    width: 40%;
    height: auto;
    background: #00888b;
    position: relative;
    /* min-height: 258px;*/
}
.p-2-1 ul li:before
{
    content: '';
    display: block;
    position: absolute;
    top: 70px;
    right: 7px;
    width: 1px;
    height: 55%;
    background: #266365;
}
.p-2-1 ul li:last-child:before
{
	content:none;
}
.p-2-1 ul li:first-child
{
	padding-left: 12%;
}
.p-2-1 ul li:last-child 
{
       background: #00888b;
    width: 45%;
}
.p-2-1 ul li h5 
{
     font-size: 46px;
     font-weight: 700;
     color: #fff;
     margin: 0 0 5px 0;
     line-height: 80px;
}
.p-2-1 ul li p 
{font-size: 16px;font-weight: 500;color: #fff;}
.p-2-2
{
   width: 100%;
   height: auto;
   /* padding-left: 71px; */
}
.p-2-2 ul 
{
    padding: 0;
    margin: 0;
    display: flex;
    /* padding-left: 90px; */
}
.p-2-2 ul li
{
    padding: 64px 50px;
    margin: 0;
    list-style: none;
    width: 40%;
    height: auto;
    background: #02aeb1;
    position: relative;
}
.p-2-2 ul li:before {
      content: '';
    display: block;
    position: absolute;
    top: 70px;
    right: 0px;
    width: 1px;
    height: 55%;
    background: #019598;
    }
.p-2-2 ul li:first-child
{

    padding-left: 18%;
}


.p-2-2 ul li:last-child 
{
     background: #02aeb1;
    width: 60%;
}
.p-2-2 ul li h5 
{
	font-size: 55px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 5px 0;
    line-height: 80px;
}
.p-2-2 ul li p 
{
  font-size: 17px;
    font-weight: 500;
    color: #fff;
}
.p-2-3
{
   width: 100%;
   height: auto;
}
.p-2-3 ul 
{
    padding: 0;
    margin: 0;
    display: flex;
}
.p-2-3 ul li
{
    padding:20px 50px;
    margin: 0;
    list-style: none;
    width: 40%;
    height: auto;
    background: rgba(238, 82, 149, 0.16);
}
.p-2-3 ul li:last-child{ width: 60%; }
.p-2-3 ul li h5 
{
    font-size: 80px;
    font-weight: 600;
    color:#EF5396;
    margin: 0 0 5px 0;
    line-height:80px;
}
.p-2-3 ul li h5 span  
{
   font-size: 40px; 
   font-weight: 400;
   line-height: 20px;
}
.p-2-3 ul li p 
{
    font-size: 20px;
    font-weight: 500;
    color:#EF5396;
}

.p-2-middle
{
      width: 30%;
    height: auto;
    position: relative;
    background: url(../images/red-2.png) no-repeat;
    background-size: 100% auto;
}
.p-2-middle img 
{
       max-width: 145%;
    position: absolute;
    bottom: -5px;
    left: -132px;
    z-index: 1;
    padding-right: 0px;
}
.p-2-right
{
       width: 25%;
    height: auto;
    padding: 65px 0px 0 30px;
}
.p-2-right ul 
{
    padding: 0;
    margin: 0;
}
.p-2-right ul li
{
    padding:0px 0px 30px;
    margin: 0;
    list-style: none;
    width: 100%;
}
.p-2-right h4 
{
    font-size:34px;
    font-weight: 700;
    color:#000000;
    margin: 0 0 5px 0;
    line-height:40px;
}
.p-2-right p 
{
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    /* padding-right: 55px; */
    padding-right: 20px;
   
}



.section-nmims
{
    background: #02aeb1;
    padding-bottom: 0;
    padding-top: 0;
    /* color: #fff; */
    background: #bdc3c7;
    background: -webkit-linear-gradient(to left, #2c3e50, #bdc3c7);
    background: linear-gradient(to right, #d2d2d2, #f4f4f4, #ffffff);
}

.section-nmims .stu
{
width: 100% !important;
    position: absolute;
    padding-top: -30px;
    bottom: 0;
    right: 0;
    left: -55px;
}





.counter_rounded_div h2 {
    display: inline-block;
    font-size: 46px;
    color: #009ca0;
    font-weight: 700;
}
.count-text
{
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
color: #787777;
}



.border-right {
     border-right: 1px solid #c4c4c4 !important;
}


.sec12{ padding: 0px 0px; background: url('../images/lab-sec.jpg') no-repeat center center; background-size: cover;   }
.InnovationBox{ padding: 30px;
      margin: 95px 0px;
border-radius: 25px; 
background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.32) 100%);
backdrop-filter: blur(12.5px); }
.custom-container {
    width: 90%;
    margin: 0 5%;
    max-width: 1920px;
    margin: 0 auto;
}
.InnovationBox h2{
     font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    background: linear-gradient(101deg, #00babe 9.49%, #F38030 90.34%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
   margin-bottom: 25px;
    padding-bottom: 5px;
}
.InnovationBox ul{ width: 100%;
    margin: 30px 0 0px 0px;
    padding: 0px; }
.InnovationBox ul li
{
list-style-type: none;
    color: #FFF;
    font-size: 18px;
    /* width: 49%; */
    font-style: normal;
    display: block;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 10px;
    margin-left: 15px;


 }
 .InnovationBox h5
 {
    color: #f38030;
    font-size: 23px;
 }
     
.sec12img{ padding-top: 5%; }




/* Main CSS */
.grid-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.grid-wrapper {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}
.grid-wrapper .wide {
  grid-column: span 2;
}
.grid-wrapper .tall {
  grid-row: span 2;
}
.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}













.hightlights {
    background: linear-gradient(top, #01315c 0%, #a8222c 100%)
}

.hightlights ul li {
    font-size: 24px;
    color: #01315c;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 31px
}

.hightlights ul li span {
    display: block;
    color: #a8222c;
    font-weight: 400
}

.hightlights p {
    padding-bottom: 35px;
    font-size: 1.1rem
}

.hightlights .section-heading {
    margin-bottom: 5px
}

.subscribe-btn {
    background: #A9232A;
    padding: 4px 14px !important;
    color: #fff !important;
    border-radius: .25rem;
    font-size: 0.95rem !important;
    margin-top: 15px
}

.top30 {
    margin-top: 50px
}

.section-heading {
font-size: 42px;
    margin-bottom: 35px;
    font-weight: 700 !important;
    line-height: 50px;
    margin-top: 0;
    color: #252525;
    
}
.program-offered
{
    background: #18243a;
    /* background: #30394f; */
  /*  border-radius: 0px 310px 0px 0px;*/

}
.place-logos img
{

    filter: grayscale(292%) brightness(132%) hue-rotate(3deg) saturate(500%) contrast(0.7);
}
.place-logos img:hover
{
	filter: none;
}



.section-heading span {

}

.about_img {
    position: relative;
    z-index: 1
}



.mar-top-d
{
	       font-size: 14px;
    line-height: 20px;
}


.over-text h6
{
	    font-size: 14px;
    margin-top: 7px;
    margin-bottom: 0;
    color: #929292;
}

.section-acc
{
	position: relative;
  
          min-height: 425px;
        background-image: url(../images/acc-bg.jpg);
}

.section-acc::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
}

.recruiters-logo img,
.partner-logo .logo-bg img{
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  height: 100px;
  background: #fff;
  width: 100%;
  object-fit: contain;
  padding: 3px;
}
.placements-logo
{
    background: #2c8f91;
	border-radius: 10px;
	margin-top: -130px;
	position: relative;

}
.placements-logo .item img
{
	  border: 1px solid #f2f2f2;
  border-radius: 10px;
  height: 100px;
  background: #fff;
  width: 100%;
  object-fit: contain;
  padding: 3px;

}
.placements-logo .item
{
	margin-bottom: 40px;
}



/* ---------------------------------------------------
   YAMM STARTS HERE 
----------------------------------------------------- */
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link
{
      color: rgb(205 15 15);
}

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
    left: auto;
      margin-top: 0px;
    /* border-right: 3px solid #717171; */
    /* border-left: 3px solid #717171; */
    border-bottom: 7px solid #d2232a;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);

}
.yamm .yamm-content {
  padding: 20px 30px 0px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
 left: 35%;
 right: 10%;
 background: #fff;
 border-radius: 0px;
 padding: 0px;
 font-size: 15px;
}
.yamm .dropdown.yamm-fw11 .dropdown-menu {
 left: 0% !important;
right: 0% !important;
background: #fff;
border-radius: 0px;
padding: 0px;
font-size: 15px;
width: 100%;

}
.yamm .dropdown.yamm-fw .dropdown-menu::before
{
   /* content: '';*/
    position: absolute;
    left: 47%;
    top: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #cdcdcd;
    clear: both;
    z-index: 9999;
    display: block;
    border-top: 0px;
}
.yamm .dropdown.yamm-fw .dropdown-menu3::before
{
    content: '';
position: absolute;
    left: 33%;
top: -20px;
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 19px solid #231f20;
clear: both;
z-index: 9999;
display: block;
border-top: 0px;
}
.yamm .dropdown.yamm-fw .dropdown-menu1::before
{
content: '';
position: absolute;
left: 7%;
top: -20px;
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 19px solid #231f20;
clear: both;
z-index: 9999;
display: block;
border-top: 0px;
}


.yamm .dropdown.yamm-fw .dropdown-menu1
{
     left:auto !important;
  right: auto !important;
background: #231f20;
min-width: 18%;

}
.yamm .dropdown.yamm-fw .dropdown-menu1 li a
{
    color: #fff;
   padding: 10px 20px;
       display: block;

}
.yamm .dropdown.yamm-fw .dropdown-menu1 li a:hover, .yamm .dropdown.yamm-fw .dropdown-menu1 li a:focus
{
color: #fff;
background: #d2232a;
border-radius: 0px;
}
.yamm .dropdown.yamm-fw .dropdown-menu2
{
      left: 10% !important;
right: 10% !important;
 background: #231f20;

}
.yamm .dropdown.yamm-fw .dropdown-menu3 {
    left: 25% !important;
    right: 15% !important;
    background: #231f20;
}

.yamm .yamm-content img
{
width: 100%;
/*border: 2px solid #7c7c7c;*/

}
.yamm .yamm-content a
{
  color: #fff;
  text-transform: uppercase;
}
.yamm .yamm-content h4
{
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    /*    background: #333;*/
    padding: 15px 0px;
    color: #333;
    margin-top: 0px;
}
.yamm .yamm-content a:hover h4
{
   background: #333333;
    color: #fff;
}

.yamm .yamm-content a h2 span
{
font-weight: 1000;
}
.yamm .yamm-content a h2
{
   
margin-top: 0px;
padding: 15px 20px;

}
.yamm .yamm-content a:hover h2
{
 
color: #d3232a;

}
.yamm .yamm-content a:hover 
{
    text-decoration: none;

}
.yamm .yamm-content2
{
    padding: 20px 30px;
}
.yamm .yamm-content2 a
{
  color: #fff;
  font-size: 16px;

}
.yamm .yamm-content2 a h2 span
{
font-weight: 1000;
}
.yamm .yamm-content2 a h2
{
    background: #d3232a;
margin-top: 0px;
padding: 15px 20px;

}
.yamm .yamm-content2 a:hover h2
{
background: #fff;
color: #333;
}

.yamm .yamm-content2 a:hover
{
    color: #dd2837;
    text-decoration: none;
}
.yamm .yamm-content2 h4
{
  font-size: 14px;

  margin-bottom: 20px;
}
.yamm .yamm-content2 li
{
    text-transform: uppercase;
    /*line-height: 23px;*/
    line-height: 30px;
    font-weight: bold;
}
.yamm .yamm-content2 li p
{
  text-transform: uppercase;
border-bottom: 1px solid #aaa;
padding-bottom: 5px;
color: #fff;
font-size: 16px;

}
.yamm .yamm-content2 li ul
{
    margin:0px;
    padding-left: 0px;
    list-style:none;
  
}
.yamm .yamm-content2 li ul li
{
    line-height: 30px;
    text-transform: none;
    font-weight: lighter;
}

.yamm .yamm-content3
{
    padding: 20px 30px;
}
.yamm .yamm-content3 a
{
  color: #fff;
  font-size: 16px;

}
.yamm .yamm-content3 img
{
  margin-right: 10px;
}
.yamm .yamm-content3 a h2 span
{
font-weight: 1000;
}
.yamm .yamm-content3 a h2
{
    background: #d3232a;
margin-top: 0px;
padding: 15px 20px;

}
.yamm .yamm-content3 a:hover h2
{
background: #fff;
color: #333;
}

.yamm .yamm-content3 a:hover
{
    color: #dd2837;
    text-decoration: none;
}
.yamm .yamm-content3 h4
{
  font-size: 14px;

  margin-bottom: 20px;
}
.yamm .yamm-content3 li
{
    text-transform: uppercase;
    /*line-height: 23px;*/
line-height: 44px;
    font-weight: bold;
}
.yamm .yamm-content3 li p
{
  text-transform: uppercase;
border-bottom: 1px solid #aaa;
padding-bottom: 5px;
color: #fff;
font-size: 16px;

}
.yamm .yamm-content3 li ul
{
    margin:0px;
    padding-left: 0px;
    list-style:none;
  
}
.yamm .yamm-content3 li ul li
{
    line-height: 30px;
    text-transform: none;
    font-weight: lighter;
}
.mb-30
{
    margin-bottom: 30px;
}
.yamm .yamm-content3 .accordion .card-header
{
    padding: 0px;
    border-bottom: 0px;
}
.yamm .yamm-content3 .accordion .card
{
    background: transparent;
    border: none;
    border-radius: 0px;
    color: #fff;
}
.yamm .yamm-content3 .accordion .btn-link
{
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
line-height: 25px;
font-weight: bold;
padding: 0px;
}
.yamm .yamm-content3 .accordion .btn-link:hover, .yamm .yamm-content3 .accordion .btn-link:focus

{
    text-decoration: none;
    color: #da3233;
}
.yamm .yamm-content3 .accordion .card-body
{
    padding: 0px 1.25rem;
}
.yamm .yamm-content3 .accordion .card-text ul
{
   margin: 0px;
    margin-left: 0px;
padding: 0px;
padding-bottom: 20px;
border-top: 1px solid
#302f2f;
margin-left: 25px;
padding-top: 5px;
}

.yamm .yamm-content3 .accordion .card-text ul li
{
    list-style: none;
    line-height: 25px;
    text-transform: unset;
    font-weight: normal;
}
.yamm .yamm-content3 .accordion .card-header .mb-0 > button:after {
  content: "\f0d7"; /* fa-chevron-down */
  font-family: 'FontAwesome';
  /*position: absolute;*/
  margin-left: 7px;
font-weight: normal;
font-size: 13px;
}
.yamm .yamm-content3 .accordion .card-header .mb-0 > button[aria-expanded="true"]:after {
  content: "\f0d8"; /* fa-chevron-up */
}
.yamm .yamm-content3 .accordion .card-header .mb-0 > button[aria-expanded="true"]
{
    font-weight: bold;
}

 .arrow1 li a::before {
/*    content: "\f105"; 
  font-family: 'FontAwesome';
margin-right: 10px;*/
/*height: 3px;
width: 3px;
background: #fff;
content: '';
display: inline-block;*/
}

/* ---------------------------------------------------
   YAMM ENDS HERE 
----------------------------------------------------- */



.stats-bg
{
/* background: url(../images/stats-bg11.jpg); 
    background-size: cover;
    background-attachment: fixed;
    background-position: center;

    position: relative;
    padding-top: 0px;
    height: 80vh;
    background-attachment: fixed;
    overflow: hidden;*/

  background-position: center;
    /* min-height: 58vh; */
    padding-top: 0px;
    background-color: #183238;
    background-image: url(../images/life-img.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    height: 100%;
    background-position: right top;
    background-blend-mode: soft-light;
}

.stats
{
    width: 100%;
    height: 100%;
    color: #fff;
   
    /* background-color: #055a83eb; */
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    font-size: 18px;
    /* background-color: rgb(5 80 95 / 85%);*/

}
.stats .border-bottom
{
  border-bottom: 0px !important;
}
.stats h2
{
   
    font-size: 45px;
margin-top:0px;
font-weight: bold;
}
.stats h1
{
color: #fff;
font-size: 40px;
margin-bottom: 45px;
text-transform: uppercase;
margin-top: 5px;

}
.stats h1 span
{
    font-weight: bold;
}
.stats p
{
    
       font-size: 19px;
       line-height: 25px;
}
.br-left {
    min-height: 120px;
}

.col-half-offset {
    margin-left: 2.0833333335%;
    margin-right: 2.0833333335%;
}



















.owl-carousel .owl-nav .owl-next  {
    float:  right;
    top:  calc(50% - 18px);
    position:  absolute;
    right:  -50px;
}
.owl-carousel .owl-nav .owl-prev  {
    float:  left;
    top:  calc(50% - 18px);
    position:  absolute;
    left:  -50px;
    font:  normal !important;
}

.colab-logos  {
}
.colab-logos .owl-nav .owl-prev  {
    top: calc(-20% - 18px) !important;
    font-size: 20px !important;
    color: #000 !important;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #000 !important;
    left: 91%;
    background: transparent !important;
}

.colab-logos2 .owl-nav .owl-prev
{
     left: 84% !important;
}
.colab-logos .item  {
    overflow: hidden;
}
.colab-logos p  {
     padding:  8px 0px;
  
}
.colab-logos .owl-nav .owl-prev a  {
    color: #000;
}
.colab-logos .owl-nav .owl-next  {
    top: calc(-20% - 18px) !important;
    font-size: 20px !important;
    color: #000 !important;
    display: block;
    background: transparent;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #000 !important;
    right: -1px;
    background: transparent !important;
}

.colab-logos2 .owl-nav .owl-next, .colab-logos2 .owl-nav .owl-prev
{
right: 7% !important;
color: #fff !important;
border-color: #fff !important;
}
.colab-logos2 .owl-nav .owl-next a, .colab-logos2 .owl-nav .owl-prev a
{
  color: #fff !important;
}
.colab-logos .owl-nav .owl-next a  {
    color:  #000;
}

.colab-logos .item:before
{
    bottom: 0;
    content: "";
    display: block;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
   /* background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);*/
}
.colab-logos .item img
{
    transition: .3s;
}
.colab-logos2 .item:hover img
{
    transform: scale(1.1);
}

.colab-logos .item .over-txt {
position: absolute;
    bottom: 0px;
    right: 0px;
    color: #fff;
    width: 100%;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    z-index: 2;
    text-transform: uppercase;
    cursor: pointer;
}
.colab-logos .item .over-txt small
{
   opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(0,100%,0);
}
.colab-logos .item:hover .over-txt small
{
        opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.colab-logos2 .item:before {
    bottom: 0;
    content: "";
    display: block;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgb(47 47 47 / 80%) 100%);
}
.colab-logos .item img {
    transition: .3s;
}
.colab-logos .item .over-txt {
position: absolute;
    bottom: 0px;
    color: #fff;
    width: 100%;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    z-index: 2;
    text-transform: uppercase;
    cursor: pointer;
    top: 0;
    padding-top: 70%;
    left: 0;
}
.colab-logos .item .over-txt small {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(0, 100%, 0);
}
.student {
    background: #05242e;
    background: linear-gradient(90deg, rgb(5 36 46) 0%, rgb(7 54 69) 15%, rgb(16 108 138) 100%)
}

.student p {
    color: #fff;
    font-size: 1.1rem
}

.student h2 {
    color: #fff
}

.logo-ov {
    display: block;
    min-height: 240px
}

.logo-ov img {
    display: block;
    margin: 0 auto;
    text-align: center
}

.logo-ov .owl-carousel .owl-item img {
    width: auto !important
}

.bordr .border {
    border: 1px solid #139931 !important
}

.sb {
    float: left;
    margin-bottom: .5rem;
    position: relative;
    width: 100%
}

.sb small {
    background: slategray;
    color: #fff;
    border-radius: .5rem;
    box-shadow: 0 .1rem .1rem 0 rgb(0 0 0 / .15);
    font-size: 1.2rem;
    left: 50%;
    opacity: 0;
    padding: 1rem;
    position: absolute;
    transform: translate(-50%, 0);
    transition: opacity 1s ease-out, transform 0.5s cubic-bezier(.175, .885, .32, 1.275);
    z-index: 5
}

.section-break-1 {
    background-color: #fff0;
    border: 0;
    border-top: 3px double #c8c8c8;
    height: 3px;
    margin: 2rem auto;
    width: 30%
}

.section-break-1:before {
    background-color: snow;
    color: #c8c8c8;
    content: '\22A1';
    font-size: 20px;
    left: 50%;
    letter-spacing: 0;
    line-height: 1;
    position: absolute;
    text-indent: -2px;
    text-rendering: geometricPrecision;
    transform: translate(-50%, -65%);
    width: 10px
}

footer {
    margin: 0;
    background: #f3f3f3;
    border-top: 2px solid #b5b5b5;
    font-size: 15px;

}

footer .icon {
    font-size: 20px;
    float: left;
    display: block
}

footer ul {
    margin: 0;
    padding: 0
}

footer ul li {
    list-style: none;
    line-height: 30px;
    display: inline-block;
    margin-right: 10px
}

footer ul li i {
    margin-right: 10px
}

footer h4 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1.25rem
}

footer .subscribe-btn {
    background: #A9232A;
    padding: 9px 77px !important;
    color: #fff !important;
    border-radius: .25rem;
    font-size: 1.2rem !important;
    margin-top: 15px;
    text-align: center
}

footer a {
    color: #353535
}

footer a:hover {
    color: #A9232A
}

.color_red {
    color: #333333 !important;
    font-size: 15px
}

.color_red:hover {
    color: #000
}

.ml-20 {
    margin-left: 35px
}

.foo-strip {
    background: #303030;
    padding: 10px 0;
    text-align: center;
    color: #fff
}

.bg-primary {
    background: #fdcc52;
    background: linear-gradient(#fdcc52, #fdc539)
}

.text-primary {
    color: #fdcc52
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0
}

.btn-outline {
   font-size: 18px;
    letter-spacing: 0;
    color: #ffffff;
    font-weight: 500;
    border: none;
    padding: 9px 55px;
    /* border: 2px solid #e9e9e9; */
    text-transform: uppercase;
    cursor: pointer;
    background: #e0701b;
    /* border-radius: 0px !important; */

}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: #fff;
    border-color: #d2232a;
    background-color: #d2232a;
    text-decoration: none
}

.btn {
    border-radius: 300px;

}

.btn-xl {
    font-size: 11px;
    padding: 15px 45px
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #d2232a
}

.high-light {
    min-height: 232px;
    margin-bottom: 30px
}

.high-light .fa {
    font-size: 46px;
    color: #15892e;
    padding: 12px
}

.tab-content .border {
    border: 1px solid #6dbb7f !important
}

.sec-programs h3 {
    text-transform: uppercase;
    font-size: 24px
}

.sec-programs h3 span {
    font-weight: 1000
}

.sec-programs h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700
}

.sec-programs .nav-tabs .nav-link {
    color: #212529;
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
    padding: 20px 15px;
    border-bottom: 1px solid #b5b5b5;
    font-weight: 600
}

.sec-programs .nav-tabs .nav-link:hover {
    border-color: #fff0
}

.sec-programs .nav-tabs .nav-item.show .nav-link,
.sec-programs .nav-tabs .nav-link.active {
    color: #fff;
    border-radius: 0;
    border: 2px solid #d0ffda;
    background: #218838;
    box-shadow: inset 0 0 0 #222, 0 10px 20px -10px #222
}

.sec-programs .nav-tabs .nav-item {
    border-bottom: 1px solid #fff0
}

.sec-programs .nav-tabs {
    border-bottom: 0;
    display: block
}

.sticky-tabs {
    position: sticky;
    display: block;
    top: 60px;
    width: 100%
}

.text-orange {
    color: #f47933 !important
}

.text-red {
    color: #d8363c !important
}

.text-redlight {
    color: #d1c7c2 !important
}

.btn-dwn {
    background-color: #1e5631 !important;
    font-size: 1rem;
    border-radius: 0px !important;
    border: 1px solid #ccc !important
}

.top-rect .owl-carousel .owl-item img {
    width: 90% !important;
    display: block;
    text-align: center;
    margin: 0 auto
}

.image-grid {
    width: 100%;
   
    background-color: #fff;
    overflow: hidden;
}

.gallery-p figure {
    cursor: pointer;
    float: left;
    overflow: hidden;
    position: relative;
   border: 1px solid #f8f1f1;
    width: 100%;
    margin-bottom: 15px;
    height: auto !important;
    max-height: auto !important;
       
        margin:0;
        
}

.gallery-p figure figcaption, .gallery-p figure figcaption > a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.gallery-p figure figcaption {
    backface-visibility: hidden;
    color: #fff;
    font-size: 1.25em;
 
}

.gallery-p figure h4, .gallery-p figure p {
    margin: 0;
}

.gallery-p figure h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    word-spacing: -0.15em;
}

.gallery-p figure p {
    font-size: 18px;
    font-weight: 100;
    color: #fff;
    letter-spacing: 1px;
}

.gallery-p figure h2, .gallery-p figure p {
    margin: 0;
}

.gallery-p figure.softeffect img {
    transition: opacity .35s ease 0s, transform .35s ease 0s;
}

figure.softeffect:hover img {
 /*   opacity: 0.35;*/
    transform: scale(1);
}

.gallery-p figure.softeffect figcaption:before, .gallery-p figure.softeffect p {
    opacity: 0;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.gallery-p figure.softeffect h4 {
    opacity: 0;
    padding: 90px 0 0px;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    font-size: 28px;
}

.gallery-p figure.softeffect h4 img {
filter: unset;
    opacity: 1;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
    width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;

}

.gallery-p figure.softeffect h4 i {
    font-weight: lighter;
}

.gallery-p figure.softeffect:hover figcaption:before, .gallery-p figure.softeffect:hover p {
    opacity: 1;
    transform: scale(1);
}

.gallery-p figure.softeffect:hover h4 {
    opacity: 0.7;
    transform: scale(1);
}

.gallery-p figure img {
    display: block;
    max-width: 100%;
    min-height: 100%;
    opacity: 1;
    position: relative;
       
}

.gallery-p figure.softeffect {
    background: none repeat scroll 0 0 transparent;
}

.gallery-p figure.softeffect:hover {
    background: none repeat scroll 0 0 #000000;
    /* Cyan: #00aeef */
}

.gallery-p figure.softeffect img {
    transform: scale(1);
    /*transition: opacity .35s ease 0s, transform .35s ease 0s;*/
}

figure.softeffect:hover img {
 /*   opacity: 0.40;
    transform: scale(1.15);
    filter: blur(2px);*/
}

.gallery-p figure.softeffect p {
 transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    background: rgb(194 12 12 / 75%);
    margin-top: 52px;
    padding: 10px 0;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: #fff0
}

.wizard>div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 60px;
    z-index: 1
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    border: 0;
    border-bottom-color: #fff0
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 24px;
    color: #0e214b;
    font-weight: 600;
    border: 1px solid #ddd;
    top: 30px
}

span.round-tab i {
    color: #555
}

.wizard li.active span.round-tab {
    background: #f47933;
    color: #fff;
    border-color: #f47933
}

.wizard li.active span.round-tab i {
    color: #c2a9de
}

.wizard .nav-tabs>li.active>a i {
    color: #c2a9de
}

.wizard .nav-tabs>li.active>a h4 {
    color: #c2a9de
}

.wizard .nav-tabs>li {
    width: 25%
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0;
    border: 5px solid #fff0;
    border-bottom-color: red;
    transition: 0.1s ease-in-out
}

.wizard .nav-tabs>li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: #fff0;
    position: relative;
    top: 0
}

.wizard .nav-tabs>li a i {
    position: absolute;
    top: -25px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-5%, -50%);
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.wizard .table {
    color: #fff
}

.wizard .nav-tabs>li a h4 {
    position: absolute;
    top: 5px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-24%, -50%);
    font-weight: 500;
    color: #fff;
    font-size: 17px
}

.wizard .nav-tabs>li a:hover {
    background: #fff0
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px
}

.wizard h3 {
    margin-top: 0
}

.prev-step,
.next-step {
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px
}

.next-step {
    background-color: #6f1a52
}

.skip-btn {
    background-color: #cec12d
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px
}

.term-check {
    font-size: 14px;
    font-weight: 400
}

#feedback-enquiry {
    position: fixed;
    top: 42%;
    right: 0;
    z-index: 9999;
    bottom: auto;
    margin-left: -3px;
    margin-bottom: -3px;
    display: block
}

#feedback-tab-enquiry {
    float: right;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    height: auto;
    z-index: 9999;
    font-weight: 700;
    background-color: #211d1c;
    margin-right: -57px;
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 5px 5px 0 0;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    letter-spacing: 0;
    margin-top: 100px
}

#feedback-tab-enquiry:hover {
    text-decoration: none
}

#enquiry {
    position: fixed;
    top: 15%;
    right: -10px;
    z-index: 9999;
    bottom: auto;
    margin-left: -3px;
    margin-bottom: -3px;
    display: block
}

#tab-enquiry {
    float: right;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    height: auto;
    z-index: 9999;
    margin-right: -57px;
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 5px 5px 0 0;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    letter-spacing: 0;
    margin-top: 100px
}

#tab-enquiry:hover {
    text-decoration: none
}

.blink-text {
    background: #000;
    font-weight: 700;
    font-size: 2rem;
    animation: blinkingText 2s infinite
}

@keyframes blinkingText {
    0% {
        background: #d2222b
    }
    25% {
        background: #7a2828
    }
    50% {
        background: #d2222b
    }
    75% {
        background: #7a2828
    }
    100% {
        background: #d2222b
    }
}

.thank-u {
    padding: 60px 0;
    border-top: 60px solid #dcdada;
    border-bottom: 60px solid #dcdada;
    text-align: center
}

.thank-u h2 {
    font-size: 52px;
    font-weight: 1000;
    color: #424042;
    letter-spacing: 4px
}

.thank-u h4 {
    color: #162E55;
    margin: 6px 0 20px;
    font-size: 22px
}

.mg-btn {
    margin-bottom: 48px
}

.thank-u a {
    margin: 40px 0;
    letter-spacing: 2px;
    padding: 4px 12px;
    color: #fff
}

.btn-redback {
    background-color: #0f6e0c !important;
    border-color: #0f6e0c !important
}

#cookieModal .modal-dialog {
    margin-top: 0rem;
    max-width: 100%
}

#cookieModal .modal-dialog .modal-content {
    border-radius: 0rem;
    position: fixed;
    top: auto;
    bottom: 0
}

#cookieModal .modal-dialog .buttons .btn {
    margin: .2rem;
    font-size: 16px
}

.btn-secondary {
    background-color: #703232
}

#button {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000
}

#button .fa {
    font-size: 1.4em;
    line-height: 50px;
    color: #fff
}

#button:hover {
    cursor: pointer;
    background-color: #333
}

#button:active {
    background-color: #555
}

#button.show {
    opacity: 1;
    visibility: visible
}

.nav-pills {
    margin-top: -60px;
    margin-bottom: 47px;
    /* background: #222; */
    background-color: rgb(221 221 221 / 90%);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border-bottom: 3px solid #d2232a;
    color: #232425;
    font-weight: 1000;
    background: #fff0;
}

.programs-new .nav-bg {
    background: #f3f3f3
}

.nav-pills .nav-link.active:hover,
.nav-pills .show>.nav-link:hover {
    color: #ededed
}

.nav-pills .nav-item {
    display: inline-block;
    position: relative
}

.nav-pills .nav-item::after {
    content: '';
    width: 2px;
    height: 7px;
    display: block;
    background: #c4171d;
    position: absolute;
    top: 24px;
    right: -10px
}

.nav-pills .nav-item:last-child::after {
    content: none !important
}

.nav-pills .nav-link {
border-radius: 0;
    cursor: grabbing;
    color: #4b4646;
    display: block;
    padding: 15px 25px;
    border-bottom: 3px solid #fff0;
    padding-bottom: 15px;
    font-weight: 600;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 3px solid #fff0;
    font-size: 19px;
}

.nav-pills .nav-link:hover {
    color: #bcbcbc
}

.programs-new {
    background-color: #003839;
    background-image: url(../images/slide422.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    color: #fff;
}

.programs-new .table-bordered td,
.programs-new .table-bordered th {
    border: 1px solid #333131;
    color: #e9e9e9
}

.programs-new .table-bordered td {
    background: rgb(23 16 38 / 80%)
}

.red-bg {
    background-color: #f6f6f6;
    background-image: url(../images/4.jpg);
    background-position: center;
    background-blend-mode: soft-light;
    background-attachment: fixed;
    background-size: cover
}

.red-bg2 {
    background-color: #6c3e40;
    background-image: url(../images/stats-bg.jpg);
    background-position: center;
    background-blend-mode: soft-light;
    background-attachment: fixed;
    background-size: cover
}

.sticky-tabs {
    position: sticky;
    display: block;
    top: 130px;
    width: 100%
}

.programs-new .tab-content h2 {
    font-size: 36px
}

.programs-new .tab-content h2 span,
.programs-new .tab-content h4 span {
    font-weight: 1000
}



.rahulas-sec {
    background-color: #e9e9e9;
    position: relative;
    min-height: 200px;
    background-image: url(../images/imp-link.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: right;
    background-blend-mode: soft-light;
}

.rahulas-sec h2 {
    text-align: left
}

.listingsec {
    padding: 0;
    margin: 0
}

.listingsec ul {
    padding-left: 0
}

.listingsec li {
    list-style: none;
    font-size: 13.1px;
    margin-bottom: 18px
}

.circle {
    float: left;
    width: 30px;
    height: 30px;
    display: block;
    margin-top: 2px;
    margin-right: 20px;
    line-height: 26px;
    color: #fff;
    border: 1px solid #d2232a;
    background: #d2232a;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700
}

.text-about {
    float: left;
    width: 91%;
    display: block;
    font-size: 18px;
    color: #d7d7d7
}

.sec-careers img {
    width: 95px !important;
    background: #eee;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 10px;
    margin: 0 auto;
    margin-bottom: 20px
}

.sec-careers h5 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.spe-slides {
    padding: 20px 5px;
    background: #fff;
    border: 2px solid #9e9e9e
}

.parallax_image {
    background-color: #f1eee9;
    background-image: url(../images/parallex-image.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.accordion .fa-stack {
    font-size: 15px;
    float: right
}

.accordion-1 .fa-stack {
    font-size: 15px;
    float: right
}

.parallax_image .card {
    background-color: transparent !important;
    color: #484848
}

.parallax_image .card-header {
    background-color: #f2f2f2;
    cursor: pointer;
    margin-bottom: 15px !important
}

.parallax_image .card {
    border: none
}

.card-title {
    font-size: 16px;
    font-weight: 500
}

.parallax_image .fa,
.parallax_image .fas {
    color: #e8781a
}

.parallax_image p,
.parallax_image ul li {
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 15px;
    color: #000
}

.font-15 {
    font-size: 15px
}

.institutes .thumbnail {
    transition: all .2s ease-in-out;
    margin: 0;
    border-radius: 0;
    padding: 0;
    position: relative;
    line-height: 1.42857143;
    border: 1px solid silver;
    border-radius: 40px
}

.institutes .thumbnail {
    color: #212529;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s
}

.institutes .thumbnail:hover {
    text-decoration: none;
    box-shadow: 0 235px 0 0 #d2232a inset;
    color: #fff
}

.m-cam-height {
    min-height: 100% !important;
    margin-bottom: 0px !important;
    height: 100%
}

.m-add-height {
    min-height: 270px !important;
    margin-bottom: 0px !important;
    height: 100%
}

.institutes .thumbnail img {
    width: 75px;
    height: 75px;
    filter: unset;
    float: left;
    display: block
}

.institutes .thumbnail:hover img {
    filter: brightness(0) invert(1);
    s
}

.institutes .thumbnail .caption {
    padding: 10px 15px
}

.institutes .thumbnail .caption h3 {
    font-size: 26px;
    text-transform: none;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
    display: block;
    text-align: left;
    margin-left: 95px
}

.institutes .thumbnail .caption h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px
}

.institutes .thumbnail small {
    text-transform: capitalize;
    color: #b01b12
}

.institutes .thumbnail .caption p {
    color: #8a8a8a;
    font-size: 17px;
    text-align: left;
    margin-left: 95px
}

.institutes .thumbnail:hover .caption p {
    color: #fff
}

#testimonial-slider2 img {
       width: 100% !important;
}

#testimonial-slider2 .item {
    text-align: center;
}
#testimonial-slider2 .item h5
{
 color: #00a6a9;
}
#testimonial-slider1 img {
    width: 155px !important;
    float: left
}

#testimonial-slider1 .item {
    padding: 30px;
    text-align: left;
    border-radius: 50px;
    height: 100%
}

.testi-block {
    margin-left: 20%;
    display: block;
    text-align: left !important
}

.testimonial-bg {
    background-image: linear-gradient(to right, #f1f1f1, #f4f4f4)
}

.yellow-black-gradient-bg {
    background-color: #464646
}

.test-std-name {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-align: center
}

.test-std-details {
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    text-align: center
}

.white-heading {
    font-size: 40px;
    letter-spacing: -1px;
    color: #fffefe;
    font-weight: 400
}

.testimonial-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center
}

.owl-dots {
    margin: 0 auto;
    width: auto;
    text-align: center
}

.owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 0;
    border: 1px solid #ccc;
    background: #fff !important;
    margin-right: 5px;
    display: inline-block
}

.owl-carousel button.owl-dot.active {
    background: #b11116 !important;
    width: 13px;
    height: 13px
}

.sec-pro {
    background: url(../images/faq-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: right center
}

.sec-pro .card {
    background-color: transparent !important;
    color: #484848
}

.sec-pro .card-header {
    background-color: #fff;
    cursor: pointer;
    margin-bottom: 10px !important;
    padding: 10px 10px
}

.sec-pro .card {
    border: none
}

.card-title {
    font-size: 17px;
    font-weight: 700
}

.sec-pro .fa,
.fas {
    color: #4e87a0
}

.sec-pro p,
.sec-pro ul li {
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 15px
}

.moretext,
.moretext2,
.moretext3,
.moretext4,
.moretext5,
.moretext6 {
    display: none
}

@media only screen and (max-width:1366px) {
    .navbar-light .navbar-nav .nav-link {
                     font-size: 16px;
        letter-spacing: 0.5px;
    }
    .InnovationBox ul li
    {
        font-size: 16px;
    }
      .InnovationBox h2
      {
            font-size: 28px;
            margin-bottom: 15px;
      }

}

@media(max-width:767px) {
    .connecting-line {
        top: 108px
    }
    .banner_form {
        position: relative !important;
        margin-top: 10px !important;
        right: auto !important
    }
    .mob-bnner-height {
        height: 70vh
    }
    .owl-carousel .owl-nav .owl-next {
                right: 0px !important;
                    top: calc(-10% - 18px) !important;
    }
    .owl-carousel .owl-nav .owl-prev {
              left: 75% !important;
                  top: calc(-10% - 18px) !important;
    }
    .top-rect .owl-carousel .owl-item img {
        width: 60% !important;
        display: block;
        text-align: center;
        margin: 0 auto
    }
    .high-light {
        min-height: auto !important;
        margin-bottom: 0px !important
    }
    .btn-dwn {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 100%
    }
    .top30 {
               margin-top: -15px;
    }
    #button {
        width: 44px;
        height: 44px;
        bottom: 58px
    }
    #button .fa {
        font-size: 1em;
        line-height: 43px
    }
    .cookie-text {
        font-size: 14px;
        line-height: 23px
    }
    .cookie-text br {
        display: none
    }
    #cookieModal .modal-dialog .buttons .btn {
        margin: .2rem;
        border-radius: 8px;
        font-size: 11px;
        padding: 4px 20px
    }
}

@media(max-width:767px) {
    .desktop_unique {
        display: none !important
    }
    .mobile_unique {
        display: block !important
    }
    #mainNav .navbar-brand {
        display: contents
    }
      .navbar-brand img {
              width: 25%;
    }
    .carousel-item {
        height: auto
    }
    .section-p {
        padding: 1em 0em;
    }
    .hightlights ul li {
        font-size: 16px
    }
    .section-heading {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 15px
    }
    #about h4 {
        font-size: 1.2rem
    }
    .sec-programs h3 {
        font-size: 20px
    }
    .wizard h4 {
        font-size: 16px
    }
    .tab-block .tab-mnu li {
        float: none;
        width: 100%
    }
    footer {
        text-align: center
    }
    footer h4 {
        font-size: 18px
    }
    .carousel-caption {
        text-align: right;
        top: 33%
    }
    .carousel-caption h3 {
        font-size: 14px
    }
    .carousel-caption h4 {
        font-size: 11px
    }
    .stu-intern {
        background-position: right
    }
    footer h4 {
        margin-top: 20px
    }
    .sign-content h3 {
        font-size: 40px
    }
    .wizard .nav-tabs>li a i,
    .wizard .nav-tabs>li a h4 {
        margin-top: 51px;
        font-size: 15px
    }
    .signup-logo-header .navbar-toggle {
        margin: 0;
        margin-top: 8px
    }
    .signup-logo-header .logo_area {
        margin-top: 0
    }
    .signup-logo-header .header-flex {
        display: block
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 5px 0
    }
    .navbar-nav {
        border-top: 1px solid #333;
                margin-top: 10px;
    }
    .gallery-p figure.softeffect img {
        max-height: 100%;
        min-height: auto
    }
    .wizard>div.wizard-inner {
        margin-bottom: 82px
    }
    .wizard .nav-tabs>li {
        width: 20%
    }
    span.round-tab {
        width: 65px;
        height: 65px;
        line-height: 65px;
        top: 78px
    }
    #feedback-enquiry {
        top: 38%
    }
    #mainNav {
        padding: 5px
    }
    .programs-new .tab-content h2 {
        font-size: 24px
    }
    .sticky-tabs {
        margin-bottom: 30px
    }
    .text-about {
        width: 82%
    }
    .rahulas-sec h2 {
        font-size: 24px;
        margin-bottom: 15px
    }
    .min-125 {
        min-height: auto
    }
    .section-p h2 {
        font-size: 24px
    }
    .section-p h3 {
        font-size: 20px
    }
    .rahulas-sec {
        background-position: left
    }
    .section-p h1 {
      font-size: 32px;
        line-height: 40px;
    }
    #testimonial-slider1 img {
        width: 155px !important;
        float: none;
        margin: 0 auto 0;
        margin-bottom: 30px
    }
    .testi-block {
        margin-left: 15px;
        display: block;
        text-align: center !important
    }
    .table {
        display: block;
        width: 100%;
        overflow-x: auto
    }

    body
    {
          font-size: 16px;
    }
    .process
    {
      display: block;
    }
    .process__item
    {
      margin-bottom: 25px;
          padding: 20px 25px;
    }
    .sec6Left, .sec6Right
    {
          padding: 35px 50px;
    }
    .spcl ul li
    {
          width: 90%;
              padding-left: 40px;
                  margin: 10px 0px;
                  padding-top: 10px;
    }
    .spcl img
    {
          width: 25px;
    }
    .overflow-hidden
    {
      position: relative;
    }
    .overflow-hidden .box
    {
          margin-top: 80%;
              width: 100%;
    }
    .place-logos img
    {
          border: 1px solid #dfdfdf;
    padding: 15px;
    }
    .InnovationBox h5
    {
      font-size: 18px;
    }

    .InnovationBox ul li
    {
              font-size: 14px;
        margin-bottom: 0px;
    
    }
    .placements-logo
    {
          margin-top: -30px;
    }
.overflow-hidden .box2
{
  width: 100%;
}
.overflow-hidden .box2
{
  margin-top: 75px;
  padding: 0px 25px;
}
.overflow-hidden .box2 h2
{
      font-size: 31px;
}
.overflow-hidden .box h2
{
      font-size: 25px;
}
.InnovationBox .border-right
{
  border:none !important;
}
.process__number
{
      font-size: 50px;
}
.process__title
{
      margin-top: 30px;
      min-height: auto;

}
.process__subtitle
{
      margin-top: 10px;
}
.sec6 h2
{
      font-size: 28px;
}
.sec6 h3
{
  font-size: 20px;
}
.sec6 p
{
  font-size: 16px;
}
.InnovationBox
{
      margin: 50px 0px;
              background: none;
                  padding: 0px 25px;
                      backdrop-filter: none;
                            padding-bottom: 285px;
}
.sec12
{

     background: url(../images/lab-sec-mob.jpg) no-repeat bottom center;
     background-size: cover;
}
.InnovationBox ul
{
      margin: 15px 0 0px 0px;
}
#testimonial-slider2 img {
    width: 70% !important;
     margin: 0 auto; 
}
.sec-placement, .sec-abt-nmims
{
  padding-left: 0;
    padding-right: 0;
}
.fixed-top
{
    position: unset !important;
}
}