/* general styles*/
body {
  scroll-behavior: smooth;
  transition: 1s;
  font-family: "Titillium Web", sans-serif;
}
a,
a:hover {
  color: unset;
  text-decoration: none;
}
.list a:hover {
  color: yellow;
  text-decoration: none;
}

.p-20 {
  padding: 23px 20px;
}
.bg-grey {
  background-color: lightgray;
}
.bg-lightgrey {
  background: #f1f1f1;
}
.bg-dark , .btn-dark {
  background-color: black !important;
}
.btn-info {
  background-color: #2c99c0 !important;
}
.text-info {
  color: #0099cc;
}
.text-yellow{
  color: #c3c13b;
}
.list-group-item {
  padding: 0.2rem 1.25rem;
  background-color: transparent;
}
.container-fluid {
  padding: 0 !important;
}
.row {
  margin: 0 !important;
}
/************************************/
h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "Raleway", sans-serif;
}
.list a:before {
  content: "> ";
}
.blue-sub-bar > span {
  display: -webkit-flex;
  display: flex;
}
.blue-sub-bar > span > div {
  cursor: pointer;
  flex: 1;
  text-align: center;
  background: #2c99c0;
  text-align: center;
  padding: 30px 0;
  margin-right: 2px;
  transition: 0.5s;
}
.blue-sub-bar > span > div:hover {
  border-bottom: 0 !important;
  z-index: 6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.partner-logos-wrapper .slick-slide {
  display: flex !important;
  -webkit-align-items :center;
  align-items: center;
  max-height: 120px;
  padding: 0 25px;
}
.partner-logos-wrapper .logoSlider {
  float: none;
  width: 1200px;
  max-width: 95%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 20px 0;
}
.partner-logos-wrapper .partner-logos > span {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
.customer-testimonial-header {
  text-align: right;
  flex: 1;
}
.customer-header-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: right;
  bottom: 0;
  padding: 20px;
  left: 0;
  right: 0;
}
.customer-multi {
  white-space: nowrap;
  margin-left: auto;
  height: 100px;
}
.customer-headshot {
  min-width: 100px;
  height: 100px;
  margin-left: 10px;
  border-radius: 50%;
  background-size: cover !important;
  background-position: center !important;
}
.CustomerTestimonials-section .card:hover{
  border-bottom: 4px solid #b62121;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.sevice-section  .card{
  border-bottom: 4px solid #e0cf42;
}
.sevice-section  .card:hover,.card-red .card:hover{
  box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.card-red .card{
  border-bottom: 4px solid #b62121; 
}

.about-section-bic{
  background: rgba(0,0,0, .2) url(../images/meettheteam.webp) center;
  background-size: cover;
  background-blend-mode: multiply;
}
.Benefits-section-bic{
  background: rgba(0,0,0, .2) url(../images/masterclass-readytostart-1.webp) center;
  background-size: cover;
  background-blend-mode: multiply;
}
.Connect-section-bic{
  background: rgba(0,0,0, .2) url(../images/IHiiwPUg.webp) center;
  background-size: cover;
  background-blend-mode: multiply;
}
.border-grey{
  border: 1px solid rgb(230, 226, 226);
}
.bg-lightgrey{
  background-color: rgb(230, 226, 226);
}
#outer{
    width:100%;
    display:block;
    text-align:center;
    position:relative;
    overflow: hidden;
    height:40rem;
    min-height:100%;
    /* z-index: -2; */
}
#home-top-video{
    left:0%;
    top:0%;
    height:100%;
    width:100%;
    overflow: hidden;
    position: absolute;
    z-index: -2;
    text-align: center;
    
}
#video{
  min-height: 100%;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
#home-text{
    left:0%;
    top:20%;
    height:100%;
    width: 100%;
    padding-top:10%;
    overflow: hidden;
    z-index: 0;
    color:white
}
 .customer-multi>div {
  display: inline-block;
}
.customer-testimonial-header {
  text-align: right;
  flex: 1;
}
.dropdown-menu {
  top: 159%;
  color: white;
  background-color: #171616;
}
.dropdown-item {
  color: white;
}

@media only screen and (max-width: 414px) {
  .btn-group,
  .btn-group-vertical {
    display: contents;
  }
  .overlay {
    display: none;
  }
  main {
    padding: 2rem 1rem !important;
  }
}

@media (max-width: 1024px) {
  .blue-sub-bar > span {
    display: block;
  }
}
