body {
    font-family: "HCLTech Roobert", sans-serif;
}
@font-face {
    font-family: 'HCLTechRoobert-Bold';
    src: url('../fonts/HCLTechRoobert-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'HCLTechRoobert-Light';
    src: url('../fonts/HCLTechRoobert-Light.woff2') format('woff2');
}
@font-face {
    font-family: 'HCLTechRoobert-Medium';
    src: url('../fonts/HCLTechRoobert-Medium.woff2') format('woff2');
}
@font-face {
    font-family: 'HCLTechRoobert-MediumItalic';
    src: url('../fonts/HCLTechRoobert-MediumItalic.woff2') format('woff2');
}
@font-face {
    font-family: 'HCLTechRoobert-Regular';
    src: url('../fonts/HCLTechRoobert-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'HCLTechRoobert-SemiBold';
    src: url('../fonts/HCLTechRoobert-SemiBold.woff2') format('woff2');
}

a {
    transition: all 0.3s ease;
    text-decoration: none !important;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.landing-page {
    padding-top: 55px;
}

.header {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 11;
    top: 0;
}

.logo a {
    text-decoration: none;
}

.main-menu>ul>li>a {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    padding: 16px 10px;
    display: inline-block;
    border-bottom: 3px solid transparent;
    margin-left: 10px;
}
.main-menu>ul>li>a:hover {
    text-decoration: none;
    background: #C6C6C633;
    color: #333;
    border-color: #602A9A;
}
/* .main-menu>ul>li>a:hover,
.main-menu>ul>li.active-menu>a {
    text-decoration: none;
    background: #C6C6C633;
    color: #333;
    border-color: #602A9A;
} */
.main-menu>ul>li.active-menu>a {
    text-decoration: none;
    background: #C6C6C633;
    color: #333;
    border-color: #602A9A;
}
.main-menu>ul>li.active-menu:hover>a>span>i {
    rotate: 180deg;
}

.sub-menu {
    position: absolute;
    left: 0;
    top: 60px;
    background: #fff;
    width: 910px;
    padding: 15px 20px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    height: 220px;
}

.main-menu>ul>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
}

ul.sub-menu-1>li>a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding: 10px 25px 10px 10px;
}

ul.sub-menu-1>li>a:hover {
    background: #6945D0;
    color: #fff;
    text-decoration: none;
}

ul.sub-menu-1 {
    width: 310px;
    position: relative;
}

ul.sub-menu-1 li {
    margin-bottom: 10px;
}

.sub-menu-2 {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 300px;
    top: 0;
    transition: 0.3s;
    width: 300px;
}

ul.sub-menu-2>li>a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    padding: 10px 25px 10px 10px;
}
ul.sub-menu-2>li>a:hover {
    background: #6945D0;
    color: #fff;
    text-decoration: none;
}

ul.sub-menu-1 li:hover .sub-menu-2 {
    opacity: 1;
    visibility: visible;
}
.sub-menu-3 {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 320px;
    top: 0;
    transition: 0.3s;
    width: 300px;
}
ul.sub-menu-3>li>a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding: 10px 25px 10px 10px;
}
ul.sub-menu-3>li>a:hover {
    background: #6945D0;
    color: #fff;
}
ul.sub-menu-1 li:hover .sub-menu-2 li:hover .sub-menu-3 {
    opacity: 1;
    visibility: visible;
}
ul.sub-menu-1 li:hover .sub-menu-2 li:hover .sub-menu-3 li:hover{
    opacity: 1;
    visibility: visible;
}
.header-right a {
    font-size: 20px;
    color: #763DCF;
}
.hamburger-icon {
    display: none;
}
.carousel-item img {
    max-width: 100%;
}

.carousel-caption {
    position: absolute;
    top: 10%;
    left: 10%;
    color: #fff;
    text-align: left;
}

.services-section .purpose-section {
    margin-bottom: 40px;
}

.services-section .purpose-section h3 {
    color: #14142b;
    font-weight: 500;
    font-size: 36px;
    padding: 0px 5%;
    line-height: 42px;
    margin: 0 0 20px;

}

.services-section .purpose-section p {
    font-weight: 500;
    margin: 0 0 5px 0;
    color: #14142b;
    letter-spacing: 1px;
    font-size: 28px;
    margin: 0 0 12px;
}


.services-section {
    padding: 50px 0;
    background: url("../images/purpose-bg.png") no-repeat scroll 0 0 / 100% 100%;
}

.services-section .testimonial-block {
    background-color: #fff;
    border-radius: 10px;
}

.services-section .testimonial-block .details {
    color: #14142b;
    padding: 30px 10px 10px 10px;
}

.services-section .testimonial-block .details p {
    font-weight: 400;
    font-size: 21px;
    line-height: 34px;
    margin-bottom: 20px;
    margin-top: 28px;
    color: #404040;
}

.services-section .testimonial-block .details .learn-more-white-revamp {
    color: #602A9A !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    outline-color: #602A9A !important;
    text-decoration: none;
}

.services-section .testimonial-block .details .learn-more-white-revamp span {
    margin-left: 10px;
}

.services-section .testimonial-block .details .learn-more-white-revamp span i {
    font-size: 24px;
}

.services-section .testimonial-block .details .divider {
    height: 3px;
    background: #D9D9D9;
    width: 95%;
}

.services-section .testimonial-block .details .designation {
    margin-top: 20px;
}

.services-section .testimonial-block .details .designation h3 {
    font-size: 24px;
    font-weight: 700;
}

.services-section .testimonial-block .details .designation span {
    font-size: 16px;
    font-weight: 400;
}


.about-us {
    background: linear-gradient(to right, #763DCF, #3B6FEF);
}

.about-us .left-side-content {
    color: #fff;
    padding: 40px 20px;
    max-width: 233px;
}

.about-us .left-side-content .upper-content {
    margin-bottom: 24px;
}

.about-us .left-side-content p {
    margin-bottom: 0px;
    font-size: 32px;
    font-weight: 600;
}

.about-us .left-side-content h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}

.about-us .left-side-content span {
    font-size: 16px;
    font-weight: 400;
    opacity: .5;
}

.about-us .right-side-content {
    padding: 40px 20px;
}

.about-us .right-side-content .heading {
    padding: 15px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
}

.about-us .right-side-content .heading h5 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
}

.about-us .right-side-content .heading select {
    font-size: 14px;
    background: #eee;
    border: none;
    width: 20%;
}

.about-us .right-side-content .mapContent {
    margin-top: 70px;
    border-top: 3px solid #D9D9D9;
}

.about-us .right-side-content .mapContent img {
    width: 100%;
    padding-top: 50px;
}

.our-solutions {
    padding: 50px 0 0;
}

.our-solutions h5 {
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}

.our-solutions .section-heading h3 {
    font-size: 40px;
    margin-bottom: 24px;
    line-height: 52px;
    font-weight: 500;
}

.our-solutions .text-outer p {
    font-size: 19px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 40px;
    line-height: 28px;
}

.image-outer img {
    max-width: 100%;
}

.contact-us {
    padding: 75px 0;
    background: linear-gradient(to right, #763DCF, #3B6FEF);
}

.contact-us .contact-img img {
    width: 70%;
}

.contact-us .supercharging-contact {
    display: flex;
    flex-direction: column;
}

.contact-us .supercharging-contact .arrow-btn-white-blue:first-child {
    background: 0 0;
    border: 2px solid;
    color: #fff !important;
    line-height: 45px;
    padding: 0 20px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    transition: all .45s cubic-bezier(.65, 0, .076, 1);
    text-decoration: none;
}

.contact-us .supercharging-contact .arrow-btn-white-blue:first-child:hover {
    color: #fff;
    background: 0 0;
    text-decoration: none;
}

.contact-us .supercharging-contact .arrow-btn-white-blue:first-child:hover i {
    transform: translateX(5px);
    color: #fff;
}

.contact-us .supercharging-contact .arrow-btn-white-blue+a {
    margin-top: 1.25rem;
    background: 0 0;
    color: #3B6FEF;
    line-height: 45px;
    padding: 0 20px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    background: #fcfcfc;
    display: inline-block;
    border: none;
    transition: all .45s cubic-bezier(.65, 0, .076, 1);
    text-decoration: none;
}

.contact-us .supercharging-contact i {
    margin-left: 10px;
    transition: 0.3s;
}

.contact-us .supercharging-contact .arrow-btn-white-blue+a:hover {
    color: #3B6FEF;
    background: #fcfcfc;
    text-decoration: none;
}

.contact-us .supercharging-contact .arrow-btn-white-blue+a:hover i {
    transform: translateX(5px);
    color: #3B6FEF;
}

.footer {
    padding: 50px 50px 20px 50px;
    color: #fff;
    background: #05041E;
}

.footer-inner h4 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-inner ul li a {
    color: #fff;
    text-decoration: none;
}


.footer .footer-first ul li {
    margin-bottom: 20px;
}

.footer .footer-first ul li a {
    font-size: 20px;
    font-weight: 500;
}

.footer .footer-second h4 {
    visibility: hidden;
}

.footer .footer-second ul li {
    margin-bottom: 10px;
    list-style: initial;
}

.footer .footer-second ul li a {
    font-size: 15px;
    font-weight: 500;
}

.footer .footer-third ul li {
    margin-bottom: 10px;
    list-style: initial;
}

.footer .footer-third ul li a {
    font-size: 15px;
    font-weight: 500;
}

.footer .footer-fourth ul li {
    margin-bottom: 10px;
    list-style: initial;
}

.footer .footer-fourth ul li a {
    font-size: 15px;
    font-weight: 500;
}

.social-footer-block {
    margin: 1.5625rem 0;
    padding-top: 1.5625rem;
    border-top: 1px solid #4e4b66;
}

.social-footer-block .footer-social ul {
    display: flex;
    justify-content: center;
}

.social-footer-block .footer-social ul li a {
    width: 42px;
    height: 42px;
    font-size: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .5);
    color: #d9dbe9;
}

.social-footer-block .footer-social ul li a:hover {
    border-color: transparent;
    background: #0578c3;
    color: #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    text-decoration: none;
}

.social-footer-block .footer-social ul li a i {
    text-align: center;
}

.social-footer-block .footer-social ul li a i::before {
    font-size: 1.25rem;
    transform: translate(-50%, -50%);
}

.social-footer-block .footer-social ul li {
    margin-right: 20px;
}

.footer-copyright {
    font-size: 12px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
}

.cookies-policy {
    font-size: 12px;
    text-align: center;
}

.cookies-policy a,
.cookies-policy a:hover {
    text-decoration: none;
    color: #007bff;
}

.our-news {
    padding: 50px;
    background-color: #F7F7FC;
}

.our-news .section-heading p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.our-news .section-heading h5 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 30px;
}

.our-news .card {
    background-color: #fff;
    border: none;
}

.our-news .card .card-body p {
    font-size: 13px;
    margin-top: 20px;
    font-weight: 500;
}

.our-news .card .card-body h5 {
    font-size: 22px;
    font-weight: 600;
}

.our-news .card .card-img-top {
    overflow: hidden;
}

.our-news .card .card-img-top img {
    border-radius: 5px 5px 0 0;
    transition: .5s ease;
    width: auto;
    height: auto;
    transform: scale(1.015);
}

.our-news .card:hover img {
    transform: scale(1.1);
}

.our-news .card:hover {
    background: #e6ebf5;
}

.our-news .card a {
    color: #000000;
    text-decoration: none;
}

.our-news .card a .learnBtn {
    color: #602A9A;
    font-size: 18px;
    font-weight: 500;
}

.learnBtn i {
    transition: 0.3s;
    position: relative;
    left: -85px;
}

.learnBtn span {
    opacity: 0;
    transition: 0.3s;
}

.card a:hover .learnBtn i {
    left: 10px;
}

.card a:hover .learnBtn span {
    opacity: 1;
}

.main-menu .dropdown-toggle {
    background: transparent;
    border: 0px;
    padding: 0px 5px;
    margin: 5px 0px 0px 0px;
    cursor: pointer;
    background: none !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.main-menu ul li a .btn {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    padding: 16px 10px;
    display: inline-block;
    border-bottom: 3px solid transparent;
    margin-left: 10px;
}

.banner .carousel-item .carousel-caption .arrow-btn-white-blue {
    margin-top: 1.25rem;
    color: #602A9A;
    line-height: 45px;
    padding: 0 20px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    background: #fcfcfc;
    display: inline-block;
    border: none;
    transition: all .45s cubic-bezier(.65, 0, .076, 1);
    text-decoration: none;
}

.banner .carousel-item .carousel-caption .arrow-btn-white-blue:hover {
    color: #602A9A;
    background: #fcfcfc;
    text-decoration: none;
}

.banner .carousel-item .carousel-caption a:hover i {
    transform: translateX(5px);
    color: #602A9A;
}

.banner .carousel-item .carousel-caption a i {
    margin-left: 10px;
    transition: 0.3s;
}

.banner .carousel-item .carousel-caption h3 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fff;
    background: linear-gradient(180deg, #FFF 54.17%, #B372CF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* .banner .carousel-item .carousel-caption h3 strong {
    background: linear-gradient(to bottom, #FFFFFF, #B372CF);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
} */

.banner .carousel-item .carousel-caption p {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}

ol.carousel-indicators {
    right: auto;
    left: 10%;
    justify-content: flex-start;
    text-align: left;
    margin: 0;
    padding-bottom: 20px;
}

ol.carousel-indicators li {
    text-indent: unset;
    width: auto;
    height: auto;
    background-color: transparent;
    color: #FFFFFF;
    margin-right: 30px;
    padding: 12px 10px;
}

ol.carousel-indicators .active {
    border-bottom: 1px solid #fff;
}

.seal-logo {
    position: absolute;
    top: 20%;
    left: 10%;
}

.services-section .carousel-indicators .active {
    border-bottom: none;
}

.breadCrumb {
    background: #eff0f6;
}

.courseBreadcrumb li,
.courseBreadcrumb li a {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    color: #000000;
}

.courseBreadcrumb li::after {
    content: "";
    border: solid #aaa;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: 0 7px;
    position: relative;
    top: -1px;
}

.courseBreadcrumb li.activeBreadcrumb {
    color: #0049B2;
}

.courseBreadcrumb li:last-child::after {
    opacity: 0;
    visibility: hidden;
}

.courseBreadcrumb {
    padding: 10px 15px;
}

.l-h-46 {
    line-height: 46px;
}

.our-service .section-heading {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.para-details {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.56px;
}

.our-service {
    padding: 50px 30px 75px 30px;
    background-color: #F7F7FC;
}

.our-service .section-heading p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.our-service .section-heading h5 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 30px;
}

.our-service .card {
    margin-top: 20px;
    border: none;
    height: 620px;
}

.our-service .card .card-img-top {
    padding: 20px;
}

.our-service {
    background: url(../images/service-bg.png) no-repeat scroll 0 0 / 100% 100%;
}

.our-service .card a {
    text-decoration: none;
}

.our-service .card h5 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.our-service .card p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.learnMoreBtn {
    padding-top: 80px;
    color: #763DCF;
}

.learnMoreBtn span {
    /* font-family: HCLTech Roobert; */
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.0001em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

/* Third Page CSS */

.banner .financeBanner h3 {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #fff;
}

.banner .financeBanner p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}

.banner .financeBanner .arrow-btn-white-blue {
    margin-top: 1.25rem;
    color: #602A9A;
    line-height: 45px;
    padding: 0 20px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    background: #fcfcfc;
    display: inline-block;
    border: none;
    transition: all .45s cubic-bezier(.65, 0, .076, 1);
    text-decoration: none;
}

.banner .financeBanner .arrow-btn-white-blue:hover {
    color: #602A9A;
    background: #fcfcfc;
    text-decoration: none;
}

.banner .financeBanner a:hover i {
    transform: translateX(5px);
    color: #602A9A;
}

.banner .financeBanner a i {
    margin-left: 10px;
    transition: 0.3s;
}

.services {
    background-color: #fff;
}

.services .section-heading {
    text-align: center;
}

.services .section-heading p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.services .section-heading h5 {
    font-size: 20px;
    font-weight: 500;
    max-width: 670px;
    margin: 0 auto;
}


.overview {
    padding: 50px 0;
}

.overview h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.overview h3 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}

.overview p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.overviewContent {
    padding: 0 30px;
}

.overviewContent .card .card-header {
    padding: 0;
    margin: 0;
    border: none;
}

#accordion .card {
    border: none;
    border-radius: 0;
    margin-bottom: 2px;
}

.accordion>.card>.card-header .btn {
    background: #eff0f7;
    padding: 20px 10px;
    text-align: left;
}

#accordion .card .collapse {
    border-top: 1px solid #d9dbe9;
    background: #eff0f7;
}

.accordion .card .card-body {
    height: 120px;
    overflow-y: hidden;
}

.accordion>.card>.card-header .btn::before {
    content: "+";
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    margin-right: 20px;
    position: absolute;
    right: 0;
    font-size: 22px;
    top: 12px;
}

.accordion>.card>.card-header .btn.collapsed::before {
    top: 12px;
    content: "-";
    font-size: 22px;
}

.overview .collapse p {
    font-size: 14px;
    font-weight: 500;
}

.container {
    width: 1250px;
    margin: 0 auto;
    padding: 0 .9375rem;
    max-width: none;
}

.our-partners .carousel-inner h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
}

.our-partners {
    background-color: #262338;
    /* padding: 50px 0; */
}

.our-partners .card {
    background: transparent;
    margin: 16px 0;
}

.our-partners .card div {
    text-align: center;
}

.our-partners .card div h2 {
    font-size: 40px;
    font-weight: 600;
    color: #3B6FEF;
    margin-bottom: 5px;
}

.our-partners .card div span i {
    font-size: 35px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #d9d9d929;
    color: #ffffff;
    margin-bottom: 5px;
    text-align: center;
}

.our-partners .card div p {
    font-size: 13px;
    color: #fff;
    margin-bottom: 5px;
}

.our-partners ol.carousel-indicators .active {
    border: none;
}

/* Owl Carousel CSS Starts */

.ai-lab-carousel .owl-pagination {
    position: absolute;
    left: 1%;
}

.ai-lab-carousel .owl-pagination .owl-page {
    display: none;
}

.ai-lab-carousel .owl-pagination .owl-page:nth-child(1),
.ai-lab-carousel .owl-pagination .owl-page:nth-child(2) {
    display: inline-block;
}

.ai-lab-carousel .owl-pagination .owl-page span {
    margin: 0;
    opacity: 1;
    background: none;
    width: auto;
    height: auto;
    position: relative;
}

.ai-lab-carousel .owl-pagination .owl-page span::after {
    content: "";
    border: solid #B3B9C1;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
}

.ai-lab-carousel .owl-pagination .owl-page span:hover::after {
    border-color: #ee2737;
}

.ai-lab-carousel .owl-pagination .owl-page:nth-child(1) span::after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    content: "";
    border: solid #000000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;

}

.ai-lab-carousel .owl-pagination .owl-page:nth-child(2) span::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    content: "";
    border: solid #000000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
}

.ai-lab-carousel .item {
    margin: 0 15px;
}

.owl-theme .owl-controls .owl-page span {
    background: transparent !important;
}

/* Owl Carousel CSS Ends */

/* BFSI Service Section CSS */

.serviceCard {
    background: rgba(255, 255, 255, 0.67);
    border-radius: 10px;
}

/* BFSI Service Section CSS Ends*/

/* IFRS Service Section CSS */

.ifrs-header {
    position: absolute;
    top: 25%;
    left: 10%;
    color: #fff;
    text-align: left;
}

.banner .ifrs-header h3 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fff;
}

.banner .ifrs-header p {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
}

.our-explore {
    padding: 50px;
    background: url(../images/service-bg.png) no-repeat scroll 0 0 / 100% 100%;
}

.our-explore .section-heading {
    margin-bottom: 30px;
}

.our-explore .section-heading h5 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 30px;
}

.our-explore .section-heading .para-details {
    font-size: 21px;
    font-weight: 500;
    line-height: 26px;
}

.exploreCard {
    border: none;
    border-radius: 7px;
    padding: 30px 5px 10px 5px;
}

.exploreCard:hover {
    background-color: #602A9A;
    color: #fff;
}

.exploreCard img {
    width: 22%;
    margin-bottom: 24px;
}

.exploreCard:hover img {
    filter: brightness(0) invert(1);
}

.exploreCard h5 {
    font-size: 24px;
    font-weight: 700;
}

.exploreCard p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
}

.viewBtns {
    display: flex;
}

.exploreCard .viewBtns a img {
    width: 17px;
    margin: 0;
    transition: 0.5s;
}

.exploreCard .viewBtns a {
    margin-right: 15px;
}

.exploreCard .viewBtns span {
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px;
    transition: 0.5s;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
}

.exploreCard .viewBtns a:nth-child(1) img {
    position: relative;
    left: -57px;
}

.exploreCard .viewBtns a:nth-child(1):hover img {
    left: 0;
}

.exploreCard .viewBtns a:nth-child(2) img {
    position: relative;
    left: -80px;
}

.exploreCard .viewBtns a:nth-child(2):hover img {
    left: 0;
}

.exploreCard .viewBtns a:nth-child(3) img {
    position: relative;
    left: -92px;
}

.exploreCard .viewBtns a:nth-child(3):hover img {
    left: 0;
}

.exploreCard .viewBtns a:hover span {
    opacity: 1;
    filter: brightness(0) invert(1);
    visibility: visible;
}

/* IFRS Service Section CSS Ends*/

/* Partner Platform CSS */

.our-service .serviceCard h5 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
}

/* Partner Platform Services CSS */
.invoice-page .banner {
    background: url("../images/autonomous-banner.png") no-repeat scroll right -140px bottom;
    padding: 50px 0;
    height: 252px;
}
.autonomus-page .banner {
    background: url("../images/autonomous_2.png") no-repeat scroll right -140px bottom;
    padding: 50px 0;
    height: 252px;
}
.partner-header {
    position: absolute;
    top: 10%;
    left: 10%;
    color: #fff;
    text-align: left;
}

.banner .partner-header .headingBanner {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 30px;
    color: transparent;
    background: linear-gradient(90deg, #FF3BFF 0%, #ECBFBF 38.02%, #5C24FF 75.83%, #D94FD5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.invoice-page .partner-header {
    position: inherit;
}
.shadow-services {
    box-shadow: 0px 4px 64px 0px #D5BBFF33;
}

.exploreCard:hover .viewBtns a img {
    filter: brightness(0) invert(1);
}

/* Resources Testimonial CSS Starts */

.testimonial-section {
    padding: 50px 0 100px;
    background: url(../images/purpose-bg.png) no-repeat scroll 0 0 / 100% 100%;
}
.bg-testimonial{
    background: url(../images/purpose-bg.png) no-repeat scroll 0 0 / 100% 100% !important;
    border-radius: 0 !important;
}
.testimonial-section .header-section h3 {
    /* font-family: HCLTech Roobert; */
    font-size: 30px;
    line-height: 75px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.testimonialCard {
    background-color: #fff;
    border-radius: 10px;
    border: none;
    margin: 0 150px;
}

.testimonial-section .details {
    color: #14142b;
    padding: 30px 50px;
}

.testimonial-section .details p {
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 20px;
    margin-top: 28px;
    color: #404040;
}

.testimonial-section .details p b {
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 20px;
    margin-top: 28px;
    color: #404040;
}

.testimonial-section .details .designation {
    margin-top: 20px;
    display: flex;
}

.testimonial-section .details .designation img {
    width: 10%;
    border-radius: 10px;
}

.testimonial-section .details .designation .designation-details {
    margin-left: 20px;
}

.testimonial-section .details .designation h3 {
    font-size: 24px;
    font-weight: 600;
}

.testimonial-section .details .designation span {
    font-size: 15px;
    font-weight: 400;
}

.testimonial-section .ai-lab-carousel .owl-pagination {
    position: absolute;
    left: 14%;
    bottom: -14%;
}

/* Resources Testimonial CSS Ends */

/* Resources Ananlyst Pack CSS Starts */

.analyst-table-section {
    padding: 50px 0;
    background: #fff;
}

.analyst-table-section .card {
    border: 1px solid #DCDCDC;
    border-radius: 10px;
}

/* Resources Ananlyst Pack CSS Ends */

/* Resources Master Deck CSS Starts */

.master-table-section {
    padding: 50px 0;
    background: #fff;
}

.master-table-section .card {
    border: 1px solid #DCDCDC;
    border-radius: 10px;
}

/* Resources Master Deck CSS Ends */

/* Stuio CSS Starts */

.studio-main .arrow-btn-white-blue {
    margin-top: 1.25rem;
    color: #ffffff;
    line-height: 45px;
    padding: 0px 16px;
    border-radius: 7px;
    font-weight: 600;
    font-size: 16px;
    background: #602A9A;
    display: inline-block;
    border: none;
    transition: all .45s cubic-bezier(.65, 0, .076, 1);
    text-decoration: none;
    width: fit-content;
}

.studio-main .arrow-btn-white-blue:hover {
    color: #ffffff;
    background: #602A9A;
    text-decoration: none;
}

.studio-main .arrow-btn-white-blue i {
    margin-left: 10px;
}

.studio-main .card{
    background: #fff;
    border-radius: 7px;
}

/* Studio CSS Ends */

/* My Studio CSS Starts */

.my-studio-heading {
    margin-bottom: 30px !important;
    display: flex;
    flex-direction: column;
    margin: 0 15px;
}

h5.studio-heading {
    font-size: 32px;
    font-weight: 500;
    margin: 0 15px;
}

.myStudio-heading p{
    font-size: 24px;
    font-weight: 500;
}

.our-overview {
    padding: 50px 0 0;
}

.our-overview h5 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 30px;
}

.our-overview .section-heading h3 {
    font-size: 36px;
    margin-bottom: 24px;
    line-height: 42px;
}

.our-overview .text-outer p {
    font-size: 19px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 40px;
    line-height: 28px;
}

.image-outer img {
    max-width: 100%;
}

.bg-service {
    background: #FFFFFF !important;
}

/* My Studio CSS Ends*/

/*****************Data Table Start********************/

.tableOuter .checkmark {
    border: 1px solid #b0a4dc;
    height: 16px;
    width: 16px;
}

.tableOuter .check_Box .checkmark:after {
    left: 5px;
    top: 1px;
    width: 4px;
    height: 9px;
}

.tableOuter .dataTables_length select,
.tableOuter .dataTables_filter input {
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 24px;
    padding: 0 5px;
}

.tableOuter table {
    width: 100%;
}

.tableOuter table tbody tr td {
    border-right: 0px solid #595ca5;
    border-bottom: 0px solid #595ca5;
    padding: 12px 8px;
    color: #575757;
    white-space: normal;
}

.tableOuter table tbody tr td:first-child {
    border-left: 0px solid #595ca5;
}

.tableOuter table tbody tr.even {
    background-color: #F8F8F8;
}

.tableOuter table .no-footer {
    border: 1px solid #595ca5;
    border-left: 0;
    border-bottom: 0;
}

.tableOuter table thead tr th {
    border: 0px solid #595ca5;
    padding: 10px 8px;
    font-weight: 500;
    font-size: 12px;
    background: #763DCF;
    color: #fff;
}

.tableOuter table thead tr th:first-child {
    border-left: 0px solid #595ca5;
    border-radius: 10px 0px 0px 0px;
}

.tableOuter table thead tr th:last-child {
    border-radius: 0px 10px 0px 0px;
}

.tableOuter .dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 50px;
    background: #f1f1f1;
    border: none;
    font-size: 12px;
    transition: 0.2s;
    width: 30px;
    height: 30px;
}

.tableOuter .dataTables_wrapper .dataTables_paginate .previous.paginate_button,
.tableOuter .dataTables_wrapper .dataTables_paginate .next.paginate_button {
    width: auto;
}

.tableOuter .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.tableOuter .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.tableOuter .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #5932ea;
    border: none;
    color: #fff !important;
}

.tableOuter .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.tableOuter .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    background: rgba(241, 241, 241, 0.6);
    color: #ccc !important;
    cursor: not-allowed;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 8px !important;
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
    white-space: normal;
}

table.dataTable.no-footer {
    border-bottom: 0px solid #111 !important;
}

.tableOuter table tbody tr td a:nth-child(1) {
    cursor: pointer;
    font-size: 20px;
    color: #24AD2E;
}

.tableOuter table tbody tr td a:nth-child(2) {
    cursor: pointer;
    font-size: 20px;
    color: #3B6FEF;
}

/*****************Data Table Ends********************/

nav.navbar {
    width: calc(100% - 230px);
    z-index: 1;
    right: 0;
}
.navbar-collapse {
    flex-grow: 0;
}

/* Owl scrolling custom Css */

.owl-page {
    background: #EFF0F6;
    line-height: 18px;
    width: 30px;
    height: 30px;
    border: 2px solid #E9EAF2;
}

/* Modal CSS */

.modal-content {
    background-color: transparent;
    border: none;
}
.modal-content .modal-header h5 {
    position: absolute;
    left: 40%;
    top: 10%;
    z-index: 999;
    color: #fff;
}
.modal-content .modal-header button.close {
    position: absolute;
    right: 5%;
    z-index: 999;
    top: 8%;
    color: #fff;
    font-size: 36px;
}


/* Third Page CSS */

.banner .financeBanner h3 {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #fff;
}

.banner .financeBanner p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}

.banner .financeBanner .arrow-btn-white-blue {
    margin-top: 1.25rem;
    color: #602A9A;
    line-height: 45px;
    padding: 0 20px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    background: #fcfcfc;
    display: inline-block;
    border: none;
    transition: all .45s cubic-bezier(.65, 0, .076, 1);
    text-decoration: none;
}

.banner .financeBanner .arrow-btn-white-blue:hover {
    color: #602A9A;
    background: #fcfcfc;
    text-decoration: none;
}

.banner .financeBanner a:hover i {
    transform: translateX(5px);
    color: #602A9A;
}

.banner .financeBanner a i {
    margin-left: 10px;
    transition: 0.3s;
}
.services {
    background-color: #fff;
}
.services .section-heading{
    text-align: center;
}
.services .section-heading p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.services .section-heading h5 {
    font-size: 20px;
    font-weight: 500;
    max-width: 670px;
    margin: 0 auto;
}
.services .card{
    margin-top: 50px;
}
.overview {
    padding: 50px 0;
}
.overview h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}
.overview h3 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}
.overview p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.overviewContent {
    padding: 0 30px;
}
.overviewContent .card .card-header {
    padding: 0;
    margin: 0;
    border: none;
}
#accordion .card {
    border: none;
    border-radius: 0;
    margin-bottom: 2px;
}
.accordion > .card > .card-header .btn {
    background: #eff0f7;
    padding: 20px 10px;
    text-align: left;
}
#accordion .card .collapse {
    border-top: 1px solid #d9dbe9;
    background: #eff0f7;
}
.accordion .card .card-body {
    height: 120px;
    overflow-y: hidden;
}
.accordion > .card > .card-header .btn::before {
    content: "+";
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    margin-right: 20px;
    position: absolute;
    right: 0;
    font-size: 22px;
    top: 12px;
}
.accordion > .card > .card-header .btn.collapsed::before {
    /* transform: rotate(45deg);
    -webkit-transform: rotate(45deg); */
    top: 12px;
    content: "-";
    font-size: 22px;
}
.overview .collapse p{
    font-size: 14px;
    font-weight: 500;
}

.our-partners .carousel-inner h3{
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
}
.our-partners{
    background-color: #262338;
     /* padding: 50px 0;  */
}
.our-partners .card {
    background: transparent;
    margin: 16px 0;
	border:none;
}
.our-partners .card div {
    text-align: center;
}
.our-partners .card div h2 {
    font-size: 50px;
    font-weight: 600;
    color: #3B6FEF;
    margin-bottom: 5px;
}
.our-partners .card div span i {
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #d9d9d929;
    color: #ffffff;
    margin-bottom: 5px;
    text-align: center;
}
.our-partners .card div p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 5px;
}
.our-partners ol.carousel-indicators .active {
    border: none;
}
.partner-slide .carousel-item{
	padding:50px 0px;
}
.carousel-item.bg-gradient h3{
	color:#000;
}
 .bg-gradient{
	background: linear-gradient(109deg, #E5EBFA 0%, #CAE1FC 91.5%), url(<path-to-image>) lightgray 0px -499.93px / 100% 605.069% no-repeat;
} 

/*--- Discover section Start ---*/

.discover-section.discover-search-static {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}
.discover-section {
    background: #5f1ebe;
    color: #fff;
    padding: 1.5rem;
    z-index: 999;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    position: relative;
    font-size: 1.25rem;
    line-height: 1.2;
}
.discover-section>.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.discover-section .typed-anim {
    display: none!important;
}
.discover-section form button {
    position: absolute;
    right: 8px;
    background: url(https://hcltech.imgix.net/sites/default/files/images/icons/readmore-arrow.svg) no-repeat;
    width: 24px;
    height: 24px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    text-indent: -999em;
    -webkit-background-size: 100% 23px;
    background-size: 100% 23px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.discover-section .discover-search-container-right {
    width: 100%;
    padding-left: 2.1875rem;
    margin-top: 1.125rem;
}
.discover-section .discover-search-container-right>p {
    font-size: 1.5rem;
    font-weight: 600;
}
.discover-section .discover-search-container-right ul {
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
    display: table;
}
.discover-section .discover-search-container-right ul li {
    margin-bottom: .625rem;
    background: rgba(0,0,0,.2);
    padding: .625rem 3.75rem .625rem .9375rem;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}
.discover-section .discover-search-container-right ul li a {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 300;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    overflow-wrap: break-word;
}
.discover-section .discover-search-container-right ul li a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: 0 0;
    outline-offset: -2px;
    border-radius: 3px;
    z-index: 1;
}
.discover-section .discover-search-container-right ul li::after {
    content: "";
    background: url(https://hcltech.imgix.net/sites/default/files/images/icons/hcl-revamp-sprite-3.svg) no-repeat -22px 0;
    width: 22px;
    height: 22px;
    -webkit-background-size: 92px 44px;
    background-size: 92px 44px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.discover-section .discover-search-container {
    width: 100%;
    padding-right: 2.8125rem;
}
.discover-section .discover-search-title {
    margin-bottom: .5rem;
    line-height: 1.2;
    padding-top: .625rem;
    text-transform: inherit !important;
    font-weight: 300;
    font-size: 2.25rem;
    line-height: 2.6875rem;
}
.discover-section form {
    margin-top: 1.875rem;
}
.discover-section form>.js-form-item {
    position: relative;
    width: 100%;
}

form>.js-form-item {
    width: 33.333%;
}

.discover-section form>.js-form-item::before {
    content: "";
    background: url(https://hcltech.imgix.net/sites/default/files/images/icons/hcl-revamp-sprite-3.svg) no-repeat -22px 0;
    width: 22px;
    height: 22px;
    -webkit-background-size: 92px 44px;
    background-size: 92px 44px;
    position: absolute;
    left: 8px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.js-form-item>label {
    font-weight: 400;
    position: static !important;
    clip: inherit;
    width: auto;
    height: auto;
    display: none;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}

.discover-section form .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    border: 0;
    border-bottom: 2px solid #fff;
    height: 60px;
    border-radius: 0;
    color: #fff;
    padding: .5rem 2.25rem;
}

.discover-section form .form-control::-webkit-input-placeholder {
	color: #fff;
	font-size:20px;
	line-height:20px;
}
/*--- Discover section End ---*/

/*--- Analyst section Start ---*/

.analyst-perspectives-wrap {
    position: relative;
    min-height: 560px;
    padding: 3.125rem 0;
    z-index: 1;
    color: #fcfcfc;
	background: linear-gradient(304deg, #499dfd 3.03%, #2678f5 27.62%, #6628c5 76.39%, #5b0bb1 112.44%) !important;
}
.bg-size-inherit{
	background:url('images/digital-awards-new.png') no-repeat;
	background-size:cover;
}
.analyst-perspectives-wrap .page-title {
    margin: 0 0 1.75rem;
    max-width: 750px;
}
.analyst-perspectives-wrap .page-title h2 {
    color: #fcfcfc;
    margin: 0;
    text-align: left!important;
}
.analyst-perspectives-wrap .page-title .h2, 
.analyst-perspectives-wrap .page-title h2 {
    text-transform: inherit!important;
    font-weight: 300;
    font-size: 2.25rem;
    line-height: 2.6875rem;
}
.analyst-perspectives-wrap .analyst-perspectives-inner {
    max-width: 45%;
}

.analyst-perspectives-wrap .analyst-perspectives-inner .analyst-perspectives-box {
    border-bottom: 1px solid #fcfcfc;
    padding: .9375rem 0;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}
.analyst-perspectives-wrap .analyst-perspectives-inner .analyst-perspectives-box p {
    font-size: 1.25rem;
    margin: 0;
}
.analyst-perspectives-wrap .analyst-perspectives-inner .analyst-perspectives-box .learn-morebtn {
    color: #fff;
    font-weight: 600;
    margin: .9375rem 0 0 .125rem;
    position: absolute;
    font-size: 1rem;
}

.analyst-perspectives-wrap .analyst-perspectives-inner .analyst-perspectives-box .learn-morebtn::after {
    content: "";
    background: url(https://hcltech.imgix.net/sites/default/files/images/campaign-images/cloud-page-revamp/forward-arrow.png) no-repeat;
    width: 17px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: .3125rem;
}

.analyst-perspectives-wrap .analyst-perspectives-inner .btn-row {
    text-align: right;
    margin: 2.1875rem 0 0;
}

.analyst-perspectives-wrap .see-all-btn, .analyst-perspectives-wrap .see-all-btn-dark {
    color: #fff;
    font-weight: 500;
    padding-bottom: .125rem;
    padding-right: .1875rem;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #eee;
}

.analyst-perspectives-wrap .see-all-btn::before {
    height: 1px;
}

.analyst-perspectives-wrap .see-all-btn-dark::after, .analyst-perspectives-wrap .see-all-btn::after {
    content: "";
    background: url(https://hcltech.imgix.net/sites/default/files/images/campaign-images/cloud-page-revamp/see-more-icon.svg) no-repeat;
    width: 10px;
    height: 12px;
    display: inline-block;
    position: relative;
    top: 1px;
}

.perspectives-parallax-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
/*--- Analyst section End ---*/

/*--- Our Solutions section Start ---*/

.our-products {
    padding: 50px;
    background: url(../images/purpose-bg.png) no-repeat scroll 0 0 / 100% 100%;
}
.our-products .page-title {
    margin: 0 0 2.5rem;
}
.our-products .page-title h2 {
	text-align: center;
    text-transform: inherit !important;
    font-weight: 300;
    font-size: 2.25rem;
    line-height: 2.6875rem;
}
.our-products .page-title .soln-desc {
	max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.mh-310{
	min-height:310px;
}


/*--- Our Solutions section End ---*/

/*--- Career section Start ---*/

.careers-container {
    padding: 3.125rem 0;
}
.home-career-box {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 1.875rem;
}
.home-career-box .desktop-img {
    display: block !important;
}
.home-career-box img {
    width: 100%;
    height: auto;
}
.home-career-box .mobile-img {
    display: none !important;
}
.home-career-box .home-career-content {
    position: absolute;
    left: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50px;
    max-width: 600px;
    z-index: 1;
    font-size: 1.125rem;
    line-height: 1.4;
}
.base-color-white-2 {
    color: #fcfcfc !important;
}
.home-career-box .home-career-content h3 {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 2.6875rem;
    margin-bottom: 1.0625rem;
}
.arrow-btn-white {
	background: #fcfcfc;
	border:none;
    border-radius: 5px;
    padding: 0 1.875rem;
    color: #5f1ebe;
    font-size: 1rem;
    font-weight: 600;
    line-height: 3.125rem;
    display: inline-block;
	text-decoration:none;
    -webkit-transition: all .45s cubic-bezier(.65,0,.076,1);
    -o-transition: all .45s cubic-bezier(.65,0,.076,1);
    transition: all .45s cubic-bezier(.65,0,.076,1);
}
.arrow-btn-white:hover{
    background: #e2d9fb;
    color: #5f1ebe !important;
}

/*--- Career section End ---*/

/*--- Case-Studies section Start ---*/

.brand-section-light-grey, .section-light-grey {
    background: #fcfcfc !important;
}
.cloud-case-studies-wrap .page-title {
    margin: 0 0 2.5rem;
    color: #14142b;
}
.cloud-case-studies-wrap {
    padding: 3.125rem 0 4.375rem;
    color: #14142b;
}
.cloud-case-studies-wrap .page-title h2 {
    text-transform: inherit !important;
    font-weight: 300;
    font-size: 2.25rem;
    line-height: 2.6875rem;
}	
.page-title-left .page-title h2 {
    text-align: left !important;
}
.card-body.case-studies-carousel-text{
    border-radius: 5px;
    background: #f7f7fc;
    border: none;
    overflow: hidden;
    -webkit-box-shadow: 0 8px 10px rgba(0,0,0,.02);
    box-shadow: 0 8px 10px rgba(0,0,0,.02);
    padding-bottom: 1.875rem;
    height: 100%;
}
.tag-date {
    margin: 0 0 1.5625rem;
    display: block;
    color: #1462dd;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
}
.card-heading-flex {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: .625rem;
    text-transform: none !important;
}
.arrow-btn {
    display: inline-block;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    color: #5f1ebe;
    font-weight: 500;
    position: relative;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.arrow-btn span {
    color: transparent;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.arrow-btn::after {
    content: "";
    background: url(https://hcltech.imgix.net/sites/default/files/images/icons/readmore-arrow.svg) no-repeat;
    width: 18px;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    margin-top: .0625rem;
}
.cloud-case-studies-wrap .btn-row {
    text-align: right;
}

.see-all-btn-dark:focus, .see-all-btn-dark:hover {
    color: #5f1ebe!important;
   /*  border-bottom: 1px solid transparent;
    outline-color: #5f1ebe; */
}
/*--- Case-Studies section End ---*/

.grey-bg-2 {
    background: #f7f7fc !important;
}
.insights-news .page-title h2 {
   font-weight:300;
}

.insights-section:hover{
    background: #e6ebf5;
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, .02);
    box-shadow: 0 8px 10px rgba(0, 0, 0, .02);
}

/*---Invoice Page start ---*/

.img-style{
	background:#fff;
	border:2px solid #763DCF;
	border-radius:10px
}
.img-style:hover{
	border:none;
}
.value-outcomes{
	padding:50px;
}
.value-outcomes .section-heading p {
    font-size: 16px;
    text-align: center;
	margin-bottom: 30px;
	line-height:26px;
}
.value-outcomes .section-heading h5 {
	font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.value-outcomes .card {
    border: 0 !important;
	padding:20px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(250, 255, 243, 0.67) 0%, rgba(225, 242, 254, 0.67) 100%);
    box-shadow: 2px 4px 4px 0px rgba(174, 174, 174, 0.25);
}
.value-outcomes .card a{
	text-decoration:none;
}
h5.card-title.heading{
	color:#000
}
h5.card-title.heading:hover{
	text-decoration:none;
}
.testimonial-section {
    background: #5F1EBE;
	padding: 50px 0 100px;
}
/*---Invoice Page End ---*/

/*---Value Chain Page start ---*/

.cardbox-heading h5 {
    padding: 10px;
    text-align: center;
    color: #fff;
	background: linear-gradient(100.47deg, #763DCF 0%, #3B6FEF 119.96%);
	border:1px solid #fff;
	position:relative;
}
.cardbox-heading:hover::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid #4665e9;
    border-bottom: 20px solid transparent;
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 23%;
}
.value-chain .value-chain-desc p{
	padding:10px;
	color:#404040;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	position:relative;
}
.value-chain .card a{
	text-decoration:none;
}
h5.title-2.heading{
	padding: 10px;
	font-size: 14px;
	font-weight: 600;
	color:#000;
	margin:0;
}
.color-blue{
	color:#3B6FEF!important;
}
.card-bg{
	background: linear-gradient(90deg, #fff 50%, #f7f7f7 50%);
}
.card-tripplebg{
	background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 33%, rgba(247,247,247,1) 33%, rgba(247,247,247,1) 66%, rgba(255,255,255,1) 66%, rgba(255,255,255,1) 100%);
}
.mh-930{
	min-height:928px;
}
.mh-575{
	min-height:575px;
}
.digitnumber {
    color: #f0f0f0 !important;
    font-weight: 600;
    position: absolute;
    bottom: -67%;
    left: 35px;
    font-size: 154px;
}
.our-resource .card {
    margin-top: 20px;
    border: none;
}
.our-resource{
    background: url(../images/service-bg.png) no-repeat scroll 0 0 / 100% 100%;
	padding:50px;
}
.our-resource .section-heading h5 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 30px;
}
.our-resource .section-heading {
    margin-bottom: 30px;
}
.our-resource .section-heading p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.outer-box{
	padding:70px;
}
.outer-box .details {
    padding: 30px!important;
}
.our-resource .card.shadow-gray {
    box-shadow: 0px 4px 64px 0px rgba(213, 187, 255, 0.20);
}
.filter-style, .desc-box{
	background: #f7f7fc !important;
    border: none;
    width: 85%;
    padding: 5px;
    font-size: 12px;
}

/* case-study start */

.case-study-card:hover .resources img {
    transform: scale(1.1);
}
.case-study-card .resources img {
    border-radius: 5px 5px 0 0;
    transition: .5s ease;
    width: auto;
    height: auto;
    transform: scale(1.015);
}
.case-study-card .resources {
    overflow: hidden;
	position:relative;
}
.case-study-card:hover {
    background: #E6EBF5;
	box-shadow: 0px 4px 64px 0px rgba(213, 187, 255, 0.20);
}
.case-study-card .resources h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(110deg, #763DCF 12.63%, #3B6FEF 119.07%);
    padding: 8px;
    color: #ffffff;
    margin: 0;
	font-size: 20px;
    font-weight: normal;
}
.case-study-card .resources h4:after {
	    content: '';
    position: absolute;
    right: 0px;
    top: -34px;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    background: #515de3;
    width: 110px;
    height: 35px;
}
.case-study-card a{
	color:#000;
	text-decoration:none;
}
.bg-resource{
	background:#fff!important;
}
.case-study-card a .learnBtn {
    color: #602A9A;
    font-size: 18px;
    font-weight: 500;
}

.case-study-card .learnBtn i {
    transition: 0.3s;
    position: relative;
    left: -85px;
}

.case-study-card .learnBtn span {
    opacity: 0;
    transition: 0.3s;
}

.case-study-card a:hover .learnBtn i {
    left: 10px;
}

.case-study-card a:hover .learnBtn span {
    opacity: 1;
}

.value-chain .card:hover {
    transform: scale(1.07);
}

/* Login start */
.form-control:focus {
    box-shadow: none;
}
.login-1 .form-section {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 50px;
	margin-top:100px;
}
.login-1 .form-inner {
    max-width: 600px;
    width: 100%;
    margin: 0 15px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.9s;
}
.login-1 .login-studio {
	min-height: 100vh;
	position: relative;
	padding: 15px 50px;
	background: url(../images/offer-bg.png) no-repeat scroll 0 0 / 100% 100%;
	background-position: center center;
	background-size: cover;
}
p.studio {
    font-size: 14px;
}
.login-1 .login-bg {
	min-height: 100vh;
	position: relative;
	padding: 15px 50px;
	background: url(../images/login-img.png) no-repeat scroll 0 0 / 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
	.login-1 .form-section p {
        color: #717171;
        font-size: 14px;
        font-weight: 500;
    }
	.login-1 .form-section p a {
		font-weight: 500;
		color: #763dcf;
	}
	.login-1 .form-section .form-box {
        float: left;
        width: 100%;
        text-align: left;
        position: relative;
    }

    .login-1 .form-section .form-check-input:checked {
        display: none;
    }

    .login-1 .form-section .form-control {
		padding: 22px;
		float: left;
		width: 100%;
		font-size: 12px;
		outline: none;
		color: #000;
		font-weight: 500;
		background: #EFF0F7;
		border: none;
}
	
	.login-1 .form-section input[type=checkbox], input[type=radio] {
        margin-right: 3px;
    }

    .login-1 .form-section button:focus {
        outline: none;
        outline: 0 auto -webkit-focus-ring-color;
    }

    .login-1 .form-section .btn-theme.focus, .btn-theme:focus {
        box-shadow: none;
    }

    .login-1 .form-section .btn-theme {
		background: #5F1EBD;
		color: #fff;
		border-radius:3px;
		padding: 7px;
		display: inline-block;
		text-align:center;
}
        .login-1 .form-section .btn-theme:hover {
            text-decoration: none;
        }
		
	.login-1 .form-section .checkbox {
        font-size: 14px;
    }

    .login-1 .form-section .form-check {
        float: left;
        margin-bottom: 0;
        padding-left: 0;
    }

        .login-1 .form-section .form-check a {
            color: #717171;
            float: right;
        }

    .login-1 .form-section .form-check-input {
        position: absolute;
        margin-left: 0;
    }

    .login-1 .form-section .form-check label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 15px;
        height: 15px;
        top: 3px;
        margin-left: -25px;
        border: 1px solid #5F1EBD;
        border-radius: 3px;
        background-color: #fff;
    }

    .login-1 .form-section .form-check-label {
        padding-left: 25px;
        margin-bottom: 0;
        font-size: 12px;
        font-weight: 500;
        color: #5F1EBD;
    }

    .login-1 .form-section .checkbox-theme input[type="checkbox"]:checked + label::before {
        background: #ff574d;
        border-color: #ff574d;
    }

    .login-1 .form-section input[type=checkbox]:checked + label:before {
        font-weight: 600;
        color: #fff;
        line-height: 15px;
        font-size: 14px;
        content: "\2713";
        padding-left: 3px;
    }
	.login-1 .form-section a.forgot-password {
        font-size: 12px;
        color: #5F1EBD;
        float: right;
    }
	
.form-control::placeholder{
	color:#000;
	font-size:14px;
}
.form-group {
    margin-bottom: 1.5rem;
}

/* Login end */


.content-left{
	padding:0px 60px;
}
.content-left.preview{
	padding:0px 20px;
}
select:invalid { color: gray; }

@media (max-width: 992px) {
    .login-1 .form-section {
        width: 100%;
    }

    .login-1 .form-inner {
        padding: 40px 30px;
    }

    .login-1 .form-section {
        justify-content: center;
        align-items: center;
        padding: 30px 0;
    }

    .login-1 .login-img {
        min-height: 100%;
        border-radius: 5px;
    }

}
@media (max-width: 768px) {
    .login-1 .form-inner {
        margin: 0 15px;
    }
}

/* Modal for Invoice to pay */

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 90px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

/*upload button css for login studio page */

.file-upload {
    font-size: 13px;
}
    .file-upload .file-select {
		display: block;
		color: #000;
		background: #eff0f7;
		overflow: hidden;
		position: relative;
		border-radius: 5px;
	}
        .file-upload .file-select .file-select-button {
            padding: 0 10px;
            display: inline-block;
            height: 40px;
            line-height: 40px;
        }
        .file-upload .file-select .file-select-name {
            line-height: 40px;
            display: inline-block;
            padding: 0 10px;
        }
        .file-upload .file-select:hover {
            border: 2px solid #b2d8fc;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }
            .file-upload .file-select:hover .file-select-button {
                background: #fff;
                color: #000;
                transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
            }
    .file-upload.active .file-select {
        border-color: #3fa46a;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }
        .file-upload.active .file-select .file-select-button {
            background: #3fa46a;
            color: #FFFFFF;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }
    .file-upload .file-select input[type=file] {
        z-index: 100;
        cursor: pointer;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .file-upload .file-select.file-select-disabled {
        opacity: 0.65;
    }
        .file-upload .file-select.file-select-disabled:hover {
            cursor: default;
            display: block;
            border: 2px solid #dce4ec;
            color: #34495e;
            cursor: pointer;
            height: 40px;
            line-height: 40px;
            margin-top: 5px;
            text-align: left;
            background: #FFFFFF;
            overflow: hidden;
            position: relative;
        }
            .file-upload .file-select.file-select-disabled:hover .file-select-button {
                background: #dce4ec;
                color: #666666;
                padding: 0 10px;
                display: inline-block;
                height: 40px;
                line-height: 40px;
            }
            .file-upload .file-select.file-select-disabled:hover .file-select-name {
                line-height: 40px;
                display: inline-block;
                padding: 0 10px;
            }


/* Responsive CSS Starts */

@media only screen and (max-width: 1199px) {
    .container {
        width: 100%;
    }

    nav.navbar {
        padding: 10px 0 !important;
        background: #fff;
    }

    .main-menu {
        position: absolute;
        top: 50px;
        left: -15px;
        width: calc(100% + 30px);
        background: #fff;
    }

    .main-menu>ul {
        flex-direction: column;
        text-align: left;
        align-items: flex-start !important;
        width: 100%;
    }

    .main-menu>ul>li {
        width: 100%;
    }

    .main-menu>ul>li>a {
        margin: 0;
        width: 100%;
        padding: 10px 15px;
    }

    .sub-menu {
        position: relative;
        top: 0;
        opacity: 1;
        visibility: visible;
        width: 100%;
        height: auto;
        display: none;
        padding: 0 0 0 20px;
    }

    ul.sub-menu-1 {
        width: 100%;
        position: relative;
    }

    .sub-menu-2 {
        position: relative;
        opacity: 1;
        visibility: visible;
        left: 30px;
        width: 100%;
        display: none;
    }

    ul.sub-menu-1>li>a {
        width: 100%;
        display: inline-block;
    }

    ul.sub-menu-1>li>a:hover {
        background: none;
        color: #6945D0;
        text-decoration: none;
    }

    .hamburger-icon {
        display: inline-block;
    }
    .banner .carousel-item .carousel-caption h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #fff;
        background: linear-gradient(180deg, #FFF 54.17%, #B372CF 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .banner .carousel-item .carousel-caption p {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 10px;
    }

    .banner .carousel-item .carousel-caption .arrow-btn-white-blue {
        margin-top: 0;
        color: #602A9A;
        line-height: 36px;
        padding: 0 20px;
        border-radius: 5px;
        font-weight: 600;
        font-size: 14px;
        background: #fcfcfc;
        display: inline-block;
        border: none;
        transition: all .45s cubic-bezier(.65, 0, .076, 1);
        text-decoration: none;
    }

    .banner .ifrs-header h3 {
        font-size: 30px;
        line-height: 30px;
        font-weight: 600;
        margin-bottom: 30px;
        color: #fff;
    }
    .contact-us .hclBtns{
        flex-direction: column;
    }
    .contact-us .supercharging-contact {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }
    .contact-us .supercharging-contact .arrow-btn-white-blue {
        margin: 0 10px;
    }
    .contact-us .supercharging-contact .arrow-btn-white-blue+a {
        margin-top:0;
    }
    .contact-us .hclBtns .contact-img {
        text-align: center;
    }
    .testimonialCard {
        margin: 0;
    }
    .financeBanner .carousel-caption {
        position: absolute;
        top: 5%;
        left: 10%;
        color: #fff;
        text-align: left;
    }
    .banner .financeBanner h3 {
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 10px;
        color: #fff;
    }
    .banner .financeBanner p {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 7px;
    }
    .discover-section .discover-search-container {
        width: 100%;
        padding-right: 2.8125rem;
    }
    .discover-section .discover-search-container-right {
        width: 100%;
        padding-left: 0;
        margin-top: 1.125rem;
    }
    .invoice-page .banner {
        padding: 20px 0;
        height: auto;
        background-position: left bottom;
    }
    .invoice-page .banner .partner-header .headingBanner {
        margin-bottom: 0;
        background: linear-gradient(90deg, #FF3BFF 0%, #ECBFBF 38.02%, #5C24FF 75.83%, #D94FD5 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .autonomus-page .banner .partner-header .headingBanner {
        margin-bottom: 0;
        background: linear-gradient(90deg, #FF3BFF 0%, #ECBFBF 38.02%, #5C24FF 75.83%, #D94FD5 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

}

@media only screen and (max-width: 767px) {
    nav.navbar {
        padding: 10px !important;
        width: 100% !important;
        right: 0;
        left: 0;
        position: fixed;
        background: #fff;
    }

    .main-menu>ul {
        padding: 0px 10px;
    }
    .carousel-caption, .ifrs-header {
        position: absolute;
        top: 0;
        left: 10%;
        color: #fff;
        text-align: left;
    }
    .banner .carousel-item .carousel-caption h3 {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #fff;
        background: linear-gradient(180deg, #FFF 54.17%, #B372CF 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .banner .carousel-item .carousel-caption p {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 10px;
    }
    .banner .carousel-item .carousel-caption .arrow-btn-white-blue {
        margin-top: 0;
        color: #602A9A;
        line-height: 24px;
        padding: 0 10px;
        border-radius: 5px;
        font-weight: 500;
        font-size: 12px;
        background: #fcfcfc;
        display: inline-block;
        border: none;
        transition: all .45s cubic-bezier(.65, 0, .076, 1);
        text-decoration: none;
    }
    ol.carousel-indicators {
        display: none;
    }
    .services-section .purpose-section h3 {
        font-weight: 500;
        font-size: 24px;
        line-height: 26px;
    }
    .ifrs-header {
        position: absolute;
        top: 10%;
        left: 10%;
        color: #fff;
        text-align: left;
    }
    .banner .ifrs-header h3 {
        font-size: 20px;
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #fff;
    }
    .banner .ifrs-header p {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
    }
    .viewBtns {
        margin: 0 auto;
    }
    
    .exploreCard .viewBtns a:nth-child(1) img {
        position: relative;
        left: 8px;
    }
    
    .exploreCard .viewBtns a:nth-child(1):hover img {
        left: 0;
    }
    
    .exploreCard .viewBtns a:nth-child(2) img {
        position: relative;
        left: 10px;
    }
    
    .exploreCard .viewBtns a:nth-child(2):hover img {
        left: 0;
    }
    
    .exploreCard .viewBtns a:nth-child(3) img {
        position: relative;
        left: 2px;
    }
    
    .exploreCard .viewBtns a:nth-child(3):hover img {
        left: 0;
    }
    .partner-header {
        position: absolute;
        top: 20%;
        left: 10%;
        color: #fff;
        text-align: left;
    }
    .banner .partner-header .headingBanner {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 30px;
        background: linear-gradient(180deg, #FFFFFF 54.17%, #B372CF 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }
    .invoice-page .partner-header {
        position: inherit;
    }
    .testimonialCard {
        margin: 0;
    }
    .financeBanner .carousel-caption {
        position: absolute;
        top: -5%;
        left: 10%;
        color: #fff;
        text-align: left;
    }
    .banner .financeBanner h3 {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 10px;
        color: #fff;
    }
    .banner .financeBanner p {
        font-size: 10px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 7px;
    }
    .banner .financeBanner .arrow-btn-white-blue {
        margin-top: 0px;
        color: #602A9A;
        line-height: 30px; 
        padding: 0px 8px;
        border-radius: 5px;
        font-weight: 400;
        font-size: 12px;
        background: #fcfcfc;
        display: inline-block;
        border: none;
        transition: all .45s cubic-bezier(.65, 0, .076, 1);
        text-decoration: none;
    }
    .courseBreadcrumb {
        padding: 5px;
    }
    .courseBreadcrumb li, .courseBreadcrumb li a {
        font-size: 12px;
        font-weight: 500;
        position: relative;
        color: #000000;
    }
    .discover-section .discover-search-container {
        width: 100%;
        padding-right: 2.8125rem;
    }
    .discover-section .discover-search-container-right {
        width: 100%;
        padding-left: 0;
        margin-top: 1.125rem;
    }
    .invoice-page .partner-header p br {
        display: none;
    }
    .value-outcomes-card {
        flex-direction: column;
    }
    .value-outcomes-card .compliance-text {
        margin-top: 10px;
    }
    .value-outcomes {
        padding: 20px;
    }
    .invoice-page .banner {
        background-position: 0 0;
        background-size: cover;
    }
}

.login-1 .form-section input[type=text] {
    padding: 18px;
    float: left;
    width: 100%;
    font-size: 16px;
    outline: none;
    color: #000000;
    font-weight: 500;
    background: #EFF0F7;
    border: none;
}

.learnmore-btn .arrow-btn-white-blue {
	margin-bottom:40px;
    color: #fff;
    line-height: 45px;
    padding: 0 20px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px;
	background: linear-gradient(90deg, #763DCF 0%, #3B6FEF 100%);
    display: inline-block;
    transition: all .45s cubic-bezier(.65, 0, .076, 1);
}

.compliance-img img{
	border-radius:10px;
}
.compliance-text p {
    color: #424242;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.24px;
}
.compliance-text h4 {
    color: #000;
	font-weight:600;
	font-size:21px;
}
.headingBanner p{
	font-size:22px;
}

.partner-header p {
    font-size: 20px;
}

.value-outcomes.autonomous{
	padding: 50px;
    background: linear-gradient(101deg, #763DCF 0%, #3B6FEF 121.82%);
	color:#ffffff;
}
.value-outcomes .autonomous-heading p {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 35px;
}
.value-outcomes .autonomous-heading h5{
	font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.value-chain .valuechain-heading h5{
	font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}

.services-section.autonomous{
	padding: 50px;
    
}
.services-section .autonomous-heading p {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 30px;
}
.services-section .autonomous-heading h5{
	font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.compliance-card{
	border-radius: 10px;
	border:none;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
}
.icon{
	border-radius: 10px 0px 0px 10px;
    background: linear-gradient(180deg, rgba(117, 62, 208, 0.20) 0%, rgba(71, 101, 232, 0.20) 100%);
    padding: 10px;
	margin-right:10px;
}
.services-section.autonomous .para-details a {
    background: var(--GRadient11, linear-gradient(90deg, #7186FF 11%, #FE7587 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

/* Module Card CSS 17Feb */

.moduleCard {
    border: 2px solid #3B6FEF !important;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    padding: 20px;
}
ul#myTab {
    display: flex;
    flex-direction: column;
    border: 0;
    border-right: 1px solid #A2A2A2;
    padding: 0 20px 0 0;
}

#myTab.nav-tabs .nav-item.show .nav-link, #myTab.nav-tabs .nav-link.active, #myTab.nav-tabs .nav-link:focus {
    color: #6945D0;
    outline: none;
    border-radius: 6.328px;
    background: #EEEFFF;
    box-shadow: 0px 4px 32px 0px rgba(38, 198, 218, 0.03);
}

.nav-tabs .nav-link {
    width: 100%;
    margin-bottom: 15px;
    padding: 8px 12px;
    border: 0;
    color: #211744;
    font-size: 14px;
    font-weight: 500;
}
.nav-tabs .nav-link i {
    width: 25px;
}
.tab-content {
    margin: 0 auto;
}

.moduleCard .nav-tabs h3 {
    background: #6945D0;
    color: #fff;
    font-size: 18px;
    padding: 12px;
    text-align: center;
    border-radius: 7px;
    margin-bottom: 20px;
}

.pt-pb-50{
    padding: 50px 0;
}

.pt-pb-52{
    padding: 52px 0;
}

.compliance-header-bg{
    background: linear-gradient(90deg, #0FB8D8 0%, #ECBFBF 38.02%, #409AC4 75.83%, #43DFFD 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.payment-assurance-text-bg{
    background: linear-gradient(126deg, #27E0F9 33.26%, #475FF8 64.13%) !important;
background-clip: text !important;
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent !important;
}
.agile-text-bg{
    background: linear-gradient(90deg, #FFD1E2 0.68%, #FBF9E1 27.16%, #B2D2FF 50.01%) !important;
background-clip: text !important;
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent !important;
}

.assuranceCard .digitnumber.one{
    color: #f0f0f0 !important;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    left: 60%;
    font-size: 154px;
}

.assuranceCard .digitnumber {
    color: #f0f0f0 !important;
    font-weight: 600;
    position: absolute;
    bottom: -120%;
    left: 60%;
    font-size: 154px;
}

.assuranceCard .digitnumber.three {
    color: #f0f0f0 !important;
    font-weight: 600;
    position: absolute;
    bottom: -120%;
    left: 60%;
    font-size: 154px;
}
.card-bg-full {
    background: linear-gradient(180deg, #fff 60%, #f7f7f7 40%);
}

/* Module Card CSS Ends */


/* CSS added - 19feb24 */
.cloud-case-studies-wrap .card a {
    color: #000000;
    text-decoration: none;
}

.cloud-case-studies-wrap .card a .learnBtn {
    color: #602A9A;
    font-size: 18px;
    font-weight: 500;
}
/***
.cloud-case-studies-wrap .card a .card-body.case-studies-carousel-text{
    border-radius: 5px;
    background: #f7f7fc;
    border: none;
    overflow: hidden;
    -webkit-box-shadow: 0 8px 10px rgba(0,0,0,.02);
    box-shadow: 0 8px 10px rgba(0,0,0,.02);
    padding-bottom: 1.875rem;
    height: 100%;
}
    */
.cloud-case-studies-wrap .card a .tag-date {
    margin: 0 0 1.5625rem;
    display: block;
    color: #1462dd;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
}
.cloud-case-studies-wrap .card a .card-heading-flex {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: .625rem;
    text-transform: none !important;
}

.see-all-btn-dark{
    color: #000000;
}

/** 21 feb css add kiya gya  */
.cloud-case-studies-wrap .card {
    border: none;
    background: #f7f7fc;
}
.cloud-case-studies-wrap .card a .card-body.case-studies-carousel-text {
    border-radius: 5px;
    /* background: #f7f7fc; */
    border: none;
    overflow: hidden;
    -webkit-box-shadow: 0 8px 10px rgba(0,0,0,.02);
    box-shadow: 0 8px 10px rgba(0,0,0,.02);
    padding-bottom: 1.875rem;
    min-height: 318px;
}

.b-r-10{
    border-radius: 10px;
}
.m-h-650{
    min-height: 690px;
}
.m-h-480{
    min-height: 480px;
}