header.navbar-absolute-top{
  position: relative;
}
.gradient-x-overlay-lg-dark-video::before{
  background: #0d223d;
}
.section-title h2{
  font-size: 2.4rem;
}
/*body{
  color: #1e2022;
}*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  color: inherit;
}
.navbar-light .navbar-nav .nav-link{
  font-size: 15px;
}
.bg-dark-image{
  background: url('../img/line-bg.svg')no-repeat;
  background-size: cover;
}
.bg-dark .list-checked-item {
    color: #cdd6df;
}
.bg-dark{
  background: #10151c;
}
.service-block .navbar-dropdown-menu-media-title {
    margin-bottom: 5px;
    font-size: 17px;
    display: block;
}
.tab-block .nav-link {
  color: #fff;
  padding: 0;
  margin-bottom: 12px;
  font-size: 19px;
}
.tab-block .nav-link:hover{
  color: #148774;
}
.tab-block .nav-link.active {
  color: #03d8b4;
  background-color: transparent;
}

.tab-block .tab-content{
  color: #fff;
}
.tab-block .tab-content h3{
  font-size: 1.75rem;
  margin-bottom: 15px;
}
.tab-block .tab-content .tab-pane{
  border: 1px solid #555;
  border-radius: 15px;
  padding: 2rem 2.3rem;
}
.list-checked-lg .list-checked-item {
    font-size: 19px;
    font-weight: 600;
}
.text-pink{
    color: #ed4c78;
}
.display-7{
    font-size: 2rem;
}