



/*======= Google Fonts =======*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&family=Sniglet&display=swap');



/*====== Root for all color combo and font style section ======*/



:root {

  --font-normal:'Noto Sans', sans-serif;

  --font-heading: 'Sniglet', cursive;

  --green-color: #ABBE92;

  --yellow-color: #FDC800;

  --red-color:#ED1D24;

  --black-color:#43525A;

}





/* ======== Common Style ======*/

html {

  font-family: var(--font-normal);

  overflow-x: hidden;

}

body {

  position: relative;

}

ul {


}

p{

  letter-spacing: 0.5px;

  font-family: var(--font-normal);

  line-height: 26px;

}

h1,h2,h3,h4,h5,h6 {

  font-family: var(--font-heading);

  text-transform: capitalize;

  color: var(--gray-color);

  letter-spacing: 1px;

  position: relative;

}

a {

  letter-spacing: 1px;

  transition: all 0.5s;

  color: var(--light-blue-color);

  text-decoration: none;

}

.btn_rdgmc {

  background-color: var(--yellow-color);

  padding: 8px 25px;

  text-transform: uppercase;

  border-radius: 10px;

  color: #000;

  font-size: 18px;

}

section {

  background-color: #F6F7F9;

}



/*Nav ==============*/

.header_index {

  position: relative;

}

header {

  position: absolute;

  width: 100%;

  z-index: 5;

  top: 0;

}

header .logo_header {

  background-color: #f1f1f1;

  position: relative;

}

.logo_header h3 {

  text-transform: uppercase;

  color: #ed1c24;

  font-weight: 700;

  margin-bottom: 0;

  text-align: center;

}

.logo_header h3 span {

  color: #ed1c24;

  font-size: 16px;

  font-weight: normal;

  text-align: center;

  display: block;

}
.logo_header a i {
  color: #ed1c24;
}
header .top_menu {

  width: 500px;

  height: 40px;

  text-align: right;

  display: flex;

  margin: 0 auto;

  align-items: center;

  justify-content: center;

  background: rgba(237, 29, 36, 0.8);

  border-radius: 0px 0px 18px 18px;

}

header .scl_name {

  font-size: 20px;

  text-transform: uppercase;

  color: var(--yellow-color);

  margin-bottom: 0;

}
header ul {
  
  list-style: none;

  padding: 0;

  margin: 0;
}
header ul li i {

  color: #fff;

  font-size: 20px;

}

nav {

  padding:10px 0;

}

nav ul {

  list-style: none;

  padding: 0;

  margin: 0;
  color: var(--yellow-color);

}
nav ul li {
  position: relative;
}
nav ul li a {

  color: #fff;

  font-size: 16px;

}

nav ul li a i {

  color: var(--yellow-color);

}


.dropdown:hover .dropdown-menu {
    display: block;
    background-color: #43525B;
    border: none;
    top: 99%;
    left: 0;
    padding: 0;
    margin-top: 0; // remove the gap so it doesn't close
 }
 .dropdown-menu li {
  padding: 0;
 }
 .dropdown-item {
  padding: 8px 15px;
  color: #fff;
  border-bottom: thin solid var(--yellow-color);
 }

/*slider caption animations ==========*/



.bread_cum_img {

  background-image: url(../LifeLine/back.jpg);

  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;

}

.bread_cum_img h4 {
  color: var(--yellow-color);
}


#carouselExampleCaptions {

  height: 545px;

  overflow: hidden;

}

.carousel-caption {

  bottom: 5.25rem;

}



/*Heading ===========*/



.heading {

  display: block;

  margin-bottom: 30px;

}

.heading span {

  background-color: var(--green-color);

  padding: 5px 8px;

  color: var(--red-color);

  font-weight: bold;

}



/*Services box style =\\=========*/





.services_box {

  min-height: 370px;

  display: block;

  margin-bottom: 15px;

  padding: 30px 40px;

  background-color: #f6f6f6;

  border-radius: 15px;

  text-align: right;

}



.services_box img {

  width: 100px;

}



.services_box h4 {

  margin-top: 20px;

  text-align: left !important;

  font-weight: bold;

  color: #18407C;

}



.services_box p {

  text-align: justify!important;

}



/*Mentors ================*/

.mentor_sec {

  border-radius: 20px;
  background-color: var(--green-color);
  height: 410px;
  margin-bottom: 200px !important;

}



.mentor_box {

  position: relative;

  width: 100%;

  border-radius: 10px;

}

.mentor_box > .img_box {

  height: 250px;

  overflow: hidden;

  border-radius: 10px 10px 0  0;

}

.mentor_box > .img_box > img {

  object-fit: cover;

  object-position: center;

  height: 250px;

  width: 100%;

}
.mentor_box .content_info {
  background-color: #fff;
}

.mentor_box .content_info a {

  background-color: var(--yellow-color);

  color: #000;

  padding: 5px 8px;

  display: block;

  font-size: 12px;

}.mentor_box .content_info h6 {

  color: var(--red-color);

  font-weight: bold;

  display: block;

  margin-bottom: 10px;

}



/*News ===============*/

.heading_news {

  position: relative;

}

.heading_news > span {

  position: absolute;

  font-size: 64px;

  left: 20px;

  top: -30px;

  z-index: -1;

  color: #F2F2F2;

}

.heading_news h3 {

  font-size: 36px;

}

.heading_news label.line {

  display: block;

  width: 100%;

  height: 2px;

  background: linear-gradient(to right, rgb(253, 200, 0), rgba(253, 200, 0, 0.0)); ;

}

.notice_box .date h4 {

  font-size: 36px;

}



.news_box .date {

  border: 2px solid var(--yellow-color);

  padding: 5px;

  position: relative;

  width: 70%;

  margin: 0 auto;

}

.news_box .date::before {

  position: absolute;

  right: -25px;

  content: '';

  top: 50px;

  width: 25px;

  height: 2px;

  background-color: var(--yellow-color);

}

.news_box .date h4 {

  font-size: 36px;

}



.bx-wrapper {

  margin: 0 !important;

}





/*table style =============*/



table {

    width: auto;

    margin: 0 auto;

    margin-bottom: 1rem;

    color: #212529;

    vertical-align: top;

    border-color: #dee2e6;

    border-width: 1px 0;

  }

table > thead {

  vertical-align: bottom;

  }



  table tr:nth-child(2n+1) {

    background-color: #f5f5f5;

}



table > :not(caption) > * > * {

      padding: .5rem .5rem;

      background-color: var(--bs-table-bg);

      border-width: 1px;

      box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);

    }



/*Facilities_box style ========*/



.Facilities_box {

  height: 350px;

  overflow: hidden;

}

.Facilities_box .Facilities_img {

  height: 350px;

  overflow: hidden;

}

.Facilities_box:nth-child(2n+1) {

    background-color:#E5EBDE

}

.Facilities_box .Facilities_img  img {

  height: 350px;

  object-fit: cover;

  object-position: center;

  width: 100%;

}



/*Gallery sec=============*/







.gallery_sec .nav {



  justify-content: center;



  align-items: center;



}



.gallery_sec .nav-tabs {



  border: none;



}



.gallery_sec .nav li {



  padding: 0 15px;



}



.gallery_sec .nav-tabs .nav-link.active {



  background-color: var(--yellow-color);



  padding: 8px 15px;



  border-radius: 10px;



  color: #000;



}



.img_gal {



  height: 350px;



  width: 100%;

  display: block;



  position: relative;



}



.img_gal > img {



  height: 350px;



  width: 100%;



  object-fit: cover;



  object-position: center;



}



.img_gal > iframe {



  height: 350px;



  width: 100%;



  object-fit: cover;



  object-position: center;



}



.img_gal .overtext {



  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0)); 



  position: absolute;



  display: flex;



  align-items: flex-end;



  justify-content: center;



  bottom: 0;



  width: 100%;



  height: 100%;



  left: 0;



}



.img_gal .overtext > p {



  color: #fff;



}



/*Contact Us =============*/



.icons_info {

  font-size: 25px;

  color: var(--yellow-color);

}



.info_text {

  color: #555;

}

.info_text strong {

  display: block;

  color: var(--brown-color);

  margin-bottom: 5px;

}

.info_text a {

  color: #555;

}

.info_text a:hover {

  color: var(--brown-color);

}



input[type="text"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], input[type="time"], select, textarea {

  display: block;

  height: 50px;

  width: 100%;

  margin: 0 0 20px 0;

  color: inherit;

  border: 0;

  border-radius: 5px;

  padding: 14px 20px 12px;

  font-family: inherit;

  font-size: 13px;

  font-weight: var(--lmsmart-header-font-weight);

  line-height: 1.7;

  background-color: #fff;

  border-bottom: thin solid var(--brown-color);

  text-transform: unset;

  transition: 0.3s;

}



/*footer ================*/



footer {

  background-color: #363636;

}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


footer .head_foot {

  display: block;

  margin-bottom: 15px;

}

footer .head_foot h4 {

  font-size: 24px;

  font-weight: 400;

  color: #fff;

}

footer .head_foot span {

  width: 40px;

  display: block;

  height: 2px;

  background-color: var(--yellow-color);

}

footer ul li a {

  color: #fff;

  font-size: 13px;

  padding: 5px 0;

  display: block;

}



footer ul li i {

  color: var(--yellow-color);

}



.foot_botom {

  border-top: thin solid var(--yellow-color);

}





/*Media Query ================*/



@media (max-width: 500px) {

  #carouselExampleCaptions {

    height: auto;

  }

  header {

    position: relative;

  }

  .gallery_sec .nav li {

    padding: 0 8px;

  }

  .gallery_sec .nav-tabs .nav-link {

    font-size: 12px;

  }

  .gallery_sec .nav-tabs .nav-link.active {

    font-size: 12px;

  }

}