.margin-left-10{
  margin-left: -10px;
}
.btnRemoveAttachedFile{
  display: none;
}
  .pos_relative{
    position: relative;
  }
  .background_image {
    background: url('../images/main.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .background_image .uom_innerpage_overlay {
    background: rgba(0, 0, 0, 0.60);
}
.uom_innerpage_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.uom_common_breadcrumb.background_image .breadcrumbs_content {
    min-height: 200px;
}
.uom_common_breadcrumb .breadcrumbs_content {
    min-height: 200px;
}
.align_row_spacebetween {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
}
.uom_common_breadcrumb .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
}
.uom_common_breadcrumb.background_image .breadcrumb > li a {
    color: #a5a5a5;
    margin-right: 30px;
}

.uom_content_details-section{
  background: #ffffff;
}

.uom_content_details-section li {
  display:inline-block;
  padding: 0;
}
.pb30{
  padding-bottom: 30px;
}
.pb40{
  padding-bottom: 40px;
}

.uom_content_details-content{

}

.uom_content_details-meta .meta li, .uom_content_details-meta .meta li a, .blog-meta .meta, .blog-meta .meta a {
  font-size: 16px;
  color: #d39e3b;
  display: contents;
}

.uom_content_details-text p{
  line-height: 28px;
  color: #000;
  text-align: justify;
  font-size: 17px;
}
.uom_content_details-text p a{
  color: blue;
  font-size: 0.875rem;
}

.event-ti-style{
  letter-spacing: 1px;
}
.event-ti-title{
  letter-spacing: 1px;
  text-align: center;
  font-weight: 700;
}


#removeAttributes p{
  margin-bottom: 20px;
}

#removeAttributes ol, #removeAttributes ul{
  margin-bottom: 20px;
}

#removeAttributes ol li,#removeAttributes ul li{
  display: block;
  line-height: 24px;
  color: #000;
  text-align: justify;

}

.number-circle-list {
   list-style: none;
   padding-left: 1rem;
   counter-reset: circle-counter;
}
 .number-circle-list--list-item {
   counter-increment: circle-counter;
   margin-bottom: 0.25rem;
}
 .number-circle-list--list-item:before {
   content: counter(circle-counter);
   background-color: #e1e1e1;
   width: 1.5rem;
   height: 1.5rem;
   border-radius: 50%;
   display: inline-block;
   font-size: 0.75rem;
   line-height: 1.5rem;
   color: black;
   text-align: center;
   margin-right: 0.5rem;
   position: relative;
   top: -2px;
}
 .number-circle-list--list-item:last-child {
   margin-bottom: 0;
}

.comment-head {
  padding-bottom: 15px;
}

.categories-list-item li {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
}
.categories-list-item li a {
  color: #040404;
}
.categories-list-item li:hover a {
  color: #86bc42;
  margin-left: 10px;
 transition: .3s all ease-in-out;
}
.categories-list-item li:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 0px;
  top: 8px;
  background-color: #86bc42;
 transition: .3s all ease-in-out;
}
.categories-list-item li:hover:before {
  width: 7px;
}
.pb25 {
  padding-bottom: 25px;
}
.post-title a {
  font-size: 17px;
  transition: .3s all ease-in-out;
  line-height: 24px;
  color: #000;
  text-align: justify;
}
.post-title a:hover {
  color: #86bc42;
  text-decoration: none;
}
.dotted-div{
  border-bottom: 2px dotted #ccc;
  margin-bottom: 10px;
}
.dotted-div:last-child{
  display: none;
}
img {
  border: 0 !important;
  vertical-align: middle !important;
}
.redd{
  color: red !important;
}
.custom-table{
  margin-bottom: 30px;
}
.custom-table tr td:first-child{
  width: 30%;
}
.color_ff{
  color: #fff;
  letter-spacing: 2px;
  font-size: 30px;
  font-weight: 600;
}

.svg-inline--fa {
  vertical-align: -0.200em;
}

.rounded-social-buttons {
  text-align: center;
}

.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 3.125rem;
  height: 3.125rem;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 1.5625rem;
  font-weight: normal;
  line-height: 2em;
  border-radius: 1.6875rem;
  transition: all 0.5s ease;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-whatsapp{
  font-size: 25px;
}

.rounded-social-buttons .social-button.facebook, .rounded-social-buttons .social-button.twitter,.rounded-social-buttons .social-button.whatsapp  {
  background: #3b5998;
  color: white;
}

.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus,.social-button.facebook:visited {
  color: #3b5998;
  background: #fefefe;
  border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
  background: #55acee;
}

.rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus,.social-button.twitter:visited {
  color: #55acee;
  background: #fefefe;
  border-color: #55acee;
}

.rounded-social-buttons .social-button.whatsapp {
  background: #06D755;
}

.rounded-social-buttons .social-button.whatsapp:hover, .rounded-social-buttons .social-button.whatsapp:focus,.social-button.whatsapp:visited {
  color: #06D755;
  background: #fefefe;
  border-color: #06D755;
}

.rounded-social-buttons .social-button.youtube {
  background: #bb0000;
}

.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
  color: #bb0000;
  background: #fefefe;
  border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
  background: #125688;
}

.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
  color: #125688;
  background: #fefefe;
  border-color: #125688;
}


#tender-notice ul,#tender-notice ol, #tender-terms-condition ul,#tender-terms-condition ol, #scholarship-body ol, #scholarship-body ul{
  margin: 20px 0px;
}
#tender-notice ul li,#tender-notice ol li, #tender-terms-condition ul li,#tender-terms-condition ol li, #scholarship-body ol li, #scholarship-body ul li{
  display: block;
  color: #000;
  margin: 20px;
  text-align: justify;
}

#tender-notice p, #tender-terms-condition p, #scholarship-body p{
  line-height:30px;
}

#tender-notice p a, #tender-terms-condition p a{
  font-size: 17px;
}