/* Utilities Classes */
.d-block {
    display: block !important;
}
/* aboutUsBanner.css */

.componentBanner {
    min-height: 28vw;
    background-image: linear-gradient(16.32deg, #01b599 0.86%, #6d54ef 99.14%);
}

.aboutUsBannerHeading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.75vw;
    font-family: "Typold-Medium";
    color: #ffffff;
    text-align: center;
    line-height: 1.3;
    min-width: 50vw;
    margin:0 0 10px 0;
}

.aboutUsBannerHeading>span {
    font-size: 3.4vw;
    color: #444444;
    text-transform: uppercase;
    font-family: "Typold-Bold";
    font-weight: 600;
    position: relative;
    top: 2rem;
}

@media screen and (max-width: 1240px) {
    .componentBanner {
        min-height: 28vw;
    }
    .aboutUsBannerHeading {
        min-width: 80vw;
        font-size: 2.4vw;
    }
    .aboutUsBannerHeading>span {
        font-size: 3vw;
    }
}

@media screen and (max-width: 768px) {
    .componentBanner {
        min-height: 40vw;
    }
    .aboutUsBannerHeading {
        min-width: 80vw;
        font-size: 3.5vw;
    }
    .aboutUsBannerHeading>span {
        font-size: 5vw;
    }
}

@media screen and (max-width: 540px) {
    .componentBanner {
        min-height: 50vw;
    }
    .aboutUsBannerHeading {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 4.5vw;
        font-family: "Typold-Medium";
        color: #ffffff;
        text-align: center;
        line-height: 1.3;
        min-width: 80vw;
    }
    .aboutUsBannerHeading>span {
        font-size: 6vw;
        position: relative;
        top: 1rem;
    }
}


/* aboutUsComponent.css */

.aboutUsComponent {
    background-color: #ffffff;
}

.aboutUsHeading {
    color: #724ef4;
    font-family: "Typold-Book";
    font-size: 1.1vw;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-left: 5vw;
}

.aboutUsHeading:before {
    content: "";
    width: 4.7vw;
    height: 2px;
    background: #724ef4;
    position: absolute;
    left: 0;
    top: 0.7vw;
    transition: 0.2s;
}

.aboutUsRow {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 3vw 0vw 8vw 0vw;
}

.aboutUsBox {
    padding-left: 2vw;
}

.aboutUsMainHeading {
    font-family: "Typold-Bold";
    color: #724ef4;
    font-size: 3.6vw;
    padding: 0vw 1vw 1vw 1vw;
    line-height: 1.2;
    margin:0 0 10px 0;
}

.aboutUsDesc {
    font-family: "Typold-Thin";
    font-size: 1vw;
    padding: 0vw 1vw 1vw 1vw;
    margin: 0;
    color: #777777;
    font-weight: 600;
}

.directorPadding {
    padding: 0vw 1.5vw 1vw 1.5vw
}

.officeImg {
    width: 40vw;
    height: 30vw;
    position: absolute;
    right: 0px;
}

.directorRow {
    display: grid;
    grid-template-columns: 27% 73%;
    position: relative;
}

.directorDescRow {
    position: absolute;
    z-index: 1;
    display: grid;
    grid-template-columns: 28% 70%;
    left: 20%;
    top: 15%;
}

.directorDescColumn {
    padding: 2vw 0vw;
}

.directorImg {
    width: 20vw;
}

.directorDescBox {
    padding: 0vw 2vw 0vw 1vw;
}

.yellowBox {
    position: relative;
    min-height: 30vw;
    background-color: #fabc60;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.topQuote {
    position: absolute;
    left: 40%;
    top: 10%;
    width: 4vw;
    height: 4vw;
}

.greyColumn {
    padding: 2.4vw 2vw 2.4vw 0vw;
}

.greyBox {
    min-height: 30vw;
    background-color: #f4f1f1;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.btmQuote {
    position: absolute;
    right: 4%;
    bottom: 20%;
    width: 4vw;
    height: 4vw;
}

@media screen and (max-width: 1240px) {
    .aboutUsHeading {
        font-size: 1.2vw;
    }
    .aboutUsMainHeading {
        font-size: 3.4vw;
        padding-bottom: 1vw;
    }
    .aboutUsDesc {
        font-size: 1.2vw;
        padding-bottom: 1vw;
    }
    .btmQuote {
        right: 5%;
        bottom: 16%;
        width: 4vw;
        height: 4vw;
    }
}

@media screen and (max-width: 768px) {
    .aboutUsRow {
        display: flex;
        flex-direction: column-reverse;
        padding: 0vw 0vw 4vw 0vw;
    }
    .aboutUsHeading {
        font-size: 1.8vw;
        padding-left: 5.5vw;
    }
    .aboutUsHeading:before {
        height: 0.2vw;
        top: 0.9vw;
    }
    .aboutUsMainHeading {
        font-size: 5vw;
        padding-bottom: 3vw;
    }
    .aboutUsDesc {
        font-size: 1.8vw;
        padding-bottom: 3vw;
        margin: 0;
    }
    .officeImg {
        width: 100%;
        height: 50vw;
        position: relative;
        right: 0px;
        padding-bottom: 4vw;
    }
    .directorDescRow {
        grid-template-columns: 28% 71%;
        left: 10%;
        top: 15%;
    }
    .yellowBox {
        min-height: 45vw;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .topQuote {
        left: 12%;
        top: 5%;
        width: 4vw;
        height: 4vw;
    }
    .directorImg {
        width: 22vw;
    }
    .greyColumn {
        padding: 2.4vw 2vw 2.4vw 0vw;
    }
    .greyBox {
        min-height: 55vw;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .btmQuote {
        right: 5%;
        bottom: 17%;
        width: 4vw;
        height: 4vw;
    }
}

@media screen and (max-width: 540px) {
    .aboutUsHeading {
        font-size: 1.125rem;
        padding-left: 45.5px;
    }
    .aboutUsHeading:before {
        height: 0.2vw;
        top: 9px;
        width: 40px;
    }
    .aboutUsRow {
        display: flex;
        flex-direction: column-reverse;
        padding: 0vw 0vw 8vw 0vw;
    }
    .aboutUsBox {
        padding: 0vw 6vw;
    }
    .aboutUsMainHeading {
        font-size: 2.4rem;
        padding-bottom: 1vw;
    }
    .aboutUsDesc {
        font-size: 1.125rem;
        padding: 0vw 1.5vw 1vw 1.5vw;
        margin: 0;
    }
    .officeImg {
        width: 100vw;
        height: 60vw;
        position: relative;
        right: 0px;
        padding-bottom: 6vw;
    }
    .directorRow {
        display: grid;
        grid-template-columns: 27% 73%;
        position: relative;
    }
    .directorDescRow {
        grid-template-columns: 33% 64%;
        left: 3%;
        top: 13%;
    }
    .directorDescColumn {
        padding: 2vw 0vw;
    }
    .directorImg {
        width: 30vw;
    }
    .directorDescBox {
        padding: 0vw 2vw 0vw 1vw;
    }
    .yellowBox {
        min-height: 65vw;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .topQuote {
        left: 12%;
        top: 5%;
        width: 4vw;
        height: 4vw;
    }
    .greyColumn {
        padding: 2.4vw 2vw 2.4vw 0vw;
    }
    .greyBox {
        min-height: 100vw;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .btmQuote {
        right: 5%;
        bottom: 7%;
        width: 4vw;
        height: 4vw;
    }
}

@media screen and (max-width: 380px) {
    .greyBox {
        min-height: 170vw;
    }
    .btmQuote {
        bottom: 4%;
    }
}


/* banner.css */

.banner {
    position: relative;
    min-height: 51vw;
    background: linear-gradient( 45deg, rgba(0, 182, 152, 0.5), rgba(114, 78, 244, 0.5));
    background-size: cover;
}

.banner .banner-content #myVideo {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .banner {
        min-height: 60vw;
    }
}

@media screen and (max-width: 540px) {
    .banner {
        min-height: 70vw;
    }
}

.banner .logo {
    position: absolute;
    left: 36%;
    transform: translate(-50%);
    top: 10%;
}

@media screen and (min-width: 1241px) {
    .banner .logo {
        width: 25vw;
        height: auto;
    }
}

@media screen and (max-width: 1240px) {
    .banner .logo {
        width: 25vw;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .banner .logo {
        width: 30vw;
        height: auto;
        left: 35% !important;
    }
}

@media screen and (max-width: 540px) {
    .banner .logo {
        width: 40vw;
        height: auto;
        left: 30% !important;
        display: none;
    }
    .bannerContent {
        position: absolute;
        top: 56%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 95%;
    }
}

.banner h1.banner-text {
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    left: 25%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50vw;
    line-height: 1.35em;
    letter-spacing: 2px;
    transition: 0.2s;
    font-family: "Typold-Bold";
    font-weight: bold;
    margin: 0;
}

@media screen and (min-width: 1241px) {
    .banner h1.banner-text {
        font-size: 2.4vw;
        width: 50vw;
        top: 36%;
        /* left: 24%; */
    }
}

@media screen and (max-width: 1200px) {
    .banner h1.banner-text {
        font-size: 3vw;
        top: 45%;
        width: 51vw;
    }
}

@media screen and (max-width: 768px) {
    .banner h1.banner-text {
        font-size: 4vw;
        top: 45%;
        width: 70vw;
        font-size: 25px;
        left: 15%;
    }
}

@media screen and (max-width: 540px) {
    .banner h1.banner-text {
        position: absolute;
        margin: 0% !important;
        left: 3%;
        font-size: 15px !important;
        top: 35%;
        transform: translate(-50%, -50%);
        width: 94vw;
        line-height: 1.35em;
        letter-spacing: 4px;
        transition: 0.2s;
        font-family: "Typold-Medium";
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .banner h1.banner-text {
        font-size: 2.38vw;
        transition: 0.2s;
    }
}

@media screen and (max-width: 540px) {
    .banner h1.banner-text {
        font-size: 1.8rem;
        transition: 0.2s;
    }
}

.banner button {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%) skewX(-10deg);
}

@media screen and (max-width: 540px) {
    .banner button {
        font-size: 3.2vw;
        transition: 0.2s;
    }
}

.banner .banner-content .section-heading {
    font-family: "Typold-Regular";
    font-size: 18px;
    padding: 26px 2vw;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    bottom: 3vw;
    background: transparent;
    transform: translate(-50%, -8px);
}

.banner .banner-content .section-heading a {
    color: #ffffff;
    text-decoration: none;
}

.banner .banner-content .section-heading span:before {
    content: "";
    position: absolute;
    display: inline-block;
    margin: -26px -2vw;
    height: 100%;
    width: 100%;
    transform: skew(-6.7deg);
    z-index: -1;
    transition: all linear 0.6s;
}

.banner .banner-content .section-heading::after,
.banner .banner-content .section-heading::before {
    top: 0px;
    height: 100%;
    width: 100%;
    border-color: #ffffff;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-box-sizing: border-box;
    border-top: none;
    border-bottom: none;
    transform: skew(-6.7deg);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 100%), -webkit-linear-gradient(left, #ffffff 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(left, #ffffff 0%, #ffffff 100%), -moz-linear-gradient(left, #ffffff 0%, #ffffff 100%);
    background-image: -o-linear-gradient(left, #ffffff 0%, #ffffff 100%), -o-linear-gradient(left, #ffffff 0%, #ffffff 100%);
    background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%), linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    transition: background-size ease 1s;
    -webkit-background-size: 100% 2px;
    -moz-background-size: 100% 2px;
    background-size: 100% 2px;
}

.banner .banner-content .section-heading::after {
    background-position: 100% 0, 100% 0;
    border-left: none;
}

.banner .banner-content .section-heading::before {
    background-position: 0 100%, 0 100%;
    border-right: none;
}

.banner .banner-content .section-heading:hover {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transform: translate(-50%, -8px);
}

.banner .banner-content .section-heading:hover span {
    background: -webkit-linear-gradient(45deg, #00b698, #724ef4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner .banner-content .section-heading:hover span:before {
    background: white;
    transition: all linear 0.6s;
}

@media screen and (min-width: 1241px) {
    .banner .banner-content .section-heading {
        font-size: 1.6vw;
        padding: 2vw 0vw;
        bottom: 6vw;
        min-width: 18vw;
        /* margin-left: 50% !important; */
    }
    .banner .banner-content .section-heading span:before {
        margin: 0;
        left: 0;
        bottom: 0;
    }
}


/* @media screen and (min-width: 1024px) {
    .banner .banner-content .section-heading {
      margin-left: 50% !important;
    }
  } */

@media screen and (max-width: 768px) {
    .banner button {
        font-size: 3vw;
        transition: 0.2s;
    }
    .banner .logo {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        top: 0%;
    }
    .banner .banner-content .section-heading {
        font-family: "Typold-Regular";
        font-size: 2vw;
        padding: 2.8vw 0vw;
        /* margin-left: 50% !important; */
        bottom: 4vw;
        min-width: 22vw;
    }
    .banner .banner-content .section-heading span:before {
        margin: 0;
        left: 0;
        bottom: 0;
    }
}

@media screen and (max-width: 540px) {
    .banner .banner-content .section-heading {
        font-size: 2.8vw;
        padding: 3.5vw 3vw;
        bottom: 3vw;
        min-width: 30vw;
        /* margin-left: 50%; */
    }
    .banner .banner-content .section-heading span:before {
        content: "";
        position: absolute;
        display: inline-block;
        margin: 0px;
        bottom: 0vw;
        left: 0vw;
        height: 100%;
        width: 100%;
        transform: skew(-6.7deg);
        z-index: -1;
        transition: all linear 0.6s;
    }
    .banner .banner-content .section-heading::after,
    .banner .banner-content .section-heading::before {
        top: 0px;
        height: 100%;
        width: 100%;
        border-color: #ffffff;
        border-left: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        -webkit-box-sizing: border-box;
        border-top: none;
        border-bottom: none;
        transform: skew(-6.7deg);
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-image: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 100%), -webkit-linear-gradient(left, #ffffff 0%, #ffffff 100%);
        background-image: -moz-linear-gradient(left, #ffffff 0%, #ffffff 100%), -moz-linear-gradient(left, #ffffff 0%, #ffffff 100%);
        background-image: -o-linear-gradient(left, #ffffff 0%, #ffffff 100%), -o-linear-gradient(left, #ffffff 0%, #ffffff 100%);
        background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%), linear-gradient(to right, #ffffff 0%, #ffffff 100%);
        transition: background-size ease 1s;
        -webkit-background-size: 100% 2px;
        -moz-background-size: 100% 2px;
        background-size: 100% 2px;
    }
    .banner .banner-content .section-heading::after {
        background-position: 100% 0, 100% 0;
        border-left: none;
    }
    .banner .banner-content .section-heading::before {
        background-position: 0 100%, 0 100%;
        border-right: none;
    }
    .banner .banner-content .section-heading:hover {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        transform: translate(-50%, -8px);
    }
    .banner .banner-content .section-heading:hover span {
        background: -webkit-linear-gradient(45deg, #00b698, #724ef4);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .banner .banner-content .section-heading:hover span:before {
        background: white;
        transition: all linear 0.6s;
    }
}

.internal.banner .section-heading {
    user-select: none;
    margin-top: 30vh;
    color: #ffffff;
}

.internal.banner .section-heading:after {
    border-color: #ffffff;
}

.internal.banner .section-heading:before {
    border-color: #ffffff;
}


/* blog.css */

.blog-container {
    max-width: 90%;
    margin: 0 auto;
}

.blog-header {
    position: fixed;
    min-width: 100%;
    min-height: 80px;
    background: #ffffff;
    z-index: 1;
    top: 0;
    padding: 16px 0;
}

.blog-header a {
    text-decoration: none;
}

.blog-header-box-shadow {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.blog-logo {
    margin-top: 5px;
}

.blog-header-logo {
    position: relative;
    display: inline-block;
    width: 70%;
}

.blog-header-logo>img {
    max-width: 100%;
}


/* career.css */

.footer {
    clear: both;
    scroll-snap-align: center;
    scroll-snap-stop: always;
}

.blog-header-logo::after {
    position: absolute;
    content: "";
    width: 4px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    height: 120%;
    background: #dadada;
}

.blog-header-logo-text {
    position: relative;
    font-size: 20px;
    margin-left: 25px;
    font-family: Typold-Regular;
    color: #00b698;
}

.blog-header-logo-text::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    bottom: -10px;
    left: 0;
    background: #00b698;
}

.blog-search input.form-control {
    background: transparent;
    width: 100%;
    box-shadow: none;
    border: none;
    transition: width 1s;
    font-size: 16px;
    font-family: Typold-Regular;
    padding: 25px 20px 25px 40px;
}

.blog-header-search {
    display: none;
}

.blog-search input:focus {
    background: white;
    width: 100%;
    border: 1px solid #8e79f4;
}

.blog-search i.glyphicon {
    color: #a1a1bd;
}

.blog-search i.glyphicon-search {
    position: absolute;
    left: 28px;
    top: 50%;
    transform: translateY(-50%);
}

.faviconIcon {
    display: none;
}

.blog-tags-wrapper {
    margin-bottom: 12px;
}


/* .blog-hire-us {
  text-align: center;
}
.blog-hire-us .btn-hire-us {
  display: inline-block;
  font-family: Typold-Regular;
  font-size: 16px;
  text-transform: uppercase;
  background: transparent;
  border: 3px solid;
  border-image: linear-gradient(to right, #00b698 20%, #6b53ef 100%);
  border-image-slice: 1;
  transform: skewX(-15deg);
}
.blog-hire-us .btn-hire-us > a {
  padding: 12px 24px;
  transform: skewX(15deg);
  color: #5080ab;
  display: block;
  text-align: center;
}

.blog-hire-us .btn-hire-us > a:hover {
  text-decoration: none;
  -webkit-text-fill-color: #fff;
}

.blog-hire-us .btn-hire-us > a:hover::before,
.blog-hire-us .btn-hire-us > a:hover::after {
   background: -webkit-linear-gradient(#00b698, #8e71f6);
  z-index: -1;
} */

.blog-content {
    margin-top: 80px;
    background: linear-gradient( to bottom, #00b698 0%, rgba(196, 196, 196, 0) 120px);
}

#disqus_thread {
    margin-top: 30px;
}

.blog-content .blog-container>.row {
    padding: 60px 0;
}

.blog-content .pagination {
    font-family: Typold-Book;
}

.blog-content .pagination a {
    margin-right: 10px;
    text-decoration: none;
    padding: 10px 18px;
    color: #724ef4;
    border-radius: 5px !important;
    border-color: #724ef4;
    transition: all 0.5s;
}

.blog-content .pagination a:hover {
    background: #724ef4;
    color: #ffffff;
}

.blog-post-list {
    display: flex;
    flex-wrap: wrap;
}

.blog-post {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.blog-featured-image {
    margin-bottom: 10px;
}

.blog-post-category {
    color: #6b53ef;
    font-size: 14px;
    font-family: Typold-Thin;
}

.blog-post-title {
    font-size: 24px;
    font-family: Typold-Thin;
    line-height: 1.42857143;
    color: #492f5c;
    margin:0;
}

.blog-post-title > a{
    text-decoration: none;
    color: #492f5c;
}

.blog-post-title > a:hover {
    text-decoration: none;
    color: #492f5c;
}

.blog-author-date {
    margin: 10px 0;
    font-size: 12px;
    font-family: Typold-Thin;
    color: #444444;
}

.blog-author-date .author-name {
    text-transform: uppercase;
    font-weight: 600;
    font-family: Typold-Book;
}

.blog-post-summary .post {
    font-family: Typold-Book;
    font-size: 13px;
    color: #777;
    line-height: 22px;
}

.blog-post-summary footer a {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    color: #724ef4;
    text-decoration: none;
}

.blog-post-summary footer a::after {
    position: absolute;
    content: "";
    background: #724ef4;
    height: 3px;
    width: 20%;
    bottom: -10px;
    left: 0;
    transition: width 600ms ease-in-out;
}

.blog-post-summary footer a:hover::after {
    width: 100%;
}

#main #title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 28px;
    color: #3d3d3d;
    font-family: Typold-Book;
}

#content {
    margin: 20px 20px 20px 0;
    font-family: Typold-Book;
    color: #777;
}

.hljs {
    width: 100% !important;
}

#content>a {
    color: #8975f3;
}

#content>p {
    font-size: 14px;
    line-height: 24px;
}

#content img {
    max-width: 100%;
}

#content>h4,
#content>h2,
#content>h3 {
    margin-top: 30px;
    font-family: Typold-Book;
    color: #3d3d3d;
    text-transform: capitalize;
    font-size: 24px;
}

#content>h1 {
    margin-top: 30px;
    font-family: Typold-Book;
    color: #3d3d3d;
    text-transform: capitalize;
    font-size: 26px;
}

#content>h1 {
    margin-top: 30px;
    font-family: Typold-Book;
    color: #3d3d3d;
    text-transform: capitalize;
    font-size: 24px;
}

#content>ul,
#content>ol {
    padding-left: 25px;
}

#content>ul>li,
#content>ol>li {
    list-style-type: circle;
}

#content>h4,
#content>h3 {
    margin-top: 30px;
    font-family: Typold-Book;
    color: #3d3d3d;
    text-transform: capitalize;
    font-size: 22px;
}

#content ul,
#content ol {
    list-style: none;
    line-height: 28px;
}

#content ul li,
#content ol li {
    margin: 10px 0;
}

aside#meta {
    margin-top: 40px;
    font-family: Typold-Book;
}

aside#meta #wordcount {
    color: #777;
}

aside#meta .fb_iframe_widget {
    display: inline-flex;
    margin-right: 5px;
}

.other-posts a {
    text-decoration: none;
    color: #724ef4;
}

.blog-right-content {
    font-family: Typold-Book;
}

.blog-right-content a {
    text-decoration: none;
}

.right-side-posts {
    margin-bottom: 30px;
    font-weight: 300;
}

.right-side-posts ul {
    margin-top: 20px;
}

.right-side-posts .title>span {
    position: relative;
    text-transform: uppercase;
    color: #724ef4;
    font-size: 16px;
    font-family: Typold-Bold;
}

.right-side-posts .title span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: 50%;
    margin-left: 5px;
    transform: translateY(-50%);
    background: #724ef4;
}

.right-side-posts li {
    margin: 10px 0;
}

.right-side-posts li a {
    color: #444444;
    text-transform: capitalize;
    font-family: Typold-Thin;
}

.right-side-posts li a:hover {
    color: #724ef4;
}

.blog-post-category-title {
    color: #3d3d3d;
    font-family: Typold-Bold;
    margin: 0;
    margin-bottom: 40px;
}

.blog {
    padding-top: 1vw;
    background-color: #fff;
}

.blogRow {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    padding: 0vw 1vw;
}

.blogCard {
    padding: 2vw 2vw;
}

.blogCategory {
    color: #6b53ef;
    font-family: "Typold-Thin";
    font-weight: 600;
    font-size: 0.85vw;
    margin-bottom: 2px;
}

.blogCategory a {
    text-decoration: none;
    color: inherit;
}

.blogTitle {
    font-family: "Typold-Thin";
    font-weight: 600;
    font-size: 1.4vw;
    color: #492f5c;
    min-height: 4vw;
    margin: 0vw;
}

.blogTitle a {
    text-decoration: none;
    color: inherit;
}

.blogText {
    font-family: "Typold-Thin";
    font-weight: 600;
    font-size: 1vw;
    min-height: 5vw;
    color: #777777;
    margin: 0;
}

@media screen and (max-width: 1200px) {
    .blog {
        padding-top: 3vw;
    }
    .blogRow {
        grid-template-columns: 33% 33% 33%;
        padding: 2vw 4vw;
    }
    .blogCard {
        padding: 0vw 2vw;
    }
    .blogCategory {
        font-size: 1.3vw;
    }
    .blogTitle {
        font-size: 1.8vw;
        min-height: 4vw;
    }
    .blogText {
        font-size: 1.2vw;
        min-height: 8vw;
    }
}

@media screen and (max-width: 768px) {
    .blog {
        padding-top: 3vw;
    }
    .blogRow {
        grid-template-columns: 100%;
        padding: 2vw 4vw;
    }
    .blogCard {
        padding: 4vw 2vw;
    }
    .blogCategory {
        font-size: 1.8vw;
    }
    .blogTitle {
        font-size: 2vw;
        min-height: 4vw;
    }
    .blogText {
        font-size: 1.6vw;
        min-height: 8vw;
        margin: 0;
    }
}

@media screen and (max-width: 540px) {
    .blog {
        padding-top: 4vw;
    }
    .blogRow {
        grid-template-columns: 100%;
        padding: 2vw 4vw;
    }
    .blogCard {
        padding: 4vw 2vw;
    }
    .blogCategory {
        font-size: 1.25rem;
    }
    .blogTitle {
        font-size: 1.5rem;
        min-height: 4vw;
    }
    .blogText {
        font-size: 1.125rem;
        min-height: 8vw;
        margin: 0;
    }
}

@media screen and (max-width: 1024px) {
    .blog-right-content {
        margin-top: 40px;
    }
}

@media (min-width: 540px) and (max-width: 991px) {
    .blog-logo {
        text-align: center;
    }
    .blog-header-logo {
        width: 25vw;
    }
    .blog-search {
        margin: 0px 0px;
    }
    .blog-search input.form-control {
        margin: auto;
    }
    .blog-search i.glyphicon-search {
        opacity: 0;
        transition: opacity 1s;
    }
    .blog-search input.form-control:focus+i.glyphicon-search {
        opacity: 1;
    }
    .blog-hire-us {
        margin: 0 0px;
    }
    .blog-hire-us .btn-hire-us {
        display: block;
    }
    .blog-content {
        margin-top: 80px;
    }
}

@media screen and (max-width: 767px) {
    .blog-search input.form-control {
        /* width: 40%; */
    }
    .blog-search input.form-control:focus {
        width: 100%;
    }
    .faviconIcon {
        display: none;
    }
}

@media screen and (max-width: 540px) {
    .blog-search {
        display: none;
    }
    .blog-search input.form-control {
        width: 50%;
    }
    .blog-search input.form-control:focus {
        width: 100%;
    }
    .blog-header-logo {
        max-width: 30px;
    }
    .blog-logo {
        text-align: left;
    }
    .logoNormal {
        display: none;
    }
    .blog-header-logo-text {
        top: -12px;
    }
    .faviconIcon {
        display: block;
        width: 30px;
        height: 30px;
    }
    .blog-hire-us {
        margin: 0px;
        text-align: right;
        width: 50%;
    }
    .blog-hire-us .btn-hire-us>a {
        padding: 6px 8px;
    }
    .blog-content {
        margin-top: 80px;
    }
}


/* career.css */

.footer {
    clear: both;
    scroll-snap-align: start;
}

.componentBanner {
    position: relative;
    background: linear-gradient( to right top, rgba(0, 182, 152, 1) 15%, rgba(176, 78, 244, 1) 100%);
    background-size: cover;
    text-align: center;
}

.body>div.componentBanner {
    padding: 15vh;
}

@media screen and (min-width: 768px) {
    .body>div.componentBanner {
        padding: 15vh;
    }
}

@media screen and (max-width: 767px) {
    .body>div.componentBanner {
        padding: 12vh;
    }
}

@media screen and (max-width: 540px) {
    .body>div.componentBanner {
        padding: 13vh 6vh 10vh 6vh;
    }
}

.componentBanner .banner-text {
    text-align: center;
    color: #fff;
    line-height: 1.35em;
    transition: 0.2s;
    max-width: 55vw;
    margin: 0 auto;
    font-family: "Typold-Medium";
    letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
    .componentBanner .banner-text {
        font-size: 2.75vw;
        transition: 0.2s;
    }
}

@media screen and (max-width: 767px) {
    .componentBanner .banner-text {
        font-size: 2.38vw;
        transition: 0.2s;
        max-width: 45vw;
    }
}

@media screen and (max-width: 540px) {
    .componentBanner .banner-text {
        font-size: 4.5vw;
        transition: 0.2s;
        max-width: initial;
    }
}

.componentBanner .banner-title {
    text-align: center;
    line-height: 1.35em;
    font-weight: 600;
    transition: 0.2s;
    max-width: 30vw;
    margin: 0 auto;
    font-family: "Typold-Bold";
    letter-spacing: 1px;
    color: #444444;
    margin-top: 1rem;
}

@media screen and (min-width: 768px) {
    .componentBanner .banner-title {
        font-size: 3.4vw;
        transition: 0.2s;
    }
}

@media screen and (max-width: 767px) {
    .componentBanner .banner-title {
        font-size: 2.18vw;
        transition: 0.2s;
        max-width: 45vw;
    }
}

@media screen and (max-width: 540px) {
    .componentBanner .banner-title {
        font-size: 6vw;
        transition: 0.2s;
        max-width: initial;
        margin-top: 1rem;
    }
}


/* Body */

@media screen and (max-width: 540px) {
    .body>div.career-openings {
        padding-top: 6vw !important;
        /* max-width: calc(100% - 14vw); */
    }
}

.career-openings {
    padding: 3vw 0vw !important;
    background-color: #fff;
}

.career-openings .pre-heading {
    color: #724ef4;
    font-family: "Typold-Book";
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 5vw;
    transition: 0.2s;
    position: relative;
    margin: 0;
}

.career-openings .pre-heading:hover {
    padding-left: 5.2vw;
}

.career-openings .pre-heading:before {
    content: "";
    width: 4.7vw;
    height: 2px;
    background: #724ef4;
    position: absolute;
    left: 0;
    top: 7px;
    transition: 0.2s;
}

@media screen and (max-width: 540px) {
    .career-openings .pre-heading {
        padding-left: 12vw;
    }
    .career-openings .pre-heading:before {
        width: 10vw;
        left: 0vw;
    }
}

.career-openings .opening-title {
    font-family: "Typold-Bold";
    line-height: 1.15em;
    max-width: 50vw;
    color: #444444;
    transition: 0.2s;
    padding: 0vw 6vw;
}

@media screen and (min-width: 768px) {
    .career-openings .opening-title {
        font-size: 2.85vw;
        transition: 0.2s;
        padding-left: 24px;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .career-openings .opening-title {
        font-size: 2.48vw;
        transition: 0.2s;
        max-width: 45vw;
    }
}

@media screen and (max-width: 540px) {
    .career-openings .opening-title {
        font-size: 4.5vw;
        transition: 0.2s;
        max-width: initial;
    }
}

.opening-grid {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    content: " ";
    margin-right: 0;
    padding: 0vw 3vw;
}

@media screen and (max-width: 768px) {
    .opening-grid {
        padding: 0vw 3vw;
    }
}

.opening-grid .job-container-col:nth-child(odd) .job-container {
    margin-right: 7vw;
}

.opening-grid .job-container-col:nth-child(even) .job-container {
    margin-left: 7vw;
}

@media screen and (max-width: 768px) {
    .opening-grid .job-container-col:nth-child(odd) .job-container {
        margin-right: 7vw;
    }
    .opening-grid .job-container-col:nth-child(even) .job-container {
        margin-left: 7vw;
    }
}

@media screen and (max-width: 540px) {
    .opening-grid .job-container-col {
        padding: 0vw 4vw;
    }
    .opening-grid .job-container-col:nth-child(odd) .job-container {
        margin-right: 0vw;
    }
    .opening-grid .job-container-col:nth-child(even) .job-container {
        margin-left: 0vw;
    }
}

@media screen and (max-width: 767px) and (min-width: 541px) {
    .opening-grid .col-xs-12 {
        width: 50%;
    }
}

.opening-grid .job-container .job-heading {
    color: #492f5c;
    font-family: "Typold-Bold";
    font-weight: 600;
    transition: 0.2s;
    margin-bottom: 2.4rem;
    margin-top: 2.5rem;
}

@media screen and (min-width: 1025px) {
    .opening-grid .job-container .job-heading {
        font-size: 2em;
        transition: 0.2s;
    }
}

@media screen and (max-width: 1024px) {
    .opening-grid .job-container .job-heading {
        font-size: 2em;
    }
}

@media screen and (max-width: 768px) {
    .opening-grid .job-container .job-heading {
        font-size: 1.6em;
        transition: 0.2s;
    }
}

@media screen and (max-width: 540px) {
    .opening-grid .job-container .job-heading {
        font-size: 5.5vw;
        transition: 0.2s;
        margin-top: 0;
        margin-bottom: 4vw;
    }
    .opening-grid {
        padding: 2vw 6vw;
    }
    .opening-grid .job-container {
        margin-right: 0vw;
    }
    .job-links {
        padding-bottom: 12vw;
    }
}

.opening-grid .job-container .job-description {
    color: #777777;
    font-family: "Typold-Thin";
    font-weight: 600;
    transition: 0.2s;
    margin-bottom: 1.5rem;
}

.opening-grid .job-container .job-description>span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.opening-grid .job-container .job-links a {
    color: #724ef4;
    font-family: "Typold-Regular";
    text-transform: uppercase;
    font-size: 12px;
    transition: 0.2s;
    text-decoration: none;
}

.opening-grid .job-container .job-links a:after {
    display: block;
    content: "";
    margin-top: 2px;
    transform: scaleX(0.2);
    transition: transform 400ms ease-in-out;
    border-bottom: 2px solid #724ef4;
    transform-origin: 0% 0%;
}

.opening-grid .job-container .job-links a:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 0%;
}

.opening-grid .job-container .job-links a.disabled {
    cursor: not-allowed;
    color: #777777;
}

.opening-grid .job-container .job-links a.disabled:after {
    border-bottom: 2px solid #777777;
}

@media screen and (min-width: 768px) {
    .opening-grid .job-container .job-links {
        padding-bottom: 4vw;
    }
}

.body>div.reasons-to-work-here {
    background: linear-gradient( to top, rgba(255, 255, 255, 1) 40%, rgba(0, 182, 152, 0.3) 100%);
    clear: both;
    padding: 3vw 0vw !important;
}

.reasons-to-work-here>.row {
    margin-right: 0;
}

.reasons-to-work-here .reasons-content {
    padding: 0 0vw;
}

.reasons-to-work-here .pre-heading {
    color: #724ef4;
    font-family: "Typold-Book";
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 5vw;
    margin: 0;
    transition: 0.2s;
    position: relative;
}

.reasons-to-work-here .pre-heading:hover {
    padding-left: 5.2vw;
}

.reasons-to-work-here .pre-heading:before {
    content: "";
    width: 4.7vw;
    height: 2px;
    background: #724ef4;
    position: absolute;
    left: 0;
    top: 7px;
    transition: 0.2s;
}

@media screen and (max-width: 540px) {
    .reasons-to-work-here .pre-heading {
        padding-left: 12vw;
        margin-top: 1.5em;
    }
    .reasons-to-work-here .pre-heading:before {
        width: 10vw;
        left: 0;
    }
    .reasons-to-work-here .reasons-content {
        padding: 0vw;
    }
    .reasons-content-main {
        padding: 0vw 2vw;
    }
    .perk-point {
        padding: 0;
    }
}

.reasons-to-work-here .reasons-heading {
    font-family: "Typold-Bold";
    font-size: 3.2vw;
    line-height: 1.15em;
    max-width: 100vw;
    color: #444444;
    transition: 0.2s;
    padding: 0 2vw;
}

@media screen and (max-width: 768px) {
    .reasons-to-work-here .reasons-heading {
        font-size: 4.8vw;
        transition: 0.2s;
        max-width: 60vw;
    }
}

@media screen and (max-width: 540px) {
    .reasons-to-work-here .reasons-heading {
        font-size: 4.5vw;
        transition: 0.2s;
        max-width: initial;
    }
}

.reasons-to-work-here .reasons-content-blocks {
    display: table;
    content: "";
    position: relative;
    padding: 0 3vw;
}

@media screen and (max-width: 540px) {
    .reasons-to-work-here .reasons-content-blocks {
        padding: 0 4vw;
    }
}

.reasons-to-work-here .reasons-content-desc {
    color: #777777;
    font-family: "Typold-Thin";
    font-weight: 600;
    transition: 0.2s;
    margin-bottom: 1.5rem;
}

.reasons-to-work-here .reasons-content-desc p {
    margin-top: 2em;
}

@media screen and (max-width: 540px) {
    .reasons-to-work-here .reasons-content-desc p {
        margin-top: 0em;
    }
}

@media screen and (min-width: 768px) {
    .reasons-to-work-here .reasons-content-main {
        padding-right: 16vw;
        padding-left: 0vw;
    }
}

@media (min-width: 540px) and (max-width: 768px) {
    .reasons-to-work-here .reasons-content-main {
        padding-right: 12vw;
        padding-left: 0vw;
    }
}

.reasons-to-work-here .reasons-content-values-main .values-heading {
    color: #724ef4;
    font-family: "Typold-Thin";
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    transition: 0.2s;
    position: relative;
}

.reasons-to-work-here .reasons-content-values-main .values-desc {
    font-family: "Typold-Thin";
    font-weight: 600;
}

.reasons-to-work-here .reasons-content-values-main .values-desc p {
    margin: 0 0 4px;
}

.reasons-to-work-here .reasons-content-values-main .values-desc p:before {
    content: "-";
    margin-right: 4px;
}

@media screen and (min-width: 768px) {
    .reasons-to-work-here .reasons-content-values-main {
        position: absolute;
        left: 70%;
        bottom: 3em;
    }
}

.reasons-content .perk-points {
    padding: 0;
    margin-top: 4em;
    padding: 0vw 1vw;
}

.reasons-content .perk-points .col-5.perk-point .icon-container {
    text-align: center;
}

@media (min-width: 540px) and (max-width: 768px) {
    .reasons-content .perk-points .col-5.perk-point .icon-container {
        width: 100%;
    }
    .reasons-content .perk-points .col-5.perk-point .col-xs-9 {
        width: 100%;
    }
}

.reasons-content .perk-points .col-5.perk-point .icon.img {
    display: inline-block;
    transition: all 400ms cubic-bezier(1, -0.1, 0, 1.07);
}

.reasons-content .perk-points .col-5.perk-point .icon.img:hover {
    margin-right: 2px;
    margin-top: -2px;
    margin-bottom: 2px;
}

.reasons-content .perk-points .col-5.perk-point .icon.img img {
    max-width: 4.2em;
    transition: 0.2s;
}

.reasons-content .perk-points .col-5.perk-point .perk-point-title {
    color: #492f5c;
    font-family: "Typold-Medium";
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 1.4em;
    transition: 0.2s;
    text-align: center;
    min-height: 3vw;
}

@media screen and (max-width: 768px) {
    .reasons-content .perk-points .col-5.perk-point .perk-point-title {
        min-height: 3vw;
    }
}

.reasons-content .perk-points .col-5.perk-point .perk-point-description {
    color: #777777;
    font-family: "Typold-Thin";
    font-weight: 600;
    transition: 0.2s;
    font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
    .reasons-content .perk-points .col-5.perk-point .perk-point-description {
        min-height: 15vw;
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 769px) {
    .reasons-content .perk-points .col-5.perk-point {
        width: 20%;
        position: relative;
        min-height: 1px;
        padding-right: 0px !important;
        padding-left: 0px !important;
        padding-bottom: 16px;
    }
}

@media screen and (max-width: 540px) {
    .reasons-content .perk-points .col-5.perk-point .perk-point-description {
        min-height: 15vw;
        font-size: 1.2rem;
    }
}

@media (min-width: 540px) and (max-width: 768px) {
    .reasons-content .perk-points .col-5.perk-point {
        width: 33%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 16px;
    }
}

@media screen and (max-width: 540px) {
    .reasons-content .perk-points .col-xxs-12.perk-point:not(:first-child) {
        margin-top: 20px;
    }
    .reasons-content .perk-points .col-5.perk-point .perk-point-title {
        margin-top: 0;
        text-align: left;
        font-size: 1.5rem;
    }
    .reasons-content .perk-points .col-5.perk-point .icon-container {
        padding: 0;
    }
}


/* career2Component */

.firstRow {
    padding: 2vw 7vw;
    background-color: #ffffff;
}

.carrer2Logo {
    width: 17vw;
}

.jobDescHeading {
    display: inline-block;
    color: #724EF4;
    font-size: 2.15vw;
    font-family: "Typold-Regular";
    font-weight: bold;
    padding-top: 1vw;
    padding-left: 3vw;
}

.jobDescHeading:after {
    display: block;
    content: "";
    margin-top: 2px;
    transform: scaleX(0.2);
    transition: transform 400ms ease-in-out;
    border-bottom: 4px solid #01b599;
    transform-origin: 0% 0%;
}

.jobDescHeading:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 0%;
}

.location {
    padding-right: 1vw;
    font-size: 1.3vw;
}

.clk {
    padding-right: 1vw;
    font-size: 1.1vw;
}

.jobDesc {
    font-family: "Typold-Thin";
    font-size: 1vw;
    color: #777777;
    font-weight: bold;
    margin: 0;
    padding-bottom: 1vw;
}

.secondRow {
    background-color: #fff;
    padding: 3vw 0vw !important;
}

.backheading {
    color: #724ef4;
    font-family: "Typold-Book";
    text-transform: uppercase;
    font-size: 1.1vw;
    padding-left: 5vw;
    font-weight: bold;
    position: relative;
}

.backheading:before {
    content: "";
    width: 4.7vw;
    height: 2px;
    background: #724ef4;
    position: absolute;
    left: 0;
    top: 0.7vw;
    transition: 0.2s;
}

.backheading a {
    color: inherit;
    text-decoration: none;
}

.carrer2Heading {
    color: #444444;
    font-family: "Typold-Book";
    font-size: 1.1vw;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
}

.jobRow {
    padding: 2vw 3vw;
}

.career2Desc {
    font-size: 1vw;
    font-family: "Typold-Thin";
    color: #777777;
    padding-bottom: 2vw;
    font-weight: bold;
}

.attachBtnBox {
    padding-bottom: 2vw;
}

.attachInput::-webkit-file-upload-button {
    visibility: hidden;
}

.attachInput::before {
    content: "Choose File";
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #777777;
    border-radius: 8px;
    color: #777777;
    font-size: 1vw;
    font-family: "Typold-Thin";
    font-weight: bold;
    padding: 0.3vw 0.7vw;
    cursor: pointer;
}

@media screen and (max-width: 1240px) {
    .firstRow {
        padding: 2vw 7vw;
    }
    .carrer2Logo {
        width: 19vw;
    }
    .jobDescHeading {
        font-size: 2.4vw;
        padding-top: 2vw;
    }
    .jobDesc {
        font-size: 1.2vw;
    }
    .secondRow {
        padding: 3vw 6vw;
    }
    .backheading {
        font-size: 1.2vw;
        padding-left: 5vw;
        margin: 0;
    }
    .carrer2Heading {
        font-size: 1.2vw;
    }
    .career2Desc {
        font-size: 1.2vw;
        padding-bottom: 2vw;
    }
    .attachBtnBox {
        padding-bottom: 2vw;
    }
    .attachInput::before {
        border-radius: 8px;
        font-size: 1.2vw;
        padding: 0.3vw 1vw;
    }
}

@media screen and (max-width: 768px) {
    .firstRow {
        padding: 3vw 3vw 2vw 8vw;
    }
    .carrer2Logo {
        width: 22vw;
    }
    .jobDescHeading {
        font-size: 2.75vw;
        padding-top: 2vw;
    }
    .jobDesc {
        font-size: 1.6vw;
    }
    .secondRow {
        padding: 3vw 6vw;
    }
    .backheading {
        font-size: 1.8vw;
        padding-left: 6vw;
        margin: 0;
    }
    .carrer2Heading {
        font-size: 1.8vw;
    }
    .backheading:before {
        height: 0.2vw;
        top: 0.9vw;
    }
    .career2Desc {
        font-size: 1.6vw;
        padding-left: 1vw;
        padding-bottom: 2vw;
    }
    .attachBtnBox {
        padding-bottom: 2vw;
    }
    .attachInput::before {
        border-radius: 8px;
        font-size: 1.6vw;
        padding: 0.5vw 1.5vw;
    }
}

@media screen and (max-width: 520px) {
    .firstRow {
        padding: 5vw 3vw 2vw 8vw;
    }
    .carrer2Logo {
        width: 18.25rem;
    }
    .jobDescHeading {
        font-size: 2.25rem;
        padding-top: 2vw;
        padding-left: 6vw;
    }
    .jobRow {
        padding: 4vw 6vw;
    }
    .jobDesc {
        font-size: 1rem;
    }
    .secondRow {
        padding: 10vw 0vw !important;
    }
    .backheading {
        font-size: 1.125rem;
        padding-left: 45.5px;
        margin: 0;
    }
    .backheading:before {
        height: 1.25px;
        top: 9px;
        width: 40px;
    }
    .carrer2Heading {
        font-size: 1.125rem;
    }
    .career2Desc {
        font-size: 1rem;
        padding-bottom: 4vw;
    }
    .attachBtnBox {
        padding-bottom: 5vw;
        padding-top: 1vw;
    }
    .attachInput::before {
        border-radius: 8px;
        font-size: 1.125rem;
        padding: 0.5vw 1.5vw;
    }
}


/* client.css */

.clientsection {
    background-color: #ffffff;
    padding: 1vw 0vw 3vw 0vw;
}

.greyHeading {
    font-size: 1.6vw;
    color: #777777;
    padding: 0.6vw 0vw;
    margin: 0;
    font-family: "Typold-Bold";
}

.greenHeading {
    color: #00b698;
}

.blackHeading {
    font-size: 2vw;
    margin: 0;
    line-height: 1.4;
    padding: 0.6vw;
    font-family: "Typold-Bold";
}

.owl-carousel .owl-stage {
    transition: all 0.5s ease 0s !important;
    padding-bottom: 2vw;
}

p.expanding-line {
    font-size: 0.8vw;
    display: inline-block;
    text-decoration: none;
    color: #6b53ef;
    font-family: "Typold-Book";
    font-weight: 600;
}

p.expanding-line:after {
    display: block;
    content: "";
    margin-top: 2px;
    transform: scaleX(0.2);
    transition: transform 600ms ease-in-out;
    border-bottom: 2px solid #6b53ef;
    transform-origin: 0% 0%;
}

p.expanding-line:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 0%;
}

@media (min-width: 768px) and (max-width: 1240px) {
    .clientsection {
        padding: 2vw 0vw 2.5vw 0vw;
    }
    .greyHeading {
        font-size: 1.8vw;
        padding: 0.6vw 0vw;
    }
    .blackHeading {
        font-size: 2.4vw;
        line-height: 1.4;
        padding: 0.9vw 0vw;
    }
    p.expanding-line {
        font-size: 1.2vw;
        display: inline-block;
        text-decoration: none;
    }
    p.expanding-line:after {
        display: block;
        content: "";
        margin-top: 2px;
        transform: scaleX(0.2);
        transition: transform 600ms ease-in-out;
        border-bottom: 2px solid #6b53ef;
        transform-origin: 0% 0%;
    }
    p.expanding-line:hover:after {
        transform: scaleX(1);
        transform-origin: 0% 0%;
    }
}

@media screen and (max-width: 768px) {
    .clientsection {
        padding: 2vw 0vw 2.8vw 0vw;
    }
    .greyHeading {
        font-size: 2.8vw;
        color: #777777;
        padding: 2.5vw 0vw;
        margin: 0;
    }
    .blackHeading {
        font-size: 3.6vw;
        line-height: 1.4;
        padding: 0.6vw 0;
    }
    p.expanding-line {
        font-size: 1.6vw;
        margin: 0;
    }
    p.expanding-line:after {
        display: block;
        content: "";
        margin: 0;
        border-bottom: 2px solid #6b53ef;
    }
    p.expanding-line:hover:after {
        transform: scaleX(1);
        transform-origin: 0% 0%;
    }
}

@media screen and (max-width: 540px) {
    .clientsection {
        padding: 4vw 4vw 2.5vw 4vw;
    }
    .greyHeading {
        font-size: 1.2rem;
        padding: 3.5vw 0vw;
        margin: 0;
    }
    .blackHeading {
        font-size: 1.4rem;
        margin: 0;
        line-height: 1.4;
        padding: 0.6vw;
    }
    p.expanding-line {
        font-size: 1.125rem;
        margin: 0;
    }
    p.expanding-line:after {
        display: block;
        content: "";
        margin: 0;
        border-bottom: 0.3vw solid #6b53ef;
    }
    p.expanding-line:hover:after {
        transform: scaleX(1);
        transform-origin: 0% 0%;
    }
}


/* clients.css */

.clients {
    background: #f7f7f7;
    overflow-x: hidden;
}

.clients .clients-list {
    padding: 30px 0;
    color: #585858;
}

.sub-heading {
    line-height: 1.3;
    font-size: 1.3vw;
    font-family: "Typold-Light";
    font-weight: 600;
    color: #444444;
    margin: 0px;
    padding: 2vw 0vw;
}

.clients .clients-list {
    padding: 0 0 15px;
    width: 768px;
    background: #f7f7f7;
}

.clients .clients-list .clients-view {
    padding-top: 15px;
}

.clients .clients-list .clients-view .bg-gradient {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-grow: 1;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sub-heading {
        font-size: 1.7vw;
        padding: 2vw 0vw;
    }
}

@media screen and (max-width: 768px) {
    .clients .clients-list .clients-view .bg-gradient>div {
        width: 37%;
    }
}

@media screen and (max-width: 768px) {
    .clients .clients-list .clients-view .bg-gradient>div:nth-child(3) {
        margin-right: -5%;
        margin-left: -5%;
    }
}

@media screen and (max-width: 768px) {
    .clients .clients-list .clients-view .bg-gradient>div span {
        margin-right: -5%;
        font-size: 1.8vw;
    }
}

.clients .clients-list .clients-view .bg-gradient>div {
    position: relative;
    float: left;
    width: 36%;
    background: #724ef4;
    padding: 7vw 2vw;
    color: #ffffff;
    transform: skew(-6.7deg);
    transition: all ease 0.4s;
}

.clients .clients-list .clients-view .bg-gradient>div::before {
    content: "";
    background-size: 100% 100% !important;
    background-position: center center !important;
    background-repeat: no-repeat;
    transition: all ease 0.4s;
    padding: 12px;
    position: absolute;
    left: -10%;
    width: 120%;
    top: 0;
    transform: skew(6.7deg);
    height: 100%;
}

.clients .clients-list .clients-view .bg-gradient>div:nth-child(3) {
    margin-right: -2%;
}

.clients .clients-list .clients-view .bg-gradient>div span {
    position: relative;
    color: #ffffff;
    font-size: 1.9vw;
    font-family: "Typold-Condensed-Bold";
    transform: skew(6.7deg);
    letter-spacing: 0%;
    z-index: 1;
}

.clients .clients-list .clients-view .bg-gradient>div p {
    font-family: "Typold-Bold";
    width: 80%;
    margin: 20px auto 0;
    transform: skew(6.7deg);
}

.clients .clients-list .clients-view .bg-gradient>div:hover {
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2), 0px -6px 12px 0px rgba(0, 0, 0, 0.2);
    transition: all ease 0.6s;
}

.clients .clients-list .clients-view .bg-gradient>div:hover::before {
    background-size: 110% 110% !important;
    transition: all ease 0.6s;
}

.clients .clients-list .clients-view .bg-gradient .skew {
    border-left: 10px solid white;
    border-right: 10px solid white;
    transform: skewX(-6.7deg);
    z-index: 4;
    overflow: hidden;
}

.clients .clients-list .clients-view .bg-gradient .skew div {
    transform: skewX(0deg);
}

.clients .testimonials .section-heading {
    color: #6b53ef;
}

@media screen and (max-width: 540px) {
    h2 .section-heading {
        margin-left: 25% !important;
    }
}

.clients .testimonials {
    margin-left: -1vw;
    background-color: #ffffff;
    padding: 3vw 0vw;
}

.clients .slider-parent .client-slider {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    overflow-x: hidden;
    height: 26vw;
    margin-left: -15px;
}

.clients .testimonials .slider-parent .client-slider>div {
    width: 36vw;
    height: 24vw;
    position: absolute;
    float: left;
    transform: skewX(-6.7deg) scale(0.6, 0.6);
    margin: 10px -11vw;
    opacity: 0.6;
    transition: all ease-in-out 1s;
    left: 0;
}

.clients .testimonials .slider-parent .client-slider>div.left {
    left: 19.5vw;
    z-index: 3;
    transition: all ease-in-out 1s;
}

.clients .testimonials .slider-parent .client-slider>div.center {
    opacity: 1;
    transition: 0.6s;
    z-index: 4;
    transform: skewX(-6.7deg) scale(0.9);
    left: 42.4vw;
    transition: all ease-in-out 1s;
    background-position: center -1vw !important;
}

.clients .testimonials .slider-parent .client-slider>div.center.active:after {
    content: "";
    position: absolute;
    left: -15%;
    right: -11%;
    top: -16%;
    bottom: -10%;
    transform: scale(0.8);
    border-left: 4px solid #00b698;
    border-right: 4px solid #6e51f1;
    border-radius: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 4px;
    -moz-background-size: 100% 4px;
    background-size: 100% 4px;
    background-image: -webkit-linear-gradient(left, #00b698 0%, #6e51f1 100%), -webkit-linear-gradient(left, #00b698 0%, #6e51f1 100%);
    background-image: -moz-linear-gradient(left, #00b698 0%, #6e51f1 100%), -moz-linear-gradient(left, #00b698 0%, #6e51f1 100%);
    background-image: -o-linear-gradient(left, #00b698 0%, #6e51f1 100%), -o-linear-gradient(left, #00b698 0%, #6e51f1 100%);
    background-image: linear-gradient(to right, #00b698 0%, #6e51f1 100%), linear-gradient(to right, #00b698 0%, #6e51f1 100%);
    z-index: 2;
}

.clients .testimonials .slider-parent .client-slider>div.right {
    left: 65vw;
    z-index: 3;
    transition: all ease-in-out 1s;
}

.clients .testimonials .slider-parent .client-slider>div:nth-child(1) {
    background: url("../assets/png/clients/client1.png") no-repeat;
    background-size: 112%;
}

.clients .testimonials .slider-parent .client-slider>div:nth-child(2) {
    background: url("../assets/png/clients/client2.png") no-repeat;
    background-size: 112%;
}

.clients .testimonials .slider-parent .client-slider>div:nth-child(3) {
    background: url("../assets/png/clients/client3.png") no-repeat;
    background-size: 112%;
}

.clients .testimonials .slider-parent .client-slider>div:after {
    transition: 1s;
}

.clients .testimonials .slider-parent .testimonials-comments {
    /* width: 100vw; */
    transition: 1s;
    margin-left: -20px;
}

.clients .testimonials .slider-parent .testimonials-comments {
    /* width: 80%; */
}

@media screen and (max-width: 768px) {
    .clients .testimonials .slider-parent .testimonials-comments .heading {
        font-size: 4vw;
    }
}

.clients .testimonials .slider-parent .testimonials-comments>div {
    padding: 2vw 30vw 0vw 30vw;
    text-align: center;
}

.clients .testimonials .slider-parent .testimonials-comments>div:nth-child(odd) {
    display: none;
}

.clients .testimonials .slider-parent .testimonials-comments>div h2,
.clients .testimonials .slider-parent .testimonials-comments>div h4,
.clients .testimonials .slider-parent .testimonials-comments>div p {
    color: #00b698;
}

.clients .testimonials .slider-parent .testimonials-comments>div h2 {
    font-size: 2vw;
    font-family: "Typold-Light";
    margin: 0;
}

.clients .testimonials .slider-parent .testimonials-comments>div h4 {
    font-family: "Typold-Bold";
}

.clients .testimonials .slider-parent .bullets {
    padding-bottom: 2.5vw;
    display: flex;
    text-align: center;
    justify-content: center;
    margin-left: 5px;
}

.clients .testimonials .slider-parent .bullets i {
    display: inline-block;
    padding: 5px;
    background: #ffffff;
    border: 1px solid #7a7af4;
    position: relative;
    float: left;
    border-radius: 100%;
    margin: 3px;
    transition: 0.6s;
}

.clients .testimonials .slider-parent .bullets i.active {
    background: #7a7af4;
    transition: 0.6s;
}

@media (min-width: 768px) and (max-width: 1240px) {
    .clients .testimonials .slider-parent .testimonials-comments>div h2 {
        font-size: 1.8vw;
        font-family: "Typold-Light";
        margin: 0;
    }
    .clients .testimonials .slider-parent .testimonials-comments>div h4 {
        font-size: 1.6vw;
    }
    .clients .testimonials .slider-parent .testimonials-comments>div p {
        font-size: 1.4vw;
    }
}

@media screen and (max-width: 540px) {
    .sub-heading {
        font-size: 1.1rem;
        padding: 2vw 6vw;
        line-height: 1.5;
        margin: 0px;
    }
    .clients .testimonials {
        width: 100%;
    }
    .clients .clients-list .sub-heading {
        font-size: 4vw;
    }
    .clients .clients-list .clients-view .bg-gradient {
        display: block;
    }
    .clients .clients-list .clients-view .bg-gradient>div {
        min-width: 100%;
        width: 100%;
        float: none;
        margin: 10px;
        margin-right: 0px;
    }
    .clients .clients-list .clients-view .bg-gradient>div::before {
        transform: skewX(0deg);
    }
    .clients .clients-list .clients-view .bg-gradient>div span {
        margin-right: 0;
        font-size: 5vw;
    }
    .clients .clients-list .clients-view .bg-gradient .skew {
        transform: skewX(0deg);
        border: 0 solid transparent;
    }
    .clients .clients-list .clients-view .bg-gradient .skew div {
        transform: skewX(0deg);
    }
    .clients .slider-parent .client-slider {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
        overflow-x: hidden;
        height: 30vw;
        left: 15px;
    }
    .clients .testimonials .slider-parent .testimonials-comments {
        margin-left: 0;
    }
    .clients .testimonials .slider-parent .testimonials-comments>div {
        padding: 0vw 2vw;
    }
    .clients .testimonials .slider-parent .testimonials-comments>div h2 {
        font-size: 3.6vw;
        margin: 0;
    }
    .clients .testimonials .slider-parent .testimonials-comments>div h4 {
        font-size: 2.8vw;
    }
    .clients .testimonials .slider-parent .testimonials-comments>div p {
        font-size: 1rem;
        padding: 0 6vw;
    }
    .clients .testimonials .slider-parent .bullets {
        padding-bottom: 2.5vw;
        display: flex;
        text-align: center;
        justify-content: center;
        margin-left: 5px;
    }
    .clients .testimonials .slider-parent .bullets i {
        display: inline-block;
        padding: 4px;
        border: 1px solid #7a7af4;
        position: relative;
        float: left;
        border-radius: 100%;
        margin: 3px;
        transition: 0.6s;
    }
    .clients .testimonials .slider-parent .bullets i.active {
        background: #7a7af4;
        transition: 0.6s;
    }
}


/* contact-us.css */

.contact-us {
    margin-top: 0px !important;
}

.gradientStrip {
    display: none;
}

body h2.section-heading {
    font-family: "Typold-Bold";
    position: relative;
    color: #6d5bef;
    overflow: visible;
    font-weight: bold;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    padding: 16px 2vw;
    width: auto;
    margin-left: 50%;
    transform: translateX(-50%) !important;
    font-size: 3vw;
}

@media screen and (min-width: 1241px) {
    body h2.section-heading {
        font-size: 2.6em;
        padding: 1.5vw 2vw;
        min-width: 28vw;
    }
}

@media screen and (max-width: 768px) {
    body h2.section-heading {
        font-size: 3.4vw;
        padding: 2vw 2vw;
        min-width: 48vw;
    }
}

@media screen and (max-width: 540px) {
    body h2.section-heading {
        font-size: 3.5vw;
        padding: 3vw 1vw;
        min-width: 50vw;
    }
    .col-xs-12.col-xxs-12 {
        width: 100%;
    }
    .gradientStrip {
        display: block;
        width: 100%;
        height: 50px;
        background: linear-gradient(10.03deg, #01B599 0.86%, #6D54EF 99.14%);
    }
}

body h2.section-heading::before,
body h2.section-heading::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    opacity: 0;
    border: 2px solid #6d5bef;
    width: 90%;
    height: 100%;
    opacity: 1;
    transform: skew(-10deg);
    transition: ease-in 0.3s;
}

@media screen and (max-width: 540px) {
    body h2.section-heading::before,
    body h2.section-heading::after {
        width: 90%;
    }
}

body h2.section-heading::before {
    top: 0px;
    left: 0px;
    border-width: 0px 0px 2px 2px;
}

body h2.section-heading::after {
    right: 0px;
    bottom: 0px;
    border-width: 2px 2px 0px 0px;
}

body h2.section-heading:hover::before,
body h2.section-heading:hover::after {
    width: 100%;
    transition: ease-in 0.2s;
}

.contact-heading .contactHeadingSectionBox .sub-heading {
    font-family: "Typold-Light";
    font-size: 1.35em;
    padding-bottom: 3em;
}

.contact-forms .forms-container {
    /* max-width: 70vw; */
    max-width: 850px;
}

@media screen and (max-width: 992px) {
    .contact-heading {
        overflow-x: hidden;
    }
    .contact-forms .forms-container {
        max-width: 100%;
        overflow-x: hidden;
    }
}

.contact-forms .nav-tabs>li {
    width: calc(100% / 3);
    z-index: 2;
}

.contact-forms .nav-tabs {
    position: relative;
}

.contact-forms .nav-tabs>li.nav-zoomout {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    background-color: #d3f2ed;
    border-radius: 10px;
    z-index: 0;
    transition: all 0.3s cubic-bezier(0.46, 0.03, 0.21, 0.93);
}

.contact-forms .nav-tabs>li:nth-child(1) {
    text-align: left;
}

.contact-forms .nav-tabs>li:nth-child(2) {
    text-align: center;
}

.contact-forms .nav-tabs>li:nth-child(3) {
    text-align: right;
}

.contact-forms .nav-tabs>li a,
.contact-forms .nav-tabs>li a:active {
    color: #444444;
    background-color: transparent !important;
    border: none !important;
}

.contact-forms .nav-tabs {
    border: none;
}

.contact-forms .nav-tabs>li a {
    text-align: center;
    display: inline-block;
    padding: 15px 25px;
    border-radius: 10px;
    /* transition: all 300ms ease-in-out; */
    border: none;
}

.contact-forms .nav-tabs>li.active a {
    /* background-color: #d3f2ed; */
    /* border-color: #d3f2ed; */
    color: #444444;
}

.contact-forms .nav-tabs>li.active a:hover {
    background-color: transparent;
    border-color: transparent;
}

.contact-forms .nav-tabs>li a:hover {
    background-color: #f5f5f5;
    color: #444444;
    border-color: #f5f5f5;
    border: none;
}

.contact-forms .nav-tabs>li a .count span {
    font-family: "Typold-Book";
    font-size: 1.2rem;
}

.contact-forms .nav-tabs>li a h3.step-name {
    font-family: "Typold-Medium";
    font-size: 1.8em;
    margin-top: 10px;
}

@media screen and (max-width: 540px) {
    .contact-forms .nav-tabs>li a h3.step-name {
        font-size: 1em;
    }
}

.contact-forms .forms-container.first-load .nav-tabs>li:first-child a {
    background-color: #d3f2ed !important;
    border-radius: 10px;
    z-index: 0;
    /* transition: all .300s cubic-bezier(0.46, 0.03, 0.21, 0.93); */
}


/* Tab Content */

.contact-forms {
    margin-top: 2em;
}

.contact-forms .tab-content {
    padding: 15px 0;
}

.contact-us .tab-content .sub-heading {
    color: #777777;
    font-size: 14px;
    padding-bottom: 45px;
}

.submit-button-container {
    text-align: center;
    margin-top: 1.2em;
}

.submitBtnBox {
    display: flex;
}

.captcha {
    margin: 0 30px;
}

.submitBtn {
    background: -webkit-linear-gradient(#00b698, #8e71f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bolder;
    padding: 12px 18px;
    transition: all ease-in 0.8s;
    font-family: "Typold-Regular";
    outline: none;
    position: relative;
    transform: skewX(-5deg);
    /* transform: skewX(-10deg); */
    font-size: 1.2em;
    text-decoration: none;
    border: none;
}

.submitBtn a {
    text-decoration: none;
}

.submitBtn a:hover {
    color: #fff;
}

.tab-content .submitBtn {
    text-decoration: none;
}

.submitBtn::before,
.submitBtn::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    opacity: 0;
    border: 2px solid;
    width: 100%;
    height: 100%;
    opacity: 1;
    transform: skewX(-10deg);
    transition: all ease-in 0.8s;
    border-image: linear-gradient(45deg, #00b698, #8e71f6) 1;
}

.submitBtn::before {
    top: 0px;
    left: 0px;
    border-width: 0px 0px 2px 2px;
}

.submitBtn::after {
    right: 0px;
    bottom: 0px;
    border-width: 2px 2px 0px 0px;
}

.submitBtn:hover {
    -webkit-text-fill-color: #fff;
    /* color: #fff; */
}

.submitBtn:hover::before,
.submitBtn:hover::after {
    background: -webkit-linear-gradient(#00b698, #8e71f6);
    z-index: -1;
}

.contact-forms .form-control,
.contact-forms .form-control:focus {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #444444;
    color: #777777;
    font-size: 13px;
    font-family: "Typold-Regular";
    transition: 0.2s;
    padding: 8px 12px;
    height: 38px;
}

.contact-forms textarea.form-control.textarea {
    min-height: 132px;
}


/* .form-group.required input::-webkit-input-placeholder {
    padding-left: 10px;
}

.form-group.required input::-moz-placeholder {
    padding-left: 10px;
}

.form-group.required input:-ms-input-placeholder {
    padding-left: 10px;
} */


/* Contact Details Section */

body .body>div.contact-details {
    margin-top: 40px;
}

.contact-details-container {
    position: relative;
    overflow: hidden;
}

.contact-details-container::before {
    background-image: url("../assets/contact-us/address-background.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s cubic-bezier(0.46, 0.03, 0.21, 0.93);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.contact-details-container:hover::before {
    /* width: calc(100% + 20px); */
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -20px;
}

.contact-details-container .contact-content-main {
    font-family: "Typold-Regular";
    text-align: center;
    color: #777777;
}

.contact-details-container .contact-content-main {
    padding: 20px 15px;
}

body .contact-details-container h4.sub-heading+.row {
    max-width: 850px;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 15px;
}

@media screen and (min-width: 541px) {
    .contact-details-container .contact-content-main {
        border-right: 1px solid #cccccc;
    }
    .contact-details-container .contact-content-main:last-child {
        border-right: none;
    }
    body .contact-details-container h4.sub-heading+.row {
        display: flex;
        flex-flow: row wrap;
    }
    body .contact-details-container h4.sub-heading+.row::before {
        display: block;
    }
}

.contact-details-container .contact-content-main .contact-address h5 {
    font-weight: 600;
    color: #492f5c;
    margin-top: 20px;
    font-size: 12px;
}

.contact-details-container .contact-content-main .contact-address a {
    text-decoration: none;
    color: #777777;
}

.contact-details-container .contact-content-main .icon-container i {
    color: #777777;
    font-size: 28px;
}

.contact-details-container .contact-content-main .contact-address p {
    font-size: 14px;
    margin: 0 0 5px;
    word-wrap: break-word;
}

.contact-details-container .contact-content-main.contact-details-conntainer .icon-container i.fa-at-bold {
    font-family: "Typold-Book";
    position: relative;
    color: #fff;
    height: 28px;
    width: 28px;
}

.contact-details-container .contact-content-main.contact-details-conntainer .icon-container i.fa-at-bold::before {
    content: "@";
    line-height: 1px;
    z-index: 5;
    position: absolute;
    left: 4px;
    top: 11px;
    font-size: 18px;
}

.contact-details-container .contact-content-main.contact-details-conntainer .icon-container i.fa-at-bold::after {
    content: "";
    background: #777;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 50%;
}


/* coreservice */

.activeOnLargeScreen {
    display: block;
}

.activeOnMobileScreen {
    display: none;
}

.coreServices {
    padding: 3vw 0vw 6vw 0vw !important;
    background-color: #ffffff;
}

.servicesRow {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    padding: 0vw 2vw;
    margin-top: 2vw;
}

.noPadding {
    padding-left: 0vw;
}

.servicesHeading {
    color: #724ef4;
    font-family: "Typold-Book";
    font-weight: 600;
    font-size: 1.1vw;
    text-transform: uppercase;
    position: relative;
    padding-left: 5vw;
}

.servicesHeading:before {
    content: "";
    width: 4.7vw;
    height: 2px;
    background: #724ef4;
    position: absolute;
    left: 0;
    top: 0.7vw;
    transition: 0.2s;
}

.servicesCoreHeading {
    font-size: 1.6vw;
    font-family: "Typold-Bold";
    color: #444444;
    padding: 0 0.6vw;
}

.servicesInnerBox a {
    text-decoration: none;
}

.number {
    font-size: 1vw;
    font-family: "Typold-Thin";
    margin-top: 0.5vw;
    color: #777777;
}

.servicesBox {
    padding: 0vw 1vw;
}

.servicesInnerBox {
    padding: 1vw 0vw;
    z-index: 2;
}


/* .servicesInnerBox:hover{
    background-color: #d3f2ed;
    border-radius: 15px;
  } */

.servicesInnerBox.active {
    background-color: #d3f2ed;
    border-bottom: 4px solid #00b698;
    border-radius: 15px;
    z-index: 0;
    transition: all 0.3s cubic-bezier(0.46, 0.03, 0.21, 0.93);
}


/* .servicesBox .servicesInnerBox .active {
    background-color: #d3f2ed;
    text-decoration: none;
    border-radius: 15px;
  } */

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block !important;
}

.coreServiceImgBox {
    padding: 1.5vw 0vw;
}

.coreServiceImg {
    width: 4vw;
    height: 4vw;
}

@media screen and (max-width: 1240px) {
    .coreServices {
        padding: 4vw 0vw !important;
    }
    .servicesRow {
        padding: 0vw 1vw;
        margin-top: 2vw;
    }
    .servicesHeading {
        font-size: 1.2vw;
    }
    .servicesHeading:before {
        height: 1px;
    }
    .number {
        font-size: 1.1vw;
        margin-top: 0.5vw;
    }
    .servicesCoreHeading {
        font-size: 1.8vw;
    }
    .coreServiceImg {
        width: 5vw;
        height: 5vw;
    }
}

@media screen and (max-width: 768px) {
    .coreServices {
        padding: 4vw 0vw !important;
    }
    .servicesRow {
        grid-template-columns: 50% 50%;
        padding: 0vw 1vw;
        margin-top: 2vw;
    }
    .servicesHeading {
        font-size: 1.8vw;
        padding-left: 5.5vw;
    }
    .servicesHeading:before {
        height: 0.2vw;
        top: 0.96vw;
    }
    .servicesBox {
        padding: 0vw 5vw;
    }
    .coreServiceImg {
        width: 8vw;
        height: 8vw;
    }
    .number {
        font-size: 1.6vw;
        margin-top: 0.75vw;
        margin-bottom: 0.5vw;
    }
    .servicesCoreHeading {
        font-size: 2.4vw;
    }
}

@media screen and (max-width: 540px) {
    .activeOnLargeScreen {
        display: none;
    }
    .activeOnMobileScreen {
        display: block;
    }
    .coreServices {
        padding: 4vw 0vw !important;
    }
    .servicesRow {
        display: grid;
        grid-template-columns: auto auto auto auto;
        padding: 0vw 2vw;
        margin-top: 2vw;
    }
    .servicesRow div:nth-child(1) {
        grid-column: 1 / span 4;
    }
    .activeForHireUs {
        grid-template-columns: auto auto auto;
    }
    .activeForHireUs div:nth-child(1) {
        grid-column: 1;
    }
    .servicesInnerBox a {
        display: flex;
    }
    .servicesHeading {
        font-size: 1.125rem;
        padding-left: 45.5px;
        margin: 0;
    }
    .servicesHeading:before {
        height: 0.2vw;
        top: 9px;
        width: 40px;
    }
    .servicesCoreHeading {
        font-size: 1.6rem;
        display: none;
    }
    .servicesCoreHeading.active-sm {
        display: block;
        padding: 3vw 5vw;
        text-align: left;
    }
    .servicesInnerBox.active {
        background: none;
        border: none;
        z-index: 0;
        transition: all 0.3s cubic-bezier(0.46, 0.03, 0.21, 0.93);
    }
    .number {
        display: none;
    }
    .servicesBox {
        padding: 0vw 2vw;
    }
    .servicesInnerBox {
        padding: 1vw 0vw;
    }
    .coreServiceImgBox {
        padding: 1.5vw 2vw;
    }
    .coreServiceImg {
        width: 16vw;
        height: 16vw;
    }
    .coreServiceImg.active-sm {
        width: 20vw;
        height: 20vw;
    }
}


/* footer.css */

.footerRow {
    background-image: linear-gradient(#8b74f4, #55a4c9);
    padding: 4vw 4vw;
    display: grid;
    grid-template-columns: 25% 72%;
    grid-gap: 3%;
}

.rowForService {
    display: grid;
    grid-template-columns: 35% 30% 35%;
    grid-gap: 3%;
}

.footerListRow {
    display: grid;
    grid-template-columns: 21% 35% 40%;
    grid-gap: 0%;
}

.footerList {
    list-style: none;
    color: #ffffff;
    font-size: 1vw;
    font-family: "Typold-Thin";
    font-weight: 600;
}

/* .footerList li a .service-footer {
    text-transform: capitalize;
} */

.footerList li {
    padding: 0.3vw 0;
}

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

.footerHeading {
    font-family: "Typold-Regular";
    color: #ffffff;
    margin: 0px;
}

.headingBox {
    padding: 1vw 0vw;
}

.technologiesListRow {
    display: grid;
    grid-template-columns: 50% 50%;
}

.technologiesSecondList {
    padding-left: 3vw;
}

.copyright {
    color: #ffffff;
    font-size: 1vw;
    padding: 1.5vw 0;
}

.socialBox {
    display: flex;
    padding-top: 0.5vw;
}

.socialImgBox {
    padding: 0 1vw;
}

.socialImage {
    width: 3vw;
    height: 3vw;
}

.expanding-link {
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    font-weight: 600;
}

.expanding-link:after {
    display: block;
    content: "";
    margin-top: 4px;
    transform: scaleX(0.2);
    transition: transform 600ms ease-in-out;
    border-bottom: 3px solid #ffffff;
    transform-origin: 0% 0%;
}

.expanding-link:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 0%;
}

@media screen and (max-width: 1240px) {
    .footerRow {
        background-image: linear-gradient(#8b74f4, #55a4c9);
        padding: 4vw 6vw;
        display: grid;
        grid-template-columns: 25% 75%;
    }
    .rowForService {
        display: grid;
        grid-template-columns: 25% 25% 50%;
    }
    .footerListRow {
        display: grid;
        grid-template-columns: 25% 25% 50%;
    }
    .footerListBox {
        padding: 0vw 2vw;
        margin-bottom: 2vw;
    }
    .footerList {
        list-style: none;
        color: #ffffff;
        font-size: 1.2vw;
    }
    .footerList li {
        padding: 0.3vw 0;
    }
    .footerHeading {
        font-size: 1.2vw;
    }
    .technologiesListRow {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .headingBox {
        padding: 1vw 0vw;
    }
    .copyright {
        font-size: 1vw;
        padding: 1.5vw 0;
    }
    .socialBox {
        display: flex;
        padding-top: 0.5vw;
    }
    .socialImgBox {
        padding: 0 1vw;
    }
    .socialImage {
        width: 3vw;
        height: 3vw;
    }
    .expanding-link {
        display: inline-block;
        text-decoration: none;
        font-weight: bold;
        color: #ffffff;
        font-weight: 600;
    }
    .expanding-link:after {
        display: block;
        content: "";
        margin-top: 4px;
        transform: scaleX(0.2);
        transition: transform 600ms ease-in-out;
        border-bottom: 2px solid #ffffff;
        transform-origin: 0% 0%;
    }
    .expanding-link:hover:after {
        transform: scaleX(1);
        transform-origin: 0% 0%;
    }
}

@media screen and (max-width: 768px) {
    .footerRow {
        background-image: linear-gradient(#8b74f4, #55a4c9);
        padding: 4vw 4vw;
        display: grid;
        grid-template-columns: 30% 70%;
    }
    .footerHeading {
        font-size: 1.8vw;
    }
    .rowForService {
        display: grid;
        grid-template-columns: 32% 35% 33%;
        grid-gap: 0%;
    }
    .footerListRow {
        display: grid;
        grid-template-columns: 32% 35% 33%;
        grid-gap: 0%;
    }
    .footerList {
        list-style: none;
        font-size: 1.8vw;
        margin: 0;
    }
    .footerList li {
        padding: 0.6vw 0;
    }
    .headingBox {
        padding: 1vw 0vw;
    }
    .copyright {
        font-size: 1.6vw;
        padding: 1.5vw 3vw 1.5vw 0vw;
    }
    .technologiesListRow {
        display: grid;
        grid-template-columns: 100%;
    }
    .technologiesSecondList {
        padding-left: 0vw;
    }
    .socialBox {
        display: flex;
        padding-top: 0.5vw;
    }
    .socialImgBox {
        padding: 0 1vw;
    }
    .socialImage {
        width: 4vw;
        height: 4vw;
    }
    .expanding-link {
        display: inline-block;
        text-decoration: none;
        font-weight: bold;
        color: #ffffff;
        font-weight: 600;
    }
    .expanding-link:after {
        display: block;
        content: "";
        margin-top: 4px;
        transform: scaleX(0.2);
        transition: transform 600ms ease-in-out;
        border-bottom: 2px solid #ffffff;
        transform-origin: 0% 0%;
    }
    .expanding-link:hover:after {
        transform: scaleX(1);
        transform-origin: 0% 0%;
    }
}

@media screen and (max-width: 540px) {
    .footerRow {
        background-image: linear-gradient(#8b74f4, #55a4c9);
        padding: 4vw 6vw 10vw 6vw;
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 0;
    }
    .footerHeading {
        font-size: 1.125rem;
    }
    .rowForService {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 0%;
    }
    .footerListRow {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 0%;
    }
    .footerListBox {
        padding: 0vw;
        margin-bottom: 4vw;
    }
    .footerList {
        list-style: none;
        font-size: 1.125rem;
        margin: 0;
    }
    .footerList li {
        padding: 1vw 0;
    }
    .headingBox {
        padding: 2vw 0vw;
    }
    .copyright {
        font-size: 1.125rem;
        padding: 1.5vw 3vw 1.5vw 0vw;
        margin-bottom: 4vw;
    }
    .technologiesListRow {
        display: grid;
        grid-template-columns: 100%;
    }
    .socialBox {
        display: flex;
        padding-top: 1.5vw;
        padding-bottom: 2vw;
    }
    .socialImgBox {
        padding: 0 2vw;
    }
    .socialImage {
        width: 6vw;
        height: 6vw;
    }
    .expanding-link {
        display: inline-block;
        text-decoration: none;
    }
    .expanding-link:after {
        display: block;
        content: "";
        margin-top: 4px;
        transform: scaleX(0.2);
        transition: transform 600ms ease-in-out;
        border-bottom: 2px solid #ffffff;
        transform-origin: 0% 0%;
    }
    .expanding-link:hover:after {
        transform: scaleX(1);
        transform-origin: 0% 0%;
    }
}


/* index.css */

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    width: 100vw;
    background-color: #f7f7f7;
    overflow-x: hidden;
    font-family: Typold, arial, sans-serif;
}

body .body {
    position: relative;
    width: calc(100vw - 60px);
    margin-left: 60px;
}

@media screen and (max-width: 540px) {
    body .body {
        width: 100%;
        margin: 0;
        margin-top: 0vw;
    }
}

body .body>div {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

body .s-white-button {
    background: transparent;
    color: #fff;
    font-weight: 400;
    padding: 10px 20px;
    border: 2px solid #fff;
    transform: skewX(-10deg);
    transition: 0.8s;
}

body .s-white-button span {
    transform: skewX(10deg);
}

body .s-white-button:hover {
    background: #fff;
    transition: 0.3s;
    color: #2d536f;
    border: 2px solid transparent;
}

body h1.section-light-heading {
    font-family: "Typold-Bold";
    position: relative;
    color: #8975f3;
    overflow: visible;
    font-weight: bold;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    padding: 16px 2vw;
    width: auto;
    left: 50%;
    /* margin-left: 35% !important; */
    transform: translateX(-50%) !important;
    font-size: 3vw;
}

@media screen and (min-width: 1241px) {
    body h1.section-light-heading {
        font-size: 2.4vw;
        padding: 1.5vw 2vw;
        min-width: 28vw;
    }
}

@media screen and (max-width: 768px) {
    body h1.section-light-heading {
        font-size: 3.3vw;
        padding: 2vw 2vw;
        min-width: 45vw;
    }
}

@media screen and (max-width: 540px) {
    body h1.section-light-heading {
        font-size: 3.5vw;
        padding: 3vw 1vw;
        min-width: 50vw;
        /* margin-left: 25% !important; */
    }
    .col-xs-12.col-xxs-12 {
        width: 100%;
    }
}

body h1.section-light-heading::before,
body h1.section-light-heading::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    opacity: 0;
    border: 1px solid #8975f3;
    width: 90%;
    height: 100%;
    opacity: 1;
    transform: skew(-10deg);
    transition: ease-in 0.3s;
}

@media screen and (max-width: 540px) {
    html {
        font-size: 12px;
    }
    body h1.section-light-heading::before,
    body h1.section-light-heading::after {
        width: 90%;
    }
}

body h1.section-light-heading::before {
    top: 0px;
    left: 0px;
    border-width: 0px 0px 1px 1px;
}

body h1.section-light-heading::after {
    right: 0px;
    bottom: 0px;
    border-width: 1px 1px 0px 0px;
}

body h1.section-light-heading:hover::before,
body h1.section-light-heading:hover::after {
    width: 100%;
    transition: ease-in 0.2s;
}


/* body h2.section-heading:hover::before {
    top: 19px;
  } */


/* body h2.section-heading:hover::after {
    bottom: 19px;
  } */

body h4.sub-heading {
    text-align: center;
}

.btn-shadow {
    box-shadow: 0px 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}

.btn-shadow:hover {
    box-shadow: 0px 5px 10px 2px rgba(88, 103, 221, 0.36) !important;
}

[data-aos="FadeOutCustom"] {
    opacity: 0;
    transition-property: transform, opacity;
}

[data-aos="FadeOutCustom"].aos-animate {
    opacity: 1;
}


/* joinTheTeam */

.joinTheTeam {
    background-color: #ffffff;
}

.joinHeading {
    color: #724ef4;
    font-family: "Typold-Book";
    font-weight: 600;
    font-size: 1.1vw;
    text-transform: uppercase;
    padding-top: 3vw;
    position: relative;
    padding-left: 5vw;
    /* animation-duration: 2s;
    animation-name: joinTeam; */
}


/* @keyframes joinTeam {
    0% { opacity: 0; transform: translateX(-100%);}
    20% { opacity: 0; }
    40% { opacity: 0.3; }
    60% { opacity: 0.5; }
    80% { opacity: 0.9; }
    100% { opacity: 1; }
  } */

.joinHeading:before {
    content: "";
    width: 4.7vw;
    height: 2px;
    background: #724ef4;
    position: absolute;
    left: 0;
    top: 0.7vw;
    transition: 0.2s;
    margin-top: 3vw;
}

.motivationHeading {
    font-family: "Typold-Bold";
    color: #724ef4;
    font-size: 3.4vw;
    padding-bottom: 0vw;
    padding-left: 3vw;
}

.motivationHeading span {
    display: inline-block;
}

.motivationHeading span:after {
    display: block;
    content: "";
    margin-top: 2px;
    transform: scaleX(0.1);
    transition: transform 400ms ease-in-out;
    border-bottom: 4px solid #01b599;
    transform-origin: 0% 0%;
}

.motivationHeading span:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 0%;
}


/* @keyframes motivationHeading {
    from {
      opacity: 0;
      transform: translateY(-100%);
    }
    to { opacity: 1 }
  } */

.teamRow {
    display: grid;
    grid-template-columns: 36% 36%;
    grid-column-gap: 23vw;
    padding: 0vw 3vw;
}

.teamCard {
    margin-bottom: 3vw;
}

.teamHeading {
    font-family: "Typold-Bold";
    font-size: 2.1vw;
    min-height: 3vw;
    color: #492F5C;
}

.teamDesc {
    font-family: "Typold-Thin";
    font-weight: 600;
    font-size: 1vw;
    min-height: 7vw;
    color: #777777;
}

.buttonRow {
    display: flex;
    justify-content: space-between;
}

.knowButton {
    display: inline-block;
    text-decoration: none;
    font-family: "Typold-Book";
    font-weight: 600;
    font-size: 0.9vw;
    padding: 6px 0;
    color: #724ef4;
    text-transform: uppercase;
}

.knowButton a {
    color: inherit;
    text-decoration: none;
}

.knowButton:after {
    display: block;
    content: "";
    margin-top: 4px;
    transform: scaleX(0.4);
    transition: transform 600ms ease-in-out;
    border-bottom: 2px solid #724ef4;
    transform-origin: 0% 0%;
}

.knowButton:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 0%;
}

@media screen and (max-width: 1240px) {
    .joinHeading {
        font-size: 1.2vw;
    }
    .motivationHeading {
        font-size: 3.4vw;
        padding-bottom: 2vw;
        padding-left: 1vw;
    }
    .teamRow {
        grid-template-columns: 35% 35%;
        grid-column-gap: 24vw;
        padding: 1vw 0vw 2vw 1vw;
    }
    .teamCard {
        margin-bottom: 3vw;
    }
    .teamHeading {
        font-size: 2vw;
        min-height: 3vw;
    }
    .teamDesc {
        font-size: 1.2vw;
        min-height: 10vw;
    }
    .buttonRow {
        display: flex;
        justify-content: space-between;
    }
    .knowButton {
        font-size: 1.1vw;
        padding: 6px 0;
    }
    .knowButton:after {
        display: block;
        content: "";
        margin-top: 4px;
        transform: scaleX(0.4);
        transition: transform 600ms ease-in-out;
        border-bottom: 2px solid #724ef4;
        transform-origin: 0% 0%;
    }
    .knowButton:hover:after {
        transform: scaleX(1);
        transform-origin: 0% 0%;
    }
}

@media screen and (max-width: 768px) {
    .joinHeading {
        font-size: 1.8vw;
        padding-left: 5.5vw;
    }
    .joinHeading:before {
        height: 0.2vw;
        top: 0.9vw;
    }
    .motivationHeading {
        font-size: 5vw;
        padding-bottom: 2vw;
        padding-left: 2vw;
    }
    .teamRow {
        grid-template-columns: 50% 50%;
        grid-column-gap: 0vw;
        padding: 1vw 0vw 2vw 0vw;
    }
    .teamCard {
        margin-bottom: 3vw;
        padding: 0vw 2vw;
    }
    .teamHeading {
        font-size: 3vw;
        min-height: 8vw;
        margin-bottom: 0;
    }
    .teamDesc {
        font-size: 1.6vw;
        min-height: 14vw;
    }
    .knowButton {
        font-size: 1.5vw;
        padding: 6px 0;
    }
    .knowButton:after {
        display: block;
        content: "";
        margin-top: 4px;
        transform: scaleX(0.4);
        transition: transform 600ms ease-in-out;
        border-bottom: 2px solid #724ef4;
        transform-origin: 0% 0%;
    }
    .knowButton:hover:after {
        transform: scaleX(1);
        transform-origin: 0% 0%;
    }
}

@media screen and (max-width: 540px) {
    .joinHeading {
        font-size: 1.125rem;
        padding-left: 45.5px;
        padding-top: 6vw;
    }
    .joinHeading:before {
        height: 0.2vw;
        top: 9px;
        width: 40px;
        margin-top: 6vw;
    }
    .motivationHeading {
        font-size: 2.4rem;
        padding: 0vw 6vw 2vw 6vw;
    }
    .teamRow {
        display: grid;
        grid-template-columns: 100%;
        grid-column-gap: 0vw;
        padding: 1vw 4vw 2vw 4vw;
    }
    .teamCard {
        margin-bottom: 3vw;
        padding: 0vw 2vw;
    }
    .teamHeading {
        font-size: 2rem;
        min-height: 3vw;
        margin-bottom: 3vw;
        margin-top: 0vw;
    }
    .teamDesc {
        font-size: 1.125rem;
        min-height: 10vw;
    }
    .buttonRow {
        display: flex;
        justify-content: space-between;
    }
    .knowButton {
        font-size: 1.125rem;
        padding: 6px 0;
    }
    .knowButton:after {
        display: block;
        content: "";
        margin-top: 4px;
        transform: scaleX(0.4);
        transition: transform 600ms ease-in-out;
        border-bottom: 2px solid #724ef4;
        transform-origin: 0% 0%;
    }
    .knowButton:hover:after {
        transform: scaleX(1);
        transform-origin: 0% 0%;
    }
}


/* lets-connect */

.letsConnectRow {
    background-color: #ffffff;
    padding: 4vw 4vw;
    display: grid;
    grid-template-columns: 50% 50%;
}

.provideInfoHeading {
    font-family: "Typold-Regular";
    font-size: 1.3vw;
    color: #777777;
    padding: 0;
    margin-bottom: 1.5vw;
}

.formRow {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 0.5vw;
}

.inputBox {
    padding: 0vw 1vw 0vw 0vw;
}

.input::placeholder {
    color: #777777;
    opacity: 1;
    /* Firefox */
    font-family: "Typold-Thin";
    font-size: 13px;
    font-weight: 600;
}

.input {
    border-radius: 5px;
    border: 1px solid #777777;
    padding: 18px 10px;
}

.textAreaBox {
    padding: 0vw 1vw 0vw 0vw;
}

.textarea {
    border-radius: 5px;
    border: 1px solid #777777;
    padding: 8px 12px;
    resize: none;
    height: 144px !important;
}

.textarea::placeholder {
    color: #777777;
    font-family: "Typold-Thin";
    font-size: 13px;
    font-weight: 600;
}

.contactColumm {
    padding: 0vw 3vw;
}

.matchHeading {
    color: #724ef4;
    font-size: 1vw;
    font-family: "Typold-Book";
    font-weight: 600;
}

.subheading {
    font-weight: bold;
    font-size: 1.3vw;
    margin: 0;
    font-family: "Typold-Bold";
}

.para {
    font-size: 1vw;
    font-family: "Typold-Thin";
    font-weight: 600;
    color: #777777;
}

.para a {
    color: #777777;
    text-decoration: none;
}

.heading {
    display: inline-block;
    color: #724ef4;
    font-weight: bold;
    font-size: 2.8vw;
    margin: 0;
    font-family: "Typold-Medium";
}

.heading:after {
    display: block;
    content: "";
    margin: 8px 0px;
    transform: scaleX(0.1);
    transition: transform 600ms ease-in-out;
    border-bottom: 2px solid #724ef4;
    transform-origin: 0% 0%;
}

.heading:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 0%;
}

@media screen and (max-width: 1240px) {
    .letsConnectRow {
        padding: 4vw 4vw;
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .provideInfoHeading {
        font-size: 1.4vw;
        padding: 0;
    }
    .formRow {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .inputBox {
        padding-right: 1vw;
    }
    .input::placeholder {
        font-size: 1.1vw;
    }
    .input {
        border-radius: 5px;
        border: 0.09vw solid #777777;
        padding: 1vw 1vw;
    }
    .textarea {
        border-radius: 5px;
        border: 0.09vw solid #777777;
        padding: 0.5vw 0.8vw;
        height: 132px !important;
    }
    .textarea::placeholder {
        font-size: 1.1vw;
    }
    .textAreaBox {
        padding: 0vw 1vw 0vw 0vw;
    }
    .matchHeading {
        font-size: 1vw;
        margin: 0;
    }
    .heading {
        display: inline-block;
        font-size: 3vw;
        margin: 0;
    }
    .heading:after {
        display: block;
        content: "";
        margin: 1.3vw 0vw;
        transform: scaleX(0.1);
        transition: transform 600ms ease-in-out;
        border-bottom: 2px solid #724ef4;
        transform-origin: 0% 0%;
    }
    .heading:hover:after {
        transform: scaleX(1);
        transform-origin: 0% 0%;
    }
    .subheading {
        font-size: 1.6vw;
        margin: 0;
    }
    .para {
        font-size: 1.1vw;
    }
}

@media screen and (max-width: 768px) {
    .letsConnectRow {
        padding: 4vw 1vw;
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .formColumm {
        padding: 0vw 3vw;
    }
    .formRow {
        display: grid;
        grid-template-columns: auto;
    }
    .provideInfoHeading {
        font-size: 2.2vw;
        margin-bottom: 3vw;
    }
    .inputBox {
        padding: 0vw;
    }
    .input {
        border-radius: 5px;
        border: 1px solid #777777;
        padding: 2vw 1vw;
    }
    .input::placeholder {
        font-size: 1.6vw;
    }
    .textarea {
        border-radius: 5px;
        border: 1px solid #777777;
    }
    .textarea::placeholder {
        font-size: 1.6vw;
    }
    .textAreaBox {
        padding: 0vw;
    }
    .contactColumm {
        padding: 0 3vw;
    }
    .matchHeading {
        font-size: 1.8vw;
        margin: 0vw;
    }
    .subheading {
        font-size: 2.4vw;
        margin: 0;
    }
    .para {
        font-size: 1.8vw;
    }
    .heading {
        display: inline-block;
        font-weight: bold;
        font-size: 4vw;
        margin: 0;
    }
    .heading:after {
        display: block;
        content: "";
        margin: 1.5vw 0vw;
        transform: scaleX(0.1);
        transition: transform 600ms ease-in-out;
        border-bottom: 2px solid #724ef4;
        transform-origin: 0% 0%;
    }
    .heading:hover:after {
        transform: scaleX(1);
        transform-origin: 0% 0%;
    }
}

@media screen and (max-width: 540px) {
    .letsConnectRow {
        padding: 4vw 4vw;
        grid-template-columns: 100%;
    }
    .formRow {
        display: grid;
        grid-template-columns: auto;
    }
    .formColumm {
        padding: 0vw 0vw;
    }
    .provideInfoHeading {
        font-size: 1.5rem;
        margin-bottom: 3vw;
        padding: 0 6vw;
    }
    .inputBox {
        padding: 0vw 6vw;
    }
    .input {
        border-radius: 5px;
        border: 1px solid #777777;
        padding: 2vw 2vw;
    }
    .input::placeholder {
        font-size: 1.125rem;
    }
    .textarea {
        border-radius: 5px;
        border: 1px solid #777777;
    }
    .textarea::placeholder {
        font-size: 1.125rem;
        padding: 0vw 1vw;
    }
    .textAreaBox {
        padding: 0vw 6vw;
    }
    .submitBtnBox {
        display: flex;
        margin: 0 6vw;
    }
    .letsConnectRow {
        padding: 4vw 0vw;
    }
    .contactColumm {
        padding: 0 6vw;
    }
    .matchHeading {
        font-size: 1.125rem;
        margin: 10vw 0vw 0vw 0vw;
    }
    .subheading {
        font-weight: bold;
        font-size: 1.875rem;
        margin: 0;
    }
    .para {
        font-size: 1.125rem;
    }
    .heading {
        font-size: 3rem;
        margin: 0;
    }
    .heading:after {
        display: block;
        content: "";
        margin: 8px 0px;
        transform: scaleX(0.1);
        transition: transform 600ms ease-in-out;
        border-bottom: 2px solid #724ef4;
        transform-origin: 0% 0%;
    }
    .heading:hover:after {
        transform: scaleX(1);
        transform-origin: 0% 0%;
    }
}


/* menu.css */

.menu-parent {
    position: fixed;
    width: auto;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    transition: 1s;
}

.menu-parent.open {
    filter: drop-shadow(8px 0px 4px rgba(145, 144, 135, 0.28));
}

.menu-parent .menu {
    font-family: "Typold-Bold";
    position: fixed;
    width: 60px;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    /* transition: 0.5s; */
    background: #ffffff;
    overflow: hidden;
    /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); */
    /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); */
}


/* @media screen and (max-width: 768px) {
    .menu-parent .menu {
      width: 100%;
      height: 14vw;
    }
  } */

@media screen and (max-width: 540px) {
    .menu-parent .menu {
        width: 100%;
        height: 50px;
        background: none;
    }
}

.menu-parent .menu.open {
    background: #ffffff !important;
    width: 33vw;
    /* transition: 0.5s; */
    -webkit-clip-path: polygon(0 0, 45% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 45% 0, 100% 100%, 0% 100%);
}

@media screen and (max-width: 540px) {
    .menu-parent {
        position: absolute;
    }
    .menu-parent .menu.open {
        width: 100vw;
        height: 100vh;
        clip-path: none;
    }
    .menu-parent .menu.open .sidebar {
        position: absolute;
    }
}

.menu-parent .menu.open .sidebar img {
    height: 0;
    width: 0;
    margin: 25px;
    /* transition: 0.6s; */
}

.menu-parent .menu.open .sidebar img.mobile-excellence-logo {
    width: 45%;
    height: auto;
}

.menu-parent .menu img.close-menu,
.menu-parent .menu .sidebar img {
    position: absolute;
    width: 30px;
    height: 30px;
    margin: 15px;
    /* transition: 0.5s; */
}

@media screen and (max-width: 540px) {
    .menu-parent .menu img.close-menu,
    .menu-parent .menu .sidebar img {
        width: 7vw;
        height: 7vw;
        margin: 2vw;
    }
}

.menu-parent .menu .sidebar .menu-button {
    position: fixed;
    width: 30px;
    height: 30px;
    top: 30px;
    left: 15px;
    /* -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); */
    /* -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out; */
    cursor: pointer;
}

@media screen and (max-width: 540px) {
    .menu-parent .menu .sidebar .menu-button {
        width: 7vw;
        height: 7vw;
        left: 4vw;
        top: 4vw;
    }
}

.menu-parent .menu .sidebar .menu-button.open span:nth-child(1) {
    top: 24px;
    width: 0%;
    left: 50%;
}

.menu-parent .menu .sidebar .menu-button.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-parent .menu .sidebar .menu-button.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-parent .menu .sidebar .menu-button.open span:nth-child(4) {
    top: 24px;
    width: 0%;
    left: 50%;
}

.menu-parent .menu .sidebar .menu-button span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #109aaa;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    /* -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; */
}

@media screen and (max-width: 540px) {
    .menu-parent .menu .sidebar .menu-button span {
        background: #fff;
    }
    .menu-parent .menu .sidebar .menu-button.open span {
        background: #109aaa;
    }
}

.menu-parent .menu .sidebar .menu-button span:nth-child(1) {
    top: 0px;
}

.menu-parent .menu .sidebar .menu-button span:nth-child(2),
.menu-parent .menu .sidebar .menu-button span:nth-child(3) {
    top: 8px;
}

.menu-parent .menu .sidebar .menu-button span:nth-child(4) {
    top: 16px;
}

.menu-parent .menu .sidebar .mobile-excellence-logo {
    display: none;
}

@media screen and (max-width: 540px) {
    .menu-parent .menu .sidebar .mobile-excellence-logo {
        display: block;
        width: 160px;
        top: 3px;
        left: 28vw;
        height: auto;
    }
}

.menu-parent .menu .sidebar .excellence-logo {
    top: calc(50vh - 50px);
}

@media screen and (max-width: 540px) {
    .menu-parent .menu .sidebar .excellence-logo {
        display: none;
    }
}

.menu-parent .menu .sidebar .chat {
    bottom: 45px;
    z-index: 1;
}

@media screen and (max-width: 540px) {
    .menu-parent .menu .sidebar .chat {
        display: none;
        top: 10px;
        right: 45px;
    }
}

.menu-parent .menu .menu-items {
    height: 66vh;
    width: 0;
    opacity: 1;
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* transition: 0.5s; */
    overflow: hidden;
}

@media screen and (max-width: 540px) {
    .menu-parent .menu .menu-items {
        left: 50%;
        top: 47%;
        transform: translate(-50%, -50%);
        /* transition: 0.5s; */
        overflow: hidden;
    }
    .menu-parent .menu.open .menu-button.open {
        top: 30px;
    }
}

.menu-parent .menu .menu-items ul {
    margin-top: -4px;
}

.menu-parent .menu.open .menu-items {
    height: 66vh;
    width: 31vw;
    opacity: 1;
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* transition: 0.5s; */
    overflow: hidden;
    /* transition: .5s; */
}

.menu-parent .menu .menu-items ul li {
    font-size: 20px;
    padding: 4vh 0 1vh 3px;
    font-weight: 900;
    border-bottom: 1px solid #e5e5e5;
    border-left: 0px solid #3ec8ac;
    border-right: 0px solid #724ef4;
    border-radius: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 100%, 0 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 2px;
    -moz-background-size: 100% 2px;
    background-size: 100% 2px;
    background-color: #ffffff;
    background-image: linear-gradient(grey);
    transition: all ease-in-out 0.5s;
}

@media screen and (max-width: 540px) {
    .menu-parent .menu.open .menu-items {
        width: 80vw;
        left: 48%;
    }
    .menu-parent .menu.open .menu-items ul li:nth-child(1) {
        padding-top: 0px !important;
    }
}

.menu-parent .menu.open .menu-items ul {
    list-style-type: none;
    padding: 0;
}

.menu-parent .menu.open .menu-items ul li {
    font-size: 20px;
    padding: 4vh 0 1vh 3px;
    font-weight: 900;
    /* border-bottom: 1px solid #e5e5e5; */
    border-left: 0px solid #3ec8ac;
    border-right: 0px solid #724ef4;
    border-radius: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 100%, 0 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 2px;
    -moz-background-size: 100% 2px;
    background-size: 100% 2px;
    background-color: #ffffff;
    background-image: linear-gradient(grey);
    transition: all ease-in-out 0.5s;
}

.menu-parent .menu.open .menu-items ul li a {
    text-decoration: none;
}

.menu-parent .menu.open .menu-items ul li span {
    color: #109aaa;
    /* transition: 0.5s; */
}

@media screen and (max-width: 540px) {
    .menu-parent .menu.open .menu-items ul li span {
        transition: 0s;
    }
}

.menu-parent .menu.open .menu-items ul li:hover {
    transition: all ease-in-out 0.5s;
    background-image: -webkit-linear-gradient(to right, #724ef4 10%, #3ec8ac 40%), -webkit-linear-gradient(to right, #724ef4 0%, #3ec8ac 65%);
    background-image: -moz-linear-gradient(to right, #724ef4 10%, #3ec8ac 40%), -moz-linear-gradient(to right, #724ef4 0%, #3ec8ac 65%);
    background-image: -o-linear-gradient(to right, #724ef4 10%, #3ec8ac 40%), -o-linear-gradient(to right, #724ef4 0%, #3ec8ac 65%);
    background-image: linear-gradient(to right, #724ef4 10%, #3ec8ac 40%), linear-gradient(to right, #724ef4 0%, #3ec8ac 65%);
}

.menu-parent .menu.open .menu-items ul li:hover span {
    transition: 0.2s;
    background-color: #ffffff;
    background: -webkit-linear-gradient(-90deg, #3ec8ac, #724ef4);
    background: linear-gradient(-90deg, #3ec8ac, #724ef4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.menu-parent .menu.open .menu-items ul li:nth-child(1) {
    box-shadow: inset 0 2px 0 0px #ffffff;
}

.menu-parent .menu .social {
    display: flex;
    position: absolute;
    bottom: 6vh;
    left: 0;
    right: 0;
    padding: 0vh 0vw 0vw 2.8vw;
}

.menu-parent .menu .social img {
    width: 0vw;
    height: 2.3vw;
    margin: 2vh 0vw;
    /* transition: all ease .5s; */
}

.menu-parent .menu.open .social {
    display: flex;
}

.menu-parent .menu.open .social img {
    width: 2.3vw;
    height: 2.3vw;
    margin: 2vh 2vw;
    /* transition: all ease .5s; */
}

@media screen and (max-width: 768px) {
    .menu-parent .menu.open .social img {
        margin: 2vh 1.6vw;
    }
}

@media screen and (max-width: 540px) {
    .menu-parent .menu.open .social img {
        height: 40px;
        width: 6vw;
        margin: 2vh 6vw;
    }
}


/* neswletter.css */

.header {
    /* background-image: url(./../assets/newsletter/group\15png); */
    background-repeat: no-repeat;
    /* height: 400vw; */
    background-size: contain;
    padding-left: 13%;
}

.logo {
    width: 20%;
    padding-top: 25px;
}

.solutions_head {
    padding-top: 100px;
    font-size: 35px;
    width: 45%;
    line-height: 50px;
    color: #ffffff;
    font-family: "Montserrat";
}

.margin {
    margin-top: 40px;
}

.margin-top {
    margin-top: 0%;
}

.margin-12 {
    margin-top: 12%;
}

.padding-0 {
    padding: 0px 0px;
}

.padding-3 {
    padding: 3vw 0vw;
}

.text-white {
    color: #ffffff;
}

.anchor {
    color: #9895c1;
    text-decoration: underline;
}

.row_margin {
    margin-top: 15vw;
}

.panel {
    border-radius: 8px;
}

.panel-padding {
    padding: 10px;
}

.panel-width {
    width: 19vw;
    transition: box-shadow 0.2s;
}

.panel-width:hover {
    box-shadow: 4px 4px 14px 7px #ebedee;
}

.img1 {
    margin: 0 auto;
    width: 4vw;
}

.img_mobile {
    margin: 0 auto;
    width: 2.8vw;
}

.firebase {
    width: 3vw;
    margin: 0 auto;
}

.grid-heading {
    margin: 8px 0px;
    line-height: 1.2;
    font-size: 20px;
    font-family: "Montserrat";
    color: #44555f;
}

.grid-text {
    font-size: 0.9vw;
    line-height: 18px;
    padding: 0px 5px 10px 5px;
    color: #44555f;
    font-family: "Montserrat-light";
}

.third-column-first-heading {
    color: #f0f1f2;
    text-align: center;
    font-family: "Montserrat-bold";
    letter-spacing: 7px;
    font-size: 150px;
    margin-top: 3vw;
}

.third-column-second-heading {
    margin-top: -80px;
    text-align: center;
    font-size: 36px;
    letter-spacing: 2px;
    color: #44555f;
    font-family: "Montserrat-regular";
}

.third-column {
    padding: 10px 50px 10px 50px;
    font-size: 16px;
    line-height: 20px;
}

.row-padding {
    padding: 0% 13%;
    margin-top: 4%;
}

.node {
    width: 130px;
}

.mongo {
    width: 2vw;
}

.shopify_image {
    width: 25%;
}

.wordpress {
    width: 100px;
}

.tech_container .php {
    width: 60px;
}

.tech_name {
    margin-bottom: 2vw;
    color: #44555f;
}

.tech_container {
    min-height: 65px;
}

.php_container {
    padding-top: 10px;
}

.techNode_container {
    max-height: 60px;
    padding-top: 12px;
}

.padding {
    padding: 0% 10%;
    margin-top: 0%;
    text-align: left;
}

.project-heading {
    margin-top: -80px;
    font-size: 36px;
    letter-spacing: 2px;
    color: #44555f;
    padding-left: 11%;
    font-family: "Montserrat-regular";
}

.project-row {
    padding: 0% 10%;
    margin-top: 3%;
    position: relative;
}

.oakerImage {
    width: 48%;
}

.zarpoImage {
    width: 44%;
    margin-left: -2.2vw;
}

.programmingHubImage {
    width: 25%;
    position: absolute;
    left: 61%;
    top: -25%;
}

.clients-row {
    padding: 0% 13%;
    margin-top: 5%;
}

.bumbagLogo {
    width: 15%;
}

.zarpoLogo {
    padding: 0% 2%;
    width: 15%;
}

.waterbedsLogo {
    width: 35%;
}

.programmingLogo {
    width: 7%;
}

.rudsakLogo {
    padding: 0% 2%;
    width: 23%;
}

.ourProducts {
    position: relative;
}

.product_two {
    display: grid;
    grid-template-columns: 50% 50%;
}

.product_three {
    display: grid;
    grid-template-columns: 30% 40% 30%;
    padding: 3%;
}

.OurProductimage {
    position: absolute;
    top: 8%;
    width: 50%;
}

.product {
    font-size: 16px;
    width: 16vw;
    font-family: "Montserrat";
    color: #44555f;
}

.radius {
    padding: 15px 0px;
    width: inherit;
    border-radius: 6px;
    box-shadow: 1px 1px 5px 2.5px #ebedee;
    transition: box-shadow 0.2s;
}

.radius:hover {
    box-shadow: 4px 4px 14px 7px #ebedee;
}

.product_heading {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 60px;
    color: #44555f;
    font-family: "Roboto-regular";
    font-weight: 600;
}

.product_description {
    width: 430px;
    line-height: initial;
    margin-top: -10px;
    font-size: 14px;
    letter-spacing: 0px;
    color: #44555f;
    font-family: "Montserrat-light";
}

.product_link {
    margin-top: 7px;
    color: #44555f;
    font-family: "Montserrat-light";
}

.coming_leftImg {
    position: absolute;
    top: -60px;
    width: 44%;
}

.coming_rightImg {
    right: 0;
    width: 25%;
    position: absolute;
}

.coming_form_row {
    padding-left: 10%;
    margin: 5% auto;
}

.product_center {
    font-size: 25px;
}

.form {
    padding: 1% 1% 5% 4%;
    background-color: #ffffff;
}

.form_image {
    width: 70%;
}

.coming_heading {
    margin-top: 25%;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: "Montserrat";
}

.coming_AI {
    padding: 5px 50px 5px 0px;
    font-size: 25px;
    line-height: 30px;
    font-family: "Montserrat-bold";
}

.coming_AIdescription {
    font-size: 13px;
    margin: 5px 0px;
    line-height: 22px;
    font-family: "Montserrat-regular";
}

.msg_Image {
    background-image: url(./../assets/newsletter/msg.png);
    background-repeat: round;
    width: 100%;
}

.get_start {
    font-size: 48px;
    font-family: "Montserrat-light";
}

.height {
    height: 181px;
}

.start {
    text-align: center;
    color: #44555f;
}

.footer_image {
    background-image: url(./../assets/newsletter/layer.png);
    background-repeat: round;
}

.about {
    display: block;
    font-size: 13px;
    margin-top: 15px;
    line-height: 20px;
    letter-spacing: 0.8px;
    font-family: "Montserrat-regular";
}

.social_id {
    position: absolute;
    word-spacing: 2px;
    font-size: 15px;
    right: 15vw;
    top: 5vw;
    color: #ffffff;
    line-height: 25px;
    font-family: "Montserrat-regular";
}

.bold {
    font-family: "Montserrat-bold";
}

@media screen and (max-width: 1440px) {
    .product {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .solutions_head {
        font-size: 30px;
        padding-top: 50px;
        line-height: 35px;
    }
    .row_margin {
        margin-top: 2vw;
    }
    .grid-heading {
        font-size: 12px;
        padding: 0px;
    }
    .panel-width {
        margin: 10px 0px;
    }
    .third-column {
        margin-top: 10px;
        padding: 0px 5px;
        line-height: 12px;
        font-size: 10px;
    }
    .third-column-first-heading {
        font-size: 50px;
    }
    .third-column-second-heading {
        font-size: 14px;
    }
    .node {
        width: 80px;
    }
    .tech_container .php {
        width: 45px;
    }
    .wordpress {
        width: 70px;
    }
    .tech_name {
        margin-top: 0px;
    }
    .programmingHubImage {
        top: 0%;
    }
    .clients-row {
        margin-top: 12%;
        padding: 0% 10% 0% 13%;
    }
    .rudsakLogo {
        width: 20%;
    }
    .product {
        padding: 10%;
        width: auto;
    }
    .panel {
        margin-bottom: 0px;
    }
    .product_center {
        font-size: 25px;
    }
    .coming_leftImg {
        top: -20px;
        width: 50%;
    }
    .coming_heading {
        margin-top: 0%;
        font-size: 13px;
    }
    .coming_AI {
        font-size: 15px;
        line-height: 20px;
        padding-right: 0px;
    }
    .coming_AIdescription {
        font-size: 11px;
        line-height: 15px;
    }
    .msg_Image {
        margin-top: 12%;
    }
    .OurProductimage {
        width: 65%;
    }
    .social_id {
        right: 30px;
        font-size: 12px;
        top: 70px;
    }
    .form_image {
        width: 85%;
    }
    .coming_form_row {
        margin: 7% auto;
    }
}


/* our-people.css */

.clients.our-people .testimonials .slider-parent .client-slider>div:nth-child(1) {
    background: url("../assets/office/click1.jpg") no-repeat;
    background-size: 112%;
}

.clients.our-people .testimonials .slider-parent .client-slider>div:nth-child(2) {
    background: url("../assets/office/click2.jpg") no-repeat;
}

.clients.our-people .testimonials .slider-parent .client-slider>div:nth-child(3) {
    background: url("../assets/office/click4.jpg") no-repeat;
    background-size: 112%;
}


/* planningImplementation.css */

.planningSection {
    background-image: linear-gradient(#b7eae2 15%, #ffffff 29%);
    padding: 3vw 0vw;
    animation: fadeIn ease 2s;
}

.removePlanning {
    background-image: none;
    padding: 3vw 0vw 0vw 0vw;
    background-color: #fff;
}

.implementationFirstRow {
    display: grid;
    grid-template-columns: 60% 40%;
    padding: 0vw 1vw;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.implementationFirstCol div {
    padding-left: 2vw;
}

.servicesMainHeading {
    font-family: "Typold-Bold";
    color: #724ef4;
    font-size: 3.2vw;
    padding: 1vw 3vw;
    line-height: 1.2;
}

.servicesDesc {
    font-family: "Typold-Thin";
    font-weight: 600;
    font-size: 1.2vw;
    padding-bottom: 2vw;
    margin: 0;
    color: #777777;
}

.implementationSecondCol {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 0vw 3vw;
}

.backendimplementationSecondCol {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    padding: 0vw;
}

.implementationSecondCol div {
    padding-left: 3vw;
}

.implementationSecondCol p {
    font-size: 1vw;
    font-family: "Typold-Book";
    color: #724ef4;
    font-weight: 600;
}

.implementationSecondCol li {
    font-size: 1.2vw;
    font-family: "Typold-Light";
    list-style-type: none;
    padding-left: 1vw;
    position: relative;
    color: #444444;
    font-weight: 600;
}

.implementationSecondCol li::before {
    content: "";
    width: 0.6vw;
    height: 1px;
    background: #444444;
    position: absolute;
    left: 0;
    top: 0.9vw;
    transition: 0.2s;
}

.implementationSecondRow {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    background-color: #ffffff;
    padding: 2vw 2vw;
    animation: fadeIn ease 2s;
}

.ImplementationBox {
    padding-right: 2vw;
    padding-left: 1vw;
}

.numbers {
    font-size: 1vw;
    font-family: "Typold-Thin";
    font-weight: 600;
    margin-top: 0.5vw;
    margin-bottom: 0;
    color: #777777;
}

.implementationHeading {
    font-family: "Typold-Medium";
    font-weight: 600;
    font-size: 1.3vw;
    color: #492f5c;
    min-height: 3vw;
}

.implementationDesc {
    font-family: "Typold-Thin";
    font-size: 1vw;
    color: #777777;
    font-weight: 600;
    margin-bottom: 0;
}

@media screen and (max-width: 1240px) {
    .servicesMainHeading {
        font-size: 3vw;
        padding-bottom: 1vw;
    }
    .servicesDesc {
        font-size: 1.3vw;
    }
    .implementationSecondCol div {
        bottom: 20%;
        left: 32%;
    }
    .implementationSecondCol p {
        font-size: 1.2vw;
    }
    .implementationSecondCol li {
        font-size: 1.3vw;
        padding-left: 1vw;
    }
    .implementationSecondCol li::before {
        top: 1vw;
    }
    .ImplementationBox {
        padding-right: 3.2vw;
        padding-left: 1vw;
    }
    .numbers {
        font-size: 1vw;
        margin-top: 1.5vw;
        margin-bottom: 0;
    }
    .implementationHeading {
        font-size: 1.4vw;
    }
    .implementationDesc {
        font-size: 1.2vw;
    }
}

@media screen and (max-width: 768px) {
    .implementationFirstRow {
        grid-template-columns: 63% 37%;
        padding: 4vw 0vw;
    }
    .servicesMainHeading {
        font-size: 4.8vw;
        padding-bottom: 3vw;
    }
    .servicesDesc {
        font-size: 1.8vw;
        padding-bottom: 4vw;
    }
    .implementationSecondCol div {
        bottom: 21%;
        left: 20%;
    }
    .implementationSecondCol p {
        font-size: 1.8vw;
    }
    .implementationSecondCol li {
        font-size: 1.8vw;
        padding-left: 1.3vw;
    }
    .implementationSecondCol li::before {
        width: 0.8vw;
        height: 1px;
        top: 1.3vw;
    }
    .implementationSecondRow {
        grid-template-columns: 33% 33% 33%;
        padding: 2vw 0vw;
    }
    .ImplementationBox {
        padding: 3vw 3.8vw 3vw 1vw;
    }
    .numbers {
        font-size: 1.6vw;
        margin-bottom: 0.75vw;
        text-align: center;
    }
    .implementationHeading {
        font-size: 2.4vw;
        min-height: 6.9vw;
    }
    .implementationDesc {
        font-size: 1.6vw;
    }
}

@media screen and (max-width: 540px) {
    .planningSection {
        padding: 6vw 0vw;
    }
    .implementationFirstRow {
        grid-template-columns: 100%;
        padding: 0vw 0vw;
    }
    .implementationFirstCol div {
        padding: 0vw 6vw;
    }
    .servicesMainHeadingBox {
        padding: 4vw 6vw;
    }
    .servicesMainHeading {
        font-size: 2rem;
        padding: 0;
    }
    .servicesDesc {
        font-size: 1.25rem;
        padding-bottom: 5vw;
    }
    .implementationSecondCol {
        position: relative;
        padding: 2vw 3vw;
    }
    .implementationSecondCol div {
        position: initial;
    }
    .implementationSecondCol p {
        font-size: 1.125rem;
        margin-bottom: 0.5vw;
    }
    .backendimplementationSecondCol {
        grid-template-columns: 50% 50%;
        padding: 0vw 6vw;
    }
    .implementationSecondCol li {
        font-size: 1.25rem;
        padding-left: 15px;
    }
    .implementationSecondCol li::before {
        width: 7px;
        height: 0.2vw;
        top: 12px;
    }
    .implementationSecondRow {
        grid-template-columns: 100%;
        padding: 2vw 4vw;
    }
    .ImplementationBox {
        padding: 0vw 2vw 8vw 2vw;
        display: grid;
        grid-template-columns: 20% 75%;
        grid-gap: 5%;
    }
    .numbers {
        display: none;
    }
    .implementationHeading {
        font-size: 1.5rem;
        min-height: 4vw;
        text-align: left;
    }
    .implementationDesc {
        font-size: 1.125rem;
    }
}


/* portfolio.css */

.porfolio-background {
    background-color: #fff;
}

.portfolioRow {
    display: grid;
    grid-template-columns: 50% 50%;
    position: relative;
}

.portfolioFirstCol {
    position: relative;
    background-color: #8975f3;
    padding: 3vw 10vw 3vw 0vw;
    height: 500px;
}

@media screen and (max-width: 768px) {
.portfolioFirstCol {
    position: relative;
    background-color: #8975f3;
    padding: 3vw 10vw 3vw 0vw;
    height: 400px;
}
}

.arrowImg {
    position: absolute;
    width: 2.5vw;
    height: auto;
    right: 5vw;
    bottom: 16.5vw;
    z-index: 999;
}

.porfolioInnerBox {
    padding-left: 3vw;
    padding-top: 1vw;
}

.portfolioHeading {
    color: #ffffff;
    font-family: "Typold-Book";
    font-weight: 600;
    font-size: 1.1vw;
    text-transform: uppercase;
    position: relative;
    padding-left: 5vw;
}

.portfolioHeading:before {
    content: "";
    width: 4.7vw;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0.7vw;
    transition: 0.2s;
}

.portfolioMainHeading {
    font-family: "Typold-Medium";
    color: #ffffff;
    font-size: 3.4vw;
    padding-bottom: 1vw;
    line-height: 1.2;
    font-weight: 500;
}

.porfolioLine {
    font-family: "Typold-Regular";
    font-size: 1.6vw;
    color: #ffffff;
    font-weight: 600;
}

.portfolioDesc {
    font-family: "Typold-Thin";
    font-size: 1vw;
    font-weight: 600;
    color: #ffffff;
    padding-top: 1vw;
}

.PortfolioList {
    list-style: none;
    padding-top: 1.5vw;
}

.PortfolioList li {
    font-family: "Typold-Light";
    font-weight: 600;
    font-size: 1vw;
    color: #ffffff;
    position: relative;
    padding-left: 1vw;
}

.PortfolioList li::before {
    content: "";
    width: 0.5vw;
    height: 1px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0.7vw;
    transition: 0.2s;
}

.viewBox {
    display: flex;
    flex-direction: row;
    justify-content: start;
    padding-top: 1vw;
}

.viewBtn {
    border: 0.5px solid #ffffff;
    border-radius: 8px;
    color: #ffffff;
    padding: 0.5vw 1.5vw;
    font-size: 1vw;
    font-family: "Typold-Thin";
    font-weight: 600;
}

.portfolioSecondCol {
    background-image: url("./../assets/portfolio/portfolio1.png");
    background-size: contain;
    position: relative;
    text-align: center;
}

.screenImg {
    position: absolute !important;
    width: 45vw !important;
    margin: auto;
    object-fit: contain;
    max-height: 460px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.portfolio-header {
    font-family: Typold-Book;
}

.portfolio-header header {
    background: #ffffff;
}

.portfolio-header header {
    padding-bottom: 30px;
}

.portfolio-header .section-heading {
    color: #6B53EF;
    text-transform: uppercase;
    margin-top: 40px;
}

.portfolio-header .section-heading::before {
    border-width: 0px 0px 1px 1px;
}

.portfolio-header .section-heading::after {
    border-width: 1px 1px 0px 0px;
}

.portfolio-header p {
    color: #444444;
    margin-top: 15px;
    font-size: 18px;
    font-family: Typold-Thin;
}

.portfolio-banner {
    background: #ffffff;
}

.banner-section {
    background: url('../assets/portfolio-base/banner.svg');
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}

.banner-container {
    width: 90%;
    margin: 0 auto;
    font-family: Typold-Book;
}

.banner-top-row {
    display: grid !important;
    grid-template-columns: 45% 55%;
    color: #ffffff;
    padding: 80px 0 30px 0;
    display: -webkit-box;
}

.banner-top-row .firstCol {
    padding: 0 80px;
}

@media screen and (max-width: 1200px) {
    .banner-top-row {
        padding: 30px 0 30px 0;
    }
    .banner-top-row .firstCol {
        padding: 0 50px;
    }
}

@media screen and (max-width: 540px) {
    .banner-top-row {
        padding: 30px 0 30px 0;
        grid-template-columns: 100%;
    }
    .banner-top-row .firstCol {
        padding: 0 24px;
    }
}

.banner-top-row h2 {
    font-size: 62px;
    font-family: Typold-Bold;
}

.banner-top-row p {
    width: 100%;
    font-size: 20px;
    margin-top: 40px;
    font-family: Typold-Regular;
}

.banner-top-row .feature-list {
    margin: 60px 0px;
}

.banner-top-row ul>li {
    margin: 10px 0;
    font-family: Typold-Thin;
    font-weight: 600;
}

.banner-mobile-desktop {
    display: flex;
}

.banner-mobile-desktop .owl-stage {
    display: -webkit-box;
    margin-bottom: 0;
}

.banner-mobile-desktop .owl-stage .owl-item {
    margin: 30px auto;
}

.banner-mobile-desktop .owl-stage .owl-item .banner-desktop {
    width: 50vw;
    object-fit: contain;
}

.banner-mobile-desktop .owl-stage .owl-item .banner-phone {
    width: 35%;
    margin: 0 auto;
    object-fit: contain;
}

.banner-mobile-desktop .owl-stage .owl-item .banner-tab {
    width: 60%;
    margin: 0 auto;
    object-fit: contain;
}

.banner-mobile-desktop .owl-dots {
    margin-top: 0 !important;
}

.banner-mobile-desktop .owl-dots .owl-dot:focus {
    outline: none;
}

.banner-mobile-desktop .owl-dots .owl-dot>span {
    border: 1px solid #6B53EF;
    background: #ffffff !important;
}

.banner-mobile-desktop .owl-dots .owl-dot.active>span {
    background: #8975F3 !important;
    border: 1px solid #6B53EF;
}

.banner-mobile-desktop>img:first-child {
    z-index: 0;
}

.banner-top-row .safety-icon {
    position: relative;
}

.banner-container .banner-bottom-row .show {
    display: block;
}

.banner-container .banner-bottom-row .card .card-body {
    margin-top: 30px;
    height: 263px;
    padding: 0px 25px;
    margin: 0px 5px;
    overflow-y: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

.banner-container .banner-bottom-row .card .card-body::-webkit-scrollbar {
    width: 3px;
    background: #fff;
    /* Chrome/Safari/Webkit */
}

.banner-container .banner-bottom-row .card .card-body::-webkit-scrollbar-thumb {
    background-color: #c0c0c0;
    border-radius: 3px;
    /* Chrome/Safari/Webkit */
}

.banner-container .banner-bottom-row .card {
    margin: 15px 0;
    border: 1px solid #BDBDBD;
    border-radius: 10px;
    padding: 20px 0px;
    background: #ffffff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

.banner-container .banner-bottom-row .card .card-title {
    font-size: 18px;
    font-family: Typold-Bold;
    color: #777777;
    cursor: pointer;
    padding: 10px 30px;
}

.banner-container .banner-bottom-row .card .card-text {
    color: #444444;
    margin-bottom: 20px;
    font-family: Typold-Thin;
    font-weight: 600;
}

.project-details-list {
    margin-right: -15%;
}

.project-details-list li {
    padding: 15px 0;
}

.project-details-list li span {
    font-family: Typold-Thin;
    font-weight: 600;
    color: #828282;
}

.project-details-list li p {
    color: #492F5C;
    font-family: Typold-Thin;
    font-weight: 600;
}

.client-cards-section {
    padding: 80px 0 30px 0;
    background: #ffffff;
}

.client-cards-section .card {
    position: relative;
    margin-bottom: 15px;
    font-family: Typold-Book;
    padding: 20px 15px;
    border: 1px solid #CECECE;
    border-radius: 10px;
    background: linear-gradient(180deg, #00B698 0%, rgba(196, 196, 196, 0) 100%);
    height: 380px;
    overflow: hidden;
}

.client-cards-section .card::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(37.5deg, #2160D3 5.83%, #915DBA 93.08%), #5A55BA;
    opacity: 0;
    transition: all 400ms ease-in-out;
}

.client-cards-section .card:hover::before {
    opacity: 1;
}

.client-cards-section .card:hover .card-img-top {
    opacity: 0.5;
}

.client-cards-section .client-cards-carousel-container {
    margin: 0 20px;
}

.client-cards-section .client-cards-carousel div {
    width: auto;
}

.client-cards-carousel .owl-dots {
    margin-top: 0 !important;
}

.client-cards-carousel .owl-dots .owl-dot>span {
    border: 1px solid #6B53EF;
    background: #ffffff !important;
}

.client-cards-carousel .owl-dots .owl-dot.active>span {
    background: #8975F3 !important;
    border: 1px solid #6B53EF;
}

.client-cards-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

.client-cards-section .card .card-body {
    position: relative;
    height: 100%;
}

.client-cards-section .card .card-body .card-body-content {
    background: transparent;
    height: 100%;
    width: -webkit-fill-available;
    position: absolute;
    margin: 0 -15px;
    padding: 20px;
    top: 275px;
    transition: all 400ms ease-in-out;
}

.client-cards-section .card:hover .card-body-content {
    background: #ffffff;
    top: 205px;
    box-shadow: 0px 0 8px rgba(0, 0, 0, 0.8);
}

.client-cards-section .card .card-body .card-body-content-text {
    padding: 20px 0;
    color: #444444;
    font-family: Typold-Thin;
    font-weight: 600;
}

.client-cards-section .card .card-img-top {
    max-width: 100%;
    max-height: 255px;
    transition: all 400ms ease-in-out;
    object-fit: contain;
}

.client-cards-section .card .card-body .card-body-content-header {
    display: flex;
    justify-content: space-between;
}

.client-cards-section .card .card-body .card-body-content-header span {
    color: #777777;
    font-size: 14x;
    font-family: Typold-Thin;
    font-weight: 600;
}

.client-cards-section .card .card-body .card-body-content-header h4 {
    color: #492F5C;
    font-size: 17px;
    font-family: Typold-Thin;
    font-weight: 600;
    margin: 5px 0;
}

.client-cards-section .card img.vector {
    width: 35px;
    height: 45px;
}

@media screen and (max-width: 1024px) {
    .banner-top-row {
        padding-top: 60px;
    }
    .banner-top-row h2 {
        font-size: 48px;
    }
    .banner-top-row p {
        font-size: 18px;
    }
    .banner-container .banner-bottom-row .card {
        padding: 20px 0px;
    }
    .banner-top-row .safety-icon {
        width: 40px;
    }
}

@media screen and (max-width: 768px) {
    .banner-section {
        /* background: url('../assets/portfolio-base/banner_bg_mobile.svg'); */
        background-repeat: no-repeat;
        background-size: 150% !important;
    }
    .banner-top-row {
        display: block;
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .banner-top-row .safety-icon {
        width: 50px;
    }
    .banner-top-row h2 {
        font-size: 42px;
    }
    .banner-top-row p {
        font-size: 16px;
    }
    .banner-mobile-desktop {
        margin-top: 50px;
    }
    .project-details-list {
        margin: 20px auto;
        text-align: center;
    }
    .client-cards-section {
        padding-top: 30px;
    }
    .banner-container .banner-bottom-row .card {
        padding: 20px 0px;
    }
}

@media screen and (max-width: 600px) {
    .portfolio-header .section-heading {
        margin-top: 25px;
    }
    .portfolio-header header {
        /* padding: 0 20px 10px 20px;   */
    }
    .portfolio-header p {
        padding: 0 20px;
        font-size: 14px;
        margin: 0;
    }
    .banner-section {
        position: relative;
        /* background-size: 650px; */
    }
    .banner-top-row .safety-icon {
        width: 40px;
    }
    .banner-mobile-desktop {
        margin-top: 30px;
    }
    .banner-top-row {
        padding-top: 20px;
    }
    .banner-top-row h2 {
        font-size: 30px;
    }
    .banner-top-row p {
        margin-top: 20px;
        font-size: 12px;
        line-height: 20px;
    }
    .banner-top-row .feature-list {
        margin: 30px 0px;
        font-size: 11px;
    }
    .banner-top-row .owl-carousel {
        /* margin-top: 250px; */
    }
    .project-details-list-container {
        position: absolute;
        top: 12%;
        right: 0;
        font-size: 12px;
    }
    .project-details-list {
        text-align: right;
    }
    .project-details-list li {
        padding: 10px 0;
    }
    .project-details-list li p {
        margin: 0;
    }
    .client-cards-section {
        padding-top: 40px;
    }
}

@media screen and (max-width: 540px) {
    .banner-top-row {
        padding: 30px 0 30px 0;
        grid-template-columns: 100%;
    }
    .banner-top-row .firstCol {
        padding: 0 24px;
    }
    .banner-top-row h2 {
        font-size: 26px;
        margin-top: 10px;
    }
    .banner-top-row .feature-list {
        margin-top: 20px;
        font-size: 12px;
    }
    .banner-top-row p {
        width: 100%;
        margin-top: 15px;
        font-size: 14px;
    }
    .banner-top-row .secondCol {
        margin: 0 24px;
    }
    .project-details-list-container {
        top: 18%;
        font-size: 11px;
    }
    .banner-mobile-desktop .owl-stage .owl-item .banner-desktop {
        width: 88vw;
        text-align: center;
    }
    /* .project-details-list-container {
        position: relative;
        font-size: 14px;
    } */
    .banner-container .banner-bottom-row .card {
        padding: 20px 0px;
    }
    .banner-container .banner-bottom-row .card .card-body {
        height: 160px;
    }
}

@media screen and (max-width: 320px) {
    .project-details-list-container ul {
        margin-top: 0;
    }
    .banner-top-row .feature-list {
        width: 50%;
        line-height: 20px;
    }
    .project-details-list li {
        padding: 8px 0;
    }
    .banner-top-row .owl-carousel {
        margin-top: 180px;
    }
}

@media screen and (max-width: 1240px) {
    .portfolioFirstCol {
        padding: 3vw 10vw 3vw 4vw;
    }
    .arrowImg {
        position: absolute;
        width: 2.5vw;
        height: auto;
        right: 6vw;
        bottom: 16.5vw;
    }
    .porfolioInnerBox {
        padding-left: 1vw;
    }
    .portfolioHeading {
        font-size: 1.2vw;
    }
    .portfolioHeading:before {
        height: 1px;
    }
    .portfolioMainHeading {
        font-size: 3vw;
        padding-bottom: 1vw;
    }
    .porfolioLine {
        font-size: 1.2vw;
    }
    .portfolioDesc {
        font-size: 1.2vw;
        padding-top: 1vw;
    }
    .PortfolioList li {
        font-size: 1.2vw;
        padding-left: 1vw;
    }
    .viewBtn {
        border-radius: 8px;
        padding: 0.5vw 1.5vw;
        font-size: 1.2vw;
    }
    .screenImg {
        position: absolute !important;
        width: 40vw !important;
        left: 46% !important;
        top: 21% !important;
    }
}

@media screen and (max-width: 768px) {
    .portfolioRow {
        grid-template-columns: 50% 50%;
    }
    .portfolioFirstCol {
        padding: 3vw 10vw 8vw 0vw;
    }
    .porfolioInnerBox {
        padding-left: 4vw;
    }
    .portfolioHeading {
        font-size: 1.8vw;
        padding-left: 5.5vw;
    }
    .portfolioHeading:before {
        height: 0.2vw;
        top: 1.1vw;
    }
    .portfolioMainHeading {
        font-size: 4.5vw;
        padding-bottom: 1vw;
    }
    .porfolioLine {
        font-size: 2.2vw;
    }
    .portfolioDesc {
        font-size: 1.8vw;
        padding-top: 1vw;
    }
    .PortfolioList {
        padding-top: 1.8vw;
    }
    .PortfolioList li {
        font-size: 1.4vw;
        position: relative;
        padding-left: 1.3vw;
    }
    .PortfolioList li::before {
        width: 0.6vw;
        height: 1px;
        top: 0.9vw;
        transition: 0.2s;
    }
    .viewBox {
        padding-top: 1vw;
    }
    .viewBtn {
        border-radius: 7px;
        padding: 0.75vw 2vw;
        font-size: 1.8vw;
    }
    .portfolioSecondCol {
        background-position: bottom;
        background-size: cover;
    }
    .arrowImg {
        width: 3.5vw;
        right: 3vw;
        bottom: 30vw;
    }
    .screenImg {
        width: 45vw !important;
        left: 50% !important;
        top: 50% !important;
        max-height:350px;
    }
}

@media screen and (max-width: 540px) {
    .portfolioRow {
        display: flex;
        flex-direction: column;
    }
    .portfolioFirstCol {
        padding: 6vw 0vw;
        height: 450px;
    }
    .arrowImg {
        width: 6vw;
        right: 50vw;
        bottom: 10vw;
        transform: rotateZ(90deg);
    }
    .porfolioInnerBox {
        padding: 0vw 6vw;
    }
    .portfolioHeading {
        font-size: 1.125rem;
        padding-left: 45.5px;
    }
    .portfolioHeading:before {
        height: 0.2vw;
        top: 9px;
        width: 40px;
    }
    .portfolioMainHeading {
        font-size: 3rem;
        padding-bottom: 1vw;
        line-height: 1.2;
    }
    .porfolioLine {
        font-size: 1.7rem;
    }
    .portfolioDesc {
        font-size: 1.125rem;
        padding-top: 1vw;
    }
    .PortfolioList {
        padding-top: 1.5vw;
    }
    .PortfolioList li {
        font-size: 1.125rem;
        padding-left: 15px;
    }
    .PortfolioList li::before {
        width: 8px;
        height: 0.2vw;
        top: 10px;
    }
    .viewBox {
        display: flex;
        flex-direction: row;
        justify-content: start;
        padding-top: 1vw;
    }
    .viewBtn {
        border-radius: 8px;
        padding: 1vw 3.5vw;
        font-size: 1.25rem;
    }
    .portfolioSecondCol {
        height: 375px;
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
    }
    .screenImg {
        width: 88vw !important;
        left: 50% !important;
        top: 50% !important;
        max-height: 325px;
    }
}


/* sections-heading.css */

.section-container {
    margin-bottom: 2em;
}

.section-container .sub-heading {
    max-width: 60%;
    margin: 1em auto;
    letter-spacing: 1px;
    line-height: 1.5;
}


/* services.css */

.techRow {
    padding: 24px 0px;
    display: grid;
    grid-template-columns: 50% 50%;
}

.techRow1 {
    padding: 0 32px;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    /* grid-column-gap: vw; */
}

.headPara {
    margin-bottom: 0px;
    font-size: 1.5vw;
    font-weight: lighter;
    padding: 12px 0px;
    font-family: "Typold-Light";
    font-weight: 600;
    color: #777777;
}

.coreServicesBox {
    background-color: #ffffff;
}

.coreServicesBox .headSection .section-heading {
    margin: 2vw 0vw;
    margin-left: 50% !important;
}

.coreServicesBox .headSection .all_about {
    text-align: center;
    margin-top: 20px;
    font-family: "Typold-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 35px;
    color: #777777;
}

.coreServicesBox .headSection .all_about span {
    font-size: 35px;
    font-family: "Typold-Regular";
    color: #00b698;
    font-weight: 800;
}

.headSection {
    background-image: linear-gradient(#b7eae2, #ffffff 70%);
    padding: 1vw 0vw;
}

.developmentRow {
    padding-bottom: 2vw;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    padding: 0vw 2vw;
}

.developmentImg {
    width: 4vw;
    height: 4vw;
}

.serviceBox {
    padding: 3.5vw 0.7vw;
}

.imgBox {
    padding: 20px 0px;
}

.techBox {
    min-height: 4.5vw;
    font-size: 0.9vw;
    font-family: "Typold-Thin";
    font-weight: 600;
    color: #777777;
}

.techHeading {
    font-size: 1.4vw;
    min-height: 3vw;
    font-family: "Typold-Medium";
    font-weight: 600;
    color: #444444;
    text-align: center;
}

.techHeading a {
    text-decoration: none;
    color: #444444;
}

.colBox {
    padding: 0vw 3vw;
}

.amazingHeading {
    font-size: 0.9vw;
    color: #ffffff;
    font-family: "Typold-Book";
    font-weight: 600;
}

.regularHeading {
    font-size: 3vw;
    font-family: "Typold-Bold";
    color: #ffffff;
    line-height: 1.1;
    margin: 0;
}

.serviceDesc {
    font-size: 1vw;
    font-family: "Typold-Thin";
    font-weight: 600;
    color: #777777;
    margin-bottom: 1.5vw;
}

.technologies {
    background-image: linear-gradient(23.13deg, #01b599 0.86%, #6d54ef 99.14%);
    padding: 32px 48px;
}

.techIconBox {
    min-height: 3.5vw;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.techImg {
    width: 3.5vw;
    height: 3.5vw;
}

.nodeImg {
    width: 8vw;
    height: 2.2vw;
}

.techName {
    color: #ffffff;
    font-size: 0.7vw;
    padding: 8px 0px;
    font-family: "Typold-Thin";
    font-weight: 600;
}

.techDesc {
    font-size: 0.9vw;
    color: #ffffff;
    line-height: 1.4;
    padding-top: 0.5vw;
    padding-bottom: 1vw;
    font-family: "Typold-Thin";
    font-weight: 600;
}

.expandingLine {
    display: inline-block;
    text-decoration: none;
    font-family: "Typold-Medium";
    padding: 6px 0;
    color: #ffffff;
}

.expandingLine:after {
    display: block;
    content: "";
    margin-top: 8px;
    transform: scaleX(0.1);
    transition: transform 600ms ease-in-out;
    border-bottom: 3px solid #ffffff;
    transform-origin: 0% 0%;
}

.fullWidthLine {
    display: inline-block;
    text-decoration: none;
    font-family: "Typold-Medium";
    padding: 6px 0;
    color: #ffffff;
}

.fullWidthLine:after {
    display: block;
    content: "";
    margin-top: 8px;
    border-bottom: 3px solid #ffffff;
    transform-origin: 0% 0%;
}

.expandingLine:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 0%;
}

@media screen and (max-width: 1240px) {
    .techRow {
        padding: 1.2vw 1.8vw;
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .techRow1 {
        padding: 0vw 0vw;
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
    }
    .headPara {
        margin-bottom: 0px;
        font-size: 1.8vw;
        padding: 12px 0px;
    }
    .coreServices {
        background-color: #ffffff;
    }
    .headSection {
        background-image: linear-gradient(#b7eae2, #ffffff 70%);
        padding: 12px 0px;
    }
    .developmentRow {
        padding-bottom: 2vw;
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .developmentImg {
        width: 6vw;
        height: 6vw;
    }
    .serviceBox {
        padding: 32px 32px;
    }
    .imgBox {
        padding: 20px 0px;
    }
    .techBox {
        min-height: 4vw;
        font-size: 1.3vw;
    }
    .techHeading {
        font-size: 1.8vw;
        min-height: 3.5vw;
    }
    .serviceDesc {
        font-size: 1.4vw;
    }
    .colBox {
        padding-left: 3vw;
        padding-right: 0;
    }
    .amazingHeading {
        font-size: 1.3vw;
    }
    .regularHeading {
        font-size: 3vw;
        line-height: 1.2;
        margin: 0;
    }
    .techDesc {
        font-size: 1.2vw;
        line-height: 1.4;
        padding: 2.5vw 0vw;
    }
    .technologies {
        background-image: linear-gradient(23.13deg, #01b599 0.86%, #6d54ef 99.14%);
        padding: 32px 48px;
    }
    .techIconBox {
        min-height: 4.5vw;
    }
    .techName {
        font-size: 0.9vw;
        padding: 8px 0px;
    }
    .techImg {
        width: 4vw;
        height: 4vw;
    }
    .wooImg {
        width: 5.5vw;
        height: 3.5vw;
    }
    .nodeImg {
        width: 9vw;
        height: 2.3vw;
    }
    .expandingLine {
        display: inline-block;
        text-decoration: none;
        font-family: "Typold-Medium";
        padding: 6px 0;
        color: #ffffff;
    }
    .expandingLine:after {
        display: block;
        content: "";
        margin-top: 8px;
        transform: scaleX(0.1);
        transition: transform 600ms ease-in-out;
        border-bottom: 3px solid #ffffff;
        transform-origin: 0% 0%;
    }
    .expandingLine:hover:after {
        transform: scaleX(1);
        transform-origin: 0% 0%;
    }
}

@media screen and (max-width: 768px) {
    .techRow {
        padding: 2.4vw 0vw;
        display: grid;
        grid-template-columns: 100%;
    }
    .techRow1 {
        padding: 0vw 0vw;
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
    }
    .headPara {
        font-size: 2.2vw;
        padding: 12px 0px;
    }
    .headSection {
        padding: 1.2vw 0vw;
    }
    .developmentRow {
        padding-bottom: 2vw;
        padding-left: 0;
        padding-right: 0;
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .developmentImg {
        width: 8vw;
        height: 8vw;
    }
    .serviceBox {
        padding: 1.6vw 4vw;
    }
    .imgBox {
        padding: 20px 0px;
    }
    .techBox {
        min-height: 4.2vw;
        font-size: 1.6vw;
    }
    .techHeading {
        font-size: 2.4vw;
        min-height: 6vw;
        margin: 0;
    }
    .serviceDesc {
        font-size: 1.8vw;
    }
    .technologies {
        background-image: linear-gradient(to right top, #34c4ad, #817fea 70%);
        padding: 3.2vw 4vw;
    }
    .techImg {
        width: 6vw;
        height: 6vw;
    }
    .wooImg {
        width: 8vw;
        height: 5vw;
    }
    .nodeImg {
        width: 13vw;
        height: 3vw;
    }
    .techIconBox {
        min-height: 8vw;
    }
    .techName {
        font-size: 1.4vw;
        padding: 0.8vw 0vw;
    }
    .colBox {
        padding: 5vw 5vw 0vw 5vw;
    }
    .amazingHeading {
        font-size: 1.8vw;
        margin-top: 0;
    }
    .regularHeading {
        font-size: 6vw;
        line-height: 1.1;
        margin: 0;
    }
    .techDesc {
        font-size: 1.8vw;
        line-height: 1.4;
        padding: 2.5vw 0vw;
    }
    span.expanding-link {
        display: inline-block;
        text-decoration: none;
        font-weight: bold;
        padding: 6px 0;
        font-weight: 600;
        color: #ffffff;
    }
    span.expanding-link:after {
        display: block;
        content: "";
        margin-top: 4px;
        transform: scaleX(0.1);
        transition: transform 600ms ease-in-out;
        border-bottom: 3px solid #ffffff;
        transform-origin: 0% 0%;
    }
    span.expanding-link:hover:after {
        transform: scaleX(1);
        transform-origin: 0% 0%;
    }
}

@media screen and (max-width: 540px) {
    .techRow {
        padding: 2.4vw 0vw;
        display: grid;
        grid-template-columns: auto;
    }
    .techRow1 {
        padding: 0vw 0vw;
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
    }
    .headPara {
        font-size: 1.1rem;
        padding: 12px 6vw;
    }
    .headSection {
        padding: 4vw 0vw;
    }
    .developmentRow {
        padding-bottom: 2vw;
        display: grid;
        grid-template-columns: auto;
    }
    .developmentImg {
        width: 15vw;
        height: 15vw;
    }
    .serviceBox {
        display: flex;
        padding: 1.6vw 6vw;
    }
    .imgBox {
        padding: 0px 20px 0px 0px;
    }
    .techBox {
        min-height: 3.2vw;
        font-size: 1rem;
    }
    .techHeading {
        font-size: 1.5rem;
        min-height: 6vw;
        margin: 0;
        text-align: left;
    }
    .serviceDesc {
        font-size: 1.125rem;
    }
    .technologies {
        background-image: linear-gradient(to right top, #34c4ad, #817fea 70%);
        padding: 4vw 4vw;
    }
    .techImg {
        width: 10vw;
        height: 10vw;
    }
    .wooImg {
        width: 12vw;
        height: 8vw;
    }
    .nodeImg {
        width: 20vw;
        height: 6vw;
    }
    .techIconBox {
        min-height: 13vw;
    }
    .techName {
        font-size: 0.9rem;
        padding: 2vw 0vw;
    }
    .colBox {
        padding: 5vw 2vw 0vw 2vw;
    }
    .amazingHeading {
        font-size: 1.125rem;
        margin-top: 0;
        text-align: center
    }
    .regularHeading {
        font-size: 2.4rem;
        line-height: 1.1;
        margin-bottom: 4vw;
        text-align: center;
    }
    .techDesc {
        font-size: 1.125rem;
        line-height: 1.4;
        padding: 2.5vw 0vw;
        text-align: center;
    }
    span.expanding-link {
        display: inline-block;
        text-decoration: none;
        font-weight: bold;
        padding: 6px 0;
        font-weight: 600;
        color: #ffffff;
    }
    span.expanding-link:after {
        display: block;
        content: "";
        margin-top: 4px;
        transform: scaleX(0.1);
        transition: transform 600ms ease-in-out;
        border-bottom: 3px solid #ffffff;
        transform-origin: 0% 0%;
    }
    span.expanding-link:hover:after {
        transform: scaleX(1);
        transform-origin: 0% 0%;
    }
}


/* techstack */

.techstack {
    background-image: linear-gradient(23.13deg, #01b599 0.86%, #6d54ef 99.14%);
    padding-top: 3vw;
    padding-bottom: 2vw;
}

.techstackRow {
    padding: 0px;
    display: grid;
    grid-template-columns: 50% 50%;
}

.techstackRow1 {
    padding: 0px;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

.techstackRow1>div>a {
    text-decoration: none;
}

.techTextBox {
    padding: 0vw 6vw;
}

.hireUs {
    color: #ffffff;
    font-size: 1.8vw;
    font-family: "Typold-regular";
}

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

@media screen and (max-width: 768px) {
    .techstackRow {
        padding: 0px;
        display: grid;
        grid-template-columns: 100%;
    }
    .techTextBox {
        padding: 8vw 9vw 0vw 9vw;
    }
    .hireUs {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 540px) {
    .techstackRow {
        padding: 0px;
        display: grid;
        grid-template-columns: 100%;
    }
    .techTextBox {
        padding: 8vw 0vw 0vw 0vw;
    }
    .techstack p {
        text-align: center;
        padding: 0vw 4vw;
    }
    .hireUs {
        font-size: 1.4rem;
    }
}


/* serviceBanner.css */

.servicesBannerHeading {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.75vw;
    font-family: "Typold-Medium";
    color: #ffffff;
    text-align: center;
    line-height: 1.2;
    min-width: 68vw;
    margin: 0 0 10px 0;
}

.servicesBannerHeading>span {
    font-size: 3.4vw;
    color: #444444;
    text-transform: uppercase;
    font-family: "Typold-Bold";
    font-weight: 600;
    position: relative;
    top: 1rem;
}

@media screen and (max-width: 1240px) {
    .servicesBanner {
        min-height: 25vw;
    }
    .servicesBannerHeading {
        min-width: 80vw;
        font-size: 2.4vw;
    }
    .servicesBannerHeading>span {
        position: relative;
        top: 2rem;
        font-size: 3vw;
    }
}

@media screen and (max-width: 768px) {
    .servicesBannerHeading {
        min-width: 84vw;
        font-size: 3.5vw;
    }
    .servicesBannerHeading>span {
        position: relative;
        top: 2rem;
        font-size: 5vw;
    }
}

@media screen and (max-width: 540px) {
    .servicesBannerHeading {
        position: relative;
        top: 0;
        transform: translate(-50%, 0%);
        padding: 55px 10px 35px 10px;
        font-size: 4.5vw;
        line-height: 1.4;
        min-width: 91vw;
    }
    .servicesBannerHeading>span {
        position: relative;
        font-size: 6vw;
        top: 1rem;
    }
}


/* serviceSlideShow.css */

.miniHeading {
    color: #724ef4;
    font-size: 1vw;
    font-family: "Typold-Book";
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
}

.serviceSectionHeading {
    font-family: "Typold-Bold";
    position: relative;
    color: #444444;
    overflow: visible;
    font-weight: bold;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    padding: 1vw 2vw 16px 2vw;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3vw;
    margin-top: 0;
}

.serviceSectionHeading::before {
    content: "";
    position: absolute;
    border-bottom: 2px solid #00b394;
    width: 2vw;
    transition: scaleX(1);
    transform: translateX(-50%);
    transform-origin: 100% 50%;
    bottom: 0%;
    left: 50%;
    transition: ease-in 0.3s;
}

.serviceSectionHeading:hover::before {
    content: "";
    position: absolute;
    border-bottom: 2px solid #00b394;
    bottom: 0%;
    left: 50%;
    transform: scaleX(4);
    transition: ease-in 0.3s;
    margin: 0 auto;
}

.serviceSectionHeading::after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #00b394;
    width: 2vw;
    transform: scaleX(1);
    transform: translateX(-50%);
    bottom: 0%;
    left: 50%;
    opacity: 1;
    transition: ease-in 0.3s;
}

.serviceSectionHeading:hover::after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #00b394;
    bottom: 0%;
    left: 50%;
    opacity: 1;
    transform: scaleX(5);
    transition: ease-in 0.3s;
}

.serviceSlideShow {
    color: #585858;
    background: #f7f7f7;
    overflow-x: hidden;
}

.serviceSlideShow .sub-heading {
    line-height: 1.3;
    font-size: 1.3vw;
    font-family: "Typold-Light";
    font-weight: 600;
    margin: 0px;
    padding: 2vw 0vw 3vw 0vw;
    color: #444444;
}

.serviceSlideShow .bg-gradient {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-grow: 1;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .serviceSlideShow .sub-heading {
        font-size: 1.7vw;
        padding: 2vw 0vw;
    }
}

@media screen and (max-width: 768px) {
    .serviceSlideShow .bg-gradient>div {
        width: 37%;
    }
}

@media screen and (max-width: 768px) {
    .serviceSlideShow .bg-gradient>div:nth-child(3) {
        margin-right: -5%;
        margin-left: -5%;
    }
}

@media screen and (max-width: 768px) {
    .serviceSlideShow .bg-gradient>div span {
        margin-right: -5%;
        font-size: 1.8vw;
    }
}

.serviceSlideShow .bg-gradient>div {
    position: relative;
    float: left;
    width: 36%;
    background: #724ef4;
    padding: 7vw 2vw;
    color: #ffffff;
    transform: skew(-6.7deg);
    transition: all ease 0.4s;
}

.serviceSlideShow .bg-gradient>div::before {
    content: "";
    background-size: 100% 100% !important;
    background-position: center center !important;
    background-repeat: no-repeat;
    transition: all ease 0.4s;
    padding: 12px;
    position: absolute;
    left: -10%;
    width: 120%;
    top: 0;
    transform: skew(6.7deg);
    height: 100%;
}

.serviceSlideShow .bg-gradient>div:nth-child(3) {
    margin-right: -2%;
}

.serviceSlideShow .bg-gradient>div span {
    position: relative;
    color: #ffffff;
    font-size: 1.9vw;
    font-family: "Typold-Condensed-Bold";
    transform: skew(6.7deg);
    letter-spacing: 0%;
    z-index: 1;
}

.serviceSlideShow .bg-gradient>div p {
    font-family: "Typold-Bold";
    width: 80%;
    margin: 20px auto 0;
    transform: skew(6.7deg);
}

.serviceSlideShow .bg-gradient>div:hover {
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2), 0px -6px 12px 0px rgba(0, 0, 0, 0.2);
    transition: all ease 0.6s;
}

.serviceSlideShow .bg-gradient>div:hover::before {
    background-size: 110% 110% !important;
    transition: all ease 0.6s;
}

.serviceSlideShow .bg-gradient .skew {
    border-left: 10px solid white;
    border-right: 10px solid white;
    transform: skewX(-6.7deg);
    z-index: 4;
    overflow: hidden;
}

.serviceSlideShow .bg-gradient .skew div {
    transform: skewX(0deg);
}

.serviceSlideShow .testimonials .section-heading {
    color: #6b53ef;
}

.serviceSlideShow .testimonials {
    margin-left: -1vw;
    background-color: #ffffff;
    padding: 3vw 0vw;
}

.serviceSlideShow .slider-parent .client-slider {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    overflow-x: hidden;
    height: 26vw;
    margin-left: -15px;
}

.serviceSlideShow .testimonials .slider-parent .client-slider>div {
    width: 36vw;
    height: 24vw;
    position: absolute;
    float: left;
    transform: skewX(-6.7deg) scale(0.6, 0.6);
    margin: 10px -11vw;
    opacity: 0.6;
    transition: all ease-in-out 1s;
    left: 0;
}

.serviceSlideShow .testimonials .slider-parent .client-slider>div.left {
    left: 17.5vw;
    z-index: 3;
    transition: all ease-in-out 1s;
}

.serviceSlideShow .testimonials .slider-parent .client-slider>div.center {
    opacity: 1;
    transition: 0.6s;
    z-index: 4;
    transform: skewX(-6.7deg) scale(0.9);
    left: 39vw;
    transition: all ease-in-out 1s;
    background-position: center -1vw !important;
}

.serviceSlideShow .testimonials .slider-parent .client-slider>div.center.active:after {
    content: "";
    position: absolute;
    left: -15%;
    right: -11%;
    top: -16%;
    bottom: -10%;
    transform: scale(0.8);
    border-left: 4px solid #00b698;
    border-right: 4px solid #6e51f1;
    border-radius: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 4px;
    -moz-background-size: 100% 4px;
    background-size: 100% 4px;
    background-image: -webkit-linear-gradient(left, #00b698 0%, #6e51f1 100%), -webkit-linear-gradient(left, #00b698 0%, #6e51f1 100%);
    background-image: -moz-linear-gradient(left, #00b698 0%, #6e51f1 100%), -moz-linear-gradient(left, #00b698 0%, #6e51f1 100%);
    background-image: -o-linear-gradient(left, #00b698 0%, #6e51f1 100%), -o-linear-gradient(left, #00b698 0%, #6e51f1 100%);
    background-image: linear-gradient(to right, #00b698 0%, #6e51f1 100%), linear-gradient(to right, #00b698 0%, #6e51f1 100%);
    z-index: 2;
}

.serviceSlideShow .testimonials .slider-parent .client-slider>div.right {
    left: 60.6vw;
    z-index: 3;
    transition: all ease-in-out 1s;
}

.serviceSlideShow .testimonials .slider-parent .client-slider>div:nth-child(1) {
    background: url("../assets/png/clients/client1.png") no-repeat;
    background-size: 112%;
}

.serviceSlideShow .testimonials .slider-parent .client-slider>div:nth-child(2) {
    background: url("../assets/png/clients/client2.png") no-repeat;
}

.serviceSlideShow .testimonials .slider-parent .client-slider>div:nth-child(3) {
    background: url("../assets/png/clients/client3.png") no-repeat;
    background-size: 112%;
}

.serviceSlideShow .testimonials .slider-parent .client-slider>div:after {
    transition: 1s;
}

.serviceSlideShow .testimonials .slider-parent .testimonials-comments {
    background-color: #fff;
    transition: 1s;
    margin-left: -20px;
}

.serviceSlideShow .testimonials .slider-parent .testimonials-comments {
    /* width: 80%; */
}

@media screen and (max-width: 768px) {
    .serviceSlideShow .testimonials .slider-parent .testimonials-comments .heading {
        font-size: 4vw;
    }
}

.serviceSlideShow .testimonials .slider-parent .testimonials-comments>div {
    padding: 2vw 30vw 0vw 30vw;
    text-align: center;
}

.serviceSlideShow .testimonials .slider-parent .testimonials-comments>div:nth-child(odd) {
    display: none;
}

.serviceSlideShow .testimonials .slider-parent .testimonials-comments>div h2,
.serviceSlideShow .testimonials .slider-parent .testimonials-comments>div h4,
.serviceSlideShow .testimonials .slider-parent .testimonials-comments>div p {
    color: #00b698;
    margin: 0px;
    padding-bottom: 1vw;
}

.serviceSlideShow .testimonials .slider-parent .testimonials-comments>div h2 {
    font-size: 2vw;
    font-family: "Typold-Light";
    margin: 0;
}

.serviceSlideShow .testimonials .slider-parent .testimonials-comments>div h4 {
    font-family: "Typold-Bold";
}

.serviceSlideShow .testimonials .slider-parent .bullets {
    padding-bottom: 2.5vw;
    display: flex;
    text-align: center;
    justify-content: center;
    margin-left: 5px;
    background-color: #fff;
}

.serviceSlideShow .testimonials .slider-parent .bullets i {
    display: inline-block;
    padding: 5px;
    background: #ffffff;
    border: 1px solid #7a7af4;
    position: relative;
    float: left;
    border-radius: 100%;
    margin: 3px;
    transition: 0.6s;
}

.serviceSlideShow .testimonials .slider-parent .bullets i.active {
    background: #7a7af4;
    transition: 0.6s;
}

@media screen and (max-width: 1240px) {
    .serviceSlideShow .sub-heading {
        font-size: 1.7vw;
    }
    .serviceSlideShow .testimonials .slider-parent .testimonials-comments>div h2 {
        font-size: 1.8vw;
        font-family: "Typold-Light";
        margin: 0;
    }
    .serviceSlideShow .testimonials .slider-parent .testimonials-comments>div h4 {
        font-size: 1.6vw;
    }
    .serviceSlideShow .testimonials .slider-parent .testimonials-comments>div p {
        font-size: 1.4vw;
    }
    @media screen and (max-width: 768px) {
        .serviceSlideShow .testimonials {
            margin-left: -1vw;
            padding: 5vw 0vw;
        }
        .miniHeading {
            font-size: 1.8vw;
            margin: 0;
        }
        .serviceSectionHeading {
            padding: 0.75vw 2vw 14px 2vw;
            width: 56vw;
            font-size: 4vw;
        }
        .serviceSlideShow .sub-heading {
            font-size: 2.4vw;
            padding: 2vw 0vw 4vw 0vw;
        }
    }
}

@media screen and (max-width: 540px) {
    .serviceSlideShow .testimonials {
        padding: 2vw 0vw;
    }
    .miniHeading {
        font-size: 1rem;
    }
    .serviceSectionHeading {
        padding: 1vw 6vw 2vw 6vw;
        min-width: 100vw;
        font-size: 2.4rem;
    }
    .serviceSectionHeading::before {
        width: 3.5vw;
    }
    .serviceSectionHeading::after {
        width: 3.5vw;
    }
    .serviceSlideShow .sub-heading {
        font-size: 1.4rem;
        padding: 2vw 6vw;
        line-height: 1.5;
    }
    .serviceSlideShow .bg-gradient {
        display: block;
    }
    .serviceSlideShow .bg-gradient>div {
        min-width: 100%;
        width: 100%;
        float: none;
        margin: 10px;
        margin-right: 0px;
    }
    .serviceSlideShow .bg-gradient>div::before {
        transform: skewX(0deg);
    }
    .serviceSlideShow .bg-gradient>div span {
        margin-right: 0;
        font-size: 5vw;
    }
    .serviceSlideShow .bg-gradient .skew {
        transform: skewX(0deg);
        border: 0 solid transparent;
    }
    .serviceSlideShow .bg-gradient .skew div {
        transform: skewX(0deg);
    }
    .serviceSlideShow .slider-parent .client-slider {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
        overflow-x: hidden;
        height: 30vw;
        left: 15px;
    }
    .serviceSlideShow .testimonials .slider-parent .client-slider>div.left {
        left: 21vw;
    }
    .serviceSlideShow .testimonials .slider-parent .client-slider>div.center {
        left: 43vw;
    }
    .serviceSlideShow .testimonials .slider-parent .client-slider>div.right {
        left: 64.6vw;
    }
    .serviceSlideShow .testimonials .slider-parent .testimonials-comments {
        margin-left: 0;
    }
    .serviceSlideShow .testimonials .slider-parent .testimonials-comments>div {
        padding: 0vw 2vw;
    }
    .serviceSlideShow .testimonials .slider-parent .testimonials-comments>div h2 {
        font-size: 3.6vw;
        margin: 0;
    }
    .serviceSlideShow .testimonials .slider-parent .testimonials-comments>div h4 {
        font-size: 2.8vw;
    }
    .serviceSlideShow .testimonials .slider-parent .testimonials-comments>div p {
        font-size: 1rem;
        padding: 0 6vw;
    }
    .serviceSlideShow .testimonials .slider-parent .bullets {
        padding-bottom: 2.5vw;
        display: flex;
        text-align: center;
        justify-content: center;
        margin-left: 5px;
    }
    .serviceSlideShow .testimonials .slider-parent .bullets i {
        display: inline-block;
        padding: 4px;
        border: 1px solid #7a7af4;
        position: relative;
        float: left;
        border-radius: 100%;
        margin: 3px;
        transition: 0.6s;
    }
    .serviceSlideShow .testimonials .slider-parent .bullets i.active {
        background: #7a7af4;
        transition: 0.6s;
    }
}


/* welcomeExcellence.css */

.welcomeExcellence {
    background-image: linear-gradient(#b7eae2, #ffffff 70%);
    overflow-x: hidden;
    padding: 30px 0;
    color: #585858;
}

.welcomeExcellence .sub-heading {
    line-height: 1.5;
    font-size: 1.3vw;
    font-family: "Typold-Light";
    font-weight: 600;
    margin: 0px;
    padding: 2vw 0vw;
    color: #444444;
}

.welcomeExcellence .bg-gradient {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-grow: 1;
}

.welcomeExcellence .bg-gradient>div {
    position: relative;
    float: left;
    width: 36%;
    background: #724ef4;
    padding: 7vw 2vw;
    color: #ffffff;
    transform: skew(-6.7deg);
    transition: all ease 0.4s;
}

.welcomeExcellence .bg-gradient>div::before {
    content: "";
    background-size: 100% 100% !important;
    background-position: center center !important;
    background-repeat: no-repeat;
    transition: all ease 0.4s;
    padding: 12px;
    position: absolute;
    left: -10%;
    width: 120%;
    top: 0;
    transform: skew(6.7deg);
    height: 100%;
}

.welcomeExcellence .bg-gradient>div span {
    position: relative;
    color: #ffffff;
    font-size: 1.9vw;
    font-family: "Typold-Condensed-Bold";
    transform: skew(6.7deg);
    letter-spacing: 0%;
    z-index: 1;
}

.welcomeExcellence .bg-gradient>div p {
    font-family: "Typold-Bold";
    width: 80%;
    margin: 20px auto 0;
    transform: skew(6.7deg);
}

.welcomeExcellence .bg-gradient>div:hover {
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2), 0px -6px 12px 0px rgba(0, 0, 0, 0.2);
    transition: all ease 0.6s;
}

.welcomeExcellence .bg-gradient>div:hover::before {
    background-size: 110% 110% !important;
    transition: all ease 0.6s;
}

.welcomeExcellence .bg-gradient .skew {
    border-left: 10px solid white;
    border-right: 10px solid white;
    transform: skewX(-6.7deg);
    z-index: 4;
    overflow: hidden;
}

.welcomeExcellence .bg-gradient .skew div {
    transform: skewX(0deg);
}

.welcomeExcellence .testimonials .section-heading {
    /* animation-duration: 2s;
    animation-name: welcome; */
    color: #6b53ef;
}


/* @keyframes welcome {
    from {
      opacity: 0;
      transform: translateY(-100%);
    }
    to {
      opacity: 1;
    }
  } */

.welcomeExcellence .testimonials {
    background-color: #ffffff;
    padding-bottom: 10vw;
    padding-top: 1vw;
}

.welcomeExcellence .testimonials .welcomeHead {
    background-image: linear-gradient(#b7eae2, #ffffff 70%);
    padding-top: 2vw;
    padding-bottom: 1vw;
}

.welcomeExcellence .slider-parent .client-slider {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    overflow-x: hidden;
    height: 26vw;
    margin-left: -15px;
}

.welcomeExcellence .testimonials .slider-parent .client-slider>div {
    width: 36vw;
    height: 24vw;
    position: absolute;
    float: left;
    transform: skewX(-6.7deg) scale(0.6, 0.6);
    margin: 10px -11vw;
    opacity: 0.6;
    transition: all ease-in-out 1s;
    left: 0;
}

.welcomeExcellence .testimonials .slider-parent .client-slider>div.left {
    left: 17.5vw;
    z-index: 3;
    transition: all ease-in-out 1s;
}

.welcomeExcellence .testimonials .slider-parent .client-slider>div.center {
    opacity: 1;
    transition: 0.6s;
    z-index: 4;
    transform: skewX(-6.7deg) scale(0.9);
    left: 39vw;
    transition: all ease-in-out 1s;
    background-position: center -1vw !important;
}

.welcomeExcellence .testimonials .slider-parent .client-slider>div.center.active:after {
    content: "";
    position: absolute;
    left: -15%;
    right: -11%;
    top: -16%;
    bottom: -10%;
    transform: scale(0.8);
    border-left: 4px solid #00b698;
    border-right: 4px solid #6e51f1;
    border-radius: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 4px;
    -moz-background-size: 100% 4px;
    background-size: 100% 4px;
    background-image: -webkit-linear-gradient(left, #00b698 0%, #6e51f1 100%), -webkit-linear-gradient(left, #00b698 0%, #6e51f1 100%);
    background-image: -moz-linear-gradient(left, #00b698 0%, #6e51f1 100%), -moz-linear-gradient(left, #00b698 0%, #6e51f1 100%);
    background-image: -o-linear-gradient(left, #00b698 0%, #6e51f1 100%), -o-linear-gradient(left, #00b698 0%, #6e51f1 100%);
    background-image: linear-gradient(to right, #00b698 0%, #6e51f1 100%), linear-gradient(to right, #00b698 0%, #6e51f1 100%);
    z-index: 2;
}

.welcomeExcellence .testimonials .slider-parent .client-slider>div.right {
    left: 60.6vw;
    z-index: 3;
    transition: all ease-in-out 1s;
}

.welcomeExcellence .testimonials .slider-parent .client-slider>div:nth-child(1) {
    background: url("../assets/office/click1.jpg") no-repeat;
    background-size: 112%;
}

.welcomeExcellence .testimonials .slider-parent .client-slider>div:nth-child(2) {
    background: url("../assets/office/click2.jpg") no-repeat;
}

.welcomeExcellence .testimonials .slider-parent .client-slider>div:nth-child(3) {
    background: url("../assets/office/click4.jpg") no-repeat;
    background-size: 112%;
}

.welcomeExcellence .testimonials .slider-parent .client-slider>div:after {
    transition: 1s;
}

@media screen and (max-width: 1240px) {
    .welcomeExcellence .testimonials {
        width: 100%;
    }
    .welcomeExcellence .testimonials .section-heading {
        font-size: 3vw;
        padding: 16px 1vw;
        min-width: 46vw;
    }
    .welcomeExcellence .sub-heading {
        font-size: 1.7vw;
        line-height: 1.5;
        margin: 0px;
        padding: 2vw 2vw;
    }
}

@media screen and (max-width: 768px) {
    .welcomeExcellence .testimonials .section-heading {
        font-size: 3.4vw;
        padding: 3vw 1vw;
        min-width: 54vw;
    }
    .welcomeExcellence .testimonials {
        width: 100%;
    }
    .welcomeExcellence .sub-heading {
        font-size: 1.8vw;
        line-height: 1.5;
        margin: 0px;
        padding: 2vw 2vw;
    }
    .welcomeExcellence .bg-gradient>div {
        width: 37%;
    }
    .welcomeExcellence .bg-gradient>div:nth-child(3) {
        margin-right: -5%;
        margin-left: -5%;
    }
    .welcomeExcellence .bg-gradient>div span {
        margin-right: -5%;
        font-size: 1.8vw;
    }
}

@media screen and (max-width: 540px) {
    .welcomeExcellence .testimonials .section-heading {
        font-size: 3.5vw;
        padding: 3vw 1vw;
        min-width: 55vw;
    }
    .welcomeExcellence .testimonials {
        width: 100%;
    }
    .welcomeExcellence .sub-heading {
        font-size: 1.1rem;
        line-height: 1.5;
        margin: 0px;
        padding: 2vw 6vw;
    }
    .welcomeExcellence .bg-gradient {
        display: block;
    }
    .welcomeExcellence .bg-gradient>div {
        min-width: 100%;
        width: 100%;
        float: none;
        margin: 10px;
        margin-right: 0px;
    }
    .welcomeExcellence .bg-gradient>div::before {
        transform: skewX(0deg);
    }
    .welcomeExcellence .bg-gradient>div span {
        margin-right: 0;
        font-size: 5vw;
    }
    .welcomeExcellence .bg-gradient .skew {
        transform: skewX(0deg);
        border: 0 solid transparent;
    }
    .welcomeExcellence .bg-gradient .skew div {
        transform: skewX(0deg);
    }
    .welcomeExcellence .slider-parent .client-slider {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
        overflow-x: hidden;
        height: 30vw;
        left: 15px;
    }
    .welcomeExcellence .testimonials .slider-parent .client-slider>div.left {
        left: 21vw;
    }
    .welcomeExcellence .testimonials .slider-parent .client-slider>div.center {
        left: 43vw;
    }
    .welcomeExcellence .testimonials .slider-parent .client-slider>div.right {
        left: 64.6vw;
    }
}


/* whyexcellence.css */

.whyExcellence {
    background-color: #ffffff;
    padding-top: 3vw !important;
    padding-bottom: 1vw !important;
}

.whyExcellenceOuterRow {
    padding: 1vw 0vw;
}

.whyExcellenceRow {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 0vw 3vw;
}

.whyExcellenceImg {
    width: 7vw;
    height: auto;
}

.whyExcellenceInnerRow {
    display: grid;
    grid-template-columns: 20% 70%;
    padding-bottom: 3vw;
}

.whyExcellenceInnerImgBox {
    padding-top: 0.7vw;
}

.whyExcellenceInnerRow:nth-child(even) {
    grid-template-columns: 20% 70%;
    padding-bottom: 3vw;
}

.whyExcellenceHeading {
    font-size: 1.6vw;
    font-family: "Typold-Medium";
    font-weight: bold;
    color: #492f5c;
}

.knowMoreBox {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.knowMoreBtn {
    border: 0.5px solid #724ef4;
    border-radius: 8px;
    color: #724ef4;
    padding: 0.5vw 1vw;
    font-size: 1vw;
    font-family: "Typold-Thin";
    font-weight: 600;
}

.contactUsFooterText {
    color: #646363;
    padding-top: 12px;
    font-size: 1vw;
    font-family: Typold-Thin;
}

@media screen and (max-width: 1240px) {
    .whyExcellenceOuterRow {
        padding: 0vw 1vw;
    }
    .serviceContent {
        padding: 0vw 3vw;
    }
    .whyExcellenceRow {
        grid-template-columns: 50% 50%;
        padding: 2vw 0vw;
    }
    .whyExcellenceInnerRow {
        display: grid;
        grid-template-columns: 23% 56%;
        padding-bottom: 3vw;
    }
    .whyExcellenceInnerImgBox {
        padding-top: 0.7vw;
    }
    .whyExcellenceInnerRow:nth-child(even) {
        grid-template-columns: 29% 59%;
        padding-bottom: 3vw;
        padding-left: 4vw;
    }
    .whyExcellenceHeading {
        font-size: 1.8vw;
    }
    .knowMoreBtn {
        border-radius: 8px;
        padding: 0.5vw 1vw;
        font-size: 1.2vw;
    }
}

@media screen and (max-width: 768px) {
    .whyExcellence {
        padding: 1vw 0vw !important;
    }
    .whyExcellenceOuterRow {
        padding: 0vw 1vw;
    }
    .whyExcellenceRow {
        grid-template-columns: 50% 50%;
        padding: 2vw 0vw;
    }
    .whyExcellenceInnerImgBox {
        padding-top: 1vw;
    }
    .whyExcellenceImg {
        width: 10vw;
        height: auto;
    }
    .whyExcellenceInnerRow {
        display: grid;
        grid-template-columns: 30% 70%;
        padding-bottom: 5vw;
        padding-right: 4vw;
    }
    .whyExcellenceInnerImgBox:nth-child(odd) {
        text-align: left;
    }
    .whyExcellenceInnerRow:nth-child(even) {
        grid-template-columns: 30% 70%;
        padding-left: 0vw;
        padding-right: 3vw;
        padding-bottom: 5vw;
    }
    .whyExcellenceHeading {
        font-size: 2.6vw;
    }
    .knowMoreBtn {
        padding: 1vw 2vw;
        font-size: 1.8vw;
        border-radius: 9px;
    }
    .contactUsFooterText {
        font-size: 1.5vw;
    }
}

@media screen and (max-width: 540px) {
    .whyExcellence {
        padding-top: 6vw !important;
        padding-bottom: 1vw !important;
    }
    .whyExcellenceOuterRow {
        padding: 6vw 6vw;
    }
    .whyExcellenceRow {
        grid-template-columns: 100%;
        padding: 6vw 0vw 0vw 0vw;
    }

    .serviceContent {
        padding: 0vw 0vw;
    }
    .whyExcellenceImg {
        width: 15vw;
        height: auto;
    }
    .whyExcellenceInnerRow {
        grid-template-columns: 20% 75%;
        grid-gap: 5%;
        padding-bottom: 5vw;
        padding-right: 0vw;
    }
    .whyExcellenceInnerImgBox:nth-child(odd) {
        text-align: center;
        padding: 2vw 0vw;
    }
    .whyExcellenceInnerRow:nth-child(even) {
        grid-template-columns: 20% 75%;
        grid-gap: 5%;
        padding-left: 0vw;
        padding-bottom: 5vw;
        padding-right: 0vw;
    }
    .whyExcellenceHeading {
        font-size: 1.5rem;
    }
    .knowMoreBtn {
        padding: 1.25vw 2.75vw;
        font-size: 1.125rem;
        border-radius: 8px;
    }
    .contactUsFooterText {
        padding-top: 12px;
        font-size: 1.125rem;
    }
}


/* work.service.css */

.workTechRow {
    display: grid;
    grid-template-columns: 16.7% 16.7% 16.7% 16.7% 16.7% 16.7%;
    padding: 0vw 1vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
}

.servicesInnerBox .technology_name {
    /* font-family: "Typold Extended"; */
    line-height: normal;
    font-size: 29px;
    color: #724ef4;
    text-align: center;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block !important;
}

.technology_image {
    width: max-content;
    height: 50px !important;
    margin: 10px auto;
}

.technology_image img {
    width: 50px !important;
}

.node_div {
    width: min-content !important;
    height: 50px !important;
    margin: 10px auto;
}

.node {
    width: 80px !important;
}

.tech_container .php {
    width: 70px !important;
}

.mobile_dropdown {
    display: none;
}

.mobile_dropdown .dropdown button {
    background-color: #724ef4;
    border-color: #724ef4;
    width: 50%;
}

.mobile_dropdown .dropdown button:active:focus,
.mobile_dropdown .dropdown button:active:hover {
    background-color: #01b599 !important;
}

.open>.dropdown-toggle.btn-primary {
    background-color: #01b599 !important;
    border-color: #01b599 !important;
}

@media screen and (max-width: 1240px) {
    .workTechRow {
        padding: 0vw 1vw;
        margin-top: 2vw;
    }
}

@media screen and (max-width: 768px) {
    .workTechRow {
        /* grid-template-columns: 50% 50%;
      padding: 0vw 1vw;
      margin-top: 2vw; */
        display: none;
    }
    .mobile_dropdown {
        display: block;
        padding: 0vw 2vw;
        margin-top: 2vw;
        margin-bottom: 2vw;
    }
}

@media screen and (max-width: 540px) {
    .workTechRow {
        display: none;
        /* display: grid;
      grid-template-columns: 50% 50%;
      padding: 0vw 2vw;
      margin-top: 2vw; */
    }
    .mobile_dropdown {
        display: block;
        padding: 0vw 2vw;
        margin-top: 2vw;
        margin-bottom: 2vw;
    }
}


/* work-tabContent.css */

.categories {
    display: block;
}

.categories .slider-container {
    background: #fff;
    padding-bottom: 2em;
    animation: fadeIn ease 2s;
}

.categories .slider-container .slides {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.categories .slider-container .slide {
    width: 100vw;
    text-align: center;
    flex: none;
}

@media screen and (max-width: 768px) {
    .categories .slider-container .slide {
        width: 95vw;
        transition: 0.2s;
    }
}

@media screen and (max-width: 540px) {
    .categories .slider-container .slide {
        width: 85vw;
        transition: 0.2s;
    }
}

.categories .slider-container .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories .slider-container .pagination img {
    float: left;
    width: 12px;
    margin: 0em 4em;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .categories .slider-container .pagination img {
        margin: 0em 2em;
        transition: 0.2s;
    }
}

@media screen and (max-width: 540px) {
    .categories .slider-container .pagination img {
        margin: 0em 1em;
        transition: 0.2s;
    }
}

.categories .slider-container .pagination .bullets {
    border: 2px solid #7a7af4;
    padding: 5px;
    width: 5px;
    float: left;
    display: inline-block;
    position: relative;
    margin: 0 2.6em;
    cursor: pointer;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    .categories .slider-container .pagination .bullets {
        margin: 0 2em;
        transition: 0.2s;
    }
}

@media screen and (max-width: 540px) {
    .categories .slider-container .pagination .bullets {
        margin: 0 1em;
        transition: 0.2s;
    }
}

.categories .slider-container .pagination .bullets::before {
    content: "";
    cursor: default;
    border: 1px solid #7a7af4;
    position: absolute;
    width: 40px;
    left: -40px;
    top: 4px;
}

@media screen and (max-width: 768px) {
    .categories .slider-container .pagination .bullets::before {
        width: 30px;
        left: -30px;
        transition: 0.2s;
    }
}

@media screen and (max-width: 540px) {
    .categories .slider-container .pagination .bullets::before {
        width: 16px;
        left: -16px;
        transition: 0.2s;
    }
}

.categories .slider-container .pagination .bullets::after {
    content: "";
    cursor: default;
    border: 1px solid #7a7af4;
    position: absolute;
    width: 40px;
    right: -40px;
    top: 4px;
}

@media screen and (max-width: 768px) {
    .categories .slider-container .pagination .bullets::after {
        width: 30px;
        right: -30px;
        transition: 0.2s;
    }
}

@media screen and (max-width: 540px) {
    .categories .slider-container .pagination .bullets::after {
        width: 16px;
        right: -16px;
        transition: 0.2s;
    }
}

.categories .slider-container .pagination .bullets.active {
    background-color: #7a7af4;
    transition: 0.5s;
}

.categories .card {
    width: 455px;
    display: inline-block;
    margin: 1em;
    font-family: "Typold";
    line-height: normal;
    font-size: 27px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 10px 4px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    color: #00b698;
}

.categories .card .details {
    position: relative;
    margin-bottom: 1em;
}

.categories .card .details .icon {
    position: absolute;
    top: -74px;
    left: 50%;
    transform: translate(-50%);
    width: 106px;
    height: 106px;
    background: #ffffff;
    box-shadow: 5px 4px 20px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories .card .details .title {
    font-family: "Typold";
    line-height: normal;
    font-size: 27px;
    text-align: center;
    text-transform: uppercase;
    color: #00b698;
    padding-top: 2em;
}

.categories .card .details .detail-text {
    font-family: "Typold";
    line-height: normal;
    font-size: 20px;
    color: #00b698;
    width: 70%;
    margin: auto;
    padding-bottom: 2em;
}

.categories .card .details .see-more {
    font-family: "Typold Extended";
    line-height: normal;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #724ef4;
    text-decoration: none;
    border-bottom: 2px solid #724ef4;
    padding-bottom: 2px;
}


/* work.css */


/* .work-banner {
  position: relative;
  min-height: 538px;
  background: linear-gradient(45deg, rgba(0, 182, 152, 0.5), rgba(114, 78, 244, 0.5)), url(../assets/banner-bg.png) center center no-repeat fixed;
  background-size: cover;
} */


/* .work-banner .work-banner-heading {
  position: absolute;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  left: 45%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50vw;
  line-height: 1.35em;
  font-weight: 900;
  letter-spacing: 4px;
  transition: .2s;
} */


/* .work-banner .work-banner-heading .section-heading {
  color: #fff;
} */


/* .work-banner .work-banner-heading .section-heading::before, .work-banner .work-banner-heading .section-heading::after {
  border-color: #fff;
}

.work-menu .work-menu-container {
  min-height: 253px;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.work-menu .work-menu-container ul {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.work-menu .work-menu-container ul li {
  display: inline-block;
  font-family: "Typold Extended";
  line-height: normal;
  font-size: 29px;
  color: #724EF4;
}

.work-menu .work-menu-container ul li.active {
  color: #00B698;
  border-bottom: 4px solid #00B698;
} */

.parent-tabContent-container {
    opacity: 1;
    padding: 0px 0px;
    animation: flickerAnimation 1s;
}

@keyframes flickerAnimation {
    /* flame pulses */
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.categories .slider-container {
    background: #fff;
    padding-bottom: 2em;
}

.remove_margin {
    margin: 0 0px !important;
}

.categories .card .project {
    width: 100%;
}

.categories .slider-container .slides {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.categories .slider-container .slide {
    width: 100%;
    text-align: center;
    flex: none;
}


/* 
  .categories .slider-container .project_container {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
  } */

@media screen and (max-width: 768px) {
    .categories .slider-container .slide {
        /* width: 95%; */
        transition: 0.2s;
    }
    /* .categories .slider-container .project_container {
      grid-template-columns: 50% 50%;
    } */
}

@media screen and (max-width: 540px) {
    .categories .slider-container .slide {
        /* width: 85%; */
        transition: 0.2s;
    }
    .categories .card {
        width: auto !important;
    }
    .categories .card .project {
        width: 100%;
    }
    /* .categories .slider-container .project_container {
      grid-template-columns: 100%;
    } */
}

.categories .slider-container .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories .slider-container .pagination img {
    float: left;
    width: 12px;
    margin: 0em 4em;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .categories .slider-container .pagination img {
        margin: 0em 2em;
        transition: 0.2s;
    }
}

@media screen and (max-width: 540px) {
    .categories .slider-container .pagination img {
        margin: 0em 1em;
        transition: 0.2s;
    }
}

.categories .slider-container .pagination .bullets {
    border: 2px solid #7a7af4;
    padding: 5px;
    width: 5px;
    float: left;
    display: inline-block;
    position: relative;
    margin: 0 2.6em;
    cursor: pointer;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    .categories .slider-container .pagination .bullets {
        margin: 0 2em;
        transition: 0.2s;
    }
}

@media screen and (max-width: 540px) {
    .categories .slider-container .pagination .bullets {
        margin: 0 1em;
        transition: 0.2s;
    }
}

.categories .slider-container .pagination .bullets::before {
    content: "";
    cursor: default;
    border: 1px solid #7a7af4;
    position: absolute;
    width: 40px;
    left: -40px;
    top: 4px;
}

@media screen and (max-width: 768px) {
    .categories .slider-container .pagination .bullets::before {
        width: 30px;
        left: -30px;
        transition: 0.2s;
    }
}

@media screen and (max-width: 540px) {
    .categories .slider-container .pagination .bullets::before {
        width: 16px;
        left: -16px;
        transition: 0.2s;
    }
}

.categories .slider-container .pagination .bullets::after {
    content: "";
    cursor: default;
    border: 1px solid #7a7af4;
    position: absolute;
    width: 40px;
    right: -40px;
    top: 4px;
}

@media screen and (max-width: 768px) {
    .categories .slider-container .pagination .bullets::after {
        width: 30px;
        right: -30px;
        transition: 0.2s;
    }
}

@media screen and (max-width: 540px) {
    .categories .slider-container .pagination .bullets::after {
        width: 16px;
        right: -16px;
        transition: 0.2s;
    }
}

.categories .slider-container .pagination .bullets.active {
    background-color: #7a7af4;
    transition: 0.5s;
}

.categories .card {
    /* width: 455px; */
    width: 85%;
    display: inline-block;
    margin: 10px;
    /* padding: 1em; */
    font-family: "Typold";
    line-height: normal;
    font-size: 27px;
    text-align: center;
    text-transform: uppercase;
    /* box-shadow: 10px 4px 30px rgba(0, 0, 0, 0.05); */
    box-shadow: 5px 4px 20px rgba(0, 0, 0, 0.16);
    background: #ffffff;
    color: #00b698;
}

.categories .card .details {
    position: relative;
    margin-bottom: 1em;
}

.categories .card .details .icon {
    position: absolute;
    top: -74px;
    left: 50%;
    transform: translate(-50%);
    width: 106px;
    height: 106px;
    background: #ffffff;
    box-shadow: 5px 4px 20px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories .card .details .title {
    font-family: "Typold-Regular";
    line-height: normal;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #724ef4;
    padding-top: 2em;
}

.categories .card .details .detail-text {
    font-family: "Typold-Regular";
    line-height: normal;
    text-transform: none;
    font-size: 18px;
    color: #777777;
    width: 70%;
    margin: auto;
    padding-bottom: 2em;
}

.categories .card .details .see-more {
    font-family: "Typold Extended";
    line-height: normal;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #724ef4;
    text-decoration: none;
    border-bottom: 2px solid #724ef4;
    padding-bottom: 2px;
}


/* portfolio-landing.css */

.portfolioLanding {
    height: 100vh;
    overflow: hidden;
}

.scroll-container-body {
    background-color: #fff;
    scroll-snap-type: y proximity;
    overflow-y: scroll;
    /* height: 100vh; */
    scroll-behavior: smooth;
}

.portfolio-wrapper {
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.portfolio-landing__container {
    /* margin-top: 50px; */
    /* margin-bottom: 15vh; */
    width: initial;
}

.portfolio-landing__container .row {
    margin-right: -5vw;
}

.portfolio-landing__section--text {
    /* margin-left: 5vw; */
}

.portfolio-landing__container .banner-text-left {
    float: left;
    padding-left: 5vw;
    max-width: 32vw;
}

.portfolio-landing__container .banner-image-right {
    float: right;
    width: 62vw;
}

.portfolio-banner-image__container {
    /*  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 860px;
  left: 45%;
  margin-top: 70px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0; */
}

.portfolio-landing__container .banner-image-right .image {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}

.portfolio-landing__hi {
    white-space: nowrap;
    overflow: hidden;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    line-height: 1;
    color: #444444;
    margin-top: 18vh;
    min-height: 55px;
}

.portfolio-landing__digPro {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 1;
    color: #444444;
    margin-top: 15vh;
}

.portfolio-landing__weAre {
    font-family: Typold-Thin;
    font-weight: 900;
    font-size: 16px;
    line-height: 18px;
    margin-top: 18vh;
}

@media screen and (max-width: 1200px) {
    .portfolio-landing__weAre {
        font-family: Typold-Thin;
        font-weight: 900;
        font-size: 16px;
        line-height: 18px;
        margin-top: 6vw;
    }
}

.image {
    /* position: relative; */
}

.grouped {
    /* position: absolute; */
    /* height: 66vh;
  width: 58vw; */
    height: 69vh;
    width: 82vh;
    float: right;
}

@media screen and (max-width: 540px) {
    .menu-parent.portfolio:not(.open) .menu {
        background: linear-gradient(10.03deg, rgb(1, 181, 153) 0.86%, rgb(109, 84, 239) 99.14%) !important;
    }
    .portfolio-landing__container .banner-text-left,
    .portfolio-landing__container .banner-image-right {
        float: none;
        max-width: initial;
        width: initial;
    }
    .portfolioLanding {
        height: initial;
        overflow: initial;
    }
    .portfolio-landing__hi {
        margin-top: 25px;
    }
    .portfolio-landing__digPro {
        margin-top: 5vh;
        font-size: 32px;
    }
    .portfolio-landing__weAre {
        margin-top: 5vh;
        font-size: 18px;
        line-height: 20px;
    }
    .portfolio-landing__section--text {
        margin-right: 5vw;
    }
    .portfolio-landing__container .row {
        margin-right: -15px;
    }
    .portfolio-landing__container .banner-image-right {
        margin-top: 15vw;
        margin-right: -20vw;
        padding-left: 0vw;
        width: 100vw;
        height: 75vw;
        position: relative;
        overflow: hidden;
    }
    .portfolio-banner-image__container {
        position: absolute;
        right: -25vw;
    }
    .portfolio-landing__container .banner-image-right .image {
        height: 75vw;
    }
}


/* portfolioLanding techStack */

.page-react {
    /* height: 100vh; */
}

#react-native,
#node,
#magento,
#vue,
#shopify,
#angular,
#flutter {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    height: 100vh;
}

.mb-2vh {
    margin-bottom: 2vh;
}

.mt-3vh {
    margin-top: 3vh;
}

.portfolioLanding__techStack {
    margin-bottom: 0 !important;
}

.portfolioLanding__techStack--headingContainer {
    text-align: center;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    padding: 2vw 0;
}

.portfolioLanding__techStack--heading {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    color: #724ef4;
    margin-bottom: 0;
}

.portfolioLanding__techStack--headingContainer p {
    font-family: Typold-Thin;
    font-weight: 500;
    font-size: 1.5vw;
}

@media screen and (max-width: 1200px) {
    .portfolioLanding__techStack--heading {
        font-family: Montserrat;
        font-style: normal;
        font-weight: normal;
        font-size: 5vw;
        color: #724ef4;
        margin-bottom: 0;
    }
    .portfolioLanding__techStack--headingContainer p {
        font-family: Typold-Thin;
        font-weight: 500;
        font-size: 2.4vw;
    }
}

.col-flex-space-between {
    display: flex;
    flex-direction: column;
    height: -webkit-fill-available !important;
    height: inherit;
}

.cd-section {
    background-repeat: no-repeat;
    background-size: cover;
    height: 75vh;
}

.cd-section-others {
    background-repeat: no-repeat;
    background-size: cover;
    height: 43vw;
    position: relative;
}

.cd-section__text {
    position: relative;
}

.section-image {
    position: absolute;
    top: 8vw;
    right: 2vw;
    max-width: 58vw;
    height: 31vw;
}

.cd-section__img {
    position: relative;
}

.bgreactNative {
    background-image: linear-gradient( 180deg, #000000 0%, rgba(255, 255, 255, 0) 100%), url("../assets/portfolio-landing/ReactNative.png");
    background-size: 100vw auto;
    position: relative;
    height: 100vh;
    margin-bottom: 0vw;
}

.arrowBox {
    position: absolute;
    padding: 1vw;
    bottom: 0;
}

.c-home-section__icon-wrap {
    display: inline-block;
    -webkit-animation: arrow-bounce 2s infinite;
    animation: arrow-bounce 2s infinite;
}

.portfolioLanding__techStack--container--heading {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 3vw;
    color: #ffffff;
    margin-top: 5vw;
    margin-left: 5vw;
}

.portfolioLanding__techStack--container--subheading {
    font-family: Typold-Thin;
    font-weight: 500;
    font-size: 1.4vw;
    line-height: 1.5;
    color: #ffffff;
    margin-left: 5vw;
    margin-top: 5vw;
    width: 30%;
}

.portfolioLanding__techStack--projects-clients {
    display: flex;
}

.portfolioLanding__techStack--container--subheading2 {
    font-family: Typold-Thin;
    font-weight: 500;
    font-size: 1.3vw;
    line-height: 1.4;
    color: #ffffff;
    margin-left: 5vw;
    margin-top: 7vh;
}

@media screen and (max-width: 1024px) {
    .bgreactNative {
        height: 100vh;
        margin-bottom: 0vw;
    }
    .arrowBox {
        padding: 3vw 2vw;
    }
    .portfolioLanding__techStack--container--heading {
        margin-left: 6vw;
        margin-top: 6vw;
        font-size: 4vw;
    }
    .portfolioLanding__techStack--container--subheading {
        font-size: 1.8vw;
        margin-top: 4vw;
        margin-left: 0;
        padding: 0 0 0 6vw;
        line-height: 1.8;
        width: 45%;
    }
    .section-image {
        position: absolute;
        padding: 0vw;
        bottom: 0vw;
        left: 43vw;
        max-width: 50vw;
        top: 10vw;
        height: 28vw;
        margin-bottom: 0vw;
        object-fit: contain;
    }
    .cd-section__img {
        left: 3vw;
    }
}

@media screen and (max-width: 768px) {
    .bgreactNative {
        height: 100vh;
        margin-bottom: 0vw;
    }
    .arrowBox {
        padding: 3vw 2vw;
    }
    .portfolioLanding__techStack--container--heading {
        margin-left: 6vw;
        margin-top: 6vw;
        font-size: 5vw;
    }
    .portfolioLanding__techStack--container--subheading {
        font-size: 2.3vw;
        margin-top: 4vw;
        margin-left: 0;
        padding: 0 6vw;
        line-height: 1.8;
        width: 100%;
    }
    .section-image {
        position: relative;
        padding: 0vw;
        bottom: 0vw;
        top: 2vw;
        left: 12vw;
        max-width: 63vw;
        height: 34vw;
        margin-bottom: 0vw;
        object-fit: contain;
    }
    .cd-section__img {
        left: 3vw;
    }
}

@media screen and (max-width: 540px) {
    .bgreactNative {
        background-image: linear-gradient( 180deg, #000000 0%, rgba(255, 255, 255, 0) 100%), url("../assets/portfolio-landing/ReactNative.png");
        position: relative;
        height: 665px;
        margin-bottom: 0;
        padding: 6vw 6vw 0vw 6vw;
    }
    .cd-section-others {
        height: 80vw;
    }
    .section-image {
        position: relative;
        padding: 0vw;
        bottom: 0vw;
        left: 0vw;
        max-width: 190vw;
        height: 50vw;
        margin-bottom: 20vw;
        object-fit: contain;
    }
    .portfolioLanding__techStack--container--heading {
        margin-left: 0vw;
        margin-top: 0vw;
        font-size: 2.4rem;
    }
    .portfolioLanding__techStack--container--subheading {
        font-size: 1.4rem;
        margin-left: 0vw;
        margin-top: 6vw;
        line-height: 1.8;
        width: 100%;
        padding: 0vw;
    }
    .portfolioLanding__techStack--container--subheading2 {
        margin-left: 8vw;
        font-size: 1.25rem;
    }
    .arrowBox {
        padding: 0vw;
    }
    .c-home-section__icon-wrap {
        padding: 1vw;
    }
    .portfolioLanding__techStack--headingContainer p {
        font-size: 1.125rem;
    }
    .portfolioLanding__techStack--heading {
        font-size: 2.4rem;
    }
    .portfolioLanding__techStack {
        margin-bottom: 0vw !important;
    }
}

.o-icon {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.o-icon--white {
    fill: #fff;
}

.o-icon--black {
    fill: #000;
}

@keyframes arrow-bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.vp-link {
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    font-weight: 600;
}

.vp-link:after {
    display: block;
    content: "";
    margin-top: 0;
    transform: scaleX(0.35);
    transition: transform 600ms ease-in-out;
    border-bottom: 3px solid #01b599;
    transform-origin: 0% 0%;
}

.vp-link:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 0%;
}

.vp-link a {
    color: inherit;
    text-decoration: none;
}


/* hire us */

.developmentServiceRow {
    display: grid;
    grid-template-columns: 50% 50%;
    position: relative;
    background-color: #fff;
}

.developmentServiceFirstCol {
    position: relative;
    padding-top: 3vw;
}

.developmentServiceInnerBox {
    padding: 3vw;
}

.developmentServicesTitle {
    font-family: "Typold-Bold";
    font-size: 2.2vw;
    color: #724ef4;
}

.developmentServicesDescription {
    font-family: "Typold-Thin";
    font-weight: 600;
    font-size: 1.1vw;
    min-height: 7vw;
    color: #777777;
    padding: 0vw 0vw;
}

.getInTouch {
    display: inline-block;
    text-decoration: none;
    font-family: "Typold-Thin";
    font-weight: 600;
    font-size: 0.9vw;
    padding: 6px 0;
    color: #01b599;
    text-transform: uppercase;
}

.getInTouch a {
    color: inherit;
    text-decoration: none;
}

.getInTouch::after {
    display: block;
    content: "";
    margin-top: 4px;
    transform: scaleX(0.4);
    transition: transform 600ms ease-in-out;
    border-bottom: 5px solid #01b599;
    transform-origin: 0% 0%;
}

.getInTouch:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 0%;
}

.ourModels {
    padding: 3vw 0vw !important;
    background-color: #fff;
}

.modelBox {
    padding-top: 3vw !important;
}

.whyChooseUs {
    background-color: #fff;
    padding: 2vw 0vw !important;
}

@media screen and (max-width: 1240px) {
    .developmentServicesTitle {
        font-size: 2vw;
    }
    .developmentServicesDescription {
        font-size: 1.2vw;
    }
    .getInTouch {
        font-size: 1.1vw;
    }
}

@media screen and (max-width: 768px) {
    .developmentServiceFirstCol {
        padding: 4vw 0vw 0vw 0vw;
    }
    .developmentServiceInnerBox {
        padding: 3vw 5vw;
    }
    .developmentServicesTitle {
        font-size: 2.4vw;
    }
    .developmentServicesDescription {
        font-size: 1.6vw;
        min-height: 7vw;
        padding: 0vw 3vw;
    }
    .getInTouch {
        display: inline-block;
        font-size: 1.125rem;
        padding: 6px 0;
    }
    .ourModels {
        padding-top: 10vw !important;
    }
    .modelBox {
        padding: 0vw 6vw !important;
    }
}

@media screen and (max-width: 540px) {
    .developmentServiceRow {
        display: flex;
        flex-direction: column;
    }
    .developmentServiceFirstCol {
        padding: 6vw 0vw;
    }
    .developmentServiceInnerBox {
        padding: 3vw 6vw;
    }
    .developmentServicesTitle {
        font-size: 1.5rem;
    }
    .developmentServicesDescription {
        font-size: 1.125rem;
        min-height: 7vw;
        padding: 0vw 0vw;
    }
    .getInTouch {
        display: inline-block;
        font-size: 1.125rem;
        padding: 6px 0;
    }
    .ourModels {
        padding-top: 4vw !important;
    }
    .modelBox {
        padding: 0vw 6vw !important;
    }
}


/* workedWith */

.portfolioServiceRow {
    padding: 1vw 0;
    height: 100vh;
}

.workedRow {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 40px 0;
}

.workedFirstCol {
    padding: 4vw 5vw;
}

.workedHeading {
    font-size: 4rem;
    font-family: "Typold-Medium";
    margin-bottom: 6rem;
    color: #444444;
    line-height: 1.3;
    font-weight: 600;
}

.workedDescription {
    font-size: 2rem;
    font-family: "Typold-Thin";
    font-weight: 600;
    margin-bottom: 6rem;
    color: #777777;
}

.workedSecondCol {
    padding-right: 30px;
    position: relative;
}

.bubbles-image-container {
    position: relative;
}

.ourBackgroundImg {
    margin-top: 30px;
    max-width: 100%;
    /* position: absolute;
    width: 40vw;
    height: 26vw;
    top: 3vw;
    left: 4vw; */
}

.agency-circle {
    position: absolute;
    z-index: 0;
    border-radius: 1000px;
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.agency-circle-1 {
    left: 0;
    top: -15%;
    right: auto;
    bottom: auto;
    width: 200px;
    height: 200px;
    background-color: rgba(244, 241, 211, 0.5);
}

.agency-circle-2 {
    left: auto;
    top: auto;
    right: 25%;
    bottom: -20%;
    width: 150px;
    height: 150px;
    background: rgba(211, 242, 237, 0.5);
    will-change: transform;
    transform-style: preserve-3d;
}

.techstackSecondCol {
    padding: 7vw 4vw;
}

.preferedTechName {
    color: #444444;
    font-size: 1vw;
    padding: 8px 0px;
    font-family: "Typold-Thin";
    font-weight: 600;
    margin-bottom: 4vw;
}

.preferedTechImg {
    width: 3.5vw;
    height: 3.5vw;
}

.zarpo {
    position: absolute;
    height: 200px;
    width: 200px;
    top: -45px;
    left: 3vw
}

.bumbags {
    position: absolute;
    height: 150px;
    width: 150px;
    top: -66px;
    right: 3vw;
}

.prghub {
    position: absolute;
    height: 120px;
    width: 120px;
    bottom: 1vw;
    right: 16vw;
}

.hmg {
    position: absolute;
    height: 100px;
    width: 100px;
    top: 16vw;
    left: 11vw;
}

.netchex {
    position: absolute;
    height: 180px;
    width: 180px;
    top: 3vw;
    left: 20vw;
}

.betica {
    position: absolute;
    height: 150px;
    width: 150px;
    top: 12vw;
    right: 3vw;
}

.c-floating-client {
    position: absolute;
    display: block;
    border-radius: 50%;
    background-color: #fff;
    -webkit-animation: float 4s ease-in-out infinite forwards;
    animation: float 4s ease-in-out infinite forwards
}

.c-floating-client a {
    text-decoration: none;
}

.c-floating-client:nth-child(1) {
    -webkit-animation-delay: -0.1397s;
    animation-delay: -0.1397s
}

.c-floating-client:nth-child(2) {
    -webkit-animation-delay: -0.2794s;
    animation-delay: -0.2794s
}

.c-floating-client:nth-child(3) {
    -webkit-animation-delay: -0.4191s;
    animation-delay: -0.4191s
}

.c-floating-client:nth-child(4) {
    -webkit-animation-delay: -0.5588s;
    animation-delay: -0.5588s
}

.c-floating-client:nth-child(5) {
    -webkit-animation-delay: -0.6985s;
    animation-delay: -0.6985s
}

.c-floating-client:nth-child(6) {
    -webkit-animation-delay: -0.8382s;
    animation-delay: -0.8382s
}

.c-floating-client:nth-child(7) {
    -webkit-animation-delay: -0.9779s;
    animation-delay: -0.9779s
}

.c-floating-client:nth-child(8) {
    -webkit-animation-delay: -1.1176s;
    animation-delay: -1.1176s
}

.c-floating-client:nth-child(9) {
    -webkit-animation-delay: -1.2573s;
    animation-delay: -1.2573s
}

.c-floating-client:nth-child(10) {
    -webkit-animation-delay: -1.397s;
    animation-delay: -1.397s
}

.c-floating-client:nth-child(odd) {
    -webkit-animation-duration: 5s;
    animation-duration: 5s
}

.c-floating-client__logo {
    max-width: 100%;
}

.c-floating-client__name {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 0.75rem;
    white-space: nowrap;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
    font-family: Typold-Thin;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-0.5rem);
    -ms-transform: translateX(-50%) translateY(-0.5rem);
    transform: translateX(-50%) translateY(-0.5rem);
    -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    pointer-events: none;
    font-size: 0.85em
}

.c-floating-client:hover .c-floating-client__name {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0)
}

@-webkit-keyframes float {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
        /* -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1) */
    }
    50% {
        -webkit-transform: translate3d(0, 6%, 0);
        transform: translate3d(0, 6%, 0);
        /* -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15) */
    }
}

@keyframes float {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
        /* -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1) */
    }
    50% {
        -webkit-transform: translate3d(0, 6%, 0);
        transform: translate3d(0, 6%, 0);
        /* -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15) */
    }
}

@media screen and (max-width: 1200px) {
    .portfolioServiceRow {
        padding: 1vw 0;
        height: 100vh;
    }
    .workedRow {
        display: grid;
        grid-template-columns: 50% 50%;
        margin: 40px 0;
    }
    .workedFirstCol {
        padding: 0vw 3vw 0 6vw;
    }
    .workedHeading {
        font-size: 4rem;
        font-family: "Typold-Medium";
        margin-bottom: 6rem;
        color: #444444;
        line-height: 1.3;
        font-weight: 600;
    }
    .workedDescription {
        font-size: 2rem;
        font-family: "Typold-Thin";
        font-weight: 600;
        margin-bottom: 6rem;
        color: #777777;
    }
    .workedSecondCol {
        padding-right: 30px;
        position: relative;
    }
    .ourBackgroundImg {
        margin-top: 30px;
        max-width: 100%;
        /* position: absolute;
        width: 40vw;
        height: 26vw;
        top: 3vw;
        left: 4vw; */
    }
    .agency-circle-1 {
        top: -20%;
        width: 180px;
        height: 180px;
    }
    .agency-circle-2 {
        right: 25%;
        bottom: -20%;
        width: 130px;
        height: 130px;
    }
    .techstackSecondCol {
        padding: 7vw 4vw;
    }
    .preferedTechName {
        color: #444444;
        font-size: 1.3vw;
        padding: 8px 0px;
        font-family: "Typold-Thin";
        font-weight: 600;
        margin-bottom: 4vw;
    }
    .preferedTechImg {
        width: 6vw;
        height: 6vw;
        /* background-color: #6d54ef; */
    }
    .zarpo {
        position: absolute;
        height: 150px;
        width: 150px;
        top: -45px;
        left: 3vw
    }
    .bumbags {
        position: absolute;
        height: 90px;
        width: 90px;
        top: -66px;
        right: 3vw;
    }
    .prghub {
        position: absolute;
        height: 100px;
        width: 100px;
        bottom: 1vw;
        right: 16vw;
    }
    .hmg {
        position: absolute;
        height: 80px;
        width: 80px;
        top: 16vw;
        left: 11vw;
    }
    .netchex {
        position: absolute;
        height: 130px;
        width: 130px;
        top: 3vw;
        left: 20vw;
    }
    .betica {
        position: absolute;
        height: 100px;
        width: 100px;
        top: 12vw;
        right: 3vw;
    }
}

@media screen and (max-width: 768px) {
    .portfolioServiceRow {
        padding: 2vw 6vw;
        height: 100vh;
    }
    .workedRow {
        display: grid;
        grid-template-columns: 100%;
        margin: 0vw 0;
    }
    .workedFirstCol {
        padding: 4vw 0vw;
    }
    .workedHeading {
        font-size: 2.4rem;
        font-family: "Typold-Medium";
        margin-bottom: 2rem;
        color: #444444;
        line-height: 1.3;
        font-weight: 600;
    }
    .workedDescription {
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }
    .workedSecondCol {
        padding-right: 0px;
        position: relative;
        height: 70vw;
    }
    .bubbles-image-container {
        display: inline-block;
        left: 50%;
        transform: translateX(-50%);
    }
    .ourBackgroundImg {
        margin-top: 0;
        height: 36vw;
    }
    .agency-circle-1 {
        top: -30%;
        width: 180px;
        height: 180px;
    }
    .agency-circle-2 {
        bottom: -20%;
        width: 130px;
        height: 130px;
    }
    .techstackSecondCol {
        padding: 7vw 0vw;
    }
    .preferedTechName {
        color: #444444;
        font-size: 1.25rem;
        padding: 8px 0px;
        font-family: "Typold-Thin";
        font-weight: 600;
        margin-bottom: 4vw;
    }
    .preferedTechImg {
        width: 8vw;
        height: 8vw;
        /* background-color: #6d54ef; */
    }
    .zarpo {
        position: absolute;
        height: 150px;
        width: 150px;
        top: 0px;
        left: 0vw
    }
    .bumbags {
        position: absolute;
        height: 120px;
        width: 120px;
        top: 10px;
        right: 0vw;
    }
    .prghub {
        position: absolute;
        height: 110px;
        width: 110px;
        bottom: 24vw;
        right: 26vw;
    }
    .hmg {
        position: absolute;
        height: 90px;
        width: 90px;
        top: 24vw;
        left: 8vw;
    }
    .netchex {
        position: absolute;
        height: 130px;
        width: 130px;
        top: 10vw;
        left: 30vw;
    }
    .betica {
        position: absolute;
        height: 100px;
        width: 100px;
        top: 20vw;
        right: 2vw;
    }
}

@media screen and (max-width: 540px) {
    .portfolioServiceRow {
        padding: 6vw 6vw;
        height: 100vh;
    }
    .workedRow {
        display: grid;
        grid-template-columns: 100%;
        margin: 0vw 0;
    }
    .workedFirstCol {
        padding: 4vw 0vw;
    }
    .workedHeading {
        font-size: 2.4rem;
        font-family: "Typold-Medium";
        margin-bottom: 2rem;
        color: #444444;
        line-height: 1.3;
        font-weight: 600;
    }
    .workedDescription {
        font-size: 1.3rem;
        font-family: "Typold-Thin";
        font-weight: 600;
        margin-bottom: 1rem;
        color: #777777;
    }
    .workedSecondCol {
        padding-right: 0px;
        position: relative;
        height: 70vw;
    }
    .ourBackgroundImg {
        height: 48vw;
    }
    .agency-circle-1 {
        top: -30%;
        width: 140px;
        height: 140px;
    }
    .agency-circle-2 {
        bottom: -25%;
        width: 100px;
        height: 100px;
    }
    .techstackSecondCol {
        padding: 7vw 0vw;
    }
    .preferedTechName {
        color: #444444;
        font-size: 1.25rem;
        padding: 8px 0px;
        font-family: "Typold-Thin";
        font-weight: 600;
        margin-bottom: 4vw;
    }
    .preferedTechImg {
        width: 16vw;
        height: 16vw;
        /* background-color: #6d54ef; */
    }
    .zarpo {
        position: absolute;
        height: 100px;
        width: 100px;
        top: 0px;
        left: 0vw
    }
    .bumbags {
        position: absolute;
        height: 80px;
        width: 80px;
        top: 10px;
        right: 0vw;
    }
    .prghub {
        position: absolute;
        height: 90px;
        width: 90px;
        bottom: 0vw;
        right: 26vw;
    }
    .hmg {
        position: absolute;
        height: 60px;
        width: 60px;
        top: 40vw;
        left: 8vw;
    }
    .netchex {
        position: absolute;
        height: 100px;
        width: 100px;
        top: 16vw;
        left: 30vw;
    }
    .betica {
        position: absolute;
        height: 80px;
        width: 80px;
        top: 30vw;
        right: 2vw;
    }
}


/* text-typed-animation */

.anim-typewriter {
    animation: typewriter 2.5s steps(44) 1s 1 normal both, blinkTextCursor 500ms steps(44) infinite normal;
}

@keyframes typewriter {
    from {
        width: 0;
    }
    to {
        width: 6em;
    }
}

@keyframes blinkTextCursor {
    from {
        border-right-color: rgba(255, 255, 255, .75);
    }
    to {
        border-right-color: transparent;
    }
}


/* Captcha Check */

.captcha-chat {
    display: none;
    font-family: Typold-Thin;
}

.captcha-chat .media {
    overflow: visible;
}

.captcha-chat .controls .user-text {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #777777;
    font-family: Typold-Regular;
    font-size: 13px;
    transition: 0.2s;
    padding: 8px 10px;
    height: 30px;
    border: 1px solid #444444;
    border-radius: 3px;
}

.captcha-chat .controls img {
    height: 20px;
}

.captcha-chat p.wrong {
    display: none;
    color: red;
}

.captcha-chat p.wrong.shake {
    display: block;
}

.captcha-chat p.wrong.shake {
    animation: shake .4s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(1px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-2px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(2px, 0, 0);
    }
}


/* Swiper Testimonials */

.testimonial-mobile {
    display: none;
}

.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-wrapper {
    padding: 20px 0 50px 0;
}

.swiper-slide {
    width: 300px !important;
    height: auto;
}

.swiper-slide img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .testimonial-mobile {
        display: block;
    }
    .testimonial-desktop {
        display: none;
    }
}