

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

.sub-head {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

@media screen and (max-width:950px) {
    .sub-head {
        width: 85%;
    }
}

.mb {
    margin-bottom: 4%;
}

.mr1 {
    margin-right: 5px;
}

.topp3 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.topp3 span {
    font-size: 19px;
}
.log {
    margin-right: 20px;
}

.log button {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 16px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    cursor: pointer;
}
.user {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.user a {
    text-decoration: none;
    color: #ffffff;
}

@media screen and (max-width:1100px) {
    #form {
        width: 50%;
    }
}

@media screen and (max-width:850px) {
    #form {
        left: 0;
        transform: translate(0, 50%);
    }
}

@media screen and (max-width:768px) {
    .topp3 {
        display: none;
    }

    #form {
        width: 75%;
    }
}

.logo {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: 20px;
}

.logo img {
    width: 135px;
}

.sidenav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 80%;
}

.mid-nav {
    width: 30vw;
}

.search-box {
    width: fit-content;
    height: fit-content;
    display: inline-block;
    position: relative;
}

.search-box1 {
    width: fit-content;
    height: fit-content;
    display: inline-block;
    position: relative;
    display: none;
}

.a1 {
    color: #13294a;
    text-decoration: none;
    margin: 0 25px;
}

.a1:hover {
    color: #2272FF;
}

.closebtn {
    display: none;
}

@media screen and (min-width:1250px) and (max-width:1410px) {
    .a1 {
        margin: 0 20px;
    }
}

@media screen and (min-width:1250px) and (max-width:1340px) {
    .a1 {
        margin: 0 15px;
    }
}

@media screen and (min-width:1180px) and (max-width:1270px) {
    .a1 {
        margin: 0 9px;
    }
}

@media screen and (max-width:1180px) {

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        display: block;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .logo a div {
        display: none;
    }

    .sidenav a {
        padding: 8px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        border-left: 2px solid transparent;
    }

    .a1:hover {
        color: #f1f1f1;
        border-left: 2px solid red;
    }

    .a1 {
        margin: 0;
        border-bottom: 1px solid #5b5b5b;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    .sidenav .closebtn:hover {
        color: white;
    }

    .search-box {
        display: none;
    }

    .open-search {
        display: flex;
        gap: 20px;
    }

    .search-box1 {
        display: block;
    }
}

@media screen and (max-width:950px) {
    .topp3 {
        display: none;
    }
}

@media screen and (max-width:600px) {
    .logo img {
        width: 120px;
    }
}

@media screen and (max-width:400px) {
    /* add by jayesh*/
    .about-banner{
        height: 32vh !important;
    }
    .banner-cont h1 {
        font-size: 32px !important;
    }
    .banner-cont p {
        font-size: 19px !important;
    }
}

/* header end here */

@media screen and (min-width:2100px) {
    .right img {
        width: 700px !important;
    }
}

@media screen and (max-width:1300px) {
    .profile {
        width: 90%;
    }
}


@media screen and (max-width:800px) {
    .profile {
        width: 100%;
        flex-direction: column-reverse;
        align-items: center;
    }

    .profile .left, .profile .right {
        width: 100%;
    }

    .profile .right img {
        width: 100%;
    }
}

@media screen and (max-width:500px) {
    .right img {
        width: 85vw;
        height: auto;
    }
}

/* profile ends here */

.excellence {
    width: 100%;
    height: 780px;
    position: relative;
    margin: 0 auto;
    padding: 40px 0 0 0;
    width: 90%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    margin-bottom: 4%;
    color: #333 !important;
}

.excellence, .excellence-mob {
    border-radius: clamp(44px, 18vw, 140px);
    background-color: #f1f1f1;
}

.excellence-mob .tech-item {
    justify-items: center;
}

.excellence-mob .hex-media i {
    font-size: 40px;
    margin-bottom: 12px;
    width: 100%;
    text-align: center;
}

.excellence h2 {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.excellence h2 span, .excellence-mob h2 span {
    display: inline-block;
}

.excellence h2 span::first-letter, .excellence-mob h2 span::first-letter {
    color: #2272FF;
}

.excellence h2, .excellence-mob h2, .excellence-mob h4 {
    color: #333;
    background: #e9e9e9;
    padding-block: 8px;
}

.hexa-box {
    display: block;
    position: relative;
    width: 350px;
    height: 350px;
    top: 224px;
    left: 50%;
    transform: translateX(-50%);
}

.hexa-top {
    position: absolute;
    height: 67.64705%;
    width: 67.64705%;
    top: -61%;
    right: 16%;
}

.top-cont {
    width: 250px;
    top: 15%;
    left: 140%;
}

.hexa-top:hover .hex-inner {
    width: 100%;
    height: 100%;
}

.hexa-top:hover .rbc1 {
    opacity: 1;
}

.hexa-top:hover .top-cont {
    left: 110%;
}

ul.rbc1 {
    list-style-type: square;
}

ul.rbc1 li::marker {
    font-size: 12px;
}

.hex {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

.hex-outer {
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.hexa-right-top {
    position: absolute;
    height: 67.64705%;
    width: 67.64705%;
    top: -22%;
    right: -51%;
}

.right-top-cont {
    width: 160px;
    top: 15%;
    left: 140%;
}

.hexa-right-top:hover .hex-inner {
    width: 100%;
    height: 100%;
}

.hexa-right-top:hover .rbc1 {
    opacity: 1;
}

.hexa-right-top:hover .right-top-cont {
    left: 110%;
}

.hexa-right-bottom {
    position: absolute;
    height: 67.64705%;
    width: 67.64705%;
    top: 55%;
    right: -51%;
}

.hexa-right-bottom:hover .hex-inner {
    width: 100%;
    height: 100%;
}

.hexa-right-bottom:hover .rbc1 {
    opacity: 1;
}

.hexa-right-bottom:hover .right-bottom-cont {
    left: 110%;
}

.right-bottom-cont {
    width: 160px;
    top: 15%;
    left: 140%;
}

.rbc1 {
    position: absolute;
    transition: all .25s;
    opacity: 0;
    font-size: 15px;
    line-height: 1.4;
    color: #505050 !important;
}

.hexa-left-bottom {
    position: absolute;
    height: 67.64705%;
    width: 67.64705%;
    top: 55%;
    right: 83%;
}

.hexa-left-bottom:hover .hex-inner {
    width: 100%;
    height: 100%;
}

.hexa-left-bottom:hover .rbc1 {
    opacity: 1;
}

.hexa-left-bottom:hover .left-bottom-cont {
    right: 105%;
}

.left-bottom-cont {
    width: 160px;
    top: 15%;
    right: 125%;
}

.hexa-left-top {
    position: absolute;
    height: 67.64705%;
    width: 67.64705%;
    top: -22%;
    right: 83%;
}

.hexa-left-top:hover .hex-inner {
    width: 100%;
    height: 100%;
}

.hexa-left-top:hover .rbc1 {
    opacity: 1;
}

.hexa-left-top:hover .left-top-cont {
    right: 105%;
}

.left-top-cont {
    width: 160px;
    top: 15%;
    right: 125%;
}

.hexa-center {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.middle {
    width: 100%;
    height: 100%;
    fill: #1476f2;
    transform: translate(-50%, -50%);
}

.hex-media-center {
    width: 100%;
    height: 100%;
    background-size: 70%;
    background-image: url(/images/cube.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 50%;
}

.hex-media-center h3 {
    width: 240px;
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    -webkit-transition: none;
    transition: none;
    text-align: center;
    transition: all 0.25s;
    border-block: 1px solid #ffffff90;
}

.hex-media-center p {
    width: 240px;
    position: absolute;
    opacity: 0;
    bottom: -180px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    text-align: center;
    color: #fff;
    pointer-events: none;
    transition: all .25s;;
}

.hex-media-center:hover h3 {
    opacity: 0;
    top: 0;
}

.hex-media-center:hover p {
    opacity: 1;
    bottom: 50%;
    transform: translateY(50%);
}

.hexa-image {
    display: flex;
    align-items: center;
    position: absolute;
    flex-direction: column;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 38%;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.hexa-image i {
    font-size: 44px;
    margin-bottom: 16px;
}

.hexa-image h4, .excellence-mob .tech-item h4 {
    padding: 4px 8px;
    background: #f1f1f1;
    border-radius: 100px;
    width: fit-content;
    margin: auto;
}

/* mult ends here */

.profile {
    color: #333;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    display: flex;
    padding: 5% 6%;
    max-width: 1800px;
    background-color: #ffffff;
    width: 100%;
    margin: auto;
    gap: 48px;
}

.left {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 50%;
}

.profile h2 {
    color: #13294A;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
    text-align: left;
}

.profile h2 i {
    color: #2272FF;
    margin-right: 8px;
}

.profile p {
    line-height: 1.5 !important;
}

.right {
    background-color: #f7f7f7;
    border-radius: clamp(44px, 8vw, 80px);
    align-content: center;
    justify-items: center;
    padding: 4%;
    height: fit-content;
}

.right img {
    width: 34vw;
    height: auto;
}

.left {
    text-align: justify;
}

@media only screen and (min-width: 1025px)
{
    .excellence-mob, .excellence-mob * {
        display: none;
    }
}

@media only screen and (max-width: 1024px)
{
    .excellence, .excellence * {
        display: none;
    }
    .excellence-mob {
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 20px;
        width: 100%;
        font-family: Verdana,Arial,Helvetica,sans-serif;
    }
    .excellence-mob * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .excellence-mob h2 {
        font-size: 22px;
        text-align: center;
        padding-top: 25px;
        background: none;
        padding-bottom: 0;
    }
    .excellence-mob .tech-container {
        margin: 60px auto;
        width: 276px;
        border: 1px solid #aac7ed;
        border-top: none;
        border-bottom: none;
        background-color: #fff;
    }
    .excellence-mob .tech-item {
        position: relative;
        margin-top: 40px;
        padding-top: 40px;
     }
     .excellence-mob .tech-item.main {
        margin-top: 0;
        padding-top: 32px;
        min-height: 140px;
        border: 1px solid #1476f2;
        background-color: #1476f2;
     }
     .excellence-mob .tech-item.main,
     .excellence-mob .tech-item.main .read-more-wrap {
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
     }
     .excellence-mob .tech-item.main .tech-triangle {
        position: absolute;
        left: -2px;
        bottom: -41px;
     }
     .excellence-mob .tech-item.main .tech-triangle.up {
        top: -41px;
     }
     .excellence-mob .tech-item.main h3 {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.67;
     }
     .excellence-mob .tech-item.main p {
        font-weight: 300;
        line-height: 1.5 !important;
        text-align: center;
        color: #fff;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
     }
     .excellence-mob .tech-item.main label.main {
        color: #fff;
        z-index: 1;
     }
     .excellence-mob .tech-item.main label.main:before {
        bottom: -87px;
     }
     .excellence-mob .tech-item.main label.main:after {
        bottom: -92px;
        border-color: #fff;
     }
     .excellence-mob .tech-item.main .bg-cube {
        position: absolute;
        height: 180px;
        width: 180px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-position: 50%;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(/images/cube.png);
     }
     .excellence-mob .tech-item img {
        margin: 0 auto;
        width: 85px;
        display: block;
        max-width: 100%;
        margin-bottom: 12px;
     }
     .excellence-mob .tech-item h3 {
        font-size: 16px;
        text-align: center;
     }
     .excellence-mob .tech-item p {
        font-size: 0;
        opacity: 0;
        max-height: 0;
     }
     .excellence-mob .tech-item .item-list {
        display: block;
        margin: 0 auto;
        padding: 10px 0 5px 24px;
        width: 230px;
        list-style-type: none;
        pointer-events: none;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
     }
     .excellence-mob .tech-item .item-list li {
        font-size: 14px;
        line-height: 1.43;
        color: #505050;
        opacity: 0;
        max-height: 0;
        font-size: 0;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
     }
     .excellence-mob .tech-item .item-list li:not(:last-child):before {
        content: "";
        display: inline-block;
        margin-left: -16px;
        margin-right: 10px;
        width: 6px;
        height: 6px;
        background-color: #1476f2;
     }
     .excellence-mob .tech-item .item-list li a {
        opacity: 0;
        max-height: 0;
        font-size: 0;
        padding: 0;
        margin-top: 15px;
        font-weight: 600;
        line-height: 1.88;
        color: #1476f2;
        text-transform: uppercase;
        bottom: 5px;
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        pointer-events: auto;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
     }
     .excellence-mob .tech-item .item-list li a i {
        opacity: 0;
        max-height: 0;
        font-size: 0;
        margin-left: 8px;
        line-height: 2;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
     }
     .excellence-mob .tech-item .read-more-state {
        display: none;
     }
     .excellence-mob .tech-item .read-more-state:checked ~ .read-more-wrap {
        padding-bottom: 28px;
     }
     .excellence-mob
        .tech-item
        .read-more-state:checked
        ~ .read-more-wrap
        li,
     .excellence-mob
        .tech-item
        .read-more-state:checked
        ~ .read-more-wrap
        p {
        opacity: 1;
        font-size: inherit;
        max-height: 290px;
        font-size: 14px;
     }
     .excellence-mob
        .tech-item
        .read-more-state:checked
        ~ .read-more-wrap
        p {
        padding: 12px;
     }
     .excellence-mob
        .tech-item
        .read-more-state:checked
        ~ .read-more-wrap
        li
        a,
     .excellence-mob
        .tech-item
        .read-more-state:checked
        ~ .read-more-wrap
        p
        a {
        opacity: 1;
        font-size: 14px;
        max-height: 290px;
     }
     .excellence-mob
        .tech-item
        .read-more-state:checked
        ~ .read-more-wrap
        li
        a
        i,
     .excellence-mob
        .tech-item
        .read-more-state:checked
        ~ .read-more-wrap
        p
        a
        i {
        max-height: 290px;
        opacity: 1;
        font-size: 11px;
     }
     .excellence-mob
        .tech-item
        .read-more-state
        ~ .read-more-trigger:before {
        content: "See more";
        position: absolute;
        width: 72px;
        bottom: -18px;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
     }
     .excellence-mob .tech-item .read-more-state:checked ~ .bg-cube {
        background-image: none;
     }
     .excellence-mob
        .tech-item
        .read-more-state:checked
        ~ .read-more-trigger:before {
        content: "Close";
        bottom: -30px;
     }
     .excellence-mob
        .tech-item
        .read-more-state:checked
        ~ .read-more-trigger:after {
        bottom: -1px;
        -webkit-transform: translateX(-50%) rotate(135deg);
        -ms-transform: translateX(-50%) rotate(135deg);
        transform: translateX(-50%) rotate(135deg);
     }
     .excellence-mob .tech-item .read-more-trigger {
        position: relative;
        display: block;
        margin: 0 auto;
        width: 72px;
        font-size: 14px;
        line-height: 2.14;
        text-align: center;
        color: #333;
        cursor: pointer;
     }
     .excellence-mob .tech-item .read-more-trigger:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -23px;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
        transform: translateX(-50%) rotate(-45deg);
        width: 5px;
        height: 5px;
        border-bottom: 1px solid #333;
        border-left: 1px solid #333;
     }
     .excellence-mob .tech-item .tech-triangle {
        position: absolute;
        left: -1px;
        bottom: -41px;
     }
    
}

@media screen and (min-width:2100px) {
    .right1 img {
        width: 700px;
    }

    .industries {
        padding: 0;
    }
}

@media screen and (max-width:820px) {
    .profile h2 {
        font-size: 22px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width:700px) {
    .right1 img {
        width: 42vw;
    }
}

@media screen and (max-width:600px) {
    .profile {
        flex-direction: column-reverse;
        align-items: center;
        width: 90%;
        gap: 28px;
        padding: 10% 6%;
    }

    .left {
        width: 100%;
    }
}

/* industries ends here */

.why-us {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    padding: 0 0 20px 0;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.why-us::after {
    content: '';
    position: absolute;
    height: 65%;
    width: 94%;
    bottom: 0%;
    left: 50%;
    background-color: #f1f1f1;
    z-index: -1;
    border-radius: 10vw 10vw 0 0;
    transform: translateX(-50%);
    transition: 3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.why-us h3 {
    font-size: 35px;
    text-align: center;
    font-weight: normal;
}

.flip {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: auto;
    max-width: 1350px;
    margin-bottom: 20px;
}

.flipcard {
    background-color: transparent;
    width: 300px;
    height: 200px;
    perspective: 500px;
}

.flipcard-inner {
    position: relative;
    width: 100%;
    height: 100%;
    /* text-align: center; */
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flipcard:hover .flipcard-inner {
    transform: rotateY(180deg);
}

.front,
.back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 36px;
    text-align: center;
}

.front {
    background-color: #2272FF;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    border: 4px solid #ffffff24;
}

.front h2 {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 20px;
}

.front img:first-child {
    width: 100px;
}

.front img:last-child {
    width: 32px;
    background: #ffffff24;
    padding: 8px 8px 20px 8px;
    border-radius: 12px;
    position: absolute;
    bottom: -7%;
    opacity: 1;
}

.front img {
    width: 100px;
}

.back {
    background-color: #2D25A7;
    color: #ffffff;
    transform: rotateY(180deg);
    padding: 20px;
    font-size: 12px;
    text-align: center;
    align-content: center;
}

@media screen and (max-width:700px){
    .why-us{
        width: 100%;
    }
    .why-us h3{
        font-size: 35px;
    }
}
/* why us ends here */

.i {
    font-size: 20px;
    color: #ffffff;
    padding: 0 10px;
}

.i:hover {
    font-size: 20px;
    color: #1476f2;
    padding: 0 10px;
}

.copy p {
    color: #ffffff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

@media screen and (max-width:950px) {
    .share {
        flex-direction: column;
        padding: 45px 10px 30px 10px;
    }
    .second {
        padding: 0 10px;
    }

    .third {
        padding: 0 10px;
    }

    .fourth {
        padding: 0 10px;
    }
}

@media screen and (max-width:500px) {

    .icon {
        margin-bottom: 5px;
    }

    .i {
        padding: 0 15px 0 0;
    }
}


@media screen and (min-width:2880px) {
    .about-banner{
        height: 48vh;
    }
}

@media screen and (min-width:4320px) {
    .about-banner{
        height: 32vh;
    }
}

@media screen and (min-width:5760px) {
    .about-banner{
        height: 24vh;
    }
}