@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root{
	--Primary: #CDD87D;
	--Secondary: #0B254B;
	--Tertiary: #E1EEC7;
	--White: #ffffff;
	--Textdark: #1B1B20;
	--Textlight: #515B6F;
	--Neutrals100: #1B1B20;
	--Neutrals80: #565A5D;
	--Neutrals60: #7C8493;
	--Neutrals40: #A8ADB7;
	--Neutrals20: #D6DDEB;
	--Neutrals10: #F8F8FD;
	--Neutrals0: #FFFFFF;
	--Yellow: #FFB836;
	--Green: #56CDAD;
	--Red: #FF6550;
	--Blue: #26A4FF;
	--Purple: #7B61FF;
}

body{
	font-family: 'Inter';
}

body {
    zoom: 0.9;
}	
		
.home.modal-open{
	padding-right: 0px !important;
	/*overflow: hidden scroll !important;*/
}
#homemodal.modal {
    overflow-x: unset;
    overflow-y: unset;
    position: absolute;
}
a{
	color: var(--Primary);
}
a:hover{
	color: var(--Neutrals100);
}
.w_irp_para{
	width: 600px;
	text-align: left;
	font-weight: 400 !important;
}
.bannerSection{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 0px;
	    min-height: 730px;
    display: flex;
    align-items: center;
}
.modalCloseBtn{
	position: absolute;
    height: 30px;
    width: 30px;
    background-color: var(--Primary);
    opacity: 1;
    border-radius: 100px;
    right: 10px;
    top: 10px;
    z-index: 9;
}
.modal-backdrop {
    background-color: #fff;
}
.bglightGey{
	background: rgba(250, 250, 250, 1);
}
/*.container{
	max-width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}*/
.sectionPadding{
	padding: 75px 0 75px 0;
}
.bowsebycategory{
	margin-bottom: 45px;
}
.sectionPaddingLG{
	padding: 130px 0px;
}
.recentheading{
	margin-bottom: 36px;
}
.recenthires{
	/*padding-bottom: 148px;*/
}
.text_lightblack{
	color: #1B1B20 !important;
}
.mainHeading{
	font-size: 48px;
	color: var(--Neutrals100);
	font-weight: 700;
	color: var(--Neutrals100);
	line-height: 50px;
}
.mainHeading span{
	color: var(--Primary);
}
.reason_img{
	width: 63px;
	height: 62px;
	margin-bottom: 34px;
}
.shortHeading{
	font-weight: 700;
	font-size: 24px;
	color: var(--Neutrals100);
}
.wrpaTextbox{
	position: relative;
}
.wrpaTextbox .overlapIcon{
	/* right: 5px; */
	right: 10px;
    position: absolute;
    top: 12px;
    cursor: pointer;
}

.wrpaTextbox2{
	position: relative;
}
.wrpaTextbox2 .overlapIcon{
	/* right: 5px;
    position: absolute;
    top: 6px;
    cursor: pointer; */
	right: 9px;
    position: absolute;
    top: 5px;
    cursor: pointer;
    z-index: 99;
}

.flex.justify-between.flex-1.sm\:hidden {
    display: none;
}

span.relative.inline-flex.items-center.px-2.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.rounded-l-md.leading-5 svg {
    width: 25px;
}

a.relative.inline-flex.items-center.px-2.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-r-md.leading-5.hover\:text-gray-400.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-500.transition.ease-in-out.duration-150 svg {
    width: 25px;
}

p.text-sm.text-gray-700.leading-5 {
    display: none;
}

.hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between div {
    text-align: center;
}

span.relative.z-0.inline-flex.shadow-sm.rounded-md svg {
    width: 25px;
}

a.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.leading-5.hover\:text-gray-500.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-700.transition.ease-in-out.duration-150 {
    text-decoration: none;
}

.wrpaTextbox2 .overlapIcon2{
	right: 5px;
    position: absolute;
    top: 35px;
    cursor: pointer;
}

.overlapIcon2 img {
    height: 25px;
    width: 35px;
}

.overlapIcon img{
	background-color: #FFF;
}
.resetHref{
	text-decoration: none;
	font-size: 14px;
}
.greenGradient{
	background: linear-gradient(to right, #8ABB28 , #7CA52A);
}

.subpera{
	font-weight: 400;
	font-size: 16px;
	color: #75777F;
}
.subperacapital{
	font-weight: 600;
	font-size: 14px;
	color: var(--Neutrals80);
	text-transform: capitalize;
}
.subHeading{
	font-weight: 600;
	font-size: 32px;
}
.stepHeading{
	font-weight: 600;
	font-size: 20px;
	color: var(--Primary);
}
.themeButton{
	background: var(--Primary);
	color: var(--Textdark) !important;
	font-weight: 600!important;
	border-radius: 5px;
	text-decoration: none;
	transition: all ease-in-out 0.3s;
	padding: 12px 26px;
	font-size: 15.2px;
	font-weight: 500;
}
.themeButton:hover{
	background: #B2BD5F;
}
.themeButtonlight{
	background: var(--Neutrals10);
	color: var(--Textdark) !important;
	font-weight: 600;
	border-radius: 5px;
	text-decoration: none;
	transition: all ease-in-out 0.3s;
	padding: 13px 30px;
	border: 1px solid var(--Neutrals20);
}
.themeButtonlight:hover{
	background: var(--Neutrals20);
}
.borderButton{
	border: 1px solid var(--Neutrals0);
    background: transparent;
    color: var(--Neutrals0) !important;
}
.borderButton:hover{
	border: 1px solid #B2BD5F;
    color: var(--Textdark) !important;
}
.mainPera{
	color: var(--Neutrals80);
	font-size: 18px;
}
.mainPera .highlight{
	font-weight: 700;
	font-size: 25px;
	color: var(--Primary);
}
.text-primary{
	color: var(--Primary) !important;
}
.text-dark{
	color: var(--Neutrals100) !important;
}
.bg-primary{
	background: var(--Primary) !important;;
}

.homeHeader{
	background: transparent;
	position: absolute;
    z-index: 9;
    width: 100%;
}
.homeHeader .navbar-light .navbar-nav .nav-link {
    color: var(--Neutrals0);
    /* padding: 0.8rem 1.4rem; */
    padding: 0.8rem 1.0rem;
    position: relative;
}
.homeHeader .navbar-light .navbar-nav .nav-link:hover, .homeHeader .navbar-light .navbar-nav .nav-link.active {
    color: var(--Primary);
}
.homeHeader .navbar-light .navbar-nav .nav-link.active:after{
	content: '';
    width: 100%;
    display: block;
    background: var(--Neutrals0);
    height: 1px;
    bottom: -1px;
    position: relative;
}
.homeHeader .navbar-light .navbar-nav .nav-link .seprator{
	border:1px solid #dee2e657!important;
}
.homeHeader .navbar-light .navbar-nav .nav-link.btn{
	font-weight: 500;
}

.sliderStyle .carousel-indicators{
	align-items: center;
}
.sliderStyle .carousel-indicators [data-bs-target] {
    width: 50px;
    height: 2px;
    padding: 0;
    margin-right: 0px;
    margin-left: 0px;
    background: #D9D9D9;
    border: 0px !important;
    text-indent: inherit;
    opacity: 1;
}
.sliderStyle .carousel-indicators .active {
    opacity: 1;
    background: var(--Primary);
}
.sliderStyle .controlIcons{
	background: transparent !important;
	height: auto !important;
	text-align: center;
}
.sliderStyle .controlIcons.lr{
	width: auto!important;
	padding: 7px;
}
.sliderStyle .controlIcons i{
	color: #fff;
}
.overlapContent{
	position: absolute;
    top: 50%;
    z-index: 9;
    left: 0;
    right: 0;
    margin: auto;
    transform: translate(-0%, -50%);
}
.yournext{
	color: var(--neutrals-0, #FFF);
	font-family: Inter;
	font-size: 69.134px;
	font-style: normal;
	font-weight: 500;
}
.searchContent h1{
	/*font-size: 50px;
	position: relative;
	color: var(--Neutrals0);*/
	color: var(--neutrals-0, #FFF);
	font-family: Inter;
	font-size: 70px;
	font-style: normal;
	font-weight: 700;
	line-height: 80px;
	/*letter-spacing: -2.164px;*/
}
.main_header nav{
	padding-top: 23px;
	padding-bottom: 23px;
}
.searchContent span.best_hire{
	position: relative;
	color: var(--neutrals-0, #FFF);
	font-family: Inter;
	font-size: 69.134px;
	font-style: normal;
	font-weight: 700;
}
.searchContent span.best_hire:after{
	content: '';
    background: #ffffff3d;
    position: absolute;
    width: 295px;
    height: 74px;
    z-index: -1;
    right: -27px;
    bottom: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.letshelpyou .input-group {
    width: 655px !important;
}
/*.searchContent h1:after {
    content: '';
    background: #ffffff3d;
    position: absolute;
    width: 215px;
    height: 60px;
    z-index: -1;
    right: 65px;
    bottom: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}*/
.searchContent p{
	font-size: 28px;
    font-weight: 200;
    color: var(--Neutrals0);
}
.searchContent p.mainPera{
	font-size: 18px;
    font-weight: 200;
	color: #d6ddeb !important;
}
.searchContent p.mainPera strong{
	color: #FFF !important;
}
.searchContent .input-group{
	/*height: 50px;*/
}
.searchContent .input-group-text, .searchContent .form-control{
	border: 1px solid var(--Neutrals0);
	box-shadow: inherit;
	color: var(--Neutrals100);
}
.searchContent .form-control::placeholder{
	color: var(--Neutrals40);
}
.searchContent .btn{
	box-shadow: inherit;
	font-weight: 500;
}
.searchContent .tags{
	color: var(--Neutrals0);
}
.searchContent .tags a {
	color: var(--Neutrals0);
	border: 1px solid var(--Neutrals0);
	border-radius: 4px;
	 font-size: 12px; 
	/*font-size: 11px;*/
	text-decoration: none;
	 margin-right: 4px; 
	/*margin-right: 0px;*/
	padding: 6px 7px !important;
	margin-top: 10px !important;
	display: -webkit-inline-box;
}

/*.Brows_By_Category{
	padding-top: 150px;
	padding-bottom: 150px;
}*/
.trustedCompany{
	background: #FAFAFA;
	padding: 26px 0 26px 0;
}
.trustedCompany .heading{
	color: var(--Neutrals40);
	font-weight: 700;
	font-size: 16px;
}

.catgoryTabs {
    margin-bottom: 45px;
}
.technologytabscontent{
	margin-bottom: 58px;
}
.catgoryTabs .nav-link{
	color: var(--Neutrals40);
    font-weight: 500;
    margin: 0px 5px;
    border-bottom: 2px solid transparent;
}
.catgoryTabs .nav-link.active, .catgoryTabs .nav-link:hover{
	color: var(--Neutrals100);
    font-weight: 500;
    border-bottom: 2px solid var(--Primary);
    border-radius: 3px;
}

.categoryList .child{
	background: linear-gradient(180deg, #FAFAFA 0%, rgba(255, 255, 255, 0.00) 100%);
	border: 1px solid #F1F1F1;
	text-align: center;
	padding: 31px 0 44px 0;
	position: relative;
	transition: all ease-in-out 0.3s;
	border-radius: 5px;
	/*height: 100%;*/
	/*height: 212px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
}
.categoryList .child .catImage{
	margin-bottom: 30px;
	transition: all ease-in-out 0.3s;
}
.categoryList .child .catTitle{
	height: 50px;
    margin-bottom: 0;
    font-size: 20px;
	font-weight: 500;
	transition: all ease-in-out 0.3s;
	line-height: 20px;
	color: var(--Neutrals100);
	aspect-ration:1;
}
.categoryList .child .catIcon{
	color: var(--Primary);
	transition: all ease-in-out 0.3s;
}
.categoryList .child a{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.categoryList .child:hover{
	background: var(--Primary);
}
.categoryList .child:hover .catImage{
	transform: scale(1.1);
	aspect-ratio:1;
}
.categoryList .child:hover .catIcon{
	color: var(--Neutrals100);
}
.categoryList .child:hover .catTitle{
	color: var(--Neutrals0);
}

.ourTeam{

}
.ourTeam .child{
	position: relative;
}
.ourTeam .child .card{
	position: relative;
	overflow: hidden;
}
.ourTeam .child .card .teamBg{
	position: absolute;
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, #1A1A1C 75.52%, #1A1A1C 100%);
	opacity: 0;
	z-index: 1;
	transition: opacity ease-in-out 0.3s;
}
.ourTeam .child .teamDescription{
	color: var(--Neutrals0);
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    height: 120px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 16.49%, rgba(0, 0, 0, 0.19) 38.18%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 2;
    transition: all ease-in-out 0.3s, height 0.3s ease-in-out;
}
.ourTeam .child .teamDescription .teamLink{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.ourTeam .child .teamDescription .card-title{
	font-weight: 600;
	font-size: 22px;
}
.ourTeam .child .teamDescription .department{
	font-weight: 500;
	font-size: 13px;
	color: #D6DDEB;
	line-height: 14px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 100px;
}
.ourTeam .child .teamDescription .card-text{
	font-weight: 500;
	font-size: 20px;
	height: 0;
	opacity: 0;
	margin: 0;
	transition: opacity ease-in-out 0.3s, height ease-in-out 0.3s;
}
.ourTeam .child .teamDescription .card-text span{
	color: var(--Primary);
}
.ourTeam .child .teamDescription .rating-icon{
	color: var(--Yellow);
}
.ourTeam .child .teamDescription .rating-ratio{
	font-weight: 600;
	font-size: 13px;
}
.ourTeam .child .teamDescription .total{
	font-weight: 400;
	font-size: 13px;
	color: var(--Neutrals40);
}
.ourTeam .child .teamDescription .card-location{
	color: var(--Neutrals40);
	font-weight: 400;
	font-size: 13px;
}
.ourTeam .child .teamDescription .card-location i{
	color: var(--Primary);
}

.ourTeam .child:hover .teamDescription{
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ourTeam .child:hover .teamBg{
	opacity: 1;
}
.ourTeam .child:hover .teamDescription .card-text{
	height: auto;
	opacity: 1;
}

.owlSilder1{

}
.owlSilder-outerControl .owl-controls .owl-nav .btns{
	background: #F4F4F4;
	border-radius: 4px;
	color: var(--Neutrals100);
	cursor: pointer;
}
.owlSilder1.owl-theme .owl-dots .owl-dot span{
	width: 100px;
    height: 2px;
    padding: 0;
    margin-right: 0px;
    margin-left: 0px;
    background: var(--Neutrals20);
    border: 0px !important;
    text-indent: inherit;
    opacity: 1;
}
.why_irp_h{
	margin-bottom: 50px;
}
.text_25{
	font-size: 25px;
}
.font-weight-700{
	font-weight: 700;
}
.owlSilder1.owl-theme .owl-dots .owl-dot.active span{
    background: var(--Primary);
}
.owlSilder1.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 39px;
}

.whyIrp{
	position: relative;
}
@keyframes inOut {
  0% {
    transform: scale(1.0);
  }
  50%{
  	transform: scale(1.1);
  }
  100% {
    transform: scale(1.0);
  }
}
.whyIrp:before{
	content: '';
	background: url(../../img/whyshap1.png);
    background-size: contain;
    display: block;
    position: absolute;
    top: -200px;
    left: 100px;
    height: 90px;
    width: 90px;
    background-repeat: no-repeat;
    animation: inOut 2s infinite ease-in-out;
}
.whyIrp:after{
	content: '';
	background: url(../../img/whyshap2.png);
    background-size: contain;
    display: block;
    position: absolute;
    top: -100px;
    right: -11px;
    height: 166px;
    width: 162px;;
    background-repeat: no-repeat;
    animation: inOut 2s infinite ease-in-out;
}
.whyIrp .child{
	padding: 52px 80px 52px 80px;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 13.9995px 22.6827px rgba(192, 192, 192, 0.0475723), 0px 6.86281px 11.1195px rgba(192, 192, 192, 0.0380675), 0px 2.71357px 4.39666px rgba(192, 192, 192, 0.0270615);
	border-radius: 13px;
	border: 1px solid rgba(237, 237, 237, 1);
	height: 100%;
	/*aspect-ratio: 3/2;
    display: flex;
    flex-direction: column;
    justify-content: center;*/
}
.custom_irp_card{
	padding: 72px !important;
}
.make_hiring_head{
	margin-bottom: 12px;
}
.custom_irp_card p.desc{
	width: 343px;
}
.letshelpyou_text{
	padding-left: 200px !important;
}
.whyIrp .child .title{
	font-weight: 700;
	font-size: 18px;
	color: var(--Neutrals100);
}
.whyIrp .child .count{
	font-weight: 700;
	font-size: 65px;
	color: var(--Primary);
}
.font-weight-600{
	font-weight: 600;
}
.stepHeading_1_h{
	margin-top: 40px;
}
.connect_wiht_h {
    width: 370px;
}
.whyIrp .child .desc{
	font-weight: 400;
	font-size: 16px;
	color: var(--Neutrals80);
}
.time_cost_quality{
	margin-bottom: 23px;
}

.howItsWork{
	position: relative;
}
.howItsWork .imageCon{
	position: relative;
	height: 100%;
}
.howItsWork .imageCon.bgShape:before{
	content: '';
	height: 100%;
	width: 100%;
	display: block;
	background: url("../../img/Vectorlaye1.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.howItsWork .description{
	padding-left: 20px;
	position: relative;
}
.howItsWork .rightShape{
	position: absolute;
       right: 60px;
    bottom: 0;
    z-index:-1;
}
.howItsWork .leftShape{
	position: absolute;
    left: 100px;
    bottom: 0;
    z-index:-1;
}
.make_hiring_section_h{
	padding-bottom: 119px;
}
.more_reason_section_h{
	padding: 108px 0 108px 0;
}
.make_hiring{
	padding-bottom: 75px;
}
.more_reasons_head{
	margin-bottom: 72px;
}
.howItsWork.borderShapeLeft:before{
	content: '';
    width: 389px;
    height: 210px;
    display: block;
    background: url(../../img/bordershape1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -83px;
    margin: auto;
    z-index: 9;
}
.howItsWork.borderShapeRight:before{
	content: '';
    width: 389px;
    height: 180px;
    display: block;
    background: url(../../img/bordershape2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -116px;
    margin: auto;
    z-index: 9;
}

.reason{
	position: relative;
}
.reason:before{
	content: '';
	background: url(../../img/reasonshap1.png);
    background-size: contain;
    display: block;
    position: absolute;
    top: -135px;
    left: 100px;
    width: 56px;
	height: 61px;
    background-repeat: no-repeat;
    animation: inOut 2s infinite ease-in-out;
}
.reason:after{
	content: '';
	background: url(../../img/reasonshap2.png);
    background-size: contain;
    display: block;
    position: absolute;
    top: -50px;
    right: 50px;
    width: 24px;
	height: 26px;
    background-repeat: no-repeat;
    animation: inOut 2s infinite ease-in-out;
}
.reason .child{
	padding: 0 0 72px 0;
	text-align: center;
	height: 100%;
}
/* width */
::-webkit-scrollbar {
  width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.reason .child .title{
	font-weight: 600;
	font-size: 18px;
	color: var(--Neutrals100);
	margin-bottom: 9px;
}
.reason .child .desc{
	font-weight: 400;
	font-size: 16px;
	color: #333E49;
	padding: 0 100px;
}
.see_what_our_section_h{
	padding: 150px 0 150px 0;
}
.testimonialsSlider{
	position: relative;
}
.seewhatour{
	margin-bottom: 12px;
}
.testimonialsSlider:before{
	content: '';
    background: url(../../img/testimonialsshape.png);
    background-size: contain;
    display: block;
    position: absolute;
    bottom: -85px;
    left: 0;
    width: 130px;
    height: 120px;
    background-repeat: no-repeat;
    animation: inOut 2s infinite ease-in-out;
}
.testimonialsSlider .message{
	color: var(--Neutrals80);
	font-weight: 400;
	font-size: 27px;
	display: -webkit-box;
    max-width: 88%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    /*overflow: hidden;*/
}
.review_text_applicant{
	font-size: 14px;
	font-weight: 600;
}
.modal .modal_flow_h .whyIrp .child {
	border-radius: 13px;
	border: 5px solid rgba(219, 219, 219, 0.24);
	background: #FFF;
}
.moda.modal_flow_h .whyIrp .child .title{
font-size: 15px;
font-style: normal;
font-weight: 700;
}
.searchform_para{
	margin-bottom: 37px;
}
.modal_step_1{
	margin-top: 67px;
}
.testimonialsSlider .name{
	color: var(--Primary);
	font-weight: 500;
	font-size: 17px;
}
.testimonialsSlider .designation{
	color: var(--Neutrals80);
	font-weight: 400;
	font-size: 17px;
}
.testimonialsSlider .carousel-indicators{
	justify-content: flex-start;
    margin: 0;
}

footer{
	background: #F6F6F7;
}

li.footer-inline a {
    color: #75777F;
    text-decoration: none;
    margin-left: 29px;
	font-size: 14px;
}

p.footer-login {
	color: #75777F;
	font-size: 14px;
}

footer .aboutIrp{

}
footer .aboutIrp .title{
	font-weight: 500;
	font-size: 16px;
	color: var(--Neutrals80);
}
footer .aboutIrp .description{
	font-weight: 400;
	font-size: 14px;
	color: var(--Neutrals80);
	    /*width: 330px;*/
}
footer .heading{
	font-weight: 500;
	font-size: 18px;
	color: var(--Neutrals100);
}
.second_footer strong{
	font-weight: 600;
}
.copyRigts_h{
	padding: 21px 0;
}
.second_footer .description{
	font-weight: 400;
}
footer .links{
	list-style: none;
	padding-left: 0;
}
footer .links li a{
	font-weight: 400;
	font-size: 14px;
	color: var(--Neutrals80);
	text-decoration: none;
	margin-bottom: 8px;
    display: block;
}
footer .links li.towclo{
	display: block;
	width: 50%;
	float: left;
}
footer .links li.inLine{
	display: inline-flex;
}
footer .links li.inLine a{
	padding: 0 10px;
}
.socialLinks{
	padding-left: 0px;
	list-style: none;
}
.socialLinks li{
	display: inline;
}
.socialLinks li a{
	color: var(--Neutrals80);
	padding: 10px;
}
footer .copyRigts{
	background: #ECECEC;
}
.transparentBG{
	background: transparent !important;
}

footer.bg_lightgrey {
    padding: 20px 0px!important;
}


.aboutCounter{
    border-top: 1px solid #D6DDEB;
    border-left: 1px solid #D6DDEB;
    padding: 15px;
    text-align: center;
}
.aboutCounter:first-child{
	border-left: 0px solid #D6DDEB;
}
.aboutCounter .counter{
	font-weight: 600;
	font-size: 32px;
	color: var(--Primary);
}
.aboutCounter .title{
	font-weight: 400;
	font-size: 18px;
	color: var(--Neutrals80);
}

.storyCon{

}
.storyCon .child{
	padding: 0px 30px	;
}

.contactTeam{
	background: #430A1B;
	border-radius: 5px;
}

.contactTeam .imageOverlap{
	margin: -130px 0px;
}

.signin {
	width: 526px;
    margin: auto;
}

.signup {
	width: 653px;
    margin: auto;
}

.veriforget-pass {
	width: 445px;
    margin: auto;
}

.s-d-type {
    color: var(--Neutrals40);
    font-size: 16px;
}

.b-d-type {
    color: var(--Neutrals100);
    font-size: 18px;
    font-weight: 700;
}

form.signin {
    width: 526px;
    margin: auto;
}

.forgot-pass {
    width: 432px;
    margin: auto;
}

.form-control {
    line-height: 51px;
	border: 1px solid #D6DDEB;
}
textarea.form-control {
    line-height: 1.5;
}

.equal {
    display: inline-flex;
}

.borderNone{
	border: 0px;
}
.outlineNone{
	outline: none;
}

.minHeight100vh{
	min-height: calc(100vh);
}

.signup-form {
    padding: 22px 0px 0 60px;
}

.sidebar-minHeight100vh{
	min-height: 100vh;
}



.ComingSoon{
	min-height: 100vh;
	background-image: url('../../img/comming-soon.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.ComingSoonHeading{
	font-size: 72px;
	line-height: 80px;
	font-weight: 700;
	margin-bottom: 22px;
}
.soon_para{
	color: #F8F8FD;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 50px;
}
.circleSocial.socialLinks li {
    display: inline-block;
    margin: 0px 3px;
}
.circleSocial.socialLinks  li a {
    height: 35px;
    width: 35px;
    background: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--Neutrals100);
    text-decoration: none;
}
.employer_modal{
	padding: 78px 99px;
}
.form_employer{
	margin-top: 51px;
}
.submit_btn_emplyer{
	border-radius: 4px;
	border: 1px solid #CDD87D;
	background: #CDD87D;
	color: #1B1B20;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	padding: 12px 75px;
}
input{
	accent-color: rgba(250, 100%, 34%) !important;
}
.soon_btn{
	color: #1B1B20;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	border-radius: 4px;
	border: 1px solid var(--brands-primary, #CDD87D);
	background: var(--brands-primary, #CDD87D);
	text-decoration: none
}
.profile_modal{
	padding: 50px;
	zoom:1.0;
	color: #7c8493;
}

.profile_modal .black {
    color: #000 !important;
}

.mb_soon_btn{
	margin-bottom: 117px;
}

.rounded {
    justify-content: center;
}

.verification{
	position: relative;
}
.verification .vinput{
	display: none;
}
.verification .vinput:checked + .checkBox {
  border: 1px solid var(--Primary) !important;
}
.verification .checkBox .icon{
	background: var(--Neutrals10);
	border-radius: 100px;
	height: 70px;
	width: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.verification .vinput:checked + .checkBox .icon{
  background: var(--Primary);
}

.verification-object {
    width: 190px;
}



.otp-container {
  display: flex;
  justify-content: center;
}
.otp-container .wrapInput {
    height: 50px;
    margin: 0 7px;
    border: 1px solid var(--Neutrals20);
    border-radius: 5px;
    padding: 12px;
}
.otp-container .wrapInput .otp-input {
  width: 100%;
  text-align: center;
  font-size: 18px;
  border: 0px solid var(--Neutrals20);
  border-bottom: 2px solid var(--Neutrals20);
  outline: none;
}




.greenGradientTop {
    background: linear-gradient(to top, #3E5E12, #749E1F);
}
.Gradient2{
	background: linear-gradient(to top, #422009 , #8c450b);
}
.Gradient3{
	background: linear-gradient(to top, #0d0a24 , #221d48);
}
.signupcheck {
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	outline: none;
	content: none;	
}

.signupcheck:before {
	font-family: "FontAwesome";
    content: "\f00c";
    font-size: 14px;
    color: transparent !important;
    width: 18px;
    height: 18px;
    border: 1px solid #ced4da;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signupcheck:checked:before {
	border: 1px solid var(--Primary);
	color: var(--Neutrals80) !important;
}

.signup-rightSidebar{
	display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
	padding: 60px 0 60px 0;
}
.numberList{
	padding: 0;
	margin: 0;
	list-style: none;
	display: block !important;
}
.numberList li{
	display: flex;
    padding-left: 50px;
    position: relative;
    align-items: center;
    height: 85px;
}
.numberList li:after {
    content: '';
    position: absolute;
    left: 16px;
    height: 80px;
    width: 2px;
    background: #3a530f;
    top: 30px;
    z-index: 1;
}
.numberList li:last-child:after {
    height: 0px;
    width: 0px;
    background: transparent;
}
.numberList li span{
	color: rgba(255, 255, 255, 0.5);
	font-weight: 400;
	font-size: 16px;
}
.numberList li span.list{
	height: 35px;
	width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #3A530F;
	color: rgba(255, 255, 255, 0.5);
	border-radius: 100px;
	position: absolute;
    left: 0;
    z-index: 2;
}

/*.numberList li span.list:after{
	content: '';
}*/

.numberList li.active span{
	color: var(--Neutrals0);
}
.numberList li.active span.list{
	color: var(--Neutrals100);
	background: var(--Primary);
}
.numberList li.lineActive:after {
    background: var(--Primary);
}

.profileDropdown{

}
.profileDropdown .dropdown-toggle{
	text-align: left;
	background: transparent;
	border: 0px solid transparent;
	outline: none;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	color: var(--Neutrals100);
}
.profileDropdown .dropdown-toggle img{
	max-height: 40px;
}
.profileDropdown .dropdown-toggle .email{
	font-size: 12px;
	font-weight: 400;
	color: var(--Neutrals80);
}
.profileDropdown .dropdown-toggle::after {
    content: "\f107";
    display: inline-block;
    margin-left: 1.255em;
    vertical-align: 0.255em;
    border-top: 0 solid;
    border-right: 0 solid transparent;
    border-bottom: 0;
    border-left: 0 solid transparent;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    color: var(--Primary);
}
.profileDropdown .dropdown-menu{
	border: 0px;
	background: var(--Neutrals10);
	padding: 0;
}
.profileDropdown .dropdown-item.active, .dropdown-item {
   padding: 7px;
   padding-left: 15px;
   border-bottom: 1px solid transparent;
}
.profileDropdown .dropdown-item.active, .dropdown-item:active {
    color: var(--Neutrals100);
    background-color: #cdd87d66;
    border-bottom: 1px solid var(--Primary);
}
.profileDropdown .dropdown-item:focus, .dropdown-item:hover {
    color: var(--Neutrals100);
    background-color: #cdd87d66;
    border-bottom: 1px solid var(--Primary);
}


.btn-200{
	min-width: 200px;
}



.form-switch input[type="checkbox"]:checked {
      border-color: var(--Primary);
    background-color: var(--Primary);
}

.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable, .ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners {
    height: 150px;
}
.custom-tooltip{
	
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,  .bs-tooltip-top .tooltip-arrow::after{
	border-top-color: #ffc3bb;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,  .bs-tooltip-top .tooltip-arrow::after{
	border-bottom-color: #ffc3bb;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,  .bs-tooltip-top .tooltip-arrow::after{
	border-left-color: #ffc3bb;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,  .bs-tooltip-top .tooltip-arrow::after{
	border-right-color: #ffc3bb;
}
.custom-tooltip .tooltip-inner{
	background: #ffc3bb;
}

.addMore{
	float: right;
	font-size: 12px;
	cursor: pointer;
}
.addMore i{
	background: var(--Primary);
	padding: 3px;
	border-radius: 4px;
}

.centerlistCon{
	position: sticky;
    top: calc(50% - 115px);
}
.themeButton.btn-sm {
    padding: 5px 15px;
    float: right;
}

/* [disabled]{
	background-color: var(--Neutrals10) !important;
} */

#reviewModal .subHeading{
	font-size: 20px;
    display: inline-block;
    width: 100%;
}
#reviewModal .subpera{
	font-size: 15px;
}
.height-50px{
	height: 50px;
}
.ui-widget.ui-widget-content {
    border: 1px solid #F1F1F1;
    background: #F1F1F1;
    border-radius: 5px;
    height: 8px;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    background: var(--Primary);
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #fff;
    font-weight: normal;
    color: #454545;
    border-radius: 100px;
    padding: 4px;
}
.ui-state-default, .ui-widget-content .ui-state-default:before{
	content: '';
	height: 9px;
    width: 9px;
    display: block;
    background: #000;
    border-radius: 100px;
}

.ui-datepicker .ui-datepicker-header {
    background-color: #fafafa;
    border: 0px;
}


.ui-datepicker table {
    background-color: #fafafa;
	
}

 .ui-datepicker  .ui-state-default:before, .ui-datepicker .ui-state-default {
    background: transparent !important;
	border:0 !important;
}

 .ui-datepicker a.ui-state-default {
    font-weight: bold !important;
}

#ui-datepicker-div { 
width:auto !important;}

.ui-datepicker td {
    padding: 15px;
  
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    filter: invert(100%);
    background-color: #000;
    color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-right: 7px;
}



.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23CDD87D' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}





.searchBannerconetnt{
	padding-left: 100px;
}

.searchPage .homeHeader{
	position: relative;
}


.searchPage .homeHeader .navbar-light .navbar-nav .nav-link {
    color: var(--Neutrals100);
	font-weight: bold;
}
.searchPage .bannerSection {
    padding: 50px 0px;
    min-height: 360px;
    border-radius: 10px;
}


.searchPage .lightLogo {
    display: none;
}
.darkLogo{
	display: none;
}
.darkLogo, .lightLogo{
	max-height: 45px;
}
.searchPage .darkLogo{
	display: block;
}






#popupSlider .carousel-item{
	background: var(--Neutrals0);
	min-height: 705px !important;
	    max-height: 705px !important;
	    height: 705px !important;
}
#popupSlider .carousel-inner{
	    height: 725px;
}
#popupSlider .carousel-inner .carousel-item:nth-child(1) img{
	    height: 266px;
}
#popupSlider .carousel-inner .carousel-item:nth-child(2) img{
	    height: 408px;
}
#popupSlider .carousel-inner .carousel-item:nth-child(3) img{
	    height: 408px;
}
#popupSlider .carousel-inner .carousel-item:nth-child(4) .row.whyIrp {
	    height: 408px;
}
#homemodal .whyIrp:after, #homemodal .whyIrp:before{
	display: none;
}










/*seacrh result page*/
.searchContent{
/*	padding: 20px;*/
}

.profile-row{
	border: solid 1px var(--Neutrals20) ;
	border-radius: 8px;
	padding: 32px 21px 30px 30px;
}

.profile-row h4{
	font-weight: 600;
    font-size: 1.1rem;
    display: inline-block;
    width: 60%;
}

.profile-row p{
	font-size: 1rem;
    color: var(--Neutrals80);
    font-weight: 400;
    margin-top: 5px;
    padding: 0;
    margin-bottom: 0;
}

.pp {
	margin-right: 60px !important;
}

.profile-row h4 .avaible{
	margin-left: 65px;
	color: #1B1B20;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	border-radius: 5px;
	background-color: #ecf8e7;
	display: inline-flex;
	padding: 6px 11.438px 7px 10px;
	align-items: flex-start;
}

.profile-row h4 .notAvaible{
	font-size: 0.9rem;
    padding: 10px 10px;
    background: #ff6551;
    display: inline-block;
    border-radius: 6px;
	margin-left: 50px;
}

.profile-row .buttons{
	float: right;
    width: 55%;
    padding: 0;
    margin: 0;
    text-align: end;
    display: flex;
    justify-content: flex-end;
}

.profile-row .buttons a{
	border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9rem;
    padding: 8px 10px;
    display: inline-block;
	border: solid 1px var(--Primary);
	margin: 0 0 0 20px;
}

.profile-row .buttons a.heart{
	border: solid 1px var(--Neutrals20);
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    float: left;
	height: 39.61px;
}


	
.profile-row .buttons a.heart i{
    font-size: 20px;
}

.profile-row .details{
	
}

.profile-row .details img {
	max-width: 15px;
    width: 100%;
    height: auto;
    margin: 2px 4px 0 0;
}

.profile-row .details span{
	margin: 0 3px 0 0;
    font-weight: 600;
	font-size: 14px;
}


.profile-row h5{ 
	font-weight: 600;
    font-size: 1rem;
    
}

.profile-row .tag {
	padding: 2px 0px;
	color: #515B6F;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	border-radius: 5px;
	/* border: 1px solid #D6DDEB; */
	background: #FFF;
	width: 105px !important;
    margin-right: 14px;
    border: none;
}

.among-imgs {
    width: 150px !important;
    height: 40px !important;
    object-fit: contain;
    margin-top: 10px;
    text-align: center;
}

.among-imgs img {
    /*width: 150px !important;*/
    height: 40px !important;
}

.clients_image {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.profile-row .profile-review {
    display: flex;
    flex-wrap: nowrap;
    font-size: 0.8rem;
    align-items: center;
    justify-content: center;
}

.profile-row .profile-review p{
    padding: 0;
	margin: 0;
    font-size: 0.8rem;
}

.profile-row .profile-review i {
    margin-right: 4px;
    color: var(--Yellow);
}

.profile-row .profile-review strong {

	color: var(--Textdark);

}

.sideBar{
	padding-right: 40px;
	
}

.sideBar h3{
	color: var(--Textdark);
    font-size: 18px;
    font-weight: 600;
    border-bottom: solid 1px #ccc;
    padding: 4px 0 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding-bottom: 11px;
	margin-bottom: 20px;
}

.sideBar h3 button{
	text-decoration: none;
	color: var(--Primary);
}

.sideBar h3 a{
	text-decoration: none;

}

.sideBar h3 a::after{
	content: "\f106";
	font-family: "fontAwesome";
	color: #000;
	display: none;
}

.sideBar h3 a.collapsed::after{
	content: "\f107";
	font-family: "fontAwesome";
	color: #000;
}

.sideBar .sec-title{
	font-weight: 600;
    font-size: 16px;
    font-weight:600;
	color: var(--Secondary);
	margin-bottom: 16px;
}

.sideBar .badge{
	color: var(--Textdark);
	background-color: #f5faf3;
	font-weight: 600;
	float: right;
	margin: 2px 0 0 0;
}

.sideBar .form-check .form-check-label{
	display: block;
	color: var(--Textlight);
	padding: 0 0 0 6px;
}


.sideBar .form-check .form-check-input {
    width: 1.5em;
    height: 1.5em;
    margin-top: 0.1em;
	margin-right: 15px;
}


.sideBar .form-check{
	margin-bottom: 0.6rem;
}

.btnShow{
	color: var(--Textdark);
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.btnShow i{
	width: 25px;
    height: 25px;
    background: #e5ebbd;
    padding: 0;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    -webkit-text-stroke: 2.5px #e5ebbd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.sideBar .keyword{
	position: relative;
    vertical-align: top;
    border: solid 1px var(--Neutrals20);
	margin: 0 0 15px 0;
}


/* #input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
        -webkit-user-modify: read-write !important;
        height: 28px;
        content: url("clear button.png");
	
} */

.sideBar .filterBox{
	float: left;
    width: 100%;
    padding: 0 0 20px 0;
    /*margin:20px 0 10px 0;*/
    border-bottom: solid 1px var(--Neutrals20);
}

.sideBar .form-select{
	color: var(--Textlight);
	border: solid 1px var(--Neutrals20) !important;
	height: 50px;
}

.sideBar .filterBox:last-child{
	border-bottom: none;
}

.bootstrap-tagsinput::after{

	content: " ";
    background-image: url(../../img/location-gray.png);
    width: 14px;
    height: 17px;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    left: 5px;

}

.sorting{
	padding-bottom: 12px;
    border-bottom: solid 1px var(--Neutrals20);
    margin-bottom: 30px;
    margin-top: 20px;
}
.sorting p{
	font-size: 1rem;
    color: var(--Neutrals80);
    font-weight: 500;
    margin: 7px 0;

}

.sorting p strong{
	color: var(--Textdark);
	font-weight: 700;

}

.customLabelSelect{
	display: inline-block;
    border: solid 1px var(--Neutrals20);
    border-radius: 4px;
    padding: 0 0 0 12px;
    color: var(--Neutrals40);
    margin: 0 0 0 8px;
}

.customLabelSelect .form-select{
	width: auto;
    display: inline-block;
    padding-left: 3px;
	outline: none;
	border: none;
	box-shadow: none;
	font-weight: 500;
}

.gridListView{
	float: right;
}

.gridListView a{
	border: solid 1px var(--Neutrals20);
    color: var(--Neutrals20);
    padding: 7px 8px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-decoration: none;
    float: left;
    border-radius: 6px;
    margin: 1px 0 0 12px;
}

.gridListView a.active{
	background: var(--Primary);
	border: solid 1px var(--Primary);
	color: var(--Neutrals100);
}

.sortRight{
	display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
}


/**/
.bootstrap-tagsinput {
	background-color: #fff;
    box-shadow: none;
    display: inline-block;
    padding: 13px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    width: 100%;
    line-height: 22px;
    cursor: text;
    border: solid 1px var(--Neutrals20);
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    position: relative;
    padding-left: 22px;
  }
  .bootstrap-tagsinput input {
	border: none;
	box-shadow: none;
	outline: none;
	background-color: transparent;
	padding: 0 6px;
	margin: 0;
	width: auto;
	max-width: inherit;
  }
  .bootstrap-tagsinput.form-control input::-moz-placeholder {
	color: #bec1c9;
	opacity: 1;
  }
  .bootstrap-tagsinput.form-control input:-ms-input-placeholder {
	color: #bec1c9;
  }
  .bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
	color: #bec1c9;
  }
  .bootstrap-tagsinput input:focus {
	border: none;
	box-shadow: none;
  }
  .bootstrap-tagsinput .tag {
	margin-right: 2px;
    background-color: #f5faf3;
    border-radius: 44px;
    padding: 2px 6px 3px 10px;
    color: #000;
    font-size: 15px;
    float: left;
	border: solid 1px #e2f4dc;
  }
  .bootstrap-tagsinput .tag [data-role="remove"] {
	margin-left: 8px;
    margin-top: 3.5px;
    cursor: pointer;
    float: right;
    border-radius: 50% !important;
    background-color: var(--Primary);
    line-height: 16px;
  }
  .bootstrap-tagsinput .tag [data-role="remove"]:after {
	content: "\f00d";
    font-family: FontAwesome;
    padding: 0px 2px;
    -webkit-text-stroke: 1.5px #cdd87d;

  }
  .bootstrap-tagsinput .tag [data-role="remove"]:hover {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  }
  .bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .modal_flow_h{
	max-height: 90vh !important;
}
.padding_x_container{
		padding-left: 60px;
		padding-right: 60px;
	}
	.searchContent .tags strong{
		font-size: 16px;
	}
	.Why_IRP_head{
		margin-bottom: 9px;
	}
	.forasmall{
		margin-bottom: 12px;
	}
	.looking_head{
		font-size: 48px;
		font-weight: 600;
	}
	.pt_150{
		padding-top: 150px;
	}
	.pb_150{
		padding-bottom: 150px;
	}
	.font-weight-400{
		font-weight: 400;
	}
	.pt_75{
		padding-top: 75px !important;
	}
	.pb_75{
		padding-bottom: 75px !important;
	}
	.employment_cost{
		border-radius: 10px 0px 0px 10px;
		background: radial-gradient(100% 100% at 50% 0%, #749E1F 0%, #3E5E12 100%);
	}
	.employment_cost_inner_box{
		padding: 57px 68px;
	}
	.employment_cost_inner_box .subHeading{
		margin-bottom: 42px;
	}
	.label_annual_salary{
		color: #F8F8FD;
		font-size: 16px;
		font-weight: 400;
	}
	.employment_cost input,
	.employment_cost select{
		color: #1B1B20;
		font-size: 16px;
		font-weight: 400;
		  -webkit-appearance: none;
		  -moz-appearance: none;
		  appearance: none;
		  border-radius: 0;
	}
	.select_errow_img{
		margin-left: 25px;
		margin-right: 25px;
	}
	.annual_field{
		    border-radius: 4px;
    border: 1px solid #E8E8E8 !important;
    background: #FFF;
	}
	.annual_form{
		margin-bottom: 42px;
	}
	.reset_btn_annual{
		border-radius: 4px;
	    border: 1px solid var(--brands-primary, #CDD87D);
	    color: var(--neutrals-10-i, #F8F8FD);
	    text-align: center;
	    font-size: 16px;
	    font-weight: 500;
	    padding: 12px 25px;
	}
	.reset_btn_annual:hover{
		border-radius: 4px;
	    border: 1px solid  #CDD87D;
	    color: #F8F8FD;
	    text-align: center;
	    font-size: 16px;
	    font-weight: 500;
	    padding: 12px 25px;
	}
	.calculate_btn{
		border-radius: 4px;
		border: 1px solid #CDD87D;
		background: #CDD87D;
		padding: 12px 25px;
		color: #1B1B20;
		text-align: center;
		font-size: 16px;
		font-weight: 500;
	}
	.loadmore{
		border-radius: 4px;
		border: 1px solid #CDD87D;
		background: #CDD87D;
		padding: 12px 25px;
		text-align: center;
		font-size: 15px;
		font-weight: 500;
	}
	.currency_parent{
		border-radius: 0px 5px 5px 0px;
		border: 0px solid var(--neutrals-20, #D6DDEB);
		background: #FAFAFA;
	}
	.currency_aed{
		margin-bottom: 11px;
	}
	.aed_text{
		color: var(--neutrals-100, #1B1B20);
		font-size: 16px;
		font-weight: 600;
	}
	.currency_aed.annual_salary_text{
		margin-bottom: 40px;
	}
	.aed_550 span:nth-child(1){
		color: var(--primary-hover, #B2BD5F);
		font-size: 20px;
		font-weight: 600;
	}
	.aed_550 span:nth-child(2){
		color: var(--primary-hover, #B2BD5F);
		font-size: 18px;
		font-weight: 600;
	}
	.currency_parent_padding{
		padding: 94px 52px;
	}
	.pleasenote{
		margin-top: 40px;
	}
	.over_27{
		color: #1B1B20;
		font-size: 32px;
		font-weight: 600;
		margin-bottom: 29px;
		width: 590px;
	}
	.manage_your_entire{
		color: #515B6F;
		font-size: 18px;
		font-weight: 400;
		margin-bottom: 38px;
		width: 570px;
	}
	.footer_social{
		padding: 21px 0;
		display: flex;
		align-items: center;
	}
	.socialLinks{
		margin-bottom: 0 !important;
	}
	.get_in_touch{
		color: #CDD87D;
		font-size: 18px;
		font-weight: 500;
		margin-bottom: 13px;
	}
	.get_in_touch  + .looking_head{
		margin-bottom: 13px;
	}
	.contactus_parent{
		padding: 62px 63px;
		border-radius: 6px;
		background: #FAFAFA;
		box-shadow: 0px 2.7135651111602783px 4.396662712097168px 0px rgba(192, 192, 192, 0.03), 0px 6.862810134887695px 11.119489669799805px 0px rgba(192, 192, 192, 0.04), 0px 13.999488830566406px 22.682716369628906px 0px rgba(192, 192, 192, 0.05);
	}
	.head_contact_us{
		color: #1F2729;
		font-size: 48px;
		font-style: normal;
		font-weight: 600;
		margin-bottom: 16px;
	}
	.whether_text{
		color: #515B6F;
		font-size: 18px;
		margin-bottom: 60px;
		font-weight: 400;
		width: 540px;
	}
	.contactForm label	{
		color: #1B1B20;
		font-size: 16px;
		font-weight: 400;
	}
	.contactForm input{
		border-radius: 4px;
		border: 1px solid #E8E8E8;
		background: #FFF;
		height: 51px !important;
	}
	.contactForm textarea{
		height: 139px !important;
	}
.get_in_touch_btn{
	border-radius: 4px;
	border: 1px solid #CDD87D;
	background: #CDD87D;
	color: #1B1B20;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	padding: 12px 26px;
	width: 338px;
}
.new_customer_parent{
	margin-bottom: 63px;
}
.new_customer_parent_padding{
	padding: 72px 0 0 48px;
}
.boston_text{
	color: #1B1B20;
	font-size: 18px;
	font-weight: 500;
}
.share_text{
	color: #1F2729;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1.56px;
	text-transform: uppercase;
}
.header_menu{
	color: #1B1B20;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
}
.header_right_btn{
	color: #1B1B20;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	border-radius: 4px;
	border: 1px solid #CDD87D;
	background: #CDD87D;
	padding: 12px 26px;
}
.search_result{
	border-radius: 10px;
	padding: 20px 90px 20px 90px;
	background-image: url("../../images/search-bg.jpg");
	background-repeat: no-repeat;
  background-size: 100% 100%;
}
.based_onpara{
	width: 450px;
}
.font-weight-700{
	font-weight: 700;
}
.profile_section{
	margin-top: 39px;
}
.reset_collapse{
	color: #CDD87D;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
}
.search_cross{
	position: absolute;
	right: 13px;
    top: 20px;
    cursor: pointer;
}
.keyword{
	color: #515B6F;
	font-size: 14px;
	font-weight: 400;
}
.text_check{
	color: #4F5E64;
	font-size: 14px;
	font-weight: 400;
}
.showmore{
	color: #1B1B20;
	font-size: 14px;
	font-weight: 500;
	    margin-top: 16px;
}
.text_check + .badge{
	color: #1B1B20;
font-size: 12px;
font-weight: 500;
}
.form_check_mb{
	margin-bottom: 17px;
}
.job_location{
	margin-top: 40px !important;
	margin-bottom: 16px;
}
.industry{
	margin-top: 34px;
}
.job_level{
	margin-top: 40px;
	margin-bottom: 16px;
}
.job_function{
	margin-top: 40px;
	margin-bottom: 16px;
}
.sorting_showing_text{
	color: #515B6F;
	font-size: 14px;
	font-weight: 400;
}
.sorting_showing_text strong{
	color: #1B1B20;
	font-size: 14px;
	font-weight: 600;
}
.profiler_image{
	width: 120px;
	height: 155.5px;
	margin-bottom: 10px;
	margin-right: 42px;
}
.name_profile{
	color: #1B1B20;
	font-size: 16px;
	font-weight: 600;
}
.skillspara{
	color: #7C8493;
	font-size: 14px;
	font-weight: 400;
	margin-top: 5px;
}
.viewprofilebtn{
	color: #1B1B20 !important;
	text-align: center !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	padding: 7px 11px !important;
	display: flex !important;
	align-items: center !important;
	border-radius: 5px;
	border: 1px solid #CDD87D;
	margin-right: 25px !important;
	margin-left: 25px !important;
}
.select_btn{
	color: #1B1B20 !important;
	text-align: center !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	display: flex !important;
	align-items: center !important;
	padding: 6px 11px !important
}
.location_experience_success{
	color: #515B6F !important;
	font-size: 13px !important;
	font-weight: 400 !important;
}
.number_experience{
	color: #1B1B20 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
}
.details_mb{
	margin-bottom: 21px;
}
.specialization_h{
	color: #1B1B20 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	margin-bottom: 10px;
}
.rating_number{
	color: #1B1B20;
	font-size: 13px;
	font-weight: 600;
}
.number_review{
	color: #515B6F;
	font-size: 13px;
	font-weight: 400;
}
.details_ul li {
	margin-right: 100px;
	width: 200px;
}
.overviewhead{
	color: #0B254B;
	font-size: 48px;
	font-weight: 600;
}
.number_overiview{
	color: #A8ADB7;
	font-size: 24px;
	font-weight: 600;
	border-bottom: 3px solid #87a847fa;
    line-height: 1;
}
.overview_para_mb{
	margin-bottom: 18px;
}
.soonlogo{
	margin-bottom: 112px;
}
/**/

@media (min-width:1920px){
	.vision_our + h4{
		width: 450px;
	}
	.vision_our{
		font-size: 24px;
		font-weight: 600;
	}
	.story_img{
		margin-bottom: 37px;
	}
	.our_story_h_text{
		font-weight: 400;
		font-size: 16px;
		line-height: 160%;
		margin-bottom: 88px;
	}
	.our_story_h{
		margin-bottom: 15px;
		padding-top: 42px;
	}
	.fixing_row{
		    padding-bottom: 98px;
	}
	.fixing_the_broken{
		font-size:48px;
		font-weight:700; 
	}
	.about_images_radius img{
		border-radius: 5.5px;
	}
	.looking_head{
		font-size: 48px !important;
		font-weight: 600 !important;

    line-height: 55px !important;
        margin-bottom: 13px;

	}
	.we_could{
		margin-bottom: 47px;
	}

	
.searchContent h1 {
    color: var(--neutrals-0, #FFF);
    font-family: Inter;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
}
.yournext {
    color: var(--neutrals-0, #FFF);
    font-family: Inter;
    font-size: 69px;
    font-style: normal;
    font-weight: 500;
}
.searchContent span.best_hire {
    position: relative;
    color: var(--neutrals-0, #FFF);
    font-family: Inter;
    font-size: 69px;
    font-style: normal;
    font-weight: 700;
}
.searchContent span.best_hire:after {
    content: '';
    background: #ffffff3d;
    position: absolute;
    width: 300px;
    height: 89px;
    z-index: -1;
    right: -34px;
    bottom: -1px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.searchContent p {
    font-size: 28px;
    font-weight: 200;
    color: var(--Neutrals0);
}
/*.searchContent .input-group {
    height: 120px;
}*/
.modal_flow_h{
	max-height: 90vh !important;
}
/*.letshelpyou .input-group {
    width: 67%!important;
}*/
.letshelpyou .input-group input {
   /*font-size: 65px;*/
}
.letshelpyou .input-group span i {
   /*font-size: 65px;*/
}
.letshelpyou .input-group button {
   /*font-size: 65px;*/
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
/*.categoryList .child{
	height: 280px;
}*/
/*.searchContent .tags a {
    color: var(--Neutrals0);
    border: 1px solid var(--Neutrals0);
    border-radius: 4px;
    font-size: 35px;
    text-decoration: none;
    margin-right: 4px;
}*/
.searchContent .tags strong {
    /*font-size: 35px;*/
}
.reason .child .desc {
    font-weight: 400;
    font-size: 16px;
    color: #333E49;
    padding: 0 100px;
}
}
@media (max-width:1920px){
	.vision_our + h4{
		width: 450px;
	}
	.vision_our{
		font-size: 24px;
		font-weight: 600;
	}
	.story_img{
		margin-bottom: 37px;
	}
	.our_story_h_text{
		font-weight: 400;
		font-size: 16px;
		line-height: 160%;
		margin-bottom: 88px;
	}
	.our_story_h{
		margin-bottom: 15px;
		padding-top: 42px;
	}
	.fixing_row{
		    padding-bottom: 98px;
	}
	.fixing_the_broken{
		font-size:48px;
		font-weight:700; 
	}
	.about_images_radius img{
		border-radius: 5.5px;
	}
	.looking_head{
		font-size: 48px !important;
		font-weight: 600 !important;

    line-height: 55px !important;
        margin-bottom: 13px;

	}
	.we_could{
		margin-bottom: 47px;
	}

	
.searchContent h1 {
    color: var(--neutrals-0, #FFF);
    font-family: Inter;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
        line-height: 70px;
}
.yournext {
    color: var(--neutrals-0, #FFF);
    font-family: Inter;
    font-size: 59px;
    font-style: normal;
    font-weight: 500;
}
.searchContent span.best_hire {
    position: relative;
    color: var(--neutrals-0, #FFF);
    font-family: Inter;
    font-size: 59px;
    font-style: normal;
    font-weight: 700;
}
.searchContent span.best_hire:after {
        content: '';
    background: #ffffff3d;
    position: absolute;
    width: 290px;
    height: 89px;
    z-index: -1;
    right: -61px;
    bottom: -10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.searchContent p {
    font-size: 28px;
    font-weight: 200;
    color: var(--Neutrals0);
}
.letshelpyou .input-group {
    width: 600px !important;
}
.reason .child .desc {
    font-weight: 400;
    font-size: 16px;
    color: #333E49;
    /*padding: 0 40px;*/
}
/*.searchContent .input-group {
    height: 120px;
}*/
.modal_flow_h{
	max-height: 90vh !important;
}
/*.letshelpyou .input-group {
    width: 67%!important;
}*/
.letshelpyou .input-group input {
   /*font-size: 65px;*/
}
.letshelpyou .input-group span i {
   /*font-size: 65px;*/
}
.letshelpyou .input-group button {
   /*font-size: 65px;*/
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
/*.categoryList .child{
	height: 280px;
}*/
/*.searchContent .tags a {
    color: var(--Neutrals0);
    border: 1px solid var(--Neutrals0);
    border-radius: 4px;
    font-size: 35px;
    text-decoration: none;
    margin-right: 4px;
}*/
.searchContent .tags strong {
    /*font-size: 35px;*/
}
}

/*@media (min-width:1200px){
.searchContent h1 {
    color: var(--neutrals-0, #FFF);
    font-family: Inter;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
}
.yournext {
    color: var(--neutrals-0, #FFF);
    font-family: Inter;
    font-size: 70px;
    font-style: normal;
    font-weight: 500;
}
.searchContent span.best_hire {
    position: relative;
    color: var(--neutrals-0, #FFF);
    font-family: Inter;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
}
.searchContent span.best_hire:after {
    content: '';
    background: #ffffff3d;
    position: absolute;
    width: 970px;
    height: 252px;
    z-index: -1;
    right: -167px;
    bottom: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.searchContent p {
    font-size: 28px;
    font-weight: 200;
    color: var(--Neutrals0);
}
.searchContent .input-group {
    height: 80px;
}
.letshelpyou .input-group {
    width: 50%!important;
}
.categoryList .child{
	height: 280px;
}
.searchContent .tags a {
    color: var(--Neutrals0);
    border: 1px solid var(--Neutrals0);
    border-radius: 4px;
    font-size: 35px;
    text-decoration: none;
    margin-right: 4px;
}
.searchContent .tags strong {
    font-size: 35px;
}
}*/
/*@media (min-width:1220px) and (max-width:1320px){
.searchContent h1 {
    color: var(--neutrals-0, #FFF);
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
}
.yournext {
    color: var(--neutrals-0, #FFF);
    font-family: Inter;
    font-size: 69.134px;
    font-style: normal;
    font-weight: 500;
}
.searchContent span.best_hire {
    position: relative;
    color: var(--neutrals-0, #FFF);
    font-family: Inter;
    font-size: 69.134px;
    font-style: normal;
    font-weight: 700;
}
.searchContent span.best_hire:after {
    content: '';
    background: #ffffff3d;
    position: absolute;
    width: 280px;
    height: 80px;
    z-index: -1;
    right: -14px;
    bottom: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
}*/
@media (min-width:320px) and (max-width:767px){
	.sorting p{text-align: center;}

	.gridListView {
		float: right;
		margin: 0 !important;
		text-align: center;
	}

	.gridListView a {
		float: none;
		display: inline-flex;
	}

	.sortRight {
		justify-content: center;	
		gap: 8px;
	}

	.profile-row h4 {
		width: 100%;
	}

	.profile-row .buttons {
	
		width: 100%;	
		justify-content: flex-start;
	}

	.profile-row .buttons a {
		margin: 0 10px 0 0;
	}
	.profile-row .details {
		padding-top: 15px;
		
	}

	.profile-row .details > div{
		margin-bottom: 10px;
	}

	.profile-row .profile-review {
		justify-content: flex-start;
		margin-bottom: 10px;
	}


	.marB-15{
		margin-bottom: 15px;
	}

	.sideBar {
		padding-right: calc(var(--bs-gutter-x) * .5);
	}

	.image{
		height: auto !important;
	}

}

@media (min-width:768px) and (max-width:991px){
	.sorting p{text-align: center;}

	.gridListView {
		width: 100%;
		float: right;
		margin: 0 !important;
		text-align: center;
	}

	.gridListView a {
		float: none;
		display: inline-flex;
	}

	.sortRight {
		justify-content: center;	
		gap: 8px;
	}

	.profile-row h4 {
		width: 100%;
	}

	.profile-row .buttons {
	
		width: 100%;	
		justify-content: flex-start;
	}

	.profile-row .buttons a {
		margin: 0 10px 0 0;
	}
	.profile-row .details {
		padding-top: 15px;
		
	}

	.profile-row .details > div{
		margin-bottom: 10px;
	}

	.profile-row .profile-review {
		
		margin-bottom: 10px;
	}


	.marB-15{
		margin-bottom: 15px;
	}

	.sideBar {
		padding-right: 25px;
	}

	.sideBar .form-check .form-check-label {
		font-size: 0.9rem;
	}



}

@media (min-width:992px) and (max-width:1199px){
.profile-row h4 {
    width: 50%;
}

.profile-row .buttons {
    width: 50%;
}

.profile-row .profile-review p {

    font-size: 0.6rem;
}

.profile-row .details {
    font-size: 0.8rem;
}

.profile-row .details img {
    margin: 1px 4px 0 0;
}

.gridListView{margin-left: 0px !important;}

}


/*Profile popup*/
#profilemodal .bannerSection{
	height: 285px;
    min-height: inherit;
}
#profilemodal .profile-row {
	padding: 0px 30px;
    border: 0px solid;
    border-radius: 0px;
    margin-top: -88px;
}
#profilemodal .profile-row h4{
	width: 100%;
}
#profilemodal .subHeading {
    font-weight: 600;
    font-size: 20px;
	margin-bottom: 25px;
}

.profileComment{
	list-style: none;
	padding-left: 0px;
}
.profileComment li{
	padding-left: 50px;
	position: relative;
	padding-bottom: 30px;
}
.profileComment li .shortname{
	background-color: #f5fbf2;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 0;
}
.profileComment li .line{
	height: 100%;
    width: 2px;
    position: absolute;
    left: 13px;
    border-left: 2px dashed var(--Primary);
}
.profileComment li:last-child .line{
    border-left: 0px dashed var(--Primary);
}
/*.profileComment li .date{*/
/*	font-size: 12px;*/
/*    background-color: #f5fbf2;*/
/*    padding: 5px 20px;*/
/*    border-radius: 4px;*/
/*}*/

.profileComment li .date{
	font-size: 14px;
    background-color: #f5fbf2;
    padding: 5px 20px;
    border-radius: 6px;
	font-family: 'Inter' !important;
    font-weight: 400;
    line-height: 22.4px;
    color: #1B1B20;
}

.notable-title {
    font-family: 'Inter' !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 25.6px !important;
	color: #222222 !important;
	margin-top: 14px !important;
}

.notable-desc {
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: 'Inter' !important;
    line-height: 25.6px !important;
	color: #6B7177 !important;
	margin-top: 9px !important;
}

.overallRating{}
.overallRating .child{
	background: var(--Neutrals10);
	padding: 40px;
	text-align: center;
	border-radius: 5px;
}
.overallRating .child h4{
	color: var(--Primary);
	font-size: 40px;
}
.overallRating .child span i {
    color: var(--Yellow);
    font-size: 14px;
}

.ratingcount{

}
.ratingcount .rate{
	align-items: center;
	margin-bottom: 20px;
}
.ratingcount .rate span{
	white-space: nowrap;
	padding: 0px 5px;
	font-size: 14px;
	min-width: 50px;
    max-width: 50px;
}
.ratingcount .rate .progress{
	height: 8px;
}
.ratingcount .rate .progress .progress-bar{
	background: var(--Primary);
}

.assignRating i{
	color: var(--Neutrals20);
}



.profileSummery{
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15),
0px 1px 2px -1px rgba(0,0,0,0.15);
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    margin-top: -55px;
    font-size: 13px !important;
	zoom: 1.1;
}

.profileSummery .tag {
    border-radius: 6px;
    border: solid 1px var(--Neutrals20) ;
    padding: 5px 8px 5px 8px;
    display: inline-block;
    font-size: 12px;
	margin-bottom: 4px;
}












 
.employerLogin .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    margin-bottom: 30px;
}
.aboutImages div img{
	min-width: 100%;
    width: auto;
    object-fit: cover;
    object-position: center;
}


/*responsive css*/

@media (min-width:320px) and (max-width:767px){

	.homeHeader .navbar-light .navbar-nav {
		background: var(--Neutrals0);
		padding-bottom: 15px;
	}
	.homeHeader .navbar-light .navbar-nav .nav-link {
	    color: var(--Neutrals80);
	}
	.homeHeader .navbar-light .navbar-nav .nav-link.btn {
	    font-weight: 500;
	    margin: 0 15px;
	}
	.homeHeader .navbar-toggler-icon {
	    width: 1em;
	    height: 1em;
	}
	.homeHeader .navbar-light .navbar-toggler-icon {
	    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28 255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
	.searchPage .homeHeader .navbar-light .navbar-toggler-icon {
	    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
	.homeHeader .navbar-light .navbar-toggler {
	    border-color: rgb(255 255 255);
	    outline: none;
	    box-shadow: none;
	}
	.sectionPadding {
	    padding: 50px 0px;
	}
	.homesearchContent{
		position: relative;
	    padding: 20px;
	    background: var(--Neutrals10);
	    transform: inherit;
	    text-align: center;
	    z-index: 1;
	}
	.homesearchContent h1 {
	    color: var(--Neutrals100);
	}
	.searchContent h1 {
	    font-size: 28px;
	}
	.homesearchContent h1:after{
		background: transparent;
	}
	.homesearchContent p {
	    color: var(--Neutrals80);
	}
	.searchContent p {
	    font-size: 18px;
	}
	.homesearchContent .tags {
	    color: var(--Neutrals100);
	}
	.homesearchContent .tags strong{
		display: block;
   		margin-bottom: 10px;
	}
	.homesearchContent .tags a {
	    color: var(--Neutrals80);
	    border: 1px solid var(--Neutrals80);
	    display: inline-block;
	    margin-bottom: 6px;
	}
	.howItsWork.borderShapeRight:before, .howItsWork.borderShapeLeft:before, .howItsWork .rightShape, .howItsWork .leftShape, .whyIrp:after, .whyIrp:before, .reason:before, .reason:after{
		display: none;
	}

	.mainHeading {
	    font-size: 24px;
	}
	.subHeading {
	    font-size: 22px;
	}
	.mainPera {
	    font-size: 16px;
	}
	.ourTeam .child .teamDescription .card-text{
		display: none;
	}
	.owlSilder1.owl-theme .owl-dots .owl-dot span, .sliderStyle .carousel-indicators [data-bs-target] {
	    width: 30px;
	}
	.categoryList .child {
	    padding: 10px;
	}
	.categoryList .child .catTitle {
	    font-size: 14px;
	}
	.themeButton {
	    font-size: 14px;
	}
	.mainPera .highlight {
	    font-size: 18px;
	}
	.whyIrp .child {
	    padding: 30px 15px;
	}
	.whyIrp .child .count {
	    font-size: 40px;
	}
	.whyIrp .child .desc {
	    font-size: 14px;
	}

	.testimonialsSlider .message{
		text-align: center;
		font-size: 16px;
	}
	.testimonialsSlider .name, .testimonialsSlider .designation{
		text-align: center;
	}
	.testimonialsSlider .carousel-indicators {
	    justify-content: center;
	    bottom: -24px;
	}

	.socialLinks {
	    margin-bottom: 0;
	    margin-top: 10px;
	}
	footer .downloadLinks li{
		width: 50%;
		float: left;
		padding-right: 10px;
	}
	.howItsWork .description {
	    padding-left: 0;
	    text-align: center;
	}
	.subpera {
	    font-size: 16px;
	}



	.sectionPaddingLG {
	    padding: 50px 0px;
	}
	.contactTeam .imageOverlap {
	    margin: 0 0px;
	}
	.aboutCounter {
	    border-left: 0px solid #D6DDEB;
	}

	.SMbtn{
		padding: 10px 15px;
	}

	.XS-PB0{
		padding-bottom: 0px;
	}


	.numberList {
	    display: none;
	}
	.profileDropdown .dropdown-toggle::after {
	    margin-left: 5px;
	}
	.btn-200 {
	    min-width: 120px;
	}

	.XSFull-btn{
		width: 100%;
		margin-bottom: 30px;
	}
	.XSFull-btn .CustomTabs {
		width: 100%;
	}

	.searchBannerconetnt {
	    padding-left: 15px;
	}



	#profilemodal .bannerSection {
	    height: 130px;
	}
	#profilemodal .profile-row {
	    padding: 0px 15px;
	}
	.overallRating .child {
	    margin-bottom: 20px;
	}
	.profileSummery {
	    margin-top: 20px;
	}
	#profilemodal .profile-row .buttons{
		display: none;
	}



/*	*/
	.container{
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

}


.overlapIcon img {
    height: 25px;
    width: 35px;
}


.overlapIcon img.info {
    height: 20px !important;
    width: 20px !important;
}


.shortHeading.text-white {
    font-weight: 400 !important;
    font-size: 23px !important;
}


 .searchBoxElement{
  background-color: white;
  border: 1px solid #aaa;
  position: absolute;
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  line-height: 23px;
  list-style: none;
  z-index: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.searchBoxElement span{
  padding: 0 5px;
}


.searchBoxElement li{
  background-color: white;
  color: black;
}

.searchBoxElement li:hover{
  background-color: #50a0ff;
  color: white;
}

.searchBoxElement li.selected{
  background-color: #50a0ff;
  color: white;
}

.refineText{
  padding: 8px 0 8px 0 !important;
}




.floatcc {
    float: left;
    margin-right: 2%;
    width: 48%;
}


 .searchBoxElement{
	background-color: white;
	border: 0px solid #aaa;
	position: absolute;
	max-height: 114px;
	overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  line-height: 23px;
  list-style: none;
  z-index: 1;
  -ms-overflow-style: none;
	scrollbar-width: none;
}
.searchBoxElement span{
  padding: 0 5px;
}
.searchBoxElement::-webkit-scrollbar {
  display:none;
}
.searchBoxElement li{
	background-color: white;
	color: black;
}
.searchBoxElement li:hover{
	background-color: #50a0ff;
	color: white;
}
.searchBoxElement li.selected{
	background-color: #50a0ff;
	color: white;
}
.refineText{
	padding: 8px 0 8px 0 !important;
}


input.refineText.formTextbox {
    color: #a8adb7;
    border: 0;
}

.paddsearch {
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 50px;
}

.letshelpyou span.select2-selection.select2-selection--multiple {
    border: 0px !important;
    border-radius: 0px;
	height: 50px;
    line-height: 35px;
}

span.select2.select2-container {
    width: 66%;
}


li.select2-selection__choice {
    margin-top: 14px !important;
    line-height: 25px;
    padding-left: 25px !important;
    background-color: #f5fbf2 !important;
    border-radius: 15px !important;
    border: 1px solid #e2f4db !important;
    padding-right: 13px !important;
}


button.select2-selection__choice__remove {
    border-right: 0px solid !important;
    float: left !important;
}


li.select2-results__option.select2-results__message {
    display: none !important;
}



.fullbm span.select2.select2-container {
	width:100% !important;
	}
	
	
.fullbm  .select2-selection__choice {
	    margin-top: 10px !important;
    margin-bottom: 6px !important;
	}
	
	
.fullbm  textarea.select2-search__field {
    margin-bottom: 9px !important;
}	

.placementb:nth-child(n+5) {
	display:none;
}

.departmentb:nth-child(n+5) {
	display:none;
}


.industryb:nth-child(n+5) {
	display:none;
}


.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #ccc 1px !important;
    padding: 5px;
    outline: 0;
}


span.select2-selection.select2-selection--multiple.select2-selection--clearable {
    padding-top: 12px;
    padding-bottom: 10px;
}

.select2-container--default .select2-selection--multiple  {
	border: solid #ccc 1px !important;
}

input[type="checkbox"] {
	background-color:#000 !important;
	border: 1px solid #282828;
	filter: invert(1) !important;
}
	
input[type="checkbox"]:checked  {
  filter: invert(1) !important;
  border: 1px solid #282828; 
}

.heart-red {
    color: #cdd87d;
}
	
.letshelpyou span.select2-selection {
    padding-top: 2px !important;
    padding-bottom: 0px !important;
}	

.letshelpyou button.select2-selection__choice__remove {
    display: none !important;
}

.locatestyle button.select2-selection__clear {
    display: none !important;
}

.locatestyle .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	position: relative !important;
    display: block;
    float: right !important;
	top: 1px;
}

.locatestyle li.select2-selection__choice {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.locatestyle .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	border-radius: 50px !important;
}
	
.locatestyle .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #cdd87d !important;
	margin-top: 3px;
	color: #000 !important; 
	line-height: 18px !important;
	font-weight: 300;
    padding-bottom: 1px;
	left: 7px;
}

.letshelpyou li.select2-selection__choice { 
	margin-left:0px;
}

.form-check-input:checked[type=checkbox] {
	background-image:url(../../img/tick.png) !important;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border: none;
	overflow: auto;
	outline: none !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	resize: none !important;
}



@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1335px;
	}
}

.modal.show .modal-dialog {
    margin-top: 60px !important;
	zoom: 1 !important;
	/* margin-right: 75px;
    margin-left: 75px; */
}

span.greena {
    text-decoration: underline;
    color: #cdd87d;
    font-weight: bold;
    /* display: block; */
    /* padding: 20px; */
}

span.placementa {
    font-weight: 300 !important;
}
	
.btnwidth {
    width: 40% !important;
}

.text-right {
    text-align: right !important;
}	

.select2-container--focus textarea.select2-search__field, .select2-container--focus .select2-selection__choice {
    margin-left: 0px !important;
	outline:none !important;
}	

select {
	outline: none !important;
	border: none !important;
}

#ui-datepicker-div {
    width: 30% !important;
	right: 2.8% !important;
}

.redborder {
    border: 1px solid #c15400 !important;
	border-color: #c15400 !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f4f4f4 !important;
    opacity: 1;
    border: 1px solid #e8e8e8 !important;
}

.backc {
    background-color: #f5fbf2 !important;
    border: 1px solid #cdd87d !important;
    padding-right: 100px !important;
    padding-left: 100px !important;
}

.addmorec {
    background-color: #c1c1c1 !important;
}

.paddc {
    padding-right: 100px !important;
    padding-left: 100px !important;
}

.greenc {
    background-color: #f5fbf2;
    padding-left: 100px;
    padding-right: 100px;
    border: 1px solid #cdd87d;
}

.greenc:hover {
    background: #cdd87d !important;
}

.modal {
    background: #e7ebe3 !important; 	
}

input[type="checkbox"]:disabled {
    background-color: #f4f4f4 !important;
    border: 1px solid #dde3ed !important;
     filter: none !important; 
}

.grey {
    color: #a8adb7;
}

.select2-dropdown {
    top: 110px !important;
    border: 0px solid #eee !important;
}

.profilecont {
    min-height: 210px;
	max-height: 210px;
}

.greenborder {
    border: 2px solid #cdd87d;
}

#upload-4-queue .fileup-file {
    width: 98% !important;
}

.maxdesign {
	max-width:210px !important;
}

span.alias {
    color: #d0d4e0 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    margin-left: 4px !important;
}

.letshelpyou22 .input-group {
    /* width: 360px !important; */
    width: 430px !important;
}

.letshelpyou22 span.select2.select2-container {
    width: 43%;
}

.letshelpyou22 span.select2.select2-container {
    border: 1px solid #eee;
}

.fontweight2 {
    font-weight: bold;
    font-size: 12px;
    color: #525a71 !important;
}

.floatcc span.avaible {
    display: none !important;
}

.floatcc  a.heart.mx-0 {
    display: none !important;
}

.floatcc .details {
    padding-right: 25px !important;
}

div#custom-handle, div#custom-handle3 {
    display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 5px;
    top: 0;
}

.select2-selection__clear {
    display: none;
}

.select2-selection.select2-selection--multiple {
    padding: 0 !important;
}

.select2-container--open .select2-dropdown {
    top: 0px !important;
}

select.form-select.expirience.filterb option {
    font-size: 14px !important;
}

.sideBar .form-select {
    font-size: 14px;
}

li.select2-search.select2-search--inline {
    margin-right: 7px;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

.header_3 {
	margin-top: -104px;
}

.m-top {
	margin-top: 104px;
}

.header_3 .navbar-light .navbar-nav .nav-link {
    color: var(--Neutrals100);
    font-weight: bold;
}

html {
	overflow-x: hidden;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #cdd87d !important;
    border: none;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
    font-size: 1em;
    color: #000;
    top: 17px;
    border-radius: 50%;
    line-height: 13px !important;
    font-weight: 300 !important;
    padding-bottom: 2px;
    left: 10px;
}

.letshelpyou .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    top: 21px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    font-size: 12px;
	line-height: 27px;
}

::-webkit-scrollbar {
	display: none;
}

.banner-section span.select2 {
    width: 66% !important;
}

.header_3 span.select2 {
    width: 43% !important;
    transition: 0.5s !important;
}

.header_3 span.select2-container--focus {
    width: 75% !important;
    transition: 0.5s !important;
}

.dropzone {
	min-height: 190px !important;
}

.header_3 span.select2-container--focus {
    width: 75% !important;
    transition: 0.5s !important;
}	
.display{
	display: contents;
}

.letshelpyou22 span.select2.select2-container{
	width: 75% !important;
}

.image{
	height: 220px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e8e8e8 !important;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
    color: #a0a7ab;
    padding: 10px 16px;
    cursor: pointer;
    user-select: none;
}

span.select2-results {
    position: absolute;
    background-color: #fafafa;
    margin-top: 0;
    max-height: 200px;
    overflow-y: auto;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.select2-search--dropdown .select2-search__field {
    padding: 0px 10px !important;
}

.select2-search--dropdown {
    padding: 0;
}

span.select2-dropdown.select2-dropdown--above {
    border: 1px solid #aaa !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	line-height: 51px;
	outline: none;
}

/* FAQ CSS Start */

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #cdd87d;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 1em;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #cdd87d;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #cdd87d;
  border: 1px solid #cdd87d;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 1em;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #cdd87d;
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 2em;
}

/* FAQ CSS End */

/* .scroll-height {
    height: 388px !important;
    overflow-y: scroll;
} */

.scroll-bar-hei, .scroll-bar-department {
    height: 170px !important;
    padding-right: 10px;
    overflow-y: scroll;
    scrollbar-width: thin; /* Thin scrollbar for Firefox */
    scrollbar-color: #cdd87d #ffffff; /* Custom colors for Firefox */
}

/* Webkit browsers (Chrome, Safari, Edge) */
.scroll-bar-hei::-webkit-scrollbar, .scroll-bar-department::-webkit-scrollbar {
    width: 1px; /* Reduced scrollbar width for a thinner appearance */
}

.scroll-bar-hei::-webkit-scrollbar-track, .scroll-bar-department::-webkit-scrollbar-track {
    background: #ffffff; /* Track color */
}

.scroll-bar-hei::-webkit-scrollbar-thumb, .scroll-bar-department::-webkit-scrollbar-thumb {
    background-color: #cdd87d; /* Thumb color */
    border-radius: 2px; /* Optional: slight rounding for smoother appearance */
}

.scroll-bar-hei::-webkit-scrollbar-thumb:hover, .scroll-bar-department::-webkit-scrollbar-thumb:hover {
    background-color: #aabb66; /* Thumb color on hover */
}

#load-more {
    border: 2px solid #CDD87D;
    background: #fff;
    padding: 12px 60px;
    border-radius: 4px;
    color: #1B1B20 !important;
    font-weight: 500;
    font-family: 'Inter' !important;
    margin-bottom: 50px;
}
