/* 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;
  }
}

.nav-logo-detail-outer {padding: .5rem .6rem;}
#nav_toggler span {
    background: #ffffff;
}
/* ------------- # Features Section ------------- */
.feature-box-main{padding: 2rem;}
.feature-box-main .col-lg-5 img{max-width: 100%;}
.EUWebinars{font-size: 1rem; margin:1.5rem 0 4rem;}

.EUWebinars {
  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);
}
.VirtualClassMain .products-card{margin: 0rem .6rem 4rem;}
.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;
}


#myCarousel .carousel-indicators{margin-bottom: 0;}
#myCarousel .carousel-indicators button{display: none;}


.countdownDiv .card{background: rgb(25 1 96 / 50%); border: 0px solid #fff; border-radius: 0;}
.countdownDiv .card-header{border-top: 1px solid #413d8d;}
.countdownDiv .card-header a{color: #ffffff; text-decoration: none; line-height: 2rem;}
#clockdiv {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 10px 0 10px;
	color: #ffffff;
}

#clockdiv > div {
    border-radius: 3px;
    display: inline-block;
    margin: 0px;
    padding: 0px 25px 15px;
    width: 24%;
    position: relative;
}

.smalltext {
    font-size: 18px;
    margin-bottom: 10px;
}

#clockdiv div > span {
    border-radius: 3px;
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
}

#clockdiv > div::after {
    content: ":";
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    right: 0;
}
#clockdiv .seconds::after {
    content: "";
}
.countdownDiv{
    position: relative;
    z-index: 999;
}


.LiveVirtualClasses{
	display: flex;
    text-align: center;
    padding: 2rem;
    gap: 2rem;
}
.hedding{text-align: right; font-size: 1.8rem;}
.viewAllWeb{text-align: left;}

.LiveVirtualClasses > div{flex: 1;}
.LiveVirtualClasses h2{color: #0a3f96;
  display: inline-block;
  line-height: 5rem;
  font-weight: 700;
  font-size: 2rem;}

.webLiveOne{text-align: center;}


 .singleWeb-section {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            padding: 5rem 0;
            position: relative;
            overflow: hidden;
        }


        .singleWeb-content {
            position: relative;
            z-index: 2;
        }

        .singleWeb-title {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            line-height: 1.2;
            background: linear-gradient(45deg, #2d3436 0%, #6c5ce7 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .singleWeb-subtitle {
            font-size: 1.25rem;
            color: #6c757d;
            margin-bottom: 2rem;
            line-height: 1.6;
        }

        .singleWeb-button .btn {
			margin-top: .5rem;
            padding: 0.5rem 1.2rem;
            font-weight: 500;
            border-radius: 50px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            transition: all 0.3s ease;
			color: #ffffff;
        }
		.singleWeb-buttons .btn {
            padding: 0.8rem 2rem;
            font-weight: 500;
            border-radius: 50px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            transition: all 0.3s ease;
			color: #ffffff;
        }

        .singleWeb-btn-primary {
            background: linear-gradient(45deg, #2c16d4, #0d6efd);
            border: none;
            box-shadow: 0 5px 15px rgba(108,92,231,0.2);
        }

        .singleWeb-btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(108,92,231,0.3);
        }

        .singleWeb-btn-outline {
            border: 2px solid #6c5ce7;
            color: #6c5ce7;
            background: transparent;
        }

        .singleWeb-btn-outline:hover {
            background: linear-gradient(45deg, #6c5ce7, #a363d9);
            color: white;
            border-color: transparent;
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(108,92,231,0.3);
        }

        .singleWeb-stats {
            margin-top: 3rem;
            padding-top: 2rem;
            border-top: 1px solid rgba(0,0,0,0.1);
        }

        .stat-item {
            text-align: center;
        }

        .stat-number {
            font-size: 2rem;
            font-weight: 700;
            color: #2d3436;
            margin-bottom: 0.5rem;
        }

        .stat-label {
            color: #6c757d;
            font-weight: 500;
        }

        .singleWeb-image {
            position: relative;
            z-index: 2;
        }

        .singleWeb-image-main {
            width: 100%;
            height: auto;
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
            transition: all 0.3s ease;
        }

        .singleWeb-image-main:hover {
            transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
        }

        .floating-card {
            position: absolute;
            background: white;
            padding: 1rem;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            animation: float 3s ease-in-out infinite;
        }

        .card-1 {
            top: 10%;
            left: -10%;
            animation-delay: 0s;
        }

        .card-2 {
            bottom: 10%;
            right: -5%;
			color: #ffffff;
			background: linear-gradient(45deg, #6c5ce7, #6d03c7);
            animation-delay: 1.5s;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-20px); }
        }

        @media (max-width: 991.98px) {
            .singleWeb-title {
                font-size: 2.5rem;
            }
            
            .singleWeb-image {
                margin-top: 3rem;
            }
            
            .card-1{left: 5%;}
        }


.service-card {
            perspective: 1000px;
            height: 400px;
        }

        .service-card-inner {
            position: relative;
            width: 100%;
            height: 100%;
            transition: transform 0.8s;
            transform-style: preserve-3d;
            cursor: pointer;
        }

        .service-card:hover .service-card-inner {
            transform: rotateY(180deg);
        }

        .service-card-front,
        .service-card-back {
            position: absolute;
            width: 100%;
            height: 100%;
            backface-visibility: hidden;
            border-radius: 15px;
            box-shadow: 0 8px 24px rgba(0,0,0,0.1);
            overflow: hidden;
        }

        .service-card-front {
            background: linear-gradient(45deg, #6366f1, #8b5cf6);
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            padding: 2rem;
        }

        .service-card-back {
            background: white;
            color: #1f2937;
            transform: rotateY(180deg);
            padding: 2rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .icon-wrapper {
            width: 80px;
            height: 80px;
            background: rgba(255,255,255,0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
			font-size: 2.5rem;
        }

        .feature-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .feature-list li {
            padding: 0.5rem 0;
            border-bottom: 1px solid #e5e7eb;
        }

        .feature-list li:last-child {
            border-bottom: none;
        }

        .hover-lift {
            transition: transform 0.2s;
        }

        .hover-lift:hover {
            transform: translateY(-5px);
        }










.testimonial-card {
            background: linear-gradient(145deg, #f3f4f6, #ffffff);
            border-radius: 20px;
            box-shadow: 8px 8px 16px #d1d9e6, -8px -8px 16px #dee5ea;
            transition: transform 0.3s ease;
			border: 4px solid #ffffff;
        }

        .testimonial-card:hover {
            transform: translateY(-5px);
        }

        .quote-icon {
            font-size: 4rem;
            color: #6366f1;
            opacity: 0.2;
        }

        .avatar {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
            border: 4px solid #ffffff;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }



.webinarsCard {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  font-family: "Segoe UI", sans-serif;
  margin: 20px auto;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.webinarsCard  img{width: 100%;}
.webinarsCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.webinarsCard-info{padding: 1rem;}
.webinarsCard-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: linear-gradient(
    to right,
    rgba(169, 3, 41, 1) 0%,
    rgba(196, 72, 72, 1) 44%,
    rgba(170, 34, 56, 1) 100%
  );
  color: #fff;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.webinarsCard-tilt {
  overflow: hidden;
}

.webinarsCard:hover .img img {
  transform: scale(1.05);
}
.info {
  padding: 20px;
}
.webinarsCard-cat {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #71717a;
  margin-bottom: 5px;
}
.webinarsCard-title {
  font-size: 18px;
  font-weight: 700;
  color: #18181b;
  margin: 0 0 10px;
  letter-spacing: -0.5px;
}
.webinarsCard-desc {
  font-size: 13px;
  color: #52525b;
  line-height: 1.4;
  margin-bottom: 12px;
}
.webinarsCard-feats {
  display: flex;
  gap: 6px;
  margin-bottom: 15px;
}
.feat {
  font-size: 10px;
  background: #f4f4f5;
  color: #71717a;
  padding: 3px 8px;
  border-radius: 10px;
  font-weight: 500;
}
.webinarsCard-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.webinarsCard-price {
  display: flex;
  flex-direction: column;
}
.old {
  font-size: 13px;
  text-decoration: line-through;
  color: #a1a1aa;
  margin-bottom: 2px;
}
.new {
  font-size: 20px;
  font-weight: 700;
  color: #18181b;
}
.webinarsCard-btn {
  background: linear-gradient(45deg, #18181b, #27272a);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.webinarsCard-btn:hover {
  background: linear-gradient(45deg, #27272a, #3f3f46);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.webinarsCard-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  transition: 0.5s;
}
.webinarsCard-btn:hover:before {
  left: 100%;
}
.icon {
  transition: transform 0.3s;
}
.webinarsCard-btn:hover .icon {
  transform: rotate(-10deg) scale(1.1);
}

@media (max-width: 400px) {
  .webinarsCard {
    width: 90%;
  }
  .webinarsCard-title {
    font-size: 16px;
  }
  .img {
    height: 180px;
  }
  .webinarsCard-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .webinarsCard-price {
    margin-bottom: 5px;
  }
  .webinarsCard-btn {
    width: 100%;
    justify-content: center;
  }
}



.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%;padding: 0 !important;}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.grabbing{cursor:url(grabbing.png) 8 8,move}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-theme .owl-controls{margin-top:10px;text-align:center}.owl-theme .owl-controls .owl-buttons div{color:#7a5ee3;display:inline-block;zoom:1;*display:inline;margin:5px;padding:3px 10px;font-size:2rem;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;filter:Alpha(Opacity=50);}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px;background:url(AjaxLoader.gif) no-repeat center center}


.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}



.mt-60{
    margin-top:60px;
}

.category-block {
    padding: 0rem 0rem 5rem;
}
.category-block .col-md-4{margin-bottom: 1.5rem;}
.category_section {
    position: relative;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
}

.category_section:before {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 0;
    content: " ";
    width: 120px;
    height: 120px;
    background: #f5f5f5;
    border-bottom-left-radius: 136px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.category_section-icon {
    position: absolute;
    top: 18px;
    right: 22px;
    max-width: 100px;
    z-index: 1;
    text-align: center;
}

.category_section-icon span {
    color: #5f27cd;
    font-size: 2rem;
    line-height: 65px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
	font-weight: 700;
}

.category_section_desc {
    position: relative;
}

.category_section h4 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

.category_section h5 {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    margin-top: 5px;
}

.section-heading-line-left {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #5f27cd;
    border-radius: 25%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.category_section p {
    margin-top: 25px;
    padding-right: 50px;
}
.category-block a{text-decoration: none;}
.category_section:hover .category_section-icon span {
    color: #fff;
}

.category_section:hover:before {
    background: #5f27cd;
}





@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;}
}












/* Feel free to change duration  */ 
.animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}  
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
  z-index : 1 
   }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
  z-index : 0 
   }
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}