body {
    position: relative;
}

/* Container and Wrapper */
#partners {
    padding: 50px 0;
    background-color: #f9f9f9;
    text-align: center;
}

.wrapper {
    width: 80%;
    margin: 0 auto;
}

/* Heading Styles */
.partner-heading {
    font-size: 2em;
    margin-bottom: 20px;
}

.partner-heading-bold {
    font-weight: bold;
}

/* Slider Styles */
.slider {
    display: flex;
    overflow: hidden;
}

.slide {
    flex: 0 0 auto;
    width: 200px; /* Adjust the width based on your preference */
    margin-right: 10px;
}

.slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

/* Flickity Customization */
.flickity-page-dots {
    bottom: -30px;
}

.flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    background: #333;
    opacity: 1;
    border-radius: 50%;
}

.flickity-prev-next-button {
    width: 40px;
    height: 40px;
    background-color: #333;
    opacity: 0.8;
}

.flickity-prev-next-button:hover {
    background-color: #555;
}

.flickity-prev-next-button .flickity-button-icon {
    fill: #fff;
}

body .navbar {
    box-shadow: 5px 2px 15px gray;
    width: 100%;
    position: fixed !important;
    top: 0;
    left: 50%;
    z-index: 2222;
    transform: translateX(-50%);
}
body .navbar .navbar-brand img {
    width: 200px;
}
body .navbar .navbar-nav .nav-item .nav-link {
    color: black;
    font-weight: 600;
    cursor: pointer;
}
body .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #e1255b;
}

body .banner {
    background: url("../image/Border1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}
body .banner .banner-over {
    height: 100%;
    width: 100%;
    background-color: rgba(127, 105, 250, 0.288);
}
@media screen and (max-width: 576px) {
    body .banner {
        margin-top: 25px;
    }
}
body .banner .banner-circle-1 {
    position: absolute;
    bottom: 100px;
    left: -50px;
    height: 100px;
    width: 100px;
    background-color: #e1255b;
    border-radius: 50%;
}
body .banner .banner-circle-2 {
    position: absolute;
    top: 100px;
    right: -50px;
    height: 100px;
    width: 100px;
    background-color: #e1255b;
    border-radius: 50%;
}
body .banner .container .banner-inner {
    font-family: "Inter", sans-serif;
    width: 70%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
body .banner .container .banner-inner .banner-inner-left {
    position: relative;
}
@media screen and (max-width: 568px) {
    body .banner .container .banner-inner .banner-inner-left {
        top: -80px;
    }
}
body .banner .container .banner-inner .banner-inner-left .inner-banner-info {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
}
body
    .banner
    .container
    .banner-inner
    .banner-inner-left
    .inner-banner-info
    .banner-head {
    color: white;
    font-size: 34px;
    font-weight: 200;
    margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
    body
        .banner
        .container
        .banner-inner
        .banner-inner-left
        .inner-banner-info
        .banner-head {
        font-size: 32px;
        font-weight: 400;
    }
}
@media screen and (max-width: 576px) {
    body
        .banner
        .container
        .banner-inner
        .banner-inner-left
        .inner-banner-info
        .banner-head {
        font-size: 28px;
        font-weight: 400;
        margin-bottom: 20px;
    }
}
@media screen and (max-height: 450px) {
    body
        .banner
        .container
        .banner-inner
        .banner-inner-left
        .inner-banner-info
        .banner-head {
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 10px;
    }
}
body
    .banner
    .container
    .banner-inner
    .banner-inner-left
    .inner-banner-info
    .banner-head
    .big-banner-head {
    font-weight: 200;
    color: white !important;
    font-size: 44px;
}
@media screen and (max-width: 992px) {
    body
        .banner
        .container
        .banner-inner
        .banner-inner-left
        .inner-banner-info
        .banner-head
        .big-banner-head {
        font-size: 34px;
        font-weight: 400;
    }
}
@media screen and (max-width: 576px) {
    body
        .banner
        .container
        .banner-inner
        .banner-inner-left
        .inner-banner-info
        .banner-head
        .big-banner-head {
        font-size: 32px;
        font-weight: 400;
    }
}
@media screen and (max-height: 450px) {
    body
        .banner
        .container
        .banner-inner
        .banner-inner-left
        .inner-banner-info
        .banner-head
        .big-banner-head {
        font-size: 24px;
        font-weight: 400;
    }
}
body
    .banner
    .container
    .banner-inner
    .banner-inner-left
    .inner-banner-info
    .banner-head
    .big-banner-head
    .span-color {
    color: white;
    font-weight: 800;
    font-size: 48px;
}
@media screen and (max-width: 576px) {
    body
        .banner
        .container
        .banner-inner
        .banner-inner-left
        .inner-banner-info
        .banner-head
        .big-banner-head
        .span-color {
        font-size: 36px;
    }
}
@media screen and (max-height: 450px) {
    body
        .banner
        .container
        .banner-inner
        .banner-inner-left
        .inner-banner-info
        .banner-head
        .big-banner-head
        .span-color {
        font-size: 30px;
    }
}
body
    .banner
    .container
    .banner-inner
    .banner-inner-left
    .inner-banner-info
    .banner-head
    .span-color {
    color: white;
    font-weight: 800;
}
body
    .banner
    .container
    .banner-inner
    .banner-inner-left
    .inner-banner-info
    .banner-para {
    color: white;
    font-size: 18px;
    margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
    body
        .banner
        .container
        .banner-inner
        .banner-inner-left
        .inner-banner-info
        .banner-para {
        font-size: 16px;
    }
}
@media screen and (max-height: 450px) {
    body
        .banner
        .container
        .banner-inner
        .banner-inner-left
        .inner-banner-info
        .banner-para {
        margin-bottom: 10px;
        font-size: 14px;
    }
}
body
    .banner
    .container
    .banner-inner
    .banner-inner-left
    .inner-banner-info
    .banner-btn {
    color: white;
    border: 2px solid #e1255b;
    background-color: #e1255b;
    padding: 10px 20px;
    border-radius: 25px;
}
body
    .banner
    .container
    .banner-inner
    .banner-inner-left
    .inner-banner-info
    .banner-btn:hover {
    background-color: white;
    color: #e1255b;
    font-weight: 600;
    border: 2px solid white;
}
@media screen and (max-height: 450px) {
    body
        .banner
        .container
        .banner-inner
        .banner-inner-left
        .inner-banner-info
        .banner-btn {
        padding: 5px 10px;
        font-size: 14px;
    }
}
@media screen and (max-width: 568px) {
    body .banner .container .banner-inner .banner-inner-right {
        position: absolute;
        top: 100px;
    }
}
body .banner .container .banner-inner .banner-inner-right img {
    width: 100%;
}
body .image-banner {
    background: url("../image/Border1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 100vh;
    width: 100%;
    margin-bottom: 50px;
}
body .image-banner.career {
    background: url("../image/career.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 100vh;
    width: 100%;
    margin-bottom: 50px;
}
body .image-banner.career .image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 32, 44, 0.6509803922);
}
@media screen and (max-width: 576px) {
    body .image-banner {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 576px) {
    body .image-banner {
        overflow: hidden;
        top: 75px;
    }
}
body .image-banner .image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}
body .image-banner .banner-circle-1 {
    position: absolute;
    bottom: 100px;
    left: -30px;
    border-radius: 50%;
    box-shadow: 3px 3px 20px rgba(255, 252, 252, 0.288);
}
body .image-banner .banner-circle-2 {
    position: absolute;
    top: 100px;
    right: -30px;
    border-radius: 50%;
    box-shadow: 3px 3px 20px rgba(255, 252, 252, 0.288);
}
body .image-banner .container .banner-inner {
    font-family: "Inter", sans-serif;
    width: 70%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
body .image-banner .container .banner-inner .banner-inner-left {
    position: relative;
}
@media screen and (max-width: 568px) {
    body .image-banner .container .banner-inner .banner-inner-left {
        top: -80px;
    }
}
body
    .image-banner
    .container
    .banner-inner
    .banner-inner-left
    .inner-banner-info {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
}
body
    .image-banner
    .container
    .banner-inner
    .banner-inner-left
    .inner-banner-info
    .banner-head {
    color: white;
    font-size: 44px;
    font-weight: 200;
    margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
    body
        .image-banner
        .container
        .banner-inner
        .banner-inner-left
        .inner-banner-info
        .banner-head {
        font-size: 32px;
        font-weight: 400;
    }
}
@media screen and (max-height: 450px) {
    body
        .image-banner
        .container
        .banner-inner
        .banner-inner-left
        .inner-banner-info
        .banner-head {
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 576px) {
    body
        .image-banner
        .container
        .banner-inner
        .banner-inner-left
        .inner-banner-info
        .banner-head {
        font-size: 27px;
        font-weight: 400;
        margin-bottom: 10px;
    }
}
body
    .image-banner
    .container
    .banner-inner
    .banner-inner-left
    .inner-banner-info
    .banner-head
    .big-banner-head {
    font-weight: 200;
    color: white !important;
    font-size: 54px;
}
@media screen and (max-width: 992px) {
    body
        .image-banner
        .container
        .banner-inner
        .banner-inner-left
        .inner-banner-info
        .banner-head
        .big-banner-head {
        font-size: 34px;
        font-weight: 400;
    }
}
@media screen and (max-height: 450px) {
    body
        .image-banner
        .container
        .banner-inner
        .banner-inner-left
        .inner-banner-info
        .banner-head
        .big-banner-head {
        font-size: 22px;
        font-weight: 400;
    }
}
@media screen and (max-width: 576px) {
    body
        .image-banner
        .container
        .banner-inner
        .banner-inner-left
        .inner-banner-info
        .banner-head
        .big-banner-head {
        font-size: 26px;
        font-weight: 400;
        margin-bottom: 10px;
    }
}
body
    .image-banner
    .container
    .banner-inner
    .banner-inner-left
    .inner-banner-info
    .banner-head
    .big-banner-head
    .span-color {
    color: white;
    font-weight: 800;
    font-size: 48px;
}
@media screen and (max-height: 450px) {
    body
        .image-banner
        .container
        .banner-inner
        .banner-inner-left
        .inner-banner-info
        .banner-head
        .big-banner-head
        .span-color {
        font-size: 24px;
        font-weight: 800;
    }
}
@media screen and (max-width: 576px) {
    body
        .image-banner
        .container
        .banner-inner
        .banner-inner-left
        .inner-banner-info
        .banner-head
        .big-banner-head
        .span-color {
        font-size: 28px;
        font-weight: 800;
    }
}
body
    .image-banner
    .container
    .banner-inner
    .banner-inner-left
    .inner-banner-info
    .banner-head
    .span-color {
    color: white;
    font-weight: 800;
}
body
    .image-banner
    .container
    .banner-inner
    .banner-inner-left
    .inner-banner-info
    .banner-para {
    color: white;
    font-size: 18px;
    width: 100%;
    margin-bottom: 40px;
    font-style: italic;
}
@media screen and (max-height: 450px) {
    body
        .image-banner
        .container
        .banner-inner
        .banner-inner-left
        .inner-banner-info
        .banner-para {
        margin-bottom: 10px;
        font-size: 14px;
    }
}
@media screen and (max-width: 576px) {
    body
        .image-banner
        .container
        .banner-inner
        .banner-inner-left
        .inner-banner-info
        .banner-para {
        margin-bottom: 25px;
        font-size: 16px;
    }
}
body
    .image-banner
    .container
    .banner-inner
    .banner-inner-left
    .inner-banner-info
    .banner-para-2 {
    color: white;
    font-size: 14px;
    margin-bottom: 40px;
    font-style: oblique;
}
@media screen and (max-height: 450px) {
    body
        .image-banner
        .container
        .banner-inner
        .banner-inner-left
        .inner-banner-info
        .banner-para-2 {
        display: none;
    }
}
@media screen and (max-width: 576px) {
    body
        .image-banner
        .container
        .banner-inner
        .banner-inner-left
        .inner-banner-info
        .banner-para-2 {
        margin-bottom: 10px;
        font-size: 14px;
    }
}
body
    .image-banner
    .container
    .banner-inner
    .banner-inner-left
    .inner-banner-info
    .banner-btn {
    color: white;
    border: 2px solid #e1255b;
    background-color: #e1255b;
    padding: 10px 20px;
    border-radius: 25px;
}
body
    .image-banner
    .container
    .banner-inner
    .banner-inner-left
    .inner-banner-info
    .banner-btn:hover {
    background-color: white;
    color: #e1255b;
    border: 2px solid white;
}
@media screen and (max-height: 450px) {
    body
        .image-banner
        .container
        .banner-inner
        .banner-inner-left
        .inner-banner-info
        .banner-btn {
        padding: 5px 10px;
        font-size: 14px;
    }
}
@media screen and (max-width: 568px) {
    body .image-banner .container .banner-inner .banner-inner-right {
        position: absolute;
        top: 160px;
    }
}
body .image-banner .container .banner-inner .banner-inner-right img {
    width: 100%;
}
body .image-banner .banner-over {
    box-shadow: 2px 2px 15px lightgray;
    text-align: center;
    z-index: 1;
    position: absolute;
    bottom: -60px;
    background-color: white;
    width: 80%;
    padding: 30px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 15px;
}
@media screen and (max-width: 576px) {
    body .image-banner .banner-over {
        display: none;
    }
}
body .image-banner .banner-over .work-banner-over {
    font-size: 18px;
    color: #718096;
    font-family: sans-serif;
}
body .image-banner .banner-over .work-banner-over span {
    font-size: 32px;
    font-style: bold;
    color: #9e09df;
    font-weight: 600;
}
body .key-feature {
    position: relative;
    margin-top: 100px;
}
body .key-feature .key-small-head {
    color: #9e09df;
}
body .key-feature .key-head {
    margin-bottom: 30px;
    color: #1a202c;
    font-size: 38px;
    font-weight: 200;
}
@media screen {
    body .key-feature .key-head {
        font-size: 32px;
    }
}
body .key-feature .key-head span {
    color: #9e09df;
    font-weight: 600;
}
body .key-feature .inner-key {
    margin-top: 20px;
    box-shadow: 2px 2px 20px rgb(179, 178, 178);
    padding: 20px;
    border-radius: 15px;
}
body .key-feature .inner-key i {
    font-size: 30px;
    color: #9e09df;
}
body .key-feature .inner-key .inner-key-head {
    color: black;
}
body .key-feature .inner-key .inner-key-para {
    color: gray;
}
body .key-feature .inner-key:hover {
    margin-top: 10px;
    background-color: #9e09df;
    transition: 0.5s ease-in-out;
}
body .key-feature .inner-key:hover i {
    color: white;
}
body .key-feature .inner-key:hover .inner-key-head {
    color: white;
}
body .key-feature .inner-key:hover .inner-key-para {
    color: white;
}
body .best-feature {
    margin-top: 50px;
}
body .best-feature .best-inner-feature {
    text-align: center;
}
body .best-feature .best-inner-feature .best-inner-small-head {
    color: #9e09df;
}
body .best-feature .best-inner-feature .best-inner-para {
    width: 80%;
    margin: 20px 10%;
}
body .best-feature .best-inner-feature .row .feature-info .row {
    margin-top: 30px;
    padding: 0 30px;
}
body .best-feature .best-inner-feature .row .feature-info .row .pr {
    color: #9e09df;
    background-color: #e9ccf5;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: relative;
}
body .best-feature .best-inner-feature .row .feature-info .row .pr i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}
body .best-feature .best-inner-feature .row .feature-info .row .cy {
    color: rgb(81, 165, 243);
    background-color: rgb(207, 252, 252);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: relative;
}
body .best-feature .best-inner-feature .row .feature-info .row .cy i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}
body .best-feature .best-inner-feature .row .feature-info .row .red {
    color: rgb(255, 71, 15);
    background-color: rgb(253, 198, 181);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: relative;
}
body .best-feature .best-inner-feature .row .feature-info .row .red i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}
body .best-feature .best-inner-feature .row .feature-info .row .gr {
    color: #12f112;
    background-color: #e1fae1;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: relative;
}
body .best-feature .best-inner-feature .row .feature-info .row .gr i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}
body .best-feature .best-inner-feature .row .feature-info .row .br {
    color: brown;
    background-color: rgb(253, 199, 199);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: relative;
}
body .best-feature .best-inner-feature .row .feature-info .row .br i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}
body .best-feature .best-inner-feature .row .feature-info .row .bl {
    color: rgb(0, 162, 255);
    background-color: rgb(214, 237, 250);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: relative;
}
body .best-feature .best-inner-feature .row .feature-info .row .bl i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}
body
    .best-feature
    .best-inner-feature
    .row
    .feature-info
    .row
    .feature-inner-head {
    font-size: 22px;
    text-align: left;
    margin-top: 10px;
}
body
    .best-feature
    .best-inner-feature
    .row
    .feature-info
    .row
    .feature-inner-para {
    margin-top: 20px;
    text-align: left;
    color: #4a5568;
}
@media screen and (max-width: 992px) {
    body
        .best-feature
        .best-inner-feature
        .row
        .feature-info
        .row
        .feature-inner-para {
        display: none;
    }
}
body .best-feature .best-inner-feature .row .feature-img {
    width: 100%;
    margin-top: 20px;
}
body .best-feature .best-inner-feature .row .feature-img img {
    width: 100%;
}
body .industries {
    background-color: #f9f9ff;
    padding-top: 30px;
    padding-bottom: 50px;
    position: relative;
}
body .industries .inner-industry .indus-head {
    font-size: 50px;
    font-weight: 600;
    font-style: under;
    font-family: "Inter", sans-serif;
    text-align: center;
    color: #1a202c;
}
@media screen and (max-width: 576px) {
    body .industries .inner-industry .indus-head {
        font-size: 40px;
    }
}
@media screen and (max-height: 450px) {
    body .industries .inner-industry .indus-head {
        font-size: 32px;
    }
}

body .ss {
    padding: 50px 0;
}
body .ss .ss-small-head {
    text-align: center;
    color: #9e09df;
    font-weight: 600;
    font-size: 18px;
}
@media screen and (max-width: 576px) {
    body .ss .ss-small-head {
        margin-top: 60px;
    }
}
body .ss .ss-head {
    text-align: center;
}
body .ss .ss-para {
    margin-top: 20px;
    width: 80%;
    margin-left: 10%;
    text-align: center;
}
body .ss .ss-inner {
    position: relative;
    margin-top: 120px;
}
@media screen and (max-width: 576px) {
    body .ss .ss-inner {
        margin-top: 60px;
    }
}
@media screen and (max-height: 450px) {
    body .ss .ss-inner {
        height: 500px;
    }
}
body .ss .ss-inner .ss-inner-img {
    position: absolute;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 25%;
    height: 130%;
}
@media screen and (max-width: 576px) {
    body .ss .ss-inner .ss-inner-img {
        height: 550px;
        width: 80%;
    }
}
@media screen and (max-height: 450px) {
    body .ss .ss-inner .ss-inner-img {
        height: 400px;
        width: 25%;
        top: 33%;
    }
}
body .ss .ss-inner .flickity-viewport {
    top: 0px;
    height: 100%;
}
@media screen and (max-width: 576px) {
    body .ss .ss-inner .flickity-viewport {
        height: 550px !important;
    }
}
body .ss .ss-inner .flickity-viewport .flickity-slider .carousel-cell {
    width: 22%;
    margin-top: 50px;
}
body
    .ss
    .ss-inner
    .flickity-viewport
    .flickity-slider
    .carousel-cell.is-selected {
    margin-top: 0px;
    width: 22%;
}
@media screen and (max-width: 576px) {
    body
        .ss
        .ss-inner
        .flickity-viewport
        .flickity-slider
        .carousel-cell.is-selected {
        width: 66%;
        height: 150px;
        margin-right: 10px;
    }
}
body
    .ss
    .ss-inner
    .flickity-viewport
    .flickity-slider
    .carousel-cell.is-selected
    img {
    width: 100%;
    margin-left: 0;
    height: 500px;
}
@media screen and (max-height: 450px) {
    body
        .ss
        .ss-inner
        .flickity-viewport
        .flickity-slider
        .carousel-cell.is-selected
        img {
        height: 270px;
    }
}
body .ss .ss-inner .flickity-viewport .flickity-slider .carousel-cell img {
    border-radius: 15px;
    width: 80%;
    margin-left: 10%;
}
@media screen and (max-width: 576px) {
    body .ss .ss-inner .flickity-viewport .flickity-slider .carousel-cell {
        width: 66%;
        height: 150px;
        margin-right: 10px;
    }
}
@media screen and (max-width: 576px) {
    body .ss .ss-inner .flickity-prev-next-button {
        display: none;
    }
}
body .ss .ss-inner .flickity-page-dots {
    bottom: -20px;
    z-index: 99;
}
body .about {
    padding: 50px 0;
}
@media screen and (max-width: 922px) {
    body .about {
        position: relative;
        margin-top: 100px;
    }
}
@media screen and (max-width: 922px) {
    body .about {
        position: relative;
        margin-top: 200px;
    }
}
body .about .row .about-inner {
    margin: auto;
    width: 100%;
    height: 100%;
    position: relative;
}
body .about .row .about-inner .about-content {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
body .about .row .about-inner .about-content .about-heading {
    font-size: 42px;
    margin-bottom: 15px;
}
@media screen and (max-height: 450px) {
    body .about .row .about-inner .about-content .about-heading {
        font-size: 32px;
    }
}
@media screen and (max-height: 450px) {
    body .about .row .about-inner .about-content .about-para {
        font-size: 14px;
    }
}
body .about .row .about-inner .about-content .about-btn {
    margin-top: 20px;
    background-color: white;
    color: black;
    border: none;
    padding: 0;
    border-radius: 25px;
}
body .about .row .about-inner .about-content .about-btn:hover {
    color: #57007b;
    animation: 3s ease-out;
}
body .about .row .about-inner .about-content .about-btn:hover i {
    margin-left: 10px;
}
body .about .row .about-inner .about-content .line-about {
    display: block;
    margin-top: 20px;
    margin-left: auto;
}
body .about .row .about-left-img {
    width: 100%;
}
@media screen and (max-width: 576px) {
    body .about .row .about-left-img {
        margin-top: 300px;
    }
}
body .company-logos {
    padding: 20px 0;
    font-family: "Inter", sans-serif;
}
@media screen and (max-width: 992px) {
    body .company-logos {
        margin-top: 100px;
    }
}
@media screen and (max-width: 576px) {
    body .company-logos {
        margin-top: 10px;
    }
}
body .company-logos .company-head {
    font-weight: 300;
    font-size: 42px;
}
@media screen and (max-width: 576px) {
    body .company-logos .company-head {
        font-size: 36px;
    }
}
body .company-logos .company-head .company-head-bold {
    font-weight: 600;
}
body .company-logos .carousel {
    background: white;
    margin: 0 auto;
}
body .company-logos .carousel .flickity-viewport {
    height: 200px !important;
}
body .company-logos .carousel .flickity-slider {
    padding: 20px;
}
body .company-logos .carousel .flickity-button.flickity-prev-next-button {
    top: -5px;
    border: 1px solid purple;
    color: purple;
}
body
    .company-logos
    .carousel
    .flickity-button.flickity-prev-next-button.previous {
    left: inherit;
}
@media screen and (max-width: 768px) {
    body
        .company-logos
        .carousel
        .flickity-button.flickity-prev-next-button.previous {
        display: none;
    }
}
body .company-logos .carousel .flickity-button.flickity-prev-next-button:hover {
    background-color: purple;
    color: white;
}
body .company-logos .carousel .flickity-button.previous {
    right: 0px;
}
@media screen and (max-height: 450px) {
    body .company-logos .carousel .flickity-button.previous {
        right: 70px;
        top: 0;
    }
}
body .company-logos .carousel .flickity-button.next {
    right: -50px;
}
@media screen and (max-width: 1200px) {
    body .company-logos .carousel .flickity-button.next {
        right: 0px;
    }
}
@media screen and (max-width: 1200px) {
    body .company-logos .carousel .flickity-button.next {
        top: 500px;
    }
}
@media screen and (max-height: 450px) {
    body .company-logos .carousel .flickity-button.next {
        top: 0;
    }
}
@media screen and (max-width: 768px) {
    body .company-logos .carousel .flickity-button.next {
        display: none;
    }
}
body .company-logos .carousel .flickity-page-dots {
    display: none;
}
@media screen and (max-width: 768px) {
    body .company-logos .carousel .flickity-prev-next-button {
        display: none;
    }
}
body .company-logos .carousel .flickity-prev-next-button .previous {
    right: 0;
}
body .company-logos .carousel .carousel-cell {
    border-radius: 25px;
    margin-top: 20px;
    width: 20.5%;
    margin-right: 10px;
    box-shadow: 2px 2px 15px lightgray;
    color: black;
    animation: 1s ease-in;
}
@media screen and (max-width: 576px) {
    body .company-logos .carousel .carousel-cell {
        width: 48%;
    }
}
body .company-logos .carousel .carousel-cell img {
    width: 100%;
    height: 100px;
    border-radius: 25px;
}
body .company-logos .carousel .indus-card-body {
    min-height: 200px;
    padding: 20px;
}
body .company-logos .carousel .indus-card-body .indus-inner-head {
    font-size: 22px;
    color: black;
}
body .company-logos .carousel .indus-card-body .indus-inner-para {
    color: black;
}
body .company-logos .carousel .indus-card-body .indus-btn {
    color: #e1255b;
    border: 1px solid #e1255b;
    background-color: white;
    padding: 5px 15px;
    border-radius: 25px;
}
body .company-logos .carousel .indus-card-body .indus-btn:hover {
    color: white;
    border: 1px solid #e1255b;
    background-color: #e1255b;
}
body .customer {
    position: relative;
    /* Position the image container (needed to position the left and right arrows) */
    /* Hide the images by default */
    /* Add a pointer when hovering over the thumbnail images */
    /* Next & previous buttons */
    /* Position the "next button" to the right */
    /* On hover, add a black background color with a little bit see-through */
    /* Number text (1/3 etc) */
    /* Container for image text */
    /* Six columns side by side */
    /* Add a transparency effect for thumnbail images */
}
body .customer .customer-design1 {
    position: absolute;
    right: 100px;
    bottom: -80px;
}
@media screen and (max-width: 992px) {
    body .customer .customer-design1 {
        bottom: -100px;
        width: 160px;
        right: 10px;
    }
}
@media screen and (max-width: 576px) {
    body .customer .customer-design1 {
        bottom: -50px;
        width: 100px;
        right: 10px;
    }
}
body .customer .customer-design2 {
    position: absolute;
    left: 100px;
    bottom: -80px;
    transform: rotate(130deg);
}
@media screen and (max-width: 992px) {
    body .customer .customer-design2 {
        bottom: -100px;
        width: 160px;
        left: 10px;
    }
}
@media screen and (max-width: 576px) {
    body .customer .customer-design2 {
        bottom: -42px;
        width: 100px;
        left: 0px;
    }
}
body .customer .customer-head {
    font-size: 42px;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 5%;
}
body .customer img {
    vertical-align: middle;
}
body .customer .container {
    position: relative;
}

body .customer .caption-container {
    text-align: center;
    background-color: white;
    padding: 2px 16px;
    color: black;
    width: 60%;
    margin: 0 auto;
}
body .customer .img-div {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    width: 700px;
    margin: 0 auto;
    padding-bottom: 4%;
}
@media screen and (max-width: 576px) {
    body .customer .img-div {
        width: 100%;
        margin-top: 150px;
        margin-left: 10px;
    }
}
body .customer .img-div .row {
    width: 100%;
}
body .customer .column {
    display: flex;
    width: 33%;
    flex-direction: column;
}
body .customer .demo {
    opacity: 0.6;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
}
body .customer .star {
    width: 80px;
    margin: 20px auto;
}
body .customer .customer-name {
    font-size: 20px;
    text-align: center;
}
body .customer .customer-designation {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
    color: #4a5568;
}

body .customer .active,
body .customer .demo:hover {
    opacity: 1;
}
body .portfolio {
    padding: 20px 0;
    background-color: #e7daed;
}
body .portfolio .portfolio-head {
    padding-top: 20px;
    text-align: center;
    font-weight: 400;
    font-size: 42px;
}
@media screen and (max-width: 576px) {
    body .portfolio .portfolio-head {
        font-size: 36px;
    }
}
body .portfolio .portfolio-head .color-head {
    font-weight: 600;
    background: -webkit-linear-gradient(
        rgb(222, 67, 150) 0%,
        rgb(13, 28, 159) 100%
    );
    color: rgb(216, 216, 216);
}
@media screen and (max-width: 576px) {
    body .portfolio .portfolio-head .color-head {
        font-size: 36px;
    }
}
body .portfolio .portfolio-sub-head {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    color: rgb(77, 77, 235);
}
@media screen and (max-width: 576px) {
    body .portfolio .portfolio-sub-head {
        font-size: 26px;
    }
}
body .portfolio .portfolio-sub-head .color-head {
    font-weight: 600;
    background: none;
}
body .portfolio .portfolio-mobile-app .app-inner .row {
    margin: 20px 0;
    width: 100%;
}
body .portfolio .portfolio-mobile-app .app-inner .row.purple {
    background-color: #840183;
}
body
    .portfolio
    .portfolio-mobile-app
    .app-inner
    .row.purple
    .app-inner-content {
    height: 100%;
    background-color: #e0aee0;
    padding: 50px;
}
body
    .portfolio
    .portfolio-mobile-app
    .app-inner
    .row.purple
    .app-inner-content
    .app-inner-heading {
    margin-bottom: 10px;
}
body
    .portfolio
    .portfolio-mobile-app
    .app-inner
    .row.purple
    .app-inner-content
    .app-inner-btn {
    float: right;
    background: -webkit-linear-gradient(
        rgb(222, 67, 150) 0%,
        rgb(13, 28, 159) 100%
    );
    color: rgb(216, 216, 216);
}
body .portfolio .portfolio-mobile-app .app-inner .row.blue-color {
    background-color: #706ed1;
}
body
    .portfolio
    .portfolio-mobile-app
    .app-inner
    .row.blue-color
    .app-inner-content {
    height: 100%;
    background-color: #d2d2ec;
    padding: 50px;
}
body
    .portfolio
    .portfolio-mobile-app
    .app-inner
    .row.blue-color
    .app-inner-content
    .app-inner-heading {
    margin-bottom: 10px;
}
body
    .portfolio
    .portfolio-mobile-app
    .app-inner
    .row.blue-color
    .app-inner-content
    .app-inner-btn {
    float: right;
    background: -webkit-linear-gradient(
        rgb(222, 67, 150) 0%,
        rgb(13, 28, 159) 100%
    );
    color: rgb(216, 216, 216);
}
body .portfolio .portfolio-mobile-app .app-inner .row.gold {
    background-color: gold;
}
body .portfolio .portfolio-mobile-app .app-inner .row.gold .app-inner-content {
    height: 100%;
    background-color: rgb(236, 229, 184);
    padding: 50px;
}
body
    .portfolio
    .portfolio-mobile-app
    .app-inner
    .row.gold
    .app-inner-content
    .app-inner-heading {
    margin-bottom: 10px;
}
body
    .portfolio
    .portfolio-mobile-app
    .app-inner
    .row.gold
    .app-inner-content
    .app-inner-btn {
    float: right;
    background: -webkit-linear-gradient(
        rgb(222, 67, 150) 0%,
        rgb(13, 28, 159) 100%
    );
    color: rgb(216, 216, 216);
}
body .portfolio .portfolio-mobile-app .app-inner .row.brown {
    background-color: #ca494e;
}
body .portfolio .portfolio-mobile-app .app-inner .row.brown .app-inner-content {
    height: 100%;
    background-color: #ebbbbc;
    padding: 50px;
}
body
    .portfolio
    .portfolio-mobile-app
    .app-inner
    .row.brown
    .app-inner-content
    .app-inner-heading {
    margin-bottom: 20px;
}
body
    .portfolio
    .portfolio-mobile-app
    .app-inner
    .row.brown
    .app-inner-content
    .app-inner-btn {
    float: right;
    background: -webkit-linear-gradient(
        rgb(222, 67, 150) 0%,
        rgb(13, 28, 159) 100%
    );
    color: rgb(216, 216, 216);
}
body .portfolio .portfolio-mobile-app .app-inner .row .app-img-div {
    margin: 0 auto;
}
body .portfolio .portfolio-mobile-app .app-inner .row .app-img-div img {
    width: 60%;
    margin: 0 20%;
}
@media screen and (max-width: 992px) {
    body .portfolio .portfolio-mobile-app .app-inner .row .app-img-div {
        height: 100%;
        position: relative;
    }
    body .portfolio .portfolio-mobile-app .app-inner .row .app-img-div img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media screen and (max-width: 576px) {
    body .portfolio .portfolio-mobile-app .app-inner .row .app-img-div {
        min-height: 300px;
    }
}
body .website .portfolio-website {
    background-color: white;
    width: 100%;
}
body .website .portfolio-website .web-head-div {
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto;
    text-align: center;
}
body .website .portfolio-website .web-head-div .web-head {
    font-size: 34px;
    color: rgb(77, 77, 235);
    margin-bottom: 20px;
}
body .website .portfolio-website .web-div .web-inner {
    padding: 20px;
}
body .website .portfolio-website .web-div .web-inner.even .row {
    flex-direction: row-reverse;
}
body .website .portfolio-website .web-div .web-inner .inner-web-info {
    height: 100%;
}
body
    .website
    .portfolio-website
    .web-div
    .web-inner
    .inner-web-info
    .web-info-head {
    font-size: 32px;
    margin: 30px 0;
}
@media screen and (max-width: 992px) {
    body
        .website
        .portfolio-website
        .web-div
        .web-inner
        .inner-web-info
        .web-info-head {
        font-size: 22px;
        margin: 5px 0;
    }
}
@media screen and (max-height: 450px) {
    body
        .website
        .portfolio-website
        .web-div
        .web-inner
        .inner-web-info
        .web-info-head {
        font-size: 22px;
        margin: 5px 0;
    }
}
body
    .website
    .portfolio-website
    .web-div
    .web-inner
    .inner-web-info
    .web-info-para {
    font-size: 16px;
    margin: 35px 0;
}
@media screen and (max-width: 992px) {
    body
        .website
        .portfolio-website
        .web-div
        .web-inner
        .inner-web-info
        .web-info-para {
        font-size: 14px;
        margin: 10px 0;
    }
}
@media screen and (max-height: 450px) {
    body
        .website
        .portfolio-website
        .web-div
        .web-inner
        .inner-web-info
        .web-info-para {
        font-size: 14px;
        margin: 10px 0;
    }
}

@media screen and (max-height: 450px) {
    body
        .website
        .portfolio-website
        .web-div
        .web-inner
        .inner-web-info
        .web-info-highlight {
        font-size: 14px;
    }
}
body .website .portfolio-website .web-div .web-inner .inner-web-info .quote {
    font-style: italic;
    font-weight: 600;
    width: 70%;
    background: -webkit-linear-gradient(
        rgb(222, 67, 150) 0%,
        rgb(13, 28, 159) 100%
    );

    color: rgba(216, 216, 216);
    border-left: 5px solid rgb(222, 67, 150);
    padding-left: 20px;
}
@media screen and (max-width: 992px) {
    body
        .website
        .portfolio-website
        .web-div
        .web-inner
        .inner-web-info
        .quote {
        width: 90%;
        font-size: 14px;
    }
}
@media screen and (max-height: 450px) {
    body
        .website
        .portfolio-website
        .web-div
        .web-inner
        .inner-web-info
        .quote {
        width: 90%;
        font-size: 14px;
    }
}
body .website .portfolio-website .web-div .web-image-div {
    width: 100%;
}
body .website .portfolio-website .web-div .web-image-div .web-image {
    width: inherit;
}
body .technology .tech-head {
    margin: 20px auto;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
}
body .technology .tech-body {
    margin-top: 50px;
    margin-bottom: 50px;
}
body .technology .tech-body .row .tech-body-inner {
    padding: 20px;
    background-color: white;
    box-shadow: 2px 2px 15px rgb(213, 157, 250);
    border-radius: 15px;
    display: flex;
}
@media screen and (max-width: 576px) {
    body .technology .tech-body .row .tech-body-inner {
        width: 90%;
    }
}
body .technology .tech-body .row .tech-body-inner img {
    width: 100px;
    height: 80px;
}
body .technology .tech-body .row .tech-body-inner .tech-inner-info {
    padding: 0 20px;
}
body .road-map .road-head-div {
    text-align: center;
    margin-bottom: 30px;
}
body .road-map .road-head-div .road-head {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}
body .road-map .road-head-div .road-head span {
    font-weight: 600;
    font-size: 28px;
}
body .road-map .road-top-sec .roadmap-img {
    width: 100%;
}
@media screen and (max-width: 576px) {
    body .road-map .road-top-sec .roadmap-img {
        display: none;
    }
}
body .road-map .road-top-sec .road-info {
    box-shadow: 2px 2px 15px lightgray;
    padding: 20px;
}
body .hire {
    position: relative;
    padding: 20px 0;
}
body .hire .container .hire-inner {
    border-radius: 15px;
    background: rgb(228, 236, 247);
    background: linear-gradient(
        90deg,
        rgb(228, 236, 247) 0%,
        rgb(241, 241, 245) 100%
    );
}
@media screen and (max-width: 576px) {
    body .hire .container .hire-inner {
        height: 400px;
    }
}
body .hire .container .hire-inner .hire-div {
    height: 100%;
    position: relative;
}
@media screen and (max-width: 576px) {
    body .hire .container .hire-inner .hire-div {
        top: 300px;
    }
}
body .hire .container .hire-inner .hire-div .hire-head {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
body .hire .container .hire-inner .hire-btn {
    position: relative;
}
body .hire .container .hire-inner .hire-btn img {
    margin: 10px 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
body .hire .container .hire-inner .hire-btn button {
    z-index: 999;
    position: absolute;
    width: 65%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    margin: 0 auto;
    border: 0;
    border-radius: 5px;
    background: rgb(241, 96, 99);
    background: linear-gradient(
        90deg,
        rgb(241, 96, 99) 0%,
        rgb(255, 198, 86) 100%
    );
    color: white;
    font-size: 20px;
    transition: 2s;
}
body .hire .container .hire-inner .hire-btn button:hover {
    animation-name: example;
    animation-duration: 0.2s;
}
@keyframes example {
    0% {
        background: linear-gradient(
            90deg,
            rgb(241, 96, 99) 0%,
            rgb(255, 198, 86) 100%
        );
    }
    25% {
        background: linear-gradient(
            90deg,
            rgb(241, 96, 99) 25%,
            rgb(255, 198, 86) 75%
        );
    }
    50% {
        background: linear-gradient(
            90deg,
            rgb(255, 198, 86) 30%,
            rgb(241, 96, 99) 70%
        );
    }
    75% {
        background: linear-gradient(90deg, #ffc656 25%, rgb(241, 96, 99) 75%);
    }
    100% {
        background: linear-gradient(
            90deg,
            rgb(255, 198, 86) 0%,
            rgb(241, 96, 99) 100%
        );
    }
}
body footer {
    position: relative;
    z-index: 1;
    padding: 30px 0;
}
body footer .footer-logo img {
    width: 200px;
}
body footer .footer-logo .footer-logo-info {
    width: 80%;
    color: #718096;
    font-weight: 600;
}
body footer .footer-link .footer-link-head {
    font-size: 28px;
}
body footer .footer-link ul {
    text-decoration: none;
    list-style: none;
    padding-left: 0;
}
body footer .footer-link ul li a {
    text-decoration: none;
    color: #718096;
    font-weight: 600;
}
body footer .footer-link ul li a:hover {
    color: #1a202c;
}
body footer .footer-logo .footer-contact-para {
    color: #718096;
    font-weight: 600;
}
body footer .footer-logo .footer-contact-number {
    color: #718096;
    font-weight: 600;
}
body footer .footer-social .social-links {
    list-style: none;
}
body footer .footer-social .social-links li {
    text-decoration: none;
    list-style: none;
}
body footer .footer-social .social-links li a {
    color: #4a5568;
    font-size: 22px;
}
@media screen and (max-width: 576px) {
    body footer .footer-social .social-links {
        padding: 0;
    }
}
body .our-web .our-web-small-head {
    text-align: center;
    color: #9e09df;
}
body .our-web .our-web-head {
    text-align: center;
}
body .our-web .our-web-para {
    width: 80%;
    margin-left: 10%;
    text-align: center;
    margin-bottom: 30px;
}
body .our-web .our-web-inner .our-web-card {
    height: 100%;
}
body .our-web .our-web-inner .our-web-card img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
body .our-web .our-web-inner .our-web-card .our-web-info {
    padding: 20px;
    box-shadow: 2px 2px 15px lightgray;
    border-radius: 0 0 10px 10px;
}
body .our-web .our-web-inner .our-web-card .our-web-info .our-web-inner-head {
    font-size: 22px;
    margin-bottom: 20px;
}
body .our-web .our-web-inner .our-web-card .our-web-info .our-web-inner-para {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 200;
}
body .our-web .our-web-inner .our-web-card .our-web-info .our-web-inner-btn {
    padding: 0;
    margin-bottom: 10px;
    border: none;
    background-color: white;
}
body
    .our-web
    .our-web-inner
    .our-web-card
    .our-web-info
    .our-web-inner-btn:hover {
    transition: 0.2s ease-in;
    color: #9e09df;
}
body
    .our-web
    .our-web-inner
    .our-web-card
    .our-web-info
    .our-web-inner-btn:hover
    i {
    transition: 0.2s ease-in;
    margin-left: 15px;
}
body .our-team {
    margin-top: 20px;
    background: rgba(238, 213, 252, 0.37);
    padding: 30px 0;
}
body .our-team .team-small-head {
    margin-top: 20px;
    text-align: center;
    font-size: 22px;
    color: #9e09df;
}
body .our-team .team-head {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}
body .our-team .team-para {
    margin-top: 20px;
    width: 60%;
    margin-left: 20%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    color: #4a5568;
}
body .our-team .team-content .team-content-inner {
    margin: 20px 0;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
body .our-team .team-content .team-content-inner img {
    width: 100%;
}
body .our-team .team-content .team-content-inner .team-hover {
    display: none;
}
body .our-team .team-content .team-content-inner:hover .team-hover {
    background-color: rgba(159, 9, 223, 0.4117647059);
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    animation-name: heightAni;
    animation-duration: 0.5s;
}
@keyframes heightAni {
    from {
        height: 25%;
    }
    to {
        height: 100%;
    }
}
body
    .our-team
    .team-content
    .team-content-inner:hover
    .team-hover
    .team-hover-inner {
    text-align: center;
    z-index: 222;
    position: relative;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}
body
    .our-team
    .team-content
    .team-content-inner:hover
    .team-hover
    .team-hover-inner
    .team-hover-head {
    text-align: center;
    color: white;
    margin-bottom: 0;
    font-size: 26px;
}
body
    .our-team
    .team-content
    .team-content-inner:hover
    .team-hover
    .team-hover-inner
    .team-hover-role {
    text-align: center;
    color: white;
    margin-bottom: 10px;
}
body
    .our-team
    .team-content
    .team-content-inner:hover
    .team-hover
    .team-hover-inner
    .team-linkedin {
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
body
    .our-team
    .team-content
    .team-content-inner:hover
    .team-hover
    .team-hover-inner
    .team-linkedin
    i {
    color: white;
    font-size: 30px;
}
body .step {
    margin: 50px 0;
    position: relative;
    background: url("../image/step-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
@media screen and (max-width: 1400px) {
    body .step {
        height: auto;
    }
}
body .step .step-over {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(159, 9, 223, 0.6156862745);
    width: 100%;
    height: 100vh;
}
@media screen and (max-width: 1200px) {
    body .step .step-over {
        height: 100%;
    }
}
body .step .step-inner .step-left {
    position: relative;
    height: 100vh;
}
@media screen and (max-width: 1200px) {
    body .step .step-inner .step-left {
        height: auto;
    }
}
body .step .step-inner .step-left .left-step-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
body .step .step-inner .step-left .left-step-inner .accordion {
    width: 500px;
}
@media screen and (max-width: 1200px) {
    body .step .step-inner .step-left .left-step-inner .accordion {
        width: 450px;
    }
}
@media screen and (max-width: 992px) {
    body .step .step-inner .step-left .left-step-inner .accordion {
        width: 300px;
    }
}
@media screen and (max-width: 576px) {
    body .step .step-inner .step-left {
        height: 400px;
    }
}
body .step .step-inner .step-right {
    padding-top: 30px;
    height: 100vh;
    overflow: hidden;
    z-index: 999;
}
@media screen and (max-width: 1200px) {
    body .step .step-inner .step-right {
        height: auto;
    }
}
body .step .step-inner .step-right img {
    width: 100%;
    float: right;
}
@media screen and (max-width: 576px) {
    body .step .step-inner .step-right {
        display: none;
    }
}
body .package {
    padding: 50px 0;
}
body .package .package-small-head {
    color: #9e09df;
    text-align: center;
}
body .package .package-head {
    font-size: 38px;
    width: 60%;
    text-align: center;
    margin-left: 20%;
}
@media screen and (max-width: 576px) {
    body .package .package-head {
        font-size: 30px;
        width: 100%;
        margin-left: 0;
    }
}
body .package .package-para {
    text-align: center;
    width: 100%;
    color: #4a5568;
}
body .package .package-inner .package-price-card {
    text-align: center;
    padding: 10px;
}
body .package .package-inner .package-price-card .package-card-inner {
    border-radius: 15px;
    box-shadow: 2px 2px 15px gray;
}
body
    .package
    .package-inner
    .package-price-card
    .package-card-inner
    .package-inner-head {
    margin-top: 20px;
    font-size: 32px;
    color: black;
    font-weight: 600;
}
@media screen and (max-width: 576px) {
    body
        .package
        .package-inner
        .package-price-card
        .package-card-inner
        .package-inner-head {
        font-size: 24px;
    }
}
@media screen and (max-height: 450px) {
    body
        .package
        .package-inner
        .package-price-card
        .package-card-inner
        .package-inner-head {
        font-size: 24px;
    }
}
body .package .package-inner .package-price-card .package-card-inner img {
    height: 250px;
    width: 100%;
    border-radius: 15px 15px 0 0;
}
@media screen and (max-height: 576px) {
    body .package .package-inner .package-price-card .package-card-inner img {
        height: 150px;
    }
}
body
    .package
    .package-inner
    .package-price-card
    .package-card-inner
    .package-inner-para {
    color: #4a5568;
    width: 80%;
    margin: 10px 10%;
    text-align: center;
    font-style: italic;
    font-size: 16px;
}
body
    .package
    .package-inner
    .package-price-card
    .package-card-inner
    .package-price {
    font-size: 42px;
    color: #9e09df;
}
body
    .package
    .package-inner
    .package-price-card
    .package-card-inner
    .package-btn {
    margin: 10px 0 30px 0;
    padding: 10px 20px;
    border-radius: 25px;
    border: 2px solid #9e09df;
}
body .package .package-inner .package-price-card .package-card-inner:hover {
    overflow: hidden;
    transition: 0.2s ease-out;
    background: #9e09df;
    border-radius: 15px;
    box-shadow: 2px 2px 15px gray;
}
body
    .package
    .package-inner
    .package-price-card
    .package-card-inner:hover
    .package-inner-head {
    margin-top: 20px;
    font-size: 32px;
    color: white;
}
body .package .package-inner .package-price-card .package-card-inner:hover img {
    height: 250px;
    width: 100%;
    border-radius: 15px 15px 0 0;
    transform: scale(1.01);
}
body
    .package
    .package-inner
    .package-price-card
    .package-card-inner:hover
    .package-inner-para {
    color: white;
    width: 80%;
    margin: 10px 10%;
    text-align: center;
    font-style: italic;
}
body
    .package
    .package-inner
    .package-price-card
    .package-card-inner:hover
    .package-price {
    font-size: 42px;
    color: #9e09df;
}
body
    .package
    .package-inner
    .package-price-card
    .package-card-inner:hover
    .package-btn {
    margin: 10px 0 30px 0;
    padding: 10px 20px;
    border-radius: 25px;
    border: 2px solid #9e09df;
}
body .faq {
    background-color: #f4daff;
    background: url("../image/bigbanner.jpeg");
    padding: 30px 0;
    position: relative;
}
body .faq .faq-over {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(159, 9, 223, 0.4941176471);
}
body .faq .faq-head {
    position: relative;
    text-align: center;
    margin: 20px 0;
    color: white;
    z-index: 99999;
}
body .faq .faq-inner {
    position: relative;
    margin-bottom: 30px;
    width: 50%;
    margin-left: 25%;
}
@media screen and (max-width: 576px) {
    body .faq .faq-inner {
        width: 90%;
        margin-left: 5%;
    }
}
body .faq .faq-inner .accordion-button {
    font-weight: 600;
    font-size: 20px;
}
body .get-in-touch {
    padding: 15px 0;
    font-family: "Inter", sans-serif;
}
body .get-in-touch .get-in-touch-head {
    text-align: center;
    color: #9e09df;
    margin-top: 10px;
}
body .get-in-touch .get-in-touch-social {
    width: 210px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
body .get-in-touch .get-in-touch-social .social-logo-get {
    margin-top: 10px;
    height: 50px;
    width: 50px;
    padding: 10px;
    background-color: rgba(231, 190, 248, 0.7882352941);
    position: relative;
    border-radius: 50%;
}
body .get-in-touch .get-in-touch-social i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #57007b;
}
body .get-in-touch .get-in-inner {
    height: 100%;
    background-color: rgba(231, 190, 248, 0.5882352941);
    padding: 20px;
    border-radius: 15px;
    margin-top: 20px;
}
body .get-in-touch .get-in-inner .social-logo-get {
    padding: 15px;
    width: 50px;
    height: 50px;
    background-color: #9e09df;
    border-radius: 50%;
    position: relative;
}
body .get-in-touch .get-in-inner .social-logo-get i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
body .get-in-touch .get-in-inner .get-inner-head {
    margin-top: 10px;
}
body .get-in-touch .get-contact {
    height: 100%;
    padding: 20px;
    background: rgb(158, 9, 223);
    background: linear-gradient(
        90deg,
        rgba(158, 9, 223, 0.58) 0%,
        rgba(64, 35, 255, 0.68) 100%
    );
    margin-top: 20px;
    border-radius: 15px;
}
body .get-in-touch .get-contact label {
    color: white;
    margin: 5px 0;
    font-style: italic;
    font-size: 18px;
    font-weight: 600;
}
body .get-in-touch .get-contact input {
    font-style: italic;
    padding: 5px;
    border-radius: 25px;
    border: none;
    width: 45%;
    margin-right: 10px;
    outline: none;
}
body .get-in-touch .get-contact textarea {
    width: 100%;
    border-radius: 15px;
    height: 200px;
    outline: none;
}
body .get-in-touch .get-contact button {
    margin-top: 10px;
    padding: 5px 25px;
    border: none;
    border-radius: 25px;
    color: #840183;
    font-weight: 600;
    font-style: italic;
    border: 2px solid white;
}
body .get-in-touch .get-contact button:hover {
    border: 2px solid white;
    background-color: #9e09df;
    color: white;
}
body .why-us .why-head {
    font-size: 32px;
    margin: 50px 0;
    color: #9e09df;
}
body .why-us .why-inner {
    font-size: 18px;
    font-style: italic;
    margin-top: 20px;
}
body .why-us .why-inner-img {
    padding: 30px 0;
}
body .why-us .why-inner-img img {
    width: 100%;
}
@media screen and (max-width: 992px) {
    body .why-us .why-inner-img {
        padding: 130px 0;
    }
}
@media screen and (max-width: 576px) {
    body .why-us .why-inner-img {
        padding: 30px 0;
    }
}
body .mission-vision {
    background-color: #e3d4ff;
    padding: 20px 0;
}
body .mission-vision .mission-img {
    margin-top: 20px;
    width: 100%;
}
@media screen and (max-width: 992px) {
    body .mission-vision .mission-img {
        display: none;
    }
}
body .mission-vision .vision-img {
    width: 100%;
    margin-top: 20px;
}
@media screen and (max-width: 992px) {
    body .mission-vision .vision-img {
        display: none;
    }
}
body .mission-vision .mv-inner {
    margin-top: 20px;
    padding: 30px;
}
body .mission-vision .mv-inner .mission-inner-head {
    color: rgb(81, 126, 252);
}
body .mission-vision .mv-inner .mission-inner-para {
    font-style: italic;
}
body .skills {
    font-family: "Inter", sans-serif;
    padding: 20px 0;
}
body .skills .skill-img img {
    width: 100%;
}
body .skills .skill-inner-small {
    color: rgb(81, 126, 252);
    font-weight: 600;
}
body .skills .skill-inner-head {
    font-weight: 800;
    font-size: 36px;
}
body .skills .skill-inner .progress2 {
    padding: 0px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25),
        0 1px rgba(255, 255, 255, 0.08);
}
body .skills .skill-inner .progress2 .progress-bar2 {
    height: 18px;
    border-radius: 30px;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.3),
        rgba(255, 255, 255, 0.05)
    );
    transition: 0.4s linear;
    transition-property: width, background-color;
}
body .skills .skill-inner .progress2.progress-moved .progress-bar2 {
    width: 95%;
    background-color: #47bfef;
    animation: progressAnimation 6s;
}
@keyframes progressAnimation {
    0% {
        width: 5%;
        background-color: #bcebf9;
    }
    100% {
        width: 95%;
        background-color: #47bfef;
    }
}
body .skills .skill-inner .progress3 {
    padding: 0px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25),
        0 1px rgba(255, 255, 255, 0.08);
}
body .skills .skill-inner .progress3 .progress-bar3 {
    height: 18px;
    border-radius: 30px;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.3),
        rgba(255, 255, 255, 0.05)
    );
    transition: 0.4s linear;
    transition-property: width, background-color;
}
body .skills .skill-inner .progress3.progress-moved .progress-bar3 {
    width: 95%;
    background-color: #ef474f;
    animation: progressAnimation2 6s;
}
@keyframes progressAnimation2 {
    0% {
        width: 5%;
        background-color: rgba(247, 172, 176, 0.862745098);
    }
    100% {
        width: 95%;
        background-color: #ef474f;
    }
}
body .skills .skill-inner .progress4 {
    padding: 0px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25),
        0 1px rgba(255, 255, 255, 0.08);
}
body .skills .skill-inner .progress4 .progress-bar4 {
    height: 18px;
    border-radius: 30px;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.3),
        rgba(255, 255, 255, 0.05)
    );
    transition: 0.4s linear;
    transition-property: width, background-color;
}
body .skills .skill-inner .progress4.progress-moved .progress-bar4 {
    width: 95%;
    background-color: #7947ef;
    animation: progressAnimation4 6s;
}
@keyframes progressAnimation4 {
    0% {
        width: 5%;
        background-color: rgba(187, 163, 243, 0.7803921569);
    }
    100% {
        width: 95%;
        background-color: #7947ef;
    }
}
body .skills .skill-inner .progress5 {
    padding: 0px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25),
        0 1px rgba(255, 255, 255, 0.08);
}
body .skills .skill-inner .progress5 .progress-bar5 {
    height: 18px;
    border-radius: 30px;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.3),
        rgba(255, 255, 255, 0.05)
    );
    transition: 0.4s linear;
    transition-property: width, background-color;
}
body .skills .skill-inner .progress5.progress-moved .progress-bar5 {
    width: 95%;
    background-color: #47ef63;
    animation: progressAnimation5 6s;
}
@keyframes progressAnimation5 {
    0% {
        width: 5%;
        background-color: #bcf7c5;
    }
    100% {
        width: 95%;
        background-color: #47ef63;
    }
}
body .skills .skill-inner .progress6 {
    padding: 0px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25),
        0 1px rgba(255, 255, 255, 0.08);
}
body .skills .skill-inner .progress6 .progress-bar6 {
    height: 18px;
    border-radius: 30px;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.3),
        rgba(255, 255, 255, 0.05)
    );
    transition: 0.4s linear;
    transition-property: width, background-color;
}
body .skills .skill-inner .progress6.progress-moved .progress-bar6 {
    width: 95%;
    background-color: #efc847;
    animation: progressAnimation6 6s;
}
@keyframes progressAnimation6 {
    0% {
        width: 5%;
        background-color: #f0e3ba;
    }
    100% {
        width: 95%;
        background-color: #efc847;
    }
}
body .skills .skill-inner .progress7 {
    padding: 0px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25),
        0 1px rgba(255, 255, 255, 0.08);
}
body .skills .skill-inner .progress7 .progress-bar7 {
    height: 18px;
    border-radius: 30px;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.3),
        rgba(255, 255, 255, 0.05)
    );
    transition: 0.4s linear;
    transition-property: width, background-color;
}
body .skills .skill-inner .progress7.progress-moved .progress-bar7 {
    width: 95%;
    background-color: #1af387;
    animation: progressAnimation7 6s;
}
@keyframes progressAnimation7 {
    0% {
        width: 5%;
        background-color: #aee5ec;
    }
    100% {
        width: 95%;
        background-color: #1af387;
    }
}
body .jd {
    font-family: "Inter", sans-serif;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
}
body .jd .js-small-head {
    background: -webkit-linear-gradient(
        rgb(226, 29, 134) 0%,
        rgb(13, 28, 159) 100%
    );
    color: #c2c1c1;
}
body .jd .js-head {
    color: rgb(37, 123, 252);
    font-size: 34px;
    text-align: center;
    font-weight: 400;
}
body .jd .row .jd-inner {
    margin-top: 20px;
    border-radius: 15px 15px 15px 15px;
    background: rgb(158, 9, 223);
    background: linear-gradient(
        90deg,
        rgb(186, 54, 247) 0%,
        rgb(80, 55, 243) 100%
    );
}
body .jd .row .jd-inner img {
    width: 100%;
    border-radius: 15px 15px 0 0;
}
body .jd .row .jd-inner .jd-inner-info {
    text-align: left;
    padding: 20px;
}
body .jd .row .jd-inner .jd-inner-info .jd-inner-head {
    color: white;
    font-size: 28px;
    font-weight: 600;
}
body .jd .row .jd-inner .jd-inner-info .jd-inner-para {
    color: rgb(207, 207, 207);
    font-size: 18px;
    text-align: left;
    margin: 10px 0;
}
body .jd .row .jd-inner .jd-inner-info .js-inner-btn {
    border: none;
    background-color: transparent;
    padding: 0;
    color: white;
    transition: 0.2s ease-in;
    font-size: 16px;
}
body .jd .row .jd-inner .jd-inner-info .js-inner-btn:hover i {
    transition: 0.2s ease-in;
    margin-left: 20px;
}

.hiringForm {
    min-height: 145px;
}
.hiringForm .formSection {
    margin: 100px;
}
.hiringForm .formSection .form-group {
    margin: 15px;
}
/*# sourceMappingURL=index.css.map */
