@media (min-width: 768px) {
    .navbar-brand.abs
        {
            position: absolute;
            width: auto;
            left: 50%;
            transform: translateX(-50%);
            text-align: center;
        }
}

html {
  scroll-behavior: smooth;
}

.active > .nav-link {
    color: #fd0000 !important;
    border-bottom: 3px solid #fd0000;
    border-bottom-width: thin !important;  
}
/*
.nav-link {
    width: auto;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    padding-left: 1.5rem !important;
    padding-right:1.5rem !important;
    font-weight: bold;
      font-family: 'Poppins';
}
*/

.nav-link {
    width: auto;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    padding-left: 1.2rem !important;
    padding-right:1.2rem !important;
    font-weight: 598    ;
     font-family: 'Poppins';
}

.w-15 {
    width: 13% !important;
    padding-left: 25px;
}

.cover {
  padding: 20px;
  font-size: 30px;
  width: auto;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

.cover:hover {
    opacity: 0.7;
}

.bg-fb {
  background: #3B5998;
  color: white;
}

.bg-tw {
  background: #55ACEE;
  color: white;
}

.bg-gle {
  background: #dd4b39;
  color: white;
}

.bg-link {
  background: #007bb5;
  color: white;
}

.bg-yt {
  background: #bb0000;
  color: white;
}

.bg-ig {
  background: #125688;
  color: white;
}

:root {
  --width: 100%;
  --height: 230px;
  --bottom-color: #fff;
}

.separator-diagonal {
  position: relative;
  width: 100%;
  height: 100px;
  margin-top: -153px;
  margin-bottom: 50px;
}

.separator-diagonal::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

.separator-diagonal::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--bottom-color);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.separator-horizontal {
    width: 100%;
    /*height: 100px;*/
        height: 50px;
    margin-top: 35px;
    margin-bottom: 35px;
    background-color: #fd0000;
}
.row {
    max-width: 100% !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-top: 25px;
    margin-bottom: 25px;
}

.btn-danger {
    background-color: #fd0000 !important;#ff3a3a
}

.btn-danger:hover {
    background-color: #ff3a3a !important;
}

tr > td {
    color: white;
    vertical-align:top
}
.cover-red {
  padding: 10px;
  width: 12%;
  text-align: center;
  border-radius: 50%;
  background: #bb0000;
  color: white;
}
#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #f2f2f2;
    text-indent: -9999px;
    display:none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#4d4d4d;
}

.testimonials {
    margin-top: 5rem !important;
}

