*{
	margin:0;
	padding:0;
	transition: all 0.5s ease;
	word-spacing:auto;
}
*:focus {
    outline: none;
}
ul, ol{
	list-style-type:none;
}
a, a:hover, a:active{
	text-decoration:none;
	text-border:none;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #333;
	line-height:2;
}
p{
	line-height:1.5;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Open Sans Condensed', sans-serif;
}
h1{
	font-size:32px;
}
h2{
	font-size:24px;
}
h3{
	font-size:18px;
}
h4{
	font-size:16px;
}
h5{
	font-size:14px;
}
h6{
	font-size:11px;
}
.btn-1{
	font-family: 'Open Sans Condensed', sans-serif;
	padding:10px 20px;
	color:#333 !important;
	background:#ffc414;
	padding: 9px 35px 9px 15px;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
	border: none;
    border-radius: 0;
	position:relative;
}
.btn-1:after{
	content: "\f101";
	font-family: 'FontAwesome';
	font-size: 16px;
	position: absolute;
	right: 15px;
	top: 5px;
}
.btn-1:hover{
	color:#fff !important;
	background:#333;
	cursor:pointer;
}
/*MARGIN*/
.m_top_10{
	margin-top:10px;
}
.m_top_20{
	margin-top:20px;
}
.m_top_30{
	margin-top:30px;
}
.m_top_40{
	margin-top:40px;
}
.m_top_50{
	margin-top:50px;
}
.m_top_60{
	margin-top:60px;
}
.m_top_70{
	margin-top:70px;
}
.m_top_80{
	margin-top:80px;
}
.img-responsive{
	max-width:100%;
}
/***************** CTA SECTION CSS START HERE *****************/
.page_cta{
	background:#fff;
	padding-top:0px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
.cta_left p{
	/*padding-top:3px;*/
}
.cta_left p,
.cta_right p{
		margin-bottom:0;
}
.cta_right{
	line-height:auto;
	padding-top:0px;
}
.cta_left p{
	padding-top:3px;
}
.cta_left p a{
	color:#333;
}
.cta_right{
	text-align:right;	
}
.cta_right p span{
	width:5px; 
	height:2px;
	display:inline-block;
}
/*
.cta_right_btn3,
.cta_right_btn4,
.cta_right_btn5{
	font-family: 'Open Sans Condensed', sans-serif;
	color:#000;
	width:18px;
	display:inline-block;
	text-align:center;
}
.cta_right_btn3:hover,
.cta_right_btn4:hover,
.cta_right_btn5:hover{
	color:#000;
}
.cta_right_btn3{
	font-size:12px;
}
.cta_right_btn4{
	font-size:15px;
}
.cta_right_btn5{
	font-size:18px;
	width:25px;
}
.cta_right_login,
.cta_right_language{
	font-family: 'Open Sans Condensed', sans-serif;
	padding:0px 15px;
	color:#fff;
	border:2px solid #1e398c;
}
.cta_right_login{
	color:#1e398c;
}
.cta_right_login:hover{
	background:#1e398c;
	color:#fff;
}
.cta_right_language{
	background:none;
	color:#00a650;
	border-color:#00a650;
}
.cta_right_language:hover{
	background:#00a650;
	color:#fff;
}*/
.cta_right div{
	display:inline-block;
	padding:1px 10px;
}
.color_tab,
.font_size_tab,
.language_tab,
.login_tab{
	border-right:1px solid #ddd;
	min-height:30px;
}
.cta_right div.color_tab{
	
	border-left:1px solid #ddd;
}
.cta_right div.color_tab p{
	/*padding-top:8px;*/
}

div.color_tab p a{
	border:1px solid #000;
	font-family: 'Open Sans Condensed', sans-serif;
	border-radius:50%;
	height:24px;
	width:24px;
	display:inline-block;
	text-align:center;
	line-height:23px;
}
.cta_right_btn1{
	background:#000;
	color:#fff;
}
.cta_right_btn2{
	color:#000;
}
.cta_right_btn1:hover{
	color:#fff;
}
.cta_right_btn2:hover{
	color:#000;
}

div.font_size_tab a{
	border:1px solid #000;
	font-family: 'Open Sans Condensed', sans-serif;
	border-radius:50%;
	height:24px;
	width:24px;
	display:inline-block;
	text-align:center;
	line-height:23px;
	color:#000;
}
.language_tab a.cta_right_english{
	color:#000;
	border-right:1px solid #999;
	padding-right:8px;
}
.language_tab a.cta_right_language{
	color:#46a650;
	padding-left:8px;
}
.login_tab a{
	font-family: 'Open Sans Condensed', sans-serif;
	padding:0px 15px;
	color:#1e398c;
	border:2px solid #1e398c;
}
/***************** CTA SECTION CSS END HERE *****************/
/***************** LOGO SECTION CSS START HERE *****************/
.page_logo{
	background:#fff;
}
.page_nav_inner{
	padding-left:15px;
	padding-right:15px;
	width:100%;
}
.site_logo{
	padding-top:15px;
	/*padding-bottom:15px;*/
}
.site_logo img{
	width:95px;
	float:left;
	margin-right:15px;
}
.site_logo h2{
	font-family: 'Open Sans Condensed', sans-serif;
	color:#1e398c;
	font-size:35px;
}
.site_logo p{
	font-family: 'Open Sans Condensed', sans-serif;
	color:#00a650;
	font-size:16px;
	margin-bottom:0;
	position: relative;
    bottom: 12px;
    text-align: center;
}
form.search_bar{
	margin-top:20px;
}
form.search_bar input[type=text] {
  padding: 8px;
  font-size: 14px;
  border: 1px solid #cccccc;
  float: left;
  width: 80%;
  background: #fff;
}

form.search_bar button {
  float: left;
  width: 20%;
  padding: 8px;
  background: #ffc414;
  color: white;
  font-size: 14px;
  border: 1px solid #cccccc;
  border-left: none;
  cursor: pointer;
}

form.search_bar button:hover {
  background: #1e398c;
}

form.search_bar::after {
  content: "";
  clear: both;
  display: table;
}
/***************** LOGO SECTION CSS CLOSE HERE *****************/
/***************** NAVIGATION SECTION CSS START HERE *****************/
/*.page_nav{
	background:#1e398c;
}
.toggle,
[id^=drop] {
	display: none;
}
nav { 
	margin:0;
	padding: 0;
	
	position:relative;
	z-index:1;
	font-family: 'Open Sans Condensed', sans-serif;
}
nav:after {
	content:"";
	display:table;
	clear:both;
}
nav ul {
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
}
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	
}
nav > ul > li{
	border-right: 1px solid #c1c1c1;
	padding:0px 35px;
}
nav a {
	display:block;
	padding:14px 20px;	
	color:#FFF;
	font-size:17px;
	text-decoration:none;
}
nav > ul > li > a{
	padding: 10px 0;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
}

nav ul li ul li:hover { 
	
}
nav a:hover { 
	color: #ffc414; 
}
nav ul ul {
	display: none;
	position: absolute; 
}
nav .drop_down{
	top: 48px;
	margin-left:-35px;
	background:#fff;
	border-bottom:2px solid #e54e4b;
	padding:0 5px;
}
nav .drop_down li{
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}
nav .drop_down li a {
    color: #6c757d;
    padding: 5px 10px;
}
nav .drop_down a{
	font-size: 13px;
}
.drop_down li a:hover{
	background: #ccc;
    color: #212529;
}
nav ul li:hover > ul {
	display:inherit;
}
nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
	background:#fff;
}
nav ul ul ul li {
	position: relative;
	top:-41px;
	left:170px; 
}
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }

nav .drop_down_2 li a {
    position: relative;
	padding-left:25px;
}
nav .drop_down_2 li a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #c11e19;
    font-size: 15px;
    position: absolute;
    left: 12px;
    top: 4px;
}*/
/*-------------------*/

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
}
.navbar{
	padding: 1rem 1rem;
	padding: 0rem 1rem;
    background-color: #1e398c;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.headerNav{
	background-color: #1e398c;
}
a.nav-link {
    color: #FFF;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #1e398c;
}
.nav-item li a.dropdown-item i.fa{
	position: relative;
	right: 10px;
	font-size: 10px;
}
.navbar li a.nav-link{
	border-right: 1px solid #c1c1c1;
    padding: 10px 35px !important;
}
.dropdown-item{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
a.dropdown-item.dropdown-toggle:hover {
    color: #fff !important;
}
a.navbar-toggler {
    color: #fff !important;
    padding: 15px;
    font-family: 'Open Sans',sans-serif;
}

/***************** NAVIGATION SECTION CSS CLOSE HERE *****************/
/***************** SLIDER SECTION CSS START HERE *****************/
.carousel-control-next-icon, 
.carousel-control-prev-icon{
	background:#1e398c;
	width: 4rem;
	height: 4rem;
	color:#fff;

}
.carousel-control-prev-icon i.fa,
.carousel-control-next-icon i.fa{
	font-size:48px;
	margin-top:6px;
}
/***************** NAVIGATION SECTION CSS CLOSE HERE *****************/
/***************** HOME PAGE CSS START HERE *****************/
.welcome-note{
	text-align:center;
	font-family: 'Open Sans Condensed', sans-serif;
}
.welcome-note h1,
.welcome-note h2{
	text-transform:uppercase;
}
.welcome-note h1{
	color:#1e398c;
}
.welcome-note h2{
	color:#00a650;
	font-weight:bold;
}
.welcome-note h5{
	color:#333;
}
.welcome-note .featurette-divider{
	margin: 2.5rem 0;
}
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.img-responsive{
	width:100%;
}
.content-column-1,
.content-column-2{
	text-align:left;
}
.content-column{
	border-bottom:2px solid #999;
}
.content-column-1 h2,
.content-column-2 h2{
	text-align:left;
	border-left:3px solid #1e398c;
	font-family: 'Open Sans Condensed', sans-serif;
	padding-left:25px;
	font-size:24px;
	margin:20px auto;
}
.content-column-1 p,
.content-column-2 p{
	text-align:left;
}
.content-column-2 ul li a{
	position:relative;
	padding-left:20px;
}
.content-column-2 ul li a:after{
	content: "\f101";
	font-family: 'FontAwesome';
	font-size: 16px;
	position: absolute;
	left: 0px;
	top: -7px;
	color: #07a650;
}
.btn-secondary-2{
	    transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    background: #ffc414;
    color: #333333;
    position: relative;
    font-family: 'Open Sans Condensed', sans-serif;
    padding: 9px 15px;
    padding-right: 15px;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
	border:none;
	border-radius:0;
}
.btn-secondary-2:hover{
		background:#333;
}
.image-column{
	background:#eee;
	padding:25px 25px 0 25px;
	font-family: 'Open Sans Condensed', sans-serif;
}
.image-column img{
	max-width:100%;
	margin-bottom:10px;
}
.image-column h4{
	font-size: 14px;
	margin-bottom:5px;
}
.image-column h6{
	font-size: 12px;
}
.image-column .hr_block{
	width:40px;
	height:3px;
	background:#ccc;
	margin:0 auto 25px auto;
}
.bottom_content{
	margin-top:20px;;
}
.govt_logo{
	font-family: 'Open Sans Condensed', sans-serif;
	border:3px solid #eee;
	padding:10px 15px;
}
.govt_logo img{
		width:80px;
		float:left;
		margin-right:10px;
}
.govt_logo h4{
	color:#1e398c;
	margin-top:10px;
	font-size:21px;
}
.govt_logo hr{
	width:50%;
	height:2px;
	background:#ccc;
	margin:5px auto 5px 0px;
	border:none;
}
hr.featurette-divider {
        margin: 0.5rem 0 0.5rem 0; /* Space out the Bootstrap <hr> more */
}
.icon_box_home_page{
	/*margin-top:50px;*/
	background-color: gainsboro;
    padding: 8px 8px;
}
.icon_box_home_page section{
	/*border:1px solid #ccc;*/
	padding:20px 20px;
	padding-bottom:10px;
}
.icon_box_home_page span{
	height:2px;
	width:60px;
	background:#00a650;
	display:block;
	margin:20px auto;
}
.icon_box_home_page section:hover {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  z-index: 99999;
}
/*TAB CONTENT*/
.info_center h2{
	text-align: left;
	border-left: 3px solid #1e398c;
	font-family: 'Open Sans Condensed', sans-serif;
	padding-left: 25px;
	font-size: 24px;
	/*margin: 20px auto;*/
}
.tab {
	float: left;
	background-color: #FFF;
	width: 20%;
}
.tab button {
	display: block;
	background-color: inherit;
	color: black;
	padding: 5px 20px;
	width: 180px;
	border: 1px solid #eee;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 12px;
	text-transform:uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	border-left:3px solid #00a650;
	margin-bottom:5px;
	height: 35px;
}
.tab button:hover {
  background-color: #ddd;
}
.tab button.active {
  background-color: #ccc;
}
/*.tabcontent {
  float: left;
  padding: 10px 35px;
  width: 80%;
  border-left: none;
  height: auto;
}*/
.tabcontent {
    float: left;
    padding: 0px 5px 0px 30px;
    width: 80%;
    border-left: none;
    /* height: auto; */
    /*height: 372px;*/
    /*overflow-y: auto;*/
}
/*LOGIN POPUP*/
.modal-login {
	width: 320px;
}
.modal-login .modal-content {
	border-radius: 1px;
	border: none;
}
.modal-login .modal-header {
	position: relative;
	justify-content: center;
	background: #f2f2f2;
}
.modal-login .modal-body {
	padding: 30px;
}
.modal-login .modal-footer {
	background: #f2f2f2;
}
.modal-login h4 {
	text-align: center;
	font-size: 26px;
}
.modal-login label {
	font-weight: normal;
	font-size: 13px;
    color: black;
    font-weight: 600;
}
.modal-login .form-control, .modal-login .btn {
	min-height: 38px;
	border-radius: 20px; 
}
.modal-login .hint-text {
	text-align: center;
}
.modal-login .close {
	position: absolute;
	top: 15px;
	right: 15px;
}
.modal-login .checkbox-inline {
	margin-top: 12px;
}
.modal-login input[type="checkbox"] {
	position: relative;
	top: 1px;
}
.modal-login .btn {
	min-width: 100px;
	background: #3498db;
	border: none;
	line-height: normal;
}
.modal-login .btn:hover, .modal-login .btn:focus {
	background: #248bd0;
}
.modal-login .hint-text a {
	color: #999;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}
/***************** HOME PAGE CSS CLOSE HERE *****************/
/***************** ABOUT US CSS START HERE *****************/
.inner_slider{
	background-image: url("../Web-Image/inner_pages_bg.jpg");
	background-repeat:no-repeat;
	background-position:center center;
	padding:50px 0 40px 0; 
    background-size: cover; 
}
.inner_slider h3{
	color:#fff;
	text-transform:uppercase;
}
.inner_slider h5 span{
	background:#fff;
	padding:5px 15px;
	font-size:14px;
	color:#929292;
}
.inner_slider h5 span a{
	color:#1e398c;
}
.inner_slider h5 span a.home_page{
	color:#1e398c;
}
.inner_slider h5 span a.link_page{
	color:#00a650;
}
.inner_page_content{
	padding:25px 0 20px 0;
}
.side_bar{
	background:#f9f9f9;
	padding:15px;
}
.side_bar h4{
	color:#333;
}
.side_bar li{
	border-bottom:1px solid #ccc;
	padding:5px 0;
	display:block;
}
.side_bar li:last-child{
	border-bottom:none;
}
.side_bar li a{
	display:block;
	padding:5px 20px 5px 25px;
	position:relative;
	color:#333;
}
.side_bar li a:after{
	content: "\f101";
	font-family: 'FontAwesome';
	font-size: 16px;
	position: absolute;
	left: 10px;
	top: 2px;
	color:#07a650;
}
.side_bar li a:hover,
.side_bar li.active_list a{
	background:#ccc;
}
.content_area{
	padding-top:20px;
}
.content_area p{
	text-align: justify;
}
.content_area h4{
	padding-left:25px;
	border-left:3px solid #07a650;
	color:#333;
	margin-bottom:18px;
}
.content_area h4.heading_page_2{
	
}
/***************** ABOUT US CSS CLOSE HERE *****************/
/***************** SCADA PAGE CSS START HERE *****************/
.inner_points_ul li{
	position:relative;
	margin-bottom:15px;
	padding-left:15px;
}
.inner_points_ul li:last-child{
	margin-bottom:0px;
}
.inner_points_ul li:after {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #07a650;
    font-size: 15px;
    position: absolute;
    left: 0px;
    top: -2px;
}
.comments_scada h4{
	margin:30px auto 20px auto;
}
.comments_scada h5{
	position:relative;
	padding-left:30px;
}
.comments_scada h5:after{
	content: "\f10d";
	font-family: 'FontAwesome';
	font-size: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
	color:#07a650;
}
.comments_scada h6{
	font-style:italic;
	margin-bottom:25px;
	padding-left:30px;
}
.comments_scada h6:last-child{
	margin-bottom:0;
}
.thead_blue{
	background:#1e398c;
	color:#fff;
}
.table_achievments{
	
}
tr .v_align_table{
	vertical-align:middle;
}
.moretext{
		display:none;
}
.cat1,
.cat2,
.cat3{
	display:none;
}
/***************** SCADA PAGE CSS CLOSE HERE *****************/
/***************** REGULARATORY PAGE CSS START HERE *****************/
.regulatory_table ul{
	margin-top:25px;
}
.regulatory_table li{
	position:relative;
	padding:20px 20px 20px 45px;
	border:1px solid #ccc;
	border-bottom:none;
}
.regulatory_table li:last-child{
	border-bottom:1px solid #ccc;
}
.regulatory_table li{
	
}
.regulatory_table li a{
	color:#333;
}
.regulatory_table li a:after{
	content: "\f105";
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 14px;
	position: absolute;
	left: 15px;
	top: 22px;
	width:20px;
	height:20px;
	background:#1e398c;
	border-radius:50%;
	text-align:center;
	line-height:20px;
}
.regulatory_table li:hover{
	padding-left:60px;
}
.panel-title{
	padding:0px 20px 0px 30px;
	margin-bottom:15px;
}
.panel-body{
	margin-bottom:25px;
	padding:0 30px;
}
.panel-title a{
	color:#333;
	position:relative;
}
.panel-title a:after{
	content: "\f105";
	font-family: 'FontAwesome';
	color: #1e398c;
	font-size: 16px;
	position: absolute;
	left: -30px;
	top: 0px;
	border-radius:50%;
	text-align:center;
	line-height:20px;
	
}
.panel-body h5{
	margin-top:18px;
}
.panel-body h5 span{
	background:#fff;
	padding:15px 45px;
}
.table_inner{
	margin-top:30px;
}
.table_inner .inner_table_head th{
	 background:#1e398c;
	 color:#fff;
	 text-align:center;
}
td.sorting_column_1 > a,
td.sorting_column_1 > a:hover{
	color:#333;	
}
.anchor_inner a{
	color:#333;
	text-align:center;
	display: inline-flex;
}
.anchor_inner figure{
	text-align:center;
	margin:0 auto;
}
.anchor_inner i{
	display:block;
	text-align:center;
	margin-top:10px;
	
}
.anchor_inner i.fa-file-pdf-o,.anchor_inner i.fa-file-archive-o,.anchor_inner i.fa-file-o{
	font-size: 17px;
    color: #dc3545;
}
.dop_part{
	background:#1e398c;
	text-align:center;
	color:#fff;
}
.quick_links h5{
	margin:25px auto 15px auto;
	position:relative;
	padding-left:30px;
}
.quick_links h5:after{
	content: "\f192";
	font-family: 'FontAwesome';
	color: #07a650;
	font-size: 16px;
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius:50%;
	text-align:center;
	line-height:20px;
	
}
.quick_links ul li{
	margin-bottom:10px;
}
.quick_links ul li a{ 
	color:#333;
	position:relative;
	padding-left:20px;
}
.quick_links ul li a:after{
	content: "\f105";
	font-family: 'FontAwesome';
	color: #07a650;
	font-size: 16px;
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius:50%;
	text-align:center;
	line-height:20px;
	
}
#example tr th{
	vertical-align:middle;
}
footer.timeline-Footer{
	display:none !important;
	visibility:0;
}
/* MODEL BOX CSS */
.w3-container{/*float:left;*/width:100%}
.w3-modal-content{margin:auto;/*background-color:#fff;*/position:relative;padding:0;outline:0;width:600px; text-align:center;}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-button:hover{color:#000!important;background-color:#ccc!important}
.w3-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.w3-xlarge{font-size:24px!important}
.w3-display-topright{position:absolute;right:0;top:0}
.w3-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
/***************** REGULARATORY PAGE CSS CLOSE HERE *****************/
/***************** FOOTER CSS START HERE *****************/
footer p{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:13px;
}
.footer_link a{
	color:#333;
	padding:0 21px 0 15px;
}
footer p a:hover{
	color:#1e398c;
}
.footer_link a{
	position:relative;
}
.footer_link a:after{
	content: "|";
	color:#999;
	position: absolute;
	right: 0;
	top: -5px;
}
.footer_link a:last-child::after{
	content:"";
}
.copy_right p{
	color:#333;
	text-align:center;
	font-size:12px;
}
.disclaimer{
	font-size:12px;
	text-align:center;
}
/***************** FOOTER CSS CLOSE HERE *****************/
/*=============  SMALL DEVICE MEDIA QUERY START  =============*/
@media all and (max-width : 768px) {
	.page_cta{
		padding-bottom: 16px;
	}
	.cta_left p{
		padding:10px 0 0 0;
		text-align:left;
	}
	.cta_right p{
		margin-top:10px;
	}
	.site_logo h2{
		font-size:24px;
	}
	form.search_bar{
		margin-top:6px;
		margin-bottom:24px;
	}
	.site_logo p{
		font-size:14px;
	}
	/*------------ NAV CSS ------------*/
	label{
		margin-bottom:0px;
	}
	nav {
		margin: 0;
		margin-bottom:24px;
		font-size:14px;
	}
	.toggle + a,
	.menu {
		display: none;
	}
	.toggle {
		display: block;
		color:#FFF;
		text-decoration:none;
		border:none;
	}
	.menu_toggle{
		background:#1e398c;
		margin-bottom:0px;
		font-size:17px;
		padding:14px 20px;	
	}
	.toggle:hover {
		background-color: #1e398c;
	}
	nav > ul{
		border-top:1px solid #fff;
		padding:0 15px;
	}
	nav > ul > li{
		border-right:none;
		padding:10px 10px;
		margin:0;
		border-bottom:1px solid rgba(255, 255, 255, .5);
	}
	nav > ul > li:last-child{
		border-bottom:none;
	}
	nav > ul > li > a{
		padding:0px;
	}
	.drop_down .toggle{
		color:#212529;
		font-size:13px;
		padding:5px 10px;
	}
	.drop_down_2{
		background:#eee;
	}
	[id^=drop]:checked + ul {
		display: block;
	}
	nav ul li {
		display: block;
		width: 100%;
	}
	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}
	nav ul ul ul a {
		padding: 0 80px;
	}
	nav a:hover,
 	nav ul ul ul a {
		/*background-color: #000000;*/
	}
	nav ul li ul li .toggle,
	nav ul ul a,
	nav ul ul ul a{
		padding:14px 20px;	
		color:#FFF;
		font-size:17px; 
	}
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #fff; 
	}
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
	}
	nav ul.drop_down{
		top: 51px;
		margin-left:0px;
		background:#fff;
		margin-top: 11px;
	}	
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
	nav ul ul li {
		display: block;
		width: 100%;
	}
	nav ul ul ul li {
		position: static;
	}
	/*------------ NAV CSS ------------*/
	.govt_logo{
		margin-bottom:15px;
	}
	.footer_link{
		text-align:center;
	}
	.regulatory_table li a:after{
		top:24px;
	}
	.tab{
		width: 100%;
		margin-bottom:30px;
	}
	.tab button{
		display:inline-block;
		max-width:150px;
	}
	.info_tweets{
		margin-top:30px;
		border-top:1px solid #ccc;
		padding-top:30px;
	}
	.icon_box_home_page section{
		margin-bottom:30px;
	}
}
/*=============  SMALL DEVICE MEDIA QUERY CLOSE  =============*/
/*=============  EXTRA SMALL DEVICE MEDIA QUERY START  =============*/
@media all and (max-width : 420px) {
	.cta_right_btn1,
	.cta_right_btn2,
	.cta_right_btn3,
	.cta_right_btn4,
	.cta_right_btn5,
	.cta_right p span{
		display:none;
	}
	.cta_right,.cta_left p{
		text-align:center;
	}
	.cta_right_login, .cta_right_language{
		width:100px;
	}
	nav ul li {
		display:block;
		width: 100%;
	}
	
}

/*=============  EXTRA SMALL DEVICE MEDIA QUERY CLOSE  =============*/
/*------------04-04-2021--------------*/
 .site_logo marquee.marqueeText {
    font-size: 15px;
    color: #753d94;
    font-weight: 700;
}
.content-column{
height: 244px !important;
}
p.home_button_bottom {
    position: absolute;
    bottom: 0;
}
.content-column p{
line-height: 1.75;
}
.icon_box_home_page .home_box_hover:hover{
    box-shadow: 2px 1px 10px 2px #ccccccb3;
    background-color: white;
}
.icon_box_home_page .home_box_hover:hover img
{
    /*width: 50px;
    transition: .3s;*/
    transform: translateY(0) scale(.8);
    transition: ease all .6s;
    overflow: hidden;
}
.icon_box_home_page .home_box_hover:hover h4
{
    font-size: 17px;
    transition: ease all .6s;
    overflow: hidden;
}
.icon_box_home_page .home_box_hover:hover h6
{
    font-size: 13px;
    transition: ease all .2s;
    overflow: hidden;
}
/*-------------------------*/
@media(max-width: 768px)
{
	.tabcontent {
    padding: 10px 5px 0px 5px !important;
    width: 100% !important;	
}
.dl-unsur dd > a {
	margin-left: 12px !important
}
}
.row.text-center.icon_box_home_page {
    background-color: #eeeeee;
}


span.txtlock {
    font-size: 12px;
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
}
span i.fa {
    color: blue !important;
}
/*.black{
	background: #000;
	color: yellow;	
}
.white{
	background: #FFF;
	color: #333;	
}*/

/*--------Tander page---------*/
.btn-search{
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
    border-radius: unset;
    margin-top: 25px;
}
div#example_paginate{
	float: right;
}
.thWidth{
	width: 150px !important;
}
#example ul li a{
text-decoration: underline;
}
label.labelposition {
    
    font-size: 18px;
    font-weight: 700;
    color: #783b99;
}
section.home_box_hover {
    width: 80%;
}
.cardImg{width: 30%}
.card{
	border: none;
}
span.lastUpdate {
    font-size: 14px;
    font-weight: 700;
}
#siteloader .card{width: 16rem;}
/*------------------*/
   
.dl-unsur {
position:relative;
float:left;
}

.dl-unsur dd {
width:100%;
border-top:1px solid #959595;
display:block;
float:left;
padding:8px 0;
}
.dl-unsur dd:first-child {
border-top:0;
}

.dl-unsur dd > a {
width:100%;
margin-left:5px;
}
.dl-unsur dd > a > h2 {
width:10%;
margin-top:0;
padding-right:10px;
color:#C71817;
text-align:right;
font-weight:bold;
}
.dl-unsur dd > a > div {
font-family:sans-serif, serif;
font-size:17px;
width:89%;
line-height:1.2em;
}
.dl-unsur dd> p {
width:89%;margin:0 0 0 5px;
}
/* --------------------------------------
   Media Queries
   -------------------------------------- */

/* Portrait & landscape phone */
@media (max-width: 480px) {

/* en çok okunan listeleme */
	.dl-unsur dd > a > h2 {
	font-size:250%;
	}
	.dl-unsur dd > a > div {
	font-family:sans-serif, serif;
	font-size:15px;
	}
}
.table thead{
	background-color: #1e398c;
	color: #fff;
}
/*--------------------------------------------------*/
/*:host {
     --viewer-pdf-sidenav-width: unset !important; 
}
#thumbnails {
    width: 150px !important;
}*/
/*---------login modal---------*/
.modal-login .modal-header {
    background: #1e398c;
    color: #fff;
}
.modal-login .modal-content {
    border-radius: 1px;
    border: none;
    border-radius: 15px;
}
.close,.close:focus, .close:hover {
    color: #fff;
    outline: unset;
}
.bordDirectors img{
    width: 63%;
    }
 /*--------------------------------------   */
  img.CLImg {
    width: 100%;
}
.sapImg .cardImg {
    width: 35%;
}
p.secondLine {
    font-size: 9px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}
/*---------------------------------*/
.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}
/*-----------------------------------*/
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}
a.dropdown-item {
    transition: unset !important;
}
/*------------laftdropdown------------------*/
.dropdown-submenu>.dorpleft {
    top: 0;
    right: 100% !important;
    margin-top: 0px !important;
    float: left !important;
}
.dropdown-menu.dorpleft{
	left: unset !important;
}
/*-----------------------------------------*/
.home_box_hover img {
    width: 60px;
}      

/*13 Nov 21 start code css*/
a { 
	cursor: pointer; 
}
.photo-gallery .item > a {
    background: #fff;
    padding: 5px;  
    display: block;
    box-shadow: 2px 0px 14px rgb(0 0 0 / 20%);  
}
.searchLayout .content_area {
    background: #fff;
    padding: 30px;  
    -webkit-box-shadow: 0 10px 30px -10px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 30px -10px rgb(0 0 0 / 10%);
    /*-webkit-box-shadow: 0 15px 30px 0 rgb(0 0 0 / 10%);
	box-shadow: 0 15px 30px 0 rgb(0 0 0 / 10%);*/
    width: 100%;
    margin-bottom: 50px; 
	border: solid 1px #eee; 
    border-radius: 20px; 
}
.searchLayout .content_area .form-group .form-control {    
	border: 1px solid #ced4da;
    height: 45px; 
    font-size: 15px; 
    background: rgb(249 249 249 / 45%);
}
.searchLayout .content_area .form-row>.col, .form-row>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px;  
}
.searchLayout .content_area .btn-search {
    position: relative;
    z-index: 1;
    min-width: 150px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 0 40px;
    text-align: center;
    text-transform: capitalize;
    background-color: #1e398c; 
    border: solid 1px #1e398c; 
    color: #fff;
    border: none;
    border-radius: 30px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; 
}
.searchLayout .content_area .btn-search:hover, 
.searchLayout .content_area .btn-search:focus {    
	background-color: #fff;   
	color: #1e398c; 
}
.searchLayout .content_area h4 {
    padding-left: 10px;  
    border-left: 3px solid #ffc414;
    color: #333;
    font-size: 22px;
    margin-bottom: 28px; 
}
.searchLayout .content_area .form-group label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px !important;
    color: #000;  
}

.bottomScroll #button {
  display: inline-block;
  background-color: #ffc414;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
.bottomScroll #button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
.bottomScroll #button:hover {
  cursor: pointer;
  background-color: #1e398c;
}
.bottomScroll #button:active {
  background-color: #1e398c;
}
.bottomScroll #button.show {  
  opacity: 1;
  visibility: visible;
}
img.pro-img {    

}
.dropbtn { 
/*  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;*/
  border: none;
  cursor: pointer;
}      
.r50 {
	border-radius: 50%;  
}
.dropdown {
  position: relative;
  display: inline-block;
}

body .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;  
  left: -40px; 
  top: 35px;  
}

.dropbtn > span {
	color: #000;  
	font-weight: 500;
}

.dropdown-content a {
    color: black;
    padding: 4px 16px;  
    font-size: 15px;
    text-decoration: none;
    display: block;
    text-align: left;
    border: none;
    font-weight: 400;
    font-family: inherit; 
}

.r50 {
	border-radius: 50%;  
}

.show {display: block;}

.loginUser {
	padding: 40px 0 80px; 
}

#login-form-wrap {
    background-color: #fff;
    border: solid 1px #ddd;
    width: 45%;
    margin: 30px auto;
    text-align: center;
    padding: 20px 0 0 0;
    border-radius: 10px;  
    overflow: hidden;
    box-shadow: 0px 14px 45px 0px rgb(0 0 0 / 20%);  
}
 #login-form {
	 padding: 20px 70px 0;  
}
 #login-form-wrap input {
	 display: block;
	 box-sizing: border-box;
	 width: 100%;
	 outline: none;
	 height: 50px;
	 line-height: 50px;
	 border-radius: 4px;
}
 #login-form-wrap input[type="text"], input[type="email"] {
	 width: 100%;
	 padding: 0 0 0 10px;
	 margin: 0;
	 color: #8a8b8e;
	 border: 1px solid #c2c0ca;
	 font-style: normal;
	 font-size: 16px;
	 appearance: none;
	 position: relative;
	 display: inline-block;
	 background: none;
}
 #login-form-wrap input[type="text"]:focus, #login-form-wrap input[type="email"]:focus {
	 border-color: #3ca9e2;
}
 #login-form-wrap input[type="text"]:focus:invalid, #login-form-wrap input[type="email"]:focus:invalid {
	 color: #cc1e2b;
	 border-color: #cc1e2b;
}
 #login-form-wrap input[type="text"]:valid ~ .validation, #login-form-wrap input[type="email"]:valid ~ .validation {
	 display: block;
	 border-color: #0c0;
}
 #login-form-wrap input[type="text"]:valid ~ .validation span, #login-form-wrap input[type="email"]:valid ~ .validation span {
	 background: #0c0;
	 position: absolute;
	 border-radius: 6px;
}
 #login-form-wrap input[type="text"]:valid ~ .validation span:first-child, #login-form-wrap input[type="email"]:valid ~ .validation span:first-child {
	 top: 30px;
	 left: 14px;
	 width: 20px;
	 height: 3px;
	 transform: rotate(-45deg);
}
 #login-form-wrap input[type="text"]:valid ~ .validation span:last-child, #login-form-wrap input[type="email"]:valid ~ .validation span:last-child {
	 top: 35px;
	 left: 8px;
	 width: 11px;
	 height: 3px;
	 transform: rotate(45deg);
}
 #login-form-wrap .validation {
	 display: none;
	 position: absolute;
	 content: " ";
	 height: 60px;
	 width: 30px;
	 right: 15px;
	 top: 0px;
}
 #login-form-wrap input[type="submit"] {
	 border: none;
	 display: block;
	 background-color: #1e398c; 
	 color: #fff;
	 font-weight: bold;
	 text-transform: uppercase;
	 cursor: pointer;
	 transition: all 0.2s ease;
	 font-size: 18px;
	 position: relative;
	 display: inline-block;
	 cursor: pointer;
	 text-align: center;
}
#login-form-wrap h2 {
	font-size: 30px; 
}
#login-form > p {
	margin-bottom: 30px; 
}
 #login-form-wrap input[type="submit"]:hover {
	 background-color: #1e398c; 
	 transition: all 0.2s ease;   
}
 #login-form-wrap #create-account-wrap {           
	 background-color: #eee;
	 color: #8a8b8e;
	 font-size: 14px;
	 width: 100%;
	 padding: 10px 0;
	 border-radius: 0 0 4px 4px;
}
#create-account-wrap > p {
	font-size: 16px;
	margin-top: 5px;  
	margin-bottom: 10px; 
}
.r50 {
	border-radius: 50%;
	object-fit: cover;   
}
#siteloader .card.mx-auto {
	margin-bottom: 40px; 
}
.reportDetails {
    max-height: 180px;  
    overflow: auto; 
}
.reportDetails ul li {
	margin-bottom: 5px;  
}
.reportDetails ul li a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;  
	padding-left: 20px; 
	line-height: 20px; 
}
.reportDetails ul li a:after {
    top: 0;  
}
.photoGallery img.img-thumbnail {         
    width: 100%;
    height: 140px;   
    object-fit: cover;
}
.photoGallery h3 {
    color: #333;
    font-size: 16px;
    text-align: left;
    /*padding-left: 10px;*/
    margin: 7px 0px; 
    text-align: center; 
}
.photoGallery a {
	display: block;  
	margin-bottom: 15px; 
}
/* width */
/*.reportDetails::-webkit-scrollbar {
    width: 5px;
}*/

/* Track */
/*.reportDetails::-webkit-scrollbar-track {
    background: #f1f1f1; 
}*/
 
/* Handle */
/*.reportDetails::-webkit-scrollbar-thumb {
    background: #ccc; 
}*/

/* Handle on hover */
/*.reportDetails::-webkit-scrollbar-thumb:hover {
    background: #aaa; 
}*/      
/*media query start*/
@media (min-width: 768px) and (max-width: 991px) {  
	#login-form-wrap {
		width: 70%; 
	}
}
@media (min-width: 768px) {                

	.photoGallery {
		margin-top: -17px; 
	}
	.pr4 {
		padding-right: 24px; 
	}

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

	#login-form-wrap {
		width: 100%; 
	}
	#login-form {
		padding: 20px 30px 0; 
	}
	.photoGallery img.img-thumbnail {
	    height: auto;
	}

}

@media (max-width: 450px) { 

	.tab button {  
	    max-width: initial;
	    width: 100%;
	}

}
/*media query end*/ 
/*13 Nov 21 end code css*/

/*************** 7 Dec 2021 start ******************/

.navbar li a.nav-link { 
    padding: 10px 20px !important;
}

.navbar-nav .dropdown-menu {
	top: 98%; 
}

/**************** 7 Dec 2021 end *****************/