
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;600&family=Kalam:wght@300;400;700&family=Lato:ital,wght@0,300;1,100;1,900&family=Merienda+One&family=Merienda:wght@400;700&family=Noto+Serif&family=Oswald:wght@200&family=Playfair+Display&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Raleway:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;600&family=Kalam:wght@300;400;700&family=Lato:ital,wght@0,300;1,100;1,900&family=Merienda+One&family=Merienda:wght@400;700&family=Noto+Serif&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,500;1,700&family=Oswald:wght@200&family=Playfair+Display&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Raleway:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'poppins';
}
h3 {
    font-size: 26px;
    font-weight: 600;
}
 h4 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform:uppercase;
}
p {
    font-size: 17px;
}

section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

.active.fade-bottom {
    animation: fade-bottom 0.5s ease-in;
  }
.active.fade-top {
    animation: fade-bottom 0.5s ease-in;
  }
  .active.fade-left {
    animation: fade-left 0.5s ease-in;
  }
  .active.fade-right {
    animation: fade-right 0.5s ease-in;
  }
  @keyframes fade-bottom {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes fade-top {
    0% {
      transform: translateY(-50px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes fade-left {
    0% {
      transform: translateX(-100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  @keyframes fade-right {
    0% {
      transform: translateX(100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
/*scroll smooth styles end*/


.navbar .donate{
    background-color: #fff;
    padding: 10px 20px;
}

.navbar.nav-active .donate {
    background-color: #000000b3;
    color: #fff;
}

.b2of-partner {
    color: #fff;
    z-index: 70;
    bottom: 0;
    position: absolute;
    right: 0;
}




section .gradient-text.blue {
    background-image: linear-gradient(35deg, #17EAD9 0%, #6078EA 100%);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

section .gradient-text.blue2 {
    font-weight: bold;
    display: inline-block;
    background-image: linear-gradient(135deg, #846FF4 0%, #F17674 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

}
/* header-sec */

.navbar .navbar-nav li::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s;
}

.navbar .navbar-nav li:hover::after {
    width: 100%;
}


.navbar.nav-active {
    background: #fff;
    box-shadow: 0 5px 14px -8px #564d4d;
}

.navbar.nav-active .navbar-nav .nav-link,
.navbar.nav-active .navbar-nav .nav-link:hover {
    color: #000 !important;
}
.navbar.nav-active .navbar-brand{
    color: #000;
}  
.navbar.nav-active li::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width .3s;
}

.navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 2px;
    margin-left: -48px;
    padding: 13px;
    transition: 0.5s;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #23365a !important;
}



.navbar.nav-active li:hover::after {
    width: 100%;
}


.navbar .navbar-toggler {
    padding: 27px 19px;
    width: 18px;
    height: 2px;
    border: 0;
    box-sizing: content-box;
    background-clip: content-box;
    transition: background-color 500ms ease-in-out 250ms;
    background-color: #000;
    outline: none;
    box-shadow: none;
}

.navbar .navbar-toggler:before,
.navbar .navbar-toggler:after {
    position: relative;
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background-color: #000;
    transition: transform 500ms ease-in-out;
}

.navbar .navbar-toggler:before {
    top: -6px;
}

.navbar .navbar-toggler:after {
    bottom: -4px;
}

.navbar .nav-toggle__text {
    display: none;
}

.navbar .nav-toggle--active {
    background-color: rgba(255, 255, 255, 0);
    transition-delay: 0s;
}

.navbar .nav-toggle--active:before {
    transform: translateY(6px) rotate(-225deg);
}

.navbar .nav-toggle--active:after {
    transform: translateY(-6px) rotate(225deg)
}

.navbar {
    background-color: transparent;
    position: fixed;
    color: #000;
}

.navbar-brand {
    font-weight: 600;
    margin-left: 84px;
    color: aliceblue;
    font-size: 32px;
}
.navbar-nav .nav-item {
    margin-right: 52px;
}

.navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}




header .collapse .mx-auto {
    margin-right: unset !important;
}

@media screen and (max-width: 991px) {
    .fixed-top {
        position: fixed;
        background-color: #fff;
        color: #000;
    }
    .navbar-nav .nav-item .nav-link {
        color: #000;
        font-size: 15px;
        font-weight: 500;
        margin-left: 43px;
    }
}

/* header-end */


/* banner-sec */


.banner-sec {
    height: 81vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/banner.glob.jpg) !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-sec::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    background-color: #001d5dcc;
    opacity: 0.5;
}

/* .banner-sec {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1438' height='555' preserveAspectRatio='none' viewBox='0 0 1438 555'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1584%26quot%3b)' fill='none'%3e%3cpath d='M1204.01 396.37 a119 119 0 1 0 238 0 a119 119 0 1 0 -238 0z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M-51.74 40.91 a114.25 114.25 0 1 0 228.5 0 a114.25 114.25 0 1 0 -228.5 0z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M1182.68 267.78 a102.08 102.08 0 1 0 204.16 0 a102.08 102.08 0 1 0 -204.16 0z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M437.53 287.47 a180.82 180.82 0 1 0 361.64 0 a180.82 180.82 0 1 0 -361.64 0z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1584'%3e%3crect width='1438' height='555' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cstyle%3e %40keyframes float1 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-10px%2c 0)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float1 %7b animation: float1 5s infinite%3b %7d %40keyframes float2 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-5px%2c -5px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float2 %7b animation: float2 4s infinite%3b %7d %40keyframes float3 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(0%2c -10px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float3 %7b animation: float3 6s infinite%3b %7d %3c/style%3e%3c/defs%3e%3c/svg%3e");
} */

.banner-sec .banner-heading-text h1 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 45px;
    color: #fff;
}





.banner-sec .banner-heading h3 {
    margin-bottom: 16px;
    padding-left: 14px;
    color: #00ffff;
    font-size: 30px;
    text-shadow: -3px 1px #000;
    text-transform: uppercase;
    
}
.banner-sec .banner-sec-content {
    /* padding-top: 106px; */
    position: relative;
    z-index: 29;
}
.banner-sec button.learn-more .button-text {
    color: #ffffff;
}
.banner-sec button.learn-more .circle{
    background-color: #ffff !important;
}
.banner-sec button.learn-more a{
    color: #fff;
}

.banner-sec  .learn-more .circle .icon.arrow::before {
    border-top: 0.125rem solid #000;
    border-right: 0.125rem solid #000;
}
.banner-sec  button:hover .circle .icon.arrow {
    background: #212121;
    transform: translate(1rem, 0);
}
.banner-sec button.learn-more:hover .button-text a {
    color: #000 !important;
}

.banner-heading {
    position: relative;
}


.banner-sec .banner-heading::before {
    content: "";
    position: absolute;
    background-color: #00ffff;
    height: 2px;
    width: 37px;
    left: -25px;
    top: 16px;
}

.banner-sec .banner-heading-text p {
    color: #dddd;
    line-height: 32px;
}
.banner-links {
    margin-top: 39px;
    position: relative;
    z-index: 19;
}
 button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

 button.learn-more {
    width: 12rem;
    height: auto;
}
 button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #282936;
    border-radius: 1.625rem;
}

 button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

 button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

 button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

 button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #282936;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

 button:hover .circle {
    width: 100%;
}

 button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}
button .button-text a{
    text-decoration: none;
    color: #000;
}
 button:hover .button-text a {
    color: #fff !important;
    background-image: unset !important;
    -webkit-text-fill-color: unset !important;
}

.banner-links .play-video {
    background-image: linear-gradient(to right, #21d3978a 0%, #7450fe 50%, #21d39794 100%);
    border-radius: 50%;
    height: 47px;
    width: 47px;
    padding-left: 19px;
    margin-left: 21px;
    padding-top: 7px;
}

.banner-links .link {
    display: inline-block;
}

.banner-links a {
    text-decoration: none;
}

.banner-links .fa-caret-right {
    color: #fff;
    font-size: 31px;
}

/*why-sec*/
/*what-sec*/
.what-sec {
    background-image: url(../images/what-robot1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
    position: relative;
}
.what-sec img{
    width: 70px;
}
.what-sec .what-robo {
    position: absolute;
    opacity: 0.4;
    background-color: #faebd76b;
    border-radius: 50%;
    padding: 11px;
    -webkit-animation: bounce 3s infinite ease-in-out;
    -o-animation: bounce 3s infinite ease-in-out;
    -ms-animation: bounce 3s infinite ease-in-out;
    -moz-animation: bounce 3s infinite ease-in-out;
    animation: bounce 3s infinite ease-in-out;
}
.what-sec .what-robo1 { 
    top: 25px;
    left: 88px;
}
.what-sec .what-robo2 {
    right: 483px;
    top: 23px;
}
.what-sec .what-robo3 {
    top: 152px;
    left: 247px;
}


@-webkit-keyframes bounce {
    0% { transform: translateY(-5px)  }
    50% { transform: translateY(10px) }
    100% { transform: translateY(-5px) }
}

@keyframes bounce {
    0% { transform: translateY(-5px)  }
    50% { transform: translateY(10px) }
    100% { transform: translateY(-5px) }
}

















.robotics-content {
    line-height: 30px;
    text-align: center;
    color: #fff;
}
.robotics-content h3 {
    margin-bottom: 25px;
    text-transform: uppercase;
}

/* how-sec */
.how-sec .how-content {
    background-color: #fff;
    padding: 17px;
    padding-top: 0;
}
.how-sec .how-content .content{
    text-align: justify;
}

/*benefits-sec*/
.benefits-sec .benefits-info {
    position: relative;
    padding-left: 54px;
    margin-bottom: 15px;
    padding-top: 6px;
    padding-bottom: 4px;
    height: 74px;
    width: 100%;
    border-radius: 11px;
    box-shadow: 0 14px 28px rgb(63 81 181 / 32%);
    border: 2px solid #00008b8a;
}
.benefits-sec .benefits-info i{
    position: absolute;
    left: 13px;
    top: 16px;
    font-size: 20px;
}
.benefits-sec .benefits-info p{
    padding-top: 5px;
}
.benefits-sec {
    background-color: #f4f4f4;
}
.benefits-content h4{
    margin-bottom: 60px;
    text-align: center;
}
.benefits-sec .robot-card {  
    height:unset;
}










/* about-sec */

.about {
    padding-top: 28px;
    background-color: aliceblue;
    padding-bottom: 89px;
}

.about .about-us-content h4{
    text-transform: lowercase !important;
}


.about .svg2 {
    position: relative;
    top: -174px;
}


.about .about-us-content p {
    font-family: 'Poppins';
    padding: 0 29px 0 0;
    text-align: justify;
}

.about .check-box-img {
    position: relative;
    padding-left: 45px;
    margin-bottom: 15px;
    padding-top: 7px;
    padding-bottom: 4px;
    height: 66px;
    width: 100%;
    border-radius: 11px;
    box-shadow: 0 14px 28px rgb(63 81 181 / 32%);
}

.about .check-box-img {
    display: inline-block;
    background-color: #fff;
}

.about .check-box-img img {
    width: 24px;
    position: absolute;
    left: 8px;
    top: 9px;
}
.about .about-right1 p{
    font-weight: 600;
    margin-bottom: 39px;
}
.about button{
    margin-top: 26px;
}

.benefits-checkbox {
    margin-top: 20px;
}







/* about-sec-end */

/* why-sec */
 .why-sec {
   background-color: #abcdcd1a;
} 

 .why-points {
    position: relative;
    padding-left: 72px;
    margin-bottom: 33px;
}
.why-points i{
    color: darkblue;
}
.why-points p {
    font-size: 17px;
    display: inline;
}

 .why-points .check-icon {
    background-color: white;
    padding: 10px;
    color: #000 !important;
    border-radius: 50%;
    border: 2px solid #1976d2;
    position: absolute;
    left: 0px;
    width: 47px;
    padding-left: 14px;
}
 .why-points .robo-img {
    position: absolute;
    left: 0;
    background: white;
    padding: 12px;
    border-radius: 50%;
    box-shadow: inset 0 1px 12px rgb(33 150 243 / 52%);
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .why-sec .why-points .robo-img img {
    width: 37px;
}  */

 .why-points:hover .robo-img {
    transform: scale(1.1);
    transition: 0.8s;
}

.why-sec .why {
    font-size: 20px;
}

.why-sec h3 {
    font-size: 30px;
    margin-bottom: 22px;
}
.why-sec .why-sec-heading {
    text-align: center;
    margin: 0 183px 52px;
}

.why-sec .initial-content {
    margin-bottom: 35px;
}
.how-sec .why-points{
    margin-bottom: 6px !important;
}
.how-sec h4{
    text-align: center;
    margin-bottom: 30px;
}



 .sec-img {
    width: 100%;
    position: relative;
    overflow: hidden;
    }
    
    .sec-img img {
        max-width: 100%;
        transition: all 0.3s;
        display: block;
        width: 100%;
        height: auto;
        transform: scale(1);
        background-color: #0000002e;
    }
    

 /* .robot-card{
        display: flex;
        flex-direction: column;
        border: none;
      
        transition: 0.5s;
      
       
    } */
  .robot-card:hover  .sec-img img{
    transform: scale(1.1);
    transition: 0.5s;
    }








/* evolution-sec */

.evolution-sec .evolution-head-content {
    margin-bottom: 70px;
    padding-left: 70px;
    padding-right: 70px;
}

.evolution-sec .evolution-head-content h3 {
    margin-bottom: 20px;
}

.evolution-sec .evolution-head {
    text-align: center;
    margin-bottom: 33px;
}

.evolution-sec .evolution-content {
    position: relative;
    padding-left: 84px;
    margin-bottom: 33px;
}

.evolution-sec .evolution-content .evolution-img {
    position: absolute;
    left: 0;
    background: white;
    padding: 12px;
    border-radius: 50%;
    border: 2px solid #1e88e5b3;
    box-shadow: inset 0 1px 12px rgb(33 150 243 / 52%);
    background-image: linear-gradient(to right top, #ffffff, #e1e3fa, #b9caf6, #83b4f2, #12a1eb00);
}

.evolution-content .evolution-img img {
    width: 37px;
}

.evolution-past {
    background-color: aquamarine;
    padding: 21px;
    border-top-right-radius: 102px;
    margin-bottom: 24px;

}

.evolution-present {
    background-color: cornflowerblue;
    padding: 21px;
    border-top-left-radius: 102px;
    padding-bottom: 62px;
}

.evolution-past:hover,
.evolution-present:hover {
    box-shadow: 0 5px 7px #3e2723;
    transition: 0.8s;
}

.evolution-sec .ev-1 {
    position: relative;
}

.evolution-sec .ev-1::before {
    position: absolute;
    content: "";
    background-color: #000;
    height: 0px;
    top: 0;
    left: 31px;
    width: 2px;
}

.evolution-sec .ev-1:hover::before {
    height: 200px;
    transition: 0.8s;
}

.evolution-sec .ev-2 {
    position: relative;
}

.evolution-sec .ev-2::before {
    position: absolute;
    content: "";
    background-color: #000;
    height: 0px;
    top: 0;
    left: 31px;
    width: 2px;
}

.evolution-sec .ev-2:hover::before {
    height: 200px;
    transition: 0.8s;
}

.evolution-sec .ev-4 {
    position: relative;
    margin-bottom: 55px;
}

.evolution-sec .ev-4::before {
    position: absolute;
    content: "";
    background-color: #000;
    height: 0px;
    top: 0;
    left: 31px;
    width: 2px;
}

.evolution-sec .ev-4:hover::before {
    height: 200px;
    transition: 0.8s;
}

.evolution-sec .ev-5 {
    position: relative;
    margin-bottom: 55px;
}

.evolution-sec .ev-5::before {
    position: absolute;
    content: "";
    background-color: #000;
    height: 0px;
    top: 0;
    left: 31px;
    width: 2px;
}

.evolution-sec .ev-5:hover::before {
    height: 200px;
    transition: 0.8s;
}
/* .evolution-sec-end */


/* robot-rule-benefit */



.robot-rule-benefit .robot-rule-box {
    margin-top: 38px;
}




.robot-rule-benefit  h3{
    text-transform: capitalize;
    font-size: 26px;
}


.robot-rule-benefit .grade-rule {
    display: inline-block;
    background-color: white;
    padding: 20px;
    box-shadow: 0 14px 28px rgb(0 0 0 / 55%);
    border-radius: 30px;
    position: absolute;
    left: 255px;
    top: -115px;
}

.robot-rule-benefit .grade-rule p {
    font-size: 16px;
    font-weight: 700;
}

.robot-rule-benefit .grade-rule i {
    top: 97px;
    position: absolute;
    color: #ffffff;
    font-size: 49px;
    left: 36px;
}

.robot-rule-benefit .rule-content img {
    width: 47px;


}


.robot-rule-benefit .benefits {
    font-size: 24px;
    background-image: linear-gradient(135deg, #846FF4 0%, #F17674 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 35px;
}

.robot-rule-benefit .rule-swip-content-img {
    position: relative;
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 10px;
    border-radius: 50%;
    padding: 8px;
    box-sizing: border-box;
    box-shadow: 0 10px 15px rgb(0 0 0 / 30%);
    background: linear-gradient(0deg, #ffffff, #1a237ea1);
    transition: .5s;
    text-align: center;
    right: 14px;
}

.robot-rule-benefit .rule-swip-content-img:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);

}

.robot-rule-benefit .swipper-content-inner:hover .rule-swip-content-img {
    transform: rotate(360deg);
}

.robot-rule-benefit .rule-swip-content-img span {
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(0deg, #fff, #fff);
    border-radius: 50%;
    font-size: 19px;
    color: #283593;
    transition: .5s;
    line-height: 49px;
}

.rule-swip-content h3 {
    margin-bottom: 22px;
}
.robot-rule-benefit .swipper-content-inner {
    margin-bottom: 21px;
    background-color: #536bce;
    padding: 11px;
    border-radius: 11px;
    width: 100%;
    box-shadow: 6px -11px #283593e0;
    height: 97px;
    position: relative;
}


.robot-rule-benefit .swipper-content-inner p {
    padding-top: 12px;
    color: #fff;
}
/* stem-curriculum-sec */

.stem-curriculum {
    background-color: aliceblue;
    padding-bottom: 50px;
}
.stem-curriculum img{
    width: 60%;
}

.stem-curriculum .steam-image{
    text-align: center;
    margin-bottom: 40px;
}
.accordion-inner .accordion-item {
    background-color: unset;
    border: unset !important;
    margin-bottom: 17px;
}

/* .accordion-inner .accordion-button {
    background-image: linear-gradient(35deg, #17EAD9 0%, #6078EA 100%);
    border-radius: 23px;
} */
.accordion-inner .accordion-button {
    background-image: linear-gradient(35deg, #021e50de 0%, #6078ea 100%);
    border-radius: 23px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 23px !important;
    border-top-right-radius: 23px !important;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 23px;
    border-bottom-left-radius: 23px;
}

.accordion-item .accordion-button {
    color: #fff;
    font-size: 20px;
}

.accordion-item .accordion-button:focus {
    box-shadow: unset;
    outline: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: unset;

}

.accordion-button::after {
    content: "";
    background-image: unset;
}

.stem-curriculum h3 {
    margin-bottom: 40px;
}


/* little-imagineers */

.little-imagineers {
    padding-top: 0;
}

.little-imagineers .imagineers-content .imagineer-span {
    position: relative;
    margin-left: 39px;
    font-size: 20px;
    margin-top: 38px;
}

.little-imagineers .imagineers-content h3 {
    margin-top: 25px;
}

.little-imagineers .imagineers-content .imagineer-span::before {
    position: absolute;
    content: "";
    width: 34px;
    background-image: linear-gradient(135deg, #846FF4 0%, #F17674 100%);
    height: 2px;
    left: -35px;
    top: 15px;
}

.imagineers-content .imagineers-content-inner {
    position: relative;
    padding-left: 44px;
    margin-top: 33px;
    transition: 0, 5s;
}

.imagineers-content-inner:hover span {
    transform: rotate(90deg);
    transition: 0.5s;
}

.imagineers-content .imagineers-content-inner span {
    position: absolute;
    left: 8px;
    top: 3px;

}

.imagineers-content .imagineers-content-inner span i {
    color: #0d47a1;
    font-size: 23px;
}

.little-imagineers .imagineers-img {
    margin-top: 64px;
   
}






/*feature engg*/
.imagineers-img-next {
    text-align: right;
    margin-top: 54px;
}

 


/* little-imagineers-end */



/* little-engineers-sec */

.little-engineers-sec {
    position: relative;
    background-color: #fafafa;
    padding: 50px 0;
}

.little-engineers-sec .gradient {
    font-weight: bold;
    -webkit-background-clip: text;
    margin-bottom: 52px;
}


.little-engineers-sec .zigzag-timeline__item {
    position: relative;
    border-bottom: 1px solid #71717a;
    width: 100%;
}
.little-engineers-sec .item-last{
    border-bottom: 0px;
}
.little-engineers-sec .zigzag-timeline__milestone {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background: #0d47a1;
    text-align: center;
    padding-top: 10px;
    font-size: 21px;
    color: #fff;
}






/* Styles for even items */
.little-engineers-sec .zigzag-timeline__item:nth-child(2n) {
    border-left: 1px solid #71717a;
}

.little-engineers-sec .zigzag-timeline__item:nth-child(2n) .zigzag-timeline__milestone {
    left: 0;
    transform: translate(-50%, -50%);
}

/* Styles for odd items */
.little-engineers-sec .zigzag-timeline__item:nth-child(2n + 1) {
    border-right: 1px solid #71717a;
}

.little-engineers-sec .zigzag-timeline__item:nth-child(2n + 1) .zigzag-timeline__milestone {
    right: 0;
    transform: translate(50%, -50%);
}

.little-engg-steps-inner p {
    padding: 16px;
    padding-right: 55px;
}

.little-engg-steps-inner .second-p {
    margin-left: 52px;
}

.little-engineers-sec .colors {
    background-color: azure;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    left: 191px;
    z-index: 10;
    opacity: 0.5;
}

.little-engineers-sec .colors2 {
    background-color: azure;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    z-index: 29;
    bottom: 49px;
    opacity: 0.5;
    right: 0;
}

/* little-engg-course-sec */

.little-engg-course {
    background-color: #6495ed2e;
    padding-bottom: 68px;
}

.little-engg-course .lengg-desc span {
    font-size: 20px;
    position: relative;
    margin-bottom: 14px;
}

.little-engg-course .lengg-desc span::before {
    content: "";
    position: absolute;
    left: -44px;
    width: 41px;
    background-image: linear-gradient(135deg, #846FF4 0%, #F17674 100%);
    height: 2px;
    top: 15px;
}

.little-engg-course .lengg-tab-content {
    padding-top: 34px;
    padding-left: 69px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0d47a1 !important;
}
.nav-pills .nav-link {
    color: black ;
    font-weight: 600 !important;
}



.little-engg-course .lengg-tab {
    background-color: #fff;
    /* padding: 60px 26px; */
    box-shadow: 0 15px 30px rgb(0 0 1 / 32%);
}

.little-engg-course .lengg-desc {
    margin-bottom: 50px;
}

.little-engg-course .tab2-content span {
    font-size: 23px;
}


.little-engg-course .tap1-content p {
    font-size: 16px;
}


.little-engg-course .tap2-content-inner ol {
    counter-reset: li;
    list-style: none;
    padding: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.little-engg-course .tap2-content-inner ol a {
    position: relative;
    display: block;
    padding: 14px 20px;
    margin: 0.5em 0 0.5em 2.5em;
    background: #ffffff;
    text-decoration: none;
    transition: all .3s ease-out;
    box-shadow: 0 11px 43px #eeeeee;
    font-family: 'Poppins';
    font-size: 17px;
}

.little-engg-course .tap2-content-inner ol a:hover {
    background: #03a9f421;
    box-shadow: 0 12px 26px rgb(0 0 0 / 43%);
}



.little-engg-course .tap2-content-inner ol a:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #f9dd94;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

.little-engg-course .tap2-content-inner ol a:after {
    position: absolute;
    content: "";
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;
}

.little-engg-course .tap2-content-inner ol a:hover:after {
    left: -.5em;
    border-left-color: #f9dd94;
}

.little-engg-course .inner-ul-list {
    margin-left: 43px;
    list-style-type: square;
    background-color: white;
    margin-top: -25px;
    position: relative;
    margin-bottom: 32px;
    border: 1px solid #dddd;
    padding: 39px;
    padding-top: 5px;
  
}

.little-engg-course .inner-ul-list li::marker {
    color: #f9dd94;
    font-size: 24px;
}

.tab2-content .top-tap2-heading {
    margin-bottom: 25px;
}
/* scholarship-packages */
.scholarship-packages{
    padding-bottom: 138px;
}

.scholarship-packages .wizard {
    display: flex;
}
.scholarship-packages .scholarship-works {
    font-size: 20px;
}
.scholarship-packages .wizard__step {
    /* Make all steps have the same width */
    flex: 1;
}

.scholarship-packages .wizard__dot {
    align-items: center;
    display: flex;
    justify-content: center;
}

.scholarship-packages .wizard__connector {
    flex: 1;
    height: 3px;
    background-color: #000;
    z-index: -8;
}

.scholarship-packages.wizard__step:first-child .wizard__connector,
.scholarship-packages .wizard__step:last-child .wizard__connector {
    background-color: #000;
}

.scholarship-packages .wizard__number {
    position: relative;
    width: 100px;
    height: 100px;
    display: block;
    text-align: center;
    border-radius: 50%;
    padding: 8px;
    box-sizing: border-box;
    box-shadow: 0 10px 15px rgb(0 0 0 / 30%);
    background: linear-gradient(0deg, #ffff, #bdbdbd6b);
    transition: .5s;
}

.scholarship-packages .wizard__step span {
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(0deg, #fff, #fff);
    border-radius: 50%;
    font-size: 22px;
    color: #262626;
    transition: .5s;
    line-height: 81px;
    font-weight: 700;
}

.scholarship-packages .wizard__number:hover {
    animation: ani 8s linear infinite;
    border: none;
}

@keyframes ani {
    0% {
        background-position: 0%;
    }

    100% {
        background-position: 400%;
    }
}

.scholarship-packages .wizard__number:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
    background: linear-gradient(90deg, #03a9f478, #f441a5ab, #ffeb3b, #03a9f4);
    background-size: 400%;
    border-radius: 50px;
    transition: 1s;
}

.scholarship-packages .wizard__number:hover::before {
    filter: blur(20px);
}

.scholarship-packages .wizard__number:active {
    background: linear-gradient(32deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
}

.scholarship-packages .scholarship-box {
    margin-top: 92px;
}

.scholarship-packages h3 {
    margin-bottom: 15px;
}

.scholarship-packages .spack {
    font-size: 20px;
}
/* scholarship-packages-end */

/* footer */

footer {
    background: #25385c;
    padding: 65px 0px 8px;
}

footer .container .navbar-nav i:hover {
    transform: scale(1.4);
    transition: 0.5s;

}

footer .container img {
    width: 51px;
    margin-right: 11px;
}

footer .container .fa-instagram:hover {
    color: indianred;
}

footer .container .fa-facebook-square:hover {
    color: darkblue;
}

footer h4 {
    color: #fff;
    margin: 0 0 20px;
    font-weight: 600;
}

footer .footer-brand {
    font-size: 34px;
    color: #ffffff;
}


footer p, footer ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

footer ul {
    list-style-type: none;
}

footer ul li {
    margin-bottom: 8px;
}

footer .navbar-nav {
    float: none;
    position: relative;
    display: inline-block;
}

footer .navbar-nav li {
    display: inline-block;
}

footer .nav>li>a {
    padding: 9px 26px 0 0;
    font-size: 22px;
}

footer .nav>li>a>img {
    width: 26px;
}

footer .copyRights {
    font-size: 12px;
    padding-top: 10px;
    margin-top: 7px;
    border-top: 1px solid #4c4c4c;
}

footer .quickLinks li a {
    display: inline-block;
    text-decoration: none;
}

footer .quickLinks li a:hover {
   color: #fff;
}

footer .quickLinks li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s;
}

footer .quickLinks li a:hover::after {
    width: 100%;
}

footer .nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
}
footer .nav>li>a:hover i{
color: #000 !important;
}
footer .contact {
    position: relative;
    padding-left: 38px;
}
footer .contact-inner i {
    font-size: 20px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    top: 4px;
    transition: 0.5s;
    color: #fff;
}

footer .contact:hover i {
    color: #000;
}

footer .contact-phone {
    position: relative;
    padding-left: 33px;
}

footer .contact-phone i {
   
    top: 9px;
    transform: rotate(254deg);
}

footer .contact-phone:hover i {
    color: #000;
}

footer .location i {
    font-size: 20px;
    transition: 0.5s;
    position: relative;
    color: #fff;
}

footer .location p {
    display: inline-block;
    padding-left: 11px;
    text-transform: lowercase;
}

footer .location:hover i {
    color: #000;
}


/* Responsive*/
@media only screen and (max-width: 411px){
.navbar .navbar-brand{
    padding: 0;
    margin: 0;
}
.banner-sec{
    height: 54vh !important;
}
.banner-sec .banner-heading h3 {
  padding-left: unset;
}
.banner-sec .banner-heading::before {
   display: none;

}
}







@media only screen and (max-width: 767px) {
   h3{
       font-size: 20px !important;
   }
    .banner-sec{
        height: 60vh;
    }
.banner-sec-content{
    margin-top: 44px;
}

.why-sec .why-sec-heading {
    margin-bottom: 36px;
    text-align: start;
    padding: 27px;
    margin: 0;
}



    footer {
        padding: 20px 0px 8px;
    }

    footer h4 {
        margin: 25px 0 10px;
    }

    footer .navbar-nav,
    footer .navbar-nav li {
        margin: 0;
    }

    footer .nav>li {
        display: inline-block;
    }
}



/* media query */
@media only screen and (max-width: 991px) {
    .navbar-brand {
        color: #000;
    }
    .navbar .dropdown:hover .dropdown-menu {
        margin-left: 0;
        padding: 13px;
        width: 200px;
    }
   
    .why-sec .initial-content {
        font-size: 17px;
        margin-bottom: 35px;
    }

    /* .why-sec .why-sec-heading {
        margin-bottom: 36px;
        padding-left: 44px;
        padding-right: 95px;
        text-align: start;
    } */

    .about .svg2 {
        visibility: hidden;
    }

    .evolution-past {
        border-top-right-radius: 0;
    }

    .evolution-present {
        border-top-left-radius: 0;
    }

    .scholarship-packages .wizard__number {
        width: 37px;
        height: 37px;
    }

    .scholarship-packages .wizard__step span {
        width: 100%;
        height: 100%;
        font-size: 13px;
        line-height: 23px;
    }

    .robot-rule-benefit .swipper-content-inner p {
        margin-left: 33px;
        font-size: 16px;

    }

}


@media only screen and (max-width: 600px) {

.navbar-nav .nav-item .nav-link {
 
    margin-left: 17px;
}
.navbar .donate{
    background-color: #000000a1;
    color: #fff;
    padding: 5px 15px;
    margin-left: 13px;
}
    .little-imagineers .imagineers-img img {
        width: 100%;
    }
     .little-imagineers .imagineers-img-next img {
        width: 100% !important;
    }
    .why-little-imgi::before {
       display: none;
    }
    .why-little-imgi .icon {
        position: unset !important;  
    }
    .little-engineers-sec .colors {
       display: none;
    }
    .little-engineers-sec .colors2 {
        display: none;
    }
    .little-engineers-sec {
        padding: 50px 31px;
    }
    .little-engg-steps-inner p {
        padding: 8px;
        padding-right: 55px;
    }
    .little-engg-course .tab2-content span {
     font-size: 18px;
}
.little-engg-course .container {
   width: 100% !important;
}
.banner-contact {
    height: 54vh !important;
}
.banner-content {
    margin-top: 150px !important;
}
.contact-form {
    padding: 7px  !important;
    padding-bottom: 89px;
}
.contact-form p {
    margin-left:unset !important;
    padding: 14px;
}
.contact-us-map iframe {
    width: 100% !important;
    height: 47vh;
    margin-top: 20px;
}
footer .footer-brand {
    font-size: 29px;
}
footer ul {
    list-style-type: none;
    padding: 0;
}
.banner-sec-content {
    margin-top: 89px;
}
.banner-sec .banner-heading-text h1 {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 21px;
}
.banner-content {
    margin-top: 129px !important;
}
.little-banner {
    height: 52vh !important;
}
.future-banner {
    height: 52vh !important;
}
}
.quickLinks
{
    list-style: none;
    margin: 0;
    padding: 0;
}