* {
    margin: 0%;
    padding: 0%;
    /* font-family: sans-serif; */
    font-family: sans-serif;
    text-transform: capitalize;
}

.px-5 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

p {
    margin-bottom: 0;
}

.top-bar {
    width: 100%;
    background-color: #063775;
    display: flex;
    justify-content: space-between;
    padding-left: 3vw;
    /* align-items: center; */
}

.top-bar .tp-info {
    background-color: #063775;
    padding: 1.20vh 0;
    text-align: right;
    padding-right: 6vh;
    display: flex;
    align-items: center;


}

.top-bar .tp-info i {
    color: #fff;
    margin-right: .40vw;
    font-size: 19px;

}

.top-bar .tp-info a {
    color: #fff;
    margin-right: 1vw;
    font-size: 17px;
    text-decoration: none;
}

.top-bar .tp-icon {
    padding-right: 6vw;
}

.top-bar .tp-icon i {
    align-self: center;
    font-size: 18px;
    margin-top: .10vh;
    margin-right: 2vw;
}

/* .top-bar .make {
    border: none;
    background-color: #F48E00;
    padding: 0 2vw;
    color: #fff;
    font-size: 18px;
}

.top-bar .applicants {
    width: 16%;
    border: none;
    background-color: #F48E00;
    padding: 0 2vw;
    color: #fff;
    font-size: 18px;
} */

.navbar {
    background-color: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    border-bottom: .1vw solid #cacaca;

}

.navbar .name {
    display: flex;
    align-items: center;
}

.navbar .name h6 {
    text-transform: uppercase;
    margin-bottom: .10vh;
    color: #03183a;
    font-size: 4vw;
     font-weight: 600; 
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.navbar .name .verified {
    width: 1.60vw;
    margin-top: -1vh;
    margin-left: 1vw;
}

.nav-link {
    color: #242424;
    font-size: 14px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 999999999;
}

.nav-link:hover {
    color: #344766;
}

.navbar-nav {
    display: flex;
    text-align: center;
    align-items: center;
}

.navbar-nav .dropdown-menu {
    background-color: #06918e
}

.navbar-nav .dropdown-menu .dropdown-item {
    color: #e0e0e0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #e0e0e0;
    background-color: #045857;
}

.container-fluid img {
    width: 6vw;
}

.navbar-toggler {
    border: 1.20vw solid #0d0d0e;
    color: #bebebe;
    background-color: #036463;
}

.nav-item .pay {
    border: none;
    padding: 1.50vh 2vw;
    border-top-left-radius: 1vw;
    border-bottom-right-radius: 1vw;
    background-color: #FD0100;
    color: #fff;
}

.nav-item .pay:hover {
    background-color: #FD0100;
}

.euroKids {
    display: flex;
    justify-content: space-between;
    padding: 7vh 5vw;
    background-color: #f0f0f0;
}

.euroKids-left {
    width: 50%;
    padding: 10vh 2vw;
}

.euroKids-left .h1pic {
    display: flex;
}


.euroKids-left .h1pic img {
    width: 7vw;
    padding-left: 2vh;
}

.euroKids-left h1 {
    font-size: 2.20vw;
    text-transform: uppercase;
    font-weight: 600;
    align-self: center;
    padding-left: 1vw;
    color: #063775;
}

.euroKids-left span {
    text-transform: uppercase;
    color: #FD0100;
}

.euroKids-left p {
    font-size: 1.15vw;
    line-height: 2vw;
    text-transform: capitalize;
    padding: 3vh 1vw;
    color: rgb(126, 126, 126);
}

.euroKids-left .know {
    background-color: #FD0100;
    color: #fff;
    padding: .70rem 1.50rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    margin: 1vh 1vw;
    position: relative;
    border-top-left-radius: 1.60vw;
    border-bottom-right-radius: 1.60vw;
}

.euroKids-left .know:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: left 0.3s ease;
}

.euroKids-left .know:hover:before {
    left: 0;
}

.euroKids-left .euroKids-logo {
    display: flex;
    justify-content: space-around;
    margin-top: 2vw;
    padding-right: 4vw;
    text-align: center;
}

.euroKids-left .euroKids-logo .euroKids-logo-info {
    margin-left: 2.40vw;
}

.euroKids-left .euroKids-logo .euroKids-logo-info i {
    font-size: 2.50vw;
    color: #045857;

}

.euroKids-left .euroKids-logo .euroKids-logo-info h5 {
    font-size: 1vw;
    margin-top: 1vh;
    color: #000000;
}

.euroKids-right {
    width: 47%;
}

.euroKids-right img {
    width: 100%;
    height: 64vh;
    border-radius: 3vw;
    margin-top: -3vh;
}

.euroKids-right .banner-video {
    width: 100%;
    height: 75vh;
    /* border-radius: 3vw; */
    /* margin-top: 5vh; */
}

marquee {
    padding: 1vh;
    background-color: #00295a;
    font-size: 1.16vw;
    color: #ffffff !important;
    /* font-weight: 600; */
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
}

.process {
    text-align: center;
    padding: 7vh 5vw;
    /* background-color: #f0f0f0; */
}

.process .process-economic {
    display: flex;
    justify-content: center;
    align-items: center;
}

.process .process-economic img {
    width: 7vw;
}

.process h5 {
    font-weight: 700;
}

.process h1 {
    font-size: 3vw;
    text-transform: uppercase;
    font-weight: 600;
}

.process h1 span {
    color: #063775;
    text-transform: uppercase;
    font-weight: 600;
}

.product {
    text-align: center;
}

.product .view {
    border: none;
    background-color: #045857;
    padding: 1.40vh 3vw;
    color: #ebebeb;
    border-radius: 1.70vh;
    text-align: center;
}


.product .product-box {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    width: 100%;
    margin-bottom: 2vh;
}

.product .product-box .product-box-info {
    width: 31%;
    height: auto;
    box-shadow: rgba(82, 82, 82, 0.486) 0px 2px 8px 0px;
    text-align: center;
    padding-top: 1vh;
    margin-top: 4vh;
    margin-right: 3vw;
    border-top-left-radius: 2vw;
    border-bottom-right-radius: 2vw;
}

.product .product-box .product-box-info img {
    width: 100%;
    height: 40vh;
    border-top-left-radius: 2vw;
    border-top-right-radius: 2vw;
    padding-left: .50vw;
    padding-right: .50vw;
    /* border: 2vh solid #000000; */

}

.product .product-box .product-box-info h5 {
    padding: 2vh 1vw;
    text-align: left;
    text-transform: uppercase;
    font-size: 1.60vw;
    color: #00334b;
    padding-top: 3vh;
}

.product .product-box .product-box-info p {
    font-size: 1.20vw;
    text-align: left;
    color: #525151;
    padding: 0 1vw;
    padding-bottom: .61vw;

}

.product .product-box .product-box-info .buy {
    width: 100%;
    border: none;
    background-color: #FD0100;
    color: #ebebeb;
    padding: 1.40vh 0;
    margin-top: 2vh;
    text-transform: uppercase;
    /* border-top-left-radius: 2vw; */
    border-bottom-right-radius: 2vw;
}

.product .product-box .product-box-info .buy:hover {
    width: 100%;
    border: none;
    background-color: #ac0606;
    color: #ebebeb;
    border-bottom-right-radius: 2vw;

}

.swiper {
    width: 100%;
    z-index: 2;
    height: 100%;
}

.banner-slide img {
    width: 100%;
    max-width: 100%;
    height: 65vh;
}

.swiper-button-prev,
.swiper-button-next {
    color: rgb(114, 114, 114);
}


.Associate {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding: 6vh 0;
    overflow: hidden;
 
}

.Associate h1 {
    font-size: 3vw;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 1.5rem 0;
}

/* wrapper masks the animated row */
.company-wrap {
    width: 100%;
    overflow: hidden;
    /* hide overflow so no scrollbar appears */
    position: relative;
}

/* the scrolling row */
.company {
    display: flex;
    align-items: center;
    gap: 2vw;
    /* animation */
    animation: scroll-left 20s linear infinite;
    /* avoid images wrapping and keep one long row */
    white-space: nowrap;
    /* ensure the row doesn't cause width overflow on parent */
    min-width: max-content;
}

/* pause on hover (nice to have) */
.company:hover {
    animation-play-state: paused;
}

/* images responsive and limited so they don't overflow */
.Associate .company img {
    width: 10vw;
    /* relative size */
    max-width: 120px;
    /* cap so very large screens don't blow layout */
    min-width: 60px;
    /* keep them readable on very small screens */
    height: auto;
    background-color: #03183a;
    border-radius: 2vw;
    display: inline-block;
    object-fit: cover;
    padding: .4rem;
    /* optional spacing inside bg */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* Animation: move full width of one set of images.
   100% translateX should equal the width of one copy of the sequence.
   Using -50% works when we've duplicated images (two identical sets). */
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* responsiveness adjustments */
@media (max-width: 600px) {
    .Associate h1 {
        font-size: 5.5vw;
    }

    .Associate .company img {
        width: 20vw;
        max-width: 90px;
    }

    .company {
        gap: 4vw;
        animation-duration: 24s;
    }
}

.company {
    background-color: #ffffff;
    font-size: 4.2vw;
    color: #ffffff !important;
    /* font-weight: 600; */
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
}

.mini-banner {
    width: 100%;
    height: 500px;
    /* banner height set kar le */
    background-image: url('banner/6.jpg');
    background-size: cover;
    /* image fullscreen fit kare */
    background-position: center;
    /* center align kare */
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* 👈 ye line image ko fix kar deti hai */
}


.testi {
    padding: 4vh 10vw;
}

.testi .h1pic {
    text-align: center;
}

.testi .h1pic .title {
    color: #03183a;
    text-transform: uppercase;
    font-weight: 600;
}

.testimonial {
    padding: 4vh 0;
    margin-top: -20vh;
}

.testimonial-slide {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 2vh 2vw;
    border-radius: 2vw;
    margin: 1vh 0;
    width: 100%;
    background-color: #F1F4FF;
}

.testimonial-slide .info {
    display: flex;
    align-items: center;
}

.testimonial-slide img {
    max-width: 80px;
    border-radius: 50%;
    margin-right: 20px;
    vertical-align: middle;
}

.testimonial-slide .name {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0;
    color: #03183a;
}

.testimonial-slide .job {
    text-transform: capitalize;
    color: #EE822E;
}

.testimonial-slide p {
    margin-top: 20px;
    color: #727272;
}

.testimonial-slide .rating {
    margin-top: 15px;
    font-size: 14px;
    color: #ffae00;
}

.euroKids {
    display: flex;
    justify-content: space-between;
    padding: 7vh 5vw;
    background-color: #e5e5e5;
}

.euroKids-left {
    width: 50%;
    padding: 10vh 2vw;
}

.euroKids-left .h1pic {
    display: flex;
}

.euroKids-left .h1pic img {
    width: 4vw;
    padding-left: 2vh;
}

.euroKids-left .h1pic img {
    width: 6vw;
    padding-left: 2vh;
}

.euroKids-left h1 {
    font-size: 2vw;
    font-weight: 600;
    text-transform: uppercase;
    /* line-height: 6vh; */
    align-self: center;
    padding-left: 1vw;
    color: #063775;
}

.euroKids-left p {
    font-size: 1.30vw;
    line-height: 2vw;
    text-transform: capitalize;
    padding: 3vh 1vw;
    color: rgb(126, 126, 126);
}

.euroKids-left .know {
    background-color: #063775;
    color: #fff;
    padding: .70rem 1.50rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    margin: 1vh 1vw;
    position: relative;
}

.euroKids-left .know:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: left 0.3s ease;
}

.euroKids-left .know:hover:before {
    left: 0;
}

.euroKids-left .euroKids-logo {
    display: flex;
    justify-content: space-around;
    margin-top: 2vw;
    padding-right: 4vw;
    text-align: center;
}

.euroKids-left .euroKids-logo .euroKids-logo-info {
    margin-left: 2.40vw;
}

.euroKids-left .euroKids-logo .euroKids-logo-info i {
    font-size: 2.50vw;
    color: #063775;

}

.euroKids-left .euroKids-logo .euroKids-logo-info h5 {
    font-size: 1vw;
    margin-top: 1vh;
    color: #000000;
}

.euroKids-right {
    width: 47%;
}

.euroKids-right img {
    width: 100%;
    height: 72vh;
    border-radius: 3vw;
    margin-top: 5vh;
}

.euroKids-right .banner-video {
    width: 100%;
    height: 75vh;
    /* border-radius: 3vw; */
    /* margin-top: 5vh; */
}

.offer {
    padding: 5vh 7vw;
    background-color: #ffffff;
}

.offer h1 {
    text-align: center;
    text-transform: uppercase;
    color: #063775;
}

/* Desktop: 3 per row */
.offer .offer-product {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
    margin-top: 4vh;
}

.offer .op-info {
    text-align: center;
    border: .1vw solid #b4b4b4;
}

.offer .op-info img {
    width: 100%;
}

.offer .op-info h5 {
    margin-top: 1.7vh;
}


.banner-video {
    width: 100%;
    height: 40vh;
}

.product {
    padding: 5vh 7vw;
    text-align: center;
}

.product .view {
    border: none;
    background-color: #063775;
    padding: 1.40vh 3vw;
    color: #ebebeb;
    border-radius: 1.70vh;
    text-align: center;
}

.product h1 {
    color: #063775;
    margin-bottom: 5vh;
    text-align: center;
}

.product .product-box {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    width: 100%;
    margin-bottom: 2vh;
}

.product .product-box .product-box-info {
    width: 31%;
    box-shadow: rgba(82, 82, 82, 0.486) 0px 2px 8px 0px;
    text-align: center;
    padding-top: 1vh;
    margin-right: 3vw;
    border-top-left-radius: 2vw;
    border-top-right-radius: 2vw;
    border-bottom-left-radius: .60vw;
    border-bottom-right-radius: .60vw;
}

.product .product-box .product-box-info img {
    width: 100%;
    border-top-left-radius: 2vw;
    border-top-right-radius: 2vw;
    padding-left: .50vw;
    padding-right: .50vw;

}

.product .product-box .product-box-info h5 {
    padding: 2vh 1vw;
    text-transform: uppercase;
    font-size: 1.40vw;
    color: #063775;
    padding-top: 3vh;
}

.product .product-box .product-box-info p {
    font-size: 1.20vw;
    text-align: left;
    color: #363636;
    padding: 0 1vw;
    padding-bottom: .61vw;

}

.product .product-box .product-box-info .buy {
    width: 100%;
    border: none;
    background-color: #063775;
    color: #ebebeb;
    padding: 1.40vh 0;
    margin-top: 2vh;
    text-transform: uppercase;
    border-bottom-left-radius: .60vw;
    border-bottom-right-radius: .60vw;
}

.product .product-box .product-box-info .buy:hover {
    width: 100%;
    border: none;
    background-color: #063775;
    color: #ebebeb;
    border-bottom-left-radius: .60vw;
    border-bottom-right-radius: .60vw;
}

.bimage {
    width: 100%;
    padding-top: 5vh;
}

.bimage img {
    width: 100%;
}

/* about-------------------------- */
.euroKidss {
    padding: 0;
    margin-bottom: 3vh;
}

.about-visa {
    padding: 5vh 7vw;
    background-color: #F5F5F5;
}

.about-visa .about-info p {
    color: #616161;
    font-size: 17px;
    line-height: 33px;
}

.about-visa .about-info a {
    color: #063775;
    /* font-weight: 600; */
    text-transform: capitalize;
    text-decoration: none;
}

.image {
    padding: 5vh 7vw;
    display: flex;
    justify-content: space-between;
    background-color: rgb(228, 228, 228);
}

.image .image-box {
    width: 32%;

}

.image .image-box img {
    width: 100%;
}


.about-visa .our-mission .om-info h1 {
    font-weight: 600;
    padding-top: 2vh;
}

.achievment {
    padding: 5vh 7vw;
    padding-bottom: 2vh;
}

.achievment .head h2 {
    padding: 5vh;
    color: #030303;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

.achievment .head span {
    color: #063775;
    text-transform: uppercase;
}

.achievment .carousel {
    background-color: #000000;

}

.achievment .carousel .achievment-info {
    display: flex;
    width: 100%;
    padding: 5vh 2vw;
}

.achievment .carousel .achievment-info .achievment-img {
    width: 50%;
}

.achievment .carousel .achievment-info .achievment-img img {
    width: 100%;
}

.achievment .carousel .achievment-info .achievment-details {
    width: 50%;
    text-align: center;
    padding: 0 5vw;
    align-content: center;
    color: #fff;
}

.achievment .carousel .achievment-info .achievment-details h2 {
    font-weight: 600;
    text-transform: uppercase;

}

.achievment .carousel .achievment-info .achievment-details span {
    font-weight: 600;
    color: #063775;
    text-transform: uppercase;

}

.achievment .carousel .achievment-info .achievment-details p {
    margin-top: 2vh;
    color: #a0a0a0;
}

/* about-------------------------- */

/* contant */
.contact {
    width: 100%;
    text-align: center;
    margin-top: 2vh;
    color: #ffffff;
    background-color: #070707;
    border: .20vw solid #063775;
    padding: 0 8vw;
}

.contact h1 {
    padding-top: 5vh;
    font-size: 2.50vw;
    font-weight: 600;
}

.contact .contact-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 2vh;
}

.contact .contact-container .contact-info {
    width: 41%;
    margin-top: 2vw;
    /* display: flex; */
    align-items: center;
}

.contact .contact-container .contact-info img {
    width: 4vw;
}

.contact .contact-container .contact-info p {
    font-size: 1.30vw;
    color: #b3b3b3;
}



.location-arrow {
    display: flex;
    margin: 4vh 4vw;
    width: 95%;
}

.location-arrow .msg {
    width: 50%;
}

.location-arrow .msg #name,
input[type=email] {
    background-color: #fffbfb;
    border: .1vw solid #063775;
    padding: 3vh 1vw;
    width: 21.80vw;
    margin-right: 1vw;
}

.location-arrow .name {
    display: flex;
}

.location-arrow input::placeholder {
    color: #8a8787;
    font-size: 1.10vw;
}

.location-arrow .msg #msg,
input[type=number] {
    background-color: #fffbfb;
    border: .1vw solid #063775;
    padding: 3vh 1vw;
    width: 93.5%;
    margin: .70vw 0;
    margin-right: 1vw;
}

.location-arrow .msg #msg {
    background-color: #fffbfb;
    border: .1vw solid #063775;
    width: 93.5%;
    height: 30vh;
}

.location-arrow .msg .send {
    text-decoration: none;
    font-size: 1.20vw;
    font-weight: 600;
    padding: 2.20vh 1.50vw;
    background-color: #063775;
    color: #f3f1f1;
    border: none;
    text-transform: uppercase;
    margin-top: 2vh;
}

.location-arrow .msg .send:hover {
    background-color: #070707;
    color: #063775;
}

.location-arrow .map {
    width: 46.70%;
}

.location-arrow .map iframe {
    width: 100%;
    height: 62vh;
}

/* contant */

/* enquire */
.immigrate {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 5vh 12vw;
    background-color: #F5F5F5;
}

.immigrate .left {
    width: 50%;
}

.immigrate .left h2 {
    font-weight: 600;
    margin-top: 4vh;
}

.immigrate .left span {
    color: #4a035c;
}

.immigrate .left .left-info {
    margin: 5vh 0;
}

.immigrate .left .left-info i {
    font-size: 22px;
    font-weight: 800;
}

.immigrate .left .left-info span {
    font-size: 18px;
    color: #000000;
    margin-left: 1vh;
}

.immigrate .right {
    width: 50%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.immigrate .right h2 {
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
}

.immigrate .right span {
    color: #063775;
}

.immigrate .right input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

.immigrate .right input[type=email] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

.immigrate .right input[type=submit] {
    background-color: #063775;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}

.immigrate .right input[type=submit]:hover {
    background-color: #063775;
    color: #ffffff;
}

.immigrate .right .container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}













.enquire {
    position: relative;
    width: 100%;
}

.enquire .enquire-btn {
    position: absolute;
    rotate: 90deg;
    border: none;
    right: -8.2vw;
    position: fixed;
    z-index: 4;
    top: 50%;
    border-radius: .41vw;
    color: #fff;
    background-color: #FD0100;
    padding: 1vh 4vw;
    text-transform: capitalize;
}


.whatsapp img {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    top: 87%;
    right: 12px;
    width: 55px;
    transition: 2s ease-in-out;
    animation: shake 0.9s;
    animation-iteration-count: infinite
}


footer {
    padding: 4vh 6vw;
    background-color: #010f20;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

footer .foot-info1 {
    width: 300px;
}

footer .foot-info1 img {
    width: 150px;
}

footer .foot-info1 p {
    color: #dddddd;
    margin-top: 2vh;
    font-size: 1vw;
}

footer .foot-info1 .foot-icon img {
    width: 30px;
    margin-right: .50vw;
    margin-bottom: 2vh;
}

footer .foot-info3 {
    width: 200px;
}

footer .foot-info3 h4 {
    color: #fff;
    margin-bottom: 2vh;
}

footer .foot-info3 a {
    display: block;
    margin-bottom: 1vh;
    text-decoration: none;
    color: #a5a5a5;
    /* text-align: center; */
}

footer .foot-info3 a:hover {
    display: block;
    margin-bottom: 1vh;
    text-decoration: none;
    color: #ffffff;
}

footer .foot-info3 .social {
    display: flex;
    align-items: center;
    padding: 1vh 0;
}

footer .foot-info3 .social i {
    font-size: 1.40vw;
    color: #ffffff;
}

footer .foot-info3 .social a {
    padding-left: .90vw;
    align-self: center;
}

.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1vh;
    padding: 0 5vw;
    width: 100%;
    /* text-align: center; */
    background-color: #000000;
}

.copyright .cr {
    width: 60%;
    color: #cacaca;
}

.copyright .cr p {
    padding-left: -12vw;
    margin-bottom: 0;
}

.copyright .cr-icon span {
    padding-left: -12vw;
    margin-bottom: 0;
    margin-right: 1vw;
    color: #cacaca;
    font-weight: 600;

}

.copyright .cr-icon {
    width: 30%;
}

.copyright .cr-icon img {
    width: 25%;
}

















@media (max-width:795px) {
    .top-bar {
        width: 100%;
        background-color: #063775;
        display: none;
        justify-content: space-between;
        padding-left: 3vw;
        /* align-items: center; */
    }

    .top-bar .tp-info {
        background-color: #063775;
        padding: 1.20vh 0;
        text-align: right;
        padding-right: 6vh;
        display: flex;
        align-items: center;


    }

    .top-bar .tp-info i {
        color: #fff;
        margin-right: .40vw;
        font-size: 19spx;

    }

    .top-bar .tp-info a {
        color: #fff;
        margin-right: 1vw;
        font-size: 17px;
        text-decoration: none;
    }

    .top-bar .tp-icon {
        padding-right: 6vw;
    }

    .top-bar .tp-icon i {
        align-self: center;
        font-size: 18px;
        margin-top: .10vh;
        margin-right: 2vw;
    }

    /* .top-bar .make {
    border: none;
    background-color: #F48E00;
    padding: 0 2vw;
    color: #fff;
    font-size: 18px;
}

.top-bar .applicants {
    width: 16%;
    border: none;
    background-color: #F48E00;
    padding: 0 2vw;
    color: #fff;
    font-size: 18px;
} */

    .navbar {
        background-color: #FFFFFF;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
        border-bottom: .1vw solid #cacaca;

    }

    .navbar .name {
        display: flex;
        align-items: center;
    }

    .navbar .name h6 {
        /* display: none; */
        text-transform: uppercase;
        margin-bottom: .10vh;
        font-size: 3.10vw;
        color: #03183a;
        /* font-weight: 600; */
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }

    .navbar .name .verified {
        width: 4vw;
        margin-top: 0;
        margin-left: 1vw;
    }

    .nav-link {
        color: #242424;
        font-size: 14px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        z-index: 999999999;
    }

    .nav-link:hover {
        color: #344766;
    }

    .navbar-nav {
        display: flex;
        text-align: center;
        align-items: center;
    }

    .navbar-nav .dropdown-menu {
        background-color: #06918e
    }

    .navbar-nav .dropdown-menu .dropdown-item {
        color: #e0e0e0;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }

    .navbar-nav .dropdown-menu .dropdown-item:hover {
        color: #e0e0e0;
        background-color: #045857;
    }

    .container-fluid img {
        width: 18vw;
    }

    .navbar-toggler {
        border: 1.20vw solid #727272;
        color: #bebebe;
        background-color: #063775;
    }

    .nav-item .pay {
        border: none;
        padding: 1.50vh 3vw;
        border-top-left-radius: 3vw;
        border-bottom-right-radius: 3vw;
        background-color: #FD0100;
        color: #fff;
    }

    .nav-item .pay:hover {
        background-color: #FD0100;
    }

    .process h1 {
        font-size: 7vw;
        text-transform: uppercase;
        font-weight: 600;
    }

    .euroKids-right .banner-video {
        width: 100%;
        height: 40vh;
        /* border-radius: 3vw; */
        /* margin-top: 5vh; */
    }

    .euroKids {
        display: block;
        justify-content: space-between;
        padding: 1vh 1vw;
    }

    .euroKids-left {
        width: 100%;
        padding: 5vh 2vw;
    }

    .euroKids-left .h1pic {
        display: flex;
    }

    .euroKids-left .h1pic img {
        width: 15vw;
        padding-left: 0;
    }

    .euroKids-left h1 {
        font-size: 8vw;
        text-transform: uppercase;
        /* line-height: 6vh; */
        align-self: center;
        padding-left: 1vw;
        color: #06918e;
    }

    .euroKids-left p {
        font-size: 4.3vw;
        line-height: 7vw;
        text-transform: capitalize;
        padding: 3vh 1vw;
        color: rgb(44, 44, 44);
    }

    .euroKids-left .know {
        background-color: #FD0100;
        color: #fff;
        padding: .70rem 1.50rem;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        overflow: hidden;
        margin: 1vh 1vw;
        position: relative;
        border-top-left-radius: 6.6vw;
        border-bottom-right-radius: 6.6vw;
    }

    .euroKids-left .know:before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        transition: left 0.3s ease;
    }

    .euroKids-left .know:hover:before {
        left: 0;
    }

    .euroKids-left .euroKids-logo {
        display: flex;
        justify-content: space-around;
        margin-top: 2vw;
        padding-right: 4vw;
        text-align: center;
    }

    .euroKids-left .euroKids-logo .euroKids-logo-info {
        margin-left: 2.40vw;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
        border-radius: 2vw;
    }

    .euroKids-left .euroKids-logo .euroKids-logo-info i {
        font-size: 8.50vw;
        margin-top: 2vh;
        color: #036463;

    }

    .euroKids-left .euroKids-logo .euroKids-logo-info h5 {
        font-size: 3vw;
        margin-top: 1vh;
        color: #000000;
    }

    .euroKids-right {
        width: 100%;
    }

    .euroKids-right img {
        width: 100%;
        height: 40vh;
        border-radius: 3vw;
        margin-top: -12vh;
    }

    .euroKids {
        display: inline;
        justify-content: space-between;
        padding: 7vh 5vw;
        background-color: #f0f0f0;
    }

    .euroKids-left {
        width: 100%;
        padding: 5vh 2vw;
    }

    .euroKids-left .h1pic {
        display: flex;
    }


    .euroKids-left .h1pic img {
        width: 31vw;
        padding-left: 2vh;
    }

    .euroKids-left h1 {
        font-size: 8.20vw;
        text-transform: uppercase;
        font-weight: 600;
        align-self: center;
        padding-left: 1vw;
        color: #063775;
    }

    .euroKids-left span {
        text-transform: uppercase;
        color: #FD0100;
    }

    .euroKids-left p {
        font-size: 4.15vw;
        line-height: 7vw;
        text-transform: capitalize;
        padding: 3vh 1vw;
        color: rgb(126, 126, 126);
    }

    .euroKids-left .know {
        background-color: #FD0100;
        color: #fff;
        padding: .70rem 1.50rem;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        overflow: hidden;
        margin: 1vh 1vw;
        position: relative;
        border-top-left-radius: 1.60vw;
        border-bottom-right-radius: 1.60vw;
    }

    .euroKids-left .know:before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        transition: left 0.3s ease;
    }

    .euroKids-left .know:hover:before {
        left: 0;
    }

    .euroKids-left .euroKids-logo {
        display: flex;
        justify-content: space-around;
        margin-top: 2vw;
        padding-right: 4vw;
        text-align: center;
    }

    .euroKids-left .euroKids-logo .euroKids-logo-info {
        margin-left: 2.40vw;
    }

    .euroKids-left .euroKids-logo .euroKids-logo-info i {
        font-size: 5.50vw;
        color: #063775;

    }

    .euroKids-left .euroKids-logo .euroKids-logo-info h5 {
        font-size: 3vw;
        margin-top: 1vh;
        color: #000000;
    }

    .euroKids-right {
        width: 100%;
    }

    .euroKids-right img {
        width: 100%;
        height: 64vh;
        border-radius: 3vw;
        margin-top: -3vh;
    }

    .euroKids-right .banner-video {
        width: 100%;
        height: 75vh;
        /* border-radius: 3vw; */
        /* margin-top: 5vh; */
    }

    marquee {
        padding: 3vh;
        background-color: #00295a;
        font-size: 4.2vw;
        color: #ffffff !important;
        /* font-weight: 600; */
        text-transform: capitalize;
        font-family: Arial, Helvetica, sans-serif;
    }

    .mini-banner {
        width: 100%;
        height: 50vh;
        /* banner height set kar le */
        background-image: url('banner/6.jpg');
        background-size: cover;
        /* image fullscreen fit kare */
        background-position: center;
        /* center align kare */
        background-repeat: no-repeat;
        background-attachment: fixed;
        /* 👈 ye line image ko fix kar deti hai */
    }

    .achievment {
        padding: 2vh 3vw;
    }

    .achievment .head h2 {
        padding: 2vh;
        color: #030303;
        text-transform: uppercase;
        font-weight: 600;
        text-align: center;
    }

    .achievment .head span {
        color: #063775;
        text-transform: uppercase;
    }

    .achievment .carousel {
        background-color: #000000;

    }

    .achievment .carousel .achievment-info {
        display: block;
        width: 100%;
        padding: 5vh 2vw;
    }

    .achievment .carousel .achievment-info .achievment-img {
        width: 100%;
    }

    .achievment .carousel .achievment-info .achievment-img img {
        width: 100%;
    }

    .achievment .carousel .achievment-info .achievment-details {
        width: 100%;
        text-align: center;
        padding: 0 5vw;
        align-content: center;
        color: #fff;
        margin-top: 4vh;
    }

    .achievment .carousel .achievment-info .achievment-details h2 {
        font-weight: 600;
        text-transform: uppercase;
    }

    .achievment .carousel .achievment-info .achievment-details span {
        font-weight: 600;
        color: #2EA9E4;
    }

    .achievment .carousel .achievment-info .achievment-details p {
        margin-top: 2vh;
        color: #a0a0a0;
    }


    .process {
        text-align: center;
        padding: 7vh 2vw;
        /* background-color: #f0f0f0; */
    }

    .process .process-economic {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .process .process-economic img {
        width: 19vw;
    }

    .process h5 {
        font-weight: 700;
    }

    .process h1 {
        font-size: 4.50vw;
        text-transform: uppercase;
        font-weight: 600;
    }

    .process h1 span {
        color: #063775;
        text-transform: uppercase;
        font-weight: 600;
    }

    .product {
        padding: 5vh 2vw;
        text-align: center;
    }

    .product .view {
        border: none;
        background-color: #045857;
        padding: 1.40vh 1vw;
        color: #ebebeb;
        border-radius: 1.70vh;
        text-align: center;
    }


    .product .product-box {
        display: block;
        /* justify-content: space-between; */
        align-items: center;
        width: 100%;
        margin-bottom: 2vh;
    }

    .product .product-box .product-box-info {
        width: 100%;
        height: auto;
        box-shadow: rgba(82, 82, 82, 0.486) 0px 2px 8px 0px;
        text-align: center;
        padding-top: 1vh;
        margin-top: 4vh;
        margin-right: 3vw;
        border-top-left-radius: 2vw;
        border-bottom-right-radius: 2vw;
    }

    .product .product-box .product-box-info img {
        width: 100%;
        height: 40vh;
        border-top-left-radius: 2vw;
        border-top-right-radius: 2vw;
        padding-left: .50vw;
        padding-right: .50vw;
        /* border: 2vh solid #000000; */

    }

    .product .product-box .product-box-info h5 {
        padding: 0 1vw;
        text-align: left;
        text-transform: uppercase;
        font-size: 4.60vw;
        color: #00334b;
        padding-top: 3vh;
    }

    .product .product-box .product-box-info p {
        font-size: 3.40vw;
        text-align: left;
        color: #525151;
        padding: 0 1vw;
        padding-bottom: .61vw;

    }

    .product .product-box .product-box-info .buy {
        width: 100%;
        border: none;
        background-color: #FD0100;
        color: #ebebeb;
        padding: 1.40vh 0;
        margin-top: 2vh;
        text-transform: uppercase;
        /* border-top-left-radius: 2vw; */
        border-bottom-right-radius: 2vw;
    }

    .product .product-box .product-box-info .buy:hover {
        width: 100%;
        border: none;
        background-color: #ac0606;
        color: #ebebeb;
        border-bottom-right-radius: 2vw;

    }

    .swiper {
        width: 100%;
        z-index: 2;
        height: 100%;
    }

    .banner-slide img {
        width: 100%;
        max-width: 100%;
        height: 35vh;
    }

    .swiper-button-prev,
    .swiper-button-next {
        color: rgb(114, 114, 114);
    }

   

    .testi {
        padding: 4vh 3vw;
    }

    .contact {
        width: 100%;
        text-align: center;
        margin-top: 2vh;
        color: #ffffff;
        background-color: #000000;
        border: .20vw solid #063775;
        padding: 0 8vw;
    }

    .contact h1 {
        padding-top: 5vh;
        font-size: 6.50vw;
        font-weight: 600;
    }

    .contact .con-p {
        font-size: 4vw;
        color: #b1b1b1;
    }

    .contact .contact-container {
        display: block;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 2vh;
    }

    .contact .contact-container .contact-info {
        width: 100%;
        margin-top: 2vw;
        /* display: flex; */
        align-items: center;
    }

    .contact .contact-container .contact-info img {
        width: 14vw;
    }

    .contact .contact-container .contact-info p {
        font-size: 4.30vw;
        color: #d1d1d1;
    }



    .location-arrow {
        display: block;
        margin: 4vh 4vw;
        width: 95%;
    }

    .location-arrow .msg {
        width: 100%;
    }

    .location-ar .location-arrow input::placeholder {
        color: #8a8787;
        font-size: 4.10vw;
    }

    .location-arrow .msg #msg,
    input[type=number] {
        background-color: #fffbfb;
        border: .1vw solid #063775;
        padding: 3vh 1vw;
        width: 93.5%;
        margin: .70vw 0;
        margin-right: 1vw;
    }

    .location-arrow .msg #msg {
        background-color: #fffbfb;
        border: .1vw solid #063775;
        width: 93.5%;
        height: 30vh;
    }

    .location-arrow .msg .send {
        text-decoration: none;
        font-size: 4.20vw;
        font-weight: 600;
        padding: 2.20vh 26.90vw;
        background-color: #063775;
        color: #f3f1f1;
        border: none;
        text-transform: uppercase;
        margin: 2vh 0;
    }

    .location-arrow .msg .send:hover {
        background-color: #070707;
        color: #063775;
    }

    .location-arrow .map {
        width: 95%;
    }

    .location-arrow .map iframe {
        width: 100%;
        height: 62vh;
    }
    .image-box img {
    width: 100%;
    height: 500px;
    border-radius: 20px;
}














    .enquire {
        position: relative;
        width: 100%;
        display: none;
    }

    footer {
        padding: 4vh 4vw;
        background-color: #000000;
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
    }

    footer .foot-info1 {
        width: 300px;
    }

    footer .foot-info1 img {
        width: 115px;
    }

    footer .foot-info1 p {
        color: #dddddd;
        margin: 2vh 0;
        font-size: 4vw;
    }

    footer .foot-info1 .foot-icon img {
        width: 30px;
        margin-right: .50vw;
        margin-bottom: 2vh;
    }

    footer .foot-info3 {
        width: 200px;
    }

    footer .foot-info3 h4 {
        color: #fff;
        margin-bottom: 1vh;
        margin-top: 4vh;
    }

    footer .foot-info3 a {
        display: block;
        margin-bottom: 1vh;
        text-decoration: none;
        color: #a5a5a5;
        /* text-align: center; */
    }

    footer .foot-info3 a:hover {
        display: block;
        margin-bottom: 1vh;
        text-decoration: none;
        color: #ffffff;
    }

    footer .foot-info3 .social {
        display: flex;
        align-items: center;
        padding: 1vh 0;
    }

    footer .foot-info3 .social i {
        font-size: 4.40vw;
        margin-right: 1vw;
        color: #ffffff;
    }

    footer .foot-info3 .social a {
        padding-left: .90vw;
        align-self: center;
    }

    .copyright {
        display: block;
        justify-content: space-between;
        align-items: center;
        padding-top: 1vh;
        padding: 0 5vw;
        width: 100%;
        /* text-align: center; */
        background-color: #1b1b1b;
    }

    .copyright .cr {
        width: 100%;
        color: #cacaca;
    }

    .copyright .cr p {
        padding-left: -12vw;
        margin-bottom: 0;
    }

    .copyright .cr-icon span {
        padding-left: -12vw;
        margin-bottom: 0;
        margin-right: 1vw;
        color: #cacaca;
        font-weight: 600;

    }

    .copyright .cr-icon {
        width: 30%;
    }

    .copyright .cr-icon img {
        width: 45%;
    }

}