/* Header Footer CSS */

@font-face {
	font-family: 'Sansation Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Sansation Regular'), url('../fonts/Sansation-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Sansation';
	font-style: normal;
	font-weight: normal;
	src: local('Sansation'), url('../fonts/Sansation_Regular.woff') format('woff');
}

@font-face {
	font-family: 'Sansation Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Sansation Italic'), url('../fonts/Sansation-Italic.woff') format('woff');
}


@font-face {
	font-family: 'Sansation Light';
	font-style: normal;
	font-weight: normal;
	src: local('Sansation Light'), url('../fonts/Sansation_Light.woff') format('woff');
}


@font-face {
	font-family: 'Sansation Bold Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Sansation Bold Italic'), url('../fonts/Sansation-BoldItalic.woff') format('woff');
}


@font-face {
	font-family: 'Sansation Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Sansation Bold'), url('../fonts/Sansation-Bold.woff') format('woff');
}


@font-face {
	font-family: 'Sansation Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Sansation Bold'), url('../fonts/Sansation_Bold.woff') format('woff');
}
.newheader {
    background: #010206;
}
.newheader .navbar {
    padding: 0;
}
.newheader .row {
    width: 100%;
    align-items: center;
}
.newheader .navbar .navbar-brand {
    max-width: 205px;
}
.newheader .navbar-nav .nav-link {
    padding: 15px 9px !important; /**/
	color: #fff;
    font-family: satoshi,sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.headercontactbtn .nav-link {
    float: right;
    background: linear-gradient(185deg, rgba(255,255,255,1) 0%, rgba(154,42,253,1) 0%, rgba(221,61,248,1) 100%);
    color: #fff;
    border-radius: 25px;
    padding: 6px 30px;
	font-family: satoshi,sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.newheader .navbar-brand img{
	margin-top: 6px;
}
footer.footernewhome{
	background:#1C2436;
	padding:40px 0;
	overflow:hidden;
}
footer.footernewhome .ft-logo{
	margin-bottom:25px;
}
footer.footernewhome h3{
	color:#fff;
	font-family: 'Sansation Bold';
	font-size:18px;
	letter-spacing:0.5px;
	line-height:30px;
}
footer.footernewhome ul{
	list-style-type:none;
	padding-left:0;
	margin:0;
}
footer.footernewhome ul li, footer.footernewhome ul li a{
	display:block;
	font-family: satoshi,sans-serif;
    font-size: 14px;
    font-weight: 300;
	position:relative;
	color:#fff;
	margin:0;
	margin-top:10px;
	padding-left:25px;
}
footer.footernewhome ul li i{
	position:absolute;
	left:0;
	top:5px;
}
footer.footernewhome ul.normal-list li, footer.footernewhome ul.normal-list li a{
	padding-left:0;
}
footer.footernewhome input[type="text"], footer.footernewhome input[type="password"], footer.footernewhome input[type="email"], footer.footernewhome input[type="url"], footer.footernewhome input[type="date"], footer.footernewhome input[type="month"], footer.footernewhome input[type="time"], footer.footernewhome input[type="datetime"], footer.footernewhome input[type="datetime-local"], footer.footernewhome input[type="week"], footer.footernewhome input[type="number"], footer.footernewhome input[type="search"], footer.footernewhome input[type="tel"], footer.footernewhome input[type="color"], footer.footernewhome textarea{
	background: #fff !important;
	border:0;
	font-size:13px !important;
	box-shadow:none !important;
	color:#000 !important;
	border-bottom:1px solid #333;
}
footer.footernewhome .new-ft-form label{
	color:#333;
	font-family: satoshi,sans-serif;
    font-size: 14px;
    font-weight: 500;
}
footer.footernewhome .new-ft-form input[type="tel"]{
	padding: 5px 0;
}
footer.footernewhome input[type="submit"]{
    background: linear-gradient(185deg, rgba(255,255,255,1) 0%, rgba(154,42,253,1) 0%, rgba(221,61,248,1) 100%);
    color: #fff;
    border-radius: 25px;
    padding: 10px 30px;
    font-family: satoshi,sans-serif;
    font-size: 16px;
    font-weight: 500;
	margin-top:15px;
	margin-left:20px;
}

/* Home Page CSS start */

.newhome-banner{
	background:url("/wp-content/uploads/2024/02/homenew-banner.png")#010206;
	padding:80px 0 90px ;
	background-size:cover;
	background-repeat: no-repeat;
}
/* .newhome-banner newpadding {
  padding-bottom: 90px;
} */

.newhome-banner .caption{
	width:70%;
}
.newhome-banner h1{
	color:#fff;
	font-family: 'Sansation Bold';
	font-size:45px;
	letter-spacing:0.5px;
	line-height:55px;
}
.newhome-banner h1 span{
	color:#A23DF7;
}
.newhome-banner p{
	color:#fff;
	font-family: 'Sansation Regular';
	font-size:18px;
	line-height:28px;
}
.newhome-banner ul{
	list-style-type:none;
	padding-left:0;
	padding:0;
	margin:0;
	margin-bottom:60px;
}
.newhome-banner ul li{
	font-family: 'Sansation Regular';
	font-size:18px;
	color:#fff;
	display:inline-block;
	margin:0;
	margin-top:20px;
	margin-right:25px;
}
.newhome-banner ul li img{
	float:left;
	padding-top:5px;
	margin-right:15px;
}
.defaultnew-btn, .defaultnew-btn:hover{
	background: linear-gradient(185deg, rgba(255,255,255,1) 0%, rgba(154,42,253,1) 0%, rgba(221,61,248,1) 100%);
	border:1px solid #B231FB;
    color: #fff;
    border-radius: 25px;
    padding: 12px 30px;
    font-family: satoshi,sans-serif;
    font-size: 16px;
	text-decoration:none;
    font-weight: 500;
}
.numbercount{
    background: #fff;
    padding: 40px 0;
	border-bottom:1px solid #A19797;
}
.numbercount .container .numbercount-box {
    position: relative;
	text-align:center;
}
.numbercount .container .numbercount-box h4 {
    font-family: 'Sansation Bold';
    font-size: 55px;
	letter-spacing:0.5px;
    color: #19110D;
    margin-bottom: 0;
}
.numbercount .container .numbercount-box p {
    font-family: satoshi,sans-serif;
    font-size: 16px;
	text-transform:uppercase;
    font-weight: 600;
    margin-bottom: 0;
    color: #19110D;
}
.numbercount .container .numbercount-box:after {
    content: '';
    width: 1px;
    height: 110px;
    background: #A19797;
    position: absolute;
    right: 0;
    top: 0;
}
.numbercount .container .col-12:nth-of-type(4) .numbercount-box:after{
	display:none;
}
.febhome-client{
	background:#F5F5F5;
	padding:50px 0;
	text-align:center;
}
.default-feb-hd{
	color:#242E45;
	font-family: 'Sansation Bold';
	font-size:35px;
	letter-spacing:0.5px;
	line-height:45px;
}
.febhome-client p{
	font-family: 'Sansation Regular';
	font-size:16px;
	line-height:26px;
	color:#3B3B3B;
}
.febhome-client ul{
	list-style-type:none;
	padding-left:0;
	margin-bottom:0;
	gap:30px;
	display: flex;
    flex-wrap: wrap;
	justify-content: center !important;
}


 

.febhome-client ul li{
	width:160px;
	margin-top:15px;
}
.partner-intro{
	padding:80px 0;
}
.partner-intro p{
	font-family: 'Sansation Regular';
	font-size:16px;
	line-height:26px;
	color:#3B3B3B;
	margin-top:25px;
}
.range-block{
	padding:50px 0;
	background:#1C2436;
}
.range-block .default-feb-hd{
	color:#fff;
}
.range-block p{
	font-family: 'Sansation Regular';
	font-size:16px;
	line-height:26px;
	color:#fff;
}
.range-block .servicerange-box{
	padding:20px;
	border:1px solid #fff;
	border-radius:8px;
	margin-top:25px;
	min-height:360px;
}
a.servicenew-btn {
    background: linear-gradient(185deg, rgba(255, 255, 255, 1) 0%, rgba(154, 42, 253, 1) 0%, rgba(221, 61, 248, 1) 100%);
    border: 1px solid #B231FB;
    color: #fff;
    border-radius: 25px;
    padding: 8px 15px;
    font-family: satoshi, sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}
.range-block .servicerange-box .img-hd{
	color:#fff;
	font-family: 'Sansation Bold';
	font-size:22px;
	letter-spacing:0.5px;
	line-height:32px;
	display:flex;
	gap:20px;
	align-items:center;
}
.range-block .servicerange-box .img-hd img{
	max-width:50px;
}
.range-block .servicerange-box p{
	font-family: 'Sansation Regular';
	font-size:16px;
	line-height:26px;
	color:#fff;
	margin-top:25px;
}
.ai-solution-block{
	background:#f5f5f5;
	padding:60px 0;
	position:relative;
}
.ai-solution-block:after{
	content: '';
    background: url(/wp-content/uploads/2024/02/layerai.webp);
    position: absolute;
    top: -72px;
    right: 4px;
    width: 377px;
    height: 300px;
    opacity: 0.2;
}
.ai-solution-block .row{
	align-items:center;
}
.ai-solution-block .col-lg-7{
	padding-right:3%;
}
.ai-solution-block p{
	font-family: satoshi,sans-serif;
    font-size: 16px;
	line-height:26px;
    font-weight: 400;
    margin-bottom: 0;
    color: #3B3B3B;
}
.ai-solution-block .scroll-area{
	max-height:400px;
	overflow-y:scroll;
	margin-top:40px;
	width:90%;
	direction:rtl; 
	padding-left:20px;
}
/* width */
.ai-solution-block .scroll-area::-webkit-scrollbar {
  width: 13px;
  border-radius:10px;
}

/* Track */
.ai-solution-block .scroll-area::-webkit-scrollbar-track {
  background: #ddd;
  border-radius:10px;
}

/* Handle */
.ai-solution-block .scroll-area::-webkit-scrollbar-thumb {
  background: #A23DF7;
  border-radius:10px;
}

/* Handle on hover */
.ai-solution-block .scroll-area::-webkit-scrollbar-thumb:hover {
  background: #A23DF7;
}
.ai-solution-block .scroll-box{
	background:#fff;
	padding:20px;
	direction:ltr; 
	margin-bottom:25px;
	display:flex;
	gap:20px;
	align-items:center;
}
.ai-solution-block .scroll-box .img{
	width:170px;
}
.ai-solution-block .scroll-box .img img{
	padding-left:0;
}
.ai-solution-block .scroll-box .caption h4{
	color:#242E45;
	font-family: 'Sansation Bold';
	font-size:20px;
	letter-spacing:0.5px;
	line-height:30px;
	margin-bottom:0;
}
.ai-solution-block .scroll-box p{
	font-family: satoshi,sans-serif;
    font-size: 14px;
	line-height:24px;
    font-weight: 400;
    margin-bottom: 0;
    color: #3B3B3B;
}
.ai-solution-block .big-img{
	margin-top:50px;
}
.range-block.whychoose .servicerange-box .img-hd{
	display:inherit;
	line-height:26px;
	text-align:center;
}
.range-block.whychoose .servicerange-box .img-hd img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}
.range-block.whychoose .servicerange-box p{
	text-align:center;
	font-family: satoshi,sans-serif;
    font-size: 14px;
	line-height:24px;
	margin-top:5px;
}
.range-block.whychoose .servicerange-box .img-hd{
	font-size: 17px;
}
.range-block.whychoose .servicerange-box{
	min-height: 246px;
}
.range-block.whychoose .servicerange-box{
	padding: 14px;
}
.homefeb-techstack{
	background:#f5f5f5;
	padding:50px 0;
}
.homefeb-techstack p{
	font-family: satoshi,sans-serif;
    font-size: 16px;
	line-height:24px;
	text-align:center;
	color:#000;
	font-weight:400;
}
.homefeb-techstack .nav-tabs{
	margin-top:30px;
	border-bottom:0;
}
.homefeb-techstack .nav-tabs .nav-link{
	background:transparent;
	border:1px solid #ddd;
	padding:8px 20px;
	border-radius:25px;
	font-family: 'Sansation Bold';
	font-size:17px;
	letter-spacing:0.5px;
	line-height:28px;
	color:#000;
}
.homefeb-techstack .nav-tabs .nav-link.active{
	background:#1C2436;
	color:#fff;
}
.homefeb-techstack .tab-content{
	padding-top:30px;
	text-align:center;
}
.homefeb-techstack .tab-content ul{
	list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
	justify-content: center;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
}
.homefeb-techstack .tab-content ul li {
    width: 97px;
    margin-top: 15px;
}
.explore-service{
	background:#1C2436;
	padding:50px 0;
}
.explore-service .default-feb-hd{
	color:#fff;
	margin-bottom:35px;
}
.story-box{
	border:1px solid #CDC9C9;
	padding:40px 20px;
	border-radius:10px;
	opacity:0.5;
}
.explore-service .center.active .story-box{
	opacity:initial;
}
.story-box h4{
	font-family: 'Sansation Bold';
	font-size:20px;
	letter-spacing:0.5px;
	line-height:28px;
	position:relative;
	color:#fff;
}
.story-box h4:after{
	content:'';
	width:250px;
	height:5px;
	background:#A23DF7;
	position:absolute;
	bottom:-10px;
	left:0;
}
.story-box p{
	font-family: satoshi,sans-serif;
    font-size: 16px;
	line-height:24px;
	text-align:left;
	color:#fff;
	margin-top:15px;
	margin-bottom:30px;
	font-weight:400;
}
.homefeb-process{
	padding:50px 0 100px;
}
.homefeb-process p{
	font-family: 'Sansation Regular';
	font-size:16px;
	line-height:26px;
	color:#000;
}
.process-box{
	position:relative;
}
.process-box:after{
	content:'';
	width:8px;
	height:100%;
	background:#7015C0;
	border-radius:10px;
	position:absolute;
	left:50%;
	top:20px
}
.process-box .row{
	padding:20px;
	align-items:center;
}
.process-box .row .img.right{
	float:right
}
.process-box .row .col-12{
	padding:0 50px;
}
.process-box .row h4{
	font-family: 'Sansation Bold';
	font-size:20px;
	letter-spacing:0.5px;
	line-height:28px;
}
.industries-febhome .default-feb-hd{
	margin-bottom:0;
}
.industries-febhome p{
	color:#fff;
	text-align:center;
	margin-bottom:40px;
	font-family: 'Sansation Regular';
	font-size:16px;
	line-height:26px;
}
.industries-febhome .owl-item .ind-tag{
	visibility:hidden;
	position:absolute;
	bottom:10px;
	font-family: 'Sansation Bold';
	font-size:18px;
	letter-spacing:0.5px;
	line-height:28px;
	display:inline-block;
	background:#fff;
	padding:20px;
	border-bottom:4px solid #A23DF7;
	
}
.industries-febhome .owl-item.center.active .ind-tag{
	visibility:visible;
}
.industries-febhome .owl-item{
	opacity:0.5;
	padding:40px 0;
	max-height:400px;
	overflow:hidden;
}
.industries-febhome .owl-item.center.active{
	opacity:1;
	padding:0;
	max-height:inherit;
	overflow:inherit;
}
.homefeb-testimonial{
	padding:50px 0;
	background:#f5f5f5;
}
.homefeb-testimonial p{
	font-family: 'Sansation Regular';
	font-size:16px;
	font-weight:400;
	line-height:26px;
}
.febtesti-box{
	background:#fff;
	padding:20px;
	margin-top:25px;
	text-align:center;
}
.febtesti-box img{
	max-width:100px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}
.febtesti-box p{
	font-family: 'Sansation Regular';
	font-size:14px;
	font-weight:400;
	line-height:26px;
}
.febtesti-box p img{
	display:inline;
	max-width:30px;
}
.febtesti-box p img.left-quoma{
	float:left;
}
.febtesti-box p img.right-quoma{
	float:right;
}
.faq-block-feb {
    padding: 50px 0;
	background:#f5f5f5;
}
.faq-block-feb .accordion {
    margin-top: 30px;
}
.faq-block-feb .card {
    margin-bottom: 30px;
    border: 0;
}
.faq-block-feb .card .card-header, .faq-block-feb .card {
    border: 0;
    padding: 0;
    background: transparent;
}
.faq-block-feb .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    border: 1px solid #ddd;
    color: #000;
    font-family: 'Sansation Bold';
    font-size: 17px;
    font-weight: 600;
    background: #fff;
    color: #222;
    border-radius: 5px;
    padding: 13px 20px;
	padding-right: 39px;
    margin-bottom: 3px;
	position:relative;
	
}
.faq-block-feb .card .card-header .btn-header-link:after {
    position: absolute;
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    right: 12px;
    width: 33px;
    height: 33px;
    border-radius: 20px;
    background: linear-gradient(185deg, rgba(255,255,255,1) 0%, rgba(154,42,253,1) 0%, rgba(221,61,248,1) 100%);
    color: #fff;
    text-align: center;
    line-height: 33px;
    top: 22%;
}
.faq-block-feb .card .card-header .btn-header-link.collapsed:after {
    content: "\f107";
}
.faq-block-feb .card .card-body{
	background:#fff;
}
.faq-block-feb .card .card-body{
	font-family: satoshi,sans-serif;
    font-size: 16px;
	line-height:24px;
	text-align:left;
	color:#000;
}
.newheader.stick {
    left: 0;
    padding: 0 0 3px;
    position: fixed;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 100%;
    box-shadow: 0 1px 6px 0 rgba(32,33,36,.28);
    z-index: 9999;
}
.footernewhome .social-list{
	list-style-type:none;
	padding:0;
	margin:0;
	margin-top:50px;
}
.footernewhome .social-list li{
	display:inline-block;
	padding-left:0;
	padding-right:13px;
}
.newheader .dropdown-menu {
	min-width: 22rem;
	padding:0;
}
.newheader .dropdown-menu a{
	display:block;
	padding:5px 10px;
	font-family: satoshi,sans-serif;
    font-size: 16px;
    font-weight: 500;
	color:#000;
	border-bottom:1px solid #ddd;
}
.newheader .dropdown-menu a:hover{
	text-decoration:none;
	color: #A23DF7;
}
.new-ft-form .wpcf7 form .wpcf7-response-output{
	display:none;
}
.footernewhome .social-list li a{
	padding-left:0;
}
.new-ft-form{
	background: #fff;
    padding: 17px 18px;
    color: #000;
    border-radius: 8px;
}
.new-ft-form .wpcf7-spinner{
	display:none;
}
.contact-us-block .febhome-client{
	padding: 37px 0;
}
footer div#wpcf7-f83-o1 textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.textbox.form-control{
	height: 20px;
}



@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1190px;
}
.newheader .nav-item.dropdown:hover .dropdown-menu{
	display:block;
	visibility:visible;
}
}

@media(min-width:992px) and (max-width:1024px){
	.newheader .navbar-nav .nav-link{
		padding: 15px 0;
	}
	.febhome-client ul li {
		width: 135px;
	}
	.partner-intro .row{
		align-items:center;
	}
	.range-block .servicerange-box .img-hd{
		font-size: 19px;
		line-height: 29px;
	}
	.range-block .servicerange-box{
		min-height: 366px;
	}
	.homefeb-techstack .nav-tabs .nav-link{
		font-size: 14px;
		padding: 8px 11px;
	}
	.homefeb-techstack .tab-content ul li {
		width: 92px;
	}
	.story-box{
		padding: 32px 9px;
	}
	.faq-block-feb .row{
		align-items:center;
	}
	.range-block.whychoose .servicerange-box {
		min-height: 290px;
	}
	.story-box .row{
		align-items:center;
	}
	.industries-febhome .owl-item{
		max-height: 354px;
	}
	.partner-intro{
		padding: 50px 0;
	}
}
@media(min-width:768px) and (max-width:991px){
	.newheader .navbar-collapse{
		position:relative;
	}
	.newheader .navbar-nav .nav-link{
		padding: 4px 2px;
		font-size: 11px;
	}
	.newheader .navbar-brand img{
		max-width: 179px;
		margin-top: 10px;
	}
	.newhome-banner{
		padding: 41px 0 65px;
	}
	.newhome-banner .caption {
		width: 76%;
	}
	.newhome-banner h1{
		font-size: 29px;
	}
	.newhome-banner p, .newhome-banner ul li{
		font-size: 16px;
		line-height: 25px;
	}
	.defaultnew-btn, .defaultnew-btn:hover{
		padding: 9px 22px;
	}
	.numbercount .container .numbercount-box h4{
		font-size: 42px;
	}
	.numbercount .container .numbercount-box:after{
		right:-13px;
	}
	.febhome-client ul{
		padding:0;
		margin:0;
		gap:0;
	}
	.febhome-client ul li {
		width: 17%;
		
	}
	.partner-intro {
		padding: 38px 0;
	}
	.partner-intro img{
		margin-top:25px;	
		width:100%;
		max-height:400px;
		object-fit:cover;
	}
	.ai-solution-block .scroll-area{
		max-height: 400px;
		margin-top: 40px;
		width:100%;
	}
	.ai-solution-block .big-img{
		margin-top:25px;	
		width:100%;
		max-height:271px;
		object-fit:cover;
	}
	.homefeb-techstack .nav-tabs .nav-link{
		margin-bottom:20px;
	}
	.homefeb-techstack .tab-content ul{
		margin:0;
		gap:10;
	}
	.febtesti-box{
		min-height: 320px;
	}
	.box-withchat img{
		min-height: 575px;
		object-fit: cover;
	}
}
@media(max-width:767px){
	.newheader .navbar-toggler{
		border: 0;
		float: right;
		margin-top: 10px;
	}
	.newheader .navbar-toggler i{
		color:#fff;
		font-size:20px;
	}
	.headercontactbtn{
		display:none;
	}
	.range-block .servicerange-box{
		min-height: auto;
	}
	.newheader .navbar-collapse .navbar-nav{
		
		background:#000;
		width:70%;
		margin:0;
		margin-top: 26px;
	}
	.newheader .navbar-collapse.show .navbar-nav{
		background:#000;
	}
	.newheader .navbar-collapse.show .navbar-nav{
		padding-top: 0;
		padding-left: 0;
	}
	.newhome-banner .caption {
		width: 100%;
	}
	.newhome-banner{
		padding: 35px 0 45px !important;
	}
	.numbercount .container .numbercount-box:after{
		display:none;
	}
	.numbercount-box{
		margin-top:25px;
	}
	.febhome-client ul li{
		width: 147px;
	}
	.partner-intro {
		padding: 50px 0;
	}
	.partner-intro img{
		margin-top:30px;
	}
	.homefeb-techstack .nav-tabs .nav-link{
		margin-bottom: 20px;
	}
	.homefeb-techstack .tab-content {
		padding-top: 3px;
	}
	.story-box img{
		margin-bottom:25px;
	}
	.process-box:after{
		display:none;
	}
	.process-box .row .img{
		margin:20px 0;
	}
	.process-box .row .img.right {
		float: none;
	}
	.process-box .order1{
		order:1;
	}
	.process-box .order2{
		order:2;
	}
	.process-box .row .col-12 {
		padding: 0 29px;
	}
	.homefeb-process {
		padding: 50px 0 50px;
	}
	.ind-slider .owl-dots{
		text-align:center;
	}
	.ind-slider .owl-dots button span{
		display:block;
		width:10px;
		height:10px;
		border-radius:25px;
		background:#fff;
		margin:0 5px;
	}
	.ind-slider .owl-dots button.active span{
		background: linear-gradient(185deg, rgba(255,255,255,1) 0%, rgba(154,42,253,1) 0%, rgba(221,61,248,1) 100%);
	}
	.testifeb-slider .owl-dots{
		text-align:center;
	}
	.testifeb-slider .owl-dots button span{
		display:block;
		width:10px;
		height:10px;
		border-radius:25px;
		background:#ddd;
		margin:10px 5px 0;
	}
	.testifeb-slider .owl-dots button.active span{
		background: linear-gradient(185deg, rgba(255,255,255,1) 0%, rgba(154,42,253,1) 0%, rgba(221,61,248,1) 100%);
	}
	.faq-block-feb .card .card-header .btn-header-link{
		padding-right: 47px;
	}
	.newhome-banner h1{
		font-size: 32px;
		line-height: 42px;
	}
	.default-feb-hd{
		font-size: 24px;
		line-height: 34px;
	}
	.range-block .servicerange-box .img-hd{
		font-size: 20px;
		line-height: 30px;
	}
	.box-withchat img{
		margin-bottom:30px;
		max-height:300px;
		width:100%;
		object-fit:cover;
	}
	.new-ft-form form{
		margin-top:25px;
	}
	.ai-solution-block .scroll-box{
		display:inherit;
	}
	.febhome-client ul{
		margin-left: 0;
	}
	.febhome-client ul li{
		width: 45%;
		margin-left: 0;
	}
	.newheader .row{
		min-width:100%;
		width:unset;
	}
	.newheader .navbar{
		display:block;
		width:100%;
	}
	.new-ft-form{
		margin-top:25px;
	}
}
