.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #333;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #F3603C;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title {
  text-align: center;
  padding-bottom: 0px;
}
.section-title h3 {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #004F6D;
  font-weight: normal;
}
.section-title h3::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #F3603C;
  bottom: 0;
  left: calc(50% - 20px);
}
.services_top {
  margin-bottom: 10px;
}
.services_thumnail {
  border: 1px solid #ccc;
  text-align: center;
  padding: 15px 5px 15px 5px;
  margin-bottom: 20px;
  border-radius: 5px 5px 5px 5px;
}
.services_thumnail img {
  width: 150px;
  margin-bottom: 10px;
  margin-top: 0px;
}
.services_thumnail:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.services_thumnail h3 {
  font-size: 14px;
  background: #b10e05;
  color: #fff;
  line-height: 27px;
  letter-spacing: 1px;
}
.overview ul {
  list-style: none;
}
.overview ul li {
  margin-bottom: 8px;
}
.overview ul li i {
  margin-right: 10px;
  color: #62b531;
}
.thumb {
  border: 1px solid #ccc !important;
  text-align: center;
  padding: 5px !important;
  margin-bottom: 20px;
  border-radius: 5px 5px 5px 5px;
  background: #fff;
}
.thumb:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
/*.banner .carousel-control-next, .carousel-control-prev{bottom: 455px!important;}

.banner .carousel-control-prev{bottom: 555px!important;}*/
#about-kaushalganga {
  margin: 80px 0px;
}
/*.carousel-item{ position: relative; top:63px;}*/
.mission {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 10px;
 /* text-align: center;*/
  margin-bottom: 30px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
/*.mission h3 {
  border-bottom: 1px solid #006eaf;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #b10e05;
  font-size: 24px;
}*/
.services_top .section-title {
  text-align: center;
  padding-bottom: 30px;
}
.services_top .section-title h2 {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #333;
}
.services_top .section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.services_top .section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #F3603C;
  bottom: 0;
  left: calc(50% - 20px);
}
fieldset {
  border: solid 1px #ccc;
  padding: 5px 15px;
  margin-bottom: 25px;
}
.login_btn {
  border-radius: 5px;
  padding: 8px 13px;
  min-width: 150px;
  text-align: center;
  background:#dc3545;
  float:left;
  margin-top: 10px;
}
.login_btn a {
  color: #fff;
}
.login_btn:hover {
  background: #b10e05;
}
.login {
  margin-top: 20px;
  background: #b10e05;
  border: #b10e05;
  border-radius: 5px;
}


/*.about_wraper{ padding: 60px 0px;}*/



.about_wraper {
  background: #f8f9fb;
  padding: 60px 0;
  font-family: 'Montserrat', sans-serif;
  color: #333;
  position: relative;
}

/* ---------- TEXT STYLING ---------- */
.about_wraper p {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  color: #555;
}

.about_wraper strong {
  color: #000;
}

/* ---------- SECTION HEADING ---------- */
.about_wraper .section-heading h3 {
  font-size: 26px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  color: #1a4ffc;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.about_wraper .section-heading h3::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60%;
  height: 3px;
  background: linear-gradient(45deg, #1a4ffc, #f61263, #ff7d48);
  border-radius: 2px;
}

/* ---------- MISSION / VALUE BOX ---------- */
.about_wraper .mission {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  padding: 40px 30px;
  margin-top: 40px;
  transition: all 0.3s ease-in-out;
}

.about_wraper .mission:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* ---------- IMAGE STYLING ---------- */
.about_wraper .mission img.sec-img {
  border-radius: 15px;
  transition: all 0.3s ease;
}

.about_wraper .mission img.sec-img:hover {
  transform: scale(1.03);
}

/* ---------- LIST STYLING ---------- */
.about_wraper ul {
  list-style: none;
  padding-left: 0;
}

.about_wraper ul li {
  font-size: 16px;
  line-height: 1.8;
  position: relative;
  padding-left: 30px;
  color: #444;
  margin-bottom: 8px;
}

.about_wraper ul li i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #1a4ffc;
  font-size: 18px;
  transition: color 0.3s;
}

.about_wraper ul li:hover i {
  color: #f61263;
}

/* ---------- HOVER EFFECTS ---------- */
.about_wraper .mission:hover h3 {
  color: #f61263;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 767px) {
  .about_wraper .mission {
    padding: 25px 20px;
  }
  .about_wraper .section-heading h3 {
    font-size: 22px;
  }
}







.myaccordion {
  /*max-width: 500px;
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);*/
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;margin-bottom: 4px;
}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent; padding: 0px;
}

.myaccordion .fa-stack {
  font-size: 12px; color: #2866a1;
}

.myaccordion .btn {
width: 100%;
color: #000;
padding: 0;
font-size: 15px;
border-bottom: 1px solid #ccc;
border-bottom: 1px solid #ccc;  padding-bottom: 10px;

}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none; color: #b10e05;
}

.myaccordion li + li {
  margin-top: 10px;
}



.accordion-section .panel-default > .panel-heading {
    border: 0;
    background: #f4f4f4;
    padding: 0;
}
.accordion-section .panel-default .panel-title a {
    display: block;
    font-style: italic;
    font-size: 1.5rem;
}
.accordion-section .panel-default .panel-title a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 3rem;
    content: "\f106";
    color: #1f7de2;
    float: right;
    margin-top: -12px;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}
.accordion-section .panel-default .panel-body {
    font-size: 1.2rem;
}

.carousel-control-next-icon{ display:none;}
.carousel-control-prev-icon{ display: none;}

.animate__animated, .animate__bounceInRight{position: absolute;
    bottom: 62%;
    left: 34%;}


