.languagepicker {
  display: inline-block;
  padding: 0;
  height: 30px;
  overflow: hidden;
  transition: all .3s ease;
  margin: 15px 50px 10px 0;
  position: absolute;
  vertical-align: top;
  float: left;
  z-index: 3000;
}

.languagepicker:hover {
	/* don't forget the 1px border */
	height: 81px;
}

.languagepicker a{
	color: #000;
	text-decoration: none;
}

.languagepicker li {
  display: block;
  padding: 0px 20px;
  margin-top: 2px !important;
  /* line-height: 40px; */
  /* border-top: 1px solid #EEE; */
}

.languagepicker li:hover{
	background-color: #EEE;
}

.languagepicker a:first-child li {
	border: none;
	background: #FFF !important;
}
.main-menu li img {
  margin-right: 5px;
  width: 25px;
}

.languagepicker li img {
  margin-right: 5px;
  width: 28px;
}
.main-menu {
    display: inline-block;
}
.partner-images {
    border-radius: 0px;
    border: none;
    background: #ffffff;
    box-shadow: none;
    text-align: center;
}
h2.title-2 {
    font-size: 30px;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
.label {
    padding: .2em .6em .3em;
  }

/* Temporary hack to hide inactive menus. To be deleted */
  .shown-menus
  {
    display: none !important;
  }
@media all and (max-width: 991px) {
  .hidden-menus
  {
    display: none !important;
  }
  .shown-menus
  {
    display: block !important;
  }
  .languagepicker li img {
    min-width: 28px;
  }
}
.buttons-coll {
  width: 100%;
  margin: 50px auto 20px;
  text-align: center;
}
button {
  margin: 20px;
}
.custom-btn {
  padding: 10px 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}
.btn-5 {
  width: 130px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
}
.btn-5 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-5:before,
.btn-5:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #3c8dbc;
  transition: all 0.3s ease;
}
.btn-5:before {
  height: 50%;
  width: 2px;
}
.btn-5:after {
  width: 20%;
  height: 2px;
}
.btn-5:hover:before {
  height: 100%;
}
.btn-5:hover:after {
  width: 100%;
}
.btn-5 span:before,
.btn-5 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #3c8dbc;
  transition: all 0.3s ease;
}
.btn-5 span:before {
  width: 2px;
  height: 50%;
}
.btn-5 span:after {
  width: 20%;
  height: 2px;
}
.btn-5 span:hover:before {
  height: 100%;
}
.btn-5 span:hover:after {
  width: 100%;
}
.slider-content .primary-btn i.fa-angle-right {
    padding-left: 10px;
}
.slider-content .primary-btn i.fa-angle-left {
    padding-right: 10px;
}
.bootstrap-select .ti-check::after {
    content: '';
    display: block;
    width: .5em;
    height: 1em;
    border-style: solid;
    border-width: 0 .26em .26em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#showAdvancedSearch{
  margin: 10px 0 0 0;
}
.bootstrap-switch .bootstrap-switch-handle-on {
    color: #093EB6;
}
.bootstrap-switch .bootstrap-switch-label {
    color: #FFF;
    background: #093EB6;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
    color: #093EB6;
    background: #FFF;
}
.form-control{
  background: rgb(221,221,221);
}

/**
 * SonataTranslation: adds translations to your forms
 */
.locale_switcher {
  padding: 1px 0 0 0;
  text-align: right;
  margin-right: 15px;
  margin-bottom: 5px;
  float: right;
}
.locale_switcher a {
  margin-right: 0;
  padding: 2px;
  opacity: 0.5;
}
.locale_switcher a.active {
  opacity: 1;
}
.locale_switcher a:hover {
  opacity: 1;
}
li.locale a {
  background-repeat: no-repeat;
}
select.locale {
  padding-left: 35px !important;
  background-position: 5px center;
}
textarea.locale {
  padding-left: 35px;
  background-position: 5px 5px;
}
label.checkbox.locale {
  padding-right: 35px;
  background-position: right bottom;
}
.fileuploadurl{
  display: none;
}
.logo-top-info {
    padding: 0 0px 20px;
}
.logo img
{
  max-height: 70px;
}
.request-status
{
  color: #FFF;
}


/****** Style Star Rating Widget *****/

.rating {
  border: none;
  float: left;
}

.rating > input { display: none; }
.rating > label:before {
  margin: 5px;
  font-size: 2.1em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before {
  content: "\f089";
  position: absolute;
}

.rating > label {
  color: #ddd;
 float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  }

.panel-default>.panel-heading a:after {
    content: "-";
    position: absolute;
    font-size: 29px;
    font-family: roboto;
    color: #dadcdd;
    line-height: 20px;
    right: 0;
    top: 0;
    font-weight: 400;
}

.panel-default>.panel-heading a.collapsed:after {
    content: "+";
}
.main-panel
{
  display: inline-block;
}

#threads
{
    margin: 20px 0px;
}

/*Thread*/
.thread {
  background: #d5e2ef;
  overflow: hidden;
  border-bottom: 1px solid #c2c2c2;
  -webkit-box-shadow: 1px 1px 3px 0px #b4b4b4;
  box-shadow: 1px 1px 3px 0px #b4b4b4;
  margin-bottom: 1rem;
  padding: 1.5rem 0.5em;
  border-left: 10px solid #004c6f;
}
.thread::after {
  clear: both;
}
.thread-title,
.thread-replies,
.thread-views,
.thread-date {
  padding: 0 0.6rem;
  float: left;
}
.thread-replies,
.thread-views,
.thread-date {
  text-align: right;
}
.thread-title {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 13px;
  color: #004c6f;
}
.thread-replies,
.thread-views {
  width: 15%;
}
.thread-date{
  width: 40%;
}
.thread-title-link {
  color: #004c6f;
  text-decoration: none;
  display: block;
}
.thread-title-link:hover {
  color: #dd851b;
}
.thread-title-link span {
  vertical-align: middle;
}
.thread-title-author {
  float: left;
}
.thread-title-author span {
  font-weight: bold;
  color: #004c6f;
  text-decoration: none;

}
.thread-title-author a:hover {
  color: #dd851b;
}
.thread-replies,
.thread-views,
.thread-date,
.thread-title {
  line-height: 1.5rem;
}
.thread-list {
  list-style: none;
}
.comment-body, .comment-body p {
    line-height: 18px;
    margin: 30px 0px;
}
#accordion{
  margin: 30px 0;
}

.threads .children
{
  padding-left: 20px;
  font-style: italic;
}
h4.panel-title {
    padding: 22px 0;
    border: none !important;
}

.pt20
{
  margin-top: 20px;
}

.sidebar-blog-categories ul li a {
    font-size: 14px;
    padding: 20px 30px;
}

.desc h4
{
  border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}
/* UOU Tabs */
/* ======================== */
.uou-tabs {
  position: relative;
  margin: 0 0 24px;
}
.uou-tabs .tabs {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.uou-tabs .tabs:before, .uou-tabs .tabs:after {
  content: " ";
  display: table;
}
.uou-tabs .tabs:after {
  clear: both;
}
.uou-tabs .tabs:before, .uou-tabs .tabs:after {
  content: " ";
  display: table;
}
.uou-tabs .tabs:after {
  clear: both;
}
.vertical.uou-tabs .tabs {
  float: left;
  width: 160px;
}
.uou-tabs .tabs li {
  position: relative;
  float: left;
  margin-right: 5px;
}
.uou-tabs .tabs li:last-child {
  margin-right: 0;
}
.uou-tabs .tabs li a {
  display: block;
  border: 3px solid transparent;
  color: #333333;
  padding: 8px 24px;
}
.uou-tabs .tabs li a:hover {
  outline: 0;
  color: #0099ff;
}
.uou-tabs .tabs li.active a {
  color: #333333;
  background: #f4f4f4;
  border: 3px solid #f4f4f4;
  border-top-color: #0099ff;
}
.vertical.uou-tabs .tabs li {
  float: none;
  margin-right: 0;
  margin-bottom: 5px;
}
.vertical.uou-tabs .tabs li.active a {
  border-left-color: #0099ff;
  border-top-color: #f4f4f4;
}
.uou-tabs .content {
  border-top: 3px solid #f4f4f4;
}
.uou-tabs .content > div {
  display: none;
  position: relative;
  padding: 24px;
}
.uou-tabs .content > div.active {
  display: block;
}
.vertical.uou-tabs .content {
  margin-left: 160px;
  border-top: 0;
  border-left: 3px solid #f4f4f4;
}
.uou-tabs .accordion-link {
  display: none;
  background: #f4f4f4;
  color: #333333;
  padding: 8px 24px;
  margin-bottom: 5px;
  transition: all 0s;
}
.uou-tabs .accordion-link:hover {
  background: #dbdbdb;
  outline: 0;
}
.uou-tabs .accordion-link.active {
  color: #ffffff;
  background: #333333;
}
@media (max-width: 767px) {
.uou-tabs.accordion-xs .tabs {
  display: none;
}
.uou-tabs.accordion-xs .accordion-link {
  display: block;
}
.uou-tabs.accordion-xs .content {
  border: 0;
  margin: 0;
}
.uou-tabs.accordion-xs .content > div {
  margin-bottom: 5px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.uou-tabs.accordion-sm .tabs {
  display: none;
}
.uou-tabs.accordion-sm .accordion-link {
  display: block;
}
.uou-tabs.accordion-sm .content {
  border: 0;
  margin: 0;
}
.uou-tabs.accordion-sm .content > div {
  margin-bottom: 5px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.uou-tabs.accordion-md .tabs {
  display: none;
}
.uou-tabs.accordion-md .accordion-link {
  display: block;
}
.uou-tabs.accordion-md .content {
  border: 0;
  margin: 0;
}
.uou-tabs.accordion-md .content > div {
  margin-bottom: 5px;
}
}
@media (min-width: 1200px) {
.uou-tabs.accordion-lg .tabs {
  display: none;
}
.uou-tabs.accordion-lg .accordion-link {
  display: block;
}
.uou-tabs.accordion-lg .content {
  border: 0;
  margin: 0;
}
.uou-tabs.accordion-lg .content > div {
  margin-bottom: 5px;
}
}
/* UOU Accordions */
/* ======================== */
.uou-accordions {
  padding-left: 0;
  list-style: none;
  position: relative;
  margin: 0 0 24px;
}
.uou-accordions:before, .uou-accordions:after {
  content: " ";
  display: table;
}
.uou-accordions:after {
  clear: both;
}
.uou-accordions:before, .uou-accordions:after {
  content: " ";
  display: table;
}
.uou-accordions:after {
  clear: both;
}
.uou-accordions > li > a {
  position: relative;
  display: block;
  background: #f4f4f4;
  color: #333333;
  padding: 8px 24px;
  margin-bottom: 5px;
}
.uou-accordions > li > a:after {
  position: absolute;
  right: 12px;
  top: 8px;
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  color: inherit;
  font-size: 14px;
}
.uou-accordions > li > a:hover {
  background: #dbdbdb;
  outline: 0;
}
.uou-accordions > li > div {
  display: none;
  position: relative;
  background: #f4f4f4;
  padding: 24px;
  margin-bottom: 5px;
}
.uou-accordions > li.active > a {
  color: #ffffff;
  background: #0099ff;
}
.uou-accordions > li.active > a:after {
  content: "\f078";
}
.uou-accordions > li.active > div {
  display: block;
}
.home-pro .services li:nth-child(3){
  background:#43b9f6;
}
/* Tenders Section */
.home-publications .col-md-7{
  width: 759px;
 float: left;
}
.home-publications .col-md-5{
  width: 410px;
  float:right;
}
.panel-group .panel-default {
    /*background: #fff;*/
    border: none;
    border-radius: 0;
}

.panel-group .panel+.panel {
    margin-top: 2px;
}

.panel-default>.panel-heading {
    background: #f9f9f9;
    box-shadow: 0.5px 0.866px 1px 0px rgba(0, 0, 0, 0.15);
    padding: 0;
    border-radius: 0;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.panel-default>.panel-heading:hover {
    background: #f9f9f9;
}

h4.panel-title {
    font-size: 16px;
    font-family: "Roboto";
    font-weight: bold;
    line-height: 1;
    padding: 22px;
}

.panel-default>.panel-heading a {
    color: #093EB6;
    display: block;
    position: relative;
}

.panel-default>.panel-heading a:hover {
    color: #002D92;
}

/*.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    padding: 20px 22px;
}*/

.panel-default .panel-body p {
    margin-bottom: 0;
}

.panel-default > .panel-heading a:after {
    content: "-";
    position: absolute;
    font-size: 29px;
    font-family: "Roboto";
    color: #dadcdd;
    line-height: 20px;
    right: 0px;
    top: 0px;
    font-weight: 400;
}
.panel-group .panel-default a.btn, .home-news a.btn, .demo-section a.btn{
  border-color: #008fef;
  color: #fff;
  background-color: #008fef;
  border-radius: 20px;
  box-sizing: border-box;
  border-width: 2px;
  font-size: 12px;
  font-weight: 300;
  padding: 5px 20px;
}
.panel-group .panel-default a.btn:hover, .home-news a.btn:hover, .demo-section a.btn:hover{
  border-color: #66615B;
  color: #fff;
  background-color: #66615B;
}
.home-publications h2,.home-news h2,.partner-section h2,.demo-section h2{
   opacity:0.8;
   color: #fff;
   background-color: #66615B;
   text-align:center;
}
.panel-collapse{
  margin-bottom:20px;
}
.panel-group, .plubication-downloads {
    border: none;
    background: #ffffff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}
#impactForm{
  width: 1000px;
  border: 1px solid #dde;
  border-radius: 5px 5px;
  padding: 20px;
}
.navbar-nav li i{
  font-size: 32px;
  color: #0d7bfb;
  margin-right: 0.5rem;
}
.navbar-nav{
  border-bottom:1px solid #dde;
}
.navbar-nav li a{
  color:#0d7bfb;
  font-weight:300;
}
.btn-tools {
  border-radius: 3px;
  font-size: 12px;
  font-family: "Roboto Condensed";
  font-weight: bold;
  line-height: 32px;
  padding: 0 18px;
  border: none;
  border: none;
  text-transform: uppercase;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
footer .pre-footer .col-md-4 {
  min-height: 170px;
  background: #ddd;
}
footer .pre-footer {
  border-radius: 5px 5px;
}
.owl-carousel .owl-stage {
  margin: 0 auto;
}
.cols2 {
  column-count: 2;
}
.list-with-number {
  padding-left: 0;
  list-style: none;
  counter-reset: my-badass-counter;
}
.list-with-number li::before {
  content: counter(my-badass-counter);
  counter-increment: my-badass-counter;
  margin-right: 10px;
  height: 30px;
  width: 30px;
  background-color: #0099ff;;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}
.list-with-number li {
  padding: 7px 0;
}