 @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&display=swap');

 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     text-decoration: none;
     font-family: 'Josefin Sans', sans-serif;
 }

 
 /* Small devices (landscape phones, 425px and up) */
 @media (min-width: 320px) {

    /* Header */
    header {
        background-color: transparent;
        z-index: 30;
        position: fixed;
        width: 320px;
        background-color: rgba(0, 0, 0, 0.404);
        overflow: hidden;
    }

    .navbar img {
        width: 150px;
    }

    .navbar-collapse {
        background-color: rgb(0, 0, 0);
        border-radius: 20px;
        width: 200px;
    }

    .collapse ul {
        margin-left: 180px;
    }

    .collapse ul a {
        color: white;

        &:hover {
            color: #bd228e;
        }
    }

    /* Header */

    /* Banner */

    .banner-bg {
        background-image: url(../images/banner/banner1.gif);
        background-repeat: no-repeat;
        background-size: cover;
        height: 547px;
        width: 320px;
        overflow: hidden;
    }

    .banner-text-bg {
        background-color: rgba(0, 0, 0, 0.616);
        height: 547px;
        width: 320px;
    }

    .banner-img img {
        width: 150px;
        margin-left: 80px;
        margin-top: 140px;
    }

    .banner-text h1 {
        text-align: center;
        padding-top: 20px;
        color: white;
    }

    .banner-text p {
        text-align: center;
        color: white;
        font-size: 20px;
    }

    /* Banner */

    /*marquee*/
    .ticker {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
        position: absolute;
        bottom: 170px;
        right: 0px;
        z-index: 20;
        height: 50px;
    }

    .news {
        width: 330px;
        background: #fff;
        border-bottom: solid 2px #bd228e;
        border-top: solid 2px #bd228e;
    }

    .news-title {
        width: 130px;
        text-align: center;
        background: #bd228e;
        position: absolute;
        z-index: 17;
        height: 50px;
        text-shadow: 1px 1px #000;
    }

    .news-title h5 {
        font-size: 14px;
        margin: 14% 0;
        color: #fff;
        padding: 0px 5px;
    }

    .news marquee {
        font-size: 20px;
        margin-top: 10px;
        color: #bd228e;
    }

    .news-content p {
        margin-right: 41px;
        display: inline;
        color: #222;
    }

    /*marquee*/

    /* About us */

    .about-us {
        overflow: hidden;
    }

    .about-us-bg {
        /* background-image: url(../images/banner/banner4.png); */
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 1190px;
        width: 100%;
    }

    .about-us-img {
        margin-left: 0px;
        margin-top: 120px;
        width: 380px;
        height: 560px;
    }

    .about-us-img img {
        width: 320px;
    }

    .about-us-text {
        margin-top: -200px;
    }

    .about-us-text small {
        font-size: 15px;
    }

    .about-us-text small span {
        color: #04B6C5;
    }

    .about-us-text h1 {
        color: #bd228e;
        font-size: 30px;
    }

    .about-us-text p {
        font-size: 17px;
    }

    .about-us-text p span {
        color: #04B6C5;
    }

    .about-us-text-btn-div {
        position: absolute;
        margin-top: 30px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .about-us-text-btn {
        position: relative;
        display: block;
        color: #bd228e;
        font-size: 14px;
        text-decoration: none;
        border: 2px solid #bd228e;
        padding: 12px 20px;
        border-radius: 10px;
        overflow: hidden;
        transition: 0.5s all ease-in-out;

        &:hover {
            color: white;
        }
    }

    .about-us-text-btn::before {
        background: #bd228e;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        transition: 0.5s all ease-in-out;
    }

    .btn-2::before {
        width: 100%;
        height: 0%;
        transform: translate(-50%, -50%) rotate(25deg);
    }

    .btn-2:hover::before {
        height: 400%;
    }

    /* About us */

    /* Banner-2 */

    .banner-2 {
        margin-top: 100px;
        margin-bottom: 100px;
        justify-content: center;
        overflow: hidden;
    }

    .banner-2-bg {
        background-image: url(../images/banner/banner-3.png);
        background-repeat: no-repeat;
        background-size: cover;
        height: 550px;
        width: 300px;
        border-radius: 10px;
        overflow: hidden;
    }

    .banner-2-img-bg {
        padding-top: 5px;
        padding-left: 5px;
    }

    .banner-2-img {
        height: 190px;
        width: 300px;
        border-radius: 10px;
    }

    .banner-2-img img {
        height: 190px;
        width: 290px;
        border-radius: 10px;
    }

    .banner-2-text h2 {
        font-size: 25px;
        padding-left: 5px;
        padding-top: 40px;
        color: rgb(255, 255, 255);
    }

    .banner-2-text p {
        padding-left: 5px;
        color: rgba(255, 255, 255, 0.644);
    }

    .banner-2-text-btn-div {
        position: absolute;
        margin-top: 40px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .banner-2-text-btn {
        position: relative;
        display: block;
        color: white;
        font-size: 17px;
        text-decoration: none;
        border: 2px solid #04B6C5;
        padding: 10px 30px;
        border-radius: 10px;
        overflow: hidden;
        transition: 0.5s all ease-in-out;

        &:hover {
            color: black;
        }
    }

    .banner-2-text-btn::before {
        background: #04B6C5;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        transition: 0.5s all ease-in-out;
    }

    .btn-1::before {
        width: 100%;
        height: 0%;
        transform: translate(-50%, -50%) rotate(25deg);
    }

    .btn-1:hover::before {
        height: 350%;
    }

    /* Banner-2 */

    /* Our Training's */

    .our-training-heading {
        text-align: center;
    }

    /* Box-1 */

    .our-training-boxs-box-1-bg {
        margin-top: 50px;
        background-color: #F3F7FB;
        border-bottom: 5px solid #bd228e;
        height: 550px;
        width: 290px;
    }

    .our-training-boxs-box-1-img-bg-1 {
        padding-top: 15px;
        padding-left: 13px;
    }

    .our-training-boxs-box-1-img-bg-2 {
        overflow: hidden;
        background-color: white;
        width: 265px;
        height: 180px;
    }

    .our-training-boxs-box-1-img-bg-2 img {
        width: 265px;
        filter: grayscale(100%);
        transition: 1s all ease-in-out;

        &:hover {
            filter: grayscale(0%);
            transform: scale(1.1);
        }
    }

    .our-training-boxs-box-1-text {
        padding-top: 50px;
    }

    /* Box-1 */

    /* Box-2 */

    .our-training-boxs-box-2-bg {
        margin-top: 50px;
        background-color: #04B6C5;
        border-bottom: 5px solid #bd228e;
        width: 290px;
        height: 580px;
    }

    .our-training-boxs-box-2-img-bg-1 {
        padding-top: 15px;
        padding-left: 13px;
    }

    .our-training-boxs-box-2-img-bg-2 {
        overflow: hidden;
        background-color: white;
        width: 265px;
        height: 180px;
    }

    .our-training-boxs-box-2-img-bg-2 img {
        width: 265px;
        filter: grayscale(100%);
        transition: 1s all ease-in-out;

        &:hover {
            filter: grayscale(0%);
            transform: scale(1.1);
        }
    }

    .our-training-boxs-box-2-text {
        padding-top: 50px;
        color: white;
    }

    .our-training-boxs-box-2-text h2 {
        color: #bd228e;
    }

    /* Box-2 */

    /* Box-3 */

    .our-training-boxs-box-3-bg {
        margin-top: 50px;
        background-color: #F3F7FB;
        border-bottom: 5px solid #bd228e;
        height: 560px;
        width: 290px;
    }

    .our-training-boxs-box-3-img-bg-1 {
        padding-top: 15px;
        padding-left: 13px;
    }

    .our-training-boxs-box-3-img-bg-2 {
        overflow: hidden;
        background-color: white;
        width: 265px;
        height: 180px;
    }

    .our-training-boxs-box-3-img-bg-2 img {
        width: 265px;
        filter: grayscale(100%);
        transition: 1s all ease-in-out;

        &:hover {
            filter: grayscale(0%);
            transform: scale(1.1);
        }
    }

    .our-training-boxs-box-3-text {
        padding-top: 50px;
    }

    /* Box-3 */

    /* Box-4 */

    .our-training-boxs-box-4-bg {
        margin-top: 50px;
        background-color: #F3F7FB;
        border-bottom: 5px solid #bd228e;
        height: 550px;
        width: 290px;
    }

    .our-training-boxs-box-4-img-bg-1 {
        padding-top: 15px;
        padding-left: 13px;
    }

    .our-training-boxs-box-4-img-bg-2 {
        overflow: hidden;
        background-color: white;
        width: 265px;
        height: 180px;
    }

    .our-training-boxs-box-4-img-bg-2 img {
        width: 265px;
        filter: grayscale(100%);
        transition: 1s all ease-in-out;

        &:hover {
            filter: grayscale(0%);
            transform: scale(1.1);
        }
    }

    .our-training-boxs-box-4-text {
        padding-top: 50px;
    }

    /* Box-4 */

    /* Box-5 */

    .our-training-boxs-box-5-bg {
        margin-top: 50px;
        background-color: #04B6C5;
        border-bottom: 5px solid #bd228e;
        height: 550px;
        width: 290px;
    }

    .our-training-boxs-box-5-img-bg-1 {
        padding-top: 15px;
        padding-left: 13px;
    }

    .our-training-boxs-box-5-img-bg-2 {
        overflow: hidden;
        background-color: white;
        width: 265px;
        height: 180px;
    }

    .our-training-boxs-box-5-img-bg-2 img {
        width: 265px;
        filter: grayscale(100%);
        transition: 1s all ease-in-out;

        &:hover {
            filter: grayscale(0%);
            transform: scale(1.1);
        }
    }

    .our-training-boxs-box-5-text {
        padding-top: 50px;
        color: white;
    }

    .our-training-boxs-box-5-text h2 {
        color: #bd228e;
    }

    /* Box-5 */

    /* Box-6*/

    .our-training-boxs-box-6-bg {
        margin-top: 50px;
        background-color: #F3F7FB;
        border-bottom: 5px solid #bd228e;
        height: 550px;
        width: 290px;
    }

    .our-training-boxs-box-6-img-bg-1 {
        padding-top: 15px;
        padding-left: 13px;
    }

    .our-training-boxs-box-6-img-bg-2 {
        overflow: hidden;
        background-color: white;
        width: 265px;
        height: 180px;
    }

    .our-training-boxs-box-6-img-bg-2 img {
        width: 265px;
        filter: grayscale(100%);
        transition: 1s all ease-in-out;

        &:hover {
            filter: grayscale(0%);
            transform: scale(1.1);
        }
    }

    .our-training-boxs-box-6-text {
        padding-top: 50px;
    }

    /* Box-6 */

    /* Our Training's */

    /* Banner-3 */

    .Banner-3 {
        overflow: hidden;
    }

    .Banner-3-bg {
        background-image: url(../images/banner/baner5.png);
        background-position: center;
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
        width: 320px;
        height: 250px;
        margin-top: 10px;
    }

    .banner-3-text {
        text-align: center;
        padding-top: 60px;
    }

    .banner-3-text h1 {
        color: white;
    }

    .banner-3-text-btn-div {
        position: absolute;
        margin-top: 40px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .banner-3-text-btn {
        position: relative;
        display: block;
        color: white;
        font-size: 15px;
        text-decoration: none;
        border: 2px solid #04B6C5;
        padding: 12px 20px;
        border-radius: 10px;
        overflow: hidden;
        transition: 0.5s all ease-in-out;

        &:hover {
            color: black;
        }
    }

    .banner-3-text-btn::before {
        background: #04B6C5;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        transition: 0.5s all ease-in-out;
    }

    .btn-3::before {
        width: 100%;
        height: 0%;
        transform: translate(-50%, -50%) rotate(25deg);
    }

    .btn-3:hover::before {
        height: 350%;
    }

    /* Banner-3 */

    /* our projects"s */

    .our-Projects {
        background-image: url(../images/banner/banner5.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 1000px;
        width: 320px;
    }

    .our-projects-heading {
        text-align: center;
        padding-top: 100px;
        color: white;
    }

    .our-Projects-main {
        margin-left: 0px;
    }

    /* Box-1 */
    .our-projects-box-1-bg-1 {
        margin-top: 30px;
        background-color: white;
        height: 550px;
        width: 295px;
        box-shadow: -20px 0px 20px -10px black;
        border-top: 5px solid rgba(0, 0, 0, 0.418);
        border-left: 5px solid rgba(0, 0, 0, 0.418);
        border-radius: 10px;
        overflow: hidden;
    }

    .our-projects-box-1-img-bg-1 {
        padding-top: 30px;
        padding-left: 10px;
    }

    .our-projects-box-1-img-bg-2 {
        background-color: #bd228e;
        height: 165px;
        width: 270px;
        border-radius: 10px;
        box-shadow: 0px 20px 20px -20px black;
        overflow: hidden;
    }

    .our-projects-box-1-img-bg-2 img {
        width: 270px;
    }

    .our-projects-box-1-text h2 {
        padding-top: 20px;
    }

    .our-projects-box-1-text-btn-div {
        position: absolute;
        margin-top: 20px;
        left: 160px;
        transform: translate(-50%, -50%);
    }

    .our-projects-box-1-text-btn {
        position: relative;
        display: block;
        color: #bd228e;
        font-size: 14px;
        text-decoration: none;
        border: 2px solid #bd228e;
        padding: 10px 20px;
        border-radius: 10px;
        overflow: hidden;
        transition: 0.5s all ease-in-out;

        &:hover {
            color: white;
        }
    }

    .our-projects-box-1-text-btn::before {
        background: #bd228e;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        transition: 0.5s all ease-in-out;
    }

    .btn-4::before {
        width: 100%;
        height: 0%;
        transform: translate(-50%, -50%) rotate(25deg);
    }

    .btn-4:hover::before {
        height: 400%;
    }

    /* Box-1 */

    /* Box-2 */
    .our-projects-box-2-bg-1 {
        margin-top: 30px;
        background-color: white;
        height: 500px;
        width: 295px;
        box-shadow: -20px 0px 20px -10px black;
        border-top: 5px solid rgba(0, 0, 0, 0.418);
        border-left: 5px solid rgba(0, 0, 0, 0.418);
        border-radius: 10px;
        overflow: hidden;
    }

    .our-projects-box-2-img-bg-1 {
        padding-top: 30px;
        padding-left: 10px;
    }

    .our-projects-box-2-img-bg-2 {
        background-color: #bd228e;
        height: 165px;
        width: 270px;
        box-shadow: 0px 20px 20px -20px black;
        overflow: hidden;
        border-radius: 10px;
    }

    .our-projects-box-2-img-bg-2 img {
        width: 270px;
    }

    .our-projects-box-2-text h2 {
        padding-top: 20px;
    }

    .our-projects-box-2-text-btn-div {
        position: absolute;
        margin-top: 20px;
        left: 160px;
        transform: translate(-50%, -50%);
    }

    .our-projects-box-2-text-btn {
        position: relative;
        display: block;
        color: #bd228e;
        font-size: 14px;
        text-decoration: none;
        border: 2px solid #bd228e;
        padding: 10px 20px;
        border-radius: 10px;
        overflow: hidden;
        transition: 0.5s all ease-in-out;

        &:hover {
            color: white;
        }
    }

    .our-projects-box-2-text-btn::before {
        background: #bd228e;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        transition: 0.5s all ease-in-out;
    }

    .btn-5::before {
        width: 100%;
        height: 0%;
        transform: translate(-50%, -50%) rotate(25deg);
    }

    .btn-5:hover::before {
        height: 400%;
    }

    /* Box-2 */

    /* SVC */

    .svc-div-logo {
        padding-left: 90px;
        padding-top: 50px;
    }

    .svc-div-logo img {
        width: 150px;
        box-shadow: 0px 0px 20px 2px black;
        border-radius: 50%;
    }

    .svc-div-logo-heading {
        text-align: center;
        padding-top: 20px;
    }

    /* Box-1 */

    .svc-div-projects-box-1 {
        height: 400px;
        width: 300px;
        border-radius: 10px;
    }

    .svc-div-projects-box-1 img {
        margin-top: 0px;
        width: 300px;
        border-radius: 10px;
        transition: all 0.5s ease-in-out;

        &:hover {
            transform: scale(0.9) rotate(10deg);
        }
    }

    /* Box-1 */

    /* Box-2 */

    .svc-div-projects-box-2 {
        height: 400px;
        width: 300px;
    }

    .svc-div-projects-box-2 img {
        margin-top: 10px;
        width: 300px;
        border-radius: 10px;
        transition: all 0.5s ease-in-out;

        &:hover {
            transform: scale(0.9) rotate(10deg);
        }
    }

    /* Box-2 */

    /* Box-3 */

    .svc-div-projects-box-3 {
        height: 400px;
        width: 300px;
    }

    .svc-div-projects-box-3 img {
        margin-top: 10px;
        width: 300px;
        border-radius: 10px;
        transition: all 0.5s ease-in-out;

        &:hover {
            transform: scale(0.9) rotate(10deg);
        }
    }

    /* Box-3 */

    /* Box-4 */

    .svc-div-projects-box-4 {
        height: 400px;
        width: 300px;
    }

    .svc-div-projects-box-4 img {
        margin-top: 10px;
        width: 300px;
        border-radius: 10px;
        transition: all 0.5s ease-in-out;

        &:hover {
            transform: scale(0.9) rotate(10deg);
        }
    }

    /* Box-4 */
    /* SVC */
    /* our projects"s */

    /* Our Placements */

    .our-placements {
        margin-top: 2250px;
    }

    .our-placement-heading h1 {
        text-align: center;
    }

    /* Img-1 */

    .our-placements-img-1 {
        margin-top: 30px;
        box-shadow: -10px 0px 20px -10px black;
        height: 200px;
        width: 300px;
    }

    .our-placements-img-1 img {
        border-bottom: 5px solid #bd228e;
        height: 200px;
        width: 300px;
    }

    /* Img-1 */

    /* Img-2 */

    .our-placements-img-2 {
        margin-top: 30px;
        box-shadow: -10px 0px 20px -10px black;
        height: 200px;
        width: 300px;
    }

    .our-placements-img-2 img {
        border-bottom: 5px solid #bd228e;
        height: 200px;
        width: 300px;
    }

    /* Img-2 */

    /* Img-3 */

    .our-placements-img-3 {
        margin-top: 30px;
        box-shadow: -10px 0px 20px -10px black;
        height: 200px;
        width: 300px;
    }

    .our-placements-img-3 img {
        border-bottom: 5px solid #bd228e;
        height: 200px;
        width: 300px;
    }

    /* Img-3 */

    /* Img-4 */

    .our-placements-img-4 {
        margin-top: 30px;
        box-shadow: -10px 0px 20px -10px black;
        height: 200px;
        width: 300px;
    }

    .our-placements-img-4 img {
        border-bottom: 5px solid #bd228e;
        height: 200px;
        width: 300px;
    }

    /* Img-4 */

    /* Our Placements */

    /* Last Banner */

    .last-banner {
        margin-top: 100px;
    }

    .last-banner-bg {
        background-image: url(../images/banner/banner7.png);
        background-position: center;
        height: 550px;
        width: 300px;
    }

    .last-nabber-text-1 p {
        color: white;
        font-size: 25px;
        padding-top: 300px;
        padding-left: 20px;
    }

    .last-nabber-text-2 h1 {
        color: white;
        padding-left: 20px;
    }

    .last-nabber-text-btn-div {
        position: absolute;
        margin-top: 30px;
        left: 150px;
        transform: translate(-50%, -50%);
    }

    .last-nabber-text-btn {
        position: relative;
        display: block;
        color: white;
        font-size: 17px;
        text-decoration: none;
        border: 2px solid #04B6C5;
        padding: 10px 30px;
        border-radius: 10px;
        overflow: hidden;
        transition: 0.5s all ease-in-out;

        &:hover {
            color: black;
        }
    }

    .last-nabber-text-btn::before {
        background: #04B6C5;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        transition: 0.5s all ease-in-out;
    }

    .btn-6::before {
        width: 100%;
        height: 0%;
        transform: translate(-50%, -50%) rotate(25deg);
    }

    .btn-6:hover::before {
        height: 400%;
    }

    /* Last Banner */

    /* Footer */

    footer {
        overflow: hidden;
        margin-top: 30px;
    }

    .footer-bg {
        background-color: black;
        height: 1200px;
        width: 320px;
    }

    .social-madia-links-heading h4 {
        color: white;
        padding-top: 100px;
        padding-left: 50px;
    }

    /* .social-madia-links-1 */

    .social-madia-links-1 {
        display: flex;
        padding: 20px 5px;
    }

    /* Madia Link-1 */

    .madia-link-1 {
        padding-right: 20px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-1 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 12px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-1 p {
        color: white;
        margin-top: 20px;
    }

    /* Madis Link-1 */

    /* Madia Link-2 */

    .madia-link-2 {
        margin-left: 70px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-2 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 15px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-2 p {
        color: white;
        margin-top: 20px;
    }

    /* Madia Link-2 */

    /* Madia Link-3 */

    .madia-link-3 {
        margin-left: 70px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-3 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 12px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-3 p {
        color: white;
        margin-top: 20px;
    }

    /* Madia Link-3 */

    /* .social-madia-links-1 */

    /* .social-madia-links-2 */

    .social-madia-links-2 {
        display: flex;
        padding: 40px 50px;
    }

    /* Madia Link-4 */

    .madia-link-4 {
        padding-right: 20px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-4 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 13px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-4 p {
        color: white;
        margin-top: 20px;
    }

    /* Madis Link-4 */

    /* Madia Link-5 */

    .madia-link-5 {
        margin-left: 70px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-5 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 10px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-5 p {
        color: white;
        margin-top: 20px;
    }

    /* Madia Link-5 */

    /* Navbar Links */

    .navbar-links-heading h4 {
        margin-top: 100px;
        text-align: center;
        color: white;
    }

    .navbar-main-link li {
        text-align: center;
        list-style: none;
        padding: 5px;
    }

    .navbar-main-link li a {
        color: white;
        text-decoration: none;
        transition: all 0.5s ease-in-out;

        &:hover {
            color: #bd228e;
        }
    }

    /* Navbar Links */

    /* Address */

    .address-text h4 {
        text-align: center;
        margin-top: 100px;
        color: white;
    }

    .address-text .p-1 {
        text-align: center;
        color: white;
        transition: all 0.5s ease-in-out;

        &:hover {
            color: #bd228e;
        }
    }

    .address-text .p-2 {
        text-align: center;
        color: white;
        transition: all 0.5s ease-in-out;

        &:hover {
            color: #bd228e;
        }
    }

    /* Address */

    /* Footer */

    /* Last Footer */

    .last-footer-bg {
        background-color: #bd228e;
        height: 140px;
        width: 100%;
    }

    .last-footer-text-1 p {
        color: white;
        padding-top: 25px;
    }

    .last-footer-text-2 p {
        color: white;
        padding-top: 10px;
        float: left;
    }

    /* Last Footer */

}

 /* Small devices (landscape phones, 425px and up) */
 @media (min-width: 375px) {

     /* Header */
     header {
         background-color: transparent;
         z-index: 30;
         position: fixed;
         width: 100%;
         background-color: rgba(0, 0, 0, 0.404);
         overflow: hidden;
     }

     .navbar img {
         width: 150px;
     }

     .navbar-collapse {
         background-color: rgb(0, 0, 0);
         border-radius: 20px;
         width: 200px;
     }

     .collapse ul {
         margin-left: 220px;
     }

     .collapse ul a {
         color: white;

         &:hover {
             color: #bd228e;
         }
     }

     /* Header */

     /* Banner */

     .banner-bg {
         background-image: url(../images/banner/banner1.gif);
         background-repeat: no-repeat;
         background-size: cover;
         height: 547px;
         width: 375px;
         overflow: hidden;
     }

     .banner-text-bg {
         background-color: rgba(0, 0, 0, 0.616);
         height: 547px;
         width: 375px;
     }

     .banner-img img {
         width: 150px;
         margin-left: 130px;
         margin-top: 140px;
     }

     .banner-text h1 {
         text-align: center;
         padding-top: 20px;
         color: white;
     }

     .banner-text p {
         text-align: center;
         color: white;
         font-size: 20px;
     }

     /* Banner */

     /*marquee*/
     .ticker {
         display: flex;
         flex-wrap: wrap;
         width: 100%;
         margin: 0 auto;
         position: absolute;
         bottom: 170px;
         right: 0px;
         z-index: 20;
         height: 50px;
     }

     .news {
         width: 100%;
         background: #fff;
         border-bottom: solid 2px #bd228e;
         border-top: solid 2px #bd228e;
     }

     .news-title {
         width: 130px;
         text-align: center;
         background: #bd228e;
         position: absolute;
         z-index: 17;
         height: 50px;
         text-shadow: 1px 1px #000;
     }

     .news-title h5 {
         font-size: 14px;
         margin: 14% 0;
         color: #fff;
         padding: 0px 5px;
     }

     .news marquee {
         font-size: 20px;
         margin-top: 10px;
         color: #bd228e;
     }

     .news-content p {
         margin-right: 41px;
         display: inline;
         color: #222;
     }

     /*marquee*/

     /* About us */

     .about-us {
         overflow: hidden;
     }

     .about-us-bg {
         background-image: url(../images/banner/banner4.png);
         background-repeat: no-repeat;
         background-position: center;
         background-size: cover;
         height: 1190px;
         width: 375px;
     }

     .about-us-img {
         margin-left: 0px;
         margin-top: 120px;
         width: 380px;
         height: 560px;
     }

     .about-us-img img {
         width: 380px;
     }

     .about-us-text {
         margin-top: -120px;
     }

     .about-us-text small {
         font-size: 15px;
     }

     .about-us-text small span {
         color: #04B6C5;
     }

     .about-us-text h1 {
         color: #bd228e;
         font-size: 30px;
     }

     .about-us-text p {
         font-size: 17px;
     }

     .about-us-text p span {
         color: #04B6C5;
     }

     .about-us-text-btn-div {
         position: absolute;
         margin-top: 30px;
         left: 50%;
         transform: translate(-50%, -50%);
     }

     .about-us-text-btn {
         position: relative;
         display: block;
         color: #bd228e;
         font-size: 12px;
         text-decoration: none;
         border: 2px solid #bd228e;
         padding: 12px 40px;
         border-radius: 10px;
         overflow: hidden;
         transition: 0.5s all ease-in-out;

         &:hover {
             color: white;
         }
     }

     .about-us-text-btn::before {
         background: #bd228e;
         content: "";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         z-index: -1;
         transition: 0.5s all ease-in-out;
     }

     .btn-2::before {
         width: 100%;
         height: 0%;
         transform: translate(-50%, -50%) rotate(25deg);
     }

     .btn-2:hover::before {
         height: 400%;
     }

     /* About us */

     /* Banner-2 */

     .banner-2 {
         margin-top: 100px;
         margin-bottom: 100px;
         justify-content: center;
         overflow: hidden;
     }

     .banner-2-bg {
         background-image: url(../images/banner/banner-3.png);
         background-repeat: no-repeat;
         background-size: cover;
         height: 550px;
         width: 350px;
         border-radius: 10px;
         overflow: hidden;
     }

     .banner-2-img-bg {
         padding-top: 5px;
         padding-left: 5px;
     }

     .banner-2-img {
         height: 200px;
         width: 340px;
         border-radius: 10px;
     }

     .banner-2-img img {
         height: 100%;
         width: 340px;
         border-radius: 10px;
     }

     .banner-2-text h2 {
         font-size: 25px;
         padding-left: 10px;
         padding-top: 40px;
         color: rgb(255, 255, 255);
     }

     .banner-2-text p {
         padding-left: 10px;
         color: rgba(255, 255, 255, 0.644);
     }

     .banner-2-text-btn-div {
         position: absolute;
         margin-top: 40px;
         left: 50%;
         transform: translate(-50%, -50%);
     }

     .banner-2-text-btn {
         position: relative;
         display: block;
         color: white;
         font-size: 17px;
         text-decoration: none;
         border: 2px solid #04B6C5;
         padding: 10px 30px;
         border-radius: 10px;
         overflow: hidden;
         transition: 0.5s all ease-in-out;

         &:hover {
             color: black;
         }
     }

     .banner-2-text-btn::before {
         background: #04B6C5;
         content: "";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         z-index: -1;
         transition: 0.5s all ease-in-out;
     }

     .btn-1::before {
         width: 100%;
         height: 0%;
         transform: translate(-50%, -50%) rotate(25deg);
     }

     .btn-1:hover::before {
         height: 350%;
     }

     /* Banner-2 */

     /* Our Training's */

     .our-training-heading {
         text-align: center;
     }

     /* Box-1 */

     .our-training-boxs-box-1-bg {
         margin-top: 50px;
         background-color: #F3F7FB;
         border-bottom: 5px solid #bd228e;
         height: 550px;
         width: 350px;
     }

     .our-training-boxs-box-1-img-bg-1 {
         padding-top: 15px;
         padding-left: 13px;
     }

     .our-training-boxs-box-1-img-bg-2 {
         overflow: hidden;
         background-color: white;
         width: 320px;
         height: 210px;
     }

     .our-training-boxs-box-1-img-bg-2 img {
         width: 320px;
         filter: grayscale(100%);
         transition: 1s all ease-in-out;

         &:hover {
             filter: grayscale(0%);
             transform: scale(1.1);
         }
     }

     .our-training-boxs-box-1-text {
         padding-top: 50px;
     }

     /* Box-1 */

     /* Box-2 */

     .our-training-boxs-box-2-bg {
         margin-top: 50px;
         background-color: #04B6C5;
         border-bottom: 5px solid #bd228e;
         width: 350px;
         height: 580px;
     }

     .our-training-boxs-box-2-img-bg-1 {
         padding-top: 15px;
         padding-left: 13px;
     }

     .our-training-boxs-box-2-img-bg-2 {
         overflow: hidden;
         background-color: white;
         width: 325px;
         height: 250px;
     }

     .our-training-boxs-box-2-img-bg-2 img {
         width: 370px;
         filter: grayscale(100%);
         transition: 1s all ease-in-out;

         &:hover {
             filter: grayscale(0%);
             transform: scale(1.1);
         }
     }

     .our-training-boxs-box-2-text {
         padding-top: 50px;
         color: white;
     }

     .our-training-boxs-box-2-text h2 {
         color: #bd228e;
     }

     /* Box-2 */

     /* Box-3 */

     .our-training-boxs-box-3-bg {
         margin-top: 50px;
         background-color: #F3F7FB;
         border-bottom: 5px solid #bd228e;
         height: 560px;
         width: 350px;
     }

     .our-training-boxs-box-3-img-bg-1 {
         padding-top: 15px;
         padding-left: 13px;
     }

     .our-training-boxs-box-3-img-bg-2 {
         overflow: hidden;
         background-color: white;
         width: 325px;
         height: 220px;
     }

     .our-training-boxs-box-3-img-bg-2 img {
         width: 325px;
         filter: grayscale(100%);
         transition: 1s all ease-in-out;

         &:hover {
             filter: grayscale(0%);
             transform: scale(1.1);
         }
     }

     .our-training-boxs-box-3-text {
         padding-top: 50px;
     }

     /* Box-3 */

     /* Box-4 */

     .our-training-boxs-box-4-bg {
         margin-top: 50px;
         background-color: #F3F7FB;
         border-bottom: 5px solid #bd228e;
         height: 550px;
         width: 350px;
     }

     .our-training-boxs-box-4-img-bg-1 {
         padding-top: 15px;
         padding-left: 13px;
     }

     .our-training-boxs-box-4-img-bg-2 {
         overflow: hidden;
         background-color: white;
         width: 320px;
         height: 220px;
     }

     .our-training-boxs-box-4-img-bg-2 img {
         width: 320px;
         filter: grayscale(100%);
         transition: 1s all ease-in-out;

         &:hover {
             filter: grayscale(0%);
             transform: scale(1.1);
         }
     }

     .our-training-boxs-box-4-text {
         padding-top: 50px;
     }

     /* Box-4 */

     /* Box-5 */

     .our-training-boxs-box-5-bg {
         margin-top: 50px;
         background-color: #04B6C5;
         border-bottom: 5px solid #bd228e;
         height: 550px;
         width: 350px;
     }

     .our-training-boxs-box-5-img-bg-1 {
         padding-top: 15px;
         padding-left: 13px;
     }

     .our-training-boxs-box-5-img-bg-2 {
         overflow: hidden;
         background-color: white;
         width: 320px;
         height: 215px;
     }

     .our-training-boxs-box-5-img-bg-2 img {
         width: 320px;
         filter: grayscale(100%);
         transition: 1s all ease-in-out;

         &:hover {
             filter: grayscale(0%);
             transform: scale(1.1);
         }
     }

     .our-training-boxs-box-5-text {
         padding-top: 50px;
         color: white;
     }

     .our-training-boxs-box-5-text h2 {
         color: #bd228e;
     }

     /* Box-5 */

     /* Box-6*/

     .our-training-boxs-box-6-bg {
         margin-top: 50px;
         background-color: #F3F7FB;
         border-bottom: 5px solid #bd228e;
         height: 550px;
         width: 350px;
     }

     .our-training-boxs-box-6-img-bg-1 {
         padding-top: 15px;
         padding-left: 13px;
     }

     .our-training-boxs-box-6-img-bg-2 {
         overflow: hidden;
         background-color: white;
         width: 320px;
         height: 215px;
     }

     .our-training-boxs-box-6-img-bg-2 img {
         width: 320px;
         filter: grayscale(100%);
         transition: 1s all ease-in-out;

         &:hover {
             filter: grayscale(0%);
             transform: scale(1.1);
         }
     }

     .our-training-boxs-box-6-text {
         padding-top: 50px;
     }

     /* Box-6 */

     /* Our Training's */

     /* Banner-3 */

     .Banner-3 {
         overflow: hidden;
     }

     .Banner-3-bg {
         background-image: url(../images/banner/baner5.png);
         background-position: center;
         background-attachment: fixed;
         background-size: cover;
         background-repeat: no-repeat;
         width: 375px;
         height: 250px;
         margin-top: 10px;
     }

     .banner-3-text {
         text-align: center;
         padding-top: 60px;
     }

     .banner-3-text h1 {
         color: white;
     }

     .banner-3-text-btn-div {
         position: absolute;
         margin-top: 40px;
         left: 50%;
         transform: translate(-50%, -50%);
     }

     .banner-3-text-btn {
         position: relative;
         display: block;
         color: white;
         font-size: 17px;
         text-decoration: none;
         border: 2px solid #04B6C5;
         padding: 12px 50px;
         border-radius: 10px;
         overflow: hidden;
         transition: 0.5s all ease-in-out;

         &:hover {
             color: black;
         }
     }

     .banner-3-text-btn::before {
         background: #04B6C5;
         content: "";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         z-index: -1;
         transition: 0.5s all ease-in-out;
     }

     .btn-3::before {
         width: 100%;
         height: 0%;
         transform: translate(-50%, -50%) rotate(25deg);
     }

     .btn-3:hover::before {
         height: 350%;
     }

     /* Banner-3 */

     /* our projects"s */

     .our-Projects {
         background-image: url(../images/banner/banner5.png);
         background-position: center;
         background-repeat: no-repeat;
         background-size: cover;
         height: 1000px;
         width: 375px;
     }

     .our-projects-heading {
         text-align: center;
         padding-top: 100px;
         color: white;
     }

     .our-Projects-main {
         margin-left: 0px;
     }

     /* Box-1 */
     .our-projects-box-1-bg-1 {
         margin-top: 30px;
         background-color: white;
         height: 550px;
         width: 350px;
         box-shadow: -20px 0px 20px -10px black;
         border-top: 5px solid rgba(0, 0, 0, 0.418);
         border-left: 5px solid rgba(0, 0, 0, 0.418);
         border-radius: 10px;
         overflow: hidden;
     }

     .our-projects-box-1-img-bg-1 {
         padding-top: 30px;
         padding-left: 30px;
     }

     .our-projects-box-1-img-bg-2 {
         background-color: #bd228e;
         height: 200px;
         width: 300px;
         border-radius: 10px;
         box-shadow: 0px 20px 20px -20px black;
         overflow: hidden;
     }

     .our-projects-box-1-img-bg-2 img {
         width: 330px;
     }

     .our-projects-box-1-text h2 {
         padding-top: 20px;
     }

     .our-projects-box-1-text-btn-div {
         position: absolute;
         margin-top: 20px;
         left: 190px;
         transform: translate(-50%, -50%);
     }

     .our-projects-box-1-text-btn {
         position: relative;
         display: block;
         color: #bd228e;
         font-size: 15px;
         text-decoration: none;
         border: 2px solid #bd228e;
         padding: 10px 30px;
         border-radius: 10px;
         overflow: hidden;
         transition: 0.5s all ease-in-out;

         &:hover {
             color: white;
         }
     }

     .our-projects-box-1-text-btn::before {
         background: #bd228e;
         content: "";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         z-index: -1;
         transition: 0.5s all ease-in-out;
     }

     .btn-4::before {
         width: 100%;
         height: 0%;
         transform: translate(-50%, -50%) rotate(25deg);
     }

     .btn-4:hover::before {
         height: 400%;
     }

     /* Box-1 */

     /* Box-2 */
     .our-projects-box-2-bg-1 {
         margin-top: 30px;
         background-color: white;
         height: 520px;
         width: 350px;
         box-shadow: -20px 0px 20px -10px black;
         border-top: 5px solid rgba(0, 0, 0, 0.418);
         border-left: 5px solid rgba(0, 0, 0, 0.418);
         border-radius: 10px;
         overflow: hidden;
     }

     .our-projects-box-2-img-bg-1 {
         padding-top: 30px;
         padding-left: 30px;
     }

     .our-projects-box-2-img-bg-2 {
         background-color: #bd228e;
         height: 195px;
         width: 320px;
         box-shadow: 0px 20px 20px -20px black;
         overflow: hidden;
         border-radius: 10px;
     }

     .our-projects-box-2-img-bg-2 img {
         width: 320px;
     }

     .our-projects-box-2-text h2 {
         padding-top: 20px;
     }

     .our-projects-box-2-text-btn-div {
         position: absolute;
         margin-top: 20px;
         left: 190px;
         transform: translate(-50%, -50%);
     }

     .our-projects-box-2-text-btn {
         position: relative;
         display: block;
         color: #bd228e;
         font-size: 15px;
         text-decoration: none;
         border: 2px solid #bd228e;
         padding: 10px 30px;
         border-radius: 10px;
         overflow: hidden;
         transition: 0.5s all ease-in-out;

         &:hover {
             color: white;
         }
     }

     .our-projects-box-2-text-btn::before {
         background: #bd228e;
         content: "";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         z-index: -1;
         transition: 0.5s all ease-in-out;
     }

     .btn-5::before {
         width: 100%;
         height: 0%;
         transform: translate(-50%, -50%) rotate(25deg);
     }

     .btn-5:hover::before {
         height: 400%;
     }

     /* Box-2 */

     /* SVC */

     .svc-div-logo {
         padding-left: 130px;
         padding-top: 50px;
     }

     .svc-div-logo img {
         width: 150px;
         box-shadow: 0px 0px 20px 2px black;
         border-radius: 50%;
     }

     .svc-div-logo-heading {
         text-align: center;
         padding-top: 20px;
     }

     /* Box-1 */

     .svc-div-projects-box-1 {
         height: 400px;
         width: 350px;
         border-radius: 10px;
     }

     .svc-div-projects-box-1 img {
         margin-top: 0px;
         width: 350px;
         border-radius: 10px;
         transition: all 0.5s ease-in-out;

         &:hover {
             transform: scale(0.9) rotate(10deg);
         }
     }

     /* Box-1 */

     /* Box-2 */

     .svc-div-projects-box-2 {
         height: 400px;
         width: 350px;
     }

     .svc-div-projects-box-2 img {
         margin-top: 20px;
         width: 350px;
         border-radius: 10px;
         transition: all 0.5s ease-in-out;

         &:hover {
             transform: scale(0.9) rotate(10deg);
         }
     }

     /* Box-2 */

     /* Box-3 */

     .svc-div-projects-box-3 {
         height: 400px;
         width: 350px;
     }

     .svc-div-projects-box-3 img {
         margin-top: 40px;
         width: 350px;
         border-radius: 10px;
         transition: all 0.5s ease-in-out;

         &:hover {
             transform: scale(0.9) rotate(10deg);
         }
     }

     /* Box-3 */

     /* Box-4 */

     .svc-div-projects-box-4 {
         height: 400px;
         width: 350px;
     }

     .svc-div-projects-box-4 img {
         margin-top: 60px;
         width: 350px;
         border-radius: 10px;
         transition: all 0.5s ease-in-out;

         &:hover {
             transform: scale(0.9) rotate(10deg);
         }
     }

     /* Box-4 */
     /* SVC */
     /* our projects"s */

     /* Our Placements */

     .our-placements {
         margin-top: 2250px;
     }

     .our-placement-heading h1 {
         text-align: center;
     }

     /* Img-1 */

     .our-placements-img-1 {
         margin-top: 30px;
         box-shadow: -10px 0px 20px -10px black;
         height: 200px;
         width: 350px;
     }

     .our-placements-img-1 img {
         border-bottom: 5px solid #bd228e;
         height: 200px;
         width: 350px;
     }

     /* Img-1 */

     /* Img-2 */

     .our-placements-img-2 {
         margin-top: 30px;
         box-shadow: -10px 0px 20px -10px black;
         height: 200px;
         width: 350px;
     }

     .our-placements-img-2 img {
         border-bottom: 5px solid #bd228e;
         height: 200px;
         width: 350px;
     }

     /* Img-2 */

     /* Img-3 */

     .our-placements-img-3 {
         margin-top: 30px;
         box-shadow: -10px 0px 20px -10px black;
         height: 200px;
         width: 350px;
     }

     .our-placements-img-3 img {
         border-bottom: 5px solid #bd228e;
         height: 200px;
         width: 350px;
     }

     /* Img-3 */

     /* Img-4 */

     .our-placements-img-4 {
         margin-top: 30px;
         box-shadow: -10px 0px 20px -10px black;
         height: 200px;
         width: 350px;
     }

     .our-placements-img-4 img {
         border-bottom: 5px solid #bd228e;
         height: 200px;
         width: 350px;
     }

     /* Img-4 */

     /* Our Placements */

     /* Last Banner */

     .last-banner {
         margin-top: 100px;
     }

     .last-banner-bg {
         background-image: url(../images/banner/banner7.png);
         background-position: center;
         height: 550px;
         width: 100%;
     }

     .last-nabber-text-1 p {
         color: white;
         font-size: 25px;
         padding-top: 350px;
         padding-left: 50px;
     }

     .last-nabber-text-2 h1 {
         color: white;
         padding-left: 40px;
     }

     .last-nabber-text-btn-div {
         position: absolute;
         margin-top: 30px;
         left: 150px;
         transform: translate(-50%, -50%);
     }

     .last-nabber-text-btn {
         position: relative;
         display: block;
         color: white;
         font-size: 17px;
         text-decoration: none;
         border: 2px solid #04B6C5;
         padding: 10px 50px;
         border-radius: 10px;
         overflow: hidden;
         transition: 0.5s all ease-in-out;

         &:hover {
             color: black;
         }
     }

     .last-nabber-text-btn::before {
         background: #04B6C5;
         content: "";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         z-index: -1;
         transition: 0.5s all ease-in-out;
     }

     .btn-6::before {
         width: 100%;
         height: 0%;
         transform: translate(-50%, -50%) rotate(25deg);
     }

     .btn-6:hover::before {
         height: 400%;
     }

     /* Last Banner */

     /* Footer */

     footer {
         overflow: hidden;
         margin-top: 30px;
     }

     .footer-bg {
         background-color: black;
         height: 1150px;
         width: 100%;
     }

     .social-madia-links-heading h4 {
         color: white;
         padding-top: 100px;
         padding-left: 100px;
     }

     /* .social-madia-links-1 */

     .social-madia-links-1 {
         display: flex;
         padding: 20px 50px;
     }

     /* Madia Link-1 */

     .madia-link-1 {
         padding-right: 20px;
         border: 2px solid #bd228e;
         width: 50px;
         height: 50px;
         border-radius: 50%;
     }

     .madia-link-1 i {
         color: #bd228e;
         font-size: 25px;
         margin-left: 12px;
         margin-top: 10px;
         transition: .5s;

         &:hover {
             transform: scale(1.5);
             color: white;
         }
     }

     .madia-link-1 p {
         color: white;
         margin-top: 20px;
     }

     /* Madis Link-1 */

     /* Madia Link-2 */

     .madia-link-2 {
         margin-left: 70px;
         border: 2px solid #bd228e;
         width: 50px;
         height: 50px;
         border-radius: 50%;
     }

     .madia-link-2 i {
         color: #bd228e;
         font-size: 25px;
         margin-left: 15px;
         margin-top: 10px;
         transition: .5s;

         &:hover {
             transform: scale(1.5);
             color: white;
         }
     }

     .madia-link-2 p {
         color: white;
         margin-top: 20px;
     }

     /* Madia Link-2 */

     /* Madia Link-3 */

     .madia-link-3 {
         margin-left: 70px;
         border: 2px solid #bd228e;
         width: 50px;
         height: 50px;
         border-radius: 50%;
     }

     .madia-link-3 i {
         color: #bd228e;
         font-size: 25px;
         margin-left: 12px;
         margin-top: 10px;
         transition: .5s;

         &:hover {
             transform: scale(1.5);
             color: white;
         }
     }

     .madia-link-3 p {
         color: white;
         margin-top: 20px;
     }

     /* Madia Link-3 */

     /* .social-madia-links-1 */

     /* .social-madia-links-2 */

     .social-madia-links-2 {
         display: flex;
         padding: 40px 50px;
     }

     /* Madia Link-4 */

     .madia-link-4 {
         padding-right: 20px;
         border: 2px solid #bd228e;
         width: 50px;
         height: 50px;
         border-radius: 50%;
     }

     .madia-link-4 i {
         color: #bd228e;
         font-size: 25px;
         margin-left: 13px;
         margin-top: 10px;
         transition: .5s;

         &:hover {
             transform: scale(1.5);
             color: white;
         }
     }

     .madia-link-4 p {
         color: white;
         margin-top: 20px;
     }

     /* Madis Link-4 */

     /* Madia Link-5 */

     .madia-link-5 {
         margin-left: 70px;
         border: 2px solid #bd228e;
         width: 50px;
         height: 50px;
         border-radius: 50%;
     }

     .madia-link-5 i {
         color: #bd228e;
         font-size: 25px;
         margin-left: 10px;
         margin-top: 10px;
         transition: .5s;

         &:hover {
             transform: scale(1.5);
             color: white;
         }
     }

     .madia-link-5 p {
         color: white;
         margin-top: 20px;
     }

     /* Madia Link-5 */

     /* Navbar Links */

     .navbar-links-heading h4 {
         margin-top: 100px;
         text-align: center;
         color: white;
     }

     .navbar-main-link li {
         text-align: center;
         list-style: none;
         padding: 5px;
     }

     .navbar-main-link li a {
         color: white;
         text-decoration: none;
         transition: all 0.5s ease-in-out;

         &:hover {
             color: #bd228e;
         }
     }

     /* Navbar Links */

     /* Address */

     .address-text h4 {
         text-align: center;
         margin-top: 100px;
         color: white;
     }

     .address-text .p-1 {
         text-align: center;
         color: white;
         transition: all 0.5s ease-in-out;

         &:hover {
             color: #bd228e;
         }
     }

     .address-text .p-2 {
         text-align: center;
         color: white;
         transition: all 0.5s ease-in-out;

         &:hover {
             color: #bd228e;
         }
     }

     /* Address */

     /* Footer */

     /* Last Footer */

     .last-footer-bg {
         background-color: #bd228e;
         height: 140px;
         width: 100%;
     }

     .last-footer-text-1 p {
         color: white;
         padding-top: 25px;
     }

     .last-footer-text-2 p {
         color: white;
         padding-top: 10px;
         float: left;
     }

     /* Last Footer */

 }

 /* Small devices (landscape phones, 425px and up) */
 @media (min-width: 425px) {

     /* Header */
     header {
         background-color: transparent;
         z-index: 30;
         position: fixed;
         width: 100%;
         background-color: rgba(0, 0, 0, 0.404);
         overflow: hidden;
     }

     .navbar img {
         width: 150px;
     }

     .navbar-collapse {
         background-color: rgb(0, 0, 0);
         border-radius: 20px;
         width: 200px;
     }

     .collapse ul {
         margin-left: 260px;
     }

     .collapse ul a {
         color: white;

         &:hover {
             color: #bd228e;
         }
     }

     /* Header */

     /* Banner */

     .banner-bg {
         background-image: url(../images/banner/banner1.gif);
         background-repeat: no-repeat;
         background-size: cover;
         height: 547px;
         width: 100%;
     }

     .banner-text-bg {
         background-color: rgba(0, 0, 0, 0.616);
         height: 547px;
         width: 100%;
     }

     .banner-img img {
         width: 150px;
         margin-left: 130px;
         margin-top: 140px;
     }

     .banner-text h1 {
         text-align: center;
         padding-top: 20px;
         color: white;
     }

     .banner-text p {
         text-align: center;
         color: white;
         font-size: 20px;
     }

     /* Banner */

     /*marquee*/
     .ticker {
         display: flex;
         flex-wrap: wrap;
         width: 100%;
         margin: 0 auto;
         position: absolute;
         bottom: 170px;
         right: 0px;
         z-index: 20;
         height: 50px;
     }

     .news {
         width: 100%;
         background: #fff;
         border-bottom: solid 2px #bd228e;
         border-top: solid 2px #bd228e;
     }

     .news-title {
         width: 130px;
         text-align: center;
         background: #bd228e;
         position: absolute;
         z-index: 17;
         height: 50px;
         text-shadow: 1px 1px #000;
     }

     .news-title h5 {
         font-size: 14px;
         margin: 14% 0;
         color: #fff;
         padding: 0px 5px;
     }

     .news marquee {
         font-size: 20px;
         margin-top: 10px;
         color: #bd228e;
     }

     .news-content p {
         margin-right: 41px;
         display: inline;
         color: #222;
     }

     /*marquee*/

     /* About us */

     .about-us {
         overflow: hidden;
     }

     .about-us-bg {
         background-image: url(../images/banner/banner4.png);
         background-repeat: no-repeat;
         background-position: center;
         background-size: cover;
         height: 1150px;
         width: 425px;
     }

     .about-us-img {
         margin-left: 0px;
         margin-top: 120px;
         width: 530px;
         height: 560px;
     }

     .about-us-img img {
         width: 440px;
     }

     .about-us-text {
         margin-top: -50px;
     }

     .about-us-text small {
         font-size: 15px;
     }

     .about-us-text small span {
         color: #04B6C5;
     }

     .about-us-text h1 {
         color: #bd228e;
         font-size: 30px;
     }

     .about-us-text p {
         font-size: 17px;
     }

     .about-us-text p span {
         color: #04B6C5;
     }

     .about-us-text-btn-div {
         position: absolute;
         margin-top: 30px;
         left: 50%;
         transform: translate(-50%, -50%);
     }

     .about-us-text-btn {
         position: relative;
         display: block;
         color: #bd228e;
         font-size: 16px;
         text-decoration: none;
         border: 2px solid #bd228e;
         padding: 12px 40px;
         border-radius: 10px;
         overflow: hidden;
         transition: 0.5s all ease-in-out;

         &:hover {
             color: white;
         }
     }

     .about-us-text-btn::before {
         background: #bd228e;
         content: "";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         z-index: -1;
         transition: 0.5s all ease-in-out;
     }

     .btn-2::before {
         width: 100%;
         height: 0%;
         transform: translate(-50%, -50%) rotate(25deg);
     }

     .btn-2:hover::before {
         height: 400%;
     }

     /* About us */

     /* Banner-2 */

     .banner-2 {
         margin-top: 100px;
         margin-bottom: 100px;
         justify-content: center;
         overflow: hidden;
     }

     .banner-2-bg {
         background-image: url(../images/banner/banner-3.png);
         background-repeat: no-repeat;
         background-size: cover;
         height: 550px;
         width: 400px;
         border-radius: 10px;
         overflow: hidden;
     }

     .banner-2-img-bg {
         padding-top: 5px;
         padding-left: 5px;
     }

     .banner-2-img {
         height: 200px;
         width: 300px;
         border-radius: 10px;
     }

     .banner-2-img img {
         height: 100%;
         width: 390px;
         border-radius: 10px;
     }

     .banner-2-text h2 {
         font-size: 25px;
         padding-left: 20px;
         padding-top: 40px;
         color: rgb(255, 255, 255);
     }

     .banner-2-text p {
         padding-left: 20px;
         color: rgba(255, 255, 255, 0.644);
     }

     .banner-2-text-btn-div {
         position: absolute;
         margin-top: 40px;
         left: 50%;
         transform: translate(-50%, -50%);
     }

     .banner-2-text-btn {
         position: relative;
         display: block;
         color: white;
         font-size: 17px;
         text-decoration: none;
         border: 2px solid #04B6C5;
         padding: 10px 30px;
         border-radius: 10px;
         overflow: hidden;
         transition: 0.5s all ease-in-out;

         &:hover {
             color: black;
         }
     }

     .banner-2-text-btn::before {
         background: #04B6C5;
         content: "";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         z-index: -1;
         transition: 0.5s all ease-in-out;
     }

     .btn-1::before {
         width: 100%;
         height: 0%;
         transform: translate(-50%, -50%) rotate(25deg);
     }

     .btn-1:hover::before {
         height: 350%;
     }

     /* Banner-2 */

     /* Our Training's */

     .our-training-heading {
         text-align: center;
     }

     /* Box-1 */

     .our-training-boxs-box-1-bg {
         margin-top: 50px;
         background-color: #F3F7FB;
         border-bottom: 5px solid #bd228e;
         height: 550px;
         width: 400px;
     }

     .our-training-boxs-box-1-img-bg-1 {
         padding-top: 15px;
         padding-left: 13px;
     }

     .our-training-boxs-box-1-img-bg-2 {
         overflow: hidden;
         background-color: white;
         width: 370px;
         height: 250px;
     }

     .our-training-boxs-box-1-img-bg-2 img {
         width: 370px;
         filter: grayscale(100%);
         transition: 1s all ease-in-out;

         &:hover {
             filter: grayscale(0%);
             transform: scale(1.1);
         }
     }

     .our-training-boxs-box-1-text {
         padding-top: 50px;
     }

     /* Box-1 */

     /* Box-2 */

     .our-training-boxs-box-2-bg {
         margin-top: 50px;
         background-color: #04B6C5;
         border-bottom: 5px solid #bd228e;
         height: 550px;
         width: 400px;
     }

     .our-training-boxs-box-2-img-bg-1 {
         padding-top: 15px;
         padding-left: 13px;
     }

     .our-training-boxs-box-2-img-bg-2 {
         overflow: hidden;
         background-color: white;
         width: 370px;
         height: 250px;
     }

     .our-training-boxs-box-2-img-bg-2 img {
         width: 370px;
         filter: grayscale(100%);
         transition: 1s all ease-in-out;

         &:hover {
             filter: grayscale(0%);
             transform: scale(1.1);
         }
     }

     .our-training-boxs-box-2-text {
         padding-top: 50px;
         color: white;
     }

     .our-training-boxs-box-2-text h2 {
         color: #bd228e;
     }

     /* Box-2 */

     /* Box-3 */

     .our-training-boxs-box-3-bg {
         margin-top: 50px;
         background-color: #F3F7FB;
         border-bottom: 5px solid #bd228e;
         height: 550px;
         width: 400px;
     }

     .our-training-boxs-box-3-img-bg-1 {
         padding-top: 15px;
         padding-left: 13px;
     }

     .our-training-boxs-box-3-img-bg-2 {
         overflow: hidden;
         background-color: white;
         width: 370px;
         height: 250px;
     }

     .our-training-boxs-box-3-img-bg-2 img {
         width: 370px;
         filter: grayscale(100%);
         transition: 1s all ease-in-out;

         &:hover {
             filter: grayscale(0%);
             transform: scale(1.1);
         }
     }

     .our-training-boxs-box-3-text {
         padding-top: 50px;
     }

     /* Box-3 */

     /* Box-4 */

     .our-training-boxs-box-4-bg {
         margin-top: 50px;
         background-color: #F3F7FB;
         border-bottom: 5px solid #bd228e;
         height: 550px;
         width: 400px;
     }

     .our-training-boxs-box-4-img-bg-1 {
         padding-top: 15px;
         padding-left: 13px;
     }

     .our-training-boxs-box-4-img-bg-2 {
         overflow: hidden;
         background-color: white;
         width: 370px;
         height: 250px;
     }

     .our-training-boxs-box-4-img-bg-2 img {
         width: 370px;
         filter: grayscale(100%);
         transition: 1s all ease-in-out;

         &:hover {
             filter: grayscale(0%);
             transform: scale(1.1);
         }
     }

     .our-training-boxs-box-4-text {
         padding-top: 50px;
     }

     /* Box-4 */

     /* Box-5 */

     .our-training-boxs-box-5-bg {
         margin-top: 50px;
         background-color: #04B6C5;
         border-bottom: 5px solid #bd228e;
         height: 550px;
         width: 400px;
     }

     .our-training-boxs-box-5-img-bg-1 {
         padding-top: 15px;
         padding-left: 13px;
     }

     .our-training-boxs-box-5-img-bg-2 {
         overflow: hidden;
         background-color: white;
         width: 370px;
         height: 250px;
     }

     .our-training-boxs-box-5-img-bg-2 img {
         width: 370px;
         filter: grayscale(100%);
         transition: 1s all ease-in-out;

         &:hover {
             filter: grayscale(0%);
             transform: scale(1.1);
         }
     }

     .our-training-boxs-box-5-text {
         padding-top: 50px;
         color: white;
     }

     .our-training-boxs-box-5-text h2 {
         color: #bd228e;
     }

     /* Box-5 */

     /* Box-6*/

     .our-training-boxs-box-6-bg {
         margin-top: 50px;
         background-color: #F3F7FB;
         border-bottom: 5px solid #bd228e;
         height: 550px;
         width: 400px;
     }

     .our-training-boxs-box-6-img-bg-1 {
         padding-top: 15px;
         padding-left: 13px;
     }

     .our-training-boxs-box-6-img-bg-2 {
         overflow: hidden;
         background-color: white;
         width: 370px;
         height: 250px;
     }

     .our-training-boxs-box-6-img-bg-2 img {
         width: 370px;
         filter: grayscale(100%);
         transition: 1s all ease-in-out;

         &:hover {
             filter: grayscale(0%);
             transform: scale(1.1);
         }
     }

     .our-training-boxs-box-6-text {
         padding-top: 50px;
     }

     /* Box-6 */

     /* Our Training's */

     /* Banner-3 */

     .Banner-3 {
         overflow: hidden;
     }

     .Banner-3-bg {
         background-image: url(../images/banner/baner5.png);
         background-position: center;
         background-attachment: fixed;
         background-size: cover;
         background-repeat: no-repeat;
         width: 100%;
         height: 250px;
         margin-top: 10px;
     }

     .banner-3-text {
         text-align: center;
         padding-top: 60px;
     }

     .banner-3-text h1 {
         color: white;
     }

     .banner-3-text-btn-div {
         position: absolute;
         margin-top: 40px;
         left: 50%;
         transform: translate(-50%, -50%);
     }

     .banner-3-text-btn {
         position: relative;
         display: block;
         color: white;
         font-size: 17px;
         text-decoration: none;
         border: 2px solid #04B6C5;
         padding: 12px 50px;
         border-radius: 10px;
         overflow: hidden;
         transition: 0.5s all ease-in-out;

         &:hover {
             color: black;
         }
     }

     .banner-3-text-btn::before {
         background: #04B6C5;
         content: "";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         z-index: -1;
         transition: 0.5s all ease-in-out;
     }

     .btn-3::before {
         width: 100%;
         height: 0%;
         transform: translate(-50%, -50%) rotate(25deg);
     }

     .btn-3:hover::before {
         height: 350%;
     }

     /* Banner-3 */

     /* our projects"s */

     .our-Projects {
         background-image: url(../images/banner/banner5.png);
         background-position: center;
         background-repeat: no-repeat;
         background-size: cover;
         height: 1000px;
         width: 100%;
     }

     .our-projects-heading {
         text-align: center;
         padding-top: 100px;
         color: white;
     }

     .our-Projects-main {
         margin-left: 0px;
     }

     /* Box-1 */
     .our-projects-box-1-bg-1 {
         margin-top: 30px;
         background-color: white;
         height: 500px;
         width: 400px;
         box-shadow: -20px 0px 20px -10px black;
         border-top: 5px solid rgba(0, 0, 0, 0.418);
         border-left: 5px solid rgba(0, 0, 0, 0.418);
         border-radius: 10px;
         overflow: hidden;
     }

     .our-projects-box-1-img-bg-1 {
         padding-top: 30px;
         padding-left: 30px;
     }

     .our-projects-box-1-img-bg-2 {
         background-color: #bd228e;
         height: 200px;
         width: 335px;
         border-radius: 10px;
         box-shadow: 0px 20px 20px -20px black;
         overflow: hidden;
     }

     .our-projects-box-1-img-bg-2 img {
         width: 335px;
     }

     .our-projects-box-1-text h2 {
         padding-top: 20px;
     }

     .our-projects-box-1-text-btn-div {
         position: absolute;
         margin-top: 20px;
         left: 220px;
         transform: translate(-50%, -50%);
     }

     .our-projects-box-1-text-btn {
         position: relative;
         display: block;
         color: #bd228e;
         font-size: 15px;
         text-decoration: none;
         border: 2px solid #bd228e;
         padding: 10px 30px;
         border-radius: 10px;
         overflow: hidden;
         transition: 0.5s all ease-in-out;

         &:hover {
             color: white;
         }
     }

     .our-projects-box-1-text-btn::before {
         background: #bd228e;
         content: "";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         z-index: -1;
         transition: 0.5s all ease-in-out;
     }

     .btn-4::before {
         width: 100%;
         height: 0%;
         transform: translate(-50%, -50%) rotate(25deg);
     }

     .btn-4:hover::before {
         height: 400%;
     }

     /* Box-1 */

     /* Box-2 */
     .our-projects-box-2-bg-1 {
         margin-top: 30px;
         background-color: white;
         height: 500px;
         width: 400px;
         box-shadow: -20px 0px 20px -10px black;
         border-top: 5px solid rgba(0, 0, 0, 0.418);
         border-left: 5px solid rgba(0, 0, 0, 0.418);
         border-radius: 10px;
         overflow: hidden;
     }

     .our-projects-box-2-img-bg-1 {
         padding-top: 30px;
         padding-left: 30px;
     }

     .our-projects-box-2-img-bg-2 {
         background-color: #bd228e;
         height: 200px;
         width: 335px;
         box-shadow: 0px 20px 20px -20px black;
         overflow: hidden;
         border-radius: 10px;
     }

     .our-projects-box-2-img-bg-2 img {
         width: 335px;
     }

     .our-projects-box-2-text h2 {
         padding-top: 20px;
     }

     .our-projects-box-2-text-btn-div {
         position: absolute;
         margin-top: 20px;
         left: 220px;
         transform: translate(-50%, -50%);
     }

     .our-projects-box-2-text-btn {
         position: relative;
         display: block;
         color: #bd228e;
         font-size: 15px;
         text-decoration: none;
         border: 2px solid #bd228e;
         padding: 10px 30px;
         border-radius: 10px;
         overflow: hidden;
         transition: 0.5s all ease-in-out;

         &:hover {
             color: white;
         }
     }

     .our-projects-box-2-text-btn::before {
         background: #bd228e;
         content: "";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         z-index: -1;
         transition: 0.5s all ease-in-out;
     }

     .btn-5::before {
         width: 100%;
         height: 0%;
         transform: translate(-50%, -50%) rotate(25deg);
     }

     .btn-5:hover::before {
         height: 400%;
     }

     /* Box-2 */

     /* SVC */

     .svc-div-logo {
         padding-left: 130px;
         padding-top: 50px;
     }

     .svc-div-logo img {
         width: 150px;
         box-shadow: 0px 0px 20px 2px black;
         border-radius: 50%;
     }

     .svc-div-logo-heading {
         text-align: center;
         padding-top: 20px;
     }

     /* Box-1 */

     .svc-div-projects-box-1 {
         height: 400px;
         width: 400px;
         border-radius: 10px;
     }

     .svc-div-projects-box-1 img {
         margin-top: 0px;
         width: 400px;
         border-radius: 10px;
         transition: all 0.5s ease-in-out;

         &:hover {
             transform: scale(0.9) rotate(10deg);
         }
     }

     /* Box-1 */

     /* Box-2 */

     .svc-div-projects-box-2 {
         height: 400px;
         width: 400px;
     }

     .svc-div-projects-box-2 img {
         margin-top: 20px;
         width: 400px;
         border-radius: 10px;
         transition: all 0.5s ease-in-out;

         &:hover {
             transform: scale(0.9) rotate(10deg);
         }
     }

     /* Box-2 */

     /* Box-3 */

     .svc-div-projects-box-3 {
         height: 400px;
         width: 400px;
     }

     .svc-div-projects-box-3 img {
         margin-top: 40px;
         width: 400px;
         border-radius: 10px;
         transition: all 0.5s ease-in-out;

         &:hover {
             transform: scale(0.9) rotate(10deg);
         }
     }

     /* Box-3 */

     /* Box-4 */

     .svc-div-projects-box-4 {
         height: 400px;
         width: 400px;
     }

     .svc-div-projects-box-4 img {
         margin-top: 60px;
         width: 400px;
         border-radius: 10px;
         transition: all 0.5s ease-in-out;

         &:hover {
             transform: scale(0.9) rotate(10deg);
         }
     }

     /* Box-4 */
     /* SVC */
     /* our projects"s */

     /* Our Placements */

     .our-placements {
         margin-top: 2250px;
     }

     .our-placement-heading h1 {
         text-align: center;
     }

     /* Img-1 */

     .our-placements-img-1 {
         margin-top: 30px;
         box-shadow: -10px 0px 20px -10px black;
         height: 300px;
         width: 400px;
     }

     .our-placements-img-1 img {
         border-bottom: 5px solid #bd228e;
         height: 300px;
         width: 400px;
     }

     /* Img-1 */

     /* Img-2 */

     .our-placements-img-2 {
         margin-top: 30px;
         box-shadow: -10px 0px 20px -10px black;
         height: 300px;
         width: 400px;
     }

     .our-placements-img-2 img {
         border-bottom: 5px solid #bd228e;
         height: 300px;
         width: 400px;
     }

     /* Img-2 */

     /* Img-3 */

     .our-placements-img-3 {
         margin-top: 30px;
         box-shadow: -10px 0px 20px -10px black;
         height: 300px;
         width: 400px;
     }

     .our-placements-img-3 img {
         border-bottom: 5px solid #bd228e;
         height: 300px;
         width: 400px;
     }

     /* Img-3 */

     /* Img-4 */

     .our-placements-img-4 {
         margin-top: 30px;
         box-shadow: -10px 0px 20px -10px black;
         height: 300px;
         width: 400px;
     }

     .our-placements-img-4 img {
         border-bottom: 5px solid #bd228e;
         height: 300px;
         width: 400px;
     }

     /* Img-4 */

     /* Our Placements */

     /* Last Banner */

     .last-banner {
         margin-top: 100px;
     }

     .last-banner-bg {
         background-image: url(../images/banner/banner7.png);
         background-position: center;
         height: 550px;
         width: 100%;
     }

     .last-nabber-text-1 p {
         color: white;
         font-size: 25px;
         padding-top: 350px;
         padding-left: 50px;
     }

     .last-nabber-text-2 h1 {
         color: white;
         padding-left: 40px;
     }

     .last-nabber-text-btn-div {
         position: absolute;
         margin-top: 30px;
         left: 150px;
         transform: translate(-50%, -50%);
     }

     .last-nabber-text-btn {
         position: relative;
         display: block;
         color: white;
         font-size: 17px;
         text-decoration: none;
         border: 2px solid #04B6C5;
         padding: 10px 50px;
         border-radius: 10px;
         overflow: hidden;
         transition: 0.5s all ease-in-out;

         &:hover {
             color: black;
         }
     }

     .last-nabber-text-btn::before {
         background: #04B6C5;
         content: "";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         z-index: -1;
         transition: 0.5s all ease-in-out;
     }

     .btn-6::before {
         width: 100%;
         height: 0%;
         transform: translate(-50%, -50%) rotate(25deg);
     }

     .btn-6:hover::before {
         height: 400%;
     }

     /* Last Banner */

     /* Footer */

     footer {
         overflow: hidden;
         margin-top: 30px;
     }

     .footer-bg {
         background-color: black;
         height: 1150px;
         width: 100%;
     }

     .social-madia-links-heading h4 {
         color: white;
         padding-top: 100px;
         padding-left: 100px;
     }

     /* .social-madia-links-1 */

     .social-madia-links-1 {
         display: flex;
         padding: 20px 50px;
     }

     /* Madia Link-1 */

     .madia-link-1 {
         padding-right: 20px;
         border: 2px solid #bd228e;
         width: 50px;
         height: 50px;
         border-radius: 50%;
     }

     .madia-link-1 i {
         color: #bd228e;
         font-size: 25px;
         margin-left: 12px;
         margin-top: 10px;
         transition: .5s;

         &:hover {
             transform: scale(1.5);
             color: white;
         }
     }

     .madia-link-1 p {
         color: white;
         margin-top: 20px;
     }

     /* Madis Link-1 */

     /* Madia Link-2 */

     .madia-link-2 {
         margin-left: 70px;
         border: 2px solid #bd228e;
         width: 50px;
         height: 50px;
         border-radius: 50%;
     }

     .madia-link-2 i {
         color: #bd228e;
         font-size: 25px;
         margin-left: 15px;
         margin-top: 10px;
         transition: .5s;

         &:hover {
             transform: scale(1.5);
             color: white;
         }
     }

     .madia-link-2 p {
         color: white;
         margin-top: 20px;
     }

     /* Madia Link-2 */

     /* Madia Link-3 */

     .madia-link-3 {
         margin-left: 70px;
         border: 2px solid #bd228e;
         width: 50px;
         height: 50px;
         border-radius: 50%;
     }

     .madia-link-3 i {
         color: #bd228e;
         font-size: 25px;
         margin-left: 12px;
         margin-top: 10px;
         transition: .5s;

         &:hover {
             transform: scale(1.5);
             color: white;
         }
     }

     .madia-link-3 p {
         color: white;
         margin-top: 20px;
     }

     /* Madia Link-3 */

     /* .social-madia-links-1 */

     /* .social-madia-links-2 */

     .social-madia-links-2 {
         display: flex;
         padding: 40px 50px;
     }

     /* Madia Link-4 */

     .madia-link-4 {
         padding-right: 20px;
         border: 2px solid #bd228e;
         width: 50px;
         height: 50px;
         border-radius: 50%;
     }

     .madia-link-4 i {
         color: #bd228e;
         font-size: 25px;
         margin-left: 13px;
         margin-top: 10px;
         transition: .5s;

         &:hover {
             transform: scale(1.5);
             color: white;
         }
     }

     .madia-link-4 p {
         color: white;
         margin-top: 20px;
     }

     /* Madis Link-4 */

     /* Madia Link-5 */

     .madia-link-5 {
         margin-left: 70px;
         border: 2px solid #bd228e;
         width: 50px;
         height: 50px;
         border-radius: 50%;
     }

     .madia-link-5 i {
         color: #bd228e;
         font-size: 25px;
         margin-left: 10px;
         margin-top: 10px;
         transition: .5s;

         &:hover {
             transform: scale(1.5);
             color: white;
         }
     }

     .madia-link-5 p {
         color: white;
         margin-top: 20px;
     }

     /* Madia Link-5 */

     /* Navbar Links */

     .navbar-links-heading h4 {
         margin-top: 100px;
         text-align: center;
         color: white;
     }

     .navbar-main-link li {
         text-align: center;
         list-style: none;
         padding: 5px;
     }

     .navbar-main-link li a {
         color: white;
         text-decoration: none;
         transition: all 0.5s ease-in-out;

         &:hover {
             color: #bd228e;
         }
     }

     /* Navbar Links */

     /* Address */

     .address-text h4 {
         text-align: center;
         margin-top: 100px;
         color: white;
     }

     .address-text .p-1 {
         text-align: center;
         color: white;
         transition: all 0.5s ease-in-out;

         &:hover {
             color: #bd228e;
         }
     }

     .address-text .p-2 {
         text-align: center;
         color: white;
         transition: all 0.5s ease-in-out;

         &:hover {
             color: #bd228e;
         }
     }

     /* Address */

     /* Footer */

     /* Last Footer */

     .last-footer-bg {
         background-color: #bd228e;
         height: 120px;
         width: 100%;
     }

     .last-footer-text-1 p {
         color: white;
         padding-top: 25px;
     }

     .last-footer-text-2 p {
         color: white;
         padding-top: 10px;
         float: left;
     }

     /* Last Footer */

 }

 /* Medium devices (tablets, 768px and up) */
 @media (min-width: 768px) {

     /* Header */

     header {
         background-color: transparent;
         z-index: 30;
         position: fixed;
         width: 100%;
         background-color: rgba(0, 0, 0, 0.404);
         overflow: hidden;
     }

     .navbar img {
         width: 150px;
     }

     .navbar-collapse {
         background-color: rgb(0, 0, 0);
         border-radius: 20px;
         width: 200px;
     }

     .collapse ul {
         margin-left: 600px;
     }

     .collapse ul a {
         color: white;

         &:hover {
             color: #bd228e;
         }
     }

     /* Header */

     /* Banner */

     .banner-bg {
         background-image: url(../images/banner/banner1.gif);
         background-repeat: no-repeat;
         background-size: cover;
         height: 547px;
         width: 100%;
     }

     .banner-text-bg {
         background-color: rgba(0, 0, 0, 0.292);
         height: 547px;
         width: 100%;
     }

     .banner-img img {
         width: 200px;
         margin-left: 250px;
         margin-top: 100px;
     }

     .banner-text h1 {
         text-align: center;
         padding-top: 20px;
         color: white;
     }

     .banner-text p {
         text-align: center;
         color: white;
         font-size: 20px;
     }

     /* Banner */

     /*marquee*/
     .ticker {
         display: flex;
         flex-wrap: wrap;
         width: 100%;
         margin: 0 auto;
         position: absolute;
         bottom: 170px;
         right: 0px;
         z-index: 20;
         height: 50px;
     }

     .news {
         width: 100%;
         background: #fff;
         border-bottom: solid 2px #bd228e;
         border-top: solid 2px #bd228e;
     }

     .news-title {
         width: 130px;
         text-align: center;
         background: #bd228e;
         position: absolute;
         z-index: 17;
         height: 50px;
         text-shadow: 1px 1px #000;
     }

     .news-title h5 {
         font-size: 14px;
         margin: 14% 0;
         color: #fff;
         padding: 0px 5px;
     }

     .news marquee {
         font-size: 20px;
         margin-top: 10px;
         color: #bd228e;
     }

     .news-content p {
         margin-right: 41px;
         display: inline;
         color: #222;
     }

     /*marquee*/

     /* About us */

     .about-us {
         overflow: hidden;
     }

     .about-us-bg {
         background-image: url(../images/banner/banner4.png);
         background-repeat: no-repeat;
         background-position: center;
         background-size: cover;
         height: 1100px;
         width: 768px;
     }

     .about-us-img {
         margin-left: 100px;
         margin-top: 120px;
         width: 530px;
         height: 560px;
     }

     .about-us-img img {
         width: 530px;
     }

     .about-us-text {
         margin-top: 30px;
     }

     .about-us-text small {
         font-size: 15px;
     }

     .about-us-text small span {
         color: #04B6C5;
     }

     .about-us-text h1 {
         color: #bd228e;
         font-size: 30px;
     }

     .about-us-text p {
         font-size: 17px;
     }

     .about-us-text p span {
         color: #04B6C5;
     }

     .about-us-text-btn-div {
         position: absolute;
         margin-top: 20px;
         left: 50%;
         transform: translate(-50%, -50%);
     }

     .about-us-text-btn {
         position: relative;
         display: block;
         color: #bd228e;
         font-size: 17px;
         text-decoration: none;
         border: 2px solid #bd228e;
         padding: 12px 50px;
         border-radius: 10px;
         overflow: hidden;
         transition: 0.5s all ease-in-out;

         &:hover {
             color: white;
         }
     }

     .about-us-text-btn::before {
         background: #bd228e;
         content: "";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         z-index: -1;
         transition: 0.5s all ease-in-out;
     }

     .btn-2::before {
         width: 100%;
         height: 0%;
         transform: translate(-50%, -50%) rotate(25deg);
     }

     .btn-2:hover::before {
         height: 400%;
     }

     /* About us */

     /* Banner-2 */

     .banner-2 {
         margin-top: 100px;
         margin-bottom: 100px;
         justify-content: center;
         overflow: hidden;
     }

     .banner-2-bg {
         background-image: url(../images/banner/banner-3.png);
         background-repeat: no-repeat;
         background-size: cover;
         height: 570px;
         width: 680px;
         border-radius: 10px;
         overflow: hidden;
     }

     .banner-2-img-bg {
         padding-top: 5px;
         padding-left: 5px;
     }

     .banner-2-img {
         height: 300px;
         width: 400px;
         border-radius: 10px;
     }

     .banner-2-img img {
         height: 100%;
         width: 670px;
         border-radius: 10px;
     }

     .banner-2-text h2 {
         font-size: 25px;
         padding-left: 20px;
         padding-top: 40px;
         color: rgb(255, 255, 255);
     }

     .banner-2-text p {
         padding-left: 20px;
         color: rgba(255, 255, 255, 0.644);
     }

     .banner-2-text-btn-div {
         position: absolute;
         margin-top: 30px;
         left: 50%;
         transform: translate(-50%, -50%);
     }

     .banner-2-text-btn {
         position: relative;
         display: block;
         color: white;
         font-size: 17px;
         text-decoration: none;
         border: 2px solid #04B6C5;
         padding: 10px 30px;
         border-radius: 10px;
         overflow: hidden;
         transition: 0.5s all ease-in-out;

         &:hover {
             color: black;
         }
     }

     .banner-2-text-btn::before {
         background: #04B6C5;
         content: "";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         z-index: -1;
         transition: 0.5s all ease-in-out;
     }

     .btn-1::before {
         width: 100%;
         height: 0%;
         transform: translate(-50%, -50%) rotate(25deg);
     }

     .btn-1:hover::before {
         height: 350%;
     }

     /* Banner-2 */

     /* Our Training's */

     .our-training-heading {
         text-align: center;
     }

     /* Box-1 */

     .our-training-boxs-box-1-bg {
         margin-top: 50px;
         background-color: #F3F7FB;
         border-bottom: 5px solid #bd228e;
         height: 550px;
         width: 700px;
     }

     .our-training-boxs-box-1-img-bg-1 {
         padding-top: 15px;
         padding-left: 13px;
     }

     .our-training-boxs-box-1-img-bg-2 {
         overflow: hidden;
         background-color: white;
         width: 670px;
         height: 280px;
     }

     .our-training-boxs-box-1-img-bg-2 img {
         width: 670px;
         filter: grayscale(100%);
         transition: 1s all ease-in-out;

         &:hover {
             filter: grayscale(0%);
             transform: scale(1.1);
         }
     }

     .our-training-boxs-box-1-text {
         padding-top: 50px;
     }

     /* Box-1 */

     /* Box-2 */

     .our-training-boxs-box-2-bg {
         margin-top: 50px;
         background-color: #04B6C5;
         border-bottom: 5px solid #bd228e;
         height: 550px;
         width: 700px;
     }

     .our-training-boxs-box-2-img-bg-1 {
         padding-top: 15px;
         padding-left: 13px;
     }

     .our-training-boxs-box-2-img-bg-2 {
         overflow: hidden;
         background-color: white;
         width: 670px;
         height: 280px;
     }

     .our-training-boxs-box-2-img-bg-2 img {
         width: 670px;
         filter: grayscale(100%);
         transition: 1s all ease-in-out;

         &:hover {
             filter: grayscale(0%);
             transform: scale(1.1);
         }
     }

     .our-training-boxs-box-2-text {
         padding-top: 50px;
         color: white;
     }

     .our-training-boxs-box-2-text h2 {
         color: #bd228e;
     }

     /* Box-2 */

     /* Box-3 */

     .our-training-boxs-box-3-bg {
         margin-top: 50px;
         background-color: #F3F7FB;
         border-bottom: 5px solid #bd228e;
         height: 550px;
         width: 700px;
     }

     .our-training-boxs-box-3-img-bg-1 {
         padding-top: 15px;
         padding-left: 13px;
     }

     .our-training-boxs-box-3-img-bg-2 {
         overflow: hidden;
         background-color: white;
         width: 670px;
         height: 280px;
     }

     .our-training-boxs-box-3-img-bg-2 img {
         width: 670px;
         filter: grayscale(100%);
         transition: 1s all ease-in-out;

         &:hover {
             filter: grayscale(0%);
             transform: scale(1.1);
         }
     }

     .our-training-boxs-box-3-text {
         padding-top: 50px;
     }

     /* Box-3 */

     /* Box-4 */

     .our-training-boxs-box-4-bg {
         margin-top: 50px;
         background-color: #F3F7FB;
         border-bottom: 5px solid #bd228e;
         height: 550px;
         width: 700px;
     }

     .our-training-boxs-box-4-img-bg-1 {
         padding-top: 15px;
         padding-left: 13px;
     }

     .our-training-boxs-box-4-img-bg-2 {
         overflow: hidden;
         background-color: white;
         width: 670px;
         height: 280px;
     }

     .our-training-boxs-box-4-img-bg-2 img {
         width: 670px;
         filter: grayscale(100%);
         transition: 1s all ease-in-out;

         &:hover {
             filter: grayscale(0%);
             transform: scale(1.1);
         }
     }

     .our-training-boxs-box-4-text {
         padding-top: 50px;
     }

     /* Box-4 */

     /* Box-5 */

     .our-training-boxs-box-5-bg {
         margin-top: 50px;
         background-color: #04B6C5;
         border-bottom: 5px solid #bd228e;
         height: 550px;
         width: 700px;
     }

     .our-training-boxs-box-5-img-bg-1 {
         padding-top: 15px;
         padding-left: 13px;
     }

     .our-training-boxs-box-5-img-bg-2 {
         overflow: hidden;
         background-color: white;
         width: 670px;
         height: 280px;
     }

     .our-training-boxs-box-5-img-bg-2 img {
         width: 670px;
         filter: grayscale(100%);
         transition: 1s all ease-in-out;

         &:hover {
             filter: grayscale(0%);
             transform: scale(1.1);
         }
     }

     .our-training-boxs-box-5-text {
         padding-top: 50px;
         color: white;
     }

     .our-training-boxs-box-5-text h2 {
         color: #bd228e;
     }

     /* Box-5 */

     /* Box-6*/

     .our-training-boxs-box-6-bg {
         margin-top: 50px;
         background-color: #F3F7FB;
         border-bottom: 5px solid #bd228e;
         height: 550px;
         width: 700px;
     }

     .our-training-boxs-box-6-img-bg-1 {
         padding-top: 15px;
         padding-left: 13px;
     }

     .our-training-boxs-box-6-img-bg-2 {
         overflow: hidden;
         background-color: white;
         width: 670px;
         height: 280px;
     }

     .our-training-boxs-box-6-img-bg-2 img {
         width: 670px;
         filter: grayscale(100%);
         transition: 1s all ease-in-out;

         &:hover {
             filter: grayscale(0%);
             transform: scale(1.1);
         }
     }

     .our-training-boxs-box-6-text {
         padding-top: 50px;
     }

     /* Box-6 */

     /* Our Training's */

     /* Banner-3 */

     .Banner-3 {
         overflow: hidden;
     }

     .Banner-3-bg {
         background-image: url(../images/banner/baner5.png);
         background-position: center;
         background-attachment: fixed;
         background-size: cover;
         background-repeat: no-repeat;
         width: 100%;
         height: 250px;
         margin-top: 10px;
     }

     .banner-3-text {
         text-align: center;
         padding-top: 60px;
     }

     .banner-3-text h1 {
         color: white;
     }

     .banner-3-text-btn-div {
         position: absolute;
         margin-top: 40px;
         left: 50%;
         transform: translate(-50%, -50%);
     }

     .banner-3-text-btn {
         position: relative;
         display: block;
         color: white;
         font-size: 17px;
         text-decoration: none;
         border: 2px solid #04B6C5;
         padding: 12px 50px;
         border-radius: 10px;
         overflow: hidden;
         transition: 0.5s all ease-in-out;

         &:hover {
             color: black;
         }
     }

     .banner-3-text-btn::before {
         background: #04B6C5;
         content: "";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         z-index: -1;
         transition: 0.5s all ease-in-out;
     }

     .btn-3::before {
         width: 100%;
         height: 0%;
         transform: translate(-50%, -50%) rotate(25deg);
     }

     .btn-3:hover::before {
         height: 350%;
     }

     /* Banner-3 */

     /* our projects"s */

     .our-Projects {
         background-image: url(../images/banner/banner5.png);
         background-position: center;
         background-repeat: no-repeat;
         background-size: cover;
         height: 1300px;
         width: 100%;
     }

     .our-projects-heading {
         text-align: center;
         padding-top: 100px;
         color: white;
     }

     .our-Projects-main {
         margin-left: 150px;
     }

     /* Box-1 */
     .our-projects-box-1-bg-1 {
         margin-top: 30px;
         background-color: white;
         height: 500px;
         width: 400px;
         box-shadow: -20px 0px 20px -10px black;
         border-top: 5px solid rgba(0, 0, 0, 0.418);
         border-left: 5px solid rgba(0, 0, 0, 0.418);
         border-radius: 10px;
         overflow: hidden;
     }

     .our-projects-box-1-img-bg-1 {
         padding-top: 30px;
         padding-left: 30px;
     }

     .our-projects-box-1-img-bg-2 {
         background-color: #bd228e;
         height: 200px;
         width: 335px;
         border-radius: 10px;
         box-shadow: 0px 20px 20px -20px black;
         overflow: hidden;
     }

     .our-projects-box-1-img-bg-2 img {
         width: 335px;
     }

     .our-projects-box-1-text h2 {
         padding-top: 20px;
     }

     .our-projects-box-1-text-btn-div {
         position: absolute;
         margin-top: 20px;
         left: 390px;
         transform: translate(-50%, -50%);
     }

     .our-projects-box-1-text-btn {
         position: relative;
         display: block;
         color: #bd228e;
         font-size: 17px;
         text-decoration: none;
         border: 2px solid #bd228e;
         padding: 10px 30px;
         border-radius: 10px;
         overflow: hidden;
         transition: 0.5s all ease-in-out;

         &:hover {
             color: white;
         }
     }

     .our-projects-box-1-text-btn::before {
         background: #bd228e;
         content: "";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         z-index: -1;
         transition: 0.5s all ease-in-out;
     }

     .btn-4::before {
         width: 100%;
         height: 0%;
         transform: translate(-50%, -50%) rotate(25deg);
     }

     .btn-4:hover::before {
         height: 400%;
     }

     /* Box-1 */

     /* Box-2 */
     .our-projects-box-2-bg-1 {
         margin-top: 30px;
         background-color: white;
         height: 500px;
         width: 400px;
         box-shadow: -20px 0px 20px -10px black;
         border-top: 5px solid rgba(0, 0, 0, 0.418);
         border-left: 5px solid rgba(0, 0, 0, 0.418);
         border-radius: 10px;
         overflow: hidden;
     }

     .our-projects-box-2-img-bg-1 {
         padding-top: 30px;
         padding-left: 30px;
     }

     .our-projects-box-2-img-bg-2 {
         background-color: #bd228e;
         height: 200px;
         width: 335px;
         box-shadow: 0px 20px 20px -20px black;
         overflow: hidden;
         border-radius: 10px;
     }

     .our-projects-box-2-img-bg-2 img {
         width: 335px;
     }

     .our-projects-box-2-text h2 {
         padding-top: 20px;
     }

     .our-projects-box-2-text-btn-div {
         position: absolute;
         margin-top: 20px;
         left: 390px;
         transform: translate(-50%, -50%);
     }

     .our-projects-box-2-text-btn {
         position: relative;
         display: block;
         color: #bd228e;
         font-size: 17px;
         text-decoration: none;
         border: 2px solid #bd228e;
         padding: 10px 30px;
         border-radius: 10px;
         overflow: hidden;
         transition: 0.5s all ease-in-out;

         &:hover {
             color: white;
         }
     }

     .our-projects-box-2-text-btn::before {
         background: #bd228e;
         content: "";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         z-index: -1;
         transition: 0.5s all ease-in-out;
     }

     .btn-5::before {
         width: 100%;
         height: 0%;
         transform: translate(-50%, -50%) rotate(25deg);
     }

     .btn-5:hover::before {
         height: 400%;
     }

     /* Box-2 */

     /* SVC */

     .svc-div-logo {
         padding-left: 300px;
         padding-top: 50px;
     }

     .svc-div-logo img {
         width: 150px;
         box-shadow: 0px 0px 20px 2px black;
         border-radius: 50%;
     }

     .svc-div-logo-heading {
         text-align: center;
         padding-top: 20px;
     }

     /* Box-1 */

     .svc-div-projects-box-1 {
         margin-top: 0px;
         height: 330px;
         width: 330px;
         border-radius: 10px;
     }

     .svc-div-projects-box-1 img {
         width: 330px;
         border-radius: 10px;
         transition: all 0.5s ease-in-out;

         &:hover {
             transform: scale(0.9) rotate(10deg);
         }
     }

     /* Box-1 */

     /* Box-2 */

     .svc-div-projects-box-2 {
         height: 330px;
         width: 330px;
     }

     .svc-div-projects-box-2 img {
         margin-top: 0px;
         width: 330px;
         border-radius: 10px;
         transition: all 0.5s ease-in-out;

         &:hover {
             transform: scale(0.9) rotate(10deg);
         }
     }

     /* Box-2 */

     /* Box-3 */

     .svc-div-projects-box-3 {
         height: 330px;
         width: 330px;
     }

     .svc-div-projects-box-3 img {
         margin-top: 20px;
         width: 330px;
         border-radius: 10px;
         transition: all 0.5s ease-in-out;

         &:hover {
             transform: scale(0.9) rotate(10deg);
         }
     }

     /* Box-3 */

     /* Box-4 */

     .svc-div-projects-box-4 {
         height: 330px;
         width: 330px;
     }

     .svc-div-projects-box-4 img {
         margin-top: 20px;
         width: 330px;
         border-radius: 10px;
         transition: all 0.5s ease-in-out;

         &:hover {
             transform: scale(0.9) rotate(10deg);
         }
     }

     /* Box-4 */
     /* SVC */
     /* our projects"s */

     /* Our Placements */

     .our-placements {
         margin-top: 1000px;
     }

     .our-placement-heading h1 {
         text-align: center;
     }

     /* Img-1 */

     .our-placements-img-1 {
         margin-top: 30px;
         box-shadow: -10px 0px 20px -10px black;
         height: 200px;
         width: 320px;
     }

     .our-placements-img-1 img {
         border-bottom: 5px solid #bd228e;
         height: 200px;
         width: 320px;
     }

     /* Img-1 */

     /* Img-2 */

     .our-placements-img-2 {
         margin-top: 30px;
         box-shadow: -10px 0px 20px -10px black;
         height: 200px;
         width: 320px;
     }

     .our-placements-img-2 img {
         border-bottom: 5px solid #bd228e;
         height: 200px;
         width: 320px;
     }

     /* Img-2 */

     /* Img-3 */

     .our-placements-img-3 {
         margin-top: 30px;
         box-shadow: -10px 0px 20px -10px black;
         height: 200px;
         width: 320px;
     }

     .our-placements-img-3 img {
         border-bottom: 5px solid #bd228e;
         height: 200px;
         width: 320px;
     }

     /* Img-3 */

     /* Img-4 */

     .our-placements-img-4 {
         margin-top: 30px;
         box-shadow: -10px 0px 20px -10px black;
         height: 200px;
         width: 320px;
     }

     .our-placements-img-4 img {
         border-bottom: 5px solid #bd228e;
         height: 200px;
         width: 320px;
     }

     /* Img-4 */

     /* Our Placements */

     /* Last Banner */

     .last-banner {
         margin-top: 100px;
     }

     .last-banner-bg {
         background-image: url(../images/banner/banner7.png);
         background-position: center;
         height: 550px;
         width: 100%;
     }

     .last-nabber-text-1 p {
         color: white;
         font-size: 25px;
         padding-top: 350px;
         padding-left: 50px;
     }

     .last-nabber-text-2 h1 {
         color: white;
         padding-left: 40px;
     }

     .last-nabber-text-btn-div {
         position: absolute;
         margin-top: 30px;
         left: 550px;
         transform: translate(-50%, -50%);
     }

     .last-nabber-text-btn {
         position: relative;
         display: block;
         color: white;
         font-size: 17px;
         text-decoration: none;
         border: 2px solid #04B6C5;
         padding: 10px 50px;
         border-radius: 10px;
         overflow: hidden;
         transition: 0.5s all ease-in-out;

         &:hover {
             color: black;
         }
     }

     .last-nabber-text-btn::before {
         background: #04B6C5;
         content: "";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         z-index: -1;
         transition: 0.5s all ease-in-out;
     }

     .btn-6::before {
         width: 100%;
         height: 0%;
         transform: translate(-50%, -50%) rotate(25deg);
     }

     .btn-6:hover::before {
         height: 400%;
     }

     /* Last Banner */

     /* Footer */

     footer {
         overflow: hidden;
         margin-top: 30px;
     }

     .footer-bg {
         background-color: black;
         height: 740px;
         width: 100%;
     }

     .social-madia-links-heading h4 {
         color: white;
         padding-top: 80px;
         padding-left: 0px;
     }

     /* .social-madia-links-1 */

     .social-madia-links-1 {
         display: flex;
         padding: 20px 0px;
     }

     /* Madia Link-1 */

     .madia-link-1 {
         padding-right: 20px;
         border: 2px solid #bd228e;
         width: 50px;
         height: 50px;
         border-radius: 50%;
     }

     .madia-link-1 i {
         color: #bd228e;
         font-size: 25px;
         margin-left: 12px;
         margin-top: 10px;
         transition: .5s;

         &:hover {
             transform: scale(1.5);
             color: white;
         }
     }

     .madia-link-1 p {
         color: white;
         margin-top: 20px;
     }

     /* Madis Link-1 */

     /* Madia Link-2 */

     .madia-link-2 {
         margin-left: 70px;
         border: 2px solid #bd228e;
         width: 50px;
         height: 50px;
         border-radius: 50%;
     }

     .madia-link-2 i {
         color: #bd228e;
         font-size: 25px;
         margin-left: 15px;
         margin-top: 10px;
         transition: .5s;

         &:hover {
             transform: scale(1.5);
             color: white;
         }
     }

     .madia-link-2 p {
         color: white;
         margin-top: 20px;
     }

     /* Madia Link-2 */

     /* Madia Link-3 */

     .madia-link-3 {
         margin-left: 70px;
         border: 2px solid #bd228e;
         width: 50px;
         height: 50px;
         border-radius: 50%;
     }

     .madia-link-3 i {
         color: #bd228e;
         font-size: 25px;
         margin-left: 12px;
         margin-top: 10px;
         transition: .5s;

         &:hover {
             transform: scale(1.5);
             color: white;
         }
     }

     .madia-link-3 p {
         color: white;
         margin-top: 20px;
     }

     /* Madia Link-3 */

     /* .social-madia-links-1 */

     /* .social-madia-links-2 */

     .social-madia-links-2 {
         display: flex;
         padding: 40px 0px;
     }

     /* Madia Link-4 */

     .madia-link-4 {
         padding-right: 20px;
         border: 2px solid #bd228e;
         width: 50px;
         height: 50px;
         border-radius: 50%;
     }

     .madia-link-4 i {
         color: #bd228e;
         font-size: 25px;
         margin-left: 13px;
         margin-top: 10px;
         transition: .5s;

         &:hover {
             transform: scale(1.5);
             color: white;
         }
     }

     .madia-link-4 p {
         color: white;
         margin-top: 20px;
     }

     /* Madis Link-4 */

     /* Madia Link-5 */

     .madia-link-5 {
         margin-left: 70px;
         border: 2px solid #bd228e;
         width: 50px;
         height: 50px;
         border-radius: 50%;
     }

     .madia-link-5 i {
         color: #bd228e;
         font-size: 25px;
         margin-left: 10px;
         margin-top: 10px;
         transition: .5s;

         &:hover {
             transform: scale(1.5);
             color: white;
         }
     }

     .madia-link-5 p {
         color: white;
         margin-top: 20px;
     }

     /* Madia Link-5 */

     /* Navbar Links */

     .navbar-links-heading h4 {
         margin-top: 80px;
         text-align: center;
         color: white;
     }

     .navbar-main-link li {
         text-align: center;
         list-style: none;
         padding: 5px;
     }

     .navbar-main-link li a {
         color: white;
         text-decoration: none;
         transition: all 0.5s ease-in-out;

         &:hover {
             color: #bd228e;
         }
     }

     /* Navbar Links */

     /* Address */

     .address-text h4 {
         text-align: center;
         margin-top: 80px;
         color: white;
     }

     .address-text .p-1 {
         text-align: center;
         color: white;
         transition: all 0.5s ease-in-out;

         &:hover {
             color: #bd228e;
         }
     }

     .address-text .p-2 {
         text-align: center;
         color: white;
         transition: all 0.5s ease-in-out;

         &:hover {
             color: #bd228e;
         }
     }

     /* Address */

     /* Footer */

     /* Last Footer */

     .last-footer-bg {
         background-color: #bd228e;
         height: 90px;
         width: 100%;
     }

     .last-footer-text-1 p {
         color: white;
         padding-top: 25px;
     }

     .last-footer-text-2 p {
         color: white;
         padding-top: 25px;
         float: right;
     }

     /* Last Footer */

 }

 /* X-Large devices (large desktops, 1200px and up) */
 @media (min-width: 1024px) {

     /* Header */
     .navbar-color {
         background-color: rgba(0, 0, 0, 0.767);
         box-shadow: 0px 15px 20px -10px black;
         width: 1530px;
         height: 70px;
         z-index: 30;
         transition: 2s;
     }

     .navbar-color nav img {
         width: 150px;
         margin-top: -5px;
         margin-left: 5px;
     }

     .navbar-color ul li a {
         margin-top: 5px;
         color: white;
     }

     header {
         background-color: transparent;
         z-index: 30;
         position: fixed;
         width: 1024px;
     }

     .navbar img {
         width: 150px;
     }

     .navbar-collapse {
         background-color: transparent;
     }

     .collapse ul {
         margin-left: 20px;
     }

     .collapse li {
         padding: 5px;
     }

     .collapse ul a {
         color: white;
         transition: all 0.5s;
         font-size: 14px;

         &:hover {
             color: #bd228e;
         }
     }

     /* Header */

     /* Banner */

     .banner-bg {
         background-image: url(../images/banner/banner1.gif);
         background-repeat: no-repeat;
         background-size: cover;
         height: 547px;
         width: 100%;
     }

     .banner-text-bg {
         background-color: rgba(0, 0, 0, 0.292);
         height: 547px;
         width: 100%;
     }

     .banner-img img {
         width: 200px;
         margin-left: 400px;
         margin-top: 100px;
     }

     .banner-text h1 {
         text-align: center;
         padding-top: 20px;
         color: white;
     }

     .banner-text p {
         text-align: center;
         color: white;
         font-size: 20px;
     }

     /* Banner */

     /*marquee*/
     .ticker {
         display: flex;
         flex-wrap: wrap;
         width: 100%;
         margin: 0 auto;
         position: absolute;
         bottom: 10px;
         right: 0px;
         z-index: 20;
         height: 50px;
     }

     .news {
         width: 100%;
         background: #fff;
         border-bottom: solid 2px #bd228e;
         border-top: solid 2px #bd228e;
     }

     .news-title {
         width: 130px;
         text-align: center;
         background: #bd228e;
         position: absolute;
         z-index: 17;
         height: 50px;
         text-shadow: 1px 1px #000;
     }

     .news-title h5 {
         font-size: 14px;
         margin: 14% 0;
         color: #fff;
         padding: 0px 5px;
     }

     .news marquee {
         font-size: 20px;
         margin-top: 10px;
         color: #bd228e;
     }

     .news-content p {
         margin-right: 41px;
         display: inline;
         color: #222;
     }

     /*marquee*/

     /* About us */

     .about-us {
         overflow: hidden;
     }

     .about-us-bg {
         background-image: url(../images/banner/banner4.png);
         background-repeat: no-repeat;
         background-position: center;
         background-size: cover;
         height: 710px;
         width: 1024px;
     }

     .about-us-img {
         margin-left: 0px;
         margin-top: 120px;
         width: 530px;
         height: 560px;
     }

     .about-us-img img {
         width: 450px;
     }

     .about-us-text {
         margin-top: 130px;
     }

     .about-us-text small {
         font-size: 15px;
     }

     .about-us-text small span {
         color: #04B6C5;
     }

     .about-us-text h1 {
         color: #bd228e;
         font-size: 30px;
     }

     .about-us-text p {
         font-size: 17px;
     }

     .about-us-text p span {
         color: #04B6C5;
     }

     .about-us-text-btn-div {
         position: absolute;
         margin-top: 30px;
         left: 70%;
         transform: translate(-50%, -50%);
     }

     .about-us-text-btn {
         position: relative;
         display: block;
         color: #bd228e;
         font-size: 17px;
         text-decoration: none;
         border: 2px solid #bd228e;
         padding: 12px 50px;
         border-radius: 10px;
         overflow: hidden;
         transition: 0.5s all ease-in-out;

         &:hover {
             color: white;
         }
     }

     .about-us-text-btn::before {
         background: #bd228e;
         content: "";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         z-index: -1;
         transition: 0.5s all ease-in-out;
     }

     .btn-2::before {
         width: 100%;
         height: 0%;
         transform: translate(-50%, -50%) rotate(25deg);
     }

     .btn-2:hover::before {
         height: 400%;
     }

     /* About us */

     /* Banner-2 */

     .banner-2 {
         margin-top: 100px;
         margin-bottom: 100px;
         justify-content: center;
         overflow: hidden;
     }

     .banner-2-bg {
         background-image: url(../images/banner/banner-2.png);
         background-repeat: no-repeat;
         background-size: cover;
         height: 270px;
         width: 950px;
         border-radius: 10px;
         overflow: hidden;
     }

     .banner-2-img-bg {
         padding-top: 5px;
         padding-left: 5px;
     }

     .banner-2-img {
         height: 260px;
         width: 400px;
         border-radius: 10px;
     }

     .banner-2-img img {
         height: 100%;
         width: 400px;
         border-radius: 10px;
     }

     .banner-2-text h2 {
         font-size: 25px;
         padding-left: 20px;
         padding-top: 40px;
         color: rgb(255, 255, 255);
     }

     .banner-2-text p {
         padding-left: 20px;
         color: rgba(255, 255, 255, 0.644);
     }

     .banner-2-text-btn-div {
         position: absolute;
         margin-top: 20px;
         left: 80%;
         transform: translate(-50%, -50%);
     }

     .banner-2-text-btn {
         position: relative;
         display: block;
         color: white;
         font-size: 17px;
         text-decoration: none;
         border: 2px solid #04B6C5;
         padding: 10px 30px;
         border-radius: 10px;
         overflow: hidden;
         transition: 0.5s all ease-in-out;

         &:hover {
             color: black;
         }
     }

     .banner-2-text-btn::before {
         background: #04B6C5;
         content: "";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         z-index: -1;
         transition: 0.5s all ease-in-out;
     }

     .btn-1::before {
         width: 100%;
         height: 0%;
         transform: translate(-50%, -50%) rotate(25deg);
     }

     .btn-1:hover::before {
         height: 350%;
     }

     /* Banner-2 */

     /* Our Training's */

     .our-training-heading {
         text-align: center;
     }

     /* Box-1 */

     .our-training-boxs-box-1-bg {
         margin-top: 50px;
         background-color: #F3F7FB;
         border-bottom: 5px solid #bd228e;
         height: 550px;
         width: 300px;
     }

     .our-training-boxs-box-1-img-bg-1 {
         padding-top: 15px;
         padding-left: 13px;
     }

     .our-training-boxs-box-1-img-bg-2 {
         overflow: hidden;
         background-color: white;
         width: 270px;
         height: 180px;
     }

     .our-training-boxs-box-1-img-bg-2 img {
         width: 270px;
         filter: grayscale(100%);
         transition: 1s all ease-in-out;

         &:hover {
             filter: grayscale(0%);
             transform: scale(1.1);
         }
     }

     .our-training-boxs-box-1-text {
         padding-top: 50px;
     }

     /* Box-1 */

     /* Box-2 */

     .our-training-boxs-box-2-bg {
         margin-top: 50px;
         background-color: #04B6C5;
         border-bottom: 5px solid #bd228e;
         height: 550px;
         width: 300px;
     }

     .our-training-boxs-box-2-img-bg-1 {
         padding-top: 15px;
         padding-left: 13px;
     }

     .our-training-boxs-box-2-img-bg-2 {
         overflow: hidden;
         background-color: white;
         width: 270px;
         height: 180px;
     }

     .our-training-boxs-box-2-img-bg-2 img {
         width: 270px;
         filter: grayscale(100%);
         transition: 1s all ease-in-out;

         &:hover {
             filter: grayscale(0%);
             transform: scale(1.1);
         }
     }

     .our-training-boxs-box-2-text {
         padding-top: 50px;
         color: white;
     }

     .our-training-boxs-box-2-text h2 {
         color: #bd228e;
     }

     /* Box-2 */

     /* Box-3 */

     .our-training-boxs-box-3-bg {
         margin-top: 50px;
         background-color: #F3F7FB;
         border-bottom: 5px solid #bd228e;
         height: 550px;
         width: 300px;
     }

     .our-training-boxs-box-3-img-bg-1 {
         padding-top: 15px;
         padding-left: 13px;
     }

     .our-training-boxs-box-3-img-bg-2 {
         overflow: hidden;
         background-color: white;
         width: 270px;
         height: 180px;
     }

     .our-training-boxs-box-3-img-bg-2 img {
         width: 270px;
         filter: grayscale(100%);
         transition: 1s all ease-in-out;

         &:hover {
             filter: grayscale(0%);
             transform: scale(1.1);
         }
     }

     .our-training-boxs-box-3-text {
         padding-top: 50px;
     }

     /* Box-3 */

     /* Box-4 */

     .our-training-boxs-box-4-bg {
         margin-top: 50px;
         background-color: #F3F7FB;
         border-bottom: 5px solid #bd228e;
         height: 550px;
         width: 300px;
     }

     .our-training-boxs-box-4-img-bg-1 {
         padding-top: 15px;
         padding-left: 13px;
     }

     .our-training-boxs-box-4-img-bg-2 {
         overflow: hidden;
         background-color: white;
         width: 270px;
         height: 180px;
     }

     .our-training-boxs-box-4-img-bg-2 img {
         width: 270px;
         filter: grayscale(100%);
         transition: 1s all ease-in-out;

         &:hover {
             filter: grayscale(0%);
             transform: scale(1.1);
         }
     }

     .our-training-boxs-box-4-text {
         padding-top: 50px;
     }

     /* Box-4 */

     /* Box-5 */

     .our-training-boxs-box-5-bg {
         margin-top: 50px;
         background-color: #04B6C5;
         border-bottom: 5px solid #bd228e;
         height: 550px;
         width: 300px;
     }

     .our-training-boxs-box-5-img-bg-1 {
         padding-top: 15px;
         padding-left: 13px;
     }

     .our-training-boxs-box-5-img-bg-2 {
         overflow: hidden;
         background-color: white;
         width: 270px;
         height: 180px;
     }

     .our-training-boxs-box-5-img-bg-2 img {
         width: 370px;
         filter: grayscale(100%);
         transition: 1s all ease-in-out;

         &:hover {
             filter: grayscale(0%);
             transform: scale(1.1);
         }
     }

     .our-training-boxs-box-5-text {
         padding-top: 50px;
         color: white;
     }

     .our-training-boxs-box-5-text h2 {
         color: #bd228e;
     }

     /* Box-5 */

     /* Box-6*/

     .our-training-boxs-box-6-bg {
         margin-top: 50px;
         background-color: #F3F7FB;
         border-bottom: 5px solid #bd228e;
         height: 550px;
         width: 300px;
     }

     .our-training-boxs-box-6-img-bg-1 {
         padding-top: 15px;
         padding-left: 13px;
     }

     .our-training-boxs-box-6-img-bg-2 {
         overflow: hidden;
         background-color: white;
         width: 270px;
         height: 180px;
     }

     .our-training-boxs-box-6-img-bg-2 img {
         width: 370px;
         filter: grayscale(100%);
         transition: 1s all ease-in-out;

         &:hover {
             filter: grayscale(0%);
             transform: scale(1.1);
         }
     }

     .our-training-boxs-box-6-text {
         padding-top: 50px;
     }

     /* Box-6 */

     /* Our Training's */

     /* Banner-3 */

     .Banner-3 {
         overflow: hidden;
     }

     .Banner-3-bg {
         background-image: url(../images/banner/baner5.png);
         background-position: center;
         background-attachment: fixed;
         background-size: cover;
         background-repeat: no-repeat;
         width: 100%;
         height: 250px;
         margin-top: 10px;
     }

     .banner-3-text {
         text-align: center;
         padding-top: 60px;
     }

     .banner-3-text h1 {
         color: white;
     }

     .banner-3-text-btn-div {
         position: absolute;
         margin-top: 40px;
         left: 50%;
         transform: translate(-50%, -50%);
     }

     .banner-3-text-btn {
         position: relative;
         display: block;
         color: white;
         font-size: 17px;
         text-decoration: none;
         border: 2px solid #04B6C5;
         padding: 12px 50px;
         border-radius: 10px;
         overflow: hidden;
         transition: 0.5s all ease-in-out;

         &:hover {
             color: black;
         }
     }

     .banner-3-text-btn::before {
         background: #04B6C5;
         content: "";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         z-index: -1;
         transition: 0.5s all ease-in-out;
     }

     .btn-3::before {
         width: 100%;
         height: 0%;
         transform: translate(-50%, -50%) rotate(25deg);
     }

     .btn-3:hover::before {
         height: 350%;
     }

     /* Banner-3 */

     /* our projects"s */

     .our-Projects {
         background-image: url(../images/banner/banner5.png);
         background-position: center;
         background-repeat: no-repeat;
         background-size: cover;
         height: 1000px;
         width: 100%;
     }

     .our-projects-heading {
         text-align: center;
         padding-top: 100px;
         color: white;
     }

     .our-Projects-main {
         margin-left: 50px;
     }

     /* Box-1 */
     .our-projects-box-1-bg-1 {
         margin-top: 30px;
         background-color: white;
         height: 500px;
         width: 400px;
         box-shadow: -20px 0px 20px -10px black;
         border-top: 5px solid rgba(0, 0, 0, 0.418);
         border-left: 5px solid rgba(0, 0, 0, 0.418);
         border-radius: 10px;
         overflow: hidden;
     }

     .our-projects-box-1-img-bg-1 {
         padding-top: 30px;
         padding-left: 30px;
     }

     .our-projects-box-1-img-bg-2 {
         background-color: #bd228e;
         height: 200px;
         width: 335px;
         border-radius: 10px;
         box-shadow: 0px 20px 20px -20px black;
         overflow: hidden;
     }

     .our-projects-box-1-img-bg-2 img {
         width: 335px;
     }

     .our-projects-box-1-text h2 {
         padding-top: 20px;
     }

     .our-projects-box-1-text-btn-div {
         position: absolute;
         margin-top: 20px;
         left: 240px;
         transform: translate(-50%, -50%);
     }

     .our-projects-box-1-text-btn {
         position: relative;
         display: block;
         color: #bd228e;
         font-size: 17px;
         text-decoration: none;
         border: 2px solid #bd228e;
         padding: 10px 30px;
         border-radius: 10px;
         overflow: hidden;
         transition: 0.5s all ease-in-out;

         &:hover {
             color: white;
         }
     }

     .our-projects-box-1-text-btn::before {
         background: #bd228e;
         content: "";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         z-index: -1;
         transition: 0.5s all ease-in-out;
     }

     .btn-4::before {
         width: 100%;
         height: 0%;
         transform: translate(-50%, -50%) rotate(25deg);
     }

     .btn-4:hover::before {
         height: 400%;
     }

     /* Box-1 */

     /* Box-2 */
     .our-projects-box-2-bg-1 {
         margin-top: 30px;
         background-color: white;
         height: 500px;
         width: 400px;
         box-shadow: -20px 0px 20px -10px black;
         border-top: 5px solid rgba(0, 0, 0, 0.418);
         border-left: 5px solid rgba(0, 0, 0, 0.418);
         border-radius: 10px;
         overflow: hidden;
     }

     .our-projects-box-2-img-bg-1 {
         padding-top: 30px;
         padding-left: 30px;
     }

     .our-projects-box-2-img-bg-2 {
         background-color: #bd228e;
         height: 200px;
         width: 335px;
         box-shadow: 0px 20px 20px -20px black;
         overflow: hidden;
         border-radius: 10px;
     }

     .our-projects-box-2-img-bg-2 img {
         width: 335px;
     }

     .our-projects-box-2-text h2 {
         padding-top: 20px;
     }

     .our-projects-box-2-text-btn-div {
         position: absolute;
         margin-top: 20px;
         left: 730px;
         transform: translate(-50%, -50%);
     }

     .our-projects-box-2-text-btn {
         position: relative;
         display: block;
         color: #bd228e;
         font-size: 17px;
         text-decoration: none;
         border: 2px solid #bd228e;
         padding: 10px 30px;
         border-radius: 10px;
         overflow: hidden;
         transition: 0.5s all ease-in-out;

         &:hover {
             color: white;
         }
     }

     .our-projects-box-2-text-btn::before {
         background: #bd228e;
         content: "";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         z-index: -1;
         transition: 0.5s all ease-in-out;
     }

     .btn-5::before {
         width: 100%;
         height: 0%;
         transform: translate(-50%, -50%) rotate(25deg);
     }

     .btn-5:hover::before {
         height: 400%;
     }

     /* Box-2 */

     /* SVC */

     .svc-div-logo {
         padding-left: 700px;
         padding-top: 50px;
     }

     .svc-div-logo img {
         width: 150px;
         box-shadow: 0px 0px 20px 2px black;
         border-radius: 50%;
     }

     .svc-div-logo-heading {
         text-align: center;
         padding-top: 20px;
     }

     /* Box-1 */

     .svc-div-projects-box-1 {
         height: 220px;
         width: 220px;
         border-radius: 10px;
     }

     .svc-div-projects-box-1 img {
         margin-top: 0px;
         width: 220px;
         border-radius: 10px;
         transition: all 0.5s ease-in-out;

         &:hover {
             transform: scale(0.9) rotate(10deg);
         }
     }

     /* Box-1 */

     /* Box-2 */

     .svc-div-projects-box-2 {
         margin-top: 0px;
         height: 220px;
         width: 220px;
     }

     .svc-div-projects-box-2 img {
         width: 220px;
         border-radius: 10px;
         transition: all 0.5s ease-in-out;

         &:hover {
             transform: scale(0.9) rotate(10deg);
         }
     }

     /* Box-2 */

     /* Box-3 */

     .svc-div-projects-box-3 {
         height: 220px;
         width: 220px;
     }

     .svc-div-projects-box-3 img {
         margin-top: 0px;
         width: 220px;
         border-radius: 10px;
         transition: all 0.5s ease-in-out;

         &:hover {
             transform: scale(0.9) rotate(10deg);
         }
     }

     /* Box-3 */

     /* Box-4 */

     .svc-div-projects-box-4 {
         height: 220px;
         width: 220px;
     }

     .svc-div-projects-box-4 img {
         margin-top: 0px;
         width: 220px;
         border-radius: 10px;
         transition: all 0.5s ease-in-out;

         &:hover {
             transform: scale(0.9) rotate(10deg);
         }
     }

     /* Box-4 */
     /* SVC */
     /* our projects"s */

     /* Our Placements */

     .our-placements {
         margin-top: 400px;
     }

     .our-placement-heading h1 {
         text-align: center;
     }

     /* Img-1 */

     .our-placements-img-1 {
         margin-top: 30px;
         box-shadow: -10px 0px 20px -10px black;
         height: 150px;
         width: 200px;
     }

     .our-placements-img-1 img {
         border-bottom: 5px solid #bd228e;
         height: 150px;
         width: 200px;
     }

     /* Img-1 */

     /* Img-2 */

     .our-placements-img-2 {
         margin-top: 30px;
         box-shadow: -10px 0px 20px -10px black;
         height: 150px;
         width: 200px;
     }

     .our-placements-img-2 img {
         border-bottom: 5px solid #bd228e;
         height: 150px;
         width: 200px;
     }

     /* Img-2 */

     /* Img-3 */

     .our-placements-img-3 {
         margin-top: 30px;
         box-shadow: -10px 0px 20px -10px black;
         height: 150px;
         width: 200px;
     }

     .our-placements-img-3 img {
         border-bottom: 5px solid #bd228e;
         height: 150px;
         width: 200px;
     }

     /* Img-3 */

     /* Img-4 */

     .our-placements-img-4 {
         margin-top: 30px;
         box-shadow: -10px 0px 20px -10px black;
         height: 150px;
         width: 200px;
     }

     .our-placements-img-4 img {
         border-bottom: 5px solid #bd228e;
         height: 150px;
         width: 200px;
     }

     /* Img-4 */

     /* Our Placements */

     /* Last Banner */

     .last-banner {
         margin-top: 100px;
     }

     .last-banner-bg {
         background-image: url(../images/banner/banner6.png);
         background-position: center;
         height: 250px;
         width: 100%;
     }

     .last-nabber-text-1 p {
         color: white;
         font-size: 25px;
         padding-top: 50px;
         padding-left: 50px;
     }

     .last-nabber-text-2 h1 {
         color: white;
         padding-left: 40px;
     }

     .last-nabber-text-btn-div {
         position: absolute;
         margin-top: 30px;
         left: 250px;
         transform: translate(-50%, -50%);
     }

     .last-nabber-text-btn {
         position: relative;
         display: block;
         color: white;
         font-size: 17px;
         text-decoration: none;
         border: 2px solid #04B6C5;
         padding: 10px 50px;
         border-radius: 10px;
         overflow: hidden;
         transition: 0.5s all ease-in-out;

         &:hover {
             color: black;
         }
     }

     .last-nabber-text-btn::before {
         background: #04B6C5;
         content: "";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         z-index: -1;
         transition: 0.5s all ease-in-out;
     }

     .btn-6::before {
         width: 100%;
         height: 0%;
         transform: translate(-50%, -50%) rotate(25deg);
     }

     .btn-6:hover::before {
         height: 400%;
     }

     /* Last Banner */

     /* Footer */

     footer {
         overflow: hidden;
         margin-top: 30px;
     }

     .footer-bg {
         background-color: black;
         height: 500px;
         width: 100%;
     }

     .social-madia-links-heading h4 {
         color: white;
         padding-top: 100px;
     }

     /* .social-madia-links-1 */

     .social-madia-links-1 {
         display: flex;
         padding: 20px 0px;
     }

     /* Madia Link-1 */

     .madia-link-1 {
         padding-right: 20px;
         border: 2px solid #bd228e;
         width: 50px;
         height: 50px;
         border-radius: 50%;
     }

     .madia-link-1 i {
         color: #bd228e;
         font-size: 25px;
         margin-left: 12px;
         margin-top: 10px;
         transition: .5s;

         &:hover {
             transform: scale(1.5);
             color: white;
         }
     }

     .madia-link-1 p {
         color: white;
         margin-top: 20px;
     }

     /* Madis Link-1 */

     /* Madia Link-2 */

     .madia-link-2 {
         margin-left: 70px;
         border: 2px solid #bd228e;
         width: 50px;
         height: 50px;
         border-radius: 50%;
     }

     .madia-link-2 i {
         color: #bd228e;
         font-size: 25px;
         margin-left: 15px;
         margin-top: 10px;
         transition: .5s;

         &:hover {
             transform: scale(1.5);
             color: white;
         }
     }

     .madia-link-2 p {
         color: white;
         margin-top: 20px;
     }

     /* Madia Link-2 */

     /* Madia Link-3 */

     .madia-link-3 {
         margin-left: 70px;
         border: 2px solid #bd228e;
         width: 50px;
         height: 50px;
         border-radius: 50%;
     }

     .madia-link-3 i {
         color: #bd228e;
         font-size: 25px;
         margin-left: 12px;
         margin-top: 10px;
         transition: .5s;

         &:hover {
             transform: scale(1.5);
             color: white;
         }
     }

     .madia-link-3 p {
         color: white;
         margin-top: 20px;
     }

     /* Madia Link-3 */

     /* .social-madia-links-1 */

     /* .social-madia-links-2 */

     .social-madia-links-2 {
         display: flex;
         padding: 40px 0px;
     }

     /* Madia Link-4 */

     .madia-link-4 {
         padding-right: 20px;
         border: 2px solid #bd228e;
         width: 50px;
         height: 50px;
         border-radius: 50%;
     }

     .madia-link-4 i {
         color: #bd228e;
         font-size: 25px;
         margin-left: 13px;
         margin-top: 10px;
         transition: .5s;

         &:hover {
             transform: scale(1.5);
             color: white;
         }
     }

     .madia-link-4 p {
         color: white;
         margin-top: 20px;
     }

     /* Madis Link-4 */

     /* Madia Link-5 */

     .madia-link-5 {
         margin-left: 70px;
         border: 2px solid #bd228e;
         width: 50px;
         height: 50px;
         border-radius: 50%;
     }

     .madia-link-5 i {
         color: #bd228e;
         font-size: 25px;
         margin-left: 10px;
         margin-top: 10px;
         transition: .5s;

         &:hover {
             transform: scale(1.5);
             color: white;
         }
     }

     .madia-link-5 p {
         color: white;
         margin-top: 20px;
     }

     /* Madia Link-5 */

     /* Navbar Links */

     .navbar-links-heading h4 {
         margin-top: 100px;
         text-align: center;
         color: white;
     }

     .navbar-main-link li {
         text-align: center;
         list-style: none;
         padding: 5px;
     }

     .navbar-main-link li a {
         color: white;
         text-decoration: none;
         transition: all 0.5s ease-in-out;

         &:hover {
             color: #bd228e;
         }
     }

     /* Navbar Links */

     /* Address */

     .address-text h4 {
         text-align: center;
         margin-top: 100px;
         color: white;
     }

     .address-text .p-1 {
         text-align: center;
         color: white;
         transition: all 0.5s ease-in-out;

         &:hover {
             color: #bd228e;
         }
     }

     .address-text .p-2 {
         text-align: center;
         color: white;
         transition: all 0.5s ease-in-out;

         &:hover {
             color: #bd228e;
         }
     }

     /* Address */

     /* Footer */

     /* Last Footer */

     .last-footer-bg {
         background-color: #bd228e;
         height: 70px;
         width: 100%;
     }

     .last-footer-text-1 p {
         color: white;
         padding-top: 25px;
     }

     .last-footer-text-2 p {
         color: white;
         padding-top: 25px;
         float: right;
     }

     /* Last Footer */

 }

 /* XX-Large devices (larger desktops, 1400px and up) */
 @media (min-width: 1440px) {

     /* Header */
     .navbar-color {
         background-color: rgba(0, 0, 0, 0.767);
         box-shadow: 0px 15px 20px -10px black;
         width: 1530px;
         height: 70px;
         z-index: 30;
         transition: 2s;
     }

     .navbar-color nav img {
         width: 150px;
         margin-top: -5px;
         margin-left: 15px;
     }

     .navbar-color ul li a {
         margin-top: -5px;
         color: white;
     }

     header {
         background: transparent;
         z-index: 30;
         position: fixed;
         width: 1520px;
     }

     .navbar img {
         width: 200px;
     }

     .navbar-collapse {
         background-color: transparent;
     }

     .collapse ul {
         margin-left: 150px;
     }

     .collapse li {
         padding: 10px;
     }

     .collapse ul a {
         color: white;
         transition: all 0.5s;
         font-size: 20px;

         &:hover {
             color: #bd228e;
         }
     }

     /* Header */

     /* Banner */

     .banner-bg {
         background-image: url(../images/banner/banner1.gif);
         background-repeat: no-repeat;
         background-size: cover;
         height: 707px;
         width: 100%;
     }

     .banner-text-bg {
         background-color: rgba(0, 0, 0, 0.292);
         height: 707px;
         width: 100%;
     }

     .banner-img img {
         width: 200px;
         margin-left: 640px;
         margin-top: 200px;
     }

     .banner-text h1 {
         text-align: center;
         padding-top: 20px;
         color: white;
     }

     .banner-text p {
         text-align: center;
         color: white;
         font-size: 20px;
     }

     /* Banner */

     /*marquee*/
     .ticker {
         display: flex;
         flex-wrap: wrap;
         width: 100%;
         margin: 0 auto;
         position: absolute;
         bottom: 10px;
         right: 0px;
         z-index: 20;
         height: 50px;
     }

     .news {
         width: 100%;
         background: #fff;
         border-bottom: solid 2px #bd228e;
         border-top: solid 2px #bd228e;
     }

     .news-title {
         width: 130px;
         text-align: center;
         background: #bd228e;
         position: absolute;
         z-index: 17;
         height: 50px;
         text-shadow: 1px 1px #000;
     }

     .news-title h5 {
         font-size: 14px;
         margin: 14% 0;
         color: #fff;
         padding: 0px 5px;
     }

     .news marquee {
         font-size: 20px;
         margin-top: 10px;
         color: #bd228e;
     }

     .news-content p {
         margin-right: 41px;
         display: inline;
         color: #222;
     }

     /*marquee*/

     /* About us */

     .about-us {
         overflow: hidden;
     }

     .about-us-bg {
         background-image: url(../images/banner/banner4.png);
         background-repeat: no-repeat;
         background-position: center;
         background-size: cover;
         height: 710px;
         width: 1530px;
     }

     .about-us-img {
         margin-left: 0px;
         margin-top: 120px;
         width: 530px;
         height: 560px;
     }


     .about-us-img img {
         width: 530px;
     }

     .about-us-text {
         margin-top: 150px;
     }

     .about-us-text small {
         font-size: 17px;
     }

     .about-us-text small span {
         color: #04B6C5;
     }

     .about-us-text h1 {
         color: #bd228e;
         font-size: 50px;
     }

     .about-us-text p {
         font-size: 20px;
     }

     .about-us-text p span {
         color: #04B6C5;
     }

     .about-us-text-btn-div {
         position: absolute;
         margin-top: 20px;
         left: 80%;
         transform: translate(-50%, -50%);
     }

     .about-us-text-btn {
         position: relative;
         display: block;
         color: #bd228e;
         font-size: 17px;
         text-decoration: none;
         border: 2px solid #bd228e;
         padding: 12px 50px;
         border-radius: 10px;
         overflow: hidden;
         transition: 0.5s all ease-in-out;

         &:hover {
             color: white;
         }
     }

     .about-us-text-btn::before {
         background: #bd228e;
         content: "";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         z-index: -1;
         transition: 0.5s all ease-in-out;
     }

     .btn-2::before {
         width: 100%;
         height: 0%;
         transform: translate(-50%, -50%) rotate(25deg);
     }

     .btn-2:hover::before {
         height: 400%;
     }

     /* About us */

     /* Banner-2 */

     .banner-2 {
         margin-top: 100px;
         margin-bottom: 100px;
         justify-content: center;
         overflow: hidden;
     }

     .banner-2-bg {
         background-image: url(../images/banner/banner-2.png);
         background-repeat: no-repeat;
         background-size: cover;
         height: 270px;
         width: 1290px;
         border-radius: 10px;
         overflow: hidden;
     }

     .banner-2-img-bg {
         padding-top: 5px;
         padding-left: 5px;
     }

     .banner-2-img {
         height: 260px;
         width: 500px;
         border-radius: 10px;
     }

     .banner-2-img img {
         height: 100%;
         width: 500px;
         border-radius: 10px;
     }

     .banner-2-text h2 {
         padding-left: 20px;
         padding-top: 50px;
         color: white;
     }

     .banner-2-text p {
         padding-left: 20px;
         color: rgba(255, 255, 255, 0.644);
     }

     .banner-2-text-btn-div {
         position: absolute;
         margin-top: 20px;
         left: 80%;
         transform: translate(-50%, -50%);
     }

     .banner-2-text-btn {
         position: relative;
         display: block;
         color: white;
         font-size: 17px;
         text-decoration: none;
         border: 2px solid #04B6C5;
         padding: 12px 50px;
         border-radius: 10px;
         overflow: hidden;
         transition: 0.5s all ease-in-out;

         &:hover {
             color: black;
         }
     }

     .banner-2-text-btn::before {
         background: #04B6C5;
         content: "";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         z-index: -1;
         transition: 0.5s all ease-in-out;
     }

     .btn-1::before {
         width: 100%;
         height: 0%;
         transform: translate(-50%, -50%) rotate(25deg);
     }

     .btn-1:hover::before {
         height: 350%;
     }

     /* Banner-2 */

     /* Our Training's */

     .our-training-heading {
         text-align: center;
     }

     /* Box-1 */

     .our-training-boxs-box-1-bg {
         margin-top: 50px;
         background-color: #F3F7FB;
         border-bottom: 5px solid #bd228e;
         height: 550px;
         width: 400px;
     }

     .our-training-boxs-box-1-img-bg-1 {
         padding-top: 15px;
         padding-left: 13px;
     }

     .our-training-boxs-box-1-img-bg-2 {
         overflow: hidden;
         background-color: white;
         width: 370px;
         height: 250px;
     }

     .our-training-boxs-box-1-img-bg-2 img {
         width: 370px;
         filter: grayscale(100%);
         transition: 1s all ease-in-out;

         &:hover {
             filter: grayscale(0%);
             transform: scale(1.1);
         }
     }

     .our-training-boxs-box-1-text {
         padding-top: 50px;
     }

     /* Box-1 */

     /* Box-2 */

     .our-training-boxs-box-2-bg {
         margin-top: 50px;
         background-color: #04B6C5;
         border-bottom: 5px solid #bd228e;
         height: 550px;
         width: 400px;
     }

     .our-training-boxs-box-2-img-bg-1 {
         padding-top: 15px;
         padding-left: 13px;
     }

     .our-training-boxs-box-2-img-bg-2 {
         overflow: hidden;
         background-color: white;
         width: 370px;
         height: 250px;
     }

     .our-training-boxs-box-2-img-bg-2 img {
         width: 370px;
         filter: grayscale(100%);
         transition: 1s all ease-in-out;

         &:hover {
             filter: grayscale(0%);
             transform: scale(1.1);
         }
     }

     .our-training-boxs-box-2-text {
         padding-top: 50px;
         color: white;
     }

     .our-training-boxs-box-2-text h2 {
         color: #bd228e;
     }

     /* Box-2 */

     /* Box-3 */

     .our-training-boxs-box-3-bg {
         margin-top: 50px;
         background-color: #F3F7FB;
         border-bottom: 5px solid #bd228e;
         height: 550px;
         width: 400px;
     }

     .our-training-boxs-box-3-img-bg-1 {
         padding-top: 15px;
         padding-left: 13px;
     }

     .our-training-boxs-box-3-img-bg-2 {
         overflow: hidden;
         background-color: white;
         width: 370px;
         height: 250px;
     }

     .our-training-boxs-box-3-img-bg-2 img {
         width: 370px;
         filter: grayscale(100%);
         transition: 1s all ease-in-out;

         &:hover {
             filter: grayscale(0%);
             transform: scale(1.1);
         }
     }

     .our-training-boxs-box-3-text {
         padding-top: 50px;
     }

     /* Box-3 */

     /* Box-4 */

     .our-training-boxs-box-4-bg {
         margin-top: 50px;
         background-color: #F3F7FB;
         border-bottom: 5px solid #bd228e;
         height: 550px;
         width: 400px;
     }

     .our-training-boxs-box-4-img-bg-1 {
         padding-top: 15px;
         padding-left: 13px;
     }

     .our-training-boxs-box-4-img-bg-2 {
         overflow: hidden;
         background-color: white;
         width: 370px;
         height: 250px;
     }

     .our-training-boxs-box-4-img-bg-2 img {
         width: 370px;
         filter: grayscale(100%);
         transition: 1s all ease-in-out;

         &:hover {
             filter: grayscale(0%);
             transform: scale(1.1);
         }
     }

     .our-training-boxs-box-4-text {
         padding-top: 50px;
     }

     /* Box-4 */

     /* Box-5 */

     .our-training-boxs-box-5-bg {
         margin-top: 50px;
         background-color: #04B6C5;
         border-bottom: 5px solid #bd228e;
         height: 550px;
         width: 400px;
     }

     .our-training-boxs-box-5-img-bg-1 {
         padding-top: 15px;
         padding-left: 13px;
     }

     .our-training-boxs-box-5-img-bg-2 {
         overflow: hidden;
         background-color: white;
         width: 370px;
         height: 250px;
     }

     .our-training-boxs-box-5-img-bg-2 img {
         width: 370px;
         filter: grayscale(100%);
         transition: 1s all ease-in-out;

         &:hover {
             filter: grayscale(0%);
             transform: scale(1.1);
         }
     }

     .our-training-boxs-box-5-text {
         padding-top: 50px;
         color: white;
     }

     .our-training-boxs-box-5-text h2 {
         color: #bd228e;
     }

     /* Box-5 */

     /* Box-6*/

     .our-training-boxs-box-6-bg {
         margin-top: 50px;
         background-color: #F3F7FB;
         border-bottom: 5px solid #bd228e;
         height: 550px;
         width: 400px;
     }

     .our-training-boxs-box-6-img-bg-1 {
         padding-top: 15px;
         padding-left: 13px;
     }

     .our-training-boxs-box-6-img-bg-2 {
         overflow: hidden;
         background-color: white;
         width: 370px;
         height: 250px;
     }

     .our-training-boxs-box-6-img-bg-2 img {
         width: 370px;
         filter: grayscale(100%);
         transition: 1s all ease-in-out;

         &:hover {
             filter: grayscale(0%);
             transform: scale(1.1);
         }
     }

     .our-training-boxs-box-6-text {
         padding-top: 50px;
     }

     /* Box-6 */

     /* Our Training's */

     /* Banner-3 */

     .Banner-3 {
         overflow: hidden;
     }

     .Banner-3-bg {
         background-image: url(../images/banner/baner5.png);
         background-position: center;
         background-repeat: no-repeat;
         background-size: cover;
         background-attachment: fixed;
         width: 100%;
         height: 250px;
         margin-top: 100px;
     }

     .banner-3-text {
         text-align: center;
         padding-top: 60px;
     }

     .banner-3-text h1 {
         color: white;
     }

     .banner-3-text-btn-div {
         position: absolute;
         margin-top: 40px;
         left: 50%;
         transform: translate(-50%, -50%);
     }

     .banner-3-text-btn {
         position: relative;
         display: block;
         color: white;
         font-size: 17px;
         text-decoration: none;
         border: 2px solid #04B6C5;
         padding: 12px 50px;
         border-radius: 10px;
         overflow: hidden;
         transition: 0.5s all ease-in-out;

         &:hover {
             color: black;
         }
     }

     .banner-3-text-btn::before {
         background: #04B6C5;
         content: "";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         z-index: -1;
         transition: 0.5s all ease-in-out;
     }

     .btn-3::before {
         width: 100%;
         height: 0%;
         transform: translate(-50%, -50%) rotate(25deg);
     }

     .btn-3:hover::before {
         height: 350%;
     }

     /* Banner-3 */

     /* our projects"s */

     .our-Projects {
         background-image: url(../images/banner/banner5.png);
         background-position: center;
         background-repeat: no-repeat;
         background-size: cover;
         height: 1000px;
         width: 100%;
     }

     .our-projects-heading {
         text-align: center;
         padding-top: 100px;
         color: white;
     }

     .our-Projects-main {
         margin-left: 150px;
     }

     /* Box-1 */
     .our-projects-box-1-bg-1 {
         margin-top: 30px;
         background-color: white;
         height: 500px;
         width: 400px;
         box-shadow: -20px 0px 20px -10px black;
         border-top: 5px solid rgba(0, 0, 0, 0.418);
         border-left: 5px solid rgba(0, 0, 0, 0.418);
         border-radius: 10px;
         overflow: hidden;
     }

     .our-projects-box-1-img-bg-1 {
         padding-top: 30px;
         padding-left: 30px;
     }

     .our-projects-box-1-img-bg-2 {
         background-color: #bd228e;
         height: 200px;
         width: 335px;
         border-radius: 10px;
         box-shadow: 0px 20px 20px -20px black;
         overflow: hidden;
     }

     .our-projects-box-1-img-bg-2 img {
         width: 335px;
     }

     .our-projects-box-1-text h2 {
         padding-top: 20px;
     }

     .our-projects-box-1-text-btn-div {
         position: absolute;
         margin-top: 20px;
         left: 460px;
         transform: translate(-50%, -50%);
     }

     .our-projects-box-1-text-btn {
         position: relative;
         display: block;
         color: #bd228e;
         font-size: 17px;
         text-decoration: none;
         border: 2px solid #bd228e;
         padding: 10px 30px;
         border-radius: 10px;
         overflow: hidden;
         transition: 0.5s all ease-in-out;

         &:hover {
             color: white;
         }
     }

     .our-projects-box-1-text-btn::before {
         background: #bd228e;
         content: "";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         z-index: -1;
         transition: 0.5s all ease-in-out;
     }

     .btn-4::before {
         width: 100%;
         height: 0%;
         transform: translate(-50%, -50%) rotate(25deg);
     }

     .btn-4:hover::before {
         height: 400%;
     }

     /* Box-1 */

     /* Box-2 */
     .our-projects-box-2-bg-1 {
         margin-top: 30px;
         background-color: white;
         height: 500px;
         width: 400px;
         box-shadow: -20px 0px 20px -10px black;
         border-top: 5px solid rgba(0, 0, 0, 0.418);
         border-left: 5px solid rgba(0, 0, 0, 0.418);
         border-radius: 10px;
         overflow: hidden;
     }

     .our-projects-box-2-img-bg-1 {
         padding-top: 30px;
         padding-left: 30px;
     }

     .our-projects-box-2-img-bg-2 {
         background-color: #bd228e;
         height: 200px;
         width: 335px;
         box-shadow: 0px 20px 20px -20px black;
         overflow: hidden;
         border-radius: 10px;
     }

     .our-projects-box-2-img-bg-2 img {
         width: 335px;
     }

     .our-projects-box-2-text h2 {
         padding-top: 20px;
     }

     .our-projects-box-2-text-btn-div {
         position: absolute;
         margin-top: 20px;
         left: 1050px;
         transform: translate(-50%, -50%);
     }

     .our-projects-box-2-text-btn {
         position: relative;
         display: block;
         color: #bd228e;
         font-size: 17px;
         text-decoration: none;
         border: 2px solid #bd228e;
         padding: 10px 30px;
         border-radius: 10px;
         overflow: hidden;
         transition: 0.5s all ease-in-out;

         &:hover {
             color: white;
         }
     }

     .our-projects-box-2-text-btn::before {
         background: #bd228e;
         content: "";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         z-index: -1;
         transition: 0.5s all ease-in-out;
     }

     .btn-5::before {
         width: 100%;
         height: 0%;
         transform: translate(-50%, -50%) rotate(25deg);
     }

     .btn-5:hover::before {
         height: 400%;
     }

     /* Box-2 */

     /* SVC */

     .svc-div-logo {
         padding-left: 700px;
         padding-top: 50px;
     }

     .svc-div-logo img {
         width: 150px;
         box-shadow: 0px 0px 20px 2px black;
         border-radius: 50%;
     }

     .svc-div-logo-heading {
         text-align: center;
         padding-top: 20px;
     }

     /* Box-1 */

     .svc-div-projects-box-1 {
         height: 300px;
         width: 300px;
         border-radius: 10px;
     }

     .svc-div-projects-box-1 img {
         margin-top: 0px;
         width: 300px;
         border-radius: 10px;
         transition: all 0.5s ease-in-out;

         &:hover {
             transform: scale(0.9) rotate(10deg);
         }
     }

     /* Box-1 */

     /* Box-2 */

     .svc-div-projects-box-2 {
         height: 300px;
         width: 300px;
     }

     .svc-div-projects-box-2 img {
         margin-top: 0px;
         width: 300px;
         border-radius: 10px;
         transition: all 0.5s ease-in-out;

         &:hover {
             transform: scale(0.9) rotate(10deg);
         }
     }

     /* Box-2 */

     /* Box-3 */

     .svc-div-projects-box-3 {
         height: 300px;
         width: 300px;
     }

     .svc-div-projects-box-3 img {
         margin-top: 0;
         width: 300px;
         border-radius: 10px;
         transition: all 0.5s ease-in-out;

         &:hover {
             transform: scale(0.9) rotate(10deg);
         }
     }

     /* Box-3 */

     /* Box-4 */

     .svc-div-projects-box-4 {
         height: 300px;
         width: 300px;
     }

     .svc-div-projects-box-4 img {
         margin-top: 0;
         width: 300px;
         border-radius: 10px;
         transition: all 0.5s ease-in-out;

         &:hover {
             transform: scale(0.9) rotate(10deg);
         }
     }

     /* Box-4 */
     /* SVC */
     /* our projects"s */

     /* Our Placements */

     .our-placements {
         margin-top: 400px;
     }

     .our-placement-heading h1 {
         text-align: center;
     }

     /* Img-1 */

     .our-placements-img-1 {
         margin-top: 30px;
         box-shadow: -10px 0px 20px -10px black;
         height: 200px;
         width: 300px;
     }

     .our-placements-img-1 img {
         border-bottom: 5px solid #bd228e;
         height: 200px;
         width: 300px;
     }

     /* Img-1 */

     /* Img-2 */

     .our-placements-img-2 {
         margin-top: 30px;
         box-shadow: -10px 0px 20px -10px black;
         height: 200px;
         width: 300px;
     }

     .our-placements-img-2 img {
         border-bottom: 5px solid #bd228e;
         height: 200px;
         width: 300px;
     }

     /* Img-2 */

     /* Img-3 */

     .our-placements-img-3 {
         margin-top: 30px;
         box-shadow: -10px 0px 20px -10px black;
         height: 200px;
         width: 300px;
     }

     .our-placements-img-3 img {
         border-bottom: 5px solid #bd228e;
         height: 200px;
         width: 300px;
     }

     /* Img-3 */

     /* Img-4 */

     .our-placements-img-4 {
         margin-top: 30px;
         box-shadow: -10px 0px 20px -10px black;
         height: 200px;
         width: 300px;
     }

     .our-placements-img-4 img {
         border-bottom: 5px solid #bd228e;
         height: 200px;
         width: 300px;
     }

     /* Img-4 */

     /* Our Placements */

     /* Last Banner */

     .last-banner {
         margin-top: 100px;
     }

     .last-banner-bg {
         background-image: url(../images/banner/banner6.png);
         background-position: center;
         height: 250px;
         width: 100%;
     }

     .last-nabber-text-1 p {
         color: white;
         font-size: 25px;
         padding-top: 50px;
         padding-left: 100px;
     }

     .last-nabber-text-2 h1 {
         color: white;
         padding-left: 90px;
     }

     .last-nabber-text-btn-div {
         position: absolute;
         margin-top: 30px;
         left: 350px;
         transform: translate(-50%, -50%);
     }

     .last-nabber-text-btn {
         position: relative;
         display: block;
         color: white;
         font-size: 17px;
         text-decoration: none;
         border: 2px solid #04B6C5;
         padding: 10px 50px;
         border-radius: 10px;
         overflow: hidden;
         transition: 0.5s all ease-in-out;

         &:hover {
             color: black;
         }
     }

     .last-nabber-text-btn::before {
         background: #04B6C5;
         content: "";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         z-index: -1;
         transition: 0.5s all ease-in-out;
     }

     .btn-6::before {
         width: 100%;
         height: 0%;
         transform: translate(-50%, -50%) rotate(25deg);
     }

     .btn-6:hover::before {
         height: 400%;
     }

     /* Last Banner */

     /* Footer */

     footer {
         overflow: hidden;
         margin-top: 30px;
     }

     .footer-bg {
         background-color: black;
         height: 500px;
         width: 100%;
     }

     .social-madia-links-heading h4 {
         color: white;
         padding-top: 80px;
     }

     /* .social-madia-links-1 */

     .social-madia-links-1 {
         display: flex;
         padding: 20px 0px;
     }

     /* Madia Link-1 */

     .madia-link-1 {
         padding-right: 20px;
         border: 2px solid #bd228e;
         width: 50px;
         height: 50px;
         border-radius: 50%;
     }

     .madia-link-1 i {
         color: #bd228e;
         font-size: 25px;
         margin-left: 12px;
         margin-top: 10px;
         transition: .5s;

         &:hover {
             transform: scale(1.5);
             color: white;
         }
     }

     .madia-link-1 p {
         color: white;
         margin-top: 20px;
     }

     /* Madis Link-1 */

     /* Madia Link-2 */

     .madia-link-2 {
         margin-left: 70px;
         border: 2px solid #bd228e;
         width: 50px;
         height: 50px;
         border-radius: 50%;
     }

     .madia-link-2 i {
         color: #bd228e;
         font-size: 25px;
         margin-left: 15px;
         margin-top: 10px;
         transition: .5s;

         &:hover {
             transform: scale(1.5);
             color: white;
         }
     }

     .madia-link-2 p {
         color: white;
         margin-top: 20px;
     }

     /* Madia Link-2 */

     /* Madia Link-3 */

     .madia-link-3 {
         margin-left: 70px;
         border: 2px solid #bd228e;
         width: 50px;
         height: 50px;
         border-radius: 50%;
     }

     .madia-link-3 i {
         color: #bd228e;
         font-size: 25px;
         margin-left: 12px;
         margin-top: 10px;
         transition: .5s;

         &:hover {
             transform: scale(1.5);
             color: white;
         }
     }

     .madia-link-3 p {
         color: white;
         margin-top: 20px;
     }

     /* Madia Link-3 */

     /* .social-madia-links-1 */

     /* .social-madia-links-2 */

     .social-madia-links-2 {
         display: flex;
         padding: 40px 0px;
     }

     /* Madia Link-4 */

     .madia-link-4 {
         padding-right: 20px;
         border: 2px solid #bd228e;
         width: 50px;
         height: 50px;
         border-radius: 50%;
     }

     .madia-link-4 i {
         color: #bd228e;
         font-size: 25px;
         margin-left: 13px;
         margin-top: 10px;
         transition: .5s;

         &:hover {
             transform: scale(1.5);
             color: white;
         }
     }

     .madia-link-4 p {
         color: white;
         margin-top: 20px;
     }

     /* Madis Link-4 */

     /* Madia Link-5 */

     .madia-link-5 {
         margin-left: 70px;
         border: 2px solid #bd228e;
         width: 50px;
         height: 50px;
         border-radius: 50%;
     }

     .madia-link-5 i {
         color: #bd228e;
         font-size: 25px;
         margin-left: 10px;
         margin-top: 10px;
         transition: .5s;

         &:hover {
             transform: scale(1.5);
             color: white;
         }
     }

     .madia-link-5 p {
         color: white;
         margin-top: 20px;
     }

     /* Madia Link-5 */

     /* Navbar Links */

     .navbar-links-heading h4 {
         margin-top: 80px;
         text-align: center;
         color: white;
     }

     .navbar-main-link li {
         text-align: center;
         list-style: none;
         padding: 5px;
     }

     .navbar-main-link li a {
         color: white;
         text-decoration: none;
         transition: all 0.5s ease-in-out;

         &:hover {
             color: #bd228e;
         }
     }

     /* Navbar Links */

     /* Address */

     .address-text h4 {
         text-align: center;
         margin-top: 80px;
         color: white;
     }

     .address-text .p-1 {
         text-align: center;
         color: white;
         transition: all 0.5s ease-in-out;

         &:hover {
             color: #bd228e;
         }
     }

     .address-text .p-2 {
         text-align: center;
         color: white;
         transition: all 0.5s ease-in-out;

         &:hover {
             color: #bd228e;
         }
     }

     /* Address */
     /* Footer */

     /* Last Footer */

     .last-footer-bg {
         background-color: #bd228e;
         height: 70px;
         width: 100%;
     }

     .last-footer-text-1 p {
         color: white;
         padding-top: 25px;
     }

     .last-footer-text-2 p {
         color: white;
         padding-top: 25px;
         float: right;
     }

     /* Last Footer */

 }

  /* XXX-Large devices (larger desktops, 2560px and up) */
  @media (min-width: 2560px) {

    /* Header */
    .navbar-color {
        background-color: rgba(0, 0, 0, 0.767);
        box-shadow: 0px 15px 20px -10px black;
        width: 2560px;
        height: 100px;
        z-index: 30;
        transition: 2s;
    }

    .navbar-color nav img {
        width: 200px;
        margin-top: -5px;
        margin-left: 15px;
    }

    .navbar-color ul li a {
        margin-top: 5px;
        color: white;
    }

    header {
        background: transparent;
        z-index: 30;
        position: fixed;
        width: 2560px;
    }

    .navbar img {
        width: 300px;
    }

    .navbar-collapse {
        background-color: transparent;
    }

    .collapse ul {
        margin-left: 700px;
    }

    .collapse li {
        padding: 10px;
    }

    .collapse ul a {
        color: white;
        transition: all 0.5s;
        font-size: 30px;

        &:hover {
            color: #bd228e;
        }
    }

    /* Header */

    /* Banner */

    .banner-bg {
        background-image: url(../images/banner/banner1.gif);
        background-repeat: no-repeat;
        background-size: cover;
        height: 973px;
        width: 100%;
    }

    .banner-text-bg {
        background-color: rgba(0, 0, 0, 0.292);
        height: 973px;
        width: 100%;
    }

    .banner-img img {
        width: 250px;
        margin-left: 1100px;
        margin-top: 270px;
    }

    .banner-text h1 {
        text-align: center;
        padding-top: 30px;
        font-size: 90px;
        color: white;
    }

    .banner-text p {
        text-align: center;
        color: white;
        font-size: 40px;
    }

    /* Banner */

    /*marquee*/
    .ticker {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
        position: absolute;
        bottom: 20px;
        right: 0px;
        z-index: 20;
        height: 80px;
    }

    .news {
        width: 100%;
        background: #fff;
        border-bottom: solid 2px #bd228e;
        border-top: solid 2px #bd228e;
    }

    .news-title {
        width: 240px;
        text-align: center;
        background: #bd228e;
        position: absolute;
        z-index: 17;
        height: 80px;
        text-shadow: 1px 1px #000;
    }

    .news-title h5 {
        font-size: 30px;
        margin: 9% 0;
        color: #fff;
        padding: 0px 5px;
    }

    .news marquee {
        font-size: 30px;
        margin-top: 20px;
        color: #bd228e;
    }

    .news-content p {
        margin-right: 41px;
        display: inline;
        color: #222;
    }

    /*marquee*/

    /* About us */

    .about-us {
        overflow: hidden;
    }

    .about-us-bg {
        background-image: url(../images/banner/banner4.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 973px;
        width: 2560px;
    }

    .about-us-img {
        margin-left: -0px;
        margin-top: 120px;
        width: 530px;
        height: 560px;
    }


    .about-us-img img {
        width: 700px;
    }

    .about-us-text {
        margin-top: 150px;
    }

    .about-us-text small {
        font-size: 17px;
    }

    .about-us-text small span {
        color: #04B6C5;
    }

    .about-us-text h1 {
        color: #bd228e;
        font-size: 50px;
    }

    .about-us-text p {
        font-size: 20px;
    }

    .about-us-text p span {
        color: #04B6C5;
    }

    .about-us-text-btn-div {
        position: absolute;
        margin-top: 20px;
        left: 65%;
        transform: translate(-50%, -50%);
    }

    .about-us-text-btn {
        position: relative;
        display: block;
        color: #bd228e;
        font-size: 17px;
        text-decoration: none;
        border: 2px solid #bd228e;
        padding: 12px 50px;
        border-radius: 10px;
        overflow: hidden;
        transition: 0.5s all ease-in-out;

        &:hover {
            color: white;
        }
    }

    .about-us-text-btn::before {
        background: #bd228e;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        transition: 0.5s all ease-in-out;
    }

    .btn-2::before {
        width: 100%;
        height: 0%;
        transform: translate(-50%, -50%) rotate(25deg);
    }

    .btn-2:hover::before {
        height: 400%;
    }

    /* About us */

    /* Banner-2 */

    .banner-2 {
        margin-top: 100px;
        margin-bottom: 100px;
        justify-content: center;
        overflow: hidden;
    }

    .banner-2-bg {
        background-image: url(../images/banner/banner-2.png);
        background-repeat: no-repeat;
        background-size: cover;
        height: 270px;
        width: 1290px;
        border-radius: 10px;
        overflow: hidden;
    }

    .banner-2-img-bg {
        padding-top: 5px;
        padding-left: 5px;
    }

    .banner-2-img {
        height: 260px;
        width: 500px;
        border-radius: 10px;
    }

    .banner-2-img img {
        height: 100%;
        width: 500px;
        border-radius: 10px;
    }

    .banner-2-text h2 {
        padding-left: 20px;
        padding-top: 50px;
        color: white;
    }

    .banner-2-text p {
        padding-left: 20px;
        color: rgba(255, 255, 255, 0.644);
    }

    .banner-2-text-btn-div {
        position: absolute;
        margin-top: 20px;
        left: 70%;
        transform: translate(-50%, -50%);
    }

    .banner-2-text-btn {
        position: relative;
        display: block;
        color: white;
        font-size: 17px;
        text-decoration: none;
        border: 2px solid #04B6C5;
        padding: 12px 50px;
        border-radius: 10px;
        overflow: hidden;
        transition: 0.5s all ease-in-out;

        &:hover {
            color: black;
        }
    }

    .banner-2-text-btn::before {
        background: #04B6C5;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        transition: 0.5s all ease-in-out;
    }

    .btn-1::before {
        width: 100%;
        height: 0%;
        transform: translate(-50%, -50%) rotate(25deg);
    }

    .btn-1:hover::before {
        height: 350%;
    }

    /* Banner-2 */

    /* Our Training's */

    .our-training-heading {
        text-align: center;
    }

    /* Box-1 */

    .our-training-boxs-box-1-bg {
        margin-top: 50px;
        background-color: #F3F7FB;
        border-bottom: 5px solid #bd228e;
        height: 550px;
        width: 400px;
    }

    .our-training-boxs-box-1-img-bg-1 {
        padding-top: 15px;
        padding-left: 13px;
    }

    .our-training-boxs-box-1-img-bg-2 {
        overflow: hidden;
        background-color: white;
        width: 370px;
        height: 250px;
    }

    .our-training-boxs-box-1-img-bg-2 img {
        width: 370px;
        filter: grayscale(100%);
        transition: 1s all ease-in-out;

        &:hover {
            filter: grayscale(0%);
            transform: scale(1.1);
        }
    }

    .our-training-boxs-box-1-text {
        padding-top: 50px;
    }

    /* Box-1 */

    /* Box-2 */

    .our-training-boxs-box-2-bg {
        margin-top: 50px;
        background-color: #04B6C5;
        border-bottom: 5px solid #bd228e;
        height: 550px;
        width: 400px;
    }

    .our-training-boxs-box-2-img-bg-1 {
        padding-top: 15px;
        padding-left: 13px;
    }

    .our-training-boxs-box-2-img-bg-2 {
        overflow: hidden;
        background-color: white;
        width: 370px;
        height: 250px;
    }

    .our-training-boxs-box-2-img-bg-2 img {
        width: 370px;
        filter: grayscale(100%);
        transition: 1s all ease-in-out;

        &:hover {
            filter: grayscale(0%);
            transform: scale(1.1);
        }
    }

    .our-training-boxs-box-2-text {
        padding-top: 50px;
        color: white;
    }

    .our-training-boxs-box-2-text h2 {
        color: #bd228e;
    }

    /* Box-2 */

    /* Box-3 */

    .our-training-boxs-box-3-bg {
        margin-top: 50px;
        background-color: #F3F7FB;
        border-bottom: 5px solid #bd228e;
        height: 550px;
        width: 400px;
    }

    .our-training-boxs-box-3-img-bg-1 {
        padding-top: 15px;
        padding-left: 13px;
    }

    .our-training-boxs-box-3-img-bg-2 {
        overflow: hidden;
        background-color: white;
        width: 370px;
        height: 250px;
    }

    .our-training-boxs-box-3-img-bg-2 img {
        width: 370px;
        filter: grayscale(100%);
        transition: 1s all ease-in-out;

        &:hover {
            filter: grayscale(0%);
            transform: scale(1.1);
        }
    }

    .our-training-boxs-box-3-text {
        padding-top: 50px;
    }

    /* Box-3 */

    /* Box-4 */

    .our-training-boxs-box-4-bg {
        margin-top: 50px;
        background-color: #F3F7FB;
        border-bottom: 5px solid #bd228e;
        height: 550px;
        width: 400px;
    }

    .our-training-boxs-box-4-img-bg-1 {
        padding-top: 15px;
        padding-left: 13px;
    }

    .our-training-boxs-box-4-img-bg-2 {
        overflow: hidden;
        background-color: white;
        width: 370px;
        height: 250px;
    }

    .our-training-boxs-box-4-img-bg-2 img {
        width: 370px;
        filter: grayscale(100%);
        transition: 1s all ease-in-out;

        &:hover {
            filter: grayscale(0%);
            transform: scale(1.1);
        }
    }

    .our-training-boxs-box-4-text {
        padding-top: 50px;
    }

    /* Box-4 */

    /* Box-5 */

    .our-training-boxs-box-5-bg {
        margin-top: 50px;
        background-color: #04B6C5;
        border-bottom: 5px solid #bd228e;
        height: 550px;
        width: 400px;
    }

    .our-training-boxs-box-5-img-bg-1 {
        padding-top: 15px;
        padding-left: 13px;
    }

    .our-training-boxs-box-5-img-bg-2 {
        overflow: hidden;
        background-color: white;
        width: 370px;
        height: 250px;
    }

    .our-training-boxs-box-5-img-bg-2 img {
        width: 370px;
        filter: grayscale(100%);
        transition: 1s all ease-in-out;

        &:hover {
            filter: grayscale(0%);
            transform: scale(1.1);
        }
    }

    .our-training-boxs-box-5-text {
        padding-top: 50px;
        color: white;
    }

    .our-training-boxs-box-5-text h2 {
        color: #bd228e;
    }

    /* Box-5 */

    /* Box-6*/

    .our-training-boxs-box-6-bg {
        margin-top: 50px;
        background-color: #F3F7FB;
        border-bottom: 5px solid #bd228e;
        height: 550px;
        width: 400px;
    }

    .our-training-boxs-box-6-img-bg-1 {
        padding-top: 15px;
        padding-left: 13px;
    }

    .our-training-boxs-box-6-img-bg-2 {
        overflow: hidden;
        background-color: white;
        width: 370px;
        height: 250px;
    }

    .our-training-boxs-box-6-img-bg-2 img {
        width: 370px;
        filter: grayscale(100%);
        transition: 1s all ease-in-out;

        &:hover {
            filter: grayscale(0%);
            transform: scale(1.1);
        }
    }

    .our-training-boxs-box-6-text {
        padding-top: 50px;
    }

    /* Box-6 */

    /* Our Training's */

    /* Banner-3 */

    .Banner-3 {
        overflow: hidden;
    }

    .Banner-3-bg {
        background-image: url(../images/banner/baner5.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        width: 100%;
        height: 350px;
        margin-top: 100px;
    }

    .banner-3-text {
        text-align: center;
        padding-top: 100px;
    }

    .banner-3-text h1 {
        color: white;
    }

    .banner-3-text-btn-div {
        position: absolute;
        margin-top: 40px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .banner-3-text-btn {
        position: relative;
        display: block;
        color: white;
        font-size: 17px;
        text-decoration: none;
        border: 2px solid #04B6C5;
        padding: 12px 50px;
        border-radius: 10px;
        overflow: hidden;
        transition: 0.5s all ease-in-out;

        &:hover {
            color: black;
        }
    }

    .banner-3-text-btn::before {
        background: #04B6C5;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        transition: 0.5s all ease-in-out;
    }

    .btn-3::before {
        width: 100%;
        height: 0%;
        transform: translate(-50%, -50%) rotate(25deg);
    }

    .btn-3:hover::before {
        height: 350%;
    }

    /* Banner-3 */

    /* our projects"s */

    .our-Projects {
        background-image: url(../images/banner/banner5.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 1500px;
        width: 100%;
    }

    .our-projects-heading {
        text-align: center;
        padding-top: 100px;
        color: white;
    }

    .our-Projects-main {
        margin-left: 150px;
    }

    /* Box-1 */
    .our-projects-box-1-bg-1 {
        margin-top: 30px;
        background-color: white;
        height: 500px;
        width: 400px;
        box-shadow: -20px 0px 20px -10px black;
        border-top: 5px solid rgba(0, 0, 0, 0.418);
        border-left: 5px solid rgba(0, 0, 0, 0.418);
        border-radius: 10px;
        overflow: hidden;
    }

    .our-projects-box-1-img-bg-1 {
        padding-top: 30px;
        padding-left: 30px;
    }

    .our-projects-box-1-img-bg-2 {
        background-color: #bd228e;
        height: 200px;
        width: 335px;
        border-radius: 10px;
        box-shadow: 0px 20px 20px -20px black;
        overflow: hidden;
    }

    .our-projects-box-1-img-bg-2 img {
        width: 335px;
    }

    .our-projects-box-1-text h2 {
        padding-top: 20px;
    }

    .our-projects-box-1-text-btn-div {
        position: absolute;
        margin-top: 20px;
        left: 990px;
        transform: translate(-50%, -50%);
    }

    .our-projects-box-1-text-btn {
        position: relative;
        display: block;
        color: #bd228e;
        font-size: 17px;
        text-decoration: none;
        border: 2px solid #bd228e;
        padding: 10px 30px;
        border-radius: 10px;
        overflow: hidden;
        transition: 0.5s all ease-in-out;

        &:hover {
            color: white;
        }
    }

    .our-projects-box-1-text-btn::before {
        background: #bd228e;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        transition: 0.5s all ease-in-out;
    }

    .btn-4::before {
        width: 100%;
        height: 0%;
        transform: translate(-50%, -50%) rotate(25deg);
    }

    .btn-4:hover::before {
        height: 400%;
    }

    /* Box-1 */

    /* Box-2 */
    .our-projects-box-2-bg-1 {
        margin-top: 30px;
        background-color: white;
        height: 500px;
        width: 400px;
        box-shadow: -20px 0px 20px -10px black;
        border-top: 5px solid rgba(0, 0, 0, 0.418);
        border-left: 5px solid rgba(0, 0, 0, 0.418);
        border-radius: 10px;
        overflow: hidden;
    }

    .our-projects-box-2-img-bg-1 {
        padding-top: 30px;
        padding-left: 30px;
    }

    .our-projects-box-2-img-bg-2 {
        background-color: #bd228e;
        height: 200px;
        width: 335px;
        box-shadow: 0px 20px 20px -20px black;
        overflow: hidden;
        border-radius: 10px;
    }

    .our-projects-box-2-img-bg-2 img {
        width: 335px;
    }

    .our-projects-box-2-text h2 {
        padding-top: 20px;
    }

    .our-projects-box-2-text-btn-div {
        position: absolute;
        margin-top: 30px;
        left: 1570px;
        transform: translate(-50%, -50%);
    }

    .our-projects-box-2-text-btn {
        position: relative;
        display: block;
        color: #bd228e;
        font-size: 17px;
        text-decoration: none;
        border: 2px solid #bd228e;
        padding: 10px 30px;
        border-radius: 10px;
        overflow: hidden;
        transition: 0.5s all ease-in-out;

        &:hover {
            color: white;
        }
    }

    .our-projects-box-2-text-btn::before {
        background: #bd228e;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        transition: 0.5s all ease-in-out;
    }

    .btn-5::before {
        width: 100%;
        height: 0%;
        transform: translate(-50%, -50%) rotate(25deg);
    }

    .btn-5:hover::before {
        height: 400%;
    }

    /* Box-2 */

    /* SVC */

    .svc-div-logo {
        padding-left: 1200px;
        padding-top: 50px;
    }

    .svc-div-logo img {
        width: 150px;
        box-shadow: 0px 0px 20px 2px black;
        border-radius: 50%;
    }

    .svc-div-logo-heading {
        text-align: center;
        padding-top: 20px;
    }

    /* Box-1 */

    .svc-div-projects-box-1 {
        height: 300px;
        width: 300px;
        border-radius: 10px;
    }

    .svc-div-projects-box-1 img {
        margin-top: 0px;
        width: 300px;
        border-radius: 10px;
        transition: all 0.5s ease-in-out;

        &:hover {
            transform: scale(0.9) rotate(10deg);
        }
    }

    /* Box-1 */

    /* Box-2 */

    .svc-div-projects-box-2 {
        height: 300px;
        width: 300px;
    }

    .svc-div-projects-box-2 img {
        margin-top: 0px;
        width: 300px;
        border-radius: 10px;
        transition: all 0.5s ease-in-out;

        &:hover {
            transform: scale(0.9) rotate(10deg);
        }
    }

    /* Box-2 */

    /* Box-3 */

    .svc-div-projects-box-3 {
        height: 300px;
        width: 300px;
    }

    .svc-div-projects-box-3 img {
        margin-top: 0;
        width: 300px;
        border-radius: 10px;
        transition: all 0.5s ease-in-out;

        &:hover {
            transform: scale(0.9) rotate(10deg);
        }
    }

    /* Box-3 */

    /* Box-4 */

    .svc-div-projects-box-4 {
        height: 300px;
        width: 300px;
    }

    .svc-div-projects-box-4 img {
        margin-top: 0;
        width: 300px;
        border-radius: 10px;
        transition: all 0.5s ease-in-out;

        &:hover {
            transform: scale(0.9) rotate(10deg);
        }
    }

    /* Box-4 */
    /* SVC */
    /* our projects"s */

    /* Our Placements */

    .our-placements {
        margin-top: 50px;
    }

    .our-placement-heading h1 {
        text-align: center;
    }

    /* Img-1 */

    .our-placements-img-1 {
        margin-top: 30px;
        box-shadow: -10px 0px 20px -10px black;
        height: 200px;
        width: 300px;
    }

    .our-placements-img-1 img {
        border-bottom: 5px solid #bd228e;
        height: 200px;
        width: 300px;
    }

    /* Img-1 */

    /* Img-2 */

    .our-placements-img-2 {
        margin-top: 30px;
        box-shadow: -10px 0px 20px -10px black;
        height: 200px;
        width: 300px;
    }

    .our-placements-img-2 img {
        border-bottom: 5px solid #bd228e;
        height: 200px;
        width: 300px;
    }

    /* Img-2 */

    /* Img-3 */

    .our-placements-img-3 {
        margin-top: 30px;
        box-shadow: -10px 0px 20px -10px black;
        height: 200px;
        width: 300px;
    }

    .our-placements-img-3 img {
        border-bottom: 5px solid #bd228e;
        height: 200px;
        width: 300px;
    }

    /* Img-3 */

    /* Img-4 */

    .our-placements-img-4 {
        margin-top: 30px;
        box-shadow: -10px 0px 20px -10px black;
        height: 200px;
        width: 300px;
    }

    .our-placements-img-4 img {
        border-bottom: 5px solid #bd228e;
        height: 200px;
        width: 300px;
    }

    /* Img-4 */

    /* Our Placements */

    /* Last Banner */

    .last-banner {
        margin-top: 100px;
    }

    .last-banner-bg {
        background-image: url(../images/banner/banner6.png);
        background-position: center;
        height: 250px;
        width: 100%;
    }

    .last-nabber-text-1 p {
        color: white;
        font-size: 25px;
        padding-top: 50px;
        padding-left: 100px;
    }

    .last-nabber-text-2 h1 {
        color: white;
        padding-left: 90px;
    }

    .last-nabber-text-btn-div {
        position: absolute;
        margin-top: 30px;
        left: 820px;
        transform: translate(-50%, -50%);
    }

    .last-nabber-text-btn {
        position: relative;
        display: block;
        color: white;
        font-size: 17px;
        text-decoration: none;
        border: 2px solid #04B6C5;
        padding: 10px 50px;
        border-radius: 10px;
        overflow: hidden;
        transition: 0.5s all ease-in-out;

        &:hover {
            color: black;
        }
    }

    .last-nabber-text-btn::before {
        background: #04B6C5;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        transition: 0.5s all ease-in-out;
    }

    .btn-6::before {
        width: 100%;
        height: 0%;
        transform: translate(-50%, -50%) rotate(25deg);
    }

    .btn-6:hover::before {
        height: 400%;
    }

    /* Last Banner */

    /* Footer */

    footer {
        overflow: hidden;
        margin-top: 30px;
    }

    .footer-bg {
        background-color: black;
        height: 500px;
        width: 100%;
    }

    .social-madia-links-heading h4 {
        color: white;
        padding-top: 80px;
    }

    /* .social-madia-links-1 */

    .social-madia-links-1 {
        display: flex;
        padding: 20px 0px;
    }

    /* Madia Link-1 */

    .madia-link-1 {
        padding-right: 20px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-1 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 12px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-1 p {
        color: white;
        margin-top: 20px;
    }

    /* Madis Link-1 */

    /* Madia Link-2 */

    .madia-link-2 {
        margin-left: 70px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-2 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 15px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-2 p {
        color: white;
        margin-top: 20px;
    }

    /* Madia Link-2 */

    /* Madia Link-3 */

    .madia-link-3 {
        margin-left: 70px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-3 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 12px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-3 p {
        color: white;
        margin-top: 20px;
    }

    /* Madia Link-3 */

    /* .social-madia-links-1 */

    /* .social-madia-links-2 */

    .social-madia-links-2 {
        display: flex;
        padding: 40px 0px;
    }

    /* Madia Link-4 */

    .madia-link-4 {
        padding-right: 20px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-4 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 13px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-4 p {
        color: white;
        margin-top: 20px;
    }

    /* Madis Link-4 */

    /* Madia Link-5 */

    .madia-link-5 {
        margin-left: 70px;
        border: 2px solid #bd228e;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .madia-link-5 i {
        color: #bd228e;
        font-size: 25px;
        margin-left: 10px;
        margin-top: 10px;
        transition: .5s;

        &:hover {
            transform: scale(1.5);
            color: white;
        }
    }

    .madia-link-5 p {
        color: white;
        margin-top: 20px;
    }

    /* Madia Link-5 */

    /* Navbar Links */

    .navbar-links-heading h4 {
        margin-top: 80px;
        text-align: center;
        color: white;
    }

    .navbar-main-link li {
        text-align: center;
        list-style: none;
        padding: 5px;
    }

    .navbar-main-link li a {
        color: white;
        text-decoration: none;
        transition: all 0.5s ease-in-out;

        &:hover {
            color: #bd228e;
        }
    }

    /* Navbar Links */

    /* Address */

    .address-text h4 {
        text-align: center;
        margin-top: 80px;
        color: white;
    }

    .address-text .p-1 {
        text-align: center;
        color: white;
        transition: all 0.5s ease-in-out;

        &:hover {
            color: #bd228e;
        }
    }

    .address-text .p-2 {
        text-align: center;
        color: white;
        transition: all 0.5s ease-in-out;

        &:hover {
            color: #bd228e;
        }
    }

    /* Address */
    /* Footer */

    /* Last Footer */

    .last-footer-bg {
        background-color: #bd228e;
        height: 70px;
        width: 100%;
    }

    .last-footer-text-1 p {
        color: white;
        padding-top: 25px;
    }

    .last-footer-text-2 p {
        color: white;
        padding-top: 25px;
        float: right;
    }

    /* Last Footer */

}

 /* Scrollbar */
 ::-webkit-scrollbar {
     width: 7px;
 }

 ::-webkit-scrollbar-track {
     background-color: black;
 }

 ::-webkit-scrollbar-thumb {
     background: #bd228e;
     border-radius: 50px;
 }

 /* Scrollbar */