@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  font-family: 'Montserrat', sans-serif;
  color: #262326;
  font-size: 14px;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  margin-top: 0px;
}
h1 {
  font-size: 200px;
  font-weight: 800;
  line-height: 1;
}
ul {
  margin: 0px;
  padding: 0px;
}
ul li {
  list-style: none;
}
p {
  margin: 0px 0px 10px;
}
p:last-child {
  margin: 0px;
}
a, button, input[type="submit"] {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a {
  color:;
}
a:hover, a:focus {
  text-decoration: none;
}
:focus {
  outline: none;
}
.body-container-wrapper {
  padding-top: 0px !important;
}
body,
.body-container-wrapper {
/*   overflow-x: hidden; */
}
.container-fluid .row-fluid .page-center {
/*   max-width: 1335px; */
  max-width: 1460px;
}
.home-banner-button a,
a.cta_button,
.lets-connect a,
.our-process-btn a,
body form.hs-form input[type="submit"],
.hires-inner-button a {
	background-color: #3c5ee3;
	color: #fff;
	display: inline-block;
	border-radius: 40px;
	padding: 16px 47px 15px;
	font-size: 18px;
  border: 1px solid #3c5ee3;
}
.home-banner-button a:hover {
  background-color: transparent;
  color: #3c5ee3;
}

/*============ Header Section ============*/

.header-container,
.small-header .header-container {
  padding: 0px;
  background: transparent;
}
.header-main {
  padding: 35px 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.small-header .header-main {
  padding: 20px 0px;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, .2);
}
.header-main .page-center > .row-fluid-wrapper > .row-fluid,
.right-menu-sec > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-main .page-center > .row-fluid-wrapper > .row-fluid::before,
.header-main .page-center > .row-fluid-wrapper > .row-fluid::after,
.right-menu-sec > .row-fluid-wrapper > .row-fluid::before,
.right-menu-sec > .row-fluid-wrapper > .row-fluid::after {
  display: none;
}
.header-main .page-center > .row-fluid-wrapper > .row-fluid > *,
.right-menu-sec > .row-fluid-wrapper > .row-fluid > * {
  width: auto;
  margin-left: 0px;
}
.header-container .hs_cos_wrapper_type_logo a::after {
  display: none;
}
.header-menu.custom-menu-primary .hs-menu-wrapper {
/*   display: none !important; */
}
.header-menu-items ul {
  padding-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-menu-items ul li::before {
  display: none;
}
.mobile-trigger.cta_border_button {
	display: block !important;
	padding: 0px;
	background-color: transparent;
	border: 0px;
	border-radius: 0px;
  position: static;
  margin-top: 0px;
}
.mobile-trigger.cta_border_button span {
	width: 30px;
	height: 4px;
	background-color: #fff;
	margin: 0px 0 6px auto;
	display: block;
}
.mobile-trigger.cta_border_button span:last-child {
  margin: 0px auto 0px;
}
.header-menu-items ul li {
  margin-right: 50px;
}
.header-menu-items ul li a {
  color: #fff;
  font-size: 18px;
}
.header-menu-items ul li a:hover,
.small-header .header-menu-items ul li a:hover, 
.header-text-black .header-menu-items ul li a:hover {
  color: #f24fa2;
}
.small-header .header-menu-items ul li a,
.header-text-black .header-menu-items ul li a {
  color: #2d373a;
}
.small-header .mobile-trigger.cta_border_button span,
.header-text-black .mobile-trigger.cta_border_button span {
  background-color: #f24fa2;
}
.header-menu.custom-menu-primary {
  position: absolute;
  right: 60px;
}
.mobile-open .header-menu.custom-menu-primary {
  right: 0px;
  top: 0px;
}
.custom-menu-primary.header-menu .hs-menu-wrapper {
/*   position: absolute; */
  position: fixed;
  max-width: 974px;
  height: 100vh !important;
  max-height: 100vh;
  overflow-y: auto;
  background-color: #5d0eb2; 
  right: -974px;
  left: auto;
  display: block !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 120px 150px;
}
.mobile-open .custom-menu-primary.header-menu .hs-menu-wrapper {
  right: 0px;
}
.custom-menu-primary.header-menu .hs-menu-wrapper ul,
.small-header .custom-menu-primary.header-menu .hs-menu-wrapper ul {
  background-color: transparent; 
  padding-top: 0px;
}
.mobile-open .mobile-trigger.cta_border_button {
  position: fixed;
  width: 100px;
  height: 100px;
  top: 0;
  right: 0;
  background-color: rgba(35, 35, 75, .2);
}
.custom-menu-primary.header-menu .hs-menu-wrapper > ul > li {
  text-transform: inherit;
  border: 0px;
  position: relative;
  padding-left: 30px;
}
.custom-menu-primary.header-menu .hs-menu-wrapper > ul > li::before {
  content: "";
  width: 14px;
  height: 15px;
  background-image: url("https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Home/menu-polygon.png");
  left: 0px;
  top: 15px;
  position: absolute;
}
.custom-menu-primary.header-menu .hs-menu-wrapper > ul > li a {
	font-size: 18px;
	line-height: 46px;
}
.custom-menu-primary.header-menu .hs-menu-wrapper > ul > li a:hover {
  color: #56fee6 !important;
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}
.mobile-open .mobile-trigger.cta_border_button span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0px;
  position: absolute;
  left: 35px;
  top: 49px;
  width: 29px;
  height: 2px;
  background-color: #fff;
}
.mobile-open .mobile-trigger.cta_border_button span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.custom-menu-primary.header-menu .hs-menu-wrapper > ul ul {
  background-color: transparent;
  margin: 0px 0px 50px;
}
.custom-menu-primary.header-menu .hs-menu-wrapper > ul ul li {
  background-color: transparent;
  border: 0px;
  margin: 0px 0px 15px;
}
.custom-menu-primary.header-menu .hs-menu-wrapper > ul ul li::before {
  display: none;
}
.custom-menu-primary.header-menu .hs-menu-wrapper > ul ul li a {
  font-weight: bold;
  font-size: 24px;
  padding: 0px;
  line-height: 46px;
  text-indent: 0;
}

/*============= Banner Section ==========*/

.home-banner-main,
.invest-banner-main,
.pricing-banner-main,
.contact-banner-main,
.onboarding-banner-main,
.freebies-banner-main {
	min-height: 670px;
	background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.home-banner-main {
  min-height: 1080px;
  background-position: bottom;
}
.home-banner-main > .page-center,
.invest-banner-main > .page-center,
.pricing-banner-main > .page-center,
.contact-banner-main > .page-center,
.onboarding-banner-main > .page-center,
.freebies-banner-main .page-center {
  width: 100%;
}
.home-banner-title {
  max-width: 90%;
}
.home-banner-main p {
  color: #23234b;
}
.home-banner-text {
  max-width: 450px;
}
.home-banner-text p {
  font-size: 16px;
  line-height: 24px;
}
.home-banner-button {
  margin: 30px 0px 0px;
}
.header-menu-items {
/* 	margin-right: 100px; */
}

/*=========== Steps Section =====*/

.three-step-main {
	padding: 65px 0px 150px;
}
.three-step-rep-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.three-step-rep {
  max-width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  text-align: center;
  position: relative;
}
.three-step-rep::before {
  content: "";
  position: absolute;
  z-index: -1;
}
.three-step-rep:nth-child(1)::before {
  width: 38px;
  height: 17px;
  background-image: url("https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Home/steps-arrow-left.png");
  top: 60px;
  left: 20%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.three-step-rep:nth-child(2)::before {
  width: 54px;
  height: 31px;
  background-image: url("https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Home/steps-arrow-center.png");
  top: 55px;
  left: 54%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.three-step-rep:nth-child(3)::before {
  width: 31px;
  height: 18px;
  background-image: url("https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Home/steps-arrow-right.png");
  top: 30px;
  left: 30%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.three-step-icon {
	min-height: 109px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.three-step-title {
	margin: 15px 0px 0px;
}
.three-step-title h4 {
  margin: 0px;
  font-weight: 300;
  font-size: 24px;
}
.three-step-massage h5 {
  font-size: 18px;
}

/*============= Job Categories ==========*/

.job-catgry-main {
	padding: 0px 0px 70px;
  overflow-x: hidden;
}
.job-catgry-main-title {
	text-align: center;
}
.job-category-tit h4,
.meet-cand-main-tit h4 {
	font-size: 32px;
  font-weight: normal;
}
.meet-cand-main-tit p {
  font-size: 18px;
}
.job-catgry-rep-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 90px 0px 0px;
  border-radius: 6px;
}
.job-catgry-rep {
  max-width: 23.5%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23.5%;
  flex: 0 0 23.5%;
  position: relative;
}
.job-catgry-rep-img img {
  width: 100%;
  border-radius: 6px;
}
.job-catgry-rep-txt {
	position: absolute;
	color: #fff;
	bottom: 20px;
	left: 30px;
}
.job-categry-text-inner span:first-child {
  font-weight: bold;
}
.job-categry-text-inner span:last-child {
  font-size: 14px;
}
.job-catgry-rep:first-child::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -26px;
  background-image: url(https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Home/cultivation-decor.png);
  width: 242px;
  height: 148px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.job-catgry-rep:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-image: url(https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Home/retail-decor.png);
  width: 382px;
  height: 326px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.job-catgry-rep:nth-child(3)::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Home/lab-testing-decor.png);
  width: 195px;
  height: 15px;
}
.job-categry-text-inner span {
	display: block;
  font-size: 18px;
}
.job-catgry-rep:last-child::before {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Home/transportation-decor.png);
  width: 95px;
  height: 34px;
}
.profiles-text-inner {
	max-width: 250px;
}

/*============= Candidates section ==========*/

.meet-some-cand-main {
	padding: 150px 0px 200px;
  position: relative;
  overflow: hidden;
}
.meet-some-cand-main::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 105px;
  background-color: #00ecfa;
  left: 50%;
  top: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.meet-some-cand-main::after {
  content: "";
  position: absolute;
  bottom: -173px;
  left: 0px;
  background-image: url("https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Home/candidates-bg.png");
  width: 1363px;
  height: 818px;
  z-index: -1;
}
.container-fluid .row-fluid .pricing-testimonial-main .page-center {
  max-width: 100%;
  padding: 0px !important;
}
.meet-some-cand-title {
	text-align: center;
	margin: 0px 0px 50px;
}
.meet-some-cand-outer {
  position: relative;
}
.meet-some-cand-outer::after {
  content: "";
  background-image: url("https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Home/white-curve-decor.png");
  position: absolute;
  bottom: -70px;
  left: 66%;
  width: 153px;
  height: 24px;
}
.cand-profiles-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profiles-left-text {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 35%;
  flex: 0 0 35%;
}
.profiles-left-text h5 {
  color: #5d0eb2;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
}
.profiles-text-inner h6 {
	font-size: 18px;
	font-weight: normal;
	color: #2d373a;
	position: relative;
	padding-left: 28px;
  margin: 30px 0px 0px;
}
.profiles-text-inner h6::before {
  content: "";
  background-color: #f24fa2;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 12px;
}
.single-profile-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 65%;
  flex: 0 0 65%;
}
.candidate-img img {
	border-radius: 6px;
}
.single-profile-rep {
  position: relative;
  margin-right: 10px;
}
.single-profile-rep:last-child {
  margin-right: 0px;
}
.cand-profiles-row:first-child .single-profile-rep:last-child {
  max-width: 216px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0  216px;
  flex: 0 0  216px;
}
.candidate-name {
	position: absolute;
	bottom: 5px;
	left: 15px;
	color: #fff;
  font-size: 24px;
	font-weight: bold;
}
.candidate-name-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 317px;
	height: 343px;
  background-image: url("https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Home/video-bg-border.png");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.candidate-name-icon .candidate-name {
	position: static;
	font-size: 30px;
	margin: 0px 0px 15px 25px;
}
.candidate-vid-icon {
	margin: 0 -30px -30px 0;
  position: relative;
  cursor: pointer;
}
.candidate-vid-icon::before {
	content: "play";
	position: absolute;
	color: #fff;
	right: 100%;
	top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: uppercase;
}
.cand-profiles-row:nth-child(2) .single-profile-outer {
  max-width: 35%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 10px;
}
.profiles-left-text.profile-right-text {
	display: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
	padding: 60px 0px 0px 80px;
  max-width: 380px;
  flex: inherit;
}
.profiles-left-text.profile-right-text p {
	color: #23234b;
  font-size: 16px;
  line-height: 24px;
}
.our-process-btn {
  margin: 30px 0px 0px;
}
.our-process-btn a {
	background-color: transparent;
	color: #4872f3;
	font-weight: bold;
}
.our-process-btn a:hover {
  background-color: #4872f3;
  color: #ffffff;
}
.cand-profiles-row:nth-child(2) .candidate-name {
  left: auto;
  right: 15px;
}
div#vidBox {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -200%);
  -ms-transform: translate(-50%, -200%);
  transform: translate(-50%, -200%);
  z-index: 9999999;
  display: block !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  max-width: 600px !important;
  width: 100%;
}
div#vidBox div#videCont video {
    max-width: 600px;
    width: 100%;
}
.home-popup div#vidBox {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-popup {
  position: relative;
}
.home-popup::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, .7);
  z-index: 99999;
}
.cross-btn {
  position: absolute;
  cursor: pointer;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.7);
  right: -10px;
  top: -10px;
  text-align: center;
  font-weight: bold;
}

/*============= Footer Section ==========*/

.footer-main {
  padding: 130px 0px 0px;
  position: relative;
  background-color: #ffffff;
  border-top: 13px solid #f24fa2;
}
.footer-main .page-center > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-main .page-center > .row-fluid-wrapper > .row-fluid::before,
.footer-main .page-center > .row-fluid-wrapper > .row-fluid::after {
  display: none;
}
.footer-main .page-center > .row-fluid-wrapper > .row-fluid > * {
  width: auto;
  margin-left: 0px;
}
.title-sec h2 {
	font-size: 18px;
  margin: 0px 0px 25px;
}
.lets-connect h2 {
	font-size: 24px;
	font-weight: 300;
	line-height: normal;
  margin: 0px;
  color: #2d373a;
}
.lets-connect p {
  font-weight: bold;
  color: #2d373a;
}
.lets-connect a {
	font-weight: bold;
	background-color: #00ecfa;
	padding: 12px 28px 13px;
	margin: 15px 0px 0px;
  border-color: #00ecfa;
}
.lets-connect a:hover {
  background-color: transparent;
  color: #00ecfa;
}
.copyright-sec {
  padding: 130px 0px 0px;
}
.copyright-sec p {
  color: rgba(45, 55, 58, .5);
}
.footer-menu-items ul {
	padding: 0px;
	margin: 65px 0px 0px;
}
.footer-menu-items ul li {
  margin: 0px 0px 10px;
}
.footer-menu-items ul li:last-child {
  margin: 0px 0px 0px;
}
.footer-menu-items ul li::before {
  display: none;
}
.footer-menu-items ul li a {
  color: #f24fa2;
  font-weight: bold;
}
.footer-menu-items ul li a:hover {
  color: #00ecfa;
}
.navigation-item ul li a {
	color: #000;
}
.navigation-item ul li a:hover,
.navigation-item.middle-sec ul li a:hover {
  color: #f24fa2;
}
.navigation-item.middle-sec {
	margin: 48px 0px 0px;
}
.navigation-item.middle-sec ul li a {
	color: #23234b;
}
.contact-info-sec p,
.navigation-item ul li {
  margin: 0px;
  line-height: 30px;
}

/* =========== Invest Page ========== */

.invest-banner-main {
  min-height: 890px;
}
.invest .header-logo img,
.Pricing .header-logo img,
.why-go-ezhire .header-logo img,
.contact-page .header-logo img,
.onboarding-page .header-logo img,
.freebies-page .header-logo img {
  filter: brightness(0) invert(1); 
}
.invest.small-header .header-logo img,
.Pricing.small-header .header-logo img,
.why-go-ezhire.small-header .header-logo img,
.contact-page.small-header .header-logo img,
.onboarding-page.small-header .header-logo img,
.freebies-page.small-header .header-logo img {
	filter: inherit;
}
.invest-banner-main h4 {
	font-size: 48px;
	line-height: 72px;
  font-weight: 800;
}
.invest-name-position {
	font-size: 24px;
	font-weight: 500;
	position: relative;
	padding-left: 35px;
  margin: 30px 0px 0px;
}
.invest-name-position::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #fff;
  left: 0px;
  top: 14px;
}
.invest-banner-cont {
	max-width: 1130px;
	padding-top: 100px;
	padding-left: 100px;
  position: relative;
}
.invest-banner-cont::before {
	content: "";
	position: absolute;
	left: -50px;
	top: 20px;
	width: 306px;
	height: 49px;
	background-image: url("https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Invest/invest-banner-curve.png");
	background-size: 100%;
  background-repeat: no-repeat;
}
.invest-banner-outer {
	position: relative;
}
.invest-banner-main-title {
	position: absolute;
	bottom: 60px;
  left: -30px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
	color: #56fee6;
}
.job-report-main {
	padding: 80px 0px 120px;
	position: relative;
}
.job-report-main::before {
  content: "";
	position: absolute;
	width: 100%;
	height: 383px;
	background-color: rgba(77, 12, 150, .2);
	bottom: 0;
	left: 0;
	z-index: -1;
}
.job-report-2020 {
	color: #f24fa2;
  font-size: 18px;
}
.job-growth {
	font-size: 24px;
	margin: 15px 0px 0px;
}
.job-growth-graph img {
	width: 100%;
	margin: 40px 0px 0px;
}
.job-report-source {
	padding: 80px 0px 0px;
}
.job-report-source strong {
  display: inline-block;
  margin: 0px 20px;
}
.upcoming-events-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	background-color: #fff;
	margin-top: -30px;
	box-shadow: 0px 4px 87px rgba(0, 0, 0, .09);
}
.upcoming-events-main {
  padding: 0px 0px 80px;
}
.upcoming-left-image-text {
	position: relative;
	max-width: 34%;
	flex: 0 0 34%;
}
.upcoming-left-image-text > .upcoming-left-img, 
.upcoming-left-image-text > .upcoming-left-img * {
  height: 100% !important;
  object-fit: cover;
}
.upcoming-left-text {
	position: absolute;
	color: #fff;
	bottom: 0;
	padding: 100px 80px;
}
.next-invester {
  font-size: 24px;
  font-weight: 300;
}
.notify-events {
	font-weight: bold;
	margin: 20px 0px 0px;
  font-size: 16px;
}
.upcoming-right-form {
	padding: 41px 90px;
	max-width: 66%;
	flex: 0 0 66%;
}
.upcoming-left-img img {
	width: 100%;
}
body form.hs-form .hs-form-field > label {
  font-weight: normal;
  margin: 0 0 5px;
  display: inline-block;
}
body .hs-form-field {
  margin-bottom: 40px;
}
body form.hs-form .hs-input {
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 60px;
  box-shadow: none;
  width: 100% !important;
  font-family: inherit;
}
body form.hs-form .hs-input:focus {
  border-color: #f24fa2;
  box-shadow: none !important;
}
body form.hs-form .hs-input.error {
  border-color: red;
}
body form.hs-form input[type="submit"] {
  background-color: #f24fa2;
  border-color: #f24fa2;
  font-weight: normal;
  font-family: inherit;
}
body form.hs-form input[type="submit"]:hover,
.hires-inner-button a:hover {
  border-width: 1px;
  background-color: transparent;
  border-color: #f24fa2;
  color: #f24fa2;
}
body form.hs-form select.hs-input,
body select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #2d373a 50%), linear-gradient(135deg, #2d373a 50%, transparent 50%), linear-gradient(to right, #ccc0, #ccc0);
  background-position: calc(100% - 20px) calc(1em + 7px), calc(100% - 15px) calc(1em + 7px), calc(100% - 2.5em) 0.5em;
  background-size: 6px 5px, 6px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  box-shadow: none;
}
body textarea {
  min-height: 161px;
  resize: none;
}
span.hs-form-required {
  color: red;
}
body form.hs-form input[type="submit"] {
  padding: 17px 66px 16px;
}
body form.hs-form fieldset .hs-form-field {
  padding: 0px;
}
body form.hs-form fieldset.form-columns-2 .hs-form-field {
  width: 48.5%;
  margin-right: 3%;
}
body form.hs-form fieldset.form-columns-2 .hs-form-field:nth-child(2) {
  margin-right: 0%;
}
.hs-error-msg {
  color: red;
  font-size: 14px;
  font-weight: normal;
}

/*=========== Pricing page ==============*/

.pricing-banner-main {
  min-height: 750px;
}
.pricing-banner-main h1 {
	font-size: 80px;
	line-height: 72px;
  margin: 0px 0px 30px;
}
.pricing-banner-left-sec {
	max-width: 590px;
}
.pricing-banner-left-sec p {
	max-width: 330px;
  font-size: 16px;
  line-height: 24px;
}
.hires-months-rep-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px 0px 0px;
}
.hires-rep-sec {
	max-width: 30%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	padding: 30px 70px 50px;
	border-top: 3px solid #00ecfa;
  box-shadow: 0px 4px 71px rgba(0, 0, 0, 0.09);
  background-color: #fff;
}
.hires-rep-sec:nth-child(2) {
  border-color: #f24fa2;
  position: relative;
  z-index: 9;
  padding-top: 70px;
}
.hires-rep-sec:nth-child(3) {
  border-color: #5d0eb2;
  background-color: #e8dd9c;
}
.hires-inner-title {
  text-align: center;
  margin: 15px 0px 0px;
}
.hires-inner-title h4 {
  font-size: 32px;
  margin: 0px;
}
.hires-inner-icon {
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hires-inner-price {
	text-align: center;
	font-size: 24px;
}
.hiring-status ul {
	margin: 50px 0px;
}
.hiring-status ul li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
}
.hiring-status ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 5px;
  border-left: 2px solid #ff345a;
  border-bottom: 2px solid #ff345a;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 0px;
  top: 7px;
}
.hires-placement-fee h6 {
	font-size: 16px;
	margin: 0px;
}
.hires-inner-text {
	margin: 15px 0px 0px;
  font-size: 16px;
}
.hires-inner-button {
	text-align: center;
	margin: 50px 0px 0px;
}
.hires-inner-button a {
  background-color: #f24fa2;
  border-color: #f24fa2;
}
.hires-rep-sec:nth-child(3) .hires-inner-button a {
  background-color: #2d373a;
  border-color: #2d373a;
}
.hires-rep-sec:nth-child(3) .hires-inner-button a:hover {
  background-color: transparent;
  color: #2d373a;
}
.hires-bottom-sec {
	text-align: center;
	margin: 70px 0px 0px;
  font-size: 24px;
}
.hiring-other-role {
	color: #f24fa2;
}
.click-here-for-info {
  margin: 30px 0px 0px;
}
.click-here-for-info a {
	color: #2d373a;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 40px;
	padding: 8.5px 21px;
}
.click-here-for-info a:hover {
  background-color: #2d373a;
  color: #fff;
}
.pricing-testimonial-main {
	padding: 120px 0px 0px;
}
.pricing-testimonial-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pricing-testimonial-left {
	background-color: #4d0c96;
  color: #fff;
  max-width: 38%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
  padding: 100px 160px 60px;
}
.pricing-testimonial-right {
  max-width: 62%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 62%;
  flex: 0 0 62%;
}
.pricing-testimonial-right img {
  width: 100%;
}
.price-testimonial-bio p {
	font-size: 24px;
  line-height: 40px;
}
.price-testimonial-bio h6 {
  margin: 25px 0px 0px;
  position: relative;
  padding-left: 30px;
  font-weight: normal;
  font-size: 16px;
}
.price-testimonial-bio h6::before,
.dedicated-user-name-pos::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #f24fa2;
  left: 0px;
  top: 8px;
}
.straightforward-title h6 {
  font-weight: normal;
  font-size: 16px;
}
.pricing-testimonial-right * {
	height: 100% !important;
	object-fit: cover;
}
/*============= Direct Placement Page ==========*/

.recuirement-image-content {
	padding: 150px 0px 0px;
}
.recuirement-image-content-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.recuirement-content {
  max-width: 40%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}
.recuirement-image {
  max-width: 63%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 63%;
  flex: 0 0 63%;
  text-align: right;
  margin-right: -130px;
}
.first-row {
	border-bottom: 1px solid #f24fa2;
	padding: 0 0 35px;
}
.first-row h2 {
	color: #f24fa2;
	font-size: 80px;
	font-weight: 800;
	line-height: 72px;
  margin: 0px 0px 30px;
}
.first-row p {
	color: #262326;
  max-width: 370px;
  font-size: 16px;
  line-height: 24px;
}
.first-row h4 {
  color: #f24fa2;
  font-weight: normal;
  margin: 20px 0px 0px;
  font-size: 24px;
}
.second-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 0px 0px;
}
.single-item-des {
	text-align: center;
}
.single-item-des h4 {
  margin: 0px 0px 0px;
  font-size: 18px;
}
.single-item-des h4 span {
  font-size: 36px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
}
.subtitle-main p {
  font-size: 16px;
}
.container-fluid .row-fluid .explore-your-options .page-center {
  max-width: 1720px;
}
.listing-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 0px 0px;
}
.single-listing ul li {
  position: relative;
  padding-left: 30px;
}
.single-listing ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  background-image: url("https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Direct/double-arrow.png");
  width: 15px;
  height: 10px;
}
.single-listing ul li a {
  color: #262326;
  text-decoration: underline;
  line-height: 24px;
}
.single-listing ul li a:hover {
  color: #f24fa2;
}
.heading-sec h2 {
	font-size: 24px;
	font-weight: normal;
}
.explore-your-options-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.image-left-sec {
  max-width: 26%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26%;
  flex: 0 0 26%;
}
.content-right-sec {
  max-width: 74%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 74%;
  flex: 0 0 74%;
  padding: 110px 200px 0px 150px;
}
.single-listing h4 {
  margin: 0 0 20px;
  font-size: 16px;
}
.hiring-module-main {
	padding: 80px 0px 230px;
  position: relative;
}
.hiring-module-main::before {
  content: "";
  position: absolute;
  background-image: url("https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Direct/placement-graph-bg.png");
  width: 1147px;
  height: 376px;
  left: 0px;
  bottom: 0px;
  z-index: -1;
}
.hiring-module-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hiring-left-sec h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
}
.select-form {
  margin: 30px 0px 0px;
}
.select-form select {
  background-color: #00ecfa;
  border: 0px;
  border-radius: 5px;
  height: 60px;
  max-width: 260px;
  color: #2d373a;
  font-weight: bold;
  background-position: calc(100% - 20px) calc(1em + 12px),calc(100% - 15px) calc(1em + 12px),calc(100% - 2.5em) .5em;
  font-family: inherit;
  cursor: pointer;
}
.select-form p {
	margin: 0;
}
.hiring-left-sec,
.hiring-right-sec {
  max-width: 20%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}
.hiring-left-right-sec-rep {
  max-width: 75%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}
.hiring-left-right-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
.hiring-left-sec-scnd {
	max-width: 67%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 67%;
	flex: 0 0 67%;
}
.hiring-right-sec {
	align-self: center;
  padding: 0px 50px 0px 0px;
  max-width: 24%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24%;
	flex: 0 0 24%;
}
.schedule-call-module {
  background-color: #02e0fa;
  padding: 75px 0px;
  position: relative;
}
.schedule-call-module-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.schedule-call-module h4 {
  font-weight: 300;
  color: #2d373a;
  font-size: 24px;
  margin: 0px;
}
.schedule-call-module a.cta_button {
	background-color: rgb(0 236 250 / .1);
	color: #fff;
	border: 4px solid #05d2fa;
	font-weight: bold;
  padding: 12px 24px 11px;
}
.schedule-call-module a.cta_button:hover {
  background-color: #05d2fa;
}
.schedule-call-module .cta-sec {
  padding-left: 150px;
}

/*============= Contact Page ==========*/

.contact-module {
  padding: 0px 0px 150px;
}
.container-fluid .row-fluid .contact-module .page-center,
.container-fluid .row-fluid .contact-banner-main .page-center {
  max-width: 1200px;
}
.second-row-sec {
  background-color: #ffffff;
  box-shadow: 0px 4px 87px rgba(0, 0, 0, 0.09);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -160px 0px 0px;
}
.contact-banner-title {
  position: relative;
  padding: 0px 0px 110px;
}
.contact-banner-title::before {
  content: "";
  position: absolute;
  width: 306px;
  height: 49px;
  background-image: url("https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Contact/contact-banner-wave.png");
  bottom: 0px;
  left: 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.contact-banner-title h3 {
  font-size: 48px;
  font-weight: 800;
  margin: 0px;
}
.left-content-sec {
  max-width: 37.7%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37.7%;
  flex: 0 0 37.7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 70px;
  background-size: cover;
  background-position: center;
}
.right-form-sec {
  max-width: 62.3%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 62.3%;
  flex: 0 0 62.3%;
  padding: 50px 125px 50px 100px;
}
.left-content-sec h4 {
	color: #f24fa2;
	font-size: 24px;
	font-weight: 300;
  margin: 0px 0px 25px;
}
.left-content-sec h5 {
  font-size: 16px;
  color: #fff;
  margin: 0px;
}


/*============= About Page ==========*/

.about-info-module,
.our-core-values {
	background-color: #ccfbfe;
}
.about-info-module {
  padding: 250px 0px 0px;
}
.about-title h2 {
	font-size: 48px;
	color: #f24fa2;
	font-weight: normal;
  line-height: 1;
}
.about-right h3 {
	margin: 0px;
}
.about-second-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 200px 0px 0px;
  position: relative;
}
.about-second-sec::before {
  content: "";
  position: absolute; 
  width: 306px;
  height: 49px;
  background-image: url("https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/About/about-wave.png");
  top: 90px;
  left: 25%;
}
.about-right {
	border: 4px solid #f24fa2;
	padding: 15px 20px 30px 0px;
  max-width: 276px;
}
.about-right h3 {
  font-size: 48px;
  line-height: 1;
  margin: 0;
  background-color: #ccfbfe;
  margin-left: -30px;
  padding: 15px 0px;
}
.about-second-sec p {
  color: #23234b;
  font-size: 16px;
}
.capital-text {
  font-size: 36px;
  font-weight: bold;
}
.about-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 52%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 52%;
  flex: 0 0 52%;
  padding-right: 110px;
}
.about-subtitle {
  max-width: 90px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
}
.about-subtitle h4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 80px 0px 0px -70px;
  text-transform: uppercase;
  color: #f24fa2;
}
.our-core-values {
  position: relative;
  padding: 0px 0px 210px;
}
.our-core-values::before {
  content: "";
  position: absolute;
  width: 1363px;
  height: 697px;
  background-image: url("https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/About/core-values-bg.png");
  bottom: 0px;
  left: 0px;
  background-size: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.core-left-right-sec {
  position: relative;
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.right-col-text {
  position: relative;
  padding: 0px 50px 50px 0px;
  margin-top: -40px;
}
.right-col-text::before, 
.right-col-text::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 211px;
  right: 0;
  bottom: 0;
  border-right: 4px solid #04d9fa;
  border-bottom: 4px solid #04d9fa;
}
.right-col-text::after {
  right: -12px;
  bottom: -12px;
}
.our-core-values h2 {
  color: #04d9fa;
  font-weight: 300;
  font-size: 48px;
  line-height: 1;
}
.right-col-text ul li {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}
.our-core-values .title-sec {
  text-align: right;
  margin: 0 0 100px; 
}
.our-core-values .title-sec h2 {
  max-width: 300px;
  margin-left: auto;
}
.left-col-text {
  background-image: linear-gradient(45deg,rgb(28 91 251) 10%,#00ecfa 80%);
  margin-right: 20px;
  margin-top: -110px;
}
.left-col-text h4 {
  color: #4d0c96;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 40px 50px;
  font-size: 24px;
}
.left-col-text h4 span {
  margin: 0px 0px 25px;
}
.left-col-text h4 span:last-child {
  margin: 0px 0px 0px;
}

/*============= Why Go Ezhire ==========*/

.candidate-main-outer {
  background-color: #f24fa2;
  padding: 200px 0px 0px;
  position: relative;
  z-index: 1;
}
.candidate-main-outer::before {
  content: "";
  position: absolute;
  width: 454px;
  height: 127px;
  background-image: url("https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Why%20Go%20Ezhire/why-go-banner-wave.png");
  bottom: 0px;
  right: 0px;
}
.candidate-left-right-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.candidate-left-right-sec::before {
  content: "";
  width: 49px;
  height: 306px;
  background-image: url("https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Why%20Go%20Ezhire/why-go-banner-blue-wave.png");
  bottom: -150px;
  position: absolute;
  left: 50px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.candidate-main-outer h2 {
  color: #fff;
  font-weight: 800;
  font-size: 80px;
  line-height: 72px;
}
.candidate-main-outer h2 span {
  color: #003540;
}
.candidate-main-outer .left-section {
  max-width: 60%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  padding: 0px 0px 80px;
}
.candidate-main-outer .right-section {
  max-width: 34.5%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34.5%;
  flex: 0 0 34.5%;
  margin: 0 0 -120px 0px;
  padding: 60px 0px 0px;
}
.candidate-repeater .slick-list {
  padding: 50px 0px 0px;
  margin: 0px -50px;
}
.candidate-repeater .slick-slide {
  margin: 0px 50px;
}
.desc-sec {
	padding-left: 210px;
  padding-top: 140px;
	max-width: 710px;
}
.desc-sec p {
  color: #262326;
  font-size: 20px;
  line-height: 36px;
}
.desc-sec p a {
	color: #262326;
	font-style: italic;
	font-weight: 300;
}
.candidate-image img {
  box-shadow: 0px 4px 48px rgba(17, 30, 127, .45);
  border-radius: 20px;
}
.candidate-header-text {
  margin: 0 0 -35px;
}
.candidate-header-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  margin: 0px;
}
.candidate-repeater button.slick-arrow {
  position: absolute;
  bottom: 100px;
  border: 0px;
  font-size: 0px;
  width: 19px;
  height: 18px;
  background-color: transparent;
  background-image: url("https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Home/arrow-left.png");
  background-position: center;
  background-repeat: no-repeat;
  left: 20px;
  z-index: 1;
}
.candidate-repeater button.slick-arrow.slick-next {
  background-image: url("https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Home/arrow-right.png");
  left: auto;
  right: 20px;
}
.candidate-info h5 {
  font-size: 24px;
  margin: 0;
}
.candidate-info p {
  text-transform: uppercase;
}
.candidate-repeater .slick-dots,
.dedicated-right-testimonial .slick-dots {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	position: absolute;
	bottom: 80px;
	left: 20px;
}
.candidate-repeater .slick-dots li button,
.dedicated-right-testimonial .slick-dots li button {
  width: 6px;
  height: 6px;
  background-color: #fff;
  border: 0px;
  font-size: 0px;
  margin: 0px 4px;
}
.candidate-repeater .slick-dots li.slick-active button,
.dedicated-right-testimonial .slick-dots li.slick-active button { 
  background-color: #00ecfa;
}
.two-col-content {
	position: relative;
	padding: 200px 0 300px;
}
.two-col-content::before,
.dedicated-client-main::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 1147px;
  height: 376px;
  background-image: url("https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Why%20Go%20Ezhire/offer-left-wave.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.first-left-content-sec {
  max-width: 45%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
	padding-left: 200px;
}
.right-content-sec {
	background-color: #2d373a;
	color: #fff;
	position: relative;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px;
  max-width: 43%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
  margin-right: -120px;
}
.right-content-sec::before {
	content: "";
	width: 205px;
	height: 168px;
	background-image: url("https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Why%20Go%20Ezhire/z-icon-bg.png");
	position: absolute;
	left: 0;
	bottom: 0;
}
.icon-image {
  max-width: 60px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}
.info-text {
  padding-left: 20px;
  max-width: calc(100% - 60px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 60px);
  flex: 0 0 calc(100% - 60px);
}
.info-text h4 {
	font-weight: normal;
	margin: 0px;
	font-size: 20px;
	line-height: 24px;
}
.two-col-content-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first-left-content-sec h4 {
  font-size: 24px;
  line-height: 32px;
  color: #f24fa2;
  font-weight: normal;
  margin: 0px;
}
.first-left-content-sec ul {
  padding-left: 44px;
  padding-top: 50px;
  max-width: 87%;
}
.first-left-content-sec ul li,
.left-right-right-sec ul li {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px;
  position: relative;
  padding-left: 20px;
}
.first-left-content-sec ul li:last-child {
  margin: 0px;
}
.first-left-content-sec ul li::before,
.left-right-right-sec ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  border-bottom: 2px solid #f24fa2;
  border-left: 2px solid #f24fa2;
  width: 11px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 9px;
}
.candidate-video-profile {
  padding: 80px 0px 110px;
}
.candidate-video-profile-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.video-pro-left-content-sec {
  max-width: 34.3%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34.3%;
  flex: 0 0 34.3%;
}
.video-pro-right-image-sec {
  margin-right: -100px;
  max-width: 58%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58%;
  flex: 0 0 58%;
}
.video-pro-left-content-sec h3 {
	font-size: 32px;
  margin: 0px 0px 20px;
}
.video-pro-left-content-sec h3 span {
  color: #f24fa2;
}
.video-pro-left-content-sec p {
	line-height: 24px;
}
.video-pro-left-content-sec h5 {
  color: #f24fa2;
  font-size: 18px;
  margin: 100px 0px 20px;
}
.video-pro-left-content-sec br {
	display: none;
}
.bottom-text {
	display: inline-block;
	text-align: center;
	margin-left: 140px;
}
.bottom-text h4 {
  margin: 0;
  font-size: 18px;
}
.bottom-text h4 span {
  color: #f24fa2;
}
.bottom-text h4 span:first-child {
  font-size: 36px;
  color: inherit;
  font-weight: 500;
}
.image-main {
  margin: 0px 0 -100px;
}
.dedicated-client-main {
  background-color: rgba(0, 236, 250, .2);
  padding: 125px 0px;
  position: relative;
}
.dedicated-client-main::before {
  top: 50%;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  bottom: auto;
  z-index: 1;
}
.dedicated-client-main::after {
  content: "";
  position: absolute;
  top: -90px;
  width: 922px;
  height: 148px;
  background-image: url("https://web.marketingmigration.com/hubfs/EzHire%202020/Why%20Go%20Ezhire/pallete.png");
  right: 20%;
  background-size: 100%;
  background-repeat: no-repeat;
  display:none;
}
.dedicated-client-left-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.dedicated-client-left-right > * {
  max-width: 50%;
}
.dedicated-client-left {
  position: relative;
  z-index: 2;
  text-align: center;
}
.dedicated-left-content {
  display: inline-block;
  text-align: left;
  margin: 150px 0px 0px;
}
.dedicated-left-first-txt h5 {
  font-size: 18px;
  font-weight: 300;
  color: #f24fa2;
  margin: 0;
}
.dedicated-right-title h2 {
	font-size: 32px;
	color: #2d373a;
  font-weight: normal;
  margin: 0 0 20px;
}
.dedicated-right-subtit-summ p {
  line-height: 24px;
}
.dedicated-right-subtit-summ h4 {
	font-size: 18px;
	color: #f24fa2;
  margin: 0 0 20px;
}
.dedicated-right-tit-summ, 
.dedicated-right-subtit-summ {
  padding-right: 180px;
}
.dedicated-right-subtit-summ {
	margin-top: 100px;
}
.dedicated-left-scnd-txt a {
	font-weight: bold;
	font-size: 16px;
	color: #2d373a;
	border-bottom: 4px solid #f24fa2;
  margin: 15px 0px 0px;
  display: inline-block;
}
.dedicated-left-scnd-txt a:hover,
.post-read-more a:hover {
	padding-bottom: 2px;
}
.dedicated-right-testimonial {
  margin: 50px 0px 0px;
}
.right-tetimonial-user-pic {
  max-width: 131px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 131px;
  flex: 0 0 131px;
  margin: -40px 0px 0px 0px;
}
.right-tetimonial-user-pic-bio {
	background-color: #4d0c96;
	color: #fff;
	padding: 0px 70px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.right-tetimonial-user-bio {
  max-width: calc(100% - 131px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 131px);
  flex: 0 0 calc(100% - 131px);
  padding: 100px 0px 0px;
}
.right-tetimonial-user-pic img {
  width: 131px;
  height: 131px !important;
  border-radius: 50%;
  object-fit: cover;
}
.dedicated-user-content {
  font-size: 24px;
  line-height: 40px;
}
.dedicated-user-name-pos {
	font-size: 16px;
	margin: 25px 0px 0px;
  position: relative;
  padding-left: 25px;
}
.dedicated-user-name-pos::before {
	top: 12px;
}
.dedicated-right-testimonial .slick-list {
	padding: 50px 0px 0px;
}
.dedicated-right-testimonial .slick-dots {
  bottom: 130px;
  left: 90px;
}

/*============= Onboarding Page =========*/

.onboarding-banner-main {
  position: relative;
  min-height: 827px;
}
.onboarding-banner-main::before {
  content: "";
  position: absolute;
  width: 1051px;
  height: 349px;
  background-image: url("https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Ongoing/onboarding-banner-wave.png");
  bottom: -27px;
  right: 0px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.onboarding-banner-main::after {
  content: "";
  width: 901px;
  height: 660px;
  background-image: url("https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Ongoing/banner-z-icon.png");
  top: 0px;
  right: 0px;
  position: absolute;
}
.onboarding-banner-title {
	position: relative;
	padding: 0 0 90px;
	margin: 0 0 20px;
}
.onboarding-banner-title::before {
	content: "";
	position: absolute;
	background-image: url("https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Ongoing/onborading-wave-decor.png");
	width: 306px;
	height: 49px;
	bottom: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
.onboarding-banner-main h1 {
  font-size: 48px;
  line-height: 1;
  font-weight: 800;
}
.left-right-text-main {
  padding: 190px 0px 150px;
}
.left-right-text-outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1100px;
	margin: 0 auto;
}
.left-right-right-sec {
  max-width: 58%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58%;
  flex: 0 0 58%;
}
.left-right-left-sec {
  max-width: 42%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42%;
  flex: 0 0 42%;
}
.left-right-left-sec h4 {
	font-size: 24px;
	line-height: 32px;
	color: #1d56fb;
	font-weight: normal;
  max-width: 350px;
}
.left-right-right-sec ul {
  max-width: 65%;
}
.left-right-right-sec ul li:before {
  border-color: #1d56fb;
}
.the-process-main {
  background-color: rgba(0, 236, 250, .2);
  padding: 185px 0px;
  position: relative;
}
.the-process-main::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 459px;
  background-color: #f24fa2;
  left: 45%;
  -webkit-transform: rotate(34deg);
  -ms-transform: rotate(34deg);
  transform: rotate(34deg);
  top: -160px;
}
.the-process-main::after {
  content: "";
  position: absolute;
  width: 458px;
  height: 127px;
  background-image: url("https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Ongoing/search-wave-btm.png");
  bottom: -25px;
  left: 30%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.onboarding-banner-outer {
	max-width: 500px;
}
.onboarding-banner-subtitle p {
  font-size: 20px;
}
.the-process-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #2d373a;
  position: relative;
  overflow: hidden;
}
.the-process-content h4,
.left-right-image-content h4,
.manager-content-sec h4 {
  font-size: 24px;
  margin: 0 0 24px;
}
.the-process-content p,
.left-right-image-content p,
.manager-content-sec p {
  font-size: 18px;
  line-height: 24px;
}
.the-process-content ul,
.left-right-image-content ul,
.manager-content-sec ul {
  margin-top: 70px;
}
.the-process-content ul li,
.left-right-image-content ul li,
.manager-content-sec ul li {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px;
  position: relative;
  padding-left: 30px;
}
.the-process-content ul li::before,
.left-right-image-content ul li::before,
.manager-content-sec ul li::before {
  content: "";
  border-color: transparent transparent transparent #56fee6;
  border-width: 9px 17px;
	position: absolute;
	left: 0;
	border-style: solid;
	top: 3px;
}
.the-process-icon-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 45%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  padding-right: 110px;
}
.the-process-content {
  padding-left: 20px;
  padding-top: 120px;
  position: relative;
}
.the-process-content::before {
  content: "";
  position: absolute;
  top: 35px;
  background-image: url("https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Ongoing/search-wave-decor.png");
  width: 306px;
  height: 49px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.the-process-icon {
  max-width: 83px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83px;
  flex: 0 0 83px;
}
.the-process-icon img {
  width: 83px;
}
.the-process-title {
  font-size: 300px;
  font-weight: 800;
  position: absolute;
  color: #fff;
  line-height: .85;
  left: 0;
  -webkit-transform: rotate(-12deg) translateY(-70%);
  -ms-transform: rotate(-12deg) translateY(-70%);
  transform: rotate(-12deg) translateY(-70%);
  top: 50%;
}
.the-process-title span {
	font-weight: normal;
  display: block;
}
.left-right-image-content .single-item {
  padding: 110px 0px;
  color: #2d373a;
}
.single-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.left-right-image-content ul li::before {
  border-color: transparent transparent transparent #f24fa2;
}
.single-item-inner .image-sec {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
	text-align: center;
}
.single-item-inner .content-sec {
  max-width: 42%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42%;
  flex: 0 0 42%;
  padding-left: 140px;
}
.single-item.left-image-main {
  background-color: #f24fa2;
  color: #fff;
}
.left-image-main .content-sec {
  padding-left: 0px;
}
.left-image-main .content-sec p,
.left-image-main .content-sec h4 span  {
   color: #2d373a;
}
.left-image-main .content-sec > ul > li::before {
  content: "";
  width: 14px;
  height: 15px;
  background-image: url(https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Home/menu-polygon.png);
  left: 0px;
  top: 3px;
  position: absolute;
  border: 0px;
}
.single-item.left-image-main .image-sec {
  position: relative;
}
.single-item.left-image-main .image-sec::before {
	content: "";
	position: absolute;
	top: 40%;
	background-image: url("https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Ongoing/search-wave-decor.png");
	width: 196px;
	height: 31px;
	background-size: 100%;
	background-repeat: no-repeat;
  left: -70px;
}
.content-sec-right {
  margin-right: -50px;
}
.content-sec-right h3, 
.content-sec-right h2 {
  font-size: 136px;
  line-height: 120px;
}
.content-sec-right h2 {
  color: #23234b;
}
.content-sec-right h3 {
  font-weight: 300;
  color: #f24fa2;
}
.manager-left-right-image-content > .page-center {
  max-width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0px !important;
}
.manager-content-sec {
	background-color: #23234b;
	color: #fff;
	padding: 185px 150px 120px 75px;
  max-width: 41%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41%;
  flex: 0 0 41%;
}
.manager-image-sec {
  max-width: 59%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 59%;
  flex: 0 0 59%;
}
.manager-image-sec img {
  width: 100%;
}
.manager-content-sec ul li::before {
  border-color: transparent transparent transparent #e8dd9c;
}
.manager-content-sec h4 strong {
  font-weight: inherit;
  color: #f24fa2;
}
.manager-content-sec ul li ul {
  margin: 10px 0 0 40px;
  padding: 20px 0px 0px 0;
  position: relative;
}
.manager-content-sec ul li ul::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 12px);
  background-color: #f24fa2;
  left: 0px;
  top: 0px;
}
.manager-content-sec ul li ul li {
  color: #e8dd9c;
  margin: 0px 0px 4px;
  padding-left: 35px;
}
.manager-content-sec ul li ul li::before {
  border: 0px;
  width: 25px;
  height: 1px;
  background-color: #f24fa2;
  top: 11px;
}


/*============= Freebies Page ==========*/

.freebies-banner-main {
  position: relative;
}
.freebies-banner-main::before {
  content: "";
  position: absolute;
  width: 1062px;
  height: 332px;
  background-image: url("https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Freebies/freebies-banner-wave.png");
  bottom: 0px;
  right: 0px;
  background-position: right bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
.freebies-banner-main h3 {
  font-weight: 800;
  font-size: 80px;
  line-height: 72px;
}
.freebies-banner-outer {
  position: relative;
}
.freebies-banner-outer::before {
  content: "";
  position: absolute;
  left: 200px;
  top: -90px;
  width: 306px;
  height: 49px;
  background-image: url("https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Invest/invest-banner-curve.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.freebies-blog-module-main {
	padding: 50px 0px 75px;
  background-color: #f6f8f9;
}
.container-fluid .row-fluid .freebies-blog-module-main .page-center,
.container-fluid .row-fluid .related-post-sec-main .page-center,
.container-fluid .row-fluid .blog-detail-cont .page-center {
  max-width: 1600px;
}
.recent-posts,
.recent-post-content-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*   -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; */
  margin: 42px 0px 0px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.recent-posts-section,
.recent-post-content-main .single-item {
	max-width: 23.5%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 23.5%;
	flex: 0 0 23.5%;
	background-color: #fff;
	border-radius: 12px;
	overflow: hidden;
  position: relative;
  padding-bottom: 50px;
  margin: 0 2% 2% 0;
}
.recent-post-content-main .single-item {
  margin-bottom: 0px;
  max-width: 32%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
}
.recent-post-content-main .single-item:nth-child(3n) {
  margin-right: 0px;
}
.recent-posts-section:nth-child(4n) {
  margin-right: 0;
}
.date-title-read-btn,
.post-content-main {
 	padding: 22px 32px;
}
.recent-post-publish h5,
.publish-date p {
  font-weight: normal;
  font-size: 12px;
  color: #f24fa2;
  margin: 0;
}
.recent-post-title-cont,
.post-content-main .post-title {
  margin: 15px 0px 0px;
}
.recent-post-title-cont h3,
.post-content-main .post-title h3 {
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  color: #2d373a;
}
.recent-post-title-cont h3 a,
.post-content-main .post-title h3 a {
  color: #2d373a;
}
.recent-post-title-cont h3 a:hover,
.post-content-main .post-title h3 a:hover {
  color: #f24fa2;
}
.recent-post-title-cont p {
	color: #2d373a;
  line-height: 18px;
}
.post-read-more {
	position: absolute;
	bottom: 25px;
}
.post-read-more a {
  display: inline-block;
  color: #2d373a;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 4px solid #f24fa2;
}
.freebies-blog-tags-drop.tags-listing {
	max-width: 260px;
	box-shadow: 0px 4px 18px rgba(0, 0, 0, .14);
  position: relative;
}
.dropdown-text {
  background-color: #f24fa2;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  color: #2d373a;
  padding: 0px 20px;
  border-radius: 3px;
  background-image: linear-gradient(45deg, transparent 50%, #ffffff 50%), linear-gradient(135deg, #ffffff 50%, transparent 50%), linear-gradient(to right, #ccc0, #ccc0);
  background-position: calc(100% - 20px) calc(1em + 15px), calc(100% - 15px) calc(1em + 15px), calc(100% - 2.5em) 0.5em;
  background-size: 6px 5px, 6px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.selectdropdown {
  position: absolute;
  z-index: 9;
  background-color: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 100%;
  padding: 10px 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.active .selectdropdown {
  opacity: 1;
  visibility: visible;
}
.selectdropdown li a {
  color: #2d373a;
  padding: 10.5px 20px;
  display: inline-block;
  width: 100%;
}
.selectdropdown li a:hover {
  background-color: #56fee6;
}

@keyframes menuWidth {
  0% {
    width: 25px;
  }
  50% {
    width: 15px;
  }
  100% {
    width: 25px;
  }
}

/*============= Blog post page ===========*/

.blog-detail-cont,
.related-post-sec-main {
  padding: 70px 0px;
}
.related-post-sec-main {
  background-color: #f6f8f9;
}
.single-item {
  padding-bottom: 0px;
}
.post-content-main .post-title h3 {
  margin: 0 0 10px;
}
.post-content-main .body-contet {
  margin: 10px 0px 0px;
}
.blog-section .blog-post-wrapper .post-header h2 {
  margin: 0 0 20px;
}
.blog-section .blog-post-wrapper .post-body ul,
.blog-section .blog-post-wrapper .post-body ol {
  padding: 0;
  margin: 30px 0px;
}
.blog-section .blog-post-wrapper .post-body ul li,
.blog-section .blog-post-wrapper .post-body ol li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.blog-section .blog-post-wrapper .post-body ul li:last-child {
  margin-bottom: 0px;
}
.blog-section .blog-post-wrapper .post-body ul li::before {
  content: "";
  border-color: transparent transparent transparent #f24fa2;
  border-width: 9px 17px;
  position: absolute;
  left: 0;
  border-style: solid;
  top: 1px;
}
.blog-section .blog-post-wrapper .post-body ol {
  counter-reset: list;
}
.blog-section .blog-post-wrapper .post-body ol li {
  counter-increment: list;
  list-style: none;
  padding-left: 20px;
}
.blog-section .blog-post-wrapper .post-body ol li::before {
  content: counter(list);
  color: #f24fa2;
  font-size: ;
  font-weight: bold;
  left: 0px;
  position: absolute;
}
.blog-section .blog-post-wrapper .post-body h1 {
  font-size: 30px;
}
.blog-section .blog-post-wrapper .post-body a {
  color: #f24fa2;
}
.featured-image img,
.recent-post-img img {
  width: 100%;
}
.recent-post-content-main > p {
  text-align: center;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  border: 2px solid #eee;
  padding: 40px;
}

/*============= Media Queries ==========*/
@media (min-width: 768px) {
  .our-core-values .title-sec {
    max-width: 220px;
  }
}

@media (max-width: 1440px) {
  .container-fluid .row-fluid .page-center {
    max-width: 1000px;
  }
  h1 {
    font-size: 123px;
  }
  .container-fluid .row-fluid  .explore-your-options .page-center {
    max-width: 1170px;
  }
  .home-banner-main {
    min-height: 750px;
  }
  .pricing-banner-main {
    min-height: 520px;
  }
  .hires-rep-sec {
    padding: 30px 40px 50px;
  }
  .pricing-testimonial-left {
    padding: 59px 70px;
  }
  .price-testimonial-bio p {
    font-size: 20px;
    line-height: 36px;
  }
  .recuirement-content {
    max-width: 48%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
  }
  .recuirement-image {
    max-width: 62%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
  }
  .content-right-sec {
    padding: 80px 80px 0px 80px;
  }
  .hiring-module-main::before {
    width: 817px;
    height: 268px;
    background-size: 100%;
    background-position: bottom left;
    background-repeat: no-repeat;
  }
  .hiring-module-main {
    padding: 80px 0px 165px;
  }
  .hiring-right-sec {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .hiring-left-sec h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .schedule-call-module {
    padding: 65px 0px;
  }
  .schedule-call-module h4 {
    font-size: 20px;
  }
  .schedule-call-module .cta-sec {
    padding-left: 100px;
  }
  .about-title h2,
  .about-right h3,
  .our-core-values h2,
  .contact-banner-title h3 {
    font-size: 36px;
  }
  .about-second-sec::before {
    width: 220px;
    height: 35px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .about-second-sec p {
    font-size: 14px;
  }
  .about-left {
    max-width: 56%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56%;
    flex: 0 0 56%;
    padding-right: 80px;
  }
  .about-right {
    max-width: 245px;
    margin-right: -50px;
  }
  .our-core-values {
    padding: 0px 0px 90px;
  }
  .our-core-values::before {
    width: 1020px;
    height: 521px;
  }
  .right-col-text ul li {
    font-size: 14px;
    line-height: 26px;
  }
  .left-col-text h4 {
    padding: 30px 30px 40px;
    font-size: 18px;
  }
  .left-col-text h4 span {
    margin: 0px 0px 15px;
  }
  .right-col-text {
    margin-top: -32px;
  }
  .candidate-main-outer h2 {
    font-size: 62px;
    line-height: 60px;
  }
  .container-fluid .row-fluid .contact-module .page-center, 
  .container-fluid .row-fluid .contact-banner-main .page-center {
    max-width: 1000px;
  }
  .contact-banner-title::before {
    width: 226px;
    height: 36px;
  }
  .contact-banner-title {
    padding: 0px 0px 90px;
  }
  .right-form-sec {
    padding: 40px 95px 40px 80px;
  }
  .left-content-sec h4 {
    font-size: 22px;
  }
  body form.hs-form .hs-input {
    height: 50px;
  }
  body textarea {
    min-height: 140px;
  }
  .hs-error-msg {
    font-size: 12px;
  }
  body .hs-form-field {
    margin-bottom: 25px;
  }
  .left-content-sec {
    padding: 60px;
  }
  .three-step-rep {
    max-width: 30%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
  .candidate-name-icon {
    width: 267px;
    height: 283px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .candidate-name {
    font-size: 20px;
  }
  .meet-some-cand-main::after {
    width: 1033px;
    height: 788px;
    background-size: 100%;
    background-position: left top;
  }
  .desc-sec {
    padding-left: 170px;
    padding-top: 90px;
    max-width: 710px;
  }
  .desc-sec p {
    font-size: 16px;
    line-height: 32px;
  }
  .candidate-main-outer {
    padding: 150px 0px 0px;
  }
  .first-left-content-sec h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .first-left-content-sec ul li {
    font-size: 14px;
    line-height: 22px;
  }
  .two-col-content {
    padding: 200px 0 200px;
  }
  .first-left-content-sec {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 100px;
  }
  .right-content-sec {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 40px;
  }
  .info-text h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .two-col-content::before, 
  .dedicated-client-main::before {
    width: 785px;
  }
  .video-pro-left-content-sec {
    max-width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
  .video-pro-left-content-sec h3,
  .dedicated-right-title h2 {
    font-size: 30px;
  }
  .video-pro-left-content-sec h5 {
    font-size: 16px;
    margin: 60px 0px 20px;
  }
  .bottom-text {
    margin-left: 60px;
  }
  .dedicated-client-main::after {
    width: 652px;
  }
  .dedicated-right-tit-summ, 
  .dedicated-right-subtit-summ {
    padding-right: 50px;
  }
  .dedicated-right-subtit-summ {
    margin-top: 50px;
  }
  .dedicated-user-content {
    font-size: 18px;
    line-height: 32px;
  }
  .dedicated-user-name-pos {
    font-size: 14px;
  }
  .right-tetimonial-user-pic-bio {
    padding: 0px 50px 50px;
  }
  .right-tetimonial-user-bio {
    padding: 50px 0px 0px 10px;
  }
  .dedicated-right-testimonial .slick-dots {
    left: 70px;
  }
  .cand-profiles-row:first-child .single-profile-rep:last-child {
    max-width: 150px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
  }
  .cand-profiles-row:last-child .candidate-img img {
    max-width: 150px !important;
  }
  .onboarding-banner-main::before {
    width: 760px;
  }
  .the-process-title {
    font-size: 180px;
    left: 80px;
  }
  .the-process-icon-cont {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 0;
  }
  .the-process-main::after {
    left: 20%;
  }
  .single-item-inner .content-sec {
    padding-left: 0;
  }
  .content-sec-right h3,
  .content-sec-right h2 {
    font-size: 104px;
    line-height: 100px;
  }
  .manager-content-sec {
    padding: 90px 50px 50px 50px;
  }
  .manager-left-right-image-content > .page-center {
    align-items: inherit;
  }
  .manager-image-sec img {
    height: 100% !important;
    object-fit: cover;
  } 
  .container-fluid .row-fluid .freebies-blog-module-main .page-center,
  .container-fluid .row-fluid .related-post-sec-main .page-center,
  .container-fluid .row-fluid .blog-detail-cont .page-center {
    max-width: 1170px;
  }
  .freebies-banner-main {
    min-height: 570px;
  }
  .freebies-banner-main h3,
  .pricing-banner-main h1,
  .first-row h2 {
    font-size: 62px;
    line-height: 54px;
  }
  .freebies-banner-main::before {
    width: 800px;
  }
  .freebies-banner-outer::before {
    width: 225px;
  }
  .recent-post-title-cont h3,
  .post-content-main .post-title h3 {
    font-size: 18px;
  }
  .post-read-more a {
    font-size: 14px;
    line-height: 22px;
  }
  .date-title-read-btn,
  .post-content-main {
    padding: 20px 25px 12px;
  }
  .invest-banner-main {
    min-height: 730px;
  }
  .invest-banner-main h4 {
    font-size: 36px;
    line-height: 60px;
  }
  .invest-name-position,
  .next-invester,
  .first-row h4,
  .hires-inner-price,
  .hires-bottom-sec {
    font-size: 20px;
  }
  .upcoming-left-text {
    padding: 60px 40px;
  }
  .single-item-des h4 {
    font-size: 16px;
  }
  .notify-events,
  .hiring-status ul li,
  .hires-placement-fee h6,
  .hires-inner-text,
  .subtitle-main p {
    font-size: 14px;
  }
  .hires-inner-title h4 {
    font-size: 26px;
  }
  .hiring-status ul {
    margin: 30px 0px;
  }
  .home-banner-button a, a.cta_button, .lets-connect a, .our-process-btn a, body form.hs-form input[type="submit"], .hires-inner-button a {
    padding: 14px 37px 13px;
    font-size: 16px;
  }
  .first-row p {
    font-size: 14px;
    line-height: 22px;
  }
  .explore-your-options {
    padding: 70px 0px 0px;
  }
  .hiring-right-sec {
    padding-right: 0px;
  }
  .custom-menu-primary.header-menu .hs-menu-wrapper {
    max-width: 650px;
    right: -650px;
    padding: 60px 90px;
  }
  .custom-menu-primary.header-menu .hs-menu-wrapper > ul > li a {
    font-size: 16px;
    line-height: 44px;
  }
  .mobile-open .mobile-trigger.cta_border_button {
    width: 70px;
    height: 70px;
  }
  .mobile-open .mobile-trigger.cta_border_button span {
    left: 27px;
    top: 34px;
    width: 19px;
  }
  .mobile-trigger.cta_border_button span {
    width: 25px;
    height: 3px;
    margin: 0px auto 5px;
  }
  .header-menu-items ul li a {
    font-size: 16px;
  }
  .custom-menu-primary.header-menu .hs-menu-wrapper > ul ul li a {
    font-size: 20px;
    line-height: 40px;
  }
  .custom-menu-primary.header-menu .hs-menu-wrapper > ul ul li {
    margin: 0px 0px 5px;
  }
  .custom-menu-primary.header-menu .hs-menu-wrapper > ul ul {
    margin: 0px 0px 20px;
  }
  .job-catgry-rep:first-child::before {
    width: 210px;
  }
  .job-catgry-rep:nth-child(2)::before {
    width: 270px;
  }
  .job-catgry-rep:first-child::before,
  .job-catgry-rep:nth-child(2)::before {
    max-width: 100%;
  }
  .three-step-rep:nth-child(3)::before {
    left: 23%;
  }
}
@media (max-width: 1199px) {
  .container-fluid .row-fluid .page-center {
    padding: 0px 15px;
  }
  .hires-rep-sec {
    max-width: 33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
  .pricing-testimonial-left {
    padding: 25px 60px;
    max-width: 45%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
  .pricing-testimonial-right {
    max-width: 55%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62%;
    flex: 0 0 55%;
  }
  .first-row h2 {
    font-size: 66px;
  }
  .content-right-sec {
    padding: 30px 0px 0px 20px;
  }
  .about-right {
    max-width: 205px;
    margin-right: 0px;
  }
  .about-left {
    max-width: 53%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
    padding-right: 50px;
  }
  .our-core-values::before {
    width: 900px;
    height: 451px;
  }
  .right-col-text {
    padding: 0px 30px 30px 0px;
  }
  .header-menu.custom-menu-primary {
    right: 20px;
  }
  .right-content-sec {
    margin-right: 0px;
  }
  .first-left-content-sec {
    padding-left: 0;
  }
  .video-pro-right-image-sec {
    margin-right: 0;
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .bottom-text {
    margin-left: 40px;
  }
  .two-col-content::before, 
  .dedicated-client-main::before {
    width: 605px;
  }
  .dedicated-client-left-right {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .right-tetimonial-user-pic-bio {
    padding: 0px 50px 50px 30px;
  }
  .onboarding-banner-main::before {
    width: 580px;
  }
  .the-process-icon-cont {
    max-width: 60%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
  .the-process-main::after {
    left: 10%;
  }
  .content-sec-right {
    margin-right: 0;
  }
  .content-sec-right h3,
  .content-sec-right h2 {
    font-size: 80px;
    line-height: 70px;
  }
  .recuirement-image {
    max-width: 52%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 80px;
  }
  .header-menu-items {
    margin-right: 0px;
  }
  .three-step-rep {
    max-width: 33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
  .job-catgry-rep {
    overflow: hidden;
  }
  .job-catgry-rep-txt {
    bottom: 15px;
    left: 15px;
  }
  .candidate-name-icon {
    width: 45%;
    height: 69%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .invest-banner-main h4 {
    font-size: 24px;
    line-height: 40px;
  }
  .invest-name-position {
    font-size: 18px;
  }
  .upcoming-left-image-text {
    max-width: 41%;
    flex: 0 0 41%;
  }
  .upcoming-right-form {
    max-width: 59%;
    flex: 0 0 59%;
  }
  .footer-main .page-center > .row-fluid-wrapper > .row-fluid {
    flex-wrap: wrap;
  }
  .footer-main .page-center > .row-fluid-wrapper:first-child > .row-fluid > * {
    width: 33%;
    margin-bottom: 50px;
  }
  .pricing-banner-main h1 {
    font-size: 52px;
  }
  .hires-rep-sec {
    padding: 30px 20px 30px;
  }
  .pricing-testimonial-outer { 
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pricing-testimonial-left,
  .pricing-testimonial-right {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .pricing-testimonial-left {
    padding: 60px;
  }
  .first-row h2 {
    font-size: 50px;
  }
  .hiring-right-sec {
    padding: 0px 0px 0px 0px;
  }
  .about-info-module {
    padding: 170px 0px 0px;
  }
  .about-left {
    max-width: calc(100% - 205px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 205px);
    flex: 0 0 calc(100% - 205px);
  }
  .core-left-right-sec {
    width: 51%;
  }
  .right-col-text,
  .left-col-text {
    margin-top: 40px;
  }
  .our-core-values::before {
    width: 780px;
  }
  .right-form-sec {
    padding: 20px 50px;
  }
  .left-content-sec {
    padding: 30px;
  }
  .candidate-main-outer h2 {
    font-size: 52px;
    line-height: 50px;
  }
  .desc-sec {
    padding-left: 120px;
    padding-top: 60px;
  }
  .candidate-left-right-sec::before {
    width: 29px;
  }
  .two-col-content {
    padding: 90px 0 200px;
  }
  .right-content-sec {
    padding: 20px;
  }
  .video-pro-left-content-sec {
    max-width: 45%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
  .video-pro-left-content-sec h3,
  .dedicated-right-title h2 {
    font-size: 24px;
  }
  .image-main {
    margin: 0px 0 0px;
  }
  .bottom-text {
    margin-left: 0;
  }
  .dedicated-client-main::after {
    right: 15px;
  }
  .dedicated-client-main {
    padding: 85px 0px;
  }
  .dedicated-client-main::before {
    display: none;
  }
  .dedicated-left-content {
    margin: 50px 0px 0px;
  }
  .dedicated-client-left {
    padding-right: 15px;
  }
  .dedicated-left-first-txt h5 {
    font-size: 16px;
  }
  .dedicated-left-scnd-txt a {
    font-size: 14px;
    margin: 10px 0px 0px;
  }
  .right-tetimonial-user-pic-bio,
  .recent-posts,
  .recent-post-content-main {
    flex-wrap: wrap;
  }
  .right-tetimonial-user-bio {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 70px 0px 0px;
  }
  .onboarding-banner-main {
    min-height: 550px;
  }
  .onboarding-banner-main::before {
    width: 450px;
  }
  .onboarding-banner-main::after {
    width: 640px;
    height: 470px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .left-right-right-sec ul {
    max-width: 100%;
  }
  .the-process-icon-cont {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .the-process-main::before {
    height: 389px;
  }
  .the-process-title {
    font-size: 140px;
  }
  .single-item-inner .content-sec {
    max-width: 46%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
  }
  .content-sec-right h3, 
  .content-sec-right h2 {
    font-size: 68px;
    line-height: 60px;
  }
  .manager-content-sec {
    padding: 50px 30px;
  }
  .manager-image-sec, 
  .manager-content-sec {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .freebies-banner-main {
    min-height: 450px;
  }
  .freebies-banner-main::before {
    width: 600px;
  }
  .recent-posts-section,
  .recent-post-content-main .single-item {
    max-width: 48.5%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.5%;
    flex: 0 0 48.5%;
    margin-bottom: 3%;
  }
  .upcoming-right-form {
    padding: 41px 40px;
  }
  .pricing-banner-left-sec {
    max-width: 500px;
  }
  .single-item-des h4 {
    font-size: 14px;
  }
  .single-item-des h4 span {
    font-size: 30px;
  }
  .recent-posts-section:nth-child(4n),
  .recent-post-content-main .single-item:nth-child(3n) {
    margin-right: 2%;
  }
  .recent-posts-section:nth-child(2n),
  .recent-post-content-main .single-item:nth-child(2n) {
    margin-right: 0px;
  }
  .recent-post-img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .header-main {
    padding: 25px 0px;
  }
  .header-container-wrapper {
    position: absolute;
  }
  .header-container-wrapper .container-fluid .row-fluid .page-center {
    padding: 0 15px;
  }
  .header-container .header-logo .hs_cos_wrapper_type_logo a img {
    margin: 0px;
  }
  .header-menu-items {
    display: none !important;
  }
  .copyright-sec {
    padding: 60px 0px 0px;
  }
}
@media (max-width: 767px) {
  .custom-menu-primary.header-menu .hs-menu-wrapper {
    padding: 60px 20px;
  }
  h1 {
    font-size: 60px;
  }
  .home-banner-text,
  .home-banner-button {
    display: none;
  }
  .home-banner-text-mob-main,
  .home-banner-text-mob-main .home-banner-text,
  .home-banner-text-mob-main .home-banner-button {
    display: block !important;
  }
  .home-banner-main {
    min-height: 600px;
    background-position-y: center;
    background-position-x: calc(50% - 100px);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 120px 0px 0px;
    background-color: #4f0c96;
  }
  .home-banner-text-mob-main {
    background-color: #4f0c96;
    padding: 0px 10px 30px;
    color: #fff;
  }
  .home-banner-button,
  .our-process-btn {
    text-align: center;
  } 
  .three-step-main {
    padding: 70px 0px;
  }
  .three-step-rep-out,
  .job-catgry-rep-outer,
  .cand-profiles-row,
  .footer-main .page-center > .row-fluid-wrapper > .row-fluid,
  .upcoming-events-outer,
  .hires-months-rep-outer,
  .recuirement-image-content-outer,
  .second-row,
  .explore-your-options-outer,
  .listing-sec,
  .hiring-module-outer,
  .schedule-call-module-outer,
  .about-second-sec,
  .second-row-sec,
  .candidate-left-right-sec,
  .two-col-content-outer,
  .candidate-video-profile-outer,
  .dedicated-client-left-right,
  .left-right-text-outer,
  .the-process-icon-cont,
  .single-item-inner,
  .manager-left-right-image-content > .page-center,
  .hiring-left-right-sec {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .three-step-rep,
  .job-catgry-rep,
  .profiles-left-text,
  .single-profile-outer,
  .footer-main .page-center > .row-fluid-wrapper > .row-fluid > *,
  .upcoming-left-image-text,
  .upcoming-right-form,
  .hires-rep-sec,
  .recuirement-content,
  .recuirement-image,
  .second-row > *,
  .image-left-sec,
  .content-right-sec,
  .single-listing,
  .hiring-left-sec, 
  .hiring-right-sec,
  .hiring-left-sec-scnd,
  .schedule-call-module-outer > *,
  .about-left,
  .about-right,
  .left-content-sec,
  .right-form-sec,
  .candidate-main-outer .left-section,
  .candidate-main-outer .right-section,
  .first-left-content-sec,
  .right-content-sec,
  .video-pro-left-content-sec,
  .video-pro-right-image-sec,
  .dedicated-client-left,
  .dedicated-client-right,
  .left-right-left-sec,
  .left-right-right-sec,
  .single-item-inner .content-sec,
  .single-item-inner .image-sec,
  .manager-image-sec,
  .manager-content-sec {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;   
  }
  .three-step-rep,
  .single-listing {
    margin: 0px 0px 30px;
  }
  .three-step-rep:last-child,
  .job-catgry-rep:last-child,
  .single-listing:last-child {
    margin: 0px;
  }
  .job-catgry-rep {
    margin: 0px 0px 15px;
  }
  .job-catgry-main {
    padding: 0px 0px 40px;
  }
  .meet-some-cand-main {
    padding: 110px 0px 60px;
  }
  .container-fluid .row-fluid .meet-some-cand-main .page-center {
    padding: 0px;
  }
  .profiles-left-text {
    justify-content: inherit;
  }
  .single-profile-rep:last-child,
  .meet-some-cand-outer::after {
    display: none;
  }
  .profiles-left-text {
    margin: 0px 30px 80px;
  }
  .profiles-left-text.profile-right-text {
    padding: 60px 30px 0px ;
    margin: 0px;
  }
  .meet-some-cand-outer::before {
    height: 734px;
    background-size: cover;
    background-position: right;
  }
  .footer-main {
    padding: 60px 0px 0px;
  }
  .footer-logo,
  .lets-connect {
    display: none !important;
  }
  .footer-menu-items ul {
    margin: 0 0px 0px;
  }
  .footer-menu-items ul li a {
    color: #fff;
    background-color: #f24fa2;
    border-radius: 40px;
    padding: 15px 25px;
    font-size: 16px;
    display: inline-block;
  }
  .footer-main .page-center > .row-fluid-wrapper > .row-fluid > .navigation-item:nth-child(2) {
    max-width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
  .footer-main .page-center > .row-fluid-wrapper > .row-fluid > .navigation-item.middle-sec {
    max-width: 56%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56%;
    flex: 0 0 56%;
  }
  .footer-main .page-center > .row-fluid-wrapper:first-child > .row-fluid > * {
    margin-bottom: 0px;
  }
  .copyright-sec {
    padding: 60px 0px 0px; 
  }
  .footer-menu-items {
    margin: 0 0 50px;
  }
  .navigation-item:nth-child(4) {
    margin: 50px 0px 0px;
  }
  .footer-btm-logos-mob {
    display: block !important;
    margin: 50px 0px 0px;
  }
  .footer-btm-logos-mob > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-btm-logo {
    margin-right: 5px;
  }
  .footer-btm-logo:nth-child(1),
  .footer-btm-logo:nth-child(3) {
    margin-right: 0px;
  }
  .invest-banner-cont {
    padding-left: 30px;
  }
  .invest-banner-main h4 {
    font-size: 20px;
    line-height: 36px;
  }
  .invest-name-position {
    font-size: 14px;
  }
  .invest-banner-main-title {
    left: -55px;
  }
  .upcoming-left-img img {
    width: 100%;
  }
  .upcoming-right-form {
    padding: 40px 30px;
  }
  .pricing-banner-main h1 {
    font-size: 40px;
  }
  .hires-rep-sec {
    margin: 0px 0px 20px;
  }
  .hires-rep-sec:last-child {
    margin: 0px 0px 0px;
  }
  .hires-rep-sec:nth-child(2) {
    padding-top: 30px;
  }
  .pricing-testimonial-left {
    padding: 30px;
  }
  .recuirement-image-content {
    padding: 110px 0px 0px;
  }
  .single-item-des {
    margin: 0 0 20px;
  }
  .content-right-sec {
    padding: 0px;
    margin: 30px 0px 0px;
  }
  .heading-sec h2 {
    font-size: 20px;
  }
  .listing-sec {
    margin: 20px 0px 0px;
  }
  .hiring-module-main {
    padding: 60px 0px 80px;
  }
  .hiring-left-sec-scnd {
    margin: 50px 0px;
  }
  .schedule-call-module {
    padding: 40px 0px;
  }
  .schedule-call-module-outer > * {
    text-align: center;
  }
  .schedule-call-module .cta-sec {
    padding-left: 0;
    margin: 20px 0px 0px;
  }
  .about-title h2, 
  .about-right h3, 
  .our-core-values h2,
  .contact-banner-title h3 {
    font-size: 30px;
  }
  .about-second-sec {
    padding: 120px 0px 0px;
  }
  .about-second-sec::before {
    width: 150px;
    height: 27px;
    top: 50px;
  }
  .about-left {
    padding-right: 0px;
  }
  .about-subtitle {
    max-width: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
  }
  .about-subtitle h4 {
    margin: 49px 0px 0px -40px;
    width: 100px;
  }
  .about-right {
    margin-top: 40px;
  }
  .about-right h3 {
    margin-left: -10px;
  }
  .core-left-right-sec {
    width: 100%;
  }
  .our-core-values .title-sec {
    margin: 0 0 50px;
  }
  .our-core-values::before {
    max-width: 850px;
    width: 100%;
  }
  .our-core-values {
    padding: 0px 0px 40px;
  }
  .contact-banner-title {
    padding: 0px 0px 60px;
  }
  .contact-banner-title::before {
    width: 186px;
    height: 30px;
  }
  .contact-banner-main,
  .left-content-sec {
    min-height: 400px;
  }
  .second-row-sec {
    margin: -80px 0px 0px;
  }
  .left-content-sec h4 {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .right-form-sec {
    padding: 20px 30px;
  }
  body form.hs-form .hs-input {
    height: 45px;
  }
  body .hs-form-field {
    margin-bottom: 15px;
  }
  body textarea {
    min-height: 110px;
  }
  .contact-module {
    padding: 0px 0px 60px;
  }
  .job-category-tit h4,
  .meet-cand-main-tit h4 {
    font-size: 24px;
  }
  .job-catgry-rep-outer {
    margin: 40px 0px 0px;
  }
  .candidate-img img {
    width: 100%;
    min-height: 352px;
    object-fit: cover;
  }
  .candidate-name {
    position: static;
    font-size: 48px;
  }
  .single-profile-rep.slick-slide {
    margin: 0px 0px;
  }
  .candidate-name-vid-timing {
    background-color: #4872f3;
    padding: 20px;
    text-align: center;
  }
  .candidate-name-vid-timing {
    background-color: #4872f3;
    padding: 50px 15px 20px;
    text-align: center;
    margin-top: -30px;
    min-height: 163px;
  }
  .candidate-vid-icon {
    margin: 0px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 190px;
    height: 205px;
    background-image: url("https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Home/video-bg-border.png");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-size: 100%;
    text-align: right;
  }
  .candidate-vid-icon img {
    float: right;
    margin: 0px -30px -30px 0px;
  }
  .candidate-img-and-icon-mob {
    position: relative;
    margin: 0px 10px;
  }
  button.slick-arrow {
    position: absolute;
    bottom: 37px;
    z-index: 1;
    border: 0;
    font-size: 0px;
    width: 58px;
    height: 58px;
    background-color: rgba(79, 12, 150, .3);
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    background-image: url("https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Home/arrow-left.png");
    background-repeat: no-repeat;
    background-position: center;
  }
  button.slick-arrow.slick-next {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    left: auto;
    right: 0px;
    background-image: url("https://f.hubspotusercontent30.net/hubfs/5670381/EzHire%202020/Home/arrow-right.png");
  }
  .slick-dots {
    position: absolute;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    bottom: 110px;
  }
  .slick-dots li button {
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 0;
    font-size: 0px;
    background-color: #fff;
    margin: 0px 2px;
  }
  .slick-dots li.slick-active button {
    background-color: #d25a5c;
  }
  .candidate-video-timing {
    color: #fff;
  }
  .meet-some-cand-main::after {
    width: 1544px;
    height: 1101px;
    background-size: cover;
    background-position: left bottom;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .candidate-vid-icon::before {
    display: none;
  }
  .candidate-main-outer {
    padding: 130px 0px 0px;
  }
  .candidate-main-outer h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .desc-sec {
    padding-left: 0;
    padding-top: 10px;
  }
  .desc-sec p {
    font-size: 14px;
    line-height: 30px;
  }
  .candidate-main-outer .left-section {
    padding: 0;
  }
  .candidate-main-outer .right-section {
    padding: 40px 0px 0px;
  }
  .two-col-content {
    padding: 180px 0 100px;
  }
  .first-left-content-sec ul {
    padding-left: 25px;
    padding-top: 30px;
    max-width: 100%;
  }
  .right-content-sec {
    margin: 40px 0px 0px;
  }
  .candidate-video-profile {
    padding: 60px 0px 110px;
  }
  .video-pro-left-content-sec h5 {
    margin: 30px 0px 20px;
  }
  .video-pro-right-image-sec {
    margin: 30px 0px 0px;
  }
  .bottom-text {
    width: 100%;
    margin: 20px 0px 0px;
  }
  .dedicated-client-main::after {
    width: 100%;
    background-position: top;
    top: -30px;
    right: 0px;
  }
  .dedicated-client-left,
  .dedicated-right-tit-summ, 
  .dedicated-right-subtit-summ {
    padding-right: 0;
  }
  .dedicated-client-right {
    margin: 50px 0px 0px;
  }
  .dedicated-right-subtit-summ,
  .dedicated-right-testimonial {
    margin-top: 30px;
  }
  .dedicated-right-testimonial {
    padding: 40px 0px 0px;
  }
  .dedicated-right-testimonial .slick-dots {
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }
  .candidate-repeater .slick-dots {
    width: auto;
  }
  .onboarding-banner-main h1 {
    font-size: 30px;
  }
  .onboarding-banner-title::before {
    width: 205px;
  }
  .onboarding-banner-subtitle p {
    font-size: 14px;
  }
  .onboarding-banner-title {
    padding: 0 0 60px;
    margin: 0 0 10px;
  }
  .onboarding-banner-main {
    min-height: 450px;
  }
  .left-right-text-main {
    padding: 90px 0px 60px;
  }
  .left-right-left-sec h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .first-left-content-sec ul li, 
  .left-right-right-sec ul li {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 10px;
  }
  .first-left-content-sec ul li::before, 
  .left-right-right-sec ul li::before {
    top: 7px;
  }
  .the-process-main::before {
    height: 150px;
    top: -70px;
  }
  .the-process-main {
    padding: 75px 0px;
  }
  .the-process-icon {
    max-width: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
  }
  .the-process-icon img {
    width: 50px;
  }
  .the-process-content {
    padding-left: 0px;
    padding-top: 70px;
  }
  .the-process-content::before {
    top: 23px;
    width: 176px;
  }
  .the-process-content h4, 
  .left-right-image-content h4,
  .manager-content-sec h4 {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .the-process-content p, 
  .left-right-image-content p,
  .manager-content-sec p {
    font-size: 16px;
    line-height: 22px;
  }
  .the-process-content ul li,
  .left-right-image-content ul li,
  .manager-content-sec ul li {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 15px;
  }
  .the-process-content ul,
  .left-right-image-content ul,
  .manager-content-sec ul {
    margin-top: 30px;
  }
  .the-process-title {
    font-size: 65px;
    left: 25px;
    top: 70px;
  }
  .left-right-image-content .single-item {
    padding: 80px 0px 60px;
  }
  .single-item-inner .content-sec {
    order: 2;
    margin: 30px 0px 0px;
  }
  .content-sec-right h3, 
  .content-sec-right h2 {
    font-size: 48px;
    line-height: 40px;
  }
  .custom-menu-primary.header-menu .hs-menu-wrapper {
    max-width: 320px;
  }
  .the-process-main::after {
    right: 0px;
    max-width: 100%;
    left: auto;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .onboarding-banner-main::after {
    width: 400px;
  }
  .onboarding-banner-main::before,
  .the-process-main::after {
    max-width: 100%;
    bottom: 0px;
  }
  .the-process-outer {
    padding: 150px 0 0px;
  }
  .freebies-banner-main::before {
    max-width: 100%;
  }
  .freebies-banner-main h3,
  .first-row h2 {
    font-size: 40px;
    line-height: 1;
  }
  .freebies-banner-outer::before {
    width: 175px;
    left: 80px;
    top: -60px;
  }
  .freebies-banner-main {
    min-height: 400px;
  }
  .invest-banner-cont::before {
    left: -0;
    top: 40px;
    width: 196px;
  }
  .job-report-2020 {
    font-size: 16px;
  }
  .job-growth {
    font-size: 20px;
  }
  .job-report-main::before {
    height: 290px;
  }
  .job-report-source {
    padding: 40px 0px 0px;
  }
  .job-report-main {
    padding: 80px 0px 80px;
  }
  .hires-bottom-sec {
    margin: 50px 0px 0px;
  }
  .hires-inner-price,
  .hires-bottom-sec {
    font-size: 18px;
  }
  .pricing-testimonial-main {
    padding: 60px 0px 0px;
  }
  .price-testimonial-bio p {
    font-size: 18px;
    line-height: 34px;
  }
  .price-testimonial-bio h6 {
    font-size: 14px;
  }
  .custom-menu-primary.header-menu .hs-menu-wrapper > ul ul li a {
    font-size: 18px;
    line-height: 36px;
  }
  .custom-menu-primary.header-menu .hs-menu-wrapper > ul ul {
    margin: 0px 0px 20px;
  }
  .custom-menu-primary.header-menu .hs-menu-wrapper > ul ul li {
    margin: 0px 0px 10px;
  }
  div#vidBox {
    width: 85%;
    text-align: center;
  }
  div#vidBox video {
    width: 100%;
  }
  .blog-detail-cont,
  .related-post-sec-main {
    padding: 50px 0px;
  }
  .blog-section .blog-post-wrapper .post-header h2,
  .blog-section .blog-post-wrapper .post-body h2,
  .tag-title h2 {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: normal;
  }
}

@media (max-width: 639px) {
  .recent-posts-section,
  .recent-post-content-main .single-item {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0px 0px 20px;
  }
  .recent-posts-section:last-child {
    margin: 0px;
  }
}

@media (max-width: 575px) {
  .our-core-values:before {
      background: none;
  }
  .our-core-values .core-left-right-sec .right-col-text .content-sec li {
    color: #23234b;
  }
}