/* nunito Sans google fonts use */
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap");

/* start header Section */

header {
  background: linear-gradient(180deg, #ffffff 0%, #fffbf0 100%);
  /* box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2); */
  padding: 0px 0px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}

.lg_hd_bx_mn {
  display: flex;
  margin-top: 10px;
}

.lg_hd_bx_sb {
  margin-right: 10px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.logo_hr_line {
  height: 100%;
  width: 4px;
  background-color: #863a2c;
  margin: 0px 10px;
}

.logo_mn {
  height: 90px;
  object-fit: contain;
}

.logo_heading_n {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #863a2c;
  display: block;
  /* margin-top: 12px; */
  margin-bottom: 5px;
  width: 80%;
}

.logo_heading_n_d {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 18px;
  color: #d64820;
  display: block;
}

.cm_box_mn {
  display: flex;
  float: right;
}

.nv_hd1 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  display: block;
  text-align: right;
}

.nv_hd2 {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #000;
  display: block;
}

.cm_box_mn_al {
  margin-top: 75px;
}

.header_menu {
  background: linear-gradient(180deg, #8f2719 0%, #863a2c 100%);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  padding: 0px 0px;
}

.header_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 8px;
}

.header_menu ul li {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  display: inline;
  margin-right: 25px;
  /* border-bottom: 2px solid #EC8C20; */
  padding: 8px 0px;
  cursor: pointer;
}

.header_menu ul li:hover {
  border-bottom: 3px solid #ec8c20;
}

.header_menu .active {
  border-bottom: 3px solid #ec8c20;
}

.all_hd_menu {
  margin-right: 10px;
}

.officer_login_btn {
  background: linear-gradient(180deg, #f18a1a 0%, #d34a1c 100%);
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  padding: 12px 20px;
  border: 0;
  outline: none !important;
  float: right;
  cursor: pointer;
}

.cm_img {
  margin-top: 5px;
}

#sc_st_ban_sect {
  /* background-image: url("../images/sc_st_ban.jpg"); */
  height: 485px;
  /* background-position: center;
	background-repeat: no-repeat;
	background-size: cover; */
  margin-top: 152px;
}

.ofc_log_ic {
  margin-right: 10px;
  margin-top: -1px;
}

#sc_st_ban_sect h3 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 18px;
  color: #f4e0a1;
  text-align: left;
}

#sc_st_ban_sect p {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: left;
}

.read_more_bn_btn {
  background: linear-gradient(180deg, #fff1cd 0%, #fcbb5a 100%);
  box-shadow: 1px 1px 3px rgba(0, 33, 61, 0.3);
  border-radius: 6px;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #8f2719;
  text-align: center;
  padding: 12px 20px;
  border: 0;
  outline: none !important;
  cursor: pointer;
}

#sc_st_ban_sect .carousel-caption {
  text-align: left;
  left: 9%;
  margin-top: 5px;
  bottom: 0px;
}

.read_more_bn_btn_ic {
  margin-left: 10px;
}

#sc_st_ban_sect.carousel-control-next,
.carousel-control-prev {
  width: 5% !important;
}

#sc_st_ban_sect .carousel-control-next {
  width: 5% !important;
}

#process_flow_sect h2 {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 18px;
  color: #000;
  margin-top: 15px;
}

#process_flow_sect {
  background: #fefaf2;
  padding: 20px 0px;
  margin-top: -7px;
}

.process_flow_down {
  margin: 20px 0;
}

footer {
  background: #4a2222;
  box-shadow: 4px 0px 6px rgba(0, 0, 0, 0.67);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  padding: 10px 0;
  /* position: fixed; */
  width: 100%;
  bottom: 0;
}

footer p {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-align: left;
  padding: 0;
  margin: 0;
  margin-top: 5px;
}

#middel_part_sect {
  height: 100%;
}

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

footer ul li {
  display: inline;
  margin-right: 5px;
  cursor: pointer;
}

.ic_social {
  float: right;
}

.process_flow_img {
  width: 100%;
  height: auto;
}

.header_menu_mobile {
  display: none;
}

.sidepanel {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #863a2c;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
  color: #f1f1f1;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.openbtn {
  font-size: 18px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 5px 15px;
  border: none;
  border-radius: 5px;
  margin-left: 20px;
}

.openbtn:hover {
  background-color: #444;
}

.mob_menu_col {
  display: none;
}

@media (max-width: 575.98px) {
  header {
    position: relative;
  }

  .logo_mn {
    width: 70px;
    height: 70px;
  }

  .logo_heading_n {
    font-size: 13px !important;
    line-height: 16px !important;
    margin-top: 10px !important;
    margin-bottom: 2px !important;
    width: 100%;
  }

  .logo_heading_n_d {
    font-size: 12px;
    line-height: 18px;
  }

  .cm_box_mn {
    display: none;
  }

  .officer_login_btn {
    margin-top: -3px;
    font-size: 14px;
    padding: 12px 15px;
    border-radius: 5px;
    right: 0;
    margin-right: 20px;
    position: absolute;
    margin-bottom: 5px;
  }

  .header_menu ul li {
    font-size: 14px;
    margin-right: 5px;
    padding: 8px 0px;
  }

  .all_hd_menu {
    margin-right: 5px;
  }

  .header_menu {
    margin-top: 10px;
  }

  .w-100 {
    width: initial !important;
  }

  #sc_st_ban_sect {
    margin-top: 0px;
    height: auto;
  }

  .process_flow_down {
    margin: 20px 0;
    width: 100%;
    height: auto;
  }

  footer p {
    font-size: 12px;
    margin-top: 5px;
  }

  .ic_social {
    float: left;
    margin-top: 5px;
  }

  #process_flow_sect h2 {
    font-size: 22px;
    margin-top: 10px;
  }

  .process_flow_down {
    display: none;
  }

  #sc_st_ban_sect .carousel-control-next {
    width: 10% !important;
  }

  #sc_st_ban_sect.carousel-control-next,
  .carousel-control-prev {
    width: 10% !important;
  }

  .lg_hd_bx_sb {
    margin-right: 10px !important;
  }

  .mob_menu_col {
    display: block;
  }

  .header_menu_mobile {
    background: linear-gradient(180deg, #8f2719 0%, #863a2c 100%);
    box-shadow: 0px 2px 3px rgb(0 0 0 / 20%);
    padding: 10px 0px;
    display: block;
    margin-top: 10px;
  }

  .header_menu {
    display: none;
  }

  .hd_cvb {
    display: flex;
  }

  .hd_cvb_sb {
    float: right;
  }

  .header_menu_mobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 8px;
    margin-left: 20px;
  }

  .header_menu_mobile ul li {
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    display: block;
    margin-right: 25px;
    /* border-bottom: 2px solid #EC8C20; */
    padding: 8px 0px;
    cursor: pointer;
  }

  .header_menu_mobile ul li:hover {
    /* border-bottom: 3px solid #EC8C20; */
    color: #ec8c20;
  }

  .header_menu_mobile .active {
    color: #ec8c20;
  }

  .read_more_bn_btn {
    display: none;
  }

  #sc_st_ban_sect .carousel-caption {
    text-align: left;
    left: 9%;
    margin-top: 5px;
    bottom: -24px;
    width: 85%;
  }

  #sc_st_ban_sect h3 {
    font-weight: 800;
    font-size: 16px;
    line-height: 19px;
    color: #f4e0a1;
  }

  #sc_st_ban_sect p {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    text-align: justify;
  }
}

@media (min-width: 765px) {
  
}

@media (max-width: 991.98px) {
  header {
    width: 100%;
    z-index: 999;
    position: relative;
  }

  .process_flow_down {
    margin: 0px 0;
    width: 100%;
  }
  .logo_heading_n_d {
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #d64820;
    display: block;
  }
  .logo_mn {
    width: 70px;
    height: auto;
  }
  .logo_heading_n {
    font-size: 16px;
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: 2px;
    width: 100%;
  }
  .cm_img {
    margin-top: 0px;
    width: 92px;
  }
  .cm_box_mn_al {
    margin-top: 50px;
  }
  .lg_hd_bx_mn {
    display: flex;
    margin-top: 5px;
  }
  .officer_login_btn {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    border: 0;
    height: 44px;
    width: 150px;
    /* padding: 0; */
  }
  .header_menu ul li {
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    display: inline;
    margin-right: 17px;
    /* border-bottom: 2px solid #EC8C20; */
    padding: 8px 0px;
    cursor: pointer;
  }
  #sc_st_ban_sect {
    margin-top: 0;
  }
  .read_more_bn_btn {
    display: none;
  }
  .w-100 {
    width: initial !important;
  }
  #sc_st_ban_sect p {
    text-align: justify;
  }
}

@media (max-width: 1199.98px) {
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

.hp-content-wrapper {
  margin-top: 152px;
}

@media (max-width: 576px) {
  .hp-content-wrapper {
    margin-top: 10px;
  }
}
