* {
    padding: 0%;
    margin: 0%;
}

/* ::-webkit-scrollbar {
    display: none;
} */

.section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
    /* padding-left: 20px;
    padding-right: 20px; */
}



/* popup img */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.678);
    z-index: 999;
}

.icon-box {
    margin-top: -40px;
}

.popup-content {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background-color: white; */
    /* padding: 20px; */
    /* border-radius: 5px; */
}

.popup-content img {
    /* height: 300px; */
    width: 42%;
}

.close-btn {
    position: absolute;
    top: -30px;
    right: 150px;
    font-size: 40px;
    cursor: pointer;
    /* margin-left: -300px; */
    color: white;

}






/* first page home css */

#Home-page{
    height: 100vh;
    width: 110%;
    background-color: #f3961e;
}

.add-op{
font-size: 50px !important;
letter-spacing: 5px;
color: #ffc107 !important;
}
.for-call-btn-footer{
    z-index: 100;
    position:absolute;
    width: 100%;
    height: 55px;
    background-color: transparent;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
 
}

.for-call-btn-footer a{
    float: right;
    text-decoration: none;
    margin-right:50px ;
    
}
.call-button{
    
    /* position: absolute; */
    /* margin-top: -20px; */
    /* margin-left: 750px; */
    /* margin-right: 0; */
    display: block;
 position: fixed;
 bottom: 10px;
  right: 10px;
    width: 35px;
    height: 35px;
    font-size: 22px;
    background-color:  #16D816;
    color:white;
    border-radius: 30px;
    font-weight: 800;
    animation: pulse-animation 1s infinite;
}

.move{
    font-size: 12px;
    position: absolute;
    /* margin-top: 10px; */
    margin-left: -10px;
    /* padding: 10px; */
    animation: round 1s linear infinite;
    display: inline-block;
   
}
@keyframes round {
    0% {
        transform: scale(1)
      }
      50%{
        transform: scale(1.5)
      }
      100% {
        transform: scale(1)
      }
}




@keyframes pulse-animation {
    0% {
      transform: scale(1);
      
      /* box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7); */
    }
    70% {
      transform: scale(1.2);
      /* box-shadow: 0 0 0 10px rgba(0, 123, 255, 0); */
    }
    100% {
      transform: scale(1);
      /* box-shadow: 0 0 0 0 rgba(0, 123, 255, 0); */
    }
  }

.sec-one-pad {
    margin-top: 100px !important;

}

#Home {
    /* background-image: url(/img/01.png);
    background-size: 31%;
    background-repeat: no-repeat;
    background-position: right; */
    /* height: 100vh; */
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    width: 100%;
    /* color: lightgray; */
    background-color: #D6E4E5;
}

#svg {
    /* z-index: ; */
    position: absolute;
    bottom: 0%;
}

/* #svg2{ */
/* position: relative; */
/* top: 0; */
/* z-index: 12; */
/* opacity: 10%; */
/* } */
.pageheading {
    z-index: 1;
    display: flex !important;
    align-items: center;
   flex-wrap: wrap;
    justify-content: space-evenly !important ;
    --bs-gutter-x: 0 !important;
    /* margin-left: -20px; */
}

/* .imgfit{
    background-image: url(/img/01.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 111;
} */

.imgfit img {
    height: 100vh;
    width: auto;
}

.containerPad {
    /* text-align: center; */

}


#Home p, h6 {
    color: #497174;
    letter-spacing: 1px;
}

/* .pg1-ttl,
.pg1-ttl-2 {
    margin-left: -50px;
} */

/* .mytitle {
    padding-right: 100px;
    margin-left: -50px;
} */

.pg1-ttl,
.pg1-ttl-2 {
    margin-right: 60px;
    /* margin-left: -30px; */
}

.containerPad span {
    font-size: 30px;
    font-weight: 700;
    /* margin-right: 120px; */
    /* position: absolute; */
}

.pg1-ttl {
    font-size: 20px;
   
    /* margin-top: 100px; */
}

.pg1-ttl-2 {
    font-size: 20px;

}

.title {
    /* margin-top: -60px; */
    color: #497174;

}



.mytitle {

    color: #497174;
    letter-spacing: 5px;
    font-weight: bold;
    animation: mytitle 1.1s infinite;
    animation-delay: calc(.2s * var(--i));
}

@keyframes mytitle {

    0%,
    100% {
        transform: scale(0.5)
    }

    50% {
        transform: scale(.9)
    }
}



/* section-2 css */
#why_us {
    /* height: 100vh; */
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    /* height: 100vh; */
    background-color: #D6E4E5;

}

.box-color-section2 {
    /* background-color: #acbdbe; */
    /* margin-right: 50px; */
    /* border-radius: 29% 71% 70% 30% / 30% 30% 70% 70% ; */
    padding: 40px;
    color: #497174;
    background-color: #EFF5F5;
    border-radius: 30px !important;
}

.page2rowpad {
    --bs-gutter-x: 0 !important;
}

.box-img-shape {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    /* border-right: 3px solid #497174; */
    /* margin-right: 100px; */
    /* padding: 5px; */
    /* border: 2px solid black; */
    margin-left: 30px;
    margin-top: 60px;
}

.removecolorcard {
    background-color: transparent !important;
    border: none !important;
    /* padding-top: 20px;
padding-bottom: 20px ; */
}

.section-padding-extra {
    padding-top: 100px;
    padding-bottom: 100px;
}

.page2rowpad .runddedcard1 img {
    /* margin-left: -50px; */
    /* border: 5px solid red!important; */
    /* border-top-left-radius: 100px;
    border-top-right-radius: 100px; */
    /* border-left: 25px solid transparent; */
    /* border-right: 25px solid transparent; */
    /* border-bottom: 50px solid */
}

.page2rowpad .runddedcard2 img {
    /* border: 5px solid red!important; */
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.page2rowpad .runddedcard3 img {
    /* border: 5px solid red!important; */
    /* border-radius: 100px; */
    /* border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px; */
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.page2rowpad .runddedcard4 img {
    /* border: 5px solid red!important; */
    /* border-top-left-radius: 100px;
    border-bottom-left-radius: 100px; */
}




/* section 3 css */
#Courses {
    /* height: 100vh; */
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    background-color: #EFF5F5;
    color: #EFF5F5;
}

.Courses-card-color {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #497174 !important;
    /* backdrop-filter: blur(2rem); */
    border-radius: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.Courses-card-color img {
    width: 50%;
}

.Courses-card-color p {
    font-size: .8rem;
}

.pg3-head {
    color: #497174 !important;
}



/* section 4 css */
#Career {
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    /* height: 100vh; */
    background-color: #D6E4E5;
    color: #497174;
}

.pg4-box-pad {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 90px;
}

.btn-color {
    background-color: #496b58;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    color: #ebe0cc;
}
.imgbgshape{
    z-index: -10;
}


.modal {
    display: none;
    position: fixed;
    margin-left: 460px;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    /* overflow: hidden; */
    /* background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4); */
    /* padding-top: 60px; */
}

.modal-content {
    background-color: #51715e;
height: 70vh;
    /* margin: 5% auto; */
    /* padding: 20px; */
    /* border: 1px solid #888; */
    width: 50%;
    border-radius: 20px;
}

.close {
    color: #ffffff;
    float: right;
    font-size: 30px;
    font-weight: bold;
    /* margin-top: -20px; */
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#myForm input{
    width: 70%;
    height: 40px;
    margin-bottom: 20px;
    border-radius: 20px;
    text-align: center;
}

#myForm button{
    background-color: #e5dcc8;
    padding: 2px 15px;
    border-radius: 20px;
}

/* .btn-color a {
    color: #ebe0cc;
    text-decoration: none;

} */

/* section 5 css */

#Our_innovation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    background-color: #D6E4E5;
    color: #497174
}

.big-white-box {
    background-color: #EFF5F5 !important;
    padding: 30px;
    border-radius: 50px;

}

.pg5-btm-box1 {
    margin-left: 80px;
}

.pg5-btm-box-2 {
    margin-left: -80px;
}

.color-card-pg4 {
    /* border-radius: 20px; */
    background-color: #497174;
    border: none;
    border-radius: 50px;
    color: #D6E4E5 !important;
    padding-top: 20px;
    /* padding-bottom: 10px; */
}

.color-card-pg4 button {
    background-color: #D6E4E5;
    border-radius: 10px;
    padding: 2px 15px;
    color: #497174 !important;

}

.white-card-pg4 button, .call-now {
    background-color: #497174;
    border-radius: 10px;
    padding: 2px 15px;
    color: #D6E4E5 !important;

}

/* .color-card-pg4 button:hover{
 background-color: #cbe3e4;
 scale: 1.1;
 transition: all .2s;p 
}
.white-card-pg4 button:hover{
    background-color: #6f9a9e;
    scale: 1.1;
    transition: all .2s;
} */
.white-card-pg4 {
    padding-top: 20px;
    border-radius: 50px;
    background-color: #D6E4E5;
    border: none;
    color: #497174 !important;
}

/* section 6 css  */

#Testimonial {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    color: #497174;
    background-color: #EFF5F5;
}

.test-img{
    height: 100px;
    width: 100px;
    border: 1px solid white;
    /* background-color: #51715e; */
    border-radius: 50%;
    /* margin-left: 350px; */
    /* margin: 50px; */
    margin-bottom: 10px;
    /* background-image: url(/img/Student/himanshu-d.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
}
.last-two-card {
    border-radius: 30px;
    padding: 20px;
}

.round {
    /* border-radius:  30% 70% 70% 30% / 57% 30% 70% 43% ; */
    /* border-radius: 30%; */
    padding: 40px;
    /* width: 50%; */
    /* border-radius: 50%; */
    /* clip-path: circle(47.1% at 50% 50%); */
    /* clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%); */
}

.swiper-slide {
    /* text-align: center;
    font-size: 18px;
    background: #D6E4E5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; */
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;

}

.swiper-slide p {
    padding-left: 160px;
    padding-right: 160px;
}

.quote-icon {
    font-weight: 400;
    font-size: larger;
    color: #EB6440;
}

.stylecard {
    /* border-radius:  30% 70% 70% 30% / 57% 30% 70% 43% ; */
    border-radius: 30px;
    background-color: #D6E4E5 !important;
    width: 100% !important;
}

.src-card {
    background-color: #D6E4E5 !important;
    border-top: 20px solid #497174 !important;
    border-bottom: 5px solid #497174 !important;
    border-left: 5px solid #497174 !important;
    border-right: 5px solid #497174 !important;
    border: none;

}

.two-card {

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* add css carousol */

/* section 7 css */
.alignment {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#About_Us {
    height: 100vh;
    width: 100%;
    display: flex !important;

    align-items: center;
    justify-content: space-evenly;
}

/* #About_Us, #Contact_Us {
    height: 100vh;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
} */

.alignment .img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-title-pg7 {
    margin-top: 100px;
}

/* section 8ccs new */



.for-cont, .for-mess{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


#Contact{
    /* height: 100vh; */
    /* display: flex; */
    width: 100%;
background-color: #D6E4E5;
/* display: flex; */
}

.upper-box-cont{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.pg8-form{
    width: 100%;
}


/* .upper-box-cont input,label,textarea{
    width:  50%;
}

.upper-box-cont textarea{
    width:  50%;
} */
.for-mess{
    padding-left: 100px;
    padding-right:100px ;
    }



.About,
.contact {
    color: #497174 !important;

}

.address {
    margin-top: 30px;
}

.add-1 {
    margin-top: 50px;
}





.Message-title {
    margin-top: 80px;
    color: #497174 !important;
}

.contact-title {
    margin-top: -16px;
    color: #497174 !important;
    /* float: left; */
}

#Contact button {
    background-color: #497174;
    color: white;
    padding: 2px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 25px;
    /* margin-top: -200px; */
    /* border: 0 !important; */
    z-index: 999 !important;
    transition: 0.3s;
    cursor: pointer !important;
    margin-bottom: 30px;
}


/* @keyframes bounce {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.2);
    }
    50% {
        transform: scale(0.9);
    }
    70% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
  }
  
  .pg8-submit-btn:active {
    animation: bounce 0.4s ease;
  } */

/* .pg8-submit-btn:active{
    animation: pop 0.5s  ease;  
}

@keyframes pop {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
} */




/* wav */













/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }

    .content {
        height: 30vh;
    }

    h1 {
        font-size: 24px;
    }
}

/* navbar css */
.logo {
    font-weight: 700 !important;
    /* font-style: italic; */
    font-size: .8rem !important;
    font-family: "Oleo Script", system-ui;
    font-weight: 700;
    font-style: normal;
    color: white !important;
    letter-spacing: 1px;
}

.login-button {
    /* align-items: center; */
    border-radius: 20px;
    /* border: none; */
    background-color: #add3d69d;
    /* padding: 2px; */

}

/* .signin-button{
    border-radius: 20px;
    border: none;
    background-color: #70cad0;
    padding: 2px;
    z-index: 100000;
    margin-right: 30px;
} */
.login-button a {
    margin-left: 15px;
    margin-right: 15px;

    color: white;
    text-decoration: none;
    /* padding: 10px; */

}

@keyframes bounce {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.2);
    }
    50% {
        transform: scale(0.9);
    }
    70% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
  }
  
  .submit-btn:active {
    animation: bounce 0.4s ease;
  }
.navbar {
    height: 55px !important;
    /* padding:0 !important ; */
    background-color: #497174 !important;
    --bs-navbar-padding-y: 0 !important;
    /* border-bottom: 1px solid #DBE7C9;  */
}

.nav-btn {
    margin-right: 0px;
    padding-right: 0%;
}

.nav-item a {
    /* color: #cbedff !important; */
    margin-right: 30px;
    color: #EFF5F5 !important;
    padding-bottom: 1px !important;
    padding-top: 1px !important;

}

.nav-item a:hover {
    color: #ff5a2c !important;
    scale: 1.1;
    font-weight: 600;
}


/* footer css */
footer {
    width: 100%;
    /* height: 50px; */
    background-color: #497174;
    color: #EFF5F5;
}

.footer-item-aln {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

footer p {

    font-size: small;
    /* padding-top: 10px; */
}

.icons a {
    /* margin-left: 0px; */
    /* margin: 10px; */
    /* margin-top: 17px; */
}

footer .last {
    --bs-gutter-x: 0;
}

.last .copyright {
    font-size: 10px !important;
    /* padding: 5px; */
}

/* footer padding */
.pad {
    padding-top: 25px !important;

}

.icons {
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* margin-bottom: 15px; */
}






@media only screen and (max-width:600px) {

    #Home{
        height: 100vh;
    }
.call-button{
    right: 17px;
    bottom: 57px;
}   
.move{
    /* margin-top: 5px; */
    font-size: 8px;
}

.lower-box-footer{
    /* position: absolute; */
    bottom: 0;
}


.for-call-btn-footer a{
    margin-right: 30px;
}


.close{
    margin-top: 50px;
}
.modal{
    margin-left: 10px;
    margin-top: -100px;
    height:50vh;
    z-index: 2;
}
.modal-content{
    height:50vh;
}

    .menu-bg {
        background-color: #497174db;
        text-align: center;

    }

    .navbar-nav {
        height: 100vh;
    }

    .nav-item a{
        margin-top: 30px;
    }
   
    .nav-item {
        /* margin-top: 10px; */
        /* margin-bottom: 20px; */
        font-size: 23px !important;
    }

    .navbar-nav {
        /* margin-top:20px ; */
        /* margin-bottom: 20px; */
        font-weight: 500;

    }

    .popup-content img {
        /* height: 300px; */
        width: 100%;
    }

    .close-btn {
        top: -50px;
        left: 242px;
    }

    /* footer  */
    .popupicons {
        align-items: center;
        justify-content: center;

    }

    .icons {
        /* margin-top: -20px; */
        /* margin-left: 20px; */
        margin-bottom: 15px;
    }

    .icons a {
        /* margin-left: 25px; */
    }



    .popupicons a {
        margin-left: 0px;
        margin: 10px;
    }

    .imgfit img {
        /* display: block; */
        height: 65vh !important;
        width: auto !important;
        /* margin-bottom: -150px; */
        background-size: cover, !important;
        /* margin-top: 190px; */
    }

    .footer-item-aln {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #About_Us {
        padding-top: 50px;
    }

    #About_Us .fa {
        padding: 9px;
        font-size: 15px;
        width: 30px;
        height: 30px;
        text-decoration: none;
        /* box-shadow: 2px 4px 5px rgb(0, 0, 0); */
    }

    .ds {

        font-size: 1.5rem;
        margin-right: -14px;
        padding: .8%;
    }

    /* page 1 */
    .pg1-ttl,
    .pg1-ttl-2 {
        margin-left: 40px;
        padding: 0%;
       
    }

    .mytitle {
        padding-right: 0px;
        margin-left: 30px;
    }

    .add-op{
        font-size: 30px !important;
    }

    
    


    /* page 2 */

    .pg2-mq-box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .box-img-shape {
        padding: 0 !important;
        /* margin-top: 30px !important; */
    }

    .onlineLearning {
        /* height: 100vh; */
    }

    .pg2-mq-box {
        margin-bottom: 40px;
    }

    .removecolorcard {
        width: 8rem !important;
    }

    .box-img-shape {
        margin-left: 0px;
        margin-top: 0px;
    }

    /* page 3 */
    .Centerd-box {
        display: flex;
        align-items: center;
        justify-content: center;
       
        /* flex-wrap: wrap; */
    }


    .Courses-card-color {
        margin-top: 20px !important;
    }

    .swiper-slide p {
        padding-left: 10px;
        padding-right: 10px;
        font-size: small;
    }

    #Courses,
    #Career {
        /* overflow-y: scroll; */
        /* height: 100vh; */
    }

    /* page 4 */
    .pg4-box-pad {
        padding: 0px;
    }

    #Career {
        height: 100vh;
    }
    .modal{
        padding: 0;
    }
    .modal-content {
        width: 100%;
    }

    /* .modal-content form label, 
    .modal-content form input, 
    .modal-content form button {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .modal-content form input, 
    .modal-content form button {
        padding: 10px;
        font-size: 16px;
    } */




    /* page 5 */
    .color-card-pg4 {
        margin-top: 20px !important;
    }

    .white-card-pg4 {
        margin-top: 20px !important;
    }

    .padding-leftorright {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .pg5-btm-box1 {
        margin-left: 0px;
    }

    .pg5-btm-box-2 {
        margin-left: 0px;
    }

    .main-title-pg7 {
        margin-top:0px;
    }
    #About_Us{
        height: inherit;
    }

    /*page 8*/

    .address, .email, .telephone{
        margin-left: 30px;
        /* padding-right: 30px; */
        /* padding-left: 50px; */
    }

    #Contact{
        /* height:100vh; */
        /* position: relative; */
    }

    footer{
        /* position: absolute; */
        bottom: 0;
    }


    .button-box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .button-box button {
        border-radius: 100px !important;
    }


    .for-mess{
        padding-left: 0px;
        padding-right:0px ;
        /* margin-top: 50px; */
        }
    .contact-title {
        /* margin-top: -30px; */
        padding-top: 80px;
    }

    .Message-title {
        margin-top: -1px;
    }

    .address {
        margin-top: 15px;
    }

    .add-1 {
        margin-top: 0px;
    }

    
}

/* media queries for mobile phones*/
@media only screen and (max-width:480px) {
    .imgfit img{
        height: 60vh !important;
        width: auto !important;
        background-size: cover;
      
    }

    .for-mess{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    
    .containerPad span {
        font-size: 24px;
        font-weight: 700;
    }
        .welcome{
            font-size: 18px;
            margin-top: 80px;
        }
        .add-op{
            font-size: 31px !important;
        }
        .li-seat{
            font-size: 15px;
            font-weight: 700;
            color: #497174;
        }
        .lrng{
            font-size: 16px;
        }
        
}

/* media queries for mobile phones*/
@media only screen and (max-width:320px) {
    #About_Us {
        height: inherit;
        /* padding-top: 50px;
       padding-bottom: 50px; */
    }

    

    .lower-box-footer{
        /* position: absolute; */
        bottom: 0;
    }

.imgfit img{
    height: 53vh !important;
    width: auto !important;
    background-size: cover;
}

.containerPad span {
    font-size: 20px;
    font-weight: 700;
}
    .welcome{
        font-size: 14px;
    }
    .add-op{
        font-size: 27px !important;
    }
    .li-seat{
        font-size: 13px;
        font-weight: 800;
        color: #497174;
    }
    .lrng{
        font-size: 12px;
    }
}