/*------------slider--------------*/
#slider img {
    width: 100%;
}
#slider {
    margin-top: -31px;
    position: relative;
    top: -30px;
}
#slider .carousel-caption {
    top: 18%;
}
#slider .carousel-control-prev-icon {
    color: white;
    position: absolute;
    left: 0;
    border-radius: 50%;
    padding: 11px 13px;
    width: 43px;
    background: var(--yellow);
    height: 43px;
}
#slider .carousel-control-prev-icon:hover,#slider .carousel-control-next-icon:hover
{
  background: var(--white);
  border:1px solid transparent;
}
#slider .carousel-control-next-icon {
    color: white;
    position: absolute;
    right: -1%;
    border-radius: 50%;
    padding: 11px 16px;
    width: 43px;
    background: var(--yellow);
    height: 43px;
}
#slider .slide_nav {
    position: absolute;
    bottom: 45%;
    left: 4%;
    z-index: 9;
    right: 4%;
}
#slider .carousel-control-prev-icon:hover, #slider .carousel-control-next-icon:hover {
    color: white;
    background: unset;
    border: 1px solid white;
}
.slider-main-headings {
    text-align: start;
}
.slider-third-heading {
    display: block;
}
.slider-main-heading,.slider-color-heading,.slider-third-heading {
    color: white;
    font-family: var(--font-poppins);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 39px;
}
.slider-color-heading {
    color: var(--yellow);
    padding-left: 10px;
}
.slider-third-heading {
    position: relative;
}
.slider-third-heading:after {
    content: '';
    display: block;
    border-bottom: 3px solid var(--yellow);
    width: 143px;
    position: absolute;
    top: 52px;
}
.slider-paragraph {
    font-family: var(--font-poppins);
    max-width: 470px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
}
.read-more {
    background: var(--yellow);
    color: white;
    font-family: var(--font-poppins);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 26px;
    border-radius: 6px;
}
.carousel-indicators
{
  bottom: 66px;
  left: 15%;
  right: auto;
  margin: 0 auto;
}
#slider .carousel-indicators [data-bs-target] {
    padding: 3px;
    background-color: white;
    margin-bottom: 7px;
    border-radius: 50%;
    width: auto;
    height: auto;
    text-indent: 0;
    opacity: 1;
}
.carousel-indicators .active
{
    background: var(--yellow) !important;
    padding: 0px 2px !important;
}
.carousel-indicators .active{
    background: var(--yellow) !important;
    padding: 0px 0 !important;
    width: 11px !important;
    height: 11px !important;
    border: 1px solid #ecb101;
    margin-top: 6px;
}
/*--------------------- search form---------------*/
.search-main-box {
    background: white;
    box-shadow: 0px 5px 5px #0000001a;
    padding: 36px 0 36px 0;
    border-radius: 6px;
    position: relative;
    top: -89px;
    z-index: 9;
}
.search-main-box input[type="text"] {
    width: 95%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #c1b8b8;
    color: #666666;
    font: italic normal normal 14px/26px Poppins;
    padding-left: 23px;
    position: relative;
}
.search-main-box [type=submit] {
    background: var(--yellow);
    border: unset;
    color: white;
    padding: 12px 17px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    right: 42px;
}
.search-main-box .search-label {
    font: normal normal bold 21px/44px Poppins;
    color: var(--blue);
}
/*------------------------- about us-------------------*/
.about-us-main-heading,.about-color-heading,.learning-main-heading {
    color: #090909;
    text-transform: uppercase;
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 18px;
}
#about-us {
    margin-top: -20px;
}
.about-color-heading
{
    color: var(--blue);
    font-weight: 700;
    margin-left: 5px;
}
.about-us-sub-heading,.learning-sub-heading  {
    color:var(--black);
    font-family: var(--font-poppins);
    text-transform: uppercase;
    max-width: 351px;
    font-weight: 800;
    font-size: 26px;
    position: relative;
}
.learning-sub-heading
{
    max-width: unset;
}
.about-us-sub-heading:after,.learning-sub-heading:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 96px;
    top: 81px;
    border-bottom: 2px solid var(--blue);
}
.learning-sub-heading:after
{
    top: 54px;
}
.about-us-para1,.learning-para1 {
    color: var(--black);
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 17px;
}
.about-us-para2,.learning-para2 {
    color: #000000d1;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}
.read-more-about {
    background: var(--yellow);
    color: white;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 17px;
    border-radius: 6px;
}
.about-box h4 a {
    font: normal normal bold 17px/34px Poppins;
    color: var(--black);
    font-weight: 700;
    text-transform: uppercase;
}
.about-box p {
    color: #000000d1;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
}
.about-box:hover img {
    transition: 1s;
    -webkit-transition: .7s;
    transform: rotateY( 360deg);
}
.about-box:hover a{
  color: var(--blue);
}
/*------------------------ sponsor-----------------------*/

.sponsor_inner_image img {
    width: 70% !important;
    margin: 0 auto;
    height: 50px;
    object-fit: contain;
}
/*---------------------------learning--------------------*/
.learning-cols {
    position: relative;
}
.thumb_image_border {
    border: 2px solid var(--yellow);
    background: var(--yellow);
    content: "";
    display: block;
    height: 404px;
    left: 2px;
    position: absolute;
    top: -29px;
    width: 477px;
    z-index: -1;
}
/*----------------------countdown-timer----------------------*/
.nofont {
    position: relative;
    top: -27px;
}
.countdown-shortcode {
    background: white;
    box-shadow: 0px 3px 6px #00000029;
    padding: 47px;
    border-radius: 6px;
}
.countdown-shortcode-head {
    font: normal normal bold 24px/35px Poppins;
    color: var(--blue);
    position: relative;
    padding-bottom: 49px;
}
#countdown-timer input[type=text],#countdown-timer input[type=email],#countdown-timer [type=submit] {
    width: 100%;
    border: 1px solid #E4E4E4;
    padding: 10px;
}
#countdown-timer input[type=text], #countdown-timer input[type=email] {
    margin-bottom: 40px;
    margin-top: 9px;
}
#countdown-timer input[type=text]::placeholder,#countdown-timer input[type=email]::placeholder
{
    font: italic normal 300 14px/20px Poppins;
    color: #8489A5;
}
.countdown-shortcode-head:after {
    content: '';
    display: block;
    border-bottom: 3px solid var(--blue);
    width: 79px;
    position: absolute;
    top: 93px;
}
#countdown-timer {
    background-size: cover;
    background-repeat: no-repeat;
}
.countdown-heading:after {
    content: '';
    display: block;
    border-bottom: 2px solid white;
    width: 92px;
    position: absolute;
    top: 64px;
}
.countdown-heading
{
    color: white;
    font-weight: 900;
    font-size: 38px;
    position: relative;
}
.countdown-para
{
    color: white;
    font-size: 13px;
    max-width: 499px;
    line-height: 22px;
}
#timer {
    display: flex;
 }
 #timer .numbers {
    color: white;
    font-size: 40px;
    font-weight: 900;
}
#timer .numbers span{
  font-size: 16px;
  font-weight: 800;
}
#timer .numbers{
 width: 100%;
}
#timer
{
  margin-left: -11em;
}
.countdown-shortcode label {
    color: var(--black);
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 500;
}
#countdown-timer [type=submit] {
    background: var(--blue);
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins';
    padding: 14px;
    border-radius: 6px;
}
/*---------------------- gallery--------------------*/
.our-gallery-img img {
    height: auto;
}
.our-gallery-main-heading:after,#firstWord9:after,.section-small-title:after,.coursehead:after,.our-team-main-heading:after {
    content: '';
    display: block;
    border-bottom: 3px solid var(--blue);
    width: 51px;
    position: absolute;
    top: 46px;
}
#firstWord9:after
{
    width: 95px;
}
.our-gallery-main-heading,#firstWord9,.section-small-title,.coursehead,.our-team-main-heading{
    color: var(--blue);
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
}
#our-gallery .owl-dots,#testimonial .owl-dots,#team .owl-dots,#learnpress-category .owl-dots
{
  text-align: center;
}
#our-gallery .owl-dot,#testimonial .owl-dot,#team .owl-dot,#learnpress-category .owl-dot {
    width: 7px;
    margin: 5px;
    height: 7px;
    border-radius: 50%;
    border: unset;
    background: var(--blue);
    text-indent: 0;
}
#our-gallery .owl-dots,#testimonial .owl-dots{
    text-align: center;
    margin-top:-14px;
}
#testimonial .owl-dots
{
    margin-top: 70px;
}
#team .owl-dots,#learnpress-category .owl-dots
{
    margin: 45px 0 25px 0;
}
#our-gallery .owl-dot.active,#testimonial .owl-dot.active,#learnpress-category .owl-dot.active{
    background: var(--yellow) !important;
    padding: 0px 0 !important;
    width: 13px !important;
    height: 13px !important;
    border: 1px solid #ecb101;
    margin-top: 6px;
}
#team .owl-dot.active
{
    background: var(--blue);
    padding: 0px 0 !important;
    width: 13px !important;
    height: 13px !important;
    border: 1px solid var(--blue);
    margin-top: 6px;
}
#team .owl-dot
{
    background: var(--white);
    border: 1px solid var(--white);
}
#testimonial .owl-dot.active
{
    background: var(--blue) !important;
    border: 1px solid var(--blue);
}
/*----------------------------testimonial-------------------------------*/
.testimonial-img img,.testimonial-image {
    width: auto !important;
    margin: 0 auto;
}
.testimonial-box p {
    font: italic 14px/28px Poppins;
    max-width: 857px;
    margin: 0 auto;
    padding-bottom: 96px;
}
.testimonial_name a {
    color: var(--blue);
    font-size: 22px;
}
.testimonial-bg-image img {
    position: absolute;
    top: 36%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.testimonial-img {
    margin-top: -34px !important;
}
.testimonial-img img {
    position: relative;
}
#testimonial .owl-prev i,#testimonial .owl-next {
    font-size: 23px;
    color: var(--blue);
}
#testimonial .owl-prev {
    top: 50%;
    position: absolute;
    left: 0;
}
#testimonial .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
}
#location {
    position: relative;
    top: 54px;
}
#location .header-contact
{
  background: white;
}
/*----------------------------latest-post----------------------*/
.latest-main-box img {
    height: 250px;
    object-fit: cover;
}
.blog-date {
    position: absolute;
    background: var(--blue);
    color: white;
    top: 72%;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 600;
    width: 46%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 17px;
    padding: 6px 0;
    text-align: center;
}
.latest-main-box {
    position: relative;
}

/*---------------------- learnpress category-------------------------*/
.category-box {
    background: #242C5E;
    padding: 23px 0 5px 0;
    border-radius: 6px;
}
.category-img img {
    height: 61px;
    width: auto !important;
    margin: 0 auto;
}
.category-box h3:after {
    content: '';
    display: block;
    border-bottom: 2px solid white;
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
}
.category-box h3 {
        color: white;
    font-size: 16px;
    font-family: 'Poppins';
    position: relative;
    text-transform: uppercase;
}
.category-titles {
    max-width: 151px;
    margin: 0 auto;
}
.section-small-title {
    font-size: 26px;
}
.category-box:hover
{
    background: var(--yellow);
    transition: all 0.5s ease-in-out;
}
#featured-courses {
    height: 619px;
}
/*----------------------------teacher section ------------------------*/
#team {
    background-size: cover;
    background-repeat: no-repeat;
}
.teambox img {
    width: auto !important;
    margin: 0 auto;
}
.teams-inner-box {
    background: white;
    border-radius: 4px;
    padding: 25px;
}
.teamtitle a {
    font: normal normal 600 19px/26px Poppins;
    color: #212121;
}
.team_content {
    font: normal normal normal 14px/17px Poppins;
    color: #212121;
}
.teambox-content p {
    color: #ADADAD;
    font: normal normal normal 14px/23px poppins;
    margin-top: 9px;
}
.teambox img {
    width: auto !important;
    margin: 0 auto;
    height: 93px;
    position: absolute;
    z-index: 99999;
    top: 0px;
    left: 44px;
}

