
:root {
    --primary: #06BBCC;
    --light: #F0FBFC;
    --dark: #181d38;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: #0b2a9e;
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: #0b2a9e;
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
    height: 130%;
    width: 100%;
}

.service-item:hover {
    margin-top: -10px;
    background:rgb(247, 120, 36);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}
/**------------***/

.service-item1 {
    background: var(--light);
    transition: .5s;
    height: 130%;
    width: 100%;
}

.service-item1:hover {
    margin-top: -10px;
    background:blueviolet;
}

.service-item1 * {
    transition: .5s;
}

.service-item1:hover * {
    color: var(--light) !important;
}

/****-------------***/
.service-item2 {
    background: var(--light);
    transition: .5s;
    height: 130%;
    width: 100%;
}

.service-item2:hover {
    margin-top: -10px;
    background: #ff87d3;
}

.service-item2 * {
    transition: .5s;
}

.service-item2:hover * {
    color: var(--light) !important;
}

/****-------------***/
.service-item3 {
    background: var(--light);
    transition: .5s;
    height: 130%;
    width: 100%;
}

.service-item3:hover {
    margin-top: -10px;
    background: #FD1D1D;
}

.service-item3 * {
    transition: .5s;
}

.service-item3:hover * {
    color: var(--light) !important;
}


.background {
    background-image: url('img/element-3.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh; /* Adjust height as needed */
}


/*** Categories & Courses ***/

.progress-container {
    width: 100%;
    background-color: #f1f1f1;
    border-radius: 5px; /* Optional: adds rounded corners */
    overflow: hidden;   /* Keeps child within bounds */
  }
  
  .progress-bar {
    width: 70%; /* This value is updated dynamically with JavaScript */
    height: 30px; /* Set a specific height */
    background-color: #04AA6D;
    text-align: center; /* Center the text */
    line-height: 30px; /* Center the text vertically */
    color: white;
  }
  

.card{
    padding: 1.5em .5em .5em;
    border-radius: 1em;
    
    box-shadow: 0 5px 10px rgba(86 83 83 / 20%);
}


.round-move {
    margin-left: -7px;
    margin-top: -78px;
}

.round-color{
    border: 20px solid rgb(247, 120, 36);
}
.round-color1{
    border: 20px solid blueviolet;
}
.round-color2{
    border: 20px solid #ff87d3;
}
.round-color3{
    border: 20px solid #FD1D1D;
}
.sample {
    width: 120px;
    height: 120px;
    
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    }

    .sample span {
        font-size: 84px;
    }
    .sample span:hover{
        scale: 1.1;
        transition: 0.6s;
    }

.linebar{
    width: 25px;
    height: 220px;
    /* border-radius: 50%; */
}
.border-redius1{
    border-radius: 100%;
}
.category img,
.course-item img {
    transition: .5s;
}

.servicetop{
    padding-top: 4rem;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


.circle {
    width:100%;
    height: 100%;
    background-color: orange;
    border-radius: 50%;
}


.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.iconsize{
    width: auto;
    height: 40px;
}

.grad{
    background-color: red;
    background-image: linear-gradient(to right, red , orange);
    border-radius:14px;
}

.workprocess{
    background-color: #f6ebe2;
    border-radius: 15px;
}

.one{
    background-color: red;
    /* border-block-color: pink; */
    border-radius: 100%;
    width: 90px;
    height: 88px;
    /* margin-right: 22px; */
    margin-left: 33px;
    /* margin-bottom: 21px;*/
}

.textchange{
    text-align: center;
    padding: 1.8rem !important;
    color: white
}

/*Timeline*/
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /* The actual timeline (the vertical ruler) */
  .timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #181d38;
    top: 17px;
    bottom: 60px;
    left: 50%;
    margin-left: -5px;
  }
  .container1 {
    padding: 12px 92px;
    position: relative;
    background-color: inherit;
    width: 50%;
  }
  .container1::after {
    content: '';
    position: absolute;
    width: 72px;
    height: 72px;
    right: -15px;
    background-color: #ff7369;
    border: 7px solid #f6b3c3;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
    margin-left: -19px;
    margin-right: -19px;
  }
  
  /* Place the container to the left */
  .left1 {
    left: 0;
  }
  
  /* Place the container to the right */
  .right1 {
    left: 50%;
  }
  .left1::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
  }
  
  /* Add arrows to the right container (pointing left) */
  .right1::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  .right1::after {
    left: -16px;
  }
  
  /* The actual content */
  .content1 {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
  }

  @media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline::after {
    left: 31px;
    }
    /* Full-width containers */
  .container1 {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
    }
    
    /* Make sure that all arrows are pointing leftwards */
    .container1::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
    }
  
    /* Make sure all circles are at the same spot */
    .left1::after, .right1::after {
    left: 10px;
    }
    
    /* Make all right containers behave like the left ones */
    .right1 {
    left: 0%;
    }

   
}
   
.tmborder{
    border-radius: 20px;
    text-align: center;
    background-color: #fcfcfc;
    padding: 9px;
}
.tmborder1{
    border-radius: 20px;
    text-align: center;
    background-color: #fcfcfc;
    padding: 9px;
}
.tmborder2{
    border-radius: 20px;
    text-align: center;
    background-color: #fcfcfc;
    padding: 9px;
}
.tmborder3{
    border-radius: 20px;
    text-align: center;
    background-color: #fcfcfc;
    padding: 9px;
}
.tmborder4{
    border-radius: 20px;
    text-align: center;
    background-color: #fcfcfc;
    padding: 9px;
}

.allcount{
    height: 200px;
  background-color: red; 
  background-image: linear-gradient(to right, #391088 , #633fbf);
}

.ptag{
    color: #ff936b
}

/******------------------******/
/******Who We Are Page Css******/

.banner-container{
    height: 300px;
    width: 100%;
    position: relative;
}
.banner-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.banner-container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #7455be;
    opacity: 0.8; 
  }
  .banner-content {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: white;
    text-align: center;
  }
  .banner-content a{
      color: white;
  }

  .about-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 120px 70px;
  }
  .about-left {
    position: relative;
    width: 600px;
    height: 450px;
  }
  .about-img1 {
    position: absolute;
    width: 580px;
    height: 580px;
    border-radius: 50%;
    background: radial-gradient(
    circle at top,
    #ffffff 0%,
    #fff3ee 20%,
    #ffb199 55%,
    #ff8a65 75%,
    #ff7043 100%
  );
    top: -100px;
    left: 80px;
    z-index: 1;
  }
  .about-img2{
    position: absolute;
    bottom: 0;
    left: -20px;
    top: -100px;
    z-index: 2;
  }
  .about-img2 img{
      height: 250px;
      width: 250px;
  }
  .laptop {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
  }
  
  .laptop img {
    width: 720px;
  }
  
  .play-btn {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .play-btn i {
    font-size: 22px;
    color: #7455be;
    
  }
  .about-right {
    max-width: 450px;
    transform: translateY(-100px);
  }
  
  .about-right h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .about-right p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
  }
  
.whychoose-section{
    background-color: #4e28a4;
    padding: 25px;
}
.whychoose-content{
    display: flex;
    padding: 20px;
}
.content1{
    display: flex;
} 

.whychoose-left{
    padding: 10px;
    width: 650px;
}
.whychoose-right img{
    height: 800px;
    width: 720px;
}
.whychoose-icon span{
    font-size: 30px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #ff7369;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.whychoose-section h2{
    color: white;
}
.whychoose-content p{
    font-size: 18px;
}
.whychoose-iconcontent{
    margin-left: 10px;
}
.whychoose-icon{
    margin-top: 10px;
}
.whychoose-section h3{
    font-size: 30px;
    color: white;
}
.whychoose-section h1{
    background-color: #fdcef8;
    opacity: 0.8;
    height: 50px;
    width: 250px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #ff7369;
}

.timeline-heading{
    text-align: center;
    }
     
    .timeline {
    position: relative;
    max-width: 1000px;
    margin: 50px auto;
    padding: 0 20px;
    }
    .timeline::after {
    content: '';
    position: absolute;
    width: 3px;
    background-color: #afafaf;
    top: 0;
    bottom: 0;
    left: 50%;
    }
    .timeline-left,
    .timeline-right {
    position: relative;
    width: 45%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #f3f3f3;
    border-radius: 10px;
    margin: 20px 0;
    }
    .timeline-left {
    left: 0;
    }
    .timeline-right {
    left: 55%;
    }
    .timeline-left::before,
    .timeline-right::before {
    content: '';
    position: absolute;
    top: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    }
    .timeline-left::before {
    right: -15px;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #f3f3f3;
    }
    .timeline-right::before {
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f3f3f3 transparent transparent;
    }
    
    
    
    .timeline-left:nth-child(1)::after {
    content: "2022";
    right: -12%;
    transform: translateX(50%);
    border: 10px solid #fed4d1;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #ff7369;
    }
    .timeline-right:nth-child(2)::after {
    content: "2023";
    left: -10%;
    transform: translateX(-50%);
    border: 10px solid #d7b1fe;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #7f00ff;
    }
    .timeline-left:nth-child(3)::after {
    content: "2023";
    right: -12%;
    transform: translateX(50%);
    border: 10px solid #fed4d1;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #ff7369;
    }
    .timeline-right:nth-child(4)::after {
    content: "2023";
    left: -10%;
    border: 10px solid #d7b1fe;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #7f00ff;
    }
    .timeline-left:nth-child(5)::after {
    content: "2024";
    right: -12%;
    transform: translateX(50%);
    border: 10px solid #fed4d1;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #ff7369;
    }
    .timeline-right:nth-child(6)::after {
    content: "2024";
    left: -11%;
    transform: translateX(-50%);
    border: 10px solid #d7b1fe;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #7f00ff;
    }
    .timeline-left:nth-child(7)::after {
    content: "2025";
    right: -50%;
    transform: translateX(50%);
    border: 10px solid #fed4d1;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #ff7369;
    }
     
    .timeline-left::after,
    .timeline-right::after {
    position: absolute;
    top: 25px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    z-index: 1;
    }
    .timeline-right::after {
    left: -50%;
    transform: translateX(-50%);
    }
    .timeline-left h2,
    .timeline-right h2 {
    margin-top: 0;
    color: #333;
    }
    .timeline-left p,
    .timeline-right p {
    color: #555;
    }



    /*** Home Page Timeline ****/
    .timeline-heading{
        text-align: center;
        }
         
        .timeline01 {
        position: relative;
        max-width: 1000px;
        margin: 50px auto;
        padding: 0 20px;
        }
        .timeline01::after {
        content: '';
        position: absolute;
        width: 3px;
        background-color: #afafaf;
        top: 0;
        bottom: 0;
        left: 50%;
        }
        .timeline-left01,
        .timeline-right01 {
        position: relative;
        width: 44.5%;
        padding: 20px;
        box-sizing: border-box;
        background-color: #f3f3f3;
        border-radius: 10px;
        margin: 20px 0;
        }
        .timeline-left01 {
        left: 0;
        }
        .timeline-right01 {
        left: 55%;
        }
        .timeline-left01::before,
        .timeline-right01::before {
        content: '';
        position: absolute;
        top: 20px;
        width: 0;
        height: 0;
        border-style: solid;
        }
        .timeline-left01::before {
        right: -15px;
        border-width: 10px 0 10px 15px;
        border-color: transparent transparent transparent #f3f3f3;
        }
        .timeline-right01::before {
        left: -15px;
        border-width: 10px 15px 10px 0;
        border-color: transparent #f3f3f3 transparent transparent;
        }
        
        
        
        .timeline-left01:nth-child(1)::after {
        content: "1";
        right: -13%;
        transform: translateX(50%);
        border: 10px solid #fed4d1;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #ff7369;
        }
        .timeline-right01:nth-child(2)::after {
        content: "2";
        left: -11%;
        transform: translateX(-50%);
        border: 10px solid #d7b1fe;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #7f00ff;
        }
        .timeline-left01:nth-child(3)::after {
        content: "3";
        right: -13%;
        transform: translateX(50%);
        border: 10px solid #fed4d1;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #ff7369;
        }
        .timeline-right01:nth-child(4)::after {
        content: "4";
        left: -11%;
        border: 10px solid #d7b1fe;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #7f00ff;
        }
        
        .timeline-left01::after,
        .timeline-right01::after {
        position: absolute;
        top: 25px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 14px;
        z-index: 1;
        }
        .timeline-right01::after {
        left: -50%;
        transform: translateX(-50%);
        }
        .timeline-left01 h2,
        .timeline-right01 h2 {
        margin-top: 0;
        color: #333;
        }
        .timeline-left01 p,
        .timeline-right01 p {
        color: #555;
        }