@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');
@import url('https://fonts.googleapis.com/css2?family=Lobster&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;
	background-color: rgb(243 243 243);
}

.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; */
	background-color: rgb(243 243 243);
	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: #104382;
	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: 14px;
	line-height: 24px;
	color: #000;
	margin: 0;
}



/* start header section */
#header_top {
	background-color: rgb(236 95 55);
    border-bottom: 1px solid rgb(91, 40, 176, 0.2);
    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::after{
	
	content: "";
	border-right: 1px solid #FFF;
}
.header_top_left_ul ul li:last-child:after{
	
	content: "";
	border-right: none;
}
.header_top_left_ul ul li a::before{
	content: "";
	margin-left: 20px;
}
.header_top_left_ul ul li a {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #FFF;
    text-transform: uppercase;
    margin-right: 30px;
}

.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;
    color: #FFF;
    font-weight: bold;
}
.header_top_right0_ul ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    background: #009000;
    padding: 0 5px;
    border-radius: 10px;
    margin: 0 0 0 10px;
}
.header_top_right_ul > .fa-phone {padding: 7px 2px 0px 0px !important;}
.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: #000;
}

.header_top_right1_ul ul li a {
	font-family: 'Nirmala', sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: 400;
	color: #104382;
	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: #000;
	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: 26px;
    height: 22px;
    background: linear-gradient(0deg, #104382, #104382), linear-gradient(0deg, #A1DAAE, #104382);
    border: 1px solid rgb(255 255 255);
    display: block;
    text-align: center;
    border-radius: 4px;
    margin-top: 2px;
}

.header_search {
	margin-top: -6px;
}

.header_top_right2_ul {
	margin-left: 10px
}

.header_top_left_ul {
	margin-top: 2px;
}
div#header_middel {
    padding: 14px 0 14px;
}
.sub-head {
    text-align: center;
    float: left;
    width: 100%;
/*    border-bottom: 1px solid #433399;
    padding-bottom: 15px;*/
    margin-bottom: 0px;
}
.sub-head h5 {
    color: #fff;
}

.hd_md_left {
    display: flex;
    margin-top: 2px;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.head-title-middle {
    padding-right: 0;
    position: relative;
}
/*.head-title-middle:after {
    position: absolute;
    content: "";
    right: 22px;
    top: 22px;
    width: 2px;
    height: 118px;
    background: #fff;
}*/
.head-title-middle h1 {
    font-size: 121px;
    font-weight: 800;
    color: #fff;
    text-shadow: 5px 2px 1px #000;
    line-height: 20px;
}
.hd_md_left_h4 {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    display: block;
    margin: 10px 0;
}
.hd_md_left_h2 {
    font-family: 'Exo 2', sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 46px;
    color: #fff005;
    display: block;
    margin-top: 22px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-shadow: 5px 2px 1px #000;
    text-align: center;
}

.hd_md_left_h3 {
    font-size: 26px;
    line-height: 25px;
    color: #ffff;
    display: block;
    margin-top: 8px;
    letter-spacing: 0.5px;
    font-family: 'Lobster', sans-serif;
    letter-spacing: 2px;
}

.hd_md_left_h2_r {
	font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #fff;
    display: block;
    margin-top: 10px;
    letter-spacing: 0.5px;
}

.hd_md_left_h3_r {
	font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #fff;
    display: block;
    margin-top: 5px;
    letter-spacing: 0.5px;
}
.left_libe_border{
    height: 100%;
    border-left: 1px solid #fff;
    padding-left: 15px;
    display: block;
    margin-left: 15px;
    margin-top: 8px;
    min-height: 90px;
}

.hd_md_left_sb {
	margin-right: 0px;
}

#header_middel {
	padding: 0px 0px 0px 0px;
	/* background-image: linear-gradient(to right, #ffffff, #ffffff, #f4e9ff, #f6f0ff); */
	/* background: linear-gradient(180deg, #5b73cb 2%, #ffffff 100%); */
	background: #2a6ca9;
}


.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;
}

.nation_logo {
	width: 100%;
	height: auto;
	margin-top: -11px;
}

.rsb_odisha_logo {
	width: 75px;
    height: 85px;
    margin: -2px 10px 5px 0px;
}
.customs_logo {
    margin: 3px 10px 3px 0px;
    width: 110px;
}

/* .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;
}


#sect_0_1 {
margin: 25px 0;
}
#sect_0_1 h2{
	font-family: 'Exo 2', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 29px;
	color: #000;
	margin-bottom: 10px;
}
#sect_0_1 h2 span{
	font-family: 'Exo 2', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 29px;
	color: #e0121d;
	display: block;
}
#sect_0_1 p{
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #000;
	display: block;
	text-align: justify;
}
.about_btn {
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #fff;
    border-radius: 6px;
    border: 1px solid rgb(224 18 29);
    background: #e0121d;
    padding: 10px 30px;
    border-radius: 6px;
    outline: none !important;
    cursor: pointer;
    margin-top: 20px;
}


.mn_chair_box_1 {
	width: 100%;
	/* min-width: 215px; */
	min-height: 285px;
	height: 100%;
	border-radius: 12px;
	/* border: 1px solid #D1C2F2; */
	background: rgb(255, 255, 255);
	text-align: center;
	/* box-shadow: 0px 10px 16px 0px rgba(107,107,107,0.52);
	-webkit-box-shadow: 0px 10px 16px 0px rgba(107,107,107,0.52);
	-moz-box-shadow: 0px 10px 16px 0px rgba(107,107,107,0.52); */

    border: 1px solid rgb(0 0 0 / 10%);
    /* background: linear-gradient(132deg, #FFF 0%, #e3efff 100%); */
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 10%);



}
.mn_chair_box_1:hover{
 box-shadow: 0px 10px 16px 0px rgba(107,107,107,0.8); 

cursor: pointer;
/* box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 30%); */

}
.chairmn_img_down{
	width: 115px;
	height: 115px;
	margin-top: 30px;
	border-radius: 50%;
	border: 3px solid #fff;
}
.mn_chair_box_h3 {
	font-family: 'Exo 2', sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: 700;
	color: #000;
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
}
.chairmn_img_down{
	width: 115px;
	height: 115px;
	margin-top: 30px;
	border-radius: 50%;
	border: 3px solid #fff;
}
.mn_chair_box_h4 {
	font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    color: #000;
    display: block;
}


.primary_btn {
	font-family: 'Exo 2', sans-serif;
    min-width: 101px;
    height: 40px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    /* border: 1px solid #247EF4; */
    /* background: #247EF4; */
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    background-size: 580% 100%;
    /* background-image: linear-gradient(to right, #247EF4, #5EEDFF, #04befe, #247EF4); */
	background-image: linear-gradient(to right, #e0121d, #5e30b5, #4d0297, #1b0144);
    /* transition: .3s ease-in-out; */
    padding: 0 22px;
    margin-top: 17px;
}

.primary_btn:hover {
    background-position: 100% 0;
    transition: all .4s ease-in-out;
    color: white;

}
.chairmn_img_down{
	/* width: 115px;
	height: 115px;
	margin-top: 15px;
	border-radius: 50%;
	border: 3px solid #fff; */

	width: 115px;
    height: 115px;
    margin-top: 15px;
    border-radius: 50%;
    border: 3px solid #f1f1f1;
}





/* 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: rgb(255 242 243);
	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: #fff;
	border-radius: 6px;
	border: 1px solid rgb(224 18 29);
	background: #e0121d;
	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: #fff;
	padding: 10px;
	width: 100%;
	border-radius: 5px;
}

.dt-hb {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 15px;
	color: #e0121d;
	margin: 0px 0;
	padding: 0;
	width: 150px;
	/* border: 1px solid #e0121d; */
	border-radius: 5px;
	margin-left: -20px;
}

.space_calender {
	margin-right: 5px;
}

.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: 14px;
	line-height: 18px;
	color: #262626;
	display: block;
	margin-top: 7px;
}

.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: 67.215px;
	height: 3px;
	flex-shrink: 0;
	border-radius: 10px;
	background: #e0121d;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
}

.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%); */
	background: rgb(248 250 253);
	padding: 25px 0;
	margin: 25px 0px;
}
.photo_gallery_img1 {
	width: 100%;
    height: auto;
    min-height: 347px;
    min-width: 430px;
	border-radius: 5px;
}
.photo_gallery_img2 {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    min-height: 168px;
	border-radius: 5px;
    /* min-width: 222px; */
}
.bg_text_hover{
	/* background-color: rgba(224, 18, 29, 0.7); */
	/* background-image: linear-gradient(to right, #1b0144, #5e30b5, #4d0297, #1b0144); */
	background-image: linear-gradient(to right, #e0121d, #cd1734, #97024c, #440122);
    padding: 15px 10px;
    position: absolute;
    bottom: 9px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    /* height: 75px; */
	min-width: 430px;
}
.bg_text_h2{
	font-family: 'Exo 2', sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	color: #fff;	
	display: block;
	line-height: 18px;
	margin-bottom: 5px;
}
.bg_text_p{
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	color: #fff;	
	line-height: 15px;
	display: block;
}
#sect_3 h2 {
	color: #000;
	/* font-family: Rockwell; */
	font-family: 'Exo 2', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 127.153%;
	text-transform: capitalize;
}
#sect_3 h2 span {
	color: #e0121d;
	/* font-family: Rockwell; */
	font-family: 'Exo 2', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	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 #ebf4ff;
	background: linear-gradient(132deg, #FFF 0%, #e3efff 100%);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	text-align: center;
	padding: 15px 10px;
	transition: 0.5s;
	cursor: pointer; */

	width: 100%;
    height: 110px;
    min-height: 100%;
    border-radius: 12px;
    border: 1px solid rgb(0 0 0 / 10%);
    /* background: linear-gradient(132deg, #FFF 0%, #e3efff 100%); */
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 10%);
    text-align: center;
    padding: 15px 10px;
    transition: 0.5s;
    cursor: pointer;
}

ul.imp_link {
	margin: 0;
	padding: 0;
}

.imp_link li {
	display: inline-flex;
	/* border: 1px solid #dcdcdc; */
	/* margin: 0 10px 10px 0; */
	border-radius: 10px;
	width: 100%;
}

ul.imp_link li a{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    padding: 10px 15px;
    line-height: 18px;
    display: block;
    margin: 0 0 5px;
    border-radius: 10px;
    width: 100%;
    background: linear-gradient(45deg, #f55120, #2d3093);
    text-align: center;
}

ul.imp_link li a:hover { 
	background: linear-gradient(45deg, #2d3093, #f55120);

}

ul.imp_link li:hover {
	background-color: #fff;
	color: #000 !important;
}

/* ul.imp_link li a:hover{
	color: #000 !important;
} */
.view_more_news1 {
	font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding: 10px 15px;
    line-height: 18px;
    display: block;
    border: 1px solid #dcdcdc;
    margin: 5px 5px 5px 5px;
    border-radius: 10px;
    /* width: 100%; */
    min-width: 110px;
    text-align: center;
    position: absolute;
    margin-top: -44px;
    margin-left: 193px;
	color: #000 !important;

}
.view_more_news1:hover{
	background-color: #e0121d;
	color: #fff !important;
}

.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: #104382;
	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: #154f85;
	display: block; 
	position: relative;
}

.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 / 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: 16px;
	line-height: 25px;
	/* font-family: Rockwell; */
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	color: #000;
	margin: 0 5px;
	/* transition: 0.5s; */
}

.tab-titles li.active_tab {
	color: #e0121d;
	border-bottom: 3px solid rgba(224, 18, 29, 1);
}

.tab-titles li a:hover {
	color: #e0121d;
}

.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 #000;
	/* border-left: 1px solid rgba(16, 67, 130, 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 */






/* start banner_slider */

#banner_sect {
	background-color: #fff;
	/* background-image: url(../images/banner-bg1.png); */
	background-position: center;
	background-repeat: no-repeat, repeat;
	width: 100%;
	height: 451px;
}

.position_t_btn {
	margin: 0 auto;
    text-align: center;
    position: absolute;
    margin-top: 8px;
    right: 15px;
	z-index: 999;
}

.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;
}

.ohrc_banner {
	width: 100%;
	height: 451px;
}

.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;
}

/* end banner_slider */


/* start whats_new_sect */

#whats_new_sect {
	background: rgba(0, 16, 39, 1);
	width: 100%;
	padding: 0px 0;
	height: 48px;
	position: relative;
	margin-top: 19px;
}

.whats_new_content {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 22px;
	line-height: 16px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
	margin-left: 15px;
	position: absolute;
	margin-top: 16px;
}

.whats_new_mn {
	display: flex;
}

.whats_new_sb2 {
	width: 90%;
}

.whats_new {
	background: #e0121d;
	/* clip-path: polygon(75% 0%, 82% 50%, 75% 100%, 0% 100%, 0 50%, 0% 0%); */
	width: 227px;
	padding: 2px 0px 8px 20px;
	height: 48px;
}

.space_mp {
	padding-left: 0;
}

.news_ic {
	margin-top: 5px;
}

.viewlink {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	color: #fff;
	margin-top: 18px;
	display: block;
}

.viewlink {
	animation-name: viewlink;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes viewlink {
	0% {
		/* color: #ff0; */
		color: #fff;
	}

	25% {
		/* color: #f00; */
		color: #fff;

	}

	50% {
		/* color: #ff0; */
		color: #fff;
	}

	75% {
		/* color: #f00; */
		color: #fff;
	}

	100% {
		/* color: #ff0; */
		color: #fff;
	}
}

#whats_new_sect a {
	color: #fff;
}

.whats_new_sb1 {
	width: 25%;
}


/* end whats_new_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_video {
	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: 10px;
	/* padding: 5px; */
	margin: 10px 0;
	transition: all 0.5s ease-in-out;
}


.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: 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;
	}




}












nav {
	/* position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 70px;
  background: #3E8DA8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99; */
}

nav .navbar {
	height: 100%;
	max-width: 1250px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto;
	/* background: red; */
	padding: 0 0px;
}

.navbar .logo a {
	font-size: 30px;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
} 

nav .navbar .links {
	display: flex; 
}


nav .navbar .links li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0 15px;
}

nav .navbar .links li a {
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
	transform: rotate(180deg);
}

nav .navbar .links li .arrow {
    height: 100%;
    width: 15px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease;
}

nav .navbar .links li .sub-menu {
	position: absolute;
    top: 45px;
    left: 25px;
    line-height: 40px;
    background: #d53f16;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
    width: 100%;
    min-width: 250px;
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
	display: block;
}

.navbar .links li .sub-menu li {
	padding: 0 22px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .links li .sub-menu a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.navbar .links li .sub-menu .more-arrow {
	line-height: 40px;
}

.navbar .links li .htmlCss-more-sub-menu {
	/* line-height: 40px; */
}

.navbar .links li .sub-menu .more-sub-menu {
	position: absolute;
	top: 0;
	left: 100%;
	border-radius: 0 4px 4px 4px;
	z-index: 1;
	display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
	display: block;
}

.navbar .search-box {
	position: relative;
	height: 40px;
	width: 40px;
}

.navbar .search-box i {
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 40px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
}

.navbar .search-box .input-box {
	position: absolute;
	right: calc(100% - 40px);
	top: 80px;
	height: 60px;
	width: 300px;
	background: #3E8DA8;
	border-radius: 6px;
	opacity: 0;
	pointer-events: none;
	transition: all 0.4s ease;
}

.navbar.showInput .search-box .input-box {
	top: 65px;
	opacity: 1;
	pointer-events: auto;
	background: #3E8DA8;
}

.search-box .input-box::before {
	content: '';
	position: absolute;
	height: 20px;
	width: 20px;
	background: #3E8DA8;
	right: 10px;
	top: -6px;
	transform: rotate(45deg);
}

.search-box .input-box input {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 4px;
	transform: translate(-50%, -50%);
	height: 35px;
	width: 280px;
	outline: none;
	padding: 0 15px;
	font-size: 16px;
	border: none;
}

.navbar .nav-links .sidebar-logo {
	display: none;
}

.navbar .bx-menu {
	display: none;
}

@media (max-width:920px) {
	nav .navbar {
		max-width: 100%;
		padding: 0 25px;
	}

	nav .navbar .logo a {
		font-size: 27px;
	}

	nav .navbar .links li {
		padding: 0 10px;
		white-space: nowrap;
	}

	nav .navbar .links li a {
		font-size: 15px;
	}
}

@media (max-width:1024px) {
	nav {
		/* position: relative; */
	}

	.navbar .bx-menu {
		display: block;
	}

	nav .navbar .nav-links {
		position: fixed;
		top: 0;
		left: -100%;
		display: block;
		max-width: 270px;
		width: 100%;
		background: #3E8DA8;
		line-height: 40px;
		padding: 20px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		transition: all 0.5s ease;
		z-index: 1000;
		height: 100%;
	}
	nav .navbar .nav-links.active-menu{
		left: 0
	}
	.nav-links .links{
		height: 85vh;
    	overflow-y: scroll;
	}
	.nav-links .links i.bx.bxs-chevron-down {
    float: right;
}
	.navbar .nav-links .sidebar-logo {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
.sub-menu.collapse.show {
    display: inline-block !important;
    left: 0 !important;
    position: relative;
    background: #2d7d99 !important;
    width: 100% !important;
    min-width: inherit !important;
}
	.sidebar-logo .logo-name {
		font-size: 25px;
		color: #fff;
	}

	.sidebar-logo i,
	.navbar .bx-menu {
		font-size: 25px;
		color: #fff;
	}

	nav .navbar .links {
		display: block;
		margin-top: 20px;
	}

	nav .navbar .links li .arrow {
		line-height: 40px;
	}

	nav .navbar .links li {
		display: block;
	}

	nav .navbar .links li .sub-menu {
		position: relative;
    top: 0;
    box-shadow: none;
    display: none;
    left: 0 !important;
    float: left;
    width: 100%;
	}
nav .navbar .links li {
    float: left;
    width: 100%;
}
	nav .navbar .links li .sub-menu li {
		border-bottom: none;

	}

	.navbar .links li .sub-menu .more-sub-menu {
		display: none;
		position: relative;
		left: 0;
	}

	.navbar .links li .sub-menu .more-sub-menu li {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.links li:hover .htmlcss-arrow,
	.links li:hover .js-arrow {
		transform: rotate(0deg);
	}

	.navbar .links li .sub-menu .more-sub-menu {
		display: none;
	}

	.navbar .links li .sub-menu .more span {
		/* background: red; */
		display: flex;
		align-items: center;
		/* justify-content: space-between; */
	}

	.links li .sub-menu .more:hover .more-sub-menu {
		display: none;
	}

	nav .navbar .links li:hover .htmlCss-sub-menu,
	nav .navbar .links li:hover .js-sub-menu {
		display: none;
	}

	.navbar .nav-links.show1 .links .htmlCss-sub-menu,
	.navbar .nav-links.show3 .links .js-sub-menu,
	.navbar .nav-links.show2 .links .more .more-sub-menu {
		display: block;
	}

	.navbar .nav-links.show1 .links .htmlcss-arrow,
	.navbar .nav-links.show3 .links .js-arrow {
		transform: rotate(180deg);
	}

	.navbar .nav-links.show2 .links .more-arrow {
		transform: rotate(90deg);
	}
}

@media (max-width:370px) {
	nav .navbar .nav-links {
		max-width: 100%;
	}
}



















footer {
	background-color: #2a6ca9;
	padding: 30px 0;
}

footer h2 {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 20px;
	line-height: 18px;
	font-weight: 600;
	color: #fff;
}

footer h2 span {
	color: #fff;
}

.footer_box {
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background-color: rgba(255, 255, 255, 0.1);
	width: 100%;
	height: auto;
	margin-top: 20px;
	padding: 5px 20px;
	min-height: 232px;
}

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

footer ul li {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #fff;
	margin: 10px 0px;
}

.footer_arrow {
	font-size: 17px !important;
	padding-right: 7px;
	padding-top: 0px;
	position: relative;
	line-height: 22px;
}

.footer_contact_address_p {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color: #fff;
	margin: 0px 0px 0px 15px;
	display: block;
}

.footer_contact_telephone_p {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
	color: #fff;
	margin: 8px 0px 0px 15px;
	display: block;
}

.footer_contact_mn {
	display: flex;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 12px;
	padding-top: 12px;
}

/* end footer */

/* start footer_down_section */
#footer_down_section {
	background-color: #061300;
	padding: 15px 0;
}

.footer_down_h {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	color: #e0121d;
	display: block;
}

.footer_down_p {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #fff;
	display: block;
	margin-top: 10px;
}

.footer_down_visitors {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #fff;
	display: block;
	margin-top: 25px;
}

.footer_down_visitors_span {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 19px;
	line-height: 18px;
	font-weight: 700;
	color: #e0121d;

}




.mn_bg_sl{
	background-color: #2a6ca9;   
	clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 25% 100%, 15% 50%, 25% 0%);
    width: 250px;
    height: 50px;
    position: absolute;
    z-index: 99;
    right: 0;
    bottom: 35px;

}
.right_side_box_de{
	display: flex;
}
.right_side_box_de button{
	border: 0;
    background-color: inherit;
    margin: 0;
    padding: 0 3px;
}
.right_side_box_de .carousel-indicators li {
	width: 15px;
    height: 15px;
	border-radius: 50px;
}
.right_side_box_de .carousel-indicators {
	bottom: 0;
	position: absolute;
    right: 50px;
    bottom: 0px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0%;
    margin-left: 0%;
    list-style: none;
}
.bg_al_wi{
	background-color: #0000FF;
	width: 100%;
	min-width: 300px;
	height: 100%;
	min-height: 50px;
}

.right_side_box_de .carousel-indicators .active {
    background-color: #e0121d;
}







#customs_bbsr_sect{
	margin: 35px 0px;
}

.customs_bbsr_bx{
	width: 100%;
    height: 100px;
    min-height: 100%;
    border-radius: 12px;
    border: 1px solid rgb(0 0 0 / 10%);
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 10%);
    text-align: center;
    padding: 15px 10px;
    transition: 0.5s;
    cursor: pointer;
	font-family: 'Exo 2', sans-serif;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    color: #000;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
}
.customs_bbsr_bx_h3 {
margin-top: 15px;
display: block;
}
a .customs_bbsr_bx:hover{
	box-shadow: 0px 10px 16px 0px rgba(224,18,29,0.8);
	border: 1px solid rgba(224,18,29,0.9);
	color: #e0121d !important;
	/* background-image: linear-gradient(to right, #e0121d, #cd1734, #97024c, #440122); */
}
#customs_bbsr_sect h2 {
    font-family: 'Exo 2', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    color: #000;
    margin-bottom: 25px;
}
#customs_bbsr_sect h2 span {
    font-family: 'Exo 2', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    color: #e0121d;
    margin-bottom: 25px;
}

.taglist ul li {
  list-style: disc inside;
  padding-left: 10px;
  padding-top: 5px;
}

#content-area {
  font-family: 'Exo 2', sans-serif;
  line-height: 29px;
  color: #000;
  margin: 10px 0px;
}

#content-area h2{
	font-size: 30px;
	padding: 10px 0px;
	width: 100%;
}

#content-area .row{
	padding: 0px;
	margin: 0px;
}

#content-area ul li {
  list-style: disc inside;
  padding-left: 10px;
}
#content-area .dirbox{
	width: 100%;
	padding-bottom: 20px;
	display: flex;
	justify-content: center;
}
#content-area h4{
	font-size: 22px;
	padding: 10px 0px;
	width: 100%;
	text-align: center;
}
#content-area h5{
	font-size: 18px;
	padding: 5px 0px;
	width: 100%;
	text-align: center;
}
/*.contact-box{
	float: left;
	width: 100%;
}*/
.contact-box {
    padding: 40px 0;
}
.contact-box .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-box .content .left-side {
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}
.contact-box .content .left-side::before {
  content: "";
  position: absolute;
  height: 70%;
  width: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #afafb6;
}
.contact-box .content .left-side .details {
  margin: 14px;
  text-align: center;
}
.contact-box .content .left-side .details i {
  font-size: 30px;
  color: #3e2093;
  margin-bottom: 10px;
}
.contact-box .content .left-side .details .topic {
  font-size: 18px;
  font-weight: 500;
}
.contact-box .content .left-side .details .text-one,
.contact-box .content .left-side .details .text-two {
  font-size: 14px;
  color: #afafb6;
}

.contact-box .content .right-side {
  width: 75%;
  margin-left: 75px;
}
.contact-box .content .right-side .topic-text {
  font-size: 23px;
  font-weight: 600;
  color: #3e2093;
}
.contact-box .right-side .input-box {
  height: 55px;
  width: 100%;
  max-width: inherit !important;
  margin: 12px 0;
}
.contact-box .right-side .input-box input,
.contact-box .right-side .input-box textarea {
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #f0f1f8;
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
}
.contact-box .right-side .message-box {
  min-height: 110px;
}
.contact-box .right-side .input-box textarea {
  padding-top: 6px;
}
.contact-box .right-side .button {
  display: inline-block;
  margin-top: 12px;
}
.contact-box .right-side .button input[type="button"] {
  color: #fff;
  font-size: 18px;
  outline: none;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  background: #154f85;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact-box .button input[type="button"]:hover {
  background: #5029bc;
}

@media (max-width: 950px) {
  .contact-box .content .right-side {
    width: 75%;
    margin-left: 55px;
  }
}
@media (max-width: 820px) {
  .contact-box .content {
    flex-direction: column-reverse;
  }
  .contact-box .content .left-side {
    width: 100%;
    flex-direction: row;
    margin-top: 40px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .contact-box .content .left-side::before {
    display: none;
  }
  .contact-box .content .right-side {
    width: 100%;
    margin-left: 0;
  }
}
.gallery-box {
    padding: 70px 0 30px;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.thumbnail img {
    width: 100%;
}
.inner-boxes{
	padding: 30px 0 20px 0;
}
.ate-box {
    display: flex;
}
.ate-box-right {
    text-align: left;
    padding-left: 30px;
}
.ate-box-right h4{
    margin: 0;
    padding: 0 !important;
    font-weight: bold;
}
.ate-box-right h4,.ate-box-right h5{
	text-align: left !important;
}

.left-box {
    float: left;
    width: 100%;
    background: #f5f5f5;
    padding: 20px;
}
.left-box button {
    width: 100%;
    margin: 4px 0;
    border: none;
    background: #2a6ca9;
    color: #fff;
    padding: 8px 5px;
    font-size: 16px;
    cursor: pointer;
}
.left-box button:focus{
	outline: none;
}
.left-box button.active,.left-box button:hover{
	background: #094985; 
}
.inner-boxes h1 {
    margin-bottom: 22px;
    font-size: 32px;
    font-weight: bold;
}
.tabcontent ul {
    list-style-type: circle;
    padding-left: 21px;
    margin-top: 14px;
}
.tabcontent ul li {
    list-style-type: inherit !important;
    padding: 5px 0;
}
.tabcontent h3 {
    font-size: 25px;
    margin-bottom: 11px;
}
.tabcontent .form-control{
	margin: 5px 0;
}
.tabcontent .submit-btn {
    background: #2a6ca9;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    border: none;
    color: #fff;
    padding: 9px 39px;
    border-radius: 3px;
    cursor: pointer;
}
.searc-center form{
	position: relative;
	float: left;
	width: 100%;
}
.searc-center input {
    width: 100%;
    height: 43px;
    padding: 10px 164px 10px 15px;
}
.searc-center button {
    position: absolute;
    right: 4px;
    padding: 6px 42px !important;
    top: 3px;
}
.table-responsive {
    padding: 0;
}
thead.thead-dark th {
    background: #2a6ca9 !important;
    border-color: #fff!important;
}
@media screen and (max-width: 1199px) {
	.hd_md_left_h2{
		font-size: 32px;
	}
	.head-title-middle h1 {
    font-size: 94px;
}
nav .navbar .links li {
    padding: 0 8px;
}
}
@media screen and (max-width: 1024px) {
.header_top_left_ul ul li a {
    margin-right: 11px;
}
nav .navbar .links li {
    padding: 0 10px;
}
}
@media screen and (max-width: 991px) {
.header_top_left_ul ul li a {
    margin-right: 11px;
}
.header_top_left_ul ul li a::before {
    content: "";
    margin-left: 6px;
}
.hd_md_left_h2 {
    font-size: 24px;
    line-height: 30px;
}
.head-title-middle h1 {
    font-size: 75px;
}
.customs_logo {
    width: 90px;
}
}
@media screen and (max-width: 767px) {
.mn_chair_box_1 {
    margin: 13px 0;
    float: left;
    width: 100%;
    min-height: inherit !important;
    height: inherit;
    padding-bottom: 22px;
}
.hd_md_left {
    display: inline-block;
    width: 100%;
}
.hd_md_left_sb {
    margin-right: 0px;
    text-align: center;
}
.head-title-middle h1 {
    font-size: 75px;
    line-height: 47px;
    margin-top: 20px;
    text-align: center;
}
.hd_md_left_h3 {
    font-size: 19px !important;
}
.hd_md_left_h4 {
    font-size: 15px;
}
.sub-head h5 {
    font-size: 16px;
}
.header_top_left_ul {
    margin-top: 2px;
    text-align: center;
}
.header_top_right_ul_mn {
    display: block;
    text-align: center;
}
.header_top_right0_ul {
    display: inline-block;
}
.head-title-middle h1 {
    font-size: 65px;
}
}
@media screen and (max-width: 640px) {
	.whats_new .whats_new_content{
		display: none;
	}
	.whats_new {
    width: 111px;
}
}

@media screen and (max-width: 450px) {
	.ate-box {
    display: inline-block;
    text-align: left;
}
	#content-area .dirbox {
    display: inline-block;
}
	.ate-box-right {
    text-align: left;
    padding-left: 0;
}
}	
@media screen and (max-width: 340px) {
.whats_new_sb1 {
    width: 25%;
    overflow: hidden;
}
.ohrc_banner {
    width: 100%;
    height: 225px;
}
#banner_sect {
    height: 205px;
}
#sect_0_1 h2 {
    font-size: 20px;
}
#sect_0_1 h2 span {
    font-size: 17px;
}
.hd_md_left_h2 {
    font-size: 21px;
    line-height: 30px;
}
.hd_md_left_h3 {
    font-size: 17px !important;
}
.head-title-middle h1 {
    font-size: 56px;
    line-height: 20px;
}

}