/*Global css start*/
*, *:before, *:after{margin:0;padding:0;box-sizing:border-box; font-family: 'Mulish';}
html{scroll-behavior:smooth;}
body{background:var(--white);}
blockquote:before, blockquote:after,
ol, ul {list-style: none;}
a{text-decoration:none;cursor:pointer;color:#000;transition:all 0.4s ease-in-out;}
img{max-width:100%;}
input, textarea, button, select{border: none;outline: none;}
input:focus, textarea:focus, select:focus, button:focus {outline: none;outline-offset: none;}
button{outline:none;border:none;background:none;}
table{border-collapse:collapse;border-spacing: 0;}
.wrapper{max-width:1920px;width:100%;margin: 0px auto;position:relative;}
.container{max-width:1370px;width:100%;margin:0px auto;padding:0px 15px;}

:root {
	--primary-color: #0D47A1;
	--secondery-color:#121212;
	--grey-color: #404040;
	--black-color: #000000;
	--font-black-color: #121212;
	--white: #fff;
}

/*Global css end*/

/*==================== Tab Content ================*/
.sec-faqcontent .cst-tabcontent .tabs {display: flex;justify-content: center;margin-bottom: 0;border-bottom: 1px solid #EEEEEE; flex-wrap: wrap;}
.sec-faqcontent .cst-tabcontent .tab {cursor: pointer;background: transparent;margin: 0 5px;border-radius: 0;position: relative;transition: all 0.5s ease-in-out;}
.sec-faqcontent .cst-tabcontent .tab::after{content: "";position: absolute;width: 100%;height: 2px;background-color: #0D47A1;bottom: -3px;left: 0;opacity: 0;transition: all 0.3s ease-in-out;}
.sec-faqcontent .cst-tabcontent .tab.active {color: #0D47A1;}
.sec-faqcontent .cst-tabcontent .tab.active::after {bottom: 0;opacity: 1;}
.sec-faqcontent .cst-tabcontent .tab-content {display: none;padding: 0;background: transparent;opacity: 0;transition: all 0.5s ease-in-out;}
.sec-faqcontent .cst-tabcontent .tab-content.active {display: block;opacity: 1;}

/*============= Accordian Content ===============*/
.accordion {width: 100%;max-width: 100%;margin: 56px auto 0 0;border: 0;}
.accordion-item {margin-bottom: 24px;background: rgba(13, 71, 161, 0.06);border-radius: 10px;overflow: hidden;border: 1px solid rgba(18, 18, 18, 0.08);}
.accordion-header {background: transparent;color: #121212;padding: 24px 32px;cursor: pointer;text-align: left;font-size: 24px;line-height: 1.35em;font-weight: 600;transition: all 0.3s ease-in-out;position: relative;}
.accordion-content {display: none;padding: 0 32px 24px 32px;text-align: left;font-size: 18px;line-height: 1.56em;font-weight: 400;color: #404040;}
.active-header {background: transparent;color: #0D47A1;}
.accordion-header::after{position: absolute;content: '';width: 14px;height: 14px;border-bottom: 2px solid #000000;border-right: 2px solid #000000;transform: translate(0, -50%) rotate(45deg);top: 28px;right: 32px;font-size: 0;background: 0 0;margin: 10px auto;bottom: 0px;transition: all 0.4s ease-in-out;}
.active-header::after{transform: translate(0, -50%) rotate(-135deg); top: 35px;border-bottom: 2px solid #0D47A1;border-right: 2px solid #0D47A1;}

/*=========== Section FAQ Content ==============*/
.sec-faqcontent .cst-tabcontent{max-width: 1000px;margin: 0 auto;}
.sec-faqcontent .cst-tabcontent .tab {padding: 16px 36px;font-size: 20px;line-height: 1.5em;font-weight: 700;color: #121212;border-bottom: 0;}
.sec-faqcontent .selectoption, .content-section .selectoption{display:none;}
.sec-faqcontent .cst-tabcontent .tabs{display:flex;}
/*======= Section Career Page =============*/
.servicebanner.career-page-banner .image-box img{width: 100%;}
.cureent-opening-list .cureent-list-box ul li{line-height: 1.58em;;}
.amazingservices .row-service .service-image{width: 100%;}
.amazingservices .row-service .service-image{width: 100%;overflow: hidden;}
.amazingservices .row-service .service-image img{object-position: center;width: 100%;height: 100%;object-fit: cover;}
.our-peopel-slider .slide .image-box img{object-fit: cover;}

.cureent-opening-list .cureent-list-box .oprning-title{margin-bottom: 16px;}

.read-more-content{ margin-top: 0px; display: inline-flex; padding-left: 2px; color: var(--primary-color); font-weight: 700; margin-bottom: 0px; cursor: pointer; text-decoration: underline;transition: all 0.3s ease-in-out;}

.read-more-content:hover{color: var(--grey-color);}


.heading64{font-size:64px;font-weight:800;line-height:1.2em;color: var(--secondery-color);}
.heading48{font-size:48px;font-weight:700;line-height:1.2em;color: var(--secondery-color);}
.heading40{font-size:40px;font-weight:700;line-height:1.2em;color: var(--secondery-color);}
.heading32{font-size:32px;font-weight:700;line-height:1.2em;color: var(--secondery-color);}
.heading24{font-size:24px;font-weight:700;line-height:1.33em;color: var(--secondery-color);}
.heading20{font-size:20px;font-weight:700;line-height:1.5em;color: var(--secondery-color);}
.bannerdescription{font-size:24px;font-weight:400;line-height:1.5;color: var(--grey-color);}
.description24{font-size:24px;font-weight:400;line-height:1.5em;color: var(--grey-color);}
.description18{font-size:18px;font-weight:400;line-height:1.55em;color: var(--grey-color);}
.description16{font-size:16px;font-weight:400;line-height:1.5em;color: var(--grey-color);}
.description14{font-size: 14px;font-weight: 500;line-height:1.3em;}
.primarybtn{height:48px;font-size:16px;font-weight:600;line-height:1.5em;background:var(--primary-color);color: var(--white);display:inline-flex;align-items:center;justify-content:center;
	gap:12px;border-radius:1000px;padding:12px 24px;transition:all 0.4s ease-in-out;}
.bannerbtn{height:56px;
font-size:16px;font-weight:600;line-height:1.5em;background:var(--black-color);color: var(--white);display:inline-flex;align-items:center;justify-content:center;
	gap:12px;border-radius:1000px;padding:16px 32px;transition:all 0.4s ease-in-out;}
.textaligncenter{text-align:center;}
.headwhtbtn{background: var(--white);color: var(--secondery-color);padding-left:16px;border:1px solid var(--primary-color);cursor:inherit;}
.commonspacing{padding:80px 0;}
.commonspaceup{padding-top:80px;}
.commonspacedown{padding-bottom:80px;}
.commonspacing56{padding:56px 0;}
.sectionheaddescription{max-width:770px;margin-top:8px;}
.max-width-1040{max-width:1040px !important;}
p{font-size:18px;font-weight:400;line-height:1.55em;color: var(--secondery-color);}

/*Header Start*/
.myHeader{position:fixed;top:0;left:0;right:0;z-index:999;background: var(--white);box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 6px 7px -3px;}
.headerwrap{display:flex;align-items:center;justify-content:space-between;}
.logodiv img{max-width:44px;}
.addtelephone, .myHeader .headwhtbtn{pointer-events:none;}
a[href^="tel:"]{pointer-events: none;}
.mainmenuwrap > li{display:inline-block;padding:24px 0;padding-right:32px;cursor:pointer;}
.mainmenuwrap > li:last-child{padding-right:0px;}
.mainmenuwrap > li > a{padding:14px 0px;display:inline-block;}
.mainmenuwrap  li  a.active{color:var(--primary-color);}
.mainmenuwrap a{font-size:16px;font-weight:400;line-height:1.5em;color:var(--font-black-color);}
.lefthead{display:flex;align-items:center;gap:40px;}
.headbtnwrap{display:flex;gap:16px;}
.companydropdown, .resourcesdropdown{min-width:200px !important;width:100% !important;}
.logodiv, .ftsitelogo, .logoimg, .imgcardimg, .imgblock, .tabimg, .featuredimg{display:inline-block;line-height:0em;}
.dropdown{position:absolute;background: var(--white);padding:16px 0;z-index:99;min-width:302px;width:100%;margin-top:24px;box-shadow: 0px 2px 6px 2px #00000026;}
.dropdown li img{transition:0.4s ease-in-out; height:24px;width:24px;filter: brightness(0) saturate(100%) invert(0%) sepia(45%) saturate(20%) hue-rotate(346deg) brightness(91%) contrast(104%);}
.dropdown a{padding:16px 24px;display:flex;align-items:center;gap:16px;justify-content:unset; width:100%;flex-direction:row;}
.dropdown li a.active, .ftlink.active{color: var(--primary-color);}
.dropdown li .active img{filter: brightness(0) saturate(100%) invert(20%) sepia(97%) saturate(1485%) hue-rotate(200deg) brightness(92%) contrast(98%);}

.dropdowntitle .dropdown{display:none;}
.dropdowncol{min-width:286px;width:100%;}
.dropdowncol:first-child{border-right:1px solid #0000001A;}
.dropdowncolwrap{width:572px !important;column-count:2;}
.solutionsdropdown{min-width:356px;width:100%;}
.dropdowncolwrap li{width:100%;}
.dropdowncolwrap li{border-right:1px solid #0000001A;}
.subdropdowntitle{display:flex !important;align-items:center;justify-content:space-between;position:relative;}
.submenudropdown{position:absolute;background: var(--white);padding:16px 0;z-index:99;width:302px;box-shadow: 0px 2px 6px 2px #00000026;left:356px;top:0px;display:none;}
.dropdowntitle{position:relative;}
.dropdowntitle:after{content: url('../images/caretdown.svg');display:inline-block;vertical-align: middle;margin-left:4px;height:16px;width:16px;transition:all 0.4s ease-in-out;}
.hamburgericon{height:30px;width:30px;display:inline-block;display:none;cursor:pointer;}
.overlay{background: rgba(0, 0, 0, 0.5);position: fixed;width: 100%;height: 100%;z-index: 1;top: 0%;right: 0;opacity: 0;visibility: hidden;z-index: 999;overflow: hidden;}
.fixbody{position: absolute; top: 0;bottom: 0;right: 0;left: 0;margin: auto;overflow:hidden;}
.fixbody .overlay{visibility: visible;opacity: 1;}
.fixbody .overlay{display:none;}
.fixbody{overflow:unset;}
.mbdropdownarrow{height:16px;width:16px;margin-left:8px; vertical-align:middle; transition:all 0.4s ease-in-out;display:inline-block;text-align:center;display:none;}
.subdropdowntitle .mbsubdropdownarrow{transform:rotate(-90deg);}
.mbsubdropdownarrow{display:block !important;position:absolute;right:15px;pointer-events:none;}
.mbdropdownarrow:after{content: ''; background-image: url(../images/dropdowninitial.svg);display:inline-block; 
		background-repeat: no-repeat; background-size:contain;height:16px; width:16px;transition:all 0.4s ease-in-out;}

/*Header End*/
.breadcrumb a[href="javascript:void()"] {pointer-events: none;}

/*Main Start*/
.myMain{padding-top:100px;}
/*Banner Start*/

/* for a slider height */
.bannerslider:not(.slick-initialized) > div:not(:first-child){display: none !important;}

.servicesbody:not(.slick-initialized){display: flex; overflow: hidden; flex-wrap: nowrap !important; max-width: 100%}
.servicesbody:not(.slick-initialized) > div{width: 25%; min-width: 25%;}

.clientsbody:not(.slick-initialized){display: flex; overflow: hidden; flex-wrap: nowrap !important; max-width: 1210px;}
.clientsbody:not(.slick-initialized) > div{width: 25%; min-width: 25%;}

.testimonialsbody:not(.slick-initialized){display: flex !important; overflow: hidden; flex-wrap: nowrap !important; max-width: 100%;}
.testimonialsbody:not(.slick-initialized) > div{width: 33%; min-width: 33%;}

.life-slider:not(.slick-initialized){display: flex !important; overflow: hidden; flex-wrap: nowrap !important; max-width: 100%;}
.life-slider:not(.slick-initialized) > div{width: 50%; min-width: 50%;}

.bannerwrap.padding-top-120{padding-top:168px;}
.bannerslider{position:relative;}
.myBanner{position: relative;background-image:url(../images/herobgpattern.svg);background-size:cover;background-color:var(--primary-color);
	background-repeat:no-repeat;background-position:center;width:100%;}
.bannerwrap{padding:120px 0;}
.banner{display:flex;align-items:center;justify-content:center;flex-direction:column;color: var(--white);text-align:center;}
.banner .heading64{max-width:1086px;margin:0 auto;}
.banner .heading64, .banner .bannerdescription,.banner p{color: var(--white);}
.banner .primarybtn{background: var(--secondery-color);line-height:1.55em;}
.banner .bannerdescription{max-width:780px;padding-top:16px;padding-bottom:40px;}
.bannerslider .slick-arrow{transition:all 0.4s ease-in-out; background-image: url('../images/caretdown.svg');
	background-repeat:no-repeat;background-size:contain; display:inline-block;height:24px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(28deg) brightness(102%) contrast(106%);
	width:24px;text-indent:-99999px;position:absolute;top:45%;z-index:99;cursor:pointer;}
.bannerslider .slick-prev{left: 0;transform: translateY(-50%);transform:rotate(90deg);margin-left:50px;}
.bannerslider .slick-next{right: 0;transform: translate(0%, -50%);transform:rotate(-90deg);margin-right:50px;}
.myBanner .slick-dots{position:absolute;bottom:32px;left:0;right:0;}
.myBanner .slick-dots li{margin-top:0 !important;}
.myBanner .slick-dots, .blogbody .slick-dots, .testicommon .slick-dots{display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;}
.myBanner .slick-dots li{text-indent:-9999px;height:12px;width:12px;background: var(--white);opacity:0.2;margin-top: -60px;border-radius:50%;z-index:9;transition:all 0.4s ease-in-out;}
.myBanner .slick-dots .slick-active{opacity:1;}
/*Banner End*/

/*Partners Logo Section Start*/
.partnersLogo{border-bottom: 1px solid #F2F2F2;}
.partnerswrap{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:32px;}
.partnerswrap .description18{font-weight:600;}
.partnerlogos{display:flex;flex-wrap:wrap;align-items:center;gap:30px 50px;justify-content:center;}
.partnerswrap .partnerlogos .last-box{width: 150px;}
.logoimg{display:block;max-width:150px;margin:0 auto;text-align:center;}
.logoimg img{filter: grayscale(0%);transition: filter 0.3s ease-in-out;margin:0 auto;max-height: 100px;max-width: 150px;object-fit: contain;width:auto;}
.max-height-60{max-height:50px !important;}
.max-height-45{max-height:45px !important;}
/*Partners Logo Section End*/

/*Clients Section Start*/
.clientssection{background-image:url(../images/herobgpattern.svg);background-color:var(--primary-color); background-size: cover;background-repeat: no-repeat;background-position: center;width: 100%;}
.clientsbody{max-width:1210px;margin:0 auto;}
.clientshead{text-align:center;}
.clientshead .heading40{color:  var(--white);}
.clientsbody .slick-track{display:block;align-items:center;justify-content:center;gap:120px;}
.clinetlogoinnner{margin:0 24px;height:120px;width:calc(100% - 24px);background:#FFFFFF;border-radius:10px;display:flex;align-items:center;justify-content:center;}
.clinetlogoinnner img{max-width:70%;max-height:70%; margin:0 auto;height:auto;}
.clientssection .slick-track {transition-timing-function: linear !important;}
/*Clients Section End*/

/*Why Datatech Start*/
.current-menu-item a{color:#0d47a1 !important;}
.bluetxt{color:#2A76EC;}
.whydatatechwrap{display:flex;align-items:center;flex-direction:column;gap:80px;justify-content:center;text-align:center;}
.whydatatechbody{width:100%;display:flex;flex-direction:column;gap:56px;}
.whydatatechimgcard{padding:6px 64px 24px 64px;display:flex;align-items:center;justify-content:space-between;}
.whydatatechimgcard .imgcardcontent{display: flex;flex-direction:column;align-items:flex-start; text-align:left;gap:12px;max-width:546px;}
.imgcardcontent .primarybtn{margin-top:20px;}
.imgcardimg{position:relative;}
.formainpage .imgcardimg{max-width:586px;height:auto;}
.reverseimgcard{flex-direction:row-reverse;}
.whydatatechbody .imgcardimg img{z-index:10;position:relative;height:auto;}
.content-section .whydatatechbody .imgcardimg img{z-index:10;position:relative;}
.bluebox::after, .pinkbox::after{content:'';height:128px;width:132px;position:absolute;bottom:-18px;z-index:9;background:#29ABE226;left:-18px;}
.pinkbox::after{content:'';background:#AE29E226;bottom:-18px;right:-18px;left:unset;}
.pinkbox.pinkboxright:after {right:-15px !important;left:unset !important;bottom:-15px !important;}
.bluebox.blueboxright:after{right:-15px !important;left:unset !important;;bottom:-15px !important;}
.pinkbox.pinkboxright, .bluebox.blueboxright{margin-right:15px;}

.solutionsweoffer .cst-tabcontent .imgcardimg img{width:100%;}
.solutionsweoffer .cst-tabcontent .imgcardimg::after{right:-15px;left:unset;}

/*Why Datatech Start*/

/*Services Section Start*/
.bluebg{background:#2A76EC1A;}
.servicesbox{position: relative; background: var(--white);padding:32px;display:flex;align-items:flex-start;flex-direction:column;margin-right:12px;margin-left:12px;
	cursor:pointer;transition:all 0.4s ease-in-out;}
.servicesbox .description18, .servicesbox .heading24,.servicesbox img{transition:all 0.4s ease-in-out;}	
.servicesbox .heading24{min-height:64px;}
.amazingservices .servicesbox .imgcontent{gap:16px;margin:24px 0;}
.servicesbox p{transition:all 0.4s ease-in-out;}
.serviceboxlink{display:flex;align-items:center;gap:8px;color:var(--primary-color);font-weight:600;}
.serviceboxlink img{filter: brightness(0) saturate(100%) invert(21%) sepia(73%) saturate(1919%) hue-rotate(199deg) brightness(95%) contrast(97%);}
.imgcontent{display:flex;align-items:flex-start;flex-direction:column;}
.servicesbody{margin-right:-12px;margin-left:-12px;}
.amazingservices{position:relative;}
.testicommon .slick-arrow:focus, .testicommon .slick-arrow:active{background-color:black;}
.testicommon .slick-arrow:focus:after, .testicommon .slick-arrow:active:after{filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) 
		hue-rotate(146deg) brightness(102%) contrast(102%);}
.testicommon{overflow: hidden;}
.testicommon .slick-arrow{cursor: pointer; text-indent:-99999px;height:48px;width:48px;border: 1px solid  var(--grey-color);background: var(--white);border-radius:50%;
	position:absolute;top:-172px;right:15px;transition:all 0.4s ease-in-out;}
.testicommon .slick-arrow:after{content:'';background-image:url('../images/craterleft.svg');background-repeat:no-repeat;background-size:24px 24px;
	position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:24px;width:24px;transition:all 0.4s ease-in-out;}
.testicommon .slick-prev{right:75px;}
.testimonials .slick-arrow{top:-147px;}
.testicommon .slick-next:after{background-image:url('../images/craterright.svg');filter: brightness(0) saturate(100%) invert(0%) sepia(7%) 
	saturate(7485%) hue-rotate(96deg) brightness(75%) contrast(100%);}
/*Services Section End*/

/*Industries Section Start*/
.imgblock img{height:auto;}
.margin56{margin-bottom:56px;}
.industriesbody{display:flex;flex-wrap:wrap;}
.industriesinner{padding:24px 32px;display:inline-flex;align-items:center;gap:12px;width:50%;border-bottom: 1px solid #F2F2F2;transition:all 0.4s ease-in-out;
	cursor:pointer;flex-direction:row;}
.industriestxt{width:100%;position:relative;display:inline-flex;align-items:center;color: var(--secondery-color);font-weight:500;}
.industriestxt:after, .solutiontabtitle:after{position: absolute;content: '';width: 8px;height: 8px;border-bottom: 1px solid #000000;border-right: 1px solid #000000;
	transform: rotate(45deg);top: 0px;right: 5px;font-size: 0;background: 0 0;margin: auto;bottom: 0px;transition:all 0.4s ease-in-out;}
.industriestxt:after{transform:rotate(-45deg);}
/*Industries Section End*/

/*It Support Section Start*/
.itsupport{padding-bottom:80px;}
.manwithlaptop{background:#F9D6FF;}
.manwithlaptop .expertitsupport{padding:0;gap:0 !important;justify-content:space-between !important; height:100%;}
.manwithlaptop .content{padding:48px;padding-bottom:0;display:flex;align-items:flex-start;flex-direction:column;gap:12px;position:relative;}
.expertitsupport .primarybtn,.expertitsupport .viewbtn{margin-top:20px;}
.expertitsupport{display:flex;flex-direction:column;align-items:flex-start;padding:48px;gap:12px;}
.expertitsupport .viewbtn.description16, .solutiontabdescription .viewbtn{font-size:16px;font-weight:600;line-height:1.5em;color:var(--font-black-color);}
.solutiontabdescription .viewbtn{text-decoration:none;}
.blogcard .readmorebtn{font-size:16px;font-weight:600;line-height:1.5em;}
.itsupportwrap{display:flex;gap:24px;}
.itsupportwrap .itsupportcol1{width:53%;}
.itsupportwrap .itsupportcol2{width:47%;display:flex;flex-direction:column;gap:24px;}
.magnifybg{background: #fdfd55;height:50%;background-size:cover;}
.magnifybg .heading40{max-width:300px;}
.viewbtn{display:inline-flex;align-items:center;gap:8px;justify-content:center;text-decoration:underline;height:50px;font-size:18px;line-height:1.44;font-weight:600;}
.hasslesupport{background:#D6EEFF;height:50%;}
.expertitsupport .imgblock{padding-left:20px;text-align:right;width:100%;display:block;}
/*It Support Section End*/

/*Testimonials Section Start*/
.testimonials .serviceshead{margin-bottom:31px;}
.testimonialsbox .imgcontent{display:flex;flex-direction:column;align-items:flex-start;gap:16px;}
.testimonials .imgcontent > .description18{margin-top:0;}
.authorreview .description18{color: var(--secondery-color);font-weight:700;margin-top:8px;margin-bottom:4px;}
.testimonialsbody{margin-right:-20px;margin-left:-20px;}
.padding-top-40 .slick-dots{padding-top:40px;}
.testimonialsbox{position:relative;border: 1px solid #DEDEDE;margin-right:20px;margin-left:20px;}
.testimonialsbox .imgicon{position:absolute;top:-25px;right:-17px;background: var(--white); border-radius:50%;height:66px;width:66px;display:flex;align-items:center;
	justify-content:center;border: 1px solid #DEDEDE;}
.testimonialsbox .primarybtn{background:var(--primary-color);border:1px solid var(--primary-color);margin-top:32px;}
.testimonialsbody .slick-list{padding-top:25px !important;padding-right:17px !important;}
/*Testimonials Section End*/

/*Solutions We Provide Section Start*/
.solutiontabtitle{font-weight:500;color: var(--grey-color);position: relative;display:flex;align-items:center;
	justify-content:space-between;transition:all 0.4s ease-in-out;}
.solutionbody{display:flex;align-items:flex-start;gap:64px;}
.solutionbody img{height:auto;}
.solutionbody > div{width:50%;}
.solutiontabdescription{padding-top:12px;display:none;}
.solutiontabdescription .viewbtn{height:44px;display:inline-flex;align-items:center;margin-top:16px;}
.solutiontab{padding:24px 32px 24px 0;border-bottom: 1px solid  #1212121A;cursor:pointer;}
.solutiontab.active .solutiontabtitle{color:var(--primary-color);font-weight:700;}
.solutiontab.active .solutiontabtitle:after{transform:rotate(-135deg);border-color:var(--primary-color);}
.tabimgtb{display:none;}
/*Solutions We Provide Section End*/

.blogcard .featuredimg{height:268px;}
.blogcard .featuredimg img{width: 100%;height: 100%;object-fit:cover;transition: transform 0.4s ease-in-out;}

/*Blog Section End*/
.blogcontent{max-width:430px;}
.blogtexts{display:flex;align-items:flex-start;flex-direction:column;gap:8px;padding-top:32px;}
.blogtexts .heading24:hover a{color:var(--primary-color);}
.blogcard .blogsubtitle{color:#2A76EC;font-size: 14px;font-weight: 600;line-height:1.37em;margin-bottom:4px;text-transform:uppercase;}
.blogcard .readmorebtn{height:auto;color:var(--primary-color);transition:all 0.4s ease-in-out;margin-top:24px;text-decoration:none;}
.blogcard .blockimg img{width: 100%;height: 100%;object-fit: cover;max-height: 268px;}
.blogcard .readmorebtn img{filter: brightness(0) saturate(100%) invert(17%) sepia(81%) saturate(2618%) hue-rotate(209deg) brightness(93%) contrast(92%);
	transition:all 0.4s ease-in-out;}
.blogbody.slick-initialized{display:flex;flex-direction:column; gap:30px;}

/*dots style*/
.mbdots .slick-dots li{text-indent:-9999px;height:12px;width:12px;background:#16489e;opacity:0.2;border-radius:50%;z-index:9;transition:all 0.4s ease-in-out;}
.mbdots .slick-dots li.slick-active{border:1px solid #16489e;opacity:1;}
/*dots style*/

.blogbody{margin-right:-10px;margin-left:-10px;display:flex;justify-content:space-between;}
.blogcard{margin-right:10px;margin-left:10px;width:33%;}
.blogbody .slick-arrow{display:none !important;}
.blogbody .featuredimg{overflow:hidden;display:block;}
.blogbtnwrap{text-align:center;}
.blogbtn{background:transparent;border: 1px solid var(--primary-color);color: var(--secondery-color);padding:10px 36px;}
.blackbgpattern{background-image:url(../images/herobgpattern.svg);background-color:var(--black-color);background-size:cover;background-repeat:no-repeat;background-position:center center;}
/*Connect Section End*/

/*Connect Section Start*/
.connectwrap{display:flex;justify-content:space-between;align-self: center;position:relative;z-index:10;gap: 20px;}
.connectwrap .connectcontent{max-width:664px;padding:56px 0;}
.blackbgpattern .heading40, .blackbgpattern .description18{color: var(--white);}
.blackbgpattern .description18{margin-top:16px;margin-bottom:40px;max-width:740px;}
.connectimg{display: flex;flex-direction: column;justify-content: flex-end;align-items:flex-end;}
/*Connect Section End*/

/*Faqs Section Start*/
.faqswrap{display:flex;justify-content:space-between;}
.faqswrap .faqleft .description18{margin-top:8px;margin-bottom:24px;}
.faqswrap .faqleft .primarybtn{margin-top:24px;}
.faqsdescription{max-width:590px;width:100%; display:none;margin-top:16px;}
.faqswrap .faqright{max-width:770px;width:100%;}
.faqswrap .faqs{cursor: pointer;padding:24px 32px; background:#0D47A10F;border: 1px solid #12121214;margin-bottom:16px;border-radius:10px;position:relative;}
.faqswrap .faqs:last-child{margin-bottom:0px;}
.faqtitle{font-weight:600;max-width:590px;width:100%;}
.faqtitle:after{content:'';background-image:url('../images/arrowdown.svg');background-repeat:no-repeat;background-size:24px 24px;height:24px;width:24px;position:absolute;
	right:32px;top:24px;transition:all 0.4s ease-in-out;}
.faqs.active .faqtitle{color:var(--primary-color);transition:all 0.4s ease-in-out;}
.faqs.active .faqtitle:after{transform:rotate(-180deg);filter: brightness(0) saturate(100%) invert(11%) sepia(91%) saturate(4446%) hue-rotate(212deg) brightness(93%) contrast(90%);}
/*Faqs Section End*/

/*Scroll to top button*/
.scrolltotopbtnwrap{display:block;}
.scrolltotop:active, .scrolltotop:focus{background:#000 !important;}
.scrolltotopbtnwrap .scrolltotop{background:var(--primary-color);height:45px;width:45px;display:flex;align-items:center;justify-content:center;border-radius:50%;position:fixed;
	right:10px;bottom:85px;z-index:99;}
.scrolltotopbtnwrap .scrolltotop img{height:24px;width:24px;transform:rotate(180deg);filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7459%) hue-rotate(201deg) brightness(115%) contrast(100%);}
/*Scroll to top button*/

/*Footer start*/
.myFooter{border-top:1px solid #EEEEEE;}
.footercolone{display:flex;justify-content:space-between;}
.footercolone > div:first-child{width:20%;}
.footercolone > div:last-child{width:70%;}
.colonesitelinks .footerlinks{display:flex;justify-content:space-between;gap:15px;}
.sitesocialicons{display:flex;align-items:center;gap:20px;}
.socialicon{background:var(--primary-color);border:1px solid var(--primary-color);height:32px;width:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;
	transition:all 0.3s ease-in-out;}
.socialicon img{transition:all 0.3s ease-in-out;}
.footertitle{color:var(--font-black-color); line-height:1em;margin-bottom:20px;display:inline-block;pointer-events:none;}
.ftsitelogo{max-width:213px;}
.ftsitelogo img{height:auto;}
.footersublists > li{margin-bottom:20px;}
.footersublists > li a.active{color:var(--primary-color);}
.footersublists > li:last-child{margin-bottom:0px;}
.footerlinkcolumn .footerlinksubcolumn:first-child{margin-bottom:32px;}
.ftlink{font-size: 16px;font-weight: 400;line-height:1.5em;color: var(--grey-color);transition:all 0.3s ease-in-out;}
.colonesitecontent .siteaddress{margin:40px 0;}
.siteaddress{display:flex;flex-direction:column;gap:12px;}
.siteaddress .addresstitle{font-weight:600;}
.addressicon{display:flex;align-items:center;max-width: max-content;gap:12px;color:#404040;}
.addlocation{align-items:flex-start;}
.addressicon{padding-left:32px;position:relative;}
.addressicon:before{content:'';display:inline-block;height:20px;width:20px;margin-top:2px;background-image: url('../images/mappinicon.svg');
	background-repeat:no-repeat;background-size:contain;position:absolute;top:0;left:0;}
.addtelephone:before{content:'';background-image: url('../images/phoneicon.svg');}
.addmail:before{content:'';background-image: url('../images/envelopeicon.svg');}
.footercoltwo{display:flex;align-items:center;justify-content:space-between;padding:24px 0;border-top:1px solid #0000001A;}
.copywright, .powerebyweb, .webentiallink{display:inline-flex;align-items:center;flex-wrap:wrap;justify-content:center;}
.webentiallink, .addresstitle{color:var(--font-black-color);}
.copywright{font-size: 16px !important;font-weight: 400 !important;line-height: 1.5 !important;}
.datatechlink{margin:0 0 0px 5px;display:inline-block; color: var(--secondery-color);}
.powerebyweb img{margin:0 5px;}
.webentiallink img{margin:0 3px;}
.footerbottomright{display:flex;gap:20px;align-items:center;}
.footertbbtn{display:none;}
/*Footer End*/
/*Home Page Ends*/


/*Service Page Starts*/
/*Services page banner*/
.servicebanner{display:flex;justify-content:space-between;gap:120px;    align-items: start;}
.servicebanner .breadcrumbswrap, .servicebanner .formwrap{width:50%;}
.breadcrumbs{margin-bottom:40px;}
.breadcrumbslink,.breadcrumbs li a{position:relative;}
.breadcrumbs .breadcrumbslink:after, .breadcrumbs li a:after{content: "/";position: absolute;right:-14px;}
.breadcrumbslink:before, .breadcrumbs li a:before{content:'';background:var(--white);position:absolute;bottom:0;left:0;height:1px;width:0;transition:width 0.4s ease-in-out;}
.breadcrumbs li span, .breadcrumbs li a, .breadcrumbslink,.bread{font-size:18px;font-weight:600;line-height:1.5;}
.breadcrumbs .breadcrumbslink,.breadcrumbs li a{position:relative; margin-right:22px;color: var(--white);}
/*.breadcrumbslink:first-child:before{width:100%;}*/
.breadcrumbslink:hover:before, .breadcrumbs li a:hover:before{width:100%;}
.breadcrumb ul{display:flex;flex-wrap:wrap;align-items:center;}
.breadcrumbswrap{text-align:left;}
.formwrap{max-width:568px;background: var(--white);box-shadow: 0px 4px 28px 0px #00000040;padding:24px;}
.formwrap .formheaddescription{margin-top:8px;}
.formwrap .formhead{margin-bottom:24px;text-align:left;}
.formouter .forminput, .formselect, .formtextarea, option, select, .formtypo, .uploadfilewrap input{font-size: 16px;font-weight: 400;line-height: 1.2em;color:#000;}
.formouter .forminput::placeholder, .formouter .formtextarea::placeholder, .formselect{color: var(--grey-color) !important;}
.formouter{display:flex;flex-wrap:wrap;gap:24px 24px;}
.formouter .forminput{background:#F2F4F7;padding:14px 24px;width:100%;min-height:48px;}
.formouter .from-group{position: relative; width: calc(50% - 12px);}
.formouter .selectwrapdiv.from-group, .formouter .textarea.from-group{width: 100%;}
.formouter .from-group label.error{position: absolute; right: 0; top: -20px; width: auto;
    height: auto;  margin: 0;  -webkit-font-smoothing: auto; line-height: normal; font: 11px / 11px arial; background: #fb0101; padding: 5px 5px 4px;color:  var(--white);}
.formouter .from-group label.error:after {border-color: #fb0101 transparent transparent;-moz-border-image: none;-o-border-image: none;border-image: none;border-right: 6px solid transparent;border-style: solid;border-width: 6px;content: " ";height: 0;left: 20px;margin-left: -10px;position: absolute;top: 100%;width: 0;}
.formtextarea{min-height:120px !important;resize:none;}
.formselect, .formtextarea{width:100% !important;}

.formselect{color:#404040 !important;}
.formselect.close, .formselect.open{color: #000000 !important;}
.formselect{appearance:none;position:relative;}
.formouter .formsubmitbtn{width:100%;background:var(--primary-color);cursor:pointer;margin-top:16px;}
.selectwrapdiv{width:100%;position:relative;display:inline-flex;align-self: center;justify-content:center;}
.selectwrapdiv:after{position: absolute;content: '';width: 8px;height: 8px;border-bottom: 1px solid #000000;border-right: 1px solid #000000;
	top: 0px;right: 30px;font-size: 0;background: 0 0;margin: auto;bottom: 0px;transition:all 0.4s ease-in-out;transform:rotate(45deg);}
/*Why Trust Us*/
.whytrustushead{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;}
.whytrustushead .description18{text-align:center;}
.whytrustusbody{display:flex;align-items:flex-start; justify-content:space-between;}
.trustbox{padding:24px 0;width:calc(25% - 12px);text-align:center;}
.trustbox .heading20{font-weight:400;text-align:center;margin-top:16px; color: var(--grey-color);}
.trustbox .heading64{color: var(--primary-color);font-weight:600;text-align:center;line-height:0.75em;}
/*Cloud Management*/
.cloudmanagementbody{display:flex;flex-wrap:wrap;gap:56px 56px;justify-content:space-between;}
.cloudmanagementbox{width:calc(50% - 28px);}
.cloudcontent{margin-top:24px;}
.why-choose-healthcare .cloudcontent .description18, .health-care-specific .cloudcontent .description18{display: block !important;}
.cloudcontent .heading24{margin-bottom:4px;}
.blackbgpattern .heading48{color: var(--white);}
.beourpartnerswrap{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;}
/*Customers Section*/
.customervaluehead{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;}
.customervaluebody{display:flex;flex-wrap:wrap;border:1px solid #EEEEEE;border-width:1px 0 0 1px;}
.customervaluebody .customerslogowrap{transition:all 0.4s ease-in-out; min-height:200px;width:20%; display:flex;align-items:center;justify-content:center;
	border:1px solid #EEEEEE;border-width: 0px 1px 1px 0px;padding:25px;}
.customervaluebody{max-width:1210px;margin:0 auto;}
.forinnerpage .whydatatechbody{gap:0;}
.forinnerpage .whydatatechimgcard{padding:0;padding-top:6px;align-items:center;gap:102px;}
.forinnerpage .imgcardcontent{max-width:652px;}
.forinnerpage .imgcardimg{margin-bottom:26px;}
.forinnerpage  .featuredimg{border-bottom: 1px solid #F2F4F7;display:block;}
.forinnerpage .blogcontent{padding:24px;background: var(--white);max-width:100%;max-height:285px;height:100%;}
.forinnerpage .blogtexts{padding:0px;gap:4px;}
.forinnerpage .blogcontent .readmorebtn{margin-top:32px;}
.forinnerpage .blogbtn{padding:10px 24px;}
.forinnerpage .blogcard{transition:all 0.4s ease-in-out;}
.blogcontent{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;}
.blogcontent .heading24 a{color:var(--secondery-color);}
.whydatatechhead{display:flex;align-items:center;justify-content:center;flex-direction:column;max-width:770px;}
/*Service page css end*/


/*About page css  start*/
.withoutform{min-height: 234px;padding: 15px 0px;}
.withoutform .servicebanner .breadcrumbswrap{ width: 100%; text-align: center; }
.withoutform .servicebanner .breadcrumbs { margin-bottom: 24px;flex-wrap: wrap; display: flex; align-items: center;
	justify-content: center;}
/*About section*/
.about-section .about-box{display: flex;gap: 56px;}
.about-section .about-box .content-area{max-width: 727px;}
.about-section .about-box .content-area p{color: #404040;}
.about-section .about-box .content-area .description24{	color:  var(--secondery-color); margin-bottom: 20px;}
.about-section .about-box .content-area blockquote{ margin-top: 48px; font-size: 22px; font-weight: 400; line-height: 1.45em; color:  var(--grey-color); max-width: 590px; position: relative; padding-left: 32px; border-left: 6px solid var(--primary-color);}
.about-section .about-box .img-box{max-width: 557px;}
/*Our value section*/
.our-value .up-area p{color:  var(--grey-color);}
.our-value-box-area{display: flex;justify-content: space-between; gap: 56px; counter-reset: number;}
.our-value-box-area .value-box{max-width: calc(100% / 3 - 18px); padding: 16px 0px; counter-increment: number; border-left: 1px solid #EEEEEE; padding-left: 56px;}
.our-value-box-area .value-box:first-child{border-left: 0;padding-left: 0;}
.our-value-box-area .value-box::before{font-size: 32px;font-weight: 700;line-height: 1.17em;color: var(--primary-color);content: counter(number, decimal-leading-zero) ".";}
.our-value-box-area .value-box p{margin-top: 8px;color:  var(--grey-color);}
.our-value-box-area .value-box h3{margin-top: 16px;}
/*Our story section*/
.our-story .our-story-area{display: flex;gap: 56px;}
.our-story .our-story-area .story-content{max-width: 616px;}
.our-story .our-story-area .story-content .sectionheaddescription{max-width: 100%;color:  var(--grey-color);margin-bottom: 32px;}
.our-story .our-story-area .story-content .yeras-progress{max-width: 510px;}
.our-story .our-story-area .story-gallery img{position:sticky; top: 110px;}
.our-story-area .story-content .yeras-progress li {padding-bottom: 32px;position: relative;padding-left: 42px;}
.our-story-area .story-content .yeras-progress li span{color: #2A76EC;display: block;font-size: 20px;font-weight: 700;line-height: 1.5em;}
.our-story-area .story-content .yeras-progress li::before{position: absolute;content: '';top: 5px;left: 8px;height: 100%;  background: rgba(64, 64, 64, 0.2);width: 1px;}
.our-story-area .story-content .yeras-progress li::after{position: absolute;content: '';top: 5px;left: 0;background-color: #2A76EC;width: 18px;height: 18px;border-radius: 50%;}
.our-story-area .story-content .yeras-progress li:last-child{padding-bottom: 0px;}
.our-story-area .story-content .yeras-progress li:last-child:before{height: 0;}
/*Driving innovation section*/
.driving-innovation .sectionheaddescription, .our-expert .sectionheaddescription, .life-datatech .sectionheaddescription, .recognitions .sectionheaddescription{color:  var(--grey-color);}
.driving-innovation .driving-box-area{display: flex;flex-wrap: wrap;}
.driving-innovation .driving-box-area .driving-box{width: 50%;min-height: 404px;display: flex;flex-direction: column;justify-content: center;gap: 48px;}
.driving-innovation .driving-box-area .driving-box img{height: 100%;width: 100%;}
.bg-blue{background-color: var(--primary-color);}
.bg-black{background-color: #000;}
.driving-box.bg-blue, .driving-box.bg-black{padding: 48px;}
.driving-innovation .driving-box-area .driving-box h3{color:  var(--white);text-decoration: underline;}
.driving-innovation .driving-box-area .driving-box p{font-size: 34px;font-style: italic;font-weight: 500;line-height: 1.23em;color:  var(--white);}
.driving-box .cmsPage ul li{color: #fff;}
.driving-box  .cmsPage ul>li:before{background-color: #fff;}
.director-message .about-box {display: flex;gap: 56px;}
.director-message .img-box{max-width: 383px; flex-shrink: 0;}
/*Expert grid section*/
.expert-grid{display: flex;gap: 32px;flex-wrap: wrap;}
.expert-grid .expert-box{width: calc(100% / 3 - 22px); display: flex;flex-direction: column;}
.expert-grid .expert-box .box-img img{height: 100%;}
.expert-grid .expert-box .content{padding: 24px;background-color: #fff;display: flex;flex-direction: column; height: 100%;}
.expert-grid .expert-box .content .top-area{display: flex;gap: 20px;justify-content: space-between;align-items: center;border-bottom: 1px solid #EEEEEE;padding-bottom: 24px;}
.expert-grid .expert-box .content .top-area .profile{font-size: 18px;line-height: 1.555em;color:  var(--grey-color);margin-top: 4px;}
.expert-grid .expert-box .content .bottom-area{padding-top: 24px;}
.expert-grid .expert-box .content .heading24{text-transform: uppercase;}
.expert-grid .expert-box .content .bottom-area p{color:  var(--grey-color);line-height: 1.5em;font-size: 16px;}
.our-expert .primarybtn, .recognitions .primarybtn{border:1px solid var(--primary-color);}
.director-message .about-box .cmsPage p{color: #fff; margin-bottom: 24px;}
.director-message .about-box .cmsPage p:last-child{margin: 0;}
.director-message .about-box .cmsPage .found-title{font-size: 20px; color: #fff; font-weight: 700;}
/*Life slider section*/
.life-slider .slick-list {margin: 0px -28px;}
.life-slider  .life-slide{margin: 0px 28px;}
.life-slider .slick-dots{ margin-top: 40px;}
/*Recognitions section*/
.about-team-calutire .whydatatechimgcard .imgcardcontent{gap: 24px;}
.about-team-calutire .whydatatechimgcard .heading48{margin-bottom: 16px;}
.recognitions .aword-reco-box{display: flex;justify-content: space-around;gap: 50px;}
.about-team-calutire.forinnerpage .imgcardimg{margin-bottom: 0px;}
.forinnerpage.about-team-calutire .whydatatechimgcard{gap: 56px; padding: 0;}
.recognitions .aword-reco-box .aword-box{display: flex;align-items: center;justify-content: center;width: 230px;height: 230px;background-color: #ffff;border-radius: 50%;}
.aword-main-box .content{margin-top: 16px;}
.aword-main-box .content span{display:block; font-size: 20px; color: #121212; font-weight: 700; line-height: 1.5em; text-align: center;}

.aboutcultureteam .imgcardcontent{max-width:740px !important;}
.aboutcultureteam .whydatatechimgcard{justify-content:center;}
.aboutcultureteam .imgcardcontent{align-items:center;text-align:center;}
.aboutcultureteam .whydatatechimgcard .heading48{margin-bottom:0;}

/* about page css  end*/

.sitemaplinksbody{display:flex;justify-content:start; flex-wrap: wrap; gap: 40px;}
.sitemaplinksbody .footersublists li{padding-left:15px;border-left: 1px solid var(--primary-color);font-size:18px;line-height:1.5;color: #333;position: relative;margin: 0px;padding-bottom: 10px;}
.sitemaplinksbody .footersublists li:last-child{border-left: 0;padding-left: 16px;}
.sitemaplinksbody .footersublists li:before,.sitemaplinksbody .footersublists li:last-child:after{content: '';position: absolute;left: 0;background: var(--primary-color);}
.sitemaplinksbody .footersublists li:before{height: 1px;width: 8px;top: 15px;margin: auto 0;}
.sitemaplinksbody .footersublists li:first-child:before{top:20px;}
.sitemaplinksbody .heading20{border-bottom: 1px solid var(--primary-color);margin:0;max-width:max-content;}
.sitemaplinksbody .footersublists li:last-child:after{  position: absolute;content: '';left: 0;background: var(--primary-color);top: 0;width: 1px;height:15px;}
.sitemaplinksbody .footerlinksubcolumn:first-child{margin-bottom:unset;}
.sitemaplinksbody .footerlinksubcolumn:first-child .footersublists .heading20{margin-top:20px;}
.sitemaplinksbody .footerlinksubcolumn .heading20:nth-child(3){margin-top:30px;}
.sitemaplinksbody .footersublists{display:block !important; padding-left:15px;}
.sitemaplinksbody .footersublists li:first-child{padding-top:5px;}
.sitemaplinksbody .footerlinkcolumn{width: calc(25% - 30px);}
.box-service {  background: var(--white); padding: 32px; display:flex; width: calc(100% / 2 - 16px); flex-direction: column;}
.service-content { display:flex; flex-wrap: wrap; gap: 32px;}
.service-image {  min-width: 468px;}
.box-service .imgicon { margin-bottom: 24px;}
.box-service .heading24 {  margin-bottom: 4px;}
.box-service .imgcontent p { color:  var(--grey-color);}
.row-service {display:flex;gap:32px;}
.timeline{position: relative; padding: 0px; margin: 0px;overflow:hidden;}
.timeline .default-line {content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    background: #40404033;
    height: calc(100vh - 160px);
    min-height: 100%;
    height:100%;
    top: 0px;}
.timeline .default-line::before { content: ''; width: 18px; height: 18px;  background-color: #2A76EC;   display: inline-flex;  border-radius: 50%;  left: -8px; top: 0px;  position: absolute;}
.timeline .draw-line {width: 1px;height: 0;position: absolute;left: 50%;background: #2A76EC;top: 0px;}
.timeline li { position: relative; }
.timeline li .timeline-item { position: relative; margin-bottom: 56px; padding: 32px; background: #E7EDF6;  width: 100%; max-width: 532px; transform: translateY(20px);  transition: all 0.5sease -in-out;}
.timeline li.active .timeline-item { opacity: 1; transform: translateY(0); }
.timeline li:nth-child(odd) .timeline-item { right: -40px;}
.timeline .timeline-item p { color:  var(--secondery-color);}
.timeline .heading32 { margin-bottom: 12px;}
.timeline .timeline-item .imgicon { margin-bottom: 16px;}
.timeline ul .timelineNumMain:nth-child(even) {display: flex;justify-content: end; }
.timeline li:nth-child(even) .timeline-item{right: 40px;}
.timeline ul li.in-view::before { background-color: #2A76EC; transition: 0.125s ease-in-out; border: none;}
/*.timeline ul li.in-view:not(:first-child)::after { content: ''; width: 30px; height: 30px; background-color: var(--primary-clr); display: inline-flex; border-radius: 50%; position: absolute; transform: translateX(50%); left: 49.1%; top: 45%; animation: anim-ripple 2s infinite; }*/
.timeline ul li.in-view::after { content: ''; width: 30px; height: 30px; background-color: var(--primary-clr); display: inline-flex; border-radius: 50%; position: absolute; transform: translateX(50%); left: 49.1%; top: 45%; animation: anim-ripple 2s infinite; }
/*.timeline ul li:not(:first-child)::before {content: "";position: absolute;left: 49.95%;top: 38%;transform: translateX(-42%);width: 18px;height: 18px;border-radius: 50%;background: var(--white);border: 2px solid #2A76EC;transition: all 0.4sease -in-out;z-index: 2;}*/
.timeline ul li::before {content: "";position: absolute;left: 49.95%;top: 38%;transform: translateX(-42%);width: 18px;height: 18px;border-radius: 50%;background: var(--white);border: 2px solid #2A76EC;transition: all 0.4sease -in-out;z-index: 2;}
.timeline li:nth-child(2) .timeline-item { background: #E5F8EA;}
.timeline li:nth-child(3) .timeline-item {background: #FEF8E5;}
.timeline li:nth-child(4) .timeline-item {background: #FAE5E5;}
.timeline li:last-child .timeline-item{margin-bottom: 0;}
.timeline ul li:nth-child(odd) .timeline-item:before { right: -198px; }
.timeline ul li:nth-child(even) .timeline-item:before { left: -65px; }

.default-content::before {position: absolute;content: '';width: 18px;height: 18px;background-color: #2A76EC;
	display: inline-flex;border-radius: 50%;left:-7.5px;bottom: 0px;}
.default-content::after {position: absolute;content: '';width: 18px;height: 18px;border-radius: 50%;bottom: 0px;left:-7.5px;
	border: 2px solid #2A76EC;animation: anim-ripple 2s infinite;}

.timeline .default-content {content: '';position: absolute;left: 49.95%;height: calc(100% - 0px); bottom: 0;}
.timeline ul li .timeline-item:before {content: ""; background: var(--grey-dark-clr); position: absolute; top: 50%; width: 132px; height: 4px; transform: translateX(-50%); }
.testproces-title { font-size:32px; line-height:1.2em; color:var(--white-clr); font-weight:600; margin-bottom:8px; }
.testprocesDesc { font-size:18px; line-height:1.3em; color:var(--white-dark-clr); font-weight:500; }
.cst-tabcontent .tabs {display: flex; margin-bottom: 0;  border-bottom: 1px solid #EEEEEE; }
.cst-tabcontent .tab {padding: 12px 12px;cursor: pointer;border-radius: 0;position: relative;font-size: 16px;line-height: 1.56em;font-weight: 500;border-bottom: 1px solid  #1212121A;color:  var(--grey-color);transition: all 0.5s ease-in-out;}
.cst-tabcontent .tab::after {content: "";position: absolute;width: 100%;height: 2px;background-color: var(--primary-color);bottom: -1px;left: 0;opacity: 0;transition: all 0.3s ease-in-out;}
.cst-tabcontent .tab.active, .cst-tabcontent .tab:hover { color: var(--primary-color);}
.cst-tabcontent .tab.active::after, .cst-tabcontent .tab:hover::after { opacity: 1;}
.cst-tabcontent .tab-content {display: none;padding: 0;background: transparent;opacity: 0;transition: all 0.5s ease-in-out;}
.cst-tabcontent .tab-content .whydatatechimgcard { padding: 0px; align-items: center;margin-top: 48px; justify-content: start;}
.cst-tabcontent .imgcardimg {max-width: 510px;width: 100%;}
.cst-tabcontent .imgcardcontent {max-width: 830px;padding: 0px 80px;}
.cst-tabcontent .imgcardimg::after {bottom: -15px;right: 0px;}
.cst-tabcontent .tab-content.active { display: block; opacity: 1;}
.box-content .connectcontent { max-width: 664px;  padding: 0px;}
.box-content .icon-content {  background:  var(--secondery-color);}
/*.content-banner {padding-top: 48px; padding-bottom: 64px;}*/
.content-banner .breadcrumbswrap { width: 100%; text-align: center;}
.content-banner .breadcrumbs { margin-bottom: 24px;}
.box-content .connectimg {  justify-content: center;}
.content-section .formwrap { max-width: 654px; box-shadow: none; padding: 0px;}
.title-section .blogsubtitle {display:flex;align-items: center;gap: 8px;position: absolute;background: var(--white);border-radius: 100px;padding: 9px 16px;right: 12px;
	margin-bottom: 0px;min-width: 154px;bottom: 12px;font-weight: 500;color:  var(--secondery-color);}
.title-section .blogsubtitle img {  width: auto;transition: all 0.5s ease-in-out;}
.blogsection .title-section .blogsubtitle:hover{background-color: #000; color: #fff;}
.blogsection .title-section .blogsubtitle:hover img{    filter: brightness(0) saturate(100%) invert(100%) sepia(37%) saturate(2%) hue-rotate(45deg) brightness(105%) contrast(101%);}
.title-section .blog-content .description16 { padding-right: 30px; position: relative;}
.title-section .blog-content .description16::before { position: absolute; content: ''; background:  var(--grey-color);  right: 13px;  width: 1px; top: 4px; height: 15px;}
.title-section .blog-content .description16:last-child::before { width: 0px;}
.title-section .blog-content { margin-top: 4px;}
.title-section {  display:flex; gap: 70px;}
.title-section .blog-icon {margin: 0px; max-width: 400px;}
.title-section .description16 { max-width: 350px;}
.title-section .blog-content .description16:last-child { padding: 0px;}
.row-content { display:flex; justify-content: space-between;}
.d-flex-area-contact-us{display: flex;}
.title-section .d-flex-area-contact-us .two-link .description16{padding: 0;}
.title-section .d-flex-area-contact-us .two-link .description16::before{display: none;}
/*Career page css*/
.servicebanner.career-page-banner{gap: 40px;}
.banner .career-page-banner .primarybtn{font-size:16px;padding:16px 32px;}
.our-peopel-slider{display: flex;gap: 96px;}
.our-peopel-slider .description24,  .our-peopel-slider .bottom-part{padding-top: 32px;}
.our-peopel-slider .bottom-part p{color:  var(--secondery-color);font-weight: 600;}
.our-peopel-slider .bottom-part span{color:  var(--grey-color);font-size: 18px;line-height: 1.55em;}
.our-peopel-slider .slide{width: calc(100% / 3 - 18px);}
.our-peopel-slider .slide .image-box{min-height: auto;}
.our-peopel-box{height: 100%;}
.our-peopel-slider .slide .content{display: flex;flex-direction: column;justify-content: space-between;}
.our-peopel-slider .slide .image-box img{width: 100%;height: 100%;}
.current-opning .sectionheaddescription{color:  var(--grey-color);}
.cureent-opening-list .cureent-list-box{display: flex;justify-content: space-between;align-items: start;border-bottom: 1px solid #EEEEEE;padding: 40px 0px; gap: 50px;}
.cureent-opening-list .cureent-list-box:first-child{padding-top:0;}
.cureent-opening-list .cureent-list-box:last-child{padding-bottom: 0; border: none;}
.cureent-opening-list .cureent-list-box .content{max-width: 994px;}
.cureent-opening-list .cureent-list-box .oprning-title{color: var(--primary-color);font-weight: 700;font-size: 24px;line-height: 1.33em;}
.cureent-opening-list .cureent-list-box .main-title{color:  var(--grey-color);margin-top: 8px;margin-bottom: 16px;}
.cureent-opening-list .cureent-list-box .main-title strong{    margin-bottom: 12px; display: block;}
.cureent-opening-list .cureent-list-box ul.career-list-box{display: flex;gap: 16px; margin-bottom: 16px;}
.cureent-opening-list .cureent-list-box ul.career-list-box li{display: flex;gap: 8px;align-items: center;font-size: 14px; font-weight: 500;padding-right: 16px;position: relative; }
.cureent-opening-list .cureent-list-box ul.career-list-box li::after{position: absolute; content: ''; top: 4px; left: -16px; width: 1px; height: 12px;  background-color:  var(--secondery-color);}
.cureent-opening-list .cureent-list-box ul.career-list-box li:first-child::after{display: none;}
.cureent-opening-list .cureent-list-box ul.career-list-box li:last-child{padding-right:0;}
.cureent-opening-list .cureent-list-box .primarybtn{border: 1px solid var(--primary-color);background-color: transparent;color:  var(--secondery-color);flex-shrink:0; margin-top: 95px;}
.slick-arrow.slick-disabled{cursor: not-allowed; opacity: 50%;}
.title-section .featuredimg { position: relative;}
.our-value{position: relative;}
.our-value.border-top::before{
	position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    max-width: calc(1340px - 0px);
	width: calc(100% - 30px);
    background: #EEEEEE;
    height: 1px;
   margin: 0 auto;
}
.cmsPage.full-content ul+p, .cmsPage.full-content p+p {margin-bottom: 10px !important;}

/*---------------------- CMS PAGE CSS ------------------------*/
.cmsPage p,.cmsPage a,.cmsPage span,.cmsPage ol li, .cmsPage ul li, blockquote {font-size: 18px;font-weight: 400;line-height: 1.46em; color:var(--grey-color);}
.cmsPage blockquote{padding: 48px;background-color:var(--primary-color); margin-bottom: 20px; color: var(--white); text-align: center; margin: 40px 0px;}
.cmsPage span,.cmsPage a{display: inline-block; text-underline-offset: 4px;}
.cmsPage a:hover{text-decoration: underline;}
.cmsPage p:not(:last-child) {margin-bottom: 16px;}
.cmsPage h1 { font-size: 64px; line-height: 1.1em;font-weight: 800;margin: 0px 0 24px;color: var(--secondery-color);}
.cmsPage h2 { font-size: 40px; line-height: 1.2em;font-weight: 700;margin: 0px 0 24px;color: var(--secondery-color);}
.cmsPage h3 { font-size: 36px; line-height: 1.22em;font-weight: 700;margin: 0px 0 24px;color: var(--secondery-color);}
.cmsPage h4 { font-size: 30px; line-height: 1.1em;font-weight: 700;margin: 0px 0 16px;color: var(--secondery-color);}
.cmsPage h5 { font-size: 22px; line-height: 1.1em;font-weight: 700;margin: 0px 0 15px;color: var(--secondery-color);}
.cmsPage h6 { font-size: 20px; line-height: 1.1em;font-weight: 700;margin: 0px 0 15px;color: var(--secondery-color);}
.cmsPage ol+h1, .cmsPage ol+h2, .cmsPage ol+h3, .cmsPage ol+h4, .cmsPage ol+h5, .cmsPage ol+h6, .cmsPage p+h1, 
.cmsPage p+h2, .cmsPage p+h3, .cmsPage p+h4, .cmsPage p+h5, .cmsPage p+h6 { margin-bottom: 15px; margin-top: 40px;}
.cmsPage h1+h2, .cmsPage h2+h1, .cmsPage h2+h3, .cmsPage h3+h4, .cmsPage h4+h5, .cmsPage h5+h6{ margin-top: 20px }
.cmsPage ul+h1, .cmsPage ul+h2, .cmsPage ul+h3, .cmsPage ul+h4, .cmsPage ul+h5, .cmsPage ul+h6, .cmsPage ul+p{ margin-top: 20px }
.cmsPage p+h4{margin-top: 24px;}
.cmsPage p+ img, .cmsPage ul+ img{margin-top: 24px;}
.cmsPage h2+ul, .cmsPage h2+ol{margin-top: 15px;}
.cmsPage .underline, .underline { text-decoration: underline }
.cmsPage strong{font-weight: 700; color: var(--grey-color);}
.cmsPage .italic, .cmsPage em, .italic {font-style: italic }
.cmsPage a , .cmsPage  strong a, .cmsPage a strong{ font-weight: 600; -moz-transition: .3s ease-in-out; -ms-transition: all .3s ease-in-out; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out;color: var(--primary-color); }
.cmsPage ol, .cmsPage ul {margin-left: 0; padding-left: 0; }
.cmsPage ul li { display: table; padding-left: 18px;position: relative; margin-bottom:15px;}
.cmsPage ul li > ul{margin-top: 15px;}
.cmsPage ul li:last-child{margin-bottom: 0;}
.cmsPage ul>li:before {content: '';position: absolute;left: 0;top: 9px;width: 8px;height: 8px;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;background: var(--primary-color);}
.roundUL.cmsPage ul>li:before {content: ''; background: #363636; color: transparent; font-size: 0; width: 13px; height: 13px; border-radius: 50%; top: 6px;}
.cmsPage ol li{padding-left: 25px;position: relative; margin-bottom: 15px;}
.cmsPage ol { margin-bottom: 15px; list-style: none; padding-left: 0; counter-reset: section}
.cmsPage ol>li:before {position: absolute; left: 0; counter-increment: section; content: counter(section) '.' ;font-size: 18px;font-weight: 400;line-height: 1.46em;text-transform: capitalize;}
.cmsPage ol >li > ul{counter-reset: alphalist;}
.cmsPage ol >li > ul > li{padding-left:24px;}
.cmsPage ol >li > ul > li:before{counter-increment: alphalist; content: counter(alphalist, upper-alpha) '.';
font-weight: 700;position: absolute;left:0;top: 0;background: transparent;}
.cmsPage ol>li> ol>li{padding-left: 24px;}
.cmsPage ol>li> ol>li:nth-child(-n+9):before{content: counter(section) '.'}

.cmsPage ul>li > ul >li{padding-left: 20px;}
.cmsPage ul>li > ul >li:last-child{margin-bottom: 0px;}
.cmsPage ul>li > ol >li{padding-left: 0;}
.cmsPage ul>li> ol>li:nth-child(-n+9):before{content: counter(section) '.';}
.cmsPage ul>li > ol > li:before{counter-increment: section;  content: counter(section) '.';font-weight: 400;
position: relative;left: inherit;top: inherit;font-size: 18px;padding-right:12px; background: transparent;}
.cmsPage ol li h3, .cmsPage ul li h3{font-size: 28px;}
.cmsPage ul.bigextUL li{font-size: 22px;}
.cmsPage ol:last-child, .cmsPage ul:last-child { margin-bottom: 0 }
.cmsPage ol li a, .cmsPage ul li a {  text-decoration: none; }
.cmsPage img.alignleft { float: left; margin-right: 15px; margin-bottom: 15px; padding: 0 }
.cmsPage img.alignright { float: right; margin-left: 15px; margin-bottom: 15px; padding: 0 }
.cmsPage img.aligncenter { display: block; margin: 10px auto }
.cmsPage img{margin: auto; margin-bottom: 15px; text-align: center;}
.cmsPage ol+h4 { margin-top: 15px }
.cmsPage p+ol { margin-top: 15px }
.cmsPage ol+ul,.cmsPage ul+ol, .cmsPage ul+ul, .cmsPage ol+ol { margin-top:15px }
.cmsPage li p+ul { margin-top: -10px }
.cmsPage small{font-size: 15px;line-height: 1.2em;display: block;margin-bottom: 15px;}
.cmsPage iframe + small + h2{margin-top: 67px;}
.cmsPage p + iframe, .cmsPage p > iframe{margin-top:15px;}
.cmsPage ol>li>p{margin-top: 15px;}
.cmsPage pre{margin: 30px 0;}
.cmsPage img:last-child{margin-bottom: 0;}
.cmsPage .dark-list{margin-bottom: 16px;}
.cmsPage .dark-list li{padding: 24px 36px; border-bottom: 1px solid #EEEEEE; font-size: 20px; line-height: 1.5em; color:#121212; font-weight: 700; width: 100%; margin-bottom: 0;}
.cmsPage .dark-list li:last-child{border-bottom: none;}
.cmsPage .dark-list li::before{background-image: url('../images/li-list.svg'); top: 30px; background-repeat: no-repeat; background-size: contain; background-position: center; width: 20px;  height: 20px;  background-color: transparent;}
.cmsPage blockquote span{display: block; color:#FFFFFF;}
.cmsPage blockquote span:first-child{margin-top: 32px;}
.cmsPage blockquote span.founder-name{color:#EEEEEE;}
.cmsPage blockquote:last-child{margin-bottom: 0;}

.strong-text{font-weight: 700; color: var(--grey-color);}

/*404 Error Page*/

.errorpagesec .imgblock{display:block;text-align:center;}
.errorpagesec .bannerdescription{max-width:890px;}

/*404 Error Page*/




/* industries page css start */
.myBanner.with-image .image-box{width: 50%;}
.top-healthcare .cloudmanagementbody{ gap: 24px;}
.top-healthcare  .cloudmanagementbox{width: calc(33% - 12px);}

.heathcare-auto-slider .tabbody{display: flex;gap: 84px; align-items: center;}
.heathcare-auto-slider .tabbody .tabContent{max-width: 652px;}
.heathcare-auto-slider .tabbody .tabContent .heading32{color: #404040; opacity: 40%;}
.heathcare-auto-slider .tabbody .description18{max-width: 600px; margin-top: 10px; display: none;}
.heathcare-auto-slider  .tabAccordion .accordion{ margin-top: 0px; margin-bottom: 56px; position: relative; padding-left: 30px; cursor: pointer;}
.heathcare-auto-slider  .tabAccordion .accordion::before{position: absolute;content: '';top: 0;left: 0;width: 6px;height: 100%;border-radius: 1000px;	background-color: #404040;opacity: 40%;}
.heathcare-auto-slider  .tabAccordion .accordion:last-child{ margin-bottom: 0px;}
.heathcare-auto-slider .tabbody .tabContent .accordion.active .heading32{color: var(--secondery-color); opacity: 1;}
.heathcare-auto-slider .tabbody .tabContent .accordion.active::before{background-color: #2A76EC;opacity: 1;}
.heathcare-auto-slider .tabbody .tabContent .show-mobile{display: none; padding-top: 20px;}

.why-choose-healthcare .cloudmanagementbody{ gap: 24px;}
.why-choose-healthcare  .cloudmanagementbox{width: calc(50% - 13px); padding: 24px; background-color: #fff;}
.why-choose-healthcare  .primarybtn{margin: 80px auto 0 auto;max-width: 276px;display: flex;}

.health-care-specific .cloudmanagementbody{ gap: 24px;}
.health-care-specific .cloudmanagementbox{width: calc(33% - 13px); padding: 24px; background-color: #EAF1FD;}
.health-care-specific .cloudmanagementbox .cloudcontent{margin-top: 0;}

.future-proof-touch{padding: 56px 0px;}
.future-proof-touch .future-proof-main{display: flex;gap: 56px;}
.future-proof-touch .future-proof-main .content-area{max-width: 664px;}
.future-proof-main .formwrap .heading40{color: #121212; }
.future-proof-main .formwrap .description18{color: #404040; margin-bottom: 32px;}

.full-case-study .full-case-study-box{display: flex; gap: 96px;}
.full-case-study .full-case-study-box .content{max-width: 664px;}
.full-case-study .full-case-study-box .content p{color: #404040; margin-top: 16px;}
.full-case-study .full-case-study-box .img-box{mix-blend-mode: luminosity;width: 50%;display: flex;align-items: center;justify-content: center; position: relative;}
.full-case-study .read-more-btn{color: #0D47A1;  margin-top: 40px; font-size: 16px; font-weight: 600; display: flex; align-items: center;gap: 20px;    max-width: max-content;}
.full-case-study .full-case-study-box .img-box::after{position: absolute; content: ''; border: 1px solid #EEEEEE; height: 325px; top: 50%; left: 0;transform: translate(-50% ,-50%);}
.thankyou-page{text-align: center;}
.thankyou-page .bannerdescription{padding: 16px 0px 40px 0px;max-width:700px;margin:0 auto;}

/* achievement page css */
.achievementlist{display: flex; flex-wrap: wrap; border-top: 1px solid #E7EDF6;border-left: 1px solid #E7EDF6;}
.achievementlist .achieve-inner{ overflow: hidden; position: relative; cursor: pointer; width: calc(25% - 0px);border-bottom: 1px solid #E7EDF6;border-right: 1px solid #E7EDF6;
padding: 20px; height: 240px; display: flex;align-items: center;justify-content: center; transition: all .4s ease-out 0s;}
.achievementlist .achieve-inner img{max-height: 200px;}
.achievementlist .achieve-inner .zoom{transition: all .4s ease-out 0s;}
.achievementlist .achieve-inner .zoom{cursor: pointer;width:100%;opacity: 0;visibility: hidden;height:100%;
background-color: #0d47a194;position: absolute;bottom: -100%;	left: 0;transition: all .4s ease-out 0s;display: flex; align-items: center; justify-content: center;}
.achievementlist .achieve-inner:hover .zoom{bottom: 0%;opacity: 1;
	visibility: visible;}
.lg-outer .lg-sub-html{display: none;}
.lg-actions .lg-prev:after{background-image: url(../images/caretdown.svg); background-repeat: no-repeat; background-size: contain; display: inline-block; height: 24px;
filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(28deg) brightness(102%) contrast(106%);width: 24px;transform: rotate(90deg);}
.lg-actions .lg-next:before{background-image: url(../images/caretdown.svg); background-repeat: no-repeat; background-size: contain; display: inline-block; height: 24px;
filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(28deg) brightness(102%) contrast(106%); width: 24px;transform: rotate(270deg);}
.lg-toolbar .lg-close:after{background-image: url(../images/hamburgercross.svg); background-repeat: no-repeat; background-size: contain; display: inline-block; width: 30px;
filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(177deg) brightness(102%) contrast(103%);}


/*Partners start*/
.partnerinnerrow{display:flex;align-items:center;justify-content:space-between;gap:80px;margin:0 auto;padding:72px 86px;border-bottom:1px solid #EEEEEE;}
.partnerinnerrow:first-child{padding-top:16px;}
.partnerinnerrow .content .description18{color:#404040;}
.partnerinnerrow:last-child{padding-bottom:16px;border-bottom:1px solid transparent;}
.partnersinnerwrap .partnerinnerrow:nth-child(even){flex-direction:row-reverse;}
.partnerinnerrow .content{max-width:652px;}
.partnersinnerwrap .imgblock img{max-width: 100%;height: auto;object-fit: contain;max-height: 120px;}
.partnerinnerrow .content .heading32{margin-bottom:12px;}
.partnerinnerrow .imgblock{ display:flex;align-items:center;justify-content:center;width:100%; max-width:436px;}
.parnternslistbody{display:flex;justify-content:space-between; flex-wrap:wrap;gap:16px;width:100%;}
.partnerslist .parnternslistbody{    justify-content: start;}
.parnternslistbody .partnerslistbox{padding: 20px; gap: 20px; width:calc(25% - 12px);background:var(--white);text-align:center; display:flex;align-items:center;justify-content:center;flex-direction:column;}

.parnternslistbody .imgblock img{max-height:90px;}
.partnerslist .partnerslistbox{border: 1px solid #EEEEEE;}
.partnerslist .partnerslistbox .imgblock{width: 190px; height: 150px; display: flex; align-items: center; justify-content: center;}
.partnerslist .partnerslistbox .imgblock img{max-height: 70px;height:auto;}
/*Partners end*/


/* case studies page css start */
.casestudy-card-area .case-card .featuredimg a {height: 268px;display: block;}
.casestudy-card-area .case-card .featuredimg a img{object-fit: contain;transition:all 0.4s ease-in-out;}
.case-studies-section .categories-list {  display: flex; gap: 30px; align-items: center; justify-content: space-between;}
.case-studies-section .categories-list .clear-btn{flex-shrink: 0; cursor: pointer;font-size: 16px; line-height: 24px;    text-decoration: underline; font-weight: 600; transition: all 0.4s ease-in-out; color:#404040;}
.case-studies-section .categories-list .clear-btn:hover { text-decoration: none; color: #2A76EC;}
.categories-list ul {  display: flex; column-gap: 10px; flex-wrap: wrap;}
.categories-list ul{gap: 10px; flex-wrap: wrap;}
.categories-list ul li{background: transparent;  padding: 8px 16px; border-radius: 8px; text-transform: capitalize;
font-size: 14px; line-height: 1.58em; font-weight: 600; color: #121212;transition: all 0.4s ease-in-out; border: 1px solid #404040;cursor: pointer;}
.categories-list ul li.active{  background: #2A76EC;border: 1px solid #2A76EC;color: #ffffff;}
.casestudy-card-area{display: flex; flex-wrap: wrap; gap: 24px; transition: all 0.4s ease-in-out;}
.casestudy-card-area .case-card{ width:calc(33% - 12px); border: 1px solid #F2F4F7; transition: all 0.4s ease-in-out; display: flex;flex-direction: column;}
.casestudy-card-area .case-card .featuredimg{overflow: hidden; line-height: auto; display: block; flex-shrink: 0;}
/* .casestudy-card-area .case-card .featuredimg img{min-height: 268px;} */
.casestudy-card-area .case-card .blogcontent{padding: 24px; gap: 32px; border-top: 1px solid #F2F4F7; height: 100%;}
.casestudy-card-area .case-card .blogtexts{padding-top: 0;}
.casestudy-card-area .case-card .blogtexts .blogsubtitle{color: #2A76EC; font-weight: 600; font-size: 14px; line-height: 1.5em; text-transform: uppercase;}
.casestudy-card-area .case-card .viewbtn{height: auto; font-size: 16px; line-height: 1.5; color: #2A76EC; text-decoration: none; position: relative;}
.casestudy-card-area .case-card .viewbtn::after{position: absolute;top: 5px;right: -28px;content: '';background-image: url('../images/rightarrow.svg') ;
background-repeat: no-repeat; background-size: contain;filter: invert(23%) sepia(41%) saturate(3553%) hue-rotate(201deg) brightness(86%) contrast(94%);height: 18px;width: 18px;}
.load-more-div{text-align: center;}
.casestudy-card-area .case-card h3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.casestudy-card-area .case-card p{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}


.banner.breadcrump-up .bannerdescription{padding-bottom: 0px;font-size: 18px;}
.case-top-area .company-data{ display: flex;gap: 128px; align-items: center;}
.company-data .company-log{width: 215px; flex-shrink: 0;}
.case-top-area .company-data .line{background-color: #0D47A133; width: 1px; height: 86px;}
.case-top-area .company-data .company-info{width: 100%;}
.case-top-area .company-data .company-info .cloudmanagementbody{gap: 30px;}
.case-top-area .company-data .company-info .cloudmanagementbox{ width: calc(25% - 57px); max-width: max-content;}

.detail-area{border-top: 1px solid #EEEEEE;}
.detail-area .content-main-wrap{display: flex; gap: 80px;}
.content-main-wrap .table-area{width: 300px; flex-shrink: 0; transition: all 0.4s ease-in-out; background-color: #fff; }
.content-main-wrap .table-area .table-title{font-size: 20px; line-height: 1.5em; padding-bottom: 40px; font-weight: 700; color:#121212; transition: all 0.4s ease-in-out;}

.content-main-wrap .table-area .tabs  .table-tab{margin-bottom: 16px;}
.content-main-wrap .table-area .tabs  .table-tab:last-child{margin-bottom: 0px;}
.content-main-wrap .table-area .tabs .table-tab{ display: block; color:#404040; font-size: 18px; line-height: 1.5em;  font-weight: 500; transition: all 0.4s ease-in-out; position: relative; padding-left: 24px; cursor: pointer;}
.content-main-wrap .table-area .tabs:before{position: absolute;content: '';border-left: 2px solid #EEEEEE;height: 100%;top: 0;left: 0; }
.content-main-wrap .table-area .tabs .table-tab.active{color:#2A76EC; transition: all 0.4s ease-in-out;}
.content-main-wrap .table-area .tabs .table-tab:before{position: absolute;content: '';border-left: 2px solid #EEEEEE;height: 100%;top: 0;left: 0; transition: all 0.4s ease-in-out;}
.content-main-wrap .table-area .tabs .table-tab.active:before{border-left: 2px solid #2A76EC;}
.detail-area .body-contet .contet{margin-bottom: 40px;}
.detail-area .body-contet .contet:last-child{margin-bottom: 0px;}
.position-sticky{    position: sticky;top: 125px;}
/* .heathcare-auto-slider .tabAccordion .accordion.active .description18{display: block;} */
.load-more-div .load-more-btn {margin-top: 40px;}
.red-clr{color:#fb0101;}
.white-clr-text{color:#FFFFFF !important;}

.width-100-per{width:100% !important;max-width:100% !important;}
/*Career Form*/

.width-66-per{width:66% !important;max-width:100% !important;}
.width-50-per{width:50% !important;max-width:100% !important;}
.width-33-per{width:33.33% !important;max-width:100% !important;}
.width-25-per{width:25% !important;max-width:100% !important;}
.d-flex{display:flex !important;}

.career-form .width-66-per{width:calc(66% - 16px) !important;}
.career-form .width-50-per{width:calc(50% - 12px) !important;}
.career-form .width-33-per{width:calc(33.33% - 16px) !important;}
.margin-top-15{margin-top:15px;}

.career-form .formSelectOption{padding:14px 24px;}
.formSelectOption{gap:10px;align-items:flex-start;}
.gender-radio .genderoptions{margin-top:7px;}
.gender-radio{flex-direction:column;gap:0px;}
.formSelectOption .genderoptions{gap:12px;}
.d-block{display:block;}

.height-48{height:48px !important;min-height:100% !important;}
.career-form .formtextarea{overflow-x: auto; overflow-y: hidden;white-space: nowrap;scroll-barscrollbar-width: none;-ms-overflow-style: none;}
.career-form .formtextarea::-webkit-scrollbar{display: none;}
.custom-radio {display: flex;align-items: center;cursor: pointer;position: relative;}
.custom-radio input[type="radio"] {display: none;}
.radio-mark{height: 16px;width: 16px;border: 2px solid var(--primary-color);border-radius: 50%;position: relative;  transition: all 0.4s ease-in-out !important;}
.radio-mark::after {content: "";position: absolute;top:2px;left:2px;width:8px;height:8px;border-radius: 50%;
	background:var(--primary-color);display: none;border:none !important;outline:none !important;transition: all 0.4s ease-in-out !important;}
.custom-radio input[type="radio"]:checked + .radio-mark::after {display: block;transition: all 0.4s ease-in-out !important;}
.custom-radio .formtypo{margin-left:7px;}

.spinner{display: inline-block;width: 16px;height: 16px;margin-right: 8px;border: 2px solid #fff;border-top: 2px solid transparent;
	border-radius: 50%;animation: spin 0.6s linear infinite;}

    @keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.our-story .our-story-area .story-content .heading48 {margin-bottom: 32px;}
.grecaptcha-badge{z-index:99999999;background:#fff;}
.font-black-color{color:var(--font-black-color) !important;}
.preferedEmployment .d-flex{flex-direction:column;gap:5px;}
.uploadfilewrap{padding:14px 24px;}
.career-form .formouter .formsubmitbtn{width:auto;}
.padding-zero{padding:0 !important;}
.custom-file-wrap {align-items: center;gap: 12px;}
/*.custom-file-wrap*/
.custom-upload-btn{background-color: var(--primary-color);color: white;padding: 0;border-radius: 6px;cursor: pointer;transition: all 0.4s ease-in-out;font-size: 14px;white-space: nowrap;height: 100%;width: 20%;display: flex;align-items: center;justify-content: center;}
.custom-upload-btn:hover {background-color: #001a75;}
.file-name {font-size: 14px;color: #333;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
#jobresume-error-container{color:red;}
.custom-file-wrap{position:relative;}
.custom-file-wrap .docs-accepted-text{position:absolute;bottom:-18px;left:0;font-size:14px;}
.ftquicklinks-dndt{display:none;}
.max-width-80-per{max-width:80% !important;}
.faqs-banner .breadcrumb ul{display:inline-flex;text-align:center;}
.mainmenuwrap .dropdowntitle > a.with-link{pointer-events: inherit;}
.industries  .industriesbody .description18{padding-right: 30px;}
.max-height-100{max-height:100% !important;}

.technologyPartners .slick-track{display:flex;align-items:center;}
.technologyPartners .technologypartnerinnner{text-align:center;}
.technologyPartners .technologypartnerinnner img{margin:0 auto;max-width:180px;width:100%;}
.margin-bottom-10{margin-bottom:10px;}

.certificate-inner{display:flex;align-items:center;justify-content:center;gap:12px;margin:0 auto;padding:0 15px;}
.certibox{height:72px;width:130px;display:flex;align-items:center;justify-content:center;background-color:#FFFFFF;border-radius:1000px;}
.certificate-wrap.absolutetop{position:absolute;top:56px;right:0;left:0;}

.ftcertificates{border-top: 1px solid #0000001A;}
.ftcertificates .certibox{background:#EAF1FD;}
.ftcertificates .certificate-inner{padding:0;}
.commonspace40{padding:40px 0;}
.commonspacedown40{padding-bottom:40px;}
/*Career Form*/

/* about -leader box css start */
.dark-bluebg{background-color: #EDF1FA;}
.our-expert .new-expert-grid {display: flex; flex-wrap: wrap; gap: 32px;} 
.new-expert-grid .expert-box{padding: 24px; background-color: #fff;    display: flex;justify-content: space-between; gap: 10px; width: calc(33% - 18px);}
.new-expert-grid .expert-box .leader-name{line-height: 1.33em; font-size: 24px; font-weight: 700; color: #121212; text-transform: uppercase; margin-bottom: 4px;}
.new-expert-grid .expert-box .leader-profile{line-height: 1.55em; color: #404040; font-size: 18px; font-weight: 400;}
.new-expert-grid .expert-box .mail-box{margin-top: 16px;}
.new-expert-grid .expert-box .mail-box a{padding-left: 32px; color: #404040; line-height: 1.55em; font-size: 18px; font-weight: 400; position: relative;}
.new-expert-grid .expert-box .mail-box a::before{
	position: absolute;
	content: '';
	top: 4px;
	left: 0;
	background-image: url('./../images/mail-for-p.svg');
	width: 20px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.4s ease-in-out;
}
.new-expert-grid .expert-box .mail-box a:hover{ color: var(--primary-color);}
.new-expert-grid .expert-box .mail-box a:hover::before,
.new-expert-grid .expert-box .right-area a:hover::before{filter: brightness(0) saturate(100%) invert(38%) sepia(87%) saturate(3483%) hue-rotate(206deg) brightness(99%) contrast(87%);}
.new-expert-grid .expert-box .right-area a{
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border: 1px solid #F2F4F7;
	background-color: #F2F4F7;
	border-radius: 50%;
	
	flex-shrink: 0;
}
.new-expert-grid .expert-box .right-area a::before{
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	background-image: url('./../images/linkedln-peopel.svg');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.4s ease-in-out;
}
.new-expert-grid .expert-box .right-area a:hover{ border: 1px solid #2A76EC; background-color: transparent;}
.small-title{font-size: 14px; margin-top: 2px; color: var(--grey-color);}
/* about -leader box css end */

.contact-us-page-content .heading40{font-size:48px;}
.lg-actions .lg-next:before, .lg-actions .lg-prev:after{ content: "" !important;}
/* case studies page css end */


@media only screen and (min-width: 768px) {
	.sec-faqcontent .cst-tabcontent .tabs, 	.content-section .cst-tabcontent .tabs{display: flex !important;}

	.content-main-wrap .table-area .tabs {position: relative; transition: all 0.4s ease-in-out;}
	.content-main-wrap .selectoption{display: none;}
	.content-main-wrap .table-area .tabs{display: block !important;}
	.content-section .cst-tabcontent .tabs{display: flex; }
}
@media only screen and (min-width: 992px) {
	.footersublists{display:block !important;}
}

@media only screen and (min-width:1200px){
	.accordion-header:hover {background: transparent;color: #0D47A1;}
	.cst-tabcontent .tab:hover{color: #0D47A1;}
    .cst-tabcontent .tab:hover::after {bottom: -1px;opacity: 1;}
	.cureent-opening-list .cureent-list-box .primarybtn:hover{background: #0D47A1;color: #FFFFFF;}
	.cureent-opening-list .cureent-list-box .primarybtn:hover svg path{fill: #FFFFFF;}	

	.bannerslider .slick-arrow:hover{filter:initial;}
	.blogbtn:hover{background:var(--primary-color) !important;border:1px solid var(--primary-color) !important;color:var(--white) !important;}
	.primarybtn:hover{background:#000;}
	.bannerbtn:hover{background:var(--white);color:var(--black-color);}
	.socialicon:hover{background:var(--white);}
	.socialicon:hover img{filter: brightness(0) saturate(100%) invert(19%) sepia(53%) saturate(2993%) hue-rotate(206deg) brightness(97%) contrast(98%);}
/*	.mainmenuwrap .dropdowntitle > a{pointer-events:none;}*/
	.ftlink:hover{color:var(--primary-color);}
	.dropdowntitle:hover .dropdown{display:block;}
	.footertitle{pointer-events:none;}
	.footersublists{display:block;}
	.subdropdowntitle:hover .submenudropdown{display:block !important;}
	.dropdown a:hover{color:var(--primary-color);}
	.mainmenuwrap > .dropdowntitle:hover:after, .subdropdowntitle:hover:after{filter: brightness(0) saturate(100%) invert(20%) sepia(97%) saturate(1485%) hue-rotate(200deg) brightness(92%) contrast(98%);}
	.mainmenuwrap > li:hover > a{color:var(--primary-color);}
	.banner .primarybtn:hover{background:var(--white);color:#000;}
	.logoimg img:hover{filter: grayscale(100%);}
	.blackbgpattern .primarybtn:hover{background:var(--white) !important;color: var(--secondery-color) !important;}
	.blackbgpattern .formsubmitbtn.primarybtn:hover{  background: #000 !important; color: var(--white) !important;}
	.industriesinner:hover{background:#EBF1FF;}
	.industriesinner:hover .industriestxt:after{filter: brightness(0) saturate(100%) invert(14%) sepia(56%) saturate(6033%) hue-rotate(212deg) brightness(89%) contrast(90%);}
	.industriesinner:hover .industriestxt{color:var(--primary-color);}
	.blogcard .readmorebtn:hover{color:initial;}
	.blogcard .readmorebtn:hover img{filter: brightness(0) saturate(100%);}
	.featuredimg:hover img{transform:scale(1.1);}
	.webentiallink:hover{color:var(--primary-color);}
	.datatechlink:hover, .siteaddress > .addmail:hover, .addlocation:hover{color:var(--primary-color);}
	.testicommon .slick-arrow:hover{background-color:black !important;}
	.testicommon .slick-arrow:hover:after{filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) 
		hue-rotate(146deg) brightness(102%) contrast(102%);}
	.amazingservices .servicesbox:hover{background:var(--primary-color);}
	.amazingservices .servicesbox:hover .heading24, .amazingservices .servicesbox:hover .description18, .amazingservices .servicesbox:hover  .serviceboxlink{color:var(--white);}
	.amazingservices .servicesbox:hover .serviceboxlink img{filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(38%) 
		hue-rotate(321deg) brightness(110%) contrast(110%);}
	.amazingservices .servicesbox:hover .imgicon img{filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(38%) 
		hue-rotate(321deg) brightness(110%) contrast(110%);}
	.amazingservices .servicesbox:hover .serviceboxlink{text-decoration:underline;}
	.scrolltotop:hover{background:#000;}
	.dropdown li a:hover img{filter: brightness(0) saturate(100%) invert(20%) sepia(97%) saturate(1485%) hue-rotate(200deg) brightness(92%) contrast(98%);}
	.solutiontabdescription .viewbtn:hover{color:var(--primary-color);}
	.solutiontabdescription .viewbtn:hover img{filter: brightness(0) saturate(100%) invert(20%) sepia(97%) saturate(1485%) hue-rotate(200deg) brightness(92%) contrast(98%);}
	.solutiontab:hover .solutiontabtitle{color:var(--primary-color);}
	.itsupport .viewbtn:hover{color:var(--primary-color);}
	.itsupport .viewbtn:hover img{filter: brightness(0) saturate(100%) invert(20%) sepia(97%) saturate(1485%) hue-rotate(200deg) brightness(92%) contrast(98%);}
	/*Service page*/
	.formouter .formsubmitbtn:hover{background:#000;color:var(--white);}
	.customerslogowrap:hover{background:#000;}
	.forinnerpage .blogcard:hover{box-shadow: 0px 2px 18px 0px #0000001A;}
	/*About Us page*/
	.our-expert .primarybtn:hover, .recognitions .primarybtn:hover{background: var(--white) !important;color:  var(--secondery-color) !important;border: 1px solid  var(--secondery-color) !important;}
	.title-section .featuredimg img {  transform: none;}
	.full-case-study .read-more-btn:hover{color: #121212;}
	.full-case-study .read-more-btn:hover svg path{fill: #121212;}
	.categories-list ul li:hover{background: #2A76EC; border: 1px solid #2A76EC; color: #ffffff;}
	.casestudy-card-area .case-card:hover {box-shadow: 0px 2px 18px 0px #0000001A;}
	.content-main-wrap .table-area .tabs .table-tab:hover{color: #2A76EC;}
	.content-main-wrap .table-area .tabs .table-tab:hover::before{    border-left: 2px solid #2A76EC;}
	.blog-content .description16:hover{color:var(--primary-color);}
}

@media only screen and (max-width:1440px){
	.grecaptcha-badge{display:none !important;}
}

@media only screen and (max-width:1365px){
	.commonspaceup{padding-top:70px;}
	.commonspacedown{padding-bottom:70px;}
	.heading48{font-size:42px;}
	.mainmenuwrap > li{padding-right: 10px;}
	.footercolone > div:last-child{width:75%;}
	.partnerlogos{gap:44px;}
	.partnerlogos .logoimg img{max-height:54px;}
	.whydatatechimgcard{padding:18px 48px;gap:40px;}
	.content-section .cst-tabcontent .tab-content .whydatatechimgcard {gap: 30px;}
	.whydatatechwrap{gap:70px;}
	.forinnerpage .whydatatechimgcard{gap:60px;}
	.whydatatechimgcard .imgcardcontent {  width: 100%; max-width: 50%;}
	.whydatatechimgcard .imgcardimg{width:50%;}
	.content-section .whydatatechimgcard .imgcardimg, .content-section .whydatatechimgcard .imgcardcontent{width:50%;}
	.content-section .whydatatechimgcard .imgcardcontent{padding-left: 0; padding-right: 0;}
	.content-section .whydatatechbody .imgcardimg img{max-width: 100%;height: auto;}
	.servicesbody{margin-right:-8px;margin-left:-8px;}
	.servicesbox{margin-right:8px;margin-left:8px;padding:24px;}
	.industriesinner{padding:21px 26px;}
	.manwithlaptop .content{padding: 32px;padding-bottom:0;}
	.expertitsupport{padding:32px;}
	.testimonialsbody{margin-right:-15px;margin-left:-15px;}
	.testimonialsbox{margin-right:15px;margin-left:15px;}
	.solutionbody{gap:40px;}
	.faqswrap > div{max-width:100%;}
	.faqswrap > div:first-child{width:30%;}
	.faqswrap > div:last-child{width:70%;}
	.faqtitle, .faqsdescription{max-width:unset;padding-right:40px;}
	.myMain{padding-top:100px;}
	/*Service page*/
	.servicebanner{gap:60px;}
	.forinnerpage .blogcontent{min-height:315px;}
	/*About Us page*/
	.about-section .about-box .content-area, .our-story .our-story-area .story-content, .our-story .our-story-area .story-gallery, .about-section .about-box .img-box{width: 50%;}
	/*Service page*/
	.servicebanner{gap:80px;}
    .row-content { gap: 30px;}
	.recognitions .aword-reco-box .aword-box{width:210px; height:210px;}
	.casestudy-card-area .case-card{width: calc(33% - 13px);}
	.content-main-wrap .table-area{width: 230px;}
	.case-top-area .company-data, .detail-area .content-main-wrap{gap:60px}
	.partnerinnerrow{padding:58px 36px;}
	.parnternslistbody .partnerslistbox{min-height:220px;}
	.cst-tabcontent .imgcardimg::after { bottom: -15px;right: -15px;}
	.about-team-calutire .whydatatechimgcard .imgcardcontent{max-width: 550px;}
	.bannerdescription{font-size:20px;}
	.breadcrumbs {  margin-bottom: 20px;}
}

@media only screen and (max-width:1199px){
	.testicommon.commonspacing.bluebg .row-service {align-items: flex-start;}
	/*.testicommon.commonspacing.bluebg .service-content {gap: 20px;}*/
	.testicommon.commonspacing.bluebg .box-service {padding: 25px;}


	.logoimg img{max-width: 130px;}
	.margin56{margin-bottom:40px;}
	.myHeader .primarybtn{padding:10px 20px;}
	.heading64{font-size:52px;}	
	.heading40{font-size:32px;}
	.commonspacing{padding:70px 0;}
	.commonspaceup{padding-top:60px;}
	.commonspacedown{padding-bottom:60px;}
	.myHeader .headbtnwrap{gap:10px;align-items:center;}
	.dropdowntitle:after{margin:0;}
	.dropdown{margin-top:16px;}
	.bannerwrap{padding:90px 0;}
	.myHeader .headwhtbtn{gap:6px;min-width:unset;border-radius:50%;width:48px;padding:0;}
	.myHeader .headwhtbtn span{display:none;}
	.headbtnwrap{gap:5px;}	
	.mainmenuwrap > li{padding:16px 0;padding-right:5px;margin-right:5px;position:relative;}
	.mainmenuwrap > li:last-child{margin-right:0px;}
/*	.footercoltwo{margin-top:40px;}*/
	.partnerswrap{gap:24px;}
	.mbsubdropdownarrow{pointer-events:unset;}
	.timeline li:nth-child(even) .timeline-item {right: 0px;}
	.description24{line-height:1.2em;}
	.whydatatechwrap{gap:60px;}
	.whydatatechimgcard{padding:15px 30px;}
/*	.whydatatechbody{gap:80px;}*/
	.whydatatechimgcard .imgcardimg{width:45%;}
	.testimonials .slick-arrow{top:-136px;}
	.servicesbody .slick-arrow{top:-152px;}
	.servicesbox .heading24 {min-height: 65px;}
	.expertitsupport .primarybtn, .expertitsupport .viewbtn{margin-top:10px;}
	.manwithlaptop .content{padding: 24px;padding-bottom:0;}
	.expertitsupport{padding:24px;}
	.expertitsupport .imgblock{padding-left:45px;}
	.itsupportwrap > div{width:50% !important;}
	.magnifybg .heading40{max-width:340px;}
	.expertitsupport .imgblock{padding-left:85px;}
	.testimonialsbox .imgicon{right: -28px;}
	.connectimg img{width:80%;height:auto;}
	.faqswrap{gap:30px;}
	.faqswrap .faqs{padding: 18px 24px;}
	.faqsdescription, .faqtitle{max-width:760px;}
	.amazingservices .servicesbox .imgcontent{gap:12px;margin: 20px 0;}
	/*Service page*/
	.servicebanner{gap:30px;}
	.formouter .forminput{padding:12px 20px;}
	.formouter{gap: 18px;}
	.formouter .from-group{width:calc(50% - 9px);}
	.selectwrapdiv:after{right:20px}
	.forinnerpage .whydatatechimgcard{gap:80px;}
/*	.forinnerpage .imgcardcontent{max-width:unset;}*/
	.customervaluebody .customerslogowrap{min-height:150px;}
	/*About Us page*/
	.about-section .about-box .content-area .description24{font-size: 20px;margin-bottom: 24px; font-size: 18px;}
	.about-section .about-box .content-area blockquote {font-size: 18px;padding-left: 15px;border-left: 4px solid var(--primary-color);margin-top:24px;}
	.our-value-box-area,.about-section .about-box{gap:24px;}
	.our-value-box-area .value-box{padding-left: 25px;}
	.driving-box.bg-blue, .driving-box.bg-black {padding: 20px;}
	.driving-innovation .driving-box-area .driving-box{min-height: 300px;}
	.driving-innovation .driving-box-area .driving-box p{font-size: 26px;}
	.expert-grid{gap: 0;}
	.expert-grid .slick-list{margin: 0 -10px;}
	.expert-grid .expert-box{margin: 0 10px;}
	.recognitions .aword-reco-box .aword-box{width: 180px;height: 180px; padding: 30px;}
	.recognitions .aword-reco-box .aword-box img{ object-fit: contain;}
	.box-service .imgicon { margin-bottom: 10px;}
	.timeline li .timeline-item {max-width: 40%;}
    .timeline li:nth-child(odd) .timeline-item {  right: 0px;}
	.box-content .connectcontent {  max-width: 100%;   width: 50%;}
	.content-section .cst-tabcontent .tabs{overflow-y: auto;width:100%;flex-wrap:nowrap;}
	.content-section .cst-tabcontent .tabs .tab{width:100%;white-space:nowrap;text-align:center;}
	.connectimg img { width: 100%;}
    .box-content .icon-content .connectwrap { gap: 30px;}
	.title-section .blog-icon {  max-width: 100%; width: calc(100% / 3 - 13px);}
    .title-section .description16 { max-width: 100%;}
	.title-section .blog-content .description16 {padding-right: 13px;}
	.title-section .blog-content .description16::before {  right: 5px; top: 6px; height: 11px;}
	.title-section { gap: 20px;}
	.achievementlist .achieve-inner{height:200px;}
	.achievementlist .achieve-inner img{max-height: 160px;}
	/*Career page*/
	.our-peopel-slider{gap: 30px;}
	.our-peopel-slider .description24{font-size: 18px;}
	.our-peopel-slider .description24, .our-peopel-slider .bottom-part {padding-top: 20px;}
	.magnifybg { background-size: 50%;  background-position: bottom right;}
	.description24 { font-size: 20px; line-height: 1.4em;}
	.clientsbody .slick-track{gap:70px;}

	/* cms page */
	.cmsPage h1 { font-size: 52px;}
	.cmsPage h2 { font-size: 36px;}
	.cmsPage h3 { font-size: 32px;}
	.cmsPage h4 { font-size: 26px;}
	.cmsPage h5 { font-size: 20px;}
	.cmsPage h6 { font-size: 18px;}
	.cmsPage blockquote{ padding: 30px; margin: 20px 0px;}
	.cmsPage ol+h1, .cmsPage ol+h2, .cmsPage ol+h3, .cmsPage ol+h4, .cmsPage ol+h5, .cmsPage ol+h6, .cmsPage p+h1, .cmsPage p+h2, .cmsPage p+h3, .cmsPage p+h4, .cmsPage p+h5, .cmsPage p+h6{margin-top: 30px;}

	/* healthcare css */
	.top-healthcare .cloudmanagementbox {width: calc(33% - 20px);}
	.why-choose-healthcare .primarybtn{margin-top: 60px;}
	.full-case-study .full-case-study-box .content {max-width: 550px;}
	.full-case-study .read-more-btn{margin-top: 20px;}
	.health-care-specific .cloudmanagementbody{gap: 0;}
	.health-care-specific .slick-dots{margin-top: 20px; display: flex; align-items: center; width: 100%; justify-content: center; gap: 12px;}
	.health-care-specific  .slick-list {margin: 0px -1px;}
	.health-care-specific  .cloudmanagementbox{margin: 0px 10px;}
	.heathcare-auto-slider .tabbody{gap: 40px;}
	.heathcare-auto-slider .tabbody .tabContent .heading32{font-size: 24px;}
	.heathcare-auto-slider .tabbody .tabContent {max-width: 500px;}
	.heathcare-auto-slider .tabAccordion .accordion{margin-bottom: 40px;}
	.dropdowntitle:after{display:none;}
	.mbdropdownarrow{display:inline-block;}

	/* casestudt page css */
	.company-data .company-log{width: 190px;}
	.cloudmanagementbody {gap: 20px;}
	.case-top-area .company-data .company-info .cloudmanagementbox {width: calc(25% - 20px);}
	.cloudcontent .heading24{font-size: 20px;}
	.case-top-area .cloudcontent{margin-top: 15px;}
	.cmsPage .dark-list li{ font-size: 18px; padding: 10px 24px;}
	.cmsPage .dark-list li::before{width: 16px;height: 16px;top: 15px;}
	.partnerinnerrow {padding: 46px 36px;}
	.partnerinnerrow .content {max-width: 540px;}
	.parnternslistbody .imgblock img{max-height: 70px;}
	.cst-tabcontent .imgcardcontent { padding: 20px 40px; padding-right: 0px;}

   .servicesbody:not(.slick-initialized) > div{width: 33%; min-width: 33%;}
   .health-care-specific .cloudmanagementbody:not(.slick-initialized){display: flex !important; overflow: hidden; flex-wrap: nowrap !important; max-width: 100%;}
   .health-care-specific .cloudmanagementbody:not(.slick-initialized) > div{width: 33%; min-width: 33%;}
   .our-expert .expert-grid:not(.slick-initialized){display: flex !important; overflow: hidden; flex-wrap: nowrap !important; max-width: 100%;}
   .our-expert .expert-grid:not(.slick-initialized) > div{width: 33%; min-width: 33%;}
   .content-section .whydatatechimgcard .imgcardcontent{padding-left: 20px;}
   .about-team-calutire .whydatatechimgcard .imgcardcontent{max-width: 50%;}
   .itsupportwrap, .itsupportwrap .itsupportcol2{gap:16px;}
	.our-expert .expert-grid .slick-dots{ width: 100%; margin-top: 30px;}
	.aword-main-box .content span{font-size: 16px;}

	.bannerwrap.padding-top-120{padding-top: 124px;}
	.certificate-wrap.absolutetop{top:48px;}
	.myMain{padding-top: 80px;}
	.banner .heading64{max-width:100%;}
	.certibox{width: 97.5px;height: 54px;}
	.certibox img {max-width: 56%;height:auto;}
	.our-expert .new-expert-grid{gap: 24px;}
	.new-expert-grid .expert-box{padding: 20px;     width: calc(33% - 14px);}
	.new-expert-grid .expert-box .leader-name{font-size: 20px;}
	.new-expert-grid .expert-box .leader-profile{font-size: 16px;}


}

@media only screen and (max-width:1024px){
	.amazingservices .row-service {flex-direction: column-reverse;}
	.amazingservices .row-service .service-image {height: 400px;}

	.blog-content{display:flex;flex-direction:column;gap:8px;}
	.title-section .blog-content{margin-top:0;}
	.blog-content .two-link{display:flex;align-items:center;gap:2px;}
	.title-section .blog-content .description16::before{display:none;}
	.lefthead{gap:30px;}
	.heading64{font-size:44px;}	
	.heading48{font-size:36px;}
	.heading40{font-size:28px;}
	.heading32{font-size:25px;}
	.description24{font-size:18px;}
	.commonspacing{padding:60px 0;}
	.commonspaceup{padding-top:50px;}
	.commonspacedown{padding-bottom:50px;}
	.footercolone{flex-direction:column;}
	.footercolone > div{width:100% !important;}
	.footercolone > div:last-child{border-top:1px solid #0000001A;}
	.colonesitecontent .siteaddress{margin:24px 0;}
	.footercoltwo{margin-top:0;flex-direction:column-reverse;gap:10px;}
	.colonesitecontent{padding-bottom:16px;}
	.colonesitelinks{padding:24px 0;}
	.servicesbody .slick-arrow{top:-145px;}
	.testicommon .slick-arrow{height:39px;width:39px;}
	.testicommon .slick-prev{right:62px;}
	.servicesbox{padding:15px;}
	.testimonials .testimonialsbox .imgcontent{margin-top:16px;}
	.servicesbox .imgicon img{max-width:40px;height:auto;}
	.heading24{font-size:21px;line-height:1.2em;}
	.servicesbox .description18{margin-top:15px;}
	.testimonialsbox .imgicon{position:unset;}
	.testimonialsbody .slick-list{padding-top:initial !important;padding-right:initial !important;}
	.solutionbody{flex-direction:column;}
	.solutionbody > div{width:100%;}
	.tabimgtb{display:flex;align-items:flex-start;margin-top:16px;}
	.solutiontabdescription .description18{padding-right:20px;}
	.tabimgwrap{display:none;}
	.solutiontabdescription .viewbtn{margin-top:5px;}
	.solutiontab{padding:18px 22px 18px 0px;}
	.solutionswrap .solutiontab:first-child{padding-top:0;}
	.featuredimg, .blogcontent{width:100% !important;max-width:100%;}
	.forinnerpage .blogcontent{min-height:260px;}
	.row-service { flex-direction: column-reverse;}
	.service-image { min-width: 100%;  text-align: center;}
	.content-section .formwrap {  max-width: 60%;}
	.amazingservices .servicesbox .description18{margin: 0;}
	.health-care-specific .cloudmanagementbody:not(.slick-initialized) > div{width: 50%; min-width: 50%;}
	
	.myFooter .ftcertificates.commonspace40{padding:20px 0;}
	.footercolone.commonspacedown40{padding-bottom:0;}
	

	
}

@media only screen and (max-width:991px){
	/*Custom Tab Content*/
	.accordion {margin: 36px auto 0 0;}
	.accordion-header {padding: 20px 50px 20px 28px; font-size: 20px; line-height: 30px;}
    .accordion-item {margin-bottom: 18px;}
	.accordion-header::after{top: 25px;width: 10px;height: 10px;right: 25px;}
	.active-header::after{top: 28px;}
    .cst-tabcontent .tabs {justify-content: flex-start;}
    .sec-faqcontent .cst-tabcontent .tab::after {bottom: 0;}
	.sec-faqcontent .cst-tabcontent .tab {padding: 10px 25px;margin: 0 3px;font-size: 18px;}
	.sec-faqcontent .cst-tabcontent .tab.active{background: rgba(13, 71, 161, 0.06);}
    .sec-faqcontent .cst-tabcontent .tab {padding: 13px 34px;font-size: 18px;}
	.testicommon.commonspacing.bluebg .row-service{gap: 20px;}


	.paddingzerotb{padding:0 !important;}
	.forservicepages-textleft.whydatatechhead{align-items:flex-start;}

	.myFooter .ftcertificates.commonspace40{padding:16px 0;}
	.blogtexts{padding-top:24px;}
	.fixbody .overlay{display:block;}
    .fixbody{overflow:hidden;}
	.primarybtn{height:44px;}
	.commonspacing56{padding:40px 0;}
	.commonspacing{padding:50px 0;}
	.commonspaceup{padding-top:40px;}
	.commonspacedown{padding-bottom:40px;}
	.bannerbtn{padding: 10px 24px;height: 50px;}
    .blogbtn{padding:10px 24px;}
	.footersublists{display:none;padding-top:15px;}
	.colonesitelinks .footerlinks{flex-direction:column;gap:0;}
	.footerlinkcolumn:first-child{padding:0 !important;}
	.footerlinkcolumn, .footerlinksubcolumn{padding:16px 0;border-bottom:1px solid #0000001A;}
	.footerlinkcolumn:last-child{border-bottom:1px solid transparent;padding-bottom:0;}
	.footerlinksubcolumn:last-child{border-bottom:1px solid transparent;}
	.footerlinkcolumn:first-child .footerlinksubcolumn:first-child{padding-top:0;}
	.sitemaplinksbody .footerlinksubcolumn{padding-bottom:0;}
	.colonesitelinks{padding:16px 0;}
	.footerlinkcolumn .footerlinksubcolumn:first-child{margin-bottom:0;}
	.nobtmargin{margin-bottom:0;}
	.footertitle{pointer-events:auto; cursor:pointer;display:flex;align-items:center;justify-content:space-between;position:relative;margin:0;transition:all 0.4s ease-in-out;}
	.footertitle.active{color:var(--primary-color);}
	.footertitle:after{content:'';background-image:url('../images/dropdowninitial.svg');display:inline-block;background-repeat:no-repeat;background-size:contain;
		height:16px;width:16px; position:absolute;right:0;transition:all 0.4s ease-in-out;}
	.footertitle.active:after{transform:rotate(-180deg);filter: brightness(0) saturate(100%) invert(20%) sepia(97%) saturate(1485%) hue-rotate(200deg) brightness(92%) contrast(98%);}
	.colonesitecontent .siteaddress{margin:0;}
/*	.colonesitecontent{padding-bottom:16px;}*/
	.colonesitelinks, .footercoltwo, .colonesitecontent .siteaddress{padding:16px 0;}
	.footersublists > li{margin-bottom:10px;}
	.footersublists > li:last-child{margin-bottom:0px !important;}
	.ftlink{line-height:1em;}
	.myHeader .headwhtbtn{width:44px;}
	.addtelephone, .myHeader .headwhtbtn{pointer-events:unset;}
	.headerwrap{padding:20px 0;}
	.hamburgercross{display:inline-block;z-index:9;position:absolute;top:24px;right:7px;}
	.hamburger{display:inline-block;cursor:pointer;}
	.navbar{position:absolute;top:0;right:-350px;width:350px;height:100vh;background:var(--white);transition:all 0.8s ease-in-out;z-index:99999;height:100vh;}
	.navbar.active{right:0;display:block;}
	.mainmenuwrap{height:100vh;padding-top:88px;height:100%;}
	.dropdown li img{height:20px;width:20px;}
	.dropdown a{padding:14px 18px;gap:8px;}
	.aword-reco-box.slick-initialized .slick-slide{display: flex;align-items: center;justify-content: center;}
	.mainmenuwrap > li{display:flex;align-items:center;justify-content:space-between;margin:0;padding:0;background:var(--white);border-bottom:1px solid #EBF1FF;overflow:auto;}
	.mainmenuwrap > li:first-child{border-top:1px solid #EBF1FF;}
	.mainmenuwrap > li:last-child{border-bottom:1px solid transparent;}
	.mainmenuwrap > li > a{padding:12px 16px;width:100%;display:flex;align-items:center;justify-content:space-between;}
	.dropdowncolwrap{column-count:1;}
	.subdropdowntitle .mbsubdropdownarrow{transform:initial;}
	.dropdowntitle:after, .subdropdowntitle:after{display:none;}
	.dropdowntitle .dropdown li:last-child{border-bottom:1px solid transparent !important;}
	.dropdownwraplink, .subdropdownwraplink{position:relative;}
	.subdropdownwraplink{padding-right:24px !important;}
	.mbdropdownarrow{height:48px;width:48px;position:absolute;top:0;right:0px;transition:all 0.4s ease-in-out;background-color:#EBF1FF;margin-left:0;}
	.mbdropdownarrow:after{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);}
    .mbdropdownarrow.active:after{transform: translate(-50%, -50%) rotate(-180deg);}
	.submenudropdown li a{padding: 14px 54px;padding-right: 10px;}
	.dropdownwraplink.active:after, .subdropdownwraplink.active:after{transform:rotate(180deg);filter: brightness(0) saturate(100%) invert(20%) sepia(30%) saturate(4272%) hue-rotate(204deg) brightness(99%) contrast(91%);}
	.dropdown, .submenudropdown {background-color: #ebf1fe; position:initial !important;margin:0;padding:0;min-width:unset; width:100%;display:none;box-shadow:unset;}
	.dropdown a, .submenudropdown a{font-size:14px;}
	.subdropdowntitle{flex-direction:column;}
	.dropdowncolwrap li{border:none;width:100%;}
	.dropdowncolwrap{width:100% !important;background-color: #ebf1fe;}
	.thankyou-page .bannerdescription {padding: 16px 0px 20px 0px;}
	.dropdownwraplink.active .dropdown{display:block;}
	.dropdownwraplink.active, .subdropdownwraplink.active{color:#1a4a9a;}
	.subdropdownwraplink.active img{filter: brightness(0) saturate(100%) invert(18%) sepia(81%) saturate(2179%) hue-rotate(205deg) brightness(95%) contrast(93%);}
	.subdropdownwraplink{padding-right:16px !important;}
	.dropdowntitle{display:flex;flex-direction:column;}
	.submenudropdown{box-shadow:none;}
	.dropdownwraplink, .subdropdownwraplink{position:relative; display:flex !important;align-items:center;justify-content:space-between;} 
	/*Banner*/
	.bannerslider .slick-prev{margin-left: 30px;}
	.bannerslider .slick-next{margin-right: 30px;}
	.heading64 br{display:none;}
	.banner .bannerdescription{font-size:20px;padding-top:14px;max-width:600px;padding-bottom:28px;}
	.partnerlogos{padding:0 50px;gap:10px 34px;display:block !important;}
	.partnersLogo .partnerswrap{display:unset;}
	.logoimg{max-width:120px;}
	.partnerswrap > p{margin-bottom:25px;text-align:center;}
	.whydatatechimgcard{gap:20px;padding:0 15px;}
	.whydatatechimgcard > div{width:100% !important;}
	.whydatatechimgcard .imgcardcontent{gap:10px;max-width:100%;}
	.whydatatechbody, .whydatatechwrap{gap:40px;}
	.bluebox::after, .pinkbox::after{display:none;}
	.servicesbox .heading24{min-height:unset;}
	.servicesbody .slick-dots{margin-top:30px;}
/*	.servicesbody, .testimonialsbody{padding-bottom:45px;}	*/
	.testimonials .servicesbox .heading24{min-height:unset;}
	.amazingservices .servicesbox .imgcontent{gap:10px;margin:16px 0;}
	.imgcardcontent .primarybtn{margin-top: 10px;}
	.testicommon .slick-arrow{top:-142px;height:34px;width:34px;}
	.testimonials .slick-arrow{top:-135px;}
	.testicommon .slick-arrow:after{background-size: 20px 20px;height: 20px;width: 20px;}
	.industriesinner{padding:18px 22px;}
	.mainmenuwrap{padding-top:85px;overflow-y:scroll;padding-bottom:100px;}
	.itsupportwrap{flex-direction:column;}
	.itsupportwrap > div{width:100% !important;}
	.expertitsupport .imgblock{padding-left:0;}
	.expertitsupport{flex-direction:row;}
	.manwithlaptop .content{padding:24px;}
	.manwithlaptop .expertitsupport{align-items:flex-end;}
	.itsupportwrap .itsupportcol2{flex-direction:row;}
	.itsupportcol2{overflow:hidden;}
	.expertitsupport{position:relative;}
	.itsupport .imgblock{position:absolute;right:0;bottom:0;max-width:300px;}
	.manwithlaptop .description24{width:70%;}
	.magnifybg, .hasslesupport{width:50%;flex-direction:column;}
	.testimonialsbody{margin-right:-10px;margin-left:-10px;}
	.testimonialsbox{margin-right:10px;margin-left:10px;}
	.connectwrap .connectcontent{padding: 50px 0px;}
	.faqswrap{flex-direction:column;}
	.faqswrap > div{width:100% !important;}
	.faqswrap > div:last-child, .faqsdescription, .faqtitle{max-width:100%;}
	.faqswrap .faqs{width:100%;max-width:unset;}
	.faqswrap .faqleft .description18{margin-bottom:16px;}
	.faqtitle:after{top:18px;right:18px;height:20px;width:20px;background-size: 20px 20px;}	
	.faqsdescription{margin-top:10px;}
	.scrolltotopbtnwrap .scrolltotop{right:20px;height:35px;width:35px;}
	.scrolltotopbtnwrap .scrolltotop img{height:20px;width:20px;}
	/*Services*/
	.servicebanner{flex-direction:column;}
	.servicebanner .breadcrumbswrap, .servicebanner .formwrap{width:100%;padding:50px 15px;}
	.myBanner.commonspacing{padding:0;position:relative;}
	.myBanner.commonspacing:after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background-color:#EEEEEE;}
	.myBanner.commonspacing.withimage{padding: 50px 0px;border-bottom: none;}
	.myBanner.commonspacing.withimage .breadcrumbswrap{padding: 0}
	.formwrap{max-width:unset;box-shadow:unset;}
	.breadcrumbs{margin-bottom:28px}
	.formouter .formsubmitbtn{max-width:174px !important;width:100%;}
	.servicebanner .bannerdescription{max-width:unset;}
	.servicebanner{gap:0;}
	.whytrustusbody{flex-wrap:wrap;}
	.whytrustusbody .trustbox{width:calc(25% - 14px);}
	.cloudmanagementbody{gap:40px 40px;}
	.cloudmanagementbox{width: calc(50% - 20px);}
	.cloudcontent{margin-top:20px;}
	.blackbgpattern .description18{margin-top: 16px;margin-bottom: 32px;max-width:100%;}
	.forinnerpage  .whydatatechimgcard{flex-direction:column-reverse;gap:0;padding:0;}
	.forinnerpage .whydatatechwrap{align-items:flex-start;text-align:left;}
	.forinnerpage .imgcardimg{margin-bottom: 20px;}
	.customervaluebody .customerslogowrap{min-height:125px;}
	.forinnerpage .blogcontent{min-height:310px;}
	/*About us*/
	.our-story .our-story-area{flex-direction: column;}
	.our-story .our-story-area{gap: 40px;}
	.our-story .our-story-area .story-content, 
	.our-story .our-story-area .story-gallery, 
	.our-story .our-story-area .story-content .yeras-progress{width: 1000%; max-width: 100%;}
	.our-story .our-story-area .story-gallery{text-align: center;}
	.aword-reco-box .slick-list{margin: 0 -10px;}
	.aword-reco-box .aword-box{margin: 0 10px;}
	.expert-grid .slick-dots, .aword-reco-box .slick-dots{position: relative; margin-top: 20px; width: 100%;}
	.aword-reco-box .slick-dots{    display: flex	;align-items: center;justify-content: center;gap: 12px;}
	.withoutform{min-height:170px;padding:15px 0;}
	.withoutform .servicebanner .breadcrumbswrap{padding:0;}
	.service-content { gap: 20px;}
    .cst-tabcontent .imgcardcontent { padding-top: 0px;}
	.cst-tabcontent .tab-content .whydatatechimgcard {  align-content: center;}
	.box-content .icon-content .connectwrap { gap: 0px;  align-items: center;  flex-direction: column-reverse;}
    .box-content .connectcontent {  width: 100%;  padding-bottom: 0px; text-align: center;}
    .box-service {  width: calc(100% / 2 - 10px);}
	.timeline li .timeline-item { max-width: 345px;}
    .content-section .formwrap {  max-width: 50%;}
	.content-banner .breadcrumbs {  margin-bottom: 20px;}
	.title-section .blog-content .description16 { display: block;}
	.title-section .blog-content .description16::before { width: 0px;}
	.title-section .featuredimg{position: relative;}
	.content-banner {  padding: 0px;}
    .row-content { align-items: center;}
	/*Career page*/
    .our-peopel-slider{flex-direction: column; align-items: center; display: block;}
	.our-peopel-slider .slide .image-box img{height: auto; max-height: inherit;}
	.our-peopel-slider .slide .image-box{width: 100%;}
	.our-peopel-slider .slick-list {margin: 0px -10px;}
	.our-peopel-slider  .our-peopel-box{margin: 0px 10px;}
	.our-peopel-slider  .slick-dots{margin-top: 30px; position: relative;}
	.magnifybg {  height: unset;}
	.banner .primarybtn { height: 48px !important;}
	.sitemaplinksbody .footerlinkcolumn{padding:unset;border:unset; width:calc(33% - 30px);}
	.sitemaplinksbody{gap:42px;}
	.sitemaplinksbody .footerlinksubcolumn .heading20:nth-child(3){margin-top:20px;}
	.sitemaplinksbody .footersublists{padding-top:0;}
	.clientsbody .slick-track{gap:50px;}
	.cst-tabcontent .tab-content .whydatatechimgcard{margin-top: 30px;}
	/* .content-section .cst-tabcontent .tabs .tab{padding:8px 10px;font-size:16px;} */
	.breadcrumbs{margin-bottom:20px;}
	/* cms page */
	.cmsPage h1 { font-size: 44px;}
	.cmsPage h2 { font-size: 32px; margin-bottom: 15px;}
	.cmsPage h3 { font-size: 28px; margin-bottom: 10px;}
	.cmsPage h4 { font-size: 26px; margin-bottom: 10px;}
	.cmsPage h5 { font-size: 20px; margin-bottom: 10px;}
	.cmsPage h6 { font-size: 18px; margin-bottom: 10px;}
	.cmsPage blockquote{padding: 15px;}
	.cmsPage .dark-list li{ font-size: 16px; padding: 10px 24px;}
	.cmsPage .dark-list li::before{width: 16px;height: 16px;top: 15px;}

	/* healthcare page css */
	.top-healthcare .cloudmanagementbox { width: calc(50% - 13px);}
	.top-healthcare .cloudmanagementbox { width: calc(50% - 20px);}
	.full-case-study .full-case-study-box, .future-proof-touch .future-proof-main, .top-healthcare .cloudmanagementbody {gap: 40px;}
	.full-case-study .full-case-study-box .content { max-width: 480px;}
	.future-proof-touch .formouter .formsubmitbtn{max-width:max-content !important;}
	.heathcare-auto-slider .tabbody{flex-direction: column;align-items:start;}
	.heathcare-auto-slider .tabbody .tabImg{display: none;}
	.heathcare-auto-slider .tabbody .tabContent, .heathcare-auto-slider .tabbody .description18 { max-width: 100%;}
	.heathcare-auto-slider .tabbody .tabContent .accordion.active .show-mobile{display: block;}
	.heathcare-auto-slider .tabbody .description18{margin-top: 20px;}

	/* casestudt page css */
	.casestudy-card-area .case-card{width: calc(50% - 13px);}
	/* .casestudy-card-area .case-card .featuredimg img {min-height: 220px;} */
	.casestudy-card-area .case-card .blogcontent {padding: 15px;gap: 25px;}
	.case-top-area .company-data{flex-direction: column; gap: 30px; align-items: start;}
	.case-top-area .company-data .line{display: none;}
	.case-top-area .company-data .company-info .cloudmanagementbody{gap: 20px;}
	.detail-area .content-main-wrap{gap: 30px;}
	.content-main-wrap .table-area { width: 200px;}
	.content-main-wrap .table-area .table-title{padding-bottom: 25px;}

    .partnerswrap .slick-track{display:flex;align-items:center;}
	.partnersinnerwrap .partnerinnerrow,.partnersinnerwrap .partnerinnerrow:nth-child(even){flex-direction:column;align-items:flex-start;gap:24px;}
	.partnerinnerrow .content, .partnerinnerrow .imgblock{max-width:100%;display:block;}
	.partnerinnerrow:first-child{padding-top:initial;}
	.partnerinnerrow:nth-child(1),.partnerinnerrow:nth-child(2){padding-top:0;}
	.partnersinnerwrap .imgblock img{max-height:80px;}
	.parnternslistbody{margin-right:-8px;margin-left:-8px;gap:30px;width:unset;}
	.parnternslistbody .partnerslistbox{min-height:175px;margin-right:8px;margin-left:8px;width:100%;}
	.parnternslistbody .slick-dots{display:flex;gap:5px;justify-content:center;align-items:center;margin:0 auto;}
	.partnersinnerwrap{flex-wrap:wrap;display:flex;}
	.partnerinnerrow{width:50%;justify-content:flex-start;padding:46px 24px;}
	.partnerinnerrow:nth-child(odd){padding-left:0;}
	.partnerinnerrow:nth-child(even){padding-right:0;}
	.partnerinnerrow:last-child, .partnerinnerrow:nth-last-child(2){padding-bottom:0;border-bottom:none;}
	.box-content .icon-content {padding-top: 0px;}
    .box-content .icon-content .connectwrap {gap: 40px;flex-direction: column;}
	.partnerlogos:not(.slick-initialized){display: flex !important; overflow: hidden; flex-wrap: nowrap !important; max-width: 860px;}
	.partnerlogos:not(.slick-initialized) > div{width: 25%; min-width: 25%;}
	.testimonialsbody:not(.slick-initialized) > div, .blogbody:not(.slick-initialized) > div, .servicesbody:not(.slick-initialized) > div{width: 50%; min-width: 50%;}
   .aword-reco-box:not(.slick-initialized){display: flex !important; overflow: hidden; flex-wrap: nowrap !important; max-width: 100%;}
   .partnerslist .parnternslistbody:not(.slick-initialized){display: flex !important; overflow: hidden; flex-wrap: nowrap !important; max-width: 100%; gap:5px;}
   .partnerslist .parnternslistbody:not(.slick-initialized) > div{width: 25%; min-width: 25%;}
   .content-section .cst-tabcontent .imgcardcontent{padding-left: 0px;}

   .formouter .width-33-per{width:calc(50% - 8px) !important;max-width:100%;}
   .formouter{gap:16px;}
   .preffered-time{flex-direction:column;}
   .custom-upload-btn{width:30%;}

   	.footerbottomright{display:none;}
	.ftquicklinks-dndt{display:block;}

	.director-message .img-box{   max-width: 330px;}
	.director-message .about-box{gap: 30px;}
	.director-message .about-box .cmsPage p{font-size: 16px;}

	.about-team-calutire .whydatatechimgcard .imgcardcontent{max-width: 100%;}
	.about-team-calutire.forinnerpage .imgcardimg{max-width: max-content;}
	.about-team-calutire .whydatatechimgcard .heading48{margin-bottom: 0;}
	.forinnerpage.about-team-calutire .whydatatechimgcard{gap:40px;}

	.partners-banner .bannerdescription{padding-bottom:0;}

	.bannerwrap.padding-top-120{padding-bottom: 70px;}

	.commonspace40{padding:30px 0;}
	.commonspacedown40{padding-bottom:30px;}
	.partnerslist .slick-dots{  display: flex;align-items: flex-end;justify-content: center;	width: 100%;gap: 5px;}
	.new-expert-grid .expert-box .leader-name {  font-size: 18px;}
	.clinetlogoinnner{height:100px;margin:0 12px;}
	.cureent-opening-list .cureent-list-box{flex-direction: column; gap: 30px;}
	.cureent-opening-list .cureent-list-box .primarybtn{margin: 0;}
	.partnerslist .partnerslistbox .imgblock img{max-width: 140px;}
	.withfrompd-zero .container{padding:0;}
	
	
}

@media only screen and (max-width:879px){
    .new-expert-grid .expert-box {
        width: calc(50% - 12px);
    }
}

@media only screen and (max-width:767px){
	.our-peopel.testicommon .slick-dots{position: unset;}
	.sec-faqcontent .cst-tabcontent .tabs{overflow-y:unset !important;flex-wrap:wrap !important;}
	.content-section .cst-tabcontent .tabs{flex-wrap:wrap !important;}
	.content-section .cst-tabcontent .tabs .tab{font-weight: 700; text-align: start !important;}
	.sec-faqcontent .cst-tabcontent .tabs .tab, .content-section .cst-tabcontent .tabs .tab{padding: 12px 15px; margin: 0;font-size: 16px;border:1px solid  #1212121A;border-width:0 1px 1px 1px;}
    .sec-faqcontent .cst-tabcontent .selectoption span:before, .content-section .cst-tabcontent .selectoption span:before{position: absolute;content: '';width: 8px;height: 8px;
    	border-bottom: 2px solid #FFFFFF;border-right: 2px solid #FFFFFF;transform: rotate(45deg);top: 50%;transform: translateY(-50%) rotate(45deg);
    	right: 15px;transition: all 0.4s ease-in-out;}
    .tabswrapselect .selectoption{display: block;background: var(--primary-color);color: #fff;padding:15px;text-align: left;
    	position: relative;font-size:18px;font-weight: 700;line-height:1.5em;}
    .cst-tabcontent .tabs{background:var(--white); position: absolute;top:57px;left: 0;width: 100%;z-index: 11;display:none;}
    .cst-tabcontent .tabswrapselect{position:relative;}
    .cst-tabcontent .tab.active::after{display:none;}
	.content-section .cst-tabcontent .tab.active{background: rgba(13, 71, 161, 0.06);}
	.sec-faqcontent .cst-tabcontent .accordion-header::after {right: 18px;top: 18px;}
	.sec-faqcontent .cst-tabcontent .active-header::after {top: 22px;}

	.clinetlogoinnner img{max-height:60px;}
	.max-width-80-per{max-width:100% !important;}
	.timeline ul li::before{left:14px;}
	.commonspacing{padding:40px 0;}
	.commonspaceup{padding-top:40px;}
	.commonspacedown{padding-bottom:40px;}
	.heading64 {font-size: 36px;}
  	.heading48 {font-size: 28px;}
  	.heading40 {font-size: 24px;}
	.heading32{font-size:22px;}
  	.heading20{font-size: 18px;}
	.description24{font-size:16px;}
	.banner .primarybtn{height:50px;}
	a[href^="tel:"]{pointer-events:inherit;}
	.description18,.description24{font-size:18px;line-height:1.4em;}
	.heading24{font-size:18px;}
	.navbar{width:300px;}
	.footercoltwo{flex-direction:column-reverse !important;gap:10px;}
	.myFooter{padding-bottom:48px;}
	.bannerwrap{padding:70px 0;}
	.banner .bannerdescription{font-size:18px;max-width:420px;}
	.bannerslider .slick-arrow{height:18px;width:18px;}
	.slick-dots li{height:8px;width:8px;}
	.mdnone{display:none;}
	.mainmenuwrap{padding-bottom:70px;}
	.myHeader .headwhtbtn{height: 34px !important;width: 34px !important;padding: 0;}
	.footertbbtn{display:flex;gap:0;position:fixed;right:0;left:0;bottom:-44px;z-index:99;box-shadow:rgba(50, 50, 93, 0.15) 0px -6px 12px -2px,
		rgba(0, 0, 0, 0.1) 0px -6px 7px -3px;transition:all 0.4s ease-in-out;}
	.footertbbtn.active{bottom:0;}
	.footertbbtn > a{width:50%;border-radius:0;padding:0;border:none;}
	.footertbbtn .letsconnectbtn img{filter: brightness(0) saturate(100%) invert(100%) sepia(57%) saturate(0%) hue-rotate(221deg) brightness(107%) contrast(102%);}
	.partnerlogos{padding:0;gap:10px 18px;}
	.clientssection .clientshead.margin56{margin-bottom:36px;}
	.logoimg img{max-width: 110px;max-height:60px;height:auto;}
	.whydatatechimgcard{padding:0;flex-direction:column-reverse;}	
	.whydatatechwrap{gap:30px;}
	.whydatatechbody .imgcardimg img{width:100%;height:auto;}
	.formainpage .imgcardimg{max-width:unset;}
	.serviceshead{margin-bottom:24px;}
	.servicesbody, .testimonialsbody{padding-bottom:45px;}
	.testicommon .slick-arrow{display:none; top:unset;bottom:0;left:51%; height:30px;width:30px;}
	.testicommon .slick-dots{position:absolute;bottom:0;left:0;right:0;}
	.partnerswrap .logoimg{margin:0 auto;display:flex;align-items:center;justify-content:center;}
	.industriesinner{padding:15px 10px;}
	.margin56{margin-bottom: 26px;}
	.testimonialsbox,.testimonialsbody{margin:0;}
	.itsupportwrap .itsupportcol2{flex-direction:column;}
	.expertitsupport .primarybtn, .expertitsupport .viewbtn{margin-top:0px;}
	.itsupportwrap .itsupportcol2 > div{width:100% !important;}
	.itsupport .viewbtn{height:44px;font-size:16px;}
	.solutiontab{padding-right:0;}
	.tabimgtb{margin-top:10px;}	
	.scrolltotopbtnwrap .scrolltotop{bottom:60px;}
	.solutiontabdescription{padding-top:10px;}
	.partnerslist .partnerslistbox .imgblock{height: auto; width: auto;}
	.blogtexts{padding-top: 16px;}
	.blogcard .readmorebtn{margin-top:16px;}
	.connectcontent{padding-bottom:25px !important;text-align:center;}
	.connectus .description18{margin-bottom:16px;}
	.connectus .connectwrap{flex-direction:column;align-items:center;justify-content:center;}
	.connectimg{justify-content:center;width:100%;align-items:center !important;}
	.connectimg img{max-width:50%;}
	.faqtitle:after{right: 20px;top: 16px;}
	.faqswrap .faqleft .description18{margin-bottom: 12px;}
	.heading40 br{display:none;}
	.faqswrap .faqs{margin-bottom:12px;}
	.faqswrap .faqs {padding: 16px 18px;}
	.sec-faqcontent .cst-tabcontent .tabs{overflow-y:scroll;width:100%;flex-wrap:nowrap;}
	.sec-faqcontent .cst-tabcontent .tabs .tab{width:100%;white-space:nowrap;}
	.accordion-header {padding: 15px 35px 15px 15px;font-size: 18px;line-height: 25px;}
	.accordion-header::after{right:14px;}
	.accordion-content{padding: 0 15px 15px 15px;font-size: 16px;}
	.solutiontabtitle{font-size:18px;}
	.myMain{padding-top:72px;}
	.health-care-specific .cloudmanagementbox {  margin: 0px 10px 0px 0px;}
	.recognitions .aword-reco-box .aword-box { width: 150px; height: 150px; padding: 30px;}
	.recognitions .aword-reco-box .aword-box img{max-height: 110px;}
	.recognitions .aword-reco-box{gap: 30px;}
	.breadcrumbs li span, .breadcrumbs li a, .breadcrumbslink, .bread{font-size: 16px;}
	.clinetlogoinnner{height:75px;}
	.timeline .default-content {left: 15px;}

	/*Services*/
	.servicebanner .bannerdescription{max-width:unset;}
	.myBanner.commonspacing{padding:0;}
	.servicebanner .breadcrumbswrap, .servicebanner .formwrap{padding:50px 15px;}
	.cloudmanagementbody{gap:26px 26px;}
	.cloudmanagementbox{width: calc(50% - 13px);}
	.cloudcontent{margin-top:16px;}
	.blackbgpattern .description18{margin-top:16px;margin-bottom:24px;}
	.forinnerpage .whydatatechbody{gap:4px;}
	.forinnerpage .imgcardimg{margin-bottom:15px;}
	.customervaluebody .customerslogowrap{min-height:110px;padding:5px;}
	.whytrustusbody{gap:20px;}
	.whytrustusbody .trustbox{width:calc(50% - 10px);}
	/*About Us page*/
	.withoutform{min-height: 130px;padding:15px 0;}
	.withoutform .servicebanner .breadcrumbs{margin-bottom:15px;}
	.about-section .about-box, .our-value-box-area{flex-direction: column;}
	.about-section .about-box .content-area, .our-story .our-story-area .story-content, .our-story .our-story-area .story-gallery, .about-section .about-box .img-box { width: 100%;}
	.about-section .about-box .img-box{max-width: inherit; text-align: center;}
	.our-value-box-area{gap: 0;}
	.our-value-box-area .value-box{max-width: 100%; border-bottom: 1px solid #EEEEEE; border-left: none; padding: 20px 0px 20px 0px;}
	.our-value-box-area .value-box:first-child{padding-top: 0px;}
	.our-value-box-area .value-box:last-child{padding-bottom: 0px; border-bottom: 0;}
	.driving-innovation .driving-box-area .driving-box p { font-size: 18px;}
	.driving-innovation .driving-box-area .driving-box h3{font-size: 26px;}
	.driving-innovation .driving-box-area .driving-box { min-height: 250px;}
	.life-slider .slick-list {margin: 0px -10px;}
	.life-slider .life-slide {margin: 0px 10px;}
	.testicommon .life-slider .slick-dots, .expert-grid .slick-dots{position: relative; margin-top: 20px; width: 100%;}
	.timeline{overflow:hidden;}
	.timeline li:nth-child(even) .timeline-item { right: initial; left: 0px;}
    .timeline li .timeline-item { max-width: calc(100% - 53px);}
    .timeline .default-line {min-height: 78%;left: 15px;}
    .timeline ul li.in-view:not(:first-child)::after { top: 45%; left: 0px;}
    .timeline ul li.in-view:not(:first-child)::before { left: 14px;}
    .timeline ul li.in-view:not(:first-child)::after { top: 45%;  left: 0px;}
    .timeline ul li:not(:first-child)::before {   left: 14px;}
    .timeline .draw-line { left: 15px;}
    .timeline li .timeline-item {  margin-bottom: 30px;  padding: 25px;}
    .timeline .timeline-item .imgicon { margin-bottom: 5px;}
	.box-content .connectimg img { max-width: 100%;}
	.title-section .description16 {  max-width: 100%;}
	.timeline li:nth-child(odd) .timeline-item { right: -50px;}
	.row-content { flex-direction: column;}
    .title-section { flex-direction: column;margin-bottom: 0px !important;}
	.title-section .blog-icon {  width: 100%;}
	.title-section .blog-content .description16 {  display: inline;}
    .title-section .blog-content .description16::before {  width: 1px;}
    .title-section { gap: 30px;}
    .content-section .formwrap { max-width: 100%;}

	/*Career page*/
    .cureent-opening-list .cureent-list-box{flex-direction: column;gap:25px; align-items: start;}
	.cureent-opening-list .cureent-list-box{padding: 30px 0px;}
/*	.commonspacing56 {padding: 40px 0px;}*/
	.connectwrap .connectcontent {max-width: 100%;padding-bottom:0 !important;}
	.sitemaplinksbody .footerlinkcolumn{width:calc(50% - 30px);}
	.grecaptcha-badge{opacity:0; visibility: hidden;}
	/* cms page */
	.cmsPage p, .cmsPage a, .cmsPage span, .cmsPage ol li, .cmsPage ul li, blockquote, .cmsPage ol>li:before {font-size: 16px;}
	.cmsPage h1 { font-size: 36px;}
	.cmsPage h2 { font-size: 28px;}
	.cmsPage h3 { font-size: 24px;}
	.cmsPage h4,.cmsPage h5, .cmsPage h6 { font-size: 22px;}
	.cmsPage ul li, .cmsPage ol li{margin-bottom: 10px;}
	.bannerwrap{padding:60px 0px;}
	.cmsPage ol+h1, .cmsPage ol+h2, .cmsPage ol+h3, .cmsPage ol+h4, .cmsPage ol+h5, .cmsPage ol+h6, .cmsPage p+h1, .cmsPage p+h2, .cmsPage p+h3, .cmsPage p+h4, .cmsPage p+h5, .cmsPage p+h6{margin-top: 20px; margin-bottom: 10px;}
	/* helthcare page css */
	.full-case-study .full-case-study-box {  flex-direction: column-reverse; }
	.full-case-study .full-case-study-box .img-box, .full-case-study .full-case-study-box .content{width: 100%; max-width: 100%;}
	.full-case-study .full-case-study-box .img-box::after{display: none;}
	.why-choose-healthcare .primarybtn { margin-top: 40px;}
	.future-proof-touch .future-proof-main{flex-direction: column;}
	.future-proof-touch.blackbgpattern .description18{margin-bottom: 0;}
	.achievementlist .achieve-inner{width: calc(33% - -2px);}
	.errorpagesec .imgblock img{width:60%;}

	/* case studies page css */
	.company-info .cloudmanagementbox .cloudicon{max-width: 40px;}
	.case-top-area .cloudcontent {margin-top: 10px;}
	.cloudcontent .heading24 { font-size: 18px; }
	.case-top-area .cloudcontent .description18{font-size: 16px;}
	.content-main-wrap.position-sticky{position: relative;}
	.content-main-wrap.position-sticky .table-area{position: fixed; top: 74px;left: 0; background-color: #EBF1FF; z-index: 999; }
	.content-main-wrap.position-sticky .table-area .table-title{display: none;}
	.detail-area .content-main-wrap{flex-direction: column;}
	.content-main-wrap .table-area{width: 100%; margin: 0;}
	.content-main-wrap .table-area .tabs{display: none;	position: absolute;width: 100%;flex-direction: column;background: #ffff;}
	.content-main-wrap .table-area .tabs:before{display: none;}
	.content-main-wrap .table-area .tabs li{margin-bottom: 0; width: 100%;}
	.content-main-wrap .table-area .tabs .table-tab{ display: flex; padding: 12px 15px;  margin: 0; font-size: 16px;  border: 1px solid #1212121A;border-width: 0 1px 1px 1px; }
	.content-main-wrap .table-area .tabs .table-tab:before{display: none;}
	.content-main-wrap .table-area .tabs .table-tab.active{background: rgba(13, 71, 161, 0.06); color:var(--primary-color);}
	.content-main-wrap .table-area .tabs .table-tab.active a{color:var(--primary-color);}
	.content-main-wrap .table-area .tabs .table-tab.active:before {display: none;}
	.table-area .selectoption {  display: block; background: var(--primary-color); color: #fff; padding: 15px;  text-align: left;  position: relative;  font-size: 18px; font-weight: 700; line-height: 1.5em; }
    .table-area .selectoption span:before { position: absolute; content: ''; width: 8px; height: 8px; border-bottom: 2px solid #FFFFFF;  border-right: 2px solid #FFFFFF;  transform: rotate(45deg);  top: 50%; transform: translateY(-50%) rotate(45deg); right: 15px; transition: all 0.4s ease-in-out;}
	.table-area .selectoption span a{color: #fff;}
	.content-main-wrap .table-area .table-title { padding-bottom: 10px;}
	.partnersinnerwrap .partnerinnerrow, .partnersinnerwrap .partnerinnerrow:nth-child(even){padding: 24px 0px;}
	.partnerinnerrow:first-child{padding-top:0px !important;}
	.partnerinnerrow:last-child{padding-bottom:0px !important;}
	.parnternslistbody .partnerslistbox{min-height:135px;}
	.parnternslistbody .imgblock img{max-height:50px;}
	.partnerinnerrow{width:100%;}
	.partnerinnerrow:nth-last-child(2){border-bottom:1px solid #EEEEEE;}
	.cst-tabcontent .imgcardcontent {padding: 0px; }
	.testimonialsbody:not(.slick-initialized) > div{width: 100%; min-width: 100%;}
	.blogbody:not(.slick-initialized) > div, .servicesbody:not(.slick-initialized) > div, .our-expert .expert-grid:not(.slick-initialized) > div{width: 50%; min-width: 50%;}
	.clientsbody:not(.slick-initialized) > div{width: 33%; min-width: 33%}
	.content-section .cst-tabcontent .tab-content .whydatatechimgcard{flex-direction: column;}
	.padding-top-40 .slick-dots{padding-top: 30px;}
	.grecaptcha-badge{display:none !important;}
	.director-message .about-box{flex-direction: column-reverse;}
	.director-message .about-box .cmsPage p{margin-bottom: 16px;}
	.technologyPartners .technologypartnerinnner img{max-width: 130px;}
	.forinnerpage.about-team-calutire .whydatatechimgcard{gap:30px;}
	.about-team-calutire .whydatatechimgcard .imgcardcontent{gap:12px;}
	.our-expert .new-expert-grid {
        gap: 15px;
    }
	.new-expert-grid .expert-box {
        width: calc(50% - 8px);
    }
	.cureent-opening-list .cureent-list-box .primarybtn{margin-top: 0;}

	.partnerslist .partnerslistbox .imgblock img{max-width: 120px;width:100%;max-height:60px}

	.industrie-content-sec.forinnerpage .imgcardimg, .industrie-content-sec .whydatatechimgcard.margin56{margin-bottom:0;}
	.industrie-content-sec .whydatatechimgcard{flex-direction:column;margin-bottom:20px !important;padding-bottom:20px !important;border-bottom:1px solid #EEEEEE;}
	.industrie-content-sec .whydatatechimgcard:last-child{margin-bottom:0px !important;padding-bottom:0px !important;border-bottom:none;}
	.industrie-content-sec .imgcardimg{margin-top:20px;}
	.industrie-content-sec .whydatatechbody{gap:0;}




}

@media only screen and (max-width:640px){
	.achievementlist .achieve-inner{width: 50%; height: 160px; padding: 10px;}
	.achievementlist .achieve-inner img{max-height: 140px;}
	.recognitions .aword-reco-box{flex-direction: column;  justify-content: center; align-items: center;}

}
@media only screen and (max-width:579px){
	.sec-faqcontent .cst-tabcontent .tab {margin: 0;}
	.accordion-item {margin-bottom: 15px;}
    .sec-faqcontent .cst-tabcontent .tab {padding: 10px 30px;font-size: 16px;}
	.our-peopel .our-peopel-slider .slide .image-box {max-height: 340px;}
	.amazingservices .row-service .service-image {height: 300px;}

	.sec-faqcontent .tabswrapselect .selectoption, .content-section .tabswrapselect .selectoption{padding:12px 15px;}
	.content-section .tabswrapselect .selectoption{font-size: 16px;}
	.sec-faqcontent .cst-tabcontent .tabs .tab{padding:10px 15px;}
	.sec-faqcontent .cst-tabcontent .tabs, .content-section .cst-tabcontent .tabs{top:51px;}
	
	p, .description18{font-size:16px;}
	.testicommon .slick-arrow{left:52%;}
	.testicommon .slick-prev{left:43%;}
	.blogbody{gap:16px;}
	.clientsbody .slick-track{gap:30px;}
	.bannerslider .slick-prev{margin-left: 15px;}
	.bannerslider .slick-next{margin-right: 15px;}
	.manwithlaptop .imgblock{display:none;}
	.manwithlaptop .description24{width:100%;}
	.industriesinner{width:100%;padding:15px 0;}
	/*Service page*/
	.cloudmanagementbox{width:100%;}
	.forinnerpage .blogcontent{min-height:100%;}
	/*About Us page*/
	.driving-innovation .driving-box-area{flex-direction: column-reverse; gap: 0;}
	.driving-innovation .driving-box-area .driving-box {  min-height: inherit;  width: 100%; gap: 25px;}
	.driving-innovation .driving-box-area .driving-box:first-child{order: 1;}
/*	.driving-box.bg-blue, .driving-box.bg-black{padding: 30px;}*/
	.driving-innovation .driving-box-area .driving-box:nth-child(3){order: 3;}
	.driving-box.bg-blue{order: 2;}
	.driving-box.bg-black{order: 4;}
	.expert-grid .expert-box .box-img{width: 100%; max-height: inherit;}
	.expert-grid .expert-box .box-img img{width: 100%;}
	.about-section .about-box .content-area blockquote{font-size: 16px;}
	.expert-grid .expert-box .content{padding: 15px;}
	.expert-grid .expert-box .content .top-area{padding-bottom: 15px;}
	.expert-grid .expert-box .content .bottom-area {padding-top: 15px;}
	.our-story-area .story-content .yeras-progress li {padding-bottom: 20px;padding-left: 30px;}
	.our-story-area .story-content .yeras-progress li::before{left: 6px;}
	.our-story-area .story-content .yeras-progress li::after{width: 12px;height: 12px;}
	.box-service {  width: 100%; padding: 20px;}
	.connectimg img {  max-width: 60%;}
    .formouter .from-group, .formouter .from-group{ width: 100%;}
	/* health-care page css */
	.top-healthcare .cloudmanagementbox, .why-choose-healthcare .cloudmanagementbox{width: 100%;}
	.heathcare-auto-slider .tabbody .tabContent .heading32 { font-size: 20px;}
	.heathcare-auto-slider .tabbody .description18{margin-top: 15px;}
	.heathcare-auto-slider .tabAccordion .accordion {margin-bottom: 30px; }
	.future-proof-touch .formouter .formsubmitbtn{padding:6px 15px;}
	.case-studies-section .categories-list{flex-direction: column; justify-content: start; gap: 20px; align-items: start;}
	.casestudy-card-area .case-card{width: 100%;}
	.casestudy-card-area .case-card .featuredimg a{height:auto;}
	.casestudy-card-area .case-card .blogtexts{min-height: auto;}
	.categories-list ul li{padding: 6px 8px;}
	.casestudy-card-area .case-card p{-webkit-line-clamp: 4;}
	.cloudmanagementbody{flex-wrap: wrap;}
	.case-top-area .company-data .company-info .cloudmanagementbody{gap: 0;}
	.case-top-area .company-data .company-info .cloudmanagementbox {display: flex;flex-direction: column;align-items: center; text-align: center; width: 50%; border-right: 1px solid #EEEEEE; border-bottom: 1px solid #EEEEEE;  max-width: initial;  padding: 20px;}
	.case-top-area .company-data .company-info .cloudmanagementbox:nth-child(3),
	.case-top-area .company-data .company-info .cloudmanagementbox:nth-child(4){border-bottom: none;}
	.case-top-area .company-data .company-info .cloudmanagementbox:nth-child(2),
	.case-top-area .company-data .company-info .cloudmanagementbox:nth-child(4){border-right: none;}
	.case-top-area .company-data .company-info .cloudmanagementbox:nth-child(1),
	.case-top-area .company-data .company-info .cloudmanagementbox:nth-child(3){padding-left: 0;}
	.case-top-area .company-data{align-items:center;}
	.featuredimg{height:auto;}
	.partnerslist .parnternslistbody:not(.slick-initialized) > div{width: 50%; min-width: 50%;}
	.blogbody:not(.slick-initialized) > div, .health-care-specific .cloudmanagementbody:not(.slick-initialized) > div, .life-slider:not(.slick-initialized) > div{width: 100%; min-width: 100%;}
    .timeline li:nth-child(odd) .timeline-item { right: -35px;}
	.timeline li .timeline-item { max-width: calc(100% - 35px);}
	.formouter .width-33-per, .formouter .width-50-per, .formouter .width-66-per{width:100% !important;max-width:100%;}
	.formSelectOption .genderoptions{flex-direction:column;}
	.formsubmitbtn.margin-top-15{margin-top:30px;}
	.technologyPartnerssec.clientssection .clientshead.margin56{margin-bottom: 26px;}
	
	.new-expert-grid .expert-box {
        width:100%;
    }

}

@media only screen and (max-width:479px){
	.certibox{height: 40px;width:72px;}
	.certibox img{max-width:50%;}
	.banner .heading64{max-width:100%;}
	.industriestxt{font-size:18px;}
	.description18,.description24{font-size:16px;}
	.heading64{font-size: 28px;}  
  	.heading48{font-size: 24px;}  
  	.heading40{font-size: 20px;}
  	.servicesbox .heading24{min-height:100%;}
	.connectwrap .connectcontent{padding-top:30px;}
	.banner .bannerdescription{font-size:16px;padding:10px 0 20px 0;}
	.bannerslider .slick-arrow{display:none !important;}	
	.testicommon .slick-prev{margin-left:0px;}
	.testicommon .slick-next{margin-right:0px;}
	.partnerswrap{gap:14px;}
	.servicesbody ,.servicesbox{margin:0;}
	.testicommon .slick-arrow{left:50%;}
	.testicommon .slick-prev{left:40%;}
	
	.industriesinner img{height:20px;width:20px;}
	.itsupport .imgblock img{display:none;}
	.manwithlaptop .description24{width:100%;}
	.itsupportwrap, .itsupportwrap .itsupportcol2{gap:10px;}
	.manwithlaptop .content, .expertitsupport {padding:16px;}
	.footertbbtn .primarybtn{gap:6px !important; font-size:14px;}
	.future-proof-touch .formouter .formsubmitbtn{    font-size: 15px;}
	.cureent-opening-list .cureent-list-box ul{flex-wrap: wrap;}
	.sitesocialicons{gap:12px;}
	.footerbottomright {gap: 10px;flex-wrap: wrap;justify-content: center;flex-direction:column-reverse;}
	.footercoltwo{gap:6px;}
	.dropdown a{align-items:unset;}
	/*Service page*/
	.myBanner.commonspacing{padding:0;}
	.formwrap{padding-bottom:30px;}	
	.formouter .forminput{width:100%;}
	.formtextarea{min-height:90px;}
	.formwrap .formhead{margin-bottom:20px;}
	.formouter{gap:14px;}
	.trustbox{padding:18px 0;}
	.trustbox .heading20{font-size:16px}
	.trustbox{gap:10px;}
	.cloudcontent{margin-top:10px;}
	.blackbgpattern .description18{margin-bottom:16px;}
	.customervaluebody .customerslogowrap{width:50%;min-height:70px;}
	.customervaluebody .customerslogowrap img{max-width:120px;}
	.sitemaplinksbody .footerlinkcolumn{width:100%;margin-bottom:0px;}
	.sitemaplinksbody .footerlinkcolumn:last-child{margin-bottom:0px;}
	.sitemaplinksbody .footersublists li:last-child{padding-bottom:0;}
	.sitemaplinksbody{gap:30px;}
	.casestudy-card-area .case-card .featuredimg img {min-height: auto;}
	.servicesbody:not(.slick-initialized) > div{width: 100%; min-width: 100%;}
	.scrolltotopbtnwrap .scrolltotop{bottom: 90px;}
	.technologyPartners .technologypartnerinnner img{max-width: 110px;}

}

@media only screen and (max-width:374px){
	.scrolltotopbtnwrap .scrolltotop{bottom: 50px;}
	.servicesbody{padding-bottom:40px;}
	.testicommon .slick-prev{left:38%;}
	.whytrustusbody .trustbox{width:100%;}	
	/*About Us page*/
	.recognitions .aword-reco-box .aword-box{width: 140px; height: 140px;}
	.recognitions .aword-reco-box .aword-box img { max-height: 110px;}
	.formouter .forminput, .formselect, .formtextarea, option{font-size:14px;}
	.parnternslistbody .imgblock img {max-height: 40px;}
}



/* VMware Migration Solutions Page*/
.vm-modern-section {position:relative; overflow:hidden; padding:100px 0; background:radial-gradient(circle at top left, rgba(0, 147, 221, 0.12), transparent 34%), radial-gradient(circle at bottom right, rgba(0, 68, 135, 0.12), transparent 32%), #f7fbff; font-family:Arial, Helvetica, sans-serif;}
.vm-modern-section::before {position:absolute; content:""; width:520px; height:520px; right:-230px; top:80px; border-radius:50%; background:linear-gradient(135deg, rgba(0, 147, 221, 0.14), rgba(0, 68, 135, 0.02)); pointer-events:none;}
.vm-modern-container {position:relative; z-index:2; width:100%; max-width:1180px; margin:0 auto; padding:0 20px;}
.vm-modern-eyebrow {display:inline-flex; align-items:center; gap:8px; margin-bottom:14px; color:#0093dd; font-size:14px; line-height:1.2; font-weight:700; letter-spacing:0.08em; text-transform:uppercase;}
.vm-modern-eyebrow::before {content:""; width:34px; height:2px; background:#0093dd;}
.vm-combined-card {border-radius:26px; overflow:hidden; box-shadow:0 24px 70px rgba(8, 44, 76, 0.16);}
.vm-combined-top {display:grid; grid-template-columns:0.95fr 1.05fr; gap:30px; align-items:center; padding:42px; background:#082c4c;}
.vm-combined-bottom {background:#ffffff;}
.vm-results-content h3 {margin:0 0 14px; color:#ffffff; font-size:34px; line-height:1.18; font-weight:800;}
.vm-results-content p {margin:0; color:rgba(255, 255, 255, 0.76); font-size:16px; line-height:1.7;}
.vm-results-stats {display:grid; grid-template-columns:repeat(3, 1fr); gap:18px;}
.vm-stat-box {min-height:150px; padding:28px 18px; text-align:center; border:1px solid rgba(255, 255, 255, 0.14); border-radius:20px; background:linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));}
.vm-stat-box strong {display:block; margin-bottom:10px; color:#ffffff; font-size:42px; line-height:1; font-weight:800;}
.vm-stat-box span {display:block; color:rgba(255, 255, 255, 0.78); font-size:15px; line-height:1.4; font-weight:600;}
.vm-comparison-title {padding:34px 38px 26px; border-bottom:1px solid rgba(8, 44, 76, 0.08);}
.vm-comparison-title h3 {margin:0 0 10px; color:#082c4c; font-size:30px; line-height:1.2; font-weight:800;}
.vm-comparison-title p {margin:0; color:#5a6f80; font-size:16px; line-height:1.6;}
.vm-vs-layout {display:grid; grid-template-columns:1fr 1fr; align-items:stretch;}
.vm-vs-card {padding:36px 38px; display:flex; flex-direction:column; gap:0;}
.vm-vs-legacy {background:#f7f8fa;}
.vm-vs-hpe {background:linear-gradient(145deg, #e8f4ff 0%, #f0f9ff 100%); border-left:1px solid rgba(0, 107, 178, 0.12);}
.vm-vs-card-header {display:flex; align-items:center; gap:12px; margin-bottom:28px; flex-wrap:wrap;}
.vm-vs-label {font-size:17px; font-weight:800; color:#082c4c; line-height:1.2;}
.vm-vs-hpe .vm-vs-label {color:#006bb2;}
.vm-vs-badge {display:inline-block; padding:4px 12px; background:#006bb2; color:#ffffff; font-size:11px; font-weight:700; letter-spacing:0.06em; text-transform:uppercase; border-radius:20px;}
.vm-vs-list {margin:0; padding:0; list-style:none; display:flex; flex-direction:column; gap:18px;}
.vm-vs-list li {display:flex; align-items:flex-start; gap:14px;}
.vm-vs-icon {flex-shrink:0; width:26px; height:26px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:13px; font-weight:900; margin-top:1px;}
.vm-vs-bad {background:rgba(220, 53, 69, 0.1); color:#c0392b;}
.vm-vs-good {background:rgba(0, 147, 85, 0.12); color:#007a47;}
.vm-vs-list li div {display:flex; flex-direction:column; gap:2px;}
.vm-vs-list li div strong {font-size:14px; font-weight:700; color:#082c4c; line-height:1.3;}
.vm-vs-hpe .vm-vs-list li div strong {color:#082c4c;}
.vm-vs-list li div span {font-size:13px; color:#5a6f80; line-height:1.4;}

@media (max-width: 991px) {
.vm-modern-section {padding:76px 0;}
.vm-combined-top {grid-template-columns:1fr; padding:34px;}
.vm-results-content h3 {font-size:30px;}
}

@media (max-width: 767px) {
.vm-results-stats {grid-template-columns:1fr;}
.vm-stat-box {min-height:auto;}
.vm-comparison-title {padding:28px 24px 22px;}
.vm-comparison-title h3 {font-size:26px;}
.vm-vs-layout {grid-template-columns:1fr;}
.vm-vs-card {padding:28px 24px;}
}

@media (max-width: 575px) {
.vm-modern-section {padding:58px 0;}
.vm-modern-container {padding:0 16px;}
.vm-combined-card {border-radius:20px;}
.vm-combined-top {padding:28px 22px;}
.vm-results-content h3 {font-size:26px;}
.vm-stat-box strong {font-size:36px;}
.vm-vs-card {padding:22px 18px;}
}