
.future-banner {
    background-image: url(../images/future-engg-banner1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 76vh;
}
.future-banner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    background-color: #001d5da3;
    opacity: 0.5;
}
.little-banner{
    background-image: url(../images/little-engg-banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 76vh;
}
.little-banner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    background-color: #001d5dbf;
    opacity: 0.5;
}



.programs-banner .banner-content {
    position: relative;
    color: #ffff !important;
    z-index: 23;
    margin-top: 162px;
    margin-left: 81px;
}

.programs-banner button.learn-more .circle {
    color: #fff !important;
    background: #fff;
}
.programs-banner button.learn-more .circle .icon.arrow::before {
    border-top: 0.125rem solid #212121;
    border-right: 0.125rem solid #212121;
}

.programs-banner button.learn-more .button-text a {
    color: #000 !important;
    text-decoration: none;
}
.programs-banner button:hover .circle .icon.arrow {
    background: #263238;
    transform: translate(1rem, 0);
    top: 0;
}
.programs-banner button.learn-more:hover .button-text {
    color: #000 !important;
}
.programs-banner button.learn-more{
    margin-top: 45px;
}



.banner-content h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 36px;
}

.little-engg-course .tab1-content{
   padding: 40px;
}

.tab1-content img{
    width: 84%;
    opacity: 0.5;
    margin-top: 37px;
}
.tab2-content{
    padding: 20px;
}

.about-little-imgi {
    background-image: url(../images/littleimg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding-bottom: 40px;
}
.about-little-imgi::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    background-color: #001e5e;
    opacity: 0.5;
}
.about-content-imagineers{
    color: #fff;
    position: relative;
    z-index: 5;
    text-align: justify;
}
.about-content-imagineers h3{
    margin-bottom: 25px;
}





/*why-little-imagineers*/

.why-little-imgi{
    background-color: azure;
    padding: 63px 0;
    position: relative;
}
.why-little-imgi::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 100%;
    background-color: #519dc3;
    right: 0;
    top: 0;
}

.why-little-imgi .why-sec-content h3{
margin-bottom: 20px;
}


.why-little-imgi .why-image-background{
    display: flex;
    justify-content: center;
}

.why-little-imgi .icon{
    box-shadow: 0 8px 10px rgb(0 0 1);
    border-radius: 50%;
    position: absolute;
    z-index: 5;
}


.future-engg-why::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 100%;
    background-color: #519dc3;
    left: 0;
    top: 0;
}


.future-engg-why .icon {
    box-shadow: 0 8px 10px rgb(0 0 1);
    border-radius: 50%;
    position: absolute;
    z-index: 5;
}



.why-little-imgi:hover .icon i{
     transform: rotate(360deg); 
    transition: all 0.3s ease-in-out 0s;
}
.why-image-background .icon i{
    background-image: url(../images/icon-background.png);
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 137px;
    color: azure;
    background-color: #ba5218;
    padding: 24px;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.what-future-engg {
    background-image: linear-gradient(to right, rgba(109, 179, 242, .6), rgba(109, 179, 242, .6));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 60px 0;
}
.what-future-engg  h3{
    margin-bottom: 24px;
}



/*contact us */
.banner-contact {
    background-image: url(../images/contactus.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    height: 74vh;
    position: relative;
}
.banner-contact::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    background-color: #001d5dcc;
    opacity: 0.5;
}
.banner-content {
    margin-top: 220px;
    display: inline-block;
    position: relative;
    z-index: 4;
    color: #fff;
}
.banner-contact h3 {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-size: 40px;
}
.banner-contact p{ 
    color: #fff;
    text-align: center;
}
.contact-form {
    padding: 76px 0;
    padding-bottom: 89px;
   
}


.contact-form .form-control{
    border-radius: 0 !important;
}
.contact-form .contact-inner {
    background-color: #263238;
    padding: 30px;
    color: #fff;
}
.contact-form .contact-inner .form-group{
    margin-bottom: 12px;
}
.contact-form .contact-inner label{
    margin-bottom: 12px;
}


/* From uiverse.io by @adamgiebl */

.contact-form .send-btn{
    margin-top: 20px;
}
.contact-form button {
    font-family: inherit;
    font-size: 20px;
    background: royalblue;
    color: white;
    padding: 6px 20px;
    padding-left: 0.9em;
    display: flex;
    align-items: center;
    border: none;
    overflow: hidden;
    transition: all 0.2s;
}
   
   .contact-form  button span {
    display: block;
    margin-left: 0.3em;
    transition: all 0.3s ease-in-out;
   }
   
   .contact-form  button svg {
    display: block;
    transform-origin: center center;
    transition: transform 0.3s ease-in-out;
   }
   
   .contact-form  button:hover .svg-wrapper {
    animation: fly-1 0.6s ease-in-out infinite alternate;
   }
   
   .contact-form button:hover svg {
    transform: translateX(1.2em) rotate(45deg) scale(1.1);
   }
   
   .contact-form button:hover span {
    transform: translateX(5em);
   }
   
   .contact-form  button:active {
    transform: scale(0.95);
   }
   
   @keyframes fly-1 {
    from {
     transform: translateY(0.1em);
    }
   
    to {
     transform: translateY(-0.1em);
    }
   }
   
   