/* Style Index Page */
.carousel-bg {
  height: 550px;
  max-height: 600px;
}

.carousel-bg h2 {
  color: beige;
  font-size: 3rem!important;
  font-weight: 500;
}

.carousel-bg-1 {
  background: url(../images/bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.carousel-bg-2 {
  background: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.carousel-bg-3 {
  background: url(../images/bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.carousel-overlay {
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#welcome-text {
  /* background: rgb(23, 27, 27) */
}

#welcome-text h2, #welcome-text h3 {
  /* color: #d3af37; */
}

#column-area {
  background: gainsboro;
  padding-top: 2.4rem;
  padding-bottom: 2rem;
}
/* index page style end */

.table.table-striped {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.table.table-striped thead {
  background: #fff;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.table.table-striped th {
  padding: 0.9rem 0.5rem;
  font-weight: bold;
  border: 1px solid #efefef;
  text-align: left;
  border-top: 0px;
}

.table.table-striped tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}

.table.table-striped tbody tr td a {
  color: #3c2f17;
  font-size: 15px;
  text-decoration: none;
  font-weight: 500;
}

.table.table-striped tr:nth-child(even) {
  background-color: #fff;
}

.table.table-striped tbody tr td {
  border: 1px solid #efefef;
  padding: 0.7rem;
  text-align: left;
  border-top: 0px;
}

.ftr {
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}

.ftr a {
  color: #fff;
}

/* page  banners */
.courses-banner {
  background: url("https://source.unsplash.com/random/1200×400?web-development,database,ftp,php")
    no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.banner-overlay {
  background: rgba(0, 0, 0, 0.2);
}

.transparent {
  background: transparent !important;
}

/* courses area */
#course-summary {
  background: rgb(23, 27, 27);
}

#course-details-access {
  background: #a8aeb5;
}

.bg-grey-blue {
  background: #3f5d7b;
  color: lightblue;
}

.bg-grey-blue .lead {
  color: #82f5f7;
}

.bg-dark-blue {
  background: #112237;
}

.bg-dark-blue h3 {
  color: #f4f4f4;
}

.list-disc {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 10px;
  font-size: 16px;
}

.list-disc > li {
  margin-bottom: 5px;
}

/* course packages */
.tag {
  display: inline-block;
  text-align: start;

  width: auto;
  height: 38px;

  background-color: darkgoldenrod;
  -webkit-border-radius: 3px 4px 4px 3px;
  -moz-border-radius: 3px 4px 4px 3px;
  border-radius: 3px 4px 4px 3px;

  border-left: 1px solid darkgoldenrod;

  /* This makes room for the triangle */
  /* margin-top: 8px; */
  margin-left: 19px;

  position: relative;

  color: white;
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  line-height: 38px;

  padding: 0 10px 0 10px;
}

/* Makes the triangle */
.tag:before {
  content: "";
  position: absolute;
  display: block;
  left: -19px;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-right: 19px solid darkgoldenrod;
}

/* Makes the circle */
.tag:after {
  content: "";
  background-color: white;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: -9px;
  top: 17px;
}

/* About US */




/* Contact Us */
.contact-banner {
  background: linear-gradient(to right, #cfd9df, #e2ebf0);
}

#contact-us {
  background: url('https://source.unsplash.com/random/1200×400?map,location') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.contact-us-overlay {
  background: rgba(0, 0, 0, 0.5);
  padding-top: 5.5rem; 
  padding-bottom: 5rem;
}

.contact-address-area, .contact-us-form {
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-self: center;
} 

.contact-info {
  display: grid;
  grid-template-columns: 75px auto;
  grid-auto-rows: auto;
  grid-template-areas: "icon details";
}

.contact-icon {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.contact-icon i {
  color: gainsboro;
  font-size: 50px;
}

.contact-details {
  text-align: start;
}

.contact-title {
  color: #fff;
}

.contact-text {
  color: rgb(212, 212, 212);
}

.contact-details .contact-text {
  font-size: 20px;
  font-weight: 400;
}


.contact-us-form {
  border: 1px solid lightgrey;
  border-radius: 3px;
  padding: 20px 30px;
  max-width: 500px;
  background: whitesmoke;
}

.contact-us-form h2 {
  color: gray;
}

.contact-submit-btn {
  margin: 0 auto;
  max-width: 70%;
  border-radius: 2px;
}


/* index page slide area */
.slide-img img {
  max-height: 200px;
}



/* Footer Area */
.site-footer {
  background-color: #1f2129;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #737373;
}
.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}
.site-footer hr.small {
  margin: 20px 0;
}
.site-footer h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}
.site-footer a {
  color: #737373;
}
.site-footer a:hover {
  color: #3366cc;
  text-decoration: none;
}
.footer-links {
  padding-left: 0;
  list-style: none;
}
.footer-links li {
  display: block;
}
.footer-links a {
  color: #737373;
}
.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #3366cc;
  text-decoration: none;
}
.footer-links.inline li {
  display: inline-block;
}
.site-footer .social-icons {
  text-align: right;
}
.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d;
}
.copyright-text {
  margin: 0;
}
@media (max-width: 991px) {
  .site-footer [class^="col-"] {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }
}
.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}
.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px;
}
.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 26px;
  /* display: inline-block; */
  display: table-cell;
  vertical-align: middle;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe;
}
.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}
.social-icons a.facebook:hover {
  background-color: #3b5998;
}
.social-icons a.twitter:hover {
  background-color: #00aced;
}
.social-icons a.linkedin:hover {
  background-color: #007bb6;
}
.social-icons a.instagram:hover {
  background-color: #ea4c89;
}
.social-icons a.google-plus:hover {
  background-color: #ea4c4c;
}
@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
}



/* Student Area */
#student-area {
  background: lightgray;
}



/* Sheme Area */
#scheme-login {
  padding: 30px 20px;
  max-width: 550px;
  border-radius: 5px;
  margin: 3rem auto;
}


/* sponser area */
.shadow-bottom {
  box-shadow: 0 4px 2px -3px;
}

.shadow-inset {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1)
}

.sponser-header {
  background: url('../images/sponserheader.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */
}

.sponser-overlay {
  background: linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    );
}

.sponser-header h2 {
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
}

.sponser-header .title {
  color: white!important;
  text-align: center;
}

.sponser-header a.btn {
  border-width: 2px;
  border-radius: 17px;
}

.more-overlay {
  background: linear-gradient( rgba(189, 189, 189, 0.5), rgba(0, 0, 0, 0) );
}

.sponser-registration-area {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  max-width: 500px;
  margin: 4rem auto;
  padding: 1.5rem;
  border: 1px solid gainsboro;
  border-radius: 5px;
}

.rounded-17 {
  border-radius: 17px;
}