@charset "utf-8";
/* CSS Document */

/******************************/
/*******common css*************/


/******* fonts *********/
@import url('../fonts/poppins_stylesheet.css');
@import url('../fonts/bindumathi_stylesheet.css');
/******* fonts *********/


body{
  background-color: #F2F2F2;
}

a{
    font-size: 15px;
    line-height: 23px;
    color: #3b3b3b;
}

p{
  font-family: 'Poppins';
  font-size: 15px;
  line-height: 21px;
  color: #3b3b3b;
}


.p_sin{
  /* font-family: 'FMBindumathi'; */
    font-size: 15px;
    line-height: 20px;
    color: #3b3b3b;
}

.heading_sin{
  /* font-family: 'FMBindumathi'; */
  font-size: 33px;
  line-height: 35px;
  color: #272727;
  margin-bottom: 20px;
}

.heading{
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 37px;
  /* line-height: 23px; */
  color: #272727;
  margin-bottom: 20px;
}

.sub_heading_sin{
  /* font-family: 'FMBindumathi'; */
  font-size: 28px;
  line-height: 35px;
  color: #000000;
}

.sub_heading {
  font-family: 'Poppins';
  font-size: 25px;
  line-height: 23px;
  color: #000000;
  font-weight: 700;
}

.mini_heading_sin{
  /*font-family: 'FMBindumathi';*/
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 15px;
}

.blue_bg{
  background-color: #004382;
}


/* common styles */

.white_bg{
  background-color: #ffffff;
  padding: 10px 15px;
}

/* button */

.btn-primary{
  background-color: #004382;
  font-family: 'Poppins';
  font-size: 13px;
  line-height: 23px;
  color: #ffffff;
  border: none;
  padding: 0.75em 1.5rem;
  -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn-primary:hover{
  background-color: #FF0006 !important;
}

.yellow_btn{
  background-color: #FFDE00 !important;
  color: #000000 !important;
  padding: 1.3em 1.5rem !important;
}

.yellow_btn:hover {
  color: #ffffff !important;
}


/* header */

.nav_con{
  z-index: 999;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.top_social_icon .fa-brands {
  padding: 10px;
  font-size: 15px;
  width: 35px;
  text-align: center;
  text-decoration: none;
  margin: 2px 0px;
  border-radius: 5px;
  background-color: #004382;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.top_social_icon .fa-brands:hover{
  background-color: #FF0006;
  color: #ffffff;
}

.top_social_icon .fa-solid {
  padding: 10px;
  font-size: 15px;
  width: 35px;
  text-align: center;
  text-decoration: none;
  margin: 2px 0px;
  border-radius: 5px;
  background-color: #004382;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.top_social_icon .fa-solid:hover{
  background-color: #FF0006;
  color: #ffffff;
}

.top_email {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.top_email:hover{
  background-color: #FF0006;
  color: #F2F2F2;
}

.nav_link:hover{
  color: #FF0006;
  font-weight: 600;
}

.nav-link{
  color: #696969 !important;
}

.nav-link:hover {
  color: #FF0006 !important;
  font-weight: 600;
}

.nav-item .active{
  color: #004382 !important;
  font-weight: 600;
}

/* slider */

.main_slider .carousel-item {
  height: 100vh;
  min-height: 450px;
  background: no-repeat center top scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-control-next,
.carousel-control-prev {
  position: relative;
  z-index: 999;
  margin-top: -90px;
  left: 181px;
  bottom: 40px;
  display: flex;
  float: left;
  align-items: center;
  justify-content: end;
  width: 45px;
  padding: 10px;
  color: #000000;
  background-color: #ffffff !important;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 1;
  border-radius: 5px;
  transition: opacity .15s ease;
}

.carousel-control-prev {
  left: 130px !important;
}


.carousel-control-prev-icon {
  background-image: url(../images/prev.svg);
}

.carousel-control-next-icon {
  background-image: url(../images/next.svg);
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
  background-color: #ffcb08 !important;
}

.caption_text {
  width: 500px;
  position: relative !important;
  text-align: left;
  /*height: 100vh;*/
}

.carousel-caption {
  position: absolute;
  right: 0%;
  bottom: 0px;
  left: 0%;
  padding-top: 1.25rem;
  padding-bottom: 0rem;
  color: #272727;
  margin-bottom: 40px;
}

.carousel_caption_col{
  background-color: #ffffff;
}

/* flag */

.color_div{
  height: 18px;
  margin-top: -18px;
}

.color_div div{
  height: 18px;
  position: relative;
  z-index: 2;
}

/* program listing */

.program_img_div{
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
  border-radius: 10px;
  padding-top: 20px;
  border: 1px solid #C7C7C7;
  }
  
.program_tag {
  background-color: #ffffff;
  width: fit-content;
  padding: 5px 15px;
  border-radius: 5px;
  margin-left: -8px;
}

.program_tag{
  -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.program_div:hover .program_tag{
  background-color: #FF9100;
}

.program_div:hover .program_tag p{
  color: #ffffff;
}

.program_div h2{
  min-height: 72px;

}

/* banner */

.banner{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 350px;
  border-radius: 10px;
}

/* Inquiry Form */

.inquiry_img{
  background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.inquiry_form{
  background-color: #FF9100;
  padding: 40px;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
  min-height: calc(3.5rem + calc(var(--bs-border-width)* 2));
  line-height: 1.25;
  font-size: 13px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-floating>label {
  position: absolute;
  font-size: 13px;
  top: 3px;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

/* footer */

.footer_logo{
  width: 180px;
}

.footer_link{
   font-weight: 600; 
  text-decoration: none;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer_link:hover{
  color: #FF0006;
  margin-left: 5px;
}

.cr_text{
  margin-bottom: 0px;
  font-size: 11px;
  color: #939393;
}

/* inner pages */

.inner_slider .carousel-item {
  height: 400px;
  min-height: 400px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.about_img{
  object-fit: cover;
  width: 500px;
  border-radius: 10px;
  border: 1px solid #C7C7C7;
  padding: 40px;
  float: left;
  margin: 0 20px 20px 0;
}

/* pagination */

.pagination{
  gap: 5px;
}

.page-item .page-link {
  margin-left: -1px;
  border-radius: 5px;
  background-color: #757575;
  color: #ffffff;
  font-weight: 800;
  box-shadow: none;
  border: none;
}

.page-link {
  padding: 14px 20px;
}

.page-item .active{
  background-color: #FFDE00;
  color: #000000
}

.page-item .page-link:hover{
  background-color: #FF0006;
  color: #ffffff;
}

.post_detail_img{
  height: 450px !important;
}

/* scroll top */

button.back-to-top {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: transparent;
  clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
  bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
  outline: 0 !important;
}

button.back-to-top::before,
button.back-to-top::after {
  content: "";
  display: block;
  vertical-align: middle;
  border-bottom: solid 10px #FF9100;
  border-left: solid 10px transparent;
  line-height: 0;
  border-right: solid 10px transparent;
  height: 0;
  margin: 18px auto 0;
  width: 0;
  border-radius: 20px;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

button.back-to-top.show::after,
button.back-to-top.show::before {
  visibility: visible;
}

button.back-to-top::after {
  border-bottom-color: #fff;
  position: relative;
  top: -24px;
}

button.back-to-top.show {
  display: block;
  background: #fff;
  color: #00ab6c;
  font-size: 25px;
  right: 25px;
  bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}

button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}


button.back-to-top:hover{
  transform: translateY(-5px);
}

button.back-to-top:hover::before{
  border-bottom: solid 10px #ff0000;
}

.form-control-danger{
  border: 1px solid #FF5559 !important;
}

.has-danger>label{
  color: #FF5559 !important;
}

.text-danger{
  display: none !important;
}

/* responsive styles */

.mobile_menu_body{
  padding: 20px;
  border-radius: 10px;
}

.navbar-toggler{
  background-color: #fff;
  padding: 5px;
}

.mobile_menu_link{
    padding: 2px;
}

.program_div .program_detail{
    min-height: 70px;
      overflow-wrap: break-word;
      word-wrap: break-word;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
      -ms-hyphens: auto;
      -moz-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto;
}

.img_upload{
    
}

.img_upload>.form-control-plaintext:focus, .img_upload>.form-control-plaintext:not(:placeholder-shown), .img_upload>.form-control:focus, .img_upload>.form-control:not(:placeholder-shown) {
    padding-top: 2.5rem;
    padding-bottom: .625rem;
}

.img_upload>.form-control, .img_upload>.form-control-plaintext, .img_upload>.form-select {
    min-height: calc(4.5rem + calc(var(--bs-border-width)* 2));
    line-height: 1.25;
    font-size: 13px;
}

.img_slider{
    height: 400px;
    background: no-repeat center top scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
    border: 1px solid #d3d3d3;  
    border-radius: 10px;
}

.img_slider_div .carousel-control-next, .img_slider_div .carousel-control-prev {
    width: 35px !important;
    padding: 10px;
    margin-top: -65px !important;
}

.img_slider .carousel-control-prev {
    left: 11px !important;
}

.detail_video video {
    position: relative !important;
    height: 450px;
    width: 100% !important;
    right: 0px;
    left: auto;
    object-fit: contain !important;
}
