


/* --------------------Why Data & AI-------------------------------  */


.data_headings{
	font-size: 230%;
	font-weight:700;
	margin-bottom: 2%;
}


.data_headings_white{
	font-size: 230%;
	font-weight:700;
	margin-bottom: 2%;
	color: white;
}




.kv_main_wrapper{
	background-color: #efefef;
	width: 100%;
	height: auto;
	display: inline-block;
	margin: auto;
}



.kv_inner_wrapper{
	width: 100%;
	max-width: 1200px;
	padding: 2%;
	margin: auto;
}

.data_column{
	width: 31.33%;
	height: auto;
	margin: 1%;
	float: left;
	box-sizing: border-box;
	position: relative;	
}


.round_wrapper{
	width: 38%;
	margin: 1%;
	height:auto;
	box-sizing: border-box;
	position: relative;
}

.counter_wrapper{
	position: absolute;
	left: 25%;
	top: 50%;
	transform: translateX(-25%);
	transform: translatey(-50%);
	font-size: 180%;
	font-weight: 700;
	text-align: center;
	background-color: rgba(255,255,255,0.7);
	width: 50%;
	height: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	background-image: url("../gif/inner_round_anim.gif");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	opacity: 0.8;
	cursor: pointer;
	transition: transform 0.3s ease, top 0.8s ease, box-shadow 0.3s ease, opacity 0.3s ease, color 0.3s ease;
}

.counter_wrapper span{
	text-align: center;
}

.round{
	width: 100%;
	height:100%;
	border-radius: 50%;
	overflow: hidden;
	background-size: 100% 100%;
	background-position: center center;


}



		.counter_wrapper:hover {
transform: scale(1.4);
top: 24%;
box-shadow: 0 10px 5px rgba(0, 0, 0, 0.3);
			opacity: 1;
			color: #dc143c;
}

	.round img{
	width: 100%;
	height: auto;				
}		


#round1{
	background-image: url("../gif/1.gif");
}	
#round2{
	background-image: url("../gif/2.gif");
}
		#round3{
	background-image: url("../gif/3.gif");
}	
		#round4{
	background-image: url("../gif/4.gif");
}	
			#round5{
	background-image: url("../gif/5.gif");
}		

#round6{
	background-image: url("../gif/6.gif");
}	
.desc{
	width:55%;
	font-size: 90%;
	height: auto;
	position: absolute;
	top: 35%;
	left: 40%;
	transform: translateY(-35%);
	margin: 2.5%;
	box-sizing: border-box;
	text-align: left;
}


/* --------------------GEN AI-------------------------------  */


#genAiBox{
		background-color:transparent;
		/* background-image: url("/wp-content/uploads/2023/10/skull2.png"); */
		background-repeat: no-repeat;
		background-size: 100%;
		padding-top: 5%;
		padding-bottom: 5%;
	}



.column_genai{
	width: 40%;
	height: auto;
	margin: 1%;
	float: left;
	box-sizing: border-box;
	position: relative;	
	border: medium solid #FFFFFF; 
	padding: 0.5%;
}


.icongenai{
	width: 20%;
	height:auto;
	border-radius:50%;
	border: medium solid #FFFFFF;
	margin: 2%;
	overflow: hidden;
	float: left;
}	


.icongenai img{
	width: 100%;
	height:auto;
}

.desc_genai{
	color: white;
	font-size: 130%;
	font-weight: 600;
	width: 70%;
	margin: 2%;
	float: left;
	position: absolute;
	top: 40%;
	transform: translateY(-40%);
	left: 26%;
	transform: translateY(-26%);
}



/* --------------------ACCELERATORS-------------------------------  */

hr{background-color: black;}


#acceleratorBox{
	padding-top: 5%;
	padding-bottom: 5%;
	background-color:#efefef;
}



.column_accelerator{
	width: 23%;
	height: auto;
	margin: 1%;
	float: left;
	box-sizing: border-box;
	position: relative;	
	padding: 0.5%;
	text-align: center;
}


.accelerator_title{
	color: #dc143c;
	font-size: 120%;
	font-weight: 700;
	text-align: center;
	margin-bottom: 3%;
}

.accelerator_icon{
	width:22%;
	height: auto;
	margin: auto;

}
.accelerator_icon img{
	width:100%;
}



/*-----------------------------------------------------------------MEDIA QUERIES-------------------------------------------------------------------- */


/*---------------------------------------------------QUERY1--------------------------------- */

@media screen and (max-width: 950px) {



	.desc_genai{
	color: white;
	font-size: 120%;
	font-weight: 600;
	width: 70%;
	margin: 2%;
	float: left;
	position: absolute;
	top: 30%;
	transform: translateY(-40%);
	left: 26%;
	transform: translateY(-26%);
}









}

/*--------------//QUER1----------------------------------------------------------------- */	




/*---------------------------------------------------QUERY2--------------------------------- */

@media screen and (max-width: 700px) {

	#genAiBox{
		background-color:transparent;
		/* background-image: url("/wp-content/uploads/2023/10/skull2.png"); */
		background-repeat: no-repeat;
		background-size: 100%;
		padding-top: 8%;
		padding-bottom: 12%;

	}




.data_headings{
	font-size: 210%;
	font-weight:700;
	margin-bottom: 5%;
	text-align: center;
	
}

.accelerator_icon{
	width:10%;
	height: auto;
	margin: auto;

}

	.column_accelerator{
	width: 95%;
	height: auto;
	margin: 1%;
		margin-bottom: 9%;
	float: left;
	box-sizing: border-box;
	position: relative;	
	padding: 0.5%;
	text-align: center;
}



	.data_column{
	width: 90%;
	height: auto;
	margin: 1%;
	float: left;
	box-sizing: border-box;
	position: relative;	
}




	.kv_inner_wrapper{
	width: 94%;
	max-width: 1200px;
	padding: 6%;
	margin: auto;
		box-sizing: border-box;
}


	.column_genai{
	width: 95%;
	height: auto;
	margin: 1%;
	float: left;
	box-sizing: border-box;
	position: relative;	
	border: medium solid #FFFFFF;
	padding: 8% 0.5% 8% 0.5%;



}	


	#genAiBox{
		background-color:transparent;
		/* background-image: url("/wp-content/uploads/2023/10/skull2.png"); */
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position:right top;
		padding-top: 5%;
		padding-bottom: 5%;
	}

	.data_headings_white{
	font-size: 190%;
	font-weight:700;
	margin-bottom: 3%;
	color: white;
	text-align: center;
}



}

/*--------------//QUER2----------------------------------------------------------------- */	

@media screen and (max-width: 480px) {
.column_genai
{
	width: 100%;
	height: auto;
	margin: 3%;
	float: left;
	box-sizing: border-box;
	position: relative;	
	border: none !important;
	padding: 0.5%;
}

	.desc_genai{
		color: white;
	font-size: 90%;
	font-weight: 400;
	width: 70%;
	 margin: 1%; 
	float: left;
	position: absolute;
	top: 2%;
	transform: translateY(-20%);
	left: 25%;
	right: 10%;
	bottom:3%;

	 padding-top: 20px !important; 
	 /*
	padding-bottom: 20px !important; 
	padding-right: 20px !important;  */
	/* transform: translateY(26%); */

	/* overflow-wrap: break-word; 
	word-wrap: break-word;     
		hyphens: auto; */
		
	}
	

	.data_column{
		width: 90%;
		height: 140px !important;
		margin: 1%;
		float: left;
		box-sizing: border-box;
		position: relative;	
	
	

	}


	.desc{
		
		width:55%;
		font-size: 90%;
		line-height: 100%;
		height: auto;
		position: absolute;
		top: 35%;
		left: 40%;
		transform: translateY(-35%);
		margin: 2.5%;
		box-sizing: border-box;
		text-align: left;
		
	}


		.round_wrapper{
		width: 32%;
		margin: 1%;
		height:auto;
		box-sizing: border-box;
		position: relative;
		padding-top: 10px !important;
		
	}

	.counter_wrapper
{
	position: absolute;
	left: 25%;
	top: 60%;
	transform: translateX(-25%);
	transform: translatey(-50%);
	font-size: 100%;
	font-weight: 700;
	text-align: center;
	background-color: rgba(255,255,255,0.7);
	width: 50%;
	height: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	background-image: url("../gif/inner_round_anim.gif");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	opacity: 0.8;
	cursor: pointer;
	transition: transform 0.3s ease, top 0.8s ease, box-shadow 0.3s ease, opacity 0.3s ease, color 0.3s ease;
}	

}


/*  start css for Thank you page */

.second-div {
	display: flex;
	flex-direction: column;
	justify-content: center; /* Center content vertically */
	align-items: center; /* Center content horizontally */          
	flex: 0 0 80%;
	background-color:#fff; /* Adjust background color as needed */
	padding: 10px;
	font-size: 250%;
}


/*------------------------------------------------QUERY2------------------------------------- */

@media screen and (max-width: 700px) {

	.second-div {
		font-size: 140%;
		text-align: center;
	}
}

/*------------------------------------------------//QUERY2------------------------------------- */	



/*---------------------------------------------------QUERY3--------------------------------- */

@media screen and (max-width: 550px) {
	.second-div {
		font-size: 100%;
		text-align: center;
	}
}	
/*--------------//QUER3--------- */	




/*  end  css for Thank you page */



/* ---------------------start bfi css-------------------------------  */
.bfsitrends_main_wrapper{
	/* background-color: #efefef; */
	width: 100%;
	height: auto;
	display: inline-block;
	margin: auto;
		
}

.bfsitrends_inner_wrapper{
	width: 100%;
	max-width: 1200px;
	padding: 2%;
	margin: auto;
}

/* --------------------GEN AI-------------------------------  */

	.bfsitrends_headings_white{
	
	font-size: 190%;
	font-weight:700;
	margin-bottom: 3%;
	color: white;
	text-align: left;

}

#bfsi_genAiBox{
		/* background-color: #06051e; */
		/* background-image: url("./wp-content/themes/onova/assets/images/BFSIbg.jpg"); */
		background-repeat: no-repeat;
		background-size: 100% 100%;
		padding-top: 5%;
		padding-bottom: 8%;
	}

.column_bfsitrends{
	width: 50%;
	height: auto;
	margin: 1%;
	float: left;
	box-sizing: border-box;
	position: relative;	
	border: medium solid #FFFFFF;
	padding: 0.5%;
	display: flex;
	align-items: center;
}


.icon_bfsitrends{
	width: 8%;
	height:auto;
	margin: 2%;
	overflow: hidden;
	float: left;
}	


.icon_bfsitrends img{
	width: 100%;
	height:auto;
}


.desc_bfsitrends{
	color: white;
	font-size: 130%;
	font-weight: 600;
	width: 70%;
	margin: 2%;
	float: left;

}
/*-----------------------------------------------------------------MEDIA QUERIES-------------------------------------------------------------------- */
/*---------------------------------------------------QUERY2--------------------------------- */

@media screen and (max-width: 700px) {
	#bfsi_genAiBox{
		/* background-color: #06051e;
		background-image: url("./wp-content/themes/onova/assets/images/BFSIbg.jpg"); */
		background-repeat: no-repeat;
		background-size: 100%;
		padding-top: 8%;
		padding-bottom: 12%;

	}
	.bfsitrends_inner_wrapper{
	width: 94%;
	max-width: 1200px;
	padding: 6%;
	margin: auto;
		box-sizing: border-box;
}
	.column_bfsitrends{
	width: 95%;
	height: auto;
	margin: 1%;
	float: left;
	box-sizing: border-box;
	position: relative;	
	border: medium solid #FFFFFF;
	padding: 0.5%;
}	


	#bfsi_genAiBox{
		/* background-color: hsl(242, 71%, 7%);
		background-image: url("./wp-content/themes/onova/assets/images/BFSIbg.jpg"); */
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position:right top;
		padding-top: 5%;
		padding-bottom: 10%;
	}


	.bfsitrends_headings_white{
	
	font-size: 190%;
	font-weight:700;
	margin-bottom: 3%;
	color: white;
	text-align: center;

}
}
/* ---------------------end bfi css-------------------------------  */
/*--------------//QUER2----------------------------------------------------------------- */	



/*ticker css start */


.tikcer_main_wrapper{
	width: 100%;
	height: auto;
	display: inline-block;
	margin: auto;
	border:2px dashed #dc143c;
}



.tikcer_inner_wrapper{
	width: 100%;
	padding: 2%;
	margin: auto;
	background-color:#ECECEC;
	display: flex;
	vertical-align: middle;
	box-sizing: border-box;
	background-image: url("../tickerbg2.html");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.tikcer_column_accelerator {
	width: 48%;
	height: auto;
	margin: 1%;
	float: left;
	box-sizing: border-box;
	position: relative;
	padding: 0%;
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: left; /* Center horizontally */
	justify-content: center; /* Center vertically */
	color: white;

}

.tikcer_info_head {
	font-size: 180%;
	font-weight: 700;
	margin-bottom: 10px; /* Increase spacing between heading and paragraph */
}

.tikcer_info_para {
	font-size: 100%; /* Reset font size to default */
	margin-bottom: 0; /* Reset margin bottom */
}


.column_accelerator img{
	width: 100%;
}


.tikcer_accelerator_title{
	color: #dc143c;
	font-size: 120%;
	font-weight: 700;
	text-align: center;
	margin-bottom: 3%;
}

.tikcer_accelerator_icon{
	width:15%;
	height: auto;
	margin: auto;
}

.tikcer_accelerator_icon img{
	width:100%;
}

.tikcer_info_button{
	
	width: auto;
	height: auto;
	background-color: white;
	color: #dc143c;
	font-weight: 700;
	text-align: center;
	padding: 1% 3% 1% 3%;
	display: inline-table;
	margin-top: 3%;
	cursor: pointer;
	
}

.tikcer_info_navs{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80%;
	height: auto;
	opacity: 0.7;
}


	.tikcer_info_navs div{
		
		width: 8%;
		height: 4px;
		background-color: white;
		margin-right: 3px;
		float: left;
		display: inline-table;
		cursor: pointer;
		opacity: 0.5;
		transition: 0.3s;

}


		.tikcer_info_navs div:hover{
		
		width: 12%;
		height: 4px;
		background-color: white;
		margin-right: 3px;
		float: left;
		display: inline-table;
		cursor: pointer;
		opacity: 1;

}

				.info_navs2{
			display:none;
}



/*------------------------------------------------QUERY2------------------------------------- */

@media screen and (max-width: 550px) {


					.tikcer_info_navs{
			display:none;
}
	




.tikcer_info_navs2{
			display: block;
	position:relative;
		display: inline-table;
		margin: auto;
	width: 60%;
	height: auto;
	opacity: 1;
}


	.tikcer_info_navs2 div{
		
		width: 24%;
		height: 4px;
		background-color: white;
		margin-right: 1%;
		float: left;
		display: inline-table;
		cursor: pointer;
		opacity: 0.5;
		transition: 0.3s;

}




.tikcer_inner_wrapper{
	width: 100%;
	padding: 8%;
	margin: auto;
	background-color:#ECECEC;
	display:inline-block;
	box-sizing: border-box;
	background-image: url("../jpg/tickerbg.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


.tikcer_column_accelerator {
width: 100%;
height: auto;
margin: 1%;
float: left;
box-sizing: border-box;
position: relative;
padding: 0%;
text-align: center;
display:inline-table;
color: white;

}


.tikcer_column_accelerator img{
	width: 80%;

}



	.tikcer_info_button{
	
	width: auto;
	height: auto;
	background-color: white;
	color: #dc143c;
	font-weight: 700;
	text-align: center;
	padding: 1% 3% 1% 3%;
	display: inline-table;
	margin-top: 5%;
		margin-bottom: 5%;
	cursor: pointer;
	
}


.tikcer_info_head {
font-size: 170%;
font-weight: 700;
margin-bottom: 10px; /* Increase spacing between heading and paragraph */
}


}	

/*------------------------------------------------//QUERY2------------------------------------- */	

/* ticker end */



/*local seo css strat */

.localseo-bg-wrapper {
	background-image: url("../mainbg.html");
	background-size: cover;
	background-position: center;
	width: 100%;
	height: auto; 
	  display: table;
	  padding-top: 2%;
	  padding-bottom: 2%;

  }



    /* Styles for the wrapper */
    .localseo-wrapper {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		position: relative; /* Needed to position the content over the background */
		z-index: 1; /* Ensure it's above the background */
	  }
  
	  /* Styles for the parent container */
	  .localseo-parent-container {
		display: flex;
		flex-direction: row; 

		align-items: left;
	  }
	  
  /* Styles for the first column */
  .localseo-first-column {
	width: 60%;
	padding: 20px;
	font-family: 'Montserrat', sans-serif;
  }
  
  /* Styles for the second column */
  .localseo-second-column {
	width: 40%;
	padding: 20px;
  }

  
  .localseo-dots-container {
	display: flex;
	justify-content: center; /* Centering the dots horizontally */
	align-items: center; /* Centering the dots vertically */
	margin-top: 20px;

  }

  /* Styles for individual dots */
  .localseo-dot {
	width: 15px;
	height: 15px;
	background-color: black;
	border-radius: 50%;
	margin: 0 5px; /* Adding some space between dots */
	cursor: pointer; /* Change cursor to pointer on hover */
	  transition: 0.3s;
  }
	
	
	   .localseo-dot:hover {
	width: 17px;
	height: 17px;
	background-color: #dc143c;
	border-radius: 50%;
	margin: 0 5px; /* Adding some space between dots */
	cursor: pointer; /* Change cursor to pointer on hover */
  } 

  /* Hide other sections initially */
  #csec2, #csec3, #csec4 {
	display: none;
  }













  /* Responsive layout for mobile */
  @media screen and (max-width: 550px) {
	  
		  /* .localseo-bg-wrapper {
		background-image: url("../images/mainbg.png");
		background-size: cover;
		background-position: center;
		width: 100%;
		height: auto; 
		  display: table;
		  padding-top: 2%;
		  padding-bottom: 2%;
			  padding-left: 2%;
			  padding-right: 2%;
  
	  } */
	  
	/* Stack columns on top of each other */
	.localseo-parent-container {
	  flex-direction: column;
	}
  
	/* Set both columns to 100% width */
	.localseo-first-column,
	.localseo-second-column {
	  width: 90%;
	}
  }
  
	  /* Styles for the third div */
	  .localseo-third-div {
		width: 96.5%;
		padding: 20px;
		text-align: center; /* Centering the dots horizontally */
	  }
  
	  /* Styles for the dots container */
	  .localseo-dots-container {
		display: flex;
		justify-content: center; /* Centering the dots horizontally */
		align-items: center; /* Centering the dots vertically */
		margin-top: 20px;
	  }
  
	  /* Styles for individual dots */
	  .localseo-dot {
		width: 15px;
		height: 15px;
		background-color: black;
		border-radius: 50%;
		margin: 0 5px; /* Adding some space between dots */
		cursor: pointer; /* Change cursor to pointer on hover */
		  transition: 0.3s;
	  }
		
		
		   .localseo-dot:hover {
		width: 17px;
		height: 17px;
		background-color: #dc143c;
		border-radius: 50%;
		margin: 0 5px; /* Adding some space between dots */
		cursor: pointer; /* Change cursor to pointer on hover */
	  } 
  
	  /* Hide other sections initially */
	  #csec2, #csec3, #csec4 {
		display: none;
	  }

	  /* local seo css end */
	  

	  /* --------------------strat scroll button css------------------------------  */

      .contact-btn {
		position: fixed;
		/* bottom: 450px;
		 */
		/* Adjust as needed */
		right:0px;
		z-index: 9999; 
		right:0px;
		font-weight: bold;
		padding-left: 0px !important;
		padding-right: 0px !important;
	  }
	  
/* 	  
      .contact-btn :hover {
		background-color: tra;
	  } */


	  .consult_button
	  {
		 background-color: transparent !important;
		position: fixed;
		top: 550px !important; /* Adjust as needed */
		z-index: 9999;
		right:0px;
		
		
	
		
	  }

	  
	  @media screen and (max-width: 550px) {

		.contact-btn {
			position: fixed;
			top: 250px; /* Adjust as needed */
			right:0px;
			z-index: 9999; /* Make sure it's above other content */
		

		  }

		  .consult_button
		  {
			background-color: transparent !important;
			position: fixed;
			top: 250px !important; /* Adjust as needed */
			z-index: 9999;
			right:0px;
			
			
		  }


	  }



	    /* --------------------end  scroll button css------------------------------  */



		/* ---------Start Featured Blog ----------------------*/

		
.featured_blog_outer-wrapper {
    width: 100%;
	max-width: 761px;
	height: 20%;
    background-color: #dc143c;
}

.featured_blog_inner-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items:flex-end;
}

.featured_blog_column {
    height: auto;
    padding: 0px;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
}

.featured_blog_column:nth-child(1) {
    width: 9%;
    padding-left: 2%;
    padding-top: 1%;
    height: 100px;
    align-self: flex-start; /* Align content to the top */

}


.featured_blog_column:nth-child(2) {
    width: 66%;
    align-items:flex-start;
	padding-left: 1%;
	padding-top: 1%;
}

.featured_blog_column:nth-child(3) {
    width: 23%;
	margin-right: 2%;
	align-items:flex-end;
	padding-top: 1%;
}

.featured_blog_writer_image,
.featured_blog_blog_info,
.featured_blog_blog_image {
    width: 100%;
}

.featured_blog_writer_image img {
    max-width: 40px !important;
    height: 50px !important;
    display: block;
    margin: auto;
}

.featured_blog_blog_image img {
    width: 100%;
    margin-top: auto;
}

.featured_blog_blog_heading {
    font-size: 110%;
	line-height: 100%;
    font-weight: 700;
    margin-bottom: 0.4%;
    text-align: left;
    color: white;
	font-family: 'Montserrat', sans-serif;
}

.featured_blog_blog_writer_name
 {
    text-align: left;
	color: white;
	 font-size: 80%;
	 font-family: 'Montserrat', sans-serif;
}
	
	
	.featured_blog_blog_button{
		
			width: 30%;
			height: auto;
			background-color: white;
			color: #dc143c;
			text-align: center;
			padding: 1% 2% 1% 2%;
			display:inline-table;
			margin-top: 1.5%;
			margin-bottom: 3%;
			cursor: pointer;
			border-radius: 3px;
			font-family: 'Montserrat', sans-serif;
			font-size: 70%;
			font-weight: 700;

			
	}	
	.featured_blog_blog_button a
	{

		color:#dc143c;;text-decoration: none;

	}
	


	
	
	
	/*------------------------------------------------QUERY2------------------------------------- */

	@media screen and (max-width: 450px) {
	
	

	.featured_blog_column:nth-child(3) {		
		display: none;
	}
	
	
	.featured_blog_column:nth-child(1) {
    width: 14%;
    padding-left: 2%;
    padding-top: 1%;
    height: 100px;
    align-self: flex-start; /* Align content to the top */
}

	
	
	.featured_blog_column:nth-child(2) {
    width: 80%;
    align-items:flex-start;
	padding-left: 1%;
	padding-top: 1%;
}
	

	
		.featured_blog_blog_button{
		
			width: 60%;
			height: auto;
			background-color: white;
			color: #dc143c;
			text-align: center;
			padding: 1% 2% 1% 2%;
			display:inline-table;
			margin-top: 1.5%;
			margin-bottom: 3%;
			cursor: pointer;
			border-radius: 3px;
			font-family: 'Montserrat', sans-serif;
			font-size: 70%;
			font-weight: 700;
	}	
	
	
}


