/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900');

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(animate.css);
@import url(font-awesome.min.css);
@import url(superslides.css);
@import url(baguetteBox.min.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/

body {
    color: #666666;
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    line-height: 1.80857;
}


a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 120% !important;
    color: #1f1f1f;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none;
}

.lead {
    font-size: 16px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

ul, li, ol{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
button:focus{
	outline: none;
}

.form-control::-moz-placeholder {
    color: #2a2a2a;
    opacity: 1;
}

/*------------------------------------------------------------------
    LOADER
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/
.navbar{
	position: fixed;
	z-index: 10;
}

.navbar{
	padding: 5px 0px;
	position: relative;
	width: 100%;
	border-radius: 0px 0px 13px 100px;
	transition: height .3s ease-out, background .3s ease-out, box-shadow .3s ease-out;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
	z-index: 100;
}

.navbar .navbar-light .navbar-nav .nav-link{
	color: #010101;
	font-size: 16px;
	padding: 10px 20px;
	border-radius: 4px;
	text-transform: uppercase;
}

.navbar .navbar-light .navbar-nav .nav-item .nav-link:hover{
	/*background: #860201;*/
	background: #860201;
	color: #ffffff;
}
.navbar .navbar-light .navbar-nav .nav-item.active .nav-link{
	/*background: #860201;*/
	background: #860201;
	color: #ffffff;
	border-radius: 4px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
	border: none;
	border-radius: 0px;
	padding: 10px;
	box-shadow: 2px 5px 6px rgba(0,0,0,0.5);
}
.navbar-expand-lg .navbar-nav .dropdown-menu a{
	padding: 10px 10px;
	text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a.dropdown-item:hover{
	background: #860201;
	color: #ffffff;
}
.navbar-light .navbar-toggler:hover{
	background: #860201;
}

.navbar-custom {
    background: linear-gradient(to right, #ff9999, #ff3333);
  }

.container{
    margin-top: 13px;
}
.container h1 {
    font-weight: 500; /* Make the h1 text bold */
}

@media screen and (max-width: 600px) {
    th, td {
        display: block;
        width: 100%;
    }
    th {
        text-align: center;
    }
}
 /* Style for accordion container with linear gradient background */
 .accordion-container {
    background: linear-gradient(to right, #ff9999, #ff3333); /* Apply linear gradient background */
    border-radius: 10px; /* Add rounded corners to the accordion container */
    overflow: hidden; /* Ensure content doesn't overflow rounded corners */
}

/* Style for accordion items */
.accordion-item {
    background-color: #ffffff; /* Set background color for accordion items */
    border-bottom: 1px solid #e0e0e0; /* Add border bottom for separation between accordion items */
}

/* Style for accordion headers */
.accordion-header {
    background-color: #fff3f3; /* Set background color for accordion headers */
    border-top: 1px solid #e0e0e0; /* Add border top for separation from accordion items */
    border-bottom: 1px solid #e0e0e0; /* Add border bottom for separation from accordion body */
}

/* Style for accordion button */
.accordion-button {
    color: #333333; /* Set text color for accordion buttons */
    font-weight: bold; /* Add bold font weight */
}

/* Style for accordion body */
.accordion-body {
    padding: 15px; /* Add padding to accordion body */
}



.accordion-header-box {
    background-color: #fbfbfb; /* Background color for the box */
    padding: 10px; /* Add padding to the box */
    border: 1px solid #ffffff; /* Add border to the box */
    border-radius: 5px; /* Add border radius for rounded corners */
    cursor: pointer; /* Change cursor to pointer when hovering over the box */
    font-size: 14px; /* Set the font size to 14px */
  }

  .semester1-header,
  .semester2-header,
  .semester3-header,
  .semester4-header {
    background-color: #ff9900; /* Orange color for all semester headers */
    color: white; /* Text color */
    animation: hover-animation 0.3s ease;
  }
  
  
  .semester1-item,
  .semester2-item,
  .semester3-item,
  .semester4-item  {
    margin-bottom: 30px; /* Add margin bottom to create space below Semester 4 accordion item */
  }
  
  @keyframes hover-animation {
    0% { background-color: #ff9900; } /* Start color */
    100% { background-color: #ffcc66; } /* End color */
  }
  
  .semester1-header:hover,
  .semester2-header:hover,
  .semester3-header:hover,
  .semester4-header:hover {
    animation: none; /* Disable animation on hover */
    background-color: #ffcc66; /* Lighter shade of orange */
  }


  .ul ,li {
    list-style: circle;
    margin-top: -20px;
    padding: 10px;
  }