@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
font-family: "Poppins", sans-serif;
font-size: 15.5px;
line-height: 1.6;
color: #6B7385;
font-weight: 400;
}

a {
  color: #434fb6;
}

.text-black{
  color: #192335 !important;
}

.fs-10 {
font-size: 10px;
}

.fs-11 {
font-size: 11px;
}

.fs-12 {
font-size: 12px;
}

.fs-13 {
font-size: 13px;
}

.fs-14 {
font-size: 14px;
}

.fs-15 {
font-size: 15px;
}

.fs-16 {
font-size: 16px;
}

.fs-17 {
font-size: 17px;
}

.fs-18 {
font-size: 18px;
}

.fs-20 {
font-size: 20px;
}

.fs-22 {
font-size: 22px;
}

.fs-24 {
font-size: 24px;
}

/***** Header *****/

header ul li a.nav-link {
color: #192335;
font-size: 15px;
font-weight: 500;
display: flex;
align-items: center;
text-align: center;
line-height: 24px;
transition: 0.3s;
}

header ul li a.nav-link.active,
header ul li a.nav-link:hover {
color: #f58220;
}

header a.login-btn {
background: #f58220;
display: inline-block;
color: #FFF;
font-weight: 400;
font-size: 14px;
padding: 5px 15px !important;
border-radius: 100px;
text-decoration: none;
}

header a.navbar-brand{
  color: #434fb6;
  font-weight: 700;
  font-size: 22px;
}

header a.navbar-brand span{
color: #f58220;  
}

header a.login-btn:hover {
color: #FFF;
}

header a.admin {
color: #192335;
font-size: 15px;
font-weight: 500;
text-decoration: none;
}

header a.admin:hover {
color: #f58220;
}

header .spacer-icons a {
padding-left: 7px;
padding-right: 7px;
}

.dropdown-menu[data-bs-popper] {
top: 160%;
}

.dropdown-menu {
min-width: 30rem;
border: 0;
border-radius: 0;
box-shadow: 0px 0px 2px 1px #eee;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
}

.dropdown-item {
padding: 5px 10px;
}

.dropdown-item:focus,
.dropdown-item:hover {
color: #1e2125;
background-color: #fbfbfb;
}

.navbar-toggler:focus {
outline: 0;
box-shadow: none !important;
}

.shadow-bg {
background-color: #fff;
box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.0509803922);
}

.fixed-top {
transition: 0.3s;
animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.header-top {
background-color: #192335;
padding: 10px 0;
}

.header-top span.hot-offer {
background: #f58220;
display: inline-block;
color: #FFF;
font-weight: 400;
font-size: 13px;
padding: 4px 10px;
border-radius: 100px;
margin-right: 5px;
}

.header-top a,
.header-top i,
.header-top span.offer {
color: #FFF;
font-size: 13px;
opacity: 0.8;
text-decoration: none;
}

.top-slider-bg {
background-color: var(--color-light);
padding: 0 150px;
position: relative;
overflow: hidden;
background-size: cover;
background-image: url(../img/bg.webp);
background-position: top center;
}

.drk:after {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: black;
opacity: 0.4;
z-index: 1;
}

.carousel-caption {
z-index: 9;
}

.carousel-caption h5 {
font-size: 40px;
color: #FFF;
line-height: 1.2;
font-weight: 700;
text-align: center !important;
margin-bottom: 0;
}

.carousel-caption p {
font-size: 20px;
line-height: 28px;
color: #FFF;
font-weight: 500;
}

.carousel-indicators [data-bs-target] {
width: 12px;
height: 12px;
border-radius: 100%;
}

.carousel-indicators {
z-index: 99;
}

/***** Featured Topics *****/

.featured-topics-section {
background: #FFF;
padding-top: 40px;
padding-bottom: 40px;
}

.featured-topics-section h2,
.videos-section h2,
.students-testimonial h2,
.blogs-section h2,
.our-achievement-section h2 {
font-size: 40px;
color: #192335;
line-height: 1.2;
font-weight: 700;
text-align: center !important;
padding-bottom: 25px;
margin-bottom: 0;
}

.featured-topics-section span,
.videos-section span,
.students-testimonial span,
.blogs-section span,
.our-achievement-section span {
color: #434fb6;
}

.featured-topics-section .card-box h5 {
margin-bottom: 10px;
font-size: 18px;
line-height: 1.24;
font-weight: 600;
color: #192335;
}

.featured-topics-section .card-box a,
.videos-section a {
color: #000;
position: relative;
transition: 0.3s;
font-size: 13px;
font-weight: 500;
display: inline-block;
text-decoration: none;
}

.featured-topics-section .card-box {
background-color: #FFF;
box-shadow: 0px 5px 15px rgba(215, 216, 222, 0.41);
border-radius: 10px;
padding: 25px;
text-align: center;
transition: 0.3s;
}

.featured-topics-section .card-box:hover {
transform: translate3d(0, -10px, 0);
}

.opacity {
opacity: 0.7;
}

/***** Videos Section *****/

.card-box {
background-color: #FFF;
box-shadow: 0px 1px 6px 0px rgba(176, 177, 193, 0.1);
border-radius: 10px;
padding: 25px;
text-align: left;
transition: 0.3s;
margin: 7px 5px;
}

.card-box:hover {
transform: translate3d(0, -10px, 0);
}

.videos-section {
background: #fbfbfb;
position: relative;
padding-top: 40px;
padding-bottom: 40px;
}

.videos-section h5 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.videos-section .youtube-icon {
position: absolute;
top: 40%;
width: 32px !important;
height: 32px;
right: auto;
left: 43%;
}

#videos-slider .item-details {
color: #fff;
text-align: left;
box-shadow: 0px 7px 7px 0px rgba(176, 177, 193, 0.1);
background: #FFF;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
padding: 15px;
margin-bottom: 20px;
margin-top: -10px;
}

#videos-slider .item-details h5 {
font-size: 18px;
line-height: 1.24;
font-weight: 600;
color: #192335;
}

#videos-slider .item-details p {
font-size: 14px;
}

#videos-slider .item {
text-align: center;
transition: 0.3s;

}

#videos-slider .item:hover {
transform: translate3d(0, -10px, 0);
}

#videos-slider .owl-carousel .owl-nav [class*=owl-] {
transition: all 0.3s ease;
}

#videos-slider .owl-carousel .owl-nav [class*=owl-].disabled:hover {
background-color: #D6D6D6;
}

#videos-slider .owl-carousel {
position: relative;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50%;
position: absolute;
top: 30%;
font-size: 20px;
color: #fff;
border: 1px solid #ddd;
text-align: center;
}

/*#videos-slider .owl-carousel .owl-prev {
left: -70px;
}

#videos-slider .owl-carousel .owl-next {
right: -70px;
}*/


#videos-slider .owl-dots,
#blogs-section .owl-dots,
#students-testimonial .owl-dots {
text-align: center;
padding-top: 25px;
}

#videos-slider .owl-dot,
#blogs-section .owl-dot,
#students-testimonial .owl-dot {
background: #f7f7f7;
display: inline-block;
width: 14px;
height: 14px;
border-radius: 100px;
border: 1px solid #aaa;
margin: 0 5px;
}

#videos-slider .owl-dot.active,
#blogs-section .owl-dot.active,
#students-testimonial .owl-dot.active {
background: #fff;
display: inline-block;
width: 14px;
height: 14px;
border-radius: 100px;
border: 1px solid #434fb6;
}

/***** Students Love us section *****/

.students-testimonial {
background: #FFF;
padding-top: 40px;
padding-bottom: 40px;
}

.border-all {
border: 1px solid #f7f7f7;
}

.students-testimonial .profile-img img {
border: 2px solid #e6e3f1;
padding: 2px;
}

.students-testimonial .students-name {
font-size: 18px;
line-height: 1.24;
font-weight: 600;
color: #192335;
}

.students-testimonial .standard {
font-size: 14px;
line-height: 1.24;
font-weight: 400;
color: #AAA;
}

.students-testimonial p {
font-size: 15px;
line-height: 24px;
font-weight: 400;
color: #000;
opacity: 0.5;
padding-top: 15px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
}

.students-testimonial .ratings {
margin-right: 10px;
}

.students-testimonial .ratings i {
color: #cecece;
font-size: 14px;
}

.students-testimonial .rating-color {
color: #fbc634 !important;
}

.students-testimonial .quote-position {
position: relative;
right: -25px;
top: -35px;
transform: rotate(180deg);
}

.students-testimonial .quote-position .bi.bi-quote {
color: #434fb6;
font-size: 40px;
}


/***** Our Achievement Section *****/

.our-achievement-section {
background: #fbfbfb;
padding-top: 40px;
padding-bottom: 40px;
}

.our-achievement-section span.round-circle {
background-color: #FFF;
box-shadow: 0px 6px 10px 0px rgba(129, 104, 145, 0.05);
border: 1px solid #eee;
border-radius: 100%;
width: 100px;
height: 100px;
display: inline-block;
align-content: center;
margin-bottom: 15px;
}

.our-achievement-section .counter-numbers {
font-weight: 600;
font-size: 44px;
color: #000;
}

.our-achievement-section .counter {
animation-duration: 1s;
animation-delay: 0s;
color: #000 !important;

}

.our-achievement-section p {
font-size: 18px;
line-height: 1.5;
color: #6B7385;
font-weight: 400;
margin-bottom: 0;
}

/***** Video Study Section *****/

.video-study-section {
background: #FFF;
/*padding-top: 40px;
padding-bottom: 40px;*/
}

.video-study-section h3 {
font-size: 40px;
color: #192335;
line-height: 1.2;
font-weight: 700;
margin-bottom: 0;
padding-bottom: 15px;
}

.video-study-section a.fill-btn {
background-image: linear-gradient(to right, #1FA2FF 0%, #5d69bf 51%, #4753af 100%);
box-shadow: 0 0 20px #eee;
transition: .3s;
border-radius: 100px;
display: inline-block;
padding: 10px 20px;
margin-top: 10px;
color: #FFF;
text-align: center;
font-size: 15px;
cursor: pointer;
text-decoration: none;
font-weight: 500;
}

.video-study-section a.fill-btn:hover {
transform: translate3d(0, -5px, 0);
}

.video-study-section a.fill-btn i {
color: #FFF;
padding-left: 10px;
}

.free-trial ul{
  padding: 0 0 0 15px;
  margin: 0 0 20px 0;
}

.free-trial ul li{
  list-style: disc;
}

.bsb-overlay{
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.z-index{
  position: relative;
  z-index: 99;
}

.lead {
  font-size: 15.5px !important;
  line-height: 28px;
  font-weight: 300;
}

.radius-100{
  padding: 10px 20px;
  background: #FFF;
  border-radius: 100px;
  font-weight: 500;
}

/***** Blogs Section *****/

.blogs-section {
background: #fbfbfb;
padding-top: 40px;
padding-bottom: 40px;
}

.bg-gery {
background: #fdfdfd;
}

.blogs-section a {
text-decoration: none;
}

.blogs-section img {
border-radius: 3px;
}

.blogs-section h4 {
color: #192335;
font-size: 20px;
line-height: 1.25;
font-weight: 600;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}

.blogs-section .date {
font-size: 15px;
line-height: 15px;
color: #6b7385;
margin-bottom: 0;
padding: 15px 0 10px 0;
}

.blogs-section .para {
color: #6b7385;
font-size: 16px;
line-height: 1.6;
font-weight: 400;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}

.blogs-section .author {
padding-bottom: 10px;
}

.blogs-section .author img {
border-radius: 100px;
width: 40px !important;
height: 40px;
border: 2px solid #e6e3f1;
padding: 2px;
}

.blogs-section .author-name {
color: #6b7385;
font-size: 14px;
line-height: 1.6;
font-weight: 400;
}

/***** Footer *****/

footer {
background: #192335;
color: #FFF;
padding-top: 40px;
padding-bottom: 20px;
font-size: 15px;
}

footer h5 {
margin-bottom: 20px;
color: #FFF;
font-size: 20px;
font-weight: 700;
line-height: 1.24;
text-align: left;
}

footer a {
text-decoration: none;
color: #FFF;
}

footer a:hover {
color: #FFF;
}

footer ul {
margin: 0;
padding: 0;
}

footer ul li {
list-style: none;
}

footer ul li a {
color: #FFF;
font-size: 15px;
line-height: 25px;
font-weight: 400;
display: inline-block;
text-align: left;
text-decoration: none;
outline: none;
padding-bottom: 7px;
}

.modal h5.modal-title{
font-size: 20px;
color: #192335;
line-height: 1.2;
font-weight: 600; 
}

/* accordion-button */

.accordion-button:not(.collapsed),
.accordion-button:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
}
.accordion-button::after {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: var(--bs-danger);
  background-image: none !important;
}
.accordion-button.collapsed::after {
  background-color: var(--bs-gray-300);
}


ul.bullets{
  margin: 0 0 0 15px;
  padding: 0;
}

ul.bullets li{
  list-style-type: disc;
  padding-bottom: 10px;
}

ul.pointer{
  margin: 0;
  padding: 0;
}

ul.pointer li{
  background: url('../img/check.png') left top no-repeat;
  list-style-type: none;
}

ul.pointer li {
text-align: left;
  font-size: 15px;
  padding-left: 40px;
  padding-bottom: 10px;
}


.schedule-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #FFF;
  background-color: #f58220;
  border-color: #f58220;
  border-radius: 100px;
}

.schedule-tabs .nav-link{
  color: #000;
  background-color: #FFF;
  border-color: #eee;
  border-radius: 100px;
}

.schedule-tabs .nav-tabs {
  border-bottom: 0;
}

.schedule-tabs .nav-tabs li {
  margin: 0 10px;
}

.inner-shadow{
  background-color: #FFF;
  box-shadow: 0px 5px 15px rgba(215, 216, 222, 0.41);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  transition: 0.3s;
  margin-bottom: 20px;
}

.inner-shadow:hover{
  transform: translate3d(0, -10px, 0);
}

.inner-shadow span{
  font-weight: 500;
}

a.get-it-now-btn{
  display: inline-block;
  cursor: pointer;
  color: #FFF;
  background-color: #f58220;
   border: 1px solid #f58220;
  border-radius: 100px;
  padding: 5px 20px;
  text-decoration: none;
  margin-top: 10px;
}

a.get-it-now-btn:hover{
  background: #FFF;
  border: 1px solid #f58220;
  color: #f58220;
}