/* Prevent scrollbars to appear when waves go out of bound */
.sonar-wrapper {
  position: absolute;
  z-index: 999;
  padding: 8rem 0;
  left: 40%;
}

/* The circle */
.sonar-emitter {
  position: relative;
  margin: 0 auto;
  width: 275px;
  height: 275px;
  border-radius: 9999px;

}

/* the 'wave', same shape and size as its parent */
.sonar-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: rgba(69, 98, 137,0.5);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

/*
  Animate!
  NOTE: add browser prefixes where needed.
*/
.sonar-wave {
  animation: sonarWave 2s linear infinite;
}

@keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    transform: scale(3);
    opacity: 0;
  }
}



/* ------------- # Features Section ------------- */
.feature-box-main{padding: 2rem;}
.feature-box-main .col-lg-5 img{max-width: 100%;}
.HREventsOnline{font-size: 1rem; margin:1.5rem 0 4rem;}

.HREventsOnline {
  text-align: left;
/*	background: linear-gradient(to right, #0021c1 20%, #00bb39 40%, #00bb39 60%, #0021c1 80%);
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 5s linear infinite;
          animation: shine 5s linear infinite; */
}
@-webkit-keyframes shine {
  to {
    background-position: 200% center;
  }
}
@keyframes shine {
  to {
    background-position: 200% center;
  }
}
.icon-lg {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    font-size: 1.2rem;
}
.bg-orange {
    --bs-bg-opacity: 1;
    background-color: rgb(255 135 7 / 20%) !important;
}
.text-orange {
    --bs-text-opacity: 1;
        color: rgb(255 132 0) !important;
}
section.features-area {
    background: #fff;  margin: 4rem 0 3rem;
}

.feature-box{
    position: relative; background: #fff; text-align: center; padding: 20% 0;
}

.f-point {
    float: left;
    margin-right: 25px;
}

.feature {
    overflow: hidden;
}



.f-icon .bi {
   font-size: 3rem; color: #37458c !important;
}

.f-description {
    width: 100%;
}

.f-description h1 {
    color: #3dd223;
  font-weight: 700;
  font-size: 22px;
}

.f-description p {
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    color: rgb(100, 117, 137);
}
.liveWebinarButtonDiv{background: #0021c1; padding: 17.7% 0;}
.liveWebinarButtonDiv *{color: #ffffff !important;}
.liveWebinarButtonDiv *{color: #ffffff !important;}
.carousel-item .btn{background: black; font-size: 1.6rem; border: 0;}

/* ------------- # Companies Section ------------- */
/* ------------- # Features Section ------------- */

section.home-02-features-area .f-point {
    position: absolute;
    right: 51px;
    margin-right: 0;
}

section.home-02-features-area .f-point h1 {
    font-size: 212px;
}

/* ------------- # Services Section ------------- */

section.home-02-services-area .service-image {
    float: inherit;
}

section.home-02-services-area .service-text p {
    font-size: 15px;
}

section.home-02-services-area .service-text {
    margin-top: 11px;
}

.hPSpeakersPart{
	background: #ffffff; padding: 3rem 1.5rem 4rem; color: #0021c1; margin-bottom: 4rem;
}
.homePageSpeakers{
	position: relative;
	display: flex;
}
.homePageSpeakers img{max-width: 120px;}
.homePageSpeakers > div{
	flex: 1;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	margin-right: 15px;
	padding: 1rem;
	text-align: center;
}
.homePageSpeakers > div:last-child{margin-right: 0px;}

@media (min-width: 768px) and (max-width: 991.98px) {
.carousel-item h1{font-size: 3rem !important; line-height: 3.5rem !important;}
}


@media (min-width: 576px) and (max-width: 767.98px) {
	.carousel-item h1{font-size: 2.5rem !important; line-height: 3rem !important;}
	.carousel .one{background-position: right;}
	.carousel .tow{background-position: right;}
	.carousel .three{background-position: right;}
}


@media (max-width: 575.98px) {
	.carousel-item h1{font-size: 2.5rem !important; line-height: 3rem !important;}
	.carousel .one{background-position: right;}
	.carousel .tow{background-position: right;}
	.carousel .three{background-position: right;}
	.LiveVirtualClasses h2{font-size: 1.8rem;}
	.benefits-of-lt{flex-direction: column;}
}

@media (max-width: 399.98px) {
	.carousel-item h1{font-size: 2rem !important; line-height: 2.5rem !important;}
	.carousel .one{background-position: right;}
	.carousel .tow{background-position: right;}
	.carousel .three{background-position: right;}
	.LiveVirtualClasses h2{font-size: 1.5rem;}
	.benefits-of-lt{flex-direction: column;}
}
