
.center-xy{
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-y{
    display: flex;
    justify-content: center;
}

.center-x{
    display: flex;
    align-items: center;
}

/*body {
   background-color: #F5F5F5;
  }*/


/* ============== HEADER ========================== */

img{
    max-width: 100%;
    height: auto;
}


footer{
    position: relative;

    bottom: 0;
    left: 0;
   }

.content-page{
    margin-top: 0px;
    margin-left: 5%;
    margin-right: 5%;
}

/*.content{
    background-color: #FCFBF4 !important;
}*/

@media (max-width: 768px){
    .content-page{
        margin-left: 5%;
        margin-right: 3%;
    }
}

@media (min-width: 769px){
     .side-links{
        min-height: 100vh;
    }
}


.sticky-header{
    position: sticky !important;
    top: -120px !important;
    z-index: 1000 !important;
}

.sticky-header-no-logo{
    position: sticky !important;
    top: -80px !important;
    z-index: 1000 !important;
}

@media (max-width: 992px){
     .sticky-header{
         position: sticky !important;
         top: -10px !important;
         z-index: 1000 !important;
     }

     .sticky-header-no-logo{
         position: sticky !important;
         top: -10px !important;
         z-index: 1000 !important;
     }
}

/* =========================================================== */
/******* NEWS LIST ***********/
/*body{
    margin-top:20px;
}*/

.timeline {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative

}

.timeline:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    width: 5px;
    background: #2d353c;
    left: 20%;
    margin-left: -2.5px
}

.timeline>li {
    position: relative;
    min-height: 50px;
    padding: 20px 0
}

.timeline .timeline-time {
    position: absolute;
    left: 0;
    width: 18%;
    text-align: right;
    top: 30px;
}

.timeline .timeline-time .date,
.timeline .timeline-time .time {
    display: block;
    font-weight: 600
}

.timeline .timeline-time .date {
    line-height: 16px;
    font-size: 12px
}

.timeline .timeline-time .time {
    line-height: 24px;
    font-size: 20px;
    color: #242a30
}

.timeline .timeline-icon {
    left: 15%;
    position: absolute;
    width: 10%;
    text-align: center;
    top: 40px
}

.timeline .timeline-icon a {
    text-decoration: none;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 20px;
    background: #d9e0e7;
    line-height: 10px;
    color: #fff;
    font-size: 14px;
    border: 5px solid #2d353c;
    transition: border-color .2s linear;

}

.timeline .timeline-body {
    margin-left: 23%;
    margin-right: 17%;
    background: #fff;
    position: relative;
    padding: 20px 25px;
    border-radius: 6px
}

.timeline .timeline-body:before {
    content: '';
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-right-color: #fff;
    left: -20px;
    top: 20px
}

.timeline .timeline-body>div+div {
    margin-top: 15px
}

.timeline .timeline-body>div+div:last-child {
    margin-bottom: -20px;
    padding-bottom: 20px;
    border-radius: 0 0 6px 6px
}

.timeline-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e7eb;
    line-height: 30px
}

.timeline-header .userimage {
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 40px;
    overflow: hidden;
    margin: -2px 10px -2px 0
}

.timeline-header .username {
    font-size: 16px;
    font-weight: 600
}

.timeline-header .username,
.timeline-header .username a {
    color: #2d353c
}

.timeline img {
    max-width: 100%;
    display: block;

}

.timeline-content {
    letter-spacing: .25px;
    line-height: 18px;
    font-size: 13px;
}

.timeline-content:after,
.timeline-content:before {
    content: '';
    display: table;
    clear: both
}

.timeline-title {
    margin-top: 0
}

.timeline-footer {
    background: #fff;
    border-top: 1px solid #e2e7ec;
    padding-top: 15px
}

.timeline-footer a:not(.btn) {
    color: #575d63
}

.timeline-footer a:not(.btn):focus,
.timeline-footer a:not(.btn):hover {
    color: #2d353c
}

.timeline-time-inline {
    color: #6d767f;
    font-weight: 600;
    font-size: 12px;
    display: none;
}

.timeline-time-inline .stats-right {
    float: right
}

.timeline-time-inline .stats-total {
    display: inline-block;
    line-height: 20px
}

.timeline-time-inline .stats-icon {
    float: left;
    margin-right: 5px;
    font-size: 9px
}

.timeline-time-inline .stats-icon+.stats-icon {
    margin-left: -2px
}

.timeline-time-inline .stats-text {
    line-height: 20px
}

.timeline-time-inline .stats-text+.stats-text {
    margin-left: 15px
}

.timeline-comment-box {
    background: #f2f3f4;
    margin-left: -25px;
    margin-right: -25px;
    padding: 20px 25px
}

.timeline-comment-box .user {
    float: left;
    width: 34px;
    height: 34px;
    overflow: hidden;
    border-radius: 30px
}

.timeline-comment-box .user img {
    max-width: 100%;
    max-height: 100%
}

.timeline-comment-box .user+.input {
    margin-left: 44px
}

.lead {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
}

.text-danger, .text-red {
    color: #ff5b57!important;
}

@media (max-width: 768px){
    .timeline-time{
        display: none;
    }

    .timeline-time-inline{
        display: block;
    }
}



 .width-50{
    width: 50% !important;
 }

 .width-75{
     width: 75% !important;
  }

.width-100{
    width: 100% !important;
}

@media (min-width: 768px){
    .width-md-50{
        width: 50% !important;
     }

    .width-md-75{
        width: 75% !important;
      }

    .width-md-100{
        width: 100% !important;
    }
}


.service-list:hover{
    background-color: rgb(0, 150, 255) !important;
}
/* ===================================================== */

.round-pill {
  display: inline-block; /* For inline elements like buttons or spans */
  padding: 10px 20px;    /* Adjust padding for desired size */
  border-radius: 50px;   /* Large enough to make the ends fully rounded */
  background-color: #007bff; /* Example background color */
  color: white;          /* Text color */
  font-size: 16px;       /* Adjust as needed */
  text-align: center;    /* Center the text */
  border: none;          /* Remove default border */
  cursor: pointer;       /* Pointer cursor for buttons or interactive elements */
}


.opacity-10{
    opacity: 0.1 !important;
}

.opacity-20{
    opacity: 0.2 !important;
}

.opacity-30{
    opacity: 0.3 !important;
}

.opacity-40{
    opacity: 0.4 !important;
}

.opacity-50{
    opacity: 0.5 !important;
}

.opacity-60{
    opacity: 0.6 !important;
}

.opacity-70{
    opacity: 0.7 !important;
}

.opacity-80{
    opacity: 0.8 !important;
}

.opacity-90{
    opacity: 0.9 !important;
}

.opacity-100{
    opacity: 1.0 !important;
}

tr:hover{
    background-color: #F5FEFD !important;
}

body{
    background-color: #F5F5F5 !important;
}