@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap");
.w-5 {
  width: 5% !important; }

.w-10 {
  width: 10% !important; }

.w-15 {
  width: 15% !important; }

.w-20 {
  width: 20% !important; }

.w-25 {
  width: 25% !important; }

.w-30 {
  width: 30% !important; }

.w-35 {
  width: 35% !important; }

.w-40 {
  width: 40% !important; }

.w-45 {
  width: 45% !important; }

.w-50 {
  width: 50% !important; }

.w-55 {
  width: 55% !important; }

.w-60 {
  width: 60% !important; }

.w-65 {
  width: 65% !important; }

.w-70 {
  width: 70% !important; }

.w-75 {
  width: 75% !important; }

.w-80 {
  width: 80% !important; }

.w-85 {
  width: 85% !important; }

.w-90 {
  width: 90% !important; }

.w-95 {
  width: 95% !important; }

.w-100 {
  width: 100% !important; }

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px; }

h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif; }

a.popout {
  background-image: none !important; }

/*Top Header*/
.top-row {
  padding: 5px; }
  .top-row .social a {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #990406;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    margin-right: 10px;
    margin-top: 3px; }
  .top-row .right-side {
    text-align: right; }
    .top-row .right-side .navbar-expand-lg .navbar-nav {
      flex-direction: row-reverse; }
      .top-row .right-side .navbar-expand-lg .navbar-nav li {
        display: flex; }
        .top-row .right-side .navbar-expand-lg .navbar-nav li:after {
          content: "|";
          color: #fff;
          margin-top: 8px;
          margin-left: 5px;
          margin-right: 5px; }
        .top-row .right-side .navbar-expand-lg .navbar-nav li:nth-of-type(1)::after {
          display: none; }
        .top-row .right-side .navbar-expand-lg .navbar-nav li a {
          color: #000; }
          .top-row .right-side .navbar-expand-lg .navbar-nav li a:hover {
            color: #990406; }

/*End Top Header*/
/*Brand Header*/
.brand-header {
  background: #1f1f1f;
  padding: 15px 0; }
  .brand-header .right-content {
    padding-top: 20px; }
    .brand-header .right-content p {
      margin-bottom: 5px;
      font-size: 16px; }
      .brand-header .right-content p a {
        color: #fff; }
      .brand-header .right-content p i {
        color: #f67608;
        margin-right: 15px; }

/*End Brand Header*/
/*Navigation*/
.mainmunu {
  float: none !important;
  width: 100%; }
  .mainmunu ul.navbar-nav {
    float: none !important;
    width: 100%;
    justify-content: space-between; }

.cust-header .navbar-nav li.nav-item a.nav-link {
  color: #fbcaca;
  padding: 15px 6px !important;
  text-transform: uppercase; }
  .cust-header .navbar-nav li.nav-item a.nav-link:hover {
    color: #fff; }
  .cust-header .navbar-nav li.nav-item a.nav-link:focus {
    color: #fff; }
.cust-header .navbar-nav li.nav-item .dropdown-menu {
  background: #990406;
  top: 93%;
  .
   border: none; }
  .cust-header .navbar-nav li.nav-item .dropdown-menu a {
    color: #fbcaca;
    padding: 7px 15px;
    font-size: 14px; }
    .cust-header .navbar-nav li.nav-item .dropdown-menu a:hover {
      color: #000; }
    .cust-header .navbar-nav li.nav-item .dropdown-menu a:focus {
      color: #000; }

/*End Navigation*/
/* Banner*/
.hero-wrapper .carousel-item > img {
  width: 100%;
  height: 400px; }
.hero-wrapper .carousel-item .banner-content {
  position: absolute;
  width: 100%;
  padding: 0;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: auto;
  bottom: 0;
  /*height:100%;*/ }
  .hero-wrapper .carousel-item .banner-content h6 {
    padding: 15px;
    font-size: 17px;
    color: #fff; }
  .hero-wrapper .carousel-item .banner-content h5 {
    font-size: 30px;
    background: #990406;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 300;
    width: 220px;
    text-align: center;
    color: white; }
  .hero-wrapper .carousel-item .banner-content h2 {
    font-size: 32px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 1px solid #e9ecef;
    font-weight: 500;
    margin-top: 20px; }
  .hero-wrapper .carousel-item .banner-content p {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff; }
  .hero-wrapper .carousel-item .banner-content .btn-secondary {
    padding: 10px 15px;
    border-radius: 5px; }
.hero-wrapper .carousel-control-prev {
  position: absolute;
  top: auto;
  bottom: 20px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
  right: 10%;
  left: auto;
  height: 22px;
  background: #fff;
  border-radius: 100%;
  color: #990406;
  opacity: .9; }
  .hero-wrapper .carousel-control-prev:hover {
    background: #990406;
    color: #fff;
    opacity: 1; }
.hero-wrapper .carousel-control-next {
  position: absolute;
  top: auto;
  bottom: 20px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
  right: 8%;
  background: #fff;
  border-radius: 100%;
  height: 22px;
  color: #990406;
  opacity: .9; }
  .hero-wrapper .carousel-control-next:hover {
    background: #990406;
    color: #fff;
    opacity: 1; }

/*End Banner*/
/* About Us */
.main-heading {
  font-size: 30px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px; }
  .main-heading:before {
    content: "";
    display: block;
    position: absolute;
    left: 120px;
    top: 100%;
    width: 200px;
    height: 2px;
    border-bottom: 1px solid #990406; }
  .main-heading:after {
    content: "";
    display: block;
    position: absolute;
    left: 90px;
    top: 89%;
    width: 200px;
    height: 2px;
    border-bottom: 1px solid #990406; }

.about-section {
  padding: 80px 0; }
  .about-section p {
    color: #1f1f1f;
    text-align: justify;
    padding-right: 65px;
    margin-top: 20px;
    line-height: 22px;
    margin-bottom: 30px; }
    .about-section p img {
        width: 100%;}
  .about-section .news {
    border-radius: 10px;
    box-shadow: 1px 1px 5px #2c2c2b;
    overflow: hidden;
    min-height: 240px; }
    .about-section .news .myTicker {
      min-height: 230px; }
    .about-section .news h2 {
      background: #990406;
      color: #fff;
      text-align: center;
      margin: 0 0 15px 0;
      padding: 10px;
      font-size: 26px; }
    .about-section .news ul {
      list-style-type: none;
      padding: 10px 15px; 
      width:100%;}
      .about-section .news ul li {
        display: flex;
        align-items: baseline;
        border-bottom: 1px solid #2c2c2b;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 0px;
        text-align: justify; }
        .about-section .news ul li:after {
          content: "";
          display: block;
          clear: both; }
        .about-section .news ul li .fa {
          margin-right: 10px;
          margin-top: 5px;
          height: 35px;
          float: left; }
        .about-section .news ul li p {
          margin-top: 0;
          margin-bottom: 0;
          padding-right: 0;
          display: inline; }
        .about-section .news ul li label {
          display: inline; }
        .about-section .news ul li a {
          display: block;
          color: #990406;
          font-size: 14px; }
          .about-section .news ul li a .fa {
            margin-right: 15px;
            height: 75px;
            float: left;
            margin-top: 5px; }
    .about-section .news .viewall {
      color: #990406;
      font-size: 16px;
      font-weight: 600;
      padding: 20px 15px;
      display: inline-block; }
    .about-section .news .newsarrow {
      background: #1f1f1f;
      padding: 2px 7px;
      font-size: 20px;
      color: #fff;
      float: right;
      margin-right: 15px;
      margin-top: 15px; }
      .about-section .news .newsarrow:hover {
        background: #990406; }
    .about-section .news.quicklinks ul {
      height: 300px;
      scrollbar-width: thin;
      scrollbar-color: #990406 #d9d9d9;
      overflow: auto; }
      .about-section .news.quicklinks ul::-webkit-scrollbar {
        width: 5px; }
      .about-section .news.quicklinks ul::-webkit-scrollbar-track {
        background: #d9d9d9; }
      .about-section .news.quicklinks ul::-webkit-scrollbar-thumb {
        background-color: #990406;
        border-radius: 5px;
        border: 0px solid #d29100; }

/*End About*/
.readmore {
  border: 2px solid #990406;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 500;
  color: #1f1f1f;
  trasation: 1s all ease;
  border-radius: 5px; }
  .readmore:hover {
    background: #990406;
    color: #fff;
    text-decoration: none; }

/*News Section*/
.news-section {
  background: #f8f9fa;
  padding: 60px 0; }
  .news-section .news-left {
    border-right: 1px solid #d9d9d9; }
  .news-section .viewall {
    color: #990406;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 15px;
    display: inline-block; }
  .news-section ul {
    list-style-type: none;
    padding: 10px 15px; }
    .news-section ul li {
      display: flex;
      border-bottom: 1px solid #d9d9d9;
      padding-top: 5px;
      padding-bottom: 5px;
      margin-bottom: 10px; }
      .news-section ul li:nth-of-type(n+5) {
        display: none; }
      .news-section ul li p {
        display: inline-block;
        font-size: 14px !important;
        margin-bottom: 0px; }
      .news-section ul li span {
        display: inline;
        font-size: 14px !important; }
      .news-section ul li label {
        display: inline;
        font-size: 14px !important; }
      .news-section ul li img {
        float: right; }
      .news-section ul li a {
        display: block;
        color: #990406;
        font-size: 14px; }
        .news-section ul li a img {
          float: right; }
      .news-section ul li .fa {
        margin-right: 15px;
        float: left;
        height: 30px;
        margin-top: 5px; }

a:hover {
  color: #f67608; }

.top-marquee {
  background: #ebebeb;
  padding: 10px 0; }
  .top-marquee a {
    font-weight: 500; }
  .top-marquee .carousel-control-prev {
    bottom: 0px;
    right: -30px;
    border-radius: 0;
    background: #1f1f1f;
    color: #fff; }
  .top-marquee .carousel-control-next {
    bottom: 0px;
    right: -65px;
    border-radius: 0;
    background: #1f1f1f;
    color: #fff; }

/*End News Section*/
/*Vision & Mission*/
.vision-mission {
  padding: 70px 0; }
  .vision-mission h3 {
    margin-top: 20px;
    margin-bottom: 15px; }
    .vision-mission h3 span {
      border-bottom: 1px solid #990406;
      color: #990406;
      font-size: 22px; }
  .vision-mission p {
    margin-bottom: 15px;
    text-align: justify; }
  .vision-mission ul {
    list-style-type: none;
    padding-left: 0px; }
    .vision-mission ul li {
      display: flex;
      margin-bottom: 15px; }
      .vision-mission ul li .fa {
        color: #990406;
        margin-right: 15px; }
  .vision-mission .viewall {
    color: #000;
    font-weight: 600; }
    .vision-mission .viewall:hover {
      color: #f67608; }
  .vision-mission .director {
    border-radius: 10px;
    background: #1f1f1f;
    overflow: hidden; }
    .vision-mission .director h2 {
      background: #990406;
      color: #fff;
      text-align: center;
      margin: 0 0 15px 0;
      padding: 10px;
      font-size: 26px;
      margin-bottom: 0; }
    .vision-mission .director .director-cont {
      margin-top: -220px; }
    .vision-mission .director h3 {
      font-size: 18px;
      color: #fff; }
    .vision-mission .director h4 {
      display: inline-block;
      color: #fff;
      font-size: 16px;
      border-bottom: 1px solid #f8f9fa; }
    .vision-mission .director p {
      color: #fff;
      text-align: justify;
      margin-top: 15px;
      margin-bottom: 15px; }
    .vision-mission .director .readmore {
      color: #fff;
      display: inline-block;
      margin-top: 10px; }

/* Photo Gallery */
.photo-gallery {
  padding: 50px 0; }
  .photo-gallery h2 {
    margin-bottom: 25px; }
  .photo-gallery .grid-waves-effect {
    box-shadow: 1px 3px 12px #dbdbdb;
    background: #a9a9a9; }
    .photo-gallery .grid-waves-effect a {
      color: #1f1f1f;
      font-size: 20px;
      display: block;
      padding: 10px; }
      .photo-gallery .grid-waves-effect a:hover {
        color: #f67608; }

/*Facility Section*/
.facility-section {
  background: #1f1f1f;
  padding: 60px 0; }
  .facility-section .box {
    background: #fff;
    padding: 25px;
    text-align: center;
    border-radius: 10px;
    min-height: 240px; }
    .facility-section .box p {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 15px;
      margin-top: 15px; }
    .facility-section .box a {
      color: #000;
      font-weight: 600; }
      .facility-section .box a:hover {
        color: #f67608; }

/*Programme Offered*/
.programme-section {
  padding: 80px 0; }
  .programme-section .box {
    padding: 53px 0;
    text-align: center;
    border-radius: 7px;
    overflow: hidden; }
    .programme-section .box p {
      margin-bottom: 0; }
      .programme-section .box p a {
        font-size: 18px;
        font-weight: 600;
        color: #fff; }
        .programme-section .box p a:hover {
          color: #f67608; }
  .programme-section .box-1, .programme-section .box-2, .programme-section .box-3, .programme-section .box-4 {
    background-size: cover !important; }
  .programme-section .box-1 {
    background: url(../images/programme-1.jpg) no-repeat 0 0; }
  .programme-section .box-2 {
    background: url(../images/programme-2.jpg) no-repeat 0 0; }
  .programme-section .box-3 {
    background: url(../images/programme-3.jpg) no-repeat 0 0; }
  .programme-section .box-4 {
    background: url(../images/programme-4.jpg) no-repeat 0 0; }

/*End Programme Offered*/
/*Faculty Page*/
.staffContent {
  padding-top: 25px; }
  .staffContent .panel-heading {
    margin-bottom: 10px; }
    .staffContent .panel-heading a {
      color: #990406;
      font-size: 16px;
      background: #d9d9d9;
      padding: 10px 15px;
      display: block; }
      .staffContent .panel-heading a:before {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        margin-right: 15px; }

/* Training & Placement */
.training-placement {
  background: #fff;
  padding: 60px 0; }
  .training-placement .main-heading:before {
    left: auto;
    right: 450px; }
  .training-placement .main-heading:after {
    left: auto;
    right: 415px; }
  .training-placement p {
    text-align: justify; }
  .training-placement .viewall {
    font-size: 15px;
    font-weight: 500;
    color: #1f1f1f; }
  .training-placement .carousel {
    padding: 20px 50px;
    margin-top: 20px; }
    .training-placement .carousel .carousel-item a {
      border-radius: 8px;
      overflow: hidden;
      display: block;
      transation: 1s all ease;
      position: relative; }
      .training-placement .carousel .carousel-item a:before {
        display: block;
        content: "View Details";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        color: #fff;
        padding: 35px;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        opacity: 0; }
      .training-placement .carousel .carousel-item a:hover:before {
        opacity: 1; }
    .training-placement .carousel .carousel-control {
      position: absolute;
      background: #1f1f1f;
      border-radius: 100%;
      width: 26px;
      height: 26px;
      text-align: center;
      font-size: 16px;
      line-height: 25px;
      color: #fff;
      top: 40%; }
      .training-placement .carousel .carousel-control:hover {
        background: #990406; }
    .training-placement .carousel .left {
      left: 5px; }
    .training-placement .carousel .right {
      right: 5px; }
  .training-placement .right-box .dept-box {
    padding: 15px;
    background: #fff;
    border-radius: 15px; }
  .training-placement .right-box .yellow-box {
    border: 2px solid #f67608; }
  .training-placement .right-box .blue-box {
    border: 2px solid #990406;
    line-height: 124px;
    margin-bottom: 15px; }
  .training-placement .right-box .mb-box {
    margin-top: 25px; }

/* End Training & Placement */
/* Departments*/
.department-section {
  background: #f8f9fa;
  padding: 60px 0; }
  .department-section .main-heading:before {
    left: auto;
    right: 450px; }
  .department-section .main-heading:after {
    left: auto;
    right: 415px; }
  .department-section .readmore {
    color: #fff; }
  .department-section .dept-box {
    display: flex;
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 5px;
    padding: 15px; }
    .department-section .dept-box .img-dept {
      text-align: center;
      border-right: 1px solid #d9d9d9;
      padding-right: 20px; }
      .department-section .dept-box .img-dept img {
        width: 80px; }
    .department-section .dept-box .dept-content {
      padding-left: 20px; }
      .department-section .dept-box .dept-content h3 {
        font-size: 18px;
        font-weight: 600; }
      .department-section .dept-box .dept-content p {
        font-size: 14px; }
      .department-section .dept-box .dept-content .readmore2 {
        color: #000; }
        .department-section .dept-box .dept-content .readmore2:hover {
          color: #990406; }

/* Student Corner */
.useful-links {
  padding: 60px 0; }
  .useful-links ul {
    list-style-type: none;
    padding-left: 0; }
    .useful-links ul li {
      margin-bottom: 20px;
      border-bottom: 1px solid #2c2c2b;
      padding-top: 10px;
      padding-bottom: 30px;
      display: flex; }
      .useful-links ul li .fa {
        margin-right: 15px; }
      .useful-links ul li a {
        color: #1f1f1f; }
        .useful-links ul li a:hover {
          color: #990406; }
      .useful-links ul li:after {
        display: block;
        clear: both;
        content: ""; }
      .useful-links ul li:last-child {
        border-bottom: none; }

/* End Student Corner */
/* Campus Life*/
.campus-life {
  background: url(../images/campus-life.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 60px 0; }
  .campus-life h2 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px; }
  .campus-life .left-box {
    margin-top: 15px;
    padding-right: 30px;
    border-right: 1px solid #fff; }
    .campus-life .left-box ul {
      padding-left: 0;
      list-style-type: none; }
      .campus-life .left-box ul li {
        line-height: 40px;
        border-bottom: 1px solid #fff; }
        .campus-life .left-box ul li a {
          color: #fff; }
          .campus-life .left-box ul li a .fa {
            margin-right: 10px; }
  .campus-life .right-box {
    margin-top: 15px;
    padding-left: 30px; }
    .campus-life .right-box p {
      color: #fff; }
    .campus-life .right-box ul {
      padding-left: 0;
      list-style-type: none; }
      .campus-life .right-box ul li {
        line-height: 30px; }
        .campus-life .right-box ul li a {
          color: #fff; }
          .campus-life .right-box ul li a .fa {
            margin-right: 10px; }
  .campus-life a:hover {
    color: secondary; }

/* Awards Achivement */
.award-achivement {
  padding: 60px 0;
 /*h2 {
	text-align:center;
	&:before {
	left:44%;
	}
	&:after {left:39%;}
 }*/ }
  .award-achivement h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px; }
  .award-achivement .viewall {
    padding: 10px 15px;
    background: #990406;
    color: #fff;
    border-radius: 6px;
    margin-top: 15px; }
    .award-achivement .viewall:hover {
      text-decoration: none;
      opacity: .9; }
  .award-achivement .left-div {
    padding-right: 40px;
    border-right: 1px solid #d9d9d9; }
  .award-achivement .right-div {
    padding-left: 40px; }
  .award-achivement .carousel {
    padding: 20px 100px;
    margin-top: 20px; }
    .award-achivement .carousel .carousel-item a {
      overflow: hidden;
      display: block;
      transation: 1s all ease;
      position: relative; }
      .award-achivement .carousel .carousel-item a img {
        border-radius: 10px; }
      .award-achivement .carousel .carousel-item a span {
        display: block;
        text-align: center;
        color: #1f1f1f;
        font-weight: 600;
        margin-top: 10px; }
    .award-achivement .carousel .carousel-control {
      position: absolute;
      background: #1f1f1f;
      border-radius: 100%;
      width: 26px;
      height: 26px;
      text-align: center;
      font-size: 16px;
      line-height: 25px;
      color: #fff;
      top: 40%; }
      .award-achivement .carousel .carousel-control:hover {
        background: #f67608; }
    .award-achivement .carousel .left {
      left: 5px; }
    .award-achivement .carousel .right {
      right: 5px; }

/* Gallery */
.gallery {
  background: #e9ecef;
  padding: 60px 0; }
  .gallery h2 {
    text-align: center; }
    .gallery h2:before {
      left: 44%; }
    .gallery h2:after {
      left: 39%; }
  .gallery .readmore {
    background: #990406;
    color: #fff; }

.dept-slider-img {
  height: 400px; }

/* Footer */
#footer {
  padding: 40px 0;
  background: #1f1f1f; }
  #footer .top-footer {
    border-bottom: 1px solid #990406;
    padding-bottom: 15px; }
  #footer .social-media {
    margin-top: 15px; }
    #footer .social-media a {
      width: 45px;
      height: 45px;
      background: #990406;
      color: #fff;
      border-radius: 100%;
      margin-left: 10px;
      display: inline-block;
      font-size: 22px;
      text-align: center;
      line-height: 45px; }
  #footer .footer-links h3 {
    font-size: 24px;
    color: #f67608;
    margin-top: 25px;
    margin-bottom: 15px;
    pointer-events: none; }
  #footer .footer-links ul {
    padding-left: 0;
    list-style-type: none; }
    #footer .footer-links ul li {
      line-height: 30px; }
      #footer .footer-links ul li a {
        color: #fff; }
        #footer .footer-links ul li a .fa {
          margin-right: 10px; }
        #footer .footer-links ul li a:hover {
          color: #f67608; }
  #footer .footer-links p {
    color: #fff; }
    #footer .footer-links p .fa {
      margin-right: 10px;
      color: #f67608; }

.gov-logo {
  text-align: center;
  padding: 30px 0; }
  .gov-logo a {
    display: inline-block;
    margin: 10px; }

.copyright {
  text-align: center;
  padding: 10px;
  background: #990406;
  font-weight: 500; }
  .copyright a {
    color: #fff; }

/*Gallery*/
.training-placement .cards-wrapper {
  display: flex;
  justify-content: center; }

.training-placement .card img {
  max-width: 100%;
  max-height: 100%; }

.training-placement .card {
  margin: 0 0.5em;
  box-shadow: 2px 3px 6px #d9d9d9;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 15px 10px;
  text-align: center; }

.training-placement .card img {
  height: 50px;
  width: auto; }

.training-placement .carousel-inner {
  padding: 1em; }

/*.carousel-control-prev,
.carousel-control-next {
  background-color: #e1e1e1;
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}*/
#toTop {
  background: #990406;
  color: #fff;
  padding: 6px 10px;
  position: fixed;
  bottom: 10px;
  font-size: 18px;
  right: 10px;
  display: none; }

/*=====Login=====Registration======*/
.login-reg-page {
  background: #d6d9dc;
  padding: 50px 0; }
  .login-reg-page .left-login-content {
    background: #fff;
    border-top: 2px solid #6c757d;
    padding: 35px 50px; }
    .login-reg-page .left-login-content h2 {
      text-align: center;
      margin-bottom: 50px;
      position: relative; }
      .login-reg-page .left-login-content h2:before {
        content: "";
        display: block;
        width: 18px;
        height: 18px;
        border: 2px solid #f67608;
        position: absolute;
        top: 44px;
        left: 48%;
        border-radius: 100%;
        background: #fff;
        z-index: 9; }
      .login-reg-page .left-login-content h2:after {
        content: "";
        display: block;
        width: 100%;
        border-bottom: 2px solid #990406;
        position: absolute;
        top: 52px;
        left: 0%;
        z-index: 8; }
    .login-reg-page .left-login-content label {
      font-weight: 500; }
    .login-reg-page .left-login-content input[type="text"], .login-reg-page .left-login-content input[type="password"], .login-reg-page .left-login-content select {
      display: block;
      width: 100%;
      padding: 5px 15px;
      border-radius: 50px;
      border: 1px solid #ccc; }
      .login-reg-page .left-login-content input[type="text"]:focus, .login-reg-page .left-login-content input[type="password"]:focus, .login-reg-page .left-login-content select:focus {
        box-shadow: 1px 2px 8px #f67608; }
    .login-reg-page .left-login-content .btn-submit {
      display: block;
      width: 100%;
      padding: 8px 15px;
      border-radius: 50px;
      text-align: center;
      background: #f67608;
      color: #fff;
      font-weight: 500;
      border: none; }
      .login-reg-page .left-login-content .btn-submit:hover {
        text-decoration: none;
        opacity: .9; }
  .login-reg-page .right-back {
    background: url(../images/Log-in-bg.jpg) no-repeat 0 0;
    background-size: cover;
    text-align: center;
    padding: 50px 25px; }
    .login-reg-page .right-back h2 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 25px;
      margin-top: 15px; }
    .login-reg-page .right-back p {
      background: rgba(0, 0, 0, 0.1);
      padding: 10px;
      border-radius: 10px;
      width: 70%;
      margin: 5px auto;
      text-align: left;
      font-weight: 500; }
      .login-reg-page .right-back p .fa {
        margin-right: 10px;
        color: #990406; }
    .login-reg-page .right-back .social {
      margin: 25px 0; }
      .login-reg-page .right-back .social a {
        display: inline-block;
        padding: 10px;
        border: 3px solid #990406;
        color: #990406;
        width: 45px;
        height: 45px;
        text-align: center;
        margin: 2px; }
        .login-reg-page .right-back .social a:hover {
          background: #f67608;
          color: #990406; }
    .login-reg-page .right-back .copyright {
      background: transparent;
      width: 100%;
      text-align: center;
      margin-top: 50px; }
      .login-reg-page .right-back .copyright a {
        color: #990406; }
  .login-reg-page #registration {
    display: none; }
    .login-reg-page #registration .create-account {
      margin-top: 15px; }
    .login-reg-page #registration p {
      text-align: center; }

.inner-heading {
  background: url(../images/inner-heading.jpg) no-repeat 0 0;
  background-size: 100%;
  padding: 30px 0; }
  .inner-heading h2 {
    color: #fff;
    font-size: 36px; }

.list-aggregate {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none; }
  .list-aggregate li {
    position: relative;
    padding-left: 20px;
    text-align: left;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 15px;
    padding-bottom: 10px; }
    .list-aggregate li:before {
      content: "\f138";
      font-family: FontAwesome;
      font-size: 16px;
      color: #f67608;
      margin-right: 15px;
      position: absolute;
      left: 0; }
    .list-aggregate li p {
      margin: 0; }

.about-section .quick-link ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  text-align: left; }
  .about-section .quick-link ul li a {
    font-size: 14px; }
  .about-section .quick-link ul li .fa {
    color: #f67608;
    height: 20px; }

.inner-content h2 {
  text-transform: uppercase; }
.inner-content h2:first-letter {
  font-size: 40px;
  color: #f67608;
  text-transform: uppercase; }
.inner-content ul {
  list-style-type: none;
  padding-left: 5px;
  margin-top: 15px; }
  .inner-content ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative; }
    .inner-content ul li:before {
      content: "\f138";
      color: #f67608;
      display: inline-block;
      font-family: FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      left: 0;
      top: 0; }
.inner-content .inner-box {
  background: #e9ecef;
  padding: 15px; }
  .inner-content .inner-box h5 {
    color: #f67608;
    font-size: 18px;
    font-style: italic;
    margin-top: 15px;
    margin-bottom: 10px; }
  .inner-content .inner-box h4 {
    margin-bottom: 15px; }
  .inner-content .inner-box p {
    margin-bottom: 10px !important;
    margin-top: 5px !important;
    text-align: left !important; }

/* Department*/
#departmentHome .news-section .news-left {
  min-height: 300px; }
#departmentHome .main-heading:before {
  left: 60px; }
#departmentHome .main-heading:after {
  left: 15px; }
#departmentHome .gallery {
  background: #fff; }
  #departmentHome .gallery h2:before {
    left: 44%; }
  #departmentHome .gallery h2:after {
    left: 39%; }

.DeptFaculty .fac-div {
  background: #e9ecef;
  padding: 20px;
  margin-bottom: 20px; }
  .DeptFaculty .fac-div .img-div {
    width: 250px;
    padding: 2px;
    border: 2px solid #f67608;
    margin: 15px auto; }
    .DeptFaculty .fac-div .img-div img {
      width: 100%;
      height: 270px; }
  .DeptFaculty .fac-div h4 a {
    font-size: 20px;
    text-transform: uppercase; }
  .DeptFaculty .fac-div h5 {
    font-size: 18px; }
  .DeptFaculty .fac-div h6 {
    font-size: 16px; }
  .DeptFaculty .fac-div p {
    margin-bottom: 10px;
    margin-top: 10px; }

.faculty-profile .emp-prof-div {
  background: #e9ecef;
  padding: 15px; }
  .faculty-profile .emp-prof-div img {
    width: 100%; }
.faculty-profile h4 {
  text-align: left;
  color: #f67608; }
.faculty-profile h5 {
  font-style: italic; }

#tabs-container .tabs-menu {
  padding-left: 0px;
  margin-top: 40px; }
  #tabs-container .tabs-menu li {
    padding-left: 0px;
    display: inline-block; }
    #tabs-container .tabs-menu li:before {
      display: none; }
    #tabs-container .tabs-menu li a {
      background: #e9ecef;
      padding: 15px;
      color: #1f1f1f;
      font-size: 16px;
      font-weight: 500; }
    #tabs-container .tabs-menu li a.active {
      background: #f67608;
      color: #fff; }
#tabs-container .tab .tab-content {
  display: none; }
#tabs-container .tab .tab-content.active {
  display: block; }

/*---------Newsletter_page---------*/
.newsletter_page .director-img {
  width: 300px;
  height: 250px;
  object-fit: cover; }
.newsletter_page p {
  padding-right: 0;
  margin: 0; }

/*Responsive*/
@media (max-width: 767px) {
  .top-row .navbar-toggler {
    display: none; }
  .top-row .navbar-collapse {
    display: block; }
    .top-row .navbar-collapse li {
      margin-top: 5px; }
      .top-row .navbar-collapse li a {
        font-size: 11px; }

  .cust-header {
    background: #f67608; }
    .cust-header .navbar-nav li.nav-item a.nav-link:hover {
      color: #fff; }

  .hero-wrapper .carousel-control-prev {
    right: 15%; }

  .about-section {
    padding: 45px 0; }
    .about-section p {
      padding-right: 0; }
    .about-section .news {
      margin-top: 35px; }

  .news-section .news-left {
    border-right: none; }

  .news-right {
    margin-top: 20px; }

  .vision-mission .director {
    margin-top: 30px; }

  .facility-section .box {
    margin-bottom: 15px; }

  .programme-section h2 {
    text-align: center; }
  .programme-section .box {
    width: 255px;
    margin: 10px auto; }

  .training-placement .right-box .mb-box {
    margin-bottom: 15px; }

  .useful-links img {
    margin-top: 25px; }

  .campus-life {
    background-size: auto 100%; }

  .gallery img {
    margin-bottom: 15px; }

  .banner-content {
    display: none; }

  .about-section .news ul li {
    clear: both; }

  .main-heading:before {
    left: 60px;
    display: none; }
  .main-heading:after {
    left: 35px;
    display: none; }

  .dept-box {
    margin-bottom: 15px; }

  .department-section .mb-5 {
    margin-bottom: 0 !important; }
  .department-section .readmore {
    margin-top: 15px;
    display: inline-block; }

  .training-placement .card {
    min-width: 300px;
    width: 300px; }
    .training-placement .card img {
      width: auto;
      height: 90px; }

  /*Login*/
  .login-reg-page {
    padding: 0px 0; }
    .login-reg-page .left-login-content {
      padding: 35px 25px; }
    .login-reg-page .right-back {
      padding: 40px 0px; }
      .login-reg-page .right-back p {
        width: 95%; }

  .training-placement .cards-wrapper {
    display: block;
    justify-content: center;
    height: 125px;
    overflow: hidden; }

  .award-achivement .left-div {
    padding-right: 15px;
    border-right: none;
    margin-bottom: 30px; }
  .award-achivement .right-div {
    padding-left: 15px;
    margin-top: 30px; }
    .award-achivement .right-div .col-sm-6 {
      width: 50%; }

  .footer-links .footer-menu-button {
    pointer-events: visible !important;
    cursor: pointer;
    color: #fff !important;
    background: #f67608;
    padding: 10px; }
    .footer-links .footer-menu-button:after {
      content: "+";
      display: inline-block;
      float: right; }
  .footer-links .activemenu:after {
    content: "-"; }
  .footer-links .mob-menu {
    display: none;
    padding-left: 10px; }

  .training-placement p {
    text-align: justify !important; } }
@media (min-width: 1201px) {
  .container {
    max-width: calc(100% - 260px); } }

/*# sourceMappingURL=style.css.map */
