/**choose-section-start**/

.choose-wrapper {
	background-image: url(../images/choose-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/* .choose-content button {
	border-radius: 17px;
	color: #fff;
	background: transparent;
	border: inherit;

} */
.pb-7{
padding-bottom: 7rem;
}
 .pt-7{
padding-top: 7rem;
 }
.choose-content h1 {
	color: #fff;
	font-size: 40px;
	padding-top: 15px;
	font-weight: 700;
}

.choose-content p {
    color: #fff;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

/**choose-section-end**/


/**steps-section-start**/
.steps-content span {
	color: #3C534D;
}

.steps-content h1 {
	font-size: 35px;
	padding-top: 5px;
}

.steps-content p {
	color: #000;
}

.steps-box {
	border: 1px solid #D7D7D7;
	padding: 20px;
	color: #000;
}

.steps-box:hover {
/*	border: 1px solid #000;*/
	background-color: #fff;
}

.steps-box:hover .count {
	background-color: #000;
	color: #fff;
}

.steps-box:hover .count span {
	color: #fff;
}

.count {
	background-color: #EFEFEF;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	position: relative;
}

.count span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	color: #000;
	font-weight: 600;
}

.steps-box h2 {
	padding-top: 20px;
	font-weight: 700;
	font-size: 24px;
}

.steps-box p {
	color: #858585;
	padding-top: 20px;
}

/**steps-section-end**/

/**common-header**/
.common-wrapper {
	background-image: url(../images/leading-IT-company-in-coimbatore.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
}
.common-heading{
	padding-top:3rem;
}
.common-heading span{
	color: #ff5a01;
}
.common-heading h1 {
	color: #fff;
	padding-top: 20px;
	font-size: 40px;
	font-weight: 500;
}

.common-color {
	background-color: #F5F5F5;
}

.service-heading h1 {
	color: #000;
	padding-top: 15px;
}

.h1-title {
	font-size: 35px;
	line-height: 50px;
	color: #101F38;
	font-weight: bold;
	font-family: 'Nunito', sans-serif;
	margin-bottom: 48px
}

.h1-title span {
	display: block
}

.sub-title {
	display: block;
	font-size: 20px;
	line-height: 20px;
	color: #09AFF4;
	letter-spacing: 6px;
	font-family: 'Nunito', sans-serif;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 20px
}

.h2-title {
	font-size: 38px;
	font-weight: 400;
	color: #262626;
	margin-bottom: 15px;
	position: relative
}

.h2-title .small-font {
	font-size: 21px;
	margin-right: 5px;
}

.h3-title {
	font-size: 21px;
	line-height: 26px;
	color: #010f2e;
	font-weight: bold;
	font-family: 'Nunito', sans-serif;
	margin-bottom: 12px
}

.h4-title {
	font-size: 45px;
	line-height: 50px;
	color: #010f2e;
	font-weight: bold;
	font-family: 'Nunito', sans-serif;
	margin-bottom: 25px
}

.sec-btn {
	/* height: 60px; */
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	padding: 8px 40px;
	background: #09AFF4;
	background-size: 400% 100%;
	background-position: left center;
	border-radius: 50px;
	overflow: hidden;
	position: relative;
	border: 0;
	outline: 0;
	transition: .3s
}

.sec-btn:hover {
	color: #fff
}

.sec-btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #109dd7;
	transform: rotate3d(0, 0, 1, 45deg) translate3d(-30px, 4em, 0px);
	transform-origin: 0 100% 0;
	transition: transform .4s ease 0s, opacity .4s ease 0s, background-color .4s ease 0s;
	border-radius: 4px;
	opacity: 0;
	transition: .3s;
	z-index: 0
}

.sec-btn:hover:before {
	opacity: 1;
	transform: rotate3d(0, 0, 1, 0deg);
	transition-timing-function: cubic-bezier(0.3, 1, 0.3, 1)
}

.sec-btn span {
	position: relative;
	z-index: 1
}

.sec-btn span i {
	margin-left: 10px
}

.about-content .sub-title {
	margin-bottom: 8px
}

.about-text {
	margin-bottom: 36px
}

.about-list {
	padding-left: 25px;
}

.about-list li {
	font-size: 14px;
	line-height: 27px;
	color: #3E4D68;
	font-weight: normal;
	margin-bottom: 12px;

}

.about-list li {
	list-style: none;
	margin: 1em 0;
}

.about-list li:before {
	content: '\2713';
	display: inline-block;
	position: relative;
	top: 0px;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
	border: 2px solid #00AFEF;
	background-color:#00AFEF;
	border-radius: 50%;
	text-align: center;
}

.h2-title-2 {
	font-weight: 600;
	font-size: 14px;
}

.main-our-services {
	position: relative;
}

.get-quote {
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform-origin: bottom right;
	position: absolute;
	top: 0;
	right: 0;
}

.module-type{
	background-color: #F4F4F4;
}
.module-accordion .card{
	background: transparent!important;
}

.service-color{
	background-color: #F2F2F2;
}

@media (min-width: 768px) {
	.dropdown-menu .col-md-3 {
		max-width: 20% !important;
	}
}

.vertical-menu a {
	display: block;
	padding: 12px;
	text-decoration: none;
	margin: 10px;
	position: relative;
	border-bottom: 1px solid #ccc;
	color: #666;
	font-weight: 300;
}

.vertical-menu a.active {
	color: #000!important;
	font-weight: 600;
	margin: 10px;
}

.vertical-menu a.active:hover {
	color: #000;
}

.vertical-menu a:hover {
	color: black;
}

.vertical-menu a.active i {
	color: #000;
	font-weight: 600;
}

.contact-section {
	background-color: #000;
	height: 300px;
	position: relative;
	margin-top: 2rem;
	border-radius: 10px;
}

.contact-section {
	position: relative;
}

.contact-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.contact-content h1 {
	font-size: 34px;
	color: #fff;
	font-weight: 500;
}

.contact-content button {
	border-radius: 6px;
	background: #FFF;
	color: #000;
	margin-top: 20px;
	font-size: 14px;
}

.contact-content i {
	color: #07A537;
	font-size: 18px;
	font-weight: 500;
}

.service-accordin ul {
	padding-inline-start: inherit !important;
}

.service-accordin li {
	list-style: none;
	padding-top: 1rem;
	color: #5B5B5B;
	text-align: justify;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
}

.service-accordin li:before {
	content: '\2713';
	display: inline-block;
	position: relative;
	top: 0px;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	background: #00AFEF;
}

.qa-content h2 {
	color: #000;
	font-size: 40px;
	font-weight: 300;
	letter-spacing: -0.8px;
	line-height: 50px;
}

.qa-content ul {
	padding-inline-start: inherit !important;
}

.qa-content li {
	list-style: none;
	padding-top: 1rem;
	color: #666665;
	text-align: justify;
	font-size: 20px;
	font-weight: 300;
	line-height: 38px;
}

.qa-content li:before {
	content: '\2713';
	display: inline-block;
	position: relative;
	top: 0px;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	background: #000;
}
.qa-content button{
	border-radius: inherit;
    border: 1px solid #000;
    color: #000;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 300;
    background-color: transparent;
	display: flex;
	align-items: center;

}
.qa-content button i{
	color:#000;
	margin-left: 10px;
}
.arrowwhite , .arrowblack{
	padding-left:5px;
}
.qa-content button:hover i {
	color: #fff;
}
.qa-content button:hover{
	background-color: #000!important;
	color: #fff!important;
	padding: 10px 20px!important;
	display: flex;
	align-items: center;
}



.main-our-services {
	background-color: #fff;
}

.icons-wrapper {
	background-color: #fff;
}


.icons-white {
	background-color: #EEEEEE;
}

.question-wrapper {
	background-color: #EEEEEE;
}

.qa-white h2 {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.8px;
}

.qa-white li {
	list-style: none;
	padding-top: 1rem;
	color: #000;
	text-align: justify;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
}

.qa-white li:before {
	content: '\2713';
	display: inline-block;
	position: relative;
	top: 0px;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	background: #00AFEF;
}

@media(max-width:1200px) {
	.contact-content h1 {
		font-size: 14px;
	}
	.common-heading h1 {
		font-size: 35px;
	}
	.choose-content h1 {
		font-size: 35px;
	}
	.mission-content h2 {
		font-size: 30px;
	}
	.mission-content p {
		font-size: 16px;
	}
	.header-wrapper .navbar-dark .navbar-nav .nav-link{
		font-size: 14px!important;
	}
	.choose-content p {
		font-size: 16px;
	}
	.industry_btn_text_inner__YPCzp .industry_title___7heq{
		font-size: 35px!important;
	}
}
@media(max-width:768px){
	.choose-content h1 {
		font-size: 28px;
	}
	.choose-content p {
		font-size: 15px;
	}
	.mission-content p {
		font-size: 15px;
	}
	.common-heading h1 {
		font-size: 24px;
	}
}
@media(max-width:577px){
	.webbitech-content p {
		font-size: 16px!important;
	}
	.choose-content p {
		font-size: 16px;
	}
	.mission-content p {
		font-size: 16px!important;
	}
	.steps-content h1 {
		font-size: 26px!important;
	}
	.heading-wrapper .heading-content h1{
		font-size: 25px!important;
	}
	.heading-wrapper .heading-content h1 span a{
    font-size: 25px !important;
   
}
.heading-wrapper .heading-content h1 span a:hover{
   color: #0056b3;
   
}
	.heading-content p{
		line-height: 42px!important;
	}
	.module-heading h2{
		font-size: 24px;
	}
	.qa-content h2{
		font-size: 26px;
	}
	.service-accordin .card-body p{
		font-size: 20px!important;
	}
	.qa-content li{
		font-size: 18px!important;
	}
}

.service-accordin .accordion {
	margin-top: inherit;
	margin-bottom: inherit;
}

.service-accordin .accordion .card {
	border-radius: 8px;
	border: 1px solid #FF5A01;
	background: transparent!important;
	padding: 15px 15px 25px 15px
}

.service-accordin .accordion .card h2 {
	background-image: url(../images/Service/minus.webp);
	background-size: 20px;
	cursor: pointer;
	font-size: 30px;
	font-weight: 400;
	background-repeat: no-repeat;
	background-position: right;
	transition: all 0.4s ease;
}
.service-accordin .accordion .card h2:hover {
	transform: translateX(15px);
}
.service-accordin .accordion .card span {
	color: #9f9f9f;
	font-size: 25px;
	font-weight: 200;
	letter-spacing: -0.5px;
	padding-right: 20px;
}
.arrowwhite{
	display: none;
}
button:hover .arrowwhite{
	display: block;
}
button:hover .arrowblack{
	display: none;
}

.service-accordin .card-head p {
	color: #8B857F;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.96px;
	padding-top: 10px;
}


.service-accordin .accordion .card h2.collapsed {
	background-image: url(../images/Service/plus.webp) !important;
	cursor: pointer;
	font-size: 24px;
	font-weight: 400;
	background-repeat: no-repeat;
	background-position: right;
	background-size: 20px;
	transition: transform 0.3s ease;
}

.service-accordin .accordion .card-body {
	padding-left: 0;
	padding-right: 0;
}

.service-accordin .accordion .card {
	border-bottom: 1px solid #ccc !important;
	background: #FFF;
	margin-top: 15px;
	border-top: inherit;
	border-left: inherit;
	border-right: inherit;
}

.service-accordin .card-body p {
	color: #262626;
	line-height: 40px; 
	font-size: 20px;
	font-weight: 200;
}

.module-heading h2 {
	color: #262626;
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -0.94px;
	/* text-transform: uppercase; */
}

.module-heading .bottom-border-below {
	border-bottom: 2px solid #000;
	max-width:100px;
	margin: 0 auto;
	padding-top: 5px;
}

.process-wrapper {
/*    background-image: url(../images/Service/Logodesign/logo-bg.webp);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.icons-heading span {
    color: #00AFF0;
}

.icons-heading h1 {
    padding-top: 15px;
    color: #fff;
}
.common-padding{
	padding-top:3rem;
	padding-bottom:3rem;
}


.heading-wrapper .heading-content h1{
    font-size: 45px;
    font-weight: 200;
}
.heading-wrapper .heading-content h1 span a{
    font-size: 45px;
    font-weight: 200;
}
.heading-wrapper .heading-content h1 span a:hover{
   color: #0056b3;
   
}
.industry_title___7heq{
	color: #000;

font-family: Lexend;
font-size: 40px!important;
font-weight: 300;
line-height: normal;
letter-spacing: 0.2px;
}
.dash{
	border-bottom: 1px solid #898f8b;
	width: 220px;
	padding-top: 15px;
}

.icons-wrapper{
/*	background-image: url(../images/Service/logo-main.webp);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-wrapper{
/*	background-image: url(../images/Service/logo-main.webp);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



@media(max-width:1440px){
	.qa-content h2 {
		font-size: 36px;
	}
	.common-heading{
		padding-top:1rem;
	}

}
@media (max-width: 1280px){
	.qa-content h2 {
		font-size: 32px;
	}
	.qa-content li{
		font-size:18px;
	}
	.vertical-menu a{
		font-size:12px;
	}
	.contact-content button{
		font-size:12px;
	}
	.h2-title{
		font-size:25px;
	}
	.module-heading h2{
		font-size:25px;
	}
	.service-accordin .accordion .card span{
		font-size:20px;
	}
	
}
@media(max-width:992px){
	.h2-title{
		margin-top:1rem;
	}
	.service-img {
		padding-top: 2rem;
	}
	.module-img{
		margin-top:1rem;
	}
	.common-padding{
		padding-top:1rem;
		padding-bottom:1rem;
	}
	.vertical-menu , .contact-section{
        display:none;
    }
	.process-content button {
		padding: 5px 10px!important;
	}
	.process-content h2{
		font-size:20px!important;
	}
	.requirement img{
		max-width: 100%!important;
	}
	.module{
		margin-top:1rem;
	}
	.common-heading h1 {
		font-size: 28px;
	}
	.webbitech-content p{
		font-size: 15px;
	}
	.banner-button button {
		padding: 8px 18px!important;
		font-size: 14px!important;
	}
	.industry_btn_text_inner__YPCzp .industry_title___7heq{
		font-size: 28px!important;
	}

}
@media(max-width:768px){
	.module-heading h2 {
		font-size: 28px;
	}
	.h2-title {
		font-size: 18px;
	}
	.qa-content h2 {
		font-size: 30px;
	}
	.qa-content li {
		font-size: 17px;
	}
	.module-wrapper {
		padding-top:none!important;
	}
	.service-accordin .card-body p{
		font-size:18px;
	}
	.requirement img{
		margin:0 auto;
		margin-top:10px
	}
	.requirement-content{
		text-align: center;
		margin-top:1rem;
	}
	.process-content{
		text-align: center;
	}
	.service-accordin .accordion .card span {
		font-size: 15px!important;
	}
	.h2-title {
		font-size: 16px!important;
	}
	.about-text p {
		font-size: 14px!important;
	}
	.common-heading{
		padding-top:1.75rem;
	}
	.industry_btn_text_inner__YPCzp .industry_title___7heq {
		font-size: 20px!important;
	}
}

.process-section{
	background-color: #F4F4F4;
	
}
.process-content h2{
	color: #262626;
font-family: Lexend;
font-size: 40px;
font-weight: 300;
}
.process-content button{
    border: 1px solid #000;
    color: #000;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
}

.requirement{
	border-radius: 10px;
background: #FFF;
padding:10px;

}
  
  /* Vertical Slider 100% Height */
  .vertical .carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  
  /* Vertical Slider Animation */
  .vertical .carousel-item-next.carousel-item-left,
  .vertical .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .vertical .carousel-item-next,
  .vertical .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
  }
  
  .vertical .carousel-item-prev,
  .vertical .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  
  /* Vertical Ccarousel Indicators on Right */
  .carousel-indicators {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    right: 10px;
    left: auto;
    width: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  
  .carousel-indicators > li {
    display: block;
    border-radius: 12px;
    width: 12px;
    height: 12px;
    border: 0;
  }
  
  .carousel-indicators li.active {
    margin-bottom: 5px;
    background: #fff;
  }
  
  /* Vertical Carousel Controls on Right */
  .carousel.vertical .carousel-control-prev,
  .carousel.vertical .carousel-control-next {
    left: auto;
    right: 13.5px;
    width: 50px;
  }
  .carousel.vertical .carousel-control-prev.up {
    top: 0;
    bottom: 50%;
  }
  .carousel.vertical .carousel-control-next.down {
    top: 50%;
    bottom: 0;
  }
  .carousel.vertical .carousel-control-prev.up i,
  .carousel.vertical .carousel-control-next.down i {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 2em;
    color:rgb(0, 73, 83);
  }
  .carousel.vertical .carousel-control-prev.up i {
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -10px;
    color:rgb(0, 73, 83);
  }
  .carousel.vertical .carousel-control-next.down i {
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -10px;
    color:rgb(0, 73, 83);
  }
  
  /* Vertical Carousel Captions Size */
  .carousel-caption {
    max-width: 100%;
    width: 100%;
    height: 85%;
    left: 0;
  }
  .bottom-border{
    border-bottom:1px solid #ccc;
  }

  @-webkit-keyframes shrink {
	0% {
	  color: green;
	  transform: scale(2);
	}
	100% {
	  transform: scale(1);
	  color: grey;
	}
  }
  @keyframes shrink {
	0% {
	  color: green;
	  transform: scale(2);
	}
	100% {
	  transform: scale(1);
	  color: grey;
	}
  }
  @-webkit-keyframes grow {
	0% {
	  transform: scale(1);
	  color: grey;
	}
	100% {
	  transform: scale(2);
	  color: green;
	}
  }
  @keyframes grow {
	0% {
	  transform: scale(1);
	  color: grey;
	}
	100% {
	  transform: scale(2);
	  color: green;
	}
  }
  /* $. Classes
  \*----------------------------------------------------------------*/
  .animate {
	transform: translate3d(0, 0, 0);
	perspective: 1000;
	filter: blur(0);
	-webkit-animation-iteration-count: 1;
			animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
	transform-origin: center left;
  }
  
  .animate--shrink, .hero__title .slick-current > span {
	-webkit-animation-duration: 1s;
			animation-duration: 1s;
	-webkit-animation-name: shrink;
			animation-name: shrink;
	-webkit-animation-timing-function: "linear";
			animation-timing-function: "linear";
  }
  
  .animate--grow, .no-js .hero__title .slick-dupe:nth-child(2) > span, .hero__title .slick-current + .slick-slide > span {
	-webkit-animation-duration: 1s;
			animation-duration: 1s;
	-webkit-animation-timing-function: "linear";
			animation-timing-function: "linear";
	-webkit-animation-name: grow;
			animation-name: grow;
  }
  
  /* Slider */
  .slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	touch-callout: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	touch-action: pan-y;
	tap-highlight-color: transparent;
	padding-top: 15px;
  }
  
  .slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
  }
  .slick-list:focus {
	outline: none;
  }
  .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
  }
  
  .slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
  }
  .slick-track:before, .slick-track:after {
	content: "";
	display: table;
  }
  .slick-track:after {
	clear: both;
  }
  .slick-loading .slick-track {
	visibility: hidden;
  }
  
  .slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
  }
  [dir=rtl] .slick-slide {
	float: right;
  }
  .slick-slide img {
	display: block;
  }
  .slick-slide.slick-loading img {
	display: none;
  }
  .slick-slide.dragging img {
	pointer-events: none;
  }
  .slick-initialized .slick-slide {
	display: block;
  }
  .slick-loading .slick-slide {
	visibility: hidden;
  }
  .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 0;
	outline: none;
  }
  .slick-vertical .slick-slide::-moz-selection {
	outline: none !important;
	border: 0 !important;
	box-shadow: none;
  }
  .slick-vertical .slick-slide:focus, .slick-vertical .slick-slide:active, .slick-vertical .slick-slide::selection {
	outline: none !important;
	border: 0 !important;
	box-shadow: none;
  }
  
  .slick-arrow.slick-hidden {
	display: none;
  }
  
  .slick-current {
	position: relative;
  }
  
  .hero__title .slick-slide {
	overflow: hidden;
	padding: 20px 0;
  }
  
  .hero__title [aria-hidden] {
	transition: 1s;
  }
  
  /* 
  .hero__title [aria-hidden="false"]{
	  opacity: 1;
  }
  
  .hero__title [aria-hidden="true"] {
	  opacity: 0;
  }
   */
  .hero__title .slick-current > span {
	box-sizing: border-box;
	display: block;
  }
  
  .no-js .hero__title .slick-dupe:nth-child(2) > span {
	padding: 1em;
  }
  
  .hero__title-misc {
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: grey;
  }
  .for-process{
	background-color: #fff!important;
  }


  .industry_btn_wrapper__ASyA0 {
    --color: var(--dark);
    --bg-color: var(--light);
    --border-color: var(--primary);
    --image-size: 22.3333333333rem;
    --padding-top: 1.2222222222rem;
    --padding-bottom: 1.2222222222rem;
    --padding-right: 3.3333333333rem;
    width: 100%;
    position: relative;
    text-decoration: none;
    background-color: transparent;
    color: var(--color);
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    border: 0;
    display: flex;
    padding: 0
}

@media(min-width: 576px) {
    .industry_btn_wrapper__ASyA0 {
        --padding-top:1.4611111111rem;
        --padding-bottom: 1.4611111111rem
    }
}

@media(min-width: 992px) {
    .industry_btn_wrapper__ASyA0 {
        --padding-top:2.4722222222rem;
        --padding-bottom: 2.4722222222rem
    }
}

@media(hover: hover) {
    .industry_btn_wrapper__ASyA0 {
        --padding-right:0rem
    }
}

.industry_btn_wrapper__ASyA0:hover{
	box-shadow: inherit;
    border:inherit!important;
}
.industry_btn_wrapper__ASyA0:first-child .industry_btn_text_inner__YPCzp {
    border-top: 1px solid #000;
}

.industry_btn_text_inner__YPCzp {
    width: 100%;
    position: relative;
    display: flex;
    padding-top: var(--padding-top);
    padding-bottom: var(--padding-bottom);
    border-bottom: 1px solid #000;
    margin-top: -.0555555556rem;
    padding-right: var(--padding-right)
}

.industry_btn_text_inner__YPCzp .industry_icon__w9IG2 {
    position: absolute;
    right: .2777777778rem;
    margin: auto;
    top: 50%;
    transform: translateY(-50%) rotate(270deg) scale(.65);
    opacity: .6;
    transition: all .3s ease-in-out
}

@media(min-width: 992px) {
    .industry_btn_text_inner__YPCzp .industry_icon__w9IG2 {
        transform:translateY(-50%) scale(.8)
    }
}

@media(hover: hover) {
    .industry_btn_text_inner__YPCzp .industry_icon__w9IG2 {
        opacity:0;
        transform: translateY(-50%);
        right: .8333333333rem
    }
}

@media(hover: hover)and (min-width:992px) {
    .industry_btn_text_inner__YPCzp .industry_icon__w9IG2 {
        transform:translateY(-50%)
    }
}

.industry_btn_text_inner__YPCzp .industry_title___7heq {
    position: relative;
    font-size: 1.2222222222rem;
    transition: all .42s ease-in-out;
    text-align: left
}

@media(min-width: 992px) {
    .industry_btn_text_inner__YPCzp .industry_title___7heq {
        font-size:2.5555555556rem;
		font-size: 30px!important;
    }
}

.industry_btn_text_inner__YPCzp .industry_title___7heq .industry_counter_number__Kq2h1 {
    position: absolute;
    right: 0;
    top: -.8333333333rem;
    font-size: .7777777778rem;
    line-height: 1;
    opacity: 0;
    transition: all .3s ease-in-out
}

.industry_image_wrapper__h5Knc {
    width: var(--image-size);
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .3s ease-in-out;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: none
}

@media(min-width: 992px) {
    .industry_image_wrapper__h5Knc {
        display:block
    }
}

.industry_image_wrapper__h5Knc .industry_image_container__RT0uf {
    width: 100%;
    transform: rotate(0deg);
    transition: all .3s ease-in-out
}

.industry_image_wrapper__h5Knc .industry_image_container__RT0uf:after {
    content: "";
    padding-bottom: 67.1641791045%;
    position: relative;
    display: flex;
    width: 100%
}

.industry_image_wrapper__h5Knc .industry_image_container__RT0uf img {
    object-fit: cover
}

@media screen and (max-width: 767.98px) {
    .industry_btn_wrapper__ASyA0 .industry_btn_text_inner__YPCzp .industry_icon__w9IG2,.industry_btn_wrapper__ASyA0 .industry_btn_text_inner__YPCzp .industry_title___7heq {
        transition:transform .3s ease;
        transform: none;
        will-change: transform
    }

    .industry_btn_wrapper__ASyA0 .industry_btn_text_inner__YPCzp .industry_icon__w9IG2 {
        transform: translateY(-50%) rotate(270deg) scale(.65)
    }

    .industry_btn_wrapper__ASyA0:active .industry_btn_text_inner__YPCzp .industry_title___7heq {
        transform: translateX(10px)
    }

    .industry_btn_wrapper__ASyA0:active .industry_btn_text_inner__YPCzp .industry_icon__w9IG2 {
        transform: translateY(-50%) rotate(270deg) scale(.65) translateX(0)
    }
}

@media(hover: hover) {
    .industry_btn_wrapper__ASyA0:hover {
        z-index:99
    }

    .industry_btn_wrapper__ASyA0:hover .industry_image_wrapper__h5Knc {
        opacity: 1
    }

    .industry_btn_wrapper__ASyA0:hover .industry_image_wrapper__h5Knc .industry_image_container__RT0uf {
        transform: rotate(15deg)
    }

    .industry_btn_wrapper__ASyA0:hover .industry_btn_text_inner__YPCzp .industry_icon__w9IG2 {
        right: -7%;
        opacity: 1
    }

    .industry_btn_wrapper__ASyA0:hover .industry_title___7heq .industry_counter_number__Kq2h1 {
        opacity: 1
    }

    .industry_btn_wrapper__ASyA0:hover .industry_title___7heq {
        transform: translateX(2.2222222222rem)
    }
}

.industryIstBlock_wrapper__uOB1r {
    --padding-bottom: 2.7777777778rem;
    --padding-top: 0.2777777778rem;
    width: 100%;
    position: relative;
    padding-bottom: var(--padding-bottom);
    padding-top: var(--padding-top)
}

@media(min-width: 992px) {
    .industryIstBlock_wrapper__uOB1r {
        --padding-bottom:7.7777777778rem;
        --padding-top: 2.7777777778rem
    }
}

.industryIstBlock_inner__TNEaE {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative
}

.industryIstBlock_title__5U_WE {
    width: 100%;
    max-width: 50rem;
    line-height: 1.2
}

.industryIstBlock_action_wrapper__3pWlB {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.2222222222rem
}

@media(min-width: 992px) {
    .industryIstBlock_action_wrapper__3pWlB {
        margin-top:4.4444444444rem
	}
}

.testimonials-wrapper button{
	background-color: transparent;
	color: #000;
	padding: 10px 20px;
}

.testimonial-button:hover button{
	background-color: #000;
	color: #fff;
}

.heading-content p{
	color: #262626;
text-align: justify;
font-family: Lexend;
font-size: 20px;
font-style: normal;
font-weight: 200;
line-height: 45px; /* 200% */
letter-spacing: 0.5px;
padding-top:1rem;
}
.icon-img{
	max-width: 60%;
}
.snowss {
	position: absolute;
	top: 0;
	left: 0;
  z-index:99;
}