#loader img {
  height: 60px;
  width: auto;
  margin-top: 15px;
  align-items: center;
}

.page-template-page-services .service .section-title-content,
.page-template-page-industry .service .section-title-content{
    position:sticky;
    top:100px;
}

.offer-card:hover h3{
    color:#fff;
}

.about .common-btn{
    margin-top:30px;
}
.testimonial-card:hover .testimonial-content{
	border-top-color:#ffffff20;
}
.radio-flex .wpcf7-form-control-wrap .wpcf7-radio{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.wpcf7-not-valid-tip {
	margin-top: 6px;
	font-size:14px;	
}

.file-upload {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-file-label {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc; 
    border-radius: 35px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
}

.custom-file-label input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.file-placeholder {
    flex-grow: 1;
    color: #888;
}

.file-upload .wpcf7-not-valid-tip {
    display: none; 
}

.file-upload + .wpcf7-not-valid-tip {
    display: block; 
    margin-top: 5px;
    color: red;
    font-size: 14px;
}
.error-indicator{
	color: #dc3232;
}

body {
	overflow-x: hidden !important;
	padding-right: 0 !important;
}
.challanges p{
	display: block;
}

.wpcf7-response-output {
    padding: 8px 16px !important;
    text-align: center;
    border-radius: 35px;
    margin: 20px 0px 0 !important;
    font-size: 14px;
}

.wpcf7-form.validating .wpcf7-response-output,
.wpcf7-form.invalid .wpcf7-response-output {
    background-color: rgba(238, 69, 73, .102);
    border: 1px solid #ee4549 !important;
    color: #ee4549;
}

.wpcf7-form.sent .wpcf7-response-output {
    color: #3BB537;
    background-color: rgba(59, 181, 55, 0.1411764706);
    border: 1px solid #3BB537;
}

.blogs .blog-card .blog-details a{
	height: 48px;
}

.blogs .blog-card .blog-details p{
	height: 60px;
}

.blog-details .blog-content p img{
	width: 100%;
}

.blog-details .blog-content a{
	color:#0094D1;
    transition: all 0.3s ease;
}
.blog-details .blog-content a:hover{
	color:#0084BB;
    transition: all 0.3s ease;
}
.blog-details .blog-content h2{
	margin: 20px 0 10px;
}

.blog-details .blog-content ul{
	list-style-type: disc;
	padding-left: 24px;
}

.challanges .section-title-content a{
	color: #0094D1;
}

.challanges .section-title-content ul{
    padding-left: 0;
    margin: 20px 0 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.challanges .section-title-content ul li{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding-left: 28px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: #6c6c6c;
}

.challanges .section-title-content ul li:not(:last-child){
	margin-bottom:10px;
}

.challanges .section-title-content ul li::after{
    content: "";
    position: absolute;
    background-image: url(../images/icons/list-correct.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 18px;
    top: 5px;
    left: 0;
}

.portfolio-wrapper .portfolio-image.placeholder-image{
	height: 236px;
}

.portfolio-wrapper:hover .portfolio-header {
	background-color: transparent;
}

.portfolio-wrapper:hover .portfolio-header a {
	color: #0094D1;
}
.portfolio-wrapper:hover .portfolio-header span {
	color: #6C6C6C;
}

.portfolio-wrapper .portfolio-image,
.portfolio-wrapper .portfolio-image img {
	border-radius: 0 0 10px 10px;
}
.portfolio-slider .portfolio-image img {
	border-radius: 10px;
}

.countries-block a {
	text-decoration: none;
	display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin: 14px 0 0;
    color: #6C6C6C;
}

.menu-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}

footer .footer-bottom .social-title ul {
	flex-wrap:wrap;
}

.certificate-wrapper .get-in-touch .touch-wrapper {
	grid-template-columns: 1fr 1fr;
}

.product-menu .product-box.dicare .product-image {
	background-color: #6b3ba9;
}

.product-menu .product-box.alphaops .product-image {
	background-color: #f5f5f5;
}

.product-menu .product-box .product-image {
	height: 100px;
}

.product-image img {
    height: 50px;
    width: 200px;
}

.product-menu .product-box a {
	text-transform: unset !important;
}

.product-menu .product-box .product-image {
	width: fit-content;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4.product-menu-wrapper {
	max-width: 800px;
}

header .menu-main li.menu-item-has-children.active a.menu-main-item{
    color: #0094d1;
}

.countries .countries-row {
	padding: 30px 20px;
}

.technologies a .tech-logo-card {
	display:grid;
	place-content:center;
	place-items:center;
}

table,td,th {
	border: 1px solid #000;
}

td,th {
	padding: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 20px;
	vertical-align: top;
}
.footer-certification {
   margin-top: 25px;
}

.footer-certification .certificate .certificate-images{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: wrap;
}

.footer-certification .certificate img{
    height: 45px;
}

.industry-menu .industry-menu-wrapper ul li a{
	position:relative;
}

.footer-recognition{
	margin-top: 20px;
}

footer .footer-bottom .footer-recognition ul{
	gap:16px;	
}

footer .footer-bottom .footer-recognition ul li a{
	width: 200px;
	height: 100px;
}

footer .footer-bottom .footer-recognition ul li a img{
	width: inherit;
	height: inherit;
}

.hero-content .certificate-hero{
	margin-top:30px;
}

.hero-content .certificate-hero span{
	font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    color: #1a1a1a;
    display: inline-block;
}

@media screen and (max-width:1600px) {
	.product-image img {
		height: 30px;
		width: 150px;
	}
	.product-box.questwing img {
		width: 165px;
	} 
	
	.contact .section-title-content h2{
		font-size:36px;
	}
}

@media screen and (max-width:991px) {
	.menu-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
	
	.countries {
		margin-top: -213px;
	}
	
	.certificate-wrapper .get-in-touch .touch-wrapper {
		grid-template-columns: 1fr;
	}
	
	.certificate-wrapper .certificate {
		padding: 0 20px 20px;
		border: none;
    }
	
	.product-menu .product-box .product-image {
    	width: 100%;
	}
	
	.portfolio-listing .portfolio-search{
	flex-direction: column;
	align-items: start;
	gap: 16px;
}

.portfolio-listing .portfolio-search ul{
	gap: 8px;
}
	
	
}

@media screen and (max-width:767px) {
	.countries {
		margin-top: 0px;
	}
	.countries .countries-row {
		padding: 0;
	}
	
	footer .footer-bottom .footer-recognition ul{
	gap:10px;	
}
	
}

@media screen and (max-width:600px) {
	.menu-grid {
		grid-template-columns: repeat(2, 1fr);
	}	
	.product-box {
		width: 100%;
	}
}
/*.file-upload .icon {
    width: 24px;
    height: 24px;
}

.file-upload .icon img {
    width: 100%;
    height: auto;
}*/


/*******************************
    404 CSS Start
 *******************************/
 .page-not-found {
   height: calc(100vh - 70px);
   margin-top: 70px;
   z-index: 10;
   background-color: #f2f9fc;
   display: flex;
   align-items: center;
   justify-content: center;
 }
.page-not-found .page-not-found-wrapper h3{
	color: #1a1a1a;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}
.page-not-found .page-not-found-wrapper p{
	color: #6C6C6C;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
}
.page-not-found .page-not-found-wrapper .hero-btn {
    margin-top: 30px;
    text-decoration: none;
    display: inline-block;
}
.page-not-found .page-not-found-wrapper .hero-btn{
	background-color: #0094D1;
    border: 1px solid transparent;
    transition: all 300ms ease;
    font-weight: 500;
    font-size: 16px;
    border-radius: 35px;
    padding: 7px 8px 7px 15px;
    color: #fff;
}
.page-not-found .page-not-found-wrapper .hero-btn span{
	width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 6px;
}
page-not-found .page-not-found-wrapper .hero-btn:hover span path{
	fill: #0084BB;
}
.page-not-found .page-not-found-wrapper .hero-btn span svg{
	fill: #0094D1;
}
 @media (max-width: 1600px) {
   .page-not-found {
     margin-top: 60px;
   }
	 
	
 }
 .page-not-found .page-not-found-wrapper img {
   position: relative;
   z-index: 10;
   animation: moving_object 4s linear infinite;
 }
 @media (max-width: 1399px) {
   .page-not-found .page-not-found-wrapper img {
     width: 70%;
   }
	 
 }
 .page-not-found .page-not-found-wrapper h3 {
   margin-bottom: 20px;
 }
 @media (max-width: 1600px) {
   .page-not-found .page-not-found-wrapper h3 {
     font-size: 34px;
     line-height: 40px;
   }
 }
 @media (max-width: 1024px) {
   .page-not-found .page-not-found-wrapper h3 {
     font-size: 30px;
     line-height: 34px;
     margin-bottom: 16px;
   }
 }
 .page-not-found .page-not-found-wrapper .hero-btn {
   margin-top: 30px;
   text-decoration: none;
   display: inline-block;
 }


 @media (max-width: 1024px) {
   .page-not-found .page-not-found-wrapper .hero-btn {
     font-size: 14px;
     line-height: 20px;
     margin-top: 20px;
   }
	 
	 
	 
	 
 }
 @media (max-width: 1024px) {
   .page-not-found .page-not-found-wrapper .hero-btn span {
     width: 20px;
     height: 20px;
   }
 }
 @media (max-width: 1024px) {
   .page-not-found .page-not-found-wrapper .hero-btn span svg {
     height: 8px;
   }
 }
 .page-not-found .page-not-found-wrapper .page-not-found-content {
   padding-top: 90px;
   position: relative;
   z-index: 10;
 }
 @media (max-width: 1600px) {
   .page-not-found .page-not-found-wrapper .page-not-found-content {
     padding-top: 50px;
   }
 }
 .page-not-found .wavy-bg {
   position: absolute;
   bottom: 0;
   width: 100%;
   left: 0;
   z-index: 0;
 }
 .page-not-found .shape {
   position: absolute;
   z-index: -1;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
 }
 @keyframes moving_object {
   0% {
     -webkit-transform: translateY(0);
     transform: translateY(0);
   }
   50% {
     -webkit-transform: translateY(-20px);
     transform: translateY(-20px);
   }
   100% {
     -webkit-transform: translateY(0);
     transform: translateY(0);
   }
 }
 
 /*******************************
    404 CSS End
 *******************************/
.hero-content .certificate-images{
	margin-top: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10px;
	
}
.hero-content .certificate-images img {
	height:60px;
}
.span-title {
	display:inline-block;
	color: #0094D1;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin: 0 0 5px;
}
.numbers .form-wrapper h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 6px;
    line-height: 30px;
}
@media (max-width: 1199px) {
    .numbers .form-wrapper h3 {
        font-size: 20px;
        line-height: 26px;
    }
	
	footer .footer-bottom .footer-recognition ul li a{
	width: 130px;
	height: 65px;
	}
}

@media (max-width: 767px){
	footer .footer-bottom .footer-recognition ul li a{
	width: 120px;
	height: 60px;
	}
}

.contact-frm{
	display:inline-block;
	position:relative;
	margin-top:10px;
}

.contact-frm .submit-icon{
	width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 6px;
}

.contact-frm input{
	padding-right:42px !important;
}

.contact-frm .submit-icon{
width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 6px;
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-40%);	
}

.contact-frm .submit-icon svg path{
	fill:#0094d1;
}

.wpcf7-spinner{
	position:absolute;
	top:10px;
}

.contact-iframe{
	height:78px;
}

.case-image img{
	width: 100%;
	height: auto;
	aspect-ratio: 16/10;
}

.wpcf7-form-control-wrap.recaptcha iframe{
	padding:0;
}

.life-wings-section .case-block:hover{
	background-color:#0094d1;	
	transition: all 0.3s ease;
}

.life-wings-section .case-block:hover .case-content a, .life-wings-section .case-block:hover .case-content .post-date{
	color: #ffffff;
	transition: all 0.3s ease;
}

.life-wings-section .case-image{
	height: 300px;
}

.life-wings-section .case-image img {
    width: 100%;
	height: 100%;
	aspect-ratio: auto;
	object-fit: cover;
   
}

.life-wings-section .post-date{
	color: #6c6c6c;
	font-size: 14px;
    line-height: 20px;
	font-weight: 400;
    margin-top: 4px;	
}

.client-slider .client-slider-wrapper .img-block img{
	height: 50px;	
}



.testimonials .testimonial-card .testimonial-card-title .client-flex .client-flag{
    width: 24px;
    height: 20px;
    border: none;
    border-radius: 0;
}
.testimonials .testimonial-card span{
    display: flex;
    align-items:center;
    gap: 6px;
}
.testimonials .testimonial-card .testimonial-card-title .client-flex{
    gap: 16px;
}
.testimonials .testimonial-card h6{
    margin-bottom: 4px;
}

.case-slider-wrapper .case-study-image img{
	object-fit:contain;
	max-height:340px;
	aspect-ratio: 16 / 9;
	
}

.company-menu{
	overflow: hidden;
}

.case-study .project-content .project-description{
	height:165px;
}

.case-study .project-content .project-challange{
	bottom:0;
	right:-5px;
	transform:scale(0.9);
}

.blog-details .blog-faq{
  margin-top: 30px;
}

.blog-details .blog-faq .section-title-content{
  margin-bottom: 20px;
}

.blog-details .blog-faq .section-title-content h2{
  font-size: 32px;
  font-weight: 500;

}

.share-wrapper .share .share-blocks a.active {
  color: #fff;
  background-color: #0094D1;
  border-color: #0094D1;
}

.share-wrapper .share .share-blocks a {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 20px;
  display: inline-block;
  border: 1px solid #e0e0e0;
  padding: 6px 15px;
  border-radius: 35px;
}

.blogs .blog-card .blog-details .blog-title > a {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #1a1a1a;
  display: inline-block;
  border: 1px solid #e0e0e0;
  border-radius: 35px;
  padding: 5px 14px;
  height: auto;
  margin-bottom: 0;
}

.blogs .blog-card .blog-details .blog-link {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1a1a1a;
  margin-bottom: 16px;
  text-overflow: ellipsis;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
   height:48px;
   transition: all 300ms ease;
   
}

.blogs .blog-card:hover .blog-details .blog-link{
  color: #0094D1;
  transition: all 300ms ease;
}

.hero .hero-img-block > img{
	height: 490px;
}

.hero.hero-home .hero-img-block > img{
		max-height: 590px;
	}

.hero.hero-home .hero-img-block{
	align-self: center;
}

.blogs .blog-card .blog-image{
	height: auto;
overflow: hidden;
display: block;
width: 100%;
position: relative;
padding: 56% 0 0 0;
}

.blogs .blog-card .blog-image > img{
	height: 100%;
width: 100%;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
display: block;
right: 0;
bottom: 0;
}

.hero-wavy-image{
width: 100%;
}

.blog-connect-link {
        padding: 20px;
        background-color: #0094d1;
        border-radius: 5px;
        text-align: center;
    }

    .blog-connect-link p {
        color: #ffffff !important;
        font-size: 18px !important;
        line-height: 24px !important;
        font-weight: 500 !important;
        margin: 0 !important;
    }

    .blog-connect-link a {
        display: inline-block;
        text-decoration: none;
        background-color: #ffffff;
        border: 1px solid transparent;
        border-radius: 5px;
        padding: 8px 20px;
        color: #0094d1 !important;
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
        margin-top: 10px;
        transition: all 0.3s ease;
    }

    .blog-connect-link a:hover {
        background-color: #0094d1;
        color: #ffffff !important;
        border-color: #ffffff;
        transition: all 0.3s ease;
    }

.blog-details .blog-content h2{
	 font-size: 30px;
	line-height:36px;
	font-weight:600;
	margin-top:24px;
	margin-bottom: 16px;
}

.blog-details .blog-content h3{
	 font-size: 20px;
	 line-height:26px;
	 font-weight: 600;
	 margin-top:16px;
	 margin-bottom: 10px;
}

.blog-details .blog-content h4{
	font-size: 16px;
	line-height:22px;
	font-weight: 600;
 	margin-top:10px;
 	margin-bottom: 8px;
}





@media (max-width: 1600px){
	 footer .footer-bottom .footer-recognition ul li a{
	width: 180px;
	height: 90px;
	}

	.hero.hero-home .hero-img-block > img{
		max-height: 500px;
	}

	.case-detail-hero .case-detail-logo img{
    width: 160px;
    height: 160px;
}
	
}

@media (max-width: 1440px) {
    .hero .hero-img-block > img {
        height: 370px;
    }
	
	.hero.hero-home .hero-img-block > img{
		max-height: 450px;
	}
}

@media (max-width: 1399px){
	 footer .footer-bottom .footer-recognition ul{
	gap:12px;	
	}
	  
	footer .footer-bottom .footer-recognition ul li a{
	width: 150px;
	height: 75px;
	}
	
	.hero.hero-home .hero-img-block > img{
		max-height: 400px;
	}
    
    .case-detail-hero .case-detail-logo img{
    width: 140px;
    height: 140px;
	}
	
	
}

@media (max-width: 1280px){
	.hero.hero-home .hero-img-block > img{
		max-height: 350px;
	}
}

@media (max-width: 1024px){
	a#simple-chat-button--button{
		 width:50px;
		 height: 50px;
		 background-size: 34px 34px;
	}
	
	.hero.hero-home .hero-img-block > img{
		max-height: 300px;
	}
    
    .case-detail-hero .case-detail-logo img{
    width: 120px;
    height: 120px;
	}
	
		.blog-details .blog-content h2{
	font-size: 24px;
	line-height:30px;
	}

	.blog-details .blog-content h3{
	font-size: 18px;
	line-height:24px;
	}
	
	.client .client-logo-reverse-wrapper span img, .client .client-logo-wrapper span img {
        max-width: 140px !important;
        height: 40px !important;
		object-fit: contain;
}
	
}

@media (max-width: 767px){
	.client-slider .client-slider-wrapper .img-block img{
		height: 40px;	
	}
	
	.offer .offer-card h3, .offer .offer-card a{
		font-size: 14px;
		line-height: 20px;
	}
	
	.offer .offer-card h3{
		word-break:break-word;
	}
	
	.offer .offer-card a i{
		transform: translateX(6px);
	}
	
	.blog-details .blog-faq .section-title-content h2{
		font-size: 24px;
	}
	
	.hero .hero-img-block > img{
	height: 320px;
	}

	.case-detail-hero .case-detail-logo img{
    width: 100px;
    height: 100px;
	}

	.blog-details .blog-content h4{
	font-size: 14px;
	line-height:20px;
	}
    
     .client .client-logo-reverse-wrapper span img, .client .client-logo-wrapper span img {
            max-width: 120px !important;
            object-fit: contain;
    }
	
}

@media (max-width: 576px){
	.hero .hero-img-block > img{
		height: 220px;
	}
	
	.hero.hero-home .hero-img-block > img{
		max-height: 230px;
	}	
    
    .blog-connect-link{
         padding: 16px !important;
    }

     .blog-connect-link p{
         font-size: 16px !important;
         line-height: 22px !important;   
    }

     .blog-connect-link a{
         padding: 6px 16px !important; 
         font-size: 14px !important;
         line-height: 20px !important;
     }
	
	.hero .bread ul{
	flex-wrap:wrap;
	}
	

}
/*************** 11-06-25 *****************/
#ez-toc-container{
  border-radius: 10px !important;
  border: 1px solid #e0e0e0 !important;
  background: unset !important;
  padding: 25px 20px !important;
}
#ez-toc-container .ez-toc-title{
  line-height: 24px !important;
  color: #1a1a1a !important;
}
.ez-toc-title-container{
  margin-bottom: 20px;
}
.ez-toc-link {
  line-height: 20px !important;
  color: #1a1a1a !important;
  margin-bottom: 10px !important;
}
.ez-toc-link:hover {
  color: #0094D1 !important;
  text-decoration: unset !important;
}