/* Footer */

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
body{
  font-family: 'Roboto', sans-serif;
}

.carousel-item{
  transition: transform 1s ease !important;
  /* opacity: .5s ease-out !important; */
}

section {
  padding: 60px 0;
}

section .section-title {
  text-align: center;
  color: #ed1b24;
  margin-bottom: 50px;
  text-transform: uppercase;
}

#footer {
  background: #ed1b24 !important;
}

#footer h5 {
  padding-left: 10px;
  border-left: 3px solid #eeeeee;
  padding-bottom: 6px;
  margin-bottom: 20px;
  color: #ffffff;
}

#footer li {
  color: #ffffff;
}

#footer a {
  color: #ffffff;
  text-decoration: none !important;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

#footer ul.social li {
  padding: 3px 0;
}

#footer ul.social li a i {
  margin-right: 5px;
  font-size: 25px;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}

#footer ul.social li:hover a i {
  font-size: 30px;
  margin-top: -10px;
}

#footer ul.social li a, #footer ul.quick-links li a {
  color: #ffffff;
}

#footer ul.social li a:hover {
  color: #eeeeee;
}

#footer ul.quick-links li {
  padding: 3px 0;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}

#footer ul.quick-links li:hover {
  padding: 3px 0;
  margin-left: 5px;
  font-weight: 700;
}

#footer ul.quick-links li a i {
  margin-right: 5px;
}

#footer ul.quick-links li:hover a i {
  font-weight: 700;
}

@media (max-width:767px) {
  #footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.dropdown-item {
  font-weight: 600 !important;
  padding-bottom: 10px !important; 
  padding-top: 10px !important;
  transition:.3s ease-in-out;
	-webkit-transition:.3s ease-in-out;
	-moz-transition:.3s ease-in-out;
	-o-transition:.3s ease-in-out;
}

.dropdown>.dropdown-menu {
  transition: all 2s ease-in-out !important;
  opacity: 0;
}

.dropdown:hover>.dropdown-menu {
  opacity: 1;
  display: block;
}

.dropdown-menu > a:hover{
  background-color:#ed1b24;  
  color: white;
}

#admission > span:hover{
  color: #ed1b24;
}
.btn-danger{
  background-color: #ed1b24 !important;  
  transition: background-color 0.3s ease-in-out !important;  
}
.btn-danger:hover{
  background-color: #b90404 !important;  
}
.nav-link{
  color: #000000b8 !important;
  font-family: sans-serif;
  font-weight: 600;
  transition:.3s ease-in-out;
	-webkit-transition:.3s ease-in-out;
	-moz-transition:.3s ease-in-out;
	-o-transition:.3s ease-in-out;
}
.nav-link:hover {
  color: #ed1b24 !important;
  /* text-decoration: underline !important; */
}

.sub > a:hover{
  background-color:#ed1b24 !important;  
  color: white !important;
}

/* .nav-link:hover::before {
  transition-delay: 2s;
} */

.slider-link{
  color: #ed1b24;
  transition: all .5s ease-in-out !important;
  text-decoration-color: #fff;
}

.slider-link:hover{
  color: #b90404;
  text-decoration-color: #ed1b24;
}

/* Social Icons */

.social-icons i {
  font-size: 30px;
  transition: all .4s ease;
  padding: 12px 10px;
  cursor: pointer;
  border-radius: .25rem;
}

.social-icons .facebook {
  color: #3b5998;
}

.social-icons .twitter {
  color: #2daae1;
}

.social-icons .instagram {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}

.social-icons .youtube {
  color: #ff3132;
}

.social-icons .linkedin {
  color: #0e76a8;
}

.social-icons .facebook:hover {
  background: #3b5998;
  color: #fff;
}

.social-icons .twitter:hover {
  background: #2daae1;
  color: #fff;
}

.social-icons .instagram:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #fff;
}

.social-icons .youtube:hover {
  background: #ff3132;
  color: #fff;
}

.social-icons .linkedin:hover {
  background: #0e76a8;
  color: #fff;
}