@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*html {
  scroll-behavior: smooth;
}*/
*{box-sizing: border-box;}
body,h1,h2,h3,h4,h5,h6,p,span,div,header,footer,section,ul,ol,li {margin: 0;padding: 0;}
a {text-decoration: none;cursor: pointer;outline: none;}
ul,li,ol {list-style-type: none;}
body {
  -webkit-font-smoothing: antialiased; /* For WebKit browsers (Chrome, Safari) */
  -moz-osx-font-smoothing: grayscale; /* For macOS Firefox */
  font-smoothing: antialiased; /* Standard property, though vendor prefixes are still widely used */
}

/*===== Common Code =====*/
.button-primary {padding: 7px 14px;background-color: #0056d2;border-radius: 50px;font-weight: 500;font-family: Manrope, sans-serif;color: #FFF;display: inline-block;transition: all .5s ease-in-out;border: 1px solid #0056d2;text-decoration: none;cursor: pointer;font-size: 12px;}
.btn-prime-arrow {background-color: #FFF;color: #0d6efd;border-radius: 50%;font-size: 16px;font-family: Manrope, sans-serif;height: 28px;width: 28px;display: inline-block;margin-left: 10px;vertical-align: middle;text-align: center;line-height: 1.5;transition: all .5s ease-in-out;right: 0px;position: relative;}
.button-primary:hover {transition: all .5s ease-in-out;background-color: #fff;color: #0056d2;}
.button-primary:hover .btn-prime-arrow {transition: all .5s ease-in-out;background-color: #0056d2;color: #FFF;right: -10px;}
.container-fluid {max-width: 100%;width: 100%;margin: 0;padding: 0;overflow: hidden;}
.container {max-width: 1140px;width: 100%;padding: 0 15px;margin: 0 auto;}
.ovh {overflow: hidden; touch-action: none;}
h4.main-title {font-size: 34px;text-align: center;margin-bottom: 20px;font-family: 'Manrope',sans-serif;font-weight: 100;}
h4.main-title span {font-weight: bold;}

/*===== Header Code =====*/
.header-wrapper {position: absolute;top: 0;left: 0;z-index: 9;width: 100%;transition: all .3s ease-in-out;padding: 0px 0px;}
.header-wrapper .container {max-width: 1140px;width: 100%;background-color: transparent;display: flex;justify-content: space-between;align-items: center;}
.header-wrapper .logo-wrap {display: inline-block;}
.header-wrapper .logo-wrap img {max-width: 150px;width: 100%;height: auto;transition: all .3s ease-in-out;}
.header-wrapper .logo-wrap .logo-white {display: inline-block;}
.header-wrapper .logo-wrap .logo-black {display: none;}
.header-wrapper .center-menu-wrap {width: auto;}
.header-wrapper .center-menu-wrap ul.center-menu {display: flex;align-items: center;justify-content: center;gap: 0px;}
.header-wrapper .center-menu-wrap ul.center-menu li {display: block;vertical-align: middle;}
.header-wrapper .center-menu-wrap ul.center-menu li a {display: block;position: relative;color: #fff;font-family: 'Manrope', sans-serif;font-size: 14px;padding: 20px 15px;transition: all .3s ease-in-out;}
.header-wrapper .center-menu-wrap ul.center-menu li span {font-family: 'Manrope', sans-serif;font-size: 14px;color: #555;line-height: 1.4;}
.header-wrapper .contact-menu a {display: inline-block;position: relative;color: #fff;font-family: 'Manrope', sans-serif;font-size: 14px;padding: 10px 10px;transition: all .3s ease-in-out;}
.header-wrapper:hover {background-color: #FFF;transition: all .3s ease-in-out;}
.header-wrapper:hover .logo-wrap .logo-white {display: none;transition: all .3s ease-in-out;}
.header-wrapper:hover .logo-wrap .logo-black {display: inline-block;transition: all .3s ease-in-out;}
.header-wrapper:hover .center-menu-wrap ul.center-menu li a {transition: all .3s ease-in-out;color: #000;}
.header-wrapper:hover .contact-menu a {transition: all .3s ease-in-out;color: #000;}
.hamburger-wrap {display: none;}

/*===== Header Sub Menu Code =====*/
.sub-menu-wrap {position: absolute;background-color: #fff;left: 0;top: 65px;padding-top: 40px;width: 100%;height: auto;visibility: hidden;opacity: 0;transform: translateY(-6px);padding-bottom: 15px;max-width: 100%;width: 100%;}
.sub-menu-inside {position: relative;display: inline-block;width: 100%;}
.sub-menu-inside .left {display: inline-block;vertical-align: top;max-width: 25%;padding-right: 60px;}
.sub-menu-inside .left h3 {font-size: 22px;font-family: 'Manrope',sans-serif;margin-bottom: 15px;line-height: 1;color: #222;}
.sub-menu-inside .left p {font-family: 'Manrope',sans-serif;color: #555;font-size: 14px;line-height: 1.4;}
.sub-menu-inside .left a {font-family: 'Manrope',sans-serif;}
.sub-menu-inside .right {display: inline-block;vertical-align: top;max-width: calc(75% - 4px);width: 100%;}
.sub-menu-inside .right ul {display: inline-block;max-width: calc(33.33% - 3px);width: 100%;vertical-align: top;padding: 20px 0px 0px 60px;position: relative;border-radius: 20px;transition: all .3s ease-in-out;}
/*.sub-menu-inside .right ul:hover {transition: all .3s ease-in-out;background-color: #FFF6F6;}*/
.sub-menu-inside .right.being-atman ul {max-width: calc(25% - 3px);}
.sub-menu-inside .right ul li {display: block!important;margin-bottom: 15px;}
.sub-menu-inside .right ul li:first-child a {font-weight: bold;}
.sub-menu-inside .right ul a {font-family: 'Manrope',sans-serif;color: #111!important;padding: 0px!important;line-height: 1.4;}
.sub-menu-inside .right ul a span {font-family: 'Manrope',sans-serif;}
.sub-menu-inside .right ul.services:before {content: url('../img/services.svg');width: 30px;height: 30px;position: absolute;left: 20px;}
.sub-menu-inside .right ul.industries:before {content: url('../img/Industries_we_serve.png');width: 30px;height: 30px;position: absolute;left: 20px;}
.sub-menu-inside .right ul.jewels:before {content: url('../img/diamond_9346758 1.png');width: 30px;height: 30px;position: absolute;left: 20px;}
.sub-menu-inside .right ul.analytics:before {content: url('../img/analytics.svg');width: 30px;height: 30px;position: absolute;left: 20px;}
.sub-menu-inside .right ul.agentic-suit:before {content: url('../img/Agentic_Suite.svg');width: 30px;height: 30px;position: absolute;left: 20px;}
.sub-menu-inside .right ul.atman-fusion:before {content: url('../img/Atman_Fusion.svg');width: 30px;height: 30px;position: absolute;left: 20px;}
.sub-menu-inside .right ul.ob:before {content: url('../img/IconB1.png');width: 30px;height: 30px;position: absolute;left: 20px;}
.sub-menu-inside .right ul.pm:before {content: url('../img/IconB2.png');width: 30px;height: 30px;position: absolute;left: 20px;}
.sub-menu-inside .right ul.or:before {content: url('../img/IconB4.png');width: 30px;height: 30px;position: absolute;left: 20px;}
.sub-menu-inside .right ul.ns:before {content: url('../img/IconB5.png');width: 30px;height: 30px;position: absolute;left: 20px;}
.sub-menu-inside .right ul.pip:before {content: url('../img/IconB6.png');width: 30px;height: 30px;position: absolute;left: 20px;}
.sub-menu-inside .right ul.vb:before {content: url('../img/IconB7.png');width: 30px;height: 30px;position: absolute;left: 20px;}
.sub-menu-inside .right ul.wwu {content: url('../img/IconB8.png');width: 30px;height: 30px;position: absolute;left: 20px;}
.visible {visibility: visible;opacity: 1;transform: translateY(-6px);}

/*===== Hero Slider CSS =====*/
.slider {position: relative;width: 100%;height: 100vh;overflow: hidden;}
.items {position: relative;overflow: hidden;width: 100%;padding-bottom: 56.25%;}
.item {position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;transition: opacity .6s ease-in-out;}
.item.current {opacity: 1;}
.item img {width: 100%;height: 100%;object-fit: cover}
.buttons {position: absolute;z-index: 1;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: space-between;align-items: center;}
.button {width: 32px;height: 32px;border: none;outline: none;padding: 0;background: transparent center no-repeat;cursor: pointer;opacity: .4;}
.button.prev {background-image: url(https://codeisle.info/blog/wp-content/uploads/2018/12/ico_next_b32.png);}
.button.next {background-image: url(https://codeisle.info/blog/wp-content/uploads/2018/12/ico_next_b32-1.png);}
.button:hover {opacity: .8;}
.dots {position: absolute;bottom: 0px;left: 0;width: 100%;display: flex;justify-content: space-around;margin-top: 0px;align-items: center;height: 50px;z-index: 5;}
.dot {display: block;width: 10px;height: 100%;border-radius: 0%;border: none;outline: none;padding: 0;background: rgba(0, 0, 0, 0.8);cursor: pointer;opacity: .5;transition: opacity .4s ease-in-out;width: calc(20% - 0px);}
/* .dot:nth-child(n+2) {margin-left: 5px;} */
.dot.current {opacity: 1;border-top: 2px solid #FFF;}
.dot span.number {display: inline-block;font-size: 16px;vertical-align: middle;color: #FFF;font-family: Manrope,sans-serif;}
.dot span.category {display: inline-block;font-family: 'Manrope',sans-serif;font-size: 12px;margin-left: 10px;color: #FFF;vertical-align: middle;}
.slider-content {max-width: 50vw;width: 100%;position: absolute;top: 20%;left: 10%;z-index: 1;}
.slider-content span {display: inline-block;color: #FFF;text-transform: capitalize;font-size: 12px;margin-bottom: 20px;font-family: Manrope, sans-serif;}
.slider-content h2 {display: inline-block;font-size: 40px;line-height: 1.3;margin-bottom: 20px;font-family: Manrope, sans-serif;color: #FFF;font-weight: 400;}
.slider-content p {display: inline-block;font-size: 14px;margin-bottom: 20px;font-family: 'Manrope', sans-serif;color: #FFF;}
.slider-content span.btn-prime-arrow {margin-bottom: 0;color: #0056d2;font-size: 16px;}
.slider:before {content:"";position: absolute;width: 100%;height: 100%;background-color: rgba(0,0,0,0.5);z-index: 1;}
.background-video {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: -1; /* Send video to background */}


/*===== We Start With You Section =====*/
.startWithYou-wrap {max-width: 100%;width: 100%;margin: 0 auto;display: block;margin-top: 40px;text-align: center;margin-bottom: 40px;}
.startWithYou-wrap h4 {}
.startWithYou-wrap p {font-family: 'Manrope',sans-serif;font-size: 16px;line-height: 1.4;margin-bottom: 30px;}
.startWithYou-wrap img {width: 100%;height: auto;}

/*===== Why Atman Section =====*/
.why-atman-section {background-color: #f1f1f1;padding-bottom: 20px;}
.why-atman-wtap {max-width: 100%;width: 100%;margin: 0 auto;display: block;margin-top: 40px;text-align: center;margin-bottom: 40px;padding-top: 20px;}
.why-atman-wtap h4 {}
.why-atman-wtap p {font-family: 'Manrope',sans-serif;font-size: 16px;line-height: 1.4;margin-bottom: 15px;}
.why-atman-wtap ul.features-wrap {display: flex;justify-content: space-between;align-items: flex-start;}
.why-atman-wtap ul.features-wrap li {display: inline-block;margin: 0 15px;max-width: calc(25% - 0px);width: 100%;transition: all .3s ease-in-out;background-color: #FFF;}
.why-atman-wtap ul.features-wrap li .fearute-img {width: 220px;height: 260px;display: block;margin: 0 auto;margin-bottom: 15px;border-radius: 0px;transition: all .3s ease-in-out;overflow: hidden;margin-top: 0px;}
.why-atman-wtap ul.features-wrap li .fearute-img img {transition: all .3s ease-in-out;width: 100%;height: auto;transform: scale(1.3);}
.why-atman-wtap ul.features-wrap li p {font-size: 12px;padding: 0px 15px;min-height: 84px;}
.why-atman-wtap ul.features-wrap li:hover .fearute-img img {transition: all .3s ease-in-out;transform: scale(1.5);} 

/*===== What you can section slider =====*/
/* no circle */
.flickity-button {background: transparent;}
.flickity-button:hover {background: transparent;color: black;}
.flickity-prev-next-button {width: 100px;height: 100px;}
.flickity-button-icon {fill: white;}
.flickity-button:disabled {display: none;}
.carousel {margin: auto;max-width: 1040px;height: 350px;border-radius: 20%;}
.carousel-cell {margin-top: 35px;margin-right: 35px;margin-bottom: 35px;float: right;max-width: 320px;width: 100%;height: auto  ;border-radius: 20px;counter-increment: carousel-cell;transition: all 0.3s ease;opacity: 0.3;background: #b9b9b9;filter: blur(6px);}
.carousel-cell.is-selected {filter: blur(0);opacity: 1;background: white;transform: scale(1.1);box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.carousel-cell .card-content-wrap {position: absolute;bottom: 15px;left: 15px;}
.carousel-cell .card-content-wrap h5 {font-family: 'Manrope',sans-serif;font-size: 16px;color: #FFF;}
.carousel-cell .card-content-wrap p {font-family: 'Manrope',sans-serif;font-size: 12px;color: #FFF;}

/* picture */
.carousel-cell .p {border-radius: 15px;width: 100%;height: auto;counter-increment: carousel-cell;}
.carousel-cell .b:hover {background: #00e509;transform: scale(1.03);font-size: 16px;}
.carousel-cell .b:active {background: white;color: green;transform: scale(0.9);font-size: 16px;}
.carousel-cell .b-selected {cursor: pointer;margin: auto;width: 180px;padding: 1px;background: white;border: 1px solid green;border-radius: 15px;font-size: 15px;color: green;text-align: center;counter-increment: carousel-cell;transition: all 0.3s ease;}

.whatYouCan-wrap {max-width: 1140px;padding: 0px 15px;display: block;margin: 0 auto;text-align: center;margin-top: 80px;}
.whatYouCan-wrap h4 {}
.whatYouCan-wrap p {font-family: 'Manrope',sans-serif;font-size: 16px;line-height: 1.4;margin-bottom: 30px;}
.whatYouCan-btn {text-align: center;padding: 0 15px;max-width: 1140px;margin: 0 auto;display: block;}

/*===== We Understand You Section =====*/
.weUnderstand-wrap {display: inline-block;width: 100%;height: auto;margin-top: 80px;vertical-align: top;}
.weUnderstand-wrap .left-section {display: inline-block;max-width: calc(50% - 0px);padding: 0 15px;padding-right: 60px;text-align: left;vertical-align: top;}
.weUnderstand-wrap .left-section h4 {text-align: left;}
.weUnderstand-wrap .left-section p {font-family: 'Manrope', sans-serif;font-size: 14px;line-height: 1.6;color: #555;margin-bottom: 40px;}
.weUnderstand-wrap .left-section a {}
.weUnderstand-wrap .right-section {display: inline-block;max-width: calc(50% - 4px);padding: 0 15px;text-align: left;vertical-align: top;}
.weUnderstand-wrap .right-section ul.service-list {}
.weUnderstand-wrap .right-section ul.service-list li {display: inline-block;width: 100%;padding: 20px;margin-bottom: 20px;border-radius: 15px;transition: all .3s ease-in-out;cursor: context-menu;box-shadow: 0 0px 0px #00000026;}
.weUnderstand-wrap .right-section ul.service-list li:hover {transition: all .3s ease-in-out;box-shadow: 0 6px 18px #00000026;}
.weUnderstand-wrap .right-section ul.service-list li .service-img {display: inline-block;max-width: 60px;width: 100%;vertical-align: middle;}
.weUnderstand-wrap .right-section ul.service-list li .service-img img {width: 100%;height: auto;}
.weUnderstand-wrap .right-section ul.service-list li .service-info-section {max-width: calc(100% - 64px);display: inline-block;width: 100%;vertical-align: top;padding-left: 20px;}
.weUnderstand-wrap .right-section ul.service-list li .service-info-section h6 {font-family: 'Manrope', sans-serif;font-size: 16px;margin-bottom: 10px;}
.weUnderstand-wrap .right-section ul.service-list li .service-info-section p {font-family: 'Manrope', sans-serif;font-size: 13px;}

/*===== Trust Section Starts Here =====*/
.trustSection-wrap {display: inline-block;width: 100%;margin-top: 80px;}
.trustSection-wrap .t-left {display: inline-block;max-width: 50%;width: 100%;padding: 0 15px;text-align: left;vertical-align: top;}
.trustSection-wrap .t-left h4 {text-align: left;}
.trustSection-wrap .t-left h4 span {display: block;}
.trustSection-wrap .t-left p {font-family: 'Manrope', sans-serif;font-size: 14px;line-height: 1.6;color: #555;margin-bottom: 40px;}
.trustSection-wrap .t-left img {max-width: 160px;width: 100%;height: auto;}
.trustSection-wrap .t-right {display: inline-block;max-width: calc(50% - 4px);width: 100%;vertical-align: top;padding-left: 150px;}
.trustSection-wrap .t-right img {width: 100%;height: auto;}

/*===== Career Move Section =====*/
.careerMove-wrap {margin-top: 80px;margin-bottom: 80px}
.cMtop {margin-bottom: 20px;}
.cMtop h4 {text-align: left;max-width: 50%;width: 100%;display: inline-block;vertical-align: middle;padding-right: 310px;}
.cMtop p {font-family: 'Manrope', sans-serif;font-size: 14px;line-height: 1.6;color: #555;text-align: left;max-width: calc(50% - 4px);width: 100%;display: inline-block;vertical-align: middle;}
.cMbottom {text-align: center;}
.cMbottom img {width: 100%;height: auto;margin-bottom: 30px;}

/*===== Engineering Sales Section ======*/
.engineeringSales-section {background-color: #f1f1f1;padding: 40px 0px;margin-bottom: 80px;}
.engineeringSales-wrap {display: block;width: 100%;}
.engineeringSales-wrap .es-left {display: inline-block;max-width: 60%;width: 100%;vertical-align: middle;padding-right: 60px;}
.engineeringSales-wrap .es-left span.caseStudy {color: #555;font-family: 'Manrope', sans-serif;font-size: 14px;margin-bottom: 20px;display: inline-block;}
.engineeringSales-wrap .es-left h4 {text-align: left;}
.engineeringSales-wrap .es-left h4 span {display: block;}
.engineeringSales-wrap .es-left p {font-family: 'Manrope', sans-serif;font-size: 14px;line-height: 1.4;margin-bottom: 20px;color: #555;}
.engineeringSales-wrap .es-right {display: inline-block;max-width: calc(40% - 4px);width: 100%;vertical-align: middle;}
.engineeringSales-wrap .es-right img {width: 100%;height: auto;}

/*===== Edge AI Section =====*/
.eadgeAI-wrap {}
.eadgeAI-wrap .ea-section {display: block;margin: 0 auto;max-width: 70%;text-align: center;margin-bottom: 40px;}
.eadgeAI-wrap .ea-section h4 {}
.eadgeAI-wrap .ea-section p {font-family: 'Manrope', sans-serif;font-size: 14px;line-height: 1.4;}
.eadgeAI-wrap .ea-link-section {margin-bottom: 40px;}
.eadgeAI-wrap .ea-link-section ul {display: inline-block;width: 100%;margin: 0 auto;text-align: center;}
.eadgeAI-wrap .ea-link-section ul li {display: inline-block;margin: 0 10px;}
.eadgeAI-wrap .ea-link-section ul li a {font-family: 'Manrope', sans-serif;font-size: 16px;padding: 10px 15px;color: #FFF;border-radius: 10px;}
.eadgeAI-wrap .ea-link-section ul li a.one {background-color: #809bce;}
.eadgeAI-wrap .ea-link-section ul li a.two {background-color: #95b8d1;}
.eadgeAI-wrap .ea-link-section ul li a.three {background-color: #b8e0d2;color: #0e6b7a;}
.eadgeAI-wrap .ea-link-section ul li a.four {background-color: #d6eadf;color: #35738b}
.eadgeAI-wrap .ea-link-section ul li a.five {background-color: #eac4d5;color: #cc6695;}
.eadgeAI-wrap .ea-img-section {margin-bottom: 40px;text-align: center;}
.eadgeAI-wrap .ea-img-section img {width: 100%;height: auto;margin: 0 auto;margin-bottom: 25px;max-width: 1000px;display: block;border-radius: 20px;}

/*===== Footer Section =====*/
.footer-section {background-color: #111;padding: 20px 0px;}
.footer-wrap {display: flex;justify-content: space-between;align-items: center;}
.footer-wrap .ft-logo {display: inline-block;max-width: 100px;width: 100%;}
.footer-wrap .ft-logo img {width: 100%;height: auto;}
.footer-wrap .center {}
.footer-wrap .center p {font-family: 'Manrope', sans-serif;font-size: 12px;color: #FFF;}
.footer-wrap .ft-right {}
.footer-wrap .ft-right ul {}
.footer-wrap .ft-right ul li {display: inline-block;margin: 0 5px;vertical-align: middle;}
.footer-wrap .ft-right ul li a {font-family: 'Manrope', sans-serif;font-size: 12px;color: #FFF;}
.footer-wrap .ft-right ul li a img {width: 100%;height: auto;max-width: 15px;border-radius: 2px;position: relative;top: 2px;}
.footer-wrap .ft-right ul li:first-child {position: relative;margin: 0;padding-right: 10px;}
.footer-wrap .ft-right ul li:first-child:after {content: "";position: absolute;width: 1px;height: 100%;background-color: #FFF;right: 0;}

/*===== Fade Effect Code =====*/
.fade-in {opacity: 0;transform: translateY(50px);transition: opacity 0.8s ease-out, transform 0.8s ease-out;}
/* Active state when element is visible */
.fade-in.visible {opacity: 1;transform: translateY(0);}

/*===== Services Page Code =====*/
.banner-section {display: flex;width: 100%;position: relative;min-height: 300px;justify-content: flex-start;align-items: center;overflow: hidden;}
.services-banner {background: url("../img/service-banner.png") no-repeat center center/cover;}
.manufacturing {background: url("../img/industries-banner.png") no-repeat center center/cover;}
.life-sciences-banner {background: url("../img/lifesciencebg.jpg") no-repeat center center/cover;}
.banking {background: url("../img/banking-and-finance.jpg") no-repeat center center/cover;}
.jwels {background: url("../img/jewels-banner.jpg") no-repeat center center/cover;}
.healthcare-banner {background: url("../img/Health.jpg") no-repeat center center/cover;}
.insurance-banner {background: url("../img/Insurance.jpg") no-repeat center center/cover;}
.hitech-banner {background: url("../img/hightech-banner.jpg") no-repeat center center/cover;}
.ai-banner {background: url("../img/ai-banner.png") no-repeat center center/cover;}
.contact-banner {background: url("../img/contact-us.jpg") no-repeat center center/cover;}
.banner-section:after {content: "";background-color: #f3773f;position: absolute;top: 0;right: 17%;width: 250px;height: 600px;transform: skew(31deg, 0deg);mix-blend-mode: color;}
.banner-section .banner-info-wrap {max-width: 450px;width: 100%;padding: 0 15px;display: inline-block;z-index: 3;}
.banner-section .banner-info-wrap h2 {font-family: 'Manrope', sans-serif;font-size: 36px;color: #FFF;}
.banner-section .banner-info-wrap p {font-family: 'Manrope', sans-serif;font-size: 14px;color: #FFF;}
.services-links-section {width: 100%;background-color: #200066;transition: all .4s ease-in-out;position: absolute;}
.services-links-section ul.services-links {display: flex;justify-content: flex-end;align-items: center;}
.services-links-section ul.services-links li {display: inline-block;}
.services-links-section ul.services-links li a {font-family: 'Manrope', sans-serif;font-size: 14px;color: #FFF;padding: 15px 15px;display: inline-block;margin-right: 1px;transition: all .3s ease-in-out;}
.services-links-section ul.services-links li a:hover {transition: all .3s ease-in-out;background-color: #FFF;color: #200066;}
.serviceIntroText {display: block;text-align: left;margin: 80px 0px;}
.serviceIntroText h4 {text-align: left;}
.serviceIntroText p {font-family: 'Manrope', sans-serif;font-size: 14px;color: #555;}
.fl {float: left;}
.fr {float: right;}
.serviceEach-info {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;margin-bottom: 40px;}
.serviceEach-info .serviceText-wrap {display: inline-block;max-width: 50%;width: 100%;padding-right: 100px;}
.serviceEach-info .serviceText-wrap .catg-info {margin-bottom: 25px;}
.serviceEach-info .serviceText-wrap .catg-info h3 {color: #0d6efd;font-family: 'Manrope', sans-serif;font-size: 18px;margin-bottom: 10px;}
.serviceEach-info .serviceText-wrap .catg-info p {font-family: 'Manrope', sans-serif;font-size: 14px;color: #555;line-height: 1.4;}
.serviceEach-info .serviceText-wrap .wwd {}
.serviceEach-info .serviceText-wrap .wwd h4 {font-family: 'Manrope', sans-serif;font-size: 16px;margin-bottom: 10px;}
.serviceEach-info .serviceText-wrap .wwd p {font-family: 'Manrope', sans-serif;font-size: 14px;line-height: 1.4;color: #555;}
.serviceEach-info .serviceImage-wrap {display: inline-block;max-width: calc(50% - 0px);height: 300px;overflow: hidden;border-radius: 25px;}
.serviceEach-info .serviceImage-wrap img {width: 100%;height: auto;position: relative;top: -160px;}
.visionMission-wrap {display: block;margin-bottom: 40px;}
.visionMission-wrap .left {display: inline-block;max-width: 40%;width: 100%;vertical-align: top;padding-left: 50px;background-color: #f4f0efc4 !important;padding: 20px 20px 20px 50px;border-radius: 15px;min-height: 220px;}
.visionMission-wrap .left h3 {font-family: 'Manrope', sans-serif;font-size: 16px;margin-bottom: 10px;position: relative;}
.visionMission-wrap .left h3:before {content: url(../img/vision.png);width: 24px;height: 24px;position: absolute;top: -7px;bottom: 0;margin: auto;left: -40px;}
.visionMission-wrap .left ul {padding-left: 20px;}
.visionMission-wrap .left ul li {font-family: 'Manrope', sans-serif;font-size: 14px;line-height: 1.4;margin-bottom: 10px;list-style-type: disc;color: #555;}
.visionMission-wrap .right {display: inline-block;max-width: calc(60% - 19px);width: 100%;padding-left: 50px;background-color: #f4f0efc4;padding: 20px 20px 30px 50px;min-height: 162px;border-radius: 15px;margin-left: 15px;min-height: 220px;}
.visionMission-wrap .right h3 {font-family: 'Manrope', sans-serif;font-size: 16px;margin-bottom: 10px;position: relative;}
.visionMission-wrap .right h3:before {content: url(../img/mission.png);width: 24px;height: 24px;position: absolute;top: -7px;bottom: 0;margin: auto;left: -40px;}
.visionMission-wrap .right p {font-family: 'Manrope', sans-serif;font-size: 14px;line-height: 1.4;color: #555;}
.serviceEach-info .serviceImage-wrap img.tm50 {top: -50px;}
.serviceEach-info .serviceText-wrap.ord2 {order: 2;padding-right: 0;padding-left: 100px;}
.serviceEach-info .serviceImage-wrap.ord1 {order: 1;}
.get-sticky {position: fixed;width: 100%;top:0;left: 0;z-index: 9;transition: all .4s ease-in-out;}
.services-links-section ul.services-links li a.active-link {background-color: #FFF;transition: all .3s ease-in-out;color: #200066;}


/*===== Manufacturing Page Code =====*/
.mfng-intro-wrap {display: flex;justify-content: space-between;align-items: center;margin: 40px 0px;}
.mfng-intro-wrap h4 {font-family: 'Manrope', sans-serif;text-align: left;max-width: 50%;width: 100%;padding-right: 60px;margin: 0;}
.mfng-intro-wrap p {font-family: 'Manrope', sans-serif;font-size: 14px;color: #000;line-height: 1.4;max-width: 50%;width: 100%;}
.mfngInfoMix-wrap {display: flex;justify-content: space-between;align-items: flex-start;gap: 20px;margin-bottom: 40px;}
.mfngInfoMix-wrap .left {display: flex;flex-wrap: wrap;gap: 20px;max-width: 40%;width: 100%;}
.mfngInfoMix-wrap .left .top {background-color: #A0E5FF;padding: 25px;border-radius: 20px;} 
.mfngInfoMix-wrap .left .top h5 {font-family: 'Manrope', sans-serif;margin-bottom: 30px;font-size: 18px;}
.mfngInfoMix-wrap .left .top p {font-family: 'Manrope', sans-serif;font-size: 14px;}
.mfngInfoMix-wrap .left .bottom {min-height: 290px;height: 100%;width: 100%;overflow: hidden;border-radius: 20px;}
.mfngInfoMix-wrap .left .bottom.mnfg {background: url('../img/technician-girl.png') no-repeat center center/cover;}
.mfngInfoMix-wrap .left .bottom.banking-img {background: url('../img/51258.jpg') no-repeat center center/cover;}
.mfngInfoMix-wrap .left .bottom.healthcare-lb {background: url('../img/Health (2).jpg') no-repeat center center/cover;}
.mfngInfoMix-wrap .left .bottom.insurance-lb {background: url('../img/3822.jpg') no-repeat center center/cover;}
.mfngInfoMix-wrap .left .bottom.hitech-lb {background: url('../img/714.jpg') no-repeat center center/cover;min-height: 252px;}
.mfngInfoMix-wrap .left .bottom.lfscience-lb {background: url('../img/lifescience1.jpg') no-repeat center center/cover;}
.mfngInfoMix-wrap .middle {height: 100%;max-width: 25%;width:100%;min-height: 471px;border-radius: 20px;overflow: hidden;position: relative;}
.mfngInfoMix-wrap .middle.mnfg-mid {background: url(../img/lab_floor.png) no-repeat center center / cover;}
.mfngInfoMix-wrap .middle.banking-mid {background: url(../img/66467.jpg) no-repeat center center / cover;}
.mfngInfoMix-wrap .middle.health-mid {background: url(../img/2149355042.jpg) no-repeat center center / cover;}
.mfngInfoMix-wrap .middle.insurance-mid {background: url(../img/2149191379.jpg) no-repeat center center / cover;}
.mfngInfoMix-wrap .middle.hitech-mid {background: url(../img/2152020915.jpg) no-repeat center center / cover;}
.mfngInfoMix-wrap .middle.lfscience-mid {background: url(../img/lifescience2.jpg) no-repeat center center / cover;}
.mfngInfoMix-wrap .middle:before {content: "";width: 100%;height: 100%;position: absolute;background: #000;background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 1) 100%);}
.mfngInfoMix-wrap .middle h5 {font-family: 'Manrope', sans-serif;font-size: 16px;color: #FFF;position: absolute;top: 30px;left: 15px;}
.mfngInfoMix-wrap .middle span {font-family: 'Manrope', sans-serif;font-size: 14px;color: #FFF;position: absolute;bottom: 20px;left: 15px;max-width: 75%;}
.mfngInfoMix-wrap .right {display: flex;flex-wrap: wrap;gap: 20px;max-width: 35%;width:100%;}
.mfngInfoMix-wrap .right .top {min-height: 278px;height: 100%;width: 100%;overflow: hidden;border-radius: 20px;}
.mfngInfoMix-wrap .right .top.mnfg-rt {background: url('../img/Lab-technician.png') no-repeat center center/cover;}
.mfngInfoMix-wrap .right .top.banking-rt {background: url('../img/17033.jpg') no-repeat center center/cover;min-height: 259px;}
.mfngInfoMix-wrap .right .top.health-rt {background: url('../img/3369.jpg') no-repeat center center/cover;}
.mfngInfoMix-wrap .right .top.insurance-rt {background: url('../img/2149191351.jpg') no-repeat center center/cover;min-height: 259px;}
.mfngInfoMix-wrap .right .top.hitech-rt {background: url('../img/2614.jpg') no-repeat center center/cover;min-height: 200px;}
.mfngInfoMix-wrap .right .top.lfscience-rt {background: url('../img/lifesciencebg3.jpg') no-repeat center center/cover;}
.mfngInfoMix-wrap .right .bottom {display: flex;flex-wrap: wrap;gap: 20px;background-color: #f1ede7;border-radius: 20px;padding: 25px;}
.mfngInfoMix-wrap .right .bottom span {font-family: 'Manrope', sans-serif;font-size: 14px;margin-bottom: 40px;display: inline-block;line-height: 1.4;}
.mfngInfoMix-wrap .right .bottom h5 {font-family: 'Manrope', sans-serif;font-size: 18px;}
.mnfg-spotlight-wrap {margin-bottom: 40px;}
.mnfg-spotlight-wrap span {font-family: 'Manrope', sans-serif;font-size: 14px;text-transform: uppercase;margin-bottom: 5px;}
.mnfg-spotlight-wrap h4 {font-family: 'Manrope', sans-serif;font-size: 18px;margin-bottom: 10px;}
.mnfg-spotlight-wrap p {font-family: 'Manrope', sans-serif;font-size: 16px;line-height: 1.4;}
.mnfg-spotlight-wrap .leftDivision {display: inline-block;max-width: 50%;vertical-align: top;width: 100%;padding-right: 40px;}
.mnfg-spotlight-wrap .rightDivision {display: inline-block;max-width: calc(50% - 4px);vertical-align: top;width: 100%;}
.mnfg-spotlight-wrap .rightDivision .upper {margin-bottom: 10px;}
.mnfg-whyAtman-wrap {max-width: 1440px;width: 100%;margin-bottom: 40px;}
.mnfg-whyAtman-wrap h4 {text-align: left;}
.mnfg-whyAtman-wrap p {font-family: 'Manrope', sans-serif;color: #000;font-size: 14px;line-height: 1.4;}
.whatYouGet-wrap {}
.whatYouGet-wrap span {font-family: 'Manrope', sans-serif;font-size: 14px;}
.whatYouGet-wrap ul.whatYouGet-card-wrap {margin: 40px 0px;position: relative;display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: flex-start;gap: 25px;}
.whatYouGet-wrap ul.whatYouGet-card-wrap li {max-width: calc(25% - 19px);text-align: center;padding: 40px 15px 25px 15px;border-radius: 20px;min-height: 295px;box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 0px -5px;}
.whatYouGet-wrap ul.whatYouGet-card-wrap li img {margin-bottom: 15px;max-width: 60px;width: 100%;height: auto;opacity: 0.5;}
.whatYouGet-wrap ul.whatYouGet-card-wrap li h5 {font-family: 'Manrope', sans-serif;font-size: 16px;font-weight: 600;margin-bottom: 10px;line-height: 1.4;min-height: 45px;}
.whatYouGet-wrap ul.whatYouGet-card-wrap li p {font-family: 'Manrope', sans-serif;font-size: 14px;line-height: 1.4;}
.whatYouGet-wrap.healthcare ul.whatYouGet-card-wrap li {max-width: calc(33.33% - 17px);}
.whatYouGet-wrap.healthcare.hitechCard ul.whatYouGet-card-wrap li {min-height: 265px;}
.whatYouGet-wrap.healthcare.hitechCard.insurance ul.whatYouGet-card-wrap li {min-height: 297px;}


/*===== AI Page Code Starts Here =====*/
.serviceIntroText.ai-begin, .serviceIntroText.ai-begin h4 {text-align: center;}
.aiIntro-wrap {display: flex;flex-wrap: wrap;gap: 15px;flex-direction: column;margin-bottom: 40px;}
.aiIntro-wrap .intro-top {}
.aiIntro-wrap .intro-structure {display: flex;flex-wrap: wrap;gap: 15px;}
.aiIntro-wrap .intro-structure .left {max-width: calc(50% - 15px);width: 100%;border-radius: 15px;padding: 15px 15px;position: relative;min-height: 335px;height: 100%;display: inline-block;overflow: hidden;}
.aiIntro-wrap .intro-top .intro-structure .left {background: url(../img/ai-background.jpg) no-repeat center center/cover;}
.aiIntro-wrap .intro-structure .left span {font-family: 'Manrope', sans-serif;color: #FFF;font-size: 16px;line-height: 1.4;position: absolute;bottom: 20px;padding: 10px;}
.aiIntro-wrap .intro-structure .right {display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;gap: 15px;max-width: 50%;width: 100%;}
.aiIntro-wrap .intro-structure .right .a1 {max-width: calc(50% - 15px);width: 100%;position: relative;min-height: 100%;border-radius: 15px;padding: 15px;}
.aiIntro-wrap .intro-top .intro-structure .right .a1 {background: url("../img/ai-girl-page.jpg") no-repeat center center/cover;}
.aiIntro-wrap .intro-structure .right .a1 h4 {font-family: 'Manrope', sans-serif;color: #FFF;font-size: 22px;}
.aiIntro-wrap .intro-structure .right .a1 span {font-family: 'Manrope', sans-serif;font-size: 14px;line-height: 1.4;color: #FFF;position: absolute;bottom: 30px;}
.aiIntro-wrap .intro-structure .right .a2 {max-width: 50%;width: 100%;min-height: 100%;height: 100%;border-radius: 15px;border: 1px solid #dee2e6;position: relative;overflow: hidden}
.aiIntro-wrap .intro-structure .right .a2 .bg-paint {min-height: 45%;height: auto;margin-bottom: 15px;}
.aiIntro-wrap  .intro-top .intro-structure .right .a2 .bg-paint {background: url("../img/orange.png") no-repeat center center/cover;}
.aiIntro-wrap .intro-structure .right .a2 h3 {font-family: 'Manrope', sans-serif;font-size: 22px;margin-bottom: 10px;padding: 10px 95px 0px 15px;}
.aiIntro-wrap .intro-structure .right .a2 p {font-family: 'Manrope', sans-serif;font-size: 16px;padding: 10px 95px 0px 15px;}
.aiIntro-wrap .intro-bottom .intro-structure .left {background: url(../img/ai-hand.jpg) no-repeat center center/cover;}
.aiIntro-wrap .intro-structure .right .a1 {position: relative;overflow: hidden;}
.aiIntro-wrap .intro-structure .right .a1:before {background: #000;background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 100%);content: "";position: absolute;width: 100%;height: 100%;top:0;}
.aiIntro-wrap .intro-bottom .intro-structure .right .a1 .a1-wrap {position: absolute;max-width: 100%;padding-right: 10px;bottom: 30px;}
.aiIntro-wrap .intro-bottom .intro-structure .right .a1 {background: url("../img/ai-logo-banner.jpg") no-repeat center center/cover;order: 2;}
.aiIntro-wrap .intro-bottom .intro-structure .right .a2 .bg-paint {background: url("../img/blue.png") no-repeat center center/cover;}
/*.aiIntro-wrap .intro-bottom .intro-structure .right .a1 h4 {margin-top: 40px;}*/
.aiIntro-wrap .intro-bottom .intro-structure .right .a1 span {position: relative;margin-top: 10px;display: inline-block;bottom: 0;}
.aiIntro-wrap .intro-bottom .intro-structure .left {max-width: calc(50% - 0px);order: 2;}
.aiIntro-wrap .intro-bottom .intro-structure .right {max-width: calc(50% - 15px);}
.aiIntro-wrap .intro-structure .left:before {background: #000;background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 100%);content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.aiIntro-wrap .intro-bottom .intro-structure .right .a2 h3 {font-size: 44px;position: relative;}
.aiIntro-wrap .intro-bottom .intro-structure .right .a2 h3:after {content: "+";font-size: 44px;position: absolute;left: 140px;}
.aiIntro-wrap .intro-bottom .intro-structure .right .a2 h3.counter {transform: translateY(20px);transition: 0.5s ease;}
.aiIntro-wrap .intro-bottom .intro-structure .right .a2 h3.counter.visible {opacity: 1;transform: translateY(0);}
.empowerAuto-wrap {}
.empowerAuto-wrap .empowerDec-wrap {max-width: 100%;width: 100%;text-align: center;margin-bottom: 40px;}
.empowerAuto-wrap .empowerDec-wrap h4 {font-family: 'Manrope', sans-serif;font-size: 26px;margin-bottom: 10px;}
.empowerAuto-wrap .empowerDec-wrap p {font-family: 'Manrope', sans-serif;font-size: 16px;line-height: 1.4;}
.empowerAuto-wrap .autoSeam-wrap {margin-bottom: 40px;}
.empowerAuto-wrap .autoSeam-wrap ul.autoSeam-data {max-width: 100%;width: 100%;display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: flex-start;gap: 20px;}
.empowerAuto-wrap .autoSeam-wrap ul.autoSeam-data li {border-bottom: 1px solid #eee;position: relative;max-width: calc(33.33% - 14px);padding: 30px;text-align: center;border: 1px solid #ccc;border-radius: 10px;min-height: 494px;height: 100%;}
.empowerAuto-wrap .autoSeam-wrap ul.autoSeam-data li:before {content: "";position: absolute;right: 0;margin: auto;width: 60px;height: 60px;top: 40px;left: 0;}
.empowerAuto-wrap .autoSeam-wrap ul.autoSeam-data li:first-child:before {background: url(../img/icon1.png) no-repeat center center / cover;}
.empowerAuto-wrap .autoSeam-wrap ul.autoSeam-data li:nth-child(2):before {background: url(../img/icon2.png) no-repeat center center / cover;}
.empowerAuto-wrap .autoSeam-wrap ul.autoSeam-data li:last-child:before {background: url(../img/icon3.png) no-repeat center center / cover;height: 50px;}
.empowerAuto-wrap .autoSeam-wrap ul.autoSeam-data li span {font-family: 'Manrope', sans-serif;margin-top: 100px;display: inline-block;font-size: 20px;font-weight: 600;}
.empowerAuto-wrap .autoSeam-wrap ul.autoSeam-data li ul.autoSeam-inside {margin-top: 20px;}
.empowerAuto-wrap .autoSeam-wrap ul.autoSeam-data li ul.autoSeam-inside li {padding: 0;margin-bottom: 10px;list-style-type: disc;width: 100%;max-width: 100%;border: none;border-radius: 0;text-align: left;min-height: auto;height: auto;box-shadow: none;}
.empowerAuto-wrap .autoSeam-wrap ul.autoSeam-data li ul.autoSeam-inside li h4 {font-family: 'Manrope', sans-serif;font-size: 14px;color: #808080;}
.empowerAuto-wrap .autoSeam-wrap ul.autoSeam-data li ul.autoSeam-inside li p {font-family: 'Manrope', sans-serif;font-size: 14px;color: #808080;}
.empowerAuto-wrap .autoSeam-wrap ul.autoSeam-data li ul.autoSeam-inside li:before {display: none;}
.weDeliverInsights-wrap {display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: flex-start;gap: 20px;margin-bottom: 40px;}
.weDeliverInsights-wrap .left {position: relative;max-width: 30%;width: 100%;padding: 20px;overflow: hidden;min-height: 520px;height: 100%;}
.weDeliver-bg {background: url("../img/rectangle-blue.png") no-repeat center center/cover;}
.churnPredictor-bg {background: url("../img/churnbg.jpg") no-repeat center center/cover;}
.feedbackAnalyzer-bg {background: url("../img/segmenAgent.jpg") no-repeat center center/cover;}
.forecasterAgent-bg {background: url("../img/forcaster-agent-bg.jpg") no-repeat center center/cover;}
.segmentationAgent-bg {background: url("../img/segmentation-bg.jpg") no-repeat center center/cover;}
.fusionIntelligent-bg {background: url("../img/fusion-bg.jpg") no-repeat center center/cover;}
.weDeliverInsights-wrap .left .left-inside {padding-right: 30px;position: absolute;max-width: 100%;width: 90%;top: 50%;margin: 0 auto;transform: translateY(-50%);}
.weDeliverInsights-wrap .left .left-inside h2 {font-family: 'Manrope', sans-serif;font-size: 32px;color: #FFF;line-height: 1.4;margin-bottom: 20px;font-weight: 600;}
.weDeliverInsights-wrap .left .left-inside p {font-family: 'Manrope', sans-serif;font-size: 16px;color: #FFF;line-height: 1.4;margin-bottom: 30px;}
.weDeliverInsights-wrap .left .left-inside a {font-family: 'Manrope', sans-serif;font-size: 14px;color: #000;background-color: #FFF;border-radius: 40px;padding: 12px 35px;display: inline-block;}
.weDeliverInsights-wrap ul.right {max-width: calc(70% - 20px);width: 100%;display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: flex-start;gap: 20px;}
.weDeliverInsights-wrap ul.right li {max-width: calc(50% - 10px);width: 100%;min-height: 250px;height: 100%;box-shadow: 0 4px 12px #0000001a;padding: 30px;background-color: #fffc;border-radius: 15px;}
.weDeliverInsights-wrap ul.right li span {font-family: 'Manrope', sans-serif;font-size: 50px;font-weight: 700;color: #898989;line-height: 1.4;display: inline-block;}
.weDeliverInsights-wrap ul.right li h3 {font-family: 'Manrope', sans-serif;font-size: 20px;line-height: 1.4;margin-bottom: 10px;}
.weDeliverInsights-wrap ul.right li p {font-family: 'Manrope', sans-serif;font-size: 14px;line-height: 1.4;}
.architectFuture-wrap {display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: flex-start;gap: 20px;margin-bottom: 40px;}
.architectFuture-wrap .architectFuture-left {max-width: 30%;text-align: left;width: 100%;padding-right: 50px;}
.architectFuture-wrap .architectFuture-left h4 {font-family: 'Manrope', sans-serif;text-align: left;font-size: 28px;line-height: 1.4; 'Manrope', sans-serif;}
.architectFuture-wrap .architectFuture-left p {font-family: 'Manrope', sans-serif;font-size: 16px;line-height: 1.4;}
.architectFuture-wrap ul.architectFuture-right {padding: 30px;background-color: #f9f9f9;border-radius: 20px;max-width: calc(70% - 20px);width: 100%;}
.architectFuture-wrap ul.architectFuture-right li {display: inline-block;width: 100%;padding: 20px 250px 20px 0;border-bottom: 1px solid #ccc;position: relative;}
.architectFuture-wrap ul.architectFuture-right li h3 {font-family: 'Manrope', sans-serif;font-size: 24px;font-weight: 400;margin-bottom: 10px;}
.architectFuture-wrap ul.architectFuture-right li p {font-family: 'Manrope', sans-serif;font-size: 16px;color: #666;}
.architectFuture-wrap ul.architectFuture-right li:before {content: "";width: 60px;height: 60px;position: absolute;top: 40px;right:20px;}
.architectFuture-wrap ul.architectFuture-right li:first-child:before {background: url("../img/feedback.png") no-repeat center center/cover;;}
.architectFuture-wrap ul.architectFuture-right li:nth-child(2):before {background: url("../img/churn.png") no-repeat center center/cover;;}
.architectFuture-wrap ul.architectFuture-right li:nth-child(3):before {background: url("../img/forcaster.png") no-repeat center center/cover;;}
.architectFuture-wrap ul.architectFuture-right li:last-child:before {background: url("../img/segmentation.png") no-repeat center center/cover;;}
.architectFuture-wrap ul.architectFuture-right li:last-child {border-bottom: none;}
.weDeliverInsights-wrap.order-reverse .left {order: 2;max-width: calc(30% - 20px);}
.weDeliverInsights-wrap.order-reverse .right {max-width: calc(70% - 0px);}
.analutics-img-wrap {max-width: 920px;width: 100%;margin: 0 auto;margin-bottom: 40px;}
.analutics-img-wrap img {width: 100%;height: auto;}
.aiPage-last-wrap {width: 100%;margin: 40px 0;padding: 30px;box-shadow: 0 4px 12px #0000001a;}
.aiPage-last-wrap p {font-family: 'Manrope', sans-serif;font-size: 16px;margin-bottom: 20px;line-height: 1.4;}
.aiPage-last-wrap p:last-child {margin-bottom: 0;}


/*===== Our Becoming Page Starts Here =====*/
.banner-overlay {position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: -1;}
.banner-overlay:before {content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(9, 19, 52, 0.5);}
.ourBecoming-intro-wrap {margin-top: 40px;}
.ourBecoming-intro-wrap h4 {text-align: left;font-family: 'Manrope', sans-serif;margin-bottom: 10px;}
.ourBecoming-intro-wrap span.small-title {font-family: 'Manrope', sans-serif;display: inline-block;margin-bottom: 10px;font-weight: 600;color: #555;}
.ourBecoming-intro-wrap p {font-family: 'Manrope', sans-serif;font-size: 14px;line-height: 1.4;}
.ourBecoming-intro-wrap .ourBecoming-intro-img-wrap {display: inline-block;width: 100%;margin-top: 40px;margin-bottom: 40px;overflow: hidden;border-radius: 20px;}
.ourBecoming-intro-wrap .ourBecoming-intro-img-wrap img {width: 100%;height: auto;}
.northenStar-wrap {display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: center;gap: 20px;margin-bottom: 40px;}
.northenStar-wrap h4 {margin-bottom: 0;}
.northenStar-wrap .northenStar-left {max-width: calc(60% - 20px);width: 100%;padding-right: 50px;}
.northenStar-wrap .northenStar-left p {font-family: 'Manrope', sans-serif;font-size: 14px;line-height: 1.4;color: #555;}
.northenStar-wrap .northenStar-left ul {margin-top: 10px;margin-bottom: 10px;padding-left: 15px;}
.northenStar-wrap .northenStar-left ul li {font-family: 'Manrope', sans-serif;font-size: 14px;color: #555;list-style-type: disc;line-height: 1.4;}
.northenStar-wrap .northenStar-right {max-width: 40%;width: 100%;height: 300px;position: relative;overflow: hidden;border-radius: 20px;}
.northenStar-wrap .northenStar-right img {width: 100%;height: auto;position: relative;top: -300px;left: 0px;transform: scaleX(-1);}
.valuesBelifs-text-wrap {margin-bottom: 40px;}
.valuesBelifs-text-wrap h4 {text-align: left;}
.valuesBelifs-text-wrap p {font-family: 'Manrope', sans-serif;color: #555;font-size: 14px;line-height: 1.4;}
.horzontalSlide-wrap {display: flex;flex-wrap: wrap;align-items: end;justify-content: space-between;margin-bottom: 40px;}
.horzontalSlide-wrap ul.horzontalSlide-main {max-width: calc(70% - 0px);width: 100%;display: flex;justify-content: flex-end;order: 2;overflow: hidden;}
.horzontalSlide-wrap ul.horzontalSlide-main li {min-height: 300px;height: 100%;display: inline-block;border-right: 1px solid #c7c7c7;vertical-align: top;padding: 0px 25px;position: relative;}
.horzontalSlide-wrap ul.horzontalSlide-main li .slide-content-wrap {display: flex;justify-content: flex-start;align-items: center;flex-wrap: wrap;position: relative;flex-direction: column;min-height: 300px;position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.horzontalSlide-wrap ul.horzontalSlide-main li .slide-content-wrap span.main-letter {font-family: 'Manrope', sans-serif;display: block;text-align: center;margin-bottom: 10px;font-size: 28px;transition: all .1s ease-in-out;font-weight: 700;}
.horzontalSlide-wrap ul.horzontalSlide-main li .slide-content-wrap span.sub-letter {font-family: 'Manrope', sans-serif;writing-mode: vertical-rl;text-orientation: upright;letter-spacing: 1px;margin-top: 0;font-weight: 600;text-transform: uppercase;color: #c7c7c7;text-align: left;line-height: 1.4;font-size: 12px;transition: all .1s ease-in-out;}
.horzontalSlide-wrap ul.horzontalSlide-main li .slide-content-wrap span.sub-letter span {display: none;}
.horzontalSlide-wrap ul.horzontalSlide-main li .slide-content-wrap.active span.sub-letter span {display: inline;}
.horzontalSlide-wrap ul.horzontalSlide-main li .sliding-img-outerWrap {position: relative;vertical-align: top;width: 0px;visibility: hidden;transition: all .5s ease-in-out;overflow: hidden;}
.horzontalSlide-wrap ul.horzontalSlide-main li .sliding-img-wrap {width: 520px;height: 300px;transition: all .7s ease-in-out;overflow: hidden;border-radius: 20px 0px 0px 20px;visibility: hidden;opacity: 0;}
.horzontalSlide-wrap ul.horzontalSlide-main li .sliding-img-outerWrap.active .sliding-img-wrap {transition: all .7s ease-in-out;visibility: visible;opacity: 1;height: 300px;}
.horzontalSlide-wrap ul.horzontalSlide-main li .sliding-img-wrap img {display: block;width: 100%;height: 100%;border-radius: inherit;object-position: center center;object-fit: cover;}
.horzontalSlide-wrap ul.horzontalSlide-main li .sliding-img-outerWrap.active {transition: all .5s ease-in-out;display: flex;width: 520px;visibility: visible;min-height: 300px;height: 100%;height: 300px;}
/*  .horzontalSlide-wrap ul.horzontalSlide-main li:first-child .sliding-img-wrap {background: url("../img/bannerB1.jpg") no-repeat center left/cover;}*/
.horzontalSlide-wrap ul.horzontalSlide-main li .slide-content-wrap.active {z-index: 1;flex-direction: row;height: auto;right: 0;bottom: 0;min-height: auto;top: auto;left: auto;display: inline;width: auto;padding: 10px 60px 10px 20px;background-color: #FFF;line-height: 1;border-radius: 20px 0 0 0;text-align: left;}
.horzontalSlide-wrap ul.horzontalSlide-main li .slide-content-wrap.active span.main-letter {text-align: left;transition: all .1s ease-in-out;}
.horzontalSlide-wrap ul.horzontalSlide-main li .slide-content-wrap.active span.sub-letter {writing-mode: lr;font-size: 12px;letter-spacing: 1px;color: #c7c7c7;transition: all .1s ease-in-out;}
.slide-content-wrap.active:before {content: "";position: absolute;height: 40px;width: 40px;background-color: transparent;bottom: -1px;left: -40px;z-index: 990;border-radius: 50%;box-shadow: 15px -16px #fff;transform: rotate(96deg);}
.slide-content-wrap.active:after {content: "";position: absolute;height: 40px;width: 40px;background-color: transparent;top: -39px;right: 25px;z-index: 990;border-radius: 50%;box-shadow: 15px -16px #fff;transform: rotate(96deg);}
.horzontalSlide-wrap .changing-text-wrap {display: flex;flex-wrap: wrap;align-items: end;justify-content: space-between;max-width: calc(30% - 0px);width:100%;}
.horzontalSlide-wrap .changing-text-wrap .changing-text {padding: 10px 60px 10px 10px;display: none;}
.horzontalSlide-wrap .changing-text-wrap .changing-text img {max-width: 70px;width: 100%;margin-bottom: 10px;}
.horzontalSlide-wrap .changing-text-wrap .changing-text h3 {font-family: 'Manrope', sans-serif;margin-bottom: 10px;}
.horzontalSlide-wrap .changing-text-wrap .changing-text p {font-family: 'Manrope', sans-serif;}
/*.horzontalSlide-wrap .changing-text-wrap .changing-text:first-child {display: inline-block;}*/
.partnerPurpose-section {background-color: #edf7ff;margin: 40px 0px;padding: 40px 0;}
.partnerPurpose-intro {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;gap: 20px;margin-bottom: 30px;}
.partnerPurpose-intro .partnerPurpose-inside-left {max-width: 50%;width: 100%;padding-right: 210px;}
.partnerPurpose-intro .partnerPurpose-inside-left h4 {text-align: left;line-height: 1;}
.partnerPurpose-intro .partnerPurpose-inside-right {max-width: calc(50% - 20px);width: 100%;}
.partnerPurpose-intro .partnerPurpose-inside-right p {font-family: 'Manrope', sans-serif;line-height: 1.4;font-size: 16px;}
ul.partners-wrap {display: flex;flex-wrap: wrap;justify-content: space-around;align-items: flex-start;gap: 20px;}
ul.partners-wrap li {max-width: calc(25% - 20px);background-color: #FFF;padding: 30px;border-radius: 20px;width: 100%;min-height: 270px;position: relative;transition: all .3s ease-in-out;overflow: hidden;}
ul.partners-wrap li img {transition: all .3s ease-in-out;transform: translate(30%, 130%);max-width: 120px;}
ul.partners-wrap li:hover img {transition: all .3s ease-in-out;transform: translate(-10%, -30%);max-width: 120px;}
ul.partners-wrap li .partner-text-wrap {transition: all .3s ease-in-out;opacity: 0;position: absolute;left: 70px;bottom: -20px;padding: 20px 0 30px 30px;max-width: 90%;width: 100%;}
ul.partners-wrap li:hover .partner-text-wrap {transition: all .3s ease-in-out;opacity: 1;left: 0px;bottom: 0;}
ul.partners-wrap li .partner-text-wrap h3 {font-family: 'Manrope', sans-serif;font-size: 16px;margin-bottom: 10px;}
ul.partners-wrap li .partner-text-wrap p {font-family: 'Manrope', sans-serif;font-size: 14px;line-height: 1.4;color: #555;}
.walkWithUs-intro {margin-top: 40px;margin-bottom: 20px;text-align: center;}
.walkWithUs-intro h4 {font-family: 'Manrope', sans-serif;}
.walkWithUs-intro p {font-family: 'Manrope', sans-serif;font-size: 16px;color: #555;}
.walkWithUs-wrap {margin-bottom: 40px;}
.walkWithUs-wrap ul.walkWithUs-tabs {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;gap: 40px;margin-bottom: 30px;}
.walkWithUs-wrap ul.walkWithUs-tabs li {width: 100%;max-width: calc(25% - 30px);border-radius: 20px;padding: 10px;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;gap: 5px;cursor: pointer;}
.walkWithUs-wrap ul.walkWithUs-tabs li.active {box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 0px -5px;}
.walkWithUs-wrap ul.walkWithUs-tabs li span {font-family: 'Manrope', sans-serif;color: #929292;font-size: 34px;}
.walkWithUs-wrap ul.walkWithUs-tabs li .tab-inside {max-width: calc(80% - 5px);width: 100%;}
.walkWithUs-wrap ul.walkWithUs-tabs li .tab-inside h5 {font-family: 'Manrope', sans-serif;line-height: 1.4;}
.walkWithUs-wrap ul.walkWithUs-tabs li .tab-inside p {font-family: 'Manrope', sans-serif;color: #555;font-size: 10px;line-height: 1.4;}
.walkWithUs-tabContent-wrap {min-height: 306px;}
.walkWithUs-tabContent {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;gap: 30px;}
.walkWithUs-tabContent .walkWithUs-tabContent-left {width: 100%;max-width: 40%;border-radius: 20px;overflow: hidden;}
.walkWithUs-tabContent .walkWithUs-tabContent-left img {width: 100%;height: 300px;}
.walkWithUs-tabContent .walkWithUs-tabContent-right {width: 100%;max-width: calc(60% - 30px);}
.walkWithUs-tabContent .walkWithUs-tabContent-right h3 {font-family: 'Manrope', sans-serif;font-size: 22px;margin-bottom: 10px;line-height: 1.4;}
.walkWithUs-tabContent .walkWithUs-tabContent-right p {font-family: 'Manrope', sans-serif;font-size: 14px;line-height: 1.4;color: #555;}
.ourRhythm-intro {text-align: center;margin-bottom: 40px;}
.ourRhythm-intro h4 {font-family: 'Manrope', sans-serif;}
.ourRhythm-intro p {font-family: 'Manrope', sans-serif;font-size: 14px;}
ul.ourRhythm-wrap {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;gap: 20px;margin-bottom: 40px;overflow: hidden;}
ul.ourRhythm-wrap li {width: 100%;max-width: calc(25% - 15px);transition: all .3s ease-in-out;}
ul.ourRhythm-wrap li .ourRhythm-img-wrap {display: inline-block;width: 100%;overflow: hidden;border-radius: 20px;margin-bottom: 10px;}
ul.ourRhythm-wrap li .ourRhythm-img-wrap img {width: 100%;height: auto;transition: all .3s ease-in-out;transform: scale(1.1);}
ul.ourRhythm-wrap li:hover .ourRhythm-img-wrap img {transition: all .3s ease-in-out;transform: scale(1.4);}
ul.ourRhythm-wrap li .ourRhythm-text {}
ul.ourRhythm-wrap li .ourRhythm-text h5 {font-family: 'Manrope', sans-serif;margin-bottom: 5px;line-height: 1.4;font-size: 16px;}
ul.ourRhythm-wrap li .ourRhythm-text p {font-family: 'Manrope', sans-serif;font-size: 14px;line-height: 1.4;color: #555;}


/*===== Jewels Page Starts Here =====*/
.jwelsSolutions-section {margin-top: 40px;}
.jwelsSolutions-wrap {margin-bottom: 40px;min-height: 530px;height: 100%;display: inline-block;}
.jwelsSolutions-wrap .jwelsSolutions-text {margin-bottom: 10px;}
.jwelsSolutions-wrap .jwelsSolutions-text h2 {color: #0D0D0D;font-family: 'Manrope', sans-serif;font-size: 28px;font-style: normal;font-weight: 500;line-height: 1.4;letter-spacing: -0.96px;}
.jwelsSolutions-wrap .jwelsSolutions-text p {color: #000;font-family: 'Manrope', sans-serif;font-size: 20px;font-style: normal;font-weight: 500;line-height: 1.4;letter-spacing: -0.6px;}
.jwelsSolutions-wrap .jweles-inside-wrap {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;gap: 30px;}
.jwelsSolutions-wrap .jweles-inside-wrap .jwelsSolutions-left {width: 100%;max-width: calc(50% - 30px);}
.jwelsSolutions-wrap .jweles-inside-wrap .jwelsSolutions-left .jwelsSolutions-left-inside {max-width: 545px;width: 100%;}
.jwelsSolutions-wrap .jweles-inside-wrap .jwelsSolutions-left .jwelsSolutions-left-inside span.keyFeatures {color: #2F3737;font-family: Manrope;font-size: 18px;font-style: normal;font-weight: 700;line-height: 1.4;margin-bottom: 20px;display: inline-block;}
.jwelsSolutions-wrap .jweles-inside-wrap .jwelsSolutions-left .jwelsSolutions-left-inside ul {margin-bottom: 20px;}
.jwelsSolutions-wrap .jweles-inside-wrap .jwelsSolutions-left .jwelsSolutions-left-inside ul li {color: #0D0D0D;font-family: 'Manrope';font-size: 16px;font-style: normal;font-weight: 500;line-height: 1.4;margin-bottom: 5px;}
.jwelsSolutions-wrap .jweles-inside-wrap .jwelsSolutions-left .jwelsSolutions-left-inside ul li span {border: 1px solid #3328BF;border-radius: 50%;width: 15px;height: 15px;display: inline-block;vertical-align: middle;margin-right: 5px;}
.jwelsSolutions-wrap .jweles-inside-wrap .jwelsSolutions-left .jwelsSolutions-left-inside ul li span svg {position: relative;left: 0px;top: -4px;width: 13px;height: 13px;}
.jwelsSolutions-wrap .jweles-inside-wrap .jwelsSolutions-left p {font-family: 'Manrope', sans-serif;color: #0D0D0D;font-size: 14px;font-style: normal;font-weight: 400;line-height: 1.4;margin-bottom: 10px;}
.jwelsSolutions-wrap .jweles-inside-wrap .jwelsSolutions-left p span {font-family: 'Manrope', sans-serif;font-weight: 700;}
.jwelsSolutions-wrap .jweles-inside-wrap .jwelsSolutions-left p a {font-family: 'Manrope', sans-serif;color: #133CF0}
.jwelsSolutions-wrap .jweles-inside-wrap .jwelsSolutions-left a.button-primary {margin-top: 20px;}
.jwelsSolutions-wrap .jweles-inside-wrap .jwelsSolutions-right {width: 100%;max-width: 50%;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;gap: 20px;}
.jwelsSolutions-wrap .jweles-inside-wrap .jwelsSolutions-right .jwelsSolutions-img {width: 100%;max-width: calc(50% - 50px);border-radius: 20px;overflow: hidden;position: relative;height: 320px;}
.jwelsSolutions-wrap .jweles-inside-wrap .jwelsSolutions-right .jwelsSolutions-img:first-child {top: 70px;}
.jwelsSolutions-wrap .jweles-inside-wrap .jwelsSolutions-right .jwelsSolutions-img img {width: 100%;height: auto;}
.sms-img-2 {transform: scale(1.9);top: 110px;left: 60px;position: relative;}
.order-2 {order: 2;}


/*===== AC Foundation Page Starts Here =====*/
.acFoundation-banner-section {height: 100%;width: 100%;min-height: 400px;background: url(../img/ac-foundation-banner-bg.png) no-repeat center center / cover;}
.acFoundation-banner-wrap {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-end;gap: 40px;height: 100%;min-height: 320px;}
.acFoundation-banner-wrap .acFoundation-left {width: 100%;max-width: calc(50% - 40px);display: flex;justify-content: end;}
.acFoundation-banner-wrap .acFoundation-left h1 {color: #FFF;text-align: right;font-family: 'Manrope';font-size: 58px;font-style: normal;font-weight: 500;line-height: 1.2;letter-spacing: var(--letter-spacing--2, -2px);max-width: 80%;}
.acFoundation-banner-wrap .acFoundation-right {width: 100%;max-width: 50%;}
.acFoundation-banner-wrap .acFoundation-right p {color: #FFF;font-family: 'Manrope';font-size: 22px;font-style: normal;font-weight: var(--width-500, 500);line-height: var(--line-height-33, 33px);letter-spacing: var(--letter-spacing--0_6, -0.6px);max-width: 60%;width: 100%;}
.acFoundation-banner-wrap .acFoundation-right ul {margin-top: 10px;}
.acFoundation-banner-wrap .acFoundation-right ul li {display: inline-block;vertical-align: middle;color: #FFF;font-family: 'Manrope';font-size: 14px;font-style: normal;font-weight: var(--font-weight-600, 600);line-height: var(--line-height-20_8, 20.8px);padding: 0px 0px 0px 20px;margin-right: 10px;position: relative;}
.acFoundation-banner-wrap .acFoundation-right ul li:before {content: "";width: 10px;height: 10px;background: url(../img/hexagon-yellow-icon.svg) no-repeat center center / cover;position: absolute;left: -1px;top: 0px;bottom: 0;margin: auto;}
.foundationSectors-wrap {padding: 50px 30px 30px 30px;margin-bottom: 40px;border-radius: 10px;background-color: #FFF;margin-top: -50px;}
.foundationSectors-wrap ul {display: flex;justify-content: center;align-items: flex-start;align-content: flex-start;gap: 0 var(--item-spacing-10, 10px);flex-wrap: wrap;}
.foundationSectors-wrap ul li {width: 100%;max-width: calc(33.33% - 7px);background-color: #f9f9f9;border-radius: 10px;overflow: hidden;height: 300px;border: 1px solid #E5E5E5;}
.foundationSectors-wrap ul li .fd-card-wrap {padding: 25px 20px 20px 20px;min-height: 165px;}
.foundationSectors-wrap ul li .fd-card-wrap span {display: inline-block;margin-bottom: 10px;}
.foundationSectors-wrap ul li .fd-card-wrap span svg {width: 30px;height: 30px;}
.foundationSectors-wrap ul li .fd-card-wrap h2 {color: #1E1E1E;font-family: 'Manrope';font-size: 18px;font-style: normal;font-weight: 700;line-height: 1.4;letter-spacing: var(--letter-spacing--0_44, -0.44px);margin-bottom: 10px;}
.foundationSectors-wrap ul li .fd-card-wrap p {color: #6F6F6F;font-family: 'Manrope';font-size: 14px;font-style: normal;font-weight: var(--font-weight-400, 400);line-height: 1.4;min-height: 59px;}
.foundationSectors-wrap ul li img {width: 100%;height: auto;position: relative;bottom: 0px;}
.sectorsDescription-wrap {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;gap: 30px;margin-bottom: 40px;}
.sectorsDescription-wrap .sectorsDescription-left {width: 100%;max-width: calc(50% - 30px);}
.sectorsDescription-wrap .sectorsDescription-left .sector-title {color: #1E1E1E;font-family: 'Manrope';font-size: 18px;font-style: normal;font-weight: 700;line-height: 24.2px;letter-spacing: var(--letter-spacing--0_44, -0.44px);position: relative;padding-left: 15px;margin-bottom: 20px;}
.sectorsDescription-wrap .sectorsDescription-left .sector-title:before {content: "";width: 10px;height: 10px;background: url(../img/hexagon-orange-icon.svg) no-repeat center center / cover;position: absolute;left: -1px;top: 0px;bottom: 0;margin: auto;}
.sectorsDescription-wrap .sectorsDescription-left h3 {color: #6F6F6F;font-family: 'Manrope';font-size: 42px;font-style: normal;font-weight: var(--width-500, 500);line-height: 1.1;letter-spacing: var(--letter-spacing--1, -1px);margin-bottom: 20px;}
.sectorsDescription-wrap .sectorsDescription-left h3 span {color: #060606;}
.sectorsDescription-wrap .sectorsDescription-left h4 {color: #1E1F1E;font-family: 'Manrope';font-size: 16px;font-style: normal;font-weight: var(--font-weight-600, 600);line-height: 1.4;margin-bottom: 10px;}
.sectorsDescription-wrap .sectorsDescription-left p {color: #1E1E1E;font-family: 'Manrope';font-size: 14px;font-style: normal;font-weight: 400;line-height: 1.4;margin-bottom: 10px;}
.sectorsDescription-wrap .sectorsDescription-left a.button-primary {margin-top: 30px;}
.sectorsDescription-wrap .sectorsDescription-right {width: 100%;max-width: 50%;}
.sectorsDescription-wrap .sectorsDescription-right .sector-img-wrap {position: relative;display: inline-block;width: 100%;border-radius: 10px;overflow: hidden;margin-bottom: 20px;}
.sectorsDescription-wrap .sectorsDescription-right .sector-img-wrap img {width: 100%;height: auto;}
.sectorsDescription-wrap .sectorsDescription-right .approach {padding-left: 20px;}
.sectorsDescription-wrap .sectorsDescription-right .approach h5 {margin: 0;color: var(--color-grey-30, #4D4D4D);font-family: Manrope;font-size: 18px;font-style: normal;font-weight: 700;line-height: 1.4;letter-spacing: -0.44px;}
.sectorsDescription-wrap .sectorsDescription-right .approach ul {margin: 0;padding: 0;margin-top: 10px;}
.sectorsDescription-wrap .sectorsDescription-right .approach ul li {color: #1E1E1E;font-family: 'Manrope';font-size: 14px;font-style: normal;font-weight: 400;line-height: 1.4;margin-bottom: 7px;}


/*===== Contact Page Starts Here =====*/
.contactPage-wrap {margin: 80px 0px;}
.contactPage-heading {text-align: center;margin-bottom: 40px;}
.contactPage-heading span {font-family: 'Manrope';text-transform: uppercase;display: inline-block;margin-bottom: 10px;width: 100%;}
.contactPage-heading h2 {font-family: 'Manrope';font-size: 24px;font-weight: 400;color: #000;}
.contactPage-heading h2 span {font-family: 'Manrope';font-weight: 600;text-transform: none;display: inline;}
.contactForm-wrap {width: 100%;}
.contactForm-wrap .contactForm-title {margin-bottom: 30px;}
.contactForm-wrap .contactForm-title h3 {font-family: 'Manrope';font-size: 20px;margin-bottom: 10px;}
.contactForm-wrap .contactForm-title p {font-family: 'Manrope';font-size: 14px;color: #555;}
.contactForm-inside form {width: 100%;}
.contactForm-inside form .formInput-wrap {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;margin-bottom: 15px;}
.contactForm-inside form .formInput-wrap .form-input {max-width: calc(50% - 20px);width: 100%;margin: 0px 10px;margin-bottom: 20px;position: relative;}
.contactForm-inside form .formInput-wrap .form-input:nth-child(3) {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: end;}
.contactForm-inside form .formInput-wrap .form-input:nth-child(3) select {max-width: 30%;width: 100%;padding: 10px;font-size: 12px;color: #555;border: none;border-bottom: 1px solid rgba(0, 0, 0, 0.1);outline: none;font-weight: 400;}
.contactForm-inside form .formInput-wrap .form-input:nth-child(3) select option {font-size: 12px;}
.contactForm-inside form .formInput-wrap .form-input:nth-child(3) br {display: none;}
.contactForm-inside form .formInput-wrap .form-input:nth-child(3) span#countryName {font-size: 12px;font-family: 'Manrope';color: #555;font-weight: 400;padding: 10px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding-bottom: 15px;margin: 0px 2px;max-width: calc(10% - 5px);width: 100%;text-align: center;letter-spacing: 1px;}
.contactForm-inside form .formInput-wrap .form-input:nth-child(3) span#codeError {font-size: 10px;font-family: 'Manrope';color: red;font-weight: 400;position: absolute;left: 0;bottom: -20px;}
.contactForm-inside form .formInput-wrap .form-input:nth-child(3) input {font-family: 'Manrope';border: none;outline: none;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding: 10px 10px 15px 20px;width: 100%;font-size: 14px;color: #555;max-width: calc(60% - 3px);}
.contactForm-inside form .formInput-wrap .form-input input {font-family: 'Manrope';border: none;outline: none;border-bottom: 1px solid rgba(0,0,0,0.1);padding: 10px 10px 15px 20px;width: 100%;font-size: 14px;color: #555;}
.contactForm-inside form .formInput-wrap .form-input small {font-family: 'Manrope';font-size: 12px;color: red;font-weight: 300;position: absolute;left: 0;bottom: -22px;}
.contactForm-inside form .formInput-wrap .form-input:nth-child(3) small {left: 220px;}
.contactForm-inside textarea {font-family: 'Manrope';width: 100%;min-height: 100px;padding: 15px;font-size: 14px;color: #555;outline: none;border: 1px solid rgba(0,0,0,0.1);margin-bottom: 15px;}
.contactForm-inside button {font-family: 'Manrope';background-color: #f26c24;outline: none;border: none;padding: 15px 35px;color: #FFF;font-size: 14px;font-weight: 600;text-transform: uppercase;border-radius: 15px;cursor: pointer;box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {-webkit-appearance: none;margin: 0;}
#map {height: 450px;width: 100%;}
button {padding: 10px 20px;margin: 10px;cursor: pointer;}


/*===== Code For Responsive =====*/
@media screen and (max-width: 1101px) {
  .items {padding-bottom: 135%;}
  .slider-content p {font-size: 16px;}
  h4.main-title {font-size: 32px;margin-bottom: 10px;}
  .startWithYou-wrap p {font-size: 14px;margin-bottom: 20px;}
  .why-atman-wtap ul.features-wrap li {padding: 15px;min-height: 347px;}
  .why-atman-wtap ul.features-wrap li .fearute-img {width: 100%;height: auto;}
  .why-atman-wtap ul.features-wrap li p {margin-bottom: 0;min-height: 105px;}
  .why-atman-wtap p, .whatYouCan-wrap p, .weUnderstand-wrap .right-section ul.service-list li .service-info-section h6 {font-size: 14px;}
  .whatYouCan-wrap {margin-top: 20px;}
  .weUnderstand-wrap, .trustSection-wrap {margin-top: 40px;}
  .trustSection-wrap .t-right {padding-left: 120px;}
  .slider-content span {font-size: 16px;}
  .serviceEach-info .serviceImage-wrap img {top:-50px;}
  .serviceEach-info .serviceImage-wrap img.tm50 {top:0px;}
  .sectorsDescription-wrap .sectorsDescription-left h3 {font-size: 32px;max-width: 80%;}
  .acFoundation-banner-wrap .acFoundation-left h1 {font-size: 56px;}
  .empowerAuto-wrap .autoSeam-wrap ul.autoSeam-data li {min-height: 490px;}
  .empowerAuto-wrap .autoSeam-wrap ul.autoSeam-data li span {font-size: 18px;}
  .architectFuture-wrap .architectFuture-left {padding-right: 30px;}
  .serviceIntroText {margin-bottom: 40px;}
  .mfngInfoMix-wrap .left .bottom {min-height: 310px;}
  .mfngInfoMix-wrap .middle {min-height: 490px;}
  .mnfg-spotlight-wrap {margin-bottom: 20px;}
  .jwelsSolutions-wrap .jweles-inside-wrap .jwelsSolutions-right .jwelsSolutions-img {height: 280px;}
  .sms-img-2 {transform: scale(1.9);top: 90px;left: 50px;position: relative;}
  .jwelsSolutions-wrap {min-height: 500px;}
  .ourBecoming-intro-wrap {margin-top: 20px;}
  .ourBecoming-intro-wrap .ourBecoming-intro-img-wrap {margin-top: 20px;margin-bottom: 20px;}
  ul.partners-wrap li {min-height: 220px;}
  ul.partners-wrap li .partner-text-wrap {max-width: 95%;padding: 20px 0 20px 30px;}
  ul.partners-wrap li:hover img {max-width: 80px;transform: translate(-10%, -10%);}
  ul.partners-wrap li img {max-width: 80px;transform: translate(-10%, -10%);}
  ul.partners-wrap li:hover .partner-text-wrap {transition: all .3s ease-in-out;opacity: 1;left: 0px;bottom: 0;}
  ul.partners-wrap li .partner-text-wrap {transition: all .3s ease-in-out;opacity: 1;left: 0px;bottom: 0;}
  ul.partners-wrap li .partner-text-wrap h3 {font-size: 14px;margin-bottom: 5px;}
  ul.partners-wrap li .partner-text-wrap p {font-size: 12px;line-height: 1.2;}
  .partnerPurpose-intro .partnerPurpose-inside-left {max-width: 50%;width: 100%;padding-right: 150px;}
  .partnerPurpose-intro .partnerPurpose-inside-left h4 {font-size: 28px;}
  .horzontalSlide-wrap ul.horzontalSlide-main {max-width: calc(80% - 0px);}
  .horzontalSlide-wrap .changing-text-wrap {max-width: calc(20% - 0px);}
  .horzontalSlide-wrap ul.horzontalSlide-main li {padding: 0px 20px;}
  .horzontalSlide-wrap .changing-text-wrap .changing-text {padding:10px;}
  .slide-content-wrap.active:after {right: 20px;}
  .serviceEach-info .serviceText-wrap {padding-right: 30px;}
  .serviceEach-info .serviceText-wrap.ord2 {padding-left: 30px;}
  .serviceEach-info .serviceImage-wrap {height: 270px;}
  .mfngInfoMix-wrap .right .top.insurance-rt {min-height: 279px;}
  .mfngInfoMix-wrap .right .top.hitech-rt {min-height: 175px;}
  .walkWithUs-wrap ul.walkWithUs-tabs li .tab-inside {max-width: calc(80% - 7px);}
}

@media screen and (max-width: 961px){
  .header-wrapper {position: relative;}
  .carousel {max-width: 880px;height: 320px;}
  .carousel-cell {max-width: 270px;}
  .weUnderstand-wrap .left-section {max-width: 100%;padding-right: 0px;}
  .weUnderstand-wrap .right-section {max-width: 100%;margin-top: 40px}
  .weUnderstand-wrap .right-section ul.service-list {text-align: center;}
  .weUnderstand-wrap .right-section ul.service-list li {max-width: calc(50% - 7px);text-align: left;}
  .weUnderstand-wrap .right-section ul.service-list li:nth-child(odd) {margin-right: 5px;}
  .careerMove-wrap {margin-top: 40px;margin-bottom: 40px;}
  .engineeringSales-wrap .es-left {padding-right: 40px;}
  .engineeringSales-wrap .es-right {max-width: calc(40% - 6px);}
  .engineeringSales-section {margin-bottom: 40px;}
  .why-atman-wtap ul.features-wrap li {padding: 10px;margin: 0 5px;}
  .why-atman-wtap ul.features-wrap li .fearute-img {margin-top: 0px;}
  .why-atman-wtap {margin-bottom: 20px;}
  h4.main-title {font-size: 24px;}
  .slider-content p {font-size: 12px;}
  .slider {height: 92vh;}
  .why-atman-wtap {max-width: 100%;}
  .why-atman-wtap ul.features-wrap li {min-height: 325px;}
  .weUnderstand-wrap .right-section ul.service-list li .service-info-section p,.eadgeAI-wrap .ea-link-section ul li a {font-size: 12px;}
  .weUnderstand-wrap .right-section ul.service-list li {min-height: 140px;}
  .trustSection-wrap .t-right {padding-left: 50px;}
  .cMtop h4 {padding-right: 120px;}
  .eadgeAI-wrap .ea-link-section ul li {margin: 0 5px;}
  .hamburger-wrap {display: inline-block;}
  .center-menu-wrap, .contact-menu {display: none;}
  .mfngInfoMix-wrap .left .bottom {min-height: 290px;}
  .mfngInfoMix-wrap .middle {min-height: 471px;}
  .mfngInfoMix-wrap .right .top.banking-rt {min-height: 239px;}
  .mfngInfoMix-wrap .left .bottom.hitech-lb {min-height: 233px;}
  .mfngInfoMix-wrap .right .top.hitech-rt {min-height: 138px;}
  .mfngInfoMix-wrap .left .bottom.lfscience-lb {min-height: 247px;}
  .mfngInfoMix-wrap .right .top.lfscience-rt {min-height: 259px;}
  .jwelsSolutions-wrap .jweles-inside-wrap .jwelsSolutions-right .jwelsSolutions-img {height: 240px;}
  .walkWithUs-wrap ul.walkWithUs-tabs li .tab-inside {max-width: calc(60% - 0px);}
  .foundationSectors-wrap ul li .fd-card-wrap p {min-height: 79px;}
  

  /*===== Mobile Menu Code =====*/
  .header-wrapper .logo-wrap img {max-width: 130px;}
  .hamburger-icon-wrap {position: absolute;}
  .header-wrapper {background-color: #FFF;padding: 15px 10px;}
  .header-wrapper .logo-wrap .logo-white {display: none;}
  .header-wrapper .logo-wrap .logo-black {display: inline-block;}
  .header-wrapper .container {justify-content: space-between;position: relative;}
  .hamburger-icon-wrap {position: relative;top: 0;bottom: 0;margin: auto;right: 0;width: 30px;height: 30px;overflow: hidden;}
  .hamburger-icon-wrap span {position: absolute;top: 0;bottom: 0;margin: auto;width: 100%;height: 2px;background-color: #000;transition: all .3s ease-in-out;}
  .hamburger-icon-wrap span:before {content: "";position: absolute;background-color: #000;width: 100%;height: 2px;left: 0px;top: -8px;transition: all .3s ease-in-out;}
  .hamburger-icon-wrap span:after {content: "";position: absolute;background-color: #000;width: 100%;height: 2px;left: 0px;bottom: -8px;transition: all .3s ease-in-out;}
  .hamburger-icon-wrap.close-btn span {transition: all .3s ease-in-out;transform: rotate(45deg);top: 0;}
  .hamburger-icon-wrap.close-btn span:before {transform: rotate(90deg);top: 0;left: 0px;transition: all .3s ease-in-out;}
  .hamburger-icon-wrap.close-btn span:after {left: -30px;transition: all .3s ease-in-out;bottom: 0;transform: rotate(-45deg);}
  .mobile-menu-wrap {position: fixed;background-color: #FFF;height: calc(100% - 0px);top: 0px;padding-top: 85px;padding-left: 0px;transition: all .3s ease-in-out;transform: translateX(100%);width: 50%;right: 0;overflow: hidden;z-index: -1;}
  .mobile-menu-wrap ul.main-menu {}
  .mobile-menu-wrap ul.main-menu li {display: block;}
  .mobile-menu-wrap ul.main-menu li a {font-family: 'Manrope', sans-serif;padding: 10px 0 10px 25px;display: inline-block;width: 100%;border-bottom: 1px solid #ccc;font-size: 14px;color: #000;position: relative;font-weight: 800;}
  .menu-arrow:after {content: ">";position: absolute;right: 10px;font-size: 20px;top: 50%;bottom: 0;margin: auto;transform: translateY(-50%) rotate(90deg);}
  .menu-arrow.close:after {transform: rotate(-90deg) translateY(-50%);top: 20%;right: -5px;}
  .mobile-menu-wrap ul.main-menu li:nth-child(4) a:after {display: none;}
  .mobile-menu-wrap ul.main-menu li:last-child a {border-bottom: none;}
  .mobile-menu-wrap ul.main-menu li ul.sub-menu {position: relative;display: none;}
  .mobile-menu-wrap ul.main-menu li ul.sub-menu.open-submenu {}
  .mobile-menu-wrap ul.main-menu li ul.sub-menu li {}
  .mobile-menu-wrap ul.main-menu li ul.sub-menu li a {font-family: 'Manrope', sans-serif;color: #000;font-weight: 600;}
  .mobile-menu-wrap ul.main-menu li ul.sub-menu li a img {display: inline-block;vertical-align: middle;margin-right: 16px;max-width: 24px;width: 100%;height: auto;filter: grayscale(1);}
  .mobile-menu-wrap ul.main-menu li ul.sub-menu li ul.sub-subMenu {display: none;}
  .mobile-menu-wrap ul.main-menu li ul.sub-menu li ul.sub-subMenu li {}
  .mobile-menu-wrap ul.main-menu li ul.sub-menu li ul.sub-subMenu a {font-family: 'Manrope', sans-serif;color: #000;font-weight: 100;padding-left: 70px;}
  .open-menu {transition: all .3s ease-in-out;transform: translateX(0%);right: 0;}

  .services-links-section {display: none;}
  .serviceIntroText {margin-top: 40px;}
  .aiIntro-wrap .intro-bottom .intro-structure .right .a2 h3 {font-size: 32px;padding: 10px 20px 0px 15px;}
  .aiIntro-wrap .intro-structure .right .a2 p {padding: 10px 20px 0px 15px;}
  .aiIntro-wrap .intro-bottom .intro-structure .right .a2 h3:after {font-size: 32px;position: absolute;right: auto;top: 12px;bottom: 0;margin: auto;left: 110px;}
  .empowerAuto-wrap .autoSeam-wrap ul.autoSeam-data li {min-height: 580px;}
  .weDeliverInsights-wrap .left .left-inside h2 {font-size: 24px;}
  .weDeliverInsights-wrap .left {min-height: 530px;}
  .architectFuture-wrap .architectFuture-left {padding-right: 0px;}
  .architectFuture-wrap ul.architectFuture-right li h3 {font-size: 22px;}
  .whatYouGet-wrap ul.whatYouGet-card-wrap li {max-width: calc(33.33% - 17px);}
  .jwelsSolutions-wrap {min-height: 445px;}
  .horzontalSlide-wrap ul.horzontalSlide-main li {padding: 0px 15px;}
  .slide-content-wrap.active:after {top: -39px;right: 15px;}
  .horzontalSlide-wrap .changing-text-wrap .changing-text img {max-width: 50px;}
  .horzontalSlide-wrap .changing-text-wrap .changing-text h3 {margin-bottom: 5px;font-size: 18px;}
  .horzontalSlide-wrap .changing-text-wrap .changing-text p {font-size: 14px;line-height: 1.4;}
  .walkWithUs-wrap ul.walkWithUs-tabs li .tab-inside h5 {min-height: 38px;}
  .walkWithUs-wrap ul.walkWithUs-tabs li .tab-inside p {display: none;}
  .mfngInfoMix-wrap .left .bottom.mnfg {min-height: 271px;}
  .mfngInfoMix-wrap .right .top.mnfg-rt {min-height: 259px;}
}

@media screen and (max-width: 900px){
  .mobile-menu-wrap {width: 100%;}
  .mfngInfoMix-wrap .middle {min-height: 515px;}
  .mfngInfoMix-wrap .left .bottom {min-height: 315px;}
  .jwelsSolutions-wrap .jweles-inside-wrap .jwelsSolutions-right .jwelsSolutions-img {height: 210px;}
  .northenStar-wrap .northenStar-right img {top: -180px;}
  ul.partners-wrap li {max-width: calc(33.33% - 14px);}
  ul.partners-wrap {justify-content: center;}
  .walkWithUs-wrap ul.walkWithUs-tabs {gap:20px;}
  .walkWithUs-wrap ul.walkWithUs-tabs li {max-width: calc(25% - 15px);padding: 15px;}
  .walkWithUs-wrap ul.walkWithUs-tabs li .tab-inside {max-width: 100%;}
  .horzontalSlide-wrap ul.horzontalSlide-main {max-width: calc(100% - 0px);width: 100%;display: flex;justify-content: flex-start;order: 2;overflow: hidden;align-items: flex-start;gap: 20px;flex-wrap: wrap;}
  .horzontalSlide-wrap ul.horzontalSlide-main li {min-height: auto;height: 100%;display: inline-block;border-right: none;vertical-align: top;padding: 0;position: relative;max-width: calc(33.33% - 15px);width: 100%;}
  .horzontalSlide-wrap ul.horzontalSlide-main li .slide-content-wrap.active {background-color: #FFF;border-radius: 20px 0 0 0;text-align: left;transition: all .1s ease-in-out;padding-right: 15px;}
  .horzontalSlide-wrap ul.horzontalSlide-main li .slide-content-wrap span.main-letter {font-family: 'Manrope', sans-serif;display: inline-block;text-align: center;margin-bottom: 0px;font-size: 28px;transition: all .1s ease-in-out;}
  .horzontalSlide-wrap ul.horzontalSlide-main li .slide-content-wrap span.sub-letter {font-family: 'Manrope', sans-serif;writing-mode: lr;text-orientation: initial;letter-spacing: 2px;margin-top: 0;font-weight: 600;text-transform: uppercase;color: #c7c7c7;transform: scale(0);text-align: left;line-height: 1.4;font-size: 18px;transition: all .1s ease-in-out;}
  .horzontalSlide-wrap ul.horzontalSlide-main li .slide-content-wrap.active span.sub-letter {writing-mode: initial;font-size: 16px;letter-spacing: normal;color: #000;transition: all .1s ease-in-out;}
  .horzontalSlide-wrap ul.horzontalSlide-main li .sliding-img-outerWrap.active {transition: all .3s ease-in-out;display: flex;width: 100%;visibility: visible;height: 100%;min-height: auto;position: relative;}
  .horzontalSlide-wrap ul.horzontalSlide-main li .sliding-img-wrap {width: 100%;height: auto!important;transition: all .7s ease-in-out;transform: translateX(0);overflow: hidden;border-radius: 20px 20px 20px 20px;}
  .horzontalSlide-wrap .changing-text-wrap .changing-text {display: inline-block  ;}
  .horzontalSlide-wrap ul.horzontalSlide-main li .slide-content-wrap.active span.main-letter {text-align: left;transition: all .1s ease-in-out;display: block;font-size: 24px;color: #000;}
  .horzontalSlide-wrap ul.horzontalSlide-main li .slide-content-wrap.active span.sub-letter {writing-mode: initial;font-size: 16px;text-transform: capitalize;color: #c7c7c7;letter-spacing: 1px;}
  .slide-content-wrap.active:after {top: -39px;right: 0px;}
  .horzontalSlide-wrap ul.horzontalSlide-main li .changing-text {margin-top: 15px;padding: 0 10px;}
  .horzontalSlide-wrap ul.horzontalSlide-main li .changing-text img {display: inline-block;max-width: 30px;width: 100%;height: auto;margin-right: 10px;vertical-align: middle;}
  .horzontalSlide-wrap ul.horzontalSlide-main li .changing-text h3 {display: inline-block;font-family: 'Manrope';vertical-align: middle;}
  .horzontalSlide-wrap ul.horzontalSlide-main li .changing-text p {margin-top: 10px;font-family: 'Manrope';font-size: 14px;line-height: 1.4;}
  .walkWithUs-wrap ul.walkWithUs-tabs li .tab-inside h5 {min-height: 23px;}
  .mfngInfoMix-wrap .left .bottom.insurance-lb {min-height: 291px;}
  .mfngInfoMix-wrap .right .top.insurance-rt {min-height: 259px;}
  .whatYouGet-wrap.healthcare.hitechCard.insurance ul.whatYouGet-card-wrap li {min-height: 337px;}
  .mfngInfoMix-wrap .left .bottom.mnfg {min-height: 315px;}
  .sms-img-2 {top: 50px;left: 37px;}
  .jwelsSolutions-wrap {min-height: 390px;}
  .weDeliverInsights-wrap .left {min-height: 570px;}
  .walkWithUs-wrap ul.walkWithUs-tabs li {max-width: calc(100% - 0px);padding: 0;box-shadow: none !important;}
  .walkWithUs-wrap ul.walkWithUs-tabs li .tab-inside p {display: block;}
  .walkWithUs-tabContent-wrap {min-height: auto;}
  .walkWithUs-tabContent {gap: 20px;flex-direction: column;}
  .walkWithUs-tabContent .walkWithUs-tabContent-left,.walkWithUs-tabContent .walkWithUs-tabContent-right {max-width: 100%;}
}

@media screen and (max-width: 769px) {
  .startWithYou-wrap p, .why-atman-wtap p {font-size: 12px;margin-bottom: 20px;font-weight: 100;}
  .acFoundation-banner-wrap .acFoundation-left h1 {font-size: 44px;max-width: 95%;}
  .foundationSectors-wrap ul li .fd-card-wrap {padding: 25px 20px 20px 20px;min-height: 223px;}
  .sectorsDescription-wrap .sectorsDescription-left,.sectorsDescription-wrap .sectorsDescription-right {width: 100%;max-width: calc(100% - 0px);}
  .aiIntro-wrap .intro-top .intro-structure .left, .aiIntro-wrap .intro-structure .right, 
  .aiIntro-wrap .intro-bottom .intro-structure .left, .aiIntro-wrap .intro-bottom .intro-structure .right,
  .architectFuture-wrap .architectFuture-left, .architectFuture-wrap ul.architectFuture-right {max-width: calc(100% - 0px);width: 100%;}
  .aiIntro-wrap .intro-structure .right .a1 {min-height: 300px;}
  .aiIntro-wrap .intro-bottom .intro-structure .right .a2 h3:after {right: auto;top: 10px;left: 110px;}
  .weDeliverInsights-wrap ul.right li span {font-size: 42px;}
  .weDeliverInsights-wrap ul.right li {min-height: 280px;}
  .weDeliverInsights-wrap .left {min-height: 580px;}
  .jwelsSolutions-wrap .jweles-inside-wrap .jwelsSolutions-right .jwelsSolutions-img {height: 190px;}
  .jwelsSolutions-section {margin-top: 20px;}
  .jwelsSolutions-wrap .jwelsSolutions-text h2 {font-size: 24px;}
  .jwelsSolutions-wrap .jwelsSolutions-text p {font-size: 18px;}
  .jwelsSolutions-wrap .jweles-inside-wrap .jwelsSolutions-left .jwelsSolutions-left-inside span.keyFeatures {font-size: 14px;margin-bottom: 10px;}
  .jwelsSolutions-wrap .jweles-inside-wrap .jwelsSolutions-left .jwelsSolutions-left-inside ul li {font-size: 14px;margin-bottom: 0px;}
  .northenStar-wrap {align-items: center;flex-direction: column;}
  .northenStar-wrap .northenStar-left {max-width: calc(100% - 0px);padding-right: 0px;}
  .horzontalSlide-wrap ul.horzontalSlide-main li .slide-content-wrap span.main-letter {font-size: 22px;}
  .horzontalSlide-wrap ul.horzontalSlide-main li .slide-content-wrap span.sub-letter {font-size: 14px;}
  .visionMission-wrap .left {max-width: 100%;margin-bottom: 15px;min-height: auto;}
  .visionMission-wrap .right {max-width: calc(100% - 0px);min-height: auto;margin-left: 0px;}
  .serviceEach-info .serviceImage-wrap {height: 200px;}
  .whatYouGet-wrap.healthcare.hitechCard.insurance ul.whatYouGet-card-wrap li {min-height: 307px;max-width: calc(50% - 17px);}
  .mfngInfoMix-wrap .left .bottom.insurance-lb {min-height: 272px;}
  .mfngInfoMix-wrap .right .top.insurance-rt {min-height: 240px;}
  .mfngInfoMix-wrap .left .bottom.hitech-lb {min-height: 215px;}
  .mfngInfoMix-wrap .right .top.hitech-rt {min-height: 142px;}
  .whatYouGet-wrap ul.whatYouGet-card-wrap.life-sciences li {min-height: 339px;}
  .mfngInfoMix-wrap .left .bottom.lfscience-lb {min-height: 272px;}
  .empowerAuto-wrap .autoSeam-wrap ul.autoSeam-data li {min-height: 640px;}
}

@media screen and (max-width: 681px){
  .startWithYou-wrap {max-width: 100%;}
  .slider {height: 70vh;}
  .slider-content h2, h4.main-title {font-size: 16px;margin-bottom: 0px;}
  .slider-content span {margin-bottom: 5px;}
  .slider-content {max-width: 85%;left: 5%;}
  .slider-content p {margin-bottom: 10px;}
  .btn-prime-arrow {height: 18px;width: 18px;font-size: 11px;}
  .slider-content span.btn-prime-arrow {font-size: 10px;}
  .why-atman-wtap ul.features-wrap {flex-wrap: wrap;}
  .why-atman-wtap ul.features-wrap li {max-width: calc(50% - 10px);min-height: 290px;margin-bottom: 10px;}
  .whatYouCan-wrap p {margin-bottom: 10px;}
  .weUnderstand-wrap, .trustSection-wrap, .weUnderstand-wrap .right-section {margin-top: 20px;}
  .weUnderstand-wrap .right-section ul.service-list li {max-width: calc(100% - 0px);margin: 0 0 10px 0;}
  .trustSection-wrap .t-left {max-width: 100%;}
  .trustSection-wrap .t-left img {max-width: 120px;}
  .trustSection-wrap .t-right {padding: 0;}
  .trustSection-wrap .t-right {max-width: calc(100% - 0px);margin-top: 10px;}
  .careerMove-wrap {margin-top: 20px;margin-bottom: 20px;}
  .cMtop h4 {padding:0;max-width: 100%;text-align: center;}
  .cMtop p {max-width: calc(100% - 0px);margin-top: 10px;text-align: center;}
  .cMbottom img {margin-bottom: 10px;}
  .engineeringSales-section {margin-bottom: 20px;padding: 20px 0;}
  .engineeringSales-wrap .es-left, .eadgeAI-wrap .ea-section {padding:0;max-width: 100%;}
  .engineeringSales-wrap .es-left p {margin-bottom: 10px;}
  .engineeringSales-wrap .es-right {max-width: calc(100% - 0px);margin-top: 20px;}
  .eadgeAI-wrap .ea-link-section ul li a {display: inline-block;width: 100%}
  .eadgeAI-wrap .ea-link-section ul li {max-width: calc(50% - 12px);width: 100%;height: auto;display: inline-block;margin-bottom: 10px;}
  .eadgeAI-wrap .ea-link-section, .weUnderstand-wrap .left-section p {margin-bottom: 20px;}
  .footer-wrap {display: flex;justify-content: center;align-items: center;flex-wrap: wrap;text-align: center;}
  .weUnderstand-wrap .left-section h4 {text-align: center;margin-bottom: 10px;}
  .weUnderstand-wrap .left-section {text-align: center;}
  .dot span.category {display: none;}
  .foundationSectors-wrap {margin-top: 0;padding: 20px 0px 20px 0px;}
  .acFoundation-banner-section {min-height: 500px;}
  .acFoundation-banner-wrap {justify-content: flex-end;align-items: flex-end;min-height: 400px;}
  .acFoundation-banner-wrap .acFoundation-left,.acFoundation-banner-wrap .acFoundation-right {max-width: calc(100% - 0px);justify-content: flex-start;}
  .acFoundation-banner-wrap .acFoundation-left h1 {text-align: left;}
  .foundationSectors-wrap ul {gap:20px;}
  .foundationSectors-wrap ul li {max-width: calc(100% - 0px);height: auto;}
  .foundationSectors-wrap ul li .fd-card-wrap {min-height: auto;}
  .foundationSectors-wrap ul li img {bottom: -10px;}
  .aiIntro-wrap .intro-structure .right .a1, .aiIntro-wrap .intro-structure .right .a2,
  .empowerAuto-wrap .autoSeam-wrap ul.autoSeam-data li, .weDeliverInsights-wrap .left, .weDeliverInsights-wrap .left,
  .weDeliverInsights-wrap ul.right,.weDeliverInsights-wrap ul.right li, .weDeliverInsights-wrap.order-reverse .left,
  .weDeliverInsights-wrap.order-reverse .right,.mnfg-spotlight-wrap .rightDivision {max-width: calc(100% - 0px);}
  .empowerAuto-wrap .autoSeam-wrap ul.autoSeam-data li,.weDeliverInsights-wrap ul.right li {min-height: auto;}
  .weDeliverInsights-wrap .left {min-height: 380px;}
  .weDeliverInsights-wrap.order-reverse .left {order: 1;}
  .weDeliverInsights-wrap ul.right {order: 2;}
  .architectFuture-wrap ul.architectFuture-right li {padding: 100px 0px 20px 0;margin-bottom: 20px;}
  .architectFuture-wrap ul.architectFuture-right li:before {width: 50px;height: 50px;position: absolute;top: 15px;right: 0;left: 0;margin: auto;}
  .aiIntro-wrap .intro-structure .right .a1:before {left: 0px;}
  .aiIntro-wrap .intro-bottom .intro-structure .left {order: unset;}
  .aiIntro-wrap {flex-direction: column;}
  .aiIntro-wrap .intro-top,.aiIntro-wrap .intro-structure .left,.aiIntro-wrap .intro-structure .right,
  .aiIntro-wrap .intro-structure {display: flex;justify-content: flex-start;align-items: flex-start;flex-direction: column;width: 100%;max-width: 100%;}
  .aiIntro-wrap .intro-structure .right .a2 {padding-bottom: 20px;}
  .aiIntro-wrap .intro-structure .right .a2 .bg-paint {min-height: 160px;}
  .mfng-intro-wrap {flex-direction: column;}
  .mfng-intro-wrap h4, .mfng-intro-wrap p {padding: 0;max-width: 100%;}
  .mfngInfoMix-wrap {flex-direction: column;flex-wrap: wrap;}
  .mfngInfoMix-wrap .left {max-width: 100%;flex-direction: column;}
  .mfngInfoMix-wrap .middle, .mfngInfoMix-wrap .right,.mnfg-spotlight-wrap .leftDivision,
  .whatYouGet-wrap ul.whatYouGet-card-wrap li,.whatYouGet-wrap.healthcare.hitechCard ul.whatYouGet-card-wrap li {max-width: 100%;}
  .mfngInfoMix-wrap .middle,.mfngInfoMix-wrap .right .top,.mfngInfoMix-wrap .middle.hitech-mid {min-height: 330px;}
  .mnfg-spotlight-wrap .leftDivision {padding-right: 0px;margin-bottom: 10px;}

  .jwelsSolutions-wrap .jweles-inside-wrap,.jwelsSolutions-wrap .jweles-inside-wrap .jwelsSolutions-right {flex-direction: column;}
  .jwelsSolutions-wrap .jweles-inside-wrap .jwelsSolutions-left,.jwelsSolutions-wrap .jweles-inside-wrap .jwelsSolutions-right {max-width: calc(100% - 0px);}
  .jwelsSolutions-wrap .jweles-inside-wrap .jwelsSolutions-right .jwelsSolutions-img:first-child {top:0;}
  .jwelsSolutions-wrap .jweles-inside-wrap .jwelsSolutions-right .jwelsSolutions-img:last-child {display: none;}
  .jwelsSolutions-wrap {min-height: auto;}
  .jwelsSolutions-wrap .jweles-inside-wrap .jwelsSolutions-right .jwelsSolutions-img,.horzontalSlide-wrap ul.horzontalSlide-main li {max-width: 100%;}
  .jwelsSolutions-wrap .jweles-inside-wrap .jwelsSolutions-right .jwelsSolutions-img:first-child img {transform: scale(1);}
  .jwelsSolutions-wrap .jwelsSolutions-text {margin-bottom: 40px;}
  .order-2 {order: unset;}
  .northenStar-wrap {gap:0;}
  .northenStar-wrap .northenStar-left {margin-bottom: 20px;}
  .northenStar-wrap .northenStar-right {height: auto;max-width: 50%;}
  .northenStar-wrap .northenStar-right img {top:0;}
  .partnerPurpose-intro {flex-direction: column;}
  .partnerPurpose-intro .partnerPurpose-inside-left,.partnerPurpose-intro .partnerPurpose-inside-right {max-width: 100%;width: 100%;padding-right: 0;}
  ul.partners-wrap li {max-width: calc(100% - 0px);min-height: 180px;}
  ul.partners-wrap li:hover img {max-width: 100px;}
  ul.ourRhythm-wrap li {max-width: calc(50% - 10px);}
  .walkWithUs-wrap ul.walkWithUs-tabs li {max-width: calc(100% - 0px);padding: 0;box-shadow: none !important;}
  .walkWithUs-wrap ul.walkWithUs-tabs li .tab-inside p {display: block;}
  .walkWithUs-tabContent-wrap {min-height: auto;}
  .walkWithUs-tabContent {gap: 20px;flex-direction: column;}
  .walkWithUs-tabContent .walkWithUs-tabContent-left,.walkWithUs-tabContent .walkWithUs-tabContent-right {max-width: 100%;}
  .serviceEach-info {flex-direction: column;}
  .serviceEach-info .serviceText-wrap,.serviceEach-info .serviceImage-wrap {padding-right: 0px;max-width: 100%;}
  .visionMission-wrap .left,.visionMission-wrap .right {max-width: 100%;}
  .visionMission-wrap .right {margin-left: 0px;}
  .serviceEach-info .serviceImage-wrap {height: auto;margin-bottom: 0px;margin-top: 20px;}
  .serviceEach-info .serviceText-wrap.ord2 {padding-left: 0px;}
  .serviceEach-info .serviceImage-wrap.ord1 {order: 2;}
  .serviceEach-info .serviceText-wrap.ord2 {order: 1;}
  .serviceEach-info .serviceImage-wrap img {top:0;}
  .visionMission-wrap,.serviceEach-info {margin-bottom: 20px;}
  .why-atman-wtap ul.features-wrap li p {padding: 0;}
  .whatYouGet-wrap.healthcare.hitechCard.insurance ul.whatYouGet-card-wrap li {min-height: auto;max-width: calc(100% - 0px);}
  .whatYouGet-wrap ul.whatYouGet-card-wrap.life-sciences li {min-height: auto;}
  .jwelsSolutions-wrap .jweles-inside-wrap .jwelsSolutions-right .jwelsSolutions-img {height: 490px;}
}

@media screen and (max-width: 441px){
  .weUnderstand-wrap .right-section {padding: 0px;}
  .slider-content h2, h4.main-title, .engineeringSales-wrap .es-left span.caseStudy {margin-bottom: 10px;}
  .cMtop p {margin-top: 0px;}
  .startWithYou-wrap {margin-top: 20px;}
  .items {padding-bottom: 150%;}
}