@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.cdnfonts.com/css/nirmala');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@font-face {
	font-family: 'nirmala_uiregular';
	src: url('nirmala-webfont.woff2') format('woff2'),
		url('nirmala-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}








@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');


.input-box {
  position: relative;
  width: 100%;
  max-width: 60px;
  height: 25px;
  margin: 0 0px;
  background-color: #fff;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
}
.input-box.open {
  max-width: 350px;
}
.input-box input {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding: 0 15px;
  border: none;
  border-radius: 6px;
  outline: none;
  transition: all 0.5s ease-in-out;
}
.input-box.open input {
  padding: 0 15px 0 65px;
}

.input-box .search {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  /* width: 60px; */
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  cursor: pointer;
}
.input-box.open .search {
  border-radius: 6px 0 0 6px;
}
.search .search-icon {
  /* font-size: 30px;
  color: #1c1c1c; */
  font-size: 14px;
  color: #fff;
  background: #15853B;
  padding: 0px 8px;
  border-radius: 6px;
}
.input-box .close-icon {
  position: absolute;
  top: 50%;
  right: -45px;
  font-size: 30px;
  color: #1c1c1c;
  padding: 5px;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
}
.input-box.open .close-icon {
  transform: translateY(-50%) rotate(180deg);
  pointer-events: auto;
  opacity: 1;
}
















/* Start header color change */

/* Default Theme */

html.default body {
  color: #000;
  background-color: #fff;
}


/* Red Theme */

html.red body {
  color: #fff;
  background-color: #FF0000;
}


html.red .header_top_left_ul ul li a{
	color: #fff;
}
html.red .header_top_right0_ul ul li a{
	color: #fff;
}

html.red .header_top_right1_ul ul li{
	color: #fff;
}
html.red .header_top_right1_ul ul li a{
	color: #fff;
}
html.red .hd_md_left_h2{
	color: #fff;	
}
html.red .hd_md_left_h3{
	color: #fff;	
}
html.red .hd_md_right_sb_h4{
	color: #fff;	
}
html.red .hd_md_right_sb_h5{
	color: #fff;	
}
html.red #header_down {
    background-color: #FF0000;
}

html.red #header_down nav ul li a:hover {
	background-color: #FF0000;
}

html.red .active1 {
	background-color: #FF0000;
	color: #fff;
}
html.red .tab-titles li a{
	color: #fff;
}
html.red .tab-titles li a::before{
	border-color: #fff;
}

html.red .tab-titles li.active_tab {
	color: #fff;
	border-bottom: 3px solid #fff;
}

html.red .tab-titles li a:hover {
	color: #fff;
}
html.red .imp_link li {
    border: 1px solid #fff;
}
html.red ul.imp_link li a {
	color: #fff;
}
html.red ul.imp_link li:hover{
	background-color: #000;
	color: #fff !important;
}
html.red .view_more_news1{
	color: #fff !important;
}
html.red .important_link_heading{
	color: #fff !important;
}
html.red #sect_events h2{
	color: #fff !important;
}
html.red .line_bord{
	background-color: #fff !important;
}
html.red .mn_bx_bg_slider {
	background-color: #fff !important;
}
html.red #sect_3 h2{
	color: #FF0000 !important;
}
html.red .box_sect1_a{
	border-bottom: 5px solid #FF0000 ;
}
html.red .box_f_a{
	color: #FF0000 !important;	
}

html.red #footer_top{
	background: #FF0000 !important;
}
html.red .rsb_odisha_logo {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(310%);
}

/* Blue Theme */

html.blue body {
  color: #fff;
  background-color: #0000FF;
}

html.blue .header_top_left_ul ul li a{
	color: #fff;
}
html.blue .header_top_right0_ul ul li a{
	color: #fff;
}

html.blue .header_top_right1_ul ul li{
	color: #fff;
}
html.blue .header_top_right1_ul ul li a{
	color: #fff;
}
html.blue .hd_md_left_h2{
	color: #fff;	
}
html.blue .hd_md_left_h3{
	color: #fff;	
}
html.blue .hd_md_right_sb_h4{
	color: #fff;	
}
html.blue .hd_md_right_sb_h5{
	color: #fff;	
}
html.blue #header_down {
    background-color: #0000FF;
}

html.blue #header_down nav ul li a:hover {
	background-color: #0000FF;
}

html.blue .active1 {
	background-color: #0000FF;
	color: #fff;
}
html.blue .tab-titles li a{
	color: #fff;
}
html.blue .tab-titles li a::before{
	border-color: #fff;
}

html.blue .tab-titles li.active_tab {
	color: #fff;
	border-bottom: 3px solid #fff;
}

html.blue .tab-titles li a:hover {
	color: #fff;
}
html.blue .imp_link li {
    border: 1px solid #fff;
}
html.blue ul.imp_link li a {
	color: #fff;
}
html.red ul.imp_link li:hover{
	background-color: #000;
	color: #fff !important;
}
html.blue .view_more_news1{
	color: #fff !important;
}
html.blue .important_link_heading{
	color: #fff !important;
}
html.blue #sect_events h2{
	color: #fff !important;
}
html.blue .line_bord{
	background-color: #fff !important;
}
html.blue .mn_bx_bg_slider {
	background-color: #fff !important;
}
html.blue #sect_3 h2{
	color: #0000FF !important;
}
html.blue .box_sect1_a{
	border-bottom: 5px solid #0000FF ;
}
html.blue .box_f_a{
	color: #0000FF !important;	
}

html.blue #footer_top{
	background: #0000FF !important;
}

html.blue .rsb_odisha_logo {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(320%);
}


/* End header color change */ 








#chcp_font_size button {
  border: none;
  background-color:transparent;
  /*background-color:#eee;*/
  text-shadow: none;
  /*+box-shadow: none;*/
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding:0px 5px;
  margin:0px;  
}
#chcp_font_size button:hover{
  color:#FF5100;
}
#btn-decrease {
  font-size:13px;
}
#btn-orig {
  font-size:13px;
}
#btn-increase {
  font-size:13px;
}














html {
	height: 100%;
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	/* min-height: 100vh;
	display: grid;
	grid-template-rows: 1fr auto; */
}

.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}

a:hover,
a:focus {
	text-decoration: none;
}

a:focus {
	color: inherit;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

button,
input {
	outline: medium none;
	color: #686868;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Exo 2', sans-serif;
	margin: 0px;
	color: #000;
}

ul {
	margin: 0px;
	padding: 0px;
}

/* li {
	list-style: none;
} */

p {
	font-family: 'Exo 2', sans-serif;
	font-size: 17px;
	line-height: 24px;
	color: #000;
	margin: 0;
}



/* start header section */
#header_top {
	/* background-color: rgba(201, 222, 191, 1); */
	border-bottom: 1px solid rgba(201, 222, 191, 1);
	padding: 3px 0;
}

.header_top_left_ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header_top_left_ul ul li {
	display: inline-flex;
}

.header_top_left_ul ul li a {
	font-family: 'Nirmala', sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: 400;
	color: rgba(27, 84, 1, 1);
	text-transform: uppercase;
	margin-right: 25px;
}

.header_top_right_ul {
	margin-left: 10px;
	margin-right: 10px;
}

.header_top_right0_ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header_top_right0_ul ul li {
	display: inline-flex;
}

.header_top_right0_ul ul li a {
	font-family: 'Nirmala', sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: 400;
	color: rgba(27, 84, 1, 1);
	margin-right: 5px;
}

.header_top_right_ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header_top_right_ul ul li {
	display: inline-flex;
}

.header_top_right_ul ul li a {
	font-family: 'Nirmala', sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: 400;
	color: rgba(27, 84, 1, 1);
	margin-right: 5px;
}

.header_top_right1_ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header_top_right1_ul ul li {
	display: inline-flex;
	font-family: 'Nirmala', sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: 400;
	color: rgba(27, 84, 1, 1);
}

.header_top_right1_ul ul li a {
	font-family: 'Nirmala', sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: 400;
	color: rgba(27, 84, 1, 1);
	margin-right: 5px;
	margin-left: 5px;
}
.header_top_right1_de {
	font-family: 'Nirmala', sans-serif;
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
    color: rgba(27, 84, 1, 1);
    margin-right: 0px;
    margin-left: 0px;
    border: 0;
    background: no-repeat;
    cursor: pointer;
	outline: none !important;
}


.header_top_right_ul_mn {
	display: flex;
	justify-content: flex-end;

}

.box_c_a {
	border: 1px solid rgba(27, 84, 1, 1);
	display: block;
	width: 15px;
	height: 15px;
	margin-top: 5px;
}

.box_c_b {
	border: 1px solid rgba(27, 84, 1, 1);
	background: rgba(0, 0, 0, 1);
	display: block;
	width: 15px;
	height: 15px;
	margin-top: 5px;
}
.black_c_b{
	background-color: #FF0000;
}
.red_c_r{
	background-color: #0000FF;
}
.black_c_w{
	background-color: #fff;
}
.box_search_hd {
	width: 27px;
	height: 25px;
	background: linear-gradient(0deg, #1B5401, #1B5401), linear-gradient(0deg, #A1DAAE, #A1DAAE);
	border: 1px solid rgba(161, 218, 174, 1);
	display: block;
	text-align: center;
	border-radius: 4px;
}

.header_search {
	margin-top: -4px;
}

.header_top_right2_ul {
	margin-left: 10px
}

.header_top_left_ul {
	margin-top: 2px;
}

.hd_md_left {
	display: flex;
	margin-top: 2px;
}

.hd_md_left_h4 {
	font-family: 'Exo 2', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 31px;
	color: rgba(0, 0, 0, 1);
	display: block;
}

.hd_md_left_h2 {
	font-family: 'Exo 2', sans-serif;
	font-size: 41px;
	font-weight: 800;
	line-height: 26px;
	color: #007bff;
	display: block;
	margin-top: 19px;
}

.hd_md_left_h3 {
	font-family: 'Exo 2', sans-serif;
	font-size: 36px;
	font-weight: 800;
	line-height: 65px;
	color: tomato;
	display: block;
	margin-top: 3px;
}

.hd_md_left_sb {
	margin-right: 50px;
}

#header_middel {
	padding: 0px 0px 0px 0px;
}

.hd_md_right_sb_h4 {
	font-family: 'Exo 2', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	color: rgba(0, 0, 0, 1);
	display: block;
	margin-top: 45px;
}

.hd_md_right_sb_h5 {
	font-family: 'Exo 2', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: rgba(0, 0, 0, 1);
	display: block;
	text-align: center;
}

.hd_md_right {
	display: flex;
	justify-content: flex-end;
	margin-top: 12px;
}

.cm_navin {
	width: 86px;
	height: 86px;
}

.odisha_logo {
	width: 64px;
	height: 71px;
	margin-top: 12px;
	margin-left: 20px;
}
.rsb_odisha_logo {
    width: 105px;
    height: 105px;
    margin: 5px 10px 5px 0px;
}
/* .lst_colo {
	background: rgba(218, 131, 0, 1);
	height: 60px;
} */

/* end header section */

/* start Banner section */
#nhm_banner_sect {
	background-color: #fff;
	height: 450px;
}

.Mask_group {
	position: absolute;
	z-index: 999;

}

.Mask_group_bg {
	position: absolute;
}

.add_heig {
	height: 450px;
}

.banner_slid {
	width: 815px;
	height: 450px;
	position: absolute;
	right: 0;
	z-index: -1;
}

.banner_bx_mn {
	display: flex;
}

.group_bg_mn {
	position: relative;
}

.banner_slider_mn {}

.banner_slider_img {
	position: absolute;
	right: 0;
	z-index: -99;
	width: 875px;
	height: 474px;
}

#nhm_banner_sect h2 {
	font-family: Rockwell;
	font-size: 32px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 47px;
	text-align: left;
	color: #fff;
}

#nhm_banner_sect h3 {
	font-family: Rockwell;
	font-size: 45px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 47px;
	text-align: left;
	color: #fff;
}

#nhm_banner_sect h2 span {
	font-family: Rockwell;
	/* font-size: 40px; */
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
}

#nhm_banner_sect h3 span {
	font-family: Rockwell;
	/* font-size: 40px; */
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
}

.text_design {
	position: absolute;
	z-index: 999;
	margin-top: 5%;
	left: 10%;
}

.space_container_fluid {
	padding-right: 0;
	padding-left: 0;
}

.about_nhm_btn {
	background: linear-gradient(0deg, #107546, #107546), linear-gradient(0deg, #70FF00, #70FF00);
	font-family: Rockwell;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 18px;
	border: 1.5px solid rgba(112, 255, 0, 1);
	padding: 10px 0px;
	margin-top: 45px;
	display: block;
	width: 153px;
	height: 42px;
	text-align: center;
	letter-spacing: 1px;
	cursor: pointer;
	outline: none !important;
}

.ban_box_down_mn {
	display: flex;
}

.box_cont_mn {
	width: 100%;
	/* height: 126px; */
	height: auto;
	/* border: 1px solid rgba(194, 194, 194, 1); */
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.17);
	border-radius: 4px;
	background: #FFF;
	padding: 10px 10px;
}

.ban_box_down_mn {
	/* position: absolute;
	z-index: 999999; */
}

.cont_bx_mn_bn {
	display: flex;
}

.cont_bx_mn_bn_h4 {
	font-family: 'Exo 2', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0em;
	/* color: rgba(167, 4, 11, 1); */
	color: rgb(253, 161, 3);
	display: block;
	margin-top: 5px;
}

.cont_bx_mn_bn_p {
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0em;
	color: rgba(74, 74, 74, 1);
	display: block;
	margin-top: 5px;
}

.space_bn_sl {
	margin-left: 10px;
	margin-top: 10px;
	border-left: 1px solid #C2C2C2;
	padding-left: 10px;
}

.bx_cont_left {
	margin-top: 10px;
	margin-left: 10px;
	border-left: 1px solid rgba(194, 194, 194, 1);
	padding-left: 10px;
}

/* end Banner section */
#banner_down {
	margin-top: -55px;
	position: relative;
}

/* start sect_1 */
#notice_tender_sect {
	margin: 35px 0 20px 0px;

}

#notice_tender_sect .tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#notice_tender_sect .tabs li {
	display: inline-block;
	margin: 0;
	padding: 10px 10px 10px 10px;
	cursor: pointer;
	font-size: 20px;
	line-height: 25px;
	font-family: Rockwell;
	font-weight: 700;
	color: #000;

}

#notice_tender_sect .tabs li:hover {
	border-bottom: 4px solid rgba(20, 219, 52, 1);
}

#notice_tender_sect .tabs li.current {
	color: #1B5401;
	border-bottom: 4px solid rgba(20, 219, 52, 1);
}

#notice_tender_sect .tab-content {
	display: none;
	background: rgba(218, 230, 228, 1);
	padding: 15px;
	line-height: 1.4;
	border-radius: 11px;
	transition: 0.5s;
	margin-top: 15px;
}

#notice_tender_sect .tab-content {
	min-height: 310px;
    height: 100%;
}

#notice_tender_sect .current {
	display: inherit;
}



.view_al_notice_btn {
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	color: #1B5401;
	border-radius: 6px;
	border: 1px solid #7FC85C;
	background: #C9F4D3;
	padding: 10px 30px;
	border-radius: 6px;
	outline: none !important;
	cursor: pointer;
	float: right;
	margin-top: 5px;
}

.date_box_mn {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}

.date_box_mn_tender {
	display: block;
	margin-top: 0px;
	margin-bottom: 15px;
	/* background-color: #ffffff; */
	padding: 0px;
	width: 100%;
}

.dt-hb {
	background: rgba(0, 0, 0, 1);
	text-align: center;
	border-radius: 5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	margin: 0px 0;
	padding: 8px 8px 8px 8px;
	width: 145px;
}

.dt-h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 22px;
	line-height: 18px;
	color: #ee931a;
	display: block;
}

.dt-h2 {
	font-weight: 600;
	font-size: 14px;
	margin-top: 5px;
	display: block;
	color: #fff;
}

.date_box_mnp {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 23px;
	color: #000;
	display: block;
	margin-top: 10px;
	width: 100%;
	margin-left: 0px;
}

.date_box_mnp_tender {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #262626;
	display: block;
	margin-top: 5px;
}

.mn_al_minister {
	background-color: #ffffff;
	width: 100%;
	height: auto;
	border-radius: 10px;
	padding: 15px;
	min-height: 420px;
	box-shadow: 2px 2px 20px 0px #e1e1e1;
	text-align: center;
}

.al_min_ser {
	border-radius: 50%;
	width: 75px;
	height: 75px;
	border: 2px solid #f2f2f2;
}

.mn_al_minister h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #ee931a;
	margin-bottom: 0;
	margin-top: 4px;
}

.mn_al_minister h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	color: #000;
}

.bx_mn_ser {
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 10px;
}

.pad_left {
	padding-left: 15px;
}







.tab_social {
	overflow: hidden;
	/* border: 1px solid #ccc; */
	background-color: #ffffff;
}

.tab_social button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 10px 16px;
	transition: 0.3s;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	width: 50%;
	border-left: 1px solid #fff;
}

.twitter_btn {
	background: #546165 !important;
	color: #fff;
}

.facebook_btn {
	background: #317DD7 !important;
	color: #fff;
}

.fc_w {
	width: 433px;
	height: 310px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.tab_social button:hover {
	/* background-color: #ddd; */
	/* background: #546165; */
	color: #fff;
}

.tab_social button.active {
	/* background-color: #ccc; */
	/* background: #546165; */
	color: #fff;
	/* background: #546165; */
}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 6px 12px;
	/* border: 1px solid #ccc; */
	border-top: none;
}

.social_f_t {
	margin-right: 30px;
}

.twitter_page {
	width: 100%;
	height: auto;
}

/* end sect_1 */







/* start sect_2 */
#sect_events h2 {
	color: #000;
	font-family: Rockwell;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 127.153%;
	/* 30.517px */
	text-transform: capitalize;
}

.line_bord {
	width: 88.215px;
	height: 3px;
	flex-shrink: 0;
	border-radius: 10px;
	background: #14DB34;
	display: block;
	margin-top: 10px;
}

.box_nhm_compnets {
	width: 100%;
	min-width: 150px;
	height: 100%;
	min-height: 116px;
	border-radius: 12px;
	background: linear-gradient(132deg, #FFF 0%, #EAFFE2 100%);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	text-align: center;
	padding: 15px 15px;
	transition: 0.5s;
	cursor: pointer;
}

.box_nhm_compnets:hover {
	background: linear-gradient(115deg, #FFF 0%, #b8ffd0 100%);
	box-shadow: 0px 4px 4px 0px rgba(21, 133, 59, 0.25);
}

.box_nhm_compnets_p {
	color: #055B34;
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	/* text-transform: uppercase; */
	display: block;
	margin-top: 10px;
}

.mn_bx_bg_slider {
	border-radius: 22px;
	background: #DAE6E4;
	width: 100%;
	padding: 30px 45px;
	margin-top: 20px;
}




.ourworks-box {
	width: 60%;
	justify-content: center;
	text-align: center;
}

.our-works-head {
	font-size: 30px;
	font-weight: 400;
	color: black;
}

.introduce {
	height: 250px;
	background-color: white;
	box-shadow: 0 3px 10px #5969f642;
	border-bottom: 4px solid #5969f6;
	color: black;
}

.introduce:hover {
	box-shadow: 0 3px 15px #5969f666;
	border-bottom: 4px solid #B122e5;
	color: black;
	text-decoration: none;
}

.flex-column-1 {
	height: 70%;
	width: 100%;

}

.flex-column-2 {
	height: 30%;
	width: 100%;
	align-items: center;
}

.text-gray {
	color: gray;
}

.pic {
	height: 70px;
	width: 70px;
	margin-left: 20px;
	border-radius: 50%;
	transition: all .2s ease-in-out;
}

.introduce:hover .pic {
	transform: scale(1.1);
}

.carousel-indicators .active {
	background-color: #46eeaa;
}

.carousel-indicators li {
	background-color: #c8e5ff;
}

.carousel-indicators {
	bottom: -50px;
}

/* end sect_2 */


/* start sect_3 */
#sect_3 {
	background: linear-gradient(151deg, #D6FBDE 0%, #C0EED5 100%);
	padding: 25px 0;
	margin: 25px 0px;
}

#sect_3 h2 {
	color: #000;
	font-family: Rockwell;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 127.153%;
	text-transform: capitalize;
}

.sect_3_box1_sb1 {
	background-image: url('../images/sect_3_box1_sb1.png');
	background-position: center;
	width: 100%;
	height: 214px;
	border-radius: 5px;
	padding: 15px 15px;
}

.sect_3_box1_sb2 {
	background-image: url('../images/sect_3_box1_sb2.png');
	background-position: center;
	width: 100%;
	height: 214px;
	border-radius: 5px;
	padding: 15px 15px;
}

.sect_3_box2 {
	background-image: url('../images/sect_3_box2.png');
	background-position: center;
	width: 100%;
	height: 437px;
	border-radius: 5px;
	padding: 15px 15px;
}

.sect_3_box3 {
	background-image: url('../images/sect_3_box3.png');
	background-position: center;
	width: 100%;
	height: 214px;
	border-radius: 5px;
	padding: 15px 15px;
}

.sect_3_box4 {
	background-image: url('../images/sect_3_box4.png');
	background-position: center;
	width: 100%;
	height: 214px;
	border-radius: 5px;
	padding: 15px 15px;
}

.al_box_flex_sect3 {
	display: flex;
}
.important_link_heading {
    color: #000;
    font-weight: 700;
    font-family: 'Exo 2', sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: 100%;
    margin-left: 0px;
    margin-top: 22px;
	margin-bottom: 15px;
    display: block;
}
.al_box_flex_sect3_heading {
	color: #FFF;
	font-weight: 700;
	font-family: 'Exo 2', sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 100%;
	margin-left: 15px;
	margin-top: 15px;
	display: block;
}

.sect_3_box1_mn_line {
	background: #40A069;
	height: 1px;
	margin-top: 10px;
}

.sect_3_box1_mn_line1 {
	background: #3260B8;
	height: 1px;
	margin-top: 10px;
}

.sect_3_box2_mn_line {
	background: #89CE7A;
	height: 1px;
	margin-top: 10px;
}

.sect_3_box3_mn_line {
	background: #7E64BF;
	height: 1px;
	margin-top: 10px;
}

.sect_3_box4_mn_line1 {
	background: #DC6567;
	height: 1px;
	margin-top: 10px;
}

.al_box_flex_sect3_heading_1 {
	color: #FFF;
	font-weight: 700;
	font-family: 'Exo 2', sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 100%;
	display: block;
	margin-top: 10px;
	text-align: center;
}

.al_box_flex_sect3_heading_2 {
	color: #FFF;
	font-weight: 400;
	font-family: 'Exo 2', sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 100%;
	display: block;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: center;
}

.al_box_flex_sect3_btn {
	border-radius: 5px;
	border: 0.5px solid #42C66D;
	background: #298D3C;
	font-family: 'Exo 2', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	color: #fff;
	width: 310px;
	text-align: center;
	padding: 10px 0px;
	outline: none !important;
	cursor: pointer;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.al_box_flex_sect3_btn1 {
	border-radius: 5px;
	border: 0.5px solid #6982E0;
	background: #233D9D;
	font-family: 'Exo 2', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	color: #fff;
	width: 310px;
	text-align: center;
	padding: 10px 0px;
	outline: none !important;
	cursor: pointer;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.space_top_sect3 {
	margin-top: 10px;
}

.space_top1_sect3 {
	margin-top: 15px;
}

.al_box2sect3_btn {
	border-radius: 6px;
	background: #17350A;
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	color: #fff;
	width: 100%;
	text-align: left;
	padding: 10px 0px 10px 50px;
	outline: none !important;
	cursor: pointer;
	margin-bottom: 8px;
	border: 0;
	transition: 0.5s;
}

.al_box2sect3_btn:hover {
	background: #1c4909;
	box-shadow: 0px 4px 4px 0px rgba(21, 133, 59, 0.25);
}

.al_box3sect3_btn {
	border-radius: 6px;
	border: 1px solid #A384E7;
	background: #7555C5;
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	color: #fff;
	width: 100%;
	text-align: left;
	padding: 10px 0px 10px 50px;
	outline: none !important;
	cursor: pointer;
	margin-bottom: 5px;
	/* border: 0; */
}

.dot_t::after {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #fff;
	display: block;
	border-radius: 50px;
	position: absolute;
	margin-top: 6px;
	margin-left: -17px;
}

.dot_ta::after {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #fff;
	display: block;
	border-radius: 50px;
	position: absolute;
	margin-top: -10px;
	margin-left: -17px;
}

.dot_tb::after {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #fff;
	display: block;
	border-radius: 50px;
	position: absolute;
	margin-top: 6px;
	margin-left: -17px;
}

.al_box3sect3_btn:hover {
	background: rgb(117, 62, 255);
	border: 1px solid #9b6dff;
}

.al_box3sect4_btn {
	border-radius: 6px;
	border: 1px solid #F18D90;
	background: #E54248;
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	color: #fff;
	width: 100%;
	text-align: left;
	padding: 10px 0px 10px 50px;
	outline: none !important;
	cursor: pointer;
	margin-bottom: 5px;
}

.al_box3sect4_btn:hover {
	background: #ff161d;
	border: 1px solid #ffb2b5;
}

/* end sect_3 */


/* end sect_4 */
#sect_4 h2 {
	color: #000;
	font-family: Rockwell;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 127.153%;
	text-transform: capitalize;
}

#sect_4 h3 {
	color: #1B5401;
	font-family: Rockwell;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 127.153%;
	text-transform: capitalize;
}

.space_slider_none {
	padding-left: 0;
	padding-right: 0;
}
.esw_box_mn_gallery{
	width: 100%;
	height: 110px;
	min-height: 100%;
	border-radius: 12px;
	border: 1px solid #A1DAAE;
	background: linear-gradient(132deg, #FFF 0%, #EAFFE2 100%);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	text-align: center;
	padding: 15px 10px;
	transition: 0.5s;
	cursor: pointer;
}
ul.imp_link{
	margin: 0;
	padding: 0;
}
.imp_link li {
    display: inline-block;
    border: 1px solid #dcdcdc;
    margin: 0 10px 10px 0;
    border-radius: 10px;
}
ul.imp_link li a {
    color: #000;
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin: 7px 0px;
    /* border: 1px solid #f2f2f2; */
    padding: 3px 10px;
    line-height: 18px;
    display: block;
}
ul.imp_link li a:hover{
    color: rgba(218, 131, 0, 1);
	color: #fff !important;
}
ul.imp_link li:hover{
	background-color: #15853B;
	color: #fff !important;
}
ul.imp_link li a:hover{
	color: #fff !important;
}
.view_more_news1 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #15853B;
    margin-right: 20px;
    margin-top: 5px;
}
.esw_box_mn{
	width: 176px;
	height: 120px;
	min-height: 100%;
	border-radius: 12px;
	border: 1px solid #A1DAAE;
	background: linear-gradient(132deg, #FFF 0%, #EAFFE2 100%);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	text-align: center;
	padding: 15px 10px;
	transition: 0.5s;
	cursor: pointer;
}

.esw_box_mn:hover {
	background: linear-gradient(115deg, #FFF 0%, #b8ffd0 100%);
	box-shadow: 0px 4px 4px 0px rgba(21, 133, 59, 0.25);
}

.esw_box_mn_p {
	color: #055B34;
	font-family: 'Exo 2', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	margin-top: 10px;
	line-height: 15px;
}

.space_top1_sect4 {
	margin-top: 5px;
}

#sect_4 {
	margin-bottom: 25px;
}

.view_al_notice_sect4_btn {
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	color: #1B5401;
	border-radius: 6px;
	border: 1px solid #7FC85C;
	background: #C9F4D3;
	padding: 10px 30px;
	border-radius: 6px;
	outline: none !important;
	cursor: pointer;
	/* float: right; */
	position: absolute;
	right: 15px;
	top: 4px;
}

.space_sect4_box {
	/* margin-left: 20px; */
}

/* start footer */
footer {
	position: relative;
	width: 100%;
	margin-top: 25px;
}

#footer_top {
	background: linear-gradient(180deg, #011308 0%, #012B0C 100%);
	padding: 20px 0;
}

#footer_top ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer_top ul li {
	display: inline;
	color: #fff;
	font-family: Rockwell;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 127.153%;
	letter-spacing: 2.16px;
	margin-right: 25px;
}

.footer_arrow_ic {
	margin-right: 15px;
	margin-top: -5px;
}

#footer_down {
	background: #010D05;
	padding: 15px 0;
}

#footer_down p {
	color: #FFF;
	font-weight: 400;
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 100%;
	display: block;
	text-align: center;
}

/* end footer */



#header_down {
	background-color: #05003C;
	display: block;
	height: 60px;
	position: relative;
}

#header_down nav {
	padding-top: 0px;
}

#header_down nav ul {
	margin: 0;
	padding: 0;
}

#header_down nav ul li {
	list-style: none;
	float: left;
	padding-right: 20px;
	/* padding-right: 48px; */
}

.home_ic {
	position: relative;
	margin-left: -10px;
	margin-right: 10px;
	margin-top: -7px;
	/* filter: invert(95%) sepia(5%) saturate(22%) hue-rotate(238deg) brightness(106%) contrast(108%); */
}

#header_down nav ul li a {
    text-decoration: none;
    color: #fff;
    padding: 17px 20px;
    font-family: 'Exo 2', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#header_down .dropdown-item {
    color: #212529 !important;
}
/* #header_down nav ul li a:hover {
	background-color: tomato;
}

.active1 {
	background-color: tomato;
	color: #fff;
} */

.lst_colo {
	background-color: rgb(253, 161, 3);
	height: 60px;
}

.lst_colo_space {
	margin: 0;
	padding-right: 0;
}

#header_down nav ul li:last-child {
	padding-right: 0;
}





.mn_bg_al {
	position: relative;
}

.right_side_img {
	position: absolute;
}

.mySlides {
	display: none;
}

img {
	vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* The dots/bullets/indicators */
.all_round {
	position: relative;
	bottom: 0;
	text-align: center;
	margin: auto;
	padding-top: 425px;
}

.dot {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.2s ease;
}

.active_slide_show {
	background-color: #000000;
}

/* Fading animation */
.fade {
	animation-name: fade;
	animation-duration: 5s;
}

@keyframes fade {
	from {
		opacity: .6
	}

	to {
		opacity: 1
	}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
	.text {
		font-size: 11px
	}
}




header {
	box-shadow: 0 3px 5px rgb(57 63 72 / 22%);
	position: relative;
	width: 100%;
	top: 0;
	z-index: 999;
}

/* sticky menu */
.page-header.is-sticky {
	/* position: fixed; */
	position: sticky;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
	padding: 0px 0;
	backdrop-filter: blur(10px);
	animation: slideDown 0.35s ease-out;
	width: 100%;
	background-color: rgb(255 255 255 / 45%);
	margin-top: 0px;
}

.page-header.is-sticky img {
	/* max-width: 80%; */
	max-width: 100%;
}

/* #page-header.is-sticky button {
	font-size: 14px;
	padding: 7px 10px;
  }
   */
@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}

/* sticky menu */


.tab-content {
	display: none;
}


.tab-titles li {
	display: inline-block;
	margin: 0;
	padding: 10px 5px 5px 5px;
	cursor: pointer;
	font-size: 20px;
	line-height: 25px;
	font-family: Rockwell;
	font-weight: 700;
	color: #000;
	margin: 0 5px;
	/* transition: 0.5s; */
}

.tab-titles li.active_tab {
	color: #1B5401;
	border-bottom: 3px solid rgba(20, 219, 52, 1);
}

.tab-titles li a:hover {
	color: #1B5401;
}

.tab-titles li a {
	color: #000;
	/* border-right: 1px solid rgba(20, 219, 52, 1);
	padding-right: 10px; */
}

.tab-titles li a::before {
	content: " ";
	position: absolute;
	border-left: 1px solid rgba(20, 219, 52, 1);
	padding-left: 10px;
	height: 5%;
	top: 15px;
	margin-left: -12px;
}

.tab-titles li:first-child a::before {
	border: none !important;
	content: "";
	
}

.tab-content_fa_twi {
	display: none;
}

.tab-titles_fa_twi li {
	display: inline-block;
	margin: 0;
	padding: 10px 10px 10px 10px;
	cursor: pointer;
	font-size: 20px;
	line-height: 25px;
	font-family: Rockwell;
	font-weight: 700;
	color: #000;
	/* transition: 0.5s; */
}

.active_tab_fa_twi {
	/* color: #1B5401; */
	/* border-bottom: 4px solid rgba(20, 219, 52, 1); */
}

.tab-titles_fa_twi li a:hover {
	color: #1B5401;
}

.tab-titles_fa_twi li a {
	color: #000;
}

.twitter-box {
	/* width: 100%;
	height: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
	float: left;
	margin: 10px 0 0; */
}


/* start innerpage */
#Sub_abnner_sect {
	background-color: #DAE6E4;
	width: 100%;
	height: 150px;
	/* margin-top: 135px; */
}

/* end innerpage */


/* start inner_page_cont_sect */
.leftside_menubar{
	width: 100%;
    height: 500pxpx;
    min-height: 100%;
    border-radius: 12px;
    border: 1px solid #A1DAAE;
    background: linear-gradient(132deg, #FFF 0%, #EAFFE2 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 15px 10px;
}
.inner_tb_content{
	margin-top: 49px;
    position: relative;
}


.inner_tb_content ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.inner_tb_content ul.tabs li{
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
    font-size: 20px;
    line-height: 25px;
    font-family: Rockwell;
    font-weight: 700;
}

.inner_tb_content ul.tabs li.current{
	background: #DA8300;
    color: #fff;
}

.inner_tb_content .tab-content{
	display: none;
	background: #ededed;
	padding: 15px;
	height: 330px;
}

.inner_tb_content .tab-content.current{
	display: inherit;
}



/* end inner_page_cont_sect */










#banner_sect {
	background-color: #2977c2;
	background-image: url(../images/banner-bg.png);
	background-position: center;
	background-repeat: no-repeat, repeat;
	width: 100%;
	height: 431px;
}

.banner_h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	line-height: 14px;
	font-weight: 300;
	font-style: italic;
	color: #fff;
	display: block;
	margin-bottom: 15px;
	padding-top: 70px;
}

.banner_h2 {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 43px;
	line-height: 50px;
	font-weight: 800;
	color: #fff;
}

.banner_h2_span {
	display: block;
}

.banner_p {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #fff;
	width: 45%;
	display: block;
	margin-top: 15px;
}

.banner_button {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(255, 255, 255);
	border-radius: 9px;
	background-color: rgb(253, 161, 3);
	width: 179px;
	height: 49px;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	outline: none !important;
	margin-top: 50px;

}

.button_bn_arrow {
	font-size: 22px !important;
	padding-left: 12px;
	padding-top: 0px;
	position: relative;
	line-height: 22px;

}





/* .banner_button {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s;
} */

.banner_button:before {
	content: "";
	position: absolute;
	background-color: #ffffff;
	/* bottom: 100%; */
	left: 0;
	width: 100%;
	height: 100%;
	transform: scaleY(0);
	transition: transform 0.3s;
	z-index: -1;
	border-radius: 9px;
}

.banner_button:hover {
	color: #3498db;
}

.banner_button:hover:before {
	transform: scaleY(1);
	bottom: 0;
}
.box_sect1_a {
    opacity: 1;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
    background: #fff;
    border: 1px solid rgba(47, 57, 191, 0.1);
    text-align: center;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    margin: 10px 0;
    /* transition: 0.5s; */
    transition: all 0.5s ease-in-out;
    border-bottom: 5px solid #15853B;
}
.box_sect1_a:hover {
	cursor: pointer;
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px)
}
.box_f_a {
	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: block;
    color: #000;
	margin: 15px 0px 5px 0px;
	min-height: 50px;
}
.al_sect_5_img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.space_w_t{
	margin-top: 15px;
}



@media (max-width: 575.98px) {

	.header_top_left_ul {
		display: none;
	}
	.header_top_right_ul_mn{
		display: none;
	}
	.hd_md_right {
		display: none;
	}
	#header_top{
		border: 0;
	}
	#header_down nav {
		padding-top: 5px;
	}
	.banner_p {
		width: 100%;
	}

	.banner_h2 {
		font-size: 32px;
		line-height: 30px;
	}
	.banner_h5 {
		font-size: 20px;
	}
.sp_tb{
	margin: 15px 0;
}
.page-header.is-sticky {
    background-color: rgb(255 255 255 / 100%);
}
#header_down nav ul li a {
    color: #fff;
}
.navbar-collapse {
    background: #15853b;
    overflow-y: scroll;
    height: 300px;
    width: 100%;
	margin-top: 10px;
}
.dropdown-item {
    border-bottom: 1px solid #f2f2f2;
}
.navbar{
	padding: 0px;
}
#footer_down p {
    line-height: 20px;
}
.banner_button {
    margin-top: 25px;
}
.banner_h5 {
    padding-top: 55px;
}
#notice_tender_sect {
    margin: 25px 0 20px 0px;
}




}




@media (min-width: 576px) and (max-width: 767.98px) {

  .hd_md_left {
    display: block;
}
.hd_md_left_h2 {
  font-size: 27px;
  line-height: 30px;
}
.hd_md_left_h3 {
  font-size: 29px;
}
.hd_md_left_sb {
  margin-right: 0;
}
.page-header.is-sticky {
  position: relative;
}

header {
  box-shadow: 0 3px 5px rgb(57 63 72 / 22%);
  position: relative;
  width: 100%;
  top: 0;
  z-index: 999;
}
#header_down {
  background-color: #05003c;
  display: block;
  height: auto;
  position: relative;
}
/* .collapse.show {
  display: none;
}
.collapse {
  display: block;
} */
#header_down .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  display: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  display: none;
}



}

@media (min-width: 768px) and (max-width: 991.98px) {
  .page-header.is-sticky {
    position: relative;
  }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    display: none;
  }

}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 1200px) {}
