/* Table of Content
=====================KSIT CSS=============================
  #BASIC TYPOGRAPHY
  #HOME HEADER
  #HOME SLIDER SECTION
  #HOME ABOUT US
  #HOME WHY US SECTION
  #HOME COURSE SECTION
  #HOME OUR TUTORS SECTION
  #HOME STUDENTS TESTIMONIAL SECTIONs
  #FOOTER 
  #COURSE ARCHIVE PAGE
  #COURSE SINGLE PAGE
  #BLOG PAGE
  #EVENTS
  #GALLERY
  #CONTACT
  #UPDATED ON 30-Mar-2022
  #404 page
*/
/*--=====================BEGIN CSS=============================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: "FormaDJRDisplay Bold";
    src: url("../fonts/FormaDJRDisplay-Bold-Testing.woff") format("woff");;
    font-weight: 700;
}

@font-face {
    font-family: "FormaDJRDisplay regular";
    src: url("../fonts/FormaDJRDisplay-Regular-Testing.woff2") format("woff2");
    font-weight: 500;
}


::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.99,rgb(250,195,34)),color-stop(0.69,rgb(250,194,0)),color-stop(0.59,rgb(250,195,0)));
}

::-webkit-scrollbar-track {
  background: linear-gradient(90deg,#0e0008 20%,#1c0342d9 );
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow: overlay;
}

html,body {
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  scroll-behavior: smooth !important;
}

[aria-current=page]{
  pointer-events:none;
  cursor:default;
  /*color:#fff*/
}

#myFeedbackModal {
	z-index: 99999;
}

#testimonials img {
	width: 100px !important;
	height:100px;
}

.clearfix:after {
  content: " ";
 /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.links {
  font-size: 12px;
  color: #000;
}

.content_ksit {
  text-align: justify;
  padding-top: 0px;
}

.margin-top0 {
  margin-top: 0px !important;
}

.padding {
  padding: 15px;
}

#aboutUs #ananya_link {
  font-size: 15px;
  font-weight: 600;
}

#about {
 /* 
  padding: 80px 20px 0px 20px; */
}

.paragraph_content {
  text-align: center;
  margin: 2%;
}

.highlight {
  font-size: 18px;
  font-weight: bold;
}

#about p {
  font-size: 16px;
}

#aboutUs p {
  font-size: 15px;
  padding: 4px;
  text-align: justify;
}

#aboutUs p span {
  color: #90eeee;
  font-weight: bold;
}

p.image_caption {
  text-align: center;
  font-size: 15px;
}

/* new at ksit */
.text-shadow-head{
  text-shadow: 0 0 5px #f9993952;
}

/* labs */
blockquote .small, blockquote footer, blockquote small {
  color: #f33;
  font-weight: 600;
}

#quick_facts p {
  font-size: 13px;
}

#aboutUs_course {
 
  padding: 10px 0;  
  color: #fff;
    /* background: url(img/slider/2.jpg); */
  background-size: cover;
}

#aboutUs .well {
  padding: 10px;
  margin-bottom: 0;
}

#aboutUs .carousel slide .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
  display: block;
  max-width: 100%;
  height: 300px;
  /*border:6px solid #171973;
   height:330px;height:250px;
   
    margin-top: -25px;*/;
}

#quick_facts .quick_facts_content #my-carousel .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
  display: block;
  width: 100%;
  height: 100%;
}


/* The Modal (background) */
#myModal {
  display: none;
 /* Hidden by default */
  position: fixed;
 /* Stay in place */
  z-index: 99999999;
 /* Sit on top */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
  overflow: hidden;
 /* Enable scroll if needed */;
}

/* Modal Content */
.modal-content {
  position: relative;
  background: linear-gradient(180deg, white, #f7f7f7);
  overflow: auto;
  margin: 50px auto;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.147);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

#myModal .message_box_img {
  width: 100%;
  height: 350px;
}


/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    bottom: -300px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    bottom: -300px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}

/* The Close Button */
.close {
  color: red;
  float: right;
  font-size: 30px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #ff8813;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #090808;
  color: white;
  border-radius: 3px;
}

.modal-body {
  padding: 2px 2px;
  max-height: 450px;
  min-height: 300px;
  overflow-y: scroll;
}

.modal-body-1 {
  padding: 2px 2px;
  max-height: 450px;
  min-height: 300px;
  overflow-y: visible;
}

.modal-body p {
  padding: 12px;
  font-size: 13px;
  font-weight: bold;
  color: #f5a04d;
}

.modal-body span {
  color: #171973;
}

.modal-footer {
  padding: 3px 10px 4px 3px;
  background-color: #5cb85c;
  color: white;
}

/* labs */

.news_area {
  padding: 20px 0;
}

.single_news_item {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);
  line-height: 1.42857;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  margin-bottom: 15px;
}

.news_content {
  padding: 0;
  height: auto;
  overflow: hidden !important;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.news_content.gray{
	background: #f1f2f6;
}
.news_content.green {
  background: #3c763d;
}

.news_content.maroon {
  background: #ffffff;
}

.news_content.darkslategray {
  background: #ffffff;
}

.news_content.darkslateblue {
  background: #483d8b;
}

.outline {
  border-bottom: 1px solid #fff;
  color: #fac200;
}

/* News Section Specific - Target outline within news_content */
.news_content .outline {
  border-bottom: none;
  background-color: #aa2222;
  color: #ffffff;
  margin: 0;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 600;
}

#newsletter-icon{
  color: #fab900 !important;
  animation: blink-light-icon infinite 3s;
  transition: all ease 2.5s;
  margin-right: 8px;
}
@keyframes blink-light-icon {
  from{color:#ff8b17;text-shadow:0 0 2px #ffbd7c90;}
  to{color:#f5a14dac;}
}
/*===== Animations =====*/
#bell-icon{
  color:yellow;
  animation: rotate-bell-icon infinite 3s;
  transition: all ease 3s;
}
@keyframes rotate-bell-icon {
  0%{color:red;text-shadow:0 0 2px #00000055;transform: rotate(-0.1turn);}
  25%{color:#3700ff;text-shadow:0 0 2px #00000055;transform: rotate(0turn);}
  50%{color:#00c96f;text-shadow:0 0 2px #00000055;transform: rotate(0.1turn);}
  75%{color:yellow;text-shadow:0 0 2px #00000055;transform: rotate(0turn);}
  100%{color:#ff5e00;text-shadow:0 0 2px #00000055;transform: rotate(-0.1turn);}
}
#ring{
  animation: rotate-bell-icon-1 infinite 4s;
}
@keyframes rotate-bell-icon-1 {
  0%{color:yellow;text-shadow:0 0 2px #00000055;}
  100%{color:#f5a04d;text-shadow:0 0 2px #00000055;}
}
#ring-header:hover{
  animation: shake-1 1s cubic-bezier(.36,.07,.19,.97) alternate;
  transform: translate3d(0, 0, 0);
}
@keyframes shake-1 {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(1px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-1px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(1px, 0, 0);
  }
}
/*===== Animations =====*/
.single_news_item img {
  height: auto;
  width: 100%;
}

.single_news_item .news_content a {
  color: lightgreen;
  display: block;
  margin-left: 8px;
  width: 150px;
}

.single_news_item .news_content a:hover {
  color: #f5a04d;
  text-decoration: none;
}

.single_news_item .news_content p {
  color: #555555;
  font-size: 14px;
}

/* Marquee Content Area */
.marquee-with-options {
  background-color: #ffffff;
  padding: 15px;
  height: 300px;
  overflow-y: auto;
}

/* Marquee List Items */
.marquee_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.marquee_list li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8e8e8;
}

.marquee_list li:last-child {
  border-bottom: none;
}

.marquee_list table {
  width: 100%;
}

.marquee_list img {
  max-width: 70px;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
  display: block;
}

.marquee_list h5 {
  margin-top: 0;
  margin-bottom: 6px;
  color: #0c2b5a;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.marquee_list p {
  margin: 5px 0 8px 0;
  color: #555555;
  font-size: 13px;
  line-height: 1.5;
  text-align: justify;
}

.marquee_list a {
  color: #aa2222;
  font-size: 12px;
  text-decoration: none;
  font-weight: 500;
}

.marquee_list a:hover {
  color: #880000;
  text-decoration: underline;
}


/* end new at ksit */

#courseArchive .courseArchive_content .single_course .singCourse_content p {
  color: #808080;
  font-size: 13px;
  text-align: justify;
}

#courseArchive .courseArchive_content p {
  font-size: 12px;
  color: #78adc9;
  text-shadow: 1px 1px 0 #eeeeeea3;
  padding-left: 6px;
}

#courseArchive .courseArchive_content .single_course .singCourse_content p > a {
  font-size: 13px;
  color: blue;
  font-weight: bold;
}
@media only screen and (max-width: 400px){
  #courseArchive .courseArchive_content .single_course .singCourse_content p > a {
    font-size: 11px;
    color: blue;
    font-weight: bold;
  }}
.single_course_placement {
  height: 250px;
}

.placement_training {
  height: 225px;
}

#courseArchive .courseArchive_content .single_course .singCourse_content h3 {
  font-size: 15px;
  font-weight: 600;
}

#courseArchive .courseArchive_content .single_course .singCourse_content h3 > a {
  text-decoration: none;
  font-size: 16px;
  color: blue;
  text-shadow: none;
   /* font-weight: bold; */;
}

#courseArchive .courseArchive_content .single_course .singCourse_content h3 > a:hover {
  text-decoration: underline;
}
  

/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

.image_caption {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  width: 100%;
  text-align: center;
}

.online_fees {
  min-width: 150px;
  max-width: 200px;
  width: auto;
  /*background-color: #ff000cd9; */
  background: linear-gradient(90deg,#870152 20%,#ff000cd9 );
  font-size: 15px;
  padding: 5px 10px;
  /*border:1px solid white;*/
  font-weight: 600;
  transition: all ease-in 0.1s;
  white-space: nowrap;
  /* overflow: hidden; */
  text-overflow: ellipsis;
}

.online_fees a {
  color: #fff;
  text-decoration: none;
}

.online_fees:hover {
 /* background: #f5a04d; */
  background: linear-gradient(90deg,#faca00 40%,#faba00 );
  color: #000;
  transition:all ease-in 0.1s;
  transform: scale(1.02);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.837);
}

.courseArchive_sidebar_lib {
  background-color: #fff;  
  padding: 12px;
  height: auto;
  border-bottom: 3px solid #78adc9;
}

.courseArchive_sidebar_lib .single_sidebar_lib { 
    /* height: 317px; */
  margin-bottom: 15px;
  overflow: hidden;
}

#aboutUs_dept { 
  /* padding: 10px 0; */
  opacity: 0.999;
  margin-top: 0;
  color: #fff;
  background-color: #171973;
 /* background:url("img/slider/2.jpg");*/
  background-size: cover;
  box-shadow: inset 0px 0px 3px #000;
}

.time_table_link {
  color: #CE544F;
}

.notify {
  margin-top: 5px;
  height: 40px;
  width: 100%;
  font-size: 15px;
  top: 0;
  background: #171973;
}

.notify p {
  color: #fff;
  font-size: 12px;
  position: absolute;
  margin-left: 1%;
  margin-top: 8px;
}

.notify a {
  color: #fff;
  float: right;
  position: relative;
  margin-right: 15px;
  margin-top: 8px;
  text-decoration: none;
}

.notify .content {
  color: #fff;
  font-weight: bold;
  margin-left: 120px;
  padding-right: 50px;
}

.content {
  width: 95%;
  margin: 0 auto;
}

.content h5 {
  font-size: 15px;
}

/* ===== FLEXBOX LAYOUT FOR .main ===== */
.main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  min-height: 39px;
  width: 100%;
  padding: 5px 10px;
  background: radial-gradient(circle, #08094a 30%, #171973) !important;
  border-bottom: 1px solid white;
  position: relative;
  transition: all ease-in 0.1s;
  box-shadow: inset 0px 0px 4px rgb(0 0 0 / 48%);
}

/* Notification Bell Text */
.main p {
  color: #fff;
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
  flex-shrink: 0;
  order: 1;
}
.scrolling-text{
  margin-top: 9px;
  width: 100%;
  box-sizing: border-box;
}
/* Payment Links Container - Always at the end */
.main .payment-links {
  display: flex;
  gap: 5px;
  order: 3;
  flex-shrink: 0;
}

.main .payment-links a {
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 10px;
  text-decoration: none;
  white-space: nowrap;
}

/* News/Marquee Section */
.main .news {
  color: #fff;
  font-weight: bold;
  flex: 1;
  min-width: 200px;
  overflow: hidden;
  order: 2;
}

.news {
  width: 100%;
  margin: 0;
}

.news h5 {
  margin-top: 11px;
  font-size: 14px;
  color: beige;
  font-weight: 600;
}

.main2 {
  height: 40px;
  width: 100%;
  background-color: #333;
  /*border-bottom:1px solid white;*/
  top: 0;
}

.main2 .news2 {
  color: #fff;
  font-size: 12px;
}

.main2 .news2 .link {
  margin-top: 2px;
}

.news2 {
  width: 56%;
  margin-left: 333px;
  padding-top: 7px;
  /*margin:0 auto;  
  background-color:pink;*/;
}

.news2 a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  padding: 14px;
  margin-left: 2.5%;
}

.news2 a:hover {
  color: #f5a04d;
}

.main2 p {
  color: #f86806;
  position: absolute;
  margin-left: 1%;
  font-size: 17px;
  font-style: oblique;
  margin-top: 8px;
}

/* College Code Button */
.main .code {
  color: #ffffff;
  padding: 5px 15px;
  border: 1px solid #fff;
  transition: all ease-in 0.1s;
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
  order: 0;
}

.main .code:hover {
 /* background-color: #f5a04d; */
  background: linear-gradient(90deg,#faca00 40%,#faba00 );
  color: #000;
  font-weight: 600;
  transition:all ease-in 0.1s;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.837);
}

.main .coll_code {
  width: 150px;
  height: 60px;
 /* background-color: #f5a04d;*/
  background: linear-gradient(90deg,#faca00 40%,#faba00 );
  color: #000;
  font-weight: 600;
  position: absolute;
  margin-top: 40px;
  left: 0.40%;
  display: none;
  border: 1px solid #000;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.837);
}

/*.main .code .coll_code{
  display:none;
  width:100px;
  height:100px;
  background-color:yellow;
  border:1px solid blue;
  position:absolute;
  margin-top:2%;
}*/

.main .code:hover  + .coll_code {
  display: block;
  z-index: 99999999;
}

.main .coll_code p {
  margin: 2px;
  color: #000;
  font-weight: 600;
  padding: 6px;
}

.main2 vision_left .vision {
  margin-bottom: 2px;
  margin-left: -21px;
}

.main2 .vision_left marquee {
  width: 188px;
  margin-bottom: -5px;
  font-weight: bold;
}

.main2 .right {
  margin-left: 80%;
}

.main2 .right marquee {
  width: 188px;
  margin-bottom: -5px;
  font-weight: bold;
}

.popover-content {
  padding: 9px 14px;
  z-index: 9999999;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list {
  position: relative;
  width: 100%;
}

.list .list_items {
  width: 100%;
  float: left;
  font-size: 12px;
  padding: 2px;
  color: #000;
}

.list li a {
  color: #000;
}

.list li a:hover {
  color: blue;
}

a {
  text-decoration: none;
  font-size: 14px;
  color: #f5a04d;
  font-weight: 500;
  text-shadow: 0.5px 0.5px 1px rgb(0 0 0 / 10%);
}

a:hover {
  color: #ff8813;
}

a:focus {
  outline: none;
  text-decoration: none;
  color: #f5a04d;
  font-weight: 600;
}

@media screen and (max-width:768px){
  a {
    text-decoration: none;
    font-size: 15px;
    color: #f5a04d;
    font-weight: 500;
    text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.207);
  }
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "FormaDJRDisplay Bold", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.075em;
  margin-bottom: 0.5em;
}

/* Paragraphs */
p {
  font-family: "FormaDJRDisplay regular", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.075em;
  margin-bottom: 1em;
}

/* Lists */
ul, ol {
  font-family: "FormaDJRDisplay regular", sans-serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  font-size: 16px;
}

li {
  font-weight: 500;
  margin-bottom: 0.5em;
  font-size: 16px;
  letter-spacing: 0.075em;
}

/* Links */
a {
  font-family: "FormaDJRDisplay regular", sans-serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-decoration: none;
}

/* Buttons and UI Elements */
button, input, select, textarea {
  font-family: "FormaDJRDisplay regular", sans-serif;
  letter-spacing: 0.075em;
  font-weight: 500;
}

/* Navigation and Labels */
nav, .menu, .label {
  font-family: "FormaDJRDisplay regular", sans-serif;
  font-weight: 600;
  letter-spacing: 0.075em;
}

/* Captions, small text */
small, .caption, footer {
  font-family: "FormaDJRDisplay regular", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
}

h1,h2,h3,h4,h5,h6 {
  text-align: justify;
  color: #faca00;
  font-size: 17px;
  font-weight: bold;
  text-shadow: 1px 1px 0px #0000001a;
}

h2 {
  color: #faca00;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  margin-left: 0px;
  text-shadow: 1px 1px 0px #0000001a;
    /* padding-bottom: 10px;*/
}

img {
  border: none;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
 /* change if the mask should have another color then white */
  z-index: 99999;
 /* makes sure it stays on top */;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
 /* centers the loading animation horizontally one the screen */
  top: 50%;
 /* centers the loading animation vertically one the screen */
  background-image: url(img/status.GIF);
 /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
 /* is width and height divided by two */;
}

/*scroll to top*/

#scrollToTop {
  position: fixed;
  right: 30px;
  bottom: 20px;
  font-size: 30px;
  color: #f5a04d;
  text-shadow: 1px 1px 0 #26262682;
}

#scrollToTop:hover {
  color: darkgray;
  transform: scale(1.2,1.2);
  transition: all 0.5s ease;
}

.hide {
	  	/*opacity: 0; */
  transform: scale(0,0);
}

/*--------------------*/
/* HOME HEADER */
/*--------------------*/

#header {
  position: relative;
  /*float: left;
  /*display: inline;*/
  width: 100%;
  /*background-color: #313b3d;*/
  z-index: 99999;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
      
/*--------.menu_area-------- */
.menu_area {
  position: relative;
  float: left;
  display: inline;
  width: 100%;
}

.navbar-toggle {
  margin-top: 7.5px !important;
}

.navbar-default .navbar-brand {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  margin-top: 15px;
}

.navbar-nav {
  position: relative;
  float: left;
  margin: 0;
  background:radial-gradient(circle, #171973, #08094a);
  width: 100%;
  padding: 1px;
  margin-bottom: 2px;
  margin-top: 2px;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  background-color: transparent;
  color: #fff;
}

.navbar-default {
  background: radial-gradient(circle, #f69c42, #fa9836);
  border-color: transparent;
  margin-bottom: 20px;
}

#navbar {
  overflow-x: hidden;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  padding: 6px 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 600;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.164);
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover { 
  background-color: #fac300;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: #fac300;
}

.navbar-nav > li > .dropdown-menu {
  background-color: #171973;
  min-width: 250px;
}

.navbar-nav > li > .dropdown-menu:before {
  border-bottom: 15px solid #48575a;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 25px;
  top: -15px;
  width: 0;
  display: none;
}

.navbar-nav > li > .dropdown-menu li a {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
  color: #fff;
  display: block;
  opacity: 0.9;
  padding: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  white-space: pre-wrap;
  font-weight: 500;
}

.navbar-nav > li > .dropdown-menu > li:last-child a {
  border-bottom: medium none;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color:  #fac300;
  color: #fff;
  margin-left: 5px;
  border-radius: 3px;
  transition:all 0.3s ease-in;
  text-decoration: none;
  text-shadow: 1.5px 1.5px 2px rgba(0, 0, 0, 0.67);
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: #171973;
}

.dropdown-menu {
  position: absolute;
   /*  top: 100%; */
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  width: 100%;
    /* min-width: 160px; */
    /* padding: 5px 0; */
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu .submenu {
  position: absolute;
  display: none;
  margin-top: -10px;
  left: 50px;
  width: 100%;
  z-index: 99999999;
}

.dropdown-menu .submenu.submenu1 {
  position: absolute;
  left: 50px !important;
  z-index: 9999999;
}

.dropdown-menu .submenu .submenu2 {
  position: absolute;
	 /* top:36px; */
  margin-left: 50px !important;
  background: gray !important;
  opacity: 1;
}

.dropdown-menu .submenu .submenu2 .submenu2, 
.dropdown-menu .submenu .submenu2 .submenu2 .submenu2 {
  display: none !important;
  position: absolute;
  display: none !important;
  left: 50px !important;
  background: gray !important;
  opacity: 1;
}

.dropdown-menu .submenu .submenu2 li:hover .submenu2,
.dropdown-menu .submenu .submenu2 .submenu2 li:hover .submenu2 {
  display: block !important;
}

.dropdown-menu li:hover .submenu li {
  background-color: #171973;
}

.dropdown-menu li:hover .submenu {
  display: block;
}

.dropdown-menu li .submenu .submenu {
  display: none;
}

.dropdown-menu li .submenu li:hover .submenu {
  display: block;
}

.submenu a {
  text-decoration: none;
  color: #fff;
  padding: 6px 22px;
   /*  float: left; */
  background: #171973;
    /* clear: both; */
  font-weight: 400;
  line-height: 1.42857143;
  width: 100%;
}

.submenu a:hover {
  background-color: #ffffff61;
  color: #fff;
  margin-left: 4px;
  border-radius: 3px;
  transition:all 0.3s ease-in;
  text-decoration: none;
  text-shadow: 1.5px 1.5px 2px rgba(0, 0, 0, 0.67);
}

.list li {
  list-style-type: circle;
  margin-left: 3%;
  padding: 5px;
  text-align: justify;
}

.list.list_color {
  color: blue;
}

.route_list {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  background: #171973;
  padding: 8px;
  border-radius: 3px;
}

.route_list_details {
  text-align: center;
  color: #1f1616;
  font-weight: bold;
  font-size: 14px;
}

/*.route_list_details:hover{
  background:gray;
  font-size:18px;
}*/

.title_two .header_link {
  color: #f5a04d;
  text-decoration: none;
  font-size: 24px;
}

.title_two .header_link:hover {
  color: #fff;
}

/*.dropdown-menu li:hover .submenu{
  
  top:10px;
  margin-left:100px;
  
}*/

/*--------------------*/
/* HOME SLIDER SECTION */
/*--------------------*/

#slider {
  z-index: -1;
  /*position: fixed;*/;
}

.slider_area {
  background-color: #ccc;
  display: inline;
  float: left;
  margin-top: 15px;
  width: 100%;
  height: 50%;
}

#slider .slider_area img {
  /*backface-visibility: hidden;*/
  position: absolute;
  left: 0px;
  top: 129px;
  z-index: -1;
  max-width: none;
  /* height: 995.604px;
     width: 1499px; */
}

.slider_caption {
  left: 5%;
  position: absolute;
  top: 20%;
  width: 50%;
}

.slider_right_caption {
  left: 38%;
}

.slider_caption h2 {
  color: #fff;
  font-size: 33px;
  background-color: rgba(49, 59, 61, 0.6);
  padding: 8px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.slider_caption p {
  background-color: rgba(49, 59, 61, 0.6);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 10px;
}

.slider_btn {
  background: rgba(49, 59, 61, 0.6);
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.slider_btn:hover,.slider_btn:focus {
  text-decoration: none;
  outline: none;
}

.next,.prev {
  display: none !important;
}

.slider_area:hover .next {
  display: block !important;
}

.slider_area:hover .prev {
  display: block !important;
}

/*--------------------*/
/* HOME ABOUT US */
/*--------------------*/


.wrap {
  width: 320px;
  border: 1px solid #ccc;
  height: 480px;
  overflow: auto;
  position: fixed;
}

#aboutUs {
  padding: 10px 0; 
  /*margin-top: 13%;*/
  color: #fff;
  /*background-color: #686464;*/
 /* background:url("img/slider/2.jpg");*/
  background-size: cover;
}

.aboutus_area {
    width: 100%;
    margin-top:10px;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .col-lg-8.aboutus_area {
    width: 66.66% !important;
  }
}

.aboutus_area p {
  line-height: 27px;
  color:#000;
  font-size: 15px;
  text-align: justify;
    /*font-family: "Open Sans Condensed",Arial,sans-serif !important;*/;
}

.titile {	
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
  margin-top: 16px;
  color: #c91318;
  font-size: 35px;
}

.yellow {	
  
  color: #fabf00;
}
/*.titile.newsarea{
  text-align:center;
}*/


.titile:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 50px;
  height: 5px;
}

.newsfeed_area {
  float: left;
  display: inline;
  width: 100%;
 /* padding-left: 15px;*/;
}

.newsfeed_area p {
  /*text-align:justify;*/
}

.feed_tabs li {
  margin-bottom: 0.5px;
  padding: inherit;
}

.feed_tabs li a {
  padding: 5px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #537cda; 
  border:1.5px solid;
  border-color: #78ADC9 #78ADC9 rgba(120, 173, 201, 0.442);
  background-color:#dfeff6;
  box-shadow: inset 0px 1px 5px #00000024;
  text-shadow: 2px 1px 1px rgb(0 0 0 / 7%);
}

.feed_tabs li a:hover {
  background-color: #dfeff6;
  border-color: #78ADC9 #78ADC9 #78ADC9;
}

.news_tab {
  margin-top: 2px;
}

.news_tab li {
  /*border-bottom: 1px solid #ccc;
   margin-bottom: 15px;*/
  padding-bottom: 15px;
}

.news_tab li:last-child {
  border-bottom: none;
}

.news_img {
  display: block;
  height: 70px;
  width: 100px;
}

.news_img>img {
  width: 100%;
  height: 100%;
}

.news_tab .media-body > a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.media-body img {
  width: 100%;
  border: 2px solid;
  height: auto;
  /*padding:3%;height: 400;*/
}

.media-body .media_text {
  padding: 1%;
  margin-top: 38px;
  /*position:absolute;*/
  display: inline;
  text-align: justify;
}

.media-body .media_text span {
  font-size: 25px;
}

.media-body p {
  text-align: justify;
  font-size: 12px;
  color: #3d3e67;
}

.media-body p.media_body_content {
  color: #fff;
  font-size: 14px;
}

.media-body p>span {
  font-size: 15px;
  color: #f5a04d;
}

.media-body p.mediacontent {
  color: #fff;
}

.feed_date {
  color: #ccc;
  font-style: italic;
}

.see_all {
  border-bottom: 2px solid #ccc;
  float: right;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.see_all:hover, .see_all:focus {
  text-decoration: none;
  outline: none;
}

.single_news_pane {
  float: left;
  display: inline;
  width: 100%;
}

.single_notice_pane {
  float: left;
  display: inline;
  width: 100%;
}

.single_notice_pane .slick-prev {
  background-image: url("img/nav-prev.png");
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  background-position: center;
}

.single_notice_pane .slick-next {
  background-image: url("img/nav-next.png");
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  background-position: center;
}

.single_notice_pane .slick-prev, .single_notice_pane .slick-next {
  top: 100%;
}

.single_notice_pane .slick-prev {
  left: 87%;
}

/*--------------------*/
/* HOME WHY US SECTION */
/*--------------------*/

#whyUs {
  margin-top: 13%;
}

#whyUs_admin {
  margin-top: 0%;
}

#whyUs_dept {
  margin-top: 0%;
}

#whyUs_committee {
}

.whyus_top {
  background-color: #f6f6f6;
  padding: 60px 0px;
}

.single_whyus_top {
  text-align: center;
}

.title_area { 
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
  margin-top: 50px;
  text-align: center;
}


.title_area span {
  display: inline-block;
  text-align: center;
  height: 5px;
  width: 50px;
}

.title_two {
  color: #fac900;
  /*top: -21px;*/
  font-size: 24px;
  padding-bottom: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin: auto;
}

.title_two:hover {
  width: 100%;
  margin: auto;
  /* color: #fff;
  background-color: #f5a04d; */
/*border:1px solid blue*/
}

.hov-two:hover{
  /* color: inherit !important; */
  background-color: inherit !important;
}


.whyus_icon {
  border-radius: 150px;
  color: #ffffff;
  display: inline-block;
  height: 150px;
  text-align: center;
  width: 150px;
}

.whyus_icon span {
  display: inline-block;
  font-size: 70px;
  height: 100%;
  line-height: 160px;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.single_whyus_top:hover .whyus_icon span {
  transform: scale(0.9);
}

.single_whyus_top>h3 {
  font-size: 18px;
  font-weight: bold;
}

.single_whyus_top>p {
  font-size: 13px;
}

.whyus_bottom {
 
  min-height: 350px;
  padding: 85px 0px;
  background-image: url(img/skills_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
}

.slider_overlay {
  background: none repeat scroll 0 0 #242434;
  height: 100%;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

.skills {
  position: relative;
  z-index: 999;
}

.heading h3 {
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 40px;
  margin: 0 0 40px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 40px;
}

div[data-dimension] {
  float: none;
  margin: 0 auto;
}

.circle-text {
  color: #fff;
}

.single_skill {
  float: left;
  display: block;
  width: 100%;
  text-align: center;
}

.single_skill > h4 {
  color: #ffffff;
  font-size: 20px;
}

/*--------------------*/
/* HOME COURSE SECTION */
/*--------------------*/

#ourCourses {
  background-color: #337ab7; 
  padding: 60px 0px;
  z-index: 1;
  opacity: 0.999;
}

.ourCourse_content {
}

.course_nav {
}

.course_nav li {
  display: block;
  float: left;
  margin-right: 30px;
  width: 31%;
}

.course_nav li:last-child {
  margin-right: 0px;
}

.single_course {
  background-color: #ffffff;
  border: 2px solid #efefef;
}

.singCourse_imgarea {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.singCourse_imgarea img {
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.singCourse_imgarea .mask {
  background-color: rgba(49, 59, 61, 0.6);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.singCourse_imgarea .mask, .singCourse_imgarea .content {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 16%;
}

.singCourse_imgarea:hover .mask {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.singCourse_imgarea:hover img {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.color_red{
  color: #c90000;
}

.color_blue{
  color:#10115f;
}
.course_more {
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin-top: 15%;
  padding: 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.course_more:hover,.course_more:focus {
  background-color: #fff;
  text-decoration: none;
  outline: none;
  border-radius: 4px;
}

.singCourse_content {
  padding: 10px;
}

.singCourse_content img {
  height: 100px;
  width: 150px;
  border: 2px solid #eee;
  border-radius: 3px;
  margin-left: 10px;
  padding: 2px;
  background-color: #fff;
}

.singCourse_title {
  color: #e7984c;
  text-shadow: none;
  border-bottom: 1px solid #efefef;
  font-size: 18px;
  margin-top: 10px;
  padding-bottom: 10px;
}

h3.singCourse_title {
  color: blue;
}

.singCourse_title span {
  font-weight: bold;
  font-size: 16px;
  color: #f5a04d;
    /* text-shadow: none; */;
}

.singCourse_title a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.singCourse_title a:hover {
  text-decoration: none;
  outline: none;
}

.singCourse_price {
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}

.singCourse_price > span {
  font-weight: bold;
  font-size: 18px;
}

.singCourse_author {
  border-top: 1px solid #efefef; 
  padding: 20px 10px 0;
  width: 100%;
}

.singCourse_author > img {
  float: left;
  border-radius: 50%;
  height: 40px;
  margin-bottom: 25px;
  margin-right: 15px;
  width: 40px;
}

.singCourse_author>p {
  float: left;
  color: #c0c1c1;
  font-size: 18px;
  margin-top: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.singCourse_author>p:hover {
  color: #000;
}

.course_nav .slick-prev {
  left: -37px;
  background-image: url("img/course-nav-prev.png");
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  height: 30px;
  width: 36px;
}

.course_nav .slick-next {
  background-image: url("img/course-nav-next.png");
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  height: 30px;
  width: 36px;
  right: -6px;
}

.course_nav .slick-prev, .course_nav .slick-next {
  top: 40%;
}

/*--------------------*/
/* HOME OUR TUTORS SECTION */
/*--------------------*/

#ourTutors {
  background-color: #ffffff;
  padding: 60px 0;
  width: 100%;
}

.ourTutors_content {
}

.tutors_nav {
}

.tutors_nav>li {
  display: block;
  float: left;
  margin-right: 30px;
  width: 31%;
}

.tutors_nav>li:last-child {
  margin-right: 0px;
}

.single_tutors {
  min-height: 150px;
  padding-bottom: 15px;
}

.tutors_thumb {
  border-radius: 50%;
  display: block;
  font-size: 15px;
  height: 165px;
  line-height: 165px;
  margin: 0 auto;
  padding: 15px 0 0 18px;
  text-align: center;
  width: 75%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.single_tutors:hover .tutors_thumb {
  padding: 0px;
}

.tutors_thumb > img {
  border-radius: 50%;
  height: 150px;
  width: 95%;
}

.singTutors_content {
  
  padding: 5px;
  text-align: center;
}

.tutors_name {
  font-size: 18px;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.singTutors_content>span {
  font-size: 13px;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
}

.singTutors_content > p {
  font-size: 13px;
}

.singTutors_social {
  
  padding-top: 10px;
}

.tutors_socnav {
  text-align: center;
}

.tutors_socnav li {
  display: inline-block;
}

.tutors_socnav li a {
  background-color: #fff;
  border: 1px solid #a8a8a8;
  color: #a8a8a8;
  display: inline-block;
  font-size: 14px;
  height: 26px;
  line-height: 24px;
  margin: 0 auto;
  text-align: center;
  width: 26px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.tutors_socnav li a:hover,.tutors_socnav li a:focus {
  text-decoration: none;
  outline: none;
}

.tutors_nav .slick-dots li {
  border: 2px solid #a8a8a8;
  width: 15px;
  height: 15px;
}

.tutors_nav .slick-dots li.slick-active button:before,.tutors_nav .slick-dots li button:before {
  color: #fff;
}

/*new at ksit*/

#latest_news {
  background-color: #fff; 
  z-index: 1;
  opacity: 0.999;
  padding: 60px 0px;
  margin: auto;
}

.latest_news_content {
}

.latest_news_msgbox {
    /*
 background-color: #fff;
 margin-bottom: 25px;
  */
  border: 1px solid #000;
  display: inline;
  float: left;
  border-radius: 8px;
  width: 180px;
  height: 180px;
  position: relative;
  padding: 2px;
}

.latest_news_msgbox2 {
  border: 1px solid #000;
  display: inline;
  float: left;
  width: 200px;
  height: 180px;
  position: relative;
  border-radius: 8px;
}

.latest_news_msgbox3 {
  border: 1px solid #000;
  display: inline;
  float: left;
  width: 180px;
  height: 478px;
  position: relative;
  border-radius: 8px;
}

.latest_news_msgbox4 {
  border: 1px solid #000;
  display: inline;
  float: left;
  width: 180px;
  height: 200px;
  position: relative;
  border-radius: 8px;
}

.latest_news_msgbox5 {
  border: 1px solid #000;
  display: inline;
  float: left;
  width: 500px;
  height: 200px;
  position: relative;
  border-radius: 8px;
  margin-top: 100px;
}

.latest_news_msgbox6 {
  border: 1px solid #000;
  display: inline;
  float: left;
  width: 180px;
  height: 194px;
  position: relative;
  border-radius: 8px;
  margin-top: 80px;
}

/* about slider */
#about_slider {
  z-index: 1;
  opacity: 0.999;
  padding: 0px 0px;
  background-color: #333333;
}

.about_slider_content {
}

#home_slider {
  position: relative; 
  z-index: 1;
  opacity: 0.999;
  padding: 0px 0px; 
  background-color: #333333;
}

.home_slider_content {
}

.slider_content {
  font-size: 15px;
}

#home_slider #quick_links_slider ul li a {
  display: block;
  width: 80px;
    /* height: 60px;
    line-height: 20px; */
  text-align: center;
  background: #171973;
  color: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none;
}

#home_slider .home_slider_content .carousel-indicators {
  bottom: 0px;
  right: 10px;
  width: auto;
  padding: 5px 25px 5px 25px;
  margin-left: 0;
    /* background: rgba(0,0,0,0.7); */;
}
@media screen and (min-width:400px) and (max-width:768px) {
  #home_slider .home_slider_content .carousel-indicators {
    bottom: -15px;
    right: 10px;
    width: auto;
    padding: 5px 25px 5px 25px;
    margin-left: 0;
      /* background: rgba(0,0,0,0.7); */
  }
}
#home_slider .home_slider_content .carousel-indicators li {
  border-radius: 50%;
}

.home_slider_content .carousel-caption p.slideInRight {
  width: 100%;
  background: #171973;
  opacity: 1;
  visibility: visible;
  color: #fff;
  font-size: 16px;
  padding: 5px 10px 5px 10px;
  font-weight: 600;
  animation-duration: 4s;
  animation-name: slideInLeft;
  animation-iteration-count: 1;
  /*border-radius: 30px; */
  border-style: groove;
  border-color: #fabf00;
}

.home_slider_content .carousel-caption p.slideInLeft {
  width: 100%;
  background: #171973;
  opacity: 1;
  visibility: visible;
  color: #fff;
  font-size: 16px;
  padding: 5px 10px 5px 10px;
  font-weight: 600;
  animation-duration: 4s;
  animation-name: slideInRight;
  animation-iteration-count: 1;
 /* border-radius: 30px; */
  border-style: ridge;
  border-color: #fabf00;
  line-height: 1.2 !important;
}

#home_slider .home_slider_content .carousel-caption {
  bottom: 20px;
  width: auto;
    /* right: 100px; */
    /* bottom: 60px; */
  padding: 20px;
  background: rgba(0,0,0,0.70);
    /* text-align: right; */
  height: auto;
  max-width: 100%;
}

#home_slider .home_slider_content #myCarousel .carousel-inner .item img {
  height: 500px;
}

.heading-font {
  font-family: 'Playfair Display', sans-serif !important;
}
/* main slider  */

#main_slider {
 
  padding: 0;
  margin-top: 32px;
  float: none;
}

#quick_facts {
  background-color: #333333;
  padding: 60px 0px;
}

#quick_facts_news {
  background-color: #fff; 
  opacity: 0.9;
  padding: 30px 0px;
}

.quick_facts_news{
  background-color: #faf0e6 !important;
}

#quick_facts_life {
  background-color: #1e2d49; 
 /*background: linear-gradient(270deg, #073d57, #073d57);*/
  padding: 20px 0px;
}

#quick_facts_placement {
  padding: 60px 0px;
}

#quick_facts_block {
  background: url("img/slider/Slide1.jpg");
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 60px 20px;
  background-position: 52% 50% !important;
}

#quick_facts_block  .quick_facts_content .center {
  text-align: center !important;
  font-size: 24px;
}

#quick_facts_block  .quick_facts_content p.center {
  font-size: 22px;
  text-align: center !important;
  color: #fff;
  width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 0 10px #00000059;
}

#quick_facts_block .quick_facts_content p.button {
  text-align: center;
  color: #fff !important;
  margin-top: 30px;
}

#quick_facts_block .quick_facts_content p.button a {
  text-decoration: none;
  color: #fff;
  padding: 10px;
  border: 1px solid #fff !important;
  transition: all ease-in 0.3s;
}

#quick_facts_block .quick_facts_content p.button a:hover {
  background-color: #fabf00;
  box-shadow: inset 0px 0px 1.5px rgb(0 0 0 / 84%);
  font-weight: 500;
  color:#000;
}

#quick_facts_testimonials {
  background-color: #000;
  padding: 30px 0px;
}

#quick_facts_achievers {
  padding: 30px 0px;
}

#quick_facts_achievers #quote-carousel .carousel-indicators .active {
  height: 150px;
  width: 120px;
  border-bottom-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
}

#quick_facts_achievers p {
  color: #fff;
}

#quick_facts_achievers #quote-carousel {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #337ab7;
}

#quick_facts_career {
  background-color: #333333;
  float: left;
  display: inline;
  width: 50%;
  height: 300px;
  position: fixed;
  left: 25%;
  bottom: 20%;
  opacity: 0.9;
  padding: 60px 0px;
}

#about_campus {
}

#quick_facts_classroom {
  background: url("${img_path!}/slider/classroom.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  float: left;
  display: inline;
  height: 400px;
  width: 100%;
  opacity: 0.9;
  padding: 60px 0px;
}

#quick_facts_labs {
  background: url("img/slider/labs.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
  opacity: 0.9;
  padding: 60px 0px;
}

#quick_facts_seminarhalls {
  background: url("img/slider/seminar.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
  opacity: 0.9;
  padding: 60px 0px;
}

#quick_facts_placementcell {
  background: url("img/slider/placements.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
  opacity: 0.9;
  padding: 60px 0px;
}

#quick_facts_sports {
  background: url("img/slider/sports.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
  opacity: 0.9;
  padding: 60px 0px;
}

#quick_facts_library {
  background: url("img/slider/library.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
  opacity: 0.9;
  padding: 60px 0px;
}

h1.center {
  text-align: center;
}

#quick_facts p {
  text-align: center;
}



.single_quick_facts {
  margin-left: 40%;
  text-align: center;
  color: #e05d05;
  /*border:2px solid yellow;*/;
}

.single_quick_facts:hover {
  color: #fff;
}

.single_quick_facts p {
  margin-left: -68%;
 /*color:yellow;*/;
}

.single_quick_facts p:hover {
  margin-left: -68%;
 /*color:blue;*/;
}

.quick_facts_content .placement_img {
  height: 60px;
  width: 80px;
  padding: 10px;
   /* margin-top: -15px;
    margin-left: -17px;
  background:url("img\facilities.png");*/;
}

.quick_facts_placement {
  
  margin-bottom: 25px;
 /* padding: 13px;
  width: 80px;
  height:80px;*/
  position: relative;
}

.quick_facts_placement .placement_img {
  height: 80px;
  width: 80px;
   /* margin-top: -15px;
    margin-left: -17px;
  background:url("img\facilities.png");*/;
}

.quick_facts_msgbox {
    /*border: 1px solid #fff;
 background-color: #fff;
 
  border-radius: 8px;*/
  /* display: inline;
  float: left; */
  margin-bottom: 2px;
  padding: 20px;
  width: 80px;
  /* height: 80px; */
  position: relative;
  transition: all ease-in 0.3s;
}

.quick_facts_msgbox .msgbox_img1 {
  height: 100px;
  width: 100px;
  margin-top: -15px;
  margin-left: -35px;
  transition: all ease-in 0.3s;
  /*background:url("img\facilities.png");*/;
}

.quick_facts_msgbox:hover .msgbox_img1 {
  display: none;
  height: 100px;
  width: 100px;
  margin-top: -15px;
  margin-left: -35px;
  transition: all ease-in 0.3s;
}
@media screen and (max-width:768px) {
  .navbar-nav {
    position: relative;
    float: left;
    margin: 0;
    background:linear-gradient(90deg, #171973, #08094a);
    width: 100%;
    padding: 1px;
    margin-bottom: 2px;
    margin-top: 2px;
  }
  .navbar-default {
    background: #08094a;
    border-color: transparent;
    margin-bottom: 20px;
  }
  .navbar-collapse{
    border: none;
  }
  .quick_facts_msgbox:hover .msgbox_img1 {
    height: 100px;
    width: 100px;
    margin-top: -15px;
    margin-left: -20px;
    transition: all ease-in 0.3s;
    /*background:url("img\facilities.png");*/;
  }
  .quick_facts_msgbox:hover .msgbox_img1 {
    display: none;
    height: 100px;
    width: 100px;
    margin-top: -15px;
    margin-left: -20px;
    transition: all ease-in 0.3s;
  }
}
.quick_facts_msgbox .msgbox_img2 {
  display: none;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  margin-top: -15px;
  margin-left: -35px;
  border: 3px solid rgba(255, 255, 255, 0.841);
  transition: all ease-in 3s;
  animation: border-blink infinite 3s;
}
@keyframes border-blink {
  0%{ border: 3px solid rgba(253, 159, 76, 0.225);box-shadow: 3px 3px 0.5px rgb(13, 12, 12);}
  50%{ border: 3px solid rgb(255, 255, 255); transform: scale(1.1); box-shadow: 0px 0px 15px rgba(253, 159, 76, 0.457);}
  100%{ border: 3px solid rgb(253, 160, 76, 0.225);box-shadow: 3px 3px 0.5px rgb(13, 12, 12);}
}
.quick_facts_msgbox:hover .msgbox_img2 {
  display: block;
  height: 100px;
  width: 100px;
  margin-top: -15px;
  margin-left: -35px;
  transition: all ease-in 0.3s;
}
@media screen and (max-width:768px) {
  .quick_facts_msgbox:hover .msgbox_img2 {
    display: none;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin-top: -15px;
    margin-left: -20px;
    transition: all ease-in 0.3s;
    /*background:url("img\facilities.png");*/
  }
  .quick_facts_msgbox:hover .msgbox_img2 {
    display: block;
    height: 100px;
    width: 100px;
    margin-top: -15px;
    margin-left: -35px;
    transition: all ease-in 0.3s;
  }
}
.quick_facts_msgbox:hover {
  /*background-color: green;*/
}

.quick_facts_msgbox:after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  /*bottom: -15px;*/
  content: "";
  height: 0;
  left: 46%;
  position: absolute;
  width: 0;
}

.quick_facts_img {
  border: 5px solid #dbe2e9;
  border-radius: 50%;
  height: 100px;
  width: 100px;
}

.quick_facts_content {
  margin-left:0;
  margin-right:0;
  border-radius:30px;
  
}

/*--------------------*/
/* HOME STUDENTS TESTIMONIAL SECTION */
/*--------------------*/

#studentsTestimonial {
  background-color: #3c763d;
  opacity: 0.999;
  padding: 60px 0px;
}

#studentsTestimonial h3 {
  text-align: center;
}

.studentsTestimonial_content {
 
}

.single_stsTestimonial {
  
  text-align: center;
}

.stsTestimonial_msgbox {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
 
  margin-bottom: 25px;
  padding: 13px;
  height: 170px;
  position: relative;
}

.stsTestimonial_msgbox:after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  bottom: -15px;
  content: "";
  height: 0;
  left: 46%;
  position: absolute;
  width: 0;
}

.stsTesti_img {
  border: 5px solid #dbe2e9;
  border-radius: 50%;
  height: 90px;
  width: 90px;
}

.stsTestimonial_content { 
}

/*  Virtual Tour  */

#virtual_tour {
  background: radial-gradient(circle,#55dd57, #3c763d);
  padding: 50px 1px 60px 1px;
}

.virtual_tour_content {
}

/* youtube link */
#youtube_section {
  background-color: #3c763d;
  opacity: 0.9;
  padding: 40px;
}

/*--------------------*/
/* FOOTER SECTION */
/*--------------------*/

#footer { 
  opacity: 0.999;
}
#footer-icons {
  color:#636363;
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.495);
}
/*counter-css*/
.head {
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  color:#fff;
}

.count {
  font-size: 15px;
  text-shadow: 1px 1px 5px #002861;
  text-align: center;
  color:#78adc9;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.counter {
  width:100%;
  height: 50px;
  padding: 2px;
  background: radial-gradient(circle, #212526 0%, #1e2223 40%) !important;
  z-index: 999;
  width: 100%;
}

#footer-icon-counter{
  font-size: 18px;
  color: gray;
  animation: color-change infinite 4s;
  transition: all ease 1s;
  text-shadow: 0px 0px 4px #003580;
}
@keyframes color-change {
  from{color:#78adc9;transform: scale(1.01);}
  to{color:gray;}
}
/*counter-css*/
.footer_top { 
  background-color: #1e2223;
  padding: 32px 0px;
}

.single_footer_widget {
  padding: 0 2px;
}
@media screen and (max-width:768px) {
  .single_footer_widget {
    padding: 0 7px;
  }
}
.single_footer_widget p {
  color: #fff;
}

.single_footer_widget a {
  display: block;
  color: #ffffff;
}

.single_footer_widget > h3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.single_footer_widget>p {
  color: #fff;
}

.footer_widget_nav li a {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 3px;
  display: block;
  line-height: 1.5;
  transition: all ease-in 0.1s;
}

.footer_widget_nav li a:hover {
  color: #faba00;
  text-decoration: none;
}

.footer_social li a {
  color: #fff; 
  font-size: 22px;
  padding: 0 10px;
}

.footer_social li a:hover {
  color: #faba00;
  transform: scale(1.03);
}

.footer_social li a i {
	 margin-top: 10px;
   text-shadow: 1px 1px 0 #818181;
}

.footer_widget_nav>li{
  padding-left: 11px;
}

.footer_bottom {
  background-color: #2c3233;
  /*background: radial-gradient(circle, #ab1007 30%, #171973) !important; */
  padding: 10px 0px;
}

.footer_bootomLeft {
  font-weight: 300;
}

.footer_bootomLeft>p,.footer_bootomRight>p {
  margin-bottom: 0px;
}

.footer_bootomRight {
  font-weight: 300;
}

.footer_bootomRight a {
  color: #fabf00;
  font-weight: 500;
}

.footer_bootomRight a.link_color {
  color: #1e2223;
}

/*--------------------*/
/* COURSE ARCHIVE PAGE */
/*--------------------*/

#imgBanner_cse {
  background-image: url("img/banner/cse.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline;
  float: left;
  height: 600px;
  margin-top: 12%;
  padding: 118px 0;
  text-align: center;
  width: 100%;
}

#imgBanner_ece {
  background-image: url("img/banner/ece.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline;
  float: left;
  height: 600px;
  margin-top: 12%;
  padding: 118px 0;
  text-align: center;
  width: 100%;
}

#imgBanner_mech {
  background-image: url("img/banner/me.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline;
  float: left;
  height: 600px;
  margin-top: 12%;
  padding: 118px 0;
  text-align: center;
  width: 100%;
}

#imgBanner_tele {
  background-image: url("img/banner/tc.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline;
  float: left;
  height: 600px;
  margin-top: 12%;
  padding: 118px 0;
  text-align: center;
  width: 100%;
}

#imgBanner h1 {
  color: #fff;
  font-size: 40px;
  padding: 15px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  animation-duration: 4s;
  animation-delay: 5s;
  animation-name: slideInRight;
  animation-iteration-count: infinite;
}

#imgBanner .imgBanner_content_slide1 {
  visibility: visible;
  color: #fff;
  font-size: 35px;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  animation-duration: 4s;
  animation-delay: 2s;
  animation-name: slideInLeft;
  animation-iteration-count: infinite;
}

#imgBanner .imgBanner_content_slide2 {
  color: #fff;
  font-size: 35px;
  padding: 15px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  animation-duration: 4s;
  /*animation-delay: 8s;*/
  animation-name: slideInRight;
  animation-iteration-count: infinite;
}


/*#imgBanner .imgBanner_content_slide3{
  color: #fff;
  font-size: 35px;
  padding:15px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  animation-duration:4s;
  animation-delay: 10s;
  animation-name: slideInLeft;
  animation-iteration-count: infinite;
}*/



#courseArchive {
  width: 100%;
  color: white;
  /*background-color: #f6f6f6;
  padding: 60px 0px;*/
  padding: 10px 0px 5px 0px;
  height: auto;
  /*min-height: 500px;*/;
}

#courseArchive img.img-responsive {
	height: 270px;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}

#courseArchive .image_caption {
	width: 250px;
    margin-left: auto;
    margin-right: auto;
    color:#000;
}


#courseArchive h3.course_heading>span {
  color: #fff;
}

.course_content {
  font-weight: bold;
  color: #085163;
}

#courseArchive_placement {
  
  background-color: #fefefe;
  padding: 15px 0px;
  height: auto;
  /*min-height: 500px;*/;
}

#courseArchive_library {

  background-color: #f6f6f6;
  padding: 60px 0px;
  height: auto;
  /*min-height: 500px;*/;
}

#courseArchive_admin {
 
  background-color: #fff;
  padding: 60px 0px;
  height: auto;
  /*min-height: 500px;*/;
}

#courseArchive_admin h1 {
  font-size: 26px;
  font-weight: bold;
}

#courseArchive_admin p {
  text-align: justify;
  color: #000000;
  width: 100%;
  font-weight: normal;
}

h3.blog_title {
	color: #171973;
}
h4.blog_title {
	color: #ff0000;
}

.courseArchive_content {
  float: left;
  display: inline;
  width: 100%;
}

.courseArchive_content {
  /*margin-left:9px;*/
  color: white;
  font-weight: 500;
  background-color: #fefefe;
  border: 1px solid transparent;
  border-radius: 10px;
}

.courseArchive_content a {
  margin-left: 1px;
  color: #f5a04d;
}

.courseArchive_content a:hover {
  color: #ff8813;
  text-shadow: 1px 1px 1px #eee;
}

.courseArchive_content .single_course {
  margin-bottom: 30px;
  padding: 5px;
  background:linear-gradient(135deg, #fff,#fbfbfb 75%, #fff 25%,#fbfbfb);
  transition: all ease-in 0.3s;
}

.courseArchive_content .single_course:hover {
  box-shadow: 1px 1px 2px #f0f0f0,  -1px -1px 2px #f0f0f0;
  transform: scale(1.01);
  transition: box-shadow 0.3s ease-in, transform 0.1s ease-in;
  background:linear-gradient(135deg, #fff,#fbfbfb 65%, #fff 35%,#fbfbfb);
}

.pagination li a {
  -webkit-transition: all 0.5s;
  -mz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pagination li a:hover,.pagination li a:focus {
  color: #fff;
}

.courseArchive_sidebar {
  background-color: #fff;
 
  padding: 12px;
  height: auto;
  min-height: 360px;
  box-shadow: 2px 3px #f5a04d;
  border-bottom: 3px solid #78adc9;
}

.single_sidebar {
  
  max-height: 317px;
  /*height: 317px;
  box-shadow: 2px 3px #78adc9;*/
  margin-bottom: 15px;
  overflow: hidden;
}

.single_sidebar img {
  height: 200px;
  width: 100%;
}

.single_sidebar .media-left {
  width: 15%;
}

.media, .media-body {
  overflow: hidden;
  zoom: 1;
  text-align: justify;
}

.single_sidebar > h2 {
  color: #fff;
  font-size: 23px;
  padding: 0 5px;
  margin-bottom: 15px;
}

.single_sidebar > h2 span {
  font-size: 24px;
}

.single_sidebar .news_tab .media-body > a {
  color: #f5a04d;
  margin-top: 0;
  font-size: 12px;
}

.single_sidebar > ul > li>a {
  display: block;
  font-size: 13px;
  font-weight: 600;
  padding: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.single_sidebar > ul > li>a:hover,.single_sidebar > ul > li>a:focus {
  text-decoration: none;
  outline: none;
}

/*--------------------*/
/* COURSE SINGLE PAGE */
/*--------------------*/

.singlecourse_ferimg_area {
  float: left;
  display: inline;
  width: 100%;
  background-color: #ffffff;
}

.singlecourse_ferimg {
  
}

.singlecourse_ferimg > img {
  max-height: 350px;
  width: 100%;
}

.singlecourse_bottom {
 
  padding: 15px;
 
}

.singlecourse_bottom > h2 {
  display: inline-block;
  float: left;
  font-size: 18px;
  margin-right: 20px;
  padding-bottom: 0px;
}

.singlecourse_author {
  float: left;
  display: inline-block;
  color: #c0c1c1;
  font-size: 15px;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.singlecourse_author:hover {
  color: #000;
}

.singlecourse_author img {
  border-radius: 50%;
  height: 40px;
  /*margin-bottom: 25px;*/
  margin-right: 15px;
  width: 40px;
}

.singlecourse_price {
  display: inline-block;
  float: right;
  font-size: 25px;
  margin-top: 4px;
}

.single_course_content {
  margin-top: 35px;
}

.single_course_content > h2 {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.single_course_content > p {
  font-size: 15px;
  line-height: 1.9em;
}

.course_table {
  margin-top: 50px;
  color: #000;
  background-color: #fff;
  width: 80%;
}

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
	/*text-align:center;*/
  font-size: 13px;
}
#transport_amount_top{
  color:#f5a04d;
  display: table-cell;
  border-top: 1px solid #c5c5c5;
  border-bottom: none;
}
#transport_amount_bottom{
  color:#f5a04d;
  display: table-cell;
  border-bottom: 1px solid #c5c5c5;
  border-top: none;
}
#transport_amounts{
  color:#f5a04d;
  display: table;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  border: none;
  border-top: none;
  border-bottom: none;
}
.course_table thead {
  color: #fff;
}

.course_table thead>tr>th {
  color: #ffffff;
  font-weight: bold;
  background-color: #c90000 !important;
    /* text-transform: uppercase; */;
}

.course_table tr td {
	/*font-weight:bold;*/
}

.related_course {
  
  margin-top: 30px;
}

.related_course > h2 {
  background-color: #ffffff;
  font-size: 25px;
  margin-bottom: 20px;
  padding: 5px;
  text-transform: uppercase;
}

/*--------------------*/
/* BLOG PAGE */
/*--------------------*/

.single_blog_archive {
  background-color: #fff;
 
  margin-bottom: 30px;
  padding-bottom: 15px;
  
  border: 2px solid #f5a04d;
}

.blogimg_container {
  width: 100%;
  overflow: hidden;
  margin-bottom: 8px;
}

.blog_img img {
  height: 305px;
    /*border: 2px solid #f5a04d;*/
  width: 100%;
  -webkit-transition: all 1s ease;
 /* Safari and Chrome */
  -moz-transition: all 1s ease;
 /* Firefox */
  -ms-transition: all 1s ease;
 /* IE 9 */
  -o-transition: all 1s ease;
 /* Opera */
  transition: all 1s ease;
  transform: translate3d(0px, 0px, 0px);
}

.blog_img:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
 /* Safari and Chrome */
  -moz-transform: scale(1.1);
 /* Firefox */
  -ms-transform: scale(1.1);
 /* IE 9 */
  -o-transform: scale(1.1);
 /* Opera */
  transform: scale(1.1);
}

.blog_title {
  font-size: 18px;
  text-align: center;
  display: block;
  margin-bottom: 7px;
  margin-top: 20px;
  text-transform: uppercase;
  padding: 0 0px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog_title.left {
  text-align: left;
}

.blog_title a:hover {
  text-decoration: none;
  outline: none;
}

.blog_commentbox {
 
  padding: 0px 15px;
}

.blog_commentbox > p {
  color: #888;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  margin-right: 5px;
  border-right: 2px solid #ccc;
  padding-right: 5px;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog_commentbox :last-child {
  border-right: none;
}

.blog_commentbox > p i {
  margin-right: 5px;
}

.blog_commentbox>a {
  color: #888;
  font-size: 15px;
  font-weight: normal;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog_commentbox>a i {
  margin-right: 5px;
}

.blog_summary {
  color: #9b9b9b;
  line-height: 18px;
  margin: 10px 5px 10px 0;
  padding: 0 15px;
}

.blog_readmore {
  position: relative;
  display: inline-block;
  margin: 15px 25px;
  outline: none;
  color: #9b9b9b;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(255,255,255,0.3);
  font-size: 15px;
  float: right;
}

.blog_readmore:hover,.blog_readmore:focus {
  text-decoration: none;
  outline: none;
}

.blog_readmore::before,
.blog_readmore::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}

.blog_readmore::before {
  margin-right: 10px;
  content: '[';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}

.blog_readmore::after {
  margin-left: 10px;
  content: ']';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}

.blog_readmore:hover::before,
.blog_readmore:hover::after,
.blog_readmore:focus::before,
.blog_readmore:focus::after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}

.tags_nav li {
  display: inline-block;
}

.tags_nav li a {
  display: inline-block;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  color: #666;
}

.tags_nav li a:hover,.tags_nav li a:focus {
  color: #ffffff !important;
}

.tags_nav li a>i {
  margin-right: 5px;
}

.single_blog {
  
}

.single_blog .blog_title {
  padding-left: 0px;
}

.single_blog .blog_commentbox {
  padding-left: 0px;
}

.single_blog p {
  line-height: 25px;
  font-size: 13px;
  text-align: justify;
  color: #808080;
}

.single_blog blockquote {
  border-left: none;
  text-align: justify;
}

.single_blog blockquote>span {
  font-size: 25px;
}

.single_blog ul li {
  line-height: 25px;
  text-align: justify;
}

.single_blog ul li > span {
  margin-right: 5px;
}

.single_blog_prevnext {
 
  margin-top: 40px;
 
}

.prev_post {
  display: inline-block;
  float: left;
  padding: 8px 16px;
  color: #ccc;
  border: 2px solid #ccc;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.prev_post:hover {
  text-decoration: none;
  outline: none;
}

.prev_post>i {
  font-size: 20px;
  margin-right: 5px;
}

.next_post {
  display: inline-block;
  float: right;
  padding: 8px 16px;
  color: #ccc;
  border: 2px solid #ccc;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.next_post:hover {
  text-decoration: none;
  outline: none;
}

.next_post>i {
  font-size: 20px;
  margin-left: 5px;
}

.related_post {
  
  margin-top: 40px;
}

.related_post > h2 {
  background-color: #fff;
  border-left: 5px solid;
  font-size: 25px;
  margin-bottom: 20px;
  padding: 10px;
}

/*--------------------*/
/* EVENTS */
/*--------------------*/

.events_slider_area {
  
}

.events_slider {
  
}

.events_slider .slick-prev {
  background-image: url("img/nav-prev.png");
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  background-position: center;
}

.events_slider .slick-next {
  background-image: url("img/nav-next.png");
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  background-position: center;
}

.events_slider .slick-prev,.events_slider .slick-next {
  height: 45px;
}

.events_slider .slick-slide img {
  display: block;
  width: 100%;
}

/*--------------------*/
/* GALLERY */
/*--------------------*/

#gallery {
  background-color: #ffffff;
/*   margin-top: 10%; */
  padding: 60px 0;
}

.gallery_area {
  width: 100%;
}

.gallery_area a {
  display: inline-block;
  height: 200px;
 	/*margin: 0 9px 18px; */
  width: 33%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.gallery_area a>img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.gallery_area a:hover .gallery_img {
  transform: scale(2.2);
}

.view_btn {
  display: none;
  left: -100%;
  font-size: 12px !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.gallery_area a:hover .view_btn {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-shadow: 0 0 20px rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 600;
  height: 100%;
  left: 0;
  padding-top: 93px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.tos-caption-0 {
  font-size: 22px;
}

/*  alumni form */

#alumni {
 
  margin-top: 0%;
  background-color: #f6f6f6;
  padding: 60px 0;
}

.table-striped {
  width: 100% !important;
  margin-bottom: 50px;
  margin-top: 5px;
}

.courseArchive_content h6 {
  font-size: 15px;
  text-align: left;
}

.table_alumni {
  font-size: 12px;
  width: auto;
}

.alumni_form {
 
}
.mb-20{
  margin-bottom:20px;
}
.alumni_list_members {
  height: 300px;
  overflow: auto;
}

/* alumni form*/


/*--------------------*/
/* CONTACT */
/*--------------------*/

#contact {
  margin-top: 5px !important;
  background-color: #fefefe;
  padding: 0px 0;
}

#contact .titile, #contact h3{
	color: #171973;
}
#contact h2 {
	color: #ff0000;
} 

.contact_form {
 
}

.career_form {
  
}

.wp-form-control {
    color: #000; 
}

.wp-form-control {
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  display: inline;
  /*float: left;*/
  margin-bottom: 20px;
  padding: 10px 12px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.wpcf7-text {
  height: 45px;
}

.wpcf7-email {
  height: 45px;
}

.wpcf7-file {
  height: 45px;
  background-color: #fff;
}

.wpcf7-textarea {
  height: 200px;
  padding: 15px;
}

.wpcf7-submit {
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 4px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.contact_address {
 
}

.contact_address>h3 {
  margin-top: 0px;
}

.address_group {
  
  margin-bottom: 30px;
}

.address_group .footer_social li a {
  color: #171973;
  box-shadow: none;
}

#googleMap {
  
  margin-bottom: -6px;
}

/*--------------------*/
/* 404 page */
/*--------------------*/

#errorpage {
 
  padding: 60px 0;
}

.error_page_content {
 
  text-align: center;
 
}

.error_page_content h1 {
  display: inline-block;
  font-size: 300px;
  font-weight: 400;
  position: relative;
  vertical-align: middle;
}

.error_page_content h1:after, .error_page_content h1:before {
  background: none repeat scroll 0 0 #fff;
  content: "";
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -mz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 20px;
}

.error_page_content h1:after {
  right: -60px;
}

.error_page_content h1:before {
  left: -60px;
}

.error_page_content h2 {
  color: #c1c0b4;
  font-size: 60px;
  font-weight: 400;
}

.error_page_content h3 {
  font-size: 24px;
  margin-top: 35px;
}

.error_page_content p {
  font-size: 23px;
  line-height: 31px;
  margin: 36px auto 0;
  max-width: 630px;
  padding: 9px 0 8px;
  position: relative;
}

.error_page_content p:before {
  content: "";
  left: 0;
  position: absolute;
  top: 1px;
  width: 100%;
}

.error_page_content p:after {
  bottom: 1px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.error_page_content p>a {
  color: #798992;
  text-decoration: none;
}



/*THEME STYLE SWITCHER*/

.theme_style_switcher {
  background-color: rgba(0, 0, 0, 0.75);
  border-bottom-right-radius: 4px;
  height: auto;
  left: -250px;
  padding: 15px;
  position: fixed;
  top: 140px;
  width: 250px;
  z-index: 1000;
  text-align: center;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

.theme_style_switcher a {
  display: inline-block;
  float: none;
  height: 40px;
  margin: 5px;
  width: 40px;
}

.theme_style_switcher > h4 {
  color: #fff;
  padding: 15px 10px;
  text-transform: uppercase;
}

.style-switch-button {
  background-color: rgba(0, 0, 0, 0.75);
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
  height: 50px;
  left: 250px;
  text-align: left;
  position: absolute;
  top: 50px;
  width: 50px;
  z-index: 1000;
}

.style-switch-active {
  left: 0;
}

.style-switch-button i {
  color: #fff;
  font-size: 20px;
  left: 15px;
  line-height: 1;
  position: relative;
  top: 15px;
}

#default {
  background-color: #78adc9;
}

#yellow {
  background-color: #ffd133;
}

#red {
  background-color: #ee4532;
}

#bridge {
  background-color: #a5d549;
}

#green {
  background-color: #3fc35f;
}

#liteBlue {
  background-color: #37c6f5;
}

#orange {
  background-color: #ff871c;
}

#pink {
  background-color: #ff2851;
}

#darkRed {
  background-color: #970001;
}

#purple {
  background-color: #c762cb;
}

/* custom CSS */

#header-responsible {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    flex-wrap: wrap;
    gap: 40px;
}

/* Left Group */
.header-left {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 0 0 auto;
}

#sangamlogo, #leftlogo {
    height: 105px;
    width: auto;
    margin: 0 !important;
    float: none !important;
    display: block;
}

/* Center Text Group */
.header-center {
    flex: 0 1 auto;
    text-align: center;
    padding: 0 20px;
}

.headertext {
     display: block;
     margin: 0;
     text-align: center;
}

.headertext .head_name {
    font-size: 16px;
    color: #ff0000;
    margin: 5px 0;
    line-height: 1.2;
}

.headertext .head_address span {
    font-size: 24px;
    font-weight: 900;
    color: #171973;
    display: block;
    margin: 5px 0;
}

.headertext .head_text {
    font-size: 13px;
    color: #333;
    font-weight: 600;
    margin: 2px 0;
}

/* Right Group */
.header-right {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#rightlogo {
    height: 105px;
    width: auto;
    margin: 0 !important;
    float: none !important;
    opacity: 1;
}

.headergap { margin: 0; }

/* Responsive Adjustments */
@media screen and (max-width: 992px) {
    #header-responsible {
        /* text-align: center; Removed to maintain row alignment context */
        gap: 0;
    }

    .headertext .head_address span {
        font-size: 20px;
    }
    
    #sangamlogo, #leftlogo, #rightlogo {
        height: 70px;
    }
}

.logoText {
  color: #FFF;
  padding: 20px;
  font-size: 21px;
  display: none;
}

.navbar-header {
  width: 100%;
  height: auto;
}

#slider #slides {
  top: 90px;
}

.menu_area .container {
  margin: 0;
  width: 100%;
  padding: 0;
}

/*================
teacher area css
===================*/

.single_teacher_item img {
  border: none;
  height: 200px;
  width: 180px;
}

.teacher_area {
  background: rgb(247, 247, 247) none repeat scroll 0 0;
}

.teacher_area a {
  color: #fff;
  font-size: 10px;
  /*margin-left:69%;*/;
}

.single_teacher_item {
  width: 220px;
  margin: auto;
  position: relative;
  padding: 20px;
}

.teacher_thumb {
  position: relative;
  line-height: 0px;
}

.teacher_thumb img {
  border: 3px solid #f5a04d;
}

.teacher_thumb::before {
  box-shadow: 0 -200px 200px -100px rgba(69, 69, 69, 0.75) inset;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}

.thumb_text > h2 {
  color: #fff;
  font-size: 12px;
}

.thumb_text {
  bottom: 0;
  padding: 0 20px;
  padding-bottom: 7px;
  position: absolute;
  color: #fff;
  width: 100%;
}

.thumb_text h3 {
  font-size: 20px;
  padding-bottom: 5px;
}

.teacher_content {
  background: rgb(245, 160, 77) none repeat scroll 0 0;
  color: #fff;
  opacity: 0;
  padding: 0px 28px;
  /*text-align: center;*/
  z-index: 2;
  height: 100%;
  position: absolute;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  width: 100%;
  left: 0;
  top: 0px;
}

.teacher_content h2 {
  font-size: 14px;
  color: #fff;
}

.teacher_content > p {
  font-size: 10px;
  margin-top: 10px;
}

.social_icons {
}

.social_icons a {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  height: 37px;
  line-height: 37px;
  width: 37px;
  margin-top: 10px;
  text-align: center;
}

.social_icons a i {
}

.fb {
  background: #3B5998;
}

.tw {
  background: #00ACED;
}

.go {
  background: #DD4B39;
}

.lin {
  background: #0177B5;
}

.yt {
  background: #ff0000;
}

.insta {
	background: #de059c;	
}

.pin:hover {
  background: #CB2027;
}

.single_teacher_item:hover .teacher_content {
  box-shadow: 0 45px 100px rgba(14, 21, 47, 0.4), 0 16px 40px rgba(14, 21, 47, 0.4);
  opacity: 1;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  opacity: 1;
}

.home-2 .teacher_content {
  padding: 8px;
  font-weight: bold;
  text-align: left;
}

.media .media-object {
  height: 80px;
  width: 80px;
}

/*p{text-align:justify;}

.headertext p{text-align:center;margin-bottom:1%;margin-top:-1%;}*/

.stsTestimonial_msgbox p {
  text-align: justify;
  font-size: 12px;
}

.LargeImg {
  width: 400px;
  height: 250px;
}

.headertext .head_name {
  font-size: 16px;
  color: #aa2222;
  margin: 10px 0 0 0;
}

.headertext .head_name span {
  font-size: 23px;
  color: #ff0000;
}

.headertext .head_address span {
  letter-spacing: 4px;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  color: #0c2b5a;
}

.headertext .head_text {
  font-size: 13px;
  color: #333;
  font-weight: 600;
}

#courseArchive h3 {
  padding-left: 0px;
}

.blog_content {
  font-size: 12px;
}

/* KSIT QUICK FACTS  */

#alumni {
  /*margin-top:12%;*/
}

.iframe_links {
  background-color: #f5a04d;
  margin-left: 6px;
  width: 100%;
}

.iframe_links > a {
  padding: 9px 9px;
  color: #fff;
}

.iframe_links > a:hover {
  color: #171973;
}

td.col_eresource {
  width: 25%;
}

td.col_eresource img.eresource_logo {
  height: 70px;
  width: auto;
}
.admissions-link{
  padding: 10px 20px 20px 10px;
  border: 2px solid #faba00;
  border-radius: 0px 0px 0px 0px;
  border-bottom: none;
  background-color: #aa2222 !important;
 /* background: radial-gradient(circle,#c61e1e,#a72323);
  box-shadow: 1.5px 0px 2px #00000040, -1.5px -1px 2px #00000040 !important;
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.632);*/
  font-size: 14px;
  font-weight: 700;
  transition: all 1s ease-in;
  color: #faba00 !important;
 /* animation: color-change-border 4.3s infinite; */
  overflow: hidden;
}
@keyframes color-change-border {
  from{text-shadow: 0.5px 0.5px 0.5px #ffe1002d;}
  to{text-shadow: 0.5px 0.5px 1px #000;}
}
.color-red{
  color:#c91318;
}
.color-blue{
  color:#1e2d49;
}
.admissions-fixed{
  display: block !important;
  position: fixed;
  top:260px;
  right: -85px;
  transform: rotateZ(270deg) !important;
  transition: all 1s ease-in-out;
  z-index: 1;
  animation: ease-fade 0.3s alternate;
  opacity: 1;
}
@keyframes ease-fade {
  from{opacity: 0.5;}
  to{opacity: 1;}  
}
.admissions-link:hover{
 z-index: 999;
 background-color: #fac213;
 color: #000 !important;
}
#admissions_open{
  display: none;
}

.text-blue{
  color:#002861;
}

.img-ksrif {
  width: 40% !important;
  height: auto !important;
}


/* .icons-fixed{
  display: block;
  /* position: fixed !important;
  top:135px !important; */
  /* transition: all ease 0.2s !important;
  box-shadow: 1px 1px 0px #00000054 !important;
} */

#home_slider #media_icons {
  position: absolute;
  top: 21%;
  left: 0;
  z-index: 999;
  transition: all ease 0.1s;
  box-shadow: 1px 1px 0px #00000054 !important;
}

#home_slider #media_icons ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

#home_slider #media_icons ul li a:hover {
  color: #fff;
}

#home_slider #media_icons ul li a:hover i {
  transform: scale(1.3);
  transition: 0.5s;
}

#home_slider #quick_links_slider {
  z-index: 2;
  position: absolute;
  top: 50px;
  right: 0;
}

#home_slider #quick_links_slider ul li {
 /* border-top: 0.5px solid #f5a04d;
  border-bottom: 0.5px solid #f5a04d;
  border-left: 0.5px solid #f5a04d;*/
  border: 1px solid #faca00;
}

@media screen and (max-width:961px) {
  #home_slider #quick_links_slider ul li a {
    font-size: 11px;
    display: block;
    width: 70px;
      /* height: 60px;
      line-height: 20px; */
    text-align: center;
    background: #171973;
    color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
    text-decoration: none;
  }
  #home_slider #quick_links_slider {
  z-index: 2;
  position: absolute;
  top: 50px;
  right: 0;
  }
  .headertext .head_name {
    font-size: 16px;
    margin: 0px;
  }
}
#home_slider #quick_links_slider ul li a:hover {
  background: #fabf00;
  color:#000;
  font-weight: 600;
  box-shadow: inset 0px 0px 1.5px rgb(0 0 0 / 84%);
}

/* marquee */
.marquee,
            .marquee-with-options,
            .marquee-vert-before,
            .marquee-vert {
  width: 100%;
  overflow: hidden;
  padding: 1px;
}

.marquee_list {
  list-style-type: square;
  color: #f5a04d;
            	/* list-style-position:inside; */
  padding: 0 0 0 20px;
  margin-bottom: 10px;
}

.marquee_list_head {
  color: #fff47c;
  text-shadow: 1px 1px 1px #464646;
  font-weight: 600;
  text-align: start;
}

.marquee_list a {
  color:#fff;
  margin-left: 0 !important;
}
           
  /* marquee */
  
#vertical-tabs .tab-pane h2 {
	font-size: 20px;
	color: red;
}
  
#vertical-tabs .tab-pane h4 {
	color: red;
}

section.padding {
	padding:20px;
}

#myFeedbackModal p {
	color: black;
}

#myFeedbackModal input,select, textarea {
	border: 2px solid #e0e0e0;
}

#profile img {
	height: 350px;
}

.vertical-tab .qualification_info h3.qual-text, .vertical-tab .qualification_info h4.qual-text{
		text-align: center;
		margin: 15px 0;
}

#events img  {
	width: 100%;
	height: 300px;
}
 
 .hod-img {
 	height: 350px;
 }

 .home-img {
  width: 100%;
 /* margin-left: 70px; */
  border: solid #1e2d49;
}

.bg-light {
  background-color: #f7f5e3;
}
 
 #vertical-tabs #facilities img,
 #vertical-tabs #achievers img  {    
  	height: 325px !important;
  }

#vertical-tabs img.img-responsive {
	height: 325px !important;
}
@media screen and (max-width:768px) {
  #vertical-tabs img.img-responsive {
    height: 290px !important;
  }
}
#testimonials #carousel-example-generic .carousel-inner img {
	height: 100px !important;
}
.slider-caption .caption h3{
	
}

.slider-caption .caption p.titles{
	color: white !important;
}

#home_slider #quick_links_slider ul li a {
  display: block;
  width: 120px;
    /* height: 60px;
    line-height: 20px; */
  text-align: center;
  background: #1e2d49;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  font-size: 14px;
}
@media only screen and (max-width: 1254px) {
  #leftlogo {
    height: 130px;
    width: 130px;
    margin-left: -75%;
    margin-top: -130px;
  }
}
@media only screen and (max-width: 1200px) {
  #home_slider #quick_links_slider ul li a {
    font-size: 12px;
    display: block;
    width: 80px;
      /* height: 60px;
      line-height: 20px; */
    text-align: center;
    background: #171973;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
  }
  #rightlogo {
    height: 95px;
    /* width: 80px; */
    /* margin-right: 4%; */
    margin-top: -100px;
    opacity: 0.9;
    float: right;
  }

  #leftlogo {
    height: 130px;
    width: 130px;
    margin-left: -76%;
    margin-top: -130px;
  }
  #sangamlogo {
    display:none;
  }

  .table_alumni {
    font-size: 12px;
    width: auto;
  }

  
  /* .main p {
    margin-left: 160px;
  } */

  .main .news {
    /* margin-left: 285px; */
    width: 52%;
  }
  
  /*.logoImage {
    margin-top:-81px;
  }*/
  
  #main_slider {
    margin-top: 64px;
  }

  #about_slider {
  }

  #home_slider {
  }

  #home_slider .home_slider_content #myCarousel .carousel-inner .item img {
    height: 400px;
  }

  #courseArchive_admin {
  }

  #courseArchive_placement {
  }

  #courseArchive {
  }

  #aboutUs_course {
  }

  #courseArchive_library {
  }

  #gallery {
  }

  #contact {
    width: 100%;
  }

  #alumni {
  }

  #about_slider .about_slider_content .carousel-inner .item img {
    width: 100%;
    height: 330px;
  }

  .blog_img img {
    height: 300px;
  }
  #home_slider #quick_links_slider {
    z-index: 2;
    position: absolute;
    top: 20px;
    right: 0;
  }
}
@media screen and (max-width:1167px) {
  #rightlogo {
    display: none;
  }
}
@media only screen and (max-width: 978px) {
  
  #rightlogo {
    height: 75px;
    width: 75px;
    margin-left: 75%;
    margin-right: 0%;
    margin-top: -97px;
  }

  #leftlogo {
    height: 130px;
    width: 130px;
    margin-left: -85%;
    margin-top: -130px;
  }

  .table_alumni {
    font-size: 10px;
    width: auto;
  }

  .main .news {
    /* margin-left: 285px; */
    width: 50%;
  }

  .main a {
    font-size: 15px;
  }

  .main p {
    font-size: 15px;
    /* margin-left: 160px; */
  }

  #main_slider {
        /*margin-top: 203px;*/
    margin-top: 68px;
  }

  #about_slider {
  }

  #home_slider {
  }

  #home_slider .home_slider_content .carousel-caption {
    left: 5%;
   /*top:20%; */
    /*font-size: 20px;*/
  }

  .slider_content {
    font-size: 12px;
  }

  #courseArchive_admin {
    padding: 10px 0px;
  }

  #courseArchive_placement {
  }

  #courseArchive {
  }

  #alumni {
  }

  .courseArchive_content {
    margin-top: 47px;
  }

  #aboutUs_course .aboutus_area {
    margin-top: 80px;
  }

  .stsTestimonial_msgbox p {
    font-size: 11px;
  }

  #quick_facts p {
    font-size: 12px;
  }

  .feed_tabs li a {
      padding: 2px;
      font-size: 10px;
      text-transform: uppercase;
      font-weight: bold;
      color: #537cda; 
      border:1.5px solid;
      border-color: #78ADC9 #78ADC9 rgba(120, 173, 201, 0.442);
      background-color:#dfeff6;
      box-shadow: inset 0px 1px 5px #00000024;
      text-shadow: 2px 1px 1px rgb(0 0 0 / 7%);
  }

  .gallery_area {
    margin-top: 60px;
  }

  .blog_img img {
    height: 215px;
  }

  #virtual_tour iframe {
    height: 400px !important;
  }
  #home_slider .home_slider_content #myCarousel .carousel-inner .item img {
    height: 380px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 961px) {
  /* Hide college code on smaller screens */
  .main .code {
    display: none;
  }
  .main .coll_code {
    display: none !important;
  }
  
  /* Adjust main container for smaller screens */
  .main {
    min-height: auto;
    padding: 5px;
    gap: 5px;
    margin-top: 48px; /* Push below the menu */
  }
  
  /* Make news section take more space */
  .main .news {
    flex: 1;
    min-width: 150px;
  }
  
  /* Payment links container styling */
  .main .payment-links {
    gap: 5px;
  }
  
  .main .payment-links a {
    font-size: 13px;
    padding: 4px 8px;
  }
  
  .scrolling-text {
    margin-top: 7px;
    width: 100%;
    box-sizing: border-box;
  }
  
  .headertext {
    box-sizing: border-box;
    display: block;
    margin: 0px;
    padding: 10px;
    border-bottom: 1.5px solid #171973;
  }
  
  #leftlogo {
    height: 110px;
    width: 110px;
    margin-left: -91%;
    margin-top: -130px;
  }
  
  #sangamlogo {
    display: none;
  }
  
  .main p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .notify .content {
    color: #fff;
    font-weight: bold;
    margin-left: 0px;
    padding-right: 0px;
  }
  
  .content {
    width: 100%;
    margin: 0 auto;
  }
  
  .notify p {
    display: none;
  }
  
  #rightlogo {
    display: none;
  }
  
  #quick_facts_block {
    background-attachment: none !important;
  }

  #virtual_tour iframe {
    height: 400px !important;
  }

  .message #box {
    width: 90%;
    height: 200px;
  }

  #quick_facts_classroom {
    height: 300px;
  }

  #quick_facts_labs {
    height: 300px;
  }

  #quick_facts_seminarhalls {
    height: 300px;
  }

  #quick_facts_placementcell {
    height: 300px;
  }

  #quick_facts_sports {
    height: 300px;
  }

  #quick_facts_library {
    height: 300px;
  }

  .gallery_area a {
    width: 49%;
  }
  
  /* Responsive flexbox for mobile */
  .main {
    flex-wrap: wrap;
    justify-content: center;
    min-height: auto;
    padding: 5px;
    gap: 5px;
  }
  
  /* Hide college code */
  .main .code {
    display: none;
  }
  
  .main .coll_code {
    display: none !important;
  }
  
  /* Keep notification, news, and payment links visible */
  .main p {
    font-size: 12px;
    text-align: center;
  }
  
  .main .news {
    flex: 1;
    min-width: 100px;
  }
  
  /* Payment links container on mobile */
  .main .payment-links {
    gap: 5px;
    flex-shrink: 0;
  }
  
  .main .payment-links a {
    font-size: 12px;
    padding: 4px 8px;
  }
  
  .scrolling-text {
    margin-top: 6px;
    width: 100%;
    box-sizing: border-box;
  }
  
  .news h5 {
    margin-top: 12px;
    font-size: 12px;
    color: #e4e4e4 !important;
  }
  
  #home_slider #media_icons {
    position: absolute;
    top: 15%;
    left: 0;
    z-index: 999;
    transition: all ease 0.1s;
    box-shadow: 1px 1px 0px #00000054 !important;
  }
  
  .headertext {
    display: block;
    background: url(/img/leftlogo.png) no-repeat;
    background-size: contain;
    background-position: left;
    background-color: transparent;
    padding: 5px;
  }
  
  #leftlogo {
    display: none !important;
  }
  
  .headertext .head_name {
    font-size: 10px;
    margin: 0;
  }
  
  .headertext .head_text {
    font-size: 10px;
  }
  
  .headertext .head_address span {
    letter-spacing: 3px;
    font-size: 25px;
  }
  
  .table_alumni {
    font-size: 8px;
    width: auto;
  }

  .logoImage {
    display: none;
  }

  #leftlogo {
    display: block;
    height: 72px;
    width: 72px;
    margin-left: 5%;
    margin-top: 3px;
  }

  #sangamlogo {
    display: none;  
  }

  #main_slider {
    margin-top: -60px;
  }

  #about_slider {
    margin-top: 0px;
  }

  #header {
   /*  position: fixed; */
   position: absolute;
  }

  #home_slider {
    margin-top: 0px;
  }

  .indicators-line > .carousel-indicators {
    display: none;
  }

/* span.logoText{
    display:block;
    color:blue;
  } */

  .home_slider_content .carousel-caption p.slideInRight {
    font-size: 12px;
    width: 100% !important;
  }

  .home_slider_content .carousel-caption p.slideInLeft {
    font-size: 12px;
    width: 100% !important;
  }

  .slider_content {
    font-size: 10px;
  }

  #courseArchive {
    margin-top: 0%;
    padding: 0px 0px;
  }

  #courseArchive_admin {
    margin-top: 0%;
    padding: 0px 0px;
  }

  #courseArchive_admin p {
    margin-left: 0;
  }

  #courseArchive_admin h4 {
    margin-left: 15px;
  }

  #courseArchive_placement {
    margin-top: 0%;
  }

  #courseArchive_library {
    margin-top: 0%;
  }

  #alumni {
    margin-top: 0%;
  }

  .courseArchive_content {
    margin-top: 5px;
  }

  .notify {
    display: block;
  }

  .singCourse_content {
    width: auto;
    font-size: 13px;
  }

  .footer_bottom {
    float: left;
    /* display: inline; */
    width: 100%;
    background-color: #2c3233;
    padding: 10px 0px;
    font-size: 10px;
    margin-left: 0px;
  }
  
  .rapsol-link{
    font-size: 11px;
  }
  
  .footer_bootomRight {
    float: left;
    display: inline;
    width: 100%;
  }

  .stsTestimonial_msgbox p {
    font-size: 13px;
  }

  #aboutUs_course {
    margin-top: 0%;
  }

  #gallery {
    margin-top: 0%;
    padding: 0px 0px;
  }

  #contact {
    margin-top: 0%;
  }

  #courseArchive .courseArchive_content .single_course .singCourse_content h3 {
    font-size: 12px;
  }

  #courseArchive .courseArchive_content .single_course .singCourse_content h2 {
    font-size: 14px;
  }

  .modal {
    left: 0%;
    width: 100%;
  }

  .singCourse_title {
    font-size: 13px;
  }

  #home_slider .home_slider_content #myCarousel .carousel-inner .item img {
    width: 100%;
    height: max-content;
    margin-top: 0px;
  }

  #home_slider #quick_links_slider {
    z-index: 2;
    position: absolute;
    top: 5px !important;
    right: 0;
  }
}
@media only screen and (max-width: 680px) {
#header-responsible{
  /* padding-left: 50px; */
}}
@media only screen and (max-width: 600px) {
  #header-responsible{
    /* padding-left: 50px; */
  }
  .headertext .head_name{
    font-size: 8px;
    margin: 0;
  }
  .headertext .head_text{
    font-size: 8px;
  }
  .headertext .head_address span{
    letter-spacing: 2px;
    font-size: 20px;
  }}
@media only screen and (max-width: 500px) {
  #header-responsible{
    /* padding-left: 65px; */
  }
  .main p{
    font-size: 12px;
    margin-left: 1%;
    font-weight: 500;
  }
  .scrolling-text{
    margin-top: 6px;
  }
  .main .news {
    /* margin-left: 105px!important; */
    margin-right: 2px;
    width: 80%;
    /* margin-top: 43px !important; */
  }
  .headertext .head_text{
    font-size: 7px;
  }
  #home_slider #media_icons ul li a{
    width: 30px;
    height: 30px;
    line-height: 0px;
  }
  .footer_social li a{
    font-size: 15px;
    padding: 0px 8px;
  }
.home_slider_content .carousel-caption p.slideInRight {
  font-size: 10px;
  font-weight: 500;
  width: 87% !important;
}

.home_slider_content .carousel-caption p.slideInLeft {
  font-size: 10px;
  font-weight: 500;
  width: 87% !important;
}
  
#home_slider #quick_links_slider ul li a {
  font-size: 10px;
  display: block;
  width: 65px;
    /* height: 60px;
    line-height: 20px; */
  text-align: center;
  background: #171973;
  color: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none;
  }
  .admissions-link{
    padding: 2px 10px 10px 10px;
    border: 2px solid #f5a04d;
    border-radius: 10px 10px 0px 0px;
    border-bottom: none;
    background: radial-gradient(circle,#c61e1e,#a72323);
    box-shadow: 1.5px 0px 2px #00000040, -1.5px -1px 2px #00000040 !important;
    font-size: 15px;
    font-weight: 700;
    transition: all 1s ease-in;
  }
  /* .icons-fixed{
    display: block;
    position: fixed !important;
    top:135px !important;
    transition: all ease-in 0.2s !important;
    box-shadow: 1px 1px 0px #00000054 !important;
  } */
}
@media only screen and (max-width: 465px) {
  #header-responsible{
    /* padding-left: 50px; */
  }
  .main p{
    font-size: 11px;
    margin-left: 1%;
    font-weight: 500;
  }
  .scrolling-text{
    margin-top: 6px;
  }
  .main .news {
    /* margin-left: 95px!important; */
    margin-right: 2px;
    width: 80%;
    /* margin-top: 43px !important; */
  }
  .headertext .head_name{
    font-size: 7px;
    margin: 0;
  }
  .headertext .head_text{
    font-size: 6px;
  }
  .headertext .head_address span{
    font-size: 14px;
  }}
@media only screen and (max-width: 400px) {
	
	#vertical-tabs #profile img.img-responsive {
	  height: 250px !important;
	}
	
#myModal .message_box_img {
  width: 100%;
  height: 250px;
}
	
  .content_ksit {
    font-size: 15px;
  }

  .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    font-size: 10px;
  }

  .message #box {
    width: 90%;
    height: 200px;
  }

  #quick_facts_classroom {
    height: 200px;
  }

  #quick_facts_labs {
    height: 200px;
  }

  #quick_facts_seminarhalls {
    height: 200px;
  }

  #quick_facts_placementcell {
    height: 200px;
  }

  #quick_facts_sports {
    height: 200px;
  }

  #quick_facts_library {
    height: 200px;
  }

  .message #box {
    width: 90%;
    height: 200px;
  }

  #quick_facts_block .quick_facts_content .center {
    font-size: 18px;
  }

  #quick_facts_block .quick_facts_content p.center {
    font-size: 14px;
    width: 90%;
  }

  .home_slider_content .carousel-caption p.slideInRight {
    font-size: 9px;
    width: 85% !important;
  }

  .home_slider_content .carousel-caption p.slideInLeft {
    font-size: 9px;
    width: 85% !important;
  }
  /* .home_slider_content .carousel-caption p.slideInRight {
    font-size: 10px;
    width: 85% !important;
  } */

  #home_slider .home_slider_content .carousel-caption div>p {
    font-size: 12px;
  }

  #header {
    position: fixed;
  }

 #gallery .gallery_area a {
    width: 100% !important;
  }

  .table_alumni {
    font-size: 8px;
    width: auto;
    text-transform: lowercase;
  }

  .table_alumni .mobile_number {
    display: none;
  }

  .logoImage {
    display: block;
  }

  span.logoText {
    display: none;
    color: blue;
  }

  .singCourse_title {
    font-size: 12px;
  }

  .slider_content {
    display: block;
  }

  #home_slider {
    /* margin-top: 50px; */
  /*  height: 300px;*/
  }

  #home_slider .home_slider_content #myCarousel .carousel-inner .item img {
    width: 100%;
   /* height: 300px;*/
   height:max-content;
  }
  #home_slider #quick_links_slider ul li a {
    font-size: 9px;
    display: block;
    width: 65px;
      /* height: 60px;
      line-height: 20px; */
    text-align: center;
    background: #171973;
    color: #fff;
    padding-top: 1px;
    padding-bottom: 1px;
    text-decoration: none;
    }
  #home_slider .home_slider_content .carousel-indicators {
    bottom: -10px;
    right: 10px;
    width: auto;
    padding: 5px 25px 5px 25px;
    margin-left: 0;
      /* background: rgba(0,0,0,0.7); */;
  }

  #home_slider .home_slider_content .carousel-caption {
    left: 4%;
    top:10px;
  }

  #quote-carousel .carousel-indicators {
    display: none;
  }

  #quick_facts p {
    text-align: justify;
    margin-left: 16px;
  }

  .footer_bottom {
    width: 100%;
  }

  #about_slider .about_slider_content .carousel-inner .item img {
    width: 100%;
    height: 320px;
  }

  #aboutUs p span {
    font-size: 16px;
  }

  #courseArchive_admin p {
    font-size: 12px;
  }

  .single_blog p {
    font-size: 15px;
  }

  .blog_img img {
    height: 200px;
  }

  .blog_title {
    font-size: 16px;
  }

  .titile {
    font-size: 16px;
  }

  .aboutus_area p {
    font-size: 12px;
  }

  .list li {
    font-size: 12px;
  }

  .home-2 .teacher_content {
    font-size: 12px;
  }

  .teacher_area a {
    font-size: 12px;
  }

  .feed_tabs li a {
    font-size: 8px;
    padding: 1px;
  }

  .media-body img {
    height: 200px;
  }

  .footer_widget_nav li a {
    font-size: 11px;
  }

  .single_footer_widget p {
    color: #fff;
    font-size: 12px;
  }

  #aboutUs_course h3 {
    font-size: 15px;
  }

  .slides img {
    height: 250px;
  }

  #courseArchive h3 {
    font-size: 15px;
    line-height: 20px;
  }

  #courseArchive .courseArchive_content .single_course .singCourse_content h3 {
    font-size: 9px;
    width: auto;
  }

  #courseArchive .courseArchive_content .single_course .singCourse_content h2 {
    font-size: 12px;
  }

  .gallery_area a {
    margin-right: 28px;
    width: 95%;
  }

  #aboutUs_dept h3 {
    font-size: 13px;
  }

  .singCourse_title span {
    font-size: 13px;
  }

  #courseArchive .courseArchive_content .single_course .singCourse_content p {
    font-size: 12px;
  }

  .route_list {
    font-size: 11px;
  }

  .route_list_details {
    font-size: 12px;
  }

  .modal {
    left: 0%;
    top: 50%;
    width: 100%;
  }

  #quick_facts .quick_facts_content #my-carousel .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
  }
  .admissions-link{
    padding: 1.5px 10px 5px 10px;
    border: 2px solid #f5a04d;
    border-radius: 10px 10px 0px 0px;
    border-bottom: none;
    background: radial-gradient(circle,#c61e1e,#a72323);
    box-shadow: 1.5px 0px 2px #00000040, -1.5px -1px 2px #00000040 !important;
    font-size: 14px;
    font-weight: 700;
    transition: all 1s ease-in;
  }
  .admissions-fixed{
    display: block !important;
    position: fixed;
    top:260px;
    right: -90px;
    transform: rotateZ(270deg) !important;
    transition: all 1s ease-in-out;
    z-index: 1;
    animation: ease-fade 0.3s alternate;
    opacity: 1;
  }
  /* .icons-fixed{
    display: block;
    position: fixed !important;
    top:135px !important;
    transition: all ease 0.2s !important;
    box-shadow: 1px 1px 0px #00000054 !important;
  } */
}
@media only screen and (max-width: 360px) {
  .headertext{
    display: none;
  }}
@media only screen and (max-width: 320px) {
  .main{
    display: block;
  }
  #home_slider #quick_links_slider{
    display: none;
  }
  #home_slider #media_icons{
    display: none;
  }
  #virtual_tour {
    height: 300px;
    padding: 5px 0;
  }

  #virtual_tour iframe {
    height: 250px !important;
    width: 100%;
  }

  .message #box {
    height: 200px;
  }
  #gallery .gallery_area a {
    width: 100% !important;
  }
  #courseArchive_admin {
    padding: 30px 0px;
  }
  #courseArchive{
    padding: 10px 0px;
  }
  .courseArchive_content {
    margin-top: 25px;
  }
  #about_slider{
    margin-top:48px;
  }
  #gallery{
    padding: 30px 0px;
  }
  #home_slider .home_slider_content .carousel-indicators{
    display: none;
  }
  .admissions-link{
    display: none;
  }
  .carousel-caption{
    display: none;
  }
}

/* flex */
/*
 * jQuery FlexSlider v2.6.4
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
    src: url('fonts/flexslider-icon.eot');
    src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  /*-webkit-backface-visibility: hidden;*/
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
  scroll-behavior: smooth;
}

* html .flexslider .slides {
  height: 1%;
  scroll-behavior: smooth;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  /*-moz-user-select: none;*/
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  /*-moz-user-select: none;*/
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

.font-weight-600{
  font-weight: 600;
  color: #171973;
  font-size: 14px;
}





.news_area {
    padding: 0;
}

.color-maroon, .title-maroon {
    color: #800000 !important;
}

.text-center {
    text-align: center !important;
}

.welcome-text {
    padding-left: 1px;
    padding-right: 1px;
}

.pb {
    padding-bottom: 2.5rem !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

#quick_facts .quick_facts_content #my-carousel .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    width: 100%;
    height: 100%;
}

#aboutUs .carousel slide .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: 300px;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}



.g-drive {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
}



.admissions-link {
    padding: 10px 15px 15px 10px;
    border: 2px solid #faba00;
    border-radius: 0;
    background-color: #800000;
    font-size: 14px;
    font-weight: 700;
    transition: all 1s ease-in;
    color: #faba00;
    overflow: hidden;
}

.admissions-link:hover {
    z-index: 999;
    background-color: #faba00;
    color: #000;
  border:2px solid #204d74;
}


.pb-2{
  padding-bottom: 1rem !important;
}


.color-blue {
  color: #0c2b5a !important;

}

.alumni-tab{
  background-color: #fcf9f9;
}

.autonomous{
  color: #ff0000;
  font-size: 16px;
  font-weight: 600;
}

.course_table tbody tr:hover {
  background-color: #f3f3f3;
}

.course_table th,
.course_table td {
  padding: 12px 12px !important;
  text-align: justify;
}
.toggle-title {
    font-weight: 600;
    font-size: 18px;
    background: linear-gradient(90deg, #05103d 65%, #04091e);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 6px;
}

.toggle-text {
    flex-grow: 1;
}


 /* Table Wrapper for Slide */
  .toggle-table {
    display: none;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    padding: 10px;
  }
.toggle-icon {
    width: 30px;
    text-align: center;
    font-weight: bold;
    background-color: #ffcc00; /* Example contrasting background color */
    color: #000;
    border-radius: 4px;
    padding: 5px;
}

  /* Table cell spacing */
  .course_table th,
  .course_table td {
    padding: 12px 15px;
  }

  /* Hover effect for table rows */
  .course_table tbody tr {
    transition: background-color 0.3s ease;
  }

  .course_table tbody tr:hover {
    background-color: #f3f3f3;
  }

     .course_table {
      border-collapse: collapse;
      width: 100%;
   }

   .course_table th,
   .course_table td {
      border: 2px solid black;
      padding: 8px;
      text-align: left;
   }

   .Guidelines-btn {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
    width: 100%;
  }
  
  .Guidelines-btn:hover {
    background-color: #fabf00;
    border: none;
  }
  
/* Grid Layout */
.faculty-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.faculty-col {
  padding: 12px;
  box-sizing: border-box;
  width: 100%;
}

@media (min-width: 576px) {
  .faculty-col {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .faculty-col {
    width: 33.3333%;
  }
}

/* Faculty Card */
.faculty-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8f9ff 100%); /* subtle cool background */
  border: 1px solid rgba(23,25,115,0.12); /* deep-blue tint border */
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(7,18,63,0.06); /* slightly cooler shadow */
  height: 420px;
  width: 268px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  margin: 20px 0;
}

.faculty-image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: linear-gradient(180deg,#e9eefc 0%, #ffffff 100%); /* pale blue background */
  text-decoration: none;
  flex-shrink: 0;
}

.faculty-image-link img {
  width: 100%;
  height: 260px;
  border-radius: 12px 12px 0 0;
  display: block;
}

.faculty-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 14px;
  text-align: center;
  cursor: pointer;
  color: #17204a; /* dark navy text */
  text-decoration: none !important;
}

.faculty-card-body h5 {
  margin: 0 0 8px 0;
  font-weight: 700;
  font-size: 16px; /* slightly larger for readability */
  color: #171973; /* project deep blue */
}

.faculty-card-body p {
  margin: 4px 0;
  color: #333a56; /* muted navy-gray for secondary text */
  font-size: 14px;
}

.faculty-title-maroon {
  color: #800000; /* maroon from project theme */
  font-weight: 800;
}

/* Modal Styles */

.faculty-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(7,18,63,0.6); /* deep-blue overlay matching theme */
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1050;
}

.faculty-modal-overlay.active {
  display: flex;
}


.faculty-modal {
  background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%); /* subtle card gradient */
  border-radius: 10px;
  border: 1px solid rgba(23,25,115,0.08);
  max-width: 780px;
  width: calc(100% - 32px);
  max-height: calc(100vh - 80px);
  overflow: auto;
  box-shadow: 0 18px 60px rgba(7,18,63,0.12);
}


.faculty-modal-header {
  display: flex;
  align-items: center;
  padding: 16px 18px;
  background: linear-gradient(90deg, #171973 0%, #05103d 100%); /* deep blue header */
  border-bottom: 1px solid rgba(23,25,115,0.15);
}


.faculty-modal-title {
  font-weight: 700;
  margin: 0;
  color: #faba00; /* gold title to contrast deep-blue header */
  font-size: 16px;
}


.faculty-modal-close {
  margin-left: auto;
  background: transparent;
  border: none;
  padding: 6px;
  font-size: 26px;
  cursor: pointer;
  color: #f1c40f; 
  border-radius: 4px;
  line-height: 1;
}

.faculty-modal-close:hover {
  background-color: #f1c40f;
  color: #ffffff; 
  transform: none;
}



.faculty-modal-body {
  padding: 18px;
  color: #17204a;
  font-size: 14px;
}

.faculty-modal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.faculty-modal-left {
  flex: 0 0 200px;
  max-width: 200px;
  text-align: center;
}

.faculty-modal-left img {
  max-width: 100%;
  border-radius: 8px;
  display: inline-block;
}


.faculty-modal-right {
  flex: 1 1 0;
  min-width: 180px;
  color: #2b3760; 
  font-size: 16px;
}


.faculty-modal-footer {
  display: flex;
  justify-content: flex-end;
  padding: 12px 18px;
  border-top: 1px solid rgba(23,25,115,0.06);
  gap: 8px;
}

/* Image Lightbox */

.faculty-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(7,18,63,0.55); /* softer deep-blue overlay */
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1060;
}

.faculty-lightbox.active {
  display: flex;
}


.faculty-lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(7,18,63,0.3);
}

/* Buttons */

.faculty-btn-default {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  background: #171973; /* deep blue */
  color: #faba00; /* gold text */
  border: 1px solid rgba(250,186,0,0.15);
}

.faculty-btn-default:hover {
  background: #faba00; /* gold hover */
  color: #171973;
  box-shadow: 0 6px 20px rgba(23,25,115,0.08);
}

.welcome-text-1 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-align: justify;
  line-height: 1;
  margin-bottom: 15px;

}

    .resources {
      max-width: 500px;
      background: #fff;
    }
    .resource-item {
      margin: 15px 0;
      font-size: 18px;
    }
    .resource-name {
      font-weight: 600;
      color: #222;
    }
    .resource-value {
      float: right;
      color: #555;
    }

        .btn-container {
      text-align: center;
      margin-top: 30px;
    }
    .btn {
      background-color: #007BFF;
      color: white;
      border: none;
      padding: 12px 24px;
      font-size: 16px;
      border-radius: 6px;
      cursor: pointer;
      text-decoration: none;
      transition: background-color 0.3s ease;
    }
    .btn:hover {
      background-color: #0056b3;
    }

    .stellarnav li{
      margin-right: 4px;
      margin-bottom: 0 !important;
    }