.about-section-container {
    box-sizing: border-box;
    margin-right: auto;
    padding: 0;
    margin-right: auto;
    margin-left: 80px;
    width: calc(100% - 80px);
    box-shadow: -5px 0 5px -5px rgb(0 0 0 / 15%);
}
.aboutus-prime-gridholder {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    min-height: 530px;
}
.abtus-grid-item-1 {
    margin-left: 80px;
}
.about-us-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0;
    list-style: none;
}
.about-us-breadcrumb li {
    display: inline;
    font-size: 14px;
    color: #595959;
}
.about-us-breadcrumb li a {
    color: #acacac;
    text-decoration: none;
}
.about-us-breadcrumb li a:hover {
    transition: .5s ease all;
    color: #4e4e4e;
    text-decoration: none;
}
.about-us-breadcrumb li + li:before {
    padding: 8px;
    color: #acacac;
    content: "/\00a0";
}
/* custom home icon CSS start */
.custome-home-icon {
    background: linear-gradient(to left, currentColor 5px, transparent 0)
            no-repeat 0 bottom/4px 2px,
        linear-gradient(to left, currentColor 5px, transparent 0) no-repeat
            right bottom/4px 2px;
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 18px;
    height: 14px;
    border: 2px solid;
    border-top: 0;
    border-bottom: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.custome-home-icon::after,
.custome-home-icon::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}
.custome-home-icon::before {
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-left-radius: 4px;
    transform: rotate(45deg);
    top: -5px;
    border-radius: 3px;
    width: 14px;
    height: 14px;
    left: 0;
}
.custome-home-icon::after {
    width: 8px;
    height: 10px;
    border: 2px solid;
    border-radius: 100px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
    left: 3px;
    bottom: 0;
}
/* custom home icon CSS end */
.aboutus-h1 {
    text-align: left;
    margin-bottom: 30px;
    margin-top: 75px;
    color: #18aaca;
    font-style: normal;
    font-weight: 700;
    font-size: 66px;
    line-height: 1.2;
}
.about-text,
.about-headtext {
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    color: #595959;
}
.about-learn-more {
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #262626;
    padding-block: 10px;
    display: block;
}
.abtus-grid-item-2 {
    display: flex;
    justify-content: end;
    position: relative;
}
.abt-banner-holder {
    position: relative;
    min-width: 400px;
}
.picture-mob {
    width: 100%;
}
.abt-banner-desk-img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: contain;
    object-position: top right;
}
.desk-img {
    position: relative;
    z-index: 2;
    border-radius: 0 !important;
    display: flex;
}
.mob-img {
    display: none;
}
/* about us star rating dynamic css */
.star-rating {
    display: flex;
    align-items: center;
    position: relative;
    width: fit-content;
}

.stars {
    font-size: 24px;
    display: inline-flex;
    width: fit-content;
    position: relative;
    margin-inline: 10px;
}

.stars:before {
    content: "★★★★★";
    color: #ccc;
}

.stars:after {
    content: "★★★★★";
    color: #ffc107;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(var(--rating) / 5 * 120px);
    overflow: hidden;
    max-width: fit-content;
}
.google-value,
.rating-value {
    margin-left: 0px;
    font-size: 18px;
    color: #acacac;
    margin-block: 0;
}
/* about us star rating dynamic css */

.abt-counter-holder {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 90px;
    max-width: 1360px;
    margin: 80px auto 40px;
}
.abt-counter-items {
    position: relative;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
}
.about-counter-number,.about-counter-number-addition {
    font-size: 40px;
    font-weight: 400;
    padding-block: 30px 0;
    margin-block: 2rem 0;
    color: #000;
    width: 100%;
    height: 50px;
}
.about-counter-number-para {
    margin-block: 2rem 0;
    padding-block: 30px 0;
}
.abt-counter-text {
    color: #595959;
    text-align: center;
    padding: 15px 0px 10px;
    margin: 0;
    font-size: 18px;
    font-weight: 300;
}
.abt-counter-items::after {
    content: "";
    position: absolute;
    border-top: 1px dotted #19abca;
    top: 22px;
    right: -80px;
    z-index: 1;
    width: 90px;
}
.abt-counter-items:last-child:after {
    display: none;
}
.about-second-header {
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    line-height: 1.4;
    text-align: center;
    position: relative;
    padding-block: 30px 10px;
    margin-block: 15px 10px;
}
.abt-key-holder {
    position: relative;
    padding-block: 40px 40px;
}
.key-mile-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
/* .abt-leaders {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    max-width: 1360px;
    margin: 80px auto 40px;
} */
.abt-leaders {
    position: relative;
    justify-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    flex-wrap: wrap;
}
.about-leader-items {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
    height: 260px;
    min-width: 160px;
    width: 20%;
    padding-block: 15px;
    padding-inline: 10px;
    margin-inline: 10px;
    margin-block: 0px 20px;
    text-align: center;
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.abt-leader-img {
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    padding: 20px 20px 10px;
}
.abt-leaders-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 5px;
    color: #000;
}
.abt-leaders-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 8px;
    color: #595959;
}

.about-leaders-container {
    box-sizing: border-box;
    margin-right: auto;
    padding: 0;
    margin-right: auto;
    margin-left: 80px;
    width: calc(100% - 80px);
    background-color: #e2f6ff;
    box-shadow: -5px 0 5px -5px rgb(0 0 0 / 15%);
}
.wave-bg {
    margin-left: 80px;
    box-shadow: -5px 0 5px -5px rgb(0 0 0 / 15%);
}
.waves {
    transform: rotate(-180deg);
    width: 100%;
    height: 25vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
}
.parallax > use:first-child {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax > use {
    animation: 300s linear infinite move-forever;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}
.abt-creative-holder {
    position: relative;
    width: 65%;
    text-align: center;
    margin: 0 auto;
    padding-block: 40px 40px;
}
.abt-creative-header {
    font-style: normal;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    margin-bottom: 20px;
}
/* carousel section css */
.about-carousel-header {
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 1.4;
    color: #18aaca;
    text-align: center;
    margin-block: 40px 10px;
}
.carousel {
    padding: 20px 0px 40px 0;
    text-align: center;
    width: 850px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    animation: 0.5s ease-in-out;
}
.carousel-inner > .active,
.carousel-inner > .next {
    display: block;
}
.carousel-inner > .next {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .to-left {
    animation-name: left;
}
.carousel-inner > .from-right {
    animation-name: right;
}
.carousel-inner > .to-right {
    animation-name: right;
    animation-direction: reverse;
}
.carousel-inner > .from-left {
    animation-name: left;
    animation-direction: reverse;
}
.carousel-indicators {
    position: absolute;
    left: 50%;
    padding-left: 0;
    margin: 0;
    list-style: none;
    transform: translateX(-50%);
}
.carousel-indicators li {
    display: inline-block;
    width: 7px;
    height: 7px;
    cursor: pointer;
    background-color: #7f7e7e;
    border-radius: 10px;
}
.carousel-indicators li.active {
    background-color: #074fa4;
}
@keyframes left {
    from {
        left: 0;
    }
    to {
        left: -100%;
    }
}
@keyframes right {
    from {
        left: 100%;
    }
    to {
        left: 0;
    }
}
.about-carousel-content {
    position: relative;
    margin: 20px;
    padding: 20px;
    min-height: 215px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    box-shadow: 3px 3px 5px 6px #e2f6ff;
    background-color: #fff;
    text-align: center;
}
.about-carousel-text {
    color: #595959;
    text-align: center;
    padding: 15px 0px 10px;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}
/* carousel section css */
/* faq section css */
.faq-accordion-container {
    max-width: 1045px;
    margin: 0 auto 40px auto;
}
.faq-accordion-h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.4;
    color: #18aaca;
    text-align: center;
}
.faq-accordion-item {
    margin-bottom: 10px;
}
.faq-accordion {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    transition: 0.4s;
    border-radius: 10px;
    background: #10b6d5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.faq-accordion:after {
    content: "\002B";
    color: #fff;
    font-weight: 700;
    float: right;
    margin-left: 5px;
}
.faq-accordion-active:after {
    content: "\2212";
}
.faq-accordion-panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #474b59;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}
.faq-accordion-panel p {
    margin: 10px;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    color: #595959;
}
.faq-accordion.faq-accordion-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: 300s linear infinite;
}
/* faq section css */
.aboutus-project-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    max-width: 1360px;
    margin: 0 auto;
}
.aboutus-project-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.abt-project-explore-title {
    text-align: center;
    font-size: 22px;
    color: #000;
    font-weight: 400;
    z-index: 1;
}
.abt-project-explore-btn {
    font-size: 18px;
    padding: 11px 30px;
    color: #fff;
    background: #18aaca;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    margin-bottom: 50px;
    font-weight: 300;
    text-decoration: none;
    z-index: 1;
}
.about-learn-more:hover {
    margin-left: 5px;
    color: #074fa4;
    transition: 0.4s ease all;
}
.about-leader-items:hover {
    box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
    transition: 0.4s ease all;
}
.faq-accordion:hover,
.faq-accordion.faq-accordion-active {
    background-color: #0a7486;
}
.abt-project-explore-btn:hover {
    box-shadow: 0 14px 15px #64dfff85;
    background-color: #0a7486;
    transition: all 0.4s ease-in-out;
}
/*Bubbles*/
.inno-bubbles {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    left: 0;
}
.inno-bubble-1,
.inno-bubble-2,
.inno-bubble-3 {
    width: 60px;
    height: 60px;
    background: #e3f5ff;
    opacity: 0.65;
    z-index: 0;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    position: absolute;
    top: 0;
}
.inno-bubble-1 {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-animation: moveclouds 20s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
    -moz-animation: moveclouds 20s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
    -o-animation: moveclouds 20s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
}
.inno-bubble-2 {
    right: 470px;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-animation: movecloudsright 45s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
    -moz-animation: movecloudsright 45s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
    -o-animation: movecloudsright 45s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
}
.inno-bubble-3 {
    left: 150px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-animation: moveclouds 55s linear infinite,
        sideWays 5s ease-in-out infinite alternate;
    -moz-animation: moveclouds 55s linear infinite,
        sideWays 5s ease-in-out infinite alternate;
    -o-animation: moveclouds 55s linear infinite,
        sideWays 5s ease-in-out infinite alternate;
}
@-webkit-keyframes moveclouds {
    0% {
        left: 1400px;
    }
    100% {
        left: -500px;
    }
}
@-webkit-keyframes movecloudsright {
    0% {
        left: -100px;
    }
    100% {
        left: 1400px;
    }
}
@-webkit-keyframes sideWays {
    0% {
        margin-top: 0px;
    }
    100% {
        margin-top: 50px;
    }
}
@-moz-keyframes moveclouds {
    0% {
        left: 500px;
    }

    100% {
        left: -500px;
    }
}
@-moz-keyframes movecloudsright {
    0% {
        left: -100px;
    }
    100% {
        left: 1400px;
    }
}
@-moz-keyframes sideWays {
    0% {
        margin-top: 0px;
    }
    100% {
        margin-top: 50px;
    }
}
@-o-keyframes moveclouds {
    0% {
        left: 500px;
    }
    100% {
        left: -500px;
    }
}
@-moz-keyframes movecloudsright {
    0% {
        left: -100px;
    }
    100% {
        left: 1400px;
    }
}
@-o-keyframes sideWays {
    0% {
        margin-top: 0px;
    }
    100% {
        margin-top: 50px;
    }
}
/*Bubbles*/
@media only screen and (min-device-width: 1200px) and (max-device-width: 1350px) {
    .aboutus-h1 {
        font-size: 62px;
    }
}
@media only screen and (min-device-width: 1025px) and (max-device-width: 1199px) {
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {
    .abt-counter-holder {
        gap: 60px;
    }
    .abt-counter-items::after {
        top: 22px;
        right: -75px;
        z-index: 1;
        width: 75px;
    }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 991px) {
    .about-leaders-container,
    .about-section-container {
        width: 100%;
        margin: 0 !important;
    }
    .wave-bg {
        margin-left: 0;
    }
    .abt-counter-holder {
        gap: 30px;
        padding-inline: 0px;
    }
    .abt-counter-items::after {
        top: 22px;
        right: -75px;
        z-index: 1;
        width: 75px;
    }
    .carousel {
        width: auto;
    }
    .aboutus-h1 {
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .abtus-grid-item-1 {
        margin-left: 40px;
    }
    .aboutus-prime-gridholder {
        padding-top: 50px;
        min-height: 460px;
    }
    .about-counter-number,.about-counter-number-addition {
        font-size: 32px;
        padding-block: 20px 0;
        margin-block: 1rem 0;
    }
    .about-counter-number-para {
        margin-block: 1rem 0;
    }
    .about-second-header,
    .aboutus-h1,
    .about-carousel-header {
        font-size: 36px;
    }
    .abt-creative-holder {
        width: 95%;
        padding-block: 30px 30px;
    }
    .aboutus-project-grid,
    .faq-accordion-container {
        padding-inline: 30px;
    }
    .google-value,
    .rating-value,
    .about-learn-more,
    .abt-counter-text,
    .about-carousel-text,
    .about-text,
    .about-headtext,
    .faq-accordion-panel p,
    .abt-project-explore-btn,
    .abt-project-explore-title,
    .faq-accordion {
        font-size: 16px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .about-leaders-container,
    .about-section-container {
        width: 100%;
        margin: 0 !important;
    }
    .wave-bg {
        margin-left: 0;
    }

    .abt-counter-items::after {
        top: 22px;
        right: -45px;
        width: 75px;
    }
    .abt-counter-holder {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        padding-inline: 0;
        margin: 40px 0px 30px;
    }
    .abt-counter-items:nth-child(even):after {
        display: none;
    }

    .abt-counter-items {
        padding-inline: 20px;
    }
    .carousel {
        width: auto;
    }
    .abt-key-holder {
        padding-block: 15px 30px;
    }
    .aboutus-h1 {
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .abtus-grid-item-1 {
        margin-left: 0;
        padding-inline: 35px;
    }
    .aboutus-prime-gridholder {
        padding-top: 50px;
    }
    .about-carousel-content {
        min-height: 180px;
    }
    .faq-accordion-h3 {
        font-size: 32px;
        margin: 10px 20px;
    }
    .about-counter-number,.about-counter-number-addition {
        font-size: 32px;
        padding-block: 20px 0;
        margin-block: 1rem 0;
    }
    .about-counter-number-para {
        margin-block: 1rem 0;
        padding-block: 20px 0;
    }
    .about-second-header,
    .aboutus-h1,
    .about-carousel-header {
        font-size: 36px;
    }
    .abt-creative-holder {
        width: 95%;
        padding-block: 30px 30px;
    }
    .aboutus-project-grid,
    .faq-accordion-container {
        padding-inline: 30px;
    }
    .about-leader-items {
        min-width: 240px;
    }
    .abt-project-explore-title {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .aboutus-prime-gridholder {
        grid-template-columns: 1fr;
    }
    .abtus-grid-item-2 {
        grid-row-start: 1;
        min-height: auto;
        display: block;
    }
    .about-leader-items {
        min-width: auto;
        width: 85%;
        height: auto;
    }
    .google-value,
    .rating-value,
    .about-learn-more,
    .abt-counter-text,
    .about-carousel-text,
    .about-text,
    .about-headtext,
    .faq-accordion-panel p,
    .abt-project-explore-btn,
    .abt-project-explore-title,
    .faq-accordion {
        font-size: 16px;
        line-height: 1.4;
    }
    .abt-counter-items::after {
        top: 22px;
        right: -30px;
        width: 40px;
    }
    .abt-counter-holder {
        gap: 30px;
        padding-inline: 0px;
        margin: 30px auto 15px;
    }
    .about-carousel-header {
        margin-block: 25px 10px;
    }
    .abt-creative-header {
        font-size: 28px;
    }
    .about-second-header {
        padding-block: 25px 10px;
        margin-block: 10px;
    }
    .desk-img {
        display: none !important;
    }
    .mob-img {
        display: block !important;
        border-radius: 0 !important;
    }
    .inno-bubbles {
        display: none;
    }
}
@media only screen and (max-width: 550px) {
    .google-value,
    .rating-value,
    .about-learn-more,
    .abt-counter-text,
    .about-carousel-text,
    .about-text,
    .about-headtext,
    .faq-accordion-panel p,
    .abt-project-explore-btn,
    .faq-accordion {
        font-size: 14px;
    }
    .aboutus-h1 {
        margin-bottom: 15px;
        margin-top: 20px;
    }
    .abt-counter-holder {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .abt-counter-items::after {
        top: 22px;
        right: -45px;
        width: 60px;
    }
    .abt-counter-items:nth-child(even):after {
        display: none;
    }
    .abt-leaders {
        padding: 15px 15px;
    }
    .aboutus-project-grid {
        grid-template-columns: 1fr;
    }
    .abt-project-explore-btn {
        padding: 10px 30px;
        margin-bottom: 15px;
    }
    .about-carousel-header {
        margin-block: 30px 10px;
    }
    .carousel {
        padding: 10px 0px 40px 0;
    }
    .about-carousel-content {
        padding: 10px;
    }
    .faq-accordion-panel {
        padding: 0 12px;
        line-height: 1.4;
    }
    .abt-project-explore-title {
        font-size: 18px;
    }
    .star-rating {
        flex-wrap: wrap;
    }
    .abt-banner-holder {
        min-width: auto;
    }
}
@media only screen and (max-width: 375px) {
    .about-second-header,
    .aboutus-h1,
    .about-carousel-header {
        font-size: 32px;
    }
    .abt-counter-holder {
        padding-inline: 0px;
        gap: 20px;
        margin: 30px auto 15px;
    }
    .abt-creative-header {
        font-size: 24px;
    }
    .aboutus-project-grid,
    .faq-accordion-container {
        padding-inline: 15px;
    }
    .aboutus-project-grid {
        gap: 12px;
    }
    .abt-project-explore-title {
        font-size: 16px;
        margin-block: 10px 10px;
    }
}
/* terms and conditions */
.terms-condition-main {
    position: relative;
}
.terms-container {
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    width: calc(100% - 160px);
    max-width: 1024px;
    padding-block: 40px;
}
.tearm-header-h1 {
    font-style: normal;
    font-size: 42px;
    line-height: 1.4;
    font-weight: 700;
    margin-top: 5rem;
    color: #18aaca;
}
.terms-text {
    font-weight: 300;
    font-size: 18px;
    color: #262a32;
    line-height: 1.4;
    padding-bottom: 12px;
    margin-block: 8px;
}
.terms-container ul {
    padding-left: 20px;
    list-style-type: none;
}
.terms-container li {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
    color: #262a32;
    padding-bottom: 0px;
    margin-block: 8px;
}
.terms-container a {
    color: #0acafa;
    cursor: pointer;
}
.terms-container a:hover {
    color: #074fa4;
}
.terms-subheader {
    font-style: normal;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #262a32;
    padding: 10px 0 0px;
    margin-block: 0px 8px;
}
.terms-h2 {
    font-style: normal;
    color: #262a32;
    font-size: 36px;
    font-weight: 300;
    padding-bottom: 0px;
    margin-block: 20px 0px;
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {
    .tearm-header-h1 {
        font-size: 42px;
        margin-top: 3rem;
    }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 991px) {
    .tearm-header-h1 {
        font-size: 42px;
        margin-top: 3rem;
    }
}
@media only screen and (max-width: 768px) {
    .tearm-header-h1 {
        font-size: 36px;
        margin-top: 3rem;
        margin-bottom: 10px;
    }
    .terms-h2 {
        font-size: 32px;
    }
    .terms-container li,
    .terms-text {
        font-size: 16px;
    }
    .terms-subheader {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .terms-container {
        width: calc(100% - 80px);
    }
    .tearm-header-h1 {
        font-size: 28px;
        margin-top: 1rem;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 550px) {
    .terms-container {
        width: calc(100% - 50px);
    }
    .terms-container li,
    .terms-text {
        font-size: 14px;
        margin-block: 0px 8px;
    }
    .terms-subheader {
        font-size: 16px;
    }
    .terms-h2 {
        font-size: 24px;
        margin-block: 10px 0px;
    }
}
@media only screen and (max-width: 375px) {
    .tearm-header-h1 {
        font-size: 24px;
        margin-top: 1rem;
        margin-bottom: 10px;
    }
    .terms-subheader {
        font-size: 14px;
    }
    .terms-h2 {
        font-size: 20px;
    }
}
/* terms and conditions */
/* Aboutus who we are */
main.whowe-main {
    position: relative;
}
.appi-world-container {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    padding: 0;
    margin-right: auto;
    margin-left: 80px;
    width: calc(100% - 80px);
    height: auto;
    box-shadow: -5px 0 5px -5px rgb(0 0 0 / 15%);
}
.about-innerbreadcrumb {
    padding-left: 5rem;
    margin-block: 2rem 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}
.about-us-breadcrumb li a.about-breadcrumb-link {
    color: #595959;
}
.about-us-breadcrumb li .about-breadcrumb-span {
    color: #acacac;
}
.appi-world-holder {
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    width: calc(100% - 160px);
    max-width: 991px;
    padding-block: 40px;
    text-align: center;
}
.appiworld-h1 {
    font-size: 60px;
    line-height: 1.2;
    color: #00adca;
    font-weight: 300;
    padding-bottom: 0px;
    margin-block: 8px 0px;
}
.appiworld-subhead {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    padding: 0 5rem;
    color: #262a3299;
    margin-block: 10px 12px;
}
.appiworld-awards {
    position: relative;
    padding: 3rem 0rem 3rem;
    border-bottom: 1px solid #eaeaea;
    width: 85%;
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}
.appiworld-awards-items {
    display: flex;
    flex-flow: column;
    position: relative;
    flex-basis: 22%;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    margin: 20px 40px;
}
.appi-awardsicon-img {
    object-fit: contain;
    object-position: center;
    padding-block: 5px 12px;
}
.appi-awards-count {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 300;
    color: #474b59;
    padding: 15px 0;
    margin: 0;
    padding-block: 10px;
}
.appi-awards-text {
    font-size: 16px;
    line-height: 1.4;
    color: #474b59;
    font-weight: 300;
    margin: 0;
    padding-block: 10px;
}
.appiworld-cupimg {
    position: relative;
    padding-block: 3rem 0rem;
}
.appi-cupimg-img {
    object-fit: contain;
    object-position: center;
}
.appiworld-text {
    font-size: 18px;
    line-height: 1.2;
    color: #262a32;
    font-weight: 300;
    padding-bottom: 10px;
    margin: 10px 0;
}
.appiworld-h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: #474b59;
    padding: 10px 0;
    text-align: left;
    margin-top: 4rem;
    position: relative;
}
.appiworld-h2::before {
    content: "\201C";
    position: absolute;
    font-size: 75px;
    top: -45px;
    left: -8px;
    color: #eceef0;
}
.appiworld-projects {
    position: relative;
    padding: 2rem 0rem 2rem;
    margin-inline: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    border-top: 1px solid #eaeaea;
}
.appiworld-project-head {
    text-align: center;
    font-size: 24px;
    color: #000;
    font-weight: 300;
    z-index: 1;
    position: relative;
    padding-block: 0 10px;
    margin-block: 12px 8px;
}
.appiworld-project-btn {
    position: relative;
    font-size: 18px;
    padding: 11px 30px;
    color: #fff;
    background: #18aaca;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    margin-block: 15px 30px;
    font-weight: 300;
    text-decoration: none;
    z-index: 1;
    display: block;
    width: fit-content;
    margin-inline: auto;
}
.carousel-appiworld {
    padding: 20px 0 40px 0;
    text-align: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.carousel-inner-appiworld {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner-appiworld > .item {
    position: relative;
    display: none;
    animation: 0.5s ease-in-out;
}
.carousel-inner-appiworld > .active,
.carousel-inner-appiworld > .next {
    display: block;
}
.carousel-inner-appiworld > .next {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner-appiworld > .to-left {
    animation-name: left;
}
.carousel-inner-appiworld > .from-right {
    animation-name: right;
}
.carousel-inner-appiworld > .to-right {
    animation-name: right;
    animation-direction: reverse;
}
.carousel-inner-appiworld > .from-left {
    animation-name: left;
    animation-direction: reverse;
}
.carousel-indicators-appiworld {
    position: absolute;
    left: 50%;
    bottom: -10px;
    padding-left: 0;
    margin: 0;
    list-style: none;
    transform: translate(-50%, -50%);
}
.carousel-indicators-appiworld li {
    display: inline-block;
    width: 7px;
    height: 7px;
    cursor: pointer;
    background-color: #7f7e7e;
    border-radius: 10px;
}
.carousel-indicators-appiworld li.active {
    background-color: #074fa4;
}
.appiworld-project-btn:hover {
    box-shadow: 0 14px 15px #64dfff85;
    background-color: #0a7486;
    transition: all 0.4s ease-in-out;
}
@media only screen and (min-device-width: 1025px) and (max-device-width: 1199px) {
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {
    .about-innerbreadcrumb {
        padding-left: 3rem;
        margin-block: 1rem 0px;
    }
    .appiworld-awards {
        padding: 2rem 0rem 2rem;
        width: 100%;
    }
    .appi-awards-count,
    .appiworld-h1 {
        font-size: 46px;
    }
    .appiworld-subhead {
        font-size: 18px;
    }
    .appi-awards-text {
        font-size: 14px;
    }
    .appiworld-text {
        font-size: 16px;
    }
    .appiworld-h2 {
        font-size: 18px;
    }
    .appi-cupimg-img {
        object-fit: contain;
        object-position: center;
        height: 100px;
        width: 100%;
    }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 991px) {
    .about-innerbreadcrumb {
        padding-left: 3rem;
        margin-block: 3.5rem 0px;
    }
    .appi-world-container {
        width: 100%;
        margin: 0 !important;
    }
    .appi-world-holder {
        width: calc(100% - 80px);
    }
    .appiworld-subhead {
        font-size: 20px;
        padding: 0 0rem;
    }
    .appiworld-h1,
    .appi-awards-count {
        font-size: 42px;
    }
    .appiworld-awards {
        padding: 2rem 0rem 2rem;
        width: 100%;
    }
    .appi-cupimg-img {
        width: 100px;
    }
    .appiworld-text {
        font-size: 16px;
    }
    .appiworld-h2 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 768px) {
    .about-innerbreadcrumb {
        padding-left: 3rem;
        margin-block: 3.5rem 0px;
    }
    .appi-world-container {
        width: 100%;
        margin: 0 !important;
    }
    .appi-world-holder {
        width: calc(100% - 80px);
        padding-block: 25px;
    }
    .appiworld-subhead {
        font-size: 18px;
        padding: 0 0rem;
    }
    .appiworld-h1,
    .appi-awards-count {
        font-size: 36px;
    }
    .appiworld-awards {
        padding: 2rem 0rem 2rem;
        width: 100%;
    }
    .appi-cupimg-img {
        width: 75px;
    }
    .appi-awards-text {
        font-size: 14px;
    }
    .appiworld-text {
        font-size: 16px;
    }
    .appiworld-h2 {
        font-size: 18px;
        margin-top: 2.5rem;
    }
    .appiworld-project-head {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 550px) {
    .appi-world-holder {
        width: calc(100% - 40px);
        padding-block: 15px;
    }
    .appiworld-awards {
        padding: 1rem 0rem 1rem;
        width: 100%;
    }
    .appiworld-awards-items {
        flex-basis: 40%;
        margin: 10px 10px;
    }
    .appiworld-cupimg {
        padding-block: 2rem 0rem;
    }
    .appiworld-subhead {
        font-size: 16px;
        padding: 0 0rem;
    }
    .appiworld-h2,
    .appiworld-text {
        font-size: 14px;
    }
    .appiworld-project-head {
        font-size: 18px;
    }
    .appiworld-project-btn {
        font-size: 14px;
        padding: 10px 25px;
        margin-block: 8px 15px;
    }
    .appiworld-projects {
        padding: 1rem 0rem 1rem;
        margin-inline: 1rem;
    }
}
@media only screen and (max-width: 375px) {
    .about-innerbreadcrumb {
        padding-left: 3rem;
        margin-block: 3.6rem 0px;
        padding-bottom: 10px;
    }
    .about-us-breadcrumb li,
    .about-us-breadcrumb li a.about-breadcrumb-link {
        font-size: 12px;
    }
    .appiworld-subhead {
        font-size: 14px;
        padding: 0 0rem;
    }
    .appiworld-h1,
    .appi-awards-count {
        font-size: 32px;
    }
    .appi-awards-text {
        font-size: 12px;
    }
}
/* Aboutus who we are */

/* Aboutus Our team start */
.aboutus-team-container {
    box-sizing: border-box;
    margin-right: auto;
    padding: 0;
    margin-right: auto;
    margin-left: 80px;
    width: calc(100% - 80px);
    box-shadow: -5px 0 5px -5px rgb(0 0 0 / 15%);
}
.appiteam-holder {
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    width: calc(100% - 160px);
    max-width: 1024px;
    padding-block: 40px;
    text-align: center;
}
.appiteam-h1 {
    font-size: 60px;
    line-height: 1.2;
    color: #00adca;
    font-weight: 300;
    padding-bottom: 0;
    margin-block: 8px 0;
}
.appiteam-head-text {
    line-height: 1.4;
    font-size: 24px;
    color: #262a3299;
    font-weight: 400;
    text-align: center;
}
.carousel-appiteam {
    padding: 20px 0 40px 0;
    text-align: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.carousel-inner-appiteam {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner-appiteam > .item {
    position: relative;
    display: none;
    animation: 0.5s ease-in-out;
}
.carousel-inner-appiteam > .active,
.carousel-inner-appiteam > .next {
    display: block;
}
.carousel-inner-appiteam > .next {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner-appiteam > .to-left {
    animation-name: left;
}
.carousel-inner-appiteam > .from-right {
    animation-name: right;
}
.carousel-inner-appiteam > .to-right {
    animation-name: right;
    animation-direction: reverse;
}
.carousel-inner-appiteam > .from-left {
    animation-name: left;
    animation-direction: reverse;
}
.carousel-indicators-appiteam {
    position: absolute;
    left: 50%;
    bottom: -10px;
    padding-left: 0;
    margin: 0;
    list-style: none;
    transform: translate(-50%, -50%);
}
.carousel-indicators-appiteam li {
    display: inline-block;
    width: 7px;
    height: 7px;
    cursor: pointer;
    background-color: #7f7e7e;
    border-radius: 10px;
}
.carousel-indicators-appiteam li.active {
    background-color: #074fa4;
}
.appi-team-quote {
    position: relative;
    padding-block: 3rem 1rem;
    text-align: left;
    max-width: 697px;
}
.teamquote-subhead {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: #474b59;
    padding: 10px 0;
    position: relative;
    margin-bottom: 0;
}
.teamquote-subhead::before {
    content: "\201C";
    position: absolute;
    font-size: 75px;
    bottom: 40px;
    left: -8px;
    color: #eceef0;
    height: 100%;
}
.teamquote-author {
    margin: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    color: #91959e;
    padding: 0;
    text-align: end;
}
.appiteam-creative-box {
    padding-block: 3rem 2rem;
    position: relative;
}
.apiteam-h2 {
    color: #262a32;
    padding-bottom: 10px;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
    margin-block: 0 10px;
}
.appiteam-text {
    color: #474b59;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}
.appiteam-leaders {
    position: relative;
    background-color: #f3f3f3;
    padding: 4rem;
}
.leaders-grid-holder {
    position: relative;
    justify-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px 10px;
    flex-wrap: wrap;
}
.appiteam-leaders-items {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
    height: 230px;
    min-width: 160px;
    width: 20%;
    padding-block: 15px;
    padding-inline: 10px;
    margin-inline: 10px;
    margin-block: 0 20px;
    text-align: center;
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.appiteam-leaders-items:hover {
    box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
    transition: 0.4s ease all;
}

.team-leaders-title,
.team-mentor-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 5px;
    color: #474b59;
}
.team-mentor-text,
.team-leaders-text {
    font-size: 12px;
    color: #595d68;
    font-weight: 400;
    line-height: 14px;
    margin-block: 10px 5px;
}
.appiteam-mentor {
    position: relative;
    background-color: #fff;
    padding: 4rem;
}
.mentor-grid-holder {
    position: relative;
    justify-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 60px 10px;
    flex-wrap: wrap;
}
.appiteam-mentor-items {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 15px;
    margin-inline: 10px;
    width: 230px;
    min-height: 200px;
    height: 280px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #cecece;
}
.appiteam-mentor-items:hover {
    box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
    transition: 0.4s ease all;
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {
    .appiteam-h1 {
        margin-block: 0px 10px;
        font-size: 36px;
    }
    .appiteam-head-text {
        font-size: 20px;
        margin-block: 0px 10px;
    }
    .teamquote-subhead {
        font-size: 18px;
    }
    .apiteam-h2 {
        font-size: 32px;
    }
    .appiteam-text {
        font-size: 16px;
        line-height: 1.4;
    }
    .appiteam-mentor-items {
        margin-block: 0 15px;
    }
    .mentor-grid-holder,
    .leaders-grid-holder {
        padding: 0;
    }
    .appiteam-leaders-items {
        width: 28%;
    }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 991px) {
    .aboutus-team-container {
        width: 100%;
        margin: 0 !important;
    }
    .appiteam-h1 {
        margin-block: 0px 10px;
        font-size: 36px;
    }
    .appiteam-head-text {
        font-size: 20px;
        margin-block: 0px 10px;
    }
    .teamquote-subhead {
        font-size: 18px;
    }
    .apiteam-h2 {
        font-size: 32px;
    }
    .appiteam-text {
        font-size: 16px;
        line-height: 1.4;
    }
    .appiteam-mentor-items {
        margin-block: 0 15px;
    }
    .mentor-grid-holder,
    .leaders-grid-holder {
        padding: 0;
    }
    .appiteam-leaders-items {
        width: 25%;
    }
    .team-leaders-title,
    .team-mentor-title {
        font-size: 16px;
    }
    .appiteam-holder {
        width: calc(100% - 60px);
        padding-block: 30px;
    }
    .appiteam-leaders {
        padding: 2rem 2rem;
    }
}
@media only screen and (max-width: 768px) {
    .aboutus-team-container {
        width: 100%;
        margin: 0 !important;
    }
    .appiteam-h1 {
        font-size: 32px;
        margin: 0;
    }
    .appiteam-head-text {
        font-size: 18px;
    }
    .teamquote-subhead {
        font-size: 16px;
    }
    .apiteam-h2 {
        font-size: 28px;
    }
    .appiteam-text {
        font-size: 14px;
        line-height: 1.4;
    }
    .appiteam-mentor-items {
        margin-block: 0 15px;
        width: 30%;
        max-width: 230px;
    }
    .mentor-grid-holder,
    .leaders-grid-holder {
        padding: 0;
    }
    .appiteam-leaders-items {
        width: 25%;
        max-width: 230px;
    }
    .team-leaders-title,
    .team-mentor-title {
        font-size: 16px;
    }
    .appiteam-holder {
        width: calc(100% - 60px);
        padding-block: 30px;
    }
    .appiteam-mentor,
    .appiteam-leaders {
        padding: 2rem 2rem;
    }
}
@media only screen and (max-width: 767px) {
    .appiteam-leaders-items,
    .appiteam-mentor-items {
        margin-block: 0 15px;
        width: 30%;
    }
}
@media only screen and (max-width: 550px) {
    .appiteam-leaders-items,
    .appiteam-mentor-items {
        margin-block: 0 15px;
        width: 100%;
        height: 230px;
    }
    .appiteam-h1 {
        font-size: 28px;
    }
    .appiteam-head-text {
        font-size: 16px;
    }
    .apiteam-h2 {
        font-size: 24px;
    }
    .team-leaders-title,
    .team-mentor-title {
        font-size: 14px;
    }
}
@media only screen and (max-width: 375px) {
    .teamquote-subhead {
        font-size: 14px;
    }
    .appiteam-creative-box {
        padding-block: 2rem 1rem;
    }
}

/* Aboutus Our team end */

/* Aboutus Our Accolades start */
.aboutus-accolades-container {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    padding: 0;
    margin-right: auto;
    margin-left: 80px;
    width: calc(100% - 80px);
    height: auto;
    box-shadow: -5px 0 5px -5px rgb(0 0 0 / 15%);
}
.accolades-holder {
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    width: calc(100% - 160px);
    max-width: 991px;
    padding-block: 40px;
    text-align: center;
}
.accolades-h1 {
    font-size: 60px;
    line-height: 1.2;
    color: #00adca;
    font-weight: 300;
    padding-bottom: 0px;
    margin-block: 8px 0px;
}
.accolades-subhead {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    padding: 0 5rem;
    color: #262a3299;
    margin-block: 10px 12px;
}
.accolades-text {
    font-size: 18px;
    line-height: 1.2;
    color: #262a32;
    font-weight: 300;
    padding-bottom: 10px;
    margin: 10px 0;
}
.accolade-img {
    margin-block: 40px 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.accolades-awards-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    padding-block: 10px;
    border-top: 1px solid #e6e6e6;
}
.accolades-awards-item:hover {
    transition: 0.4s ease all;
    transform: scale(1.01);
}
.accolades-product {
    display: block;
    padding-block: 20px;
    flex-basis: 24%;
    text-align: left;
}
.accolades-award-content {
    display: block;
    padding-inline: 20px 10px;
    text-align: left;
    flex-basis: 24%;
}
.accolades-award-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    flex-basis: 48%;
}
.accolade-product-img,
.accolade-award-img {
    object-fit: contain;
    object-position: center;
    padding-inline: 0px 20px;
    height: 100%;
    display: block;
    max-width: 120px;
}
.accolades-award-title {
    text-decoration: none;
    color: #474b59;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 0px;
    display: block;
    margin-block: 0 8px;
}
.accolades-award-count {
    color: #91959e;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    margin-block: 10px 0;
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {
    .accolades-h1 {
        font-size: 42px;
    }
    .accolades-subhead {
        font-size: 20px;
    }
    .accolades-text,
    .accolades-award-title {
        font-size: 16px;
    }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 991px) {
    .aboutus-accolades-container {
        width: 100%;
        margin: 0 !important;
    }
    .accolades-h1 {
        font-size: 42px;
    }
    .accolades-subhead {
        font-size: 18px;
    }
    .accolades-subhead {
        font-size: 20px;
    }
    .accolades-text,
    .accolades-award-title {
        font-size: 16px;
    }
}
@media only screen and (max-width: 768px) {
    .aboutus-accolades-container {
        width: 100%;
        margin: 0 !important;
    }
    .accolades-holder {
        width: calc(100% - 60px);
        padding-block: 30px;
    }
    .accolades-h1 {
        font-size: 36px;
    }
    .accolades-subhead {
        font-size: 18px;
        padding: 0 0rem;
    }
    .accolades-subhead {
        font-size: 20px;
    }
    .accolades-text,
    .accolades-award-title {
        font-size: 16px;
    }
    .accolade-img {
        margin-block: 20px 0;
    }
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 550px) {
    .accolades-h1 {
        font-size: 32px;
    }
    .accolades-subhead {
        font-size: 18px;
    }
    .teamquote-subhead {
        font-size: 14px;
    }
    .accolades-awards-item {
        align-items: center;
        justify-content: center;
        flex-flow: column;
    }
    .accolades-award-list {
        align-items: center;
        justify-content: center;
        padding-block: 20px;
        width: 100%;
        flex-basis: 100%;
    }
    .accolades-award-content {
        padding-inline: 0;
        text-align: center;
        flex-basis: 100%;
    }
    .accolade-product-img,
    .accolade-award-img {
        padding-inline: 10px;
        height: 100%;
        max-width: 110px;
    }
    .accolade-award-img {
        height: 70px;
    }
}
@media only screen and (max-width: 375px) {
    .accolades-h1 {
        font-size: 28px;
    }
    .accolades-subhead {
        font-size: 16px;
    }
    .accolades-text,
    .accolades-award-title {
        font-size: 14px;
    }
}

/* Aboutus Our Accolades end */
/* Aboutus media start */
.appy-media-items {
    position: relative;
    margin-block: 0 30px;
    display: block;
    text-decoration: none;
}
.appymedia-content {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 25px;
    background-color: #fff;
    max-width: 280px;
    text-align: left;
    box-shadow: -7px -7px 7px rgb(0 0 0 / 20%);
    box-sizing: border-box;
}
.appy-media-title {
    font-weight: 600;
    font-size: 28px;
    color: #222;
    line-height: 1.2;
    padding-bottom: 12px;
    margin-block: 0 10px;
}
.appy-media-text {
    font-weight: 400;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 1.3;
    margin-block: 0 10px;
}
.media-readmore {
    letter-spacing: -7px;
    opacity: 0;
    font-weight: 400;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 1.3;
    margin-inline: 0 0px;
    margin-block: 0;
    transition: all ease-in 0.4s;
}
.appy-media-items:hover .media-readmore {
    letter-spacing: 0px;
    opacity: 1;
    margin-inline: 0 10px;
    -webkit-transition: all ease-out 0.4s;
    -moz-transition: all ease-out 0.4s;
    -o-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s;
}

.media-read-arrow {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 50%;
    background-color: aqua;
}
.media-read-arrow::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-right: 2px solid;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    right: 6px;
    top: 4px;
    border-radius: 2px;
    color: #fff;
}
.media-btn-holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.appimedia-img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
    padding-block: 40px 0;
}

@media only screen and (min-device-width: 1200px) and (max-device-width: 1350px) {
}
@media only screen and (min-device-width: 1025px) and (max-device-width: 1199px) {
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {
    .appy-media-title {
        font-size: 24px;
    }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 991px) {
    .appy-media-title {
        font-size: 24px;
    }
}
@media only screen and (max-width: 768px) {
    .appy-media-title {
        font-size: 20px;
    }
    .appimedia-img {
        padding-block: 25px 0;
    }
}
@media only screen and (max-width: 767px) {
    .appymedia-content {
        position: relative;
        right: 0;
        bottom: 0;
        max-width: 100%;
        width: 100%;
        text-align: left;
        box-shadow: 0 5px 15px -8px rgb(0 0 0 / 75%);
        display: block;
    }
    .appimedia-img {
        padding-block: 0px 0;
    }
}
@media only screen and (max-width: 550px) {
    .appy-media-title {
        font-size: 18px;
        padding-bottom: 0px;
    }
}
@media only screen and (max-width: 375px) {
}

/* Aboutus media end */
