/* You can add global styles to this file, and also import other style files */

body {
  background-color: #eaeaea;
}

/* Remove the jumbotron's default bottom margin */
.jumbotronn {
  margin-bottom: 0;
  background-color: #fff;
}
.jumbo-background-color {
  background-color: #c0c7ce !important;
}

.jumbo-background-img {
  background-image: url("../images/header-banner.png");
  background-size: contain;
  background-repeat:no-repeat;
  background-position: center;
  height: 114px;
  width: auto;
}

.jumbo-bg-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

@media (min-width: 320px) and (max-width: 480px) {
  .jumbo-background-img {
    height: 100px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .jumbo-background-img {
    height: 100px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .jumbo-background-img {
    height: 150px;
  }
}

.latest-news {
  background-color: #120c5a;
  color: #fff;
  padding-top: 7px;
}

.top-bar {
  background-color: #120c5a;
  height: 10px;
}

/* nav .navbar-nav li a{
  color: white !important;
  } */

  .text-white{
      color: #fff;
  }

  .w-active{
      background-color: #000;
  }

.navbar-custom {
  background-color: #00a8e6;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
  color: #fff;
}

/* change the link color and padding  */
.navbar-custom .navbar-nav .nav-link {
  color: #fff;
  padding: 0.75rem 1rem;
}

/* change the color and bg color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
  color: #ffffff;
  background-color: #000;
}

/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
  background-color: #fff;
}
.navbar-custom .dropdown-item {
  color: #000;
}
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
  color: #fff;
  background-color: #000;
}

.blurb-blue {
  background-image: linear-gradient(
    to bottom,
    #193c76,
    #193c76,
    #193c76,
    #193c76,
    #193c76
  );
  width: 100%;
  margin-bottom: 6px;
  border: #333333 solid 1px;
  box-shadow: 5px 5px 5px #888888;
  border-radius: 100px 100px;
}

.blurb-blue:hover {
  background-image: linear-gradient(
    to bottom,
    #0e1c31,
    #0e1c31,
    #0e1c31,
    #0e1c31,
    #0e1c31
  );
}

.blurb-blue p {
  font-size: 16px;
  color: #ffffff;
}

.blurb-blue img {
  margin-top: 10px;
}

.blurb-red {
  background-image: linear-gradient(
    to bottom,
    #f4b4b4,
    #f4b4b4,
    #f77d7d,
    #f94f4e,
    #fe0100
  );
  width: 100%;
  min-height: 150px;
  margin-bottom: 6px;
  border: #333333 solid 1px;
  box-shadow: 5px 5px 5px #888888;
  border-radius: 15px 15px;
}

.blurb-red:hover {
  background-image: linear-gradient(
    to bottom,
    #fe0100,
    #f94f4e,
    #f77d7d,
    #f4b4b4,
    #f4b4b4
  );
}
.blurb-red p {
  font-size: 16px;
  color: #000066;
}

.blurb-red img {
  margin-top: 10px;
}

/**/

.col-md-3 {
  display: inline-block;
  margin-left: -4px;
}
.col-md-3 img {
  width: 100%;
  height: auto;
}
body .carousel-indicators li {
  background-color: red;
}
body .carousel-indicators {
  bottom: 0;
}
body .carousel-control-prev-icon,
body .carousel-control-next-icon {
  background-color: red;
}
body .no-padding {
  padding-left: 0;
  padding-right: 0;
}

/* Add a gray background color and some padding to the footer */
footer {
  background-color: #112a53;
  color: #fff;
}

.page-h1 {
  color: #120c5a;
  text-align: center;
}

.page-divider {
  border: 1px solid #120c5a;
  width: 10%;
  margin-left: auto;
  margin-right: auto;
}

.page-blank-20 {
  margin-top: 20px;
}

.page-blank-30 {
  margin-top: 30px;
}

.page-course {
  min-height: 40px;
  width: 100%;
  margin: 6px;
}
.page-course-bg {
  background-image: linear-gradient(
    to bottom,
    #05e3e8,
    #3ae6ea,
    #6ae9ec,
    #bcf5f6,
    #bcf5f6
  );
}

.page-course h3 {
  background: #120c5a;
  padding: 6px;
  min-height: 30px;
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
}

.page-course-code {
  font-size: 18px;
  margin: 0;
  padding-left: 10px;
  color: #000000;
}

.page-course-duration {
  font-size: 14px;
  padding-left: 10px;
  color: #000000;
}

.page-course-det {
  font-size: 14px;
  padding: 10px;
  color: #000000;
}

.page-form-sub-heading {
  color: red;
  font-size: 18px;
  text-align: center;
}

.page-form-sub-sub-heading {
  font-size: 16px;
  text-align: center;
}

input[type="text"],
select,
textarea,
input[type="email"] {
  width: 100%; /* Full width */
  padding: 10px; /* Some padding */
  border: 1px solid #cc9900 !important; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 6px; /* Bottom margin */
  resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
}

.page-form-h4 {
  text-align: center;
  color: #120c5a;
}

.page-sub-container {
  background-color: #ffff99;
  border: 1px solid #cc9900;
  padding: 30px;
}

.page-login-container {
  background-color: #ffff99;
  border: 1px solid #cc9900;
  padding: 30px;
  width: 50%;
}

@media (min-width: 320px) and (max-width: 480px) {
  .page-login-container {
    width: 100%;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .page-login-container {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .page-login-container {
    width: 100%;
  }
}

.dashboard-container {
  margin-left: 20px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .dashboard-container {
    margin-left: 0;
  }
}

.hero-wrap {
  width: 100%;
  height: 100%;
  position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.hero-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.3;
  background: #f1453d;
}
.hero-wrap.hero-wrap-2 {
  height: 200px;
}
.hero-wrap.hero-wrap-2 .slider-text {
  height: 200px;
}
.hero-wrap.hero-wrap-2 .slider-text .bread {
  font-weight: 900;
  color: #fff;
}
.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}
.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs span {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs span a {
  color: #fff;
}

.db-bg {
  background-image: radial-gradient(
    circle,
    #ffff99,
    #ffff99,
    #ffff99,
    #ffff99,
    #ffff99
  );
  padding: 20px;
  border: 1px solid red;
}

.db-heading-bg {
  border: 1px pink dotted;
  background-color: #f1f1f1;
}

.db-cont-pd {
  padding-bottom: 20px;
  padding-top: 20px;
}

.db-table-cont {
  background: #ffffff;
  padding: 10px;
  border-radius: 10px;
}

.db-table-heading {
  background: #00a8e6;
  color: #ffffff;
}

.db-min-h {
  min-height: 500px;
}

@media (min-width: 1200px) {
  .container-enquiry {
    max-width: 870px;
  }
}



/* dashboard css*/

.mini-submenu{
  display:none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.9);
  border-radius: 4px;
  padding: 9px;
  /*position: relative;*/
  width: 42px;

}

.mini-submenu:hover{
  cursor: pointer;
}

.mini-submenu .icon-bar {
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
  margin-top: 3px;
}

.mini-submenu .icon-bar {
  background-color: #000;
}

#slide-submenu{
  background: rgba(0, 0, 0, 0.45);
  display: inline-block;
  padding: 0 8px;
  border-radius: 4px;
  cursor: pointer;
}
