* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}



html, body {
  font-family: 'Poppins', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  margin:0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

h4{
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 600;
}

.register-list p{
  line-height: 2;
  margin-top:10px;
  text-align: center;
}
.content-reg span {
    margin-top: 10px;
    text-align: center;
    display: block;
  }
  .content-reg p {
    margin: 15px 0;
    text-align: center;
  }
.main{
  flex-grow:1
}
.layout_padding {
  padding: 45px 0;
  height:100%;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 20px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}




/*header section*/
.hero_area {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
/*background-image: linear-gradient(55deg, #331d1d 0%, rgba(217, 217, 217, 0) 100%), url(../images/bg-image.webp);
 
 /*background-image: url(../images/website/mainpic.JPG);*/
  background-image: linear-gradient(180deg, rgba(51, 29, 29, 0.7), rgb(21 16 16 / 90%)), url(../images/bg-image.webp);
}

.sub_page .hero_area {
  height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 10px 30px;
  color: #556270;
  text-align: center;
 /* text-transform: uppercase;*/
 /* background-color: #e93f1a;*/
  margin:10px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link:hover {
  border-bottom:3px solid #556270;
  color: #d9232d;

}
.nav-item a.active {
  border-bottom: 3px solid #e93f1a;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  width:100px;
  margin-right: 5px;
}

.navbar-brand span {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/website/menu.png);
 
}

/*end header section*/
/* slider section */
.slider_section {
  height: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail-box {
  color: white;
}

.slider_section .detail-box h1 {
  color: white;
  font-weight: 600;
  line-height: 3.5rem;
 
 
}

.slider_section .detail-box h1 span {
  color:white;
  display: inline;
  font-weight: 600;
  font-size: 2rem;
  font-family: 'Baloo', cursive;
    }

.slider_section .detail-box p {
  margin-top: 15px;
}

.slider_section .detail-box .btn-box {
  margin-top: 45px;
}

.slider_section .detail-box .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #d9232d;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 5px;
}

.slider_section .detail-box .btn-box a:hover {
  background-color: transparent;
  border-color: #e93f1a;
  color: white;
}

.highlight-box {
border-radius: 5px;
/*border: 2px solid #554b49;*/
/*padding: 30px;*/
}

.highlight-box h1 span
{
  display: inline;
  font-size: 2rem;
  font-family: 'Baloo', cursive;
  margin-bottom: 15px;
  color:white;
  border-bottom: 2px solid;

}

.highlight-box p {
  margin-right: 10px;
color:white;
}

.slider_section #carouselExampleIndicators {
  width: 100%;
}

.slider_section .carousel-indicators {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: initial;
  width: 25px;
  height: 200%;
  margin: 0;
  bottom: 50%;
  right: 45px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.slider_section .carousel-indicators::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 55%;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slider_section .carousel-indicators span {
  margin: 0 2px;
}

.slider_section .carousel-indicators li {
  text-indent: unset;
  margin: 0;
  border: none;
  opacity: 1;
  background-color: transparent;
  width: auto;
  height: auto;
}

.slider_section .carousel-indicators li.active {
  color: #e93f1a;
}

.slider_section .custom_carousel-control {
  position: absolute;
  top: 50%;
  left: 25px;
  width: 105px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider_section .custom_carousel-control .carousel-control-prev,
.slider_section .custom_carousel-control .carousel-control-next {
  margin: 10px 0;
  position: relative;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
  background-color: #e8e8e8;
  border-radius: 100%;
}

.slider_section .custom_carousel-control .carousel-control-prev:hover,
.slider_section .custom_carousel-control .carousel-control-next:hover {
  background-color: #e93f1a;
}

.slider_section .custom_carousel-control .carousel-control-prev {
  background-image: url(../images/prev.png);
}

.slider_section .custom_carousel-control .carousel-control-prev:hover {
  background-image: url(../images/prev-white.png);
}

.slider_section .custom_carousel-control .carousel-control-next {
  background-image: url(../images/next.png);
}

.slider_section .custom_carousel-control .carousel-control-next:hover {
  background-image: url(../images/next-white.png);
}

.marquee {
  color: white;
  height: 50px;
  overflow: hidden;
  background: rgb(108, 117, 125);
  display: flex;
  justify-content: center; /* horizontally center the content */
  align-items: center;
}
/*
#blink_text{	
  animation-name:blink;
  width:280px;
  animation-duration:1s;
  animation-timing-function:ease-in;
  animation-iteration-count:Infinite;
  }
*/
@keyframes blink{
  0%{color:rgb(45, 14, 197);}
  50%{color:white;}
  100%{color:rgb(69, 11, 217);}
}
/* end slider section */
.about_section .img-box img {
  width: 100%;
}

.about_section .detail-box a {
  padding: 10px 35px;
  background-color: #e93f1a;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 5px;
  margin-top: 25px;
float:right;

}

.about_section .detail-box a:hover {
  background-color: transparent;
  border-color: #e93f1a;
  color: #e93f1a;
}

.about_section .detail-box p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: justify;
}

.about_section span {
  color:#e93f1a;
  font-weight: 600;
 /* border-bottom:3px solid blue;*/
}

.about_section .row {
  display: flex;
  justify-content: center; 
  align-items: center; 
  height: 100%; 
  margin: 0; 
}

.about_section .heading_container {
  text-align: center;
  padding-bottom: 30px;

}
.about_section .heading_container h2 {
  text-align: center;
  position:relative;
  margin-bottom: 20px;
  padding: 30px;
}

.about_section .heading_container h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #e96b56;
  bottom: 0;
  left: calc(50% - 25px);
}

.body_bg {
 /* background-color: #eaded2;*/
  margin: 0;
  height: 100%;
}


.organizer_bg {
  width: 100%;
}


.service_section .heading_container {
  text-align: center;
  padding-bottom: 30px;

}
.service_section .heading_container h2 {
  text-align: center;
  position:relative;
  margin-bottom: 20px;
  padding: 30px;
}

.service_section .heading_container h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #e96b56;
  bottom: 0;
  left: calc(50% - 25px);
}
.program_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 1rem;
  color: #333;
  text-align: left;
}

.program_table th, .program_table td {
  border: 1px solid #ddd;
  padding: 10px 15px;
  text-align:left;
}

.program_table th {
  background-color: #e96b56;
  color: #fff;
  text-align: center;
}

.program_table td {
  vertical-align: top;
}

.program_table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.program_table tr:hover {
  background-color: #e9ecef;
}

.service_section .box {
  width: fit-content;
  min-width: 350px;
  max-width: 500px;
  border-radius: 10px;
  margin:10px;
}

.service_section h4 {
  margin-top: 5px;
  color:#b80909
}
.service_section .detail-box {
  display: flex;
  flex-direction: row;
}


.service_section .box a {
  padding: 6px 25px;
  border: 1px solid #e93f1a;
  color: #e93f1a;
  text-transform: uppercase;
}



.wrap {
  margin: 0 10px;
}

.textbox-1 {
  font-size: 1.25em;
  text-align: justify;
  display: flex;
}
.inner {
  margin: auto;
}

.inner span {
  color:blue;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
/*
.inner span::after{
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: inline-block;
  width: 47px;
  margin-left: -26px;
  border-bottom: #dc3545 solid 3px;}
 
.content {
  display: flex;
  justify-content: space-around;
  padding: 25px 0;
  max-width: 1280px;
  margin: 10px auto;
}*/ 
.w60 {
  flex: 1 0 55%;
  background: #f9f9f9;
  padding: 10px 20px;
}
.w30 {
  background: #f9f9f9;
}
.wrap2 .w60{flex: 1 0 50%;}
.object-fit {
  overflow: hidden;
  position: relative;
  max-width:50%;
}
.object-fit img {
  width:auto;
  height:320px;
  display:block;
  margin:auto
}


@media screen and (max-width: 700px) {
  .content {
    flex-wrap: wrap;
  }
  .wrap .content > * {
    flex: 1 0 100%;
    max-width:none;
  }

  p{
    overflow: visible; /* this is an example of the browser default */
}

  .object-fit img {
    position: static;
    height: auto;
    width: 100%;
    margin: auto;
    display: block;
    transform: none;
    border-bottom: 5px solid red;
    border-top: 5px solid #000;
  }
  .textbox-1 {
    order: 1;
    min-height: 0;
  }
}


.quote_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          display: flex
}


.contact_section .reg_button .btn-box a {
  display: inline-block;
  padding: 10px 55px;
  color: white;
  transition: all 0.3s;
  border: 1px solid #e93f1a;
  border-radius: 5px;
  background-color: #d9232d;
  text-decoration: none; 
  margin-top: 20px;

}

.contact_section .btn-box a:after{
  content: ">>";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.contact_section .btn-box a:hover {
  padding-right: 25px;
  background-color: white;
color:black;
}


.contact_section .btn-box a {
  opacity: 1;
  right: 0;
}


.quote_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  margin-bottom: 45px;
}

.quote_section .heading_container h2 {
  text-align: center;
  position:relative;
  margin-bottom: 20px;
  padding: 30px;
}

.quote_section .heading_container h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #e96b56;
  bottom: 0;
  left: calc(50% - 25px);
}

.quote_section .contact_form {
  vertical-align: middle;
  text-align: center;
}
.quote_section .box .btn-box a:hover {
  background-color: transparent;
  border-color: #e93f1a;
  color: #e93f1a;
}

.quote_section .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
  margin: 20px 0;
}

.contact_box {
  flex: 1;
  padding: 15px;
  margin: 10px;
  text-align: left;
}
.contact_box img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.contact_box p {
  margin: 10px 0;
  font-size: 16px;
  color: #333;
}
.contact_box i {
  margin-right: 10px;
  color: #007BFF; /* Highlight icons with a blue color */
}

@media (max-width: 768px) {
  .box {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact_box {
    width: 100%;
  }
}


.quote_section .google-map {
  padding-bottom: 50%;
  position: relative;
  margin:20px 0 20px;
}

.quote_section .google-map iframe {
  height: 500px;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}


.contact_section .contact_bg {
  background-color: #ffffff;
}

.contact_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  margin-bottom: 45px;
}

.contact_section .heading_container h2 {
  text-align: center;
  position:relative;
  margin-bottom: 20px;
  padding: 30px;
}

.contact_section .heading_container h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #e96b56;
  bottom: 0;
  left: calc(50% - 25px);
}

table {
  border-collapse: collapse;
  margin: 0;
  font-size: 0.9em;
  width: 335px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  text-align: center;
}

table thead tr {
  background-color: #009879;
  color: #ffffff;
  text-align: center;
}

th,td {
    padding: 12px 15px;
    
}

 tbody tr {
  border-bottom: 1px solid #dddddd;
}

 tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

 tbody tr:last-of-type {
  border-bottom: 2px solid #009879;
}



/*.contact_section .contact_form {
  padding-left: 25px;
  padding-right: 69px;
 
}


.contact_section .contact_form p {
justify-content: space-between;
display: flex;

}

*/
.contact_section .contact_form a {
  display: inline-block;
  padding: 8px 61px;
  background-color: #e93f1a;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 5px;
  margin: 50px 0 25px 0;
  text-align: center;

}

.contact_section span{
  color:#dd1616;
  font-size:1.2rem;
}

.contact_section ul {
  list-style-position: outside;
margin-left:20px;
}
.contact_section li{
     margin-top: 10px;
 font-size: 1rem;
 margin-bottom: 10px;
 line-height:2;
 list-style-type: disc;

}

.contact_section .layout_padding2-top {
  padding-top:20px;
}

.contact_section .contact_form button:hover {
  background-color: transparent;
  border-color: #e93f1a;
  color: #e93f1a;
}

.client_section .contact_bg {
  /*background-color: #ffffff;
  width:50%;
  color:#1407ae;*/
  font-weight: 600;
  border: 15px solid transparent;
  padding: 0 31px;
}

.client_section .heading_container {
  text-align: center;
  padding-bottom: 30px;

}
.client_section .heading_container h2 {
  text-align: center;
  position:relative;
  margin-bottom: 20px;
  padding: 30px;
}

.client_section .heading_container h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #e96b56;
  bottom: 0;
  left: calc(50% - 25px);
}

/* Container Styling */
.container {
  max-width: 1200px;
  margin: auto;
/*  padding: 20px;*/
}

/* Faculty Container */
.faculty-container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

/* Faculty Item Styling */
.faculty-item {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
  width: 300px;
  padding: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faculty-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

/* Faculty Image Styling */
.faculty-item img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 15px;
  object-fit: cover;
}

/* Faculty Info */
.faculty-info h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
  color: #333;
}

.faculty-info p {
  font-size: 14px;
  color: #666;
  margin: 5px 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .faculty-container {
    flex-direction: column;
    align-items: center;
  }
  .faculty-item {
    width: 90%;
  }
}

.flex-container {
  display: flex;
  flex-direction: row;
    gap: 2rem;
}

.flex-child {
  flex: 1;
  border: 2px solid transparent;
  background: #d9e1f3;
  padding: 20px 30px;
}  
.advisory-committee {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  /* max-width: 600px;*/
  text-align: center;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px;

}



.advisory-committee li {
  background-color: white;
  margin: 10px 0;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #e96b56;
}

.advisory-committee li h4{
  font-size: 17px;
}

.advisory-committee li p{
  font-size: 15px;
  text-align: center;
  padding: 0;
}

.advisory-committee li:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  color: #000;
  border-left-color: black; 
}

.advisory-committee img.committee-photo {
  width: 250px;
  height: 300px;
 /* border-radius: 50%;*/
  object-fit: cover;
  margin-bottom: 10px; 
}


/* footer section*/
.footer_section {
  background-color: #222;
  color: #fff;
  padding: 20px 0;
  border-top: 3px solid #fd7e14; /* Add a highlight color at the top */
}

.footer_contact {
  display: flex;
  justify-content: space-between; 
  align-items: center; 
}
.footer_contact .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.p-box p {
  margin: 0;
  font-size: 14px;
  color: #aaa;
}
.social-links a {
  margin: 0 10px;
  font-size: 18px;
  color: #fff;
  transition: color 0.3s;
}
.social-links a:hover {
  color: #007BFF; /* Highlight color on hover */
}
.quick-links a {
  margin: 0 10px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  transition: color 0.3s;
}
.quick-links a:hover {
  color: #007BFF; /* Highlight color on hover */
}
@media (max-width: 768px) {
  .footer_contact .box {
    flex-direction: column;
    text-align: center;
  }
  .social-links,
  .quick-links {
    margin-top: 10px;
  }
}





