p{
  font-size: 18px;
}
body {
  cursor: pointer;
  overflow: scroll;
  scroll-behavior: smooth;
  overflow-x: hidden;

}
.heading h2 {
  color: #0f2c67;
  text-align: center;
  text-transform: uppercase;

  position: relative;
}
/*for all h2 tag heading like about program project  underline  white-underline*/
.heading h2::after {
  content: "";
  width: 160px;
  position: absolute;
  margin: 0 auto;
  height: 3px;
  background: white;
  left: 0;
  right: 0;
  bottom: -10px;
}
h2 {
  color: #0f2c67;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
/*for all h2 tag heading like about program project  orange underline*/
h2::after {
  content: "";
  width: 200px;
  position: absolute;
  margin: 0 auto;
  height: 3px;
  background: orange;
  left: 0;
  right: 0;
  bottom: -10px;
}
/*navbar */
.navbar {
  background-color: white;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  position: relative;
  border-bottom: 3px solid #ffa500;
  cursor: pointer;
}
.navbar .navbar-nav .nav-link {
  font-size: 1em;
  transition: all 0.5s;
  margin-left: 30px;
}

#navbarNavDropdown ul li a {
  font-size: 18px;
  color: black;
}
.dropdown-menu {
  left: 10px;
}
#navbarNavDropdown.navbar-nav .nav-link {
  color: #000000;
  font-size: 1em;
}
#navbarNavDropdown ul li a:hover {
  color: orange;
  background-color: white;
}
/*active dropdown link when we click on dropdown the shown item automatically we dont need to press*/
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }

  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
.navbar-light .navbar-toggler {
  color: white;
  background-color: orange;
}
.navbar-light .navbar-toggler {
  border: none;
  color: white;
 
}
/*navbar end */

/* increment counter*/
.counter-box {
  display: block;
  background: #f6f6f6;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.counter-box p {
  margin: 0px 0 0;
  padding: 10px;
  color: #909090;
  font-size: 20px;
  font-weight: 500;
}

.counter-box i {
  font-size: 60px;
  margin: 0 0 10px;
  color: #d2d2d2;
}

.counter {
  display: block;
  font-size: 37px;
  font-weight: 700;
  color: #666;
  line-height: 28px;
  margin-top: 5px;
}
.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
  color: #fff;
}
/* increment counter end*/

/* programs*/
#program-card .card {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
#program-card .btn {
  background: linear-gradient(to bottom, #ffcc00 -18%, #ff6600 75%);
  color: white;
}
#program-card .btn:hover {
  background-color: orange;
  color: black;
}
/* programs end*/

/*project*/
#project .title {
  font-size: 30px;
  font-weight: 500;
  padding: 5px 0px;
}
#project .pro-content {
  font-size: 18px;
  color: black;
  margin: 0;
}
.pro-content .btn {
  background: linear-gradient(to bottom, #ffcc00 -18%, #ff6600 75%);
  color: white;
}
.pro-content .btn:hover {
  background-color: orange;
  color: black;
}
#project.carousel-inner {
  max-width: 800px;
}
.carousel-indicators li[data-bs-target] {
  height: 3px;
  width: 30px;
  background-color: orange;
  margin-top: 30px;
}
#project.carousel-indicators .active {
  border: 2px solid transparent;
  background-color: orange;
}
#project #mycarousel .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-top: 3rem;
  margin-bottom: -2rem;
  margin-left: 13%;
  list-style: none;
}

/*project style end */

/*footer */
footer {
  background-color: rgb(238, 238, 238);
  color: white;
  margin-top: 0px;
  overflow: hidden;
  opacity: 400%;
}
footer li {
  line-height: 1rem;
}
footer a {
  color: black;
  font-size: 17px;
  transition-duration: 0.3s;
  text-decoration: none;
}
footer a:hover {
  color: orange;
  text-decoration: none;
}
.copy {
  font-size: 13px;
  padding: 5px;
  border-top: 2px solid black;
  margin-top: 50px;
}
.copy .text-center {
  margin-top: 10px;
}
.footer-middle {
  padding-top: 2em;
  color: black;
}

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}
ul.social-network li {
  display: inline;
  margin: 0 3px;
}

.social-network a.icoFacebook {
  color: black;
}
.social-network a.icoLinkedin {
  color: black;
}

.social-network a.icoenvelope {
  color: #000;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 32px;
  font-size: 24px;
}
.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

/*scrolling button*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  background: linear-gradient(to bottom, #ffcc00 -18%, #ff6600 75%);
  color: white;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
}
#myBtn:hover {
  background-color: white;
  color: #000;
}
