/* Show it is fixed to the top */
html {
  scroll-behavior: smooth;
}

body {
    padding-top: 4.5rem;
  }

  img{
    width: 100%
  }
  #top::before,
  #MITSDE::before,
  #Course::before,
  #Testimonials::before,
  #Contact::before {
    display: block;
    content: " ";
    margin-top: -40px;
    height: 90px;
    visibility: hidden;
  }
  #top::before{
   height: 40px;
  }

  .sticky-btn{
    transform: rotateZ(-90deg);
    position: fixed;
    top: 50vh;
    right: -36px;
    z-index: 2;
  }
  .sticky-btn-open{    
   right: 200px;
  }
  .from-wrapper {
    width: 240px;
    background: #f4f4f4;
    position: fixed;
    top: 30vh;
    right: -240px;
    border: 1px solid #f47521;
    padding: 10px;
}
.from-wrapper h4{
  display: none;
}

.widget-title{
  font-size: 18px;
}
.open{
  right:0px;
}
.btn-orange, .btn-orange:hover,.btn-orange:active,.btn-orange:focus,.btn-orange:visited{
  color: #fff !important;
  background-color: #f47521;
  border-color: #f47521;
}

.btn-gray, .btn-gray:hover,.btn-gray:active,.btn-gray:focus,.btn-gray:visited{
  color: #fff !important;
  background-color: #58595b;
  border-color: #58595b;
}
.btn-orange-outline{
  color: #f47521;
  border-color: #f47521;
}
.btn-orange-outline:hover, .btn-orange-outline:active, .btn-orange-outline:focus {
  color: #fff;
  background-color: #f47521;
  border-color: #f47521;
}
.btn-orange-outline:focus{
box-shadow: 0 0 0 0 #f47521;
}
.bg-light-gray{
  background-color: #ddd
}
.bg-orange{
  background-color: #f47521;
}
.jumbotron{
  background-color: transparent;
  }
  .bg-header{
    background-image: url(../images/mitsde-11.jpg);
    background-position: left;
    background-repeat: no-repeat;
  }
  .bg-header1{
    background-image: url(../images/4-5.jpg);
    background-position: left;
    background-repeat: no-repeat;
  }
  @media only screen and (max-width: 600px) {
    .bg-header{
      background-image: none;
      
    }
    .bg-header1{
      background-image: none;
      
    }
  }
.bg-testimonial {
  background-image: url(../images/homebanner1.jpg);
  background-attachment:fixed ;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff;
}
/* Icon list */
.icons{
  border-radius: 50%;
  background: #f47521;
  padding: 1rem;
  color: #fff;
}

.list-group-item.active{
  z-index: 2;
    color: #fff;
    background-color: #58595b;
    border-color: #58595b;
}

/* Nav tabs css */
.nav-tabs {
  border-bottom: 1px solid #58595b;
}
.nav-tabs .nav-link:first-child{
  border-left: 0.5px solid #58595b;
}
.nav-tabs .nav-link {
  border: 0px solid #58595b; 
  border-top-left-radius: 0; 
  border-top-right-radius: 0; 
  color: #58595b;
  border-top: 1px solid #58595b;
  border-right: 0.5px solid #58595b;
  padding: 15px 20px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #495057 #495057 #495057;
  background: #58595b;
  color: #fff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #f47521;
  border-color: #f47521 #f47521 #f47521;
}
.fixed-top{
  top:45px;
  padding:0 1rem;
}
.marquee-parent {
  position: fixed;
  width: 100%;
  overflow: hidden ;
  height: 45px;
  background: #606161;
  top:0;
  z-index: 999;
}
.marquee-child {
  color: #fbfafa;
  height: 230px;
  position: absolute;
  animation: marquee 20s linear infinite;
}
@keyframes marquee {
  0% {
    left: 100%;
}
100%{left:-147px}
}
.bg-testimonial::before{
  background-color: rgba(33,35,49,.9);
}
form .form-control.error {
  border: 2px solid #ee163b;
}

form .error{
  color: #ee163b;
}
.form-control:focus, form input[type=color]:focus, form input[type=date]:focus, form input[type=email]:focus, form input[type=number]:focus, form input[type=password]:focus, form input[type=search]:focus, form input[type=tel]:focus, form input[type=text]:focus, form input[type=url]:focus, form select:focus, form textarea:focus{
  color: #404040;
    border-color: rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.1);
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    outline: 0;
}

section#intro{
    padding:0;
    width:100%;
    background:#333;
   
}
.carousel-inner img{
    width:100%;
    margin-top: 1.1rem;
}
.carousel-control{
    width:0
}
.carousel-control.left,.carousel-control.right{
    opacity:1;
    filter:alpha(opacity=100);
    background-image:none;
    background-repeat:no-repeat;
    text-shadow:none
}
.carousel-control.left span{
    padding:0
}
.carousel-control.right span{
    padding:0
}
.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{
    position:absolute;
    top:45%;
    z-index:5;
    display:inline-block
}
.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{
    left:30px
}
.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{
    right:30px
}
.carousel-control.left span:hover,.carousel-control.right span:hover{
    opacity:.7;
    filter:alpha(opacity=70)
}
.carousel-inner>.item{
    margin-left:0;
    margin-top:0;
    margin-bottom:0;
    padding-left:0;
    width:100%;
    height:auto
}
.carousel-inner>.item>img,.carousel-inner>.item>a>img{
    display:block;
    max-width:100%;
    height:auto;
    margin-left:0;
    padding-left:0
}

#testimonial .media{
  display: flex;
  flex-direction: column;

}
@media only screen and (max-device-width: 411px) {
  .nav-tabs .nav-link {
    padding: 10px 9px;
  }
}
@media only screen and (max-device-width: 320px) {
  .nav-tabs .nav-link {
    padding: 10px 3px;
  }
}
.blink {
  animation: blinker 1s step-start infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
body{
    width:100%;
    height:100%;
    font-family:'Ek Mukta',sans-serif;
    font-weight:300;
    color:#666;
    background-color:#fff;
    font-size:16px;
    line-height:1.6em;
    font-weight:400;
    scroll-behavior:smooth
}
html{
    width:100%;
    height:100%;
    scroll-behavior:smooth
}
h1{
    font-size:38px
}
h2{
    font-size:36px
}
h3{
    font-size:32px
}
h4{
    font-size:28px
}
h5{
    font-size:18px
}
h6{
    font-size:20px
}
h1,h2,h3,h4,h5,h6{
    margin:0 0 0;
    font-family:'Roboto',sans-serif;
    font-weight:400;
    color:#111
}
section#intro_blog{
    padding:15px 0;
    margin-top:75px
}
.font-12{
    font-size:12px!important
}
.blog-listing .thumbnail{
    box-shadow:0 2px 7px rgba(0,0,0,.15);
    transition:all .2s ease-in-out;
    background:#fff;
    margin:0;
    border-radius:0;
    padding:0;
    margin-bottom:15px;
    margin-top:15px;
    position:relative;
    border-radius:6px
}
.blog-listing .thumbnail img{
    border-radius:6px 6px 0 0
}
.blog-listing .thumbnail:hover{
    box-shadow:0 16px 38px -12px rgba(0,0,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2)
}
.blog-listing .thumbnail .thumb{
    position:relative;
    overflow:hidden
}
.blog-listing .thumbnail .caption{
    padding:10px 20px 10px
}
.blog-listing .thumbnail .caption{
    font-size:14px;
    color:#939393;
    line-height:22px
}
.blog-listing .thumbnail .caption h3{
    font-size:22px;
    font-weight:700;
    color:#333;
    margin-bottom:25px
}
.blog-listing .thumbnail .caption h3 small{
    display:block;
    margin-top:10px;
    font-size:12px;
    color:#ff414a
}
.blog-listing .date{
    display:block;
    font-size:13px;
    margin-top:15px
}
.blog-bg{
    background:#f1f1f1
}
.blog-bg img{
    width:100%
}
.blog-listing a:hover{
    text-decoration:none
}
.blog{
    margin:2em 1em 1em;
    line-height:25px;
    padding:25px;
    background:#fff
}
.blog h2{
    margin-bottom:40px;
    font-weight:600
}
.blog h3{
    font-weight:700;
    margin-top:30px;
    margin-bottom:15px;
    color:#b01b12
}
.blog img{
    margin-bottom:40px
}
.blog-footer{
    padding:20px;
    background:#fff;
    margin:0em
}
.blog-footer-social{
    float:right
}
.thank-u{
    padding:52px 0;
    border-top:120px solid #d2d2d2;
    border-bottom:120px solid #d2d2d2
}
.thank-u h2{
    font-size:80px;
    font-weight:700;
    color:#221a1a;
    letter-spacing:4px;
    margin-bottom:40px
}
.thank-u img{
    display:block;
    margin:0 auto
}
.thank-u h4{
    color:#221a1a;
    margin:30px 0 6px;
    font-size:22px
}
.thank-u a{
    margin:40px 0;
    letter-spacing:2px
}
.tran3s{
    display:inline-block;
    border:1px solid #9C231B;
    padding:6px 20px;
    background:#9C231B;
    cursor:pointer
}
.tran3s,.tran3s:hover{
    color:#fff;
    font-weight:600;
    text-decoration:none
}
.desktop_banner{
    display:block!important
}
.mobile_banner{
    display:none!important
}
.para_margin p{
    margin:0 15px
}
.para_box{
    border:2px solid #ccc;
    padding:10px
}
.width_row{
    width:140%
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-right:1rem;
    padding-left:1rem
}
.bg-grey{
    background:#fcecec
}
.bg-blue{
    background:#cde8fe
}
.click_text{
    font-size:1.2rem;
    font-weight:700;
    color:#f47a35
}
.table thead th{
    vertical-align:bottom;
    border-bottom:2px solid #dee2e6;
    background:#f47a35;
    color:#fff;
    border:1px solid #fff;
    text-align:center
}
.table td,.table th{
    padding:.75rem;
    vertical-align:top;
    border:1px solid #ccc;
    text-align:center;
    color:#000;
    font-weight:700;
    background:#fff
}
.gallery{
    display:inline-block;
    margin-top:20px
}
.form-control{
    color:#a6a6a6!important
}
#why-nmims{
    background:url(../img/img-info2.jpg) no-repeat;
    background-size:cover
}
.img-b{
    padding:14px;
    border:1px solid #8c3e3e
}
.clrb-img{
    background:#eae2e2;
    padding:10px
}
.logo-section img{
    display:block;
    margin:0 auto;
    padding:10px
}
.gredient-bg{
    background:#000;
    background:-webkit-linear-gradient(to right,#131313,#000000);
    background:linear-gradient(to right,#131313,#000000);
    color:#fff
}
.single-testimonial{
    padding:0 25px 25px 30px;
    border-radius:5px;
    box-shadow:-2px 5.7px 20px 0 rgba(9,30,107,.05);
    background-size:auto;
    background-position:100% -128%;
    background-repeat:no-repeat;
    transition:all 300ms linear 0s
}
.item{
    margin:10px
}
.single-testimonial .thumb{
    margin-right:30px;
    max-height:150px;
    width:150px;
    border-radius:100%;
    border:2px solid #ecf3f5;
    overflow:hidden;
    margin:0 auto
}
.single-testimonial h4{
    transition:all 300ms linear 0s;
    margin-bottom:5px;
    font-weight:700;
    font-size:20px;
    color:#000
}
.single-testimonial .designation{
    font-style:italic;
    color:#232f3e
}
.btn-inst:hover{
    color:#ccc
}
#tabs .nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{
    color:#fff!important;
    background-color:#f47a35;
    border-color:transparent transparent #f3f3f3;
    font-size:20px
}
#tabs .nav-tabs .nav-link{
    border:1px solid #f47a35;
    border-top-left-radius:.25rem;
    border-top-right-radius:.25rem;
    color:#111;
    font-size:18px;
    margin-right:10px
}
.nav-tabs{
    border-bottom:unset
}
h1.h-xlight,h2.h-xlight,h3.h-xlight,h4.h-xlight,h5.h-xlight,h6.h-xlight{
    font-weight:200
}
h1.h-light,h2.h-light,h3.h-light,h4.h-light,h5.h-light,h6.h-light{
    font-weight:300
}
h1.h-bold,h2.h-bold,h3.h-bold,h4.h-bold,h5.h-bold,h6.h-bold{
    font-weight:500
}
h1.font-light,h2.font-light,h3.font-light,h4.font-light,h5.font-light,h6.font-light{
    color:#fff
}
.big-heading{
    font-size:48px;
    font-weight:700
}
p{
    margin:0 0 20px
}
p.lead{
    font-weight:600
}
.highlight-light{
    background-color:rgba(255,255,255,.5);
    padding:20px;
    display:inline-block;
    color:#111
}
.highlight-dark{
    background-color:rgba(0,0,0,.5);
    padding:20px;
    display:inline-block;
    color:#fff
}
.highlight-color{
    padding:20px;
    display:inline-block
}
a{
    color:#666;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
a:hover,a:focus{
    text-decoration:none
}
blockquote{
    padding:10px 20px;
    margin:0 0 20px;
    font-size:24px;
    line-height:1.5em;
    font-weight:300;
    color:#999
}
blockquote.bg-light{
    background-color:rgba(255,255,255,.8);
    padding:20px;
    color:#222
}
blockquote.bg-dark{
    background-color:rgba(0,0,0,.8);
    padding:20px
}
blockquote strong{
    font-weight:700
}
.light{
    font-weight:400
}
.site-logo{
    padding-top:10px
}
.site-logo a.brand{
    color:#111;
    text-transform:uppercase;
    font-size:32px;
    font-family:'Roboto',sans-serif;
    font-weight:900
}
#navigation{
    background:#fff;
    z-index:9999;
    width:100%;
    box-sizing:border-box;
    border-bottom:1px solid #eee;
    box-shadow:0 0 20px rgba(0,0,0,.1)
}
#navigation-sticky-wrapper{
    position:relative;
    z-index:9999
}
.navbar{
    margin-bottom:0
}
.navbar-brand{
    font-weight:700
}
.nav-nmims{
    float:none;
    width:20%
}
.navbar-brand:focus{
    outline:0
}
.nav.navbar-nav{
    background-color:rgba(255,255,255,.6)
}
.navbar-custom.top-nav-collapse .nav.navbar-nav{
    background-color:rgba(0,0,0,0)
}
.navbar-custom ul.nav li a{
    font-size:12px;
    letter-spacing:1px;
    color:#444;
    text-transform:uppercase;
    font-weight:700
}
.navbar-custom.top-nav-collapse ul.nav li a{
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    color:#fff
}
.navbar-custom ul.nav ul.dropdown-menu{
    border-radius:0;
    margin-top:21px;
    border-top:none
}
.navbar-custom ul.nav li a:hover ul.dropdown-menu{
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
.navbar-custom ul.nav ul.dropdown-menu li{
    border-bottom:1px solid #f5f5f5
}
.navbar-custom ul.nav ul.dropdown-menu li:last-child{
    border-bottom:none
}
.navbar-custom ul.nav ul.dropdown-menu li a{
    padding:10px 20px
}
.navbar-custom ul.nav ul.dropdown-menu li a:hover{
    background:#fefefe
}
.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a{
    color:#666
}
.navbar-custom .nav li a{
    -webkit-transition:background .3s ease-in-out;
    -moz-transition:background .3s ease-in-out;
    transition:background .3s ease-in-out
}
.navbar-custom .nav li a:hover,.navbar-custom .nav li a:focus,.navbar-custom .nav li.active{
    outline:0;
    background-color:rgba(255,255,255,.2);
    color:#1bbca3
}
.navbar-custom .nav li a:hover,.navbar-custom .nav li a:focus,.navbar-custom .nav li.active{
    outline:0;
    background-color:rgba(255,255,255,.2)
}
.navbar-toggle{
    padding:4px 6px;
    font-size:14px;
    color:#fff;
    margin-top:-2px
}
.navbar-toggle:focus,.navbar-toggle:active{
    outline:0
}
.in a{
    color:#666!important
}
.in a:hover{
    color:#1bbca3!important
}
hr{
    margin-top:10px
}
hr.bold{
    border-top:3px solid #eee
}
#fixed-bmain{
    position:fixed;
    top:50%;
    right:0;
    z-index:9999;
    bottom:0;
    height:66px;
    display:block;
    margin-right:-114px
}
#fixed-button{
    float: left;
    -webkit-transform:rotate(270deg);
    -moz-transform:rotate(270deg);
    -ms-transform:rotate(270deg);
    -o-transform:rotate(270deg);
    transform:rotate(270deg);
    letter-spacing:0;
    background-color:#004A7F;
    border:2px solid #d40911;
    color:#FFF;
    border-radius:10px 10px 0 0;
    cursor:pointer;
    display:inline-block;
    font-weight:700;
    font-size:26px;
    padding:13px 66px;
    text-align:center;
    text-decoration:none;
    background:-moz-linear-gradient(-45deg,#e81216 0%,#f45355 50%,#f6290c 51%,#ed0e11 71%,#fc1b21 100%);
    background:-webkit-linear-gradient(-45deg,#e81216 0%,#f45355 50%,#f6290c 51%,#ed0e11 71%,#fc1b21 100%);
    background:linear-gradient(135deg,#e81216 0%,#f45355 50%,#f6290c 51%,#ed0e11 71%,#fc1b21 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e81216',endColorstr='#fc1b21',GradientType=1);
    background-size:400% 400%;
    -webkit-animation:AnimationName 3s ease infinite;
    -moz-animation:AnimationName 3s ease infinite;
    animation:AnimationName 3s ease infinite;
    -webkit-animation:AnimationName 3s ease infinite;
    -moz-animation:AnimationName 3s ease infinite;
    animation:AnimationName 3s ease infinite
}
#fixed-button a{
    color:#fff
}
#fixed-button a:hover{
    color:#ccc
}
.social-links{
    margin-top:8px
}
.social-links a{
    padding-right:2px
}
.social-links .fab{
    border-right:1px solid #efbdbf;
    padding-right:6px;
    color:#d2252d;
    font-size:22px
}
.fb{
    color:#3b579d!important
}
.tw{
    color:#1ab7ea!important
}
.linkd{
    color:#007bb6!important
}
.br-right{
    border-right:0px!important
}
.home-slide .carousel-caption{
    padding-top:8px!important;
    bottom:6%!important;
    left:10%!important;
    right:10%!important
}
.logo-nmims{
    background:#fff;
    padding:6px 14px;
    border-radius:7px;
    margin-bottom:60px
}
.home-slide h1{
    padding:20px 0;
    color:#fff;
    font-family:'Ek Mukta',sans-serif;
    margin:0;
    background:rgba(0,0,0,.4)
}
.home-slide h1 span{
    color:#f47a35;
    font-weight:bolder
}
.banner-form{
    padding:10px;
   
    display:block;
    
}
.banner-form h4{
    color:#fff;
    margin:0;
    padding-bottom:14px;
    font-weight:600;
    text-align:center;
    font-family:'Ek Mukta',sans-serif
}
.banner-form .form-group{
    margin-bottom:8px;
}
.banner-form .form-control{
    height:34px;
    color:#fff;
    background:#fff;
    border-color:#d0cfcf;
}
.banner-form .btn-skin{
    background-color:#fff!important;
    border-color:#fff!important
}
.banner-form ::-webkit-input-placeholder{
    color:#fff!important
}
/* .banner-form :-ms-input-placeholder{
    color:!important
} */
/* .banner-form ::placeholder{
    color:!important
} */
.carousel-indicators .active{
    background-color:#54b452!important
}
.highlight{
    padding:1em 0em;
    font-size:20px;
    font-weight:700;
    text-align:center;
    background:#f47a35;
    color:#fff
}
.highlight h5{
    color:#fff;
    min-height:60px
}
.highlight p{
    margin:0 0 10px
}

.border-right{
    border-right:1px solid #9c9797
}
.padd20{
    padding:20px 0
}
.service-desc h5{
    font-family:'Ek Mukta',sans-serif;
    font-size:28px;
    font-weight:700;
    text-transform:uppercase;
    padding-top:25px
}
.clr-font{
    font-family:'Ek Mukta',sans-serif;
    font-weight:500;
    color:#d82128;
    margin-bottom:14px
}
.service-icon .fa{
    color:#f47a35!important
}
.divider-header{
    display:block;
    width:40px;
    height:2px;
    margin:0 auto;
    margin-bottom:10px
}
.divider-short{
    display:block;
    width:60px;
    height:5px;
    margin:0 auto;
    margin-bottom:10px
}
.marginbot-0{
    margin-bottom:0!important
}
.marginbot-10{
    margin-bottom:10px!important
}
.marginbot-20{
    margin-bottom:20px!important
}
.marginbot-30{
    margin-bottom:30px!important
}
.marginbot-40{
    margin-bottom:40px!important
}
.marginbot-50{
    margin-bottom:50px!important
}
.marginbot-60{
    margin-bottom:60px!important
}
.marginbot-70{
    margin-bottom:70px!important
}
.marginbot-80{
    margin-bottom:80px!important
}
.marginbot-90{
    margin-bottom:90px!important
}
.marginbot-100{
    margin-bottom:100px!important
}
.margintop-0{
    margin-top:0!important
}
.margintop-10{
    margin-top:10px!important
}
.margintop-20{
    margin-top:20px!important
}
.margintop-30{
    margin-top:30px!important
}
.margintop-40{
    margin-top:40px!important
}
.margintop-45{
    margin-top:45px!important
}
.margintop-50{
    margin-top:50px!important
}
.font-32{
    font-size:32px!important
}
.font-28{
    font-size:28px!important
}
.font-26{
    font-size:26px!important
}
.font-24{
    font-size:24px!important
}
.font-22{
    font-size:22px!important
}
.font-20{
    font-size:20px!important
}
.font-18{
    font-size:18px!important
}
.font-16{
    font-size:16px!important
}
.text-up{
    text-transform:uppercase
}
.home-section{
    padding-top:35px;
    padding-bottom:35px;
    display:block;
    position:relative;
    z-index:120
}
.inner-section{
    padding-top:110px;
    padding-bottom:110px
}
.home-section.nopadd-bot{
    padding-bottom:0
}
.section-heading h2{
    font-size:42px;
    letter-spacing:-1px;
    text-transform:uppercase;
    margin-bottom:10px
}
.section-heading p{
    font-weight:300;
    font-size:20px;
    line-height:1.6em
}
.color-dark .section-heading h2{
    color:#111
}
.color-dark .section-heading p{
    color:#444
}
.color-dark .divider-short{
    background:#666
}
.color-dark .divider-header{
    background:#666
}
.color-light .divider-short{
    background:#666
}
.color-light .divider-header{
    background:#666
}
.color-light .section-heading h2{
    color:#fff
}
.color-light .section-heading p{
    color:#fefefe
}
.color-light blockquote,.color-light p{
    color:#fefefe
}
.bg-white{
    background:#fff
}
.bg-gray{
    background:#f9f9f9
}
.bg-dark{
    background:#404040
}
.text-light{
    color:#fff
}
.header-nmims .navbar-dark .navbar-nav .nav-link{
    color:#000!important
}
.intro{
    width:100%;
    position:relative;
    padding:0
}
.intro-inner{
    width:100%;
    position:relative;
    padding:120px 0 20px
}
.brand-heading{
    font-size:40px
}
.intro-text{
    font-size:18px
}
#achivements{
margin-top:2rem;

}
section#intro{
    padding:0;
    width:100%;
    background:transparent;
    
}
.carousel-inner img{
    width:100%
}
.carousel-control{
    width:0
}
.carousel-control.left,.carousel-control.right{
    opacity:1;
    filter:alpha(opacity=100);
    background-image:none;
    background-repeat:no-repeat;
    text-shadow:none
}
.carousel-control.left span{
    padding:0
}
.carousel-control.right span{
    padding:0
}
.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{
    position:absolute;
    top:45%;
    z-index:5;
    display:inline-block
}
.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{
    left:30px
}
.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{
    right:30px
}
.carousel-control.left span:hover,.carousel-control.right span:hover{
    opacity:.7;
    filter:alpha(opacity=70)
}
.carousel-inner>.item{
    margin-left:0;
    margin-top:0;
    margin-bottom:0;
    padding-left:0;
    width:100%;
    height:auto
}
.carousel-inner>.item>img,.carousel-inner>.item>a>img{
    display:block;
    max-width:100%;
    height:auto;
    margin-left:0;
    padding-left:0
}


.item{
    margin:10px
}
.item img{
    display:block;
    width:100%;
    height:auto
}
.form-group{
    margin-bottom:20px
}


.validation{
    color:red;
    display:none;
    margin:0 0 20px;
    font-weight:400;
    font-size:13px
}
#sendmessage{
    color:green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px
}
#errormessage{
    color:red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px
}
#sendmessage.show,#errormessage.show,.show{
    display:block
}
.boxcol-25{
    width:100%
}
.box-social{
    list-style:none
}
.box-social li{
    width:25%;
    float:left
}
.box-social .social-facebook a{
    display:block;
    background:#3873ae
}
.sidebar .widget h5{
    font-size:18px;
    font-weight:700;
    margin-bottom:20px;
    text-transform:uppercase
}
.sidebar .widget{
    margin-bottom:50px
}
.widget ul{
    list-style:none;
    margin-left:0;
    padding-left:0
}
.sidebar .widget ul li{
    margin-left:0;
    padding-left:0;
    margin-bottom:10px
}
.sidebar .widget ul li a{
    color:#666
}
.widget.widget_categories ul li:before{
    display:inline-block;
    font-family:'Pe-icon-7-stroke';
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    content:"\e684";
    margin-right:10px
}
.widget.widget_recent_post ul li figure{
    float:left;
    margin:0 20px 0 0
}
.widget.widget_recent_post ul li{
    margin-bottom:25px
}
.widget.widget_recent_post ul li:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden
}
.widget.widget_recent_post ul li h6{
    margin-bottom:10px
}
.widget.widget_recent_post ul li span{
    font-size:14px
}
.widget .tagcloud a{
    padding:4px 10px;
    color:#fff;
    display:inline-block;
    margin:0 10px 10px 0;
    font-size:14px;
    border-radius:2px
}
.widget .tagcloud a:hover{
    color:#fff;
    background:#333
}

footer{
    background-color:#404040;
    color:#fff
}
footer{
    text-align:center;
    padding:0 0
}
footer p{
    color:#f8f8f8;
    font-size:.9rem;
    margin:0 0 0
}
footer a.totop{
    color:#fff;
    margin-bottom:30px
}
footer a.totop:focus{
    outline:0
}
ul.footer-menu{
    list-style:none
}
ul.footer-menu li{
    float:left;
    margin:0 0 0 10px
}
ul.footer-menu li a{
    color:#fff;
    font-size:16px;
    border-left:1px solid #999;
    padding-left:9px;
    line-height:1.1em
}
ul.footer-menu li:first-child a{
    border-left:none;
    padding-left:0
}
.social-widget{
    margin-top:20px;
    margin-bottom:30px
}
.social-widget ul li a:hover{
    color:#fff
}
footer .social-widget ul.team-social li a{
    margin:0 5px
}
.testimonialslide{
    margin-top:0;
    padding-top:0
}
.testimonialslide ul li blockquote{
    color:#fff;
    border-left:none
}
.testimonialslide ul li h4{
    color:#fff;
    font-weight:900
}
.testimonialslide ul li h4 span{
    color:#fff;
    font-weight:400
}
.btn{
    border-radius:2px;
    
    display:inline-block;
    outline:none;
    color:#f47a35;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:700;
    text-shadow:0 0 1px rgba(255,255,255,.3);
    font-size:14px
}
.btn.btn-noradius{
    border-radius:0
}
a.btn:focus{
    outline:0
}
.btn-red{
    color:#fff;
    background-color:#c83539;
    border-color:#c83539
}
.btn-red:hover,.btn-red:focus,.btn-red:active,.btn-red.active{
    color:#fff;
    background-color:#666;
    border-color:#666
}
.btn-red:active{
    background-image:none
}
.btn-skin:hover,.btn-skin:focus,.btn-skin:active,.btn-skin.active{
    color:#f47a35;
    background-color:#666;
    border-color:#666
}
.btn-default:hover,.btn-default:focus{
    border:1px solid #28c3ab;
    outline:0;
    color:#000;
    background-color:#28c3ab
}
.btn-huge{
    padding:25px;
    font-size:26px
}
.banner-social-buttons{
    margin-top:0
}
.progress{
    height:40px
}
.progress-bar{
    font-size:14px;
    line-height:40px
}
.mobile-btn{
    display:none;
    position:fixed;
    bottom:0;
    top:auto;
    width:100%;
   background: linear-gradient(135deg,#666 0%,#4f4b4b 50%,#464545 51%,#6f6c6c 71%,#6a6a6a 100%);
   background-size: 400% 400%;
    animation: AnimationName 3s ease infinite;
    border: 2px solid #fff;
    z-index:999999
}
.mobile-form .modal-header .close{
    position:absolute!important;
    right:44px!important
}
.mobile-form .modal-header{
    background-color:#f47a35!important
}
.mobile-form h4{
    color:#fff;
    margin:0;
    font-weight:600;
    text-align:center;
    font-family:'Ek Mukta',sans-serif
}
.mobile-form .form-group{
    margin-bottom:10px
}
.mobile-form .form-control{
    height:38px;
    color:#000;
    background:transparent;
    border-color:#d0cfcf
}
.mobile-form .btn-skin{
    background-color:#fff!important;
    border-color:#f47a35!important
}
.mobile-form .c-btn{
    color:#54b452!important
}
.mobile-form .modal-footer{
    margin-top:0
}
.modal-header .close{
    margin-top:10px;
    background:#fff;
    padding:2px;
    border-radius:0%;
    width:30px
}
.list-intake{
    margin:20px 0 0 0
}
.list-intake ul{
    list-style:none;
    padding-left:0
}
.list-intake ul li{
    margin-bottom:20px
}
.circle{
    float:left;
    width:14px;
    height:10px;
    display:block;
    margin-top:-2px;
    margin-right:12px
}
.text-spec{
    float:left;
    width:90%;
    display:block;
    font-size:18px
}
.red-color{
    font-size:1.3rem;
    color:#af2121
}
.gray-color{
    font-size:1.3rem;
    color:#232f3e
}
.btn-verify{
    padding:4px 11px!important;
    background:#f47a35!important;
    border:1px solid #ccc;
    color:#fff;
    font-weight:700
}
.btn-inst{
    background:transparent;
   
    background: linear-gradient(135deg,#666 0%,#4f4b4b 50%,#464545 51%,#6f6c6c 71%,#6a6a6a 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e81216',endColorstr='#fc1b21',GradientType=1);
    background-size:400% 400%;
    -webkit-animation:AnimationName 3s ease infinite;
    -moz-animation:AnimationName 3s ease infinite;
    animation:AnimationName 3s ease infinite;
    -webkit-animation:AnimationName 3s ease infinite;
    -moz-animation:AnimationName 3s ease infinite;
    animation:AnimationName 3s ease infinite;
    border:2px solid #fff;
    font-size:1rem;
    padding:6px 40px;
    color:#fff;
    display:block;
    font-weight:700;
    text-align:center
}
#highlight_btn .btn-inst{
    background:#ECE9E6;
    background:-webkit-linear-gradient(to right,#FFFFFF,#ECE9E6);
    background:linear-gradient(to right,#FFFFFF,#ECE9E6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e81216',endColorstr='#fc1b21',GradientType=1);
    background-size:400% 400%;
    -webkit-animation:AnimationName 3s ease infinite;
    -moz-animation:AnimationName 3s ease infinite;
    animation:AnimationName 3s ease infinite;
    -webkit-animation:AnimationName 3s ease infinite;
    -moz-animation:AnimationName 3s ease infinite;
    animation:AnimationName 3s ease infinite;
    border:2px solid #fff;
    font-size:1rem;
    padding:6px 40px;
    color:#af2121;
    display:block;
    font-weight:700;
    text-align:center
}
.btnregister{
    background-color:#58585a;
    border-color:#58585a;
    color:#fff;
    font-weight:400
}
.btnregister:hover{
    background-color:#58585a;
    border-color:#58585a
}
@-webkit-keyframes AnimationName{
    0%{
        background-position:0% 31%
    }
    50%{
        background-position:100% 70%
    }
    100%{
        background-position:0% 31%
    }
}
@-moz-keyframes AnimationName{
    0%{
        background-position:0% 31%
    }
    50%{
        background-position:100% 70%
    }
    100%{
        background-position:0% 31%
    }
}
@keyframes AnimationName{
    0%{
        background-position:0% 31%
    }
    50%{
        background-position:100% 70%
    }
    100%{
        background-position:0% 31%
    }
}
.button{
    background-color:#004A7F;
    border:2px solid #d40911;
    color:#FFF;
    border-radius:10px;
    cursor:pointer;
    display:inline-block;
    font-weight:700;
    font-size:31px;
    padding:13px 112px;
    text-align:center;
    text-decoration:none;
    background:-moz-linear-gradient(-45deg,#e81216 0%,#f45355 50%,#f6290c 51%,#ed0e11 71%,#fc1b21 100%);
    background:-webkit-linear-gradient(-45deg,#e81216 0%,#f45355 50%,#f6290c 51%,#ed0e11 71%,#fc1b21 100%);
    background:linear-gradient(135deg,#e81216 0%,#f45355 50%,#f6290c 51%,#ed0e11 71%,#fc1b21 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e81216',endColorstr='#fc1b21',GradientType=1);
    background-size:400% 400%;
    -webkit-animation:AnimationName 3s ease infinite;
    -moz-animation:AnimationName 3s ease infinite;
    animation:AnimationName 3s ease infinite;
    -webkit-animation:AnimationName 3s ease infinite;
    -moz-animation:AnimationName 3s ease infinite;
    animation:AnimationName 3s ease infinite
}
.button:hover{
    color:#ccc;
    background-color:#d40911
}
@media only screen and (max-width:767px){
    .thank-u h2{
        font-size:38px;
        margin-bottom:16px
    }
    .desktop_banner{
        display:none!important
    }
    .mobile_banner{
        display:block!important
    }
    .width_row{
        width:auto
    }
    #tabs .nav-tabs .nav-link{
        margin-right:0
    }
    .carousel-inner>.item>img,.carousel-inner>.item>a>img{
        height:auto
    }
    .carousel-inner>.item{
        height:auto
    }
    .home-slide .carousel-caption{
        display:block
    }
    section#intro{
       
    }
    .nav-nmims{
        float:left;
        width:60%
    }
    .navbar-expand-lg{
        margin:0;
        padding:14px!important
    }
    .navbar-dark .navbar-toggler{
        background-color:#f47a35
    }
    .banner-form{
        display:none!important
    }
    .home-slide h1{
        font-size:14px;
        margin:0 auto;
        padding-top:12px
    }
    .logo-nmims{
        width:54%;
        text-align:center;
        margin:0 auto
    }
    .home-slide .carousel-caption{
        bottom:-16%!important;
        left:16%!important;
        width:70%;
        position:relative
    }
    .carousel-indicators{
        display:none
    }
    .border-right{
        min-height:118px;
        border-right:none;
        border-bottom:1px solid #9c9797;
        margin-bottom:18px
    }
    .navbar{
       
        border-bottom:0;
        letter-spacing:1px;
        background:0 0;
        -webkit-transition:background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition:background .5s ease-in-out,padding .5s ease-in-out;
        transition:background .5s ease-in-out,padding .5s ease-in-out
    }
    .top-nav-collapse{
        padding:0;
        background-color:#000
    }
    .navbar-custom.top-nav-collapse{
        border-bottom:1px solid rgba(255,255,255,.3)
    }
    .intro{
        height:100%;
        padding:0
    }
    .brand-heading{
        font-size:100px
    }
    .intro-text{
        font-size:25px
    }
    .section-heading h2{
        font-size:22px
    }
    .home-section{
        padding:50px 0
    }
    footer{
        padding-bottom:66px
    }
    .mobile-btn{
        display:block!important
    }
}
@media (max-width:768px){
    #navigation{
        padding:20px 0
    }
    .site-logo{
        margin:0 0 0 30px;
        float:none
    }
    .navbar-custom ul.nav li a{
        color:#eee
    }
    .navbar-custom ul.nav ul.dropdown-menu li{
        border-bottom:1px solid #aaa
    }
    .navbar-header{
        margin-top:-40px;
        padding:0
    }
    .navbar-header button{
        background:#111
    }
    .navbar-header button.navbar-toggle{
        padding:4px 15px;
        font-size:14px;
        color:#fff
    }
    .navbar-custom .nav{
        background:#444
    }
    .service-box{
        margin-bottom:50px
    }
    .team-wrap{
        margin-bottom:30px
    }
    form#contact-form{
        margin-bottom:50px
    }
    .xs-marginbot-20{
        margin-bottom:20px
    }
}
@media (max-width:480px){
    .desktop_banner{
        display:none!important
    }
    .mobile_banner{
        display:block!important
    }
    .width_row{
        width:auto
    }
    #tabs .nav-tabs .nav-link{
        margin-right:0
    }
    .navbar-custom .nav.navbar-nav{
        background-color:rgba(255,255,255,.4)
    }
    .navbar.navbar-custom.navbar-fixed-top{
        margin-bottom:30px
    }
    .border-right{
        min-height:118px;
        border-right:none;
        border-bottom:1px solid #9c9797;
        margin-bottom:18px
    }
    .banner-form{
        display:block!important
    }
    .home-slide h1{
        font-size:14px;
        margin:0 auto;
        padding-top:12px
    }
    .logo-nmims{
        width:54%;
        text-align:center;
        margin:0 auto
    }
    .home-slide .carousel-caption{
        bottom:-16%!important;
        left:16%!important;
        width:70%
    }
    .carousel-indicators{
        display:none
    }
    .section-heading h2{
        font-size:22px
    }
    .home-section{
        padding:25px 0
    }
    footer{
        padding-bottom:66px
    }
    .mobile-btn{
        display:block!important
    }
}
@media only screen and (min-width:1030px) and (max-width:1366px){
    .btn-verify{
        margin-left:-20px;
        padding:3px 11px!important
    }
}


#why-mitsde
{
	    background: url(../img/mitsde-image.jpg) no-repeat;
    background-size: cover;
}
#why-mitsde1
{
	    background: url(../img/cta.jpg) no-repeat;
    background-size: cover;
}
#brochure
{
	background: url(../img/cta.jpg) no-repeat;
    
}

.counter-box {
    display: block;
    background: #f6f6f6;
    padding: 40px 20px 37px;
    text-align: center
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #909090;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #666;
    line-height: 28px
}

.counter-box.colored {
   background: #6a6a6a;
opacity:0.7;
.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}
#student-univer
{
	background: url(../img/mitsde-image.jpg) no-repeat;
    background-size: cover;
}