.nav-hedar-new {
    position: initial;
    background-color: white;
}

:root {

    --thm-base: #ffaa17;
    --thm-base-rgb: 255, 170, 23;
    --thm-black: #222429;
    --thm-text: #686a6f;
  }

.nav-hedar-new ul li a {
    color: black !important;
}

.nav-hedar-new-box{
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.169);
}

.nav-hedar-new #home-img img {
    height: 5vmax;
}

.nav-hedar-new .service-sub-menu {
    z-index: 55;
}

/*  */

.new-hero-sec-main {
    background: white;
    height: 90vh;
    position: relative;
}

.new-hero-sec {
    padding: 4vmax 8.5vmax;
    background-color: #2E3192;
    color: white;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 57%, 0 91%);
}



.new-hero-sec-left h1 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 25px;
}



.new-hero-sec-left p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 25px;
}

.new-hero-sec-left-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 1vmax;
}

.new-hero-sec-left-icons span {
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, .3);
    width: auto;
    padding: 5px 10px;
    /* margin-right: 13px; */
    font-size: 16px;
    /* margin-bottom: 13px; */
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}

@media only screen and (max-width: 750px) {
    .new-hero-sec-main {
        height: max-content;
    }

    .new-hero-sec {
        padding: 5vmax 2vmax;
        clip-path: initial;
    }

    .new-hero-sec-left h1 {
        font-size: 30px;
        line-height: initial;
        margin-bottom: 20px;
    }

    .new-hero-sec-left p {
        font-size: 16px;
    }

    .new-hero-sec-left-icons span {
        font-size: 14px;
        font-weight: 400;
    }

    .new-hero-sec-left-icons {
        row-gap: 2vmax;
    }
}

/*  */
.new-call-sent-form {
    width: 26vmax;
    background-color: white;
    height: max-content;
    padding: 1vmax 1vmax 3vmax 1vmax;
    border-radius: 20px;
    border: 4px solid #BF1E2D;
    position: absolute;
    /* z-index: 1 !important; */
    right: 8.5vmax;
    top: 4vmax;
}

@media only screen and (max-width: 750px) {
    .new-call-sent-form {
        width: 100%;
        position: initial;
    }
    

    .new-call-sent-form2 {
        display: none;
    }
}

.new-call-sent-form form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1vmax;
    width: 100%;
}

.new-call-sent-form form div {
    width: 100%;
    /* background-color: skyblue; */
    display: flex;
    align-items: center;
    gap: 1vmax;
}

.new-call-sent-form form div input {
    width: 100%;
    height: 2.5vmax;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.185);
    outline: none;
    font-size: 18px;
}

.new-call-sent-form h4 {
    color: black;
    text-align: center;
    font-weight: 700;
}

.new-call-sent-form form div i {
    font-size: 24px;
    color: #BF1E2D;
}

.new-call-sent-form h3 {
    color: #BF1E2D;
    font-size: 18px;
    margin-top: 1.5vmax;
}

.new-call-sent-form form div select {
    width: 100%;
    height: 2.5vmax;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.185);
    outline: none;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.616);
    font-weight: 400;
}

.new-call-sent-form-button {
    padding: 0 1vmax;
}

.new-call-sent-form button {
    width: 100%;
    background-color: #C83D4A;
    color: white;
    font-weight: 500;
    border-radius: 50px;
    text-align: center;
    transition: .25s;
}

.new-call-sent-form button:hover {
    background-color: #BF1E2D;
}

.new-hero-section-call a:hover {
    background-color: transparent;
    border: 2px solid white;

}

@media only screen and (max-width: 700px) {

   

    .section-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -25%);
        color: white;
        gap: 1vmax;
        width: 90%;
    }

    .new-call-sent h1 {
        font-size: 22px;
    }

    .new-call-sent h1 span {
        color: #EA4335;
    }

    .new-call-sent ul {
        color: rgba(255, 255, 255, 0.902);
        font-size: 16px;
        font-weight: 400;
        margin-top: 1vmax;
        margin-bottom: 1.8vmax;
    }

    .section-content a {
        color: white;
        font-weight: 100;
        font-size: 14px;
        border: 2px solid white;
        padding: .5vmax 3vmax;
        border-radius: 100px;
        transition: .25s;
    }

    .new-hero-section-call {
        gap: 2vmax;
    }

    #new-hero-section-call-new {
        padding: 1vmax 2.5vmax;
    }

    .new-hero-section-call-bottom {
        gap: .8vmax;
        margin-top: 1.5vmax;
    }

    .new-hero-section-call-bottom h6 {
        font-weight: 400;
        font-size: 14px;
    }

    .new-call-sent-form {
        background-color: white;
        height: max-content;
        padding: 3vmax 1vmax;
        border-radius: 20px;
        border: 4px solid #BF1E2D;
    }

    .new-call-sent-form form {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1vmax;
        width: 100%;
    }

    .new-call-sent-form form div {
        width: 100%;
        /* background-color: skyblue; */
        display: flex;
        align-items: center;
        gap: 1vmax;
    }

    .new-call-sent-form form div input {
        width: 100%;
        height: 5vmax;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.185);
        outline: none;
        font-size: 16px;

        padding-bottom: 1vmax;
    }



    .new-call-sent-form form div i {
        font-size: 20px;
        color: #BF1E2D;
    }

    .new-call-sent-form h3 {
        color: #BF1E2D;
        font-size: 16px;
        margin-top: 1.5vmax;
    }

    .new-call-sent-form form div select {
        width: 100%;
        height: 5vmax;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.185);
        outline: none;
        font-size: 18px;
        color: rgba(0, 0, 0, 0.616);
        font-weight: 400;
    }

    .new-call-sent-form-button {
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .new-call-sent-form button {
        background-color: #bf1e2eaf;
        color: white;
        border-radius: 50px;
        text-align: center;
        transition: .25s;
        font-size: 14px;
    }

    .new-call-sent-form button:hover {
        background-color: #BF1E2D;
    }
}

/*  */
.new-pading-sec {
    padding: 2vmax 8.5vmax;
}




.new-business-potential h2 {
    color: #19110d;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
}



.new-business-potential p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 153.523%;
}

#align-items-center-about p{
    font-size: 17px;
    text-align: justify;
}
#align-items-center-about h2{
    text-transform: uppercase;
    font-weight: 800;
    color: #2E3192;
    font-size: 30px;
}

#align-items-center-about-img img{
    height: 30vmax;
    border-radius: 10px;
}

.new-business-potential h4 {
    font-size: 20px;
    color: #C83D4A;
    font-weight: 700;
}

.new-business-potential ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 1vmax;
}

.new-business-potential ul li {
    /* background-color: red; */
    font-size: 22px;
    font-weight: bold;
    width: 50%;
}

.new-business-potential ul li i {
    color: #2E3192;
}

@media only screen and (max-width: 750px) {
    .new-business-potential h2 {
        line-height: initial;
        font-size: 24px;
        text-align: center;
    }

    #align-items-center-about-img img{
        height: initial;
        border-radius: 10px;
    }

    .new-business-potential p {
        line-height: 153.523%;
        font-size: 16px;
        text-align: justify;
    }

    .new-business-potential h4 {
        font-size: 22px;
        text-align: center;
        color: #C83D4A;
        font-weight: 700;
    }

    .new-business-potential ul li {
        font-size: 18px;
        width: 100%;
    }
}

.new-our-clients {
    padding: 2vmax 8.5vmax;
    background-image: url(https://www.orangemantra.com/wp-content/img/clientlogo/client-bg.png), linear-gradient(180deg, #E7E7E7 0%, rgba(234, 234, 234, 0.00) 100%);
    text-align: center;
    background-size: cover;
    background-position: center bottom;
}

.new-our-clients-new {
    background: initial;
}

.new-our-clients h2 {
    color: #19110d;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 113.957%;
}

.new-our-clients ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.new-our-clients ul li {
    width: 24%;
    text-align: center;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
}



.new-our-clients ul li img {
    filter: grayscale(100%);
    width: 145px;
    object-fit: contain;
    height: 100%;
}

.new-our-clients ul li img:hover {
    filter: grayscale(0%);
}

@media only screen and (max-width: 750px) {
    .new-our-clients ul li {
        width: 50%;
        padding: 30px 15px;
    }

    .new-our-clients ul li img {
        filter: grayscale(0%);
    }

    .new-our-clients h2 {
        color: #19110d;
        font-size: 26px;
    }
}


.new-our-clients-new ul {
    margin-top: 2vmax;
}

.new-our-clients-new ul li {
    width: 24%;
    text-align: center;
    border: 1px solid #dddddd73;
    padding: 30px 0;
}

.new-our-clients-new ul li:hover {
    border: 1px solid #dddddd;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.135);
}

.new-our-clients-new ul li img {
    filter: initial;
    height: 85px;
}

@media only screen and (max-width: 750px) {
    .new-our-clients-new ul li {
        width: 50%;
        padding: 30px 15px;
    }
}

/*  */

.new-digi-card {
    border-radius: 48px 8px;
    border: 1px solid var(--neutral-n-700, #E2E2E2);
    background: var(--extremes-white, #FFF);
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, .1);
    padding: 20px;
    display: flex;
    /* height: 100%; */
    padding: 20px 24px 35px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    transition: all .5s ease-out;
    position: relative;
    height: 100%;

}

.new-digi-card:hover {
    border-radius: 8px 48px;
    background-color: #2E3192;
    color: white;
}

.new-digi-card h5 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-clip: text;
    -webkit-background-clip: text;
}

.new-digi-card p {
    font-size: 16px;
}

.new-digi-card span {
    display: inline-block;
    padding: 0 8px;
    background: #2E3192;
    border-radius: 12px;
}

.new-digi-card:hover span {
    background-color: white;
}

.new-digi-card:hover span i {
    color: black;
}

.new-digi-card span i {
    font-size: 32px;
    color: white;
}

.new-digi-card a {
    color: #BF1E2D;
    font-weight: 500;
}

.new-card-main h2 {
    text-align: center;
    font-weight: 700;
}

#form-page-gro {
    background-color: #C83D4A;
    color: white;
    border-radius: 50px;
    text-align: center;
    transition: .25s;
    padding: .8vmax 1vmax;
    font-weight: 600;
}

.form-page-gro {
    margin-top: 5vmax !important;
}

#form-page-gro:hover {
    background-color: #c83d4bb6;
}


/*  */

/*  */

.new-card-main2 {
    /* padding: 50px 0; */
    background: url(https://www.orangemantra.com/wp-content/uploads/2024/04/automation-solution-bg.webp);
    background-position: center right;
    background-size: cover;
    background-attachment: fixed;
}

.new-digi-card-new {
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: initial;
    border-radius: 15px;
    transition: initial;
    box-shadow: initial;
}

.new-digi-card-new:hover {
    border-radius: 15px;

}

/*  */
.why-jusmark-new-left {
    background-color: #2E3192;
    padding: 3vmax 8vmax 3vmax 4vmax !important;
    margin-top: 4vmax !important;
    border-radius: 0 50px 0 0;
    margin-left: 2vmax;
    height: 35vmax;
}



.why-jusmark-new-left h2 {
    color: white;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 2vmax;
    text-transform: capitalize;
}

.why-jusmark-new-left p {
    color: white;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 153.523%;
}

.wing-log-img {
    animation: 2s infinite upAndDown;
}

@keyframes upAndDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

@media only screen and (max-width: 750px) {
    .why-jusmark-new {
        padding: 0 1vmax 0 0;
    }

    .why-jusmark-new-left {
        height: max-content;
        padding: 3vmax 5vmax 3vmax 1.5vmax !important;
        /* text-align: center; */
    }



    .why-jusmark-new-left h2 {
        color: white;
        font-size: 22px;
        line-height: initial;
        text-align: center;
    }

    .why-jusmark-new-left p {
        font-size: 16px;
        text-align: justify;
    }

    #form-page-gro {
        background-color: #c83d4bb6;
        color: white;
        border-radius: 50px;
        text-align: center;
        transition: .25s;
        padding: 1.8vmax 2vmax;
        font-weight: 600;
    }

    .new-card-main h2 {
        font-size: 24px;
    }
    .new-card-main p{
       text-align: justify !important;
    }
    
    
}

.new-digi-ca {
    border-radius: 48px 8px;
    border: 1px solid var(--neutral-n-700, #E2E2E2);
    background: var(--extremes-white, #FFF);
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, .1);
    padding: 20px;
    padding: 20px 24px 35px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    max-height: max-content;
}

.new-digi-ca span {
    color: #BF1E2D;
    font-weight: 500;
}

.new-digi-ca h3 {
    font-size: 75px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(90deg, #BF1E2D 6.14%, #BF1E2D 83.37%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 10px;
    opacity: .5;
}

.new-digi-ca h5 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 137.523%;
}

.new-digi-ca p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 153.523%;
}

.why-jusmark-new-rigth {
    /* background-color: red; */
    margin-left: -5vmax;
    margin-top: 5vmax !important;
}

@media only screen and (max-width: 750px) {
    .why-jusmark-new-rigth {
        margin-left: initial;
        margin-top: 5vmax !important;
    }
    .new-digi-ca p {
        font-size: initial;
    }
}

/*  */

.new-pading-sec-right {
    background-color: #BF1E2D;
    margin-left: -1vmax;
    padding: 1vmax 2vmax 2vmax 2vmax !important;
    color: white;
}

.new-pading-sec-right h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    /* line-height: 46px; */
    margin-bottom: 1vmax;
}

.new-pading-sec-right p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 153.523%;
}

.new-pading-sec-right ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1vmax;
    margin-bottom: 2vmax !important;
}

.new-pading-sec-right ul li {
    font-weight: 700;
}

.new-pading-sec-right ul li i {
    font-weight: initial;
}

.new-pading-sec-right a {
    background-color: black;
    color: white;
    padding: .8vmax 1vmax;
    border-radius: 5px;
    transition: .25s;
    font-weight: 600;
}

.new-pading-sec-right a:hover {
    background-color: white;
    color: black;
}

.bottm-sec-new {
    background-color: #2E3192;
    color: white;
    padding: 4vmax 20vmax;
    text-align: center;
}


.bottm-sec-new h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 46px;
    margin-bottom: 1vmax;
}

.bottm-sec-new p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 153.523%;
    margin-bottom: 2vmax;
    /* padding: 0 5vmax; */
}

@media only screen and (max-width: 750px) {
    .new-pading-sec {
        padding: 2vmax;
    }

    .new-pading-sec2 {
        padding: 0;
    }

    .new-pading-sec-right {
        margin-left: initial;
        padding: 3vmax !important;
    }

    .new-pading-sec-right h2 {
        font-size: 26px;
    }

    .new-pading-sec-right p {
        font-size: 16px;
    }

    .new-pading-sec-right ul {
        margin-bottom: 4vmax !important;
    }

    .new-pading-sec-right a {
        padding: 1.8vmax 2vmax;
    }


    .bottm-sec-new {
        padding: 5vmax 2vmax;
        text-align: center;
    }

    .bottm-sec-new h2 {
        font-size: 20px;
        line-height: initial;
        margin-bottom: 2vmax;

    }

    .bottm-sec-new p {
        font-size: 16px;
    }
}

/*  */



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.highlight {
    color: #BF1E2D;
}


/*  */
.business-potential-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid rgba(0, 0, 0, 0.142);
    padding: 1.3vmax;
    /* height: 100%; */
    border-radius: 10px;
    height: 100%;
}

.business-potential-card span {
    background-color: #2E3192;
    color: white;
    padding: 0 .5vmax;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    font-size: 40px;
}

.business-potential-card h3 {
    font-weight: 700;
    margin-top: .3vmax;
    font-size: 36px;
    color: #2E3192;
}

.business-potential-card h5 {
    font-size: 18px;
    font-weight: 400;
}

@media only screen and (max-width: 750px) {
    .business-potential-card {
        height: 100%;
        align-items: center;
    }

    .business-potential-card span {
        font-size: 32px;
        padding: 0 1vmax;
    }

    .business-potential-card h3 {
        margin-top: 1vmax;
        font-size: 32px;
    }

    .business-potential-card h5 {
        text-align: center;
    }
}

/*  */


.new-digi-card1 {
    border-radius: 10px !important;
    position: relative;
    overflow: hidden;
}



.new-digi-card1:hover {
    background-color: initial;
}

.new-digi-card1 .new-digi-card1-body {
    background-color: #2e3192f0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 2vmax 1vmax;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1vmax;
    transform: translatey(110%);
    transition: .40s;
}

@media only screen and (max-width: 750px) {
    .new-digi-card1 {
        border-radius: 10px !important;
        position: initial;
        overflow: initial;
        padding: 0;
    }

    .new-digi-card1 .new-digi-card1-body {
        position: initial;
        transform: initial;
        background-color: #2E3192;
        padding: 2vmax;
    }
}

.new-digi-card1:hover .new-digi-card1-body {
    transform: translate(0);
}

.new-digi-card1 .new-digi-card1-body h5 {
    color: white;
}

.new-digi-card1 .new-digi-card1-body h6 {
    color: white;
    margin-top: .5vmax;
}

.new-digi-card1 .new-digi-card1-body p {
    color: white;
}

.new-digi-card1-body-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.new-digi-card1-body-img div {
    text-align: center;
}

.new-digi-card1-body-img img {
    height: 4vmax;
}



/* new steps css start */

.road-map-main {
    margin: 50px 0 51px;
}

.road-map-main .road-map-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 165.5px;
}

@media (max-width: 991px) {
    .road-map-main .road-map-wrapper {
        margin-bottom: 25px;
        height: auto;
        display: block;
    }
}

.road-map-main .road-map-wrapper::before,
.road-map-main .road-map-wrapper::after {
    content: "";
    width: 100%;
    clear: both;
    display: block;
}

.road-map-main .road-map-wrapper .road-map-circle {
    width: 195px;
    height: 195px;
    border-radius: 50%;
    border: 25px solid transparent;
    border-top-color: #2E3192;
    border-right-color: #2E3192;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}

@media (max-width: 992px) {
    .road-map-main .road-map-wrapper .road-map-circle {
        position: unset;
        border: 25px solid #2E3192;
    }
}

.road-map-main .road-map-wrapper .road-map-circle .road-map-circle-text {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #BF1E2D;
    font-size: 35px;
    font-weight: 600;
    line-height: 26px;
    text-transform: capitalize;
    color: #fff;
    box-shadow: 0px 0px 10px 5px #00000021;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
}

.road-map-main .road-map-wrapper .road-map-card {
    width: 35%;
    background: #2E3192;
    padding: 20px 20px;
    /* z-index: 1; */
    position: absolute;
    right: 0;
    border-radius: 5px;
}

.road-map-main .road-map-wrapper .road-map-card::before {
    content: "";
    width: 25%;
    height: 20px;
    background: #2E3192;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -23%;
    z-index: -1;
}

@media (max-width: 991px) {
    .road-map-main .road-map-wrapper .road-map-card {
        width: 100%;
        margin-top: 30px;
        position: unset;
    }

    .road-map-main .road-map-wrapper .road-map-card::before {
        content: "";
        width: 20px;
        height: 15%;
        top: 48%;
        transform: translateX(-50%);
        left: 50%;
        z-index: initial;
    }
}

@media (max-width: 425px) {
    .road-map-main .road-map-wrapper .road-map-card {
        top: 45%;
    }
}

.road-map-main .road-map-wrapper .road-map-card .card-head {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 15px;
    color: #fff;
}

.road-map-main .road-map-wrapper .road-map-card .card-text {
    color: #fff;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .road-map-main .road-map-wrapper .road-map-card .card-text {
        -webkit-line-clamp: 4;
    }
}

.road-map-main .road-map-wrapper:nth-of-type(even) .road-map-circle {
    border-bottom-color: #2E3192;
    border-left-color: #2E3192;
    border-top-color: transparent;
    border-right-color: transparent;
}

@media (max-width: 991px) {
    .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-circle {
        border-color: #2E3192;
    }
}

.road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card {
    left: 0;
}

.road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
    right: -23%;
    left: unset;
}

@media (max-width: 991px) {
    .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
        content: "";
        width: 20px;
        height: 15%;
        top: 50%;
        transform: translateX(-50%);
        left: 50%;
    }
}

@media (max-width: 425px) {
    .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
        top: 45%;
    }
}

.new-our-procee {
    background: initial;
    background-color: rgba(0, 0, 0, 0.021);
}


/* ****************************** */


.paln-caerd {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.146);
    border-radius: 10px;
}


.text-center-paln {
    border-bottom: 1px solid rgba(0, 0, 0, 0.315);
    padding: 1.5vmax 0 1vmax 0; 
}

.text-center-paln span {
    color: #2E3192;
    font-weight: 600;
}

.text-center-pal {
    text-align: center;
}

.text-center-paln h4 {
    font-size: 32px;
    font-weight: 500;
}

@media (max-width: 800px) {
    .text-center-paln h4 {
        font-size: 18px;
    }
}

.paln-caerd-bottom {
    padding: 1vmax;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.066);
    margin-top: 3vmax;
    border-radius: 10px;

}

.text-center-pal h4 {
    font-size: 34px;
    color: black;
}

.text-center-pal h5 {
    font-weight: 600;
}

.text-center-pal h5 del {
    font-weight: 500;
}

#color1 {
    color: #E52B8D;
}

#color2 {
    color: #4E49E9;
}

#color3 {
    color: #89EA5F;
}

.card-left-plan {
    display: flex;
    align-items: center;
    gap: 2vmax;
}

.card-left-plan-main-border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.274);
}

.card-left-plan p {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;
}

.card-left-plan-main {
    align-items: center;
    /* padding: 1vmax 0; */
    border-bottom: 1px solid rgba(0, 0, 0, 0.274);
}


.card-left-plan i {
    font-size: 20px;
    color: rgba(137, 43, 226, 0.753);
    cursor: pointer;
}

.check-box-new i {
    font-size: 24px;
    font-weight: 900;
    position: relative;
}

@media only screen and (max-width: 800px) {
    .check-box-new i {
        font-size: 16px;
    }

    .check-box-new {
        text-align: center;
    }
}

.ri-check-fill{
    color: #4AC851;
}

.ri-close-line, .ri-git-commit-fill  {
    color: #F44336;
    position: relative;
}

.ri-error-warning-line {
    position: relative !important;
}

.ri-error-warning-line p {
    font-size: 12px;
    color: black;
    background-color: white;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.242);
    padding: .5vmax;
    border-radius: 5px;
    position: absolute;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: .25s;
    width: 20vmax;
    top: -3.5vmax;
    left: 0;
}

.ri-error-warning-line:hover p {
    opacity: 1;
    visibility: visible;

}

.new-o {
    font-size: 12px;
}

/* .modal-content {
    margin-left: -35%;
    width: 90vw;
    padding: 2vmax;
} */


.wing-app-web-section {
    padding: 2vmax 10vmax;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vmax;
    width: 100%;
}

.wing-app-web-section div img {
    height: 10vmax;
    transition: .25s;
}

.wing-app-web-section-new div img {
    height: 20vmax;
}

.wing-app-web-section i {
    font-size: 50px;
}

.wing-app-web-section div {
    /* border: 1px solid black; */
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 1vmax 2vmax;
    gap: .5vmax;
}

.wing-app-web-section div:hover img {
    transform: translatey(-10px);
}

.social-section-1 {
    padding: 1vmax 5vmax;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3vmax;
}

.social-section-1 img {
    height: 20vmax;
}

.social-section-1 div {
    display: flex;
    flex-direction: column;
    gap: 2vmax;
}

.social-section-1 div img {
    height: 8vmax;
    transition: .20s;
}

.social-section-1 div img:hover {
    transform: translatey(-10px);
}

.social-section-1 div span {
    display: flex;
    gap: 1vmax;
}

.card-left-plan img {
    height: 2.5vmax;
}
.card-left-plan h4{
    text-align: initial;
    font-size: 20px;
}

.project-image-new img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.new-f {
    padding: 0;
    font-size: 16px;
    padding: .5vmax 1vmax;
}


@media only screen and (max-width: 767px) {
    .wing-app-web-section div h4 {
        font-size: 15px;
        width: max-content;
    }

    .wing-app-web-section div {
        /* border: 1px solid black; */
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 1vmax 2vmax;
        gap: .5vmax;
    }

    .wing-app-web-section div:hover img {
        transform: translatey(-10px);
    }

    .social-section-1 {
        flex-direction: column;
        gap: 5vmax;
    }

    .social-section-1 img {
        height: max-content;
        object-fit: cover;
        width: 100%;
    }

    .social-section-1 div {
        display: flex;
        flex-direction: column;
        gap: 2vmax;
    }

    .social-section-1 div img {
        height: 10vmax;
        transition: .20s;
    }

    .hero-content-body p {
        max-height: calc(18px * 11.5);
        overflow: hidden;
    }

    .hero-content-footer {
        display: flex;
        align-items: center;
    }

    .hero-content-footer a {
        font-size: 16px;
        padding: 1vmax 2vmax;
    }

    .about-content p {
        max-height: calc(18px * 8.5);
        overflow: hidden;
    }

    .service-content h3 {
        font-size: 20px !important;
    }

    .service-entry p {
        text-align: justify;
    }

    .paln-top-border h3,
    .paln-top-border p {
        visibility: hidden;
        opacity: 0;
        display: none;
    }

    .text-center-paln {
        border-bottom: 1px solid rgba(0, 0, 0, 0.315);
        padding: 1.5vmax 0 1vmax 0;
        /* text-align: center; */
    }

    .text-center-pal {
        text-align: center;
    }

    .paln-caerd-bottom {
        padding: 1vmax 2vmax;
        /* text-align: center; */

    }

    .text-center-pal h4 {
        font-size: 10px;
        color: #25A777;
    }

    .text-center-pal-h6 h6 {
        font-size: 10px;
    }
    .text-center-pal h5 {
        color: #25A777;
        font-size: 10px;
    }

    .text-center-pal h5 del {
        font-weight: 500;
    }



    .card-left-plan img,
    .card-left-plan i {
        display: none;
    }

    .card-left-plan h4 {
        font-size: 12px;
    }

    /* .text-center-pal button{
		font-size: 12px;
		padding: 0;
	} */
    .d-fle {
        display: none;
    }

    .das {
        display: none;
    }

    /* .modal-content {
        margin-left: initial;
        width: 95vw;
        padding: 2vmax;
    } */

    .benefits-item img {
        height: 8vmax;
    }

    .hello-e div img {
        object-fit: cover;
    }

    .project-image-new figure {
        height: 39vmax;
    }

}

.project-item-new-one {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 16.5vmax;
}

.project-item-new-one img {
    height: 7vmax;
    width: 7vmax;
    margin-top: .5vmax;
}

.paln-top-border {
    text-align: start;
}

@media only screen and (max-width: 767px) {
    .project-item-new-one {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 37vmax !important;
    }

    .project-item-new-one img {
        height: 13vmax;
        width: 13vmax;
        margin-top: 1vmax;
    }

    .project-item-new1 {
        height: 30vmax;
    }

    .hero {
        height: 100vh;
    }

    

    .text-center-pal h2 {
        font-size: 14px;
    }

    .card-left-plan {
        text-align: start;
    }
}



/* ******************************* */


.cm-buttons-links-group {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.cm-buttons-links-group a {
    background-color: rgba(147, 84, 255, 1.0);
    color: rgba(255, 255, 255, 1.0);
    box-shadow: 0 6px rgba(0, 0, 0, 1.0);
}

.cm-buttons-links-group a {
    align-items: center;
    background: #9354ff;
    border-radius: 5px;
    box-shadow: 0 6px #414141;
    color: #fff;
    display: inline-block;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    margin: 20px;
    min-height: 50px;
    min-width: max-content;
    padding: 9px 20px;
    position: relative;
    text-decoration: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 190px;
}

.cm-buttons-links-group a:hover,
.cm-buttons-links-group a:focus {
    background-color: rgba(147, 84, 255, 1.0);
    color: rgba(255, 255, 255, 1.0);
}

.cm-buttons-links-group a:focus,
.cm-buttons-links-group a:hover {
    box-shadow: 0 4px #414141;
    top: 2px;
}

.cm-buttons-links-group a {
    background-color: rgba(147, 84, 255, 1.0);
    color: rgba(255, 255, 255, 1.0);
    box-shadow: 0 6px rgba(0, 0, 0, 1.0);
}

/* ***************************************** */

.get-free-card {
    text-align: start;
    margin: 10px 0 0;
    padding: 30px 20px 20px;
    padding-right: 0;
    padding-left: 0;
    background-color: #fff;
    transition: background .3s;
    border-radius: 10px;
    box-shadow: 0 7px 60px 0 rgba(200, 203, 208, .35);
    /* background-color: rgb(125, 70, 222); */
    position: relative;
    transition: .25s;
    overflow: hidden;
    margin-top: 2vmax;
    /* height: 100%; */
    padding: 1.5vmax;
}

.get-free-card-new {
    padding: 40px 10px 30px;
}

.get-free-card p {
    /*text-align: center;*/
    /* padding: 1vmax; */
    font-size: 17px;
    font-weight: 400;
    /*padding: 0 1vmax;*/
}

.get-free-card-new {
    background: rgb(246, 244, 250);
}

.get-free-card-new p {
    padding: 1vmax;

}

.get-free-card h4 {
    font-size: 20px;
    margin-top: 1.5vmax;
}

.get-free-card a {
    color: #8322FF;
}

.get-free-card:hover {
    background-color: #2E3192;
    color: white;
}

.get-free-card:hover h4 {
    color: white;
}

.get-free-card:hover a {
    color: white;
}

.get-free-card:hover p {
    color: white;
}

.get-free-card:hover span svg {
    background-color: white;
}

.hover-svg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 55;
    transform: translate(100%);
    /* height: 0; */
    /* width: 0; */
    transition: 1s;

}

.get-free-card:hover .hover-svg {
    transform: translate(0);
}

.get-free-card-new:hover {
    background-color: #F0E7FF;
}

.get-free-card-new:hover h4 {
    color: initial;
}

.get-free-card-new:hover a {
    color: initial;
}

.get-free-card-new:hover span svg {
    background-color: initial;
}

.get-free-card-new:hover p {
    color: initial;
}

.get-free-card span img {
    height: 5vmax;
}

.grow-ur-bus .col-md-6 img{
    border: 2px solid rgba(0, 0, 0, 0.518);
}

@media (max-width: 800px) {

    .grow-ur-bus .col-md-6 img{
        border: initial;
    }
    .center-new-card {
        padding: 1vmax 2vmax;
    }

    .testimonial-card {
        padding: 4vmax 2vmax;
    }

    .testimonial-card p {
        font-size: 17px;
        line-height: initial;
        text-align: start;
    }

    .testimonial-card-video {
        height: 20vmax;
        margin-top: 1vmax;
    }

    .get-free-card {
        margin-top: 3vmax;
    }

    .p-right a {
        display: none;
    }

    .contact-sec .contact-content ul li span {
        font-size: 20px;
    }
    .get-free-card span img {
        height: 10vmax;
    }
    .get-free-card {
        padding: 4vmax 2vmax;
    }
}




/* new about start */

.new-about1-left{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    position: relative;
}
.new-about1-left img{
    border-radius: 10px;
}
#new-about1-img2{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 260px !important;
    width: 70%;
    object-fit: cover;
    object-position: top;
}

#new-about1-img1{
    height: 90% !important;
    width: 70%;
}

.new-about1-right h5{
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    color: #2E3192;
}
.new-about1-right h1{
    text-transform: uppercase;
    font-weight: 800;
    color: #2E3192;
    font-size: 30px;
}
.new-about1-right p{
    font-size: 17px;
    margin-top: 2vmax;
}
.mt5{
    margin-top: 3vmax;
}

@media (max-width: 800px) {
    .new-about1-left img{
        border-radius: 5px;
    }
    #new-about1-img2{
        position: initial;
        margin-top: 1vmax;
        width: 100%;
    }
    #new-about1-img1{
        height: initial;
        width: 100%;
    }
    .column-reverce{
        flex-direction: column-reverse;
    }

    .new-about1-right h5{
        font-weight: 700;
        font-size: 24px;
    }
    .new-about1-right h1{
        font-size: 24px;
    }
    .new-about1-right p{
        font-size: 16px;
        text-align: justify;
        margin-top: initial;
    }
    .mt5{
        margin-top: initial;
    }
}

.service-block-two{
    padding: 0 1vmax !important;
}
.inner-box{
    background-color: white;
    text-align: start;
    color: black;
    padding: 1vmax 2vmax;
    border-radius: 10px;
    height: 100%;
}
.service-block-two{
    transition: .25s;
}
.service-block-two:hover{
    transform: translatey(-10px);
}


.bottm-sec-new-new{
    padding: 2vmax 8.5vmax;
}
@media (max-width: 800px) {
    .bottm-sec-new-new{
        padding: 2vmax 1vmax;
    }
    .bottm-sec-new-new5{
        padding: 2vmax 2.5vmax;
    }
}
.inner-box h5{
    font-weight: 700;
    margin-top: 1.5vmax;
}
.inner-box p{
    font-size: 16px;
    margin-bottom: 1vmax;
}

.inner-box a{
   font-weight: 600;
}


.facts-section {
    position: relative;
    padding: 0px 0px 180px;
    color: #ffffff;
    /* z-index: 2; */
    background: url(../img/about-img/bg-img.jpg);
    background-attachment: fixed;
    background-size: cover;
}
.facts-section .overlay{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1c1e22ba;
  }
  
  .facts-section.alternate {
    background: var(--thm-black);
    padding-bottom: 50px;
  }
  
  .facts-section .jarallax-img,
  .facts-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
  }
  
  .facts-section.alternate .image-layer {
    display: none;
  }
  
  .fact-counter {
    position: relative;
  }
  
  .fact-counter .column {
    position: relative;
    text-align: center;
    margin-bottom: 70px;
  }
  
  .fact-counter .column .inner {
    position: relative;
    padding: 120px 0px 0px;
  }

  @media (max-width: 800px) {
    .fact-counter .column .inner {
        position: relative;
        padding: initial;
      }
    
  }
  
  .fact-counter .column .inner:before {
    position: absolute;
    content: "";
    left: -15px;
    right: -15px;
    top: 0;
    min-width: 100%;
    border-top: 4px solid black;
    transform: scaleX(0);
    transition: all 500ms ease;
  }
  
  .fact-counter .column:hover .inner:before {
    transform: scaleX(1);
  }
  
  .fact-counter .column .inner:after {
    position: absolute;
    content: "";
    right: -15px;
    top: 0;
    bottom: 7px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
  
  .fact-counter .column:last-child .inner:after {
    display: none;
  }
  
  .fact-counter .column .inner .content {
    position: relative;
    text-align: center;
  }
  
  .fact-counter .column .inner .count-outer {
    position: relative;
    font-weight: 900;
      font-size: 63px;
    line-height: 1em;
    letter-spacing: 0px;
    display: block;

  }
  
  .fact-counter .column .inner .counter-title {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .trusted-section {
  position: relative;
  padding: 0px 0px 70px;
  background: none;
  /* z-index: -1; */
}

.trusted-section .outer-container {
  position: relative;
  margin-top: -240px;
}

@media (max-width: 800px) {
    .trusted-section .outer-container {
        position: relative;
        margin-top: initial;
      }
      .trusted-section {
          padding: 0px 0px 10px;
      }
      
}

.trusted-section .row {
  margin: 0 -4px;
}

.trusted-section .left-col {
  position: relative;
  padding: 0 4px;
  margin-bottom: 30px;
}

.trusted-section .left-col .inner {
  position: relative;
  display: block;
}

.trusted-section .col-header {
  position: relative;
  text-align: center;
}

.trusted-section .col-header .header-inner {
  position: relative;
  padding: 75px 50px 20px;
  min-height: 240px;
  background: var(--thm-base);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: var(--thm-black);
  border-radius: 7px 7px 0px 0px;
}
@media (max-width: 800px) {
    .trusted-section .col-header .header-inner {
        padding: 4vmax 0;
        font-size: 32px;
      }
}

.trusted-section .col-header .header-inner:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -39px;
  width: 50px;
  height: 40px;
  background: url(https://www.yungmedia.com/images/icons/curve-down-left.png) left top no-repeat;
}

.trusted-section .features {
  position: relative;
}

.trusted-section .feature {
  position: relative;
  display: block;
  padding: 55px 0px;
  padding-left: 90px;
  min-height: 170px;
  border-bottom: 1px solid #e9ebee;
}

.trusted-section .feature .count {
  position: absolute;
  left: 0;
  top: 55px;
  width: 60px;
  height: 60px;
  text-align: center;
  background: rgba(var(--thm-base-rgb), 0.2);
  padding: 10px;
  line-height: 40px;
  padding-top: 12px;
  font-size: 30px;
  letter-spacing: 1px;
  color: var(--thm-base);
  text-transform: uppercase;
  border-radius: 50%;
  transition: all 500ms ease;
}
.trusted-section h2{ font-size: 30px; padding-bottom: 30px; color: #0048cb;}
.trusted-section .feature:hover .count {
  background-color: var(--thm-black);
  color: #fff;
}

.trusted-section .feature h5 {
  font-weight: 400;
  margin: 0;
  line-height: 1.15em;
  color: var(--thm-black);
  margin-bottom: 10px;
}

.trusted-section .feature .sub-text {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: var(--thm-text);
  text-transform: uppercase;
  line-height: 1.25em;
}

.trusted-section .right-col {
  position: relative;
  padding: 0px 4px;
  margin-bottom: 30px;
  /* z-index: 3; */
}

.trusted-section .right-col .inner {
  position: relative;
  display: block;
  min-height: 260px;
  padding: 72px 0px 0px 82px;
  background: #ffffff;
  border-radius: 7px 0px 0px 0px;
}

@media (max-width: 800px) {
    .trusted-section .right-col .inner {
        text-align: justify;
        padding: initial;
        margin-top: 4vmax;
      }
}

.trusted-section .right-col .inner:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: -1px;
  width: 2000px;
  height: 100%;
  background: #ffffff;
}

.trusted-section .featured-block-two {
  position: relative;
  display: block;
  padding-left: 276px;
  min-height: 170px;
}

.trusted-section .featured-block-two .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
}

.trusted-section .featured-block-two .image img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  border-radius: 7px;
}

.trusted-section .featured-block-two .text {
  position: relative;
  top: -5px;
  display: block;
  line-height: 1.5em;
}

.trusted-section .featured-block-two .text ul {
  position: relative;
}

.trusted-section .featured-block-two .text ul li {
  position: relative;
  line-height: 2.125em;
  margin-bottom: 12px;
  padding-left: 30px;
}

.trusted-section .featured-block-two .text ul li:before {
  content: "\f107";
  font-family: "Flaticon";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--thm-base);
  font-weight: 400;
  font-size: 18px;
}



.team-section {
    position: relative;
    /* padding: 120px 0px 90px; */
    background: none;
    /* z-index: 2; */
  }
  .team-section  h2 {
      font-size: 32px;
      /* text-transform: uppercase; */
      font-weight: 900;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.34;
      letter-spacing: normal;
      
      margin-bottom: 0px;
      color: #0048cb;
  }
  .team-section.no-padd-top {
    padding-top: 0;
  }
  
  .team-section .carousel-box {
    position: relative;
    margin: 0 -5px;
  }
  
  .team-block {
    position: relative;
    margin-bottom: 30px;
  }
  
  .team-block .inner-box {
    position: relative;
    display: block;
    text-align: center;
  }
  
  .team-block .image-box {
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .team-block .image-box img {
    display: block;
    width: 60%;
   
    transition: all 500ms ease;
    border-radius: 7px;
  }
  
  .team-block .inner-box:hover .image-box img {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
  }
  
  .team-block .image-box .social-links {
    position: absolute;
    left: 0;
    bottom: 35px;
    width: 100%;
    padding: 0px 5px;
    opacity: 0;
    transform: translateY(100px);
    transition: all 500ms ease;
  }
  
  .team-block .inner-box:hover .social-links {
    opacity: 1;
    transform: translateY(0);
  }
  
  .team-block .image-box .social-links li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px;
  }
  
  .team-block .image-box .social-links li a {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    background: #ffffff;
    color: var(--thm-black);
    border-radius: 50%;
    transition: all 500ms ease;
  }
  
  .team-block .image-box .social-links li a span {
    vertical-align: middle;
    line-height: 44px;
  }
  
  .team-block .image-box .social-links li a:hover {
    background: var(--thm-base);
  }
  
  .team-block .lower-box {
    position: relative;
    display: block;
    padding: 30px 0px 0;
  }
  
  .team-block .lower-box .designation {
    position: relative;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2em;
    font-weight: 400;
    color: var(--thm-text);
    padding-top: 5px;
  }
  
  .team-block .lower-box h5 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.05em;
    font-weight: 400;
    margin: 0;
  }
  
  .team-block .lower-box h5 a {
      font-size: 30px;
      padding-bottom: 30px;
      color: #0048cb;
  }
  
  .team-block .lower-box h5 a:hover {
    text-decoration: underline;
  }
  
  .team-section .owl-theme .owl-nav {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 40px;
    display: none;
  }
  
  .team-section .owl-theme .owl-dots {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
  
  .team-section .owl-theme .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px;
  }
  
  .team-section .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    background: #d3d3d4;
    border: 2px solid #d3d3d4;
    border-radius: 50%;
  }
  
  .team-section .owl-theme .owl-dots .owl-dot.active span {
    background: #ffffff;
    border-color: var(--thm-base);
  }
  
  .team-three {
    padding-top: 120px;
    padding-bottom: 90px;
  }
  
  .team-three__about-two {
    background-image: url(../images/pattern-2.png)
  }
  
  
  .team-card-three {
    margin-bottom: 30px;
    border-radius: 8px;
    transition: all 500ms ease;
  }
  
  .team-card-three:hover {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
  }
  
  
  .team-card-three__inner {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
  }
  
  .team-card-three__image img {
    width: 100%;
    filter: grayscale(100%);
  }
  
  .team-card-three__hover,
  .team-card-three__content {
    border: 1px solid #e9ebee;
    text-align: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #fff;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  }
  
  .team-card-three__content {
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
    transform-origin: bottom center;
  }
  
  .team-card-three:hover .team-card-three__content {
    opacity: 0;
    visibility: hidden;
    transform: scale(1, 0);
  }
  
  .team-card-three__hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: scale(1, 0);
    transform-origin: bottom center;
  }
  
  .team-card-three:hover .team-card-three__hover {
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
  }
  
  .team-card-three__social {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  .team-card-three__social a {
    display: flex;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #f4f5f8;
    font-size: 16px;
    color: var(--thm-black);
    transition: all 500ms ease;
    margin-top: 15px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  .team-card-three__social a:hover {
    background-color: var(--thm-base);
    color: var(--thm-black);
  }
  
  .team-card-three__social li+li {
    margin-left: 10px;
  }
  
  .team-card-three__name {
    margin: 0;
    text-transform: uppercase;
    font-size: 24px;
    color: var(--thm-black);
    letter-spacing: .1em;
    line-height: 1;
  }
  
  .team-card-three__designation {
    text-transform: uppercase;
    color: #686a6f;
    font-size: 16px;
    margin: 0;
    line-height: 1;
    letter-spacing: .1em;
    margin-top: 10px;
  }
  