section.abtus{
    padding: 80px 0 0 0;
    position: relative;
}
section.abtus h3{
    font-size: 60px;
    font-weight: bold;
    color: #7e1416;
    border-right: 1px solid #7e1416;
}
section.abtus h6 {
    font-size: 22px;
    color: #646262;
    text-align: justify;
    padding-bottom: 20px;
}
section.abtus h6 a {
    color: #0093c6;
    text-decoration: none;
    float: right;
}
section.abtus .grey-vector {
    position: absolute;
    left: -145px;
    top: 160px;
    transform: translateY(-50%);
            z-index: -1;
}
section.abtus .row.title-img  .col-md-9{
    padding-bottom: 3.2rem !important;
}
section.abtus.border-top{
    border-top: 1px solid #745544 !important;
}
.abtus .border-top{
    border-top: 1px solid #745544 !important;
}
section.abtus .nav-pills{
    gap: 50px;
}
section.abtus .nav-pills .nav-link.active{
    border-radius: 0;
    border-bottom: 4px solid #0a4d8d;
    margin-bottom: -10px;
}
@media (max-width: 467px){
section.abtus .nav-pills .nav-link.active{
    border-radius: 0;
    border-bottom: 4px solid #0a4d8d;
    margin-bottom: -5px;
}}
section.abtus .nav-pills img{
    height: 50px;
    margin: 10px
}
.title-img {
    background-size: contain;
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: no-repeat;
    padding-left: 5rem;
    padding-right: 5rem;
    margin-left: 20px;
}
@media (max-width: 1200px){
    section.abtus h3{
        font-size: 54px;
        min-width: 195px;
    }
    section.abtus .grey-vector {
        position: absolute;
        left: -12%;
        transform: translateY(-50%);
        z-index: -1;
    }
}
@media (min-width: 767px) and (max-width: 1024px){
    section.abtus h3{
        font-size: 40px;
        min-width: 165px;
        border: none;
    }
    section.home-about h3{
        font-size: 40px;
        border: none;
    }
    section.abtus .grey-vector {
        position: absolute;
        left: -14%;
        transform: translateY(-50%);
        width: 25%;
        overflow: hidden;
        z-index: -1;
    }
}
@media (max-width: 767px){
    section.abtus h3{
        border-right: none;
        text-align: center;
    }
    section.abtus h6{
        padding: 0;
    }
    section.abtus .row.title-img {
        background-image: none!important;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-left: 0px;
    }
    section.abtus .grey-vector {
        position: absolute;
        left: -15%;
        transform: translateY(-50%);
        width: 30%;
    }
}
@media (max-width: 425px){
    section.abtus .grey-vector {
        position: absolute;
        left: -30%;
        transform: translateY(-50%);
        width: 55%;
    }
}

section.abtus .nav-pills .nav-link.active {background-color: transparent !important;}
.abt-txt {
    color: #231f20 !important;
    font-weight: 600 !important;
    margin: 0;
}
.abt-img {
    text-align: center;
    object-fit: contain;
    width: 95%;
}
.bg-grey-vector {
    background-image: url('../images/grey-vector.svg');
    background-repeat: no-repeat;
    height: 100%;
    }
@media (max-width: 1024px){
    #monitoring h6 {
        margin-left: 1rem !important;
    }
}
@media (max-width: 420px){
    #monitoring h6 {
        margin-left: 3rem !important;
    }
}

#migration .abt-img {
    text-align: center;
    object-fit: contain;
    width: 100%;
    background-repeat: no-repeat;
}
#migration .bg-grey-vector {
    background-position-x: center;
    background-size: 55%;
}
#database .title-img {
    margin-left: -20px;
    background-size: contain;

}
#database .abt-img {
    text-align: center;
    object-fit: contain;
    width: 100%;
    background-repeat: no-repeat;
}

@media (min-width: 1440px) and (max-width: 1650px) {
    .abt-txt1 {
        padding: 0 0 30px 30px!important;
    }
}
@media (min-width: 1200px) and (max-width: 1439px) {
    .abt-txt1 {
        padding: 0 0 30px 70px!important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .abt-txt1 {
        padding: 0 0 30px 120px!important;
    }
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  /* max-width: 1200px; */
  /* margin: 0 auto; */
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background-color: #745544;
  top: -48px;
  bottom: 0;
  left: 50%;
  margin-left: 0;
}

/* Container around content */
.timeline-container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  min-height: 200px;
}

/* The circles on the timeline */
.timeline-date {
  position: absolute;
  top: 20px;
  right: -25px;
  width: 50px;
  height: 50px;
  background-color: white;
  border: 3px solid #7e1416;
  color: #7e1416;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.timeline-container.right .timeline-date {
  left: -25px;
  right: auto;
}

/* Place the container to the left */
.timeline-container.left {
  left: 0;
}

/* Place the container to the right */
.timeline-container.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.timeline-container.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 45px;
  width: 25px;
  z-index: 1;
  right: 25px;
  border: medium solid white;
  border-width: 0px 0px 2px 12px;
  border-color: #745544;
}

/* Add arrows to the right container (pointing left) */
.timeline-container.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 45px;
  width: 25px;
  z-index: 1;
  left: 25px;
  border: medium solid white;
  border-width: 0px 0px 2px 12px;
  border-color: #745544;
}

/* Fix the circle for containers on the right side */
.timeline-container.right::after {
  left: -35px;
}

/* The actual content */
.timeline-content {
  padding: 30px 10px;
}
.timeline-container .fb-pattern {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-image: url('../images/grey-vector.svg');
  background-size: calc(100% - 2px) calc(100% - 2px);
  opacity: 1;
}
.timeline-container.left .fbirds-wrap {
    justify-content: end;
        margin-top: -40px;
}
.timeline-container.right .fbirds-wrap {
    justify-content: start;
        margin-top: -40px;
}

.timeline-content h6{
  text-align: justify;
}

/* 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: 40px;
  }
  
  /* 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: 40px;
  width: 40px;
  border: medium solid white;
  border-width: 0px 0px 1px 12px;
  border-color:  #745544 ;
  }

  /* Make sure all circles are at the same spot */
  .timeline-container.left::after, .right::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .timeline-container.right {
  left: 0%;
  }
}
@media screen and (max-width: 600px) {
  .timeline-date {
    left: 15px !important;
    right: auto;
    top: 65px!important;
  }

  .timeline-container::before {
    left: 55px !important;
    border-width: 10px 10px 10px 0;
    border-color: transparent #745544 transparent transparent;
      top: 90px!important;
  }
}
.txt-right, .txt-left {top: -200px}
@media screen and (max-width: 600px) {
.txt-right {top: 0}
.txt-left {top: 0}
}
.timeline-container.txt-right::before {
  content: none;
  height: 0;
  width: 0;
}
.timeline-container.txt-left::before {
  content: none;
  height: 0;
  width: 0;
}
}
@media (max-width: 768px) {
.bg-grey-vector {
    overflow: hidden;
    }
}
@media (max-width: 420px){
    #monitoring h6 {
        margin-left: 0 !important;
    }
}
#database .bg-grey-vector img {object-fit: contain; width: 90%; margin-top: 60px; padding-left: 0px;}
#database .bg-grey-vector {background-position-x: 30%;background-size: 45%;}
@media (max-width: 1440px){
    #database .bg-grey-vector img {object-fit: contain;width: 120%;margin-top: 70px;padding-left: 0px;margin-right: -60px;}
    #database .bg-grey-vector {background-position-x: 45%;background-size: 50%;}
}
}
@media (max-width: 991px){
    #database .bg-grey-vector img {margin-right: 0;object-fit: contain;width: 100%;margin-top: 35px;padding-left: 0px;}
    #database .bg-grey-vector {background-position-x: 30%;}
}
@media (min-width: 992px) and (max-width: 1650px) {
    .abt-txt1 {
        padding: 0 0 0 30px!important;
    }
}


@media (max-width: 768px) {
    section.home-about, section.abtus {padding: 42px 0 !important;}
    section.home-about h3 br, section.abtus h3 br {display: none !important;}
    section.home-about h3, section.abtus h3 {font-size: 38px !important;}
    section.home-about h6, section.abtus h6 {font-size: 18px !important; line-height: 26px !important;}
    .navbar>.container{align-items: center;}
    .logo-group img {height: 65px;}
    .banner-slider {margin-top: 82px;}
}

@media (max-width: 425px) {
    section.home-about, section.abtus {padding: 40px 0 !important;}
    section.home-about h3 br, section.abtus h3 br {display: none !important;}
    section.home-about h3, section.abtus h3 {font-size: 36px !important;}
    section.home-about h6, section.abtus h6 {font-size: 16px !important; line-height: 26px !important;}
}
