.table-egov thead th,
.table-egov tbody td {
  vertical-align: middle;
  text-align: center;
  border-color: #17A2B8;
  font-size: 16px;
}

.table-egov tbody td {
  color: #333;
}

.voice:hover {
  cursor: pointer;
}
.social-new {
  position: fixed;
  top: 180px;
  z-index: 999;
  left: 10px;  
}
.social-new ul {
  padding: 0px;
  transform: translate(-270px, 0);
}
.social-new ul li {
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.36);
  width: 300px;
  text-align: right;
  padding: 10px;
  border-radius: 0 30px 30px 0;
  transition: all 1s;
}
.social-new ul li:hover {
  transform: translate(110px, 0);
  background: rgba(255, 255, 255, 0.4);
}
.social-new ul li a {
  color: #000;
  display: block;
}
.social-new ul li:hover a {
  color: #000;
  text-shadow: 0 0 3px #fff;
  font-weight: bold;
}
.social-new ul li:hover i {
  color: #fff;
  background: rgba(0, 0, 0, 0.36);
  transform: rotate(360deg);
  transition: all 1s;
}

.social-new ul li span {
  width: 30px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}

.header-style-two{
  top: 80px !important;
  position: absolute !important; /*N*/
}

.main-header {
  position: absolute !important; /*N*/
  z-index: 9 !important;
}

.top-box {
/*  position: fixed;*/
  background-color: #273140;
  top: 0; 
  width: 100%;
  z-index: 9999;
  padding: 10px 50px;
}

.top-box .vision-box {
  position: relative;
  float: left;
  margin-left: 20px;
  padding: 13px 0;
}

.main-menu .navigation > li:last-child > ul > li > ul {
  left: unset !important;
  right: 100% !important;
}

/*.page-title {
  top: 120px;
  margin-bottom: 60px;
}*/

.sidebar-page-container {
  padding: 70px 0 70px;
}

.subscribe-form {
  background-color: #273140;
}
.press-image {
    position: absolute;
    right: 5%;
    top: 0;
    width: 30%;
    height: 100%;
    opacity: .70;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/icons/press-release.png);
}

.feedbackform {
  position: fixed;
  right: 12%;
  bottom: 0% !important;
  text-align:right;
  z-index:9999;
  margin-top: 50px;
}

@media (max-width:768px) {
  .feedbackform {
    left: 0;
  }
}

.feedbackBTN {
    display: inline-block;
    border-radius: 50%;
    background-color: rgb(255, 188, 0);
    border: none;
    color: #000000;
    text-align: center;
    font-size: 1rem;
    height: 2.5rem;
    padding: 0.5rem;
    width: 50px;
    height: 50px;
    transition: all 0.5s;
    cursor: pointer;
    float: left;
}

.feedbackBTN:hover {
    background-color: rgba(254,187,0,0.55);
}

.feedbackTgBTN {
    display: inline-block;
    border-radius: 50%;
    background-color: rgb(41, 169, 235);
    border: none;
    color: #000000;
    text-align: center;
    font-size: 1rem;
    height: 2.5rem;
    padding: 0.5rem;
    width: 50px;
    height: 50px;
    transition: all 0.5s;
    cursor: pointer;
    float: left;
}

.feedbackTgBTN:hover {
    background-color: rgba(41, 169, 235,0.55);
}


.social-icon-two li a{
  background-color: transparent;
  border-bottom: none;
  box-shadow: none;
}

@media (min-width: 1245px){
  .logo a {
    font-size: 24px !important;
  }
}

@media (max-width: 1244px){
  .logo a {
    font-size: 18px !important;
  }
}

@media (max-width: 873px){
  .logo a {
    font-size: 16px !important;
  }
}

@media (max-width: 800px){
  .logo a {
    font-size: 15px !important;
  }
}


@media (min-width: 671px){
  .header-style-two{
    top: 80px !important;
  }

  .top-box {
    height: 80px;
  }
}

@media (max-width: 670px){
  .header-style-two{
    top: 60px !important;
    padding: 0 20px;
  }

  .top-box {
    height: 60px;
    padding: 0 20px;
  }
}


@media (max-width: 375px){
  .header-style-two{
    top: 55px !important;
    padding: 0 20px;
  }

  .top-box {
    height: 55px;
    padding: 0 20px;
  }
}






/*#######################################################################*/

.label-with-date{
   max-width: 66%;
   max-height: 50px;
   padding: 12px;
   border: 3px solid #ccc;
   border-right: 3px dotted #ccc;
   line-height: 20px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 0px;
}
.input-with-date{
    max-height: 50px;
    max-width: 34%;
    border: 3px solid #ccc;
    border-left: none;
    padding-left: 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
main {
	background-color: #fff;
}

video {
   width:100%;
   height:auto;
}

.inner-box .image {
width: 100%;
/*height: 25vh !important;*/
object-fit: scale-down !important;
background: #fff !important;
} 
 
/*##################################*/

/*##################################*/
.empty-search h3 {
  font-size: 60px;
  line-height: 1.2em;
  padding: 0;
  margin: 0;
  font-weight: 700;
  color: #333;
  margin-bottom: 50px;
}
.text-newspaper {
  padding-left: 15px;
  padding-right: 0px;
  text-align: left !important;
  color: #222;
  font-weight: 550;
}
.search-popup {
  background-color: #ffbc00 !important;
}

.main-header.fixed-header {
	background-color: #ffbc00;
}

.main-footer {
    color: #222 !important;
    background: #ffbc00;
}
.main-footer .footer-column .widget-title,

.recent-posts .post .date,
.recent-posts .post .date span,
.main-footer .about-widget .text p,
.user-links li a {
	color: #000 !important;
	font-weight: 500;
	border-color: #000 !important;
}

.recent-posts .post h4 a {
	font-size: 16px;
	color: #000 !important;
	display: block;
}
.recent-posts .post h4 a:hover {
	text-decoration: underline;
}

.sidebar-page-container .sidebar-title h2 {
	color: #222;
	text-transform: none;
}
.latest-news .post{
	padding-top: 0;
}
.latest-news .post h3 a {
	color: #222;
}

.font-14{
	font-size: 14px;
}

.btn-group.special {
  display: flex;
}

.special .btn {
  flex: 1
}

.chart-bg {
  color: #149dcc !important;
  font-weight: 500;
}

.btn-gold, .btn-gold:active {
    background-color: #FFBC00 !important;
    border-color: #FFBC00 !important;
    color: #000 !important;
}
.btn-r-50{
	border-radius: 50% !important;
}
.cooperation td {
	vertical-align: middle !important;
}
.pointer{cursor:pointer;}

.borderless td, .borderless th {
    border: none;
}

.daily-news {
	color: #fff;
  text-shadow: 0 0 7px #000;
  font-size: 24px;
	display: block;
	text-align: center;
  font-weight: 400;
  letter-spacing: 1px;
}
.daily-news:hover {
	color: #ffbc00;
}
/*.news-block .lower-content {
	border: 1px dotted #aaa !important;
}*/

.news-block .lower-content-media {
	border-bottom: 2px solid #e5e5e5 !important;
	height: 180px;
}

.news-block .lower-content-media a {
	color: #222 !important;
	font-family: 'Roboto', 'sans-serif';
	display: block;
	transition: 0.3s;
}

.news-block .lower-content-media a:hover {
	color: #ffbc00 !important;
}

.news-block .lower-content p {
	color: #222;
	text-align: justify;
}

.news-block .lower-content li {
	list-style: circle;
	margin-left: 35px;
	font-size: 15px;
}

.news-block .lower-content h3 {
	color: #222;
	font-family: 'Roboto', 'sans-serif';
}
.news-block .lower-content h3 a {
	color: #222;
}

.news-block .inner-box {
	box-shadow: 0 0 30px rgb(0 0 0 / 5%);
}

.sidebar .blog-categories,
.sidebar-widget,
.blog-single .post-share-options,
.news-block .lower-content,
.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    background-color: #fff;
    border-radius: 0;
	color: #222;
}

.share-box {
	background-color: #fff;
    border: 3px solid #ffbc00;
    border-radius: 0;
	color: #222;
	position: relative;
	padding: 20px 20px;
	margin-top: 40px;
}

.pin-content{position: relative; height: 130vh; display: table-cell; vertical-align: middle; text-align: center; width: 100%;}

.exPopoverContainer {width:300px;height:250px;position: relative;color:#ccc;bottom:51px!important;left:-16px; z-index: 9999}
.borderRadius {-webkit-border-radius: 7px;-moz-border-radius: 7px;border-radius: 7px;}
.popBg {background-color:#000;opacity: 0.8;width:100%;height:100%;position:absolute;}
.popBody {width:100%;height:100%;position: relative;padding:10px;}
.popBody h1 {padding-bottom:5px;margin:0px;font-size:18px;}
.popHeadLine {clear:both;width:100%;height:1px;background-color:#383737;margin:auto;}
.popContentLeft {width:100%;float: left;font-size:12px;text-align:left;margin-top: 10px;}
.popContentRight {width:100px;float: right;margin-top: 10px;text-align: center;}
.arrow-down {position: absolute;width: 0; height: 0; border-left: 20px solid transparent;border-right: 20px solid transparent;border-top: 20px solid #000;opacity: 0.8;}


.sidebar .search-box .form-group input[type="submit"],
.sidebar .search-box .form-group button {
	color: #222;
}

.blog-single blockquote {
	color: #222;
	font-weight: 500;
}

.blog-single .post-share-options {
	box-shadow: none;
	border: 4px solid #ffbc00;
}

.error-section h3 {
	color: #333;
}

.error-section .sec-title h1 span{
	color: #999;
}


.lang-btn{
	position: relative;
	float: left;
	padding: 13px 0;
}

.lang-btn:before{
	position: absolute;
	left: 0;
	top: 100%;
	height: 100%;
	width: 100%;
	content: "";
	visibility: hidden;
	box-shadow: none !important;
}



.page-header__lang {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.page-header__lang a,
.page-header__lang span {
  display: inline-block;
  min-width: 44px;
  font-size: 14px;
  height: 32px;
  line-height: 30px;
  padding: 0 12px;
  box-sizing: border-box;
  border-top: 1px solid #FFBC00;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #FFBC00;
  color: #fff;
  margin: auto -3px;
}

.page-header__lang a:first-child,
.page-header__lang span:first-child {
  border-left: 1px solid #FFBC00;
  border-radius: 16px 0 0 16px;
  padding-left: 17px
}

.page-header__lang a:last-child,
.page-header__lang span:last-child {
  border-right: 1px solid #FFBC00;
  border-radius: 0 16px 16px 0;
  padding-right: 17px
}

.page-header__lang a._active,
.page-header__lang a:hover,
.page-header__lang span._active,
.page-header__lang span:hover {
  color: #000;
  background-color: #FFBC00;
  border-color: #FFBC00;
}

html.edge .page-header__lang a,
html.edge .page-header__lang span,
html.ie .page-header__lang a,
html.ie .page-header__lang span {
  min-width: 50px
}

.team-block .thumb {
	height: 200px;
	width: 200px;
	border-radius: 5px;
}
.team-block .inner-box {
	background-color: #006373;
}
.team-block .info-box {
	min-height: 115px;
}

.team-block .info-box .name {
	padding: 10px;
}
.team-block .inner-box:hover .thumb img{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.nmmc-leaders {
	margin: 5px 15px 5px 0;
	float: left;
	width: 50%;
  position: relative;
  z-index: 999;
}
.nmmc-youth {
	margin: 5px 15px 5px 0;
	float: left;
	width: 20%;
}


@media screen and (max-width: 400px) {
	.nmmc-leaders .nmmc-youth{
		width: 100%;
	}

	.logo a {
		font-size: 15px !important;
		text-align: center !important;
	}
	.logo img {
		width: 40px;
	}
}

@media screen and (max-width: 670px) {
	.logo a {
		font-size: 15px !important;
		text-align: center !important;
	}
	.logo img {
    	width: 40px;
	}

}


.sec-title .float-text {
	font-size: 130px;
    line-height: 0.65em;
    color: #f8f9fa;
}

.inner-column .text {
	color: #000;
}

.contact-page-section .contact-info li {
	box-shadow: none;
}
.contact-page-section .contact-info li strong{
	color: #252525;
}
.contact-page-section .contact-info li p {
	color: #333;
}
.contact-page-section .contact-info li a {
	color: #333;
}

.contact-form {
	box-shadow: none;
    background-color: #fff;
    border: 0;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="url"],
.contact-form .form-group textarea,
.contact-form .form-group select {
	box-shadow: none;
    color: #252525;
    border: 3px solid #ccc;
    background-color: rgba(239,239,239,0.8);
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: #ffbc00;
    color: #000;
}

.banner-section .swiper-slide .content .inner {
	max-width: 80%;
}

.banner-section .swiper-slide .content .inner:before {
  left: -5px;
  top: -5px;
  bottom: -5px;

}
.banner-section .swiper-slide .content .inner:after {
  right: -5px;
  top: -5px;
  bottom: -5px;
}

.banner-section .swiper-slide .text {
	font-size: 20px;
}

.logo img {
	margin-right: 5px;
}

.logo a {
	font-size: 24px;
	color: #fff;
	text-shadow: 0 0 10px #000;
	font-family: "Oswald", sans-serif;
    font-weight: 700;
    line-height: 1.2em;
}
.page-title h2 {
	text-transform: none;
	text-shadow: 0 0 10px #000;
	font-size: 50px;
}

.page-title:before {
	/*background: none !important;*/
	background-color: rgba(0,0,0,0.2);
}


.page-breadcrumb li,
.page-breadcrumb li a {
	text-transform: none;
	text-shadow: 0 0 5px #000;
}

.project-section-two .filters li{
	text-transform: none;
}

.blog-search{
	margin-bottom: 80px;
}
.blog-search input[type="text"]{
	padding: 15px 20px;
	border-radius: 0;
	transition: 0.2s;
}


/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #ccc;
  top: 0;
  bottom: 0;
  left: 1.5%;
  margin-left: -3px;
}

.timeline h2 {
  font-family: unset;
  font-size: 25px;
}

/* Container around content */
.timeline .container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 100%;
}

/* The circles on the timeline */
.timeline .container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.timeline .left {
  left: 0;
}

/* Place the container to the right */
.timeline .right {
  left: 2%;
}

/* Add arrows to the left container (pointing right) */
.timeline .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.timeline .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #ccc;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ccc transparent transparent;
}

/* Fix the circle for containers on the right side */
.timeline .right::after {
  left: -16px;
}

/* The actual content */
.timeline .content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
  border: 3px solid #ccc;
}


.btn-outline-primary{color:#007bff;border-color:#007bff}
.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}
.btn-outline-primary.focus,
.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled{color:#007bff;background-color:transparent}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,.show>
.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>
.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }

  /* Full-width containers */
  .timeline .container {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline .container::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .timeline .left::after,
  .timeline .right::after {
  left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .timeline .right {
  left: 0%;
  }
}


.poll-content {
	font-size: 14px !important;
}

.poll-header h4{
	font-size: 15px !important;
	color: #fff !important;
	font-weight: 600;
}

.poll-title {
	font-size: 14px !important;
	color: #fff !important;
}

/* The container */
.radiobox-container {
  display: block;
  color: #fff;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radiobox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #000;
}

/* On mouse-over, add a grey background color */
.radiobox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radiobox-container input:checked ~ .checkmark {
  background-color: #F7BD1B;
  border: 2px solid #DDA508;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiobox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radiobox-container .checkmark:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}


/*##################################*/
.table_block {
  width: 100%; 
  position: relative;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.table_main {
    width: 100%; 
    text-align: center;
    background: #FFF;
    border-left: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    -moz-box-shadow: 0 1px 1px 0 #bababa;
    -webkit-box-shadow: 0 1px 1px 0 #bababa;
    box-shadow: 0 1px 1px 0 #bababa;
}

.table_main thead { 
    color: #FFF;
    background: #3C948B;
    border: 1px solid #1b86cd;
    border-bottom: 0;
}

.table_main thead th {
    padding: 1px 5px;
    font-weight: normal;
    vertical-align: middle;
}

.table_main thead th.table-highlight, th.active {
    background: #7ac6be;
}

.table_main tbody td {
    padding: 10px 5px;
    border: 1px solid #d9d9d9;
    border-top-color: #FFF;
    border-left: none;
}

.table_main ul li {
  list-style: none !important;
}
/*##################################*/

/*///////////////////////////////////// PAGE NAVIGATOR START
/////////////////////////////////////////////////////////*/

.page_navigator {
    margin-bottom: 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.page_navi_dot {
    width: 34px;
    height: 24px;
    display: inline-block;
    margin: 0 5px;
    background: url(../images/ico/page_navi_dot.png) no-repeat left center;
}

/* ---- Page Navigator: Link start ---- */

.page_navigator ul {
    list-style: none !important;
}

    .page_navigator ul li {
      list-style: none !important;
      float: left;
      padding: 0;
      background: none;
    }

        .page_navigator ul li.active a {
            color: #FFF;
            line-height: 28px;
            background: #3C948B;
            border-color: #3C948B;
        }

.PagedList-skipToNext a, .PagedList-skipToLast a,
.PagedList-skipToPrevious a, .PagedList-skipToFirst a {
    padding-left: 7px;
    padding-right: 7px;
}

.page_navigator a,
.page_navigator strong {
    min-width: 28px;
    height: 28px;
    display: inline-block;
    margin: 0 1px;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    border: 2px solid #b5c4ff;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
}

.page_navigator a {
    color: #1f1f1f;
    line-height: 28px;
}
/* ---- Page Navigator: Link stop ---- */


/* ---- Page Navigator: Active start ---- */
.page_navigator strong {
    color: #FFF;
    line-height: 28px;
    background: #3C948B;
    border-color: #3C948B;
}
/* ---- Page Navigator: Active stop ---- */
strong.navi_prev, strong.navi_next {
    padding: 2px 5px 2px 5px;
}
/* ---- Page Navigator: Ico start ---- */
.page_navigator a:hover {
    border-color: #3C948B;
    text-decoration: none;
}

/*.page_navigator a.navi_ico {
    background: url(../images/ico/page_navi_ico.png) no-repeat;
}*/

.page_navigator a.navi_first {
    background-position: bottom left;
}

.page_navigator a.navi_prev {
    background-position: top left;
    padding: 1px 8px 1px 8px;
}

.page_navigator a.navi_next {
    background-position: top right;
    padding: 1px 8px 1px 8px;
}

.page_navigator a.navi_last {
    background-position: bottom right;
}
/* ---- Page Navigator: Ico stop ---- */

/*/////////////////////////////////////////////////////////
///////////////////////////////////// PAGE NAVIGATOR STOP*/