/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap'); */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	/* font-family: 'Montserrat', sans-serif!important; */
	overflow-x: hidden;
	background: #fff!important;

}
a{
	text-decoration: none!important;
}
a:hover{
	text-decoration: none!important;
}
li{
	list-style: none;
}

/* content section design*/
.logo_img{
	width: 150px;
	height: 150px;
	border: 1px solid rgba(0, 0, 0, 0.6);
	border-radius: 5px;

}
	
	@media all and (min-device-width:200px) and (max-device-width: 767px){
		.logo_img{
		display: flex!important;
		margin: auto;
		margin-bottom: 10px;
	}
	.page_head{
	color: #333;
	font-size: 24px!important;
	}
	.page_head .text-size{
		font-size: 12px!important;
	}
	.top-content{
		font-size: 14px!important;
	}
	.btn-claim, .btn-follow, .btn-review{ 
		font-size: 8px!important;
		margin: 0!important;
		padding: 6px!important;
		margin-left: 10px!important;

	 }
	 .about-head .text-size{
		font-size: 12px!important;
	}
	.about-box{
		margin-top: 10px!important;
	}
	.responsive-image{
		display: flex!important;
		margin: auto!important;
	}
	.review-head, .responsive-icon-with-text{
		text-align: center;
	}

	}
	/*end responsive*/



.page_head{
	color: #333;
	}
.text-color{
	color: #6b6b6b;
}
.page-content i{
	font-size:14px;
}
.page-content .page-caption{
	font-size: 14px;
	color: #6b6b6b!important;
}

.btn-claim{
	background: #ff7200!important;
	border: 1px solid #ff7200!important;
	color: #fff!important;
	border-radius: 20px!important;
	font-size: 12px!important;
}
.btn-follow, .btn-review{
	background: #fff!important;
	color: #ff7200!important;
	border: 1px solid #ff7200!important;
	border-radius: 20px!important;
	font-size: 12px!important;
}

/*About Section*/

.about-head{
	color: #333!important;
	font-size: 24px!important;
	position: relative;
	margin-bottom: -2px!important;
}
.bottom_border{
	position: absolute;
	border: 1px solid #ff7200;
	width: 35px;
	background: #ff7200;
	-top:-10px!important;
}
.side-link{
	margin-top: -30px;
	color: #6b6b6b;
	font-weight: 500;
}
.about-box{
	background: #fff;
	border: 1px solid #ebf0f6;
	border-radius: 8px;
}
.dark-text{
	font-weight: 400!important;
	color: #333!important;
}
.box-content{
	font-size: 14px;                                          896129   122136
	color: #333!important;
}

/*review section*/
.review-head{
	font-size: 16px!important;
	color: #333!important;
	font-weight: 500;
}
.progress-line{
	margin-top: -18px;
}

.job-heading{
	font-size: 14px!important;
	color: #333!important;
	font-weight: 400;
}
/* service section*/
.service-icon{
	font-size: 40px;
	color: #6b6b6b;
	position: relative;
}
.service-icon:hover{
	color: #6b6b6b;
}
.circle{
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: rgba(111, 92, 224, 0.2);
	left: 15%;
	z-index: 1;
}
.circle1{
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: rgba(255, 114, 0, 0.1);
	left: 27.5%;
}
.circle2{
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: rgba(255, 0, 0, 0.1);
	left: 41.2%;
}
.circle3{
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: rgba(92, 224, 105, 0.1);
	left: 49.4%;
}
.circle4{
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: rgba(48, 0, 239, 0.1);
}
.circle5{
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: rgba(255, 0, 0, 0.1);
	left: 83.2%;
}




/*job section*/
.job-heading1{
	font-size: 16px;
	font-weight: 500!important;
	color: #333!important;
}
.icon-with-text{
	font-size: 12px;
	color: #333;
	margin-top: -10px;
	word-wrap: wrap;
}


/*interview question section*/
.btn-quetion{
	border: 1px solid #EBF0F6!important;
	border-radius: 50px!important;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 10px;
	background: #fff!important;
	font-size: 15px!important;
	color: #000!important;

}


/*contact section*/
.circle-logo{
	width: 70px;
	height: 70px;
	border: 1px solid #ff7200;
	border-radius: 50%;
	display: flex;
	margin: auto;
}
.form-background{
	background-image: url('../img/contact.webp');
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 8px!important;
}
.form-design{
	border: none!important;
	outline: none!important;
	border-bottom: 1px solid #97A0BE!important;
	border-radius: none!important;
}
.btn-submit{
	width: 100%!important;
	background: #ff7200!important;
	border: 1px solid #ff7200!important;
	color: #fff!important;
	border-radius: 20px!important;

}
.form-design:focus{
	outline: none!important;
	box-shadow: none!important;
}
.form-design:hover{
	outline: none!important;
	box-shadow: none!important;
}

/* ankur raj add code */
.tabs-box .tab.active > a{
	color: #fff;
}
.tabs-box .tab > a{
	color: #333;
}



.wrapper {
	position: relative;
	overflow-x: hidden;
	width: 100%;
	background: #fff;
	border-radius: 13px;
  }
  .wrapper .icon-tab {
	position: absolute;
	top: 1px;
	/* height: 100%;
	width: 120px; */
	display: flex;
	align-items: center;
  }
  .icon-tab:first-child {
	left: 0;
	display: none;
	background: linear-gradient(90deg, #fff 70%, transparent);
  }
  .icon-tab:last-child {
	right: 0;
	justify-content: flex-end;
	background: linear-gradient(-90deg, #fff 70%, transparent);
  }
  .icon-tab i {
	width: 32px;
	height: 32px;
	cursor: pointer;
	/* font-size: 1.2rem; */
	text-align: center;
	line-height: 31px;
	border-radius: 50%;
  }
  .icon-tab i:hover {
	background: #efedfb;
  }
  
  .wrapper .tabs-box {
	display: flex;
	gap: 12px;
	list-style: none;
	overflow-x: hidden;
	scroll-behavior: smooth;
  }
  .tabs-box.dragging {
	scroll-behavior: auto;
	cursor: grab;
  }
  .tabs-box .tab {
	cursor: pointer;
	white-space: nowrap;
	background: #f5f4fd;
	padding: 3px 15px;
	border-radius: 30px;
	border: 1px solid #d8d5f2;
  }
  .tabs-box .tab:hover{
	background: #efedfb;
  }
  .tabs-box.dragging .tab {
	user-select: none;
	pointer-events: none;
  }
  .tabs-box .tab.active{
	color: #fff;
	background: #ff7200;
	border-color: transparent;
  }
  
  .logo-corp{
	width: 100%!important;
  }