/********** Template CSS **********/
:root {
    --primary: #06BBCC;
    --light: #F0FBFC;
    --dark: #181d38;
}


/* rotate image */

.rotate {
    max-height: 80%;
    width: 80%; /* Adjust the width as needed */
    animation: rotation 30s infinite linear;
}
.c-5bg{
    background-image: url(../image/Frame\ 18\ \(1\).png)  ;
    background-repeat: no-repeat !important;
    background-position: center;
   

}

/* scroll bar */


/* Scrollbar styling */
/* Scrollbar styling */
.course-item .p-4.pb-0 div[style*="overflow-y: auto"] {
    scrollbar-width: thin !important; /* For Firefox */
    scrollbar-color: rgb(6, 187, 204) #f1f1f1; /* For Firefox */
}

.course-item .p-4.pb-0 div[style*="overflow-y: auto"]::-webkit-scrollbar {
    width: 1px; /* Width of the scrollbar */
}

.course-item .p-4.pb-0 div[style*="overflow-y: auto"]::-webkit-scrollbar-track {
    background: #f1f1f1; /* Track color */
}

.course-item .p-4.pb-0 div[style*="overflow-y: auto"]::-webkit-scrollbar-thumb {
    background-color: rgb(6, 187, 204); /* Scrollbar thumb color */
    border-radius: 10px; /* Rounded corners for the scrollbar thumb */
    border: 2px solid #f1f1f1; /* Optional: adds a border around the thumb */
}

.course-item .p-4.pb-0 div[style*="overflow-y: auto"]::-webkit-scrollbar-thumb:hover {
    background-color: rgb(6, 187, 204); /* Scrollbar thumb color on hover */
}

/* scroll bar end */

.rotate-icon {
    transform: rotate(20deg); /* Rotate the icon 90 degrees to the right */
}


.navbar-toggler-icon {
    display: inline-block;
    width: 20px !important;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



/* rotate end */

.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;
}
.btn-light:hover{ background-color:#06BBCC !important ;
    color: white !important;

}


.butti:hover{
    color: black !important;
}


/*** 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;
    border-radius: 2px;
    border-radius: 30px;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
    border-radius: 30px;
}

.btn-primary {
    
    background-color: #06BBCC;
    
   
}

.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-expand-lg .navbar-collapse {

    margin-right: 40px;
}

.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:65px;
   
} */

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 620px) {


    .btn-lg-square {
        display: none !important;
    }

    .log{
        padding-left: 20px !important;
    }

    .custom-timeline-container {
        padding: 10px !important;
    }
    .footer .copyright {
        padding:5px 0 !important;
        font-size: 15px;
        border-top: 1px solid rgba(256, 256, 256, .1);
    }
    .pyy{
        padding-bottom: 0px !important;
    }
    .ptt{
        padding-top: 0px !important;
    }
    .wow {
        visibility: visible !important;
        animation-name: none !important;
    }

    .container-xxl h1{
        margin-bottom: 28px !important;
        padding-top: 20px !important;
    }

    .container-xxl {
        padding-bottom: 5px !important;
    }

    .header-carousel .owl-nav {
        position: absolute;
        top: 79% !important;
        
    }

    .header-carousel .owl-nav .owl-prev, .header-carousel .owl-nav .owl-next {
        margin: 7px 0;
        width: 25px !important;
        height: 25px !important;
       
        font-size: 13px !important;
       
    }
    .hedi{
        margin-bottom: 10px !important;
    }
    .pop{
        margin-top: 20px !important;
    }

    .abut{
        margin-bottom: 15px !important;
    }

    .tree-right {
        margin-top: 5px !important;
    }
    .h-txt{
        margin-bottom: -20px !important;
    }


    .tree{
        height: auto !important;
    }

    .rotate {
        width: 100%;
    }
    .p-txt{
        margin-top: -35px;
    }



    .footer{
        margin-top: 10px !important;
    }
}

@media only screen and  (max-width: 520px){
    .guruji{
        min-height: auto !important;
    }

}



@media only screen and  (max-width: 1100px){
    
    .guruji{
        min-height: 700px !important;
    }
}


@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: 82%;
    right: 2%;
    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/Group\ 96.jpg);
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


@media (max-width: 520px) {
    .guruji {
        min-height: 384px !important;
    }

}



@media (max-width: 768px) {


    .page-header {
        background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/Group\ 96.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

   

    
    }

.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: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    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;
    cursor: pointer;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
/* .category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
} */


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .container-xxl{
        padding-top: 10px !important;
        overflow: hidden !important;
    }
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
     z-index: 1;
}

.testimonial-item{
    background: rgba(204, 241, 245, 0.932) !important;
    padding-top: 10px;
}
/* 
.testimonial-item:hover{
    background: var(--primary) !important;
} */

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
      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);
}
/* 
.container-xxl{
    background-color: rgba(245, 245, 245);
} */

/*** 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;
}




/* work experian section */


.custom-timeline-container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  
  
  .custom-timeline-container {
    --custom-color: rgba(30, 30, 30);
    --custom-bgColor: rgba(245, 245, 245);
    min-height: 100vh;
    display: grid;
    align-content: center;
    gap: 2rem;
    padding: 2rem;
    font-family: "Poppins", sans-serif;
    color: var(--custom-color);
    background: var(--custom-bgColor);
  }
  
  .custom-timeline-container h1 {
    text-align: center;
  }
  
  .custom-timeline-container ul {
    --custom-col-gap: 2rem;
    --custom-row-gap: 2rem;
    --custom-line-w: 0.25rem;
    display: grid;
    grid-template-columns: var(--custom-line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: var(--custom-col-gap);
    list-style: none;
    width: min(60rem, 90%);
    margin-inline: auto;
  }
  
  /* line */
  .custom-timeline-container ul::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 20;
    background: rgb(225, 225, 225);
    border-radius: calc(var(--custom-line-w) / 2);
  }
  
  /* columns*/
  
  /* row gaps */
  .custom-timeline-container ul li:not(:last-child) {
    margin-bottom: var(--custom-row-gap);
  }
  
  /* card */
  .custom-timeline-container ul li {
    grid-column: 2;
    --custom-inlineP: 1.5rem;
    margin-inline: var(--custom-inlineP);
    grid-row: span 2;
    display: grid;
    grid-template-rows: min-content min-content min-content;
  }
  
  /* date */
  .custom-timeline-container ul li .custom-date {
    --custom-dateH: 3rem;
    height: var(--custom-dateH);
    margin-inline: calc(var(--custom-inlineP) * -1);
    text-align: center;
    background-color: var(--custom-accent-color);
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    display: grid;
    place-content: center;
    position: relative;
    border-radius: calc(var(--custom-dateH) / 2) 0 0 calc(var(--custom-dateH) / 2);
  }
  
  /* date flap */
  .custom-timeline-container ul li .custom-date::before {
    content: "";
    width: var(--custom-inlineP);
    aspect-ratio: 1;
    background: var(--custom-accent-color);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
    position: absolute;
    top: 100%;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    right: 0;
  }
  
  /* circle */
  .custom-timeline-container ul li .custom-date::after {
    content: "";
    position: absolute;
    width: 2rem;
    aspect-ratio: 1;
    background: var(--custom-bgColor);
    border: 0.3rem solid var(--custom-accent-color);
    border-radius: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    right: calc(100% + var(--custom-col-gap) + var(--custom-line-w) / 2);
  }
  
  /* title descr */


  @media (max-width: 768px) {
    .custom-timeline-container ul li .custom-title, .custom-timeline-container ul li .custom-descr {
        background: var(--custom-bgColor);
        position: relative;
        padding-inline: 0px !important; 
    }
  }
  .custom-timeline-container ul li .custom-title,
  .custom-timeline-container ul li .custom-descr {
    background: var(--custom-bgColor);
    position: relative;
    padding-inline: 1.5rem;
  }
  .custom-timeline-container ul li .custom-title {
    overflow: hidden;
    padding-block-start: 1.5rem;
    padding-block-end: 1rem;
    font-weight: 500;
  }
  .custom-timeline-container ul li .custom-descr {
    padding-block-end: 1.5rem;
    font-weight: 300;
  }
  
  /* shadows */
  .custom-timeline-container ul li .custom-title::before,
  .custom-timeline-container ul li .custom-descr::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    left: 50%;
    border-radius: 50%;
    filter: blur(4px);
    transform: translate(-50%, 50%);
  }
  .custom-timeline-container ul li .custom-title::before {
    bottom: calc(100% + 0.125rem);
  }
  
  .custom-timeline-container ul li .custom-descr::before {
    z-index: -1;
    bottom: 0.25rem;
  }
  
  @media (min-width: 40rem) {
    .custom-timeline-container ul {
      grid-template-columns: 1fr var(--custom-line-w) 1fr;
    }
    .custom-timeline-container ul::before {
      grid-column: 2;
    }
    .custom-timeline-container ul li:nth-child(odd) {
      grid-column: 1;
    }
    .custom-timeline-container ul li:nth-child(even) {
      grid-column: 3;
    }
  
    /* start second card */
    .custom-timeline-container ul li:nth-child(2) {
      grid-row: 2/4;
    }
  
    .custom-timeline-container ul li:nth-child(odd) .custom-date::before {
      clip-path: polygon(0 0, 100% 0, 100% 100%);
      left: 0;
    }
  
    .custom-timeline-container ul li:nth-child(odd) .custom-date::after {
      transform: translate(-50%, -50%);
      left: calc(100% + var(--custom-col-gap) + var(--custom-line-w) / 2);
    }
    .custom-timeline-container ul li:nth-child(odd) .custom-date {
      border-radius: 0 calc(var(--custom-dateH) / 2) calc(var(--custom-dateH) / 2) 0;
    }
  }
  
  .custom-timeline-container .custom-credits {
    margin-top: 1rem;
    text-align: right;
  }
  .custom-timeline-container .custom-credits a {
    color: var(--custom-color);
  }
  