* {
    margin: 0%;
    padding: 0%;
    font-family: sans-serif;
    text-transform: capitalize;
}
.infos {
    display: flex;
    justify-content: space-between;
    background-color: #2C1A5D;
    align-items: center;
    padding: .41vh 1vw;
    color: aliceblue;
}

.info-detail {
    display: flex;
    align-items: center;

}

.info-contect {
    display: flex;
    align-items: center;
    column-gap: .20vw;
}

.info-contect img {
    width: 2vw;
}

.info-contect a {
    text-decoration: none;
    padding-right: 4vw;
    color: aliceblue;
}

.infos .icon i {
    font-size: 1.50vw;
    margin-right: 1.20vw;
}

.infos .icon i:hover {
    color: aqua;
}

.infos .book {
    background-color: transparent;
    background-repeat: no-repeat;
    padding: 1.50vh 2vw;
    border-radius: 2vw;
    border: .1vw solid #fff;
    color: #fff;
    font-size: 1.10vw;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

.infos .book:hover {
    background-color: #c7c7c7;
    color: #470A7E;
    border: none;
}
.container-fluid #id p{
    font-weight: 600;
    color: #2C1A5D;
    font-size: 19px;
}
.h6, h6 {
    font-size: 24px;
    color: #2C1A5D;
    /* font-weight: 600; */
}
.navbar {
    padding: .60vh 0;
}

.container-fluid img {
    width: 4vw;
}

.offcanvas-header {
    background-color: #2C1A5D;
}

.offcanvas-header h5 {
    color: #fff;
}

.offcanvas-body {
    text-align: center;
    background-color: #d6d6d6;

}

.btn-close {
    color: #ffff;
}

.nav-item a {
    color: #fff;
    font-size: 25px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.banner-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 55vh;
}

.banner-slide img {
    display: block;
    width: 65%;
    height: 100%;
    object-fit: cover;
}

.banner-info {
    /* position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    z-index: 2;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 3vw;
    text-align: center; */
    background-color: #0e0e0e;
    height: 100%;
    width: 45%;

}

.banner-info h1 {
    font-size: 2.50vw;
    padding: 3vh 1vw;
    /* font-weight: 600; */
    color: rgb(207, 207, 207);
    font-weight: 600;
}

.banner-info p {
    font-size: 1.50vw;
    /* font-weight: 600; */
    color: rgb(207, 207, 207);
}

.banner-info .banner-btn {
    background-color: transparent;
    background-repeat: no-repeat;
    padding: 2vh 3vw;
    border-radius: 2vw;
    border: .1vw solid #fff;
    color: #fff;
    font-size: 1.10vw;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

.banner-info .banner-btn:hover {
    background-color: #2C1A5D;
    border: none;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    outline: none;

}

.swiper-button-prev,
.swiper-button-next {
    color: rgb(114, 114, 114);
}



.Sprint .heading {
    display: flex;
    justify-content: center;
    margin: 5vh 0;
}

.Sprint .heading h1 {
    align-self: center;
    font-weight: 600;
    color: #2C1A5D;
    text-transform: uppercase;

}

.Sprint .heading img {
    width: 5vw;
}

.Sprint .Sprint-info {
    display: flex;
    justify-content: space-between;
    margin: 3vh 5vw;
}

.Sprint .Sprint-info .Sprint-1 {
    width: 30%;
    box-shadow: #2C1A5D 0px 3px 8px;
    border-radius: 1vw;
    padding: 2vh 1.40vw;
}

.Sprint .Sprint-info .Sprint-1 img {
    text-align: center;
    width: 7vw;
}

.Sprint .Sprint-info .Sprint-1 h3 {
    font-weight: 600;
    color: #2C1A5D;
    margin: 2vh 0;
}

.Sprint .Sprint-info .Sprint-1 p {
    color: rgb(121, 121, 121);
    font-size: 17px;
}

.About-us .heading {
    display: flex;
    justify-content: center;
    margin: 7vh 0;
}

.About-us .heading h1 {
    align-self: center;
    font-weight: 600;
    color: #2C1A5D;
    text-transform: uppercase;
}

.About-us .heading img {
    width: 5vw;
}

.about-info {
    margin: 3vh 5vw;
    display: flex;
    justify-content: space-around;
    border-top: .1vw solid #2C1A5D;
    /* background-image: url(https://c0.wallpaperflare.com/preview/318/434/449/press-print-printing-machine-machine.jpg); */
}

.about-info .about-left {
    width: 65%;
    padding-right: 10vh;
    padding-top: 5vh;
}

.about-info .about-left h3 {
    color: #2C1A5D;
}

.about-info .about-left p {
    color: rgb(121, 121, 121);
    font-size: 17px;
}

.about-info .about-left p b {
    color: #1a1a1a;
    font-size: 17px;
}

.about-info .about-right {
    width: 35%;
    padding-top: 5vh;
    padding-left: 3vw;

}

.about-info .about-right h5 {
    font-weight: 600;
    color: #2C1A5D;
}

.about-info .about-right i {
    /* font-weight: 600; */
    color: #f8b600;
    /* margin-bottom: 3vh; */
    font-size: 1.40vw;
    padding-right: .20vw;
}

.finding {
    background-image: url(banner/finding.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    max-width: 100%;
    height: 35vh;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}

.finding h2 {
    color: #f0f0f0;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    width: 60%;
}

.our-work .heading {
    display: flex;
    justify-content: center;
    margin: 7vh 0;
}

.our-work .heading h1 {
    align-self: center;
    font-weight: 600;
    color: #2C1A5D;
    text-transform: uppercase;
}

.our-work .heading img {
    width: 5vw;
}

.our-work .work-info {
    display: flex;
    justify-content: space-between;
    margin: 3vh 5vw;
}

.our-work .work-info .owi {
    border: .1vw solid rgb(223, 223, 223);
    width: 20%;
    border-bottom-right-radius: .40vw;
    border-bottom-left-radius: .40vw;
}

.our-work .work-info .owi:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.our-work .work-info .owi img {
    width: 100%;

}

.our-work .work-info .owi h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 2vh 0;
}

.Services {
    background-image: url(banner/service.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    max-width: 100%;
    height: 60vh;
}

.Services .heading {
    display: flex;
    justify-content: center;
    margin: 7vh 0;
    padding-top: 5vh;
}

.Services .heading h1 {
    align-self: center;
    font-weight: 600;
    color: #2C1A5D;
    text-transform: uppercase;
}

.Services .heading img {
    width: 5vw;
}

.Services .services-info {
    display: flex;
    justify-content: center;
    margin: 3vh 0;
    align-items: center;
}

.Services .services-info .si {
    width: 15%;
    margin-top: 4vh;
    /* height: 20vh; */
    padding: 2vh 0;
    border: .1vw solid rgb(83, 83, 83);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align: center;
    margin-right: 3vw;
}

.Services .services-info .si:hover {
    color: #ffffff;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.Services .services-info .si i {
    font-size: 4vw;
    color: #202020;
}

.Services .services-info .si h3 {
    font-size: 1vw;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 2.40vh;
    color: #333333;
}

.contact {
    padding: 130px 0;
    background-image: url(banner/contact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.contact .heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #f0f0f0;
}

.contact .heading h2 span {
    color: #ff9100;
}

.contact .heading p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #e9e9e9;
    margin: 20px 0 60px;
    padding: 0;
}

.contact .form-control {
    padding: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #f9f9f9;
    border: 0;
    border-radius: 10px;
}

.contact button.btn {
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    width: 100%;
    padding: 2vh 0;
    background: #2C1A5D;
    ;
    color: #ffffff;
}

.contact button.btn:hover {
    background: #ff6600;
    color: #2C1A5D;
}

.contact .title h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.contact .title p {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 1.6;
    margin: 0 0 40px;
}

.contact .content .info {
    margin-top: 30px;
}

.contact .content .info i {
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: #fafafa;
    margin-right: 20px;
    text-align: center;
    width: 20px;
}

.contact .content .info h4 {
    font-size: 13px;
    color: #f0f0f0;
    line-height: 1.4;
}

.contact .content .info h4 span {
    font-size: 13px;
    font-weight: 300;
    color: #999;
}

.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
}

.map {
    width: 100%;
}

.map iframe {
    width: 100%;
    height: 40vh;
}



.about-company {
    position: relative;
}

.about-company img {
    width: 100%;
    height: 34vh;
}

.about-company h1 {
    position: absolute;
    font-size: 4vw;
    color: #ffffff;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    /* width: 58%; */
    transform: translate(-50%, -50%);
}

.Potential {
    padding: 2vh 6vw;
    display: flex;
}

.Potential .with-us img {
    width: 4vw;
}

.Potential .with-us span {
    color: #2C1A5D;
    font-size: 21px;
}

.Potential .with-us {
    padding: 3vh 2vw;
    width: 50%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.Potential .with-us i {
    color: #2C1A5D;
}

.Potential .with-us h1 {
    font-size: 2vw;
    font-weight: 600;
    color: #2C1A5D;
    margin: 2vh 0;

}

.Potential .with-us p {
    font-size: 1.20vw;
    color: #4e4e4e;
    margin: .90vh 0;
}

.with-us .contect-info {
    display: flex;
    margin: 2vh 0;
    align-items: center;
    column-gap: 1vw;
}

.with-us .contect-info i {
    font-size: 1.50vw;
}

.with-us i {
    font-size: 1.80vw;
    padding: 2vh 0;
    padding-right: 2vh;
}

.contect-location h3 {
    font-size: 20px;
    font-weight: 600;
}

.unlock-info .ceo-head {
    display: flex;
    /* column-gap: 2vw; */
    justify-content: space-around;
}

.unlock-info .ceo-head .director {
    display: flex;
    align-items: center;
    column-gap: 1.50vw;
    margin: 2vh 0;
}

.unlock-info .ceo-head .director img {
    width: 5vw;
    box-shadow: #2C1A5D 0px 5px 15px;
    max-width: 100%;
    border-radius: 50%;
}

.Potential .unlock-info {
    width: 50%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 3vh 2vw;
}

.Potential .unlock-info h1 {
    color: #2C1A5D;
    font-weight: 600;
    font-size: 1.80vw;
    padding: 1.40vh 0;
}

.Potential .unlock-info p {
    color: #585858;
    font-size: 1.20vw;
    padding: 1vh 0;
    line-height: 1.60vw;
}

.Potential .check {
    padding: .6vh 0;
    display: flex;
    align-items: center;
}

.Potential .check i {
    color: #2C1A5D;
    font-size: 1.30vw;
    margin-right: .80vw;
}

.Potential .check span {
    font-size: 1.30vw;
    color: #2C1A5D;
}

.Potential .unlock-info .form {
    width: 100%;
}

.Potential .unlock-info .form ::placeholder {
    color: #030303;
}

.Potential .unlock-info .form .name {
    display: flex;
}

.name-input,
.number-input,
.email-input {
    width: 48%;
    padding: 2vh 2vw;
    margin-right: 1vw;
    margin-top: 2vh;
    border-radius: .2vw;
    border: .1vw solid #2C1A5D;
}

.Potential .unlock-info .form textarea {
    width: 97.50%;
    margin: 1vw 0;
    height: 16vh;
    padding: 2vh 2vw;
}

.Potential .unlock-info .form .submit {
    display: block;
    border-radius: .2vw;
    width: 97.50%;
    padding: 2vh 1vw;
    border: .1vw solid #2C1A5D;
    background-color: #2C1A5D;
    color: #cfcfcf;
}

.Potential .unlock-info .form .submit:hover {
    border: none;
    background-color: #ff4800;
    color: #fcfcfc;
    cursor: pointer;
}
.contact-map{
    padding: .12vh 6vw;
    width: 100%;
}
.contact-map iframe{
    width: 100%;
}




























.foot {
    display: flex;
    justify-content: space-between;
    /* color: #2C1A5D; */
    background-color: #2C1A5D;
    padding: 1.20vw 5vw;
    align-items: center;
}

.foot .foot-icon {
    padding: 0 3vw;
}

.foot .foot-icon p span {
    color: #fff;
    text-transform: uppercase;
}

.foot .foot-icon i {
    border: .1vw solid #ffff;
    padding: 10px 10px;
    color: #fff;
    border-radius: 50%;
    margin-left: 2vw;
    font-size: 1.40vw;
}

.foot .foot-info {
    display: flex;
}

.foot .foot-info .foot-details {
    display: flex;
    align-items: center;
}

.foot .foot-info .foot-details img {
    width: 2vw;
    margin: 0 .30vw;
}

.foot .foot-info .foot-details a {
    text-decoration: none;
    margin-right: 2vw;
    color: #ffff;
}

.copyright {
    text-align: center;
}

.copyright p {
    color: #0e0e0e;
    padding-top: 2vh;
}

.copyright span {
    color: #2C1A5D;
}












@media (max-width:768px) {
    .infos {
        display: none;
        justify-content: space-between;
        background-color: #2C1A5D;
        align-items: center;
        padding: .41vh 3vw;
        color: aliceblue;
        padding-bottom: 2vh;
    }

    .info-detail {
        display: block;
        align-items: center;
    }

    .info-contect {
        display: flex;
        align-items: center;
        column-gap: .20vw;
        margin: 2vh 0;
    }

    .info-contect img {
        width: 8vw;
    }

    .info-contect a {
        text-decoration: none;
        color: aliceblue;
        margin-left: 1.20vw;

    }

    .infos .book {
        background-color: transparent;
        background-repeat: no-repeat;
        padding: 1.50vh 4vw;
        border-radius: 2vw;
        border: .1vw solid #fff;
        color: #fff;
        font-size: 4.10vw;
        font-weight: 600;
        cursor: pointer;
        overflow: hidden;
        outline: none;
        display: none;
    }

    .infos .book:hover {
        background-color: #c7c7c7;
        color: #470A7E;
        border: none;
    }
    #name{
        display: none;
    }

    .container-fluid img {
        width: 20vw;
    }

    .banner-info {
        position: absolute;
        margin: 0;
        top: 50%;
        left: 50%;
        z-index: 2;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        padding: 1vh 1vw;
        border-radius: 3vw;
        text-align: center;
        /* background-color: #0e0e0e; */
        height: auto;
        width: 85%;
    }

    .banner-info h1 {
        font-size: 4.50vw;

        /* font-weight: 600; */
        color: #2C1A5D;
        font-weight: 600;
    }

    .banner-info p {
        font-size: 3.50vw;
        font-weight: 600;
        color: rgb(22, 22, 22);
        margin-top: -4vh;
        display: none;
    }

    .banner-info .banner-btn {
        background-color: transparent;
        background-repeat: no-repeat;
        padding: 1.30vh 4vw;
        border-radius: 2vw;
        border: .1vw solid #2C1A5D;
        color: #2C1A5D;
        font-size: 4.10vw;
        margin-top: -10vh;
        font-weight: 600;
        cursor: pointer;
        overflow: hidden;
        outline: none;
    }

    .banner-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 35vh;
    }

    .banner-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .Sprint .heading {
        display: flex;
        justify-content: center;
        margin: 5vh 0;
    }

    .Sprint .heading h1 {
        align-self: center;
        font-weight: 600;
        color: #2C1A5D;
    }

    .Sprint .heading img {
        width: 25vw;
    }

    .Sprint .Sprint-info {
        display: block;
        text-align: center;
        justify-content: space-between;
        margin: 3vh 5vw;
    }

    .Sprint .Sprint-info .Sprint-1 {
        width: 95%;
        box-shadow: rgba(174, 0, 255, 0.61) 0px 3px 8px;
        border-radius: 1vw;
        padding: 2vh 1.40vw;
        margin-bottom: 3vh;
        margin-left: 1.15vh;
    }

    .Sprint .Sprint-info .Sprint-1 img {
        text-align: center;
        width: 2s7vw;
    }

    .Sprint .Sprint-info .Sprint-1 h3 {
        font-weight: 600;
        color: #2C1A5D;
        margin: 2vh 0;
    }

    .Sprint .Sprint-info .Sprint-1 p {
        color: rgb(121, 121, 121);
        font-size: 17px;
        /* text-align: left; */
    }

    .About-us .heading {
        display: flex;
        justify-content: center;
        margin: 7vh 0;
    }

    .About-us .heading h1 {
        align-self: center;
        font-weight: 600;
        color: #2C1A5D;
    }

    .About-us .heading img {
        width: 25vw;
    }

    .about-info {
        margin: 3vh 5vw;
        display: block;
        justify-content: space-around;
        border: none;
        /* background-image: url(https://c0.wallpaperflare.com/preview/318/434/449/press-print-printing-machine-machine.jpg); */
    }

    .about-info .about-left {
        width: 99%;
        padding-right: 1vh;
        padding-top: 5vh;
    }

    .about-info .about-left h3 {
        color: #2C1A5D;
    }

    .about-info .about-left p {
        color: rgb(121, 121, 121);
        font-size: 17px;
    }

    .about-info .about-left p b {
        color: #1a1a1a;
        font-size: 17px;
    }

    .about-info .about-right {
        width: 99%;
        padding-top: 5vh;
        padding-left: .1vw;

    }

    .about-info .about-right h5 {
        font-weight: 600;
        color: #2C1A5D;
    }

    .about-info .about-right i {
        /* font-weight: 600; */
        color: #f8b600;
        /* margin-bottom: 3vh; */
        font-size: 5.4vw;
        padding-right: .20vw;
    }

    .finding {
        background-image: url(banner/finding.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        width: 100%;
        max-width: 100%;
        height: 35vh;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .finding h2 {
        color: #f0f0f0;
        text-align: center;
        font-family: 'Times New Roman', Times, serif;
        width: 90%;
    }

    .our-work .heading {
        display: flex;
        justify-content: center;
        margin: 7vh 0;
    }

    .our-work .heading h1 {
        align-self: center;
        font-weight: 600;
        color: #2C1A5D;
        text-transform: uppercase;
    }

    .our-work .heading img {
        width: 25vw;
    }

    .our-work .work-info {
        display: block;
        justify-content: space-between;
        margin: 3vh 5vw;
    }

    .our-work .work-info .owi {
        border: .1vw solid rgb(223, 223, 223);
        width: 95%;
        margin-left: 3vw;
        margin-bottom: 3vh;
        border-bottom-right-radius: .40vw;
        border-bottom-left-radius: .40vw;
    }

    .our-work .work-info .owi:hover {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }

    .our-work .work-info .owi img {
        width: 100%;

    }

    .our-work .work-info .owi h2 {
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        padding: 2vh 0;
    }

    .Services {
        background-image: url(banner/service.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        width: 100%;
        padding-bottom: 4vh;
        max-width: 100%;
        height: auto;
    }

    .Services .heading {
        display: flex;
        justify-content: center;
        margin: 7vh 0;
        padding-top: 5vh;
    }

    .Services .heading h1 {
        align-self: center;
        font-weight: 600;
        color: #2C1A5D;
        text-transform: uppercase;
    }

    .Services .heading img {
        width: 25vw;
    }

    .Services .services-info {
        display: block;
        justify-content: center;
        margin: 3vh 0;
        align-items: center;
        margin-left: 19vw;
    }

    .Services .services-info .si {
        width: 75%;
        margin-top: 4vh;
        /* height: 20vh; */
        padding: 2vh 0;
        border: .1vw solid rgb(83, 83, 83);
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        text-align: center;
        margin-right: 3vw;
    }

    .Services .services-info .si:hover {
        color: #ffffff;
        border: none;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .Services .services-info .si i {
        font-size: 9vw;
        color: #202020;
    }

    .Services .services-info .si h3 {
        font-size: 5vw;
        font-weight: 600;
        text-transform: uppercase;
        padding-top: 2.40vh;
        color: #333333;
    }

    .whatsapp img {
        position: fixed;
        z-index: 1000;
        bottom: 20px;
        top: 83%;
        right: 25px;
        width: 55px;
        transition: 2s ease-in-out;
        animation: shake 0.9s;
        animation-iteration-count: infinite
    }

    .map {
        margin: 2vh 0;
        width: 100%;
    }

    .map iframe {
        width: 100%;
    }


    .about-company {
        position: relative;
    }

    .about-company img {
        width: 100%;
        height: 19vh;
    }

    .about-company h1 {
        position: absolute;
        font-size: 6vw;
        color: #ffffff;
        text-transform: uppercase;
        top: 50%;
        left: 50%;
        /* width: 58%; */
        transform: translate(-50%, -50%);
    }

    .Potential {
        padding: 2vh 6vw;
        display: block;
    }

    .Potential .with-us img {
        width: 19vw;
    }

    .Potential .with-us span {
        color: #2C1A5D;
        font-size: 14px;
    }

    .Potential .with-us {
        padding: 3vh 3vw;
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .Potential .with-us i {
        color: #2C1A5D;
    }

    .Potential .with-us h1 {
        font-size: 6vw;
        font-weight: 600;
        color: #2C1A5D;
        margin: 2vh 0;

    }

    .Potential .with-us p {
        font-size: 5.20vw;
        color: #4e4e4e;
        margin: .90vh 0;
    }

    .with-us .contect-info {
        display: flex;
        margin: 2vh 0;
        align-items: normal;
        column-gap: 1vw;
    }

    .with-us .contect-info i {
        font-size: 7.50vw;
    }
    .contect-location h3 {
        font-size: 15px;
        font-weight: 600;
    }

    .unlock-info .ceo-head {
        display: flex;
        /* column-gap: 2vw; */
        justify-content: space-around;
    }

    .unlock-info .ceo-head .director {
        display: flex;
        align-items: center;
        column-gap: 1.50vw;
        margin: 2vh 0;
    }

    .unlock-info .ceo-head .director img {
        width: 5vw;
        box-shadow: #2C1A5D 0px 5px 15px;
        max-width: 100%;
        border-radius: 50%;
    }

    .Potential .unlock-info {
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        padding: 3vh 2vw;
        margin: 3vh 0; 
    }

    .Potential .check {
        padding: .1vh 0;
        display: flex;
        align-items: center;
    }
    .Potential .unlock-info h1 {
        color: #2C1A5D;
        font-weight: 600;
        font-size: 6.80vw;
        padding: 1.40vh 0;
    }
    .Potential .unlock-info p {
        color: #585858;
        font-size: 5.20vw;
        padding: 1vh 0;
        line-height: 6.60vw;
    }
    .Potential .check span {
        font-size: 1.30vw;
        color: #2C1A5D;
    }

    .Potential .unlock-info .form {
        width: 100%;
    }

    .Potential .unlock-info .form ::placeholder {
        color: #030303;
    }

    .Potential .unlock-info .form .name {
        display: flex;
    }

    .name-input,
    .number-input,
    .email-input {
        width: 48%;
        padding: 2vh 2vw;
        margin-right: 1vw;
        margin-top: 2vh;
        border-radius: .2vw;
        border: .1vw solid #2C1A5D;
    }

    .Potential .unlock-info .form textarea {
        width: 97.50%;
        margin: 1vw 0;
        height: 16vh;
        padding: 2vh 2vw;
    }

    .Potential .unlock-info .form .submit {
        display: block;
        border-radius: .2vw;
        width: 97.50%;
        padding: 2vh 1vw;
        border: .1vw solid #2C1A5D;
        background-color: #2C1A5D;
        color: #cfcfcf;
    }

    .Potential .unlock-info .form .submit:hover {
        border: none;
        background-color: #ff4800;
        color: #fcfcfc;
        cursor: pointer;
    }

























    .foot {
        display: block;
        justify-content: space-between;
        /* color: #2C1A5D; */
        background-color: #2C1A5D;
        padding: 3.20vw 5vw;
        align-items: center;
    }

    .foot .foot-icon {
        padding: 0 3vw;
    }

    .foot .foot-icon i {
        border: .1vw solid #ffff;
        padding: 10px 10px;
        color: #fff;
        border-radius: 50%;
        margin-left: 2vw;
        font-size: 4.40vw;
    }

    .foot .foot-info {
        display: block;
    }

    .foot .foot-info .foot-details {
        display: flex;
        align-items: center;
        margin: 1.50vh 0;
    }

    .foot .foot-info .foot-details img {
        width: 8vw;
        margin: 0 .30vw;
    }

    .foot .foot-info .foot-details a {
        text-decoration: none;
        margin-right: 2vw;
        color: #ffff;
    }

}