.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:50px 0px;}









.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%;}


