.hed_span span{
	color:#C6A664;
}
.gb_btn:hover svg path{
	fill: #fff;
}
.ab_icn .elementor-icon{
	   padding: 16px 16px;
    background: #000;
    border-radius: 50%;
}
.serv_btn svg path{
	fill: #C6A664;
}
.serv_btn:hover svg path{
	fill: #fff;
}
.serv_btn svg{
	width: 12px !important;
   height: 12px !important;
}
.in_count .elementor-counter-number-suffix{
	color:#C6A664;
}
.ind_list ul{
	padding-left:40px;
}
.ind_list ul li{
	list-style:none;
	position:relative;
}
.ind_list ul li::after{
	content:"";
	position:absolute;
	width:24px;
	height:24px;
	background-repeat:no-repeat;
	background-size:100%;
	left:-40px;
	top:0;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z' stroke='%23C6A664' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 12L11 14L15 10' stroke='%23C6A664' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.soc_link{
	transition:ease-in-out 0.3s;
}
.soc_link a:hover{
	background: #C6A664 !important;
}
.soc_link a:hover svg path{
	filter: brightness(0);
}
/* contact form */
.con_frm input:not([type='submit']):not([type='checkbox']):not([type='radio']):not([type='checkbox']), .con_frm .gform_wrapper.gravity-theme textarea{
	outline:none;
	border:1px solid #D1D5DC;
	background:#F3F3F5;
	border-radius:8px;
	padding: 9px 15px;
	font-weight: 500 !important;
font-size: 14px !important;
line-height: 14px !important;
}
.con_frm .gform_required_legend{
	display:none;
}
.con_frm label, .con_frm legend{
font-family: 'Inter';
font-style: normal;
font-weight: 500 !important;
font-size: 14px !important;
line-height: 14px !important;

}
.con_frm .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 24px;
}
.con_frm .name_first{
	padding:0 !important;
	margin:0 !important;
}
.con_frm .ginput_container_textarea, .con_frm .textarea{
	height:64px !important;
	resize:none;
}
.con_frm .gfield_required_asterisk{
	color:#000 !important;
}
.con_frm .gform_footer{
	padding:0 !important;
	margin-top:24px !important
}
.con_frm .gform_footer input{
	margin:0 !important;
	width:100%;
	border:1px solid #C6A664 !important;
	font-family: 'Inter';
font-style: normal;
font-weight: 500 !important;
font-size: 14px !important;
line-height: 14px !important;
	padding:16px;
}
.con_frm .gform_footer input:hover{
	background:transparent;
	color:#C6A664;
	
}
.con_frm #gform_ajax_spinner_1, .toptalent-frm #gform_ajax_spinner_2{
	position:absolute;
	right:15px;
}
/*Hire top talent form*/
.toptalent-frm p.gform_required_legend {
    display: none;
}
.toptalent-frm input:not([type="submit"]),
.toptalent-frm textarea{
    border-radius: 8px;
}
.toptalent-frm input:not([type="submit"]):focus,
.toptalent-frm textarea{
	outline:none;
}
.toptalent-frm label {
    color: #fff !important;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
}
textarea#input_2_6{
	font-family: 'Inter';
font-weight: 400;
font-size: 14px;
color: #717182;

}
div#gform_confirmation_message_2 {
    color: #fff;
    text-align: center;
}
@media(max-width:1024px){
	.ab_icn .elementor-icon{
	   padding: 12px 12px;
	}
	.ind_list ul{
	padding-left:30px;
}
	.ind_list ul li::after{
		left:-30px;
		width:20px;
		height:20px;
	}
	.con_frm .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 14px;
}

}
@media(max-width:767px){
	.con_frm .gform_footer {
    margin-top: 16px !important;
}
	.con_frm .gform_footer input{
		padding:14px !important;
	}
}